@taiga-ui/kit 5.0.0-canary.2e92594 → 5.0.0-canary.533701d

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.
Files changed (1) hide show
  1. package/package.json +134 -134
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "5.0.0-canary.2e92594",
3
+ "version": "5.0.0-canary.533701d",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -24,6 +24,10 @@
24
24
  "types": "./index.d.ts",
25
25
  "default": "./fesm2022/taiga-ui-kit.mjs"
26
26
  },
27
+ "./components": {
28
+ "types": "./components/index.d.ts",
29
+ "default": "./fesm2022/taiga-ui-kit-components.mjs"
30
+ },
27
31
  "./directives": {
28
32
  "types": "./directives/index.d.ts",
29
33
  "default": "./fesm2022/taiga-ui-kit-directives.mjs"
@@ -32,10 +36,6 @@
32
36
  "types": "./pipes/index.d.ts",
33
37
  "default": "./fesm2022/taiga-ui-kit-pipes.mjs"
34
38
  },
35
- "./components": {
36
- "types": "./components/index.d.ts",
37
- "default": "./fesm2022/taiga-ui-kit-components.mjs"
38
- },
39
39
  "./tokens": {
40
40
  "types": "./tokens/index.d.ts",
41
41
  "default": "./fesm2022/taiga-ui-kit-tokens.mjs"
@@ -44,110 +44,6 @@
44
44
  "types": "./utils/index.d.ts",
45
45
  "default": "./fesm2022/taiga-ui-kit-utils.mjs"
46
46
  },
47
- "./directives/appearance-proxy": {
48
- "types": "./directives/appearance-proxy/index.d.ts",
49
- "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
50
- },
51
- "./directives/button-group": {
52
- "types": "./directives/button-group/index.d.ts",
53
- "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
54
- },
55
- "./directives/button-select": {
56
- "types": "./directives/button-select/index.d.ts",
57
- "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
58
- },
59
- "./directives/chevron": {
60
- "types": "./directives/chevron/index.d.ts",
61
- "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
62
- },
63
- "./directives/connected": {
64
- "types": "./directives/connected/index.d.ts",
65
- "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
66
- },
67
- "./directives/data-list-dropdown-manager": {
68
- "types": "./directives/data-list-dropdown-manager/index.d.ts",
69
- "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
70
- },
71
- "./directives/fade": {
72
- "types": "./directives/fade/index.d.ts",
73
- "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
74
- },
75
- "./directives/fluid-typography": {
76
- "types": "./directives/fluid-typography/index.d.ts",
77
- "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
78
- },
79
- "./directives/highlight": {
80
- "types": "./directives/highlight/index.d.ts",
81
- "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
82
- },
83
- "./directives/password": {
84
- "types": "./directives/password/index.d.ts",
85
- "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
86
- },
87
- "./directives/present": {
88
- "types": "./directives/present/index.d.ts",
89
- "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
90
- },
91
- "./directives/sensitive": {
92
- "types": "./directives/sensitive/index.d.ts",
93
- "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
94
- },
95
- "./directives/shimmer": {
96
- "types": "./directives/shimmer/index.d.ts",
97
- "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
98
- },
99
- "./directives/skeleton": {
100
- "types": "./directives/skeleton/index.d.ts",
101
- "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
102
- },
103
- "./directives/tooltip": {
104
- "types": "./directives/tooltip/index.d.ts",
105
- "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
106
- },
107
- "./directives/unfinished-validator": {
108
- "types": "./directives/unfinished-validator/index.d.ts",
109
- "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
110
- },
111
- "./directives/unmask-handler": {
112
- "types": "./directives/unmask-handler/index.d.ts",
113
- "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
114
- },
115
- "./pipes/auto-color": {
116
- "types": "./pipes/auto-color/index.d.ts",
117
- "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
118
- },
119
- "./pipes/emails": {
120
- "types": "./pipes/emails/index.d.ts",
121
- "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
122
- },
123
- "./pipes/filter-by-input": {
124
- "types": "./pipes/filter-by-input/index.d.ts",
125
- "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
126
- },
127
- "./pipes/flag": {
128
- "types": "./pipes/flag/index.d.ts",
129
- "default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
130
- },
131
- "./pipes/hide-selected": {
132
- "types": "./pipes/hide-selected/index.d.ts",
133
- "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
134
- },
135
- "./pipes/initials": {
136
- "types": "./pipes/initials/index.d.ts",
137
- "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
138
- },
139
- "./pipes/sort-countries": {
140
- "types": "./pipes/sort-countries/index.d.ts",
141
- "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
142
- },
143
- "./pipes/stringify": {
144
- "types": "./pipes/stringify/index.d.ts",
145
- "default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
146
- },
147
- "./pipes/stringify-content": {
148
- "types": "./pipes/stringify-content/index.d.ts",
149
- "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
150
- },
151
47
  "./components/accordion": {
152
48
  "types": "./components/accordion/index.d.ts",
153
49
  "default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
@@ -236,10 +132,6 @@
236
132
  "types": "./components/files/index.d.ts",
237
133
  "default": "./fesm2022/taiga-ui-kit-components-files.mjs"
238
134
  },
