@ui5/webcomponents-compat 2.5.0-rc.3 → 2.6.0-rc.0
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 +19 -0
- package/dist/Table.d.ts +2 -2
- package/dist/Table.js +3 -3
- package/dist/Table.js.map +1 -1
- package/dist/TableCell.js +3 -3
- 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.js +3 -3
- 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.js +3 -3
- 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 +4 -6
- package/dist/TableRow.js +13 -17
- 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/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 +5 -5
- package/dist/custom-elements.json +5 -5
- 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/themes/GrowingButton.css.js +1 -1
- package/dist/generated/themes/GrowingButton.css.js.map +1 -1
- package/dist/generated/themes/Table.css.js +1 -1
- package/dist/generated/themes/Table.css.js.map +1 -1
- package/dist/generated/themes/TableCell.css.js +1 -1
- package/dist/generated/themes/TableCell.css.js.map +1 -1
- package/dist/generated/themes/TableColumn.css.js +1 -1
- package/dist/generated/themes/TableColumn.css.js.map +1 -1
- package/dist/generated/themes/TableGroupRow.css.js +1 -1
- package/dist/generated/themes/TableGroupRow.css.js.map +1 -1
- package/dist/generated/themes/TableRow.css.js +1 -1
- package/dist/generated/themes/TableRow.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- 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.js +1 -1
- 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.js +1 -1
- 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.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +7 -7
- package/src/TableCellTemplate.tsx +13 -0
- package/src/TableColumnTemplate.tsx +13 -0
- package/src/TableGroupRowTemplate.tsx +17 -0
- package/src/TableRowTemplate.tsx +100 -0
- package/src/TableTemplate.tsx +129 -0
- package/src/themes/GrowingButton.css +12 -12
- package/src/themes/Table.css +2 -2
- package/tsconfig.json +2 -0
- 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 -14
- package/dist/generated/templates/TableTemplate.lit.js.map +0 -1
- package/src/Table.hbs +0 -112
- package/src/TableCell.hbs +0 -7
- package/src/TableColumn.hbs +0 -7
- package/src/TableGroupRow.hbs +0 -11
- package/src/TableRow.hbs +0 -85
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"parameters-bundle.css.js","sourceRoot":"","sources":["../../../../src/generated/themes/sap_horizon_hcb/parameters-bundle.css.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,2BAA2B,EAAC,QAAQ,EAAC,iDAAiD,EAAC,OAAO,EAAC;CACxI,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents-compat\",fileName:\"themes/sap_horizon_hcb/parameters-bundle.css.ts\",content:`:root{--ui5-v2-
|
1
|
+
{"version":3,"file":"parameters-bundle.css.js","sourceRoot":"","sources":["../../../../src/generated/themes/sap_horizon_hcb/parameters-bundle.css.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,2BAA2B,EAAC,QAAQ,EAAC,iDAAiD,EAAC,OAAO,EAAC;CACxI,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents-compat\",fileName:\"themes/sap_horizon_hcb/parameters-bundle.css.ts\",content:`:root{--ui5-v2-6-0-rc-0_table_focus_outline_offset: -.125rem;--ui5-v2-6-0-rc-0_table_bottom_border: 1px solid var(--sapList_BorderColor);--ui5-v2-6-0-rc-0_table_multiselect_column_width: 2.75rem;--_ui5-v2-6-0-rc-0_table_load_more_border-bottom: none;--ui5-v2-6-0-rc-0_table_header_row_outline_width: .125rem;--ui5-v2-6-0-rc-0_table_header_row_font_family: var(--sapFontSemiboldDuplexFamily);--ui5-v2-6-0-rc-0_table_header_row_border_bottom_color: var(--sapList_HeaderBorderColor);--ui5-v2-6-0-rc-0_table_focus_outline_offset: -.25rem;--ui5-v2-6-0-rc-0_table_header_row_border_width: .1875rem;--ui5-v2-6-0-rc-0_table_header_row_font_weight: normal;--ui5-v2-6-0-rc-0_table_multiselect_popin_row_padding: 3.25rem;--ui5-v2-6-0-rc-0_table_row_outline_width: .125rem;--ui5-v2-6-0-rc-0_table_group_row_font-weight: bold;--ui5-v2-6-0-rc-0_table_border_width: 1px 0 1px 0;--_ui5-v2-6-0-rc-0_load_more_padding: .25rem;--_ui5-v2-6-0-rc-0_load_more_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-6-0-rc-0_load_more_border_radius: .375rem;--_ui5-v2-6-0-rc-0_load_more_outline_width: .125rem;--_ui5-v2-6-0-rc-0_load_more_text_height: 2.75rem;--_ui5-v2-6-0-rc-0_load_more_text_font_size: var(--sapFontMediumSize);--_ui5-v2-6-0-rc-0_load_more_desc_padding: .375rem 2rem .875rem 2rem;--ui5-v2-6-0-rc-0_table_header_row_height: 2.75rem;--ui5-v2-6-0-rc-0_table_row_height: 2.75rem;--ui5-v2-6-0-rc-0_table_group_row_height: 2rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-6-0-rc-0_load_more_text_height: 2.625rem;--_ui5-v2-6-0-rc-0_load_more_text_font_size: var(--sapFontSize);--_ui5-v2-6-0-rc-0_load_more_desc_padding: 0 2rem .875rem 2rem;--ui5-v2-6-0-rc-0_table_header_row_height: 2rem;--ui5-v2-6-0-rc-0_table_row_height: 2rem}\n`};\nexport default styleData;\n\t"]}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const styleData = { packageName: "@ui5/webcomponents-compat", fileName: "themes/sap_horizon_hcw/parameters-bundle.css.ts", content: `:root{--ui5-v2-
|
1
|
+
const styleData = { packageName: "@ui5/webcomponents-compat", fileName: "themes/sap_horizon_hcw/parameters-bundle.css.ts", content: `:root{--ui5-v2-6-0-rc-0_table_focus_outline_offset: -.125rem;--ui5-v2-6-0-rc-0_table_bottom_border: 1px solid var(--sapList_BorderColor);--ui5-v2-6-0-rc-0_table_multiselect_column_width: 2.75rem;--_ui5-v2-6-0-rc-0_table_load_more_border-bottom: none;--ui5-v2-6-0-rc-0_table_header_row_outline_width: .125rem;--ui5-v2-6-0-rc-0_table_header_row_font_family: var(--sapFontSemiboldDuplexFamily);--ui5-v2-6-0-rc-0_table_header_row_border_bottom_color: var(--sapList_HeaderBorderColor);--ui5-v2-6-0-rc-0_table_focus_outline_offset: -.25rem;--ui5-v2-6-0-rc-0_table_header_row_border_width: .1875rem;--ui5-v2-6-0-rc-0_table_header_row_font_weight: normal;--ui5-v2-6-0-rc-0_table_multiselect_popin_row_padding: 3.25rem;--ui5-v2-6-0-rc-0_table_row_outline_width: .125rem;--ui5-v2-6-0-rc-0_table_group_row_font-weight: bold;--ui5-v2-6-0-rc-0_table_border_width: 1px 0 1px 0;--_ui5-v2-6-0-rc-0_load_more_padding: .25rem;--_ui5-v2-6-0-rc-0_load_more_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-6-0-rc-0_load_more_border_radius: .375rem;--_ui5-v2-6-0-rc-0_load_more_outline_width: .125rem;--_ui5-v2-6-0-rc-0_load_more_text_height: 2.75rem;--_ui5-v2-6-0-rc-0_load_more_text_font_size: var(--sapFontMediumSize);--_ui5-v2-6-0-rc-0_load_more_desc_padding: .375rem 2rem .875rem 2rem;--ui5-v2-6-0-rc-0_table_header_row_height: 2.75rem;--ui5-v2-6-0-rc-0_table_row_height: 2.75rem;--ui5-v2-6-0-rc-0_table_group_row_height: 2rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-6-0-rc-0_load_more_text_height: 2.625rem;--_ui5-v2-6-0-rc-0_load_more_text_font_size: var(--sapFontSize);--_ui5-v2-6-0-rc-0_load_more_desc_padding: 0 2rem .875rem 2rem;--ui5-v2-6-0-rc-0_table_header_row_height: 2rem;--ui5-v2-6-0-rc-0_table_row_height: 2rem}
|
2
2
|
` };
|
3
3
|
export default styleData;
|
4
4
|
//# sourceMappingURL=parameters-bundle.css.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"parameters-bundle.css.js","sourceRoot":"","sources":["../../../../src/generated/themes/sap_horizon_hcw/parameters-bundle.css.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,2BAA2B,EAAC,QAAQ,EAAC,iDAAiD,EAAC,OAAO,EAAC;CACxI,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents-compat\",fileName:\"themes/sap_horizon_hcw/parameters-bundle.css.ts\",content:`:root{--ui5-v2-
|
1
|
+
{"version":3,"file":"parameters-bundle.css.js","sourceRoot":"","sources":["../../../../src/generated/themes/sap_horizon_hcw/parameters-bundle.css.ts"],"names":[],"mappings":"AAEA,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,2BAA2B,EAAC,QAAQ,EAAC,iDAAiD,EAAC,OAAO,EAAC;CACxI,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents-compat\",fileName:\"themes/sap_horizon_hcw/parameters-bundle.css.ts\",content:`:root{--ui5-v2-6-0-rc-0_table_focus_outline_offset: -.125rem;--ui5-v2-6-0-rc-0_table_bottom_border: 1px solid var(--sapList_BorderColor);--ui5-v2-6-0-rc-0_table_multiselect_column_width: 2.75rem;--_ui5-v2-6-0-rc-0_table_load_more_border-bottom: none;--ui5-v2-6-0-rc-0_table_header_row_outline_width: .125rem;--ui5-v2-6-0-rc-0_table_header_row_font_family: var(--sapFontSemiboldDuplexFamily);--ui5-v2-6-0-rc-0_table_header_row_border_bottom_color: var(--sapList_HeaderBorderColor);--ui5-v2-6-0-rc-0_table_focus_outline_offset: -.25rem;--ui5-v2-6-0-rc-0_table_header_row_border_width: .1875rem;--ui5-v2-6-0-rc-0_table_header_row_font_weight: normal;--ui5-v2-6-0-rc-0_table_multiselect_popin_row_padding: 3.25rem;--ui5-v2-6-0-rc-0_table_row_outline_width: .125rem;--ui5-v2-6-0-rc-0_table_group_row_font-weight: bold;--ui5-v2-6-0-rc-0_table_border_width: 1px 0 1px 0;--_ui5-v2-6-0-rc-0_load_more_padding: .25rem;--_ui5-v2-6-0-rc-0_load_more_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-6-0-rc-0_load_more_border_radius: .375rem;--_ui5-v2-6-0-rc-0_load_more_outline_width: .125rem;--_ui5-v2-6-0-rc-0_load_more_text_height: 2.75rem;--_ui5-v2-6-0-rc-0_load_more_text_font_size: var(--sapFontMediumSize);--_ui5-v2-6-0-rc-0_load_more_desc_padding: .375rem 2rem .875rem 2rem;--ui5-v2-6-0-rc-0_table_header_row_height: 2.75rem;--ui5-v2-6-0-rc-0_table_row_height: 2.75rem;--ui5-v2-6-0-rc-0_table_group_row_height: 2rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-6-0-rc-0_load_more_text_height: 2.625rem;--_ui5-v2-6-0-rc-0_load_more_text_font_size: var(--sapFontSize);--_ui5-v2-6-0-rc-0_load_more_desc_padding: 0 2rem .875rem 2rem;--ui5-v2-6-0-rc-0_table_header_row_height: 2rem;--ui5-v2-6-0-rc-0_table_row_height: 2rem}\n`};\nexport default styleData;\n\t"]}
|
@@ -1 +1 @@
|
|
1
|
-
{"root":["../src/Assets.ts","../src/Table.ts","../src/TableCell.ts","../src/TableColumn.ts","../src/TableGroupRow.ts","../src/TableRow.ts","../src/bundle.common.bootstrap.ts","../src/bundle.esm.ts","../src/bundle.scoped.config.ts","../src/bundle.scoped.esm.ts","../src/generated/i18n/i18n-defaults.ts","../src/generated/json-imports/Themes-fetch.ts","../src/generated/json-imports/Themes.ts","../src/generated/json-imports/i18n-fetch.ts","../src/generated/json-imports/i18n.ts","../src/generated/
|
1
|
+
{"root":["../src/Assets.ts","../src/Table.ts","../src/TableCell.ts","../src/TableCellTemplate.tsx","../src/TableColumn.ts","../src/TableColumnTemplate.tsx","../src/TableGroupRow.ts","../src/TableGroupRowTemplate.tsx","../src/TableRow.ts","../src/TableRowTemplate.tsx","../src/TableTemplate.tsx","../src/bundle.common.bootstrap.ts","../src/bundle.esm.ts","../src/bundle.scoped.config.ts","../src/bundle.scoped.esm.ts","../src/generated/i18n/i18n-defaults.ts","../src/generated/json-imports/Themes-fetch.ts","../src/generated/json-imports/Themes.ts","../src/generated/json-imports/i18n-fetch.ts","../src/generated/json-imports/i18n.ts","../src/generated/themes/GrowingButton.css.ts","../src/generated/themes/Table.css.ts","../src/generated/themes/TableCell.css.ts","../src/generated/themes/TableColumn.css.ts","../src/generated/themes/TableGroupRow.css.ts","../src/generated/themes/TableRow.css.ts","../src/generated/themes/sap_fiori_3/parameters-bundle.css.ts","../src/generated/themes/sap_fiori_3_dark/parameters-bundle.css.ts","../src/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.ts","../src/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.ts","../src/generated/themes/sap_horizon/parameters-bundle.css.ts","../src/generated/themes/sap_horizon_dark/parameters-bundle.css.ts","../src/generated/themes/sap_horizon_hcb/parameters-bundle.css.ts","../src/generated/themes/sap_horizon_hcw/parameters-bundle.css.ts","../src/types/TableColumnPopinDisplay.ts","../src/types/TableGrowingMode.ts","../src/types/TableMode.ts","../src/types/TableRowType.ts"],"version":"5.6.2"}
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ui5/webcomponents-compat",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.6.0-rc.0",
|
4
4
|
"description": "UI5 Web Components: webcomponents.compat",
|
5
5
|
"ui5": {
|
6
6
|
"webComponentsPackage": true
|
@@ -45,14 +45,14 @@
|
|
45
45
|
"directory": "packages/compat"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@ui5/webcomponents": "2.
|
49
|
-
"@ui5/webcomponents-base": "2.
|
50
|
-
"@ui5/webcomponents-icons": "2.
|
51
|
-
"@ui5/webcomponents-theming": "2.
|
48
|
+
"@ui5/webcomponents": "2.6.0-rc.0",
|
49
|
+
"@ui5/webcomponents-base": "2.6.0-rc.0",
|
50
|
+
"@ui5/webcomponents-icons": "2.6.0-rc.0",
|
51
|
+
"@ui5/webcomponents-theming": "2.6.0-rc.0"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
|
-
"@ui5/webcomponents-tools": "2.
|
54
|
+
"@ui5/webcomponents-tools": "2.6.0-rc.0",
|
55
55
|
"chromedriver": "^131.0.0"
|
56
56
|
},
|
57
|
-
"gitHead": "
|
57
|
+
"gitHead": "17869d45f20b28009feaac9d6f59054ba530b3ae"
|
58
58
|
}
|
@@ -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,100 @@
|
|
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
|
+
<>
|
42
|
+
{this.visibleCells.map(cell =>
|
43
|
+
<slot name={cell._individualSlot}></slot>
|
44
|
+
)}
|
45
|
+
</>
|
46
|
+
:
|
47
|
+
<>
|
48
|
+
{this.cells.map(cell =>
|
49
|
+
<slot name={cell._individualSlot}></slot>
|
50
|
+
)}
|
51
|
+
</>
|
52
|
+
}
|
53
|
+
|
54
|
+
<td class="ui5-table-row-navigated" aria-hidden="true">
|
55
|
+
<div class="ui5-table-div-navigated"></div>
|
56
|
+
</td>
|
57
|
+
</tr>
|
58
|
+
|
59
|
+
{
|
60
|
+
this.shouldPopin && this.popinCells.map(cellData =>
|
61
|
+
<tr
|
62
|
+
part="popin-row"
|
63
|
+
class={cellData.classes}
|
64
|
+
onClick={this._onrowclick}
|
65
|
+
onKeyDown={this._onkeydown}
|
66
|
+
onKeyUp={this._onkeyup}
|
67
|
+
>
|
68
|
+
<td colspan={this.visibleCellsCount} role="cell">
|
69
|
+
|
70
|
+
{cellData.popinDisplayInline ?
|
71
|
+
<div class="ui5-table-display-inline-container">
|
72
|
+
{cellData.popinText &&
|
73
|
+
<span class="ui5-table-row-popin-title">{cellData.popinText}:</span>
|
74
|
+
}
|
75
|
+
<span class="ui5-table-cell-display-inline">
|
76
|
+
<slot name={cellData.cell?._individualSlot}></slot>
|
77
|
+
</span>
|
78
|
+
</div>
|
79
|
+
:
|
80
|
+
<>
|
81
|
+
{cellData.popinText &&
|
82
|
+
<span class="ui5-table-row-popin-title">{cellData.popinText}:</span>
|
83
|
+
}
|
84
|
+
<div>
|
85
|
+
<slot name={cellData.cell?._individualSlot}></slot>
|
86
|
+
</div>
|
87
|
+
</>
|
88
|
+
}
|
89
|
+
|
90
|
+
</td>
|
91
|
+
|
92
|
+
<td class="ui5-table-row-navigated" aria-hidden="true">
|
93
|
+
<div class="ui5-table-div-navigated"></div>
|
94
|
+
</td>
|
95
|
+
</tr>
|
96
|
+
)
|
97
|
+
}
|
98
|
+
</>
|
99
|
+
);
|
100
|
+
}
|
@@ -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}></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
|
+
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
.ui5-table-growing-row {
|
2
2
|
display: flex;
|
3
3
|
align-items: center;
|
4
4
|
padding: var(--_ui5_load_more_padding);
|
@@ -9,7 +9,7 @@
|
|
9
9
|
outline: none;
|
10
10
|
}
|
11
11
|
|
12
|
-
|
12
|
+
.ui5-table-growing-row-inner {
|
13
13
|
display: flex;
|
14
14
|
align-items: center;
|
15
15
|
justify-content: center;
|
@@ -23,29 +23,29 @@
|
|
23
23
|
box-sizing: border-box;
|
24
24
|
}
|
25
25
|
|
26
|
-
|
26
|
+
.ui5-table-growing-row-inner:focus-visible {
|
27
27
|
outline: var(--_ui5_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
28
28
|
outline-offset: -0.125rem;
|
29
29
|
border-color: transparent;
|
30
30
|
}
|
31
31
|
|
32
|
-
|
32
|
+
.ui5-table-growing-row-inner:hover {
|
33
33
|
background-color: var(--sapList_Hover_Background);
|
34
34
|
}
|
35
35
|
|
36
|
-
|
37
|
-
|
36
|
+
.ui5-table-growing-row-inner:active,
|
37
|
+
.ui5-table-growing-row-inner.ui5-table-growing-row-inner--active {
|
38
38
|
background-color: var(--sapList_Active_Background);
|
39
39
|
border-color: var(--sapList_Active_Background);
|
40
40
|
}
|
41
41
|
|
42
|
-
|
43
|
-
|
42
|
+
.ui5-table-growing-row-inner:active > *,
|
43
|
+
.ui5-table-growing-row-inner.ui5-table-growing-row-inner--active > * {
|
44
44
|
color: var(--sapList_Active_TextColor);
|
45
45
|
}
|
46
46
|
|
47
|
-
|
48
|
-
|
47
|
+
.ui5-table-growing-row-text,
|
48
|
+
.ui5-table-growing-row-subtext {
|
49
49
|
width: 100%;
|
50
50
|
text-align: center;
|
51
51
|
font-family: "72override", var(--sapFontFamily);
|
@@ -55,14 +55,14 @@
|
|
55
55
|
box-sizing: border-box;
|
56
56
|
}
|
57
57
|
|
58
|
-
|
58
|
+
.ui5-table-growing-row-text {
|
59
59
|
height: var(--_ui5_load_more_text_height);
|
60
60
|
padding: 0.875rem 1rem 0 1rem;
|
61
61
|
font-size: var(--_ui5_load_more_text_font_size);
|
62
62
|
font-weight: bold;
|
63
63
|
}
|
64
64
|
|
65
|
-
|
65
|
+
.ui5-table-growing-row-subtext {
|
66
66
|
font-size: var(--sapFontSize);
|
67
67
|
padding: var(--_ui5_load_more_desc_padding);
|
68
68
|
}
|
package/src/themes/Table.css
CHANGED
@@ -71,11 +71,11 @@ tr {
|
|
71
71
|
height: 0px;
|
72
72
|
}
|
73
73
|
|
74
|
-
:host([busy])
|
74
|
+
:host([busy]) .ui5-table-growing-row {
|
75
75
|
opacity: 0.72;
|
76
76
|
}
|
77
77
|
|
78
|
-
:host
|
78
|
+
:host .ui5-table-growing-row {
|
79
79
|
border-bottom: var(--_ui5_table_load_more_border-bottom);
|
80
80
|
}
|
81
81
|
|
package/tsconfig.json
CHANGED
@@ -1,4 +0,0 @@
|
|
1
|
-
import type UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
|
2
|
-
import type TableCell from "../../TableCell.js";
|
3
|
-
declare function block0(this: TableCell, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
|
4
|
-
export default block0;
|
@@ -1,5 +0,0 @@
|
|
1
|
-
/* eslint no-unused-vars: 0 */
|
2
|
-
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
3
|
-
function block0(context, tags, suffix) { return html `<td tabindex="-1" part="cell" role="cell"><slot></slot></td>`; }
|
4
|
-
export default block0;
|
5
|
-
//# sourceMappingURL=TableCellTemplate.lit.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"TableCellTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableCellTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAmB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,8DAA8D,CAAC,CAAA,CAAC;AAGhL,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type TableCell from \"../../TableCell.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableCell, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<td tabindex=\"-1\" part=\"cell\" role=\"cell\"><slot></slot></td>`;}\n\n\nexport default block0;"]}
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import type UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
|
2
|
-
import type TableColumn from "../../TableColumn.js";
|
3
|
-
declare function block0(this: TableColumn, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
|
4
|
-
export default block0;
|
@@ -1,5 +0,0 @@
|
|
1
|
-
/* eslint no-unused-vars: 0 */
|
2
|
-
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
3
|
-
function block0(context, tags, suffix) { return html `<th scope="col" part="column" role="columnheader"><slot></slot></th>`; }
|
4
|
-
export default block0;
|
5
|
-
//# sourceMappingURL=TableColumnTemplate.lit.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"TableColumnTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableColumnTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAqB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,sEAAsE,CAAC,CAAA,CAAC;AAG1L,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type TableColumn from \"../../TableColumn.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableColumn, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<th scope=\"col\" part=\"column\" role=\"columnheader\"><slot></slot></th>`;}\n\n\nexport default block0;"]}
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import type UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
|
2
|
-
import type TableGroupRow from "../../TableGroupRow.js";
|
3
|
-
declare function block0(this: TableGroupRow, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
|
4
|
-
export default block0;
|
@@ -1,5 +0,0 @@
|
|
1
|
-
/* eslint no-unused-vars: 0 */
|
2
|
-
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
3
|
-
function block0(context, tags, suffix) { return html `<tr class="ui5-table-group-row-root" part="group-row" aria-label=${ifDefined(this.ariaLabelText)} tabindex="${ifDefined(this.forcedTabIndex)}" @focusin="${this._onfocusin}"><td colspan=${ifDefined(this.colSpan)}><slot></slot></td></tr>`; }
|
4
|
-
export default block0;
|
5
|
-
//# sourceMappingURL=TableGroupRowTemplate.lit.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"TableGroupRowTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableGroupRowTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,oEAAoE,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,eAAe,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAA,CAAC;AAGnW,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type TableGroupRow from \"../../TableGroupRow.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableGroupRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<tr class=\"ui5-table-group-row-root\" part=\"group-row\" aria-label=${ifDefined(this.ariaLabelText)} tabindex=\"${ifDefined(this.forcedTabIndex)}\" @focusin=\"${this._onfocusin}\"><td colspan=${ifDefined(this.colSpan)}><slot></slot></td></tr>`;}\n\n\nexport default block0;"]}
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import type UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
|
2
|
-
import type TableRow from "../../TableRow.js";
|
3
|
-
declare function block0(this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
|
4
|
-
export default block0;
|
@@ -1,16 +0,0 @@
|
|
1
|
-
/* eslint no-unused-vars: 0 */
|
2
|
-
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
3
|
-
function block0(context, tags, suffix) { return html `<tr class="ui5-table-row-root" tabindex="${ifDefined(this.forcedTabIndex)}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}" @click="${this._onrowclick}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @mouseup="${this._onmouseup}" @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" aria-label="${ifDefined(this.ariaLabelText)}" aria-selected="${ifDefined(this.selected)}" aria-current="${ifDefined(this._ariaCurrent)}" data-sap-focus-ref part="row">${this.isMultiSelect ? block1.call(this, context, tags, suffix) : undefined}${this.shouldPopin ? block2.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix)}<td class="ui5-table-row-navigated" aria-hidden="true"><div class="ui5-table-div-navigated"></div></td></tr>${this.shouldPopin ? block6.call(this, context, tags, suffix) : undefined} `; }
|
4
|
-
function block1(context, tags, suffix) { return suffix ? html `<td class="ui5-table-multi-select-cell" aria-hidden="true" role="presentation"><${scopeTag("ui5-checkbox", tags, suffix)} class="ui5-multi-select-checkbox" ?checked="${this.selected}" accessible-name="${ifDefined(this.ariaLabelRowSelection)}" @ui5-change="${ifDefined(this._handleSelection)}" tabindex="-1"></${scopeTag("ui5-checkbox", tags, suffix)}></td>` : html `<td class="ui5-table-multi-select-cell" aria-hidden="true" role="presentation"><ui5-checkbox class="ui5-multi-select-checkbox" ?checked="${this.selected}" accessible-name="${ifDefined(this.ariaLabelRowSelection)}" @ui5-change="${ifDefined(this._handleSelection)}" tabindex="-1"></ui5-checkbox></td>`; }
|
5
|
-
function block2(context, tags, suffix) { return html `${repeat(this.visibleCells, (item, index) => item._id || index, (item, index) => block3.call(this, context, tags, suffix, item, index))}`; }
|
6
|
-
function block3(context, tags, suffix, item, index) { return html `<slot name="${ifDefined(item._individualSlot)}"></slot>`; }
|
7
|
-
function block4(context, tags, suffix) { return html `${repeat(this.cells, (item, index) => item._id || index, (item, index) => block5.call(this, context, tags, suffix, item, index))}`; }
|
8
|
-
function block5(context, tags, suffix, item, index) { return html `<slot name="${ifDefined(item._individualSlot)}"></slot>`; }
|
9
|
-
function block6(context, tags, suffix) { return html `${repeat(this.popinCells, (item, index) => item._id || index, (item, index) => block7.call(this, context, tags, suffix, item, index))}`; }
|
10
|
-
function block7(context, tags, suffix, item, index) { return html `<tr part="popin-row" class="${ifDefined(item.classes)}" @click="${this._onrowclick}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}"><td colspan="${ifDefined(this.visibleCellsCount)}" role="cell">${item.popinDisplayInline ? block8.call(this, context, tags, suffix, item, index) : block10.call(this, context, tags, suffix, item, index)}</td><td class="ui5-table-row-navigated" aria-hidden="true"><div class="ui5-table-div-navigated"></div></td></tr>`; }
|
11
|
-
function block8(context, tags, suffix, item, index) { return html `<div class="ui5-table-display-inline-container">${item.popinText ? block9.call(this, context, tags, suffix, item, index) : undefined}<span class="ui5-table-cell-display-inline"><slot name="${ifDefined(item.cell._individualSlot)}"></slot></span></div>`; }
|
12
|
-
function block9(context, tags, suffix, item, index) { return html `<span class="ui5-table-row-popin-title">${ifDefined(item.popinText)}:</span>`; }
|
13
|
-
function block10(context, tags, suffix, item, index) { return html `${item.popinText ? block11.call(this, context, tags, suffix, item, index) : undefined}<div><slot name="${ifDefined(item.cell._individualSlot)}"></slot></div>`; }
|
14
|
-
function block11(context, tags, suffix, item, index) { return html `<span class="ui5-table-row-popin-title">${ifDefined(item.popinText)}:</span>`; }
|
15
|
-
export default block0;
|
16
|
-
//# sourceMappingURL=TableRowTemplate.lit.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"TableRowTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableRowTemplate.lit.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\nimport type TableRow from \"../../TableRow.js\";\nimport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<tr class=\"ui5-table-row-root\" tabindex=\"${ifDefined(this.forcedTabIndex)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" @click=\"${this._onrowclick}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @mouseup=\"${this._onmouseup}\" @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" aria-selected=\"${ifDefined(this.selected)}\" aria-current=\"${ifDefined(this._ariaCurrent)}\" data-sap-focus-ref part=\"row\">${ this.isMultiSelect ? block1.call(this, context, tags, suffix) : undefined }${ this.shouldPopin ? block2.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix) }<td class=\"ui5-table-row-navigated\" aria-hidden=\"true\"><div class=\"ui5-table-div-navigated\"></div></td></tr>${ this.shouldPopin ? block6.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<td class=\"ui5-table-multi-select-cell\" aria-hidden=\"true\" role=\"presentation\"><${scopeTag(\"ui5-checkbox\", tags, suffix)} class=\"ui5-multi-select-checkbox\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this.ariaLabelRowSelection)}\" @ui5-change=\"${ifDefined(this._handleSelection)}\" tabindex=\"-1\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}></td>` : html`<td class=\"ui5-table-multi-select-cell\" aria-hidden=\"true\" role=\"presentation\"><ui5-checkbox class=\"ui5-multi-select-checkbox\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this.ariaLabelRowSelection)}\" @ui5-change=\"${ifDefined(this._handleSelection)}\" tabindex=\"-1\"></ui5-checkbox></td>`;}\nfunction block2 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.visibleCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block3.call(this, context, tags, suffix, item, index)) }`;}\nfunction block3 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block4 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.cells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block5.call(this, context, tags, suffix, item, index)) }`;}\nfunction block5 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block6 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.popinCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block7.call(this, context, tags, suffix, item, index)) }`;}\nfunction block7 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<tr part=\"popin-row\" class=\"${ifDefined(item.classes)}\" @click=\"${this._onrowclick}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\"><td colspan=\"${ifDefined(this.visibleCellsCount)}\" role=\"cell\">${ item.popinDisplayInline ? block8.call(this, context, tags, suffix, item, index) : block10.call(this, context, tags, suffix, item, index) }</td><td class=\"ui5-table-row-navigated\" aria-hidden=\"true\"><div class=\"ui5-table-div-navigated\"></div></td></tr>`;}\nfunction block8 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<div class=\"ui5-table-display-inline-container\">${ item.popinText ? block9.call(this, context, tags, suffix, item, index) : undefined }<span class=\"ui5-table-cell-display-inline\"><slot name=\"${ifDefined(item.cell._individualSlot)}\"></slot></span></div>`;}\nfunction block9 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<span class=\"ui5-table-row-popin-title\">${ifDefined(item.popinText)}:</span>`;}\nfunction block10 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.popinText ? block11.call(this, context, tags, suffix, item, index) : undefined }<div><slot name=\"${ifDefined(item.cell._individualSlot)}\"></slot></div>`;}\nfunction block11 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<span class=\"ui5-table-row-popin-title\">${ifDefined(item.popinText)}:</span>`;}\n\n\nexport default block0;"]}
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import type UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
|
2
|
-
import type Table from "../../Table.js";
|
3
|
-
declare function block0(this: Table, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
|
4
|
-
export default block0;
|
@@ -1,14 +0,0 @@
|
|
1
|
-
/* eslint no-unused-vars: 0 */
|
2
|
-
import { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
|
3
|
-
function block0(context, tags, suffix) { return suffix ? html `<div class="ui5-table-root" @ui5-selection-requested="${ifDefined(this._handleSelect)}" @ui5-_forward-after="${ifDefined(this._onForwardAfter)}" @ui5-_forward-before="${ifDefined(this._onForwardBefore)}" @focusin="${this._onfocusin}"><${scopeTag("ui5-busy-indicator", tags, suffix)} id="${ifDefined(this._id)}-busyIndicator" delay="${ifDefined(this.busyDelay)}" ?active="${this.busy}" class="ui5-table-busy-indicator"><div id="${ifDefined(this._id)}-before" tabindex="0" class="ui5-table-focusarea"></div><table border="0" cellspacing="0" cellpadding="0" @keydown="${this._onkeydown}" role="table" aria-label="${ifDefined(this.tableAriaLabelText)}"><thead><tr id="${ifDefined(this._columnHeader.id)}" class="ui5-table-header-row" aria-label="${ifDefined(this.ariaLabelText)}" tabindex="${ifDefined(this._columnHeader.forcedTabIndex)}" @click="${this._onColumnHeaderClick}" @focusin="${this._onColumnHeaderFocused}" @keydown="${this._onColumnHeaderKeydown}">${this.isMultiSelect ? block1.call(this, context, tags, suffix) : undefined}${repeat(this.visibleColumns, (item, index) => item._id || index, (item, index) => block3.call(this, context, tags, suffix, item, index))}<th class="ui5-table-header-row-navigated" aria-hidden="true"></th></tr></thead><tbody>${repeat(this.rows, (item, index) => item._id || index, (item, index) => block4.call(this, context, tags, suffix, item, index))}${!this.rows.length ? block5.call(this, context, tags, suffix) : undefined}${this.growsWithButton ? block7.call(this, context, tags, suffix) : undefined}${this.growsOnScroll ? block9.call(this, context, tags, suffix) : undefined}</tbody></table><div id="${ifDefined(this._id)}-after" tabindex="0" class="ui5-table-focusarea"></div></div></${scopeTag("ui5-busy-indicator", tags, suffix)}>` : html `<div class="ui5-table-root" @ui5-selection-requested="${ifDefined(this._handleSelect)}" @ui5-_forward-after="${ifDefined(this._onForwardAfter)}" @ui5-_forward-before="${ifDefined(this._onForwardBefore)}" @focusin="${this._onfocusin}"><ui5-busy-indicator id="${ifDefined(this._id)}-busyIndicator" delay="${ifDefined(this.busyDelay)}" ?active="${this.busy}" class="ui5-table-busy-indicator"><div id="${ifDefined(this._id)}-before" tabindex="0" class="ui5-table-focusarea"></div><table border="0" cellspacing="0" cellpadding="0" @keydown="${this._onkeydown}" role="table" aria-label="${ifDefined(this.tableAriaLabelText)}"><thead><tr id="${ifDefined(this._columnHeader.id)}" class="ui5-table-header-row" aria-label="${ifDefined(this.ariaLabelText)}" tabindex="${ifDefined(this._columnHeader.forcedTabIndex)}" @click="${this._onColumnHeaderClick}" @focusin="${this._onColumnHeaderFocused}" @keydown="${this._onColumnHeaderKeydown}">${this.isMultiSelect ? block1.call(this, context, tags, suffix) : undefined}${repeat(this.visibleColumns, (item, index) => item._id || index, (item, index) => block3.call(this, context, tags, suffix, item, index))}<th class="ui5-table-header-row-navigated" aria-hidden="true"></th></tr></thead><tbody>${repeat(this.rows, (item, index) => item._id || index, (item, index) => block4.call(this, context, tags, suffix, item, index))}${!this.rows.length ? block5.call(this, context, tags, suffix) : undefined}${this.growsWithButton ? block7.call(this, context, tags, suffix) : undefined}${this.growsOnScroll ? block9.call(this, context, tags, suffix) : undefined}</tbody></table><div id="${ifDefined(this._id)}-after" tabindex="0" class="ui5-table-focusarea"></div></div></ui5-busy-indicator>`; }
|
4
|
-
function block1(context, tags, suffix) { return html `<th class="ui5-table-select-all-column" role="presentation" aria-hidden="true">${this.rows.length ? block2.call(this, context, tags, suffix) : undefined}</th>`; }
|
5
|
-
function block2(context, tags, suffix) { return suffix ? html `<${scopeTag("ui5-checkbox", tags, suffix)} class="ui5-table-select-all-checkbox" ?checked="${this._allRowsSelected}" @ui5-change="${ifDefined(this._selectAll)}" accessible-name="${ifDefined(this.ariaLabelSelectAllText)}" tabindex="-1"></${scopeTag("ui5-checkbox", tags, suffix)}>` : html `<ui5-checkbox class="ui5-table-select-all-checkbox" ?checked="${this._allRowsSelected}" @ui5-change="${ifDefined(this._selectAll)}" accessible-name="${ifDefined(this.ariaLabelSelectAllText)}" tabindex="-1"></ui5-checkbox>`; }
|
6
|
-
function block3(context, tags, suffix, item, index) { return html `<slot name="${ifDefined(item._individualSlot)}"></slot>`; }
|
7
|
-
function block4(context, tags, suffix, item, index) { return html `<slot name="${ifDefined(item._individualSlot)}"></slot>`; }
|
8
|
-
function block5(context, tags, suffix) { return html `${!this.hideNoData ? block6.call(this, context, tags, suffix) : undefined}`; }
|
9
|
-
function block6(context, tags, suffix) { return html `<tr class="ui5-table-no-data-row-root"><td colspan="${ifDefined(this.visibleColumnsCount)}" role="cell" style="width: 100%"><div class="ui5-table-no-data-row"><span>${ifDefined(this.noDataText)}</span></div></td></tr>`; }
|
10
|
-
function block7(context, tags, suffix) { return html `<tr><td colspan="${ifDefined(this.visibleColumnsCount)}"><div growing-button><div id="${ifDefined(this._id)}-growingButton" tabindex="0" role="button" aria-labelledby="${ifDefined(this.loadMoreAriaLabelledBy)}" ?active="${this._loadMoreActive}" @click="${this._onLoadMoreClick}" @keydown="${this._onLoadMoreKeydown}" @keyup="${this._onLoadMoreKeyup}" growing-button-inner><span id="${ifDefined(this._id)}-growingButton-text" growing-button-text>${ifDefined(this._growingButtonText)}</span>${this.growingButtonSubtext ? block8.call(this, context, tags, suffix) : undefined}</div></div></td></tr>`; }
|
11
|
-
function block8(context, tags, suffix) { return html `<span id="${ifDefined(this._id)}-growingButton-subtext" growing-button-subtext>${ifDefined(this.growingButtonSubtext)}</span>`; }
|
12
|
-
function block9(context, tags, suffix) { return html `<tr tabindex="-1" aria-hidden="true" class="ui5-table-end-row"><td tabindex="-1"><span tabindex="-1" aria-hidden="true" class="ui5-table-end-marker"></span></td></tr>`; }
|
13
|
-
export default block0;
|
14
|
-
//# sourceMappingURL=TableTemplate.lit.js.map
|