@taiga-ui/core 5.7.0 → 5.8.0-canary.8b96e84
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-carousel.mjs +2 -2
- package/fesm2022/taiga-ui-core-components-carousel.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 +4 -4
- 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 +4 -4
- 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 +43 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/core",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.0-canary.8b96e84",
|
|
4
4
|
"description": "Core library for creating Angular components and applications using Taiga UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"@ng-web-apis/intersection-observer": "^5.3.0",
|
|
42
42
|
"@ng-web-apis/mutation-observer": "^5.3.0",
|
|
43
43
|
"@ng-web-apis/platform": "^5.3.0",
|
|
44
|
-
"@taiga-ui/cdk": "5.
|
|
44
|
+
"@taiga-ui/cdk": "5.8.0",
|
|
45
45
|
"@taiga-ui/event-plugins": "^5.0.0",
|
|
46
|
-
"@taiga-ui/i18n": "5.
|
|
46
|
+
"@taiga-ui/i18n": "5.8.0",
|
|
47
47
|
"@taiga-ui/polymorpheus": "^5.0.1",
|
|
48
|
-
"@taiga-ui/styles": "5.
|
|
48
|
+
"@taiga-ui/styles": "5.8.0",
|
|
49
49
|
"rxjs": ">=7.0.0"
|
|
50
50
|
},
|
|
51
51
|
"schematics": "./schematics/collection.json",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"types": "./classes/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/taiga-ui-core-classes.mjs"
|
|
65
65
|
},
|
|
66
|
-
"./components": {
|
|
67
|
-
"types": "./components/index.d.ts",
|
|
68
|
-
"default": "./fesm2022/taiga-ui-core-components.mjs"
|
|
69
|
-
},
|
|
70
66
|
"./directives": {
|
|
71
67
|
"types": "./directives/index.d.ts",
|
|
72
68
|
"default": "./fesm2022/taiga-ui-core-directives.mjs"
|
|
73
69
|
},
|
|
70
|
+
"./components": {
|
|
71
|
+
"types": "./components/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/taiga-ui-core-components.mjs"
|
|
73
|
+
},
|
|
74
74
|
"./pipes": {
|
|
75
75
|
"types": "./pipes/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/taiga-ui-core-pipes.mjs"
|
|
@@ -83,18 +83,46 @@
|
|
|
83
83
|
"types": "./services/index.d.ts",
|
|
84
84
|
"default": "./fesm2022/taiga-ui-core-services.mjs"
|
|
85
85
|
},
|
|
86
|
+
"./types": {
|
|
87
|
+
"types": "./types/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/taiga-ui-core-types.mjs"
|
|
89
|
+
},
|
|
86
90
|
"./tokens": {
|
|
87
91
|
"types": "./tokens/index.d.ts",
|
|
88
92
|
"default": "./fesm2022/taiga-ui-core-tokens.mjs"
|
|
89
93
|
},
|
|
90
|
-
"./
|
|
91
|
-
"types": "./
|
|
92
|
-
"default": "./fesm2022/taiga-ui-core-
|
|
94
|
+
"./directives/appearance": {
|
|
95
|
+
"types": "./directives/appearance/index.d.ts",
|
|
96
|
+
"default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
|
|
93
97
|
},
|
|
94
98
|
"./utils": {
|
|
95
99
|
"types": "./utils/index.d.ts",
|
|
96
100
|
"default": "./fesm2022/taiga-ui-core-utils.mjs"
|
|
97
101
|
},
|
|
102
|
+
"./directives/button-x": {
|
|
103
|
+
"types": "./directives/button-x/index.d.ts",
|
|
104
|
+
"default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
|
|
105
|
+
},
|
|
106
|
+
"./directives/date-format": {
|
|
107
|
+
"types": "./directives/date-format/index.d.ts",
|
|
108
|
+
"default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
|
|
109
|
+
},
|
|
110
|
+
"./directives/group": {
|
|
111
|
+
"types": "./directives/group/index.d.ts",
|
|
112
|
+
"default": "./fesm2022/taiga-ui-core-directives-group.mjs"
|
|
113
|
+
},
|
|
114
|
+
"./directives/icons": {
|
|
115
|
+
"types": "./directives/icons/index.d.ts",
|
|
116
|
+
"default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
|
|
117
|
+
},
|
|
118
|
+
"./directives/items-handlers": {
|
|
119
|
+
"types": "./directives/items-handlers/index.d.ts",
|
|
120
|
+
"default": "./fesm2022/taiga-ui-core-directives-items-handlers.mjs"
|
|
121
|
+
},
|
|
122
|
+
"./directives/number-format": {
|
|
123
|
+
"types": "./directives/number-format/index.d.ts",
|
|
124
|
+
"default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
|
|
125
|
+
},
|
|
98
126
|
"./components/button": {
|
|
99
127
|
"types": "./components/button/index.d.ts",
|
|
100
128
|
"default": "./fesm2022/taiga-ui-core-components-button.mjs"
|
|
@@ -119,14 +147,14 @@
|
|
|
119
147
|
"types": "./components/data-list/index.d.ts",
|
|
120
148
|
"default": "./fesm2022/taiga-ui-core-components-data-list.mjs"
|
|
121
149
|
},
|
|
122
|
-
"./components/error": {
|
|
123
|
-
"types": "./components/error/index.d.ts",
|
|
124
|
-
"default": "./fesm2022/taiga-ui-core-components-error.mjs"
|
|
125
|
-
},
|
|
126
150
|
"./components/expand": {
|
|
127
151
|
"types": "./components/expand/index.d.ts",
|
|
128
152
|
"default": "./fesm2022/taiga-ui-core-components-expand.mjs"
|
|
129
153
|
},
|
|
154
|
+
"./components/error": {
|
|
155
|
+
"types": "./components/error/index.d.ts",
|
|
156
|
+
"default": "./fesm2022/taiga-ui-core-components-error.mjs"
|
|
157
|
+
},
|
|
130
158
|
"./components/icon": {
|
|
131
159
|
"types": "./components/icon/index.d.ts",
|
|
132
160
|
"default": "./fesm2022/taiga-ui-core-components-icon.mjs"
|
|
@@ -179,34 +207,6 @@
|
|
|
179
207
|
"types": "./components/title/index.d.ts",
|
|
180
208
|
"default": "./fesm2022/taiga-ui-core-components-title.mjs"
|
|
181
209
|
},
|
|
182
|
-
"./directives/appearance": {
|
|
183
|
-
"types": "./directives/appearance/index.d.ts",
|
|
184
|
-
"default": "./fesm2022/taiga-ui-core-directives-appearance.mjs"
|
|
185
|
-
},
|
|
186
|
-
"./directives/button-x": {
|
|
187
|
-
"types": "./directives/button-x/index.d.ts",
|
|
188
|
-
"default": "./fesm2022/taiga-ui-core-directives-button-x.mjs"
|
|
189
|
-
},
|
|
190
|
-
"./directives/date-format": {
|
|
191
|
-
"types": "./directives/date-format/index.d.ts",
|
|
192
|
-
"default": "./fesm2022/taiga-ui-core-directives-date-format.mjs"
|
|
193
|
-
},
|
|
194
|
-
"./directives/group": {
|
|
195
|
-
"types": "./directives/group/index.d.ts",
|
|
196
|
-
"default": "./fesm2022/taiga-ui-core-directives-group.mjs"
|
|
197
|
-
},
|
|
198
|
-
"./directives/icons": {
|
|
199
|
-
"types": "./directives/icons/index.d.ts",
|
|
200
|
-
"default": "./fesm2022/taiga-ui-core-directives-icons.mjs"
|
|
201
|
-
},
|
|
202
|
-
"./directives/items-handlers": {
|
|
203
|
-
"types": "./directives/items-handlers/index.d.ts",
|
|
204
|
-
"default": "./fesm2022/taiga-ui-core-directives-items-handlers.mjs"
|
|
205
|
-
},
|
|
206
|
-
"./directives/number-format": {
|
|
207
|
-
"types": "./directives/number-format/index.d.ts",
|
|
208
|
-
"default": "./fesm2022/taiga-ui-core-directives-number-format.mjs"
|
|
209
|
-
},
|
|
210
210
|
"./pipes/filter-by-input": {
|
|
211
211
|
"types": "./pipes/filter-by-input/index.d.ts",
|
|
212
212
|
"default": "./fesm2022/taiga-ui-core-pipes-filter-by-input.mjs"
|