239
- "./components/filter": {
240
- "types": "./components/filter/index.d.ts",
241
- "default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
242
- },
243
135
  "./components/fullscreen": {
244
136
  "types": "./components/fullscreen/index.d.ts",
245
137
  "default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
@@ -248,6 +140,10 @@
248
140
  "types": "./components/input-chip/index.d.ts",
249
141
  "default": "./fesm2022/taiga-ui-kit-components-input-chip.mjs"
250
142
  },
143
+ "./components/filter": {
144
+ "types": "./components/filter/index.d.ts",
145
+ "default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
146
+ },
251
147
  "./components/input-color": {
252
148
  "types": "./components/input-color/index.d.ts",
253
149
  "default": "./fesm2022/taiga-ui-kit-components-input-color.mjs"
@@ -272,14 +168,14 @@
272
168
  "types": "./components/input-inline/index.d.ts",
273
169
  "default": "./fesm2022/taiga-ui-kit-components-input-inline.mjs"
274
170
  },
275
- "./components/input-month": {
276
- "types": "./components/input-month/index.d.ts",
277
- "default": "./fesm2022/taiga-ui-kit-components-input-month.mjs"
278
- },
279
171
  "./components/input-month-range": {
280
172
  "types": "./components/input-month-range/index.d.ts",
281
173
  "default": "./fesm2022/taiga-ui-kit-components-input-month-range.mjs"
282
174
  },
175
+ "./components/input-month": {
176
+ "types": "./components/input-month/index.d.ts",
177
+ "default": "./fesm2022/taiga-ui-kit-components-input-month.mjs"
178
+ },
283
179
  "./components/input-number": {
284
180
  "types": "./components/input-number/index.d.ts",
285
181
  "default": "./fesm2022/taiga-ui-kit-components-input-number.mjs"
@@ -396,26 +292,26 @@
396
292
  "types": "./components/slider/index.d.ts",
397
293
  "default": "./fesm2022/taiga-ui-kit-components-slider.mjs"
398
294
  },
399
- "./components/stepper": {
400
- "types": "./components/stepper/index.d.ts",
401
- "default": "./fesm2022/taiga-ui-kit-components-stepper.mjs"
402
- },
403
295
  "./components/status": {
404
296
  "types": "./components/status/index.d.ts",
405
297
  "default": "./fesm2022/taiga-ui-kit-components-status.mjs"
406
298
  },
299
+ "./components/stepper": {
300
+ "types": "./components/stepper/index.d.ts",
301
+ "default": "./fesm2022/taiga-ui-kit-components-stepper.mjs"
302
+ },
407
303
  "./components/switch": {
408
304
  "types": "./components/switch/index.d.ts",
409
305
  "default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
410
306
  },
411
- "./components/tabs": {
412
- "types": "./components/tabs/index.d.ts",
413
- "default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
414
- },
415
307
  "./components/textarea": {
416
308
  "types": "./components/textarea/index.d.ts",
417
309
  "default": "./fesm2022/taiga-ui-kit-components-textarea.mjs"
418
310
  },
