@taiga-ui/kit 5.0.0-canary.ad1808f → 5.0.0-canary.b049509
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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.b049509",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -308,6 +308,10 @@
|
|
|
308
308
|
"types": "./components/tabs/index.d.ts",
|
|
309
309
|
"default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
|
|
310
310
|
},
|
|
311
|
+
"./components/textarea": {
|
|
312
|
+
"types": "./components/textarea/index.d.ts",
|
|
313
|
+
"default": "./fesm2022/taiga-ui-kit-components-textarea.mjs"
|
|
314
|
+
},
|
|
311
315
|
"./components/tiles": {
|
|
312
316
|
"types": "./components/tiles/index.d.ts",
|
|
313
317
|
"default": "./fesm2022/taiga-ui-kit-components-tiles.mjs"
|
|
@@ -316,10 +320,6 @@
|
|
|
316
320
|
"types": "./components/toast/index.d.ts",
|
|
317
321
|
"default": "./fesm2022/taiga-ui-kit-components-toast.mjs"
|
|
318
322
|
},
|
|
319
|
-
"./components/textarea": {
|
|
320
|
-
"types": "./components/textarea/index.d.ts",
|
|
321
|
-
"default": "./fesm2022/taiga-ui-kit-components-textarea.mjs"
|
|
322
|
-
},
|
|
323
323
|
"./components/tree": {
|
|
324
324
|
"types": "./components/tree/index.d.ts",
|
|
325
325
|
"default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
|
|
@@ -360,14 +360,14 @@
|
|
|
360
360
|
"types": "./directives/highlight/index.d.ts",
|
|
361
361
|
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
362
362
|
},
|
|
363
|
-
"./directives/password": {
|
|
364
|
-
"types": "./directives/password/index.d.ts",
|
|
365
|
-
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
366
|
-
},
|
|
367
363
|
"./directives/present": {
|
|
368
364
|
"types": "./directives/present/index.d.ts",
|
|
369
365
|
"default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
|
|
370
366
|
},
|
|
367
|
+
"./directives/password": {
|
|
368
|
+
"types": "./directives/password/index.d.ts",
|
|
369
|
+
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
370
|
+
},
|
|
371
371
|
"./directives/sensitive": {
|
|
372
372
|
"types": "./directives/sensitive/index.d.ts",
|
|
373
373
|
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|
|
@@ -412,10 +412,6 @@
|
|
|
412
412
|
"types": "./pipes/hide-selected/index.d.ts",
|
|
413
413
|
"default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
|
|
414
414
|
},
|
|
415
|
-
"./pipes/initials": {
|
|
416
|
-
"types": "./pipes/initials/index.d.ts",
|
|
417
|
-
"default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
|
|
418
|
-
},
|
|
419
415
|
"./pipes/sort-countries": {
|
|
420
416
|
"types": "./pipes/sort-countries/index.d.ts",
|
|
421
417
|
"default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
|
|
@@ -427,6 +423,10 @@
|
|
|
427
423
|
"./pipes/stringify-content": {
|
|
428
424
|
"types": "./pipes/stringify-content/index.d.ts",
|
|
429
425
|
"default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
|
|
426
|
+
},
|
|
427
|
+
"./pipes/initials": {
|
|
428
|
+
"types": "./pipes/initials/index.d.ts",
|
|
429
|
+
"default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
|
|
430
430
|
}
|
|
431
431
|
},
|
|
432
432
|
"peerDependencies": {
|
|
@@ -434,10 +434,10 @@
|
|
|
434
434
|
"@angular/core": ">=19.0.0",
|
|
435
435
|
"@angular/forms": ">=19.0.0",
|
|
436
436
|
"@angular/router": ">=19.0.0",
|
|
437
|
-
"@maskito/angular": "^5.0.
|
|
438
|
-
"@maskito/core": "^5.0.
|
|
439
|
-
"@maskito/kit": "^5.0.
|
|
440
|
-
"@maskito/phone": "^5.0.
|
|
437
|
+
"@maskito/angular": "^5.0.1",
|
|
438
|
+
"@maskito/core": "^5.0.1",
|
|
439
|
+
"@maskito/kit": "^5.0.1",
|
|
440
|
+
"@maskito/phone": "^5.0.1",
|
|
441
441
|
"@ng-web-apis/common": "^5.0.2",
|
|
442
442
|
"@ng-web-apis/intersection-observer": "^5.0.2",
|
|
443
443
|
"@ng-web-apis/mutation-observer": "^5.0.2",
|