@taiga-ui/kit 4.52.0-canary.eb5ffe3 → 4.52.0-canary.facf139

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 (39) hide show
  1. package/components/input-time/input-time.directive.d.ts +5 -8
  2. package/components/progress/progress-bar/progress-color-segments.directive.d.ts +4 -4
  3. package/components/range/range-change.directive.d.ts +1 -2
  4. package/components/range/range.component.d.ts +16 -19
  5. package/components/select/native-select/native-select.component.d.ts +4 -5
  6. package/directives/fluid-typography/fluid-typography.directive.d.ts +3 -6
  7. package/fesm2022/taiga-ui-kit-components-button-loading.mjs +3 -3
  8. package/fesm2022/taiga-ui-kit-components-button-loading.mjs.map +1 -1
  9. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs +2 -4
  10. package/fesm2022/taiga-ui-kit-components-calendar-month.mjs.map +1 -1
  11. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs +2 -2
  12. package/fesm2022/taiga-ui-kit-components-data-list-wrapper.mjs.map +1 -1
  13. package/fesm2022/taiga-ui-kit-components-files.mjs +1 -1
  14. package/fesm2022/taiga-ui-kit-components-files.mjs.map +1 -1
  15. package/fesm2022/taiga-ui-kit-components-input-date.mjs +1 -1
  16. package/fesm2022/taiga-ui-kit-components-input-date.mjs.map +1 -1
  17. package/fesm2022/taiga-ui-kit-components-input-inline.mjs +2 -3
  18. package/fesm2022/taiga-ui-kit-components-input-inline.mjs.map +1 -1
  19. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs +2 -2
  20. package/fesm2022/taiga-ui-kit-components-input-phone-international.mjs.map +1 -1
  21. package/fesm2022/taiga-ui-kit-components-input-time.mjs +13 -34
  22. package/fesm2022/taiga-ui-kit-components-input-time.mjs.map +1 -1
  23. package/fesm2022/taiga-ui-kit-components-multi-select.mjs +4 -4
  24. package/fesm2022/taiga-ui-kit-components-multi-select.mjs.map +1 -1
  25. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs +1 -1
  26. package/fesm2022/taiga-ui-kit-components-notification-middle.mjs.map +1 -1
  27. package/fesm2022/taiga-ui-kit-components-pagination.mjs +2 -3
  28. package/fesm2022/taiga-ui-kit-components-pagination.mjs.map +1 -1
  29. package/fesm2022/taiga-ui-kit-components-progress.mjs +35 -22
  30. package/fesm2022/taiga-ui-kit-components-progress.mjs.map +1 -1
  31. package/fesm2022/taiga-ui-kit-components-range.mjs +34 -66
  32. package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
  33. package/fesm2022/taiga-ui-kit-components-select.mjs +8 -19
  34. package/fesm2022/taiga-ui-kit-components-select.mjs.map +1 -1
  35. package/fesm2022/taiga-ui-kit-components-tree.mjs +2 -3
  36. package/fesm2022/taiga-ui-kit-components-tree.mjs.map +1 -1
  37. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs +10 -17
  38. package/fesm2022/taiga-ui-kit-directives-fluid-typography.mjs.map +1 -1
  39. package/package.json +28 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/kit",
3
- "version": "4.52.0-canary.eb5ffe3",
3
+ "version": "4.52.0-canary.facf139",
4
4
  "description": "Taiga UI Angular main components kit",
5
5
  "keywords": [
6
6
  "angular",
@@ -233,21 +233,21 @@
233
233
  "types": "./components/multi-select/index.d.ts",
234
234
  "default": "./fesm2022/taiga-ui-kit-components-multi-select.mjs"
235
235
  },
236
- "./components/notification-middle": {
237
- "types": "./components/notification-middle/index.d.ts",
238
- "default": "./fesm2022/taiga-ui-kit-components-notification-middle.mjs"
239
- },
240
236
  "./components/pager": {
241
237
  "types": "./components/pager/index.d.ts",
242
238
  "default": "./fesm2022/taiga-ui-kit-components-pager.mjs"
243
239
  },
240
+ "./components/pin": {
241
+ "types": "./components/pin/index.d.ts",
242
+ "default": "./fesm2022/taiga-ui-kit-components-pin.mjs"
243
+ },
244
244
  "./components/pagination": {
245
245
  "types": "./components/pagination/index.d.ts",
246
246
  "default": "./fesm2022/taiga-ui-kit-components-pagination.mjs"
247
247
  },
