@ui5/webcomponents-compat 0.0.0-0dd36ca4b → 0.0.0-10f3c0dc7

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 (244) hide show
  1. package/.env.testing +4 -0
  2. package/CHANGELOG.md +1205 -0
  3. package/LICENSE.txt +201 -0
  4. package/README.md +12 -12
  5. package/cypress.config.js +3 -0
  6. package/dist/.tsbuildinfo +1 -0
  7. package/dist/Assets-fetch.d.ts +3 -0
  8. package/dist/Assets-fetch.js +6 -0
  9. package/dist/Assets-fetch.js.map +1 -0
  10. package/dist/Assets-node.d.ts +14 -0
  11. package/dist/Assets-node.js +17 -0
  12. package/dist/Assets-node.js.map +1 -0
  13. package/dist/Table.d.ts +25 -29
  14. package/dist/Table.js +132 -77
  15. package/dist/Table.js.map +1 -1
  16. package/dist/TableCell.d.ts +3 -2
  17. package/dist/TableCell.js +25 -7
  18. package/dist/TableCell.js.map +1 -1
  19. package/dist/TableCellTemplate.d.ts +2 -0
  20. package/dist/TableCellTemplate.js +5 -0
  21. package/dist/TableCellTemplate.js.map +1 -0
  22. package/dist/TableColumn.d.ts +4 -3
  23. package/dist/TableColumn.js +50 -7
  24. package/dist/TableColumn.js.map +1 -1
  25. package/dist/TableColumnTemplate.d.ts +2 -0
  26. package/dist/TableColumnTemplate.js +5 -0
  27. package/dist/TableColumnTemplate.js.map +1 -0
  28. package/dist/TableGroupRow.d.ts +7 -4
  29. package/dist/TableGroupRow.js +29 -21
  30. package/dist/TableGroupRow.js.map +1 -1
  31. package/dist/TableGroupRowTemplate.d.ts +2 -0
  32. package/dist/TableGroupRowTemplate.js +5 -0
  33. package/dist/TableGroupRowTemplate.js.map +1 -0
  34. package/dist/TableRow.d.ts +17 -10
  35. package/dist/TableRow.js +105 -44
  36. package/dist/TableRow.js.map +1 -1
  37. package/dist/TableRowTemplate.d.ts +2 -0
  38. package/dist/TableRowTemplate.js +15 -0
  39. package/dist/TableRowTemplate.js.map +1 -0
  40. package/dist/TableTemplate.d.ts +2 -0
  41. package/dist/TableTemplate.js +20 -0
  42. package/dist/TableTemplate.js.map +1 -0
  43. package/dist/bundle.esm.d.ts +1 -1
  44. package/dist/bundle.esm.js +14 -7
  45. package/dist/bundle.esm.js.map +1 -1
  46. package/dist/bundle.scoped.config.d.ts +1 -0
  47. package/dist/bundle.scoped.config.js +5 -0
  48. package/dist/bundle.scoped.config.js.map +1 -0
  49. package/dist/bundle.scoped.esm.d.ts +1 -0
  50. package/dist/bundle.scoped.esm.js +1 -4
  51. package/dist/bundle.scoped.esm.js.map +1 -1
  52. package/dist/css/themes/GrowingButton.css +1 -1
  53. package/dist/css/themes/Table.css +1 -1
  54. package/dist/css/themes/TableCell.css +1 -1
  55. package/dist/css/themes/TableColumn.css +1 -1
  56. package/dist/css/themes/TableGroupRow.css +1 -1
  57. package/dist/css/themes/TableRow.css +1 -1
  58. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +24 -1
  59. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +24 -1
  60. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -1
  61. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -1
  62. package/dist/css/themes/sap_horizon/parameters-bundle.css +25 -1
  63. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +26 -0
  64. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +25 -1
  65. package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +25 -0
  66. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +24 -1
  67. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +24 -1
  68. package/dist/custom-elements-internal.json +417 -400
  69. package/dist/custom-elements.json +234 -211
  70. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  71. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  72. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  73. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  74. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  75. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  76. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  77. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  78. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  79. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  80. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  81. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  82. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  83. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  84. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  85. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  86. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  87. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -0
  88. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  89. package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -0
  90. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  91. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  92. package/dist/generated/i18n/i18n-defaults.d.ts +1 -1
  93. package/dist/generated/i18n/i18n-defaults.js +2 -3
  94. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  95. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  96. package/dist/generated/json-imports/Themes-fetch.js +27 -0
  97. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  98. package/dist/generated/json-imports/Themes-node.d.ts +1 -0
  99. package/dist/generated/json-imports/Themes-node.js +27 -0
  100. package/dist/generated/json-imports/Themes-node.js.map +1 -0
  101. package/dist/generated/json-imports/Themes.js +4 -2
  102. package/dist/generated/json-imports/Themes.js.map +1 -1
  103. package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
  104. package/dist/generated/json-imports/i18n-fetch.js +120 -0
  105. package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
  106. package/dist/generated/json-imports/i18n-node.d.ts +1 -0
  107. package/dist/generated/json-imports/i18n-node.js +120 -0
  108. package/dist/generated/json-imports/i18n-node.js.map +1 -0
  109. package/dist/generated/json-imports/i18n.js +3 -3
  110. package/dist/generated/json-imports/i18n.js.map +1 -1
  111. package/dist/generated/themes/GrowingButton.css.d.ts +2 -3
  112. package/dist/generated/themes/GrowingButton.css.js +4 -5
  113. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  114. package/dist/generated/themes/Table.css.d.ts +2 -3
  115. package/dist/generated/themes/Table.css.js +4 -5
  116. package/dist/generated/themes/Table.css.js.map +1 -1
  117. package/dist/generated/themes/TableCell.css.d.ts +2 -3
  118. package/dist/generated/themes/TableCell.css.js +4 -5
  119. package/dist/generated/themes/TableCell.css.js.map +1 -1
  120. package/dist/generated/themes/TableColumn.css.d.ts +2 -3
  121. package/dist/generated/themes/TableColumn.css.js +4 -5
  122. package/dist/generated/themes/TableColumn.css.js.map +1 -1
  123. package/dist/generated/themes/TableGroupRow.css.d.ts +2 -3
  124. package/dist/generated/themes/TableGroupRow.css.js +4 -5
  125. package/dist/generated/themes/TableGroupRow.css.js.map +1 -1
  126. package/dist/generated/themes/TableRow.css.d.ts +2 -3
  127. package/dist/generated/themes/TableRow.css.js +4 -5
  128. package/dist/generated/themes/TableRow.css.js.map +1 -1
  129. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -3
  130. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +25 -3
  131. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  132. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -3
  133. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +25 -3
  134. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  135. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -3
  136. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +25 -3
  137. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  138. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -3
  139. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +25 -3
  140. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  141. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -3
  142. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +26 -3
  143. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  144. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +2 -0
  145. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +27 -0
  146. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -0
  147. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -3
  148. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +26 -3
  149. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  150. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +2 -0
  151. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +26 -0
  152. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -0
  153. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -3
  154. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +25 -3
  155. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  156. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -3
  157. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +25 -3
  158. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  159. package/dist/utils/CompatCustomElementsScope.d.ts +5 -0
  160. package/dist/utils/CompatCustomElementsScope.js +38 -0
  161. package/dist/utils/CompatCustomElementsScope.js.map +1 -0
  162. package/dist/vscode.html-custom-data.json +35 -35
  163. package/dist/web-types.json +107 -107
  164. package/package-scripts.cjs +5 -0
  165. package/package.json +25 -18
  166. package/src/TableCellTemplate.tsx +15 -0
  167. package/src/TableColumnTemplate.tsx +13 -0
  168. package/src/TableGroupRowTemplate.tsx +17 -0
  169. package/src/TableRowTemplate.tsx +92 -0
  170. package/src/TableTemplate.tsx +129 -0
  171. package/src/i18n/messagebundle_ca.properties +1 -1
  172. package/src/i18n/messagebundle_cs.properties +1 -1
  173. package/src/i18n/messagebundle_cy.properties +1 -1
  174. package/src/i18n/messagebundle_en_US_sappsd.properties +5 -296
  175. package/src/i18n/messagebundle_en_US_saptrc.properties +10 -301
  176. package/src/i18n/messagebundle_fi.properties +2 -2
  177. package/src/i18n/messagebundle_fr.properties +3 -3
  178. package/src/i18n/messagebundle_fr_CA.properties +3 -3
  179. package/src/i18n/messagebundle_hr.properties +1 -1
  180. package/src/i18n/messagebundle_it.properties +1 -1
  181. package/src/i18n/messagebundle_lv.properties +1 -1
  182. package/src/themes/GrowingButton.css +13 -13
  183. package/src/themes/Table.css +30 -33
  184. package/src/themes/TableCell.css +9 -2
  185. package/src/themes/TableColumn.css +0 -1
  186. package/src/themes/TableGroupRow.css +2 -2
  187. package/src/themes/TableRow.css +41 -5
  188. package/src/themes/base/GrowingButton-parameters.css +1 -1
  189. package/src/themes/base/Table-parameters.css +2 -1
  190. package/src/themes/base/TableColumn-parameters.css +1 -1
  191. package/src/themes/base/TableGroupRow-parameters.css +1 -1
  192. package/src/themes/base/TableRow-parameters.css +1 -1
  193. package/src/themes/base/sizes-parameters.css +12 -13
  194. package/src/themes/sap_fiori_3_hcb/GrowingButton-parameters.css +1 -1
  195. package/src/themes/sap_fiori_3_hcb/Table-parameters.css +1 -1
  196. package/src/themes/sap_fiori_3_hcb/TableRow-parameters.css +1 -1
  197. package/src/themes/sap_fiori_3_hcw/GrowingButton-parameters.css +1 -1
  198. package/src/themes/sap_fiori_3_hcw/Table-parameters.css +1 -1
  199. package/src/themes/sap_fiori_3_hcw/TableRow-parameters.css +1 -1
  200. package/src/themes/sap_horizon/GrowingButton-parameters.css +1 -1
  201. package/src/themes/sap_horizon/Table-parameters.css +2 -4
  202. package/src/themes/sap_horizon/TableGroupRow-parameters.css +1 -1
  203. package/src/themes/sap_horizon/TableRow-parameters.css +1 -1
  204. package/src/themes/sap_horizon/parameters-bundle.css +0 -1
  205. package/src/themes/sap_horizon_auto/parameters-bundle.css +3 -0
  206. package/src/themes/sap_horizon_dark/GrowingButton-parameters.css +1 -1
  207. package/src/themes/sap_horizon_dark/Table-parameters.css +2 -4
  208. package/src/themes/sap_horizon_dark/TableGroupRow-parameters.css +1 -1
  209. package/src/themes/sap_horizon_dark/TableRow-parameters.css +1 -1
  210. package/src/themes/sap_horizon_dark/parameters-bundle.css +0 -1
  211. package/src/themes/sap_horizon_hc_auto/parameters-bundle.css +3 -0
  212. package/src/themes/sap_horizon_hcb/GrowingButton-parameters.css +1 -1
  213. package/src/themes/sap_horizon_hcb/Table-parameters.css +2 -4
  214. package/src/themes/sap_horizon_hcb/TableGroupRow-parameters.css +1 -1
  215. package/src/themes/sap_horizon_hcb/TableRow-parameters.css +1 -1
  216. package/src/themes/sap_horizon_hcw/GrowingButton-parameters.css +1 -1
  217. package/src/themes/sap_horizon_hcw/Table-parameters.css +2 -4
  218. package/src/themes/sap_horizon_hcw/TableGroupRow-parameters.css +1 -1
  219. package/src/themes/sap_horizon_hcw/TableRow-parameters.css +1 -1
  220. package/tsconfig.json +61 -26
  221. package/dist/generated/assets/i18n/messagebundle_in.json +0 -1
  222. package/dist/generated/templates/TableCellTemplate.lit.d.ts +0 -4
  223. package/dist/generated/templates/TableCellTemplate.lit.js +0 -5
  224. package/dist/generated/templates/TableCellTemplate.lit.js.map +0 -1
  225. package/dist/generated/templates/TableColumnTemplate.lit.d.ts +0 -4
  226. package/dist/generated/templates/TableColumnTemplate.lit.js +0 -5
  227. package/dist/generated/templates/TableColumnTemplate.lit.js.map +0 -1
  228. package/dist/generated/templates/TableGroupRowTemplate.lit.d.ts +0 -4
  229. package/dist/generated/templates/TableGroupRowTemplate.lit.js +0 -5
  230. package/dist/generated/templates/TableGroupRowTemplate.lit.js.map +0 -1
  231. package/dist/generated/templates/TableRowTemplate.lit.d.ts +0 -4
  232. package/dist/generated/templates/TableRowTemplate.lit.js +0 -16
  233. package/dist/generated/templates/TableRowTemplate.lit.js.map +0 -1
  234. package/dist/generated/templates/TableTemplate.lit.d.ts +0 -4
  235. package/dist/generated/templates/TableTemplate.lit.js +0 -15
  236. package/dist/generated/templates/TableTemplate.lit.js.map +0 -1
  237. package/src/Table.hbs +0 -121
  238. package/src/TableCell.hbs +0 -7
  239. package/src/TableColumn.hbs +0 -7
  240. package/src/TableGroupRow.hbs +0 -11
  241. package/src/TableRow.hbs +0 -85
  242. package/src/i18n/messagebundle_in.properties +0 -172
  243. package/src/themes/sap_horizon/TableColumn-parameters.css +0 -5
  244. package/src/themes/sap_horizon_dark/TableColumn-parameters.css +0 -5
