@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,35 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { FormControl } from '@angular/forms';
|
|
3
|
-
import { MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
4
|
-
import { GenericObjectType } from '@yuuvis/client-core';
|
|
5
|
-
import { BuildStep, SearchToken, SuggestionItem } from './token-search.interface';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TokenSearchComponent {
|
|
8
|
-
#private;
|
|
9
|
-
types: import("@angular/core").InputSignal<string[]>;
|
|
10
|
-
queryChange: import("@angular/core").OutputEmitterRef<string>;
|
|
11
|
-
searchCtrl: FormControl<string | null>;
|
|
12
|
-
searchInput: import("@angular/core").Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
13
|
-
tokens: import("@angular/core").WritableSignal<SearchToken[]>;
|
|
14
|
-
step: import("@angular/core").WritableSignal<BuildStep>;
|
|
15
|
-
inputTerm: import("@angular/core").WritableSignal<string>;
|
|
16
|
-
/** Pending state for the group currently being built (not yet committed) */
|
|
17
|
-
pendingTypeId: import("@angular/core").WritableSignal<string | null>;
|
|
18
|
-
pendingTypeLabel: import("@angular/core").WritableSignal<string>;
|
|
19
|
-
pendingTypeIsSot: import("@angular/core").WritableSignal<boolean>;
|
|
20
|
-
pendingField: import("@angular/core").WritableSignal<SuggestionItem | null>;
|
|
21
|
-
pendingOperator: import("@angular/core").WritableSignal<SuggestionItem | null>;
|
|
22
|
-
objectTypes: import("@angular/core").Signal<GenericObjectType[]>;
|
|
23
|
-
placeholderText: import("@angular/core").Signal<string>;
|
|
24
|
-
suggestions: import("@angular/core").Signal<SuggestionItem[]>;
|
|
25
|
-
cmisQuery: import("@angular/core").Signal<string>;
|
|
26
|
-
constructor();
|
|
27
|
-
displayFn: () => string;
|
|
28
|
-
onSuggestionSelected(event: MatAutocompleteSelectedEvent): void;
|
|
29
|
-
onKeydown(event: KeyboardEvent): void;
|
|
30
|
-
onTokenClick(index: number): void;
|
|
31
|
-
removeTokenGroup(index: number): void;
|
|
32
|
-
onBarClick(event: MouseEvent): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TokenSearchComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TokenSearchComponent, "yuv-token-search", never, { "types": { "alias": "types"; "required": false; "isSignal": true; }; }, { "queryChange": "queryChange"; }, never, never, true, never>;
|
|
35
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
export type TokenKind = 'type' | 'field' | 'operator' | 'value' | 'combinator';
|
|
2
|
-
export interface SearchToken {
|
|
3
|
-
kind: TokenKind;
|
|
4
|
-
/** Unique per-token id for tracking */
|
|
5
|
-
uid: string;
|
|
6
|
-
/** Machine-readable value: typeId, fieldId, operator key, literal value, 'AND'|'OR' */
|
|
7
|
-
id: string;
|
|
8
|
-
/** Human-readable display text */
|
|
9
|
-
label: string;
|
|
10
|
-
/** For field/operator/value tokens: which type they belong to */
|
|
11
|
-
typeId?: string;
|
|
12
|
-
/** For field tokens: the propertyType (string, integer, datetime, boolean) */
|
|
13
|
-
fieldType?: string;
|
|
14
|
-
/** Whether this type token represents a secondary object type */
|
|
15
|
-
isSot?: boolean;
|
|
16
|
-
/** For value tokens: the operator that precedes them */
|
|
17
|
-
operator?: string;
|
|
18
|
-
}
|
|
19
|
-
export type Combinator = 'AND' | 'OR';
|
|
20
|
-
export type BuildStep = 'type' | 'field' | 'operator' | 'value';
|
|
21
|
-
export interface SuggestionItem {
|
|
22
|
-
kind: 'type' | 'field' | 'operator' | 'date-preset';
|
|
23
|
-
id: string;
|
|
24
|
-
label: string;
|
|
25
|
-
fieldType?: string;
|
|
26
|
-
operator?: string;
|
|
27
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./token-search.component";
|
|
3
|
-
export declare class YuvTokenSearchModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvTokenSearchModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvTokenSearchModule, never, [typeof i1.TokenSearchComponent], [typeof i1.TokenSearchComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvTokenSearchModule>;
|
|
7
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { TreeNode } from '../tree.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TreeNodeComponent implements OnInit, OnDestroy {
|
|
5
|
-
private treeService;
|
|
6
|
-
node: import("@angular/core").InputSignal<TreeNode>;
|
|
7
|
-
toggleIcon: import("@angular/core").InputSignal<string>;
|
|
8
|
-
focused: boolean;
|
|
9
|
-
selected: boolean;
|
|
10
|
-
expanded: boolean;
|
|
11
|
-
private _selectedNodes;
|
|
12
|
-
private _subs;
|
|
13
|
-
treeSelectEffect: import("@angular/core").EffectRef;
|
|
14
|
-
select(evt: MouseEvent | KeyboardEvent): void;
|
|
15
|
-
toggleExpanded(): void;
|
|
16
|
-
private _setSelection;
|
|
17
|
-
ngOnInit(): void;
|
|
18
|
-
ngOnDestroy(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeNodeComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodeComponent, "yuv-tree-node", never, { "node": { "alias": "node"; "required": true; "isSignal": true; }; "toggleIcon": { "alias": "toggleIcon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { Tree, TreeNode } from './tree.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Component rendering a tree.
|
|
6
|
-
*/
|
|
7
|
-
export declare class TreeComponent implements AfterViewInit, OnDestroy {
|
|
8
|
-
private treeService;
|
|
9
|
-
private elRef;
|
|
10
|
-
private items?;
|
|
11
|
-
private _observer;
|
|
12
|
-
/**
|
|
13
|
-
* The tree to be rendered
|
|
14
|
-
*/
|
|
15
|
-
tree: import("@angular/core").InputSignal<Tree>;
|
|
16
|
-
/**
|
|
17
|
-
* Whether or not multiple nodes should be selectable. Only works when selection is enableed by
|
|
18
|
-
* setting 'selectable' attribute:
|
|
19
|
-
*
|
|
20
|
-
* ```html
|
|
21
|
-
* <yuv-tree selectable [multiselect]="true"></yuv-tree
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
multiselect: import("@angular/core").InputSignal<boolean>;
|
|
25
|
-
/**
|
|
26
|
-
* Host attribute to enable persistent selection of nodes.
|
|
27
|
-
*/
|
|
28
|
-
selectable: string | null;
|
|
29
|
-
private __focusedIndex;
|
|
30
|
-
private set _focusedIndex(value);
|
|
31
|
-
get _focusedIndex(): number;
|
|
32
|
-
/**
|
|
33
|
-
* IDs of nodes that should be set 'selected'.
|
|
34
|
-
*/
|
|
35
|
-
set selectedNodes(nodeIds: string[]);
|
|
36
|
-
/**
|
|
37
|
-
* Emitted when selection changes
|
|
38
|
-
*/
|
|
39
|
-
selectionChange: import("@angular/core").OutputEmitterRef<TreeNode[]>;
|
|
40
|
-
readonly tabindex = "0";
|
|
41
|
-
onKeydown(event: KeyboardEvent): void;
|
|
42
|
-
setTreeEffect: import("@angular/core").EffectRef;
|
|
43
|
-
setTreeMultiselectEffect: import("@angular/core").EffectRef;
|
|
44
|
-
constructor();
|
|
45
|
-
private _toggle;
|
|
46
|
-
private _selectFocusedNode;
|
|
47
|
-
private _getFocusedNodeId;
|
|
48
|
-
private _getVisibleNodes;
|
|
49
|
-
ngAfterViewInit(): void;
|
|
50
|
-
ngOnDestroy(): void;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵ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>;
|
|
53
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { Tree, TreeNode } from './tree.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TreeService {
|
|
5
|
-
private _tree?;
|
|
6
|
-
private _selection;
|
|
7
|
-
private _selectionSource;
|
|
8
|
-
selection$: Observable<TreeNode[]>;
|
|
9
|
-
private _nodeClickSource;
|
|
10
|
-
nodeClick$: Observable<TreeNode>;
|
|
11
|
-
private _nodeFocusSource;
|
|
12
|
-
nodeFocus$: Observable<string | null | undefined>;
|
|
13
|
-
multiselect: boolean;
|
|
14
|
-
setTree(tree: Tree): void;
|
|
15
|
-
focusNode(id: string | null | undefined): void;
|
|
16
|
-
toggleNode(id: string | null): void;
|
|
17
|
-
selectNodeByID(id: string, ctrlKey?: boolean): void;
|
|
18
|
-
/**
|
|
19
|
-
* Select a tree node. If the node has already been selected it'll be
|
|
20
|
-
* removed from the selection. Otherwise it will be added. By default selection
|
|
21
|
-
* will only contain a single node. If `multiselect` is set to true and CTRL is
|
|
22
|
-
* pressed the current collection will be extended.
|
|
23
|
-
* @param node The tree node to be added/removed
|
|
24
|
-
* @param ctrlKey Whether or not the CTRL key has been pressed
|
|
25
|
-
* @returns The updated list of selected tree nodes
|
|
26
|
-
*/
|
|
27
|
-
selectNode(node: TreeNode, ctrlKey?: boolean): void;
|
|
28
|
-
setSelection(nodeIds: string[]): void;
|
|
29
|
-
private _getNodeById;
|
|
30
|
-
private _getChildNodeById;
|
|
31
|
-
private _resolveSelectedNodes;
|
|
32
|
-
private _resolveChildren;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeService, never>;
|
|
34
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TreeService>;
|
|
35
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ProgressStatusItem, TranslateService, UploadResult } from '@yuuvis/client-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class UploadProgressOverlayComponent {
|
|
4
|
-
#private;
|
|
5
|
-
translate: TranslateService;
|
|
6
|
-
items: import("@angular/core").InputSignal<ProgressStatusItem[] | undefined>;
|
|
7
|
-
_items: import("@angular/core").Signal<ProgressStatusItem[]>;
|
|
8
|
-
itemClick: import("@angular/core").OutputEmitterRef<UploadResult>;
|
|
9
|
-
remove(id?: string): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UploadProgressOverlayComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UploadProgressOverlayComponent, "yuv-upload-progress-overlay", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; }, { "itemClick": "itemClick"; }, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { UploadResult } from '@yuuvis/client-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class UploadProgressComponent {
|
|
4
|
-
#private;
|
|
5
|
-
expanded: boolean;
|
|
6
|
-
resultItemClick: import("@angular/core").OutputEmitterRef<UploadResult>;
|
|
7
|
-
/**
|
|
8
|
-
* Optional list of scope identifiers this component instance should respond to.
|
|
9
|
-
*
|
|
10
|
-
* When provided, the component will display upload progress only for uploads
|
|
11
|
-
* that were initiated with a matching scope via `UploadService.uploadFile()` or
|
|
12
|
-
* `UploadService.multipartUpload()`. This allows multiple `UploadProgressComponent`
|
|
13
|
-
* instances to coexist in different sections of the UI, each showing only the uploads
|
|
14
|
-
* relevant to its own context.
|
|
15
|
-
*
|
|
16
|
-
* If omitted, the component responds to all uploads regardless of scope.
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```html
|
|
20
|
-
* <!-- Shows only uploads tagged with scope 'mail-editor' or 'attachments-panel' -->
|
|
21
|
-
* <yuv-upload-progress [scopes]="['mail-editor', 'attachments-panel']" />
|
|
22
|
-
*
|
|
23
|
-
* <!-- Shows all uploads (no scope filter) -->
|
|
24
|
-
* <yuv-upload-progress />
|
|
25
|
-
* ```
|
|
26
|
-
*/
|
|
27
|
-
scopes: import("@angular/core").InputSignal<string[] | undefined>;
|
|
28
|
-
completedUp$: import("rxjs").Observable<boolean | null>;
|
|
29
|
-
filteredItems: import("@angular/core").Signal<import("@yuuvis/client-core").ProgressStatusItem[]>;
|
|
30
|
-
close(): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UploadProgressComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UploadProgressComponent, "yuv-upload-progress", never, { "scopes": { "alias": "scopes"; "required": false; "isSignal": true; }; }, { "resultItemClick": "resultItemClick"; }, never, never, true, never>;
|
|
33
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./upload-progress.component";
|
|
3
|
-
export declare class YuvUploadProgressModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvUploadProgressModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvUploadProgressModule, never, [typeof i1.UploadProgressComponent], [typeof i1.UploadProgressComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvUploadProgressModule>;
|
|
7
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { GridItemEvent } from './widget-grid.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class WidgetGridEventService {
|
|
5
|
-
private widgetGridEventSource;
|
|
6
|
-
widgetEvents$: Observable<GridItemEvent>;
|
|
7
|
-
trigger(evt: GridItemEvent): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetGridEventService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<WidgetGridEventService>;
|
|
10
|
-
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
2
|
-
import { TranslateService } from '@yuuvis/client-core';
|
|
3
|
-
import { GridWidget } from './widget-grid.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* This service provides the list of widgets that could be added
|
|
7
|
-
* to a widget grid. You could use it to register your own
|
|
8
|
-
* widgets.
|
|
9
|
-
*/
|
|
10
|
-
export declare class WidgetGridRegistry {
|
|
11
|
-
#private;
|
|
12
|
-
readonly translate: TranslateService;
|
|
13
|
-
/**
|
|
14
|
-
* List of pre-registered widgets provided out-of-the-box
|
|
15
|
-
* by the widget grid module
|
|
16
|
-
*/
|
|
17
|
-
private registeredWidgets;
|
|
18
|
-
/**
|
|
19
|
-
* Buckets are collection of widget references.
|
|
20
|
-
* You can put any widget registered gloabally into a bucket. Later on you can grab
|
|
21
|
-
* widgets from a certain bucket. This enables apps to structure their widgets when e.g.
|
|
22
|
-
* using multiple widget grids with their own set of available widgets.
|
|
23
|
-
*/
|
|
24
|
-
private widgetBuckets;
|
|
25
|
-
/**
|
|
26
|
-
* Get the noop component. This component will be rendered in
|
|
27
|
-
* the grid tile if not matching widget could be found in the
|
|
28
|
-
* list of registered widgets. It will show some kind of 'not
|
|
29
|
-
* found' message and provide the controls to remove that none
|
|
30
|
-
* existing component from the widget grid.
|
|
31
|
-
* @returns NoopComponent
|
|
32
|
-
*/
|
|
33
|
-
getNoopWidget(): GridWidget<any>;
|
|
34
|
-
/**
|
|
35
|
-
* Setup components are the administrative part of a widget. They
|
|
36
|
-
* are used to set up a widget. Not all the widgets will have a setup
|
|
37
|
-
* component.
|
|
38
|
-
* @param widgetName The widgets name
|
|
39
|
-
* @returns The setup component of a widget. Throws error if there
|
|
40
|
-
* is not widget registered with the given name
|
|
41
|
-
*/
|
|
42
|
-
getWidgetSetupComponent(widgetName: string): Type<any> | undefined;
|
|
43
|
-
/**
|
|
44
|
-
* Get the component for a widget. This is the component that will
|
|
45
|
-
* be rendered in a grid tile.
|
|
46
|
-
* @param widgetName The widgets name
|
|
47
|
-
* @returns The widget component or noop component if there is
|
|
48
|
-
* no component registered with the given name
|
|
49
|
-
*/
|
|
50
|
-
getWidgetComponent(widgetName: string): Type<any>;
|
|
51
|
-
/**
|
|
52
|
-
* Adds a new widget to the list of registered widgets. That way
|
|
53
|
-
* you can create custom widgets that are then available to be
|
|
54
|
-
* added to a users widget grid.
|
|
55
|
-
* @param widget The widget to be registered
|
|
56
|
-
* @param bucket List of buckets to register to. If a bucket does
|
|
57
|
-
* not exist it'll be created.
|
|
58
|
-
*/
|
|
59
|
-
registerGridWidget(widget: GridWidget<any>, buckets?: string[]): void;
|
|
60
|
-
/**
|
|
61
|
-
* Register a collection of widgets
|
|
62
|
-
* @param widgets The widgets to be registered
|
|
63
|
-
* @param bucket List of buckets to register to. If a bucket does
|
|
64
|
-
* not exist it'll be created.
|
|
65
|
-
*/
|
|
66
|
-
registerGridWidgets(widgets: GridWidget<any>[], buckets?: string[]): void;
|
|
67
|
-
private _addToBucket;
|
|
68
|
-
removeRegisteredWidget(id: string): void;
|
|
69
|
-
clearRegisteredWidget(): void;
|
|
70
|
-
/**
|
|
71
|
-
* Get registered widgets. This list could be narrowed down by a list
|
|
72
|
-
* of buckets. Buckets are lists of registered widgets registered for
|
|
73
|
-
* a certain key (the buckets name).
|
|
74
|
-
* @param buckets name of buckets to restrict the widgets to
|
|
75
|
-
* @returns Array of grid widgets
|
|
76
|
-
*/
|
|
77
|
-
getRegisteredWidgets(buckets?: string[]): Array<GridWidget<any>>;
|
|
78
|
-
private _wildcardMatch;
|
|
79
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetGridRegistry, never>;
|
|
80
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<WidgetGridRegistry>;
|
|
81
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { FormControl } from '@angular/forms';
|
|
3
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
|
-
import { TranslateService } from '@yuuvis/client-core';
|
|
5
|
-
import { GridItemEvent, WidgetGridItemConfig } from '../widget-grid.interface';
|
|
6
|
-
import { WidgetGridWorkspace, WidgetGridWorkspaceConfig, WidgetGridWorkspaceOptions } from './widget-grid-workspaces.interface';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Component for managing multiple widget grids in so called workspaces.
|
|
10
|
-
* Each workspace can have its own configuration and widgets. The user can
|
|
11
|
-
* switch between workspaces to use or edit the widgets in the current workspace.
|
|
12
|
-
*/
|
|
13
|
-
export declare class YuvWidgetGridWorkspacesComponent {
|
|
14
|
-
#private;
|
|
15
|
-
readonly translate: TranslateService;
|
|
16
|
-
workspaceDialogRef?: MatDialogRef<any, any>;
|
|
17
|
-
workspaceForm: import("@angular/forms").FormGroup<{
|
|
18
|
-
id: FormControl<string | null>;
|
|
19
|
-
label: FormControl<string | null>;
|
|
20
|
-
}>;
|
|
21
|
-
get workspaceLabelControl(): FormControl;
|
|
22
|
-
options: import("@angular/core").InputSignal<WidgetGridWorkspaceOptions>;
|
|
23
|
-
_workspaceOptions: import("@angular/core").Signal<WidgetGridWorkspaceOptions>;
|
|
24
|
-
workspaceConfig: import("@angular/core").InputSignal<WidgetGridWorkspaceConfig | undefined>;
|
|
25
|
-
_workspaceConfig: import("@angular/core").WritableSignal<WidgetGridWorkspaceConfig | undefined>;
|
|
26
|
-
/**
|
|
27
|
-
* Collection of buckets to load available widgets from. Wildcards are also posssible:
|
|
28
|
-
* `[buckets]="['app.default', '*.public.*', 'app.no?.widgets']"`
|
|
29
|
-
*
|
|
30
|
-
* `*` represents any character 0-n times
|
|
31
|
-
* `?` represents exactly one character
|
|
32
|
-
*/
|
|
33
|
-
buckets: import("@angular/core").InputSignal<string[] | undefined>;
|
|
34
|
-
configChange: import("@angular/core").OutputEmitterRef<WidgetGridWorkspaceConfig | undefined>;
|
|
35
|
-
gridItemEvent: import("@angular/core").OutputEmitterRef<GridItemEvent>;
|
|
36
|
-
editModeChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
37
|
-
editMode: import("@angular/core").WritableSignal<boolean>;
|
|
38
|
-
workspace: import("@angular/core").WritableSignal<WidgetGridWorkspace | undefined>;
|
|
39
|
-
workspaceLabel: import("@angular/core").WritableSignal<string>;
|
|
40
|
-
gridItemConfig: import("@angular/core").WritableSignal<WidgetGridItemConfig[] | undefined>;
|
|
41
|
-
getLabel(workspace: WidgetGridWorkspace): string;
|
|
42
|
-
setWorkspace(id: string, silent?: boolean): void;
|
|
43
|
-
openWorkspaceDialog(create: boolean, tplRef: TemplateRef<any>): void;
|
|
44
|
-
saveWorkspace(): void;
|
|
45
|
-
onGridEvent(e: GridItemEvent): void;
|
|
46
|
-
onGridChange(grid: Array<WidgetGridItemConfig>): void;
|
|
47
|
-
persistWorkspaceConfig(): void;
|
|
48
|
-
revertWorkspaceConfig(): void;
|
|
49
|
-
deleteCurrentWorkspace(): void;
|
|
50
|
-
emitConfigChange(): void;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvWidgetGridWorkspacesComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵ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>;
|
|
53
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { WidgetGridConfig, WidgetGridItemConfig } from '../widget-grid.interface';
|
|
2
|
-
export interface WidgetGridWorkspace {
|
|
3
|
-
id: string;
|
|
4
|
-
label: string;
|
|
5
|
-
grid: WidgetGridItemConfig[];
|
|
6
|
-
translateLabel?: boolean;
|
|
7
|
-
preventDelete?: boolean;
|
|
8
|
-
preventEdit?: boolean;
|
|
9
|
-
preventRename?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export interface WidgetGridWorkspaceConfig {
|
|
12
|
-
currentWorkspace?: string;
|
|
13
|
-
workspaces: WidgetGridWorkspace[];
|
|
14
|
-
}
|
|
15
|
-
export interface WidgetGridWorkspaceOptions {
|
|
16
|
-
gridConfig?: Partial<WidgetGridConfig>;
|
|
17
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { FormGroup } from '@angular/forms';
|
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class WorkspaceEditComponent {
|
|
5
|
-
readonly dialogRef: MatDialogRef<any, any>;
|
|
6
|
-
workspaceForm: import("@angular/core").InputSignal<FormGroup<any>>;
|
|
7
|
-
workspaceSubmit: import("@angular/core").OutputEmitterRef<void>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceEditComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceEditComponent, "yuv-workspace-edit", never, { "workspaceForm": { "alias": "workspaceForm"; "required": true; "isSignal": true; }; }, { "workspaceSubmit": "workspaceSubmit"; }, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { GridsterConfig, GridsterItemComponent } from 'angular-gridster2';
|
|
3
|
-
import { GridItemEvent, WidgetGridConfig, WidgetGridItem, WidgetGridItemConfig, WidgetPickerData } from './widget-grid.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class YuvWidgetGridComponent {
|
|
6
|
-
#private;
|
|
7
|
-
gridsterItems: import("@angular/core").Signal<GridsterItemComponent>;
|
|
8
|
-
widgetPicker: import("@angular/core").Signal<TemplateRef<any>>;
|
|
9
|
-
options: GridsterConfig;
|
|
10
|
-
gridConfig: import("@angular/core").InputSignal<Partial<WidgetGridConfig> | undefined>;
|
|
11
|
-
_editMode: import("@angular/core").WritableSignal<boolean>;
|
|
12
|
-
/**
|
|
13
|
-
* Whether or not to enable edit mode. In edit mode controls
|
|
14
|
-
* for editing existing tiles and creating new ones are shown.
|
|
15
|
-
* This mode also enables positioning and resizing of the tiles.
|
|
16
|
-
*/
|
|
17
|
-
editMode: import("@angular/core").InputSignal<boolean>;
|
|
18
|
-
gridItemConfig: import("@angular/core").InputSignal<WidgetGridItemConfig[] | undefined>;
|
|
19
|
-
/**
|
|
20
|
-
* Collection of buckets to load available widgets from. Wildcards are also posssible:
|
|
21
|
-
* `[buckets]="['app.default', '*.public.*', 'app.no?.widgets']"`
|
|
22
|
-
*
|
|
23
|
-
* `*` represents any character 0-n times
|
|
24
|
-
* `?` represents exactly one character
|
|
25
|
-
*/
|
|
26
|
-
buckets: import("@angular/core").InputSignal<string[] | undefined>;
|
|
27
|
-
/**
|
|
28
|
-
* Emitted when the grid has been changed
|
|
29
|
-
*/
|
|
30
|
-
gridChange: import("@angular/core").OutputEmitterRef<WidgetGridItemConfig[]>;
|
|
31
|
-
gridItemEvent: import("@angular/core").OutputEmitterRef<GridItemEvent>;
|
|
32
|
-
/**
|
|
33
|
-
* Emitted when the widget picker is opened or closed in edit mode
|
|
34
|
-
*/
|
|
35
|
-
widgetPickerOpen: import("@angular/core").OutputEmitterRef<boolean>;
|
|
36
|
-
widgetGrid: Array<WidgetGridItem>;
|
|
37
|
-
widgetPickerData: WidgetPickerData | undefined;
|
|
38
|
-
constructor();
|
|
39
|
-
openWidgetPicker(item?: WidgetGridItem): void;
|
|
40
|
-
/**
|
|
41
|
-
* Removes a widget from the grid
|
|
42
|
-
* @param item The widget to be removed
|
|
43
|
-
*/
|
|
44
|
-
removeItem(item: WidgetGridItem): void;
|
|
45
|
-
/**
|
|
46
|
-
* Add a new widget to the grid by opening the widget picker
|
|
47
|
-
*/
|
|
48
|
-
addItem(): void;
|
|
49
|
-
private emitChange;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvWidgetGridComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵ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>;
|
|
52
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { InputSignal, OutputEmitterRef, Type } from '@angular/core';
|
|
2
|
-
import { FormControlStatus } from '@angular/forms';
|
|
3
|
-
import { GridsterItem, GridType } from 'angular-gridster2';
|
|
4
|
-
import { AttributesMap } from 'ng-dynamic-component';
|
|
5
|
-
export interface GridWidget<T> {
|
|
6
|
-
id: string;
|
|
7
|
-
label: string;
|
|
8
|
-
setupComponent?: Type<IWidgetComponent<T>>;
|
|
9
|
-
widgetComponent: Type<IWidgetComponent<T>>;
|
|
10
|
-
}
|
|
11
|
-
export interface WidgetGridItemConfig extends GridsterItem {
|
|
12
|
-
id: string;
|
|
13
|
-
widgetName: string;
|
|
14
|
-
widgetConfig: any;
|
|
15
|
-
}
|
|
16
|
-
export interface WidgetGridItem extends WidgetGridItemConfig {
|
|
17
|
-
widget: Type<any>;
|
|
18
|
-
widgetConfigMap: AttributesMap;
|
|
19
|
-
}
|
|
20
|
-
export interface IWidgetComponent<T> {
|
|
21
|
-
widgetConfig: InputSignal<T>;
|
|
22
|
-
}
|
|
23
|
-
export interface IWidgetSetupComponent<T> extends IWidgetComponent<T> {
|
|
24
|
-
widgetConfigChange: OutputEmitterRef<T>;
|
|
25
|
-
widgetConfigStateChange: OutputEmitterRef<FormControlStatus>;
|
|
26
|
-
}
|
|
27
|
-
export interface WidgetPickerData {
|
|
28
|
-
widgetId: string | undefined;
|
|
29
|
-
widgetName: string;
|
|
30
|
-
widgetConfigMap?: AttributesMap;
|
|
31
|
-
}
|
|
32
|
-
export interface AddItemSize {
|
|
33
|
-
rows: number;
|
|
34
|
-
cols: number;
|
|
35
|
-
}
|
|
36
|
-
export interface GridItemEvent {
|
|
37
|
-
action: string;
|
|
38
|
-
data: any;
|
|
39
|
-
}
|
|
40
|
-
export interface WidgetGridConfig {
|
|
41
|
-
rows?: number;
|
|
42
|
-
columns?: number;
|
|
43
|
-
gap?: number;
|
|
44
|
-
newItemWidth?: number;
|
|
45
|
-
newItemHeight?: number;
|
|
46
|
-
gridType?: GridType;
|
|
47
|
-
}
|
|
48
|
-
export interface WidgetPickerOptions {
|
|
49
|
-
pickerData?: WidgetPickerData;
|
|
50
|
-
buckets?: string[];
|
|
51
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./widget-grid.component";
|
|
3
|
-
import * as i2 from "./widget-grid-workspaces/widget-grid-workspaces.component";
|
|
4
|
-
export declare class YuvWidgetGridModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvWidgetGridModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvWidgetGridModule, never, [typeof i1.YuvWidgetGridComponent, typeof i2.YuvWidgetGridWorkspacesComponent], [typeof i1.YuvWidgetGridComponent, typeof i2.YuvWidgetGridWorkspacesComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvWidgetGridModule>;
|
|
8
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { WidgetGridRegistry } from './widget-grid-registry.service';
|
|
3
|
-
import { WidgetGridItem, WidgetGridItemConfig } from './widget-grid.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* Service managing a widget grid. Also includes a set of labels that will be
|
|
7
|
-
* used by the grid and its widgets. Default labels are provided out of the
|
|
8
|
-
* box. But if you want to use custom ones or add i18n you could overwrite
|
|
9
|
-
* them. The grid as well as the widgets will use those labels or fall back
|
|
10
|
-
* to their default ones. If you are developing own widgets you should
|
|
11
|
-
* consider using those labels as well.
|
|
12
|
-
*/
|
|
13
|
-
export declare class WidgetGridService {
|
|
14
|
-
private widgetGridRegistry;
|
|
15
|
-
private widgetGrid;
|
|
16
|
-
private widgetGridSource;
|
|
17
|
-
widgetGrid$: Observable<WidgetGridItem[]>;
|
|
18
|
-
private widgetGridUpdateSource;
|
|
19
|
-
/**
|
|
20
|
-
* Emitted when the widget grid has been updated
|
|
21
|
-
*/
|
|
22
|
-
widgetGridUpdate$: Observable<string>;
|
|
23
|
-
addItemSize: {
|
|
24
|
-
rows: number;
|
|
25
|
-
cols: number;
|
|
26
|
-
};
|
|
27
|
-
constructor(widgetGridRegistry: WidgetGridRegistry);
|
|
28
|
-
setWidgetGrid(gridItemConfig: Array<WidgetGridItemConfig> | undefined): void;
|
|
29
|
-
/**
|
|
30
|
-
* Update config of an existing widget
|
|
31
|
-
* @param widgetId ID of the widget to be updated
|
|
32
|
-
* @param setupWidgetConfig The updated configuration for that widget
|
|
33
|
-
*/
|
|
34
|
-
updateWidget(widgetId: string, setupWidgetConfig: any): void;
|
|
35
|
-
replaceWidget(widgetId: string, widgetName: string, setupWidgetConfig?: any): void;
|
|
36
|
-
/**
|
|
37
|
-
* Add a new grid item to the widget grid.
|
|
38
|
-
* @param widgetName The name of the grid item to be added
|
|
39
|
-
* @param setupWidgetConfig
|
|
40
|
-
*/
|
|
41
|
-
addWidget(widgetName: string, setupWidgetConfig?: any): void;
|
|
42
|
-
removeWidget(gridItemId: string): void;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetGridService, never>;
|
|
44
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<WidgetGridService>;
|
|
45
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare class WidgetGridUtils {
|
|
2
|
-
static PREF_FUNCTION: string;
|
|
3
|
-
static PREF_RANGEVALUE: string;
|
|
4
|
-
/**
|
|
5
|
-
* Takes a `WidgetGridItemConfig` and stringifies it. The challenge
|
|
6
|
-
* here is that callback functions should also be stringified.
|
|
7
|
-
* @param gridItemConfig the config object
|
|
8
|
-
*/
|
|
9
|
-
static gridConfigStringify(o: any): string;
|
|
10
|
-
/**
|
|
11
|
-
* Takes a string stringified with `gridConfigStringify()` and parses it
|
|
12
|
-
* to output a proper WidgetGridItemConfig.
|
|
13
|
-
* @param stringifiedConfig stringified widget grid config
|
|
14
|
-
*/
|
|
15
|
-
static gridConfigParse(stringifiedConfig: string): any;
|
|
16
|
-
static uuid(): string;
|
|
17
|
-
private static _p8;
|
|
18
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AttributesMap, OutputsType } from 'ng-dynamic-component';
|
|
3
|
-
import { FormControl, FormControlStatus } from '@angular/forms';
|
|
4
|
-
import { GridWidget, WidgetPickerData } from '../widget-grid.interface';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class WidgetPickerComponent implements OnInit {
|
|
7
|
-
#private;
|
|
8
|
-
pickerFormControl: FormControl<any>;
|
|
9
|
-
widgetId: string | undefined;
|
|
10
|
-
selectedWidget: GridWidget<any> | undefined;
|
|
11
|
-
widgetConfigMap: AttributesMap;
|
|
12
|
-
setupWidgetConfig: any;
|
|
13
|
-
widgetConfigDirty: boolean;
|
|
14
|
-
widgetConfigState?: FormControlStatus;
|
|
15
|
-
registeredWidgets: Array<GridWidget<any>>;
|
|
16
|
-
setupWidgetDynamicOutputs: OutputsType;
|
|
17
|
-
pickerData: import("@angular/core").InputSignal<WidgetPickerData | undefined>;
|
|
18
|
-
/**
|
|
19
|
-
* Collection of buckets to load available widgets from. Wildcards are also posssible:
|
|
20
|
-
* `[buckets]="['app.default', '*.public.*', 'app.no?.widgets']"`
|
|
21
|
-
*
|
|
22
|
-
* `*` represents any character 0-n times
|
|
23
|
-
* `?` represents exactly one character
|
|
24
|
-
*/
|
|
25
|
-
buckets: import("@angular/core").InputSignal<string[] | undefined>;
|
|
26
|
-
picked: import("@angular/core").OutputEmitterRef<void>;
|
|
27
|
-
canceled: import("@angular/core").OutputEmitterRef<void>;
|
|
28
|
-
constructor();
|
|
29
|
-
pick(widget: GridWidget<any>): void;
|
|
30
|
-
private onSetupConfigChange;
|
|
31
|
-
setupComponentSave(): void;
|
|
32
|
-
setupComponentCancel(): void;
|
|
33
|
-
cancel(): void;
|
|
34
|
-
reset(): void;
|
|
35
|
-
ngOnInit(): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetPickerComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetPickerComponent, "yuv-widget-picker", never, { "pickerData": { "alias": "pickerData"; "required": false; "isSignal": true; }; "buckets": { "alias": "buckets"; "required": false; "isSignal": true; }; }, { "picked": "picked"; "canceled": "canceled"; }, never, never, true, never>;
|
|
38
|
-
}
|