@fundamental-ngx/core 0.58.0-rc.76 → 0.58.0-rc.77
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 +16 -16
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.77",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"ng-update": {
|
|
6
6
|
"migrations": "./schematics/migrations.json"
|
|
@@ -295,34 +295,34 @@
|
|
|
295
295
|
"types": "./product-switch/index.d.ts",
|
|
296
296
|
"default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
|
|
297
297
|
},
|
|
298
|
-
"./progress-indicator": {
|
|
299
|
-
"types": "./progress-indicator/index.d.ts",
|
|
300
|
-
"default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
|
|
301
|
-
},
|
|
302
298
|
"./quick-view": {
|
|
303
299
|
"types": "./quick-view/index.d.ts",
|
|
304
300
|
"default": "./fesm2022/fundamental-ngx-core-quick-view.mjs"
|
|
305
301
|
},
|
|
302
|
+
"./progress-indicator": {
|
|
303
|
+
"types": "./progress-indicator/index.d.ts",
|
|
304
|
+
"default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
|
|
305
|
+
},
|
|
306
306
|
"./radio": {
|
|
307
307
|
"types": "./radio/index.d.ts",
|
|
308
308
|
"default": "./fesm2022/fundamental-ngx-core-radio.mjs"
|
|
309
309
|
},
|
|
310
|
-
"./rating-indicator": {
|
|
311
|
-
"types": "./rating-indicator/index.d.ts",
|
|
312
|
-
"default": "./fesm2022/fundamental-ngx-core-rating-indicator.mjs"
|
|
313
|
-
},
|
|
314
310
|
"./resizable-card-layout": {
|
|
315
311
|
"types": "./resizable-card-layout/index.d.ts",
|
|
316
312
|
"default": "./fesm2022/fundamental-ngx-core-resizable-card-layout.mjs"
|
|
317
313
|
},
|
|
318
|
-
"./
|
|
319
|
-
"types": "./
|
|
320
|
-
"default": "./fesm2022/fundamental-ngx-core-
|
|
314
|
+
"./rating-indicator": {
|
|
315
|
+
"types": "./rating-indicator/index.d.ts",
|
|
316
|
+
"default": "./fesm2022/fundamental-ngx-core-rating-indicator.mjs"
|
|
321
317
|
},
|
|
322
318
|
"./scroll-spy": {
|
|
323
319
|
"types": "./scroll-spy/index.d.ts",
|
|
324
320
|
"default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
|
|
325
321
|
},
|
|
322
|
+
"./scrollbar": {
|
|
323
|
+
"types": "./scrollbar/index.d.ts",
|
|
324
|
+
"default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
|
|
325
|
+
},
|
|
326
326
|
"./segmented-button": {
|
|
327
327
|
"types": "./segmented-button/index.d.ts",
|
|
328
328
|
"default": "./fesm2022/fundamental-ngx-core-segmented-button.mjs"
|
|
@@ -331,14 +331,14 @@
|
|
|
331
331
|
"types": "./select/index.d.ts",
|
|
332
332
|
"default": "./fesm2022/fundamental-ngx-core-select.mjs"
|
|
333
333
|
},
|
|
334
|
-
"./shared": {
|
|
335
|
-
"types": "./shared/index.d.ts",
|
|
336
|
-
"default": "./fesm2022/fundamental-ngx-core-shared.mjs"
|
|
337
|
-
},
|
|
338
334
|
"./settings": {
|
|
339
335
|
"types": "./settings/index.d.ts",
|
|
340
336
|
"default": "./fesm2022/fundamental-ngx-core-settings.mjs"
|
|
341
337
|
},
|
|
338
|
+
"./shared": {
|
|
339
|
+
"types": "./shared/index.d.ts",
|
|
340
|
+
"default": "./fesm2022/fundamental-ngx-core-shared.mjs"
|
|
341
|
+
},
|
|
342
342
|
"./shellbar": {
|
|
343
343
|
"types": "./shellbar/index.d.ts",
|
|
344
344
|
"default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
|