@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
package/forms/index.d.ts
CHANGED
|
@@ -1,13 +1,633 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { ElementRef, OnInit, OnDestroy, AfterViewInit } from '@angular/core';
|
|
3
|
+
import * as _angular_forms from '@angular/forms';
|
|
4
|
+
import { ControlValueAccessor, Validator, FormControl, FormGroup, ValidationErrors, AbstractControl } from '@angular/forms';
|
|
5
|
+
import { TranslateService, Situation, ObjectFormControl, RangeValue, Operator, LocaleNumberPipe, FileSizePipe, OrganizationSetEntry, DateRange, FilesizeRange, FormattedMailTo } from '@yuuvis/client-core';
|
|
6
|
+
import { MetadataFormFieldContext } from '@yuuvis/client-framework/metadata-form';
|
|
7
|
+
import { AbstractMatFormField } from '@yuuvis/client-framework/common';
|
|
8
|
+
import { DatepickerComponent, DatepickerLabels } from '@yuuvis/client-framework/datepicker';
|
|
9
|
+
import { AutocompleteItem } from '@yuuvis/client-framework/autocomplete';
|
|
10
|
+
import { MatChipInputEvent, MatChipEditedEvent } from '@angular/material/chips';
|
|
11
|
+
|
|
12
|
+
declare enum DataGridSizeType {
|
|
13
|
+
SMALL = "small",
|
|
14
|
+
MEDIUM = "medium",
|
|
15
|
+
LARGE = "large",
|
|
16
|
+
XLARGE = "extra-large",
|
|
17
|
+
AUTO = "auto"
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
declare class DataGridComponent implements ControlValueAccessor, Validator {
|
|
21
|
+
#private;
|
|
22
|
+
readonly translate: TranslateService;
|
|
23
|
+
readonly el: ElementRef<any>;
|
|
24
|
+
situation: _angular_core.InputSignal<Situation>;
|
|
25
|
+
formElement: _angular_core.InputSignal<Record<string, any> | undefined>;
|
|
26
|
+
mappedFormElement: _angular_core.WritableSignal<Record<string, any> | undefined>;
|
|
27
|
+
formControl: _angular_core.InputSignal<any>;
|
|
28
|
+
classifications: _angular_core.InputSignal<string[]>;
|
|
29
|
+
readonly: _angular_core.InputSignal<boolean>;
|
|
30
|
+
formFieldContext: _angular_core.InputSignal<MetadataFormFieldContext | undefined>;
|
|
31
|
+
size: _angular_core.InputSignal<DataGridSizeType>;
|
|
32
|
+
dataSource: _angular_core.WritableSignal<any[]>;
|
|
33
|
+
tableLabel: _angular_core.Signal<string | undefined>;
|
|
34
|
+
selectedRow: _angular_core.WritableSignal<unknown>;
|
|
35
|
+
isRequired: boolean;
|
|
36
|
+
isInvalid: boolean;
|
|
37
|
+
initalTableUpdate: boolean;
|
|
38
|
+
icons: {
|
|
39
|
+
add: any;
|
|
40
|
+
more: any;
|
|
41
|
+
};
|
|
42
|
+
displayedColumnsWithActions: _angular_core.WritableSignal<string[]>;
|
|
43
|
+
displayedColumns: _angular_core.WritableSignal<any[]>;
|
|
44
|
+
onMenuTrigger(element: unknown | null): void;
|
|
45
|
+
editRow(element: unknown): void;
|
|
46
|
+
addRow(): void;
|
|
47
|
+
removeRow(element: any): void;
|
|
48
|
+
propagateChange: (value: any) => void;
|
|
49
|
+
onTouched: () => void;
|
|
50
|
+
writeValue(obj: any): void;
|
|
51
|
+
registerOnChange(fn: any): void;
|
|
52
|
+
registerOnTouched(fn: any): void;
|
|
53
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
54
|
+
onValueChange(e: any): void;
|
|
55
|
+
validate(control: ObjectFormControl): null;
|
|
56
|
+
onHostFocusOut(ev: FocusEvent): void;
|
|
57
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataGridComponent, never>;
|
|
58
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataGridComponent, "yuv-data-grid", never, { "situation": { "alias": "situation"; "required": false; "isSignal": true; }; "formElement": { "alias": "formElement"; "required": false; "isSignal": true; }; "formControl": { "alias": "formControl"; "required": false; "isSignal": true; }; "classifications": { "alias": "classifications"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "formFieldContext": { "alias": "formFieldContext"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
declare class DatetimeComponent extends AbstractMatFormField<Date | null> implements ControlValueAccessor, OnInit {
|
|
62
|
+
#private;
|
|
63
|
+
private translate;
|
|
64
|
+
pickerCmp: _angular_core.Signal<DatepickerComponent>;
|
|
65
|
+
labels?: DatepickerLabels;
|
|
66
|
+
ngControl: _angular_forms.NgControl | null;
|
|
67
|
+
fc: FormControl<Date | null>;
|
|
68
|
+
_locale: _angular_core.WritableSignal<string>;
|
|
69
|
+
locale: _angular_core.InputSignal<string>;
|
|
70
|
+
/**
|
|
71
|
+
* Whether or not to allow only values in the future (default: false)
|
|
72
|
+
*/
|
|
73
|
+
onlyFutureDates: _angular_core.InputSignal<boolean>;
|
|
74
|
+
/**
|
|
75
|
+
* Will prevent the input from being changed (default: false)
|
|
76
|
+
*/
|
|
77
|
+
readonly: _angular_core.InputSignal<boolean>;
|
|
78
|
+
/**
|
|
79
|
+
* Whether to show the calendar icon that opens the date picker calendar (default: true)
|
|
80
|
+
*/
|
|
81
|
+
calendar: _angular_core.InputSignal<boolean>;
|
|
82
|
+
/**
|
|
83
|
+
* Enables setting time as well (default: false)
|
|
84
|
+
*/
|
|
85
|
+
withTime: _angular_core.InputSignal<boolean>;
|
|
86
|
+
openCalendar(): void;
|
|
87
|
+
propagateChange: (_: any) => void;
|
|
88
|
+
writeValue(value: any): void;
|
|
89
|
+
registerOnChange(fn: () => void): void;
|
|
90
|
+
registerOnTouched(): void;
|
|
91
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
92
|
+
onValueChange(e: any): void;
|
|
93
|
+
ngOnInit(): void;
|
|
94
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DatetimeComponent, never>;
|
|
95
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DatetimeComponent, "yuv-datetime", never, { "locale": { "alias": "locale"; "required": false; "isSignal": true; }; "onlyFutureDates": { "alias": "onlyFutureDates"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "withTime": { "alias": "withTime"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
declare class DatetimeRangeComponent extends AbstractMatFormField<RangeValue<Date | string>> implements ControlValueAccessor, OnInit, OnDestroy {
|
|
99
|
+
#private;
|
|
100
|
+
/**
|
|
101
|
+
* Enables setting time as well (default: false)
|
|
102
|
+
*/
|
|
103
|
+
withTimeInput: _angular_core.InputSignal<boolean>;
|
|
104
|
+
withTime: _angular_core.WritableSignal<boolean>;
|
|
105
|
+
/**
|
|
106
|
+
* Will prevent the input from being changed (default: false)
|
|
107
|
+
*/
|
|
108
|
+
readonly: _angular_core.InputSignal<boolean>;
|
|
109
|
+
operator: _angular_core.InputSignal<Operator>;
|
|
110
|
+
situation: _angular_core.InputSignal<string | undefined>;
|
|
111
|
+
private _isValid;
|
|
112
|
+
ngControl: _angular_forms.NgControl | null;
|
|
113
|
+
availableSearchOptions: {
|
|
114
|
+
label: string;
|
|
115
|
+
value: Operator;
|
|
116
|
+
}[];
|
|
117
|
+
rangeForm: FormGroup<{
|
|
118
|
+
dateValue: FormControl<string | Date | undefined>;
|
|
119
|
+
operator: FormControl<Operator>;
|
|
120
|
+
dateValueFrom: FormControl<string | Date | undefined>;
|
|
121
|
+
}>;
|
|
122
|
+
propagateChange: (_: any) => void;
|
|
123
|
+
writeValue(value?: RangeValue<Date | string>): void;
|
|
124
|
+
registerOnChange(fn: any): void;
|
|
125
|
+
registerOnTouched(fn: any): void;
|
|
126
|
+
ngOnInit(): void;
|
|
127
|
+
ngOnDestroy(): void;
|
|
128
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DatetimeRangeComponent, never>;
|
|
129
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DatetimeRangeComponent, "yuv-datetime-range", never, { "withTimeInput": { "alias": "withTime"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "operator": { "alias": "operator"; "required": false; "isSignal": true; }; "situation": { "alias": "situation"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* Creates form input for number values.
|
|
134
|
+
*
|
|
135
|
+
* Implements `ControlValueAccessor` so it can be used within Angular forms.
|
|
136
|
+
*
|
|
137
|
+
* @example
|
|
138
|
+
* <yuv-number [scale]="2"></yuv-number>
|
|
139
|
+
*
|
|
140
|
+
*/
|
|
141
|
+
declare class NumberComponent extends AbstractMatFormField<number> implements ControlValueAccessor, OnInit, OnDestroy {
|
|
142
|
+
#private;
|
|
143
|
+
readonly translate: TranslateService;
|
|
144
|
+
validationErrors: ValidationErrors[];
|
|
145
|
+
transformPipe: LocaleNumberPipe | FileSizePipe;
|
|
146
|
+
innerCtrl: FormControl<string | null>;
|
|
147
|
+
ngControl: _angular_forms.NgControl | null;
|
|
148
|
+
/**
|
|
149
|
+
* Number of decimal places
|
|
150
|
+
*/
|
|
151
|
+
scale: _angular_core.InputSignal<number | undefined>;
|
|
152
|
+
/**
|
|
153
|
+
* Overall amount of digits allowed (including decimal places)
|
|
154
|
+
*/
|
|
155
|
+
precision: _angular_core.InputSignal<number | undefined>;
|
|
156
|
+
/**
|
|
157
|
+
* Set to true to group number by pattern
|
|
158
|
+
*/
|
|
159
|
+
grouping: _angular_core.InputSignal<boolean>;
|
|
160
|
+
/**
|
|
161
|
+
* The pattern to group number value by
|
|
162
|
+
*/
|
|
163
|
+
groupPattern: _angular_core.InputSignal<string | undefined>;
|
|
164
|
+
/**
|
|
165
|
+
* Will prevent the input from being changed (default: false)
|
|
166
|
+
*/
|
|
167
|
+
readonly: _angular_core.InputSignal<boolean>;
|
|
168
|
+
/**
|
|
169
|
+
* set minimum input value
|
|
170
|
+
*/
|
|
171
|
+
minValue: _angular_core.InputSignal<number | undefined>;
|
|
172
|
+
/**
|
|
173
|
+
* set maximum input value
|
|
174
|
+
*
|
|
175
|
+
*/
|
|
176
|
+
maxValue: _angular_core.InputSignal<number | undefined>;
|
|
177
|
+
/**
|
|
178
|
+
* classification property adds some semantics to the value of this component.
|
|
179
|
+
* If you provide a value of `filesize` numbers typed into the control will be
|
|
180
|
+
* handled like file sizes (calculates differnt units)
|
|
181
|
+
*/
|
|
182
|
+
classifications: _angular_core.InputSignal<string[]>;
|
|
183
|
+
static betweenTwoNumbers(val: number, minVal: number | undefined, maxVal: number | undefined): boolean;
|
|
184
|
+
propagateChange: (_: any) => void;
|
|
185
|
+
writeValue(value: any): void;
|
|
186
|
+
registerOnChange(fn: any): void;
|
|
187
|
+
registerOnTouched(): void;
|
|
188
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
189
|
+
format(): void;
|
|
190
|
+
unformat(): void;
|
|
191
|
+
ngOnInit(): void;
|
|
192
|
+
ngOnDestroy(): void;
|
|
193
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NumberComponent, never>;
|
|
194
|
+
static ɵcmp: _angular_core.ɵɵ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>;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Creates form input for ranges of numeric values.
|
|
199
|
+
*
|
|
200
|
+
* Implements `ControlValueAccessor` so it can be used within Angular forms.
|
|
201
|
+
*
|
|
202
|
+
* @example
|
|
203
|
+
* <yuv-number-range [scale]="2"></yuv-number-range>
|
|
204
|
+
*
|
|
205
|
+
*/
|
|
206
|
+
declare class NumberRangeComponent extends AbstractMatFormField<RangeValue> implements ControlValueAccessor, OnInit, OnDestroy {
|
|
207
|
+
#private;
|
|
208
|
+
/**
|
|
209
|
+
* Number of decimal places
|
|
210
|
+
*/
|
|
211
|
+
readonly scale: _angular_core.InputSignal<number | undefined>;
|
|
212
|
+
/**
|
|
213
|
+
* Overall amount of digits allowed (including decimal places)
|
|
214
|
+
*/
|
|
215
|
+
readonly precision: _angular_core.InputSignal<number | undefined>;
|
|
216
|
+
/**
|
|
217
|
+
* Set to true to group number by pattern
|
|
218
|
+
*/
|
|
219
|
+
readonly grouping: _angular_core.InputSignal<boolean>;
|
|
220
|
+
/**
|
|
221
|
+
* The pattern to group number value by
|
|
222
|
+
*/
|
|
223
|
+
readonly pattern: _angular_core.InputSignal<string | undefined>;
|
|
224
|
+
/**
|
|
225
|
+
* Will prevent the input from being changed (default: false)
|
|
226
|
+
*/
|
|
227
|
+
readonly readonly: _angular_core.InputSignal<boolean>;
|
|
228
|
+
/**
|
|
229
|
+
* classification property adds some semantics to the value of this component.
|
|
230
|
+
* If you provide a value of `filesize` numbers typed into the control will be
|
|
231
|
+
* handled like file sizes (calculates differnt units)
|
|
232
|
+
*/
|
|
233
|
+
readonly classifications: _angular_core.InputSignal<string[]>;
|
|
234
|
+
/**
|
|
235
|
+
* set minimum input value
|
|
236
|
+
*/
|
|
237
|
+
readonly minValue: _angular_core.InputSignal<number | undefined>;
|
|
238
|
+
/**
|
|
239
|
+
* set maximum input value
|
|
240
|
+
*
|
|
241
|
+
*/
|
|
242
|
+
readonly maxValue: _angular_core.InputSignal<number | undefined>;
|
|
243
|
+
situation: _angular_core.InputSignal<string | null>;
|
|
244
|
+
private isValid;
|
|
245
|
+
ngControl: _angular_forms.NgControl | null;
|
|
246
|
+
availableSearchOptions: {
|
|
247
|
+
label: string;
|
|
248
|
+
value: Operator;
|
|
249
|
+
}[];
|
|
250
|
+
rangeForm: FormGroup<{
|
|
251
|
+
numberValue: FormControl<number | undefined>;
|
|
252
|
+
operator: FormControl<Operator>;
|
|
253
|
+
numberValueFrom: FormControl<number | undefined>;
|
|
254
|
+
}>;
|
|
255
|
+
propagateChange: (_: any) => void;
|
|
256
|
+
writeValue(value: RangeValue): void;
|
|
257
|
+
registerOnChange(fn: any): void;
|
|
258
|
+
registerOnTouched(fn: any): void;
|
|
259
|
+
validate(): any;
|
|
260
|
+
ngOnInit(): void;
|
|
261
|
+
ngOnDestroy(): void;
|
|
262
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NumberRangeComponent, never>;
|
|
263
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NumberRangeComponent, "yuv-number-range", never, { "scale": { "alias": "scale"; "required": false; "isSignal": true; }; "precision": { "alias": "precision"; "required": false; "isSignal": true; }; "grouping": { "alias": "grouping"; "required": false; "isSignal": true; }; "pattern": { "alias": "pattern"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "classifications": { "alias": "classifications"; "required": false; "isSignal": true; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "situation": { "alias": "situation"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
type OrganizationNode = OrganizationSetEntry & {
|
|
267
|
+
notFound?: boolean;
|
|
268
|
+
};
|
|
269
|
+
type FormControlValue = string | {
|
|
270
|
+
id: string;
|
|
271
|
+
title: string;
|
|
272
|
+
};
|
|
273
|
+
/**
|
|
274
|
+
* Creates form input for organization values.
|
|
275
|
+
*
|
|
276
|
+
* @example
|
|
277
|
+
* <yuv-organization [multiselect]="true"></yuv-organization>
|
|
278
|
+
*/
|
|
279
|
+
declare class OrganizationComponent extends AbstractMatFormField<FormControlValue | FormControlValue[] | undefined> implements ControlValueAccessor, OnInit, OnDestroy {
|
|
280
|
+
#private;
|
|
281
|
+
readonly translate: TranslateService;
|
|
282
|
+
minLength: number;
|
|
283
|
+
busy: _angular_core.WritableSignal<boolean>;
|
|
284
|
+
acFormControl: FormControl<AutocompleteItem<unknown> | AutocompleteItem<unknown>[] | null | undefined>;
|
|
285
|
+
ngControl: _angular_forms.NgControl | null;
|
|
286
|
+
_innerValue: OrganizationNode[];
|
|
287
|
+
set innerValue(iv: OrganizationNode[]);
|
|
288
|
+
get innerValue(): OrganizationNode[];
|
|
289
|
+
autocompleteRes: AutocompleteItem[];
|
|
290
|
+
/**
|
|
291
|
+
* 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.
|
|
292
|
+
*/
|
|
293
|
+
situation: _angular_core.InputSignal<string | undefined>;
|
|
294
|
+
/**
|
|
295
|
+
* Indicator that multiple strings could be inserted, they will be rendered as chips (default: false).
|
|
296
|
+
*/
|
|
297
|
+
multiselect: _angular_core.InputSignal<boolean>;
|
|
298
|
+
classifications: _angular_core.InputSignal<string[] | undefined>;
|
|
299
|
+
/**
|
|
300
|
+
* Will prevent the input from being changed (default: false)
|
|
301
|
+
*/
|
|
302
|
+
readonly: _angular_core.InputSignal<boolean>;
|
|
303
|
+
/**
|
|
304
|
+
* Whether or not to exclude the current user from autocomplete result
|
|
305
|
+
*/
|
|
306
|
+
excludeMe: _angular_core.InputSignal<boolean>;
|
|
307
|
+
/**
|
|
308
|
+
* Whether or not the emitted value should be an object containing id and title
|
|
309
|
+
* or, if set to false only the ID
|
|
310
|
+
*/
|
|
311
|
+
withMetadata: _angular_core.InputSignal<boolean>;
|
|
312
|
+
propagateChange: (_: any) => void;
|
|
313
|
+
writeValue(value: string | string[]): void;
|
|
314
|
+
registerOnChange(fn: any): void;
|
|
315
|
+
registerOnTouched(fn: any): void;
|
|
316
|
+
private propagate;
|
|
317
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
318
|
+
resolveFn(value: string[]): void;
|
|
319
|
+
autocompleteFn(query: string): void;
|
|
320
|
+
ngOnInit(): void;
|
|
321
|
+
ngOnDestroy(): void;
|
|
322
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OrganizationComponent, never>;
|
|
323
|
+
static ɵcmp: _angular_core.ɵɵ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>;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
/**
|
|
327
|
+
* Creates form input for organization set values. An organization set is
|
|
328
|
+
* either a user or a role. This control will emit a stringified JSON object of
|
|
329
|
+
* a OrganizationSetEntry object.
|
|
330
|
+
*
|
|
331
|
+
* ```json
|
|
332
|
+
* {
|
|
333
|
+
* "id:organization:set": [
|
|
334
|
+
* "{\"id\":\"YUUVIS_AI_PREDICT\",\"title\":\"YUUVIS_AI_PREDICT\",\"type\":\"role\"}"
|
|
335
|
+
* ]
|
|
336
|
+
* }
|
|
337
|
+
* ```
|
|
338
|
+
*/
|
|
339
|
+
declare class OrganizationSetComponent extends AbstractMatFormField<string | string[] | undefined> implements ControlValueAccessor, OnDestroy, OnInit {
|
|
340
|
+
#private;
|
|
341
|
+
/**
|
|
342
|
+
* 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.
|
|
343
|
+
*/
|
|
344
|
+
situation: _angular_core.InputSignal<string | undefined>;
|
|
345
|
+
/**
|
|
346
|
+
* Indicator that multiple strings could be inserted, they will be rendered as chips (default: false).
|
|
347
|
+
*/
|
|
348
|
+
multiselect: _angular_core.InputSignal<boolean>;
|
|
349
|
+
/**
|
|
350
|
+
* Will prevent the input from being changed (default: false)
|
|
351
|
+
*/
|
|
352
|
+
readonly: _angular_core.InputSignal<boolean>;
|
|
353
|
+
/**
|
|
354
|
+
* Whether or not the emitted value should be an object containing id and title
|
|
355
|
+
* or, if set to false only the ID
|
|
356
|
+
*/
|
|
357
|
+
withMetadata: _angular_core.InputSignal<boolean>;
|
|
358
|
+
/**
|
|
359
|
+
* Minimum length of the autocomplete input before a query is sent to the server.
|
|
360
|
+
*/
|
|
361
|
+
autocompleteMinLength: _angular_core.InputSignal<number>;
|
|
362
|
+
classifications: _angular_core.InputSignal<string[] | undefined>;
|
|
363
|
+
types: _angular_core.InputSignal<string[] | undefined>;
|
|
364
|
+
busy: _angular_core.WritableSignal<boolean>;
|
|
365
|
+
acFormControl: FormControl<AutocompleteItem<unknown> | AutocompleteItem<unknown>[] | null | undefined>;
|
|
366
|
+
ngControl: _angular_forms.NgControl | null;
|
|
367
|
+
innerValue: OrganizationSetEntry[];
|
|
368
|
+
autocompleteRes: AutocompleteItem[];
|
|
369
|
+
propagateChange: (_: any) => void;
|
|
370
|
+
writeValue(value: string | string[]): void;
|
|
371
|
+
registerOnChange(fn: any): void;
|
|
372
|
+
registerOnTouched(fn: any): void;
|
|
373
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
374
|
+
private propagate;
|
|
375
|
+
autocompleteFn(query: string): void;
|
|
376
|
+
ngOnInit(): void;
|
|
377
|
+
ngOnDestroy(): void;
|
|
378
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<OrganizationSetComponent, never>;
|
|
379
|
+
static ɵcmp: _angular_core.ɵɵ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>;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
interface RangeSelectDateValue {
|
|
383
|
+
rangeValue: RangeValue;
|
|
384
|
+
label?: string;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* Component for selecting a date range based on pre-defined ranges like
|
|
389
|
+
* 'today', 'this week', 'this month', etc.
|
|
390
|
+
* It also allows to pick a custom date range.
|
|
391
|
+
*/
|
|
392
|
+
declare class RangeSelectDateComponent extends AbstractMatFormField<RangeSelectDateValue> implements ControlValueAccessor, OnDestroy {
|
|
393
|
+
#private;
|
|
394
|
+
private translate;
|
|
395
|
+
options: _angular_core.WritableSignal<{
|
|
396
|
+
label: string;
|
|
397
|
+
value: unknown;
|
|
398
|
+
}[]>;
|
|
399
|
+
readonly fc: FormControl<string>;
|
|
400
|
+
ngControl: _angular_forms.NgControl | null;
|
|
401
|
+
get shouldLabelFloat(): boolean;
|
|
402
|
+
/**
|
|
403
|
+
* Range values to be used in the dropdown.
|
|
404
|
+
*/
|
|
405
|
+
ranges: _angular_core.InputSignal<DateRange[]>;
|
|
406
|
+
/**
|
|
407
|
+
* Whether to show the custom date range option.
|
|
408
|
+
*/
|
|
409
|
+
customRange: _angular_core.InputSignal<boolean>;
|
|
410
|
+
constructor();
|
|
411
|
+
propagateChange: (_: any) => void;
|
|
412
|
+
writeValue(value?: RangeSelectDateValue): void;
|
|
413
|
+
registerOnChange(fn: () => void): void;
|
|
414
|
+
registerOnTouched(fn: () => void): void;
|
|
415
|
+
ngOnDestroy(): void;
|
|
416
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RangeSelectDateComponent, never>;
|
|
417
|
+
static ɵcmp: _angular_core.ɵɵ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>;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
interface RangeSelectFilesizeValue {
|
|
421
|
+
rangeValue: RangeValue;
|
|
422
|
+
label?: string;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* Component for selecting a range of filesizes based on pre-defined ranges like
|
|
427
|
+
* 'today', 'this week', 'this month', etc.
|
|
428
|
+
*/
|
|
429
|
+
declare class RangeSelectFilesizeComponent extends AbstractMatFormField<RangeSelectFilesizeValue> implements ControlValueAccessor, OnDestroy {
|
|
430
|
+
#private;
|
|
431
|
+
private translate;
|
|
432
|
+
options: _angular_core.WritableSignal<{
|
|
433
|
+
label: string;
|
|
434
|
+
value: unknown;
|
|
435
|
+
}[]>;
|
|
436
|
+
readonly fc: FormControl<string>;
|
|
437
|
+
ngControl: _angular_forms.NgControl | null;
|
|
438
|
+
get shouldLabelFloat(): boolean;
|
|
439
|
+
/**
|
|
440
|
+
* Range values to be used in the dropdown.
|
|
441
|
+
*/
|
|
442
|
+
ranges: _angular_core.InputSignal<FilesizeRange[]>;
|
|
443
|
+
constructor();
|
|
444
|
+
propagateChange: (_: any) => void;
|
|
445
|
+
writeValue(value?: RangeSelectFilesizeValue): void;
|
|
446
|
+
registerOnChange(fn: () => void): void;
|
|
447
|
+
registerOnTouched(fn: () => void): void;
|
|
448
|
+
ngOnDestroy(): void;
|
|
449
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<RangeSelectFilesizeComponent, never>;
|
|
450
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RangeSelectFilesizeComponent, "yuv-range-select-filesize", never, { "ranges": { "alias": "ranges"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
/**
|
|
454
|
+
* Creates form input for strings. Based on the input values different kinds of inputs will be generated.
|
|
455
|
+
*
|
|
456
|
+
* Implements `ControlValueAccessor` so it can be used within Angular forms.
|
|
457
|
+
*
|
|
458
|
+
* @example
|
|
459
|
+
* <!-- string input validating input to be between 5 and 10 characters -->
|
|
460
|
+
* <yuv-string [minLength]="5" [maxLength]="10"></yuv-string>
|
|
461
|
+
*
|
|
462
|
+
* <!-- string input that only allow digits -->
|
|
463
|
+
* <yuv-string [regex]="[0-9]*"></yuv-string>
|
|
464
|
+
*
|
|
465
|
+
* <!-- string input rendering a large textarea -->
|
|
466
|
+
* <yuv-string [rows]="10"></yuv-string>
|
|
467
|
+
*
|
|
468
|
+
*/
|
|
469
|
+
declare class StringComponent extends AbstractMatFormField<string | string[] | undefined> implements ControlValueAccessor, AfterViewInit, OnInit, OnDestroy {
|
|
470
|
+
#private;
|
|
471
|
+
readonly fc: FormControl<string | string[] | null | undefined>;
|
|
472
|
+
readonly separatorKeysCodes: readonly [13, 188];
|
|
473
|
+
classifiytionIcons: {
|
|
474
|
+
email: string;
|
|
475
|
+
url: string;
|
|
476
|
+
phone: string;
|
|
477
|
+
};
|
|
478
|
+
maxEntryCountIfInvalid?: number;
|
|
479
|
+
/**
|
|
480
|
+
* Indicator that multiple strings could be inserted, they will be rendered as chips (default: false).
|
|
481
|
+
*/
|
|
482
|
+
readonly multiselect: _angular_core.InputSignal<boolean>;
|
|
483
|
+
/**
|
|
484
|
+
* Setting rows to more than 1 will generate a textarea instead of an input tag
|
|
485
|
+
* and apply the rows property to it
|
|
486
|
+
*/
|
|
487
|
+
rows?: number;
|
|
488
|
+
/**
|
|
489
|
+
* Will prevent the input from being changed (default: false)
|
|
490
|
+
*/
|
|
491
|
+
readonly readonly: _angular_core.InputSignal<boolean>;
|
|
492
|
+
/**
|
|
493
|
+
* Enable autofucus for the input (default: false)
|
|
494
|
+
*/
|
|
495
|
+
readonly autofocus: _angular_core.InputSignal<boolean>;
|
|
496
|
+
/**
|
|
497
|
+
* Additional semantics for the form element. Possible values are
|
|
498
|
+
* `email` (validates and creates a link to send an email once there
|
|
499
|
+
* is a valid email address) and `url` (validates and creates a link
|
|
500
|
+
* to an URL typed into the form element).
|
|
501
|
+
*/
|
|
502
|
+
set classifications(c: string[]);
|
|
503
|
+
get classifications(): string[];
|
|
504
|
+
/**
|
|
505
|
+
* 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.
|
|
506
|
+
*/
|
|
507
|
+
readonly situation: _angular_core.InputSignal<string | undefined>;
|
|
508
|
+
/**
|
|
509
|
+
* Regular expression to validate the input value against
|
|
510
|
+
*/
|
|
511
|
+
readonly regex: _angular_core.InputSignal<string | undefined>;
|
|
512
|
+
/**
|
|
513
|
+
* Minimal number of characters
|
|
514
|
+
*/
|
|
515
|
+
readonly minLength: _angular_core.InputSignal<number | undefined>;
|
|
516
|
+
/**
|
|
517
|
+
* Maximum number of characters
|
|
518
|
+
*/
|
|
519
|
+
readonly maxLength: _angular_core.InputSignal<number | undefined>;
|
|
520
|
+
formatedValue?: FormattedMailTo;
|
|
521
|
+
valid: boolean;
|
|
522
|
+
validationErrors: {
|
|
523
|
+
[key: string]: any;
|
|
524
|
+
}[];
|
|
525
|
+
classify?: {
|
|
526
|
+
hrefPrefix: string;
|
|
527
|
+
icon: string | undefined;
|
|
528
|
+
};
|
|
529
|
+
ngControl: _angular_forms.NgControl | null;
|
|
530
|
+
propagateChange: (_: any) => void;
|
|
531
|
+
private propagate;
|
|
532
|
+
writeValue(value: string | string[]): void;
|
|
533
|
+
registerOnChange(fn: any): void;
|
|
534
|
+
registerOnTouched(): void;
|
|
535
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
536
|
+
onBlur(): void;
|
|
537
|
+
chipsAdd(event: MatChipInputEvent): void;
|
|
538
|
+
chipsRemove(v: string): void;
|
|
539
|
+
chipsEdit(v: string, event: MatChipEditedEvent): void;
|
|
540
|
+
private validateClassification;
|
|
541
|
+
ngOnInit(): void;
|
|
542
|
+
ngAfterViewInit(): void;
|
|
543
|
+
ngOnDestroy(): void;
|
|
544
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<StringComponent, never>;
|
|
545
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<StringComponent, "yuv-string", never, { "multiselect": { "alias": "multiselect"; "required": false; "isSignal": true; }; "rows": { "alias": "rows"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "autofocus": { "alias": "autofocus"; "required": false; "isSignal": true; }; "classifications": { "alias": "classifications"; "required": false; }; "situation": { "alias": "situation"; "required": false; "isSignal": true; }; "regex": { "alias": "regex"; "required": false; "isSignal": true; }; "minLength": { "alias": "minLength"; "required": false; "isSignal": true; }; "maxLength": { "alias": "maxLength"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
declare class CatalogComponent extends AbstractMatFormField<string | string[]> implements ControlValueAccessor, OnInit, OnDestroy {
|
|
549
|
+
#private;
|
|
550
|
+
private readonly translate;
|
|
551
|
+
readonly: _angular_core.InputSignal<boolean>;
|
|
552
|
+
multiple: _angular_core.InputSignal<boolean>;
|
|
553
|
+
_options: _angular_core.WritableSignal<{
|
|
554
|
+
label: string;
|
|
555
|
+
value: string;
|
|
556
|
+
}[]>;
|
|
557
|
+
options: _angular_core.InputSignal<string[]>;
|
|
558
|
+
/**
|
|
559
|
+
* Additional semantics for the form element.
|
|
560
|
+
*/
|
|
561
|
+
classifications: _angular_core.InputSignal<string[]>;
|
|
562
|
+
/**
|
|
563
|
+
* 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.
|
|
564
|
+
*/
|
|
565
|
+
situation: _angular_core.InputSignal<string | undefined>;
|
|
566
|
+
ngControl: _angular_forms.NgControl | null;
|
|
567
|
+
readonly fc: FormControl<string | string[] | null | undefined>;
|
|
568
|
+
propagateChange: (_: any) => void;
|
|
569
|
+
writeValue(value: string | string[]): void;
|
|
570
|
+
registerOnChange(fn: any): void;
|
|
571
|
+
registerOnTouched(fn: any): void;
|
|
572
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
573
|
+
ngOnInit(): void;
|
|
574
|
+
ngOnDestroy(): void;
|
|
575
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CatalogComponent, never>;
|
|
576
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CatalogComponent, "yuv-catalog", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "classifications": { "alias": "classifications"; "required": false; "isSignal": true; }; "situation": { "alias": "situation"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* Form element for selecting one or multiple i18n catalog values.
|
|
581
|
+
* Having a classification of `i18n:catalog[one, two, three]` configured on the metadata field
|
|
582
|
+
* will automatically populate the options from the catalog. The options will be translated
|
|
583
|
+
* using the catalogs static values adding a prefix, the property name an the value itself.
|
|
584
|
+
* E.g. for property name `status` and option value `open` the label key will be `catalog:status:open_label`.
|
|
585
|
+
*/
|
|
586
|
+
declare class I18nCatalogComponent extends AbstractMatFormField<string | string[]> implements ControlValueAccessor, OnInit, OnDestroy {
|
|
587
|
+
#private;
|
|
588
|
+
private readonly translate;
|
|
589
|
+
readonly: _angular_core.InputSignal<boolean>;
|
|
590
|
+
multiple: _angular_core.InputSignal<boolean>;
|
|
591
|
+
propertyName: _angular_core.InputSignal<string | undefined>;
|
|
592
|
+
_options: _angular_core.WritableSignal<{
|
|
593
|
+
label: string;
|
|
594
|
+
value: string;
|
|
595
|
+
}[]>;
|
|
596
|
+
options: _angular_core.InputSignal<string[]>;
|
|
597
|
+
/**
|
|
598
|
+
* Additional semantics for the form element.
|
|
599
|
+
*/
|
|
600
|
+
classifications: _angular_core.InputSignal<string[]>;
|
|
601
|
+
/**
|
|
602
|
+
* 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.
|
|
603
|
+
*/
|
|
604
|
+
situation: _angular_core.InputSignal<string | undefined>;
|
|
605
|
+
ngControl: _angular_forms.NgControl | null;
|
|
606
|
+
readonly fc: FormControl<string | string[] | null | undefined>;
|
|
607
|
+
constructor();
|
|
608
|
+
propagateChange: (_: any) => void;
|
|
609
|
+
writeValue(value: string | string[]): void;
|
|
610
|
+
registerOnChange(fn: any): void;
|
|
611
|
+
registerOnTouched(fn: any): void;
|
|
612
|
+
setDisabledState?(isDisabled: boolean): void;
|
|
613
|
+
ngOnInit(): void;
|
|
614
|
+
ngOnDestroy(): void;
|
|
615
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<I18nCatalogComponent, never>;
|
|
616
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<I18nCatalogComponent, "yuv-i18n-catalog", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "multiple": { "alias": "multiple"; "required": false; "isSignal": true; }; "propertyName": { "alias": "propertyName"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "classifications": { "alias": "classifications"; "required": false; "isSignal": true; }; "situation": { "alias": "situation"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
/**
|
|
620
|
+
* Module for the forms library.
|
|
621
|
+
*/
|
|
622
|
+
declare class YuvFormsModule {
|
|
623
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<YuvFormsModule, never>;
|
|
624
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<YuvFormsModule, never, [typeof StringComponent, typeof NumberComponent, typeof NumberRangeComponent, typeof DatetimeComponent, typeof DatetimeRangeComponent, typeof OrganizationComponent, typeof StringComponent, typeof CatalogComponent, typeof I18nCatalogComponent], [typeof StringComponent, typeof NumberComponent, typeof NumberRangeComponent, typeof DatetimeComponent, typeof DatetimeRangeComponent, typeof OrganizationComponent, typeof StringComponent, typeof CatalogComponent, typeof I18nCatalogComponent]>;
|
|
625
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<YuvFormsModule>;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
declare class FormUtils {
|
|
629
|
+
static getErrorState(control: AbstractControl): boolean;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
export { CatalogComponent, DataGridComponent, DatetimeComponent, DatetimeRangeComponent, FormUtils, I18nCatalogComponent, NumberComponent, NumberRangeComponent, OrganizationComponent, OrganizationSetComponent, RangeSelectDateComponent, RangeSelectFilesizeComponent, StringComponent, YuvFormsModule };
|
|
633
|
+
export type { RangeSelectDateValue, RangeSelectFilesizeValue };
|