@ui5/webcomponents-compat 0.0.0-bf8366eb6 → 0.0.0-c42896b6b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +712 -0
- package/README.md +7 -7
- package/cypress.config.js +3 -0
- package/dist/Table.d.ts +23 -27
- package/dist/Table.js +131 -76
- package/dist/Table.js.map +1 -1
- package/dist/TableCell.d.ts +1 -1
- package/dist/TableCell.js +24 -6
- package/dist/TableCell.js.map +1 -1
- package/dist/TableCellTemplate.d.ts +2 -0
- package/dist/TableCellTemplate.js +5 -0
- package/dist/TableCellTemplate.js.map +1 -0
- package/dist/TableColumn.d.ts +4 -3
- package/dist/TableColumn.js +50 -7
- package/dist/TableColumn.js.map +1 -1
- package/dist/TableColumnTemplate.d.ts +2 -0
- package/dist/TableColumnTemplate.js +5 -0
- package/dist/TableColumnTemplate.js.map +1 -0
- package/dist/TableGroupRow.d.ts +7 -4
- package/dist/TableGroupRow.js +29 -21
- package/dist/TableGroupRow.js.map +1 -1
- package/dist/TableGroupRowTemplate.d.ts +2 -0
- package/dist/TableGroupRowTemplate.js +5 -0
- package/dist/TableGroupRowTemplate.js.map +1 -0
- package/dist/TableRow.d.ts +15 -9
- package/dist/TableRow.js +104 -43
- package/dist/TableRow.js.map +1 -1
- package/dist/TableRowTemplate.d.ts +2 -0
- package/dist/TableRowTemplate.js +15 -0
- package/dist/TableRowTemplate.js.map +1 -0
- package/dist/TableTemplate.d.ts +2 -0
- package/dist/TableTemplate.js +20 -0
- package/dist/TableTemplate.js.map +1 -0
- package/dist/bundle.esm.d.ts +1 -1
- package/dist/bundle.esm.js +13 -7
- package/dist/bundle.esm.js.map +1 -1
- package/dist/bundle.scoped.config.d.ts +1 -0
- package/dist/bundle.scoped.config.js +5 -0
- package/dist/bundle.scoped.config.js.map +1 -0
- package/dist/bundle.scoped.esm.d.ts +1 -0
- package/dist/bundle.scoped.esm.js +1 -4
- package/dist/bundle.scoped.esm.js.map +1 -1
- package/dist/css/themes/GrowingButton.css +1 -1
- package/dist/css/themes/Table.css +1 -1
- package/dist/css/themes/TableCell.css +1 -1
- package/dist/css/themes/TableColumn.css +1 -1
- package/dist/css/themes/TableGroupRow.css +1 -1
- package/dist/css/themes/TableRow.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +73 -68
- package/dist/custom-elements.json +43 -32
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.d.ts +1 -1
- package/dist/generated/i18n/i18n-defaults.js +2 -3
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
- package/dist/generated/json-imports/Themes-fetch.js +25 -0
- package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
- package/dist/generated/json-imports/Themes-node.d.ts +1 -0
- package/dist/generated/json-imports/Themes-node.js +25 -0
- package/dist/generated/json-imports/Themes-node.js.map +1 -0
- package/dist/generated/json-imports/Themes.js.map +1 -1
- package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
- package/dist/generated/json-imports/i18n-fetch.js +120 -0
- package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
- package/dist/generated/json-imports/i18n-node.d.ts +1 -0
- package/dist/generated/json-imports/i18n-node.js +120 -0
- package/dist/generated/json-imports/i18n-node.js.map +1 -0
- package/dist/generated/json-imports/i18n.js +2 -2
- package/dist/generated/json-imports/i18n.js.map +1 -1
- package/dist/generated/themes/GrowingButton.css.d.ts +2 -3
- package/dist/generated/themes/GrowingButton.css.js +2 -3
- package/dist/generated/themes/GrowingButton.css.js.map +1 -1
- package/dist/generated/themes/Table.css.d.ts +2 -3
- package/dist/generated/themes/Table.css.js +2 -3
- package/dist/generated/themes/Table.css.js.map +1 -1
- package/dist/generated/themes/TableCell.css.d.ts +2 -3
- package/dist/generated/themes/TableCell.css.js +2 -3
- package/dist/generated/themes/TableCell.css.js.map +1 -1
- package/dist/generated/themes/TableColumn.css.d.ts +2 -3
- package/dist/generated/themes/TableColumn.css.js +2 -3
- package/dist/generated/themes/TableColumn.css.js.map +1 -1
- package/dist/generated/themes/TableGroupRow.css.d.ts +2 -3
- package/dist/generated/themes/TableGroupRow.css.js +2 -3
- package/dist/generated/themes/TableGroupRow.css.js.map +1 -1
- package/dist/generated/themes/TableRow.css.d.ts +2 -3
- package/dist/generated/themes/TableRow.css.js +2 -3
- package/dist/generated/themes/TableRow.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +2 -3
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +2 -3
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +2 -3
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +2 -3
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +2 -3
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +2 -3
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +2 -3
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -3
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +2 -3
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/utils/CompatCustomElementsScope.d.ts +5 -0
- package/dist/utils/CompatCustomElementsScope.js +38 -0
- package/dist/utils/CompatCustomElementsScope.js.map +1 -0
- package/dist/web-types.json +16 -16
- package/package-scripts.cjs +4 -0
- package/package.json +11 -7
- package/src/TableCellTemplate.tsx +13 -0
- package/src/TableColumnTemplate.tsx +13 -0
- package/src/TableGroupRowTemplate.tsx +17 -0
- package/src/TableRowTemplate.tsx +92 -0
- package/src/TableTemplate.tsx +129 -0
- package/src/i18n/messagebundle_ca.properties +1 -1
- package/src/i18n/messagebundle_cy.properties +1 -1
- package/src/i18n/messagebundle_en_US_sappsd.properties +5 -296
- package/src/i18n/messagebundle_en_US_saptrc.properties +10 -301
- package/src/i18n/messagebundle_fr.properties +3 -3
- package/src/i18n/messagebundle_fr_CA.properties +3 -3
- package/src/i18n/messagebundle_hr.properties +1 -1
- package/src/i18n/messagebundle_it.properties +1 -1
- package/src/i18n/messagebundle_lv.properties +1 -1
- package/src/themes/GrowingButton.css +12 -12
- package/src/themes/Table.css +15 -22
- package/src/themes/TableGroupRow.css +1 -1
- package/src/themes/TableRow.css +37 -2
- package/src/themes/base/Table-parameters.css +1 -0
- package/src/themes/base/sizes-parameters.css +0 -1
- package/src/themes/sap_horizon/Table-parameters.css +1 -2
- package/src/themes/sap_horizon/parameters-bundle.css +0 -1
- package/src/themes/sap_horizon_dark/Table-parameters.css +1 -2
- package/src/themes/sap_horizon_dark/parameters-bundle.css +0 -1
- package/src/themes/sap_horizon_hcb/Table-parameters.css +1 -2
- package/src/themes/sap_horizon_hcw/Table-parameters.css +1 -2
- package/tsconfig.json +34 -26
- package/dist/generated/assets/i18n/messagebundle_in.json +0 -1
- package/dist/generated/templates/TableCellTemplate.lit.d.ts +0 -4
- package/dist/generated/templates/TableCellTemplate.lit.js +0 -5
- package/dist/generated/templates/TableCellTemplate.lit.js.map +0 -1
- package/dist/generated/templates/TableColumnTemplate.lit.d.ts +0 -4
- package/dist/generated/templates/TableColumnTemplate.lit.js +0 -5
- package/dist/generated/templates/TableColumnTemplate.lit.js.map +0 -1
- package/dist/generated/templates/TableGroupRowTemplate.lit.d.ts +0 -4
- package/dist/generated/templates/TableGroupRowTemplate.lit.js +0 -5
- package/dist/generated/templates/TableGroupRowTemplate.lit.js.map +0 -1
- package/dist/generated/templates/TableRowTemplate.lit.d.ts +0 -4
- package/dist/generated/templates/TableRowTemplate.lit.js +0 -16
- package/dist/generated/templates/TableRowTemplate.lit.js.map +0 -1
- package/dist/generated/templates/TableTemplate.lit.d.ts +0 -4
- package/dist/generated/templates/TableTemplate.lit.js +0 -15
- package/dist/generated/templates/TableTemplate.lit.js.map +0 -1
- package/src/Table.hbs +0 -121
- package/src/TableCell.hbs +0 -7
- package/src/TableColumn.hbs +0 -7
- package/src/TableGroupRow.hbs +0 -11
- package/src/TableRow.hbs +0 -85
- package/src/i18n/messagebundle_in.properties +0 -172
- package/src/themes/sap_horizon/TableColumn-parameters.css +0 -5
- package/src/themes/sap_horizon_dark/TableColumn-parameters.css +0 -5
|
@@ -188,6 +188,12 @@
|
|
|
188
188
|
}
|
|
189
189
|
]
|
|
190
190
|
},
|
|
191
|
+
{
|
|
192
|
+
"kind": "javascript-module",
|
|
193
|
+
"path": "dist/utils/CompatCustomElementsScope.js",
|
|
194
|
+
"declarations": [],
|
|
195
|
+
"exports": []
|
|
196
|
+
},
|
|
191
197
|
{
|
|
192
198
|
"kind": "javascript-module",
|
|
193
199
|
"path": "dist/Assets.js",
|
|
@@ -246,36 +252,33 @@
|
|
|
246
252
|
"kind": "field",
|
|
247
253
|
"name": "noDataText",
|
|
248
254
|
"type": {
|
|
249
|
-
"text": "string"
|
|
255
|
+
"text": "string | undefined"
|
|
250
256
|
},
|
|
251
257
|
"description": "Defines the text that will be displayed when there is no data and `hideNoData` is not present.",
|
|
252
|
-
"default": "
|
|
253
|
-
"privacy": "public"
|
|
254
|
-
"_ui5validator": "String"
|
|
258
|
+
"default": "undefined",
|
|
259
|
+
"privacy": "public"
|
|
255
260
|
},
|
|
256
261
|
{
|
|
257
262
|
"kind": "field",
|
|
258
263
|
"name": "growingButtonText",
|
|
259
264
|
"type": {
|
|
260
|
-
"text": "string"
|
|
265
|
+
"text": "string | undefined"
|
|
261
266
|
},
|
|
262
267
|
"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`.",
|
|
263
|
-
"default": "
|
|
268
|
+
"default": "undefined",
|
|
264
269
|
"privacy": "public",
|
|
265
|
-
"_ui5since": "2.0.0"
|
|
266
|
-
"_ui5validator": "String"
|
|
270
|
+
"_ui5since": "2.0.0"
|
|
267
271
|
},
|
|
268
272
|
{
|
|
269
273
|
"kind": "field",
|
|
270
274
|
"name": "growingButtonSubtext",
|
|
271
275
|
"type": {
|
|
272
|
-
"text": "string"
|
|
276
|
+
"text": "string | undefined"
|
|
273
277
|
},
|
|
274
278
|
"description": "Defines the subtext that will be displayed under the `growingButtonText`.\n\n**Note:** This property takes effect if `growing` is set to `Button`.",
|
|
275
|
-
"default": "
|
|
279
|
+
"default": "undefined",
|
|
276
280
|
"privacy": "public",
|
|
277
|
-
"_ui5since": "2.0.0"
|
|
278
|
-
"_ui5validator": "String"
|
|
281
|
+
"_ui5since": "2.0.0"
|
|
279
282
|
},
|
|
280
283
|
{
|
|
281
284
|
"kind": "field",
|
|
@@ -283,11 +286,10 @@
|
|
|
283
286
|
"type": {
|
|
284
287
|
"text": "boolean"
|
|
285
288
|
},
|
|
286
|
-
"description": "Defines if the value of `noDataText` will be diplayed when there is no rows present in the table.",
|
|
287
289
|
"default": "false",
|
|
290
|
+
"description": "Defines if the value of `noDataText` will be diplayed when there is no rows present in the table.",
|
|
288
291
|
"privacy": "public",
|
|
289
|
-
"_ui5since": "2.0.0"
|
|
290
|
-
"_ui5validator": "Boolean"
|
|
292
|
+
"_ui5since": "2.0.0"
|
|
291
293
|
},
|
|
292
294
|
{
|
|
293
295
|
"kind": "field",
|
|
@@ -302,11 +304,10 @@
|
|
|
302
304
|
}
|
|
303
305
|
]
|
|
304
306
|
},
|
|
305
|
-
"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\"`.",
|
|
306
307
|
"default": "\"None\"",
|
|
308
|
+
"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\"`.",
|
|
307
309
|
"privacy": "public",
|
|
308
|
-
"_ui5since": "2.0.0"
|
|
309
|
-
"_ui5validator": "TableGrowingMode"
|
|
310
|
+
"_ui5since": "2.0.0"
|
|
310
311
|
},
|
|
311
312
|
{
|
|
312
313
|
"kind": "field",
|
|
@@ -314,11 +315,10 @@
|
|
|
314
315
|
"type": {
|
|
315
316
|
"text": "boolean"
|
|
316
317
|
},
|
|
317
|
-
"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.",
|
|
318
318
|
"default": "false",
|
|
319
|
+
"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.",
|
|
319
320
|
"privacy": "public",
|
|
320
|
-
"_ui5since": "2.0.0"
|
|
321
|
-
"_ui5validator": "Boolean"
|
|
321
|
+
"_ui5since": "2.0.0"
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
324
|
"kind": "field",
|
|
@@ -326,10 +326,9 @@
|
|
|
326
326
|
"type": {
|
|
327
327
|
"text": "number"
|
|
328
328
|
},
|
|
329
|
-
"description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
|
|
330
329
|
"default": "1000",
|
|
331
|
-
"
|
|
332
|
-
"
|
|
330
|
+
"description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
|
|
331
|
+
"privacy": "public"
|
|
333
332
|
},
|
|
334
333
|
{
|
|
335
334
|
"kind": "field",
|
|
@@ -337,10 +336,9 @@
|
|
|
337
336
|
"type": {
|
|
338
337
|
"text": "boolean"
|
|
339
338
|
},
|
|
340
|
-
"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.",
|
|
341
339
|
"default": "false",
|
|
342
|
-
"
|
|
343
|
-
"
|
|
340
|
+
"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.",
|
|
341
|
+
"privacy": "public"
|
|
344
342
|
},
|
|
345
343
|
{
|
|
346
344
|
"kind": "field",
|
|
@@ -355,11 +353,10 @@
|
|
|
355
353
|
}
|
|
356
354
|
]
|
|
357
355
|
},
|
|
358
|
-
"description": "Defines the mode of the component.",
|
|
359
356
|
"default": "\"None\"",
|
|
357
|
+
"description": "Defines the mode of the component.",
|
|
360
358
|
"privacy": "public",
|
|
361
|
-
"_ui5since": "2.0.0"
|
|
362
|
-
"_ui5validator": "TableMode"
|
|
359
|
+
"_ui5since": "2.0.0"
|
|
363
360
|
},
|
|
364
361
|
{
|
|
365
362
|
"kind": "field",
|
|
@@ -370,20 +367,18 @@
|
|
|
370
367
|
"description": "Defines the accessible ARIA name of the component.",
|
|
371
368
|
"default": "undefined",
|
|
372
369
|
"privacy": "public",
|
|
373
|
-
"_ui5since": "2.0.0"
|
|
374
|
-
"_ui5validator": "String"
|
|
370
|
+
"_ui5since": "2.0.0"
|
|
375
371
|
},
|
|
376
372
|
{
|
|
377
373
|
"kind": "field",
|
|
378
374
|
"name": "accessibleNameRef",
|
|
379
375
|
"type": {
|
|
380
|
-
"text": "string"
|
|
376
|
+
"text": "string | undefined"
|
|
381
377
|
},
|
|
382
378
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
383
|
-
"default": "
|
|
379
|
+
"default": "undefined",
|
|
384
380
|
"privacy": "public",
|
|
385
|
-
"_ui5since": "2.0.0"
|
|
386
|
-
"_ui5validator": "String"
|
|
381
|
+
"_ui5since": "2.0.0"
|
|
387
382
|
}
|
|
388
383
|
],
|
|
389
384
|
"events": [
|
|
@@ -401,6 +396,9 @@
|
|
|
401
396
|
]
|
|
402
397
|
},
|
|
403
398
|
"description": "Fired when a row in `Active` mode is clicked or `Enter` key is pressed.",
|
|
399
|
+
"_ui5Cancelable": false,
|
|
400
|
+
"_ui5allowPreventDefault": false,
|
|
401
|
+
"_ui5Bubbles": true,
|
|
404
402
|
"_ui5parameters": [
|
|
405
403
|
{
|
|
406
404
|
"type": {
|
|
@@ -426,6 +424,9 @@
|
|
|
426
424
|
]
|
|
427
425
|
},
|
|
428
426
|
"description": "Fired when `ui5-table-column` is shown as a pop-in instead of hiding it.",
|
|
427
|
+
"_ui5Cancelable": false,
|
|
428
|
+
"_ui5allowPreventDefault": false,
|
|
429
|
+
"_ui5Bubbles": true,
|
|
429
430
|
"_ui5since": "2.0.0",
|
|
430
431
|
"_ui5parameters": [
|
|
431
432
|
{
|
|
@@ -445,6 +446,9 @@
|
|
|
445
446
|
"text": "CustomEvent"
|
|
446
447
|
},
|
|
447
448
|
"description": "Fired when the user presses the `More` button or scrolls to the table's end.\n\n**Note:** The event will be fired if `growing` is set to `Button` or `Scroll`.",
|
|
449
|
+
"_ui5Cancelable": false,
|
|
450
|
+
"_ui5allowPreventDefault": false,
|
|
451
|
+
"_ui5Bubbles": true,
|
|
448
452
|
"_ui5since": "2.0.0"
|
|
449
453
|
},
|
|
450
454
|
{
|
|
@@ -461,6 +465,9 @@
|
|
|
461
465
|
]
|
|
462
466
|
},
|
|
463
467
|
"description": "Fired when selection is changed by user interaction\nin `SingleSelect` and `MultiSelect` modes.",
|
|
468
|
+
"_ui5Cancelable": false,
|
|
469
|
+
"_ui5allowPreventDefault": false,
|
|
470
|
+
"_ui5Bubbles": true,
|
|
464
471
|
"_ui5since": "2.0.0",
|
|
465
472
|
"_ui5parameters": [
|
|
466
473
|
{
|
|
@@ -486,28 +493,28 @@
|
|
|
486
493
|
{
|
|
487
494
|
"description": "Defines the text that will be displayed when there is no data and `hideNoData` is not present.",
|
|
488
495
|
"name": "no-data-text",
|
|
489
|
-
"default": "
|
|
496
|
+
"default": "undefined",
|
|
490
497
|
"fieldName": "noDataText",
|
|
491
498
|
"type": {
|
|
492
|
-
"text": "string"
|
|
499
|
+
"text": "string | undefined"
|
|
493
500
|
}
|
|
494
501
|
},
|
|
495
502
|
{
|
|
496
503
|
"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`.",
|
|
497
504
|
"name": "growing-button-text",
|
|
498
|
-
"default": "
|
|
505
|
+
"default": "undefined",
|
|
499
506
|
"fieldName": "growingButtonText",
|
|
500
507
|
"type": {
|
|
501
|
-
"text": "string"
|
|
508
|
+
"text": "string | undefined"
|
|
502
509
|
}
|
|
503
510
|
},
|
|
504
511
|
{
|
|
505
512
|
"description": "Defines the subtext that will be displayed under the `growingButtonText`.\n\n**Note:** This property takes effect if `growing` is set to `Button`.",
|
|
506
513
|
"name": "growing-button-subtext",
|
|
507
|
-
"default": "
|
|
514
|
+
"default": "undefined",
|
|
508
515
|
"fieldName": "growingButtonSubtext",
|
|
509
516
|
"type": {
|
|
510
|
-
"text": "string"
|
|
517
|
+
"text": "string | undefined"
|
|
511
518
|
}
|
|
512
519
|
},
|
|
513
520
|
{
|
|
@@ -576,10 +583,10 @@
|
|
|
576
583
|
{
|
|
577
584
|
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
578
585
|
"name": "accessible-name-ref",
|
|
579
|
-
"default": "
|
|
586
|
+
"default": "undefined",
|
|
580
587
|
"fieldName": "accessibleNameRef",
|
|
581
588
|
"type": {
|
|
582
|
-
"text": "string"
|
|
589
|
+
"text": "string | undefined"
|
|
583
590
|
}
|
|
584
591
|
}
|
|
585
592
|
],
|
|
@@ -588,6 +595,7 @@
|
|
|
588
595
|
"package": "@ui5/webcomponents-base",
|
|
589
596
|
"module": "dist/UI5Element.js"
|
|
590
597
|
},
|
|
598
|
+
"deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.",
|
|
591
599
|
"tagName": "ui5-table",
|
|
592
600
|
"customElement": true,
|
|
593
601
|
"_ui5privacy": "public"
|
|
@@ -642,6 +650,7 @@
|
|
|
642
650
|
"package": "@ui5/webcomponents-base",
|
|
643
651
|
"module": "dist/UI5Element.js"
|
|
644
652
|
},
|
|
653
|
+
"deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/TableCell.js` instead.",
|
|
645
654
|
"tagName": "ui5-table-cell",
|
|
646
655
|
"customElement": true,
|
|
647
656
|
"_ui5privacy": "public"
|
|
@@ -697,21 +706,19 @@
|
|
|
697
706
|
"type": {
|
|
698
707
|
"text": "number"
|
|
699
708
|
},
|
|
700
|
-
"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.",
|
|
701
709
|
"default": "Infinity",
|
|
702
|
-
"
|
|
703
|
-
"
|
|
710
|
+
"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.",
|
|
711
|
+
"privacy": "public"
|
|
704
712
|
},
|
|
705
713
|
{
|
|
706
714
|
"kind": "field",
|
|
707
715
|
"name": "popinText",
|
|
708
716
|
"type": {
|
|
709
|
-
"text": "string"
|
|
717
|
+
"text": "string | undefined"
|
|
710
718
|
},
|
|
711
719
|
"description": "The text for the column when it pops in.",
|
|
712
|
-
"default": "
|
|
713
|
-
"privacy": "public"
|
|
714
|
-
"_ui5validator": "String"
|
|
720
|
+
"default": "undefined",
|
|
721
|
+
"privacy": "public"
|
|
715
722
|
},
|
|
716
723
|
{
|
|
717
724
|
"kind": "field",
|
|
@@ -719,10 +726,9 @@
|
|
|
719
726
|
"type": {
|
|
720
727
|
"text": "boolean"
|
|
721
728
|
},
|
|
722
|
-
"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.",
|
|
723
729
|
"default": "false",
|
|
724
|
-
"
|
|
725
|
-
"
|
|
730
|
+
"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.",
|
|
731
|
+
"privacy": "public"
|
|
726
732
|
},
|
|
727
733
|
{
|
|
728
734
|
"kind": "field",
|
|
@@ -737,10 +743,9 @@
|
|
|
737
743
|
}
|
|
738
744
|
]
|
|
739
745
|
},
|
|
740
|
-
"description": "Defines how the popin row is displayed.\n\n**The available values are:**\n\n- `Block`\n- `Inline`",
|
|
741
746
|
"default": "\"Block\"",
|
|
742
|
-
"
|
|
743
|
-
"
|
|
747
|
+
"description": "Defines how the popin row is displayed.\n\n**The available values are:**\n\n- `Block`\n- `Inline`",
|
|
748
|
+
"privacy": "public"
|
|
744
749
|
}
|
|
745
750
|
],
|
|
746
751
|
"attributes": [
|
|
@@ -756,10 +761,10 @@
|
|
|
756
761
|
{
|
|
757
762
|
"description": "The text for the column when it pops in.",
|
|
758
763
|
"name": "popin-text",
|
|
759
|
-
"default": "
|
|
764
|
+
"default": "undefined",
|
|
760
765
|
"fieldName": "popinText",
|
|
761
766
|
"type": {
|
|
762
|
-
"text": "string"
|
|
767
|
+
"text": "string | undefined"
|
|
763
768
|
}
|
|
764
769
|
},
|
|
765
770
|
{
|
|
@@ -786,6 +791,7 @@
|
|
|
786
791
|
"package": "@ui5/webcomponents-base",
|
|
787
792
|
"module": "dist/UI5Element.js"
|
|
788
793
|
},
|
|
794
|
+
"deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.",
|
|
789
795
|
"tagName": "ui5-table-column",
|
|
790
796
|
"customElement": true,
|
|
791
797
|
"_ui5privacy": "public"
|
|
@@ -839,6 +845,7 @@
|
|
|
839
845
|
"package": "@ui5/webcomponents-base",
|
|
840
846
|
"module": "dist/UI5Element.js"
|
|
841
847
|
},
|
|
848
|
+
"deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/Table.js` instead.",
|
|
842
849
|
"tagName": "ui5-table-group-row",
|
|
843
850
|
"customElement": true,
|
|
844
851
|
"_ui5since": "2.0.0",
|
|
@@ -921,11 +928,10 @@
|
|
|
921
928
|
}
|
|
922
929
|
]
|
|
923
930
|
},
|
|
924
|
-
"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.",
|
|
925
931
|
"default": "\"Inactive\"",
|
|
932
|
+
"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.",
|
|
926
933
|
"privacy": "public",
|
|
927
|
-
"_ui5since": "2.0.0"
|
|
928
|
-
"_ui5validator": "TableRowType"
|
|
934
|
+
"_ui5since": "2.0.0"
|
|
929
935
|
},
|
|
930
936
|
{
|
|
931
937
|
"kind": "field",
|
|
@@ -933,11 +939,10 @@
|
|
|
933
939
|
"type": {
|
|
934
940
|
"text": "boolean"
|
|
935
941
|
},
|
|
936
|
-
"description": "Defines the row's selected state.",
|
|
937
942
|
"default": "false",
|
|
943
|
+
"description": "Defines the row's selected state.",
|
|
938
944
|
"privacy": "public",
|
|
939
|
-
"_ui5since": "2.0.0"
|
|
940
|
-
"_ui5validator": "Boolean"
|
|
945
|
+
"_ui5since": "2.0.0"
|
|
941
946
|
},
|
|
942
947
|
{
|
|
943
948
|
"kind": "field",
|
|
@@ -945,11 +950,10 @@
|
|
|
945
950
|
"type": {
|
|
946
951
|
"text": "boolean"
|
|
947
952
|
},
|
|
948
|
-
"description": "Indicates if the table row is navigated.",
|
|
949
953
|
"default": "false",
|
|
954
|
+
"description": "Indicates if the table row is navigated.",
|
|
950
955
|
"privacy": "public",
|
|
951
|
-
"_ui5since": "2.0.0"
|
|
952
|
-
"_ui5validator": "Boolean"
|
|
956
|
+
"_ui5since": "2.0.0"
|
|
953
957
|
}
|
|
954
958
|
],
|
|
955
959
|
"attributes": [
|
|
@@ -986,6 +990,7 @@
|
|
|
986
990
|
"package": "@ui5/webcomponents-base",
|
|
987
991
|
"module": "dist/UI5Element.js"
|
|
988
992
|
},
|
|
993
|
+
"deprecated": "Deprecated as of version 2.12.0, use `@ui5/webcomponents/dist/TableRow.js` instead.",
|
|
989
994
|
"tagName": "ui5-table-row",
|
|
990
995
|
"customElement": true,
|
|
991
996
|
"_ui5privacy": "public",
|