@pimcore/studio-ui-bundle 2025.4.5 → 2025.4.7
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/api/pimcore/tags.d.ts +27 -2
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +1 -1
- package/dist/build/types/src/core/app/public-api/document/document-api.d.ts +7 -0
- package/dist/build/types/src/core/app/public-api/document-editor-iframe/editable-data/editable-data.d.ts +8 -0
- package/dist/build/types/src/core/bootstrap.d.ts +2 -0
- package/dist/build/types/src/core/components/asset-target/asset-target.d.ts +4 -1
- package/dist/build/types/src/core/components/block/block-item.d.ts +0 -1
- package/dist/build/types/src/core/components/column-picker/column-picker-popover.d.ts +35 -0
- package/dist/build/types/src/core/components/column-picker/column-picker.d.ts +34 -0
- package/dist/build/types/src/core/components/column-picker/column-picker.stories.d.ts +17 -0
- package/dist/build/types/src/core/components/column-picker/column-picker.styles.d.ts +22 -0
- package/dist/build/types/src/core/components/column-picker/column-picker.types.d.ts +33 -0
- package/dist/build/types/src/core/components/date-picker/date-picker.stories.d.ts +1 -0
- package/dist/build/types/src/core/components/editable-empty-placeholder/editable-empty-placeholder.d.ts +1 -1
- package/dist/build/types/src/core/components/editable-empty-placeholder/editable-empty-placeholder.stories.d.ts +0 -4
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +6 -1
- package/dist/build/types/src/core/components/filters/adapter.d.ts +16 -0
- package/dist/build/types/src/core/components/filters/define-filter.d.ts +11 -0
- package/dist/build/types/src/core/components/filters/index.d.ts +16 -0
- package/dist/build/types/src/core/components/filters/query/compose-query.d.ts +11 -0
- package/dist/build/types/src/core/components/filters/store/create-filters-store.d.ts +32 -0
- package/dist/build/types/src/core/components/filters/store/use-draft-sync.d.ts +12 -0
- package/dist/build/types/src/core/components/filters/types.d.ts +30 -0
- package/dist/build/types/src/core/components/filters/view/filters-renderer.d.ts +19 -0
- package/dist/build/types/src/core/components/form/controls/keyed-list/keyed-list.test.d.ts +10 -0
- package/dist/build/types/src/core/components/form/controls/keyed-list/provider/keyed-list/keyed-list-provider.d.ts +12 -3
- package/dist/build/types/src/core/components/form/controls/keyed-list/provider/keyed-list/use-keyed-list-value.d.ts +14 -0
- package/dist/build/types/src/core/components/form/controls/keyed-list/provider/keyed-list/use-keyed-list.d.ts +5 -1
- package/dist/build/types/src/core/components/form/controls/numbered-list/numbered-list.test.d.ts +10 -0
- package/dist/build/types/src/core/components/form/controls/numbered-list/provider/numbered-list/numbered-list-provider.d.ts +13 -3
- package/dist/build/types/src/core/components/form/controls/numbered-list/provider/numbered-list/use-numbered-list-value.d.ts +14 -0
- package/dist/build/types/src/core/components/form/controls/numbered-list/provider/numbered-list/use-numbered-list.d.ts +6 -1
- package/dist/build/types/src/core/components/formatted-date-time/formatted-date-time.d.ts +1 -0
- package/dist/build/types/src/core/components/header/header.d.ts +9 -1
- package/dist/build/types/src/core/components/header/header.stories.d.ts +19 -0
- package/dist/build/types/src/core/components/header/header.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/icon-selector/utils/element-icon.test.d.ts +10 -0
- package/dist/build/types/src/core/components/image-preview/image-preview.stories.d.ts +28 -0
- package/dist/build/types/src/core/components/modal/form-modal/form-modal.stories.d.ts +8 -0
- package/dist/build/types/src/core/components/modal/form-modal/hooks/form-modal-types.d.ts +47 -0
- package/dist/build/types/src/core/components/modal/form-modal/hooks/use-form-modal.d.ts +2 -37
- package/dist/build/types/src/core/components/modal/window-modal/window-modal.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/modal-upload/modal-upload.d.ts +2 -0
- package/dist/build/types/src/core/components/preview-card/preview-card.d.ts +1 -1
- package/dist/build/types/src/core/components/preview-card/preview-card.styles.d.ts +3 -3
- package/dist/build/types/src/core/components/tag/tag.d.ts +1 -0
- package/dist/build/types/src/core/components/tag/tag.stories.d.ts +15 -0
- package/dist/build/types/src/core/components/tag/tag.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/toolbar/toolbar.d.ts +1 -1
- package/dist/build/types/src/core/components/toolbar/toolbar.stories.d.ts +2 -3
- package/dist/build/types/src/core/components/tree-element/tree-element-item.d.ts +1 -4
- package/dist/build/types/src/core/components/users-roles-dropdown/users-roles-dropdown.d.ts +11 -10
- package/dist/build/types/src/core/components/users-roles-dropdown/users-roles-dropdown.styles.d.ts +2 -1
- package/dist/build/types/src/core/lib/event-bus/event-types.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/app-view.d.ts +4 -1
- 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/theme/constants/theme-ids.d.ts +0 -1
- package/dist/build/types/src/core/modules/app/theme/dynamic-types/definitions/studio-default-light/dynamic-type-theme-studio-default-light.d.ts +9 -0
- package/dist/build/types/src/core/modules/app/theme/utils/theme-from-url.d.ts +21 -0
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +185 -0
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +217 -0
- package/dist/build/types/src/core/modules/asset/editor/types/folder/tab-manager/tabs/preview/card/preview-card-container.d.ts +3 -1
- package/dist/build/types/src/core/modules/asset/listing/decorator/column-configuration/view-layer/components/sidebar/tabs/grid-config/views/edit-view.d.ts +5 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +2 -2
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +2 -2
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +40 -18
- package/dist/build/types/src/core/modules/data-object/actions/open-preview-in-new-window/use-open-preview-in-new-window.d.ts +15 -0
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +5 -0
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +1353 -0
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +230 -1
- package/dist/build/types/src/core/modules/data-object/listing/decorator/class-definition-selection/context-layer/provider/class-definition-selection-provider.d.ts +2 -4
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/grid-config-modal.styles.d.ts +17 -0
- package/dist/build/types/src/core/modules/data-object/listing/decorator/column-configuration/view-layer/components/grid/hooks/use-grid-options/tabs/grid-config/views/edit-view.d.ts +5 -1
- package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/document/actions/highlight-editables/highlight-editables-button.d.ts +11 -0
- package/dist/build/types/src/core/modules/document/actions/highlight-editables/highlight-editables-button.styles.d.ts +17 -0
- package/dist/build/types/src/core/modules/document/document-editor-slice.d.ts +26 -1
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/sidebar-definitions.d.ts +2 -1
- package/dist/build/types/src/core/modules/document/editor/shared-tab-manager/tabs/edit/hooks/use-document-editor.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/components/edit-lock-warning/edit-lock-warning.d.ts +21 -0
- package/dist/build/types/src/core/modules/element/components/edit-lock-warning/edit-lock-warning.styles.d.ts +15 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/components/sortable-areablock-toolbar/sortable-areablock-toolbar.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-clipboard.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-controls.d.ts +4 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/hooks/use-areablock-editable.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-clipboard.d.ts +23 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/areablock-editable/utils/areablock-utils.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/{inheritance-overlay/inheritance-overlay.d.ts → editable-overlay/editable-overlay.d.ts} +2 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/{inheritance-overlay/inheritance-overlay.styles.d.ts → editable-overlay/editable-overlay.styles.d.ts} +2 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/editable-overlay/use-highlight-editables.d.ts +16 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/hooks/use-image-value-updates.d.ts +4 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/hotspot-image-preview.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/image-editable/image-editable-preview.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/video-editable/video-editable.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/components/video-editable/video-editable.styles.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/helpers/responsive-asset-preview/responsive-asset-preview.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/document/editable/types/dynamic-type-document-editable-video.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/field-filters/utils/date-filter-transform.d.ts +27 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/grid-cell/components/date-time/date-time-cell.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/components/classification-store-modal/classification-store-modal.d.ts +9 -2
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/components/classification-store-modal/components/classification-store-data-tab/classification-store-callback-tab.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/components/classification-store-modal/tabs/group-by-key/group-by-key-tab.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/video/footer.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/video/video.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/source-fields/classification-store/classification-store-field-picker-provider.d.ts +39 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/source-fields/classification-store/classification-store-field-utils.d.ts +22 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/pipelines/grid/source-fields/classification-store/classification-store-value-control.d.ts +44 -0
- package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +503 -0
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +547 -1
- package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +16 -4
- package/dist/build/types/src/core/modules/element/hooks/use-edit-lock.d.ts +23 -0
- package/dist/build/types/src/core/modules/element/listing/abstract/configuration-layer/provider/selected-columns/selected-columns-provider.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/unreferenced-filter/unreferenced-filter-provider.d.ts +20 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/context-layer/provider/unreferenced-filter/use-unreferenced-filter.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/data-layer/with-general-filters-query-arg.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/build-element-filter-query.d.ts +11 -0
- package/dist/build/types/src/core/modules/{app/theme/dynamic-types/definitions/studio-default-dark/dynamic-type-theme-studio-default-dark.d.ts → element/listing/decorators/general-filters/element-filters/definitions/direct-children-filter.d.ts} +2 -6
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/field-filters-filter.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/index.d.ts +18 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/pql-filter.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/search-term-filter.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/definitions/unreferenced-filter.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/element-filter-setup.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/element-filter-types.d.ts +38 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/index.d.ts +15 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/stores.d.ts +11 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/element-filters/use-element-filter-values.d.ts +28 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/general-filters-decorator.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/view-layer/components/sidebar/tabs/filters/field-filters/use-field-filter-editor.d.ts +24 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/general-filters/view-layer/components/sidebar/tabs/filters/provider/filter-provider/filter-provider.d.ts +3 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/row-selection/row-selection-decorator.d.ts +2 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/context-layer/provider/available-columns/available-columns-provider.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/prepare-grid-config-column.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/view-layer/components/add-column-controls/add-column-controls.d.ts +36 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/view-layer/components/fields-to-add-panel/fields-to-add-panel.d.ts +29 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/view-layer/components/fields-to-add-panel/fields-to-add-panel.styles.d.ts +17 -0
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/view-layer/hooks/use-scroll-into-view-on-append.d.ts +21 -0
- package/dist/build/types/src/core/modules/element/services/edit-lock-gate.d.ts +16 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/ownership-management/ownership-delete-job.d.ts +31 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/ownership-management/ownership-reassign-owner-job.d.ts +33 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/custom-layout/unsaved-changes-provider.d.ts +35 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/general-settings-provider.d.ts +1 -0
- package/dist/build/types/src/core/modules/field-definitions/utils/layout-provider-factory.d.ts +2 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/notes-and-events/filters/filters.d.ts +18 -0
- package/dist/build/types/src/core/modules/notes-and-events/filters/helpers.d.ts +12 -0
- package/dist/build/types/src/core/modules/notes-and-events/filters/hooks/use-notes-field-filter-editor.d.ts +19 -0
- package/dist/build/types/src/core/modules/notes-and-events/filters/types.d.ts +47 -0
- package/dist/build/types/src/core/modules/notes-and-events/hooks/use-global-notes-and-events.d.ts +0 -1
- package/dist/build/types/src/core/modules/notes-and-events/notes-and-events-sidebar/components/search-filter-tab/search-filters-tab.d.ts +11 -0
- package/dist/build/types/src/core/modules/{element/listing/decorators/general-filters/view-layer/components/sidebar/tabs/filters/field-filters/field-filters-container.d.ts → notes-and-events/notes-and-events-sidebar/notes-and-events-sidebar.d.ts} +1 -1
- package/dist/build/types/src/core/modules/notes-and-events/{table → notes-and-events-view/components/table}/table.d.ts +1 -1
- package/dist/build/types/src/core/modules/notifications/filters/filters.d.ts +17 -0
- package/dist/build/types/src/core/modules/notifications/filters/hooks/use-notifications-field-filter-editor.d.ts +19 -0
- package/dist/build/types/src/core/modules/notifications/filters/types.d.ts +37 -0
- package/dist/build/types/src/core/modules/{reports/reports-view/components/report-sidebar/components/columns-filters/components/field-filters/field-filters.d.ts → notifications/notifications-sidebar/components/filter-tab/filter-tab.d.ts} +1 -1
- package/dist/build/types/src/core/modules/notifications/notifications-sidebar/notifications-sidebar.d.ts +11 -0
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/ownership-management/components/batch-actions/batch-actions.d.ts +15 -0
- package/dist/build/types/src/core/modules/ownership-management/components/reassign-owner-modal/reassign-owner-modal.d.ts +17 -0
- package/dist/build/types/src/core/modules/ownership-management/components/row-selection-total/row-selection-total.d.ts +11 -0
- package/dist/build/types/src/core/modules/ownership-management/components/table/table.d.ts +20 -0
- package/dist/build/types/src/core/modules/ownership-management/components/table/table.styles.d.ts +13 -0
- package/dist/build/types/src/core/modules/ownership-management/context/selected-items-context.d.ts +22 -0
- package/dist/build/types/src/core/modules/ownership-management/hooks/use-ownership-management.d.ts +16 -0
- package/dist/build/types/src/core/modules/ownership-management/index.d.ts +11 -0
- package/dist/build/types/src/core/modules/ownership-management/ownership-management-api-slice-enhanced.d.ts +705 -0
- package/dist/build/types/src/core/modules/ownership-management/ownership-management-api-slice.gen.d.ts +795 -0
- package/dist/build/types/src/core/modules/ownership-management/ownership-management-container-inner.d.ts +11 -0
- package/dist/build/types/src/core/modules/ownership-management/ownership-management-container-inner.styles.d.ts +13 -0
- package/dist/build/types/src/core/modules/ownership-management/ownership-management-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/perspectives/enums/nav-permission.d.ts +1 -0
- package/dist/build/types/src/core/modules/recycle-bin/filters/filters.d.ts +18 -0
- package/dist/build/types/src/core/modules/recycle-bin/filters/hooks/use-recycle-bin-field-filter-editor.d.ts +19 -0
- package/dist/build/types/src/core/modules/recycle-bin/filters/types.d.ts +37 -0
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-sidebar/components/filter-tab/filter-tab.d.ts +11 -0
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-sidebar/recycle-bin-sidebar.d.ts +11 -0
- package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-editor/components/report-configuration/report-configuration.d.ts +1 -2
- package/dist/build/types/src/core/modules/reports/reports-editor/reports-editor.d.ts +1 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/columns-filter-descriptor.d.ts +12 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/{components/field-filters → field-filters}/helpers.d.ts +4 -4
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/use-field-filter-editor.d.ts +19 -0
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/filters/reports-filters.d.ts +25 -0
- package/dist/build/types/src/core/modules/search/provider/search-provider.d.ts +10 -0
- package/dist/build/types/src/core/modules/search/provider/use-search.d.ts +5 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/menu-shortcut-flyout/menu-shortcut-flyout.d.ts +17 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/menu-shortcut-flyout/menu-shortcut-flyout.styles.d.ts +17 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/saved-search-form.d.ts +34 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/saved-search-panel.d.ts +17 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/saved-search-panel.styles.d.ts +20 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/use-saved-search-meta-dirty.d.ts +30 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-search-panel/use-saved-search-mutations.d.ts +34 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-searches-tab/saved-searches-tab.d.ts +11 -0
- package/dist/build/types/src/core/modules/search/saved-search/components/saved-searches-tab/saved-searches-tab.styles.d.ts +16 -0
- package/dist/build/types/src/core/modules/search/saved-search/dirty/saved-search-dirty-slice.d.ts +60 -0
- package/dist/build/types/src/core/modules/search/saved-search/dirty/saved-search-dirty-tracker.d.ts +21 -0
- package/dist/build/types/src/core/modules/search/saved-search/hooks/use-open-saved-search.d.ts +22 -0
- package/dist/build/types/src/core/modules/search/saved-search/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/search/saved-search/restore/object-saved-search-restore.d.ts +15 -0
- package/dist/build/types/src/core/modules/search/saved-search/restore/saved-search-restore.d.ts +21 -0
- package/dist/build/types/src/core/modules/search/saved-search/restore/use-apply-saved-search.d.ts +17 -0
- package/dist/build/types/src/core/modules/search/saved-search/saved-search-decorator.d.ts +23 -0
- package/dist/build/types/src/core/modules/search/saved-search/utils/resolve-element-type.d.ts +18 -0
- package/dist/build/types/src/core/modules/search/saved-search/utils/to-number-array.d.ts +10 -0
- package/dist/build/types/src/core/modules/search/saved-search/view-layer/with-saved-search-sidebar-entry.d.ts +17 -0
- package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-result-widget.d.ts +21 -0
- package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-title.d.ts +17 -0
- package/dist/build/types/src/core/modules/search/saved-search/widget/saved-search-widget.d.ts +24 -0
- package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +1230 -15
- package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +1361 -1
- package/dist/build/types/src/core/modules/translations/filters/filters.d.ts +17 -0
- package/dist/build/types/src/core/modules/translations/filters/hooks/use-translation-filter-columns.d.ts +12 -0
- package/dist/build/types/src/core/modules/translations/filters/hooks/use-translations-field-filter-editor.d.ts +19 -0
- package/dist/build/types/src/core/modules/translations/filters/types.d.ts +32 -0
- package/dist/build/types/src/core/modules/translations/translations-sidebar/components/filter-tab/filter-tab.d.ts +11 -0
- package/dist/build/types/src/core/modules/translations/translations-sidebar/translations-sidebar.d.ts +11 -0
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +1 -1
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +1 -0
- package/dist/build/types/src/core/modules/widget-manager/hooks/use-widget-manager.d.ts +3 -16
- package/dist/build/types/src/core/modules/widget-manager/services/widget-manager-action-service.d.ts +27 -0
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-outer-container.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/title/tab-title-view.d.ts +1 -1
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-slice.d.ts +6 -1
- package/dist/build/types/src/core/modules/widget-manager/widget-manager-view.d.ts +1 -1
- package/dist/build/types/src/core/types/components/types.d.ts +6 -0
- package/dist/build/types/src/core/utils/normalize-icon.d.ts +2 -0
- package/dist/build/types/src/core/utils/normalize-icon.test.d.ts +10 -0
- package/dist/build/types/src/sdk/components/index.d.ts +3 -0
- package/dist/build/types/src/sdk/modules/document/index.d.ts +8 -1
- package/dist/build/types/src/sdk/modules/element/index.d.ts +1 -0
- package/dist/build/types/src/sdk/modules/widget-manager/index.d.ts +1 -0
- package/package.json +14 -6
- package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/context/columns-filters-context.d.ts +0 -24
- /package/dist/build/types/src/core/modules/notes-and-events/{table → notes-and-events-view/components/table}/table.styles.d.ts +0 -0
- /package/dist/build/types/src/core/modules/reports/reports-view/components/report-sidebar/components/columns-filters/{components/field-filters → field-filters}/types.d.ts +0 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* Reads the "highlight editable elements" toggle from the iframe-local document editable API
|
|
12
|
+
* and subscribes to changes. The toolbar button in the parent window pushes new values into
|
|
13
|
+
* this API (via the public document API bridge), which notifies the subscribed overlays so
|
|
14
|
+
* they re-render with the highlight styling applied.
|
|
15
|
+
*/
|
|
16
|
+
export declare const useHighlightEditables: () => boolean;
|
|
@@ -13,13 +13,15 @@ import { type Hotspot, type Marker } from '../../../../../objects/data-related/h
|
|
|
13
13
|
interface UseImageValueUpdatesProps {
|
|
14
14
|
value?: ImageEditableValue;
|
|
15
15
|
onChange?: (value: ImageEditableValue) => void;
|
|
16
|
+
minWidth?: number;
|
|
17
|
+
minHeight?: number;
|
|
16
18
|
}
|
|
17
19
|
interface UseImageValueUpdatesReturn {
|
|
18
20
|
handleCropChange: (crop: CropSettings | null) => void;
|
|
19
21
|
handleHotspotsChange: (hotspots: Hotspot[], marker: Marker[]) => void;
|
|
20
|
-
handleReplaceImage: (assetId: number) =>
|
|
22
|
+
handleReplaceImage: (assetId: number) => Promise<boolean>;
|
|
21
23
|
handleEmptyValue: () => void;
|
|
22
24
|
handleAltTextChange: (alt: string) => void;
|
|
23
25
|
}
|
|
24
|
-
export declare const useImageValueUpdates: ({ value: imageValue, onChange }: UseImageValueUpdatesProps) => UseImageValueUpdatesReturn;
|
|
26
|
+
export declare const useImageValueUpdates: ({ value: imageValue, onChange, minWidth, minHeight }: UseImageValueUpdatesProps) => UseImageValueUpdatesReturn;
|
|
25
27
|
export {};
|
|
@@ -45,6 +45,8 @@ interface DocumentHotspotImagePreviewProps {
|
|
|
45
45
|
width: number;
|
|
46
46
|
height: number;
|
|
47
47
|
} | null;
|
|
48
|
+
minWidth?: number;
|
|
49
|
+
minHeight?: number;
|
|
48
50
|
altText?: string;
|
|
49
51
|
onAltTextChange?: (alt: string) => void;
|
|
50
52
|
hideAltTextInput?: boolean;
|
|
@@ -53,5 +55,5 @@ interface DocumentHotspotImagePreviewProps {
|
|
|
53
55
|
thumbnailConfig?: string | object;
|
|
54
56
|
className?: string;
|
|
55
57
|
}
|
|
56
|
-
export declare const DocumentHotspotImagePreview: ({ assetId, height, width, containerWidth, value, onChange, setMarkerModalOpen, setCropModalOpen, handleSearch, handleLocateInTree, handleUpload, emptyValue, disabled, disableInlineUpload, imgAttributes, focalPointContextMenuItem, dropClass, onResize, lastImageDimensions, altText, onAltTextChange, hideAltTextInput, isImageLoaded, onImageLoadedChange, thumbnailConfig, className }: DocumentHotspotImagePreviewProps) => React.JSX.Element;
|
|
58
|
+
export declare const DocumentHotspotImagePreview: ({ assetId, height, width, containerWidth, value, onChange, setMarkerModalOpen, setCropModalOpen, handleSearch, handleLocateInTree, handleUpload, emptyValue, disabled, disableInlineUpload, imgAttributes, focalPointContextMenuItem, dropClass, onResize, lastImageDimensions, minWidth, minHeight, altText, onAltTextChange, hideAltTextInput, isImageLoaded, onImageLoadedChange, thumbnailConfig, className }: DocumentHotspotImagePreviewProps) => React.JSX.Element;
|
|
57
59
|
export {};
|
|
@@ -14,6 +14,8 @@ interface ImageEditablePreviewProps {
|
|
|
14
14
|
assetId?: number;
|
|
15
15
|
width?: number | string;
|
|
16
16
|
height?: number | string;
|
|
17
|
+
minWidth?: number;
|
|
18
|
+
minHeight?: number;
|
|
17
19
|
containerWidth: number;
|
|
18
20
|
className?: string;
|
|
19
21
|
dropdownItems?: DropdownProps['menu']['items'];
|
|
@@ -32,5 +34,5 @@ interface ImageEditablePreviewProps {
|
|
|
32
34
|
} | null;
|
|
33
35
|
onImageLoadedChange?: (isLoaded: boolean) => void;
|
|
34
36
|
}
|
|
35
|
-
export declare const ImageEditablePreview: ({ assetId, width, height, containerWidth, thumbnailSettings, thumbnailConfig, onImageLoadedChange, ...props }: ImageEditablePreviewProps) => React.JSX.Element;
|
|
37
|
+
export declare const ImageEditablePreview: ({ assetId, width, height, minWidth, minHeight, containerWidth, thumbnailSettings, thumbnailConfig, onImageLoadedChange, ...props }: ImageEditablePreviewProps) => React.JSX.Element;
|
|
36
38
|
export {};
|
|
@@ -19,5 +19,6 @@ export interface VideoEditableProps {
|
|
|
19
19
|
allowedVideoTypes?: VideoType[];
|
|
20
20
|
width?: number | string;
|
|
21
21
|
height?: number | string;
|
|
22
|
+
thumbnailName?: string;
|
|
22
23
|
}
|
|
23
|
-
export declare const VideoEditable: ({ value, onChange, disabled, inherited, className, containerRef, allowedVideoTypes, width, height }: VideoEditableProps) => React.JSX.Element;
|
|
24
|
+
export declare const VideoEditable: ({ value, onChange, disabled, inherited, className, containerRef, allowedVideoTypes, width, height, thumbnailName }: VideoEditableProps) => React.JSX.Element;
|
|
@@ -11,6 +11,9 @@ export declare const useStyles: (props?: unknown) => {
|
|
|
11
11
|
styles: {
|
|
12
12
|
wrapper: string;
|
|
13
13
|
editButton: string;
|
|
14
|
+
progressOverlay: string;
|
|
15
|
+
progressLabel: string;
|
|
16
|
+
errorMessage: string;
|
|
14
17
|
};
|
|
15
18
|
cx: import("antd-style/es/types").ClassNamesUtil;
|
|
16
19
|
theme: import("antd-style/lib/types/theme").FullToken;
|
|
@@ -26,6 +26,8 @@ interface ResponsiveAssetPreviewProps {
|
|
|
26
26
|
} | null;
|
|
27
27
|
thumbnailUrl?: string | null;
|
|
28
28
|
onImageLoadedChange?: (isLoaded: boolean) => void;
|
|
29
|
+
minWidth?: number;
|
|
30
|
+
minHeight?: number;
|
|
29
31
|
}
|
|
30
|
-
export declare const ResponsiveAssetPreview: ({ assetId, className, dropdownItems, dropClass, imgAttributes, onImageLoad, onResize, lastImageDimensions, thumbnailUrl, onImageLoadedChange }: ResponsiveAssetPreviewProps) => React.JSX.Element;
|
|
32
|
+
export declare const ResponsiveAssetPreview: ({ assetId, className, dropdownItems, dropClass, imgAttributes, onImageLoad, onResize, lastImageDimensions, thumbnailUrl, onImageLoadedChange, minWidth, minHeight }: ResponsiveAssetPreviewProps) => React.JSX.Element;
|
|
31
33
|
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import { type DateValue } from '../../../../../../modules/element/dynamic-types/definitions/field-filters/components/dynamic-type-field-filter-date-component';
|
|
11
|
+
export declare enum DateFilterOperator {
|
|
12
|
+
On = "on",
|
|
13
|
+
From = "from",
|
|
14
|
+
To = "to"
|
|
15
|
+
}
|
|
16
|
+
export interface DateFilterCondition {
|
|
17
|
+
operator: DateFilterOperator;
|
|
18
|
+
value: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Transforms a date field-filter value into the concrete date conditions it implies:
|
|
22
|
+
* - before → [to]
|
|
23
|
+
* - after → [from]
|
|
24
|
+
* - between → [from, to]
|
|
25
|
+
* - on → [on]
|
|
26
|
+
*/
|
|
27
|
+
export declare const transformDateFilter: (value: DateValue) => DateFilterCondition[];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
11
|
+
import { type DefaultCellProps } from '../../../../../../../components/grid/columns/default-cell';
|
|
12
|
+
export declare const DateTimeCell: (props: DefaultCellProps) => React.JSX.Element;
|
|
@@ -8,12 +8,19 @@
|
|
|
8
8
|
* @license Pimcore Open Core License (POCL)
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
|
-
import { type ClassificationStoreProps } from '../../../../../../../../../../modules/element/dynamic-types/definitions/objects/data-related/components/classification-store/classification-store';
|
|
12
11
|
import { TabId } from '../../types';
|
|
13
|
-
export interface ClassificationStoreModalProps
|
|
12
|
+
export interface ClassificationStoreModalProps {
|
|
13
|
+
storeId: number;
|
|
14
14
|
objectId?: number;
|
|
15
15
|
classId: string;
|
|
16
16
|
fieldName: string;
|
|
17
|
+
/** Field definition name, kept so callers can derive {@link fieldName} from a spread field definition. */
|
|
18
|
+
name: string;
|
|
17
19
|
allowedTabs?: TabId[];
|
|
20
|
+
/**
|
|
21
|
+
* When true, the modal restricts the selection to a single classification store value.
|
|
22
|
+
* Used by the advanced column configuration where only one group/key may be picked.
|
|
23
|
+
*/
|
|
24
|
+
singleSelection?: boolean;
|
|
18
25
|
}
|
|
19
26
|
export declare const ClassificationStoreModal: (props: ClassificationStoreModalProps) => React.JSX.Element;
|
|
@@ -22,6 +22,7 @@ interface ClassificationStoreCallbackTabProps<T> {
|
|
|
22
22
|
};
|
|
23
23
|
queryArgs: any;
|
|
24
24
|
columns: any[];
|
|
25
|
+
singleSelection?: boolean;
|
|
25
26
|
}
|
|
26
|
-
export declare const ClassificationStoreCallbackTab: <T>({ tabId, queryHook, queryArgs, columns }: ClassificationStoreCallbackTabProps<T>) => React.JSX.Element;
|
|
27
|
+
export declare const ClassificationStoreCallbackTab: <T>({ tabId, queryHook, queryArgs, columns, singleSelection }: ClassificationStoreCallbackTabProps<T>) => React.JSX.Element;
|
|
27
28
|
export {};
|
|
@@ -14,6 +14,7 @@ interface GroupByKeyTabProps {
|
|
|
14
14
|
classId: ClassificationStoreGetKeyGroupRelationsApiArg['classId'];
|
|
15
15
|
objectId?: number;
|
|
16
16
|
fieldName: ClassificationStoreGetKeyGroupRelationsApiArg['fieldName'];
|
|
17
|
+
singleSelection?: boolean;
|
|
17
18
|
}
|
|
18
19
|
export declare const GroupByKeyTab: (props: GroupByKeyTabProps) => React.JSX.Element;
|
|
19
20
|
export {};
|
|
@@ -15,6 +15,7 @@ interface VideoFooterProps {
|
|
|
15
15
|
value?: VideoValue | null;
|
|
16
16
|
onSave?: (value: VideoValue) => void;
|
|
17
17
|
allowedVideoTypes?: VideoType[];
|
|
18
|
+
onUpload?: () => void;
|
|
18
19
|
}
|
|
19
20
|
export declare const VideoFooter: (props: VideoFooterProps) => React.JSX.Element;
|
|
20
21
|
export {};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
11
|
+
export interface ClassificationStoreFieldValue {
|
|
12
|
+
groupId: number;
|
|
13
|
+
keyId: number;
|
|
14
|
+
keyName: string;
|
|
15
|
+
}
|
|
16
|
+
export interface OpenClassificationStorePickerArgs {
|
|
17
|
+
storeId: number;
|
|
18
|
+
fieldName: string;
|
|
19
|
+
classId?: string;
|
|
20
|
+
onPick: (value: ClassificationStoreFieldValue) => void;
|
|
21
|
+
}
|
|
22
|
+
export interface ClassificationStoreFieldPickerContextValue {
|
|
23
|
+
openPicker: (args: OpenClassificationStorePickerArgs) => void;
|
|
24
|
+
}
|
|
25
|
+
export declare const useClassificationStoreFieldPicker: () => ClassificationStoreFieldPickerContextValue;
|
|
26
|
+
export interface ClassificationStoreFieldPickerProviderProps {
|
|
27
|
+
/** Default class id picked group/key relations are scoped to (the listing class for simple fields). */
|
|
28
|
+
defaultClassId?: string;
|
|
29
|
+
children: React.ReactNode;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Provides an isolated, single-select classification store modal for grid source-field configuration.
|
|
33
|
+
*
|
|
34
|
+
* The shared {@link ClassificationStoreModalProvider} only tracks a single update callback at a time,
|
|
35
|
+
* so a dedicated (nested) provider is used here to avoid clashing with the modal that the regular
|
|
36
|
+
* "add column" flow already drives. The coordinator restricts the modal to a single group/key
|
|
37
|
+
* selection and routes the result back to the field that opened it.
|
|
38
|
+
*/
|
|
39
|
+
export declare const ClassificationStoreFieldPickerProvider: ({ defaultClassId, children }: ClassificationStoreFieldPickerProviderProps) => React.JSX.Element;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
export interface ClassificationStoreFieldOptionConfig {
|
|
11
|
+
classificationStore?: boolean;
|
|
12
|
+
storeId?: number;
|
|
13
|
+
}
|
|
14
|
+
export interface ClassificationStoreFieldOption {
|
|
15
|
+
key: unknown;
|
|
16
|
+
config?: ClassificationStoreFieldOptionConfig | null;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* Returns the classification store id for the given field key when that field is a classification
|
|
20
|
+
* store field (flagged by the backend with `config.classificationStore`), otherwise `undefined`.
|
|
21
|
+
*/
|
|
22
|
+
export declare const resolveClassificationStoreStoreId: (fields: readonly ClassificationStoreFieldOption[] | undefined, fieldKey: string) => number | undefined;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This source file is available under the terms of the
|
|
3
|
+
* Pimcore Open Core License (POCL)
|
|
4
|
+
* Full copyright and license information is available in
|
|
5
|
+
* LICENSE.md which is distributed with this source code.
|
|
6
|
+
*
|
|
7
|
+
* @copyright Copyright (c) Pimcore GmbH (https://www.pimcore.com)
|
|
8
|
+
* @license Pimcore Open Core License (POCL)
|
|
9
|
+
*/
|
|
10
|
+
import React from 'react';
|
|
11
|
+
export interface ResolvedClassificationStoreField {
|
|
12
|
+
storeId: number;
|
|
13
|
+
/** Class id the picked group/key relations should be scoped to (e.g. the related class for relation fields). */
|
|
14
|
+
classId?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface ClassificationStoreFieldActionsConfig {
|
|
17
|
+
/**
|
|
18
|
+
* Resolves the classification store descriptor for a given field key, or `undefined` when the
|
|
19
|
+
* field is not a classification store field.
|
|
20
|
+
*/
|
|
21
|
+
resolveField: (fieldKey: string) => ResolvedClassificationStoreField | undefined;
|
|
22
|
+
}
|
|
23
|
+
export interface ClassificationStoreFieldActions {
|
|
24
|
+
/** Drops any stored group/key for this source field. */
|
|
25
|
+
clearValue: () => void;
|
|
26
|
+
/** Opens the single-select picker for the given field key (when it is a classification store field). */
|
|
27
|
+
openFor: (fieldKey: string) => void;
|
|
28
|
+
/** Handler for the field select: clears the group/key picked for the previously selected field. */
|
|
29
|
+
onFieldSelect: () => void;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Wires the classification store picker into a single advanced column source field. The returned
|
|
33
|
+
* handlers persist the picked group/key into the source field config and are safe to use both from
|
|
34
|
+
* the field select (`onFieldSelect`) and from an explicit edit affordance (`openFor`).
|
|
35
|
+
*/
|
|
36
|
+
export declare const useClassificationStoreFieldActions: ({ resolveField }: ClassificationStoreFieldActionsConfig) => ClassificationStoreFieldActions;
|
|
37
|
+
export interface ClassificationStoreValueControlProps extends ClassificationStoreFieldActionsConfig {
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Renders the picked classification store value for a single advanced column source field as a chip
|
|
41
|
+
* with an edit affordance. Renders nothing while the selected field is not a classification store
|
|
42
|
+
* field.
|
|
43
|
+
*/
|
|
44
|
+
export declare const ClassificationStoreValueControl: ({ resolveField }: ClassificationStoreValueControlProps) => React.JSX.Element | null;
|