@fundamental-ngx/ui5-webcomponents 0.58.0-rc.42 → 0.58.0-rc.43
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/ui5-webcomponents",
|
|
3
|
-
"version": "0.58.0-rc.
|
|
3
|
+
"version": "0.58.0-rc.43",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -291,17 +291,17 @@
|
|
|
291
291
|
"types": "./segmented-button-item/index.d.ts",
|
|
292
292
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs"
|
|
293
293
|
},
|
|
294
|
-
"./
|
|
295
|
-
"types": "./
|
|
296
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
294
|
+
"./special-calendar-date": {
|
|
295
|
+
"types": "./special-calendar-date/index.d.ts",
|
|
296
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs"
|
|
297
297
|
},
|
|
298
298
|
"./slider": {
|
|
299
299
|
"types": "./slider/index.d.ts",
|
|
300
300
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs"
|
|
301
301
|
},
|
|
302
|
-
"./
|
|
303
|
-
"types": "./
|
|
304
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
302
|
+
"./select": {
|
|
303
|
+
"types": "./select/index.d.ts",
|
|
304
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs"
|
|
305
305
|
},
|
|
306
306
|
"./split-button": {
|
|
307
307
|
"types": "./split-button/index.d.ts",
|
|
@@ -315,14 +315,14 @@
|
|
|
315
315
|
"types": "./suggestion-item-custom/index.d.ts",
|
|
316
316
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs"
|
|
317
317
|
},
|
|
318
|
-
"./suggestion-item-group": {
|
|
319
|
-
"types": "./suggestion-item-group/index.d.ts",
|
|
320
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs"
|
|
321
|
-
},
|
|
322
318
|
"./step-input": {
|
|
323
319
|
"types": "./step-input/index.d.ts",
|
|
324
320
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs"
|
|
325
321
|
},
|
|
322
|
+
"./suggestion-item-group": {
|
|
323
|
+
"types": "./suggestion-item-group/index.d.ts",
|
|
324
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs"
|
|
325
|
+
},
|
|
326
326
|
"./switch": {
|
|
327
327
|
"types": "./switch/index.d.ts",
|
|
328
328
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs"
|
|
@@ -443,6 +443,10 @@
|
|
|
443
443
|
"types": "./toolbar-select/index.d.ts",
|
|
444
444
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs"
|
|
445
445
|
},
|
|
446
|
+
"./toolbar-select-option": {
|
|
447
|
+
"types": "./toolbar-select-option/index.d.ts",
|
|
448
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs"
|
|
449
|
+
},
|
|
446
450
|
"./toolbar-separator": {
|
|
447
451
|
"types": "./toolbar-separator/index.d.ts",
|
|
448
452
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
|
|
@@ -451,10 +455,6 @@
|
|
|
451
455
|
"types": "./toolbar-spacer/index.d.ts",
|
|
452
456
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs"
|
|
453
457
|
},
|
|
454
|
-
"./toolbar-select-option": {
|
|
455
|
-
"types": "./toolbar-select-option/index.d.ts",
|
|
456
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs"
|
|
457
|
-
},
|
|
458
458
|
"./tree": {
|
|
459
459
|
"types": "./tree/index.d.ts",
|
|
460
460
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs"
|