@@ -4,63 +4,15 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "dist/types/TableColumnPopinDisplay.js",
7
+ "path": "dist/Assets-fetch.js",
8
8
  "declarations": [],
9
- "exports": [
10
- {
11
- "kind": "js",
12
- "name": "default",
13
- "declaration": {
14
- "name": "TableColumnPopinDisplay",
15
- "module": "dist/types/TableColumnPopinDisplay.js"
16
- }
17
- }
18
- ]
19
- },
20
- {
21
- "kind": "javascript-module",
22
- "path": "dist/types/TableGrowingMode.js",
23
- "declarations": [],
24
- "exports": [
25
- {
26
- "kind": "js",
27
- "name": "default",
28
- "declaration": {
29
- "name": "TableGrowingMode",
30
- "module": "dist/types/TableGrowingMode.js"
31
- }
32
- }
33
- ]
34
- },
35
- {
36
- "kind": "javascript-module",
37
- "path": "dist/types/TableMode.js",
38
- "declarations": [],
39
- "exports": [
40
- {
41
- "kind": "js",
42
- "name": "default",
43
- "declaration": {
44
- "name": "TableMode",
45
- "module": "dist/types/TableMode.js"
46
- }
47
- }
48
- ]
9
+ "exports": []
49
10
  },
50
11
  {
51
12
  "kind": "javascript-module",
52
- "path": "dist/types/TableRowType.js",
13
+ "path": "dist/Assets-node.js",
53
14
  "declarations": [],
54
- "exports": [
55
- {
56
- "kind": "js",
57
- "name": "default",
58
- "declaration": {
59
- "name": "TableRowType",
60
- "module": "dist/types/TableRowType.js"
61
- }
62
- }
63
- ]
15
+ "exports": []
64
16
  },
