@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,35 +0,0 @@
|
|
|
1
|
-
import { Type } from '@angular/core';
|
|
2
|
-
import { RendererType } from '@yuuvis/client-core';
|
|
3
|
-
import { RendererComponent } from './renderer.interface';
|
|
4
|
-
import { AbstractRendererComponent } from '../../property-renderer';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Service for managing property type renderers. Renderers are components that will render certain
|
|
8
|
-
* property types.
|
|
9
|
-
*
|
|
10
|
-
* You are able to register your own renderer to overwrite an existing one or provide a custom
|
|
11
|
-
* renderer for your context.
|
|
12
|
-
*/
|
|
13
|
-
export declare class RendererService {
|
|
14
|
-
#private;
|
|
15
|
-
private system;
|
|
16
|
-
constructor();
|
|
17
|
-
getRendererByType(type: RendererType): Type<RendererComponent>;
|
|
18
|
-
getRenderer(propertyName: string, typeName?: string): Type<RendererComponent>;
|
|
19
|
-
/**
|
|
20
|
-
* Register a renderer for a particular property. Providing `typeName` will register that renderer
|
|
21
|
-
* for a certain context (use same inputs when calling `getRenderer()`).
|
|
22
|
-
* @param cmp The component to actually render the property
|
|
23
|
-
* @param propertyName property name (used for registering the renderer for a certain context)
|
|
24
|
-
* @param typeName Optional type name (used for registering the renderer for a certain context)
|
|
25
|
-
*/
|
|
26
|
-
registerRenderer(cmp: Type<AbstractRendererComponent>, propertyName: string, typeName?: string): void;
|
|
27
|
-
/**
|
|
28
|
-
*
|
|
29
|
-
* @param type The type of property this renderer is supposed to be used for
|
|
30
|
-
*/
|
|
31
|
-
registerRendererByType(type: RendererType, cmp: Type<RendererComponent>): void;
|
|
32
|
-
private _getKey;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RendererService, never>;
|
|
34
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RendererService>;
|
|
35
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { ControlValueAccessor, FormArray, FormControl, FormGroup, ValidationErrors, Validator } from '@angular/forms';
|
|
2
|
-
import { OrganizationComponent } from '@yuuvis/client-framework/forms';
|
|
3
|
-
import { SequenceItem, SequenceListAssignee } from './sequence-list.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
type SequenceFormItem = FormGroup<{
|
|
6
|
-
title: FormControl<string>;
|
|
7
|
-
nextAssignee: FormControl<SequenceListAssignee[]>;
|
|
8
|
-
expiryDatetime: FormControl<any>;
|
|
9
|
-
}>;
|
|
10
|
-
type SequenceForm = FormGroup<{
|
|
11
|
-
items: FormArray<SequenceFormItem>;
|
|
12
|
-
}>;
|
|
13
|
-
/**
|
|
14
|
-
* Task sequence list.
|
|
15
|
-
*/
|
|
16
|
-
export declare class SequenceListComponent implements ControlValueAccessor, Validator {
|
|
17
|
-
#private;
|
|
18
|
-
orgComponent: OrganizationComponent;
|
|
19
|
-
/**
|
|
20
|
-
* Maximum number of sequence items (defaults to 100).
|
|
21
|
-
*/
|
|
22
|
-
maxLength: import("@angular/core").InputSignal<number>;
|
|
23
|
-
maxLengthExceeded: import("@angular/core").WritableSignal<boolean>;
|
|
24
|
-
readonly controlCount: import("@angular/core").WritableSignal<number>;
|
|
25
|
-
sequenceForm: SequenceForm;
|
|
26
|
-
entries: SequenceItem[];
|
|
27
|
-
get formItemArray(): FormArray<SequenceFormItem>;
|
|
28
|
-
constructor();
|
|
29
|
-
addItem(): void;
|
|
30
|
-
addItemAt(idx: number): void;
|
|
31
|
-
removeItem(idx: number): void;
|
|
32
|
-
propagateChange: (_: any) => void;
|
|
33
|
-
registerOnTouched(): void;
|
|
34
|
-
writeValue(value: SequenceItem[]): void;
|
|
35
|
-
registerOnChange(fn: any): void;
|
|
36
|
-
validate(): ValidationErrors | null;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SequenceListComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SequenceListComponent, "yuv-sequence-list", never, { "maxLength": { "alias": "maxLength"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
39
|
-
}
|
|
40
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export interface SequenceItem {
|
|
2
|
-
title: string;
|
|
3
|
-
expiryDatetime?: Date;
|
|
4
|
-
nextAssignee: SequenceListAssignee[];
|
|
5
|
-
}
|
|
6
|
-
export interface SequenceListTemplate {
|
|
7
|
-
id: string;
|
|
8
|
-
name: string;
|
|
9
|
-
sequence: SequenceItem[];
|
|
10
|
-
}
|
|
11
|
-
export interface SequenceListTemplateSaveResponse {
|
|
12
|
-
templateName: string;
|
|
13
|
-
}
|
|
14
|
-
export interface SequenceListAssignee {
|
|
15
|
-
id: string;
|
|
16
|
-
title: string;
|
|
17
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './object-type-aggregation.model';
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { SearchQuery, TranslateService } from '@yuuvis/client-core';
|
|
4
|
-
import { ObjectTypeAggregation } from '../models';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class SimpleSearchComponent implements AfterViewInit {
|
|
7
|
-
#private;
|
|
8
|
-
readonly translate: TranslateService;
|
|
9
|
-
/**
|
|
10
|
-
* The search query
|
|
11
|
-
*/
|
|
12
|
-
set query(q: SearchQuery | null);
|
|
13
|
-
get query(): SearchQuery | null;
|
|
14
|
-
/**
|
|
15
|
-
* Emitted once the user submits the search
|
|
16
|
-
*/
|
|
17
|
-
querySubmit: EventEmitter<SearchQuery>;
|
|
18
|
-
/**
|
|
19
|
-
* Emitted once the user hits clear input button
|
|
20
|
-
*/
|
|
21
|
-
clearInput: EventEmitter<void>;
|
|
22
|
-
/**
|
|
23
|
-
* Emitted once selected targets change
|
|
24
|
-
*/
|
|
25
|
-
targetSelectionChanged: EventEmitter<(string | number)[]>;
|
|
26
|
-
queryChange: EventEmitter<SearchQuery>;
|
|
27
|
-
typeAggregation: EventEmitter<ObjectTypeAggregation[]>;
|
|
28
|
-
searchInput: ElementRef<HTMLInputElement>;
|
|
29
|
-
form: FormGroup;
|
|
30
|
-
private _query;
|
|
31
|
-
ngAfterViewInit(): void;
|
|
32
|
-
private subscribeToTargetsChanges;
|
|
33
|
-
private subscribeToSearchFormChanges;
|
|
34
|
-
private aggregate;
|
|
35
|
-
onSearch(): void;
|
|
36
|
-
onClear($event: Event): void;
|
|
37
|
-
private handleAggregateResult;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SimpleSearchComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SimpleSearchComponent, "yuv-simple-search", never, { "query": { "alias": "query"; "required": false; }; }, { "querySubmit": "querySubmit"; "clearInput": "clearInput"; "targetSelectionChanged": "targetSelectionChanged"; "queryChange": "queryChange"; "typeAggregation": "typeAggregation"; }, never, never, true, never>;
|
|
40
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './sort.interface';
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { TranslateService } from '@yuuvis/client-core';
|
|
2
|
-
import { SortMenuOption, SortType } from './models';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SortComponent {
|
|
5
|
-
#private;
|
|
6
|
-
readonly translate: TranslateService;
|
|
7
|
-
tooltip: import("@angular/core").WritableSignal<string>;
|
|
8
|
-
sortOptions: import("@angular/core").InputSignal<string[]>;
|
|
9
|
-
selectedSortOption: import("@angular/core").InputSignal<{
|
|
10
|
-
field: string;
|
|
11
|
-
order: SortType;
|
|
12
|
-
} | undefined>;
|
|
13
|
-
storageKey: import("@angular/core").InputSignal<string | undefined>;
|
|
14
|
-
small: import("@angular/core").InputSignal<boolean>;
|
|
15
|
-
sortChanged: import("@angular/core").OutputEmitterRef<{
|
|
16
|
-
field: string;
|
|
17
|
-
order: SortType;
|
|
18
|
-
}>;
|
|
19
|
-
orderOptions: import("@angular/core").WritableSignal<SortMenuOption[]>;
|
|
20
|
-
sortFields: import("@angular/core").WritableSignal<SortMenuOption[]>;
|
|
21
|
-
constructor();
|
|
22
|
-
selectSort(option: SortMenuOption): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SortComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SortComponent, "yuv-sort", never, { "sortOptions": { "alias": "sortOptions"; "required": false; "isSignal": true; }; "selectedSortOption": { "alias": "selectedSortOption"; "required": false; "isSignal": true; }; "storageKey": { "alias": "storageKey"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; }, { "sortChanged": "sortChanged"; }, never, never, true, never>;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Directive to add a cover overlay to a split area during dragging.
|
|
4
|
-
* This is useful when the split area contains elements like iframes
|
|
5
|
-
* that can capture drag events and interfere with the split view's
|
|
6
|
-
* dragging functionality.
|
|
7
|
-
* The overlay will be transparent and therefore not recognized by
|
|
8
|
-
* the user, but will capture the drag events.
|
|
9
|
-
*/
|
|
10
|
-
export declare class SplitAreaCoverDirective {
|
|
11
|
-
#private;
|
|
12
|
-
yuvSplitAreaCover: import("@angular/core").InputSignal<boolean>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitAreaCoverDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SplitAreaCoverDirective, "[yuvSplitAreaCover]", never, { "yuvSplitAreaCover": { "alias": "yuvSplitAreaCover"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { SplitAreaLayoutSettings } from './split-view.interface';
|
|
3
|
-
import { SplitAreaSize } from 'angular-split';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class SplitAreaDirective {
|
|
6
|
-
template: TemplateRef<any>;
|
|
7
|
-
size: import("@angular/core").InputSignal<SplitAreaSize | undefined>;
|
|
8
|
-
minSize: import("@angular/core").InputSignal<number | undefined>;
|
|
9
|
-
maxSize: import("@angular/core").InputSignal<number | undefined>;
|
|
10
|
-
panelClass: import("@angular/core").InputSignal<string | undefined>;
|
|
11
|
-
visible: import("@angular/core").InputSignal<boolean>;
|
|
12
|
-
lockSize: import("@angular/core").InputSignal<boolean>;
|
|
13
|
-
areaProperties: import("@angular/core").WritableSignal<{
|
|
14
|
-
size: SplitAreaSize | undefined;
|
|
15
|
-
visible: boolean;
|
|
16
|
-
lockSize: boolean;
|
|
17
|
-
}>;
|
|
18
|
-
updateSettings(s: SplitAreaLayoutSettings): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitAreaDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SplitAreaDirective, "[yuvSplitArea]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "minSize": { "alias": "minSize"; "required": false; "isSignal": true; }; "maxSize": { "alias": "maxSize"; "required": false; "isSignal": true; }; "panelClass": { "alias": "panelClass"; "required": false; "isSignal": true; }; "visible": { "alias": "visible"; "required": false; "isSignal": true; }; "lockSize": { "alias": "lockSize"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import { SplitAreaSize, SplitComponent, SplitDirection } from 'angular-split';
|
|
3
|
-
import { SplitAreaDirective } from './split-area.directive';
|
|
4
|
-
import { SplitViewLayoutSettings, SplitViewOutputData } from './split-view.interface';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Component for creating a split view with resizable areas.
|
|
8
|
-
*
|
|
9
|
-
* Each area is defined using the `yuvSplitArea` directive on an `ng-template`.
|
|
10
|
-
* Areas can be resized by dragging the gutter between them.
|
|
11
|
-
*
|
|
12
|
-
* ### Basic usage
|
|
13
|
-
* ```html
|
|
14
|
-
* <yuv-split-view>
|
|
15
|
-
* <ng-template yuvSplitArea [size]="20">Aside</ng-template>
|
|
16
|
-
* <ng-template yuvSplitArea [size]="80">Main</ng-template>
|
|
17
|
-
* </yuv-split-view>
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* ### Collapsible areas
|
|
21
|
-
* Areas can be shown, hidden, or toggled programmatically. Use a template
|
|
22
|
-
* reference variable to call the visibility methods from the template:
|
|
23
|
-
*
|
|
24
|
-
* ```html
|
|
25
|
-
* <yuv-split-view #sv>
|
|
26
|
-
* <ng-template yuvSplitArea [size]="25">
|
|
27
|
-
* <button (click)="sv.hideArea(0)">Collapse</button>
|
|
28
|
-
* Left pane
|
|
29
|
-
* </ng-template>
|
|
30
|
-
* <ng-template yuvSplitArea [size]="75">
|
|
31
|
-
* <button (click)="sv.showArea(0)">Expand left</button>
|
|
32
|
-
* Main pane
|
|
33
|
-
* </ng-template>
|
|
34
|
-
* </yuv-split-view>
|
|
35
|
-
* ```
|
|
36
|
-
*
|
|
37
|
-
* ### Persisting layout state
|
|
38
|
-
* Set `layoutSettingsID` to persist area sizes and visibility to
|
|
39
|
-
* localStorage. The saved state is automatically restored on init.
|
|
40
|
-
*
|
|
41
|
-
* ```html
|
|
42
|
-
* <yuv-split-view [layoutSettingsID]="'my-layout'">
|
|
43
|
-
* ...
|
|
44
|
-
* </yuv-split-view>
|
|
45
|
-
* ```
|
|
46
|
-
*/
|
|
47
|
-
export declare class SplitViewComponent implements AfterViewInit {
|
|
48
|
-
#private;
|
|
49
|
-
splitAreas: import("@angular/core").Signal<readonly SplitAreaDirective[]>;
|
|
50
|
-
asSplitComponent: import("@angular/core").Signal<SplitComponent>;
|
|
51
|
-
splitAreaSizes: SplitAreaSize[];
|
|
52
|
-
/**
|
|
53
|
-
* The split views direction. Could be 'horizontal' or 'vertical'. Defaults to 'horizontal'.
|
|
54
|
-
*/
|
|
55
|
-
direction: import("@angular/core").InputSignal<SplitDirection>;
|
|
56
|
-
isVertical: import("@angular/core").Signal<boolean>;
|
|
57
|
-
isHorizontal: import("@angular/core").Signal<boolean>;
|
|
58
|
-
/**
|
|
59
|
-
* Size of the gutter in Pixel (defaults to 16).
|
|
60
|
-
*/
|
|
61
|
-
gutterSize: import("@angular/core").InputSignal<number>;
|
|
62
|
-
/**
|
|
63
|
-
* If true, the gutter can only be moved in steps of 1%.
|
|
64
|
-
*/
|
|
65
|
-
restrictMove: import("@angular/core").InputSignal<boolean>;
|
|
66
|
-
/**
|
|
67
|
-
* Disable the dragging feature (remove cursor/image on gutters).
|
|
68
|
-
*/
|
|
69
|
-
disabledInput: import("@angular/core").InputSignal<boolean>;
|
|
70
|
-
disabled: import("@angular/core").WritableSignal<boolean>;
|
|
71
|
-
/**
|
|
72
|
-
* Layout settings are the state of the split view that could be persisted.
|
|
73
|
-
* Setting a `layoutSettingsID` will save the current state (split area sizes etc.)
|
|
74
|
-
* to the local storage. If the component is created, it will load those settings and
|
|
75
|
-
* re-apply them.
|
|
76
|
-
*/
|
|
77
|
-
layoutSettingsID: import("@angular/core").InputSignal<string | undefined>;
|
|
78
|
-
/**
|
|
79
|
-
* Emitted when the state (split area sizes etc.) of the split view changed.
|
|
80
|
-
*/
|
|
81
|
-
layoutSettingsChange: import("@angular/core").OutputEmitterRef<SplitViewLayoutSettings>;
|
|
82
|
-
/**
|
|
83
|
-
* Emitted when dragging the split gutter starts
|
|
84
|
-
*/
|
|
85
|
-
dragStart: import("@angular/core").OutputEmitterRef<import("angular-split").SplitGutterInteractionEvent>;
|
|
86
|
-
/**
|
|
87
|
-
* Emitted when dragging the split gutter ends
|
|
88
|
-
*/
|
|
89
|
-
dragEnd: import("@angular/core").OutputEmitterRef<import("angular-split").SplitGutterInteractionEvent>;
|
|
90
|
-
/**
|
|
91
|
-
* Emitted when the split gutter is clicked.
|
|
92
|
-
*/
|
|
93
|
-
gutterClick: import("@angular/core").OutputEmitterRef<import("angular-split").SplitGutterInteractionEvent>;
|
|
94
|
-
/**
|
|
95
|
-
* Emitted when the split gutter is double clicked (you may also want to
|
|
96
|
-
* set a different click duration indicating a double click). This could be
|
|
97
|
-
* set using the `gutterDblClickDuration` to a value in milliseconds (default is 400ms)
|
|
98
|
-
*/
|
|
99
|
-
gutterDblClick: import("@angular/core").OutputEmitterRef<import("angular-split").SplitGutterInteractionEvent>;
|
|
100
|
-
dragging: import("@angular/core").WritableSignal<boolean>;
|
|
101
|
-
onDragStart(e: SplitViewOutputData): void;
|
|
102
|
-
onDragEnd(e: SplitViewOutputData): void;
|
|
103
|
-
/**
|
|
104
|
-
* Show a previously hidden split area, restoring it to its last known size.
|
|
105
|
-
*
|
|
106
|
-
* ```html
|
|
107
|
-
* <button (click)="sv.showArea(0)">Show left pane</button>
|
|
108
|
-
* ```
|
|
109
|
-
* @param index Zero-based index of the split area to show
|
|
110
|
-
*/
|
|
111
|
-
showArea(index: number): void;
|
|
112
|
-
/**
|
|
113
|
-
* Hide a split area by collapsing it to zero width/height. The adjacent
|
|
114
|
-
* areas will expand to fill the freed space.
|
|
115
|
-
*
|
|
116
|
-
* ```html
|
|
117
|
-
* <button (click)="sv.hideArea(0)">Hide left pane</button>
|
|
118
|
-
* ```
|
|
119
|
-
* @param index Zero-based index of the split area to hide
|
|
120
|
-
*/
|
|
121
|
-
hideArea(index: number): void;
|
|
122
|
-
/**
|
|
123
|
-
* Toggle the visibility of a split area. If the area is currently visible
|
|
124
|
-
* it will be collapsed; if it is hidden it will be restored.
|
|
125
|
-
*
|
|
126
|
-
* ```html
|
|
127
|
-
* <button (click)="sv.toggleArea(0)">Toggle left pane</button>
|
|
128
|
-
* ```
|
|
129
|
-
* @param index Zero-based index of the split area to toggle
|
|
130
|
-
*/
|
|
131
|
-
toggleArea(index: number): void;
|
|
132
|
-
/**
|
|
133
|
-
* Returns whether a split area is currently visible. Useful for
|
|
134
|
-
* conditionally rendering expand/collapse buttons in the template.
|
|
135
|
-
*
|
|
136
|
-
* ```html
|
|
137
|
-
* @if (!sv.isAreaVisible(0)) {
|
|
138
|
-
* <button (click)="sv.showArea(0)">Expand left</button>
|
|
139
|
-
* }
|
|
140
|
-
* ```
|
|
141
|
-
* @param index Zero-based index of the split area to check
|
|
142
|
-
* @returns `true` if the area is visible, `false` if hidden
|
|
143
|
-
*/
|
|
144
|
-
isAreaVisible(index: number): boolean;
|
|
145
|
-
/** @deprecated Use `showArea()` / `hideArea()` instead */
|
|
146
|
-
splitAreaSetVisibility(index: number, visible: boolean): void;
|
|
147
|
-
/** @deprecated Use `toggleArea()` instead */
|
|
148
|
-
splitAreaToggleVisibility(index: number): void;
|
|
149
|
-
/**
|
|
150
|
-
* Programmatically apply layout settings (area sizes, visibility, disabled state).
|
|
151
|
-
* This is called automatically on init when `layoutSettingsID` is set, but can
|
|
152
|
-
* also be used to restore a specific layout configuration at any time.
|
|
153
|
-
* @param settings The layout settings to apply
|
|
154
|
-
*/
|
|
155
|
-
applyLayoutSettings(settings: SplitViewLayoutSettings): void;
|
|
156
|
-
ngAfterViewInit(): void;
|
|
157
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitViewComponent, never>;
|
|
158
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitViewComponent, "yuv-split-view", never, { "direction": { "alias": "direction"; "required": false; "isSignal": true; }; "gutterSize": { "alias": "gutterSize"; "required": false; "isSignal": true; }; "restrictMove": { "alias": "restrictMove"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "layoutSettingsID": { "alias": "layoutSettingsID"; "required": false; "isSignal": true; }; }, { "layoutSettingsChange": "layoutSettingsChange"; "dragStart": "dragStart"; "dragEnd": "dragEnd"; "gutterClick": "gutterClick"; "gutterDblClick": "gutterDblClick"; }, ["splitAreas"], never, true, never>;
|
|
159
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { SplitAreaSize, SplitGutterInteractionEvent } from 'angular-split';
|
|
2
|
-
export interface SplitViewLayoutSettings {
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
areas: Array<SplitAreaLayoutSettings>;
|
|
5
|
-
}
|
|
6
|
-
export interface SplitAreaLayoutSettings {
|
|
7
|
-
visible?: boolean;
|
|
8
|
-
lockSize?: boolean;
|
|
9
|
-
size?: SplitAreaSize;
|
|
10
|
-
}
|
|
11
|
-
export type SplitViewOutputData = SplitGutterInteractionEvent;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./split-area.directive";
|
|
3
|
-
import * as i2 from "./split-view.component";
|
|
4
|
-
export declare class YuvSplitViewModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvSplitViewModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvSplitViewModule, never, [typeof i1.SplitAreaDirective, typeof i2.SplitViewComponent], [typeof i1.SplitAreaDirective, typeof i2.SplitViewComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvSplitViewModule>;
|
|
8
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { MatMenu } from '@angular/material/menu';
|
|
2
|
-
import { Action } from '@yuuvis/client-framework/actions';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TileActionsMenuComponent {
|
|
5
|
-
actions: import("@angular/core").InputSignal<Action[]>;
|
|
6
|
-
itemSelect: import("@angular/core").OutputEmitterRef<Action>;
|
|
7
|
-
matMenu: import("@angular/core").Signal<MatMenu>;
|
|
8
|
-
itemClicked(event: Event, action: Action): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TileActionsMenuComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TileActionsMenuComponent, "yuv-tile-actions-menu", never, { "actions": { "alias": "actions"; "required": true; "isSignal": true; }; }, { "itemSelect": "itemSelect"; }, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Signal } from '@angular/core';
|
|
2
|
-
import { VirtualObjectType } from '@yuuvis/client-core';
|
|
3
|
-
import { Action } from '@yuuvis/client-framework/actions';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ActionSelectComponent {
|
|
6
|
-
private actionService;
|
|
7
|
-
objectType: import("@angular/core").InputSignal<VirtualObjectType>;
|
|
8
|
-
actions: Signal<Action[]>;
|
|
9
|
-
selectedActionIds: import("@angular/core").InputSignal<string[]>;
|
|
10
|
-
actionSelect: import("@angular/core").OutputEmitterRef<Action>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSelectComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSelectComponent, "yuv-tile-action-select", never, { "objectType": { "alias": "objectType"; "required": true; "isSignal": true; }; "selectedActionIds": { "alias": "selectedActionIds"; "required": false; "isSignal": true; }; }, { "actionSelect": "actionSelect"; }, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { VirtualObjectType } from '@yuuvis/client-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IconSelectComponent {
|
|
4
|
-
#private;
|
|
5
|
-
objectType: import("@angular/core").InputSignal<VirtualObjectType | undefined>;
|
|
6
|
-
iconSelect: import("@angular/core").OutputEmitterRef<string | null>;
|
|
7
|
-
createIcon(inputEl: HTMLInputElement): Promise<void>;
|
|
8
|
-
reset(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconSelectComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IconSelectComponent, "yuv-icon-select", never, { "objectType": { "alias": "objectType"; "required": false; "isSignal": true; }; }, { "iconSelect": "iconSelect"; }, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ObjectConfigProperty, ObjectTypeField, VirtualObjectType } from '@yuuvis/client-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
type TypeProperty = {
|
|
4
|
-
label: string;
|
|
5
|
-
baseProperty?: boolean;
|
|
6
|
-
} & Partial<ObjectTypeField>;
|
|
7
|
-
export declare class PropertySelectComponent {
|
|
8
|
-
#private;
|
|
9
|
-
private system;
|
|
10
|
-
objectTypeFields: TypeProperty[];
|
|
11
|
-
query: import("@angular/core").WritableSignal<string | null>;
|
|
12
|
-
objectType: import("@angular/core").InputSignal<VirtualObjectType | undefined>;
|
|
13
|
-
filteredObjectTypeFields: import("@angular/core").Signal<TypeProperty[]>;
|
|
14
|
-
objectTypesEffect: import("@angular/core").EffectRef;
|
|
15
|
-
selectedProperty: import("@angular/core").InputSignal<ObjectConfigProperty | undefined>;
|
|
16
|
-
propertySelect: import("@angular/core").OutputEmitterRef<TypeProperty | undefined>;
|
|
17
|
-
selectProperty(field: TypeProperty): void;
|
|
18
|
-
selectPropertyOnKeydown(event: Event, field: TypeProperty): void;
|
|
19
|
-
removeProperty(event: Event): void;
|
|
20
|
-
removePropertyOnKeydown(event: Event): void;
|
|
21
|
-
private getObjectTypeFields;
|
|
22
|
-
private _getLabel;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PropertySelectComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PropertySelectComponent, "yuv-tile-property-select", never, { "objectType": { "alias": "objectType"; "required": false; "isSignal": true; }; "selectedProperty": { "alias": "selectedProperty"; "required": false; "isSignal": true; }; }, { "propertySelect": "propertySelect"; }, never, never, true, never>;
|
|
25
|
-
}
|
|
26
|
-
export {};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { ObjectConfig } from '@yuuvis/client-core';
|
|
2
|
-
import { Action } from '@yuuvis/client-framework/actions';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Component for setting up a tile config
|
|
6
|
-
*/
|
|
7
|
-
export declare class TileConfigTileComponent {
|
|
8
|
-
#private;
|
|
9
|
-
private readonly actionService;
|
|
10
|
-
private readonly elRef;
|
|
11
|
-
disableIconSlot: import("@angular/core").InputSignal<boolean | undefined>;
|
|
12
|
-
disableBadgesSlot: import("@angular/core").InputSignal<boolean | undefined>;
|
|
13
|
-
objectConfig: import("@angular/core").InputSignal<ObjectConfig>;
|
|
14
|
-
_objectConfig: import("@angular/core").Signal<ObjectConfig>;
|
|
15
|
-
actions: import("@angular/core").Signal<Action[]>;
|
|
16
|
-
slotSelect: import("@angular/core").OutputEmitterRef<string>;
|
|
17
|
-
selectSlot(slot: string): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TileConfigTileComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TileConfigTileComponent, "yuv-tile-config-tile", never, { "disableIconSlot": { "alias": "disableIconSlot"; "required": false; "isSignal": true; }; "disableBadgesSlot": { "alias": "disableBadgesSlot"; "required": false; "isSignal": true; }; "objectConfig": { "alias": "objectConfig"; "required": true; "isSignal": true; }; }, { "slotSelect": "slotSelect"; }, never, never, true, never>;
|
|
20
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { TileListConfigOptions } from '../../tile-list/tile-list.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TileConfigTriggerComponent {
|
|
5
|
-
#private;
|
|
6
|
-
tplTileConfig: import("@angular/core").Signal<TemplateRef<any>>;
|
|
7
|
-
icon: import("@angular/core").InputSignal<string>;
|
|
8
|
-
bucket: import("@angular/core").InputSignal<string | undefined>;
|
|
9
|
-
bucketLabel: import("@angular/core").InputSignal<string | undefined>;
|
|
10
|
-
options: import("@angular/core").InputSignal<TileListConfigOptions | undefined>;
|
|
11
|
-
small: import("@angular/core").InputSignal<boolean>;
|
|
12
|
-
openTileConfigOverlay(): void;
|
|
13
|
-
onObjectConfigSave(): void;
|
|
14
|
-
onObjectConfigCancel(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TileConfigTriggerComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TileConfigTriggerComponent, "yuv-tile-config-trigger", never, { "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "bucket": { "alias": "bucket"; "required": false; "isSignal": true; }; "bucketLabel": { "alias": "bucketLabel"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "small": { "alias": "small"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { Signal } from '@angular/core';
|
|
2
|
-
import { ObjectConfig, ObjectConfigAction, ObjectConfigBadge, ObjectConfigIcon, ObjectConfigProperty, ObjectTypeField, VirtualObjectType } from '@yuuvis/client-core';
|
|
3
|
-
import { Action } from '@yuuvis/client-framework/actions';
|
|
4
|
-
import { ObjectFlavor } from '@yuuvis/client-shell-core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
interface InnerType {
|
|
7
|
-
id: string;
|
|
8
|
-
icon?: string;
|
|
9
|
-
flavor?: boolean;
|
|
10
|
-
data: ObjectFlavor | VirtualObjectType;
|
|
11
|
-
}
|
|
12
|
-
export declare class TileConfigComponent {
|
|
13
|
-
#private;
|
|
14
|
-
/**
|
|
15
|
-
* Tile configurations are stored globally for all apps. If you want a
|
|
16
|
-
* separate config for your app/component you can specify a bucket. A bucket
|
|
17
|
-
* is basically an ID where your custom tile config will be stored and
|
|
18
|
-
* retrieved. Buckets should be unique so be sure to use a unique namespace.
|
|
19
|
-
*/
|
|
20
|
-
bucket: import("@angular/core").InputSignal<string | undefined>;
|
|
21
|
-
bucketLabel: import("@angular/core").InputSignal<string | undefined>;
|
|
22
|
-
configTypes: import("@angular/core").InputSignal<VirtualObjectType[] | undefined>;
|
|
23
|
-
configFlavors: import("@angular/core").InputSignal<ObjectFlavor[]>;
|
|
24
|
-
get configChanged(): boolean;
|
|
25
|
-
types: Signal<InnerType[]>;
|
|
26
|
-
save: import("@angular/core").OutputEmitterRef<void>;
|
|
27
|
-
canceled: import("@angular/core").OutputEmitterRef<void>;
|
|
28
|
-
selectedType?: VirtualObjectType;
|
|
29
|
-
selectedTypeProperties: ObjectTypeField[];
|
|
30
|
-
objectConfig?: ObjectConfig;
|
|
31
|
-
selectedSlot?: string;
|
|
32
|
-
flavors: ObjectFlavor[];
|
|
33
|
-
changes: Record<string, ObjectConfig | undefined>;
|
|
34
|
-
getConfigValue(p: string): ObjectConfigIcon | ObjectConfigProperty | ObjectConfigAction | ObjectConfigBadge | undefined;
|
|
35
|
-
getConfigProperty(p: string): ObjectConfigProperty | undefined;
|
|
36
|
-
getSelectedActions(): string[];
|
|
37
|
-
slotSelect(item: string): void;
|
|
38
|
-
typeSelected(type: InnerType): void;
|
|
39
|
-
iconSelected(icon: string | null): void;
|
|
40
|
-
propertySelected(tileSlot: string, field?: Partial<ObjectTypeField>): void;
|
|
41
|
-
actionSelected(action: Action): void;
|
|
42
|
-
saveConfig(): void;
|
|
43
|
-
resetConfig(): void;
|
|
44
|
-
cancelConfig(): void;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TileConfigComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TileConfigComponent, "yuv-tile-config", never, { "bucket": { "alias": "bucket"; "required": false; "isSignal": true; }; "bucketLabel": { "alias": "bucketLabel"; "required": false; "isSignal": true; }; "configTypes": { "alias": "configTypes"; "required": false; "isSignal": true; }; "configFlavors": { "alias": "configFlavors"; "required": false; "isSignal": true; }; }, { "save": "save"; "canceled": "canceled"; }, never, never, true, never>;
|
|
47
|
-
}
|
|
48
|
-
export {};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ComponentRef } from '@angular/core';
|
|
2
|
-
import { TileExtensionComponent, TileExtensionDirectiveInput } from '@yuuvis/client-shell-core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TileExtensionDirective {
|
|
5
|
-
#private;
|
|
6
|
-
component: ComponentRef<TileExtensionComponent>;
|
|
7
|
-
yuvTileExtension: import("@angular/core").InputSignal<TileExtensionDirectiveInput>;
|
|
8
|
-
private _render;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TileExtensionDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TileExtensionDirective, "[yuvTileExtension]", never, { "yuvTileExtension": { "alias": "yuvTileExtension"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { TileExtensionComponent } from '@yuuvis/client-shell-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class EmailTileExtensionComponent implements TileExtensionComponent {
|
|
4
|
-
data: import("@angular/core").InputSignal<any>;
|
|
5
|
-
attachments: import("@angular/core").Signal<any>;
|
|
6
|
-
hasAttachements: import("@angular/core").Signal<boolean>;
|
|
7
|
-
onClick(a: string, evt: Event): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EmailTileExtensionComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmailTileExtensionComponent, "yuv-email-tile-extension", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { TileExtension } from '@yuuvis/client-shell-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class TileExtensionService {
|
|
4
|
-
private _extensions;
|
|
5
|
-
constructor();
|
|
6
|
-
registerTileExtension(ext: TileExtension): void;
|
|
7
|
-
hasTileExtension(objectTypeId: string): boolean;
|
|
8
|
-
/**
|
|
9
|
-
* Get tile extensions for a certain type
|
|
10
|
-
* @param typeId ID of the type to fetch extesion for (objectTypeID or secondaryObjectTypeID)
|
|
11
|
-
* @returns
|
|
12
|
-
*/
|
|
13
|
-
getTileExtension(typeId: string): TileExtension | undefined;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TileExtensionService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TileExtensionService>;
|
|
16
|
-
}
|