add module
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
"./document": "./dist-cms/packages/documents/documents/index.js",
|
||||
"./entity-action": "./dist-cms/packages/core/entity-action/index.js",
|
||||
"./entity-bulk-action": "./dist-cms/packages/core/entity-bulk-action/index.js",
|
||||
"./entity-create-option-action": "./dist-cms/packages/core/entity-create-option-action/index.js",
|
||||
"./entity": "./dist-cms/packages/core/entity/index.js",
|
||||
"./event": "./dist-cms/packages/core/event/index.js",
|
||||
"./extension-registry": "./dist-cms/packages/core/extension-registry/index.js",
|
||||
|
||||
@@ -2,7 +2,7 @@ import { UmbEntityActionBase } from '../../entity-action-base.js';
|
||||
import type { UmbEntityActionArgs } from '../../types.js';
|
||||
import type { MetaEntityActionCreateKind } from './types.js';
|
||||
import { UMB_ENTITY_CREATE_OPTION_ACTION_LIST_MODAL } from './modal/index.js';
|
||||
import type { ManifestEntityCreateOptionAction } from './create-option-action/index.js';
|
||||
import type { ManifestEntityCreateOptionAction } from '../../../entity-create-option-action/index.js';
|
||||
import { UMB_MODAL_MANAGER_CONTEXT } from '@umbraco-cms/backoffice/modal';
|
||||
import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
|
||||
import { umbExtensionsRegistry } from '@umbraco-cms/backoffice/extension-registry';
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export { UmbCreateEntityAction } from './create.action.js';
|
||||
export * from './create-option-action/index.js';
|
||||
export * from '../../../entity-create-option-action/index.js';
|
||||
|
||||
@@ -68,6 +68,9 @@ DON'T EDIT THIS FILE DIRECTLY. It is generated by /devops/tsconfig/index.js
|
||||
"@umbraco-cms/backoffice/document": ["./src/packages/documents/documents/index.ts"],
|
||||
"@umbraco-cms/backoffice/entity-action": ["./src/packages/core/entity-action/index.ts"],
|
||||
"@umbraco-cms/backoffice/entity-bulk-action": ["./src/packages/core/entity-bulk-action/index.ts"],
|
||||
"@umbraco-cms/backoffice/entity-create-option-action": [
|
||||
"./src/packages/core/entity-create-option-action/index.ts"
|
||||
],
|
||||
"@umbraco-cms/backoffice/entity": ["./src/packages/core/entity/index.ts"],
|
||||
"@umbraco-cms/backoffice/event": ["./src/packages/core/event/index.ts"],
|
||||
"@umbraco-cms/backoffice/extension-registry": ["./src/packages/core/extension-registry/index.ts"],
|
||||
|
||||
Reference in New Issue
Block a user