@eui/ecl 21.0.0-alpha.25 → 21.0.0-alpha.27
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/changelog.html +33 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/properties.html +1 -1
- package/package.json +30 -30
package/docs/properties.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/ecl",
|
|
3
|
-
"version": "21.0.0-alpha.
|
|
3
|
+
"version": "21.0.0-alpha.27",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI ECL components package",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"url": "https://sdlc.webcloud.ec.europa.eu/csdr/eui/eui.git"
|
|
11
11
|
},
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@angular/core": "^
|
|
14
|
-
"@angular/common": "^
|
|
15
|
-
"@angular/forms": "^
|
|
16
|
-
"@angular/router": "^
|
|
17
|
-
"@angular/cdk": "^
|
|
13
|
+
"@angular/core": "^21.0.0",
|
|
14
|
+
"@angular/common": "^21.0.0",
|
|
15
|
+
"@angular/forms": "^21.0.0",
|
|
16
|
+
"@angular/router": "^21.0.0",
|
|
17
|
+
"@angular/cdk": "^21.0.0",
|
|
18
18
|
"rxjs": "^7.0.0",
|
|
19
19
|
"pikaday": "latest",
|
|
20
20
|
"hammerjs": "latest"
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"types": "./index.d.ts",
|
|
35
35
|
"default": "./fesm2022/eui-ecl.mjs"
|
|
36
36
|
},
|
|
37
|
-
"./core": {
|
|
38
|
-
"types": "./core/index.d.ts",
|
|
39
|
-
"default": "./fesm2022/eui-ecl-core.mjs"
|
|
40
|
-
},
|
|
41
37
|
"./shared": {
|
|
42
38
|
"types": "./shared/index.d.ts",
|
|
43
39
|
"default": "./fesm2022/eui-ecl-shared.mjs"
|
|
44
40
|
},
|
|
41
|
+
"./core": {
|
|
42
|
+
"types": "./core/index.d.ts",
|
|
43
|
+
"default": "./fesm2022/eui-ecl-core.mjs"
|
|
44
|
+
},
|
|
45
45
|
"./components/ecl-accordion": {
|
|
46
46
|
"types": "./components/ecl-accordion/index.d.ts",
|
|
47
47
|
"default": "./fesm2022/eui-ecl-components-ecl-accordion.mjs"
|
|
@@ -58,10 +58,6 @@
|
|
|
58
58
|
"types": "./components/ecl-blockquote/index.d.ts",
|
|
59
59
|
"default": "./fesm2022/eui-ecl-components-ecl-blockquote.mjs"
|
|
60
60
|
},
|
|
61
|
-
"./components/ecl-breadcrumb": {
|
|
62
|
-
"types": "./components/ecl-breadcrumb/index.d.ts",
|
|
63
|
-
"default": "./fesm2022/eui-ecl-components-ecl-breadcrumb.mjs"
|
|
64
|
-
},
|
|
65
61
|
"./components/ecl-button": {
|
|
66
62
|
"types": "./components/ecl-button/index.d.ts",
|
|
67
63
|
"default": "./fesm2022/eui-ecl-components-ecl-button.mjs"
|
|
@@ -74,6 +70,10 @@
|
|
|
74
70
|
"types": "./components/ecl-carousel/index.d.ts",
|
|
75
71
|
"default": "./fesm2022/eui-ecl-components-ecl-carousel.mjs"
|
|
76
72
|
},
|
|
73
|
+
"./components/ecl-breadcrumb": {
|
|
74
|
+
"types": "./components/ecl-breadcrumb/index.d.ts",
|
|
75
|
+
"default": "./fesm2022/eui-ecl-components-ecl-breadcrumb.mjs"
|
|
76
|
+
},
|
|
77
77
|
"./components/ecl-category-filter": {
|
|
78
78
|
"types": "./components/ecl-category-filter/index.d.ts",
|
|
79
79
|
"default": "./fesm2022/eui-ecl-components-ecl-category-filter.mjs"
|
|
@@ -114,14 +114,14 @@
|
|
|
114
114
|
"types": "./components/ecl-feedback-message/index.d.ts",
|
|
115
115
|
"default": "./fesm2022/eui-ecl-components-ecl-feedback-message.mjs"
|
|
116
116
|
},
|
|
117
|
-
"./components/ecl-file": {
|
|
118
|
-
"types": "./components/ecl-file/index.d.ts",
|
|
119
|
-
"default": "./fesm2022/eui-ecl-components-ecl-file.mjs"
|
|
120
|
-
},
|
|
121
117
|
"./components/ecl-file-upload": {
|
|
122
118
|
"types": "./components/ecl-file-upload/index.d.ts",
|
|
123
119
|
"default": "./fesm2022/eui-ecl-components-ecl-file-upload.mjs"
|
|
124
120
|
},
|
|
121
|
+
"./components/ecl-file": {
|
|
122
|
+
"types": "./components/ecl-file/index.d.ts",
|
|
123
|
+
"default": "./fesm2022/eui-ecl-components-ecl-file.mjs"
|
|
124
|
+
},
|
|
125
125
|
"./components/ecl-form-group": {
|
|
126
126
|
"types": "./components/ecl-form-group/index.d.ts",
|
|
127
127
|
"default": "./fesm2022/eui-ecl-components-ecl-form-group.mjs"
|
|
@@ -134,14 +134,14 @@
|
|
|
134
134
|
"types": "./components/ecl-gallery/index.d.ts",
|
|
135
135
|
"default": "./fesm2022/eui-ecl-components-ecl-gallery.mjs"
|
|
136
136
|
},
|
|
137
|
-
"./components/ecl-icon": {
|
|
138
|
-
"types": "./components/ecl-icon/index.d.ts",
|
|
139
|
-
"default": "./fesm2022/eui-ecl-components-ecl-icon.mjs"
|
|
140
|
-
},
|
|
141
137
|
"./components/ecl-help-block": {
|
|
142
138
|
"types": "./components/ecl-help-block/index.d.ts",
|
|
143
139
|
"default": "./fesm2022/eui-ecl-components-ecl-help-block.mjs"
|
|
144
140
|
},
|
|
141
|
+
"./components/ecl-icon": {
|
|
142
|
+
"types": "./components/ecl-icon/index.d.ts",
|
|
143
|
+
"default": "./fesm2022/eui-ecl-components-ecl-icon.mjs"
|
|
144
|
+
},
|
|
145
145
|
"./components/ecl-inpage-navigation": {
|
|
146
146
|
"types": "./components/ecl-inpage-navigation/index.d.ts",
|
|
147
147
|
"default": "./fesm2022/eui-ecl-components-ecl-inpage-navigation.mjs"
|
|
@@ -154,14 +154,14 @@
|
|
|
154
154
|
"types": "./components/ecl-link/index.d.ts",
|
|
155
155
|
"default": "./fesm2022/eui-ecl-components-ecl-link.mjs"
|
|
156
156
|
},
|
|
157
|
-
"./components/ecl-list": {
|
|
158
|
-
"types": "./components/ecl-list/index.d.ts",
|
|
159
|
-
"default": "./fesm2022/eui-ecl-components-ecl-list.mjs"
|
|
160
|
-
},
|
|
161
157
|
"./components/ecl-list-illustration": {
|
|
162
158
|
"types": "./components/ecl-list-illustration/index.d.ts",
|
|
163
159
|
"default": "./fesm2022/eui-ecl-components-ecl-list-illustration.mjs"
|
|
164
160
|
},
|
|
161
|
+
"./components/ecl-list": {
|
|
162
|
+
"types": "./components/ecl-list/index.d.ts",
|
|
163
|
+
"default": "./fesm2022/eui-ecl-components-ecl-list.mjs"
|
|
164
|
+
},
|
|
165
165
|
"./components/ecl-loading-indicator": {
|
|
166
166
|
"types": "./components/ecl-loading-indicator/index.d.ts",
|
|
167
167
|
"default": "./fesm2022/eui-ecl-components-ecl-loading-indicator.mjs"
|
|
@@ -194,14 +194,14 @@
|
|
|
194
194
|
"types": "./components/ecl-news-ticker/index.d.ts",
|
|
195
195
|
"default": "./fesm2022/eui-ecl-components-ecl-news-ticker.mjs"
|
|
196
196
|
},
|
|
197
|
-
"./components/ecl-page-header": {
|
|
198
|
-
"types": "./components/ecl-page-header/index.d.ts",
|
|
199
|
-
"default": "./fesm2022/eui-ecl-components-ecl-page-header.mjs"
|
|
200
|
-
},
|
|
201
197
|
"./components/ecl-notification": {
|
|
202
198
|
"types": "./components/ecl-notification/index.d.ts",
|
|
203
199
|
"default": "./fesm2022/eui-ecl-components-ecl-notification.mjs"
|
|
204
200
|
},
|
|
201
|
+
"./components/ecl-page-header": {
|
|
202
|
+
"types": "./components/ecl-page-header/index.d.ts",
|
|
203
|
+
"default": "./fesm2022/eui-ecl-components-ecl-page-header.mjs"
|
|
204
|
+
},
|
|
205
205
|
"./components/ecl-pagination": {
|
|
206
206
|
"types": "./components/ecl-pagination/index.d.ts",
|
|
207
207
|
"default": "./fesm2022/eui-ecl-components-ecl-pagination.mjs"
|