@yuuvis/client-framework 2.20.1 → 3.0.0-beta.20.1
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/actions/index.d.ts +230 -9
- package/app-bar/index.d.ts +50 -1
- package/autocomplete/index.d.ts +89 -3
- package/breadcrumb/index.d.ts +112 -2
- package/clipboard/index.d.ts +19 -1
- package/common/index.d.ts +536 -7
- package/datepicker/index.d.ts +380 -6
- package/fesm2022/yuuvis-client-framework-actions.mjs +31 -32
- package/fesm2022/yuuvis-client-framework-actions.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-app-bar.mjs +14 -17
- package/fesm2022/yuuvis-client-framework-app-bar.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-autocomplete.mjs +23 -23
- package/fesm2022/yuuvis-client-framework-autocomplete.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-breadcrumb.mjs +7 -8
- package/fesm2022/yuuvis-client-framework-breadcrumb.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-clipboard.mjs +8 -10
- package/fesm2022/yuuvis-client-framework-clipboard.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-common.mjs +191 -234
- package/fesm2022/yuuvis-client-framework-common.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-datepicker.mjs +110 -145
- package/fesm2022/yuuvis-client-framework-datepicker.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-forms.mjs +283 -250
- package/fesm2022/yuuvis-client-framework-forms.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-icons.mjs +18 -19
- package/fesm2022/yuuvis-client-framework-icons.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-list.mjs +59 -57
- package/fesm2022/yuuvis-client-framework-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-master-details.mjs +23 -18
- package/fesm2022/yuuvis-client-framework-master-details.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs +7 -9
- package/fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-metadata-form.mjs +32 -32
- package/fesm2022/yuuvis-client-framework-metadata-form.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-details.mjs +129 -120
- package/fesm2022/yuuvis-client-framework-object-details.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-flavor.mjs +67 -59
- package/fesm2022/yuuvis-client-framework-object-flavor.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-form.mjs +58 -60
- package/fesm2022/yuuvis-client-framework-object-form.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-preview.mjs +64 -47
- package/fesm2022/yuuvis-client-framework-object-preview.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-relationship.mjs +206 -183
- package/fesm2022/yuuvis-client-framework-object-relationship.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-summary.mjs +42 -42
- package/fesm2022/yuuvis-client-framework-object-summary.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-versions.mjs +28 -29
- package/fesm2022/yuuvis-client-framework-object-versions.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-overflow-hidden.mjs +10 -10
- package/fesm2022/yuuvis-client-framework-overflow-hidden.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-overflow-menu.mjs +16 -16
- package/fesm2022/yuuvis-client-framework-overflow-menu.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-pagination.mjs +7 -8
- package/fesm2022/yuuvis-client-framework-pagination.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-popout.mjs +55 -57
- package/fesm2022/yuuvis-client-framework-popout.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-query-list.mjs +29 -29
- package/fesm2022/yuuvis-client-framework-query-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-renderer.mjs +71 -68
- package/fesm2022/yuuvis-client-framework-renderer.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-sequence-list.mjs +20 -25
- package/fesm2022/yuuvis-client-framework-sequence-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-simple-search.mjs +31 -33
- package/fesm2022/yuuvis-client-framework-simple-search.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-sort.mjs +57 -37
- package/fesm2022/yuuvis-client-framework-sort.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-split-view.mjs +39 -38
- package/fesm2022/yuuvis-client-framework-split-view.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-tile-list.mjs +119 -121
- package/fesm2022/yuuvis-client-framework-tile-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-token-search.mjs +22 -22
- package/fesm2022/yuuvis-client-framework-token-search.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-tree.mjs +32 -44
- package/fesm2022/yuuvis-client-framework-tree.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-upload-progress.mjs +22 -26
- package/fesm2022/yuuvis-client-framework-upload-progress.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-widget-grid.mjs +80 -77
- package/fesm2022/yuuvis-client-framework-widget-grid.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework.mjs +23 -23
- package/fesm2022/yuuvis-client-framework.mjs.map +1 -1
- package/forms/index.d.ts +633 -13
- package/icons/index.d.ts +79 -4
- package/index.d.ts +909 -6
- package/list/index.d.ts +380 -4
- package/master-details/index.d.ts +69 -3
- package/metadata-form/index.d.ts +189 -6
- package/metadata-form-defaults/index.d.ts +14 -2
- package/object-details/index.d.ts +321 -9
- package/object-flavor/index.d.ts +86 -6
- package/object-form/index.d.ts +288 -4
- package/object-preview/index.d.ts +82 -2
- package/object-relationship/index.d.ts +120 -5
- package/object-summary/index.d.ts +105 -4
- package/object-versions/index.d.ts +43 -2
- package/overflow-hidden/index.d.ts +28 -2
- package/overflow-menu/index.d.ts +52 -3
- package/package.json +12 -12
- package/pagination/index.d.ts +31 -2
- package/popout/index.d.ts +106 -5
- package/query-list/index.d.ts +497 -2
- package/renderer/index.d.ts +117 -10
- package/sequence-list/index.d.ts +60 -2
- package/simple-search/index.d.ts +57 -1
- package/sort/index.d.ts +36 -2
- package/split-view/index.d.ts +197 -4
- package/tile-list/index.d.ts +789 -10
- package/token-search/index.d.ts +72 -3
- package/tree/index.d.ts +68 -2
- package/upload-progress/index.d.ts +44 -2
- package/widget-grid/index.d.ts +299 -7
- package/actions/lib/actions/copy-action/copy-action.d.ts +0 -17
- package/actions/lib/actions/cut-action/cut-action.d.ts +0 -17
- package/actions/lib/actions/delete-action/delete/delete.component.d.ts +0 -22
- package/actions/lib/actions/delete-action/delete-action.d.ts +0 -18
- package/actions/lib/actions/download-action/download-action.d.ts +0 -17
- package/actions/lib/actions.icon.d.ts +0 -7
- package/actions/lib/actions.interface.d.ts +0 -86
- package/actions/lib/actions.module.d.ts +0 -11
- package/actions/lib/actions.service.d.ts +0 -58
- package/actions/lib/components/contextmenu/contextmenu.component.d.ts +0 -16
- package/actions/lib/components/contextmenu/contextmenu.model.d.ts +0 -9
- package/actions/lib/components/contextmenu/contextmenuTrigger.directive.d.ts +0 -12
- package/app-bar/lib/app-bar.component.d.ts +0 -47
- package/autocomplete/lib/autocomplete.component.d.ts +0 -74
- package/autocomplete/lib/autocomplete.interface.d.ts +0 -4
- package/autocomplete/lib/autocomplete.module.d.ts +0 -7
- package/breadcrumb/lib/breadcrumb/breadcrumb.component.d.ts +0 -94
- package/breadcrumb/lib/models/breadcrumb-item.model.d.ts +0 -14
- package/breadcrumb/lib/models/index.d.ts +0 -1
- package/clipboard/lib/clipboard.component.d.ts +0 -16
- package/common/lib/common.module.d.ts +0 -21
- package/common/lib/common.utils.d.ts +0 -2
- package/common/lib/components/busy-overlay/busy-overlay.component.d.ts +0 -9
- package/common/lib/components/busy-overlay/busy-overlay.interface.d.ts +0 -4
- package/common/lib/components/confirm/confirm.component.d.ts +0 -8
- package/common/lib/components/confirm/confirm.interface.d.ts +0 -9
- package/common/lib/components/confirm/confirm.service.d.ts +0 -9
- package/common/lib/components/dialog/dialog.component.d.ts +0 -10
- package/common/lib/components/dialog/dialog.options.d.ts +0 -7
- package/common/lib/components/halo-focus/halo-focus.component.d.ts +0 -5
- package/common/lib/components/index.d.ts +0 -8
- package/common/lib/components/retention-badge/retention-badge.component.d.ts +0 -9
- package/common/lib/components/scroll-buttons/scroll-buttons.component.d.ts +0 -25
- package/common/lib/directives/autofocus-child.directive.d.ts +0 -13
- package/common/lib/directives/autofocus-delayed.directive.d.ts +0 -18
- package/common/lib/directives/busy-overlay.directive.d.ts +0 -68
- package/common/lib/directives/click-double.directive.d.ts +0 -17
- package/common/lib/directives/container-size.directive.d.ts +0 -30
- package/common/lib/directives/drag-scroll.directive.d.ts +0 -20
- package/common/lib/directives/drag-select.directive.d.ts +0 -21
- package/common/lib/directives/file-drop-zone/file-drop-zone.directive.d.ts +0 -17
- package/common/lib/directives/file-drop-zone/file-drop-zone.interface.d.ts +0 -5
- package/common/lib/directives/focus-within.directive.d.ts +0 -36
- package/common/lib/directives/index.d.ts +0 -13
- package/common/lib/directives/light-dismiss.directive.d.ts +0 -19
- package/common/lib/directives/longpress.directive.d.ts +0 -13
- package/common/lib/directives/noop-value-accessor.directive.d.ts +0 -10
- package/common/lib/directives/scroll-buttons.directive.d.ts +0 -20
- package/common/lib/mat-form-field.abstract.d.ts +0 -41
- package/common/lib/services/file-drop/file-drop.service.d.ts +0 -7
- package/common/lib/services/form-translate/form-translate.service.d.ts +0 -15
- package/common/lib/services/index.d.ts +0 -4
- package/common/lib/services/layout-settings/layout-settings.interface.d.ts +0 -1
- package/common/lib/services/layout-settings/layout-settings.service.d.ts +0 -40
- package/common/lib/services/theme/index.d.ts +0 -3
- package/common/lib/services/theme/theme.models.d.ts +0 -16
- package/common/lib/services/theme/theme.provider.d.ts +0 -4
- package/common/lib/services/theme/theme.service.d.ts +0 -16
- package/datepicker/lib/calendar/calendar.component.d.ts +0 -70
- package/datepicker/lib/date-input/date-input-element/date-input-element.component.d.ts +0 -44
- package/datepicker/lib/date-input/date-input-hour-element/date-input-hour-element.component.d.ts +0 -11
- package/datepicker/lib/date-input/date-input.component.d.ts +0 -60
- package/datepicker/lib/datepicker-calendar/datepicker-calendar-trigger.component.d.ts +0 -7
- package/datepicker/lib/datepicker-calendar/datepicker-calendar.component.d.ts +0 -12
- package/datepicker/lib/datepicker.component.d.ts +0 -80
- package/datepicker/lib/datepicker.interface.d.ts +0 -34
- package/datepicker/lib/datepicker.module.d.ts +0 -9
- package/datepicker/lib/datepicker.service.d.ts +0 -46
- package/datepicker/lib/datepicker.utils.d.ts +0 -23
- package/datepicker/lib/time-input/time-input.component.d.ts +0 -32
- package/datepicker/lib/time-input/time-input.interface.d.ts +0 -6
- package/forms/lib/elements/catalog/catalog.component.d.ts +0 -34
- package/forms/lib/elements/data-grid/data-grid/data-grid.component.d.ts +0 -46
- package/forms/lib/elements/data-grid/edit-table-data/edit-data.component.d.ts +0 -22
- package/forms/lib/elements/data-grid/model/data-grid.interface.d.ts +0 -20
- package/forms/lib/elements/datetime/datetime.component.d.ts +0 -41
- package/forms/lib/elements/datetime-range/datetime-range.component.d.ts +0 -38
- package/forms/lib/elements/i18n-catalog/i18n-catalog.component.d.ts +0 -43
- package/forms/lib/elements/index.d.ts +0 -12
- package/forms/lib/elements/number/number.component.d.ts +0 -69
- package/forms/lib/elements/number-range/number-range.component.d.ts +0 -73
- package/forms/lib/elements/organization/organization.component.d.ts +0 -66
- package/forms/lib/elements/organization-set/organization-set.component.d.ts +0 -61
- package/forms/lib/elements/range-select-date/date-range-picker/date-range-picker.component.d.ts +0 -13
- package/forms/lib/elements/range-select-date/range-select-date.component.d.ts +0 -38
- package/forms/lib/elements/range-select-date/range-select-date.interface.d.ts +0 -5
- package/forms/lib/elements/range-select-filesize/range-select-filesize.component.d.ts +0 -33
- package/forms/lib/elements/range-select-filesize/range-select-filesize.interface.d.ts +0 -5
- package/forms/lib/elements/string/string.component.d.ts +0 -100
- package/forms/lib/forms.module.d.ts +0 -17
- package/forms/lib/forms.utils.d.ts +0 -4
- package/icons/lib/icon.component.d.ts +0 -24
- package/icons/lib/icon.service.d.ts +0 -39
- package/icons/lib/icons.d.ts +0 -1
- package/icons/lib/object-type-icon/object-type-icon.component.d.ts +0 -11
- package/lib/config/halo-focus-defaults/halo-excluded-elements.const.d.ts +0 -26
- package/lib/config/halo-focus-defaults/halo-focus-navigation-keys.const.d.ts +0 -25
- package/lib/config/halo-focus-defaults/halo-focus-offset.const.d.ts +0 -25
- package/lib/config/halo-focus-defaults/halo-focus-styles.const.d.ts +0 -26
- package/lib/config/halo-focus-defaults/index.d.ts +0 -4
- package/lib/config/index.d.ts +0 -2
- package/lib/config/session/index.d.ts +0 -3
- package/lib/config/session/session-activity-window-before-end.const.d.ts +0 -43
- package/lib/config/session/session-default-duration.const.d.ts +0 -47
- package/lib/config/session/session-popup-before-end.const.d.ts +0 -47
- package/lib/enums/channel-message.enum.d.ts +0 -4
- package/lib/enums/index.d.ts +0 -1
- package/lib/models/halo-focus-config/halo-focus-config.model.d.ts +0 -48
- package/lib/models/halo-focus-config/index.d.ts +0 -1
- package/lib/models/index.d.ts +0 -3
- package/lib/models/session/channel-payload.model.d.ts +0 -5
- package/lib/models/session/index.d.ts +0 -1
- package/lib/models/snack-bar/index.d.ts +0 -3
- package/lib/models/snack-bar/snack-bar-data.model.d.ts +0 -6
- package/lib/models/snack-bar/snack-bar-level.model.d.ts +0 -1
- package/lib/models/snack-bar/snack-bar-options.model.d.ts +0 -9
- package/lib/providers/halo-focus/index.d.ts +0 -1
- package/lib/providers/halo-focus/provide-halo-focus.d.ts +0 -62
- package/lib/providers/index.d.ts +0 -2
- package/lib/providers/session/index.d.ts +0 -1
- package/lib/providers/session/provide-session.provider.d.ts +0 -43
- package/lib/services/halo-focus/halo-focus.service.d.ts +0 -95
- package/lib/services/halo-utility/halo-utility.service.d.ts +0 -245
- package/lib/services/index.d.ts +0 -4
- package/lib/services/session/session.service.d.ts +0 -113
- package/lib/services/snack-bar/snack-bar.service.d.ts +0 -22
- package/lib/yuuvis-client-framework.module.d.ts +0 -7
- package/list/lib/list-item.directive.d.ts +0 -40
- package/list/lib/list-tile/list-tile.component.d.ts +0 -14
- package/list/lib/list.component.d.ts +0 -320
- package/list/lib/list.module.d.ts +0 -9
- package/master-details/lib/master-details.component.d.ts +0 -52
- package/master-details/lib/master-details.interface.d.ts +0 -7
- package/master-details/lib/master-details.module.d.ts +0 -7
- package/metadata-form/lib/metadata-form-element-registry.service.d.ts +0 -60
- package/metadata-form/lib/metadata-form-field/metadata-form-field.component.d.ts +0 -25
- package/metadata-form/lib/metadata-form-field/metadata-form-field.interface.d.ts +0 -19
- package/metadata-form/lib/object-metadata-element-error.directive.d.ts +0 -17
- package/metadata-form/lib/object-metadata-element-label.directive.d.ts +0 -29
- package/metadata-form/lib/object-metadata-element-template.directive.d.ts +0 -45
- package/metadata-form-defaults/lib/metadata-default-templates/metadata-default-templates.component.d.ts +0 -5
- package/metadata-form-defaults/lib/metadata-form-defaults.module.d.ts +0 -7
- package/object-details/lib/object-audit/object-audit.component.d.ts +0 -49
- package/object-details/lib/object-details-header/object-details-header.component.d.ts +0 -43
- package/object-details/lib/object-details-shell/object-details-shell.component.d.ts +0 -34
- package/object-details/lib/object-details-shell/object-details-shell.service.d.ts +0 -14
- package/object-details/lib/object-details.component.d.ts +0 -47
- package/object-details/lib/object-details.module.d.ts +0 -12
- package/object-details/lib/object-metadata/form-section-group.pipe.d.ts +0 -8
- package/object-details/lib/object-metadata/object-metadata-section/object-metadata-section.component.d.ts +0 -19
- package/object-details/lib/object-metadata/object-metadata-section/object-metadata-section.interface.d.ts +0 -9
- package/object-details/lib/object-metadata/object-metadata.component.d.ts +0 -75
- package/object-details/lib/object-metadata/object-metadata.interface.d.ts +0 -26
- package/object-flavor/lib/abstract-apply-create-flavor/abstract-apply-create-flavor.component.d.ts +0 -11
- package/object-flavor/lib/abstract-apply-object-flavor/abstract-apply-object-flavor.component.d.ts +0 -13
- package/object-flavor/lib/default-apply-flavor/default-apply-flavor.component.d.ts +0 -19
- package/object-flavor/lib/flavor-chip/flavor-chip.component.d.ts +0 -13
- package/object-flavor/lib/object-flavor/object-flavor.component.d.ts +0 -23
- package/object-flavor/lib/object-flavor-picker/object-flavor-picker.component.d.ts +0 -10
- package/object-form/lib/form-scripting.api.interface.d.ts +0 -131
- package/object-form/lib/form-scripting.service.d.ts +0 -30
- package/object-form/lib/object-form-element/object-form-element.component.d.ts +0 -23
- package/object-form/lib/object-form-extension.interface.d.ts +0 -22
- package/object-form/lib/object-form-group/object-form-group.component.d.ts +0 -20
- package/object-form/lib/object-form-script/form-scripting-element-extension/form-scripting-element-extension.component.d.ts +0 -10
- package/object-form/lib/object-form-script/object-form-script.service.d.ts +0 -45
- package/object-form/lib/object-form-script/object-form-scripting-scope.d.ts +0 -50
- package/object-form/lib/object-form.component.d.ts +0 -61
- package/object-form/lib/object-form.interface.d.ts +0 -69
- package/object-form/lib/object-form.module.d.ts +0 -7
- package/object-form/lib/object-form.service.d.ts +0 -41
- package/object-form/lib/object-form.utils.d.ts +0 -20
- package/object-form/lib/object-form.validation.d.ts +0 -21
- package/object-preview/lib/components/index.d.ts +0 -2
- package/object-preview/lib/components/object-email-preview/object-email-preview.component.d.ts +0 -16
- package/object-preview/lib/components/object-preview/object-preview.component.d.ts +0 -24
- package/object-preview/lib/services/object-preview.service.d.ts +0 -40
- package/object-relationship/lib/actions/add-relationship/add-relationship.component.d.ts +0 -37
- package/object-relationship/lib/actions/relationship-target-search/relationship-target-search.component.d.ts +0 -36
- package/object-relationship/lib/node-summary/node-summary.component.d.ts +0 -26
- package/object-relationship/lib/object-relationship-graph/object-relationship-graph.component.d.ts +0 -30
- package/object-relationship/lib/object-relationship-list/object-relationship-list-item/object-relationship-list-item.component.d.ts +0 -14
- package/object-relationship/lib/object-relationship-list/object-relationship-list.component.d.ts +0 -13
- package/object-relationship/lib/object-relationship.component.d.ts +0 -28
- package/object-relationship/lib/object-relationship.const.d.ts +0 -10
- package/object-relationship/lib/object-relationship.interface.d.ts +0 -38
- package/object-relationship/lib/object-relationship.module.d.ts +0 -7
- package/object-relationship/lib/object-relationship.service.d.ts +0 -26
- package/object-summary/lib/multi-object-summary/multi-object-summary.component.d.ts +0 -7
- package/object-summary/lib/object-summary/object-summary.component.d.ts +0 -64
- package/object-summary/lib/object-summary-data/object-summary-data.component.d.ts +0 -28
- package/object-summary/lib/object-summary.module.d.ts +0 -9
- package/object-versions/lib/object-versions.component.d.ts +0 -34
- package/object-versions/lib/object-versions.module.d.ts +0 -7
- package/overflow-hidden/lib/overflow-hidden.component.d.ts +0 -19
- package/overflow-hidden/lib/overflow-hidden.module.d.ts +0 -7
- package/overflow-menu/lib/overflow-menu.component.d.ts +0 -33
- package/overflow-menu/lib/overflow-menu.interface.d.ts +0 -10
- package/overflow-menu/lib/overflow-menu.module.d.ts +0 -7
- package/pagination/lib/pagination.component.d.ts +0 -21
- package/pagination/lib/pagination.interface.d.ts +0 -5
- package/popout/lib/fullscreen.directive.d.ts +0 -4
- package/popout/lib/popout-trigger/popout-trigger.component.d.ts +0 -13
- package/popout/lib/popout.component.d.ts +0 -59
- package/popout/lib/popout.interface.d.ts +0 -24
- package/popout/lib/popout.module.d.ts +0 -9
- package/query-list/lib/query-list.component.d.ts +0 -488
- package/query-list/lib/query-list.module.d.ts +0 -7
- package/renderer/lib/property-renderer/abstract.renderer.d.ts +0 -14
- package/renderer/lib/property-renderer/boolean.renderer.component.d.ts +0 -6
- package/renderer/lib/property-renderer/datetime.renderer.d.ts +0 -6
- package/renderer/lib/property-renderer/decimal.renderer.component.d.ts +0 -6
- package/renderer/lib/property-renderer/filesize.renderer.component.d.ts +0 -7
- package/renderer/lib/property-renderer/icon.renderer.component.d.ts +0 -8
- package/renderer/lib/property-renderer/index.d.ts +0 -11
- package/renderer/lib/property-renderer/integer.renderer.component.d.ts +0 -6
- package/renderer/lib/property-renderer/organization.renderer.d.ts +0 -13
- package/renderer/lib/property-renderer/string.renderer.component.d.ts +0 -6
- package/renderer/lib/property-renderer/table.renderer.component.d.ts +0 -17
- package/renderer/lib/property-renderer/unknown.renderer.d.ts +0 -6
- package/renderer/lib/renderer.directive.d.ts +0 -13
- package/renderer/lib/services/renderer/renderer.interface.d.ts +0 -4
- package/renderer/lib/services/renderer/renderer.service.d.ts +0 -35
- package/sequence-list/lib/sequence-list.component.d.ts +0 -40
- package/sequence-list/lib/sequence-list.interface.d.ts +0 -17
- package/simple-search/lib/models/index.d.ts +0 -1
- package/simple-search/lib/models/object-type-aggregation.model.d.ts +0 -14
- package/simple-search/lib/simple-search/simple-search.component.d.ts +0 -40
- package/sort/lib/sort/models/index.d.ts +0 -1
- package/sort/lib/sort/models/sort.interface.d.ts +0 -7
- package/sort/lib/sort/sort.component.d.ts +0 -25
- package/split-view/lib/split-area-cover.directive.d.ts +0 -15
- package/split-view/lib/split-area.directive.d.ts +0 -21
- package/split-view/lib/split-view.component.d.ts +0 -159
- package/split-view/lib/split-view.interface.d.ts +0 -11
- package/split-view/lib/split-view.module.d.ts +0 -8
- package/tile-list/lib/tile-actions-menu/tile-actions-menu.component.d.ts +0 -11
- package/tile-list/lib/tile-config/action-select/action-select.component.d.ts +0 -13
- package/tile-list/lib/tile-config/icon-select/icon-select.component.d.ts +0 -11
- package/tile-list/lib/tile-config/property-select/property-select.component.d.ts +0 -26
- package/tile-list/lib/tile-config/tile-config-tile/tile-config-tile.component.d.ts +0 -20
- package/tile-list/lib/tile-config/tile-config-trigger/tile-config-trigger.component.d.ts +0 -17
- package/tile-list/lib/tile-config/tile-config.component.d.ts +0 -48
- package/tile-list/lib/tile-extension/directive/tile-extension.directive.d.ts +0 -11
- package/tile-list/lib/tile-extension/extensions/email.extension.d.ts +0 -10
- package/tile-list/lib/tile-extension/tile-extension.service.d.ts +0 -16
- package/tile-list/lib/tile-list/tile-list.component.d.ts +0 -637
- package/tile-list/lib/tile-list/tile-list.interface.d.ts +0 -18
- package/token-search/lib/token-search.component.d.ts +0 -35
- package/token-search/lib/token-search.interface.d.ts +0 -27
- package/token-search/lib/token-search.module.d.ts +0 -7
- package/tree/lib/tree-node/tree-node.component.d.ts +0 -21
- package/tree/lib/tree.component.d.ts +0 -53
- package/tree/lib/tree.interface.d.ts +0 -11
- package/tree/lib/tree.service.d.ts +0 -35
- package/upload-progress/lib/upload-progress/upload-progress-overlay/upload-progress-overlay.component.d.ts +0 -12
- package/upload-progress/lib/upload-progress/upload-progress.component.d.ts +0 -33
- package/upload-progress/lib/upload-progress/upload-progress.module.d.ts +0 -7
- package/widget-grid/lib/widget-grid-event.service.d.ts +0 -10
- package/widget-grid/lib/widget-grid-registry.service.d.ts +0 -81
- package/widget-grid/lib/widget-grid-workspaces/widget-grid-workspaces.component.d.ts +0 -53
- package/widget-grid/lib/widget-grid-workspaces/widget-grid-workspaces.interface.d.ts +0 -17
- package/widget-grid/lib/widget-grid-workspaces/workspace-edit/workspace-edit.component.d.ts +0 -10
- package/widget-grid/lib/widget-grid.component.d.ts +0 -52
- package/widget-grid/lib/widget-grid.interface.d.ts +0 -51
- package/widget-grid/lib/widget-grid.module.d.ts +0 -8
- package/widget-grid/lib/widget-grid.service.d.ts +0 -45
- package/widget-grid/lib/widget-grid.utils.d.ts +0 -18
- package/widget-grid/lib/widget-picker/widget-picker.component.d.ts +0 -38
- package/widget-grid/lib/widgets/noop/noop.component.d.ts +0 -7
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { AuditEntry, AuditQueryResult, AuditService, DmsObject, EventService, SystemService, TranslateService } from '@yuuvis/client-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ObjectAuditComponent {
|
|
4
|
-
#private;
|
|
5
|
-
private auditService;
|
|
6
|
-
private eventService;
|
|
7
|
-
private system;
|
|
8
|
-
private translate;
|
|
9
|
-
private FILTER_CACHE_KEY;
|
|
10
|
-
private _objectID?;
|
|
11
|
-
private _objectTypeID?;
|
|
12
|
-
icons: {
|
|
13
|
-
filter: any;
|
|
14
|
-
arrowNext: any;
|
|
15
|
-
};
|
|
16
|
-
auditsRes: import("@angular/core").WritableSignal<AuditQueryResult | undefined>;
|
|
17
|
-
resolvedItems: import("@angular/core").WritableSignal<ResolvedAuditEntry[]>;
|
|
18
|
-
error: import("@angular/core").WritableSignal<boolean>;
|
|
19
|
-
busy: import("@angular/core").WritableSignal<boolean>;
|
|
20
|
-
searchActions: {
|
|
21
|
-
label: string;
|
|
22
|
-
actions: string[];
|
|
23
|
-
}[];
|
|
24
|
-
auditLabels: any;
|
|
25
|
-
dmsObject: import("@angular/core").InputSignal<DmsObject | undefined>;
|
|
26
|
-
/**
|
|
27
|
-
* A list of audits that should not be shown. Use the audit codes (like 100, 301, etc.).
|
|
28
|
-
* This will also disable the corresponding filters.
|
|
29
|
-
*/
|
|
30
|
-
skipActions: import("@angular/core").InputSignal<number[]>;
|
|
31
|
-
/**
|
|
32
|
-
* Whether or not to ignore admin and user separation of audit entries
|
|
33
|
-
*/
|
|
34
|
-
allActions: import("@angular/core").InputSignal<boolean>;
|
|
35
|
-
get objectID(): string | undefined;
|
|
36
|
-
constructor(auditService: AuditService, eventService: EventService, system: SystemService, translate: TranslateService);
|
|
37
|
-
/**
|
|
38
|
-
* Execute a query from the search panel.
|
|
39
|
-
*/
|
|
40
|
-
query(): void;
|
|
41
|
-
goToPage(page: number): void;
|
|
42
|
-
private onError;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectAuditComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectAuditComponent, "yuv-object-audit", never, { "dmsObject": { "alias": "dmsObject"; "required": false; "isSignal": true; }; "skipActions": { "alias": "skipActions"; "required": false; "isSignal": true; }; "allActions": { "alias": "allActions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
45
|
-
}
|
|
46
|
-
interface ResolvedAuditEntry extends AuditEntry {
|
|
47
|
-
label: string;
|
|
48
|
-
}
|
|
49
|
-
export {};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { DmsObject, VirtualObjectType } from '@yuuvis/client-core';
|
|
3
|
-
import { RendererDirectiveInput } from '@yuuvis/client-framework/renderer';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
interface HeaderData {
|
|
6
|
-
title: RendererDirectiveInput;
|
|
7
|
-
description?: RendererDirectiveInput;
|
|
8
|
-
icon: string;
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Component showing header data for a dms object. These will be
|
|
12
|
-
* generated from the object config for the given object.
|
|
13
|
-
*
|
|
14
|
-
* You could inject a set of actions into the headers actions slot
|
|
15
|
-
* by adding them to the components body:
|
|
16
|
-
*
|
|
17
|
-
* ```html
|
|
18
|
-
* <yuv-object-details-header [dmsObject]="obj">
|
|
19
|
-
* <ng-template #yuvHeaderActions>...</ng-template>
|
|
20
|
-
* </yuv-object-details-header>
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
export declare class ObjectDetailsHeaderComponent {
|
|
24
|
-
#private;
|
|
25
|
-
dmsObject: import("@angular/core").InputSignal<DmsObject | undefined>;
|
|
26
|
-
/**
|
|
27
|
-
* Virtual object type to use for retrieving header data
|
|
28
|
-
*/
|
|
29
|
-
type: import("@angular/core").InputSignal<VirtualObjectType>;
|
|
30
|
-
/**
|
|
31
|
-
* Bucket of the object config to retrieve header data from
|
|
32
|
-
*/
|
|
33
|
-
bucket: import("@angular/core").InputSignal<string | undefined>;
|
|
34
|
-
/** Template rendered in the actions area, aligned to the right of the title row. */
|
|
35
|
-
actions: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
36
|
-
/** Template rendered in the badges area, aligned to the right of the subtitle row. */
|
|
37
|
-
badges: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
38
|
-
headerData: import("@angular/core").Signal<HeaderData | undefined>;
|
|
39
|
-
constructor();
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectDetailsHeaderComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectDetailsHeaderComponent, "yuv-object-details-header", never, { "dmsObject": { "alias": "dmsObject"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": true; "isSignal": true; }; "bucket": { "alias": "bucket"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "badges": { "alias": "badges"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
42
|
-
}
|
|
43
|
-
export {};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { DmsObject, RetentionState, VirtualObjectType } from '@yuuvis/client-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Wrapper component for details of a dms object. This component
|
|
6
|
-
* provides a header based on the object configuration for the given object.
|
|
7
|
-
* It will also take care of loading the object if you only provide the objects ID.
|
|
8
|
-
*/
|
|
9
|
-
export declare class ObjectDetailsShellComponent {
|
|
10
|
-
#private;
|
|
11
|
-
retentionState: import("@angular/core").WritableSignal<RetentionState | undefined>;
|
|
12
|
-
contextError: import("@angular/core").WritableSignal<string | undefined>;
|
|
13
|
-
dmsObject: import("@angular/core").Signal<DmsObject | undefined>;
|
|
14
|
-
busy: import("@angular/core").WritableSignal<boolean>;
|
|
15
|
-
/** Template rendered in the actions area, aligned to the right of the title row. */
|
|
16
|
-
actions: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
17
|
-
/** Template rendered in the badges area, aligned to the right of the subtitle row. */
|
|
18
|
-
badges: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
19
|
-
/**
|
|
20
|
-
* Virtual object type to use for retrieving header data
|
|
21
|
-
*/
|
|
22
|
-
type: import("@angular/core").InputSignal<VirtualObjectType>;
|
|
23
|
-
/**
|
|
24
|
-
* Bucket of the object config to retrieve header data from
|
|
25
|
-
*/
|
|
26
|
-
bucket: import("@angular/core").InputSignal<string | undefined>;
|
|
27
|
-
/**
|
|
28
|
-
* Whether to hide the header
|
|
29
|
-
*/
|
|
30
|
-
hideHeader: import("@angular/core").InputSignal<boolean>;
|
|
31
|
-
constructor();
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectDetailsShellComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectDetailsShellComponent, "yuv-object-details-shell", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "badges": { "alias": "badges"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": true; "isSignal": true; }; "bucket": { "alias": "bucket"; "required": false; "isSignal": true; }; "hideHeader": { "alias": "hideHeader"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
34
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { DmsObject, TranslateService } from '@yuuvis/client-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ObjectDetailsShellService {
|
|
4
|
-
#private;
|
|
5
|
-
id: string;
|
|
6
|
-
readonly translate: TranslateService;
|
|
7
|
-
dmsObject: import("@angular/core").Signal<DmsObject | undefined>;
|
|
8
|
-
contextError: import("@angular/core").WritableSignal<string | undefined>;
|
|
9
|
-
busy: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
-
setDmsObject(dmsObject: DmsObject | undefined): void;
|
|
11
|
-
fetchDmsObject(id: string): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectDetailsShellService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ObjectDetailsShellService>;
|
|
14
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { DmsObject, ObjectTypeFlavor, VirtualObjectType } from '@yuuvis/client-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ObjectDetailsComponent {
|
|
5
|
-
#private;
|
|
6
|
-
isAdvancedUser: boolean;
|
|
7
|
-
currentUser: import("@angular/core").WritableSignal<import("@yuuvis/client-core").YuvUser>;
|
|
8
|
-
/**
|
|
9
|
-
* ID to store the components layout state (splitted tabs, gutter position)
|
|
10
|
-
*/
|
|
11
|
-
layoutSettingsID: import("@angular/core").WritableSignal<string | undefined>;
|
|
12
|
-
/**
|
|
13
|
-
* DmsObject to show the details for.
|
|
14
|
-
*/
|
|
15
|
-
dmsObjectInput: import("@angular/core").InputSignal<DmsObject | undefined>;
|
|
16
|
-
dmsObjectInputEffect: import("@angular/core").EffectRef;
|
|
17
|
-
dmsObject: import("@angular/core").Signal<DmsObject | undefined>;
|
|
18
|
-
/**
|
|
19
|
-
* Flavors to take into account. These flavors define for example the metadata
|
|
20
|
-
* of an object.
|
|
21
|
-
*/
|
|
22
|
-
flavors: import("@angular/core").InputSignal<ObjectTypeFlavor[]>;
|
|
23
|
-
/**
|
|
24
|
-
* Virtual object type to use for retrieving header data
|
|
25
|
-
*/
|
|
26
|
-
type: import("@angular/core").InputSignal<VirtualObjectType>;
|
|
27
|
-
/**
|
|
28
|
-
* If the object config for the given type has been stored in a certain bucket, this
|
|
29
|
-
* bucket can be provided here. If no bucket is set, the config will be retrieved
|
|
30
|
-
* from the main object config
|
|
31
|
-
*/
|
|
32
|
-
objectConfigBucket: import("@angular/core").InputSignal<string | undefined>;
|
|
33
|
-
/**
|
|
34
|
-
* ID of a DmsObject. The object will be fetched from the backend upfront.
|
|
35
|
-
*/
|
|
36
|
-
objectId: import("@angular/core").InputSignal<string | undefined>;
|
|
37
|
-
/**
|
|
38
|
-
* Whether to hide the header
|
|
39
|
-
*/
|
|
40
|
-
hideHeader: import("@angular/core").InputSignal<boolean>;
|
|
41
|
-
actions: import("@angular/core").InputSignal<TemplateRef<any> | undefined>;
|
|
42
|
-
/** Template rendered in the badges area, aligned to the right of the subtitle row. */
|
|
43
|
-
badges: import("@angular/core").InputSignal<TemplateRef<unknown> | undefined>;
|
|
44
|
-
onIndexdataSaved(updatedObject: DmsObject): void;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectDetailsComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectDetailsComponent, "yuv-object-details", never, { "dmsObjectInput": { "alias": "dmsObject"; "required": false; "isSignal": true; }; "flavors": { "alias": "flavors"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": true; "isSignal": true; }; "objectConfigBucket": { "alias": "objectConfigBucket"; "required": false; "isSignal": true; }; "objectId": { "alias": "objectId"; "required": false; "isSignal": true; }; "hideHeader": { "alias": "hideHeader"; "required": false; "isSignal": true; }; "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "badges": { "alias": "badges"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
47
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./object-details.component";
|
|
3
|
-
import * as i2 from "./object-details-header/object-details-header.component";
|
|
4
|
-
import * as i3 from "./object-details-shell/object-details-shell.component";
|
|
5
|
-
import * as i4 from "./object-metadata/object-metadata.component";
|
|
6
|
-
import * as i5 from "./object-audit/object-audit.component";
|
|
7
|
-
import * as i6 from "@yuuvis/client-framework/common";
|
|
8
|
-
export declare class YuvObjectDetailsModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvObjectDetailsModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvObjectDetailsModule, never, [typeof i1.ObjectDetailsComponent, typeof i2.ObjectDetailsHeaderComponent, typeof i3.ObjectDetailsShellComponent, typeof i4.ObjectMetadataComponent, typeof i5.ObjectAuditComponent, typeof i6.RetentionBadgeComponent], [typeof i1.ObjectDetailsComponent, typeof i2.ObjectDetailsHeaderComponent, typeof i3.ObjectDetailsShellComponent, typeof i4.ObjectMetadataComponent, typeof i5.ObjectAuditComponent, typeof i6.RetentionBadgeComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvObjectDetailsModule>;
|
|
12
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FormSectionGroupPipe implements PipeTransform {
|
|
5
|
-
transform(form: FormGroup, id: string): FormGroup;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormSectionGroupPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormSectionGroupPipe, "formSectionGroup", true>;
|
|
8
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { FormStatusChangedEvent, IObjectFormElementExtension, ObjectFormComponent, ObjectFormOptions } from '@yuuvis/client-framework/object-form';
|
|
2
|
-
import { ObjectMetadataSectionInput } from './object-metadata-section.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ObjectMetadataSectionComponent {
|
|
5
|
-
#private;
|
|
6
|
-
objectForm: import("@angular/core").Signal<ObjectFormComponent | undefined>;
|
|
7
|
-
section: import("@angular/core").InputSignal<ObjectMetadataSectionInput>;
|
|
8
|
-
expandedInput: import("@angular/core").InputSignal<boolean>;
|
|
9
|
-
elementExtensions: import("@angular/core").InputSignal<IObjectFormElementExtension[]>;
|
|
10
|
-
readonly: import("@angular/core").InputSignal<boolean | undefined>;
|
|
11
|
-
expanded: import("@angular/core").WritableSignal<boolean>;
|
|
12
|
-
busy: import("@angular/core").WritableSignal<boolean>;
|
|
13
|
-
formOptions: import("@angular/core").WritableSignal<ObjectFormOptions | undefined>;
|
|
14
|
-
statusChanged: import("@angular/core").OutputEmitterRef<FormStatusChangedEvent>;
|
|
15
|
-
resetForm(): void;
|
|
16
|
-
setFormPristine(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectMetadataSectionComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectMetadataSectionComponent, "yuv-object-metadata-section", never, { "section": { "alias": "section"; "required": true; "isSignal": true; }; "expandedInput": { "alias": "expanded"; "required": false; "isSignal": true; }; "elementExtensions": { "alias": "elementExtensions"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; }, { "statusChanged": "statusChanged"; }, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { DmsObject, FlavoredDmsObject, ObjectTypeFlavor, Situation, TranslateService } from '@yuuvis/client-core';
|
|
3
|
-
import { FormStatusChangedEvent, IObjectFormElementExtension, ObjectFormComponent, ObjectFormOptions } from '@yuuvis/client-framework/object-form';
|
|
4
|
-
import { RendererDirectiveInput } from '@yuuvis/client-framework/renderer';
|
|
5
|
-
import { ObjectMetadataSectionComponent } from './object-metadata-section/object-metadata-section.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ObjectMetadataComponent implements OnDestroy {
|
|
8
|
-
#private;
|
|
9
|
-
translate: TranslateService;
|
|
10
|
-
user: import("@angular/core").Signal<import("@yuuvis/client-core").YuvUser | undefined>;
|
|
11
|
-
hasWritePermission: import("@angular/core").Signal<boolean>;
|
|
12
|
-
objectForms: import("@angular/core").Signal<readonly ObjectFormComponent[]>;
|
|
13
|
-
objectMetadataSectionForms: import("@angular/core").Signal<readonly ObjectMetadataSectionComponent[]>;
|
|
14
|
-
busySaving: import("@angular/core").WritableSignal<boolean>;
|
|
15
|
-
busyLoading: import("@angular/core").WritableSignal<boolean>;
|
|
16
|
-
disableControls: import("@angular/core").InputSignal<boolean>;
|
|
17
|
-
/**
|
|
18
|
-
* Set to 'true' to disable the basic metadata form. This will hide
|
|
19
|
-
* the basic metadata section that shows common object proeperties like
|
|
20
|
-
* creation date, creator, version, etc.
|
|
21
|
-
*/
|
|
22
|
-
disableBasicMetadata: import("@angular/core").InputSignal<boolean>;
|
|
23
|
-
elementExtensions: import("@angular/core").InputSignal<IObjectFormElementExtension[]>;
|
|
24
|
-
controlsVisible: import("@angular/core").WritableSignal<boolean>;
|
|
25
|
-
empty: import("@angular/core").Signal<boolean>;
|
|
26
|
-
baseData: {
|
|
27
|
-
label: string;
|
|
28
|
-
value: RendererDirectiveInput;
|
|
29
|
-
}[];
|
|
30
|
-
/**
|
|
31
|
-
* Form situation, if not set default will be 'EDIT'
|
|
32
|
-
*/
|
|
33
|
-
situation: import("@angular/core").InputSignal<Situation>;
|
|
34
|
-
/**
|
|
35
|
-
* Set to 'true' to prevent all metadata from being edited
|
|
36
|
-
*/
|
|
37
|
-
formDisabled: import("@angular/core").WritableSignal<boolean>;
|
|
38
|
-
dmsObject: import("@angular/core").InputSignal<DmsObject | undefined>;
|
|
39
|
-
_dmsObject: import("@angular/core").WritableSignal<DmsObject | undefined>;
|
|
40
|
-
/**
|
|
41
|
-
* @deprecated This input will be removed in the future.
|
|
42
|
-
* Please migrate to using `dmsObject` and `flavors` inputs instead.
|
|
43
|
-
*/
|
|
44
|
-
flavoredDmsObject: import("@angular/core").InputSignal<FlavoredDmsObject | undefined>;
|
|
45
|
-
combinedFormState?: FormStatusChangedEvent;
|
|
46
|
-
/**
|
|
47
|
-
* Emits the updated `DmsObject` when metadata have been saved.
|
|
48
|
-
*/
|
|
49
|
-
indexDataSaved: import("@angular/core").OutputEmitterRef<DmsObject>;
|
|
50
|
-
/**
|
|
51
|
-
* Emits the current state of the metadata form.
|
|
52
|
-
*/
|
|
53
|
-
statusChanged: import("@angular/core").OutputEmitterRef<FormStatusChangedEvent>;
|
|
54
|
-
mainFormOptions: import("@angular/core").WritableSignal<ObjectFormOptions | undefined>;
|
|
55
|
-
mainFormOptionsIsLoading: import("@angular/core").Signal<boolean>;
|
|
56
|
-
flavors: import("@angular/core").InputSignal<ObjectTypeFlavor[] | undefined>;
|
|
57
|
-
flavorFormOptions: import("@angular/core").Signal<{
|
|
58
|
-
id: string;
|
|
59
|
-
label: string;
|
|
60
|
-
icon: string | undefined;
|
|
61
|
-
svgIcon: boolean | undefined;
|
|
62
|
-
data: Record<string, unknown>;
|
|
63
|
-
}[]>;
|
|
64
|
-
onFormStatusChanged(formId: string, evt: FormStatusChangedEvent): void;
|
|
65
|
-
save(): void;
|
|
66
|
-
/**
|
|
67
|
-
* Reset te form to its initial state
|
|
68
|
-
*/
|
|
69
|
-
resetForm(): void;
|
|
70
|
-
updateFormValue(data: Record<string, unknown>): void;
|
|
71
|
-
setFormPristine(): void;
|
|
72
|
-
ngOnDestroy(): void;
|
|
73
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectMetadataComponent, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectMetadataComponent, "yuv-object-metadata", never, { "disableControls": { "alias": "disableControls"; "required": false; "isSignal": true; }; "disableBasicMetadata": { "alias": "disableBasicMetadata"; "required": false; "isSignal": true; }; "elementExtensions": { "alias": "elementExtensions"; "required": false; "isSignal": true; }; "situation": { "alias": "situation"; "required": false; "isSignal": true; }; "dmsObject": { "alias": "dmsObject"; "required": false; "isSignal": true; }; "flavoredDmsObject": { "alias": "flavoredDmsObject"; "required": false; "isSignal": true; }; "flavors": { "alias": "flavors"; "required": false; "isSignal": true; }; }, { "indexDataSaved": "indexDataSaved"; "statusChanged": "statusChanged"; }, never, never, true, never>;
|
|
75
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ObjectTypeField } from '@yuuvis/client-core';
|
|
2
|
-
export interface MetadataStatusChangedEvent {
|
|
3
|
-
/**
|
|
4
|
-
* flag indicating whether or not the form is invalid
|
|
5
|
-
*/
|
|
6
|
-
invalid: boolean;
|
|
7
|
-
/**
|
|
8
|
-
* flag indicating whether or not the form has been edited
|
|
9
|
-
*/
|
|
10
|
-
dirty: boolean;
|
|
11
|
-
/**
|
|
12
|
-
* flag indicating whether or not the forms data has been changed
|
|
13
|
-
*/
|
|
14
|
-
dataChanged: boolean;
|
|
15
|
-
/**
|
|
16
|
-
* the extracted data from the form
|
|
17
|
-
*/
|
|
18
|
-
data?: Record<string, unknown>;
|
|
19
|
-
}
|
|
20
|
-
export interface MetadataFormSection {
|
|
21
|
-
id: string;
|
|
22
|
-
icon?: string;
|
|
23
|
-
label: string;
|
|
24
|
-
fields: ObjectTypeField[];
|
|
25
|
-
collapsed?: boolean;
|
|
26
|
-
}
|
package/object-flavor/lib/abstract-apply-create-flavor/abstract-apply-create-flavor.component.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ObjectCreateFlavor } from '@yuuvis/client-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare abstract class AbstractApplyCreateFlavorComponent {
|
|
4
|
-
#private;
|
|
5
|
-
createdObjectIDs: import("@angular/core").WritableSignal<string[]>;
|
|
6
|
-
flavor: import("@angular/core").WritableSignal<ObjectCreateFlavor>;
|
|
7
|
-
data: import("@angular/core").WritableSignal<any>;
|
|
8
|
-
cancel: import("@angular/core").OutputEmitterRef<void>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractApplyCreateFlavorComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AbstractApplyCreateFlavorComponent, "yuv-abstract-apply-create-flavor", never, {}, { "cancel": "cancel"; }, never, never, true, never>;
|
|
11
|
-
}
|
package/object-flavor/lib/abstract-apply-object-flavor/abstract-apply-object-flavor.component.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
2
|
-
import { DmsObject } from '@yuuvis/client-core';
|
|
3
|
-
import { ObjectFlavor } from '@yuuvis/client-shell-core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare abstract class AbstractApplyObjectFlavorComponent {
|
|
6
|
-
protected readonly dialogData: any;
|
|
7
|
-
protected readonly dialogRef: MatDialogRef<any, any>;
|
|
8
|
-
dmsObject: import("@angular/core").InputSignal<DmsObject>;
|
|
9
|
-
flavor: import("@angular/core").InputSignal<ObjectFlavor>;
|
|
10
|
-
data: import("@angular/core").InputSignal<any>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractApplyObjectFlavorComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AbstractApplyObjectFlavorComponent, "yuv-apply-object-flavor", never, { "dmsObject": { "alias": "dmsObject"; "required": false; "isSignal": true; }; "flavor": { "alias": "flavor"; "required": false; "isSignal": true; }; "data": { "alias": "data"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { FormStatusChangedEvent, ObjectFormComponent, ObjectFormOptions } from '@yuuvis/client-framework/object-form';
|
|
2
|
-
import { AbstractApplyObjectFlavorComponent } from '../abstract-apply-object-flavor/abstract-apply-object-flavor.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DefaultApplyFlavorComponent extends AbstractApplyObjectFlavorComponent {
|
|
5
|
-
#private;
|
|
6
|
-
private translate;
|
|
7
|
-
objectForm: import("@angular/core").Signal<ObjectFormComponent | undefined>;
|
|
8
|
-
flavorLabel: import("@angular/core").Signal<any>;
|
|
9
|
-
error: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
-
applyDisabled: import("@angular/core").WritableSignal<boolean>;
|
|
11
|
-
busyLoading: import("@angular/core").WritableSignal<boolean>;
|
|
12
|
-
busySaving: import("@angular/core").WritableSignal<boolean>;
|
|
13
|
-
formOptions: import("@angular/core").WritableSignal<ObjectFormOptions | null>;
|
|
14
|
-
onFormStatusChanged(status: FormStatusChangedEvent): void;
|
|
15
|
-
applyFlavor(): void;
|
|
16
|
-
close(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultApplyFlavorComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DefaultApplyFlavorComponent, "yuv-default-apply-flavor", never, {}, {}, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ObjectFlavor } from '@yuuvis/client-shell-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FlavorChipComponent {
|
|
4
|
-
#private;
|
|
5
|
-
private translate;
|
|
6
|
-
flavor: import("@angular/core").InputSignal<ObjectFlavor>;
|
|
7
|
-
enableRemove: import("@angular/core").InputSignal<boolean | undefined>;
|
|
8
|
-
enableDescription: import("@angular/core").InputSignal<boolean | undefined>;
|
|
9
|
-
flavorRemove: import("@angular/core").OutputEmitterRef<void>;
|
|
10
|
-
remove(e: MouseEvent | KeyboardEvent): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FlavorChipComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FlavorChipComponent, "yuv-flavor-chip", never, { "flavor": { "alias": "flavor"; "required": true; "isSignal": true; }; "enableRemove": { "alias": "enableRemove"; "required": false; "isSignal": true; }; "enableDescription": { "alias": "enableDescription"; "required": false; "isSignal": true; }; }, { "flavorRemove": "flavorRemove"; }, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { DmsObject } from '@yuuvis/client-core';
|
|
2
|
-
import { ListComponent } from '@yuuvis/client-framework/list';
|
|
3
|
-
import { ObjectFlavor } from '@yuuvis/client-shell-core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ObjectFlavorComponent {
|
|
6
|
-
#private;
|
|
7
|
-
private translate;
|
|
8
|
-
list: import("@angular/core").Signal<ListComponent | undefined>;
|
|
9
|
-
dmsObject: import("@angular/core").InputSignal<DmsObject>;
|
|
10
|
-
flavorSelect: import("@angular/core").OutputEmitterRef<ObjectFlavor | undefined>;
|
|
11
|
-
appliedFlavors: ObjectFlavor[];
|
|
12
|
-
applicableFlavors: ObjectFlavor[];
|
|
13
|
-
hidden: import("@angular/core").WritableSignal<boolean>;
|
|
14
|
-
busy: import("@angular/core").WritableSignal<boolean>;
|
|
15
|
-
selectedIndex: import("@angular/core").WritableSignal<number>;
|
|
16
|
-
disableSelection: boolean;
|
|
17
|
-
clearSelection(): void;
|
|
18
|
-
onItemsSelect(idx: number[]): void;
|
|
19
|
-
startApplyFlavor(): void;
|
|
20
|
-
removeFlavor(flavor: ObjectFlavor, index: number): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectFlavorComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectFlavorComponent, "yuv-object-flavor", never, { "dmsObject": { "alias": "dmsObject"; "required": true; "isSignal": true; }; }, { "flavorSelect": "flavorSelect"; }, never, never, true, never>;
|
|
23
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ObjectFlavor } from '@yuuvis/client-shell-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ObjectFlavorPickerComponent {
|
|
4
|
-
#private;
|
|
5
|
-
applicableObjectFlavors: ObjectFlavor[];
|
|
6
|
-
applicableFlavors: ObjectFlavor[];
|
|
7
|
-
itemSelected(idx: number[]): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectFlavorPickerComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectFlavorPickerComponent, "yuv-object-flavor-picker", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import { HttpOptions, YuvEvent, YuvUser } from '@yuuvis/client-core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { ObjectFormComponent } from './object-form.component';
|
|
4
|
-
import { ObjectFormModelChange } from './object-form.interface';
|
|
5
|
-
/**
|
|
6
|
-
* Providing a plugin service and injected into form scripts
|
|
7
|
-
*/
|
|
8
|
-
export interface FormScriptingAPI {
|
|
9
|
-
/**
|
|
10
|
-
* Register a new form scripting element extension
|
|
11
|
-
*/
|
|
12
|
-
elementExtensions: {
|
|
13
|
-
register(extensions: FormScriptingElementExtension[]): void;
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
* Listen to a certain type of yuuvis event ({@link YuvEventType})
|
|
17
|
-
*
|
|
18
|
-
*/
|
|
19
|
-
events: {
|
|
20
|
-
yuuvisEventType: any;
|
|
21
|
-
on(type: string): Observable<YuvEvent>;
|
|
22
|
-
/**
|
|
23
|
-
* Trigger a certain type of yuuvis event ({@link YuvEventType})
|
|
24
|
-
* @param type Key of the event to be triggered
|
|
25
|
-
* @param data Some data to attach to the event
|
|
26
|
-
*/
|
|
27
|
-
trigger(type: string, data?: any): void;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* Get the user that is currently logged in
|
|
31
|
-
*/
|
|
32
|
-
session: {
|
|
33
|
-
getUser(): YuvUser;
|
|
34
|
-
user: {
|
|
35
|
-
get: () => YuvUser;
|
|
36
|
-
hasRole: (role: string) => boolean;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
|
-
/**
|
|
40
|
-
* Execute a requests against yuuvis backend
|
|
41
|
-
*/
|
|
42
|
-
http: {
|
|
43
|
-
/**
|
|
44
|
-
* Execute a GET request against yuuvis backend
|
|
45
|
-
* @param uri URI the request should be sent to
|
|
46
|
-
* @param base URI part of the service this request belongs to
|
|
47
|
-
* @param options additional HttpOptions
|
|
48
|
-
*/
|
|
49
|
-
get(uri: string, base?: string, options?: HttpOptions): any;
|
|
50
|
-
/**
|
|
51
|
-
* Execute a POST request against yuuvis backend
|
|
52
|
-
* @param uri URI the request should be sent to
|
|
53
|
-
* @param data Data to be send along with the request
|
|
54
|
-
* @param base URI part of the service this request belongs to
|
|
55
|
-
* @param options additional HttpOptions
|
|
56
|
-
*/
|
|
57
|
-
post(uri: string, data: any, base?: string, options?: HttpOptions): any;
|
|
58
|
-
/**
|
|
59
|
-
* Execute a DELETE request against yuuvis backend
|
|
60
|
-
* @param uri URI the request should be sent to
|
|
61
|
-
* @param base URI part of the service this request belongs to
|
|
62
|
-
* @param options additional HttpOptions
|
|
63
|
-
*/
|
|
64
|
-
del(uri: string, base?: string, options?: HttpOptions): any;
|
|
65
|
-
/**
|
|
66
|
-
* Execute a PUT request against yuuvis backend
|
|
67
|
-
* @param uri URI the request should be sent to
|
|
68
|
-
* @param data Data to be send along with the request
|
|
69
|
-
* @param base URI part of the service this request belongs to
|
|
70
|
-
* @param options additional HttpOptions
|
|
71
|
-
*/
|
|
72
|
-
put(uri: string, data: any, base?: string, options?: HttpOptions): any;
|
|
73
|
-
};
|
|
74
|
-
/**
|
|
75
|
-
* Utilities
|
|
76
|
-
*/
|
|
77
|
-
form: {
|
|
78
|
-
activeForms: Map<string, ObjectFormComponent>;
|
|
79
|
-
getValue(formControlName: string): any;
|
|
80
|
-
setValue(formControlName: string, newValue: any): void;
|
|
81
|
-
/**
|
|
82
|
-
* Execute a change of form model
|
|
83
|
-
* @param formControlName form control unique name | identifier
|
|
84
|
-
* @param change object that contains name of parameter that should be changed ('value', 'required', ...) and newValue
|
|
85
|
-
*/
|
|
86
|
-
modelChange(formControlName: string, change: ObjectFormModelChange): void;
|
|
87
|
-
};
|
|
88
|
-
storage: {
|
|
89
|
-
getItem: (key: string) => any;
|
|
90
|
-
setItem: (key: string, value: unknown) => any;
|
|
91
|
-
};
|
|
92
|
-
notifier: {
|
|
93
|
-
/**
|
|
94
|
-
* Trigger a SUCCESS notification
|
|
95
|
-
* @param text Message to be 'toasted'
|
|
96
|
-
* @param title Title
|
|
97
|
-
*/
|
|
98
|
-
success(text: string, title: string): void;
|
|
99
|
-
/**
|
|
100
|
-
* Trigger a ERROR notification
|
|
101
|
-
* @param text Message to be 'toasted'
|
|
102
|
-
* @param title Title
|
|
103
|
-
*/
|
|
104
|
-
error(text: string, title: string): void;
|
|
105
|
-
/**
|
|
106
|
-
* Trigger a INFO notification
|
|
107
|
-
* @param text Message to be 'toasted'
|
|
108
|
-
* @param title Title
|
|
109
|
-
*/
|
|
110
|
-
info(text: string, title: string): void;
|
|
111
|
-
/**
|
|
112
|
-
* Trigger a WARNING notification
|
|
113
|
-
* @param text Message to be 'toasted'
|
|
114
|
-
* @param title Title
|
|
115
|
-
*/
|
|
116
|
-
warning(text: string, title: string): void;
|
|
117
|
-
};
|
|
118
|
-
/**
|
|
119
|
-
* Utilities
|
|
120
|
-
*/
|
|
121
|
-
util: {
|
|
122
|
-
translate: (key: string, data?: any) => string;
|
|
123
|
-
};
|
|
124
|
-
}
|
|
125
|
-
export interface FormScriptingElementExtension {
|
|
126
|
-
id: string;
|
|
127
|
-
icon?: string;
|
|
128
|
-
label?: string;
|
|
129
|
-
propertyName: string;
|
|
130
|
-
callback: () => void;
|
|
131
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { DmsObject, HttpOptions, YuvUser } from '@yuuvis/client-core';
|
|
2
|
-
import { FormScriptingAPI, FormScriptingElementExtension } from './form-scripting.api.interface';
|
|
3
|
-
import { ObjectFormComponent } from './object-form.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class FormScriptingApiService {
|
|
6
|
-
#private;
|
|
7
|
-
static EVENT_MODEL_CHANGED: string;
|
|
8
|
-
elementExtensions: import("@angular/core").WritableSignal<Record<string, FormScriptingElementExtension>>;
|
|
9
|
-
formId?: string;
|
|
10
|
-
get api(): FormScriptingAPI;
|
|
11
|
-
registerActiveForm(component: ObjectFormComponent): any;
|
|
12
|
-
unregisterActiveForm(component: ObjectFormComponent): any;
|
|
13
|
-
getApi(): FormScriptingAPI;
|
|
14
|
-
get(uri: string, base?: string, options?: HttpOptions): Promise<any>;
|
|
15
|
-
put(uri: string, data: Record<string, unknown>, base?: string, options?: HttpOptions): Promise<any>;
|
|
16
|
-
post(uri: string, data: Record<string, unknown>, base?: string, options?: HttpOptions): Promise<any>;
|
|
17
|
-
del(uri: string, base?: string, options?: HttpOptions): Promise<any>;
|
|
18
|
-
getCurrentUser(): YuvUser;
|
|
19
|
-
getDmsObject(id: string, version: number): Promise<DmsObject>;
|
|
20
|
-
/**
|
|
21
|
-
* fetches dms objects from the server that match the given params
|
|
22
|
-
*
|
|
23
|
-
* @param fields - the fields to match. example: {name: 'max', plz: '47111}
|
|
24
|
-
* @param type - the target object type
|
|
25
|
-
*/
|
|
26
|
-
getResult(fields: Record<string, unknown>, type?: string): Promise<DmsObject[]>;
|
|
27
|
-
encodeFileName(filename: string): string;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormScriptingApiService, never>;
|
|
29
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FormScriptingApiService>;
|
|
30
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
2
|
-
import { ObjectFormControlWrapper } from '@yuuvis/client-core';
|
|
3
|
-
import { FormScriptingElementExtension } from '../form-scripting.api.interface';
|
|
4
|
-
import { ObjectFormElementExtension } from '../object-form-extension.interface';
|
|
5
|
-
import { FormScriptingElementExtensionComponent } from '../object-form-script/form-scripting-element-extension/form-scripting-element-extension.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ObjectFormElementComponent {
|
|
8
|
-
#private;
|
|
9
|
-
createForm: import("@angular/core").WritableSignal<boolean>;
|
|
10
|
-
formChangedSubject: import("rxjs").Subject<import("@yuuvis/client-framework/object-form").FormStatusChangedEvent>;
|
|
11
|
-
formControlName?: string;
|
|
12
|
-
formElementRef: any;
|
|
13
|
-
errors?: string[];
|
|
14
|
-
extensionComponents: Type<ObjectFormElementExtension>[];
|
|
15
|
-
scriptingExtensions: import("@angular/core").Signal<FormScriptingElementExtension[]>;
|
|
16
|
-
scriptExtensionCmp: typeof FormScriptingElementExtensionComponent;
|
|
17
|
-
situation: import("@angular/core").InputSignal<string | undefined>;
|
|
18
|
-
element: import("@angular/core").InputSignal<ObjectFormControlWrapper | undefined>;
|
|
19
|
-
get extensionComponentInput(): Record<string, unknown>;
|
|
20
|
-
onDataMetaChange(data: any): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectFormElementComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectFormElementComponent, "yuv-object-form-element", never, { "situation": { "alias": "situation"; "required": false; "isSignal": true; }; "element": { "alias": "element"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
23
|
-
}
|