add global-components folder
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { UmbEntityCreateOptionActionArgs } from './types.js';
|
||||
import type { UmbEntityCreateOptionActionArgs } from '../types.js';
|
||||
import type {
|
||||
ManifestEntityCreateOptionAction,
|
||||
MetaEntityCreateOptionAction,
|
||||
} from './entity-create-option-action.extension.js';
|
||||
} from '../entity-create-option-action.extension.js';
|
||||
import { UmbEntityContext } from '@umbraco-cms/backoffice/entity';
|
||||
import { html, customElement, property, state, css } from '@umbraco-cms/backoffice/external/lit';
|
||||
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
|
||||
@@ -0,0 +1,3 @@
|
||||
import './entity-create-option-action-list.element.js';
|
||||
|
||||
export * from './entity-create-option-action-list.element.js';
|
||||
@@ -1,7 +1,12 @@
|
||||
import './global-components/index.js';
|
||||
|
||||
export * from './default/index.js';
|
||||
export * from './global-components/index.js';
|
||||
|
||||
export * from './entity-create-option-action-base.js';
|
||||
export * from './entity-create-option-action-list.element.js';
|
||||
export * from './entity-create-option-action.extension.js';
|
||||
export * from './entity-create-option-action.interface.js';
|
||||
export * from './types.js';
|
||||
|
||||
export type * from './entity-create-option-action-element.interface.js';
|
||||
|
||||
export * from './types.js';
|
||||
|
||||
Reference in New Issue
Block a user