@taiga-ui/kit 5.17.0 → 5.18.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/accordion/accordion.component.d.ts +3 -2
- package/components/accordion/accordion.directive.d.ts +2 -1
- package/components/calendar-range/day-range-period.d.ts +10 -1
- package/components/input-phone/utils/complete-phone-insertion-preprocessor.d.ts +1 -1
- package/fesm2022/taiga-ui-kit-components-accordion.mjs +11 -4
- package/fesm2022/taiga-ui-kit-components-accordion.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-avatar.mjs +9 -9
- package/fesm2022/taiga-ui-kit-components-badge.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-block.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs +6 -1
- package/fesm2022/taiga-ui-kit-components-calendar-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-chip.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-comment.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-compass.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-copy.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-files.mjs +5 -5
- package/fesm2022/taiga-ui-kit-components-input-color.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-date-time.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-input-date.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-month.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs +10 -6
- package/fesm2022/taiga-ui-kit-components-input-phone.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-pin.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-input-time.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-like.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-message.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-pin.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-preview.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-progress.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-radio-list.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-segmented.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-shrink-wrap.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-status.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-switch.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-tabs.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +3 -3
- package/fesm2022/taiga-ui-kit-components-tiles.mjs +4 -4
- package/fesm2022/taiga-ui-kit-components-toast.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-button-group.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-chevron.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-connected.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-sensitive.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-shimmer.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-skeleton.mjs +3 -3
- package/fesm2022/taiga-ui-kit-directives-tooltip.mjs +2 -2
- package/package.json +57 -57
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.18.0",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"@ng-web-apis/mutation-observer": "^5.3.0",
|
|
44
44
|
"@ng-web-apis/platform": "^5.3.0",
|
|
45
45
|
"@ng-web-apis/resize-observer": "^5.3.0",
|
|
46
|
-
"@taiga-ui/cdk": "5.
|
|
47
|
-
"@taiga-ui/core": "5.
|
|
48
|
-
"@taiga-ui/i18n": "5.
|
|
46
|
+
"@taiga-ui/cdk": "5.18.0",
|
|
47
|
+
"@taiga-ui/core": "5.18.0",
|
|
48
|
+
"@taiga-ui/i18n": "5.18.0",
|
|
49
49
|
"@taiga-ui/polymorpheus": "^5.0.1",
|
|
50
|
-
"@taiga-ui/styles": "5.
|
|
50
|
+
"@taiga-ui/styles": "5.18.0",
|
|
51
51
|
"rxjs": ">=7.0.0"
|
|
52
52
|
},
|
|
53
53
|
"module": "fesm2022/taiga-ui-kit.mjs",
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"types": "./components/index.d.ts",
|
|
65
65
|
"default": "./fesm2022/taiga-ui-kit-components.mjs"
|
|
66
66
|
},
|
|
67
|
-
"./pipes": {
|
|
68
|
-
"types": "./pipes/index.d.ts",
|
|
69
|
-
"default": "./fesm2022/taiga-ui-kit-pipes.mjs"
|
|
70
|
-
},
|
|
71
67
|
"./directives": {
|
|
72
68
|
"types": "./directives/index.d.ts",
|
|
73
69
|
"default": "./fesm2022/taiga-ui-kit-directives.mjs"
|
|
74
70
|
},
|
|
71
|
+
"./pipes": {
|
|
72
|
+
"types": "./pipes/index.d.ts",
|
|
73
|
+
"default": "./fesm2022/taiga-ui-kit-pipes.mjs"
|
|
74
|
+
},
|
|
75
75
|
"./tokens": {
|
|
76
76
|
"types": "./tokens/index.d.ts",
|
|
77
77
|
"default": "./fesm2022/taiga-ui-kit-tokens.mjs"
|
|
@@ -88,10 +88,6 @@
|
|
|
88
88
|
"types": "./components/action-bar/index.d.ts",
|
|
89
89
|
"default": "./fesm2022/taiga-ui-kit-components-action-bar.mjs"
|
|
90
90
|
},
|
|
91
|
-
"./components/avatar": {
|
|
92
|
-
"types": "./components/avatar/index.d.ts",
|
|
93
|
-
"default": "./fesm2022/taiga-ui-kit-components-avatar.mjs"
|
|
94
|
-
},
|
|
95
91
|
"./components/badge": {
|
|
96
92
|
"types": "./components/badge/index.d.ts",
|
|
97
93
|
"default": "./fesm2022/taiga-ui-kit-components-badge.mjs"
|
|
@@ -100,6 +96,10 @@
|
|
|
100
96
|
"types": "./components/badge-notification/index.d.ts",
|
|
101
97
|
"default": "./fesm2022/taiga-ui-kit-components-badge-notification.mjs"
|
|
102
98
|
},
|
|
99
|
+
"./components/avatar": {
|
|
100
|
+
"types": "./components/avatar/index.d.ts",
|
|
101
|
+
"default": "./fesm2022/taiga-ui-kit-components-avatar.mjs"
|
|
102
|
+
},
|
|
103
103
|
"./components/badged-content": {
|
|
104
104
|
"types": "./components/badged-content/index.d.ts",
|
|
105
105
|
"default": "./fesm2022/taiga-ui-kit-components-badged-content.mjs"
|
|
@@ -140,10 +140,6 @@
|
|
|
140
140
|
"types": "./components/confirm/index.d.ts",
|
|
141
141
|
"default": "./fesm2022/taiga-ui-kit-components-confirm.mjs"
|
|
142
142
|
},
|
|
143
|
-
"./components/compass": {
|
|
144
|
-
"types": "./components/compass/index.d.ts",
|
|
145
|
-
"default": "./fesm2022/taiga-ui-kit-components-compass.mjs"
|
|
146
|
-
},
|
|
147
143
|
"./components/copy": {
|
|
148
144
|
"types": "./components/copy/index.d.ts",
|
|
149
145
|
"default": "./fesm2022/taiga-ui-kit-components-copy.mjs"
|
|
@@ -160,6 +156,10 @@
|
|
|
160
156
|
"types": "./components/drawer/index.d.ts",
|
|
161
157
|
"default": "./fesm2022/taiga-ui-kit-components-drawer.mjs"
|
|
162
158
|
},
|
|
159
|
+
"./components/compass": {
|
|
160
|
+
"types": "./components/compass/index.d.ts",
|
|
161
|
+
"default": "./fesm2022/taiga-ui-kit-components-compass.mjs"
|
|
162
|
+
},
|
|
163
163
|
"./components/files": {
|
|
164
164
|
"types": "./components/files/index.d.ts",
|
|
165
165
|
"default": "./fesm2022/taiga-ui-kit-components-files.mjs"
|
|
@@ -300,14 +300,14 @@
|
|
|
300
300
|
"types": "./components/radio-list/index.d.ts",
|
|
301
301
|
"default": "./fesm2022/taiga-ui-kit-components-radio-list.mjs"
|
|
302
302
|
},
|
|
303
|
-
"./components/range": {
|
|
304
|
-
"types": "./components/range/index.d.ts",
|
|
305
|
-
"default": "./fesm2022/taiga-ui-kit-components-range.mjs"
|
|
306
|
-
},
|
|
307
303
|
"./components/rating": {
|
|
308
304
|
"types": "./components/rating/index.d.ts",
|
|
309
305
|
"default": "./fesm2022/taiga-ui-kit-components-rating.mjs"
|
|
310
306
|
},
|
|
307
|
+
"./components/range": {
|
|
308
|
+
"types": "./components/range/index.d.ts",
|
|
309
|
+
"default": "./fesm2022/taiga-ui-kit-components-range.mjs"
|
|
310
|
+
},
|
|
311
311
|
"./components/routable-dialog": {
|
|
312
312
|
"types": "./components/routable-dialog/index.d.ts",
|
|
313
313
|
"default": "./fesm2022/taiga-ui-kit-components-routable-dialog.mjs"
|
|
@@ -360,42 +360,10 @@
|
|
|
360
360
|
"types": "./components/tree/index.d.ts",
|
|
361
361
|
"default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
|
|
362
362
|
},
|
|
363
|
-
"./pipes/auto-color": {
|
|
364
|
-
"types": "./pipes/auto-color/index.d.ts",
|
|
365
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
|
|
366
|
-
},
|
|
367
|
-
"./pipes/emails": {
|
|
368
|
-
"types": "./pipes/emails/index.d.ts",
|
|
369
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
|
|
370
|
-
},
|
|
371
|
-
"./pipes/flag": {
|
|
372
|
-
"types": "./pipes/flag/index.d.ts",
|
|
373
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
|
|
374
|
-
},
|
|
375
|
-
"./pipes/hide-selected": {
|
|
376
|
-
"types": "./pipes/hide-selected/index.d.ts",
|
|
377
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
|
|
378
|
-
},
|
|
379
|
-
"./pipes/initials": {
|
|
380
|
-
"types": "./pipes/initials/index.d.ts",
|
|
381
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
|
|
382
|
-
},
|
|
383
|
-
"./pipes/sort-countries": {
|
|
384
|
-
"types": "./pipes/sort-countries/index.d.ts",
|
|
385
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
386
|
-
},
|
|
387
|
-
"./pipes/stringify": {
|
|
388
|
-
"types": "./pipes/stringify/index.d.ts",
|
|
389
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
|
|
390
|
-
},
|
|
391
363
|
"./directives/appearance-proxy": {
|
|
392
364
|
"types": "./directives/appearance-proxy/index.d.ts",
|
|
393
365
|
"default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
|
|
394
366
|
},
|
|
395
|
-
"./pipes/stringify-content": {
|
|
396
|
-
"types": "./pipes/stringify-content/index.d.ts",
|
|
397
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
|
|
398
|
-
},
|
|
399
367
|
"./directives/button-group": {
|
|
400
368
|
"types": "./directives/button-group/index.d.ts",
|
|
401
369
|
"default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
|
|
@@ -424,14 +392,14 @@
|
|
|
424
392
|
"types": "./directives/fluid-typography/index.d.ts",
|
|
425
393
|
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
426
394
|
},
|
|
427
|
-
"./directives/highlight": {
|
|
428
|
-
"types": "./directives/highlight/index.d.ts",
|
|
429
|
-
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
430
|
-
},
|
|
431
395
|
"./directives/password": {
|
|
432
396
|
"types": "./directives/password/index.d.ts",
|
|
433
397
|
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
434
398
|
},
|
|
399
|
+
"./directives/highlight": {
|
|
400
|
+
"types": "./directives/highlight/index.d.ts",
|
|
401
|
+
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
402
|
+
},
|
|
435
403
|
"./directives/present": {
|
|
436
404
|
"types": "./directives/present/index.d.ts",
|
|
437
405
|
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
@@ -459,6 +427,38 @@
|
|
|
459
427
|
"./directives/unmask-handler": {
|
|
460
428
|
"types": "./directives/unmask-handler/index.d.ts",
|
|
461
429
|
"default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
|
|
430
|
+
},
|
|
431
|
+
"./pipes/auto-color": {
|
|
432
|
+
"types": "./pipes/auto-color/index.d.ts",
|
|
433
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
|
|
434
|
+
},
|
|
435
|
+
"./pipes/emails": {
|
|
436
|
+
"types": "./pipes/emails/index.d.ts",
|
|
437
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
|
|
438
|
+
},
|
|
439
|
+
"./pipes/flag": {
|
|
440
|
+
"types": "./pipes/flag/index.d.ts",
|
|
441
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
|
|
442
|
+
},
|
|
443
|
+
"./pipes/hide-selected": {
|
|
444
|
+
"types": "./pipes/hide-selected/index.d.ts",
|
|
445
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
|
|
446
|
+
},
|
|
447
|
+
"./pipes/initials": {
|
|
448
|
+
"types": "./pipes/initials/index.d.ts",
|
|
449
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
|
|
450
|
+
},
|
|
451
|
+
"./pipes/sort-countries": {
|
|
452
|
+
"types": "./pipes/sort-countries/index.d.ts",
|
|
453
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
454
|
+
},
|
|
455
|
+
"./pipes/stringify": {
|
|
456
|
+
"types": "./pipes/stringify/index.d.ts",
|
|
457
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
|
|
458
|
+
},
|
|
459
|
+
"./pipes/stringify-content": {
|
|
460
|
+
"types": "./pipes/stringify-content/index.d.ts",
|
|
461
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
|
|
462
462
|
}
|
|
463
463
|
},
|
|
464
464
|
"sideEffects": false,
|