248
- "./components/pin": {
249
- "types": "./components/pin/index.d.ts",
250
- "default": "./fesm2022/taiga-ui-kit-components-pin.mjs"
248
+ "./components/notification-middle": {
249
+ "types": "./components/notification-middle/index.d.ts",
250
+ "default": "./fesm2022/taiga-ui-kit-components-notification-middle.mjs"
251
251
  },
252
252
  "./components/preview": {
253
253
  "types": "./components/preview/index.d.ts",
@@ -313,14 +313,14 @@
313
313
  "types": "./components/switch/index.d.ts",
314
314
  "default": "./fesm2022/taiga-ui-kit-components-switch.mjs"
315
315
  },
316
- "./components/textarea": {
317
- "types": "./components/textarea/index.d.ts",
318
- "default": "./fesm2022/taiga-ui-kit-components-textarea.mjs"
319
- },
320
316
  "./components/tabs": {
321
317
  "types": "./components/tabs/index.d.ts",
322
318
  "default": "./fesm2022/taiga-ui-kit-components-tabs.mjs"
323
319
  },
320
+ "./components/textarea": {
321
+ "types": "./components/textarea/index.d.ts",
322
+ "default": "./fesm2022/taiga-ui-kit-components-textarea.mjs"
323
+ },
324
324
  "./components/tiles": {
325
325
  "types": "./components/tiles/index.d.ts",
326
326
  "default": "./fesm2022/taiga-ui-kit-components-tiles.mjs"
@@ -357,26 +357,26 @@
357
357
  "types": "./directives/data-list-dropdown-manager/index.d.ts",
358
358
  "default": "./fesm2022/taiga-ui-kit-directives-data-list-dropdown-manager.mjs"
359
359
  },
360
- "./directives/fade": {
361
- "types": "./directives/fade/index.d.ts",
362
- "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
363
- },
364
360
  "./directives/fluid-typography": {
365
361
  "types": "./directives/fluid-typography/index.d.ts",
366
362
  "default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
367
363
  },
364
+ "./directives/fade": {
365
+ "types": "./directives/fade/index.d.ts",
366
+ "default": "./fesm2022/taiga-ui-kit-directives-fade.mjs"
367
+ },
368
368
  "./directives/highlight": {
369
369
  "types": "./directives/highlight/index.d.ts",
370
370
  "default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
371
371
  },
372
- "./directives/password": {
373
- "types": "./directives/password/index.d.ts",
374
- "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
375
- },
376
372
  "./directives/lazy-loading": {
377
373
  "types": "./directives/lazy-loading/index.d.ts",
378
374
  "default": "./fesm2022/taiga-ui-kit-directives-lazy-loading.mjs"
379
375
  },
376
+ "./directives/password": {
377
+ "types": "./directives/password/index.d.ts",
378
+ "default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
379
+ },
380
380
  "./directives/present": {
381
381
  "types": "./directives/present/index.d.ts",
382
382
  "default": "./fesm2022/taiga-ui-kit-directives-present.mjs"
@@ -397,18 +397,22 @@
397
397
  "types": "./directives/tooltip/index.d.ts",
398
398
  "default": "./fesm2022/taiga-ui-kit-directives-tooltip.mjs"
399
399
  },
400
- "./directives/unfinished-validator": {
401
- "types": "./directives/unfinished-validator/index.d.ts",
402
- "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
403
- },
404
400
  "./directives/unmask-handler": {
405
401
  "types": "./directives/unmask-handler/index.d.ts",
406
402
  "default": "./fesm2022/taiga-ui-kit-directives-unmask-handler.mjs"
407
403
  },
404
+ "./directives/unfinished-validator": {
405
+ "types": "./directives/unfinished-validator/index.d.ts",
406
+ "default": "./fesm2022/taiga-ui-kit-directives-unfinished-validator.mjs"
407
+ },
408
408
  "./pipes/emails": {
409
409
  "types": "./pipes/emails/index.d.ts",
410
410
  "default": "./fesm2022/taiga-ui-kit-pipes-emails.mjs"
411
411
  },
412
+ "./pipes/filter-by-input": {
413
+ "types": "./pipes/filter-by-input/index.d.ts",
414
+ "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
415
+ },
412
416
  "./pipes/hide-selected": {
413
417
  "types": "./pipes/hide-selected/index.d.ts",
414
418
  "default": "./fesm2022/taiga-ui-kit-pipes-hide-selected.mjs"
@@ -417,10 +421,6 @@
417
421
  "types": "./pipes/sort-countries/index.d.ts",
418
422
  "default": "./fesm2022/taiga-ui-kit-pipes-sort-countries.mjs"
419
423
  },
420
- "./pipes/filter-by-input": {
421
- "types": "./pipes/filter-by-input/index.d.ts",
422
- "default": "./fesm2022/taiga-ui-kit-pipes-filter-by-input.mjs"
423
- },
424
424
  "./pipes/stringify": {
425
425
  "types": "./pipes/stringify/index.d.ts",
426
426
  "default": "./fesm2022/taiga-ui-kit-pipes-stringify.mjs"