65
17
  {
66
18
  "kind": "javascript-module",
@@ -77,54 +29,54 @@
77
29
  "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated and convenient functions for responsive table design.\nIt provides a comprehensive set of features for displaying and dealing with vast amounts of data.\n\nTo render the `Table` properly, the order of the `columns` should match with the\norder of the item `cells` in the `rows`.\n\nDesktop and tablet devices are supported.\nOn tablets, special consideration should be given to the number of visible columns\nand rows due to the limited performance of some devices.\n\n### Selection\nTo benefit from the selection mechanism of `ui5-table` component, you can use the available selection modes:\n`SingleSelect` and `MultiSelect`.\n\nIn additition to the used mode, you can also specify the `ui5-table-row` type choosing between\n`Active` or `Inactive`.\n\nIn `SingleSelect` mode, you can select both an `Active` and `Inactive` row via mouse or\nby pressing the `Space` or `Enter` keys.\n\nIn `MultiSelect` mode, you can select both an `Active` and `Inactive` row by pressing the\n`Space` key when a row is on focus or via mouse click over the selection checkbox of the row.\nIn order to select all the available rows at once, you can use the selection checkbox presented in the table's header.\n\n**Note:** Currently, when a column is shown as a pop-in, the visual indication for selection is not presented over it.\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\nFurthermore, you can interact with `ui5-table` via the following keys.\n\n- [F7] - If focus is on an interactive control inside an item, moves focus to the corresponding item.\n- [Ctrl]+[A] - Selects all items, if MultiSelect mode is enabled.\n- [Home]/[End] - Focuses the first/last item.\n- [Page Up]/[Page Down] - Moves focus up/down by page size (20 items by default).\n- [Alt]+[Down]/[Up] - Switches focus between header, last focused item, and More button (if applies) in either direction.\n- [Shift]+[Down]/[Up] - Selects the next/previous item in a MultiSelect table, if the current item is selected (Range selection). Otherwise, deselects them (Range deselection).\n- [Shift]+[Home]/[End] - Range selection to the first/last item of the List.\n- [Ctrl]+[Home]/[End] - Same behavior as HOME & END.\n\n### ES6 Module Import\n\n- `import \"@ui5/webcomponents-compat/dist/Table.js\";`\n- `import \"@ui5/webcomponents-compat/dist/TableColumn.js\";` (`ui5-table-column`)\n- `import \"@ui5/webcomponents-compat/dist/TableRow.js\";` (`ui5-table-row`)\n- `import \"@ui5/webcomponents-compat/dist/TableGroupRow.js\";` (`ui5-table-group-row`)\n- `import \"@ui5/webcomponents-compat/dist/TableCell.js\";` (`ui5-table-cell`)",
78
30
  "name": "Table",
79
31
  "slots": [
80
- {
81
- "name": "default",
82
- "description": "Defines the component rows.\n\n**Note:** Use `ui5-table-row` for the intended design."
83
- },
84
32
  {
85
33
  "name": "columns",
86
34
  "description": "Defines the configuration for the columns of the component.\n\n**Note:** Use `ui5-table-column` for the intended design."
35
+ },
36
+ {
37
+ "name": "default",
38
+ "description": "Defines the component rows.\n\n**Note:** Use `ui5-table-row` for the intended design."
87
39
  }
88
40
  ],
89
41
  "members": [
90
42
  {
91
43
  "kind": "field",
92
- "name": "noDataText",
44
+ "name": "accessibleName",
93
45
  "type": {
94
- "text": "string"
46
+ "text": "string | undefined"
95
47
  },
96
- "description": "Defines the text that will be displayed when there is no data and `hideNoData` is not present.",
97
- "default": "\"\"",
48
+ "description": "Defines the accessible ARIA name of the component.",
49
+ "default": "undefined",
98
50
  "privacy": "public"
99
51
  },
100
52
  {
101
53
  "kind": "field",
102
- "name": "growingButtonText",
54
+ "name": "accessibleNameRef",
103
55
  "type": {
104
- "text": "string"
56
+ "text": "string | undefined"
105
57
  },
106
- "description": "Defines the text that will be displayed inside the growing button at the bottom of the table,\nmeant for loading more rows upon press.\n\n**Note:** If not specified a built-in text will be displayed.\n\n**Note:** This property takes effect if `growing` is set to `Button`.",
107
- "default": "\"\"",
58
+ "description": "Receives id(or many ids) of the elements that label the component.",
59
+ "default": "undefined",
108
60
  "privacy": "public"
109
61
  },
110
62
  {
111
63
  "kind": "field",
112
- "name": "growingButtonSubtext",
64
+ "name": "busy",
113
65
  "type": {
114
- "text": "string"
66
+ "text": "boolean"
115
67
  },
116
- "description": "Defines the subtext that will be displayed under the `growingButtonText`.\n\n**Note:** This property takes effect if `growing` is set to `Button`.",
117
- "default": "\"\"",
68
+ "default": "false",
69
+ "description": "Defines if the table is in busy state.\n\nIn this state the component's opacity is reduced\nand busy indicator is displayed at the bottom of the table.",
118
70
  "privacy": "public"
119
71
  },
120
72
  {
121
73
  "kind": "field",
122
- "name": "hideNoData",
74
+ "name": "busyDelay",
123
75
  "type": {
124
- "text": "boolean"
76
+ "text": "number"
125
77
  },
126
- "description": "Defines if the value of `noDataText` will be diplayed when there is no rows present in the table.",
127
- "default": "false",
78
+ "default": "1000",
79
+ "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
128
80
  "privacy": "public"
129
81
  },
130
82
  {
@@ -140,38 +92,38 @@
140
92
  }
141
93
  ]
142
94
  },
