@pimcore/studio-ui-bundle 2026.1.2 → 2026.1.3
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/index.d.ts +4 -3
- package/dist/build/types/src/core/app/config/app-config.d.ts +1 -0
- package/dist/build/types/src/core/app/config/services/service-ids.d.ts +1 -0
- package/dist/build/types/src/core/bootstrap.d.ts +1 -0
- package/dist/build/types/src/core/components/element-tag/element-tag.d.ts +1 -0
- package/dist/build/types/src/core/components/element-tree/element-tree-slice.d.ts +4 -1
- package/dist/build/types/src/core/components/many-to-one-relation/path-target.styles.d.ts +1 -0
- package/dist/build/types/src/core/components/stack-list/stack-list-item.d.ts +1 -0
- package/dist/build/types/src/core/modules/app/mercure-api-slice.gen.d.ts +3 -3
- package/dist/build/types/src/core/modules/app/settings/settings-slice-enhanced.d.ts +117 -117
- package/dist/build/types/src/core/modules/app/settings/settings-slice.gen.d.ts +117 -117
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice-enhanced.d.ts +700 -60
- package/dist/build/types/src/core/modules/app/translations/translations-api-slice.gen.d.ts +65 -65
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice-enhanced.d.ts +49 -49
- package/dist/build/types/src/core/modules/application-logger/application-logger-api-slice.gen.d.ts +49 -49
- package/dist/build/types/src/core/modules/application-logger/application-logger.d.ts +5 -1
- package/dist/build/types/src/core/modules/application-logger/components/sidebar/tabs/filter/provider/filter-provider/filter-provider.d.ts +4 -1
- package/dist/build/types/src/core/modules/application-logger/components/table/table.d.ts +5 -1
- package/dist/build/types/src/core/modules/{field-definitions/dynamic-types/types/layout/fieldset/field-definition-fieldset-form-fields.d.ts → application-logger/tabs/object-tab/object-tab.d.ts} +3 -2
- package/dist/build/types/src/core/modules/asset/actions/zip-download/use-zip-download.d.ts +0 -1
- package/dist/build/types/src/core/modules/asset/asset-api-slice-enhanced.d.ts +226 -226
- package/dist/build/types/src/core/modules/asset/asset-api-slice.gen.d.ts +531 -531
- package/dist/build/types/src/core/modules/asset/asset-draft-slice.d.ts +130 -1
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice-enhanced.d.ts +55 -55
- package/dist/build/types/src/core/modules/asset/editor/shared-tab-manager/tabs/custom-metadata/metadata-api-slice.gen.d.ts +55 -55
- package/dist/build/types/src/core/modules/asset/editor/types/asset-thumbnails-api-slice.gen.d.ts +109 -109
- package/dist/build/types/src/core/modules/asset/listing/listing-container.d.ts +15 -15
- package/dist/build/types/src/core/modules/auth/authorization-api-slice.gen.d.ts +7 -7
- package/dist/build/types/src/core/modules/auth/enums/user-permission.d.ts +2 -1
- package/dist/build/types/src/core/modules/auth/user/user-api-slice-enhanced.d.ts +39 -39
- package/dist/build/types/src/core/modules/auth/user/user-api-slice.gen.d.ts +201 -201
- package/dist/build/types/src/core/modules/bulk-import/components/bulk-import-modal/hooks/use-bulk-import.d.ts +1 -1
- package/dist/build/types/src/core/modules/bulk-import/jobs/bulk-import-job.d.ts +9 -2
- package/dist/build/types/src/core/modules/cache/cache-actions.d.ts +12 -0
- package/dist/build/types/src/core/modules/cache/cache-api-slice.gen.d.ts +509 -0
- package/dist/build/types/src/core/modules/cache/index.d.ts +10 -0
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice-enhanced.d.ts +894 -709
- package/dist/build/types/src/core/modules/class-definition/class-definition-slice.gen.d.ts +910 -710
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice-enhanced.d.ts +273 -273
- package/dist/build/types/src/core/modules/data-object/classification-store/classification-store-api-slice.gen.d.ts +255 -255
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice-enhanced.d.ts +76 -76
- package/dist/build/types/src/core/modules/data-object/data-object-api-slice.gen.d.ts +221 -219
- package/dist/build/types/src/core/modules/data-object/data-object-draft-slice.d.ts +118 -1
- package/dist/build/types/src/core/modules/data-object/listing/listing-container.d.ts +15 -15
- package/dist/build/types/src/core/modules/data-object/unit-slice-enhanced.d.ts +104 -104
- package/dist/build/types/src/core/modules/data-object/unit-slice.gen.d.ts +89 -89
- package/dist/build/types/src/core/modules/document/document-api-slice-enhanced.d.ts +266 -266
- package/dist/build/types/src/core/modules/document/document-api-slice.gen.d.ts +253 -253
- package/dist/build/types/src/core/modules/document/document-draft-slice.d.ts +120 -1
- package/dist/build/types/src/core/modules/document/tree/node/content/tree-node-static-generator-icon.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/combo-field-ui.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/combo-field-ui.styles.d.ts +13 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/combo-field-utils.d.ts +15 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/hooks/use-combo-field-data.d.ts +35 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/components/many-to-many-object-relation/components/combo-field/many-to-many-object-relation-combo-field.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/label/suppress-empty-field-label-provider.d.ts +15 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/helpers/relations/utils/resolve-field-name.d.ts +19 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/data-related/types/dynamic-type-object-data-many-to-many-object-relation.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/advanced-many-to-many-relation/advanced-many-to-many-relation.d.ts +9 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/relation-list/formatted-relation-list.d.ts +22 -0
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/grid-cell-preview/relation-list/relation-list.d.ts +2 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/components/field-container/field-container.d.ts +3 -1
- package/dist/build/types/src/core/modules/element/dynamic-types/definitions/objects/layout-related/components/text/text.d.ts +1 -0
- package/dist/build/types/src/core/modules/element/editor/shared-components/workflow/menu/workflow-menu.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice-enhanced.d.ts +17 -17
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/dependencies/dependencies-api-slice.gen.d.ts +17 -17
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice-enhanced.d.ts +53 -53
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/notes-and-events/notes-and-events-api-slice.gen.d.ts +53 -53
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice-enhanced.d.ts +38 -38
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/properties/properties-api-slice.gen.d.ts +39 -39
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice-enhanced.d.ts +39 -39
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/schedule/schedule-api-slice.gen.d.ts +39 -39
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice-enhanced.d.ts +46 -46
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/tags/tags-api-slice.gen.d.ts +61 -61
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice-enhanced.d.ts +59 -59
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/versions/version-api-slice.gen.d.ts +91 -89
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice-enhanced.d.ts +16 -16
- package/dist/build/types/src/core/modules/element/editor/shared-tab-manager/tabs/workflow/workflow-api-slice.gen.d.ts +19 -19
- package/dist/build/types/src/core/modules/element/element-api-slice-enhanced.d.ts +107 -107
- package/dist/build/types/src/core/modules/element/element-api-slice.gen.d.ts +119 -119
- package/dist/build/types/src/core/modules/element/export-api-slice.gen.d.ts +49 -49
- package/dist/build/types/src/core/modules/element/listing/decorators/utils/column-configuration/has-field-definition.d.ts +12 -0
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice-enhanced.d.ts +19 -19
- package/dist/build/types/src/core/modules/element/search-replace-assignments/usage-api-slice.gen.d.ts +19 -19
- package/dist/build/types/src/core/modules/email/emails-api-slice-enhanced.d.ts +109 -109
- package/dist/build/types/src/core/modules/email/emails-api-slice.gen.d.ts +109 -109
- package/dist/build/types/src/core/modules/email/log/components/text-preview/text-preview.d.ts +2 -1
- package/dist/build/types/src/core/modules/execution-engine/app-loader/rehydrate-jobs-loader.d.ts +11 -0
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice-enhanced.d.ts +17 -17
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-api-slice.gen.d.ts +23 -21
- package/dist/build/types/src/core/modules/execution-engine/execution-engine-slice.d.ts +7 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/__tests__/job-rehydration.test.d.ts +10 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/abstact-job.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/abstract-batch-delete-job.d.ts +6 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/asset-batch-delete-job.d.ts +4 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-delete/data-object-batch-delete-job.d.ts +4 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-batch-edit-job.d.ts +13 -4
- package/dist/build/types/src/core/modules/execution-engine/jobs/batch-edit/abstract-folder-batch-edit-job.d.ts +6 -3
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/abstract-clone-job.d.ts +11 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/asset-clone-job.d.ts +20 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/data-object-clone-job.d.ts +24 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/document-clone-job.d.ts +5 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/delete/element-delete-job.d.ts +5 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/abstract-download-job.d.ts +35 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/csv-download-job.d.ts +24 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/xlsx-download-job.d.ts +24 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/zip-download-job.d.ts +18 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-delete-job.d.ts +6 -5
- package/dist/build/types/src/core/modules/execution-engine/jobs/recycle-bin/recycle-bin-restore-job.d.ts +6 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/rehydration-helpers.d.ts +15 -0
- package/dist/build/types/src/core/modules/execution-engine/jobs/search-replace-assignments/search-replace-assignments-job.d.ts +5 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/tag-assign/tag-assign-job.d.ts +5 -2
- package/dist/build/types/src/core/modules/execution-engine/jobs/zip-upload/zip-upload-job.d.ts +6 -2
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/__tests__/message-bus-job-handler-polling.test.d.ts +10 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/job-run-polling.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler-types.d.ts +2 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-handler.d.ts +3 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/message-bus-job-notification.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/message-handlers/message-bus-job/step-tracker/child-job-step-tracker.d.ts +5 -0
- package/dist/build/types/src/core/modules/execution-engine/notification/job/job-view.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/notification/job-list/job-list.styles.d.ts +1 -0
- package/dist/build/types/src/core/modules/execution-engine/services/execution-engine.d.ts +5 -9
- package/dist/build/types/src/core/modules/execution-engine/services/job-rehydration-registry.d.ts +22 -0
- package/dist/build/types/src/core/modules/field-definitions/components/editor/items/detail/refresh-provider.d.ts +20 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/_abstracts/use-sync-title-from-name.d.ts +10 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/classificationstore/dynamic-type-field-definition-classificationstore.d.ts +2 -1
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/data/fieldcollections/dynamic-type-field-definition-fieldcollections.d.ts +0 -2
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/accordion/dynamic-type-field-definition-accordion.d.ts +2 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/fieldcontainer/dynamic-type-field-definition-field-container.d.ts +2 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/fieldset/dynamic-type-field-definition-fieldset.d.ts +1 -2
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/iframe/dynamic-type-field-definition-iframe.d.ts +2 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/region/dynamic-type-field-definition-region.d.ts +2 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/tabpanel/dynamic-type-field-definition-tabpanel.d.ts +2 -0
- package/dist/build/types/src/core/modules/field-definitions/dynamic-types/types/layout/text/dynamic-type-field-definition-text.d.ts +2 -0
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-api-slice.gen.d.ts +49 -49
- package/dist/build/types/src/core/modules/gdpr-data-extractor/gdpr-data-extractor-slice-enhanced.d.ts +79 -79
- package/dist/build/types/src/core/modules/notifications/notifications-slice-enhanced.d.ts +41 -41
- package/dist/build/types/src/core/modules/notifications/notifications-slice.gen.d.ts +73 -73
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.enhanced.d.ts +93 -93
- package/dist/build/types/src/core/modules/perspectives/perspectives-slice.gen.d.ts +93 -93
- package/dist/build/types/src/core/modules/recycle-bin/components/batch-actions/batch-actions.d.ts +1 -6
- package/dist/build/types/src/core/modules/recycle-bin/context/selected-items-context.d.ts +14 -1
- package/dist/build/types/src/core/modules/recycle-bin/hooks/use-recycle-bin.d.ts +2 -2
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice-enhanced.d.ts +23 -23
- package/dist/build/types/src/core/modules/recycle-bin/recycle-bin-api-slice.gen.d.ts +23 -23
- package/dist/build/types/src/core/modules/redirects/seo-api-slice-enhanced.d.ts +109 -109
- package/dist/build/types/src/core/modules/redirects/seo-api-slice.gen.d.ts +109 -109
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice-enhanced.d.ts +95 -95
- package/dist/build/types/src/core/modules/reports/custom-reports-api-slice.gen.d.ts +107 -107
- package/dist/build/types/src/core/modules/search/search-api-slice-enhanced.d.ts +15 -15
- package/dist/build/types/src/core/modules/search/search-api-slice.gen.d.ts +113 -113
- package/dist/build/types/src/core/modules/translations/components/cleanup-translations-button.d.ts +16 -0
- package/dist/build/types/src/core/modules/translations/components/export-translations-button.d.ts +19 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-button.d.ts +16 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/csv-settings-step.d.ts +22 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/file-select-step.d.ts +17 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/hooks/use-import-csv.d.ts +29 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/import-translations-modal.d.ts +18 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/import-translations-modal.styles.d.ts +15 -0
- package/dist/build/types/src/core/modules/translations/components/import-translations-modal/types.d.ts +17 -0
- package/dist/build/types/src/core/modules/translations/components/translation-merger/hooks/use-merger-columns.d.ts +18 -0
- package/dist/build/types/src/core/modules/translations/components/translation-merger/hooks/use-merger-rows.d.ts +38 -0
- package/dist/build/types/src/core/modules/translations/components/translation-merger/merger-data-store.d.ts +18 -0
- package/dist/build/types/src/core/modules/translations/components/translation-merger/translation-merger-container.d.ts +11 -0
- package/dist/build/types/src/core/modules/translations/components/translation-merger/translation-merger.d.ts +17 -0
- package/dist/build/types/src/core/modules/translations/components/translation-merger/translation-merger.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/translations/hooks/translation-domain-provider.d.ts +2 -1
- package/dist/build/types/src/core/modules/translations/translations-container.d.ts +4 -1
- package/dist/build/types/src/core/modules/translations/translations-container.styles.d.ts +12 -0
- package/dist/build/types/src/core/modules/translations/translations-wrapper.d.ts +5 -1
- package/dist/build/types/src/core/modules/user/hooks/use-merged-keybindings.d.ts +1 -1
- package/dist/build/types/src/core/modules/user/management/detail/tabs/workspaces/components/special-settings-modal.d.ts +24 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/workspaces/workspace-type.d.ts +14 -0
- package/dist/build/types/src/core/modules/user/management/detail/tabs/workspaces/workspaces-container.d.ts +0 -5
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice-enhanced.d.ts +43 -43
- package/dist/build/types/src/core/modules/user/roles/roles-api-slice.gen.d.ts +109 -109
- package/dist/build/types/src/core/modules/user/user-api-slice-enhanced.d.ts +198 -198
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice-enhanced.d.ts +39 -39
- package/dist/build/types/src/core/modules/website-settings/website-settings-api-slice.gen.d.ts +39 -39
- package/dist/build/types/src/core/utils/css.d.ts +9 -0
- package/dist/build/types/src/core/utils/files.d.ts +7 -0
- package/package.json +1 -1
- package/dist/build/types/src/core/modules/execution-engine/jobs/clone/element-clone-job.d.ts +0 -28
- package/dist/build/types/src/core/modules/execution-engine/jobs/download/download-job.d.ts +0 -28
|
@@ -435,6 +435,132 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
|
|
|
435
435
|
id: number;
|
|
436
436
|
filename: string;
|
|
437
437
|
}>): void;
|
|
438
|
+
setModificationDate(state: {
|
|
439
|
+
ids: number[];
|
|
440
|
+
entities: {
|
|
441
|
+
[x: number]: {
|
|
442
|
+
imageSettings: {
|
|
443
|
+
focalPoint?: {
|
|
444
|
+
x: number;
|
|
445
|
+
y: number;
|
|
446
|
+
} | undefined;
|
|
447
|
+
};
|
|
448
|
+
id: number;
|
|
449
|
+
parentId: number;
|
|
450
|
+
path: string;
|
|
451
|
+
icon: {
|
|
452
|
+
type: "name" | "path";
|
|
453
|
+
value: string;
|
|
454
|
+
};
|
|
455
|
+
userOwner: number;
|
|
456
|
+
userModification: number | null;
|
|
457
|
+
locked: string | null;
|
|
458
|
+
isLocked: boolean;
|
|
459
|
+
creationDate: number | null;
|
|
460
|
+
modificationDate: number | null;
|
|
461
|
+
elementType: string;
|
|
462
|
+
additionalAttributes?: {
|
|
463
|
+
[x: string]: string | number | boolean | object;
|
|
464
|
+
} | undefined;
|
|
465
|
+
customAttributes: {
|
|
466
|
+
icon: {
|
|
467
|
+
type: "name" | "path";
|
|
468
|
+
value: string;
|
|
469
|
+
} | null;
|
|
470
|
+
tooltip: string | null;
|
|
471
|
+
additionalIcons: string[];
|
|
472
|
+
key: string | null;
|
|
473
|
+
additionalCssClasses: string[];
|
|
474
|
+
};
|
|
475
|
+
hasWorkflowAvailable: boolean;
|
|
476
|
+
hasChildren: boolean;
|
|
477
|
+
type: string;
|
|
478
|
+
filename: string;
|
|
479
|
+
mimeType: string | null;
|
|
480
|
+
hasMetadata: boolean;
|
|
481
|
+
hasWorkflowWithPermissions: boolean;
|
|
482
|
+
fullPath: string;
|
|
483
|
+
permissions: {
|
|
484
|
+
list: boolean;
|
|
485
|
+
view: boolean;
|
|
486
|
+
publish: boolean;
|
|
487
|
+
delete: boolean;
|
|
488
|
+
rename: boolean;
|
|
489
|
+
create: boolean;
|
|
490
|
+
settings: boolean;
|
|
491
|
+
versions: boolean;
|
|
492
|
+
properties: boolean;
|
|
493
|
+
};
|
|
494
|
+
properties: {
|
|
495
|
+
additionalAttributes?: {
|
|
496
|
+
[x: string]: string | number | boolean | object;
|
|
497
|
+
} | undefined;
|
|
498
|
+
key: string;
|
|
499
|
+
data: any | null;
|
|
500
|
+
type: string;
|
|
501
|
+
inheritable: boolean;
|
|
502
|
+
inherited: boolean;
|
|
503
|
+
config?: string | null | undefined;
|
|
504
|
+
predefinedName?: string | null | undefined;
|
|
505
|
+
description?: string | null | undefined;
|
|
506
|
+
rowId: string;
|
|
507
|
+
}[];
|
|
508
|
+
modified: boolean;
|
|
509
|
+
changes: {
|
|
510
|
+
[x: string]: boolean;
|
|
511
|
+
};
|
|
512
|
+
modifiedCells: {
|
|
513
|
+
[x: string]: {
|
|
514
|
+
rowIndex: number | string;
|
|
515
|
+
columnId: string;
|
|
516
|
+
}[];
|
|
517
|
+
};
|
|
518
|
+
schedules: {
|
|
519
|
+
additionalAttributes?: {
|
|
520
|
+
[x: string]: string | number | boolean | object;
|
|
521
|
+
} | undefined;
|
|
522
|
+
id: number;
|
|
523
|
+
ctype: string;
|
|
524
|
+
date: number;
|
|
525
|
+
action?: ("publish-version" | "publish" | "unpublish" | "delete") | ("publish-version" | "publish" | "unpublish" | "delete") | undefined;
|
|
526
|
+
version?: number | null | undefined;
|
|
527
|
+
active: boolean;
|
|
528
|
+
userId: number;
|
|
529
|
+
username: string;
|
|
530
|
+
archived: boolean;
|
|
531
|
+
}[];
|
|
532
|
+
customMetadata: {
|
|
533
|
+
additionalAttributes?: {
|
|
534
|
+
[x: string]: string | number | boolean | object;
|
|
535
|
+
} | undefined;
|
|
536
|
+
name: string;
|
|
537
|
+
language: string;
|
|
538
|
+
type: string;
|
|
539
|
+
data: any | null;
|
|
540
|
+
rowId: string;
|
|
541
|
+
}[];
|
|
542
|
+
customSettings: {
|
|
543
|
+
key: string;
|
|
544
|
+
value: any | null;
|
|
545
|
+
}[];
|
|
546
|
+
textData: import("./asset-api-slice.gen").AssetGetTextDataByIdApiResponse["data"];
|
|
547
|
+
activeTab: string | null;
|
|
548
|
+
};
|
|
549
|
+
};
|
|
550
|
+
activeTab: null;
|
|
551
|
+
modified: boolean;
|
|
552
|
+
properties: never[];
|
|
553
|
+
customMetadata: never[];
|
|
554
|
+
customSettings: never[];
|
|
555
|
+
textData: {};
|
|
556
|
+
imageSettings: never[];
|
|
557
|
+
schedule: never[];
|
|
558
|
+
changes: {};
|
|
559
|
+
modifiedCells: {};
|
|
560
|
+
}, action: PayloadAction<{
|
|
561
|
+
id: number;
|
|
562
|
+
modificationDate: number | null;
|
|
563
|
+
}>): void;
|
|
438
564
|
}, "asset-draft", "asset-draft", import("@reduxjs/toolkit").SliceSelectors<import("@reduxjs/toolkit/src/entities/models").EntityState<AssetDraft, number> & {
|
|
439
565
|
activeTab: null;
|
|
440
566
|
modified: boolean;
|
|
@@ -450,7 +576,10 @@ export declare const slice: import("@reduxjs/toolkit").Slice<import("@reduxjs/to
|
|
|
450
576
|
export declare const assetReceived: import("@reduxjs/toolkit").ActionCreatorWithPayload<AssetDraft, "asset-draft/assetReceived">, removeAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "asset-draft/removeAsset">, resetAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "asset-draft/resetAsset">, updateFilename: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
451
577
|
id: number;
|
|
452
578
|
filename: string;
|
|
453
|
-
}, "asset-draft/updateFilename">,
|
|
579
|
+
}, "asset-draft/updateFilename">, setModificationDate: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
|
|
580
|
+
id: number;
|
|
581
|
+
modificationDate: number | null;
|
|
582
|
+
}, "asset-draft/setModificationDate">, resetChanges: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "asset-draft/resetChanges">, setModifiedCells: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-trackable-changes").ModifiedCellsAction, "asset-draft/setModifiedCells">, addImageSettingsToAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/asset/draft/hooks/use-image-settings").ImageSettingsAction, "asset-draft/addImageSettings">, removeImageSettingFromAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/asset/draft/hooks/use-image-settings").ImageSettingAction, "asset-draft/removeImageSetting">, updateImageSettingForAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/asset/draft/hooks/use-image-settings").UpdateImageSettingAction, "asset-draft/updateImageSetting">, addPropertyToAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-properties").PropertyAction, "asset-draft/addProperty">, removePropertyFromAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-properties").PropertyAction, "asset-draft/removeProperty">, setPropertiesForAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-properties").PropertiesAction, "asset-draft/setProperties">, updatePropertyForAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-properties").PropertyAction, "asset-draft/updateProperty">, addScheduleToAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-schedules").ScheduleAction, "asset-draft/addSchedule">, removeScheduleFromAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-schedules").ScheduleAction, "asset-draft/removeSchedule">, setSchedulesForAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-schedules").SchedulesAction, "asset-draft/setSchedules">, updateScheduleForAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/element/draft/hooks/use-schedules").ScheduleAction, "asset-draft/updateSchedule">, resetSchedulesChangesForAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, "asset-draft/resetSchedulesChanges">, updateAllCustomMetadataForAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/asset/draft/hooks/use-custom-metadata").CustomMetadataArrayAction, "asset-draft/updateAllCustomMetadata">, addCustomMetadataToAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/asset/draft/hooks/use-custom-metadata").CustomMetadataAction, "asset-draft/addCustomMetadata">, removeCustomMetadataFromAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/asset/draft/hooks/use-custom-metadata").CustomMetadataAction, "asset-draft/removeCustomMetadata">, updateCustomMetadataForAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/asset/draft/hooks/use-custom-metadata").CustomMetadataAction, "asset-draft/updateCustomMetadata">, setCustomMetadataForAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/asset/draft/hooks/use-custom-metadata").CustomMetadataArrayAction, "asset-draft/setCustomMetadata">, setActiveTabForAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../element/draft/hooks/use-tabs").SetActiveTabAction, "asset-draft/setActiveTab">, updateTextDataForAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/asset/draft/hooks/use-text-settings").TextDataAction, "asset-draft/updateTextData">, setCustomSettingsForAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/asset/draft/hooks/use-custom-settings").CustomSettingsAction, "asset-draft/setCustomSettings">, removeCustomSettingsFromAsset: import("@reduxjs/toolkit").ActionCreatorWithPayload<import("../../modules/asset/draft/hooks/use-custom-settings").CustomSettingsAction, "asset-draft/removeCustomSettings">;
|
|
454
583
|
export declare const selectAssetById: (state: Record<string, any>, id: number) => {
|
|
455
584
|
imageSettings: ImageData;
|
|
456
585
|
id: number;
|