@umbraco-cms/backoffice 14.0.0-500b9dc0 → 14.0.0-5f7ff12f
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.element.js +17 -7
- package/dist-cms/apps/app/app.element.js.map +1 -1
- package/dist-cms/apps/backoffice/extension.controller.d.ts +3 -4
- package/dist-cms/apps/backoffice/extension.controller.js +3 -4
- package/dist-cms/apps/backoffice/extension.controller.js.map +1 -1
- package/dist-cms/custom-elements.json +151 -55
- package/dist-cms/external/rxjs/index.js +2 -2
- package/dist-cms/external/tinymce/index.js +49 -0
- package/dist-cms/libs/class-api/class.interface.d.ts +12 -0
- package/dist-cms/libs/class-api/class.interface.js +2 -0
- package/dist-cms/libs/class-api/class.interface.js.map +1 -0
- package/dist-cms/libs/class-api/class.mixin.d.ts +27 -0
- package/dist-cms/libs/class-api/class.mixin.js +50 -0
- package/dist-cms/libs/class-api/class.mixin.js.map +1 -0
- package/dist-cms/libs/class-api/index.d.ts +2 -0
- package/dist-cms/libs/class-api/index.js +3 -0
- package/dist-cms/libs/class-api/index.js.map +1 -0
- package/dist-cms/libs/context-api/consume/context-consumer.controller.d.ts +5 -4
- package/dist-cms/libs/context-api/consume/context-consumer.controller.js +8 -5
- package/dist-cms/libs/context-api/consume/context-consumer.controller.js.map +1 -1
- package/dist-cms/libs/context-api/consume/context-consumer.d.ts +6 -11
- package/dist-cms/libs/context-api/consume/context-consumer.js +27 -25
- package/dist-cms/libs/context-api/consume/context-consumer.js.map +1 -1
- package/dist-cms/libs/context-api/provide/context-provider.controller.d.ts +5 -4
- package/dist-cms/libs/context-api/provide/context-provider.controller.js +8 -6
- package/dist-cms/libs/context-api/provide/context-provider.controller.js.map +1 -1
- package/dist-cms/libs/context-api/provide/context-provider.d.ts +3 -3
- package/dist-cms/libs/context-api/provide/context-provider.element.d.ts +1 -1
- package/dist-cms/libs/context-api/provide/context-provider.element.js +2 -2
- package/dist-cms/libs/context-api/provide/context-provider.element.js.map +1 -1
- package/dist-cms/libs/context-api/provide/context-provider.js +6 -6
- package/dist-cms/libs/context-api/provide/context-provider.js.map +1 -1
- package/dist-cms/libs/controller-api/controller-alias.type.d.ts +1 -0
- package/dist-cms/libs/controller-api/controller-alias.type.js +2 -0
- package/dist-cms/libs/controller-api/controller-alias.type.js.map +1 -0
- package/dist-cms/libs/controller-api/controller-host-base.mixin.d.ts +22 -0
- package/dist-cms/libs/controller-api/{controller-host.mixin.js → controller-host-base.mixin.js} +28 -34
- package/dist-cms/libs/controller-api/controller-host-base.mixin.js.map +1 -0
- package/dist-cms/libs/controller-api/controller-host-element.mixin.d.ts +26 -0
- package/dist-cms/libs/controller-api/controller-host-element.mixin.js +25 -0
- package/dist-cms/libs/controller-api/controller-host-element.mixin.js.map +1 -0
- package/dist-cms/libs/controller-api/controller-host-initializer.element.d.ts +2 -2
- package/dist-cms/libs/controller-api/controller-host-initializer.element.js +2 -2
- package/dist-cms/libs/controller-api/controller-host-initializer.element.js.map +1 -1
- package/dist-cms/libs/controller-api/controller-host.interface.d.ts +9 -0
- package/dist-cms/libs/controller-api/controller-host.interface.js +2 -0
- package/dist-cms/libs/controller-api/controller-host.interface.js.map +1 -0
- package/dist-cms/libs/controller-api/controller.class.d.ts +45 -9
- package/dist-cms/libs/controller-api/controller.class.js +15 -11
- package/dist-cms/libs/controller-api/controller.class.js.map +1 -1
- package/dist-cms/libs/controller-api/controller.interface.d.ts +3 -2
- package/dist-cms/libs/controller-api/index.d.ts +4 -1
- package/dist-cms/libs/controller-api/index.js +4 -1
- package/dist-cms/libs/controller-api/index.js.map +1 -1
- package/dist-cms/libs/element-api/element.mixin.d.ts +2 -7
- package/dist-cms/libs/element-api/element.mixin.js +2 -22
- package/dist-cms/libs/element-api/element.mixin.js.map +1 -1
- package/dist-cms/libs/extension-api/bundle-extension-initializer.d.ts +1 -0
- package/dist-cms/libs/extension-api/bundle-extension-initializer.js +22 -3
- package/dist-cms/libs/extension-api/bundle-extension-initializer.js.map +1 -1
- package/dist-cms/libs/extension-api/entry-point-extension-initializer.d.ts +2 -2
- package/dist-cms/libs/extension-api/entry-point-extension-initializer.js.map +1 -1
- package/dist-cms/libs/extension-api/{umb-lifecycle.interface.d.ts → entry-point.interface.d.ts} +2 -2
- package/dist-cms/libs/extension-api/entry-point.interface.js +2 -0
- package/dist-cms/libs/extension-api/entry-point.interface.js.map +1 -0
- package/dist-cms/libs/extension-api/has-init-export.function.d.ts +1 -1
- package/dist-cms/libs/extension-api/index.d.ts +1 -1
- package/dist-cms/libs/extension-api/index.js +1 -1
- package/dist-cms/libs/extension-api/index.js.map +1 -1
- package/dist-cms/libs/extension-api/registry/extension.registry.d.ts +1 -0
- package/dist-cms/libs/extension-api/registry/extension.registry.js +44 -18
- package/dist-cms/libs/extension-api/registry/extension.registry.js.map +1 -1
- package/dist-cms/libs/extension-api/types.d.ts +3 -5
- package/dist-cms/libs/observable-api/class-state.d.ts +2 -2
- package/dist-cms/libs/observable-api/class-state.js.map +1 -1
- package/dist-cms/libs/observable-api/observer.controller.d.ts +5 -5
- package/dist-cms/libs/observable-api/observer.controller.js +1 -1
- package/dist-cms/libs/observable-api/observer.controller.js.map +1 -1
- package/dist-cms/mocks/data/data-type.data.js +69 -1
- package/dist-cms/mocks/data/data-type.data.js.map +1 -1
- package/dist-cms/mocks/data/document-type.data.js +18 -0
- package/dist-cms/mocks/data/document-type.data.js.map +1 -1
- package/dist-cms/mocks/data/document.data.js +7 -0
- package/dist-cms/mocks/data/document.data.js.map +1 -1
- package/dist-cms/mocks/data/users.data.d.ts +1 -1
- package/dist-cms/mocks/data/users.data.js.map +1 -1
- package/dist-cms/mocks/handlers/images.handlers.d.ts +1 -0
- package/dist-cms/mocks/handlers/images.handlers.js +8 -0
- package/dist-cms/mocks/handlers/images.handlers.js.map +1 -0
- package/dist-cms/mocks/handlers/rte-embed.handlers.js +6 -2
- package/dist-cms/mocks/handlers/rte-embed.handlers.js.map +1 -1
- package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.d.ts +19 -2
- package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.js +28 -2
- package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.js.map +1 -1
- package/dist-cms/packages/core/components/index.d.ts +1 -0
- package/dist-cms/packages/core/components/index.js +1 -0
- package/dist-cms/packages/core/components/index.js.map +1 -1
- package/dist-cms/packages/core/components/input-tiny-mce/index.d.ts +6 -0
- package/dist-cms/packages/core/components/input-tiny-mce/index.js +7 -0
- package/dist-cms/packages/core/components/input-tiny-mce/index.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.d.ts +5 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.js +46 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.d.ts +29 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.js +272 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.d.ts +3 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.js +39 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.d.ts +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.js +79 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.d.ts +6 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.js +54 -0
- package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.js.map +1 -0
- package/dist-cms/packages/core/components/input-tiny-mce/tiny-mce-plugin.d.ts +12 -0
- package/dist-cms/packages/core/components/input-tiny-mce/tiny-mce-plugin.js +8 -0
- package/dist-cms/packages/core/components/input-tiny-mce/tiny-mce-plugin.js.map +1 -0
- package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.d.ts +2 -2
- package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js +2 -3
- package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js.map +1 -1
- package/dist-cms/packages/core/content-type/content-type-structure-manager.class.js.map +1 -1
- package/dist-cms/packages/core/extension-registry/class-extensions-initializer.d.ts +14 -0
- package/dist-cms/packages/core/extension-registry/class-extensions-initializer.js +34 -0
- package/dist-cms/packages/core/extension-registry/class-extensions-initializer.js.map +1 -0
- package/dist-cms/packages/core/extension-registry/extension-class-initializer.d.ts +3 -2
- package/dist-cms/packages/core/extension-registry/extension-class-initializer.js +15 -7
- package/dist-cms/packages/core/extension-registry/extension-class-initializer.js.map +1 -1
- package/dist-cms/packages/core/extension-registry/index.d.ts +1 -0
- package/dist-cms/packages/core/extension-registry/index.js +1 -0
- package/dist-cms/packages/core/extension-registry/index.js.map +1 -1
- package/dist-cms/packages/core/extension-registry/interfaces/property-editor-ui-extension-element.interface.d.ts +2 -2
- package/dist-cms/packages/core/extension-registry/models/global-context.model.d.ts +4 -0
- package/dist-cms/packages/core/extension-registry/models/global-context.model.js +2 -0
- package/dist-cms/packages/core/extension-registry/models/global-context.model.js.map +1 -0
- package/dist-cms/packages/core/extension-registry/models/index.d.ts +5 -1
- package/dist-cms/packages/core/extension-registry/models/index.js +2 -0
- package/dist-cms/packages/core/extension-registry/models/index.js.map +1 -1
- package/dist-cms/packages/core/extension-registry/models/property-editor.model.d.ts +2 -2
- package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.d.ts +38 -0
- package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.js +2 -0
- package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.js.map +1 -0
- package/dist-cms/packages/core/index.d.ts +1 -0
- package/dist-cms/packages/core/index.js +7 -2
- package/dist-cms/packages/core/index.js.map +1 -1
- package/dist-cms/packages/core/macro/index.d.ts +1 -0
- package/dist-cms/packages/core/macro/index.js +2 -0
- package/dist-cms/packages/core/macro/index.js.map +1 -0
- package/dist-cms/packages/core/macro/macro.service.d.ts +26 -0
- package/dist-cms/packages/core/macro/macro.service.js +117 -0
- package/dist-cms/packages/core/macro/macro.service.js.map +1 -0
- package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.d.ts +17 -0
- package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.js +92 -0
- package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.js.map +1 -0
- package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.d.ts +3 -5
- package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.js +11 -11
- package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.js.map +1 -1
- package/dist-cms/packages/core/modal/common/manifests.js +6 -0
- package/dist-cms/packages/core/modal/common/manifests.js.map +1 -1
- package/dist-cms/packages/core/modal/modal-context.d.ts +3 -3
- package/dist-cms/packages/core/modal/modal-context.js +1 -1
- package/dist-cms/packages/core/modal/modal-context.js.map +1 -1
- package/dist-cms/packages/core/modal/modal-route-registration.controller.d.ts +3 -3
- package/dist-cms/packages/core/modal/modal-route-registration.controller.js +1 -1
- package/dist-cms/packages/core/modal/modal-route-registration.controller.js.map +1 -1
- package/dist-cms/packages/core/modal/token/code-editor-modal.token.d.ts +12 -0
- package/dist-cms/packages/core/modal/token/code-editor-modal.token.js +6 -0
- package/dist-cms/packages/core/modal/token/code-editor-modal.token.js.map +1 -0
- package/dist-cms/packages/core/modal/token/embedded-media-modal.token.d.ts +8 -7
- package/dist-cms/packages/core/modal/token/embedded-media-modal.token.js +2 -1
- package/dist-cms/packages/core/modal/token/embedded-media-modal.token.js.map +1 -1
- package/dist-cms/packages/core/modal/token/index.d.ts +1 -0
- package/dist-cms/packages/core/modal/token/index.js +1 -0
- package/dist-cms/packages/core/modal/token/index.js.map +1 -1
- package/dist-cms/packages/core/property-actions/shared/property-action/property-action.element.d.ts +1 -1
- package/dist-cms/packages/core/property-actions/shared/property-action/property-action.element.js +3 -1
- package/dist-cms/packages/core/property-actions/shared/property-action/property-action.element.js.map +1 -1
- package/dist-cms/packages/core/property-actions/shared/property-action/property-action.model.d.ts +1 -1
- package/dist-cms/packages/core/property-actions/shared/property-action-menu/property-action-menu.context.d.ts +2 -2
- package/dist-cms/packages/core/property-actions/shared/property-action-menu/property-action-menu.context.js +6 -5
- package/dist-cms/packages/core/property-actions/shared/property-action-menu/property-action-menu.context.js.map +1 -1
- package/dist-cms/packages/core/property-actions/shared/property-action-menu/property-action-menu.element.d.ts +1 -1
- package/dist-cms/packages/core/property-actions/shared/property-action-menu/property-action-menu.element.js +1 -1
- package/dist-cms/packages/core/property-actions/shared/property-action-menu/property-action-menu.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/events/index.d.ts +1 -0
- package/dist-cms/packages/core/property-editors/events/index.js +2 -0
- package/dist-cms/packages/core/property-editors/events/index.js.map +1 -0
- package/dist-cms/packages/core/property-editors/events/property-value-change.event.d.ts +3 -0
- package/dist-cms/packages/core/property-editors/events/property-value-change.event.js +7 -0
- package/dist-cms/packages/core/property-editors/events/property-value-change.event.js.map +1 -0
- package/dist-cms/packages/core/property-editors/index.d.ts +2 -3
- package/dist-cms/packages/core/property-editors/index.js +2 -6
- package/dist-cms/packages/core/property-editors/index.js.map +1 -1
- package/dist-cms/packages/core/property-editors/manifests.js +1 -1
- package/dist-cms/packages/core/property-editors/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.BlockGrid.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.BlockList.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.CheckboxList.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.ColorPicker.EyeDropper.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.ColorPicker.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.DateTime.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.Decimal.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.Dropdown.Flexible.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.EmailAddress.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.IconPicker.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.ImageCropper.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.Integer.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.JSON.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.Label.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.ListView.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.MarkdownEditor.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.MediaPicker3.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.MemberGroupPicker.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.MemberPicker.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.MultiNodeTreePicker.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.MultiUrlPicker.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.MultipleTextString.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.RadioButtonList.js.map +1 -0
- package/dist-cms/packages/core/property-editors/{models/Umbraco.TinyMCE.js → schemas/Umbraco.RichText.js} +3 -2
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.RichText.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.Slider.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.Tags.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.TextArea.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.TextBox.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.TrueFalse.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.UploadField.js.map +1 -0
- package/dist-cms/packages/core/property-editors/schemas/Umbraco.UserPicker.js.map +1 -0
- package/dist-cms/packages/core/property-editors/{models → schemas}/manifests.js +2 -2
- package/dist-cms/packages/core/property-editors/schemas/manifests.js.map +1 -0
- package/dist-cms/packages/core/property-editors/types/data-type-config.type.d.ts +3 -0
- package/dist-cms/packages/core/property-editors/types/data-type-config.type.js +2 -0
- package/dist-cms/packages/core/property-editors/types/data-type-config.type.js.map +1 -0
- package/dist-cms/packages/core/property-editors/types/index.d.ts +1 -0
- package/dist-cms/packages/core/property-editors/types/index.js +2 -0
- package/dist-cms/packages/core/property-editors/types/index.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/block-grid/property-editor-ui-block-grid.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/block-grid/property-editor-ui-block-grid.element.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-grid/property-editor-ui-block-grid.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-list/property-editor-ui-block-list.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/block-list/property-editor-ui-block-list.element.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/block-list/property-editor-ui-block-list.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/checkbox-list/property-editor-ui-checkbox-list.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/checkbox-list/property-editor-ui-checkbox-list.element.js +3 -1
- package/dist-cms/packages/core/property-editors/uis/checkbox-list/property-editor-ui-checkbox-list.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/color-picker/property-editor-ui-color-picker.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/color-picker/property-editor-ui-color-picker.element.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/color-picker/property-editor-ui-color-picker.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/date-picker/property-editor-ui-date-picker.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/date-picker/property-editor-ui-date-picker.element.js +3 -1
- package/dist-cms/packages/core/property-editors/uis/date-picker/property-editor-ui-date-picker.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/dropdown/property-editor-ui-dropdown.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/dropdown/property-editor-ui-dropdown.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/eye-dropper/property-editor-ui-eye-dropper.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/eye-dropper/property-editor-ui-eye-dropper.element.js +5 -3
- package/dist-cms/packages/core/property-editors/uis/eye-dropper/property-editor-ui-eye-dropper.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/icon-picker/property-editor-ui-icon-picker.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/icon-picker/property-editor-ui-icon-picker.element.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/icon-picker/property-editor-ui-icon-picker.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/image-cropper/property-editor-ui-image-cropper.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/image-cropper/property-editor-ui-image-cropper.element.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/image-cropper/property-editor-ui-image-cropper.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.js +1 -3
- package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/label/property-editor-ui-label.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/label/property-editor-ui-label.element.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/label/property-editor-ui-label.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/markdown-editor/property-editor-ui-markdown-editor.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/markdown-editor/property-editor-ui-markdown-editor.element.js +1 -3
- package/dist-cms/packages/core/property-editors/uis/markdown-editor/property-editor-ui-markdown-editor.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/media-picker/property-editor-ui-media-picker.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/media-picker/property-editor-ui-media-picker.element.js +2 -2
- package/dist-cms/packages/core/property-editors/uis/media-picker/property-editor-ui-media-picker.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/member-group-picker/property-editor-ui-member-group-picker.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/member-group-picker/property-editor-ui-member-group-picker.element.js +1 -3
- package/dist-cms/packages/core/property-editors/uis/member-group-picker/property-editor-ui-member-group-picker.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/member-picker/property-editor-ui-member-picker.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/member-picker/property-editor-ui-member-picker.element.js +1 -3
- package/dist-cms/packages/core/property-editors/uis/member-picker/property-editor-ui-member-picker.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.js +6 -6
- package/dist-cms/packages/core/property-editors/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/number/property-editor-ui-number.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/number/property-editor-ui-number.element.js +4 -4
- package/dist-cms/packages/core/property-editors/uis/number/property-editor-ui-number.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/number-range/property-editor-ui-number-range.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/number-range/property-editor-ui-number-range.element.js +1 -3
- package/dist-cms/packages/core/property-editors/uis/number-range/property-editor-ui-number-range.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/order-direction/property-editor-ui-order-direction.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/order-direction/property-editor-ui-order-direction.element.js +1 -3
- package/dist-cms/packages/core/property-editors/uis/order-direction/property-editor-ui-order-direction.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/overlay-size/property-editor-ui-overlay-size.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/overlay-size/property-editor-ui-overlay-size.element.js +1 -3
- package/dist-cms/packages/core/property-editors/uis/overlay-size/property-editor-ui-overlay-size.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/radio-button-list/property-editor-ui-radio-button-list.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/radio-button-list/property-editor-ui-radio-button-list.element.js +3 -1
- package/dist-cms/packages/core/property-editors/uis/radio-button-list/property-editor-ui-radio-button-list.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/slider/property-editor-ui-slider.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/slider/property-editor-ui-slider.element.js +8 -8
- package/dist-cms/packages/core/property-editors/uis/slider/property-editor-ui-slider.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/text-box/property-editor-ui-text-box.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/text-box/property-editor-ui-text-box.element.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/text-box/property-editor-ui-text-box.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/textarea/property-editor-ui-textarea.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/textarea/property-editor-ui-textarea.element.js +5 -5
- package/dist-cms/packages/core/property-editors/uis/textarea/property-editor-ui-textarea.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.d.ts +18 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.js +31 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.d.ts +2 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.js +52 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.d.ts +15 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.js +26 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.d.ts +16 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.js +45 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.d.ts +25 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.js +123 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.js +209 -6
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.d.ts +2 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.js +84 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.d.ts +5 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js +34 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.d.ts +5 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js +69 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.d.ts +6 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js +168 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.d.ts +5 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js +166 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.d.ts +5 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js +141 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js.map +1 -0
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.d.ts +3 -2
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.js +16 -7
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/toggle/property-editor-ui-toggle.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/toggle/property-editor-ui-toggle.element.js +6 -6
- package/dist-cms/packages/core/property-editors/uis/toggle/property-editor-ui-toggle.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/tree-picker/property-editor-ui-tree-picker.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/tree-picker/property-editor-ui-tree-picker.element.js +1 -3
- package/dist-cms/packages/core/property-editors/uis/tree-picker/property-editor-ui-tree-picker.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/upload-field/property-editor-ui-upload-field.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/upload-field/property-editor-ui-upload-field.element.js +3 -3
- package/dist-cms/packages/core/property-editors/uis/upload-field/property-editor-ui-upload-field.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/user-picker/property-editor-ui-user-picker.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/user-picker/property-editor-ui-user-picker.element.js +1 -3
- package/dist-cms/packages/core/property-editors/uis/user-picker/property-editor-ui-user-picker.element.js.map +1 -1
- package/dist-cms/packages/core/property-editors/uis/value-type/property-editor-ui-value-type.element.d.ts +2 -2
- package/dist-cms/packages/core/property-editors/uis/value-type/property-editor-ui-value-type.element.js +1 -1
- package/dist-cms/packages/core/property-editors/uis/value-type/property-editor-ui-value-type.element.js.map +1 -1
- package/dist-cms/packages/core/sorter/sorter.controller.d.ts +3 -3
- package/dist-cms/packages/core/sorter/sorter.controller.js +3 -3
- package/dist-cms/packages/core/sorter/sorter.controller.js.map +1 -1
- package/dist-cms/packages/core/store/index.d.ts +0 -1
- package/dist-cms/packages/core/store/index.js +0 -1
- package/dist-cms/packages/core/store/index.js.map +1 -1
- package/dist-cms/packages/core/store/store-base.d.ts +3 -3
- package/dist-cms/packages/core/store/store-base.js.map +1 -1
- package/dist-cms/packages/core/themes/index.js.map +1 -0
- package/dist-cms/packages/core/themes/manifests.d.ts +3 -0
- package/dist-cms/packages/{settings → core}/themes/manifests.js +6 -0
- package/dist-cms/packages/core/themes/manifests.js.map +1 -0
- package/dist-cms/packages/core/themes/theme.context.d.ts +10 -0
- package/dist-cms/packages/{settings → core}/themes/theme.context.js +12 -16
- package/dist-cms/packages/core/themes/theme.context.js.map +1 -0
- package/dist-cms/packages/core/tree/tree.context.d.ts +3 -4
- package/dist-cms/packages/core/tree/tree.context.js +10 -10
- package/dist-cms/packages/core/tree/tree.context.js.map +1 -1
- package/dist-cms/packages/core/umbraco-package.d.ts +2 -6
- package/dist-cms/packages/core/umbraco-package.js.map +1 -1
- package/dist-cms/packages/core/workspace/types/index.d.ts +1 -0
- package/dist-cms/packages/core/workspace/types/index.js +2 -0
- package/dist-cms/packages/core/workspace/types/index.js.map +1 -0
- package/dist-cms/packages/core/workspace/types/workspace-property-data.type.d.ts +8 -0
- package/dist-cms/packages/core/workspace/types/workspace-property-data.type.js +2 -0
- package/dist-cms/packages/core/workspace/types/workspace-property-data.type.js.map +1 -0
- package/dist-cms/packages/core/workspace/workspace-property/workspace-property.context.d.ts +11 -17
- package/dist-cms/packages/core/workspace/workspace-property/workspace-property.context.js +23 -16
- package/dist-cms/packages/core/workspace/workspace-property/workspace-property.context.js.map +1 -1
- package/dist-cms/packages/core/workspace/workspace-property/workspace-property.element.d.ts +2 -3
- package/dist-cms/packages/core/workspace/workspace-property/workspace-property.element.js +3 -5
- package/dist-cms/packages/core/workspace/workspace-property/workspace-property.element.js.map +1 -1
- package/dist-cms/packages/documents/document-types/workspace/document-type-workspace-editor.element.js +1 -1
- package/dist-cms/packages/documents/document-types/workspace/document-type-workspace-editor.element.js.map +1 -1
- package/dist-cms/packages/documents/document-types/workspace/document-type-workspace.element.js +1 -1
- package/dist-cms/packages/documents/document-types/workspace/document-type-workspace.element.js.map +1 -1
- package/dist-cms/packages/documents/documents/property-editors/document-picker/property-editor-ui-document-picker.element.d.ts +2 -2
- package/dist-cms/packages/documents/documents/property-editors/document-picker/property-editor-ui-document-picker.element.js +2 -2
- package/dist-cms/packages/documents/documents/property-editors/document-picker/property-editor-ui-document-picker.element.js.map +1 -1
- package/dist-cms/packages/media/{package-entry-point.d.ts → manifests.d.ts} +1 -3
- package/dist-cms/packages/media/{package-entry-point.js → manifests.js} +1 -4
- package/dist-cms/packages/media/manifests.js.map +1 -0
- package/dist-cms/packages/media/media/manifests.d.ts +1 -1
- package/dist-cms/packages/media/media/repository/media.repository.js.map +1 -1
- package/dist-cms/packages/media/media-types/manifests.d.ts +1 -1
- package/dist-cms/packages/media/umbraco-package.d.ts +1 -1
- package/dist-cms/packages/media/umbraco-package.js +4 -4
- package/dist-cms/packages/media/umbraco-package.js.map +1 -1
- package/dist-cms/packages/members/{package-entry-point.d.ts → manifests.d.ts} +1 -3
- package/dist-cms/packages/members/{package-entry-point.js → manifests.js} +1 -4
- package/dist-cms/packages/members/manifests.js.map +1 -0
- package/dist-cms/packages/members/member-groups/manifests.d.ts +1 -1
- package/dist-cms/packages/members/member-types/manifests.d.ts +1 -1
- package/dist-cms/packages/members/members/manifests.d.ts +1 -1
- package/dist-cms/packages/members/umbraco-package.d.ts +1 -1
- package/dist-cms/packages/members/umbraco-package.js +4 -4
- package/dist-cms/packages/members/umbraco-package.js.map +1 -1
- package/dist-cms/packages/packages/{package-entry-point.d.ts → manifests.d.ts} +0 -2
- package/dist-cms/packages/packages/{package-entry-point.js → manifests.js} +1 -4
- package/dist-cms/packages/packages/manifests.js.map +1 -0
- package/dist-cms/packages/packages/package/repository/server-extension.controller.d.ts +2 -2
- package/dist-cms/packages/packages/package/repository/server-extension.controller.js +2 -2
- package/dist-cms/packages/packages/package/repository/server-extension.controller.js.map +1 -1
- package/dist-cms/packages/packages/umbraco-package.d.ts +1 -1
- package/dist-cms/packages/packages/umbraco-package.js +4 -4
- package/dist-cms/packages/packages/umbraco-package.js.map +1 -1
- package/dist-cms/packages/search/umbraco-package.d.ts +1 -1
- package/dist-cms/packages/search/umbraco-package.js +4 -4
- package/dist-cms/packages/search/umbraco-package.js.map +1 -1
- package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.d.ts +1 -1
- package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.js +1 -1
- package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.js.map +1 -1
- package/dist-cms/packages/settings/data-types/repository/manifests.d.ts +1 -1
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace-editor.element.js +1 -1
- package/dist-cms/packages/settings/data-types/workspace/data-type-workspace-editor.element.js.map +1 -1
- package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js +8 -6
- package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js.map +1 -1
- package/dist-cms/packages/settings/extensions/workspace/extension-root-workspace.element.js +2 -2
- package/dist-cms/packages/settings/extensions/workspace/extension-root-workspace.element.js.map +1 -1
- package/dist-cms/packages/settings/languages/app-language-select/app-language.context.d.ts +1 -0
- package/dist-cms/packages/settings/languages/app-language-select/app-language.context.js +4 -1
- package/dist-cms/packages/settings/languages/app-language-select/app-language.context.js.map +1 -1
- package/dist-cms/packages/settings/languages/app-language-select/manifests.d.ts +2 -2
- package/dist-cms/packages/settings/languages/app-language-select/manifests.js +6 -0
- package/dist-cms/packages/settings/languages/app-language-select/manifests.js.map +1 -1
- package/dist-cms/packages/settings/languages/manifests.d.ts +1 -1
- package/dist-cms/packages/settings/languages/workspace/language/language-workspace.element.js +1 -1
- package/dist-cms/packages/settings/languages/workspace/language/language-workspace.element.js.map +1 -1
- package/dist-cms/packages/settings/manifests.js +7 -7
- package/dist-cms/packages/settings/manifests.js.map +1 -1
- package/dist-cms/packages/settings/relation-types/manifests.d.ts +1 -1
- package/dist-cms/packages/settings/umbraco-package.d.ts +1 -1
- package/dist-cms/packages/settings/umbraco-package.js +4 -4
- package/dist-cms/packages/settings/umbraco-package.js.map +1 -1
- package/dist-cms/packages/tags/index.d.ts +1 -0
- package/dist-cms/packages/tags/index.js +1 -0
- package/dist-cms/packages/tags/index.js.map +1 -1
- package/dist-cms/packages/tags/manifests.d.ts +1 -0
- package/dist-cms/packages/tags/{package-entry-point.js → manifests.js} +1 -5
- package/dist-cms/packages/tags/manifests.js.map +1 -0
- package/dist-cms/packages/tags/property-editors/tags/property-editor-ui-tags.element.d.ts +5 -3
- package/dist-cms/packages/tags/property-editors/tags/property-editor-ui-tags.element.js +12 -6
- package/dist-cms/packages/tags/property-editors/tags/property-editor-ui-tags.element.js.map +1 -1
- package/dist-cms/packages/tags/umbraco-package.d.ts +2 -2
- package/dist-cms/packages/tags/umbraco-package.js +5 -5
- package/dist-cms/packages/tags/umbraco-package.js.map +1 -1
- package/dist-cms/packages/templating/code-editor/code-editor.element.js +1 -1
- package/dist-cms/packages/templating/components/index.d.ts +2 -2
- package/dist-cms/packages/templating/components/index.js +2 -2
- package/dist-cms/packages/templating/components/index.js.map +1 -1
- package/dist-cms/packages/templating/index.d.ts +2 -0
- package/dist-cms/packages/templating/index.js +3 -0
- package/dist-cms/packages/templating/index.js.map +1 -0
- package/dist-cms/packages/templating/{package-entry-point.d.ts → manifests.d.ts} +1 -5
- package/dist-cms/packages/templating/{package-entry-point.js → manifests.js} +1 -6
- package/dist-cms/packages/templating/manifests.js.map +1 -0
- package/dist-cms/packages/templating/partial-views/manifests.d.ts +1 -1
- package/dist-cms/packages/templating/stylesheets/manifests.d.ts +1 -1
- package/dist-cms/packages/templating/templates/components/index.d.ts +3 -3
- package/dist-cms/packages/templating/templates/components/index.js +3 -3
- package/dist-cms/packages/templating/templates/components/index.js.map +1 -1
- package/dist-cms/packages/templating/templates/index.d.ts +1 -1
- package/dist-cms/packages/templating/templates/index.js +1 -1
- package/dist-cms/packages/templating/templates/index.js.map +1 -1
- package/dist-cms/packages/templating/templates/manifests.d.ts +1 -1
- package/dist-cms/packages/templating/templates/repository/manifests.d.ts +1 -1
- package/dist-cms/packages/templating/umbraco-package.d.ts +1 -1
- package/dist-cms/packages/templating/umbraco-package.js +4 -4
- package/dist-cms/packages/templating/umbraco-package.js.map +1 -1
- package/dist-cms/packages/translation/dictionary/manifests.d.ts +1 -1
- package/dist-cms/packages/translation/{index.d.ts → manifests.d.ts} +1 -3
- package/dist-cms/packages/translation/{index.js → manifests.js} +1 -4
- package/dist-cms/packages/translation/manifests.js.map +1 -0
- package/dist-cms/packages/translation/umbraco-package.d.ts +1 -1
- package/dist-cms/packages/translation/umbraco-package.js +4 -4
- package/dist-cms/packages/translation/umbraco-package.js.map +1 -1
- package/dist-cms/packages/umbraco-news/manifests.d.ts +2 -0
- package/dist-cms/packages/umbraco-news/{index.js → manifests.js} +2 -3
- package/dist-cms/packages/umbraco-news/manifests.js.map +1 -0
- package/dist-cms/packages/umbraco-news/umbraco-package.d.ts +1 -1
- package/dist-cms/packages/umbraco-news/umbraco-package.js +4 -4
- package/dist-cms/packages/umbraco-news/umbraco-package.js.map +1 -1
- package/dist-cms/packages/users/current-user/current-user-history.store.d.ts +5 -3
- package/dist-cms/packages/users/current-user/current-user-history.store.js +12 -10
- package/dist-cms/packages/users/current-user/current-user-history.store.js.map +1 -1
- package/dist-cms/packages/users/current-user/manifests.js +6 -0
- package/dist-cms/packages/users/current-user/manifests.js.map +1 -1
- package/dist-cms/packages/users/current-user/user-profile-apps/user-profile-app-themes.element.d.ts +1 -1
- package/dist-cms/packages/users/current-user/user-profile-apps/user-profile-app-themes.element.js +1 -1
- package/dist-cms/packages/users/current-user/user-profile-apps/user-profile-app-themes.element.js.map +1 -1
- package/dist-cms/packages/users/index.d.ts +2 -5
- package/dist-cms/packages/users/index.js +2 -17
- package/dist-cms/packages/users/index.js.map +1 -1
- package/dist-cms/packages/users/manifests.d.ts +1 -0
- package/dist-cms/packages/users/manifests.js +6 -0
- package/dist-cms/packages/users/manifests.js.map +1 -0
- package/dist-cms/packages/users/umbraco-package.d.ts +1 -1
- package/dist-cms/packages/users/umbraco-package.js +4 -4
- package/dist-cms/packages/users/umbraco-package.js.map +1 -1
- package/dist-cms/packages/users/user-groups/manifests.d.ts +1 -1
- package/dist-cms/packages/users/user-groups/repository/manifests.d.ts +2 -3
- package/dist-cms/packages/users/user-groups/repository/manifests.js +9 -3
- package/dist-cms/packages/users/user-groups/repository/manifests.js.map +1 -1
- package/dist-cms/packages/users/users/manifests.d.ts +1 -1
- package/dist-cms/packages/users/users/repository/manifests.d.ts +2 -3
- package/dist-cms/packages/users/users/repository/manifests.js +9 -3
- package/dist-cms/packages/users/users/repository/manifests.js.map +1 -1
- package/dist-cms/shared/auth/auth.context.d.ts +1 -0
- package/dist-cms/shared/auth/auth.context.js +3 -0
- package/dist-cms/shared/auth/auth.context.js.map +1 -1
- package/dist-cms/shared/auth/auth.interface.d.ts +4 -0
- package/dist-cms/shared/lit-element/lit-element.element.d.ts +1 -1
- package/dist-cms/shared/resources/resource.controller.d.ts +3 -3
- package/dist-cms/shared/resources/resource.controller.js +2 -2
- package/dist-cms/shared/resources/resource.controller.js.map +1 -1
- package/dist-cms/shared/resources/tryExecuteAndNotify.function.d.ts +2 -2
- package/dist-cms/shared/resources/tryExecuteAndNotify.function.js.map +1 -1
- package/dist-cms/shared/router/route.context.d.ts +2 -2
- package/dist-cms/shared/router/route.context.js +6 -4
- package/dist-cms/shared/router/route.context.js.map +1 -1
- package/dist-cms/shared/utils/index.d.ts +6 -0
- package/dist-cms/shared/utils/index.js +1 -0
- package/dist-cms/shared/utils/index.js.map +1 -1
- package/dist-cms/shared/utils/media-helper.service.d.ts +44 -0
- package/dist-cms/shared/utils/media-helper.service.js +152 -0
- package/dist-cms/shared/utils/media-helper.service.js.map +1 -0
- package/dist-cms/tinymce/CHANGELOG.md +3253 -0
- package/dist-cms/tinymce/README.md +71 -0
- package/dist-cms/tinymce/bower.json +27 -0
- package/dist-cms/tinymce/composer.json +52 -0
- package/dist-cms/tinymce/icons/default/icons.js +191 -0
- package/dist-cms/tinymce/icons/default/icons.min.js +1 -0
- package/dist-cms/tinymce/icons/default/index.js +7 -0
- package/dist-cms/tinymce/langs/ar.js +407 -0
- package/dist-cms/tinymce/langs/az.js +406 -0
- package/dist-cms/tinymce/langs/be.js +406 -0
- package/dist-cms/tinymce/langs/bg_BG.js +406 -0
- package/dist-cms/tinymce/langs/bn_BD.js +406 -0
- package/dist-cms/tinymce/langs/ca.js +406 -0
- package/dist-cms/tinymce/langs/cs.js +406 -0
- package/dist-cms/tinymce/langs/cy.js +406 -0
- package/dist-cms/tinymce/langs/da.js +406 -0
- package/dist-cms/tinymce/langs/de.js +406 -0
- package/dist-cms/tinymce/langs/dv.js +406 -0
- package/dist-cms/tinymce/langs/el.js +406 -0
- package/dist-cms/tinymce/langs/eo.js +406 -0
- package/dist-cms/tinymce/langs/es.js +406 -0
- package/dist-cms/tinymce/langs/es_MX.js +406 -0
- package/dist-cms/tinymce/langs/et.js +406 -0
- package/dist-cms/tinymce/langs/eu.js +406 -0
- package/dist-cms/tinymce/langs/fa.js +407 -0
- package/dist-cms/tinymce/langs/fi.js +406 -0
- package/dist-cms/tinymce/langs/fr_FR.js +406 -0
- package/dist-cms/tinymce/langs/ga.js +406 -0
- package/dist-cms/tinymce/langs/gl.js +406 -0
- package/dist-cms/tinymce/langs/he_IL.js +407 -0
- package/dist-cms/tinymce/langs/hi.js +406 -0
- package/dist-cms/tinymce/langs/hr.js +406 -0
- package/dist-cms/tinymce/langs/hu_HU.js +406 -0
- package/dist-cms/tinymce/langs/hy.js +406 -0
- package/dist-cms/tinymce/langs/id.js +406 -0
- package/dist-cms/tinymce/langs/is_IS.js +406 -0
- package/dist-cms/tinymce/langs/it.js +406 -0
- package/dist-cms/tinymce/langs/ja.js +406 -0
- package/dist-cms/tinymce/langs/kab.js +406 -0
- package/dist-cms/tinymce/langs/kk.js +406 -0
- package/dist-cms/tinymce/langs/ko_KR.js +406 -0
- package/dist-cms/tinymce/langs/ku.js +407 -0
- package/dist-cms/tinymce/langs/lt.js +406 -0
- package/dist-cms/tinymce/langs/lv.js +406 -0
- package/dist-cms/tinymce/langs/nb_NO.js +406 -0
- package/dist-cms/tinymce/langs/ne.js +406 -0
- package/dist-cms/tinymce/langs/nl.js +406 -0
- package/dist-cms/tinymce/langs/nl_BE.js +406 -0
- package/dist-cms/tinymce/langs/oc.js +406 -0
- package/dist-cms/tinymce/langs/pl.js +406 -0
- package/dist-cms/tinymce/langs/pt_BR.js +406 -0
- package/dist-cms/tinymce/langs/ro.js +406 -0
- package/dist-cms/tinymce/langs/ru.js +406 -0
- package/dist-cms/tinymce/langs/sk.js +406 -0
- package/dist-cms/tinymce/langs/sl_SI.js +406 -0
- package/dist-cms/tinymce/langs/sq.js +406 -0
- package/dist-cms/tinymce/langs/sr.js +406 -0
- package/dist-cms/tinymce/langs/sv_SE.js +406 -0
- package/dist-cms/tinymce/langs/ta.js +406 -0
- package/dist-cms/tinymce/langs/tg.js +406 -0
- package/dist-cms/tinymce/langs/th_TH.js +406 -0
- package/dist-cms/tinymce/langs/tr.js +406 -0
- package/dist-cms/tinymce/langs/ug.js +406 -0
- package/dist-cms/tinymce/langs/uk.js +406 -0
- package/dist-cms/tinymce/langs/vi.js +406 -0
- package/dist-cms/tinymce/langs/zh-Hans.js +406 -0
- package/dist-cms/tinymce/langs/zh-Hant.js +406 -0
- package/dist-cms/tinymce/langs/zh_HK.js +406 -0
- package/dist-cms/tinymce/langs/zh_MO.js +406 -0
- package/dist-cms/tinymce/langs/zh_SG.js +406 -0
- package/dist-cms/tinymce/license.txt +21 -0
- package/dist-cms/tinymce/models/dom/index.js +7 -0
- package/dist-cms/tinymce/models/dom/model.js +8040 -0
- package/dist-cms/tinymce/models/dom/model.min.js +4 -0
- package/dist-cms/tinymce/package.json +32 -0
- package/dist-cms/tinymce/plugins/accordion/index.js +7 -0
- package/dist-cms/tinymce/plugins/accordion/plugin.js +1033 -0
- package/dist-cms/tinymce/plugins/accordion/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/advlist/index.js +7 -0
- package/dist-cms/tinymce/plugins/advlist/plugin.js +259 -0
- package/dist-cms/tinymce/plugins/advlist/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/anchor/index.js +7 -0
- package/dist-cms/tinymce/plugins/anchor/plugin.js +214 -0
- package/dist-cms/tinymce/plugins/anchor/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/autolink/index.js +7 -0
- package/dist-cms/tinymce/plugins/autolink/plugin.js +228 -0
- package/dist-cms/tinymce/plugins/autolink/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/autoresize/index.js +7 -0
- package/dist-cms/tinymce/plugins/autoresize/plugin.js +192 -0
- package/dist-cms/tinymce/plugins/autoresize/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/autosave/index.js +7 -0
- package/dist-cms/tinymce/plugins/autosave/plugin.js +233 -0
- package/dist-cms/tinymce/plugins/autosave/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/charmap/index.js +7 -0
- package/dist-cms/tinymce/plugins/charmap/plugin.js +1658 -0
- package/dist-cms/tinymce/plugins/charmap/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/code/index.js +7 -0
- package/dist-cms/tinymce/plugins/code/plugin.js +85 -0
- package/dist-cms/tinymce/plugins/code/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/codesample/index.js +7 -0
- package/dist-cms/tinymce/plugins/codesample/plugin.js +2463 -0
- package/dist-cms/tinymce/plugins/codesample/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/directionality/index.js +7 -0
- package/dist-cms/tinymce/plugins/directionality/plugin.js +395 -0
- package/dist-cms/tinymce/plugins/directionality/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/emoticons/index.js +7 -0
- package/dist-cms/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
- package/dist-cms/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
- package/dist-cms/tinymce/plugins/emoticons/js/emojis.js +1 -0
- package/dist-cms/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
- package/dist-cms/tinymce/plugins/emoticons/plugin.js +595 -0
- package/dist-cms/tinymce/plugins/emoticons/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/fullscreen/index.js +7 -0
- package/dist-cms/tinymce/plugins/fullscreen/plugin.js +1196 -0
- package/dist-cms/tinymce/plugins/fullscreen/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/help/index.js +7 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
- package/dist-cms/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
- package/dist-cms/tinymce/plugins/help/plugin.js +893 -0
- package/dist-cms/tinymce/plugins/help/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/image/index.js +7 -0
- package/dist-cms/tinymce/plugins/image/plugin.js +1504 -0
- package/dist-cms/tinymce/plugins/image/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/importcss/index.js +7 -0
- package/dist-cms/tinymce/plugins/importcss/plugin.js +344 -0
- package/dist-cms/tinymce/plugins/importcss/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/insertdatetime/index.js +7 -0
- package/dist-cms/tinymce/plugins/insertdatetime/plugin.js +187 -0
- package/dist-cms/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/link/index.js +7 -0
- package/dist-cms/tinymce/plugins/link/plugin.js +1241 -0
- package/dist-cms/tinymce/plugins/link/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/lists/index.js +7 -0
- package/dist-cms/tinymce/plugins/lists/plugin.js +1948 -0
- package/dist-cms/tinymce/plugins/lists/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/media/index.js +7 -0
- package/dist-cms/tinymce/plugins/media/plugin.js +1235 -0
- package/dist-cms/tinymce/plugins/media/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/nonbreaking/index.js +7 -0
- package/dist-cms/tinymce/plugins/nonbreaking/plugin.js +123 -0
- package/dist-cms/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/pagebreak/index.js +7 -0
- package/dist-cms/tinymce/plugins/pagebreak/plugin.js +117 -0
- package/dist-cms/tinymce/plugins/pagebreak/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/preview/index.js +7 -0
- package/dist-cms/tinymce/plugins/preview/plugin.js +97 -0
- package/dist-cms/tinymce/plugins/preview/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/quickbars/index.js +7 -0
- package/dist-cms/tinymce/plugins/quickbars/plugin.js +438 -0
- package/dist-cms/tinymce/plugins/quickbars/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/save/index.js +7 -0
- package/dist-cms/tinymce/plugins/save/plugin.js +118 -0
- package/dist-cms/tinymce/plugins/save/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/searchreplace/index.js +7 -0
- package/dist-cms/tinymce/plugins/searchreplace/plugin.js +1093 -0
- package/dist-cms/tinymce/plugins/searchreplace/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/table/index.js +7 -0
- package/dist-cms/tinymce/plugins/table/plugin.js +3462 -0
- package/dist-cms/tinymce/plugins/table/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/template/index.js +7 -0
- package/dist-cms/tinymce/plugins/template/plugin.js +567 -0
- package/dist-cms/tinymce/plugins/template/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/visualblocks/index.js +7 -0
- package/dist-cms/tinymce/plugins/visualblocks/plugin.js +98 -0
- package/dist-cms/tinymce/plugins/visualblocks/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/visualchars/index.js +7 -0
- package/dist-cms/tinymce/plugins/visualchars/plugin.js +560 -0
- package/dist-cms/tinymce/plugins/visualchars/plugin.min.js +4 -0
- package/dist-cms/tinymce/plugins/wordcount/index.js +7 -0
- package/dist-cms/tinymce/plugins/wordcount/plugin.js +405 -0
- package/dist-cms/tinymce/plugins/wordcount/plugin.min.js +4 -0
- package/dist-cms/tinymce/skins/content/dark/content.css +66 -0
- package/dist-cms/tinymce/skins/content/dark/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/default/content.css +61 -0
- package/dist-cms/tinymce/skins/content/default/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/document/content.css +66 -0
- package/dist-cms/tinymce/skins/content/document/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/tinymce-5/content.css +61 -0
- package/dist-cms/tinymce/skins/content/tinymce-5/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/tinymce-5-dark/content.css +66 -0
- package/dist-cms/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
- package/dist-cms/tinymce/skins/content/writer/content.css +62 -0
- package/dist-cms/tinymce/skins/content/writer/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide/content.css +785 -0
- package/dist-cms/tinymce/skins/ui/oxide/content.inline.css +779 -0
- package/dist-cms/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide/skin.css +3688 -0
- package/dist-cms/tinymce/skins/ui/oxide/skin.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide/skin.shadowdom.css +30 -0
- package/dist-cms/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/content.css +766 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/content.inline.css +779 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/skin.css +3691 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +30 -0
- package/dist-cms/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/content.css +785 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/content.inline.css +779 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/skin.css +3782 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/skin.shadowdom.css +30 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.css +766 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.inline.css +779 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.css +3782 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css +30 -0
- package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
- package/dist-cms/tinymce/themes/silver/index.js +7 -0
- package/dist-cms/tinymce/themes/silver/theme.js +30167 -0
- package/dist-cms/tinymce/themes/silver/theme.min.js +4 -0
- package/dist-cms/tinymce/tinymce.d.ts +3206 -0
- package/dist-cms/tinymce/tinymce.js +31297 -0
- package/dist-cms/tinymce/tinymce.min.js +4 -0
- package/dist-cms/tsconfig.tsbuildinfo +1 -1
- package/dist-cms/umbraco-package-schema.json +118 -0
- package/dist-cms/vscode-html-custom-data.json +82 -27
- package/package.json +7 -3
- package/dist-cms/libs/context-api/consume/is-context-consumer-type.function.d.ts +0 -2
- package/dist-cms/libs/context-api/consume/is-context-consumer-type.function.js +0 -4
- package/dist-cms/libs/context-api/consume/is-context-consumer-type.function.js.map +0 -1
- package/dist-cms/libs/controller-api/controller-host.mixin.d.ts +0 -24
- package/dist-cms/libs/controller-api/controller-host.mixin.js.map +0 -1
- package/dist-cms/libs/extension-api/umb-lifecycle.interface.js +0 -2
- package/dist-cms/libs/extension-api/umb-lifecycle.interface.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Label.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TinyMCE.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.js.map +0 -1
- package/dist-cms/packages/core/property-editors/models/manifests.js.map +0 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.d.ts +0 -2
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js +0 -13
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js.map +0 -1
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.d.ts +0 -16
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.js +0 -34
- package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.js.map +0 -1
- package/dist-cms/packages/core/store/store-extension-initializer.d.ts +0 -6
- package/dist-cms/packages/core/store/store-extension-initializer.js +0 -20
- package/dist-cms/packages/core/store/store-extension-initializer.js.map +0 -1
- package/dist-cms/packages/media/package-entry-point.js.map +0 -1
- package/dist-cms/packages/members/package-entry-point.js.map +0 -1
- package/dist-cms/packages/packages/package-entry-point.js.map +0 -1
- package/dist-cms/packages/search/package-entry-point.d.ts +0 -3
- package/dist-cms/packages/search/package-entry-point.js +0 -6
- package/dist-cms/packages/search/package-entry-point.js.map +0 -1
- package/dist-cms/packages/settings/package-entry-point.d.ts +0 -2
- package/dist-cms/packages/settings/package-entry-point.js +0 -10
- package/dist-cms/packages/settings/package-entry-point.js.map +0 -1
- package/dist-cms/packages/settings/themes/index.js.map +0 -1
- package/dist-cms/packages/settings/themes/manifests.d.ts +0 -3
- package/dist-cms/packages/settings/themes/manifests.js.map +0 -1
- package/dist-cms/packages/settings/themes/theme.context.d.ts +0 -11
- package/dist-cms/packages/settings/themes/theme.context.js.map +0 -1
- package/dist-cms/packages/tags/package-entry-point.d.ts +0 -4
- package/dist-cms/packages/tags/package-entry-point.js.map +0 -1
- package/dist-cms/packages/templating/package-entry-point.js.map +0 -1
- package/dist-cms/packages/translation/index.js.map +0 -1
- package/dist-cms/packages/umbraco-news/index.d.ts +0 -2
- package/dist-cms/packages/umbraco-news/index.js.map +0 -1
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.BlockGrid.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.BlockGrid.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.BlockList.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.BlockList.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.CheckboxList.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.CheckboxList.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.ColorPicker.EyeDropper.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.ColorPicker.EyeDropper.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.ColorPicker.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.ColorPicker.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.DateTime.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.DateTime.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.Decimal.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.Decimal.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.Dropdown.Flexible.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.Dropdown.Flexible.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.EmailAddress.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.EmailAddress.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.IconPicker.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.IconPicker.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.ImageCropper.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.ImageCropper.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.Integer.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.Integer.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.JSON.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.JSON.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.Label.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.Label.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.ListView.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.ListView.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MarkdownEditor.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MarkdownEditor.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MediaPicker3.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MediaPicker3.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MemberGroupPicker.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MemberGroupPicker.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MemberPicker.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MemberPicker.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MultiNodeTreePicker.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MultiNodeTreePicker.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MultiUrlPicker.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MultiUrlPicker.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MultipleTextString.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.MultipleTextString.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.RadioButtonList.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.RadioButtonList.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models/Umbraco.Slider.d.ts → schemas/Umbraco.RichText.d.ts} +0 -0
- /package/dist-cms/packages/core/property-editors/{models/Umbraco.Tags.d.ts → schemas/Umbraco.Slider.d.ts} +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.Slider.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models/Umbraco.TextArea.d.ts → schemas/Umbraco.Tags.d.ts} +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.Tags.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models/Umbraco.TextBox.d.ts → schemas/Umbraco.TextArea.d.ts} +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.TextArea.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models/Umbraco.TinyMCE.d.ts → schemas/Umbraco.TextBox.d.ts} +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.TextBox.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.TrueFalse.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.TrueFalse.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.UploadField.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.UploadField.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.UserPicker.d.ts +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/Umbraco.UserPicker.js +0 -0
- /package/dist-cms/packages/core/property-editors/{models → schemas}/manifests.d.ts +0 -0
- /package/dist-cms/packages/{settings → core}/themes/index.d.ts +0 -0
- /package/dist-cms/packages/{settings → core}/themes/index.js +0 -0
|
@@ -79,14 +79,14 @@ export let UmbAppElement = class UmbAppElement extends UmbLitElement {
|
|
|
79
79
|
try {
|
|
80
80
|
// Get the current runtime level
|
|
81
81
|
await this.#setInitStatus();
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
82
|
+
// If the runtime level is "install" we should clear any cached tokens
|
|
83
|
+
// else we should try and set the auth status
|
|
84
|
+
if (this.#runtimeLevel === RuntimeLevelModel.INSTALL) {
|
|
85
|
+
await authContext.signOut();
|
|
86
|
+
}
|
|
87
|
+
else {
|
|
88
|
+
await this.#setAuthStatus(authContext);
|
|
88
89
|
}
|
|
89
|
-
authContext.isLoggedIn.next(true);
|
|
90
90
|
// Initialise the router
|
|
91
91
|
this.#redirect();
|
|
92
92
|
}
|
|
@@ -134,6 +134,16 @@ export let UmbAppElement = class UmbAppElement extends UmbLitElement {
|
|
|
134
134
|
}
|
|
135
135
|
this.#runtimeLevel = data?.serverStatus ?? RuntimeLevelModel.UNKNOWN;
|
|
136
136
|
}
|
|
137
|
+
async #setAuthStatus(authContext) {
|
|
138
|
+
if (this.bypassAuth === false) {
|
|
139
|
+
// Get service configuration from authentication server
|
|
140
|
+
await authContext.setInitialState();
|
|
141
|
+
// Instruct all requests to use the auth flow to get and use the access_token for all subsequent requests
|
|
142
|
+
OpenAPI.TOKEN = () => this.#authFlow.performWithFreshTokens();
|
|
143
|
+
OpenAPI.WITH_CREDENTIALS = true;
|
|
144
|
+
}
|
|
145
|
+
authContext.isLoggedIn.next(true);
|
|
146
|
+
}
|
|
137
147
|
#redirect() {
|
|
138
148
|
switch (this.#runtimeLevel) {
|
|
139
149
|
case RuntimeLevelModel.INSTALL:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.element.js","sourceRoot":"","sources":["../../../src/apps/app/app.element.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"app.element.js","sourceRoot":"","sources":["../../../src/apps/app/app.element.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { UmbBaseController, UmbControllerHost } from '../../libs/controller-api/index.js';
|
|
2
2
|
import { UmbBackofficeExtensionRegistry } from '../../packages/core/extension-registry/index.js';
|
|
3
|
-
export declare class UmbExtensionInitializer extends
|
|
3
|
+
export declare class UmbExtensionInitializer extends UmbBaseController {
|
|
4
4
|
#private;
|
|
5
|
-
host:
|
|
6
|
-
constructor(host: UmbControllerHostElement, extensionRegistry: UmbBackofficeExtensionRegistry);
|
|
5
|
+
constructor(host: UmbControllerHost, extensionRegistry: UmbBackofficeExtensionRegistry);
|
|
7
6
|
setLocalPackages(localPackages: Array<Promise<any>>): void;
|
|
8
7
|
hostConnected(): void;
|
|
9
8
|
hostDisconnected(): void;
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { Subject } from '../../external/rxjs/index.js';
|
|
2
2
|
import { PackageResource, OpenAPI } from '../../external/backend-api/index.js';
|
|
3
|
-
import {
|
|
3
|
+
import { UmbBaseController } from '../../libs/controller-api/index.js';
|
|
4
4
|
import { tryExecuteAndNotify } from '../../shared/resources/index.js';
|
|
5
5
|
import { isManifestJSType } from '../../libs/extension-api/index.js';
|
|
6
|
-
export class UmbExtensionInitializer extends
|
|
6
|
+
export class UmbExtensionInitializer extends UmbBaseController {
|
|
7
7
|
#extensionRegistry;
|
|
8
8
|
#unobserve = new Subject();
|
|
9
9
|
#localPackages = [];
|
|
10
10
|
#apiBaseUrl = OpenAPI.BASE;
|
|
11
11
|
constructor(host, extensionRegistry) {
|
|
12
12
|
super(host, UmbExtensionInitializer.name);
|
|
13
|
-
this.host = host;
|
|
14
13
|
this.#extensionRegistry = extensionRegistry;
|
|
15
14
|
}
|
|
16
15
|
setLocalPackages(localPackages) {
|
|
@@ -38,7 +37,7 @@ export class UmbExtensionInitializer extends UmbController {
|
|
|
38
37
|
|
|
39
38
|
This code is copy pasted from the package repository. We probably don't need this is the package repository anymore.
|
|
40
39
|
*/
|
|
41
|
-
const { data: packages } = await tryExecuteAndNotify(this.
|
|
40
|
+
const { data: packages } = await tryExecuteAndNotify(this._host, PackageResource.getPackageManifest());
|
|
42
41
|
if (packages) {
|
|
43
42
|
// Append packages to the store but only if they have a name
|
|
44
43
|
//store.appendItems(packages.filter((p) => p.name?.length));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extension.controller.js","sourceRoot":"","sources":["../../../src/apps/backoffice/extension.controller.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"extension.controller.js","sourceRoot":"","sources":["../../../src/apps/backoffice/extension.controller.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,iBAAiB,EAAqB,MAAM,wCAAwC,CAAC;AAE9F,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAgB,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEvF,MAAM,OAAO,uBAAwB,SAAQ,iBAAiB;IAC7D,kBAAkB,CAAiC;IACnD,UAAU,GAAG,IAAI,OAAO,EAAQ,CAAC;IACjC,cAAc,GAAwB,EAAE,CAAC;IACzC,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAE3B,YAAY,IAAuB,EAAE,iBAAiD;QACrF,KAAK,CAAC,IAAI,EAAE,uBAAuB,CAAC,IAAI,CAAC,CAAC;QAC1C,IAAI,CAAC,kBAAkB,GAAG,iBAAiB,CAAC;IAC7C,CAAC;IAED,gBAAgB,CAAC,aAAkC;QAClD,IAAI,CAAC,cAAc,GAAG,aAAa,CAAC;QACpC,IAAI,CAAC,kBAAkB,EAAE,CAAC;IAC3B,CAAC;IAED,aAAa;QACZ,IAAI,CAAC,mBAAmB,EAAE,CAAC;IAC5B,CAAC;IAED,gBAAgB;QACf,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,CAAC;QACvB,IAAI,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC;IAC5B,CAAC;IAED,KAAK,CAAC,kBAAkB;QACvB,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,KAAK,EAAE,aAAa,EAAE,EAAE;YACnD,MAAM,aAAa,GAAG,MAAM,aAAa,CAAC;YAC1C,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC;QAChE,CAAC,CAAC,CAAC;IACJ,CAAC;IAED,KAAK,CAAC,mBAAmB;QACxB;;;;;;UAME;QACF,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,MAAM,mBAAmB,CAAC,IAAI,CAAC,KAAK,EAAE,eAAe,CAAC,kBAAkB,EAAE,CAAC,CAAC;QAEvG,IAAI,QAAQ,EAAE;YACb,4DAA4D;YAC5D,4DAA4D;YAC5D,MAAM,UAAU,GAAmB,EAAE,CAAC;YAEtC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;gBACtB,CAAC,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE;oBAC3B,kFAAkF;oBAClF,2CAA2C;oBAC3C,IAAI,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE;wBAC3B;;;2BAGG;wBACH,IAAI,gBAAgB,CAAC,CAAC,CAAC,EAAE;4BACxB,8CAA8C;4BAC9C,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE;gCAC7B,CAAC,CAAC,EAAE,GAAG,GAAG,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC,EAAE,EAAE,CAAC;6BACpC;yBACD;wBAED,UAAU,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;qBACnB;gBACF,CAAC,CAAC,CAAC;YACJ,CAAC,CAAC,CAAC;YAEH,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,UAAU,CAAC,CAAC;SACjD;IACF,CAAC;IAEO,cAAc,CAAC,CAAU;QAChC,OAAO,OAAO,CAAC,KAAK,QAAQ,IAAI,CAAC,KAAK,IAAI,IAAI,OAAO,IAAI,CAAC,CAAC;IAC5D,CAAC;CACD"}
|
|
@@ -1500,6 +1500,40 @@
|
|
|
1500
1500
|
}
|
|
1501
1501
|
]
|
|
1502
1502
|
},
|
|
1503
|
+
{
|
|
1504
|
+
"name": "umb-input-tiny-mce",
|
|
1505
|
+
"path": "./../src/packages/core/components/input-tiny-mce/input-tiny-mce.element.ts",
|
|
1506
|
+
"properties": [
|
|
1507
|
+
{
|
|
1508
|
+
"name": "configuration"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"name": "modalContext"
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"name": "styles",
|
|
1515
|
+
"type": "array",
|
|
1516
|
+
"default": "[\"UUITextStyles\",null]"
|
|
1517
|
+
}
|
|
1518
|
+
],
|
|
1519
|
+
"events": [
|
|
1520
|
+
{
|
|
1521
|
+
"name": "rte.shortcut.save"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"name": "rte.shortcut.saveAndPublish"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"name": "umb-rte-focus"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"name": "umb-rte-blur"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"name": "change"
|
|
1534
|
+
}
|
|
1535
|
+
]
|
|
1536
|
+
},
|
|
1503
1537
|
{
|
|
1504
1538
|
"name": "umb-input-toggle",
|
|
1505
1539
|
"path": "./../src/packages/core/components/input-toggle/input-toggle.element.ts",
|
|
@@ -2041,6 +2075,21 @@
|
|
|
2041
2075
|
}
|
|
2042
2076
|
]
|
|
2043
2077
|
},
|
|
2078
|
+
{
|
|
2079
|
+
"name": "umb-code-editor-modal",
|
|
2080
|
+
"path": "./../src/packages/core/modal/common/code-editor/code-editor-modal.element.ts",
|
|
2081
|
+
"properties": [
|
|
2082
|
+
{
|
|
2083
|
+
"name": "isCodeEditorReady",
|
|
2084
|
+
"default": "\"this.#isCodeEditorReady.asObservable()\""
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"name": "styles",
|
|
2088
|
+
"type": "array",
|
|
2089
|
+
"default": "[\"UUITextStyles\",null]"
|
|
2090
|
+
}
|
|
2091
|
+
]
|
|
2092
|
+
},
|
|
2044
2093
|
{
|
|
2045
2094
|
"name": "umb-confirm-modal",
|
|
2046
2095
|
"path": "./../src/packages/core/modal/common/confirm/confirm-modal.element.ts",
|
|
@@ -2067,19 +2116,7 @@
|
|
|
2067
2116
|
{
|
|
2068
2117
|
"name": "umb-embedded-media-modal",
|
|
2069
2118
|
"path": "./../src/packages/core/modal/common/embedded-media/embedded-media-modal.element.ts",
|
|
2070
|
-
"attributes": [
|
|
2071
|
-
{
|
|
2072
|
-
"name": "data"
|
|
2073
|
-
}
|
|
2074
|
-
],
|
|
2075
2119
|
"properties": [
|
|
2076
|
-
{
|
|
2077
|
-
"name": "modalContext"
|
|
2078
|
-
},
|
|
2079
|
-
{
|
|
2080
|
-
"name": "data",
|
|
2081
|
-
"attribute": "data"
|
|
2082
|
-
},
|
|
2083
2120
|
{
|
|
2084
2121
|
"name": "styles",
|
|
2085
2122
|
"type": "array",
|
|
@@ -2249,10 +2286,6 @@
|
|
|
2249
2286
|
"name": "umb-property-action-menu",
|
|
2250
2287
|
"path": "./../src/packages/core/property-actions/shared/property-action-menu/property-action-menu.element.ts",
|
|
2251
2288
|
"attributes": [
|
|
2252
|
-
{
|
|
2253
|
-
"name": "value",
|
|
2254
|
-
"type": "string | undefined"
|
|
2255
|
-
},
|
|
2256
2289
|
{
|
|
2257
2290
|
"name": "propertyEditorUiAlias",
|
|
2258
2291
|
"type": "string"
|
|
@@ -2261,8 +2294,7 @@
|
|
|
2261
2294
|
"properties": [
|
|
2262
2295
|
{
|
|
2263
2296
|
"name": "value",
|
|
2264
|
-
"
|
|
2265
|
-
"type": "string | undefined"
|
|
2297
|
+
"type": "unknown"
|
|
2266
2298
|
},
|
|
2267
2299
|
{
|
|
2268
2300
|
"name": "propertyEditorUiAlias",
|
|
@@ -2281,10 +2313,6 @@
|
|
|
2281
2313
|
"attributes": [
|
|
2282
2314
|
{
|
|
2283
2315
|
"name": "propertyAction"
|
|
2284
|
-
},
|
|
2285
|
-
{
|
|
2286
|
-
"name": "value",
|
|
2287
|
-
"type": "string | undefined"
|
|
2288
2316
|
}
|
|
2289
2317
|
],
|
|
2290
2318
|
"properties": [
|
|
@@ -2298,8 +2326,7 @@
|
|
|
2298
2326
|
},
|
|
2299
2327
|
{
|
|
2300
2328
|
"name": "value",
|
|
2301
|
-
"
|
|
2302
|
-
"type": "string | undefined"
|
|
2329
|
+
"type": "unknown"
|
|
2303
2330
|
}
|
|
2304
2331
|
]
|
|
2305
2332
|
},
|
|
@@ -2860,8 +2887,7 @@
|
|
|
2860
2887
|
"default": "\"\""
|
|
2861
2888
|
},
|
|
2862
2889
|
{
|
|
2863
|
-
"name": "config"
|
|
2864
|
-
"default": "\"new UmbDataTypePropertyCollection()\""
|
|
2890
|
+
"name": "config"
|
|
2865
2891
|
},
|
|
2866
2892
|
{
|
|
2867
2893
|
"name": "styles",
|
|
@@ -2926,8 +2952,7 @@
|
|
|
2926
2952
|
"default": "\"\""
|
|
2927
2953
|
},
|
|
2928
2954
|
{
|
|
2929
|
-
"name": "config"
|
|
2930
|
-
"default": "\"new UmbDataTypePropertyCollection()\""
|
|
2955
|
+
"name": "config"
|
|
2931
2956
|
},
|
|
2932
2957
|
{
|
|
2933
2958
|
"name": "styles",
|
|
@@ -2979,8 +3004,7 @@
|
|
|
2979
3004
|
"default": "\"\""
|
|
2980
3005
|
},
|
|
2981
3006
|
{
|
|
2982
|
-
"name": "config"
|
|
2983
|
-
"default": "\"new UmbDataTypePropertyCollection()\""
|
|
3007
|
+
"name": "config"
|
|
2984
3008
|
},
|
|
2985
3009
|
{
|
|
2986
3010
|
"name": "styles",
|
|
@@ -3007,8 +3031,7 @@
|
|
|
3007
3031
|
"default": "\"\""
|
|
3008
3032
|
},
|
|
3009
3033
|
{
|
|
3010
|
-
"name": "config"
|
|
3011
|
-
"default": "\"new UmbDataTypePropertyCollection()\""
|
|
3034
|
+
"name": "config"
|
|
3012
3035
|
},
|
|
3013
3036
|
{
|
|
3014
3037
|
"name": "styles",
|
|
@@ -3258,8 +3281,7 @@
|
|
|
3258
3281
|
"type": "ValueType | undefined"
|
|
3259
3282
|
},
|
|
3260
3283
|
{
|
|
3261
|
-
"name": "config"
|
|
3262
|
-
"default": "\"new UmbDataTypePropertyCollection()\""
|
|
3284
|
+
"name": "config"
|
|
3263
3285
|
},
|
|
3264
3286
|
{
|
|
3265
3287
|
"name": "styles",
|
|
@@ -3323,8 +3345,7 @@
|
|
|
3323
3345
|
"default": "\"\""
|
|
3324
3346
|
},
|
|
3325
3347
|
{
|
|
3326
|
-
"name": "config"
|
|
3327
|
-
"default": "\"new UmbDataTypePropertyCollection()\""
|
|
3348
|
+
"name": "config"
|
|
3328
3349
|
},
|
|
3329
3350
|
{
|
|
3330
3351
|
"name": "styles",
|
|
@@ -3351,8 +3372,7 @@
|
|
|
3351
3372
|
"default": "\"\""
|
|
3352
3373
|
},
|
|
3353
3374
|
{
|
|
3354
|
-
"name": "config"
|
|
3355
|
-
"default": "\"new UmbDataTypePropertyCollection()\""
|
|
3375
|
+
"name": "config"
|
|
3356
3376
|
},
|
|
3357
3377
|
{
|
|
3358
3378
|
"name": "styles",
|
|
@@ -3488,21 +3508,67 @@
|
|
|
3488
3508
|
]
|
|
3489
3509
|
},
|
|
3490
3510
|
{
|
|
3491
|
-
"name": "umb-property-editor-ui-tiny-mce-configuration",
|
|
3492
|
-
"path": "./../src/packages/core/property-editors/uis/tiny-mce/config/
|
|
3511
|
+
"name": "umb-property-editor-ui-tiny-mce-dimensions-configuration",
|
|
3512
|
+
"path": "./../src/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.ts",
|
|
3493
3513
|
"attributes": [
|
|
3494
3514
|
{
|
|
3495
3515
|
"name": "value",
|
|
3496
|
-
"type": "
|
|
3497
|
-
"default": "
|
|
3516
|
+
"type": "{ width?: number | undefined; height?: number | undefined; }",
|
|
3517
|
+
"default": "{}"
|
|
3498
3518
|
}
|
|
3499
3519
|
],
|
|
3500
3520
|
"properties": [
|
|
3501
3521
|
{
|
|
3502
3522
|
"name": "value",
|
|
3503
3523
|
"attribute": "value",
|
|
3504
|
-
"type": "
|
|
3505
|
-
"default": "
|
|
3524
|
+
"type": "{ width?: number | undefined; height?: number | undefined; }",
|
|
3525
|
+
"default": "{}"
|
|
3526
|
+
},
|
|
3527
|
+
{
|
|
3528
|
+
"name": "styles",
|
|
3529
|
+
"type": "array",
|
|
3530
|
+
"default": "[\"UUITextStyles\"]"
|
|
3531
|
+
}
|
|
3532
|
+
]
|
|
3533
|
+
},
|
|
3534
|
+
{
|
|
3535
|
+
"name": "umb-property-editor-ui-tiny-mce-maximagesize-configuration",
|
|
3536
|
+
"path": "./../src/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.ts",
|
|
3537
|
+
"attributes": [
|
|
3538
|
+
{
|
|
3539
|
+
"name": "value",
|
|
3540
|
+
"type": "number | undefined"
|
|
3541
|
+
}
|
|
3542
|
+
],
|
|
3543
|
+
"properties": [
|
|
3544
|
+
{
|
|
3545
|
+
"name": "value",
|
|
3546
|
+
"attribute": "value",
|
|
3547
|
+
"type": "number | undefined"
|
|
3548
|
+
},
|
|
3549
|
+
{
|
|
3550
|
+
"name": "styles",
|
|
3551
|
+
"type": "array",
|
|
3552
|
+
"default": "[\"UUITextStyles\"]"
|
|
3553
|
+
}
|
|
3554
|
+
]
|
|
3555
|
+
},
|
|
3556
|
+
{
|
|
3557
|
+
"name": "umb-property-editor-ui-tiny-mce-stylesheets-configuration",
|
|
3558
|
+
"path": "./../src/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts",
|
|
3559
|
+
"attributes": [
|
|
3560
|
+
{
|
|
3561
|
+
"name": "value",
|
|
3562
|
+
"type": "string[]",
|
|
3563
|
+
"default": "[]"
|
|
3564
|
+
}
|
|
3565
|
+
],
|
|
3566
|
+
"properties": [
|
|
3567
|
+
{
|
|
3568
|
+
"name": "value",
|
|
3569
|
+
"attribute": "value",
|
|
3570
|
+
"type": "string[]",
|
|
3571
|
+
"default": "[]"
|
|
3506
3572
|
},
|
|
3507
3573
|
{
|
|
3508
3574
|
"name": "config",
|
|
@@ -3512,7 +3578,37 @@
|
|
|
3512
3578
|
{
|
|
3513
3579
|
"name": "styles",
|
|
3514
3580
|
"type": "array",
|
|
3515
|
-
"default": "[\"UUITextStyles\"]"
|
|
3581
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3582
|
+
}
|
|
3583
|
+
]
|
|
3584
|
+
},
|
|
3585
|
+
{
|
|
3586
|
+
"name": "umb-property-editor-ui-tiny-mce-toolbar-configuration",
|
|
3587
|
+
"path": "./../src/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.ts",
|
|
3588
|
+
"attributes": [
|
|
3589
|
+
{
|
|
3590
|
+
"name": "value",
|
|
3591
|
+
"type": "string[]"
|
|
3592
|
+
}
|
|
3593
|
+
],
|
|
3594
|
+
"properties": [
|
|
3595
|
+
{
|
|
3596
|
+
"name": "value",
|
|
3597
|
+
"attribute": "value",
|
|
3598
|
+
"type": "string[]"
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"name": "config"
|
|
3602
|
+
},
|
|
3603
|
+
{
|
|
3604
|
+
"name": "styles",
|
|
3605
|
+
"type": "array",
|
|
3606
|
+
"default": "[\"UUITextStyles\",null]"
|
|
3607
|
+
}
|
|
3608
|
+
],
|
|
3609
|
+
"events": [
|
|
3610
|
+
{
|
|
3611
|
+
"name": "property-value-change"
|
|
3516
3612
|
}
|
|
3517
3613
|
]
|
|
3518
3614
|
},
|
|
@@ -3534,14 +3630,18 @@
|
|
|
3534
3630
|
"default": "\"\""
|
|
3535
3631
|
},
|
|
3536
3632
|
{
|
|
3537
|
-
"name": "config"
|
|
3538
|
-
"default": "\"new UmbDataTypePropertyCollection()\""
|
|
3633
|
+
"name": "config"
|
|
3539
3634
|
},
|
|
3540
3635
|
{
|
|
3541
3636
|
"name": "styles",
|
|
3542
3637
|
"type": "array",
|
|
3543
3638
|
"default": "[\"UUITextStyles\"]"
|
|
3544
3639
|
}
|
|
3640
|
+
],
|
|
3641
|
+
"events": [
|
|
3642
|
+
{
|
|
3643
|
+
"name": "property-value-change"
|
|
3644
|
+
}
|
|
3545
3645
|
]
|
|
3546
3646
|
},
|
|
3547
3647
|
{
|
|
@@ -3623,8 +3723,7 @@
|
|
|
3623
3723
|
"default": "\"\""
|
|
3624
3724
|
},
|
|
3625
3725
|
{
|
|
3626
|
-
"name": "config"
|
|
3627
|
-
"default": "\"new UmbDataTypePropertyCollection()\""
|
|
3726
|
+
"name": "config"
|
|
3628
3727
|
},
|
|
3629
3728
|
{
|
|
3630
3729
|
"name": "styles",
|
|
@@ -3683,8 +3782,7 @@
|
|
|
3683
3782
|
"default": "\"\""
|
|
3684
3783
|
},
|
|
3685
3784
|
{
|
|
3686
|
-
"name": "config"
|
|
3687
|
-
"default": "\"new UmbDataTypePropertyCollection()\""
|
|
3785
|
+
"name": "config"
|
|
3688
3786
|
},
|
|
3689
3787
|
{
|
|
3690
3788
|
"name": "styles",
|
|
@@ -6732,16 +6830,14 @@
|
|
|
6732
6830
|
"attributes": [
|
|
6733
6831
|
{
|
|
6734
6832
|
"name": "value",
|
|
6735
|
-
"type": "string[]"
|
|
6736
|
-
"default": "[]"
|
|
6833
|
+
"type": "string[]"
|
|
6737
6834
|
}
|
|
6738
6835
|
],
|
|
6739
6836
|
"properties": [
|
|
6740
6837
|
{
|
|
6741
6838
|
"name": "value",
|
|
6742
6839
|
"attribute": "value",
|
|
6743
|
-
"type": "string[]"
|
|
6744
|
-
"default": "[]"
|
|
6840
|
+
"type": "string[]"
|
|
6745
6841
|
},
|
|
6746
6842
|
{
|
|
6747
6843
|
"name": "config"
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var M=function(t,r){return M=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])},M(t,r)};function m(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");M(t,r);function e(){this.constructor=t}t.prototype=r===null?Object.create(r):(e.prototype=r.prototype,new e)}function
|
|
1
|
+
var M=function(t,r){return M=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])},M(t,r)};function m(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");M(t,r);function e(){this.constructor=t}t.prototype=r===null?Object.create(r):(e.prototype=r.prototype,new e)}function At(t,r,e,n){function i(o){return o instanceof e?o:new e(function(u){u(o)})}return new(e||(e=Promise))(function(o,u){function c(l){try{a(n.next(l))}catch(v){u(v)}}function s(l){try{a(n.throw(l))}catch(v){u(v)}}function a(l){l.done?o(l.value):i(l.value).then(c,s)}a((n=n.apply(t,r||[])).next())})}function Q(t,r){var e={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,u;return u={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(u[Symbol.iterator]=function(){return this}),u;function c(a){return function(l){return s([a,l])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;u&&(u=0,a[0]&&(e=0)),e;)try{if(n=1,i&&(o=a[0]&2?i.return:a[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,a[1])).done)return o;switch(i=0,o&&(a=[a[0]&2,o.value]),a[0]){case 0:case 1:o=a;break;case 4:return e.label++,{value:a[1],done:!1};case 5:e.label++,i=a[1],a=[0];continue;case 7:a=e.ops.pop(),e.trys.pop();continue;default:if(o=e.trys,!(o=o.length>0&&o[o.length-1])&&(a[0]===6||a[0]===2)){e=0;continue}if(a[0]===3&&(!o||a[1]>o[0]&&a[1]<o[3])){e.label=a[1];break}if(a[0]===6&&e.label<o[1]){e.label=o[1],o=a;break}if(o&&e.label<o[2]){e.label=o[2],e.ops.push(a);break}o[2]&&e.ops.pop(),e.trys.pop();continue}a=r.call(t,e)}catch(l){a=[6,l],i=0}finally{n=o=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}function g(t){var r=typeof Symbol=="function"&&Symbol.iterator,e=r&&t[r],n=0;if(e)return e.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function x(t,r){var e=typeof Symbol=="function"&&t[Symbol.iterator];if(!e)return t;var n=e.call(t),i,o=[],u;try{for(;(r===void 0||r-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(c){u={error:c}}finally{try{i&&!i.done&&(e=n.return)&&e.call(n)}finally{if(u)throw u.error}}return o}function I(t,r,e){if(e||arguments.length===2)for(var n=0,i=r.length,o;n<i;n++)(o||!(n in r))&&(o||(o=Array.prototype.slice.call(r,0,n)),o[n]=r[n]);return t.concat(o||Array.prototype.slice.call(r))}function E(t){return this instanceof E?(this.v=t,this):new E(t)}function Ot(t,r,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=e.apply(t,r||[]),i,o=[];return i={},u("next"),u("throw"),u("return"),i[Symbol.asyncIterator]=function(){return this},i;function u(f){n[f]&&(i[f]=function(d){return new Promise(function(b,p){o.push([f,d,b,p])>1||c(f,d)})})}function c(f,d){try{s(n[f](d))}catch(b){v(o[0][3],b)}}function s(f){f.value instanceof E?Promise.resolve(f.value.v).then(a,l):v(o[0][2],f)}function a(f){c("next",f)}function l(f){c("throw",f)}function v(f,d){f(d),o.shift(),o.length&&c(o[0][0],o[0][1])}}function Pt(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=t[Symbol.asyncIterator],e;return r?r.call(t):(t=typeof g=="function"?g(t):t[Symbol.iterator](),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(o){e[o]=t[o]&&function(u){return new Promise(function(c,s){u=t[o](u),i(c,s,u.done,u.value)})}}function i(o,u,c,s){Promise.resolve(s).then(function(a){o({value:a,done:c})},u)}}function h(t){return typeof t=="function"}function Y(t){var r=function(n){Error.call(n),n.stack=new Error().stack},e=t(r);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var q=Y(function(t){return function(e){t(this),this.message=e?e.length+` errors occurred during unsubscription:
|
|
2
2
|
`+e.map(function(n,i){return i+1+") "+n.toString()}).join(`
|
|
3
|
-
`):"",this.name="UnsubscriptionError",this.errors=e}});function F(t,r){if(t){var e=t.indexOf(r);0<=e&&t.splice(e,1)}}var A=function(){function t(r){this.initialTeardown=r,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){var r,e,n,i,o;if(!this.closed){this.closed=!0;var u=this._parentage;if(u)if(this._parentage=null,Array.isArray(u))try{for(var c=g(u),s=c.next();!s.done;s=c.next()){var a=s.value;a.remove(this)}}catch(p){r={error:p}}finally{try{s&&!s.done&&(e=c.return)&&e.call(c)}finally{if(r)throw r.error}}else u.remove(this);var l=this.initialTeardown;if(h(l))try{l()}catch(p){o=p instanceof q?p.errors:[p]}var v=this._finalizers;if(v){this._finalizers=null;try{for(var f=g(v),d=f.next();!d.done;d=f.next()){var b=d.value;try{N(b)}catch(p){o=o??[],p instanceof q?o=I(I([],x(o)),x(p.errors)):o.push(p)}}}catch(p){n={error:p}}finally{try{d&&!d.done&&(i=f.return)&&i.call(f)}finally{if(n)throw n.error}}}if(o)throw new q(o)}},t.prototype.add=function(r){var e;if(r&&r!==this)if(this.closed)N(r);else{if(r instanceof t){if(r.closed||r._hasParent(this))return;r._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(r)}},t.prototype._hasParent=function(r){var e=this._parentage;return e===r||Array.isArray(e)&&e.includes(r)},t.prototype._addParent=function(r){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(r),e):e?[e,r]:r},t.prototype._removeParent=function(r){var e=this._parentage;e===r?this._parentage=null:Array.isArray(e)&&F(e,r)},t.prototype.remove=function(r){var e=this._finalizers;e&&F(e,r),r instanceof t&&r._removeParent(this)},t.EMPTY=function(){var r=new t;return r.closed=!0,r}(),t}(),X=A.EMPTY;function z(t){return t instanceof A||t&&"closed"in t&&h(t.remove)&&h(t.add)&&h(t.unsubscribe)}function N(t){h(t)?t():t.unsubscribe()}var tt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Pt={setTimeout:function(t,r){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return setTimeout.apply(void 0,I([t,r],x(e)))},clearTimeout:function(t){return clearTimeout(t)},delegate:void 0};function et(t){Pt.setTimeout(function(){throw t})}function D(){}function L(t){t()}var G=function(t){m(r,t);function r(e){var n=t.call(this)||this;return n.isStopped=!1,e?(n.destination=e,z(e)&&e.add(n)):n.destination=Ct,n}return r.create=function(e,n,i){return new T(e,n,i)},r.prototype.next=function(e){this.isStopped||this._next(e)},r.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},r.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},r.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},r.prototype._next=function(e){this.destination.next(e)},r.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},r.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},r}(A),Tt=Function.prototype.bind;function K(t,r){return Tt.call(t,r)}var jt=function(){function t(r){this.partialObserver=r}return t.prototype.next=function(r){var e=this.partialObserver;if(e.next)try{e.next(r)}catch(n){V(n)}},t.prototype.error=function(r){var e=this.partialObserver;if(e.error)try{e.error(r)}catch(n){V(n)}else V(r)},t.prototype.complete=function(){var r=this.partialObserver;if(r.complete)try{r.complete()}catch(e){V(e)}},t}(),T=function(t){m(r,t);function r(e,n,i){var o=t.call(this)||this,u;if(h(e)||!e)u={next:e??void 0,error:n??void 0,complete:i??void 0};else{var c;o&&tt.useDeprecatedNextContext?(c=Object.create(e),c.unsubscribe=function(){return o.unsubscribe()},u={next:e.next&&K(e.next,c),error:e.error&&K(e.error,c),complete:e.complete&&K(e.complete,c)}):u=e}return o.destination=new jt(u),o}return r}(G);function V(t){et(t)}function kt(t){throw t}var Ct={closed:!0,next:D,error:kt,complete:D},Z=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function j(t){return t}function Rt(t){return t.length===0?j:t.length===1?t[0]:function(e){return t.reduce(function(n,i){return i(n)},e)}}var y=function(){function t(r){r&&(this._subscribe=r)}return t.prototype.lift=function(r){var e=new t;return e.source=this,e.operator=r,e},t.prototype.subscribe=function(r,e,n){var i=this,o=Ft(r)?r:new T(r,e,n);return L(function(){var u=i,c=u.operator,s=u.source;o.add(c?c.call(o,s):s?i._subscribe(o):i._trySubscribe(o))}),o},t.prototype._trySubscribe=function(r){try{return this._subscribe(r)}catch(e){r.error(e)}},t.prototype.forEach=function(r,e){var n=this;return e=rt(e),new e(function(i,o){var u=new T({next:function(c){try{r(c)}catch(s){o(s),u.unsubscribe()}},error:o,complete:i});n.subscribe(u)})},t.prototype._subscribe=function(r){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(r)},t.prototype[Z]=function(){return this},t.prototype.pipe=function(){for(var r=[],e=0;e<arguments.length;e++)r[e]=arguments[e];return Rt(r)(this)},t.prototype.toPromise=function(r){var e=this;return r=rt(r),new r(function(n,i){var o;e.subscribe(function(u){return o=u},function(u){return i(u)},function(){return n(o)})})},t.create=function(r){return new t(r)},t}();function rt(t){var r;return(r=t??tt.Promise)!==null&&r!==void 0?r:Promise}function Ut(t){return t&&h(t.next)&&h(t.error)&&h(t.complete)}function Ft(t){return t&&t instanceof G||Ut(t)&&z(t)}function Lt(t){return h(t?.lift)}function w(t){return function(r){if(Lt(r))return r.lift(function(e){try{return t(e,this)}catch(n){this.error(n)}});throw new TypeError("Unable to lift unknown Observable type")}}function _(t,r,e,n,i){return new Vt(t,r,e,n,i)}var Vt=function(t){m(r,t);function r(e,n,i,o,u,c){var s=t.call(this,e)||this;return s.onFinalize=u,s.shouldUnsubscribe=c,s._next=n?function(a){try{n(a)}catch(l){e.error(l)}}:t.prototype._next,s._error=o?function(a){try{o(a)}catch(l){e.error(l)}finally{this.unsubscribe()}}:t.prototype._error,s._complete=i?function(){try{i()}catch(a){e.error(a)}finally{this.unsubscribe()}}:t.prototype._complete,s}return r.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var n=this.closed;t.prototype.unsubscribe.call(this),!n&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},r}(G),Wt=Y(function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),k=function(t){m(r,t);function r(){var e=t.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return r.prototype.lift=function(e){var n=new nt(this,this);return n.operator=e,n},r.prototype._throwIfClosed=function(){if(this.closed)throw new Wt},r.prototype.next=function(e){var n=this;L(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var u=g(n.currentObservers),c=u.next();!c.done;c=u.next()){var s=c.value;s.next(e)}}catch(a){i={error:a}}finally{try{c&&!c.done&&(o=u.return)&&o.call(u)}finally{if(i)throw i.error}}}})},r.prototype.error=function(e){var n=this;L(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=e;for(var i=n.observers;i.length;)i.shift().error(e)}})},r.prototype.complete=function(){var e=this;L(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var n=e.observers;n.length;)n.shift().complete()}})},r.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(r.prototype,"observed",{get:function(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0},enumerable:!1,configurable:!0}),r.prototype._trySubscribe=function(e){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,e)},r.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},r.prototype._innerSubscribe=function(e){var n=this,i=this,o=i.hasError,u=i.isStopped,c=i.observers;return o||u?X:(this.currentObservers=null,c.push(e),new A(function(){n.currentObservers=null,F(c,e)}))},r.prototype._checkFinalizedStatuses=function(e){var n=this,i=n.hasError,o=n.thrownError,u=n.isStopped;i?e.error(o):u&&e.complete()},r.prototype.asObservable=function(){var e=new y;return e.source=this,e},r.create=function(e,n){return new nt(e,n)},r}(y),nt=function(t){m(r,t);function r(e,n){var i=t.call(this)||this;return i.destination=e,i.source=n,i}return r.prototype.next=function(e){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.next)===null||i===void 0||i.call(n,e)},r.prototype.error=function(e){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.error)===null||i===void 0||i.call(n,e)},r.prototype.complete=function(){var e,n;(n=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||n===void 0||n.call(e)},r.prototype._subscribe=function(e){var n,i;return(i=(n=this.source)===null||n===void 0?void 0:n.subscribe(e))!==null&&i!==void 0?i:X},r}(k),Mt=function(t){m(r,t);function r(e){var n=t.call(this)||this;return n._value=e,n}return Object.defineProperty(r.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),r.prototype._subscribe=function(e){var n=t.prototype._subscribe.call(this,e);return!n.closed&&e.next(this._value),n},r.prototype.getValue=function(){var e=this,n=e.hasError,i=e.thrownError,o=e._value;if(n)throw i;return this._throwIfClosed(),o},r.prototype.next=function(e){t.prototype.next.call(this,this._value=e)},r}(k),H={now:function(){return(H.delegate||Date).now()},delegate:void 0},it=function(t){m(r,t);function r(e,n,i){e===void 0&&(e=1/0),n===void 0&&(n=1/0),i===void 0&&(i=H);var o=t.call(this)||this;return o._bufferSize=e,o._windowTime=n,o._timestampProvider=i,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=n===1/0,o._bufferSize=Math.max(1,e),o._windowTime=Math.max(1,n),o}return r.prototype.next=function(e){var n=this,i=n.isStopped,o=n._buffer,u=n._infiniteTimeWindow,c=n._timestampProvider,s=n._windowTime;i||(o.push(e),!u&&o.push(c.now()+s)),this._trimBuffer(),t.prototype.next.call(this,e)},r.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(e),i=this,o=i._infiniteTimeWindow,u=i._buffer,c=u.slice(),s=0;s<c.length&&!e.closed;s+=o?1:2)e.next(c[s]);return this._checkFinalizedStatuses(e),n},r.prototype._trimBuffer=function(){var e=this,n=e._bufferSize,i=e._timestampProvider,o=e._buffer,u=e._infiniteTimeWindow,c=(u?1:2)*n;if(n<1/0&&c<o.length&&o.splice(0,o.length-c),!u){for(var s=i.now(),a=0,l=1;l<o.length&&o[l]<=s;l+=2)a=l;a&&o.splice(0,a+1)}},r}(k),Yt=function(t){m(r,t);function r(e,n){return t.call(this)||this}return r.prototype.schedule=function(e,n){return this},r}(A),ot={setInterval:function(t,r){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return setInterval.apply(void 0,I([t,r],x(e)))},clearInterval:function(t){return clearInterval(t)},delegate:void 0},qt=function(t){m(r,t);function r(e,n){var i=t.call(this,e,n)||this;return i.scheduler=e,i.work=n,i.pending=!1,i}return r.prototype.schedule=function(e,n){var i;if(n===void 0&&(n=0),this.closed)return this;this.state=e;var o=this.id,u=this.scheduler;return o!=null&&(this.id=this.recycleAsyncId(u,o,n)),this.pending=!0,this.delay=n,this.id=(i=this.id)!==null&&i!==void 0?i:this.requestAsyncId(u,this.id,n),this},r.prototype.requestAsyncId=function(e,n,i){return i===void 0&&(i=0),ot.setInterval(e.flush.bind(e,this),i)},r.prototype.recycleAsyncId=function(e,n,i){if(i===void 0&&(i=0),i!=null&&this.delay===i&&this.pending===!1)return n;n!=null&&ot.clearInterval(n)},r.prototype.execute=function(e,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(e,n);if(i)return i;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},r.prototype._execute=function(e,n){var i=!1,o;try{this.work(e)}catch(u){i=!0,o=u||new Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),o},r.prototype.unsubscribe=function(){if(!this.closed){var e=this,n=e.id,i=e.scheduler,o=i.actions;this.work=this.state=this.scheduler=null,this.pending=!1,F(o,this),n!=null&&(this.id=this.recycleAsyncId(i,n,null)),this.delay=null,t.prototype.unsubscribe.call(this)}},r}(Yt),ut=function(){function t(r,e){e===void 0&&(e=t.now),this.schedulerActionCtor=r,this.now=e}return t.prototype.schedule=function(r,e,n){return e===void 0&&(e=0),new this.schedulerActionCtor(this,r).schedule(n,e)},t.now=H.now,t}(),Dt=function(t){m(r,t);function r(e,n){n===void 0&&(n=ut.now);var i=t.call(this,e,n)||this;return i.actions=[],i._active=!1,i}return r.prototype.flush=function(e){var n=this.actions;if(this._active){n.push(e);return}var i;this._active=!0;do if(i=e.execute(e.state,e.delay))break;while(e=n.shift());if(this._active=!1,i){for(;e=n.shift();)e.unsubscribe();throw i}},r}(ut),Gt=new Dt(qt);function Kt(t){return t&&h(t.schedule)}function ct(t){return t[t.length-1]}function Zt(t){return h(ct(t))?t.pop():void 0}function at(t){return Kt(ct(t))?t.pop():void 0}var st=function(t){return t&&typeof t.length=="number"&&typeof t!="function"};function lt(t){return h(t?.then)}function ft(t){return h(t[Z])}function ht(t){return Symbol.asyncIterator&&h(t?.[Symbol.asyncIterator])}function vt(t){return new TypeError("You provided "+(t!==null&&typeof t=="object"?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function Ht(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var dt=Ht();function pt(t){return h(t?.[dt])}function yt(t){return At(this,arguments,function(){var e,n,i,o;return Q(this,function(u){switch(u.label){case 0:e=t.getReader(),u.label=1;case 1:u.trys.push([1,,9,10]),u.label=2;case 2:return[4,E(e.read())];case 3:return n=u.sent(),i=n.value,o=n.done,o?[4,E(void 0)]:[3,5];case 4:return[2,u.sent()];case 5:return[4,E(i)];case 6:return[4,u.sent()];case 7:return u.sent(),[3,2];case 8:return[3,10];case 9:return e.releaseLock(),[7];case 10:return[2]}})})}function bt(t){return h(t?.getReader)}function O(t){if(t instanceof y)return t;if(t!=null){if(ft(t))return $t(t);if(st(t))return Jt(t);if(lt(t))return Bt(t);if(ht(t))return mt(t);if(pt(t))return Qt(t);if(bt(t))return Xt(t)}throw vt(t)}function $t(t){return new y(function(r){var e=t[Z]();if(h(e.subscribe))return e.subscribe(r);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Jt(t){return new y(function(r){for(var e=0;e<t.length&&!r.closed;e++)r.next(t[e]);r.complete()})}function Bt(t){return new y(function(r){t.then(function(e){r.closed||(r.next(e),r.complete())},function(e){return r.error(e)}).then(null,et)})}function Qt(t){return new y(function(r){var e,n;try{for(var i=g(t),o=i.next();!o.done;o=i.next()){var u=o.value;if(r.next(u),r.closed)return}}catch(c){e={error:c}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}r.complete()})}function mt(t){return new y(function(r){zt(t,r).catch(function(e){return r.error(e)})})}function Xt(t){return mt(yt(t))}function zt(t,r){var e,n,i,o;return Et(this,void 0,void 0,function(){var u,c;return Q(this,function(s){switch(s.label){case 0:s.trys.push([0,5,6,11]),e=Ot(t),s.label=1;case 1:return[4,e.next()];case 2:if(n=s.sent(),!!n.done)return[3,4];if(u=n.value,r.next(u),r.closed)return[2];s.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return c=s.sent(),i={error:c},[3,11];case 6:return s.trys.push([6,,9,10]),n&&!n.done&&(o=e.return)?[4,o.call(e)]:[3,8];case 7:s.sent(),s.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return r.complete(),[2]}})})}function S(t,r,e,n,i){n===void 0&&(n=0),i===void 0&&(i=!1);var o=r.schedule(function(){e(),i?t.add(this.schedule(null,n)):this.unsubscribe()},n);if(t.add(o),!i)return o}function wt(t,r){return r===void 0&&(r=0),w(function(e,n){e.subscribe(_(n,function(i){return S(n,t,function(){return n.next(i)},r)},function(){return S(n,t,function(){return n.complete()},r)},function(i){return S(n,t,function(){return n.error(i)},r)}))})}function St(t,r){return r===void 0&&(r=0),w(function(e,n){n.add(t.schedule(function(){return e.subscribe(n)},r))})}function Nt(t,r){return O(t).pipe(St(r),wt(r))}function te(t,r){return O(t).pipe(St(r),wt(r))}function ee(t,r){return new y(function(e){var n=0;return r.schedule(function(){n===t.length?e.complete():(e.next(t[n++]),e.closed||this.schedule())})})}function re(t,r){return new y(function(e){var n;return S(e,r,function(){n=t[dt](),S(e,r,function(){var i,o,u;try{i=n.next(),o=i.value,u=i.done}catch(c){e.error(c);return}u?e.complete():e.next(o)},0,!0)}),function(){return h(n?.return)&&n.return()}})}function _t(t,r){if(!t)throw new Error("Iterable cannot be null");return new y(function(e){S(e,r,function(){var n=t[Symbol.asyncIterator]();S(e,r,function(){n.next().then(function(i){i.done?e.complete():e.next(i.value)})},0,!0)})})}function ne(t,r){return _t(yt(t),r)}function ie(t,r){if(t!=null){if(ft(t))return Nt(t,r);if(st(t))return ee(t,r);if(lt(t))return te(t,r);if(ht(t))return _t(t,r);if(pt(t))return re(t,r);if(bt(t))return ne(t,r)}throw vt(t)}function $(t,r){return r?ie(t,r):O(t)}function oe(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e=at(t);return $(t,e)}var ue=Y(function(t){return function(){t(this),this.name="EmptyError",this.message="no elements in sequence"}});function ce(t,r){var e=typeof r=="object";return new Promise(function(n,i){var o=!1,u;t.subscribe({next:function(c){u=c,o=!0},error:i,complete:function(){o?n(u):e?n(r.defaultValue):i(new ue)}})})}function gt(t,r){return w(function(e,n){var i=0;e.subscribe(_(n,function(o){n.next(t.call(r,o,i++))}))})}var ae=Array.isArray;function se(t,r){return ae(r)?t.apply(void 0,I([],x(r))):t(r)}function le(t){return gt(function(r){return se(t,r)})}var fe=Array.isArray,he=Object.getPrototypeOf,ve=Object.prototype,de=Object.keys;function pe(t){if(t.length===1){var r=t[0];if(fe(r))return{args:r,keys:null};if(ye(r)){var e=de(r);return{args:e.map(function(n){return r[n]}),keys:e}}}return{args:t,keys:null}}function ye(t){return t&&typeof t=="object"&&he(t)===ve}function be(t,r){return t.reduce(function(e,n,i){return e[n]=r[i],e},{})}function me(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e=at(t),n=Zt(t),i=pe(t),o=i.args,u=i.keys;if(o.length===0)return $([],e);var c=new y(we(o,e,u?function(s){return be(u,s)}:j));return n?c.pipe(le(n)):c}function we(t,r,e){return e===void 0&&(e=j),function(n){xt(r,function(){for(var i=t.length,o=new Array(i),u=i,c=i,s=function(l){xt(r,function(){var v=$(t[l],r),f=!1;v.subscribe(_(n,function(d){o[l]=d,f||(f=!0,c--),c||n.next(e(o.slice()))},function(){--u||n.complete()}))},n)},a=0;a<i;a++)s(a)},n)}}function xt(t,r,e){t?S(e,t,r):r()}function Se(t,r){return r===void 0&&(r=Gt),w(function(e,n){var i=null,o=null,u=null,c=function(){if(i){i.unsubscribe(),i=null;var a=o;o=null,n.next(a)}};function s(){var a=u+t,l=r.now();if(l<a){i=this.schedule(void 0,a-l),n.add(i);return}c()}e.subscribe(_(n,function(a){o=a,u=r.now(),i||(i=r.schedule(s,t),n.add(i))},function(){c(),n.complete()},void 0,function(){o=i=null}))})}function _e(t,r){return r===void 0&&(r=j),t=t??ge,w(function(e,n){var i,o=!0;e.subscribe(_(n,function(u){var c=r(u);(o||!t(i,c))&&(o=!1,i=c,n.next(u))}))})}function ge(t,r){return t===r}function xe(t){t===void 0&&(t={});var r=t.connector,e=r===void 0?function(){return new k}:r,n=t.resetOnError,i=n===void 0?!0:n,o=t.resetOnComplete,u=o===void 0?!0:o,c=t.resetOnRefCountZero,s=c===void 0?!0:c;return function(a){var l,v,f,d=0,b=!1,p=!1,C=function(){v?.unsubscribe(),v=void 0},W=function(){C(),l=f=void 0,b=p=!1},It=function(){var P=l;W(),P?.unsubscribe()};return w(function(P,B){d++,!p&&!b&&C();var R=f=f??e();B.add(function(){d--,d===0&&!p&&!b&&(v=J(It,s))}),R.subscribe(B),!l&&d>0&&(l=new T({next:function(U){return R.next(U)},error:function(U){p=!0,C(),v=J(W,i,U),R.error(U)},complete:function(){b=!0,C(),v=J(W,u),R.complete()}}),O(P).subscribe(l))})(a)}}function J(t,r){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];if(r===!0){t();return}if(r!==!1){var i=new T({next:function(){i.unsubscribe(),t()}});return O(r.apply(void 0,I([],x(e)))).subscribe(i)}}function Ie(t,r,e){var n,i,o,u,c=!1;return t&&typeof t=="object"?(n=t.bufferSize,u=n===void 0?1/0:n,i=t.windowTime,r=i===void 0?1/0:i,o=t.refCount,c=o===void 0?!1:o,e=t.scheduler):u=t??1/0,xe({connector:function(){return new it(u,r,e)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:c})}function Ee(t){return w(function(r,e){O(t).subscribe(_(e,function(){return e.complete()},D)),!e.closed&&r.subscribe(e)})}function Ae(t,r,e){var n=h(t)||r||e?{next:t,error:r,complete:e}:t;return n?w(function(i,o){var u;(u=n.subscribe)===null||u===void 0||u.call(n);var c=!0;i.subscribe(_(o,function(s){var a;(a=n.next)===null||a===void 0||a.call(n,s),o.next(s)},function(){var s;c=!1,(s=n.complete)===null||s===void 0||s.call(n),o.complete()},function(s){var a;c=!1,(a=n.error)===null||a===void 0||a.call(n,s),o.error(s)},function(){var s,a;c&&((s=n.unsubscribe)===null||s===void 0||s.call(n)),(a=n.finalize)===null||a===void 0||a.call(n)}))}):j}export{Mt as BehaviorSubject,y as Observable,it as ReplaySubject,k as Subject,A as Subscription,me as combineLatest,Se as debounceTime,_e as distinctUntilChanged,ce as lastValueFrom,gt as map,oe as of,Ie as shareReplay,Ee as takeUntil,Ae as tap};
|
|
3
|
+
`):"",this.name="UnsubscriptionError",this.errors=e}});function F(t,r){if(t){var e=t.indexOf(r);0<=e&&t.splice(e,1)}}var A=function(){function t(r){this.initialTeardown=r,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){var r,e,n,i,o;if(!this.closed){this.closed=!0;var u=this._parentage;if(u)if(this._parentage=null,Array.isArray(u))try{for(var c=g(u),s=c.next();!s.done;s=c.next()){var a=s.value;a.remove(this)}}catch(p){r={error:p}}finally{try{s&&!s.done&&(e=c.return)&&e.call(c)}finally{if(r)throw r.error}}else u.remove(this);var l=this.initialTeardown;if(h(l))try{l()}catch(p){o=p instanceof q?p.errors:[p]}var v=this._finalizers;if(v){this._finalizers=null;try{for(var f=g(v),d=f.next();!d.done;d=f.next()){var b=d.value;try{N(b)}catch(p){o=o??[],p instanceof q?o=I(I([],x(o)),x(p.errors)):o.push(p)}}}catch(p){n={error:p}}finally{try{d&&!d.done&&(i=f.return)&&i.call(f)}finally{if(n)throw n.error}}}if(o)throw new q(o)}},t.prototype.add=function(r){var e;if(r&&r!==this)if(this.closed)N(r);else{if(r instanceof t){if(r.closed||r._hasParent(this))return;r._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(r)}},t.prototype._hasParent=function(r){var e=this._parentage;return e===r||Array.isArray(e)&&e.includes(r)},t.prototype._addParent=function(r){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(r),e):e?[e,r]:r},t.prototype._removeParent=function(r){var e=this._parentage;e===r?this._parentage=null:Array.isArray(e)&&F(e,r)},t.prototype.remove=function(r){var e=this._finalizers;e&&F(e,r),r instanceof t&&r._removeParent(this)},t.EMPTY=function(){var r=new t;return r.closed=!0,r}(),t}(),X=A.EMPTY;function z(t){return t instanceof A||t&&"closed"in t&&h(t.remove)&&h(t.add)&&h(t.unsubscribe)}function N(t){h(t)?t():t.unsubscribe()}var tt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Tt={setTimeout:function(t,r){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return setTimeout.apply(void 0,I([t,r],x(e)))},clearTimeout:function(t){return clearTimeout(t)},delegate:void 0};function et(t){Tt.setTimeout(function(){throw t})}function D(){}function V(t){t()}var G=function(t){m(r,t);function r(e){var n=t.call(this)||this;return n.isStopped=!1,e?(n.destination=e,z(e)&&e.add(n)):n.destination=Rt,n}return r.create=function(e,n,i){return new O(e,n,i)},r.prototype.next=function(e){this.isStopped||this._next(e)},r.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},r.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},r.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},r.prototype._next=function(e){this.destination.next(e)},r.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},r.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},r}(A),jt=Function.prototype.bind;function K(t,r){return jt.call(t,r)}var Ct=function(){function t(r){this.partialObserver=r}return t.prototype.next=function(r){var e=this.partialObserver;if(e.next)try{e.next(r)}catch(n){L(n)}},t.prototype.error=function(r){var e=this.partialObserver;if(e.error)try{e.error(r)}catch(n){L(n)}else L(r)},t.prototype.complete=function(){var r=this.partialObserver;if(r.complete)try{r.complete()}catch(e){L(e)}},t}(),O=function(t){m(r,t);function r(e,n,i){var o=t.call(this)||this,u;if(h(e)||!e)u={next:e??void 0,error:n??void 0,complete:i??void 0};else{var c;o&&tt.useDeprecatedNextContext?(c=Object.create(e),c.unsubscribe=function(){return o.unsubscribe()},u={next:e.next&&K(e.next,c),error:e.error&&K(e.error,c),complete:e.complete&&K(e.complete,c)}):u=e}return o.destination=new Ct(u),o}return r}(G);function L(t){et(t)}function kt(t){throw t}var Rt={closed:!0,next:D,error:kt,complete:D},Z=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function j(t){return t}function Ut(t){return t.length===0?j:t.length===1?t[0]:function(e){return t.reduce(function(n,i){return i(n)},e)}}var y=function(){function t(r){r&&(this._subscribe=r)}return t.prototype.lift=function(r){var e=new t;return e.source=this,e.operator=r,e},t.prototype.subscribe=function(r,e,n){var i=this,o=Vt(r)?r:new O(r,e,n);return V(function(){var u=i,c=u.operator,s=u.source;o.add(c?c.call(o,s):s?i._subscribe(o):i._trySubscribe(o))}),o},t.prototype._trySubscribe=function(r){try{return this._subscribe(r)}catch(e){r.error(e)}},t.prototype.forEach=function(r,e){var n=this;return e=rt(e),new e(function(i,o){var u=new O({next:function(c){try{r(c)}catch(s){o(s),u.unsubscribe()}},error:o,complete:i});n.subscribe(u)})},t.prototype._subscribe=function(r){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(r)},t.prototype[Z]=function(){return this},t.prototype.pipe=function(){for(var r=[],e=0;e<arguments.length;e++)r[e]=arguments[e];return Ut(r)(this)},t.prototype.toPromise=function(r){var e=this;return r=rt(r),new r(function(n,i){var o;e.subscribe(function(u){return o=u},function(u){return i(u)},function(){return n(o)})})},t.create=function(r){return new t(r)},t}();function rt(t){var r;return(r=t??tt.Promise)!==null&&r!==void 0?r:Promise}function Ft(t){return t&&h(t.next)&&h(t.error)&&h(t.complete)}function Vt(t){return t&&t instanceof G||Ft(t)&&z(t)}function Lt(t){return h(t?.lift)}function w(t){return function(r){if(Lt(r))return r.lift(function(e){try{return t(e,this)}catch(n){this.error(n)}});throw new TypeError("Unable to lift unknown Observable type")}}function _(t,r,e,n,i){return new Wt(t,r,e,n,i)}var Wt=function(t){m(r,t);function r(e,n,i,o,u,c){var s=t.call(this,e)||this;return s.onFinalize=u,s.shouldUnsubscribe=c,s._next=n?function(a){try{n(a)}catch(l){e.error(l)}}:t.prototype._next,s._error=o?function(a){try{o(a)}catch(l){e.error(l)}finally{this.unsubscribe()}}:t.prototype._error,s._complete=i?function(){try{i()}catch(a){e.error(a)}finally{this.unsubscribe()}}:t.prototype._complete,s}return r.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var n=this.closed;t.prototype.unsubscribe.call(this),!n&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},r}(G),Mt=Y(function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),C=function(t){m(r,t);function r(){var e=t.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return r.prototype.lift=function(e){var n=new nt(this,this);return n.operator=e,n},r.prototype._throwIfClosed=function(){if(this.closed)throw new Mt},r.prototype.next=function(e){var n=this;V(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var u=g(n.currentObservers),c=u.next();!c.done;c=u.next()){var s=c.value;s.next(e)}}catch(a){i={error:a}}finally{try{c&&!c.done&&(o=u.return)&&o.call(u)}finally{if(i)throw i.error}}}})},r.prototype.error=function(e){var n=this;V(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=e;for(var i=n.observers;i.length;)i.shift().error(e)}})},r.prototype.complete=function(){var e=this;V(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var n=e.observers;n.length;)n.shift().complete()}})},r.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(r.prototype,"observed",{get:function(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0},enumerable:!1,configurable:!0}),r.prototype._trySubscribe=function(e){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,e)},r.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},r.prototype._innerSubscribe=function(e){var n=this,i=this,o=i.hasError,u=i.isStopped,c=i.observers;return o||u?X:(this.currentObservers=null,c.push(e),new A(function(){n.currentObservers=null,F(c,e)}))},r.prototype._checkFinalizedStatuses=function(e){var n=this,i=n.hasError,o=n.thrownError,u=n.isStopped;i?e.error(o):u&&e.complete()},r.prototype.asObservable=function(){var e=new y;return e.source=this,e},r.create=function(e,n){return new nt(e,n)},r}(y),nt=function(t){m(r,t);function r(e,n){var i=t.call(this)||this;return i.destination=e,i.source=n,i}return r.prototype.next=function(e){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.next)===null||i===void 0||i.call(n,e)},r.prototype.error=function(e){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.error)===null||i===void 0||i.call(n,e)},r.prototype.complete=function(){var e,n;(n=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||n===void 0||n.call(e)},r.prototype._subscribe=function(e){var n,i;return(i=(n=this.source)===null||n===void 0?void 0:n.subscribe(e))!==null&&i!==void 0?i:X},r}(C),Yt=function(t){m(r,t);function r(e){var n=t.call(this)||this;return n._value=e,n}return Object.defineProperty(r.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),r.prototype._subscribe=function(e){var n=t.prototype._subscribe.call(this,e);return!n.closed&&e.next(this._value),n},r.prototype.getValue=function(){var e=this,n=e.hasError,i=e.thrownError,o=e._value;if(n)throw i;return this._throwIfClosed(),o},r.prototype.next=function(e){t.prototype.next.call(this,this._value=e)},r}(C),H={now:function(){return(H.delegate||Date).now()},delegate:void 0},it=function(t){m(r,t);function r(e,n,i){e===void 0&&(e=1/0),n===void 0&&(n=1/0),i===void 0&&(i=H);var o=t.call(this)||this;return o._bufferSize=e,o._windowTime=n,o._timestampProvider=i,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=n===1/0,o._bufferSize=Math.max(1,e),o._windowTime=Math.max(1,n),o}return r.prototype.next=function(e){var n=this,i=n.isStopped,o=n._buffer,u=n._infiniteTimeWindow,c=n._timestampProvider,s=n._windowTime;i||(o.push(e),!u&&o.push(c.now()+s)),this._trimBuffer(),t.prototype.next.call(this,e)},r.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(e),i=this,o=i._infiniteTimeWindow,u=i._buffer,c=u.slice(),s=0;s<c.length&&!e.closed;s+=o?1:2)e.next(c[s]);return this._checkFinalizedStatuses(e),n},r.prototype._trimBuffer=function(){var e=this,n=e._bufferSize,i=e._timestampProvider,o=e._buffer,u=e._infiniteTimeWindow,c=(u?1:2)*n;if(n<1/0&&c<o.length&&o.splice(0,o.length-c),!u){for(var s=i.now(),a=0,l=1;l<o.length&&o[l]<=s;l+=2)a=l;a&&o.splice(0,a+1)}},r}(C),qt=function(t){m(r,t);function r(e,n){return t.call(this)||this}return r.prototype.schedule=function(e,n){return this},r}(A),ot={setInterval:function(t,r){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return setInterval.apply(void 0,I([t,r],x(e)))},clearInterval:function(t){return clearInterval(t)},delegate:void 0},Dt=function(t){m(r,t);function r(e,n){var i=t.call(this,e,n)||this;return i.scheduler=e,i.work=n,i.pending=!1,i}return r.prototype.schedule=function(e,n){var i;if(n===void 0&&(n=0),this.closed)return this;this.state=e;var o=this.id,u=this.scheduler;return o!=null&&(this.id=this.recycleAsyncId(u,o,n)),this.pending=!0,this.delay=n,this.id=(i=this.id)!==null&&i!==void 0?i:this.requestAsyncId(u,this.id,n),this},r.prototype.requestAsyncId=function(e,n,i){return i===void 0&&(i=0),ot.setInterval(e.flush.bind(e,this),i)},r.prototype.recycleAsyncId=function(e,n,i){if(i===void 0&&(i=0),i!=null&&this.delay===i&&this.pending===!1)return n;n!=null&&ot.clearInterval(n)},r.prototype.execute=function(e,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(e,n);if(i)return i;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},r.prototype._execute=function(e,n){var i=!1,o;try{this.work(e)}catch(u){i=!0,o=u||new Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),o},r.prototype.unsubscribe=function(){if(!this.closed){var e=this,n=e.id,i=e.scheduler,o=i.actions;this.work=this.state=this.scheduler=null,this.pending=!1,F(o,this),n!=null&&(this.id=this.recycleAsyncId(i,n,null)),this.delay=null,t.prototype.unsubscribe.call(this)}},r}(qt),ut=function(){function t(r,e){e===void 0&&(e=t.now),this.schedulerActionCtor=r,this.now=e}return t.prototype.schedule=function(r,e,n){return e===void 0&&(e=0),new this.schedulerActionCtor(this,r).schedule(n,e)},t.now=H.now,t}(),Gt=function(t){m(r,t);function r(e,n){n===void 0&&(n=ut.now);var i=t.call(this,e,n)||this;return i.actions=[],i._active=!1,i}return r.prototype.flush=function(e){var n=this.actions;if(this._active){n.push(e);return}var i;this._active=!0;do if(i=e.execute(e.state,e.delay))break;while(e=n.shift());if(this._active=!1,i){for(;e=n.shift();)e.unsubscribe();throw i}},r}(ut),Kt=new Gt(Dt);function Zt(t){return t&&h(t.schedule)}function ct(t){return t[t.length-1]}function Ht(t){return h(ct(t))?t.pop():void 0}function at(t){return Zt(ct(t))?t.pop():void 0}var st=function(t){return t&&typeof t.length=="number"&&typeof t!="function"};function lt(t){return h(t?.then)}function ft(t){return h(t[Z])}function ht(t){return Symbol.asyncIterator&&h(t?.[Symbol.asyncIterator])}function vt(t){return new TypeError("You provided "+(t!==null&&typeof t=="object"?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function $t(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var dt=$t();function pt(t){return h(t?.[dt])}function yt(t){return Ot(this,arguments,function(){var e,n,i,o;return Q(this,function(u){switch(u.label){case 0:e=t.getReader(),u.label=1;case 1:u.trys.push([1,,9,10]),u.label=2;case 2:return[4,E(e.read())];case 3:return n=u.sent(),i=n.value,o=n.done,o?[4,E(void 0)]:[3,5];case 4:return[2,u.sent()];case 5:return[4,E(i)];case 6:return[4,u.sent()];case 7:return u.sent(),[3,2];case 8:return[3,10];case 9:return e.releaseLock(),[7];case 10:return[2]}})})}function bt(t){return h(t?.getReader)}function P(t){if(t instanceof y)return t;if(t!=null){if(ft(t))return Jt(t);if(st(t))return Bt(t);if(lt(t))return Qt(t);if(ht(t))return mt(t);if(pt(t))return Xt(t);if(bt(t))return zt(t)}throw vt(t)}function Jt(t){return new y(function(r){var e=t[Z]();if(h(e.subscribe))return e.subscribe(r);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Bt(t){return new y(function(r){for(var e=0;e<t.length&&!r.closed;e++)r.next(t[e]);r.complete()})}function Qt(t){return new y(function(r){t.then(function(e){r.closed||(r.next(e),r.complete())},function(e){return r.error(e)}).then(null,et)})}function Xt(t){return new y(function(r){var e,n;try{for(var i=g(t),o=i.next();!o.done;o=i.next()){var u=o.value;if(r.next(u),r.closed)return}}catch(c){e={error:c}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}r.complete()})}function mt(t){return new y(function(r){Nt(t,r).catch(function(e){return r.error(e)})})}function zt(t){return mt(yt(t))}function Nt(t,r){var e,n,i,o;return At(this,void 0,void 0,function(){var u,c;return Q(this,function(s){switch(s.label){case 0:s.trys.push([0,5,6,11]),e=Pt(t),s.label=1;case 1:return[4,e.next()];case 2:if(n=s.sent(),!!n.done)return[3,4];if(u=n.value,r.next(u),r.closed)return[2];s.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return c=s.sent(),i={error:c},[3,11];case 6:return s.trys.push([6,,9,10]),n&&!n.done&&(o=e.return)?[4,o.call(e)]:[3,8];case 7:s.sent(),s.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return r.complete(),[2]}})})}function S(t,r,e,n,i){n===void 0&&(n=0),i===void 0&&(i=!1);var o=r.schedule(function(){e(),i?t.add(this.schedule(null,n)):this.unsubscribe()},n);if(t.add(o),!i)return o}function wt(t,r){return r===void 0&&(r=0),w(function(e,n){e.subscribe(_(n,function(i){return S(n,t,function(){return n.next(i)},r)},function(){return S(n,t,function(){return n.complete()},r)},function(i){return S(n,t,function(){return n.error(i)},r)}))})}function St(t,r){return r===void 0&&(r=0),w(function(e,n){n.add(t.schedule(function(){return e.subscribe(n)},r))})}function te(t,r){return P(t).pipe(St(r),wt(r))}function ee(t,r){return P(t).pipe(St(r),wt(r))}function re(t,r){return new y(function(e){var n=0;return r.schedule(function(){n===t.length?e.complete():(e.next(t[n++]),e.closed||this.schedule())})})}function ne(t,r){return new y(function(e){var n;return S(e,r,function(){n=t[dt](),S(e,r,function(){var i,o,u;try{i=n.next(),o=i.value,u=i.done}catch(c){e.error(c);return}u?e.complete():e.next(o)},0,!0)}),function(){return h(n?.return)&&n.return()}})}function _t(t,r){if(!t)throw new Error("Iterable cannot be null");return new y(function(e){S(e,r,function(){var n=t[Symbol.asyncIterator]();S(e,r,function(){n.next().then(function(i){i.done?e.complete():e.next(i.value)})},0,!0)})})}function ie(t,r){return _t(yt(t),r)}function oe(t,r){if(t!=null){if(ft(t))return te(t,r);if(st(t))return re(t,r);if(lt(t))return ee(t,r);if(ht(t))return _t(t,r);if(pt(t))return ne(t,r);if(bt(t))return ie(t,r)}throw vt(t)}function $(t,r){return r?oe(t,r):P(t)}function ue(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e=at(t);return $(t,e)}var gt=Y(function(t){return function(){t(this),this.name="EmptyError",this.message="no elements in sequence"}});function ce(t,r){var e=typeof r=="object";return new Promise(function(n,i){var o=!1,u;t.subscribe({next:function(c){u=c,o=!0},error:i,complete:function(){o?n(u):e?n(r.defaultValue):i(new gt)}})})}function ae(t,r){var e=typeof r=="object";return new Promise(function(n,i){var o=new O({next:function(u){n(u),o.unsubscribe()},error:i,complete:function(){e?n(r.defaultValue):i(new gt)}});t.subscribe(o)})}function xt(t,r){return w(function(e,n){var i=0;e.subscribe(_(n,function(o){n.next(t.call(r,o,i++))}))})}var se=Array.isArray;function le(t,r){return se(r)?t.apply(void 0,I([],x(r))):t(r)}function fe(t){return xt(function(r){return le(t,r)})}var he=Array.isArray,ve=Object.getPrototypeOf,de=Object.prototype,pe=Object.keys;function ye(t){if(t.length===1){var r=t[0];if(he(r))return{args:r,keys:null};if(be(r)){var e=pe(r);return{args:e.map(function(n){return r[n]}),keys:e}}}return{args:t,keys:null}}function be(t){return t&&typeof t=="object"&&ve(t)===de}function me(t,r){return t.reduce(function(e,n,i){return e[n]=r[i],e},{})}function we(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e=at(t),n=Ht(t),i=ye(t),o=i.args,u=i.keys;if(o.length===0)return $([],e);var c=new y(Se(o,e,u?function(s){return me(u,s)}:j));return n?c.pipe(fe(n)):c}function Se(t,r,e){return e===void 0&&(e=j),function(n){It(r,function(){for(var i=t.length,o=new Array(i),u=i,c=i,s=function(l){It(r,function(){var v=$(t[l],r),f=!1;v.subscribe(_(n,function(d){o[l]=d,f||(f=!0,c--),c||n.next(e(o.slice()))},function(){--u||n.complete()}))},n)},a=0;a<i;a++)s(a)},n)}}function It(t,r,e){t?S(e,t,r):r()}function _e(t,r){return r===void 0&&(r=Kt),w(function(e,n){var i=null,o=null,u=null,c=function(){if(i){i.unsubscribe(),i=null;var a=o;o=null,n.next(a)}};function s(){var a=u+t,l=r.now();if(l<a){i=this.schedule(void 0,a-l),n.add(i);return}c()}e.subscribe(_(n,function(a){o=a,u=r.now(),i||(i=r.schedule(s,t),n.add(i))},function(){c(),n.complete()},void 0,function(){o=i=null}))})}function ge(t,r){return r===void 0&&(r=j),t=t??xe,w(function(e,n){var i,o=!0;e.subscribe(_(n,function(u){var c=r(u);(o||!t(i,c))&&(o=!1,i=c,n.next(u))}))})}function xe(t,r){return t===r}function Ie(t){t===void 0&&(t={});var r=t.connector,e=r===void 0?function(){return new C}:r,n=t.resetOnError,i=n===void 0?!0:n,o=t.resetOnComplete,u=o===void 0?!0:o,c=t.resetOnRefCountZero,s=c===void 0?!0:c;return function(a){var l,v,f,d=0,b=!1,p=!1,k=function(){v?.unsubscribe(),v=void 0},W=function(){k(),l=f=void 0,b=p=!1},Et=function(){var T=l;W(),T?.unsubscribe()};return w(function(T,B){d++,!p&&!b&&k();var R=f=f??e();B.add(function(){d--,d===0&&!p&&!b&&(v=J(Et,s))}),R.subscribe(B),!l&&d>0&&(l=new O({next:function(U){return R.next(U)},error:function(U){p=!0,k(),v=J(W,i,U),R.error(U)},complete:function(){b=!0,k(),v=J(W,u),R.complete()}}),P(T).subscribe(l))})(a)}}function J(t,r){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];if(r===!0){t();return}if(r!==!1){var i=new O({next:function(){i.unsubscribe(),t()}});return P(r.apply(void 0,I([],x(e)))).subscribe(i)}}function Ee(t,r,e){var n,i,o,u,c=!1;return t&&typeof t=="object"?(n=t.bufferSize,u=n===void 0?1/0:n,i=t.windowTime,r=i===void 0?1/0:i,o=t.refCount,c=o===void 0?!1:o,e=t.scheduler):u=t??1/0,Ie({connector:function(){return new it(u,r,e)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:c})}function Ae(t){return w(function(r,e){P(t).subscribe(_(e,function(){return e.complete()},D)),!e.closed&&r.subscribe(e)})}function Oe(t,r,e){var n=h(t)||r||e?{next:t,error:r,complete:e}:t;return n?w(function(i,o){var u;(u=n.subscribe)===null||u===void 0||u.call(n);var c=!0;i.subscribe(_(o,function(s){var a;(a=n.next)===null||a===void 0||a.call(n,s),o.next(s)},function(){var s;c=!1,(s=n.complete)===null||s===void 0||s.call(n),o.complete()},function(s){var a;c=!1,(a=n.error)===null||a===void 0||a.call(n,s),o.error(s)},function(){var s,a;c&&((s=n.unsubscribe)===null||s===void 0||s.call(n)),(a=n.finalize)===null||a===void 0||a.call(n)}))}):j}export{Yt as BehaviorSubject,y as Observable,it as ReplaySubject,C as Subject,A as Subscription,we as combineLatest,_e as debounceTime,ge as distinctUntilChanged,ae as firstValueFrom,ce as lastValueFrom,xt as map,ue as of,Ee as shareReplay,Ae as takeUntil,Oe as tap};
|