@pimcore/studio-ui-bundle 0.12.9 → 0.13.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +7 -0
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/content/content-config-provider.d.ts +21 -0
- package/dist/build/types/src/core/components/content/content.d.ts +3 -2
- package/dist/build/types/src/core/components/content/content.styles.d.ts +6 -1
- package/dist/build/types/src/core/components/content-layout/content-layout.d.ts +1 -0
- package/dist/build/types/src/core/components/dropdown/dropdown.stories.d.ts +9 -9
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +1 -1
- package/dist/build/types/src/core/components/element-tree/provider/tree-permission-provider/use-tree-permission.d.ts +1 -1
- package/dist/build/types/src/core/components/grid/grid.d.ts +1 -0
- package/dist/build/types/src/core/components/hotspot-image/hotspot-image.d.ts +9 -3
- package/dist/build/types/src/core/components/hotspot-image/marker-icon.d.ts +10 -0
- package/dist/build/types/src/core/components/icon/default-icon-color-groups.d.ts +12 -0
- package/dist/build/types/src/core/components/icon/icon-color-groups-registry.d.ts +32 -0
- package/dist/build/types/src/core/components/icon/icon.d.ts +3 -1
- package/dist/build/types/src/core/components/iframe/iframe.d.ts +1 -2
- package/dist/build/types/src/core/components/iframe-content/iframe-content.d.ts +21 -0
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.d.ts +2 -1
- package/dist/build/types/src/core/components/menu/menu.styles.d.ts +13 -0
- package/dist/build/types/src/core/components/modal/factory/modal-factory.d.ts +32 -0
- package/dist/build/types/src/core/components/modal-upload/hooks/use-upload-conflict-handler.d.ts +1 -0
- package/dist/build/types/src/core/components/operational-grid/operational-grid.stories.d.ts +2 -0
- package/dist/build/types/src/core/components/pimcore-video/video-provider.d.ts +22 -0
- package/dist/build/types/src/core/components/search-input/search-input.d.ts +2 -1
- package/dist/build/types/src/core/components/toolstrip/tool-strip.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/tree-element/tree-element-item.d.ts +2 -4
- package/dist/build/types/src/core/components/tree-element/tree-element.d.ts +24 -9
- package/dist/build/types/src/core/modules/about/components/about-dialog/about-dialog-wrapper.d.ts +15 -0
- package/dist/build/types/src/core/modules/about/components/about-dialog/context/about-dialog-data-context.d.ts +18 -0
- package/dist/build/types/src/core/modules/app/base-layout/main-nav/services/main-nav-registry.d.ts +13 -3
- package/dist/build/types/src/core/modules/app/context-menu-registry/context-menu-config.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/error-handler/types.d.ts +3 -1
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +40 -0
- package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/auto-hide-empty-content.d.ts +16 -0
- package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/auto-hide-empty-content.styles.d.ts +14 -0
- package/dist/build/types/src/core/modules/app/utils/auto-hide-empty-content/hooks/use-hide-parent-when-hidden.d.ts +17 -0
- package/dist/build/types/src/core/modules/asset/actions/upload-new-version/upload-new-version.d.ts +1 -1
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +2 -0
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +413 -17
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/asset/editor/types/video/tab-manager/tabs/preview/preview-container.d.ts +0 -7
- package/dist/build/types/src/core/modules/asset/hooks/use-global-asset-context.d.ts +1 -1
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +1 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +148 -124
- package/dist/build/types/src/core/modules/auth/util/user-helper.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +1231 -1
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +2879 -206
- package/dist/build/types/src/core/modules/class-definition/class-definition-widget.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/add-modal.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/components/class-editor/use-class-definition-update.d.ts +11 -0
- package/dist/build/types/src/core/modules/class-definition/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/data-object/hooks/use-global-data-object-context.d.ts +1 -1
- package/dist/build/types/src/core/modules/document/actions/add-page/use-add-document.d.ts +2 -0
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +198 -0
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +10 -10
- package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +5 -5
- package/dist/build/types/src/core/modules/document/hooks/use-global-document-context.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-wysiwyg.d.ts +0 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/calculated-value/components/label/label.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/components/label/label.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/defintinitions/objects/data-related/components/localized-fields/versions/version-object-localized-fields.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/detached-tab/missing-context.styles.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +3 -3
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +3 -151
- package/dist/build/types/src/core/modules/element/element-helper.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +1 -1
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +6 -4
- package/dist/build/types/src/core/modules/field-definitions/components/editor/area-provider.d.ts +20 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout-modal-provider.d.ts +21 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout-modal-trigger.d.ts +11 -0
- package/dist/build/types/src/core/modules/{about/components/about-dialog/about-dialog-container.d.ts → field-definitions/components/editor/custom-layout/custom-layout-modal.d.ts} +1 -1
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/custom-layout.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/content/layout-form.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/content.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/general-settings-provider.d.ts +22 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/layout-provider.d.ts +42 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/save.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/sidebar.d.ts +15 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail.d.ts +15 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/provider.d.ts +33 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar/add-modal.d.ts +10 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar/modal-holder.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/sidebar.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/tabs.d.ts +11 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/settings-provider.d.ts +26 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor.d.ts +22 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/dynamic-type-field-definition-abstract.d.ts +39 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/dynamic-type-field-definition-registry.d.ts +14 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/data/dynamic-type-field-defintion-data-abstract.d.ts +23 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/data/field-defintion-data-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/layout/dynamic-type-field-defintion-layout-abstract.d.ts +23 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/_abstracts/layout/field-defintion-layout-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/block/dynamic-type-field-definition-block.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/input/dynamic-type-field-definition-input.d.ts +19 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/input/field-defintion-input-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/panel/dynamic-type-field-definition-panel.d.ts +18 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/panel/field-definition-panel-form-fields.d.ts +12 -0
- package/dist/build/types/src/core/modules/field-definitions/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/field-definitions/utils/context-helpers.d.ts +13 -0
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/open-element/{open-element.d.ts → constants.d.ts} +0 -7
- package/dist/build/types/src/core/modules/open-element/context/open-element-data-context.d.ts +19 -0
- package/dist/build/types/src/core/modules/open-element/open-element-wrapper.d.ts +15 -0
- package/dist/build/types/src/core/modules/perspectives/enums/tree-permission.d.ts +5 -7
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +1 -151
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/dynamic-type-custom-report-definition-abstract.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/dynamic-types/definitions/custom-report-definition-adapters/types/dynamic-type-custom-report-definition-sql-adapter.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.styles.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-toolbar/report-toolbar.d.ts +2 -1
- package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/login-token-modal/login-token-modal-container.d.ts +15 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/settings/components/login-token-modal/login-token-modal.d.ts +17 -0
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +369 -2
- package/dist/build/types/src/core/modules/widget-editor/services/widget-context-menu-item-registry.d.ts +23 -0
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/title/border-title-view.d.ts +3 -1
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-view.d.ts +3 -1
- package/dist/build/types/src/core/modules/widget-manager/widget/title/title-view.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-content-title-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/widget-manager/widget/widget-view.d.ts +2 -0
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +2 -0
- package/dist/build/types/src/core/modules/wysiwyg/wysiwyg.styles.d.ts +1 -0
- package/dist/build/types/src/core/utils/sizing.d.ts +1 -0
- package/dist/build/types/src/core/utils/use-element-overflow.d.ts +1 -1
- package/dist/build/types/src/sdk/components/index.d.ts +5 -0
- package/dist/build/types/src/sdk/main.d.ts +2 -0
- package/dist/build/types/src/sdk/modules/auth/index.d.ts +2 -0
- package/dist/build/types/src/sdk/modules/data-object/index.d.ts +1 -0
- package/dist/build/types/src/sdk/modules/perspectives/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -34,3 +34,4 @@ export * from '../../../core/modules/data-object/listing/listing-container';
|
|
|
34
34
|
export * from '../../../core/modules/data-object/listing/builder/object-listing-builder';
|
|
35
35
|
export * from '../../../core/modules/data-object/listing/decorator/class-definition-selection/context-layer/provider/use-class-definition-selection';
|
|
36
36
|
export * from '../../../core/modules/data-object/data-object-provider';
|
|
37
|
+
export * from '../../../core/modules/data-object/utils/provider/class-defintions/use-class-definitions';
|
|
@@ -8,3 +8,5 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
export * from '../../../core/modules/perspectives/enums/tree-permission';
|
|
11
|
+
export * from '../../../core/modules/perspectives/hooks/use-perspectives';
|
|
12
|
+
export * as PerspectivesApiSlice from '../../../core/modules/perspectives/perspectives-slice.enhanced';
|