@koobiq/components 19.0.0 → 19.2.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/app-switcher/app-switcher.d.ts +11 -4
- package/checkbox/checkbox.scss +5 -21
- package/core/locales/en-US.d.ts +8 -4
- package/core/locales/es-LA.d.ts +8 -4
- package/core/locales/locale-service.d.ts +40 -20
- package/core/locales/pt-BR.d.ts +8 -4
- package/core/locales/ru-RU.d.ts +8 -4
- package/core/locales/tk-TM.d.ts +8 -4
- package/core/locales/types.d.ts +17 -0
- package/core/option/option.d.ts +1 -0
- package/core/styles/common/_animation.scss +2 -1
- package/core/styles/common/_visually-hidden.scss +1 -0
- package/core/styles/theming/_scrollbar-theme.scss +1 -0
- package/datepicker/datepicker-input.directive.d.ts +1 -1
- package/dropdown/dropdown.scss +3 -1
- package/fesm2022/koobiq-components-app-switcher.mjs +60 -30
- package/fesm2022/koobiq-components-app-switcher.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +2 -2
- 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-content-panel.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +61 -39
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +0 -1
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +2 -2
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-file-upload.mjs +114 -80
- package/fesm2022/koobiq-components-file-upload.mjs.map +1 -1
- package/fesm2022/koobiq-components-filter-bar.mjs +161 -64
- package/fesm2022/koobiq-components-filter-bar.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +1 -1
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-inline-edit.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 +2 -2
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar-ic.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +6 -6
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +8 -4
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-progress-spinner.mjs +3 -2
- package/fesm2022/koobiq-components-progress-spinner.mjs.map +1 -1
- package/fesm2022/koobiq-components-risk-level.mjs +6 -0
- package/fesm2022/koobiq-components-risk-level.mjs.map +1 -1
- package/fesm2022/koobiq-components-scrollbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +4 -2
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidebar.mjs.map +1 -1
- package/fesm2022/koobiq-components-sidepanel.mjs +2 -2
- package/fesm2022/koobiq-components-sidepanel.mjs.map +1 -1
- package/fesm2022/koobiq-components-tabs.mjs.map +1 -1
- package/fesm2022/koobiq-components-timepicker.mjs +3 -4
- package/fesm2022/koobiq-components-timepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +17 -4
- package/fesm2022/koobiq-components-title.mjs.map +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 +2 -2
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree.mjs +8 -8
- package/fesm2022/koobiq-components-tree.mjs.map +1 -1
- package/fesm2022/koobiq-components-username.mjs +2 -2
- package/fesm2022/koobiq-components-username.mjs.map +1 -1
- package/file-upload/_file-upload-theme.scss +0 -256
- package/file-upload/file-upload-tokens.scss +25 -18
- package/file-upload/file-upload.d.ts +22 -3
- package/file-upload/file-upload.scss +8 -4
- package/file-upload/multiple-file-upload.component.d.ts +17 -33
- package/file-upload/multiple-file-upload.component.scss +209 -91
- package/file-upload/primitives/file-drop.d.ts +1 -2
- package/file-upload/single-file-upload.component.d.ts +16 -13
- package/file-upload/single-file-upload.component.scss +117 -36
- package/filter-bar/filter-bar-button.d.ts +5 -0
- package/filter-bar/filters.d.ts +38 -6
- package/filter-bar/pipes/pipe-multi-select.d.ts +4 -1
- package/filter-bar/pipes/pipe-multi-tree-select.d.ts +5 -0
- package/loader-overlay/loader-overlay.scss +22 -31
- package/modal/modal.scss +1 -1
- package/navbar/_navbar-item_vertical.scss +8 -0
- package/navbar/navbar-brand.scss +2 -2
- package/package.json +6 -6
- package/popover/_popover-theme.scss +2 -2
- package/popover/popover.component.d.ts +3 -1
- package/progress-spinner/_progress-spinner-theme.scss +14 -4
- package/progress-spinner/progress-spinner-tokens.scss +2 -0
- package/progress-spinner/progress-spinner.scss +1 -1
- package/risk-level/risk-level.component.d.ts +3 -0
- package/risk-level/risk-level.module.d.ts +3 -0
- package/schematics/migrations/new-icons-pack/README.md +52 -4
- package/schematics/migrations/new-icons-pack/data.js +1142 -1142
- package/schematics/migrations/new-icons-pack/index.js +18 -7
- package/schematics/migrations/new-icons-pack/migration.json +4570 -0
- package/schematics/migrations/new-icons-pack/replacement.json +18 -0
- package/schematics/migrations/new-icons-pack/schema.json +13 -0
- package/schematics/ng-add/index.js +4 -4
- package/timepicker/timepicker.directive.d.ts +2 -2
- package/title/title.directive.d.ts +3 -0
- package/tooltip/_tooltip-theme.scss +5 -6
- package/tooltip/tooltip.scss +1 -0
- package/tree/_tree-theme.scss +11 -5
- package/tree/tree-option.scss +2 -1
|
@@ -10,7 +10,10 @@ export interface KbqAppSwitcherApp {
|
|
|
10
10
|
name: string;
|
|
11
11
|
id: string | number;
|
|
12
12
|
type?: string | number;
|
|
13
|
-
icon
|
|
13
|
+
/** Inline SVG markup for the application icon. Use this for SVG icons that should be rendered directly in the DOM. */
|
|
14
|
+
icon?: string;
|
|
15
|
+
/** Path to the icon file (URL or relative path). */
|
|
16
|
+
iconSrc?: string;
|
|
14
17
|
caption?: string;
|
|
15
18
|
aliases?: KbqAppSwitcherApp[];
|
|
16
19
|
link?: string;
|
|
@@ -19,7 +22,10 @@ export interface KbqAppSwitcherSite {
|
|
|
19
22
|
name: string;
|
|
20
23
|
id: string | number;
|
|
21
24
|
status?: string;
|
|
25
|
+
/** Inline SVG markup for the site icon. Use this for SVG icons that should be rendered directly in the DOM. */
|
|
22
26
|
icon?: string;
|
|
27
|
+
/** Path to the icon file (URL or relative path). */
|
|
28
|
+
iconSrc?: string;
|
|
23
29
|
apps: KbqAppSwitcherApp[];
|
|
24
30
|
}
|
|
25
31
|
/** @docs-private */
|
|
@@ -116,8 +122,7 @@ export declare class KbqAppSwitcherTrigger extends KbqPopUpTrigger<KbqAppSwitche
|
|
|
116
122
|
/** Whether the sites are used or not
|
|
117
123
|
* @docs-private */
|
|
118
124
|
get sitesMode(): boolean;
|
|
119
|
-
/**
|
|
120
|
-
* @docs-private */
|
|
125
|
+
/** @docs-private */
|
|
121
126
|
get currentApps(): KbqAppSwitcherApp[];
|
|
122
127
|
/** Selected application */
|
|
123
128
|
selectedApp: KbqAppSwitcherApp;
|
|
@@ -131,7 +136,9 @@ export declare class KbqAppSwitcherTrigger extends KbqPopUpTrigger<KbqAppSwitche
|
|
|
131
136
|
get sites(): KbqAppSwitcherSite[];
|
|
132
137
|
set sites(value: KbqAppSwitcherSite[]);
|
|
133
138
|
private _parsedSites;
|
|
134
|
-
/**
|
|
139
|
+
/**
|
|
140
|
+
* @deprecated Will be removed in next major release, use `sites` with one element instead.
|
|
141
|
+
*/
|
|
135
142
|
get apps(): KbqAppSwitcherApp[];
|
|
136
143
|
set apps(apps: KbqAppSwitcherApp[]);
|
|
137
144
|
private makeGroupsForApps;
|
package/checkbox/checkbox.scss
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@use '../core/styles/common/tokens' as *;
|
|
2
1
|
@use './checkbox-theme' as *;
|
|
3
2
|
|
|
4
3
|
.kbq-checkbox-checkmark,
|
|
@@ -27,10 +26,7 @@
|
|
|
27
26
|
}
|
|
28
27
|
|
|
29
28
|
.kbq-checkbox__layout {
|
|
30
|
-
|
|
31
|
-
[checkbox-size-normal-width,
|
|
32
|
-
checkbox-size-normal-horizontal-content-padding]
|
|
33
|
-
);
|
|
29
|
+
--padding: calc(var(--kbq-checkbox-size-normal-width) + var(--kbq-checkbox-size-normal-horizontal-content-padding));
|
|
34
30
|
|
|
35
31
|
box-sizing: initial;
|
|
36
32
|
|
|
@@ -39,7 +35,7 @@
|
|
|
39
35
|
|
|
40
36
|
display: inline-flex;
|
|
41
37
|
|
|
42
|
-
max-width: calc(100% -
|
|
38
|
+
max-width: calc(100% - var(--padding));
|
|
43
39
|
|
|
44
40
|
// `cursor: inherit` ensures that the wrapper element gets the same cursor as the kbq-checkbox
|
|
45
41
|
// (e.g. pointer by default, regular when disabled), instead of the browser default.
|
|
@@ -49,7 +45,7 @@
|
|
|
49
45
|
|
|
50
46
|
padding-bottom: var(--kbq-checkbox-size-normal-padding-bottom);
|
|
51
47
|
|
|
52
|
-
padding-left:
|
|
48
|
+
padding-left: var(--padding);
|
|
53
49
|
|
|
54
50
|
vertical-align: top;
|
|
55
51
|
}
|
|
@@ -104,16 +100,7 @@
|
|
|
104
100
|
}
|
|
105
101
|
|
|
106
102
|
.kbq-checkbox.kbq-checkbox_big {
|
|
107
|
-
|
|
108
|
-
$padding-left: kbq-sum-series-css-variables(
|
|
109
|
-
[ checkbox-size-normal-width,
|
|
110
|
-
checkbox-size-normal-horizontal-content-padding]
|
|
111
|
-
);
|
|
112
|
-
|
|
113
|
-
max-width: calc(100% - $padding-left);
|
|
114
|
-
|
|
115
|
-
padding-left: $padding-left;
|
|
116
|
-
}
|
|
103
|
+
--padding: calc(var(--kbq-checkbox-size-big-width) + var(--kbq-checkbox-size-big-horizontal-content-padding));
|
|
117
104
|
|
|
118
105
|
& .kbq-checkbox__inner-container {
|
|
119
106
|
top: var(--kbq-checkbox-size-big-top);
|
|
@@ -152,10 +139,7 @@
|
|
|
152
139
|
.kbq-checkbox_label-before {
|
|
153
140
|
.kbq-checkbox__layout {
|
|
154
141
|
padding-left: 0;
|
|
155
|
-
padding-right:
|
|
156
|
-
[ checkbox-size-normal-width,
|
|
157
|
-
checkbox-size-normal-horizontal-content-padding]
|
|
158
|
-
);
|
|
142
|
+
padding-right: var(--padding);
|
|
159
143
|
}
|
|
160
144
|
|
|
161
145
|
.kbq-checkbox__inner-container {
|
package/core/locales/en-US.d.ts
CHANGED
|
@@ -15,18 +15,22 @@ export declare const enUSLocaleData: {
|
|
|
15
15
|
fileUpload: {
|
|
16
16
|
single: {
|
|
17
17
|
captionText: string;
|
|
18
|
+
captionTextOnlyFolder: string;
|
|
19
|
+
captionTextWithFolder: string;
|
|
18
20
|
browseLink: string;
|
|
21
|
+
browseLinkFolder: string;
|
|
22
|
+
browseLinkFolderMixed: string;
|
|
19
23
|
};
|
|
20
24
|
multiple: {
|
|
21
25
|
captionText: string;
|
|
26
|
+
captionTextOnlyFolder: string;
|
|
27
|
+
captionTextWithFolder: string;
|
|
22
28
|
captionTextWhenSelected: string;
|
|
23
29
|
captionTextForCompactSize: string;
|
|
24
30
|
browseLink: string;
|
|
31
|
+
browseLinkFolder: string;
|
|
32
|
+
browseLinkFolderMixed: string;
|
|
25
33
|
title: string;
|
|
26
|
-
gridHeaders: {
|
|
27
|
-
file: string;
|
|
28
|
-
size: string;
|
|
29
|
-
};
|
|
30
34
|
};
|
|
31
35
|
};
|
|
32
36
|
codeBlock: {
|
package/core/locales/es-LA.d.ts
CHANGED
|
@@ -14,18 +14,22 @@ export declare const esLALocaleData: {
|
|
|
14
14
|
fileUpload: {
|
|
15
15
|
single: {
|
|
16
16
|
captionText: string;
|
|
17
|
+
captionTextOnlyFolder: string;
|
|
18
|
+
captionTextWithFolder: string;
|
|
17
19
|
browseLink: string;
|
|
20
|
+
browseLinkFolder: string;
|
|
21
|
+
browseLinkFolderMixed: string;
|
|
18
22
|
};
|
|
19
23
|
multiple: {
|
|
20
24
|
captionText: string;
|
|
25
|
+
captionTextOnlyFolder: string;
|
|
26
|
+
captionTextWithFolder: string;
|
|
21
27
|
captionTextWhenSelected: string;
|
|
22
28
|
captionTextForCompactSize: string;
|
|
23
29
|
browseLink: string;
|
|
30
|
+
browseLinkFolder: string;
|
|
31
|
+
browseLinkFolderMixed: string;
|
|
24
32
|
title: string;
|
|
25
|
-
gridHeaders: {
|
|
26
|
-
file: string;
|
|
27
|
-
size: string;
|
|
28
|
-
};
|
|
29
33
|
};
|
|
30
34
|
};
|
|
31
35
|
codeBlock: {
|
|
@@ -60,18 +60,22 @@ export declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
60
60
|
fileUpload: {
|
|
61
61
|
single: {
|
|
62
62
|
captionText: string;
|
|
63
|
+
captionTextOnlyFolder: string;
|
|
64
|
+
captionTextWithFolder: string;
|
|
63
65
|
browseLink: string;
|
|
66
|
+
browseLinkFolder: string;
|
|
67
|
+
browseLinkFolderMixed: string;
|
|
64
68
|
};
|
|
65
69
|
multiple: {
|
|
66
70
|
captionText: string;
|
|
71
|
+
captionTextOnlyFolder: string;
|
|
72
|
+
captionTextWithFolder: string;
|
|
67
73
|
captionTextWhenSelected: string;
|
|
68
74
|
captionTextForCompactSize: string;
|
|
69
75
|
browseLink: string;
|
|
76
|
+
browseLinkFolder: string;
|
|
77
|
+
browseLinkFolderMixed: string;
|
|
70
78
|
title: string;
|
|
71
|
-
gridHeaders: {
|
|
72
|
-
file: string;
|
|
73
|
-
size: string;
|
|
74
|
-
};
|
|
75
79
|
};
|
|
76
80
|
};
|
|
77
81
|
codeBlock: {
|
|
@@ -266,18 +270,22 @@ export declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
266
270
|
fileUpload: {
|
|
267
271
|
single: {
|
|
268
272
|
captionText: string;
|
|
273
|
+
captionTextOnlyFolder: string;
|
|
274
|
+
captionTextWithFolder: string;
|
|
269
275
|
browseLink: string;
|
|
276
|
+
browseLinkFolder: string;
|
|
277
|
+
browseLinkFolderMixed: string;
|
|
270
278
|
};
|
|
271
279
|
multiple: {
|
|
272
280
|
captionText: string;
|
|
281
|
+
captionTextOnlyFolder: string;
|
|
282
|
+
captionTextWithFolder: string;
|
|
273
283
|
captionTextWhenSelected: string;
|
|
274
284
|
captionTextForCompactSize: string;
|
|
275
285
|
browseLink: string;
|
|
286
|
+
browseLinkFolder: string;
|
|
287
|
+
browseLinkFolderMixed: string;
|
|
276
288
|
title: string;
|
|
277
|
-
gridHeaders: {
|
|
278
|
-
file: string;
|
|
279
|
-
size: string;
|
|
280
|
-
};
|
|
281
289
|
};
|
|
282
290
|
};
|
|
283
291
|
codeBlock: {
|
|
@@ -468,18 +476,22 @@ export declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
468
476
|
fileUpload: {
|
|
469
477
|
single: {
|
|
470
478
|
captionText: string;
|
|
479
|
+
captionTextOnlyFolder: string;
|
|
480
|
+
captionTextWithFolder: string;
|
|
471
481
|
browseLink: string;
|
|
482
|
+
browseLinkFolder: string;
|
|
483
|
+
browseLinkFolderMixed: string;
|
|
472
484
|
};
|
|
473
485
|
multiple: {
|
|
474
486
|
captionText: string;
|
|
487
|
+
captionTextOnlyFolder: string;
|
|
488
|
+
captionTextWithFolder: string;
|
|
475
489
|
captionTextWhenSelected: string;
|
|
476
490
|
captionTextForCompactSize: string;
|
|
477
491
|
browseLink: string;
|
|
492
|
+
browseLinkFolder: string;
|
|
493
|
+
browseLinkFolderMixed: string;
|
|
478
494
|
title: string;
|
|
479
|
-
gridHeaders: {
|
|
480
|
-
file: string;
|
|
481
|
-
size: string;
|
|
482
|
-
};
|
|
483
495
|
};
|
|
484
496
|
};
|
|
485
497
|
codeBlock: {
|
|
@@ -676,18 +688,22 @@ export declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
676
688
|
fileUpload: {
|
|
677
689
|
single: {
|
|
678
690
|
captionText: string;
|
|
691
|
+
captionTextOnlyFolder: string;
|
|
692
|
+
captionTextWithFolder: string;
|
|
679
693
|
browseLink: string;
|
|
694
|
+
browseLinkFolder: string;
|
|
695
|
+
browseLinkFolderMixed: string;
|
|
680
696
|
};
|
|
681
697
|
multiple: {
|
|
682
698
|
captionText: string;
|
|
699
|
+
captionTextOnlyFolder: string;
|
|
700
|
+
captionTextWithFolder: string;
|
|
683
701
|
captionTextWhenSelected: string;
|
|
684
702
|
captionTextForCompactSize: string;
|
|
685
703
|
browseLink: string;
|
|
704
|
+
browseLinkFolder: string;
|
|
705
|
+
browseLinkFolderMixed: string;
|
|
686
706
|
title: string;
|
|
687
|
-
gridHeaders: {
|
|
688
|
-
file: string;
|
|
689
|
-
size: string;
|
|
690
|
-
};
|
|
691
707
|
};
|
|
692
708
|
};
|
|
693
709
|
codeBlock: {
|
|
@@ -880,18 +896,22 @@ export declare function KBQ_DEFAULT_LOCALE_DATA_FACTORY(): {
|
|
|
880
896
|
fileUpload: {
|
|
881
897
|
single: {
|
|
882
898
|
captionText: string;
|
|
899
|
+
captionTextOnlyFolder: string;
|
|
900
|
+
captionTextWithFolder: string;
|
|
883
901
|
browseLink: string;
|
|
902
|
+
browseLinkFolder: string;
|
|
903
|
+
browseLinkFolderMixed: string;
|
|
884
904
|
};
|
|
885
905
|
multiple: {
|
|
886
906
|
captionText: string;
|
|
907
|
+
captionTextOnlyFolder: string;
|
|
908
|
+
captionTextWithFolder: string;
|
|
887
909
|
captionTextWhenSelected: string;
|
|
888
910
|
captionTextForCompactSize: string;
|
|
889
911
|
browseLink: string;
|
|
912
|
+
browseLinkFolder: string;
|
|
913
|
+
browseLinkFolderMixed: string;
|
|
890
914
|
title: string;
|
|
891
|
-
gridHeaders: {
|
|
892
|
-
file: string;
|
|
893
|
-
size: string;
|
|
894
|
-
};
|
|
895
915
|
};
|
|
896
916
|
};
|
|
897
917
|
codeBlock: {
|
package/core/locales/pt-BR.d.ts
CHANGED
|
@@ -14,18 +14,22 @@ export declare const ptBRLocaleData: {
|
|
|
14
14
|
fileUpload: {
|
|
15
15
|
single: {
|
|
16
16
|
captionText: string;
|
|
17
|
+
captionTextOnlyFolder: string;
|
|
18
|
+
captionTextWithFolder: string;
|
|
17
19
|
browseLink: string;
|
|
20
|
+
browseLinkFolder: string;
|
|
21
|
+
browseLinkFolderMixed: string;
|
|
18
22
|
};
|
|
19
23
|
multiple: {
|
|
20
24
|
captionText: string;
|
|
25
|
+
captionTextOnlyFolder: string;
|
|
26
|
+
captionTextWithFolder: string;
|
|
21
27
|
captionTextWhenSelected: string;
|
|
22
28
|
captionTextForCompactSize: string;
|
|
23
29
|
browseLink: string;
|
|
30
|
+
browseLinkFolder: string;
|
|
31
|
+
browseLinkFolderMixed: string;
|
|
24
32
|
title: string;
|
|
25
|
-
gridHeaders: {
|
|
26
|
-
file: string;
|
|
27
|
-
size: string;
|
|
28
|
-
};
|
|
29
33
|
};
|
|
30
34
|
};
|
|
31
35
|
codeBlock: {
|
package/core/locales/ru-RU.d.ts
CHANGED
|
@@ -15,18 +15,22 @@ export declare const ruRULocaleData: {
|
|
|
15
15
|
fileUpload: {
|
|
16
16
|
single: {
|
|
17
17
|
captionText: string;
|
|
18
|
+
captionTextOnlyFolder: string;
|
|
19
|
+
captionTextWithFolder: string;
|
|
18
20
|
browseLink: string;
|
|
21
|
+
browseLinkFolder: string;
|
|
22
|
+
browseLinkFolderMixed: string;
|
|
19
23
|
};
|
|
20
24
|
multiple: {
|
|
21
25
|
captionText: string;
|
|
26
|
+
captionTextOnlyFolder: string;
|
|
27
|
+
captionTextWithFolder: string;
|
|
22
28
|
captionTextWhenSelected: string;
|
|
23
29
|
captionTextForCompactSize: string;
|
|
24
30
|
browseLink: string;
|
|
31
|
+
browseLinkFolder: string;
|
|
32
|
+
browseLinkFolderMixed: string;
|
|
25
33
|
title: string;
|
|
26
|
-
gridHeaders: {
|
|
27
|
-
file: string;
|
|
28
|
-
size: string;
|
|
29
|
-
};
|
|
30
34
|
};
|
|
31
35
|
};
|
|
32
36
|
codeBlock: {
|
package/core/locales/tk-TM.d.ts
CHANGED
|
@@ -15,18 +15,22 @@ export declare const tkTMLocaleData: {
|
|
|
15
15
|
fileUpload: {
|
|
16
16
|
single: {
|
|
17
17
|
captionText: string;
|
|
18
|
+
captionTextOnlyFolder: string;
|
|
19
|
+
captionTextWithFolder: string;
|
|
18
20
|
browseLink: string;
|
|
21
|
+
browseLinkFolder: string;
|
|
22
|
+
browseLinkFolderMixed: string;
|
|
19
23
|
};
|
|
20
24
|
multiple: {
|
|
21
25
|
captionText: string;
|
|
26
|
+
captionTextOnlyFolder: string;
|
|
27
|
+
captionTextWithFolder: string;
|
|
22
28
|
captionTextWhenSelected: string;
|
|
23
29
|
captionTextForCompactSize: string;
|
|
24
30
|
browseLink: string;
|
|
31
|
+
browseLinkFolder: string;
|
|
32
|
+
browseLinkFolderMixed: string;
|
|
25
33
|
title: string;
|
|
26
|
-
gridHeaders: {
|
|
27
|
-
file: string;
|
|
28
|
-
size: string;
|
|
29
|
-
};
|
|
30
34
|
};
|
|
31
35
|
};
|
|
32
36
|
codeBlock: {
|
package/core/locales/types.d.ts
CHANGED
|
@@ -56,3 +56,20 @@ export type KbqTimeRangeLocaleConfig = {
|
|
|
56
56
|
option: FormatterDurationTemplate;
|
|
57
57
|
};
|
|
58
58
|
};
|
|
59
|
+
export interface KbqBaseFileUploadLocaleConfig {
|
|
60
|
+
captionText: string;
|
|
61
|
+
captionTextOnlyFolder: string;
|
|
62
|
+
captionTextWithFolder: string;
|
|
63
|
+
browseLink: string;
|
|
64
|
+
browseLinkFolder: string;
|
|
65
|
+
browseLinkFolderMixed?: string;
|
|
66
|
+
}
|
|
67
|
+
export interface KbqMultipleFileUploadLocaleConfig extends KbqBaseFileUploadLocaleConfig {
|
|
68
|
+
captionTextWhenSelected: string;
|
|
69
|
+
captionTextForCompactSize: string;
|
|
70
|
+
title: string;
|
|
71
|
+
}
|
|
72
|
+
export type KbqFileUploadLocaleConfig = {
|
|
73
|
+
single: KbqBaseFileUploadLocaleConfig;
|
|
74
|
+
multiple: KbqMultipleFileUploadLocaleConfig;
|
|
75
|
+
};
|
package/core/option/option.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export declare class KbqOptionSelectionChange<T = KbqOption> {
|
|
|
17
17
|
export interface KbqOptionParentComponent {
|
|
18
18
|
multiple?: boolean;
|
|
19
19
|
multiSelection?: boolean;
|
|
20
|
+
withVirtualScroll?: boolean;
|
|
20
21
|
setSelectedOptionsByClick: (option: KbqOption) => void;
|
|
21
22
|
}
|
|
22
23
|
/**
|
|
@@ -2,7 +2,7 @@ import { AfterContentInit, DoCheck, ElementRef, EventEmitter, InjectionToken, On
|
|
|
2
2
|
import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';
|
|
3
3
|
import { DateAdapter, ErrorStateMatcher, KbqDateFormats } from '@koobiq/components/core';
|
|
4
4
|
import { KbqFormFieldControl } from '@koobiq/components/form-field';
|
|
5
|
-
import { KbqWarningTooltipTrigger } from '@koobiq/components/tooltip';
|
|
5
|
+
import type { KbqWarningTooltipTrigger } from '@koobiq/components/tooltip';
|
|
6
6
|
import { Subject } from 'rxjs';
|
|
7
7
|
import { KbqCalendar } from './calendar.component';
|
|
8
8
|
import { KbqDatepicker } from './datepicker.component';
|
package/dropdown/dropdown.scss
CHANGED