@koobiq/components 20.0.0 → 20.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/accordion-trigger.component.scss +0 -18
- package/accordion/accordion.component.scss +9 -2
- package/actions-panel/index.d.ts +1 -0
- package/alert/_alert-theme.scss +0 -4
- package/alert/alert-tokens.scss +4 -4
- package/app-switcher/app-switcher-dropdown-app.scss +2 -0
- package/breadcrumbs/breadcrumbs.scss +4 -0
- package/breadcrumbs/index.d.ts +2 -1
- package/button/button-group.scss +42 -2
- package/button-toggle/button-toggle.scss +23 -0
- package/button-toggle/index.d.ts +3 -1
- package/checkbox/checkbox.scss +5 -4
- package/clamped-text/index.d.ts +1 -0
- package/core/index.d.ts +402 -13
- package/core/styles/common/_animation.scss +4 -0
- package/core/styles/theming/_components-theming.scss +1 -1
- package/core/styles/theming/_scrollbar-theme.scss +4 -0
- package/datepicker/_datepicker-theme.scss +1 -1
- package/datepicker/datepicker-toggle.scss +3 -3
- package/dl/index.d.ts +1 -0
- package/dropdown/dropdown.scss +2 -2
- package/fesm2022/koobiq-components-accordion.mjs +4 -4
- package/fesm2022/koobiq-components-accordion.mjs.map +1 -1
- package/fesm2022/koobiq-components-actions-panel.mjs +14 -5
- package/fesm2022/koobiq-components-actions-panel.mjs.map +1 -1
- package/fesm2022/koobiq-components-alert.mjs +2 -2
- package/fesm2022/koobiq-components-alert.mjs.map +1 -1
- package/fesm2022/koobiq-components-app-switcher.mjs +6 -6
- package/fesm2022/koobiq-components-app-switcher.mjs.map +1 -1
- package/fesm2022/koobiq-components-breadcrumbs.mjs +6 -4
- package/fesm2022/koobiq-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +9 -6
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +4 -4
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +2 -2
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-clamped-text.mjs +4 -0
- package/fesm2022/koobiq-components-clamped-text.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +4 -0
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +449 -112
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +5 -5
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +3 -2
- package/fesm2022/koobiq-components-dl.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +8 -13
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +33 -22
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-filter-bar.mjs +974 -758
- package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-flag.mjs +66 -0
- package/fesm2022/koobiq-components-flag.mjs.map +1 -0
- package/fesm2022/koobiq-components-form-field.mjs +2 -2
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +2 -2
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-inline-edit.mjs +27 -6
- package/fesm2022/koobiq-components-inline-edit.mjs.map +1 -1
- package/fesm2022/koobiq-components-list.mjs +39 -20
- package/fesm2022/koobiq-components-list.mjs.map +1 -1
- package/fesm2022/koobiq-components-loader-overlay.mjs +2 -2
- package/fesm2022/koobiq-components-loader-overlay.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +9 -5
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +10 -9
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-notification-center.mjs +178 -19
- package/fesm2022/koobiq-components-notification-center.mjs.map +1 -1
- package/fesm2022/koobiq-components-overflow-items.mjs +12 -4
- package/fesm2022/koobiq-components-overflow-items.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +4 -4
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-bar.mjs +2 -2
- package/fesm2022/koobiq-components-progress-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +2 -2
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-radio.mjs +3 -7
- package/fesm2022/koobiq-components-radio.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +38 -16
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs +4 -0
- package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidepanel.mjs +3 -3
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-skeleton.mjs +2 -2
- package/fesm2022/koobiq-components-skeleton.mjs.map +1 -1
- package/fesm2022/koobiq-components-split-button.mjs +2 -2
- package/fesm2022/koobiq-components-split-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-splitter.mjs +6 -2
- package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
- package/fesm2022/koobiq-components-table.mjs +8 -6
- package/fesm2022/koobiq-components-table.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs +19 -7
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-tags.mjs +7 -0
- package/fesm2022/koobiq-components-tags.mjs.map +1 -1
- package/fesm2022/koobiq-components-textarea.mjs +7 -14
- package/fesm2022/koobiq-components-textarea.mjs.map +1 -1
- package/fesm2022/koobiq-components-time-range.mjs +4 -4
- package/fesm2022/koobiq-components-time-range.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +6 -0
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +132 -14
- package/fesm2022/koobiq-components-title.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 +2 -2
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +50 -2
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +44 -11
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +67 -41
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/fesm2022/koobiq-components-username.mjs +16 -3
- package/fesm2022/koobiq-components-username.mjs.map +1 -1
- package/file-upload/file-upload-tokens.scss +1 -0
- package/file-upload/index.d.ts +10 -7
- package/filter-bar/_filter-bar-theme.scss +86 -0
- package/filter-bar/filter-bar-tokens.scss +6 -0
- package/filter-bar/filter-bar.scss +10 -4
- package/filter-bar/filter-refresher.scss +1 -1
- package/filter-bar/filters.scss +23 -19
- package/filter-bar/index.d.ts +707 -338
- package/filter-bar/pipes/base-pipe.scss +14 -35
- package/filter-bar/pipes/pipe-date.scss +20 -14
- package/filter-bar/pipes/pipe-multi-tree-select.scss +5 -3
- package/filter-bar/pipes/pipe-multiselect.scss +5 -3
- package/filter-bar/pipes/pipe-readonly.scss +4 -13
- package/filter-bar/pipes/pipe-select.scss +3 -1
- package/filter-bar/pipes/pipe-tree-select.scss +3 -1
- package/flag/flag.scss +53 -0
- package/flag/index.d.ts +44 -0
- package/icon/icon-item-tokens.scss +1 -1
- package/inline-edit/index.d.ts +5 -0
- package/inline-edit/inline-edit.scss +7 -7
- package/link/link-tokens.scss +2 -2
- package/list/index.d.ts +11 -2
- package/loader-overlay/loader-overlay-tokens.scss +1 -1
- package/modal/_modal-animation.scss +6 -6
- package/modal/_modal-theme.scss +5 -0
- package/modal/index.d.ts +3 -1
- package/modal/modal.scss +15 -0
- package/navbar/index.d.ts +1 -0
- package/navbar/navbar-item.scss +9 -0
- package/notification-center/_notification-center-theme.scss +2 -1
- package/notification-center/index.d.ts +88 -3
- package/notification-center/notification-center.scss +42 -4
- package/notification-center/notification-item.scss +3 -2
- package/overflow-items/index.d.ts +1 -0
- package/package.json +7 -3
- 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.scss +4 -0
- package/progress-spinner/progress-spinner.scss +5 -1
- package/radio/index.d.ts +1 -5
- package/radio/radio.scss +18 -4
- package/schematics/collection.json +5 -0
- package/schematics/migrations/filter-bar-signals/README.md +66 -0
- package/schematics/migrations/filter-bar-signals/data.js +72 -0
- package/schematics/migrations/filter-bar-signals/index.js +316 -0
- package/schematics/migrations/filter-bar-signals/schema.json +20 -0
- package/schematics/migrations.json +5 -0
- package/schematics/ng-add/index.js +1 -1
- package/select/index.d.ts +10 -2
- package/sidebar/index.d.ts +1 -0
- package/skeleton/skeleton.scss +4 -0
- package/split-button/_split-button-theme.scss +2 -2
- package/splitter/_splitter-theme.scss +2 -2
- package/splitter/index.d.ts +1 -0
- package/table/_table-theme.scss +4 -0
- package/table/index.d.ts +3 -2
- package/tabs/index.d.ts +2 -0
- package/tabs/tab-header.scss +1 -0
- package/tabs/tabs-tokens.scss +1 -1
- package/textarea/index.d.ts +0 -1
- package/time-range/time-range.scss +0 -8
- package/timepicker/timepicker.scss +2 -2
- package/timezone/index.d.ts +1 -0
- package/title/index.d.ts +92 -2
- package/tooltip/index.d.ts +51 -3
- package/tree/_tree-theme.scss +2 -7
- package/tree/index.d.ts +19 -4
- package/tree/toggle.scss +5 -0
- package/tree/tree-option.scss +0 -4
- package/tree-select/_tree-select-theme.scss +1 -1
- package/tree-select/index.d.ts +9 -2
- package/username/index.d.ts +20 -2
package/core/index.d.ts
CHANGED
|
@@ -6,9 +6,10 @@ import { AnimationTriggerMetadata, AnimationEvent } from '@angular/animations';
|
|
|
6
6
|
import { DateAdapter as DateAdapter$1, DateFormats } from '@koobiq/date-adapter';
|
|
7
7
|
import { AbstractControl, FormGroupDirective, NgForm, NgControl, ValidatorFn } from '@angular/forms';
|
|
8
8
|
import { FormatterDurationTemplate, DateFormatter as DateFormatter$1, DateTimeOptions } from '@koobiq/date-formatter';
|
|
9
|
-
import { ConnectionPositionPair, Overlay, ScrollStrategy, ScrollDispatcher, CdkScrollable, OverlayRef, OverlayConfig, FlexibleConnectedPositionStrategy, ConnectedOverlayPositionChange, CdkConnectedOverlay, RepositionScrollStrategy } from '@angular/cdk/overlay';
|
|
9
|
+
import { ConnectionPositionPair, Overlay, ScrollStrategy, OverlayContainer, ScrollDispatcher, CdkScrollable, OverlayRef, OverlayConfig, FlexibleConnectedPositionStrategy, ConnectedOverlayPositionChange, CdkConnectedOverlay, RepositionScrollStrategy } from '@angular/cdk/overlay';
|
|
10
10
|
import { Directionality } from '@angular/cdk/bidi';
|
|
11
11
|
import { ComponentPortal } from '@angular/cdk/portal';
|
|
12
|
+
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
12
13
|
import { AsyncScheduler } from 'rxjs/internal/scheduler/AsyncScheduler';
|
|
13
14
|
|
|
14
15
|
interface ListKeyManagerOption {
|
|
@@ -578,9 +579,15 @@ declare const enUSLocaleData: {
|
|
|
578
579
|
errorHint: string;
|
|
579
580
|
saveButton: string;
|
|
580
581
|
cancelButton: string;
|
|
582
|
+
actionsTooltip: string;
|
|
581
583
|
};
|
|
582
584
|
add: {
|
|
583
585
|
tooltip: string;
|
|
586
|
+
addedAnnouncement: string;
|
|
587
|
+
};
|
|
588
|
+
refresher: {
|
|
589
|
+
refresh: string;
|
|
590
|
+
settings: string;
|
|
584
591
|
};
|
|
585
592
|
pipe: {
|
|
586
593
|
clearButtonTooltip: string;
|
|
@@ -638,6 +645,9 @@ declare const enUSLocaleData: {
|
|
|
638
645
|
allTime: string;
|
|
639
646
|
currentQuarter: string;
|
|
640
647
|
currentYear: string;
|
|
648
|
+
allTimeOption: string;
|
|
649
|
+
currentQuarterOption: string;
|
|
650
|
+
currentYearOption: string;
|
|
641
651
|
};
|
|
642
652
|
durationTemplate: {
|
|
643
653
|
title: {
|
|
@@ -676,6 +686,7 @@ declare const enUSLocaleData: {
|
|
|
676
686
|
noNotifications: string;
|
|
677
687
|
failedToLoadNotifications: string;
|
|
678
688
|
repeat: string;
|
|
689
|
+
loadingMore: string;
|
|
679
690
|
};
|
|
680
691
|
};
|
|
681
692
|
|
|
@@ -753,9 +764,15 @@ declare const esLALocaleData: {
|
|
|
753
764
|
errorHint: string;
|
|
754
765
|
saveButton: string;
|
|
755
766
|
cancelButton: string;
|
|
767
|
+
actionsTooltip: string;
|
|
756
768
|
};
|
|
757
769
|
add: {
|
|
758
770
|
tooltip: string;
|
|
771
|
+
addedAnnouncement: string;
|
|
772
|
+
};
|
|
773
|
+
refresher: {
|
|
774
|
+
refresh: string;
|
|
775
|
+
settings: string;
|
|
759
776
|
};
|
|
760
777
|
pipe: {
|
|
761
778
|
clearButtonTooltip: string;
|
|
@@ -813,6 +830,9 @@ declare const esLALocaleData: {
|
|
|
813
830
|
allTime: string;
|
|
814
831
|
currentQuarter: string;
|
|
815
832
|
currentYear: string;
|
|
833
|
+
allTimeOption: string;
|
|
834
|
+
currentQuarterOption: string;
|
|
835
|
+
currentYearOption: string;
|
|
816
836
|
};
|
|
817
837
|
durationTemplate: {
|
|
818
838
|
title: {
|
|
@@ -851,6 +871,7 @@ declare const esLALocaleData: {
|
|
|
851
871
|
noNotifications: string;
|
|
852
872
|
failedToLoadNotifications: string;
|
|
853
873
|
repeat: string;
|
|
874
|
+
loadingMore: string;
|
|
854
875
|
};
|
|
855
876
|
};
|
|
856
877
|
|
|
@@ -928,9 +949,15 @@ declare const ptBRLocaleData: {
|
|
|
928
949
|
errorHint: string;
|
|
929
950
|
saveButton: string;
|
|
930
951
|
cancelButton: string;
|
|
952
|
+
actionsTooltip: string;
|
|
931
953
|
};
|
|
932
954
|
add: {
|
|
933
955
|
tooltip: string;
|
|
956
|
+
addedAnnouncement: string;
|
|
957
|
+
};
|
|
958
|
+
refresher: {
|
|
959
|
+
refresh: string;
|
|
960
|
+
settings: string;
|
|
934
961
|
};
|
|
935
962
|
pipe: {
|
|
936
963
|
clearButtonTooltip: string;
|
|
@@ -988,6 +1015,9 @@ declare const ptBRLocaleData: {
|
|
|
988
1015
|
allTime: string;
|
|
989
1016
|
currentQuarter: string;
|
|
990
1017
|
currentYear: string;
|
|
1018
|
+
allTimeOption: string;
|
|
1019
|
+
currentQuarterOption: string;
|
|
1020
|
+
currentYearOption: string;
|
|
991
1021
|
};
|
|
992
1022
|
durationTemplate: {
|
|
993
1023
|
title: {
|
|
@@ -1026,6 +1056,7 @@ declare const ptBRLocaleData: {
|
|
|
1026
1056
|
noNotifications: string;
|
|
1027
1057
|
failedToLoadNotifications: string;
|
|
1028
1058
|
repeat: string;
|
|
1059
|
+
loadingMore: string;
|
|
1029
1060
|
};
|
|
1030
1061
|
};
|
|
1031
1062
|
|
|
@@ -1104,9 +1135,15 @@ declare const ruRULocaleData: {
|
|
|
1104
1135
|
errorHint: string;
|
|
1105
1136
|
saveButton: string;
|
|
1106
1137
|
cancelButton: string;
|
|
1138
|
+
actionsTooltip: string;
|
|
1107
1139
|
};
|
|
1108
1140
|
add: {
|
|
1109
1141
|
tooltip: string;
|
|
1142
|
+
addedAnnouncement: string;
|
|
1143
|
+
};
|
|
1144
|
+
refresher: {
|
|
1145
|
+
refresh: string;
|
|
1146
|
+
settings: string;
|
|
1110
1147
|
};
|
|
1111
1148
|
pipe: {
|
|
1112
1149
|
clearButtonTooltip: string;
|
|
@@ -1164,6 +1201,9 @@ declare const ruRULocaleData: {
|
|
|
1164
1201
|
allTime: string;
|
|
1165
1202
|
currentQuarter: string;
|
|
1166
1203
|
currentYear: string;
|
|
1204
|
+
allTimeOption: string;
|
|
1205
|
+
currentQuarterOption: string;
|
|
1206
|
+
currentYearOption: string;
|
|
1167
1207
|
};
|
|
1168
1208
|
durationTemplate: {
|
|
1169
1209
|
title: {
|
|
@@ -1202,6 +1242,7 @@ declare const ruRULocaleData: {
|
|
|
1202
1242
|
noNotifications: string;
|
|
1203
1243
|
failedToLoadNotifications: string;
|
|
1204
1244
|
repeat: string;
|
|
1245
|
+
loadingMore: string;
|
|
1205
1246
|
};
|
|
1206
1247
|
};
|
|
1207
1248
|
|
|
@@ -1280,9 +1321,15 @@ declare const tkTMLocaleData: {
|
|
|
1280
1321
|
errorHint: string;
|
|
1281
1322
|
saveButton: string;
|
|
1282
1323
|
cancelButton: string;
|
|
1324
|
+
actionsTooltip: string;
|
|
1283
1325
|
};
|
|
1284
1326
|
add: {
|
|
1285
1327
|
tooltip: string;
|
|
1328
|
+
addedAnnouncement: string;
|
|
1329
|
+
};
|
|
1330
|
+
refresher: {
|
|
1331
|
+
refresh: string;
|
|
1332
|
+
settings: string;
|
|
1286
1333
|
};
|
|
1287
1334
|
pipe: {
|
|
1288
1335
|
clearButtonTooltip: string;
|
|
@@ -1340,6 +1387,9 @@ declare const tkTMLocaleData: {
|
|
|
1340
1387
|
allTime: string;
|
|
1341
1388
|
currentQuarter: string;
|
|
1342
1389
|
currentYear: string;
|
|
1390
|
+
allTimeOption: string;
|
|
1391
|
+
currentQuarterOption: string;
|
|
1392
|
+
currentYearOption: string;
|
|
1343
1393
|
};
|
|
1344
1394
|
durationTemplate: {
|
|
1345
1395
|
title: {
|
|
@@ -1378,6 +1428,7 @@ declare const tkTMLocaleData: {
|
|
|
1378
1428
|
noNotifications: string;
|
|
1379
1429
|
failedToLoadNotifications: string;
|
|
1380
1430
|
repeat: string;
|
|
1431
|
+
loadingMore: string;
|
|
1381
1432
|
};
|
|
1382
1433
|
};
|
|
1383
1434
|
|
|
@@ -1625,6 +1676,12 @@ type KbqTimeRangeLocaleConfig = {
|
|
|
1625
1676
|
allTime: string;
|
|
1626
1677
|
currentQuarter: string;
|
|
1627
1678
|
currentYear: string;
|
|
1679
|
+
/** Label for the `allTime` option in the presets list, as opposed to the trigger label in `allTime` */
|
|
1680
|
+
allTimeOption?: string;
|
|
1681
|
+
/** Label for the `currentQuarter` option in the presets list, as opposed to the trigger label in `currentQuarter` */
|
|
1682
|
+
currentQuarterOption?: string;
|
|
1683
|
+
/** Label for the `currentYear` option in the presets list, as opposed to the trigger label in `currentYear` */
|
|
1684
|
+
currentYearOption?: string;
|
|
1628
1685
|
};
|
|
1629
1686
|
durationTemplate: {
|
|
1630
1687
|
title: FormatterDurationTemplate;
|
|
@@ -1765,9 +1822,15 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
1765
1822
|
errorHint: string;
|
|
1766
1823
|
saveButton: string;
|
|
1767
1824
|
cancelButton: string;
|
|
1825
|
+
actionsTooltip: string;
|
|
1768
1826
|
};
|
|
1769
1827
|
add: {
|
|
1770
1828
|
tooltip: string;
|
|
1829
|
+
addedAnnouncement: string;
|
|
1830
|
+
};
|
|
1831
|
+
refresher: {
|
|
1832
|
+
refresh: string;
|
|
1833
|
+
settings: string;
|
|
1771
1834
|
};
|
|
1772
1835
|
pipe: {
|
|
1773
1836
|
clearButtonTooltip: string;
|
|
@@ -1825,6 +1888,9 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
1825
1888
|
allTime: string;
|
|
1826
1889
|
currentQuarter: string;
|
|
1827
1890
|
currentYear: string;
|
|
1891
|
+
allTimeOption: string;
|
|
1892
|
+
currentQuarterOption: string;
|
|
1893
|
+
currentYearOption: string;
|
|
1828
1894
|
};
|
|
1829
1895
|
durationTemplate: {
|
|
1830
1896
|
title: {
|
|
@@ -1863,6 +1929,7 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
1863
1929
|
noNotifications: string;
|
|
1864
1930
|
failedToLoadNotifications: string;
|
|
1865
1931
|
repeat: string;
|
|
1932
|
+
loadingMore: string;
|
|
1866
1933
|
};
|
|
1867
1934
|
};
|
|
1868
1935
|
'es-LA': {
|
|
@@ -1977,9 +2044,15 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
1977
2044
|
errorHint: string;
|
|
1978
2045
|
saveButton: string;
|
|
1979
2046
|
cancelButton: string;
|
|
2047
|
+
actionsTooltip: string;
|
|
1980
2048
|
};
|
|
1981
2049
|
add: {
|
|
1982
2050
|
tooltip: string;
|
|
2051
|
+
addedAnnouncement: string;
|
|
2052
|
+
};
|
|
2053
|
+
refresher: {
|
|
2054
|
+
refresh: string;
|
|
2055
|
+
settings: string;
|
|
1983
2056
|
};
|
|
1984
2057
|
pipe: {
|
|
1985
2058
|
clearButtonTooltip: string;
|
|
@@ -2037,6 +2110,9 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
2037
2110
|
allTime: string;
|
|
2038
2111
|
currentQuarter: string;
|
|
2039
2112
|
currentYear: string;
|
|
2113
|
+
allTimeOption: string;
|
|
2114
|
+
currentQuarterOption: string;
|
|
2115
|
+
currentYearOption: string;
|
|
2040
2116
|
};
|
|
2041
2117
|
durationTemplate: {
|
|
2042
2118
|
title: {
|
|
@@ -2075,6 +2151,7 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
2075
2151
|
noNotifications: string;
|
|
2076
2152
|
failedToLoadNotifications: string;
|
|
2077
2153
|
repeat: string;
|
|
2154
|
+
loadingMore: string;
|
|
2078
2155
|
};
|
|
2079
2156
|
};
|
|
2080
2157
|
'pt-BR': {
|
|
@@ -2185,9 +2262,15 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
2185
2262
|
errorHint: string;
|
|
2186
2263
|
saveButton: string;
|
|
2187
2264
|
cancelButton: string;
|
|
2265
|
+
actionsTooltip: string;
|
|
2188
2266
|
};
|
|
2189
2267
|
add: {
|
|
2190
2268
|
tooltip: string;
|
|
2269
|
+
addedAnnouncement: string;
|
|
2270
|
+
};
|
|
2271
|
+
refresher: {
|
|
2272
|
+
refresh: string;
|
|
2273
|
+
settings: string;
|
|
2191
2274
|
};
|
|
2192
2275
|
pipe: {
|
|
2193
2276
|
clearButtonTooltip: string;
|
|
@@ -2245,6 +2328,9 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
2245
2328
|
allTime: string;
|
|
2246
2329
|
currentQuarter: string;
|
|
2247
2330
|
currentYear: string;
|
|
2331
|
+
allTimeOption: string;
|
|
2332
|
+
currentQuarterOption: string;
|
|
2333
|
+
currentYearOption: string;
|
|
2248
2334
|
};
|
|
2249
2335
|
durationTemplate: {
|
|
2250
2336
|
title: {
|
|
@@ -2283,6 +2369,7 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
2283
2369
|
noNotifications: string;
|
|
2284
2370
|
failedToLoadNotifications: string;
|
|
2285
2371
|
repeat: string;
|
|
2372
|
+
loadingMore: string;
|
|
2286
2373
|
};
|
|
2287
2374
|
};
|
|
2288
2375
|
'ru-RU': {
|
|
@@ -2399,9 +2486,15 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
2399
2486
|
errorHint: string;
|
|
2400
2487
|
saveButton: string;
|
|
2401
2488
|
cancelButton: string;
|
|
2489
|
+
actionsTooltip: string;
|
|
2402
2490
|
};
|
|
2403
2491
|
add: {
|
|
2404
2492
|
tooltip: string;
|
|
2493
|
+
addedAnnouncement: string;
|
|
2494
|
+
};
|
|
2495
|
+
refresher: {
|
|
2496
|
+
refresh: string;
|
|
2497
|
+
settings: string;
|
|
2405
2498
|
};
|
|
2406
2499
|
pipe: {
|
|
2407
2500
|
clearButtonTooltip: string;
|
|
@@ -2459,6 +2552,9 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
2459
2552
|
allTime: string;
|
|
2460
2553
|
currentQuarter: string;
|
|
2461
2554
|
currentYear: string;
|
|
2555
|
+
allTimeOption: string;
|
|
2556
|
+
currentQuarterOption: string;
|
|
2557
|
+
currentYearOption: string;
|
|
2462
2558
|
};
|
|
2463
2559
|
durationTemplate: {
|
|
2464
2560
|
title: {
|
|
@@ -2497,6 +2593,7 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
2497
2593
|
noNotifications: string;
|
|
2498
2594
|
failedToLoadNotifications: string;
|
|
2499
2595
|
repeat: string;
|
|
2596
|
+
loadingMore: string;
|
|
2500
2597
|
};
|
|
2501
2598
|
};
|
|
2502
2599
|
'tk-TM': {
|
|
@@ -2609,9 +2706,15 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
2609
2706
|
errorHint: string;
|
|
2610
2707
|
saveButton: string;
|
|
2611
2708
|
cancelButton: string;
|
|
2709
|
+
actionsTooltip: string;
|
|
2612
2710
|
};
|
|
2613
2711
|
add: {
|
|
2614
2712
|
tooltip: string;
|
|
2713
|
+
addedAnnouncement: string;
|
|
2714
|
+
};
|
|
2715
|
+
refresher: {
|
|
2716
|
+
refresh: string;
|
|
2717
|
+
settings: string;
|
|
2615
2718
|
};
|
|
2616
2719
|
pipe: {
|
|
2617
2720
|
clearButtonTooltip: string;
|
|
@@ -2669,6 +2772,9 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
2669
2772
|
allTime: string;
|
|
2670
2773
|
currentQuarter: string;
|
|
2671
2774
|
currentYear: string;
|
|
2775
|
+
allTimeOption: string;
|
|
2776
|
+
currentQuarterOption: string;
|
|
2777
|
+
currentYearOption: string;
|
|
2672
2778
|
};
|
|
2673
2779
|
durationTemplate: {
|
|
2674
2780
|
title: {
|
|
@@ -2707,6 +2813,7 @@ declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
2707
2813
|
noNotifications: string;
|
|
2708
2814
|
failedToLoadNotifications: string;
|
|
2709
2815
|
repeat: string;
|
|
2816
|
+
loadingMore: string;
|
|
2710
2817
|
};
|
|
2711
2818
|
};
|
|
2712
2819
|
};
|
|
@@ -3937,6 +4044,86 @@ declare const KBQ_CUSTOM_SCROLL_STRATEGY_PROVIDER: <T>(token: InjectionToken<T>,
|
|
|
3937
4044
|
useFactory: (overlay: Overlay) => () => ScrollStrategy;
|
|
3938
4045
|
};
|
|
3939
4046
|
|
|
4047
|
+
/**
|
|
4048
|
+
* Reference to the element used to locate the shadow root that should host the CDK overlay container.
|
|
4049
|
+
*
|
|
4050
|
+
* It can be the shadow host element itself (the common case — the MFE root element) or any element that already
|
|
4051
|
+
* lives inside the shadow tree. Provide it directly, as an `ElementRef`, or as a getter (useful when the element is
|
|
4052
|
+
* created after the providers are declared, e.g. resolved lazily at bootstrap).
|
|
4053
|
+
*/
|
|
4054
|
+
type KbqShadowDomOverlayHost = HTMLElement | ElementRef<HTMLElement> | (() => Element | null | undefined);
|
|
4055
|
+
/**
|
|
4056
|
+
* Element used by {@link KbqShadowDomOverlayContainer} to locate the shadow root that should host overlays.
|
|
4057
|
+
*
|
|
4058
|
+
* When not provided, the container falls back to the application root component element.
|
|
4059
|
+
*/
|
|
4060
|
+
declare const KBQ_SHADOW_DOM_OVERLAY_HOST: InjectionToken<KbqShadowDomOverlayHost>;
|
|
4061
|
+
/**
|
|
4062
|
+
* `OverlayContainer` that places the `.cdk-overlay-container` inside a shadow root instead of `document.body`.
|
|
4063
|
+
*
|
|
4064
|
+
* The default CDK `OverlayContainer` always appends its container to `document.body`. When the application is
|
|
4065
|
+
* rendered inside a shadow root (e.g. a Module Federation micro-frontend), overlays — toasts, modals, dropdowns,
|
|
4066
|
+
* tooltips, etc. — escape the shadow tree into the light DOM. There they lose access to the styles and theme tokens
|
|
4067
|
+
* scoped to the shadow root (Koobiq theme tokens are defined on the `.kbq-light` / `.kbq-dark` ancestor), which
|
|
4068
|
+
* results in unstyled overlays.
|
|
4069
|
+
*
|
|
4070
|
+
* This container resolves the target shadow root from {@link KBQ_SHADOW_DOM_OVERLAY_HOST} (or the root component when
|
|
4071
|
+
* the token is absent) and relocates the overlay container into it. After relocating, it also clones CDK's own
|
|
4072
|
+
* structural overlay stylesheet (`position`/`z-index`/backdrop, `.cdk-overlay-container:empty`) into the shadow root,
|
|
4073
|
+
* since those `document.head` styles do not cross the shadow boundary. If no shadow root is found — the common case
|
|
4074
|
+
* for an app rendered directly in the light DOM — the container is left on `document.body`, so it is safe to provide
|
|
4075
|
+
* unconditionally.
|
|
4076
|
+
*
|
|
4077
|
+
* Only **open** shadow roots can be resolved: a closed shadow root exposes neither `Element.shadowRoot` nor a
|
|
4078
|
+
* `ShadowRoot` from `getRootNode()`, so pass an element that already lives inside the closed tree if you must use one.
|
|
4079
|
+
*
|
|
4080
|
+
* Note: this fixes the overlay container *placement* and delivers the CDK structural overlay styles. The host
|
|
4081
|
+
* application is still responsible for delivering the **Koobiq component/theme styles** (the `.kbq-light` / `.kbq-dark`
|
|
4082
|
+
* tokens and component CSS) into the shadow root, since global `document.head` stylesheets do not cascade across a
|
|
4083
|
+
* shadow boundary.
|
|
4084
|
+
*
|
|
4085
|
+
* @see kbqShadowDomOverlayProvider
|
|
4086
|
+
*/
|
|
4087
|
+
declare class KbqShadowDomOverlayContainer extends OverlayContainer {
|
|
4088
|
+
private readonly host;
|
|
4089
|
+
private readonly applicationRef;
|
|
4090
|
+
/** @internal CDK lifecycle hook — overridden to relocate the container into a shadow root. */
|
|
4091
|
+
protected _createContainer(): void;
|
|
4092
|
+
/**
|
|
4093
|
+
* Clones CDK's structural overlay stylesheet into the shadow root.
|
|
4094
|
+
*
|
|
4095
|
+
* CDK ships the overlay's structural CSS as a `ViewEncapsulation.None` component, so Angular injects it as a
|
|
4096
|
+
* `<style>` in `document.head` synchronously — `OverlayContainer.getContainerElement()` loads it before
|
|
4097
|
+
* `_createContainer()` runs. Those rules do not cross the shadow boundary, so a relocated container would
|
|
4098
|
+
* otherwise be unpositioned. Cloning the already-injected stylesheet keeps it version-matched to the installed
|
|
4099
|
+
* `@angular/cdk` and is idempotent.
|
|
4100
|
+
*/
|
|
4101
|
+
private deliverStructuralStyles;
|
|
4102
|
+
private resolveShadowRoot;
|
|
4103
|
+
private resolveHostElement;
|
|
4104
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqShadowDomOverlayContainer, never>;
|
|
4105
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<KbqShadowDomOverlayContainer>;
|
|
4106
|
+
}
|
|
4107
|
+
/**
|
|
4108
|
+
* Providers that route all CDK overlays into a shadow root via {@link KbqShadowDomOverlayContainer}.
|
|
4109
|
+
*
|
|
4110
|
+
* Add it to the bootstrap providers of an application rendered inside a shadow root:
|
|
4111
|
+
*
|
|
4112
|
+
* ```ts
|
|
4113
|
+
* bootstrapApplication(AppComponent, {
|
|
4114
|
+
* providers: kbqShadowDomOverlayProvider(() => document.querySelector('my-mfe-root')!)
|
|
4115
|
+
* });
|
|
4116
|
+
* ```
|
|
4117
|
+
*
|
|
4118
|
+
* The provider replaces the global `OverlayContainer` token, so it cannot be combined with another custom
|
|
4119
|
+
* `OverlayContainer` (e.g. CDK's `FullscreenOverlayContainer`) — the last provider wins. Apps that need both must
|
|
4120
|
+
* subclass `KbqShadowDomOverlayContainer`.
|
|
4121
|
+
*
|
|
4122
|
+
* @param host element (or getter / `ElementRef`) inside the target shadow tree. When omitted, the application root
|
|
4123
|
+
* component element is used to resolve the shadow root.
|
|
4124
|
+
*/
|
|
4125
|
+
declare const kbqShadowDomOverlayProvider: (host?: KbqShadowDomOverlayHost) => Provider[];
|
|
4126
|
+
|
|
3940
4127
|
/**
|
|
3941
4128
|
* Injects the native element for the current component.
|
|
3942
4129
|
*/
|
|
@@ -4021,98 +4208,240 @@ declare class EmptyFocusTrapStrategy implements FocusTrapInertStrategy {
|
|
|
4021
4208
|
allowFocus(): void;
|
|
4022
4209
|
}
|
|
4023
4210
|
|
|
4211
|
+
/**
|
|
4212
|
+
* Abstract base directive for hover/focus/click-triggered pop-ups (e.g. tooltip and popover). It manages the
|
|
4213
|
+
* CDK overlay lifecycle, binds the trigger event listeners, resolves placement via a flexible connected position
|
|
4214
|
+
* strategy, and controls show/hide timing. Concrete subclasses supply the pop-up component type, its content,
|
|
4215
|
+
* and the overlay configuration.
|
|
4216
|
+
*/
|
|
4024
4217
|
declare abstract class KbqPopUpTrigger<T> implements OnInit, OnDestroy {
|
|
4025
|
-
/** Stream that emits when the popupTrigger is hovered.
|
|
4218
|
+
/** Stream that emits when the popupTrigger is hovered.
|
|
4219
|
+
* @docs-private */
|
|
4026
4220
|
readonly hovered: BehaviorSubject<boolean>;
|
|
4221
|
+
/** RxJS scheduler that drives the hide timeout; `undefined` falls back to the default async scheduler.
|
|
4222
|
+
* @docs-private */
|
|
4027
4223
|
protected readonly scheduler: AsyncScheduler | undefined;
|
|
4224
|
+
/** CDK Overlay service used to create and position the pop-up overlay.
|
|
4225
|
+
* @docs-private */
|
|
4028
4226
|
protected readonly overlay: Overlay;
|
|
4227
|
+
/** Reference to the host element the pop-up is anchored to.
|
|
4228
|
+
* @docs-private */
|
|
4029
4229
|
protected readonly elementRef: ElementRef<HTMLElement>;
|
|
4230
|
+
/** Angular zone, used to run the hide timer outside Angular and re-enter when hiding.
|
|
4231
|
+
* @docs-private */
|
|
4030
4232
|
protected readonly ngZone: NgZone;
|
|
4233
|
+
/** CDK ScrollDispatcher, used to track ancestor scroll containers so the pop-up repositions on scroll.
|
|
4234
|
+
* @docs-private */
|
|
4031
4235
|
protected readonly scrollDispatcher: ScrollDispatcher;
|
|
4236
|
+
/** CDK ViewportRuler, used to re-apply the stick-to-window position on window resize.
|
|
4237
|
+
* @docs-private */
|
|
4238
|
+
protected readonly viewportRuler: ViewportRuler;
|
|
4239
|
+
/** View container the pop-up component portal is attached to.
|
|
4240
|
+
* @docs-private */
|
|
4032
4241
|
protected readonly hostView: ViewContainerRef;
|
|
4242
|
+
/** Text direction (LTR/RTL) applied to the overlay when a `Directionality` is available.
|
|
4243
|
+
* @docs-private */
|
|
4033
4244
|
protected readonly direction: Directionality | null;
|
|
4245
|
+
/** Destroy reference used to auto-unsubscribe streams when the directive is destroyed.
|
|
4246
|
+
* @docs-private */
|
|
4034
4247
|
protected readonly destroyRef: DestroyRef;
|
|
4248
|
+
/** Nearest `CdkScrollable` ancestor, if any.
|
|
4249
|
+
* @docs-private */
|
|
4035
4250
|
protected readonly scrollable: CdkScrollable | null;
|
|
4251
|
+
/** Factory returning the overlay scroll strategy; provided by the concrete subclass.
|
|
4252
|
+
* @docs-private */
|
|
4036
4253
|
protected abstract scrollStrategy: () => ScrollStrategy;
|
|
4037
|
-
/**
|
|
4254
|
+
/** Optional element used to anchor and measure the pop-up instead of the host element.
|
|
4255
|
+
* @docs-private */
|
|
4038
4256
|
protected externalNativeElement: HTMLElement;
|
|
4257
|
+
/** Change detector used to refresh the trigger when its open state changes. */
|
|
4039
4258
|
private popUpChangeDetectorRef;
|
|
4259
|
+
/** Whether the pop-up overlay is currently open. */
|
|
4040
4260
|
get isOpen(): boolean;
|
|
4041
4261
|
set isOpen(value: boolean);
|
|
4262
|
+
/** Backing field for `isOpen`. */
|
|
4042
4263
|
private _isOpen;
|
|
4264
|
+
/** Delay in milliseconds before the pop-up is shown.
|
|
4265
|
+
* @docs-private */
|
|
4043
4266
|
enterDelay: number;
|
|
4267
|
+
/** Delay in milliseconds before the pop-up is hidden.
|
|
4268
|
+
* @docs-private */
|
|
4044
4269
|
leaveDelay: number;
|
|
4270
|
+
/** Name of the DOM event that last triggered show/hide (e.g. `mouseenter`, `focus`, `click`).
|
|
4271
|
+
* @docs-private */
|
|
4045
4272
|
triggerName: string;
|
|
4273
|
+
/** Reference to the created overlay, or `null` when no overlay exists.
|
|
4274
|
+
* @docs-private */
|
|
4046
4275
|
overlayRef: OverlayRef | null;
|
|
4276
|
+
/** Placement used to keep the pop-up stuck within the window bounds.
|
|
4277
|
+
* @docs-private */
|
|
4047
4278
|
stickToWindow: KbqStickToWindowPlacementValues;
|
|
4279
|
+
/** Host container element of the pop-up.
|
|
4280
|
+
* @docs-private */
|
|
4048
4281
|
container: HTMLElement;
|
|
4282
|
+
/** Whether the pop-up is disabled and therefore never shown; implemented by the subclass.
|
|
4283
|
+
* @docs-private */
|
|
4049
4284
|
abstract disabled: boolean;
|
|
4285
|
+
/** Whether the arrow/pointer is rendered; implemented by the subclass.
|
|
4286
|
+
* @docs-private */
|
|
4050
4287
|
abstract arrow: boolean;
|
|
4288
|
+
/** Space/comma-separated list of trigger events (`hover`, `focus`, `click`, `keydown`); implemented by the subclass.
|
|
4289
|
+
* @docs-private */
|
|
4051
4290
|
abstract trigger: string;
|
|
4291
|
+
/** Extra CSS class applied to the pop-up; implemented by the subclass.
|
|
4292
|
+
* @docs-private */
|
|
4052
4293
|
abstract customClass: string;
|
|
4294
|
+
/** Pop-up content as a string or template; implemented by the subclass.
|
|
4295
|
+
* @docs-private */
|
|
4053
4296
|
abstract content: string | TemplateRef<any>;
|
|
4297
|
+
/** Emits when the resolved placement changes; implemented by the subclass.
|
|
4298
|
+
* @docs-private */
|
|
4054
4299
|
abstract placementChange: EventEmitter<string>;
|
|
4300
|
+
/** Emits when the pop-up visibility changes; implemented by the subclass.
|
|
4301
|
+
* @docs-private */
|
|
4055
4302
|
abstract visibleChange: EventEmitter<boolean>;
|
|
4303
|
+
/** CSS selector of the element used as the overlay's transform origin; implemented by the subclass.
|
|
4304
|
+
* @docs-private */
|
|
4056
4305
|
protected abstract originSelector: string;
|
|
4306
|
+
/** Base overlay configuration (panel classes, etc.); implemented by the subclass.
|
|
4307
|
+
* @docs-private */
|
|
4057
4308
|
protected abstract overlayConfig: OverlayConfig;
|
|
4309
|
+
/** Current resolved placement of the pop-up.
|
|
4310
|
+
* @docs-private */
|
|
4058
4311
|
protected placement: KbqPopUpPlacementValues;
|
|
4312
|
+
/** Ordered list of fallback placements to try before the default priority.
|
|
4313
|
+
* @docs-private */
|
|
4059
4314
|
protected placementPriority: string | string[] | null;
|
|
4315
|
+
/** Whether the pop-up is currently visible.
|
|
4316
|
+
* @docs-private */
|
|
4060
4317
|
protected visible: boolean;
|
|
4318
|
+
/** Backing field for the subclass `content` input.
|
|
4319
|
+
* @docs-private */
|
|
4061
4320
|
protected _content: string | TemplateRef<any>;
|
|
4321
|
+
/** Backing field for the subclass `disabled` input.
|
|
4322
|
+
* @docs-private */
|
|
4062
4323
|
protected _disabled: boolean;
|
|
4324
|
+
/** Backing field for the subclass `customClass` input.
|
|
4325
|
+
* @docs-private */
|
|
4063
4326
|
protected _customClass: string;
|
|
4327
|
+
/** Component portal attached to the overlay to render the pop-up.
|
|
4328
|
+
* @docs-private */
|
|
4064
4329
|
protected portal: ComponentPortal<T>;
|
|
4330
|
+
/** Currently attached pop-up component instance, or `null` when closed.
|
|
4331
|
+
* @docs-private */
|
|
4065
4332
|
protected instance: any | null;
|
|
4333
|
+
/** Map of event name to the handler currently bound on the host element.
|
|
4334
|
+
* @docs-private */
|
|
4066
4335
|
protected listeners: Map<string, EventListener>;
|
|
4336
|
+
/** Subscription to the streams that should close the pop-up.
|
|
4337
|
+
* @docs-private */
|
|
4067
4338
|
protected closingActionsSubscription: Subscription;
|
|
4339
|
+
/** Map of placement name to its CDK connected position pair.
|
|
4340
|
+
* @docs-private */
|
|
4068
4341
|
protected readonly availablePositions: {
|
|
4069
4342
|
[key: string]: ConnectionPositionPair;
|
|
4070
4343
|
};
|
|
4344
|
+
/** Last mouse event, used to position the pop-up relative to the cursor.
|
|
4345
|
+
* @docs-private */
|
|
4071
4346
|
protected mouseEvent?: MouseEvent;
|
|
4347
|
+
/** Flexible connected position strategy driving the overlay.
|
|
4348
|
+
* @docs-private */
|
|
4072
4349
|
protected strategy: FlexibleConnectedPositionStrategy;
|
|
4073
|
-
/** Hide pop-up with timeout. Need if you want to show pop-up after leaving trigger
|
|
4350
|
+
/** Hide pop-up with timeout. Need if you want to show pop-up after leaving trigger
|
|
4351
|
+
* @docs-private */
|
|
4074
4352
|
protected hideWithTimeout: boolean;
|
|
4075
|
-
/** prevents closure by any event
|
|
4353
|
+
/** prevents closure by any event
|
|
4354
|
+
* @docs-private */
|
|
4076
4355
|
protected preventClose: boolean;
|
|
4356
|
+
/** Applies the placement (and modifier) CSS classes to the open pop-up; implemented by the subclass.
|
|
4357
|
+
* @docs-private */
|
|
4077
4358
|
abstract updateClassMap(newPlacement?: string): void;
|
|
4359
|
+
/** Pushes the current inputs (content, arrow, offset, …) into the open pop-up; implemented by the subclass.
|
|
4360
|
+
* @docs-private */
|
|
4078
4361
|
abstract updateData(): void;
|
|
4362
|
+
/** Returns the stream of events that should close the pop-up; implemented by the subclass.
|
|
4363
|
+
* @docs-private */
|
|
4079
4364
|
abstract closingActions(): Observable<any>;
|
|
4365
|
+
/** Returns the component type to attach as the pop-up overlay; implemented by the subclass.
|
|
4366
|
+
* @docs-private */
|
|
4080
4367
|
abstract getOverlayHandleComponentType(): Type<T>;
|
|
4368
|
+
/** Binds the DOM event listeners for the configured triggers. */
|
|
4081
4369
|
ngOnInit(): void;
|
|
4370
|
+
/** Disposes the overlay and removes all bound event listeners. */
|
|
4082
4371
|
ngOnDestroy(): void;
|
|
4372
|
+
/** Sets the placement (falling back to `Top` on an unknown value) and refreshes the classes and position.
|
|
4373
|
+
* @docs-private */
|
|
4083
4374
|
updatePlacement(value: KbqPopUpPlacementValues): void;
|
|
4375
|
+
/** Sets the ordered list of fallback placements, or clears it when the value is empty.
|
|
4376
|
+
* @docs-private */
|
|
4084
4377
|
updatePlacementPriority(value: any): void;
|
|
4378
|
+
/** Coerces and applies an external visibility value by showing or hiding the pop-up when it changes.
|
|
4379
|
+
* @docs-private */
|
|
4085
4380
|
updateVisible(externalValue: boolean): void;
|
|
4381
|
+
/** Closes the pop-up when `Escape` is pressed while it is open. Bound to the host `keydown` event.
|
|
4382
|
+
* @docs-private */
|
|
4086
4383
|
keydownHandler(event: KeyboardEvent): void;
|
|
4384
|
+
/** Hides the pop-up. Bound to the host `touchend` event.
|
|
4385
|
+
* @docs-private */
|
|
4087
4386
|
touchendHandler(): void;
|
|
4387
|
+
/** Creates the overlay (if needed) and shows the pop-up after `delay` ms, wiring its visibility stream.
|
|
4388
|
+
* @docs-private */
|
|
4088
4389
|
show(delay?: number): void;
|
|
4390
|
+
/** Hides the pop-up after `delay` ms, honoring `preventClose` and the hover state on mouseleave.
|
|
4391
|
+
* @docs-private */
|
|
4089
4392
|
hide(delay?: number): void;
|
|
4393
|
+
/** Detaches the overlay (if attached) and clears the current pop-up instance.
|
|
4394
|
+
* @docs-private */
|
|
4090
4395
|
detach: () => void;
|
|
4091
|
-
/** Create the overlay config and position strategy
|
|
4396
|
+
/** Create the overlay config and position strategy
|
|
4397
|
+
* @docs-private */
|
|
4092
4398
|
createOverlay(): OverlayRef;
|
|
4399
|
+
/** Resets the overlay position origin back to the host element.
|
|
4400
|
+
* @docs-private */
|
|
4093
4401
|
resetOrigin(): void;
|
|
4402
|
+
/** Maps the CDK connection position back to a placement name, emits `placementChange`, and updates classes.
|
|
4403
|
+
* @docs-private */
|
|
4094
4404
|
onPositionChange: ($event: ConnectedOverlayPositionChange) => void;
|
|
4405
|
+
/** Rebinds the host DOM listeners (click/hover/focus/keydown) according to the configured triggers.
|
|
4406
|
+
* @docs-private */
|
|
4095
4407
|
initListeners(): void;
|
|
4408
|
+
/** Returns the `mouseleave` handler — a delayed hide when `hideWithTimeout` is set, otherwise an immediate hide.
|
|
4409
|
+
* @docs-private */
|
|
4096
4410
|
getMouseLeaveListener(): (delay?: number) => void;
|
|
4097
|
-
/** Updates the position of the current popover.
|
|
4411
|
+
/** Updates the position of the current popover.
|
|
4412
|
+
* @docs-private */
|
|
4098
4413
|
updatePosition(reapplyPosition?: boolean): void;
|
|
4414
|
+
/** Moves browser focus to the pop-up's native element.
|
|
4415
|
+
* @docs-private */
|
|
4099
4416
|
focus(): void;
|
|
4100
|
-
/**
|
|
4417
|
+
/** Returns the element the pop-up is bound to: the external element when set, otherwise the host element.
|
|
4418
|
+
* @docs-private */
|
|
4101
4419
|
getNativeElement(): HTMLElement;
|
|
4102
|
-
/**
|
|
4420
|
+
/** Sets an external element to anchor and measure the pop-up against instead of the host element.
|
|
4421
|
+
* @docs-private */
|
|
4103
4422
|
setExternalNativeElement(value: HTMLElement): void;
|
|
4104
4423
|
/**
|
|
4105
4424
|
* Returns a list of positions that are aligned with the element's dimensions and offsets.
|
|
4106
|
-
* @
|
|
4107
|
-
*/
|
|
4425
|
+
* @docs-private */
|
|
4108
4426
|
protected getAdjustedPositions(): ConnectionPositionPair[];
|
|
4427
|
+
/** Maps a priority placement value (or array of values) to the matching connected position pairs.
|
|
4428
|
+
* @docs-private */
|
|
4109
4429
|
protected getPriorityPlacementStrategy(value: string | string[]): ConnectionPositionPair[];
|
|
4430
|
+
/** Returns the positions to try: the custom `placementPriority` when set, otherwise the default strategy.
|
|
4431
|
+
* @docs-private */
|
|
4110
4432
|
protected getPrioritizedPositions(): ConnectionPositionPair[];
|
|
4433
|
+
/** Removes all bound host event listeners and clears the listener map.
|
|
4434
|
+
* @docs-private */
|
|
4111
4435
|
protected clearListeners(): void;
|
|
4436
|
+
/** Wraps a trigger handler so it records the active trigger name and mouse event before running. */
|
|
4112
4437
|
private createListener;
|
|
4438
|
+
/** Remembers the last mouse event on `mouseenter`, used for cursor-relative positioning. */
|
|
4113
4439
|
private saveMouseEvent;
|
|
4440
|
+
/** Binds a single event listener to the pop-up's native element. */
|
|
4114
4441
|
private addEventListener;
|
|
4442
|
+
/** Unbinds a single event listener from the pop-up's native element. */
|
|
4115
4443
|
private removeEventListener;
|
|
4444
|
+
/** (Re)subscribes to the closing-action streams and hides the pop-up, ignoring prevented click events. */
|
|
4116
4445
|
private subscribeOnClosingActions;
|
|
4117
4446
|
static ɵfac: i0.ɵɵFactoryDeclaration<KbqPopUpTrigger<any>, never>;
|
|
4118
4447
|
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqPopUpTrigger<any>, never, never, {}, {}, never, never, true, never>;
|
|
@@ -4281,8 +4610,68 @@ declare class KbqPseudoCheckboxModule {
|
|
|
4281
4610
|
static ɵinj: i0.ɵɵInjectorDeclaration<KbqPseudoCheckboxModule>;
|
|
4282
4611
|
}
|
|
4283
4612
|
|
|
4613
|
+
/**
|
|
4614
|
+
* Adapter describing how a component reads and writes selection state for a set of items,
|
|
4615
|
+
* so the shared select-all logic can operate regardless of how selection is stored
|
|
4616
|
+
* (per-option setter, `SelectionModel` on data nodes, etc.).
|
|
4617
|
+
*/
|
|
4618
|
+
interface KbqSelectAllAdapter<T> {
|
|
4619
|
+
/** All candidate items, in render/model order. */
|
|
4620
|
+
items: readonly T[];
|
|
4621
|
+
/** Whether the item may participate (e.g. not disabled, and — for tree — `selectable()`). */
|
|
4622
|
+
isSelectable: (item: T) => boolean;
|
|
4623
|
+
/** Current selected state of the item. */
|
|
4624
|
+
isSelected: (item: T) => boolean;
|
|
4625
|
+
/** Applies the new selected state to the item. */
|
|
4626
|
+
setSelected: (item: T, selected: boolean) => void;
|
|
4627
|
+
}
|
|
4628
|
+
/** Options for {@link toggleSelectAll}. */
|
|
4629
|
+
interface KbqToggleSelectAllOptions {
|
|
4630
|
+
/**
|
|
4631
|
+
* When `true`, a repeated toggle deselects everything once all selectable items are already
|
|
4632
|
+
* selected. When `false` (default), the toggle only ever selects.
|
|
4633
|
+
*/
|
|
4634
|
+
allowDeselect?: boolean;
|
|
4635
|
+
}
|
|
4636
|
+
/**
|
|
4637
|
+
* Canonical "select all / deselect all" toggle shared by the multi-select components (`Ctrl`/`Cmd` + `A`).
|
|
4638
|
+
*
|
|
4639
|
+
* Considers only selectable items and selects them all. When `allowDeselect` is `true` and every selectable
|
|
4640
|
+
* item is already selected, deselects them all instead; otherwise a repeated call is a no-op. No-op when
|
|
4641
|
+
* there are no selectable items.
|
|
4642
|
+
*
|
|
4643
|
+
* @returns the items whose selected state actually flipped, in input order.
|
|
4644
|
+
*/
|
|
4645
|
+
declare function toggleSelectAll<T>(adapter: KbqSelectAllAdapter<T>, options?: KbqToggleSelectAllOptions): T[];
|
|
4646
|
+
/** Event emitted by the `onSelectAll` outputs when the select-all toggle runs. */
|
|
4647
|
+
declare class KbqSelectAllEvent<T, S = unknown> {
|
|
4648
|
+
/** Component that emitted the event. */
|
|
4649
|
+
readonly source: S;
|
|
4650
|
+
/** The selectable options affected by the toggle. */
|
|
4651
|
+
readonly options: T[];
|
|
4652
|
+
/** `true` when all options were selected, `false` when all were deselected. */
|
|
4653
|
+
readonly selected: boolean;
|
|
4654
|
+
constructor(
|
|
4655
|
+
/** Component that emitted the event. */
|
|
4656
|
+
source: S,
|
|
4657
|
+
/** The selectable options affected by the toggle. */
|
|
4658
|
+
options: T[],
|
|
4659
|
+
/** `true` when all options were selected, `false` when all were deselected. */
|
|
4660
|
+
selected: boolean);
|
|
4661
|
+
}
|
|
4662
|
+
/**
|
|
4663
|
+
* Whether `Ctrl`/`Cmd` + `A` should select the text of a search `<input>` rather than toggle options.
|
|
4664
|
+
*
|
|
4665
|
+
* Returns `true` only when the input has text that is not already fully selected (nothing selected,
|
|
4666
|
+
* a partial selection, or just a caret). Returns `false` for an empty input (so select-all falls
|
|
4667
|
+
* straight through to the options) and when the whole value is already selected (a second press
|
|
4668
|
+
* then acts on the options).
|
|
4669
|
+
*/
|
|
4670
|
+
declare function shouldSelectSearchText(input: HTMLInputElement | null | undefined): boolean;
|
|
4671
|
+
|
|
4284
4672
|
declare class KbqMeasureScrollbarService {
|
|
4285
4673
|
protected readonly document: Document;
|
|
4674
|
+
private readonly platform;
|
|
4286
4675
|
get scrollBarWidth(): number;
|
|
4287
4676
|
private _scrollBarWidth;
|
|
4288
4677
|
private scrollbarMeasure;
|
|
@@ -4401,5 +4790,5 @@ declare const validationTooltipHideDelay = 3000;
|
|
|
4401
4790
|
|
|
4402
4791
|
declare const VERSION: Version;
|
|
4403
4792
|
|
|
4404
|
-
export { A, ALT, APOSTROPHE, ARROW_BOTTOM_MARGIN_AND_HALF_HEIGHT, AT_SIGN, AbsoluteDateFormatterImpurePipe, AbsoluteDateFormatterPipe, AbsoluteDateShortFormatterImpurePipe, AbsoluteDateShortFormatterPipe, AbsoluteDateTimeFormatterImpurePipe, AbsoluteDateTimeFormatterPipe, AbsoluteShortDateTimeFormatterImpurePipe, AbsoluteShortDateTimeFormatterPipe, ActiveDescendantKeyManager, B, BACKSLASH, BACKSPACE, BOTTOM_LEFT_POSITION_PRIORITY, BOTTOM_POSITION_PRIORITY, BOTTOM_RIGHT_POSITION_PRIORITY, BaseFormatterPipe, BaseLocaleAwareFormatterPipe, C, CAPS_LOCK, CLOSE_SQUARE_BRACKET, COMMA, CONTEXT_MENU, CONTROL, D, DASH, DELETE, DOWN_ARROW, DateAdapter, DateFormatter, E, EIGHT, END, ENTER, EQUALS, ESCAPE, EXTENDED_OVERLAY_POSITIONS, EmptyFocusTrapStrategy, ErrorStateMatcher, F, F1, F10, F11, F12, F2, F3, F4, F5, F6, F7, F8, F9, FF_EQUALS, FF_MINUS, FF_MUTE, FF_SEMICOLON, FF_VOLUME_DOWN, FF_VOLUME_UP, FIRST_MEDIA, FIVE, FOUR, FileValidators, FocusKeyManager, G, H, HOME, I, INSERT, J, K, 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_DEFAULT_PRECISION_SEPARATOR, KBQ_FORM_FIELD_REF, KBQ_INVALID_VALUE_ERROR, KBQ_LOCALE_DATA, KBQ_LOCALE_ID, KBQ_LOCALE_SERVICE, KBQ_LOCALE_SERVICE_LANG_ATTR_NAME, KBQ_NUMBER_FORMATTER_DEFAULT_OPTIONS, KBQ_NUMBER_FORMATTER_OPTIONS, KBQ_OPTION_ACTION_PARENT, KBQ_OPTION_PARENT_COMPONENT, KBQ_OVERFLOW_SHADOW_SOURCE, KBQ_PARENT_ANIMATION_COMPONENT, KBQ_PARENT_POPUP, KBQ_SELECT_SCROLL_STRATEGY, KBQ_SELECT_SCROLL_STRATEGY_PROVIDER, KBQ_SELECT_SEARCH_MIN_OPTIONS_THRESHOLD, KBQ_SIZE_UNITS_CONFIG, KBQ_SIZE_UNITS_DEFAULT_CONFIG, KBQ_TITLE_TEXT_REF, KBQ_WINDOW, KbqAbsoluteLongDatePipe, KbqAbsoluteLongDateTimePipe, KbqAbsoluteShortDatePipe, KbqAbsoluteShortDateTimePipe, KbqAbstractSelect, KbqActionContainer, KbqAnimationCurves, KbqAnimationDurations, KbqColorDirective, KbqComponentColors, KbqDataSizePipe, KbqDecimalPipe, KbqDefaultThemes, KbqErrorStateTracker, KbqFieldSizingContent, KbqForm, KbqFormElement, KbqFormattersModule, KbqFormsModule, KbqHighlightBackgroundPipe, KbqHighlightModule, KbqHighlightPipe, KbqHover, KbqLine, KbqLineSetter, KbqLocaleService, KbqLocaleServiceModule, KbqMeasureScrollbarService, KbqMeasurementSystem, KbqNormalizeWhitespace, KbqOptgroup, KbqOption, KbqOptionActionComponent, KbqOptionBase, KbqOptionModule, KbqOptionSelectionChange, KbqOverflowShadowBottom, KbqOverflowShadowContainer, KbqOverflowShadowTop, KbqPopUp, KbqPopUpTrigger, KbqPseudoCheckbox, KbqPseudoCheckboxModule, KbqRangeLongDatePipe, KbqRangeLongDateTimePipe, KbqRangeMiddleDateTimePipe, KbqRangeShortDatePipe, KbqRangeShortDateTimePipe, KbqReadStateDirective, KbqRectangleItem, KbqRelativeLongDatePipe, KbqRelativeLongDateTimePipe, KbqRelativeShortDatePipe, KbqRelativeShortDateTimePipe, KbqRoundDecimalPipe, KbqSelectFooter, KbqSelectMatcher, KbqSelectSearch, KbqSelectSearchEmptyResult, KbqSelectTrigger, KbqTableNumberPipe, KbqThemeSelector, KbqVirtualOption, L, LAST_MEDIA, LEFT_ARROW, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, ListKeyManager, M, MAC_ENTER, MAC_META, MAC_WK_CMD_LEFT, MAC_WK_CMD_RIGHT, META, MUTE, MockNgZone, MultipleMode, N, NINE, NUMBER_FORMAT_REGEXP, NUMPAD_DIVIDE, NUMPAD_EIGHT, NUMPAD_FIVE, NUMPAD_FOUR, NUMPAD_MINUS, NUMPAD_MULTIPLY, NUMPAD_NINE, NUMPAD_ONE, NUMPAD_PERIOD, NUMPAD_PLUS, NUMPAD_SEVEN, NUMPAD_SIX, NUMPAD_THREE, NUMPAD_TWO, NUMPAD_ZERO, NUM_CENTER, NUM_LOCK, O, ONE, OPEN_SQUARE_BRACKET, P, PAGE_DOWN, PAGE_UP, PAUSE, PERIOD, PLUS_SIGN, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PRINT_SCREEN, PasswordValidators, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, Q, QUESTION_MARK, R, RIGHT_ARROW, 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, S, SCROLL_LOCK, SELECT_PANEL_VIEWPORT_PADDING, SEMICOLON, SEVEN, SHIFT, SINGLE_QUOTE, SIX, SLASH, SPACE, ShowOnControlDirtyErrorStateMatcher, ShowOnFormSubmitErrorStateMatcher, ShowRequiredOnSubmitErrorStateMatcher, T, TAB, THREE, TILDE, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, TWO, ThemePalette, ThemeService, U, UP_ARROW, V, VERSION, VOLUME_DOWN, VOLUME_UP, W, X, Y, Z, ZERO, applyPopupMargins, checkAndNormalizeLocalizedNumber, countGroupLabelsBeforeOption, createFakeEvent, createKeyboardEvent, createMouseEvent, createTouchEvent, defaultOffsetY, dispatchEvent, dispatchFakeEvent, dispatchKeyboardEvent, dispatchMouseEvent, dispatchTouchEvent, enUSFormattersData, enUSLocaleData, esLAFormattersData, esLALocaleData, escapeRegExp, fadeAnimation, formatNumberWithLocale, getFormattedSizeParts, getHumanizedBytes, getKbqSelectDynamicMultipleError, getKbqSelectNonArrayValueError, getKbqSelectNonFunctionValueError, getNodesWithoutComments, getOptionScrollPosition, hasModifierKey, isBoolean, isControl, isCopy, isDigit, isElement, isFunctionKey, isHorizontalMovement, isHtmlElement, isHtmlElementOrNull, isInput, isLeftBracket, isLetterKey, isMac, isNull, isNumberKey, isNumpadKey, isRightBracket, isSelectAll, isUndefined, isVerticalMovement, isWithin, kbqErrorStateMatcherProvider, kbqFilesizeFormatterConfigurationProvider, kbqHighlightBackgroundMark, kbqHighlightMark, kbqInjectNativeElement, kbqLocaleServiceLangAttrNameProvider, kbqSelectAnimations, kbqSelectScrollStrategyProviderFactory, leftIconClassName, mixinColor, mixinDisabled, mixinErrorState, mixinTabIndex, normalizeNumber, numberByParts, patchElementFocus, ptBRFormattersData, ptBRLocaleData, rightIconClassName, ruRUFormattersData, ruRULocaleData, selectEvents, tkTMFormattersData, tkTMLocaleData, typeInElement, validationTooltipHideDelay, validationTooltipShowDelay, wrappedErrorMessage };
|
|
4405
|
-
export type { CanColor, CanColorCtor, CanDisable, CanDisableCtor, CanUpdateErrorState, CanUpdateErrorStateCtor, HasTabIndex, HasTabIndexCtor, Highlightable, IFocusableOption, KbqActionsPanelLocaleConfiguration, KbqBaseFileUploadLocaleConfig, KbqCheckedState, KbqClampedTextLocaleConfig, KbqCodeBlockLocaleConfiguration, KbqDateFormats, KbqDefaultSizes, KbqEnumValues, KbqFileTypeSpecifier, KbqFileUploadLocaleConfig, KbqFlexDirection, KbqFlexWrap, KbqFormFieldRef, KbqMeasurementSystemType, KbqMultipleFileUploadLocaleConfig, KbqNumberFormatOptions, KbqNumberInputLocaleConfig, KbqNumericPipe, KbqOptionActionParent, KbqOptionParentComponent, KbqOrientation, KbqOverflowShadowSource, KbqOverflowShadowState, KbqParentPopup, KbqPopUpPlacementValues, KbqPopUpSizeValues, KbqPseudoCheckboxState, KbqSizeUnitsConfig, KbqStickToWindowPlacementValues, KbqTheme, KbqTimeRangeLocaleConfig, KbqTitleTextRef, KbqUnitSystem, KeyboardNavigationHandler, ListKeyManagerModifierKey, ListKeyManagerOption };
|
|
4793
|
+
export { A, ALT, APOSTROPHE, ARROW_BOTTOM_MARGIN_AND_HALF_HEIGHT, AT_SIGN, AbsoluteDateFormatterImpurePipe, AbsoluteDateFormatterPipe, AbsoluteDateShortFormatterImpurePipe, AbsoluteDateShortFormatterPipe, AbsoluteDateTimeFormatterImpurePipe, AbsoluteDateTimeFormatterPipe, AbsoluteShortDateTimeFormatterImpurePipe, AbsoluteShortDateTimeFormatterPipe, ActiveDescendantKeyManager, B, BACKSLASH, BACKSPACE, BOTTOM_LEFT_POSITION_PRIORITY, BOTTOM_POSITION_PRIORITY, BOTTOM_RIGHT_POSITION_PRIORITY, BaseFormatterPipe, BaseLocaleAwareFormatterPipe, C, CAPS_LOCK, CLOSE_SQUARE_BRACKET, COMMA, CONTEXT_MENU, CONTROL, D, DASH, DELETE, DOWN_ARROW, DateAdapter, DateFormatter, E, EIGHT, END, ENTER, EQUALS, ESCAPE, EXTENDED_OVERLAY_POSITIONS, EmptyFocusTrapStrategy, ErrorStateMatcher, F, F1, F10, F11, F12, F2, F3, F4, F5, F6, F7, F8, F9, FF_EQUALS, FF_MINUS, FF_MUTE, FF_SEMICOLON, FF_VOLUME_DOWN, FF_VOLUME_UP, FIRST_MEDIA, FIVE, FOUR, FileValidators, FocusKeyManager, G, H, HOME, I, INSERT, J, K, 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_DEFAULT_PRECISION_SEPARATOR, KBQ_FORM_FIELD_REF, KBQ_INVALID_VALUE_ERROR, KBQ_LOCALE_DATA, KBQ_LOCALE_ID, KBQ_LOCALE_SERVICE, KBQ_LOCALE_SERVICE_LANG_ATTR_NAME, KBQ_NUMBER_FORMATTER_DEFAULT_OPTIONS, KBQ_NUMBER_FORMATTER_OPTIONS, KBQ_OPTION_ACTION_PARENT, KBQ_OPTION_PARENT_COMPONENT, KBQ_OVERFLOW_SHADOW_SOURCE, KBQ_PARENT_ANIMATION_COMPONENT, KBQ_PARENT_POPUP, KBQ_SELECT_SCROLL_STRATEGY, KBQ_SELECT_SCROLL_STRATEGY_PROVIDER, KBQ_SELECT_SEARCH_MIN_OPTIONS_THRESHOLD, KBQ_SHADOW_DOM_OVERLAY_HOST, KBQ_SIZE_UNITS_CONFIG, KBQ_SIZE_UNITS_DEFAULT_CONFIG, KBQ_TITLE_TEXT_REF, KBQ_WINDOW, KbqAbsoluteLongDatePipe, KbqAbsoluteLongDateTimePipe, KbqAbsoluteShortDatePipe, KbqAbsoluteShortDateTimePipe, KbqAbstractSelect, KbqActionContainer, KbqAnimationCurves, KbqAnimationDurations, KbqColorDirective, KbqComponentColors, KbqDataSizePipe, KbqDecimalPipe, KbqDefaultThemes, KbqErrorStateTracker, KbqFieldSizingContent, KbqForm, KbqFormElement, KbqFormattersModule, KbqFormsModule, KbqHighlightBackgroundPipe, KbqHighlightModule, KbqHighlightPipe, KbqHover, KbqLine, KbqLineSetter, KbqLocaleService, KbqLocaleServiceModule, KbqMeasureScrollbarService, KbqMeasurementSystem, KbqNormalizeWhitespace, KbqOptgroup, KbqOption, KbqOptionActionComponent, KbqOptionBase, KbqOptionModule, KbqOptionSelectionChange, KbqOverflowShadowBottom, KbqOverflowShadowContainer, KbqOverflowShadowTop, KbqPopUp, KbqPopUpTrigger, KbqPseudoCheckbox, KbqPseudoCheckboxModule, KbqRangeLongDatePipe, KbqRangeLongDateTimePipe, KbqRangeMiddleDateTimePipe, KbqRangeShortDatePipe, KbqRangeShortDateTimePipe, KbqReadStateDirective, KbqRectangleItem, KbqRelativeLongDatePipe, KbqRelativeLongDateTimePipe, KbqRelativeShortDatePipe, KbqRelativeShortDateTimePipe, KbqRoundDecimalPipe, KbqSelectAllEvent, KbqSelectFooter, KbqSelectMatcher, KbqSelectSearch, KbqSelectSearchEmptyResult, KbqSelectTrigger, KbqShadowDomOverlayContainer, KbqTableNumberPipe, KbqThemeSelector, KbqVirtualOption, L, LAST_MEDIA, LEFT_ARROW, LEFT_BOTTOM_POSITION_PRIORITY, LEFT_POSITION_PRIORITY, LEFT_TOP_POSITION_PRIORITY, ListKeyManager, M, MAC_ENTER, MAC_META, MAC_WK_CMD_LEFT, MAC_WK_CMD_RIGHT, META, MUTE, MockNgZone, MultipleMode, N, NINE, NUMBER_FORMAT_REGEXP, NUMPAD_DIVIDE, NUMPAD_EIGHT, NUMPAD_FIVE, NUMPAD_FOUR, NUMPAD_MINUS, NUMPAD_MULTIPLY, NUMPAD_NINE, NUMPAD_ONE, NUMPAD_PERIOD, NUMPAD_PLUS, NUMPAD_SEVEN, NUMPAD_SIX, NUMPAD_THREE, NUMPAD_TWO, NUMPAD_ZERO, NUM_CENTER, NUM_LOCK, O, ONE, OPEN_SQUARE_BRACKET, P, PAGE_DOWN, PAGE_UP, PAUSE, PERIOD, PLUS_SIGN, POSITION_MAP, POSITION_PRIORITY_STRATEGY, POSITION_TO_CSS_MAP, PRINT_SCREEN, PasswordValidators, PopUpPlacements, PopUpSizes, PopUpTriggers, PopUpVisibility, Q, QUESTION_MARK, R, RIGHT_ARROW, 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, S, SCROLL_LOCK, SELECT_PANEL_VIEWPORT_PADDING, SEMICOLON, SEVEN, SHIFT, SINGLE_QUOTE, SIX, SLASH, SPACE, ShowOnControlDirtyErrorStateMatcher, ShowOnFormSubmitErrorStateMatcher, ShowRequiredOnSubmitErrorStateMatcher, T, TAB, THREE, TILDE, TOP_LEFT_POSITION_PRIORITY, TOP_POSITION_PRIORITY, TOP_RIGHT_POSITION_PRIORITY, TWO, ThemePalette, ThemeService, U, UP_ARROW, V, VERSION, VOLUME_DOWN, VOLUME_UP, W, X, Y, Z, ZERO, applyPopupMargins, checkAndNormalizeLocalizedNumber, countGroupLabelsBeforeOption, createFakeEvent, createKeyboardEvent, createMouseEvent, createTouchEvent, defaultOffsetY, dispatchEvent, dispatchFakeEvent, dispatchKeyboardEvent, dispatchMouseEvent, dispatchTouchEvent, enUSFormattersData, enUSLocaleData, esLAFormattersData, esLALocaleData, escapeRegExp, fadeAnimation, formatNumberWithLocale, getFormattedSizeParts, getHumanizedBytes, getKbqSelectDynamicMultipleError, getKbqSelectNonArrayValueError, getKbqSelectNonFunctionValueError, getNodesWithoutComments, getOptionScrollPosition, hasModifierKey, isBoolean, isControl, isCopy, isDigit, isElement, isFunctionKey, isHorizontalMovement, isHtmlElement, isHtmlElementOrNull, isInput, isLeftBracket, isLetterKey, isMac, isNull, isNumberKey, isNumpadKey, isRightBracket, isSelectAll, isUndefined, isVerticalMovement, isWithin, kbqErrorStateMatcherProvider, kbqFilesizeFormatterConfigurationProvider, kbqHighlightBackgroundMark, kbqHighlightMark, kbqInjectNativeElement, kbqLocaleServiceLangAttrNameProvider, kbqSelectAnimations, kbqSelectScrollStrategyProviderFactory, kbqShadowDomOverlayProvider, leftIconClassName, mixinColor, mixinDisabled, mixinErrorState, mixinTabIndex, normalizeNumber, numberByParts, patchElementFocus, ptBRFormattersData, ptBRLocaleData, rightIconClassName, ruRUFormattersData, ruRULocaleData, selectEvents, shouldSelectSearchText, tkTMFormattersData, tkTMLocaleData, toggleSelectAll, typeInElement, validationTooltipHideDelay, validationTooltipShowDelay, wrappedErrorMessage };
|
|
4794
|
+
export type { CanColor, CanColorCtor, CanDisable, CanDisableCtor, CanUpdateErrorState, CanUpdateErrorStateCtor, HasTabIndex, HasTabIndexCtor, Highlightable, IFocusableOption, KbqActionsPanelLocaleConfiguration, KbqBaseFileUploadLocaleConfig, KbqCheckedState, KbqClampedTextLocaleConfig, KbqCodeBlockLocaleConfiguration, KbqDateFormats, KbqDefaultSizes, KbqEnumValues, KbqFileTypeSpecifier, KbqFileUploadLocaleConfig, KbqFlexDirection, KbqFlexWrap, KbqFormFieldRef, KbqMeasurementSystemType, KbqMultipleFileUploadLocaleConfig, KbqNumberFormatOptions, KbqNumberInputLocaleConfig, KbqNumericPipe, KbqOptionActionParent, KbqOptionParentComponent, KbqOrientation, KbqOverflowShadowSource, KbqOverflowShadowState, KbqParentPopup, KbqPopUpPlacementValues, KbqPopUpSizeValues, KbqPseudoCheckboxState, KbqSelectAllAdapter, KbqShadowDomOverlayHost, KbqSizeUnitsConfig, KbqStickToWindowPlacementValues, KbqTheme, KbqTimeRangeLocaleConfig, KbqTitleTextRef, KbqToggleSelectAllOptions, KbqUnitSystem, KeyboardNavigationHandler, ListKeyManagerModifierKey, ListKeyManagerOption };
|