@taiga-ui/kit 4.68.0 → 4.70.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/block/block.directive.d.ts +1 -0
- package/components/elastic-container/elastic-container.component.d.ts +4 -3
- package/components/input-chip/input-chip.directive.d.ts +1 -1
- package/directives/copy/button-copy.component.d.ts +22 -0
- package/directives/copy/copy.d.ts +2 -1
- package/directives/copy/index.d.ts +1 -0
- package/esm2022/components/block/block.directive.mjs +5 -4
- package/esm2022/components/elastic-container/elastic-container.component.mjs +15 -17
- package/esm2022/components/input-chip/input-chip.directive.mjs +8 -6
- package/esm2022/directives/copy/button-copy.component.mjs +78 -0
- package/esm2022/directives/copy/copy.mjs +7 -2
- package/esm2022/directives/copy/index.mjs +2 -1
- package/esm2022/directives/fade/fade.directive.mjs +2 -2
- package/fesm2022/taiga-ui-kit-components-block.mjs +4 -3
- package/fesm2022/taiga-ui-kit-components-block.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs +14 -16
- package/fesm2022/taiga-ui-kit-components-elastic-container.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs +7 -5
- package/fesm2022/taiga-ui-kit-components-input-chip.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-copy.mjs +86 -16
- package/fesm2022/taiga-ui-kit-directives-copy.mjs.map +1 -1
- package/fesm2022/taiga-ui-kit-directives-fade.mjs +2 -2
- package/fesm2022/taiga-ui-kit-directives-fade.mjs.map +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/kit",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.70.0",
|
|
4
4
|
"description": "Taiga UI Angular main components kit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -77,6 +77,12 @@
|
|
|
77
77
|
"esm": "./esm2022/components/badge/taiga-ui-kit-components-badge.mjs",
|
|
78
78
|
"default": "./fesm2022/taiga-ui-kit-components-badge.mjs"
|
|
79
79
|
},
|
|
80
|
+
"./components/badge-notification": {
|
|
81
|
+
"types": "./components/badge-notification/index.d.ts",
|
|
82
|
+
"esm2022": "./esm2022/components/badge-notification/taiga-ui-kit-components-badge-notification.mjs",
|
|
83
|
+
"esm": "./esm2022/components/badge-notification/taiga-ui-kit-components-badge-notification.mjs",
|
|
84
|
+
"default": "./fesm2022/taiga-ui-kit-components-badge-notification.mjs"
|
|
85
|
+
},
|
|
80
86
|
"./components/badged-content": {
|
|
81
87
|
"types": "./components/badged-content/index.d.ts",
|
|
82
88
|
"esm2022": "./esm2022/components/badged-content/taiga-ui-kit-components-badged-content.mjs",
|
|
@@ -89,11 +95,11 @@
|
|
|
89
95
|
"esm": "./esm2022/components/block/taiga-ui-kit-components-block.mjs",
|
|
90
96
|
"default": "./fesm2022/taiga-ui-kit-components-block.mjs"
|
|
91
97
|
},
|
|
92
|
-
"./components/
|
|
93
|
-
"types": "./components/
|
|
94
|
-
"esm2022": "./esm2022/components/
|
|
95
|
-
"esm": "./esm2022/components/
|
|
96
|
-
"default": "./fesm2022/taiga-ui-kit-components-
|
|
98
|
+
"./components/breadcrumbs": {
|
|
99
|
+
"types": "./components/breadcrumbs/index.d.ts",
|
|
100
|
+
"esm2022": "./esm2022/components/breadcrumbs/taiga-ui-kit-components-breadcrumbs.mjs",
|
|
101
|
+
"esm": "./esm2022/components/breadcrumbs/taiga-ui-kit-components-breadcrumbs.mjs",
|
|
102
|
+
"default": "./fesm2022/taiga-ui-kit-components-breadcrumbs.mjs"
|
|
97
103
|
},
|
|
98
104
|
"./components/button-loading": {
|
|
99
105
|
"types": "./components/button-loading/index.d.ts",
|
|
@@ -101,30 +107,24 @@
|
|
|
101
107
|
"esm": "./esm2022/components/button-loading/taiga-ui-kit-components-button-loading.mjs",
|
|
102
108
|
"default": "./fesm2022/taiga-ui-kit-components-button-loading.mjs"
|
|
103
109
|
},
|
|
104
|
-
"./components/breadcrumbs": {
|
|
105
|
-
"types": "./components/breadcrumbs/index.d.ts",
|
|
106
|
-
"esm2022": "./esm2022/components/breadcrumbs/taiga-ui-kit-components-breadcrumbs.mjs",
|
|
107
|
-
"esm": "./esm2022/components/breadcrumbs/taiga-ui-kit-components-breadcrumbs.mjs",
|
|
108
|
-
"default": "./fesm2022/taiga-ui-kit-components-breadcrumbs.mjs"
|
|
109
|
-
},
|
|
110
110
|
"./components/calendar-month": {
|
|
111
111
|
"types": "./components/calendar-month/index.d.ts",
|
|
112
112
|
"esm2022": "./esm2022/components/calendar-month/taiga-ui-kit-components-calendar-month.mjs",
|
|
113
113
|
"esm": "./esm2022/components/calendar-month/taiga-ui-kit-components-calendar-month.mjs",
|
|
114
114
|
"default": "./fesm2022/taiga-ui-kit-components-calendar-month.mjs"
|
|
115
115
|
},
|
|
116
|
-
"./components/carousel": {
|
|
117
|
-
"types": "./components/carousel/index.d.ts",
|
|
118
|
-
"esm2022": "./esm2022/components/carousel/taiga-ui-kit-components-carousel.mjs",
|
|
119
|
-
"esm": "./esm2022/components/carousel/taiga-ui-kit-components-carousel.mjs",
|
|
120
|
-
"default": "./fesm2022/taiga-ui-kit-components-carousel.mjs"
|
|
121
|
-
},
|
|
122
116
|
"./components/calendar-range": {
|
|
123
117
|
"types": "./components/calendar-range/index.d.ts",
|
|
124
118
|
"esm2022": "./esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs",
|
|
125
119
|
"esm": "./esm2022/components/calendar-range/taiga-ui-kit-components-calendar-range.mjs",
|
|
126
120
|
"default": "./fesm2022/taiga-ui-kit-components-calendar-range.mjs"
|
|
127
121
|
},
|
|
122
|
+
"./components/carousel": {
|
|
123
|
+
"types": "./components/carousel/index.d.ts",
|
|
124
|
+
"esm2022": "./esm2022/components/carousel/taiga-ui-kit-components-carousel.mjs",
|
|
125
|
+
"esm": "./esm2022/components/carousel/taiga-ui-kit-components-carousel.mjs",
|
|
126
|
+
"default": "./fesm2022/taiga-ui-kit-components-carousel.mjs"
|
|
127
|
+
},
|
|
128
128
|
"./components/checkbox": {
|
|
129
129
|
"types": "./components/checkbox/index.d.ts",
|
|
130
130
|
"esm2022": "./esm2022/components/checkbox/taiga-ui-kit-components-checkbox.mjs",
|
|
@@ -673,9 +673,9 @@
|
|
|
673
673
|
"@ng-web-apis/intersection-observer": "^4.14.0",
|
|
674
674
|
"@ng-web-apis/mutation-observer": "^4.14.0",
|
|
675
675
|
"@ng-web-apis/resize-observer": "^4.14.0",
|
|
676
|
-
"@taiga-ui/cdk": "^4.
|
|
677
|
-
"@taiga-ui/core": "^4.
|
|
678
|
-
"@taiga-ui/i18n": "^4.
|
|
676
|
+
"@taiga-ui/cdk": "^4.70.0",
|
|
677
|
+
"@taiga-ui/core": "^4.70.0",
|
|
678
|
+
"@taiga-ui/i18n": "^4.70.0",
|
|
679
679
|
"@taiga-ui/polymorpheus": "^4.9.0",
|
|
680
680
|
"rxjs": ">=7.0.0"
|
|
681
681
|
},
|