@fundamental-ngx/ui5-webcomponents 0.58.0-rc.93 → 0.58.0-rc.94
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 +24 -24
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.94",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -147,14 +147,14 @@
|
|
|
147
147
|
"types": "./date-range-picker/index.d.ts",
|
|
148
148
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs"
|
|
149
149
|
},
|
|
150
|
-
"./dialog": {
|
|
151
|
-
"types": "./dialog/index.d.ts",
|
|
152
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
|
|
153
|
-
},
|
|
154
150
|
"./date-time-picker": {
|
|
155
151
|
"types": "./date-time-picker/index.d.ts",
|
|
156
152
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs"
|
|
157
153
|
},
|
|
154
|
+
"./dialog": {
|
|
155
|
+
"types": "./dialog/index.d.ts",
|
|
156
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
|
|
157
|
+
},
|
|
158
158
|
"./dynamic-date-range": {
|
|
159
159
|
"types": "./dynamic-date-range/index.d.ts",
|
|
160
160
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs"
|
|
@@ -171,10 +171,6 @@
|
|
|
171
171
|
"types": "./form/index.d.ts",
|
|
172
172
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs"
|
|
173
173
|
},
|
|
174
|
-
"./form-group": {
|
|
175
|
-
"types": "./form-group/index.d.ts",
|
|
176
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs"
|
|
177
|
-
},
|
|
178
174
|
"./form-item": {
|
|
179
175
|
"types": "./form-item/index.d.ts",
|
|
180
176
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs"
|
|
@@ -183,6 +179,10 @@
|
|
|
183
179
|
"types": "./icon/index.d.ts",
|
|
184
180
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs"
|
|
185
181
|
},
|
|
182
|
+
"./form-group": {
|
|
183
|
+
"types": "./form-group/index.d.ts",
|
|
184
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs"
|
|
185
|
+
},
|
|
186
186
|
"./input": {
|
|
187
187
|
"types": "./input/index.d.ts",
|
|
188
188
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs"
|
|
@@ -343,17 +343,13 @@
|
|
|
343
343
|
"types": "./table/index.d.ts",
|
|
344
344
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs"
|
|
345
345
|
},
|
|
346
|
-
"./table-growing": {
|
|
347
|
-
"types": "./table-growing/index.d.ts",
|
|
348
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs"
|
|
349
|
-
},
|
|
350
346
|
"./table-cell": {
|
|
351
347
|
"types": "./table-cell/index.d.ts",
|
|
352
348
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs"
|
|
353
349
|
},
|
|
354
|
-
"./table-
|
|
355
|
-
"types": "./table-
|
|
356
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-
|
|
350
|
+
"./table-growing": {
|
|
351
|
+
"types": "./table-growing/index.d.ts",
|
|
352
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs"
|
|
357
353
|
},
|
|
358
354
|
"./table-header-cell-action-a-i": {
|
|
359
355
|
"types": "./table-header-cell-action-a-i/index.d.ts",
|
|
@@ -363,18 +359,22 @@
|
|
|
363
359
|
"types": "./table-header-row/index.d.ts",
|
|
364
360
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs"
|
|
365
361
|
},
|
|
362
|
+
"./table-header-cell": {
|
|
363
|
+
"types": "./table-header-cell/index.d.ts",
|
|
364
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs"
|
|
365
|
+
},
|
|
366
366
|
"./table-row": {
|
|
367
367
|
"types": "./table-row/index.d.ts",
|
|
368
368
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs"
|
|
369
369
|
},
|
|
370
|
-
"./table-row-action-navigation": {
|
|
371
|
-
"types": "./table-row-action-navigation/index.d.ts",
|
|
372
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs"
|
|
373
|
-
},
|
|
374
370
|
"./table-row-action": {
|
|
375
371
|
"types": "./table-row-action/index.d.ts",
|
|
376
372
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs"
|
|
377
373
|
},
|
|
374
|
+
"./table-row-action-navigation": {
|
|
375
|
+
"types": "./table-row-action-navigation/index.d.ts",
|
|
376
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs"
|
|
377
|
+
},
|
|
378
378
|
"./table-selection": {
|
|
379
379
|
"types": "./table-selection/index.d.ts",
|
|
380
380
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs"
|
|
@@ -431,6 +431,10 @@
|
|
|
431
431
|
"types": "./tokenizer/index.d.ts",
|
|
432
432
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs"
|
|
433
433
|
},
|
|
434
|
+
"./toolbar": {
|
|
435
|
+
"types": "./toolbar/index.d.ts",
|
|
436
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs"
|
|
437
|
+
},
|
|
434
438
|
"./toolbar-button": {
|
|
435
439
|
"types": "./toolbar-button/index.d.ts",
|
|
436
440
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs"
|
|
@@ -439,10 +443,6 @@
|
|
|
439
443
|
"types": "./toolbar-select/index.d.ts",
|
|
440
444
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs"
|
|
441
445
|
},
|
|
442
|
-
"./toolbar": {
|
|
443
|
-
"types": "./toolbar/index.d.ts",
|
|
444
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs"
|
|
445
|
-
},
|
|
446
446
|
"./toolbar-select-option": {
|
|
447
447
|
"types": "./toolbar-select-option/index.d.ts",
|
|
448
448
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs"
|