+ imports
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
|
||||
import { css, CSSResultGroup, html } from 'lit';
|
||||
import { customElement, property, state } from 'lit/decorators.js';
|
||||
import { UmbCurrentUserStore, UMB_CURRENT_USER_STORE_CONTEXT_TOKEN } from '../../current-user.store';
|
||||
import { UmbModalHandler } from '@umbraco-cms/backoffice/modal';
|
||||
import type { UserDetails } from '@umbraco-cms/backoffice/models';
|
||||
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
|
||||
import { UmbCurrentUserStore, UMB_CURRENT_USER_STORE_CONTEXT_TOKEN } from '../../current-user.store';
|
||||
|
||||
@customElement('umb-current-user-modal')
|
||||
export class UmbCurrentUserModalElement extends UmbLitElement {
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
import { css, html, nothing } from 'lit';
|
||||
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
|
||||
import { customElement, state } from 'lit/decorators.js';
|
||||
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
|
||||
import {
|
||||
UmbCurrentUserHistoryItem,
|
||||
UmbCurrentUserHistoryStore,
|
||||
UMB_CURRENT_USER_HISTORY_STORE_CONTEXT_TOKEN,
|
||||
} from '../current-user-history.store';
|
||||
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
|
||||
|
||||
@customElement('umb-user-profile-app-history')
|
||||
export class UmbUserProfileAppHistoryElement extends UmbLitElement {
|
||||
|
||||
@@ -2,10 +2,10 @@ import { css, html } from 'lit';
|
||||
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
|
||||
import { customElement, state } from 'lit/decorators.js';
|
||||
import { UUISelectEvent } from '@umbraco-ui/uui';
|
||||
import { UmbThemeContext, UMB_THEME_CONTEXT_TOKEN } from '../../../themes/theme.context';
|
||||
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
|
||||
import { umbExtensionsRegistry } from '@umbraco-cms/backoffice/extensions-api';
|
||||
import { ManifestTheme } from '@umbraco-cms/backoffice/extensions-registry';
|
||||
import { UmbThemeContext, UMB_THEME_CONTEXT_TOKEN } from '../../../themes/theme.context';
|
||||
|
||||
@customElement('umb-user-profile-app-themes')
|
||||
export class UmbUserProfileAppThemesElement extends UmbLitElement {
|
||||
|
||||
Reference in New Issue
Block a user