@taiga-ui/kit 5.0.0-canary.4ed9ebe → 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 +89 -89
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "5.0.0-canary.4ed9ebe",
3
+ "version": "5.0.0-canary.533701d",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -24,14 +24,14 @@
24
24
  "types": "./index.d.ts",
25
25
  "default": "./fesm2022/taiga-ui-kit.mjs"
26
26
  },
27
- "./directives": {
28
- "types": "./directives/index.d.ts",
29
- "default": "./fesm2022/taiga-ui-kit-directives.mjs"
30
- },
31
27
  "./components": {
32
28
  "types": "./components/index.d.ts",
33
29
  "default": "./fesm2022/taiga-ui-kit-components.mjs"
34
30
  },
31
+ "./directives": {
32
+ "types": "./directives/index.d.ts",
33
+ "default": "./fesm2022/taiga-ui-kit-directives.mjs"
34
+ },
35
35
  "./pipes": {
36
36
  "types": "./pipes/index.d.ts",
37
37
  "default": "./fesm2022/taiga-ui-kit-pipes.mjs"
@@ -44,74 +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
47
  "./components/accordion": {
116
48
  "types": "./components/accordion/index.d.ts",
117
49
  "default": "./fesm2022/taiga-ui-kit-components-accordion.mjs"
@@ -200,10 +132,6 @@
200
132
  "types": "./components/files/index.d.ts",
201
133
  "default": "./fesm2022/taiga-ui-kit-components-files.mjs"
202
134
  },
203
- "./components/filter": {
204
- "types": "./components/filter/index.d.ts",
205
- "default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
206
- },
207
135
  "./components/fullscreen": {
208
136
  "types": "./components/fullscreen/index.d.ts",
209
137
  "default": "./fesm2022/taiga-ui-kit-components-fullscreen.mjs"
@@ -212,6 +140,10 @@
212
140
  "types": "./components/input-chip/index.d.ts",
213
141
  "default": "./fesm2022/taiga-ui-kit-components-input-chip.mjs"
214
142
  },
143
+ "./components/filter": {
144
+ "types": "./components/filter/index.d.ts",
145
+ "default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
146
+ },
215
147
  "./components/input-color": {
216
148
  "types": "./components/input-color/index.d.ts",
217
149
  "default": "./fesm2022/taiga-ui-kit-components-input-color.mjs"
@@ -236,14 +168,14 @@
236
168
  "types": "./components/input-inline/index.d.ts",
237
169
  "default": "./fesm2022/taiga-ui-kit-components-input-inline.mjs"
238
170
  },
239
- "./components/input-month": {
240
- "types": "./components/input-month/index.d.ts",
241
- "default": "./fesm2022/taiga-ui-kit-components-input-month.mjs"
242
- },
243
171
  "./components/input-month-range": {
244
172
  "types": "./components/input-month-range/index.d.ts",
245
173
  "default": "./fesm2022/taiga-ui-kit-components-input-month-range.mjs"
246
174
  },
175
+ "./components/input-month": {
176
+ "types": "./components/input-month/index.d.ts",
177
+ "default": "./fesm2022/taiga-ui-kit-components-input-month.mjs"
178
+ },
247
179
  "./components/input-number": {
248
180
  "types": "./components/input-number/index.d.ts",
249
181
  "default": "./fesm2022/taiga-ui-kit-components-input-number.mjs"
@@ -340,6 +272,10 @@
340
272
  "types": "./components/range/index.d.ts",
341
273
  "default": "./fesm2022/taiga-ui-kit-components-range.mjs"
342
274
  },
275
+ "./components/rating": {
276
+ "types": "./components/rating/index.d.ts",
277
+ "default": "./fesm2022/taiga-ui-kit-components-rating.mjs"
278
+ },
343
279
  "./components/routable-dialog": {
344
280
  "types": "./components/routable-dialog/index.d.ts",
345
281
  "default": "./fesm2022/taiga-ui-kit-components-routable-dialog.mjs"
@@ -348,10 +284,6 @@
348
284
  "types": "./components/segmented/index.d.ts",
349
285
  "default": "./fesm2022/taiga-ui-kit-components-segmented.mjs"
350
286
  },
351
- "./components/rating": {
352
- "types": "./components/rating/index.d.ts",
353
- "default": "./fesm2022/taiga-ui-kit-components-rating.mjs"
354
- },
355
287
  "./components/select": {
356
288
  "types": "./components/select/index.d.ts",
357
289
  "default": "./fesm2022/taiga-ui-kit-components-select.mjs"
@@ -372,14 +304,14 @@
372
304
  "types": "./components/switch/index.d.ts",
373
305
  "default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
374
306
  },
375
- "./components/tabs": {
376
- "types": "./components/tabs/index.d.ts",
377
- "default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
378
- },
379
307
  "./components/textarea": {
380
308
  "types": "./components/textarea/index.d.ts",
381
309
  "default": "./fesm2022/taiga-ui-kit-components-textarea.mjs"
382
310
  },
311
+ "./components/tabs": {
312
+ "types": "./components/tabs/index.d.ts",
313
+ "default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
314
+ },
383
315
  "./components/tiles": {
384
316
  "types": "./components/tiles/index.d.ts",
385
317
  "default": "./fesm2022/taiga-ui-kit-components-tiles.mjs"
@@ -392,6 +324,74 @@
392
324
  "types": "./components/tree/index.d.ts",
393
325
  "default": "./fesm2022/taiga-ui-kit-components-tree.mjs"
394
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
395
  "./pipes/auto-color": {
396
396
  "types": "./pipes/auto-color/index.d.ts",
397
397
  "default": "./fesm2022/taiga-ui-kit-pipes-auto-color.mjs"