@ui5/webcomponents-compat 0.0.0-0dd36ca4b → 0.0.0-38f83ffef

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 (194) hide show
  1. package/.env.testing +4 -0
  2. package/CHANGELOG.md +613 -0
  3. package/README.md +1 -4
  4. package/cypress.config.js +3 -0
  5. package/dist/Table.d.ts +22 -27
  6. package/dist/Table.js +128 -76
  7. package/dist/Table.js.map +1 -1
  8. package/dist/TableCell.d.ts +0 -1
  9. package/dist/TableCell.js +21 -6
  10. package/dist/TableCell.js.map +1 -1
  11. package/dist/TableCellTemplate.d.ts +2 -0
  12. package/dist/TableCellTemplate.js +5 -0
  13. package/dist/TableCellTemplate.js.map +1 -0
  14. package/dist/TableColumn.d.ts +3 -3
  15. package/dist/TableColumn.js +47 -7
  16. package/dist/TableColumn.js.map +1 -1
  17. package/dist/TableColumnTemplate.d.ts +2 -0
  18. package/dist/TableColumnTemplate.js +5 -0
  19. package/dist/TableColumnTemplate.js.map +1 -0
  20. package/dist/TableGroupRow.d.ts +6 -4
  21. package/dist/TableGroupRow.js +26 -21
  22. package/dist/TableGroupRow.js.map +1 -1
  23. package/dist/TableGroupRowTemplate.d.ts +2 -0
  24. package/dist/TableGroupRowTemplate.js +5 -0
  25. package/dist/TableGroupRowTemplate.js.map +1 -0
  26. package/dist/TableRow.d.ts +14 -9
  27. package/dist/TableRow.js +101 -43
  28. package/dist/TableRow.js.map +1 -1
  29. package/dist/TableRowTemplate.d.ts +2 -0
  30. package/dist/TableRowTemplate.js +15 -0
  31. package/dist/TableRowTemplate.js.map +1 -0
  32. package/dist/TableTemplate.d.ts +2 -0
  33. package/dist/TableTemplate.js +20 -0
  34. package/dist/TableTemplate.js.map +1 -0
  35. package/dist/bundle.esm.d.ts +1 -1
  36. package/dist/bundle.esm.js +13 -7
  37. package/dist/bundle.esm.js.map +1 -1
  38. package/dist/bundle.scoped.config.d.ts +1 -0
  39. package/dist/bundle.scoped.config.js +5 -0
  40. package/dist/bundle.scoped.config.js.map +1 -0
  41. package/dist/bundle.scoped.esm.d.ts +1 -0
  42. package/dist/bundle.scoped.esm.js +1 -4
  43. package/dist/bundle.scoped.esm.js.map +1 -1
  44. package/dist/css/themes/GrowingButton.css +1 -1
  45. package/dist/css/themes/Table.css +1 -1
  46. package/dist/css/themes/TableCell.css +1 -1
  47. package/dist/css/themes/TableColumn.css +1 -1
  48. package/dist/css/themes/TableGroupRow.css +1 -1
  49. package/dist/css/themes/TableRow.css +1 -1
  50. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  51. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  52. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  53. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  54. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  55. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  56. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  57. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  58. package/dist/custom-elements-internal.json +2462 -154
  59. package/dist/custom-elements.json +2312 -58
  60. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  61. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  62. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  63. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  64. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  65. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  66. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  67. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  68. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  69. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  70. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  71. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  72. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  73. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  74. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  75. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  76. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  77. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  78. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  79. package/dist/generated/i18n/i18n-defaults.d.ts +1 -1
  80. package/dist/generated/i18n/i18n-defaults.js +2 -3
  81. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  82. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  83. package/dist/generated/json-imports/Themes-fetch.js +25 -0
  84. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  85. package/dist/generated/json-imports/Themes-node.d.ts +1 -0
  86. package/dist/generated/json-imports/Themes-node.js +25 -0
  87. package/dist/generated/json-imports/Themes-node.js.map +1 -0
  88. package/dist/generated/json-imports/Themes.js.map +1 -1
  89. package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
  90. package/dist/generated/json-imports/i18n-fetch.js +120 -0
  91. package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
  92. package/dist/generated/json-imports/i18n-node.d.ts +1 -0
  93. package/dist/generated/json-imports/i18n-node.js +120 -0
  94. package/dist/generated/json-imports/i18n-node.js.map +1 -0
  95. package/dist/generated/json-imports/i18n.js +2 -2
  96. package/dist/generated/json-imports/i18n.js.map +1 -1
  97. package/dist/generated/themes/GrowingButton.css.d.ts +2 -3
  98. package/dist/generated/themes/GrowingButton.css.js +2 -3
  99. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  100. package/dist/generated/themes/Table.css.d.ts +2 -3
  101. package/dist/generated/themes/Table.css.js +2 -3
  102. package/dist/generated/themes/Table.css.js.map +1 -1
  103. package/dist/generated/themes/TableCell.css.d.ts +2 -3
  104. package/dist/generated/themes/TableCell.css.js +2 -3
  105. package/dist/generated/themes/TableCell.css.js.map +1 -1
  106. package/dist/generated/themes/TableColumn.css.d.ts +2 -3
  107. package/dist/generated/themes/TableColumn.css.js +2 -3
  108. package/dist/generated/themes/TableColumn.css.js.map +1 -1
  109. package/dist/generated/themes/TableGroupRow.css.d.ts +2 -3
  110. package/dist/generated/themes/TableGroupRow.css.js +2 -3
  111. package/dist/generated/themes/TableGroupRow.css.js.map +1 -1
  112. package/dist/generated/themes/TableRow.css.d.ts +2 -3
  113. package/dist/generated/themes/TableRow.css.js +2 -3
  114. package/dist/generated/themes/TableRow.css.js.map +1 -1
  115. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -3
  116. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +2 -3
  117. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  118. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -3
  119. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +2 -3
  120. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  121. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -3
  122. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +2 -3
  123. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  124. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -3
  125. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +2 -3
  126. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  127. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -3
  128. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +2 -3
  129. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  130. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -3
  131. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +2 -3
  132. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  133. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -3
  134. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +2 -3
  135. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  136. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -3
  137. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +2 -3
  138. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  139. package/dist/tsconfig.tsbuildinfo +1 -0
  140. package/dist/web-types.json +11 -11
  141. package/package-scripts.cjs +4 -0
  142. package/package.json +13 -8
  143. package/src/TableCellTemplate.tsx +13 -0
  144. package/src/TableColumnTemplate.tsx +13 -0
  145. package/src/TableGroupRowTemplate.tsx +17 -0
  146. package/src/TableRowTemplate.tsx +92 -0
  147. package/src/TableTemplate.tsx +129 -0
  148. package/src/i18n/messagebundle_ca.properties +1 -1
  149. package/src/i18n/messagebundle_cs.properties +1 -1
  150. package/src/i18n/messagebundle_cy.properties +1 -1
  151. package/src/i18n/messagebundle_en_US_sappsd.properties +5 -296
  152. package/src/i18n/messagebundle_en_US_saptrc.properties +10 -301
  153. package/src/i18n/messagebundle_fi.properties +2 -2
  154. package/src/i18n/messagebundle_fr.properties +3 -3
  155. package/src/i18n/messagebundle_fr_CA.properties +3 -3
  156. package/src/i18n/messagebundle_it.properties +1 -1
  157. package/src/i18n/messagebundle_lv.properties +1 -1
  158. package/src/themes/GrowingButton.css +12 -12
  159. package/src/themes/Table.css +15 -22
  160. package/src/themes/TableGroupRow.css +1 -1
  161. package/src/themes/TableRow.css +37 -2
  162. package/src/themes/base/Table-parameters.css +1 -0
  163. package/src/themes/base/sizes-parameters.css +0 -1
  164. package/src/themes/sap_horizon/Table-parameters.css +1 -2
  165. package/src/themes/sap_horizon/parameters-bundle.css +0 -1
  166. package/src/themes/sap_horizon_dark/Table-parameters.css +1 -2
  167. package/src/themes/sap_horizon_dark/parameters-bundle.css +0 -1
  168. package/src/themes/sap_horizon_hcb/Table-parameters.css +1 -2
  169. package/src/themes/sap_horizon_hcw/Table-parameters.css +1 -2
  170. package/tsconfig.json +34 -26
  171. package/dist/generated/assets/i18n/messagebundle_in.json +0 -1
  172. package/dist/generated/templates/TableCellTemplate.lit.d.ts +0 -4
  173. package/dist/generated/templates/TableCellTemplate.lit.js +0 -5
  174. package/dist/generated/templates/TableCellTemplate.lit.js.map +0 -1
  175. package/dist/generated/templates/TableColumnTemplate.lit.d.ts +0 -4
  176. package/dist/generated/templates/TableColumnTemplate.lit.js +0 -5
  177. package/dist/generated/templates/TableColumnTemplate.lit.js.map +0 -1
  178. package/dist/generated/templates/TableGroupRowTemplate.lit.d.ts +0 -4
  179. package/dist/generated/templates/TableGroupRowTemplate.lit.js +0 -5
  180. package/dist/generated/templates/TableGroupRowTemplate.lit.js.map +0 -1
  181. package/dist/generated/templates/TableRowTemplate.lit.d.ts +0 -4
  182. package/dist/generated/templates/TableRowTemplate.lit.js +0 -16
  183. package/dist/generated/templates/TableRowTemplate.lit.js.map +0 -1
  184. package/dist/generated/templates/TableTemplate.lit.d.ts +0 -4
  185. package/dist/generated/templates/TableTemplate.lit.js +0 -15
  186. package/dist/generated/templates/TableTemplate.lit.js.map +0 -1
  187. package/src/Table.hbs +0 -121
  188. package/src/TableCell.hbs +0 -7
  189. package/src/TableColumn.hbs +0 -7
  190. package/src/TableGroupRow.hbs +0 -11
  191. package/src/TableRow.hbs +0 -85
  192. package/src/i18n/messagebundle_in.properties +0 -172
  193. package/src/themes/sap_horizon/TableColumn-parameters.css +0 -5
  194. package/src/themes/sap_horizon_dark/TableColumn-parameters.css +0 -5
@@ -91,30 +91,30 @@
91
91
  "kind": "field",
92
92
  "name": "noDataText",
93
93
  "type": {
94
- "text": "string"
94
+ "text": "string | undefined"
95
95
  },
96
96
  "description": "Defines the text that will be displayed when there is no data and `hideNoData` is not present.",
97
- "default": "\"\"",
97
+ "default": "undefined",
98
98
  "privacy": "public"
99
99
  },
100
100
  {
101
101
  "kind": "field",
102
102
  "name": "growingButtonText",
103
103
  "type": {
104
- "text": "string"
104
+ "text": "string | undefined"
105
105
  },
106
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": "\"\"",
107
+ "default": "undefined",
108
108
  "privacy": "public"
109
109
  },
110
110
  {
111
111
  "kind": "field",
112
112
  "name": "growingButtonSubtext",
113
113
  "type": {
114
- "text": "string"
114
+ "text": "string | undefined"
115
115
  },
116
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": "\"\"",
117
+ "default": "undefined",
118
118
  "privacy": "public"
119
119
  },
120
120
  {
@@ -123,8 +123,8 @@
123
123
  "type": {
124
124
  "text": "boolean"
125
125
  },
126
- "description": "Defines if the value of `noDataText` will be diplayed when there is no rows present in the table.",
127
126
  "default": "false",
127
+ "description": "Defines if the value of `noDataText` will be diplayed when there is no rows present in the table.",
128
128
  "privacy": "public"
129
129
  },
