This commit is contained in:
Jesper Møller Jensen
2023-05-02 15:16:32 +12:00
parent 8173f282b7
commit 88c5739351
3 changed files with 3 additions and 3 deletions

View File

@@ -2,9 +2,9 @@ import { UUITextStyles } from '@umbraco-ui/uui-css';
import { css, html } from 'lit';
import { customElement, state } from 'lit/decorators.js';
import { UUIBooleanInputEvent, UUICheckboxElement, UUIRadioGroupElement, UUIRadioGroupEvent } from '@umbraco-ui/uui';
import { UMB_COLLECTION_CONTEXT_TOKEN } from '@umbraco-cms/backoffice/collection';
import { UmbDropdownElement } from '../../../shared/components/dropdown/dropdown.element';
import { UmbUserCollectionContext } from './user-collection.context';
import { UMB_COLLECTION_CONTEXT_TOKEN } from '@umbraco-cms/backoffice/collection';
import {
UMB_CREATE_USER_MODAL,
UMB_INVITE_USER_MODAL,

View File

@@ -1,6 +1,6 @@
import { UmbCollectionContext } from '@umbraco-cms/backoffice/collection';
import { USER_REPOSITORY_ALIAS } from '../repository/manifests';
import { UmbUserCollectionFilterModel } from '../types';
import { UmbCollectionContext } from '@umbraco-cms/backoffice/collection';
import { UserOrderModel, UserResponseModel, UserStateModel } from '@umbraco-cms/backoffice/backend-api';
import { UmbControllerHostElement } from '@umbraco-cms/backoffice/controller';

View File

@@ -1,8 +1,8 @@
import { css, html } from 'lit';
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
import { customElement, state } from 'lit/decorators.js';
import { UMB_COLLECTION_CONTEXT_TOKEN } from '@umbraco-cms/backoffice/collection';
import { UmbUserCollectionContext } from './user-collection.context';
import { UMB_COLLECTION_CONTEXT_TOKEN } from '@umbraco-cms/backoffice/collection';
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
import type { UmbRoute } from '@umbraco-cms/backoffice/router';