@taiga-ui/core 5.2.0 → 5.3.0-canary.737cb93
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/fesm2022/taiga-ui-core-components-button.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-button.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-cell.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-cell.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-checkbox.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-checkbox.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-data-list.mjs +4 -4
- package/fesm2022/taiga-ui-core-components-data-list.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-icon.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-icon.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-label.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-label.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-link.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-link.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-notification.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-notification.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-radio.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-radio.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-root.mjs +1 -1
- package/fesm2022/taiga-ui-core-components-root.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-textfield.mjs +7 -5
- package/fesm2022/taiga-ui-core-components-textfield.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-components-title.mjs +3 -3
- package/fesm2022/taiga-ui-core-components-title.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-appearance.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-appearance.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-group.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-group.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-directives-icons.mjs +3 -3
- package/fesm2022/taiga-ui-core-directives-icons.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-alert.mjs +3 -3
- package/fesm2022/taiga-ui-core-portals-alert.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-dialog.mjs +2 -2
- package/fesm2022/taiga-ui-core-portals-dialog.mjs.map +1 -1
- package/fesm2022/taiga-ui-core-portals-modal.mjs +3 -3
- package/fesm2022/taiga-ui-core-portals-modal.mjs.map +1 -1
- package/package.json +68 -68
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0-canary.737cb93",
|
|
4
4
|
"description": "Core library for creating Angular components and applications using Taiga UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"@ng-web-apis/common": "^5.2.0",
|
|
41
41
|
"@ng-web-apis/mutation-observer": "^5.2.0",
|
|
42
42
|
"@ng-web-apis/platform": "^5.2.0",
|
|
43
|
-
"@taiga-ui/cdk": "5.
|
|
43
|
+
"@taiga-ui/cdk": "5.3.0",
|
|
44
44
|
"@taiga-ui/event-plugins": "^5.0.0",
|
|
45
|
-
"@taiga-ui/i18n": "5.
|
|
45
|
+
"@taiga-ui/i18n": "5.3.0",
|
|
46
46
|
"@taiga-ui/polymorpheus": "^5.0.0",
|
|
47
|
-
"@taiga-ui/styles": "5.
|
|
47
|
+
"@taiga-ui/styles": "5.3.0",
|
|
48
48
|
"rxjs": ">=7.0.0"
|
|
49
49
|
},
|
|
50
50
|
"schematics": "./schematics/collection.json",
|
|
@@ -62,18 +62,10 @@
|
|
|
62
62
|
"types": "./classes/index.d.ts",
|
|
63
63
|
"default": "./fesm2022/taiga-ui-core-classes.mjs"
|
|
64
64
|
},
|
|
65
|
-
"./components": {
|
|
66
|
-
"types": "./components/index.d.ts",
|
|
67
|
-
"default": "./fesm2022/taiga-ui-core-components.mjs"
|
|
68
|
-
},
|
|
69
65
|
"./directives": {
|
|
70
66
|
"types": "./directives/index.d.ts",
|
|
71
67
|
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
72
68
|
},
|
|
73
|
-
"./pipes": {
|
|
74
|
-
"types": "./pipes/index.d.ts",
|
|
75
|
-
"default": "./fesm2022/taiga-ui-core-pipes.mjs"
|
|
76
|
-
},
|
|
77
69
|
"./portals": {
|
|
78
70
|
"types": "./portals/index.d.ts",
|
|
79
71
|
"default": "./fesm2022/taiga-ui-core-portals.mjs"
|
|
@@ -90,10 +82,70 @@
|
|
|
90
82
|
"types": "./types/index.d.ts",
|
|
91
83
|
"default": "./fesm2022/taiga-ui-core-types.mjs"
|
|
92
84
|
},
|
|
85
|
+
"./components": {
|
|
86
|
+
"types": "./components/index.d.ts",
|
|
87
|
+
"default": "./fesm2022/taiga-ui-core-components.mjs"
|
|
88
|
+
},
|
|
89
|
+
"./pipes": {
|
|
90
|
+
"types": "./pipes/index.d.ts",
|
|
91
|
+
"default": "./fesm2022/taiga-ui-core-pipes.mjs"
|
|
92
|
+
},
|
|
93
93
|
"./utils": {
|
|
94
94
|
"types": "./utils/index.d.ts",
|
|
95
95
|
"default": "./fesm2022/taiga-ui-core-utils.mjs"
|
|
96
96
|
},
|
|
97
|
+
"./directives/appearance": {
|
|
98
|
+
"types": "./directives/appearance/index.d.ts",
|
|
99
|
+
"default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
|
|
100
|
+
},
|
|
101
|
+
"./directives/date-format": {
|
|
102
|
+
"types": "./directives/date-format/index.d.ts",
|
|
103
|
+
"default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
|
|
104
|
+
},
|
|
105
|
+
"./directives/button-x": {
|
|
106
|
+
"types": "./directives/button-x/index.d.ts",
|
|
107
|
+
"default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
|
|
108
|
+
},
|
|
109
|
+
"./directives/group": {
|
|
110
|
+
"types": "./directives/group/index.d.ts",
|
|
111
|
+
"default": "./fesm2022/taiga-ui-core-directives-group.mjs"
|
|
112
|
+
},
|
|
113
|
+
"./directives/items-handlers": {
|
|
114
|
+
"types": "./directives/items-handlers/index.d.ts",
|
|
115
|
+
"default": "./fesm2022/taiga-ui-core-directives-items-handlers.mjs"
|
|
116
|
+
},
|
|
117
|
+
"./directives/icons": {
|
|
118
|
+
"types": "./directives/icons/index.d.ts",
|
|
119
|
+
"default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
|
|
120
|
+
},
|
|
121
|
+
"./directives/number-format": {
|
|
122
|
+
"types": "./directives/number-format/index.d.ts",
|
|
123
|
+
"default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
|
|
124
|
+
},
|
|
125
|
+
"./portals/alert": {
|
|
126
|
+
"types": "./portals/alert/index.d.ts",
|
|
127
|
+
"default": "./fesm2022/taiga-ui-core-portals-alert.mjs"
|
|
128
|
+
},
|
|
129
|
+
"./portals/dialog": {
|
|
130
|
+
"types": "./portals/dialog/index.d.ts",
|
|
131
|
+
"default": "./fesm2022/taiga-ui-core-portals-dialog.mjs"
|
|
132
|
+
},
|
|
133
|
+
"./portals/dropdown": {
|
|
134
|
+
"types": "./portals/dropdown/index.d.ts",
|
|
135
|
+
"default": "./fesm2022/taiga-ui-core-portals-dropdown.mjs"
|
|
136
|
+
},
|
|
137
|
+
"./portals/hint": {
|
|
138
|
+
"types": "./portals/hint/index.d.ts",
|
|
139
|
+
"default": "./fesm2022/taiga-ui-core-portals-hint.mjs"
|
|
140
|
+
},
|
|
141
|
+
"./portals/modal": {
|
|
142
|
+
"types": "./portals/modal/index.d.ts",
|
|
143
|
+
"default": "./fesm2022/taiga-ui-core-portals-modal.mjs"
|
|
144
|
+
},
|
|
145
|
+
"./portals/popup": {
|
|
146
|
+
"types": "./portals/popup/index.d.ts",
|
|
147
|
+
"default": "./fesm2022/taiga-ui-core-portals-popup.mjs"
|
|
148
|
+
},
|
|
97
149
|
"./components/button": {
|
|
98
150
|
"types": "./components/button/index.d.ts",
|
|
99
151
|
"default": "./fesm2022/taiga-ui-core-components-button.mjs"
|
|
@@ -158,14 +210,14 @@
|
|
|
158
210
|
"types": "./components/root/index.d.ts",
|
|
159
211
|
"default": "./fesm2022/taiga-ui-core-components-root.mjs"
|
|
160
212
|
},
|
|
161
|
-
"./components/scrollbar": {
|
|
162
|
-
"types": "./components/scrollbar/index.d.ts",
|
|
163
|
-
"default": "./fesm2022/taiga-ui-core-components-scrollbar.mjs"
|
|
164
|
-
},
|
|
165
213
|
"./components/slider": {
|
|
166
214
|
"types": "./components/slider/index.d.ts",
|
|
167
215
|
"default": "./fesm2022/taiga-ui-core-components-slider.mjs"
|
|
168
216
|
},
|
|
217
|
+
"./components/scrollbar": {
|
|
218
|
+
"types": "./components/scrollbar/index.d.ts",
|
|
219
|
+
"default": "./fesm2022/taiga-ui-core-components-scrollbar.mjs"
|
|
220
|
+
},
|
|
169
221
|
"./components/spin-button": {
|
|
170
222
|
"types": "./components/spin-button/index.d.ts",
|
|
171
223
|
"default": "./fesm2022/taiga-ui-core-components-spin-button.mjs"
|
|
@@ -178,34 +230,6 @@
|
|
|
178
230
|
"types": "./components/title/index.d.ts",
|
|
179
231
|
"default": "./fesm2022/taiga-ui-core-components-title.mjs"
|
|
180
232
|
},
|
|
181
|
-
"./directives/appearance": {
|
|
182
|
-
"types": "./directives/appearance/index.d.ts",
|
|
183
|
-
"default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
|
|
184
|
-
},
|
|
185
|
-
"./directives/button-x": {
|
|
186
|
-
"types": "./directives/button-x/index.d.ts",
|
|
187
|
-
"default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
|
|
188
|
-
},
|
|
189
|
-
"./directives/date-format": {
|
|
190
|
-
"types": "./directives/date-format/index.d.ts",
|
|
191
|
-
"default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
|
|
192
|
-
},
|
|
193
|
-
"./directives/group": {
|
|
194
|
-
"types": "./directives/group/index.d.ts",
|
|
195
|
-
"default": "./fesm2022/taiga-ui-core-directives-group.mjs"
|
|
196
|
-
},
|
|
197
|
-
"./directives/icons": {
|
|
198
|
-
"types": "./directives/icons/index.d.ts",
|
|
199
|
-
"default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
|
|
200
|
-
},
|
|
201
|
-
"./directives/items-handlers": {
|
|
202
|
-
"types": "./directives/items-handlers/index.d.ts",
|
|
203
|
-
"default": "./fesm2022/taiga-ui-core-directives-items-handlers.mjs"
|
|
204
|
-
},
|
|
205
|
-
"./directives/number-format": {
|
|
206
|
-
"types": "./directives/number-format/index.d.ts",
|
|
207
|
-
"default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
|
|
208
|
-
},
|
|
209
233
|
"./pipes/filter-by-input": {
|
|
210
234
|
"types": "./pipes/filter-by-input/index.d.ts",
|
|
211
235
|
"default": "./fesm2022/taiga-ui-core-pipes-filter-by-input.mjs"
|
|
@@ -214,30 +238,6 @@
|
|
|
214
238
|
"types": "./pipes/format-number/index.d.ts",
|
|
215
239
|
"default": "./fesm2022/taiga-ui-core-pipes-format-number.mjs"
|
|
216
240
|
},
|
|
217
|
-
"./portals/alert": {
|
|
218
|
-
"types": "./portals/alert/index.d.ts",
|
|
219
|
-
"default": "./fesm2022/taiga-ui-core-portals-alert.mjs"
|
|
220
|
-
},
|
|
221
|
-
"./portals/dialog": {
|
|
222
|
-
"types": "./portals/dialog/index.d.ts",
|
|
223
|
-
"default": "./fesm2022/taiga-ui-core-portals-dialog.mjs"
|
|
224
|
-
},
|
|
225
|
-
"./portals/dropdown": {
|
|
226
|
-
"types": "./portals/dropdown/index.d.ts",
|
|
227
|
-
"default": "./fesm2022/taiga-ui-core-portals-dropdown.mjs"
|
|
228
|
-
},
|
|
229
|
-
"./portals/hint": {
|
|
230
|
-
"types": "./portals/hint/index.d.ts",
|
|
231
|
-
"default": "./fesm2022/taiga-ui-core-portals-hint.mjs"
|
|
232
|
-
},
|
|
233
|
-
"./portals/modal": {
|
|
234
|
-
"types": "./portals/modal/index.d.ts",
|
|
235
|
-
"default": "./fesm2022/taiga-ui-core-portals-modal.mjs"
|
|
236
|
-
},
|
|
237
|
-
"./portals/popup": {
|
|
238
|
-
"types": "./portals/popup/index.d.ts",
|
|
239
|
-
"default": "./fesm2022/taiga-ui-core-portals-popup.mjs"
|
|
240
|
-
},
|
|
241
241
|
"./utils/dom": {
|
|
242
242
|
"types": "./utils/dom/index.d.ts",
|
|
243
243
|
"default": "./fesm2022/taiga-ui-core-utils-dom.mjs"
|