@fundamental-ngx/core 0.58.0-rc.51 → 0.58.0-rc.53
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/package.json +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/core",
|
|
3
|
-
"version": "0.58.0-rc.
|
|
3
|
+
"version": "0.58.0-rc.53",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"ng-update": {
|
|
6
6
|
"migrations": "./schematics/migrations.json"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@angular/forms": "^20.0.0",
|
|
24
24
|
"@angular/platform-browser": "^20.0.0",
|
|
25
25
|
"@angular/router": "^20.0.0",
|
|
26
|
-
"@fundamental-ngx/cdk": "0.58.0-rc.
|
|
27
|
-
"@fundamental-ngx/i18n": "0.58.0-rc.
|
|
26
|
+
"@fundamental-ngx/cdk": "0.58.0-rc.53",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.53",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -47,6 +47,10 @@
|
|
|
47
47
|
"types": "./index.d.ts",
|
|
48
48
|
"default": "./fesm2022/fundamental-ngx-core.mjs"
|
|
49
49
|
},
|
|
50
|
+
"./action-bar": {
|
|
51
|
+
"types": "./action-bar/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
|
|
53
|
+
},
|
|
50
54
|
"./action-sheet": {
|
|
51
55
|
"types": "./action-sheet/index.d.ts",
|
|
52
56
|
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
@@ -55,10 +59,6 @@
|
|
|
55
59
|
"types": "./avatar/index.d.ts",
|
|
56
60
|
"default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
|
|
57
61
|
},
|
|
58
|
-
"./action-bar": {
|
|
59
|
-
"types": "./action-bar/index.d.ts",
|
|
60
|
-
"default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
|
|
61
|
-
},
|
|
62
62
|
"./avatar-group": {
|
|
63
63
|
"types": "./avatar-group/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/fundamental-ngx-core-avatar-group.mjs"
|
|
@@ -123,14 +123,14 @@
|
|
|
123
123
|
"types": "./dialog/index.d.ts",
|
|
124
124
|
"default": "./fesm2022/fundamental-ngx-core-dialog.mjs"
|
|
125
125
|
},
|
|
126
|
-
"./dynamic-page": {
|
|
127
|
-
"types": "./dynamic-page/index.d.ts",
|
|
128
|
-
"default": "./fesm2022/fundamental-ngx-core-dynamic-page.mjs"
|
|
129
|
-
},
|
|
130
126
|
"./dynamic-side-content": {
|
|
131
127
|
"types": "./dynamic-side-content/index.d.ts",
|
|
132
128
|
"default": "./fesm2022/fundamental-ngx-core-dynamic-side-content.mjs"
|
|
133
129
|
},
|
|
130
|
+
"./dynamic-page": {
|
|
131
|
+
"types": "./dynamic-page/index.d.ts",
|
|
132
|
+
"default": "./fesm2022/fundamental-ngx-core-dynamic-page.mjs"
|
|
133
|
+
},
|
|
134
134
|
"./facets": {
|
|
135
135
|
"types": "./facets/index.d.ts",
|
|
136
136
|
"default": "./fesm2022/fundamental-ngx-core-facets.mjs"
|
|
@@ -143,34 +143,34 @@
|
|
|
143
143
|
"types": "./feed-list-item/index.d.ts",
|
|
144
144
|
"default": "./fesm2022/fundamental-ngx-core-feed-list-item.mjs"
|
|
145
145
|
},
|
|
146
|
-
"./fixed-card-layout": {
|
|
147
|
-
"types": "./fixed-card-layout/index.d.ts",
|
|
148
|
-
"default": "./fesm2022/fundamental-ngx-core-fixed-card-layout.mjs"
|
|
149
|
-
},
|
|
150
146
|
"./file-uploader": {
|
|
151
147
|
"types": "./file-uploader/index.d.ts",
|
|
152
148
|
"default": "./fesm2022/fundamental-ngx-core-file-uploader.mjs"
|
|
153
149
|
},
|
|
150
|
+
"./fixed-card-layout": {
|
|
151
|
+
"types": "./fixed-card-layout/index.d.ts",
|
|
152
|
+
"default": "./fesm2022/fundamental-ngx-core-fixed-card-layout.mjs"
|
|
153
|
+
},
|
|
154
154
|
"./flexible-column-layout": {
|
|
155
155
|
"types": "./flexible-column-layout/index.d.ts",
|
|
156
156
|
"default": "./fesm2022/fundamental-ngx-core-flexible-column-layout.mjs"
|
|
157
157
|
},
|
|
158
|
-
"./form": {
|
|
159
|
-
"types": "./form/index.d.ts",
|
|
160
|
-
"default": "./fesm2022/fundamental-ngx-core-form.mjs"
|
|
161
|
-
},
|
|
162
158
|
"./formatted-text": {
|
|
163
159
|
"types": "./formatted-text/index.d.ts",
|
|
164
160
|
"default": "./fesm2022/fundamental-ngx-core-formatted-text.mjs"
|
|
165
161
|
},
|
|
166
|
-
"./
|
|
167
|
-
"types": "./
|
|
168
|
-
"default": "./fesm2022/fundamental-ngx-core-
|
|
162
|
+
"./form": {
|
|
163
|
+
"types": "./form/index.d.ts",
|
|
164
|
+
"default": "./fesm2022/fundamental-ngx-core-form.mjs"
|
|
169
165
|
},
|
|
170
166
|
"./grid-list": {
|
|
171
167
|
"types": "./grid-list/index.d.ts",
|
|
172
168
|
"default": "./fesm2022/fundamental-ngx-core-grid-list.mjs"
|
|
173
169
|
},
|
|
170
|
+
"./generic-tag": {
|
|
171
|
+
"types": "./generic-tag/index.d.ts",
|
|
172
|
+
"default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
|
|
173
|
+
},
|
|
174
174
|
"./icon": {
|
|
175
175
|
"types": "./icon/index.d.ts",
|
|
176
176
|
"default": "./fesm2022/fundamental-ngx-core-icon.mjs"
|
|
@@ -179,6 +179,10 @@
|
|
|
179
179
|
"types": "./illustrated-message/index.d.ts",
|
|
180
180
|
"default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
|
|
181
181
|
},
|
|
182
|
+
"./infinite-scroll": {
|
|
183
|
+
"types": "./infinite-scroll/index.d.ts",
|
|
184
|
+
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
185
|
+
},
|
|
182
186
|
"./info-label": {
|
|
183
187
|
"types": "./info-label/index.d.ts",
|
|
184
188
|
"default": "./fesm2022/fundamental-ngx-core-info-label.mjs"
|
|
@@ -187,10 +191,6 @@
|
|
|
187
191
|
"types": "./inline-help/index.d.ts",
|
|
188
192
|
"default": "./fesm2022/fundamental-ngx-core-inline-help.mjs"
|
|
189
193
|
},
|
|
190
|
-
"./infinite-scroll": {
|
|
191
|
-
"types": "./infinite-scroll/index.d.ts",
|
|
192
|
-
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
193
|
-
},
|
|
194
194
|
"./input-group": {
|
|
195
195
|
"types": "./input-group/index.d.ts",
|
|
196
196
|
"default": "./fesm2022/fundamental-ngx-core-input-group.mjs"
|
|
@@ -235,6 +235,10 @@
|
|
|
235
235
|
"types": "./micro-process-flow/index.d.ts",
|
|
236
236
|
"default": "./fesm2022/fundamental-ngx-core-micro-process-flow.mjs"
|
|
237
237
|
},
|
|
238
|
+
"./mobile-mode": {
|
|
239
|
+
"types": "./mobile-mode/index.d.ts",
|
|
240
|
+
"default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
|
|
241
|
+
},
|
|
238
242
|
"./multi-combobox": {
|
|
239
243
|
"types": "./multi-combobox/index.d.ts",
|
|
240
244
|
"default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
|
|
@@ -434,10 +438,6 @@
|
|
|
434
438
|
"./wizard": {
|
|
435
439
|
"types": "./wizard/index.d.ts",
|
|
436
440
|
"default": "./fesm2022/fundamental-ngx-core-wizard.mjs"
|
|
437
|
-
},
|
|
438
|
-
"./mobile-mode": {
|
|
439
|
-
"types": "./mobile-mode/index.d.ts",
|
|
440
|
-
"default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
|
|
441
441
|
}
|
|
442
442
|
},
|
|
443
443
|
"module": "fesm2022/fundamental-ngx-core.mjs",
|