143
- "description": "Defines whether the table will have growing capability either by pressing a `More` button,\nor via user scroll. In both cases `load-more` event is fired.\n\nAvailable options:\n\n`Button` - Shows a `More` button at the bottom of the table, pressing of which triggers the `load-more` event.\n\n`Scroll` - The `load-more` event is triggered when the user scrolls to the bottom of the table;\n\n`None` (default) - The growing is off.\n\n**Restrictions:** `growing=\"Scroll\"` is not supported for Internet Explorer,\nand the component will fallback to `growing=\"Button\"`.",
144
95
  "default": "\"None\"",
96
+ "description": "Defines whether the table will have growing capability either by pressing a `More` button,\nor via user scroll. In both cases `load-more` event is fired.\n\nAvailable options:\n\n`Button` - Shows a `More` button at the bottom of the table, pressing of which triggers the `load-more` event.\n\n`Scroll` - The `load-more` event is triggered when the user scrolls to the bottom of the table;\n\n`None` (default) - The growing is off.\n\n**Restrictions:** `growing=\"Scroll\"` is not supported for Internet Explorer,\nand the component will fallback to `growing=\"Button\"`.",
145
97
  "privacy": "public"
146
98
  },
147
99
  {
148
100
  "kind": "field",
149
- "name": "busy",
101
+ "name": "growingButtonSubtext",
150
102
  "type": {
151
- "text": "boolean"
103
+ "text": "string | undefined"
152
104
  },
153
- "description": "Defines if the table is in busy state.\n\nIn this state the component's opacity is reduced\nand busy indicator is displayed at the bottom of the table.",
154
- "default": "false",
105
+ "description": "Defines the subtext that will be displayed under the `growingButtonText`.\n\n**Note:** This property takes effect if `growing` is set to `Button`.",
106
+ "default": "undefined",
155
107
  "privacy": "public"
156
108
  },
157
109
  {
158
110
  "kind": "field",
159
- "name": "busyDelay",
111
+ "name": "growingButtonText",
160
112
  "type": {
161
- "text": "number"
113
+ "text": "string | undefined"
162
114
  },
163
- "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
164
- "default": "1000",
115
+ "description": "Defines the text that will be displayed inside the growing button at the bottom of the table,\nmeant for loading more rows upon press.\n\n**Note:** If not specified a built-in text will be displayed.\n\n**Note:** This property takes effect if `growing` is set to `Button`.",
116
+ "default": "undefined",
165
117
  "privacy": "public"
166
118
  },
