@ui5/webcomponents-ngx 0.5.10 → 0.5.11-rc.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-ngx",
3
- "version": "0.5.10",
3
+ "version": "0.5.11-rc.0",
4
4
  "license": "Apache-2.0",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "keywords": [
@@ -31,7 +31,7 @@
31
31
  "rxjs": "^6.5.3 || ^7.4.0"
32
32
  },
33
33
  "dependencies": {
34
- "@ui5/theming-ngx": "^0.5.10",
34
+ "@ui5/theming-ngx": "^0.5.11-rc.0",
35
35
  "tslib": "^2.4.1"
36
36
  },
37
37
  "schematics": "./schematics/collection.json",
@@ -324,14 +324,14 @@
324
324
  "types": "./fiori/view-settings-dialog/index.d.ts",
325
325
  "default": "./fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs"
326
326
  },
327
- "./fiori/wizard": {
328
- "types": "./fiori/wizard/index.d.ts",
329
- "default": "./fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs"
330
- },
331
327
  "./fiori/wizard-step": {
332
328
  "types": "./fiori/wizard-step/index.d.ts",
333
329
  "default": "./fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs"
334
330
  },
331
+ "./fiori/wizard": {
332
+ "types": "./fiori/wizard/index.d.ts",
333
+ "default": "./fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs"
334
+ },
335
335
  "./main/avatar": {
336
336
  "types": "./main/avatar/index.d.ts",
337
337
  "default": "./fesm2022/ui5-webcomponents-ngx-main-avatar.mjs"
@@ -448,6 +448,10 @@
448
448
  "types": "./main/dynamic-date-range/index.d.ts",
449
449
  "default": "./fesm2022/ui5-webcomponents-ngx-main-dynamic-date-range.mjs"
450
450
  },
451
+ "./main/expandable-text": {
452
+ "types": "./main/expandable-text/index.d.ts",
453
+ "default": "./fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs"
454
+ },
451
455
  "./main/file-uploader": {
452
456
  "types": "./main/file-uploader/index.d.ts",
453
457
  "default": "./fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs"
@@ -456,10 +460,6 @@
456
460
  "types": "./main/form/index.d.ts",
457
461
  "default": "./fesm2022/ui5-webcomponents-ngx-main-form.mjs"
458
462
  },
459
- "./main/expandable-text": {
460
- "types": "./main/expandable-text/index.d.ts",
461
- "default": "./fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs"
462
- },
463
463
  "./main/form-group": {
464
464
  "types": "./main/form-group/index.d.ts",
465
465
  "default": "./fesm2022/ui5-webcomponents-ngx-main-form-group.mjs"
@@ -692,14 +692,14 @@
692
692
  "types": "./main/text-area/index.d.ts",
693
693
  "default": "./fesm2022/ui5-webcomponents-ngx-main-text-area.mjs"
694
694
  },
695
- "./main/theming": {
696
- "types": "./main/theming/index.d.ts",
697
- "default": "./fesm2022/ui5-webcomponents-ngx-main-theming.mjs"
698
- },
699
695
  "./main/time-picker": {
700
696
  "types": "./main/time-picker/index.d.ts",
701
697
  "default": "./fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs"
702
698
  },
699
+ "./main/theming": {
700
+ "types": "./main/theming/index.d.ts",
701
+ "default": "./fesm2022/ui5-webcomponents-ngx-main-theming.mjs"
702
+ },
703
703
  "./main/title": {
704
704
  "types": "./main/title/index.d.ts",
705
705
  "default": "./fesm2022/ui5-webcomponents-ngx-main-title.mjs"
@@ -724,10 +724,6 @@
724
724
  "types": "./main/toolbar/index.d.ts",
725
725
  "default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs"
726
726
  },
727
- "./main/toolbar-button": {
728
- "types": "./main/toolbar-button/index.d.ts",
729
- "default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs"
730
- },
731
727
  "./main/toolbar-select": {
732
728
  "types": "./main/toolbar-select/index.d.ts",
733
729
  "default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs"
@@ -736,6 +732,10 @@
736
732
  "types": "./main/toolbar-select-option/index.d.ts",
737
733
  "default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs"
738
734
  },
735
+ "./main/toolbar-button": {
736
+ "types": "./main/toolbar-button/index.d.ts",
737
+ "default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs"
738
+ },
739
739
  "./main/toolbar-separator": {
740
740
  "types": "./main/toolbar-separator/index.d.ts",
741
741
  "default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs"
Binary file