@ui5/webcomponents-ngx 0.3.2-rc.2 → 0.3.2

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.
Files changed (135) hide show
  1. package/esm2022/fiori/dynamic-side-content/index.mjs +4 -2
  2. package/esm2022/fiori/navigation-layout/index.mjs +6 -9
  3. package/esm2022/fiori/ui5-fiori.module.mjs +13 -1
  4. package/esm2022/fiori/upload-collection/index.mjs +3 -4
  5. package/esm2022/fiori/user-menu/index.mjs +78 -0
  6. package/esm2022/fiori/user-menu/ui5-webcomponents-ngx-fiori-user-menu.mjs +5 -0
  7. package/esm2022/fiori/user-menu-account/index.mjs +51 -0
  8. package/esm2022/fiori/user-menu-account/ui5-webcomponents-ngx-fiori-user-menu-account.mjs +5 -0
  9. package/esm2022/fiori/user-menu-item/index.mjs +76 -0
  10. package/esm2022/fiori/user-menu-item/ui5-webcomponents-ngx-fiori-user-menu-item.mjs +5 -0
  11. package/esm2022/index.mjs +6 -1
  12. package/esm2022/main/button/index.mjs +4 -2
  13. package/esm2022/main/card-header/index.mjs +1 -1
  14. package/esm2022/main/carousel/index.mjs +1 -1
  15. package/esm2022/main/color-picker/index.mjs +9 -6
  16. package/esm2022/main/combo-box-item-group/index.mjs +7 -5
  17. package/esm2022/main/date-picker/index.mjs +1 -1
  18. package/esm2022/main/date-range-picker/index.mjs +1 -1
  19. package/esm2022/main/date-time-picker/index.mjs +1 -1
  20. package/esm2022/main/dialog/index.mjs +1 -1
  21. package/esm2022/main/expandable-text/index.mjs +34 -0
  22. package/esm2022/main/expandable-text/ui5-webcomponents-ngx-main-expandable-text.mjs +5 -0
  23. package/esm2022/main/form/index.mjs +4 -4
  24. package/esm2022/main/link/index.mjs +4 -2
  25. package/esm2022/main/list/index.mjs +6 -2
  26. package/esm2022/main/multi-combo-box-item-group/index.mjs +7 -5
  27. package/esm2022/main/radio-button/index.mjs +1 -1
  28. package/esm2022/main/rating-indicator/index.mjs +4 -2
  29. package/esm2022/main/split-button/index.mjs +1 -1
  30. package/esm2022/main/step-input/index.mjs +8 -4
  31. package/esm2022/main/table/index.mjs +8 -4
  32. package/esm2022/main/table-header-cell/index.mjs +1 -1
  33. package/esm2022/main/table-row/index.mjs +7 -4
  34. package/esm2022/main/table-virtualizer/index.mjs +36 -0
  35. package/esm2022/main/table-virtualizer/ui5-webcomponents-ngx-main-table-virtualizer.mjs +5 -0
  36. package/esm2022/main/toggle-button/index.mjs +4 -2
  37. package/esm2022/main/tokenizer/index.mjs +24 -4
  38. package/esm2022/main/tree/index.mjs +6 -2
  39. package/esm2022/main/ui5-main.module.mjs +9 -1
  40. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs +3 -1
  41. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs.map +1 -1
  42. package/fesm2022/ui5-webcomponents-ngx-fiori-navigation-layout.mjs +5 -8
  43. package/fesm2022/ui5-webcomponents-ngx-fiori-navigation-layout.mjs.map +1 -1
  44. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs +2 -3
  45. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -1
  46. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs +57 -0
  47. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs.map +1 -0
  48. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs +82 -0
  49. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs.map +1 -0
  50. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs +84 -0
  51. package/fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs.map +1 -0
  52. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +12 -0
  53. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
  54. package/fesm2022/ui5-webcomponents-ngx-main-button.mjs +3 -1
  55. package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
  56. package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -1
  57. package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -1
  58. package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs +8 -5
  59. package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -1
  60. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs +6 -4
  61. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -1
  62. package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -1
  63. package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -1
  64. package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -1
  65. package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
  66. package/fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs +40 -0
  67. package/fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs.map +1 -0
  68. package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +3 -3
  69. package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -1
  70. package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +3 -1
  71. package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
  72. package/fesm2022/ui5-webcomponents-ngx-main-list.mjs +5 -1
  73. package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -1
  74. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs +6 -4
  75. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item-group.mjs.map +1 -1
  76. package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -1
  77. package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs +3 -1
  78. package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -1
  79. package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -1
  80. package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs +7 -3
  81. package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -1
  82. package/fesm2022/ui5-webcomponents-ngx-main-table-header-cell.mjs.map +1 -1
  83. package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs +6 -3
  84. package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +1 -1
  85. package/fesm2022/ui5-webcomponents-ngx-main-table-virtualizer.mjs +42 -0
  86. package/fesm2022/ui5-webcomponents-ngx-main-table-virtualizer.mjs.map +1 -0
  87. package/fesm2022/ui5-webcomponents-ngx-main-table.mjs +7 -3
  88. package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +1 -1
  89. package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs +3 -1
  90. package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
  91. package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs +23 -3
  92. package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs.map +1 -1
  93. package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs +5 -1
  94. package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs.map +1 -1
  95. package/fesm2022/ui5-webcomponents-ngx-main.mjs +8 -0
  96. package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
  97. package/fesm2022/ui5-webcomponents-ngx.mjs +5 -0
  98. package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
  99. package/fiori/dynamic-side-content/index.d.ts +11 -2
  100. package/fiori/navigation-layout/index.d.ts +3 -4
  101. package/fiori/ui5-fiori.module.d.ts +7 -4
  102. package/fiori/upload-collection/index.d.ts +1 -5
  103. package/fiori/user-menu/index.d.ts +72 -0
  104. package/fiori/user-menu-account/index.d.ts +38 -0
  105. package/fiori/user-menu-item/index.d.ts +101 -0
  106. package/index.d.ts +5 -0
  107. package/main/button/index.d.ts +5 -1
  108. package/main/card-header/index.d.ts +1 -1
  109. package/main/carousel/index.d.ts +0 -2
  110. package/main/color-picker/index.d.ts +6 -1
  111. package/main/combo-box-item-group/index.d.ts +20 -2
  112. package/main/date-picker/index.d.ts +2 -2
  113. package/main/date-range-picker/index.d.ts +2 -2
  114. package/main/date-time-picker/index.d.ts +2 -2
  115. package/main/dialog/index.d.ts +3 -3
  116. package/main/expandable-text/index.d.ts +29 -0
  117. package/main/form/index.d.ts +13 -2
  118. package/main/link/index.d.ts +5 -1
  119. package/main/list/index.d.ts +10 -2
  120. package/main/multi-combo-box-item-group/index.d.ts +20 -2
  121. package/main/radio-button/index.d.ts +5 -2
  122. package/main/rating-indicator/index.d.ts +5 -1
  123. package/main/split-button/index.d.ts +1 -1
  124. package/main/step-input/index.d.ts +5 -1
  125. package/main/table/index.d.ts +22 -2
  126. package/main/table-header-cell/index.d.ts +4 -2
  127. package/main/table-row/index.d.ts +10 -1
  128. package/main/table-virtualizer/index.d.ts +36 -0
  129. package/main/toggle-button/index.d.ts +5 -1
  130. package/main/tokenizer/index.d.ts +15 -1
  131. package/main/tree/index.d.ts +9 -1
  132. package/main/ui5-main.module.d.ts +71 -69
  133. package/package.json +32 -2
  134. package/ui5-webcomponents-ngx-0.3.2.tgz +0 -0
  135. package/ui5-webcomponents-ngx-0.3.2-rc.2.tgz +0 -0