167
119
  {
168
120
  "kind": "field",
169
- "name": "stickyColumnHeader",
121
+ "name": "hideNoData",
170
122
  "type": {
171
123
  "text": "boolean"
172
124
  },
173
- "description": "Determines whether the column headers remain fixed at the top of the page during\nvertical scrolling as long as the Web Component is in the viewport.\n\n**Restrictions:**\n\n- Browsers that do not support this feature:\n\n- Internet Explorer\n- Microsoft Edge lower than version 41 (EdgeHTML 16)\n- Mozilla Firefox lower than version 59\n\n- Scrolling behavior:\n\n- If the Web Component is placed in layout containers that have the `overflow: hidden`\nor `overflow: auto` style definition, this can\nprevent the sticky elements of the Web Component from becoming fixed at the top of the viewport.",
174
125
  "default": "false",
126
+ "description": "Defines if the value of `noDataText` will be diplayed when there is no rows present in the table.",
175
127
  "privacy": "public"
176
128
  },
177
129
  {
@@ -187,45 +139,38 @@
187
139
  }
188
140
  ]
189
141
  },
190
- "description": "Defines the mode of the component.",
191
142
  "default": "\"None\"",
143
+ "description": "Defines the mode of the component.",
192
144
  "privacy": "public"
193
145
  },
194
146
  {
195
147
  "kind": "field",
196
- "name": "accessibleName",
148
+ "name": "noDataText",
197
149
  "type": {
198
150
  "text": "string | undefined"
199
151
  },
200
- "description": "Defines the accessible ARIA name of the component.",
152
+ "description": "Defines the text that will be displayed when there is no data and `hideNoData` is not present.",
201
153
  "default": "undefined",
202
154
  "privacy": "public"
203
155
  },
204
156
  {
205
157
  "kind": "field",
206
- "name": "accessibleNameRef",
158
+ "name": "stickyColumnHeader",
207
159
  "type": {
208
- "text": "string"
160
+ "text": "boolean"
209
161
  },
210
- "description": "Receives id(or many ids) of the elements that label the component.",
211
- "default": "\"\"",
162
+ "default": "false",
163
+ "description": "Determines whether the column headers remain fixed at the top of the page during\nvertical scrolling as long as the Web Component is in the viewport.\n\n**Restrictions:**\n\n- Browsers that do not support this feature:\n\n- Internet Explorer\n- Microsoft Edge lower than version 41 (EdgeHTML 16)\n- Mozilla Firefox lower than version 59\n\n- Scrolling behavior:\n\n- If the Web Component is placed in layout containers that have the `overflow: hidden`\nor `overflow: auto` style definition, this can\nprevent the sticky elements of the Web Component from becoming fixed at the top of the viewport.",
212
164
  "privacy": "public"
213
165
  }
214
166
  ],
