@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
package/object-form/index.d.ts
CHANGED
|
@@ -1,4 +1,288 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { Type, OnDestroy, AfterViewInit } from '@angular/core';
|
|
3
|
+
import { YuvEvent, YuvUser, HttpOptions, ObjectFormGroup } from '@yuuvis/client-core';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
|
|
6
|
+
interface IObjectForm {
|
|
7
|
+
getFormData(): void;
|
|
8
|
+
setFormPristine(): void;
|
|
9
|
+
resetForm(): void;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Interface for providing components, that render an model based form.
|
|
13
|
+
*/
|
|
14
|
+
interface ObjectFormOptions {
|
|
15
|
+
/**
|
|
16
|
+
* The form model holding all groups and elements
|
|
17
|
+
*/
|
|
18
|
+
formModel: any;
|
|
19
|
+
/**
|
|
20
|
+
* Data to be merged with the forms model. Usually this will be an
|
|
21
|
+
* object of property value pairs where the properties name equals the name of
|
|
22
|
+
* the form element. For search forms (form situation 'SEARCH') data is supposed
|
|
23
|
+
* to be an array of SearchFilter objects, because search forms may support
|
|
24
|
+
* range searches in some cases.
|
|
25
|
+
*/
|
|
26
|
+
data: Record<string, unknown>;
|
|
27
|
+
objectId?: string;
|
|
28
|
+
/**
|
|
29
|
+
* whether or not to disable the complete form
|
|
30
|
+
*/
|
|
31
|
+
disabled?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* in context of BPM forms, form scripts will also provide access to the actions
|
|
34
|
+
* of a work item. This object is supposed to contain properties in a key value manner,
|
|
35
|
+
* where key is the actions code and value is the WorkItemAction itself.
|
|
36
|
+
*/
|
|
37
|
+
actions?: any;
|
|
38
|
+
/**
|
|
39
|
+
* object form may also provide a collection of objects to be passed to the
|
|
40
|
+
* form script (e.g. BPM forms provide data from attached dms objects)
|
|
41
|
+
*/
|
|
42
|
+
objects?: any[];
|
|
43
|
+
context?: {
|
|
44
|
+
id: string;
|
|
45
|
+
title: string;
|
|
46
|
+
objectTypeId: string;
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* event data emitted by the statusChanged callback
|
|
51
|
+
*/
|
|
52
|
+
interface FormStatusChangedEvent {
|
|
53
|
+
/**
|
|
54
|
+
* flag indicating whether or not the form is invalid
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
invalid: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* flag indicating whether or not the form has been edited
|
|
60
|
+
*/
|
|
61
|
+
dirty: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* flag indicating whether or not the forms indexdata has been changed
|
|
64
|
+
*/
|
|
65
|
+
indexdataChanged: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* the extracted data from the form
|
|
68
|
+
*/
|
|
69
|
+
data?: any;
|
|
70
|
+
}
|
|
71
|
+
type ObjectFormModelChange = {
|
|
72
|
+
name: 'value' | 'required' | 'readonly' | 'error' | 'onrowedit' | 'onchange';
|
|
73
|
+
newValue: any;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Providing a plugin service and injected into form scripts
|
|
78
|
+
*/
|
|
79
|
+
interface FormScriptingAPI {
|
|
80
|
+
/**
|
|
81
|
+
* Register a new form scripting element extension
|
|
82
|
+
*/
|
|
83
|
+
elementExtensions: {
|
|
84
|
+
register(extensions: FormScriptingElementExtension[]): void;
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Listen to a certain type of yuuvis event ({@link YuvEventType})
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
events: {
|
|
91
|
+
yuuvisEventType: any;
|
|
92
|
+
on(type: string): Observable<YuvEvent>;
|
|
93
|
+
/**
|
|
94
|
+
* Trigger a certain type of yuuvis event ({@link YuvEventType})
|
|
95
|
+
* @param type Key of the event to be triggered
|
|
96
|
+
* @param data Some data to attach to the event
|
|
97
|
+
*/
|
|
98
|
+
trigger(type: string, data?: any): void;
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* Get the user that is currently logged in
|
|
102
|
+
*/
|
|
103
|
+
session: {
|
|
104
|
+
getUser(): YuvUser;
|
|
105
|
+
user: {
|
|
106
|
+
get: () => YuvUser;
|
|
107
|
+
hasRole: (role: string) => boolean;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
/**
|
|
111
|
+
* Execute a requests against yuuvis backend
|
|
112
|
+
*/
|
|
113
|
+
http: {
|
|
114
|
+
/**
|
|
115
|
+
* Execute a GET request against yuuvis backend
|
|
116
|
+
* @param uri URI the request should be sent to
|
|
117
|
+
* @param base URI part of the service this request belongs to
|
|
118
|
+
* @param options additional HttpOptions
|
|
119
|
+
*/
|
|
120
|
+
get(uri: string, base?: string, options?: HttpOptions): any;
|
|
121
|
+
/**
|
|
122
|
+
* Execute a POST request against yuuvis backend
|
|
123
|
+
* @param uri URI the request should be sent to
|
|
124
|
+
* @param data Data to be send along with the request
|
|
125
|
+
* @param base URI part of the service this request belongs to
|
|
126
|
+
* @param options additional HttpOptions
|
|
127
|
+
*/
|
|
128
|
+
post(uri: string, data: any, base?: string, options?: HttpOptions): any;
|
|
129
|
+
/**
|
|
130
|
+
* Execute a DELETE request against yuuvis backend
|
|
131
|
+
* @param uri URI the request should be sent to
|
|
132
|
+
* @param base URI part of the service this request belongs to
|
|
133
|
+
* @param options additional HttpOptions
|
|
134
|
+
*/
|
|
135
|
+
del(uri: string, base?: string, options?: HttpOptions): any;
|
|
136
|
+
/**
|
|
137
|
+
* Execute a PUT request against yuuvis backend
|
|
138
|
+
* @param uri URI the request should be sent to
|
|
139
|
+
* @param data Data to be send along with the request
|
|
140
|
+
* @param base URI part of the service this request belongs to
|
|
141
|
+
* @param options additional HttpOptions
|
|
142
|
+
*/
|
|
143
|
+
put(uri: string, data: any, base?: string, options?: HttpOptions): any;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Utilities
|
|
147
|
+
*/
|
|
148
|
+
form: {
|
|
149
|
+
activeForms: Map<string, ObjectFormComponent>;
|
|
150
|
+
getValue(formControlName: string): any;
|
|
151
|
+
setValue(formControlName: string, newValue: any): void;
|
|
152
|
+
/**
|
|
153
|
+
* Execute a change of form model
|
|
154
|
+
* @param formControlName form control unique name | identifier
|
|
155
|
+
* @param change object that contains name of parameter that should be changed ('value', 'required', ...) and newValue
|
|
156
|
+
*/
|
|
157
|
+
modelChange(formControlName: string, change: ObjectFormModelChange): void;
|
|
158
|
+
};
|
|
159
|
+
storage: {
|
|
160
|
+
getItem: (key: string) => any;
|
|
161
|
+
setItem: (key: string, value: unknown) => any;
|
|
162
|
+
};
|
|
163
|
+
notifier: {
|
|
164
|
+
/**
|
|
165
|
+
* Trigger a SUCCESS notification
|
|
166
|
+
* @param text Message to be 'toasted'
|
|
167
|
+
* @param title Title
|
|
168
|
+
*/
|
|
169
|
+
success(text: string, title: string): void;
|
|
170
|
+
/**
|
|
171
|
+
* Trigger a ERROR notification
|
|
172
|
+
* @param text Message to be 'toasted'
|
|
173
|
+
* @param title Title
|
|
174
|
+
*/
|
|
175
|
+
error(text: string, title: string): void;
|
|
176
|
+
/**
|
|
177
|
+
* Trigger a INFO notification
|
|
178
|
+
* @param text Message to be 'toasted'
|
|
179
|
+
* @param title Title
|
|
180
|
+
*/
|
|
181
|
+
info(text: string, title: string): void;
|
|
182
|
+
/**
|
|
183
|
+
* Trigger a WARNING notification
|
|
184
|
+
* @param text Message to be 'toasted'
|
|
185
|
+
* @param title Title
|
|
186
|
+
*/
|
|
187
|
+
warning(text: string, title: string): void;
|
|
188
|
+
};
|
|
189
|
+
/**
|
|
190
|
+
* Utilities
|
|
191
|
+
*/
|
|
192
|
+
util: {
|
|
193
|
+
translate: (key: string, data?: any) => string;
|
|
194
|
+
};
|
|
195
|
+
}
|
|
196
|
+
interface FormScriptingElementExtension {
|
|
197
|
+
id: string;
|
|
198
|
+
icon?: string;
|
|
199
|
+
label?: string;
|
|
200
|
+
propertyName: string;
|
|
201
|
+
callback: () => void;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
interface IObjectFormElementExtension {
|
|
205
|
+
property: string;
|
|
206
|
+
cmp: Type<ObjectFormElementExtension>;
|
|
207
|
+
}
|
|
208
|
+
interface IObjectFormElementExtensionComponentInput {
|
|
209
|
+
formControlName: string;
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* Class to extend by form element extensions.
|
|
213
|
+
*/
|
|
214
|
+
declare abstract class ObjectFormElementExtension {
|
|
215
|
+
#private;
|
|
216
|
+
input: _angular_core.InputSignal<IObjectFormElementExtensionComponentInput>;
|
|
217
|
+
protected getApi(): FormScriptingAPI;
|
|
218
|
+
protected getCurrentValue(): unknown;
|
|
219
|
+
setValue(value: unknown): void;
|
|
220
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ObjectFormElementExtension, never>;
|
|
221
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ObjectFormElementExtension, "ng-component", never, { "input": { "alias": "input"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
declare class ObjectFormComponent implements OnDestroy, AfterViewInit {
|
|
225
|
+
#private;
|
|
226
|
+
gCount: number;
|
|
227
|
+
id: string;
|
|
228
|
+
fo?: ObjectFormOptions;
|
|
229
|
+
formOptions: _angular_core.InputSignal<ObjectFormOptions | undefined>;
|
|
230
|
+
inert: _angular_core.InputSignal<boolean | undefined>;
|
|
231
|
+
readonly: _angular_core.InputSignal<boolean | undefined>;
|
|
232
|
+
elementExtensions: _angular_core.InputSignal<IObjectFormElementExtension[]>;
|
|
233
|
+
/**
|
|
234
|
+
* There are special scenarios where forms are within a form themselves.
|
|
235
|
+
* Setting this property to true, will handle the current form in a
|
|
236
|
+
* slightly different way when it comes to form scripting.
|
|
237
|
+
*/
|
|
238
|
+
isInnerTableForm: _angular_core.InputSignal<boolean | undefined>;
|
|
239
|
+
/**
|
|
240
|
+
* triggered when the forms state has been changed
|
|
241
|
+
*/
|
|
242
|
+
statusChanged: _angular_core.OutputEmitterRef<FormStatusChangedEvent>;
|
|
243
|
+
/**
|
|
244
|
+
* handler to be executed after the form has been set up
|
|
245
|
+
*/
|
|
246
|
+
onFormReady: _angular_core.OutputEmitterRef<void>;
|
|
247
|
+
form?: ObjectFormGroup;
|
|
248
|
+
formData: any;
|
|
249
|
+
constructor();
|
|
250
|
+
focusForm(): void;
|
|
251
|
+
getGroup(id: string): ObjectFormGroup;
|
|
252
|
+
setFormData(data: Record<string, unknown>): void;
|
|
253
|
+
patchValue(data: Record<string, unknown>): void;
|
|
254
|
+
/**
|
|
255
|
+
* Extracts the values from the form model. Each form value is represented by one
|
|
256
|
+
* property on the result object holding the fields value. The keys (properties) are the `name`
|
|
257
|
+
* properties of the form element.
|
|
258
|
+
*
|
|
259
|
+
* How values are extracted is influenced by the forms situation.
|
|
260
|
+
*
|
|
261
|
+
* @return object of key value pairs
|
|
262
|
+
*/
|
|
263
|
+
getFormData(): {};
|
|
264
|
+
getFormElements(): any;
|
|
265
|
+
setFormPristine(): void;
|
|
266
|
+
resetForm(): void;
|
|
267
|
+
/**
|
|
268
|
+
* Returns the observed model that was passed to the current form script running. If there is
|
|
269
|
+
* no form script, this method will return NULL.
|
|
270
|
+
* @returns
|
|
271
|
+
*/
|
|
272
|
+
getObservedScriptModel(): any;
|
|
273
|
+
initValidators(form: any): void;
|
|
274
|
+
ngOnDestroy(): void;
|
|
275
|
+
ngAfterViewInit(): void;
|
|
276
|
+
private unsubscribeAll;
|
|
277
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ObjectFormComponent, never>;
|
|
278
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ObjectFormComponent, "yuv-object-form", never, { "formOptions": { "alias": "formOptions"; "required": false; "isSignal": true; }; "inert": { "alias": "inert"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "elementExtensions": { "alias": "elementExtensions"; "required": false; "isSignal": true; }; "isInnerTableForm": { "alias": "isInnerTableForm"; "required": false; "isSignal": true; }; }, { "statusChanged": "statusChanged"; "onFormReady": "onFormReady"; }, never, never, true, never>;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
declare class YuvObjectFormModule {
|
|
282
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<YuvObjectFormModule, never>;
|
|
283
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<YuvObjectFormModule, never, [typeof ObjectFormComponent], [typeof ObjectFormComponent]>;
|
|
284
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<YuvObjectFormModule>;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
export { ObjectFormComponent, ObjectFormElementExtension, YuvObjectFormModule };
|
|
288
|
+
export type { FormStatusChangedEvent, IObjectForm, IObjectFormElementExtension, IObjectFormElementExtensionComponentInput, ObjectFormModelChange, ObjectFormOptions };
|
|
@@ -1,2 +1,82 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { WritableSignal } from '@angular/core';
|
|
3
|
+
import * as _yuuvis_client_core from '@yuuvis/client-core';
|
|
4
|
+
import { DmsObject } from '@yuuvis/client-core';
|
|
5
|
+
import * as _yuuvis_media_viewer from '@yuuvis/media-viewer';
|
|
6
|
+
import { Metadata, EmailMetadata } from '@yuuvis/media-viewer';
|
|
7
|
+
import * as rxjs from 'rxjs';
|
|
8
|
+
|
|
9
|
+
interface ViewerDetails {
|
|
10
|
+
id: string;
|
|
11
|
+
mimeType: string | undefined;
|
|
12
|
+
mediaViewerSrc: string | undefined;
|
|
13
|
+
metadata: Partial<Metadata>;
|
|
14
|
+
}
|
|
15
|
+
declare class ObjectPreviewComponent {
|
|
16
|
+
#private;
|
|
17
|
+
objectId: _angular_core.InputSignal<string | undefined>;
|
|
18
|
+
dmsObjectInput: _angular_core.InputSignal<DmsObject | undefined>;
|
|
19
|
+
version: _angular_core.InputSignal<number | undefined>;
|
|
20
|
+
dmsObject: _angular_core.Signal<DmsObject | undefined>;
|
|
21
|
+
metadata: _angular_core.InputSignal<Partial<Metadata>>;
|
|
22
|
+
viewerDetails: WritableSignal<ViewerDetails | null>;
|
|
23
|
+
isTiff: _angular_core.Signal<boolean>;
|
|
24
|
+
constructor();
|
|
25
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ObjectPreviewComponent, never>;
|
|
26
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ObjectPreviewComponent, "yuv-object-preview", never, { "objectId": { "alias": "objectId"; "required": false; "isSignal": true; }; "dmsObjectInput": { "alias": "dmsObject"; "required": false; "isSignal": true; }; "version": { "alias": "version"; "required": false; "isSignal": true; }; "metadata": { "alias": "metadata"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
declare class ObjectEmailPreviewComponent {
|
|
30
|
+
#private;
|
|
31
|
+
objectId: _angular_core.InputSignal<string | undefined>;
|
|
32
|
+
dmsObjectInput: _angular_core.InputSignal<DmsObject | undefined>;
|
|
33
|
+
dmsObject: _angular_core.Signal<DmsObject | undefined>;
|
|
34
|
+
viewerDetails: _angular_core.Signal<{
|
|
35
|
+
mediaViewerSrc: string;
|
|
36
|
+
id: string;
|
|
37
|
+
mimeType: string | undefined;
|
|
38
|
+
metadata: _yuuvis_media_viewer.EmailMetadata;
|
|
39
|
+
} | undefined>;
|
|
40
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ObjectEmailPreviewComponent, never>;
|
|
41
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ObjectEmailPreviewComponent, "yuv-object-email-preview", never, { "objectId": { "alias": "objectId"; "required": false; "isSignal": true; }; "dmsObjectInput": { "alias": "dmsObject"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
declare class ObjectPreviewService {
|
|
45
|
+
#private;
|
|
46
|
+
dmsObject: _angular_core.Signal<DmsObject | undefined>;
|
|
47
|
+
setDmsObject(object: DmsObject): void;
|
|
48
|
+
getDmsObject(id: string): rxjs.Observable<DmsObject>;
|
|
49
|
+
getMediaViewerSrc(id: string, mimeType: string | undefined, version?: number): string;
|
|
50
|
+
getViewerDetails(object: DmsObject, version: number | undefined): {
|
|
51
|
+
mediaViewerSrc: string;
|
|
52
|
+
id: string;
|
|
53
|
+
mimeType: string | undefined;
|
|
54
|
+
metadata: EmailMetadata;
|
|
55
|
+
} | {
|
|
56
|
+
mediaViewerSrc: string;
|
|
57
|
+
id: string;
|
|
58
|
+
mimeType: string | undefined;
|
|
59
|
+
metadata: {
|
|
60
|
+
type: Uppercase<string> | undefined;
|
|
61
|
+
name: string;
|
|
62
|
+
dmsObject: Record<string, unknown>;
|
|
63
|
+
id: string;
|
|
64
|
+
editable: boolean;
|
|
65
|
+
user: _yuuvis_client_core.YuvUser;
|
|
66
|
+
theme: string;
|
|
67
|
+
version: number | undefined;
|
|
68
|
+
sendEvent: boolean;
|
|
69
|
+
};
|
|
70
|
+
} | undefined;
|
|
71
|
+
getEmailViewerDetails(object: DmsObject, MAIL_APP_ID?: string): {
|
|
72
|
+
mediaViewerSrc: string;
|
|
73
|
+
id: string;
|
|
74
|
+
mimeType: string | undefined;
|
|
75
|
+
metadata: EmailMetadata;
|
|
76
|
+
};
|
|
77
|
+
getEmailMetadata(object: DmsObject, MAIL_APP_ID?: string): EmailMetadata;
|
|
78
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ObjectPreviewService, never>;
|
|
79
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<ObjectPreviewService>;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export { ObjectEmailPreviewComponent, ObjectPreviewComponent, ObjectPreviewService };
|
|
@@ -1,5 +1,120 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { TemplateRef } from '@angular/core';
|
|
3
|
+
import { SearchResult, DmsObject, Relationship, TranslateService } from '@yuuvis/client-core';
|
|
4
|
+
import { Node, Font, Edge } from 'vis-network/standalone';
|
|
5
|
+
import { FormControl, FormGroup } from '@angular/forms';
|
|
6
|
+
|
|
7
|
+
interface RelationshipComponentInput {
|
|
8
|
+
originId: string;
|
|
9
|
+
relations: SearchResult;
|
|
10
|
+
objects: SearchResult;
|
|
11
|
+
}
|
|
12
|
+
interface RelationshipNode extends Node {
|
|
13
|
+
objectType: string;
|
|
14
|
+
}
|
|
15
|
+
interface RelationshipComponentConfig {
|
|
16
|
+
rootNode: RelationshipComponentConfigNode;
|
|
17
|
+
nodes: RelationshipComponentConfigNode[];
|
|
18
|
+
}
|
|
19
|
+
interface RelationshipComponentConfigNode {
|
|
20
|
+
objectType: string;
|
|
21
|
+
labelField: string;
|
|
22
|
+
descriptionField?: string;
|
|
23
|
+
icon?: string;
|
|
24
|
+
summaryFields?: string[];
|
|
25
|
+
objectLink?: string;
|
|
26
|
+
}
|
|
27
|
+
interface ObjectLink {
|
|
28
|
+
id: string;
|
|
29
|
+
type: {
|
|
30
|
+
id: string;
|
|
31
|
+
label: string;
|
|
32
|
+
};
|
|
33
|
+
source: ObjectLinkNode;
|
|
34
|
+
target: ObjectLinkNode;
|
|
35
|
+
}
|
|
36
|
+
interface ObjectLinkNode {
|
|
37
|
+
id: string;
|
|
38
|
+
label: string;
|
|
39
|
+
description?: string;
|
|
40
|
+
icon?: string;
|
|
41
|
+
objectLink?: string;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
declare class ObjectRelationshipComponent {
|
|
45
|
+
#private;
|
|
46
|
+
/**
|
|
47
|
+
* Display mode for the relationship view.
|
|
48
|
+
*/
|
|
49
|
+
mode: _angular_core.ModelSignal<"list" | "graph">;
|
|
50
|
+
empty: _angular_core.Signal<boolean | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* ID of the object to display relations for.
|
|
53
|
+
*/
|
|
54
|
+
objectId: _angular_core.InputSignal<string>;
|
|
55
|
+
/**
|
|
56
|
+
* Configuration for the relations component.
|
|
57
|
+
*/
|
|
58
|
+
config: _angular_core.InputSignal<RelationshipComponentConfig>;
|
|
59
|
+
originObject: _angular_core.WritableSignal<DmsObject | null>;
|
|
60
|
+
supportedRelationships: _angular_core.Signal<Relationship[]>;
|
|
61
|
+
busy: _angular_core.WritableSignal<boolean>;
|
|
62
|
+
relationActions: _angular_core.InputSignal<TemplateRef<any> | null>;
|
|
63
|
+
toggleMode(): void;
|
|
64
|
+
addRelationship(): void;
|
|
65
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ObjectRelationshipComponent, never>;
|
|
66
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ObjectRelationshipComponent, "yuv-object-relationship", never, { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "objectId": { "alias": "objectId"; "required": true; "isSignal": true; }; "config": { "alias": "config"; "required": true; "isSignal": true; }; "relationActions": { "alias": "relationActions"; "required": false; "isSignal": true; }; }, { "mode": "modeChange"; }, never, never, true, never>;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
declare class YuvObjectRelationshipModule {
|
|
70
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<YuvObjectRelationshipModule, never>;
|
|
71
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<YuvObjectRelationshipModule, never, [typeof ObjectRelationshipComponent], [typeof ObjectRelationshipComponent]>;
|
|
72
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<YuvObjectRelationshipModule>;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
declare const ROOT_NODE_SETTINGS: Partial<Node>;
|
|
76
|
+
declare const ROOT_NODE_FONT_SETTINGS: Font;
|
|
77
|
+
declare const NODE_SETTINGS: Partial<Node>;
|
|
78
|
+
declare const NODE_FONT_SETTINGS: Font;
|
|
79
|
+
declare const EDGE_SETTINGS: Partial<Edge>;
|
|
80
|
+
declare const EDGE_FONT_SETTINGS: Font;
|
|
81
|
+
declare const ADD_RELATIONSHIP_DIALOG_OPTIONS: {
|
|
82
|
+
maxWidth: string;
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
declare class AddRelationshipComponent {
|
|
86
|
+
#private;
|
|
87
|
+
readonly translate: TranslateService;
|
|
88
|
+
targetTypeLabels: Record<string, string>;
|
|
89
|
+
targetTypeFilterControl: FormControl<string[] | null>;
|
|
90
|
+
targetTypeFilterValue: _angular_core.Signal<string[] | null>;
|
|
91
|
+
object: _angular_core.InputSignal<DmsObject>;
|
|
92
|
+
config: _angular_core.InputSignal<RelationshipComponentConfig>;
|
|
93
|
+
supportedRelationships: _angular_core.Signal<Relationship[]>;
|
|
94
|
+
filteredRelationships: _angular_core.Signal<Relationship[]>;
|
|
95
|
+
availableTargetTypes: _angular_core.Signal<string[]>;
|
|
96
|
+
labeledTargetTypes: _angular_core.Signal<{
|
|
97
|
+
id: string;
|
|
98
|
+
label: string;
|
|
99
|
+
}[]>;
|
|
100
|
+
sourceNode: _angular_core.Signal<{
|
|
101
|
+
title: string;
|
|
102
|
+
description: string | undefined;
|
|
103
|
+
icon: string | undefined;
|
|
104
|
+
}>;
|
|
105
|
+
form: FormGroup<{
|
|
106
|
+
relation: FormControl<Relationship | null>;
|
|
107
|
+
targetObject: FormControl<Record<string, unknown> | null>;
|
|
108
|
+
}>;
|
|
109
|
+
busy: _angular_core.WritableSignal<boolean>;
|
|
110
|
+
error: _angular_core.WritableSignal<string | null>;
|
|
111
|
+
optionCompareWith(o1: Relationship | undefined, o2: Relationship | undefined): boolean;
|
|
112
|
+
onRelationSelect(idx: number[]): void;
|
|
113
|
+
submit(): void;
|
|
114
|
+
close(): void;
|
|
115
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AddRelationshipComponent, never>;
|
|
116
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AddRelationshipComponent, "yuv-add-relationship", never, { "object": { "alias": "object"; "required": false; "isSignal": true; }; "config": { "alias": "config"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export { ADD_RELATIONSHIP_DIALOG_OPTIONS, AddRelationshipComponent, EDGE_FONT_SETTINGS, EDGE_SETTINGS, NODE_FONT_SETTINGS, NODE_SETTINGS, ObjectRelationshipComponent, ROOT_NODE_FONT_SETTINGS, ROOT_NODE_SETTINGS, YuvObjectRelationshipModule };
|
|
120
|
+
export type { ObjectLink, ObjectLinkNode, RelationshipComponentConfig, RelationshipComponentConfigNode, RelationshipComponentInput, RelationshipNode };
|
|
@@ -1,4 +1,105 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { DmsObject, ConfigTypeOption, TranslateService } from '@yuuvis/client-core';
|
|
3
|
+
import { ObjectFlavorComponent } from '@yuuvis/client-framework/object-flavor';
|
|
4
|
+
import { OverflowMenuItem } from '@yuuvis/client-framework/overflow-menu';
|
|
5
|
+
import { RendererDirectiveInput } from '@yuuvis/client-framework/renderer';
|
|
6
|
+
import { ObjectFlavor } from '@yuuvis/client-shell-core';
|
|
7
|
+
import * as i1 from '@yuuvis/client-framework/common';
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Component showing a summary of the given dms object.
|
|
11
|
+
*/
|
|
12
|
+
declare class ObjectSummaryComponent {
|
|
13
|
+
#private;
|
|
14
|
+
private readonly translate;
|
|
15
|
+
flavorCmp: _angular_core.Signal<ObjectFlavorComponent | undefined>;
|
|
16
|
+
slide: _angular_core.WritableSignal<{
|
|
17
|
+
icon?: {
|
|
18
|
+
name?: string;
|
|
19
|
+
title?: string;
|
|
20
|
+
};
|
|
21
|
+
uri?: string;
|
|
22
|
+
loading: boolean;
|
|
23
|
+
orientation?: "portrait" | "landscape";
|
|
24
|
+
}>;
|
|
25
|
+
busy: boolean;
|
|
26
|
+
contextError?: string;
|
|
27
|
+
headerData: _angular_core.WritableSignal<{
|
|
28
|
+
icon?: {
|
|
29
|
+
name?: string;
|
|
30
|
+
title?: string;
|
|
31
|
+
};
|
|
32
|
+
title?: string;
|
|
33
|
+
description?: string;
|
|
34
|
+
} | undefined>;
|
|
35
|
+
baseData: {
|
|
36
|
+
label: string;
|
|
37
|
+
value: RendererDirectiveInput;
|
|
38
|
+
}[];
|
|
39
|
+
flavors: ObjectFlavor[];
|
|
40
|
+
icons: {
|
|
41
|
+
folder: any;
|
|
42
|
+
};
|
|
43
|
+
actions: _angular_core.InputSignal<OverflowMenuItem[]>;
|
|
44
|
+
folderInfo?: {
|
|
45
|
+
size: number;
|
|
46
|
+
entries: {
|
|
47
|
+
key: string;
|
|
48
|
+
count: number;
|
|
49
|
+
}[];
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* DmsObject to show the details for.
|
|
53
|
+
*/
|
|
54
|
+
dmsObject: _angular_core.WritableSignal<DmsObject | undefined>;
|
|
55
|
+
dmsObjectInput: _angular_core.InputSignal<DmsObject | undefined>;
|
|
56
|
+
/**
|
|
57
|
+
* ID of a DmsObject. The object will be fetched from the backend upfront.
|
|
58
|
+
*/
|
|
59
|
+
objectId: _angular_core.InputSignal<string | null | undefined>;
|
|
60
|
+
configType: _angular_core.InputSignal<ConfigTypeOption | undefined>;
|
|
61
|
+
constructor();
|
|
62
|
+
onFlavorSelect(flavor: ObjectFlavor | undefined): void;
|
|
63
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ObjectSummaryComponent, never>;
|
|
64
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ObjectSummaryComponent, "yuv-object-summary", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "dmsObjectInput": { "alias": "dmsObject"; "required": false; "isSignal": true; }; "objectId": { "alias": "objectId"; "required": false; "isSignal": true; }; "configType": { "alias": "configType"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.BusyOverlayDirective; inputs: { "yuvBusyOverlay": "busy"; }; outputs: {}; }]>;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
declare class MultiObjectSummaryComponent {
|
|
68
|
+
icon: _angular_core.WritableSignal<string>;
|
|
69
|
+
headline: _angular_core.InputSignal<string>;
|
|
70
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MultiObjectSummaryComponent, never>;
|
|
71
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MultiObjectSummaryComponent, "yuv-multi-object-summary", never, { "headline": { "alias": "headline"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
declare class ObjectSummaryDataComponent {
|
|
75
|
+
#private;
|
|
76
|
+
readonly translate: TranslateService;
|
|
77
|
+
dmsObject: _angular_core.InputSignal<DmsObject>;
|
|
78
|
+
baseData: _angular_core.WritableSignal<any[]>;
|
|
79
|
+
flavorData: _angular_core.WritableSignal<{
|
|
80
|
+
label: string;
|
|
81
|
+
properties: {
|
|
82
|
+
label: string;
|
|
83
|
+
value: RendererDirectiveInput;
|
|
84
|
+
propertyType?: string;
|
|
85
|
+
}[];
|
|
86
|
+
}[]>;
|
|
87
|
+
/**
|
|
88
|
+
* IDs of flavors to show. If `showAppliedFlavors` is true, all the applied flavors will be shown.
|
|
89
|
+
*/
|
|
90
|
+
flavors: _angular_core.InputSignal<ObjectFlavor[] | undefined>;
|
|
91
|
+
/**
|
|
92
|
+
* Whether to identify and show all applied flavors of the object.
|
|
93
|
+
*/
|
|
94
|
+
showAppliedFlavors: _angular_core.InputSignal<boolean | undefined>;
|
|
95
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ObjectSummaryDataComponent, never>;
|
|
96
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ObjectSummaryDataComponent, "yuv-object-summary-data", never, { "dmsObject": { "alias": "dmsObject"; "required": true; "isSignal": true; }; "flavors": { "alias": "flavors"; "required": false; "isSignal": true; }; "showAppliedFlavors": { "alias": "showAppliedFlavors"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
declare class YuvObjectSummaryModule {
|
|
100
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<YuvObjectSummaryModule, never>;
|
|
101
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<YuvObjectSummaryModule, never, [typeof ObjectSummaryComponent, typeof MultiObjectSummaryComponent, typeof ObjectSummaryDataComponent], [typeof ObjectSummaryComponent, typeof MultiObjectSummaryComponent, typeof ObjectSummaryDataComponent]>;
|
|
102
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<YuvObjectSummaryModule>;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export { MultiObjectSummaryComponent, ObjectSummaryComponent, ObjectSummaryDataComponent, YuvObjectSummaryModule };
|
|
@@ -1,2 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { DmsObject, VirtualObjectType } from '@yuuvis/client-core';
|
|
3
|
+
import { ListComponent } from '@yuuvis/client-framework/list';
|
|
4
|
+
import { Metadata } from '@yuuvis/media-viewer';
|
|
5
|
+
|
|
6
|
+
declare class ObjectVersionsComponent {
|
|
7
|
+
#private;
|
|
8
|
+
private translate;
|
|
9
|
+
versionList: _angular_core.Signal<ListComponent | undefined>;
|
|
10
|
+
dmsObject: _angular_core.InputSignal<DmsObject>;
|
|
11
|
+
/**
|
|
12
|
+
* Object type to use for retrieving header data
|
|
13
|
+
*/
|
|
14
|
+
type: _angular_core.InputSignal<VirtualObjectType>;
|
|
15
|
+
/**
|
|
16
|
+
* If the object config for the given type has been stored in a certain bucket, this
|
|
17
|
+
* bucket can be provided here. If no bucket is set, the config will be retrieved
|
|
18
|
+
* from the main object config
|
|
19
|
+
*/
|
|
20
|
+
objectConfigBucket: _angular_core.InputSignal<string | undefined>;
|
|
21
|
+
objectRestored: _angular_core.OutputEmitterRef<number>;
|
|
22
|
+
splitGutterSize: number;
|
|
23
|
+
busy: _angular_core.WritableSignal<boolean>;
|
|
24
|
+
versions: _angular_core.WritableSignal<DmsObject[]>;
|
|
25
|
+
selectedVersion: _angular_core.WritableSignal<DmsObject | undefined>;
|
|
26
|
+
error: _angular_core.WritableSignal<string | undefined>;
|
|
27
|
+
selectedIndex: _angular_core.WritableSignal<number | null>;
|
|
28
|
+
isCurrentVersion: _angular_core.Signal<boolean>;
|
|
29
|
+
metadata: Partial<Metadata>;
|
|
30
|
+
itemSelected(selectedIndex: number[]): void;
|
|
31
|
+
downloadCurrentVersion(): void;
|
|
32
|
+
restoreCurrentVersion(): void;
|
|
33
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ObjectVersionsComponent, never>;
|
|
34
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ObjectVersionsComponent, "yuv-object-versions", never, { "dmsObject": { "alias": "dmsObject"; "required": true; "isSignal": true; }; "type": { "alias": "type"; "required": true; "isSignal": true; }; "objectConfigBucket": { "alias": "objectConfigBucket"; "required": false; "isSignal": true; }; }, { "objectRestored": "objectRestored"; }, never, never, true, never>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
declare class YuvObjectVersionsModule {
|
|
38
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<YuvObjectVersionsModule, never>;
|
|
39
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<YuvObjectVersionsModule, never, [typeof ObjectVersionsComponent], [typeof ObjectVersionsComponent]>;
|
|
40
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<YuvObjectVersionsModule>;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export { ObjectVersionsComponent, YuvObjectVersionsModule };
|