@taiga-ui/kit 4.39.2 → 4.40.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/components/calendar-range/calendar-range.component.d.ts +4 -1
- package/components/combo-box/combo-box.directive.d.ts +13 -9
- package/components/data-list-wrapper/data-list-wrapper.component.d.ts +4 -1
- package/components/files/file/file.component.d.ts +1 -0
- package/components/files/file/file.options.d.ts +1 -1
- package/components/files/files.utils.d.ts +1 -1
- package/components/index.d.ts +1 -0
- package/components/input-date/index.d.ts +0 -1
- package/components/input-date/input-date.d.ts +1 -2
- package/components/input-date/input-date.directive.d.ts +14 -3
- package/components/input-date-range/index.d.ts +3 -0
- package/components/input-date-range/input-date-range.d.ts +3 -0
- package/components/input-date-range/input-date-range.directive.d.ts +20 -0
- package/components/input-date-range/input-date-range.options.d.ts +9 -0
- package/components/input-phone-international/input-phone-international.component.d.ts +1 -0
- package/esm2022/components/calendar-range/calendar-range.component.mjs +44 -27
- package/esm2022/components/combo-box/combo-box.directive.mjs +60 -37
- package/esm2022/components/data-list-wrapper/data-list-wrapper.component.mjs +16 -4
- package/esm2022/components/files/file/file.component.mjs +4 -3
- package/esm2022/components/files/file/file.options.mjs +1 -1
- package/esm2022/components/files/files.utils.mjs +3 -3
- package/esm2022/components/index.mjs +2 -1
- package/esm2022/components/input-date/index.mjs +1 -2
- package/esm2022/components/input-date/input-date.directive.mjs +49 -37
- package/esm2022/components/input-date/input-date.mjs +1 -3
- package/esm2022/components/input-date-range/index.mjs +4 -0
- package/esm2022/components/input-date-range/input-date-range.directive.mjs +75 -0
- package/esm2022/components/input-date-range/input-date-range.mjs +4 -0
- package/esm2022/components/input-date-range/input-date-range.options.mjs +10 -0
- package/esm2022/components/input-date-range/taiga-ui-kit-components-input-date-range.mjs +5 -0
- package/esm2022/components/input-month/input-month.directive.mjs +2 -3
- package/esm2022/components/input-month-range/input-month-range.directive.mjs +2 -3
- package/esm2022/components/input-number/input-number.directive.mjs +2 -4
- package/esm2022/components/input-phone-international/input-phone-international.component.mjs +2 -1
- package/esm2022/components/input-pin/input-pin.component.mjs +3 -3
- package/esm2022/components/input-slider/input-slider.directive.mjs +3 -2
- package/esm2022/components/segmented/segmented.component.mjs +2 -2
- package/esm2022/components/select/select.directive.mjs +2 -3
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +43 -26
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs +61 -38
- package/fesm2022/taiga-ui-kit-components-combo-box.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +15 -3
- package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-files.mjs +5 -4
- package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs +89 -0
- package/fesm2022/taiga-ui-kit-components-input-date-range.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +50 -63
- package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs +1 -2
- package/fesm2022/taiga-ui-kit-components-input-month-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +1 -2
- package/fesm2022/taiga-ui-kit-components-input-month.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +1 -3
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +1 -0
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +2 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-segmented.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-select.mjs +1 -2
- package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +1 -0
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/package.json +136 -130
- package/components/input-date/input-date.validator.d.ts +0 -10
- package/esm2022/components/input-date/input-date.validator.mjs +0 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.40.0",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
"esm": "./esm2022/taiga-ui-kit.mjs",
|
|
24
24
|
"default": "./fesm2022/taiga-ui-kit.mjs"
|
|
25
25
|
},
|
|
26
|
-
"./components": {
|
|
27
|
-
"types": "./components/index.d.ts",
|
|
28
|
-
"esm2022": "./esm2022/components/taiga-ui-kit-components.mjs",
|
|
29
|
-
"esm": "./esm2022/components/taiga-ui-kit-components.mjs",
|
|
30
|
-
"default": "./fesm2022/taiga-ui-kit-components.mjs"
|
|
31
|
-
},
|
|
32
26
|
"./directives": {
|
|
33
27
|
"types": "./directives/index.d.ts",
|
|
34
28
|
"esm2022": "./esm2022/directives/taiga-ui-kit-directives.mjs",
|
|
35
29
|
"esm": "./esm2022/directives/taiga-ui-kit-directives.mjs",
|
|
36
30
|
"default": "./fesm2022/taiga-ui-kit-directives.mjs"
|
|
37
31
|
},
|
|
32
|
+
"./components": {
|
|
33
|
+
"types": "./components/index.d.ts",
|
|
34
|
+
"esm2022": "./esm2022/components/taiga-ui-kit-components.mjs",
|
|
35
|
+
"esm": "./esm2022/components/taiga-ui-kit-components.mjs",
|
|
36
|
+
"default": "./fesm2022/taiga-ui-kit-components.mjs"
|
|
37
|
+
},
|
|
38
38
|
"./pipes": {
|
|
39
39
|
"types": "./pipes/index.d.ts",
|
|
40
40
|
"esm2022": "./esm2022/pipes/taiga-ui-kit-pipes.mjs",
|
|
@@ -53,6 +53,120 @@
|
|
|
53
53
|
"esm": "./esm2022/utils/taiga-ui-kit-utils.mjs",
|
|
54
54
|
"default": "./fesm2022/taiga-ui-kit-utils.mjs"
|
|
55
55
|
},
|
|
56
|
+
"./directives/button-close": {
|
|
57
|
+
"types": "./directives/button-close/index.d.ts",
|
|
58
|
+
"esm2022": "./esm2022/directives/button-close/taiga-ui-kit-directives-button-close.mjs",
|
|
59
|
+
"esm": "./esm2022/directives/button-close/taiga-ui-kit-directives-button-close.mjs",
|
|
60
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-close.mjs"
|
|
61
|
+
},
|
|
62
|
+
"./directives/button-group": {
|
|
63
|
+
"types": "./directives/button-group/index.d.ts",
|
|
64
|
+
"esm2022": "./esm2022/directives/button-group/taiga-ui-kit-directives-button-group.mjs",
|
|
65
|
+
"esm": "./esm2022/directives/button-group/taiga-ui-kit-directives-button-group.mjs",
|
|
66
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
67
|
+
},
|
|
68
|
+
"./directives/button-select": {
|
|
69
|
+
"types": "./directives/button-select/index.d.ts",
|
|
70
|
+
"esm2022": "./esm2022/directives/button-select/taiga-ui-kit-directives-button-select.mjs",
|
|
71
|
+
"esm": "./esm2022/directives/button-select/taiga-ui-kit-directives-button-select.mjs",
|
|
72
|
+
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
73
|
+
},
|
|
74
|
+
"./directives/chevron": {
|
|
75
|
+
"types": "./directives/chevron/index.d.ts",
|
|
76
|
+
"esm2022": "./esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs",
|
|
77
|
+
"esm": "./esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs",
|
|
78
|
+
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
79
|
+
},
|
|
80
|
+
"./directives/connected": {
|
|
81
|
+
"types": "./directives/connected/index.d.ts",
|
|
82
|
+
"esm2022": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
|
|
83
|
+
"esm": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
|
|
84
|
+
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
85
|
+
},
|
|
86
|
+
"./directives/copy": {
|
|
87
|
+
"types": "./directives/copy/index.d.ts",
|
|
88
|
+
"esm2022": "./esm2022/directives/copy/taiga-ui-kit-directives-copy.mjs",
|
|
89
|
+
"esm": "./esm2022/directives/copy/taiga-ui-kit-directives-copy.mjs",
|
|
90
|
+
"default": "./fesm2022/taiga-ui-kit-directives-copy.mjs"
|
|
91
|
+
},
|
|
92
|
+
"./directives/data-list-dropdown-manager": {
|
|
93
|
+
"types": "./directives/data-list-dropdown-manager/index.d.ts",
|
|
94
|
+
"esm2022": "./esm2022/directives/data-list-dropdown-manager/taiga-ui-kit-directives-data-list-dropdown-manager.mjs",
|
|
95
|
+
"esm": "./esm2022/directives/data-list-dropdown-manager/taiga-ui-kit-directives-data-list-dropdown-manager.mjs",
|
|
96
|
+
"default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
|
|
97
|
+
},
|
|
98
|
+
"./directives/fade": {
|
|
99
|
+
"types": "./directives/fade/index.d.ts",
|
|
100
|
+
"esm2022": "./esm2022/directives/fade/taiga-ui-kit-directives-fade.mjs",
|
|
101
|
+
"esm": "./esm2022/directives/fade/taiga-ui-kit-directives-fade.mjs",
|
|
102
|
+
"default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
|
|
103
|
+
},
|
|
104
|
+
"./directives/fluid-typography": {
|
|
105
|
+
"types": "./directives/fluid-typography/index.d.ts",
|
|
106
|
+
"esm2022": "./esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs",
|
|
107
|
+
"esm": "./esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs",
|
|
108
|
+
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
109
|
+
},
|
|
110
|
+
"./directives/highlight": {
|
|
111
|
+
"types": "./directives/highlight/index.d.ts",
|
|
112
|
+
"esm2022": "./esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs",
|
|
113
|
+
"esm": "./esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs",
|
|
114
|
+
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
115
|
+
},
|
|
116
|
+
"./directives/icon-badge": {
|
|
117
|
+
"types": "./directives/icon-badge/index.d.ts",
|
|
118
|
+
"esm2022": "./esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs",
|
|
119
|
+
"esm": "./esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs",
|
|
120
|
+
"default": "./fesm2022/taiga-ui-kit-directives-icon-badge.mjs"
|
|
121
|
+
},
|
|
122
|
+
"./directives/lazy-loading": {
|
|
123
|
+
"types": "./directives/lazy-loading/index.d.ts",
|
|
124
|
+
"esm2022": "./esm2022/directives/lazy-loading/taiga-ui-kit-directives-lazy-loading.mjs",
|
|
125
|
+
"esm": "./esm2022/directives/lazy-loading/taiga-ui-kit-directives-lazy-loading.mjs",
|
|
126
|
+
"default": "./fesm2022/taiga-ui-kit-directives-lazy-loading.mjs"
|
|
127
|
+
},
|
|
128
|
+
"./directives/password": {
|
|
129
|
+
"types": "./directives/password/index.d.ts",
|
|
130
|
+
"esm2022": "./esm2022/directives/password/taiga-ui-kit-directives-password.mjs",
|
|
131
|
+
"esm": "./esm2022/directives/password/taiga-ui-kit-directives-password.mjs",
|
|
132
|
+
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
133
|
+
},
|
|
134
|
+
"./directives/present": {
|
|
135
|
+
"types": "./directives/present/index.d.ts",
|
|
136
|
+
"esm2022": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
137
|
+
"esm": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
138
|
+
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
139
|
+
},
|
|
140
|
+
"./directives/sensitive": {
|
|
141
|
+
"types": "./directives/sensitive/index.d.ts",
|
|
142
|
+
"esm2022": "./esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs",
|
|
143
|
+
"esm": "./esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs",
|
|
144
|
+
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|
|
145
|
+
},
|
|
146
|
+
"./directives/skeleton": {
|
|
147
|
+
"types": "./directives/skeleton/index.d.ts",
|
|
148
|
+
"esm2022": "./esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs",
|
|
149
|
+
"esm": "./esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs",
|
|
150
|
+
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
151
|
+
},
|
|
152
|
+
"./directives/tooltip": {
|
|
153
|
+
"types": "./directives/tooltip/index.d.ts",
|
|
154
|
+
"esm2022": "./esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs",
|
|
155
|
+
"esm": "./esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs",
|
|
156
|
+
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
157
|
+
},
|
|
158
|
+
"./directives/unfinished-validator": {
|
|
159
|
+
"types": "./directives/unfinished-validator/index.d.ts",
|
|
160
|
+
"esm2022": "./esm2022/directives/unfinished-validator/taiga-ui-kit-directives-unfinished-validator.mjs",
|
|
161
|
+
"esm": "./esm2022/directives/unfinished-validator/taiga-ui-kit-directives-unfinished-validator.mjs",
|
|
162
|
+
"default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
|
|
163
|
+
},
|
|
164
|
+
"./directives/unmask-handler": {
|
|
165
|
+
"types": "./directives/unmask-handler/index.d.ts",
|
|
166
|
+
"esm2022": "./esm2022/directives/unmask-handler/taiga-ui-kit-directives-unmask-handler.mjs",
|
|
167
|
+
"esm": "./esm2022/directives/unmask-handler/taiga-ui-kit-directives-unmask-handler.mjs",
|
|
168
|
+
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
169
|
+
},
|
|
56
170
|
"./components/accordion": {
|
|
57
171
|
"types": "./components/accordion/index.d.ts",
|
|
58
172
|
"esm2022": "./esm2022/components/accordion/taiga-ui-kit-components-accordion.mjs",
|
|
@@ -203,6 +317,12 @@
|
|
|
203
317
|
"esm": "./esm2022/components/input-date/taiga-ui-kit-components-input-date.mjs",
|
|
204
318
|
"default": "./fesm2022/taiga-ui-kit-components-input-date.mjs"
|
|
205
319
|
},
|
|
320
|
+
"./components/input-date-range": {
|
|
321
|
+
"types": "./components/input-date-range/index.d.ts",
|
|
322
|
+
"esm2022": "./esm2022/components/input-date-range/taiga-ui-kit-components-input-date-range.mjs",
|
|
323
|
+
"esm": "./esm2022/components/input-date-range/taiga-ui-kit-components-input-date-range.mjs",
|
|
324
|
+
"default": "./fesm2022/taiga-ui-kit-components-input-date-range.mjs"
|
|
325
|
+
},
|
|
206
326
|
"./components/input-inline": {
|
|
207
327
|
"types": "./components/input-inline/index.d.ts",
|
|
208
328
|
"esm2022": "./esm2022/components/input-inline/taiga-ui-kit-components-input-inline.mjs",
|
|
@@ -413,120 +533,6 @@
|
|
|
413
533
|
"esm": "./esm2022/components/tree/taiga-ui-kit-components-tree.mjs",
|
|
414
534
|
"default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
|
|
415
535
|
},
|
|
416
|
-
"./directives/button-close": {
|
|
417
|
-
"types": "./directives/button-close/index.d.ts",
|
|
418
|
-
"esm2022": "./esm2022/directives/button-close/taiga-ui-kit-directives-button-close.mjs",
|
|
419
|
-
"esm": "./esm2022/directives/button-close/taiga-ui-kit-directives-button-close.mjs",
|
|
420
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-close.mjs"
|
|
421
|
-
},
|
|
422
|
-
"./directives/button-group": {
|
|
423
|
-
"types": "./directives/button-group/index.d.ts",
|
|
424
|
-
"esm2022": "./esm2022/directives/button-group/taiga-ui-kit-directives-button-group.mjs",
|
|
425
|
-
"esm": "./esm2022/directives/button-group/taiga-ui-kit-directives-button-group.mjs",
|
|
426
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
427
|
-
},
|
|
428
|
-
"./directives/button-select": {
|
|
429
|
-
"types": "./directives/button-select/index.d.ts",
|
|
430
|
-
"esm2022": "./esm2022/directives/button-select/taiga-ui-kit-directives-button-select.mjs",
|
|
431
|
-
"esm": "./esm2022/directives/button-select/taiga-ui-kit-directives-button-select.mjs",
|
|
432
|
-
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
433
|
-
},
|
|
434
|
-
"./directives/chevron": {
|
|
435
|
-
"types": "./directives/chevron/index.d.ts",
|
|
436
|
-
"esm2022": "./esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs",
|
|
437
|
-
"esm": "./esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs",
|
|
438
|
-
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
439
|
-
},
|
|
440
|
-
"./directives/connected": {
|
|
441
|
-
"types": "./directives/connected/index.d.ts",
|
|
442
|
-
"esm2022": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
|
|
443
|
-
"esm": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
|
|
444
|
-
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
445
|
-
},
|
|
446
|
-
"./directives/copy": {
|
|
447
|
-
"types": "./directives/copy/index.d.ts",
|
|
448
|
-
"esm2022": "./esm2022/directives/copy/taiga-ui-kit-directives-copy.mjs",
|
|
449
|
-
"esm": "./esm2022/directives/copy/taiga-ui-kit-directives-copy.mjs",
|
|
450
|
-
"default": "./fesm2022/taiga-ui-kit-directives-copy.mjs"
|
|
451
|
-
},
|
|
452
|
-
"./directives/data-list-dropdown-manager": {
|
|
453
|
-
"types": "./directives/data-list-dropdown-manager/index.d.ts",
|
|
454
|
-
"esm2022": "./esm2022/directives/data-list-dropdown-manager/taiga-ui-kit-directives-data-list-dropdown-manager.mjs",
|
|
455
|
-
"esm": "./esm2022/directives/data-list-dropdown-manager/taiga-ui-kit-directives-data-list-dropdown-manager.mjs",
|
|
456
|
-
"default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
|
|
457
|
-
},
|
|
458
|
-
"./directives/fade": {
|
|
459
|
-
"types": "./directives/fade/index.d.ts",
|
|
460
|
-
"esm2022": "./esm2022/directives/fade/taiga-ui-kit-directives-fade.mjs",
|
|
461
|
-
"esm": "./esm2022/directives/fade/taiga-ui-kit-directives-fade.mjs",
|
|
462
|
-
"default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
|
|
463
|
-
},
|
|
464
|
-
"./directives/fluid-typography": {
|
|
465
|
-
"types": "./directives/fluid-typography/index.d.ts",
|
|
466
|
-
"esm2022": "./esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs",
|
|
467
|
-
"esm": "./esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs",
|
|
468
|
-
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
469
|
-
},
|
|
470
|
-
"./directives/highlight": {
|
|
471
|
-
"types": "./directives/highlight/index.d.ts",
|
|
472
|
-
"esm2022": "./esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs",
|
|
473
|
-
"esm": "./esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs",
|
|
474
|
-
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
475
|
-
},
|
|
476
|
-
"./directives/icon-badge": {
|
|
477
|
-
"types": "./directives/icon-badge/index.d.ts",
|
|
478
|
-
"esm2022": "./esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs",
|
|
479
|
-
"esm": "./esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs",
|
|
480
|
-
"default": "./fesm2022/taiga-ui-kit-directives-icon-badge.mjs"
|
|
481
|
-
},
|
|
482
|
-
"./directives/lazy-loading": {
|
|
483
|
-
"types": "./directives/lazy-loading/index.d.ts",
|
|
484
|
-
"esm2022": "./esm2022/directives/lazy-loading/taiga-ui-kit-directives-lazy-loading.mjs",
|
|
485
|
-
"esm": "./esm2022/directives/lazy-loading/taiga-ui-kit-directives-lazy-loading.mjs",
|
|
486
|
-
"default": "./fesm2022/taiga-ui-kit-directives-lazy-loading.mjs"
|
|
487
|
-
},
|
|
488
|
-
"./directives/password": {
|
|
489
|
-
"types": "./directives/password/index.d.ts",
|
|
490
|
-
"esm2022": "./esm2022/directives/password/taiga-ui-kit-directives-password.mjs",
|
|
491
|
-
"esm": "./esm2022/directives/password/taiga-ui-kit-directives-password.mjs",
|
|
492
|
-
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
493
|
-
},
|
|
494
|
-
"./directives/present": {
|
|
495
|
-
"types": "./directives/present/index.d.ts",
|
|
496
|
-
"esm2022": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
497
|
-
"esm": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
498
|
-
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
499
|
-
},
|
|
500
|
-
"./directives/sensitive": {
|
|
501
|
-
"types": "./directives/sensitive/index.d.ts",
|
|
502
|
-
"esm2022": "./esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs",
|
|
503
|
-
"esm": "./esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs",
|
|
504
|
-
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|
|
505
|
-
},
|
|
506
|
-
"./directives/skeleton": {
|
|
507
|
-
"types": "./directives/skeleton/index.d.ts",
|
|
508
|
-
"esm2022": "./esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs",
|
|
509
|
-
"esm": "./esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs",
|
|
510
|
-
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
511
|
-
},
|
|
512
|
-
"./directives/tooltip": {
|
|
513
|
-
"types": "./directives/tooltip/index.d.ts",
|
|
514
|
-
"esm2022": "./esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs",
|
|
515
|
-
"esm": "./esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs",
|
|
516
|
-
"default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
|
|
517
|
-
},
|
|
518
|
-
"./directives/unfinished-validator": {
|
|
519
|
-
"types": "./directives/unfinished-validator/index.d.ts",
|
|
520
|
-
"esm2022": "./esm2022/directives/unfinished-validator/taiga-ui-kit-directives-unfinished-validator.mjs",
|
|
521
|
-
"esm": "./esm2022/directives/unfinished-validator/taiga-ui-kit-directives-unfinished-validator.mjs",
|
|
522
|
-
"default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
|
|
523
|
-
},
|
|
524
|
-
"./directives/unmask-handler": {
|
|
525
|
-
"types": "./directives/unmask-handler/index.d.ts",
|
|
526
|
-
"esm2022": "./esm2022/directives/unmask-handler/taiga-ui-kit-directives-unmask-handler.mjs",
|
|
527
|
-
"esm": "./esm2022/directives/unmask-handler/taiga-ui-kit-directives-unmask-handler.mjs",
|
|
528
|
-
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
529
|
-
},
|
|
530
536
|
"./pipes/emails": {
|
|
531
537
|
"types": "./pipes/emails/index.d.ts",
|
|
532
538
|
"esm2022": "./esm2022/pipes/emails/taiga-ui-kit-pipes-emails.mjs",
|
|
@@ -539,18 +545,18 @@
|
|
|
539
545
|
"esm": "./esm2022/pipes/field-error/taiga-ui-kit-pipes-field-error.mjs",
|
|
540
546
|
"default": "./fesm2022/taiga-ui-kit-pipes-field-error.mjs"
|
|
541
547
|
},
|
|
542
|
-
"./pipes/sort-countries": {
|
|
543
|
-
"types": "./pipes/sort-countries/index.d.ts",
|
|
544
|
-
"esm2022": "./esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs",
|
|
545
|
-
"esm": "./esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs",
|
|
546
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
547
|
-
},
|
|
548
548
|
"./pipes/filter-by-input": {
|
|
549
549
|
"types": "./pipes/filter-by-input/index.d.ts",
|
|
550
550
|
"esm2022": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
|
|
551
551
|
"esm": "./esm2022/pipes/filter-by-input/taiga-ui-kit-pipes-filter-by-input.mjs",
|
|
552
552
|
"default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
|
|
553
553
|
},
|
|
554
|
+
"./pipes/sort-countries": {
|
|
555
|
+
"types": "./pipes/sort-countries/index.d.ts",
|
|
556
|
+
"esm2022": "./esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs",
|
|
557
|
+
"esm": "./esm2022/pipes/sort-countries/taiga-ui-kit-pipes-sort-countries.mjs",
|
|
558
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
559
|
+
},
|
|
554
560
|
"./pipes/stringify": {
|
|
555
561
|
"types": "./pipes/stringify/index.d.ts",
|
|
556
562
|
"esm2022": "./esm2022/pipes/stringify/taiga-ui-kit-pipes-stringify.mjs",
|
|
@@ -589,9 +595,9 @@
|
|
|
589
595
|
"@ng-web-apis/intersection-observer": "^4.12.0",
|
|
590
596
|
"@ng-web-apis/mutation-observer": "^4.12.0",
|
|
591
597
|
"@ng-web-apis/resize-observer": "^4.12.0",
|
|
592
|
-
"@taiga-ui/cdk": "^4.
|
|
593
|
-
"@taiga-ui/core": "^4.
|
|
594
|
-
"@taiga-ui/i18n": "^4.
|
|
598
|
+
"@taiga-ui/cdk": "^4.40.0",
|
|
599
|
+
"@taiga-ui/core": "^4.40.0",
|
|
600
|
+
"@taiga-ui/i18n": "^4.40.0",
|
|
595
601
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
596
602
|
"rxjs": ">=7.0.0"
|
|
597
603
|
},
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { ValidatorFn } from '@angular/forms';
|
|
2
|
-
import { TuiValidator } from '@taiga-ui/cdk/directives/validator';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class TuiInputDateValidator extends TuiValidator {
|
|
5
|
-
private readonly handlers;
|
|
6
|
-
protected readonly update: import("@angular/core").EffectRef;
|
|
7
|
-
validate: ValidatorFn;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputDateValidator, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputDateValidator, never, never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Directive, effect, inject } from '@angular/core';
|
|
2
|
-
import { NG_VALIDATORS } from '@angular/forms';
|
|
3
|
-
import { TUI_ALLOW_SIGNAL_WRITES } from '@taiga-ui/cdk/constants';
|
|
4
|
-
import { TuiValidator } from '@taiga-ui/cdk/directives/validator';
|
|
5
|
-
import { tuiProvide } from '@taiga-ui/cdk/utils/miscellaneous';
|
|
6
|
-
import { TuiItemsHandlersDirective } from '@taiga-ui/core/directives/items-handlers';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
class TuiInputDateValidator extends TuiValidator {
|
|
9
|
-
constructor() {
|
|
10
|
-
super(...arguments);
|
|
11
|
-
this.handlers = inject(TuiItemsHandlersDirective);
|
|
12
|
-
this.update = effect(() => {
|
|
13
|
-
this.handlers.disabledItemHandler();
|
|
14
|
-
this.onChange();
|
|
15
|
-
}, TUI_ALLOW_SIGNAL_WRITES);
|
|
16
|
-
this.validate = ({ value }) => value && this.handlers.disabledItemHandler()(value)
|
|
17
|
-
? { tuiDisabledDate: value }
|
|
18
|
-
: null;
|
|
19
|
-
}
|
|
20
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiInputDateValidator, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
21
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: TuiInputDateValidator, isStandalone: true, providers: [tuiProvide(NG_VALIDATORS, TuiInputDateValidator, true)], usesInheritance: true, ngImport: i0 }); }
|
|
22
|
-
}
|
|
23
|
-
export { TuiInputDateValidator };
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TuiInputDateValidator, decorators: [{
|
|
25
|
-
type: Directive,
|
|
26
|
-
args: [{
|
|
27
|
-
standalone: true,
|
|
28
|
-
providers: [tuiProvide(NG_VALIDATORS, TuiInputDateValidator, true)],
|
|
29
|
-
}]
|
|
30
|
-
}] });
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZGF0ZS52YWxpZGF0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9raXQvY29tcG9uZW50cy9pbnB1dC1kYXRlL2lucHV0LWRhdGUudmFsaWRhdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBQyxNQUFNLGVBQWUsQ0FBQztBQUV4RCxPQUFPLEVBQUMsYUFBYSxFQUFDLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFDLHVCQUF1QixFQUFDLE1BQU0seUJBQXlCLENBQUM7QUFDaEUsT0FBTyxFQUFDLFlBQVksRUFBQyxNQUFNLG9DQUFvQyxDQUFDO0FBQ2hFLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxtQ0FBbUMsQ0FBQztBQUM3RCxPQUFPLEVBQUMseUJBQXlCLEVBQUMsTUFBTSwwQ0FBMEMsQ0FBQzs7QUFFbkYsTUFJYSxxQkFBc0IsU0FBUSxZQUFZO0lBSnZEOztRQUtxQixhQUFRLEdBQUcsTUFBTSxDQUFDLHlCQUF5QixDQUFDLENBQUM7UUFFM0MsV0FBTSxHQUFHLE1BQU0sQ0FBQyxHQUFHLEVBQUU7WUFDcEMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO1lBQ3BDLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUNwQixDQUFDLEVBQUUsdUJBQXVCLENBQUMsQ0FBQztRQUVaLGFBQVEsR0FBZ0IsQ0FBQyxFQUFDLEtBQUssRUFBQyxFQUFFLEVBQUUsQ0FDaEQsS0FBSyxJQUFJLElBQUksQ0FBQyxRQUFRLENBQUMsbUJBQW1CLEVBQUUsQ0FBQyxLQUFLLENBQUM7WUFDL0MsQ0FBQyxDQUFDLEVBQUMsZUFBZSxFQUFFLEtBQUssRUFBQztZQUMxQixDQUFDLENBQUMsSUFBSSxDQUFDO0tBQ2xCOytHQVpZLHFCQUFxQjttR0FBckIscUJBQXFCLGlDQUZuQixDQUFDLFVBQVUsQ0FBQyxhQUFhLEVBQUUscUJBQXFCLEVBQUUsSUFBSSxDQUFDLENBQUM7O1NBRTFELHFCQUFxQjs0RkFBckIscUJBQXFCO2tCQUpqQyxTQUFTO21CQUFDO29CQUNQLFVBQVUsRUFBRSxJQUFJO29CQUNoQixTQUFTLEVBQUUsQ0FBQyxVQUFVLENBQUMsYUFBYSx5QkFBeUIsSUFBSSxDQUFDLENBQUM7aUJBQ3RFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtEaXJlY3RpdmUsIGVmZmVjdCwgaW5qZWN0fSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB0eXBlIHtWYWxpZGF0b3JGbn0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHtOR19WQUxJREFUT1JTfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQge1RVSV9BTExPV19TSUdOQUxfV1JJVEVTfSBmcm9tICdAdGFpZ2EtdWkvY2RrL2NvbnN0YW50cyc7XG5pbXBvcnQge1R1aVZhbGlkYXRvcn0gZnJvbSAnQHRhaWdhLXVpL2Nkay9kaXJlY3RpdmVzL3ZhbGlkYXRvcic7XG5pbXBvcnQge3R1aVByb3ZpZGV9IGZyb20gJ0B0YWlnYS11aS9jZGsvdXRpbHMvbWlzY2VsbGFuZW91cyc7XG5pbXBvcnQge1R1aUl0ZW1zSGFuZGxlcnNEaXJlY3RpdmV9IGZyb20gJ0B0YWlnYS11aS9jb3JlL2RpcmVjdGl2ZXMvaXRlbXMtaGFuZGxlcnMnO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzdGFuZGFsb25lOiB0cnVlLFxuICAgIHByb3ZpZGVyczogW3R1aVByb3ZpZGUoTkdfVkFMSURBVE9SUywgVHVpSW5wdXREYXRlVmFsaWRhdG9yLCB0cnVlKV0sXG59KVxuZXhwb3J0IGNsYXNzIFR1aUlucHV0RGF0ZVZhbGlkYXRvciBleHRlbmRzIFR1aVZhbGlkYXRvciB7XG4gICAgcHJpdmF0ZSByZWFkb25seSBoYW5kbGVycyA9IGluamVjdChUdWlJdGVtc0hhbmRsZXJzRGlyZWN0aXZlKTtcblxuICAgIHByb3RlY3RlZCByZWFkb25seSB1cGRhdGUgPSBlZmZlY3QoKCkgPT4ge1xuICAgICAgICB0aGlzLmhhbmRsZXJzLmRpc2FibGVkSXRlbUhhbmRsZXIoKTtcbiAgICAgICAgdGhpcy5vbkNoYW5nZSgpO1xuICAgIH0sIFRVSV9BTExPV19TSUdOQUxfV1JJVEVTKTtcblxuICAgIHB1YmxpYyBvdmVycmlkZSB2YWxpZGF0ZTogVmFsaWRhdG9yRm4gPSAoe3ZhbHVlfSkgPT5cbiAgICAgICAgdmFsdWUgJiYgdGhpcy5oYW5kbGVycy5kaXNhYmxlZEl0ZW1IYW5kbGVyKCkodmFsdWUpXG4gICAgICAgICAgICA/IHt0dWlEaXNhYmxlZERhdGU6IHZhbHVlfVxuICAgICAgICAgICAgOiBudWxsO1xufVxuIl19
|