215
167
  "events": [
216
168
  {
217
- "name": "row-click",
169
+ "name": "load-more",
218
170
  "type": {
219
- "text": "CustomEvent<TableRowClickEventDetail>",
220
- "references": [
221
- {
222
- "name": "TableRowClickEventDetail",
223
- "package": "@ui5/webcomponents-compat",
224
- "module": "dist/TableRow.js"
225
- }
226
- ]
171
+ "text": "CustomEvent"
227
172
  },
228
- "description": "Fired when a row in `Active` mode is clicked or `Enter` key is pressed."
173
+ "description": "Fired when the user presses the `More` button or scrolls to the table's end.\n\n**Note:** The event will be fired if `growing` is set to `Button` or `Scroll`."
229
174
  },
230
175
  {
231
176
  "name": "popin-change",
@@ -242,11 +187,18 @@
242
187
  "description": "Fired when `ui5-table-column` is shown as a pop-in instead of hiding it."
243
188
  },
244
189
  {
245
- "name": "load-more",
190
+ "name": "row-click",
246
191
  "type": {
247
- "text": "CustomEvent"
192
+ "text": "CustomEvent<TableRowClickEventDetail>",
193
+ "references": [
194
+ {
195
+ "name": "TableRowClickEventDetail",
196
+ "package": "@ui5/webcomponents-compat",
197
+ "module": "dist/TableRow.js"
198
+ }
199
+ ]
248
200
  },
249
- "description": "Fired when the user presses the `More` button or scrolls to the table's end.\n\n**Note:** The event will be fired if `growing` is set to `Button` or `Scroll`."
201
+ "description": "Fired when a row in `Active` mode is clicked or `Enter` key is pressed."
250
202
  },
251
203
  {
252
204
  "name": "selection-change",
@@ -265,39 +217,39 @@
265
217
  ],
266
218
  "attributes": [
267
219
  {
268
- "description": "Defines the text that will be displayed when there is no data and `hideNoData` is not present.",
269
- "name": "no-data-text",
270
- "default": "\"\"",
271
- "fieldName": "noDataText",
220
+ "description": "Defines the accessible ARIA name of the component.",
221
+ "name": "accessible-name",
222
+ "default": "undefined",
223
+ "fieldName": "accessibleName",
272
224
  "type": {
273
- "text": "string"
225
+ "text": "string | undefined"
274
226
  }
275
227
  },
276
228
  {
277
- "description": "Defines the text that will be displayed inside the growing button at the bottom of the table,\nmeant for loading more rows upon press.\n\n**Note:** If not specified a built-in text will be displayed.\n\n**Note:** This property takes effect if `growing` is set to `Button`.",
278
- "name": "growing-button-text",
279
- "default": "\"\"",
280
- "fieldName": "growingButtonText",
229
+ "description": "Receives id(or many ids) of the elements that label the component.",
230
+ "name": "accessible-name-ref",
231
+ "default": "undefined",
232
+ "fieldName": "accessibleNameRef",
281
233
  "type": {
282
- "text": "string"
234
+ "text": "string | undefined"
283
235
  }
284
236
  },
285
237
  {
286
- "description": "Defines the subtext that will be displayed under the `growingButtonText`.\n\n**Note:** This property takes effect if `growing` is set to `Button`.",
287
- "name": "growing-button-subtext",
288
- "default": "\"\"",
289
- "fieldName": "growingButtonSubtext",
238
+ "description": "Defines if the table is in busy state.\n\nIn this state the component's opacity is reduced\nand busy indicator is displayed at the bottom of the table.",
239
+ "name": "busy",
240
+ "default": "false",
241
+ "fieldName": "busy",
290
242
  "type": {
291
- "text": "string"
243
+ "text": "boolean"
292
244
  }
293
245
  },
294
246
  {
295
- "description": "Defines if the value of `noDataText` will be diplayed when there is no rows present in the table.",
296
- "name": "hide-no-data",
297
- "default": "false",
298
- "fieldName": "hideNoData",
247
+ "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
248
+ "name": "busy-delay",
249
+ "default": "1000",
250
+ "fieldName": "busyDelay",
299
251
  "type": {
300
- "text": "boolean"
252
+ "text": "number"
301
253
  }
302
254
  },
303
255
  {
@@ -310,28 +262,28 @@
310
262
  }
311
263
  },
312
264
  {
313
- "description": "Defines if the table is in busy state.\n\nIn this state the component's opacity is reduced\nand busy indicator is displayed at the bottom of the table.",
314
- "name": "busy",
315
- "default": "false",
316
- "fieldName": "busy",
265
+ "description": "Defines the subtext that will be displayed under the `growingButtonText`.\n\n**Note:** This property takes effect if `growing` is set to `Button`.",
266
+ "name": "growing-button-subtext",
267
+ "default": "undefined",
268
+ "fieldName": "growingButtonSubtext",
317
269
  "type": {
318
- "text": "boolean"
270
+ "text": "string | undefined"
319
271
  }
320
272
  },
321
273
  {
322
- "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
323
- "name": "busy-delay",
324
- "default": "1000",
325
- "fieldName": "busyDelay",
274
+ "description": "Defines the text that will be displayed inside the growing button at the bottom of the table,\nmeant for loading more rows upon press.\n\n**Note:** If not specified a built-in text will be displayed.\n\n**Note:** This property takes effect if `growing` is set to `Button`.",
275
+ "name": "growing-button-text",
276
+ "default": "undefined",
277
+ "fieldName": "growingButtonText",
326
278
  "type": {
327
- "text": "number"
279
+ "text": "string | undefined"
328
280
  }
329
281
  },
330
282
  {
331
- "description": "Determines whether the column headers remain fixed at the top of the page during\nvertical scrolling as long as the Web Component is in the viewport.\n\n**Restrictions:**\n\n- Browsers that do not support this feature:\n\n- Internet Explorer\n- Microsoft Edge lower than version 41 (EdgeHTML 16)\n- Mozilla Firefox lower than version 59\n\n- Scrolling behavior:\n\n- If the Web Component is placed in layout containers that have the `overflow: hidden`\nor `overflow: auto` style definition, this can\nprevent the sticky elements of the Web Component from becoming fixed at the top of the viewport.",
332
- "name": "sticky-column-header",
283
+ "description": "Defines if the value of `noDataText` will be diplayed when there is no rows present in the table.",
284
+ "name": "hide-no-data",
333
285
  "default": "false",
334
- "fieldName": "stickyColumnHeader",
286
+ "fieldName": "hideNoData",
335
287
  "type": {
336
288
  "text": "boolean"
337
289
  }
@@ -346,21 +298,21 @@
346
298
  }
347
299
  },
348
300
  {
349
- "description": "Defines the accessible ARIA name of the component.",
350
- "name": "accessible-name",
301
+ "description": "Defines the text that will be displayed when there is no data and `hideNoData` is not present.",
302
+ "name": "no-data-text",
351
303
  "default": "undefined",
352
- "fieldName": "accessibleName",
304
+ "fieldName": "noDataText",
353
305
  "type": {
354
306
  "text": "string | undefined"
355
307
  }
356
308
  },
357
309
  {
358
- "description": "Receives id(or many ids) of the elements that label the component.",
359
- "name": "accessible-name-ref",
360
- "default": "\"\"",
361
- "fieldName": "accessibleNameRef",
310
+ "description": "Determines whether the column headers remain fixed at the top of the page during\nvertical scrolling as long as the Web Component is in the viewport.\n\n**Restrictions:**\n\n- Browsers that do not support this feature:\n\n- Internet Explorer\n- Microsoft Edge lower than version 41 (EdgeHTML 16)\n- Mozilla Firefox lower than version 59\n\n- Scrolling behavior:\n\n- If the Web Component is placed in layout containers that have the `overflow: hidden`\nor `overflow: auto` style definition, this can\nprevent the sticky elements of the Web Component from becoming fixed at the top of the viewport.",
311
+ "name": "sticky-column-header",
312
+ "default": "false",
313
+ "fieldName": "stickyColumnHeader",
362
314
  "type": {
363
- "text": "string"
315
+ "text": "boolean"
364
316
  }
365
317
  }
366
318
  ],
@@ -369,6 +321,7 @@
369
321
  "package": "@ui5/webcomponents-base",
370
322
  "module": "dist/UI5Element.js"
371
323
  },
324
+ "deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.",
372
325
  "tagName": "ui5-table",
373
326
  "customElement": true
374
327
  }
@@ -417,6 +370,7 @@
417
370
  "package": "@ui5/webcomponents-base",
418
371
  "module": "dist/UI5Element.js"
419
372
  },
373
+ "deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/TableCell.js` instead.",
420
374
  "tagName": "ui5-table-cell",
421
375
  "customElement": true
422
376
  }
