@ui5/webcomponents-compat 0.0.0-037d08c67
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/.env.production +1 -0
- package/.env.testing +4 -0
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +1042 -0
- package/LICENSE.txt +201 -0
- package/README.md +45 -0
- package/cypress.config.js +3 -0
- package/dist/.tsbuildinfo +1 -0
- package/dist/Assets-fetch.d.ts +3 -0
- package/dist/Assets-fetch.js +6 -0
- package/dist/Assets-fetch.js.map +1 -0
- package/dist/Assets-node.d.ts +14 -0
- package/dist/Assets-node.js +17 -0
- package/dist/Assets-node.js.map +1 -0
- package/dist/Assets.d.ts +3 -0
- package/dist/Assets.js +6 -0
- package/dist/Assets.js.map +1 -0
- package/dist/Table.d.ts +358 -0
- package/dist/Table.js +923 -0
- package/dist/Table.js.map +1 -0
- package/dist/TableCell.d.ts +38 -0
- package/dist/TableCell.js +81 -0
- package/dist/TableCell.js.map +1 -0
- 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 +64 -0
- package/dist/TableColumn.js +102 -0
- package/dist/TableColumn.js.map +1 -0
- 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 +47 -0
- package/dist/TableGroupRow.js +110 -0
- package/dist/TableGroupRow.js.map +1 -0
- 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 +127 -0
- package/dist/TableRow.js +384 -0
- package/dist/TableRow.js.map +1 -0
- 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.common.bootstrap.d.ts +1 -0
- package/dist/bundle.common.bootstrap.js +3 -0
- package/dist/bundle.common.bootstrap.js.map +1 -0
- package/dist/bundle.esm.d.ts +3 -0
- package/dist/bundle.esm.js +19 -0
- package/dist/bundle.esm.js.map +1 -0
- 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 +3 -0
- package/dist/bundle.scoped.esm.js +5 -0
- package/dist/bundle.scoped.esm.js.map +1 -0
- package/dist/css/themes/GrowingButton.css +1 -0
- package/dist/css/themes/Table.css +1 -0
- package/dist/css/themes/TableCell.css +1 -0
- package/dist/css/themes/TableColumn.css +1 -0
- package/dist/css/themes/TableGroupRow.css +1 -0
- package/dist/css/themes/TableRow.css +1 -0
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +24 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +24 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +25 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +25 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +24 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +24 -0
- package/dist/custom-elements-internal.json +1038 -0
- package/dist/custom-elements.json +770 -0
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -0
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
- package/dist/generated/i18n/i18n-defaults.d.ts +12 -0
- package/dist/generated/i18n/i18n-defaults.js +12 -0
- package/dist/generated/i18n/i18n-defaults.js.map +1 -0
- 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.d.ts +1 -0
- package/dist/generated/json-imports/Themes.js +25 -0
- package/dist/generated/json-imports/Themes.js.map +1 -0
- 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.d.ts +1 -0
- package/dist/generated/json-imports/i18n.js +120 -0
- package/dist/generated/json-imports/i18n.js.map +1 -0
- package/dist/generated/themes/GrowingButton.css.d.ts +2 -0
- package/dist/generated/themes/GrowingButton.css.js +8 -0
- package/dist/generated/themes/GrowingButton.css.js.map +1 -0
- package/dist/generated/themes/Table.css.d.ts +2 -0
- package/dist/generated/themes/Table.css.js +8 -0
- package/dist/generated/themes/Table.css.js.map +1 -0
- package/dist/generated/themes/TableCell.css.d.ts +2 -0
- package/dist/generated/themes/TableCell.css.js +8 -0
- package/dist/generated/themes/TableCell.css.js.map +1 -0
- package/dist/generated/themes/TableColumn.css.d.ts +2 -0
- package/dist/generated/themes/TableColumn.css.js +8 -0
- package/dist/generated/themes/TableColumn.css.js.map +1 -0
- package/dist/generated/themes/TableGroupRow.css.d.ts +2 -0
- package/dist/generated/themes/TableGroupRow.css.js +8 -0
- package/dist/generated/themes/TableGroupRow.css.js.map +1 -0
- package/dist/generated/themes/TableRow.css.d.ts +2 -0
- package/dist/generated/themes/TableRow.css.js +8 -0
- package/dist/generated/themes/TableRow.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +26 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +26 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +26 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +26 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +27 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +27 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +26 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +26 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
- package/dist/types/TableColumnPopinDisplay.d.ts +17 -0
- package/dist/types/TableColumnPopinDisplay.js +19 -0
- package/dist/types/TableColumnPopinDisplay.js.map +1 -0
- package/dist/types/TableGrowingMode.d.ts +23 -0
- package/dist/types/TableGrowingMode.js +25 -0
- package/dist/types/TableGrowingMode.js.map +1 -0
- package/dist/types/TableMode.d.ts +22 -0
- package/dist/types/TableMode.js +24 -0
- package/dist/types/TableMode.js.map +1 -0
- package/dist/types/TableRowType.d.ts +17 -0
- package/dist/types/TableRowType.js +19 -0
- package/dist/types/TableRowType.js.map +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/vscode.html-custom-data.json +136 -0
- package/dist/web-types.json +354 -0
- package/jsconfig.json +11 -0
- package/package-scripts.cjs +19 -0
- package/package.json +62 -0
- 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.properties +32 -0
- package/src/i18n/messagebundle_ar.properties +20 -0
- package/src/i18n/messagebundle_bg.properties +20 -0
- package/src/i18n/messagebundle_ca.properties +20 -0
- package/src/i18n/messagebundle_cnr.properties +20 -0
- package/src/i18n/messagebundle_cs.properties +20 -0
- package/src/i18n/messagebundle_cy.properties +20 -0
- package/src/i18n/messagebundle_da.properties +20 -0
- package/src/i18n/messagebundle_de.properties +20 -0
- package/src/i18n/messagebundle_el.properties +20 -0
- package/src/i18n/messagebundle_en.properties +20 -0
- package/src/i18n/messagebundle_en_GB.properties +20 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +20 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +20 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +20 -0
- package/src/i18n/messagebundle_es.properties +20 -0
- package/src/i18n/messagebundle_es_MX.properties +20 -0
- package/src/i18n/messagebundle_et.properties +20 -0
- package/src/i18n/messagebundle_fi.properties +20 -0
- package/src/i18n/messagebundle_fr.properties +20 -0
- package/src/i18n/messagebundle_fr_CA.properties +20 -0
- package/src/i18n/messagebundle_hi.properties +20 -0
- package/src/i18n/messagebundle_hr.properties +20 -0
- package/src/i18n/messagebundle_hu.properties +20 -0
- package/src/i18n/messagebundle_id.properties +20 -0
- package/src/i18n/messagebundle_it.properties +20 -0
- package/src/i18n/messagebundle_iw.properties +20 -0
- package/src/i18n/messagebundle_ja.properties +20 -0
- package/src/i18n/messagebundle_kk.properties +20 -0
- package/src/i18n/messagebundle_ko.properties +20 -0
- package/src/i18n/messagebundle_lt.properties +20 -0
- package/src/i18n/messagebundle_lv.properties +20 -0
- package/src/i18n/messagebundle_mk.properties +20 -0
- package/src/i18n/messagebundle_ms.properties +20 -0
- package/src/i18n/messagebundle_nl.properties +20 -0
- package/src/i18n/messagebundle_no.properties +20 -0
- package/src/i18n/messagebundle_pl.properties +20 -0
- package/src/i18n/messagebundle_pt.properties +20 -0
- package/src/i18n/messagebundle_pt_PT.properties +20 -0
- package/src/i18n/messagebundle_ro.properties +20 -0
- package/src/i18n/messagebundle_ru.properties +20 -0
- package/src/i18n/messagebundle_sh.properties +20 -0
- package/src/i18n/messagebundle_sk.properties +20 -0
- package/src/i18n/messagebundle_sl.properties +20 -0
- package/src/i18n/messagebundle_sr.properties +20 -0
- package/src/i18n/messagebundle_sv.properties +20 -0
- package/src/i18n/messagebundle_th.properties +20 -0
- package/src/i18n/messagebundle_tr.properties +20 -0
- package/src/i18n/messagebundle_uk.properties +20 -0
- package/src/i18n/messagebundle_vi.properties +20 -0
- package/src/i18n/messagebundle_zh_CN.properties +20 -0
- package/src/i18n/messagebundle_zh_TW.properties +20 -0
- package/src/themes/GrowingButton.css +68 -0
- package/src/themes/Table.css +99 -0
- package/src/themes/TableCell.css +27 -0
- package/src/themes/TableColumn.css +25 -0
- package/src/themes/TableGroupRow.css +32 -0
- package/src/themes/TableRow.css +165 -0
- package/src/themes/base/GrowingButton-parameters.css +6 -0
- package/src/themes/base/Table-parameters.css +11 -0
- package/src/themes/base/TableColumn-parameters.css +3 -0
- package/src/themes/base/TableGroupRow-parameters.css +4 -0
- package/src/themes/base/TableRow-parameters.css +4 -0
- package/src/themes/base/sizes-parameters.css +21 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +6 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +6 -0
- package/src/themes/sap_fiori_3_hcb/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcb/Table-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/TableRow-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +6 -0
- package/src/themes/sap_fiori_3_hcw/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_fiori_3_hcw/Table-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/TableRow-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +6 -0
- package/src/themes/sap_horizon/GrowingButton-parameters.css +6 -0
- package/src/themes/sap_horizon/Table-parameters.css +8 -0
- package/src/themes/sap_horizon/TableGroupRow-parameters.css +6 -0
- package/src/themes/sap_horizon/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon/parameters-bundle.css +7 -0
- package/src/themes/sap_horizon_dark/GrowingButton-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/Table-parameters.css +8 -0
- package/src/themes/sap_horizon_dark/TableGroupRow-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +7 -0
- package/src/themes/sap_horizon_hcb/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb/Table-parameters.css +9 -0
- package/src/themes/sap_horizon_hcb/TableGroupRow-parameters.css +6 -0
- package/src/themes/sap_horizon_hcb/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +6 -0
- package/src/themes/sap_horizon_hcw/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_horizon_hcw/Table-parameters.css +9 -0
- package/src/themes/sap_horizon_hcw/TableGroupRow-parameters.css +6 -0
- package/src/themes/sap_horizon_hcw/TableRow-parameters.css +5 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +6 -0
- package/tsconfig.json +63 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const getScripts = require("@ui5/webcomponents-tools/components-package/nps.js");
|
|
2
|
+
|
|
3
|
+
const options = {
|
|
4
|
+
port: 8082,
|
|
5
|
+
portStep: 2,
|
|
6
|
+
compatPackage: true,
|
|
7
|
+
noWatchTS: true,
|
|
8
|
+
cssVariablesTarget: "host",
|
|
9
|
+
dev: true,
|
|
10
|
+
internal: {
|
|
11
|
+
cypress_code_coverage: false,
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
const scripts = getScripts(options);
|
|
16
|
+
|
|
17
|
+
module.exports = {
|
|
18
|
+
scripts,
|
|
19
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ui5/webcomponents-compat",
|
|
3
|
+
"version": "0.0.0-037d08c67",
|
|
4
|
+
"description": "UI5 Web Components: webcomponents.compat",
|
|
5
|
+
"ui5": {
|
|
6
|
+
"webComponentsPackage": true
|
|
7
|
+
},
|
|
8
|
+
"type": "module",
|
|
9
|
+
"author": "SAP SE (https://www.sap.com)",
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"customElements": "dist/custom-elements.json",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"openui5",
|
|
14
|
+
"sapui5",
|
|
15
|
+
"ui5"
|
|
16
|
+
],
|
|
17
|
+
"scripts": {
|
|
18
|
+
"clean": "wc-dev clean",
|
|
19
|
+
"lint": "wc-dev lint",
|
|
20
|
+
"lint:scope": "wc-dev scope.lint",
|
|
21
|
+
"start": "wc-dev start",
|
|
22
|
+
"build": "wc-dev build",
|
|
23
|
+
"watch": "wc-dev watch",
|
|
24
|
+
"generate": "wc-dev generate",
|
|
25
|
+
"generateAPI": "wc-dev generateAPI",
|
|
26
|
+
"bundle": "wc-dev build.bundle",
|
|
27
|
+
"test": "yarn test:cypress",
|
|
28
|
+
"test:cypress": "wc-dev test-cy-ci",
|
|
29
|
+
"test:cypress:single": "npx cypress run --component --browser chrome --spec",
|
|
30
|
+
"test:cypress:open": "wc-dev test-cy-open",
|
|
31
|
+
"test:ssr": "node -e \"import('./test/ssr/component-imports.js')\"",
|
|
32
|
+
"create-ui5-element": "wc-create-ui5-element",
|
|
33
|
+
"prepublishOnly": "tsc -b"
|
|
34
|
+
},
|
|
35
|
+
"exports": {
|
|
36
|
+
"./src/*": "./src/*",
|
|
37
|
+
"./dist/*": "./dist/*",
|
|
38
|
+
"./package.json": "./package.json",
|
|
39
|
+
"./bundle.esm.js": "./bundle.esm.js",
|
|
40
|
+
"./bundle.scoped.esm.js": "./bundle.scoped.esm.js",
|
|
41
|
+
"./*": "./dist/*"
|
|
42
|
+
},
|
|
43
|
+
"repository": {
|
|
44
|
+
"type": "git",
|
|
45
|
+
"url": "https://github.com/UI5/webcomponents.git",
|
|
46
|
+
"directory": "packages/compat"
|
|
47
|
+
},
|
|
48
|
+
"dependencies": {
|
|
49
|
+
"@ui5/webcomponents": "0.0.0-037d08c67",
|
|
50
|
+
"@ui5/webcomponents-base": "0.0.0-037d08c67",
|
|
51
|
+
"@ui5/webcomponents-icons": "0.0.0-037d08c67",
|
|
52
|
+
"@ui5/webcomponents-theming": "0.0.0-037d08c67"
|
|
53
|
+
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@custom-elements-manifest/analyzer": "^0.10.10",
|
|
56
|
+
"@ui5/cypress-internal": "0.1.0",
|
|
57
|
+
"@ui5/webcomponents-tools": "0.0.0-037d08c67",
|
|
58
|
+
"cypress": "^15.3.0",
|
|
59
|
+
"vite": "5.4.21"
|
|
60
|
+
},
|
|
61
|
+
"gitHead": "bf898bce0e415b2e351820e04514e2a0ee23bdea"
|
|
62
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type TableGroupRow from "./TableGroupRow.js";
|
|
2
|
+
|
|
3
|
+
export default function TableGroupRowTemplate(this: TableGroupRow) {
|
|
4
|
+
return (
|
|
5
|
+
<tr
|
|
6
|
+
part="group-row"
|
|
7
|
+
class="ui5-table-group-row-root"
|
|
8
|
+
aria-label={this.ariaLabelText}
|
|
9
|
+
tabindex={this.forcedTabIndex ? parseInt(this.forcedTabIndex) : undefined}
|
|
10
|
+
onFocusIn={this._onfocusin}
|
|
11
|
+
>
|
|
12
|
+
<td colspan={this.colSpan}>
|
|
13
|
+
<slot></slot>
|
|
14
|
+
</td>
|
|
15
|
+
</tr>
|
|
16
|
+
);
|
|
17
|
+
}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import CheckBox from "@ui5/webcomponents/dist/CheckBox.js";
|
|
2
|
+
import type TableRow from "./TableRow.js";
|
|
3
|
+
|
|
4
|
+
export default function TableRowTemplate(this: TableRow) {
|
|
5
|
+
return (
|
|
6
|
+
<>
|
|
7
|
+
<tr
|
|
8
|
+
class="ui5-table-row-root"
|
|
9
|
+
tabindex={this.forcedTabIndex ? parseInt(this.forcedTabIndex) : undefined}
|
|
10
|
+
onFocusIn={this._onfocusin}
|
|
11
|
+
onFocusOut={this._onfocusout}
|
|
12
|
+
onClick={this._onrowclick}
|
|
13
|
+
onKeyDown={this._onkeydown}
|
|
14
|
+
onKeyUp={this._onkeyup}
|
|
15
|
+
onMouseUp={this._onmouseup}
|
|
16
|
+
onTouchStart={this._ontouchstart}
|
|
17
|
+
onTouchEnd={this._ontouchend}
|
|
18
|
+
aria-label={this.ariaLabelText}
|
|
19
|
+
aria-selected={this.selected}
|
|
20
|
+
aria-current={this._ariaCurrent}
|
|
21
|
+
data-sap-focus-ref
|
|
22
|
+
part="row"
|
|
23
|
+
>
|
|
24
|
+
{this.isMultiSelect &&
|
|
25
|
+
<td
|
|
26
|
+
class="ui5-table-multi-select-cell"
|
|
27
|
+
aria-hidden="true"
|
|
28
|
+
role="presentation"
|
|
29
|
+
>
|
|
30
|
+
<CheckBox
|
|
31
|
+
class="ui5-multi-select-checkbox"
|
|
32
|
+
checked={this.selected}
|
|
33
|
+
accessibleName={this.ariaLabelRowSelection}
|
|
34
|
+
onChange={this._handleSelection}
|
|
35
|
+
tabindex={-1}
|
|
36
|
+
/>
|
|
37
|
+
</td>
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
{this.shouldPopin ?
|
|
41
|
+
this.visibleCells.map(cell => <slot name={cell._individualSlot}></slot>)
|
|
42
|
+
:
|
|
43
|
+
this.cells.map(cell => <slot name={cell._individualSlot}></slot>)
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
<td class="ui5-table-row-navigated" aria-hidden="true">
|
|
47
|
+
<div class="ui5-table-div-navigated"></div>
|
|
48
|
+
</td>
|
|
49
|
+
</tr>
|
|
50
|
+
|
|
51
|
+
{
|
|
52
|
+
this.shouldPopin && this.popinCells.map(cellData =>
|
|
53
|
+
<tr
|
|
54
|
+
part="popin-row"
|
|
55
|
+
class={cellData.classes}
|
|
56
|
+
onClick={this._onrowclick}
|
|
57
|
+
onKeyDown={this._onkeydown}
|
|
58
|
+
onKeyUp={this._onkeyup}
|
|
59
|
+
>
|
|
60
|
+
<td colspan={this.visibleCellsCount} role="cell">
|
|
61
|
+
|
|
62
|
+
{cellData.popinDisplayInline ?
|
|
63
|
+
<div class="ui5-table-display-inline-container">
|
|
64
|
+
{cellData.popinText &&
|
|
65
|
+
<span class="ui5-table-row-popin-title">{cellData.popinText}:</span>
|
|
66
|
+
}
|
|
67
|
+
<span class="ui5-table-cell-display-inline">
|
|
68
|
+
<slot name={cellData.cell?._individualSlot}></slot>
|
|
69
|
+
</span>
|
|
70
|
+
</div>
|
|
71
|
+
:
|
|
72
|
+
<>
|
|
73
|
+
{cellData.popinText &&
|
|
74
|
+
<span class="ui5-table-row-popin-title">{cellData.popinText}:</span>
|
|
75
|
+
}
|
|
76
|
+
<div>
|
|
77
|
+
<slot name={cellData.cell?._individualSlot}></slot>
|
|
78
|
+
</div>
|
|
79
|
+
</>
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
</td>
|
|
83
|
+
|
|
84
|
+
<td class="ui5-table-row-navigated" aria-hidden="true">
|
|
85
|
+
<div class="ui5-table-div-navigated"></div>
|
|
86
|
+
</td>
|
|
87
|
+
</tr>
|
|
88
|
+
)
|
|
89
|
+
}
|
|
90
|
+
</>
|
|
91
|
+
);
|
|
92
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import type Table from "./Table.js";
|
|
2
|
+
import CheckBox from "@ui5/webcomponents/dist/CheckBox.js";
|
|
3
|
+
import BusyIndicator from "@ui5/webcomponents/dist/BusyIndicator.js";
|
|
4
|
+
|
|
5
|
+
export default function TableTemplate(this: Table) {
|
|
6
|
+
return (
|
|
7
|
+
<div
|
|
8
|
+
class="ui5-table-root"
|
|
9
|
+
onui5-selection-requested={this._handleSelect}
|
|
10
|
+
onui5-forward-after={this._onForwardAfter}
|
|
11
|
+
onui5-forward-before={this._onForwardBefore}
|
|
12
|
+
onFocusIn={this._onfocusin}
|
|
13
|
+
>
|
|
14
|
+
<BusyIndicator
|
|
15
|
+
id={`${this._id}-busyIndicator`}
|
|
16
|
+
delay={this.busyDelay}
|
|
17
|
+
active={this.busy}
|
|
18
|
+
class="ui5-table-busy-indicator"
|
|
19
|
+
>
|
|
20
|
+
<div id={`${this._id}-before`} tabindex={0} class="ui5-table-focusarea"></div>
|
|
21
|
+
|
|
22
|
+
<table
|
|
23
|
+
role="table"
|
|
24
|
+
cellSpacing="0"
|
|
25
|
+
cellPadding="0"
|
|
26
|
+
aria-label={this.tableAriaLabelText}
|
|
27
|
+
onKeyDown={this._onkeydown}
|
|
28
|
+
>
|
|
29
|
+
<thead>
|
|
30
|
+
<tr
|
|
31
|
+
id={this._columnHeader.id}
|
|
32
|
+
class="ui5-table-header-row"
|
|
33
|
+
aria-label={this.ariaLabelText}
|
|
34
|
+
tabindex={this._columnHeader.forcedTabIndex ? parseInt(this._columnHeader.forcedTabIndex) : undefined}
|
|
35
|
+
onClick={this._onColumnHeaderClick}
|
|
36
|
+
onFocusIn={this._onColumnHeaderFocused}
|
|
37
|
+
onKeyDown={this._onColumnHeaderKeydown}
|
|
38
|
+
>
|
|
39
|
+
{this.isMultiSelect &&
|
|
40
|
+
<th class="ui5-table-select-all-column" role="presentation" aria-hidden="true">
|
|
41
|
+
{this.rows.length > 0 &&
|
|
42
|
+
<CheckBox
|
|
43
|
+
class="ui5-table-select-all-checkbox"
|
|
44
|
+
tabindex={-1}
|
|
45
|
+
checked={this._allRowsSelected}
|
|
46
|
+
accessibleName={this.ariaLabelSelectAllText}
|
|
47
|
+
onChange={this._selectAll}
|
|
48
|
+
>
|
|
49
|
+
</CheckBox>
|
|
50
|
+
}
|
|
51
|
+
</th>
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
{this.visibleColumns.map(col =>
|
|
55
|
+
<slot name={col._individualSlot}></slot>
|
|
56
|
+
)}
|
|
57
|
+
|
|
58
|
+
<th class="ui5-table-header-row-navigated" aria-hidden="true"></th>
|
|
59
|
+
</tr>
|
|
60
|
+
</thead>
|
|
61
|
+
|
|
62
|
+
<tbody>
|
|
63
|
+
{
|
|
64
|
+
this.rows.map(row =>
|
|
65
|
+
<slot name={row._individualSlot} onKeyDown={this.onRowKeyDown}></slot>
|
|
66
|
+
)}
|
|
67
|
+
|
|
68
|
+
{!this.rows.length && !this.hideNoData &&
|
|
69
|
+
<tr class="ui5-table-no-data-row-root">
|
|
70
|
+
<td colspan={this.visibleColumnsCount} role="cell" style="width: 100%">
|
|
71
|
+
|
|
72
|
+
<div class="ui5-table-no-data-row">
|
|
73
|
+
<span>{this.noDataText}</span>
|
|
74
|
+
</div>
|
|
75
|
+
</td>
|
|
76
|
+
</tr>
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
{ this.growsWithButton && moreRow.call(this) }
|
|
80
|
+
|
|
81
|
+
{ this.growsOnScroll && endRow.call(this) }
|
|
82
|
+
</tbody>
|
|
83
|
+
</table>
|
|
84
|
+
|
|
85
|
+
<div id={`${this._id}-after`} tabindex={0} class="ui5-table-focusarea"></div>
|
|
86
|
+
</BusyIndicator>
|
|
87
|
+
</div>
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
function moreRow(this: Table) {
|
|
92
|
+
return (
|
|
93
|
+
<tr>
|
|
94
|
+
<td colspan={this.visibleColumnsCount}>
|
|
95
|
+
<div class="ui5-table-growing-row">
|
|
96
|
+
<div
|
|
97
|
+
id={`${this._id}-growingButton`}
|
|
98
|
+
class={{
|
|
99
|
+
"ui5-table-growing-row-inner": true,
|
|
100
|
+
"ui5-table-growing-row-inner--active": this._loadMoreActive
|
|
101
|
+
}}
|
|
102
|
+
role="button"
|
|
103
|
+
tabindex={0}
|
|
104
|
+
aria-labelledby={this.loadMoreAriaLabelledBy}
|
|
105
|
+
onClick={this._onLoadMoreClick}
|
|
106
|
+
onKeyUp={this._onLoadMoreKeyup}
|
|
107
|
+
onKeyDown={this._onLoadMoreKeydown}
|
|
108
|
+
>
|
|
109
|
+
<span id={`${this._id}-growingButton-text`} class="ui5-table-growing-row-text">{this._growingButtonText}</span>
|
|
110
|
+
|
|
111
|
+
{this.growingButtonSubtext &&
|
|
112
|
+
<span id={`${this._id}-growingButton-subtext`} class="ui5-table-growing-row-subtext">{this.growingButtonSubtext}</span>
|
|
113
|
+
}
|
|
114
|
+
</div>
|
|
115
|
+
</div>
|
|
116
|
+
</td>
|
|
117
|
+
</tr>
|
|
118
|
+
);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
function endRow(this: Table) {
|
|
122
|
+
return (
|
|
123
|
+
<tr tabindex={-1} aria-hidden="true" class="ui5-table-end-row">
|
|
124
|
+
<td tabindex={-1}>
|
|
125
|
+
<span tabindex={-1} aria-hidden="true" class="ui5-table-end-marker"></span>
|
|
126
|
+
</td>
|
|
127
|
+
</tr>
|
|
128
|
+
);
|
|
129
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
#This is the resource bundle for the UI5 Web Components
|
|
2
|
+
#__ldi.translation.uuid=96bea51a-d5e3-46f0-b1d1-514d97be02ec
|
|
3
|
+
|
|
4
|
+
#XTXT Table and List "load more" row's text.
|
|
5
|
+
LOAD_MORE_TEXT=More
|
|
6
|
+
|
|
7
|
+
#XTXT Table's header row text.
|
|
8
|
+
TABLE_HEADER_ROW_INFORMATION=Header Row 1 of {0}
|
|
9
|
+
|
|
10
|
+
#XACT Table row's position
|
|
11
|
+
TABLE_ROW_POSITION={0} of {1}
|
|
12
|
+
|
|
13
|
+
#XACT Table group row's aria label
|
|
14
|
+
TABLE_GROUP_ROW_ARIA_LABEL=Group header row.
|
|
15
|
+
|
|
16
|
+
#XACT ARIA label for selection checkbox
|
|
17
|
+
ARIA_LABEL_ROW_SELECTION=Item selection
|
|
18
|
+
|
|
19
|
+
#XACT ARIA label for select all checkbox in a multiselect mode table
|
|
20
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=Select All Rows
|
|
21
|
+
|
|
22
|
+
#XACT ARIA label for table cell without content
|
|
23
|
+
ARIA_LABEL_EMPTY_CELL=Empty
|
|
24
|
+
|
|
25
|
+
#XACT: ARIA announcement for the list item selection.
|
|
26
|
+
LIST_ITEM_SELECTED=Selected
|
|
27
|
+
|
|
28
|
+
#XACT: ARIA announcement for the list item selected=false state
|
|
29
|
+
LIST_ITEM_NOT_SELECTED=Not Selected
|
|
30
|
+
|
|
31
|
+
#XACT: ARIA announcement for the list item selected=false state
|
|
32
|
+
LIST_ITEM_GROUP_HEADER=Group Header
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=المزيد
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=صف المقدمة 1 من أصل {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION={0} من {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=صف مقدمة المجموعة
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=تحديد البنود
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=تحديد كل الصفوف
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=فارغ
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=مُحدد
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=غير محدد
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=مقدمة المجموعة
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=Още
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=Заглавен ред 1 от {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION={0} от {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=Заглавен ред на групата
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=Избор на позиция
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=Избор на всички редове
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=Празно
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=Избрано
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=Неизбрано
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=Заглавка на групата
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=Més
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=Fila de capçalera 1 de {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION={0} de {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=Fila de capçalera de grup
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=Selecció d''elements
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=Seleccionar totes les files
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=Buides
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=Seleccionades
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=No seleccionades
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=Capçalera de grup
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=Više
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=Red zaglavlja 1 od {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION={0} od {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=Red zaglavlja grupe
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=Odabir stavke
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=Odaberi sve redove
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=Prazno
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=Odabrano
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=Nije odabrano
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=Zaglavlje grupe
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=Více
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=Řádka hlavičky 1 z {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION={0} z {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=Řádka hlavičky skupiny
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=Výběr položky
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=Vybrat všechny řádky
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=Prázdné
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=Vybráno
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=Není vybráno
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=Hlavička skupiny
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=Mwy
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=Pennyn Rhes 1 o {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION={0} o {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=Rhes Pennyn y Grŵp
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=Dewis Eitem
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=Dewis Pob Rhes
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=Gwag
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=Wedi''i Ddewis
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=Heb ei Ddewis
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=Pennyn y Grŵp
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=Mere
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=Sidehovedrække 1 af {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION={0} af {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=Gruppesidehovedrække
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=Postvalg
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=Vælg alle rækker
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=Tom
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=Valgt
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=Ikke valgt
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=Gruppesidehoved
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=Mehr
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=Kopfzeile 1 von {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION={0} von {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=Gruppenkopfzeile
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=Elementauswahl
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=Alle Zeilen markieren
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=Leer
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=Ausgewählt
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=Nicht ausgewählt
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=Gruppenkopf
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=Περισσότερα
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=Σειρά Κεφαλίδας 1 από {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION={0} από {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=Σειρά Κεφαλίδας Ομάδας
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=Επιλογή Αναλ.Γραμ.
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=Επιλέξτε Όλες τις Σειρές
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=Κενό
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=Επιλεγμένο
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=Δεν Επιλέχτηκε
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=Κεφαλίδα Ομάδας
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=More
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=Header Row 1 of {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION={0} of {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=Group Header Row
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=Item Selection
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=Select All Rows
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=Empty
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=Selected
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=Not Selected
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=Group Header
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=More
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=Header Row 1 of {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION={0} of {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=Group Header Row
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=Item Selection
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=Select All Rows
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=Empty
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=Selected
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=Not Selected
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=Group Header
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=[[[Μŏŗē]]]
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=[[[Ĥēąƌēŗ Řŏŵ 1 ŏƒ {0}]]]
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION=[[[{0} ŏƒ {1}]]]
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=[[[Ģŗŏűρ Ĥēąƌēŗ Řŏŵ∙∙∙∙∙∙∙∙]]]
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=[[[Ĭţēɱ Ŝēĺēċţįŏŋ∙∙∙∙∙]]]
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=[[[Ŝēĺēċţ Āĺĺ Řŏŵş∙∙∙∙]]]
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=[[[Ĕɱρţŷ∙∙∙∙∙∙∙∙∙]]]
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=[[[Ŝēĺēċţēƌ∙∙∙∙∙∙]]]
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=[[[Ńŏţ Ŝēĺēċţēƌ∙∙∙∙∙∙∙]]]
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=[[[Ģŗŏűρ Ĥēąƌēŗ∙∙∙∙∙∙∙]]]
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=More
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=Header Row 1 of {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION={0} of {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=Group Header Row
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=Item Selection
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=Select All Rows
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=Empty
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=Selected
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=Not Selected
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=Group Header
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
LOAD_MORE_TEXT=kmiE3GET9CfCQp3JDEY+UA_More
|
|
3
|
+
|
|
4
|
+
TABLE_HEADER_ROW_INFORMATION=hxNbqSvdaBmLQJv+48l50g_Header Row 1 of {0}
|
|
5
|
+
|
|
6
|
+
TABLE_ROW_POSITION=QMsXUQhKVg5w4GKcDQ3q9A_{0} of {1}
|
|
7
|
+
|
|
8
|
+
TABLE_GROUP_ROW_ARIA_LABEL=m33jcygm0WRuDqy5DYdHZg_Group Header Row
|
|
9
|
+
|
|
10
|
+
ARIA_LABEL_ROW_SELECTION=kT9C6v1WeskUULnSwge3/w_Item Selection
|
|
11
|
+
|
|
12
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=uPZjVbFNVVMD6+GIqHBbUA_Select All Rows
|
|
13
|
+
|
|
14
|
+
ARIA_LABEL_EMPTY_CELL=KJSiUVYlqtdA1cGrrXV9xg_Empty
|
|
15
|
+
|
|
16
|
+
LIST_ITEM_SELECTED=UH1233sF/KqI7M9s5TYVyA_Selected
|
|
17
|
+
|
|
18
|
+
LIST_ITEM_NOT_SELECTED=2yUuX8beTcgie6/Ti/IqxQ_Not Selected
|
|
19
|
+
|
|
20
|
+
LIST_ITEM_GROUP_HEADER=NoA8dUkZrDOSBtzhwEf3VA_Group Header
|