@yuuvis/client-framework 2.20.1 → 3.0.0-beta.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/actions/index.d.ts +230 -9
- package/app-bar/index.d.ts +50 -1
- package/autocomplete/index.d.ts +89 -3
- package/breadcrumb/index.d.ts +112 -2
- package/clipboard/index.d.ts +19 -1
- package/common/index.d.ts +536 -7
- package/datepicker/index.d.ts +380 -6
- package/fesm2022/yuuvis-client-framework-actions.mjs +31 -32
- package/fesm2022/yuuvis-client-framework-actions.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-app-bar.mjs +14 -17
- package/fesm2022/yuuvis-client-framework-app-bar.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-autocomplete.mjs +23 -23
- package/fesm2022/yuuvis-client-framework-autocomplete.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-breadcrumb.mjs +7 -8
- package/fesm2022/yuuvis-client-framework-breadcrumb.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-clipboard.mjs +8 -10
- package/fesm2022/yuuvis-client-framework-clipboard.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-common.mjs +191 -234
- package/fesm2022/yuuvis-client-framework-common.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-datepicker.mjs +110 -145
- package/fesm2022/yuuvis-client-framework-datepicker.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-forms.mjs +283 -250
- package/fesm2022/yuuvis-client-framework-forms.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-icons.mjs +18 -19
- package/fesm2022/yuuvis-client-framework-icons.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-list.mjs +59 -57
- package/fesm2022/yuuvis-client-framework-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-master-details.mjs +23 -18
- package/fesm2022/yuuvis-client-framework-master-details.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs +7 -9
- package/fesm2022/yuuvis-client-framework-metadata-form-defaults.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-metadata-form.mjs +32 -32
- package/fesm2022/yuuvis-client-framework-metadata-form.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-details.mjs +129 -120
- package/fesm2022/yuuvis-client-framework-object-details.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-flavor.mjs +67 -59
- package/fesm2022/yuuvis-client-framework-object-flavor.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-form.mjs +58 -60
- package/fesm2022/yuuvis-client-framework-object-form.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-preview.mjs +64 -47
- package/fesm2022/yuuvis-client-framework-object-preview.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-relationship.mjs +206 -183
- package/fesm2022/yuuvis-client-framework-object-relationship.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-summary.mjs +42 -42
- package/fesm2022/yuuvis-client-framework-object-summary.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-object-versions.mjs +28 -29
- package/fesm2022/yuuvis-client-framework-object-versions.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-overflow-hidden.mjs +10 -10
- package/fesm2022/yuuvis-client-framework-overflow-hidden.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-overflow-menu.mjs +16 -16
- package/fesm2022/yuuvis-client-framework-overflow-menu.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-pagination.mjs +7 -8
- package/fesm2022/yuuvis-client-framework-pagination.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-popout.mjs +55 -57
- package/fesm2022/yuuvis-client-framework-popout.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-query-list.mjs +29 -29
- package/fesm2022/yuuvis-client-framework-query-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-renderer.mjs +71 -68
- package/fesm2022/yuuvis-client-framework-renderer.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-sequence-list.mjs +20 -25
- package/fesm2022/yuuvis-client-framework-sequence-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-simple-search.mjs +31 -33
- package/fesm2022/yuuvis-client-framework-simple-search.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-sort.mjs +57 -37
- package/fesm2022/yuuvis-client-framework-sort.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-split-view.mjs +39 -38
- package/fesm2022/yuuvis-client-framework-split-view.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-tile-list.mjs +119 -121
- package/fesm2022/yuuvis-client-framework-tile-list.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-token-search.mjs +22 -22
- package/fesm2022/yuuvis-client-framework-token-search.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-tree.mjs +32 -44
- package/fesm2022/yuuvis-client-framework-tree.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-upload-progress.mjs +22 -26
- package/fesm2022/yuuvis-client-framework-upload-progress.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework-widget-grid.mjs +80 -77
- package/fesm2022/yuuvis-client-framework-widget-grid.mjs.map +1 -1
- package/fesm2022/yuuvis-client-framework.mjs +23 -23
- package/fesm2022/yuuvis-client-framework.mjs.map +1 -1
- package/forms/index.d.ts +633 -13
- package/icons/index.d.ts +79 -4
- package/index.d.ts +909 -6
- package/list/index.d.ts +380 -4
- package/master-details/index.d.ts +69 -3
- package/metadata-form/index.d.ts +189 -6
- package/metadata-form-defaults/index.d.ts +14 -2
- package/object-details/index.d.ts +321 -9
- package/object-flavor/index.d.ts +86 -6
- package/object-form/index.d.ts +288 -4
- package/object-preview/index.d.ts +82 -2
- package/object-relationship/index.d.ts +120 -5
- package/object-summary/index.d.ts +105 -4
- package/object-versions/index.d.ts +43 -2
- package/overflow-hidden/index.d.ts +28 -2
- package/overflow-menu/index.d.ts +52 -3
- package/package.json +12 -12
- package/pagination/index.d.ts +31 -2
- package/popout/index.d.ts +106 -5
- package/query-list/index.d.ts +497 -2
- package/renderer/index.d.ts +117 -10
- package/sequence-list/index.d.ts +60 -2
- package/simple-search/index.d.ts +57 -1
- package/sort/index.d.ts +36 -2
- package/split-view/index.d.ts +197 -4
- package/tile-list/index.d.ts +789 -10
- package/token-search/index.d.ts +72 -3
- package/tree/index.d.ts +68 -2
- package/upload-progress/index.d.ts +44 -2
- package/widget-grid/index.d.ts +299 -7
- package/actions/lib/actions/copy-action/copy-action.d.ts +0 -17
- package/actions/lib/actions/cut-action/cut-action.d.ts +0 -17
- package/actions/lib/actions/delete-action/delete/delete.component.d.ts +0 -22
- package/actions/lib/actions/delete-action/delete-action.d.ts +0 -18
- package/actions/lib/actions/download-action/download-action.d.ts +0 -17
- package/actions/lib/actions.icon.d.ts +0 -7
- package/actions/lib/actions.interface.d.ts +0 -86
- package/actions/lib/actions.module.d.ts +0 -11
- package/actions/lib/actions.service.d.ts +0 -58
- package/actions/lib/components/contextmenu/contextmenu.component.d.ts +0 -16
- package/actions/lib/components/contextmenu/contextmenu.model.d.ts +0 -9
- package/actions/lib/components/contextmenu/contextmenuTrigger.directive.d.ts +0 -12
- package/app-bar/lib/app-bar.component.d.ts +0 -47
- package/autocomplete/lib/autocomplete.component.d.ts +0 -74
- package/autocomplete/lib/autocomplete.interface.d.ts +0 -4
- package/autocomplete/lib/autocomplete.module.d.ts +0 -7
- package/breadcrumb/lib/breadcrumb/breadcrumb.component.d.ts +0 -94
- package/breadcrumb/lib/models/breadcrumb-item.model.d.ts +0 -14
- package/breadcrumb/lib/models/index.d.ts +0 -1
- package/clipboard/lib/clipboard.component.d.ts +0 -16
- package/common/lib/common.module.d.ts +0 -21
- package/common/lib/common.utils.d.ts +0 -2
- package/common/lib/components/busy-overlay/busy-overlay.component.d.ts +0 -9
- package/common/lib/components/busy-overlay/busy-overlay.interface.d.ts +0 -4
- package/common/lib/components/confirm/confirm.component.d.ts +0 -8
- package/common/lib/components/confirm/confirm.interface.d.ts +0 -9
- package/common/lib/components/confirm/confirm.service.d.ts +0 -9
- package/common/lib/components/dialog/dialog.component.d.ts +0 -10
- package/common/lib/components/dialog/dialog.options.d.ts +0 -7
- package/common/lib/components/halo-focus/halo-focus.component.d.ts +0 -5
- package/common/lib/components/index.d.ts +0 -8
- package/common/lib/components/retention-badge/retention-badge.component.d.ts +0 -9
- package/common/lib/components/scroll-buttons/scroll-buttons.component.d.ts +0 -25
- package/common/lib/directives/autofocus-child.directive.d.ts +0 -13
- package/common/lib/directives/autofocus-delayed.directive.d.ts +0 -18
- package/common/lib/directives/busy-overlay.directive.d.ts +0 -68
- package/common/lib/directives/click-double.directive.d.ts +0 -17
- package/common/lib/directives/container-size.directive.d.ts +0 -30
- package/common/lib/directives/drag-scroll.directive.d.ts +0 -20
- package/common/lib/directives/drag-select.directive.d.ts +0 -21
- package/common/lib/directives/file-drop-zone/file-drop-zone.directive.d.ts +0 -17
- package/common/lib/directives/file-drop-zone/file-drop-zone.interface.d.ts +0 -5
- package/common/lib/directives/focus-within.directive.d.ts +0 -36
- package/common/lib/directives/index.d.ts +0 -13
- package/common/lib/directives/light-dismiss.directive.d.ts +0 -19
- package/common/lib/directives/longpress.directive.d.ts +0 -13
- package/common/lib/directives/noop-value-accessor.directive.d.ts +0 -10
- package/common/lib/directives/scroll-buttons.directive.d.ts +0 -20
- package/common/lib/mat-form-field.abstract.d.ts +0 -41
- package/common/lib/services/file-drop/file-drop.service.d.ts +0 -7
- package/common/lib/services/form-translate/form-translate.service.d.ts +0 -15
- package/common/lib/services/index.d.ts +0 -4
- package/common/lib/services/layout-settings/layout-settings.interface.d.ts +0 -1
- package/common/lib/services/layout-settings/layout-settings.service.d.ts +0 -40
- package/common/lib/services/theme/index.d.ts +0 -3
- package/common/lib/services/theme/theme.models.d.ts +0 -16
- package/common/lib/services/theme/theme.provider.d.ts +0 -4
- package/common/lib/services/theme/theme.service.d.ts +0 -16
- package/datepicker/lib/calendar/calendar.component.d.ts +0 -70
- package/datepicker/lib/date-input/date-input-element/date-input-element.component.d.ts +0 -44
- package/datepicker/lib/date-input/date-input-hour-element/date-input-hour-element.component.d.ts +0 -11
- package/datepicker/lib/date-input/date-input.component.d.ts +0 -60
- package/datepicker/lib/datepicker-calendar/datepicker-calendar-trigger.component.d.ts +0 -7
- package/datepicker/lib/datepicker-calendar/datepicker-calendar.component.d.ts +0 -12
- package/datepicker/lib/datepicker.component.d.ts +0 -80
- package/datepicker/lib/datepicker.interface.d.ts +0 -34
- package/datepicker/lib/datepicker.module.d.ts +0 -9
- package/datepicker/lib/datepicker.service.d.ts +0 -46
- package/datepicker/lib/datepicker.utils.d.ts +0 -23
- package/datepicker/lib/time-input/time-input.component.d.ts +0 -32
- package/datepicker/lib/time-input/time-input.interface.d.ts +0 -6
- package/forms/lib/elements/catalog/catalog.component.d.ts +0 -34
- package/forms/lib/elements/data-grid/data-grid/data-grid.component.d.ts +0 -46
- package/forms/lib/elements/data-grid/edit-table-data/edit-data.component.d.ts +0 -22
- package/forms/lib/elements/data-grid/model/data-grid.interface.d.ts +0 -20
- package/forms/lib/elements/datetime/datetime.component.d.ts +0 -41
- package/forms/lib/elements/datetime-range/datetime-range.component.d.ts +0 -38
- package/forms/lib/elements/i18n-catalog/i18n-catalog.component.d.ts +0 -43
- package/forms/lib/elements/index.d.ts +0 -12
- package/forms/lib/elements/number/number.component.d.ts +0 -69
- package/forms/lib/elements/number-range/number-range.component.d.ts +0 -73
- package/forms/lib/elements/organization/organization.component.d.ts +0 -66
- package/forms/lib/elements/organization-set/organization-set.component.d.ts +0 -61
- package/forms/lib/elements/range-select-date/date-range-picker/date-range-picker.component.d.ts +0 -13
- package/forms/lib/elements/range-select-date/range-select-date.component.d.ts +0 -38
- package/forms/lib/elements/range-select-date/range-select-date.interface.d.ts +0 -5
- package/forms/lib/elements/range-select-filesize/range-select-filesize.component.d.ts +0 -33
- package/forms/lib/elements/range-select-filesize/range-select-filesize.interface.d.ts +0 -5
- package/forms/lib/elements/string/string.component.d.ts +0 -100
- package/forms/lib/forms.module.d.ts +0 -17
- package/forms/lib/forms.utils.d.ts +0 -4
- package/icons/lib/icon.component.d.ts +0 -24
- package/icons/lib/icon.service.d.ts +0 -39
- package/icons/lib/icons.d.ts +0 -1
- package/icons/lib/object-type-icon/object-type-icon.component.d.ts +0 -11
- package/lib/config/halo-focus-defaults/halo-excluded-elements.const.d.ts +0 -26
- package/lib/config/halo-focus-defaults/halo-focus-navigation-keys.const.d.ts +0 -25
- package/lib/config/halo-focus-defaults/halo-focus-offset.const.d.ts +0 -25
- package/lib/config/halo-focus-defaults/halo-focus-styles.const.d.ts +0 -26
- package/lib/config/halo-focus-defaults/index.d.ts +0 -4
- package/lib/config/index.d.ts +0 -2
- package/lib/config/session/index.d.ts +0 -3
- package/lib/config/session/session-activity-window-before-end.const.d.ts +0 -43
- package/lib/config/session/session-default-duration.const.d.ts +0 -47
- package/lib/config/session/session-popup-before-end.const.d.ts +0 -47
- package/lib/enums/channel-message.enum.d.ts +0 -4
- package/lib/enums/index.d.ts +0 -1
- package/lib/models/halo-focus-config/halo-focus-config.model.d.ts +0 -48
- package/lib/models/halo-focus-config/index.d.ts +0 -1
- package/lib/models/index.d.ts +0 -3
- package/lib/models/session/channel-payload.model.d.ts +0 -5
- package/lib/models/session/index.d.ts +0 -1
- package/lib/models/snack-bar/index.d.ts +0 -3
- package/lib/models/snack-bar/snack-bar-data.model.d.ts +0 -6
- package/lib/models/snack-bar/snack-bar-level.model.d.ts +0 -1
- package/lib/models/snack-bar/snack-bar-options.model.d.ts +0 -9
- package/lib/providers/halo-focus/index.d.ts +0 -1
- package/lib/providers/halo-focus/provide-halo-focus.d.ts +0 -62
- package/lib/providers/index.d.ts +0 -2
- package/lib/providers/session/index.d.ts +0 -1
- package/lib/providers/session/provide-session.provider.d.ts +0 -43
- package/lib/services/halo-focus/halo-focus.service.d.ts +0 -95
- package/lib/services/halo-utility/halo-utility.service.d.ts +0 -245
- package/lib/services/index.d.ts +0 -4
- package/lib/services/session/session.service.d.ts +0 -113
- package/lib/services/snack-bar/snack-bar.service.d.ts +0 -22
- package/lib/yuuvis-client-framework.module.d.ts +0 -7
- package/list/lib/list-item.directive.d.ts +0 -40
- package/list/lib/list-tile/list-tile.component.d.ts +0 -14
- package/list/lib/list.component.d.ts +0 -320
- package/list/lib/list.module.d.ts +0 -9
- package/master-details/lib/master-details.component.d.ts +0 -52
- package/master-details/lib/master-details.interface.d.ts +0 -7
- package/master-details/lib/master-details.module.d.ts +0 -7
- package/metadata-form/lib/metadata-form-element-registry.service.d.ts +0 -60
- package/metadata-form/lib/metadata-form-field/metadata-form-field.component.d.ts +0 -25
- package/metadata-form/lib/metadata-form-field/metadata-form-field.interface.d.ts +0 -19
- package/metadata-form/lib/object-metadata-element-error.directive.d.ts +0 -17
- package/metadata-form/lib/object-metadata-element-label.directive.d.ts +0 -29
- package/metadata-form/lib/object-metadata-element-template.directive.d.ts +0 -45
- package/metadata-form-defaults/lib/metadata-default-templates/metadata-default-templates.component.d.ts +0 -5
- package/metadata-form-defaults/lib/metadata-form-defaults.module.d.ts +0 -7
- package/object-details/lib/object-audit/object-audit.component.d.ts +0 -49
- package/object-details/lib/object-details-header/object-details-header.component.d.ts +0 -43
- package/object-details/lib/object-details-shell/object-details-shell.component.d.ts +0 -34
- package/object-details/lib/object-details-shell/object-details-shell.service.d.ts +0 -14
- package/object-details/lib/object-details.component.d.ts +0 -47
- package/object-details/lib/object-details.module.d.ts +0 -12
- package/object-details/lib/object-metadata/form-section-group.pipe.d.ts +0 -8
- package/object-details/lib/object-metadata/object-metadata-section/object-metadata-section.component.d.ts +0 -19
- package/object-details/lib/object-metadata/object-metadata-section/object-metadata-section.interface.d.ts +0 -9
- package/object-details/lib/object-metadata/object-metadata.component.d.ts +0 -75
- package/object-details/lib/object-metadata/object-metadata.interface.d.ts +0 -26
- package/object-flavor/lib/abstract-apply-create-flavor/abstract-apply-create-flavor.component.d.ts +0 -11
- package/object-flavor/lib/abstract-apply-object-flavor/abstract-apply-object-flavor.component.d.ts +0 -13
- package/object-flavor/lib/default-apply-flavor/default-apply-flavor.component.d.ts +0 -19
- package/object-flavor/lib/flavor-chip/flavor-chip.component.d.ts +0 -13
- package/object-flavor/lib/object-flavor/object-flavor.component.d.ts +0 -23
- package/object-flavor/lib/object-flavor-picker/object-flavor-picker.component.d.ts +0 -10
- package/object-form/lib/form-scripting.api.interface.d.ts +0 -131
- package/object-form/lib/form-scripting.service.d.ts +0 -30
- package/object-form/lib/object-form-element/object-form-element.component.d.ts +0 -23
- package/object-form/lib/object-form-extension.interface.d.ts +0 -22
- package/object-form/lib/object-form-group/object-form-group.component.d.ts +0 -20
- package/object-form/lib/object-form-script/form-scripting-element-extension/form-scripting-element-extension.component.d.ts +0 -10
- package/object-form/lib/object-form-script/object-form-script.service.d.ts +0 -45
- package/object-form/lib/object-form-script/object-form-scripting-scope.d.ts +0 -50
- package/object-form/lib/object-form.component.d.ts +0 -61
- package/object-form/lib/object-form.interface.d.ts +0 -69
- package/object-form/lib/object-form.module.d.ts +0 -7
- package/object-form/lib/object-form.service.d.ts +0 -41
- package/object-form/lib/object-form.utils.d.ts +0 -20
- package/object-form/lib/object-form.validation.d.ts +0 -21
- package/object-preview/lib/components/index.d.ts +0 -2
- package/object-preview/lib/components/object-email-preview/object-email-preview.component.d.ts +0 -16
- package/object-preview/lib/components/object-preview/object-preview.component.d.ts +0 -24
- package/object-preview/lib/services/object-preview.service.d.ts +0 -40
- package/object-relationship/lib/actions/add-relationship/add-relationship.component.d.ts +0 -37
- package/object-relationship/lib/actions/relationship-target-search/relationship-target-search.component.d.ts +0 -36
- package/object-relationship/lib/node-summary/node-summary.component.d.ts +0 -26
- package/object-relationship/lib/object-relationship-graph/object-relationship-graph.component.d.ts +0 -30
- package/object-relationship/lib/object-relationship-list/object-relationship-list-item/object-relationship-list-item.component.d.ts +0 -14
- package/object-relationship/lib/object-relationship-list/object-relationship-list.component.d.ts +0 -13
- package/object-relationship/lib/object-relationship.component.d.ts +0 -28
- package/object-relationship/lib/object-relationship.const.d.ts +0 -10
- package/object-relationship/lib/object-relationship.interface.d.ts +0 -38
- package/object-relationship/lib/object-relationship.module.d.ts +0 -7
- package/object-relationship/lib/object-relationship.service.d.ts +0 -26
- package/object-summary/lib/multi-object-summary/multi-object-summary.component.d.ts +0 -7
- package/object-summary/lib/object-summary/object-summary.component.d.ts +0 -64
- package/object-summary/lib/object-summary-data/object-summary-data.component.d.ts +0 -28
- package/object-summary/lib/object-summary.module.d.ts +0 -9
- package/object-versions/lib/object-versions.component.d.ts +0 -34
- package/object-versions/lib/object-versions.module.d.ts +0 -7
- package/overflow-hidden/lib/overflow-hidden.component.d.ts +0 -19
- package/overflow-hidden/lib/overflow-hidden.module.d.ts +0 -7
- package/overflow-menu/lib/overflow-menu.component.d.ts +0 -33
- package/overflow-menu/lib/overflow-menu.interface.d.ts +0 -10
- package/overflow-menu/lib/overflow-menu.module.d.ts +0 -7
- package/pagination/lib/pagination.component.d.ts +0 -21
- package/pagination/lib/pagination.interface.d.ts +0 -5
- package/popout/lib/fullscreen.directive.d.ts +0 -4
- package/popout/lib/popout-trigger/popout-trigger.component.d.ts +0 -13
- package/popout/lib/popout.component.d.ts +0 -59
- package/popout/lib/popout.interface.d.ts +0 -24
- package/popout/lib/popout.module.d.ts +0 -9
- package/query-list/lib/query-list.component.d.ts +0 -488
- package/query-list/lib/query-list.module.d.ts +0 -7
- package/renderer/lib/property-renderer/abstract.renderer.d.ts +0 -14
- package/renderer/lib/property-renderer/boolean.renderer.component.d.ts +0 -6
- package/renderer/lib/property-renderer/datetime.renderer.d.ts +0 -6
- package/renderer/lib/property-renderer/decimal.renderer.component.d.ts +0 -6
- package/renderer/lib/property-renderer/filesize.renderer.component.d.ts +0 -7
- package/renderer/lib/property-renderer/icon.renderer.component.d.ts +0 -8
- package/renderer/lib/property-renderer/index.d.ts +0 -11
- package/renderer/lib/property-renderer/integer.renderer.component.d.ts +0 -6
- package/renderer/lib/property-renderer/organization.renderer.d.ts +0 -13
- package/renderer/lib/property-renderer/string.renderer.component.d.ts +0 -6
- package/renderer/lib/property-renderer/table.renderer.component.d.ts +0 -17
- package/renderer/lib/property-renderer/unknown.renderer.d.ts +0 -6
- package/renderer/lib/renderer.directive.d.ts +0 -13
- package/renderer/lib/services/renderer/renderer.interface.d.ts +0 -4
- package/renderer/lib/services/renderer/renderer.service.d.ts +0 -35
- package/sequence-list/lib/sequence-list.component.d.ts +0 -40
- package/sequence-list/lib/sequence-list.interface.d.ts +0 -17
- package/simple-search/lib/models/index.d.ts +0 -1
- package/simple-search/lib/models/object-type-aggregation.model.d.ts +0 -14
- package/simple-search/lib/simple-search/simple-search.component.d.ts +0 -40
- package/sort/lib/sort/models/index.d.ts +0 -1
- package/sort/lib/sort/models/sort.interface.d.ts +0 -7
- package/sort/lib/sort/sort.component.d.ts +0 -25
- package/split-view/lib/split-area-cover.directive.d.ts +0 -15
- package/split-view/lib/split-area.directive.d.ts +0 -21
- package/split-view/lib/split-view.component.d.ts +0 -159
- package/split-view/lib/split-view.interface.d.ts +0 -11
- package/split-view/lib/split-view.module.d.ts +0 -8
- package/tile-list/lib/tile-actions-menu/tile-actions-menu.component.d.ts +0 -11
- package/tile-list/lib/tile-config/action-select/action-select.component.d.ts +0 -13
- package/tile-list/lib/tile-config/icon-select/icon-select.component.d.ts +0 -11
- package/tile-list/lib/tile-config/property-select/property-select.component.d.ts +0 -26
- package/tile-list/lib/tile-config/tile-config-tile/tile-config-tile.component.d.ts +0 -20
- package/tile-list/lib/tile-config/tile-config-trigger/tile-config-trigger.component.d.ts +0 -17
- package/tile-list/lib/tile-config/tile-config.component.d.ts +0 -48
- package/tile-list/lib/tile-extension/directive/tile-extension.directive.d.ts +0 -11
- package/tile-list/lib/tile-extension/extensions/email.extension.d.ts +0 -10
- package/tile-list/lib/tile-extension/tile-extension.service.d.ts +0 -16
- package/tile-list/lib/tile-list/tile-list.component.d.ts +0 -637
- package/tile-list/lib/tile-list/tile-list.interface.d.ts +0 -18
- package/token-search/lib/token-search.component.d.ts +0 -35
- package/token-search/lib/token-search.interface.d.ts +0 -27
- package/token-search/lib/token-search.module.d.ts +0 -7
- package/tree/lib/tree-node/tree-node.component.d.ts +0 -21
- package/tree/lib/tree.component.d.ts +0 -53
- package/tree/lib/tree.interface.d.ts +0 -11
- package/tree/lib/tree.service.d.ts +0 -35
- package/upload-progress/lib/upload-progress/upload-progress-overlay/upload-progress-overlay.component.d.ts +0 -12
- package/upload-progress/lib/upload-progress/upload-progress.component.d.ts +0 -33
- package/upload-progress/lib/upload-progress/upload-progress.module.d.ts +0 -7
- package/widget-grid/lib/widget-grid-event.service.d.ts +0 -10
- package/widget-grid/lib/widget-grid-registry.service.d.ts +0 -81
- package/widget-grid/lib/widget-grid-workspaces/widget-grid-workspaces.component.d.ts +0 -53
- package/widget-grid/lib/widget-grid-workspaces/widget-grid-workspaces.interface.d.ts +0 -17
- package/widget-grid/lib/widget-grid-workspaces/workspace-edit/workspace-edit.component.d.ts +0 -10
- package/widget-grid/lib/widget-grid.component.d.ts +0 -52
- package/widget-grid/lib/widget-grid.interface.d.ts +0 -51
- package/widget-grid/lib/widget-grid.module.d.ts +0 -8
- package/widget-grid/lib/widget-grid.service.d.ts +0 -45
- package/widget-grid/lib/widget-grid.utils.d.ts +0 -18
- package/widget-grid/lib/widget-picker/widget-picker.component.d.ts +0 -38
- package/widget-grid/lib/widgets/noop/noop.component.d.ts +0 -7
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, FormControl, ValidationErrors } from '@angular/forms';
|
|
3
|
-
import { FileSizePipe, LocaleNumberPipe, TranslateService } from '@yuuvis/client-core';
|
|
4
|
-
import { AbstractMatFormField } from '@yuuvis/client-framework/common';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Creates form input for number values.
|
|
8
|
-
*
|
|
9
|
-
* Implements `ControlValueAccessor` so it can be used within Angular forms.
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* <yuv-number [scale]="2"></yuv-number>
|
|
13
|
-
*
|
|
14
|
-
*/
|
|
15
|
-
export declare class NumberComponent extends AbstractMatFormField<number> implements ControlValueAccessor, OnInit, OnDestroy {
|
|
16
|
-
#private;
|
|
17
|
-
readonly translate: TranslateService;
|
|
18
|
-
validationErrors: ValidationErrors[];
|
|
19
|
-
transformPipe: LocaleNumberPipe | FileSizePipe;
|
|
20
|
-
innerCtrl: FormControl<string | null>;
|
|
21
|
-
ngControl: import("@angular/forms").NgControl | null;
|
|
22
|
-
/**
|
|
23
|
-
* Number of decimal places
|
|
24
|
-
*/
|
|
25
|
-
scale: import("@angular/core").InputSignal<number | undefined>;
|
|
26
|
-
/**
|
|
27
|
-
* Overall amount of digits allowed (including decimal places)
|
|
28
|
-
*/
|
|
29
|
-
precision: import("@angular/core").InputSignal<number | undefined>;
|
|
30
|
-
/**
|
|
31
|
-
* Set to true to group number by pattern
|
|
32
|
-
*/
|
|
33
|
-
grouping: import("@angular/core").InputSignal<boolean>;
|
|
34
|
-
/**
|
|
35
|
-
* The pattern to group number value by
|
|
36
|
-
*/
|
|
37
|
-
groupPattern: import("@angular/core").InputSignal<string | undefined>;
|
|
38
|
-
/**
|
|
39
|
-
* Will prevent the input from being changed (default: false)
|
|
40
|
-
*/
|
|
41
|
-
readonly: import("@angular/core").InputSignal<boolean>;
|
|
42
|
-
/**
|
|
43
|
-
* set minimum input value
|
|
44
|
-
*/
|
|
45
|
-
minValue: import("@angular/core").InputSignal<number | undefined>;
|
|
46
|
-
/**
|
|
47
|
-
* set maximum input value
|
|
48
|
-
*
|
|
49
|
-
*/
|
|
50
|
-
maxValue: import("@angular/core").InputSignal<number | undefined>;
|
|
51
|
-
/**
|
|
52
|
-
* classification property adds some semantics to the value of this component.
|
|
53
|
-
* If you provide a value of `filesize` numbers typed into the control will be
|
|
54
|
-
* handled like file sizes (calculates differnt units)
|
|
55
|
-
*/
|
|
56
|
-
classifications: import("@angular/core").InputSignal<string[]>;
|
|
57
|
-
static betweenTwoNumbers(val: number, minVal: number | undefined, maxVal: number | undefined): boolean;
|
|
58
|
-
propagateChange: (_: any) => void;
|
|
59
|
-
writeValue(value: any): void;
|
|
60
|
-
registerOnChange(fn: any): void;
|
|
61
|
-
registerOnTouched(): void;
|
|
62
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
63
|
-
format(): void;
|
|
64
|
-
unformat(): void;
|
|
65
|
-
ngOnInit(): void;
|
|
66
|
-
ngOnDestroy(): void;
|
|
67
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NumberComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberComponent, "yuv-number", never, { "scale": { "alias": "scale"; "required": false; "isSignal": true; }; "precision": { "alias": "precision"; "required": false; "isSignal": true; }; "grouping": { "alias": "grouping"; "required": false; "isSignal": true; }; "groupPattern": { "alias": "groupPattern"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "classifications": { "alias": "classifications"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
69
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, FormControl, FormGroup } from '@angular/forms';
|
|
3
|
-
import { Operator, RangeValue } from '@yuuvis/client-core';
|
|
4
|
-
import { AbstractMatFormField } from '@yuuvis/client-framework/common';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* Creates form input for ranges of numeric values.
|
|
8
|
-
*
|
|
9
|
-
* Implements `ControlValueAccessor` so it can be used within Angular forms.
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
* <yuv-number-range [scale]="2"></yuv-number-range>
|
|
13
|
-
*
|
|
14
|
-
*/
|
|
15
|
-
export declare class NumberRangeComponent extends AbstractMatFormField<RangeValue> implements ControlValueAccessor, OnInit, OnDestroy {
|
|
16
|
-
#private;
|
|
17
|
-
/**
|
|
18
|
-
* Number of decimal places
|
|
19
|
-
*/
|
|
20
|
-
scale?: number;
|
|
21
|
-
/**
|
|
22
|
-
* Overall amount of digits allowed (including decimal places)
|
|
23
|
-
*/
|
|
24
|
-
precision?: number;
|
|
25
|
-
/**
|
|
26
|
-
* Set to true to group number by pattern
|
|
27
|
-
*/
|
|
28
|
-
grouping: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* The pattern to group number value by
|
|
31
|
-
*/
|
|
32
|
-
pattern?: string;
|
|
33
|
-
/**
|
|
34
|
-
* Will prevent the input from being changed (default: false)
|
|
35
|
-
*/
|
|
36
|
-
readonly: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* classification property adds some semantics to the value of this component.
|
|
39
|
-
* If you provide a value of `filesize` numbers typed into the control will be
|
|
40
|
-
* handled like file sizes (calculates differnt units)
|
|
41
|
-
*/
|
|
42
|
-
classifications: string[];
|
|
43
|
-
/**
|
|
44
|
-
* set minimum input value
|
|
45
|
-
*/
|
|
46
|
-
minValue?: number;
|
|
47
|
-
/**
|
|
48
|
-
* set maximum input value
|
|
49
|
-
*
|
|
50
|
-
*/
|
|
51
|
-
maxValue?: number;
|
|
52
|
-
situation: import("@angular/core").InputSignal<string | null>;
|
|
53
|
-
private isValid;
|
|
54
|
-
ngControl: import("@angular/forms").NgControl | null;
|
|
55
|
-
availableSearchOptions: {
|
|
56
|
-
label: string;
|
|
57
|
-
value: Operator;
|
|
58
|
-
}[];
|
|
59
|
-
rangeForm: FormGroup<{
|
|
60
|
-
numberValue: FormControl<number | undefined>;
|
|
61
|
-
operator: FormControl<Operator>;
|
|
62
|
-
numberValueFrom: FormControl<number | undefined>;
|
|
63
|
-
}>;
|
|
64
|
-
propagateChange: (_: any) => void;
|
|
65
|
-
writeValue(value: RangeValue): void;
|
|
66
|
-
registerOnChange(fn: any): void;
|
|
67
|
-
registerOnTouched(fn: any): void;
|
|
68
|
-
validate(): any;
|
|
69
|
-
ngOnInit(): void;
|
|
70
|
-
ngOnDestroy(): void;
|
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NumberRangeComponent, never>;
|
|
72
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberRangeComponent, "yuv-number-range", never, { "scale": { "alias": "scale"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "grouping": { "alias": "grouping"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "classifications": { "alias": "classifications"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "situation": { "alias": "situation"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
73
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
|
-
import { OrganizationSetEntry, TranslateService } from '@yuuvis/client-core';
|
|
4
|
-
import { AutocompleteItem } from '@yuuvis/client-framework/autocomplete';
|
|
5
|
-
import { AbstractMatFormField } from '@yuuvis/client-framework/common';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
type OrganizationNode = OrganizationSetEntry & {
|
|
8
|
-
notFound?: boolean;
|
|
9
|
-
};
|
|
10
|
-
type FormControlValue = string | {
|
|
11
|
-
id: string;
|
|
12
|
-
title: string;
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* Creates form input for organization values.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* <yuv-organization [multiselect]="true"></yuv-organization>
|
|
19
|
-
*/
|
|
20
|
-
export declare class OrganizationComponent extends AbstractMatFormField<FormControlValue | FormControlValue[] | undefined> implements ControlValueAccessor, OnInit, OnDestroy {
|
|
21
|
-
#private;
|
|
22
|
-
readonly translate: TranslateService;
|
|
23
|
-
minLength: number;
|
|
24
|
-
busy: import("@angular/core").WritableSignal<boolean>;
|
|
25
|
-
acFormControl: FormControl<AutocompleteItem<unknown> | AutocompleteItem<unknown>[] | null | undefined>;
|
|
26
|
-
ngControl: import("@angular/forms").NgControl | null;
|
|
27
|
-
_innerValue: OrganizationNode[];
|
|
28
|
-
set innerValue(iv: OrganizationNode[]);
|
|
29
|
-
get innerValue(): OrganizationNode[];
|
|
30
|
-
autocompleteRes: AutocompleteItem[];
|
|
31
|
-
/**
|
|
32
|
-
* Possibles values are `EDIT` (default),`SEARCH`,`CREATE`. In search situation validation of the form element will be turned off, so you are able to enter search terms that do not meet the elements validators.
|
|
33
|
-
*/
|
|
34
|
-
situation: import("@angular/core").InputSignal<string | undefined>;
|
|
35
|
-
/**
|
|
36
|
-
* Indicator that multiple strings could be inserted, they will be rendered as chips (default: false).
|
|
37
|
-
*/
|
|
38
|
-
multiselect: import("@angular/core").InputSignal<boolean>;
|
|
39
|
-
classifications: import("@angular/core").InputSignal<string[] | undefined>;
|
|
40
|
-
/**
|
|
41
|
-
* Will prevent the input from being changed (default: false)
|
|
42
|
-
*/
|
|
43
|
-
readonly: import("@angular/core").InputSignal<boolean>;
|
|
44
|
-
/**
|
|
45
|
-
* Whether or not to exclude the current user from autocomplete result
|
|
46
|
-
*/
|
|
47
|
-
excludeMe: import("@angular/core").InputSignal<boolean>;
|
|
48
|
-
/**
|
|
49
|
-
* Whether or not the emitted value should be an object containing id and title
|
|
50
|
-
* or, if set to false only the ID
|
|
51
|
-
*/
|
|
52
|
-
withMetadata: import("@angular/core").InputSignal<boolean>;
|
|
53
|
-
propagateChange: (_: any) => void;
|
|
54
|
-
writeValue(value: string | string[]): void;
|
|
55
|
-
registerOnChange(fn: any): void;
|
|
56
|
-
registerOnTouched(fn: any): void;
|
|
57
|
-
private propagate;
|
|
58
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
59
|
-
resolveFn(value: string[]): void;
|
|
60
|
-
autocompleteFn(query: string): void;
|
|
61
|
-
ngOnInit(): void;
|
|
62
|
-
ngOnDestroy(): void;
|
|
63
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OrganizationComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OrganizationComponent, "yuv-organization", never, { "situation": { "alias": "situation"; "required": false; "isSignal": true; }; "multiselect": { "alias": "multiselect"; "required": false; "isSignal": true; }; "classifications": { "alias": "classifications"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "excludeMe": { "alias": "excludeMe"; "required": false; "isSignal": true; }; "withMetadata": { "alias": "withMetadata"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
65
|
-
}
|
|
66
|
-
export {};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
|
-
import { OrganizationSetEntry } from '@yuuvis/client-core';
|
|
4
|
-
import { AutocompleteItem } from '@yuuvis/client-framework/autocomplete';
|
|
5
|
-
import { AbstractMatFormField } from '@yuuvis/client-framework/common';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Creates form input for organization set values. An organization set is
|
|
9
|
-
* either a user or a role. This control will emit a stringified JSON object of
|
|
10
|
-
* a OrganizationSetEntry object.
|
|
11
|
-
*
|
|
12
|
-
* ```json
|
|
13
|
-
* {
|
|
14
|
-
* "id:organization:set": [
|
|
15
|
-
* "{\"id\":\"YUUVIS_AI_PREDICT\",\"title\":\"YUUVIS_AI_PREDICT\",\"type\":\"role\"}"
|
|
16
|
-
* ]
|
|
17
|
-
* }
|
|
18
|
-
* ```
|
|
19
|
-
*/
|
|
20
|
-
export declare class OrganizationSetComponent extends AbstractMatFormField<string | string[] | undefined> implements ControlValueAccessor, OnDestroy, OnInit {
|
|
21
|
-
#private;
|
|
22
|
-
/**
|
|
23
|
-
* Possibles values are `EDIT` (default),`SEARCH`,`CREATE`. In search situation validation of the form element will be turned off, so you are able to enter search terms that do not meet the elements validators.
|
|
24
|
-
*/
|
|
25
|
-
situation: import("@angular/core").InputSignal<string | undefined>;
|
|
26
|
-
/**
|
|
27
|
-
* Indicator that multiple strings could be inserted, they will be rendered as chips (default: false).
|
|
28
|
-
*/
|
|
29
|
-
multiselect: import("@angular/core").InputSignal<boolean>;
|
|
30
|
-
/**
|
|
31
|
-
* Will prevent the input from being changed (default: false)
|
|
32
|
-
*/
|
|
33
|
-
readonly: import("@angular/core").InputSignal<boolean>;
|
|
34
|
-
/**
|
|
35
|
-
* Whether or not the emitted value should be an object containing id and title
|
|
36
|
-
* or, if set to false only the ID
|
|
37
|
-
*/
|
|
38
|
-
withMetadata: import("@angular/core").InputSignal<boolean>;
|
|
39
|
-
/**
|
|
40
|
-
* Minimum length of the autocomplete input before a query is sent to the server.
|
|
41
|
-
*/
|
|
42
|
-
autocompleteMinLength: import("@angular/core").InputSignal<number>;
|
|
43
|
-
classifications: import("@angular/core").InputSignal<string[] | undefined>;
|
|
44
|
-
types: import("@angular/core").InputSignal<string[] | undefined>;
|
|
45
|
-
busy: import("@angular/core").WritableSignal<boolean>;
|
|
46
|
-
acFormControl: FormControl<AutocompleteItem<unknown> | AutocompleteItem<unknown>[] | null | undefined>;
|
|
47
|
-
ngControl: import("@angular/forms").NgControl | null;
|
|
48
|
-
innerValue: OrganizationSetEntry[];
|
|
49
|
-
autocompleteRes: AutocompleteItem[];
|
|
50
|
-
propagateChange: (_: any) => void;
|
|
51
|
-
writeValue(value: string | string[]): void;
|
|
52
|
-
registerOnChange(fn: any): void;
|
|
53
|
-
registerOnTouched(fn: any): void;
|
|
54
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
55
|
-
private propagate;
|
|
56
|
-
autocompleteFn(query: string): void;
|
|
57
|
-
ngOnInit(): void;
|
|
58
|
-
ngOnDestroy(): void;
|
|
59
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OrganizationSetComponent, never>;
|
|
60
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OrganizationSetComponent, "yuv-organization-set", never, { "situation": { "alias": "situation"; "required": false; "isSignal": true; }; "multiselect": { "alias": "multiselect"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "withMetadata": { "alias": "withMetadata"; "required": false; "isSignal": true; }; "autocompleteMinLength": { "alias": "autocompleteMinLength"; "required": false; "isSignal": true; }; "classifications": { "alias": "classifications"; "required": false; "isSignal": true; }; "types": { "alias": "types"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
61
|
-
}
|
package/forms/lib/elements/range-select-date/date-range-picker/date-range-picker.component.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { RangeValue } from '@yuuvis/client-core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DateRangePickerComponent {
|
|
4
|
-
#private;
|
|
5
|
-
form: import("@angular/forms").FormGroup<{
|
|
6
|
-
range: import("@angular/forms").FormControl<RangeValue<unknown> | null | undefined>;
|
|
7
|
-
}>;
|
|
8
|
-
range: import("@angular/core").InputSignal<RangeValue<unknown> | undefined>;
|
|
9
|
-
rangeChange: import("@angular/core").OutputEmitterRef<RangeValue<unknown> | undefined>;
|
|
10
|
-
apply(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "yuv-date-range-picker", never, { "range": { "alias": "range"; "required": false; "isSignal": true; }; }, { "rangeChange": "rangeChange"; }, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
|
-
import { DateRange } from '@yuuvis/client-core';
|
|
4
|
-
import { AbstractMatFormField } from '@yuuvis/client-framework/common';
|
|
5
|
-
import { RangeSelectDateValue } from './range-select-date.interface';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Component for selecting a date range based on pre-defined ranges like
|
|
9
|
-
* 'today', 'this week', 'this month', etc.
|
|
10
|
-
* It also allows to pick a custom date range.
|
|
11
|
-
*/
|
|
12
|
-
export declare class RangeSelectDateComponent extends AbstractMatFormField<RangeSelectDateValue> implements ControlValueAccessor, OnDestroy {
|
|
13
|
-
#private;
|
|
14
|
-
private translate;
|
|
15
|
-
options: import("@angular/core").WritableSignal<{
|
|
16
|
-
label: string;
|
|
17
|
-
value: unknown;
|
|
18
|
-
}[]>;
|
|
19
|
-
readonly fc: FormControl<string>;
|
|
20
|
-
ngControl: import("@angular/forms").NgControl | null;
|
|
21
|
-
get shouldLabelFloat(): boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Range values to be used in the dropdown.
|
|
24
|
-
*/
|
|
25
|
-
ranges: import("@angular/core").InputSignal<DateRange[]>;
|
|
26
|
-
/**
|
|
27
|
-
* Whether to show the custom date range option.
|
|
28
|
-
*/
|
|
29
|
-
customRange: import("@angular/core").InputSignal<boolean>;
|
|
30
|
-
constructor();
|
|
31
|
-
propagateChange: (_: any) => void;
|
|
32
|
-
writeValue(value?: RangeSelectDateValue): void;
|
|
33
|
-
registerOnChange(fn: () => void): void;
|
|
34
|
-
registerOnTouched(fn: () => void): void;
|
|
35
|
-
ngOnDestroy(): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RangeSelectDateComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RangeSelectDateComponent, "yuv-range-select-date", never, { "ranges": { "alias": "ranges"; "required": false; "isSignal": true; }; "customRange": { "alias": "customRange"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
38
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
|
-
import { FilesizeRange } from '@yuuvis/client-core';
|
|
4
|
-
import { RangeSelectFilesizeValue } from './range-select-filesize.interface';
|
|
5
|
-
import { AbstractMatFormField } from '@yuuvis/client-framework/common';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Component for selecting a range of filesizes based on pre-defined ranges like
|
|
9
|
-
* 'today', 'this week', 'this month', etc.
|
|
10
|
-
*/
|
|
11
|
-
export declare class RangeSelectFilesizeComponent extends AbstractMatFormField<RangeSelectFilesizeValue> implements ControlValueAccessor, OnDestroy {
|
|
12
|
-
#private;
|
|
13
|
-
private translate;
|
|
14
|
-
options: import("@angular/core").WritableSignal<{
|
|
15
|
-
label: string;
|
|
16
|
-
value: unknown;
|
|
17
|
-
}[]>;
|
|
18
|
-
readonly fc: FormControl<string>;
|
|
19
|
-
ngControl: import("@angular/forms").NgControl | null;
|
|
20
|
-
get shouldLabelFloat(): boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Range values to be used in the dropdown.
|
|
23
|
-
*/
|
|
24
|
-
ranges: import("@angular/core").InputSignal<FilesizeRange[]>;
|
|
25
|
-
constructor();
|
|
26
|
-
propagateChange: (_: any) => void;
|
|
27
|
-
writeValue(value?: RangeSelectFilesizeValue): void;
|
|
28
|
-
registerOnChange(fn: () => void): void;
|
|
29
|
-
registerOnTouched(fn: () => void): void;
|
|
30
|
-
ngOnDestroy(): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RangeSelectFilesizeComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RangeSelectFilesizeComponent, "yuv-range-select-filesize", never, { "ranges": { "alias": "ranges"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
33
|
-
}
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
3
|
-
import { MatChipEditedEvent, MatChipInputEvent } from '@angular/material/chips';
|
|
4
|
-
import { FormattedMailTo } from '@yuuvis/client-core';
|
|
5
|
-
import { AbstractMatFormField } from '@yuuvis/client-framework/common';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* Creates form input for strings. Based on the input values different kinds of inputs will be generated.
|
|
9
|
-
*
|
|
10
|
-
* Implements `ControlValueAccessor` so it can be used within Angular forms.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* <!-- string input validating input to be between 5 and 10 characters -->
|
|
14
|
-
* <yuv-string [minLength]="5" [maxLength]="10"></yuv-string>
|
|
15
|
-
*
|
|
16
|
-
* <!-- string input that only allow digits -->
|
|
17
|
-
* <yuv-string [regex]="[0-9]*"></yuv-string>
|
|
18
|
-
*
|
|
19
|
-
* <!-- string input rendering a large textarea -->
|
|
20
|
-
* <yuv-string [rows]="10"></yuv-string>
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
export declare class StringComponent extends AbstractMatFormField<string | string[] | undefined> implements ControlValueAccessor, AfterViewInit, OnInit, OnDestroy {
|
|
24
|
-
#private;
|
|
25
|
-
readonly fc: FormControl<string | string[] | null | undefined>;
|
|
26
|
-
readonly separatorKeysCodes: readonly [13, 188];
|
|
27
|
-
classifiytionIcons: {
|
|
28
|
-
email: string;
|
|
29
|
-
url: string;
|
|
30
|
-
phone: string;
|
|
31
|
-
};
|
|
32
|
-
maxEntryCountIfInvalid?: number;
|
|
33
|
-
/**
|
|
34
|
-
* Indicator that multiple strings could be inserted, they will be rendered as chips (default: false).
|
|
35
|
-
*/
|
|
36
|
-
multiselect: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* Setting rows to more than 1 will generate a textarea instead of an input tag
|
|
39
|
-
* and apply the rows property to it
|
|
40
|
-
*/
|
|
41
|
-
rows?: number;
|
|
42
|
-
/**
|
|
43
|
-
* Will prevent the input from being changed (default: false)
|
|
44
|
-
*/
|
|
45
|
-
readonly: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* Enable autofucus for the input (default: false)
|
|
48
|
-
*/
|
|
49
|
-
autofocus: boolean;
|
|
50
|
-
/**
|
|
51
|
-
* Additional semantics for the form element. Possible values are
|
|
52
|
-
* `email` (validates and creates a link to send an email once there
|
|
53
|
-
* is a valid email address) and `url` (validates and creates a link
|
|
54
|
-
* to an URL typed into the form element).
|
|
55
|
-
*/
|
|
56
|
-
set classifications(c: string[]);
|
|
57
|
-
get classifications(): string[];
|
|
58
|
-
/**
|
|
59
|
-
* Possibles values are `EDIT` (default),`SEARCH`,`CREATE`. In search situation validation of the form element will be turned off, so you are able to enter search terms that do not meet the elements validators.
|
|
60
|
-
*/
|
|
61
|
-
situation?: string;
|
|
62
|
-
/**
|
|
63
|
-
* Regular expression to validate the input value against
|
|
64
|
-
*/
|
|
65
|
-
regex?: string;
|
|
66
|
-
/**
|
|
67
|
-
* Minimal number of characters
|
|
68
|
-
*/
|
|
69
|
-
minLength?: number;
|
|
70
|
-
/**
|
|
71
|
-
* Maximum number of characters
|
|
72
|
-
*/
|
|
73
|
-
maxLength?: number;
|
|
74
|
-
formatedValue?: FormattedMailTo;
|
|
75
|
-
valid: boolean;
|
|
76
|
-
validationErrors: {
|
|
77
|
-
[key: string]: any;
|
|
78
|
-
}[];
|
|
79
|
-
classify?: {
|
|
80
|
-
hrefPrefix: string;
|
|
81
|
-
icon: string | undefined;
|
|
82
|
-
};
|
|
83
|
-
ngControl: import("@angular/forms").NgControl | null;
|
|
84
|
-
propagateChange: (_: any) => void;
|
|
85
|
-
private propagate;
|
|
86
|
-
writeValue(value: string | string[]): void;
|
|
87
|
-
registerOnChange(fn: any): void;
|
|
88
|
-
registerOnTouched(): void;
|
|
89
|
-
setDisabledState?(isDisabled: boolean): void;
|
|
90
|
-
onBlur(): void;
|
|
91
|
-
chipsAdd(event: MatChipInputEvent): void;
|
|
92
|
-
chipsRemove(v: string): void;
|
|
93
|
-
chipsEdit(v: string, event: MatChipEditedEvent): void;
|
|
94
|
-
private validateClassification;
|
|
95
|
-
ngOnInit(): void;
|
|
96
|
-
ngAfterViewInit(): void;
|
|
97
|
-
ngOnDestroy(): void;
|
|
98
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StringComponent, never>;
|
|
99
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringComponent, "yuv-string", never, { "multiselect": { "alias": "multiselect"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "classifications": { "alias": "classifications"; "required": false; }; "situation": { "alias": "situation"; "required": false; }; "regex": { "alias": "regex"; "required": false; }; "minLength": { "alias": "minLength"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; }, {}, never, never, true, never>;
|
|
100
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./elements/string/string.component";
|
|
3
|
-
import * as i2 from "./elements/number/number.component";
|
|
4
|
-
import * as i3 from "./elements/number-range/number-range.component";
|
|
5
|
-
import * as i4 from "./elements/datetime/datetime.component";
|
|
6
|
-
import * as i5 from "./elements/datetime-range/datetime-range.component";
|
|
7
|
-
import * as i6 from "./elements/organization/organization.component";
|
|
8
|
-
import * as i7 from "./elements/catalog/catalog.component";
|
|
9
|
-
import * as i8 from "./elements/i18n-catalog/i18n-catalog.component";
|
|
10
|
-
/**
|
|
11
|
-
* Module for the forms library.
|
|
12
|
-
*/
|
|
13
|
-
export declare class YuvFormsModule {
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvFormsModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<YuvFormsModule, never, [typeof i1.StringComponent, typeof i2.NumberComponent, typeof i3.NumberRangeComponent, typeof i4.DatetimeComponent, typeof i5.DatetimeRangeComponent, typeof i6.OrganizationComponent, typeof i1.StringComponent, typeof i7.CatalogComponent, typeof i8.I18nCatalogComponent], [typeof i1.StringComponent, typeof i2.NumberComponent, typeof i3.NumberRangeComponent, typeof i4.DatetimeComponent, typeof i5.DatetimeRangeComponent, typeof i6.OrganizationComponent, typeof i1.StringComponent, typeof i7.CatalogComponent, typeof i8.I18nCatalogComponent]>;
|
|
16
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<YuvFormsModule>;
|
|
17
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
/**
|
|
5
|
-
* Component to display an SVG icon.
|
|
6
|
-
* @deprecated Deprecated description
|
|
7
|
-
*/
|
|
8
|
-
export declare class YuvIconComponent implements OnInit {
|
|
9
|
-
#private;
|
|
10
|
-
private element;
|
|
11
|
-
private http;
|
|
12
|
-
private document;
|
|
13
|
-
private _svgIcon;
|
|
14
|
-
label: import("@angular/core").InputSignal<string | undefined>;
|
|
15
|
-
svg: import("@angular/core").InputSignal<string | SVGElement | undefined>;
|
|
16
|
-
svgSrc: import("@angular/core").InputSignal<string | undefined>;
|
|
17
|
-
constructor(element: ElementRef, http: HttpClient, document: any);
|
|
18
|
-
private _createSvg;
|
|
19
|
-
private _removeSVG;
|
|
20
|
-
private _svgElementFromString;
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YuvIconComponent, [null, null, { optional: true; }]>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YuvIconComponent, "yuv-icon", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; "svg": { "alias": "svg"; "required": false; "isSignal": true; }; "svgSrc": { "alias": "svgSrc"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
24
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
/**
|
|
3
|
-
* Service managing icons. Use `getIcon(id)` to retrieve the SVG string for that key.
|
|
4
|
-
* By default these SVGs will be served from the resources provided by this module.
|
|
5
|
-
* It contains several general [purpose icons](icons.ts). If you want to extend the
|
|
6
|
-
* list of icons or overwrite an existing icon use `registerIcon(s)` functions. If the
|
|
7
|
-
* id of an icon to be registered already exists it will be overwritten otherwise added
|
|
8
|
-
* to the list of available icons. Once registered icons are available across the whole
|
|
9
|
-
* application.
|
|
10
|
-
* @deprecated
|
|
11
|
-
*/
|
|
12
|
-
export declare class IconService {
|
|
13
|
-
private _iconRegistry;
|
|
14
|
-
private _brokenIcon;
|
|
15
|
-
/**
|
|
16
|
-
* Get an icon. Based on its ID the service will try to retrieve the svg string
|
|
17
|
-
* from its internal icon registry or the default icons provided by the module
|
|
18
|
-
* @param id ID of the icon
|
|
19
|
-
* @returns SVG string or undefined if the icon could not be found
|
|
20
|
-
*/
|
|
21
|
-
getIcon(id: string): string | undefined;
|
|
22
|
-
/**
|
|
23
|
-
* Register a new icon or overwrite an existing icon.
|
|
24
|
-
* @param id ID of the icon
|
|
25
|
-
* @param svg SVG string bound to that ID
|
|
26
|
-
*/
|
|
27
|
-
registerIcon(id: string, svg: string): void;
|
|
28
|
-
/**
|
|
29
|
-
* Register multiple icons at once
|
|
30
|
-
* @param icons Array of icons
|
|
31
|
-
*/
|
|
32
|
-
registerIcons(icons: {
|
|
33
|
-
id: string;
|
|
34
|
-
svg: string;
|
|
35
|
-
}[]): void;
|
|
36
|
-
private _isValidSVG;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IconService, never>;
|
|
38
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<IconService>;
|
|
39
|
-
}
|
package/icons/lib/icons.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const YUV_ICONS: any;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ObjectTypeIconComponent {
|
|
3
|
-
private system;
|
|
4
|
-
private backend;
|
|
5
|
-
set objectTypeId(id: string);
|
|
6
|
-
svg?: string;
|
|
7
|
-
title?: string;
|
|
8
|
-
refresh(params: any): boolean;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ObjectTypeIconComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ObjectTypeIconComponent, "yuv-object-type-icon", never, { "objectTypeId": { "alias": "objectTypeId"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* List of element selectors that should be excluded from halo focus
|
|
3
|
-
* when they are inside a Material form field component (mat-form-field).
|
|
4
|
-
*
|
|
5
|
-
* These elements typically have their own built-in focus indicators provided
|
|
6
|
-
* by Angular Material, making the halo focus redundant or visually conflicting.
|
|
7
|
-
*
|
|
8
|
-
* **Included Selectors:**
|
|
9
|
-
* - `input` - Text inputs, number inputs, etc. inside mat-form-field
|
|
10
|
-
* - `textarea` - Multi-line text inputs inside mat-form-field
|
|
11
|
-
* - `mat-select` - Material select dropdowns inside mat-form-field
|
|
12
|
-
*
|
|
13
|
-
* **Why Exclude These:**
|
|
14
|
-
* Angular Material form fields provide their own focus styling with floating labels,
|
|
15
|
-
* underlines, and color changes. Adding a halo around these elements would:
|
|
16
|
-
* - Create visual clutter and redundancy
|
|
17
|
-
* - Potentially conflict with Material's focus styling
|
|
18
|
-
* - Reduce the clarity of Material Design's established patterns
|
|
19
|
-
*
|
|
20
|
-
* **Note:** These elements will still receive halo focus if they appear OUTSIDE
|
|
21
|
-
* of mat-form-field containers. The exclusion only applies when they're wrapped
|
|
22
|
-
* in a mat-form-field.
|
|
23
|
-
*
|
|
24
|
-
* @see {@link HaloUtilityService.shouldSkipElementInMatFormField} for implementation
|
|
25
|
-
*/
|
|
26
|
-
export declare const haloExcludedElementsInMatFormField: string[];
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* List of keyboard navigation keys that trigger halo position updates.
|
|
3
|
-
*
|
|
4
|
-
* When any of these keys are pressed while an element is focused, the halo service
|
|
5
|
-
* schedules an immediate position update to ensure the halo follows the focused element
|
|
6
|
-
* if it moves within the page (e.g., scrolling a list, moving through a table).
|
|
7
|
-
*
|
|
8
|
-
* **Included Keys:**
|
|
9
|
-
* - `ArrowLeft`, `ArrowRight`, `ArrowUp`, `ArrowDown` - Directional navigation
|
|
10
|
-
* - `Home`, `End` - Jump to start/end of content
|
|
11
|
-
* - `PageUp`, `PageDown` - Page-level scrolling
|
|
12
|
-
*
|
|
13
|
-
* **Why This Matters:**
|
|
14
|
-
* Arrow keys and navigation keys can cause the focused element to scroll or move within
|
|
15
|
-
* its container (e.g., scrolling a select dropdown, moving focus in a grid). By tracking
|
|
16
|
-
* these keys, the halo can immediately update its position to follow the element, preventing
|
|
17
|
-
* visual misalignment.
|
|
18
|
-
*
|
|
19
|
-
* **Performance Note:**
|
|
20
|
-
* Updates are scheduled using requestAnimationFrame, so even rapid key presses won't
|
|
21
|
-
* cause performance issues.
|
|
22
|
-
*
|
|
23
|
-
* @see {@link HaloFocusService} for the implementation of keydown handling
|
|
24
|
-
*/
|
|
25
|
-
export declare const haloFocusNavigationKeys: string[];
|