@ui5/webcomponents-compat 2.0.0-rc.2
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/.eslintrc.cjs +3 -0
- package/.npsrc.json +3 -0
- package/CHANGELOG.md +0 -0
- package/README.md +45 -0
- package/config/wdio.conf.cjs +3 -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 +362 -0
- package/dist/Table.js +868 -0
- package/dist/Table.js.map +1 -0
- package/dist/TableCell.d.ts +37 -0
- package/dist/TableCell.js +63 -0
- package/dist/TableCell.js.map +1 -0
- package/dist/TableColumn.d.ts +63 -0
- package/dist/TableColumn.js +59 -0
- package/dist/TableColumn.js.map +1 -0
- package/dist/TableGroupRow.d.ts +44 -0
- package/dist/TableGroupRow.js +102 -0
- package/dist/TableGroupRow.js.map +1 -0
- package/dist/TableRow.d.ts +120 -0
- package/dist/TableRow.js +323 -0
- package/dist/TableRow.js.map +1 -0
- package/dist/bundle.common.bootstrap.d.ts +1 -0
- package/dist/bundle.common.bootstrap.js.map +1 -0
- package/dist/bundle.esm.d.ts +3 -0
- package/dist/bundle.esm.js.map +1 -0
- package/dist/bundle.scoped.esm.d.ts +2 -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 +1 -0
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
- package/dist/custom-elements-internal.json +1021 -0
- package/dist/custom-elements.json +747 -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_in.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 +13 -0
- package/dist/generated/i18n/i18n-defaults.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.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/templates/TableCellTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/TableCellTemplate.lit.js +5 -0
- package/dist/generated/templates/TableCellTemplate.lit.js.map +1 -0
- package/dist/generated/templates/TableColumnTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/TableColumnTemplate.lit.js +5 -0
- package/dist/generated/templates/TableColumnTemplate.lit.js.map +1 -0
- package/dist/generated/templates/TableGroupRowTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/TableGroupRowTemplate.lit.js +5 -0
- package/dist/generated/templates/TableGroupRowTemplate.lit.js.map +1 -0
- package/dist/generated/templates/TableRowTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/TableRowTemplate.lit.js +16 -0
- package/dist/generated/templates/TableRowTemplate.lit.js.map +1 -0
- package/dist/generated/templates/TableTemplate.lit.d.ts +4 -0
- package/dist/generated/templates/TableTemplate.lit.js +15 -0
- package/dist/generated/templates/TableTemplate.lit.js.map +1 -0
- package/dist/generated/themes/GrowingButton.css.d.ts +3 -0
- package/dist/generated/themes/GrowingButton.css.js +9 -0
- package/dist/generated/themes/GrowingButton.css.js.map +1 -0
- package/dist/generated/themes/Table.css.d.ts +3 -0
- package/dist/generated/themes/Table.css.js +9 -0
- package/dist/generated/themes/Table.css.js.map +1 -0
- package/dist/generated/themes/TableCell.css.d.ts +3 -0
- package/dist/generated/themes/TableCell.css.js +9 -0
- package/dist/generated/themes/TableCell.css.js.map +1 -0
- package/dist/generated/themes/TableColumn.css.d.ts +3 -0
- package/dist/generated/themes/TableColumn.css.js +9 -0
- package/dist/generated/themes/TableColumn.css.js.map +1 -0
- package/dist/generated/themes/TableGroupRow.css.d.ts +3 -0
- package/dist/generated/themes/TableGroupRow.css.js +9 -0
- package/dist/generated/themes/TableGroupRow.css.js.map +1 -0
- package/dist/generated/themes/TableRow.css.d.ts +3 -0
- package/dist/generated/themes/TableRow.css.js +9 -0
- package/dist/generated/themes/TableRow.css.js.map +1 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +3 -0
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +4 -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 +3 -0
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +4 -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 +3 -0
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +4 -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 +3 -0
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +4 -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 +3 -0
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +4 -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 +3 -0
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +4 -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 +3 -0
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +4 -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 +3 -0
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +4 -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/vscode.html-custom-data.json +136 -0
- package/dist/web-types.json +354 -0
- package/jsconfig.json +11 -0
- package/package-scripts.cjs +15 -0
- package/package.json +57 -0
- package/src/Table.hbs +121 -0
- package/src/TableCell.hbs +7 -0
- package/src/TableColumn.hbs +7 -0
- package/src/TableGroupRow.hbs +11 -0
- package/src/TableRow.hbs +85 -0
- package/src/i18n/messagebundle.properties +32 -0
- package/src/i18n/messagebundle_ar.properties +341 -0
- package/src/i18n/messagebundle_bg.properties +341 -0
- package/src/i18n/messagebundle_ca.properties +341 -0
- package/src/i18n/messagebundle_cnr.properties +341 -0
- package/src/i18n/messagebundle_cs.properties +341 -0
- package/src/i18n/messagebundle_cy.properties +341 -0
- package/src/i18n/messagebundle_da.properties +341 -0
- package/src/i18n/messagebundle_de.properties +341 -0
- package/src/i18n/messagebundle_el.properties +341 -0
- package/src/i18n/messagebundle_en.properties +341 -0
- package/src/i18n/messagebundle_en_GB.properties +341 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +311 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +341 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +311 -0
- package/src/i18n/messagebundle_es.properties +341 -0
- package/src/i18n/messagebundle_es_MX.properties +341 -0
- package/src/i18n/messagebundle_et.properties +341 -0
- package/src/i18n/messagebundle_fi.properties +341 -0
- package/src/i18n/messagebundle_fr.properties +341 -0
- package/src/i18n/messagebundle_fr_CA.properties +341 -0
- package/src/i18n/messagebundle_hi.properties +341 -0
- package/src/i18n/messagebundle_hr.properties +341 -0
- package/src/i18n/messagebundle_hu.properties +341 -0
- package/src/i18n/messagebundle_id.properties +341 -0
- package/src/i18n/messagebundle_in.properties +172 -0
- package/src/i18n/messagebundle_it.properties +341 -0
- package/src/i18n/messagebundle_iw.properties +341 -0
- package/src/i18n/messagebundle_ja.properties +341 -0
- package/src/i18n/messagebundle_kk.properties +341 -0
- package/src/i18n/messagebundle_ko.properties +341 -0
- package/src/i18n/messagebundle_lt.properties +341 -0
- package/src/i18n/messagebundle_lv.properties +341 -0
- package/src/i18n/messagebundle_mk.properties +341 -0
- package/src/i18n/messagebundle_ms.properties +341 -0
- package/src/i18n/messagebundle_nl.properties +341 -0
- package/src/i18n/messagebundle_no.properties +341 -0
- package/src/i18n/messagebundle_pl.properties +341 -0
- package/src/i18n/messagebundle_pt.properties +341 -0
- package/src/i18n/messagebundle_pt_PT.properties +341 -0
- package/src/i18n/messagebundle_ro.properties +341 -0
- package/src/i18n/messagebundle_ru.properties +341 -0
- package/src/i18n/messagebundle_sh.properties +341 -0
- package/src/i18n/messagebundle_sk.properties +341 -0
- package/src/i18n/messagebundle_sl.properties +341 -0
- package/src/i18n/messagebundle_sr.properties +341 -0
- package/src/i18n/messagebundle_sv.properties +341 -0
- package/src/i18n/messagebundle_th.properties +341 -0
- package/src/i18n/messagebundle_tr.properties +341 -0
- package/src/i18n/messagebundle_uk.properties +341 -0
- package/src/i18n/messagebundle_vi.properties +341 -0
- package/src/i18n/messagebundle_zh_CN.properties +341 -0
- package/src/i18n/messagebundle_zh_TW.properties +341 -0
- package/src/themes/GrowingButton.css +68 -0
- package/src/themes/Table.css +106 -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 +130 -0
- package/src/themes/base/GrowingButton-parameters.css +6 -0
- package/src/themes/base/Table-parameters.css +10 -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 +22 -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 +9 -0
- package/src/themes/sap_horizon/TableColumn-parameters.css +5 -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 +8 -0
- package/src/themes/sap_horizon_dark/GrowingButton-parameters.css +6 -0
- package/src/themes/sap_horizon_dark/Table-parameters.css +9 -0
- package/src/themes/sap_horizon_dark/TableColumn-parameters.css +5 -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 +8 -0
- package/src/themes/sap_horizon_hcb/GrowingButton-parameters.css +8 -0
- package/src/themes/sap_horizon_hcb/Table-parameters.css +10 -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 +10 -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 +28 -0
@@ -0,0 +1,341 @@
|
|
1
|
+
|
2
|
+
ARIA_LABEL_CARD_CONTENT=卡片內容
|
3
|
+
|
4
|
+
ARIA_ROLEDESCRIPTION_CARD=卡片
|
5
|
+
|
6
|
+
ARIA_ROLEDESCRIPTION_CARD_HEADER=卡片表頭
|
7
|
+
|
8
|
+
ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER=互動式卡片表頭
|
9
|
+
|
10
|
+
AVATAR_TOOLTIP=虛擬個人頭像
|
11
|
+
|
12
|
+
AVATAR_GROUP_DISPLAYED_HIDDEN_LABEL=已顯示 {0}、已隱藏 {1}。
|
13
|
+
|
14
|
+
AVATAR_GROUP_SHOW_COMPLETE_LIST_LABEL=針對完整清單而啟用。
|
15
|
+
|
16
|
+
AVATAR_GROUP_ARIA_LABEL_INDIVIDUAL=個別虛擬個人頭像。
|
17
|
+
|
18
|
+
AVATAR_GROUP_ARIA_LABEL_GROUP=結合虛擬個人頭像。
|
19
|
+
|
20
|
+
AVATAR_GROUP_MOVE=按箭頭鍵以移動。
|
21
|
+
|
22
|
+
BADGE_DESCRIPTION_BADGE=徽章
|
23
|
+
|
24
|
+
BADGE_DESCRIPTION_TAG=標籤
|
25
|
+
|
26
|
+
BADGE_ROLE_DESCRIPTION=標籤按鈕
|
27
|
+
|
28
|
+
BADGE_ERROR=錯誤
|
29
|
+
|
30
|
+
BADGE_WARNING=警告
|
31
|
+
|
32
|
+
BADGE_SUCCESS=成功
|
33
|
+
|
34
|
+
BADGE_INFORMATION=資訊
|
35
|
+
|
36
|
+
BREADCRUMB_ITEM_POS={0}/{1}
|
37
|
+
|
38
|
+
BREADCRUMBS_ARIA_LABEL=路徑指引追蹤
|
39
|
+
|
40
|
+
BREADCRUMBS_OVERFLOW_ARIA_LABEL=更多
|
41
|
+
|
42
|
+
BREADCRUMBS_CANCEL_BUTTON=取消
|
43
|
+
|
44
|
+
BUSY_INDICATOR_TITLE=請稍候
|
45
|
+
|
46
|
+
BUTTON_ARIA_TYPE_ACCEPT=正向作業
|
47
|
+
|
48
|
+
BUTTON_ARIA_TYPE_REJECT=負向作業
|
49
|
+
|
50
|
+
BUTTON_ARIA_TYPE_EMPHASIZED=強調
|
51
|
+
|
52
|
+
CAL_LEGEND_TODAY_TEXT=今天
|
53
|
+
|
54
|
+
CAL_LEGEND_SELECTED_TEXT=選取的日期
|
55
|
+
|
56
|
+
CAL_LEGEND_WORKING_DAY_TEXT=工作日
|
57
|
+
|
58
|
+
CAL_LEGEND_NON_WORKING_DAY_TEXT=非工作日
|
59
|
+
|
60
|
+
CAROUSEL_OF_TEXT=/
|
61
|
+
|
62
|
+
CAROUSEL_DOT_TEXT=已顯示項目 {0}/{1}
|
63
|
+
|
64
|
+
CAROUSEL_PREVIOUS_ARROW_TEXT=上一頁
|
65
|
+
|
66
|
+
CAROUSEL_NEXT_ARROW_TEXT=下一頁
|
67
|
+
|
68
|
+
COLORPALETTE_CONTAINER_LABEL=調色盤 - 預先定義的色彩
|
69
|
+
|
70
|
+
COLORPALETTE_POPOVER_TITLE=調色盤
|
71
|
+
|
72
|
+
COLORPALETTE_COLOR_LABEL=色彩
|
73
|
+
|
74
|
+
COLOR_PALETTE_DIALOG_CANCEL_BUTTON=取消
|
75
|
+
|
76
|
+
COLOR_PALETTE_DIALOG_OK_BUTTON=確定
|
77
|
+
|
78
|
+
COLOR_PALETTE_DIALOG_TITLE=更改色彩
|
79
|
+
|
80
|
+
COLOR_PALETTE_MORE_COLORS_TEXT=更多色彩...
|
81
|
+
|
82
|
+
COLOR_PALETTE_DEFAULT_COLOR_TEXT=預設色彩
|
83
|
+
|
84
|
+
COLORPICKER_ALPHA_SLIDER=Alpha 控制
|
85
|
+
|
86
|
+
COLORPICKER_HUE_SLIDER=色調控制
|
87
|
+
|
88
|
+
COLORPICKER_HEX=十六進位
|
89
|
+
|
90
|
+
COLORPICKER_RED=紅色
|
91
|
+
|
92
|
+
COLORPICKER_GREEN=綠色
|
93
|
+
|
94
|
+
COLORPICKER_BLUE=藍色
|
95
|
+
|
96
|
+
COLORPICKER_ALPHA=Alpha
|
97
|
+
|
98
|
+
DATEPICKER_OPEN_ICON_TITLE=開啟選擇器
|
99
|
+
|
100
|
+
DATEPICKER_DATE_DESCRIPTION=日期輸入
|
101
|
+
|
102
|
+
DATETIME_DESCRIPTION=日期時間輸入
|
103
|
+
|
104
|
+
DATERANGE_DESCRIPTION=日期範圍輸入
|
105
|
+
|
106
|
+
DELETE=刪除
|
107
|
+
|
108
|
+
FILEUPLOAD_BROWSE=瀏覽...
|
109
|
+
|
110
|
+
FILEUPLOADER_TITLE=上傳檔案
|
111
|
+
|
112
|
+
GROUP_HEADER_TEXT=群組表頭
|
113
|
+
|
114
|
+
SELECT_ROLE_DESCRIPTION=清單方塊
|
115
|
+
|
116
|
+
SELECT_OPTIONS=選擇選項
|
117
|
+
|
118
|
+
SHOW_SELECTED_BUTTON=僅顯示所選項目
|
119
|
+
|
120
|
+
INPUT_SUGGESTIONS=可用建議
|
121
|
+
|
122
|
+
MCB_SELECTED_ITEMS=全選 ({0}/{1})
|
123
|
+
|
124
|
+
INPUT_SUGGESTIONS_TITLE=選擇
|
125
|
+
|
126
|
+
INPUT_SUGGESTIONS_ONE_HIT=1 個可用的結果
|
127
|
+
|
128
|
+
INPUT_SUGGESTIONS_MORE_HITS={0} 個可用的結果
|
129
|
+
|
130
|
+
INPUT_SUGGESTIONS_NO_HIT=沒有結果
|
131
|
+
|
132
|
+
INPUT_CLEAR_ICON_ACC_NAME=清除
|
133
|
+
|
134
|
+
LINK_SUBTLE=輕微
|
135
|
+
|
136
|
+
LINK_EMPHASIZED=強調
|
137
|
+
|
138
|
+
LIST_ITEM_POSITION=清單項目 {0} / {1}
|
139
|
+
|
140
|
+
LIST_ITEM_SELECTED=已勾選
|
141
|
+
|
142
|
+
LIST_ITEM_NOT_SELECTED=未選擇
|
143
|
+
|
144
|
+
LIST_ITEM_GROUP_HEADER=群組表頭
|
145
|
+
|
146
|
+
ARIA_LABEL_LIST_ITEM_CHECKBOX=多重選擇模式
|
147
|
+
|
148
|
+
ARIA_LABEL_LIST_ITEM_RADIO_BUTTON=項目選擇。
|
149
|
+
|
150
|
+
ARIA_LABEL_LIST_SELECTABLE=包含可選擇的項目
|
151
|
+
|
152
|
+
ARIA_LABEL_LIST_MULTISELECTABLE=包含可多重選擇的項目
|
153
|
+
|
154
|
+
ARIA_LABEL_LIST_DELETABLE=包含可刪除的項目
|
155
|
+
|
156
|
+
MESSAGE_STRIP_CLOSE_BUTTON=訊息列關閉
|
157
|
+
|
158
|
+
MESSAGE_STRIP_CLOSABLE=可關閉
|
159
|
+
|
160
|
+
MESSAGE_STRIP_ERROR=錯誤資訊列
|
161
|
+
|
162
|
+
MESSAGE_STRIP_WARNING=警告資訊列
|
163
|
+
|
164
|
+
MESSAGE_STRIP_SUCCESS=成功資訊列
|
165
|
+
|
166
|
+
MESSAGE_STRIP_INFORMATION=資訊列
|
167
|
+
|
168
|
+
MULTICOMBOBOX_DIALOG_OK_BUTTON=確定
|
169
|
+
|
170
|
+
RADIO_BUTTON_GROUP_REQUIRED=請選擇其中一個可用的選項。
|
171
|
+
|
172
|
+
VALUE_STATE_ERROR_ALREADY_SELECTED=已選擇此值。
|
173
|
+
|
174
|
+
MULTIINPUT_ROLEDESCRIPTION_TEXT=多重值輸入
|
175
|
+
|
176
|
+
MULTIINPUT_SHOW_MORE_TOKENS=更多 ({0} 個)
|
177
|
+
|
178
|
+
PANEL_ICON=展開/收縮
|
179
|
+
|
180
|
+
RANGE_SLIDER_ARIA_DESCRIPTION=範圍
|
181
|
+
|
182
|
+
RANGE_SLIDER_START_HANDLE_DESCRIPTION=左側控點
|
183
|
+
|
184
|
+
RANGE_SLIDER_END_HANDLE_DESCRIPTION=右側控點
|
185
|
+
|
186
|
+
RATING_INDICATOR_TOOLTIP_TEXT=分級
|
187
|
+
|
188
|
+
RATING_INDICATOR_TEXT=分級指示碼
|
189
|
+
|
190
|
+
RATING_INDICATOR_ARIA_DESCRIPTION=必要
|
191
|
+
|
192
|
+
RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON=拒絕
|
193
|
+
|
194
|
+
SEGMENTEDBUTTON_ARIA_DESCRIPTION=區段按鈕群組
|
195
|
+
|
196
|
+
SEGMENTEDBUTTON_ARIA_DESCRIBEDBY=按下 SPACE 或 ENTER 以選擇項目
|
197
|
+
|
198
|
+
SEGMENTEDBUTTONITEM_ARIA_DESCRIPTION=區段按鈕
|
199
|
+
|
200
|
+
SLIDER_ARIA_DESCRIPTION=滑桿控點
|
201
|
+
|
202
|
+
LOAD_MORE_TEXT=較多
|
203
|
+
|
204
|
+
TABLE_HEADER_ROW_INFORMATION=表頭列 1/{0}
|
205
|
+
|
206
|
+
TABLE_ROW_POSITION={0}/{1}
|
207
|
+
|
208
|
+
TABLE_GROUP_ROW_ARIA_LABEL=群組表頭列
|
209
|
+
|
210
|
+
ARIA_LABEL_ROW_SELECTION=項目選擇
|
211
|
+
|
212
|
+
ARIA_LABEL_SELECT_ALL_CHECKBOX=選擇所有列
|
213
|
+
|
214
|
+
ARIA_LABEL_EMPTY_CELL=空白
|
215
|
+
|
216
|
+
TAB_ARIA_DESIGN_POSITIVE=正面
|
217
|
+
|
218
|
+
TAB_ARIA_DESIGN_NEGATIVE=負面
|
219
|
+
|
220
|
+
TAB_ARIA_DESIGN_CRITICAL=重要
|
221
|
+
|
222
|
+
TAB_ARIA_DESIGN_NEUTRAL=一般
|
223
|
+
|
224
|
+
TAB_SPLIT_ROLE_DESCRIPTION=含子項目的索引標籤
|
225
|
+
|
226
|
+
TABCONTAINER_NEXT_ICON_ACC_NAME=下一步
|
227
|
+
|
228
|
+
TABCONTAINER_PREVIOUS_ICON_ACC_NAME=上一步
|
229
|
+
|
230
|
+
TABCONTAINER_OVERFLOW_MENU_TITLE=溢位功能表
|
231
|
+
|
232
|
+
TABCONTAINER_END_OVERFLOW=更多
|
233
|
+
|
234
|
+
TABCONTAINER_POPOVER_CANCEL_BUTTON=取消
|
235
|
+
|
236
|
+
TABCONTAINER_SUBTABS_DESCRIPTION=按向下鍵以開啟子項目功能表
|
237
|
+
|
238
|
+
TEXTAREA_CHARACTERS_LEFT=剩下 {0} 個字元
|
239
|
+
|
240
|
+
TEXTAREA_CHARACTERS_EXCEEDED=超過 {0} 個字元
|
241
|
+
|
242
|
+
TIMEPICKER_HOURS_LABEL=小時
|
243
|
+
|
244
|
+
TIMEPICKER_MINUTES_LABEL=分
|
245
|
+
|
246
|
+
TIMEPICKER_SECONDS_LABEL=秒
|
247
|
+
|
248
|
+
TIMEPICKER_SUBMIT_BUTTON=成功
|
249
|
+
|
250
|
+
TIMEPICKER_CANCEL_BUTTON=取消
|
251
|
+
|
252
|
+
TIMEPICKER_INPUT_DESCRIPTION=時間輸入
|
253
|
+
|
254
|
+
TIMEPICKER_CLOCK_DIAL_LABEL=鐘面
|
255
|
+
|
256
|
+
TIMEPICKER_INPUTS_ENTER_HOURS=請輸入小時
|
257
|
+
|
258
|
+
TIMEPICKER_INPUTS_ENTER_MINUTES=請輸入分鐘
|
259
|
+
|
260
|
+
TIMEPICKER_INPUTS_ENTER_SECONDS=請輸入秒數
|
261
|
+
|
262
|
+
DURATION_INPUT_DESCRIPTION=持續期輸入
|
263
|
+
|
264
|
+
DATETIME_PICKER_DATE_BUTTON=日期
|
265
|
+
|
266
|
+
DATETIME_PICKER_TIME_BUTTON=時間
|
267
|
+
|
268
|
+
TOKEN_ARIA_DELETABLE=可刪除
|
269
|
+
|
270
|
+
TOKENIZER_ARIA_CONTAIN_TOKEN=無記號
|
271
|
+
|
272
|
+
TOKENIZER_ARIA_CONTAIN_ONE_TOKEN=包含 1 個記號
|
273
|
+
|
274
|
+
TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS=包含 {0} 個記號
|
275
|
+
|
276
|
+
TOKENIZER_ARIA_LABEL=表徵參數量化器
|
277
|
+
|
278
|
+
TOKENIZER_POPOVER_REMOVE=移除
|
279
|
+
|
280
|
+
TOKENIZER_SHOW_ALL_ITEMS={0} 個項目
|
281
|
+
|
282
|
+
TREE_ITEM_ARIA_LABEL=樹狀結構項目
|
283
|
+
|
284
|
+
TREE_ITEM_EXPAND_NODE=展開節點
|
285
|
+
|
286
|
+
TREE_ITEM_COLLAPSE_NODE=收縮節點
|
287
|
+
|
288
|
+
VALUE_STATE_TYPE_ERROR=值狀態 (錯誤)
|
289
|
+
|
290
|
+
VALUE_STATE_TYPE_WARNING=值狀態 (警告)
|
291
|
+
|
292
|
+
VALUE_STATE_TYPE_SUCCESS=值狀態 (成功)
|
293
|
+
|
294
|
+
VALUE_STATE_TYPE_INFORMATION=值狀態資訊
|
295
|
+
|
296
|
+
VALUE_STATE_ERROR=無效輸入項
|
297
|
+
|
298
|
+
VALUE_STATE_WARNING=已發出警告
|
299
|
+
|
300
|
+
VALUE_STATE_INFORMATION=資訊輸入項
|
301
|
+
|
302
|
+
VALUE_STATE_SUCCESS=已成功驗證輸入項
|
303
|
+
|
304
|
+
CALENDAR_HEADER_NEXT_BUTTON=下一步
|
305
|
+
|
306
|
+
CALENDAR_HEADER_PREVIOUS_BUTTON=上一步
|
307
|
+
|
308
|
+
DAY_PICKER_WEEK_NUMBER_TEXT=週數
|
309
|
+
|
310
|
+
DAY_PICKER_NON_WORKING_DAY=非工作日
|
311
|
+
|
312
|
+
DAY_PICKER_TODAY=今天
|
313
|
+
|
314
|
+
MONTH_PICKER_DESCRIPTION=月份選擇器
|
315
|
+
|
316
|
+
YEAR_PICKER_DESCRIPTION=年份選擇器
|
317
|
+
|
318
|
+
STEPINPUT_DEC_ICON_TITLE=減少
|
319
|
+
|
320
|
+
STEPINPUT_INC_ICON_TITLE=增加
|
321
|
+
|
322
|
+
SPLIT_BUTTON_DESCRIPTION=分割按鈕
|
323
|
+
|
324
|
+
SPLIT_BUTTON_KEYBOARD_HINT=按下空格鍵或 Enter 以驅動預設動作,以及 Alt + 向下箭頭或 F4 以驅動箭頭動作
|
325
|
+
|
326
|
+
MENU_BACK_BUTTON_ARIA_LABEL=返回
|
327
|
+
|
328
|
+
MENU_CLOSE_BUTTON_ARIA_LABEL=拒絕
|
329
|
+
|
330
|
+
NAVIGATION_MENU_POPOVER_HIDDEN_TEXT=瀏覽
|
331
|
+
|
332
|
+
DIALOG_HEADER_ARIA_ROLE_DESCRIPTION=互動表頭
|
333
|
+
|
334
|
+
DIALOG_HEADER_ARIA_DESCRIBEDBY_RESIZABLE=使用 Shift + 箭頭鍵以調整大小
|
335
|
+
|
336
|
+
DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE=使用箭頭鍵以移動
|
337
|
+
|
338
|
+
DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=使用箭頭鍵以移動,使用 Shift + 箭頭鍵以調整大小
|
339
|
+
LABEL_COLON=:
|
340
|
+
|
341
|
+
TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=附加選項
|
@@ -0,0 +1,68 @@
|
|
1
|
+
[growing-button] {
|
2
|
+
display: flex;
|
3
|
+
align-items: center;
|
4
|
+
padding: var(--_ui5_load_more_padding);
|
5
|
+
border-top: 1px solid var(--sapList_BorderColor);
|
6
|
+
border-bottom: var(--_ui5_load_more_border-bottom);
|
7
|
+
box-sizing: border-box;
|
8
|
+
cursor: pointer;
|
9
|
+
outline: none;
|
10
|
+
}
|
11
|
+
|
12
|
+
[growing-button-inner] {
|
13
|
+
display: flex;
|
14
|
+
align-items: center;
|
15
|
+
justify-content: center;
|
16
|
+
flex-direction: column;
|
17
|
+
min-height: var(--_ui5_load_more_text_height);
|
18
|
+
width: 100%;
|
19
|
+
color: var(--sapButton_TextColor);
|
20
|
+
background-color: var(--sapList_Background);
|
21
|
+
border: var(--_ui5_load_more_border);
|
22
|
+
border-radius: var(--_ui5_load_more_border_radius);
|
23
|
+
box-sizing: border-box;
|
24
|
+
}
|
25
|
+
|
26
|
+
[growing-button-inner]:focus {
|
27
|
+
outline: var(--_ui5_load_more_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
28
|
+
outline-offset: -0.125rem;
|
29
|
+
border-color: transparent;
|
30
|
+
}
|
31
|
+
|
32
|
+
[growing-button-inner]:hover {
|
33
|
+
background-color: var(--sapList_Hover_Background);
|
34
|
+
}
|
35
|
+
|
36
|
+
[growing-button-inner]:active,
|
37
|
+
[growing-button-inner][active] {
|
38
|
+
background-color: var(--sapList_Active_Background);
|
39
|
+
border-color: var(--sapList_Active_Background);
|
40
|
+
}
|
41
|
+
|
42
|
+
[growing-button-inner]:active > *,
|
43
|
+
[growing-button-inner][active] > * {
|
44
|
+
color: var(--sapList_Active_TextColor);
|
45
|
+
}
|
46
|
+
|
47
|
+
[growing-button-text],
|
48
|
+
[growing-button-subtext] {
|
49
|
+
width: 100%;
|
50
|
+
text-align: center;
|
51
|
+
font-family: "72override", var(--sapFontFamily);
|
52
|
+
white-space: nowrap;
|
53
|
+
overflow: hidden;
|
54
|
+
text-overflow: ellipsis;
|
55
|
+
box-sizing: border-box;
|
56
|
+
}
|
57
|
+
|
58
|
+
[growing-button-text] {
|
59
|
+
height: var(--_ui5_load_more_text_height);
|
60
|
+
padding: 0.875rem 1rem 0 1rem;
|
61
|
+
font-size: var(--_ui5_load_more_text_font_size);
|
62
|
+
font-weight: bold;
|
63
|
+
}
|
64
|
+
|
65
|
+
[growing-button-subtext] {
|
66
|
+
font-size: var(--sapFontSize);
|
67
|
+
padding: var(--_ui5_load_more_desc_padding);
|
68
|
+
}
|
@@ -0,0 +1,106 @@
|
|
1
|
+
@import "./GrowingButton.css";
|
2
|
+
|
3
|
+
:host(:not([hidden])) {
|
4
|
+
display: inline-block;
|
5
|
+
width: 100%;
|
6
|
+
}
|
7
|
+
|
8
|
+
.ui5-table-root {
|
9
|
+
position: relative;
|
10
|
+
border-bottom: var(--ui5_table_bottom_border);
|
11
|
+
}
|
12
|
+
|
13
|
+
table {
|
14
|
+
width: 100%;
|
15
|
+
border-spacing: 0;
|
16
|
+
border-collapse: collapse;
|
17
|
+
}
|
18
|
+
|
19
|
+
.ui5-table-header-row-navigated {
|
20
|
+
width: 0.1875rem;
|
21
|
+
background: var(--sapList_HeaderBackground);
|
22
|
+
vertical-align: middle;
|
23
|
+
}
|
24
|
+
|
25
|
+
.ui5-table-header-row {
|
26
|
+
color: var(--sapList_HeaderTextColor);
|
27
|
+
height: var(--ui5_table_header_row_height);
|
28
|
+
font-family: "72override", var(--sapFontFamily);
|
29
|
+
font-size: var(--sapFontSize);
|
30
|
+
font-weight: var(--ui5_table_header_row_font_weight);
|
31
|
+
border-bottom: var(--ui5_table_header_row_border_width) solid var(--ui5_table_header_row_border_bottom_color);
|
32
|
+
}
|
33
|
+
|
34
|
+
.ui5-table-header-row:focus {
|
35
|
+
outline: var(--ui5_table_header_row_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
36
|
+
outline-offset: var(--ui5_table_focus_outline_offset);
|
37
|
+
}
|
38
|
+
|
39
|
+
tr {
|
40
|
+
height: 3rem;
|
41
|
+
}
|
42
|
+
|
43
|
+
.ui5-table-no-data-row {
|
44
|
+
display: flex;
|
45
|
+
align-items: center;
|
46
|
+
width: 100%;
|
47
|
+
height: auto;
|
48
|
+
justify-content: center;
|
49
|
+
text-align: center;
|
50
|
+
padding: 0.5rem 1rem;
|
51
|
+
font-family: "72override", var(--sapFontFamily);
|
52
|
+
font-size: 0.875rem;
|
53
|
+
box-sizing: border-box;
|
54
|
+
color: var(--sapTextColor);
|
55
|
+
min-height: 3rem;
|
56
|
+
background-color: var(--sapList_Background);
|
57
|
+
}
|
58
|
+
|
59
|
+
.ui5-table-end-row {
|
60
|
+
height: 0px;
|
61
|
+
}
|
62
|
+
|
63
|
+
:host([busy]) .ui5-table-busy-row {
|
64
|
+
position: absolute;
|
65
|
+
left: 0;
|
66
|
+
right: 0;
|
67
|
+
bottom: 0;
|
68
|
+
top: 0;
|
69
|
+
outline: none;
|
70
|
+
z-index: 100;
|
71
|
+
}
|
72
|
+
|
73
|
+
:host([busy]) .ui5-table-busy-ind {
|
74
|
+
position: absolute;
|
75
|
+
top: 50%;
|
76
|
+
left: 50%;
|
77
|
+
transform: translate(-50%, -50%);
|
78
|
+
z-index: 1;
|
79
|
+
}
|
80
|
+
|
81
|
+
:host([busy]) [growing-button] {
|
82
|
+
opacity: 0.72;
|
83
|
+
}
|
84
|
+
|
85
|
+
:host [growing-button] {
|
86
|
+
border-bottom: var(--_ui5_table_load_more_border-bottom);
|
87
|
+
}
|
88
|
+
|
89
|
+
.ui5-table-select-all-column {
|
90
|
+
width: var(--ui5_table_multiselect_column_width);
|
91
|
+
text-align: center;
|
92
|
+
}
|
93
|
+
|
94
|
+
:host([sticky-column-header]) .ui5-table-header-row {
|
95
|
+
position: sticky;
|
96
|
+
top: 0;
|
97
|
+
z-index: 99;
|
98
|
+
}
|
99
|
+
|
100
|
+
th {
|
101
|
+
background: var(--sapList_HeaderBackground);
|
102
|
+
}
|
103
|
+
|
104
|
+
.ui5-table-focusarea {
|
105
|
+
position: fixed;
|
106
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
:host {
|
2
|
+
display: table-cell;
|
3
|
+
font-family: "72override", var(--sapFontFamily);
|
4
|
+
font-size: 0.875rem;
|
5
|
+
height: var(--ui5_table_row_height);
|
6
|
+
box-sizing: border-box;
|
7
|
+
color: var(--sapList_TextColor);
|
8
|
+
word-break: break-word;
|
9
|
+
vertical-align: middle;
|
10
|
+
}
|
11
|
+
|
12
|
+
td {
|
13
|
+
display: contents;
|
14
|
+
}
|
15
|
+
|
16
|
+
:host([popined]) {
|
17
|
+
padding-left: 0;
|
18
|
+
padding-top: .25rem;
|
19
|
+
}
|
20
|
+
|
21
|
+
:host([_popined-inline]) {
|
22
|
+
padding-top: 0;
|
23
|
+
}
|
24
|
+
|
25
|
+
::slotted([ui5-label]) {
|
26
|
+
color: inherit;
|
27
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
:host {
|
2
|
+
display: contents;
|
3
|
+
}
|
4
|
+
|
5
|
+
th {
|
6
|
+
background: var(--sapList_HeaderBackground);
|
7
|
+
width: inherit;
|
8
|
+
font-weight: var(--ui5_table_header_row_font_weight);
|
9
|
+
font-size: var(--sapFontMediumSize);
|
10
|
+
font-family: var(--ui5_table_header_row_font_family);
|
11
|
+
padding: 0.5rem;
|
12
|
+
box-sizing: border-box;
|
13
|
+
text-align: start;
|
14
|
+
vertical-align: middle;
|
15
|
+
}
|
16
|
+
|
17
|
+
:host([first]) th {
|
18
|
+
padding-inline-start: 1rem;
|
19
|
+
}
|
20
|
+
|
21
|
+
th ::slotted([ui5-label]) {
|
22
|
+
font-weight: var(--ui5_table_header_row_font_weight);
|
23
|
+
font-size: var(--sapFontMediumSize);
|
24
|
+
font-family: var(--ui5_table_header_row_font_family);
|
25
|
+
}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
:host {
|
2
|
+
display: contents;
|
3
|
+
}
|
4
|
+
|
5
|
+
:host([_busy]) .ui5-table-group-row-root {
|
6
|
+
opacity: 0.72;
|
7
|
+
pointer-events: none;
|
8
|
+
}
|
9
|
+
|
10
|
+
.ui5-table-group-row-root {
|
11
|
+
height: var(--ui5_table_group_row_height);
|
12
|
+
border-style: solid;
|
13
|
+
border-color: var(--sapList_TableGroupHeaderBorderColor);
|
14
|
+
border-width: var(--ui5_table_border_width);
|
15
|
+
background-color: var(--sapList_TableGroupHeaderBackground);
|
16
|
+
color: var(--sapList_TableGroupHeaderTextColor);
|
17
|
+
font-family: "72override", var(--sapFontFamily);
|
18
|
+
font-size: var(--sapFontSize);
|
19
|
+
font-weight: var(--ui5_table_group_row_font-weight);
|
20
|
+
}
|
21
|
+
|
22
|
+
.ui5-table-group-row-root:focus {
|
23
|
+
outline: var(--ui5_table_row_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
24
|
+
outline-offset: var(--ui5_table_focus_outline_offset);
|
25
|
+
}
|
26
|
+
|
27
|
+
td {
|
28
|
+
word-break: break-word;
|
29
|
+
vertical-align: middle;
|
30
|
+
padding: .5rem .25rem .5rem 1rem;
|
31
|
+
text-align: start;
|
32
|
+
}
|