@@ -6,6 +6,10 @@ declare class TableRowComponent {
6
6
  Unique identifier of the row.
7
7
  */
8
8
  rowKey: string;
9
+ /**
10
+ Defines the position of the row respect to the total number of rows within the table when the <code>ui5-table-virtualizer</code> feature is used.
11
+ */
12
+ position: number;
9
13
  /**
10
14
  Defines the interactive state of the row.
11
15
  */
@@ -14,14 +18,19 @@ declare class TableRowComponent {
14
18
  Defines the navigated state of the row.
15
19
  */
16
20
  navigated: boolean;
21
+ /**
22
+ Defines whether the row is movable.
23
+ */
24
+ movable: boolean;
17
25
  private elementRef;
18
26
  private zone;
19
27
  private cdr;
20
28
  get element(): TableRow;
21
29
  constructor();
22
30
  static ɵfac: i0.ɵɵFactoryDeclaration<TableRowComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "ui5-table-row", ["ui5TableRow"], { "rowKey": { "alias": "rowKey"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "navigated": { "alias": "navigated"; "required": false; }; }, {}, never, ["*"], true, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "ui5-table-row", ["ui5TableRow"], { "rowKey": { "alias": "rowKey"; "required": false; }; "position": { "alias": "position"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "navigated": { "alias": "navigated"; "required": false; }; "movable": { "alias": "movable"; "required": false; }; }, {}, never, ["*"], true, never>;
24
32
  static ngAcceptInputType_interactive: unknown;
25
33
  static ngAcceptInputType_navigated: unknown;
34
+ static ngAcceptInputType_movable: unknown;
26
35
  }
27
36
  export { TableRowComponent };
@@ -0,0 +1,36 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import '@ui5/webcomponents/dist/TableVirtualizer.js';
3
+ import { RangeChangeEventDetail, default as TableVirtualizer } from '@ui5/webcomponents/dist/TableVirtualizer.js';
4
+ import * as i0 from "@angular/core";
5
+ declare class TableVirtualizerComponent {
6
+ /**
7
+ Defines the height of the rows in the table.
8
+
9
+ **Note:** This property is mandatory for the virtualization to work properly.
10
+ */
11
+ rowHeight: number;
12
+ /**
13
+ Defines the total count of rows in the table.
14
+
15
+ **Note:** This property is mandatory for the virtualization to work properly.
16
+ */
17
+ rowCount: number;
18
+ /**
19
+ Defines the count of extra rows to be rendered at the top and bottom of the table.
20
+
21
+ **Note:** This property is experimental and may be changed or deleted in the future.
22
+ */
23
+ extraRows: number;
24
+ /**
25
+ Fired when the virtualizer is changed by user interaction e.g. on scrolling.
26
+ */
27
+ ui5RangeChange: EventEmitter<RangeChangeEventDetail>;
28
+ private elementRef;
29
+ private zone;
30
+ private cdr;
31
+ get element(): TableVirtualizer;
32
+ constructor();
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableVirtualizerComponent, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableVirtualizerComponent, "ui5-table-virtualizer", ["ui5TableVirtualizer"], { "rowHeight": { "alias": "rowHeight"; "required": false; }; "rowCount": { "alias": "rowCount"; "required": false; }; "extraRows": { "alias": "extraRows"; "required": false; }; }, { "ui5RangeChange": "ui5RangeChange"; }, never, ["*"], true, never>;
35
+ }
36
+ export { TableVirtualizerComponent };
@@ -69,6 +69,10 @@ declare class ToggleButtonComponent {
69
69
  Accepts a lowercase string value.
70
70
  */
71
71
  accessibilityAttributes: ButtonAccessibilityAttributes;
72
+ /**
73
+ Defines the accessible description of the component.
74
+ */
75
+ accessibleDescription: string | undefined;
72
76
  /**
73
77
  Defines whether the button has special form-related functionality.
74
78
 
@@ -99,7 +103,7 @@ declare class ToggleButtonComponent {
99
103
  get element(): ToggleButton;
100
104
  constructor();
101
105
  static ɵfac: i0.ɵɵFactoryDeclaration<ToggleButtonComponent, never>;
102
- static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonComponent, "ui5-toggle-button", ["ui5ToggleButton"], { "design": { "alias": "design"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "endIcon": { "alias": "endIcon"; "required": false; }; "submits": { "alias": "submits"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "type": { "alias": "type"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
106
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonComponent, "ui5-toggle-button", ["ui5ToggleButton"], { "design": { "alias": "design"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "endIcon": { "alias": "endIcon"; "required": false; }; "submits": { "alias": "submits"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; }; "type": { "alias": "type"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
103
107
  static ngAcceptInputType_disabled: unknown;
104
108
  static ngAcceptInputType_submits: unknown;
105
109
  static ngAcceptInputType_pressed: unknown;
@@ -10,6 +10,18 @@ declare class TokenizerComponent {
10
10
  but still provides visual feedback upon user interaction.
11
11
  */
12
12
  readonly: boolean;
13
+ /**
14
+ Defines whether tokens are displayed on multiple lines.
15
+
16
+ **Note:** The `multiLine` property is in an experimental state and is a subject to change.
17
+ */
18
+ multiLine: boolean;
19
+ /**
20
+ Defines whether "Clear All" button is present. Ensure `multiLine` is enabled, otherwise `showClearAll` will have no effect.
21
+
22
+ **Note:** The `showClearAll` property is in an experimental state and is a subject to change.
23
+ */
24
+ showClearAll: boolean;
13
25
  /**
14
26
  Defines whether the component is disabled.
15
27
 
@@ -38,8 +50,10 @@ declare class TokenizerComponent {
38
50
  get element(): Tokenizer;
39
51
  constructor();
40
52
  static ɵfac: i0.ɵɵFactoryDeclaration<TokenizerComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<TokenizerComponent, "ui5-tokenizer", ["ui5Tokenizer"], { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5TokenDelete": "ui5TokenDelete"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
53
+ static ɵcmp: i0.ɵɵComponentDeclaration<TokenizerComponent, "ui5-tokenizer", ["ui5Tokenizer"], { "readonly": { "alias": "readonly"; "required": false; }; "multiLine": { "alias": "multiLine"; "required": false; }; "showClearAll": { "alias": "showClearAll"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5TokenDelete": "ui5TokenDelete"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
42
54
  static ngAcceptInputType_readonly: unknown;
55
+ static ngAcceptInputType_multiLine: unknown;
56
+ static ngAcceptInputType_showClearAll: unknown;
43
57
  static ngAcceptInputType_disabled: unknown;
44
58
  }
45
59
  export { TokenizerComponent };
@@ -30,6 +30,14 @@ declare class TreeComponent {
30
30
  Defines the IDs of the elements that label the component.
31
31
  */
32
32
  accessibleNameRef: string | undefined;
33
+ /**
34
+ Defines the accessible description of the component.
35
+ */
36
+ accessibleDescription: string | undefined;
37
+ /**
38
+ Defines the IDs of the elements that describe the component.
39
+ */
40
+ accessibleDescriptionRef: string | undefined;
33
41
  /**
34
42
  Fired when a tree item is expanded or collapsed.
35
43
 
@@ -68,6 +76,6 @@ declare class TreeComponent {
68
76
  get element(): Tree;
69
77
  constructor();
70
78
  static ɵfac: i0.ɵɵFactoryDeclaration<TreeComponent, never>;
71
- static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "ui5-tree", ["ui5Tree"], { "selectionMode": { "alias": "selectionMode"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "footerText": { "alias": "footerText"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5ItemToggle": "ui5ItemToggle"; "ui5ItemMouseover": "ui5ItemMouseover"; "ui5ItemMouseout": "ui5ItemMouseout"; "ui5ItemClick": "ui5ItemClick"; "ui5ItemDelete": "ui5ItemDelete"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
79
+ static ɵcmp: i0.ɵɵComponentDeclaration<TreeComponent, "ui5-tree", ["ui5Tree"], { "selectionMode": { "alias": "selectionMode"; "required": false; }; "noDataText": { "alias": "noDataText"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "footerText": { "alias": "footerText"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; }; }, { "ui5ItemToggle": "ui5ItemToggle"; "ui5ItemMouseover": "ui5ItemMouseover"; "ui5ItemMouseout": "ui5ItemMouseout"; "ui5ItemClick": "ui5ItemClick"; "ui5ItemDelete": "ui5ItemDelete"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
72
80
  }
73
81
  export { TreeComponent };
@@ -28,78 +28,80 @@ import * as i24 from "@ui5/webcomponents-ngx/main/date-picker";
28
28
  import * as i25 from "@ui5/webcomponents-ngx/main/date-range-picker";
29
29
  import * as i26 from "@ui5/webcomponents-ngx/main/date-time-picker";
30
30
  import * as i27 from "@ui5/webcomponents-ngx/main/dialog";
31
- import * as i28 from "@ui5/webcomponents-ngx/main/file-uploader";
32
- import * as i29 from "@ui5/webcomponents-ngx/main/form";
33
- import * as i30 from "@ui5/webcomponents-ngx/main/form-group";
34
- import * as i31 from "@ui5/webcomponents-ngx/main/form-item";
35
- import * as i32 from "@ui5/webcomponents-ngx/main/icon";
36
- import * as i33 from "@ui5/webcomponents-ngx/main/input";
37
- import * as i34 from "@ui5/webcomponents-ngx/main/label";
38
- import * as i35 from "@ui5/webcomponents-ngx/main/link";
39
- import * as i36 from "@ui5/webcomponents-ngx/main/list";
40
- import * as i37 from "@ui5/webcomponents-ngx/main/list-item-custom";
41
- import * as i38 from "@ui5/webcomponents-ngx/main/list-item-group";
42
- import * as i39 from "@ui5/webcomponents-ngx/main/list-item-standard";
43
- import * as i40 from "@ui5/webcomponents-ngx/main/menu";
44
- import * as i41 from "@ui5/webcomponents-ngx/main/menu-item";
45
- import * as i42 from "@ui5/webcomponents-ngx/main/menu-separator";
46
- import * as i43 from "@ui5/webcomponents-ngx/main/message-strip";
47
- import * as i44 from "@ui5/webcomponents-ngx/main/multi-combo-box";
48
- import * as i45 from "@ui5/webcomponents-ngx/main/multi-combo-box-item";
49
- import * as i46 from "@ui5/webcomponents-ngx/main/multi-combo-box-item-group";
50
- import * as i47 from "@ui5/webcomponents-ngx/main/multi-input";
51
- import * as i48 from "@ui5/webcomponents-ngx/main/option";
52
- import * as i49 from "@ui5/webcomponents-ngx/main/option-custom";
53
- import * as i50 from "@ui5/webcomponents-ngx/main/panel";
54
- import * as i51 from "@ui5/webcomponents-ngx/main/popover";
55
- import * as i52 from "@ui5/webcomponents-ngx/main/progress-indicator";
56
- import * as i53 from "@ui5/webcomponents-ngx/main/radio-button";
57
- import * as i54 from "@ui5/webcomponents-ngx/main/range-slider";
58
- import * as i55 from "@ui5/webcomponents-ngx/main/rating-indicator";
59
- import * as i56 from "@ui5/webcomponents-ngx/main/responsive-popover";
60
- import * as i57 from "@ui5/webcomponents-ngx/main/segmented-button";
61
- import * as i58 from "@ui5/webcomponents-ngx/main/segmented-button-item";
62
- import * as i59 from "@ui5/webcomponents-ngx/main/select";
63
- import * as i60 from "@ui5/webcomponents-ngx/main/slider";
64
- import * as i61 from "@ui5/webcomponents-ngx/main/special-calendar-date";
65
- import * as i62 from "@ui5/webcomponents-ngx/main/split-button";
66
- import * as i63 from "@ui5/webcomponents-ngx/main/step-input";
67
- import * as i64 from "@ui5/webcomponents-ngx/main/suggestion-item";
68
- import * as i65 from "@ui5/webcomponents-ngx/main/suggestion-item-custom";
69
- import * as i66 from "@ui5/webcomponents-ngx/main/suggestion-item-group";
70
- import * as i67 from "@ui5/webcomponents-ngx/main/switch";
71
- import * as i68 from "@ui5/webcomponents-ngx/main/tab";
72
- import * as i69 from "@ui5/webcomponents-ngx/main/tab-container";
73
- import * as i70 from "@ui5/webcomponents-ngx/main/tab-separator";
74
- import * as i71 from "@ui5/webcomponents-ngx/main/table";
75
- import * as i72 from "@ui5/webcomponents-ngx/main/table-cell";
76
- import * as i73 from "@ui5/webcomponents-ngx/main/table-growing";
77
- import * as i74 from "@ui5/webcomponents-ngx/main/table-header-cell";
78
- import * as i75 from "@ui5/webcomponents-ngx/main/table-header-row";
79
- import * as i76 from "@ui5/webcomponents-ngx/main/table-row";
80
- import * as i77 from "@ui5/webcomponents-ngx/main/table-selection";
81
- import * as i78 from "@ui5/webcomponents-ngx/main/tag";
82
- import * as i79 from "@ui5/webcomponents-ngx/main/text";
83
- import * as i80 from "@ui5/webcomponents-ngx/main/text-area";
84
- import * as i81 from "@ui5/webcomponents-ngx/main/time-picker";
85
- import * as i82 from "@ui5/webcomponents-ngx/main/title";
86
- import * as i83 from "@ui5/webcomponents-ngx/main/toast";
87
- import * as i84 from "@ui5/webcomponents-ngx/main/toggle-button";
88
- import * as i85 from "@ui5/webcomponents-ngx/main/token";
89
- import * as i86 from "@ui5/webcomponents-ngx/main/tokenizer";
90
- import * as i87 from "@ui5/webcomponents-ngx/main/toolbar";
91
- import * as i88 from "@ui5/webcomponents-ngx/main/toolbar-button";
92
- import * as i89 from "@ui5/webcomponents-ngx/main/toolbar-select";
93
- import * as i90 from "@ui5/webcomponents-ngx/main/toolbar-select-option";
94
- import * as i91 from "@ui5/webcomponents-ngx/main/toolbar-separator";
95
- import * as i92 from "@ui5/webcomponents-ngx/main/toolbar-spacer";
96
- import * as i93 from "@ui5/webcomponents-ngx/main/tree";
97
- import * as i94 from "@ui5/webcomponents-ngx/main/tree-item";
98
- import * as i95 from "@ui5/webcomponents-ngx/main/tree-item-custom";
31
+ import * as i28 from "@ui5/webcomponents-ngx/main/expandable-text";
32
+ import * as i29 from "@ui5/webcomponents-ngx/main/file-uploader";
33
+ import * as i30 from "@ui5/webcomponents-ngx/main/form";
34
+ import * as i31 from "@ui5/webcomponents-ngx/main/form-group";
35
+ import * as i32 from "@ui5/webcomponents-ngx/main/form-item";
36
+ import * as i33 from "@ui5/webcomponents-ngx/main/icon";
37
+ import * as i34 from "@ui5/webcomponents-ngx/main/input";
38
+ import * as i35 from "@ui5/webcomponents-ngx/main/label";
39
+ import * as i36 from "@ui5/webcomponents-ngx/main/link";
40
+ import * as i37 from "@ui5/webcomponents-ngx/main/list";
41
+ import * as i38 from "@ui5/webcomponents-ngx/main/list-item-custom";
42
+ import * as i39 from "@ui5/webcomponents-ngx/main/list-item-group";
43
+ import * as i40 from "@ui5/webcomponents-ngx/main/list-item-standard";
44
+ import * as i41 from "@ui5/webcomponents-ngx/main/menu";
45
+ import * as i42 from "@ui5/webcomponents-ngx/main/menu-item";
46
+ import * as i43 from "@ui5/webcomponents-ngx/main/menu-separator";
47
+ import * as i44 from "@ui5/webcomponents-ngx/main/message-strip";
48
+ import * as i45 from "@ui5/webcomponents-ngx/main/multi-combo-box";
49
+ import * as i46 from "@ui5/webcomponents-ngx/main/multi-combo-box-item";
50
+ import * as i47 from "@ui5/webcomponents-ngx/main/multi-combo-box-item-group";
51
+ import * as i48 from "@ui5/webcomponents-ngx/main/multi-input";
52
+ import * as i49 from "@ui5/webcomponents-ngx/main/option";
53
+ import * as i50 from "@ui5/webcomponents-ngx/main/option-custom";
54
+ import * as i51 from "@ui5/webcomponents-ngx/main/panel";
55
+ import * as i52 from "@ui5/webcomponents-ngx/main/popover";
56
+ import * as i53 from "@ui5/webcomponents-ngx/main/progress-indicator";
57
+ import * as i54 from "@ui5/webcomponents-ngx/main/radio-button";
58
+ import * as i55 from "@ui5/webcomponents-ngx/main/range-slider";
59
+ import * as i56 from "@ui5/webcomponents-ngx/main/rating-indicator";
60
+ import * as i57 from "@ui5/webcomponents-ngx/main/responsive-popover";
61
+ import * as i58 from "@ui5/webcomponents-ngx/main/segmented-button";
62
+ import * as i59 from "@ui5/webcomponents-ngx/main/segmented-button-item";
63
+ import * as i60 from "@ui5/webcomponents-ngx/main/select";
64
+ import * as i61 from "@ui5/webcomponents-ngx/main/slider";
65
+ import * as i62 from "@ui5/webcomponents-ngx/main/special-calendar-date";
66
+ import * as i63 from "@ui5/webcomponents-ngx/main/split-button";
67
+ import * as i64 from "@ui5/webcomponents-ngx/main/step-input";
68
+ import * as i65 from "@ui5/webcomponents-ngx/main/suggestion-item";
69
+ import * as i66 from "@ui5/webcomponents-ngx/main/suggestion-item-custom";
70
+ import * as i67 from "@ui5/webcomponents-ngx/main/suggestion-item-group";
71
+ import * as i68 from "@ui5/webcomponents-ngx/main/switch";
72
+ import * as i69 from "@ui5/webcomponents-ngx/main/tab";
73
+ import * as i70 from "@ui5/webcomponents-ngx/main/tab-container";
74
+ import * as i71 from "@ui5/webcomponents-ngx/main/tab-separator";
75
+ import * as i72 from "@ui5/webcomponents-ngx/main/table";
76
+ import * as i73 from "@ui5/webcomponents-ngx/main/table-cell";
77
+ import * as i74 from "@ui5/webcomponents-ngx/main/table-growing";
78
+ import * as i75 from "@ui5/webcomponents-ngx/main/table-header-cell";
79
+ import * as i76 from "@ui5/webcomponents-ngx/main/table-header-row";
80
+ import * as i77 from "@ui5/webcomponents-ngx/main/table-row";
81
+ import * as i78 from "@ui5/webcomponents-ngx/main/table-selection";
82
+ import * as i79 from "@ui5/webcomponents-ngx/main/table-virtualizer";
83
+ import * as i80 from "@ui5/webcomponents-ngx/main/tag";
84
+ import * as i81 from "@ui5/webcomponents-ngx/main/text";
85
+ import * as i82 from "@ui5/webcomponents-ngx/main/text-area";
86
+ import * as i83 from "@ui5/webcomponents-ngx/main/time-picker";
87
+ import * as i84 from "@ui5/webcomponents-ngx/main/title";
88
+ import * as i85 from "@ui5/webcomponents-ngx/main/toast";
89
+ import * as i86 from "@ui5/webcomponents-ngx/main/toggle-button";
90
+ import * as i87 from "@ui5/webcomponents-ngx/main/token";
91
+ import * as i88 from "@ui5/webcomponents-ngx/main/tokenizer";
92
+ import * as i89 from "@ui5/webcomponents-ngx/main/toolbar";
93
+ import * as i90 from "@ui5/webcomponents-ngx/main/toolbar-button";
94
+ import * as i91 from "@ui5/webcomponents-ngx/main/toolbar-select";
95
+ import * as i92 from "@ui5/webcomponents-ngx/main/toolbar-select-option";
96
+ import * as i93 from "@ui5/webcomponents-ngx/main/toolbar-separator";
97
+ import * as i94 from "@ui5/webcomponents-ngx/main/toolbar-spacer";
98
+ import * as i95 from "@ui5/webcomponents-ngx/main/tree";
99
+ import * as i96 from "@ui5/webcomponents-ngx/main/tree-item";
100
+ import * as i97 from "@ui5/webcomponents-ngx/main/tree-item-custom";
99
101
  declare class Ui5MainModule {
100
102
  constructor(ui5WebcomponentsMainThemingService: Ui5WebcomponentsMainThemingService);
101
103
  static ɵfac: i0.ɵɵFactoryDeclaration<Ui5MainModule, never>;
102
- static ɵmod: i0.ɵɵNgModuleDeclaration<Ui5MainModule, never, [typeof i1.AvatarComponent, typeof i2.AvatarGroupComponent, typeof i3.BarComponent, typeof i4.BreadcrumbsComponent, typeof i5.BreadcrumbsItemComponent, typeof i6.BusyIndicatorComponent, typeof i7.ButtonComponent, typeof i8.CalendarComponent, typeof i9.CalendarDateComponent, typeof i10.CalendarDateRangeComponent, typeof i11.CalendarLegendComponent, typeof i12.CalendarLegendItemComponent, typeof i13.CardComponent, typeof i14.CardHeaderComponent, typeof i15.CarouselComponent, typeof i16.CheckBoxComponent, typeof i17.ColorPaletteComponent, typeof i18.ColorPaletteItemComponent, typeof i19.ColorPalettePopoverComponent, typeof i20.ColorPickerComponent, typeof i21.ComboBoxComponent, typeof i22.ComboBoxItemComponent, typeof i23.ComboBoxItemGroupComponent, typeof i24.DatePickerComponent, typeof i25.DateRangePickerComponent, typeof i26.DateTimePickerComponent, typeof i27.DialogComponent, typeof i28.FileUploaderComponent, typeof i29.FormComponent, typeof i30.FormGroupComponent, typeof i31.FormItemComponent, typeof i32.IconComponent, typeof i33.InputComponent, typeof i34.LabelComponent, typeof i35.LinkComponent, typeof i36.ListComponent, typeof i37.ListItemCustomComponent, typeof i38.ListItemGroupComponent, typeof i39.ListItemStandardComponent, typeof i40.MenuComponent, typeof i41.MenuItemComponent, typeof i42.MenuSeparatorComponent, typeof i43.MessageStripComponent, typeof i44.MultiComboBoxComponent, typeof i45.MultiComboBoxItemComponent, typeof i46.MultiComboBoxItemGroupComponent, typeof i47.MultiInputComponent, typeof i48.OptionComponent, typeof i49.OptionCustomComponent, typeof i50.PanelComponent, typeof i51.PopoverComponent, typeof i52.ProgressIndicatorComponent, typeof i53.RadioButtonComponent, typeof i54.RangeSliderComponent, typeof i55.RatingIndicatorComponent, typeof i56.ResponsivePopoverComponent, typeof i57.SegmentedButtonComponent, typeof i58.SegmentedButtonItemComponent, typeof i59.SelectComponent, typeof i60.SliderComponent, typeof i61.SpecialCalendarDateComponent, typeof i62.SplitButtonComponent, typeof i63.StepInputComponent, typeof i64.SuggestionItemComponent, typeof i65.SuggestionItemCustomComponent, typeof i66.SuggestionItemGroupComponent, typeof i67.SwitchComponent, typeof i68.TabComponent, typeof i69.TabContainerComponent, typeof i70.TabSeparatorComponent, typeof i71.TableComponent, typeof i72.TableCellComponent, typeof i73.TableGrowingComponent, typeof i74.TableHeaderCellComponent, typeof i75.TableHeaderRowComponent, typeof i76.TableRowComponent, typeof i77.TableSelectionComponent, typeof i78.TagComponent, typeof i79.TextComponent, typeof i80.TextAreaComponent, typeof i81.TimePickerComponent, typeof i82.TitleComponent, typeof i83.ToastComponent, typeof i84.ToggleButtonComponent, typeof i85.TokenComponent, typeof i86.TokenizerComponent, typeof i87.ToolbarComponent, typeof i88.ToolbarButtonComponent, typeof i89.ToolbarSelectComponent, typeof i90.ToolbarSelectOptionComponent, typeof i91.ToolbarSeparatorComponent, typeof i92.ToolbarSpacerComponent, typeof i93.TreeComponent, typeof i94.TreeItemComponent, typeof i95.TreeItemCustomComponent], [typeof i1.AvatarComponent, typeof i2.AvatarGroupComponent, typeof i3.BarComponent, typeof i4.BreadcrumbsComponent, typeof i5.BreadcrumbsItemComponent, typeof i6.BusyIndicatorComponent, typeof i7.ButtonComponent, typeof i8.CalendarComponent, typeof i9.CalendarDateComponent, typeof i10.CalendarDateRangeComponent, typeof i11.CalendarLegendComponent, typeof i12.CalendarLegendItemComponent, typeof i13.CardComponent, typeof i14.CardHeaderComponent, typeof i15.CarouselComponent, typeof i16.CheckBoxComponent, typeof i17.ColorPaletteComponent, typeof i18.ColorPaletteItemComponent, typeof i19.ColorPalettePopoverComponent, typeof i20.ColorPickerComponent, typeof i21.ComboBoxComponent, typeof i22.ComboBoxItemComponent, typeof i23.ComboBoxItemGroupComponent, typeof i24.DatePickerComponent, typeof i25.DateRangePickerComponent, typeof i26.DateTimePickerComponent, typeof i27.DialogComponent, typeof i28.FileUploaderComponent, typeof i29.FormComponent, typeof i30.FormGroupComponent, typeof i31.FormItemComponent, typeof i32.IconComponent, typeof i33.InputComponent, typeof i34.LabelComponent, typeof i35.LinkComponent, typeof i36.ListComponent, typeof i37.ListItemCustomComponent, typeof i38.ListItemGroupComponent, typeof i39.ListItemStandardComponent, typeof i40.MenuComponent, typeof i41.MenuItemComponent, typeof i42.MenuSeparatorComponent, typeof i43.MessageStripComponent, typeof i44.MultiComboBoxComponent, typeof i45.MultiComboBoxItemComponent, typeof i46.MultiComboBoxItemGroupComponent, typeof i47.MultiInputComponent, typeof i48.OptionComponent, typeof i49.OptionCustomComponent, typeof i50.PanelComponent, typeof i51.PopoverComponent, typeof i52.ProgressIndicatorComponent, typeof i53.RadioButtonComponent, typeof i54.RangeSliderComponent, typeof i55.RatingIndicatorComponent, typeof i56.ResponsivePopoverComponent, typeof i57.SegmentedButtonComponent, typeof i58.SegmentedButtonItemComponent, typeof i59.SelectComponent, typeof i60.SliderComponent, typeof i61.SpecialCalendarDateComponent, typeof i62.SplitButtonComponent, typeof i63.StepInputComponent, typeof i64.SuggestionItemComponent, typeof i65.SuggestionItemCustomComponent, typeof i66.SuggestionItemGroupComponent, typeof i67.SwitchComponent, typeof i68.TabComponent, typeof i69.TabContainerComponent, typeof i70.TabSeparatorComponent, typeof i71.TableComponent, typeof i72.TableCellComponent, typeof i73.TableGrowingComponent, typeof i74.TableHeaderCellComponent, typeof i75.TableHeaderRowComponent, typeof i76.TableRowComponent, typeof i77.TableSelectionComponent, typeof i78.TagComponent, typeof i79.TextComponent, typeof i80.TextAreaComponent, typeof i81.TimePickerComponent, typeof i82.TitleComponent, typeof i83.ToastComponent, typeof i84.ToggleButtonComponent, typeof i85.TokenComponent, typeof i86.TokenizerComponent, typeof i87.ToolbarComponent, typeof i88.ToolbarButtonComponent, typeof i89.ToolbarSelectComponent, typeof i90.ToolbarSelectOptionComponent, typeof i91.ToolbarSeparatorComponent, typeof i92.ToolbarSpacerComponent, typeof i93.TreeComponent, typeof i94.TreeItemComponent, typeof i95.TreeItemCustomComponent]>;
104
+ static ɵmod: i0.ɵɵNgModuleDeclaration<Ui5MainModule, never, [typeof i1.AvatarComponent, typeof i2.AvatarGroupComponent, typeof i3.BarComponent, typeof i4.BreadcrumbsComponent, typeof i5.BreadcrumbsItemComponent, typeof i6.BusyIndicatorComponent, typeof i7.ButtonComponent, typeof i8.CalendarComponent, typeof i9.CalendarDateComponent, typeof i10.CalendarDateRangeComponent, typeof i11.CalendarLegendComponent, typeof i12.CalendarLegendItemComponent, typeof i13.CardComponent, typeof i14.CardHeaderComponent, typeof i15.CarouselComponent, typeof i16.CheckBoxComponent, typeof i17.ColorPaletteComponent, typeof i18.ColorPaletteItemComponent, typeof i19.ColorPalettePopoverComponent, typeof i20.ColorPickerComponent, typeof i21.ComboBoxComponent, typeof i22.ComboBoxItemComponent, typeof i23.ComboBoxItemGroupComponent, typeof i24.DatePickerComponent, typeof i25.DateRangePickerComponent, typeof i26.DateTimePickerComponent, typeof i27.DialogComponent, typeof i28.ExpandableTextComponent, typeof i29.FileUploaderComponent, typeof i30.FormComponent, typeof i31.FormGroupComponent, typeof i32.FormItemComponent, typeof i33.IconComponent, typeof i34.InputComponent, typeof i35.LabelComponent, typeof i36.LinkComponent, typeof i37.ListComponent, typeof i38.ListItemCustomComponent, typeof i39.ListItemGroupComponent, typeof i40.ListItemStandardComponent, typeof i41.MenuComponent, typeof i42.MenuItemComponent, typeof i43.MenuSeparatorComponent, typeof i44.MessageStripComponent, typeof i45.MultiComboBoxComponent, typeof i46.MultiComboBoxItemComponent, typeof i47.MultiComboBoxItemGroupComponent, typeof i48.MultiInputComponent, typeof i49.OptionComponent, typeof i50.OptionCustomComponent, typeof i51.PanelComponent, typeof i52.PopoverComponent, typeof i53.ProgressIndicatorComponent, typeof i54.RadioButtonComponent, typeof i55.RangeSliderComponent, typeof i56.RatingIndicatorComponent, typeof i57.ResponsivePopoverComponent, typeof i58.SegmentedButtonComponent, typeof i59.SegmentedButtonItemComponent, typeof i60.SelectComponent, typeof i61.SliderComponent, typeof i62.SpecialCalendarDateComponent, typeof i63.SplitButtonComponent, typeof i64.StepInputComponent, typeof i65.SuggestionItemComponent, typeof i66.SuggestionItemCustomComponent, typeof i67.SuggestionItemGroupComponent, typeof i68.SwitchComponent, typeof i69.TabComponent, typeof i70.TabContainerComponent, typeof i71.TabSeparatorComponent, typeof i72.TableComponent, typeof i73.TableCellComponent, typeof i74.TableGrowingComponent, typeof i75.TableHeaderCellComponent, typeof i76.TableHeaderRowComponent, typeof i77.TableRowComponent, typeof i78.TableSelectionComponent, typeof i79.TableVirtualizerComponent, typeof i80.TagComponent, typeof i81.TextComponent, typeof i82.TextAreaComponent, typeof i83.TimePickerComponent, typeof i84.TitleComponent, typeof i85.ToastComponent, typeof i86.ToggleButtonComponent, typeof i87.TokenComponent, typeof i88.TokenizerComponent, typeof i89.ToolbarComponent, typeof i90.ToolbarButtonComponent, typeof i91.ToolbarSelectComponent, typeof i92.ToolbarSelectOptionComponent, typeof i93.ToolbarSeparatorComponent, typeof i94.ToolbarSpacerComponent, typeof i95.TreeComponent, typeof i96.TreeItemComponent, typeof i97.TreeItemCustomComponent], [typeof i1.AvatarComponent, typeof i2.AvatarGroupComponent, typeof i3.BarComponent, typeof i4.BreadcrumbsComponent, typeof i5.BreadcrumbsItemComponent, typeof i6.BusyIndicatorComponent, typeof i7.ButtonComponent, typeof i8.CalendarComponent, typeof i9.CalendarDateComponent, typeof i10.CalendarDateRangeComponent, typeof i11.CalendarLegendComponent, typeof i12.CalendarLegendItemComponent, typeof i13.CardComponent, typeof i14.CardHeaderComponent, typeof i15.CarouselComponent, typeof i16.CheckBoxComponent, typeof i17.ColorPaletteComponent, typeof i18.ColorPaletteItemComponent, typeof i19.ColorPalettePopoverComponent, typeof i20.ColorPickerComponent, typeof i21.ComboBoxComponent, typeof i22.ComboBoxItemComponent, typeof i23.ComboBoxItemGroupComponent, typeof i24.DatePickerComponent, typeof i25.DateRangePickerComponent, typeof i26.DateTimePickerComponent, typeof i27.DialogComponent, typeof i28.ExpandableTextComponent, typeof i29.FileUploaderComponent, typeof i30.FormComponent, typeof i31.FormGroupComponent, typeof i32.FormItemComponent, typeof i33.IconComponent, typeof i34.InputComponent, typeof i35.LabelComponent, typeof i36.LinkComponent, typeof i37.ListComponent, typeof i38.ListItemCustomComponent, typeof i39.ListItemGroupComponent, typeof i40.ListItemStandardComponent, typeof i41.MenuComponent, typeof i42.MenuItemComponent, typeof i43.MenuSeparatorComponent, typeof i44.MessageStripComponent, typeof i45.MultiComboBoxComponent, typeof i46.MultiComboBoxItemComponent, typeof i47.MultiComboBoxItemGroupComponent, typeof i48.MultiInputComponent, typeof i49.OptionComponent, typeof i50.OptionCustomComponent, typeof i51.PanelComponent, typeof i52.PopoverComponent, typeof i53.ProgressIndicatorComponent, typeof i54.RadioButtonComponent, typeof i55.RangeSliderComponent, typeof i56.RatingIndicatorComponent, typeof i57.ResponsivePopoverComponent, typeof i58.SegmentedButtonComponent, typeof i59.SegmentedButtonItemComponent, typeof i60.SelectComponent, typeof i61.SliderComponent, typeof i62.SpecialCalendarDateComponent, typeof i63.SplitButtonComponent, typeof i64.StepInputComponent, typeof i65.SuggestionItemComponent, typeof i66.SuggestionItemCustomComponent, typeof i67.SuggestionItemGroupComponent, typeof i68.SwitchComponent, typeof i69.TabComponent, typeof i70.TabContainerComponent, typeof i71.TabSeparatorComponent, typeof i72.TableComponent, typeof i73.TableCellComponent, typeof i74.TableGrowingComponent, typeof i75.TableHeaderCellComponent, typeof i76.TableHeaderRowComponent, typeof i77.TableRowComponent, typeof i78.TableSelectionComponent, typeof i79.TableVirtualizerComponent, typeof i80.TagComponent, typeof i81.TextComponent, typeof i82.TextAreaComponent, typeof i83.TimePickerComponent, typeof i84.TitleComponent, typeof i85.ToastComponent, typeof i86.ToggleButtonComponent, typeof i87.TokenComponent, typeof i88.TokenizerComponent, typeof i89.ToolbarComponent, typeof i90.ToolbarButtonComponent, typeof i91.ToolbarSelectComponent, typeof i92.ToolbarSelectOptionComponent, typeof i93.ToolbarSeparatorComponent, typeof i94.ToolbarSpacerComponent, typeof i95.TreeComponent, typeof i96.TreeItemComponent, typeof i97.TreeItemCustomComponent]>;
103
105
  static ɵinj: i0.ɵɵInjectorDeclaration<Ui5MainModule>;
104
106
  }
105
107
  export { Ui5MainModule };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-ngx",
3
- "version": "0.3.2-rc.2",
3
+ "version": "0.3.2",
4
4
  "license": "Apache-2.0",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "keywords": [
@@ -30,7 +30,7 @@
30
30
  "rxjs": "^6.5.3 || ^7.4.0"
31
31
  },
32
32
  "dependencies": {
33
- "@ui5/theming-ngx": "^0.3.2-rc.2",
33
+ "@ui5/theming-ngx": "^0.3.2",
34
34
  "tslib": "^2.4.1"
35
35
  },
36
36
  "schematics": "./schematics/collection.json",
@@ -289,6 +289,24 @@
289
289
  "esm": "./esm2022/fiori/upload-collection-item/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs",
290
290
  "default": "./fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs"
291
291
  },
292
+ "./fiori/user-menu": {
293
+ "types": "./fiori/user-menu/index.d.ts",
294
+ "esm2022": "./esm2022/fiori/user-menu/ui5-webcomponents-ngx-fiori-user-menu.mjs",
295
+ "esm": "./esm2022/fiori/user-menu/ui5-webcomponents-ngx-fiori-user-menu.mjs",
296
+ "default": "./fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs"
297
+ },
298
+ "./fiori/user-menu-account": {
299
+ "types": "./fiori/user-menu-account/index.d.ts",
300
+ "esm2022": "./esm2022/fiori/user-menu-account/ui5-webcomponents-ngx-fiori-user-menu-account.mjs",
301
+ "esm": "./esm2022/fiori/user-menu-account/ui5-webcomponents-ngx-fiori-user-menu-account.mjs",
302
+ "default": "./fesm2022/ui5-webcomponents-ngx-fiori-user-menu-account.mjs"
303
+ },
304
+ "./fiori/user-menu-item": {
305
+ "types": "./fiori/user-menu-item/index.d.ts",
306
+ "esm2022": "./esm2022/fiori/user-menu-item/ui5-webcomponents-ngx-fiori-user-menu-item.mjs",
307
+ "esm": "./esm2022/fiori/user-menu-item/ui5-webcomponents-ngx-fiori-user-menu-item.mjs",
308
+ "default": "./fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item.mjs"
309
+ },
292
310
  "./fiori/view-settings-dialog": {
293
311
  "types": "./fiori/view-settings-dialog/index.d.ts",
294
312
  "esm2022": "./esm2022/fiori/view-settings-dialog/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs",
@@ -469,6 +487,12 @@
469
487
  "esm": "./esm2022/main/dialog/ui5-webcomponents-ngx-main-dialog.mjs",
470
488
  "default": "./fesm2022/ui5-webcomponents-ngx-main-dialog.mjs"
471
489
  },
490
+ "./main/expandable-text": {
491
+ "types": "./main/expandable-text/index.d.ts",
492
+ "esm2022": "./esm2022/main/expandable-text/ui5-webcomponents-ngx-main-expandable-text.mjs",
493
+ "esm": "./esm2022/main/expandable-text/ui5-webcomponents-ngx-main-expandable-text.mjs",
494
+ "default": "./fesm2022/ui5-webcomponents-ngx-main-expandable-text.mjs"
495
+ },
472
496
  "./main/file-uploader": {
473
497
  "types": "./main/file-uploader/index.d.ts",
474
498
  "esm2022": "./esm2022/main/file-uploader/ui5-webcomponents-ngx-main-file-uploader.mjs",
@@ -769,6 +793,12 @@
769
793
  "esm": "./esm2022/main/table-selection/ui5-webcomponents-ngx-main-table-selection.mjs",
770
794
  "default": "./fesm2022/ui5-webcomponents-ngx-main-table-selection.mjs"
771
795
  },
796
+ "./main/table-virtualizer": {
797
+ "types": "./main/table-virtualizer/index.d.ts",
798
+ "esm2022": "./esm2022/main/table-virtualizer/ui5-webcomponents-ngx-main-table-virtualizer.mjs",
799
+ "esm": "./esm2022/main/table-virtualizer/ui5-webcomponents-ngx-main-table-virtualizer.mjs",
800
+ "default": "./fesm2022/ui5-webcomponents-ngx-main-table-virtualizer.mjs"
801
+ },
772
802
  "./main/tag": {
773
803
  "types": "./main/tag/index.d.ts",
774
804
  "esm2022": "./esm2022/main/tag/ui5-webcomponents-ngx-main-tag.mjs",
Binary file