130
130
  {
@@ -140,8 +140,8 @@
140
140
  }
141
141
  ]
142
142
  },
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
143
  "default": "\"None\"",
144
+ "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
145
  "privacy": "public"
146
146
  },
147
147
  {
@@ -150,8 +150,8 @@
150
150
  "type": {
151
151
  "text": "boolean"
152
152
  },
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
153
  "default": "false",
154
+ "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.",
155
155
  "privacy": "public"
156
156
  },
157
157
  {
@@ -160,8 +160,8 @@
160
160
  "type": {
161
161
  "text": "number"
162
162
  },
163
- "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
164
163
  "default": "1000",
164
+ "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
165
165
  "privacy": "public"
166
166
  },
167
167
  {
@@ -170,8 +170,8 @@
170
170
  "type": {
171
171
  "text": "boolean"
172
172
  },
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
173
  "default": "false",
174
+ "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.",
175
175
  "privacy": "public"
176
176
  },
177
177
  {
@@ -187,8 +187,8 @@
187
187
  }
188
188
  ]
189
189
  },
190
- "description": "Defines the mode of the component.",
191
190
  "default": "\"None\"",
191
+ "description": "Defines the mode of the component.",
192
192
  "privacy": "public"
193
193
  },
194
194
  {
@@ -205,11 +205,461 @@
205
205
  "kind": "field",
206
206
  "name": "accessibleNameRef",
207
207
  "type": {
208
- "text": "string"
208
+ "text": "string | undefined"
209
209
  },
210
210
  "description": "Receives id(or many ids) of the elements that label the component.",
211
- "default": "\"\"",
211
+ "default": "undefined",
212
212
  "privacy": "public"
213
+ },
214
+ {
215
+ "kind": "method",
216
+ "name": "onBeforeRendering",
217
+ "return": {
218
+ "type": {
219
+ "text": "void"
220
+ }
221
+ },
222
+ "description": "Called every time before the component renders.",
223
+ "privacy": "public",
224
+ "inheritedFrom": {
225
+ "name": "UI5Element",
226
+ "package": "@ui5/webcomponents-base",
227
+ "module": "dist/UI5Element.js"
228
+ }
229
+ },
230
+ {
231
+ "kind": "method",
232
+ "name": "onAfterRendering",
233
+ "return": {
234
+ "type": {
235
+ "text": "void"
236
+ }
237
+ },
238
+ "description": "Called every time after the component renders.",
239
+ "privacy": "public",
240
+ "inheritedFrom": {
241
+ "name": "UI5Element",
242
+ "package": "@ui5/webcomponents-base",
243
+ "module": "dist/UI5Element.js"
244
+ }
245
+ },
246
+ {
247
+ "kind": "method",
248
+ "name": "onEnterDOM",
249
+ "return": {
250
+ "type": {
251
+ "text": "void"
252
+ }
253
+ },
254
+ "description": "Called on connectedCallback - added to the DOM.",
255
+ "privacy": "public",
256
+ "inheritedFrom": {
257
+ "name": "UI5Element",
258
+ "package": "@ui5/webcomponents-base",
259
+ "module": "dist/UI5Element.js"
260
+ }
261
+ },
262
+ {
263
+ "kind": "method",
264
+ "name": "onExitDOM",
265
+ "return": {
266
+ "type": {
267
+ "text": "void"
268
+ }
269
+ },
270
+ "description": "Called on disconnectedCallback - removed from the DOM.",
271
+ "privacy": "public",
272
+ "inheritedFrom": {
273
+ "name": "UI5Element",
274
+ "package": "@ui5/webcomponents-base",
275
+ "module": "dist/UI5Element.js"
276
+ }
277
+ },
278
+ {
279
+ "kind": "method",
280
+ "name": "attachInvalidate",
281
+ "return": {
282
+ "type": {
283
+ "text": "void"
284
+ }
285
+ },
286
+ "parameters": [
287
+ {
288
+ "name": "callback",
289
+ "type": {
290
+ "text": "(param: InvalidationInfo) => void"
291
+ }
292
+ }
293
+ ],
294
+ "description": "Attach a callback that will be executed whenever the component is invalidated",
295
+ "privacy": "public",
296
+ "inheritedFrom": {
297
+ "name": "UI5Element",
298
+ "package": "@ui5/webcomponents-base",
299
+ "module": "dist/UI5Element.js"
300
+ }
301
+ },
302
+ {
303
+ "kind": "method",
304
+ "name": "detachInvalidate",
305
+ "return": {
306
+ "type": {
307
+ "text": "void"
308
+ }
309
+ },
310
+ "parameters": [
311
+ {
312
+ "name": "callback",
313
+ "type": {
314
+ "text": "(param: InvalidationInfo) => void"
315
+ }
316
+ }
317
+ ],
318
+ "description": "Detach the callback that is executed whenever the component is invalidated",
319
+ "privacy": "public",
320
+ "inheritedFrom": {
321
+ "name": "UI5Element",
322
+ "package": "@ui5/webcomponents-base",
323
+ "module": "dist/UI5Element.js"
324
+ }
325
+ },
326
+ {
327
+ "kind": "method",
328
+ "name": "onInvalidation",
329
+ "return": {
330
+ "type": {
331
+ "text": "void"
332
+ }
333
+ },
334
+ "parameters": [
335
+ {
336
+ "name": "changeInfo",
337
+ "type": {
338
+ "text": "ChangeInfo",
339
+ "references": [
340
+ {
341
+ "name": "ChangeInfo",
342
+ "package": "@ui5/webcomponents-base",
343
+ "module": "dist/UI5Element.js"
344
+ }
345
+ ]
346
+ },
347
+ "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
348
+ }
349
+ ],
350
+ "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
351
+ "privacy": "public",
352
+ "inheritedFrom": {
353
+ "name": "UI5Element",
354
+ "package": "@ui5/webcomponents-base",
355
+ "module": "dist/UI5Element.js"
356
+ }
357
+ },
358
+ {
359
+ "kind": "method",
360
+ "name": "getDomRef",
361
+ "return": {
362
+ "type": {
363
+ "text": "HTMLElement | undefined"
364
+ }
365
+ },
366
+ "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
367
+ "privacy": "public",
368
+ "inheritedFrom": {
369
+ "name": "UI5Element",
370
+ "package": "@ui5/webcomponents-base",
371
+ "module": "dist/UI5Element.js"
372
+ }
373
+ },
374
+ {
375
+ "kind": "method",
376
+ "name": "getFocusDomRef",
377
+ "return": {
378
+ "type": {
379
+ "text": "HTMLElement | undefined"
380
+ }
381
+ },
382
+ "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
383
+ "privacy": "public",
384
+ "inheritedFrom": {
385
+ "name": "UI5Element",
386
+ "package": "@ui5/webcomponents-base",
387
+ "module": "dist/UI5Element.js"
388
+ }
389
+ },
390
+ {
391
+ "kind": "method",
392
+ "name": "getFocusDomRefAsync",
393
+ "return": {
394
+ "type": {
395
+ "text": "Promise<HTMLElement | undefined>"
396
+ }
397
+ },
398
+ "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
399
+ "privacy": "public",
400
+ "inheritedFrom": {
401
+ "name": "UI5Element",
402
+ "package": "@ui5/webcomponents-base",
403
+ "module": "dist/UI5Element.js"
404
+ }
405
+ },
406
+ {
407
+ "kind": "method",
408
+ "name": "focus",
409
+ "return": {
410
+ "type": {
411
+ "text": "Promise<void>"
412
+ }
413
+ },
414
+ "parameters": [
415
+ {
416
+ "name": "focusOptions",
417
+ "optional": true,
418
+ "type": {
419
+ "text": "FocusOptions"
420
+ },
421
+ "description": "additional options for the focus"
422
+ }
423
+ ],
424
+ "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
425
+ "privacy": "public",
426
+ "inheritedFrom": {
427
+ "name": "UI5Element",
428
+ "package": "@ui5/webcomponents-base",
429
+ "module": "dist/UI5Element.js"
430
+ }
431
+ },
432
+ {
433
+ "kind": "method",
434
+ "name": "fireEvent",
435
+ "return": {
436
+ "type": {
437
+ "text": "boolean"
438
+ },
439
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
440
+ },
441
+ "parameters": [
442
+ {
443
+ "name": "name",
444
+ "type": {
445
+ "text": "string"
446
+ },
447
+ "description": "name of the event"
448
+ },
449
+ {
450
+ "name": "data",
451
+ "optional": true,
452
+ "type": {
453
+ "text": "T"
454
+ },
455
+ "description": "additional data for the event"
456
+ },
457
+ {
458
+ "name": "cancelable",
459
+ "default": "false",
460
+ "description": "true, if the user can call preventDefault on the event object"
461
+ },
462
+ {
463
+ "name": "bubbles",
464
+ "default": "true",
465
+ "description": "true, if the event bubbles"
466
+ }
467
+ ],
468
+ "privacy": "public",
469
+ "deprecated": "use fireDecoratorEvent instead",
470
+ "inheritedFrom": {
471
+ "name": "UI5Element",
472
+ "package": "@ui5/webcomponents-base",
473
+ "module": "dist/UI5Element.js"
474
+ }
475
+ },
476
+ {
477
+ "kind": "method",
478
+ "name": "fireDecoratorEvent",
479
+ "return": {
480
+ "type": {
481
+ "text": "boolean"
482
+ },
483
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
484
+ },
485
+ "parameters": [
486
+ {
487
+ "name": "name",
488
+ "type": {
489
+ "text": "N"
490
+ },
491
+ "description": "name of the event"
492
+ },
493
+ {
494
+ "name": "data",
495
+ "optional": true,
496
+ "type": {
497
+ "text": "this[\"eventDetails\"][N] | undefined"
498
+ },
499
+ "description": "additional data for the event"
500
+ }
501
+ ],
502
+ "description": "Fires a custom event, configured via the \"event\" decorator.",
503
+ "privacy": "public",
504
+ "inheritedFrom": {
505
+ "name": "UI5Element",
506
+ "package": "@ui5/webcomponents-base",
507
+ "module": "dist/UI5Element.js"
508
+ }
509
+ },
510
+ {
511
+ "kind": "method",
512
+ "name": "getSlottedNodes",
513
+ "return": {
514
+ "type": {
515
+ "text": "Array<T>"
516
+ }
517
+ },
518
+ "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
519
+ "privacy": "public",
520
+ "inheritedFrom": {
521
+ "name": "UI5Element",
522
+ "package": "@ui5/webcomponents-base",
523
+ "module": "dist/UI5Element.js"
524
+ }
525
+ },
526
+ {
527
+ "kind": "method",
528
+ "name": "attachComponentStateFinalized",
529
+ "return": {
530
+ "type": {
531
+ "text": "void"
532
+ }
533
+ },
534
+ "parameters": [
535
+ {
536
+ "name": "callback",
537
+ "type": {
538
+ "text": "() => void"
539
+ }
540
+ }
541
+ ],
542
+ "description": "Attach a callback that will be executed whenever the component's state is finalized",
543
+ "privacy": "public",
544
+ "inheritedFrom": {
545
+ "name": "UI5Element",
546
+ "package": "@ui5/webcomponents-base",
547
+ "module": "dist/UI5Element.js"
548
+ }
549
+ },
550
+ {
551
+ "kind": "method",
552
+ "name": "detachComponentStateFinalized",
553
+ "return": {
554
+ "type": {
555
+ "text": "void"
556
+ }
557
+ },
558
+ "parameters": [
559
+ {
560
+ "name": "callback",
561
+ "type": {
562
+ "text": "() => void"
563
+ }
564
+ }
565
+ ],
566
+ "description": "Detach the callback that is executed whenever the component's state is finalized",
567
+ "privacy": "public",
568
+ "inheritedFrom": {
569
+ "name": "UI5Element",
570
+ "package": "@ui5/webcomponents-base",
571
+ "module": "dist/UI5Element.js"
572
+ }
573
+ },
574
+ {
575
+ "kind": "field",
576
+ "name": "effectiveDir",
577
+ "type": {
578
+ "text": "string | undefined"
579
+ },
580
+ "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
581
+ "privacy": "public",
582
+ "default": "undefined",
583
+ "readonly": true,
584
+ "inheritedFrom": {
585
+ "name": "UI5Element",
586
+ "package": "@ui5/webcomponents-base",
587
+ "module": "dist/UI5Element.js"
588
+ }
589
+ },
590
+ {
591
+ "kind": "field",
592
+ "name": "isUI5Element",
593
+ "type": {
594
+ "text": "boolean"
595
+ },
596
+ "description": "Used to duck-type UI5 elements without using instanceof",
597
+ "privacy": "public",
598
+ "default": "true",
599
+ "readonly": true,
600
+ "inheritedFrom": {
601
+ "name": "UI5Element",
602
+ "package": "@ui5/webcomponents-base",
603
+ "module": "dist/UI5Element.js"
604
+ }
605
+ },
606
+ {
607
+ "kind": "method",
608
+ "name": "getUniqueDependencies",
609
+ "static": true,
610
+ "return": {
611
+ "type": {
612
+ "text": "Array<typeof UI5Element>"
613
+ }
614
+ },
615
+ "description": "Returns a list of the unique dependencies for this UI5 Web Component",
616
+ "privacy": "public",
617
+ "inheritedFrom": {
618
+ "name": "UI5Element",
619
+ "package": "@ui5/webcomponents-base",
620
+ "module": "dist/UI5Element.js"
621
+ }
622
+ },
623
+ {
624
+ "kind": "method",
625
+ "name": "define",
626
+ "static": true,
627
+ "return": {
628
+ "type": {
629
+ "text": "typeof UI5Element"
630
+ }
631
+ },
632
+ "description": "Registers a UI5 Web Component in the browser window object",
633
+ "privacy": "public",
634
+ "inheritedFrom": {
635
+ "name": "UI5Element",
636
+ "package": "@ui5/webcomponents-base",
637
+ "module": "dist/UI5Element.js"
638
+ }
639
+ },
640
+ {
641
+ "kind": "method",
642
+ "name": "getMetadata",
643
+ "static": true,
644
+ "return": {
645
+ "type": {
646
+ "text": "UI5ElementMetadata",
647
+ "references": [
648
+ {
649
+ "name": "UI5ElementMetadata",
650
+ "package": "@ui5/webcomponents-base",
651
+ "module": "dist/UI5ElementMetadata.js"
652
+ }
653
+ ]
654
+ }
655
+ },
656
+ "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
657
+ "privacy": "public",
658
+ "inheritedFrom": {
659
+ "name": "UI5Element",
660
+ "package": "@ui5/webcomponents-base",
661
+ "module": "dist/UI5Element.js"
662
+ }
213
663
  }