@@ -463,32 +417,22 @@
463
417
  "members": [
464
418
  {
465
419
  "kind": "field",
466
- "name": "minWidth",
467
- "type": {
468
- "text": "number"
469
- },
470
- "description": "Defines the minimum table width required to display this column. By default it is always displayed.\n\nThe responsive behavior of the `ui5-table` is determined by this property. As an example, by setting\n`minWidth` property to `400` sets the minimum width to 400 pixels, and\tshows this column on tablet (and desktop) but hides it on mobile.\n\nFor further responsive design options, see `demandPopin` property.",
471
- "default": "Infinity",
472
- "privacy": "public"
473
- },
474
- {
475
- "kind": "field",
476
- "name": "popinText",
420
+ "name": "demandPopin",
477
421
  "type": {
478
- "text": "string"
422
+ "text": "boolean"
479
423
  },
480
- "description": "The text for the column when it pops in.",
481
- "default": "\"\"",
424
+ "default": "false",
425
+ "description": "According to your `minWidth` settings, the component can be hidden\nin different screen sizes.\n\nSetting this property to `true`, shows this column as pop-in instead of hiding it.",
482
426
  "privacy": "public"
483
427
  },
484
428
  {
485
429
  "kind": "field",
486
- "name": "demandPopin",
430
+ "name": "minWidth",
487
431
  "type": {
488
- "text": "boolean"
432
+ "text": "number"
489
433
  },
490
- "description": "According to your `minWidth` settings, the component can be hidden\nin different screen sizes.\n\nSetting this property to `true`, shows this column as pop-in instead of hiding it.",
491
- "default": "false",
434
+ "default": "Infinity",
435
+ "description": "Defines the minimum table width required to display this column. By default it is always displayed.\n\nThe responsive behavior of the `ui5-table` is determined by this property. As an example, by setting\n`minWidth` property to `400` sets the minimum width to 400 pixels, and\tshows this column on tablet (and desktop) but hides it on mobile.\n\nFor further responsive design options, see `demandPopin` property.",
492
436
  "privacy": "public"
493
437
  },
494
438
  {
@@ -504,30 +448,22 @@
504
448
  }
505
449
  ]
506
450
  },
507
- "description": "Defines how the popin row is displayed.\n\n**The available values are:**\n\n- `Block`\n- `Inline`",
508
451
  "default": "\"Block\"",
452
+ "description": "Defines how the popin row is displayed.\n\n**The available values are:**\n\n- `Block`\n- `Inline`",
509
453
  "privacy": "public"
510
- }
511
- ],
512
- "attributes": [
513
- {
514
- "description": "Defines the minimum table width required to display this column. By default it is always displayed.\n\nThe responsive behavior of the `ui5-table` is determined by this property. As an example, by setting\n`minWidth` property to `400` sets the minimum width to 400 pixels, and\tshows this column on tablet (and desktop) but hides it on mobile.\n\nFor further responsive design options, see `demandPopin` property.",
515
- "name": "min-width",
516
- "default": "Infinity",
517
- "fieldName": "minWidth",
518
- "type": {
519
- "text": "number"
520
- }
521
454
  },
522
455
  {
523
- "description": "The text for the column when it pops in.",
524
- "name": "popin-text",
525
- "default": "\"\"",
526
- "fieldName": "popinText",
456
+ "kind": "field",
457
+ "name": "popinText",
527
458
  "type": {
528
- "text": "string"
529
- }
530
- },
459
+ "text": "string | undefined"
460
+ },
461
+ "description": "The text for the column when it pops in.",
462
+ "default": "undefined",
463
+ "privacy": "public"
464
+ }
465
+ ],
466
+ "attributes": [
531
467
  {
532
468
  "description": "According to your `minWidth` settings, the component can be hidden\nin different screen sizes.\n\nSetting this property to `true`, shows this column as pop-in instead of hiding it.",
533
469
  "name": "demand-popin",
@@ -537,6 +473,15 @@
537
473
  "text": "boolean"
538
474
  }
539
475
  },
476
+ {
477
+ "description": "Defines the minimum table width required to display this column. By default it is always displayed.\n\nThe responsive behavior of the `ui5-table` is determined by this property. As an example, by setting\n`minWidth` property to `400` sets the minimum width to 400 pixels, and\tshows this column on tablet (and desktop) but hides it on mobile.\n\nFor further responsive design options, see `demandPopin` property.",
478
+ "name": "min-width",
479
+ "default": "Infinity",
480
+ "fieldName": "minWidth",
481
+ "type": {
482
+ "text": "number"
483
+ }
484
+ },
540
485
  {
541
486
  "description": "Defines how the popin row is displayed.\n\n**The available values are:**\n\n- `Block`\n- `Inline`",
542
487
  "name": "popin-display",
@@ -545,6 +490,15 @@
545
490
  "type": {
546
491
  "text": "\"Block\" | \"Inline\""
547
492
  }
493
+ },
494
+ {
495
+ "description": "The text for the column when it pops in.",
496
+ "name": "popin-text",
497
+ "default": "undefined",
498
+ "fieldName": "popinText",
499
+ "type": {
500
+ "text": "string | undefined"
501
+ }
548
502
  }
549
503
  ],
550
504
  "superclass": {
@@ -552,6 +506,7 @@
552
506
  "package": "@ui5/webcomponents-base",
553
507
  "module": "dist/UI5Element.js"
554
508
  },
509
+ "deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.",
555
510
  "tagName": "ui5-table-column",
556
511
  "customElement": true
557
512
  }
@@ -600,6 +555,7 @@
600
555
  "package": "@ui5/webcomponents-base",
601
556
  "module": "dist/UI5Element.js"
602
557
  },
558
+ "deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.",
603
559
  "tagName": "ui5-table-group-row",
604
560
  "customElement": true
605
561
  }
@@ -632,13 +588,13 @@
632
588
  "description": "### Overview\n\nThe `ui5-table-row` component represents a row in the `ui5-table`.",
633
589
  "name": "TableRow",
634
590
  "cssParts": [
635
- {
636
- "description": "Used to style the native `tr` element",
637
- "name": "row"
638
- },
639
591
  {
640
592
  "description": "Used to style the `tr` element when a row pops in",
641
593
  "name": "popin-row"
594
+ },
595
+ {
596
+ "description": "Used to style the native `tr` element",
597
+ "name": "row"
642
598
  }
643
599
  ],
