@umbraco-cms/backoffice 14.2.0 → 14.3.0-rc
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-cms/apps/app/app-context-config.interface.d.ts +0 -1
- package/dist-cms/apps/backoffice/backoffice.context.d.ts +1 -0
- package/dist-cms/apps/backoffice/backoffice.context.js +6 -0
- package/dist-cms/apps/backoffice/backoffice.element.js +4 -0
- package/dist-cms/apps/backoffice/components/backoffice-header-logo.element.d.ts +3 -0
- package/dist-cms/apps/backoffice/components/backoffice-header-logo.element.js +55 -1
- package/dist-cms/apps/installer/installer.context.d.ts +0 -1
- package/dist-cms/apps/installer/installer.context.js +0 -1
- package/dist-cms/assets/lang/bs.js +5 -10
- package/dist-cms/assets/lang/bs.ts +5 -12
- package/dist-cms/assets/lang/cs-cz.js +1 -6
- package/dist-cms/assets/lang/cs-cz.ts +1 -8
- package/dist-cms/assets/lang/cy-gb.js +2 -7
- package/dist-cms/assets/lang/cy-gb.ts +2 -9
- package/dist-cms/assets/lang/da-dk.js +5 -3
- package/dist-cms/assets/lang/da-dk.ts +5 -3
- package/dist-cms/assets/lang/de-de.js +12 -8
- package/dist-cms/assets/lang/de-de.ts +12 -11
- package/dist-cms/assets/lang/en-us.js +7 -5
- package/dist-cms/assets/lang/en-us.ts +7 -5
- package/dist-cms/assets/lang/en.js +7 -5
- package/dist-cms/assets/lang/en.ts +7 -5
- package/dist-cms/assets/lang/es-es.js +1 -3
- package/dist-cms/assets/lang/es-es.ts +1 -5
- package/dist-cms/assets/lang/fr-fr.js +1 -6
- package/dist-cms/assets/lang/fr-fr.ts +1 -8
- package/dist-cms/assets/lang/he-il.js +1 -3
- package/dist-cms/assets/lang/he-il.ts +1 -5
- package/dist-cms/assets/lang/hr-hr.js +5 -10
- package/dist-cms/assets/lang/hr-hr.ts +5 -12
- package/dist-cms/assets/lang/it-it.js +4 -9
- package/dist-cms/assets/lang/it-it.ts +4 -12
- package/dist-cms/assets/lang/ja-jp.js +1 -3
- package/dist-cms/assets/lang/ja-jp.ts +1 -5
- package/dist-cms/assets/lang/ko-kr.js +1 -3
- package/dist-cms/assets/lang/ko-kr.ts +1 -5
- package/dist-cms/assets/lang/nb-no.js +1 -3
- package/dist-cms/assets/lang/nb-no.ts +1 -5
- package/dist-cms/assets/lang/nl-nl.js +4 -9
- package/dist-cms/assets/lang/nl-nl.ts +4 -13
- package/dist-cms/assets/lang/pl-pl.js +1 -3
- package/dist-cms/assets/lang/pl-pl.ts +1 -5
- package/dist-cms/assets/lang/pt-br.js +1 -3
- package/dist-cms/assets/lang/pt-br.ts +1 -5
- package/dist-cms/assets/lang/ru-ru.js +1 -3
- package/dist-cms/assets/lang/ru-ru.ts +1 -5
- package/dist-cms/assets/lang/sv-se.js +1 -3
- package/dist-cms/assets/lang/sv-se.ts +1 -5
- package/dist-cms/assets/lang/tr-tr.js +2 -7
- package/dist-cms/assets/lang/tr-tr.ts +2 -9
- package/dist-cms/assets/lang/uk-ua.js +1 -3
- package/dist-cms/assets/lang/uk-ua.ts +1 -5
- package/dist-cms/assets/lang/zh-cn.js +1 -3
- package/dist-cms/assets/lang/zh-cn.ts +1 -5
- package/dist-cms/assets/lang/zh-tw.js +1 -3
- package/dist-cms/assets/lang/zh-tw.ts +1 -5
- package/dist-cms/custom-elements.json +886 -183
- package/dist-cms/external/backend-api/index.js +1 -1
- package/dist-cms/external/backend-api/src/core/ApiRequestOptions.d.ts +7 -7
- package/dist-cms/external/backend-api/src/services.gen.d.ts +8 -1
- package/dist-cms/external/backend-api/src/types.gen.d.ts +907 -9263
- package/dist-cms/external/lit/index.d.ts +1 -1
- package/dist-cms/external/lit/index.js +30 -30
- package/dist-cms/external/marked/index.js +44 -44
- package/dist-cms/external/openid/errors.d.ts +2 -2
- package/dist-cms/external/router-slot/config.d.ts +1 -1
- package/dist-cms/external/router-slot/router-slot.d.ts +1 -1
- package/dist-cms/external/router-slot/util/events.d.ts +1 -1
- package/dist-cms/external/router-slot/util/history.d.ts +1 -1
- package/dist-cms/external/router-slot/util/router.d.ts +1 -1
- package/dist-cms/external/router-slot/util/shadow.d.ts +1 -1
- package/dist-cms/external/router-slot/util/url.d.ts +1 -1
- package/dist-cms/external/uui/index.js +266 -229
- package/dist-cms/libs/class-api/class.interface.d.ts +10 -10
- package/dist-cms/libs/context-api/consume/context-consumer.d.ts +6 -4
- package/dist-cms/libs/context-api/consume/context-consumer.js +13 -10
- package/dist-cms/libs/context-api/consume/context-request.event.d.ts +0 -2
- package/dist-cms/libs/context-api/consume/context-request.event.js +0 -1
- package/dist-cms/libs/context-api/debug/context-data.function.js +1 -1
- package/dist-cms/libs/context-api/provide/context-provide.event.d.ts +0 -4
- package/dist-cms/libs/context-api/provide/context-provide.event.js +0 -2
- package/dist-cms/libs/context-api/provide/context-provider.d.ts +0 -1
- package/dist-cms/libs/context-api/provide/context-provider.js +0 -1
- package/dist-cms/libs/context-api/token/context-token.d.ts +0 -1
- package/dist-cms/libs/context-api/token/context-token.js +0 -1
- package/dist-cms/libs/extension-api/controller/base-extension-initializer.controller.d.ts +0 -1
- package/dist-cms/libs/extension-api/controller/base-extension-initializer.controller.js +6 -2
- package/dist-cms/libs/extension-api/controller/base-extensions-initializer.controller.d.ts +0 -1
- package/dist-cms/libs/extension-api/controller/base-extensions-initializer.controller.js +6 -4
- package/dist-cms/libs/extension-api/controller/extension-api-initializer.controller.d.ts +0 -1
- package/dist-cms/libs/extension-api/controller/extension-api-initializer.controller.js +0 -1
- package/dist-cms/libs/extension-api/controller/extension-element-and-api-initializer.controller.d.ts +0 -1
- package/dist-cms/libs/extension-api/controller/extension-element-and-api-initializer.controller.js +0 -1
- package/dist-cms/libs/extension-api/controller/extension-element-initializer.controller.d.ts +0 -1
- package/dist-cms/libs/extension-api/controller/extension-element-initializer.controller.js +0 -1
- package/dist-cms/libs/extension-api/controller/extension-manifest-initializer.controller.d.ts +0 -1
- package/dist-cms/libs/extension-api/controller/extension-manifest-initializer.controller.js +0 -1
- package/dist-cms/libs/extension-api/controller/extensions-api-initializer.controller.d.ts +0 -1
- package/dist-cms/libs/extension-api/controller/extensions-api-initializer.controller.js +0 -1
- package/dist-cms/libs/extension-api/functions/create-extension-element-with-api.function.d.ts +1 -0
- package/dist-cms/libs/extension-api/functions/create-extension-element-with-api.function.js +1 -0
- package/dist-cms/libs/observable-api/states/array-state.d.ts +0 -1
- package/dist-cms/libs/observable-api/states/array-state.js +0 -1
- package/dist-cms/libs/observable-api/states/basic-state.d.ts +0 -1
- package/dist-cms/libs/observable-api/states/basic-state.js +0 -1
- package/dist-cms/libs/observable-api/states/boolean-state.d.ts +0 -1
- package/dist-cms/libs/observable-api/states/boolean-state.js +0 -1
- package/dist-cms/libs/observable-api/states/class-state.d.ts +1 -2
- package/dist-cms/libs/observable-api/states/class-state.js +1 -2
- package/dist-cms/libs/observable-api/states/deep-state.d.ts +0 -1
- package/dist-cms/libs/observable-api/states/deep-state.js +0 -1
- package/dist-cms/libs/observable-api/states/number-state.d.ts +0 -1
- package/dist-cms/libs/observable-api/states/number-state.js +0 -1
- package/dist-cms/libs/observable-api/states/object-state.d.ts +0 -1
- package/dist-cms/libs/observable-api/states/object-state.js +0 -1
- package/dist-cms/libs/observable-api/states/string-state.d.ts +0 -1
- package/dist-cms/libs/observable-api/states/string-state.js +0 -1
- package/dist-cms/libs/observable-api/utils/append-to-frozen-array.function.d.ts +0 -1
- package/dist-cms/libs/observable-api/utils/append-to-frozen-array.function.js +0 -1
- package/dist-cms/libs/observable-api/utils/create-observable-part.function.d.ts +0 -1
- package/dist-cms/libs/observable-api/utils/create-observable-part.function.js +0 -1
- package/dist-cms/libs/observable-api/utils/default-memoization.function.d.ts +0 -1
- package/dist-cms/libs/observable-api/utils/default-memoization.function.js +0 -1
- package/dist-cms/libs/observable-api/utils/filter-frozen-array.function.d.ts +0 -1
- package/dist-cms/libs/observable-api/utils/filter-frozen-array.function.js +0 -1
- package/dist-cms/libs/observable-api/utils/json-string-comparison.function.d.ts +0 -1
- package/dist-cms/libs/observable-api/utils/json-string-comparison.function.js +0 -1
- package/dist-cms/libs/observable-api/utils/merge-observables.function.d.ts +0 -1
- package/dist-cms/libs/observable-api/utils/merge-observables.function.js +0 -1
- package/dist-cms/libs/observable-api/utils/observe-multiple.function.d.ts +0 -1
- package/dist-cms/libs/observable-api/utils/observe-multiple.function.js +0 -1
- package/dist-cms/libs/observable-api/utils/partial-update-frozen-array.function.d.ts +0 -1
- package/dist-cms/libs/observable-api/utils/partial-update-frozen-array.function.js +0 -1
- package/dist-cms/libs/observable-api/utils/push-at-to-unique-array.function.d.ts +0 -1
- package/dist-cms/libs/observable-api/utils/push-at-to-unique-array.function.js +0 -1
- package/dist-cms/libs/observable-api/utils/push-to-unique-array.function.d.ts +0 -1
- package/dist-cms/libs/observable-api/utils/push-to-unique-array.function.js +0 -1
- package/dist-cms/libs/observable-api/utils/strict-equality-memoization.function.d.ts +0 -1
- package/dist-cms/libs/observable-api/utils/strict-equality-memoization.function.js +0 -1
- package/dist-cms/mocks/browser-handlers.js +1 -1
- package/dist-cms/mocks/data/data-type/data-type.data.js +27 -1
- package/dist-cms/mocks/data/document-type/document-type.data.js +54 -0
- package/dist-cms/mocks/data/utils/entity/entity-tree.manager.js +1 -1
- package/dist-cms/mocks/e2e-handlers.js +1 -1
- package/dist-cms/mocks/handlers/server.handlers.d.ts +1 -1
- package/dist-cms/mocks/handlers/server.handlers.js +41 -11
- package/dist-cms/packages/block/block/context/block-entries.context-token.d.ts +2 -1
- package/dist-cms/packages/block/block/context/block-entries.context.d.ts +7 -4
- package/dist-cms/packages/block/block/context/block-entries.context.js +6 -0
- package/dist-cms/packages/block/block/context/block-entry.context-token.d.ts +2 -1
- package/dist-cms/packages/block/block/context/block-entry.context.d.ts +2 -2
- package/dist-cms/packages/block/block/context/block-entry.context.js +4 -3
- package/dist-cms/packages/block/block/context/block-manager.context-token.d.ts +1 -1
- package/dist-cms/packages/block/block/context/block-manager.context.d.ts +11 -7
- package/dist-cms/packages/block/block/context/block-manager.context.js +18 -13
- package/dist-cms/packages/block/block/index.d.ts +1 -0
- package/dist-cms/packages/block/block/index.js +1 -0
- package/dist-cms/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.d.ts +2 -2
- package/dist-cms/packages/block/block/modals/block-catalogue/block-catalogue-modal.element.js +44 -21
- package/dist-cms/packages/block/block/modals/block-catalogue/block-catalogue-modal.token.d.ts +8 -3
- package/dist-cms/packages/block/block/validation/block-data-property-validation-path-translator.controller.d.ts +6 -0
- package/dist-cms/packages/block/block/validation/block-data-property-validation-path-translator.controller.js +20 -0
- package/dist-cms/packages/block/block/validation/block-data-validation-path-translator.controller.d.ts +7 -0
- package/dist-cms/packages/block/block/validation/block-data-validation-path-translator.controller.js +20 -0
- package/dist-cms/packages/block/block/validation/data-path-element-data-query.function.d.ts +9 -0
- package/dist-cms/packages/block/block/validation/data-path-element-data-query.function.js +13 -0
- package/dist-cms/packages/block/block/validation/index.d.ts +2 -0
- package/dist-cms/packages/block/block/validation/index.js +2 -0
- package/dist-cms/packages/block/block/workspace/block-element-manager.d.ts +22 -2
- package/dist-cms/packages/block/block/workspace/block-element-manager.js +38 -3
- package/dist-cms/packages/block/block/workspace/block-element-property-dataset.context.d.ts +18 -6
- package/dist-cms/packages/block/block/workspace/block-element-property-dataset.context.js +32 -7
- package/dist-cms/packages/block/block/workspace/block-workspace-editor.element.d.ts +4 -1
- package/dist-cms/packages/block/block/workspace/block-workspace-editor.element.js +20 -3
- package/dist-cms/packages/block/block/workspace/block-workspace.context.d.ts +24 -0
- package/dist-cms/packages/block/block/workspace/block-workspace.context.js +69 -23
- package/dist-cms/packages/block/block/workspace/block-workspace.modal-token.d.ts +4 -1
- package/dist-cms/packages/block/block/workspace/block-workspace.modal-token.js +1 -1
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-content-no-router.element.js +4 -6
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-properties.element.d.ts +1 -0
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-properties.element.js +17 -4
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-tab.element.d.ts +1 -0
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit-tab.element.js +11 -6
- package/dist-cms/packages/block/block/workspace/views/edit/block-workspace-view-edit.element.js +2 -2
- package/dist-cms/packages/block/block-grid/components/block-grid-area-config-entry/workspace/block-grid-area-type-workspace.context.d.ts +13 -0
- package/dist-cms/packages/block/block-grid/components/block-grid-area-config-entry/workspace/block-grid-area-type-workspace.context.js +13 -0
- package/dist-cms/packages/block/block-grid/components/block-grid-area-config-entry/workspace/views/settings.element.d.ts +4 -0
- package/dist-cms/packages/block/block-grid/components/block-grid-area-config-entry/workspace/views/settings.element.js +33 -12
- package/dist-cms/packages/block/block-grid/components/block-grid-block-inline/block-grid-inline-property-dataset.context.d.ts +16 -5
- package/dist-cms/packages/block/block-grid/components/block-grid-block-inline/block-grid-inline-property-dataset.context.js +21 -5
- package/dist-cms/packages/block/block-grid/components/block-grid-entries/block-grid-entries.element.js +50 -11
- package/dist-cms/packages/block/block-grid/components/block-grid-entry/block-grid-entry.element.d.ts +2 -0
- package/dist-cms/packages/block/block-grid/components/block-grid-entry/block-grid-entry.element.js +106 -20
- package/dist-cms/packages/block/block-grid/components/index.d.ts +1 -0
- package/dist-cms/packages/block/block-grid/components/index.js +1 -1
- package/dist-cms/packages/block/block-grid/context/block-grid-entries.context.d.ts +22 -4
- package/dist-cms/packages/block/block-grid/context/block-grid-entries.context.js +140 -30
- package/dist-cms/packages/block/block-grid/context/block-grid-manager.context.d.ts +8 -5
- package/dist-cms/packages/block/block-grid/context/block-grid-manager.context.js +20 -11
- package/dist-cms/packages/block/block-grid/property-editors/block-grid-areas-config/property-editor-ui-block-grid-areas-config.element.js +1 -4
- package/dist-cms/packages/block/block-grid/property-editors/block-grid-editor/property-editor-ui-block-grid.element.js +36 -9
- package/dist-cms/packages/block/block-grid/property-editors/block-grid-type-configuration/property-editor-ui-block-grid-type-configuration.element.js +9 -6
- package/dist-cms/packages/block/block-grid/workspace/block-grid-type-workspace.modal-token.js +1 -1
- package/dist-cms/packages/block/block-grid/workspace/block-grid-workspace.modal-token.d.ts +2 -2
- package/dist-cms/packages/block/block-grid/workspace/block-grid-workspace.modal-token.js +6 -1
- package/dist-cms/packages/block/block-list/components/block-list-entry/block-list-entry.element.d.ts +10 -1
- package/dist-cms/packages/block/block-list/components/block-list-entry/block-list-entry.element.js +103 -18
- package/dist-cms/packages/block/block-list/components/index.d.ts +1 -0
- package/dist-cms/packages/block/block-list/components/index.js +1 -1
- package/dist-cms/packages/block/block-list/components/inline-list-block/inline-list-block.element.d.ts +1 -0
- package/dist-cms/packages/block/block-list/components/inline-list-block/inline-list-block.element.js +124 -14
- package/dist-cms/packages/block/block-list/components/ref-list-block/ref-list-block.element.d.ts +1 -0
- package/dist-cms/packages/block/block-list/components/ref-list-block/ref-list-block.element.js +7 -3
- package/dist-cms/packages/block/block-list/context/block-list-entries.context.d.ts +4 -4
- package/dist-cms/packages/block/block-list/context/block-list-entries.context.js +25 -8
- package/dist-cms/packages/block/block-list/context/block-list-manager.context.d.ts +5 -4
- package/dist-cms/packages/block/block-list/context/block-list-manager.context.js +8 -5
- package/dist-cms/packages/block/block-list/property-editors/block-list-editor/manifests.js +1 -0
- package/dist-cms/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.d.ts +12 -2
- package/dist-cms/packages/block/block-list/property-editors/block-list-editor/property-editor-ui-block-list.element.js +89 -18
- package/dist-cms/packages/block/block-list/workspace/block-list-workspace.modal-token.js +1 -1
- package/dist-cms/packages/block/block-rte/components/block-rte-entry/block-rte-entry.element.d.ts +1 -2
- package/dist-cms/packages/block/block-rte/components/block-rte-entry/block-rte-entry.element.js +2 -2
- package/dist-cms/packages/block/block-rte/context/block-rte-entries.context.d.ts +4 -4
- package/dist-cms/packages/block/block-rte/context/block-rte-entries.context.js +20 -6
- package/dist-cms/packages/block/block-rte/context/block-rte-manager.context.d.ts +3 -3
- package/dist-cms/packages/block/block-rte/context/block-rte-manager.context.js +4 -4
- package/dist-cms/packages/block/block-rte/tiny-mce-plugin/tiny-mce-block-picker.plugin.js +6 -2
- package/dist-cms/packages/block/block-rte/workspace/block-rte-workspace.modal-token.d.ts +3 -1
- package/dist-cms/packages/block/block-rte/workspace/block-rte-workspace.modal-token.js +1 -1
- package/dist-cms/packages/block/block-type/components/block-type-card/block-type-card.element.js +9 -4
- package/dist-cms/packages/block/block-type/workspace/block-type-workspace.context.d.ts +13 -0
- package/dist-cms/packages/block/block-type/workspace/block-type-workspace.context.js +13 -0
- package/dist-cms/packages/block/modals/manifest-viewer/manifest-viewer-modal.element.d.ts +1 -0
- package/dist-cms/packages/block/modals/manifest-viewer/manifest-viewer-modal.element.js +33 -15
- package/dist-cms/packages/code-editor/code-editor.controller.d.ts +0 -1
- package/dist-cms/packages/code-editor/code-editor.controller.js +0 -1
- package/dist-cms/packages/code-editor/components/code-editor.element.d.ts +1 -1
- package/dist-cms/packages/code-editor/components/code-editor.element.js +1 -1
- package/dist-cms/packages/code-editor/property-editor/manifests.js +2 -2
- package/dist-cms/packages/core/collection/action/collection-action-button.element.js +1 -1
- package/dist-cms/packages/core/collection/collection-item-picker-modal/collection-item-picker-modal.context.d.ts +6 -0
- package/dist-cms/packages/core/collection/collection-item-picker-modal/collection-item-picker-modal.context.js +7 -0
- package/dist-cms/packages/core/collection/collection-item-picker-modal/index.d.ts +1 -0
- package/dist-cms/packages/core/collection/collection-item-picker-modal/index.js +1 -0
- package/dist-cms/packages/core/collection/default/collection-default.context.js +6 -1
- package/dist-cms/packages/core/collection/index.d.ts +1 -0
- package/dist-cms/packages/core/collection/index.js +1 -0
- package/dist-cms/packages/core/components/body-layout/body-layout.element.d.ts +0 -1
- package/dist-cms/packages/core/components/body-layout/body-layout.element.js +0 -1
- package/dist-cms/packages/core/components/code-block/code-block.element.d.ts +2 -2
- package/dist-cms/packages/core/components/code-block/code-block.element.js +3 -3
- package/dist-cms/packages/core/components/dropdown/dropdown.element.js +13 -5
- package/dist-cms/packages/core/components/footer-layout/footer-layout.element.d.ts +0 -1
- package/dist-cms/packages/core/components/footer-layout/footer-layout.element.js +0 -1
- package/dist-cms/packages/core/components/input-date/input-date.element.d.ts +7 -0
- package/dist-cms/packages/core/components/input-date/input-date.element.js +12 -1
- package/dist-cms/packages/core/components/input-dropdown/input-dropdown-list.element.d.ts +7 -0
- package/dist-cms/packages/core/components/input-dropdown/input-dropdown-list.element.js +15 -1
- package/dist-cms/packages/core/components/input-radio-button-list/input-radio-button-list.element.d.ts +7 -0
- package/dist-cms/packages/core/components/input-radio-button-list/input-radio-button-list.element.js +11 -1
- package/dist-cms/packages/core/components/input-slider/input-slider.element.d.ts +7 -0
- package/dist-cms/packages/core/components/input-slider/input-slider.element.js +14 -2
- package/dist-cms/packages/core/components/input-with-alias/input-with-alias.element.d.ts +4 -2
- package/dist-cms/packages/core/components/input-with-alias/input-with-alias.element.js +30 -12
- package/dist-cms/packages/core/components/multiple-color-picker-input/multiple-color-picker-input.element.js +2 -1
- package/dist-cms/packages/core/components/multiple-color-picker-input/multiple-color-picker-item-input.element.js +22 -2
- package/dist-cms/packages/core/components/multiple-text-string-input/input-multiple-text-string-item.element.js +10 -2
- package/dist-cms/packages/core/components/multiple-text-string-input/input-multiple-text-string.element.js +1 -0
- package/dist-cms/packages/core/components/ref-item/ref-item.element.js +1 -1
- package/dist-cms/packages/core/components/table/table.element.js +14 -4
- package/dist-cms/packages/core/content/property-dataset-context/content-property-dataset.context.d.ts +4 -2
- package/dist-cms/packages/core/content/property-dataset-context/content-property-dataset.context.js +12 -2
- package/dist-cms/packages/core/content/workspace/content-workspace-context.interface.d.ts +2 -0
- package/dist-cms/packages/core/content/workspace/views/edit/conditions/has-properties/content-has-properties.condition.js +2 -3
- package/dist-cms/packages/core/content/workspace/views/edit/content-editor-properties.element.js +3 -3
- package/dist-cms/packages/core/content-type/repository/structure/content-type-structure-server-data-source-base.d.ts +1 -1
- package/dist-cms/packages/core/content-type/repository/structure/content-type-structure-server-data-source-base.js +1 -1
- package/dist-cms/packages/core/content-type/structure/content-type-structure-manager.class.d.ts +11 -5
- package/dist-cms/packages/core/content-type/structure/content-type-structure-manager.class.js +27 -6
- package/dist-cms/packages/core/content-type/types.d.ts +6 -0
- package/dist-cms/packages/core/content-type/workspace/views/design/content-type-design-editor-property.element.js +37 -8
- package/dist-cms/packages/core/content-type/workspace/views/design/content-type-design-editor.element.js +3 -3
- package/dist-cms/packages/core/culture/repository/sources/culture.server.data.d.ts +4 -2
- package/dist-cms/packages/core/culture/repository/sources/culture.server.data.js +4 -2
- package/dist-cms/packages/core/entity/entity.context.d.ts +1 -2
- package/dist-cms/packages/core/entity/entity.context.js +1 -2
- package/dist-cms/packages/core/entity-action/entity-action-base.d.ts +0 -1
- package/dist-cms/packages/core/entity-action/entity-action-base.js +0 -1
- package/dist-cms/packages/core/entity-action/entity-action.interface.d.ts +0 -1
- package/dist-cms/packages/core/extension-registry/components/extension-slot/extension-slot.element.d.ts +1 -1
- package/dist-cms/packages/core/extension-registry/components/extension-slot/extension-slot.element.js +11 -4
- package/dist-cms/packages/core/extension-registry/components/extension-with-api-slot/extension-with-api-slot.element.d.ts +1 -1
- package/dist-cms/packages/core/extension-registry/components/extension-with-api-slot/extension-with-api-slot.element.js +10 -2
- package/dist-cms/packages/core/extension-registry/conditions/types.d.ts +2 -2
- package/dist-cms/packages/core/extension-registry/entity-actions/unregister/index.d.ts +1 -0
- package/dist-cms/packages/core/extension-registry/entity-actions/unregister/index.js +1 -1
- package/dist-cms/packages/core/extension-registry/interfaces/block-editor-custom-view-element.interface.d.ts +2 -0
- package/dist-cms/packages/core/extension-registry/interfaces/file-upload-preview.interface.d.ts +4 -0
- package/dist-cms/packages/core/extension-registry/interfaces/index.d.ts +1 -0
- package/dist-cms/packages/core/extension-registry/interfaces/index.js +1 -0
- package/dist-cms/packages/core/extension-registry/interfaces/property-editor-ui-element.interface.d.ts +2 -0
- package/dist-cms/packages/core/extension-registry/models/file-upload-preview.model.d.ts +11 -0
- package/dist-cms/packages/core/extension-registry/models/file-upload-preview.model.js +1 -0
- package/dist-cms/packages/core/extension-registry/models/index.d.ts +7 -1
- package/dist-cms/packages/core/extension-registry/models/monaco-markdown-editor-action.model.d.ts +1 -2
- package/dist-cms/packages/core/extension-registry/models/picker-search-result-item.model.d.ts +8 -0
- package/dist-cms/packages/core/extension-registry/models/picker-search-result-item.model.js +1 -0
- package/dist-cms/packages/core/extension-registry/models/ufm-filter.model.d.ts +11 -0
- package/dist-cms/packages/core/extension-registry/models/ufm-filter.model.js +1 -0
- package/dist-cms/packages/core/icon-registry/icon-dictionary.json +4 -0
- package/dist-cms/packages/core/icon-registry/icon-registry.context.d.ts +1 -1
- package/dist-cms/packages/core/icon-registry/icon-registry.context.js +2 -2
- package/dist-cms/packages/core/icon-registry/icon.registry.d.ts +0 -1
- package/dist-cms/packages/core/icon-registry/icon.registry.js +0 -1
- package/dist-cms/packages/core/icon-registry/icons/icon-history.d.ts +2 -0
- package/dist-cms/packages/core/icon-registry/icons/icon-history.js +16 -0
- package/dist-cms/packages/core/icon-registry/icons.d.ts +4 -0
- package/dist-cms/packages/core/icon-registry/icons.js +3 -0
- package/dist-cms/packages/core/lit-element/directives/destroy.lit-directive.d.ts +20 -0
- package/dist-cms/packages/core/lit-element/directives/destroy.lit-directive.js +30 -0
- package/dist-cms/packages/core/lit-element/directives/index.d.ts +1 -0
- package/dist-cms/packages/core/lit-element/directives/index.js +1 -0
- package/dist-cms/packages/core/localization/components/ui-culture-input/ui-culture-input.element.js +13 -12
- package/dist-cms/packages/core/manifests.js +16 -14
- package/dist-cms/packages/core/modal/common/confirm/confirm-modal.controller.d.ts +3 -2
- package/dist-cms/packages/core/modal/common/confirm/confirm-modal.controller.js +3 -2
- package/dist-cms/packages/core/modal/common/embedded-media/repository/oembed.server.data.d.ts +1 -2
- package/dist-cms/packages/core/modal/common/embedded-media/repository/oembed.server.data.js +1 -2
- package/dist-cms/packages/core/modal/token/property-editor-ui-picker-modal.token.d.ts +1 -0
- package/dist-cms/packages/core/modal/token/workspace-modal.token.d.ts +1 -0
- package/dist-cms/packages/core/modal/types.d.ts +5 -0
- package/dist-cms/packages/core/notification/notification-handler.d.ts +0 -1
- package/dist-cms/packages/core/notification/notification-handler.js +0 -1
- package/dist-cms/packages/core/notification/notification.context.d.ts +0 -2
- package/dist-cms/packages/{object-type → core/object-type}/input-object-type.element.d.ts +3 -3
- package/dist-cms/packages/{object-type → core/object-type}/input-object-type.element.js +3 -3
- package/dist-cms/packages/core/object-type/object-type.repository.d.ts +11 -0
- package/dist-cms/packages/{object-type → core/object-type}/object-type.repository.js +3 -3
- package/dist-cms/packages/core/picker/index.d.ts +4 -0
- package/dist-cms/packages/core/picker/index.js +4 -0
- package/dist-cms/packages/core/picker/manifests.d.ts +2 -0
- package/dist-cms/packages/core/picker/manifests.js +2 -0
- package/dist-cms/packages/core/picker/picker.context.d.ts +9 -0
- package/dist-cms/packages/core/picker/picker.context.js +11 -0
- package/dist-cms/packages/core/picker/picker.context.token.d.ts +3 -0
- package/dist-cms/packages/core/picker/picker.context.token.js +2 -0
- package/dist-cms/packages/core/picker/search/index.d.ts +3 -0
- package/dist-cms/packages/core/picker/search/index.js +3 -0
- package/dist-cms/packages/core/picker/search/manager/index.d.ts +2 -0
- package/dist-cms/packages/core/picker/search/manager/index.js +2 -0
- package/dist-cms/packages/core/picker/search/manager/picker-search.manager.d.ts +84 -0
- package/dist-cms/packages/core/picker/search/manager/picker-search.manager.js +170 -0
- package/dist-cms/packages/core/picker/search/manager/types.d.ts +3 -0
- package/dist-cms/packages/core/picker/search/manager/types.js +1 -0
- package/dist-cms/packages/core/picker/search/manifests.d.ts +2 -0
- package/dist-cms/packages/core/picker/search/manifests.js +2 -0
- package/dist-cms/packages/core/picker/search/picker-search-field.element.d.ts +18 -0
- package/dist-cms/packages/core/picker/search/picker-search-field.element.js +87 -0
- package/dist-cms/packages/core/picker/search/picker-search-result.element.d.ts +20 -0
- package/dist-cms/packages/core/picker/search/picker-search-result.element.js +63 -0
- package/dist-cms/packages/core/picker/search/result-item/default/default-picker-search-result-item.context.d.ts +6 -0
- package/dist-cms/packages/core/picker/search/result-item/default/default-picker-search-result-item.context.js +8 -0
- package/dist-cms/packages/core/picker/search/result-item/default/default-picker-search-result-item.context.token.d.ts +3 -0
- package/dist-cms/packages/core/picker/search/result-item/default/default-picker-search-result-item.context.token.js +2 -0
- package/dist-cms/packages/core/picker/search/result-item/default/default-picker-search-result-item.element.d.ts +19 -0
- package/dist-cms/packages/core/picker/search/result-item/default/default-picker-search-result-item.element.js +69 -0
- package/dist-cms/packages/core/picker/search/result-item/default/manifests.d.ts +2 -0
- package/dist-cms/packages/core/picker/search/result-item/default/manifests.js +13 -0
- package/dist-cms/packages/core/picker/search/result-item/manifests.d.ts +2 -0
- package/dist-cms/packages/core/picker/search/result-item/manifests.js +2 -0
- package/dist-cms/packages/core/picker/types.d.ts +6 -0
- package/dist-cms/packages/core/picker/types.js +1 -0
- package/dist-cms/packages/core/property/conditions/constants.d.ts +1 -0
- package/dist-cms/packages/core/property/conditions/constants.js +1 -0
- package/dist-cms/packages/core/property/conditions/index.d.ts +1 -0
- package/dist-cms/packages/core/property/conditions/index.js +1 -0
- package/dist-cms/packages/core/property/conditions/manifests.js +9 -0
- package/dist-cms/packages/core/property/conditions/writable-property.condition.d.ts +7 -0
- package/dist-cms/packages/core/property/conditions/writable-property.condition.js +13 -0
- package/dist-cms/packages/core/property/index.d.ts +2 -1
- package/dist-cms/packages/core/property/index.js +2 -1
- package/dist-cms/packages/core/property/manifests.d.ts +1 -0
- package/dist-cms/packages/core/property/manifests.js +2 -0
- package/dist-cms/packages/core/property/property/property.context.d.ts +90 -2
- package/dist-cms/packages/core/property/property/property.context.js +130 -11
- package/dist-cms/packages/core/property/property/property.element.d.ts +2 -0
- package/dist-cms/packages/core/property/property/property.element.js +72 -15
- package/dist-cms/packages/core/property/property-dataset/property-dataset-base-context.d.ts +16 -5
- package/dist-cms/packages/core/property/property-dataset/property-dataset-base-context.js +21 -6
- package/dist-cms/packages/core/property/property-dataset/property-dataset-context.interface.d.ts +2 -0
- package/dist-cms/packages/core/property/property-dataset/property-dataset.element.d.ts +0 -43
- package/dist-cms/packages/core/property/property-dataset/property-dataset.element.js +42 -43
- package/dist-cms/packages/core/property/property-layout/property-layout.element.js +2 -2
- package/dist-cms/packages/core/property-action/components/property-action/property-action-base.controller.d.ts +0 -1
- package/dist-cms/packages/core/property-action/components/property-action/property-action-base.controller.js +0 -1
- package/dist-cms/packages/core/property-action/components/property-action-menu/property-action-menu.element.js +1 -0
- package/dist-cms/packages/core/property-action/manifests.js +11 -0
- package/dist-cms/packages/core/property-type/workspace/property-type-workspace.context.d.ts +14 -0
- package/dist-cms/packages/core/property-type/workspace/property-type-workspace.context.js +16 -0
- package/dist-cms/packages/core/property-type/workspace/views/settings/property-workspace-view-settings.element.d.ts +3 -0
- package/dist-cms/packages/core/property-type/workspace/views/settings/property-workspace-view-settings.element.js +123 -46
- package/dist-cms/packages/core/recycle-bin/contexts/is-trashed/is-trashed.entity-context.d.ts +0 -1
- package/dist-cms/packages/core/recycle-bin/contexts/is-trashed/is-trashed.entity-context.js +0 -1
- package/dist-cms/packages/core/recycle-bin/entity-action/empty-recycle-bin/empty-recycle-bin.action.d.ts +0 -1
- package/dist-cms/packages/core/recycle-bin/entity-action/empty-recycle-bin/empty-recycle-bin.action.js +0 -1
- package/dist-cms/packages/core/recycle-bin/entity-action/restore-from-recycle-bin/restore-from-recycle-bin.action.d.ts +0 -1
- package/dist-cms/packages/core/recycle-bin/entity-action/restore-from-recycle-bin/restore-from-recycle-bin.action.js +0 -1
- package/dist-cms/packages/core/recycle-bin/entity-action/trash/trash.action.d.ts +0 -1
- package/dist-cms/packages/core/recycle-bin/entity-action/trash/trash.action.js +0 -1
- package/dist-cms/packages/core/recycle-bin/recycle-bin-repository-base.d.ts +1 -2
- package/dist-cms/packages/core/recycle-bin/recycle-bin-repository-base.js +1 -2
- package/dist-cms/packages/core/repository/item/item-server-data-source-base.d.ts +2 -2
- package/dist-cms/packages/core/repository/item/item-server-data-source-base.js +2 -2
- package/dist-cms/packages/core/router/modal-registration/modal-route-registration.controller.d.ts +12 -14
- package/dist-cms/packages/core/router/modal-registration/modal-route-registration.controller.js +12 -14
- package/dist-cms/packages/core/section/components/input-section/input-section.context.d.ts +3 -1
- package/dist-cms/packages/core/section/components/input-section/input-section.context.js +3 -1
- package/dist-cms/packages/core/section/components/input-section/input-section.element.js +2 -2
- package/dist-cms/packages/core/section/section-default.element.d.ts +0 -1
- package/dist-cms/packages/core/section/section-default.element.js +0 -1
- package/dist-cms/packages/core/section/section-picker-modal/section-picker-modal.element.js +2 -3
- package/dist-cms/packages/core/section/section-sidebar-context-menu/section-sidebar-context-menu.element.js +1 -2
- package/dist-cms/packages/core/sorter/sorter.controller.d.ts +17 -1
- package/dist-cms/packages/core/sorter/sorter.controller.js +26 -1
- package/dist-cms/packages/core/store/detail/detail-store-base.d.ts +1 -2
- package/dist-cms/packages/core/store/detail/detail-store-base.js +1 -2
- package/dist-cms/packages/core/store/item/item-store-base.d.ts +1 -2
- package/dist-cms/packages/core/store/item/item-store-base.js +1 -2
- package/dist-cms/packages/core/temporary-file/temporary-file.repository.d.ts +1 -2
- package/dist-cms/packages/core/temporary-file/temporary-file.repository.js +1 -2
- package/dist-cms/packages/core/temporary-file/temporary-file.server.data-source.d.ts +1 -2
- package/dist-cms/packages/core/temporary-file/temporary-file.server.data-source.js +1 -2
- package/dist-cms/packages/core/tree/data/tree-data-source.interface.d.ts +0 -2
- package/dist-cms/packages/core/tree/data/tree-repository-base.d.ts +3 -2
- package/dist-cms/packages/core/tree/data/tree-repository-base.js +3 -2
- package/dist-cms/packages/core/tree/data/tree-repository.interface.d.ts +0 -1
- package/dist-cms/packages/core/tree/data/tree-server-data-source-base.d.ts +2 -2
- package/dist-cms/packages/core/tree/data/tree-server-data-source-base.js +2 -2
- package/dist-cms/packages/core/tree/data/tree-store.interface.d.ts +0 -1
- package/dist-cms/packages/core/tree/data/unique-tree-store.d.ts +0 -1
- package/dist-cms/packages/core/tree/data/unique-tree-store.js +0 -1
- package/dist-cms/packages/core/tree/default/default-tree.context.d.ts +5 -4
- package/dist-cms/packages/core/tree/default/default-tree.context.js +14 -9
- package/dist-cms/packages/core/tree/folder/index.js +2 -0
- package/dist-cms/packages/core/tree/index.d.ts +2 -2
- package/dist-cms/packages/core/tree/index.js +1 -1
- package/dist-cms/packages/core/tree/manifests.js +1 -1
- package/dist-cms/packages/core/tree/tree-item-picker/index.d.ts +1 -0
- package/dist-cms/packages/core/tree/tree-item-picker/index.js +1 -0
- package/dist-cms/packages/core/tree/tree-item-picker/tree-item-picker.context.d.ts +6 -0
- package/dist-cms/packages/core/tree/tree-item-picker/tree-item-picker.context.js +7 -0
- package/dist-cms/packages/core/tree/{tree-picker → tree-picker-modal}/tree-picker-modal.element.d.ts +5 -0
- package/dist-cms/packages/core/tree/{tree-picker → tree-picker-modal}/tree-picker-modal.element.js +103 -45
- package/dist-cms/packages/core/utils/index.d.ts +2 -0
- package/dist-cms/packages/core/utils/index.js +2 -0
- package/dist-cms/packages/core/utils/path/has-own-opener.function.js +1 -1
- package/dist-cms/packages/core/utils/path/remove-initial-slash-from-path.function.d.ts +1 -1
- package/dist-cms/packages/core/utils/path/remove-initial-slash-from-path.function.js +1 -1
- package/dist-cms/packages/core/utils/path/remove-last-slash-from-path.function.d.ts +5 -0
- package/dist-cms/packages/core/utils/path/remove-last-slash-from-path.function.js +7 -0
- package/dist-cms/packages/core/utils/selection-manager/selection.manager.d.ts +7 -1
- package/dist-cms/packages/core/utils/selection-manager/selection.manager.js +22 -2
- package/dist-cms/packages/core/utils/state-manager/index.d.ts +3 -0
- package/dist-cms/packages/core/utils/state-manager/index.js +3 -0
- package/dist-cms/packages/core/utils/state-manager/read-only-state.manager.d.ts +6 -0
- package/dist-cms/packages/core/utils/state-manager/read-only-state.manager.js +6 -0
- package/dist-cms/packages/core/utils/state-manager/read-only-variant-state.manager.d.ts +10 -0
- package/dist-cms/packages/core/utils/state-manager/read-only-variant-state.manager.js +6 -0
- package/dist-cms/packages/core/utils/state-manager/state.manager.d.ts +66 -0
- package/dist-cms/packages/core/utils/state-manager/state.manager.js +80 -0
- package/dist-cms/packages/core/validation/components/form-validation-message.element.d.ts +28 -0
- package/dist-cms/packages/core/validation/components/form-validation-message.element.js +98 -0
- package/dist-cms/packages/core/validation/const.d.ts +1 -0
- package/dist-cms/packages/core/validation/const.js +1 -0
- package/dist-cms/packages/core/validation/context/index.d.ts +0 -2
- package/dist-cms/packages/core/validation/context/index.js +0 -2
- package/dist-cms/packages/core/validation/context/validation-messages.manager.d.ts +10 -4
- package/dist-cms/packages/core/validation/context/validation-messages.manager.js +70 -37
- package/dist-cms/packages/core/validation/context/validation.context.d.ts +72 -3
- package/dist-cms/packages/core/validation/context/validation.context.js +186 -22
- package/dist-cms/packages/core/validation/controllers/{bind-validation-message-to-form-control.controller.d.ts → bind-server-validation-to-form-control.controller.d.ts} +5 -1
- package/dist-cms/packages/core/validation/controllers/{bind-validation-message-to-form-control.controller.js → bind-server-validation-to-form-control.controller.js} +8 -4
- package/dist-cms/packages/core/validation/controllers/form-control-validator.controller.d.ts +4 -0
- package/dist-cms/packages/core/validation/controllers/form-control-validator.controller.js +4 -0
- package/dist-cms/packages/core/validation/controllers/index.d.ts +4 -2
- package/dist-cms/packages/core/validation/controllers/index.js +4 -2
- package/dist-cms/packages/core/validation/controllers/observe-validation-state.controller.d.ts +1 -1
- package/dist-cms/packages/core/validation/controllers/observe-validation-state.controller.js +2 -3
- package/dist-cms/packages/core/validation/controllers/server-model-validator.context-token.d.ts +3 -0
- package/dist-cms/packages/core/validation/controllers/server-model-validator.context-token.js +2 -0
- package/dist-cms/packages/core/validation/{context/server-model-validation.context.d.ts → controllers/server-model-validator.context.d.ts} +1 -4
- package/dist-cms/packages/core/validation/controllers/server-model-validator.context.js +105 -0
- package/dist-cms/packages/core/validation/directives/bind-to-validation.lit-directive.d.ts +34 -0
- package/dist-cms/packages/core/validation/directives/bind-to-validation.lit-directive.js +69 -0
- package/dist-cms/packages/core/validation/index.d.ts +3 -0
- package/dist-cms/packages/core/validation/index.js +3 -0
- package/dist-cms/packages/core/validation/mixins/form-control.mixin.d.ts +6 -3
- package/dist-cms/packages/core/validation/mixins/form-control.mixin.js +72 -27
- package/dist-cms/packages/core/validation/translators/abstract-array-path-translator.controller.d.ts +8 -0
- package/dist-cms/packages/core/validation/translators/abstract-array-path-translator.controller.js +35 -0
- package/dist-cms/packages/core/validation/translators/index.d.ts +5 -2
- package/dist-cms/packages/core/validation/translators/index.js +4 -1
- package/dist-cms/packages/core/validation/translators/validation-message-path-translator.interface.d.ts +8 -0
- package/dist-cms/packages/core/validation/translators/validation-message-path-translator.interface.js +1 -0
- package/dist-cms/packages/core/validation/translators/validation-path-translator-base.controller.d.ts +10 -0
- package/dist-cms/packages/core/validation/translators/validation-path-translator-base.controller.js +17 -0
- package/dist-cms/packages/core/validation/translators/variant-values-validation-path-translator.controller.d.ts +6 -0
- package/dist-cms/packages/core/validation/translators/variant-values-validation-path-translator.controller.js +13 -0
- package/dist-cms/packages/core/validation/translators/variants-validation-path-translator.controller.d.ts +6 -0
- package/dist-cms/packages/core/validation/translators/variants-validation-path-translator.controller.js +13 -0
- package/dist-cms/packages/core/validation/utils/{data-path-property-value-filter.function.d.ts → data-path-property-value-query.function.d.ts} +2 -2
- package/dist-cms/packages/core/validation/utils/{data-path-property-value-filter.function.js → data-path-property-value-query.function.js} +6 -6
- package/dist-cms/packages/core/validation/utils/data-path-variant-query.function.d.ts +10 -0
- package/dist-cms/packages/core/validation/utils/data-path-variant-query.function.js +15 -0
- package/dist-cms/packages/core/validation/utils/index.d.ts +3 -1
- package/dist-cms/packages/core/validation/utils/index.js +3 -1
- package/dist-cms/packages/core/validation/utils/json-path.function.d.ts +11 -0
- package/dist-cms/packages/core/validation/utils/json-path.function.js +115 -0
- package/dist-cms/packages/core/variant/variant-id.class.d.ts +1 -1
- package/dist-cms/packages/core/variant/variant-id.class.js +3 -3
- package/dist-cms/packages/core/vite.config.js +2 -0
- package/dist-cms/packages/core/workspace/components/workspace-action/default/workspace-action.element.js +2 -1
- package/dist-cms/packages/core/workspace/components/workspace-action/workspace-action-base.controller.d.ts +0 -1
- package/dist-cms/packages/core/workspace/components/workspace-action/workspace-action-base.controller.js +0 -1
- package/dist-cms/packages/core/workspace/components/workspace-action-menu/workspace-action-menu.element.js +2 -2
- package/dist-cms/packages/core/workspace/components/workspace-action-menu-item/workspace-action-menu-item-base.controller.d.ts +0 -1
- package/dist-cms/packages/core/workspace/components/workspace-action-menu-item/workspace-action-menu-item-base.controller.js +0 -1
- package/dist-cms/packages/core/workspace/components/workspace-editor/workspace-editor.element.d.ts +0 -1
- package/dist-cms/packages/core/workspace/components/workspace-editor/workspace-editor.element.js +0 -2
- package/dist-cms/packages/core/workspace/components/workspace-footer/workspace-footer.element.d.ts +0 -1
- package/dist-cms/packages/core/workspace/components/workspace-footer/workspace-footer.element.js +1 -1
- package/dist-cms/packages/core/workspace/components/workspace-split-view/workspace-split-view-variant-selector.element.d.ts +7 -4
- package/dist-cms/packages/core/workspace/components/workspace-split-view/workspace-split-view-variant-selector.element.js +137 -91
- package/dist-cms/packages/core/workspace/conditions/index.d.ts +2 -0
- package/dist-cms/packages/core/workspace/conditions/manifests.js +2 -0
- package/dist-cms/packages/core/workspace/conditions/workspace-content-type-alias.condition.d.ts +24 -0
- package/dist-cms/packages/core/workspace/conditions/workspace-content-type-alias.condition.js +34 -0
- package/dist-cms/packages/core/workspace/contexts/submittable-workspace-context-base.d.ts +11 -2
- package/dist-cms/packages/core/workspace/contexts/submittable-workspace-context-base.js +26 -6
- package/dist-cms/packages/core/workspace/contexts/tokens/collection-workspace-context.interface.d.ts +0 -6
- package/dist-cms/packages/core/workspace/contexts/tokens/invariant-dataset-workspace-context.interface.d.ts +0 -6
- package/dist-cms/packages/core/workspace/contexts/tokens/submittable-workspace-context.interface.d.ts +0 -7
- package/dist-cms/packages/core/workspace/contexts/tokens/workspace-context.interface.d.ts +0 -7
- package/dist-cms/packages/core/workspace/controllers/workspace-split-view-manager.controller.d.ts +0 -1
- package/dist-cms/packages/core/workspace/controllers/workspace-split-view-manager.controller.js +0 -1
- package/dist-cms/packages/core/workspace/workspace-property-dataset/invariant-workspace-property-dataset-context.d.ts +8 -4
- package/dist-cms/packages/core/workspace/workspace-property-dataset/invariant-workspace-property-dataset-context.js +11 -2
- package/dist-cms/packages/data-type/collection/repository/data-type-collection.server.data-source.d.ts +1 -2
- package/dist-cms/packages/data-type/collection/repository/data-type-collection.server.data-source.js +1 -2
- package/dist-cms/packages/data-type/components/data-type-flow-input/data-type-flow-input.element.d.ts +4 -1
- package/dist-cms/packages/data-type/components/data-type-flow-input/data-type-flow-input.element.js +18 -5
- package/dist-cms/packages/data-type/components/data-type-input/data-type-input.context.d.ts +3 -1
- package/dist-cms/packages/data-type/components/data-type-input/data-type-input.context.js +3 -1
- package/dist-cms/packages/data-type/components/data-type-input/data-type-input.element.js +2 -2
- package/dist-cms/packages/data-type/components/property-editor-config/property-editor-config.element.js +2 -2
- package/dist-cms/packages/data-type/components/ref-data-type/ref-data-type.element.js +1 -2
- package/dist-cms/packages/data-type/entity-actions/duplicate/repository/data-type-duplicate.server.data-source.d.ts +1 -2
- package/dist-cms/packages/data-type/entity-actions/duplicate/repository/data-type-duplicate.server.data-source.js +1 -2
- package/dist-cms/packages/data-type/entity-actions/move-to/repository/data-type-move.server.data-source.d.ts +1 -2
- package/dist-cms/packages/data-type/entity-actions/move-to/repository/data-type-move.server.data-source.js +1 -2
- package/dist-cms/packages/data-type/modals/data-type-picker-flow/data-type-picker-flow-data-type-picker-modal.element.d.ts +1 -6
- package/dist-cms/packages/data-type/modals/data-type-picker-flow/data-type-picker-flow-data-type-picker-modal.element.js +31 -35
- package/dist-cms/packages/data-type/modals/data-type-picker-flow/data-type-picker-flow-modal.element.d.ts +0 -15
- package/dist-cms/packages/data-type/modals/data-type-picker-flow/data-type-picker-flow-modal.element.js +121 -101
- package/dist-cms/packages/data-type/modals/data-type-picker-flow/data-type-picker-flow-modal.token.d.ts +1 -0
- package/dist-cms/packages/data-type/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.d.ts +1 -5
- package/dist-cms/packages/data-type/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.js +53 -56
- package/dist-cms/packages/data-type/reference/repository/data-type-reference.server.data.d.ts +1 -2
- package/dist-cms/packages/data-type/reference/repository/data-type-reference.server.data.js +1 -2
- package/dist-cms/packages/data-type/repository/detail/data-type-detail.server.data-source.d.ts +4 -2
- package/dist-cms/packages/data-type/repository/detail/data-type-detail.server.data-source.js +4 -2
- package/dist-cms/packages/data-type/repository/detail/data-type-detail.store.d.ts +1 -2
- package/dist-cms/packages/data-type/repository/detail/data-type-detail.store.js +1 -2
- package/dist-cms/packages/data-type/repository/item/data-type-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/data-type/repository/item/data-type-item.server.data-source.js +1 -2
- package/dist-cms/packages/data-type/repository/item/data-type-item.store.d.ts +1 -2
- package/dist-cms/packages/data-type/repository/item/data-type-item.store.js +1 -2
- package/dist-cms/packages/data-type/search/data-type-search.server.data-source.d.ts +2 -2
- package/dist-cms/packages/data-type/search/data-type-search.server.data-source.js +2 -2
- package/dist-cms/packages/data-type/tree/data-type-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/data-type/tree/data-type-tree.server.data-source.js +1 -2
- package/dist-cms/packages/data-type/tree/data-type-tree.store.d.ts +1 -2
- package/dist-cms/packages/data-type/tree/data-type-tree.store.js +1 -2
- package/dist-cms/packages/data-type/tree/folder/data-type-folder.server.data-source.d.ts +1 -2
- package/dist-cms/packages/data-type/tree/folder/data-type-folder.server.data-source.js +1 -2
- package/dist-cms/packages/data-type/workspace/data-type-workspace-editor.element.js +4 -1
- package/dist-cms/packages/data-type/workspace/data-type-workspace.context.d.ts +6 -0
- package/dist-cms/packages/data-type/workspace/data-type-workspace.context.js +8 -0
- package/dist-cms/packages/data-type/workspace/views/details/data-type-details-workspace-view.element.js +30 -24
- package/dist-cms/packages/data-type/workspace/views/info/data-type-workspace-view-info-reference.element.js +3 -0
- package/dist-cms/packages/dictionary/collection/repository/dictionary-collection.server.data-source.d.ts +1 -2
- package/dist-cms/packages/dictionary/collection/repository/dictionary-collection.server.data-source.js +1 -2
- package/dist-cms/packages/dictionary/components/input-dictionary/input-dictionary.context.d.ts +3 -1
- package/dist-cms/packages/dictionary/components/input-dictionary/input-dictionary.context.js +3 -1
- package/dist-cms/packages/dictionary/entity-action/move-to/repository/dictionary-move.server.data-source.d.ts +1 -2
- package/dist-cms/packages/dictionary/entity-action/move-to/repository/dictionary-move.server.data-source.js +1 -2
- package/dist-cms/packages/dictionary/repository/detail/dictionary-detail.server.data-source.d.ts +3 -2
- package/dist-cms/packages/dictionary/repository/detail/dictionary-detail.server.data-source.js +3 -2
- package/dist-cms/packages/dictionary/repository/detail/dictionary-detail.store.d.ts +1 -2
- package/dist-cms/packages/dictionary/repository/detail/dictionary-detail.store.js +1 -2
- package/dist-cms/packages/dictionary/repository/item/dictionary-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/dictionary/repository/item/dictionary-item.server.data-source.js +1 -2
- package/dist-cms/packages/dictionary/repository/item/dictionary-item.store.d.ts +1 -2
- package/dist-cms/packages/dictionary/repository/item/dictionary-item.store.js +1 -2
- package/dist-cms/packages/dictionary/tree/dictionary-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/dictionary/tree/dictionary-tree.server.data-source.js +1 -2
- package/dist-cms/packages/dictionary/tree/dictionary-tree.store.d.ts +1 -2
- package/dist-cms/packages/dictionary/tree/dictionary-tree.store.js +1 -2
- package/dist-cms/packages/dictionary/tree/index.js +1 -0
- package/dist-cms/packages/dictionary/workspace/views/workspace-view-dictionary-editor.element.d.ts +3 -1
- package/dist-cms/packages/dictionary/workspace/views/workspace-view-dictionary-editor.element.js +51 -20
- package/dist-cms/packages/documents/document-blueprints/entity-actions/move-to/repository/document-blueprint-move.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/document-blueprints/entity-actions/move-to/repository/document-blueprint-move.server.data-source.js +1 -2
- package/dist-cms/packages/documents/document-blueprints/repository/detail/document-blueprint-detail.server.data-source.d.ts +4 -2
- package/dist-cms/packages/documents/document-blueprints/repository/detail/document-blueprint-detail.server.data-source.js +4 -2
- package/dist-cms/packages/documents/document-blueprints/repository/detail/document-blueprint-detail.store.d.ts +1 -2
- package/dist-cms/packages/documents/document-blueprints/repository/detail/document-blueprint-detail.store.js +1 -2
- package/dist-cms/packages/documents/document-blueprints/repository/item/document-blueprint-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/document-blueprints/repository/item/document-blueprint-item.server.data-source.js +1 -2
- package/dist-cms/packages/documents/document-blueprints/repository/item/document-blueprint-item.store.d.ts +1 -2
- package/dist-cms/packages/documents/document-blueprints/repository/item/document-blueprint-item.store.js +1 -2
- package/dist-cms/packages/documents/document-blueprints/tree/document-blueprint-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/document-blueprints/tree/document-blueprint-tree.server.data-source.js +1 -2
- package/dist-cms/packages/documents/document-blueprints/tree/document-blueprint-tree.store.d.ts +1 -2
- package/dist-cms/packages/documents/document-blueprints/tree/document-blueprint-tree.store.js +1 -2
- package/dist-cms/packages/documents/document-blueprints/tree/folder/document-blueprint-folder.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/document-blueprints/tree/folder/document-blueprint-folder.server.data-source.js +1 -2
- package/dist-cms/packages/documents/document-blueprints/workspace/document-blueprint-workspace.context.d.ts +9 -0
- package/dist-cms/packages/documents/document-blueprints/workspace/document-blueprint-workspace.context.js +9 -0
- package/dist-cms/packages/documents/document-types/components/index.d.ts +1 -2
- package/dist-cms/packages/documents/document-types/components/index.js +1 -2
- package/dist-cms/packages/documents/document-types/components/input-document-type/index.d.ts +2 -0
- package/dist-cms/packages/documents/document-types/components/input-document-type/index.js +2 -0
- package/dist-cms/packages/documents/document-types/components/input-document-type/input-document-type.context.d.ts +3 -1
- package/dist-cms/packages/documents/document-types/components/input-document-type/input-document-type.context.js +3 -1
- package/dist-cms/packages/documents/document-types/components/input-document-type/input-document-type.element.js +2 -2
- package/dist-cms/packages/documents/document-types/entity-actions/create/modal/document-type-create-options-modal.element.js +1 -1
- package/dist-cms/packages/documents/document-types/entity-actions/duplicate/repository/document-type-duplicate.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/document-types/entity-actions/duplicate/repository/document-type-duplicate.server.data-source.js +1 -2
- package/dist-cms/packages/documents/document-types/entity-actions/export/document-type-export.action.d.ts +6 -0
- package/dist-cms/packages/documents/document-types/entity-actions/export/document-type-export.action.js +15 -0
- package/dist-cms/packages/documents/document-types/entity-actions/export/manifests.d.ts +2 -0
- package/dist-cms/packages/documents/document-types/entity-actions/export/manifests.js +17 -0
- package/dist-cms/packages/documents/document-types/entity-actions/export/repository/constants.d.ts +1 -0
- package/dist-cms/packages/documents/document-types/entity-actions/export/repository/constants.js +1 -0
- package/dist-cms/packages/documents/document-types/entity-actions/export/repository/document-type-export.repository.d.ts +9 -0
- package/dist-cms/packages/documents/document-types/entity-actions/export/repository/document-type-export.repository.js +16 -0
- package/dist-cms/packages/documents/document-types/entity-actions/export/repository/document-type-export.server.data-source.d.ts +21 -0
- package/dist-cms/packages/documents/document-types/entity-actions/export/repository/document-type-export.server.data-source.js +28 -0
- package/dist-cms/packages/documents/document-types/entity-actions/export/repository/index.d.ts +2 -0
- package/dist-cms/packages/documents/document-types/entity-actions/export/repository/index.js +2 -0
- package/dist-cms/packages/documents/{documents/modals/rollback → document-types/entity-actions/export}/repository/manifests.d.ts +0 -1
- package/dist-cms/packages/documents/document-types/entity-actions/export/repository/manifests.js +8 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/document-type-import.action.d.ts +5 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/document-type-import.action.js +20 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/manifests.d.ts +2 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/manifests.js +18 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/modal/document-type-import-modal.element.d.ts +16 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/modal/document-type-import-modal.element.js +145 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/modal/document-type-import-modal.token.d.ts +7 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/modal/document-type-import-modal.token.js +7 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/modal/index.d.ts +1 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/modal/index.js +1 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/modal/manifests.d.ts +2 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/modal/manifests.js +8 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/repository/constants.d.ts +1 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/repository/constants.js +1 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/repository/document-type-import.repository.d.ts +9 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/repository/document-type-import.repository.js +16 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/repository/document-type-import.server.data-source.d.ts +22 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/repository/document-type-import.server.data-source.js +32 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/repository/index.d.ts +2 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/repository/index.js +2 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/repository/manifests.d.ts +2 -0
- package/dist-cms/packages/documents/document-types/entity-actions/import/repository/manifests.js +8 -0
- package/dist-cms/packages/documents/document-types/entity-actions/manifests.js +4 -0
- package/dist-cms/packages/documents/document-types/entity-actions/move-to/repository/document-type-move.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/document-types/entity-actions/move-to/repository/document-type-move.server.data-source.js +1 -2
- package/dist-cms/packages/documents/document-types/modals/document-type-picker-modal.token.d.ts +1 -1
- package/dist-cms/packages/documents/document-types/modals/document-type-picker-modal.token.js +3 -2
- package/dist-cms/packages/documents/document-types/repository/composition/document-type-composition.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/document-types/repository/composition/document-type-composition.server.data-source.js +1 -2
- package/dist-cms/packages/documents/document-types/repository/detail/document-type-detail.server.data-source.d.ts +4 -2
- package/dist-cms/packages/documents/document-types/repository/detail/document-type-detail.server.data-source.js +4 -2
- package/dist-cms/packages/documents/document-types/repository/detail/document-type-detail.store.d.ts +1 -2
- package/dist-cms/packages/documents/document-types/repository/detail/document-type-detail.store.js +1 -2
- package/dist-cms/packages/documents/document-types/repository/item/document-type-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/document-types/repository/item/document-type-item.server.data-source.js +1 -2
- package/dist-cms/packages/documents/document-types/repository/item/document-type-item.store.d.ts +1 -2
- package/dist-cms/packages/documents/document-types/repository/item/document-type-item.store.js +1 -2
- package/dist-cms/packages/documents/document-types/repository/structure/document-type-structure.server.data-source.d.ts +1 -1
- package/dist-cms/packages/documents/document-types/repository/structure/document-type-structure.server.data-source.js +1 -1
- package/dist-cms/packages/documents/document-types/search/constants.d.ts +1 -0
- package/dist-cms/packages/documents/document-types/search/constants.js +1 -0
- package/dist-cms/packages/documents/document-types/search/document-type-search.server.data-source.d.ts +2 -2
- package/dist-cms/packages/documents/document-types/search/document-type-search.server.data-source.js +2 -2
- package/dist-cms/packages/documents/document-types/search/index.d.ts +1 -0
- package/dist-cms/packages/documents/document-types/search/index.js +1 -0
- package/dist-cms/packages/documents/document-types/search/manifests.js +2 -1
- package/dist-cms/packages/documents/document-types/tree/document-type.tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/document-types/tree/document-type.tree.server.data-source.js +1 -2
- package/dist-cms/packages/documents/document-types/tree/document-type.tree.store.d.ts +1 -2
- package/dist-cms/packages/documents/document-types/tree/document-type.tree.store.js +1 -2
- package/dist-cms/packages/documents/document-types/tree/folder/document-type-folder.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/document-types/tree/folder/document-type-folder.server.data-source.js +1 -2
- package/dist-cms/packages/documents/document-types/workspace/document-type-workspace-editor.element.js +5 -2
- package/dist-cms/packages/documents/document-types/workspace/document-type-workspace.context.js +2 -0
- package/dist-cms/packages/documents/documents/audit-log/repository/document-audit-log.repository.d.ts +1 -2
- package/dist-cms/packages/documents/documents/audit-log/repository/document-audit-log.repository.js +1 -2
- package/dist-cms/packages/documents/documents/audit-log/repository/document-audit-log.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/documents/audit-log/repository/document-audit-log.server.data-source.js +1 -2
- package/dist-cms/packages/documents/documents/components/index.d.ts +1 -2
- package/dist-cms/packages/documents/documents/components/index.js +1 -2
- package/dist-cms/packages/documents/documents/components/input-document/index.d.ts +2 -0
- package/dist-cms/packages/documents/documents/components/input-document/index.js +2 -0
- package/dist-cms/packages/documents/documents/components/input-document/input-document.context.d.ts +3 -1
- package/dist-cms/packages/documents/documents/components/input-document/input-document.context.js +3 -1
- package/dist-cms/packages/documents/documents/components/input-document/input-document.element.d.ts +8 -0
- package/dist-cms/packages/documents/documents/components/input-document/input-document.element.js +51 -12
- package/dist-cms/packages/documents/documents/entity-actions/create-blueprint/repository/document-create-blueprint.server.data-source.d.ts +2 -2
- package/dist-cms/packages/documents/documents/entity-actions/create-blueprint/repository/document-create-blueprint.server.data-source.js +2 -2
- package/dist-cms/packages/documents/documents/entity-actions/culture-and-hostnames/repository/culture-and-hostnames.server.data.d.ts +1 -2
- package/dist-cms/packages/documents/documents/entity-actions/culture-and-hostnames/repository/culture-and-hostnames.server.data.js +1 -2
- package/dist-cms/packages/documents/documents/entity-actions/duplicate/duplicate-document.action.d.ts +1 -1
- package/dist-cms/packages/documents/documents/entity-actions/duplicate/repository/document-duplicate.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/documents/entity-actions/duplicate/repository/document-duplicate.server.data-source.js +1 -2
- package/dist-cms/packages/documents/documents/entity-actions/manifests.js +2 -24
- package/dist-cms/packages/documents/documents/entity-actions/move-to/repository/document-move.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/documents/entity-actions/move-to/repository/document-move.server.data-source.js +1 -2
- package/dist-cms/packages/{user/user/entity-actions/change-password/change-user-password.action.d.ts → documents/documents/entity-actions/notifications/document-notifications.action.d.ts} +3 -3
- package/dist-cms/packages/documents/documents/entity-actions/notifications/document-notifications.action.js +16 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/index.d.ts +2 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/index.js +2 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/manifests.d.ts +1 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/manifests.js +30 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/modal/document-notifications-modal.element.d.ts +16 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/modal/document-notifications-modal.element.js +118 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/modal/document-notifications-modal.token.d.ts +6 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/modal/document-notifications-modal.token.js +8 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/modal/index.d.ts +1 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/modal/index.js +1 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/modal/manifests.d.ts +3 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/modal/manifests.js +8 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/repository/document-notifications.repository.d.ts +19 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/repository/document-notifications.repository.js +39 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/repository/document-notifications.server.data.d.ts +28 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/repository/document-notifications.server.data.js +38 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/repository/index.d.ts +2 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/repository/index.js +2 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/repository/manifests.d.ts +3 -0
- package/dist-cms/packages/documents/documents/entity-actions/notifications/repository/manifests.js +8 -0
- package/dist-cms/packages/documents/documents/entity-actions/public-access/repository/public-access.server.data.d.ts +2 -2
- package/dist-cms/packages/documents/documents/entity-actions/public-access/repository/public-access.server.data.js +2 -2
- package/dist-cms/packages/documents/documents/entity-actions/sort-children-of/repository/sort-children-of.server.data.d.ts +1 -2
- package/dist-cms/packages/documents/documents/entity-actions/sort-children-of/repository/sort-children-of.server.data.js +1 -2
- package/dist-cms/packages/documents/documents/manifests.d.ts +2 -2
- package/dist-cms/packages/documents/documents/manifests.js +4 -0
- package/dist-cms/packages/documents/documents/modals/document-picker-modal.token.js +4 -0
- package/dist-cms/packages/documents/documents/modals/manifests.d.ts +0 -1
- package/dist-cms/packages/documents/documents/modals/manifests.js +0 -7
- package/dist-cms/packages/documents/documents/modals/publish-modal/document-publish-modal.element.js +2 -1
- package/dist-cms/packages/documents/documents/modals/publish-with-descendants-modal/document-publish-with-descendants-modal.element.js +2 -1
- package/dist-cms/packages/documents/documents/modals/save-modal/document-save-modal.element.js +2 -1
- package/dist-cms/packages/documents/documents/modals/schedule-modal/document-schedule-modal.element.js +24 -12
- package/dist-cms/packages/documents/documents/modals/shared/document-variant-language-picker.element.d.ts +8 -1
- package/dist-cms/packages/documents/documents/modals/shared/document-variant-language-picker.element.js +31 -15
- package/dist-cms/packages/documents/documents/modals/types.d.ts +1 -0
- package/dist-cms/packages/documents/documents/modals/unpublish-modal/document-unpublish-modal.element.js +2 -1
- package/dist-cms/packages/documents/documents/picker/manifests.d.ts +2 -0
- package/dist-cms/packages/documents/documents/picker/manifests.js +10 -0
- package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.js +2 -1
- package/dist-cms/packages/documents/documents/property-editors/document-picker/property-editor-ui-document-picker.element.d.ts +7 -0
- package/dist-cms/packages/documents/documents/property-editors/document-picker/property-editor-ui-document-picker.element.js +12 -1
- package/dist-cms/packages/documents/documents/recycle-bin/entity-action/manifests.js +1 -1
- package/dist-cms/packages/documents/documents/recycle-bin/repository/types.d.ts +1 -0
- package/dist-cms/packages/documents/documents/recycle-bin/repository/types.js +1 -1
- package/dist-cms/packages/documents/documents/recycle-bin/tree/document-recycle-bin-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/documents/recycle-bin/tree/document-recycle-bin-tree.server.data-source.js +1 -2
- package/dist-cms/packages/documents/documents/recycle-bin/tree/document-recycle-bin-tree.store.d.ts +1 -2
- package/dist-cms/packages/documents/documents/recycle-bin/tree/document-recycle-bin-tree.store.js +1 -2
- package/dist-cms/packages/documents/documents/recycle-bin/tree/index.js +1 -0
- package/dist-cms/packages/documents/documents/reference/repository/document-reference.server.data.d.ts +1 -2
- package/dist-cms/packages/documents/documents/reference/repository/document-reference.server.data.js +1 -2
- package/dist-cms/packages/documents/documents/repository/detail/document-detail.server.data-source.d.ts +3 -2
- package/dist-cms/packages/documents/documents/repository/detail/document-detail.server.data-source.js +3 -2
- package/dist-cms/packages/documents/documents/repository/detail/document-detail.store.d.ts +1 -2
- package/dist-cms/packages/documents/documents/repository/detail/document-detail.store.js +1 -2
- package/dist-cms/packages/documents/documents/repository/item/document-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/documents/repository/item/document-item.server.data-source.js +1 -2
- package/dist-cms/packages/documents/documents/repository/item/document-item.store.d.ts +1 -2
- package/dist-cms/packages/documents/documents/repository/item/document-item.store.js +1 -2
- package/dist-cms/packages/documents/documents/repository/publishing/document-publishing.server.data-source.d.ts +5 -2
- package/dist-cms/packages/documents/documents/repository/publishing/document-publishing.server.data-source.js +5 -2
- package/dist-cms/packages/documents/documents/repository/validation/document-validation.server.data-source.d.ts +2 -2
- package/dist-cms/packages/documents/documents/repository/validation/document-validation.server.data-source.js +2 -2
- package/dist-cms/packages/documents/documents/rollback/entity-action/manifests.d.ts +2 -0
- package/dist-cms/packages/documents/documents/rollback/entity-action/manifests.js +34 -0
- package/dist-cms/packages/documents/documents/rollback/entity-action/rollback.action.d.ts +6 -0
- package/dist-cms/packages/documents/documents/rollback/entity-action/rollback.action.js +18 -0
- package/dist-cms/packages/documents/documents/rollback/index.d.ts +2 -0
- package/dist-cms/packages/documents/documents/rollback/index.js +2 -0
- package/dist-cms/packages/documents/documents/rollback/manifests.d.ts +2 -0
- package/dist-cms/packages/documents/documents/rollback/manifests.js +4 -0
- package/dist-cms/packages/documents/documents/rollback/modal/constants.d.ts +1 -0
- package/dist-cms/packages/documents/documents/rollback/modal/constants.js +1 -0
- package/dist-cms/packages/documents/documents/rollback/modal/manifests.d.ts +2 -0
- package/dist-cms/packages/documents/documents/rollback/modal/manifests.js +9 -0
- package/dist-cms/packages/documents/documents/{modals/rollback → rollback/modal}/rollback-modal.element.d.ts +1 -1
- package/dist-cms/packages/documents/documents/{modals/rollback → rollback/modal}/rollback-modal.element.js +2 -2
- package/dist-cms/packages/documents/documents/{modals/rollback → rollback/modal}/rollback-modal.token.js +1 -1
- package/dist-cms/packages/documents/documents/rollback/repository/manifests.d.ts +3 -0
- package/dist-cms/packages/documents/documents/rollback/repository/rollback.repository.d.ts +12 -0
- package/dist-cms/packages/documents/documents/{modals/rollback → rollback}/repository/rollback.repository.js +1 -1
- package/dist-cms/packages/documents/documents/{modals/rollback → rollback}/repository/rollback.server.data-source.d.ts +9 -7
- package/dist-cms/packages/documents/documents/{modals/rollback → rollback}/repository/rollback.server.data-source.js +6 -4
- package/dist-cms/packages/documents/documents/search/constants.d.ts +1 -0
- package/dist-cms/packages/documents/documents/search/constants.js +1 -0
- package/dist-cms/packages/documents/documents/search/document-search.server.data-source.d.ts +2 -2
- package/dist-cms/packages/documents/documents/search/document-search.server.data-source.js +2 -2
- package/dist-cms/packages/documents/documents/search/index.d.ts +1 -0
- package/dist-cms/packages/documents/documents/search/index.js +1 -0
- package/dist-cms/packages/documents/documents/search/manifests.js +2 -1
- package/dist-cms/packages/documents/documents/tree/document-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/documents/documents/tree/document-tree.server.data-source.js +1 -2
- package/dist-cms/packages/documents/documents/tree/document-tree.store.d.ts +1 -2
- package/dist-cms/packages/documents/documents/tree/document-tree.store.js +1 -2
- package/dist-cms/packages/documents/documents/user-permissions/input-document-granular-user-permission/input-document-granular-user-permission.element.js +1 -1
- package/dist-cms/packages/documents/documents/user-permissions/repository/document-permission.server.data.d.ts +1 -2
- package/dist-cms/packages/documents/documents/user-permissions/repository/document-permission.server.data.js +1 -2
- package/dist-cms/packages/documents/documents/utils.d.ts +4 -0
- package/dist-cms/packages/documents/documents/utils.js +25 -0
- package/dist-cms/packages/documents/documents/workspace/actions/save-and-preview.action.js +6 -1
- package/dist-cms/packages/documents/documents/workspace/actions/save-and-publish.action.js +6 -1
- package/dist-cms/packages/documents/documents/workspace/actions/save.action.js +6 -1
- package/dist-cms/packages/documents/documents/workspace/constants.d.ts +1 -0
- package/dist-cms/packages/documents/documents/workspace/constants.js +1 -0
- package/dist-cms/packages/documents/documents/workspace/document-workspace.context.d.ts +9 -0
- package/dist-cms/packages/documents/documents/workspace/document-workspace.context.js +51 -9
- package/dist-cms/packages/documents/documents/workspace/index.d.ts +1 -0
- package/dist-cms/packages/documents/documents/workspace/index.js +1 -0
- package/dist-cms/packages/documents/documents/workspace/manifests.d.ts +0 -1
- package/dist-cms/packages/documents/documents/workspace/manifests.js +7 -7
- package/dist-cms/packages/documents/documents/workspace/views/info/document-workspace-view-info-history.element.js +6 -34
- package/dist-cms/packages/documents/documents/workspace/views/info/document-workspace-view-info-reference.element.js +3 -0
- package/dist-cms/packages/documents/manifests.d.ts +2 -2
- package/dist-cms/packages/language/collection/repository/language-collection.server.data-source.d.ts +1 -2
- package/dist-cms/packages/language/collection/repository/language-collection.server.data-source.js +1 -2
- package/dist-cms/packages/language/components/index.d.ts +1 -1
- package/dist-cms/packages/language/components/index.js +1 -1
- package/dist-cms/packages/language/components/input-language/index.d.ts +2 -0
- package/dist-cms/packages/language/components/input-language/index.js +2 -0
- package/dist-cms/packages/language/components/input-language/input-language.context.d.ts +3 -1
- package/dist-cms/packages/language/components/input-language/input-language.context.js +3 -1
- package/dist-cms/packages/language/components/input-language/input-language.element.js +2 -2
- package/dist-cms/packages/language/manifests.js +12 -0
- package/dist-cms/packages/language/permissions/language-access.workspace-context.d.ts +7 -0
- package/dist-cms/packages/language/permissions/language-access.workspace-context.js +62 -0
- package/dist-cms/packages/language/permissions/language-access.workspace-context.token.d.ts +3 -0
- package/dist-cms/packages/language/permissions/language-access.workspace-context.token.js +2 -0
- package/dist-cms/packages/language/repository/detail/language-detail.server.data-source.d.ts +2 -2
- package/dist-cms/packages/language/repository/detail/language-detail.server.data-source.js +2 -2
- package/dist-cms/packages/language/repository/detail/language-detail.store.d.ts +1 -2
- package/dist-cms/packages/language/repository/detail/language-detail.store.js +1 -2
- package/dist-cms/packages/language/repository/item/language-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/language/repository/item/language-item.server.data-source.js +1 -2
- package/dist-cms/packages/language/repository/item/language-item.store.d.ts +1 -2
- package/dist-cms/packages/language/repository/item/language-item.store.js +1 -2
- package/dist-cms/packages/log-viewer/components/donut-chart/donut-chart.element.d.ts +0 -1
- package/dist-cms/packages/log-viewer/components/donut-chart/donut-chart.element.js +0 -1
- package/dist-cms/packages/log-viewer/components/donut-chart/donut-slice.element.d.ts +0 -1
- package/dist-cms/packages/log-viewer/components/donut-chart/donut-slice.element.js +0 -1
- package/dist-cms/packages/log-viewer/package.json +8 -0
- package/dist-cms/packages/log-viewer/repository/sources/log-viewer.server.data.d.ts +2 -4
- package/dist-cms/packages/log-viewer/repository/sources/log-viewer.server.data.js +2 -4
- package/dist-cms/packages/log-viewer/vite.config.d.ts +2 -0
- package/dist-cms/packages/log-viewer/vite.config.js +9 -0
- package/dist-cms/packages/log-viewer/workspace/logviewer-workspace.context.js +2 -2
- package/dist-cms/packages/log-viewer/workspace/views/search/components/log-viewer-message.element.js +6 -1
- package/dist-cms/packages/markdown-editor/components/input-markdown-editor/input-markdown.element.d.ts +8 -0
- package/dist-cms/packages/markdown-editor/components/input-markdown-editor/input-markdown.element.js +23 -1
- package/dist-cms/packages/markdown-editor/package.json +8 -0
- package/dist-cms/packages/markdown-editor/property-editors/markdown-editor/manifests.js +2 -1
- package/dist-cms/packages/markdown-editor/property-editors/markdown-editor/property-editor-ui-markdown-editor.element.d.ts +7 -0
- package/dist-cms/packages/markdown-editor/property-editors/markdown-editor/property-editor-ui-markdown-editor.element.js +12 -1
- package/dist-cms/packages/markdown-editor/vite.config.d.ts +2 -0
- package/dist-cms/packages/markdown-editor/vite.config.js +9 -0
- package/dist-cms/packages/media/imaging/imaging.server.data.d.ts +3 -2
- package/dist-cms/packages/media/imaging/imaging.server.data.js +3 -2
- package/dist-cms/packages/media/media/audit-log/repository/media-audit-log.repository.d.ts +1 -2
- package/dist-cms/packages/media/media/audit-log/repository/media-audit-log.repository.js +1 -2
- package/dist-cms/packages/media/media/audit-log/repository/media-audit-log.server.data-source.d.ts +1 -2
- package/dist-cms/packages/media/media/audit-log/repository/media-audit-log.server.data-source.js +1 -2
- package/dist-cms/packages/media/media/components/input-media/index.d.ts +1 -0
- package/dist-cms/packages/media/media/components/input-media/index.js +1 -0
- package/dist-cms/packages/media/media/components/input-media/input-media.context.d.ts +3 -1
- package/dist-cms/packages/media/media/components/input-media/input-media.context.js +3 -1
- package/dist-cms/packages/media/media/components/input-media/input-media.element.d.ts +8 -0
- package/dist-cms/packages/media/media/components/input-media/input-media.element.js +59 -25
- package/dist-cms/packages/media/media/components/input-rich-media/input-rich-media.element.d.ts +8 -0
- package/dist-cms/packages/media/media/components/input-rich-media/input-rich-media.element.js +58 -22
- package/dist-cms/packages/media/media/components/input-upload-field/index.d.ts +1 -5
- package/dist-cms/packages/media/media/components/input-upload-field/index.js +1 -5
- package/dist-cms/packages/media/media/components/input-upload-field/input-upload-field.element.d.ts +6 -3
- package/dist-cms/packages/media/media/components/input-upload-field/input-upload-field.element.js +80 -57
- package/dist-cms/packages/media/media/components/input-upload-field/manifests.d.ts +1 -0
- package/dist-cms/packages/media/media/components/input-upload-field/manifests.js +1 -0
- package/dist-cms/packages/media/media/components/input-upload-field/preview/index.d.ts +5 -0
- package/dist-cms/packages/media/media/components/input-upload-field/preview/index.js +5 -0
- package/dist-cms/packages/media/media/components/input-upload-field/preview/input-upload-field-audio.element.d.ts +11 -0
- package/dist-cms/packages/media/media/components/input-upload-field/{input-upload-field-audio.element.js → preview/input-upload-field-audio.element.js} +3 -3
- package/dist-cms/packages/media/media/components/input-upload-field/{input-upload-field-file.element.d.ts → preview/input-upload-field-file.element.d.ts} +4 -4
- package/dist-cms/packages/media/media/components/input-upload-field/{input-upload-field-file.element.js → preview/input-upload-field-file.element.js} +10 -11
- package/dist-cms/packages/media/media/components/input-upload-field/preview/input-upload-field-image.element.d.ts +11 -0
- package/dist-cms/packages/media/media/components/input-upload-field/{input-upload-field-image.element.js → preview/input-upload-field-image.element.js} +3 -3
- package/dist-cms/packages/media/media/components/input-upload-field/preview/input-upload-field-svg.element.d.ts +11 -0
- package/dist-cms/packages/media/media/components/input-upload-field/{input-upload-field-svg.element.js → preview/input-upload-field-svg.element.js} +3 -3
- package/dist-cms/packages/media/media/components/input-upload-field/preview/input-upload-field-video.element.d.ts +11 -0
- package/dist-cms/packages/media/media/components/input-upload-field/{input-upload-field-video.element.js → preview/input-upload-field-video.element.js} +3 -3
- package/dist-cms/packages/media/media/components/input-upload-field/preview/manifest.d.ts +2 -0
- package/dist-cms/packages/media/media/components/input-upload-field/preview/manifest.js +43 -0
- package/dist-cms/packages/media/media/components/input-upload-field/utils.d.ts +5 -0
- package/dist-cms/packages/media/media/components/input-upload-field/utils.js +828 -0
- package/dist-cms/packages/media/media/dropzone/dropzone-manager.class.d.ts +1 -0
- package/dist-cms/packages/media/media/dropzone/dropzone-manager.class.js +3 -6
- package/dist-cms/packages/media/media/entity-actions/move-to/repository/media-move.server.data-source.d.ts +1 -2
- package/dist-cms/packages/media/media/entity-actions/move-to/repository/media-move.server.data-source.js +1 -2
- package/dist-cms/packages/media/media/entity-actions/sort-children-of/repository/sort-children-of.server.data.d.ts +1 -2
- package/dist-cms/packages/media/media/entity-actions/sort-children-of/repository/sort-children-of.server.data.js +1 -2
- package/dist-cms/packages/media/media/manifests.js +2 -0
- package/dist-cms/packages/media/media/property-editors/image-cropper/manifests.js +1 -1
- package/dist-cms/packages/media/media/property-editors/media-entity-picker/manifests.js +1 -0
- package/dist-cms/packages/media/media/property-editors/media-entity-picker/property-editor-ui-media-entity-picker.element.d.ts +7 -0
- package/dist-cms/packages/media/media/property-editors/media-entity-picker/property-editor-ui-media-entity-picker.element.js +11 -0
- package/dist-cms/packages/media/media/property-editors/media-picker/manifests.js +2 -1
- package/dist-cms/packages/media/media/property-editors/media-picker/property-editor-ui-media-picker.element.d.ts +7 -0
- package/dist-cms/packages/media/media/property-editors/media-picker/property-editor-ui-media-picker.element.js +12 -1
- package/dist-cms/packages/media/media/property-editors/upload-field/manifests.js +1 -1
- package/dist-cms/packages/media/media/recycle-bin/tree/index.js +1 -0
- package/dist-cms/packages/media/media/recycle-bin/tree/media-recycle-bin-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/media/media/recycle-bin/tree/media-recycle-bin-tree.server.data-source.js +1 -2
- package/dist-cms/packages/media/media/recycle-bin/tree/media-recycle-bin-tree.store.d.ts +1 -2
- package/dist-cms/packages/media/media/recycle-bin/tree/media-recycle-bin-tree.store.js +1 -2
- package/dist-cms/packages/media/media/reference/repository/media-reference.server.data.d.ts +1 -2
- package/dist-cms/packages/media/media/reference/repository/media-reference.server.data.js +1 -2
- package/dist-cms/packages/media/media/repository/detail/media-detail.server.data-source.d.ts +3 -2
- package/dist-cms/packages/media/media/repository/detail/media-detail.server.data-source.js +3 -2
- package/dist-cms/packages/media/media/repository/detail/media-detail.store.d.ts +1 -2
- package/dist-cms/packages/media/media/repository/detail/media-detail.store.js +1 -2
- package/dist-cms/packages/media/media/repository/item/media-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/media/media/repository/item/media-item.server.data-source.js +1 -2
- package/dist-cms/packages/media/media/repository/item/media-item.store.d.ts +1 -2
- package/dist-cms/packages/media/media/repository/item/media-item.store.js +1 -2
- package/dist-cms/packages/media/media/repository/url/media-url.server.data-source.d.ts +1 -2
- package/dist-cms/packages/media/media/repository/url/media-url.server.data-source.js +1 -2
- package/dist-cms/packages/media/media/repository/url/media-url.store.d.ts +1 -2
- package/dist-cms/packages/media/media/repository/url/media-url.store.js +1 -2
- package/dist-cms/packages/media/media/search/media-search.server.data-source.d.ts +2 -2
- package/dist-cms/packages/media/media/search/media-search.server.data-source.js +2 -2
- package/dist-cms/packages/media/media/tree/index.js +1 -0
- package/dist-cms/packages/media/media/tree/media-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/media/media/tree/media-tree.server.data-source.js +1 -2
- package/dist-cms/packages/media/media/tree/media-tree.store.d.ts +1 -2
- package/dist-cms/packages/media/media/tree/media-tree.store.js +1 -2
- package/dist-cms/packages/media/media/utils/index.js +1 -1
- package/dist-cms/packages/media/media/workspace/media-workspace.context.d.ts +9 -0
- package/dist-cms/packages/media/media/workspace/media-workspace.context.js +9 -0
- package/dist-cms/packages/media/media/workspace/views/info/media-workspace-view-info-reference.element.js +4 -0
- package/dist-cms/packages/media/media-types/components/index.d.ts +1 -1
- package/dist-cms/packages/media/media-types/components/index.js +1 -1
- package/dist-cms/packages/media/media-types/components/input-media-type/index.d.ts +2 -0
- package/dist-cms/packages/media/media-types/components/input-media-type/index.js +2 -0
- package/dist-cms/packages/media/media-types/components/input-media-type/input-media-type.context.d.ts +3 -1
- package/dist-cms/packages/media/media-types/components/input-media-type/input-media-type.context.js +3 -1
- package/dist-cms/packages/media/media-types/components/input-media-type/input-media-type.element.js +2 -2
- package/dist-cms/packages/media/media-types/entity-actions/duplicate/repository/media-type-duplicate.server.data-source.d.ts +1 -2
- package/dist-cms/packages/media/media-types/entity-actions/duplicate/repository/media-type-duplicate.server.data-source.js +1 -2
- package/dist-cms/packages/media/media-types/entity-actions/export/manifests.d.ts +2 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/manifests.js +17 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/media-type-export.action.d.ts +6 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/media-type-export.action.js +15 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/repository/constants.d.ts +1 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/repository/constants.js +1 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/repository/index.d.ts +2 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/repository/index.js +2 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/repository/manifests.d.ts +2 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/repository/manifests.js +8 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/repository/media-type-export.repository.d.ts +9 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/repository/media-type-export.repository.js +16 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/repository/media-type-export.server.data-source.d.ts +22 -0
- package/dist-cms/packages/media/media-types/entity-actions/export/repository/media-type-export.server.data-source.js +29 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/manifests.d.ts +2 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/manifests.js +18 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/media-type-import.action.d.ts +5 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/media-type-import.action.js +20 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/modal/index.d.ts +1 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/modal/index.js +1 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/modal/manifests.d.ts +2 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/modal/manifests.js +8 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/modal/media-type-import-modal.element.d.ts +16 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/modal/media-type-import-modal.element.js +141 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/modal/media-type-import-modal.token.d.ts +7 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/modal/media-type-import-modal.token.js +7 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/repository/constants.d.ts +1 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/repository/constants.js +1 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/repository/index.d.ts +2 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/repository/index.js +2 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/repository/manifests.d.ts +2 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/repository/manifests.js +8 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/repository/media-type-import.repository.d.ts +9 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/repository/media-type-import.repository.js +16 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/repository/media-type-import.server.data-source.d.ts +22 -0
- package/dist-cms/packages/media/media-types/entity-actions/import/repository/media-type-import.server.data-source.js +32 -0
- package/dist-cms/packages/media/media-types/entity-actions/manifests.js +4 -0
- package/dist-cms/packages/media/media-types/entity-actions/move-to/repository/media-type-move.server.data-source.d.ts +1 -2
- package/dist-cms/packages/media/media-types/entity-actions/move-to/repository/media-type-move.server.data-source.js +1 -2
- package/dist-cms/packages/media/media-types/repository/composition/media-type-composition.server.data-source.d.ts +1 -2
- package/dist-cms/packages/media/media-types/repository/composition/media-type-composition.server.data-source.js +1 -2
- package/dist-cms/packages/media/media-types/repository/detail/media-type-detail.server.data-source.d.ts +3 -2
- package/dist-cms/packages/media/media-types/repository/detail/media-type-detail.server.data-source.js +3 -2
- package/dist-cms/packages/media/media-types/repository/detail/media-type-detail.store.d.ts +1 -2
- package/dist-cms/packages/media/media-types/repository/detail/media-type-detail.store.js +1 -2
- package/dist-cms/packages/media/media-types/repository/item/media-type-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/media/media-types/repository/item/media-type-item.server.data-source.js +1 -2
- package/dist-cms/packages/media/media-types/repository/item/media-type-item.store.d.ts +1 -2
- package/dist-cms/packages/media/media-types/repository/item/media-type-item.store.js +1 -2
- package/dist-cms/packages/media/media-types/repository/structure/media-type-structure.server.data-source.d.ts +1 -1
- package/dist-cms/packages/media/media-types/repository/structure/media-type-structure.server.data-source.js +1 -1
- package/dist-cms/packages/media/media-types/search/media-type-search.server.data-source.d.ts +2 -2
- package/dist-cms/packages/media/media-types/search/media-type-search.server.data-source.js +2 -2
- package/dist-cms/packages/media/media-types/tree/folder/media-type-folder.server.data-source.d.ts +1 -2
- package/dist-cms/packages/media/media-types/tree/folder/media-type-folder.server.data-source.js +1 -2
- package/dist-cms/packages/media/media-types/tree/media-type-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/media/media-types/tree/media-type-tree.server.data-source.js +1 -2
- package/dist-cms/packages/media/media-types/tree/media-type-tree.store.d.ts +1 -2
- package/dist-cms/packages/media/media-types/tree/media-type-tree.store.js +1 -2
- package/dist-cms/packages/members/manifests.d.ts +2 -2
- package/dist-cms/packages/members/member/collection/repository/member-collection.server.data-source.d.ts +1 -2
- package/dist-cms/packages/members/member/collection/repository/member-collection.server.data-source.js +1 -2
- package/dist-cms/packages/members/member/components/index.d.ts +1 -1
- package/dist-cms/packages/members/member/components/index.js +1 -1
- package/dist-cms/packages/members/member/components/input-member/index.d.ts +2 -0
- package/dist-cms/packages/members/member/components/input-member/index.js +2 -0
- package/dist-cms/packages/members/member/components/input-member/input-member.context.d.ts +3 -1
- package/dist-cms/packages/members/member/components/input-member/input-member.context.js +3 -1
- package/dist-cms/packages/members/member/components/input-member/input-member.element.d.ts +8 -0
- package/dist-cms/packages/members/member/components/input-member/input-member.element.js +48 -13
- package/dist-cms/packages/members/member/components/member-picker-modal/member-picker-modal.element.d.ts +5 -1
- package/dist-cms/packages/members/member/components/member-picker-modal/member-picker-modal.element.js +66 -35
- package/dist-cms/packages/members/member/components/member-picker-modal/member-picker-modal.token.d.ts +2 -0
- package/dist-cms/packages/members/member/components/member-picker-modal/member-picker-modal.token.js +6 -0
- package/dist-cms/packages/members/member/index.d.ts +1 -0
- package/dist-cms/packages/members/member/index.js +1 -0
- package/dist-cms/packages/members/member/manifests.d.ts +2 -2
- package/dist-cms/packages/members/member/manifests.js +2 -0
- package/dist-cms/packages/members/member/picker/manifests.d.ts +2 -0
- package/dist-cms/packages/members/member/picker/manifests.js +10 -0
- package/dist-cms/packages/members/member/property-editor/member-picker/manifests.js +1 -0
- package/dist-cms/packages/members/member/property-editor/member-picker/property-editor-ui-member-picker.element.d.ts +7 -0
- package/dist-cms/packages/members/member/property-editor/member-picker/property-editor-ui-member-picker.element.js +19 -1
- package/dist-cms/packages/members/member/repository/detail/member-detail.repository.d.ts +1 -2
- package/dist-cms/packages/members/member/repository/detail/member-detail.repository.js +1 -2
- package/dist-cms/packages/members/member/repository/detail/member-detail.server.data-source.d.ts +2 -2
- package/dist-cms/packages/members/member/repository/detail/member-detail.server.data-source.js +2 -2
- package/dist-cms/packages/members/member/repository/detail/member-detail.store.d.ts +1 -2
- package/dist-cms/packages/members/member/repository/detail/member-detail.store.js +1 -2
- package/dist-cms/packages/members/member/repository/item/member-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/members/member/repository/item/member-item.server.data-source.js +1 -2
- package/dist-cms/packages/members/member/repository/item/member-item.store.d.ts +1 -2
- package/dist-cms/packages/members/member/repository/item/member-item.store.js +1 -2
- package/dist-cms/packages/members/member/search/constants.d.ts +1 -0
- package/dist-cms/packages/members/member/search/constants.js +1 -0
- package/dist-cms/packages/members/member/search/index.d.ts +1 -0
- package/dist-cms/packages/members/member/search/index.js +1 -0
- package/dist-cms/packages/members/member/search/manifests.js +2 -1
- package/dist-cms/packages/members/member/search/member-search.server.data-source.d.ts +2 -2
- package/dist-cms/packages/members/member/search/member-search.server.data-source.js +2 -2
- package/dist-cms/packages/members/member/workspace/member-workspace.context.d.ts +9 -0
- package/dist-cms/packages/members/member/workspace/member-workspace.context.js +9 -0
- package/dist-cms/packages/members/member-group/collection/repository/member-group-collection.server.data-source.d.ts +1 -2
- package/dist-cms/packages/members/member-group/collection/repository/member-group-collection.server.data-source.js +1 -2
- package/dist-cms/packages/members/member-group/components/index.d.ts +1 -1
- package/dist-cms/packages/members/member-group/components/index.js +1 -1
- package/dist-cms/packages/members/member-group/components/input-member-group/index.d.ts +2 -0
- package/dist-cms/packages/members/member-group/components/input-member-group/index.js +2 -0
- package/dist-cms/packages/members/member-group/components/input-member-group/input-member-group.context.d.ts +3 -1
- package/dist-cms/packages/members/member-group/components/input-member-group/input-member-group.context.js +3 -1
- package/dist-cms/packages/members/member-group/components/input-member-group/input-member-group.element.d.ts +8 -0
- package/dist-cms/packages/members/member-group/components/input-member-group/input-member-group.element.js +51 -25
- package/dist-cms/packages/members/member-group/index.d.ts +1 -0
- package/dist-cms/packages/members/member-group/index.js +1 -0
- package/dist-cms/packages/members/member-group/property-editor/member-group-picker/manifests.js +1 -0
- package/dist-cms/packages/members/member-group/property-editor/member-group-picker/property-editor-ui-member-group-picker.element.d.ts +7 -0
- package/dist-cms/packages/members/member-group/property-editor/member-group-picker/property-editor-ui-member-group-picker.element.js +12 -1
- package/dist-cms/packages/members/member-group/repository/detail/member-group-detail.repository.d.ts +0 -1
- package/dist-cms/packages/members/member-group/repository/detail/member-group-detail.repository.js +0 -1
- package/dist-cms/packages/members/member-group/repository/detail/member-group-detail.server.data-source.d.ts +2 -2
- package/dist-cms/packages/members/member-group/repository/detail/member-group-detail.server.data-source.js +2 -2
- package/dist-cms/packages/members/member-group/repository/detail/member-group-detail.store.d.ts +1 -2
- package/dist-cms/packages/members/member-group/repository/detail/member-group-detail.store.js +1 -2
- package/dist-cms/packages/members/member-group/repository/item/member-group-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/members/member-group/repository/item/member-group-item.server.data-source.js +1 -2
- package/dist-cms/packages/members/member-group/repository/item/member-group-item.store.d.ts +1 -2
- package/dist-cms/packages/members/member-group/repository/item/member-group-item.store.js +1 -2
- package/dist-cms/packages/members/member-type/components/index.d.ts +1 -1
- package/dist-cms/packages/members/member-type/components/index.js +1 -1
- package/dist-cms/packages/members/member-type/components/input-member-type/index.d.ts +2 -0
- package/dist-cms/packages/members/member-type/components/input-member-type/index.js +2 -0
- package/dist-cms/packages/members/member-type/components/input-member-type/input-member-type.context.d.ts +3 -1
- package/dist-cms/packages/members/member-type/components/input-member-type/input-member-type.context.js +3 -1
- package/dist-cms/packages/members/member-type/components/input-member-type/input-member-type.element.js +2 -2
- package/dist-cms/packages/members/member-type/entity-actions/duplicate/repository/member-type-duplicate.server.data-source.d.ts +1 -2
- package/dist-cms/packages/members/member-type/entity-actions/duplicate/repository/member-type-duplicate.server.data-source.js +1 -2
- package/dist-cms/packages/members/member-type/repository/composition/member-type-composition.server.data-source.d.ts +1 -2
- package/dist-cms/packages/members/member-type/repository/composition/member-type-composition.server.data-source.js +1 -2
- package/dist-cms/packages/members/member-type/repository/detail/member-type-detail.repository.d.ts +1 -2
- package/dist-cms/packages/members/member-type/repository/detail/member-type-detail.repository.js +1 -2
- package/dist-cms/packages/members/member-type/repository/detail/member-type-detail.server.data-source.d.ts +2 -2
- package/dist-cms/packages/members/member-type/repository/detail/member-type-detail.server.data-source.js +8 -6
- package/dist-cms/packages/members/member-type/repository/detail/member-type-detail.store.d.ts +1 -2
- package/dist-cms/packages/members/member-type/repository/detail/member-type-detail.store.js +1 -2
- package/dist-cms/packages/members/member-type/repository/item/member-type-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/members/member-type/repository/item/member-type-item.server.data-source.js +1 -2
- package/dist-cms/packages/members/member-type/repository/item/member-type-item.store.d.ts +1 -2
- package/dist-cms/packages/members/member-type/repository/item/member-type-item.store.js +1 -2
- package/dist-cms/packages/members/member-type/search/member-type-search.server.data-source.d.ts +2 -2
- package/dist-cms/packages/members/member-type/search/member-type-search.server.data-source.js +2 -2
- package/dist-cms/packages/members/member-type/tree/index.js +1 -0
- package/dist-cms/packages/members/member-type/tree/member-type-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/members/member-type/tree/member-type-tree.server.data-source.js +1 -2
- package/dist-cms/packages/members/member-type/tree/member-type-tree.store.d.ts +1 -2
- package/dist-cms/packages/members/member-type/tree/member-type-tree.store.js +1 -2
- package/dist-cms/packages/models-builder/package.json +8 -0
- package/dist-cms/packages/models-builder/vite.config.d.ts +2 -0
- package/dist-cms/packages/models-builder/vite.config.js +9 -0
- package/dist-cms/packages/multi-url-picker/components/input-multi-url/input-multi-url.element.d.ts +8 -0
- package/dist-cms/packages/multi-url-picker/components/input-multi-url/input-multi-url.element.js +55 -16
- package/dist-cms/packages/multi-url-picker/link-picker-modal/link-picker-modal.element.js +0 -5
- package/dist-cms/packages/multi-url-picker/property-editor/manifests.d.ts +1 -0
- package/dist-cms/packages/multi-url-picker/property-editor/manifests.js +1 -0
- package/dist-cms/packages/multi-url-picker/property-editor/property-editor-ui-multi-url-picker.element.d.ts +7 -0
- package/dist-cms/packages/multi-url-picker/property-editor/property-editor-ui-multi-url-picker.element.js +11 -0
- package/dist-cms/packages/packages/package/repository/constants.d.ts +2 -0
- package/dist-cms/packages/packages/package/repository/constants.js +2 -0
- package/dist-cms/packages/packages/package/repository/manifests.d.ts +0 -2
- package/dist-cms/packages/packages/package/repository/manifests.js +1 -2
- package/dist-cms/packages/packages/package/repository/package.repository.d.ts +1 -1
- package/dist-cms/packages/packages/package/repository/package.repository.js +1 -1
- package/dist-cms/packages/packages/package/repository/package.store.d.ts +1 -2
- package/dist-cms/packages/packages/package/repository/package.store.js +1 -2
- package/dist-cms/packages/packages/package/repository/sources/package.server.data.d.ts +1 -1
- package/dist-cms/packages/packages/package/repository/sources/package.server.data.js +1 -1
- package/dist-cms/packages/packages/package-builder/manifests.js +1 -3
- package/dist-cms/packages/packages/package-builder/workspace/workspace-package-builder.element.js +10 -10
- package/dist-cms/packages/packages/package-repo/manifests.js +1 -3
- package/dist-cms/packages/packages/package.json +8 -0
- package/dist-cms/packages/packages/vite.config.d.ts +2 -0
- package/dist-cms/packages/packages/vite.config.js +16 -0
- package/dist-cms/packages/{settings/dashboards/performance-profiling → performance-profiling}/dashboard-performance-profiling.element.d.ts +1 -1
- package/dist-cms/packages/{settings/dashboards/performance-profiling → performance-profiling}/dashboard-performance-profiling.element.js +5 -5
- package/dist-cms/packages/performance-profiling/manifests.d.ts +15 -0
- package/dist-cms/packages/performance-profiling/manifests.js +19 -0
- package/dist-cms/packages/performance-profiling/package.json +8 -0
- package/dist-cms/packages/performance-profiling/umbraco-package.d.ts +7 -0
- package/dist-cms/packages/performance-profiling/umbraco-package.js +9 -0
- package/dist-cms/packages/performance-profiling/vite.config.d.ts +2 -0
- package/dist-cms/packages/performance-profiling/vite.config.js +15 -0
- package/dist-cms/packages/property-editors/checkbox-list/components/input-checkbox-list/input-checkbox-list.element.d.ts +7 -0
- package/dist-cms/packages/property-editors/checkbox-list/components/input-checkbox-list/input-checkbox-list.element.js +15 -1
- package/dist-cms/packages/property-editors/checkbox-list/manifests.js +1 -0
- package/dist-cms/packages/property-editors/checkbox-list/property-editor-ui-checkbox-list.element.d.ts +7 -0
- package/dist-cms/packages/property-editors/checkbox-list/property-editor-ui-checkbox-list.element.js +11 -0
- package/dist-cms/packages/property-editors/content-picker/components/input-content/input-content.element.d.ts +7 -0
- package/dist-cms/packages/property-editors/content-picker/components/input-content/input-content.element.js +13 -0
- package/dist-cms/packages/property-editors/content-picker/dynamic-root/modals/dynamic-root-origin-picker-modal.element.js +2 -2
- package/dist-cms/packages/property-editors/content-picker/dynamic-root/modals/dynamic-root-query-step-picker-modal.element.js +2 -2
- package/dist-cms/packages/property-editors/content-picker/dynamic-root/repository/dynamic-root.repository.d.ts +0 -1
- package/dist-cms/packages/property-editors/content-picker/dynamic-root/repository/dynamic-root.repository.js +0 -1
- package/dist-cms/packages/property-editors/content-picker/dynamic-root/repository/dynamic-root.server.data.d.ts +0 -1
- package/dist-cms/packages/property-editors/content-picker/dynamic-root/repository/dynamic-root.server.data.js +0 -1
- package/dist-cms/packages/property-editors/content-picker/manifests.js +1 -0
- package/dist-cms/packages/property-editors/content-picker/property-editor-ui-content-picker.element.d.ts +7 -0
- package/dist-cms/packages/property-editors/content-picker/property-editor-ui-content-picker.element.js +14 -6
- package/dist-cms/packages/property-editors/date-picker/manifests.js +1 -0
- package/dist-cms/packages/property-editors/date-picker/property-editor-ui-date-picker.element.d.ts +7 -0
- package/dist-cms/packages/property-editors/date-picker/property-editor-ui-date-picker.element.js +12 -1
- package/dist-cms/packages/property-editors/dropdown/manifests.js +2 -1
- package/dist-cms/packages/property-editors/dropdown/property-editor-ui-dropdown.element.d.ts +7 -0
- package/dist-cms/packages/property-editors/dropdown/property-editor-ui-dropdown.element.js +17 -1
- package/dist-cms/packages/property-editors/label/manifests.js +2 -1
- package/dist-cms/packages/property-editors/number/manifests.js +2 -0
- package/dist-cms/packages/property-editors/radio-button-list/manifests.js +1 -0
- package/dist-cms/packages/property-editors/radio-button-list/property-editor-ui-radio-button-list.element.d.ts +7 -0
- package/dist-cms/packages/property-editors/radio-button-list/property-editor-ui-radio-button-list.element.js +12 -1
- package/dist-cms/packages/property-editors/slider/manifests.js +1 -0
- package/dist-cms/packages/property-editors/slider/property-editor-ui-slider.element.d.ts +7 -0
- package/dist-cms/packages/property-editors/slider/property-editor-ui-slider.element.js +12 -1
- package/dist-cms/packages/property-editors/text-box/manifests.js +2 -0
- package/dist-cms/packages/property-editors/text-box/property-editor-ui-text-box.element.d.ts +9 -1
- package/dist-cms/packages/property-editors/text-box/property-editor-ui-text-box.element.js +13 -1
- package/dist-cms/packages/property-editors/textarea/manifests.js +1 -0
- package/dist-cms/packages/property-editors/toggle/manifests.js +1 -0
- package/dist-cms/packages/{settings/dashboards/published-status → publish-cache}/dashboard-published-status.element.d.ts +1 -1
- package/dist-cms/packages/{settings/dashboards/published-status → publish-cache}/dashboard-published-status.element.js +6 -6
- package/dist-cms/packages/publish-cache/manifests.d.ts +15 -0
- package/dist-cms/packages/publish-cache/manifests.js +19 -0
- package/dist-cms/packages/publish-cache/package.json +8 -0
- package/dist-cms/packages/publish-cache/umbraco-package.d.ts +7 -0
- package/dist-cms/packages/publish-cache/umbraco-package.js +9 -0
- package/dist-cms/packages/publish-cache/vite.config.d.ts +2 -0
- package/dist-cms/packages/publish-cache/vite.config.js +15 -0
- package/dist-cms/packages/relations/package.json +8 -0
- package/dist-cms/packages/relations/relation-types/collection/constants.d.ts +1 -0
- package/dist-cms/packages/relations/relation-types/collection/constants.js +1 -0
- package/dist-cms/packages/relations/relation-types/collection/index.d.ts +1 -1
- package/dist-cms/packages/relations/relation-types/collection/index.js +1 -1
- package/dist-cms/packages/relations/relation-types/collection/manifests.d.ts +0 -1
- package/dist-cms/packages/relations/relation-types/collection/manifests.js +1 -1
- package/dist-cms/packages/relations/relation-types/collection/repository/constants.d.ts +1 -0
- package/dist-cms/packages/relations/relation-types/collection/repository/constants.js +1 -0
- package/dist-cms/packages/relations/relation-types/collection/repository/index.d.ts +1 -1
- package/dist-cms/packages/relations/relation-types/collection/repository/index.js +1 -1
- package/dist-cms/packages/relations/relation-types/collection/repository/manifests.d.ts +0 -1
- package/dist-cms/packages/relations/relation-types/collection/repository/manifests.js +1 -1
- package/dist-cms/packages/relations/relation-types/collection/repository/relation-type-collection.server.data-source.d.ts +1 -2
- package/dist-cms/packages/relations/relation-types/collection/repository/relation-type-collection.server.data-source.js +1 -2
- package/dist-cms/packages/relations/relation-types/repository/detail/constants.d.ts +2 -0
- package/dist-cms/packages/relations/relation-types/repository/detail/constants.js +2 -0
- package/dist-cms/packages/relations/relation-types/repository/detail/index.d.ts +1 -1
- package/dist-cms/packages/relations/relation-types/repository/detail/index.js +1 -1
- package/dist-cms/packages/relations/relation-types/repository/detail/manifests.d.ts +0 -2
- package/dist-cms/packages/relations/relation-types/repository/detail/manifests.js +1 -2
- package/dist-cms/packages/relations/relation-types/repository/detail/relation-type-detail.server.data-source.d.ts +1 -2
- package/dist-cms/packages/relations/relation-types/repository/detail/relation-type-detail.server.data-source.js +1 -2
- package/dist-cms/packages/relations/relation-types/repository/detail/relation-type-detail.store.d.ts +1 -2
- package/dist-cms/packages/relations/relation-types/repository/detail/relation-type-detail.store.js +1 -2
- package/dist-cms/packages/relations/relations/collection/repository/relation-collection.server.data-source.d.ts +1 -2
- package/dist-cms/packages/relations/relations/collection/repository/relation-collection.server.data-source.js +1 -2
- package/dist-cms/packages/relations/vite.config.d.ts +2 -0
- package/dist-cms/packages/relations/vite.config.js +17 -0
- package/dist-cms/packages/search/examine-management-dashboard/views/section-view-examine-searchers.js +4 -2
- package/dist-cms/packages/search/package.json +8 -0
- package/dist-cms/packages/search/types.d.ts +2 -2
- package/dist-cms/packages/search/vite.config.d.ts +2 -0
- package/dist-cms/packages/search/vite.config.js +9 -0
- package/dist-cms/packages/settings/advanced/constants.d.ts +1 -0
- package/dist-cms/packages/settings/advanced/constants.js +1 -0
- package/dist-cms/packages/settings/advanced/index.d.ts +1 -0
- package/dist-cms/packages/settings/advanced/index.js +1 -0
- package/dist-cms/packages/settings/advanced/manifests.d.ts +23 -0
- package/dist-cms/packages/settings/advanced/manifests.js +26 -0
- package/dist-cms/packages/settings/index.d.ts +1 -1
- package/dist-cms/packages/settings/index.js +1 -1
- package/dist-cms/packages/settings/manifests.d.ts +2 -2
- package/dist-cms/packages/settings/manifests.js +10 -2
- package/dist-cms/packages/settings/section/constants.d.ts +1 -0
- package/dist-cms/packages/settings/section/constants.js +1 -0
- package/dist-cms/packages/settings/section/index.d.ts +2 -0
- package/dist-cms/packages/settings/section/index.js +2 -0
- package/dist-cms/packages/settings/section/manifests.d.ts +2 -0
- package/dist-cms/packages/settings/section/manifests.js +19 -0
- package/dist-cms/packages/settings/{paths.js → section/paths.js} +1 -1
- package/dist-cms/packages/settings/structure/constants.d.ts +1 -0
- package/dist-cms/packages/settings/structure/constants.js +1 -0
- package/dist-cms/packages/settings/structure/index.d.ts +1 -0
- package/dist-cms/packages/settings/structure/index.js +1 -0
- package/dist-cms/packages/settings/structure/manifests.d.ts +2 -0
- package/dist-cms/packages/settings/structure/manifests.js +26 -0
- package/dist-cms/packages/settings/welcome/manifests.d.ts +2 -0
- package/dist-cms/packages/{core/settings/welcome-dashboard → settings/welcome}/manifests.js +2 -1
- package/dist-cms/packages/{core/settings/welcome-dashboard → settings/welcome}/settings-welcome-dashboard.element.d.ts +1 -1
- package/dist-cms/packages/{core/settings/welcome-dashboard → settings/welcome}/settings-welcome-dashboard.element.js +3 -3
- package/dist-cms/packages/static-file/components/input-static-file/input-static-file.context.d.ts +3 -1
- package/dist-cms/packages/static-file/components/input-static-file/input-static-file.context.js +3 -1
- package/dist-cms/packages/static-file/components/input-static-file/input-static-file.element.js +2 -2
- package/dist-cms/packages/static-file/modals/static-file-picker-modal.token.js +1 -1
- package/dist-cms/packages/static-file/package.json +8 -0
- package/dist-cms/packages/static-file/repository/item/static-file-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/static-file/repository/item/static-file-item.server.data-source.js +1 -2
- package/dist-cms/packages/static-file/repository/item/static-file-item.store.d.ts +1 -2
- package/dist-cms/packages/static-file/repository/item/static-file-item.store.js +1 -2
- package/dist-cms/packages/static-file/tree/constants.d.ts +4 -0
- package/dist-cms/packages/static-file/tree/constants.js +4 -0
- package/dist-cms/packages/static-file/tree/index.d.ts +1 -1
- package/dist-cms/packages/static-file/tree/index.js +1 -1
- package/dist-cms/packages/static-file/tree/manifests.d.ts +0 -4
- package/dist-cms/packages/static-file/tree/manifests.js +1 -4
- package/dist-cms/packages/static-file/tree/static-file-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/static-file/tree/static-file-tree.server.data-source.js +1 -2
- package/dist-cms/packages/static-file/tree/static-file-tree.store.d.ts +1 -2
- package/dist-cms/packages/static-file/tree/static-file-tree.store.js +1 -2
- package/dist-cms/packages/static-file/vite.config.d.ts +2 -0
- package/dist-cms/packages/static-file/vite.config.js +9 -0
- package/dist-cms/packages/sysinfo/components/new-version.element.d.ts +14 -0
- package/dist-cms/packages/sysinfo/components/new-version.element.js +66 -0
- package/dist-cms/packages/sysinfo/components/sysinfo.element.d.ts +16 -0
- package/dist-cms/packages/sysinfo/components/sysinfo.element.js +129 -0
- package/dist-cms/packages/sysinfo/index.d.ts +3 -0
- package/dist-cms/packages/sysinfo/index.js +2 -0
- package/dist-cms/packages/sysinfo/manifests.d.ts +2 -0
- package/dist-cms/packages/sysinfo/manifests.js +15 -0
- package/dist-cms/packages/sysinfo/modals/index.d.ts +2 -0
- package/dist-cms/packages/sysinfo/modals/index.js +2 -0
- package/dist-cms/packages/sysinfo/modals/new-version-modal.token.d.ts +4 -0
- package/dist-cms/packages/sysinfo/modals/new-version-modal.token.js +7 -0
- package/dist-cms/packages/sysinfo/modals/sysinfo-modal.token.d.ts +4 -0
- package/dist-cms/packages/sysinfo/modals/sysinfo-modal.token.js +7 -0
- package/dist-cms/packages/sysinfo/package.json +8 -0
- package/dist-cms/packages/sysinfo/repository/index.d.ts +1 -0
- package/dist-cms/packages/sysinfo/repository/index.js +1 -0
- package/dist-cms/packages/sysinfo/repository/sysinfo.repository.d.ts +11 -0
- package/dist-cms/packages/sysinfo/repository/sysinfo.repository.js +84 -0
- package/dist-cms/packages/sysinfo/types.d.ts +5 -0
- package/dist-cms/packages/sysinfo/types.js +1 -0
- package/dist-cms/packages/sysinfo/umbraco-package.d.ts +8 -0
- package/dist-cms/packages/sysinfo/umbraco-package.js +10 -0
- package/dist-cms/packages/sysinfo/vite.config.d.ts +2 -0
- package/dist-cms/packages/sysinfo/vite.config.js +9 -0
- package/dist-cms/packages/tags/components/tags-input/tags-input.element.js +6 -1
- package/dist-cms/packages/tags/property-editors/tags/manifests.js +1 -0
- package/dist-cms/packages/tags/repository/sources/tag.server.data.d.ts +7 -2
- package/dist-cms/packages/tags/repository/sources/tag.server.data.js +7 -2
- package/dist-cms/packages/tags/repository/tag.store.d.ts +1 -2
- package/dist-cms/packages/tags/repository/tag.store.js +1 -2
- package/dist-cms/packages/{settings/dashboards/telemetry → telemetry}/dashboard-telemetry.element.d.ts +1 -1
- package/dist-cms/packages/{settings/dashboards/telemetry → telemetry}/dashboard-telemetry.element.js +5 -5
- package/dist-cms/packages/telemetry/manifests.d.ts +15 -0
- package/dist-cms/packages/telemetry/manifests.js +19 -0
- package/dist-cms/packages/telemetry/package.json +8 -0
- package/dist-cms/packages/telemetry/umbraco-package.d.ts +7 -0
- package/dist-cms/packages/telemetry/umbraco-package.js +9 -0
- package/dist-cms/packages/telemetry/vite.config.d.ts +2 -0
- package/dist-cms/packages/telemetry/vite.config.js +15 -0
- package/dist-cms/packages/templating/partial-views/global-components/input-partial-view/input-partial-view.context.d.ts +3 -1
- package/dist-cms/packages/templating/partial-views/global-components/input-partial-view/input-partial-view.context.js +3 -1
- package/dist-cms/packages/templating/partial-views/repository/item/partial-view-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/templating/partial-views/repository/item/partial-view-item.server.data-source.js +1 -2
- package/dist-cms/packages/templating/partial-views/repository/item/partial-view-item.store.d.ts +1 -2
- package/dist-cms/packages/templating/partial-views/repository/item/partial-view-item.store.js +1 -2
- package/dist-cms/packages/templating/partial-views/repository/partial-view-detail.store.d.ts +0 -1
- package/dist-cms/packages/templating/partial-views/repository/partial-view-detail.store.js +0 -1
- package/dist-cms/packages/templating/partial-views/tree/folder/partial-view-folder.server.data-source.d.ts +1 -2
- package/dist-cms/packages/templating/partial-views/tree/folder/partial-view-folder.server.data-source.js +1 -2
- package/dist-cms/packages/templating/partial-views/tree/index.js +1 -0
- package/dist-cms/packages/templating/partial-views/tree/partial-view-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/templating/partial-views/tree/partial-view-tree.server.data-source.js +1 -2
- package/dist-cms/packages/templating/partial-views/tree/partial-view-tree.store.d.ts +1 -2
- package/dist-cms/packages/templating/partial-views/tree/partial-view-tree.store.js +1 -2
- package/dist-cms/packages/templating/scripts/global-components/input-script/input-script.context.d.ts +3 -1
- package/dist-cms/packages/templating/scripts/global-components/input-script/input-script.context.js +3 -1
- package/dist-cms/packages/templating/scripts/repository/item/script-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/templating/scripts/repository/item/script-item.server.data-source.js +1 -2
- package/dist-cms/packages/templating/scripts/repository/item/script-item.store.d.ts +1 -2
- package/dist-cms/packages/templating/scripts/repository/item/script-item.store.js +1 -2
- package/dist-cms/packages/templating/scripts/repository/script-detail.store.d.ts +0 -1
- package/dist-cms/packages/templating/scripts/repository/script-detail.store.js +0 -1
- package/dist-cms/packages/templating/scripts/tree/folder/script-folder.server.data-source.d.ts +1 -2
- package/dist-cms/packages/templating/scripts/tree/folder/script-folder.server.data-source.js +1 -2
- package/dist-cms/packages/templating/scripts/tree/index.js +1 -0
- package/dist-cms/packages/templating/scripts/tree/script-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/templating/scripts/tree/script-tree.server.data-source.js +1 -2
- package/dist-cms/packages/templating/scripts/tree/script-tree.store.d.ts +1 -2
- package/dist-cms/packages/templating/scripts/tree/script-tree.store.js +1 -2
- package/dist-cms/packages/templating/stylesheets/global-components/stylesheet-input/stylesheet-input.context.d.ts +3 -1
- package/dist-cms/packages/templating/stylesheets/global-components/stylesheet-input/stylesheet-input.context.js +3 -1
- package/dist-cms/packages/templating/stylesheets/global-components/stylesheet-input/stylesheet-input.element.js +2 -2
- package/dist-cms/packages/templating/stylesheets/repository/index.js +1 -0
- package/dist-cms/packages/templating/stylesheets/repository/item/stylesheet-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/templating/stylesheets/repository/item/stylesheet-item.server.data-source.js +1 -2
- package/dist-cms/packages/templating/stylesheets/repository/item/stylesheet-item.store.d.ts +1 -2
- package/dist-cms/packages/templating/stylesheets/repository/item/stylesheet-item.store.js +1 -2
- package/dist-cms/packages/templating/stylesheets/repository/stylesheet-detail.store.d.ts +0 -1
- package/dist-cms/packages/templating/stylesheets/repository/stylesheet-detail.store.js +0 -1
- package/dist-cms/packages/templating/stylesheets/tree/folder/stylesheet-folder.server.data-source.d.ts +1 -2
- package/dist-cms/packages/templating/stylesheets/tree/folder/stylesheet-folder.server.data-source.js +1 -2
- package/dist-cms/packages/templating/stylesheets/tree/index.js +1 -0
- package/dist-cms/packages/templating/stylesheets/tree/stylesheet-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/templating/stylesheets/tree/stylesheet-tree.server.data-source.js +1 -2
- package/dist-cms/packages/templating/stylesheets/tree/stylesheet-tree.store.d.ts +1 -2
- package/dist-cms/packages/templating/stylesheets/tree/stylesheet-tree.store.js +1 -2
- package/dist-cms/packages/templating/templates/global-components/input-template/input-template.context.d.ts +3 -1
- package/dist-cms/packages/templating/templates/global-components/input-template/input-template.context.js +3 -1
- package/dist-cms/packages/templating/templates/repository/detail/template-detail.server.data-source.d.ts +2 -2
- package/dist-cms/packages/templating/templates/repository/detail/template-detail.server.data-source.js +2 -2
- package/dist-cms/packages/templating/templates/repository/detail/template-detail.store.d.ts +1 -2
- package/dist-cms/packages/templating/templates/repository/detail/template-detail.store.js +1 -2
- package/dist-cms/packages/templating/templates/repository/item/template-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/templating/templates/repository/item/template-item.server.data-source.js +1 -2
- package/dist-cms/packages/templating/templates/repository/item/template-item.store.d.ts +1 -2
- package/dist-cms/packages/templating/templates/repository/item/template-item.store.js +1 -2
- package/dist-cms/packages/templating/templates/repository/query/template-query.server.data-source.d.ts +1 -2
- package/dist-cms/packages/templating/templates/repository/query/template-query.server.data-source.js +1 -2
- package/dist-cms/packages/templating/templates/search/template-search.server.data-source.d.ts +2 -2
- package/dist-cms/packages/templating/templates/search/template-search.server.data-source.js +2 -2
- package/dist-cms/packages/templating/templates/tree/index.js +1 -0
- package/dist-cms/packages/templating/templates/tree/template-tree.server.data-source.d.ts +1 -2
- package/dist-cms/packages/templating/templates/tree/template-tree.server.data-source.js +1 -2
- package/dist-cms/packages/templating/templates/tree/template-tree.store.d.ts +1 -2
- package/dist-cms/packages/templating/templates/tree/template-tree.store.js +1 -2
- package/dist-cms/packages/tiny-mce/components/input-tiny-mce/input-tiny-mce.element.d.ts +8 -0
- package/dist-cms/packages/tiny-mce/components/input-tiny-mce/input-tiny-mce.element.js +20 -0
- package/dist-cms/packages/tiny-mce/property-editors/tiny-mce/Umbraco.RichText.js +9 -6
- package/dist-cms/packages/tiny-mce/property-editors/tiny-mce/manifests.js +9 -1
- package/dist-cms/packages/tiny-mce/property-editors/tiny-mce/property-editor-ui-tiny-mce.element.d.ts +8 -1
- package/dist-cms/packages/tiny-mce/property-editors/tiny-mce/property-editor-ui-tiny-mce.element.js +22 -2
- package/dist-cms/packages/ufm/components/content-name/content-name.component.d.ts +7 -0
- package/dist-cms/packages/ufm/components/content-name/content-name.component.js +11 -0
- package/dist-cms/packages/ufm/components/content-name/content-name.element.d.ts +13 -0
- package/dist-cms/packages/ufm/components/content-name/content-name.element.js +64 -0
- package/dist-cms/packages/ufm/components/index.d.ts +3 -0
- package/dist-cms/packages/ufm/components/index.js +3 -0
- package/dist-cms/packages/ufm/{ufm-components → components/label-value}/label-value.component.d.ts +2 -2
- package/dist-cms/packages/ufm/{ufm-components → components/label-value}/label-value.component.js +3 -2
- package/dist-cms/packages/ufm/{ufm-components → components/label-value}/label-value.element.d.ts +2 -4
- package/dist-cms/packages/ufm/{ufm-components → components/label-value}/label-value.element.js +6 -12
- package/dist-cms/packages/ufm/{ufm-components → components/localize}/localize.component.d.ts +3 -2
- package/dist-cms/packages/ufm/components/localize/localize.component.js +11 -0
- package/dist-cms/packages/ufm/components/localize/localize.element.d.ts +13 -0
- package/dist-cms/packages/ufm/components/localize/localize.element.js +29 -0
- package/dist-cms/packages/ufm/components/manifests.d.ts +2 -0
- package/dist-cms/packages/ufm/components/manifests.js +23 -0
- package/dist-cms/packages/ufm/{ufm-components → components}/ufm-component-base.d.ts +1 -0
- package/dist-cms/packages/ufm/components/ufm-component-base.js +16 -0
- package/dist-cms/packages/ufm/components/ufm-element-base.d.ts +10 -0
- package/dist-cms/packages/ufm/components/ufm-element-base.js +54 -0
- package/dist-cms/packages/ufm/components/ufm-render/ufm-render.element.d.ts +0 -2
- package/dist-cms/packages/ufm/components/ufm-render/ufm-render.element.js +6 -46
- package/dist-cms/packages/ufm/contexts/index.d.ts +1 -0
- package/dist-cms/packages/ufm/contexts/index.js +1 -0
- package/dist-cms/packages/ufm/contexts/manifest.d.ts +2 -0
- package/dist-cms/packages/ufm/contexts/manifest.js +6 -0
- package/dist-cms/packages/ufm/contexts/ufm.context.d.ts +18 -0
- package/dist-cms/packages/ufm/contexts/ufm.context.js +74 -0
- package/dist-cms/packages/ufm/filters/fallback.filter.d.ts +5 -0
- package/dist-cms/packages/ufm/filters/fallback.filter.js +7 -0
- package/dist-cms/packages/ufm/filters/lowercase.filter.d.ts +5 -0
- package/dist-cms/packages/ufm/filters/lowercase.filter.js +7 -0
- package/dist-cms/packages/ufm/filters/manifests.d.ts +2 -0
- package/dist-cms/packages/ufm/filters/manifests.js +51 -0
- package/dist-cms/packages/ufm/filters/strip-html.filter.d.ts +7 -0
- package/dist-cms/packages/ufm/filters/strip-html.filter.js +12 -0
- package/dist-cms/packages/ufm/filters/title-case.filter.d.ts +5 -0
- package/dist-cms/packages/ufm/filters/title-case.filter.js +7 -0
- package/dist-cms/packages/ufm/filters/truncate.filter.d.ts +5 -0
- package/dist-cms/packages/ufm/filters/truncate.filter.js +14 -0
- package/dist-cms/packages/ufm/filters/uppercase.filter.d.ts +5 -0
- package/dist-cms/packages/ufm/filters/uppercase.filter.js +7 -0
- package/dist-cms/packages/ufm/filters/word-limit.filter.d.ts +5 -0
- package/dist-cms/packages/ufm/filters/word-limit.filter.js +8 -0
- package/dist-cms/packages/ufm/index.d.ts +4 -2
- package/dist-cms/packages/ufm/index.js +4 -2
- package/dist-cms/packages/ufm/manifests.d.ts +2 -2
- package/dist-cms/packages/ufm/manifests.js +4 -16
- package/dist-cms/packages/ufm/package.json +8 -0
- package/dist-cms/packages/ufm/plugins/index.d.ts +2 -0
- package/dist-cms/packages/ufm/plugins/index.js +1 -0
- package/dist-cms/packages/ufm/plugins/marked-ufm.plugin.d.ts +2 -1
- package/dist-cms/packages/ufm/plugins/marked-ufm.plugin.js +2 -1
- package/dist-cms/packages/ufm/types.d.ts +5 -0
- package/dist-cms/packages/ufm/types.js +3 -0
- package/dist-cms/packages/ufm/vite.config.d.ts +2 -0
- package/dist-cms/packages/ufm/vite.config.js +9 -0
- package/dist-cms/packages/user/{modals/change-password → change-password}/change-password-modal.element.d.ts +3 -3
- package/dist-cms/packages/user/{modals/change-password → change-password}/change-password-modal.element.js +5 -5
- package/dist-cms/packages/user/change-password/change-user-password.action.d.ts +8 -0
- package/dist-cms/packages/user/change-password/change-user-password.action.js +33 -0
- package/dist-cms/packages/user/change-password/manifests.d.ts +2 -0
- package/dist-cms/packages/user/change-password/manifests.js +22 -0
- package/dist-cms/packages/user/current-user/current-user.context.d.ts +15 -3
- package/dist-cms/packages/user/current-user/current-user.context.js +16 -4
- package/dist-cms/packages/user/current-user/index.d.ts +1 -0
- package/dist-cms/packages/user/current-user/index.js +1 -0
- package/dist-cms/packages/user/current-user/profile/change-password-current-user.action.js +5 -1
- package/dist-cms/packages/user/current-user/repository/current-user.repository.d.ts +14 -1
- package/dist-cms/packages/user/current-user/repository/current-user.repository.js +24 -1
- package/dist-cms/packages/user/current-user/repository/current-user.server.data-source.d.ts +10 -2
- package/dist-cms/packages/user/current-user/repository/current-user.server.data-source.js +17 -2
- package/dist-cms/packages/user/manifests.js +2 -2
- package/dist-cms/packages/user/user/collection/repository/user-collection.server.data-source.d.ts +1 -2
- package/dist-cms/packages/user/user/collection/repository/user-collection.server.data-source.js +1 -2
- package/dist-cms/packages/user/user/collection/views/grid/user-grid-collection-view.element.d.ts +2 -1
- package/dist-cms/packages/user/user/collection/views/grid/user-grid-collection-view.element.js +1 -1
- package/dist-cms/packages/user/user/components/index.d.ts +1 -1
- package/dist-cms/packages/user/user/components/index.js +1 -1
- package/dist-cms/packages/user/user/components/user-input/index.d.ts +2 -0
- package/dist-cms/packages/user/user/components/user-input/index.js +2 -0
- package/dist-cms/packages/user/user/components/user-input/user-input.context.d.ts +3 -1
- package/dist-cms/packages/user/user/components/user-input/user-input.context.js +3 -1
- package/dist-cms/packages/user/user/components/user-input/user-input.element.js +2 -2
- package/dist-cms/packages/user/user/entity-actions/manifests.js +0 -13
- package/dist-cms/packages/user/user/invite/repository/invite-user-server.data-source.d.ts +0 -1
- package/dist-cms/packages/user/user/invite/repository/invite-user-server.data-source.js +0 -1
- package/dist-cms/packages/user/user/repository/change-password/change-user-password.server.data-source.d.ts +1 -2
- package/dist-cms/packages/user/user/repository/change-password/change-user-password.server.data-source.js +2 -3
- package/dist-cms/packages/user/user/repository/detail/user-detail.server.data-source.d.ts +2 -2
- package/dist-cms/packages/user/user/repository/detail/user-detail.server.data-source.js +2 -2
- package/dist-cms/packages/user/user/repository/detail/user-detail.store.d.ts +1 -2
- package/dist-cms/packages/user/user/repository/detail/user-detail.store.js +1 -2
- package/dist-cms/packages/user/user/repository/disable/disable-user.server.data-source.d.ts +1 -2
- package/dist-cms/packages/user/user/repository/disable/disable-user.server.data-source.js +1 -2
- package/dist-cms/packages/user/user/repository/enable/enable-user.server.data-source.d.ts +1 -2
- package/dist-cms/packages/user/user/repository/enable/enable-user.server.data-source.js +1 -2
- package/dist-cms/packages/user/user/repository/item/user-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/user/user/repository/item/user-item.server.data-source.js +1 -2
- package/dist-cms/packages/user/user/repository/item/user-item.store.d.ts +1 -2
- package/dist-cms/packages/user/user/repository/item/user-item.store.js +1 -2
- package/dist-cms/packages/user/user/repository/new-password/new-user-password.repository.d.ts +1 -2
- package/dist-cms/packages/user/user/repository/new-password/new-user-password.repository.js +1 -2
- package/dist-cms/packages/user/user/repository/new-password/new-user-password.server.data-source.d.ts +1 -2
- package/dist-cms/packages/user/user/repository/new-password/new-user-password.server.data-source.js +1 -2
- package/dist-cms/packages/user/user/repository/sources/user-mfa.server.data-source.d.ts +1 -2
- package/dist-cms/packages/user/user/repository/sources/user-mfa.server.data-source.js +1 -2
- package/dist-cms/packages/user/user/repository/sources/user-set-group.server.data-source.d.ts +1 -2
- package/dist-cms/packages/user/user/repository/sources/user-set-group.server.data-source.js +1 -2
- package/dist-cms/packages/user/user/repository/unlock/unlock-user.server.data-source.d.ts +1 -2
- package/dist-cms/packages/user/user/repository/unlock/unlock-user.server.data-source.js +1 -2
- package/dist-cms/packages/user/user-group/collection/repository/user-group-collection.server.data-source.d.ts +1 -2
- package/dist-cms/packages/user/user-group/collection/repository/user-group-collection.server.data-source.js +1 -2
- package/dist-cms/packages/user/user-group/components/index.d.ts +2 -2
- package/dist-cms/packages/user/user-group/components/index.js +2 -2
- package/dist-cms/packages/user/user-group/components/input-user-group/index.d.ts +2 -0
- package/dist-cms/packages/user/user-group/components/input-user-group/index.js +2 -0
- package/dist-cms/packages/user/user-group/components/input-user-group/user-group-input.context.d.ts +3 -1
- package/dist-cms/packages/user/user-group/components/input-user-group/user-group-input.context.js +3 -1
- package/dist-cms/packages/user/user-group/components/input-user-group/user-group-input.element.js +2 -2
- package/dist-cms/packages/user/user-group/components/user-group-ref/index.d.ts +1 -0
- package/dist-cms/packages/user/user-group/components/user-group-ref/index.js +1 -0
- package/dist-cms/packages/user/user-group/repository/detail/user-group-detail.server.data-source.d.ts +2 -2
- package/dist-cms/packages/user/user-group/repository/detail/user-group-detail.server.data-source.js +2 -2
- package/dist-cms/packages/user/user-group/repository/detail/user-group-detail.store.d.ts +1 -2
- package/dist-cms/packages/user/user-group/repository/detail/user-group-detail.store.js +1 -2
- package/dist-cms/packages/user/user-group/repository/item/user-group-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/user/user-group/repository/item/user-group-item.server.data-source.js +1 -2
- package/dist-cms/packages/user/user-group/repository/item/user-group-item.store.d.ts +1 -2
- package/dist-cms/packages/user/user-group/repository/item/user-group-item.store.js +1 -2
- package/dist-cms/packages/user/user-permission/components/input-entity-user-permission/input-entity-user-permission.element.js +6 -1
- package/dist-cms/packages/webhook/collection/repository/webhook-collection.server.data-source.d.ts +2 -2
- package/dist-cms/packages/webhook/collection/repository/webhook-collection.server.data-source.js +2 -2
- package/dist-cms/packages/webhook/repository/detail/webhook-detail.server.data-source.d.ts +2 -2
- package/dist-cms/packages/webhook/repository/detail/webhook-detail.server.data-source.js +2 -2
- package/dist-cms/packages/webhook/repository/detail/webhook-detail.store.d.ts +1 -2
- package/dist-cms/packages/webhook/repository/detail/webhook-detail.store.js +1 -2
- package/dist-cms/packages/webhook/repository/event/webhook-event.server.data-source.d.ts +1 -2
- package/dist-cms/packages/webhook/repository/event/webhook-event.server.data-source.js +1 -2
- package/dist-cms/packages/webhook/repository/event/webhook-event.store.d.ts +1 -2
- package/dist-cms/packages/webhook/repository/event/webhook-event.store.js +1 -2
- package/dist-cms/packages/webhook/repository/item/webhook-item.server.data-source.d.ts +1 -2
- package/dist-cms/packages/webhook/repository/item/webhook-item.server.data-source.js +1 -2
- package/dist-cms/packages/webhook/repository/item/webhook-item.store.d.ts +2 -3
- package/dist-cms/packages/webhook/repository/item/webhook-item.store.js +2 -3
- package/dist-cms/tsconfig.build.tsbuildinfo +1 -1
- package/dist-cms/umbraco-package-schema.json +259 -12
- package/dist-cms/umbraco-package.json +1 -1
- package/dist-cms/vscode-html-custom-data.json +457 -134
- package/examples/block-custom-view/block-custom-view.ts +12 -1
- package/examples/block-custom-view/index.ts +1 -1
- package/examples/dashboard-with-property-dataset/README.md +5 -0
- package/examples/dashboard-with-property-dataset/dataset-dashboard.ts +1 -1
- package/examples/entity-content-type-condition/index.ts +22 -0
- package/examples/entity-content-type-condition/workspace-view.element.ts +19 -0
- package/examples/icons/README.md +7 -0
- package/examples/icons/files/icon-heart.ts +14 -0
- package/examples/icons/files/icon-wand.ts +19 -0
- package/examples/icons/icons-dashboard.ts +36 -0
- package/examples/icons/icons-dictionary.ts +10 -0
- package/examples/icons/index.ts +21 -0
- package/examples/sorter-with-nested-containers/sorter-group.ts +1 -1
- package/examples/sorter-with-nested-containers/sorter-item.ts +1 -2
- package/examples/sorter-with-two-containers/sorter-group.ts +2 -2
- package/examples/sorter-with-two-containers/sorter-item.ts +1 -2
- package/examples/ufm-custom-component/README.md +5 -0
- package/examples/ufm-custom-component/custom-ufm-component.ts +26 -0
- package/examples/ufm-custom-component/index.ts +13 -0
- package/examples/workspace-context-counter/counter-workspace-context.ts +1 -1
- package/package.json +9 -23
- package/dist-cms/packages/core/settings/manifests.d.ts +0 -3
- package/dist-cms/packages/core/settings/manifests.js +0 -65
- package/dist-cms/packages/core/validation/context/server-model-validation.context-token.d.ts +0 -3
- package/dist-cms/packages/core/validation/context/server-model-validation.context-token.js +0 -2
- package/dist-cms/packages/core/validation/context/server-model-validation.context.js +0 -112
- package/dist-cms/packages/core/validation/translators/validation-message-translator.interface.d.ts +0 -3
- package/dist-cms/packages/core/validation/translators/variant-values-validation-message-translator.controller.d.ts +0 -10
- package/dist-cms/packages/core/validation/translators/variant-values-validation-message-translator.controller.js +0 -37
- package/dist-cms/packages/documents/documents/modals/rollback/repository/rollback.repository.d.ts +0 -12
- package/dist-cms/packages/media/media/components/input-upload-field/input-upload-field-audio.element.d.ts +0 -11
- package/dist-cms/packages/media/media/components/input-upload-field/input-upload-field-image.element.d.ts +0 -11
- package/dist-cms/packages/media/media/components/input-upload-field/input-upload-field-svg.element.d.ts +0 -11
- package/dist-cms/packages/media/media/components/input-upload-field/input-upload-field-video.element.d.ts +0 -11
- package/dist-cms/packages/object-type/object-type.repository.d.ts +0 -11
- package/dist-cms/packages/relations/index.d.ts +0 -3
- package/dist-cms/packages/relations/index.js +0 -3
- package/dist-cms/packages/settings/dashboards/manifests.d.ts +0 -2
- package/dist-cms/packages/settings/dashboards/manifests.js +0 -55
- package/dist-cms/packages/ufm/ufm-components/document-name.component.d.ts +0 -0
- package/dist-cms/packages/ufm/ufm-components/document-name.component.js +0 -10
- package/dist-cms/packages/ufm/ufm-components/document-name.element.d.ts +0 -0
- package/dist-cms/packages/ufm/ufm-components/document-name.element.js +0 -42
- package/dist-cms/packages/ufm/ufm-components/localize.component.js +0 -9
- package/dist-cms/packages/ufm/ufm-components/ufm-component-base.js +0 -3
- package/dist-cms/packages/user/modals/manifests.d.ts +0 -2
- package/dist-cms/packages/user/modals/manifests.js +0 -9
- package/dist-cms/packages/user/user/entity-actions/change-password/change-user-password.action.js +0 -24
- /package/dist-cms/packages/core/{validation/translators/validation-message-translator.interface.js → extension-registry/interfaces/file-upload-preview.interface.js} +0 -0
- /package/dist-cms/packages/{object-type → core/object-type}/index.d.ts +0 -0
- /package/dist-cms/packages/{object-type → core/object-type}/index.js +0 -0
- /package/dist-cms/packages/core/{settings/welcome-dashboard → property/conditions}/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/tree/{tree-picker → tree-picker-modal}/constants.d.ts +0 -0
- /package/dist-cms/packages/core/tree/{tree-picker → tree-picker-modal}/constants.js +0 -0
- /package/dist-cms/packages/core/tree/{tree-picker → tree-picker-modal}/index.d.ts +0 -0
- /package/dist-cms/packages/core/tree/{tree-picker → tree-picker-modal}/index.js +0 -0
- /package/dist-cms/packages/core/tree/{tree-picker → tree-picker-modal}/manifests.d.ts +0 -0
- /package/dist-cms/packages/core/tree/{tree-picker → tree-picker-modal}/manifests.js +0 -0
- /package/dist-cms/packages/core/tree/{tree-picker → tree-picker-modal}/tree-picker-modal.token.d.ts +0 -0
- /package/dist-cms/packages/core/tree/{tree-picker → tree-picker-modal}/tree-picker-modal.token.js +0 -0
- /package/dist-cms/packages/documents/documents/{modals/rollback → rollback/modal}/index.d.ts +0 -0
- /package/dist-cms/packages/documents/documents/{modals/rollback → rollback/modal}/index.js +0 -0
- /package/dist-cms/packages/documents/documents/{modals/rollback → rollback/modal}/rollback-modal.token.d.ts +0 -0
- /package/dist-cms/packages/documents/documents/{modals/rollback → rollback}/repository/index.d.ts +0 -0
- /package/dist-cms/packages/documents/documents/{modals/rollback → rollback}/repository/index.js +0 -0
- /package/dist-cms/packages/documents/documents/{modals/rollback → rollback}/repository/manifests.js +0 -0
- /package/dist-cms/packages/settings/{paths.d.ts → section/paths.d.ts} +0 -0
|
@@ -854,6 +854,7 @@ export default {
|
|
|
854
854
|
skipToMenu: 'Skip to menu',
|
|
855
855
|
skipToContent: 'Skip to content',
|
|
856
856
|
restore: 'Restore',
|
|
857
|
+
newVersionAvailable: 'New version available',
|
|
857
858
|
},
|
|
858
859
|
colors: {
|
|
859
860
|
blue: 'Blue',
|
|
@@ -993,8 +994,8 @@ export default {
|
|
|
993
994
|
relateToOriginal: 'Relate copied items to original',
|
|
994
995
|
},
|
|
995
996
|
notifications: {
|
|
996
|
-
editNotifications: 'Select your notification for
|
|
997
|
-
notificationsSavedFor: 'Notification settings saved for',
|
|
997
|
+
editNotifications: 'Select your notification for %0%',
|
|
998
|
+
notificationsSavedFor: 'Notification settings saved for %0%',
|
|
998
999
|
notifications: 'Notifications',
|
|
999
1000
|
},
|
|
1000
1001
|
packager: {
|
|
@@ -1507,11 +1508,11 @@ export default {
|
|
|
1507
1508
|
andAllMediaItems: 'and all media items using this type',
|
|
1508
1509
|
andAllMembers: 'and all members using this type',
|
|
1509
1510
|
memberCanEdit: 'Member can edit',
|
|
1510
|
-
memberCanEditDescription: 'Allow this property value to be edited by the member on their profile page
|
|
1511
|
+
memberCanEditDescription: 'Allow this property value to be edited by the member on their profile page',
|
|
1511
1512
|
isSensitiveData: 'Is sensitive data',
|
|
1512
|
-
isSensitiveDataDescription: "Hide this property value from content editors that don't have access to view
|
|
1513
|
+
isSensitiveDataDescription: "Hide this property value from content editors that don't have access to view sensitive information",
|
|
1513
1514
|
showOnMemberProfile: 'Show on member profile',
|
|
1514
|
-
showOnMemberProfileDescription: 'Allow this property value to be displayed on the member profile page
|
|
1515
|
+
showOnMemberProfileDescription: 'Allow this property value to be displayed on the member profile page',
|
|
1515
1516
|
tabHasNoSortOrder: 'tab has no sort order',
|
|
1516
1517
|
compositionUsageHeading: 'Where is this composition used?',
|
|
1517
1518
|
compositionUsageSpecification: 'This composition is currently used in the composition of the following\n Content Types:\n ',
|
|
@@ -2108,6 +2109,7 @@ export default {
|
|
|
2108
2109
|
labelForArrayOfItems: 'Collection of %0%',
|
|
2109
2110
|
labelForRemoveAllEntries: 'Remove all items',
|
|
2110
2111
|
labelForClearClipboard: 'Clear clipboard',
|
|
2112
|
+
labelForCopyToClipboard: 'Copy to clipboard',
|
|
2111
2113
|
},
|
|
2112
2114
|
propertyActions: {
|
|
2113
2115
|
tooltipForPropertyActionsMenu: 'Open Property Actions',
|
|
@@ -918,6 +918,7 @@ export default {
|
|
|
918
918
|
skipToMenu: 'Skip to menu',
|
|
919
919
|
skipToContent: 'Skip to content',
|
|
920
920
|
restore: 'Restore',
|
|
921
|
+
newVersionAvailable: 'New version available',
|
|
921
922
|
},
|
|
922
923
|
colors: {
|
|
923
924
|
blue: 'Blue',
|
|
@@ -1084,8 +1085,8 @@ export default {
|
|
|
1084
1085
|
relateToOriginal: 'Relate copied items to original',
|
|
1085
1086
|
},
|
|
1086
1087
|
notifications: {
|
|
1087
|
-
editNotifications: 'Select your notification for
|
|
1088
|
-
notificationsSavedFor: 'Notification settings saved for',
|
|
1088
|
+
editNotifications: 'Select your notification for %0%',
|
|
1089
|
+
notificationsSavedFor: 'Notification settings saved for %0%',
|
|
1089
1090
|
notifications: 'Notifications',
|
|
1090
1091
|
},
|
|
1091
1092
|
packager: {
|
|
@@ -1642,12 +1643,12 @@ export default {
|
|
|
1642
1643
|
andAllMediaItems: 'and all media items using this type',
|
|
1643
1644
|
andAllMembers: 'and all members using this type',
|
|
1644
1645
|
memberCanEdit: 'Member can edit',
|
|
1645
|
-
memberCanEditDescription: 'Allow this property value to be edited by the member on their profile page
|
|
1646
|
+
memberCanEditDescription: 'Allow this property value to be edited by the member on their profile page',
|
|
1646
1647
|
isSensitiveData: 'Is sensitive data',
|
|
1647
1648
|
isSensitiveDataDescription:
|
|
1648
|
-
"Hide this property value from content editors that don't have access to view
|
|
1649
|
+
"Hide this property value from content editors that don't have access to view sensitive information",
|
|
1649
1650
|
showOnMemberProfile: 'Show on member profile',
|
|
1650
|
-
showOnMemberProfileDescription: 'Allow this property value to be displayed on the member profile page
|
|
1651
|
+
showOnMemberProfileDescription: 'Allow this property value to be displayed on the member profile page',
|
|
1651
1652
|
tabHasNoSortOrder: 'tab has no sort order',
|
|
1652
1653
|
compositionUsageHeading: 'Where is this composition used?',
|
|
1653
1654
|
compositionUsageSpecification:
|
|
@@ -2288,6 +2289,7 @@ export default {
|
|
|
2288
2289
|
labelForArrayOfItems: 'Collection of %0%',
|
|
2289
2290
|
labelForRemoveAllEntries: 'Remove all items',
|
|
2290
2291
|
labelForClearClipboard: 'Clear clipboard',
|
|
2292
|
+
labelForCopyToClipboard: 'Copy to clipboard',
|
|
2291
2293
|
},
|
|
2292
2294
|
propertyActions: {
|
|
2293
2295
|
tooltipForPropertyActionsMenu: 'Open Property Actions',
|
|
@@ -872,6 +872,7 @@ export default {
|
|
|
872
872
|
media: 'Media',
|
|
873
873
|
revert: 'Revert',
|
|
874
874
|
validate: 'Validate',
|
|
875
|
+
newVersionAvailable: 'New version available',
|
|
875
876
|
},
|
|
876
877
|
colors: {
|
|
877
878
|
blue: 'Blue',
|
|
@@ -1015,8 +1016,8 @@ export default {
|
|
|
1015
1016
|
relateToOriginal: 'Relate copied items to original',
|
|
1016
1017
|
},
|
|
1017
1018
|
notifications: {
|
|
1018
|
-
editNotifications: 'Select your notification for
|
|
1019
|
-
notificationsSavedFor: 'Notification settings saved for',
|
|
1019
|
+
editNotifications: 'Select your notification for %0%',
|
|
1020
|
+
notificationsSavedFor: 'Notification settings saved for %0%',
|
|
1020
1021
|
notifications: 'Notifications',
|
|
1021
1022
|
},
|
|
1022
1023
|
packager: {
|
|
@@ -1534,11 +1535,11 @@ export default {
|
|
|
1534
1535
|
andAllMediaItems: 'and all media items using this type',
|
|
1535
1536
|
andAllMembers: 'and all members using this type',
|
|
1536
1537
|
memberCanEdit: 'Member can edit',
|
|
1537
|
-
memberCanEditDescription: 'Allow this property value to be edited by the member on their profile page
|
|
1538
|
+
memberCanEditDescription: 'Allow this property value to be edited by the member on their profile page',
|
|
1538
1539
|
isSensitiveData: 'Is sensitive data',
|
|
1539
|
-
isSensitiveDataDescription: "Hide this property value from content editors that don't have access to view
|
|
1540
|
+
isSensitiveDataDescription: "Hide this property value from content editors that don't have access to view sensitive information",
|
|
1540
1541
|
showOnMemberProfile: 'Show on member profile',
|
|
1541
|
-
showOnMemberProfileDescription: 'Allow this property value to be displayed on the member profile page
|
|
1542
|
+
showOnMemberProfileDescription: 'Allow this property value to be displayed on the member profile page',
|
|
1542
1543
|
tabHasNoSortOrder: 'tab has no sort order',
|
|
1543
1544
|
compositionUsageHeading: 'Where is this composition used?',
|
|
1544
1545
|
compositionUsageSpecification: 'This composition is currently used in the composition of the following\n Content Types:\n ',
|
|
@@ -2176,6 +2177,7 @@ export default {
|
|
|
2176
2177
|
labelForArrayOfItems: 'Collection of %0%',
|
|
2177
2178
|
labelForRemoveAllEntries: 'Remove all items',
|
|
2178
2179
|
labelForClearClipboard: 'Clear clipboard',
|
|
2180
|
+
labelForCopyToClipboard: 'Copy to clipboard',
|
|
2179
2181
|
},
|
|
2180
2182
|
propertyActions: {
|
|
2181
2183
|
tooltipForPropertyActionsMenu: 'Open Property Actions',
|
|
@@ -934,6 +934,7 @@ export default {
|
|
|
934
934
|
media: 'Media',
|
|
935
935
|
revert: 'Revert',
|
|
936
936
|
validate: 'Validate',
|
|
937
|
+
newVersionAvailable: 'New version available',
|
|
937
938
|
},
|
|
938
939
|
colors: {
|
|
939
940
|
blue: 'Blue',
|
|
@@ -1104,8 +1105,8 @@ export default {
|
|
|
1104
1105
|
relateToOriginal: 'Relate copied items to original',
|
|
1105
1106
|
},
|
|
1106
1107
|
notifications: {
|
|
1107
|
-
editNotifications: 'Select your notification for
|
|
1108
|
-
notificationsSavedFor: 'Notification settings saved for',
|
|
1108
|
+
editNotifications: 'Select your notification for %0%',
|
|
1109
|
+
notificationsSavedFor: 'Notification settings saved for %0%',
|
|
1109
1110
|
notifications: 'Notifications',
|
|
1110
1111
|
},
|
|
1111
1112
|
packager: {
|
|
@@ -1667,12 +1668,12 @@ export default {
|
|
|
1667
1668
|
andAllMediaItems: 'and all media items using this type',
|
|
1668
1669
|
andAllMembers: 'and all members using this type',
|
|
1669
1670
|
memberCanEdit: 'Member can edit',
|
|
1670
|
-
memberCanEditDescription: 'Allow this property value to be edited by the member on their profile page
|
|
1671
|
+
memberCanEditDescription: 'Allow this property value to be edited by the member on their profile page',
|
|
1671
1672
|
isSensitiveData: 'Is sensitive data',
|
|
1672
1673
|
isSensitiveDataDescription:
|
|
1673
|
-
"Hide this property value from content editors that don't have access to view
|
|
1674
|
+
"Hide this property value from content editors that don't have access to view sensitive information",
|
|
1674
1675
|
showOnMemberProfile: 'Show on member profile',
|
|
1675
|
-
showOnMemberProfileDescription: 'Allow this property value to be displayed on the member profile page
|
|
1676
|
+
showOnMemberProfileDescription: 'Allow this property value to be displayed on the member profile page',
|
|
1676
1677
|
tabHasNoSortOrder: 'tab has no sort order',
|
|
1677
1678
|
compositionUsageHeading: 'Where is this composition used?',
|
|
1678
1679
|
compositionUsageSpecification:
|
|
@@ -2354,6 +2355,7 @@ export default {
|
|
|
2354
2355
|
labelForArrayOfItems: 'Collection of %0%',
|
|
2355
2356
|
labelForRemoveAllEntries: 'Remove all items',
|
|
2356
2357
|
labelForClearClipboard: 'Clear clipboard',
|
|
2358
|
+
labelForCopyToClipboard: 'Copy to clipboard',
|
|
2357
2359
|
},
|
|
2358
2360
|
propertyActions: {
|
|
2359
2361
|
tooltipForPropertyActionsMenu: 'Open Property Actions',
|
|
@@ -691,9 +691,7 @@ export default {
|
|
|
691
691
|
},
|
|
692
692
|
notifications: {
|
|
693
693
|
editNotifications: 'Edita tu notificación para %0%',
|
|
694
|
-
|
|
695
|
-
mailBodyHtml: '<p>Hola %0%</p> <p>Esto es un e-mail generado automáticamente para informarle que la tarea <strong>\'%1%\'</strong> ha sido realizada sobre la página <a href="http://%4%/#/content/content/edit/%5%"><strong>\'%2%\'</strong></a> por el usuario <strong>\'%3%\'</strong> </p> <div style="margin: 8px 0; padding: 8px; display: block;"> <br /> <a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> EDIT </a> <br /> </div> <p> <h3>Resumen de actualización:</h3> <table style="width: 100%;"> %6% </table> </p> <div style="margin: 8px 0; padding: 8px; display: block;"> <br /> <a style="color: white; font-weight: bold; background-color: #66cc66; text-decoration : none; margin-right: 20px; border: 8px solid #66cc66; width: 150px;" href="http://%4%/actions/publish.aspx?id=%5%"> PUBLISH </a> <a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> EDIT </a> <a style="color: white; font-weight: bold; background-color: #ca4a4a; text-decoration : none; margin-right: 20px; border: 8px solid #ca4a4a; width: 150px;" href="http://%4%/actions/delete.aspx?id=%5%"> DELETE </a> <br /> </div> <p>¡Espero que tenga un buen día!<br /><br /> Saludos del robot Umbraco. </p>',
|
|
696
|
-
mailSubject: '[%0%] Notificación acerca de %1% realizado en %2%',
|
|
694
|
+
notificationsSavedFor: 'Notificaciones guardadas para %0%',
|
|
697
695
|
notifications: 'Notificaciones',
|
|
698
696
|
},
|
|
699
697
|
packager: {
|
|
@@ -743,11 +743,7 @@ export default {
|
|
|
743
743
|
},
|
|
744
744
|
notifications: {
|
|
745
745
|
editNotifications: 'Edita tu notificación para %0%',
|
|
746
|
-
|
|
747
|
-
"Hola %0% Esto es un e-mail automático para informarte que la tarea '%1%' ha sido realizada sobre la página '%2%' por el usuario '%3%' Vaya a http://%4%/#/content/content/edit/%5% para editarla. ¡Espero que tenga un buen día! Saludos del robot de Umbraco",
|
|
748
|
-
mailBodyHtml:
|
|
749
|
-
'<p>Hola %0%</p> <p>Esto es un e-mail generado automáticamente para informarle que la tarea <strong>\'%1%\'</strong> ha sido realizada sobre la página <a href="http://%4%/#/content/content/edit/%5%"><strong>\'%2%\'</strong></a> por el usuario <strong>\'%3%\'</strong> </p> <div style="margin: 8px 0; padding: 8px; display: block;"> <br /> <a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> EDIT </a> <br /> </div> <p> <h3>Resumen de actualización:</h3> <table style="width: 100%;"> %6% </table> </p> <div style="margin: 8px 0; padding: 8px; display: block;"> <br /> <a style="color: white; font-weight: bold; background-color: #66cc66; text-decoration : none; margin-right: 20px; border: 8px solid #66cc66; width: 150px;" href="http://%4%/actions/publish.aspx?id=%5%"> PUBLISH </a> <a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> EDIT </a> <a style="color: white; font-weight: bold; background-color: #ca4a4a; text-decoration : none; margin-right: 20px; border: 8px solid #ca4a4a; width: 150px;" href="http://%4%/actions/delete.aspx?id=%5%"> DELETE </a> <br /> </div> <p>¡Espero que tenga un buen día!<br /><br /> Saludos del robot Umbraco. </p>',
|
|
750
|
-
mailSubject: '[%0%] Notificación acerca de %1% realizado en %2%',
|
|
746
|
+
notificationsSavedFor: 'Notificaciones guardadas para %0%',
|
|
751
747
|
notifications: 'Notificaciones',
|
|
752
748
|
},
|
|
753
749
|
packager: {
|
|
@@ -883,12 +883,7 @@ export default {
|
|
|
883
883
|
},
|
|
884
884
|
notifications: {
|
|
885
885
|
editNotifications: 'Editez vos notifications pour %0%',
|
|
886
|
-
notificationsSavedFor: 'Paramètres de notification enregistrés pour',
|
|
887
|
-
mailBody: "\n Hello %0%\n\n Ceci est un email automatique pour vous informer que la tâche '%1%'\n a été executée sur la page '%2%'\n par l'utilisateur '%3%'\n\n Allez sur http://%4%/#/content/content/edit/%5% pour éditer cette page.\n\n Bonne journée !\n\n Avec les salutations du Robot Umbraco\n ",
|
|
888
|
-
mailBodyVariantSummary: 'Les langues suivantes ont été modifiées : %0%',
|
|
889
|
-
mailBodyHtml: "\n\t\t<html>\n\t\t\t<head>\n\t\t\t\t<meta name='viewport' content='width=device-width'>\n\t\t\t\t<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>\n\t\t\t</head>\n\t\t\t<body class='' style='font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; color: #392F54; line-height: 22px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; background: #1d1333; margin: 0; padding: 0;' bgcolor='#1d1333'>\n\t\t\t\t<style type='text/css'> @media only screen and (max-width: 620px) {table[class=body] h1 {font-size: 28px !important; margin-bottom: 10px !important; } table[class=body] .wrapper {padding: 32px !important; } table[class=body] .article {padding: 32px !important; } table[class=body] .content {padding: 24px !important; } table[class=body] .container {padding: 0 !important; width: 100% !important; } table[class=body] .main {border-left-width: 0 !important; border-radius: 0 !important; border-right-width: 0 !important; } table[class=body] .btn table {width: 100% !important; } table[class=body] .btn a {width: 100% !important; } table[class=body] .img-responsive {height: auto !important; max-width: 100% !important; width: auto !important; } } .btn-primary table td:hover {background-color: #34495e !important; } .btn-primary a:hover {background-color: #34495e !important; border-color: #34495e !important; } .btn a:visited {color:#FFFFFF;} </style>\n\t\t\t\t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"body\" style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #1d1333;\" bgcolor=\"#1d1333\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top; padding: 24px;\" valign=\"top\">\n\t\t\t\t\t\t\t<table style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;\">\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t<td background=\"https://umbraco.com/umbraco/assets/img/application/logo.png\" bgcolor=\"#1d1333\" width=\"28\" height=\"28\" valign=\"top\" style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\">\n\t\t\t\t\t\t\t\t\t\t<!--[if gte mso 9]> <v:rect xmlns:v=\"urn:schemas-microsoft-com:vml\" fill=\"true\" stroke=\"false\" style=\"width:30px;height:30px;\"> <v:fill type=\"tile\" src=\"https://umbraco.com/umbraco/assets/img/application/logo.png\" color=\"#1d1333\" /> <v:textbox inset=\"0,0,0,0\"> <![endif]-->\n\t\t\t\t\t\t\t\t\t\t<div> </div>\n\t\t\t\t\t\t\t\t\t\t<!--[if gte mso 9]> </v:textbox> </v:rect> <![endif]-->\n\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t<td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\" valign=\"top\"></td>\n\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table>\n\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' class='body' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #1d1333;' bgcolor='#1d1333'>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td style='font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'> </td>\n\t\t\t\t\t\t<td class='container' style='font-family: sans-serif; font-size: 14px; vertical-align: top; display: block; max-width: 560px; width: 560px; margin: 0 auto; padding: 10px;' valign='top'>\n\t\t\t\t\t\t\t<div class='content' style='box-sizing: border-box; display: block; max-width: 560px; margin: 0 auto; padding: 10px;'>\n\t\t\t\t\t\t\t\t<br>\n\t\t\t\t\t\t\t\t<table class='main' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; border-radius: 3px; background: #FFFFFF;' bgcolor='#FFFFFF'>\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td class='wrapper' style='font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 50px;' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;'>\n\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<td style='line-height: 24px; font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h1 style='color: #392F54; font-family: sans-serif; font-weight: bold; line-height: 1.4; font-size: 24px; text-align: left; text-transform: capitalize; margin: 0 0 30px;' align='left'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSalut %0%,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</h1>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCeci est un email automatique pour vous informer que la tâche <strong>'%1%'</strong> a été exécutée sur la page <a style=\"color: #392F54; text-decoration: none; -ms-word-break: break-all; word-break: break-all;\" href=\"http://%4%/#/content/content/edit/%5%\"><strong>'%2%'</strong></a> par l'utilisateur <strong>'%3%'</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' class='btn btn-primary' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; box-sizing: border-box;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td align='left' style='font-family: sans-serif; font-size: 14px; vertical-align: top; padding-bottom: 15px;' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;'><tbody><tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td style='font-family: sans-serif; font-size: 14px; vertical-align: top; border-radius: 5px; text-align: center; background: #35C786;' align='center' bgcolor='#35C786' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href='http://%4%/#/content/content/edit/%5%' target='_blank' rel='noopener' style='color: #FFFFFF; text-decoration: none; -ms-word-break: break-all; word-break: break-all; border-radius: 5px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; text-transform: capitalize; background: #35C786; margin: 0; padding: 12px 30px; border: 1px solid #35c786;'>MODIFIER</a> </td> </tr></tbody></table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3>Résumé de la mise à jour :</h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table style=\"width: 100%;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t %6%\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tBonne journée !<br /><br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAvec les salutations du Robot Umbraco\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t<br><br><br>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t\t<td style='font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'> </td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table>\n\t\t\t</body>\n\t\t</html>\n\t\t",
|
|
890
|
-
mailBodyVariantHtmlSummary: '<p>Les langues suivantes ont été modifiées :</p>\n %0%\n ',
|
|
891
|
-
mailSubject: 'La notification [%0%] à propos de %1% a été executée sur %2%',
|
|
886
|
+
notificationsSavedFor: 'Paramètres de notification enregistrés pour %0%',
|
|
892
887
|
notifications: 'Notifications',
|
|
893
888
|
},
|
|
894
889
|
packager: {
|
|
@@ -965,14 +965,7 @@ export default {
|
|
|
965
965
|
},
|
|
966
966
|
notifications: {
|
|
967
967
|
editNotifications: 'Editez vos notifications pour %0%',
|
|
968
|
-
notificationsSavedFor: 'Paramètres de notification enregistrés pour',
|
|
969
|
-
mailBody:
|
|
970
|
-
"\n Hello %0%\n\n Ceci est un email automatique pour vous informer que la tâche '%1%'\n a été executée sur la page '%2%'\n par l'utilisateur '%3%'\n\n Allez sur http://%4%/#/content/content/edit/%5% pour éditer cette page.\n\n Bonne journée !\n\n Avec les salutations du Robot Umbraco\n ",
|
|
971
|
-
mailBodyVariantSummary: 'Les langues suivantes ont été modifiées : %0%',
|
|
972
|
-
mailBodyHtml:
|
|
973
|
-
"\n\t\t<html>\n\t\t\t<head>\n\t\t\t\t<meta name='viewport' content='width=device-width'>\n\t\t\t\t<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>\n\t\t\t</head>\n\t\t\t<body class='' style='font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; color: #392F54; line-height: 22px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; background: #1d1333; margin: 0; padding: 0;' bgcolor='#1d1333'>\n\t\t\t\t<style type='text/css'> @media only screen and (max-width: 620px) {table[class=body] h1 {font-size: 28px !important; margin-bottom: 10px !important; } table[class=body] .wrapper {padding: 32px !important; } table[class=body] .article {padding: 32px !important; } table[class=body] .content {padding: 24px !important; } table[class=body] .container {padding: 0 !important; width: 100% !important; } table[class=body] .main {border-left-width: 0 !important; border-radius: 0 !important; border-right-width: 0 !important; } table[class=body] .btn table {width: 100% !important; } table[class=body] .btn a {width: 100% !important; } table[class=body] .img-responsive {height: auto !important; max-width: 100% !important; width: auto !important; } } .btn-primary table td:hover {background-color: #34495e !important; } .btn-primary a:hover {background-color: #34495e !important; border-color: #34495e !important; } .btn a:visited {color:#FFFFFF;} </style>\n\t\t\t\t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"body\" style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #1d1333;\" bgcolor=\"#1d1333\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top; padding: 24px;\" valign=\"top\">\n\t\t\t\t\t\t\t<table style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;\">\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t<td background=\"https://umbraco.com/umbraco/assets/img/application/logo.png\" bgcolor=\"#1d1333\" width=\"28\" height=\"28\" valign=\"top\" style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\">\n\t\t\t\t\t\t\t\t\t\t<!--[if gte mso 9]> <v:rect xmlns:v=\"urn:schemas-microsoft-com:vml\" fill=\"true\" stroke=\"false\" style=\"width:30px;height:30px;\"> <v:fill type=\"tile\" src=\"https://umbraco.com/umbraco/assets/img/application/logo.png\" color=\"#1d1333\" /> <v:textbox inset=\"0,0,0,0\"> <![endif]-->\n\t\t\t\t\t\t\t\t\t\t<div> </div>\n\t\t\t\t\t\t\t\t\t\t<!--[if gte mso 9]> </v:textbox> </v:rect> <![endif]-->\n\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t<td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\" valign=\"top\"></td>\n\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table>\n\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' class='body' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #1d1333;' bgcolor='#1d1333'>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td style='font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'> </td>\n\t\t\t\t\t\t<td class='container' style='font-family: sans-serif; font-size: 14px; vertical-align: top; display: block; max-width: 560px; width: 560px; margin: 0 auto; padding: 10px;' valign='top'>\n\t\t\t\t\t\t\t<div class='content' style='box-sizing: border-box; display: block; max-width: 560px; margin: 0 auto; padding: 10px;'>\n\t\t\t\t\t\t\t\t<br>\n\t\t\t\t\t\t\t\t<table class='main' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; border-radius: 3px; background: #FFFFFF;' bgcolor='#FFFFFF'>\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td class='wrapper' style='font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 50px;' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;'>\n\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<td style='line-height: 24px; font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h1 style='color: #392F54; font-family: sans-serif; font-weight: bold; line-height: 1.4; font-size: 24px; text-align: left; text-transform: capitalize; margin: 0 0 30px;' align='left'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSalut %0%,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</h1>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCeci est un email automatique pour vous informer que la tâche <strong>'%1%'</strong> a été exécutée sur la page <a style=\"color: #392F54; text-decoration: none; -ms-word-break: break-all; word-break: break-all;\" href=\"http://%4%/#/content/content/edit/%5%\"><strong>'%2%'</strong></a> par l'utilisateur <strong>'%3%'</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' class='btn btn-primary' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; box-sizing: border-box;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td align='left' style='font-family: sans-serif; font-size: 14px; vertical-align: top; padding-bottom: 15px;' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;'><tbody><tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td style='font-family: sans-serif; font-size: 14px; vertical-align: top; border-radius: 5px; text-align: center; background: #35C786;' align='center' bgcolor='#35C786' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href='http://%4%/#/content/content/edit/%5%' target='_blank' rel='noopener' style='color: #FFFFFF; text-decoration: none; -ms-word-break: break-all; word-break: break-all; border-radius: 5px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; text-transform: capitalize; background: #35C786; margin: 0; padding: 12px 30px; border: 1px solid #35c786;'>MODIFIER</a> </td> </tr></tbody></table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3>Résumé de la mise à jour :</h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table style=\"width: 100%;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t %6%\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tBonne journée !<br /><br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAvec les salutations du Robot Umbraco\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t<br><br><br>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t\t<td style='font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'> </td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table>\n\t\t\t</body>\n\t\t</html>\n\t\t",
|
|
974
|
-
mailBodyVariantHtmlSummary: '<p>Les langues suivantes ont été modifiées :</p>\n %0%\n ',
|
|
975
|
-
mailSubject: 'La notification [%0%] à propos de %1% a été executée sur %2%',
|
|
968
|
+
notificationsSavedFor: 'Paramètres de notification enregistrés pour %0%',
|
|
976
969
|
notifications: 'Notifications',
|
|
977
970
|
},
|
|
978
971
|
packager: {
|
|
@@ -429,9 +429,7 @@ export default {
|
|
|
429
429
|
},
|
|
430
430
|
notifications: {
|
|
431
431
|
editNotifications: 'ערוך את ההתראות עבור %0%',
|
|
432
|
-
|
|
433
|
-
mailBodyHtml: '<p>Hi %0%</p>\n\n\t\t <p>This is an automated mail to inform you that the task <strong>\'%1%\'</strong>\n\t\t has been performed on the page <a href="http://%4%/actions/preview.aspx?id=%5%"><strong>\'%2%\'</strong></a>\n\t\t by the user <strong>\'%3%\'</strong>\n\t </p>\n\t\t <div style="margin: 8px 0; padding: 8px; display: block;">\n\t\t\t\t<br />\n\t\t\t\t<a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> EDIT </a> \n\t\t\t\t<br />\n\t\t </div>\n\t\t <p>\n\t\t\t <h3>Update summary:</h3>\n\t\t\t <table style="width: 100%;">\n\t\t\t\t\t\t %6%\n\t\t\t\t</table>\n\t\t\t </p>\n\n\t\t <div style="margin: 8px 0; padding: 8px; display: block;">\n\t\t\t\t<br />\n\t\t\t\t<a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> EDIT </a> \n\t\t\t\t<br />\n\t\t </div>\n\n\t\t <p>Have a nice day!<br /><br />\n\t\t\t Cheers from the Umbraco robot\n\t\t </p>',
|
|
434
|
-
mailSubject: '[%0%] התראות %1% בוצעו ב %2%',
|
|
432
|
+
notificationsSavedFor: 'ההתראות נשמרו עבור %0%',
|
|
435
433
|
notifications: 'התראות',
|
|
436
434
|
},
|
|
437
435
|
packager: {
|
|
@@ -469,11 +469,7 @@ export default {
|
|
|
469
469
|
},
|
|
470
470
|
notifications: {
|
|
471
471
|
editNotifications: 'ערוך את ההתראות עבור %0%',
|
|
472
|
-
|
|
473
|
-
'\n שלום, %0%\n\n זוהי הודעה אוטומטית המיידעת אותך שהמשימה %1%\n\t בוצעה בעמוד %2% על ידי המשתמש %3%\n\n לעריכה, יש ללחוץ על הלינק הבא://%4%/actions/editContent.aspx?id=%5% .\n\n המשך יום נעים!\n ',
|
|
474
|
-
mailBodyHtml:
|
|
475
|
-
'<p>Hi %0%</p>\n\n\t\t <p>This is an automated mail to inform you that the task <strong>\'%1%\'</strong>\n\t\t has been performed on the page <a href="http://%4%/actions/preview.aspx?id=%5%"><strong>\'%2%\'</strong></a>\n\t\t by the user <strong>\'%3%\'</strong>\n\t </p>\n\t\t <div style="margin: 8px 0; padding: 8px; display: block;">\n\t\t\t\t<br />\n\t\t\t\t<a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> EDIT </a> \n\t\t\t\t<br />\n\t\t </div>\n\t\t <p>\n\t\t\t <h3>Update summary:</h3>\n\t\t\t <table style="width: 100%;">\n\t\t\t\t\t\t %6%\n\t\t\t\t</table>\n\t\t\t </p>\n\n\t\t <div style="margin: 8px 0; padding: 8px; display: block;">\n\t\t\t\t<br />\n\t\t\t\t<a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> EDIT </a> \n\t\t\t\t<br />\n\t\t </div>\n\n\t\t <p>Have a nice day!<br /><br />\n\t\t\t Cheers from the Umbraco robot\n\t\t </p>',
|
|
476
|
-
mailSubject: '[%0%] התראות %1% בוצעו ב %2%',
|
|
472
|
+
notificationsSavedFor: 'ההתראות נשמרו עבור %0%',
|
|
477
473
|
notifications: 'התראות',
|
|
478
474
|
},
|
|
479
475
|
packager: {
|
|
@@ -947,13 +947,8 @@ export default {
|
|
|
947
947
|
relateToOriginal: 'Povežite kopirane stavke s originalom',
|
|
948
948
|
},
|
|
949
949
|
notifications: {
|
|
950
|
-
editNotifications: 'Odaberite vaše obavijesti za
|
|
951
|
-
notificationsSavedFor: 'Postavke obavijesti su spremljene za',
|
|
952
|
-
mailBody: "\n Zdravo %0%\n\n Ovo je automatizirana poruka koja vas obavještava da je zadatak '%1%'\n izvršen na stranici '%2%'\n od korisnika '%3%'\n\n Idite na http://%4%/#/content/content/edit/%5% za uređivanje.\n\n %6%\n\n Ugodan dan!\n Pozdrav od Umbraco robota\n ",
|
|
953
|
-
mailBodyVariantSummary: 'Sljedeći jezici su izmijenjeni %0%',
|
|
954
|
-
mailBodyHtml: "\n <html>\n\t\t\t<head>\n\t\t\t\t<meta name='viewport' content='width=device-width'>\n\t\t\t\t<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>\n\t\t\t</head>\n\t\t\t<body class='' style='font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; color: #392F54; line-height: 22px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; background: #1d1333; margin: 0; padding: 0;' bgcolor='#1d1333'>\n\t\t\t\t<style type='text/css'> @media only screen and (max-width: 620px) {table[class=body] h1 {font-size: 28px !important; margin-bottom: 10px !important; } table[class=body] .wrapper {padding: 32px !important; } table[class=body] .article {padding: 32px !important; } table[class=body] .content {padding: 24px !important; } table[class=body] .container {padding: 0 !important; width: 100% !important; } table[class=body] .main {border-left-width: 0 !important; border-radius: 0 !important; border-right-width: 0 !important; } table[class=body] .btn table {width: 100% !important; } table[class=body] .btn a {width: 100% !important; } table[class=body] .img-responsive {height: auto !important; max-width: 100% !important; width: auto !important; } } .btn-primary table td:hover {background-color: #34495e !important; } .btn-primary a:hover {background-color: #34495e !important; border-color: #34495e !important; } .btn a:visited {color:#FFFFFF;} </style>\n\t\t\t\t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"body\" style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #1d1333;\" bgcolor=\"#1d1333\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top; padding: 24px;\" valign=\"top\">\n\t\t\t\t\t\t\t<table style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;\">\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t<td background=\"https://umbraco.com/umbraco/assets/img/application/logo.png\" bgcolor=\"#1d1333\" width=\"28\" height=\"28\" valign=\"top\" style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\">\n\t\t\t\t\t\t\t\t\t\t<!--[if gte mso 9]> <v:rect xmlns:v=\"urn:schemas-microsoft-com:vml\" fill=\"true\" stroke=\"false\" style=\"width:30px;height:30px;\"> <v:fill type=\"tile\" src=\"https://umbraco.com/umbraco/assets/img/application/logo.png\" color=\"#1d1333\" /> <v:textbox inset=\"0,0,0,0\"> <![endif]-->\n<div></div>\n<!--[if gte mso 9]> </v:textbox> </v:rect> <![endif]-->\n</td>\n<td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\" valign=\"top\"></td>\n</tr>\n</table>\n</td>\n</tr>\n</table>\n<table border='0' cellpadding='0' cellspacing='0' class='body' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #1d1333;' bgcolor='#1d1333'>\n<tr>\n<td style='font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'></td>\n<td class='container' style='font-family: sans-serif; font-size: 14px; vertical-align: top; display: block; max-width: 560px; width: 560px; margin: 0 auto; padding: 10px;' valign='top'>\n<div class='content' style='box-sizing: border-box; display: block; max-width: 560px; margin: 0 auto; padding: 10px;'>\n<br>\n<table class='main' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; border-radius: 3px; background: #FFFFFF;' bgcolor='#FFFFFF'>\n<tr>\n<td class='wrapper' style='font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 50px;' valign='top'>\n<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;'>\n<tr>\n<td style='line-height: 24px; font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'>\n<h1 style='color: #392F54; font-family: sans-serif; font-weight: bold; line-height: 1.4; font-size: 24px; text-align: left; text-transform: capitalize; margin: 0 0 30px;' align='left'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tPozdrav %0%,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</h1>\n<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tOvo je automatiziran email koja vas obavještava da je zadatak <strong>'%1%'</strong> izvršen na stranici <a style=\"color: #392F54; text-decoration: none; -ms-word-break: break-all; word-break: break-all;\" href=\"http://%4%/#/content/content/edit/%5%\"><strong>'%2%'</strong></a> od korisnika <strong>'%3%'</strong>\n</p>\n<table border='0' cellpadding='0' cellspacing='0' class='btn btn-primary' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; box-sizing: border-box;'>\n<tbody>\n<tr>\n<td align='left' style='font-family: sans-serif; font-size: 14px; vertical-align: top; padding-bottom: 15px;' valign='top'>\n<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;'><tbody><tr>\n<td style='font-family: sans-serif; font-size: 14px; vertical-align: top; border-radius: 5px; text-align: center; background: #35C786;' align='center' bgcolor='#35C786' valign='top'>\n<a href='http://%4%/#/content/content/edit/%5%' target='_blank' rel='noopener' style='color: #FFFFFF; text-decoration: none; -ms-word-break: break-all; word-break: break-all; border-radius: 5px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; text-transform: capitalize; background: #35C786; margin: 0; padding: 12px 30px; border: 1px solid #35c786;'>EDIT</a></td></tr></tbody></table>\n</td>\n</tr>\n</tbody>\n</table>\n<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n<h3>Sažetak izmjena:</h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t%6%\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tUgodan dan!<br /><br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tPozdrav od Umbraco robota\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n</td>\n</tr>\n</table>\n</td>\n</tr>\n</table>\n<br><br><br>\n</div>\n</td>\n<td style='font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'></td>\n</tr>\n</table>\n</body>\n</html>\n\t",
|
|
955
|
-
mailBodyVariantHtmlSummary: '<p>Sljedeći jezici su izmijenjeni:</p>\n %0%\n ',
|
|
956
|
-
mailSubject: '[%0%] Obavijesti o %1% izvedena na %2%',
|
|
950
|
+
editNotifications: 'Odaberite vaše obavijesti za %0%',
|
|
951
|
+
notificationsSavedFor: 'Postavke obavijesti su spremljene za %0%',
|
|
957
952
|
notifications: 'Obavijesti',
|
|
958
953
|
},
|
|
959
954
|
packager: {
|
|
@@ -1446,11 +1441,11 @@ export default {
|
|
|
1446
1441
|
andAllMediaItems: 'i sve medijske stavke koje koriste ovu vrstu',
|
|
1447
1442
|
andAllMembers: 'i svi članovi koji koriste ovu vrstu',
|
|
1448
1443
|
memberCanEdit: 'Član može uređivati',
|
|
1449
|
-
memberCanEditDescription: 'Dozvolite da ovu vrijednost svojstva da uređuje član na svojoj stranici profila
|
|
1444
|
+
memberCanEditDescription: 'Dozvolite da ovu vrijednost svojstva da uređuje član na svojoj stranici profila',
|
|
1450
1445
|
isSensitiveData: 'Osjetljivi podaci',
|
|
1451
|
-
isSensitiveDataDescription: 'Sakrij ovu vrijednost svojstva od urednika sadržaja koji nemaju pristup pregledu
|
|
1446
|
+
isSensitiveDataDescription: 'Sakrij ovu vrijednost svojstva od urednika sadržaja koji nemaju pristup pregledu osjetljive informacije',
|
|
1452
1447
|
showOnMemberProfile: 'Prikaži na profilu člana',
|
|
1453
|
-
showOnMemberProfileDescription: 'Dozvolite da se ova vrijednost svojstva prikaže na stranici profila člana
|
|
1448
|
+
showOnMemberProfileDescription: 'Dozvolite da se ova vrijednost svojstva prikaže na stranici profila člana',
|
|
1454
1449
|
tabHasNoSortOrder: 'kartica nema redoslijed sortiranja',
|
|
1455
1450
|
compositionUsageHeading: 'Gdje se koristi ovaj sastav?',
|
|
1456
1451
|
compositionUsageSpecification: 'Ovaj sastav se trenutno koristi u sastavu sljedećih\n vrsta sadržaja:\n ',
|
|
@@ -1033,15 +1033,8 @@ export default {
|
|
|
1033
1033
|
relateToOriginal: 'Povežite kopirane stavke s originalom',
|
|
1034
1034
|
},
|
|
1035
1035
|
notifications: {
|
|
1036
|
-
editNotifications: 'Odaberite vaše obavijesti za
|
|
1037
|
-
notificationsSavedFor: 'Postavke obavijesti su spremljene za',
|
|
1038
|
-
mailBody:
|
|
1039
|
-
"\n Zdravo %0%\n\n Ovo je automatizirana poruka koja vas obavještava da je zadatak '%1%'\n izvršen na stranici '%2%'\n od korisnika '%3%'\n\n Idite na http://%4%/#/content/content/edit/%5% za uređivanje.\n\n %6%\n\n Ugodan dan!\n Pozdrav od Umbraco robota\n ",
|
|
1040
|
-
mailBodyVariantSummary: 'Sljedeći jezici su izmijenjeni %0%',
|
|
1041
|
-
mailBodyHtml:
|
|
1042
|
-
"\n <html>\n\t\t\t<head>\n\t\t\t\t<meta name='viewport' content='width=device-width'>\n\t\t\t\t<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>\n\t\t\t</head>\n\t\t\t<body class='' style='font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; color: #392F54; line-height: 22px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; background: #1d1333; margin: 0; padding: 0;' bgcolor='#1d1333'>\n\t\t\t\t<style type='text/css'> @media only screen and (max-width: 620px) {table[class=body] h1 {font-size: 28px !important; margin-bottom: 10px !important; } table[class=body] .wrapper {padding: 32px !important; } table[class=body] .article {padding: 32px !important; } table[class=body] .content {padding: 24px !important; } table[class=body] .container {padding: 0 !important; width: 100% !important; } table[class=body] .main {border-left-width: 0 !important; border-radius: 0 !important; border-right-width: 0 !important; } table[class=body] .btn table {width: 100% !important; } table[class=body] .btn a {width: 100% !important; } table[class=body] .img-responsive {height: auto !important; max-width: 100% !important; width: auto !important; } } .btn-primary table td:hover {background-color: #34495e !important; } .btn-primary a:hover {background-color: #34495e !important; border-color: #34495e !important; } .btn a:visited {color:#FFFFFF;} </style>\n\t\t\t\t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"body\" style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #1d1333;\" bgcolor=\"#1d1333\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top; padding: 24px;\" valign=\"top\">\n\t\t\t\t\t\t\t<table style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;\">\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t<td background=\"https://umbraco.com/umbraco/assets/img/application/logo.png\" bgcolor=\"#1d1333\" width=\"28\" height=\"28\" valign=\"top\" style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\">\n\t\t\t\t\t\t\t\t\t\t<!--[if gte mso 9]> <v:rect xmlns:v=\"urn:schemas-microsoft-com:vml\" fill=\"true\" stroke=\"false\" style=\"width:30px;height:30px;\"> <v:fill type=\"tile\" src=\"https://umbraco.com/umbraco/assets/img/application/logo.png\" color=\"#1d1333\" /> <v:textbox inset=\"0,0,0,0\"> <![endif]-->\n<div></div>\n<!--[if gte mso 9]> </v:textbox> </v:rect> <![endif]-->\n</td>\n<td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\" valign=\"top\"></td>\n</tr>\n</table>\n</td>\n</tr>\n</table>\n<table border='0' cellpadding='0' cellspacing='0' class='body' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #1d1333;' bgcolor='#1d1333'>\n<tr>\n<td style='font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'></td>\n<td class='container' style='font-family: sans-serif; font-size: 14px; vertical-align: top; display: block; max-width: 560px; width: 560px; margin: 0 auto; padding: 10px;' valign='top'>\n<div class='content' style='box-sizing: border-box; display: block; max-width: 560px; margin: 0 auto; padding: 10px;'>\n<br>\n<table class='main' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; border-radius: 3px; background: #FFFFFF;' bgcolor='#FFFFFF'>\n<tr>\n<td class='wrapper' style='font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 50px;' valign='top'>\n<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;'>\n<tr>\n<td style='line-height: 24px; font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'>\n<h1 style='color: #392F54; font-family: sans-serif; font-weight: bold; line-height: 1.4; font-size: 24px; text-align: left; text-transform: capitalize; margin: 0 0 30px;' align='left'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tPozdrav %0%,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</h1>\n<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tOvo je automatiziran email koja vas obavještava da je zadatak <strong>'%1%'</strong> izvršen na stranici <a style=\"color: #392F54; text-decoration: none; -ms-word-break: break-all; word-break: break-all;\" href=\"http://%4%/#/content/content/edit/%5%\"><strong>'%2%'</strong></a> od korisnika <strong>'%3%'</strong>\n</p>\n<table border='0' cellpadding='0' cellspacing='0' class='btn btn-primary' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; box-sizing: border-box;'>\n<tbody>\n<tr>\n<td align='left' style='font-family: sans-serif; font-size: 14px; vertical-align: top; padding-bottom: 15px;' valign='top'>\n<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;'><tbody><tr>\n<td style='font-family: sans-serif; font-size: 14px; vertical-align: top; border-radius: 5px; text-align: center; background: #35C786;' align='center' bgcolor='#35C786' valign='top'>\n<a href='http://%4%/#/content/content/edit/%5%' target='_blank' rel='noopener' style='color: #FFFFFF; text-decoration: none; -ms-word-break: break-all; word-break: break-all; border-radius: 5px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; text-transform: capitalize; background: #35C786; margin: 0; padding: 12px 30px; border: 1px solid #35c786;'>EDIT</a></td></tr></tbody></table>\n</td>\n</tr>\n</tbody>\n</table>\n<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n<h3>Sažetak izmjena:</h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t%6%\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tUgodan dan!<br /><br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tPozdrav od Umbraco robota\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n</td>\n</tr>\n</table>\n</td>\n</tr>\n</table>\n<br><br><br>\n</div>\n</td>\n<td style='font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'></td>\n</tr>\n</table>\n</body>\n</html>\n\t",
|
|
1043
|
-
mailBodyVariantHtmlSummary: '<p>Sljedeći jezici su izmijenjeni:</p>\n %0%\n ',
|
|
1044
|
-
mailSubject: '[%0%] Obavijesti o %1% izvedena na %2%',
|
|
1036
|
+
editNotifications: 'Odaberite vaše obavijesti za %0%',
|
|
1037
|
+
notificationsSavedFor: 'Postavke obavijesti su spremljene za %0%',
|
|
1045
1038
|
notifications: 'Obavijesti',
|
|
1046
1039
|
},
|
|
1047
1040
|
packager: {
|
|
@@ -1575,12 +1568,12 @@ export default {
|
|
|
1575
1568
|
andAllMediaItems: 'i sve medijske stavke koje koriste ovu vrstu',
|
|
1576
1569
|
andAllMembers: 'i svi članovi koji koriste ovu vrstu',
|
|
1577
1570
|
memberCanEdit: 'Član može uređivati',
|
|
1578
|
-
memberCanEditDescription: 'Dozvolite da ovu vrijednost svojstva da uređuje član na svojoj stranici profila
|
|
1571
|
+
memberCanEditDescription: 'Dozvolite da ovu vrijednost svojstva da uređuje član na svojoj stranici profila',
|
|
1579
1572
|
isSensitiveData: 'Osjetljivi podaci',
|
|
1580
1573
|
isSensitiveDataDescription:
|
|
1581
|
-
'Sakrij ovu vrijednost svojstva od urednika sadržaja koji nemaju pristup pregledu
|
|
1574
|
+
'Sakrij ovu vrijednost svojstva od urednika sadržaja koji nemaju pristup pregledu osjetljive informacije',
|
|
1582
1575
|
showOnMemberProfile: 'Prikaži na profilu člana',
|
|
1583
|
-
showOnMemberProfileDescription: 'Dozvolite da se ova vrijednost svojstva prikaže na stranici profila člana
|
|
1576
|
+
showOnMemberProfileDescription: 'Dozvolite da se ova vrijednost svojstva prikaže na stranici profila člana',
|
|
1584
1577
|
tabHasNoSortOrder: 'kartica nema redoslijed sortiranja',
|
|
1585
1578
|
compositionUsageHeading: 'Gdje se koristi ovaj sastav?',
|
|
1586
1579
|
compositionUsageSpecification: 'Ovaj sastav se trenutno koristi u sastavu sljedećih\n vrsta sadržaja:\n ',
|
|
@@ -942,13 +942,8 @@ export default {
|
|
|
942
942
|
relateToOriginal: "Collega gli elementi copiati all'originale",
|
|
943
943
|
},
|
|
944
944
|
notifications: {
|
|
945
|
-
editNotifications: 'Modifica le tue notifiche per
|
|
946
|
-
notificationsSavedFor: 'Impostazioni di notifica salvate per',
|
|
947
|
-
mailBody: "\n Ciao %0%\n\n Questa è un'email automatica per informare che l'azione '%1%'\n è stata eseguita sulla pagina '%2%'\n dall'utente '%3%'\n\n Vai al link http://%4%/#/content/content/edit/%5% per modificare.\n\n %6%\n\n Buona giornata!\n\n Saluti dal robot di Umbraco\n ",
|
|
948
|
-
mailBodyVariantSummary: 'Sono state modificate le lingue seguenti %0%',
|
|
949
|
-
mailBodyHtml: "\n \t<html>\n\t\t\t<head>\n\t\t\t\t<meta name='viewport' content='width=device-width'>\n\t\t\t\t<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>\n\t\t\t</head>\n\t\t\t<body class='' style='font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; color: #392F54; line-height: 22px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; background: #1d1333; margin: 0; padding: 0;' bgcolor='#1d1333'>\n\t\t\t\t<style type='text/css'> @media only screen and (max-width: 620px) {table[class=body] h1 {font-size: 28px !important; margin-bottom: 10px !important; } table[class=body] .wrapper {padding: 32px !important; } table[class=body] .article {padding: 32px !important; } table[class=body] .content {padding: 24px !important; } table[class=body] .container {padding: 0 !important; width: 100% !important; } table[class=body] .main {border-left-width: 0 !important; border-radius: 0 !important; border-right-width: 0 !important; } table[class=body] .btn table {width: 100% !important; } table[class=body] .btn a {width: 100% !important; } table[class=body] .img-responsive {height: auto !important; max-width: 100% !important; width: auto !important; } } .btn-primary table td:hover {background-color: #34495e !important; } .btn-primary a:hover {background-color: #34495e !important; border-color: #34495e !important; } .btn a:visited {color:#FFFFFF;} </style>\n\t\t\t\t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"body\" style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #1d1333;\" bgcolor=\"#1d1333\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top; padding: 24px;\" valign=\"top\">\n\t\t\t\t\t\t\t<table style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;\">\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t<td background=\"https://umbraco.com/umbraco/assets/img/application/logo.png\" bgcolor=\"#1d1333\" width=\"28\" height=\"28\" valign=\"top\" style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\">\n\t\t\t\t\t\t\t\t\t\t<!--[if gte mso 9]> <v:rect xmlns:v=\"urn:schemas-microsoft-com:vml\" fill=\"true\" stroke=\"false\" style=\"width:30px;height:30px;\"> <v:fill type=\"tile\" src=\"https://umbraco.com/umbraco/assets/img/application/logo.png\" color=\"#1d1333\" /> <v:textbox inset=\"0,0,0,0\"> <![endif]-->\n\t\t\t\t\t\t\t\t\t\t<div> </div>\n\t\t\t\t\t\t\t\t\t\t<!--[if gte mso 9]> </v:textbox> </v:rect> <![endif]-->\n\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t<td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\" valign=\"top\"></td>\n\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table>\n\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' class='body' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #1d1333;' bgcolor='#1d1333'>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td style='font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'> </td>\n\t\t\t\t\t\t<td class='container' style='font-family: sans-serif; font-size: 14px; vertical-align: top; display: block; max-width: 560px; width: 560px; margin: 0 auto; padding: 10px;' valign='top'>\n\t\t\t\t\t\t\t<div class='content' style='box-sizing: border-box; display: block; max-width: 560px; margin: 0 auto; padding: 10px;'>\n\t\t\t\t\t\t\t\t<br>\n\t\t\t\t\t\t\t\t<table class='main' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; border-radius: 3px; background: #FFFFFF;' bgcolor='#FFFFFF'>\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td class='wrapper' style='font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 50px;' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;'>\n\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<td style='line-height: 24px; font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h1 style='color: #392F54; font-family: sans-serif; font-weight: bold; line-height: 1.4; font-size: 24px; text-align: left; text-transform: capitalize; margin: 0 0 30px;' align='left'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCiao %0%,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</h1>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tQuesta è un'email automatica per informare che l'azione <strong>'%1%'</strong> è stata eseguita sulla pagina <a style=\"color: #392F54; text-decoration: none; -ms-word-break: break-all; word-break: break-all;\" href=\"http://%4%/#/content/content/edit/%5%\"><strong>'%2%'</strong></a> dall'utente <strong>'%3%'</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' class='btn btn-primary' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; box-sizing: border-box;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td align='left' style='font-family: sans-serif; font-size: 14px; vertical-align: top; padding-bottom: 15px;' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;'><tbody><tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td style='font-family: sans-serif; font-size: 14px; vertical-align: top; border-radius: 5px; text-align: center; background: #35C786;' align='center' bgcolor='#35C786' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href='http://%4%/#/content/content/edit/%5%' target='_blank' rel='noopener' style='color: #FFFFFF; text-decoration: none; -ms-word-break: break-all; word-break: break-all; border-radius: 5px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; text-transform: capitalize; background: #35C786; margin: 0; padding: 12px 30px; border: 1px solid #35c786;'>MODIFICA</a> </td> </tr></tbody></table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3>Riepilogo dell'aggiornamento:</h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t%6%\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tBuona giornata!<br /><br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSaluti dal robot di Umbraco\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t<br><br><br>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t\t<td style='font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'> </td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table>\n\t\t\t</body>\n\t\t</html>\n\t",
|
|
950
|
-
mailBodyVariantHtmlSummary: '<p>Sono state modificate le seguenti lingue:</p>\n %0%\n ',
|
|
951
|
-
mailSubject: '[%0%] Notifica per %1% eseguito su %2%',
|
|
945
|
+
editNotifications: 'Modifica le tue notifiche per %0%',
|
|
946
|
+
notificationsSavedFor: 'Impostazioni di notifica salvate per %0%',
|
|
952
947
|
notifications: 'Notifiche',
|
|
953
948
|
},
|
|
954
949
|
packager: {
|
|
@@ -1426,11 +1421,11 @@ export default {
|
|
|
1426
1421
|
andAllMediaItems: 'e tutti i media che usano questo tipo',
|
|
1427
1422
|
andAllMembers: 'e tutti i membri che usano questo tipo',
|
|
1428
1423
|
memberCanEdit: 'Il membro può modificare',
|
|
1429
|
-
memberCanEditDescription: 'Abilita il membro alla modifica di questo valore dalla pagina del suo
|
|
1424
|
+
memberCanEditDescription: 'Abilita il membro alla modifica di questo valore dalla pagina del suo profilo.',
|
|
1430
1425
|
isSensitiveData: 'Dati sensibili',
|
|
1431
1426
|
isSensitiveDataDescription: "Nascondi il valore di questa proprietà dagli editors che non hanno l'accesso per visualizzare i dati sensibili",
|
|
1432
1427
|
showOnMemberProfile: 'Visualizza sul profilo del membro',
|
|
1433
|
-
showOnMemberProfileDescription: 'Permette a questo valore di essere visualizzato sulla pagina del profilo
|
|
1428
|
+
showOnMemberProfileDescription: 'Permette a questo valore di essere visualizzato sulla pagina del profilo del membro',
|
|
1434
1429
|
tabHasNoSortOrder: 'la scheda non ha un ordine',
|
|
1435
1430
|
compositionUsageHeading: 'Dove è usata questa composizione?',
|
|
1436
1431
|
compositionUsageSpecification: 'Questa composizione è usata nella composizione dei seguenti tipi di contenuto:',
|
|
@@ -1020,15 +1020,8 @@ export default {
|
|
|
1020
1020
|
relateToOriginal: "Collega gli elementi copiati all'originale",
|
|
1021
1021
|
},
|
|
1022
1022
|
notifications: {
|
|
1023
|
-
editNotifications: 'Modifica le tue notifiche per
|
|
1024
|
-
notificationsSavedFor: 'Impostazioni di notifica salvate per',
|
|
1025
|
-
mailBody:
|
|
1026
|
-
"\n Ciao %0%\n\n Questa è un'email automatica per informare che l'azione '%1%'\n è stata eseguita sulla pagina '%2%'\n dall'utente '%3%'\n\n Vai al link http://%4%/#/content/content/edit/%5% per modificare.\n\n %6%\n\n Buona giornata!\n\n Saluti dal robot di Umbraco\n ",
|
|
1027
|
-
mailBodyVariantSummary: 'Sono state modificate le lingue seguenti %0%',
|
|
1028
|
-
mailBodyHtml:
|
|
1029
|
-
"\n \t<html>\n\t\t\t<head>\n\t\t\t\t<meta name='viewport' content='width=device-width'>\n\t\t\t\t<meta http-equiv='Content-Type' content='text/html; charset=UTF-8'>\n\t\t\t</head>\n\t\t\t<body class='' style='font-family: sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; color: #392F54; line-height: 22px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; background: #1d1333; margin: 0; padding: 0;' bgcolor='#1d1333'>\n\t\t\t\t<style type='text/css'> @media only screen and (max-width: 620px) {table[class=body] h1 {font-size: 28px !important; margin-bottom: 10px !important; } table[class=body] .wrapper {padding: 32px !important; } table[class=body] .article {padding: 32px !important; } table[class=body] .content {padding: 24px !important; } table[class=body] .container {padding: 0 !important; width: 100% !important; } table[class=body] .main {border-left-width: 0 !important; border-radius: 0 !important; border-right-width: 0 !important; } table[class=body] .btn table {width: 100% !important; } table[class=body] .btn a {width: 100% !important; } table[class=body] .img-responsive {height: auto !important; max-width: 100% !important; width: auto !important; } } .btn-primary table td:hover {background-color: #34495e !important; } .btn-primary a:hover {background-color: #34495e !important; border-color: #34495e !important; } .btn a:visited {color:#FFFFFF;} </style>\n\t\t\t\t<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"body\" style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #1d1333;\" bgcolor=\"#1d1333\">\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top; padding: 24px;\" valign=\"top\">\n\t\t\t\t\t\t\t<table style=\"border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;\">\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t<td background=\"https://umbraco.com/umbraco/assets/img/application/logo.png\" bgcolor=\"#1d1333\" width=\"28\" height=\"28\" valign=\"top\" style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\">\n\t\t\t\t\t\t\t\t\t\t<!--[if gte mso 9]> <v:rect xmlns:v=\"urn:schemas-microsoft-com:vml\" fill=\"true\" stroke=\"false\" style=\"width:30px;height:30px;\"> <v:fill type=\"tile\" src=\"https://umbraco.com/umbraco/assets/img/application/logo.png\" color=\"#1d1333\" /> <v:textbox inset=\"0,0,0,0\"> <![endif]-->\n\t\t\t\t\t\t\t\t\t\t<div> </div>\n\t\t\t\t\t\t\t\t\t\t<!--[if gte mso 9]> </v:textbox> </v:rect> <![endif]-->\n\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t<td style=\"font-family: sans-serif; font-size: 14px; vertical-align: top;\" valign=\"top\"></td>\n\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table>\n\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' class='body' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #1d1333;' bgcolor='#1d1333'>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td style='font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'> </td>\n\t\t\t\t\t\t<td class='container' style='font-family: sans-serif; font-size: 14px; vertical-align: top; display: block; max-width: 560px; width: 560px; margin: 0 auto; padding: 10px;' valign='top'>\n\t\t\t\t\t\t\t<div class='content' style='box-sizing: border-box; display: block; max-width: 560px; margin: 0 auto; padding: 10px;'>\n\t\t\t\t\t\t\t\t<br>\n\t\t\t\t\t\t\t\t<table class='main' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; border-radius: 3px; background: #FFFFFF;' bgcolor='#FFFFFF'>\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td class='wrapper' style='font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 50px;' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;'>\n\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<td style='line-height: 24px; font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h1 style='color: #392F54; font-family: sans-serif; font-weight: bold; line-height: 1.4; font-size: 24px; text-align: left; text-transform: capitalize; margin: 0 0 30px;' align='left'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tCiao %0%,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</h1>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tQuesta è un'email automatica per informare che l'azione <strong>'%1%'</strong> è stata eseguita sulla pagina <a style=\"color: #392F54; text-decoration: none; -ms-word-break: break-all; word-break: break-all;\" href=\"http://%4%/#/content/content/edit/%5%\"><strong>'%2%'</strong></a> dall'utente <strong>'%3%'</strong>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' class='btn btn-primary' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; box-sizing: border-box;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td align='left' style='font-family: sans-serif; font-size: 14px; vertical-align: top; padding-bottom: 15px;' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<table border='0' cellpadding='0' cellspacing='0' style='border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;'><tbody><tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td style='font-family: sans-serif; font-size: 14px; vertical-align: top; border-radius: 5px; text-align: center; background: #35C786;' align='center' bgcolor='#35C786' valign='top'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href='http://%4%/#/content/content/edit/%5%' target='_blank' rel='noopener' style='color: #FFFFFF; text-decoration: none; -ms-word-break: break-all; word-break: break-all; border-radius: 5px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; text-transform: capitalize; background: #35C786; margin: 0; padding: 12px 30px; border: 1px solid #35c786;'>MODIFICA</a> </td> </tr></tbody></table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3>Riepilogo dell'aggiornamento:</h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t%6%\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p style='color: #392F54; font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 15px;'>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tBuona giornata!<br /><br />\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSaluti dal robot di Umbraco\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t<br><br><br>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</td>\n\t\t\t\t\t\t<td style='font-family: sans-serif; font-size: 14px; vertical-align: top;' valign='top'> </td>\n\t\t\t\t\t</tr>\n\t\t\t\t</table>\n\t\t\t</body>\n\t\t</html>\n\t",
|
|
1030
|
-
mailBodyVariantHtmlSummary: '<p>Sono state modificate le seguenti lingue:</p>\n %0%\n ',
|
|
1031
|
-
mailSubject: '[%0%] Notifica per %1% eseguito su %2%',
|
|
1023
|
+
editNotifications: 'Modifica le tue notifiche per %0%',
|
|
1024
|
+
notificationsSavedFor: 'Impostazioni di notifica salvate per %0%',
|
|
1032
1025
|
notifications: 'Notifiche',
|
|
1033
1026
|
},
|
|
1034
1027
|
packager: {
|
|
@@ -1555,14 +1548,13 @@ export default {
|
|
|
1555
1548
|
andAllMediaItems: 'e tutti i media che usano questo tipo',
|
|
1556
1549
|
andAllMembers: 'e tutti i membri che usano questo tipo',
|
|
1557
1550
|
memberCanEdit: 'Il membro può modificare',
|
|
1558
|
-
memberCanEditDescription:
|
|
1559
|
-
'Abilita il membro alla modifica di questo valore dalla pagina del suo\n profilo.\n ',
|
|
1551
|
+
memberCanEditDescription: 'Abilita il membro alla modifica di questo valore dalla pagina del suo profilo.',
|
|
1560
1552
|
isSensitiveData: 'Dati sensibili',
|
|
1561
1553
|
isSensitiveDataDescription:
|
|
1562
1554
|
"Nascondi il valore di questa proprietà dagli editors che non hanno l'accesso per visualizzare i dati sensibili",
|
|
1563
1555
|
showOnMemberProfile: 'Visualizza sul profilo del membro',
|
|
1564
1556
|
showOnMemberProfileDescription:
|
|
1565
|
-
'Permette a questo valore di essere visualizzato sulla pagina del profilo
|
|
1557
|
+
'Permette a questo valore di essere visualizzato sulla pagina del profilo del membro',
|
|
1566
1558
|
tabHasNoSortOrder: 'la scheda non ha un ordine',
|
|
1567
1559
|
compositionUsageHeading: 'Dove è usata questa composizione?',
|
|
1568
1560
|
compositionUsageSpecification: 'Questa composizione è usata nella composizione dei seguenti tipi di contenuto:',
|
|
@@ -549,9 +549,7 @@ export default {
|
|
|
549
549
|
},
|
|
550
550
|
notifications: {
|
|
551
551
|
editNotifications: '%0% への通知を編集',
|
|
552
|
-
|
|
553
|
-
mailBodyHtml: '<p>前略 %0% さま</p>\n\n\t\t\t<p>ユーザー <strong>\'%3%\'</strong> によりページ <a href="http://%4%/actions/preview.aspx?id=%5%"><strong>\'%2%\'</strong></a> 上のタスク <strong>\'%1%\'</strong> から自動的にメールします。</p>\n\t\t\t<div style="margin: 8px 0; padding: 8px; display: block;">\n\t\t\t\t<br />\n\t\t\t\t<a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> 編集 </a> \n\t\t\t\t<br />\n\t\t </div>\n\t\t <p>\n\t\t\t <h3>更新のまとめ:</h3>\n\t\t\t <table style="width: 100%;">\n\t\t\t\t\t\t %6%\n\t\t\t\t</table>\n\t\t\t </p>\n\n\t\t <div style="margin: 8px 0; padding: 8px; display: block;">\n\t\t\t\t<br />\n\t\t\t\t<a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> 編集 </a> \n\t\t\t\t<br />\n\t\t </div>\n\n\t\t <p>早々<br /><br />\n\t\t\t Umbracoのロボットより\n\t\t </p>',
|
|
554
|
-
mailSubject: '[%0%] に通知: ページ %2% 上の %1% について',
|
|
552
|
+
notificationsSavedFor: '%0% への通知が保存されました',
|
|
555
553
|
notifications: '通知',
|
|
556
554
|
},
|
|
557
555
|
packager: {
|
|
@@ -594,11 +594,7 @@ export default {
|
|
|
594
594
|
},
|
|
595
595
|
notifications: {
|
|
596
596
|
editNotifications: '%0% への通知を編集',
|
|
597
|
-
|
|
598
|
-
"\n 前略 %0% さま\n\n ユーザー '%3%' により\n ページ '%2%' 上のタスク'%1%'から\n 自動的にメールします。\n\n 編集はこちらから: http://%4%/#/content/content/edit/%5%\n\n 早々\n\n Umbracoのロボットより\n ",
|
|
599
|
-
mailBodyHtml:
|
|
600
|
-
'<p>前略 %0% さま</p>\n\n\t\t\t<p>ユーザー <strong>\'%3%\'</strong> によりページ <a href="http://%4%/actions/preview.aspx?id=%5%"><strong>\'%2%\'</strong></a> 上のタスク <strong>\'%1%\'</strong> から自動的にメールします。</p>\n\t\t\t<div style="margin: 8px 0; padding: 8px; display: block;">\n\t\t\t\t<br />\n\t\t\t\t<a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> 編集 </a> \n\t\t\t\t<br />\n\t\t </div>\n\t\t <p>\n\t\t\t <h3>更新のまとめ:</h3>\n\t\t\t <table style="width: 100%;">\n\t\t\t\t\t\t %6%\n\t\t\t\t</table>\n\t\t\t </p>\n\n\t\t <div style="margin: 8px 0; padding: 8px; display: block;">\n\t\t\t\t<br />\n\t\t\t\t<a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> 編集 </a> \n\t\t\t\t<br />\n\t\t </div>\n\n\t\t <p>早々<br /><br />\n\t\t\t Umbracoのロボットより\n\t\t </p>',
|
|
601
|
-
mailSubject: '[%0%] に通知: ページ %2% 上の %1% について',
|
|
597
|
+
notificationsSavedFor: '%0% への通知が保存されました',
|
|
602
598
|
notifications: '通知',
|
|
603
599
|
},
|
|
604
600
|
packager: {
|
|
@@ -429,9 +429,7 @@ export default {
|
|
|
429
429
|
},
|
|
430
430
|
notifications: {
|
|
431
431
|
editNotifications: '%0% 에 대한 알림 편집',
|
|
432
|
-
|
|
433
|
-
mailBodyHtml: '<p>안녕하세요 %0%</p>\n\n\t <p>사용자 <strong>\'%3%\'</strong> 가 작업 <strong>\'%1%\'</strong> 를\n 페이지 <a href="http://%4%/actions/preview.aspx?id=%5%"><strong>\'%2%\'</strong></a> 에서\n 진행했음을 알리는 자동 발송 메일입니다.\n </p>\n\t <div style="margin: 8px 0; padding: 8px; display: block;">\n\t\t\t<br />\n\t\t\t<a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> 편집 </a> \n\t\t\t<br />\n\t </div>\n\t <p>\n\t\t <h3>업데이트 요약:</h3>\n\t\t <table style="width: 100%;">\n\t\t\t\t\t %6%\n\t\t\t</table>\n\t\t </p>\n\n\t <div style="margin: 8px 0; padding: 8px; display: block;">\n\t\t\t<br />\n\t\t\t<a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> 편집 </a> \n\t\t\t<br />\n\t </div>\n\n\t <p>좋은 하루 되세요!<br /><br />\n\t </p>',
|
|
434
|
-
mailSubject: '%1%에 대한 [%0]알림이 %2%에 생성되었습니다',
|
|
432
|
+
notificationsSavedFor: '%0% 에 대한 알림이 저장되었습니다.',
|
|
435
433
|
notifications: '알림',
|
|
436
434
|
},
|
|
437
435
|
packager: {
|
|
@@ -468,11 +468,7 @@ export default {
|
|
|
468
468
|
},
|
|
469
469
|
notifications: {
|
|
470
470
|
editNotifications: '%0% 에 대한 알림 편집',
|
|
471
|
-
|
|
472
|
-
"\n 안녕하세요 %0%\n\n 사용자 '%3%' 가 작업 '%1%' 를 페이지 '%2%' 에서\n 진행했음을 알리는 자동 발송 메일입니다.\n\n 편집하시려면 http://%4%/#/content/content/edit/%5% 로 이동하세요\n\n 좋은 하루 되세요!\n\n ",
|
|
473
|
-
mailBodyHtml:
|
|
474
|
-
'<p>안녕하세요 %0%</p>\n\n\t <p>사용자 <strong>\'%3%\'</strong> 가 작업 <strong>\'%1%\'</strong> 를\n 페이지 <a href="http://%4%/actions/preview.aspx?id=%5%"><strong>\'%2%\'</strong></a> 에서\n 진행했음을 알리는 자동 발송 메일입니다.\n </p>\n\t <div style="margin: 8px 0; padding: 8px; display: block;">\n\t\t\t<br />\n\t\t\t<a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> 편집 </a> \n\t\t\t<br />\n\t </div>\n\t <p>\n\t\t <h3>업데이트 요약:</h3>\n\t\t <table style="width: 100%;">\n\t\t\t\t\t %6%\n\t\t\t</table>\n\t\t </p>\n\n\t <div style="margin: 8px 0; padding: 8px; display: block;">\n\t\t\t<br />\n\t\t\t<a style="color: white; font-weight: bold; background-color: #5372c3; text-decoration : none; margin-right: 20px; border: 8px solid #5372c3; width: 150px;" href="http://%4%/#/content/content/edit/%5%"> 편집 </a> \n\t\t\t<br />\n\t </div>\n\n\t <p>좋은 하루 되세요!<br /><br />\n\t </p>',
|
|
475
|
-
mailSubject: '%1%에 대한 [%0]알림이 %2%에 생성되었습니다',
|
|
471
|
+
notificationsSavedFor: '%0% 에 대한 알림이 저장되었습니다.',
|
|
476
472
|
notifications: '알림',
|
|
477
473
|
},
|
|
478
474
|
packager: {
|