@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/token-search/index.d.ts
CHANGED
|
@@ -1,3 +1,72 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { ElementRef } from '@angular/core';
|
|
3
|
+
import { FormControl } from '@angular/forms';
|
|
4
|
+
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
5
|
+
import { GenericObjectType } from '@yuuvis/client-core';
|
|
6
|
+
|
|
7
|
+
type TokenKind = 'type' | 'field' | 'operator' | 'value' | 'combinator';
|
|
8
|
+
interface SearchToken {
|
|
9
|
+
kind: TokenKind;
|
|
10
|
+
/** Unique per-token id for tracking */
|
|
11
|
+
uid: string;
|
|
12
|
+
/** Machine-readable value: typeId, fieldId, operator key, literal value, 'AND'|'OR' */
|
|
13
|
+
id: string;
|
|
14
|
+
/** Human-readable display text */
|
|
15
|
+
label: string;
|
|
16
|
+
/** For field/operator/value tokens: which type they belong to */
|
|
17
|
+
typeId?: string;
|
|
18
|
+
/** For field tokens: the propertyType (string, integer, datetime, boolean) */
|
|
19
|
+
fieldType?: string;
|
|
20
|
+
/** Whether this type token represents a secondary object type */
|
|
21
|
+
isSot?: boolean;
|
|
22
|
+
/** For value tokens: the operator that precedes them */
|
|
23
|
+
operator?: string;
|
|
24
|
+
}
|
|
25
|
+
type Combinator = 'AND' | 'OR';
|
|
26
|
+
type BuildStep = 'type' | 'field' | 'operator' | 'value';
|
|
27
|
+
interface SuggestionItem {
|
|
28
|
+
kind: 'type' | 'field' | 'operator' | 'date-preset';
|
|
29
|
+
id: string;
|
|
30
|
+
label: string;
|
|
31
|
+
fieldType?: string;
|
|
32
|
+
operator?: string;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
declare class TokenSearchComponent {
|
|
36
|
+
#private;
|
|
37
|
+
types: _angular_core.InputSignal<string[]>;
|
|
38
|
+
queryChange: _angular_core.OutputEmitterRef<string>;
|
|
39
|
+
searchCtrl: FormControl<string | null>;
|
|
40
|
+
searchInput: _angular_core.Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
41
|
+
tokens: _angular_core.WritableSignal<SearchToken[]>;
|
|
42
|
+
step: _angular_core.WritableSignal<BuildStep>;
|
|
43
|
+
inputTerm: _angular_core.WritableSignal<string>;
|
|
44
|
+
/** Pending state for the group currently being built (not yet committed) */
|
|
45
|
+
pendingTypeId: _angular_core.WritableSignal<string | null>;
|
|
46
|
+
pendingTypeLabel: _angular_core.WritableSignal<string>;
|
|
47
|
+
pendingTypeIsSot: _angular_core.WritableSignal<boolean>;
|
|
48
|
+
pendingField: _angular_core.WritableSignal<SuggestionItem | null>;
|
|
49
|
+
pendingOperator: _angular_core.WritableSignal<SuggestionItem | null>;
|
|
50
|
+
objectTypes: _angular_core.Signal<GenericObjectType[]>;
|
|
51
|
+
placeholderText: _angular_core.Signal<string>;
|
|
52
|
+
suggestions: _angular_core.Signal<SuggestionItem[]>;
|
|
53
|
+
cmisQuery: _angular_core.Signal<string>;
|
|
54
|
+
constructor();
|
|
55
|
+
displayFn: () => string;
|
|
56
|
+
onSuggestionSelected(event: MatAutocompleteSelectedEvent): void;
|
|
57
|
+
onKeydown(event: KeyboardEvent): void;
|
|
58
|
+
onTokenClick(index: number): void;
|
|
59
|
+
removeTokenGroup(index: number): void;
|
|
60
|
+
onBarClick(event: MouseEvent): void;
|
|
61
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TokenSearchComponent, never>;
|
|
62
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TokenSearchComponent, "yuv-token-search", never, { "types": { "alias": "types"; "required": false; "isSignal": true; }; }, { "queryChange": "queryChange"; }, never, never, true, never>;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
declare class YuvTokenSearchModule {
|
|
66
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<YuvTokenSearchModule, never>;
|
|
67
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<YuvTokenSearchModule, never, [typeof TokenSearchComponent], [typeof TokenSearchComponent]>;
|
|
68
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<YuvTokenSearchModule>;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export { TokenSearchComponent, YuvTokenSearchModule };
|
|
72
|
+
export type { BuildStep, Combinator, SearchToken, SuggestionItem, TokenKind };
|
package/tree/index.d.ts
CHANGED
|
@@ -1,2 +1,68 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
interface TreeNode {
|
|
5
|
+
id: string;
|
|
6
|
+
label: string;
|
|
7
|
+
icon?: string;
|
|
8
|
+
selectable?: boolean;
|
|
9
|
+
expanded?: boolean;
|
|
10
|
+
children?: TreeNode[];
|
|
11
|
+
}
|
|
12
|
+
interface Tree {
|
|
13
|
+
nodes: TreeNode[];
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Component rendering a tree.
|
|
18
|
+
*/
|
|
19
|
+
declare class TreeComponent implements AfterViewInit, OnDestroy {
|
|
20
|
+
private treeService;
|
|
21
|
+
private elRef;
|
|
22
|
+
private items?;
|
|
23
|
+
private _observer;
|
|
24
|
+
/**
|
|
25
|
+
* The tree to be rendered
|
|
26
|
+
*/
|
|
27
|
+
tree: _angular_core.InputSignal<Tree>;
|
|
28
|
+
/**
|
|
29
|
+
* Whether or not multiple nodes should be selectable. Only works when selection is enableed by
|
|
30
|
+
* setting 'selectable' attribute:
|
|
31
|
+
*
|
|
32
|
+
* ```html
|
|
33
|
+
* <yuv-tree selectable [multiselect]="true"></yuv-tree
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
multiselect: _angular_core.InputSignal<boolean>;
|
|
37
|
+
/**
|
|
38
|
+
* Host attribute to enable persistent selection of nodes.
|
|
39
|
+
*/
|
|
40
|
+
selectable: string | null;
|
|
41
|
+
private __focusedIndex;
|
|
42
|
+
private set _focusedIndex(value);
|
|
43
|
+
get _focusedIndex(): number;
|
|
44
|
+
/**
|
|
45
|
+
* IDs of nodes that should be set 'selected'.
|
|
46
|
+
*/
|
|
47
|
+
set selectedNodes(nodeIds: string[]);
|
|
48
|
+
/**
|
|
49
|
+
* Emitted when selection changes
|
|
50
|
+
*/
|
|
51
|
+
selectionChange: _angular_core.OutputEmitterRef<TreeNode[]>;
|
|
52
|
+
readonly tabindex = "0";
|
|
53
|
+
onKeydown(event: KeyboardEvent): void;
|
|
54
|
+
setTreeEffect: _angular_core.EffectRef;
|
|
55
|
+
setTreeMultiselectEffect: _angular_core.EffectRef;
|
|
56
|
+
constructor();
|
|
57
|
+
private _toggle;
|
|
58
|
+
private _selectFocusedNode;
|
|
59
|
+
private _getFocusedNodeId;
|
|
60
|
+
private _getVisibleNodes;
|
|
61
|
+
ngAfterViewInit(): void;
|
|
62
|
+
ngOnDestroy(): void;
|
|
63
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<TreeComponent, never>;
|
|
64
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<TreeComponent, "yuv-tree", never, { "tree": { "alias": "tree"; "required": true; "isSignal": true; }; "multiselect": { "alias": "multiselect"; "required": false; "isSignal": true; }; "selectedNodes": { "alias": "selectedNodes"; "required": false; }; }, { "selectionChange": "selectionChange"; }, never, never, true, never>;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export { TreeComponent };
|
|
68
|
+
export type { Tree, TreeNode };
|
|
@@ -1,2 +1,44 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import * as _yuuvis_client_core from '@yuuvis/client-core';
|
|
2
|
+
import { UploadResult } from '@yuuvis/client-core';
|
|
3
|
+
import * as rxjs from 'rxjs';
|
|
4
|
+
import * as i0 from '@angular/core';
|
|
5
|
+
|
|
6
|
+
declare class UploadProgressComponent {
|
|
7
|
+
#private;
|
|
8
|
+
expanded: boolean;
|
|
9
|
+
resultItemClick: i0.OutputEmitterRef<UploadResult>;
|
|
10
|
+
/**
|
|
11
|
+
* Optional list of scope identifiers this component instance should respond to.
|
|
12
|
+
*
|
|
13
|
+
* When provided, the component will display upload progress only for uploads
|
|
14
|
+
* that were initiated with a matching scope via `UploadService.uploadFile()` or
|
|
15
|
+
* `UploadService.multipartUpload()`. This allows multiple `UploadProgressComponent`
|
|
16
|
+
* instances to coexist in different sections of the UI, each showing only the uploads
|
|
17
|
+
* relevant to its own context.
|
|
18
|
+
*
|
|
19
|
+
* If omitted, the component responds to all uploads regardless of scope.
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* ```html
|
|
23
|
+
* <!-- Shows only uploads tagged with scope 'mail-editor' or 'attachments-panel' -->
|
|
24
|
+
* <yuv-upload-progress [scopes]="['mail-editor', 'attachments-panel']" />
|
|
25
|
+
*
|
|
26
|
+
* <!-- Shows all uploads (no scope filter) -->
|
|
27
|
+
* <yuv-upload-progress />
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
scopes: i0.InputSignal<string[] | undefined>;
|
|
31
|
+
completedUp$: rxjs.Observable<boolean | null>;
|
|
32
|
+
filteredItems: i0.Signal<_yuuvis_client_core.ProgressStatusItem[]>;
|
|
33
|
+
close(): void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadProgressComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UploadProgressComponent, "yuv-upload-progress", never, { "scopes": { "alias": "scopes"; "required": false; "isSignal": true; }; }, { "resultItemClick": "resultItemClick"; }, never, never, true, never>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
declare class YuvUploadProgressModule {
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<YuvUploadProgressModule, never>;
|
|
40
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvUploadProgressModule, never, [typeof UploadProgressComponent], [typeof UploadProgressComponent]>;
|
|
41
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<YuvUploadProgressModule>;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export { UploadProgressComponent, YuvUploadProgressModule };
|
package/widget-grid/index.d.ts
CHANGED
|
@@ -1,7 +1,299 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { Type, InputSignal, OutputEmitterRef, TemplateRef } from '@angular/core';
|
|
3
|
+
import { GridType, GridsterItem, GridsterItemComponent, GridsterConfig } from 'angular-gridster2';
|
|
4
|
+
import * as _angular_forms from '@angular/forms';
|
|
5
|
+
import { FormControlStatus, FormControl } from '@angular/forms';
|
|
6
|
+
import { AttributesMap } from 'ng-dynamic-component';
|
|
7
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
8
|
+
import { TranslateService } from '@yuuvis/client-core';
|
|
9
|
+
import { Observable } from 'rxjs';
|
|
10
|
+
|
|
11
|
+
interface GridWidget<T> {
|
|
12
|
+
id: string;
|
|
13
|
+
label: string;
|
|
14
|
+
setupComponent?: Type<IWidgetComponent<T>>;
|
|
15
|
+
widgetComponent: Type<IWidgetComponent<T>>;
|
|
16
|
+
}
|
|
17
|
+
interface WidgetGridItemConfig extends GridsterItem {
|
|
18
|
+
id: string;
|
|
19
|
+
widgetName: string;
|
|
20
|
+
widgetConfig: any;
|
|
21
|
+
}
|
|
22
|
+
interface WidgetGridItem extends WidgetGridItemConfig {
|
|
23
|
+
widget: Type<any>;
|
|
24
|
+
widgetConfigMap: AttributesMap;
|
|
25
|
+
}
|
|
26
|
+
interface IWidgetComponent<T> {
|
|
27
|
+
widgetConfig: InputSignal<T>;
|
|
28
|
+
}
|
|
29
|
+
interface IWidgetSetupComponent<T> extends IWidgetComponent<T> {
|
|
30
|
+
widgetConfigChange: OutputEmitterRef<T>;
|
|
31
|
+
widgetConfigStateChange: OutputEmitterRef<FormControlStatus>;
|
|
32
|
+
}
|
|
33
|
+
interface WidgetPickerData {
|
|
34
|
+
widgetId: string | undefined;
|
|
35
|
+
widgetName: string;
|
|
36
|
+
widgetConfigMap?: AttributesMap;
|
|
37
|
+
}
|
|
38
|
+
interface AddItemSize {
|
|
39
|
+
rows: number;
|
|
40
|
+
cols: number;
|
|
41
|
+
}
|
|
42
|
+
interface GridItemEvent {
|
|
43
|
+
action: string;
|
|
44
|
+
data: any;
|
|
45
|
+
}
|
|
46
|
+
interface WidgetGridConfig {
|
|
47
|
+
rows?: number;
|
|
48
|
+
columns?: number;
|
|
49
|
+
gap?: number;
|
|
50
|
+
newItemWidth?: number;
|
|
51
|
+
newItemHeight?: number;
|
|
52
|
+
gridType?: GridType;
|
|
53
|
+
}
|
|
54
|
+
interface WidgetPickerOptions {
|
|
55
|
+
pickerData?: WidgetPickerData;
|
|
56
|
+
buckets?: string[];
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
declare class YuvWidgetGridComponent {
|
|
60
|
+
#private;
|
|
61
|
+
gridsterItems: _angular_core.Signal<GridsterItemComponent>;
|
|
62
|
+
widgetPicker: _angular_core.Signal<TemplateRef<any>>;
|
|
63
|
+
options: GridsterConfig;
|
|
64
|
+
gridConfig: _angular_core.InputSignal<Partial<WidgetGridConfig> | undefined>;
|
|
65
|
+
_editMode: _angular_core.WritableSignal<boolean>;
|
|
66
|
+
/**
|
|
67
|
+
* Whether or not to enable edit mode. In edit mode controls
|
|
68
|
+
* for editing existing tiles and creating new ones are shown.
|
|
69
|
+
* This mode also enables positioning and resizing of the tiles.
|
|
70
|
+
*/
|
|
71
|
+
editMode: _angular_core.InputSignal<boolean>;
|
|
72
|
+
gridItemConfig: _angular_core.InputSignal<WidgetGridItemConfig[] | undefined>;
|
|
73
|
+
/**
|
|
74
|
+
* Collection of buckets to load available widgets from. Wildcards are also posssible:
|
|
75
|
+
* `[buckets]="['app.default', '*.public.*', 'app.no?.widgets']"`
|
|
76
|
+
*
|
|
77
|
+
* `*` represents any character 0-n times
|
|
78
|
+
* `?` represents exactly one character
|
|
79
|
+
*/
|
|
80
|
+
buckets: _angular_core.InputSignal<string[] | undefined>;
|
|
81
|
+
/**
|
|
82
|
+
* Emitted when the grid has been changed
|
|
83
|
+
*/
|
|
84
|
+
gridChange: _angular_core.OutputEmitterRef<WidgetGridItemConfig[]>;
|
|
85
|
+
gridItemEvent: _angular_core.OutputEmitterRef<GridItemEvent>;
|
|
86
|
+
/**
|
|
87
|
+
* Emitted when the widget picker is opened or closed in edit mode
|
|
88
|
+
*/
|
|
89
|
+
widgetPickerOpen: _angular_core.OutputEmitterRef<boolean>;
|
|
90
|
+
widgetGrid: Array<WidgetGridItem>;
|
|
91
|
+
widgetPickerData: WidgetPickerData | undefined;
|
|
92
|
+
constructor();
|
|
93
|
+
openWidgetPicker(item?: WidgetGridItem): void;
|
|
94
|
+
/**
|
|
95
|
+
* Removes a widget from the grid
|
|
96
|
+
* @param item The widget to be removed
|
|
97
|
+
*/
|
|
98
|
+
removeItem(item: WidgetGridItem): void;
|
|
99
|
+
/**
|
|
100
|
+
* Add a new widget to the grid by opening the widget picker
|
|
101
|
+
*/
|
|
102
|
+
addItem(): void;
|
|
103
|
+
private emitChange;
|
|
104
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<YuvWidgetGridComponent, never>;
|
|
105
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<YuvWidgetGridComponent, "yuv-widget-grid", never, { "gridConfig": { "alias": "gridConfig"; "required": false; "isSignal": true; }; "editMode": { "alias": "editMode"; "required": false; "isSignal": true; }; "gridItemConfig": { "alias": "gridItemConfig"; "required": false; "isSignal": true; }; "buckets": { "alias": "buckets"; "required": false; "isSignal": true; }; }, { "gridChange": "gridChange"; "gridItemEvent": "gridItemEvent"; "widgetPickerOpen": "widgetPickerOpen"; }, never, [".empty"], true, never>;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
interface WidgetGridWorkspace {
|
|
109
|
+
id: string;
|
|
110
|
+
label: string;
|
|
111
|
+
grid: WidgetGridItemConfig[];
|
|
112
|
+
translateLabel?: boolean;
|
|
113
|
+
preventDelete?: boolean;
|
|
114
|
+
preventEdit?: boolean;
|
|
115
|
+
preventRename?: boolean;
|
|
116
|
+
}
|
|
117
|
+
interface WidgetGridWorkspaceConfig {
|
|
118
|
+
currentWorkspace?: string;
|
|
119
|
+
workspaces: WidgetGridWorkspace[];
|
|
120
|
+
}
|
|
121
|
+
interface WidgetGridWorkspaceOptions {
|
|
122
|
+
gridConfig?: Partial<WidgetGridConfig>;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Component for managing multiple widget grids in so called workspaces.
|
|
127
|
+
* Each workspace can have its own configuration and widgets. The user can
|
|
128
|
+
* switch between workspaces to use or edit the widgets in the current workspace.
|
|
129
|
+
*/
|
|
130
|
+
declare class YuvWidgetGridWorkspacesComponent {
|
|
131
|
+
#private;
|
|
132
|
+
readonly translate: TranslateService;
|
|
133
|
+
workspaceDialogRef?: MatDialogRef<any, any>;
|
|
134
|
+
workspaceForm: _angular_forms.FormGroup<{
|
|
135
|
+
id: FormControl<string | null>;
|
|
136
|
+
label: FormControl<string | null>;
|
|
137
|
+
}>;
|
|
138
|
+
get workspaceLabelControl(): FormControl;
|
|
139
|
+
options: _angular_core.InputSignal<WidgetGridWorkspaceOptions>;
|
|
140
|
+
_workspaceOptions: _angular_core.Signal<WidgetGridWorkspaceOptions>;
|
|
141
|
+
workspaceConfig: _angular_core.InputSignal<WidgetGridWorkspaceConfig | undefined>;
|
|
142
|
+
_workspaceConfig: _angular_core.WritableSignal<WidgetGridWorkspaceConfig | undefined>;
|
|
143
|
+
/**
|
|
144
|
+
* Collection of buckets to load available widgets from. Wildcards are also posssible:
|
|
145
|
+
* `[buckets]="['app.default', '*.public.*', 'app.no?.widgets']"`
|
|
146
|
+
*
|
|
147
|
+
* `*` represents any character 0-n times
|
|
148
|
+
* `?` represents exactly one character
|
|
149
|
+
*/
|
|
150
|
+
buckets: _angular_core.InputSignal<string[] | undefined>;
|
|
151
|
+
configChange: _angular_core.OutputEmitterRef<WidgetGridWorkspaceConfig | undefined>;
|
|
152
|
+
gridItemEvent: _angular_core.OutputEmitterRef<GridItemEvent>;
|
|
153
|
+
editModeChange: _angular_core.OutputEmitterRef<boolean>;
|
|
154
|
+
editMode: _angular_core.WritableSignal<boolean>;
|
|
155
|
+
workspace: _angular_core.WritableSignal<WidgetGridWorkspace | undefined>;
|
|
156
|
+
workspaceLabel: _angular_core.WritableSignal<string>;
|
|
157
|
+
gridItemConfig: _angular_core.WritableSignal<WidgetGridItemConfig[] | undefined>;
|
|
158
|
+
getLabel(workspace: WidgetGridWorkspace): string;
|
|
159
|
+
setWorkspace(id: string, silent?: boolean): void;
|
|
160
|
+
openWorkspaceDialog(create: boolean, tplRef: TemplateRef<any>): void;
|
|
161
|
+
saveWorkspace(): void;
|
|
162
|
+
onGridEvent(e: GridItemEvent): void;
|
|
163
|
+
onGridChange(grid: Array<WidgetGridItemConfig>): void;
|
|
164
|
+
persistWorkspaceConfig(): void;
|
|
165
|
+
revertWorkspaceConfig(): void;
|
|
166
|
+
deleteCurrentWorkspace(): void;
|
|
167
|
+
emitConfigChange(): void;
|
|
168
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<YuvWidgetGridWorkspacesComponent, never>;
|
|
169
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<YuvWidgetGridWorkspacesComponent, "yuv-widget-grid-workspaces", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "workspaceConfig": { "alias": "workspaceConfig"; "required": false; "isSignal": true; }; "buckets": { "alias": "buckets"; "required": false; "isSignal": true; }; }, { "configChange": "configChange"; "gridItemEvent": "gridItemEvent"; "editModeChange": "editModeChange"; }, never, never, true, never>;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
declare class YuvWidgetGridModule {
|
|
173
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<YuvWidgetGridModule, never>;
|
|
174
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<YuvWidgetGridModule, never, [typeof YuvWidgetGridComponent, typeof YuvWidgetGridWorkspacesComponent], [typeof YuvWidgetGridComponent, typeof YuvWidgetGridWorkspacesComponent]>;
|
|
175
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<YuvWidgetGridModule>;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* This service provides the list of widgets that could be added
|
|
180
|
+
* to a widget grid. You could use it to register your own
|
|
181
|
+
* widgets.
|
|
182
|
+
*/
|
|
183
|
+
declare class WidgetGridRegistry {
|
|
184
|
+
#private;
|
|
185
|
+
readonly translate: TranslateService;
|
|
186
|
+
/**
|
|
187
|
+
* List of pre-registered widgets provided out-of-the-box
|
|
188
|
+
* by the widget grid module
|
|
189
|
+
*/
|
|
190
|
+
private registeredWidgets;
|
|
191
|
+
/**
|
|
192
|
+
* Buckets are collection of widget references.
|
|
193
|
+
* You can put any widget registered gloabally into a bucket. Later on you can grab
|
|
194
|
+
* widgets from a certain bucket. This enables apps to structure their widgets when e.g.
|
|
195
|
+
* using multiple widget grids with their own set of available widgets.
|
|
196
|
+
*/
|
|
197
|
+
private widgetBuckets;
|
|
198
|
+
/**
|
|
199
|
+
* Get the noop component. This component will be rendered in
|
|
200
|
+
* the grid tile if not matching widget could be found in the
|
|
201
|
+
* list of registered widgets. It will show some kind of 'not
|
|
202
|
+
* found' message and provide the controls to remove that none
|
|
203
|
+
* existing component from the widget grid.
|
|
204
|
+
* @returns NoopComponent
|
|
205
|
+
*/
|
|
206
|
+
getNoopWidget(): GridWidget<any>;
|
|
207
|
+
/**
|
|
208
|
+
* Setup components are the administrative part of a widget. They
|
|
209
|
+
* are used to set up a widget. Not all the widgets will have a setup
|
|
210
|
+
* component.
|
|
211
|
+
* @param widgetName The widgets name
|
|
212
|
+
* @returns The setup component of a widget. Throws error if there
|
|
213
|
+
* is not widget registered with the given name
|
|
214
|
+
*/
|
|
215
|
+
getWidgetSetupComponent(widgetName: string): Type<any> | undefined;
|
|
216
|
+
/**
|
|
217
|
+
* Get the component for a widget. This is the component that will
|
|
218
|
+
* be rendered in a grid tile.
|
|
219
|
+
* @param widgetName The widgets name
|
|
220
|
+
* @returns The widget component or noop component if there is
|
|
221
|
+
* no component registered with the given name
|
|
222
|
+
*/
|
|
223
|
+
getWidgetComponent(widgetName: string): Type<any>;
|
|
224
|
+
/**
|
|
225
|
+
* Adds a new widget to the list of registered widgets. That way
|
|
226
|
+
* you can create custom widgets that are then available to be
|
|
227
|
+
* added to a users widget grid.
|
|
228
|
+
* @param widget The widget to be registered
|
|
229
|
+
* @param bucket List of buckets to register to. If a bucket does
|
|
230
|
+
* not exist it'll be created.
|
|
231
|
+
*/
|
|
232
|
+
registerGridWidget(widget: GridWidget<any>, buckets?: string[]): void;
|
|
233
|
+
/**
|
|
234
|
+
* Register a collection of widgets
|
|
235
|
+
* @param widgets The widgets to be registered
|
|
236
|
+
* @param bucket List of buckets to register to. If a bucket does
|
|
237
|
+
* not exist it'll be created.
|
|
238
|
+
*/
|
|
239
|
+
registerGridWidgets(widgets: GridWidget<any>[], buckets?: string[]): void;
|
|
240
|
+
private _addToBucket;
|
|
241
|
+
removeRegisteredWidget(id: string): void;
|
|
242
|
+
clearRegisteredWidget(): void;
|
|
243
|
+
/**
|
|
244
|
+
* Get registered widgets. This list could be narrowed down by a list
|
|
245
|
+
* of buckets. Buckets are lists of registered widgets registered for
|
|
246
|
+
* a certain key (the buckets name).
|
|
247
|
+
* @param buckets name of buckets to restrict the widgets to
|
|
248
|
+
* @returns Array of grid widgets
|
|
249
|
+
*/
|
|
250
|
+
getRegisteredWidgets(buckets?: string[]): Array<GridWidget<any>>;
|
|
251
|
+
private _wildcardMatch;
|
|
252
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WidgetGridRegistry, never>;
|
|
253
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<WidgetGridRegistry>;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Service managing a widget grid. Also includes a set of labels that will be
|
|
258
|
+
* used by the grid and its widgets. Default labels are provided out of the
|
|
259
|
+
* box. But if you want to use custom ones or add i18n you could overwrite
|
|
260
|
+
* them. The grid as well as the widgets will use those labels or fall back
|
|
261
|
+
* to their default ones. If you are developing own widgets you should
|
|
262
|
+
* consider using those labels as well.
|
|
263
|
+
*/
|
|
264
|
+
declare class WidgetGridService {
|
|
265
|
+
private widgetGridRegistry;
|
|
266
|
+
private widgetGrid;
|
|
267
|
+
private widgetGridSource;
|
|
268
|
+
widgetGrid$: Observable<WidgetGridItem[]>;
|
|
269
|
+
private widgetGridUpdateSource;
|
|
270
|
+
/**
|
|
271
|
+
* Emitted when the widget grid has been updated
|
|
272
|
+
*/
|
|
273
|
+
widgetGridUpdate$: Observable<string>;
|
|
274
|
+
addItemSize: {
|
|
275
|
+
rows: number;
|
|
276
|
+
cols: number;
|
|
277
|
+
};
|
|
278
|
+
constructor(widgetGridRegistry: WidgetGridRegistry);
|
|
279
|
+
setWidgetGrid(gridItemConfig: Array<WidgetGridItemConfig> | undefined): void;
|
|
280
|
+
/**
|
|
281
|
+
* Update config of an existing widget
|
|
282
|
+
* @param widgetId ID of the widget to be updated
|
|
283
|
+
* @param setupWidgetConfig The updated configuration for that widget
|
|
284
|
+
*/
|
|
285
|
+
updateWidget(widgetId: string, setupWidgetConfig: any): void;
|
|
286
|
+
replaceWidget(widgetId: string, widgetName: string, setupWidgetConfig?: any): void;
|
|
287
|
+
/**
|
|
288
|
+
* Add a new grid item to the widget grid.
|
|
289
|
+
* @param widgetName The name of the grid item to be added
|
|
290
|
+
* @param setupWidgetConfig
|
|
291
|
+
*/
|
|
292
|
+
addWidget(widgetName: string, setupWidgetConfig?: any): void;
|
|
293
|
+
removeWidget(gridItemId: string): void;
|
|
294
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WidgetGridService, never>;
|
|
295
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<WidgetGridService>;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export { WidgetGridRegistry, WidgetGridService, YuvWidgetGridComponent, YuvWidgetGridModule, YuvWidgetGridWorkspacesComponent };
|
|
299
|
+
export type { AddItemSize, GridItemEvent, GridWidget, IWidgetComponent, IWidgetSetupComponent, WidgetGridConfig, WidgetGridItem, WidgetGridItemConfig, WidgetGridWorkspace, WidgetGridWorkspaceConfig, WidgetGridWorkspaceOptions, WidgetPickerData, WidgetPickerOptions };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { DmsObject } from '@yuuvis/client-core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AbstractContextAction, Action, ActionSupport, SelectionRange } from '../../actions.interface';
|
|
4
|
-
export declare class CopyAction extends AbstractContextAction implements Action {
|
|
5
|
-
private clipboardService;
|
|
6
|
-
private translate;
|
|
7
|
-
id: string;
|
|
8
|
-
label: any;
|
|
9
|
-
description: any;
|
|
10
|
-
priority: number;
|
|
11
|
-
icon: string;
|
|
12
|
-
group: string;
|
|
13
|
-
range: SelectionRange;
|
|
14
|
-
supports: ActionSupport;
|
|
15
|
-
isExecutable(items: DmsObject[]): Observable<boolean>;
|
|
16
|
-
run(items: DmsObject[]): Observable<boolean>;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { DmsObject } from '@yuuvis/client-core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AbstractContextAction, Action, ActionSupport, SelectionRange } from '../../actions.interface';
|
|
4
|
-
export declare class CutAction extends AbstractContextAction implements Action {
|
|
5
|
-
private clipboardService;
|
|
6
|
-
private translate;
|
|
7
|
-
id: string;
|
|
8
|
-
label: any;
|
|
9
|
-
description: any;
|
|
10
|
-
priority: number;
|
|
11
|
-
icon: string;
|
|
12
|
-
group: string;
|
|
13
|
-
range: SelectionRange;
|
|
14
|
-
supports: ActionSupport;
|
|
15
|
-
isExecutable(items: DmsObject[]): Observable<boolean>;
|
|
16
|
-
run(items: DmsObject[]): Observable<boolean>;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { DmsObject } from '@yuuvis/client-core';
|
|
2
|
-
import { ActionContext } from '../../../actions.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* @ignore
|
|
6
|
-
*/
|
|
7
|
-
export declare class DeleteComponent {
|
|
8
|
-
#private;
|
|
9
|
-
private readonly translate;
|
|
10
|
-
errors: import("@angular/core").WritableSignal<{
|
|
11
|
-
status: number;
|
|
12
|
-
subject: string;
|
|
13
|
-
message: string;
|
|
14
|
-
}[]>;
|
|
15
|
-
deleting: import("@angular/core").WritableSignal<boolean>;
|
|
16
|
-
deleteItems: DmsObject[];
|
|
17
|
-
context: ActionContext;
|
|
18
|
-
run(): void;
|
|
19
|
-
cancel(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DeleteComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteComponent, "yuv-delete", never, {}, {}, never, never, true, never>;
|
|
22
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { DmsObject } from '@yuuvis/client-core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AbstractContextAction, Action, ActionSupport, SelectionRange } from '../../actions.interface';
|
|
4
|
-
export declare class DeleteAction extends AbstractContextAction implements Action {
|
|
5
|
-
#private;
|
|
6
|
-
private translate;
|
|
7
|
-
private retention;
|
|
8
|
-
id: string;
|
|
9
|
-
label: any;
|
|
10
|
-
description: any;
|
|
11
|
-
priority: number;
|
|
12
|
-
icon: string;
|
|
13
|
-
group: string;
|
|
14
|
-
range: SelectionRange;
|
|
15
|
-
supports: ActionSupport;
|
|
16
|
-
isExecutable(items: DmsObject[]): Observable<boolean>;
|
|
17
|
-
run(items: DmsObject[]): Observable<boolean>;
|
|
18
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { DmsObject } from '@yuuvis/client-core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AbstractContextAction, Action, ActionSupport, SelectionRange } from '../../actions.interface';
|
|
4
|
-
export declare class DownloadAction extends AbstractContextAction implements Action {
|
|
5
|
-
private translate;
|
|
6
|
-
private dmsService;
|
|
7
|
-
id: string;
|
|
8
|
-
label: any;
|
|
9
|
-
description: any;
|
|
10
|
-
priority: number;
|
|
11
|
-
icon: string;
|
|
12
|
-
group: string;
|
|
13
|
-
range: SelectionRange;
|
|
14
|
-
supports: ActionSupport;
|
|
15
|
-
isExecutable(selection: DmsObject[]): Observable<boolean>;
|
|
16
|
-
run(selection: DmsObject[]): Observable<boolean>;
|
|
17
|
-
}
|