@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,18 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Directive putting delayed focus on an element. If no
|
|
5
|
-
* delay is set, the focus will be set immediately.
|
|
6
|
-
*
|
|
7
|
-
* You have to ensure that the element is focusable when adding this directive to it.
|
|
8
|
-
*/
|
|
9
|
-
export declare class AutofocusDelayedDirective implements AfterViewInit {
|
|
10
|
-
#private;
|
|
11
|
-
/**
|
|
12
|
-
* Sets the delay in milliseconds. If no delay is set, the focus will be set immediately.
|
|
13
|
-
*/
|
|
14
|
-
yuvAutofocusDelayed: import("@angular/core").InputSignal<string | number>;
|
|
15
|
-
ngAfterViewInit(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutofocusDelayedDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutofocusDelayedDirective, "[yuvAutofocusDelayed]", never, { "yuvAutofocusDelayed": { "alias": "yuvAutofocusDelayed"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { BusyOverlayConfig } from '../components/busy-overlay/busy-overlay.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* A directive that will overlay its host component with a translucent background
|
|
6
|
-
* and a loading spinner once the condition resolves with true. This is useful for example to
|
|
7
|
-
* prevent user interaction while component data is loading or some processing is done.
|
|
8
|
-
*
|
|
9
|
-
* It'll also prevent the overlaid element from being interacted with.
|
|
10
|
-
*
|
|
11
|
-
* ```html
|
|
12
|
-
* <div class="data-panel" [yuvBusyOverlay]="isLoadingData">...</div>
|
|
13
|
-
* ```
|
|
14
|
-
* Setting a `yuvBusyError` will replace the loading spinner by the provided error message.
|
|
15
|
-
* You need to keep the `yuvBusyOverlay` condition true to show the error.
|
|
16
|
-
* The error element rendered has a dismiss/close action that trigger the `yuvBusyErrorDismiss`
|
|
17
|
-
* output event, that you then can use to set the busy condition to false.
|
|
18
|
-
*
|
|
19
|
-
* ```html
|
|
20
|
-
* <div class="result-list"
|
|
21
|
-
* [yuvBusyOverlay]="waitingForServerResponse"
|
|
22
|
-
* (yuvBusyErrorDismiss)="waitingForServerResponse = false"
|
|
23
|
-
* [yuvBusyError]="errorMessage">
|
|
24
|
-
* ...
|
|
25
|
-
* </div>
|
|
26
|
-
* ```
|
|
27
|
-
*
|
|
28
|
-
* ```ts
|
|
29
|
-
* // in your component code
|
|
30
|
-
* this.waitingForServerResponse = true;
|
|
31
|
-
* fetchData().subscribe({
|
|
32
|
-
* next: (data) => {
|
|
33
|
-
* ...
|
|
34
|
-
* this.waitingForServerResponse = false;
|
|
35
|
-
* }
|
|
36
|
-
* error: (err) => {
|
|
37
|
-
* this.errorMessage = 'Failed to load data from server: ' + err.message;
|
|
38
|
-
* }
|
|
39
|
-
* });
|
|
40
|
-
* ```
|
|
41
|
-
*
|
|
42
|
-
*/
|
|
43
|
-
export declare class BusyOverlayDirective implements OnInit, OnDestroy {
|
|
44
|
-
#private;
|
|
45
|
-
stylePosition: import("@angular/core").WritableSignal<string>;
|
|
46
|
-
/**
|
|
47
|
-
* The Boolean expression to evaluate as the condition for showing the busy overlay
|
|
48
|
-
*/
|
|
49
|
-
yuvBusyOverlay: import("@angular/core").InputSignal<boolean>;
|
|
50
|
-
/**
|
|
51
|
-
* Configuration options for the busy overlay. These include
|
|
52
|
-
* e.g. backdrops background color and whether to blur the
|
|
53
|
-
* overlaid content.
|
|
54
|
-
*/
|
|
55
|
-
yuvBusyOverlayConfig: import("@angular/core").InputSignal<BusyOverlayConfig | undefined>;
|
|
56
|
-
/**
|
|
57
|
-
* Error message to display in the overlay. If set, the loading spinner is replaced by the error message.
|
|
58
|
-
*/
|
|
59
|
-
yuvBusyError: import("@angular/core").InputSignal<string | undefined>;
|
|
60
|
-
/**
|
|
61
|
-
* Event emitted when the error message's dismiss action is triggered.
|
|
62
|
-
*/
|
|
63
|
-
yuvBusyErrorDismiss: import("@angular/core").OutputEmitterRef<void>;
|
|
64
|
-
ngOnInit(): void;
|
|
65
|
-
ngOnDestroy(): void;
|
|
66
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BusyOverlayDirective, never>;
|
|
67
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BusyOverlayDirective, "[yuvBusyOverlay]", never, { "yuvBusyOverlay": { "alias": "yuvBusyOverlay"; "required": false; "isSignal": true; }; "yuvBusyOverlayConfig": { "alias": "yuvBusyOverlayConfig"; "required": false; "isSignal": true; }; "yuvBusyError": { "alias": "yuvBusyError"; "required": false; "isSignal": true; }; }, { "yuvBusyErrorDismiss": "yuvBusyErrorDismiss"; }, never, never, true, never>;
|
|
68
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Fixes the issue of 'click' event beeing triggered on 'doubleclick' by defining new outputs that
|
|
5
|
-
* distinguish between single and double click.
|
|
6
|
-
*/
|
|
7
|
-
export declare class ClickDoubleDirective {
|
|
8
|
-
debounceTime: number;
|
|
9
|
-
doubleClick: EventEmitter<any>;
|
|
10
|
-
singleClick: EventEmitter<any>;
|
|
11
|
-
private clicksSubject;
|
|
12
|
-
constructor();
|
|
13
|
-
clickEvent(event: MouseEvent): void;
|
|
14
|
-
doubleClickEvent(event: MouseEvent): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClickDoubleDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickDoubleDirective, "[click.single],[click.double]", never, { "debounceTime": { "alias": "debounceTime"; "required": false; }; }, { "doubleClick": "click.double"; "singleClick": "click.single"; }, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Directive to watch the size of an element inside the DOM. Usefull for example to provide
|
|
5
|
-
* a different layout (different components) depending on the available screen estate. You
|
|
6
|
-
* should first try to use CSS container queries but somtimes you need a different set of
|
|
7
|
-
* components to be loaded for a certain component size.
|
|
8
|
-
*
|
|
9
|
-
* Let's say you have components designed for bigger screens. You do not want to load them
|
|
10
|
-
* if there is not enough space for them. So you rather load components that are designed to
|
|
11
|
-
* take less space by providing the best user experience on smaller devices.
|
|
12
|
-
*
|
|
13
|
-
* ```html
|
|
14
|
-
* <div yuvContainerSize (containerHeight)="onContainerResize($event)" (containerWidth)="onContainerResize($event)"></div>
|
|
15
|
-
* ```
|
|
16
|
-
*
|
|
17
|
-
*/
|
|
18
|
-
export declare class ContainerSizeDirective implements OnDestroy {
|
|
19
|
-
private elRef;
|
|
20
|
-
private ngZone;
|
|
21
|
-
containerHeight: import("@angular/core").OutputEmitterRef<number>;
|
|
22
|
-
containerWidth: import("@angular/core").OutputEmitterRef<number>;
|
|
23
|
-
private _size?;
|
|
24
|
-
private _resizeObserver;
|
|
25
|
-
constructor();
|
|
26
|
-
private _emit;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ContainerSizeDirective, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ContainerSizeDirective, "[yuvContainerSize]", never, {}, { "containerHeight": "containerHeight"; "containerWidth": "containerWidth"; }, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Directive for adding drag scroll behaviour to a container element. Elements that overlow will then
|
|
5
|
-
* be 'scrollable' by dragging the list of children.
|
|
6
|
-
*
|
|
7
|
-
* @example
|
|
8
|
-
* <div yuvDragScroll>
|
|
9
|
-
* <div class="tile">#1</div>
|
|
10
|
-
* <div class="tile">#2</div>
|
|
11
|
-
* <div class="tile">#3</div>
|
|
12
|
-
* ...
|
|
13
|
-
* </div>
|
|
14
|
-
*/
|
|
15
|
-
export declare class DragScrollDirective implements AfterViewInit {
|
|
16
|
-
#private;
|
|
17
|
-
ngAfterViewInit(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DragScrollDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DragScrollDirective, "[yuvDragScroll]", never, {}, {}, never, never, true, never>;
|
|
20
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export interface DragSelectOptions {
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
selectorColor?: string;
|
|
5
|
-
}
|
|
6
|
-
export declare class DragSelectDirective {
|
|
7
|
-
#private;
|
|
8
|
-
onPointerDown(event: PointerEvent): void;
|
|
9
|
-
items: import("@angular/core").Signal<readonly DragSelectItemDirective[]>;
|
|
10
|
-
yuvDragSelect: import("@angular/core").InputSignal<DragSelectOptions | undefined>;
|
|
11
|
-
dragSelectChange: import("@angular/core").OutputEmitterRef<number[]>;
|
|
12
|
-
dragSelect: import("@angular/core").OutputEmitterRef<number[]>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DragSelectDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DragSelectDirective, "[yuvDragSelect]", never, { "yuvDragSelect": { "alias": "yuvDragSelect"; "required": false; "isSignal": true; }; }, { "dragSelectChange": "dragSelectChange"; "dragSelect": "dragSelect"; }, ["items"], never, true, never>;
|
|
15
|
-
}
|
|
16
|
-
export declare class DragSelectItemDirective {
|
|
17
|
-
#private;
|
|
18
|
-
el: HTMLElement;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DragSelectItemDirective, never>;
|
|
20
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DragSelectItemDirective, "[yuvDragSelectItem]", never, {}, {}, never, never, true, never>;
|
|
21
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { FileDropZoneOptions } from './file-drop-zone.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class FileDropZoneDirective {
|
|
4
|
-
#private;
|
|
5
|
-
active: import("@angular/core").Signal<boolean>;
|
|
6
|
-
yuvFileDropZone: import("@angular/core").InputSignal<FileDropZoneOptions | undefined>;
|
|
7
|
-
fileDropDisabled: import("@angular/core").InputSignal<boolean>;
|
|
8
|
-
fileDrop: import("@angular/core").OutputEmitterRef<File[]>;
|
|
9
|
-
fileDropOver: import("@angular/core").OutputEmitterRef<boolean>;
|
|
10
|
-
onDrop(event: DragEvent): void;
|
|
11
|
-
onDragOver(event: DragEvent): void;
|
|
12
|
-
onDragLeave(event: DragEvent): void;
|
|
13
|
-
onBodyDragOver(event: DragEvent): void;
|
|
14
|
-
onBodyDrop(event: DragEvent): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileDropZoneDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FileDropZoneDirective, "[yuvFileDropZone]", never, { "yuvFileDropZone": { "alias": "yuvFileDropZone"; "required": false; "isSignal": true; }; "fileDropDisabled": { "alias": "fileDropDisabled"; "required": false; "isSignal": true; }; }, { "fileDrop": "fileDrop"; "fileDropOver": "fileDropOver"; }, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Directive keeping track of the focus beeing within a component. Once the component or
|
|
5
|
-
* any of its child components gain focus, a class of `focusWithin` will be set on the
|
|
6
|
-
* host component in order to allow styling it while beeing focused. Furthermore you can
|
|
7
|
-
* register callbacks once the component gets or looses focus.
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
* // just set the css class
|
|
11
|
-
* <some-component yuvFocusWithin></some-component>
|
|
12
|
-
* // set the css class and listen to focus changes
|
|
13
|
-
* <some-component (yuvFocusWithin)="onFocusEnter()" (yuvFocusWithinBlur)="onFocusLeave()"></some-component>
|
|
14
|
-
*/
|
|
15
|
-
export declare class FocusWithinDirective {
|
|
16
|
-
private elRef;
|
|
17
|
-
private eventCount;
|
|
18
|
-
hasFocusWithin: boolean;
|
|
19
|
-
onFocusIn(evt: FocusEvent): void;
|
|
20
|
-
onFocusOut(evt: FocusEvent): void;
|
|
21
|
-
/**
|
|
22
|
-
* Emitted once the component or any of its child components gains focus.
|
|
23
|
-
*/
|
|
24
|
-
yuvFocusWithin: EventEmitter<any>;
|
|
25
|
-
/**
|
|
26
|
-
* Emitted once the component (incl. any of its child components) looses focus.
|
|
27
|
-
*/
|
|
28
|
-
yuvFocusWithinBlur: EventEmitter<any>;
|
|
29
|
-
/**
|
|
30
|
-
* @ignore
|
|
31
|
-
*/
|
|
32
|
-
constructor(elRef: ElementRef);
|
|
33
|
-
private matchesFocusWithin;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FocusWithinDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusWithinDirective, "[yuvFocusWithin]", never, {}, { "yuvFocusWithin": "yuvFocusWithin"; "yuvFocusWithinBlur": "yuvFocusWithinBlur"; }, never, never, true, never>;
|
|
36
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export * from './autofocus-child.directive';
|
|
2
|
-
export * from './autofocus-delayed.directive';
|
|
3
|
-
export * from './busy-overlay.directive';
|
|
4
|
-
export * from './click-double.directive';
|
|
5
|
-
export * from './container-size.directive';
|
|
6
|
-
export * from './drag-scroll.directive';
|
|
7
|
-
export * from './drag-select.directive';
|
|
8
|
-
export * from './file-drop-zone/file-drop-zone.directive';
|
|
9
|
-
export * from './focus-within.directive';
|
|
10
|
-
export * from './light-dismiss.directive';
|
|
11
|
-
export * from './longpress.directive';
|
|
12
|
-
export * from './noop-value-accessor.directive';
|
|
13
|
-
export * from './scroll-buttons.directive';
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Directive for applying light dismiss actions. Adding this directive will trigger
|
|
4
|
-
* the given function when the user clicks outside the component or hits escape.
|
|
5
|
-
*
|
|
6
|
-
* ```ts
|
|
7
|
-
* <div class="notifications" (yuvLightDismiss)="close()">
|
|
8
|
-
* ...
|
|
9
|
-
* </div>
|
|
10
|
-
* ```
|
|
11
|
-
*/
|
|
12
|
-
export declare class LightDismissDirective {
|
|
13
|
-
private elRef;
|
|
14
|
-
onKeydownHandler(event: KeyboardEvent): void;
|
|
15
|
-
onMousedown(event: MouseEvent): void;
|
|
16
|
-
yuvLightDismiss: import("@angular/core").OutputEmitterRef<void>;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LightDismissDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LightDismissDirective, "[yuvLightDismiss]", never, {}, { "yuvLightDismiss": "yuvLightDismiss"; }, never, never, true, never>;
|
|
19
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LongPressDirective {
|
|
3
|
-
private elRef;
|
|
4
|
-
threshold: number;
|
|
5
|
-
yuvLongPress: import("@angular/core").InputSignal<LongPressDirectiveOptions>;
|
|
6
|
-
longpress: import("@angular/core").OutputEmitterRef<void>;
|
|
7
|
-
constructor();
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LongPressDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LongPressDirective, "[yuvLongPress]", never, { "yuvLongPress": { "alias": "yuvLongPress"; "required": false; "isSignal": true; }; }, { "longpress": "longpress"; }, never, never, true, never>;
|
|
10
|
-
}
|
|
11
|
-
export interface LongPressDirectiveOptions {
|
|
12
|
-
enabled: boolean;
|
|
13
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NoopValueAccessorDirective implements ControlValueAccessor {
|
|
4
|
-
writeValue(obj: any): void;
|
|
5
|
-
registerOnChange(fn: any): void;
|
|
6
|
-
registerOnTouched(fn: any): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NoopValueAccessorDirective, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NoopValueAccessorDirective, never, never, {}, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
10
|
-
export declare function injectNgControl(cva?: ControlValueAccessor): NgControl | null;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Directive that adds left/right scroll buttons around the host element when its content overflows horizontally.
|
|
4
|
-
* The directive restructures the DOM by wrapping the host inside a scroll container with navigation buttons.
|
|
5
|
-
*
|
|
6
|
-
* @example
|
|
7
|
-
* <mat-chip-grid yuvScrollButtons>...</mat-chip-grid>
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
* <div yuvScrollButtons [yuvScrollButtonsAmount]="200">...</div>
|
|
11
|
-
*/
|
|
12
|
-
export declare class ScrollButtonsDirective {
|
|
13
|
-
#private;
|
|
14
|
-
private readonly translate;
|
|
15
|
-
/** How many pixels to scroll per button click. */
|
|
16
|
-
yuvScrollButtonsAmount: import("@angular/core").InputSignal<number>;
|
|
17
|
-
constructor();
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollButtonsDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollButtonsDirective, "[yuvScrollButtons]", never, { "yuvScrollButtonsAmount": { "alias": "yuvScrollButtonsAmount"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
20
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { ElementRef } from '@angular/core';
|
|
3
|
-
import { NgControl } from '@angular/forms';
|
|
4
|
-
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
5
|
-
import { Subject } from 'rxjs';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare abstract class AbstractMatFormField<T> implements MatFormFieldControl<T> {
|
|
8
|
-
#private;
|
|
9
|
-
stateChanges: Subject<void>;
|
|
10
|
-
protected elRef: ElementRef<any>;
|
|
11
|
-
onFocusIn(): void;
|
|
12
|
-
onFocusout(): void;
|
|
13
|
-
set value(v: T | null);
|
|
14
|
-
get value(): T | null;
|
|
15
|
-
set id(v: string);
|
|
16
|
-
get id(): string;
|
|
17
|
-
set placeholder(v: string);
|
|
18
|
-
get placeholder(): string;
|
|
19
|
-
ngControl: NgControl | null;
|
|
20
|
-
set focused(f: boolean);
|
|
21
|
-
get focused(): boolean;
|
|
22
|
-
get shouldLabelFloat(): boolean;
|
|
23
|
-
set empty(f: boolean);
|
|
24
|
-
get empty(): boolean;
|
|
25
|
-
set required(f: BooleanInput);
|
|
26
|
-
get required(): boolean;
|
|
27
|
-
set disabled(f: BooleanInput);
|
|
28
|
-
get disabled(): boolean;
|
|
29
|
-
protected focusHandled: import("@angular/core").WritableSignal<boolean>;
|
|
30
|
-
set errorState(f: BooleanInput);
|
|
31
|
-
get errorState(): boolean;
|
|
32
|
-
readonly controlType?: string;
|
|
33
|
-
readonly autofilled?: boolean;
|
|
34
|
-
readonly userAriaDescribedBy?: string;
|
|
35
|
-
readonly disableAutomaticLabeling?: boolean;
|
|
36
|
-
setDescribedByIds(ids: string[]): void;
|
|
37
|
-
onContainerClick(event: MouseEvent): void;
|
|
38
|
-
onNgOnDestroy(): void;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractMatFormField<any>, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AbstractMatFormField<any>, "ng-component", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
41
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class FileDropService {
|
|
3
|
-
readonly activeDropZone: import("@angular/core").WritableSignal<string | null>;
|
|
4
|
-
fileOver(id: string, active: boolean): void;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FileDropService, never>;
|
|
6
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FileDropService>;
|
|
7
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Providing an error message when a translation string for an object wasn't found
|
|
4
|
-
*/
|
|
5
|
-
export declare class FormTranslateService {
|
|
6
|
-
private translate;
|
|
7
|
-
/**
|
|
8
|
-
* Set the error label if a translation for this string wasn't provided
|
|
9
|
-
* @param error - error message about a missed translation key
|
|
10
|
-
* @param params
|
|
11
|
-
*/
|
|
12
|
-
getErrorLabel(error: string, params?: any): any;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormTranslateService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<FormTranslateService>;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type LayoutMode = 'light' | 'dark' | 'system';
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { LayoutMode } from './layout-settings.interface';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* Service to store and retrieve layout settings. Those
|
|
5
|
-
* settings are stored on the users device because in
|
|
6
|
-
* general layout settings like panel widths are highly
|
|
7
|
-
* dependent on the current device.
|
|
8
|
-
*/
|
|
9
|
-
export declare class LayoutSettingsService {
|
|
10
|
-
#private;
|
|
11
|
-
DEFAULT_SPLIT_VIEW_GUTTER_SIZE: number;
|
|
12
|
-
/**
|
|
13
|
-
* @deprecated Use `ThemeService.mode` instead.
|
|
14
|
-
*/
|
|
15
|
-
themeMode: import("@angular/core").WritableSignal<LayoutMode>;
|
|
16
|
-
/**
|
|
17
|
-
* @deprecated Use `ThemeService.mode` instead.
|
|
18
|
-
*/
|
|
19
|
-
mode: import("@angular/core").Signal<LayoutMode>;
|
|
20
|
-
/**
|
|
21
|
-
* @deprecated Theme initialization is now handled by `ThemeService` internally.
|
|
22
|
-
*/
|
|
23
|
-
init(): void;
|
|
24
|
-
/**
|
|
25
|
-
* @deprecated Use `ThemeService.toggleTheme()` instead.
|
|
26
|
-
*/
|
|
27
|
-
setMode(mode: LayoutMode): void;
|
|
28
|
-
saveSettings(key: string, settings: unknown): boolean;
|
|
29
|
-
getSettings(key: string): unknown | undefined;
|
|
30
|
-
/**
|
|
31
|
-
* Clears all layout settings.
|
|
32
|
-
*/
|
|
33
|
-
clearSettings(): void;
|
|
34
|
-
/**
|
|
35
|
-
* @deprecated Use `ThemeService.toggleTheme()` instead.
|
|
36
|
-
*/
|
|
37
|
-
applyLayoutMode(mode?: LayoutMode): void;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutSettingsService, never>;
|
|
39
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LayoutSettingsService>;
|
|
40
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export type Mode = 'light' | 'dark';
|
|
2
|
-
export interface CustomThemeSettings {
|
|
3
|
-
key: string;
|
|
4
|
-
label: string;
|
|
5
|
-
description: string;
|
|
6
|
-
hasDarkTheme?: boolean;
|
|
7
|
-
hasLightTheme?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare enum ThemeStorageKeys {
|
|
10
|
-
THEME_MODE = "yuv.theme:app.theme.mode",
|
|
11
|
-
CUSTOM_THEME = "yuv.theme:app.theme.custom"
|
|
12
|
-
}
|
|
13
|
-
export declare const DEFAULT_THEME_KEY = "yuv-default";
|
|
14
|
-
export declare const DEFAULT_THEME: CustomThemeSettings;
|
|
15
|
-
export declare const HIGH_CONTRAST_THEME_KEY = "yuv-high-contrast";
|
|
16
|
-
export declare const HIGH_CONTRAST_THEME: CustomThemeSettings;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { EnvironmentProviders, InjectionToken } from '@angular/core';
|
|
2
|
-
import { CustomThemeSettings } from './theme.models';
|
|
3
|
-
export declare const YUV_CUSTOM_THEME: InjectionToken<CustomThemeSettings[]>;
|
|
4
|
-
export declare const provideYuvCustomTheme: (customTheme: CustomThemeSettings[]) => EnvironmentProviders;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { CustomThemeSettings, Mode } from './theme.models';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ThemeService {
|
|
4
|
-
#private;
|
|
5
|
-
mode: import("@angular/core").Signal<Mode>;
|
|
6
|
-
customTheme: import("@angular/core").WritableSignal<CustomThemeSettings>;
|
|
7
|
-
customThemes: import("@angular/core").Signal<CustomThemeSettings[]>;
|
|
8
|
-
currentTheme: import("@angular/core").Signal<string>;
|
|
9
|
-
disableMode: import("@angular/core").Signal<boolean>;
|
|
10
|
-
constructor();
|
|
11
|
-
setMode(mode: Mode): void;
|
|
12
|
-
setCustomTheme(key: string): void;
|
|
13
|
-
toggleTheme(theme: Mode): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThemeService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ThemeService>;
|
|
16
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { DayPeriodLabels } from '../datepicker.interface';
|
|
3
|
-
import { TimeValue } from '../time-input/time-input.interface';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export interface CalendarItem {
|
|
6
|
-
id: string;
|
|
7
|
-
day: number;
|
|
8
|
-
inactive?: boolean;
|
|
9
|
-
disabled?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export declare class CalendarComponent implements OnInit {
|
|
12
|
-
#private;
|
|
13
|
-
private datepickerService;
|
|
14
|
-
calEl: import("@angular/core").Signal<ElementRef<any>>;
|
|
15
|
-
private _initialized;
|
|
16
|
-
maxYear: number;
|
|
17
|
-
minYear: number;
|
|
18
|
-
year?: number;
|
|
19
|
-
_offsetYear?: number;
|
|
20
|
-
month?: number;
|
|
21
|
-
time?: TimeValue;
|
|
22
|
-
/**
|
|
23
|
-
* Allow only date inputs after this date
|
|
24
|
-
*/
|
|
25
|
-
minDate: import("@angular/core").InputSignal<Date | undefined>;
|
|
26
|
-
/**
|
|
27
|
-
* Allow only date inputs before this date
|
|
28
|
-
*/
|
|
29
|
-
maxDate: import("@angular/core").InputSignal<Date | undefined>;
|
|
30
|
-
/**
|
|
31
|
-
* Allow only date inputs that are after today
|
|
32
|
-
*/
|
|
33
|
-
onlyFutureDates: import("@angular/core").InputSignal<boolean>;
|
|
34
|
-
date: import("@angular/core").ModelSignal<Date | undefined>;
|
|
35
|
-
months: {
|
|
36
|
-
label: string;
|
|
37
|
-
value: number;
|
|
38
|
-
}[];
|
|
39
|
-
private DEFAULT_FIRST_DAY_OF_WEEK;
|
|
40
|
-
private _firstDayOfWeek;
|
|
41
|
-
daysOfWeek: string[];
|
|
42
|
-
dayPeriodLabels: DayPeriodLabels;
|
|
43
|
-
locale: import("@angular/core").InputSignal<string | undefined>;
|
|
44
|
-
withTime: import("@angular/core").InputSignal<boolean>;
|
|
45
|
-
hour12: import("@angular/core").InputSignal<boolean>;
|
|
46
|
-
selectedIndex: number;
|
|
47
|
-
focusedIndex: number;
|
|
48
|
-
private _focusPos;
|
|
49
|
-
calendarDays: CalendarItem[];
|
|
50
|
-
private _numberOfWeeks;
|
|
51
|
-
ngOnInit(): void;
|
|
52
|
-
private _dateToTime;
|
|
53
|
-
selectByIndex(i: number, setFocusPosition?: boolean): void;
|
|
54
|
-
select(d: Date | string | number, setFocusPosition?: boolean, silent?: boolean): void;
|
|
55
|
-
selectMonthOfYear(month: number, year?: number, skipImmediateSelect?: boolean): void;
|
|
56
|
-
selectYear(year: number, skipImmediateSelect?: boolean): void;
|
|
57
|
-
onYearInputKeydown(e: KeyboardEvent): void;
|
|
58
|
-
onTimeChange(e: TimeValue): void;
|
|
59
|
-
private _setLocale;
|
|
60
|
-
private _reset;
|
|
61
|
-
private _buildMonth;
|
|
62
|
-
private _getDayId;
|
|
63
|
-
protected handleKeyboardEvent(event: KeyboardEvent): void;
|
|
64
|
-
private _getCalendarIndex;
|
|
65
|
-
private _stopEvent;
|
|
66
|
-
private _setFocusPos;
|
|
67
|
-
private _setFocusPosByCalendarIndex;
|
|
68
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarComponent, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarComponent, "yuv-calendar", never, { "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "onlyFutureDates": { "alias": "onlyFutureDates"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": false; "isSignal": true; }; "locale": { "alias": "locale"; "required": false; "isSignal": true; }; "withTime": { "alias": "withTime"; "required": false; "isSignal": true; }; "hour12": { "alias": "hour12"; "required": false; "isSignal": true; }; }, { "date": "dateChange"; }, never, never, true, never>;
|
|
70
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, FormControl, UntypedFormControl, Validator } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DateInputElementComponent implements ControlValueAccessor, Validator {
|
|
5
|
-
private datepickerService;
|
|
6
|
-
_value?: string;
|
|
7
|
-
pasteHandler(event: ClipboardEvent): void;
|
|
8
|
-
keyDownHandler(event: KeyboardEvent): void;
|
|
9
|
-
maxLength: number;
|
|
10
|
-
maxValue: number | undefined;
|
|
11
|
-
minValue: number;
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
placeholder: import("@angular/core").InputSignal<string>;
|
|
14
|
-
next: EventEmitter<any>;
|
|
15
|
-
prev: EventEmitter<any>;
|
|
16
|
-
fc: FormControl<any>;
|
|
17
|
-
protected _isNumber(v: any): boolean;
|
|
18
|
-
private _stopEvent;
|
|
19
|
-
onInputChange(iv: string): void;
|
|
20
|
-
onBlur(): void;
|
|
21
|
-
wheelHandler(event: WheelEvent): void;
|
|
22
|
-
keydownHandler(event: KeyboardEvent): void;
|
|
23
|
-
focusHandler(event: FocusEvent): void;
|
|
24
|
-
protected _setValue(n: any, silent?: boolean): void;
|
|
25
|
-
increaseValue(step?: number): void;
|
|
26
|
-
decreaseValue(step?: number): void;
|
|
27
|
-
private _applyOffset;
|
|
28
|
-
private _propagate;
|
|
29
|
-
propagateChange: (_: any) => void;
|
|
30
|
-
validationChange: () => void;
|
|
31
|
-
writeValue(value: any): void;
|
|
32
|
-
registerOnChange(fn: any): void;
|
|
33
|
-
registerOnValidatorChange?(fn: () => void): void;
|
|
34
|
-
registerOnTouched(fn: any): void;
|
|
35
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
36
|
-
private _isValidInput;
|
|
37
|
-
validate(c: UntypedFormControl): {
|
|
38
|
-
dateInputElement: {
|
|
39
|
-
valid: boolean;
|
|
40
|
-
};
|
|
41
|
-
} | null;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputElementComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputElementComponent, "yuv-date-input-element", never, { "maxLength": { "alias": "maxLength"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, { "next": "next"; "prev": "prev"; }, never, never, true, never>;
|
|
44
|
-
}
|
package/datepicker/lib/date-input/date-input-hour-element/date-input-hour-element.component.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { DateInputElementComponent } from '../date-input-element/date-input-element.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class DateInputHourElementComponent extends DateInputElementComponent {
|
|
5
|
-
set dayPeriod(p: 'am' | 'pm' | undefined);
|
|
6
|
-
dayPeriodChange: EventEmitter<"am" | "pm">;
|
|
7
|
-
constructor();
|
|
8
|
-
writeValue(value: any): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateInputHourElementComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateInputHourElementComponent, "yuv-date-input-hour-element", never, { "dayPeriod": { "alias": "dayPeriod"; "required": false; }; }, { "dayPeriodChange": "dayPeriodChange"; }, never, never, true, never>;
|
|
11
|
-
}
|