@eui/ecl 19.3.7-snapshot-1760340554129 → 19.3.7-snapshot-1760513423739
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/docs/properties.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/ecl",
|
|
3
|
-
"version": "19.3.7-snapshot-
|
|
3
|
+
"version": "19.3.7-snapshot-1760513423739",
|
|
4
4
|
"tag": "snapshot",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -192,6 +192,10 @@
|
|
|
192
192
|
"types": "./components/ecl-notification/index.d.ts",
|
|
193
193
|
"default": "./fesm2022/eui-ecl-components-ecl-notification.mjs"
|
|
194
194
|
},
|
|
195
|
+
"./components/ecl-page-header": {
|
|
196
|
+
"types": "./components/ecl-page-header/index.d.ts",
|
|
197
|
+
"default": "./fesm2022/eui-ecl-components-ecl-page-header.mjs"
|
|
198
|
+
},
|
|
195
199
|
"./components/ecl-pagination": {
|
|
196
200
|
"types": "./components/ecl-pagination/index.d.ts",
|
|
197
201
|
"default": "./fesm2022/eui-ecl-components-ecl-pagination.mjs"
|
|
@@ -208,10 +212,6 @@
|
|
|
208
212
|
"types": "./components/ecl-range/index.d.ts",
|
|
209
213
|
"default": "./fesm2022/eui-ecl-components-ecl-range.mjs"
|
|
210
214
|
},
|
|
211
|
-
"./components/ecl-page-header": {
|
|
212
|
-
"types": "./components/ecl-page-header/index.d.ts",
|
|
213
|
-
"default": "./fesm2022/eui-ecl-components-ecl-page-header.mjs"
|
|
214
|
-
},
|
|
215
215
|
"./components/ecl-rating-field": {
|
|
216
216
|
"types": "./components/ecl-rating-field/index.d.ts",
|
|
217
217
|
"default": "./fesm2022/eui-ecl-components-ecl-rating-field.mjs"
|
|
@@ -256,6 +256,10 @@
|
|
|
256
256
|
"types": "./components/ecl-table/index.d.ts",
|
|
257
257
|
"default": "./fesm2022/eui-ecl-components-ecl-table.mjs"
|
|
258
258
|
},
|
|
259
|
+
"./components/ecl-tabs": {
|
|
260
|
+
"types": "./components/ecl-tabs/index.d.ts",
|
|
261
|
+
"default": "./fesm2022/eui-ecl-components-ecl-tabs.mjs"
|
|
262
|
+
},
|
|
259
263
|
"./components/ecl-tag": {
|
|
260
264
|
"types": "./components/ecl-tag/index.d.ts",
|
|
261
265
|
"default": "./fesm2022/eui-ecl-components-ecl-tag.mjs"
|
|
@@ -268,10 +272,6 @@
|
|
|
268
272
|
"types": "./components/ecl-text-input/index.d.ts",
|
|
269
273
|
"default": "./fesm2022/eui-ecl-components-ecl-text-input.mjs"
|
|
270
274
|
},
|
|
271
|
-
"./components/ecl-tabs": {
|
|
272
|
-
"types": "./components/ecl-tabs/index.d.ts",
|
|
273
|
-
"default": "./fesm2022/eui-ecl-components-ecl-tabs.mjs"
|
|
274
|
-
},
|
|
275
275
|
"./components/ecl-timeline": {
|
|
276
276
|
"types": "./components/ecl-timeline/index.d.ts",
|
|
277
277
|
"default": "./fesm2022/eui-ecl-components-ecl-timeline.mjs"
|