214
664
  ],
215
665
  "events": [
@@ -267,28 +717,28 @@
267
717
  {
268
718
  "description": "Defines the text that will be displayed when there is no data and `hideNoData` is not present.",
269
719
  "name": "no-data-text",
270
- "default": "\"\"",
720
+ "default": "undefined",
271
721
  "fieldName": "noDataText",
272
722
  "type": {
273
- "text": "string"
723
+ "text": "string | undefined"
274
724
  }
275
725
  },
276
726
  {
277
727
  "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
728
  "name": "growing-button-text",
279
- "default": "\"\"",
729
+ "default": "undefined",
280
730
  "fieldName": "growingButtonText",
281
731
  "type": {
282
- "text": "string"
732
+ "text": "string | undefined"
283
733
  }
284
734
  },
285
735
  {
286
736
  "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
737
  "name": "growing-button-subtext",
288
- "default": "\"\"",
738
+ "default": "undefined",
289
739
  "fieldName": "growingButtonSubtext",
290
740
  "type": {
291
- "text": "string"
741
+ "text": "string | undefined"
292
742
  }
293
743
  },
294
744
  {
@@ -357,10 +807,10 @@
357
807
  {
358
808
  "description": "Receives id(or many ids) of the elements that label the component.",
359
809
  "name": "accessible-name-ref",
360
- "default": "\"\"",
810
+ "default": "undefined",
361
811
  "fieldName": "accessibleNameRef",
362
812
  "type": {
363
- "text": "string"
813
+ "text": "string | undefined"
364
814
  }
365
815
  }
366
816
  ],
@@ -418,7 +868,459 @@
418
868
  "module": "dist/UI5Element.js"
419
869
  },
420
870
  "tagName": "ui5-table-cell",
