@ui5/webcomponents 2.25.0-rc.0 → 2.25.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 +64 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/CarouselTemplate.js +1 -1
- package/dist/CarouselTemplate.js.map +1 -1
- package/dist/ComboBox.d.ts +1 -0
- package/dist/ComboBox.js +8 -1
- package/dist/ComboBox.js.map +1 -1
- package/dist/DayPicker.d.ts +4 -2
- package/dist/DayPicker.js +15 -11
- package/dist/DayPicker.js.map +1 -1
- package/dist/DynamicDateRange.d.ts +11 -0
- package/dist/DynamicDateRange.js +12 -0
- package/dist/DynamicDateRange.js.map +1 -1
- package/dist/DynamicDateRangeInputTemplate.js +1 -1
- package/dist/DynamicDateRangeInputTemplate.js.map +1 -1
- package/dist/FileUploader.js +1 -2
- package/dist/FileUploader.js.map +1 -1
- package/dist/FileUploaderTemplate.js +1 -1
- package/dist/FileUploaderTemplate.js.map +1 -1
- package/dist/IToolbarArrowNavProvider.d.ts +32 -0
- package/dist/IToolbarArrowNavProvider.js +4 -0
- package/dist/IToolbarArrowNavProvider.js.map +1 -0
- package/dist/Input.d.ts +3 -1
- package/dist/Input.js +18 -0
- package/dist/Input.js.map +1 -1
- package/dist/InputIcon.d.ts +64 -0
- package/dist/InputIcon.js +118 -0
- package/dist/InputIcon.js.map +1 -0
- package/dist/InputIconTemplate.d.ts +2 -0
- package/dist/InputIconTemplate.js +11 -0
- package/dist/InputIconTemplate.js.map +1 -0
- package/dist/ListItemCustom.js.map +1 -1
- package/dist/MenuItem.js +1 -1
- package/dist/MenuItem.js.map +1 -1
- package/dist/MenuSeparator.d.ts +7 -14
- package/dist/MenuSeparator.js +5 -24
- package/dist/MenuSeparator.js.map +1 -1
- package/dist/MenuSeparatorTemplate.js +1 -2
- package/dist/MenuSeparatorTemplate.js.map +1 -1
- package/dist/MultiComboBox.js +8 -3
- package/dist/MultiComboBox.js.map +1 -1
- package/dist/MultiComboBoxItem.d.ts +1 -0
- package/dist/MultiComboBoxItem.js +7 -1
- package/dist/MultiComboBoxItem.js.map +1 -1
- package/dist/MultiComboBoxItemTemplate.js +4 -2
- package/dist/MultiComboBoxItemTemplate.js.map +1 -1
- package/dist/MultiInput.js +1 -0
- package/dist/MultiInput.js.map +1 -1
- package/dist/RangeSlider.js +1 -1
- package/dist/RangeSlider.js.map +1 -1
- package/dist/RatingIndicator.d.ts +2 -0
- package/dist/RatingIndicator.js +2 -0
- package/dist/RatingIndicator.js.map +1 -1
- package/dist/Slider.js +3 -0
- package/dist/Slider.js.map +1 -1
- package/dist/SliderBase.d.ts +6 -0
- package/dist/SliderBase.js +8 -0
- package/dist/SliderBase.js.map +1 -1
- package/dist/SliderTemplate.js +1 -1
- package/dist/SliderTemplate.js.map +1 -1
- package/dist/Table.js +4 -2
- package/dist/Table.js.map +1 -1
- package/dist/Toolbar.d.ts +40 -3
- package/dist/Toolbar.js +225 -6
- package/dist/Toolbar.js.map +1 -1
- package/dist/ToolbarItem.d.ts +30 -0
- package/dist/ToolbarItem.js +202 -0
- package/dist/ToolbarItem.js.map +1 -1
- package/dist/ToolbarItemBase.d.ts +10 -0
- package/dist/ToolbarItemBase.js +19 -0
- package/dist/ToolbarItemBase.js.map +1 -1
- package/dist/ToolbarSelect.d.ts +4 -2
- package/dist/ToolbarSelect.js +7 -4
- package/dist/ToolbarSelect.js.map +1 -1
- package/dist/ToolbarSelectOption.d.ts +7 -0
- package/dist/ToolbarSelectOption.js +4 -1
- package/dist/ToolbarSelectOption.js.map +1 -1
- package/dist/ToolbarSelectTemplate.js +1 -1
- package/dist/ToolbarSelectTemplate.js.map +1 -1
- package/dist/TreeItemBase.js.map +1 -1
- package/dist/bundle.esm.js +1 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/css/themes/ColorPalette.css +1 -1
- package/dist/css/themes/ComboBox.css +1 -1
- package/dist/css/themes/DatePicker.css +1 -1
- package/dist/css/themes/DynamicDateRange.css +1 -1
- package/dist/css/themes/FileUploader.css +1 -1
- package/dist/css/themes/Input.css +1 -1
- package/dist/css/themes/InputIcon.css +1 -1
- package/dist/css/themes/MultiComboBox.css +1 -1
- package/dist/css/themes/MultiComboBoxItem.css +1 -1
- package/dist/css/themes/MultiComboBoxPopover.css +1 -1
- package/dist/css/themes/MultiInput.css +1 -1
- package/dist/css/themes/Select.css +1 -1
- package/dist/css/themes/StepInput.css +1 -1
- package/dist/css/themes/TimePicker.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +157 -40
- package/dist/custom-elements.json +140 -25
- 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_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/i18n/i18n-defaults.js +1 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
- package/dist/generated/themes/ColorPalette.css.js +1 -1
- package/dist/generated/themes/ColorPalette.css.js.map +1 -1
- package/dist/generated/themes/ComboBox.css.d.ts +1 -1
- package/dist/generated/themes/ComboBox.css.js +1 -1
- package/dist/generated/themes/ComboBox.css.js.map +1 -1
- package/dist/generated/themes/DatePicker.css.d.ts +1 -1
- package/dist/generated/themes/DatePicker.css.js +1 -1
- package/dist/generated/themes/DatePicker.css.js.map +1 -1
- package/dist/generated/themes/DynamicDateRange.css.d.ts +1 -1
- package/dist/generated/themes/DynamicDateRange.css.js +1 -1
- package/dist/generated/themes/DynamicDateRange.css.js.map +1 -1
- package/dist/generated/themes/FileUploader.css.d.ts +1 -1
- package/dist/generated/themes/FileUploader.css.js +1 -1
- package/dist/generated/themes/FileUploader.css.js.map +1 -1
- package/dist/generated/themes/Input.css.d.ts +1 -1
- package/dist/generated/themes/Input.css.js +1 -1
- package/dist/generated/themes/Input.css.js.map +1 -1
- package/dist/generated/themes/InputIcon.css.d.ts +1 -1
- package/dist/generated/themes/InputIcon.css.js +1 -1
- package/dist/generated/themes/InputIcon.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
- package/dist/generated/themes/MultiComboBox.css.js +1 -1
- package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
- package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
- package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
- package/dist/generated/themes/MultiInput.css.d.ts +1 -1
- package/dist/generated/themes/MultiInput.css.js +1 -1
- package/dist/generated/themes/MultiInput.css.js.map +1 -1
- package/dist/generated/themes/Select.css.d.ts +1 -1
- package/dist/generated/themes/Select.css.js +1 -1
- package/dist/generated/themes/Select.css.js.map +1 -1
- package/dist/generated/themes/StepInput.css.d.ts +1 -1
- package/dist/generated/themes/StepInput.css.js +1 -1
- package/dist/generated/themes/StepInput.css.js.map +1 -1
- package/dist/generated/themes/TimePicker.css.d.ts +1 -1
- package/dist/generated/themes/TimePicker.css.js +1 -1
- package/dist/generated/themes/TimePicker.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 +1 -1
- 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/vscode.html-custom-data.json +31 -4
- package/dist/web-types.json +72 -22
- package/package.json +11 -11
- package/src/CarouselTemplate.tsx +0 -1
- package/src/DynamicDateRangeInputTemplate.tsx +1 -0
- package/src/FileUploaderTemplate.tsx +1 -1
- package/src/InputIconTemplate.tsx +36 -0
- package/src/MenuSeparatorTemplate.tsx +2 -4
- package/src/MultiComboBoxItemTemplate.tsx +4 -1
- package/src/SliderTemplate.tsx +1 -0
- package/src/ToolbarSelectTemplate.tsx +1 -0
- package/src/i18n/messagebundle.properties +1 -1
- package/src/i18n/messagebundle_ar.properties +6 -1
- package/src/i18n/messagebundle_bg.properties +6 -1
- package/src/i18n/messagebundle_ca.properties +6 -1
- package/src/i18n/messagebundle_cnr.properties +6 -1
- package/src/i18n/messagebundle_cs.properties +6 -1
- package/src/i18n/messagebundle_cy.properties +6 -1
- package/src/i18n/messagebundle_da.properties +6 -1
- package/src/i18n/messagebundle_de.properties +6 -1
- package/src/i18n/messagebundle_el.properties +6 -1
- package/src/i18n/messagebundle_en.properties +6 -1
- package/src/i18n/messagebundle_en_GB.properties +6 -1
- package/src/i18n/messagebundle_en_US_sappsd.properties +6 -1
- package/src/i18n/messagebundle_en_US_saprigi.properties +6 -1
- package/src/i18n/messagebundle_en_US_saptrc.properties +6 -1
- package/src/i18n/messagebundle_es.properties +6 -1
- package/src/i18n/messagebundle_es_MX.properties +6 -1
- package/src/i18n/messagebundle_et.properties +6 -1
- package/src/i18n/messagebundle_fi.properties +6 -1
- package/src/i18n/messagebundle_fr.properties +15 -10
- package/src/i18n/messagebundle_fr_CA.properties +6 -1
- package/src/i18n/messagebundle_hi.properties +6 -1
- package/src/i18n/messagebundle_hr.properties +6 -1
- package/src/i18n/messagebundle_hu.properties +6 -1
- package/src/i18n/messagebundle_id.properties +6 -1
- package/src/i18n/messagebundle_it.properties +6 -1
- package/src/i18n/messagebundle_iw.properties +6 -1
- package/src/i18n/messagebundle_ja.properties +6 -1
- package/src/i18n/messagebundle_kk.properties +6 -1
- package/src/i18n/messagebundle_ko.properties +6 -1
- package/src/i18n/messagebundle_lt.properties +6 -1
- package/src/i18n/messagebundle_lv.properties +6 -1
- package/src/i18n/messagebundle_mk.properties +6 -1
- package/src/i18n/messagebundle_ms.properties +6 -1
- package/src/i18n/messagebundle_nl.properties +6 -1
- package/src/i18n/messagebundle_no.properties +6 -1
- package/src/i18n/messagebundle_pl.properties +6 -1
- package/src/i18n/messagebundle_pt.properties +6 -1
- package/src/i18n/messagebundle_pt_PT.properties +6 -1
- package/src/i18n/messagebundle_ro.properties +6 -1
- package/src/i18n/messagebundle_ru.properties +6 -1
- package/src/i18n/messagebundle_sh.properties +6 -1
- package/src/i18n/messagebundle_sk.properties +6 -1
- package/src/i18n/messagebundle_sl.properties +6 -1
- package/src/i18n/messagebundle_sr.properties +6 -1
- package/src/i18n/messagebundle_sv.properties +6 -1
- package/src/i18n/messagebundle_th.properties +6 -1
- package/src/i18n/messagebundle_tr.properties +6 -1
- package/src/i18n/messagebundle_uk.properties +6 -1
- package/src/i18n/messagebundle_vi.properties +6 -1
- package/src/i18n/messagebundle_zh_CN.properties +6 -1
- package/src/i18n/messagebundle_zh_TW.properties +6 -1
- package/src/themes/ColorPalette.css +1 -0
- package/src/themes/DatePicker.css +1 -2
- package/src/themes/Input.css +64 -0
- package/src/themes/InputIcon.css +44 -8
- package/src/themes/MultiComboBoxItem.css +2 -0
- package/src/themes/MultiComboBoxPopover.css +16 -6
- package/src/themes/sap_horizon/Card-parameters.css +1 -1
- package/src/themes/sap_horizon_dark/Card-parameters.css +1 -1
|
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Трака поруке упозорења
|
|
|
294
294
|
|
|
295
295
|
MESSAGE_STRIP_SUCCESS=Трака поруке о успеху
|
|
296
296
|
|
|
297
|
-
MESSAGE_STRIP_INFORMATION=Трака поруке
|
|
297
|
+
MESSAGE_STRIP_INFORMATION=Трака информативне поруке
|
|
298
298
|
|
|
299
299
|
MESSAGE_STRIP_CUSTOM=Трака за прилагођене поруке
|
|
300
300
|
|
|
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Заглавље
|
|
|
593
593
|
DIALOG_CONTENT_ARIA_LABEL=Садржај
|
|
594
594
|
|
|
595
595
|
DIALOG_FOOTER_ARIA_LABEL=Подножје
|
|
596
|
+
|
|
597
|
+
DIALOG_FULLSCREEN_MAXIMIZE=Увећај (Shift+Ctrl+F)
|
|
598
|
+
|
|
599
|
+
DIALOG_FULLSCREEN_RESTORE=Обнови (Shift+Ctrl+F)
|
|
600
|
+
|
|
596
601
|
LABEL_COLON=:
|
|
597
602
|
|
|
598
603
|
TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Додатне опције
|
|
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Varningsmeddelanderad
|
|
|
294
294
|
|
|
295
295
|
MESSAGE_STRIP_SUCCESS=Resultatmeddelanderad
|
|
296
296
|
|
|
297
|
-
MESSAGE_STRIP_INFORMATION=
|
|
297
|
+
MESSAGE_STRIP_INFORMATION=Informationsmeddelanderad
|
|
298
298
|
|
|
299
299
|
MESSAGE_STRIP_CUSTOM=Användardefinierad meddelanderad
|
|
300
300
|
|
|
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Huvud
|
|
|
593
593
|
DIALOG_CONTENT_ARIA_LABEL=Innehåll
|
|
594
594
|
|
|
595
595
|
DIALOG_FOOTER_ARIA_LABEL=Sidfot
|
|
596
|
+
|
|
597
|
+
DIALOG_FULLSCREEN_MAXIMIZE=Maximera (Skift+Ctrl+F)
|
|
598
|
+
|
|
599
|
+
DIALOG_FULLSCREEN_RESTORE=Återställ (Skift+Ctrl+F)
|
|
600
|
+
|
|
596
601
|
LABEL_COLON=:
|
|
597
602
|
|
|
598
603
|
TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Ytterligare alternativ
|
|
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=แถบข้อความเตือน
|
|
|
294
294
|
|
|
295
295
|
MESSAGE_STRIP_SUCCESS=แถบข้อความแสดงความสำเร็จ
|
|
296
296
|
|
|
297
|
-
MESSAGE_STRIP_INFORMATION
|
|
297
|
+
MESSAGE_STRIP_INFORMATION=แถบข้อความข้อมูล
|
|
298
298
|
|
|
299
299
|
MESSAGE_STRIP_CUSTOM=แถบข้อความที่ปรับแต่งได้
|
|
300
300
|
|
|
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=ส่วนหัว
|
|
|
593
593
|
DIALOG_CONTENT_ARIA_LABEL=เนื้อหา
|
|
594
594
|
|
|
595
595
|
DIALOG_FOOTER_ARIA_LABEL=ส่วนท้าย
|
|
596
|
+
|
|
597
|
+
DIALOG_FULLSCREEN_MAXIMIZE=ขยายใหญ่สุด (Shift+Ctrl+F)
|
|
598
|
+
|
|
599
|
+
DIALOG_FULLSCREEN_RESTORE=คืนค่า (Shift+Ctrl+F)
|
|
600
|
+
|
|
596
601
|
LABEL_COLON=:
|
|
597
602
|
|
|
598
603
|
TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=ตัวเลือกเพิ่มเติม
|
|
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Uyarı iletisi satırı
|
|
|
294
294
|
|
|
295
295
|
MESSAGE_STRIP_SUCCESS=Başarı iletisi satırı
|
|
296
296
|
|
|
297
|
-
MESSAGE_STRIP_INFORMATION
|
|
297
|
+
MESSAGE_STRIP_INFORMATION=Bilgi iletisi satırı
|
|
298
298
|
|
|
299
299
|
MESSAGE_STRIP_CUSTOM=Özel ileti satırı
|
|
300
300
|
|
|
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Başlık
|
|
|
593
593
|
DIALOG_CONTENT_ARIA_LABEL=İçerik
|
|
594
594
|
|
|
595
595
|
DIALOG_FOOTER_ARIA_LABEL=Altbilgi
|
|
596
|
+
|
|
597
|
+
DIALOG_FULLSCREEN_MAXIMIZE=Ekranı kapla (Shift+Ctrl+F)
|
|
598
|
+
|
|
599
|
+
DIALOG_FULLSCREEN_RESTORE=Başlangıç durumuna geri al (Shift+Ctrl+F)
|
|
600
|
+
|
|
596
601
|
LABEL_COLON=:
|
|
597
602
|
|
|
598
603
|
TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Ek seçenekler
|
|
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Рядок попереджувальних повідом
|
|
|
294
294
|
|
|
295
295
|
MESSAGE_STRIP_SUCCESS=Рядок повідомлень про успішне виконання
|
|
296
296
|
|
|
297
|
-
MESSAGE_STRIP_INFORMATION=Рядок повідомлень
|
|
297
|
+
MESSAGE_STRIP_INFORMATION=Рядок інформаційних повідомлень
|
|
298
298
|
|
|
299
299
|
MESSAGE_STRIP_CUSTOM=Рядок користувацьких повідомлень
|
|
300
300
|
|
|
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Верхній колонтитул
|
|
|
593
593
|
DIALOG_CONTENT_ARIA_LABEL=Вміст
|
|
594
594
|
|
|
595
595
|
DIALOG_FOOTER_ARIA_LABEL=Нижній колонтитул
|
|
596
|
+
|
|
597
|
+
DIALOG_FULLSCREEN_MAXIMIZE=Розгорнути (Shift+Ctrl+F)
|
|
598
|
+
|
|
599
|
+
DIALOG_FULLSCREEN_RESTORE=Відновити (Shift+Ctrl+F)
|
|
600
|
+
|
|
596
601
|
LABEL_COLON=:
|
|
597
602
|
|
|
598
603
|
TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Додаткові опції
|
|
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=Dải thông báo cảnh báo
|
|
|
294
294
|
|
|
295
295
|
MESSAGE_STRIP_SUCCESS=Dải thông báo thành công
|
|
296
296
|
|
|
297
|
-
MESSAGE_STRIP_INFORMATION=
|
|
297
|
+
MESSAGE_STRIP_INFORMATION=Dải thông báo thông tin
|
|
298
298
|
|
|
299
299
|
MESSAGE_STRIP_CUSTOM=Dải thông báo tùy chỉnh
|
|
300
300
|
|
|
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=Tiêu đề
|
|
|
593
593
|
DIALOG_CONTENT_ARIA_LABEL=Nội dung
|
|
594
594
|
|
|
595
595
|
DIALOG_FOOTER_ARIA_LABEL=Chân trang
|
|
596
|
+
|
|
597
|
+
DIALOG_FULLSCREEN_MAXIMIZE=Phóng to (Shift+Ctrl+F)
|
|
598
|
+
|
|
599
|
+
DIALOG_FULLSCREEN_RESTORE=Khôi phục (Shift+Ctrl+F)
|
|
600
|
+
|
|
596
601
|
LABEL_COLON=:
|
|
597
602
|
|
|
598
603
|
TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Tùy chọn bổ sung
|
|
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=警告消息条
|
|
|
294
294
|
|
|
295
295
|
MESSAGE_STRIP_SUCCESS=成功消息条
|
|
296
296
|
|
|
297
|
-
MESSAGE_STRIP_INFORMATION
|
|
297
|
+
MESSAGE_STRIP_INFORMATION=信息消息条
|
|
298
298
|
|
|
299
299
|
MESSAGE_STRIP_CUSTOM=自定义消息条
|
|
300
300
|
|
|
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=页眉
|
|
|
593
593
|
DIALOG_CONTENT_ARIA_LABEL=内容
|
|
594
594
|
|
|
595
595
|
DIALOG_FOOTER_ARIA_LABEL=页脚
|
|
596
|
+
|
|
597
|
+
DIALOG_FULLSCREEN_MAXIMIZE=最大化 (Shift+Ctrl+F)
|
|
598
|
+
|
|
599
|
+
DIALOG_FULLSCREEN_RESTORE=恢复 (Shift+Ctrl+F)
|
|
600
|
+
|
|
596
601
|
LABEL_COLON=:
|
|
597
602
|
|
|
598
603
|
TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=附加选项
|
|
@@ -294,7 +294,7 @@ MESSAGE_STRIP_WARNING=警告訊息列
|
|
|
294
294
|
|
|
295
295
|
MESSAGE_STRIP_SUCCESS=成功訊息列
|
|
296
296
|
|
|
297
|
-
MESSAGE_STRIP_INFORMATION
|
|
297
|
+
MESSAGE_STRIP_INFORMATION=資訊訊息列
|
|
298
298
|
|
|
299
299
|
MESSAGE_STRIP_CUSTOM=自訂訊息列
|
|
300
300
|
|
|
@@ -593,6 +593,11 @@ DIALOG_HEADER_ARIA_LABEL=表頭
|
|
|
593
593
|
DIALOG_CONTENT_ARIA_LABEL=內容
|
|
594
594
|
|
|
595
595
|
DIALOG_FOOTER_ARIA_LABEL=表尾
|
|
596
|
+
|
|
597
|
+
DIALOG_FULLSCREEN_MAXIMIZE=最大化 (Shift+Ctrl+F)
|
|
598
|
+
|
|
599
|
+
DIALOG_FULLSCREEN_RESTORE=還原 (Shift+Ctrl+F)
|
|
600
|
+
|
|
596
601
|
LABEL_COLON=:
|
|
597
602
|
|
|
598
603
|
TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=附加選項
|
package/src/themes/Input.css
CHANGED
|
@@ -381,6 +381,10 @@
|
|
|
381
381
|
|
|
382
382
|
/* Input Icon */
|
|
383
383
|
|
|
384
|
+
::slotted([ui5-input-icon]) {
|
|
385
|
+
height: 100%;
|
|
386
|
+
}
|
|
387
|
+
|
|
384
388
|
.ui5-input-icon-root {
|
|
385
389
|
min-width: var(--_ui5_input_icon_min_width);
|
|
386
390
|
height: 100%;
|
|
@@ -513,4 +517,64 @@
|
|
|
513
517
|
|
|
514
518
|
[ui5-responsive-popover] [ui5-input] {
|
|
515
519
|
width: 100%;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
/*
|
|
523
|
+
* Value-state forwarding for slotted <ui5-input-icon>.
|
|
524
|
+
*
|
|
525
|
+
* The parent Input publishes state-specific values via CSS custom properties on its host.
|
|
526
|
+
* CSS custom properties inherit through the shadow boundary, so a slotted <ui5-input-icon>
|
|
527
|
+
* automatically picks them up inside its own shadow root — no JS DOM mutation needed.
|
|
528
|
+
*/
|
|
529
|
+
:host([value-state="Negative"]),
|
|
530
|
+
:host([value-state="Critical"]) {
|
|
531
|
+
--_ui5_input_icon_state_padding: var(--_ui5_input_error_warning_icon_padding);
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
:host([value-state="Information"]) {
|
|
535
|
+
--_ui5_input_icon_state_padding: var(--_ui5_input_information_icon_padding);
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
:host([value-state="Negative"]) {
|
|
539
|
+
--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_error_icon_box_shadow);
|
|
540
|
+
--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_error_pressed_color);
|
|
541
|
+
--_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_error_focus_outline_color);
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
:host([value-state="Critical"]) {
|
|
545
|
+
--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_warning_icon_box_shadow);
|
|
546
|
+
--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_warning_pressed_color);
|
|
547
|
+
--_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_warning_focus_outline_color);
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
:host([value-state="Information"]) {
|
|
551
|
+
--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_information_icon_box_shadow);
|
|
552
|
+
--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_information_pressed_color);
|
|
553
|
+
--_ui5_input_icon_state_focus_outline_color: var(--sapContent_FocusColor);
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
:host([value-state="Positive"]) {
|
|
557
|
+
--_ui5_input_icon_state_pressed_shadow: var(--_ui5_input_success_icon_box_shadow);
|
|
558
|
+
--_ui5_input_icon_state_pressed_color: var(--_ui5_input_icon_success_pressed_color);
|
|
559
|
+
--_ui5_input_icon_state_focus_outline_color: var(--_ui5_input_focused_value_state_success_focus_outline_color);
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
/*
|
|
563
|
+
* Disabled forwarding for slotted <ui5-input-icon>. Same mechanism: parent publishes vars,
|
|
564
|
+
* icon reads them via var() with defaults, no JS DOM mutation.
|
|
565
|
+
*/
|
|
566
|
+
:host([disabled]) {
|
|
567
|
+
--_ui5_input_icon_state_opacity: var(--sapContent_DisabledOpacity);
|
|
568
|
+
--_ui5_input_icon_state_pointer_events: none;
|
|
569
|
+
--_ui5_input_icon_state_cursor: default;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
/*
|
|
573
|
+
* Readonly forwarding: the input is still readable but non-editable, so slotted interactive
|
|
574
|
+
* icons (search, voice, camera, …) should not fire either. No opacity change — the input
|
|
575
|
+
* itself does not dim in readonly.
|
|
576
|
+
*/
|
|
577
|
+
:host([readonly]:not([disabled])) {
|
|
578
|
+
--_ui5_input_icon_state_pointer_events: none;
|
|
579
|
+
--_ui5_input_icon_state_cursor: default;
|
|
516
580
|
}
|
package/src/themes/InputIcon.css
CHANGED
|
@@ -1,34 +1,70 @@
|
|
|
1
|
+
.ui5-input-icon-root {
|
|
2
|
+
height: 100%;
|
|
3
|
+
box-sizing: border-box;
|
|
4
|
+
}
|
|
5
|
+
|
|
1
6
|
.inputIcon {
|
|
2
7
|
color: var(--_ui5_input_icon_color);
|
|
3
|
-
cursor
|
|
8
|
+
/* cursor / opacity / pointer-events are state-aware — parent Input publishes overrides on :host([disabled]).
|
|
9
|
+
Defaults preserve the plain interactive appearance. */
|
|
10
|
+
cursor: var(--_ui5_input_icon_state_cursor, pointer);
|
|
11
|
+
opacity: var(--_ui5_input_icon_state_opacity, 1);
|
|
12
|
+
pointer-events: var(--_ui5_input_icon_state_pointer_events, auto);
|
|
4
13
|
outline: none;
|
|
5
|
-
padding
|
|
14
|
+
/* padding is state-aware; parent Input publishes the state-specific value via CSS custom property */
|
|
15
|
+
padding: var(--_ui5_input_icon_state_padding, var(--_ui5_input_icon_padding));
|
|
6
16
|
border-inline-start: var(--_ui5_input_icon_border);
|
|
7
17
|
min-width: 1rem;
|
|
8
18
|
min-height: 1rem;
|
|
9
19
|
border-radius: var(--_ui5_input_icon_border_radius);
|
|
20
|
+
display: flex;
|
|
21
|
+
align-items: center;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.inputIcon:focus-visible {
|
|
26
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5_input_icon_state_focus_outline_color, var(--sapContent_FocusColor));
|
|
27
|
+
outline-offset: -0.125rem;
|
|
10
28
|
}
|
|
11
29
|
|
|
12
30
|
.inputIcon.inputIcon--pressed {
|
|
13
31
|
background: var(--_ui5_input_icon_pressed_bg);
|
|
14
|
-
box-shadow
|
|
32
|
+
/* box-shadow / color fall back to the plain variant when no value state is set */
|
|
33
|
+
box-shadow: var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));
|
|
15
34
|
border-inline-start: var(--_ui5_select_hover_icon_left_border);
|
|
16
|
-
color: var(--_ui5_input_icon_pressed_color);
|
|
35
|
+
color: var(--_ui5_input_icon_state_pressed_color, var(--_ui5_input_icon_pressed_color));
|
|
17
36
|
}
|
|
18
37
|
|
|
19
38
|
.inputIcon:active {
|
|
20
39
|
background-color: var(--sapButton_Active_Background);
|
|
21
|
-
box-shadow: var(--_ui5_input_icon_box_shadow);
|
|
40
|
+
box-shadow: var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));
|
|
22
41
|
border-inline-start: var(--_ui5_select_hover_icon_left_border);
|
|
23
|
-
color: var(--_ui5_input_icon_pressed_color);
|
|
42
|
+
color: var(--_ui5_input_icon_state_pressed_color, var(--_ui5_input_icon_pressed_color));
|
|
24
43
|
}
|
|
25
44
|
|
|
26
45
|
.inputIcon:not(.inputIcon--pressed):not(:active):hover {
|
|
27
46
|
background: var(--_ui5_input_icon_hover_bg);
|
|
28
|
-
box-shadow: var(--_ui5_input_icon_box_shadow);
|
|
47
|
+
box-shadow: var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));
|
|
29
48
|
}
|
|
30
49
|
|
|
31
50
|
.inputIcon:hover {
|
|
32
51
|
border-inline-start: var(--_ui5_select_hover_icon_left_border);
|
|
33
|
-
box-shadow: var(--_ui5_input_icon_box_shadow);
|
|
52
|
+
box-shadow: var(--_ui5_input_icon_state_pressed_shadow, var(--_ui5_input_icon_box_shadow));
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
/* Style the inner Icon component */
|
|
57
|
+
.ui5-input-icon-inner {
|
|
58
|
+
display: flex;
|
|
59
|
+
width: 1rem;
|
|
60
|
+
height: 1rem;
|
|
61
|
+
color: inherit;
|
|
62
|
+
pointer-events: none;
|
|
63
|
+
flex-shrink: 0;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/* Focus-outline colour when the parent Input has a value state — driven by inherited CSS custom property */
|
|
67
|
+
.inputIcon.inputIcon--focused {
|
|
68
|
+
outline-color: var(--_ui5_input_icon_state_focus_outline_color, var(--sapContent_FocusColor));
|
|
69
|
+
border-inline-start-color: var(--_ui5_input_icon_state_focus_outline_color);
|
|
34
70
|
}
|
|
@@ -9,6 +9,21 @@
|
|
|
9
9
|
top: 0;
|
|
10
10
|
z-index: 2;
|
|
11
11
|
background: var(--sapPageHeader_Background);
|
|
12
|
+
box-sizing: border-box;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.ui5-mcb-select-all-header:focus,
|
|
16
|
+
.ui5-mcb-select-all-header:focus-within {
|
|
17
|
+
outline: none;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.ui5-mcb-select-all-header:focus::after,
|
|
21
|
+
.ui5-mcb-select-all-header:focus-within::after {
|
|
22
|
+
content: "";
|
|
23
|
+
position: absolute;
|
|
24
|
+
inset: 2px;
|
|
25
|
+
border: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
26
|
+
pointer-events: none;
|
|
12
27
|
}
|
|
13
28
|
|
|
14
29
|
.ui5-mcb-select-all-checkbox {
|
|
@@ -17,12 +32,7 @@
|
|
|
17
32
|
}
|
|
18
33
|
|
|
19
34
|
.ui5-mcb-select-all-checkbox::part(root):focus::before {
|
|
20
|
-
|
|
21
|
-
border-radius: 0;
|
|
22
|
-
right: 2px;
|
|
23
|
-
left: 2px;
|
|
24
|
-
bottom: 0;
|
|
25
|
-
top: 0;
|
|
35
|
+
display: none;
|
|
26
36
|
}
|
|
27
37
|
|
|
28
38
|
.ui5-mcb-select-all-checkbox::part(label) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
:host {
|
|
4
4
|
--_ui5_card_hover_box_shadow: var(--sapContent_Shadow2);
|
|
5
|
-
--_ui5_card_header_focus_offset:
|
|
5
|
+
--_ui5_card_header_focus_offset: 1px;
|
|
6
6
|
--_ui5_card_header_focus_radius: var(--_ui5_card_border-radius);
|
|
7
7
|
--_ui5_card_header_title_font_family: var(--sapFontHeaderFamily);
|
|
8
8
|
--_ui5_card_header_title_font_size: var(--sapFontHeader6Size);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
:host {
|
|
4
4
|
--_ui5_card_hover_box_shadow: var(--sapContent_Shadow2);
|
|
5
|
-
--_ui5_card_header_focus_offset:
|
|
5
|
+
--_ui5_card_header_focus_offset: 1px;
|
|
6
6
|
--_ui5_card_header_focus_radius: var(--_ui5_card_border-radius);
|
|
7
7
|
--_ui5_card_header_title_font_family: var(--sapFontHeaderFamily);
|
|
8
8
|
--_ui5_card_header_title_font_size: var(--sapFontHeader6Size);
|