644
600
  "slots": [
@@ -650,19 +606,12 @@
650
606
  "members": [
651
607
  {
652
608
  "kind": "field",
653
- "name": "type",
609
+ "name": "navigated",
654
610
  "type": {
655
- "text": "TableRowType",
656
- "references": [
657
- {
658
- "name": "TableRowType",
659
- "package": "@ui5/webcomponents-compat",
660
- "module": "dist/types/TableRowType.js"
661
- }
662
- ]
611
+ "text": "boolean"
663
612
  },
664
- "description": "Defines the visual indication and behavior of the component.\n\n**Note:** When set to `Active`, the item will provide visual response upon press,\nwhile with type `Inactive`-will not.",
665
- "default": "\"Inactive\"",
613
+ "default": "false",
614
+ "description": "Indicates if the table row is navigated.",
666
615
  "privacy": "public"
667
616
  },
668
617
  {
@@ -671,29 +620,36 @@
671
620
  "type": {
672
621
  "text": "boolean"
673
622
  },
674
- "description": "Defines the row's selected state.",
675
623
  "default": "false",
624
+ "description": "Defines the row's selected state.",
676
625
  "privacy": "public"
677
626
  },
678
627
  {
679
628
  "kind": "field",
680
- "name": "navigated",
629
+ "name": "type",
681
630
  "type": {
682
- "text": "boolean"
631
+ "text": "TableRowType",
632
+ "references": [
633
+ {
634
+ "name": "TableRowType",
635
+ "package": "@ui5/webcomponents-compat",
636
+ "module": "dist/types/TableRowType.js"
637
+ }
638
+ ]
683
639
  },
684
- "description": "Indicates if the table row is navigated.",
685
- "default": "false",
640
+ "default": "\"Inactive\"",
641
+ "description": "Defines the visual indication and behavior of the component.\n\n**Note:** When set to `Active`, the item will provide visual response upon press,\nwhile with type `Inactive`-will not.",
686
642
  "privacy": "public"
687
643
  }
688
644
  ],
689
645
  "attributes": [
690
646
  {
691
- "description": "Defines the visual indication and behavior of the component.\n\n**Note:** When set to `Active`, the item will provide visual response upon press,\nwhile with type `Inactive`-will not.",
692
- "name": "type",
693
- "default": "\"Inactive\"",
694
- "fieldName": "type",
647
+ "description": "Indicates if the table row is navigated.",
648
+ "name": "navigated",
649
+ "default": "false",
650
+ "fieldName": "navigated",
695
651
  "type": {
696
- "text": "\"Inactive\" | \"Active\""
652
+ "text": "boolean"
697
653
  }
698
654
  },
699
655
  {
@@ -706,12 +662,12 @@
706
662
  }
707
663
  },
708
664
  {
709
- "description": "Indicates if the table row is navigated.",
710
- "name": "navigated",
711
- "default": "false",
712
- "fieldName": "navigated",
665
+ "description": "Defines the visual indication and behavior of the component.\n\n**Note:** When set to `Active`, the item will provide visual response upon press,\nwhile with type `Inactive`-will not.",
666
+ "name": "type",
667
+ "default": "\"Inactive\"",
668
+ "fieldName": "type",
713
669
  "type": {
714
- "text": "boolean"
670
+ "text": "\"Inactive\" | \"Active\""
715
671
  }
716
672
  }
717
673
  ],
@@ -720,6 +676,7 @@
720
676
  "package": "@ui5/webcomponents-base",
721
677
  "module": "dist/UI5Element.js"
722
678
  },
679
+ "deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/TableRow.js` instead.",
723
680
  "tagName": "ui5-table-row",
724
681
  "customElement": true
725
682
  }
@@ -742,6 +699,72 @@
742
699
  }
743
700
  }
744
701
  ]
702
+ },
703
+ {
704
+ "kind": "javascript-module",
705
+ "path": "dist/types/TableColumnPopinDisplay.js",
706
+ "declarations": [],
707
+ "exports": [
708
+ {
709
+ "kind": "js",
710
+ "name": "default",
711
+ "declaration": {
712
+ "name": "TableColumnPopinDisplay",
713
+ "module": "dist/types/TableColumnPopinDisplay.js"
714
+ }
715
+ }
716
+ ]
717
+ },
718
+ {
719
+ "kind": "javascript-module",
720
+ "path": "dist/types/TableGrowingMode.js",
721
+ "declarations": [],
722
+ "exports": [
723
+ {
724
+ "kind": "js",
725
+ "name": "default",
726
+ "declaration": {
727
+ "name": "TableGrowingMode",
728
+ "module": "dist/types/TableGrowingMode.js"
729
+ }
730
+ }
731
+ ]
732
+ },
733
+ {
734
+ "kind": "javascript-module",
735
+ "path": "dist/types/TableMode.js",
736
+ "declarations": [],
737
+ "exports": [
738
+ {
739
+ "kind": "js",
740
+ "name": "default",
741
+ "declaration": {
742
+ "name": "TableMode",
743
+ "module": "dist/types/TableMode.js"
744
+ }
745
+ }
746
+ ]
747
+ },
748
+ {
749
+ "kind": "javascript-module",
750
+ "path": "dist/types/TableRowType.js",
751
+ "declarations": [],
752
+ "exports": [
753
+ {
754
+ "kind": "js",
755
+ "name": "default",
756
+ "declaration": {
757
+ "name": "TableRowType",
758
+ "module": "dist/types/TableRowType.js"
759
+ }
760
+ }
761
+ ]
762
+ },
763
+ {
764
+ "kind": "javascript-module",
765
+ "path": "dist/utils/CompatCustomElementsScope.js",
766
+ "declarations": [],
767
+ "exports": []
745
768
  }
746
769
  ]
747
770
  }