@ui5/webcomponents 2.24.0-rc.1 → 2.24.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 +45 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/Bar.d.ts +4 -2
- package/dist/Bar.js +4 -2
- package/dist/Bar.js.map +1 -1
- package/dist/Breadcrumbs.d.ts +7 -0
- package/dist/Breadcrumbs.js +4 -1
- package/dist/Breadcrumbs.js.map +1 -1
- package/dist/Calendar.d.ts +0 -1
- package/dist/Calendar.js +0 -4
- package/dist/Calendar.js.map +1 -1
- package/dist/CalendarHeaderTemplate.js +1 -2
- package/dist/CalendarHeaderTemplate.js.map +1 -1
- package/dist/CalendarTemplate.js +2 -2
- package/dist/CalendarTemplate.js.map +1 -1
- package/dist/ComboBox.d.ts +10 -1
- package/dist/ComboBox.js +25 -6
- package/dist/ComboBox.js.map +1 -1
- package/dist/ComboBoxItemCustom.d.ts +63 -0
- package/dist/ComboBoxItemCustom.js +85 -0
- package/dist/ComboBoxItemCustom.js.map +1 -0
- package/dist/ComboBoxItemCustomTemplate.d.ts +2 -0
- package/dist/ComboBoxItemCustomTemplate.js +9 -0
- package/dist/ComboBoxItemCustomTemplate.js.map +1 -0
- package/dist/ComboBoxPopoverTemplate.js +2 -2
- package/dist/ComboBoxPopoverTemplate.js.map +1 -1
- package/dist/Dialog.d.ts +19 -7
- package/dist/Dialog.js +88 -15
- package/dist/Dialog.js.map +1 -1
- package/dist/DialogTemplate.js +6 -10
- package/dist/DialogTemplate.js.map +1 -1
- package/dist/ListItem.js +1 -0
- package/dist/ListItem.js.map +1 -1
- package/dist/MenuItem.d.ts +1 -0
- package/dist/MenuItem.js +7 -0
- package/dist/MenuItem.js.map +1 -1
- package/dist/MultiComboBox.d.ts +2 -0
- package/dist/MultiComboBox.js +17 -7
- package/dist/MultiComboBox.js.map +1 -1
- package/dist/MultiComboBoxItemCustom.d.ts +79 -0
- package/dist/MultiComboBoxItemCustom.js +121 -0
- package/dist/MultiComboBoxItemCustom.js.map +1 -0
- package/dist/MultiComboBoxItemCustomTemplate.d.ts +2 -0
- package/dist/MultiComboBoxItemCustomTemplate.js +10 -0
- package/dist/MultiComboBoxItemCustomTemplate.js.map +1 -0
- package/dist/Popup.js +2 -4
- package/dist/Popup.js.map +1 -1
- package/dist/RadioButton.d.ts +2 -1
- package/dist/RadioButton.js +7 -1
- package/dist/RadioButton.js.map +1 -1
- package/dist/RadioButtonTemplate.js +1 -1
- package/dist/RadioButtonTemplate.js.map +1 -1
- package/dist/bundle.esm.js +2 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/css/themes/Calendar.css +1 -1
- package/dist/css/themes/ComboBoxItemCustom.css +1 -0
- package/dist/css/themes/Dialog.css +1 -1
- package/dist/css/themes/Form.css +1 -1
- package/dist/css/themes/FormItemSpan.css +1 -1
- package/dist/css/themes/FormLayout.css +1 -1
- package/dist/css/themes/MultiComboBoxItemCustom.css +1 -0
- package/dist/css/themes/SelectPopover.css +1 -1
- package/dist/css/themes/TextArea.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_auto/parameters-bundle.css +5 -8
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +5 -8
- 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 +335 -12
- package/dist/custom-elements.json +267 -12
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_auto/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_hc_auto/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.d.ts +12 -5
- package/dist/generated/i18n/i18n-defaults.js +12 -5
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/themes/Calendar.css.d.ts +1 -1
- package/dist/generated/themes/Calendar.css.js +1 -1
- package/dist/generated/themes/Calendar.css.js.map +1 -1
- package/dist/generated/themes/ComboBoxItemCustom.css.d.ts +2 -0
- package/dist/generated/themes/ComboBoxItemCustom.css.js +8 -0
- package/dist/generated/themes/ComboBoxItemCustom.css.js.map +1 -0
- package/dist/generated/themes/Dialog.css.d.ts +1 -1
- package/dist/generated/themes/Dialog.css.js +1 -1
- package/dist/generated/themes/Dialog.css.js.map +1 -1
- package/dist/generated/themes/Form.css.d.ts +1 -1
- package/dist/generated/themes/Form.css.js +1 -1
- package/dist/generated/themes/Form.css.js.map +1 -1
- package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
- package/dist/generated/themes/FormItemSpan.css.js +1 -1
- package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
- package/dist/generated/themes/FormLayout.css.d.ts +1 -1
- package/dist/generated/themes/FormLayout.css.js +1 -1
- package/dist/generated/themes/FormLayout.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBoxItemCustom.css.d.ts +2 -0
- package/dist/generated/themes/MultiComboBoxItemCustom.css.js +8 -0
- package/dist/generated/themes/MultiComboBoxItemCustom.css.js.map +1 -0
- package/dist/generated/themes/SelectPopover.css.d.ts +1 -1
- package/dist/generated/themes/SelectPopover.css.js +1 -1
- package/dist/generated/themes/SelectPopover.css.js.map +1 -1
- package/dist/generated/themes/TextArea.css.d.ts +1 -1
- package/dist/generated/themes/TextArea.css.js +1 -1
- package/dist/generated/themes/TextArea.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +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.d.ts +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.d.ts +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.d.ts +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.d.ts +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_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +5 -8
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +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_hc_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +5 -8
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +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.d.ts +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/vscode.html-custom-data.json +41 -2
- package/dist/web-types.json +112 -4
- package/package.json +9 -9
- package/src/CalendarHeaderTemplate.tsx +1 -2
- package/src/CalendarTemplate.tsx +2 -2
- package/src/ComboBoxItemCustomTemplate.tsx +10 -0
- package/src/ComboBoxPopoverTemplate.tsx +2 -2
- package/src/DialogTemplate.tsx +21 -14
- package/src/MultiComboBoxItemCustomTemplate.tsx +22 -0
- package/src/RadioButtonTemplate.tsx +1 -0
- package/src/i18n/messagebundle.properties +29 -8
- package/src/i18n/messagebundle_ar.properties +18 -4
- package/src/i18n/messagebundle_bg.properties +18 -4
- package/src/i18n/messagebundle_ca.properties +18 -4
- package/src/i18n/messagebundle_cnr.properties +18 -4
- package/src/i18n/messagebundle_cs.properties +18 -4
- package/src/i18n/messagebundle_cy.properties +18 -4
- package/src/i18n/messagebundle_da.properties +18 -4
- package/src/i18n/messagebundle_de.properties +18 -4
- package/src/i18n/messagebundle_el.properties +18 -4
- package/src/i18n/messagebundle_en.properties +18 -4
- package/src/i18n/messagebundle_en_GB.properties +18 -4
- package/src/i18n/messagebundle_en_US_sappsd.properties +18 -4
- package/src/i18n/messagebundle_en_US_saprigi.properties +18 -4
- package/src/i18n/messagebundle_en_US_saptrc.properties +18 -4
- package/src/i18n/messagebundle_es.properties +18 -4
- package/src/i18n/messagebundle_es_MX.properties +18 -4
- package/src/i18n/messagebundle_et.properties +18 -4
- package/src/i18n/messagebundle_fi.properties +18 -4
- package/src/i18n/messagebundle_fr.properties +18 -4
- package/src/i18n/messagebundle_fr_CA.properties +18 -4
- package/src/i18n/messagebundle_hi.properties +18 -4
- package/src/i18n/messagebundle_hr.properties +19 -5
- package/src/i18n/messagebundle_hu.properties +18 -4
- package/src/i18n/messagebundle_id.properties +18 -4
- package/src/i18n/messagebundle_it.properties +18 -4
- package/src/i18n/messagebundle_iw.properties +18 -4
- package/src/i18n/messagebundle_ja.properties +18 -4
- package/src/i18n/messagebundle_kk.properties +18 -4
- package/src/i18n/messagebundle_ko.properties +18 -4
- package/src/i18n/messagebundle_lt.properties +18 -4
- package/src/i18n/messagebundle_lv.properties +18 -4
- package/src/i18n/messagebundle_mk.properties +18 -4
- package/src/i18n/messagebundle_ms.properties +18 -4
- package/src/i18n/messagebundle_nl.properties +18 -4
- package/src/i18n/messagebundle_no.properties +18 -4
- package/src/i18n/messagebundle_pl.properties +18 -4
- package/src/i18n/messagebundle_pt.properties +18 -4
- package/src/i18n/messagebundle_pt_PT.properties +18 -4
- package/src/i18n/messagebundle_ro.properties +18 -4
- package/src/i18n/messagebundle_ru.properties +18 -4
- package/src/i18n/messagebundle_sh.properties +18 -4
- package/src/i18n/messagebundle_sk.properties +18 -4
- package/src/i18n/messagebundle_sl.properties +18 -4
- package/src/i18n/messagebundle_sr.properties +18 -4
- package/src/i18n/messagebundle_sv.properties +18 -4
- package/src/i18n/messagebundle_th.properties +18 -4
- package/src/i18n/messagebundle_tr.properties +18 -4
- package/src/i18n/messagebundle_uk.properties +18 -4
- package/src/i18n/messagebundle_vi.properties +18 -4
- package/src/i18n/messagebundle_zh_CN.properties +18 -4
- package/src/i18n/messagebundle_zh_TW.properties +18 -4
- package/src/themes/Calendar.css +6 -0
- package/src/themes/ComboBoxItemCustom.css +14 -0
- package/src/themes/Dialog.css +12 -7
- package/src/themes/FormItemSpan.css +4 -4
- package/src/themes/FormLayout.css +4 -4
- package/src/themes/MultiComboBoxItemCustom.css +19 -0
- package/src/themes/SelectPopover.css +13 -2
- package/src/themes/TextArea.css +1 -1
- package/src/themes/base/Dialog-parameters.css +2 -5
- package/src/themes/base/sizes-parameters.css +2 -3
- package/src/themes/sap_horizon/Dialog-parameters.css +0 -8
- package/src/themes/sap_horizon_dark/Dialog-parameters.css +0 -8
|
@@ -566,13 +566,27 @@ MENU_ITEM_END_CONTENT_ACCESSIBLE_NAME=Додатне радње
|
|
|
566
566
|
|
|
567
567
|
MENU_ITEM_LOADING=Учитавање
|
|
568
568
|
|
|
569
|
-
|
|
569
|
+
DIALOG_ARIA_DESCRIBEDBY_RESIZABLE=Користите Shift+стрелице на тастатури за промену величине
|
|
570
570
|
|
|
571
|
-
|
|
571
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE=Користите стрелице на тастатури за кретање
|
|
572
572
|
|
|
573
|
-
|
|
573
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Користите стрелице на тастатури за кретање, Shift+стрелице на тастатури за промену величине
|
|
574
574
|
|
|
575
|
-
|
|
575
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE_RESIZABLE=Прескочите на крај дијалога да дођете до регулатора за превлачење и промену величине.
|
|
576
|
+
|
|
577
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE=Прескочите на крај дијалога да дођете до регулатора за превлачење.
|
|
578
|
+
|
|
579
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_RESIZABLE=Прескочите на крај дијалога да дођете до регулатора за промену величине.
|
|
580
|
+
|
|
581
|
+
DIALOG_RESIZE_HANDLE_TOOLTIP=Превуци регулатор за промену величине (shift+стрелица)
|
|
582
|
+
|
|
583
|
+
DIALOG_DRAG_AND_RESIZE_HANDLE_ARIA_LABEL=Превуци и промени величину дијалога
|
|
584
|
+
|
|
585
|
+
DIALOG_DRAG_HANDLE_ARIA_LABEL=Превуци дијалог
|
|
586
|
+
|
|
587
|
+
DIALOG_RESIZE_HANDLE_ARIA_LABEL=Промени величину дијалога
|
|
588
|
+
|
|
589
|
+
DIALOG_HANDLE_ARIA_ROLEDESCRIPTION=Регулатор
|
|
576
590
|
|
|
577
591
|
DIALOG_HEADER_ARIA_LABEL=Заглавље
|
|
578
592
|
|
|
@@ -566,13 +566,27 @@ MENU_ITEM_END_CONTENT_ACCESSIBLE_NAME=Ytterligare åtgärder
|
|
|
566
566
|
|
|
567
567
|
MENU_ITEM_LOADING=Läser in
|
|
568
568
|
|
|
569
|
-
|
|
569
|
+
DIALOG_ARIA_DESCRIBEDBY_RESIZABLE=Använd Skift + piltangenterna för att ändra storlek
|
|
570
570
|
|
|
571
|
-
|
|
571
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE=Använd piltangenterna för att flytta
|
|
572
572
|
|
|
573
|
-
|
|
573
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Använd piltangenterna för att flytta, Skift + piltangenterna för att ändra storlek
|
|
574
574
|
|
|
575
|
-
|
|
575
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE_RESIZABLE=Tabba till slutet av dialogen för att nå reglaget för att dra och ändra storlek.
|
|
576
|
+
|
|
577
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE=Tabba till slutet av dialogen för att nå reglaget för att dra.
|
|
578
|
+
|
|
579
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_RESIZABLE=Tabba till slutet av dialogen för att nå reglaget för att ändra storlek.
|
|
580
|
+
|
|
581
|
+
DIALOG_RESIZE_HANDLE_TOOLTIP=Dra reglaget för att ändra storlek (Skift + pil)
|
|
582
|
+
|
|
583
|
+
DIALOG_DRAG_AND_RESIZE_HANDLE_ARIA_LABEL=Dialog för dra och ändra storlek
|
|
584
|
+
|
|
585
|
+
DIALOG_DRAG_HANDLE_ARIA_LABEL=Dialog för dra
|
|
586
|
+
|
|
587
|
+
DIALOG_RESIZE_HANDLE_ARIA_LABEL=Dialog för ändra storlek
|
|
588
|
+
|
|
589
|
+
DIALOG_HANDLE_ARIA_ROLEDESCRIPTION=Reglage
|
|
576
590
|
|
|
577
591
|
DIALOG_HEADER_ARIA_LABEL=Huvud
|
|
578
592
|
|
|
@@ -566,13 +566,27 @@ MENU_ITEM_END_CONTENT_ACCESSIBLE_NAME=การดำเนินการเพ
|
|
|
566
566
|
|
|
567
567
|
MENU_ITEM_LOADING=กำลังโหลด
|
|
568
568
|
|
|
569
|
-
|
|
569
|
+
DIALOG_ARIA_DESCRIBEDBY_RESIZABLE=ใช้แป้น Shift+ลูกศรเพื่อปรับขนาด
|
|
570
570
|
|
|
571
|
-
|
|
571
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE=ใช้แป้นลูกศรเพื่อย้าย
|
|
572
572
|
|
|
573
|
-
|
|
573
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=ใช้แป้นลูกศรเพื่อย้าย ใช้แป้น Shift+ลูกศรเพื่อปรับขนาด
|
|
574
574
|
|
|
575
|
-
|
|
575
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE_RESIZABLE=กด Tab ไปยังจุดสิ้นสุดของไดอะลอกเพื่อใช้ที่จับสำหรับลากและปรับขนาด
|
|
576
|
+
|
|
577
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE=กด Tab ไปยังจุดสิ้นสุดของไดอะลอกเพื่อใช้ที่จับสำหรับลาก
|
|
578
|
+
|
|
579
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_RESIZABLE=กด Tab ไปยังจุดสิ้นสุดของไดอะลอกเพื่อใช้ที่จับสำหรับปรับขนาด
|
|
580
|
+
|
|
581
|
+
DIALOG_RESIZE_HANDLE_TOOLTIP=ลากที่จับเพื่อปรับขนาด (Shift+ลูกศร)
|
|
582
|
+
|
|
583
|
+
DIALOG_DRAG_AND_RESIZE_HANDLE_ARIA_LABEL=ลากและปรับขนาดไดอะลอก
|
|
584
|
+
|
|
585
|
+
DIALOG_DRAG_HANDLE_ARIA_LABEL=ลากไดอะลอก
|
|
586
|
+
|
|
587
|
+
DIALOG_RESIZE_HANDLE_ARIA_LABEL=ปรับขนาดไดอะลอก
|
|
588
|
+
|
|
589
|
+
DIALOG_HANDLE_ARIA_ROLEDESCRIPTION=ที่จับ
|
|
576
590
|
|
|
577
591
|
DIALOG_HEADER_ARIA_LABEL=ส่วนหัว
|
|
578
592
|
|
|
@@ -566,13 +566,27 @@ MENU_ITEM_END_CONTENT_ACCESSIBLE_NAME=Ek işlemler
|
|
|
566
566
|
|
|
567
567
|
MENU_ITEM_LOADING=Yükleniyor
|
|
568
568
|
|
|
569
|
-
|
|
569
|
+
DIALOG_ARIA_DESCRIBEDBY_RESIZABLE=Yeniden boyutlandırmak için shift+ok tuşlarını kullanın
|
|
570
570
|
|
|
571
|
-
|
|
571
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE=Taşımak için ok tuşlarını kullanın
|
|
572
572
|
|
|
573
|
-
|
|
573
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Taşımak için ok tuşlarını, yeniden boyutlandırmak için Shift+ok tuşlarını kullanın
|
|
574
574
|
|
|
575
|
-
|
|
575
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE_RESIZABLE=Sürükleme ve yeniden boyutlandırma tutamacına ulaşmak için iletişim kutusunun sonuna kaydırın.
|
|
576
|
+
|
|
577
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE=Sürükleme tutamacına ulaşmak için iletişim kutusunun sonuna kaydırın.
|
|
578
|
+
|
|
579
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_RESIZABLE=Yeniden boyutlandırma tutamacına ulaşmak için iletişim kutusunun sonuna kaydırın.
|
|
580
|
+
|
|
581
|
+
DIALOG_RESIZE_HANDLE_TOOLTIP=Yeniden boyutlandırmak için tutamacı kaydırın (shift+ok)
|
|
582
|
+
|
|
583
|
+
DIALOG_DRAG_AND_RESIZE_HANDLE_ARIA_LABEL=İletişim kutusunu sürükleyin ve yeniden boyutlandır
|
|
584
|
+
|
|
585
|
+
DIALOG_DRAG_HANDLE_ARIA_LABEL=İletişim kutusunu sürükle
|
|
586
|
+
|
|
587
|
+
DIALOG_RESIZE_HANDLE_ARIA_LABEL=İletişim kutusunu yeniden boyutlandır
|
|
588
|
+
|
|
589
|
+
DIALOG_HANDLE_ARIA_ROLEDESCRIPTION=Tutamaç
|
|
576
590
|
|
|
577
591
|
DIALOG_HEADER_ARIA_LABEL=Başlık
|
|
578
592
|
|
|
@@ -566,13 +566,27 @@ MENU_ITEM_END_CONTENT_ACCESSIBLE_NAME=Додаткові операції
|
|
|
566
566
|
|
|
567
567
|
MENU_ITEM_LOADING=Завантаження
|
|
568
568
|
|
|
569
|
-
|
|
569
|
+
DIALOG_ARIA_DESCRIBEDBY_RESIZABLE=Використовуйте клавішу Shift + клавіші зі стрілками для зміни розміру
|
|
570
570
|
|
|
571
|
-
|
|
571
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE=Використовуйте клавіші зі стрілками для переміщення
|
|
572
572
|
|
|
573
|
-
|
|
573
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Використовуйте клавіші зі стрілками для переміщення, клавішу Shift + клавіші зі стрілками для зміни розміру
|
|
574
574
|
|
|
575
|
-
|
|
575
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE_RESIZABLE=Натискайте клавішу Tab до кінця діалогового вікна, щоб перейти до елемента перетягування та зміни розміру.
|
|
576
|
+
|
|
577
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE=Натискайте клавішу Tab до кінця діалогового вікна, щоб перейти до елемента перетягування.
|
|
578
|
+
|
|
579
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_RESIZABLE=Натискайте клавішу Tab до кінця діалогового вікна, щоб перейти до елемента зміни розміру.
|
|
580
|
+
|
|
581
|
+
DIALOG_RESIZE_HANDLE_TOOLTIP=Перетягніть елемент, щоб змінити розмір (Shift + стрілка)
|
|
582
|
+
|
|
583
|
+
DIALOG_DRAG_AND_RESIZE_HANDLE_ARIA_LABEL=Перетягнути та змінити розмір діалогового вікна
|
|
584
|
+
|
|
585
|
+
DIALOG_DRAG_HANDLE_ARIA_LABEL=Перетягнути діалогове вікно
|
|
586
|
+
|
|
587
|
+
DIALOG_RESIZE_HANDLE_ARIA_LABEL=Змінити розмір діалогового вікна
|
|
588
|
+
|
|
589
|
+
DIALOG_HANDLE_ARIA_ROLEDESCRIPTION=Елемент обробки
|
|
576
590
|
|
|
577
591
|
DIALOG_HEADER_ARIA_LABEL=Верхній колонтитул
|
|
578
592
|
|
|
@@ -566,13 +566,27 @@ MENU_ITEM_END_CONTENT_ACCESSIBLE_NAME=Thao tác bổ sung
|
|
|
566
566
|
|
|
567
567
|
MENU_ITEM_LOADING=Đang tải
|
|
568
568
|
|
|
569
|
-
|
|
569
|
+
DIALOG_ARIA_DESCRIBEDBY_RESIZABLE=Sử dụng Shift+các phím mũi tên để thay đổi kích thước
|
|
570
570
|
|
|
571
|
-
|
|
571
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE=Sử dụng các phím mũi tên để di chuyển
|
|
572
572
|
|
|
573
|
-
|
|
573
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Sử dụng các phím mũi tên để di chuyển, Shift+các phím mũi tên để thay đổi kích thước
|
|
574
574
|
|
|
575
|
-
|
|
575
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE_RESIZABLE=Nhấn phím Tab đến cuối hộp thoại để tìm thấy tay cầm kéo và thay đổi kích thước.
|
|
576
|
+
|
|
577
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE=Nhấn phím Tab đến cuối hộp thoại để tìm thấy tay cầm kéo.
|
|
578
|
+
|
|
579
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_RESIZABLE=Nhấn phím Tab đến cuối hộp thoại để tìm thấy tay cầm thay đổi kích thước.
|
|
580
|
+
|
|
581
|
+
DIALOG_RESIZE_HANDLE_TOOLTIP=Tay cầm kéo để thay đổi kích thước (Shift+mũi tên)
|
|
582
|
+
|
|
583
|
+
DIALOG_DRAG_AND_RESIZE_HANDLE_ARIA_LABEL=Hộp thoại kéo và thay đổi kích thước
|
|
584
|
+
|
|
585
|
+
DIALOG_DRAG_HANDLE_ARIA_LABEL=Hộp thoại kéo
|
|
586
|
+
|
|
587
|
+
DIALOG_RESIZE_HANDLE_ARIA_LABEL=Hộp thoại thay đổi kích thước
|
|
588
|
+
|
|
589
|
+
DIALOG_HANDLE_ARIA_ROLEDESCRIPTION=Tay cầm
|
|
576
590
|
|
|
577
591
|
DIALOG_HEADER_ARIA_LABEL=Tiêu đề
|
|
578
592
|
|
|
@@ -566,13 +566,27 @@ MENU_ITEM_END_CONTENT_ACCESSIBLE_NAME=附加操作
|
|
|
566
566
|
|
|
567
567
|
MENU_ITEM_LOADING=正在加载
|
|
568
568
|
|
|
569
|
-
|
|
569
|
+
DIALOG_ARIA_DESCRIBEDBY_RESIZABLE=使用 Shift+箭头键重新调整大小
|
|
570
570
|
|
|
571
|
-
|
|
571
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE=使用箭头键进行移动
|
|
572
572
|
|
|
573
|
-
|
|
573
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=使用箭头键进行移动,使用 Shift+箭头键重新调整大小
|
|
574
574
|
|
|
575
|
-
|
|
575
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE_RESIZABLE=按 Tab 到达对话框末尾的拖拽并重新调整大小手柄。
|
|
576
|
+
|
|
577
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE=按 Tab 到达对话框末尾的拖拽手柄。
|
|
578
|
+
|
|
579
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_RESIZABLE=按 Tab 到达对话框末尾的重新调整大小手柄。
|
|
580
|
+
|
|
581
|
+
DIALOG_RESIZE_HANDLE_TOOLTIP=用于重新调整大小的拖拽手柄(Shift+箭头)
|
|
582
|
+
|
|
583
|
+
DIALOG_DRAG_AND_RESIZE_HANDLE_ARIA_LABEL=拖拽对话框并重新调整大小
|
|
584
|
+
|
|
585
|
+
DIALOG_DRAG_HANDLE_ARIA_LABEL=拖拽对话框
|
|
586
|
+
|
|
587
|
+
DIALOG_RESIZE_HANDLE_ARIA_LABEL=重新调整对话框大小
|
|
588
|
+
|
|
589
|
+
DIALOG_HANDLE_ARIA_ROLEDESCRIPTION=手柄
|
|
576
590
|
|
|
577
591
|
DIALOG_HEADER_ARIA_LABEL=页眉
|
|
578
592
|
|
|
@@ -566,13 +566,27 @@ MENU_ITEM_END_CONTENT_ACCESSIBLE_NAME=其他動作
|
|
|
566
566
|
|
|
567
567
|
MENU_ITEM_LOADING=正在載入
|
|
568
568
|
|
|
569
|
-
|
|
569
|
+
DIALOG_ARIA_DESCRIBEDBY_RESIZABLE=使用 Shift + 箭頭鍵以調整大小
|
|
570
570
|
|
|
571
|
-
|
|
571
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE=使用箭頭鍵以移動
|
|
572
572
|
|
|
573
|
-
|
|
573
|
+
DIALOG_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=使用箭頭鍵以移動,使用 Shift + 箭頭鍵以調整大小
|
|
574
574
|
|
|
575
|
-
|
|
575
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE_RESIZABLE=按一下 Tab 鍵移到對話結尾處可拖曳並調整控制項大小。
|
|
576
|
+
|
|
577
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_DRAGGABLE=按一下 Tab 鍵移到對話結尾處可拖曳控制項。
|
|
578
|
+
|
|
579
|
+
DIALOG_ARIA_DESCRIBEDBY_REACH_RESIZABLE=按一下 Tab 鍵移到對話結尾處可調整控制項大小。
|
|
580
|
+
|
|
581
|
+
DIALOG_RESIZE_HANDLE_TOOLTIP=拖曳控制項以調整大小 (Shift + 箭頭鍵)
|
|
582
|
+
|
|
583
|
+
DIALOG_DRAG_AND_RESIZE_HANDLE_ARIA_LABEL=拖曳並調整對話大小
|
|
584
|
+
|
|
585
|
+
DIALOG_DRAG_HANDLE_ARIA_LABEL=拖曳對話
|
|
586
|
+
|
|
587
|
+
DIALOG_RESIZE_HANDLE_ARIA_LABEL=調整對話大小
|
|
588
|
+
|
|
589
|
+
DIALOG_HANDLE_ARIA_ROLEDESCRIPTION=控制項
|
|
576
590
|
|
|
577
591
|
DIALOG_HEADER_ARIA_LABEL=表頭
|
|
578
592
|
|
package/src/themes/Calendar.css
CHANGED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
:host([ui5-cb-item-custom]) {
|
|
2
|
+
height: auto;
|
|
3
|
+
min-height: var(--_ui5_list_item_base_height);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
:host([ui5-cb-item-custom]) .ui5-li-root {
|
|
7
|
+
min-height: var(--_ui5_list_item_base_height);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
:host([ui5-cb-item-custom]) .ui5-li-content {
|
|
11
|
+
padding-bottom: .5rem;
|
|
12
|
+
padding-top: .5rem;
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
}
|
package/src/themes/Dialog.css
CHANGED
|
@@ -102,17 +102,22 @@
|
|
|
102
102
|
outline: none;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
|
|
106
|
-
|
|
105
|
+
.ui5-popup-drag-resize-handler:focus {
|
|
106
|
+
outline: none;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.ui5-popup-root:has(.ui5-popup-drag-resize-handler:focus)::before {
|
|
107
110
|
content: '';
|
|
108
111
|
position: absolute;
|
|
109
|
-
|
|
110
|
-
bottom: var(--_ui5_dialog_header_focus_bottom_offset);
|
|
111
|
-
right: var(--_ui5_dialog_header_focus_right_offset);
|
|
112
|
-
top: var(--_ui5_dialog_header_focus_top_offset);
|
|
112
|
+
inset: var(--_ui5_dialog_focus_outline_offset);
|
|
113
113
|
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
114
|
-
border-radius: var(--
|
|
114
|
+
border-radius: var(--sapElement_BorderCornerRadius);
|
|
115
115
|
pointer-events: none;
|
|
116
|
+
z-index: 5;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
:host([resizable]) .ui5-popup-root:has(.ui5-popup-drag-resize-handler:focus)::before {
|
|
120
|
+
border-end-end-radius: var(--_ui5_dialog_resizable_bottom_right_radius);
|
|
116
121
|
}
|
|
117
122
|
|
|
118
123
|
:host([stretch]) .ui5-popup-content {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
--ui5-form-item-label-padding-internal: 0.625rem 0.25rem 0 0.25rem;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
@container (
|
|
14
|
+
@container (width < 600px) {
|
|
15
15
|
.ui5-form-item,
|
|
16
16
|
.ui5-form-group {
|
|
17
17
|
--ui5-form-item-layout: var(--ui5-form-item-layout-S);
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
@container (
|
|
27
|
+
@container (600px <= width < 1024px) {
|
|
28
28
|
.ui5-form-item,
|
|
29
29
|
.ui5-form-group {
|
|
30
30
|
--ui5-form-item-layout: var(--ui5-form-item-layout-M);
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
@container (
|
|
40
|
+
@container (1024px <= width < 1440px) {
|
|
41
41
|
.ui5-form-item,
|
|
42
42
|
.ui5-form-group {
|
|
43
43
|
--ui5-form-item-layout: var(--ui5-form-item-layout-L);
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
@container (
|
|
53
|
+
@container (width >= 1440px) {
|
|
54
54
|
.ui5-form-item,
|
|
55
55
|
.ui5-form-group {
|
|
56
56
|
--ui5-form-item-layout: var(--ui5-form-item-layout-XL);
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/* S - 1 column */
|
|
10
|
-
@container (
|
|
10
|
+
@container (width < 600px) {
|
|
11
11
|
.ui5-form-layout {
|
|
12
12
|
grid-template-columns: repeat(var(--ui5-form-columns-s), 1fr);
|
|
13
13
|
}
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
/* M - 1 column by default, up to 2 columns */
|
|
33
|
-
@container (
|
|
33
|
+
@container (600px <= width < 1024px) {
|
|
34
34
|
.ui5-form-layout {
|
|
35
35
|
grid-template-columns: repeat(var(--ui5-form-columns-m), 1fr);
|
|
36
36
|
}
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
/* L - 2 columns by default, up to 3 columns */
|
|
48
|
-
@container (
|
|
48
|
+
@container (1024px <= width < 1440px) {
|
|
49
49
|
|
|
50
50
|
.ui5-form-layout {
|
|
51
51
|
grid-template-columns: repeat(var(--ui5-form-columns-l), 1fr);
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
/* XL - 3 columns by default, up to 6 */
|
|
64
|
-
@container (
|
|
64
|
+
@container (width >= 1440px) {
|
|
65
65
|
.ui5-form-layout {
|
|
66
66
|
grid-template-columns: repeat(var(--ui5-form-columns-xl), 1fr);
|
|
67
67
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
:host([ui5-mcb-item-custom]) {
|
|
2
|
+
height: auto;
|
|
3
|
+
min-height: var(--_ui5_list_item_base_height);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
:host([ui5-mcb-item-custom]) .ui5-li-root {
|
|
7
|
+
padding-inline-start: 0;
|
|
8
|
+
min-height: var(--_ui5_list_item_base_height);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
:host([ui5-mcb-item-custom]) .ui5-li-content {
|
|
12
|
+
padding-bottom: .5rem;
|
|
13
|
+
padding-top: .5rem;
|
|
14
|
+
box-sizing: border-box;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
:host([ui5-mcb-item-custom]) [ui5-checkbox] {
|
|
18
|
+
overflow: visible;
|
|
19
|
+
}
|
|
@@ -4,5 +4,16 @@
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.ui5-select-popover .ui5-responsive-popover-header .row {
|
|
7
|
-
|
|
8
|
-
}
|
|
7
|
+
justify-content: flex-start;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.ui5-select-popover .ui5-valuestatemessage--error,
|
|
11
|
+
.ui5-select-popover .ui5-valuestatemessage--warning,
|
|
12
|
+
.ui5-select-popover .ui5-valuestatemessage--success,
|
|
13
|
+
.ui5-select-popover .ui5-valuestatemessage--information {
|
|
14
|
+
box-shadow: none;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.ui5-select-popover .ui5-valuestatemessage-header {
|
|
18
|
+
box-shadow: var(--sapContent_HeaderShadow);
|
|
19
|
+
}
|
package/src/themes/TextArea.css
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
:host {
|
|
2
|
-
--_ui5_dialog_header_focus_bottom_offset: 3px;
|
|
3
|
-
--_ui5_dialog_header_focus_top_offset: 2px;
|
|
4
|
-
--_ui5_dialog_header_focus_left_offset: 2px;
|
|
5
|
-
--_ui5_dialog_header_focus_right_offset: 2px;
|
|
6
|
-
--_ui5_dialog_header_border_radius: 0px;
|
|
7
2
|
--_ui5_dialog_header_state_line_height: 0.0625rem;
|
|
3
|
+
--_ui5_dialog_focus_outline_offset: 0.0625rem;
|
|
4
|
+
--_ui5_dialog_resizable_bottom_right_radius: 1.75rem;
|
|
8
5
|
}
|
|
@@ -182,12 +182,11 @@
|
|
|
182
182
|
--_ui5_calendar_header_height: 2rem;
|
|
183
183
|
--_ui5_calendar_header_arrow_button_width: 2rem;
|
|
184
184
|
--_ui5_calendar_header_padding: 0;
|
|
185
|
-
--_ui5_calendar_multiple_layout: column;
|
|
186
185
|
--_ui5_calendar_multiple_gap: 0.5rem;
|
|
187
|
-
--_ui5_calendar_multiple_width: var(--_ui5_calendar_width)
|
|
186
|
+
--_ui5_calendar_multiple_width: calc((var(--_ui5_calendar_width) * 2) + (var(--_ui5_calendar_left_right_padding) * 2));;
|
|
188
187
|
--_ui5_calendar_overlay_top: 54%;
|
|
189
188
|
--_ui5_calendar_overlay_width: 100%;
|
|
190
|
-
--_ui5_calendar_multiple_months_height:
|
|
189
|
+
--_ui5_calendar_multiple_months_height: var(--_ui5_calendar_height);
|
|
191
190
|
|
|
192
191
|
/* Calendar Legend */
|
|
193
192
|
--_ui5-calendar-legend-root-padding: 0.5rem;
|
|
@@ -1,9 +1 @@
|
|
|
1
1
|
@import "../base/Dialog-parameters.css";
|
|
2
|
-
|
|
3
|
-
:host {
|
|
4
|
-
--_ui5_dialog_header_focus_bottom_offset: 2px;
|
|
5
|
-
--_ui5_dialog_header_focus_top_offset: 1px;
|
|
6
|
-
--_ui5_dialog_header_focus_left_offset: 1px;
|
|
7
|
-
--_ui5_dialog_header_focus_right_offset: 1px;
|
|
8
|
-
--_ui5_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);
|
|
9
|
-
}
|
|
@@ -1,9 +1 @@
|
|
|
1
1
|
@import "../base/Dialog-parameters.css";
|
|
2
|
-
|
|
3
|
-
:host {
|
|
4
|
-
--_ui5_dialog_header_focus_bottom_offset: 2px;
|
|
5
|
-
--_ui5_dialog_header_focus_top_offset: 1px;
|
|
6
|
-
--_ui5_dialog_header_focus_left_offset: 1px;
|
|
7
|
-
--_ui5_dialog_header_focus_right_offset: 1px;
|
|
8
|
-
--_ui5_dialog_header_border_radius: var(--sapElement_BorderCornerRadius);
|
|
9
|
-
}
|