@taiga-ui/kit 4.33.0-canary.a0e1504 → 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 +26 -20
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",
|
|
@@ -107,18 +107,18 @@
|
|
|
107
107
|
"esm": "./esm2022/components/button-loading/taiga-ui-kit-components-button-loading.mjs",
|
|
108
108
|
"default": "./fesm2022/taiga-ui-kit-components-button-loading.mjs"
|
|
109
109
|
},
|
|
110
|
-
"./components/calendar-range": {
|
|
111
|
-
"types": "./components/calendar-range/index.d.ts",
|
|
112
|
-
"esm2022": "./esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs",
|
|
113
|
-
"esm": "./esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs",
|
|
114
|
-
"default": "./fesm2022/taiga-ui-kit-components-calendar-range.mjs"
|
|
115
|
-
},
|
|
116
110
|
"./components/calendar-month": {
|
|
117
111
|
"types": "./components/calendar-month/index.d.ts",
|
|
118
112
|
"esm2022": "./esm2022/components/calendar-month/taiga-ui-kit-components-calendar-month.mjs",
|
|
119
113
|
"esm": "./esm2022/components/calendar-month/taiga-ui-kit-components-calendar-month.mjs",
|
|
120
114
|
"default": "./fesm2022/taiga-ui-kit-components-calendar-month.mjs"
|
|
121
115
|
},
|
|
116
|
+
"./components/calendar-range": {
|
|
117
|
+
"types": "./components/calendar-range/index.d.ts",
|
|
118
|
+
"esm2022": "./esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs",
|
|
119
|
+
"esm": "./esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs",
|
|
120
|
+
"default": "./fesm2022/taiga-ui-kit-components-calendar-range.mjs"
|
|
121
|
+
},
|
|
122
122
|
"./components/carousel": {
|
|
123
123
|
"types": "./components/carousel/index.d.ts",
|
|
124
124
|
"esm2022": "./esm2022/components/carousel/taiga-ui-kit-components-carousel.mjs",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -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
|
},
|