@taiga-ui/kit 3.55.0-canary.feff7d7 → 3.56.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/bundles/taiga-ui-kit-components-calendar-range.umd.js +1 -1
- package/bundles/taiga-ui-kit-components-calendar-range.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-files.umd.js +1 -1
- package/bundles/taiga-ui-kit-components-files.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-input-date-multi.umd.js +1 -1
- package/bundles/taiga-ui-kit-components-input-date-multi.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-input-date-time.umd.js +1 -1
- package/bundles/taiga-ui-kit-components-input-date-time.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-input-date.umd.js +1 -1
- package/bundles/taiga-ui-kit-components-input-date.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-input-phone.umd.js +2 -1
- package/bundles/taiga-ui-kit-components-input-phone.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-input-slider.umd.js +1 -1
- package/bundles/taiga-ui-kit-components-input-slider.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-line-clamp.umd.js +1 -1
- package/bundles/taiga-ui-kit-components-line-clamp.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-push.umd.js +1 -1
- package/bundles/taiga-ui-kit-components-push.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-range.umd.js +1 -1
- package/bundles/taiga-ui-kit-components-range.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-components-slider.umd.js +14 -4
- package/bundles/taiga-ui-kit-components-slider.umd.js.map +1 -1
- package/bundles/taiga-ui-kit-internal-primitive-calendar-range.umd.js +1 -1
- package/bundles/taiga-ui-kit-internal-primitive-calendar-range.umd.js.map +1 -1
- package/components/slider/slider.component.d.ts +1 -0
- package/esm2015/components/calendar-range/calendar-range.component.js +1 -1
- package/esm2015/components/files/files.component.js +1 -1
- package/esm2015/components/input-date/input-date.component.js +1 -1
- package/esm2015/components/input-date-multi/input-date-multi.component.js +1 -1
- package/esm2015/components/input-date-time/input-date-time.component.js +1 -1
- package/esm2015/components/input-phone/input-phone.component.js +3 -2
- package/esm2015/components/input-slider/input-slider.component.js +1 -1
- package/esm2015/components/line-clamp/line-clamp-box.component.js +2 -2
- package/esm2015/components/push/push.component.js +1 -1
- package/esm2015/components/range/range.component.js +1 -1
- package/esm2015/components/slider/helpers/slider-thumb-label/slider-thumb-label.component.js +3 -3
- package/esm2015/components/slider/slider.component.js +9 -3
- package/esm2015/internal/primitive-calendar-range/primitive-calendar-range.component.js +1 -1
- package/fesm2015/taiga-ui-kit-components-calendar-range.js +1 -1
- package/fesm2015/taiga-ui-kit-components-calendar-range.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-files.js +1 -1
- package/fesm2015/taiga-ui-kit-components-files.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-input-date-multi.js +1 -1
- package/fesm2015/taiga-ui-kit-components-input-date-multi.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-input-date-time.js +1 -1
- package/fesm2015/taiga-ui-kit-components-input-date-time.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-input-date.js +1 -1
- package/fesm2015/taiga-ui-kit-components-input-date.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-input-phone.js +2 -1
- package/fesm2015/taiga-ui-kit-components-input-phone.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-input-slider.js +1 -1
- package/fesm2015/taiga-ui-kit-components-input-slider.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-line-clamp.js +1 -1
- package/fesm2015/taiga-ui-kit-components-line-clamp.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-push.js +1 -1
- package/fesm2015/taiga-ui-kit-components-push.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-range.js +1 -1
- package/fesm2015/taiga-ui-kit-components-range.js.map +1 -1
- package/fesm2015/taiga-ui-kit-components-slider.js +10 -4
- package/fesm2015/taiga-ui-kit-components-slider.js.map +1 -1
- package/fesm2015/taiga-ui-kit-internal-primitive-calendar-range.js +1 -1
- package/fesm2015/taiga-ui-kit-internal-primitive-calendar-range.js.map +1 -1
- package/package.json +42 -42
package/package.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
2
|
+
"name": "@taiga-ui/kit",
|
|
3
|
+
"version": "3.56.0",
|
|
4
|
+
"description": "Taiga UI Angular main components kit",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"angular",
|
|
7
|
+
"kit",
|
|
8
|
+
"component",
|
|
9
|
+
"service",
|
|
10
|
+
"directive"
|
|
11
|
+
],
|
|
12
|
+
"homepage": "https://github.com/taiga-family/taiga-ui",
|
|
13
|
+
"repository": "https://github.com/taiga-family/taiga-ui",
|
|
14
|
+
"license": "Apache-2.0",
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"@maskito/angular": "1.9.0",
|
|
17
|
+
"@maskito/core": "1.9.0",
|
|
18
|
+
"@maskito/kit": "1.9.0",
|
|
19
|
+
"@ng-web-apis/intersection-observer": "3.1.6",
|
|
20
|
+
"text-mask-core": "5.1.2",
|
|
21
|
+
"tslib": ">=2.6.2"
|
|
22
|
+
},
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"@angular/common": ">=12.0.0",
|
|
25
|
+
"@angular/core": ">=12.0.0",
|
|
26
|
+
"@angular/forms": ">=12.0.0",
|
|
27
|
+
"@angular/router": ">=12.0.0",
|
|
28
|
+
"@ng-web-apis/common": ">=3.0.6",
|
|
29
|
+
"@ng-web-apis/mutation-observer": ">=3.0.6",
|
|
30
|
+
"@ng-web-apis/resize-observer": ">=3.0.6",
|
|
31
|
+
"@taiga-ui/cdk": ">=3.56.0",
|
|
32
|
+
"@taiga-ui/core": ">=3.56.0",
|
|
33
|
+
"@taiga-ui/i18n": ">=3.56.0",
|
|
34
|
+
"@tinkoff/ng-polymorpheus": ">=4.3.0",
|
|
35
|
+
"rxjs": ">=6.0.0"
|
|
36
|
+
},
|
|
37
|
+
"main": "bundles/taiga-ui-kit.umd.js",
|
|
38
|
+
"module": "fesm2015/taiga-ui-kit.js",
|
|
39
|
+
"es2015": "fesm2015/taiga-ui-kit.js",
|
|
40
|
+
"esm2015": "esm2015/taiga-ui-kit.js",
|
|
41
|
+
"fesm2015": "fesm2015/taiga-ui-kit.js",
|
|
42
|
+
"typings": "taiga-ui-kit.d.ts",
|
|
43
|
+
"sideEffects": false
|
|
44
44
|
}
|