@yuuvis/client-framework 2.20.1 → 3.0.0-beta.20.0
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,86 +0,0 @@
|
|
|
1
|
-
import { DmsObject } from '@yuuvis/client-core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
export type ActionClass = {
|
|
4
|
-
new (...args: any[]): any;
|
|
5
|
-
};
|
|
6
|
-
export declare class AbstractContextAction {
|
|
7
|
-
context?: ActionContext;
|
|
8
|
-
constructor(context?: ActionContext);
|
|
9
|
-
}
|
|
10
|
-
export interface BaseAction {
|
|
11
|
-
/**
|
|
12
|
-
* Equals the selector of the actions selector (will be set by the action service)
|
|
13
|
-
*/
|
|
14
|
-
id: string;
|
|
15
|
-
/**
|
|
16
|
-
* label to be displayed inside the action menu
|
|
17
|
-
*/
|
|
18
|
-
label: string;
|
|
19
|
-
/**
|
|
20
|
-
* description to be displayed inside the action menu
|
|
21
|
-
*/
|
|
22
|
-
description?: string;
|
|
23
|
-
/**
|
|
24
|
-
* @ignore
|
|
25
|
-
*/
|
|
26
|
-
icon: string;
|
|
27
|
-
/**
|
|
28
|
-
* actions priority defining the position of the action within the whole list of actions
|
|
29
|
-
*/
|
|
30
|
-
priority: number;
|
|
31
|
-
/**
|
|
32
|
-
* group of actions the action should be part of ('common' or 'further')
|
|
33
|
-
*/
|
|
34
|
-
group: string;
|
|
35
|
-
/**
|
|
36
|
-
* number of selected items supported by the action
|
|
37
|
-
* (SelectionRange.SINGLE_SELECT, SelectionRange.MULTI_SELECT, SelectionRange.MULTI_SELECT_ONLY )
|
|
38
|
-
*/
|
|
39
|
-
range: SelectionRange;
|
|
40
|
-
/**
|
|
41
|
-
* Types that are supported by the action
|
|
42
|
-
*/
|
|
43
|
-
supports: ActionSupport;
|
|
44
|
-
/**
|
|
45
|
-
* Determining whether or not the action is executable for the given selection
|
|
46
|
-
* @param item Current selection
|
|
47
|
-
* @returns true if the action is executable for the current selection, false otherwise
|
|
48
|
-
*/
|
|
49
|
-
isExecutable: (items: DmsObject[]) => Observable<boolean>;
|
|
50
|
-
}
|
|
51
|
-
export interface ActionSupport {
|
|
52
|
-
types?: string[];
|
|
53
|
-
sots?: string[];
|
|
54
|
-
pattern?: string;
|
|
55
|
-
}
|
|
56
|
-
export interface ActionContext {
|
|
57
|
-
/**
|
|
58
|
-
* As actions deal with DmsObjects the subject property is the property that
|
|
59
|
-
* should be used to display the name of the object. This may be used for
|
|
60
|
-
* showing the name of the object in a confirmation/error dialog or similar.
|
|
61
|
-
*/
|
|
62
|
-
subjectProperty?: string;
|
|
63
|
-
/**
|
|
64
|
-
* The appId is the id of the application that the action is executed in.
|
|
65
|
-
*/
|
|
66
|
-
appId?: string;
|
|
67
|
-
}
|
|
68
|
-
export interface Action extends BaseAction {
|
|
69
|
-
run: (items: DmsObject[]) => Observable<boolean>;
|
|
70
|
-
}
|
|
71
|
-
export interface ActionOptions {
|
|
72
|
-
context?: ActionContext;
|
|
73
|
-
exclude?: string[] | RegExp;
|
|
74
|
-
}
|
|
75
|
-
export declare enum SelectionRange {
|
|
76
|
-
SINGLE_SELECT = 0,
|
|
77
|
-
MULTI_SELECT = 1,
|
|
78
|
-
MULTI_SELECT_ONLY = 2,
|
|
79
|
-
ANY = 3
|
|
80
|
-
}
|
|
81
|
-
export declare const BASE_ACTION: {
|
|
82
|
-
copy: string;
|
|
83
|
-
cut: string;
|
|
84
|
-
download: string;
|
|
85
|
-
delete: string;
|
|
86
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "@ngx-translate/core";
|
|
4
|
-
/**
|
|
5
|
-
* Module for the actions library.
|
|
6
|
-
*/
|
|
7
|
-
export declare class ActionsModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionsModule, never, [typeof i1.CommonModule, typeof i2.TranslateModule], never>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ActionsModule>;
|
|
11
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { Signal } from '@angular/core';
|
|
2
|
-
import { MatIconRegistry } from '@angular/material/icon';
|
|
3
|
-
import { DmsObject } from '@yuuvis/client-core';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import { Action, ActionClass, ActionContext, ActionOptions } from './actions.interface';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class ActionsService {
|
|
8
|
-
private readonly injector;
|
|
9
|
-
private dialog;
|
|
10
|
-
readonly iconRegistry: MatIconRegistry;
|
|
11
|
-
private _registeredActions;
|
|
12
|
-
/**
|
|
13
|
-
* Registers actions that can be used in the application.
|
|
14
|
-
* @param a Array of actions to register, each action must have an id and a
|
|
15
|
-
* class that extends ActionClass
|
|
16
|
-
*/
|
|
17
|
-
registerActions(a: {
|
|
18
|
-
id: string;
|
|
19
|
-
action: ActionClass;
|
|
20
|
-
}[]): void;
|
|
21
|
-
/**
|
|
22
|
-
* Conceals actions that are no longer needed or should not be available.
|
|
23
|
-
* This will remove the actions from the registered actions list.
|
|
24
|
-
* @param actionIDs Array of action IDs to conceal
|
|
25
|
-
*/
|
|
26
|
-
concealActions(actionIDs: string[]): void;
|
|
27
|
-
/**
|
|
28
|
-
* Returns all actions that are executable for the given selection.
|
|
29
|
-
* @param selection Array of DmsObjects to check for executable actions
|
|
30
|
-
* @param options options to filter the actions
|
|
31
|
-
* @returns Observable of actions that are executable for the given selection
|
|
32
|
-
*/
|
|
33
|
-
getActions(selection: DmsObject[], options?: ActionOptions): Observable<Action[]>;
|
|
34
|
-
/**
|
|
35
|
-
* Get all available actions. This includes the default actions and all registered actions but
|
|
36
|
-
* without checking if they are executable.
|
|
37
|
-
* @param context Context passed to the actions
|
|
38
|
-
* @returns Array of available actions
|
|
39
|
-
*/
|
|
40
|
-
getAvailableActions(context?: ActionContext): Action[];
|
|
41
|
-
getActionsForType(objectTypeId: string, context?: ActionContext): Action[];
|
|
42
|
-
getActionById(id: string, context?: ActionContext): Action | undefined;
|
|
43
|
-
getActionsById(ids: string[], context?: ActionContext): Action[];
|
|
44
|
-
openContextMenu(actions: Signal<Action[]>, callback: (action: Action) => void, overlayOrigin: {
|
|
45
|
-
x: number;
|
|
46
|
-
y: number;
|
|
47
|
-
}): void;
|
|
48
|
-
private _actionsSupportsType;
|
|
49
|
-
/**
|
|
50
|
-
* Registers a set of default actions that are commonly used in the application.
|
|
51
|
-
* These actions include delete, download, copy and cut. This method can be called
|
|
52
|
-
* during the initialization of the application to ensure that these actions
|
|
53
|
-
* are available for use.
|
|
54
|
-
*/
|
|
55
|
-
registerDefaultActions(): void;
|
|
56
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActionsService, never>;
|
|
57
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ActionsService>;
|
|
58
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CdkMenu, CdkMenuItem } from '@angular/cdk/menu';
|
|
2
|
-
import { ContextMenuAction, ContextMenuItemSelectEvent } from './contextmenu.model';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ContextmenuComponent {
|
|
5
|
-
actions: import("@angular/core").InputSignal<ContextMenuAction[]>;
|
|
6
|
-
selection: import("@angular/core").InputSignal<unknown[]>;
|
|
7
|
-
itemSelect: import("@angular/core").OutputEmitterRef<ContextMenuItemSelectEvent>;
|
|
8
|
-
private translate;
|
|
9
|
-
cdkMenu: import("@angular/core").Signal<CdkMenu | undefined>;
|
|
10
|
-
menuItems: import("@angular/core").Signal<readonly (CdkMenuItem | null)[]>;
|
|
11
|
-
sortedActions: import("@angular/core").Signal<ContextMenuAction[]>;
|
|
12
|
-
constructor();
|
|
13
|
-
onItemTrigger({ action }: ContextMenuItemSelectEvent): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContextmenuComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextmenuComponent, "yuv-contextmenu", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; "isSignal": true; }; }, { "itemSelect": "itemSelect"; }, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Action } from '../../actions.interface';
|
|
2
|
-
export interface ContextMenuAction extends Action {
|
|
3
|
-
iconName?: string;
|
|
4
|
-
disabled?: boolean;
|
|
5
|
-
executeFn?: (...args: any[]) => void;
|
|
6
|
-
}
|
|
7
|
-
export interface ContextMenuItemSelectEvent {
|
|
8
|
-
action: ContextMenuAction;
|
|
9
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { CdkContextMenuTrigger } from '@angular/cdk/menu';
|
|
2
|
-
import { TemplateRef } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class YuvContextMenuTriggerDirective extends CdkContextMenuTrigger {
|
|
5
|
-
#private;
|
|
6
|
-
menuTemplateRef: TemplateRef<unknown>;
|
|
7
|
-
triggerWhen: import("@angular/core").InputSignal<boolean | null>;
|
|
8
|
-
constructor();
|
|
9
|
-
_openOnContextMenu(event: MouseEvent): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvContextMenuTriggerDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<YuvContextMenuTriggerDirective, "[yuvContextMenuTrigger]", ["yuvContextMenuTrigger"], { "menuTemplateRef": { "alias": "yuvContextMenuTrigger"; "required": false; }; "triggerWhen": { "alias": "yuvContextMenuTriggerWhen"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { ElementRef, TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Application bar for yuuvis Momentum apps.
|
|
5
|
-
*
|
|
6
|
-
* Adding a `#appBarSideNav` template to the components body will show a menu icon
|
|
7
|
-
* that opens its content in a sidenav element.
|
|
8
|
-
*
|
|
9
|
-
* Adding a `#appBarActions` template to the component will add its content to
|
|
10
|
-
* the actions section (at the end of the app bar).
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* <yuv-app-bar title="MyMomentumApp">
|
|
14
|
-
* <ng-template #appBarSideNav>
|
|
15
|
-
* ... content supposed to end up in a sidenav ...
|
|
16
|
-
* </ng-template>
|
|
17
|
-
* <ng-template #appBarPrimaryActions>
|
|
18
|
-
* ... content supposed to end up in the app bars primary actions section ...
|
|
19
|
-
* </ng-template>
|
|
20
|
-
* <ng-template #appBarActions>
|
|
21
|
-
* ... content supposed to end up in the app bars actions section ...
|
|
22
|
-
* </ng-template>
|
|
23
|
-
* </yuv-app-bar>
|
|
24
|
-
*/
|
|
25
|
-
export declare class AppBarComponent {
|
|
26
|
-
dialogElement: ElementRef<HTMLDialogElement> | null;
|
|
27
|
-
appBarSideNav: TemplateRef<any> | null;
|
|
28
|
-
appBarActions: TemplateRef<any> | null;
|
|
29
|
-
appBarPrimaryActions: TemplateRef<any> | null;
|
|
30
|
-
/**
|
|
31
|
-
* Menu icon SVG. By default this will be the hamburger menu icon
|
|
32
|
-
*/
|
|
33
|
-
menuIcon: string;
|
|
34
|
-
/**
|
|
35
|
-
* App title visible in the app beside the menu
|
|
36
|
-
*/
|
|
37
|
-
appTitle?: string;
|
|
38
|
-
/**
|
|
39
|
-
* Where to route to, when the title is clicked. Defaults to '/'
|
|
40
|
-
*/
|
|
41
|
-
appTitleRoute?: string;
|
|
42
|
-
sidenavVisible: boolean;
|
|
43
|
-
toggleSideNav(): void;
|
|
44
|
-
onDialogClick(e: MouseEvent): void;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppBarComponent, "yuv-app-bar", never, { "menuIcon": { "alias": "menuIcon"; "required": false; }; "appTitle": { "alias": "appTitle"; "required": false; }; "appTitleRoute": { "alias": "appTitleRoute"; "required": false; }; }, {}, ["appBarSideNav", "appBarActions", "appBarPrimaryActions"], never, true, never>;
|
|
47
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
|
-
import { MatAutocomplete, MatAutocompleteActivatedEvent, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
4
|
-
import { MatChipInputEvent } from '@angular/material/chips';
|
|
5
|
-
import { AbstractMatFormField } from '@yuuvis/client-framework/common';
|
|
6
|
-
import { AutocompleteItem } from './autocomplete.interface';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class AutocompleteComponent extends AbstractMatFormField<AutocompleteItem[]> implements ControlValueAccessor, OnInit, OnDestroy {
|
|
9
|
-
#private;
|
|
10
|
-
ariaLabel: import("@angular/core").InputSignal<string>;
|
|
11
|
-
matAutocomplete: import("@angular/core").Signal<MatAutocomplete>;
|
|
12
|
-
/**
|
|
13
|
-
* Template to be used for rendering selected items in multiselect (multiple="true") mode
|
|
14
|
-
*/
|
|
15
|
-
chipTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
16
|
-
optionTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
17
|
-
/**
|
|
18
|
-
* Show a loading spinner
|
|
19
|
-
*/
|
|
20
|
-
busy: import("@angular/core").InputSignal<boolean>;
|
|
21
|
-
/**
|
|
22
|
-
* Enable multiple values
|
|
23
|
-
*/
|
|
24
|
-
multiple: import("@angular/core").InputSignal<boolean>;
|
|
25
|
-
/**
|
|
26
|
-
* Force distinct values (only applicable for multiselect)
|
|
27
|
-
*/
|
|
28
|
-
distinctValues: import("@angular/core").InputSignal<boolean>;
|
|
29
|
-
/**
|
|
30
|
-
* Add user inputs to the list of values when the user leaves the
|
|
31
|
-
* control without entering (only applicable for multiselect)
|
|
32
|
-
*/
|
|
33
|
-
addOnBlur: import("@angular/core").InputSignal<boolean>;
|
|
34
|
-
/**
|
|
35
|
-
* Minimum number of characters entered to trigger suggestions
|
|
36
|
-
*/
|
|
37
|
-
minLength: import("@angular/core").InputSignal<number>;
|
|
38
|
-
/**
|
|
39
|
-
* Maximum number of items when multiple is true. -1 means no limit.
|
|
40
|
-
*/
|
|
41
|
-
maxItems: import("@angular/core").InputSignal<number>;
|
|
42
|
-
/**
|
|
43
|
-
* Setting this to `true` will not allow values that are not contained in the suggestions list. The input
|
|
44
|
-
* will be cleared on blur if no value from the list has been selected. Also values are only emitted when a
|
|
45
|
-
* list item has been selected (usually every key stroke is changing the form controls value)
|
|
46
|
-
*/
|
|
47
|
-
forceSelection: import("@angular/core").InputSignal<boolean>;
|
|
48
|
-
_acValues: import("@angular/core").WritableSignal<AutocompleteItem<unknown>[]>;
|
|
49
|
-
autocompleteValues: import("@angular/core").InputSignal<AutocompleteItem<unknown>[]>;
|
|
50
|
-
autocompleteFnc: import("@angular/core").OutputEmitterRef<string>;
|
|
51
|
-
acBlur: import("@angular/core").OutputEmitterRef<void>;
|
|
52
|
-
chipsInputDisabled: import("@angular/core").Signal<boolean | null>;
|
|
53
|
-
chipsControl: FormControl<AutocompleteItem<unknown>[] | null>;
|
|
54
|
-
inputControl: FormControl<string | AutocompleteItem<unknown>>;
|
|
55
|
-
ngControl: import("@angular/forms").NgControl | null;
|
|
56
|
-
displayFn(i: AutocompleteItem): string;
|
|
57
|
-
acOptionSelected(event: MatAutocompleteSelectedEvent): void;
|
|
58
|
-
acOptionActivated(event: MatAutocompleteActivatedEvent): void;
|
|
59
|
-
acPanelClosed(): void;
|
|
60
|
-
readonly separatorKeysCodes: number[];
|
|
61
|
-
add(event: MatChipInputEvent): void;
|
|
62
|
-
onInputBlur(): void;
|
|
63
|
-
removeItem(item: AutocompleteItem): void;
|
|
64
|
-
private _onChange;
|
|
65
|
-
private _onTouched;
|
|
66
|
-
writeValue(value: readonly AutocompleteItem[] | AutocompleteItem): void;
|
|
67
|
-
registerOnChange(fn: (value: readonly AutocompleteItem[] | null) => void): void;
|
|
68
|
-
registerOnTouched(fn: () => {}): void;
|
|
69
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
70
|
-
ngOnInit(): void;
|
|
71
|
-
ngOnDestroy(): void;
|
|
72
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteComponent, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutocompleteComponent, "yuv-autocomplete", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; "busy": { "alias": "busy"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "distinctValues": { "alias": "distinctValues"; "required": false; "isSignal": true; }; "addOnBlur": { "alias": "addOnBlur"; "required": false; "isSignal": true; }; "minLength": { "alias": "minLength"; "required": false; "isSignal": true; }; "maxItems": { "alias": "maxItems"; "required": false; "isSignal": true; }; "forceSelection": { "alias": "forceSelection"; "required": false; "isSignal": true; }; "autocompleteValues": { "alias": "autocompleteValues"; "required": false; "isSignal": true; }; }, { "autocompleteFnc": "autocompleteFnc"; "acBlur": "acBlur"; }, ["chipTemplate", "optionTemplate"], never, true, never>;
|
|
74
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./autocomplete.component";
|
|
3
|
-
export declare class YuvAutocompleteModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvAutocompleteModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvAutocompleteModule, never, [typeof i1.AutocompleteComponent], [typeof i1.AutocompleteComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvAutocompleteModule>;
|
|
7
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { BreadcrumbItem } from '../models';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* A generic, accessible breadcrumb navigation component.
|
|
5
|
-
*
|
|
6
|
-
* Renders a flat list of navigation items where the last item always represents
|
|
7
|
-
* the current location (non-clickable) and all preceding items are interactive links.
|
|
8
|
-
* Each link is individually focusable via standard Tab navigation.
|
|
9
|
-
*
|
|
10
|
-
* Key behaviors
|
|
11
|
-
* - Items are rendered left-to-right, separated by a `/` divider
|
|
12
|
-
* - The **last item** is always the current page — displayed as plain text (no link, no click handler)
|
|
13
|
-
* - All **preceding items** are rendered as `<a>` links that emit the `navigate` output on click or Enter
|
|
14
|
-
* - The component performs **no routing** — the parent handles all navigation logic via the emitted `BreadcrumbItem`
|
|
15
|
-
* - Empty `items` array renders nothing (the host element stays in the DOM but is visually empty)
|
|
16
|
-
*
|
|
17
|
-
* Usage
|
|
18
|
-
*
|
|
19
|
-
* The parent builds the `BreadcrumbItem[]` and passes it as input. Typically this
|
|
20
|
-
* array mirrors the object hierarchy the user navigated through (e.g. Case → Phase → Document).
|
|
21
|
-
*
|
|
22
|
-
* ```ts
|
|
23
|
-
* // Parent component
|
|
24
|
-
* breadcrumbItems: BreadcrumbItem[] = [
|
|
25
|
-
* { id: 'case-42', name: 'Case #42' }, // ← clickable link
|
|
26
|
-
* { id: 'phase-3', name: 'Review' }, // ← clickable link
|
|
27
|
-
* { id: 'doc-7', name: 'Contract.pdf' } // ← current location (non-clickable)
|
|
28
|
-
* ];
|
|
29
|
-
*
|
|
30
|
-
* onBreadcrumbNavigate(item: BreadcrumbItem): void {
|
|
31
|
-
* // item.id is the domain-specific key — use it to navigate
|
|
32
|
-
* this.router.navigate(['/objects', item.id]);
|
|
33
|
-
* }
|
|
34
|
-
* ```
|
|
35
|
-
*
|
|
36
|
-
* ```html
|
|
37
|
-
* <yuv-breadcrumb
|
|
38
|
-
* [items]="breadcrumbItems"
|
|
39
|
-
* (navigate)="onBreadcrumbNavigate($event)" />
|
|
40
|
-
* ```
|
|
41
|
-
*
|
|
42
|
-
* Renders visually as:
|
|
43
|
-
* ```
|
|
44
|
-
* Case #42 / Review / Contract.pdf
|
|
45
|
-
* [link] [link] [current]
|
|
46
|
-
* ```
|
|
47
|
-
*/
|
|
48
|
-
export declare class YuuvisBreadcrumbComponent {
|
|
49
|
-
/**
|
|
50
|
-
* Ordered list of breadcrumb items to display.
|
|
51
|
-
*
|
|
52
|
-
* Each `BreadcrumbItem` has `{ id: string; name: string }` — where `id` is a unique key
|
|
53
|
-
* (typically an object/route ID) and `name` is the display label rendered in the trail.
|
|
54
|
-
*
|
|
55
|
-
* Position determines rendering behavior:
|
|
56
|
-
* - All items except the last → clickable `<a>` links
|
|
57
|
-
* - Last item → non-clickable text (current location)
|
|
58
|
-
*
|
|
59
|
-
* Defaults to an empty array, which renders nothing.
|
|
60
|
-
*
|
|
61
|
-
* @example
|
|
62
|
-
* ```ts
|
|
63
|
-
* // Case → Document trail
|
|
64
|
-
* [items]="[
|
|
65
|
-
* { id: 'case-42', name: 'Case #42' },
|
|
66
|
-
* { id: 'doc-7', name: 'Invoice.pdf' }
|
|
67
|
-
* ]"
|
|
68
|
-
* ```
|
|
69
|
-
*/
|
|
70
|
-
items: import("@angular/core").InputSignal<BreadcrumbItem[]>;
|
|
71
|
-
/**
|
|
72
|
-
* Emitted when the user activates a clickable breadcrumb item (click or Enter key).
|
|
73
|
-
*
|
|
74
|
-
* The emitted value is the full `BreadcrumbItem` object (`{ id, name }`) that was activated.
|
|
75
|
-
* Never emitted for the last item since it is non-clickable.
|
|
76
|
-
* The parent is responsible for performing the actual navigation using `item.id`.
|
|
77
|
-
*
|
|
78
|
-
* @example
|
|
79
|
-
* ```ts
|
|
80
|
-
* onBreadcrumbNavigate(item: BreadcrumbItem): void {
|
|
81
|
-
* // item = { id: 'case-42', name: 'Case #42' }
|
|
82
|
-
* this.router.navigate(['/objects', item.id]);
|
|
83
|
-
* }
|
|
84
|
-
* ```
|
|
85
|
-
*/
|
|
86
|
-
navigate: import("@angular/core").OutputEmitterRef<BreadcrumbItem>;
|
|
87
|
-
/**
|
|
88
|
-
* Handles click on a breadcrumb link and forwards the item to the parent via `navigate` output.
|
|
89
|
-
* Called only for non-last items (the template guards against calling this for the current location).
|
|
90
|
-
*/
|
|
91
|
-
protected onItemClick(item: BreadcrumbItem): void;
|
|
92
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuuvisBreadcrumbComponent, never>;
|
|
93
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YuuvisBreadcrumbComponent, "yuv-breadcrumb", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; }, { "navigate": "navigate"; }, never, never, true, never>;
|
|
94
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A single item in the breadcrumb trail.
|
|
3
|
-
*
|
|
4
|
-
* `id` is used as the `@for` track expression and emitted back on click.
|
|
5
|
-
* `name` is rendered as-is — no truncation, translation, or fallback applied.
|
|
6
|
-
* Position in the array determines the role: all items except the last are clickable links;
|
|
7
|
-
* the last item is rendered as non-clickable text representing the current location.
|
|
8
|
-
*/
|
|
9
|
-
export interface BreadcrumbItem {
|
|
10
|
-
/** Unique identifier — emitted via `navigate` output when the item is activated. */
|
|
11
|
-
id: string;
|
|
12
|
-
/** Display label shown in the breadcrumb trail. */
|
|
13
|
-
name: string;
|
|
14
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './breadcrumb-item.model';
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { ClipboardData, TranslateService } from '@yuuvis/client-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ClipboardComponent implements OnInit {
|
|
5
|
-
#private;
|
|
6
|
-
translate: TranslateService;
|
|
7
|
-
clipboardData?: ClipboardData;
|
|
8
|
-
label?: string;
|
|
9
|
-
enablePaste: import("@angular/core").InputSignal<boolean>;
|
|
10
|
-
bucket: import("@angular/core").InputSignal<string | undefined>;
|
|
11
|
-
paste: import("@angular/core").OutputEmitterRef<void>;
|
|
12
|
-
clearClipboard(): void;
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClipboardComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ClipboardComponent, "yuv-clipboard", never, { "enablePaste": { "alias": "enablePaste"; "required": false; "isSignal": true; }; "bucket": { "alias": "bucket"; "required": false; "isSignal": true; }; }, { "paste": "paste"; }, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./directives/busy-overlay.directive";
|
|
3
|
-
import * as i2 from "./directives/focus-within.directive";
|
|
4
|
-
import * as i3 from "./directives/file-drop-zone/file-drop-zone.directive";
|
|
5
|
-
import * as i4 from "./directives/click-double.directive";
|
|
6
|
-
import * as i5 from "./directives/light-dismiss.directive";
|
|
7
|
-
import * as i6 from "./directives/container-size.directive";
|
|
8
|
-
import * as i7 from "./directives/longpress.directive";
|
|
9
|
-
import * as i8 from "./directives/drag-select.directive";
|
|
10
|
-
import * as i9 from "./directives/drag-scroll.directive";
|
|
11
|
-
import * as i10 from "./directives/noop-value-accessor.directive";
|
|
12
|
-
import * as i11 from "./directives/autofocus-child.directive";
|
|
13
|
-
import * as i12 from "./directives/autofocus-delayed.directive";
|
|
14
|
-
import * as i13 from "./directives/scroll-buttons.directive";
|
|
15
|
-
import * as i14 from "./components/confirm/confirm.component";
|
|
16
|
-
import * as i15 from "./components/scroll-buttons/scroll-buttons.component";
|
|
17
|
-
export declare class YuvCommonModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvCommonModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvCommonModule, never, [typeof i1.BusyOverlayDirective, typeof i2.FocusWithinDirective, typeof i3.FileDropZoneDirective, typeof i4.ClickDoubleDirective, typeof i5.LightDismissDirective, typeof i6.ContainerSizeDirective, typeof i7.LongPressDirective, typeof i8.DragSelectDirective, typeof i9.DragScrollDirective, typeof i10.NoopValueAccessorDirective, typeof i11.AutofocusChildDirective, typeof i12.AutofocusDelayedDirective, typeof i13.ScrollButtonsDirective, typeof i14.ConfirmComponent, typeof i15.ScrollButtonsComponent], [typeof i1.BusyOverlayDirective, typeof i2.FocusWithinDirective, typeof i3.FileDropZoneDirective, typeof i4.ClickDoubleDirective, typeof i5.LightDismissDirective, typeof i6.ContainerSizeDirective, typeof i7.LongPressDirective, typeof i8.DragSelectDirective, typeof i9.DragScrollDirective, typeof i10.NoopValueAccessorDirective, typeof i11.AutofocusChildDirective, typeof i12.AutofocusDelayedDirective, typeof i13.ScrollButtonsDirective, typeof i14.ConfirmComponent, typeof i15.ScrollButtonsComponent]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvCommonModule>;
|
|
21
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { BusyOverlayConfig } from './busy-overlay.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BusyOverlayComponent {
|
|
4
|
-
config: import("@angular/core").InputSignal<BusyOverlayConfig | undefined>;
|
|
5
|
-
error: import("@angular/core").InputSignal<string | undefined>;
|
|
6
|
-
errorDismiss: import("@angular/core").OutputEmitterRef<void>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BusyOverlayComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BusyOverlayComponent, "yuv-busy-overlay", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "error": { "alias": "error"; "required": false; "isSignal": true; }; }, { "errorDismiss": "errorDismiss"; }, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ConfirmOverlayData } from './confirm.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ConfirmComponent {
|
|
4
|
-
readonly dialogData: ConfirmOverlayData;
|
|
5
|
-
buttonType: import("@angular/core").Signal<"danger" | "primary">;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmComponent, "yuv-confirm", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export type LevelType = 'success' | 'warning' | 'error' | 'info' | 'default';
|
|
2
|
-
export interface ConfirmOverlayData {
|
|
3
|
-
title?: string;
|
|
4
|
-
message: string;
|
|
5
|
-
confirmLabel?: string;
|
|
6
|
-
cancelLabel?: string;
|
|
7
|
-
hideCancelButton?: boolean;
|
|
8
|
-
level?: Extract<LevelType, 'default' | 'info' | 'warning'>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { ConfirmOverlayData } from './confirm.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ConfirmService {
|
|
5
|
-
#private;
|
|
6
|
-
confirm(data: ConfirmOverlayData): Observable<boolean>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ConfirmService>;
|
|
9
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class DialogComponent {
|
|
3
|
-
headertitle: import("@angular/core").InputSignal<string | null>;
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated use headertitle instead
|
|
6
|
-
*/
|
|
7
|
-
headertitel: import("@angular/core").InputSignal<string | null>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "yuv-dialog", never, { "headertitle": { "alias": "headertitle"; "required": false; "isSignal": true; }; "headertitel": { "alias": "headertitel"; "required": false; "isSignal": true; }; }, {}, never, ["main", "footer"], true, never>;
|
|
10
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class HaloFocusComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HaloFocusComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HaloFocusComponent, "yuv-halo-focus", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from './dialog/dialog.component';
|
|
2
|
-
export * from './dialog/dialog.options';
|
|
3
|
-
export * from './confirm/confirm.component';
|
|
4
|
-
export * from './retention-badge/retention-badge.component';
|
|
5
|
-
export * from './confirm/confirm.interface';
|
|
6
|
-
export * from './confirm/confirm.service';
|
|
7
|
-
export * from './busy-overlay/busy-overlay.component';
|
|
8
|
-
export * from './scroll-buttons/scroll-buttons.component';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { DmsObject, RetentionState } from '@yuuvis/client-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RetentionBadgeComponent {
|
|
4
|
-
#private;
|
|
5
|
-
dmsObject: import("@angular/core").InputSignal<DmsObject>;
|
|
6
|
-
retentionData: import("@angular/core").Signal<RetentionState>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RetentionBadgeComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RetentionBadgeComponent, "yuv-retention-badge", never, { "dmsObject": { "alias": "dmsObject"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Wrapper component that adds left/right scroll buttons when its content overflows horizontally.
|
|
5
|
-
* Buttons appear only when there is overflow in the respective direction.
|
|
6
|
-
*
|
|
7
|
-
* @example
|
|
8
|
-
* <yuv-scroll-buttons>
|
|
9
|
-
* <mat-chip-grid>...</mat-chip-grid>
|
|
10
|
-
* </yuv-scroll-buttons>
|
|
11
|
-
*/
|
|
12
|
-
export declare class ScrollButtonsComponent {
|
|
13
|
-
#private;
|
|
14
|
-
scrollContainer: import("@angular/core").Signal<ElementRef<HTMLElement>>;
|
|
15
|
-
/** How many pixels to scroll per button click. */
|
|
16
|
-
scrollAmount: import("@angular/core").InputSignal<number>;
|
|
17
|
-
showLeftButton: import("@angular/core").WritableSignal<boolean>;
|
|
18
|
-
showRightButton: import("@angular/core").WritableSignal<boolean>;
|
|
19
|
-
constructor();
|
|
20
|
-
onScroll(): void;
|
|
21
|
-
scrollLeft(): void;
|
|
22
|
-
scrollRight(): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollButtonsComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ScrollButtonsComponent, "yuv-scroll-buttons", never, { "scrollAmount": { "alias": "scrollAmount"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
25
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Directive putting focus on a 'focusable' child element.
|
|
5
|
-
* By default the first focusable child will receive focus.
|
|
6
|
-
*/
|
|
7
|
-
export declare class AutofocusChildDirective implements AfterViewInit {
|
|
8
|
-
#private;
|
|
9
|
-
set yuvAutofocusChild(s: string);
|
|
10
|
-
ngAfterViewInit(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusChildDirective, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusChildDirective, "[yuvAutofocusChild]", never, { "yuvAutofocusChild": { "alias": "yuvAutofocusChild"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|