@koobiq/components 18.35.0 → 18.36.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/accordion/accordion.component.d.ts +1 -1
- package/app-switcher/_app-switcher-theme.scss +34 -0
- package/app-switcher/app-switcher-animations.d.ts +5 -0
- package/app-switcher/app-switcher-dropdown-app.d.ts +11 -0
- package/app-switcher/app-switcher-dropdown-app.scss +85 -0
- package/app-switcher/app-switcher-dropdown-site.d.ts +9 -0
- package/app-switcher/app-switcher-dropdown-site.scss +53 -0
- package/app-switcher/app-switcher.d.ts +191 -0
- package/app-switcher/app-switcher.module.d.ts +10 -0
- package/app-switcher/app-switcher.scss +64 -0
- package/app-switcher/index.d.ts +1 -0
- package/app-switcher/kbq-app-switcher-list-item.d.ts +16 -0
- package/app-switcher/kbq-app-switcher-list-item.scss +180 -0
- package/app-switcher/public-api.d.ts +6 -0
- package/badge/badge.component.d.ts +1 -1
- package/badge/badge.component.scss +2 -0
- package/breadcrumbs/breadcrumbs.scss +4 -0
- package/button/button.component.d.ts +2 -2
- package/core/common-behaviors/clipboard.d.ts +1 -1
- package/core/common-behaviors/color.d.ts +5 -5
- package/core/common-behaviors/focus-monitor.d.ts +19 -0
- package/core/common-behaviors/hovered.d.ts +13 -0
- package/core/common-behaviors/index.d.ts +4 -0
- package/core/common-behaviors/orientation.d.ts +4 -0
- package/core/common-behaviors/read-state.d.ts +12 -0
- package/core/locales/en-US.d.ts +62 -0
- package/core/locales/es-LA.d.ts +62 -0
- package/core/locales/fa-IR.d.ts +62 -0
- package/core/locales/locale-service.d.ts +434 -0
- package/core/locales/pt-BR.d.ts +62 -0
- package/core/locales/ru-RU.d.ts +62 -0
- package/core/locales/tk-TM.d.ts +62 -0
- package/core/locales/types.d.ts +22 -0
- package/core/locales/zh-CN.d.ts +62 -0
- package/core/navbar/rectangle-item.d.ts +1 -1
- package/core/option/action.d.ts +1 -1
- package/core/option/option.d.ts +1 -1
- package/core/pop-up/constants.d.ts +2 -1
- package/core/pop-up/pop-up-trigger.d.ts +3 -3
- package/core/pop-up/pop-up.d.ts +2 -1
- package/core/select/common.d.ts +3 -0
- package/core/select/constants.d.ts +5 -0
- package/core/styles/common/_select.scss +5 -0
- package/core/utils/dom.d.ts +1 -6
- package/divider/divider.scss +1 -0
- package/dropdown/dropdown.component.d.ts +5 -1
- package/dropdown/dropdown.module.d.ts +1 -1
- package/esm2022/accordion/accordion-content.mjs +3 -3
- package/esm2022/accordion/accordion-header.mjs +3 -3
- package/esm2022/accordion/accordion-item.mjs +3 -3
- package/esm2022/accordion/accordion-trigger.component.mjs +3 -3
- package/esm2022/accordion/accordion.component.mjs +5 -5
- package/esm2022/accordion/accordion.module.mjs +4 -4
- package/esm2022/actions-panel/actions-panel-container.mjs +3 -3
- package/esm2022/actions-panel/actions-panel.mjs +3 -3
- package/esm2022/actions-panel/module.mjs +4 -4
- package/esm2022/alert/alert.component.mjs +12 -12
- package/esm2022/alert/alert.module.mjs +4 -4
- package/esm2022/app-switcher/app-switcher-animations.mjs +18 -0
- package/esm2022/app-switcher/app-switcher-dropdown-app.mjs +75 -0
- package/esm2022/app-switcher/app-switcher-dropdown-site.mjs +60 -0
- package/esm2022/app-switcher/app-switcher.mjs +446 -0
- package/esm2022/app-switcher/app-switcher.module.mjs +45 -0
- package/esm2022/app-switcher/index.mjs +2 -0
- package/esm2022/app-switcher/kbq-app-switcher-list-item.mjs +84 -0
- package/esm2022/app-switcher/koobiq-components-app-switcher.mjs +5 -0
- package/esm2022/app-switcher/public-api.mjs +7 -0
- package/esm2022/autocomplete/autocomplete-origin.directive.mjs +3 -3
- package/esm2022/autocomplete/autocomplete-trigger.directive.mjs +3 -3
- package/esm2022/autocomplete/autocomplete.component.mjs +3 -3
- package/esm2022/autocomplete/autocomplete.module.mjs +4 -4
- package/esm2022/badge/badge.component.mjs +11 -11
- package/esm2022/badge/badge.module.mjs +4 -4
- package/esm2022/breadcrumbs/breadcrumbs.mjs +17 -17
- package/esm2022/breadcrumbs/breadcrumbs.module.mjs +4 -4
- package/esm2022/button/button.component.mjs +7 -7
- package/esm2022/button/button.dropdown-trigger.directive.mjs +3 -3
- package/esm2022/button/button.module.mjs +4 -4
- package/esm2022/button-toggle/button-toggle.component.mjs +6 -6
- package/esm2022/button-toggle/button-toggle.module.mjs +4 -4
- package/esm2022/checkbox/checkbox-module.mjs +4 -4
- package/esm2022/checkbox/checkbox-required-validator.mjs +3 -3
- package/esm2022/checkbox/checkbox.mjs +3 -3
- package/esm2022/clamped-text/clamped-text.mjs +3 -3
- package/esm2022/clamped-text/module.mjs +4 -4
- package/esm2022/code-block/code-block-highlight.mjs +7 -7
- package/esm2022/code-block/code-block.mjs +4 -4
- package/esm2022/code-block/code-block.module.mjs +4 -4
- package/esm2022/content-panel/content-panel.mjs +24 -24
- package/esm2022/content-panel/module.mjs +4 -4
- package/esm2022/content-panel/resizable.mjs +6 -6
- package/esm2022/core/common-behaviors/clipboard.mjs +4 -4
- package/esm2022/core/common-behaviors/color.mjs +6 -7
- package/esm2022/core/common-behaviors/common-module.mjs +4 -4
- package/esm2022/core/common-behaviors/focus-monitor.mjs +37 -0
- package/esm2022/core/common-behaviors/hovered.mjs +31 -0
- package/esm2022/core/common-behaviors/index.mjs +5 -1
- package/esm2022/core/common-behaviors/orientation.mjs +2 -0
- package/esm2022/core/common-behaviors/read-state.mjs +33 -0
- package/esm2022/core/error/error-state-matcher.mjs +9 -9
- package/esm2022/core/form-field/field-sizing-content.mjs +3 -3
- package/esm2022/core/formatters/date/formatter.mjs +3 -3
- package/esm2022/core/formatters/date/formatter.pipe.mjs +78 -78
- package/esm2022/core/formatters/filesize/formatter.mjs +3 -3
- package/esm2022/core/formatters/index.mjs +4 -4
- package/esm2022/core/formatters/number/formatter.mjs +12 -12
- package/esm2022/core/forms/forms-module.mjs +4 -4
- package/esm2022/core/forms/forms.directive.mjs +6 -6
- package/esm2022/core/highlight/highlight.pipe.mjs +3 -3
- package/esm2022/core/highlight/index.mjs +4 -4
- package/esm2022/core/line/line.mjs +7 -7
- package/esm2022/core/locales/en-US.mjs +105 -1
- package/esm2022/core/locales/es-LA.mjs +105 -1
- package/esm2022/core/locales/fa-IR.mjs +75 -1
- package/esm2022/core/locales/locale-service.mjs +3 -3
- package/esm2022/core/locales/locale-service.module.mjs +4 -4
- package/esm2022/core/locales/pt-BR.mjs +105 -1
- package/esm2022/core/locales/ru-RU.mjs +119 -1
- package/esm2022/core/locales/tk-TM.mjs +105 -1
- package/esm2022/core/locales/types.mjs +1 -1
- package/esm2022/core/locales/zh-CN.mjs +63 -1
- package/esm2022/core/navbar/rectangle-item.mjs +7 -6
- package/esm2022/core/option/action-container.mjs +3 -3
- package/esm2022/core/option/action.mjs +4 -4
- package/esm2022/core/option/optgroup.mjs +3 -3
- package/esm2022/core/option/option-module.mjs +4 -4
- package/esm2022/core/option/option.mjs +4 -4
- package/esm2022/core/pop-up/constants.mjs +2 -1
- package/esm2022/core/pop-up/pop-up-trigger.mjs +6 -6
- package/esm2022/core/pop-up/pop-up.mjs +4 -4
- package/esm2022/core/select/common.mjs +27 -17
- package/esm2022/core/select/constants.mjs +6 -1
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
- package/esm2022/core/services/measure-scrollbar.service.mjs +3 -3
- package/esm2022/core/services/theme.service.mjs +3 -3
- package/esm2022/core/utils/dom.mjs +2 -8
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-body.component.mjs +3 -3
- package/esm2022/datepicker/calendar-header.component.mjs +3 -3
- package/esm2022/datepicker/calendar.component.mjs +3 -3
- package/esm2022/datepicker/datepicker-input.directive.mjs +6 -6
- package/esm2022/datepicker/datepicker-intl.mjs +3 -3
- package/esm2022/datepicker/datepicker-module.mjs +4 -4
- package/esm2022/datepicker/datepicker-toggle.component.mjs +9 -9
- package/esm2022/datepicker/datepicker.component.mjs +6 -6
- package/esm2022/datepicker/month-view.component.mjs +3 -3
- package/esm2022/divider/divider.component.mjs +4 -4
- package/esm2022/divider/divider.module.mjs +4 -4
- package/esm2022/dl/dl.component.mjs +9 -9
- package/esm2022/dl/dl.module.mjs +4 -4
- package/esm2022/dropdown/dropdown-content.directive.mjs +3 -3
- package/esm2022/dropdown/dropdown-item.component.mjs +3 -3
- package/esm2022/dropdown/dropdown-trigger.directive.mjs +5 -5
- package/esm2022/dropdown/dropdown.component.mjs +18 -8
- package/esm2022/dropdown/dropdown.module.mjs +14 -10
- package/esm2022/dynamic-translation/dynamic-translation.mjs +9 -9
- package/esm2022/dynamic-translation/module.mjs +4 -4
- package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +7 -7
- package/esm2022/empty-state/empty-state.component.mjs +15 -15
- package/esm2022/empty-state/empty-state.module.mjs +4 -4
- package/esm2022/file-upload/file-drop.mjs +3 -3
- package/esm2022/file-upload/file-upload.mjs +1 -1
- package/esm2022/file-upload/file-upload.module.mjs +4 -4
- package/esm2022/file-upload/multiple-file-upload.component.mjs +19 -8
- package/esm2022/file-upload/single-file-upload.component.mjs +13 -5
- package/esm2022/filter-bar/filter-bar-button.mjs +3 -3
- package/esm2022/filter-bar/filter-bar.mjs +3 -3
- package/esm2022/filter-bar/filter-bar.module.mjs +4 -4
- package/esm2022/filter-bar/filter-refresher.mjs +3 -3
- package/esm2022/filter-bar/filter-reset.mjs +3 -3
- package/esm2022/filter-bar/filter-search.mjs +3 -3
- package/esm2022/filter-bar/filters.mjs +4 -4
- package/esm2022/filter-bar/pipe-add.mjs +5 -5
- package/esm2022/filter-bar/pipe.directive.mjs +3 -3
- package/esm2022/filter-bar/pipes/base-pipe.mjs +7 -7
- package/esm2022/filter-bar/pipes/pipe-button.mjs +3 -3
- package/esm2022/filter-bar/pipes/pipe-date.mjs +6 -6
- package/esm2022/filter-bar/pipes/pipe-datetime.mjs +6 -6
- package/esm2022/filter-bar/pipes/pipe-multi-select.mjs +12 -7
- package/esm2022/filter-bar/pipes/pipe-multi-tree-select.mjs +12 -7
- package/esm2022/filter-bar/pipes/pipe-readonly.mjs +6 -6
- package/esm2022/filter-bar/pipes/pipe-select.mjs +6 -6
- package/esm2022/filter-bar/pipes/pipe-state.mjs +3 -3
- package/esm2022/filter-bar/pipes/pipe-text.mjs +6 -6
- package/esm2022/filter-bar/pipes/pipe-title.mjs +3 -3
- package/esm2022/filter-bar/pipes/pipe-tree-select.mjs +6 -6
- package/esm2022/form-field/cleaner.mjs +3 -3
- package/esm2022/form-field/error.mjs +3 -3
- package/esm2022/form-field/fieldset.mjs +11 -11
- package/esm2022/form-field/form-field.mjs +11 -11
- package/esm2022/form-field/form-field.module.mjs +4 -4
- package/esm2022/form-field/hint.mjs +3 -3
- package/esm2022/form-field/label.mjs +3 -3
- package/esm2022/form-field/password-hint.mjs +3 -3
- package/esm2022/form-field/password-toggle.mjs +7 -7
- package/esm2022/form-field/prefix.mjs +3 -3
- package/esm2022/form-field/reactive-password-hint.mjs +3 -3
- package/esm2022/form-field/stepper.mjs +3 -3
- package/esm2022/form-field/suffix.mjs +3 -3
- package/esm2022/form-field/validate.directive.mjs +3 -3
- package/esm2022/icon/icon-button.component.mjs +3 -3
- package/esm2022/icon/icon-item.component.mjs +3 -3
- package/esm2022/icon/icon.component.mjs +4 -4
- package/esm2022/icon/icon.module.mjs +4 -4
- package/esm2022/inline-edit/index.mjs +3 -0
- package/esm2022/inline-edit/inline-edit.mjs +378 -0
- package/esm2022/inline-edit/koobiq-components-inline-edit.mjs +5 -0
- package/esm2022/inline-edit/module.mjs +25 -0
- package/esm2022/input/input-number-validators.mjs +6 -6
- package/esm2022/input/input-number.mjs +4 -4
- package/esm2022/input/input-password.mjs +4 -4
- package/esm2022/input/input.mjs +7 -7
- package/esm2022/input/input.module.mjs +4 -4
- package/esm2022/link/link.component.mjs +6 -6
- package/esm2022/link/link.module.mjs +4 -4
- package/esm2022/list/list-selection.component.mjs +10 -10
- package/esm2022/list/list.component.mjs +6 -6
- package/esm2022/list/list.module.mjs +4 -4
- package/esm2022/loader-overlay/loader-overlay.component.mjs +13 -13
- package/esm2022/loader-overlay/loader-overlay.module.mjs +4 -4
- package/esm2022/markdown/markdown.component.mjs +5 -5
- package/esm2022/markdown/markdown.module.mjs +4 -4
- package/esm2022/markdown/markdown.service.mjs +3 -3
- package/esm2022/modal/css-unit.pipe.mjs +3 -3
- package/esm2022/modal/modal-control.service.mjs +3 -3
- package/esm2022/modal/modal.component.mjs +4 -4
- package/esm2022/modal/modal.directive.mjs +12 -12
- package/esm2022/modal/modal.module.mjs +4 -4
- package/esm2022/modal/modal.service.mjs +3 -3
- package/esm2022/navbar/navbar-item.component.mjs +49 -38
- package/esm2022/navbar/navbar.component.mjs +10 -10
- package/esm2022/navbar/navbar.module.mjs +4 -4
- package/esm2022/navbar/vertical-navbar.component.mjs +4 -4
- package/esm2022/navbar-ic/navbar-ic-header.mjs +7 -7
- package/esm2022/navbar-ic/navbar-ic-item.mjs +30 -38
- package/esm2022/navbar-ic/navbar-ic.mjs +18 -13
- package/esm2022/navbar-ic/navbar-ic.module.mjs +4 -4
- package/esm2022/notification-center/index.mjs +2 -0
- package/esm2022/notification-center/koobiq-components-notification-center.mjs +5 -0
- package/esm2022/notification-center/notification-center-animations.mjs +18 -0
- package/esm2022/notification-center/notification-center.mjs +353 -0
- package/esm2022/notification-center/notification-center.module.mjs +38 -0
- package/esm2022/notification-center/notification-center.service.mjs +127 -0
- package/esm2022/notification-center/notification-item.mjs +70 -0
- package/esm2022/notification-center/public-api.mjs +5 -0
- package/esm2022/overflow-items/module.mjs +4 -4
- package/esm2022/overflow-items/overflow-items.mjs +95 -41
- package/esm2022/popover/popover-confirm.component.mjs +10 -10
- package/esm2022/popover/popover.component.mjs +18 -13
- package/esm2022/popover/popover.module.mjs +4 -4
- package/esm2022/progress-bar/progress-bar.component.mjs +9 -9
- package/esm2022/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2022/progress-spinner/progress-spinner.component.mjs +9 -9
- package/esm2022/progress-spinner/progress-spinner.module.mjs +4 -4
- package/esm2022/radio/radio.component.mjs +6 -6
- package/esm2022/radio/radio.module.mjs +4 -4
- package/esm2022/risk-level/risk-level.component.mjs +3 -3
- package/esm2022/risk-level/risk-level.module.mjs +4 -4
- package/esm2022/scrollbar/scrollbar.component.mjs +3 -3
- package/esm2022/scrollbar/scrollbar.directive.mjs +3 -3
- package/esm2022/scrollbar/scrollbar.module.mjs +4 -4
- package/esm2022/search-expandable/index.mjs +2 -0
- package/esm2022/search-expandable/koobiq-components-search-expandable.mjs +5 -0
- package/esm2022/search-expandable/public-api.mjs +3 -0
- package/esm2022/search-expandable/search-expandable.mjs +177 -0
- package/esm2022/search-expandable/search-expandable.module.mjs +18 -0
- package/esm2022/select/select-option.directive.mjs +3 -3
- package/esm2022/select/select.component.mjs +37 -10
- package/esm2022/select/select.module.mjs +4 -4
- package/esm2022/sidebar/sidebar.component.mjs +9 -9
- package/esm2022/sidebar/sidebar.module.mjs +4 -4
- package/esm2022/sidepanel/sidepanel-container.component.mjs +3 -3
- package/esm2022/sidepanel/sidepanel-directives.mjs +15 -15
- package/esm2022/sidepanel/sidepanel.module.mjs +4 -4
- package/esm2022/sidepanel/sidepanel.service.mjs +3 -3
- package/esm2022/split-button/index.mjs +2 -0
- package/esm2022/split-button/koobiq-components-split-button.mjs +5 -0
- package/esm2022/split-button/public-api.mjs +3 -0
- package/esm2022/split-button/split-button.mjs +92 -0
- package/esm2022/split-button/split-button.module.mjs +18 -0
- package/esm2022/splitter/splitter.component.mjs +13 -13
- package/esm2022/splitter/splitter.module.mjs +4 -4
- package/esm2022/table/table.component.mjs +6 -6
- package/esm2022/table/table.module.mjs +4 -4
- package/esm2022/tabs/paginated-tab-header.mjs +4 -4
- package/esm2022/tabs/tab-body.component.mjs +6 -6
- package/esm2022/tabs/tab-content.directive.mjs +3 -3
- package/esm2022/tabs/tab-group.component.mjs +15 -15
- package/esm2022/tabs/tab-header.component.mjs +4 -4
- package/esm2022/tabs/tab-label-wrapper.directive.mjs +4 -4
- package/esm2022/tabs/tab-label.directive.mjs +3 -3
- package/esm2022/tabs/tab-nav-bar.mjs +10 -10
- package/esm2022/tabs/tab.component.mjs +3 -3
- package/esm2022/tabs/tabs.module.mjs +4 -4
- package/esm2022/tags/tag-input.mjs +17 -11
- package/esm2022/tags/tag-list.component.mjs +236 -194
- package/esm2022/tags/tag.component.mjs +209 -138
- package/esm2022/tags/tag.module.mjs +4 -4
- package/esm2022/textarea/textarea.component.mjs +5 -5
- package/esm2022/textarea/textarea.module.mjs +4 -4
- package/esm2022/time-range/constants.mjs +21 -0
- package/esm2022/time-range/index.mjs +8 -0
- package/esm2022/time-range/koobiq-components-time-range.mjs +5 -0
- package/esm2022/time-range/module.mjs +36 -0
- package/esm2022/time-range/time-range-editor.mjs +219 -0
- package/esm2022/time-range/time-range-title-as-form-field.mjs +59 -0
- package/esm2022/time-range/time-range-title.mjs +112 -0
- package/esm2022/time-range/time-range.mjs +229 -0
- package/esm2022/time-range/time-range.service.mjs +189 -0
- package/esm2022/time-range/types.mjs +2 -0
- package/esm2022/timepicker/timepicker.directive.mjs +4 -4
- package/esm2022/timepicker/timepicker.module.mjs +4 -4
- package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
- package/esm2022/timezone/timezone-option.component.mjs +3 -3
- package/esm2022/timezone/timezone-option.directive.mjs +3 -3
- package/esm2022/timezone/timezone-select.component.mjs +9 -9
- package/esm2022/timezone/timezone.module.mjs +4 -4
- package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
- package/esm2022/title/title.directive.mjs +3 -3
- package/esm2022/title/title.module.mjs +4 -4
- package/esm2022/toast/toast-container.component.mjs +3 -3
- package/esm2022/toast/toast.component.mjs +20 -14
- package/esm2022/toast/toast.module.mjs +4 -4
- package/esm2022/toast/toast.service.mjs +5 -4
- package/esm2022/toast/toast.type.mjs +1 -1
- package/esm2022/toggle/toggle.component.mjs +3 -3
- package/esm2022/toggle/toggle.module.mjs +4 -4
- package/esm2022/tooltip/tooltip.component.mjs +19 -19
- package/esm2022/tooltip/tooltip.module.mjs +4 -4
- package/esm2022/top-bar/module.mjs +4 -4
- package/esm2022/top-bar/top-bar.mjs +9 -9
- package/esm2022/tree/node.mjs +3 -3
- package/esm2022/tree/outlet.mjs +3 -3
- package/esm2022/tree/padding.directive.mjs +3 -3
- package/esm2022/tree/toggle.mjs +16 -12
- package/esm2022/tree/tree-base.mjs +7 -7
- package/esm2022/tree/tree-option.component.mjs +5 -9
- package/esm2022/tree/tree-selection.component.mjs +4 -4
- package/esm2022/tree/tree.mjs +3 -3
- package/esm2022/tree/tree.module.mjs +4 -4
- package/esm2022/tree-select/tree-select.component.mjs +54 -14
- package/esm2022/tree-select/tree-select.module.mjs +4 -4
- package/esm2022/username/module.mjs +4 -4
- package/esm2022/username/username.mjs +15 -15
- package/esm2022/username/username.pipe.mjs +8 -8
- package/fesm2022/koobiq-components-accordion.mjs +20 -20
- package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
- package/fesm2022/koobiq-components-actions-panel.mjs +10 -10
- package/fesm2022/koobiq-components-alert.mjs +16 -16
- package/fesm2022/koobiq-components-app-switcher.mjs +704 -0
- package/fesm2022/koobiq-components-app-switcher.mjs.map +1 -0
- package/fesm2022/koobiq-components-autocomplete.mjs +13 -13
- package/fesm2022/koobiq-components-badge.mjs +14 -14
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-breadcrumbs.mjs +20 -20
- package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +10 -10
- package/fesm2022/koobiq-components-button.mjs +13 -13
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +10 -10
- package/fesm2022/koobiq-components-clamped-text.mjs +7 -7
- package/fesm2022/koobiq-components-code-block.mjs +13 -13
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-content-panel.mjs +34 -34
- package/fesm2022/koobiq-components-core.mjs +1032 -263
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +40 -40
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-divider.mjs +8 -8
- package/fesm2022/koobiq-components-divider.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +13 -13
- package/fesm2022/koobiq-components-dropdown.mjs +39 -25
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-dynamic-translation.mjs +13 -13
- package/fesm2022/koobiq-components-ellipsis-center.mjs +7 -7
- package/fesm2022/koobiq-components-empty-state.mjs +19 -19
- package/fesm2022/koobiq-components-file-upload.mjs +36 -18
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-filter-bar.mjs +96 -86
- package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +60 -60
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +13 -13
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-inline-edit.mjs +407 -0
- package/fesm2022/koobiq-components-inline-edit.mjs.map +1 -0
- package/fesm2022/koobiq-components-input.mjs +22 -22
- package/fesm2022/koobiq-components-input.mjs.map +1 -1
- package/fesm2022/koobiq-components-link.mjs +10 -10
- package/fesm2022/koobiq-components-link.mjs.map +1 -1
- package/fesm2022/koobiq-components-list.mjs +19 -19
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +16 -16
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +12 -12
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +28 -28
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar-ic.mjs +53 -56
- package/fesm2022/koobiq-components-navbar-ic.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +65 -54
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-notification-center.mjs +586 -0
- package/fesm2022/koobiq-components-notification-center.mjs.map +1 -0
- package/fesm2022/koobiq-components-overflow-items.mjs +98 -44
- package/fesm2022/koobiq-components-overflow-items.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +30 -25
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +13 -13
- package/fesm2022/koobiq-components-progress-spinner.mjs +13 -13
- package/fesm2022/koobiq-components-radio.mjs +10 -10
- package/fesm2022/koobiq-components-risk-level.mjs +7 -7
- package/fesm2022/koobiq-components-scrollbar.mjs +10 -10
- package/fesm2022/koobiq-components-search-expandable.mjs +199 -0
- package/fesm2022/koobiq-components-search-expandable.mjs.map +1 -0
- package/fesm2022/koobiq-components-select.mjs +43 -16
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs +13 -13
- package/fesm2022/koobiq-components-sidepanel.mjs +25 -25
- package/fesm2022/koobiq-components-split-button.mjs +114 -0
- package/fesm2022/koobiq-components-split-button.mjs.map +1 -0
- package/fesm2022/koobiq-components-splitter.mjs +16 -16
- package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
- package/fesm2022/koobiq-components-table.mjs +10 -10
- package/fesm2022/koobiq-components-tabs.mjs +52 -52
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +461 -346
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +8 -8
- package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
- package/fesm2022/koobiq-components-time-range.mjs +840 -0
- package/fesm2022/koobiq-components-time-range.mjs.map +1 -0
- package/fesm2022/koobiq-components-timepicker.mjs +7 -7
- package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +24 -24
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +7 -7
- package/fesm2022/koobiq-components-toast.mjs +28 -21
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +7 -7
- package/fesm2022/koobiq-components-tooltip.mjs +22 -22
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-top-bar.mjs +13 -13
- package/fesm2022/koobiq-components-tree-select.mjs +57 -17
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +44 -44
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/fesm2022/koobiq-components-username.mjs +27 -27
- package/file-upload/_file-upload-theme.scss +1 -1
- package/file-upload/file-upload.d.ts +1 -1
- package/file-upload/multiple-file-upload.component.d.ts +1 -0
- package/file-upload/single-file-upload.component.d.ts +1 -0
- package/filter-bar/pipes/base-pipe.d.ts +1 -1
- package/filter-bar/pipes/base-pipe.scss +3 -3
- package/filter-bar/pipes/pipe-date.scss +1 -0
- package/form-field/fieldset-tokens.scss +1 -1
- package/form-field/form-field-tokens.scss +1 -1
- package/form-field/form-field.d.ts +1 -1
- package/form-field/form-field.scss +1 -9
- package/form-field/password-toggle.d.ts +1 -1
- package/icon/icon.component.d.ts +2 -2
- package/inline-edit/index.d.ts +2 -0
- package/inline-edit/inline-edit-tokens.scss +8 -0
- package/inline-edit/inline-edit.d.ts +136 -0
- package/inline-edit/inline-edit.scss +208 -0
- package/inline-edit/module.d.ts +7 -0
- package/input/input-number.d.ts +1 -1
- package/input/input-password.d.ts +2 -2
- package/input/input.d.ts +2 -2
- package/link/link.component.d.ts +3 -3
- package/list/list-selection.component.d.ts +1 -1
- package/loader-overlay/loader-overlay.component.d.ts +1 -1
- package/markdown/_markdown-theme.scss +1 -1
- package/markdown/markdown-tokens.scss +1 -0
- package/markdown/markdown.scss +8 -0
- package/modal/modal.component.d.ts +1 -1
- package/navbar/navbar-item.component.d.ts +3 -2
- package/navbar/navbar.component.d.ts +4 -4
- package/navbar/vertical-navbar.component.d.ts +2 -2
- package/navbar-ic/navbar-ic-header.d.ts +1 -1
- package/navbar-ic/navbar-ic-item.d.ts +2 -2
- package/navbar-ic/navbar-ic.d.ts +4 -2
- package/notification-center/_notification-center-theme.scss +27 -0
- package/notification-center/index.d.ts +1 -0
- package/notification-center/notification-center-animations.d.ts +5 -0
- package/notification-center/notification-center.d.ts +153 -0
- package/notification-center/notification-center.module.d.ts +7 -0
- package/notification-center/notification-center.scss +126 -0
- package/notification-center/notification-center.service.d.ts +72 -0
- package/notification-center/notification-item.d.ts +27 -0
- package/notification-center/notification-item.scss +157 -0
- package/notification-center/public-api.d.ts +4 -0
- package/overflow-items/overflow-items.d.ts +23 -9
- package/package.json +46 -10
- package/popover/popover.component.d.ts +5 -1
- package/popover/popover.scss +15 -7
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -1
- package/schematics/ng-add/index.js +5 -5
- package/search-expandable/index.d.ts +1 -0
- package/search-expandable/public-api.d.ts +2 -0
- package/search-expandable/search-expandable.d.ts +70 -0
- package/search-expandable/search-expandable.module.d.ts +7 -0
- package/search-expandable/search-expandable.scss +21 -0
- package/select/select.component.d.ts +38 -3
- package/split-button/_split-button-theme.scss +59 -0
- package/split-button/index.d.ts +1 -0
- package/split-button/public-api.d.ts +2 -0
- package/split-button/split-button.d.ts +31 -0
- package/split-button/split-button.module.d.ts +7 -0
- package/split-button/split-button.scss +83 -0
- package/splitter/splitter.component.d.ts +5 -5
- package/tabs/paginated-tab-header.d.ts +1 -1
- package/tabs/tab-header.component.d.ts +2 -2
- package/tabs/tab-label-wrapper.directive.d.ts +2 -2
- package/tabs/tab-nav-bar.d.ts +3 -3
- package/tags/_tag-theme.scss +21 -15
- package/tags/tag-input.d.ts +2 -0
- package/tags/tag-list.component.d.ts +133 -45
- package/tags/tag-list.scss +11 -0
- package/tags/tag-tokens.scss +17 -1
- package/tags/tag.component.d.ts +79 -20
- package/tags/tag.scss +9 -0
- package/textarea/textarea.component.d.ts +2 -2
- package/time-range/constants.d.ts +8 -0
- package/time-range/index.d.ts +7 -0
- package/time-range/module.d.ts +10 -0
- package/time-range/time-range-editor.d.ts +67 -0
- package/time-range/time-range-title-as-form-field.d.ts +40 -0
- package/time-range/time-range-title.d.ts +18 -0
- package/time-range/time-range.d.ts +75 -0
- package/time-range/time-range.scss +66 -0
- package/time-range/time-range.service.d.ts +29 -0
- package/time-range/types.d.ts +43 -0
- package/timepicker/timepicker.directive.d.ts +2 -2
- package/toast/toast.component.d.ts +6 -4
- package/toast/toast.component.scss +11 -1
- package/toast/toast.service.d.ts +1 -0
- package/toast/toast.type.d.ts +1 -0
- package/tree/toggle.d.ts +1 -1
- package/tree/tree-base.d.ts +2 -2
- package/tree/tree-option.component.d.ts +1 -1
- package/tree/tree-selection.component.d.ts +1 -1
- package/tree-select/tree-select.component.d.ts +44 -3
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { trigger, state, style, transition, animate, group } from '@angular/animations';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { inject, ElementRef, Directive, Input, InjectionToken, isDevMode, NgModule, Optional, Inject, LOCALE_ID, Type, Injectable, Renderer2, DestroyRef, afterNextRender, Pipe, ContentChildren,
|
|
3
|
+
import { inject, ElementRef, Directive, Input, InjectionToken, isDevMode, NgModule, Optional, Inject, input, booleanAttribute, ChangeDetectorRef, LOCALE_ID, Type, Injectable, Renderer2, DestroyRef, afterNextRender, Pipe, ContentChildren, Component, ViewEncapsulation, ChangeDetectionStrategy, EventEmitter, ViewChild, Output, TemplateRef, NgZone, ViewContainerRef, RendererFactory2, Version } from '@angular/core';
|
|
4
4
|
import { BidiModule, Directionality } from '@angular/cdk/bidi';
|
|
5
5
|
import { DOCUMENT, CommonModule } from '@angular/common';
|
|
6
|
-
import { coerceBooleanProperty, coerceNumberProperty, coerceCssPixelValue } from '@angular/cdk/coercion';
|
|
6
|
+
import { coerceBooleanProperty, coerceElement, coerceNumberProperty, coerceCssPixelValue } from '@angular/cdk/coercion';
|
|
7
|
+
import * as i1$1 from '@angular/cdk/a11y';
|
|
8
|
+
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
9
|
+
import { toSignal, takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
10
|
+
import { merge, fromEvent, map, BehaviorSubject, Subject, interval, Subscription, pairwise } from 'rxjs';
|
|
7
11
|
import * as i1 from '@koobiq/date-adapter';
|
|
8
12
|
import { DateAdapter as DateAdapter$1 } from '@koobiq/date-adapter';
|
|
9
|
-
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
10
|
-
import { merge, fromEvent, BehaviorSubject, Subject, interval, Subscription, pairwise } from 'rxjs';
|
|
11
13
|
import { DateFormatter as DateFormatter$1 } from '@koobiq/date-formatter';
|
|
12
14
|
import { Platform } from '@angular/cdk/platform';
|
|
13
|
-
import * as i1$1 from '@angular/cdk/a11y';
|
|
14
15
|
import { SPACE, ENTER, TAB, ESCAPE, HOME, END } from '@koobiq/cdk/keycodes';
|
|
15
16
|
import { Overlay, ScrollDispatcher, CdkScrollable } from '@angular/cdk/overlay';
|
|
16
17
|
import { TooltipSizeArrowSize } from '@koobiq/design-tokens';
|
|
@@ -124,10 +125,10 @@ class KbqNormalizeWhitespace {
|
|
|
124
125
|
$event.clipboardData?.setData('text', value?.replace(/\u2009/g, ' '));
|
|
125
126
|
}
|
|
126
127
|
}
|
|
127
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
128
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
128
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqNormalizeWhitespace, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
129
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqNormalizeWhitespace, isStandalone: true, selector: "[kbqNormalizeWhitespace]", host: { listeners: { "copy": "onCopy($event)" } }, ngImport: i0 }); }
|
|
129
130
|
}
|
|
130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
131
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqNormalizeWhitespace, decorators: [{
|
|
131
132
|
type: Directive,
|
|
132
133
|
args: [{
|
|
133
134
|
standalone: true,
|
|
@@ -186,6 +187,7 @@ function mixinColor(base, defaultColor = KbqComponentColors.Empty) {
|
|
|
186
187
|
};
|
|
187
188
|
}
|
|
188
189
|
class KbqColorDirective {
|
|
190
|
+
/** current class name of color */
|
|
189
191
|
get colorClassName() {
|
|
190
192
|
return `kbq-${this._color}`;
|
|
191
193
|
}
|
|
@@ -205,9 +207,7 @@ class KbqColorDirective {
|
|
|
205
207
|
}
|
|
206
208
|
}
|
|
207
209
|
constructor() {
|
|
208
|
-
/**
|
|
209
|
-
* @docs-private
|
|
210
|
-
*/
|
|
210
|
+
/** @docs-private */
|
|
211
211
|
this.elementRef = inject(ElementRef);
|
|
212
212
|
this.color = KbqComponentColors.Empty;
|
|
213
213
|
}
|
|
@@ -215,10 +215,10 @@ class KbqColorDirective {
|
|
|
215
215
|
setDefaultColor(color) {
|
|
216
216
|
this.defaultColor = color;
|
|
217
217
|
}
|
|
218
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
219
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
218
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
219
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqColorDirective, isStandalone: true, inputs: { color: "color" }, ngImport: i0 }); }
|
|
220
220
|
}
|
|
221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
221
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqColorDirective, decorators: [{
|
|
222
222
|
type: Directive,
|
|
223
223
|
args: [{ standalone: true }]
|
|
224
224
|
}], ctorParameters: () => [], propDecorators: { color: [{
|
|
@@ -295,11 +295,11 @@ class KbqCommonModule {
|
|
|
295
295
|
'some koobiq components not to behave as expected.');
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
299
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
300
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
298
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqCommonModule, deps: [{ token: KBQ_SANITY_CHECKS, optional: true }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
299
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqCommonModule, imports: [BidiModule], exports: [BidiModule] }); }
|
|
300
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqCommonModule, imports: [BidiModule, BidiModule] }); }
|
|
301
301
|
}
|
|
302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqCommonModule, decorators: [{
|
|
303
303
|
type: NgModule,
|
|
304
304
|
args: [{
|
|
305
305
|
imports: [BidiModule],
|
|
@@ -378,6 +378,133 @@ class KbqErrorStateTracker {
|
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
380
|
|
|
381
|
+
/** Directive that wraps cdk `FocusMonitor` into standalone directive */
|
|
382
|
+
class KbqFocusMonitor {
|
|
383
|
+
constructor() {
|
|
384
|
+
/** Whether to monitor focus changes on child elements. */
|
|
385
|
+
this.checkChildren = input(false, { transform: booleanAttribute });
|
|
386
|
+
/** Observable that emits focus origin when element or its children gains/loses focus. */
|
|
387
|
+
this.focusChange = null;
|
|
388
|
+
this.elementRef = inject(ElementRef);
|
|
389
|
+
this.focusMonitor = inject(FocusMonitor);
|
|
390
|
+
}
|
|
391
|
+
ngAfterContentInit() {
|
|
392
|
+
this.focusChange = this.focusMonitor.monitor(this.elementRef, this.checkChildren());
|
|
393
|
+
}
|
|
394
|
+
ngOnDestroy() {
|
|
395
|
+
this.focusMonitor.stopMonitoring(this.elementRef);
|
|
396
|
+
this.focusChange = null;
|
|
397
|
+
}
|
|
398
|
+
/** Programmatically focuses an element with the specified origin. */
|
|
399
|
+
focusVia(element, origin, options) {
|
|
400
|
+
this.focusMonitor.focusVia(coerceElement(element), origin, options);
|
|
401
|
+
}
|
|
402
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFocusMonitor, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
403
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "18.2.14", type: KbqFocusMonitor, isStandalone: true, selector: "[kbqFocusMonitor]", inputs: { checkChildren: { classPropertyName: "checkChildren", publicName: "checkChildren", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: ["kbqFocusMonitor"], ngImport: i0 }); }
|
|
404
|
+
}
|
|
405
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFocusMonitor, decorators: [{
|
|
406
|
+
type: Directive,
|
|
407
|
+
args: [{
|
|
408
|
+
standalone: true,
|
|
409
|
+
selector: '[kbqFocusMonitor]',
|
|
410
|
+
exportAs: 'kbqFocusMonitor'
|
|
411
|
+
}]
|
|
412
|
+
}] });
|
|
413
|
+
|
|
414
|
+
/**
|
|
415
|
+
* Injects the native element for the current component.
|
|
416
|
+
*/
|
|
417
|
+
const kbqInjectNativeElement = () => {
|
|
418
|
+
return inject((ElementRef)).nativeElement;
|
|
419
|
+
};
|
|
420
|
+
|
|
421
|
+
function isBoolean(value) {
|
|
422
|
+
return typeof value === 'boolean';
|
|
423
|
+
}
|
|
424
|
+
/** Whether the value is undefined. */
|
|
425
|
+
const isUndefined = (value) => {
|
|
426
|
+
return value === undefined;
|
|
427
|
+
};
|
|
428
|
+
/** Whether the value is null. */
|
|
429
|
+
const isNull = (value) => {
|
|
430
|
+
return value === null;
|
|
431
|
+
};
|
|
432
|
+
/**
|
|
433
|
+
* Will be removed in the next major release
|
|
434
|
+
*
|
|
435
|
+
* @deprecated Use `booleanAttribute` instead
|
|
436
|
+
*/
|
|
437
|
+
function toBoolean(value) {
|
|
438
|
+
return value != null && `${value}` !== 'false';
|
|
439
|
+
}
|
|
440
|
+
const getNodesWithoutComments = (nodes) => {
|
|
441
|
+
const COMMENT_NODE = 8;
|
|
442
|
+
return Array.from(nodes).filter((node) => node.nodeType !== COMMENT_NODE);
|
|
443
|
+
};
|
|
444
|
+
const leftIconClassName = 'kbq-icon_left';
|
|
445
|
+
const rightIconClassName = 'kbq-icon_right';
|
|
446
|
+
/** Whether the current platform is a Mac. */
|
|
447
|
+
function isMac() {
|
|
448
|
+
// eslint-disable-next-line no-restricted-globals
|
|
449
|
+
return /^mac/i.test(navigator?.platform);
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* Directive that adds a `kbq-hover` class to an element, based on its hover state.
|
|
454
|
+
*/
|
|
455
|
+
class KbqHovered {
|
|
456
|
+
constructor() {
|
|
457
|
+
this.element = kbqInjectNativeElement();
|
|
458
|
+
/**
|
|
459
|
+
* Whether the element is hovered.
|
|
460
|
+
*/
|
|
461
|
+
this.hovered = toSignal(merge(fromEvent(this.element, 'mouseenter'), fromEvent(this.element, 'mouseleave')).pipe(map(({ type }) => type === 'mouseenter')), { initialValue: false });
|
|
462
|
+
}
|
|
463
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHovered, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
464
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqHovered, isStandalone: true, selector: "[kbqHovered]", host: { properties: { "class.kbq-hovered": "hovered()" } }, exportAs: ["kbqHovered"], ngImport: i0 }); }
|
|
465
|
+
}
|
|
466
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHovered, decorators: [{
|
|
467
|
+
type: Directive,
|
|
468
|
+
args: [{
|
|
469
|
+
standalone: true,
|
|
470
|
+
selector: '[kbqHovered]',
|
|
471
|
+
exportAs: 'kbqHovered',
|
|
472
|
+
host: {
|
|
473
|
+
'[class.kbq-hovered]': 'hovered()'
|
|
474
|
+
}
|
|
475
|
+
}]
|
|
476
|
+
}] });
|
|
477
|
+
|
|
478
|
+
class KbqReadStateDirective {
|
|
479
|
+
constructor() {
|
|
480
|
+
this.changeDetectorRef = inject(ChangeDetectorRef);
|
|
481
|
+
this.timeToRead = 500;
|
|
482
|
+
this.read = new BehaviorSubject(false);
|
|
483
|
+
}
|
|
484
|
+
mouseenterHandler() {
|
|
485
|
+
this.timestamp = new Date().getTime();
|
|
486
|
+
}
|
|
487
|
+
mouseleaveHandler() {
|
|
488
|
+
if (new Date().getTime() - this.timestamp > this.timeToRead) {
|
|
489
|
+
this.read.next(true);
|
|
490
|
+
}
|
|
491
|
+
this.changeDetectorRef.markForCheck();
|
|
492
|
+
}
|
|
493
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqReadStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
494
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqReadStateDirective, isStandalone: true, host: { listeners: { "mouseenter": "mouseenterHandler()", "mouseleave": "mouseleaveHandler()", "click": "read.next(true)" } }, ngImport: i0 }); }
|
|
495
|
+
}
|
|
496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqReadStateDirective, decorators: [{
|
|
497
|
+
type: Directive,
|
|
498
|
+
args: [{
|
|
499
|
+
standalone: true,
|
|
500
|
+
host: {
|
|
501
|
+
'(mouseenter)': 'mouseenterHandler()',
|
|
502
|
+
'(mouseleave)': 'mouseleaveHandler()',
|
|
503
|
+
'(click)': 'read.next(true)'
|
|
504
|
+
}
|
|
505
|
+
}]
|
|
506
|
+
}] });
|
|
507
|
+
|
|
381
508
|
function mixinTabIndex(base, defaultTabIndex = 0) {
|
|
382
509
|
return class extends base {
|
|
383
510
|
get tabIndex() {
|
|
@@ -433,10 +560,10 @@ class ShowOnFormSubmitErrorStateMatcher {
|
|
|
433
560
|
isErrorState(control, form) {
|
|
434
561
|
return !!(control?.invalid && form?.submitted);
|
|
435
562
|
}
|
|
436
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
437
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
563
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShowOnFormSubmitErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
564
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShowOnFormSubmitErrorStateMatcher }); }
|
|
438
565
|
}
|
|
439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
566
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShowOnFormSubmitErrorStateMatcher, decorators: [{
|
|
440
567
|
type: Injectable
|
|
441
568
|
}] });
|
|
442
569
|
/** Error state matcher that matches when a control is invalid and dirty or form is submitted. */
|
|
@@ -444,10 +571,10 @@ class ShowOnControlDirtyErrorStateMatcher {
|
|
|
444
571
|
isErrorState(control, form) {
|
|
445
572
|
return !!(control?.invalid && (control.dirty || form?.submitted));
|
|
446
573
|
}
|
|
447
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
448
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
574
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShowOnControlDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
575
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShowOnControlDirtyErrorStateMatcher }); }
|
|
449
576
|
}
|
|
450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShowOnControlDirtyErrorStateMatcher, decorators: [{
|
|
451
578
|
type: Injectable
|
|
452
579
|
}] });
|
|
453
580
|
/**
|
|
@@ -458,58 +585,14 @@ class ErrorStateMatcher {
|
|
|
458
585
|
isErrorState(control, form) {
|
|
459
586
|
return !!(control?.invalid && (control.touched || form?.submitted));
|
|
460
587
|
}
|
|
461
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
462
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
588
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
589
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' }); }
|
|
463
590
|
}
|
|
464
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ErrorStateMatcher, decorators: [{
|
|
465
592
|
type: Injectable,
|
|
466
593
|
args: [{ providedIn: 'root' }]
|
|
467
594
|
}] });
|
|
468
595
|
|
|
469
|
-
/**
|
|
470
|
-
* Injects the ElementRef for the current component.
|
|
471
|
-
*/
|
|
472
|
-
const kbqInjectElementRef = () => {
|
|
473
|
-
return inject((ElementRef));
|
|
474
|
-
};
|
|
475
|
-
/**
|
|
476
|
-
* Injects the native element for the current component.
|
|
477
|
-
*/
|
|
478
|
-
const kbqInjectNativeElement = () => {
|
|
479
|
-
return kbqInjectElementRef().nativeElement;
|
|
480
|
-
};
|
|
481
|
-
|
|
482
|
-
function isBoolean(value) {
|
|
483
|
-
return typeof value === 'boolean';
|
|
484
|
-
}
|
|
485
|
-
/** Whether the value is undefined. */
|
|
486
|
-
const isUndefined = (value) => {
|
|
487
|
-
return value === undefined;
|
|
488
|
-
};
|
|
489
|
-
/** Whether the value is null. */
|
|
490
|
-
const isNull = (value) => {
|
|
491
|
-
return value === null;
|
|
492
|
-
};
|
|
493
|
-
/**
|
|
494
|
-
* Will be removed in the next major release
|
|
495
|
-
*
|
|
496
|
-
* @deprecated Use `booleanAttribute` instead
|
|
497
|
-
*/
|
|
498
|
-
function toBoolean(value) {
|
|
499
|
-
return value != null && `${value}` !== 'false';
|
|
500
|
-
}
|
|
501
|
-
const getNodesWithoutComments = (nodes) => {
|
|
502
|
-
const COMMENT_NODE = 8;
|
|
503
|
-
return Array.from(nodes).filter((node) => node.nodeType !== COMMENT_NODE);
|
|
504
|
-
};
|
|
505
|
-
const leftIconClassName = 'kbq-icon_left';
|
|
506
|
-
const rightIconClassName = 'kbq-icon_right';
|
|
507
|
-
/** Whether the current platform is a Mac. */
|
|
508
|
-
function isMac() {
|
|
509
|
-
// eslint-disable-next-line no-restricted-globals
|
|
510
|
-
return /^mac/i.test(navigator?.platform);
|
|
511
|
-
}
|
|
512
|
-
|
|
513
596
|
const INITIAL_PROPERTIES = {
|
|
514
597
|
all: 'initial',
|
|
515
598
|
position: 'absolute',
|
|
@@ -601,10 +684,10 @@ class KbqFieldSizingContent {
|
|
|
601
684
|
}
|
|
602
685
|
return ruler.scrollWidth;
|
|
603
686
|
}
|
|
604
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
605
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
687
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFieldSizingContent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
688
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqFieldSizingContent, isStandalone: true, selector: "[kbqFieldSizingContent]", host: { classAttribute: "kbq-field-sizing-content" }, exportAs: ["kbqFieldSizingContent"], ngImport: i0 }); }
|
|
606
689
|
}
|
|
607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFieldSizingContent, decorators: [{
|
|
608
691
|
type: Directive,
|
|
609
692
|
args: [{
|
|
610
693
|
standalone: true,
|
|
@@ -722,6 +805,110 @@ const enUSLocaleData = {
|
|
|
722
805
|
pinButton: 'Leave expanded',
|
|
723
806
|
collapseButton: 'Collapse'
|
|
724
807
|
}
|
|
808
|
+
},
|
|
809
|
+
searchExpandable: {
|
|
810
|
+
tooltip: 'Search',
|
|
811
|
+
placeholder: 'Search'
|
|
812
|
+
},
|
|
813
|
+
appSwitcher: {
|
|
814
|
+
searchPlaceholder: 'Search',
|
|
815
|
+
searchEmptyResult: 'Nothing found',
|
|
816
|
+
sitesHeader: 'Other sites'
|
|
817
|
+
},
|
|
818
|
+
timeRange: {
|
|
819
|
+
title: {
|
|
820
|
+
for: 'for',
|
|
821
|
+
placeholder: 'Select period'
|
|
822
|
+
},
|
|
823
|
+
editor: {
|
|
824
|
+
from: 'from',
|
|
825
|
+
to: 'to',
|
|
826
|
+
apply: 'Apply',
|
|
827
|
+
cancel: 'Cancel',
|
|
828
|
+
rangeLabel: 'for period',
|
|
829
|
+
allTime: 'for all time',
|
|
830
|
+
currentQuarter: 'for the current quarter',
|
|
831
|
+
currentYear: 'for the current year'
|
|
832
|
+
},
|
|
833
|
+
durationTemplate: {
|
|
834
|
+
title: {
|
|
835
|
+
SEPARATOR: ' ',
|
|
836
|
+
LAST_PART_SEPARATOR: '',
|
|
837
|
+
YEARS: `{years, plural,
|
|
838
|
+
one {# year}
|
|
839
|
+
other {last # years}
|
|
840
|
+
}`,
|
|
841
|
+
MONTHS: `{months, plural,
|
|
842
|
+
one {last month}
|
|
843
|
+
other {last # months}
|
|
844
|
+
}`,
|
|
845
|
+
WEEKS: `{weeks, plural,
|
|
846
|
+
one {last week}
|
|
847
|
+
other {last # weeks}
|
|
848
|
+
}`,
|
|
849
|
+
DAYS: `{days, plural,
|
|
850
|
+
one {last day}
|
|
851
|
+
other {last # days}
|
|
852
|
+
}`,
|
|
853
|
+
HOURS: `{hours, plural,
|
|
854
|
+
one {last hour}
|
|
855
|
+
other {last # hours}
|
|
856
|
+
}`,
|
|
857
|
+
MINUTES: `{minutes, plural,
|
|
858
|
+
one {last minute}
|
|
859
|
+
other {last # minutes}
|
|
860
|
+
}`,
|
|
861
|
+
SECONDS: `{seconds, plural,
|
|
862
|
+
one {last second}
|
|
863
|
+
other {last # seconds}
|
|
864
|
+
}`,
|
|
865
|
+
YEARS_FRACTION: `{years} years`,
|
|
866
|
+
MONTHS_FRACTION: `{months} months`
|
|
867
|
+
},
|
|
868
|
+
option: {
|
|
869
|
+
SEPARATOR: ' ',
|
|
870
|
+
LAST_PART_SEPARATOR: '',
|
|
871
|
+
YEARS: `{years, plural,
|
|
872
|
+
one {# year}
|
|
873
|
+
other {last # years}
|
|
874
|
+
}`,
|
|
875
|
+
MONTHS: `{months, plural,
|
|
876
|
+
one {last month}
|
|
877
|
+
other {last # months}
|
|
878
|
+
}`,
|
|
879
|
+
WEEKS: `{weeks, plural,
|
|
880
|
+
one {last week}
|
|
881
|
+
other {last # weeks}
|
|
882
|
+
}`,
|
|
883
|
+
DAYS: `{days, plural,
|
|
884
|
+
one {last day}
|
|
885
|
+
other {last # days}
|
|
886
|
+
}`,
|
|
887
|
+
HOURS: `{hours, plural,
|
|
888
|
+
one {last hour}
|
|
889
|
+
other {last # hours}
|
|
890
|
+
}`,
|
|
891
|
+
MINUTES: `{minutes, plural,
|
|
892
|
+
one {last minute}
|
|
893
|
+
other {last # minutes}
|
|
894
|
+
}`,
|
|
895
|
+
SECONDS: `{seconds, plural,
|
|
896
|
+
one {last second}
|
|
897
|
+
other {last # seconds}
|
|
898
|
+
}`,
|
|
899
|
+
YEARS_FRACTION: `{years} years`,
|
|
900
|
+
MONTHS_FRACTION: `{months} months`
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
notificationCenter: {
|
|
905
|
+
notifications: 'Notifications',
|
|
906
|
+
remove: 'Remove',
|
|
907
|
+
doNotDisturb: 'Do not disturb',
|
|
908
|
+
showPopUpNotifications: 'Show pop-up notifications',
|
|
909
|
+
noNotifications: 'No notifications',
|
|
910
|
+
failedToLoadNotifications: 'Failed to load notifications',
|
|
911
|
+
repeat: 'Repeat'
|
|
725
912
|
}
|
|
726
913
|
};
|
|
727
914
|
|
|
@@ -821,6 +1008,110 @@ const esLALocaleData = {
|
|
|
821
1008
|
pinButton: 'Expandir el menú',
|
|
822
1009
|
collapseButton: 'Colapsar'
|
|
823
1010
|
}
|
|
1011
|
+
},
|
|
1012
|
+
searchExpandable: {
|
|
1013
|
+
tooltip: 'Búsqueda',
|
|
1014
|
+
placeholder: 'Búsqueda'
|
|
1015
|
+
},
|
|
1016
|
+
appSwitcher: {
|
|
1017
|
+
searchPlaceholder: 'Búsqueda',
|
|
1018
|
+
searchEmptyResult: 'No se encontró nada',
|
|
1019
|
+
sitesHeader: 'Otros sitios'
|
|
1020
|
+
},
|
|
1021
|
+
timeRange: {
|
|
1022
|
+
title: {
|
|
1023
|
+
for: 'para',
|
|
1024
|
+
placeholder: 'Seleccione el período'
|
|
1025
|
+
},
|
|
1026
|
+
editor: {
|
|
1027
|
+
from: 'de',
|
|
1028
|
+
to: 'a',
|
|
1029
|
+
apply: 'Aplicar',
|
|
1030
|
+
cancel: 'Cancelar',
|
|
1031
|
+
rangeLabel: 'para el período',
|
|
1032
|
+
allTime: 'por todo el tiempo',
|
|
1033
|
+
currentQuarter: 'por el trimestre actual',
|
|
1034
|
+
currentYear: 'por el año actual'
|
|
1035
|
+
},
|
|
1036
|
+
durationTemplate: {
|
|
1037
|
+
title: {
|
|
1038
|
+
SEPARATOR: ', ',
|
|
1039
|
+
LAST_PART_SEPARATOR: '',
|
|
1040
|
+
YEARS: `{years, plural,
|
|
1041
|
+
one {# año}
|
|
1042
|
+
other {últimos # años}
|
|
1043
|
+
}`,
|
|
1044
|
+
MONTHS: `{months, plural,
|
|
1045
|
+
one {último mes}
|
|
1046
|
+
other {últimos # meses}
|
|
1047
|
+
}`,
|
|
1048
|
+
WEEKS: `{weeks, plural,
|
|
1049
|
+
one {última semana}
|
|
1050
|
+
other {últimas # semanas}
|
|
1051
|
+
}`,
|
|
1052
|
+
DAYS: `{days, plural,
|
|
1053
|
+
one {último día}
|
|
1054
|
+
other {últimos # días}
|
|
1055
|
+
}`,
|
|
1056
|
+
HOURS: `{hours, plural,
|
|
1057
|
+
one {última hora}
|
|
1058
|
+
other {últimas # horas}
|
|
1059
|
+
}`,
|
|
1060
|
+
MINUTES: `{minutes, plural,
|
|
1061
|
+
one {último minuto}
|
|
1062
|
+
other {últimos # minutos}
|
|
1063
|
+
}`,
|
|
1064
|
+
SECONDS: `{seconds, plural,
|
|
1065
|
+
one {último segundo}
|
|
1066
|
+
other {últimos # segundos}
|
|
1067
|
+
}`,
|
|
1068
|
+
YEARS_FRACTION: `{years} años`,
|
|
1069
|
+
MONTHS_FRACTION: `{months} meses`
|
|
1070
|
+
},
|
|
1071
|
+
option: {
|
|
1072
|
+
SEPARATOR: ', ',
|
|
1073
|
+
LAST_PART_SEPARATOR: '',
|
|
1074
|
+
YEARS: `{years, plural,
|
|
1075
|
+
one {# año}
|
|
1076
|
+
other {últimos # años}
|
|
1077
|
+
}`,
|
|
1078
|
+
MONTHS: `{months, plural,
|
|
1079
|
+
one {último mes}
|
|
1080
|
+
other {últimos # meses}
|
|
1081
|
+
}`,
|
|
1082
|
+
WEEKS: `{weeks, plural,
|
|
1083
|
+
one {última semana}
|
|
1084
|
+
other {últimas # semanas}
|
|
1085
|
+
}`,
|
|
1086
|
+
DAYS: `{days, plural,
|
|
1087
|
+
one {último día}
|
|
1088
|
+
other {últimos # días}
|
|
1089
|
+
}`,
|
|
1090
|
+
HOURS: `{hours, plural,
|
|
1091
|
+
one {última hora}
|
|
1092
|
+
other {últimas # horas}
|
|
1093
|
+
}`,
|
|
1094
|
+
MINUTES: `{minutes, plural,
|
|
1095
|
+
one {último minuto}
|
|
1096
|
+
other {últimos # minutos}
|
|
1097
|
+
}`,
|
|
1098
|
+
SECONDS: `{seconds, plural,
|
|
1099
|
+
one {último segundo}
|
|
1100
|
+
other {últimos # segundos}
|
|
1101
|
+
}`,
|
|
1102
|
+
YEARS_FRACTION: `{years} años`,
|
|
1103
|
+
MONTHS_FRACTION: `{months} meses`
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
notificationCenter: {
|
|
1108
|
+
notifications: 'Notificaciones',
|
|
1109
|
+
remove: 'Eliminar',
|
|
1110
|
+
doNotDisturb: 'No molestar',
|
|
1111
|
+
showPopUpNotifications: 'Mostrar notificaciones emergentes',
|
|
1112
|
+
noNotifications: 'Sin notificaciones',
|
|
1113
|
+
failedToLoadNotifications: 'Error al cargar las notificaciones',
|
|
1114
|
+
repeat: 'Repetir'
|
|
824
1115
|
}
|
|
825
1116
|
};
|
|
826
1117
|
|
|
@@ -920,6 +1211,80 @@ const faIRLocaleData = {
|
|
|
920
1211
|
pinButton: 'ترک گسترش یافته',
|
|
921
1212
|
collapseButton: 'جمع کردن'
|
|
922
1213
|
}
|
|
1214
|
+
},
|
|
1215
|
+
searchExpandable: {
|
|
1216
|
+
tooltip: 'جستجو',
|
|
1217
|
+
placeholder: 'جستجو'
|
|
1218
|
+
},
|
|
1219
|
+
appSwitcher: {
|
|
1220
|
+
searchPlaceholder: 'جستجو',
|
|
1221
|
+
searchEmptyResult: 'چیزی پیدا نشد',
|
|
1222
|
+
sitesHeader: 'سایتهای دیگر'
|
|
1223
|
+
},
|
|
1224
|
+
timeRange: {
|
|
1225
|
+
title: {
|
|
1226
|
+
for: 'برای',
|
|
1227
|
+
placeholder: 'دوره را انتخاب کنید'
|
|
1228
|
+
},
|
|
1229
|
+
editor: {
|
|
1230
|
+
from: 'از',
|
|
1231
|
+
to: 'تا',
|
|
1232
|
+
apply: 'اعمال',
|
|
1233
|
+
cancel: 'لغو',
|
|
1234
|
+
rangeLabel: 'برای دوره',
|
|
1235
|
+
allTime: 'برای همه زمانها',
|
|
1236
|
+
currentQuarter: 'برای فصل جاری',
|
|
1237
|
+
currentYear: 'برای سال جاری'
|
|
1238
|
+
},
|
|
1239
|
+
durationTemplate: {
|
|
1240
|
+
title: {
|
|
1241
|
+
SEPARATOR: ' و ',
|
|
1242
|
+
LAST_PART_SEPARATOR: '',
|
|
1243
|
+
YEARS: `{years} سال گذشته`,
|
|
1244
|
+
MONTHS: `{months} ماه گذشته`,
|
|
1245
|
+
WEEKS: `{weeks} هفته گذشته`,
|
|
1246
|
+
DAYS: `{days} روز گذشته`,
|
|
1247
|
+
HOURS: `{hours} ساعت گذشته`,
|
|
1248
|
+
MINUTES: `{minutes} دقیقه گذشته`,
|
|
1249
|
+
SECONDS: `{seconds} ثانیه گذشته`,
|
|
1250
|
+
YEARS_FRACTION: `{floorValue, plural,
|
|
1251
|
+
=1 {سال {years, number, ::# و #}}
|
|
1252
|
+
other {سالها {years, number, ::# و #}}
|
|
1253
|
+
}`,
|
|
1254
|
+
MONTHS_FRACTION: `{floorValue, plural,
|
|
1255
|
+
=1 {ماه {months, number, ::# و #}}
|
|
1256
|
+
other {ماه ها {months, number, ::# و #}}
|
|
1257
|
+
}`
|
|
1258
|
+
},
|
|
1259
|
+
option: {
|
|
1260
|
+
SEPARATOR: ' و ',
|
|
1261
|
+
LAST_PART_SEPARATOR: '',
|
|
1262
|
+
YEARS: `{years} سال گذشته`,
|
|
1263
|
+
MONTHS: `{months} ماه گذشته`,
|
|
1264
|
+
WEEKS: `{weeks} هفته گذشته`,
|
|
1265
|
+
DAYS: `{days} روز گذشته`,
|
|
1266
|
+
HOURS: `{hours} ساعت گذشته`,
|
|
1267
|
+
MINUTES: `{minutes} دقیقه گذشته`,
|
|
1268
|
+
SECONDS: `{seconds} ثانیه گذشته`,
|
|
1269
|
+
YEARS_FRACTION: `{floorValue, plural,
|
|
1270
|
+
=1 {سال {years, number, ::# و #}}
|
|
1271
|
+
other {سالها {years, number, ::# و #}}
|
|
1272
|
+
}`,
|
|
1273
|
+
MONTHS_FRACTION: `{floorValue, plural,
|
|
1274
|
+
=1 {ماه {months, number, ::# و #}}
|
|
1275
|
+
other {ماه ها {months, number, ::# و #}}
|
|
1276
|
+
}`
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
notificationCenter: {
|
|
1281
|
+
notifications: 'اعلانها',
|
|
1282
|
+
remove: 'حذف',
|
|
1283
|
+
doNotDisturb: 'مزاحم نشوید',
|
|
1284
|
+
showPopUpNotifications: 'نمایش اعلانهای پاپآپ',
|
|
1285
|
+
noNotifications: 'بدون اعلان',
|
|
1286
|
+
failedToLoadNotifications: 'بارگیری اعلانها ناموفق بود',
|
|
1287
|
+
repeat: 'تکرار'
|
|
923
1288
|
}
|
|
924
1289
|
};
|
|
925
1290
|
|
|
@@ -1019,6 +1384,110 @@ const ptBRLocaleData = {
|
|
|
1019
1384
|
pinButton: 'Deixar expandido',
|
|
1020
1385
|
collapseButton: 'Recolher'
|
|
1021
1386
|
}
|
|
1387
|
+
},
|
|
1388
|
+
searchExpandable: {
|
|
1389
|
+
tooltip: 'Pesquisar',
|
|
1390
|
+
placeholder: 'Pesquisar'
|
|
1391
|
+
},
|
|
1392
|
+
appSwitcher: {
|
|
1393
|
+
searchPlaceholder: 'Pesquisar',
|
|
1394
|
+
searchEmptyResult: 'Nada encontrado',
|
|
1395
|
+
sitesHeader: 'Outros sites'
|
|
1396
|
+
},
|
|
1397
|
+
timeRange: {
|
|
1398
|
+
title: {
|
|
1399
|
+
for: 'para',
|
|
1400
|
+
placeholder: 'Selecione o período'
|
|
1401
|
+
},
|
|
1402
|
+
editor: {
|
|
1403
|
+
from: 'de',
|
|
1404
|
+
to: 'até',
|
|
1405
|
+
apply: 'Aplicar',
|
|
1406
|
+
cancel: 'Cancelar',
|
|
1407
|
+
rangeLabel: 'para o período',
|
|
1408
|
+
allTime: 'por todo o tempo',
|
|
1409
|
+
currentQuarter: 'pelo trimestre atual',
|
|
1410
|
+
currentYear: 'pelo ano atual'
|
|
1411
|
+
},
|
|
1412
|
+
durationTemplate: {
|
|
1413
|
+
title: {
|
|
1414
|
+
SEPARATOR: ' e ',
|
|
1415
|
+
LAST_PART_SEPARATOR: '',
|
|
1416
|
+
YEARS: `{years, plural,
|
|
1417
|
+
one {# ano}
|
|
1418
|
+
other {últimos # anos}
|
|
1419
|
+
}`,
|
|
1420
|
+
MONTHS: `{months, plural,
|
|
1421
|
+
one {último mês}
|
|
1422
|
+
other {últimos # meses}
|
|
1423
|
+
}`,
|
|
1424
|
+
WEEKS: `{weeks, plural,
|
|
1425
|
+
one {última semana}
|
|
1426
|
+
other {últimas # semanas}
|
|
1427
|
+
}`,
|
|
1428
|
+
DAYS: `{days, plural,
|
|
1429
|
+
one {último dia}
|
|
1430
|
+
other {últimos # dias}
|
|
1431
|
+
}`,
|
|
1432
|
+
HOURS: `{hours, plural,
|
|
1433
|
+
one {última hora}
|
|
1434
|
+
other {últimas # horas}
|
|
1435
|
+
}`,
|
|
1436
|
+
MINUTES: `{minutes, plural,
|
|
1437
|
+
one {último minuto}
|
|
1438
|
+
other {últimos # minutos}
|
|
1439
|
+
}`,
|
|
1440
|
+
SECONDS: `{seconds, plural,
|
|
1441
|
+
one {último segundo}
|
|
1442
|
+
other {últimos # segundos}
|
|
1443
|
+
}`,
|
|
1444
|
+
YEARS_FRACTION: `{years} anos`,
|
|
1445
|
+
MONTHS_FRACTION: `{months} meses`
|
|
1446
|
+
},
|
|
1447
|
+
option: {
|
|
1448
|
+
SEPARATOR: ' e ',
|
|
1449
|
+
LAST_PART_SEPARATOR: '',
|
|
1450
|
+
YEARS: `{years, plural,
|
|
1451
|
+
one {# ano}
|
|
1452
|
+
other {últimos # anos}
|
|
1453
|
+
}`,
|
|
1454
|
+
MONTHS: `{months, plural,
|
|
1455
|
+
one {último mês}
|
|
1456
|
+
other {últimos # meses}
|
|
1457
|
+
}`,
|
|
1458
|
+
WEEKS: `{weeks, plural,
|
|
1459
|
+
one {última semana}
|
|
1460
|
+
other {últimas # semanas}
|
|
1461
|
+
}`,
|
|
1462
|
+
DAYS: `{days, plural,
|
|
1463
|
+
one {último dia}
|
|
1464
|
+
other {últimos # dias}
|
|
1465
|
+
}`,
|
|
1466
|
+
HOURS: `{hours, plural,
|
|
1467
|
+
one {última hora}
|
|
1468
|
+
other {últimas # horas}
|
|
1469
|
+
}`,
|
|
1470
|
+
MINUTES: `{minutes, plural,
|
|
1471
|
+
one {último minuto}
|
|
1472
|
+
other {últimos # minutos}
|
|
1473
|
+
}`,
|
|
1474
|
+
SECONDS: `{seconds, plural,
|
|
1475
|
+
one {último segundo}
|
|
1476
|
+
other {últimos # segundos}
|
|
1477
|
+
}`,
|
|
1478
|
+
YEARS_FRACTION: `{years} anos`,
|
|
1479
|
+
MONTHS_FRACTION: `{months} meses`
|
|
1480
|
+
}
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
notificationCenter: {
|
|
1484
|
+
notifications: 'Notificações',
|
|
1485
|
+
remove: 'Remover',
|
|
1486
|
+
doNotDisturb: 'Não perturbe',
|
|
1487
|
+
showPopUpNotifications: 'Mostrar notificações pop-up',
|
|
1488
|
+
noNotifications: 'Sem notificações',
|
|
1489
|
+
failedToLoadNotifications: 'Falha ao carregar notificações',
|
|
1490
|
+
repeat: 'Repetir'
|
|
1022
1491
|
}
|
|
1023
1492
|
};
|
|
1024
1493
|
|
|
@@ -1119,6 +1588,124 @@ const ruRULocaleData = {
|
|
|
1119
1588
|
pinButton: 'Оставить развернутым',
|
|
1120
1589
|
collapseButton: 'Свернуть'
|
|
1121
1590
|
}
|
|
1591
|
+
},
|
|
1592
|
+
searchExpandable: {
|
|
1593
|
+
tooltip: 'Поиск',
|
|
1594
|
+
placeholder: 'Поиск'
|
|
1595
|
+
},
|
|
1596
|
+
appSwitcher: {
|
|
1597
|
+
searchPlaceholder: 'Поиск',
|
|
1598
|
+
searchEmptyResult: 'Ничего не найдено',
|
|
1599
|
+
sitesHeader: 'Другие площадки'
|
|
1600
|
+
},
|
|
1601
|
+
timeRange: {
|
|
1602
|
+
title: {
|
|
1603
|
+
for: 'за',
|
|
1604
|
+
placeholder: 'Выберите период'
|
|
1605
|
+
},
|
|
1606
|
+
editor: {
|
|
1607
|
+
from: 'с',
|
|
1608
|
+
to: 'по',
|
|
1609
|
+
apply: 'Применить',
|
|
1610
|
+
cancel: 'Отмена',
|
|
1611
|
+
rangeLabel: 'за период',
|
|
1612
|
+
allTime: 'за все время',
|
|
1613
|
+
currentQuarter: 'за текущий квартал',
|
|
1614
|
+
currentYear: 'за текущий год'
|
|
1615
|
+
},
|
|
1616
|
+
durationTemplate: {
|
|
1617
|
+
title: {
|
|
1618
|
+
SEPARATOR: ' ',
|
|
1619
|
+
LAST_PART_SEPARATOR: 'и',
|
|
1620
|
+
YEARS: `{years, plural,
|
|
1621
|
+
one {# год}
|
|
1622
|
+
few {последние # лет}
|
|
1623
|
+
other {последние # лет}
|
|
1624
|
+
}`,
|
|
1625
|
+
MONTHS: `{months, plural,
|
|
1626
|
+
one {последний месяц}
|
|
1627
|
+
few {последние # месяца}
|
|
1628
|
+
other {последние # месяцев}
|
|
1629
|
+
}`,
|
|
1630
|
+
WEEKS: `{weeks, plural,
|
|
1631
|
+
one {последнюю неделю}
|
|
1632
|
+
few {последние # недели}
|
|
1633
|
+
other {последние # недель}
|
|
1634
|
+
}`,
|
|
1635
|
+
DAYS: `{days, plural,
|
|
1636
|
+
one {последний день}
|
|
1637
|
+
few {последние # дня}
|
|
1638
|
+
other {последние # дней}
|
|
1639
|
+
}`,
|
|
1640
|
+
HOURS: `{hours, plural,
|
|
1641
|
+
one {последний час}
|
|
1642
|
+
few {последние # часа}
|
|
1643
|
+
other {последние # часов}
|
|
1644
|
+
}`,
|
|
1645
|
+
MINUTES: `{minutes, plural,
|
|
1646
|
+
one {последнюю минуту}
|
|
1647
|
+
few {последние # минуты}
|
|
1648
|
+
other {последние # минут}
|
|
1649
|
+
}`,
|
|
1650
|
+
SECONDS: `{seconds, plural,
|
|
1651
|
+
one {последнюю секунду}
|
|
1652
|
+
few {последние # секунды}
|
|
1653
|
+
other {последние # секунд}
|
|
1654
|
+
}`,
|
|
1655
|
+
YEARS_FRACTION: `{years} лет`,
|
|
1656
|
+
MONTHS_FRACTION: `{months} месяцев`
|
|
1657
|
+
},
|
|
1658
|
+
option: {
|
|
1659
|
+
SEPARATOR: ' ',
|
|
1660
|
+
LAST_PART_SEPARATOR: 'и',
|
|
1661
|
+
YEARS: `{years, plural,
|
|
1662
|
+
one {последний год}
|
|
1663
|
+
few {последние # лет}
|
|
1664
|
+
other {последние # лет}
|
|
1665
|
+
}`,
|
|
1666
|
+
MONTHS: `{months, plural,
|
|
1667
|
+
one {последний месяц}
|
|
1668
|
+
few {последние # месяца}
|
|
1669
|
+
other {последние # месяцев}
|
|
1670
|
+
}`,
|
|
1671
|
+
WEEKS: `{weeks, plural,
|
|
1672
|
+
one {последняя неделя}
|
|
1673
|
+
few {последние # недели}
|
|
1674
|
+
other {последние # недель}
|
|
1675
|
+
}`,
|
|
1676
|
+
DAYS: `{days, plural,
|
|
1677
|
+
one {последний день}
|
|
1678
|
+
few {последние # дня}
|
|
1679
|
+
other {последние # дней}
|
|
1680
|
+
}`,
|
|
1681
|
+
HOURS: `{hours, plural,
|
|
1682
|
+
one {последний час}
|
|
1683
|
+
few {последние # часа}
|
|
1684
|
+
other {последние # часов}
|
|
1685
|
+
}`,
|
|
1686
|
+
MINUTES: `{minutes, plural,
|
|
1687
|
+
one {последняя минута}
|
|
1688
|
+
few {последние # минуты}
|
|
1689
|
+
other {последние # минут}
|
|
1690
|
+
}`,
|
|
1691
|
+
SECONDS: `{seconds, plural,
|
|
1692
|
+
one {последняя секунда}
|
|
1693
|
+
few {последние # секунды}
|
|
1694
|
+
other {последние # секунд}
|
|
1695
|
+
}`,
|
|
1696
|
+
YEARS_FRACTION: `{years} лет`,
|
|
1697
|
+
MONTHS_FRACTION: `{months} месяцев`
|
|
1698
|
+
}
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
notificationCenter: {
|
|
1702
|
+
notifications: 'Уведомления',
|
|
1703
|
+
remove: 'Удалить',
|
|
1704
|
+
doNotDisturb: 'Не беспокоить',
|
|
1705
|
+
showPopUpNotifications: 'Показывать всплывающие уведомления',
|
|
1706
|
+
noNotifications: 'Нет уведомлений',
|
|
1707
|
+
failedToLoadNotifications: 'Не удалось загрузить уведомления',
|
|
1708
|
+
repeat: 'Повторить'
|
|
1122
1709
|
}
|
|
1123
1710
|
};
|
|
1124
1711
|
|
|
@@ -1219,6 +1806,110 @@ const tkTMLocaleData = {
|
|
|
1219
1806
|
pinButton: 'Rugsat giňeldildi',
|
|
1220
1807
|
collapseButton: 'Apseykylmak'
|
|
1221
1808
|
}
|
|
1809
|
+
},
|
|
1810
|
+
searchExpandable: {
|
|
1811
|
+
tooltip: 'Gözleg',
|
|
1812
|
+
placeholder: 'Gözleg'
|
|
1813
|
+
},
|
|
1814
|
+
appSwitcher: {
|
|
1815
|
+
searchPlaceholder: 'Gözleg',
|
|
1816
|
+
searchEmptyResult: 'Hiç zat tapylmady',
|
|
1817
|
+
sitesHeader: 'Beýleki saýtlar'
|
|
1818
|
+
},
|
|
1819
|
+
timeRange: {
|
|
1820
|
+
title: {
|
|
1821
|
+
for: 'soňky',
|
|
1822
|
+
placeholder: 'Möhleti saýla'
|
|
1823
|
+
},
|
|
1824
|
+
editor: {
|
|
1825
|
+
from: 'şundan',
|
|
1826
|
+
to: 'şuňa',
|
|
1827
|
+
apply: 'Ulanmak',
|
|
1828
|
+
cancel: 'Ýatyrmak',
|
|
1829
|
+
rangeLabel: 'şu döwürde',
|
|
1830
|
+
allTime: 'hemme döwür üçin',
|
|
1831
|
+
currentQuarter: 'şu çärýek üçin',
|
|
1832
|
+
currentYear: 'şu ýyl üçin'
|
|
1833
|
+
},
|
|
1834
|
+
durationTemplate: {
|
|
1835
|
+
title: {
|
|
1836
|
+
SEPARATOR: ' ',
|
|
1837
|
+
LAST_PART_SEPARATOR: '',
|
|
1838
|
+
YEARS: `{years, plural,
|
|
1839
|
+
one {# ýyl}
|
|
1840
|
+
other {# ýyl}
|
|
1841
|
+
}`,
|
|
1842
|
+
MONTHS: `{months, plural,
|
|
1843
|
+
one {aý}
|
|
1844
|
+
other {# aý}
|
|
1845
|
+
}`,
|
|
1846
|
+
WEEKS: `{weeks, plural,
|
|
1847
|
+
one {hepde}
|
|
1848
|
+
other {# hepde}
|
|
1849
|
+
}`,
|
|
1850
|
+
DAYS: `{days, plural,
|
|
1851
|
+
one {gün}
|
|
1852
|
+
other {# gün}
|
|
1853
|
+
}`,
|
|
1854
|
+
HOURS: `{hours, plural,
|
|
1855
|
+
one {sagat}
|
|
1856
|
+
other {# sagat}
|
|
1857
|
+
}`,
|
|
1858
|
+
MINUTES: `{minutes, plural,
|
|
1859
|
+
one {minut}
|
|
1860
|
+
other {# minut}
|
|
1861
|
+
}`,
|
|
1862
|
+
SECONDS: `{seconds, plural,
|
|
1863
|
+
one {sekunt}
|
|
1864
|
+
other {# sekunt}
|
|
1865
|
+
}`,
|
|
1866
|
+
YEARS_FRACTION: `{years} ýyl`,
|
|
1867
|
+
MONTHS_FRACTION: `{months} aý`
|
|
1868
|
+
},
|
|
1869
|
+
option: {
|
|
1870
|
+
SEPARATOR: ' ',
|
|
1871
|
+
LAST_PART_SEPARATOR: '',
|
|
1872
|
+
YEARS: `{years, plural,
|
|
1873
|
+
one {# ýyl}
|
|
1874
|
+
other {# ýyl}
|
|
1875
|
+
}`,
|
|
1876
|
+
MONTHS: `{months, plural,
|
|
1877
|
+
one {aý}
|
|
1878
|
+
other {# aý}
|
|
1879
|
+
}`,
|
|
1880
|
+
WEEKS: `{weeks, plural,
|
|
1881
|
+
one {hepde}
|
|
1882
|
+
other {# hepde}
|
|
1883
|
+
}`,
|
|
1884
|
+
DAYS: `{days, plural,
|
|
1885
|
+
one {gün}
|
|
1886
|
+
other {# gün}
|
|
1887
|
+
}`,
|
|
1888
|
+
HOURS: `{hours, plural,
|
|
1889
|
+
one {sagat}
|
|
1890
|
+
other {# sagat}
|
|
1891
|
+
}`,
|
|
1892
|
+
MINUTES: `{minutes, plural,
|
|
1893
|
+
one {minut}
|
|
1894
|
+
other {# minut}
|
|
1895
|
+
}`,
|
|
1896
|
+
SECONDS: `{seconds, plural,
|
|
1897
|
+
one {sekunt}
|
|
1898
|
+
other {# sekunt}
|
|
1899
|
+
}`,
|
|
1900
|
+
YEARS_FRACTION: `{years} ýyl`,
|
|
1901
|
+
MONTHS_FRACTION: `{months} aý`
|
|
1902
|
+
}
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
notificationCenter: {
|
|
1906
|
+
notifications: 'Duýduryşlar',
|
|
1907
|
+
remove: 'Aýyr',
|
|
1908
|
+
doNotDisturb: 'Alada etme',
|
|
1909
|
+
showPopUpNotifications: 'Açylýan bildirişleri görkeziň',
|
|
1910
|
+
noNotifications: 'Duýduryş ýok',
|
|
1911
|
+
failedToLoadNotifications: 'Duýduryşlary ýükläp bilmedi',
|
|
1912
|
+
repeat: 'Gaýtalama'
|
|
1222
1913
|
}
|
|
1223
1914
|
};
|
|
1224
1915
|
|
|
@@ -1318,6 +2009,68 @@ const zhCNLocaleData = {
|
|
|
1318
2009
|
pinButton: '保持展开',
|
|
1319
2010
|
collapseButton: '折叠'
|
|
1320
2011
|
}
|
|
2012
|
+
},
|
|
2013
|
+
searchExpandable: {
|
|
2014
|
+
tooltip: '搜索',
|
|
2015
|
+
placeholder: '搜索'
|
|
2016
|
+
},
|
|
2017
|
+
appSwitcher: {
|
|
2018
|
+
searchPlaceholder: '搜索',
|
|
2019
|
+
searchEmptyResult: '未找到任何内容',
|
|
2020
|
+
sitesHeader: '其他网站'
|
|
2021
|
+
},
|
|
2022
|
+
timeRange: {
|
|
2023
|
+
title: {
|
|
2024
|
+
for: '时间范围',
|
|
2025
|
+
placeholder: '选择一个时期'
|
|
2026
|
+
},
|
|
2027
|
+
editor: {
|
|
2028
|
+
from: '开始时间',
|
|
2029
|
+
to: '结束时间',
|
|
2030
|
+
apply: '应用',
|
|
2031
|
+
cancel: '取消',
|
|
2032
|
+
rangeLabel: '时间段',
|
|
2033
|
+
allTime: '全部时间',
|
|
2034
|
+
currentQuarter: '当前季度',
|
|
2035
|
+
currentYear: '当前年份'
|
|
2036
|
+
},
|
|
2037
|
+
durationTemplate: {
|
|
2038
|
+
title: {
|
|
2039
|
+
SEPARATOR: ' ',
|
|
2040
|
+
LAST_PART_SEPARATOR: '',
|
|
2041
|
+
YEARS: `{years} 年`,
|
|
2042
|
+
MONTHS: `{months} 个月`,
|
|
2043
|
+
WEEKS: `{weeks} 周`,
|
|
2044
|
+
DAYS: `{days} 天`,
|
|
2045
|
+
HOURS: `{hours} 小时`,
|
|
2046
|
+
MINUTES: `{minutes} 分`,
|
|
2047
|
+
SECONDS: `{seconds} 秒`,
|
|
2048
|
+
YEARS_FRACTION: `{years} 年`,
|
|
2049
|
+
MONTHS_FRACTION: `{months} 个月`
|
|
2050
|
+
},
|
|
2051
|
+
option: {
|
|
2052
|
+
SEPARATOR: ' ',
|
|
2053
|
+
LAST_PART_SEPARATOR: '',
|
|
2054
|
+
YEARS: `{years} 年`,
|
|
2055
|
+
MONTHS: `{months} 个月`,
|
|
2056
|
+
WEEKS: `{weeks} 周`,
|
|
2057
|
+
DAYS: `{days} 天`,
|
|
2058
|
+
HOURS: `{hours} 小时`,
|
|
2059
|
+
MINUTES: `{minutes} 分`,
|
|
2060
|
+
SECONDS: `{seconds} 秒`,
|
|
2061
|
+
YEARS_FRACTION: `{years} 年`,
|
|
2062
|
+
MONTHS_FRACTION: `{months} 个月`
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
notificationCenter: {
|
|
2067
|
+
notifications: '通知',
|
|
2068
|
+
remove: '移除',
|
|
2069
|
+
doNotDisturb: '请勿打扰',
|
|
2070
|
+
showPopUpNotifications: '显示弹出通知',
|
|
2071
|
+
noNotifications: '无通知',
|
|
2072
|
+
failedToLoadNotifications: '加载通知失败',
|
|
2073
|
+
repeat: '重复'
|
|
1321
2074
|
}
|
|
1322
2075
|
};
|
|
1323
2076
|
|
|
@@ -1657,10 +2410,10 @@ class KbqLocaleService {
|
|
|
1657
2410
|
getParams(componentName) {
|
|
1658
2411
|
return this.current[componentName];
|
|
1659
2412
|
}
|
|
1660
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1661
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
2413
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleService, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2414
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleService, providedIn: 'root' }); }
|
|
1662
2415
|
}
|
|
1663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2416
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleService, decorators: [{
|
|
1664
2417
|
type: Injectable,
|
|
1665
2418
|
args: [{ providedIn: 'root' }]
|
|
1666
2419
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -1740,13 +2493,13 @@ function checkAndNormalizeLocalizedNumber(num, locale) {
|
|
|
1740
2493
|
}
|
|
1741
2494
|
|
|
1742
2495
|
class KbqLocaleServiceModule {
|
|
1743
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1744
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
1745
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
2496
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2497
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleServiceModule }); }
|
|
2498
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleServiceModule, providers: [
|
|
1746
2499
|
{ provide: KBQ_LOCALE_SERVICE, useClass: KbqLocaleService }
|
|
1747
2500
|
] }); }
|
|
1748
2501
|
}
|
|
1749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleServiceModule, decorators: [{
|
|
1750
2503
|
type: NgModule,
|
|
1751
2504
|
args: [{
|
|
1752
2505
|
providers: [
|
|
@@ -1762,10 +2515,10 @@ class DateFormatter extends DateFormatter$1 {
|
|
|
1762
2515
|
this.localeService = inject(KBQ_LOCALE_SERVICE, { optional: true });
|
|
1763
2516
|
this.localeService?.changes.pipe(takeUntilDestroyed()).subscribe((locale) => this.setLocale(locale));
|
|
1764
2517
|
}
|
|
1765
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1766
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
2518
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: KBQ_DATE_LOCALE }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2519
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFormatter }); }
|
|
1767
2520
|
}
|
|
1768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2521
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFormatter, decorators: [{
|
|
1769
2522
|
type: Injectable
|
|
1770
2523
|
}], ctorParameters: () => [{ type: i1.DateAdapter }, { type: undefined, decorators: [{
|
|
1771
2524
|
type: Inject,
|
|
@@ -1783,10 +2536,10 @@ class AbsoluteDateFormatterPipe extends BaseFormatterPipe {
|
|
|
1783
2536
|
const date = this.adapter.deserialize(value);
|
|
1784
2537
|
return date ? this.formatter.absoluteLongDate(date, currYear) : '';
|
|
1785
2538
|
}
|
|
1786
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1787
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2539
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2540
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateFormatterPipe, isStandalone: true, name: "absoluteLongDate" }); }
|
|
1788
2541
|
}
|
|
1789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2542
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
|
|
1790
2543
|
type: Pipe,
|
|
1791
2544
|
args: [{
|
|
1792
2545
|
standalone: true,
|
|
@@ -1795,10 +2548,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1795
2548
|
}] });
|
|
1796
2549
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1797
2550
|
class AbsoluteDateFormatterImpurePipe extends AbsoluteDateFormatterPipe {
|
|
1798
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1799
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2551
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2552
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, isStandalone: true, name: "absoluteLongDateImpurePipe", pure: false }); }
|
|
1800
2553
|
}
|
|
1801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, decorators: [{
|
|
1802
2555
|
type: Pipe,
|
|
1803
2556
|
args: [{
|
|
1804
2557
|
standalone: true,
|
|
@@ -1811,10 +2564,10 @@ class AbsoluteDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
1811
2564
|
const date = this.adapter.deserialize(value);
|
|
1812
2565
|
return date ? this.formatter.absoluteLongDateTime(date, options) : '';
|
|
1813
2566
|
}
|
|
1814
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1815
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2567
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2568
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, isStandalone: true, name: "absoluteLongDateTime" }); }
|
|
1816
2569
|
}
|
|
1817
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
|
|
1818
2571
|
type: Pipe,
|
|
1819
2572
|
args: [{
|
|
1820
2573
|
standalone: true,
|
|
@@ -1823,10 +2576,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1823
2576
|
}] });
|
|
1824
2577
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1825
2578
|
class AbsoluteDateTimeFormatterImpurePipe extends AbsoluteDateTimeFormatterPipe {
|
|
1826
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1827
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2579
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2580
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, isStandalone: true, name: "absoluteLongDateTimeImpurePipe", pure: false }); }
|
|
1828
2581
|
}
|
|
1829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2582
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, decorators: [{
|
|
1830
2583
|
type: Pipe,
|
|
1831
2584
|
args: [{
|
|
1832
2585
|
standalone: true,
|
|
@@ -1839,10 +2592,10 @@ class AbsoluteDateShortFormatterPipe extends BaseFormatterPipe {
|
|
|
1839
2592
|
const date = this.adapter.deserialize(value);
|
|
1840
2593
|
return date ? this.formatter.absoluteShortDate(date, currYear) : '';
|
|
1841
2594
|
}
|
|
1842
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1843
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2595
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2596
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateShortFormatterPipe, isStandalone: true, name: "absoluteShortDate" }); }
|
|
1844
2597
|
}
|
|
1845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
|
|
1846
2599
|
type: Pipe,
|
|
1847
2600
|
args: [{
|
|
1848
2601
|
standalone: true,
|
|
@@ -1851,10 +2604,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1851
2604
|
}] });
|
|
1852
2605
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1853
2606
|
class AbsoluteDateShortFormatterImpurePipe extends AbsoluteDateShortFormatterPipe {
|
|
1854
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1855
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2607
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2608
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, isStandalone: true, name: "absoluteShortDateImpurePipe", pure: false }); }
|
|
1856
2609
|
}
|
|
1857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2610
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, decorators: [{
|
|
1858
2611
|
type: Pipe,
|
|
1859
2612
|
args: [{
|
|
1860
2613
|
standalone: true,
|
|
@@ -1867,10 +2620,10 @@ class AbsoluteShortDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
1867
2620
|
const date = this.adapter.deserialize(value);
|
|
1868
2621
|
return date ? this.formatter.absoluteShortDateTime(date, options) : '';
|
|
1869
2622
|
}
|
|
1870
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1871
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2623
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2624
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, isStandalone: true, name: "absoluteShortDateTime" }); }
|
|
1872
2625
|
}
|
|
1873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2626
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
|
|
1874
2627
|
type: Pipe,
|
|
1875
2628
|
args: [{
|
|
1876
2629
|
standalone: true,
|
|
@@ -1879,10 +2632,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1879
2632
|
}] });
|
|
1880
2633
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1881
2634
|
class AbsoluteShortDateTimeFormatterImpurePipe extends AbsoluteShortDateTimeFormatterPipe {
|
|
1882
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1883
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2635
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2636
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, isStandalone: true, name: "absoluteShortDateTimeImpurePipe", pure: false }); }
|
|
1884
2637
|
}
|
|
1885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, decorators: [{
|
|
1886
2639
|
type: Pipe,
|
|
1887
2640
|
args: [{
|
|
1888
2641
|
standalone: true,
|
|
@@ -1895,10 +2648,10 @@ class RelativeDateFormatterPipe extends BaseFormatterPipe {
|
|
|
1895
2648
|
const date = this.adapter.deserialize(value);
|
|
1896
2649
|
return date ? this.formatter.relativeLongDate(date) : '';
|
|
1897
2650
|
}
|
|
1898
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1899
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2651
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2652
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateFormatterPipe, isStandalone: true, name: "relativeLongDate" }); }
|
|
1900
2653
|
}
|
|
1901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2654
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
|
|
1902
2655
|
type: Pipe,
|
|
1903
2656
|
args: [{
|
|
1904
2657
|
standalone: true,
|
|
@@ -1907,10 +2660,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1907
2660
|
}] });
|
|
1908
2661
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1909
2662
|
class RelativeDateFormatterImpurePipe extends RelativeDateFormatterPipe {
|
|
1910
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1911
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2663
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2664
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateFormatterImpurePipe, isStandalone: true, name: "relativeLongDateImpurePipe", pure: false }); }
|
|
1912
2665
|
}
|
|
1913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateFormatterImpurePipe, decorators: [{
|
|
1914
2667
|
type: Pipe,
|
|
1915
2668
|
args: [{
|
|
1916
2669
|
standalone: true,
|
|
@@ -1923,10 +2676,10 @@ class RelativeDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
1923
2676
|
const date = this.adapter.deserialize(value);
|
|
1924
2677
|
return date ? this.formatter.relativeLongDateTime(date, options) : '';
|
|
1925
2678
|
}
|
|
1926
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1927
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2679
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2680
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateTimeFormatterPipe, isStandalone: true, name: "relativeLongDateTime" }); }
|
|
1928
2681
|
}
|
|
1929
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
|
|
1930
2683
|
type: Pipe,
|
|
1931
2684
|
args: [{
|
|
1932
2685
|
standalone: true,
|
|
@@ -1935,10 +2688,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1935
2688
|
}] });
|
|
1936
2689
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1937
2690
|
class RelativeDateTimeFormatterImpurePipe extends RelativeDateTimeFormatterPipe {
|
|
1938
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1939
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2691
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2692
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, isStandalone: true, name: "relativeLongDateTimeImpurePipe", pure: false }); }
|
|
1940
2693
|
}
|
|
1941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, decorators: [{
|
|
1942
2695
|
type: Pipe,
|
|
1943
2696
|
args: [{
|
|
1944
2697
|
standalone: true,
|
|
@@ -1951,10 +2704,10 @@ class RelativeShortDateFormatterPipe extends BaseFormatterPipe {
|
|
|
1951
2704
|
const date = this.adapter.deserialize(value);
|
|
1952
2705
|
return date ? this.formatter.relativeShortDate(date) : '';
|
|
1953
2706
|
}
|
|
1954
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1955
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2707
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2708
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateFormatterPipe, isStandalone: true, name: "relativeShortDate" }); }
|
|
1956
2709
|
}
|
|
1957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
|
|
1958
2711
|
type: Pipe,
|
|
1959
2712
|
args: [{
|
|
1960
2713
|
standalone: true,
|
|
@@ -1963,10 +2716,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1963
2716
|
}] });
|
|
1964
2717
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1965
2718
|
class RelativeShortDateFormatterImpurePipe extends RelativeShortDateFormatterPipe {
|
|
1966
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1967
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2719
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2720
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, isStandalone: true, name: "relativeShortDateImpurePipe", pure: false }); }
|
|
1968
2721
|
}
|
|
1969
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2722
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, decorators: [{
|
|
1970
2723
|
type: Pipe,
|
|
1971
2724
|
args: [{
|
|
1972
2725
|
standalone: true,
|
|
@@ -1979,10 +2732,10 @@ class RelativeShortDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
1979
2732
|
const date = this.adapter.deserialize(value);
|
|
1980
2733
|
return date ? this.formatter.relativeShortDateTime(date, options) : '';
|
|
1981
2734
|
}
|
|
1982
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1983
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2735
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2736
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, isStandalone: true, name: "relativeShortDateTime" }); }
|
|
1984
2737
|
}
|
|
1985
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
|
|
1986
2739
|
type: Pipe,
|
|
1987
2740
|
args: [{
|
|
1988
2741
|
standalone: true,
|
|
@@ -1991,10 +2744,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1991
2744
|
}] });
|
|
1992
2745
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1993
2746
|
class RelativeShortDateTimeFormatterImpurePipe extends RelativeShortDateTimeFormatterPipe {
|
|
1994
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
1995
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2747
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2748
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, isStandalone: true, name: "relativeShortDateTimeImpurePipe", pure: false }); }
|
|
1996
2749
|
}
|
|
1997
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2750
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, decorators: [{
|
|
1998
2751
|
type: Pipe,
|
|
1999
2752
|
args: [{
|
|
2000
2753
|
standalone: true,
|
|
@@ -2008,10 +2761,10 @@ class RangeDateFormatterPipe extends BaseFormatterPipe {
|
|
|
2008
2761
|
const date2 = this.adapter.deserialize(value2);
|
|
2009
2762
|
return this.formatter.rangeLongDate(date1, date2);
|
|
2010
2763
|
}
|
|
2011
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2012
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2764
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2765
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeDateFormatterPipe, isStandalone: true, name: "rangeLongDate" }); }
|
|
2013
2766
|
}
|
|
2014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2767
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
|
|
2015
2768
|
type: Pipe,
|
|
2016
2769
|
args: [{
|
|
2017
2770
|
standalone: true,
|
|
@@ -2020,10 +2773,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2020
2773
|
}] });
|
|
2021
2774
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
2022
2775
|
class RangeDateFormatterImpurePipe extends RangeDateFormatterPipe {
|
|
2023
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2024
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2776
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2777
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeDateFormatterImpurePipe, isStandalone: true, name: "rangeLongDateImpurePipe", pure: false }); }
|
|
2025
2778
|
}
|
|
2026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2779
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateFormatterImpurePipe, decorators: [{
|
|
2027
2780
|
type: Pipe,
|
|
2028
2781
|
args: [{
|
|
2029
2782
|
standalone: true,
|
|
@@ -2037,10 +2790,10 @@ class RangeShortDateFormatterPipe extends BaseFormatterPipe {
|
|
|
2037
2790
|
const date2 = this.adapter.deserialize(value2);
|
|
2038
2791
|
return this.formatter.rangeShortDate(date1, date2);
|
|
2039
2792
|
}
|
|
2040
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2041
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2793
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2794
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateFormatterPipe, isStandalone: true, name: "rangeShortDate" }); }
|
|
2042
2795
|
}
|
|
2043
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
|
|
2044
2797
|
type: Pipe,
|
|
2045
2798
|
args: [{
|
|
2046
2799
|
standalone: true,
|
|
@@ -2049,10 +2802,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2049
2802
|
}] });
|
|
2050
2803
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
2051
2804
|
class RangeShortDateFormatterImpurePipe extends RangeShortDateFormatterPipe {
|
|
2052
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2053
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2805
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2806
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateFormatterImpurePipe, isStandalone: true, name: "rangeShortDateImpurePipe", pure: false }); }
|
|
2054
2807
|
}
|
|
2055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2808
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateFormatterImpurePipe, decorators: [{
|
|
2056
2809
|
type: Pipe,
|
|
2057
2810
|
args: [{
|
|
2058
2811
|
standalone: true,
|
|
@@ -2066,10 +2819,10 @@ class RangeDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
2066
2819
|
const date2 = this.adapter.deserialize(value2);
|
|
2067
2820
|
return this.formatter.rangeLongDateTime(date1, date2, options);
|
|
2068
2821
|
}
|
|
2069
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2070
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2822
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2823
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeDateTimeFormatterPipe, isStandalone: true, name: "rangeLongDateTime" }); }
|
|
2071
2824
|
}
|
|
2072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
|
|
2073
2826
|
type: Pipe,
|
|
2074
2827
|
args: [{
|
|
2075
2828
|
standalone: true,
|
|
@@ -2078,10 +2831,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2078
2831
|
}] });
|
|
2079
2832
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
2080
2833
|
class RangeDateTimeFormatterImpurePipe extends RangeDateTimeFormatterPipe {
|
|
2081
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2082
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2834
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2835
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeLongDateTimeImpurePipe", pure: false }); }
|
|
2083
2836
|
}
|
|
2084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2837
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, decorators: [{
|
|
2085
2838
|
type: Pipe,
|
|
2086
2839
|
args: [{
|
|
2087
2840
|
standalone: true,
|
|
@@ -2095,10 +2848,10 @@ class RangeMiddleDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
2095
2848
|
const date2 = this.adapter.deserialize(value2);
|
|
2096
2849
|
return this.formatter.rangeMiddleDateTime(date1, date2, options);
|
|
2097
2850
|
}
|
|
2098
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2099
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2851
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2852
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, isStandalone: true, name: "rangeMiddleDateTime" }); }
|
|
2100
2853
|
}
|
|
2101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
|
|
2102
2855
|
type: Pipe,
|
|
2103
2856
|
args: [{
|
|
2104
2857
|
standalone: true,
|
|
@@ -2107,10 +2860,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2107
2860
|
}] });
|
|
2108
2861
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
2109
2862
|
class RangeMiddleDateTimeFormatterImpurePipe extends RangeMiddleDateTimeFormatterPipe {
|
|
2110
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2111
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2863
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2864
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeMiddleDateTimeImpurePipe", pure: false }); }
|
|
2112
2865
|
}
|
|
2113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2866
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, decorators: [{
|
|
2114
2867
|
type: Pipe,
|
|
2115
2868
|
args: [{
|
|
2116
2869
|
standalone: true,
|
|
@@ -2124,10 +2877,10 @@ class RangeShortDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
2124
2877
|
const date2 = this.adapter.deserialize(value2);
|
|
2125
2878
|
return this.formatter.rangeShortDateTime(date1, date2, options);
|
|
2126
2879
|
}
|
|
2127
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2128
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2880
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2881
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateTimeFormatterPipe, isStandalone: true, name: "rangeShortDateTime" }); }
|
|
2129
2882
|
}
|
|
2130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
|
|
2131
2884
|
type: Pipe,
|
|
2132
2885
|
args: [{
|
|
2133
2886
|
standalone: true,
|
|
@@ -2136,10 +2889,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2136
2889
|
}] });
|
|
2137
2890
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
2138
2891
|
class RangeShortDateTimeFormatterImpurePipe extends RangeShortDateTimeFormatterPipe {
|
|
2139
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2140
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2892
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2893
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeShortDateTimeImpurePipe", pure: false }); }
|
|
2141
2894
|
}
|
|
2142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, decorators: [{
|
|
2143
2896
|
type: Pipe,
|
|
2144
2897
|
args: [{
|
|
2145
2898
|
standalone: true,
|
|
@@ -2312,11 +3065,11 @@ class KbqDecimalPipe {
|
|
|
2312
3065
|
grouping === undefined &&
|
|
2313
3066
|
Math.abs(value) < defaultValueForGroupingInRULocale);
|
|
2314
3067
|
}
|
|
2315
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2316
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2317
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
3068
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqDecimalPipe, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_SERVICE, optional: true }, { token: KBQ_NUMBER_FORMATTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3069
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqDecimalPipe, name: "kbqNumber", pure: false }); }
|
|
3070
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqDecimalPipe, providedIn: 'root' }); }
|
|
2318
3071
|
}
|
|
2319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqDecimalPipe, decorators: [{
|
|
2320
3073
|
type: Injectable,
|
|
2321
3074
|
args: [{ providedIn: 'root' }]
|
|
2322
3075
|
}, {
|
|
@@ -2381,11 +3134,11 @@ class KbqTableNumberPipe {
|
|
|
2381
3134
|
throw Error(`InvalidPipeArgument: KbqTableNumberPipe for pipe '${JSON.stringify(error.message)}'`);
|
|
2382
3135
|
}
|
|
2383
3136
|
}
|
|
2384
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2385
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2386
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
3137
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTableNumberPipe, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_SERVICE, optional: true }, { token: KBQ_NUMBER_FORMATTER_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3138
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqTableNumberPipe, name: "kbqTableNumber", pure: false }); }
|
|
3139
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTableNumberPipe, providedIn: 'root' }); }
|
|
2387
3140
|
}
|
|
2388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTableNumberPipe, decorators: [{
|
|
2389
3142
|
type: Injectable,
|
|
2390
3143
|
args: [{ providedIn: 'root' }]
|
|
2391
3144
|
}, {
|
|
@@ -2498,11 +3251,11 @@ class KbqRoundDecimalPipe {
|
|
|
2498
3251
|
});
|
|
2499
3252
|
return currentUnit;
|
|
2500
3253
|
}
|
|
2501
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2502
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
2503
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
3254
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqRoundDecimalPipe, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3255
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqRoundDecimalPipe, name: "kbqRoundNumber", pure: false }); }
|
|
3256
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqRoundDecimalPipe, providedIn: 'root' }); }
|
|
2504
3257
|
}
|
|
2505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3258
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqRoundDecimalPipe, decorators: [{
|
|
2506
3259
|
type: Injectable,
|
|
2507
3260
|
args: [{ providedIn: 'root' }]
|
|
2508
3261
|
}, {
|
|
@@ -2609,10 +3362,10 @@ class KbqDataSizePipe {
|
|
|
2609
3362
|
const formattedValue = this.numberPipe?.transform(value, `1.0-${precision}`, locale) || value;
|
|
2610
3363
|
return formattedValue ? `${formattedValue}${this.nonBreakingSpace}${unit}` : '';
|
|
2611
3364
|
}
|
|
2612
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2613
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
3365
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqDataSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3366
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqDataSizePipe, isStandalone: true, name: "kbqDataSize", pure: false }); }
|
|
2614
3367
|
}
|
|
2615
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqDataSizePipe, decorators: [{
|
|
2616
3369
|
type: Pipe,
|
|
2617
3370
|
args: [{
|
|
2618
3371
|
name: 'kbqDataSize',
|
|
@@ -2622,8 +3375,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2622
3375
|
}], ctorParameters: () => [] });
|
|
2623
3376
|
|
|
2624
3377
|
class KbqFormattersModule {
|
|
2625
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2626
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
3378
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3379
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqFormattersModule, declarations: [KbqDecimalPipe,
|
|
2627
3380
|
KbqRoundDecimalPipe,
|
|
2628
3381
|
KbqTableNumberPipe], imports: [AbsoluteDateFormatterPipe,
|
|
2629
3382
|
AbsoluteDateTimeFormatterPipe,
|
|
@@ -2681,9 +3434,9 @@ class KbqFormattersModule {
|
|
|
2681
3434
|
RangeShortDateTimeFormatterImpurePipe,
|
|
2682
3435
|
RangeMiddleDateTimeFormatterImpurePipe,
|
|
2683
3436
|
KbqDataSizePipe] }); }
|
|
2684
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
3437
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormattersModule, providers: [{ provide: DateFormatter, deps: [DateAdapter, KBQ_DATE_LOCALE] }] }); }
|
|
2685
3438
|
}
|
|
2686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormattersModule, decorators: [{
|
|
2687
3440
|
type: NgModule,
|
|
2688
3441
|
args: [{
|
|
2689
3442
|
imports: [
|
|
@@ -2774,10 +3527,10 @@ class KbqFormElement {
|
|
|
2774
3527
|
this.hasLegend = this.element.nativeElement.firstElementChild.classList.contains('kbq-form__legend');
|
|
2775
3528
|
}
|
|
2776
3529
|
}
|
|
2777
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2778
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
3530
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormElement, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3531
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqFormElement, selector: ".kbq-form__row, .kbq-form__fieldset, .kbq-form__legend", host: { properties: { "class.kbq-form-row_margin": "margin" } }, queries: [{ propertyName: "elements", predicate: KbqFormElement }], exportAs: ["kbqFormElement"], ngImport: i0 }); }
|
|
2779
3532
|
}
|
|
2780
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3533
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormElement, decorators: [{
|
|
2781
3534
|
type: Directive,
|
|
2782
3535
|
args: [{
|
|
2783
3536
|
selector: '.kbq-form__row, .kbq-form__fieldset, .kbq-form__legend',
|
|
@@ -2803,10 +3556,10 @@ class KbqForm {
|
|
|
2803
3556
|
element.margin = !!(nextElement && !nextElement.hasLegend);
|
|
2804
3557
|
});
|
|
2805
3558
|
}
|
|
2806
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2807
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
3559
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqForm, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3560
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqForm, selector: ".kbq-form-vertical, .kbq-form-horizontal", host: { classAttribute: "kbq-form" }, queries: [{ propertyName: "elements", predicate: KbqFormElement }], exportAs: ["kbqForm"], ngImport: i0 }); }
|
|
2808
3561
|
}
|
|
2809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqForm, decorators: [{
|
|
2810
3563
|
type: Directive,
|
|
2811
3564
|
args: [{
|
|
2812
3565
|
selector: '.kbq-form-vertical, .kbq-form-horizontal',
|
|
@@ -2821,13 +3574,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2821
3574
|
}] } });
|
|
2822
3575
|
|
|
2823
3576
|
class KbqFormsModule {
|
|
2824
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
2825
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
3577
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3578
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqFormsModule, declarations: [KbqForm,
|
|
2826
3579
|
KbqFormElement], exports: [KbqForm,
|
|
2827
3580
|
KbqFormElement] }); }
|
|
2828
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
3581
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormsModule }); }
|
|
2829
3582
|
}
|
|
2830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormsModule, decorators: [{
|
|
2831
3584
|
type: NgModule,
|
|
2832
3585
|
args: [{
|
|
2833
3586
|
exports: [
|
|
@@ -3038,20 +3791,20 @@ class KbqHighlightPipe {
|
|
|
3038
3791
|
}
|
|
3039
3792
|
return value.replace(new RegExp(`(${escapeRegExp(args)})`, 'gi'), '<mark class="kbq-highlight">$1</mark>');
|
|
3040
3793
|
}
|
|
3041
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3042
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.
|
|
3794
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3795
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightPipe, name: "mcHighlight" }); }
|
|
3043
3796
|
}
|
|
3044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightPipe, decorators: [{
|
|
3045
3798
|
type: Pipe,
|
|
3046
3799
|
args: [{ name: 'mcHighlight' }]
|
|
3047
3800
|
}] });
|
|
3048
3801
|
|
|
3049
3802
|
class KbqHighlightModule {
|
|
3050
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3051
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
3052
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
3803
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3804
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightModule, declarations: [KbqHighlightPipe], imports: [CommonModule], exports: [KbqHighlightPipe] }); }
|
|
3805
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightModule, imports: [CommonModule] }); }
|
|
3053
3806
|
}
|
|
3054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightModule, decorators: [{
|
|
3055
3808
|
type: NgModule,
|
|
3056
3809
|
args: [{
|
|
3057
3810
|
imports: [CommonModule],
|
|
@@ -3066,10 +3819,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3066
3819
|
* counted by checking the query list's length.
|
|
3067
3820
|
*/
|
|
3068
3821
|
class KbqLine {
|
|
3069
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3070
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
3822
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLine, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3823
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqLine, selector: "[kbq-line], [mcLine]", host: { classAttribute: "kbq-line" }, ngImport: i0 }); }
|
|
3071
3824
|
}
|
|
3072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3825
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLine, decorators: [{
|
|
3073
3826
|
type: Directive,
|
|
3074
3827
|
args: [{
|
|
3075
3828
|
selector: '[kbq-line], [mcLine]',
|
|
@@ -3115,11 +3868,11 @@ class KbqLineSetter {
|
|
|
3115
3868
|
}
|
|
3116
3869
|
}
|
|
3117
3870
|
class KbqLineModule {
|
|
3118
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3119
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
3120
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
3871
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3872
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqLineModule, declarations: [KbqLine], exports: [KbqLine] }); }
|
|
3873
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLineModule }); }
|
|
3121
3874
|
}
|
|
3122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLineModule, decorators: [{
|
|
3123
3876
|
type: NgModule,
|
|
3124
3877
|
args: [{
|
|
3125
3878
|
imports: [],
|
|
@@ -3131,7 +3884,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3131
3884
|
class KbqRectangleItem {
|
|
3132
3885
|
constructor() {
|
|
3133
3886
|
this.isBrowser = inject(Platform).isBrowser;
|
|
3134
|
-
this.nativeElement =
|
|
3887
|
+
this.nativeElement = kbqInjectNativeElement();
|
|
3135
3888
|
this.window = inject(KBQ_WINDOW);
|
|
3136
3889
|
this.state = new Subject();
|
|
3137
3890
|
}
|
|
@@ -3148,10 +3901,10 @@ class KbqRectangleItem {
|
|
|
3148
3901
|
const { width, marginLeft, marginRight } = this.window.getComputedStyle(this.nativeElement);
|
|
3149
3902
|
return [width, marginLeft, marginRight].reduce((acc, item) => acc + parseInt(item), 0);
|
|
3150
3903
|
}
|
|
3151
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3152
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
3904
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqRectangleItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3905
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqRectangleItem, isStandalone: true, host: { properties: { "class.kbq-expanded": "!collapsed", "class.kbq-collapsed": "collapsed" } }, ngImport: i0 }); }
|
|
3153
3906
|
}
|
|
3154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3907
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqRectangleItem, decorators: [{
|
|
3155
3908
|
type: Directive,
|
|
3156
3909
|
args: [{
|
|
3157
3910
|
standalone: true,
|
|
@@ -3233,14 +3986,14 @@ class KbqOptionActionComponent {
|
|
|
3233
3986
|
this.option.tooltipTrigger.disabled = true;
|
|
3234
3987
|
setTimeout(() => (this.option.tooltipTrigger.disabled = false));
|
|
3235
3988
|
}
|
|
3236
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3237
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.
|
|
3989
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: KBQ_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3990
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: KbqOptionActionComponent, selector: "kbq-option-action", inputs: { disabled: ["disabled", "disabled", booleanAttribute] }, host: { listeners: { "click": "onClick($event)", "keydown": "onKeyDown($event)" }, properties: { "class.kbq-expanded": "false", "class.kbq-disabled": "disabled", "attr.disabled": "disabled || null", "attr.tabIndex": "-1" }, classAttribute: "kbq-option-action" }, exportAs: ["kbqOptionAction"], ngImport: i0, template: `
|
|
3238
3991
|
<ng-content select="[kbq-icon]">
|
|
3239
3992
|
<i class="kbq kbq-icon kbq-contrast-fade kbq-ellipsis-vertical_16"></i>
|
|
3240
3993
|
</ng-content>
|
|
3241
3994
|
`, isInline: true, styles: [".kbq-option-action{display:flex;align-items:center;justify-content:center;cursor:pointer;outline:none;border:var(--kbq-size-3xs) solid transparent;border-radius:var(--kbq-size-xs);width:var(--kbq-size-xl);height:var(--kbq-size-xl)}.kbq-option-action:not(.kbq-disabled):hover .kbq-icon,.kbq-option-action:not(.kbq-disabled):focus .kbq-icon{color:var(--kbq-icon-button-fade-contrast-states-hover)}.kbq-option-action.kbq-disabled{cursor:default}.kbq-option-action.cdk-keyboard-focused{border-color:var(--kbq-states-line-focus-theme)}.kbq-option-action:active,.kbq-option-action.kbq-pressed{background-color:var(--kbq-background-transparent)}.kbq-option-action:active .kbq-icon.kbq-empty,.kbq-option-action.kbq-pressed .kbq-icon.kbq-empty{color:var(--kbq-states-icon-contrast-fade-active)}.kbq-option-action:hover .kbq-icon.kbq-empty{color:var(--kbq-states-icon-contrast-fade-hover)}.kbq-option-action.kbq-disabled{background-color:var(--kbq-background-transparent)}.kbq-option-action.kbq-disabled .kbq-icon.kbq-empty{color:var(--kbq-states-icon-disabled)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3242
3995
|
}
|
|
3243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3996
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptionActionComponent, decorators: [{
|
|
3244
3997
|
type: Component,
|
|
3245
3998
|
args: [{ selector: 'kbq-option-action', exportAs: 'kbqOptionAction', template: `
|
|
3246
3999
|
<ng-content select="[kbq-icon]">
|
|
@@ -3264,15 +4017,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3264
4017
|
}] } });
|
|
3265
4018
|
|
|
3266
4019
|
class KbqActionContainer {
|
|
3267
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3268
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
4020
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqActionContainer, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4021
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: KbqActionContainer, isStandalone: true, selector: "kbq-action-container", host: { classAttribute: "kbq-action-container" }, exportAs: ["kbqActionContainer"], ngImport: i0, template: `
|
|
3269
4022
|
<div class="kbq-action-container__gradient"></div>
|
|
3270
4023
|
<div class="kbq-action-container__box">
|
|
3271
4024
|
<ng-content />
|
|
3272
4025
|
</div>
|
|
3273
4026
|
`, isInline: true, styles: [".kbq-action-container{box-sizing:border-box;position:absolute;right:0;top:0;bottom:0;display:none;align-items:center;overflow:hidden;border:1px solid transparent;border-top-right-radius:var(--kbq-size-xs);border-bottom-right-radius:var(--kbq-size-xs)}.kbq-action-container__gradient{display:flex;margin-right:calc(var(--kbq-size-xs) * -1);width:var(--kbq-size-3xl);height:100%;background:linear-gradient(to right,transparent 0%,var(--kbq-option-background) 70%),linear-gradient(to right,transparent 0%,var(--kbq-background-bg) 80%)}.kbq-action-container__box{height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(to right,var(--kbq-option-background) 0%,var(--kbq-option-background) 100%),linear-gradient(to right,var(--kbq-background-bg) 0%,var(--kbq-background-bg) 100%)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3274
4027
|
}
|
|
3275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4028
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqActionContainer, decorators: [{
|
|
3276
4029
|
type: Component,
|
|
3277
4030
|
args: [{ selector: 'kbq-action-container', exportAs: 'kbqActionContainer', standalone: true, template: `
|
|
3278
4031
|
<div class="kbq-action-container__gradient"></div>
|
|
@@ -3303,10 +4056,10 @@ class KbqOptgroup {
|
|
|
3303
4056
|
this._disabled = value;
|
|
3304
4057
|
}
|
|
3305
4058
|
}
|
|
3306
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3307
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.
|
|
4059
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptgroup, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4060
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: KbqOptgroup, selector: "kbq-optgroup", inputs: { label: "label", disabled: ["disabled", "disabled", booleanAttribute] }, host: { properties: { "class.kbq-disabled": "disabled" }, classAttribute: "kbq-optgroup" }, exportAs: ["kbqOptgroup"], ngImport: i0, template: "<label class=\"kbq-optgroup-label\" [id]=\"labelId\">\n {{ label }}\n</label>\n<ng-content select=\"kbq-option, kbq-list-option, kbq-timezone-option, ng-container\" />\n", styles: [".kbq-optgroup-label{display:flex;align-items:center;box-sizing:border-box;padding:var(--kbq-size-s) var(--kbq-size-l) var(--kbq-size-s) var(--kbq-size-m);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.kbq-optgroup-label{--kbq-optgroup-label-color: var(--kbq-foreground-contrast-secondary);color:var(--kbq-optgroup-label-color)}.kbq-disabled .kbq-optgroup-label{--kbq-optgroup-label-color: var(--kbq-states-foreground-disabled)}.kbq-optgroup-label{font-size:var(--kbq-typography-caps-compact-strong-font-size);font-style:var(--kbq-typography-caps-compact-strong-font-style);font-weight:var(--kbq-typography-caps-compact-strong-font-weight);line-height:var(--kbq-typography-caps-compact-strong-line-height);font-family:var(--kbq-typography-caps-compact-strong-font-family);text-transform:var(--kbq-typography-caps-compact-strong-text-transform);font-feature-settings:var(--kbq-typography-caps-compact-strong-font-feature-settings);letter-spacing:var(--kbq-typography-caps-compact-strong-letter-spacing)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3308
4061
|
}
|
|
3309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4062
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptgroup, decorators: [{
|
|
3310
4063
|
type: Component,
|
|
3311
4064
|
args: [{ selector: 'kbq-optgroup', exportAs: 'kbqOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
3312
4065
|
class: 'kbq-optgroup',
|
|
@@ -3341,10 +4094,10 @@ class KbqPseudoCheckbox extends KbqColorDirective {
|
|
|
3341
4094
|
this.state = 'unchecked';
|
|
3342
4095
|
this.disabled = false;
|
|
3343
4096
|
}
|
|
3344
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3345
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.
|
|
4097
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPseudoCheckbox, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4098
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: KbqPseudoCheckbox, selector: "kbq-pseudo-checkbox", inputs: { big: "big", state: "state", disabled: "disabled" }, host: { properties: { "class.kbq-checkbox_big": "big", "class.kbq-indeterminate": "state === \"indeterminate\"", "class.kbq-checked": "state === true || state === \"checked\"", "class.kbq-disabled": "disabled" }, classAttribute: "kbq-pseudo-checkbox" }, usesInheritance: true, ngImport: i0, template: "<i class=\"kbq-checkbox-checkmark kbq kbq-check-s_16\"></i>\n<i class=\"kbq-checkbox-mixedmark kbq kbq-minus-s_16\"></i>\n", styles: [".kbq-pseudo-checkbox{position:relative;display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;width:var(--kbq-checkbox-size-normal-width);height:var(--kbq-checkbox-size-normal-width);border-radius:var(--kbq-checkbox-size-normal-border-radius);border-width:var(--kbq-checkbox-size-normal-border-width);border-style:solid;cursor:pointer;vertical-align:middle;flex-shrink:0}.kbq-pseudo-checkbox .kbq-checkbox-checkmark,.kbq-pseudo-checkbox .kbq-checkbox-mixedmark{display:none}.kbq-pseudo-checkbox.kbq-pseudo-checkbox-checked,.kbq-pseudo-checkbox.kbq-pseudo-checkbox-indeterminate{border-color:transparent}.kbq-pseudo-checkbox.kbq-checked .kbq-checkbox-checkmark,.kbq-pseudo-checkbox.kbq-indeterminate .kbq-checkbox-mixedmark{display:inline-block}.kbq-pseudo-checkbox.kbq-disabled{cursor:default}.kbq-pseudo-checkbox.kbq-pseudo-checkbox_big{width:var(--kbq-checkbox-size-big-width);height:var(--kbq-checkbox-size-big-width);border-radius:var(--kbq-checkbox-size-big-border-radius);border-width:var(--kbq-checkbox-size-big-border-width)}.kbq-pseudo-checkbox{border-color:var(--kbq-checkbox-theme-default-border);background:var(--kbq-checkbox-theme-default-background)}.kbq-pseudo-checkbox .kbq-checkbox-checkmark,.kbq-pseudo-checkbox .kbq-checkbox-mixedmark{color:var(--kbq-checkbox-theme-default-color)}.kbq-pseudo-checkbox.kbq-checked,.kbq-pseudo-checkbox.kbq-indeterminate{border-color:var(--kbq-checkbox-theme-states-checked-border);background:var(--kbq-checkbox-theme-states-checked-background)}.kbq-pseudo-checkbox.kbq-disabled{border-color:var(--kbq-checkbox-theme-states-disabled-border);background:var(--kbq-checkbox-theme-states-disabled-background)}.kbq-pseudo-checkbox.kbq-disabled .kbq-checkbox-checkmark,.kbq-pseudo-checkbox.kbq-disabled .kbq-checkbox-mixedmark{color:var(--kbq-checkbox-theme-states-disabled-color)}.kbq-pseudo-checkbox.kbq-error{border-color:var(--kbq-checkbox-error-default-border);background:var(--kbq-checkbox-error-default-background)}.kbq-pseudo-checkbox.kbq-error .kbq-checkbox-checkmark,.kbq-pseudo-checkbox.kbq-error .kbq-checkbox-mixedmark{color:var(--kbq-checkbox-error-default-color)}.kbq-pseudo-checkbox.kbq-error.kbq-checked,.kbq-pseudo-checkbox.kbq-error.kbq-indeterminate{border-color:var(--kbq-checkbox-error-states-checked-border);background:var(--kbq-checkbox-error-states-checked-background)}.kbq-pseudo-checkbox.kbq-error.kbq-disabled{border-color:var(--kbq-checkbox-error-states-disabled-border);background:var(--kbq-checkbox-error-states-disabled-background)}.kbq-pseudo-checkbox.kbq-error.kbq-disabled .kbq-checkbox-checkmark,.kbq-pseudo-checkbox.kbq-error.kbq-disabled .kbq-checkbox-mixedmark{color:var(--kbq-checkbox-error-states-disabled-color)}\n", ".kbq-pseudo-checkbox{--kbq-checkbox-size-normal-width: var(--kbq-size-l);--kbq-checkbox-size-normal-border-width: var(--kbq-size-border-width);--kbq-checkbox-size-normal-border-radius: var(--kbq-size-xxs);--kbq-checkbox-size-normal-horizontal-content-padding: var(--kbq-size-s);--kbq-checkbox-size-normal-vertical-content-padding: var(--kbq-size-3xs);--kbq-checkbox-size-normal-top: var(--kbq-size-3xs);--kbq-checkbox-size-big-width: var(--kbq-size-l);--kbq-checkbox-size-big-border-width: var(--kbq-size-border-width);--kbq-checkbox-size-big-border-radius: var(--kbq-size-xxs);--kbq-checkbox-size-big-horizontal-content-padding: var(--kbq-size-s);--kbq-checkbox-size-big-vertical-content-padding: var(--kbq-size-3xs);--kbq-checkbox-size-big-top: var(--kbq-size-xxs);--kbq-checkbox-theme-default-border: var(--kbq-line-contrast-fade);--kbq-checkbox-theme-default-color: var(--kbq-icon-white);--kbq-checkbox-theme-default-text: var(--kbq-foreground-contrast);--kbq-checkbox-theme-default-background: var(--kbq-background-bg);--kbq-checkbox-theme-default-caption: var(--kbq-foreground-contrast-secondary);--kbq-checkbox-theme-states-hover-border: var(--kbq-line-contrast-fade);--kbq-checkbox-theme-states-hover-background: var(--kbq-states-background-transparent-hover);--kbq-checkbox-theme-states-checked-border: transparent;--kbq-checkbox-theme-states-checked-background: var(--kbq-background-theme);--kbq-checkbox-theme-states-checked-hover-border: transparent;--kbq-checkbox-theme-states-checked-hover-background: var(--kbq-states-background-theme-hover);--kbq-checkbox-theme-states-focused-border: var(--kbq-states-line-focus-theme);--kbq-checkbox-theme-states-focused-background: var(--kbq-background-bg);--kbq-checkbox-theme-states-focused-outline: 1px solid var(--kbq-states-line-focus-theme);--kbq-checkbox-theme-states-checked-focused-border: var(--kbq-states-line-focus-theme);--kbq-checkbox-theme-states-checked-focused-background: var(--kbq-background-theme);--kbq-checkbox-theme-states-checked-focused-outline: 1px solid var(--kbq-states-line-focus-theme);--kbq-checkbox-theme-states-disabled-border: var(--kbq-states-line-disabled);--kbq-checkbox-theme-states-disabled-color: var(--kbq-states-icon-disabled);--kbq-checkbox-theme-states-disabled-text: var(--kbq-states-foreground-disabled);--kbq-checkbox-theme-states-disabled-background: var(--kbq-states-background-disabled);--kbq-checkbox-theme-states-disabled-caption: var(--kbq-states-icon-disabled);--kbq-checkbox-error-default-border: var(--kbq-line-error);--kbq-checkbox-error-default-color: var(--kbq-icon-white);--kbq-checkbox-error-default-text: var(--kbq-foreground-contrast);--kbq-checkbox-error-default-background: var(--kbq-background-error-less);--kbq-checkbox-error-default-caption: var(--kbq-foreground-contrast-secondary);--kbq-checkbox-error-states-hover-border: var(--kbq-line-error);--kbq-checkbox-error-states-hover-background: var(--kbq-states-background-error-fade-hover);--kbq-checkbox-error-states-checked-border: transparent;--kbq-checkbox-error-states-checked-background: var(--kbq-background-error);--kbq-checkbox-error-states-checked-hover-border: transparent;--kbq-checkbox-error-states-checked-hover-background: var(--kbq-states-background-error-hover);--kbq-checkbox-error-states-focused-border: var(--kbq-line-error);--kbq-checkbox-error-states-focused-background: var(--kbq-background-error-less);--kbq-checkbox-error-states-focused-outline: 1px solid var(--kbq-states-line-focus-error);--kbq-checkbox-error-states-checked-focused-border: var(--kbq-states-line-focus-error);--kbq-checkbox-error-states-checked-focused-background: var(--kbq-background-error);--kbq-checkbox-error-states-checked-focused-outline: 1px solid var(--kbq-states-line-focus-error);--kbq-checkbox-error-states-disabled-border: var(--kbq-states-line-disabled);--kbq-checkbox-error-states-disabled-color: var(--kbq-states-icon-disabled);--kbq-checkbox-error-states-disabled-text: var(--kbq-states-foreground-disabled);--kbq-checkbox-error-states-disabled-background: var(--kbq-states-background-disabled);--kbq-checkbox-error-states-disabled-caption: var(--kbq-states-icon-disabled)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3346
4099
|
}
|
|
3347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPseudoCheckbox, decorators: [{
|
|
3348
4101
|
type: Component,
|
|
3349
4102
|
args: [{ selector: 'kbq-pseudo-checkbox', host: {
|
|
3350
4103
|
class: 'kbq-pseudo-checkbox',
|
|
@@ -3577,15 +4330,15 @@ class KbqOption extends KbqOptionBase {
|
|
|
3577
4330
|
getHostElement() {
|
|
3578
4331
|
return this.element.nativeElement;
|
|
3579
4332
|
}
|
|
3580
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3581
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.
|
|
4333
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOption, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: KBQ_OPTION_PARENT_COMPONENT, optional: true }, { token: KbqOptgroup, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4334
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: KbqOption, selector: "kbq-option", inputs: { value: "value", selectable: ["selectable", "selectable", booleanAttribute], userSelect: ["userSelect", "userSelect", booleanAttribute], showCheckbox: "showCheckbox", viewValue: "viewValue", disabled: "disabled" }, outputs: { onSelectionChange: "onSelectionChange" }, host: { listeners: { "click": "selectViaInteraction()", "keydown": "handleKeydown($event)" }, properties: { "attr.tabindex": "getTabIndex()", "class.kbq-selected": "selected", "class.kbq-option-multiple": "multiple", "class.kbq-active": "active", "class.kbq-disabled": "disabled", "id": "id" }, classAttribute: "kbq-option" }, providers: [
|
|
3582
4335
|
{
|
|
3583
4336
|
provide: KBQ_TITLE_TEXT_REF,
|
|
3584
4337
|
useExisting: KbqOption
|
|
3585
4338
|
}
|
|
3586
4339
|
], viewQueries: [{ propertyName: "textElement", first: true, predicate: ["kbqTitleText"], descendants: true }], exportAs: ["kbqOption"], usesInheritance: true, ngImport: i0, template: "@if (showCheckbox) {\n <ng-content select=\"kbq-pseudo-checkbox\">\n <kbq-pseudo-checkbox [disabled]=\"disabled\" [state]=\"selected ? 'checked' : 'unchecked'\" />\n </ng-content>\n}\n\n<span #kbqTitleText class=\"kbq-option-text\">\n <ng-content />\n</span>\n", styles: [".kbq-truncate-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kbq-option{position:relative;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;outline:none;-webkit-tap-highlight-color:transparent;min-height:32px;gap:var(--kbq-size-s);border:var(--kbq-size-3xs) solid transparent;padding:var(--kbq-size-xxs) calc(var(--kbq-size-m) - var(--kbq-size-3xs));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:var(--kbq-option-border-radius)}.kbq-option .kbq-list-text{display:flex;flex-direction:column;width:100%;box-sizing:content-box;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-option .kbq-list-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.kbq-option .kbq-list-text:empty{display:none}.kbq-option .kbq-list-option-caption{padding-top:var(--kbq-size-3xs)}.kbq-option:not(.kbq-disabled){cursor:pointer}.kbq-option-text{display:flex;flex-direction:column;width:100%;box-sizing:content-box;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kbq-option-text>*{margin:0;padding:0;font-weight:400;font-size:inherit}.kbq-option-text:empty{display:none}.kbq-option{background:var(--kbq-list-default-container-background)}.kbq-option .kbq-option-text{color:var(--kbq-list-default-text-color)}.kbq-option .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-default-icon-button-color)}.kbq-option .kbq-option-caption{color:var(--kbq-list-default-caption-color)}.kbq-option:hover:not(.kbq-disabled){background:var(--kbq-list-states-hover-container-background)}.kbq-option:hover:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-hover-text-color)}.kbq-option:hover:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-hover-icon-button-color)}.kbq-option:hover:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-hover-caption-color)}.kbq-option:active:not(.kbq-disabled){background:var(--kbq-list-states-active-container-background)}.kbq-option:active:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-active-text-color)}.kbq-option:active:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-active-icon-button-color)}.kbq-option:active:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-active-caption-color)}.kbq-option.kbq-selected:not(.kbq-disabled){background:var(--kbq-list-states-selected-container-background)}.kbq-option.kbq-selected:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-selected-text-color)}.kbq-option.kbq-selected:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-selected-icon-button-color)}.kbq-option.kbq-selected:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-selected-caption-color)}.kbq-option.kbq-selected:not(.kbq-disabled):hover{background:var(--kbq-list-states-selected-hover-container-background)}.kbq-option.kbq-selected:not(.kbq-disabled):hover .kbq-option-text{color:var(--kbq-list-states-selected-hover-text-color)}.kbq-option.kbq-selected:not(.kbq-disabled):hover .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-selected-hover-icon-button-color)}.kbq-option.kbq-selected:not(.kbq-disabled):hover .kbq-option-caption{color:var(--kbq-list-states-selected-hover-caption-color)}.kbq-option.kbq-selected:not(.kbq-disabled):active{background:var(--kbq-list-states-selected-active-container-background)}.kbq-option.kbq-selected:not(.kbq-disabled):active .kbq-option-text{color:var(--kbq-list-states-selected-active-text-color)}.kbq-option.kbq-selected:not(.kbq-disabled):active .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-selected-active-icon-button-color)}.kbq-option.kbq-selected:not(.kbq-disabled):active .kbq-option-caption{color:var(--kbq-list-states-selected-active-caption-color)}.kbq-option.kbq-disabled{background:var(--kbq-list-states-disabled-container-background)}.kbq-option.kbq-disabled .kbq-option-text{color:var(--kbq-list-states-disabled-text-color)}.kbq-option.kbq-disabled .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-states-disabled-icon-button-color)}.kbq-option.kbq-disabled .kbq-option-caption{color:var(--kbq-list-states-disabled-caption-color)}.kbq-option:is(.kbq-selected,.kbq-focused,.kbq-active):has(+:is(.kbq-selected,.kbq-focused,.kbq-active)){border-bottom-left-radius:0;border-bottom-right-radius:0}.kbq-option:is(.kbq-selected,.kbq-focused,.kbq-active)+:is(.kbq-selected,.kbq-focused,.kbq-active){border-top-left-radius:0;border-top-right-radius:0}.kbq-option-multiple.kbq-selected:not(.kbq-disabled){background:var(--kbq-list-multiple-states-selected-container-background)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-multiple-states-selected-text-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled) .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-multiple-states-selected-icon-button-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-multiple-states-selected-caption-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):hover{background:var(--kbq-list-multiple-states-selected-hover-container-background)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):hover .kbq-option-text{color:var(--kbq-list-multiple-states-selected-hover-text-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):hover .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-multiple-states-selected-hover-icon-button-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):hover .kbq-option-caption{color:var(--kbq-list-multiple-states-selected-hover-caption-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):active{background:var(--kbq-list-multiple-states-selected-active-container-background)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):active .kbq-option-text{color:var(--kbq-list-multiple-states-selected-active-text-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):active .kbq-option-action .kbq-icon.kbq-empty{color:var(--kbq-list-multiple-states-selected-active-icon-button-color)}.kbq-option-multiple.kbq-selected:not(.kbq-disabled):active .kbq-option-caption{color:var(--kbq-list-multiple-states-selected-active-caption-color)}.cdk-keyboard-focused .kbq-option.kbq-focused,.cdk-keyboard-focused .kbq-option.kbq-active{border-color:var(--kbq-list-states-focused-focus-outline-color)}.kbq-option{font-size:var(--kbq-typography-text-normal-font-size);font-style:var(--kbq-typography-text-normal-font-style);font-weight:var(--kbq-typography-text-normal-font-weight);line-height:var(--kbq-typography-text-normal-line-height);font-family:var(--kbq-typography-text-normal-font-family);text-transform:var(--kbq-typography-text-normal-text-transform);font-feature-settings:var(--kbq-typography-text-normal-font-feature-settings);letter-spacing:var(--kbq-typography-text-normal-letter-spacing)}.kbq-list-option-caption{font-size:var(--kbq-typography-text-compact-font-size);font-style:var(--kbq-typography-text-compact-font-style);font-weight:var(--kbq-typography-text-compact-font-weight);line-height:var(--kbq-typography-text-compact-line-height);font-family:var(--kbq-typography-text-compact-font-family);text-transform:var(--kbq-typography-text-compact-text-transform);font-feature-settings:var(--kbq-typography-text-compact-font-feature-settings);letter-spacing:var(--kbq-typography-text-compact-letter-spacing)}\n", ".kbq-list,.kbq-list-selection{--kbq-list-size-container-padding-left: var(--kbq-size-m);--kbq-list-size-container-padding-right: var(--kbq-size-m);--kbq-list-size-container-padding-vertical: var(--kbq-size-xs);--kbq-list-size-container-content-gap-horizontal: var(--kbq-size-s);--kbq-list-size-container-content-gap-vertical: var(--kbq-size-3xs);--kbq-list-size-container-focus-outline-width: var(--kbq-size-3xs);--kbq-list-size-header-padding-top: var(--kbq-size-s);--kbq-list-size-header-padding-bottom: var(--kbq-size-xxs);--kbq-list-size-header-padding-horizontal: var(--kbq-size-m);--kbq-list-size-subheading-padding-top: var(--kbq-size-m);--kbq-list-size-subheading-padding-bottom: var(--kbq-size-xxs);--kbq-list-size-subheading-padding-horizontal: var(--kbq-size-m);--kbq-list-default-container-background: transparent;--kbq-list-default-text-color: var(--kbq-foreground-contrast);--kbq-list-default-icon-color: var(--kbq-icon-contrast);--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);--kbq-list-states-active-container-background: var(--kbq-states-background-transparent-active);--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);--kbq-list-multiple-states-selected-container-background: var(--kbq-background-contrast-less);--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);--kbq-list-multiple-states-selected-hover-container-background: var(--kbq-states-background-contrast-less-hover);--kbq-list-states-selected-active-container-background: var(--kbq-states-background-theme-less-active);--kbq-list-multiple-states-selected-active-container-background: var(--kbq-states-background-contrast-less-active);--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);--kbq-list-states-disabled-container-background: transparent;--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled)}.kbq-option{--kbq-option-size-horizontal-padding: var(--kbq-size-m);--kbq-option-size-height: var(--kbq-size-3xl);--kbq-option-size-border-width: 2px;--kbq-option-border-radius: var(--kbq-size-xs)}.kbq-option{--kbq-list-default-container-background: transparent;--kbq-list-default-text-color: var(--kbq-foreground-contrast);--kbq-list-default-icon-color: var(--kbq-icon-contrast);--kbq-list-default-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-default-caption-color: var(--kbq-foreground-contrast-secondary);--kbq-list-states-hover-container-background: var(--kbq-states-background-transparent-hover);--kbq-list-states-active-container-background: var(--kbq-states-background-transparent-active);--kbq-list-states-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-container-background: var(--kbq-background-theme-less);--kbq-list-multiple-states-selected-container-background: var(--kbq-background-contrast-less);--kbq-list-states-selected-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-selected-hover-container-background: var(--kbq-states-background-theme-less-hover);--kbq-list-multiple-states-selected-hover-container-background: var(--kbq-states-background-contrast-less-hover);--kbq-list-states-selected-active-container-background: var(--kbq-states-background-theme-less-active);--kbq-list-multiple-states-selected-active-container-background: var(--kbq-states-background-contrast-less-active);--kbq-list-states-selected-hover-text-color: var(--kbq-foreground-contrast);--kbq-list-states-selected-hover-icon-color: var(--kbq-icon-contrast);--kbq-list-states-selected-hover-icon-button-color: var(--kbq-icon-contrast-fade);--kbq-list-states-focused-focus-outline-color: var(--kbq-states-line-focus-theme);--kbq-list-states-disabled-container-background: transparent;--kbq-list-states-disabled-text-color: var(--kbq-states-foreground-disabled);--kbq-list-states-disabled-icon-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-icon-button-color: var(--kbq-states-icon-disabled);--kbq-list-states-disabled-caption-color: var(--kbq-states-foreground-disabled)}\n"], dependencies: [{ kind: "component", type: KbqPseudoCheckbox, selector: "kbq-pseudo-checkbox", inputs: ["big", "state", "disabled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3587
4340
|
}
|
|
3588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOption, decorators: [{
|
|
3589
4342
|
type: Component,
|
|
3590
4343
|
args: [{ selector: 'kbq-option', exportAs: 'kbqOption', host: {
|
|
3591
4344
|
'[attr.tabindex]': 'getTabIndex()',
|
|
@@ -3677,11 +4430,11 @@ var MultipleMode;
|
|
|
3677
4430
|
})(MultipleMode || (MultipleMode = {}));
|
|
3678
4431
|
|
|
3679
4432
|
class KbqPseudoCheckboxModule {
|
|
3680
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3681
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
3682
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
4433
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4434
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqPseudoCheckboxModule, declarations: [KbqPseudoCheckbox], imports: [CommonModule], exports: [KbqPseudoCheckbox] }); }
|
|
4435
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPseudoCheckboxModule, imports: [CommonModule] }); }
|
|
3683
4436
|
}
|
|
3684
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPseudoCheckboxModule, decorators: [{
|
|
3685
4438
|
type: NgModule,
|
|
3686
4439
|
args: [{
|
|
3687
4440
|
imports: [CommonModule],
|
|
@@ -3691,11 +4444,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3691
4444
|
}] });
|
|
3692
4445
|
|
|
3693
4446
|
class KbqOptionModule {
|
|
3694
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
3695
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.
|
|
3696
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
4447
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4448
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqOptionModule, declarations: [KbqOption, KbqOptgroup, KbqOptionActionComponent], imports: [KbqPseudoCheckboxModule], exports: [KbqOption, KbqOptgroup, KbqOptionActionComponent] }); }
|
|
4449
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptionModule, imports: [KbqPseudoCheckboxModule] }); }
|
|
3697
4450
|
}
|
|
3698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4451
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptionModule, decorators: [{
|
|
3699
4452
|
type: NgModule,
|
|
3700
4453
|
args: [{
|
|
3701
4454
|
imports: [KbqPseudoCheckboxModule],
|
|
@@ -3985,6 +4738,7 @@ var PopUpTriggers;
|
|
|
3985
4738
|
PopUpTriggers["Focus"] = "focus";
|
|
3986
4739
|
PopUpTriggers["Hover"] = "hover";
|
|
3987
4740
|
PopUpTriggers["Keydown"] = "keydown";
|
|
4741
|
+
PopUpTriggers["Program"] = "program";
|
|
3988
4742
|
})(PopUpTriggers || (PopUpTriggers = {}));
|
|
3989
4743
|
var PopUpSizes;
|
|
3990
4744
|
(function (PopUpSizes) {
|
|
@@ -4113,10 +4867,10 @@ class KbqPopUp {
|
|
|
4113
4867
|
addEventListenerForHide() {
|
|
4114
4868
|
this.elementRef.nativeElement.addEventListener('mouseleave', () => this.hide(0));
|
|
4115
4869
|
}
|
|
4116
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4117
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
4870
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPopUp, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4871
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqPopUp, host: { listeners: { "mouseenter": "hovered.next(true)", "mouseleave": "hovered.next(false)" } }, ngImport: i0 }); }
|
|
4118
4872
|
}
|
|
4119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPopUp, decorators: [{
|
|
4120
4874
|
type: Directive,
|
|
4121
4875
|
args: [{
|
|
4122
4876
|
host: {
|
|
@@ -4287,12 +5041,12 @@ class KbqPopUpTrigger {
|
|
|
4287
5041
|
}
|
|
4288
5042
|
}
|
|
4289
5043
|
}
|
|
4290
|
-
|
|
5044
|
+
keydownHandler(event) {
|
|
4291
5045
|
if (this.isOpen && event.keyCode === ESCAPE) {
|
|
4292
5046
|
this.hide();
|
|
4293
5047
|
}
|
|
4294
5048
|
}
|
|
4295
|
-
|
|
5049
|
+
touchendHandler() {
|
|
4296
5050
|
this.hide();
|
|
4297
5051
|
}
|
|
4298
5052
|
show(delay = this.enterDelay) {
|
|
@@ -4466,10 +5220,10 @@ class KbqPopUpTrigger {
|
|
|
4466
5220
|
this.hide();
|
|
4467
5221
|
});
|
|
4468
5222
|
}
|
|
4469
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4470
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
5223
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPopUpTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5224
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqPopUpTrigger, host: { listeners: { "mouseenter": "hovered.next(true)", "mouseleave": "hovered.next(false)" } }, ngImport: i0 }); }
|
|
4471
5225
|
}
|
|
4472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5226
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPopUpTrigger, decorators: [{
|
|
4473
5227
|
type: Directive,
|
|
4474
5228
|
args: [{
|
|
4475
5229
|
host: {
|
|
@@ -4479,6 +5233,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4479
5233
|
}]
|
|
4480
5234
|
}] });
|
|
4481
5235
|
|
|
5236
|
+
/**
|
|
5237
|
+
* Minimum option count threshold for displaying select search.
|
|
5238
|
+
* Search is hidden when fewer options are available.
|
|
5239
|
+
*/
|
|
5240
|
+
const KBQ_SELECT_SEARCH_MIN_OPTIONS_THRESHOLD = 10;
|
|
4482
5241
|
/**
|
|
4483
5242
|
* The select panel will only "fit" inside the viewport if it is positioned at
|
|
4484
5243
|
* this value or more away from the viewport boundary.
|
|
@@ -4498,10 +5257,10 @@ const KBQ_SELECT_SCROLL_STRATEGY_PROVIDER = {
|
|
|
4498
5257
|
};
|
|
4499
5258
|
|
|
4500
5259
|
class KbqSelectTrigger {
|
|
4501
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4502
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
5260
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5261
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqSelectTrigger, isStandalone: true, selector: "kbq-select-trigger, [kbq-select-trigger]", ngImport: i0 }); }
|
|
4503
5262
|
}
|
|
4504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectTrigger, decorators: [{
|
|
4505
5264
|
type: Directive,
|
|
4506
5265
|
args: [{
|
|
4507
5266
|
selector: 'kbq-select-trigger, [kbq-select-trigger]',
|
|
@@ -4509,10 +5268,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4509
5268
|
}]
|
|
4510
5269
|
}] });
|
|
4511
5270
|
class KbqSelectMatcher {
|
|
4512
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4513
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
5271
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectMatcher, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5272
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqSelectMatcher, isStandalone: true, selector: "kbq-select-matcher, [kbq-select-matcher]", ngImport: i0 }); }
|
|
4514
5273
|
}
|
|
4515
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5274
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectMatcher, decorators: [{
|
|
4516
5275
|
type: Directive,
|
|
4517
5276
|
args: [{
|
|
4518
5277
|
selector: 'kbq-select-matcher, [kbq-select-matcher]',
|
|
@@ -4520,10 +5279,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4520
5279
|
}]
|
|
4521
5280
|
}] });
|
|
4522
5281
|
class KbqSelectFooter {
|
|
4523
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4524
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
5282
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectFooter, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5283
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqSelectFooter, isStandalone: true, selector: "kbq-select-footer, [kbq-select-footer]", host: { classAttribute: "kbq-select__footer" }, ngImport: i0 }); }
|
|
4525
5284
|
}
|
|
4526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectFooter, decorators: [{
|
|
4527
5286
|
type: Directive,
|
|
4528
5287
|
args: [{
|
|
4529
5288
|
selector: 'kbq-select-footer, [kbq-select-footer]',
|
|
@@ -4585,10 +5344,10 @@ class KbqSelectSearch {
|
|
|
4585
5344
|
event.stopPropagation();
|
|
4586
5345
|
}
|
|
4587
5346
|
}
|
|
4588
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4589
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
5347
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectSearch, deps: [{ token: KBQ_FORM_FIELD_REF, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5348
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqSelectSearch, isStandalone: true, selector: "[kbqSelectSearch]", host: { listeners: { "keydown": "handleKeydown($event)" } }, exportAs: ["kbqSelectSearch"], ngImport: i0 }); }
|
|
4590
5349
|
}
|
|
4591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5350
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectSearch, decorators: [{
|
|
4592
5351
|
type: Directive,
|
|
4593
5352
|
args: [{
|
|
4594
5353
|
selector: '[kbqSelectSearch]',
|
|
@@ -4605,10 +5364,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4605
5364
|
args: [KBQ_FORM_FIELD_REF]
|
|
4606
5365
|
}] }] });
|
|
4607
5366
|
class KbqSelectSearchEmptyResult {
|
|
4608
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4609
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.
|
|
5367
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectSearchEmptyResult, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5368
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqSelectSearchEmptyResult, isStandalone: true, selector: "[kbq-select-search-empty-result]", exportAs: ["kbqSelectSearchEmptyResult"], ngImport: i0 }); }
|
|
4610
5369
|
}
|
|
4611
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectSearchEmptyResult, decorators: [{
|
|
4612
5371
|
type: Directive,
|
|
4613
5372
|
args: [{
|
|
4614
5373
|
selector: '[kbq-select-search-empty-result]',
|
|
@@ -4628,6 +5387,8 @@ class KbqAbstractSelect {
|
|
|
4628
5387
|
this.overlayPanelClass = 'kbq-select-overlay';
|
|
4629
5388
|
}
|
|
4630
5389
|
setOverlayPosition() {
|
|
5390
|
+
if (!this.overlayDir.overlayRef)
|
|
5391
|
+
return;
|
|
4631
5392
|
this.resetOverlay();
|
|
4632
5393
|
const overlayRect = this.getOverlayRect();
|
|
4633
5394
|
// Window width without scrollbar
|
|
@@ -4676,7 +5437,15 @@ class KbqAbstractSelect {
|
|
|
4676
5437
|
this.overlayDir.overlayRef.overlayElement.style.maxWidth = 'unset';
|
|
4677
5438
|
this.overlayDir.overlayRef.updatePosition();
|
|
4678
5439
|
}
|
|
5440
|
+
resolveSearchMinOptionsThreshold(value) {
|
|
5441
|
+
return value === 'auto' ? KBQ_SELECT_SEARCH_MIN_OPTIONS_THRESHOLD : value;
|
|
5442
|
+
}
|
|
5443
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqAbstractSelect, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5444
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqAbstractSelect, ngImport: i0 }); }
|
|
4679
5445
|
}
|
|
5446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqAbstractSelect, decorators: [{
|
|
5447
|
+
type: Directive
|
|
5448
|
+
}] });
|
|
4680
5449
|
|
|
4681
5450
|
/**
|
|
4682
5451
|
* Returns an exception to be thrown when attempting to change a select's `multiple` option
|
|
@@ -4737,10 +5506,10 @@ class KbqMeasureScrollbarService {
|
|
|
4737
5506
|
this.document.body.removeChild(scrollDiv);
|
|
4738
5507
|
this._scrollBarWidth = width;
|
|
4739
5508
|
}
|
|
4740
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4741
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
5509
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqMeasureScrollbarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5510
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqMeasureScrollbarService, providedIn: 'root' }); }
|
|
4742
5511
|
}
|
|
4743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqMeasureScrollbarService, decorators: [{
|
|
4744
5513
|
type: Injectable,
|
|
4745
5514
|
args: [{ providedIn: 'root' }]
|
|
4746
5515
|
}], ctorParameters: () => [] });
|
|
@@ -4813,10 +5582,10 @@ class ThemeService {
|
|
|
4813
5582
|
getTheme() {
|
|
4814
5583
|
return this.current.value;
|
|
4815
5584
|
}
|
|
4816
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.
|
|
4817
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.
|
|
5585
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5586
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ThemeService, providedIn: 'root' }); }
|
|
4818
5587
|
}
|
|
4819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5588
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ThemeService, decorators: [{
|
|
4820
5589
|
type: Injectable,
|
|
4821
5590
|
args: [{ providedIn: 'root' }]
|
|
4822
5591
|
}], ctorParameters: () => [] });
|
|
@@ -4847,11 +5616,11 @@ const kbqDisableLegacyValidationDirectiveProvider = () => ({
|
|
|
4847
5616
|
useValue: { useValidation: false }
|
|
4848
5617
|
});
|
|
4849
5618
|
|
|
4850
|
-
const VERSION = new Version('18.
|
|
5619
|
+
const VERSION = new Version('18.36.0+sha-71dedd3');
|
|
4851
5620
|
|
|
4852
5621
|
/**
|
|
4853
5622
|
* Generated bundle index. Do not edit.
|
|
4854
5623
|
*/
|
|
4855
5624
|
|
|
4856
|
-
export { ARROW_BOTTOM_MARGIN_AND_HALF_HEIGHT, AbsoluteDateFormatterImpurePipe, AbsoluteDateFormatterPipe, AbsoluteDateShortFormatterImpurePipe, AbsoluteDateShortFormatterPipe, AbsoluteDateTimeFormatterImpurePipe, AbsoluteDateTimeFormatterPipe, AbsoluteShortDateTimeFormatterImpurePipe, AbsoluteShortDateTimeFormatterPipe, AnimationCurves, BOTTOM_LEFT_POSITION_PRIORITY, BOTTOM_POSITION_PRIORITY, BOTTOM_RIGHT_POSITION_PRIORITY, BaseFormatterPipe, DateAdapter, DateFormatter, EXTENDED_OVERLAY_POSITIONS, EmptyFocusTrapStrategy, ErrorStateMatcher, FileValidators, KBQ_CUSTOM_SCROLL_STRATEGY_PROVIDER, KBQ_DATE_FORMATS, KBQ_DATE_LOCALE, KBQ_DATE_LOCALE_FACTORY, KBQ_DEFAULT_LOCALE_DATA_FACTORY, KBQ_DEFAULT_LOCALE_ID, KBQ_FORM_FIELD_REF, KBQ_INVALID_VALUE_ERROR, KBQ_LOCALE_DATA, KBQ_LOCALE_ID, KBQ_LOCALE_SERVICE, KBQ_LOCALE_SERVICE_LANG_ATTR_NAME, KBQ_NUMBER_FORMATTER_DEFAULT_OPTIONS, KBQ_NUMBER_FORMATTER_OPTIONS, KBQ_OPTION_ACTION_PARENT, KBQ_OPTION_PARENT_COMPONENT, KBQ_PARENT_ANIMATION_COMPONENT, KBQ_PARENT_POPUP, KBQ_SANITY_CHECKS, KBQ_SELECT_SCROLL_STRATEGY, KBQ_SELECT_SCROLL_STRATEGY_PROVIDER, KBQ_SIZE_UNITS_CONFIG, KBQ_SIZE_UNITS_DEFAULT_CONFIG, KBQ_TITLE_TEXT_REF, KBQ_VALIDATION, KBQ_WINDOW, KbqAbstractSelect, KbqActionContainer, KbqAnimationCurves, KbqAnimationDurations, KbqColorDirective, KbqCommonModule, KbqComponentColors, KbqDataSizePipe, KbqDecimalPipe, KbqDefaultThemes, KbqErrorStateTracker, KbqFieldSizingContent, KbqForm, KbqFormElement, KbqFormattersModule, KbqFormsModule, KbqHighlightModule, KbqHighlightPipe, KbqLine, KbqLineModule, KbqLineSetter, KbqLocaleService, KbqLocaleServiceModule, KbqMeasureScrollbarService, KbqMeasurementSystem, KbqNormalizeWhitespace, KbqOptgroup, KbqOption, KbqOptionActionComponent, KbqOptionBase, KbqOptionModule, KbqOptionSelectionChange, KbqPopUp, KbqPopUpTrigger, KbqPseudoCheckbox, KbqPseudoCheckboxModule, KbqRectangleItem, KbqRoundDecimalPipe, KbqSelectFooter, KbqSelectMatcher, KbqSelectSearch, KbqSelectSearchEmptyResult, KbqSelectTrigger, KbqTableNumberPipe, KbqThemeSelector, KbqVirtualOption, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, MeasurementSystem, MultipleMode, NUMBER_FORMAT_REGEXP, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PasswordValidators, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, RIGHT_BOTTOM_POSITION_PRIORITY, RIGHT_POSITION_PRIORITY, RIGHT_TOP_POSITION_PRIORITY, RangeDateFormatterImpurePipe, RangeDateFormatterPipe, RangeDateTimeFormatterImpurePipe, RangeDateTimeFormatterPipe, RangeMiddleDateTimeFormatterImpurePipe, RangeMiddleDateTimeFormatterPipe, RangeShortDateFormatterImpurePipe, RangeShortDateFormatterPipe, RangeShortDateTimeFormatterImpurePipe, RangeShortDateTimeFormatterPipe, RelativeDateFormatterImpurePipe, RelativeDateFormatterPipe, RelativeDateTimeFormatterImpurePipe, RelativeDateTimeFormatterPipe, RelativeShortDateFormatterImpurePipe, RelativeShortDateFormatterPipe, RelativeShortDateTimeFormatterImpurePipe, RelativeShortDateTimeFormatterPipe, SELECT_PANEL_VIEWPORT_PADDING, ShowOnControlDirtyErrorStateMatcher, ShowOnFormSubmitErrorStateMatcher, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, ThemePalette, ThemeService, VERSION, applyPopupMargins, checkAndNormalizeLocalizedNumber, countGroupLabelsBeforeOption, defaultOffsetY, enUSFormattersData, enUSLocaleData, esLAFormattersData, esLALocaleData, escapeRegExp, faIRFormattersData, faIRLocaleData, fadeAnimation, formatDataSize, formatNumberWithLocale, getFormattedSizeParts, getHumanizedBytes, getKbqSelectDynamicMultipleError, getKbqSelectNonArrayValueError, getKbqSelectNonFunctionValueError, getNodesWithoutComments, getOptionScrollPosition, isBoolean, isMac, isNull, isUndefined, isWithin, kbqDisableLegacyValidationDirectiveProvider, kbqErrorStateMatcherProvider, kbqFilesizeFormatterConfigurationProvider,
|
|
5625
|
+
export { ARROW_BOTTOM_MARGIN_AND_HALF_HEIGHT, AbsoluteDateFormatterImpurePipe, AbsoluteDateFormatterPipe, AbsoluteDateShortFormatterImpurePipe, AbsoluteDateShortFormatterPipe, AbsoluteDateTimeFormatterImpurePipe, AbsoluteDateTimeFormatterPipe, AbsoluteShortDateTimeFormatterImpurePipe, AbsoluteShortDateTimeFormatterPipe, AnimationCurves, BOTTOM_LEFT_POSITION_PRIORITY, BOTTOM_POSITION_PRIORITY, BOTTOM_RIGHT_POSITION_PRIORITY, BaseFormatterPipe, DateAdapter, DateFormatter, EXTENDED_OVERLAY_POSITIONS, EmptyFocusTrapStrategy, ErrorStateMatcher, FileValidators, KBQ_CUSTOM_SCROLL_STRATEGY_PROVIDER, KBQ_DATE_FORMATS, KBQ_DATE_LOCALE, KBQ_DATE_LOCALE_FACTORY, KBQ_DEFAULT_LOCALE_DATA_FACTORY, KBQ_DEFAULT_LOCALE_ID, KBQ_FORM_FIELD_REF, KBQ_INVALID_VALUE_ERROR, KBQ_LOCALE_DATA, KBQ_LOCALE_ID, KBQ_LOCALE_SERVICE, KBQ_LOCALE_SERVICE_LANG_ATTR_NAME, KBQ_NUMBER_FORMATTER_DEFAULT_OPTIONS, KBQ_NUMBER_FORMATTER_OPTIONS, KBQ_OPTION_ACTION_PARENT, KBQ_OPTION_PARENT_COMPONENT, KBQ_PARENT_ANIMATION_COMPONENT, KBQ_PARENT_POPUP, KBQ_SANITY_CHECKS, KBQ_SELECT_SCROLL_STRATEGY, KBQ_SELECT_SCROLL_STRATEGY_PROVIDER, KBQ_SELECT_SEARCH_MIN_OPTIONS_THRESHOLD, KBQ_SIZE_UNITS_CONFIG, KBQ_SIZE_UNITS_DEFAULT_CONFIG, KBQ_TITLE_TEXT_REF, KBQ_VALIDATION, KBQ_WINDOW, KbqAbstractSelect, KbqActionContainer, KbqAnimationCurves, KbqAnimationDurations, KbqColorDirective, KbqCommonModule, KbqComponentColors, KbqDataSizePipe, KbqDecimalPipe, KbqDefaultThemes, KbqErrorStateTracker, KbqFieldSizingContent, KbqFocusMonitor, KbqForm, KbqFormElement, KbqFormattersModule, KbqFormsModule, KbqHighlightModule, KbqHighlightPipe, KbqHovered, KbqLine, KbqLineModule, KbqLineSetter, KbqLocaleService, KbqLocaleServiceModule, KbqMeasureScrollbarService, KbqMeasurementSystem, KbqNormalizeWhitespace, KbqOptgroup, KbqOption, KbqOptionActionComponent, KbqOptionBase, KbqOptionModule, KbqOptionSelectionChange, KbqPopUp, KbqPopUpTrigger, KbqPseudoCheckbox, KbqPseudoCheckboxModule, KbqReadStateDirective, KbqRectangleItem, KbqRoundDecimalPipe, KbqSelectFooter, KbqSelectMatcher, KbqSelectSearch, KbqSelectSearchEmptyResult, KbqSelectTrigger, KbqTableNumberPipe, KbqThemeSelector, KbqVirtualOption, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, MeasurementSystem, MultipleMode, NUMBER_FORMAT_REGEXP, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PasswordValidators, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, RIGHT_BOTTOM_POSITION_PRIORITY, RIGHT_POSITION_PRIORITY, RIGHT_TOP_POSITION_PRIORITY, RangeDateFormatterImpurePipe, RangeDateFormatterPipe, RangeDateTimeFormatterImpurePipe, RangeDateTimeFormatterPipe, RangeMiddleDateTimeFormatterImpurePipe, RangeMiddleDateTimeFormatterPipe, RangeShortDateFormatterImpurePipe, RangeShortDateFormatterPipe, RangeShortDateTimeFormatterImpurePipe, RangeShortDateTimeFormatterPipe, RelativeDateFormatterImpurePipe, RelativeDateFormatterPipe, RelativeDateTimeFormatterImpurePipe, RelativeDateTimeFormatterPipe, RelativeShortDateFormatterImpurePipe, RelativeShortDateFormatterPipe, RelativeShortDateTimeFormatterImpurePipe, RelativeShortDateTimeFormatterPipe, SELECT_PANEL_VIEWPORT_PADDING, ShowOnControlDirtyErrorStateMatcher, ShowOnFormSubmitErrorStateMatcher, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, ThemePalette, ThemeService, VERSION, applyPopupMargins, checkAndNormalizeLocalizedNumber, countGroupLabelsBeforeOption, defaultOffsetY, enUSFormattersData, enUSLocaleData, esLAFormattersData, esLALocaleData, escapeRegExp, faIRFormattersData, faIRLocaleData, fadeAnimation, formatDataSize, formatNumberWithLocale, getFormattedSizeParts, getHumanizedBytes, getKbqSelectDynamicMultipleError, getKbqSelectNonArrayValueError, getKbqSelectNonFunctionValueError, getNodesWithoutComments, getOptionScrollPosition, isBoolean, isMac, isNull, isUndefined, isWithin, kbqDisableLegacyValidationDirectiveProvider, kbqErrorStateMatcherProvider, kbqFilesizeFormatterConfigurationProvider, kbqInjectNativeElement, kbqLocaleServiceLangAttrNameProvider, kbqSelectAnimations, kbqSelectScrollStrategyProviderFactory, leftIconClassName, mixinColor, mixinDisabled, mixinErrorState, mixinTabIndex, normalizeNumber, numberByParts, ptBRFormattersData, ptBRLocaleData, rightIconClassName, ruRUFormattersData, ruRULocaleData, selectEvents, tkTMFormattersData, tkTMLocaleData, toBoolean, validationTooltipHideDelay, validationTooltipShowDelay, zhCNFormattersData, zhCNLocaleData };
|
|
4857
5626
|
//# sourceMappingURL=koobiq-components-core.mjs.map
|