311
+ "./components/tabs": {
312
+ "types": "./components/tabs/index.d.ts",
313
+ "default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
314
+ },
419
315
  "./components/tiles": {
420
316
  "types": "./components/tiles/index.d.ts",
421
317
  "default": "./fesm2022/taiga-ui-kit-components-tiles.mjs"
@@ -427,6 +323,110 @@
427
323
  "./components/tree": {
428
324
  "types": "./components/tree/index.d.ts",
429
325
  "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
326
+ },
327
+ "./directives/appearance-proxy": {
328
+ "types": "./directives/appearance-proxy/index.d.ts",
329
+ "default": "./fesm2022/taiga-ui-kit-directives-appearance-proxy.mjs"
330
+ },
331
+ "./directives/button-group": {
332
+ "types": "./directives/button-group/index.d.ts",
333
+ "default": "./fesm2022/taiga-ui-kit-directives-button-group.mjs"
334
+ },
335
+ "./directives/button-select": {
336
+ "types": "./directives/button-select/index.d.ts",
337
+ "default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
338
+ },
339
+ "./directives/chevron": {
340
+ "types": "./directives/chevron/index.d.ts",
341
+ "default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
342
+ },
343
+ "./directives/connected": {
344
+ "types": "./directives/connected/index.d.ts",
345
+ "default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
346
+ },
347
+ "./directives/data-list-dropdown-manager": {
348
+ "types": "./directives/data-list-dropdown-manager/index.d.ts",
349
+ "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
350
+ },
351
+ "./directives/fade": {
352
+ "types": "./directives/fade/index.d.ts",
353
+ "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
354
+ },
355
+ "./directives/fluid-typography": {
356
+ "types": "./directives/fluid-typography/index.d.ts",
357
+ "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
358
+ },
359
+ "./directives/highlight": {
360
+ "types": "./directives/highlight/index.d.ts",
361
+ "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
362
+ },
363
+ "./directives/password": {
364
+ "types": "./directives/password/index.d.ts",
365
+ "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
366
+ },
367
+ "./directives/present": {
368
+ "types": "./directives/present/index.d.ts",
369
+ "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
370
+ },
371
+ "./directives/sensitive": {
372
+ "types": "./directives/sensitive/index.d.ts",
373
+ "default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
374
+ },
375
+ "./directives/shimmer": {
376
+ "types": "./directives/shimmer/index.d.ts",
377
+ "default": "./fesm2022/taiga-ui-kit-directives-shimmer.mjs"
378
+ },
379
+ "./directives/skeleton": {
380
+ "types": "./directives/skeleton/index.d.ts",
381
+ "default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
382
+ },
383
+ "./directives/tooltip": {
384
+ "types": "./directives/tooltip/index.d.ts",
385
+ "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
386
+ },
387
+ "./directives/unmask-handler": {
388
+ "types": "./directives/unmask-handler/index.d.ts",
389
+ "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
390
+ },
391
+ "./directives/unfinished-validator": {
392
+ "types": "./directives/unfinished-validator/index.d.ts",
393
+ "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
394
+ },
395
+ "./pipes/auto-color": {
396
+ "types": "./pipes/auto-color/index.d.ts",
397
+ "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"
398
+ },
399
+ "./pipes/emails": {
400
+ "types": "./pipes/emails/index.d.ts",
401
+ "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
402
+ },
403
+ "./pipes/filter-by-input": {
404
+ "types": "./pipes/filter-by-input/index.d.ts",
405
+ "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
406
+ },
407
+ "./pipes/flag": {
408
+ "types": "./pipes/flag/index.d.ts",
409
+ "default": "./fesm2022/taiga-ui-kit-pipes-flag.mjs"
410
+ },
411
+ "./pipes/hide-selected": {
412
+ "types": "./pipes/hide-selected/index.d.ts",
413
+ "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
414
+ },
415
+ "./pipes/initials": {
416
+ "types": "./pipes/initials/index.d.ts",
417
+ "default": "./fesm2022/taiga-ui-kit-pipes-initials.mjs"
418
+ },
419
+ "./pipes/sort-countries": {
420
+ "types": "./pipes/sort-countries/index.d.ts",
421
+ "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
422
+ },
423
+ "./pipes/stringify": {
424
+ "types": "./pipes/stringify/index.d.ts",
425
+ "default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"
426
+ },
427
+ "./pipes/stringify-content": {
428
+ "types": "./pipes/stringify-content/index.d.ts",
429
+ "default": "./fesm2022/taiga-ui-kit-pipes-stringify-content.mjs"
430
430
  }
431
431
  },
432
432
  "peerDependencies": {
@@ -434,15 +434,15 @@
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.0",
438
- "@maskito/core": "^5.0.0",
439
- "@maskito/kit": "^5.0.0",
440
- "@maskito/phone": "^5.0.0",
441
- "@ng-web-apis/common": "^5.0.1",
442
- "@ng-web-apis/intersection-observer": "^5.0.1",
443
- "@ng-web-apis/mutation-observer": "^5.0.1",
444
- "@ng-web-apis/platform": "^5.0.1",
445
- "@ng-web-apis/resize-observer": "^5.0.1",
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
+ "@ng-web-apis/common": "^5.0.2",
442
+ "@ng-web-apis/intersection-observer": "^5.0.2",
443
+ "@ng-web-apis/mutation-observer": "^5.0.2",
444
+ "@ng-web-apis/platform": "^5.0.2",
445
+ "@ng-web-apis/resize-observer": "^5.0.2",
446
446
  "@taiga-ui/cdk": "^5.0.0-rc.0",
447
447
  "@taiga-ui/core": "^5.0.0-rc.0",
448
448
  "@taiga-ui/design-tokens": "~0.274.0",