@ui5/webcomponents-ngx 0.5.0 → 0.5.1-rc.1
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/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-branding.mjs +42 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-branding.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +8 -0
- package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs +13 -3
- package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs +5 -1
- package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item-group.mjs +40 -0
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item-group.mjs.map +1 -0
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs +8 -1
- package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs +5 -1
- package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs +5 -1
- package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs +3 -1
- package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection-multi.mjs +3 -3
- package/fesm2022/ui5-webcomponents-ngx-main-table-selection-multi.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx-main.mjs +4 -0
- package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
- package/fesm2022/ui5-webcomponents-ngx.mjs +3 -0
- package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
- package/fiori/index.d.ts +25 -23
- package/fiori/shell-bar-branding/index.d.ts +44 -0
- package/fiori/side-navigation-item/index.d.ts +10 -7
- package/fiori/side-navigation-sub-item/index.d.ts +10 -7
- package/fiori/user-menu-item/index.d.ts +20 -6
- package/fiori/user-menu-item-group/index.d.ts +18 -0
- package/index.d.ts +3 -0
- package/main/avatar-group/index.d.ts +11 -1
- package/main/check-box/index.d.ts +11 -1
- package/main/dialog/index.d.ts +9 -1
- package/main/index.d.ts +62 -61
- package/main/menu-item/index.d.ts +20 -6
- package/main/menu-item-group/index.d.ts +18 -0
- package/main/popover/index.d.ts +9 -1
- package/main/responsive-popover/index.d.ts +9 -1
- package/main/switch/index.d.ts +5 -1
- package/main/table-selection-multi/index.d.ts +5 -1
- package/package.json +41 -29
- package/ui5-webcomponents-ngx-0.5.1-rc.1.tgz +0 -0
- package/ui5-webcomponents-ngx-0.5.0.tgz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-ngx",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1-rc.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"keywords": [
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
"@angular/common": "^20.0.0",
|
|
20
20
|
"@angular/core": "^20.0.0",
|
|
21
21
|
"@angular/forms": "^20.0.0",
|
|
22
|
-
"@ui5/webcomponents": "2.
|
|
23
|
-
"@ui5/webcomponents-ai": "2.
|
|
24
|
-
"@ui5/webcomponents-base": "2.
|
|
25
|
-
"@ui5/webcomponents-fiori": "2.
|
|
26
|
-
"@ui5/webcomponents-icons": "2.
|
|
27
|
-
"@ui5/webcomponents-icons-business-suite": "2.
|
|
28
|
-
"@ui5/webcomponents-icons-tnt": "2.
|
|
29
|
-
"@ui5/webcomponents-theming": "2.
|
|
22
|
+
"@ui5/webcomponents": "2.12.0",
|
|
23
|
+
"@ui5/webcomponents-ai": "2.12.0",
|
|
24
|
+
"@ui5/webcomponents-base": "2.12.0",
|
|
25
|
+
"@ui5/webcomponents-fiori": "2.12.0",
|
|
26
|
+
"@ui5/webcomponents-icons": "2.12.0",
|
|
27
|
+
"@ui5/webcomponents-icons-business-suite": "2.12.0",
|
|
28
|
+
"@ui5/webcomponents-icons-tnt": "2.12.0",
|
|
29
|
+
"@ui5/webcomponents-theming": "2.12.0",
|
|
30
30
|
"fast-deep-equal": "^3.1.3",
|
|
31
31
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@ui5/theming-ngx": "^0.5.
|
|
34
|
+
"@ui5/theming-ngx": "^0.5.1-rc.1",
|
|
35
35
|
"tslib": "^2.4.1"
|
|
36
36
|
},
|
|
37
37
|
"schematics": "./schematics/collection.json",
|
|
@@ -200,6 +200,10 @@
|
|
|
200
200
|
"types": "./fiori/shell-bar/index.d.ts",
|
|
201
201
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs"
|
|
202
202
|
},
|
|
203
|
+
"./fiori/shell-bar-branding": {
|
|
204
|
+
"types": "./fiori/shell-bar-branding/index.d.ts",
|
|
205
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-branding.mjs"
|
|
206
|
+
},
|
|
203
207
|
"./fiori/shell-bar-item": {
|
|
204
208
|
"types": "./fiori/shell-bar-item/index.d.ts",
|
|
205
209
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs"
|
|
@@ -268,6 +272,10 @@
|
|
|
268
272
|
"types": "./fiori/user-menu-item/index.d.ts",
|
|
269
273
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs"
|
|
270
274
|
},
|
|
275
|
+
"./fiori/user-menu-item-group": {
|
|
276
|
+
"types": "./fiori/user-menu-item-group/index.d.ts",
|
|
277
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item-group.mjs"
|
|
278
|
+
},
|
|
271
279
|
"./fiori/user-settings-dialog": {
|
|
272
280
|
"types": "./fiori/user-settings-dialog/index.d.ts",
|
|
273
281
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-user-settings-dialog.mjs"
|
|
@@ -324,10 +332,6 @@
|
|
|
324
332
|
"types": "./main/button-badge/index.d.ts",
|
|
325
333
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-button-badge.mjs"
|
|
326
334
|
},
|
|
327
|
-
"./main/calendar": {
|
|
328
|
-
"types": "./main/calendar/index.d.ts",
|
|
329
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-calendar.mjs"
|
|
330
|
-
},
|
|
331
335
|
"./main/calendar-date": {
|
|
332
336
|
"types": "./main/calendar-date/index.d.ts",
|
|
333
337
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs"
|
|
@@ -340,9 +344,9 @@
|
|
|
340
344
|
"types": "./main/calendar-legend/index.d.ts",
|
|
341
345
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs"
|
|
342
346
|
},
|
|
343
|
-
"./main/calendar
|
|
344
|
-
"types": "./main/calendar
|
|
345
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-calendar
|
|
347
|
+
"./main/calendar": {
|
|
348
|
+
"types": "./main/calendar/index.d.ts",
|
|
349
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-calendar.mjs"
|
|
346
350
|
},
|
|
347
351
|
"./main/card": {
|
|
348
352
|
"types": "./main/card/index.d.ts",
|
|
@@ -468,6 +472,10 @@
|
|
|
468
472
|
"types": "./main/menu-item/index.d.ts",
|
|
469
473
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs"
|
|
470
474
|
},
|
|
475
|
+
"./main/menu-item-group": {
|
|
476
|
+
"types": "./main/menu-item-group/index.d.ts",
|
|
477
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-menu-item-group.mjs"
|
|
478
|
+
},
|
|
471
479
|
"./main/menu-separator": {
|
|
472
480
|
"types": "./main/menu-separator/index.d.ts",
|
|
473
481
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-menu-separator.mjs"
|
|
@@ -612,14 +620,14 @@
|
|
|
612
620
|
"types": "./main/table-row/index.d.ts",
|
|
613
621
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-row.mjs"
|
|
614
622
|
},
|
|
615
|
-
"./main/table-row-action-navigation": {
|
|
616
|
-
"types": "./main/table-row-action-navigation/index.d.ts",
|
|
617
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-row-action-navigation.mjs"
|
|
618
|
-
},
|
|
619
623
|
"./main/table-row-action": {
|
|
620
624
|
"types": "./main/table-row-action/index.d.ts",
|
|
621
625
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-row-action.mjs"
|
|
622
626
|
},
|
|
627
|
+
"./main/table-row-action-navigation": {
|
|
628
|
+
"types": "./main/table-row-action-navigation/index.d.ts",
|
|
629
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-row-action-navigation.mjs"
|
|
630
|
+
},
|
|
623
631
|
"./main/table-selection": {
|
|
624
632
|
"types": "./main/table-selection/index.d.ts",
|
|
625
633
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-selection.mjs"
|
|
@@ -676,14 +684,14 @@
|
|
|
676
684
|
"types": "./main/tokenizer/index.d.ts",
|
|
677
685
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs"
|
|
678
686
|
},
|
|
679
|
-
"./main/toolbar-button": {
|
|
680
|
-
"types": "./main/toolbar-button/index.d.ts",
|
|
681
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs"
|
|
682
|
-
},
|
|
683
687
|
"./main/toolbar": {
|
|
684
688
|
"types": "./main/toolbar/index.d.ts",
|
|
685
689
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs"
|
|
686
690
|
},
|
|
691
|
+
"./main/toolbar-button": {
|
|
692
|
+
"types": "./main/toolbar-button/index.d.ts",
|
|
693
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs"
|
|
694
|
+
},
|
|
687
695
|
"./main/toolbar-select": {
|
|
688
696
|
"types": "./main/toolbar-select/index.d.ts",
|
|
689
697
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs"
|
|
@@ -692,14 +700,14 @@
|
|
|
692
700
|
"types": "./main/toolbar-select-option/index.d.ts",
|
|
693
701
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs"
|
|
694
702
|
},
|
|
695
|
-
"./main/toolbar-separator": {
|
|
696
|
-
"types": "./main/toolbar-separator/index.d.ts",
|
|
697
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs"
|
|
698
|
-
},
|
|
699
703
|
"./main/toolbar-spacer": {
|
|
700
704
|
"types": "./main/toolbar-spacer/index.d.ts",
|
|
701
705
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs"
|
|
702
706
|
},
|
|
707
|
+
"./main/toolbar-separator": {
|
|
708
|
+
"types": "./main/toolbar-separator/index.d.ts",
|
|
709
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs"
|
|
710
|
+
},
|
|
703
711
|
"./main/tree": {
|
|
704
712
|
"types": "./main/tree/index.d.ts",
|
|
705
713
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-tree.mjs"
|
|
@@ -711,6 +719,10 @@
|
|
|
711
719
|
"./main/tree-item-custom": {
|
|
712
720
|
"types": "./main/tree-item-custom/index.d.ts",
|
|
713
721
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs"
|
|
722
|
+
},
|
|
723
|
+
"./main/calendar-legend-item": {
|
|
724
|
+
"types": "./main/calendar-legend-item/index.d.ts",
|
|
725
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs"
|
|
714
726
|
}
|
|
715
727
|
},
|
|
716
728
|
"sideEffects": false
|
|
Binary file
|
|
Binary file
|