@yuuvis/client-framework 2.20.1 → 3.0.0-beta.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/actions/index.d.ts +230 -9
- package/app-bar/index.d.ts +50 -1
- package/autocomplete/index.d.ts +89 -3
- package/breadcrumb/index.d.ts +112 -2
- package/clipboard/index.d.ts +19 -1
- package/common/index.d.ts +536 -7
- package/datepicker/index.d.ts +380 -6
- package/fesm2022/yuuvis-client-framework-actions.mjs +31 -32
- package/fesm2022/yuuvis-client-framework-actions.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-app-bar.mjs +14 -17
- package/fesm2022/yuuvis-client-framework-app-bar.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-autocomplete.mjs +23 -23
- package/fesm2022/yuuvis-client-framework-autocomplete.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-breadcrumb.mjs +7 -8
- package/fesm2022/yuuvis-client-framework-breadcrumb.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-clipboard.mjs +8 -10
- package/fesm2022/yuuvis-client-framework-clipboard.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-common.mjs +191 -234
- package/fesm2022/yuuvis-client-framework-common.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-datepicker.mjs +110 -145
- package/fesm2022/yuuvis-client-framework-datepicker.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-forms.mjs +283 -250
- package/fesm2022/yuuvis-client-framework-forms.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-icons.mjs +18 -19
- package/fesm2022/yuuvis-client-framework-icons.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-list.mjs +59 -57
- package/fesm2022/yuuvis-client-framework-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-master-details.mjs +23 -18
- package/fesm2022/yuuvis-client-framework-master-details.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs +7 -9
- package/fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-metadata-form.mjs +32 -32
- package/fesm2022/yuuvis-client-framework-metadata-form.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-details.mjs +129 -120
- package/fesm2022/yuuvis-client-framework-object-details.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-flavor.mjs +67 -59
- package/fesm2022/yuuvis-client-framework-object-flavor.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-form.mjs +58 -60
- package/fesm2022/yuuvis-client-framework-object-form.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-preview.mjs +64 -47
- package/fesm2022/yuuvis-client-framework-object-preview.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-relationship.mjs +206 -183
- package/fesm2022/yuuvis-client-framework-object-relationship.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-summary.mjs +42 -42
- package/fesm2022/yuuvis-client-framework-object-summary.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-versions.mjs +28 -29
- package/fesm2022/yuuvis-client-framework-object-versions.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-overflow-hidden.mjs +10 -10
- package/fesm2022/yuuvis-client-framework-overflow-hidden.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-overflow-menu.mjs +16 -16
- package/fesm2022/yuuvis-client-framework-overflow-menu.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-pagination.mjs +7 -8
- package/fesm2022/yuuvis-client-framework-pagination.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-popout.mjs +55 -57
- package/fesm2022/yuuvis-client-framework-popout.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-query-list.mjs +29 -29
- package/fesm2022/yuuvis-client-framework-query-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-renderer.mjs +71 -68
- package/fesm2022/yuuvis-client-framework-renderer.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-sequence-list.mjs +20 -25
- package/fesm2022/yuuvis-client-framework-sequence-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-simple-search.mjs +31 -33
- package/fesm2022/yuuvis-client-framework-simple-search.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-sort.mjs +57 -37
- package/fesm2022/yuuvis-client-framework-sort.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-split-view.mjs +39 -38
- package/fesm2022/yuuvis-client-framework-split-view.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-tile-list.mjs +119 -121
- package/fesm2022/yuuvis-client-framework-tile-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-token-search.mjs +22 -22
- package/fesm2022/yuuvis-client-framework-token-search.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-tree.mjs +32 -44
- package/fesm2022/yuuvis-client-framework-tree.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-upload-progress.mjs +22 -26
- package/fesm2022/yuuvis-client-framework-upload-progress.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-widget-grid.mjs +80 -77
- package/fesm2022/yuuvis-client-framework-widget-grid.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework.mjs +23 -23
- package/fesm2022/yuuvis-client-framework.mjs.map +1 -1
- package/forms/index.d.ts +633 -13
- package/icons/index.d.ts +79 -4
- package/index.d.ts +909 -6
- package/list/index.d.ts +380 -4
- package/master-details/index.d.ts +69 -3
- package/metadata-form/index.d.ts +189 -6
- package/metadata-form-defaults/index.d.ts +14 -2
- package/object-details/index.d.ts +321 -9
- package/object-flavor/index.d.ts +86 -6
- package/object-form/index.d.ts +288 -4
- package/object-preview/index.d.ts +82 -2
- package/object-relationship/index.d.ts +120 -5
- package/object-summary/index.d.ts +105 -4
- package/object-versions/index.d.ts +43 -2
- package/overflow-hidden/index.d.ts +28 -2
- package/overflow-menu/index.d.ts +52 -3
- package/package.json +12 -12
- package/pagination/index.d.ts +31 -2
- package/popout/index.d.ts +106 -5
- package/query-list/index.d.ts +497 -2
- package/renderer/index.d.ts +117 -10
- package/sequence-list/index.d.ts +60 -2
- package/simple-search/index.d.ts +57 -1
- package/sort/index.d.ts +36 -2
- package/split-view/index.d.ts +197 -4
- package/tile-list/index.d.ts +789 -10
- package/token-search/index.d.ts +72 -3
- package/tree/index.d.ts +68 -2
- package/upload-progress/index.d.ts +44 -2
- package/widget-grid/index.d.ts +299 -7
- package/actions/lib/actions/copy-action/copy-action.d.ts +0 -17
- package/actions/lib/actions/cut-action/cut-action.d.ts +0 -17
- package/actions/lib/actions/delete-action/delete/delete.component.d.ts +0 -22
- package/actions/lib/actions/delete-action/delete-action.d.ts +0 -18
- package/actions/lib/actions/download-action/download-action.d.ts +0 -17
- package/actions/lib/actions.icon.d.ts +0 -7
- package/actions/lib/actions.interface.d.ts +0 -86
- package/actions/lib/actions.module.d.ts +0 -11
- package/actions/lib/actions.service.d.ts +0 -58
- package/actions/lib/components/contextmenu/contextmenu.component.d.ts +0 -16
- package/actions/lib/components/contextmenu/contextmenu.model.d.ts +0 -9
- package/actions/lib/components/contextmenu/contextmenuTrigger.directive.d.ts +0 -12
- package/app-bar/lib/app-bar.component.d.ts +0 -47
- package/autocomplete/lib/autocomplete.component.d.ts +0 -74
- package/autocomplete/lib/autocomplete.interface.d.ts +0 -4
- package/autocomplete/lib/autocomplete.module.d.ts +0 -7
- package/breadcrumb/lib/breadcrumb/breadcrumb.component.d.ts +0 -94
- package/breadcrumb/lib/models/breadcrumb-item.model.d.ts +0 -14
- package/breadcrumb/lib/models/index.d.ts +0 -1
- package/clipboard/lib/clipboard.component.d.ts +0 -16
- package/common/lib/common.module.d.ts +0 -21
- package/common/lib/common.utils.d.ts +0 -2
- package/common/lib/components/busy-overlay/busy-overlay.component.d.ts +0 -9
- package/common/lib/components/busy-overlay/busy-overlay.interface.d.ts +0 -4
- package/common/lib/components/confirm/confirm.component.d.ts +0 -8
- package/common/lib/components/confirm/confirm.interface.d.ts +0 -9
- package/common/lib/components/confirm/confirm.service.d.ts +0 -9
- package/common/lib/components/dialog/dialog.component.d.ts +0 -10
- package/common/lib/components/dialog/dialog.options.d.ts +0 -7
- package/common/lib/components/halo-focus/halo-focus.component.d.ts +0 -5
- package/common/lib/components/index.d.ts +0 -8
- package/common/lib/components/retention-badge/retention-badge.component.d.ts +0 -9
- package/common/lib/components/scroll-buttons/scroll-buttons.component.d.ts +0 -25
- package/common/lib/directives/autofocus-child.directive.d.ts +0 -13
- package/common/lib/directives/autofocus-delayed.directive.d.ts +0 -18
- package/common/lib/directives/busy-overlay.directive.d.ts +0 -68
- package/common/lib/directives/click-double.directive.d.ts +0 -17
- package/common/lib/directives/container-size.directive.d.ts +0 -30
- package/common/lib/directives/drag-scroll.directive.d.ts +0 -20
- package/common/lib/directives/drag-select.directive.d.ts +0 -21
- package/common/lib/directives/file-drop-zone/file-drop-zone.directive.d.ts +0 -17
- package/common/lib/directives/file-drop-zone/file-drop-zone.interface.d.ts +0 -5
- package/common/lib/directives/focus-within.directive.d.ts +0 -36
- package/common/lib/directives/index.d.ts +0 -13
- package/common/lib/directives/light-dismiss.directive.d.ts +0 -19
- package/common/lib/directives/longpress.directive.d.ts +0 -13
- package/common/lib/directives/noop-value-accessor.directive.d.ts +0 -10
- package/common/lib/directives/scroll-buttons.directive.d.ts +0 -20
- package/common/lib/mat-form-field.abstract.d.ts +0 -41
- package/common/lib/services/file-drop/file-drop.service.d.ts +0 -7
- package/common/lib/services/form-translate/form-translate.service.d.ts +0 -15
- package/common/lib/services/index.d.ts +0 -4
- package/common/lib/services/layout-settings/layout-settings.interface.d.ts +0 -1
- package/common/lib/services/layout-settings/layout-settings.service.d.ts +0 -40
- package/common/lib/services/theme/index.d.ts +0 -3
- package/common/lib/services/theme/theme.models.d.ts +0 -16
- package/common/lib/services/theme/theme.provider.d.ts +0 -4
- package/common/lib/services/theme/theme.service.d.ts +0 -16
- package/datepicker/lib/calendar/calendar.component.d.ts +0 -70
- package/datepicker/lib/date-input/date-input-element/date-input-element.component.d.ts +0 -44
- package/datepicker/lib/date-input/date-input-hour-element/date-input-hour-element.component.d.ts +0 -11
- package/datepicker/lib/date-input/date-input.component.d.ts +0 -60
- package/datepicker/lib/datepicker-calendar/datepicker-calendar-trigger.component.d.ts +0 -7
- package/datepicker/lib/datepicker-calendar/datepicker-calendar.component.d.ts +0 -12
- package/datepicker/lib/datepicker.component.d.ts +0 -80
- package/datepicker/lib/datepicker.interface.d.ts +0 -34
- package/datepicker/lib/datepicker.module.d.ts +0 -9
- package/datepicker/lib/datepicker.service.d.ts +0 -46
- package/datepicker/lib/datepicker.utils.d.ts +0 -23
- package/datepicker/lib/time-input/time-input.component.d.ts +0 -32
- package/datepicker/lib/time-input/time-input.interface.d.ts +0 -6
- package/forms/lib/elements/catalog/catalog.component.d.ts +0 -34
- package/forms/lib/elements/data-grid/data-grid/data-grid.component.d.ts +0 -46
- package/forms/lib/elements/data-grid/edit-table-data/edit-data.component.d.ts +0 -22
- package/forms/lib/elements/data-grid/model/data-grid.interface.d.ts +0 -20
- package/forms/lib/elements/datetime/datetime.component.d.ts +0 -41
- package/forms/lib/elements/datetime-range/datetime-range.component.d.ts +0 -38
- package/forms/lib/elements/i18n-catalog/i18n-catalog.component.d.ts +0 -43
- package/forms/lib/elements/index.d.ts +0 -12
- package/forms/lib/elements/number/number.component.d.ts +0 -69
- package/forms/lib/elements/number-range/number-range.component.d.ts +0 -73
- package/forms/lib/elements/organization/organization.component.d.ts +0 -66
- package/forms/lib/elements/organization-set/organization-set.component.d.ts +0 -61
- package/forms/lib/elements/range-select-date/date-range-picker/date-range-picker.component.d.ts +0 -13
- package/forms/lib/elements/range-select-date/range-select-date.component.d.ts +0 -38
- package/forms/lib/elements/range-select-date/range-select-date.interface.d.ts +0 -5
- package/forms/lib/elements/range-select-filesize/range-select-filesize.component.d.ts +0 -33
- package/forms/lib/elements/range-select-filesize/range-select-filesize.interface.d.ts +0 -5
- package/forms/lib/elements/string/string.component.d.ts +0 -100
- package/forms/lib/forms.module.d.ts +0 -17
- package/forms/lib/forms.utils.d.ts +0 -4
- package/icons/lib/icon.component.d.ts +0 -24
- package/icons/lib/icon.service.d.ts +0 -39
- package/icons/lib/icons.d.ts +0 -1
- package/icons/lib/object-type-icon/object-type-icon.component.d.ts +0 -11
- package/lib/config/halo-focus-defaults/halo-excluded-elements.const.d.ts +0 -26
- package/lib/config/halo-focus-defaults/halo-focus-navigation-keys.const.d.ts +0 -25
- package/lib/config/halo-focus-defaults/halo-focus-offset.const.d.ts +0 -25
- package/lib/config/halo-focus-defaults/halo-focus-styles.const.d.ts +0 -26
- package/lib/config/halo-focus-defaults/index.d.ts +0 -4
- package/lib/config/index.d.ts +0 -2
- package/lib/config/session/index.d.ts +0 -3
- package/lib/config/session/session-activity-window-before-end.const.d.ts +0 -43
- package/lib/config/session/session-default-duration.const.d.ts +0 -47
- package/lib/config/session/session-popup-before-end.const.d.ts +0 -47
- package/lib/enums/channel-message.enum.d.ts +0 -4
- package/lib/enums/index.d.ts +0 -1
- package/lib/models/halo-focus-config/halo-focus-config.model.d.ts +0 -48
- package/lib/models/halo-focus-config/index.d.ts +0 -1
- package/lib/models/index.d.ts +0 -3
- package/lib/models/session/channel-payload.model.d.ts +0 -5
- package/lib/models/session/index.d.ts +0 -1
- package/lib/models/snack-bar/index.d.ts +0 -3
- package/lib/models/snack-bar/snack-bar-data.model.d.ts +0 -6
- package/lib/models/snack-bar/snack-bar-level.model.d.ts +0 -1
- package/lib/models/snack-bar/snack-bar-options.model.d.ts +0 -9
- package/lib/providers/halo-focus/index.d.ts +0 -1
- package/lib/providers/halo-focus/provide-halo-focus.d.ts +0 -62
- package/lib/providers/index.d.ts +0 -2
- package/lib/providers/session/index.d.ts +0 -1
- package/lib/providers/session/provide-session.provider.d.ts +0 -43
- package/lib/services/halo-focus/halo-focus.service.d.ts +0 -95
- package/lib/services/halo-utility/halo-utility.service.d.ts +0 -245
- package/lib/services/index.d.ts +0 -4
- package/lib/services/session/session.service.d.ts +0 -113
- package/lib/services/snack-bar/snack-bar.service.d.ts +0 -22
- package/lib/yuuvis-client-framework.module.d.ts +0 -7
- package/list/lib/list-item.directive.d.ts +0 -40
- package/list/lib/list-tile/list-tile.component.d.ts +0 -14
- package/list/lib/list.component.d.ts +0 -320
- package/list/lib/list.module.d.ts +0 -9
- package/master-details/lib/master-details.component.d.ts +0 -52
- package/master-details/lib/master-details.interface.d.ts +0 -7
- package/master-details/lib/master-details.module.d.ts +0 -7
- package/metadata-form/lib/metadata-form-element-registry.service.d.ts +0 -60
- package/metadata-form/lib/metadata-form-field/metadata-form-field.component.d.ts +0 -25
- package/metadata-form/lib/metadata-form-field/metadata-form-field.interface.d.ts +0 -19
- package/metadata-form/lib/object-metadata-element-error.directive.d.ts +0 -17
- package/metadata-form/lib/object-metadata-element-label.directive.d.ts +0 -29
- package/metadata-form/lib/object-metadata-element-template.directive.d.ts +0 -45
- package/metadata-form-defaults/lib/metadata-default-templates/metadata-default-templates.component.d.ts +0 -5
- package/metadata-form-defaults/lib/metadata-form-defaults.module.d.ts +0 -7
- package/object-details/lib/object-audit/object-audit.component.d.ts +0 -49
- package/object-details/lib/object-details-header/object-details-header.component.d.ts +0 -43
- package/object-details/lib/object-details-shell/object-details-shell.component.d.ts +0 -34
- package/object-details/lib/object-details-shell/object-details-shell.service.d.ts +0 -14
- package/object-details/lib/object-details.component.d.ts +0 -47
- package/object-details/lib/object-details.module.d.ts +0 -12
- package/object-details/lib/object-metadata/form-section-group.pipe.d.ts +0 -8
- package/object-details/lib/object-metadata/object-metadata-section/object-metadata-section.component.d.ts +0 -19
- package/object-details/lib/object-metadata/object-metadata-section/object-metadata-section.interface.d.ts +0 -9
- package/object-details/lib/object-metadata/object-metadata.component.d.ts +0 -75
- package/object-details/lib/object-metadata/object-metadata.interface.d.ts +0 -26
- package/object-flavor/lib/abstract-apply-create-flavor/abstract-apply-create-flavor.component.d.ts +0 -11
- package/object-flavor/lib/abstract-apply-object-flavor/abstract-apply-object-flavor.component.d.ts +0 -13
- package/object-flavor/lib/default-apply-flavor/default-apply-flavor.component.d.ts +0 -19
- package/object-flavor/lib/flavor-chip/flavor-chip.component.d.ts +0 -13
- package/object-flavor/lib/object-flavor/object-flavor.component.d.ts +0 -23
- package/object-flavor/lib/object-flavor-picker/object-flavor-picker.component.d.ts +0 -10
- package/object-form/lib/form-scripting.api.interface.d.ts +0 -131
- package/object-form/lib/form-scripting.service.d.ts +0 -30
- package/object-form/lib/object-form-element/object-form-element.component.d.ts +0 -23
- package/object-form/lib/object-form-extension.interface.d.ts +0 -22
- package/object-form/lib/object-form-group/object-form-group.component.d.ts +0 -20
- package/object-form/lib/object-form-script/form-scripting-element-extension/form-scripting-element-extension.component.d.ts +0 -10
- package/object-form/lib/object-form-script/object-form-script.service.d.ts +0 -45
- package/object-form/lib/object-form-script/object-form-scripting-scope.d.ts +0 -50
- package/object-form/lib/object-form.component.d.ts +0 -61
- package/object-form/lib/object-form.interface.d.ts +0 -69
- package/object-form/lib/object-form.module.d.ts +0 -7
- package/object-form/lib/object-form.service.d.ts +0 -41
- package/object-form/lib/object-form.utils.d.ts +0 -20
- package/object-form/lib/object-form.validation.d.ts +0 -21
- package/object-preview/lib/components/index.d.ts +0 -2
- package/object-preview/lib/components/object-email-preview/object-email-preview.component.d.ts +0 -16
- package/object-preview/lib/components/object-preview/object-preview.component.d.ts +0 -24
- package/object-preview/lib/services/object-preview.service.d.ts +0 -40
- package/object-relationship/lib/actions/add-relationship/add-relationship.component.d.ts +0 -37
- package/object-relationship/lib/actions/relationship-target-search/relationship-target-search.component.d.ts +0 -36
- package/object-relationship/lib/node-summary/node-summary.component.d.ts +0 -26
- package/object-relationship/lib/object-relationship-graph/object-relationship-graph.component.d.ts +0 -30
- package/object-relationship/lib/object-relationship-list/object-relationship-list-item/object-relationship-list-item.component.d.ts +0 -14
- package/object-relationship/lib/object-relationship-list/object-relationship-list.component.d.ts +0 -13
- package/object-relationship/lib/object-relationship.component.d.ts +0 -28
- package/object-relationship/lib/object-relationship.const.d.ts +0 -10
- package/object-relationship/lib/object-relationship.interface.d.ts +0 -38
- package/object-relationship/lib/object-relationship.module.d.ts +0 -7
- package/object-relationship/lib/object-relationship.service.d.ts +0 -26
- package/object-summary/lib/multi-object-summary/multi-object-summary.component.d.ts +0 -7
- package/object-summary/lib/object-summary/object-summary.component.d.ts +0 -64
- package/object-summary/lib/object-summary-data/object-summary-data.component.d.ts +0 -28
- package/object-summary/lib/object-summary.module.d.ts +0 -9
- package/object-versions/lib/object-versions.component.d.ts +0 -34
- package/object-versions/lib/object-versions.module.d.ts +0 -7
- package/overflow-hidden/lib/overflow-hidden.component.d.ts +0 -19
- package/overflow-hidden/lib/overflow-hidden.module.d.ts +0 -7
- package/overflow-menu/lib/overflow-menu.component.d.ts +0 -33
- package/overflow-menu/lib/overflow-menu.interface.d.ts +0 -10
- package/overflow-menu/lib/overflow-menu.module.d.ts +0 -7
- package/pagination/lib/pagination.component.d.ts +0 -21
- package/pagination/lib/pagination.interface.d.ts +0 -5
- package/popout/lib/fullscreen.directive.d.ts +0 -4
- package/popout/lib/popout-trigger/popout-trigger.component.d.ts +0 -13
- package/popout/lib/popout.component.d.ts +0 -59
- package/popout/lib/popout.interface.d.ts +0 -24
- package/popout/lib/popout.module.d.ts +0 -9
- package/query-list/lib/query-list.component.d.ts +0 -488
- package/query-list/lib/query-list.module.d.ts +0 -7
- package/renderer/lib/property-renderer/abstract.renderer.d.ts +0 -14
- package/renderer/lib/property-renderer/boolean.renderer.component.d.ts +0 -6
- package/renderer/lib/property-renderer/datetime.renderer.d.ts +0 -6
- package/renderer/lib/property-renderer/decimal.renderer.component.d.ts +0 -6
- package/renderer/lib/property-renderer/filesize.renderer.component.d.ts +0 -7
- package/renderer/lib/property-renderer/icon.renderer.component.d.ts +0 -8
- package/renderer/lib/property-renderer/index.d.ts +0 -11
- package/renderer/lib/property-renderer/integer.renderer.component.d.ts +0 -6
- package/renderer/lib/property-renderer/organization.renderer.d.ts +0 -13
- package/renderer/lib/property-renderer/string.renderer.component.d.ts +0 -6
- package/renderer/lib/property-renderer/table.renderer.component.d.ts +0 -17
- package/renderer/lib/property-renderer/unknown.renderer.d.ts +0 -6
- package/renderer/lib/renderer.directive.d.ts +0 -13
- package/renderer/lib/services/renderer/renderer.interface.d.ts +0 -4
- package/renderer/lib/services/renderer/renderer.service.d.ts +0 -35
- package/sequence-list/lib/sequence-list.component.d.ts +0 -40
- package/sequence-list/lib/sequence-list.interface.d.ts +0 -17
- package/simple-search/lib/models/index.d.ts +0 -1
- package/simple-search/lib/models/object-type-aggregation.model.d.ts +0 -14
- package/simple-search/lib/simple-search/simple-search.component.d.ts +0 -40
- package/sort/lib/sort/models/index.d.ts +0 -1
- package/sort/lib/sort/models/sort.interface.d.ts +0 -7
- package/sort/lib/sort/sort.component.d.ts +0 -25
- package/split-view/lib/split-area-cover.directive.d.ts +0 -15
- package/split-view/lib/split-area.directive.d.ts +0 -21
- package/split-view/lib/split-view.component.d.ts +0 -159
- package/split-view/lib/split-view.interface.d.ts +0 -11
- package/split-view/lib/split-view.module.d.ts +0 -8
- package/tile-list/lib/tile-actions-menu/tile-actions-menu.component.d.ts +0 -11
- package/tile-list/lib/tile-config/action-select/action-select.component.d.ts +0 -13
- package/tile-list/lib/tile-config/icon-select/icon-select.component.d.ts +0 -11
- package/tile-list/lib/tile-config/property-select/property-select.component.d.ts +0 -26
- package/tile-list/lib/tile-config/tile-config-tile/tile-config-tile.component.d.ts +0 -20
- package/tile-list/lib/tile-config/tile-config-trigger/tile-config-trigger.component.d.ts +0 -17
- package/tile-list/lib/tile-config/tile-config.component.d.ts +0 -48
- package/tile-list/lib/tile-extension/directive/tile-extension.directive.d.ts +0 -11
- package/tile-list/lib/tile-extension/extensions/email.extension.d.ts +0 -10
- package/tile-list/lib/tile-extension/tile-extension.service.d.ts +0 -16
- package/tile-list/lib/tile-list/tile-list.component.d.ts +0 -637
- package/tile-list/lib/tile-list/tile-list.interface.d.ts +0 -18
- package/token-search/lib/token-search.component.d.ts +0 -35
- package/token-search/lib/token-search.interface.d.ts +0 -27
- package/token-search/lib/token-search.module.d.ts +0 -7
- package/tree/lib/tree-node/tree-node.component.d.ts +0 -21
- package/tree/lib/tree.component.d.ts +0 -53
- package/tree/lib/tree.interface.d.ts +0 -11
- package/tree/lib/tree.service.d.ts +0 -35
- package/upload-progress/lib/upload-progress/upload-progress-overlay/upload-progress-overlay.component.d.ts +0 -12
- package/upload-progress/lib/upload-progress/upload-progress.component.d.ts +0 -33
- package/upload-progress/lib/upload-progress/upload-progress.module.d.ts +0 -7
- package/widget-grid/lib/widget-grid-event.service.d.ts +0 -10
- package/widget-grid/lib/widget-grid-registry.service.d.ts +0 -81
- package/widget-grid/lib/widget-grid-workspaces/widget-grid-workspaces.component.d.ts +0 -53
- package/widget-grid/lib/widget-grid-workspaces/widget-grid-workspaces.interface.d.ts +0 -17
- package/widget-grid/lib/widget-grid-workspaces/workspace-edit/workspace-edit.component.d.ts +0 -10
- package/widget-grid/lib/widget-grid.component.d.ts +0 -52
- package/widget-grid/lib/widget-grid.interface.d.ts +0 -51
- package/widget-grid/lib/widget-grid.module.d.ts +0 -8
- package/widget-grid/lib/widget-grid.service.d.ts +0 -45
- package/widget-grid/lib/widget-grid.utils.d.ts +0 -18
- package/widget-grid/lib/widget-picker/widget-picker.component.d.ts +0 -38
- package/widget-grid/lib/widgets/noop/noop.component.d.ts +0 -7
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { DmsObject, Relationship } from '@yuuvis/client-core';
|
|
3
|
-
import { RelationshipComponentConfig } from './object-relationship.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ObjectRelationshipComponent {
|
|
6
|
-
#private;
|
|
7
|
-
/**
|
|
8
|
-
* Display mode for the relationship view.
|
|
9
|
-
*/
|
|
10
|
-
mode: import("@angular/core").ModelSignal<"list" | "graph">;
|
|
11
|
-
empty: import("@angular/core").Signal<boolean | undefined>;
|
|
12
|
-
/**
|
|
13
|
-
* ID of the object to display relations for.
|
|
14
|
-
*/
|
|
15
|
-
objectId: import("@angular/core").InputSignal<string>;
|
|
16
|
-
/**
|
|
17
|
-
* Configuration for the relations component.
|
|
18
|
-
*/
|
|
19
|
-
config: import("@angular/core").InputSignal<RelationshipComponentConfig>;
|
|
20
|
-
originObject: import("@angular/core").WritableSignal<DmsObject | null>;
|
|
21
|
-
supportedRelationships: import("@angular/core").Signal<Relationship[]>;
|
|
22
|
-
busy: import("@angular/core").WritableSignal<boolean>;
|
|
23
|
-
relationActions: import("@angular/core").InputSignal<TemplateRef<any> | null>;
|
|
24
|
-
toggleMode(): void;
|
|
25
|
-
addRelationship(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectRelationshipComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectRelationshipComponent, "yuv-object-relationship", never, { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "objectId": { "alias": "objectId"; "required": true; "isSignal": true; }; "config": { "alias": "config"; "required": true; "isSignal": true; }; "relationActions": { "alias": "relationActions"; "required": false; "isSignal": true; }; }, { "mode": "modeChange"; }, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Edge, Font, Node } from 'vis-network/standalone';
|
|
2
|
-
export declare const ROOT_NODE_SETTINGS: Partial<Node>;
|
|
3
|
-
export declare const ROOT_NODE_FONT_SETTINGS: Font;
|
|
4
|
-
export declare const NODE_SETTINGS: Partial<Node>;
|
|
5
|
-
export declare const NODE_FONT_SETTINGS: Font;
|
|
6
|
-
export declare const EDGE_SETTINGS: Partial<Edge>;
|
|
7
|
-
export declare const EDGE_FONT_SETTINGS: Font;
|
|
8
|
-
export declare const ADD_RELATIONSHIP_DIALOG_OPTIONS: {
|
|
9
|
-
maxWidth: string;
|
|
10
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { SearchResult } from '@yuuvis/client-core';
|
|
2
|
-
import { Node } from 'vis-network/standalone';
|
|
3
|
-
export interface RelationshipComponentInput {
|
|
4
|
-
originId: string;
|
|
5
|
-
relations: SearchResult;
|
|
6
|
-
objects: SearchResult;
|
|
7
|
-
}
|
|
8
|
-
export interface RelationshipNode extends Node {
|
|
9
|
-
objectType: string;
|
|
10
|
-
}
|
|
11
|
-
export interface RelationshipComponentConfig {
|
|
12
|
-
rootNode: RelationshipComponentConfigNode;
|
|
13
|
-
nodes: RelationshipComponentConfigNode[];
|
|
14
|
-
}
|
|
15
|
-
export interface RelationshipComponentConfigNode {
|
|
16
|
-
objectType: string;
|
|
17
|
-
labelField: string;
|
|
18
|
-
descriptionField?: string;
|
|
19
|
-
icon?: string;
|
|
20
|
-
summaryFields?: string[];
|
|
21
|
-
objectLink?: string;
|
|
22
|
-
}
|
|
23
|
-
export interface ObjectLink {
|
|
24
|
-
id: string;
|
|
25
|
-
type: {
|
|
26
|
-
id: string;
|
|
27
|
-
label: string;
|
|
28
|
-
};
|
|
29
|
-
source: ObjectLinkNode;
|
|
30
|
-
target: ObjectLinkNode;
|
|
31
|
-
}
|
|
32
|
-
export interface ObjectLinkNode {
|
|
33
|
-
id: string;
|
|
34
|
-
label: string;
|
|
35
|
-
description?: string;
|
|
36
|
-
icon?: string;
|
|
37
|
-
objectLink?: string;
|
|
38
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./object-relationship.component";
|
|
3
|
-
export declare class YuvObjectRelationshipModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvObjectRelationshipModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvObjectRelationshipModule, never, [typeof i1.ObjectRelationshipComponent], [typeof i1.ObjectRelationshipComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvObjectRelationshipModule>;
|
|
7
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { DmsObject, SearchResult } from '@yuuvis/client-core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { RelationshipComponentInput } from './object-relationship.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ObjectRelationshipService {
|
|
6
|
-
#private;
|
|
7
|
-
private translate;
|
|
8
|
-
objectId: import("@angular/core").WritableSignal<string | undefined>;
|
|
9
|
-
relations: import("@angular/core").WritableSignal<RelationshipComponentInput | undefined>;
|
|
10
|
-
busy: import("@angular/core").WritableSignal<boolean>;
|
|
11
|
-
object: import("@angular/core").WritableSignal<DmsObject | null>;
|
|
12
|
-
constructor();
|
|
13
|
-
fetchRelations(originId: string): Observable<{
|
|
14
|
-
originId: string;
|
|
15
|
-
relations: SearchResult;
|
|
16
|
-
objects: SearchResult;
|
|
17
|
-
}>;
|
|
18
|
-
/**
|
|
19
|
-
* Deletes a relationship by its ID. Will ask for confirmation before deletion.
|
|
20
|
-
* @param relationId ID of the relationship to delete
|
|
21
|
-
* @param reloadResource Whether to reload the resource after deletion
|
|
22
|
-
*/
|
|
23
|
-
deleteRelationship(relationId: string, reloadResource: boolean): Observable<boolean>;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectRelationshipService, never>;
|
|
25
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ObjectRelationshipService>;
|
|
26
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class MultiObjectSummaryComponent {
|
|
3
|
-
icon: import("@angular/core").WritableSignal<string>;
|
|
4
|
-
headline: import("@angular/core").InputSignal<string>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MultiObjectSummaryComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MultiObjectSummaryComponent, "yuv-multi-object-summary", never, { "headline": { "alias": "headline"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { ConfigTypeOption, DmsObject } from '@yuuvis/client-core';
|
|
2
|
-
import { ObjectFlavorComponent } from '@yuuvis/client-framework/object-flavor';
|
|
3
|
-
import { OverflowMenuItem } from '@yuuvis/client-framework/overflow-menu';
|
|
4
|
-
import { RendererDirectiveInput } from '@yuuvis/client-framework/renderer';
|
|
5
|
-
import { ObjectFlavor } from '@yuuvis/client-shell-core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@yuuvis/client-framework/common";
|
|
8
|
-
/**
|
|
9
|
-
* Component showing a summary of the given dms object.
|
|
10
|
-
*/
|
|
11
|
-
export declare class ObjectSummaryComponent {
|
|
12
|
-
#private;
|
|
13
|
-
private readonly translate;
|
|
14
|
-
flavorCmp: import("@angular/core").Signal<ObjectFlavorComponent | undefined>;
|
|
15
|
-
slide: import("@angular/core").WritableSignal<{
|
|
16
|
-
icon?: {
|
|
17
|
-
name?: string;
|
|
18
|
-
title?: string;
|
|
19
|
-
};
|
|
20
|
-
uri?: string;
|
|
21
|
-
loading: boolean;
|
|
22
|
-
orientation?: "portrait" | "landscape";
|
|
23
|
-
}>;
|
|
24
|
-
busy: boolean;
|
|
25
|
-
contextError?: string;
|
|
26
|
-
headerData: import("@angular/core").WritableSignal<{
|
|
27
|
-
icon?: {
|
|
28
|
-
name?: string;
|
|
29
|
-
title?: string;
|
|
30
|
-
};
|
|
31
|
-
title?: string;
|
|
32
|
-
description?: string;
|
|
33
|
-
} | undefined>;
|
|
34
|
-
baseData: {
|
|
35
|
-
label: string;
|
|
36
|
-
value: RendererDirectiveInput;
|
|
37
|
-
}[];
|
|
38
|
-
flavors: ObjectFlavor[];
|
|
39
|
-
icons: {
|
|
40
|
-
folder: any;
|
|
41
|
-
};
|
|
42
|
-
actions: import("@angular/core").InputSignal<OverflowMenuItem[]>;
|
|
43
|
-
folderInfo?: {
|
|
44
|
-
size: number;
|
|
45
|
-
entries: {
|
|
46
|
-
key: string;
|
|
47
|
-
count: number;
|
|
48
|
-
}[];
|
|
49
|
-
};
|
|
50
|
-
/**
|
|
51
|
-
* DmsObject to show the details for.
|
|
52
|
-
*/
|
|
53
|
-
dmsObject: import("@angular/core").WritableSignal<DmsObject | undefined>;
|
|
54
|
-
dmsObjectInput: import("@angular/core").InputSignal<DmsObject | undefined>;
|
|
55
|
-
/**
|
|
56
|
-
* ID of a DmsObject. The object will be fetched from the backend upfront.
|
|
57
|
-
*/
|
|
58
|
-
objectId: import("@angular/core").InputSignal<string | null | undefined>;
|
|
59
|
-
configType: import("@angular/core").InputSignal<ConfigTypeOption | undefined>;
|
|
60
|
-
constructor();
|
|
61
|
-
onFlavorSelect(flavor: ObjectFlavor | undefined): void;
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectSummaryComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectSummaryComponent, "yuv-object-summary", never, { "actions": { "alias": "actions"; "required": false; "isSignal": true; }; "dmsObjectInput": { "alias": "dmsObject"; "required": false; "isSignal": true; }; "objectId": { "alias": "objectId"; "required": false; "isSignal": true; }; "configType": { "alias": "configType"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.BusyOverlayDirective; inputs: { "yuvBusyOverlay": "busy"; }; outputs: {}; }]>;
|
|
64
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { DmsObject, TranslateService } from '@yuuvis/client-core';
|
|
2
|
-
import { RendererDirectiveInput } from '@yuuvis/client-framework/renderer';
|
|
3
|
-
import { ObjectFlavor } from '@yuuvis/client-shell-core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ObjectSummaryDataComponent {
|
|
6
|
-
#private;
|
|
7
|
-
readonly translate: TranslateService;
|
|
8
|
-
dmsObject: import("@angular/core").InputSignal<DmsObject>;
|
|
9
|
-
baseData: import("@angular/core").WritableSignal<any[]>;
|
|
10
|
-
flavorData: import("@angular/core").WritableSignal<{
|
|
11
|
-
label: string;
|
|
12
|
-
properties: {
|
|
13
|
-
label: string;
|
|
14
|
-
value: RendererDirectiveInput;
|
|
15
|
-
propertyType?: string;
|
|
16
|
-
}[];
|
|
17
|
-
}[]>;
|
|
18
|
-
/**
|
|
19
|
-
* IDs of flavors to show. If `showAppliedFlavors` is true, all the applied flavors will be shown.
|
|
20
|
-
*/
|
|
21
|
-
flavors: import("@angular/core").InputSignal<ObjectFlavor[] | undefined>;
|
|
22
|
-
/**
|
|
23
|
-
* Whether to identify and show all applied flavors of the object.
|
|
24
|
-
*/
|
|
25
|
-
showAppliedFlavors: import("@angular/core").InputSignal<boolean | undefined>;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectSummaryDataComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectSummaryDataComponent, "yuv-object-summary-data", never, { "dmsObject": { "alias": "dmsObject"; "required": true; "isSignal": true; }; "flavors": { "alias": "flavors"; "required": false; "isSignal": true; }; "showAppliedFlavors": { "alias": "showAppliedFlavors"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
28
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./object-summary/object-summary.component";
|
|
3
|
-
import * as i2 from "./multi-object-summary/multi-object-summary.component";
|
|
4
|
-
import * as i3 from "./object-summary-data/object-summary-data.component";
|
|
5
|
-
export declare class YuvObjectSummaryModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvObjectSummaryModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvObjectSummaryModule, never, [typeof i1.ObjectSummaryComponent, typeof i2.MultiObjectSummaryComponent, typeof i3.ObjectSummaryDataComponent], [typeof i1.ObjectSummaryComponent, typeof i2.MultiObjectSummaryComponent, typeof i3.ObjectSummaryDataComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvObjectSummaryModule>;
|
|
9
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { DmsObject, VirtualObjectType } from '@yuuvis/client-core';
|
|
2
|
-
import { ListComponent } from '@yuuvis/client-framework/list';
|
|
3
|
-
import { Metadata } from '@yuuvis/media-viewer';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ObjectVersionsComponent {
|
|
6
|
-
#private;
|
|
7
|
-
private translate;
|
|
8
|
-
versionList: import("@angular/core").Signal<ListComponent | undefined>;
|
|
9
|
-
dmsObject: import("@angular/core").InputSignal<DmsObject>;
|
|
10
|
-
/**
|
|
11
|
-
* Object type to use for retrieving header data
|
|
12
|
-
*/
|
|
13
|
-
type: import("@angular/core").InputSignal<VirtualObjectType>;
|
|
14
|
-
/**
|
|
15
|
-
* If the object config for the given type has been stored in a certain bucket, this
|
|
16
|
-
* bucket can be provided here. If no bucket is set, the config will be retrieved
|
|
17
|
-
* from the main object config
|
|
18
|
-
*/
|
|
19
|
-
objectConfigBucket: import("@angular/core").InputSignal<string | undefined>;
|
|
20
|
-
objectRestored: import("@angular/core").OutputEmitterRef<number>;
|
|
21
|
-
splitGutterSize: number;
|
|
22
|
-
busy: import("@angular/core").WritableSignal<boolean>;
|
|
23
|
-
versions: import("@angular/core").WritableSignal<DmsObject[]>;
|
|
24
|
-
selectedVersion: import("@angular/core").WritableSignal<DmsObject | undefined>;
|
|
25
|
-
error: import("@angular/core").WritableSignal<string | undefined>;
|
|
26
|
-
selectedIndex: import("@angular/core").WritableSignal<number | null>;
|
|
27
|
-
isCurrentVersion: import("@angular/core").Signal<boolean>;
|
|
28
|
-
metadata: Partial<Metadata>;
|
|
29
|
-
itemSelected(selectedIndex: number[]): void;
|
|
30
|
-
downloadCurrentVersion(): void;
|
|
31
|
-
restoreCurrentVersion(): void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectVersionsComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectVersionsComponent, "yuv-object-versions", never, { "dmsObject": { "alias": "dmsObject"; "required": true; "isSignal": true; }; "type": { "alias": "type"; "required": true; "isSignal": true; }; "objectConfigBucket": { "alias": "objectConfigBucket"; "required": false; "isSignal": true; }; }, { "objectRestored": "objectRestored"; }, never, never, true, never>;
|
|
34
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./object-versions.component";
|
|
3
|
-
export declare class YuvObjectVersionsModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvObjectVersionsModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvObjectVersionsModule, never, [typeof i1.ObjectVersionsComponent], [typeof i1.ObjectVersionsComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvObjectVersionsModule>;
|
|
7
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy, TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* This component is designed to switch the rendered content when it is overflowing due to
|
|
5
|
-
* resizing. If there is enough available space you can render the 'real' component. If there
|
|
6
|
-
* is not enough space to render the whole component anymore (it would overflow) another component
|
|
7
|
-
* can take it's place. If you do not specify that replace-component, the component will just
|
|
8
|
-
* disappear and make room for other more important components.
|
|
9
|
-
*/
|
|
10
|
-
export declare class OverflowHiddenComponent implements AfterViewInit, OnDestroy {
|
|
11
|
-
#private;
|
|
12
|
-
defaultSlot: import("@angular/core").Signal<TemplateRef<any>>;
|
|
13
|
-
overflowSlot: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
14
|
-
overflow: import("@angular/core").WritableSignal<boolean>;
|
|
15
|
-
ngAfterViewInit(): void;
|
|
16
|
-
ngOnDestroy(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowHiddenComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OverflowHiddenComponent, "yuv-overflow-hidden", never, {}, {}, ["defaultSlot", "overflowSlot"], never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./overflow-hidden.component";
|
|
3
|
-
export declare class YuvOverflowHiddenModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvOverflowHiddenModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvOverflowHiddenModule, never, [typeof i1.OverflowHiddenComponent], [typeof i1.OverflowHiddenComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvOverflowHiddenModule>;
|
|
7
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
2
|
-
import { OverflowMenuItem } from './overflow-menu.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
type __MenuItem = OverflowMenuItem & {
|
|
5
|
-
overflow: boolean;
|
|
6
|
-
};
|
|
7
|
-
interface MenuGroup {
|
|
8
|
-
id: string;
|
|
9
|
-
items: __MenuItem[];
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Renders items in a toolbar. If menu items provide a 'group' property they will
|
|
13
|
-
* be organized in sections.
|
|
14
|
-
*/
|
|
15
|
-
export declare class OverflowMenuComponent implements AfterViewInit, OnDestroy {
|
|
16
|
-
#private;
|
|
17
|
-
overflowIcon: import("@angular/core").InputSignal<string>;
|
|
18
|
-
groupLabels: import("@angular/core").InputSignal<Record<string, string> | undefined>;
|
|
19
|
-
/**
|
|
20
|
-
* Items of the menu
|
|
21
|
-
*/
|
|
22
|
-
menuItems: import("@angular/core").InputSignal<OverflowMenuItem[]>;
|
|
23
|
-
vertical: import("@angular/core").InputSignal<boolean>;
|
|
24
|
-
__menuGroups: import("@angular/core").Signal<MenuGroup[]>;
|
|
25
|
-
private __menuItems;
|
|
26
|
-
overflowGroups: import("@angular/core").WritableSignal<MenuGroup[]>;
|
|
27
|
-
activeStyles: {};
|
|
28
|
-
ngAfterViewInit(): void;
|
|
29
|
-
ngOnDestroy(): void;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverflowMenuComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OverflowMenuComponent, "yuv-overflow-menu", never, { "overflowIcon": { "alias": "overflowIcon"; "required": false; "isSignal": true; }; "groupLabels": { "alias": "groupLabels"; "required": false; "isSignal": true; }; "menuItems": { "alias": "menuItems"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
32
|
-
}
|
|
33
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./overflow-menu.component";
|
|
3
|
-
export declare class YuvOverflowMenuModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvOverflowMenuModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvOverflowMenuModule, never, [typeof i1.OverflowMenuComponent], [typeof i1.OverflowMenuComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvOverflowMenuModule>;
|
|
7
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Pagination } from './pagination.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated
|
|
5
|
-
*/
|
|
6
|
-
export declare class PaginationComponent {
|
|
7
|
-
#private;
|
|
8
|
-
pagination: import("@angular/core").InputSignal<Pagination>;
|
|
9
|
-
pageChange: import("@angular/core").OutputEmitterRef<number>;
|
|
10
|
-
pagingForm: import("@angular/forms").FormGroup<{
|
|
11
|
-
page: import("@angular/forms").FormControl<string | null>;
|
|
12
|
-
}>;
|
|
13
|
-
readonly icons: {
|
|
14
|
-
arrowNext: any;
|
|
15
|
-
arrowLast: any;
|
|
16
|
-
};
|
|
17
|
-
onPagingFormSubmit(): void;
|
|
18
|
-
onInputBlur(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "yuv-pagination", never, { "pagination": { "alias": "pagination"; "required": true; "isSignal": true; }; }, { "pageChange": "pageChange"; }, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { PopoutComponent } from '../popout.component';
|
|
2
|
-
import { PopoutTriggerConfig } from '../popout.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PopoutTriggerComponent {
|
|
5
|
-
private translate;
|
|
6
|
-
config: import("@angular/core").InputSignal<PopoutTriggerConfig | undefined>;
|
|
7
|
-
popout: import("@angular/core").InputSignal<PopoutComponent | undefined>;
|
|
8
|
-
icon: import("@angular/core").Signal<string>;
|
|
9
|
-
tooltip: import("@angular/core").Signal<any>;
|
|
10
|
-
trigger(e: MouseEvent): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PopoutTriggerComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoutTriggerComponent, "yuv-popout-trigger", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "popout": { "alias": "popout"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { PopoutTriggerPosition, PopoutWindowConfig } from './popout.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Component that enables the wrapped content to be 'popped out' as new window.
|
|
6
|
-
* It will place a button (icon) to trigger popout on top of the wrapped content. You
|
|
7
|
-
* can place this trigger element setting the 'triggerPosition' input.
|
|
8
|
-
*
|
|
9
|
-
* Providing a 'popoutWindowConfig' will also enable you to influence the appearance of
|
|
10
|
-
* the spawned window.
|
|
11
|
-
*
|
|
12
|
-
*/
|
|
13
|
-
export declare class PopoutComponent implements OnDestroy {
|
|
14
|
-
#private;
|
|
15
|
-
beforeunloadHandler(): void;
|
|
16
|
-
innerWrapper: import("@angular/core").Signal<ElementRef<any>>;
|
|
17
|
-
popoutWrapper: import("@angular/core").Signal<ElementRef<any>>;
|
|
18
|
-
/**
|
|
19
|
-
* Where the popout trigger should be located on the component
|
|
20
|
-
*/
|
|
21
|
-
triggerPosition: import("@angular/core").InputSignal<PopoutTriggerPosition>;
|
|
22
|
-
/**
|
|
23
|
-
* Icon to be redered inside the trigger
|
|
24
|
-
*/
|
|
25
|
-
triggerIcon: import("@angular/core").InputSignal<string>;
|
|
26
|
-
/**
|
|
27
|
-
* Tooltip text for the trigger button
|
|
28
|
-
*/
|
|
29
|
-
triggerTooltip: import("@angular/core").InputSignal<string | undefined>;
|
|
30
|
-
/**
|
|
31
|
-
* configuration of the popped out window
|
|
32
|
-
*/
|
|
33
|
-
popoutWindowConfig: import("@angular/core").InputSignal<PopoutWindowConfig | undefined>;
|
|
34
|
-
/**
|
|
35
|
-
* Whether or not to disable the undock feature
|
|
36
|
-
*/
|
|
37
|
-
disabled: import("@angular/core").InputSignal<boolean | undefined>;
|
|
38
|
-
/**
|
|
39
|
-
* Emitted when the child component is popped out
|
|
40
|
-
*/
|
|
41
|
-
popOut: import("@angular/core").OutputEmitterRef<boolean>;
|
|
42
|
-
/**
|
|
43
|
-
* Emitted when the child component is popped in again
|
|
44
|
-
*/
|
|
45
|
-
popIn: import("@angular/core").OutputEmitterRef<boolean>;
|
|
46
|
-
poppedOut: import("@angular/core").Signal<boolean>;
|
|
47
|
-
get isPoppedOut(): boolean;
|
|
48
|
-
pop(e: MouseEvent): void;
|
|
49
|
-
private _popIn;
|
|
50
|
-
private _popOut;
|
|
51
|
-
private _createPopoutWindow;
|
|
52
|
-
private _getWindowPositioning;
|
|
53
|
-
private _close;
|
|
54
|
-
private _cloneStylesToPopoutWindow;
|
|
55
|
-
private _observeFutureStyleChanges;
|
|
56
|
-
ngOnDestroy(): void;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PopoutComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoutComponent, "yuv-popout", ["yuvPopout"], { "triggerPosition": { "alias": "triggerPosition"; "required": false; "isSignal": true; }; "triggerIcon": { "alias": "triggerIcon"; "required": false; "isSignal": true; }; "triggerTooltip": { "alias": "triggerTooltip"; "required": false; "isSignal": true; }; "popoutWindowConfig": { "alias": "popoutWindowConfig"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "popOut": "popOut"; "popIn": "popIn"; }, never, ["*"], true, never>;
|
|
59
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export declare enum PopoutTriggerPosition {
|
|
2
|
-
TOP_LEFT = "tl",
|
|
3
|
-
TOP_RIGHT = "tr",
|
|
4
|
-
BOTTOM_LEFT = "bl",
|
|
5
|
-
BOTTOM_RIGHT = "br",
|
|
6
|
-
NONE = "none"
|
|
7
|
-
}
|
|
8
|
-
export interface PopoutTriggerConfig {
|
|
9
|
-
popoutIcon?: string;
|
|
10
|
-
popinIcon?: string;
|
|
11
|
-
popoutTooltip?: string;
|
|
12
|
-
popinTooltip?: string;
|
|
13
|
-
}
|
|
14
|
-
export interface PopoutWindowConfig {
|
|
15
|
-
title?: string;
|
|
16
|
-
position?: {
|
|
17
|
-
blockStart?: number;
|
|
18
|
-
inlineStart?: number;
|
|
19
|
-
};
|
|
20
|
-
size?: {
|
|
21
|
-
width?: number;
|
|
22
|
-
height?: number;
|
|
23
|
-
};
|
|
24
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./popout.component";
|
|
3
|
-
import * as i2 from "./popout-trigger/popout-trigger.component";
|
|
4
|
-
import * as i3 from "../../../../../../dist/libs/yuuvis/material/panes/lib/pane/fullscreen.directive";
|
|
5
|
-
export declare class YuvPopoutModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvPopoutModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvPopoutModule, never, [typeof i1.PopoutComponent, typeof i2.PopoutTriggerComponent, typeof i3.FullscreenDirective], [typeof i1.PopoutComponent, typeof i2.PopoutTriggerComponent, typeof i3.FullscreenDirective]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvPopoutModule>;
|
|
9
|
-
}
|