@fundamental-ngx/ui5-webcomponents 0.58.0-rc.76 → 0.58.0-rc.78
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 +25 -25
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.78",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,10 +43,6 @@
|
|
|
43
43
|
"types": "./index.d.ts",
|
|
44
44
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents.mjs"
|
|
45
45
|
},
|
|
46
|
-
"./avatar": {
|
|
47
|
-
"types": "./avatar/index.d.ts",
|
|
48
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
|
|
49
|
-
},
|
|
50
46
|
"./avatar-group": {
|
|
51
47
|
"types": "./avatar-group/index.d.ts",
|
|
52
48
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
|
|
@@ -59,6 +55,10 @@
|
|
|
59
55
|
"types": "./breadcrumbs/index.d.ts",
|
|
60
56
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
|
|
61
57
|
},
|
|
58
|
+
"./avatar": {
|
|
59
|
+
"types": "./avatar/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
|
|
61
|
+
},
|
|
62
62
|
"./breadcrumbs-item": {
|
|
63
63
|
"types": "./breadcrumbs-item/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
|
|
@@ -87,6 +87,10 @@
|
|
|
87
87
|
"types": "./calendar-date-range/index.d.ts",
|
|
88
88
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs"
|
|
89
89
|
},
|
|
90
|
+
"./calendar-legend": {
|
|
91
|
+
"types": "./calendar-legend/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs"
|
|
93
|
+
},
|
|
90
94
|
"./calendar-legend-item": {
|
|
91
95
|
"types": "./calendar-legend-item/index.d.ts",
|
|
92
96
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs"
|
|
@@ -127,22 +131,18 @@
|
|
|
127
131
|
"types": "./combo-box/index.d.ts",
|
|
128
132
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
|
|
129
133
|
},
|
|
130
|
-
"./calendar-legend": {
|
|
131
|
-
"types": "./calendar-legend/index.d.ts",
|
|
132
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs"
|
|
133
|
-
},
|
|
134
134
|
"./combo-box-item": {
|
|
135
135
|
"types": "./combo-box-item/index.d.ts",
|
|
136
136
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs"
|
|
137
137
|
},
|
|
138
|
-
"./combo-box-item-group": {
|
|
139
|
-
"types": "./combo-box-item-group/index.d.ts",
|
|
140
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs"
|
|
141
|
-
},
|
|
142
138
|
"./date-picker": {
|
|
143
139
|
"types": "./date-picker/index.d.ts",
|
|
144
140
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs"
|
|
145
141
|
},
|
|
142
|
+
"./combo-box-item-group": {
|
|
143
|
+
"types": "./combo-box-item-group/index.d.ts",
|
|
144
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs"
|
|
145
|
+
},
|
|
146
146
|
"./date-range-picker": {
|
|
147
147
|
"types": "./date-range-picker/index.d.ts",
|
|
148
148
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs"
|
|
@@ -151,6 +151,10 @@
|
|
|
151
151
|
"types": "./dialog/index.d.ts",
|
|
152
152
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
|
|
153
153
|
},
|
|
154
|
+
"./date-time-picker": {
|
|
155
|
+
"types": "./date-time-picker/index.d.ts",
|
|
156
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs"
|
|
157
|
+
},
|
|
154
158
|
"./dynamic-date-range": {
|
|
155
159
|
"types": "./dynamic-date-range/index.d.ts",
|
|
156
160
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs"
|
|
@@ -295,14 +299,14 @@
|
|
|
295
299
|
"types": "./slider/index.d.ts",
|
|
296
300
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs"
|
|
297
301
|
},
|
|
298
|
-
"./special-calendar-date": {
|
|
299
|
-
"types": "./special-calendar-date/index.d.ts",
|
|
300
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs"
|
|
301
|
-
},
|
|
302
302
|
"./split-button": {
|
|
303
303
|
"types": "./split-button/index.d.ts",
|
|
304
304
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs"
|
|
305
305
|
},
|
|
306
|
+
"./special-calendar-date": {
|
|
307
|
+
"types": "./special-calendar-date/index.d.ts",
|
|
308
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs"
|
|
309
|
+
},
|
|
306
310
|
"./step-input": {
|
|
307
311
|
"types": "./step-input/index.d.ts",
|
|
308
312
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs"
|
|
@@ -387,14 +391,14 @@
|
|
|
387
391
|
"types": "./table-virtualizer/index.d.ts",
|
|
388
392
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs"
|
|
389
393
|
},
|
|
390
|
-
"./tag": {
|
|
391
|
-
"types": "./tag/index.d.ts",
|
|
392
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs"
|
|
393
|
-
},
|
|
394
394
|
"./text": {
|
|
395
395
|
"types": "./text/index.d.ts",
|
|
396
396
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs"
|
|
397
397
|
},
|
|
398
|
+
"./tag": {
|
|
399
|
+
"types": "./tag/index.d.ts",
|
|
400
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs"
|
|
401
|
+
},
|
|
398
402
|
"./text-area": {
|
|
399
403
|
"types": "./text-area/index.d.ts",
|
|
400
404
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
|
|
@@ -470,10 +474,6 @@
|
|
|
470
474
|
"./utils": {
|
|
471
475
|
"types": "./utils/index.d.ts",
|
|
472
476
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs"
|
|
473
|
-
},
|
|
474
|
-
"./date-time-picker": {
|
|
475
|
-
"types": "./date-time-picker/index.d.ts",
|
|
476
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs"
|
|
477
477
|
}
|
|
478
478
|
},
|
|
479
479
|
"sideEffects": false
|