421
- "customElement": true
871
+ "customElement": true,
872
+ "members": [
873
+ {
874
+ "kind": "method",
875
+ "name": "onBeforeRendering",
876
+ "return": {
877
+ "type": {
878
+ "text": "void"
879
+ }
880
+ },
881
+ "description": "Called every time before the component renders.",
882
+ "privacy": "public",
883
+ "inheritedFrom": {
884
+ "name": "UI5Element",
885
+ "package": "@ui5/webcomponents-base",
886
+ "module": "dist/UI5Element.js"
887
+ }
888
+ },
889
+ {
890
+ "kind": "method",
891
+ "name": "onAfterRendering",
892
+ "return": {
893
+ "type": {
894
+ "text": "void"
895
+ }
896
+ },
897
+ "description": "Called every time after the component renders.",
898
+ "privacy": "public",
899
+ "inheritedFrom": {
900
+ "name": "UI5Element",
901
+ "package": "@ui5/webcomponents-base",
902
+ "module": "dist/UI5Element.js"
903
+ }
904
+ },
905
+ {
906
+ "kind": "method",
907
+ "name": "onEnterDOM",
908
+ "return": {
909
+ "type": {
910
+ "text": "void"
911
+ }
912
+ },
913
+ "description": "Called on connectedCallback - added to the DOM.",
914
+ "privacy": "public",
915
+ "inheritedFrom": {
916
+ "name": "UI5Element",
917
+ "package": "@ui5/webcomponents-base",
918
+ "module": "dist/UI5Element.js"
919
+ }
920
+ },
921
+ {
922
+ "kind": "method",
923
+ "name": "onExitDOM",
924
+ "return": {
925
+ "type": {
926
+ "text": "void"
927
+ }
928
+ },
929
+ "description": "Called on disconnectedCallback - removed from the DOM.",
930
+ "privacy": "public",
931
+ "inheritedFrom": {
932
+ "name": "UI5Element",
933
+ "package": "@ui5/webcomponents-base",
934
+ "module": "dist/UI5Element.js"
935
+ }
936
+ },
937
+ {
938
+ "kind": "method",
939
+ "name": "attachInvalidate",
940
+ "return": {
941
+ "type": {
942
+ "text": "void"
943
+ }
944
+ },
945
+ "parameters": [
946
+ {
947
+ "name": "callback",
948
+ "type": {
949
+ "text": "(param: InvalidationInfo) => void"
950
+ }
951
+ }
952
+ ],
953
+ "description": "Attach a callback that will be executed whenever the component is invalidated",
954
+ "privacy": "public",
955
+ "inheritedFrom": {
956
+ "name": "UI5Element",
957
+ "package": "@ui5/webcomponents-base",
958
+ "module": "dist/UI5Element.js"
959
+ }
960
+ },
961
+ {
962
+ "kind": "method",
963
+ "name": "detachInvalidate",
964
+ "return": {
965
+ "type": {
966
+ "text": "void"
967
+ }
968
+ },
969
+ "parameters": [
970
+ {
971
+ "name": "callback",
972
+ "type": {
973
+ "text": "(param: InvalidationInfo) => void"
974
+ }
975
+ }
976
+ ],
977
+ "description": "Detach the callback that is executed whenever the component is invalidated",
978
+ "privacy": "public",
979
+ "inheritedFrom": {
980
+ "name": "UI5Element",
981
+ "package": "@ui5/webcomponents-base",
982
+ "module": "dist/UI5Element.js"
983
+ }
984
+ },
985
+ {
986
+ "kind": "method",
987
+ "name": "onInvalidation",
988
+ "return": {
989
+ "type": {
990
+ "text": "void"
991
+ }
992
+ },
993
+ "parameters": [
994
+ {
995
+ "name": "changeInfo",
996
+ "type": {
997
+ "text": "ChangeInfo",
998
+ "references": [
999
+ {
1000
+ "name": "ChangeInfo",
1001
+ "package": "@ui5/webcomponents-base",
1002
+ "module": "dist/UI5Element.js"
1003
+ }
1004
+ ]
1005
+ },
1006
+ "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
1007
+ }
1008
+ ],
1009
+ "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
1010
+ "privacy": "public",
1011
+ "inheritedFrom": {
1012
+ "name": "UI5Element",
1013
+ "package": "@ui5/webcomponents-base",
1014
+ "module": "dist/UI5Element.js"
1015
+ }
1016
+ },
1017
+ {
1018
+ "kind": "method",
1019
+ "name": "getDomRef",
1020
+ "return": {
1021
+ "type": {
1022
+ "text": "HTMLElement | undefined"
1023
+ }
1024
+ },
1025
+ "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
1026
+ "privacy": "public",
1027
+ "inheritedFrom": {
1028
+ "name": "UI5Element",
1029
+ "package": "@ui5/webcomponents-base",
1030
+ "module": "dist/UI5Element.js"
1031
+ }
1032
+ },
1033
+ {
1034
+ "kind": "method",
1035
+ "name": "getFocusDomRef",
1036
+ "return": {
1037
+ "type": {
1038
+ "text": "HTMLElement | undefined"
1039
+ }
1040
+ },
1041
+ "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
1042
+ "privacy": "public",
1043
+ "inheritedFrom": {
1044
+ "name": "UI5Element",
1045
+ "package": "@ui5/webcomponents-base",
1046
+ "module": "dist/UI5Element.js"
1047
+ }
1048
+ },
1049
+ {
1050
+ "kind": "method",
1051
+ "name": "getFocusDomRefAsync",
1052
+ "return": {
1053
+ "type": {
1054
+ "text": "Promise<HTMLElement | undefined>"
1055
+ }
1056
+ },
1057
+ "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
1058
+ "privacy": "public",
1059
+ "inheritedFrom": {
1060
+ "name": "UI5Element",
1061
+ "package": "@ui5/webcomponents-base",
1062
+ "module": "dist/UI5Element.js"
1063
+ }
1064
+ },
1065
+ {
1066
+ "kind": "method",
1067
+ "name": "focus",
1068
+ "return": {
1069
+ "type": {
1070
+ "text": "Promise<void>"
1071
+ }
1072
+ },
1073
+ "parameters": [
1074
+ {
1075
+ "name": "focusOptions",
1076
+ "optional": true,
1077
+ "type": {
1078
+ "text": "FocusOptions"
1079
+ },
1080
+ "description": "additional options for the focus"
1081
+ }
1082
+ ],
1083
+ "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
1084
+ "privacy": "public",
1085
+ "inheritedFrom": {
1086
+ "name": "UI5Element",
1087
+ "package": "@ui5/webcomponents-base",
1088
+ "module": "dist/UI5Element.js"
1089
+ }
1090
+ },
1091
+ {
1092
+ "kind": "method",
1093
+ "name": "fireEvent",
1094
+ "return": {
1095
+ "type": {
1096
+ "text": "boolean"
1097
+ },
1098
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
1099
+ },
1100
+ "parameters": [
1101
+ {
1102
+ "name": "name",
1103
+ "type": {
1104
+ "text": "string"
1105
+ },
1106
+ "description": "name of the event"
1107
+ },
1108
+ {
1109
+ "name": "data",
1110
+ "optional": true,
1111
+ "type": {
1112
+ "text": "T"
1113
+ },
1114
+ "description": "additional data for the event"
1115
+ },
1116
+ {
1117
+ "name": "cancelable",
1118
+ "default": "false",
1119
+ "description": "true, if the user can call preventDefault on the event object"
1120
+ },
1121
+ {
1122
+ "name": "bubbles",
1123
+ "default": "true",
1124
+ "description": "true, if the event bubbles"
1125
+ }
1126
+ ],
1127
+ "privacy": "public",
1128
+ "deprecated": "use fireDecoratorEvent instead",
1129
+ "inheritedFrom": {
1130
+ "name": "UI5Element",
1131
+ "package": "@ui5/webcomponents-base",
1132
+ "module": "dist/UI5Element.js"
1133
+ }
1134
+ },
1135
+ {
1136
+ "kind": "method",
1137
+ "name": "fireDecoratorEvent",
1138
+ "return": {
1139
+ "type": {
1140
+ "text": "boolean"
1141
+ },
1142
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
1143
+ },
1144
+ "parameters": [
1145
+ {
1146
+ "name": "name",
1147
+ "type": {
1148
+ "text": "N"
1149
+ },
1150
+ "description": "name of the event"
1151
+ },
1152
+ {
1153
+ "name": "data",
1154
+ "optional": true,
1155
+ "type": {
1156
+ "text": "this[\"eventDetails\"][N] | undefined"
1157
+ },
1158
+ "description": "additional data for the event"
1159
+ }
1160
+ ],
1161
+ "description": "Fires a custom event, configured via the \"event\" decorator.",
1162
+ "privacy": "public",
1163
+ "inheritedFrom": {
1164
+ "name": "UI5Element",
1165
+ "package": "@ui5/webcomponents-base",
1166
+ "module": "dist/UI5Element.js"
1167
+ }
1168
+ },
1169
+ {
1170
+ "kind": "method",
1171
+ "name": "getSlottedNodes",
1172
+ "return": {
1173
+ "type": {
1174
+ "text": "Array<T>"
1175
+ }
1176
+ },
1177
+ "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
1178
+ "privacy": "public",
1179
+ "inheritedFrom": {
1180
+ "name": "UI5Element",
1181
+ "package": "@ui5/webcomponents-base",
1182
+ "module": "dist/UI5Element.js"
1183
+ }
1184
+ },
1185
+ {
1186
+ "kind": "method",
1187
+ "name": "attachComponentStateFinalized",
1188
+ "return": {
1189
+ "type": {
1190
+ "text": "void"
1191
+ }
1192
+ },
1193
+ "parameters": [
1194
+ {
1195
+ "name": "callback",
1196
+ "type": {
1197
+ "text": "() => void"
1198
+ }
1199
+ }
1200
+ ],
1201
+ "description": "Attach a callback that will be executed whenever the component's state is finalized",
1202
+ "privacy": "public",
1203
+ "inheritedFrom": {
1204
+ "name": "UI5Element",
1205
+ "package": "@ui5/webcomponents-base",
1206
+ "module": "dist/UI5Element.js"
1207
+ }
1208
+ },
1209
+ {
1210
+ "kind": "method",
1211
+ "name": "detachComponentStateFinalized",
1212
+ "return": {
1213
+ "type": {
1214
+ "text": "void"
1215
+ }
1216
+ },
1217
+ "parameters": [
1218
+ {
1219
+ "name": "callback",
1220
+ "type": {
1221
+ "text": "() => void"
1222
+ }
1223
+ }
1224
+ ],
1225
+ "description": "Detach the callback that is executed whenever the component's state is finalized",
1226
+ "privacy": "public",
1227
+ "inheritedFrom": {
1228
+ "name": "UI5Element",
1229
+ "package": "@ui5/webcomponents-base",
1230
+ "module": "dist/UI5Element.js"
1231
+ }
1232
+ },
1233
+ {
1234
+ "kind": "field",
1235
+ "name": "effectiveDir",
1236
+ "type": {
1237
+ "text": "string | undefined"
1238
+ },
1239
+ "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
1240
+ "privacy": "public",
1241
+ "default": "undefined",
1242
+ "readonly": true,
1243
+ "inheritedFrom": {
1244
+ "name": "UI5Element",
1245
+ "package": "@ui5/webcomponents-base",
1246
+ "module": "dist/UI5Element.js"
1247
+ }
1248
+ },
1249
+ {
1250
+ "kind": "field",
1251
+ "name": "isUI5Element",
1252
+ "type": {
1253
+ "text": "boolean"
1254
+ },
1255
+ "description": "Used to duck-type UI5 elements without using instanceof",
1256
+ "privacy": "public",
1257
+ "default": "true",
1258
+ "readonly": true,
1259
+ "inheritedFrom": {
1260
+ "name": "UI5Element",
1261
+ "package": "@ui5/webcomponents-base",
1262
+ "module": "dist/UI5Element.js"
1263
+ }
1264
+ },
1265
+ {
1266
+ "kind": "method",
1267
+ "name": "getUniqueDependencies",
1268
+ "static": true,
1269
+ "return": {
1270
+ "type": {
1271
+ "text": "Array<typeof UI5Element>"
1272
+ }
1273
+ },
1274
+ "description": "Returns a list of the unique dependencies for this UI5 Web Component",
1275
+ "privacy": "public",
1276
+ "inheritedFrom": {
1277
+ "name": "UI5Element",
1278
+ "package": "@ui5/webcomponents-base",
1279
+ "module": "dist/UI5Element.js"
1280
+ }
1281
+ },
1282
+ {
1283
+ "kind": "method",
1284
+ "name": "define",
1285
+ "static": true,
1286
+ "return": {
1287
+ "type": {
1288
+ "text": "typeof UI5Element"
1289
+ }
1290
+ },
1291
+ "description": "Registers a UI5 Web Component in the browser window object",
1292
+ "privacy": "public",
1293
+ "inheritedFrom": {
1294
+ "name": "UI5Element",
1295
+ "package": "@ui5/webcomponents-base",
1296
+ "module": "dist/UI5Element.js"
1297
+ }
1298
+ },
1299
+ {
1300
+ "kind": "method",
1301
+ "name": "getMetadata",
1302
+ "static": true,
1303
+ "return": {
1304
+ "type": {
1305
+ "text": "UI5ElementMetadata",
1306
+ "references": [
1307
+ {
1308
+ "name": "UI5ElementMetadata",
1309
+ "package": "@ui5/webcomponents-base",
1310
+ "module": "dist/UI5ElementMetadata.js"
1311
+ }
1312
+ ]
1313
+ }
1314
+ },
1315
+ "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
1316
+ "privacy": "public",
1317
+ "inheritedFrom": {
1318
+ "name": "UI5Element",
1319
+ "package": "@ui5/webcomponents-base",
1320
+ "module": "dist/UI5Element.js"
1321
+ }
1322
+ }
1323
+ ]
422
1324
  }
423
1325
  ],
424
1326
  "exports": [
@@ -467,18 +1369,18 @@
467
1369
  "type": {
468
1370
  "text": "number"
469
1371
  },
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
1372
  "default": "Infinity",
1373
+ "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.",
472
1374
  "privacy": "public"
473
1375
  },
474
1376
  {
475
1377
  "kind": "field",
476
1378
  "name": "popinText",
477
1379
  "type": {
478
- "text": "string"
1380
+ "text": "string | undefined"
479
1381
  },
480
1382
  "description": "The text for the column when it pops in.",
481
- "default": "\"\"",
1383
+ "default": "undefined",
482
1384
  "privacy": "public"
483
1385
  },
484
1386
  {
@@ -487,8 +1389,8 @@
487
1389
  "type": {
488
1390
  "text": "boolean"
489
1391
  },
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
1392
  "default": "false",
1393
+ "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.",
492
1394
  "privacy": "public"
493
1395
  },
494
1396
  {
@@ -504,45 +1406,495 @@
504
1406
  }
505
1407
  ]
506
1408
  },
507
- "description": "Defines how the popin row is displayed.\n\n**The available values are:**\n\n- `Block`\n- `Inline`",
508
1409
  "default": "\"Block\"",
1410
+ "description": "Defines how the popin row is displayed.\n\n**The available values are:**\n\n- `Block`\n- `Inline`",
509
1411
  "privacy": "public"
510
- }
511
- ],
512
- "attributes": [
1412
+ },
513
1413
  {
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"
1414
+ "kind": "method",
1415
+ "name": "onBeforeRendering",
1416
+ "return": {
1417
+ "type": {
1418
+ "text": "void"
1419
+ }
1420
+ },
1421
+ "description": "Called every time before the component renders.",
1422
+ "privacy": "public",
1423
+ "inheritedFrom": {
1424
+ "name": "UI5Element",
1425
+ "package": "@ui5/webcomponents-base",
1426
+ "module": "dist/UI5Element.js"
520
1427
  }
521
1428
  },
