@koobiq/components 18.20.0 → 18.22.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/badge/badge.component.d.ts +0 -1
- package/breadcrumbs/breadcrumbs-tokens.scss +1 -0
- package/breadcrumbs/breadcrumbs.d.ts +27 -19
- package/breadcrumbs/breadcrumbs.scss +81 -18
- package/breadcrumbs/breadcrumbs.types.d.ts +22 -0
- package/breadcrumbs/public-api.d.ts +1 -0
- package/button/button-tokens.scss +1 -1
- package/button/button.component.d.ts +11 -16
- package/button/button.scss +2 -15
- package/checkbox/checkbox-tokens.scss +2 -0
- package/checkbox/checkbox.d.ts +13 -18
- package/checkbox/checkbox.scss +4 -4
- package/core/common-behaviors/color.d.ts +11 -0
- package/core/common-behaviors/index.d.ts +1 -1
- package/core/formatters/date/formatter.d.ts +3 -2
- package/core/locales/locale-service.d.ts +5 -1
- package/core/option/action.d.ts +5 -7
- package/core/option/optgroup.d.ts +6 -7
- package/core/pop-up/pop-up-trigger.d.ts +2 -2
- package/core/pop-up/pop-up.d.ts +8 -2
- package/core/selection/pseudo-checkbox/pseudo-checkbox.d.ts +3 -12
- package/core/styles/theming/scrollbar-tokens.scss +10 -4
- package/core/utils/utils.d.ts +3 -0
- package/dropdown/dropdown-item.component.d.ts +6 -8
- package/dropdown/dropdown.scss +20 -5
- package/empty-state/_empty-state-theme.scss +15 -5
- package/empty-state/empty-state-tokens.scss +12 -2
- package/empty-state/empty-state.component.d.ts +7 -2
- package/empty-state/empty-state.scss +29 -0
- package/esm2022/accordion/accordion-trigger.component.mjs +1 -1
- package/esm2022/actions-panel/actions-panel-container.mjs +2 -2
- package/esm2022/badge/badge.component.mjs +2 -5
- package/esm2022/breadcrumbs/breadcrumbs.mjs +68 -24
- package/esm2022/breadcrumbs/breadcrumbs.types.mjs +2 -0
- package/esm2022/breadcrumbs/public-api.mjs +2 -1
- package/esm2022/button/button.component.mjs +25 -29
- package/esm2022/button-toggle/button-toggle.component.mjs +4 -3
- package/esm2022/checkbox/checkbox.mjs +23 -24
- package/esm2022/code-block/code-block.mjs +2 -2
- package/esm2022/core/common-behaviors/color.mjs +35 -1
- package/esm2022/core/common-behaviors/disabled.mjs +2 -1
- package/esm2022/core/common-behaviors/error-state.mjs +2 -1
- package/esm2022/core/common-behaviors/index.mjs +2 -2
- package/esm2022/core/common-behaviors/tabindex.mjs +2 -1
- package/esm2022/core/formatters/date/formatter.mjs +13 -4
- package/esm2022/core/locales/en-US.mjs +29 -29
- package/esm2022/core/locales/es-LA.mjs +29 -29
- package/esm2022/core/locales/fa-IR.mjs +29 -29
- package/esm2022/core/locales/locale-service.mjs +38 -3
- package/esm2022/core/locales/pt-BR.mjs +29 -29
- package/esm2022/core/locales/tk-TM.mjs +29 -29
- package/esm2022/core/locales/zh-CN.mjs +29 -29
- package/esm2022/core/option/action.mjs +17 -12
- package/esm2022/core/option/optgroup.mjs +18 -12
- package/esm2022/core/option/option.mjs +1 -1
- package/esm2022/core/pop-up/pop-up-trigger.mjs +8 -8
- package/esm2022/core/pop-up/pop-up.mjs +21 -5
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +10 -19
- package/esm2022/core/utils/utils.mjs +7 -1
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-header.component.mjs +1 -1
- package/esm2022/datepicker/datepicker-toggle.component.mjs +1 -1
- package/esm2022/dropdown/dropdown-item.component.mjs +19 -14
- package/esm2022/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/empty-state/empty-state.component.mjs +13 -8
- package/esm2022/file-upload/multiple-file-upload.component.mjs +2 -2
- package/esm2022/file-upload/single-file-upload.component.mjs +2 -2
- package/esm2022/filter-bar/filter-bar.mjs +3 -3
- package/esm2022/filter-bar/filter-refresher.mjs +2 -2
- package/esm2022/filter-bar/filter-reset.mjs +1 -1
- package/esm2022/filter-bar/filter-search.mjs +2 -2
- package/esm2022/filter-bar/filters.mjs +2 -2
- package/esm2022/filter-bar/pipe-add.mjs +2 -2
- package/esm2022/filter-bar/pipes/pipe-button.mjs +2 -2
- package/esm2022/filter-bar/pipes/pipe-date.mjs +37 -22
- package/esm2022/filter-bar/pipes/pipe-datetime.mjs +38 -23
- package/esm2022/filter-bar/pipes/pipe-multi-select.mjs +2 -2
- package/esm2022/filter-bar/pipes/pipe-select.mjs +2 -2
- package/esm2022/filter-bar/pipes/pipe-text.mjs +4 -4
- package/esm2022/form-field/cleaner.mjs +1 -1
- package/esm2022/form-field/form-field.mjs +13 -22
- package/esm2022/form-field/hint.mjs +10 -18
- package/esm2022/form-field/password-hint.mjs +7 -7
- package/esm2022/form-field/password-toggle.mjs +1 -1
- package/esm2022/form-field/stepper.mjs +1 -1
- package/esm2022/form-field/validate.directive.mjs +19 -9
- package/esm2022/icon/icon-button.component.mjs +13 -21
- package/esm2022/icon/icon-item.component.mjs +8 -15
- package/esm2022/icon/icon.component.mjs +15 -27
- package/esm2022/input/input-number.mjs +2 -2
- package/esm2022/input/input-password.mjs +20 -5
- package/esm2022/input/input.mjs +21 -22
- package/esm2022/link/link.component.mjs +46 -14
- package/esm2022/list/list-selection.component.mjs +19 -15
- package/esm2022/loader-overlay/loader-overlay.component.mjs +14 -9
- package/esm2022/modal/modal.component.mjs +1 -1
- package/esm2022/modal/modal.directive.mjs +1 -1
- package/esm2022/navbar/navbar-item.component.mjs +8 -11
- package/esm2022/overflow-items/overflow-items.mjs +24 -3
- package/esm2022/popover/popover-confirm.component.mjs +2 -2
- package/esm2022/popover/popover.component.mjs +5 -4
- package/esm2022/progress-bar/progress-bar.component.mjs +14 -21
- package/esm2022/progress-spinner/progress-spinner.component.mjs +18 -25
- package/esm2022/radio/radio.component.mjs +25 -35
- package/esm2022/scrollbar/scrollbar.component.mjs +3 -3
- package/esm2022/select/select.component.mjs +56 -37
- package/esm2022/sidepanel/sidepanel-container.component.mjs +3 -3
- package/esm2022/sidepanel/sidepanel-directives.mjs +17 -6
- package/esm2022/tabs/paginated-tab-header.mjs +7 -4
- package/esm2022/tabs/tab-group.component.mjs +23 -19
- package/esm2022/tabs/tab-header.component.mjs +3 -3
- package/esm2022/tabs/tab-label-wrapper.directive.mjs +16 -13
- package/esm2022/tabs/tab-nav-bar.mjs +2 -2
- package/esm2022/tabs/tab.component.mjs +17 -12
- package/esm2022/tags/tag-list.component.mjs +27 -22
- package/esm2022/tags/tag.component.mjs +7 -14
- package/esm2022/textarea/textarea.component.mjs +53 -28
- package/esm2022/timezone/timezone-select.component.mjs +3 -3
- package/esm2022/toast/toast.component.mjs +2 -2
- package/esm2022/toggle/toggle.component.mjs +20 -19
- package/esm2022/top-bar/top-bar.mjs +2 -2
- package/esm2022/tree/toggle.mjs +19 -14
- package/esm2022/tree/tree-option.component.mjs +1 -1
- package/esm2022/tree/tree-selection.component.mjs +1 -1
- package/esm2022/tree-select/tree-select.component.mjs +58 -38
- package/fesm2022/koobiq-components-accordion.mjs +1 -1
- package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
- package/fesm2022/koobiq-components-actions-panel.mjs +1 -1
- package/fesm2022/koobiq-components-actions-panel.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +2 -5
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-breadcrumbs.mjs +68 -24
- package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +3 -3
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +25 -29
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +23 -24
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +1 -1
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +1246 -1143
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +2 -2
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +20 -15
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-empty-state.mjs +12 -7
- package/fesm2022/koobiq-components-empty-state.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +2 -2
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-filter-bar.mjs +86 -56
- package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +41 -49
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +33 -57
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-input.mjs +41 -26
- package/fesm2022/koobiq-components-input.mjs.map +1 -1
- package/fesm2022/koobiq-components-link.mjs +46 -14
- package/fesm2022/koobiq-components-link.mjs.map +1 -1
- package/fesm2022/koobiq-components-list.mjs +19 -15
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +13 -8
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +2 -2
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +7 -10
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-overflow-items.mjs +24 -3
- package/fesm2022/koobiq-components-overflow-items.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +5 -4
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +13 -20
- package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +17 -24
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-radio.mjs +25 -35
- package/fesm2022/koobiq-components-radio.mjs.map +1 -1
- package/fesm2022/koobiq-components-scrollbar.mjs +2 -2
- package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +56 -37
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidepanel.mjs +18 -7
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +60 -44
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +32 -34
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +53 -28
- package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +2 -2
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-toast.mjs +1 -1
- package/fesm2022/koobiq-components-toast.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +20 -19
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-top-bar.mjs +2 -2
- package/fesm2022/koobiq-components-top-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +57 -37
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +21 -15
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/file-upload/multiple-file-upload.component.d.ts +2 -2
- package/file-upload/single-file-upload.component.d.ts +2 -2
- package/filter-bar/filter-bar.scss +1 -0
- package/filter-bar/pipes/pipe-date.d.ts +3 -1
- package/filter-bar/pipes/pipe-date.scss +7 -0
- package/filter-bar/pipes/pipe-datetime.d.ts +3 -1
- package/form-field/_form-field-theme.scss +7 -3
- package/form-field/form-field.d.ts +4 -12
- package/form-field/hint.d.ts +3 -12
- package/form-field/password-hint.d.ts +3 -3
- package/form-field/validate.directive.d.ts +4 -2
- package/icon/icon-button.component.d.ts +5 -8
- package/icon/icon-item.component.d.ts +3 -7
- package/icon/icon.component.d.ts +7 -14
- package/input/input-password.d.ts +8 -2
- package/input/input.d.ts +9 -18
- package/link/_link-theme.scss +23 -24
- package/link/link.component.d.ts +13 -9
- package/list/list-selection.component.d.ts +8 -10
- package/loader-overlay/_loader-overlay-theme.scss +18 -8
- package/loader-overlay/loader-overlay-tokens.scss +6 -3
- package/loader-overlay/loader-overlay.component.d.ts +7 -2
- package/loader-overlay/loader-overlay.scss +19 -5
- package/navbar/navbar-item.component.d.ts +1 -2
- package/overflow-items/overflow-items.d.ts +17 -1
- package/package.json +5 -5
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -1
- package/progress-bar/progress-bar.component.d.ts +4 -12
- package/progress-spinner/progress-spinner.component.d.ts +4 -12
- package/progress-spinner/progress-spinner.scss +10 -4
- package/radio/radio.component.d.ts +11 -25
- package/schematics/collection.json +10 -0
- package/schematics/migrations/css-selectors/README.md +19 -0
- package/schematics/migrations/deprecated-icons/README.md +21 -0
- package/schematics/migrations/empty-state-size-attr/README.md +62 -0
- package/schematics/migrations/empty-state-size-attr/index.js +74 -0
- package/schematics/migrations/empty-state-size-attr/schema.json +15 -0
- package/schematics/migrations/loader-overlay-size-attr/README.md +62 -0
- package/schematics/migrations/loader-overlay-size-attr/index.js +74 -0
- package/schematics/migrations/loader-overlay-size-attr/schema.json +15 -0
- package/schematics/migrations/new-icons-pack/README.md +21 -0
- package/schematics/ng-add/index.js +3 -3
- package/schematics/utils/angular-parsing.js +153 -0
- package/schematics/utils/ast.js +28 -0
- package/schematics/utils/package-config.js +46 -0
- package/schematics/utils/typescript.js +171 -0
- package/scrollbar/scrollbar-tokens.scss +10 -4
- package/select/_select-theme.scss +4 -1
- package/select/select.component.d.ts +26 -25
- package/sidepanel/sidepanel-directives.d.ts +6 -1
- package/sidepanel/sidepanel.scss +9 -3
- package/tabs/paginated-tab-header.d.ts +2 -1
- package/tabs/tab-group.component.d.ts +11 -13
- package/tabs/tab-header.component.d.ts +1 -1
- package/tabs/tab-label-wrapper.directive.d.ts +6 -8
- package/tabs/tab.component.d.ts +7 -8
- package/tags/tag-list.component.d.ts +15 -18
- package/tags/tag.component.d.ts +3 -10
- package/textarea/textarea.component.d.ts +24 -20
- package/textarea/textarea.scss +4 -0
- package/toggle/toggle.component.d.ts +8 -12
- package/top-bar/top-bar-tokens.scss +2 -2
- package/top-bar/top-bar.scss +1 -1
- package/tree/toggle.d.ts +7 -9
- package/tree/tree-selection.component.d.ts +2 -2
- package/tree-select/_tree-select-theme.scss +4 -1
- package/tree-select/tree-select.component.d.ts +24 -26
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { trigger, state, style, transition, animate, group } from '@angular/animations';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import {
|
|
3
|
+
import { inject, ElementRef, Directive, Input, InjectionToken, isDevMode, NgModule, Optional, Inject, LOCALE_ID, Type, Injectable, Pipe, ContentChildren, DestroyRef, booleanAttribute, Component, ViewEncapsulation, ChangeDetectionStrategy, ContentChild, EventEmitter, ViewChild, Output, Renderer2, ChangeDetectorRef, 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
6
|
import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
|
|
7
7
|
import * as i1 from '@koobiq/date-adapter';
|
|
8
8
|
import { DateAdapter as DateAdapter$1 } from '@koobiq/date-adapter';
|
|
9
|
+
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
9
10
|
import { DateFormatter as DateFormatter$1 } from '@koobiq/date-formatter';
|
|
10
11
|
import { BehaviorSubject, Subject, Subscription, pairwise } from 'rxjs';
|
|
11
12
|
import * as i1$1 from '@angular/cdk/a11y';
|
|
12
|
-
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
13
13
|
import { SPACE, ENTER, TAB, ESCAPE, HOME, END } from '@koobiq/cdk/keycodes';
|
|
14
14
|
import { Overlay, ScrollDispatcher } from '@angular/cdk/overlay';
|
|
15
15
|
import { TooltipSizeArrowSize } from '@koobiq/design-tokens';
|
|
@@ -147,9 +147,41 @@ function mixinColor(base, defaultColor = KbqComponentColors.Empty) {
|
|
|
147
147
|
constructor(...args) {
|
|
148
148
|
super(...args);
|
|
149
149
|
this.color = defaultColor;
|
|
150
|
+
console.warn('mixinColor deprecated and will be deleted in next major release');
|
|
150
151
|
}
|
|
151
152
|
};
|
|
152
153
|
}
|
|
154
|
+
class KbqColorDirective {
|
|
155
|
+
get colorClassName() {
|
|
156
|
+
return `kbq-${this._color}`;
|
|
157
|
+
}
|
|
158
|
+
get color() {
|
|
159
|
+
return this._color;
|
|
160
|
+
}
|
|
161
|
+
set color(color) {
|
|
162
|
+
if (color !== this._color) {
|
|
163
|
+
if (this._color) {
|
|
164
|
+
this.elementRef.nativeElement.classList.remove(`kbq-${this._color}`);
|
|
165
|
+
}
|
|
166
|
+
if (color) {
|
|
167
|
+
this.elementRef.nativeElement.classList.add(`kbq-${color}`);
|
|
168
|
+
}
|
|
169
|
+
this._color = color;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
constructor() {
|
|
173
|
+
this.elementRef = inject(ElementRef);
|
|
174
|
+
this.color = KbqComponentColors.Empty;
|
|
175
|
+
}
|
|
176
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
177
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqColorDirective, isStandalone: true, inputs: { color: "color" }, ngImport: i0 }); }
|
|
178
|
+
}
|
|
179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqColorDirective, decorators: [{
|
|
180
|
+
type: Directive,
|
|
181
|
+
args: [{ standalone: true }]
|
|
182
|
+
}], ctorParameters: () => [], propDecorators: { color: [{
|
|
183
|
+
type: Input
|
|
184
|
+
}] } });
|
|
153
185
|
|
|
154
186
|
// Injection token that configures whether the koobiq sanity checks are enabled.
|
|
155
187
|
const KBQ_SANITY_CHECKS = new InjectionToken('kbq-sanity-checks', {
|
|
@@ -241,6 +273,7 @@ function mixinDisabled(base) {
|
|
|
241
273
|
constructor(...args) {
|
|
242
274
|
super(...args);
|
|
243
275
|
this._disabled = false;
|
|
276
|
+
console.warn('mixinDisabled deprecated and will be deleted in next major release');
|
|
244
277
|
}
|
|
245
278
|
};
|
|
246
279
|
}
|
|
@@ -251,6 +284,7 @@ function mixinErrorState(base) {
|
|
|
251
284
|
super(...args);
|
|
252
285
|
/** Whether the component is in an error state. */
|
|
253
286
|
this.errorState = false;
|
|
287
|
+
console.warn('mixinErrorState deprecated and will be deleted in next major release');
|
|
254
288
|
}
|
|
255
289
|
updateErrorState() {
|
|
256
290
|
const oldState = this.errorState;
|
|
@@ -279,6 +313,7 @@ function mixinTabIndex(base, defaultTabIndex = 0) {
|
|
|
279
313
|
super(...args);
|
|
280
314
|
this.defaultTabIndex = defaultTabIndex;
|
|
281
315
|
this._tabIndex = defaultTabIndex;
|
|
316
|
+
console.warn('mixinTabIndex deprecated and will be deleted in next major release');
|
|
282
317
|
}
|
|
283
318
|
};
|
|
284
319
|
}
|
|
@@ -363,659 +398,268 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
|
|
|
363
398
|
*/
|
|
364
399
|
const KBQ_FORM_FIELD_REF = new InjectionToken('KbqFormFieldRef');
|
|
365
400
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
401
|
+
const enUSLocaleData = {
|
|
402
|
+
select: { hiddenItemsText: '{{ number }} more' },
|
|
403
|
+
datepicker: {
|
|
404
|
+
placeholder: 'yyyy-mm-dd',
|
|
405
|
+
dateInput: 'yyyy-MM-dd'
|
|
406
|
+
},
|
|
407
|
+
timepicker: {
|
|
408
|
+
placeholder: {
|
|
409
|
+
full: 'hh:mm:ss',
|
|
410
|
+
short: 'hh:mm'
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
fileUpload: {
|
|
414
|
+
single: {
|
|
415
|
+
captionText: 'Drag file here or {{ browseLink }}',
|
|
416
|
+
browseLink: 'choose'
|
|
417
|
+
},
|
|
418
|
+
multiple: {
|
|
419
|
+
captionText: 'Drag here or {{ browseLink }}',
|
|
420
|
+
captionTextWhenSelected: 'Drag more files or {{ browseLink }}',
|
|
421
|
+
captionTextForCompactSize: 'Drag files or {{ browseLink }}',
|
|
422
|
+
browseLink: 'choose',
|
|
423
|
+
title: 'Upload files',
|
|
424
|
+
gridHeaders: {
|
|
425
|
+
file: 'File',
|
|
426
|
+
size: 'Size'
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
codeBlock: {
|
|
431
|
+
softWrapOnTooltip: 'Enable word wrap',
|
|
432
|
+
softWrapOffTooltip: 'Disable word wrap',
|
|
433
|
+
downloadTooltip: 'Download',
|
|
434
|
+
copiedTooltip: '✓ Copied',
|
|
435
|
+
copyTooltip: 'Copy',
|
|
436
|
+
viewAllText: 'Show all',
|
|
437
|
+
viewLessText: 'Show less',
|
|
438
|
+
openExternalSystemTooltip: 'Open in the external system'
|
|
439
|
+
},
|
|
440
|
+
timezone: {
|
|
441
|
+
searchPlaceholder: 'City or time zone'
|
|
442
|
+
},
|
|
443
|
+
actionsPanel: {
|
|
444
|
+
closeTooltip: 'Deselect'
|
|
445
|
+
},
|
|
446
|
+
filterBar: {
|
|
447
|
+
reset: {
|
|
448
|
+
buttonName: 'Reset'
|
|
449
|
+
},
|
|
450
|
+
search: {
|
|
451
|
+
tooltip: 'Search',
|
|
452
|
+
placeholder: 'Search'
|
|
453
|
+
},
|
|
454
|
+
filters: {
|
|
455
|
+
defaultName: 'Filters',
|
|
456
|
+
saveNewFilterTooltip: 'Save the new filter',
|
|
457
|
+
searchPlaceholder: 'Search',
|
|
458
|
+
searchEmptyResult: 'Nothing found',
|
|
459
|
+
saveAsNewFilter: 'Save as new filter',
|
|
460
|
+
saveChanges: 'Save changes',
|
|
461
|
+
saveAsNew: 'Save as new',
|
|
462
|
+
change: 'Edit',
|
|
463
|
+
resetChanges: 'Reset',
|
|
464
|
+
remove: 'Delete',
|
|
465
|
+
name: 'Name',
|
|
466
|
+
error: 'The search with such name already exists',
|
|
467
|
+
errorHint: 'Could not save the filter. Try again or contact the administrator.',
|
|
468
|
+
saveButton: 'Save',
|
|
469
|
+
cancelButton: 'Cancel'
|
|
470
|
+
},
|
|
471
|
+
add: {
|
|
472
|
+
tooltip: 'Add filter'
|
|
473
|
+
},
|
|
474
|
+
pipe: {
|
|
475
|
+
clearButtonTooltip: 'Clear',
|
|
476
|
+
removeButtonTooltip: 'Delete',
|
|
477
|
+
applyButton: 'Apply',
|
|
478
|
+
emptySearchResult: 'Nothing found'
|
|
479
|
+
},
|
|
480
|
+
datePipe: {
|
|
481
|
+
customPeriod: 'Custom period',
|
|
482
|
+
customPeriodFrom: 'from',
|
|
483
|
+
customPeriodTo: 'to',
|
|
484
|
+
customPeriodErrorHint: 'The period cannot start later than it ends',
|
|
485
|
+
backToPeriodSelection: 'Back to selecting the period'
|
|
486
|
+
}
|
|
370
487
|
}
|
|
371
|
-
|
|
372
|
-
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: DateFormatter }); }
|
|
373
|
-
}
|
|
374
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: DateFormatter, decorators: [{
|
|
375
|
-
type: Injectable
|
|
376
|
-
}], ctorParameters: () => [{ type: i1.DateAdapter }, { type: undefined, decorators: [{
|
|
377
|
-
type: Inject,
|
|
378
|
-
args: [KBQ_DATE_LOCALE]
|
|
379
|
-
}] }] });
|
|
488
|
+
};
|
|
380
489
|
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
490
|
+
const esLALocaleData = {
|
|
491
|
+
select: { hiddenItemsText: '{{ number }} más' },
|
|
492
|
+
datepicker: {
|
|
493
|
+
placeholder: 'dd/mm/aaaa'
|
|
494
|
+
},
|
|
495
|
+
timepicker: {
|
|
496
|
+
placeholder: {
|
|
497
|
+
full: 'hh:mm:ss',
|
|
498
|
+
short: 'hh:mm'
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
fileUpload: {
|
|
502
|
+
single: {
|
|
503
|
+
captionText: 'Arrastre el archivo aquí o {{ browseLink }}',
|
|
504
|
+
browseLink: 'elija'
|
|
505
|
+
},
|
|
506
|
+
multiple: {
|
|
507
|
+
captionText: 'Arrastre aquí o {{ browseLink }}',
|
|
508
|
+
captionTextWhenSelected: 'Arrastre más archivos aquí o {{ browseLink }}',
|
|
509
|
+
captionTextForCompactSize: 'Arrastre archivos o {{ browseLink }}',
|
|
510
|
+
browseLink: 'elija',
|
|
511
|
+
title: 'Cargue los archivos',
|
|
512
|
+
gridHeaders: {
|
|
513
|
+
file: 'Archivo',
|
|
514
|
+
size: 'Tamaño'
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
codeBlock: {
|
|
519
|
+
softWrapOnTooltip: 'Activar el ajuste de texto',
|
|
520
|
+
softWrapOffTooltip: 'Desactivar el ajuste de texto',
|
|
521
|
+
downloadTooltip: 'Descargar',
|
|
522
|
+
copiedTooltip: '✓ Copiado',
|
|
523
|
+
copyTooltip: 'Copiar',
|
|
524
|
+
viewAllText: 'Mostrar todo',
|
|
525
|
+
viewLessText: 'Mostrar menos',
|
|
526
|
+
openExternalSystemTooltip: 'Abrir en el sistema externo'
|
|
527
|
+
},
|
|
528
|
+
timezone: {
|
|
529
|
+
searchPlaceholder: 'Ciudad o zona horaria'
|
|
530
|
+
},
|
|
531
|
+
actionsPanel: {
|
|
532
|
+
closeTooltip: 'Desmarque'
|
|
533
|
+
},
|
|
534
|
+
filterBar: {
|
|
535
|
+
reset: {
|
|
536
|
+
buttonName: 'Reiniciar'
|
|
537
|
+
},
|
|
538
|
+
search: {
|
|
539
|
+
tooltip: 'Búsqueda',
|
|
540
|
+
placeholder: 'Búsqueda'
|
|
541
|
+
},
|
|
542
|
+
filters: {
|
|
543
|
+
defaultName: 'Filtros',
|
|
544
|
+
saveNewFilterTooltip: 'Guardar el nuevo filtro',
|
|
545
|
+
searchPlaceholder: 'Búsqueda',
|
|
546
|
+
searchEmptyResult: 'No se encontró nada',
|
|
547
|
+
saveAsNewFilter: 'Guardar como nuevo filtro',
|
|
548
|
+
saveChanges: 'Guardar los cambios',
|
|
549
|
+
saveAsNew: 'Guardar como nuevo',
|
|
550
|
+
change: 'Editar',
|
|
551
|
+
resetChanges: 'Reiniciar',
|
|
552
|
+
remove: 'Eliminar',
|
|
553
|
+
name: 'Nombre',
|
|
554
|
+
error: 'La búsqueda con ese nombre ya existe',
|
|
555
|
+
errorHint: 'No se pudo guardar el filtro. Intente de nuevo o póngase en contacto con el administrador.',
|
|
556
|
+
saveButton: 'Guardar',
|
|
557
|
+
cancelButton: 'Cancelar'
|
|
558
|
+
},
|
|
559
|
+
add: {
|
|
560
|
+
tooltip: 'Agregar filtro'
|
|
561
|
+
},
|
|
562
|
+
pipe: {
|
|
563
|
+
clearButtonTooltip: 'Borrar',
|
|
564
|
+
removeButtonTooltip: 'Eliminar',
|
|
565
|
+
applyButton: 'Aplicar',
|
|
566
|
+
emptySearchResult: 'No se encontró nada'
|
|
567
|
+
},
|
|
568
|
+
datePipe: {
|
|
569
|
+
customPeriod: 'Período personalizado',
|
|
570
|
+
customPeriodFrom: 'desde',
|
|
571
|
+
customPeriodTo: 'hasta',
|
|
572
|
+
customPeriodErrorHint: 'El período no puede empezar más tarde de lo que termina',
|
|
573
|
+
backToPeriodSelection: 'Volver a la selección del período'
|
|
574
|
+
}
|
|
391
575
|
}
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
}
|
|
479
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
|
|
480
|
-
type: Pipe,
|
|
481
|
-
args: [{
|
|
482
|
-
standalone: true,
|
|
483
|
-
name: 'absoluteShortDateTime'
|
|
484
|
-
}]
|
|
485
|
-
}] });
|
|
486
|
-
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
487
|
-
class AbsoluteShortDateTimeFormatterImpurePipe extends AbsoluteShortDateTimeFormatterPipe {
|
|
488
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
489
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, isStandalone: true, name: "absoluteShortDateTimeImpurePipe", pure: false }); }
|
|
490
|
-
}
|
|
491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, decorators: [{
|
|
492
|
-
type: Pipe,
|
|
493
|
-
args: [{
|
|
494
|
-
standalone: true,
|
|
495
|
-
name: 'absoluteShortDateTimeImpurePipe',
|
|
496
|
-
pure: false
|
|
497
|
-
}]
|
|
498
|
-
}] });
|
|
499
|
-
class RelativeDateFormatterPipe extends BaseFormatterPipe {
|
|
500
|
-
transform(value) {
|
|
501
|
-
const date = this.adapter.deserialize(value);
|
|
502
|
-
return date ? this.formatter.relativeLongDate(date) : '';
|
|
503
|
-
}
|
|
504
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
505
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, isStandalone: true, name: "relativeLongDate" }); }
|
|
506
|
-
}
|
|
507
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
|
|
508
|
-
type: Pipe,
|
|
509
|
-
args: [{
|
|
510
|
-
standalone: true,
|
|
511
|
-
name: 'relativeLongDate'
|
|
512
|
-
}]
|
|
513
|
-
}] });
|
|
514
|
-
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
515
|
-
class RelativeDateFormatterImpurePipe extends RelativeDateFormatterPipe {
|
|
516
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
517
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterImpurePipe, isStandalone: true, name: "relativeLongDateImpurePipe", pure: false }); }
|
|
518
|
-
}
|
|
519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterImpurePipe, decorators: [{
|
|
520
|
-
type: Pipe,
|
|
521
|
-
args: [{
|
|
522
|
-
standalone: true,
|
|
523
|
-
name: 'relativeLongDateImpurePipe',
|
|
524
|
-
pure: false
|
|
525
|
-
}]
|
|
526
|
-
}] });
|
|
527
|
-
class RelativeDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
528
|
-
transform(value, options) {
|
|
529
|
-
const date = this.adapter.deserialize(value);
|
|
530
|
-
return date ? this.formatter.relativeLongDateTime(date, options) : '';
|
|
531
|
-
}
|
|
532
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
533
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, isStandalone: true, name: "relativeLongDateTime" }); }
|
|
534
|
-
}
|
|
535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
|
|
536
|
-
type: Pipe,
|
|
537
|
-
args: [{
|
|
538
|
-
standalone: true,
|
|
539
|
-
name: 'relativeLongDateTime'
|
|
540
|
-
}]
|
|
541
|
-
}] });
|
|
542
|
-
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
543
|
-
class RelativeDateTimeFormatterImpurePipe extends RelativeDateTimeFormatterPipe {
|
|
544
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
545
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, isStandalone: true, name: "relativeLongDateTimeImpurePipe", pure: false }); }
|
|
546
|
-
}
|
|
547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, decorators: [{
|
|
548
|
-
type: Pipe,
|
|
549
|
-
args: [{
|
|
550
|
-
standalone: true,
|
|
551
|
-
name: 'relativeLongDateTimeImpurePipe',
|
|
552
|
-
pure: false
|
|
553
|
-
}]
|
|
554
|
-
}] });
|
|
555
|
-
class RelativeShortDateFormatterPipe extends BaseFormatterPipe {
|
|
556
|
-
transform(value) {
|
|
557
|
-
const date = this.adapter.deserialize(value);
|
|
558
|
-
return date ? this.formatter.relativeShortDate(date) : '';
|
|
559
|
-
}
|
|
560
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
561
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, isStandalone: true, name: "relativeShortDate" }); }
|
|
562
|
-
}
|
|
563
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
|
|
564
|
-
type: Pipe,
|
|
565
|
-
args: [{
|
|
566
|
-
standalone: true,
|
|
567
|
-
name: 'relativeShortDate'
|
|
568
|
-
}]
|
|
569
|
-
}] });
|
|
570
|
-
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
571
|
-
class RelativeShortDateFormatterImpurePipe extends RelativeShortDateFormatterPipe {
|
|
572
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
573
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, isStandalone: true, name: "relativeShortDateImpurePipe", pure: false }); }
|
|
574
|
-
}
|
|
575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, decorators: [{
|
|
576
|
-
type: Pipe,
|
|
577
|
-
args: [{
|
|
578
|
-
standalone: true,
|
|
579
|
-
name: 'relativeShortDateImpurePipe',
|
|
580
|
-
pure: false
|
|
581
|
-
}]
|
|
582
|
-
}] });
|
|
583
|
-
class RelativeShortDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
584
|
-
transform(value, options) {
|
|
585
|
-
const date = this.adapter.deserialize(value);
|
|
586
|
-
return date ? this.formatter.relativeShortDateTime(date, options) : '';
|
|
587
|
-
}
|
|
588
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
589
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, isStandalone: true, name: "relativeShortDateTime" }); }
|
|
590
|
-
}
|
|
591
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
|
|
592
|
-
type: Pipe,
|
|
593
|
-
args: [{
|
|
594
|
-
standalone: true,
|
|
595
|
-
name: 'relativeShortDateTime'
|
|
596
|
-
}]
|
|
597
|
-
}] });
|
|
598
|
-
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
599
|
-
class RelativeShortDateTimeFormatterImpurePipe extends RelativeShortDateTimeFormatterPipe {
|
|
600
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
601
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, isStandalone: true, name: "relativeShortDateTimeImpurePipe", pure: false }); }
|
|
602
|
-
}
|
|
603
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, decorators: [{
|
|
604
|
-
type: Pipe,
|
|
605
|
-
args: [{
|
|
606
|
-
standalone: true,
|
|
607
|
-
name: 'relativeShortDateTimeImpurePipe',
|
|
608
|
-
pure: false
|
|
609
|
-
}]
|
|
610
|
-
}] });
|
|
611
|
-
class RangeDateFormatterPipe extends BaseFormatterPipe {
|
|
612
|
-
transform([value1, value2]) {
|
|
613
|
-
const date1 = this.adapter.deserialize(value1);
|
|
614
|
-
const date2 = this.adapter.deserialize(value2);
|
|
615
|
-
return this.formatter.rangeLongDate(date1, date2);
|
|
616
|
-
}
|
|
617
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
618
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, isStandalone: true, name: "rangeLongDate" }); }
|
|
619
|
-
}
|
|
620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
|
|
621
|
-
type: Pipe,
|
|
622
|
-
args: [{
|
|
623
|
-
standalone: true,
|
|
624
|
-
name: 'rangeLongDate'
|
|
625
|
-
}]
|
|
626
|
-
}] });
|
|
627
|
-
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
628
|
-
class RangeDateFormatterImpurePipe extends RangeDateFormatterPipe {
|
|
629
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
630
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterImpurePipe, isStandalone: true, name: "rangeLongDateImpurePipe", pure: false }); }
|
|
631
|
-
}
|
|
632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterImpurePipe, decorators: [{
|
|
633
|
-
type: Pipe,
|
|
634
|
-
args: [{
|
|
635
|
-
standalone: true,
|
|
636
|
-
name: 'rangeLongDateImpurePipe',
|
|
637
|
-
pure: false
|
|
638
|
-
}]
|
|
639
|
-
}] });
|
|
640
|
-
class RangeShortDateFormatterPipe extends BaseFormatterPipe {
|
|
641
|
-
transform([value1, value2]) {
|
|
642
|
-
const date1 = this.adapter.deserialize(value1);
|
|
643
|
-
const date2 = this.adapter.deserialize(value2);
|
|
644
|
-
return this.formatter.rangeShortDate(date1, date2);
|
|
645
|
-
}
|
|
646
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
647
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, isStandalone: true, name: "rangeShortDate" }); }
|
|
648
|
-
}
|
|
649
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
|
|
650
|
-
type: Pipe,
|
|
651
|
-
args: [{
|
|
652
|
-
standalone: true,
|
|
653
|
-
name: 'rangeShortDate'
|
|
654
|
-
}]
|
|
655
|
-
}] });
|
|
656
|
-
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
657
|
-
class RangeShortDateFormatterImpurePipe extends RangeShortDateFormatterPipe {
|
|
658
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
659
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterImpurePipe, isStandalone: true, name: "rangeShortDateImpurePipe", pure: false }); }
|
|
660
|
-
}
|
|
661
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterImpurePipe, decorators: [{
|
|
662
|
-
type: Pipe,
|
|
663
|
-
args: [{
|
|
664
|
-
standalone: true,
|
|
665
|
-
name: 'rangeShortDateImpurePipe',
|
|
666
|
-
pure: false
|
|
667
|
-
}]
|
|
668
|
-
}] });
|
|
669
|
-
class RangeDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
670
|
-
transform([value1, value2], options) {
|
|
671
|
-
const date1 = this.adapter.deserialize(value1);
|
|
672
|
-
const date2 = this.adapter.deserialize(value2);
|
|
673
|
-
return this.formatter.rangeLongDateTime(date1, date2, options);
|
|
674
|
-
}
|
|
675
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
676
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, isStandalone: true, name: "rangeLongDateTime" }); }
|
|
677
|
-
}
|
|
678
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
|
|
679
|
-
type: Pipe,
|
|
680
|
-
args: [{
|
|
681
|
-
standalone: true,
|
|
682
|
-
name: 'rangeLongDateTime'
|
|
683
|
-
}]
|
|
684
|
-
}] });
|
|
685
|
-
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
686
|
-
class RangeDateTimeFormatterImpurePipe extends RangeDateTimeFormatterPipe {
|
|
687
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
688
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeLongDateTimeImpurePipe", pure: false }); }
|
|
689
|
-
}
|
|
690
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, decorators: [{
|
|
691
|
-
type: Pipe,
|
|
692
|
-
args: [{
|
|
693
|
-
standalone: true,
|
|
694
|
-
name: 'rangeLongDateTimeImpurePipe',
|
|
695
|
-
pure: false
|
|
696
|
-
}]
|
|
697
|
-
}] });
|
|
698
|
-
class RangeMiddleDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
699
|
-
transform([value1, value2], options) {
|
|
700
|
-
const date1 = this.adapter.deserialize(value1);
|
|
701
|
-
const date2 = this.adapter.deserialize(value2);
|
|
702
|
-
return this.formatter.rangeMiddleDateTime(date1, date2, options);
|
|
703
|
-
}
|
|
704
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
705
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, isStandalone: true, name: "rangeMiddleDateTime" }); }
|
|
706
|
-
}
|
|
707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
|
|
708
|
-
type: Pipe,
|
|
709
|
-
args: [{
|
|
710
|
-
standalone: true,
|
|
711
|
-
name: 'rangeMiddleDateTime'
|
|
712
|
-
}]
|
|
713
|
-
}] });
|
|
714
|
-
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
715
|
-
class RangeMiddleDateTimeFormatterImpurePipe extends RangeMiddleDateTimeFormatterPipe {
|
|
716
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
717
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeMiddleDateTimeImpurePipe", pure: false }); }
|
|
718
|
-
}
|
|
719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, decorators: [{
|
|
720
|
-
type: Pipe,
|
|
721
|
-
args: [{
|
|
722
|
-
standalone: true,
|
|
723
|
-
name: 'rangeMiddleDateTimeImpurePipe',
|
|
724
|
-
pure: false
|
|
725
|
-
}]
|
|
726
|
-
}] });
|
|
727
|
-
class RangeShortDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
728
|
-
transform([value1, value2], options) {
|
|
729
|
-
const date1 = this.adapter.deserialize(value1);
|
|
730
|
-
const date2 = this.adapter.deserialize(value2);
|
|
731
|
-
return this.formatter.rangeShortDateTime(date1, date2, options);
|
|
732
|
-
}
|
|
733
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
734
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, isStandalone: true, name: "rangeShortDateTime" }); }
|
|
735
|
-
}
|
|
736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
|
|
737
|
-
type: Pipe,
|
|
738
|
-
args: [{
|
|
739
|
-
standalone: true,
|
|
740
|
-
name: 'rangeShortDateTime'
|
|
741
|
-
}]
|
|
742
|
-
}] });
|
|
743
|
-
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
744
|
-
class RangeShortDateTimeFormatterImpurePipe extends RangeShortDateTimeFormatterPipe {
|
|
745
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
746
|
-
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeShortDateTimeImpurePipe", pure: false }); }
|
|
747
|
-
}
|
|
748
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, decorators: [{
|
|
749
|
-
type: Pipe,
|
|
750
|
-
args: [{
|
|
751
|
-
standalone: true,
|
|
752
|
-
name: 'rangeShortDateTimeImpurePipe',
|
|
753
|
-
pure: false
|
|
754
|
-
}]
|
|
755
|
-
}] });
|
|
756
|
-
|
|
757
|
-
const enUSLocaleData = {
|
|
758
|
-
select: { hiddenItemsText: '{{ number }} more' },
|
|
759
|
-
datepicker: {
|
|
760
|
-
placeholder: 'yyyy-mm-dd',
|
|
761
|
-
dateInput: 'yyyy-MM-dd'
|
|
762
|
-
},
|
|
763
|
-
timepicker: {
|
|
764
|
-
placeholder: {
|
|
765
|
-
full: 'hh:mm:ss',
|
|
766
|
-
short: 'hh:mm'
|
|
767
|
-
}
|
|
768
|
-
},
|
|
769
|
-
fileUpload: {
|
|
770
|
-
single: {
|
|
771
|
-
captionText: 'Drag file here or {{ browseLink }}',
|
|
772
|
-
browseLink: 'choose'
|
|
773
|
-
},
|
|
774
|
-
multiple: {
|
|
775
|
-
captionText: 'Drag here or {{ browseLink }}',
|
|
776
|
-
captionTextWhenSelected: 'Drag more files or {{ browseLink }}',
|
|
777
|
-
captionTextForCompactSize: 'Drag files or {{ browseLink }}',
|
|
778
|
-
browseLink: 'choose',
|
|
779
|
-
title: 'Upload files',
|
|
780
|
-
gridHeaders: {
|
|
781
|
-
file: 'File',
|
|
782
|
-
size: 'Size'
|
|
783
|
-
}
|
|
784
|
-
}
|
|
785
|
-
},
|
|
786
|
-
codeBlock: {
|
|
787
|
-
softWrapOnTooltip: 'Enable word wrap',
|
|
788
|
-
softWrapOffTooltip: 'Disable word wrap',
|
|
789
|
-
downloadTooltip: 'Download',
|
|
790
|
-
copiedTooltip: '✓ Copied',
|
|
791
|
-
copyTooltip: 'Copy',
|
|
792
|
-
viewAllText: 'Show all',
|
|
793
|
-
viewLessText: 'Show less',
|
|
794
|
-
openExternalSystemTooltip: 'Open in the external system'
|
|
795
|
-
},
|
|
796
|
-
timezone: {
|
|
797
|
-
searchPlaceholder: 'City or time zone'
|
|
798
|
-
},
|
|
799
|
-
actionsPanel: {
|
|
800
|
-
closeTooltip: 'Deselect'
|
|
801
|
-
},
|
|
802
|
-
filterBar: {
|
|
803
|
-
reset: {
|
|
804
|
-
buttonName: 'Сбросить'
|
|
805
|
-
},
|
|
806
|
-
search: {
|
|
807
|
-
tooltip: 'Поиск',
|
|
808
|
-
placeholder: 'Поиск'
|
|
809
|
-
},
|
|
810
|
-
filters: {
|
|
811
|
-
defaultName: 'Фильтры',
|
|
812
|
-
saveNewFilterTooltip: 'Сохранить новый фильтр',
|
|
813
|
-
searchPlaceholder: 'Поиск',
|
|
814
|
-
searchEmptyResult: 'Ничего не найдено',
|
|
815
|
-
saveAsNewFilter: 'Сохранить как новый фильтр',
|
|
816
|
-
saveChanges: 'Сохранить изменения',
|
|
817
|
-
saveAsNew: 'Сохранить как новый',
|
|
818
|
-
change: 'Изменить',
|
|
819
|
-
resetChanges: 'Сбросить изменения',
|
|
820
|
-
remove: 'Удалить',
|
|
821
|
-
name: 'Название',
|
|
822
|
-
error: 'Поиск с таким названием уже существует',
|
|
823
|
-
errorHint: 'Не удалось сохранить фильтр. Попробуйте снова или сообщите администратору.',
|
|
824
|
-
saveButton: 'Сохранить',
|
|
825
|
-
cancelButton: 'Отмена'
|
|
826
|
-
},
|
|
827
|
-
add: {
|
|
828
|
-
tooltip: 'Добавить фильтр'
|
|
829
|
-
},
|
|
830
|
-
pipe: {
|
|
831
|
-
clearButtonTooltip: 'Очистить',
|
|
832
|
-
removeButtonTooltip: 'Удалить',
|
|
833
|
-
applyButton: 'Применить',
|
|
834
|
-
emptySearchResult: 'Ничего не найдено'
|
|
835
|
-
},
|
|
836
|
-
datePipe: {
|
|
837
|
-
customPeriod: 'Произвольный период',
|
|
838
|
-
customPeriodFrom: 'с',
|
|
839
|
-
customPeriodTo: 'по',
|
|
840
|
-
customPeriodErrorHint: 'Начало периода не может быть позже окончания',
|
|
841
|
-
backToPeriodSelection: 'Назад к выбору периода'
|
|
842
|
-
}
|
|
843
|
-
}
|
|
844
|
-
};
|
|
845
|
-
|
|
846
|
-
const esLALocaleData = {
|
|
847
|
-
select: { hiddenItemsText: '{{ number }} más' },
|
|
848
|
-
datepicker: {
|
|
849
|
-
placeholder: 'dd/mm/aaaa'
|
|
850
|
-
},
|
|
851
|
-
timepicker: {
|
|
852
|
-
placeholder: {
|
|
853
|
-
full: 'hh:mm:ss',
|
|
854
|
-
short: 'hh:mm'
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
fileUpload: {
|
|
858
|
-
single: {
|
|
859
|
-
captionText: 'Arrastre el archivo aquí o {{ browseLink }}',
|
|
860
|
-
browseLink: 'elija'
|
|
861
|
-
},
|
|
862
|
-
multiple: {
|
|
863
|
-
captionText: 'Arrastre aquí o {{ browseLink }}',
|
|
864
|
-
captionTextWhenSelected: 'Arrastre más archivos aquí o {{ browseLink }}',
|
|
865
|
-
captionTextForCompactSize: 'Arrastre archivos o {{ browseLink }}',
|
|
866
|
-
browseLink: 'elija',
|
|
867
|
-
title: 'Cargue los archivos',
|
|
868
|
-
gridHeaders: {
|
|
869
|
-
file: 'Archivo',
|
|
870
|
-
size: 'Tamaño'
|
|
871
|
-
}
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
codeBlock: {
|
|
875
|
-
softWrapOnTooltip: 'Activar el ajuste de texto',
|
|
876
|
-
softWrapOffTooltip: 'Desactivar el ajuste de texto',
|
|
877
|
-
downloadTooltip: 'Descargar',
|
|
878
|
-
copiedTooltip: '✓ Copiado',
|
|
879
|
-
copyTooltip: 'Copiar',
|
|
880
|
-
viewAllText: 'Mostrar todo',
|
|
881
|
-
viewLessText: 'Mostrar menos',
|
|
882
|
-
openExternalSystemTooltip: 'Abrir en el sistema externo'
|
|
883
|
-
},
|
|
884
|
-
timezone: {
|
|
885
|
-
searchPlaceholder: 'Ciudad o zona horaria'
|
|
886
|
-
},
|
|
887
|
-
actionsPanel: {
|
|
888
|
-
closeTooltip: 'Desmarque'
|
|
889
|
-
},
|
|
890
|
-
filterBar: {
|
|
891
|
-
reset: {
|
|
892
|
-
buttonName: 'Сбросить'
|
|
893
|
-
},
|
|
894
|
-
search: {
|
|
895
|
-
tooltip: 'Поиск',
|
|
896
|
-
placeholder: 'Поиск'
|
|
897
|
-
},
|
|
898
|
-
filters: {
|
|
899
|
-
defaultName: 'Фильтры',
|
|
900
|
-
saveNewFilterTooltip: 'Сохранить новый фильтр',
|
|
901
|
-
searchPlaceholder: 'Поиск',
|
|
902
|
-
searchEmptyResult: 'Ничего не найдено',
|
|
903
|
-
saveAsNewFilter: 'Сохранить как новый фильтр',
|
|
904
|
-
saveChanges: 'Сохранить изменения',
|
|
905
|
-
saveAsNew: 'Сохранить как новый',
|
|
906
|
-
change: 'Изменить',
|
|
907
|
-
resetChanges: 'Сбросить изменения',
|
|
908
|
-
remove: 'Удалить',
|
|
909
|
-
name: 'Название',
|
|
910
|
-
error: 'Поиск с таким названием уже существует',
|
|
911
|
-
errorHint: 'Не удалось сохранить фильтр. Попробуйте снова или сообщите администратору.',
|
|
912
|
-
saveButton: 'Сохранить',
|
|
913
|
-
cancelButton: 'Отмена'
|
|
914
|
-
},
|
|
915
|
-
add: {
|
|
916
|
-
tooltip: 'Добавить фильтр'
|
|
917
|
-
},
|
|
918
|
-
pipe: {
|
|
919
|
-
clearButtonTooltip: 'Очистить',
|
|
920
|
-
removeButtonTooltip: 'Удалить',
|
|
921
|
-
applyButton: 'Применить',
|
|
922
|
-
emptySearchResult: 'Ничего не найдено'
|
|
923
|
-
},
|
|
924
|
-
datePipe: {
|
|
925
|
-
customPeriod: 'Произвольный период',
|
|
926
|
-
customPeriodFrom: 'с',
|
|
927
|
-
customPeriodTo: 'по',
|
|
928
|
-
customPeriodErrorHint: 'Начало периода не может быть позже окончания',
|
|
929
|
-
backToPeriodSelection: 'Назад к выбору периода'
|
|
930
|
-
}
|
|
931
|
-
}
|
|
932
|
-
};
|
|
933
|
-
|
|
934
|
-
const faIRLocaleData = {
|
|
935
|
-
select: { hiddenItemsText: '{{ number }} بیشتر' },
|
|
936
|
-
datepicker: {
|
|
937
|
-
placeholder: 'روز/ ماه/سال'
|
|
938
|
-
},
|
|
939
|
-
timepicker: {
|
|
940
|
-
placeholder: {
|
|
941
|
-
full: 'ثانیه:دقیقه:ساعت',
|
|
942
|
-
short: 'دقیقه:ساعت'
|
|
943
|
-
}
|
|
944
|
-
},
|
|
945
|
-
fileUpload: {
|
|
946
|
-
single: {
|
|
947
|
-
captionText: 'فایل را به اینجا بکشید یا {{ browseLink }}',
|
|
948
|
-
browseLink: 'انتخاب کنید'
|
|
949
|
-
},
|
|
950
|
-
multiple: {
|
|
951
|
-
captionText: 'به اینجا بکشید یا {{ browseLink }}',
|
|
952
|
-
captionTextWhenSelected: 'فایل های بیشتری را بکشید یا {{ browseLink }}',
|
|
953
|
-
captionTextForCompactSize: 'فایل ها را بکشید یا {{ browseLink }}',
|
|
954
|
-
browseLink: 'انتخاب کنید',
|
|
955
|
-
title: 'فایل ها را آپلود کنید',
|
|
956
|
-
gridHeaders: {
|
|
957
|
-
file: 'فایل',
|
|
958
|
-
size: 'اندازه'
|
|
959
|
-
}
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
codeBlock: {
|
|
963
|
-
softWrapOnTooltip: 'فعالسازی سطربندی',
|
|
964
|
-
softWrapOffTooltip: 'غیرفعالسازی سطربندی',
|
|
965
|
-
downloadTooltip: 'دانلود',
|
|
966
|
-
copiedTooltip: '✓ کپی شد',
|
|
967
|
-
copyTooltip: 'کپی',
|
|
968
|
-
viewAllText: 'نمایش همه',
|
|
969
|
-
viewLessText: 'نمایش کمتر',
|
|
970
|
-
openExternalSystemTooltip: 'باز کردن در سیستم خارجی'
|
|
971
|
-
},
|
|
972
|
-
timezone: {
|
|
973
|
-
searchPlaceholder: ' شهر یا منطقه زمانی '
|
|
974
|
-
},
|
|
975
|
-
actionsPanel: {
|
|
976
|
-
closeTooltip: 'إلغاء التحديد'
|
|
977
|
-
},
|
|
978
|
-
filterBar: {
|
|
979
|
-
reset: {
|
|
980
|
-
buttonName: 'Сбросить'
|
|
981
|
-
},
|
|
982
|
-
search: {
|
|
983
|
-
tooltip: 'Поиск',
|
|
984
|
-
placeholder: 'Поиск'
|
|
985
|
-
},
|
|
986
|
-
filters: {
|
|
987
|
-
defaultName: 'Фильтры',
|
|
988
|
-
saveNewFilterTooltip: 'Сохранить новый фильтр',
|
|
989
|
-
searchPlaceholder: 'Поиск',
|
|
990
|
-
searchEmptyResult: 'Ничего не найдено',
|
|
991
|
-
saveAsNewFilter: 'Сохранить как новый фильтр',
|
|
992
|
-
saveChanges: 'Сохранить изменения',
|
|
993
|
-
saveAsNew: 'Сохранить как новый',
|
|
994
|
-
change: 'Изменить',
|
|
995
|
-
resetChanges: 'Сбросить изменения',
|
|
996
|
-
remove: 'Удалить',
|
|
997
|
-
name: 'Название',
|
|
998
|
-
error: 'Поиск с таким названием уже существует',
|
|
999
|
-
errorHint: 'Не удалось сохранить фильтр. Попробуйте снова или сообщите администратору.',
|
|
1000
|
-
saveButton: 'Сохранить',
|
|
1001
|
-
cancelButton: 'Отмена'
|
|
1002
|
-
},
|
|
1003
|
-
add: {
|
|
1004
|
-
tooltip: 'Добавить фильтр'
|
|
1005
|
-
},
|
|
1006
|
-
pipe: {
|
|
1007
|
-
clearButtonTooltip: 'Очистить',
|
|
1008
|
-
removeButtonTooltip: 'Удалить',
|
|
1009
|
-
applyButton: 'Применить',
|
|
1010
|
-
emptySearchResult: 'Ничего не найдено'
|
|
1011
|
-
},
|
|
1012
|
-
datePipe: {
|
|
1013
|
-
customPeriod: 'Произвольный период',
|
|
1014
|
-
customPeriodFrom: 'с',
|
|
1015
|
-
customPeriodTo: 'по',
|
|
1016
|
-
customPeriodErrorHint: 'Начало периода не может быть позже окончания',
|
|
1017
|
-
backToPeriodSelection: 'Назад к выбору периода'
|
|
1018
|
-
}
|
|
576
|
+
};
|
|
577
|
+
|
|
578
|
+
const faIRLocaleData = {
|
|
579
|
+
select: { hiddenItemsText: '{{ number }} بیشتر' },
|
|
580
|
+
datepicker: {
|
|
581
|
+
placeholder: 'روز/ ماه/سال'
|
|
582
|
+
},
|
|
583
|
+
timepicker: {
|
|
584
|
+
placeholder: {
|
|
585
|
+
full: 'ثانیه:دقیقه:ساعت',
|
|
586
|
+
short: 'دقیقه:ساعت'
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
fileUpload: {
|
|
590
|
+
single: {
|
|
591
|
+
captionText: 'فایل را به اینجا بکشید یا {{ browseLink }}',
|
|
592
|
+
browseLink: 'انتخاب کنید'
|
|
593
|
+
},
|
|
594
|
+
multiple: {
|
|
595
|
+
captionText: 'به اینجا بکشید یا {{ browseLink }}',
|
|
596
|
+
captionTextWhenSelected: 'فایل های بیشتری را بکشید یا {{ browseLink }}',
|
|
597
|
+
captionTextForCompactSize: 'فایل ها را بکشید یا {{ browseLink }}',
|
|
598
|
+
browseLink: 'انتخاب کنید',
|
|
599
|
+
title: 'فایل ها را آپلود کنید',
|
|
600
|
+
gridHeaders: {
|
|
601
|
+
file: 'فایل',
|
|
602
|
+
size: 'اندازه'
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
codeBlock: {
|
|
607
|
+
softWrapOnTooltip: 'فعالسازی سطربندی',
|
|
608
|
+
softWrapOffTooltip: 'غیرفعالسازی سطربندی',
|
|
609
|
+
downloadTooltip: 'دانلود',
|
|
610
|
+
copiedTooltip: '✓ کپی شد',
|
|
611
|
+
copyTooltip: 'کپی',
|
|
612
|
+
viewAllText: 'نمایش همه',
|
|
613
|
+
viewLessText: 'نمایش کمتر',
|
|
614
|
+
openExternalSystemTooltip: 'باز کردن در سیستم خارجی'
|
|
615
|
+
},
|
|
616
|
+
timezone: {
|
|
617
|
+
searchPlaceholder: ' شهر یا منطقه زمانی '
|
|
618
|
+
},
|
|
619
|
+
actionsPanel: {
|
|
620
|
+
closeTooltip: 'إلغاء التحديد'
|
|
621
|
+
},
|
|
622
|
+
filterBar: {
|
|
623
|
+
reset: {
|
|
624
|
+
buttonName: 'بازنشانی'
|
|
625
|
+
},
|
|
626
|
+
search: {
|
|
627
|
+
tooltip: 'جستجو',
|
|
628
|
+
placeholder: 'جستجو'
|
|
629
|
+
},
|
|
630
|
+
filters: {
|
|
631
|
+
defaultName: 'فیلترها',
|
|
632
|
+
saveNewFilterTooltip: 'ذخیره فیلتر جدید',
|
|
633
|
+
searchPlaceholder: 'جستجو',
|
|
634
|
+
searchEmptyResult: 'چیزی پیدا نشد',
|
|
635
|
+
saveAsNewFilter: 'ذخیره بهعنوان فیلتر جدید',
|
|
636
|
+
saveChanges: 'ذخیره تغییرات',
|
|
637
|
+
saveAsNew: 'ذخیره بهعنوان مورد جدید',
|
|
638
|
+
change: 'ویرایش',
|
|
639
|
+
resetChanges: 'بازنشانی',
|
|
640
|
+
remove: 'حذف',
|
|
641
|
+
name: 'نام',
|
|
642
|
+
error: 'جستجویی با این نام از قبل وجود دارد',
|
|
643
|
+
errorHint: 'فیلتر ذخیره نشد. دوباره امتحان کنید یا با سرپرست تماس بگیرید.',
|
|
644
|
+
saveButton: 'ذخیره',
|
|
645
|
+
cancelButton: 'لغو'
|
|
646
|
+
},
|
|
647
|
+
add: {
|
|
648
|
+
tooltip: 'افزودن فیلتر'
|
|
649
|
+
},
|
|
650
|
+
pipe: {
|
|
651
|
+
clearButtonTooltip: 'پاک کردن',
|
|
652
|
+
removeButtonTooltip: 'حذف',
|
|
653
|
+
applyButton: 'اعمال',
|
|
654
|
+
emptySearchResult: 'چیزی پیدا نشد'
|
|
655
|
+
},
|
|
656
|
+
datePipe: {
|
|
657
|
+
customPeriod: 'دوره سفارشی',
|
|
658
|
+
customPeriodFrom: 'از',
|
|
659
|
+
customPeriodTo: 'تا',
|
|
660
|
+
customPeriodErrorHint: 'دوره نمیتواند بعد از پایان آن شروع شود',
|
|
661
|
+
backToPeriodSelection: 'بازگشت به انتخاب دوره'
|
|
662
|
+
}
|
|
1019
663
|
}
|
|
1020
664
|
};
|
|
1021
665
|
|
|
@@ -1065,44 +709,44 @@ const ptBRLocaleData = {
|
|
|
1065
709
|
},
|
|
1066
710
|
filterBar: {
|
|
1067
711
|
reset: {
|
|
1068
|
-
buttonName: '
|
|
712
|
+
buttonName: 'Redefinir'
|
|
1069
713
|
},
|
|
1070
714
|
search: {
|
|
1071
|
-
tooltip: '
|
|
1072
|
-
placeholder: '
|
|
715
|
+
tooltip: 'Pesquisar',
|
|
716
|
+
placeholder: 'Pesquisar'
|
|
1073
717
|
},
|
|
1074
718
|
filters: {
|
|
1075
|
-
defaultName: '
|
|
1076
|
-
saveNewFilterTooltip: '
|
|
1077
|
-
searchPlaceholder: '
|
|
1078
|
-
searchEmptyResult: '
|
|
1079
|
-
saveAsNewFilter: '
|
|
1080
|
-
saveChanges: '
|
|
1081
|
-
saveAsNew: '
|
|
1082
|
-
change: '
|
|
1083
|
-
resetChanges: '
|
|
1084
|
-
remove: '
|
|
1085
|
-
name: '
|
|
1086
|
-
error: '
|
|
1087
|
-
errorHint: '
|
|
1088
|
-
saveButton: '
|
|
1089
|
-
cancelButton: '
|
|
719
|
+
defaultName: 'Filtros',
|
|
720
|
+
saveNewFilterTooltip: 'Salvar o novo filtro',
|
|
721
|
+
searchPlaceholder: 'Pesquisar',
|
|
722
|
+
searchEmptyResult: 'Nada encontrado',
|
|
723
|
+
saveAsNewFilter: 'Salvar como novo filtro',
|
|
724
|
+
saveChanges: 'Salvar alterações',
|
|
725
|
+
saveAsNew: 'Salvar como novo',
|
|
726
|
+
change: 'Editar',
|
|
727
|
+
resetChanges: 'Redefinir',
|
|
728
|
+
remove: 'Excluir',
|
|
729
|
+
name: 'Nome',
|
|
730
|
+
error: 'Já existe uma pesquisa com este nome',
|
|
731
|
+
errorHint: 'Não foi possível salvar o filtro. Tente novamente ou entre em contato com o administrador.',
|
|
732
|
+
saveButton: 'Salvar',
|
|
733
|
+
cancelButton: 'Cancelar'
|
|
1090
734
|
},
|
|
1091
735
|
add: {
|
|
1092
|
-
tooltip: '
|
|
736
|
+
tooltip: 'Adicionar filtro'
|
|
1093
737
|
},
|
|
1094
738
|
pipe: {
|
|
1095
|
-
clearButtonTooltip: '
|
|
1096
|
-
removeButtonTooltip: '
|
|
1097
|
-
applyButton: '
|
|
1098
|
-
emptySearchResult: '
|
|
739
|
+
clearButtonTooltip: 'Apagar',
|
|
740
|
+
removeButtonTooltip: 'Excluir',
|
|
741
|
+
applyButton: 'Aplicar',
|
|
742
|
+
emptySearchResult: 'Nada encontrado'
|
|
1099
743
|
},
|
|
1100
744
|
datePipe: {
|
|
1101
|
-
customPeriod: '
|
|
1102
|
-
customPeriodFrom: '
|
|
1103
|
-
customPeriodTo: '
|
|
1104
|
-
customPeriodErrorHint: '
|
|
1105
|
-
backToPeriodSelection: '
|
|
745
|
+
customPeriod: 'Período personalizado',
|
|
746
|
+
customPeriodFrom: 'de',
|
|
747
|
+
customPeriodTo: 'até',
|
|
748
|
+
customPeriodErrorHint: 'O início do período não pode ser posterior ao término do período',
|
|
749
|
+
backToPeriodSelection: 'Retornar à seleção do período'
|
|
1106
750
|
}
|
|
1107
751
|
}
|
|
1108
752
|
};
|
|
@@ -1243,44 +887,44 @@ const tkTMLocaleData = {
|
|
|
1243
887
|
},
|
|
1244
888
|
filterBar: {
|
|
1245
889
|
reset: {
|
|
1246
|
-
buttonName: '
|
|
890
|
+
buttonName: 'Täzeden sazlamak'
|
|
1247
891
|
},
|
|
1248
892
|
search: {
|
|
1249
|
-
tooltip: '
|
|
1250
|
-
placeholder: '
|
|
893
|
+
tooltip: 'Gözleg',
|
|
894
|
+
placeholder: 'Gözleg'
|
|
1251
895
|
},
|
|
1252
896
|
filters: {
|
|
1253
|
-
defaultName: '
|
|
1254
|
-
saveNewFilterTooltip: '
|
|
1255
|
-
searchPlaceholder: '
|
|
1256
|
-
searchEmptyResult: '
|
|
1257
|
-
saveAsNewFilter: '
|
|
1258
|
-
saveChanges: '
|
|
1259
|
-
saveAsNew: '
|
|
1260
|
-
change: '
|
|
1261
|
-
resetChanges: '
|
|
1262
|
-
remove: '
|
|
1263
|
-
name: '
|
|
1264
|
-
error: '
|
|
1265
|
-
errorHint: '
|
|
1266
|
-
saveButton: '
|
|
1267
|
-
cancelButton: '
|
|
897
|
+
defaultName: 'Filtrler',
|
|
898
|
+
saveNewFilterTooltip: 'Täze filtri ýatda saklamak',
|
|
899
|
+
searchPlaceholder: 'Gözleg',
|
|
900
|
+
searchEmptyResult: 'Hiç zat tapylmady',
|
|
901
|
+
saveAsNewFilter: 'Täze filtr hökmünde ýatda saklamak',
|
|
902
|
+
saveChanges: 'Üýtgetmeleri ýatda saklamak',
|
|
903
|
+
saveAsNew: 'Täze hökmünde ýatda saklamak',
|
|
904
|
+
change: 'Üýtgetmek',
|
|
905
|
+
resetChanges: 'Üýtgetmeleri täzeden sazlamak',
|
|
906
|
+
remove: 'Pozmak',
|
|
907
|
+
name: 'Ady',
|
|
908
|
+
error: 'Beýle atly gözleg eýýäm bar',
|
|
909
|
+
errorHint: 'Filtri ýatda sakladyp bolmady. Täzeden synanyşyň ýa-da administratora habar beriň.',
|
|
910
|
+
saveButton: 'Ýatda saklamak',
|
|
911
|
+
cancelButton: 'Ýatyrmak'
|
|
1268
912
|
},
|
|
1269
913
|
add: {
|
|
1270
|
-
tooltip: '
|
|
914
|
+
tooltip: 'Filtr goşmak'
|
|
1271
915
|
},
|
|
1272
916
|
pipe: {
|
|
1273
|
-
clearButtonTooltip: '
|
|
1274
|
-
removeButtonTooltip: '
|
|
1275
|
-
applyButton: '
|
|
1276
|
-
emptySearchResult: '
|
|
917
|
+
clearButtonTooltip: 'Arassalamak',
|
|
918
|
+
removeButtonTooltip: 'Pozmak',
|
|
919
|
+
applyButton: 'Ulanmak',
|
|
920
|
+
emptySearchResult: 'Hiç zat tapylmady'
|
|
1277
921
|
},
|
|
1278
922
|
datePipe: {
|
|
1279
|
-
customPeriod: '
|
|
1280
|
-
customPeriodFrom: '
|
|
1281
|
-
customPeriodTo: '
|
|
1282
|
-
customPeriodErrorHint: '
|
|
1283
|
-
backToPeriodSelection: '
|
|
923
|
+
customPeriod: 'Erkin döwür',
|
|
924
|
+
customPeriodFrom: 'şundan',
|
|
925
|
+
customPeriodTo: 'şuňa',
|
|
926
|
+
customPeriodErrorHint: 'Döwrüň başlangyjy gutarýan wagtyndan soň bolup bilmeýär',
|
|
927
|
+
backToPeriodSelection: 'Döwür saýlamaga dolanmak'
|
|
1284
928
|
}
|
|
1285
929
|
}
|
|
1286
930
|
};
|
|
@@ -1290,99 +934,282 @@ const zhCNLocaleData = {
|
|
|
1290
934
|
datepicker: {
|
|
1291
935
|
placeholder: '年/月/日'
|
|
1292
936
|
},
|
|
1293
|
-
timepicker: {
|
|
1294
|
-
placeholder: {
|
|
1295
|
-
full: '时:分:秒',
|
|
1296
|
-
short: '时:分'
|
|
937
|
+
timepicker: {
|
|
938
|
+
placeholder: {
|
|
939
|
+
full: '时:分:秒',
|
|
940
|
+
short: '时:分'
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
fileUpload: {
|
|
944
|
+
single: {
|
|
945
|
+
captionText: '将文件拖到此处或{{ browseLink }}',
|
|
946
|
+
browseLink: '选择'
|
|
947
|
+
},
|
|
948
|
+
multiple: {
|
|
949
|
+
captionText: '拖到此处或{{ browseLink }}',
|
|
950
|
+
captionTextWhenSelected: '拖动更多文件或{{ browseLink }}',
|
|
951
|
+
captionTextForCompactSize: '拖动文件或{{ browseLink }}',
|
|
952
|
+
browseLink: '选择',
|
|
953
|
+
title: '上传文件',
|
|
954
|
+
gridHeaders: {
|
|
955
|
+
file: '文件',
|
|
956
|
+
size: '大小'
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
codeBlock: {
|
|
961
|
+
softWrapOnTooltip: '启用文本换行',
|
|
962
|
+
softWrapOffTooltip: '禁用文本换行',
|
|
963
|
+
downloadTooltip: '下载',
|
|
964
|
+
copiedTooltip: '✓已复制',
|
|
965
|
+
copyTooltip: '复制',
|
|
966
|
+
viewAllText: '显示全部',
|
|
967
|
+
viewLessText: '显示部分',
|
|
968
|
+
openExternalSystemTooltip: '在外部系统中打开'
|
|
969
|
+
},
|
|
970
|
+
timezone: {
|
|
971
|
+
searchPlaceholder: '城市或时区'
|
|
972
|
+
},
|
|
973
|
+
actionsPanel: {
|
|
974
|
+
closeTooltip: '取消选择'
|
|
975
|
+
},
|
|
976
|
+
filterBar: {
|
|
977
|
+
reset: {
|
|
978
|
+
buttonName: '重置'
|
|
979
|
+
},
|
|
980
|
+
search: {
|
|
981
|
+
tooltip: '搜索',
|
|
982
|
+
placeholder: '搜索'
|
|
983
|
+
},
|
|
984
|
+
filters: {
|
|
985
|
+
defaultName: '筛选器',
|
|
986
|
+
saveNewFilterTooltip: '保存新筛选器',
|
|
987
|
+
searchPlaceholder: '搜索',
|
|
988
|
+
searchEmptyResult: '未找到任何内容',
|
|
989
|
+
saveAsNewFilter: '另存为新筛选器',
|
|
990
|
+
saveChanges: '保存更改',
|
|
991
|
+
saveAsNew: '另存为新的',
|
|
992
|
+
change: '编辑',
|
|
993
|
+
resetChanges: '重置',
|
|
994
|
+
remove: '删除',
|
|
995
|
+
name: '名称',
|
|
996
|
+
error: '已经使用此名称进行过搜索',
|
|
997
|
+
errorHint: '无法保存筛选器。请重试或联系管理员。',
|
|
998
|
+
saveButton: '保存',
|
|
999
|
+
cancelButton: '取消'
|
|
1000
|
+
},
|
|
1001
|
+
add: {
|
|
1002
|
+
tooltip: '添加筛选器'
|
|
1003
|
+
},
|
|
1004
|
+
pipe: {
|
|
1005
|
+
clearButtonTooltip: '清除',
|
|
1006
|
+
removeButtonTooltip: '删除',
|
|
1007
|
+
applyButton: '应用',
|
|
1008
|
+
emptySearchResult: '未找到任何内容'
|
|
1009
|
+
},
|
|
1010
|
+
datePipe: {
|
|
1011
|
+
customPeriod: '自定义时段',
|
|
1012
|
+
customPeriodFrom: '从',
|
|
1013
|
+
customPeriodTo: '到',
|
|
1014
|
+
customPeriodErrorHint: '时段开始时间不能晚于结束时间',
|
|
1015
|
+
backToPeriodSelection: '返回以选择一个时段'
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
};
|
|
1019
|
+
|
|
1020
|
+
const enUSFormattersData = {
|
|
1021
|
+
formatters: {
|
|
1022
|
+
number: {
|
|
1023
|
+
rounding: {
|
|
1024
|
+
separator: '',
|
|
1025
|
+
groupSeparator: '.',
|
|
1026
|
+
thousand: 'K',
|
|
1027
|
+
million: 'M',
|
|
1028
|
+
billion: 'B',
|
|
1029
|
+
trillion: 'T'
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
input: {
|
|
1034
|
+
number: {
|
|
1035
|
+
groupSeparator: [','],
|
|
1036
|
+
fractionSeparator: '.'
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
sizeUnits: {
|
|
1040
|
+
defaultUnitSystem: 'SI',
|
|
1041
|
+
defaultPrecision: 2,
|
|
1042
|
+
unitSystems: {
|
|
1043
|
+
SI: {
|
|
1044
|
+
abbreviations: ['B', 'KB', 'MB', 'GB', 'TB'],
|
|
1045
|
+
base: 10,
|
|
1046
|
+
power: 3
|
|
1047
|
+
},
|
|
1048
|
+
IEC: {
|
|
1049
|
+
abbreviations: ['B', 'KiB', 'MiB', 'GiB', 'TiB'],
|
|
1050
|
+
base: 2,
|
|
1051
|
+
power: 10
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
};
|
|
1056
|
+
const esLAFormattersData = {
|
|
1057
|
+
formatters: {
|
|
1058
|
+
number: {
|
|
1059
|
+
rounding: {
|
|
1060
|
+
separator: '',
|
|
1061
|
+
groupSeparator: ',',
|
|
1062
|
+
thousand: 'K',
|
|
1063
|
+
million: 'M',
|
|
1064
|
+
billion: 'MRD',
|
|
1065
|
+
trillion: 'B'
|
|
1066
|
+
}
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
input: {
|
|
1070
|
+
number: {
|
|
1071
|
+
// nbsp is generated automatically and used by default in spec
|
|
1072
|
+
groupSeparator: [' ', ' '],
|
|
1073
|
+
fractionSeparator: ','
|
|
1074
|
+
}
|
|
1075
|
+
},
|
|
1076
|
+
sizeUnits: {
|
|
1077
|
+
defaultUnitSystem: 'SI',
|
|
1078
|
+
defaultPrecision: 2,
|
|
1079
|
+
unitSystems: {
|
|
1080
|
+
SI: {
|
|
1081
|
+
abbreviations: ['Б', 'КБ', 'МБ', 'ГБ', 'ТБ'],
|
|
1082
|
+
base: 10,
|
|
1083
|
+
power: 3
|
|
1084
|
+
},
|
|
1085
|
+
IEC: {
|
|
1086
|
+
abbreviations: ['Б', 'КиБ', 'МиБ', 'ГиБ', 'ТиБ'],
|
|
1087
|
+
base: 2,
|
|
1088
|
+
power: 10
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
};
|
|
1093
|
+
const faIRFormattersData = {
|
|
1094
|
+
formatters: {
|
|
1095
|
+
number: {
|
|
1096
|
+
rounding: {
|
|
1097
|
+
separator: ' ',
|
|
1098
|
+
groupSeparator: '٫',
|
|
1099
|
+
thousand: 'هزار',
|
|
1100
|
+
million: 'میلیون',
|
|
1101
|
+
billion: 'م',
|
|
1102
|
+
trillion: 'تریلیون',
|
|
1103
|
+
rtl: true
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
input: {
|
|
1108
|
+
number: {
|
|
1109
|
+
groupSeparator: ['\u066C'],
|
|
1110
|
+
fractionSeparator: '\u066B'
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
sizeUnits: {
|
|
1114
|
+
defaultUnitSystem: 'SI',
|
|
1115
|
+
defaultPrecision: 2,
|
|
1116
|
+
unitSystems: {
|
|
1117
|
+
SI: {
|
|
1118
|
+
abbreviations: ['Б', 'КБ', 'МБ', 'ГБ', 'ТБ'],
|
|
1119
|
+
base: 10,
|
|
1120
|
+
power: 3
|
|
1121
|
+
},
|
|
1122
|
+
IEC: {
|
|
1123
|
+
abbreviations: ['Б', 'КиБ', 'МиБ', 'ГиБ', 'ТиБ'],
|
|
1124
|
+
base: 2,
|
|
1125
|
+
power: 10
|
|
1126
|
+
}
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
};
|
|
1130
|
+
const ptBRFormattersData = {
|
|
1131
|
+
formatters: {
|
|
1132
|
+
number: {
|
|
1133
|
+
rounding: {
|
|
1134
|
+
separator: ' ',
|
|
1135
|
+
groupSeparator: ',',
|
|
1136
|
+
thousand: 'mil',
|
|
1137
|
+
million: 'mi',
|
|
1138
|
+
billion: 'bi',
|
|
1139
|
+
trillion: 'tri'
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1143
|
+
input: {
|
|
1144
|
+
number: {
|
|
1145
|
+
groupSeparator: ['.'],
|
|
1146
|
+
fractionSeparator: ','
|
|
1297
1147
|
}
|
|
1298
1148
|
},
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1149
|
+
sizeUnits: {
|
|
1150
|
+
defaultUnitSystem: 'SI',
|
|
1151
|
+
defaultPrecision: 2,
|
|
1152
|
+
unitSystems: {
|
|
1153
|
+
SI: {
|
|
1154
|
+
abbreviations: ['Б', 'КБ', 'МБ', 'ГБ', 'ТБ'],
|
|
1155
|
+
base: 10,
|
|
1156
|
+
power: 3
|
|
1157
|
+
},
|
|
1158
|
+
IEC: {
|
|
1159
|
+
abbreviations: ['Б', 'КиБ', 'МиБ', 'ГиБ', 'ТиБ'],
|
|
1160
|
+
base: 2,
|
|
1161
|
+
power: 10
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
}
|
|
1165
|
+
};
|
|
1166
|
+
const ruRUFormattersData = {
|
|
1167
|
+
formatters: {
|
|
1168
|
+
number: {
|
|
1169
|
+
rounding: {
|
|
1170
|
+
separator: ' ',
|
|
1171
|
+
groupSeparator: ',',
|
|
1172
|
+
thousand: 'К',
|
|
1173
|
+
million: 'М',
|
|
1174
|
+
billion: 'М',
|
|
1175
|
+
trillion: 'Т'
|
|
1313
1176
|
}
|
|
1314
1177
|
}
|
|
1315
1178
|
},
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
viewLessText: '显示部分',
|
|
1324
|
-
openExternalSystemTooltip: '在外部系统中打开'
|
|
1325
|
-
},
|
|
1326
|
-
timezone: {
|
|
1327
|
-
searchPlaceholder: '城市或时区'
|
|
1328
|
-
},
|
|
1329
|
-
actionsPanel: {
|
|
1330
|
-
closeTooltip: '取消选择'
|
|
1179
|
+
input: {
|
|
1180
|
+
number: {
|
|
1181
|
+
// nbsp is generated automatically and used by default in spec
|
|
1182
|
+
groupSeparator: [' ', ' '],
|
|
1183
|
+
fractionSeparator: ',',
|
|
1184
|
+
startFormattingFrom: 4
|
|
1185
|
+
}
|
|
1331
1186
|
},
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
saveChanges: 'Сохранить изменения',
|
|
1347
|
-
saveAsNew: 'Сохранить как новый',
|
|
1348
|
-
change: 'Изменить',
|
|
1349
|
-
resetChanges: 'Сбросить изменения',
|
|
1350
|
-
remove: 'Удалить',
|
|
1351
|
-
name: 'Название',
|
|
1352
|
-
error: 'Поиск с таким названием уже существует',
|
|
1353
|
-
errorHint: 'Не удалось сохранить фильтр. Попробуйте снова или сообщите администратору.',
|
|
1354
|
-
saveButton: 'Сохранить',
|
|
1355
|
-
cancelButton: 'Отмена'
|
|
1356
|
-
},
|
|
1357
|
-
add: {
|
|
1358
|
-
tooltip: 'Добавить фильтр'
|
|
1359
|
-
},
|
|
1360
|
-
pipe: {
|
|
1361
|
-
clearButtonTooltip: 'Очистить',
|
|
1362
|
-
removeButtonTooltip: 'Удалить',
|
|
1363
|
-
applyButton: 'Применить',
|
|
1364
|
-
emptySearchResult: 'Ничего не найдено'
|
|
1365
|
-
},
|
|
1366
|
-
datePipe: {
|
|
1367
|
-
customPeriod: 'Произвольный период',
|
|
1368
|
-
customPeriodFrom: 'с',
|
|
1369
|
-
customPeriodTo: 'по',
|
|
1370
|
-
customPeriodErrorHint: 'Начало периода не может быть позже окончания',
|
|
1371
|
-
backToPeriodSelection: 'Назад к выбору периода'
|
|
1187
|
+
sizeUnits: {
|
|
1188
|
+
defaultUnitSystem: 'SI',
|
|
1189
|
+
defaultPrecision: 2,
|
|
1190
|
+
unitSystems: {
|
|
1191
|
+
SI: {
|
|
1192
|
+
abbreviations: ['Б', 'КБ', 'МБ', 'ГБ', 'ТБ'],
|
|
1193
|
+
base: 10,
|
|
1194
|
+
power: 3
|
|
1195
|
+
},
|
|
1196
|
+
IEC: {
|
|
1197
|
+
abbreviations: ['Б', 'КиБ', 'МиБ', 'ГиБ', 'ТиБ'],
|
|
1198
|
+
base: 2,
|
|
1199
|
+
power: 10
|
|
1200
|
+
}
|
|
1372
1201
|
}
|
|
1373
1202
|
}
|
|
1374
1203
|
};
|
|
1375
|
-
|
|
1376
|
-
const enUSFormattersData = {
|
|
1204
|
+
const zhCNFormattersData = {
|
|
1377
1205
|
formatters: {
|
|
1378
1206
|
number: {
|
|
1379
1207
|
rounding: {
|
|
1380
|
-
separator: '',
|
|
1208
|
+
separator: ' ',
|
|
1381
1209
|
groupSeparator: '.',
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
trillion: 'T'
|
|
1210
|
+
tenThousand: '万',
|
|
1211
|
+
oneHundredMillions: '亿',
|
|
1212
|
+
trillion: '兆'
|
|
1386
1213
|
}
|
|
1387
1214
|
}
|
|
1388
1215
|
},
|
|
@@ -1397,35 +1224,34 @@ const enUSFormattersData = {
|
|
|
1397
1224
|
defaultPrecision: 2,
|
|
1398
1225
|
unitSystems: {
|
|
1399
1226
|
SI: {
|
|
1400
|
-
abbreviations: ['
|
|
1227
|
+
abbreviations: ['Б', 'КБ', 'МБ', 'ГБ', 'ТБ'],
|
|
1401
1228
|
base: 10,
|
|
1402
1229
|
power: 3
|
|
1403
1230
|
},
|
|
1404
1231
|
IEC: {
|
|
1405
|
-
abbreviations: ['
|
|
1232
|
+
abbreviations: ['Б', 'КиБ', 'МиБ', 'ГиБ', 'ТиБ'],
|
|
1406
1233
|
base: 2,
|
|
1407
1234
|
power: 10
|
|
1408
1235
|
}
|
|
1409
1236
|
}
|
|
1410
1237
|
}
|
|
1411
1238
|
};
|
|
1412
|
-
const
|
|
1239
|
+
const tkTMFormattersData = {
|
|
1413
1240
|
formatters: {
|
|
1414
1241
|
number: {
|
|
1415
1242
|
rounding: {
|
|
1416
|
-
separator: '',
|
|
1417
|
-
groupSeparator: '
|
|
1418
|
-
thousand: '
|
|
1419
|
-
million: '
|
|
1420
|
-
billion: '
|
|
1421
|
-
trillion: '
|
|
1243
|
+
separator: ' ',
|
|
1244
|
+
groupSeparator: '',
|
|
1245
|
+
thousand: 'M',
|
|
1246
|
+
million: 'Mn',
|
|
1247
|
+
billion: 'Mr',
|
|
1248
|
+
trillion: 'Tn'
|
|
1422
1249
|
}
|
|
1423
1250
|
}
|
|
1424
1251
|
},
|
|
1425
1252
|
input: {
|
|
1426
1253
|
number: {
|
|
1427
|
-
|
|
1428
|
-
groupSeparator: [' ', ' '],
|
|
1254
|
+
groupSeparator: [' '],
|
|
1429
1255
|
fractionSeparator: ','
|
|
1430
1256
|
}
|
|
1431
1257
|
},
|
|
@@ -1434,333 +1260,584 @@ const esLAFormattersData = {
|
|
|
1434
1260
|
defaultPrecision: 2,
|
|
1435
1261
|
unitSystems: {
|
|
1436
1262
|
SI: {
|
|
1437
|
-
abbreviations: ['
|
|
1263
|
+
abbreviations: ['B', 'KB', 'MB', 'GB', 'TB'],
|
|
1438
1264
|
base: 10,
|
|
1439
1265
|
power: 3
|
|
1440
1266
|
},
|
|
1441
1267
|
IEC: {
|
|
1442
|
-
abbreviations: ['
|
|
1268
|
+
abbreviations: ['B', 'KiB', 'MiB', 'GiB', 'TiB'],
|
|
1443
1269
|
base: 2,
|
|
1444
1270
|
power: 10
|
|
1445
1271
|
}
|
|
1446
1272
|
}
|
|
1447
1273
|
}
|
|
1448
|
-
};
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
}
|
|
1274
|
+
};
|
|
1275
|
+
|
|
1276
|
+
const KBQ_LOCALE_ID = new InjectionToken('KbqLocaleId');
|
|
1277
|
+
const KBQ_DEFAULT_LOCALE_ID = 'ru-RU';
|
|
1278
|
+
function KBQ_DEFAULT_LOCALE_DATA_FACTORY() {
|
|
1279
|
+
return {
|
|
1280
|
+
items: [
|
|
1281
|
+
{ id: 'en-US', name: 'English' },
|
|
1282
|
+
{ id: 'zh-CN', name: '简体中文' },
|
|
1283
|
+
{ id: 'es-LA', name: 'Español' },
|
|
1284
|
+
{ id: 'pt-BR', name: 'Português' },
|
|
1285
|
+
{ id: 'ru-RU', name: 'Русский' },
|
|
1286
|
+
{ id: 'fa-IR', name: 'فارسی' },
|
|
1287
|
+
{ id: 'tk-TM', name: 'Türkmen' }
|
|
1288
|
+
],
|
|
1289
|
+
'en-US': { ...enUSLocaleData, ...enUSFormattersData },
|
|
1290
|
+
'zh-CN': { ...zhCNLocaleData, ...zhCNFormattersData },
|
|
1291
|
+
'es-LA': { ...esLALocaleData, ...esLAFormattersData },
|
|
1292
|
+
'pt-BR': { ...ptBRLocaleData, ...ptBRFormattersData },
|
|
1293
|
+
'ru-RU': { ...ruRULocaleData, ...ruRUFormattersData },
|
|
1294
|
+
'fa-IR': { ...faIRLocaleData, ...faIRFormattersData },
|
|
1295
|
+
'tk-TM': { ...tkTMLocaleData, ...tkTMFormattersData }
|
|
1296
|
+
};
|
|
1297
|
+
}
|
|
1298
|
+
const KBQ_LOCALE_DATA = new InjectionToken('KBQ_LOCALE_DATA', {
|
|
1299
|
+
providedIn: 'root',
|
|
1300
|
+
factory: KBQ_DEFAULT_LOCALE_DATA_FACTORY
|
|
1301
|
+
});
|
|
1302
|
+
const KBQ_LOCALE_SERVICE = new InjectionToken('KBQ_LOCALE_SERVICE');
|
|
1303
|
+
/**
|
|
1304
|
+
* Attribute name to be used to set the locale in the html element.
|
|
1305
|
+
*
|
|
1306
|
+
* @default 'lang'
|
|
1307
|
+
*
|
|
1308
|
+
* @docs-private
|
|
1309
|
+
*/
|
|
1310
|
+
const KBQ_LOCALE_SERVICE_LANG_ATTR_NAME = new InjectionToken('KBQ_LOCALE_SERVICE_LANG_ATTR_NAME', {
|
|
1311
|
+
factory: () => 'lang'
|
|
1312
|
+
});
|
|
1313
|
+
/**
|
|
1314
|
+
* Utility provider to configure the attribute name to be used to set the locale in the html element.
|
|
1315
|
+
*
|
|
1316
|
+
* @see KBQ_LOCALE_SERVICE_LANG_ATTR_NAME
|
|
1317
|
+
*
|
|
1318
|
+
* @docs-private
|
|
1319
|
+
*/
|
|
1320
|
+
const kbqLocaleServiceLangAttrNameProvider = (attrName) => ({
|
|
1321
|
+
provide: KBQ_LOCALE_SERVICE_LANG_ATTR_NAME,
|
|
1322
|
+
useValue: attrName
|
|
1323
|
+
});
|
|
1324
|
+
class KbqLocaleService {
|
|
1325
|
+
constructor(id, localeData) {
|
|
1326
|
+
this.locales = {};
|
|
1327
|
+
this.document = inject(DOCUMENT);
|
|
1328
|
+
this.langAttrName = inject(KBQ_LOCALE_SERVICE_LANG_ATTR_NAME);
|
|
1329
|
+
this.locales = localeData;
|
|
1330
|
+
this.id = id || KBQ_DEFAULT_LOCALE_ID;
|
|
1331
|
+
this.current = this.locales[this.id];
|
|
1332
|
+
this.changes = new BehaviorSubject(this.id);
|
|
1333
|
+
}
|
|
1334
|
+
setLocale(id) {
|
|
1335
|
+
this.id = id;
|
|
1336
|
+
this.current = this.locales[this.id];
|
|
1337
|
+
this.document.documentElement.setAttribute(this.langAttrName, this.id);
|
|
1338
|
+
this.changes.next(this.id);
|
|
1339
|
+
}
|
|
1340
|
+
addLocale(id, localeData) {
|
|
1341
|
+
this.id = id;
|
|
1342
|
+
this.changes.next(this.id);
|
|
1343
|
+
this.locales[this.id] = localeData;
|
|
1344
|
+
}
|
|
1345
|
+
getParams(componentName) {
|
|
1346
|
+
return this.current[componentName];
|
|
1347
|
+
}
|
|
1348
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleService, deps: [{ token: KBQ_LOCALE_ID, optional: true }, { token: KBQ_LOCALE_DATA, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1349
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleService, providedIn: 'root' }); }
|
|
1350
|
+
}
|
|
1351
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleService, decorators: [{
|
|
1352
|
+
type: Injectable,
|
|
1353
|
+
args: [{ providedIn: 'root' }]
|
|
1354
|
+
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
1355
|
+
type: Optional
|
|
1356
|
+
}, {
|
|
1357
|
+
type: Inject,
|
|
1358
|
+
args: [KBQ_LOCALE_ID]
|
|
1359
|
+
}] }, { type: undefined, decorators: [{
|
|
1360
|
+
type: Optional
|
|
1361
|
+
}, {
|
|
1362
|
+
type: Inject,
|
|
1363
|
+
args: [KBQ_LOCALE_DATA]
|
|
1364
|
+
}] }] });
|
|
1365
|
+
// todo code below need refactor or delete in DS-3603
|
|
1366
|
+
function numberByParts(value, fractionSeparator, groupSeparator) {
|
|
1367
|
+
const result = { integer: '', fraction: '' };
|
|
1368
|
+
const numberByParts = value.split(fractionSeparator);
|
|
1369
|
+
if (numberByParts.length > 1) {
|
|
1370
|
+
result.fraction = numberByParts.pop() || '';
|
|
1371
|
+
result.integer = numberByParts
|
|
1372
|
+
.join()
|
|
1373
|
+
.replace(groupSeparator, '')
|
|
1374
|
+
.replace(fractionSeparator, '')
|
|
1375
|
+
.replace(/\D/g, '');
|
|
1376
|
+
}
|
|
1377
|
+
else {
|
|
1378
|
+
result.integer = numberByParts.join().replace(groupSeparator[0], '').replace(/\D/g, '');
|
|
1379
|
+
}
|
|
1380
|
+
return result;
|
|
1381
|
+
}
|
|
1382
|
+
/**
|
|
1383
|
+
* Function that returns a string representation of a number without localized separators
|
|
1384
|
+
*/
|
|
1385
|
+
function normalizeNumber(value, customConfig) {
|
|
1386
|
+
if (value === null || value === undefined)
|
|
1387
|
+
return '';
|
|
1388
|
+
const { groupSeparator, fractionSeparator } = customConfig;
|
|
1389
|
+
const groupSeparatorRegexp = new RegExp(`[${groupSeparator.join('')}]`, 'g');
|
|
1390
|
+
const fractionSeparatorRegexp = new RegExp(`\\${fractionSeparator}`, 'g');
|
|
1391
|
+
return value.toString().replace(groupSeparatorRegexp, '').replace(fractionSeparatorRegexp, '.');
|
|
1392
|
+
}
|
|
1393
|
+
/**
|
|
1394
|
+
* Function that parse string and return a number. The string can be in any locale.
|
|
1395
|
+
*/
|
|
1396
|
+
function checkAndNormalizeLocalizedNumber(num, locale) {
|
|
1397
|
+
if (num === null || num === undefined)
|
|
1398
|
+
return null;
|
|
1399
|
+
const locales = KBQ_DEFAULT_LOCALE_DATA_FACTORY();
|
|
1400
|
+
if (locale && locales[locale]) {
|
|
1401
|
+
const config = locales[locale].input.number;
|
|
1402
|
+
let normalized;
|
|
1403
|
+
if (!/\d/g.test(num))
|
|
1404
|
+
return +num;
|
|
1405
|
+
const { groupSeparator, fractionSeparator } = config;
|
|
1406
|
+
const { integer, fraction } = numberByParts(num, fractionSeparator, groupSeparator.join(''));
|
|
1407
|
+
const fractionSeparatorRegexp = new RegExp(`\\${fractionSeparator}`, 'g');
|
|
1408
|
+
if (fraction) {
|
|
1409
|
+
normalized = +[integer, fraction].join('.');
|
|
1461
1410
|
}
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
number: {
|
|
1465
|
-
groupSeparator: ['\u066C'],
|
|
1466
|
-
fractionSeparator: '\u066B'
|
|
1411
|
+
else {
|
|
1412
|
+
normalized = +integer.replace(fractionSeparatorRegexp, '.');
|
|
1467
1413
|
}
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
defaultUnitSystem: 'SI',
|
|
1471
|
-
defaultPrecision: 2,
|
|
1472
|
-
unitSystems: {
|
|
1473
|
-
SI: {
|
|
1474
|
-
abbreviations: ['Б', 'КБ', 'МБ', 'ГБ', 'ТБ'],
|
|
1475
|
-
base: 10,
|
|
1476
|
-
power: 3
|
|
1477
|
-
},
|
|
1478
|
-
IEC: {
|
|
1479
|
-
abbreviations: ['Б', 'КиБ', 'МиБ', 'ГиБ', 'ТиБ'],
|
|
1480
|
-
base: 2,
|
|
1481
|
-
power: 10
|
|
1482
|
-
}
|
|
1414
|
+
if (!Number.isNaN(normalized)) {
|
|
1415
|
+
return normalized;
|
|
1483
1416
|
}
|
|
1484
1417
|
}
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
thousand: 'mil',
|
|
1493
|
-
million: 'mi',
|
|
1494
|
-
billion: 'bi',
|
|
1495
|
-
trillion: 'tri'
|
|
1496
|
-
}
|
|
1497
|
-
}
|
|
1498
|
-
},
|
|
1499
|
-
input: {
|
|
1500
|
-
number: {
|
|
1501
|
-
groupSeparator: ['.'],
|
|
1502
|
-
fractionSeparator: ','
|
|
1503
|
-
}
|
|
1504
|
-
},
|
|
1505
|
-
sizeUnits: {
|
|
1506
|
-
defaultUnitSystem: 'SI',
|
|
1507
|
-
defaultPrecision: 2,
|
|
1508
|
-
unitSystems: {
|
|
1509
|
-
SI: {
|
|
1510
|
-
abbreviations: ['Б', 'КБ', 'МБ', 'ГБ', 'ТБ'],
|
|
1511
|
-
base: 10,
|
|
1512
|
-
power: 3
|
|
1513
|
-
},
|
|
1514
|
-
IEC: {
|
|
1515
|
-
abbreviations: ['Б', 'КиБ', 'МиБ', 'ГиБ', 'ТиБ'],
|
|
1516
|
-
base: 2,
|
|
1517
|
-
power: 10
|
|
1518
|
-
}
|
|
1418
|
+
/* if some locale input config satisfies pasted number, try to normalise with selected locale config */
|
|
1419
|
+
let numberOutput = null;
|
|
1420
|
+
for (const config of locales.items.map(({ id }) => locales[id].input.number)) {
|
|
1421
|
+
const normalized = +normalizeNumber(num, config);
|
|
1422
|
+
if (!Number.isNaN(normalized)) {
|
|
1423
|
+
numberOutput = normalized;
|
|
1424
|
+
break;
|
|
1519
1425
|
}
|
|
1520
1426
|
}
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1427
|
+
return numberOutput;
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
class KbqLocaleServiceModule {
|
|
1431
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1432
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule }); }
|
|
1433
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule, providers: [
|
|
1434
|
+
{ provide: KBQ_LOCALE_SERVICE, useClass: KbqLocaleService }
|
|
1435
|
+
] }); }
|
|
1436
|
+
}
|
|
1437
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqLocaleServiceModule, decorators: [{
|
|
1438
|
+
type: NgModule,
|
|
1439
|
+
args: [{
|
|
1440
|
+
providers: [
|
|
1441
|
+
{ provide: KBQ_LOCALE_SERVICE, useClass: KbqLocaleService }
|
|
1442
|
+
]
|
|
1443
|
+
}]
|
|
1444
|
+
}] });
|
|
1445
|
+
|
|
1446
|
+
class DateFormatter extends DateFormatter$1 {
|
|
1447
|
+
constructor(adapter, locale, localeService) {
|
|
1448
|
+
super(adapter, locale);
|
|
1449
|
+
this.adapter = adapter;
|
|
1450
|
+
this.localeService = localeService;
|
|
1451
|
+
this.localeService?.changes.pipe(takeUntilDestroyed()).subscribe((locale) => this.setLocale(locale));
|
|
1452
|
+
}
|
|
1453
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: DateFormatter, deps: [{ token: i1.DateAdapter }, { token: KBQ_DATE_LOCALE }, { token: KBQ_LOCALE_SERVICE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1454
|
+
/** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: DateFormatter }); }
|
|
1455
|
+
}
|
|
1456
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: DateFormatter, decorators: [{
|
|
1457
|
+
type: Injectable
|
|
1458
|
+
}], ctorParameters: () => [{ type: i1.DateAdapter }, { type: undefined, decorators: [{
|
|
1459
|
+
type: Inject,
|
|
1460
|
+
args: [KBQ_DATE_LOCALE]
|
|
1461
|
+
}] }, { type: undefined, decorators: [{
|
|
1462
|
+
type: Optional
|
|
1463
|
+
}, {
|
|
1464
|
+
type: Inject,
|
|
1465
|
+
args: [KBQ_LOCALE_SERVICE]
|
|
1466
|
+
}] }] });
|
|
1467
|
+
|
|
1468
|
+
class BaseFormatterPipe {
|
|
1469
|
+
constructor() {
|
|
1470
|
+
this.adapter = inject((DateAdapter));
|
|
1471
|
+
this.formatter = inject((DateFormatter));
|
|
1472
|
+
}
|
|
1473
|
+
}
|
|
1474
|
+
class AbsoluteDateFormatterPipe extends BaseFormatterPipe {
|
|
1475
|
+
transform(value, currYear) {
|
|
1476
|
+
const date = this.adapter.deserialize(value);
|
|
1477
|
+
return date ? this.formatter.absoluteLongDate(date, currYear) : '';
|
|
1478
|
+
}
|
|
1479
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1480
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterPipe, isStandalone: true, name: "absoluteLongDate" }); }
|
|
1481
|
+
}
|
|
1482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterPipe, decorators: [{
|
|
1483
|
+
type: Pipe,
|
|
1484
|
+
args: [{
|
|
1485
|
+
standalone: true,
|
|
1486
|
+
name: 'absoluteLongDate'
|
|
1487
|
+
}]
|
|
1488
|
+
}] });
|
|
1489
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1490
|
+
class AbsoluteDateFormatterImpurePipe extends AbsoluteDateFormatterPipe {
|
|
1491
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1492
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, isStandalone: true, name: "absoluteLongDateImpurePipe", pure: false }); }
|
|
1493
|
+
}
|
|
1494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateFormatterImpurePipe, decorators: [{
|
|
1495
|
+
type: Pipe,
|
|
1496
|
+
args: [{
|
|
1497
|
+
standalone: true,
|
|
1498
|
+
name: 'absoluteLongDateImpurePipe',
|
|
1499
|
+
pure: false
|
|
1500
|
+
}]
|
|
1501
|
+
}] });
|
|
1502
|
+
class AbsoluteDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
1503
|
+
transform(value, options) {
|
|
1504
|
+
const date = this.adapter.deserialize(value);
|
|
1505
|
+
return date ? this.formatter.absoluteLongDateTime(date, options) : '';
|
|
1506
|
+
}
|
|
1507
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1508
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, isStandalone: true, name: "absoluteLongDateTime" }); }
|
|
1509
|
+
}
|
|
1510
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterPipe, decorators: [{
|
|
1511
|
+
type: Pipe,
|
|
1512
|
+
args: [{
|
|
1513
|
+
standalone: true,
|
|
1514
|
+
name: 'absoluteLongDateTime'
|
|
1515
|
+
}]
|
|
1516
|
+
}] });
|
|
1517
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1518
|
+
class AbsoluteDateTimeFormatterImpurePipe extends AbsoluteDateTimeFormatterPipe {
|
|
1519
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1520
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, isStandalone: true, name: "absoluteLongDateTimeImpurePipe", pure: false }); }
|
|
1521
|
+
}
|
|
1522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateTimeFormatterImpurePipe, decorators: [{
|
|
1523
|
+
type: Pipe,
|
|
1524
|
+
args: [{
|
|
1525
|
+
standalone: true,
|
|
1526
|
+
name: 'absoluteLongDateTimeImpurePipe',
|
|
1527
|
+
pure: false
|
|
1528
|
+
}]
|
|
1529
|
+
}] });
|
|
1530
|
+
class AbsoluteDateShortFormatterPipe extends BaseFormatterPipe {
|
|
1531
|
+
transform(value, currYear) {
|
|
1532
|
+
const date = this.adapter.deserialize(value);
|
|
1533
|
+
return date ? this.formatter.absoluteShortDate(date, currYear) : '';
|
|
1534
|
+
}
|
|
1535
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1536
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterPipe, isStandalone: true, name: "absoluteShortDate" }); }
|
|
1537
|
+
}
|
|
1538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterPipe, decorators: [{
|
|
1539
|
+
type: Pipe,
|
|
1540
|
+
args: [{
|
|
1541
|
+
standalone: true,
|
|
1542
|
+
name: 'absoluteShortDate'
|
|
1543
|
+
}]
|
|
1544
|
+
}] });
|
|
1545
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1546
|
+
class AbsoluteDateShortFormatterImpurePipe extends AbsoluteDateShortFormatterPipe {
|
|
1547
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1548
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, isStandalone: true, name: "absoluteShortDateImpurePipe", pure: false }); }
|
|
1549
|
+
}
|
|
1550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteDateShortFormatterImpurePipe, decorators: [{
|
|
1551
|
+
type: Pipe,
|
|
1552
|
+
args: [{
|
|
1553
|
+
standalone: true,
|
|
1554
|
+
name: 'absoluteShortDateImpurePipe',
|
|
1555
|
+
pure: false
|
|
1556
|
+
}]
|
|
1557
|
+
}] });
|
|
1558
|
+
class AbsoluteShortDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
1559
|
+
transform(value, options) {
|
|
1560
|
+
const date = this.adapter.deserialize(value);
|
|
1561
|
+
return date ? this.formatter.absoluteShortDateTime(date, options) : '';
|
|
1562
|
+
}
|
|
1563
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1564
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, isStandalone: true, name: "absoluteShortDateTime" }); }
|
|
1565
|
+
}
|
|
1566
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterPipe, decorators: [{
|
|
1567
|
+
type: Pipe,
|
|
1568
|
+
args: [{
|
|
1569
|
+
standalone: true,
|
|
1570
|
+
name: 'absoluteShortDateTime'
|
|
1571
|
+
}]
|
|
1572
|
+
}] });
|
|
1573
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1574
|
+
class AbsoluteShortDateTimeFormatterImpurePipe extends AbsoluteShortDateTimeFormatterPipe {
|
|
1575
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1576
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, isStandalone: true, name: "absoluteShortDateTimeImpurePipe", pure: false }); }
|
|
1577
|
+
}
|
|
1578
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: AbsoluteShortDateTimeFormatterImpurePipe, decorators: [{
|
|
1579
|
+
type: Pipe,
|
|
1580
|
+
args: [{
|
|
1581
|
+
standalone: true,
|
|
1582
|
+
name: 'absoluteShortDateTimeImpurePipe',
|
|
1583
|
+
pure: false
|
|
1584
|
+
}]
|
|
1585
|
+
}] });
|
|
1586
|
+
class RelativeDateFormatterPipe extends BaseFormatterPipe {
|
|
1587
|
+
transform(value) {
|
|
1588
|
+
const date = this.adapter.deserialize(value);
|
|
1589
|
+
return date ? this.formatter.relativeLongDate(date) : '';
|
|
1590
|
+
}
|
|
1591
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1592
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, isStandalone: true, name: "relativeLongDate" }); }
|
|
1593
|
+
}
|
|
1594
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterPipe, decorators: [{
|
|
1595
|
+
type: Pipe,
|
|
1596
|
+
args: [{
|
|
1597
|
+
standalone: true,
|
|
1598
|
+
name: 'relativeLongDate'
|
|
1599
|
+
}]
|
|
1600
|
+
}] });
|
|
1601
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1602
|
+
class RelativeDateFormatterImpurePipe extends RelativeDateFormatterPipe {
|
|
1603
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1604
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterImpurePipe, isStandalone: true, name: "relativeLongDateImpurePipe", pure: false }); }
|
|
1605
|
+
}
|
|
1606
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateFormatterImpurePipe, decorators: [{
|
|
1607
|
+
type: Pipe,
|
|
1608
|
+
args: [{
|
|
1609
|
+
standalone: true,
|
|
1610
|
+
name: 'relativeLongDateImpurePipe',
|
|
1611
|
+
pure: false
|
|
1612
|
+
}]
|
|
1613
|
+
}] });
|
|
1614
|
+
class RelativeDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
1615
|
+
transform(value, options) {
|
|
1616
|
+
const date = this.adapter.deserialize(value);
|
|
1617
|
+
return date ? this.formatter.relativeLongDateTime(date, options) : '';
|
|
1558
1618
|
}
|
|
1559
|
-
};
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
},
|
|
1587
|
-
IEC: {
|
|
1588
|
-
abbreviations: ['Б', 'КиБ', 'МиБ', 'ГиБ', 'ТиБ'],
|
|
1589
|
-
base: 2,
|
|
1590
|
-
power: 10
|
|
1591
|
-
}
|
|
1592
|
-
}
|
|
1619
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1620
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, isStandalone: true, name: "relativeLongDateTime" }); }
|
|
1621
|
+
}
|
|
1622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterPipe, decorators: [{
|
|
1623
|
+
type: Pipe,
|
|
1624
|
+
args: [{
|
|
1625
|
+
standalone: true,
|
|
1626
|
+
name: 'relativeLongDateTime'
|
|
1627
|
+
}]
|
|
1628
|
+
}] });
|
|
1629
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1630
|
+
class RelativeDateTimeFormatterImpurePipe extends RelativeDateTimeFormatterPipe {
|
|
1631
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1632
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, isStandalone: true, name: "relativeLongDateTimeImpurePipe", pure: false }); }
|
|
1633
|
+
}
|
|
1634
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeDateTimeFormatterImpurePipe, decorators: [{
|
|
1635
|
+
type: Pipe,
|
|
1636
|
+
args: [{
|
|
1637
|
+
standalone: true,
|
|
1638
|
+
name: 'relativeLongDateTimeImpurePipe',
|
|
1639
|
+
pure: false
|
|
1640
|
+
}]
|
|
1641
|
+
}] });
|
|
1642
|
+
class RelativeShortDateFormatterPipe extends BaseFormatterPipe {
|
|
1643
|
+
transform(value) {
|
|
1644
|
+
const date = this.adapter.deserialize(value);
|
|
1645
|
+
return date ? this.formatter.relativeShortDate(date) : '';
|
|
1593
1646
|
}
|
|
1594
|
-
};
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
power: 3
|
|
1622
|
-
},
|
|
1623
|
-
IEC: {
|
|
1624
|
-
abbreviations: ['B', 'KiB', 'MiB', 'GiB', 'TiB'],
|
|
1625
|
-
base: 2,
|
|
1626
|
-
power: 10
|
|
1627
|
-
}
|
|
1628
|
-
}
|
|
1647
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1648
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, isStandalone: true, name: "relativeShortDate" }); }
|
|
1649
|
+
}
|
|
1650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterPipe, decorators: [{
|
|
1651
|
+
type: Pipe,
|
|
1652
|
+
args: [{
|
|
1653
|
+
standalone: true,
|
|
1654
|
+
name: 'relativeShortDate'
|
|
1655
|
+
}]
|
|
1656
|
+
}] });
|
|
1657
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1658
|
+
class RelativeShortDateFormatterImpurePipe extends RelativeShortDateFormatterPipe {
|
|
1659
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1660
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, isStandalone: true, name: "relativeShortDateImpurePipe", pure: false }); }
|
|
1661
|
+
}
|
|
1662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateFormatterImpurePipe, decorators: [{
|
|
1663
|
+
type: Pipe,
|
|
1664
|
+
args: [{
|
|
1665
|
+
standalone: true,
|
|
1666
|
+
name: 'relativeShortDateImpurePipe',
|
|
1667
|
+
pure: false
|
|
1668
|
+
}]
|
|
1669
|
+
}] });
|
|
1670
|
+
class RelativeShortDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
1671
|
+
transform(value, options) {
|
|
1672
|
+
const date = this.adapter.deserialize(value);
|
|
1673
|
+
return date ? this.formatter.relativeShortDateTime(date, options) : '';
|
|
1629
1674
|
}
|
|
1630
|
-
};
|
|
1631
|
-
|
|
1632
|
-
const KBQ_LOCALE_ID = new InjectionToken('KbqLocaleId');
|
|
1633
|
-
const KBQ_DEFAULT_LOCALE_ID = 'ru-RU';
|
|
1634
|
-
function KBQ_DEFAULT_LOCALE_DATA_FACTORY() {
|
|
1635
|
-
return {
|
|
1636
|
-
items: [
|
|
1637
|
-
{ id: 'en-US', name: 'English' },
|
|
1638
|
-
{ id: 'zh-CN', name: '简体中文' },
|
|
1639
|
-
{ id: 'es-LA', name: 'Español' },
|
|
1640
|
-
{ id: 'pt-BR', name: 'Português' },
|
|
1641
|
-
{ id: 'ru-RU', name: 'Русский' },
|
|
1642
|
-
{ id: 'fa-IR', name: 'فارسی' },
|
|
1643
|
-
{ id: 'tk-TM', name: 'Türkmen' }
|
|
1644
|
-
],
|
|
1645
|
-
'en-US': { ...enUSLocaleData, ...enUSFormattersData },
|
|
1646
|
-
'zh-CN': { ...zhCNLocaleData, ...zhCNFormattersData },
|
|
1647
|
-
'es-LA': { ...esLALocaleData, ...esLAFormattersData },
|
|
1648
|
-
'pt-BR': { ...ptBRLocaleData, ...ptBRFormattersData },
|
|
1649
|
-
'ru-RU': { ...ruRULocaleData, ...ruRUFormattersData },
|
|
1650
|
-
'fa-IR': { ...faIRLocaleData, ...faIRFormattersData },
|
|
1651
|
-
'tk-TM': { ...tkTMLocaleData, ...tkTMFormattersData }
|
|
1652
|
-
};
|
|
1675
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1676
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, isStandalone: true, name: "relativeShortDateTime" }); }
|
|
1653
1677
|
}
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
const
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
});
|
|
1680
|
-
class KbqLocaleService {
|
|
1681
|
-
constructor(id, localeData) {
|
|
1682
|
-
this.locales = {};
|
|
1683
|
-
this.document = inject(DOCUMENT);
|
|
1684
|
-
this.langAttrName = inject(KBQ_LOCALE_SERVICE_LANG_ATTR_NAME);
|
|
1685
|
-
this.locales = localeData;
|
|
1686
|
-
this.id = id || KBQ_DEFAULT_LOCALE_ID;
|
|
1687
|
-
this.current = this.locales[this.id];
|
|
1688
|
-
this.changes = new BehaviorSubject(this.id);
|
|
1678
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterPipe, decorators: [{
|
|
1679
|
+
type: Pipe,
|
|
1680
|
+
args: [{
|
|
1681
|
+
standalone: true,
|
|
1682
|
+
name: 'relativeShortDateTime'
|
|
1683
|
+
}]
|
|
1684
|
+
}] });
|
|
1685
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1686
|
+
class RelativeShortDateTimeFormatterImpurePipe extends RelativeShortDateTimeFormatterPipe {
|
|
1687
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1688
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, isStandalone: true, name: "relativeShortDateTimeImpurePipe", pure: false }); }
|
|
1689
|
+
}
|
|
1690
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RelativeShortDateTimeFormatterImpurePipe, decorators: [{
|
|
1691
|
+
type: Pipe,
|
|
1692
|
+
args: [{
|
|
1693
|
+
standalone: true,
|
|
1694
|
+
name: 'relativeShortDateTimeImpurePipe',
|
|
1695
|
+
pure: false
|
|
1696
|
+
}]
|
|
1697
|
+
}] });
|
|
1698
|
+
class RangeDateFormatterPipe extends BaseFormatterPipe {
|
|
1699
|
+
transform([value1, value2]) {
|
|
1700
|
+
const date1 = this.adapter.deserialize(value1);
|
|
1701
|
+
const date2 = this.adapter.deserialize(value2);
|
|
1702
|
+
return this.formatter.rangeLongDate(date1, date2);
|
|
1689
1703
|
}
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1704
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1705
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, isStandalone: true, name: "rangeLongDate" }); }
|
|
1706
|
+
}
|
|
1707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterPipe, decorators: [{
|
|
1708
|
+
type: Pipe,
|
|
1709
|
+
args: [{
|
|
1710
|
+
standalone: true,
|
|
1711
|
+
name: 'rangeLongDate'
|
|
1712
|
+
}]
|
|
1713
|
+
}] });
|
|
1714
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1715
|
+
class RangeDateFormatterImpurePipe extends RangeDateFormatterPipe {
|
|
1716
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1717
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterImpurePipe, isStandalone: true, name: "rangeLongDateImpurePipe", pure: false }); }
|
|
1718
|
+
}
|
|
1719
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateFormatterImpurePipe, decorators: [{
|
|
1720
|
+
type: Pipe,
|
|
1721
|
+
args: [{
|
|
1722
|
+
standalone: true,
|
|
1723
|
+
name: 'rangeLongDateImpurePipe',
|
|
1724
|
+
pure: false
|
|
1725
|
+
}]
|
|
1726
|
+
}] });
|
|
1727
|
+
class RangeShortDateFormatterPipe extends BaseFormatterPipe {
|
|
1728
|
+
transform([value1, value2]) {
|
|
1729
|
+
const date1 = this.adapter.deserialize(value1);
|
|
1730
|
+
const date2 = this.adapter.deserialize(value2);
|
|
1731
|
+
return this.formatter.rangeShortDate(date1, date2);
|
|
1695
1732
|
}
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1733
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1734
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, isStandalone: true, name: "rangeShortDate" }); }
|
|
1735
|
+
}
|
|
1736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterPipe, decorators: [{
|
|
1737
|
+
type: Pipe,
|
|
1738
|
+
args: [{
|
|
1739
|
+
standalone: true,
|
|
1740
|
+
name: 'rangeShortDate'
|
|
1741
|
+
}]
|
|
1742
|
+
}] });
|
|
1743
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1744
|
+
class RangeShortDateFormatterImpurePipe extends RangeShortDateFormatterPipe {
|
|
1745
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1746
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterImpurePipe, isStandalone: true, name: "rangeShortDateImpurePipe", pure: false }); }
|
|
1747
|
+
}
|
|
1748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateFormatterImpurePipe, decorators: [{
|
|
1749
|
+
type: Pipe,
|
|
1750
|
+
args: [{
|
|
1751
|
+
standalone: true,
|
|
1752
|
+
name: 'rangeShortDateImpurePipe',
|
|
1753
|
+
pure: false
|
|
1754
|
+
}]
|
|
1755
|
+
}] });
|
|
1756
|
+
class RangeDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
1757
|
+
transform([value1, value2], options) {
|
|
1758
|
+
const date1 = this.adapter.deserialize(value1);
|
|
1759
|
+
const date2 = this.adapter.deserialize(value2);
|
|
1760
|
+
return this.formatter.rangeLongDateTime(date1, date2, options);
|
|
1700
1761
|
}
|
|
1701
|
-
|
|
1702
|
-
|
|
1762
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1763
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, isStandalone: true, name: "rangeLongDateTime" }); }
|
|
1764
|
+
}
|
|
1765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterPipe, decorators: [{
|
|
1766
|
+
type: Pipe,
|
|
1767
|
+
args: [{
|
|
1768
|
+
standalone: true,
|
|
1769
|
+
name: 'rangeLongDateTime'
|
|
1770
|
+
}]
|
|
1771
|
+
}] });
|
|
1772
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1773
|
+
class RangeDateTimeFormatterImpurePipe extends RangeDateTimeFormatterPipe {
|
|
1774
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1775
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeLongDateTimeImpurePipe", pure: false }); }
|
|
1776
|
+
}
|
|
1777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeDateTimeFormatterImpurePipe, decorators: [{
|
|
1778
|
+
type: Pipe,
|
|
1779
|
+
args: [{
|
|
1780
|
+
standalone: true,
|
|
1781
|
+
name: 'rangeLongDateTimeImpurePipe',
|
|
1782
|
+
pure: false
|
|
1783
|
+
}]
|
|
1784
|
+
}] });
|
|
1785
|
+
class RangeMiddleDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
1786
|
+
transform([value1, value2], options) {
|
|
1787
|
+
const date1 = this.adapter.deserialize(value1);
|
|
1788
|
+
const date2 = this.adapter.deserialize(value2);
|
|
1789
|
+
return this.formatter.rangeMiddleDateTime(date1, date2, options);
|
|
1703
1790
|
}
|
|
1704
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type:
|
|
1705
|
-
/** @nocollapse */ static { this.ɵ
|
|
1791
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1792
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, isStandalone: true, name: "rangeMiddleDateTime" }); }
|
|
1706
1793
|
}
|
|
1707
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type:
|
|
1708
|
-
type:
|
|
1709
|
-
args: [{
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
type: Inject,
|
|
1719
|
-
args: [KBQ_LOCALE_DATA]
|
|
1720
|
-
}] }] });
|
|
1721
|
-
/**
|
|
1722
|
-
* Function that returns a string representation of a number without localized separators
|
|
1723
|
-
*/
|
|
1724
|
-
function normalizeNumber(value, customConfig) {
|
|
1725
|
-
if (value === null || value === undefined)
|
|
1726
|
-
return '';
|
|
1727
|
-
const { groupSeparator, fractionSeparator } = customConfig;
|
|
1728
|
-
const groupSeparatorRegexp = new RegExp(`[${groupSeparator.join('')}]`, 'g');
|
|
1729
|
-
const fractionSeparatorRegexp = new RegExp(`\\${fractionSeparator}`, 'g');
|
|
1730
|
-
return value.toString().replace(groupSeparatorRegexp, '').replace(fractionSeparatorRegexp, '.');
|
|
1794
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterPipe, decorators: [{
|
|
1795
|
+
type: Pipe,
|
|
1796
|
+
args: [{
|
|
1797
|
+
standalone: true,
|
|
1798
|
+
name: 'rangeMiddleDateTime'
|
|
1799
|
+
}]
|
|
1800
|
+
}] });
|
|
1801
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1802
|
+
class RangeMiddleDateTimeFormatterImpurePipe extends RangeMiddleDateTimeFormatterPipe {
|
|
1803
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1804
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeMiddleDateTimeImpurePipe", pure: false }); }
|
|
1731
1805
|
}
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
const
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
break;
|
|
1746
|
-
}
|
|
1806
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeMiddleDateTimeFormatterImpurePipe, decorators: [{
|
|
1807
|
+
type: Pipe,
|
|
1808
|
+
args: [{
|
|
1809
|
+
standalone: true,
|
|
1810
|
+
name: 'rangeMiddleDateTimeImpurePipe',
|
|
1811
|
+
pure: false
|
|
1812
|
+
}]
|
|
1813
|
+
}] });
|
|
1814
|
+
class RangeShortDateTimeFormatterPipe extends BaseFormatterPipe {
|
|
1815
|
+
transform([value1, value2], options) {
|
|
1816
|
+
const date1 = this.adapter.deserialize(value1);
|
|
1817
|
+
const date2 = this.adapter.deserialize(value2);
|
|
1818
|
+
return this.formatter.rangeShortDateTime(date1, date2, options);
|
|
1747
1819
|
}
|
|
1748
|
-
|
|
1820
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1821
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, isStandalone: true, name: "rangeShortDateTime" }); }
|
|
1749
1822
|
}
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
] });
|
|
1823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterPipe, decorators: [{
|
|
1824
|
+
type: Pipe,
|
|
1825
|
+
args: [{
|
|
1826
|
+
standalone: true,
|
|
1827
|
+
name: 'rangeShortDateTime'
|
|
1828
|
+
}]
|
|
1829
|
+
}] });
|
|
1830
|
+
// eslint-disable-next-line @angular-eslint/use-pipe-transform-interface
|
|
1831
|
+
class RangeShortDateTimeFormatterImpurePipe extends RangeShortDateTimeFormatterPipe {
|
|
1832
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1833
|
+
/** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, isStandalone: true, name: "rangeShortDateTimeImpurePipe", pure: false }); }
|
|
1757
1834
|
}
|
|
1758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type:
|
|
1759
|
-
type:
|
|
1835
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: RangeShortDateTimeFormatterImpurePipe, decorators: [{
|
|
1836
|
+
type: Pipe,
|
|
1760
1837
|
args: [{
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1838
|
+
standalone: true,
|
|
1839
|
+
name: 'rangeShortDateTimeImpurePipe',
|
|
1840
|
+
pure: false
|
|
1764
1841
|
}]
|
|
1765
1842
|
}] });
|
|
1766
1843
|
|
|
@@ -2588,20 +2665,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
|
|
|
2588
2665
|
}] });
|
|
2589
2666
|
|
|
2590
2667
|
const KBQ_OPTION_ACTION_PARENT = new InjectionToken('KBQ_OPTION_ACTION_PARENT');
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2668
|
+
class KbqOptionActionComponent {
|
|
2669
|
+
get disabled() {
|
|
2670
|
+
return this._disabled;
|
|
2671
|
+
}
|
|
2672
|
+
set disabled(value) {
|
|
2673
|
+
if (value !== this.disabled) {
|
|
2674
|
+
this._disabled = value;
|
|
2675
|
+
}
|
|
2676
|
+
}
|
|
2597
2677
|
get active() {
|
|
2598
2678
|
return this.hasFocus || !!this.option.dropdownTrigger?.opened;
|
|
2599
2679
|
}
|
|
2600
2680
|
constructor(elementRef, focusMonitor, option) {
|
|
2601
|
-
super();
|
|
2602
2681
|
this.elementRef = elementRef;
|
|
2603
2682
|
this.focusMonitor = focusMonitor;
|
|
2604
2683
|
this.option = option;
|
|
2684
|
+
this._disabled = false;
|
|
2605
2685
|
this.hasFocus = false;
|
|
2606
2686
|
this.destroyRef = inject(DestroyRef);
|
|
2607
2687
|
}
|
|
@@ -2661,7 +2741,7 @@ class KbqOptionActionComponent extends KbqOptionActionMixinBase {
|
|
|
2661
2741
|
setTimeout(() => (this.option.tooltipTrigger.disabled = false));
|
|
2662
2742
|
}
|
|
2663
2743
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptionActionComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.FocusMonitor }, { token: KBQ_OPTION_ACTION_PARENT }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2664
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.6", type: KbqOptionActionComponent, selector: "kbq-option-action", inputs: { disabled: "disabled" }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur()", "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" }, queries: [{ propertyName: "customIcon", first: true, predicate: ["customIcon"], descendants: true }], exportAs: ["kbqOptionAction"],
|
|
2744
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.6", type: KbqOptionActionComponent, selector: "kbq-option-action", inputs: { disabled: ["disabled", "disabled", booleanAttribute] }, host: { listeners: { "focus": "onFocus($event)", "blur": "onBlur()", "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" }, queries: [{ propertyName: "customIcon", first: true, predicate: ["customIcon"], descendants: true }], exportAs: ["kbqOptionAction"], ngImport: i0, template: `
|
|
2665
2745
|
@if (!!customIcon) {
|
|
2666
2746
|
<ng-content select="[kbq-icon]" />
|
|
2667
2747
|
} @else {
|
|
@@ -2687,54 +2767,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
|
|
|
2687
2767
|
'(blur)': 'onBlur()',
|
|
2688
2768
|
'(click)': 'onClick($event)',
|
|
2689
2769
|
'(keydown)': 'onKeyDown($event)'
|
|
2690
|
-
},
|
|
2770
|
+
}, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".kbq-option-action{box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:-2px;width:var(--kbq-typography-text-normal-line-height);height:var(--kbq-typography-text-normal-line-height);cursor:pointer;outline:none;border:var(--kbq-size-3xs) solid transparent;background:transparent}.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-option-action.kbq-pressed .kbq-icon{color:var(--kbq-states-icon-contrast-fade-active)}.kbq-option-action:hover .kbq-icon{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{color:var(--kbq-states-icon-disabled)}\n"] }]
|
|
2691
2771
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1$1.FocusMonitor }, { type: undefined, decorators: [{
|
|
2692
2772
|
type: Inject,
|
|
2693
2773
|
args: [KBQ_OPTION_ACTION_PARENT]
|
|
2694
2774
|
}] }], propDecorators: { customIcon: [{
|
|
2695
2775
|
type: ContentChild,
|
|
2696
2776
|
args: ['customIcon']
|
|
2777
|
+
}], disabled: [{
|
|
2778
|
+
type: Input,
|
|
2779
|
+
args: [{ transform: booleanAttribute }]
|
|
2697
2780
|
}] } });
|
|
2698
2781
|
|
|
2699
|
-
/** @docs-private */
|
|
2700
|
-
class KbqOptgroupBase {
|
|
2701
|
-
}
|
|
2702
|
-
const KbqOptgroupMixinBase = mixinDisabled(KbqOptgroupBase);
|
|
2703
2782
|
let uniqueOptgroupIdCounter = 0;
|
|
2704
2783
|
/**
|
|
2705
2784
|
* Component that is used to group instances of `kbq-option`.
|
|
2706
2785
|
* When options aren't provided as `ng-content`, used as a Group Header with styling.
|
|
2707
2786
|
*/
|
|
2708
|
-
class KbqOptgroup
|
|
2787
|
+
class KbqOptgroup {
|
|
2709
2788
|
constructor() {
|
|
2710
|
-
|
|
2789
|
+
this._disabled = false;
|
|
2711
2790
|
/** Unique id for the underlying label. */
|
|
2712
2791
|
this.labelId = `kbq-optgroup-label-${uniqueOptgroupIdCounter++}`;
|
|
2713
2792
|
}
|
|
2714
|
-
|
|
2715
|
-
|
|
2793
|
+
get disabled() {
|
|
2794
|
+
return this._disabled;
|
|
2795
|
+
}
|
|
2796
|
+
set disabled(value) {
|
|
2797
|
+
if (value !== this.disabled) {
|
|
2798
|
+
this._disabled = value;
|
|
2799
|
+
}
|
|
2800
|
+
}
|
|
2801
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptgroup, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2802
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.6", 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-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 }); }
|
|
2716
2803
|
}
|
|
2717
2804
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOptgroup, decorators: [{
|
|
2718
2805
|
type: Component,
|
|
2719
|
-
args: [{ selector: 'kbq-optgroup', exportAs: 'kbqOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2806
|
+
args: [{ selector: 'kbq-optgroup', exportAs: 'kbqOptgroup', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: {
|
|
2720
2807
|
class: 'kbq-optgroup',
|
|
2721
2808
|
'[class.kbq-disabled]': 'disabled'
|
|
2722
2809
|
}, 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-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"] }]
|
|
2723
2810
|
}], propDecorators: { label: [{
|
|
2724
2811
|
type: Input
|
|
2812
|
+
}], disabled: [{
|
|
2813
|
+
type: Input,
|
|
2814
|
+
args: [{ transform: booleanAttribute }]
|
|
2725
2815
|
}] } });
|
|
2726
2816
|
|
|
2727
2817
|
const KBQ_TITLE_TEXT_REF = new InjectionToken('KbqTitleTextRef');
|
|
2728
2818
|
|
|
2729
|
-
// Boilerplate for applying mixins to KbqPseudoCheckbox.
|
|
2730
|
-
/** @docs-private */
|
|
2731
|
-
class KbqPseudoCheckboxBase {
|
|
2732
|
-
constructor(elementRef) {
|
|
2733
|
-
this.elementRef = elementRef;
|
|
2734
|
-
}
|
|
2735
|
-
}
|
|
2736
|
-
/** @docs-private */
|
|
2737
|
-
const KbqPseudoCheckboxMixinBase = mixinColor(mixinDisabled(KbqPseudoCheckboxBase), KbqComponentColors.Theme);
|
|
2738
2819
|
/**
|
|
2739
2820
|
* Component that shows a simplified checkbox without including any kind of "real" checkbox.
|
|
2740
2821
|
* Meant to be used when the checkbox is purely decorative and a large number of them will be
|
|
@@ -2748,15 +2829,15 @@ const KbqPseudoCheckboxMixinBase = mixinColor(mixinDisabled(KbqPseudoCheckboxBas
|
|
|
2748
2829
|
* of more complex components that appropriately handle selected / checked state.
|
|
2749
2830
|
* @docs-private
|
|
2750
2831
|
*/
|
|
2751
|
-
class KbqPseudoCheckbox extends
|
|
2752
|
-
constructor(
|
|
2753
|
-
super(
|
|
2832
|
+
class KbqPseudoCheckbox extends KbqColorDirective {
|
|
2833
|
+
constructor() {
|
|
2834
|
+
super(...arguments);
|
|
2754
2835
|
this.big = false;
|
|
2755
2836
|
this.state = 'unchecked';
|
|
2756
2837
|
this.disabled = false;
|
|
2757
2838
|
}
|
|
2758
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckbox, deps:
|
|
2759
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", type: KbqPseudoCheckbox, selector: "kbq-pseudo-checkbox", inputs: {
|
|
2839
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckbox, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
2840
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.6", 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 === \"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 }); }
|
|
2760
2841
|
}
|
|
2761
2842
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPseudoCheckbox, decorators: [{
|
|
2762
2843
|
type: Component,
|
|
@@ -2766,8 +2847,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImpor
|
|
|
2766
2847
|
'[class.kbq-indeterminate]': 'state === "indeterminate"',
|
|
2767
2848
|
'[class.kbq-checked]': 'state === "checked"',
|
|
2768
2849
|
'[class.kbq-disabled]': 'disabled'
|
|
2769
|
-
}, preserveWhitespaces: false,
|
|
2770
|
-
}],
|
|
2850
|
+
}, preserveWhitespaces: false, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, 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"] }]
|
|
2851
|
+
}], propDecorators: { big: [{
|
|
2771
2852
|
type: Input
|
|
2772
2853
|
}], state: [{
|
|
2773
2854
|
type: Input
|
|
@@ -2992,7 +3073,7 @@ class KbqOption extends KbqOptionBase {
|
|
|
2992
3073
|
provide: KBQ_TITLE_TEXT_REF,
|
|
2993
3074
|
useExisting: KbqOption
|
|
2994
3075
|
}
|
|
2995
|
-
], viewQueries: [{ propertyName: "textElement", first: true, predicate: ["kbqTitleText"], descendants: true }], exportAs: ["kbqOption"], usesInheritance: true, ngImport: i0, template: "@if (showCheckbox) {\n <kbq-pseudo-checkbox [disabled]=\"disabled\" [state]=\"selected ? 'checked' : 'unchecked'\" />\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{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{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.kbq-selected{background:var(--kbq-list-states-selected-container-background)}.kbq-option.kbq-selected .kbq-option-text{color:var(--kbq-list-states-selected-text-color)}.kbq-option.kbq-selected .kbq-option-action .kbq-icon{color:var(--kbq-list-states-selected-icon-button-color)}.kbq-option.kbq-selected .kbq-option-caption{color:var(--kbq-list-states-selected-caption-color)}.kbq-option.kbq-selected:hover:not(.kbq-disabled){background:var(--kbq-list-states-selected-hover-container-background)}.kbq-option.kbq-selected:hover:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-selected-hover-text-color)}.kbq-option.kbq-selected:hover:not(.kbq-disabled) .kbq-option-action .kbq-icon{color:var(--kbq-list-states-selected-hover-icon-button-color)}.kbq-option.kbq-selected:hover:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-selected-hover-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{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}.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-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-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-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-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-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-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-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-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: ["
|
|
3076
|
+
], viewQueries: [{ propertyName: "textElement", first: true, predicate: ["kbqTitleText"], descendants: true }], exportAs: ["kbqOption"], usesInheritance: true, ngImport: i0, template: "@if (showCheckbox) {\n <kbq-pseudo-checkbox [disabled]=\"disabled\" [state]=\"selected ? 'checked' : 'unchecked'\" />\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{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{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.kbq-selected{background:var(--kbq-list-states-selected-container-background)}.kbq-option.kbq-selected .kbq-option-text{color:var(--kbq-list-states-selected-text-color)}.kbq-option.kbq-selected .kbq-option-action .kbq-icon{color:var(--kbq-list-states-selected-icon-button-color)}.kbq-option.kbq-selected .kbq-option-caption{color:var(--kbq-list-states-selected-caption-color)}.kbq-option.kbq-selected:hover:not(.kbq-disabled){background:var(--kbq-list-states-selected-hover-container-background)}.kbq-option.kbq-selected:hover:not(.kbq-disabled) .kbq-option-text{color:var(--kbq-list-states-selected-hover-text-color)}.kbq-option.kbq-selected:hover:not(.kbq-disabled) .kbq-option-action .kbq-icon{color:var(--kbq-list-states-selected-hover-icon-button-color)}.kbq-option.kbq-selected:hover:not(.kbq-disabled) .kbq-option-caption{color:var(--kbq-list-states-selected-hover-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{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}.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-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-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-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-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-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-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-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-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 }); }
|
|
2996
3077
|
}
|
|
2997
3078
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqOption, decorators: [{
|
|
2998
3079
|
type: Component,
|
|
@@ -3419,7 +3500,10 @@ class EmptyFocusTrapStrategy {
|
|
|
3419
3500
|
class KbqPopUp {
|
|
3420
3501
|
constructor() {
|
|
3421
3502
|
this.renderer = inject(Renderer2);
|
|
3503
|
+
this.elementRef = inject(ElementRef);
|
|
3422
3504
|
this.changeDetectorRef = inject(ChangeDetectorRef);
|
|
3505
|
+
/** Stream that emits when the popup item is hovered. */
|
|
3506
|
+
this.hovered = new BehaviorSubject(false);
|
|
3423
3507
|
this.classMap = {};
|
|
3424
3508
|
this.visibility = PopUpVisibility.Initial;
|
|
3425
3509
|
this.visibleChange = new EventEmitter();
|
|
@@ -3431,6 +3515,7 @@ class KbqPopUp {
|
|
|
3431
3515
|
clearTimeout(this.showTimeoutId);
|
|
3432
3516
|
clearTimeout(this.hideTimeoutId);
|
|
3433
3517
|
this.onHideSubject.complete();
|
|
3518
|
+
this.hovered.complete();
|
|
3434
3519
|
}
|
|
3435
3520
|
isTemplateRef(value) {
|
|
3436
3521
|
return value instanceof TemplateRef;
|
|
@@ -3447,6 +3532,9 @@ class KbqPopUp {
|
|
|
3447
3532
|
// Mark for check so if any parent component has set the
|
|
3448
3533
|
// ChangeDetectionStrategy to OnPush it will be checked anyways
|
|
3449
3534
|
this.markForCheck();
|
|
3535
|
+
if (this.trigger.triggerName === 'mouseenter') {
|
|
3536
|
+
this.addEventListenerForHide();
|
|
3537
|
+
}
|
|
3450
3538
|
}, delay);
|
|
3451
3539
|
}
|
|
3452
3540
|
/**
|
|
@@ -3506,11 +3594,20 @@ class KbqPopUp {
|
|
|
3506
3594
|
this.hide(0);
|
|
3507
3595
|
}
|
|
3508
3596
|
}
|
|
3597
|
+
addEventListenerForHide() {
|
|
3598
|
+
this.elementRef.nativeElement.addEventListener('mouseleave', () => this.hide(0));
|
|
3599
|
+
}
|
|
3509
3600
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPopUp, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3510
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqPopUp, ngImport: i0 }); }
|
|
3601
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.6", type: KbqPopUp, host: { listeners: { "mouseenter": "hovered.next(true)", "mouseleave": "hovered.next(false)" } }, ngImport: i0 }); }
|
|
3511
3602
|
}
|
|
3512
3603
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.6", ngImport: i0, type: KbqPopUp, decorators: [{
|
|
3513
|
-
type: Directive
|
|
3604
|
+
type: Directive,
|
|
3605
|
+
args: [{
|
|
3606
|
+
host: {
|
|
3607
|
+
'(mouseenter)': 'hovered.next(true)',
|
|
3608
|
+
'(mouseleave)': 'hovered.next(false)'
|
|
3609
|
+
}
|
|
3610
|
+
}]
|
|
3514
3611
|
}] });
|
|
3515
3612
|
|
|
3516
3613
|
const applyPopupMargins = (renderer, element, name, value) => {
|
|
@@ -3584,6 +3681,11 @@ class KbqPopUpTrigger {
|
|
|
3584
3681
|
this.visible = false;
|
|
3585
3682
|
this.listeners = new Map();
|
|
3586
3683
|
this.availablePositions = POSITION_MAP;
|
|
3684
|
+
this.hide = (delay = this.leaveDelay) => {
|
|
3685
|
+
if (this.instance && this.triggerName !== 'mouseenter' && !this.instance.hovered.getValue()) {
|
|
3686
|
+
this.ngZone.run(() => this.instance.hide(delay));
|
|
3687
|
+
}
|
|
3688
|
+
};
|
|
3587
3689
|
this.detach = () => {
|
|
3588
3690
|
if (this.overlayRef?.hasAttached()) {
|
|
3589
3691
|
this.overlayRef.detach();
|
|
@@ -3689,11 +3791,6 @@ class KbqPopUpTrigger {
|
|
|
3689
3791
|
this.updatePosition();
|
|
3690
3792
|
this.instance.show(delay);
|
|
3691
3793
|
}
|
|
3692
|
-
hide(delay = this.leaveDelay) {
|
|
3693
|
-
if (this.instance) {
|
|
3694
|
-
this.ngZone.run(() => this.instance.hide(delay));
|
|
3695
|
-
}
|
|
3696
|
-
}
|
|
3697
3794
|
/** Create the overlay config and position strategy */
|
|
3698
3795
|
createOverlay() {
|
|
3699
3796
|
if (this.overlayRef) {
|
|
@@ -3730,7 +3827,7 @@ class KbqPopUpTrigger {
|
|
|
3730
3827
|
if (this.trigger.includes(PopUpTriggers.Hover)) {
|
|
3731
3828
|
this.listeners
|
|
3732
3829
|
.set(...this.createListener('mouseenter', this.show))
|
|
3733
|
-
.set(...this.createListener('mouseleave', this.hide));
|
|
3830
|
+
.set(...this.createListener('mouseleave', () => setTimeout(this.hide)));
|
|
3734
3831
|
}
|
|
3735
3832
|
if (this.trigger.includes(PopUpTriggers.Focus)) {
|
|
3736
3833
|
this.listeners
|
|
@@ -3740,7 +3837,7 @@ class KbqPopUpTrigger {
|
|
|
3740
3837
|
if (this.trigger.includes(PopUpTriggers.Keydown)) {
|
|
3741
3838
|
this.listeners.set('keydown', (event) => {
|
|
3742
3839
|
if (event instanceof KeyboardEvent && [ENTER, SPACE].includes(event.keyCode)) {
|
|
3743
|
-
this.show();
|
|
3840
|
+
setTimeout(() => this.show());
|
|
3744
3841
|
}
|
|
3745
3842
|
});
|
|
3746
3843
|
}
|
|
@@ -4277,6 +4374,12 @@ function isBoolean(value) {
|
|
|
4277
4374
|
function toBoolean(value) {
|
|
4278
4375
|
return value != null && `${value}` !== 'false';
|
|
4279
4376
|
}
|
|
4377
|
+
const getNodesWithoutComments = (nodes) => {
|
|
4378
|
+
const COMMENT_NODE = 8;
|
|
4379
|
+
return Array.from(nodes).filter((node) => node.nodeType !== COMMENT_NODE);
|
|
4380
|
+
};
|
|
4381
|
+
const leftIconClassName = 'kbq-icon_left';
|
|
4382
|
+
const rightIconClassName = 'kbq-icon_right';
|
|
4280
4383
|
|
|
4281
4384
|
const validationTooltipShowDelay = 10;
|
|
4282
4385
|
const validationTooltipHideDelay = 3000;
|
|
@@ -4285,11 +4388,11 @@ const KBQ_VALIDATION = new InjectionToken('KbqUseValidation', {
|
|
|
4285
4388
|
factory: () => ({ useValidation: true })
|
|
4286
4389
|
});
|
|
4287
4390
|
|
|
4288
|
-
const VERSION = new Version('18.
|
|
4391
|
+
const VERSION = new Version('18.22.0+sha-1f652e3');
|
|
4289
4392
|
|
|
4290
4393
|
/**
|
|
4291
4394
|
* Generated bundle index. Do not edit.
|
|
4292
4395
|
*/
|
|
4293
4396
|
|
|
4294
|
-
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_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, KbqAbstractSelect, KbqAnimationCurves, KbqAnimationDurations, KbqCommonModule, KbqComponentColors, KbqDataSizePipe, KbqDecimalPipe, KbqDefaultThemes, KbqForm, KbqFormElement, KbqFormattersModule, KbqFormsModule, KbqHighlightModule, KbqHighlightPipe, KbqLine, KbqLineModule, KbqLineSetter, KbqLocaleService, KbqLocaleServiceModule, KbqMeasureScrollbarService, KbqOptgroup,
|
|
4397
|
+
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_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, KbqAbstractSelect, KbqAnimationCurves, KbqAnimationDurations, KbqColorDirective, KbqCommonModule, KbqComponentColors, KbqDataSizePipe, KbqDecimalPipe, KbqDefaultThemes, KbqForm, KbqFormElement, KbqFormattersModule, KbqFormsModule, KbqHighlightModule, KbqHighlightPipe, KbqLine, KbqLineModule, KbqLineSetter, KbqLocaleService, KbqLocaleServiceModule, KbqMeasureScrollbarService, KbqOptgroup, KbqOption, KbqOptionActionComponent, KbqOptionBase, KbqOptionModule, KbqOptionSelectionChange, KbqPopUp, KbqPopUpTrigger, KbqPseudoCheckbox, KbqPseudoCheckboxModule, KbqRoundDecimalPipe, KbqSelectFooter, KbqSelectMatcher, KbqSelectSearch, KbqSelectSearchEmptyResult, KbqSelectTrigger, KbqTableNumberPipe, KbqThemeSelector, KbqVirtualOption, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, MeasurementSystem, MultipleMode, NUMBER_FORMAT_REGEXP, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PasswordValidators, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, RIGHT_BOTTOM_POSITION_PRIORITY, RIGHT_POSITION_PRIORITY, RIGHT_TOP_POSITION_PRIORITY, RangeDateFormatterImpurePipe, RangeDateFormatterPipe, RangeDateTimeFormatterImpurePipe, RangeDateTimeFormatterPipe, RangeMiddleDateTimeFormatterImpurePipe, RangeMiddleDateTimeFormatterPipe, RangeShortDateFormatterImpurePipe, RangeShortDateFormatterPipe, RangeShortDateTimeFormatterImpurePipe, RangeShortDateTimeFormatterPipe, RelativeDateFormatterImpurePipe, RelativeDateFormatterPipe, RelativeDateTimeFormatterImpurePipe, RelativeDateTimeFormatterPipe, RelativeShortDateFormatterImpurePipe, RelativeShortDateFormatterPipe, RelativeShortDateTimeFormatterImpurePipe, RelativeShortDateTimeFormatterPipe, SELECT_PANEL_VIEWPORT_PADDING, ShowOnControlDirtyErrorStateMatcher, ShowOnFormSubmitErrorStateMatcher, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, ThemePalette, ThemeService, VERSION, applyPopupMargins, checkAndNormalizeLocalizedNumber, countGroupLabelsBeforeOption, defaultOffsetY, enUSFormattersData, enUSLocaleData, esLAFormattersData, esLALocaleData, escapeRegExp, faIRFormattersData, faIRLocaleData, fadeAnimation, formatDataSize, getHumanizedBytes, getKbqSelectDynamicMultipleError, getKbqSelectNonArrayValueError, getKbqSelectNonFunctionValueError, getNodesWithoutComments, getOptionScrollPosition, isBoolean, isWithin, kbqErrorStateMatcherProvider, kbqLocaleServiceLangAttrNameProvider, kbqSelectAnimations, kbqSelectScrollStrategyProviderFactory, leftIconClassName, mixinColor, mixinDisabled, mixinErrorState, mixinTabIndex, normalizeNumber, numberByParts, ptBRFormattersData, ptBRLocaleData, rightIconClassName, ruRUFormattersData, ruRULocaleData, selectEvents, tkTMFormattersData, tkTMLocaleData, toBoolean, validationTooltipHideDelay, validationTooltipShowDelay, zhCNFormattersData, zhCNLocaleData };
|
|
4295
4398
|
//# sourceMappingURL=koobiq-components-core.mjs.map
|