@taiga-ui/kit 4.33.0 → 4.34.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/floating-container/floating-container.directive.d.ts +7 -0
- package/components/floating-container/index.d.ts +1 -0
- package/components/index.d.ts +1 -0
- package/components/input-slider/input-slider.d.ts +2 -1
- package/components/range/range-change.directive.d.ts +0 -7
- package/components/slider/slider.component.d.ts +6 -3
- package/components/textarea/textarea.component.d.ts +2 -3
- package/components/textarea/textarea.options.d.ts +6 -8
- package/directives/textarea-limit/textarea-limit.directive.d.ts +7 -7
- package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2022/components/carousel/carousel.component.mjs +2 -2
- package/esm2022/components/floating-container/floating-container.directive.mjs +37 -0
- package/esm2022/components/floating-container/index.mjs +2 -0
- package/esm2022/components/floating-container/taiga-ui-kit-components-floating-container.mjs +5 -0
- package/esm2022/components/index.mjs +2 -1
- package/esm2022/components/input-number/input-number.directive.mjs +4 -4
- package/esm2022/components/input-number/step/input-number-step.component.mjs +4 -4
- package/esm2022/components/input-slider/input-slider.mjs +8 -3
- package/esm2022/components/line-clamp/line-clamp.component.mjs +3 -3
- package/esm2022/components/range/range-change.directive.mjs +11 -15
- package/esm2022/components/slider/slider.component.mjs +48 -17
- package/esm2022/components/textarea/textarea.component.mjs +2 -2
- package/esm2022/components/textarea/textarea.options.mjs +2 -1
- package/esm2022/directives/textarea-limit/textarea-limit.directive.mjs +20 -21
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs +1 -1
- package/fesm2022/taiga-ui-kit-components-carousel.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs +43 -0
- package/fesm2022/taiga-ui-kit-components-floating-container.mjs.map +1 -0
- package/fesm2022/taiga-ui-kit-components-input-number.mjs +6 -6
- package/fesm2022/taiga-ui-kit-components-input-number.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs +7 -2
- package/fesm2022/taiga-ui-kit-components-input-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-line-clamp.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-range.mjs +10 -14
- package/fesm2022/taiga-ui-kit-components-range.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-slider.mjs +45 -16
- package/fesm2022/taiga-ui-kit-components-slider.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs +2 -1
- package/fesm2022/taiga-ui-kit-components-textarea.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components.mjs +1 -0
- package/fesm2022/taiga-ui-kit-components.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-textarea-limit.mjs +19 -20
- package/fesm2022/taiga-ui-kit-directives-textarea-limit.mjs.map +1 -1
- package/package.json +32 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.34.0",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -185,6 +185,12 @@
|
|
|
185
185
|
"esm": "./esm2022/components/filter/taiga-ui-kit-components-filter.mjs",
|
|
186
186
|
"default": "./fesm2022/taiga-ui-kit-components-filter.mjs"
|
|
187
187
|
},
|
|
188
|
+
"./components/floating-container": {
|
|
189
|
+
"types": "./components/floating-container/index.d.ts",
|
|
190
|
+
"esm2022": "./esm2022/components/floating-container/taiga-ui-kit-components-floating-container.mjs",
|
|
191
|
+
"esm": "./esm2022/components/floating-container/taiga-ui-kit-components-floating-container.mjs",
|
|
192
|
+
"default": "./fesm2022/taiga-ui-kit-components-floating-container.mjs"
|
|
193
|
+
},
|
|
188
194
|
"./components/input-inline": {
|
|
189
195
|
"types": "./components/input-inline/index.d.ts",
|
|
190
196
|
"esm2022": "./esm2022/components/input-inline/taiga-ui-kit-components-input-inline.mjs",
|
|
@@ -413,18 +419,18 @@
|
|
|
413
419
|
"esm": "./esm2022/directives/button-select/taiga-ui-kit-directives-button-select.mjs",
|
|
414
420
|
"default": "./fesm2022/taiga-ui-kit-directives-button-select.mjs"
|
|
415
421
|
},
|
|
416
|
-
"./directives/connected": {
|
|
417
|
-
"types": "./directives/connected/index.d.ts",
|
|
418
|
-
"esm2022": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
|
|
419
|
-
"esm": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
|
|
420
|
-
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
421
|
-
},
|
|
422
422
|
"./directives/chevron": {
|
|
423
423
|
"types": "./directives/chevron/index.d.ts",
|
|
424
424
|
"esm2022": "./esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs",
|
|
425
425
|
"esm": "./esm2022/directives/chevron/taiga-ui-kit-directives-chevron.mjs",
|
|
426
426
|
"default": "./fesm2022/taiga-ui-kit-directives-chevron.mjs"
|
|
427
427
|
},
|
|
428
|
+
"./directives/connected": {
|
|
429
|
+
"types": "./directives/connected/index.d.ts",
|
|
430
|
+
"esm2022": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
|
|
431
|
+
"esm": "./esm2022/directives/connected/taiga-ui-kit-directives-connected.mjs",
|
|
432
|
+
"default": "./fesm2022/taiga-ui-kit-directives-connected.mjs"
|
|
433
|
+
},
|
|
428
434
|
"./directives/copy": {
|
|
429
435
|
"types": "./directives/copy/index.d.ts",
|
|
430
436
|
"esm2022": "./esm2022/directives/copy/taiga-ui-kit-directives-copy.mjs",
|
|
@@ -449,12 +455,6 @@
|
|
|
449
455
|
"esm": "./esm2022/directives/fluid-typography/taiga-ui-kit-directives-fluid-typography.mjs",
|
|
450
456
|
"default": "./fesm2022/taiga-ui-kit-directives-fluid-typography.mjs"
|
|
451
457
|
},
|
|
452
|
-
"./directives/highlight": {
|
|
453
|
-
"types": "./directives/highlight/index.d.ts",
|
|
454
|
-
"esm2022": "./esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs",
|
|
455
|
-
"esm": "./esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs",
|
|
456
|
-
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
457
|
-
},
|
|
458
458
|
"./directives/icon-badge": {
|
|
459
459
|
"types": "./directives/icon-badge/index.d.ts",
|
|
460
460
|
"esm2022": "./esm2022/directives/icon-badge/taiga-ui-kit-directives-icon-badge.mjs",
|
|
@@ -473,6 +473,12 @@
|
|
|
473
473
|
"esm": "./esm2022/directives/password/taiga-ui-kit-directives-password.mjs",
|
|
474
474
|
"default": "./fesm2022/taiga-ui-kit-directives-password.mjs"
|
|
475
475
|
},
|
|
476
|
+
"./directives/highlight": {
|
|
477
|
+
"types": "./directives/highlight/index.d.ts",
|
|
478
|
+
"esm2022": "./esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs",
|
|
479
|
+
"esm": "./esm2022/directives/highlight/taiga-ui-kit-directives-highlight.mjs",
|
|
480
|
+
"default": "./fesm2022/taiga-ui-kit-directives-highlight.mjs"
|
|
481
|
+
},
|
|
476
482
|
"./directives/present": {
|
|
477
483
|
"types": "./directives/present/index.d.ts",
|
|
478
484
|
"esm2022": "./esm2022/directives/present/taiga-ui-kit-directives-present.mjs",
|
|
@@ -485,18 +491,18 @@
|
|
|
485
491
|
"esm": "./esm2022/directives/sensitive/taiga-ui-kit-directives-sensitive.mjs",
|
|
486
492
|
"default": "./fesm2022/taiga-ui-kit-directives-sensitive.mjs"
|
|
487
493
|
},
|
|
488
|
-
"./directives/textarea-limit": {
|
|
489
|
-
"types": "./directives/textarea-limit/index.d.ts",
|
|
490
|
-
"esm2022": "./esm2022/directives/textarea-limit/taiga-ui-kit-directives-textarea-limit.mjs",
|
|
491
|
-
"esm": "./esm2022/directives/textarea-limit/taiga-ui-kit-directives-textarea-limit.mjs",
|
|
492
|
-
"default": "./fesm2022/taiga-ui-kit-directives-textarea-limit.mjs"
|
|
493
|
-
},
|
|
494
494
|
"./directives/skeleton": {
|
|
495
495
|
"types": "./directives/skeleton/index.d.ts",
|
|
496
496
|
"esm2022": "./esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs",
|
|
497
497
|
"esm": "./esm2022/directives/skeleton/taiga-ui-kit-directives-skeleton.mjs",
|
|
498
498
|
"default": "./fesm2022/taiga-ui-kit-directives-skeleton.mjs"
|
|
499
499
|
},
|
|
500
|
+
"./directives/textarea-limit": {
|
|
501
|
+
"types": "./directives/textarea-limit/index.d.ts",
|
|
502
|
+
"esm2022": "./esm2022/directives/textarea-limit/taiga-ui-kit-directives-textarea-limit.mjs",
|
|
503
|
+
"esm": "./esm2022/directives/textarea-limit/taiga-ui-kit-directives-textarea-limit.mjs",
|
|
504
|
+
"default": "./fesm2022/taiga-ui-kit-directives-textarea-limit.mjs"
|
|
505
|
+
},
|
|
500
506
|
"./directives/tooltip": {
|
|
501
507
|
"types": "./directives/tooltip/index.d.ts",
|
|
502
508
|
"esm2022": "./esm2022/directives/tooltip/taiga-ui-kit-directives-tooltip.mjs",
|
|
@@ -569,17 +575,17 @@
|
|
|
569
575
|
"@angular/core": ">=16.0.0",
|
|
570
576
|
"@angular/forms": ">=16.0.0",
|
|
571
577
|
"@angular/router": ">=16.0.0",
|
|
572
|
-
"@maskito/angular": "^3.
|
|
573
|
-
"@maskito/core": "^3.
|
|
574
|
-
"@maskito/kit": "^3.
|
|
575
|
-
"@maskito/phone": "^3.
|
|
578
|
+
"@maskito/angular": "^3.7.1",
|
|
579
|
+
"@maskito/core": "^3.7.1",
|
|
580
|
+
"@maskito/kit": "^3.7.1",
|
|
581
|
+
"@maskito/phone": "^3.7.1",
|
|
576
582
|
"@ng-web-apis/common": "^4.12.0",
|
|
577
583
|
"@ng-web-apis/intersection-observer": "^4.12.0",
|
|
578
584
|
"@ng-web-apis/mutation-observer": "^4.12.0",
|
|
579
585
|
"@ng-web-apis/resize-observer": "^4.12.0",
|
|
580
|
-
"@taiga-ui/cdk": "^4.
|
|
581
|
-
"@taiga-ui/core": "^4.
|
|
582
|
-
"@taiga-ui/i18n": "^4.
|
|
586
|
+
"@taiga-ui/cdk": "^4.34.0",
|
|
587
|
+
"@taiga-ui/core": "^4.34.0",
|
|
588
|
+
"@taiga-ui/i18n": "^4.34.0",
|
|
583
589
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
584
590
|
"rxjs": ">=7.0.0"
|
|
585
591
|
},
|