522
1429
  {
523
- "description": "The text for the column when it pops in.",
524
- "name": "popin-text",
525
- "default": "\"\"",
526
- "fieldName": "popinText",
527
- "type": {
528
- "text": "string"
1430
+ "kind": "method",
1431
+ "name": "onAfterRendering",
1432
+ "return": {
1433
+ "type": {
1434
+ "text": "void"
1435
+ }
1436
+ },
1437
+ "description": "Called every time after the component renders.",
1438
+ "privacy": "public",
1439
+ "inheritedFrom": {
1440
+ "name": "UI5Element",
1441
+ "package": "@ui5/webcomponents-base",
1442
+ "module": "dist/UI5Element.js"
529
1443
  }
530
1444
  },
531
1445
  {
532
- "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
- "name": "demand-popin",
534
- "default": "false",
535
- "fieldName": "demandPopin",
536
- "type": {
537
- "text": "boolean"
1446
+ "kind": "method",
1447
+ "name": "onEnterDOM",
1448
+ "return": {
1449
+ "type": {
1450
+ "text": "void"
1451
+ }
1452
+ },
1453
+ "description": "Called on connectedCallback - added to the DOM.",
1454
+ "privacy": "public",
1455
+ "inheritedFrom": {
1456
+ "name": "UI5Element",
1457
+ "package": "@ui5/webcomponents-base",
1458
+ "module": "dist/UI5Element.js"
538
1459
  }
539
1460
  },
540
1461
  {
541
- "description": "Defines how the popin row is displayed.\n\n**The available values are:**\n\n- `Block`\n- `Inline`",
542
- "name": "popin-display",
543
- "default": "\"Block\"",
544
- "fieldName": "popinDisplay",
545
- "type": {
1462
+ "kind": "method",
1463
+ "name": "onExitDOM",
1464
+ "return": {
1465
+ "type": {
1466
+ "text": "void"
1467
+ }
1468
+ },
1469
+ "description": "Called on disconnectedCallback - removed from the DOM.",
1470
+ "privacy": "public",
1471
+ "inheritedFrom": {
1472
+ "name": "UI5Element",
1473
+ "package": "@ui5/webcomponents-base",
1474
+ "module": "dist/UI5Element.js"
1475
+ }
1476
+ },
1477
+ {
1478
+ "kind": "method",
1479
+ "name": "attachInvalidate",
1480
+ "return": {
1481
+ "type": {
1482
+ "text": "void"
1483
+ }
1484
+ },
1485
+ "parameters": [
1486
+ {
1487
+ "name": "callback",
1488
+ "type": {
1489
+ "text": "(param: InvalidationInfo) => void"
1490
+ }
1491
+ }
1492
+ ],
1493
+ "description": "Attach a callback that will be executed whenever the component is invalidated",
1494
+ "privacy": "public",
1495
+ "inheritedFrom": {
1496
+ "name": "UI5Element",
1497
+ "package": "@ui5/webcomponents-base",
1498
+ "module": "dist/UI5Element.js"
1499
+ }
1500
+ },
1501
+ {
1502
+ "kind": "method",
1503
+ "name": "detachInvalidate",
1504
+ "return": {
1505
+ "type": {
1506
+ "text": "void"
1507
+ }
1508
+ },
1509
+ "parameters": [
1510
+ {
1511
+ "name": "callback",
1512
+ "type": {
1513
+ "text": "(param: InvalidationInfo) => void"
1514
+ }
1515
+ }
1516
+ ],
1517
+ "description": "Detach the callback that is executed whenever the component is invalidated",
1518
+ "privacy": "public",
1519
+ "inheritedFrom": {
1520
+ "name": "UI5Element",
1521
+ "package": "@ui5/webcomponents-base",
1522
+ "module": "dist/UI5Element.js"
1523
+ }
1524
+ },
1525
+ {
1526
+ "kind": "method",
1527
+ "name": "onInvalidation",
1528
+ "return": {
1529
+ "type": {
1530
+ "text": "void"
1531
+ }
1532
+ },
1533
+ "parameters": [
1534
+ {
1535
+ "name": "changeInfo",
1536
+ "type": {
1537
+ "text": "ChangeInfo",
1538
+ "references": [
1539
+ {
1540
+ "name": "ChangeInfo",
1541
+ "package": "@ui5/webcomponents-base",
1542
+ "module": "dist/UI5Element.js"
1543
+ }
1544
+ ]
1545
+ },
1546
+ "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
1547
+ }
1548
+ ],
1549
+ "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
1550
+ "privacy": "public",
1551
+ "inheritedFrom": {
1552
+ "name": "UI5Element",
1553
+ "package": "@ui5/webcomponents-base",
1554
+ "module": "dist/UI5Element.js"
1555
+ }
1556
+ },
1557
+ {
1558
+ "kind": "method",
1559
+ "name": "getDomRef",
1560
+ "return": {
1561
+ "type": {
1562
+ "text": "HTMLElement | undefined"
1563
+ }
1564
+ },
1565
+ "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
1566
+ "privacy": "public",
1567
+ "inheritedFrom": {
1568
+ "name": "UI5Element",
1569
+ "package": "@ui5/webcomponents-base",
1570
+ "module": "dist/UI5Element.js"
1571
+ }
1572
+ },
1573
+ {
1574
+ "kind": "method",
1575
+ "name": "getFocusDomRef",
1576
+ "return": {
1577
+ "type": {
1578
+ "text": "HTMLElement | undefined"
1579
+ }
1580
+ },
1581
+ "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
1582
+ "privacy": "public",
1583
+ "inheritedFrom": {
1584
+ "name": "UI5Element",
1585
+ "package": "@ui5/webcomponents-base",
1586
+ "module": "dist/UI5Element.js"
1587
+ }
1588
+ },
1589
+ {
1590
+ "kind": "method",
1591
+ "name": "getFocusDomRefAsync",
1592
+ "return": {
1593
+ "type": {
1594
+ "text": "Promise<HTMLElement | undefined>"
1595
+ }
1596
+ },
1597
+ "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
1598
+ "privacy": "public",
1599
+ "inheritedFrom": {
1600
+ "name": "UI5Element",
1601
+ "package": "@ui5/webcomponents-base",
1602
+ "module": "dist/UI5Element.js"
1603
+ }
1604
+ },
1605
+ {
1606
+ "kind": "method",
1607
+ "name": "focus",
1608
+ "return": {
1609
+ "type": {
1610
+ "text": "Promise<void>"
1611
+ }
1612
+ },
1613
+ "parameters": [
1614
+ {
1615
+ "name": "focusOptions",
1616
+ "optional": true,
1617
+ "type": {
1618
+ "text": "FocusOptions"
1619
+ },
1620
+ "description": "additional options for the focus"
1621
+ }
1622
+ ],
1623
+ "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
1624
+ "privacy": "public",
1625
+ "inheritedFrom": {
1626
+ "name": "UI5Element",
1627
+ "package": "@ui5/webcomponents-base",
1628
+ "module": "dist/UI5Element.js"
1629
+ }
1630
+ },
1631
+ {
1632
+ "kind": "method",
1633
+ "name": "fireEvent",
1634
+ "return": {
1635
+ "type": {
1636
+ "text": "boolean"
1637
+ },
1638
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
1639
+ },
1640
+ "parameters": [
1641
+ {
1642
+ "name": "name",
1643
+ "type": {
1644
+ "text": "string"
1645
+ },
1646
+ "description": "name of the event"
1647
+ },
1648
+ {
1649
+ "name": "data",
1650
+ "optional": true,
1651
+ "type": {
1652
+ "text": "T"
1653
+ },
1654
+ "description": "additional data for the event"
1655
+ },
1656
+ {
1657
+ "name": "cancelable",
1658
+ "default": "false",
1659
+ "description": "true, if the user can call preventDefault on the event object"
1660
+ },
1661
+ {
1662
+ "name": "bubbles",
1663
+ "default": "true",
1664
+ "description": "true, if the event bubbles"
1665
+ }
1666
+ ],
1667
+ "privacy": "public",
1668
+ "deprecated": "use fireDecoratorEvent instead",
1669
+ "inheritedFrom": {
1670
+ "name": "UI5Element",
1671
+ "package": "@ui5/webcomponents-base",
1672
+ "module": "dist/UI5Element.js"
1673
+ }
1674
+ },
1675
+ {
1676
+ "kind": "method",
1677
+ "name": "fireDecoratorEvent",
1678
+ "return": {
1679
+ "type": {
1680
+ "text": "boolean"
1681
+ },
1682
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
1683
+ },
1684
+ "parameters": [
1685
+ {
1686
+ "name": "name",
1687
+ "type": {
1688
+ "text": "N"
1689
+ },
1690
+ "description": "name of the event"
1691
+ },
1692
+ {
1693
+ "name": "data",
1694
+ "optional": true,
1695
+ "type": {
1696
+ "text": "this[\"eventDetails\"][N] | undefined"
1697
+ },
1698
+ "description": "additional data for the event"
1699
+ }
1700
+ ],
1701
+ "description": "Fires a custom event, configured via the \"event\" decorator.",
1702
+ "privacy": "public",
1703
+ "inheritedFrom": {
1704
+ "name": "UI5Element",
1705
+ "package": "@ui5/webcomponents-base",
1706
+ "module": "dist/UI5Element.js"
1707
+ }
1708
+ },
1709
+ {
1710
+ "kind": "method",
1711
+ "name": "getSlottedNodes",
1712
+ "return": {
1713
+ "type": {
1714
+ "text": "Array<T>"
1715
+ }
1716
+ },
1717
+ "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
1718
+ "privacy": "public",
1719
+ "inheritedFrom": {
1720
+ "name": "UI5Element",
1721
+ "package": "@ui5/webcomponents-base",
1722
+ "module": "dist/UI5Element.js"
1723
+ }
1724
+ },
1725
+ {
1726
+ "kind": "method",
1727
+ "name": "attachComponentStateFinalized",
1728
+ "return": {
1729
+ "type": {
1730
+ "text": "void"
1731
+ }
1732
+ },
1733
+ "parameters": [
1734
+ {
1735
+ "name": "callback",
1736
+ "type": {
1737
+ "text": "() => void"
1738
+ }
1739
+ }
1740
+ ],
1741
+ "description": "Attach a callback that will be executed whenever the component's state is finalized",
1742
+ "privacy": "public",
1743
+ "inheritedFrom": {
1744
+ "name": "UI5Element",
1745
+ "package": "@ui5/webcomponents-base",
1746
+ "module": "dist/UI5Element.js"
1747
+ }
1748
+ },
1749
+ {
1750
+ "kind": "method",
1751
+ "name": "detachComponentStateFinalized",
1752
+ "return": {
1753
+ "type": {
1754
+ "text": "void"
1755
+ }
1756
+ },
1757
+ "parameters": [
1758
+ {
1759
+ "name": "callback",
1760
+ "type": {
1761
+ "text": "() => void"
1762
+ }
1763
+ }
1764
+ ],
1765
+ "description": "Detach the callback that is executed whenever the component's state is finalized",
1766
+ "privacy": "public",
1767
+ "inheritedFrom": {
1768
+ "name": "UI5Element",
1769
+ "package": "@ui5/webcomponents-base",
1770
+ "module": "dist/UI5Element.js"
1771
+ }
1772
+ },
1773
+ {
1774
+ "kind": "field",
1775
+ "name": "effectiveDir",
1776
+ "type": {
1777
+ "text": "string | undefined"
1778
+ },
1779
+ "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
1780
+ "privacy": "public",
1781
+ "default": "undefined",
1782
+ "readonly": true,
1783
+ "inheritedFrom": {
1784
+ "name": "UI5Element",
1785
+ "package": "@ui5/webcomponents-base",
1786
+ "module": "dist/UI5Element.js"
1787
+ }
1788
+ },
1789
+ {
1790
+ "kind": "field",
1791
+ "name": "isUI5Element",
1792
+ "type": {
1793
+ "text": "boolean"
1794
+ },
1795
+ "description": "Used to duck-type UI5 elements without using instanceof",
1796
+ "privacy": "public",
1797
+ "default": "true",
1798
+ "readonly": true,
1799
+ "inheritedFrom": {
1800
+ "name": "UI5Element",
1801
+ "package": "@ui5/webcomponents-base",
1802
+ "module": "dist/UI5Element.js"
1803
+ }
1804
+ },
1805
+ {
1806
+ "kind": "method",
1807
+ "name": "getUniqueDependencies",
1808
+ "static": true,
1809
+ "return": {
1810
+ "type": {
1811
+ "text": "Array<typeof UI5Element>"
1812
+ }
1813
+ },
1814
+ "description": "Returns a list of the unique dependencies for this UI5 Web Component",
1815
+ "privacy": "public",
1816
+ "inheritedFrom": {
1817
+ "name": "UI5Element",
1818
+ "package": "@ui5/webcomponents-base",
1819
+ "module": "dist/UI5Element.js"
1820
+ }
1821
+ },
1822
+ {
1823
+ "kind": "method",
1824
+ "name": "define",
1825
+ "static": true,
1826
+ "return": {
1827
+ "type": {
1828
+ "text": "typeof UI5Element"
1829
+ }
1830
+ },
1831
+ "description": "Registers a UI5 Web Component in the browser window object",
1832
+ "privacy": "public",
1833
+ "inheritedFrom": {
1834
+ "name": "UI5Element",
1835
+ "package": "@ui5/webcomponents-base",
1836
+ "module": "dist/UI5Element.js"
1837
+ }
1838
+ },
1839
+ {
1840
+ "kind": "method",
1841
+ "name": "getMetadata",
1842
+ "static": true,
1843
+ "return": {
1844
+ "type": {
1845
+ "text": "UI5ElementMetadata",
1846
+ "references": [
1847
+ {
1848
+ "name": "UI5ElementMetadata",
1849
+ "package": "@ui5/webcomponents-base",
1850
+ "module": "dist/UI5ElementMetadata.js"
1851
+ }
1852
+ ]
1853
+ }
1854
+ },
1855
+ "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
1856
+ "privacy": "public",
1857
+ "inheritedFrom": {
1858
+ "name": "UI5Element",
1859
+ "package": "@ui5/webcomponents-base",
1860
+ "module": "dist/UI5Element.js"
1861
+ }
1862
+ }
1863
+ ],
1864
+ "attributes": [
1865
+ {
1866
+ "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.",
1867
+ "name": "min-width",
1868
+ "default": "Infinity",
1869
+ "fieldName": "minWidth",
1870
+ "type": {
1871
+ "text": "number"
1872
+ }
1873
+ },
1874
+ {
1875
+ "description": "The text for the column when it pops in.",
1876
+ "name": "popin-text",
1877
+ "default": "undefined",
1878
+ "fieldName": "popinText",
1879
+ "type": {
1880
+ "text": "string | undefined"
1881
+ }
1882
+ },
1883
+ {
1884
+ "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.",
1885
+ "name": "demand-popin",
1886
+ "default": "false",
1887
+ "fieldName": "demandPopin",
1888
+ "type": {
1889
+ "text": "boolean"
1890
+ }
1891
+ },
1892
+ {
1893
+ "description": "Defines how the popin row is displayed.\n\n**The available values are:**\n\n- `Block`\n- `Inline`",
1894
+ "name": "popin-display",
1895
+ "default": "\"Block\"",
1896
+ "fieldName": "popinDisplay",
1897
+ "type": {
546
1898
  "text": "\"Block\" | \"Inline\""
547
1899
  }
548
1900
  }
@@ -601,7 +1953,459 @@
601
1953
  "module": "dist/UI5Element.js"
602
1954
  },
603
1955
  "tagName": "ui5-table-group-row",
604
- "customElement": true
1956
+ "customElement": true,
1957
+ "members": [
1958
+ {
1959
+ "kind": "method",
1960
+ "name": "onBeforeRendering",
1961
+ "return": {
1962
+ "type": {
1963
+ "text": "void"
1964
+ }
1965
+ },
1966
+ "description": "Called every time before the component renders.",
1967
+ "privacy": "public",
1968
+ "inheritedFrom": {
1969
+ "name": "UI5Element",
1970
+ "package": "@ui5/webcomponents-base",
1971
+ "module": "dist/UI5Element.js"
1972
+ }
1973
+ },
1974
+ {
1975
+ "kind": "method",
1976
+ "name": "onAfterRendering",
1977
+ "return": {
1978
+ "type": {
1979
+ "text": "void"
1980
+ }
1981
+ },
1982
+ "description": "Called every time after the component renders.",
1983
+ "privacy": "public",
1984
+ "inheritedFrom": {
1985
+ "name": "UI5Element",
1986
+ "package": "@ui5/webcomponents-base",
1987
+ "module": "dist/UI5Element.js"
1988
+ }
1989
+ },
1990
+ {
1991
+ "kind": "method",
1992
+ "name": "onEnterDOM",
1993
+ "return": {
1994
+ "type": {
1995
+ "text": "void"
1996
+ }
1997
+ },
1998
+ "description": "Called on connectedCallback - added to the DOM.",
1999
+ "privacy": "public",
2000
+ "inheritedFrom": {
2001
+ "name": "UI5Element",
2002
+ "package": "@ui5/webcomponents-base",
2003
+ "module": "dist/UI5Element.js"
2004
+ }
2005
+ },
2006
+ {
2007
+ "kind": "method",
2008
+ "name": "onExitDOM",
2009
+ "return": {
2010
+ "type": {
2011
+ "text": "void"
2012
+ }
2013
+ },
2014
+ "description": "Called on disconnectedCallback - removed from the DOM.",
2015
+ "privacy": "public",
2016
+ "inheritedFrom": {
2017
+ "name": "UI5Element",
2018
+ "package": "@ui5/webcomponents-base",
2019
+ "module": "dist/UI5Element.js"
2020
+ }
2021
+ },
2022
+ {
2023
+ "kind": "method",
2024
+ "name": "attachInvalidate",
2025
+ "return": {
2026
+ "type": {
2027
+ "text": "void"
2028
+ }
2029
+ },
2030
+ "parameters": [
2031
+ {
2032
+ "name": "callback",
2033
+ "type": {
2034
+ "text": "(param: InvalidationInfo) => void"
2035
+ }
2036
+ }
2037
+ ],
2038
+ "description": "Attach a callback that will be executed whenever the component is invalidated",
2039
+ "privacy": "public",
2040
+ "inheritedFrom": {
2041
+ "name": "UI5Element",
2042
+ "package": "@ui5/webcomponents-base",
2043
+ "module": "dist/UI5Element.js"
2044
+ }
2045
+ },
2046
+ {
2047
+ "kind": "method",
2048
+ "name": "detachInvalidate",
2049
+ "return": {
2050
+ "type": {
2051
+ "text": "void"
2052
+ }
2053
+ },
2054
+ "parameters": [
2055
+ {
2056
+ "name": "callback",
2057
+ "type": {
2058
+ "text": "(param: InvalidationInfo) => void"
2059
+ }
2060
+ }
2061
+ ],
2062
+ "description": "Detach the callback that is executed whenever the component is invalidated",
2063
+ "privacy": "public",
2064
+ "inheritedFrom": {
2065
+ "name": "UI5Element",
2066
+ "package": "@ui5/webcomponents-base",
2067
+ "module": "dist/UI5Element.js"
2068
+ }
2069
+ },
2070
+ {
2071
+ "kind": "method",
2072
+ "name": "onInvalidation",
2073
+ "return": {
2074
+ "type": {
2075
+ "text": "void"
2076
+ }
2077
+ },
2078
+ "parameters": [
2079
+ {
2080
+ "name": "changeInfo",
2081
+ "type": {
2082
+ "text": "ChangeInfo",
2083
+ "references": [
2084
+ {
2085
+ "name": "ChangeInfo",
2086
+ "package": "@ui5/webcomponents-base",
2087
+ "module": "dist/UI5Element.js"
2088
+ }
2089
+ ]
2090
+ },
2091
+ "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
2092
+ }
2093
+ ],
2094
+ "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
2095
+ "privacy": "public",
2096
+ "inheritedFrom": {
2097
+ "name": "UI5Element",
2098
+ "package": "@ui5/webcomponents-base",
2099
+ "module": "dist/UI5Element.js"
2100
+ }
2101
+ },
2102
+ {
2103
+ "kind": "method",
2104
+ "name": "getDomRef",
2105
+ "return": {
2106
+ "type": {
2107
+ "text": "HTMLElement | undefined"
2108
+ }
2109
+ },
2110
+ "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
2111
+ "privacy": "public",
2112
+ "inheritedFrom": {
2113
+ "name": "UI5Element",
2114
+ "package": "@ui5/webcomponents-base",
2115
+ "module": "dist/UI5Element.js"
2116
+ }
2117
+ },
2118
+ {
2119
+ "kind": "method",
2120
+ "name": "getFocusDomRef",
2121
+ "return": {
2122
+ "type": {
2123
+ "text": "HTMLElement | undefined"
2124
+ }
2125
+ },
2126
+ "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
2127
+ "privacy": "public",
2128
+ "inheritedFrom": {
2129
+ "name": "UI5Element",
2130
+ "package": "@ui5/webcomponents-base",
2131
+ "module": "dist/UI5Element.js"
2132
+ }
2133
+ },
2134
+ {
2135
+ "kind": "method",
2136
+ "name": "getFocusDomRefAsync",
2137
+ "return": {
2138
+ "type": {
2139
+ "text": "Promise<HTMLElement | undefined>"
2140
+ }
2141
+ },
2142
+ "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
2143
+ "privacy": "public",
2144
+ "inheritedFrom": {
2145
+ "name": "UI5Element",
2146
+ "package": "@ui5/webcomponents-base",
2147
+ "module": "dist/UI5Element.js"
2148
+ }
2149
+ },
2150
+ {
2151
+ "kind": "method",
2152
+ "name": "focus",
2153
+ "return": {
2154
+ "type": {
2155
+ "text": "Promise<void>"
2156
+ }
2157
+ },
2158
+ "parameters": [
2159
+ {
2160
+ "name": "focusOptions",
2161
+ "optional": true,
2162
+ "type": {
2163
+ "text": "FocusOptions"
2164
+ },
2165
+ "description": "additional options for the focus"
2166
+ }
2167
+ ],
2168
+ "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
2169
+ "privacy": "public",
2170
+ "inheritedFrom": {
2171
+ "name": "UI5Element",
2172
+ "package": "@ui5/webcomponents-base",
2173
+ "module": "dist/UI5Element.js"
2174
+ }
2175
+ },
2176
+ {
2177
+ "kind": "method",
2178
+ "name": "fireEvent",
2179
+ "return": {
2180
+ "type": {
2181
+ "text": "boolean"
2182
+ },
2183
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
2184
+ },
2185
+ "parameters": [
2186
+ {
2187
+ "name": "name",
2188
+ "type": {
2189
+ "text": "string"
2190
+ },
2191
+ "description": "name of the event"
2192
+ },
2193
+ {
2194
+ "name": "data",
2195
+ "optional": true,
2196
+ "type": {
2197
+ "text": "T"
2198
+ },
2199
+ "description": "additional data for the event"
2200
+ },
2201
+ {
2202
+ "name": "cancelable",
2203
+ "default": "false",
2204
+ "description": "true, if the user can call preventDefault on the event object"
2205
+ },
2206
+ {
2207
+ "name": "bubbles",
2208
+ "default": "true",
2209
+ "description": "true, if the event bubbles"
2210
+ }
2211
+ ],
2212
+ "privacy": "public",
2213
+ "deprecated": "use fireDecoratorEvent instead",
2214
+ "inheritedFrom": {
2215
+ "name": "UI5Element",
2216
+ "package": "@ui5/webcomponents-base",
2217
+ "module": "dist/UI5Element.js"
2218
+ }
2219
+ },
2220
+ {
2221
+ "kind": "method",
2222
+ "name": "fireDecoratorEvent",
2223
+ "return": {
2224
+ "type": {
2225
+ "text": "boolean"
2226
+ },
2227
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
2228
+ },
2229
+ "parameters": [
2230
+ {
2231
+ "name": "name",
2232
+ "type": {
2233
+ "text": "N"
2234
+ },
2235
+ "description": "name of the event"
2236
+ },
2237
+ {
2238
+ "name": "data",
2239
+ "optional": true,
2240
+ "type": {
2241
+ "text": "this[\"eventDetails\"][N] | undefined"
2242
+ },
2243
+ "description": "additional data for the event"
2244
+ }
2245
+ ],
2246
+ "description": "Fires a custom event, configured via the \"event\" decorator.",
2247
+ "privacy": "public",
2248
+ "inheritedFrom": {
2249
+ "name": "UI5Element",
2250
+ "package": "@ui5/webcomponents-base",
2251
+ "module": "dist/UI5Element.js"
2252
+ }
2253
+ },
2254
+ {
2255
+ "kind": "method",
2256
+ "name": "getSlottedNodes",
2257
+ "return": {
2258
+ "type": {
2259
+ "text": "Array<T>"
2260
+ }
2261
+ },
2262
+ "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
2263
+ "privacy": "public",
2264
+ "inheritedFrom": {
2265
+ "name": "UI5Element",
2266
+ "package": "@ui5/webcomponents-base",
2267
+ "module": "dist/UI5Element.js"
2268
+ }
2269
+ },
2270
+ {
2271
+ "kind": "method",
2272
+ "name": "attachComponentStateFinalized",
2273
+ "return": {
2274
+ "type": {
2275
+ "text": "void"
2276
+ }
2277
+ },
2278
+ "parameters": [
2279
+ {
2280
+ "name": "callback",
2281
+ "type": {
2282
+ "text": "() => void"
2283
+ }
2284
+ }
2285
+ ],
2286
+ "description": "Attach a callback that will be executed whenever the component's state is finalized",
2287
+ "privacy": "public",
2288
+ "inheritedFrom": {
2289
+ "name": "UI5Element",
2290
+ "package": "@ui5/webcomponents-base",
2291
+ "module": "dist/UI5Element.js"
2292
+ }
2293
+ },
2294
+ {
2295
+ "kind": "method",
2296
+ "name": "detachComponentStateFinalized",
2297
+ "return": {
2298
+ "type": {
2299
+ "text": "void"
2300
+ }
2301
+ },
2302
+ "parameters": [
2303
+ {
2304
+ "name": "callback",
2305
+ "type": {
2306
+ "text": "() => void"
2307
+ }
2308
+ }
2309
+ ],
2310
+ "description": "Detach the callback that is executed whenever the component's state is finalized",
2311
+ "privacy": "public",
2312
+ "inheritedFrom": {
2313
+ "name": "UI5Element",
2314
+ "package": "@ui5/webcomponents-base",
2315
+ "module": "dist/UI5Element.js"
2316
+ }
2317
+ },
2318
+ {
2319
+ "kind": "field",
2320
+ "name": "effectiveDir",
2321
+ "type": {
2322
+ "text": "string | undefined"
2323
+ },
2324
+ "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
2325
+ "privacy": "public",
2326
+ "default": "undefined",
2327
+ "readonly": true,
2328
+ "inheritedFrom": {
2329
+ "name": "UI5Element",
2330
+ "package": "@ui5/webcomponents-base",
2331
+ "module": "dist/UI5Element.js"
2332
+ }
2333
+ },
2334
+ {
2335
+ "kind": "field",
2336
+ "name": "isUI5Element",
2337
+ "type": {
2338
+ "text": "boolean"
2339
+ },
2340
+ "description": "Used to duck-type UI5 elements without using instanceof",
2341
+ "privacy": "public",
2342
+ "default": "true",
2343
+ "readonly": true,
2344
+ "inheritedFrom": {
2345
+ "name": "UI5Element",
2346
+ "package": "@ui5/webcomponents-base",
2347
+ "module": "dist/UI5Element.js"
2348
+ }
2349
+ },
2350
+ {
2351
+ "kind": "method",
2352
+ "name": "getUniqueDependencies",
2353
+ "static": true,
2354
+ "return": {
2355
+ "type": {
2356
+ "text": "Array<typeof UI5Element>"
2357
+ }
2358
+ },
2359
+ "description": "Returns a list of the unique dependencies for this UI5 Web Component",
2360
+ "privacy": "public",
2361
+ "inheritedFrom": {
2362
+ "name": "UI5Element",
2363
+ "package": "@ui5/webcomponents-base",
2364
+ "module": "dist/UI5Element.js"
2365
+ }
2366
+ },
2367
+ {
2368
+ "kind": "method",
2369
+ "name": "define",
2370
+ "static": true,
2371
+ "return": {
2372
+ "type": {
2373
+ "text": "typeof UI5Element"
2374
+ }
2375
+ },
2376
+ "description": "Registers a UI5 Web Component in the browser window object",
2377
+ "privacy": "public",
2378
+ "inheritedFrom": {
2379
+ "name": "UI5Element",
2380
+ "package": "@ui5/webcomponents-base",
2381
+ "module": "dist/UI5Element.js"
2382
+ }
2383
+ },
2384
+ {
2385
+ "kind": "method",
2386
+ "name": "getMetadata",
2387
+ "static": true,
2388
+ "return": {
2389
+ "type": {
2390
+ "text": "UI5ElementMetadata",
2391
+ "references": [
2392
+ {
2393
+ "name": "UI5ElementMetadata",
2394
+ "package": "@ui5/webcomponents-base",
2395
+ "module": "dist/UI5ElementMetadata.js"
2396
+ }
2397
+ ]
2398
+ }
2399
+ },
2400
+ "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
2401
+ "privacy": "public",
2402
+ "inheritedFrom": {
2403
+ "name": "UI5Element",
2404
+ "package": "@ui5/webcomponents-base",
2405
+ "module": "dist/UI5Element.js"
2406
+ }
2407
+ }
2408
+ ]
605
2409
  }
606
2410
  ],
