@koobiq/components 18.35.0 → 18.37.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/autocomplete/autocomplete.scss +2 -17
- package/badge/badge.component.d.ts +1 -1
- package/badge/badge.component.scss +2 -0
- package/breadcrumbs/breadcrumbs.d.ts +2 -1
- package/breadcrumbs/breadcrumbs.scss +8 -4
- package/button/button.component.d.ts +3 -2
- package/button-toggle/button-toggle.scss +0 -2
- package/content-panel/content-panel.d.ts +1 -1
- package/content-panel/index.d.ts +0 -1
- 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/hover.d.ts +15 -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/formatters.d.ts +0 -72
- package/core/locales/index.d.ts +0 -2
- package/core/locales/locale-service.d.ts +292 -250
- 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/navbar/rectangle-item.d.ts +1 -1
- package/core/option/action.d.ts +1 -1
- package/core/option/option.d.ts +3 -2
- 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 +6 -1
- package/core/select/constants.d.ts +5 -0
- package/core/styles/common/_select.scss +25 -0
- package/core/styles/typography/_typography.scss +23 -82
- package/core/utils/dom.d.ts +1 -6
- package/datepicker/datepicker-module.d.ts +2 -1
- package/divider/divider.scss +1 -0
- package/dropdown/dropdown-item.scss +8 -7
- package/dropdown/dropdown.component.d.ts +5 -1
- package/dropdown/dropdown.module.d.ts +1 -1
- package/dropdown/dropdown.scss +5 -14
- 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 +7 -7
- 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 +58 -49
- package/esm2022/breadcrumbs/breadcrumbs.module.mjs +4 -4
- package/esm2022/button/button.component.mjs +12 -10
- 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 +8 -8
- 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 +12 -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 +26 -26
- package/esm2022/content-panel/index.mjs +1 -2
- package/esm2022/content-panel/module.mjs +4 -4
- package/esm2022/core/common-behaviors/clipboard.mjs +4 -4
- package/esm2022/core/common-behaviors/color.mjs +7 -7
- package/esm2022/core/common-behaviors/common-module.mjs +6 -5
- package/esm2022/core/common-behaviors/disabled.mjs +2 -1
- package/esm2022/core/common-behaviors/error-state.mjs +2 -1
- package/esm2022/core/common-behaviors/focus-monitor.mjs +37 -0
- package/esm2022/core/common-behaviors/hover.mjs +34 -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/common-behaviors/tabindex.mjs +2 -1
- package/esm2022/core/error/error-state-matcher.mjs +9 -9
- package/esm2022/core/form-field/field-sizing-content.mjs +8 -5
- 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 +14 -14
- 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 +114 -10
- package/esm2022/core/locales/formatters.mjs +1 -73
- package/esm2022/core/locales/index.mjs +1 -3
- package/esm2022/core/locales/locale-service.mjs +5 -11
- package/esm2022/core/locales/locale-service.module.mjs +4 -4
- package/esm2022/core/locales/pt-BR.mjs +123 -19
- package/esm2022/core/locales/ru-RU.mjs +119 -1
- package/esm2022/core/locales/tk-TM.mjs +128 -24
- package/esm2022/core/locales/types.mjs +1 -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 +13 -9
- package/esm2022/core/pop-up/constants.mjs +2 -1
- package/esm2022/core/pop-up/pop-up-trigger.mjs +7 -6
- package/esm2022/core/pop-up/pop-up.mjs +4 -4
- package/esm2022/core/select/common.mjs +35 -19
- 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 +7 -6
- 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 +11 -8
- 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 +5 -5
- 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 +12 -9
- 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 +7 -5
- 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 +20 -13
- package/esm2022/file-upload/single-file-upload.component.mjs +19 -6
- package/esm2022/filter-bar/filter-bar-button.mjs +3 -3
- package/esm2022/filter-bar/filter-bar.mjs +8 -4
- 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 +6 -6
- package/esm2022/filter-bar/filters.mjs +12 -7
- package/esm2022/filter-bar/pipe-add.mjs +6 -5
- package/esm2022/filter-bar/pipe.directive.mjs +3 -3
- package/esm2022/filter-bar/pipes/base-pipe.mjs +17 -9
- 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 +15 -9
- 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 +26 -21
- 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 +44 -13
- 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 +382 -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 +10 -9
- package/esm2022/input/input-password.mjs +4 -4
- package/esm2022/input/input.mjs +7 -7
- package/esm2022/input/input.module.mjs +11 -8
- package/esm2022/link/link.component.mjs +6 -6
- package/esm2022/link/link.module.mjs +4 -4
- package/esm2022/list/list-selection.component.mjs +40 -24
- 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 +10 -10
- 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-util.mjs +7 -3
- package/esm2022/modal/modal.component.mjs +5 -5
- package/esm2022/modal/modal.directive.mjs +12 -12
- package/esm2022/modal/modal.module.mjs +4 -4
- package/esm2022/modal/modal.service.mjs +5 -4
- package/esm2022/navbar/navbar-item.component.mjs +53 -44
- package/esm2022/navbar/navbar.component.mjs +17 -13
- package/esm2022/navbar/navbar.module.mjs +4 -4
- package/esm2022/navbar/vertical-navbar.component.mjs +6 -6
- package/esm2022/navbar-ic/navbar-ic-header.mjs +25 -9
- package/esm2022/navbar-ic/navbar-ic-item.mjs +35 -44
- package/esm2022/navbar-ic/navbar-ic.animation.mjs +10 -2
- package/esm2022/navbar-ic/navbar-ic.mjs +50 -21
- 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 +31 -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/resizer/index.mjs +3 -0
- package/esm2022/resizer/koobiq-components-resizer.mjs +5 -0
- package/esm2022/resizer/module.mjs +17 -0
- package/esm2022/resizer/resizer.mjs +135 -0
- 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 +7 -6
- 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 +38 -23
- package/esm2022/select/select.module.mjs +12 -8
- package/esm2022/sidebar/sidebar.component.mjs +9 -9
- package/esm2022/sidebar/sidebar.module.mjs +4 -4
- package/esm2022/sidepanel/sidepanel-container.component.mjs +5 -5
- 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 +133 -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 +38 -36
- package/esm2022/tags/tag-list.component.mjs +281 -250
- package/esm2022/tags/tag.component.mjs +206 -140
- package/esm2022/tags/tag.module.mjs +4 -4
- package/esm2022/textarea/textarea.component.mjs +5 -5
- package/esm2022/textarea/textarea.module.mjs +7 -6
- package/esm2022/time-range/constants.mjs +42 -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 +224 -0
- package/esm2022/time-range/time-range-title-as-form-field.mjs +60 -0
- package/esm2022/time-range/time-range-title.mjs +112 -0
- package/esm2022/time-range/time-range.mjs +234 -0
- package/esm2022/time-range/time-range.service.mjs +126 -0
- package/esm2022/time-range/types.mjs +2 -0
- package/esm2022/timepicker/timepicker.directive.mjs +4 -4
- package/esm2022/timepicker/timepicker.module.mjs +9 -8
- package/esm2022/timezone/cities-by-filter.pipe.mjs +3 -3
- package/esm2022/timezone/timezone-option.component.mjs +5 -5
- package/esm2022/timezone/timezone-option.directive.mjs +3 -3
- package/esm2022/timezone/timezone-select.component.mjs +9 -9
- package/esm2022/timezone/timezone.module.mjs +10 -8
- package/esm2022/timezone/utc-offset.pipe.mjs +3 -3
- package/esm2022/title/title.directive.mjs +9 -5
- 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 +6 -6
- 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 +11 -11
- 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 +11 -14
- package/esm2022/tree/tree-selection.component.mjs +26 -16
- package/esm2022/tree/tree.mjs +3 -3
- package/esm2022/tree/tree.module.mjs +4 -4
- package/esm2022/tree-select/tree-select.component.mjs +142 -84
- package/esm2022/tree-select/tree-select.module.mjs +11 -8
- 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 +16 -16
- package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +14 -14
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-breadcrumbs.mjs +61 -52
- package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +12 -12
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +18 -16
- 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 +18 -13
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-content-panel.mjs +31 -165
- package/fesm2022/koobiq-components-content-panel.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +962 -581
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +47 -44
- 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 +41 -27
- 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 +11 -8
- package/fesm2022/koobiq-components-ellipsis-center.mjs.map +1 -1
- package/fesm2022/koobiq-components-empty-state.mjs +19 -19
- package/fesm2022/koobiq-components-file-upload.mjs +45 -25
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-filter-bar.mjs +147 -114
- package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +100 -73
- 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 +411 -0
- package/fesm2022/koobiq-components-inline-edit.mjs.map +1 -0
- package/fesm2022/koobiq-components-input.mjs +34 -31
- 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 +49 -33
- 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 +16 -16
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +36 -31
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar-ic.mjs +122 -81
- package/fesm2022/koobiq-components-navbar-ic.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +77 -64
- 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 +43 -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-resizer.mjs +156 -0
- package/fesm2022/koobiq-components-resizer.mjs.map +1 -0
- package/fesm2022/koobiq-components-risk-level.mjs +7 -7
- package/fesm2022/koobiq-components-scrollbar.mjs +13 -12
- package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
- 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 +51 -33
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs +13 -13
- package/fesm2022/koobiq-components-sidepanel.mjs +26 -26
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-split-button.mjs +155 -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 +522 -428
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +10 -10
- package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
- package/fesm2022/koobiq-components-time-range.mjs +809 -0
- package/fesm2022/koobiq-components-time-range.mjs.map +1 -0
- package/fesm2022/koobiq-components-timepicker.mjs +11 -11
- package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +31 -29
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +12 -8
- package/fesm2022/koobiq-components-title.mjs.map +1 -1
- package/fesm2022/koobiq-components-toast.mjs +28 -21
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +9 -9
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +22 -22
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-top-bar.mjs +15 -15
- package/fesm2022/koobiq-components-top-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +151 -91
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +72 -61
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/fesm2022/koobiq-components-username.mjs +27 -27
- package/file-upload/_file-upload-theme.scss +33 -35
- package/file-upload/file-upload-tokens.scss +1 -2
- package/file-upload/file-upload.d.ts +1 -1
- package/file-upload/file-upload.scss +4 -7
- package/file-upload/multiple-file-upload.component.d.ts +2 -1
- package/file-upload/multiple-file-upload.component.scss +12 -14
- package/file-upload/single-file-upload.component.d.ts +2 -0
- package/file-upload/single-file-upload.component.scss +5 -7
- package/filter-bar/filter-bar.d.ts +3 -1
- package/filter-bar/filter-search.scss +1 -3
- package/filter-bar/filters.d.ts +1 -0
- package/filter-bar/pipes/base-pipe.d.ts +6 -2
- package/filter-bar/pipes/base-pipe.scss +3 -3
- package/filter-bar/pipes/pipe-date.scss +4 -1
- package/filter-bar/pipes/pipe-title.d.ts +2 -0
- package/form-field/fieldset-tokens.scss +1 -0
- package/form-field/form-field-tokens.scss +1 -1
- package/form-field/form-field.d.ts +1 -1
- package/form-field/form-field.scss +7 -7
- package/form-field/password-toggle.d.ts +1 -1
- package/form-field/stepper.d.ts +28 -6
- 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 +140 -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/input/input.module.d.ts +2 -1
- package/link/link.component.d.ts +3 -3
- package/list/list-selection.component.d.ts +13 -2
- package/loader-overlay/loader-overlay.component.d.ts +1 -1
- package/markdown/_markdown-theme.scss +1 -2
- package/markdown/markdown-tokens.scss +1 -0
- package/markdown/markdown.scss +10 -4
- package/modal/modal-tokens.scss +2 -1
- package/modal/modal-util.d.ts +5 -2
- package/modal/modal.component.d.ts +1 -1
- package/modal/modal.scss +3 -4
- package/navbar/_navbar-item_vertical.scss +10 -0
- package/navbar/navbar-brand.scss +5 -2
- 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/vertical-navbar.scss +1 -0
- package/navbar-ic/navbar-ic-header.d.ts +4 -3
- package/navbar-ic/navbar-ic-header.scss +0 -4
- package/navbar-ic/navbar-ic-item.d.ts +3 -2
- package/navbar-ic/navbar-ic-item.scss +0 -4
- package/navbar-ic/navbar-ic.animation.d.ts +1 -0
- package/navbar-ic/navbar-ic.d.ts +11 -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 -4
- package/popover/popover-tokens.scss +1 -0
- package/popover/popover.component.d.ts +9 -1
- package/popover/popover.scss +18 -11
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -1
- package/resizer/index.d.ts +2 -0
- package/resizer/module.d.ts +7 -0
- package/{content-panel/resizable.d.ts → resizer/resizer.d.ts} +18 -13
- package/schematics/collection.json +5 -0
- package/schematics/migrations/icons-replacement/README.md +93 -0
- package/schematics/migrations/icons-replacement/data.js +92 -0
- package/schematics/migrations/icons-replacement/index.js +84 -0
- package/schematics/migrations/icons-replacement/schema.json +32 -0
- package/schematics/ng-add/index.js +6 -6
- package/scrollbar/scrollbar.component.scss +2 -3
- 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/select/select.module.d.ts +2 -1
- package/select/select.scss +1 -17
- package/sidepanel/sidepanel-tokens.scss +2 -0
- package/sidepanel/sidepanel.scss +2 -0
- package/split-button/_split-button-theme.scss +114 -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 +37 -0
- package/split-button/split-button.module.d.ts +7 -0
- package/split-button/split-button.scss +72 -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 +18 -7
- package/tags/tag-list.component.d.ts +175 -64
- package/tags/tag-list.scss +24 -14
- package/tags/tag-tokens.scss +17 -1
- package/tags/tag.component.d.ts +91 -27
- package/tags/tag.scss +9 -0
- package/textarea/textarea-tokens.scss +6 -1
- package/textarea/textarea.component.d.ts +2 -2
- package/textarea/textarea.module.d.ts +2 -1
- package/textarea/textarea.scss +4 -0
- package/time-range/constants.d.ts +19 -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 +65 -0
- package/time-range/time-range-title-as-form-field.d.ts +41 -0
- package/time-range/time-range-title.d.ts +18 -0
- package/time-range/time-range.d.ts +78 -0
- package/time-range/time-range.scss +66 -0
- package/time-range/time-range.service.d.ts +25 -0
- package/time-range/types.d.ts +69 -0
- package/timepicker/timepicker.directive.d.ts +2 -2
- package/timepicker/timepicker.module.d.ts +2 -1
- package/timezone/timezone-option.component.scss +6 -0
- package/timezone/timezone.module.d.ts +1 -1
- 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/toggle/_toggle-theme.scss +8 -5
- package/toggle/toggle-tokens.scss +0 -1
- package/toggle/toggle.scss +11 -15
- package/top-bar/top-bar-tokens.scss +1 -1
- package/top-bar/top-bar.scss +3 -0
- package/tree/toggle.d.ts +1 -1
- package/tree/tree-base.d.ts +2 -2
- package/tree/tree-option.component.d.ts +2 -1
- package/tree/tree-selection.component.d.ts +12 -3
- package/tree-select/tree-select.component.d.ts +49 -8
- package/tree-select/tree-select.module.d.ts +2 -1
- package/tree-select/tree-select.scss +4 -0
- package/core/locales/fa-IR.d.ts +0 -100
- package/core/locales/zh-CN.d.ts +0 -100
- package/esm2022/content-panel/resizable.mjs +0 -138
- package/esm2022/core/locales/fa-IR.mjs +0 -99
- package/esm2022/core/locales/zh-CN.mjs +0 -99
|
@@ -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,
|
|
@@ -181,11 +182,13 @@ function mixinColor(base, defaultColor = KbqComponentColors.Empty) {
|
|
|
181
182
|
constructor(...args) {
|
|
182
183
|
super(...args);
|
|
183
184
|
this.color = defaultColor;
|
|
185
|
+
// eslint-disable-next-line no-console
|
|
184
186
|
console.warn('mixinColor deprecated and will be deleted in next major release');
|
|
185
187
|
}
|
|
186
188
|
};
|
|
187
189
|
}
|
|
188
190
|
class KbqColorDirective {
|
|
191
|
+
/** current class name of color */
|
|
189
192
|
get colorClassName() {
|
|
190
193
|
return `kbq-${this._color}`;
|
|
191
194
|
}
|
|
@@ -205,9 +208,7 @@ class KbqColorDirective {
|
|
|
205
208
|
}
|
|
206
209
|
}
|
|
207
210
|
constructor() {
|
|
208
|
-
/**
|
|
209
|
-
* @docs-private
|
|
210
|
-
*/
|
|
211
|
+
/** @docs-private */
|
|
211
212
|
this.elementRef = inject(ElementRef);
|
|
212
213
|
this.color = KbqComponentColors.Empty;
|
|
213
214
|
}
|
|
@@ -215,10 +216,10 @@ class KbqColorDirective {
|
|
|
215
216
|
setDefaultColor(color) {
|
|
216
217
|
this.defaultColor = color;
|
|
217
218
|
}
|
|
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.
|
|
219
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
220
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqColorDirective, isStandalone: true, inputs: { color: "color" }, ngImport: i0 }); }
|
|
220
221
|
}
|
|
221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
222
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqColorDirective, decorators: [{
|
|
222
223
|
type: Directive,
|
|
223
224
|
args: [{ standalone: true }]
|
|
224
225
|
}], ctorParameters: () => [], propDecorators: { color: [{
|
|
@@ -291,15 +292,16 @@ class KbqCommonModule {
|
|
|
291
292
|
}
|
|
292
293
|
checkDoctypeIsDefined() {
|
|
293
294
|
if (this.document && !this.document.doctype) {
|
|
295
|
+
// eslint-disable-next-line no-console
|
|
294
296
|
console.warn('Current document does not have a doctype. This may cause ' +
|
|
295
297
|
'some koobiq components not to behave as expected.');
|
|
296
298
|
}
|
|
297
299
|
}
|
|
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.
|
|
300
|
+
/** @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 }); }
|
|
301
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqCommonModule, imports: [BidiModule], exports: [BidiModule] }); }
|
|
302
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqCommonModule, imports: [BidiModule, BidiModule] }); }
|
|
301
303
|
}
|
|
302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
304
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqCommonModule, decorators: [{
|
|
303
305
|
type: NgModule,
|
|
304
306
|
args: [{
|
|
305
307
|
imports: [BidiModule],
|
|
@@ -324,6 +326,7 @@ function mixinDisabled(base) {
|
|
|
324
326
|
constructor(...args) {
|
|
325
327
|
super(...args);
|
|
326
328
|
this._disabled = false;
|
|
329
|
+
// eslint-disable-next-line no-console
|
|
327
330
|
console.warn('mixinDisabled deprecated and will be deleted in next major release');
|
|
328
331
|
}
|
|
329
332
|
};
|
|
@@ -335,6 +338,7 @@ function mixinErrorState(base) {
|
|
|
335
338
|
super(...args);
|
|
336
339
|
/** Whether the component is in an error state. */
|
|
337
340
|
this.errorState = false;
|
|
341
|
+
// eslint-disable-next-line no-console
|
|
338
342
|
console.warn('mixinErrorState deprecated and will be deleted in next major release');
|
|
339
343
|
}
|
|
340
344
|
updateErrorState() {
|
|
@@ -378,6 +382,136 @@ class KbqErrorStateTracker {
|
|
|
378
382
|
}
|
|
379
383
|
}
|
|
380
384
|
|
|
385
|
+
/** Directive that wraps cdk `FocusMonitor` into standalone directive */
|
|
386
|
+
class KbqFocusMonitor {
|
|
387
|
+
constructor() {
|
|
388
|
+
/** Whether to monitor focus changes on child elements. */
|
|
389
|
+
this.checkChildren = input(false, { transform: booleanAttribute });
|
|
390
|
+
/** Observable that emits focus origin when element or its children gains/loses focus. */
|
|
391
|
+
this.focusChange = null;
|
|
392
|
+
this.elementRef = inject(ElementRef);
|
|
393
|
+
this.focusMonitor = inject(FocusMonitor);
|
|
394
|
+
}
|
|
395
|
+
ngAfterContentInit() {
|
|
396
|
+
this.focusChange = this.focusMonitor.monitor(this.elementRef, this.checkChildren());
|
|
397
|
+
}
|
|
398
|
+
ngOnDestroy() {
|
|
399
|
+
this.focusMonitor.stopMonitoring(this.elementRef);
|
|
400
|
+
this.focusChange = null;
|
|
401
|
+
}
|
|
402
|
+
/** Programmatically focuses an element with the specified origin. */
|
|
403
|
+
focusVia(element, origin, options) {
|
|
404
|
+
this.focusMonitor.focusVia(coerceElement(element), origin, options);
|
|
405
|
+
}
|
|
406
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFocusMonitor, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
407
|
+
/** @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 }); }
|
|
408
|
+
}
|
|
409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFocusMonitor, decorators: [{
|
|
410
|
+
type: Directive,
|
|
411
|
+
args: [{
|
|
412
|
+
standalone: true,
|
|
413
|
+
selector: '[kbqFocusMonitor]',
|
|
414
|
+
exportAs: 'kbqFocusMonitor'
|
|
415
|
+
}]
|
|
416
|
+
}] });
|
|
417
|
+
|
|
418
|
+
/**
|
|
419
|
+
* Injects the native element for the current component.
|
|
420
|
+
*/
|
|
421
|
+
const kbqInjectNativeElement = () => {
|
|
422
|
+
return inject((ElementRef)).nativeElement;
|
|
423
|
+
};
|
|
424
|
+
|
|
425
|
+
function isBoolean(value) {
|
|
426
|
+
return typeof value === 'boolean';
|
|
427
|
+
}
|
|
428
|
+
/** Whether the value is undefined. */
|
|
429
|
+
const isUndefined = (value) => {
|
|
430
|
+
return value === undefined;
|
|
431
|
+
};
|
|
432
|
+
/** Whether the value is null. */
|
|
433
|
+
const isNull = (value) => {
|
|
434
|
+
return value === null;
|
|
435
|
+
};
|
|
436
|
+
/**
|
|
437
|
+
* Will be removed in the next major release
|
|
438
|
+
*
|
|
439
|
+
* @deprecated Use `booleanAttribute` instead
|
|
440
|
+
*/
|
|
441
|
+
function toBoolean(value) {
|
|
442
|
+
return value != null && `${value}` !== 'false';
|
|
443
|
+
}
|
|
444
|
+
const getNodesWithoutComments = (nodes) => {
|
|
445
|
+
const COMMENT_NODE = 8;
|
|
446
|
+
return Array.from(nodes).filter((node) => node.nodeType !== COMMENT_NODE);
|
|
447
|
+
};
|
|
448
|
+
const leftIconClassName = 'kbq-icon_left';
|
|
449
|
+
const rightIconClassName = 'kbq-icon_right';
|
|
450
|
+
/** Whether the current platform is a Mac. */
|
|
451
|
+
function isMac() {
|
|
452
|
+
// eslint-disable-next-line no-restricted-globals
|
|
453
|
+
return /^mac/i.test(navigator?.platform);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* Directive that adds a `kbq-hovered` class to an element, based on its hover state.
|
|
458
|
+
*
|
|
459
|
+
* @docs-private
|
|
460
|
+
*/
|
|
461
|
+
class KbqHover {
|
|
462
|
+
constructor() {
|
|
463
|
+
this.element = kbqInjectNativeElement();
|
|
464
|
+
/**
|
|
465
|
+
* Whether the element is hovered.
|
|
466
|
+
*/
|
|
467
|
+
this.hovered = toSignal(merge(fromEvent(this.element, 'mouseenter'), fromEvent(this.element, 'mouseleave')).pipe(map(({ type }) => type === 'mouseenter')), { initialValue: false });
|
|
468
|
+
}
|
|
469
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHover, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
470
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqHover, isStandalone: true, selector: "[kbqHover]", host: { properties: { "class.kbq-hovered": "hovered()" }, classAttribute: "kbq-hover" }, exportAs: ["kbqHover"], ngImport: i0 }); }
|
|
471
|
+
}
|
|
472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHover, decorators: [{
|
|
473
|
+
type: Directive,
|
|
474
|
+
args: [{
|
|
475
|
+
standalone: true,
|
|
476
|
+
selector: '[kbqHover]',
|
|
477
|
+
exportAs: 'kbqHover',
|
|
478
|
+
host: {
|
|
479
|
+
class: 'kbq-hover',
|
|
480
|
+
'[class.kbq-hovered]': 'hovered()'
|
|
481
|
+
}
|
|
482
|
+
}]
|
|
483
|
+
}] });
|
|
484
|
+
|
|
485
|
+
class KbqReadStateDirective {
|
|
486
|
+
constructor() {
|
|
487
|
+
this.changeDetectorRef = inject(ChangeDetectorRef);
|
|
488
|
+
this.timeToRead = 500;
|
|
489
|
+
this.read = new BehaviorSubject(false);
|
|
490
|
+
}
|
|
491
|
+
mouseenterHandler() {
|
|
492
|
+
this.timestamp = new Date().getTime();
|
|
493
|
+
}
|
|
494
|
+
mouseleaveHandler() {
|
|
495
|
+
if (new Date().getTime() - this.timestamp > this.timeToRead) {
|
|
496
|
+
this.read.next(true);
|
|
497
|
+
}
|
|
498
|
+
this.changeDetectorRef.markForCheck();
|
|
499
|
+
}
|
|
500
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqReadStateDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
501
|
+
/** @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 }); }
|
|
502
|
+
}
|
|
503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqReadStateDirective, decorators: [{
|
|
504
|
+
type: Directive,
|
|
505
|
+
args: [{
|
|
506
|
+
standalone: true,
|
|
507
|
+
host: {
|
|
508
|
+
'(mouseenter)': 'mouseenterHandler()',
|
|
509
|
+
'(mouseleave)': 'mouseleaveHandler()',
|
|
510
|
+
'(click)': 'read.next(true)'
|
|
511
|
+
}
|
|
512
|
+
}]
|
|
513
|
+
}] });
|
|
514
|
+
|
|
381
515
|
function mixinTabIndex(base, defaultTabIndex = 0) {
|
|
382
516
|
return class extends base {
|
|
383
517
|
get tabIndex() {
|
|
@@ -391,6 +525,7 @@ function mixinTabIndex(base, defaultTabIndex = 0) {
|
|
|
391
525
|
super(...args);
|
|
392
526
|
this.defaultTabIndex = defaultTabIndex;
|
|
393
527
|
this._tabIndex = defaultTabIndex;
|
|
528
|
+
// eslint-disable-next-line no-console
|
|
394
529
|
console.warn('mixinTabIndex deprecated and will be deleted in next major release');
|
|
395
530
|
}
|
|
396
531
|
};
|
|
@@ -433,10 +568,10 @@ class ShowOnFormSubmitErrorStateMatcher {
|
|
|
433
568
|
isErrorState(control, form) {
|
|
434
569
|
return !!(control?.invalid && form?.submitted);
|
|
435
570
|
}
|
|
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.
|
|
571
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShowOnFormSubmitErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
572
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShowOnFormSubmitErrorStateMatcher }); }
|
|
438
573
|
}
|
|
439
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShowOnFormSubmitErrorStateMatcher, decorators: [{
|
|
440
575
|
type: Injectable
|
|
441
576
|
}] });
|
|
442
577
|
/** Error state matcher that matches when a control is invalid and dirty or form is submitted. */
|
|
@@ -444,10 +579,10 @@ class ShowOnControlDirtyErrorStateMatcher {
|
|
|
444
579
|
isErrorState(control, form) {
|
|
445
580
|
return !!(control?.invalid && (control.dirty || form?.submitted));
|
|
446
581
|
}
|
|
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.
|
|
582
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShowOnControlDirtyErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
583
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShowOnControlDirtyErrorStateMatcher }); }
|
|
449
584
|
}
|
|
450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ShowOnControlDirtyErrorStateMatcher, decorators: [{
|
|
451
586
|
type: Injectable
|
|
452
587
|
}] });
|
|
453
588
|
/**
|
|
@@ -458,58 +593,14 @@ class ErrorStateMatcher {
|
|
|
458
593
|
isErrorState(control, form) {
|
|
459
594
|
return !!(control?.invalid && (control.touched || form?.submitted));
|
|
460
595
|
}
|
|
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.
|
|
596
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ErrorStateMatcher, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
597
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ErrorStateMatcher, providedIn: 'root' }); }
|
|
463
598
|
}
|
|
464
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
599
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ErrorStateMatcher, decorators: [{
|
|
465
600
|
type: Injectable,
|
|
466
601
|
args: [{ providedIn: 'root' }]
|
|
467
602
|
}] });
|
|
468
603
|
|
|
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
604
|
const INITIAL_PROPERTIES = {
|
|
514
605
|
all: 'initial',
|
|
515
606
|
position: 'absolute',
|
|
@@ -552,7 +643,7 @@ const BOX_SIZING_BORDER_BOX_WIDTH_PROPERTIES = [
|
|
|
552
643
|
'borderLeftWidth',
|
|
553
644
|
'borderRightWidth'
|
|
554
645
|
];
|
|
555
|
-
const FIELD_RESIZE_EVENTS = ['input', 'change', 'focus'];
|
|
646
|
+
const FIELD_RESIZE_EVENTS = ['input', 'change', 'focus', 'blur'];
|
|
556
647
|
/**
|
|
557
648
|
* Emulates [`field-sizing: content`](https://developer.mozilla.org/en-US/docs/Web/CSS/field-sizing) CSS property for
|
|
558
649
|
* browsers that do not support it natively.
|
|
@@ -582,6 +673,9 @@ class KbqFieldSizingContent {
|
|
|
582
673
|
const computedStyle = this.window.getComputedStyle(this.element);
|
|
583
674
|
const ruler = this.createRuler(computedStyle);
|
|
584
675
|
ruler.textContent = this.element.value || this.element.placeholder || '';
|
|
676
|
+
// We should add space to prevent text truncation in Safari/Firefox
|
|
677
|
+
if (ruler.textContent)
|
|
678
|
+
ruler.textContent += ' ';
|
|
585
679
|
this.renderer.appendChild(this.document.body, ruler);
|
|
586
680
|
const width = this.calculateWidth(ruler, computedStyle);
|
|
587
681
|
this.renderer.setStyle(this.element, 'width', coerceCssPixelValue(width));
|
|
@@ -601,10 +695,10 @@ class KbqFieldSizingContent {
|
|
|
601
695
|
}
|
|
602
696
|
return ruler.scrollWidth;
|
|
603
697
|
}
|
|
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.
|
|
698
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFieldSizingContent, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
699
|
+
/** @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
700
|
}
|
|
607
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFieldSizingContent, decorators: [{
|
|
608
702
|
type: Directive,
|
|
609
703
|
args: [{
|
|
610
704
|
standalone: true,
|
|
@@ -722,6 +816,110 @@ const enUSLocaleData = {
|
|
|
722
816
|
pinButton: 'Leave expanded',
|
|
723
817
|
collapseButton: 'Collapse'
|
|
724
818
|
}
|
|
819
|
+
},
|
|
820
|
+
searchExpandable: {
|
|
821
|
+
tooltip: 'Search',
|
|
822
|
+
placeholder: 'Search'
|
|
823
|
+
},
|
|
824
|
+
appSwitcher: {
|
|
825
|
+
searchPlaceholder: 'Search',
|
|
826
|
+
searchEmptyResult: 'Nothing found',
|
|
827
|
+
sitesHeader: 'Other sites'
|
|
828
|
+
},
|
|
829
|
+
timeRange: {
|
|
830
|
+
title: {
|
|
831
|
+
for: 'for',
|
|
832
|
+
placeholder: 'Select period'
|
|
833
|
+
},
|
|
834
|
+
editor: {
|
|
835
|
+
from: 'from',
|
|
836
|
+
to: 'to',
|
|
837
|
+
apply: 'Apply',
|
|
838
|
+
cancel: 'Cancel',
|
|
839
|
+
rangeLabel: 'for period',
|
|
840
|
+
allTime: 'for all time',
|
|
841
|
+
currentQuarter: 'for the current quarter',
|
|
842
|
+
currentYear: 'for the current year'
|
|
843
|
+
},
|
|
844
|
+
durationTemplate: {
|
|
845
|
+
title: {
|
|
846
|
+
SEPARATOR: ' ',
|
|
847
|
+
LAST_PART_SEPARATOR: '',
|
|
848
|
+
YEARS: `{years, plural,
|
|
849
|
+
one {# year}
|
|
850
|
+
other {last # years}
|
|
851
|
+
}`,
|
|
852
|
+
MONTHS: `{months, plural,
|
|
853
|
+
one {last month}
|
|
854
|
+
other {last # months}
|
|
855
|
+
}`,
|
|
856
|
+
WEEKS: `{weeks, plural,
|
|
857
|
+
one {last week}
|
|
858
|
+
other {last # weeks}
|
|
859
|
+
}`,
|
|
860
|
+
DAYS: `{days, plural,
|
|
861
|
+
one {last day}
|
|
862
|
+
other {last # days}
|
|
863
|
+
}`,
|
|
864
|
+
HOURS: `{hours, plural,
|
|
865
|
+
one {last hour}
|
|
866
|
+
other {last # hours}
|
|
867
|
+
}`,
|
|
868
|
+
MINUTES: `{minutes, plural,
|
|
869
|
+
one {last minute}
|
|
870
|
+
other {last # minutes}
|
|
871
|
+
}`,
|
|
872
|
+
SECONDS: `{seconds, plural,
|
|
873
|
+
one {last second}
|
|
874
|
+
other {last # seconds}
|
|
875
|
+
}`,
|
|
876
|
+
YEARS_FRACTION: `{years} years`,
|
|
877
|
+
MONTHS_FRACTION: `{months} months`
|
|
878
|
+
},
|
|
879
|
+
option: {
|
|
880
|
+
SEPARATOR: ' ',
|
|
881
|
+
LAST_PART_SEPARATOR: '',
|
|
882
|
+
YEARS: `{years, plural,
|
|
883
|
+
one {# year}
|
|
884
|
+
other {last # years}
|
|
885
|
+
}`,
|
|
886
|
+
MONTHS: `{months, plural,
|
|
887
|
+
one {last month}
|
|
888
|
+
other {last # months}
|
|
889
|
+
}`,
|
|
890
|
+
WEEKS: `{weeks, plural,
|
|
891
|
+
one {last week}
|
|
892
|
+
other {last # weeks}
|
|
893
|
+
}`,
|
|
894
|
+
DAYS: `{days, plural,
|
|
895
|
+
one {last day}
|
|
896
|
+
other {last # days}
|
|
897
|
+
}`,
|
|
898
|
+
HOURS: `{hours, plural,
|
|
899
|
+
one {last hour}
|
|
900
|
+
other {last # hours}
|
|
901
|
+
}`,
|
|
902
|
+
MINUTES: `{minutes, plural,
|
|
903
|
+
one {last minute}
|
|
904
|
+
other {last # minutes}
|
|
905
|
+
}`,
|
|
906
|
+
SECONDS: `{seconds, plural,
|
|
907
|
+
one {last second}
|
|
908
|
+
other {last # seconds}
|
|
909
|
+
}`,
|
|
910
|
+
YEARS_FRACTION: `{years} years`,
|
|
911
|
+
MONTHS_FRACTION: `{months} months`
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
notificationCenter: {
|
|
916
|
+
notifications: 'Notifications',
|
|
917
|
+
remove: 'Remove',
|
|
918
|
+
doNotDisturb: 'Do not disturb',
|
|
919
|
+
showPopUpNotifications: 'Show pop-up notifications',
|
|
920
|
+
noNotifications: 'No notifications',
|
|
921
|
+
failedToLoadNotifications: 'Failed to load notifications',
|
|
922
|
+
repeat: 'Repeat'
|
|
725
923
|
}
|
|
726
924
|
};
|
|
727
925
|
|
|
@@ -771,7 +969,7 @@ const esLALocaleData = {
|
|
|
771
969
|
},
|
|
772
970
|
filterBar: {
|
|
773
971
|
reset: {
|
|
774
|
-
buttonName: '
|
|
972
|
+
buttonName: 'Restablecer'
|
|
775
973
|
},
|
|
776
974
|
search: {
|
|
777
975
|
tooltip: 'Búsqueda',
|
|
@@ -779,18 +977,18 @@ const esLALocaleData = {
|
|
|
779
977
|
},
|
|
780
978
|
filters: {
|
|
781
979
|
defaultName: 'Filtros',
|
|
782
|
-
saveNewFilterTooltip: 'Guardar el nuevo
|
|
980
|
+
saveNewFilterTooltip: 'Guardar el filtro nuevo',
|
|
783
981
|
searchPlaceholder: 'Búsqueda',
|
|
784
982
|
searchEmptyResult: 'No se encontró nada',
|
|
785
|
-
saveAsNewFilter: 'Guardar como nuevo
|
|
786
|
-
saveChanges: 'Guardar
|
|
983
|
+
saveAsNewFilter: 'Guardar como filtro nuevo',
|
|
984
|
+
saveChanges: 'Guardar cambios',
|
|
787
985
|
saveAsNew: 'Guardar como nuevo',
|
|
788
986
|
change: 'Editar',
|
|
789
|
-
resetChanges: '
|
|
987
|
+
resetChanges: 'Restablecer',
|
|
790
988
|
remove: 'Eliminar',
|
|
791
989
|
name: 'Nombre',
|
|
792
|
-
error: '
|
|
793
|
-
errorHint: 'No se pudo guardar el filtro. Intente de nuevo o
|
|
990
|
+
error: 'Ya existe una búsqueda con ese nombre',
|
|
991
|
+
errorHint: 'No se pudo guardar el filtro. Intente de nuevo o comuníquese con el administrador.',
|
|
794
992
|
saveButton: 'Guardar',
|
|
795
993
|
cancelButton: 'Cancelar'
|
|
796
994
|
},
|
|
@@ -805,10 +1003,10 @@ const esLALocaleData = {
|
|
|
805
1003
|
selectAll: 'Seleccionar todo'
|
|
806
1004
|
},
|
|
807
1005
|
datePipe: {
|
|
808
|
-
customPeriod: '
|
|
1006
|
+
customPeriod: 'Personalizar período',
|
|
809
1007
|
customPeriodFrom: 'desde',
|
|
810
1008
|
customPeriodTo: 'hasta',
|
|
811
|
-
customPeriodErrorHint: 'El período no puede
|
|
1009
|
+
customPeriodErrorHint: 'El inicio del período no puede estar después del fin',
|
|
812
1010
|
backToPeriodSelection: 'Volver a la selección del período'
|
|
813
1011
|
}
|
|
814
1012
|
},
|
|
@@ -821,105 +1019,110 @@ const esLALocaleData = {
|
|
|
821
1019
|
pinButton: 'Expandir el menú',
|
|
822
1020
|
collapseButton: 'Colapsar'
|
|
823
1021
|
}
|
|
824
|
-
}
|
|
825
|
-
};
|
|
826
|
-
|
|
827
|
-
const faIRLocaleData = {
|
|
828
|
-
select: { hiddenItemsText: '{{ number }} بیشتر' },
|
|
829
|
-
datepicker: {
|
|
830
|
-
placeholder: 'روز/ ماه/سال'
|
|
831
|
-
},
|
|
832
|
-
timepicker: {
|
|
833
|
-
placeholder: {
|
|
834
|
-
full: 'ثانیه:دقیقه:ساعت',
|
|
835
|
-
short: 'دقیقه:ساعت'
|
|
836
|
-
}
|
|
837
|
-
},
|
|
838
|
-
fileUpload: {
|
|
839
|
-
single: {
|
|
840
|
-
captionText: 'فایل را به اینجا بکشید یا {{ browseLink }}',
|
|
841
|
-
browseLink: 'انتخاب کنید'
|
|
842
|
-
},
|
|
843
|
-
multiple: {
|
|
844
|
-
captionText: 'به اینجا بکشید یا {{ browseLink }}',
|
|
845
|
-
captionTextWhenSelected: 'فایل های بیشتری را بکشید یا {{ browseLink }}',
|
|
846
|
-
captionTextForCompactSize: 'فایل ها را بکشید یا {{ browseLink }}',
|
|
847
|
-
browseLink: 'انتخاب کنید',
|
|
848
|
-
title: 'فایل ها را آپلود کنید',
|
|
849
|
-
gridHeaders: {
|
|
850
|
-
file: 'فایل',
|
|
851
|
-
size: 'اندازه'
|
|
852
|
-
}
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
codeBlock: {
|
|
856
|
-
softWrapOnTooltip: 'فعالسازی سطربندی',
|
|
857
|
-
softWrapOffTooltip: 'غیرفعالسازی سطربندی',
|
|
858
|
-
downloadTooltip: 'دانلود',
|
|
859
|
-
copiedTooltip: '✓ کپی شد',
|
|
860
|
-
copyTooltip: 'کپی',
|
|
861
|
-
viewAllText: 'نمایش همه',
|
|
862
|
-
viewLessText: 'نمایش کمتر',
|
|
863
|
-
openExternalSystemTooltip: 'باز کردن در سیستم خارجی'
|
|
864
1022
|
},
|
|
865
|
-
|
|
866
|
-
|
|
1023
|
+
searchExpandable: {
|
|
1024
|
+
tooltip: 'Búsqueda',
|
|
1025
|
+
placeholder: 'Búsqueda'
|
|
867
1026
|
},
|
|
868
|
-
|
|
869
|
-
|
|
1027
|
+
appSwitcher: {
|
|
1028
|
+
searchPlaceholder: 'Búsqueda',
|
|
1029
|
+
searchEmptyResult: 'No se encontró nada',
|
|
1030
|
+
sitesHeader: 'Otros sitios'
|
|
870
1031
|
},
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
search: {
|
|
876
|
-
tooltip: 'جستجو',
|
|
877
|
-
placeholder: 'جستجو'
|
|
878
|
-
},
|
|
879
|
-
filters: {
|
|
880
|
-
defaultName: 'فیلترها',
|
|
881
|
-
saveNewFilterTooltip: 'ذخیره فیلتر جدید',
|
|
882
|
-
searchPlaceholder: 'جستجو',
|
|
883
|
-
searchEmptyResult: 'چیزی پیدا نشد',
|
|
884
|
-
saveAsNewFilter: 'ذخیره بهعنوان فیلتر جدید',
|
|
885
|
-
saveChanges: 'ذخیره تغییرات',
|
|
886
|
-
saveAsNew: 'ذخیره بهعنوان مورد جدید',
|
|
887
|
-
change: 'ویرایش',
|
|
888
|
-
resetChanges: 'بازنشانی',
|
|
889
|
-
remove: 'حذف',
|
|
890
|
-
name: 'نام',
|
|
891
|
-
error: 'جستجویی با این نام از قبل وجود دارد',
|
|
892
|
-
errorHint: 'فیلتر ذخیره نشد. دوباره امتحان کنید یا با سرپرست تماس بگیرید.',
|
|
893
|
-
saveButton: 'ذخیره',
|
|
894
|
-
cancelButton: 'لغو'
|
|
895
|
-
},
|
|
896
|
-
add: {
|
|
897
|
-
tooltip: 'افزودن فیلتر'
|
|
1032
|
+
timeRange: {
|
|
1033
|
+
title: {
|
|
1034
|
+
for: 'para',
|
|
1035
|
+
placeholder: 'Seleccione el período'
|
|
898
1036
|
},
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
1037
|
+
editor: {
|
|
1038
|
+
from: 'de',
|
|
1039
|
+
to: 'a',
|
|
1040
|
+
apply: 'Aplicar',
|
|
1041
|
+
cancel: 'Cancelar',
|
|
1042
|
+
rangeLabel: 'para el período',
|
|
1043
|
+
allTime: 'por todo el tiempo',
|
|
1044
|
+
currentQuarter: 'por el trimestre actual',
|
|
1045
|
+
currentYear: 'por el año actual'
|
|
905
1046
|
},
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
1047
|
+
durationTemplate: {
|
|
1048
|
+
title: {
|
|
1049
|
+
SEPARATOR: ', ',
|
|
1050
|
+
LAST_PART_SEPARATOR: '',
|
|
1051
|
+
YEARS: `{years, plural,
|
|
1052
|
+
one {# año}
|
|
1053
|
+
other {últimos # años}
|
|
1054
|
+
}`,
|
|
1055
|
+
MONTHS: `{months, plural,
|
|
1056
|
+
one {último mes}
|
|
1057
|
+
other {últimos # meses}
|
|
1058
|
+
}`,
|
|
1059
|
+
WEEKS: `{weeks, plural,
|
|
1060
|
+
one {última semana}
|
|
1061
|
+
other {últimas # semanas}
|
|
1062
|
+
}`,
|
|
1063
|
+
DAYS: `{days, plural,
|
|
1064
|
+
one {último día}
|
|
1065
|
+
other {últimos # días}
|
|
1066
|
+
}`,
|
|
1067
|
+
HOURS: `{hours, plural,
|
|
1068
|
+
one {última hora}
|
|
1069
|
+
other {últimas # horas}
|
|
1070
|
+
}`,
|
|
1071
|
+
MINUTES: `{minutes, plural,
|
|
1072
|
+
one {último minuto}
|
|
1073
|
+
other {últimos # minutos}
|
|
1074
|
+
}`,
|
|
1075
|
+
SECONDS: `{seconds, plural,
|
|
1076
|
+
one {último segundo}
|
|
1077
|
+
other {últimos # segundos}
|
|
1078
|
+
}`,
|
|
1079
|
+
YEARS_FRACTION: `{years} años`,
|
|
1080
|
+
MONTHS_FRACTION: `{months} meses`
|
|
1081
|
+
},
|
|
1082
|
+
option: {
|
|
1083
|
+
SEPARATOR: ', ',
|
|
1084
|
+
LAST_PART_SEPARATOR: '',
|
|
1085
|
+
YEARS: `{years, plural,
|
|
1086
|
+
one {# año}
|
|
1087
|
+
other {últimos # años}
|
|
1088
|
+
}`,
|
|
1089
|
+
MONTHS: `{months, plural,
|
|
1090
|
+
one {último mes}
|
|
1091
|
+
other {últimos # meses}
|
|
1092
|
+
}`,
|
|
1093
|
+
WEEKS: `{weeks, plural,
|
|
1094
|
+
one {última semana}
|
|
1095
|
+
other {últimas # semanas}
|
|
1096
|
+
}`,
|
|
1097
|
+
DAYS: `{days, plural,
|
|
1098
|
+
one {último día}
|
|
1099
|
+
other {últimos # días}
|
|
1100
|
+
}`,
|
|
1101
|
+
HOURS: `{hours, plural,
|
|
1102
|
+
one {última hora}
|
|
1103
|
+
other {últimas # horas}
|
|
1104
|
+
}`,
|
|
1105
|
+
MINUTES: `{minutes, plural,
|
|
1106
|
+
one {último minuto}
|
|
1107
|
+
other {últimos # minutos}
|
|
1108
|
+
}`,
|
|
1109
|
+
SECONDS: `{seconds, plural,
|
|
1110
|
+
one {último segundo}
|
|
1111
|
+
other {últimos # segundos}
|
|
1112
|
+
}`,
|
|
1113
|
+
YEARS_FRACTION: `{years} años`,
|
|
1114
|
+
MONTHS_FRACTION: `{months} meses`
|
|
1115
|
+
}
|
|
912
1116
|
}
|
|
913
1117
|
},
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
}
|
|
1118
|
+
notificationCenter: {
|
|
1119
|
+
notifications: 'Notificaciones',
|
|
1120
|
+
remove: 'Eliminar',
|
|
1121
|
+
doNotDisturb: 'No molestar',
|
|
1122
|
+
showPopUpNotifications: 'Mostrar notificaciones emergentes',
|
|
1123
|
+
noNotifications: 'Sin notificaciones',
|
|
1124
|
+
failedToLoadNotifications: 'Error al cargar las notificaciones',
|
|
1125
|
+
repeat: 'Repetir'
|
|
923
1126
|
}
|
|
924
1127
|
};
|
|
925
1128
|
|
|
@@ -969,45 +1172,45 @@ const ptBRLocaleData = {
|
|
|
969
1172
|
},
|
|
970
1173
|
filterBar: {
|
|
971
1174
|
reset: {
|
|
972
|
-
buttonName: '
|
|
1175
|
+
buttonName: 'Reconfigurar'
|
|
973
1176
|
},
|
|
974
1177
|
search: {
|
|
975
|
-
tooltip: '
|
|
976
|
-
placeholder: '
|
|
1178
|
+
tooltip: 'Buscar',
|
|
1179
|
+
placeholder: 'Buscar'
|
|
977
1180
|
},
|
|
978
1181
|
filters: {
|
|
979
1182
|
defaultName: 'Filtros',
|
|
980
|
-
saveNewFilterTooltip: '
|
|
981
|
-
searchPlaceholder: '
|
|
1183
|
+
saveNewFilterTooltip: 'Salve o filtro novo',
|
|
1184
|
+
searchPlaceholder: 'Buscar',
|
|
982
1185
|
searchEmptyResult: 'Nada encontrado',
|
|
983
|
-
saveAsNewFilter: '
|
|
984
|
-
saveChanges: '
|
|
985
|
-
saveAsNew: '
|
|
1186
|
+
saveAsNewFilter: 'Salve o filtro novo',
|
|
1187
|
+
saveChanges: 'Salve as mudanças',
|
|
1188
|
+
saveAsNew: 'Salve como novo',
|
|
986
1189
|
change: 'Editar',
|
|
987
|
-
resetChanges: '
|
|
988
|
-
remove: '
|
|
1190
|
+
resetChanges: 'Reconfigurar',
|
|
1191
|
+
remove: 'Deletar',
|
|
989
1192
|
name: 'Nome',
|
|
990
|
-
error: '
|
|
991
|
-
errorHint: '
|
|
1193
|
+
error: 'A busca com esse nome já existe',
|
|
1194
|
+
errorHint: 'O filtro não pôde ser salvo. Tente de novo ou entre em contato com o administrador.',
|
|
992
1195
|
saveButton: 'Salvar',
|
|
993
1196
|
cancelButton: 'Cancelar'
|
|
994
1197
|
},
|
|
995
1198
|
add: {
|
|
996
|
-
tooltip: 'Adicionar
|
|
1199
|
+
tooltip: 'Adicionar filtros'
|
|
997
1200
|
},
|
|
998
1201
|
pipe: {
|
|
999
1202
|
clearButtonTooltip: 'Apagar',
|
|
1000
|
-
removeButtonTooltip: '
|
|
1203
|
+
removeButtonTooltip: 'Deletar',
|
|
1001
1204
|
applyButton: 'Aplicar',
|
|
1002
1205
|
emptySearchResult: 'Nada encontrado',
|
|
1003
|
-
selectAll: 'Selecionar
|
|
1206
|
+
selectAll: 'Selecionar todos'
|
|
1004
1207
|
},
|
|
1005
1208
|
datePipe: {
|
|
1006
|
-
customPeriod: '
|
|
1209
|
+
customPeriod: 'Selecionar período',
|
|
1007
1210
|
customPeriodFrom: 'de',
|
|
1008
1211
|
customPeriodTo: 'até',
|
|
1009
|
-
customPeriodErrorHint: 'O
|
|
1010
|
-
backToPeriodSelection: '
|
|
1212
|
+
customPeriodErrorHint: 'O período não pode começar depois de quando acaba',
|
|
1213
|
+
backToPeriodSelection: 'Voltar à seleção de período'
|
|
1011
1214
|
}
|
|
1012
1215
|
},
|
|
1013
1216
|
clampedText: {
|
|
@@ -1019,6 +1222,110 @@ const ptBRLocaleData = {
|
|
|
1019
1222
|
pinButton: 'Deixar expandido',
|
|
1020
1223
|
collapseButton: 'Recolher'
|
|
1021
1224
|
}
|
|
1225
|
+
},
|
|
1226
|
+
searchExpandable: {
|
|
1227
|
+
tooltip: 'Pesquisar',
|
|
1228
|
+
placeholder: 'Pesquisar'
|
|
1229
|
+
},
|
|
1230
|
+
appSwitcher: {
|
|
1231
|
+
searchPlaceholder: 'Pesquisar',
|
|
1232
|
+
searchEmptyResult: 'Nada encontrado',
|
|
1233
|
+
sitesHeader: 'Outros sites'
|
|
1234
|
+
},
|
|
1235
|
+
timeRange: {
|
|
1236
|
+
title: {
|
|
1237
|
+
for: 'para',
|
|
1238
|
+
placeholder: 'Selecione o período'
|
|
1239
|
+
},
|
|
1240
|
+
editor: {
|
|
1241
|
+
from: 'de',
|
|
1242
|
+
to: 'até',
|
|
1243
|
+
apply: 'Aplicar',
|
|
1244
|
+
cancel: 'Cancelar',
|
|
1245
|
+
rangeLabel: 'para o período',
|
|
1246
|
+
allTime: 'por todo o tempo',
|
|
1247
|
+
currentQuarter: 'pelo trimestre atual',
|
|
1248
|
+
currentYear: 'pelo ano atual'
|
|
1249
|
+
},
|
|
1250
|
+
durationTemplate: {
|
|
1251
|
+
title: {
|
|
1252
|
+
SEPARATOR: ' e ',
|
|
1253
|
+
LAST_PART_SEPARATOR: '',
|
|
1254
|
+
YEARS: `{years, plural,
|
|
1255
|
+
one {# ano}
|
|
1256
|
+
other {últimos # anos}
|
|
1257
|
+
}`,
|
|
1258
|
+
MONTHS: `{months, plural,
|
|
1259
|
+
one {último mês}
|
|
1260
|
+
other {últimos # meses}
|
|
1261
|
+
}`,
|
|
1262
|
+
WEEKS: `{weeks, plural,
|
|
1263
|
+
one {última semana}
|
|
1264
|
+
other {últimas # semanas}
|
|
1265
|
+
}`,
|
|
1266
|
+
DAYS: `{days, plural,
|
|
1267
|
+
one {último dia}
|
|
1268
|
+
other {últimos # dias}
|
|
1269
|
+
}`,
|
|
1270
|
+
HOURS: `{hours, plural,
|
|
1271
|
+
one {última hora}
|
|
1272
|
+
other {últimas # horas}
|
|
1273
|
+
}`,
|
|
1274
|
+
MINUTES: `{minutes, plural,
|
|
1275
|
+
one {último minuto}
|
|
1276
|
+
other {últimos # minutos}
|
|
1277
|
+
}`,
|
|
1278
|
+
SECONDS: `{seconds, plural,
|
|
1279
|
+
one {último segundo}
|
|
1280
|
+
other {últimos # segundos}
|
|
1281
|
+
}`,
|
|
1282
|
+
YEARS_FRACTION: `{years} anos`,
|
|
1283
|
+
MONTHS_FRACTION: `{months} meses`
|
|
1284
|
+
},
|
|
1285
|
+
option: {
|
|
1286
|
+
SEPARATOR: ' e ',
|
|
1287
|
+
LAST_PART_SEPARATOR: '',
|
|
1288
|
+
YEARS: `{years, plural,
|
|
1289
|
+
one {# ano}
|
|
1290
|
+
other {últimos # anos}
|
|
1291
|
+
}`,
|
|
1292
|
+
MONTHS: `{months, plural,
|
|
1293
|
+
one {último mês}
|
|
1294
|
+
other {últimos # meses}
|
|
1295
|
+
}`,
|
|
1296
|
+
WEEKS: `{weeks, plural,
|
|
1297
|
+
one {última semana}
|
|
1298
|
+
other {últimas # semanas}
|
|
1299
|
+
}`,
|
|
1300
|
+
DAYS: `{days, plural,
|
|
1301
|
+
one {último dia}
|
|
1302
|
+
other {últimos # dias}
|
|
1303
|
+
}`,
|
|
1304
|
+
HOURS: `{hours, plural,
|
|
1305
|
+
one {última hora}
|
|
1306
|
+
other {últimas # horas}
|
|
1307
|
+
}`,
|
|
1308
|
+
MINUTES: `{minutes, plural,
|
|
1309
|
+
one {último minuto}
|
|
1310
|
+
other {últimos # minutos}
|
|
1311
|
+
}`,
|
|
1312
|
+
SECONDS: `{seconds, plural,
|
|
1313
|
+
one {último segundo}
|
|
1314
|
+
other {últimos # segundos}
|
|
1315
|
+
}`,
|
|
1316
|
+
YEARS_FRACTION: `{years} anos`,
|
|
1317
|
+
MONTHS_FRACTION: `{months} meses`
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1321
|
+
notificationCenter: {
|
|
1322
|
+
notifications: 'Notificações',
|
|
1323
|
+
remove: 'Remover',
|
|
1324
|
+
doNotDisturb: 'Não perturbe',
|
|
1325
|
+
showPopUpNotifications: 'Mostrar notificações pop-up',
|
|
1326
|
+
noNotifications: 'Sem notificações',
|
|
1327
|
+
failedToLoadNotifications: 'Falha ao carregar notificações',
|
|
1328
|
+
repeat: 'Repetir'
|
|
1022
1329
|
}
|
|
1023
1330
|
};
|
|
1024
1331
|
|
|
@@ -1119,6 +1426,124 @@ const ruRULocaleData = {
|
|
|
1119
1426
|
pinButton: 'Оставить развернутым',
|
|
1120
1427
|
collapseButton: 'Свернуть'
|
|
1121
1428
|
}
|
|
1429
|
+
},
|
|
1430
|
+
searchExpandable: {
|
|
1431
|
+
tooltip: 'Поиск',
|
|
1432
|
+
placeholder: 'Поиск'
|
|
1433
|
+
},
|
|
1434
|
+
appSwitcher: {
|
|
1435
|
+
searchPlaceholder: 'Поиск',
|
|
1436
|
+
searchEmptyResult: 'Ничего не найдено',
|
|
1437
|
+
sitesHeader: 'Другие площадки'
|
|
1438
|
+
},
|
|
1439
|
+
timeRange: {
|
|
1440
|
+
title: {
|
|
1441
|
+
for: 'за',
|
|
1442
|
+
placeholder: 'Выберите период'
|
|
1443
|
+
},
|
|
1444
|
+
editor: {
|
|
1445
|
+
from: 'с',
|
|
1446
|
+
to: 'по',
|
|
1447
|
+
apply: 'Применить',
|
|
1448
|
+
cancel: 'Отмена',
|
|
1449
|
+
rangeLabel: 'за период',
|
|
1450
|
+
allTime: 'за все время',
|
|
1451
|
+
currentQuarter: 'за текущий квартал',
|
|
1452
|
+
currentYear: 'за текущий год'
|
|
1453
|
+
},
|
|
1454
|
+
durationTemplate: {
|
|
1455
|
+
title: {
|
|
1456
|
+
SEPARATOR: ' ',
|
|
1457
|
+
LAST_PART_SEPARATOR: 'и',
|
|
1458
|
+
YEARS: `{years, plural,
|
|
1459
|
+
one {# год}
|
|
1460
|
+
few {последние # лет}
|
|
1461
|
+
other {последние # лет}
|
|
1462
|
+
}`,
|
|
1463
|
+
MONTHS: `{months, plural,
|
|
1464
|
+
one {последний месяц}
|
|
1465
|
+
few {последние # месяца}
|
|
1466
|
+
other {последние # месяцев}
|
|
1467
|
+
}`,
|
|
1468
|
+
WEEKS: `{weeks, plural,
|
|
1469
|
+
one {последнюю неделю}
|
|
1470
|
+
few {последние # недели}
|
|
1471
|
+
other {последние # недель}
|
|
1472
|
+
}`,
|
|
1473
|
+
DAYS: `{days, plural,
|
|
1474
|
+
one {последний день}
|
|
1475
|
+
few {последние # дня}
|
|
1476
|
+
other {последние # дней}
|
|
1477
|
+
}`,
|
|
1478
|
+
HOURS: `{hours, plural,
|
|
1479
|
+
one {последний час}
|
|
1480
|
+
few {последние # часа}
|
|
1481
|
+
other {последние # часов}
|
|
1482
|
+
}`,
|
|
1483
|
+
MINUTES: `{minutes, plural,
|
|
1484
|
+
one {последнюю минуту}
|
|
1485
|
+
few {последние # минуты}
|
|
1486
|
+
other {последние # минут}
|
|
1487
|
+
}`,
|
|
1488
|
+
SECONDS: `{seconds, plural,
|
|
1489
|
+
one {последнюю секунду}
|
|
1490
|
+
few {последние # секунды}
|
|
1491
|
+
other {последние # секунд}
|
|
1492
|
+
}`,
|
|
1493
|
+
YEARS_FRACTION: `{years} лет`,
|
|
1494
|
+
MONTHS_FRACTION: `{months} месяцев`
|
|
1495
|
+
},
|
|
1496
|
+
option: {
|
|
1497
|
+
SEPARATOR: ' ',
|
|
1498
|
+
LAST_PART_SEPARATOR: 'и',
|
|
1499
|
+
YEARS: `{years, plural,
|
|
1500
|
+
one {последний год}
|
|
1501
|
+
few {последние # лет}
|
|
1502
|
+
other {последние # лет}
|
|
1503
|
+
}`,
|
|
1504
|
+
MONTHS: `{months, plural,
|
|
1505
|
+
one {последний месяц}
|
|
1506
|
+
few {последние # месяца}
|
|
1507
|
+
other {последние # месяцев}
|
|
1508
|
+
}`,
|
|
1509
|
+
WEEKS: `{weeks, plural,
|
|
1510
|
+
one {последняя неделя}
|
|
1511
|
+
few {последние # недели}
|
|
1512
|
+
other {последние # недель}
|
|
1513
|
+
}`,
|
|
1514
|
+
DAYS: `{days, plural,
|
|
1515
|
+
one {последний день}
|
|
1516
|
+
few {последние # дня}
|
|
1517
|
+
other {последние # дней}
|
|
1518
|
+
}`,
|
|
1519
|
+
HOURS: `{hours, plural,
|
|
1520
|
+
one {последний час}
|
|
1521
|
+
few {последние # часа}
|
|
1522
|
+
other {последние # часов}
|
|
1523
|
+
}`,
|
|
1524
|
+
MINUTES: `{minutes, plural,
|
|
1525
|
+
one {последняя минута}
|
|
1526
|
+
few {последние # минуты}
|
|
1527
|
+
other {последние # минут}
|
|
1528
|
+
}`,
|
|
1529
|
+
SECONDS: `{seconds, plural,
|
|
1530
|
+
one {последняя секунда}
|
|
1531
|
+
few {последние # секунды}
|
|
1532
|
+
other {последние # секунд}
|
|
1533
|
+
}`,
|
|
1534
|
+
YEARS_FRACTION: `{years} лет`,
|
|
1535
|
+
MONTHS_FRACTION: `{months} месяцев`
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
1538
|
+
},
|
|
1539
|
+
notificationCenter: {
|
|
1540
|
+
notifications: 'Уведомления',
|
|
1541
|
+
remove: 'Удалить',
|
|
1542
|
+
doNotDisturb: 'Не беспокоить',
|
|
1543
|
+
showPopUpNotifications: 'Показывать всплывающие уведомления',
|
|
1544
|
+
noNotifications: 'Нет уведомлений',
|
|
1545
|
+
failedToLoadNotifications: 'Не удалось загрузить уведомления',
|
|
1546
|
+
repeat: 'Повторить'
|
|
1122
1547
|
}
|
|
1123
1548
|
};
|
|
1124
1549
|
|
|
@@ -1169,7 +1594,7 @@ const tkTMLocaleData = {
|
|
|
1169
1594
|
},
|
|
1170
1595
|
filterBar: {
|
|
1171
1596
|
reset: {
|
|
1172
|
-
buttonName: 'Täzeden
|
|
1597
|
+
buttonName: 'Täzeden düz'
|
|
1173
1598
|
},
|
|
1174
1599
|
search: {
|
|
1175
1600
|
tooltip: 'Gözleg',
|
|
@@ -1177,37 +1602,37 @@ const tkTMLocaleData = {
|
|
|
1177
1602
|
},
|
|
1178
1603
|
filters: {
|
|
1179
1604
|
defaultName: 'Filtrler',
|
|
1180
|
-
saveNewFilterTooltip: 'Täze filtri
|
|
1605
|
+
saveNewFilterTooltip: 'Täze filtri ýazdyr',
|
|
1181
1606
|
searchPlaceholder: 'Gözleg',
|
|
1182
1607
|
searchEmptyResult: 'Hiç zat tapylmady',
|
|
1183
|
-
saveAsNewFilter: 'Täze filtr hökmünde
|
|
1184
|
-
saveChanges: 'Üýtgetmeleri
|
|
1185
|
-
saveAsNew: 'Täze hökmünde
|
|
1186
|
-
change: '
|
|
1187
|
-
resetChanges: '
|
|
1188
|
-
remove: '
|
|
1189
|
-
name: '
|
|
1190
|
-
error: '
|
|
1191
|
-
errorHint: 'Filtri
|
|
1192
|
-
saveButton: '
|
|
1193
|
-
cancelButton: '
|
|
1608
|
+
saveAsNewFilter: 'Täze filtr hökmünde ýazdyr',
|
|
1609
|
+
saveChanges: 'Üýtgetmeleri ýazdyr',
|
|
1610
|
+
saveAsNew: 'Täze hökmünde ýazdyr',
|
|
1611
|
+
change: 'Düzet',
|
|
1612
|
+
resetChanges: 'Täzeden düz',
|
|
1613
|
+
remove: 'Poz',
|
|
1614
|
+
name: 'At',
|
|
1615
|
+
error: 'Şeýle atly gözleg eýýäm bar',
|
|
1616
|
+
errorHint: 'Filtri ýazdyryp bolmady. Täzeden synanyň ýa-da administratora ýüz tutuň.',
|
|
1617
|
+
saveButton: 'Ýazdyr',
|
|
1618
|
+
cancelButton: 'Ýatyr'
|
|
1194
1619
|
},
|
|
1195
1620
|
add: {
|
|
1196
|
-
tooltip: 'Filtr
|
|
1621
|
+
tooltip: 'Filtr goş'
|
|
1197
1622
|
},
|
|
1198
1623
|
pipe: {
|
|
1199
|
-
clearButtonTooltip: '
|
|
1200
|
-
removeButtonTooltip: '
|
|
1201
|
-
applyButton: '
|
|
1624
|
+
clearButtonTooltip: 'Arassala',
|
|
1625
|
+
removeButtonTooltip: 'Ýokla',
|
|
1626
|
+
applyButton: 'Ulan',
|
|
1202
1627
|
emptySearchResult: 'Hiç zat tapylmady',
|
|
1203
|
-
selectAll: '
|
|
1628
|
+
selectAll: 'Ählisini saýla'
|
|
1204
1629
|
},
|
|
1205
1630
|
datePipe: {
|
|
1206
|
-
customPeriod: '
|
|
1207
|
-
customPeriodFrom: '
|
|
1208
|
-
customPeriodTo: '
|
|
1209
|
-
customPeriodErrorHint: '
|
|
1210
|
-
backToPeriodSelection: '
|
|
1631
|
+
customPeriod: 'Laýyk döwür',
|
|
1632
|
+
customPeriodFrom: 'başy',
|
|
1633
|
+
customPeriodTo: 'soňy',
|
|
1634
|
+
customPeriodErrorHint: 'Döwür gutarýan wagtyndan soň başlap bilmeýär',
|
|
1635
|
+
backToPeriodSelection: 'Döwri saýlamaga dolan'
|
|
1211
1636
|
}
|
|
1212
1637
|
},
|
|
1213
1638
|
clampedText: {
|
|
@@ -1219,105 +1644,110 @@ const tkTMLocaleData = {
|
|
|
1219
1644
|
pinButton: 'Rugsat giňeldildi',
|
|
1220
1645
|
collapseButton: 'Apseykylmak'
|
|
1221
1646
|
}
|
|
1222
|
-
}
|
|
1223
|
-
};
|
|
1224
|
-
|
|
1225
|
-
const zhCNLocaleData = {
|
|
1226
|
-
select: { hiddenItemsText: '另外 {{ number }} 个' },
|
|
1227
|
-
datepicker: {
|
|
1228
|
-
placeholder: '年/月/日'
|
|
1229
|
-
},
|
|
1230
|
-
timepicker: {
|
|
1231
|
-
placeholder: {
|
|
1232
|
-
full: '时:分:秒',
|
|
1233
|
-
short: '时:分'
|
|
1234
|
-
}
|
|
1235
|
-
},
|
|
1236
|
-
fileUpload: {
|
|
1237
|
-
single: {
|
|
1238
|
-
captionText: '将文件拖到此处或{{ browseLink }}',
|
|
1239
|
-
browseLink: '选择'
|
|
1240
|
-
},
|
|
1241
|
-
multiple: {
|
|
1242
|
-
captionText: '拖到此处或{{ browseLink }}',
|
|
1243
|
-
captionTextWhenSelected: '拖动更多文件或{{ browseLink }}',
|
|
1244
|
-
captionTextForCompactSize: '拖动文件或{{ browseLink }}',
|
|
1245
|
-
browseLink: '选择',
|
|
1246
|
-
title: '上传文件',
|
|
1247
|
-
gridHeaders: {
|
|
1248
|
-
file: '文件',
|
|
1249
|
-
size: '大小'
|
|
1250
|
-
}
|
|
1251
|
-
}
|
|
1252
1647
|
},
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
downloadTooltip: '下载',
|
|
1257
|
-
copiedTooltip: '✓已复制',
|
|
1258
|
-
copyTooltip: '复制',
|
|
1259
|
-
viewAllText: '显示全部',
|
|
1260
|
-
viewLessText: '显示部分',
|
|
1261
|
-
openExternalSystemTooltip: '在外部系统中打开'
|
|
1648
|
+
searchExpandable: {
|
|
1649
|
+
tooltip: 'Gözleg',
|
|
1650
|
+
placeholder: 'Gözleg'
|
|
1262
1651
|
},
|
|
1263
|
-
|
|
1264
|
-
searchPlaceholder: '
|
|
1652
|
+
appSwitcher: {
|
|
1653
|
+
searchPlaceholder: 'Gözleg',
|
|
1654
|
+
searchEmptyResult: 'Hiç zat tapylmady',
|
|
1655
|
+
sitesHeader: 'Beýleki saýtlar'
|
|
1265
1656
|
},
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
reset: {
|
|
1271
|
-
buttonName: '重置'
|
|
1657
|
+
timeRange: {
|
|
1658
|
+
title: {
|
|
1659
|
+
for: 'soňky',
|
|
1660
|
+
placeholder: 'Möhleti saýla'
|
|
1272
1661
|
},
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1662
|
+
editor: {
|
|
1663
|
+
from: 'şundan',
|
|
1664
|
+
to: 'şuňa',
|
|
1665
|
+
apply: 'Ulanmak',
|
|
1666
|
+
cancel: 'Ýatyrmak',
|
|
1667
|
+
rangeLabel: 'şu döwürde',
|
|
1668
|
+
allTime: 'hemme döwür üçin',
|
|
1669
|
+
currentQuarter: 'şu çärýek üçin',
|
|
1670
|
+
currentYear: 'şu ýyl üçin'
|
|
1276
1671
|
},
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1672
|
+
durationTemplate: {
|
|
1673
|
+
title: {
|
|
1674
|
+
SEPARATOR: ' ',
|
|
1675
|
+
LAST_PART_SEPARATOR: '',
|
|
1676
|
+
YEARS: `{years, plural,
|
|
1677
|
+
one {# ýyl}
|
|
1678
|
+
other {# ýyl}
|
|
1679
|
+
}`,
|
|
1680
|
+
MONTHS: `{months, plural,
|
|
1681
|
+
one {aý}
|
|
1682
|
+
other {# aý}
|
|
1683
|
+
}`,
|
|
1684
|
+
WEEKS: `{weeks, plural,
|
|
1685
|
+
one {hepde}
|
|
1686
|
+
other {# hepde}
|
|
1687
|
+
}`,
|
|
1688
|
+
DAYS: `{days, plural,
|
|
1689
|
+
one {gün}
|
|
1690
|
+
other {# gün}
|
|
1691
|
+
}`,
|
|
1692
|
+
HOURS: `{hours, plural,
|
|
1693
|
+
one {sagat}
|
|
1694
|
+
other {# sagat}
|
|
1695
|
+
}`,
|
|
1696
|
+
MINUTES: `{minutes, plural,
|
|
1697
|
+
one {minut}
|
|
1698
|
+
other {# minut}
|
|
1699
|
+
}`,
|
|
1700
|
+
SECONDS: `{seconds, plural,
|
|
1701
|
+
one {sekunt}
|
|
1702
|
+
other {# sekunt}
|
|
1703
|
+
}`,
|
|
1704
|
+
YEARS_FRACTION: `{years} ýyl`,
|
|
1705
|
+
MONTHS_FRACTION: `{months} aý`
|
|
1706
|
+
},
|
|
1707
|
+
option: {
|
|
1708
|
+
SEPARATOR: ' ',
|
|
1709
|
+
LAST_PART_SEPARATOR: '',
|
|
1710
|
+
YEARS: `{years, plural,
|
|
1711
|
+
one {# ýyl}
|
|
1712
|
+
other {# ýyl}
|
|
1713
|
+
}`,
|
|
1714
|
+
MONTHS: `{months, plural,
|
|
1715
|
+
one {aý}
|
|
1716
|
+
other {# aý}
|
|
1717
|
+
}`,
|
|
1718
|
+
WEEKS: `{weeks, plural,
|
|
1719
|
+
one {hepde}
|
|
1720
|
+
other {# hepde}
|
|
1721
|
+
}`,
|
|
1722
|
+
DAYS: `{days, plural,
|
|
1723
|
+
one {gün}
|
|
1724
|
+
other {# gün}
|
|
1725
|
+
}`,
|
|
1726
|
+
HOURS: `{hours, plural,
|
|
1727
|
+
one {sagat}
|
|
1728
|
+
other {# sagat}
|
|
1729
|
+
}`,
|
|
1730
|
+
MINUTES: `{minutes, plural,
|
|
1731
|
+
one {minut}
|
|
1732
|
+
other {# minut}
|
|
1733
|
+
}`,
|
|
1734
|
+
SECONDS: `{seconds, plural,
|
|
1735
|
+
one {sekunt}
|
|
1736
|
+
other {# sekunt}
|
|
1737
|
+
}`,
|
|
1738
|
+
YEARS_FRACTION: `{years} ýyl`,
|
|
1739
|
+
MONTHS_FRACTION: `{months} aý`
|
|
1740
|
+
}
|
|
1310
1741
|
}
|
|
1311
1742
|
},
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
}
|
|
1743
|
+
notificationCenter: {
|
|
1744
|
+
notifications: 'Duýduryşlar',
|
|
1745
|
+
remove: 'Aýyr',
|
|
1746
|
+
doNotDisturb: 'Alada etme',
|
|
1747
|
+
showPopUpNotifications: 'Açylýan bildirişleri görkeziň',
|
|
1748
|
+
noNotifications: 'Duýduryş ýok',
|
|
1749
|
+
failedToLoadNotifications: 'Duýduryşlary ýükläp bilmedi',
|
|
1750
|
+
repeat: 'Gaýtalama'
|
|
1321
1751
|
}
|
|
1322
1752
|
};
|
|
1323
1753
|
|
|
@@ -1398,43 +1828,6 @@ const esLAFormattersData = {
|
|
|
1398
1828
|
}
|
|
1399
1829
|
}
|
|
1400
1830
|
};
|
|
1401
|
-
const faIRFormattersData = {
|
|
1402
|
-
formatters: {
|
|
1403
|
-
number: {
|
|
1404
|
-
rounding: {
|
|
1405
|
-
separator: ' ',
|
|
1406
|
-
groupSeparator: '٫',
|
|
1407
|
-
thousand: 'هزار',
|
|
1408
|
-
million: 'میلیون',
|
|
1409
|
-
billion: 'م',
|
|
1410
|
-
trillion: 'تریلیون',
|
|
1411
|
-
rtl: true
|
|
1412
|
-
}
|
|
1413
|
-
}
|
|
1414
|
-
},
|
|
1415
|
-
input: {
|
|
1416
|
-
number: {
|
|
1417
|
-
groupSeparator: ['\u066C'],
|
|
1418
|
-
fractionSeparator: '\u066B'
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
sizeUnits: {
|
|
1422
|
-
defaultUnitSystem: 'SI',
|
|
1423
|
-
defaultPrecision: 2,
|
|
1424
|
-
unitSystems: {
|
|
1425
|
-
SI: {
|
|
1426
|
-
abbreviations: ['B', 'KB', 'MB', 'GB', 'TB'],
|
|
1427
|
-
base: 10,
|
|
1428
|
-
power: 3
|
|
1429
|
-
},
|
|
1430
|
-
IEC: {
|
|
1431
|
-
abbreviations: ['B', 'KiB', 'MiB', 'GiB', 'TiB'],
|
|
1432
|
-
base: 2,
|
|
1433
|
-
power: 10
|
|
1434
|
-
}
|
|
1435
|
-
}
|
|
1436
|
-
}
|
|
1437
|
-
};
|
|
1438
1831
|
const ptBRFormattersData = {
|
|
1439
1832
|
formatters: {
|
|
1440
1833
|
number: {
|
|
@@ -1513,41 +1906,6 @@ const ruRUFormattersData = {
|
|
|
1513
1906
|
}
|
|
1514
1907
|
}
|
|
1515
1908
|
};
|
|
1516
|
-
const zhCNFormattersData = {
|
|
1517
|
-
formatters: {
|
|
1518
|
-
number: {
|
|
1519
|
-
rounding: {
|
|
1520
|
-
separator: ' ',
|
|
1521
|
-
groupSeparator: '.',
|
|
1522
|
-
tenThousand: '万',
|
|
1523
|
-
oneHundredMillions: '亿',
|
|
1524
|
-
trillion: '兆'
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
input: {
|
|
1529
|
-
number: {
|
|
1530
|
-
groupSeparator: [','],
|
|
1531
|
-
fractionSeparator: '.'
|
|
1532
|
-
}
|
|
1533
|
-
},
|
|
1534
|
-
sizeUnits: {
|
|
1535
|
-
defaultUnitSystem: 'SI',
|
|
1536
|
-
defaultPrecision: 2,
|
|
1537
|
-
unitSystems: {
|
|
1538
|
-
SI: {
|
|
1539
|
-
abbreviations: ['B', 'KB', 'MB', 'GB', 'TB'],
|
|
1540
|
-
base: 10,
|
|
1541
|
-
power: 3
|
|
1542
|
-
},
|
|
1543
|
-
IEC: {
|
|
1544
|
-
abbreviations: ['B', 'KiB', 'MiB', 'GiB', 'TiB'],
|
|
1545
|
-
base: 2,
|
|
1546
|
-
power: 10
|
|
1547
|
-
}
|
|
1548
|
-
}
|
|
1549
|
-
}
|
|
1550
|
-
};
|
|
1551
1909
|
const tkTMFormattersData = {
|
|
1552
1910
|
formatters: {
|
|
1553
1911
|
number: {
|
|
@@ -1591,19 +1949,15 @@ function KBQ_DEFAULT_LOCALE_DATA_FACTORY() {
|
|
|
1591
1949
|
return {
|
|
1592
1950
|
items: [
|
|
1593
1951
|
{ id: 'en-US', name: 'English' },
|
|
1594
|
-
{ id: 'zh-CN', name: '简体中文' },
|
|
1595
1952
|
{ id: 'es-LA', name: 'Español' },
|
|
1596
1953
|
{ id: 'pt-BR', name: 'Português' },
|
|
1597
1954
|
{ id: 'ru-RU', name: 'Русский' },
|
|
1598
|
-
{ id: 'fa-IR', name: 'فارسی' },
|
|
1599
1955
|
{ id: 'tk-TM', name: 'Türkmen' }
|
|
1600
1956
|
],
|
|
1601
1957
|
'en-US': { ...enUSLocaleData, ...enUSFormattersData },
|
|
1602
|
-
'zh-CN': { ...zhCNLocaleData, ...zhCNFormattersData },
|
|
1603
1958
|
'es-LA': { ...esLALocaleData, ...esLAFormattersData },
|
|
1604
1959
|
'pt-BR': { ...ptBRLocaleData, ...ptBRFormattersData },
|
|
1605
1960
|
'ru-RU': { ...ruRULocaleData, ...ruRUFormattersData },
|
|
1606
|
-
'fa-IR': { ...faIRLocaleData, ...faIRFormattersData },
|
|
1607
1961
|
'tk-TM': { ...tkTMLocaleData, ...tkTMFormattersData }
|
|
1608
1962
|
};
|
|
1609
1963
|
}
|
|
@@ -1657,10 +2011,10 @@ class KbqLocaleService {
|
|
|
1657
2011
|
getParams(componentName) {
|
|
1658
2012
|
return this.current[componentName];
|
|
1659
2013
|
}
|
|
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.
|
|
2014
|
+
/** @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 }); }
|
|
2015
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleService, providedIn: 'root' }); }
|
|
1662
2016
|
}
|
|
1663
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleService, decorators: [{
|
|
1664
2018
|
type: Injectable,
|
|
1665
2019
|
args: [{ providedIn: 'root' }]
|
|
1666
2020
|
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
@@ -1740,13 +2094,13 @@ function checkAndNormalizeLocalizedNumber(num, locale) {
|
|
|
1740
2094
|
}
|
|
1741
2095
|
|
|
1742
2096
|
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.
|
|
2097
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2098
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleServiceModule }); }
|
|
2099
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleServiceModule, providers: [
|
|
1746
2100
|
{ provide: KBQ_LOCALE_SERVICE, useClass: KbqLocaleService }
|
|
1747
2101
|
] }); }
|
|
1748
2102
|
}
|
|
1749
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLocaleServiceModule, decorators: [{
|
|
1750
2104
|
type: NgModule,
|
|
1751
2105
|
args: [{
|
|
1752
2106
|
providers: [
|
|
@@ -1762,10 +2116,10 @@ class DateFormatter extends DateFormatter$1 {
|
|
|
1762
2116
|
this.localeService = inject(KBQ_LOCALE_SERVICE, { optional: true });
|
|
1763
2117
|
this.localeService?.changes.pipe(takeUntilDestroyed()).subscribe((locale) => this.setLocale(locale));
|
|
1764
2118
|
}
|
|
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.
|
|
2119
|
+
/** @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 }); }
|
|
2120
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFormatter }); }
|
|
1767
2121
|
}
|
|
1768
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2122
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DateFormatter, decorators: [{
|
|
1769
2123
|
type: Injectable
|
|
1770
2124
|
}], ctorParameters: () => [{ type: i1.DateAdapter }, { type: undefined, decorators: [{
|
|
1771
2125
|
type: Inject,
|
|
@@ -1783,10 +2137,10 @@ class AbsoluteDateFormatterPipe extends BaseFormatterPipe {
|
|
|
1783
2137
|
const date = this.adapter.deserialize(value);
|
|
1784
2138
|
return date ? this.formatter.absoluteLongDate(date, currYear) : '';
|
|
1785
2139
|
}
|
|
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.
|
|
2140
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2141
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateFormatterPipe, isStandalone: true, name: "absoluteLongDate" }); }
|
|
1788
2142
|
}
|
|
1789
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
|
|
1790
2144
|
type: Pipe,
|
|
1791
2145
|
args: [{
|
|
1792
2146
|
standalone: true,
|
|
@@ -1795,10 +2149,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1795
2149
|
}] });
|
|
1796
2150
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1797
2151
|
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.
|
|
2152
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2153
|
+
/** @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
2154
|
}
|
|
1801
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2155
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, decorators: [{
|
|
1802
2156
|
type: Pipe,
|
|
1803
2157
|
args: [{
|
|
1804
2158
|
standalone: true,
|
|
@@ -1811,10 +2165,10 @@ class AbsoluteDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
1811
2165
|
const date = this.adapter.deserialize(value);
|
|
1812
2166
|
return date ? this.formatter.absoluteLongDateTime(date, options) : '';
|
|
1813
2167
|
}
|
|
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.
|
|
2168
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2169
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, isStandalone: true, name: "absoluteLongDateTime" }); }
|
|
1816
2170
|
}
|
|
1817
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2171
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
|
|
1818
2172
|
type: Pipe,
|
|
1819
2173
|
args: [{
|
|
1820
2174
|
standalone: true,
|
|
@@ -1823,10 +2177,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1823
2177
|
}] });
|
|
1824
2178
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1825
2179
|
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.
|
|
2180
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2181
|
+
/** @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
2182
|
}
|
|
1829
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2183
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, decorators: [{
|
|
1830
2184
|
type: Pipe,
|
|
1831
2185
|
args: [{
|
|
1832
2186
|
standalone: true,
|
|
@@ -1839,10 +2193,10 @@ class AbsoluteDateShortFormatterPipe extends BaseFormatterPipe {
|
|
|
1839
2193
|
const date = this.adapter.deserialize(value);
|
|
1840
2194
|
return date ? this.formatter.absoluteShortDate(date, currYear) : '';
|
|
1841
2195
|
}
|
|
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.
|
|
2196
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2197
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateShortFormatterPipe, isStandalone: true, name: "absoluteShortDate" }); }
|
|
1844
2198
|
}
|
|
1845
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
|
|
1846
2200
|
type: Pipe,
|
|
1847
2201
|
args: [{
|
|
1848
2202
|
standalone: true,
|
|
@@ -1851,10 +2205,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1851
2205
|
}] });
|
|
1852
2206
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1853
2207
|
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.
|
|
2208
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2209
|
+
/** @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
2210
|
}
|
|
1857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2211
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, decorators: [{
|
|
1858
2212
|
type: Pipe,
|
|
1859
2213
|
args: [{
|
|
1860
2214
|
standalone: true,
|
|
@@ -1867,10 +2221,10 @@ class AbsoluteShortDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
1867
2221
|
const date = this.adapter.deserialize(value);
|
|
1868
2222
|
return date ? this.formatter.absoluteShortDateTime(date, options) : '';
|
|
1869
2223
|
}
|
|
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.
|
|
2224
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2225
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, isStandalone: true, name: "absoluteShortDateTime" }); }
|
|
1872
2226
|
}
|
|
1873
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
|
|
1874
2228
|
type: Pipe,
|
|
1875
2229
|
args: [{
|
|
1876
2230
|
standalone: true,
|
|
@@ -1879,10 +2233,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1879
2233
|
}] });
|
|
1880
2234
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1881
2235
|
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.
|
|
2236
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2237
|
+
/** @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
2238
|
}
|
|
1885
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2239
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, decorators: [{
|
|
1886
2240
|
type: Pipe,
|
|
1887
2241
|
args: [{
|
|
1888
2242
|
standalone: true,
|
|
@@ -1895,10 +2249,10 @@ class RelativeDateFormatterPipe extends BaseFormatterPipe {
|
|
|
1895
2249
|
const date = this.adapter.deserialize(value);
|
|
1896
2250
|
return date ? this.formatter.relativeLongDate(date) : '';
|
|
1897
2251
|
}
|
|
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.
|
|
2252
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2253
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateFormatterPipe, isStandalone: true, name: "relativeLongDate" }); }
|
|
1900
2254
|
}
|
|
1901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2255
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
|
|
1902
2256
|
type: Pipe,
|
|
1903
2257
|
args: [{
|
|
1904
2258
|
standalone: true,
|
|
@@ -1907,10 +2261,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1907
2261
|
}] });
|
|
1908
2262
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1909
2263
|
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.
|
|
2264
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2265
|
+
/** @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
2266
|
}
|
|
1913
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2267
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateFormatterImpurePipe, decorators: [{
|
|
1914
2268
|
type: Pipe,
|
|
1915
2269
|
args: [{
|
|
1916
2270
|
standalone: true,
|
|
@@ -1923,10 +2277,10 @@ class RelativeDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
1923
2277
|
const date = this.adapter.deserialize(value);
|
|
1924
2278
|
return date ? this.formatter.relativeLongDateTime(date, options) : '';
|
|
1925
2279
|
}
|
|
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.
|
|
2280
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2281
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateTimeFormatterPipe, isStandalone: true, name: "relativeLongDateTime" }); }
|
|
1928
2282
|
}
|
|
1929
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2283
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
|
|
1930
2284
|
type: Pipe,
|
|
1931
2285
|
args: [{
|
|
1932
2286
|
standalone: true,
|
|
@@ -1935,10 +2289,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1935
2289
|
}] });
|
|
1936
2290
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1937
2291
|
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.
|
|
2292
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2293
|
+
/** @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
2294
|
}
|
|
1941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2295
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, decorators: [{
|
|
1942
2296
|
type: Pipe,
|
|
1943
2297
|
args: [{
|
|
1944
2298
|
standalone: true,
|
|
@@ -1951,10 +2305,10 @@ class RelativeShortDateFormatterPipe extends BaseFormatterPipe {
|
|
|
1951
2305
|
const date = this.adapter.deserialize(value);
|
|
1952
2306
|
return date ? this.formatter.relativeShortDate(date) : '';
|
|
1953
2307
|
}
|
|
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.
|
|
2308
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2309
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateFormatterPipe, isStandalone: true, name: "relativeShortDate" }); }
|
|
1956
2310
|
}
|
|
1957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
|
|
1958
2312
|
type: Pipe,
|
|
1959
2313
|
args: [{
|
|
1960
2314
|
standalone: true,
|
|
@@ -1963,10 +2317,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1963
2317
|
}] });
|
|
1964
2318
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1965
2319
|
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.
|
|
2320
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2321
|
+
/** @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
2322
|
}
|
|
1969
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, decorators: [{
|
|
1970
2324
|
type: Pipe,
|
|
1971
2325
|
args: [{
|
|
1972
2326
|
standalone: true,
|
|
@@ -1979,10 +2333,10 @@ class RelativeShortDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
1979
2333
|
const date = this.adapter.deserialize(value);
|
|
1980
2334
|
return date ? this.formatter.relativeShortDateTime(date, options) : '';
|
|
1981
2335
|
}
|
|
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.
|
|
2336
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2337
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, isStandalone: true, name: "relativeShortDateTime" }); }
|
|
1984
2338
|
}
|
|
1985
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
|
|
1986
2340
|
type: Pipe,
|
|
1987
2341
|
args: [{
|
|
1988
2342
|
standalone: true,
|
|
@@ -1991,10 +2345,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1991
2345
|
}] });
|
|
1992
2346
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1993
2347
|
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.
|
|
2348
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2349
|
+
/** @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
2350
|
}
|
|
1997
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, decorators: [{
|
|
1998
2352
|
type: Pipe,
|
|
1999
2353
|
args: [{
|
|
2000
2354
|
standalone: true,
|
|
@@ -2008,10 +2362,10 @@ class RangeDateFormatterPipe extends BaseFormatterPipe {
|
|
|
2008
2362
|
const date2 = this.adapter.deserialize(value2);
|
|
2009
2363
|
return this.formatter.rangeLongDate(date1, date2);
|
|
2010
2364
|
}
|
|
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.
|
|
2365
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2366
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeDateFormatterPipe, isStandalone: true, name: "rangeLongDate" }); }
|
|
2013
2367
|
}
|
|
2014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
|
|
2015
2369
|
type: Pipe,
|
|
2016
2370
|
args: [{
|
|
2017
2371
|
standalone: true,
|
|
@@ -2020,10 +2374,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2020
2374
|
}] });
|
|
2021
2375
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
2022
2376
|
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.
|
|
2377
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2378
|
+
/** @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
2379
|
}
|
|
2026
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateFormatterImpurePipe, decorators: [{
|
|
2027
2381
|
type: Pipe,
|
|
2028
2382
|
args: [{
|
|
2029
2383
|
standalone: true,
|
|
@@ -2037,10 +2391,10 @@ class RangeShortDateFormatterPipe extends BaseFormatterPipe {
|
|
|
2037
2391
|
const date2 = this.adapter.deserialize(value2);
|
|
2038
2392
|
return this.formatter.rangeShortDate(date1, date2);
|
|
2039
2393
|
}
|
|
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.
|
|
2394
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2395
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateFormatterPipe, isStandalone: true, name: "rangeShortDate" }); }
|
|
2042
2396
|
}
|
|
2043
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
|
|
2044
2398
|
type: Pipe,
|
|
2045
2399
|
args: [{
|
|
2046
2400
|
standalone: true,
|
|
@@ -2049,10 +2403,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2049
2403
|
}] });
|
|
2050
2404
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
2051
2405
|
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.
|
|
2406
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2407
|
+
/** @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
2408
|
}
|
|
2055
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2409
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateFormatterImpurePipe, decorators: [{
|
|
2056
2410
|
type: Pipe,
|
|
2057
2411
|
args: [{
|
|
2058
2412
|
standalone: true,
|
|
@@ -2066,10 +2420,10 @@ class RangeDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
2066
2420
|
const date2 = this.adapter.deserialize(value2);
|
|
2067
2421
|
return this.formatter.rangeLongDateTime(date1, date2, options);
|
|
2068
2422
|
}
|
|
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.
|
|
2423
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2424
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeDateTimeFormatterPipe, isStandalone: true, name: "rangeLongDateTime" }); }
|
|
2071
2425
|
}
|
|
2072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
|
|
2073
2427
|
type: Pipe,
|
|
2074
2428
|
args: [{
|
|
2075
2429
|
standalone: true,
|
|
@@ -2078,10 +2432,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2078
2432
|
}] });
|
|
2079
2433
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
2080
2434
|
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.
|
|
2435
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2436
|
+
/** @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
2437
|
}
|
|
2084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, decorators: [{
|
|
2085
2439
|
type: Pipe,
|
|
2086
2440
|
args: [{
|
|
2087
2441
|
standalone: true,
|
|
@@ -2095,10 +2449,10 @@ class RangeMiddleDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
2095
2449
|
const date2 = this.adapter.deserialize(value2);
|
|
2096
2450
|
return this.formatter.rangeMiddleDateTime(date1, date2, options);
|
|
2097
2451
|
}
|
|
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.
|
|
2452
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2453
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, isStandalone: true, name: "rangeMiddleDateTime" }); }
|
|
2100
2454
|
}
|
|
2101
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
|
|
2102
2456
|
type: Pipe,
|
|
2103
2457
|
args: [{
|
|
2104
2458
|
standalone: true,
|
|
@@ -2107,10 +2461,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2107
2461
|
}] });
|
|
2108
2462
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
2109
2463
|
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.
|
|
2464
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2465
|
+
/** @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
2466
|
}
|
|
2113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, decorators: [{
|
|
2114
2468
|
type: Pipe,
|
|
2115
2469
|
args: [{
|
|
2116
2470
|
standalone: true,
|
|
@@ -2124,10 +2478,10 @@ class RangeShortDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
|
2124
2478
|
const date2 = this.adapter.deserialize(value2);
|
|
2125
2479
|
return this.formatter.rangeShortDateTime(date1, date2, options);
|
|
2126
2480
|
}
|
|
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.
|
|
2481
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2482
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateTimeFormatterPipe, isStandalone: true, name: "rangeShortDateTime" }); }
|
|
2129
2483
|
}
|
|
2130
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2484
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
|
|
2131
2485
|
type: Pipe,
|
|
2132
2486
|
args: [{
|
|
2133
2487
|
standalone: true,
|
|
@@ -2136,10 +2490,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2136
2490
|
}] });
|
|
2137
2491
|
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
2138
2492
|
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.
|
|
2493
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2494
|
+
/** @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
2495
|
}
|
|
2142
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2496
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, decorators: [{
|
|
2143
2497
|
type: Pipe,
|
|
2144
2498
|
args: [{
|
|
2145
2499
|
standalone: true,
|
|
@@ -2222,7 +2576,7 @@ const ROUNDING_UNITS = {
|
|
|
2222
2576
|
trillion: 1e12
|
|
2223
2577
|
};
|
|
2224
2578
|
const intervalsConfig = {
|
|
2225
|
-
supportedLanguages: ['ru-RU', 'en-US', 'es-LA', 'pt-BR'
|
|
2579
|
+
supportedLanguages: ['ru-RU', 'en-US', 'es-LA', 'pt-BR'],
|
|
2226
2580
|
intervals: [
|
|
2227
2581
|
{ startRange: 1, endRange: ROUNDING_UNITS.thousand },
|
|
2228
2582
|
{ startRange: ROUNDING_UNITS.thousand, endRange: ROUNDING_UNITS.tenThousand, precision: 1 },
|
|
@@ -2312,11 +2666,11 @@ class KbqDecimalPipe {
|
|
|
2312
2666
|
grouping === undefined &&
|
|
2313
2667
|
Math.abs(value) < defaultValueForGroupingInRULocale);
|
|
2314
2668
|
}
|
|
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.
|
|
2669
|
+
/** @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 }); }
|
|
2670
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqDecimalPipe, name: "kbqNumber", pure: false }); }
|
|
2671
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqDecimalPipe, providedIn: 'root' }); }
|
|
2318
2672
|
}
|
|
2319
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2673
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqDecimalPipe, decorators: [{
|
|
2320
2674
|
type: Injectable,
|
|
2321
2675
|
args: [{ providedIn: 'root' }]
|
|
2322
2676
|
}, {
|
|
@@ -2381,11 +2735,11 @@ class KbqTableNumberPipe {
|
|
|
2381
2735
|
throw Error(`InvalidPipeArgument: KbqTableNumberPipe for pipe '${JSON.stringify(error.message)}'`);
|
|
2382
2736
|
}
|
|
2383
2737
|
}
|
|
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.
|
|
2738
|
+
/** @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 }); }
|
|
2739
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqTableNumberPipe, name: "kbqTableNumber", pure: false }); }
|
|
2740
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTableNumberPipe, providedIn: 'root' }); }
|
|
2387
2741
|
}
|
|
2388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqTableNumberPipe, decorators: [{
|
|
2389
2743
|
type: Injectable,
|
|
2390
2744
|
args: [{ providedIn: 'root' }]
|
|
2391
2745
|
}, {
|
|
@@ -2498,11 +2852,11 @@ class KbqRoundDecimalPipe {
|
|
|
2498
2852
|
});
|
|
2499
2853
|
return currentUnit;
|
|
2500
2854
|
}
|
|
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.
|
|
2855
|
+
/** @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 }); }
|
|
2856
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqRoundDecimalPipe, name: "kbqRoundNumber", pure: false }); }
|
|
2857
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqRoundDecimalPipe, providedIn: 'root' }); }
|
|
2504
2858
|
}
|
|
2505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqRoundDecimalPipe, decorators: [{
|
|
2506
2860
|
type: Injectable,
|
|
2507
2861
|
args: [{ providedIn: 'root' }]
|
|
2508
2862
|
}, {
|
|
@@ -2609,10 +2963,10 @@ class KbqDataSizePipe {
|
|
|
2609
2963
|
const formattedValue = this.numberPipe?.transform(value, `1.0-${precision}`, locale) || value;
|
|
2610
2964
|
return formattedValue ? `${formattedValue}${this.nonBreakingSpace}${unit}` : '';
|
|
2611
2965
|
}
|
|
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.
|
|
2966
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqDataSizePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
2967
|
+
/** @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
2968
|
}
|
|
2615
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
2969
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqDataSizePipe, decorators: [{
|
|
2616
2970
|
type: Pipe,
|
|
2617
2971
|
args: [{
|
|
2618
2972
|
name: 'kbqDataSize',
|
|
@@ -2622,8 +2976,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2622
2976
|
}], ctorParameters: () => [] });
|
|
2623
2977
|
|
|
2624
2978
|
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.
|
|
2979
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormattersModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2980
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqFormattersModule, declarations: [KbqDecimalPipe,
|
|
2627
2981
|
KbqRoundDecimalPipe,
|
|
2628
2982
|
KbqTableNumberPipe], imports: [AbsoluteDateFormatterPipe,
|
|
2629
2983
|
AbsoluteDateTimeFormatterPipe,
|
|
@@ -2681,9 +3035,9 @@ class KbqFormattersModule {
|
|
|
2681
3035
|
RangeShortDateTimeFormatterImpurePipe,
|
|
2682
3036
|
RangeMiddleDateTimeFormatterImpurePipe,
|
|
2683
3037
|
KbqDataSizePipe] }); }
|
|
2684
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
3038
|
+
/** @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
3039
|
}
|
|
2686
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3040
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormattersModule, decorators: [{
|
|
2687
3041
|
type: NgModule,
|
|
2688
3042
|
args: [{
|
|
2689
3043
|
imports: [
|
|
@@ -2774,10 +3128,10 @@ class KbqFormElement {
|
|
|
2774
3128
|
this.hasLegend = this.element.nativeElement.firstElementChild.classList.contains('kbq-form__legend');
|
|
2775
3129
|
}
|
|
2776
3130
|
}
|
|
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.
|
|
3131
|
+
/** @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 }); }
|
|
3132
|
+
/** @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
3133
|
}
|
|
2780
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3134
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormElement, decorators: [{
|
|
2781
3135
|
type: Directive,
|
|
2782
3136
|
args: [{
|
|
2783
3137
|
selector: '.kbq-form__row, .kbq-form__fieldset, .kbq-form__legend',
|
|
@@ -2803,10 +3157,10 @@ class KbqForm {
|
|
|
2803
3157
|
element.margin = !!(nextElement && !nextElement.hasLegend);
|
|
2804
3158
|
});
|
|
2805
3159
|
}
|
|
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.
|
|
3160
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqForm, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3161
|
+
/** @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
3162
|
}
|
|
2809
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqForm, decorators: [{
|
|
2810
3164
|
type: Directive,
|
|
2811
3165
|
args: [{
|
|
2812
3166
|
selector: '.kbq-form-vertical, .kbq-form-horizontal',
|
|
@@ -2821,13 +3175,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
2821
3175
|
}] } });
|
|
2822
3176
|
|
|
2823
3177
|
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.
|
|
3178
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3179
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqFormsModule, declarations: [KbqForm,
|
|
2826
3180
|
KbqFormElement], exports: [KbqForm,
|
|
2827
3181
|
KbqFormElement] }); }
|
|
2828
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.
|
|
3182
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormsModule }); }
|
|
2829
3183
|
}
|
|
2830
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqFormsModule, decorators: [{
|
|
2831
3185
|
type: NgModule,
|
|
2832
3186
|
args: [{
|
|
2833
3187
|
exports: [
|
|
@@ -3038,20 +3392,20 @@ class KbqHighlightPipe {
|
|
|
3038
3392
|
}
|
|
3039
3393
|
return value.replace(new RegExp(`(${escapeRegExp(args)})`, 'gi'), '<mark class="kbq-highlight">$1</mark>');
|
|
3040
3394
|
}
|
|
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.
|
|
3395
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
3396
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightPipe, name: "mcHighlight" }); }
|
|
3043
3397
|
}
|
|
3044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3398
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightPipe, decorators: [{
|
|
3045
3399
|
type: Pipe,
|
|
3046
3400
|
args: [{ name: 'mcHighlight' }]
|
|
3047
3401
|
}] });
|
|
3048
3402
|
|
|
3049
3403
|
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.
|
|
3404
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3405
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightModule, declarations: [KbqHighlightPipe], imports: [CommonModule], exports: [KbqHighlightPipe] }); }
|
|
3406
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightModule, imports: [CommonModule] }); }
|
|
3053
3407
|
}
|
|
3054
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqHighlightModule, decorators: [{
|
|
3055
3409
|
type: NgModule,
|
|
3056
3410
|
args: [{
|
|
3057
3411
|
imports: [CommonModule],
|
|
@@ -3066,10 +3420,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3066
3420
|
* counted by checking the query list's length.
|
|
3067
3421
|
*/
|
|
3068
3422
|
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.
|
|
3423
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLine, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3424
|
+
/** @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
3425
|
}
|
|
3072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLine, decorators: [{
|
|
3073
3427
|
type: Directive,
|
|
3074
3428
|
args: [{
|
|
3075
3429
|
selector: '[kbq-line], [mcLine]',
|
|
@@ -3115,11 +3469,11 @@ class KbqLineSetter {
|
|
|
3115
3469
|
}
|
|
3116
3470
|
}
|
|
3117
3471
|
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.
|
|
3472
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3473
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqLineModule, declarations: [KbqLine], exports: [KbqLine] }); }
|
|
3474
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLineModule }); }
|
|
3121
3475
|
}
|
|
3122
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3476
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqLineModule, decorators: [{
|
|
3123
3477
|
type: NgModule,
|
|
3124
3478
|
args: [{
|
|
3125
3479
|
imports: [],
|
|
@@ -3131,7 +3485,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3131
3485
|
class KbqRectangleItem {
|
|
3132
3486
|
constructor() {
|
|
3133
3487
|
this.isBrowser = inject(Platform).isBrowser;
|
|
3134
|
-
this.nativeElement =
|
|
3488
|
+
this.nativeElement = kbqInjectNativeElement();
|
|
3135
3489
|
this.window = inject(KBQ_WINDOW);
|
|
3136
3490
|
this.state = new Subject();
|
|
3137
3491
|
}
|
|
@@ -3148,10 +3502,10 @@ class KbqRectangleItem {
|
|
|
3148
3502
|
const { width, marginLeft, marginRight } = this.window.getComputedStyle(this.nativeElement);
|
|
3149
3503
|
return [width, marginLeft, marginRight].reduce((acc, item) => acc + parseInt(item), 0);
|
|
3150
3504
|
}
|
|
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.
|
|
3505
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqRectangleItem, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3506
|
+
/** @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
3507
|
}
|
|
3154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqRectangleItem, decorators: [{
|
|
3155
3509
|
type: Directive,
|
|
3156
3510
|
args: [{
|
|
3157
3511
|
standalone: true,
|
|
@@ -3233,14 +3587,14 @@ class KbqOptionActionComponent {
|
|
|
3233
3587
|
this.option.tooltipTrigger.disabled = true;
|
|
3234
3588
|
setTimeout(() => (this.option.tooltipTrigger.disabled = false));
|
|
3235
3589
|
}
|
|
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.
|
|
3590
|
+
/** @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 }); }
|
|
3591
|
+
/** @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
3592
|
<ng-content select="[kbq-icon]">
|
|
3239
3593
|
<i class="kbq kbq-icon kbq-contrast-fade kbq-ellipsis-vertical_16"></i>
|
|
3240
3594
|
</ng-content>
|
|
3241
3595
|
`, 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
3596
|
}
|
|
3243
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptionActionComponent, decorators: [{
|
|
3244
3598
|
type: Component,
|
|
3245
3599
|
args: [{ selector: 'kbq-option-action', exportAs: 'kbqOptionAction', template: `
|
|
3246
3600
|
<ng-content select="[kbq-icon]">
|
|
@@ -3264,15 +3618,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3264
3618
|
}] } });
|
|
3265
3619
|
|
|
3266
3620
|
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.
|
|
3621
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqActionContainer, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3622
|
+
/** @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
3623
|
<div class="kbq-action-container__gradient"></div>
|
|
3270
3624
|
<div class="kbq-action-container__box">
|
|
3271
3625
|
<ng-content />
|
|
3272
3626
|
</div>
|
|
3273
3627
|
`, 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
3628
|
}
|
|
3275
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3629
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqActionContainer, decorators: [{
|
|
3276
3630
|
type: Component,
|
|
3277
3631
|
args: [{ selector: 'kbq-action-container', exportAs: 'kbqActionContainer', standalone: true, template: `
|
|
3278
3632
|
<div class="kbq-action-container__gradient"></div>
|
|
@@ -3303,10 +3657,10 @@ class KbqOptgroup {
|
|
|
3303
3657
|
this._disabled = value;
|
|
3304
3658
|
}
|
|
3305
3659
|
}
|
|
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.
|
|
3660
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptgroup, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3661
|
+
/** @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
3662
|
}
|
|
3309
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3663
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptgroup, decorators: [{
|
|
3310
3664
|
type: Component,
|
|
3311
3665
|
args: [{ selector: 'kbq-optgroup', exportAs: 'kbqOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
3312
3666
|
class: 'kbq-optgroup',
|
|
@@ -3341,10 +3695,10 @@ class KbqPseudoCheckbox extends KbqColorDirective {
|
|
|
3341
3695
|
this.state = 'unchecked';
|
|
3342
3696
|
this.disabled = false;
|
|
3343
3697
|
}
|
|
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.
|
|
3698
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPseudoCheckbox, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3699
|
+
/** @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
3700
|
}
|
|
3347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3701
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPseudoCheckbox, decorators: [{
|
|
3348
3702
|
type: Component,
|
|
3349
3703
|
args: [{ selector: 'kbq-pseudo-checkbox', host: {
|
|
3350
3704
|
class: 'kbq-pseudo-checkbox',
|
|
@@ -3461,9 +3815,9 @@ class KbqOption extends KbqOptionBase {
|
|
|
3461
3815
|
get active() {
|
|
3462
3816
|
return this._active;
|
|
3463
3817
|
}
|
|
3464
|
-
constructor(
|
|
3818
|
+
constructor(elementRef, changeDetectorRef, parent, group) {
|
|
3465
3819
|
super();
|
|
3466
|
-
this.
|
|
3820
|
+
this.elementRef = elementRef;
|
|
3467
3821
|
this.changeDetectorRef = changeDetectorRef;
|
|
3468
3822
|
this.parent = parent;
|
|
3469
3823
|
this.group = group;
|
|
@@ -3497,9 +3851,13 @@ class KbqOption extends KbqOptionBase {
|
|
|
3497
3851
|
ngOnDestroy() {
|
|
3498
3852
|
this.stateChanges.complete();
|
|
3499
3853
|
}
|
|
3854
|
+
/** @docs-private */
|
|
3500
3855
|
getHeight() {
|
|
3501
|
-
const
|
|
3502
|
-
|
|
3856
|
+
const element = this.elementRef.nativeElement;
|
|
3857
|
+
// For SSR compatibility
|
|
3858
|
+
if (typeof element.getClientRects !== 'function')
|
|
3859
|
+
return 0;
|
|
3860
|
+
return element.getClientRects()[0]?.height ?? 0;
|
|
3503
3861
|
}
|
|
3504
3862
|
select(emitEvent = true) {
|
|
3505
3863
|
if (!this._selected) {
|
|
@@ -3575,17 +3933,17 @@ class KbqOption extends KbqOptionBase {
|
|
|
3575
3933
|
return this.disabled ? '-1' : '0';
|
|
3576
3934
|
}
|
|
3577
3935
|
getHostElement() {
|
|
3578
|
-
return this.
|
|
3936
|
+
return this.elementRef.nativeElement;
|
|
3579
3937
|
}
|
|
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.
|
|
3938
|
+
/** @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 }); }
|
|
3939
|
+
/** @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
3940
|
{
|
|
3583
3941
|
provide: KBQ_TITLE_TEXT_REF,
|
|
3584
3942
|
useExisting: KbqOption
|
|
3585
3943
|
}
|
|
3586
3944
|
], 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
3945
|
}
|
|
3588
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
3946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOption, decorators: [{
|
|
3589
3947
|
type: Component,
|
|
3590
3948
|
args: [{ selector: 'kbq-option', exportAs: 'kbqOption', host: {
|
|
3591
3949
|
'[attr.tabindex]': 'getTabIndex()',
|
|
@@ -3677,11 +4035,11 @@ var MultipleMode;
|
|
|
3677
4035
|
})(MultipleMode || (MultipleMode = {}));
|
|
3678
4036
|
|
|
3679
4037
|
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.
|
|
4038
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPseudoCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4039
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: KbqPseudoCheckboxModule, declarations: [KbqPseudoCheckbox], imports: [CommonModule], exports: [KbqPseudoCheckbox] }); }
|
|
4040
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPseudoCheckboxModule, imports: [CommonModule] }); }
|
|
3683
4041
|
}
|
|
3684
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4042
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPseudoCheckboxModule, decorators: [{
|
|
3685
4043
|
type: NgModule,
|
|
3686
4044
|
args: [{
|
|
3687
4045
|
imports: [CommonModule],
|
|
@@ -3691,11 +4049,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
3691
4049
|
}] });
|
|
3692
4050
|
|
|
3693
4051
|
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.
|
|
4052
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4053
|
+
/** @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] }); }
|
|
4054
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptionModule, imports: [KbqPseudoCheckboxModule] }); }
|
|
3697
4055
|
}
|
|
3698
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4056
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqOptionModule, decorators: [{
|
|
3699
4057
|
type: NgModule,
|
|
3700
4058
|
args: [{
|
|
3701
4059
|
imports: [KbqPseudoCheckboxModule],
|
|
@@ -3985,6 +4343,7 @@ var PopUpTriggers;
|
|
|
3985
4343
|
PopUpTriggers["Focus"] = "focus";
|
|
3986
4344
|
PopUpTriggers["Hover"] = "hover";
|
|
3987
4345
|
PopUpTriggers["Keydown"] = "keydown";
|
|
4346
|
+
PopUpTriggers["Program"] = "program";
|
|
3988
4347
|
})(PopUpTriggers || (PopUpTriggers = {}));
|
|
3989
4348
|
var PopUpSizes;
|
|
3990
4349
|
(function (PopUpSizes) {
|
|
@@ -4113,10 +4472,10 @@ class KbqPopUp {
|
|
|
4113
4472
|
addEventListenerForHide() {
|
|
4114
4473
|
this.elementRef.nativeElement.addEventListener('mouseleave', () => this.hide(0));
|
|
4115
4474
|
}
|
|
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.
|
|
4475
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPopUp, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4476
|
+
/** @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
4477
|
}
|
|
4119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4478
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPopUp, decorators: [{
|
|
4120
4479
|
type: Directive,
|
|
4121
4480
|
args: [{
|
|
4122
4481
|
host: {
|
|
@@ -4261,6 +4620,7 @@ class KbqPopUpTrigger {
|
|
|
4261
4620
|
}
|
|
4262
4621
|
else {
|
|
4263
4622
|
this.placement = PopUpPlacements.Top;
|
|
4623
|
+
// eslint-disable-next-line no-console
|
|
4264
4624
|
console.warn(`Unknown position: ${value}. Will used default position: ${this.placement}`);
|
|
4265
4625
|
}
|
|
4266
4626
|
if (this.visible) {
|
|
@@ -4287,12 +4647,12 @@ class KbqPopUpTrigger {
|
|
|
4287
4647
|
}
|
|
4288
4648
|
}
|
|
4289
4649
|
}
|
|
4290
|
-
|
|
4650
|
+
keydownHandler(event) {
|
|
4291
4651
|
if (this.isOpen && event.keyCode === ESCAPE) {
|
|
4292
4652
|
this.hide();
|
|
4293
4653
|
}
|
|
4294
4654
|
}
|
|
4295
|
-
|
|
4655
|
+
touchendHandler() {
|
|
4296
4656
|
this.hide();
|
|
4297
4657
|
}
|
|
4298
4658
|
show(delay = this.enterDelay) {
|
|
@@ -4466,10 +4826,10 @@ class KbqPopUpTrigger {
|
|
|
4466
4826
|
this.hide();
|
|
4467
4827
|
});
|
|
4468
4828
|
}
|
|
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.
|
|
4829
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPopUpTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4830
|
+
/** @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
4831
|
}
|
|
4472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4832
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqPopUpTrigger, decorators: [{
|
|
4473
4833
|
type: Directive,
|
|
4474
4834
|
args: [{
|
|
4475
4835
|
host: {
|
|
@@ -4479,6 +4839,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4479
4839
|
}]
|
|
4480
4840
|
}] });
|
|
4481
4841
|
|
|
4842
|
+
/**
|
|
4843
|
+
* Minimum option count threshold for displaying select search.
|
|
4844
|
+
* Search is hidden when fewer options are available.
|
|
4845
|
+
*/
|
|
4846
|
+
const KBQ_SELECT_SEARCH_MIN_OPTIONS_THRESHOLD = 10;
|
|
4482
4847
|
/**
|
|
4483
4848
|
* The select panel will only "fit" inside the viewport if it is positioned at
|
|
4484
4849
|
* this value or more away from the viewport boundary.
|
|
@@ -4498,10 +4863,10 @@ const KBQ_SELECT_SCROLL_STRATEGY_PROVIDER = {
|
|
|
4498
4863
|
};
|
|
4499
4864
|
|
|
4500
4865
|
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.
|
|
4866
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectTrigger, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4867
|
+
/** @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
4868
|
}
|
|
4504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4869
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectTrigger, decorators: [{
|
|
4505
4870
|
type: Directive,
|
|
4506
4871
|
args: [{
|
|
4507
4872
|
selector: 'kbq-select-trigger, [kbq-select-trigger]',
|
|
@@ -4509,21 +4874,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4509
4874
|
}]
|
|
4510
4875
|
}] });
|
|
4511
4876
|
class KbqSelectMatcher {
|
|
4512
|
-
|
|
4513
|
-
|
|
4877
|
+
constructor() {
|
|
4878
|
+
this.useDefaultHandlers = true;
|
|
4879
|
+
}
|
|
4880
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectMatcher, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4881
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "18.2.14", type: KbqSelectMatcher, isStandalone: true, selector: "kbq-select-matcher, [kbq-select-matcher]", inputs: { useDefaultHandlers: ["useDefaultHandlers", "useDefaultHandlers", booleanAttribute] }, ngImport: i0 }); }
|
|
4514
4882
|
}
|
|
4515
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectMatcher, decorators: [{
|
|
4516
4884
|
type: Directive,
|
|
4517
4885
|
args: [{
|
|
4518
4886
|
selector: 'kbq-select-matcher, [kbq-select-matcher]',
|
|
4519
4887
|
standalone: true
|
|
4520
4888
|
}]
|
|
4521
|
-
}]
|
|
4889
|
+
}], propDecorators: { useDefaultHandlers: [{
|
|
4890
|
+
type: Input,
|
|
4891
|
+
args: [{ transform: booleanAttribute }]
|
|
4892
|
+
}] } });
|
|
4522
4893
|
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.
|
|
4894
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectFooter, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4895
|
+
/** @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
4896
|
}
|
|
4526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectFooter, decorators: [{
|
|
4527
4898
|
type: Directive,
|
|
4528
4899
|
args: [{
|
|
4529
4900
|
selector: 'kbq-select-footer, [kbq-select-footer]',
|
|
@@ -4585,10 +4956,10 @@ class KbqSelectSearch {
|
|
|
4585
4956
|
event.stopPropagation();
|
|
4586
4957
|
}
|
|
4587
4958
|
}
|
|
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.
|
|
4959
|
+
/** @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 }); }
|
|
4960
|
+
/** @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
4961
|
}
|
|
4591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectSearch, decorators: [{
|
|
4592
4963
|
type: Directive,
|
|
4593
4964
|
args: [{
|
|
4594
4965
|
selector: '[kbqSelectSearch]',
|
|
@@ -4605,10 +4976,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4605
4976
|
args: [KBQ_FORM_FIELD_REF]
|
|
4606
4977
|
}] }] });
|
|
4607
4978
|
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.
|
|
4979
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectSearchEmptyResult, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
4980
|
+
/** @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
4981
|
}
|
|
4611
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
4982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqSelectSearchEmptyResult, decorators: [{
|
|
4612
4983
|
type: Directive,
|
|
4613
4984
|
args: [{
|
|
4614
4985
|
selector: '[kbq-select-search-empty-result]',
|
|
@@ -4628,6 +4999,8 @@ class KbqAbstractSelect {
|
|
|
4628
4999
|
this.overlayPanelClass = 'kbq-select-overlay';
|
|
4629
5000
|
}
|
|
4630
5001
|
setOverlayPosition() {
|
|
5002
|
+
if (!this.overlayDir.overlayRef)
|
|
5003
|
+
return;
|
|
4631
5004
|
this.resetOverlay();
|
|
4632
5005
|
const overlayRect = this.getOverlayRect();
|
|
4633
5006
|
// Window width without scrollbar
|
|
@@ -4676,7 +5049,15 @@ class KbqAbstractSelect {
|
|
|
4676
5049
|
this.overlayDir.overlayRef.overlayElement.style.maxWidth = 'unset';
|
|
4677
5050
|
this.overlayDir.overlayRef.updatePosition();
|
|
4678
5051
|
}
|
|
5052
|
+
resolveSearchMinOptionsThreshold(value) {
|
|
5053
|
+
return value === 'auto' ? KBQ_SELECT_SEARCH_MIN_OPTIONS_THRESHOLD : value;
|
|
5054
|
+
}
|
|
5055
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqAbstractSelect, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
5056
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: KbqAbstractSelect, ngImport: i0 }); }
|
|
4679
5057
|
}
|
|
5058
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqAbstractSelect, decorators: [{
|
|
5059
|
+
type: Directive
|
|
5060
|
+
}] });
|
|
4680
5061
|
|
|
4681
5062
|
/**
|
|
4682
5063
|
* Returns an exception to be thrown when attempting to change a select's `multiple` option
|
|
@@ -4737,10 +5118,10 @@ class KbqMeasureScrollbarService {
|
|
|
4737
5118
|
this.document.body.removeChild(scrollDiv);
|
|
4738
5119
|
this._scrollBarWidth = width;
|
|
4739
5120
|
}
|
|
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.
|
|
5121
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqMeasureScrollbarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5122
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqMeasureScrollbarService, providedIn: 'root' }); }
|
|
4742
5123
|
}
|
|
4743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5124
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: KbqMeasureScrollbarService, decorators: [{
|
|
4744
5125
|
type: Injectable,
|
|
4745
5126
|
args: [{ providedIn: 'root' }]
|
|
4746
5127
|
}], ctorParameters: () => [] });
|
|
@@ -4813,10 +5194,10 @@ class ThemeService {
|
|
|
4813
5194
|
getTheme() {
|
|
4814
5195
|
return this.current.value;
|
|
4815
5196
|
}
|
|
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.
|
|
5197
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ThemeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5198
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ThemeService, providedIn: 'root' }); }
|
|
4818
5199
|
}
|
|
4819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.
|
|
5200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ThemeService, decorators: [{
|
|
4820
5201
|
type: Injectable,
|
|
4821
5202
|
args: [{ providedIn: 'root' }]
|
|
4822
5203
|
}], ctorParameters: () => [] });
|
|
@@ -4847,11 +5228,11 @@ const kbqDisableLegacyValidationDirectiveProvider = () => ({
|
|
|
4847
5228
|
useValue: { useValidation: false }
|
|
4848
5229
|
});
|
|
4849
5230
|
|
|
4850
|
-
const VERSION = new Version('18.
|
|
5231
|
+
const VERSION = new Version('18.37.0+sha-818441e');
|
|
4851
5232
|
|
|
4852
5233
|
/**
|
|
4853
5234
|
* Generated bundle index. Do not edit.
|
|
4854
5235
|
*/
|
|
4855
5236
|
|
|
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,
|
|
5237
|
+
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, KbqHover, 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, 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 };
|
|
4857
5238
|
//# sourceMappingURL=koobiq-components-core.mjs.map
|