607
2411
  "exports": [
@@ -661,8 +2465,8 @@
661
2465
  }
662
2466
  ]
663
2467
  },
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
2468
  "default": "\"Inactive\"",
2469
+ "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
2470
  "privacy": "public"
667
2471
  },
668
2472
  {
@@ -671,8 +2475,8 @@
671
2475
  "type": {
672
2476
  "text": "boolean"
673
2477
  },
674
- "description": "Defines the row's selected state.",
675
2478
  "default": "false",
2479
+ "description": "Defines the row's selected state.",
676
2480
  "privacy": "public"
677
2481
  },
678
2482
  {
@@ -681,9 +2485,459 @@
681
2485
  "type": {
682
2486
  "text": "boolean"
683
2487
  },
684
- "description": "Indicates if the table row is navigated.",
685
2488
  "default": "false",
2489
+ "description": "Indicates if the table row is navigated.",
686
2490
  "privacy": "public"
2491
+ },
2492
+ {
2493
+ "kind": "method",
2494
+ "name": "onBeforeRendering",
2495
+ "return": {
2496
+ "type": {
2497
+ "text": "void"
2498
+ }
2499
+ },
2500
+ "description": "Called every time before the component renders.",
2501
+ "privacy": "public",
2502
+ "inheritedFrom": {
2503
+ "name": "UI5Element",
2504
+ "package": "@ui5/webcomponents-base",
2505
+ "module": "dist/UI5Element.js"
2506
+ }
2507
+ },
2508
+ {
2509
+ "kind": "method",
2510
+ "name": "onAfterRendering",
2511
+ "return": {
2512
+ "type": {
2513
+ "text": "void"
2514
+ }
2515
+ },
2516
+ "description": "Called every time after the component renders.",
2517
+ "privacy": "public",
2518
+ "inheritedFrom": {
2519
+ "name": "UI5Element",
2520
+ "package": "@ui5/webcomponents-base",
2521
+ "module": "dist/UI5Element.js"
2522
+ }
2523
+ },
2524
+ {
2525
+ "kind": "method",
2526
+ "name": "onEnterDOM",
2527
+ "return": {
2528
+ "type": {
2529
+ "text": "void"
2530
+ }
2531
+ },
2532
+ "description": "Called on connectedCallback - added to the DOM.",
2533
+ "privacy": "public",
2534
+ "inheritedFrom": {
2535
+ "name": "UI5Element",
2536
+ "package": "@ui5/webcomponents-base",
2537
+ "module": "dist/UI5Element.js"
2538
+ }
2539
+ },
2540
+ {
2541
+ "kind": "method",
2542
+ "name": "onExitDOM",
2543
+ "return": {
2544
+ "type": {
2545
+ "text": "void"
2546
+ }
2547
+ },
2548
+ "description": "Called on disconnectedCallback - removed from the DOM.",
2549
+ "privacy": "public",
2550
+ "inheritedFrom": {
2551
+ "name": "UI5Element",
2552
+ "package": "@ui5/webcomponents-base",
2553
+ "module": "dist/UI5Element.js"
2554
+ }
2555
+ },
2556
+ {
2557
+ "kind": "method",
2558
+ "name": "attachInvalidate",
2559
+ "return": {
2560
+ "type": {
2561
+ "text": "void"
2562
+ }
2563
+ },
2564
+ "parameters": [
2565
+ {
2566
+ "name": "callback",
2567
+ "type": {
2568
+ "text": "(param: InvalidationInfo) => void"
2569
+ }
2570
+ }
2571
+ ],
2572
+ "description": "Attach a callback that will be executed whenever the component is invalidated",
2573
+ "privacy": "public",
2574
+ "inheritedFrom": {
2575
+ "name": "UI5Element",
2576
+ "package": "@ui5/webcomponents-base",
2577
+ "module": "dist/UI5Element.js"
2578
+ }
2579
+ },
2580
+ {
2581
+ "kind": "method",
2582
+ "name": "detachInvalidate",
2583
+ "return": {
2584
+ "type": {
2585
+ "text": "void"
2586
+ }
2587
+ },
2588
+ "parameters": [
2589
+ {
2590
+ "name": "callback",
2591
+ "type": {
2592
+ "text": "(param: InvalidationInfo) => void"
2593
+ }
2594
+ }
2595
+ ],
2596
+ "description": "Detach the callback that is executed whenever the component is invalidated",
2597
+ "privacy": "public",
2598
+ "inheritedFrom": {
2599
+ "name": "UI5Element",
2600
+ "package": "@ui5/webcomponents-base",
2601
+ "module": "dist/UI5Element.js"
2602
+ }
2603
+ },
2604
+ {
2605
+ "kind": "method",
2606
+ "name": "onInvalidation",
2607
+ "return": {
2608
+ "type": {
2609
+ "text": "void"
2610
+ }
2611
+ },
2612
+ "parameters": [
2613
+ {
2614
+ "name": "changeInfo",
2615
+ "type": {
2616
+ "text": "ChangeInfo",
2617
+ "references": [
2618
+ {
2619
+ "name": "ChangeInfo",
2620
+ "package": "@ui5/webcomponents-base",
2621
+ "module": "dist/UI5Element.js"
2622
+ }
2623
+ ]
2624
+ },
2625
+ "description": "An object with information about the change that caused invalidation.\nThe object can have the following properties:\n- type: (property|slot) tells what caused the invalidation\n1) property: a property value was changed either directly or as a result of changing the corresponding attribute\n2) slot: a slotted node(nodes) changed in one of several ways (see \"reason\")\n\n- name: the name of the property or slot that caused the invalidation\n\n- reason: (children|textcontent|childchange|slotchange) relevant only for type=\"slot\" only and tells exactly what changed in the slot\n1) children: immediate children (HTML elements or text nodes) were added, removed or reordered in the slot\n2) textcontent: text nodes in the slot changed value (or nested text nodes were added or changed value). Can only trigger for slots of \"type: Node\"\n3) slotchange: a slot element, slotted inside that slot had its \"slotchange\" event listener called. This practically means that transitively slotted children changed.\nCan only trigger if the child of a slot is a slot element itself.\n4) childchange: indicates that a UI5Element child in that slot was invalidated and in turn invalidated the component.\nCan only trigger for slots with \"invalidateOnChildChange\" metadata descriptor\n\n- newValue: the new value of the property (for type=\"property\" only)\n\n- oldValue: the old value of the property (for type=\"property\" only)\n\n- child the child that was changed (for type=\"slot\" and reason=\"childchange\" only)"
2626
+ }
2627
+ ],
2628
+ "description": "A callback that is executed each time an already rendered component is invalidated (scheduled for re-rendering)",
2629
+ "privacy": "public",
2630
+ "inheritedFrom": {
2631
+ "name": "UI5Element",
2632
+ "package": "@ui5/webcomponents-base",
2633
+ "module": "dist/UI5Element.js"
2634
+ }
2635
+ },
2636
+ {
2637
+ "kind": "method",
2638
+ "name": "getDomRef",
2639
+ "return": {
2640
+ "type": {
2641
+ "text": "HTMLElement | undefined"
2642
+ }
2643
+ },
2644
+ "description": "Returns the DOM Element inside the Shadow Root that corresponds to the opening tag in the UI5 Web Component's template\n*Note:* For logical (abstract) elements (items, options, etc...), returns the part of the parent's DOM that represents this option\nUse this method instead of \"this.shadowRoot\" to read the Shadow DOM, if ever necessary",
2645
+ "privacy": "public",
2646
+ "inheritedFrom": {
2647
+ "name": "UI5Element",
2648
+ "package": "@ui5/webcomponents-base",
2649
+ "module": "dist/UI5Element.js"
2650
+ }
2651
+ },
2652
+ {
2653
+ "kind": "method",
2654
+ "name": "getFocusDomRef",
2655
+ "return": {
2656
+ "type": {
2657
+ "text": "HTMLElement | undefined"
2658
+ }
2659
+ },
2660
+ "description": "Returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
2661
+ "privacy": "public",
2662
+ "inheritedFrom": {
2663
+ "name": "UI5Element",
2664
+ "package": "@ui5/webcomponents-base",
2665
+ "module": "dist/UI5Element.js"
2666
+ }
2667
+ },
2668
+ {
2669
+ "kind": "method",
2670
+ "name": "getFocusDomRefAsync",
2671
+ "return": {
2672
+ "type": {
2673
+ "text": "Promise<HTMLElement | undefined>"
2674
+ }
2675
+ },
2676
+ "description": "Waits for dom ref and then returns the DOM Element marked with \"data-sap-focus-ref\" inside the template.\nThis is the element that will receive the focus by default.",
2677
+ "privacy": "public",
2678
+ "inheritedFrom": {
2679
+ "name": "UI5Element",
2680
+ "package": "@ui5/webcomponents-base",
2681
+ "module": "dist/UI5Element.js"
2682
+ }
2683
+ },
2684
+ {
2685
+ "kind": "method",
2686
+ "name": "focus",
2687
+ "return": {
2688
+ "type": {
2689
+ "text": "Promise<void>"
2690
+ }
2691
+ },
2692
+ "parameters": [
2693
+ {
2694
+ "name": "focusOptions",
2695
+ "optional": true,
2696
+ "type": {
2697
+ "text": "FocusOptions"
2698
+ },
2699
+ "description": "additional options for the focus"
2700
+ }
2701
+ ],
2702
+ "description": "Set the focus to the element, returned by \"getFocusDomRef()\" (marked by \"data-sap-focus-ref\")",
2703
+ "privacy": "public",
2704
+ "inheritedFrom": {
2705
+ "name": "UI5Element",
2706
+ "package": "@ui5/webcomponents-base",
2707
+ "module": "dist/UI5Element.js"
2708
+ }
2709
+ },
2710
+ {
2711
+ "kind": "method",
2712
+ "name": "fireEvent",
2713
+ "return": {
2714
+ "type": {
2715
+ "text": "boolean"
2716
+ },
2717
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
2718
+ },
2719
+ "parameters": [
2720
+ {
2721
+ "name": "name",
2722
+ "type": {
2723
+ "text": "string"
2724
+ },
2725
+ "description": "name of the event"
2726
+ },
2727
+ {
2728
+ "name": "data",
2729
+ "optional": true,
2730
+ "type": {
2731
+ "text": "T"
2732
+ },
2733
+ "description": "additional data for the event"
2734
+ },
2735
+ {
2736
+ "name": "cancelable",
2737
+ "default": "false",
2738
+ "description": "true, if the user can call preventDefault on the event object"
2739
+ },
2740
+ {
2741
+ "name": "bubbles",
2742
+ "default": "true",
2743
+ "description": "true, if the event bubbles"
2744
+ }
2745
+ ],
2746
+ "privacy": "public",
2747
+ "deprecated": "use fireDecoratorEvent instead",
2748
+ "inheritedFrom": {
2749
+ "name": "UI5Element",
2750
+ "package": "@ui5/webcomponents-base",
2751
+ "module": "dist/UI5Element.js"
2752
+ }
2753
+ },
2754
+ {
2755
+ "kind": "method",
2756
+ "name": "fireDecoratorEvent",
2757
+ "return": {
2758
+ "type": {
2759
+ "text": "boolean"
2760
+ },
2761
+ "description": "false, if the event was cancelled (preventDefault called), true otherwise"
2762
+ },
2763
+ "parameters": [
2764
+ {
2765
+ "name": "name",
2766
+ "type": {
2767
+ "text": "N"
2768
+ },
2769
+ "description": "name of the event"
2770
+ },
2771
+ {
2772
+ "name": "data",
2773
+ "optional": true,
2774
+ "type": {
2775
+ "text": "this[\"eventDetails\"][N] | undefined"
2776
+ },
2777
+ "description": "additional data for the event"
2778
+ }
2779
+ ],
2780
+ "description": "Fires a custom event, configured via the \"event\" decorator.",
2781
+ "privacy": "public",
2782
+ "inheritedFrom": {
2783
+ "name": "UI5Element",
2784
+ "package": "@ui5/webcomponents-base",
2785
+ "module": "dist/UI5Element.js"
2786
+ }
2787
+ },
2788
+ {
2789
+ "kind": "method",
2790
+ "name": "getSlottedNodes",
2791
+ "return": {
2792
+ "type": {
2793
+ "text": "Array<T>"
2794
+ }
2795
+ },
2796
+ "description": "Returns the actual children, associated with a slot.\nUseful when there are transitive slots in nested component scenarios and you don't want to get a list of the slots, but rather of their content.",
2797
+ "privacy": "public",
2798
+ "inheritedFrom": {
2799
+ "name": "UI5Element",
2800
+ "package": "@ui5/webcomponents-base",
2801
+ "module": "dist/UI5Element.js"
2802
+ }
2803
+ },
2804
+ {
2805
+ "kind": "method",
2806
+ "name": "attachComponentStateFinalized",
2807
+ "return": {
2808
+ "type": {
2809
+ "text": "void"
2810
+ }
2811
+ },
2812
+ "parameters": [
2813
+ {
2814
+ "name": "callback",
2815
+ "type": {
2816
+ "text": "() => void"
2817
+ }
2818
+ }
2819
+ ],
2820
+ "description": "Attach a callback that will be executed whenever the component's state is finalized",
2821
+ "privacy": "public",
2822
+ "inheritedFrom": {
2823
+ "name": "UI5Element",
2824
+ "package": "@ui5/webcomponents-base",
2825
+ "module": "dist/UI5Element.js"
2826
+ }
2827
+ },
2828
+ {
2829
+ "kind": "method",
2830
+ "name": "detachComponentStateFinalized",
2831
+ "return": {
2832
+ "type": {
2833
+ "text": "void"
2834
+ }
2835
+ },
2836
+ "parameters": [
2837
+ {
2838
+ "name": "callback",
2839
+ "type": {
2840
+ "text": "() => void"
2841
+ }
2842
+ }
2843
+ ],
2844
+ "description": "Detach the callback that is executed whenever the component's state is finalized",
2845
+ "privacy": "public",
2846
+ "inheritedFrom": {
2847
+ "name": "UI5Element",
2848
+ "package": "@ui5/webcomponents-base",
2849
+ "module": "dist/UI5Element.js"
2850
+ }
2851
+ },
2852
+ {
2853
+ "kind": "field",
2854
+ "name": "effectiveDir",
2855
+ "type": {
2856
+ "text": "string | undefined"
2857
+ },
2858
+ "description": "Determines whether the component should be rendered in RTL mode or not.\nReturns: \"rtl\", \"ltr\" or undefined",
2859
+ "privacy": "public",
2860
+ "default": "undefined",
2861
+ "readonly": true,
2862
+ "inheritedFrom": {
2863
+ "name": "UI5Element",
2864
+ "package": "@ui5/webcomponents-base",
2865
+ "module": "dist/UI5Element.js"
2866
+ }
2867
+ },
2868
+ {
2869
+ "kind": "field",
2870
+ "name": "isUI5Element",
2871
+ "type": {
2872
+ "text": "boolean"
2873
+ },
2874
+ "description": "Used to duck-type UI5 elements without using instanceof",
2875
+ "privacy": "public",
2876
+ "default": "true",
2877
+ "readonly": true,
2878
+ "inheritedFrom": {
2879
+ "name": "UI5Element",
2880
+ "package": "@ui5/webcomponents-base",
2881
+ "module": "dist/UI5Element.js"
2882
+ }
2883
+ },
2884
+ {
2885
+ "kind": "method",
2886
+ "name": "getUniqueDependencies",
2887
+ "static": true,
2888
+ "return": {
2889
+ "type": {
2890
+ "text": "Array<typeof UI5Element>"
2891
+ }
2892
+ },
2893
+ "description": "Returns a list of the unique dependencies for this UI5 Web Component",
2894
+ "privacy": "public",
2895
+ "inheritedFrom": {
2896
+ "name": "UI5Element",
2897
+ "package": "@ui5/webcomponents-base",
2898
+ "module": "dist/UI5Element.js"
2899
+ }
2900
+ },
2901
+ {
2902
+ "kind": "method",
2903
+ "name": "define",
2904
+ "static": true,
2905
+ "return": {
2906
+ "type": {
2907
+ "text": "typeof UI5Element"
2908
+ }
2909
+ },
2910
+ "description": "Registers a UI5 Web Component in the browser window object",
2911
+ "privacy": "public",
2912
+ "inheritedFrom": {
2913
+ "name": "UI5Element",
2914
+ "package": "@ui5/webcomponents-base",
2915
+ "module": "dist/UI5Element.js"
2916
+ }
2917
+ },
2918
+ {
2919
+ "kind": "method",
2920
+ "name": "getMetadata",
2921
+ "static": true,
2922
+ "return": {
2923
+ "type": {
2924
+ "text": "UI5ElementMetadata",
2925
+ "references": [
2926
+ {
2927
+ "name": "UI5ElementMetadata",
2928
+ "package": "@ui5/webcomponents-base",
2929
+ "module": "dist/UI5ElementMetadata.js"
2930
+ }
2931
+ ]
2932
+ }
2933
+ },
2934
+ "description": "Returns an instance of UI5ElementMetadata.js representing this UI5 Web Component's full metadata (its and its parents')\nNote: not to be confused with the \"get metadata()\" method, which returns an object for this class's metadata only",
2935
+ "privacy": "public",
2936
+ "inheritedFrom": {
2937
+ "name": "UI5Element",
2938
+ "package": "@ui5/webcomponents-base",
2939
+ "module": "dist/UI5Element.js"
2940
+ }
687
2941
  }
688
2942
  ],
689
2943
  "attributes": [