@ui5/webcomponents 2.10.0-rc.2 → 2.10.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 +36 -0
- package/cypress/specs/Card.cy.tsx +8 -0
- package/cypress/specs/DateTimePicker.cy.tsx +299 -212
- package/cypress/specs/Form.cy.tsx +81 -1
- package/cypress/specs/FormSupport.cy.tsx +33 -0
- package/cypress/support/commands/DateTimePicker.commands.ts +81 -36
- package/dist/.tsbuildinfo +1 -1
- package/dist/AvatarGroup.d.ts +2 -1
- package/dist/AvatarGroup.js.map +1 -1
- package/dist/AvatarGroupTemplate.js +1 -0
- package/dist/AvatarGroupTemplate.js.map +1 -1
- package/dist/Button.d.ts +10 -2
- package/dist/Button.js +31 -1
- package/dist/Button.js.map +1 -1
- package/dist/Carousel.d.ts +3 -1
- package/dist/Carousel.js.map +1 -1
- package/dist/CheckBox.d.ts +3 -0
- package/dist/CheckBox.js +3 -0
- package/dist/CheckBox.js.map +1 -1
- package/dist/ExpandableText.d.ts +3 -1
- package/dist/ExpandableText.js.map +1 -1
- package/dist/Form.d.ts +20 -0
- package/dist/Form.js +28 -2
- package/dist/Form.js.map +1 -1
- package/dist/FormGroup.d.ts +9 -0
- package/dist/FormGroup.js +11 -0
- package/dist/FormGroup.js.map +1 -1
- package/dist/FormTemplate.js +3 -3
- package/dist/FormTemplate.js.map +1 -1
- package/dist/MenuItem.d.ts +0 -1
- package/dist/MenuItem.js +0 -3
- package/dist/MenuItem.js.map +1 -1
- package/dist/MultiComboBox.d.ts +3 -1
- package/dist/MultiComboBox.js.map +1 -1
- package/dist/Panel.d.ts +3 -1
- package/dist/Panel.js +1 -1
- package/dist/Panel.js.map +1 -1
- package/dist/SplitButton.d.ts +3 -3
- package/dist/SplitButton.js.map +1 -1
- package/dist/TableHeaderCellActionBase.d.ts +3 -1
- package/dist/TableHeaderCellActionBase.js.map +1 -1
- package/dist/TableRow.d.ts +3 -1
- package/dist/TableRow.js +1 -1
- package/dist/TableRow.js.map +1 -1
- package/dist/TableRowActionBase.d.ts +3 -1
- package/dist/TableRowActionBase.js.map +1 -1
- package/dist/Tokenizer.d.ts +3 -1
- package/dist/Tokenizer.js.map +1 -1
- package/dist/css/themes/Avatar.css +1 -1
- package/dist/css/themes/AvatarGroup.css +1 -1
- package/dist/css/themes/Bar.css +1 -1
- package/dist/css/themes/Breadcrumbs.css +1 -1
- package/dist/css/themes/BusyIndicator.css +1 -1
- package/dist/css/themes/Button.css +1 -1
- package/dist/css/themes/ButtonBadge.css +1 -1
- package/dist/css/themes/Calendar.css +1 -1
- package/dist/css/themes/CalendarHeader.css +1 -1
- package/dist/css/themes/CalendarLegend.css +1 -1
- package/dist/css/themes/CalendarLegendItem.css +1 -1
- package/dist/css/themes/Card.css +1 -1
- package/dist/css/themes/CardHeader.css +1 -1
- package/dist/css/themes/Carousel.css +1 -1
- package/dist/css/themes/CheckBox.css +1 -1
- package/dist/css/themes/ColorPalette.css +1 -1
- package/dist/css/themes/ColorPaletteItem.css +1 -1
- package/dist/css/themes/ColorPalettePopover.css +1 -1
- package/dist/css/themes/ColorPicker.css +1 -1
- package/dist/css/themes/ComboBox.css +1 -1
- package/dist/css/themes/ComboBoxItem.css +1 -1
- package/dist/css/themes/DatePicker.css +1 -1
- package/dist/css/themes/DateTimePickerPopover.css +1 -1
- package/dist/css/themes/DayPicker.css +1 -1
- package/dist/css/themes/Dialog.css +1 -1
- package/dist/css/themes/FileUploader.css +1 -1
- package/dist/css/themes/Form.css +1 -1
- package/dist/css/themes/FormItem.css +1 -1
- package/dist/css/themes/FormItemSpan.css +1 -1
- package/dist/css/themes/GrowingButton.css +1 -1
- package/dist/css/themes/Icon.css +1 -1
- package/dist/css/themes/Input.css +1 -1
- package/dist/css/themes/InputIcon.css +1 -1
- package/dist/css/themes/InputSharedStyles.css +1 -1
- package/dist/css/themes/Link.css +1 -1
- package/dist/css/themes/List.css +1 -1
- package/dist/css/themes/ListItem.css +1 -1
- package/dist/css/themes/ListItemBase.css +1 -1
- package/dist/css/themes/ListItemCustom.css +1 -1
- package/dist/css/themes/ListItemGroup.css +1 -1
- package/dist/css/themes/ListItemGroupHeader.css +1 -1
- package/dist/css/themes/ListItemIcon.css +1 -1
- package/dist/css/themes/Menu.css +1 -1
- package/dist/css/themes/MenuItem.css +1 -1
- package/dist/css/themes/MessageStrip.css +1 -1
- package/dist/css/themes/MonthPicker.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/OptionBase.css +1 -1
- package/dist/css/themes/Panel.css +1 -1
- package/dist/css/themes/Popover.css +1 -1
- package/dist/css/themes/PopupsCommon.css +1 -1
- package/dist/css/themes/ProgressIndicator.css +1 -1
- package/dist/css/themes/RadioButton.css +1 -1
- package/dist/css/themes/RangeSlider.css +1 -1
- package/dist/css/themes/RatingIndicator.css +1 -1
- package/dist/css/themes/ResponsivePopover.css +1 -1
- package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
- package/dist/css/themes/SegmentedButton.css +1 -1
- package/dist/css/themes/SegmentedButtonItem.css +1 -1
- package/dist/css/themes/Select.css +1 -1
- package/dist/css/themes/SliderBase.css +1 -1
- package/dist/css/themes/SplitButton.css +1 -1
- package/dist/css/themes/StepInput.css +1 -1
- package/dist/css/themes/SuggestionItem.css +1 -1
- package/dist/css/themes/SuggestionItemCustom.css +1 -1
- package/dist/css/themes/Switch.css +1 -1
- package/dist/css/themes/TabContainer.css +1 -1
- package/dist/css/themes/TabInOverflow.css +1 -1
- package/dist/css/themes/TabInStrip.css +1 -1
- package/dist/css/themes/TabSemanticIcon.css +1 -1
- package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
- package/dist/css/themes/TableCellBase.css +1 -1
- package/dist/css/themes/TableHeaderRow.css +1 -1
- package/dist/css/themes/TableRow.css +1 -1
- package/dist/css/themes/TableRowActionBase.css +1 -1
- package/dist/css/themes/TableRowBase.css +1 -1
- package/dist/css/themes/Tag.css +1 -1
- package/dist/css/themes/Text.css +1 -1
- package/dist/css/themes/TextArea.css +1 -1
- package/dist/css/themes/TimePicker.css +1 -1
- package/dist/css/themes/Toast.css +1 -1
- package/dist/css/themes/ToggleButton.css +1 -1
- package/dist/css/themes/Token.css +1 -1
- package/dist/css/themes/Tokenizer.css +1 -1
- package/dist/css/themes/TokenizerPopover.css +1 -1
- package/dist/css/themes/Toolbar.css +1 -1
- package/dist/css/themes/ToolbarPopover.css +1 -1
- package/dist/css/themes/TreeItem.css +1 -1
- package/dist/css/themes/ValueStateMessage.css +1 -1
- package/dist/css/themes/YearPicker.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +185 -11
- package/dist/custom-elements.json +91 -6
- 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_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.d.ts +2 -1
- package/dist/generated/i18n/i18n-defaults.js +2 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/themes/Avatar.css.d.ts +1 -1
- package/dist/generated/themes/Avatar.css.js +1 -1
- package/dist/generated/themes/Avatar.css.js.map +1 -1
- package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
- package/dist/generated/themes/AvatarGroup.css.js +1 -1
- package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
- package/dist/generated/themes/Bar.css.d.ts +1 -1
- package/dist/generated/themes/Bar.css.js +1 -1
- package/dist/generated/themes/Bar.css.js.map +1 -1
- package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
- package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
- package/dist/generated/themes/BusyIndicator.css.js +1 -1
- package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
- package/dist/generated/themes/Button.css.d.ts +1 -1
- package/dist/generated/themes/Button.css.js +1 -1
- package/dist/generated/themes/Button.css.js.map +1 -1
- package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
- package/dist/generated/themes/ButtonBadge.css.js +1 -1
- package/dist/generated/themes/ButtonBadge.css.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/CalendarHeader.css.d.ts +1 -1
- package/dist/generated/themes/CalendarHeader.css.js +1 -1
- package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
- package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
- package/dist/generated/themes/CalendarLegend.css.js +1 -1
- package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
- package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
- package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
- package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
- package/dist/generated/themes/Card.css.d.ts +1 -1
- package/dist/generated/themes/Card.css.js +1 -1
- package/dist/generated/themes/Card.css.js.map +1 -1
- package/dist/generated/themes/CardHeader.css.d.ts +1 -1
- package/dist/generated/themes/CardHeader.css.js +1 -1
- package/dist/generated/themes/CardHeader.css.js.map +1 -1
- package/dist/generated/themes/Carousel.css.d.ts +1 -1
- package/dist/generated/themes/Carousel.css.js +1 -1
- package/dist/generated/themes/Carousel.css.js.map +1 -1
- package/dist/generated/themes/CheckBox.css.d.ts +1 -1
- package/dist/generated/themes/CheckBox.css.js +1 -1
- package/dist/generated/themes/CheckBox.css.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/ColorPaletteItem.css.d.ts +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
- package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
- package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
- package/dist/generated/themes/ColorPicker.css.js +1 -1
- package/dist/generated/themes/ColorPicker.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/ComboBoxItem.css.d.ts +1 -1
- package/dist/generated/themes/ComboBoxItem.css.js +1 -1
- package/dist/generated/themes/ComboBoxItem.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/DateTimePickerPopover.css.d.ts +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
- package/dist/generated/themes/DayPicker.css.d.ts +1 -1
- package/dist/generated/themes/DayPicker.css.js +1 -1
- package/dist/generated/themes/DayPicker.css.js.map +1 -1
- 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/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/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/FormItem.css.d.ts +1 -1
- package/dist/generated/themes/FormItem.css.js +1 -1
- package/dist/generated/themes/FormItem.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/GrowingButton.css.d.ts +1 -1
- package/dist/generated/themes/GrowingButton.css.js +1 -1
- package/dist/generated/themes/GrowingButton.css.js.map +1 -1
- package/dist/generated/themes/Icon.css.d.ts +1 -1
- package/dist/generated/themes/Icon.css.js +1 -1
- package/dist/generated/themes/Icon.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/InputSharedStyles.css.d.ts +1 -1
- package/dist/generated/themes/InputSharedStyles.css.js +1 -1
- package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
- package/dist/generated/themes/Link.css.d.ts +1 -1
- package/dist/generated/themes/Link.css.js +1 -1
- package/dist/generated/themes/Link.css.js.map +1 -1
- package/dist/generated/themes/List.css.d.ts +1 -1
- package/dist/generated/themes/List.css.js +1 -1
- package/dist/generated/themes/List.css.js.map +1 -1
- package/dist/generated/themes/ListItem.css.d.ts +1 -1
- package/dist/generated/themes/ListItem.css.js +1 -1
- package/dist/generated/themes/ListItem.css.js.map +1 -1
- package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
- package/dist/generated/themes/ListItemBase.css.js +1 -1
- package/dist/generated/themes/ListItemBase.css.js.map +1 -1
- package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
- package/dist/generated/themes/ListItemCustom.css.js +1 -1
- package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
- package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
- package/dist/generated/themes/ListItemGroup.css.js +1 -1
- package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
- package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
- package/dist/generated/themes/ListItemIcon.css.js +1 -1
- package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
- package/dist/generated/themes/Menu.css.d.ts +1 -1
- package/dist/generated/themes/Menu.css.js +1 -1
- package/dist/generated/themes/Menu.css.js.map +1 -1
- package/dist/generated/themes/MenuItem.css.d.ts +1 -1
- package/dist/generated/themes/MenuItem.css.js +1 -1
- package/dist/generated/themes/MenuItem.css.js.map +1 -1
- package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
- package/dist/generated/themes/MessageStrip.css.js +1 -1
- package/dist/generated/themes/MessageStrip.css.js.map +1 -1
- package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
- package/dist/generated/themes/MonthPicker.css.js +1 -1
- package/dist/generated/themes/MonthPicker.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/OptionBase.css.d.ts +1 -1
- package/dist/generated/themes/OptionBase.css.js +1 -1
- package/dist/generated/themes/OptionBase.css.js.map +1 -1
- package/dist/generated/themes/Panel.css.d.ts +1 -1
- package/dist/generated/themes/Panel.css.js +1 -1
- package/dist/generated/themes/Panel.css.js.map +1 -1
- package/dist/generated/themes/Popover.css.d.ts +1 -1
- package/dist/generated/themes/Popover.css.js +1 -1
- package/dist/generated/themes/Popover.css.js.map +1 -1
- package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
- package/dist/generated/themes/PopupsCommon.css.js +1 -1
- package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
- package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
- package/dist/generated/themes/ProgressIndicator.css.js +1 -1
- package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
- package/dist/generated/themes/RadioButton.css.d.ts +1 -1
- package/dist/generated/themes/RadioButton.css.js +1 -1
- package/dist/generated/themes/RadioButton.css.js.map +1 -1
- package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
- package/dist/generated/themes/RangeSlider.css.js +1 -1
- package/dist/generated/themes/RangeSlider.css.js.map +1 -1
- package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
- package/dist/generated/themes/RatingIndicator.css.js +1 -1
- package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
- package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
- package/dist/generated/themes/ResponsivePopover.css.js +1 -1
- package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
- package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
- package/dist/generated/themes/SegmentedButton.css.js +1 -1
- package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
- package/dist/generated/themes/SegmentedButtonItem.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/SliderBase.css.d.ts +1 -1
- package/dist/generated/themes/SliderBase.css.js +1 -1
- package/dist/generated/themes/SliderBase.css.js.map +1 -1
- package/dist/generated/themes/SplitButton.css.d.ts +1 -1
- package/dist/generated/themes/SplitButton.css.js +1 -1
- package/dist/generated/themes/SplitButton.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/SuggestionItem.css.d.ts +1 -1
- package/dist/generated/themes/SuggestionItem.css.js +1 -1
- package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
- package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
- package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
- package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
- package/dist/generated/themes/Switch.css.d.ts +1 -1
- package/dist/generated/themes/Switch.css.js +1 -1
- package/dist/generated/themes/Switch.css.js.map +1 -1
- package/dist/generated/themes/TabContainer.css.d.ts +1 -1
- package/dist/generated/themes/TabContainer.css.js +1 -1
- package/dist/generated/themes/TabContainer.css.js.map +1 -1
- package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
- package/dist/generated/themes/TabInOverflow.css.js +1 -1
- package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
- package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
- package/dist/generated/themes/TabInStrip.css.js +1 -1
- package/dist/generated/themes/TabInStrip.css.js.map +1 -1
- package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
- package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
- package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
- package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
- package/dist/generated/themes/TableCellBase.css.js +1 -1
- package/dist/generated/themes/TableCellBase.css.js.map +1 -1
- package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
- package/dist/generated/themes/TableHeaderRow.css.js +1 -1
- package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
- package/dist/generated/themes/TableRow.css.d.ts +1 -1
- package/dist/generated/themes/TableRow.css.js +1 -1
- package/dist/generated/themes/TableRow.css.js.map +1 -1
- package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
- package/dist/generated/themes/TableRowActionBase.css.js +1 -1
- package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
- package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
- package/dist/generated/themes/TableRowBase.css.js +1 -1
- package/dist/generated/themes/TableRowBase.css.js.map +1 -1
- package/dist/generated/themes/Tag.css.d.ts +1 -1
- package/dist/generated/themes/Tag.css.js +1 -1
- package/dist/generated/themes/Tag.css.js.map +1 -1
- package/dist/generated/themes/Text.css.d.ts +1 -1
- package/dist/generated/themes/Text.css.js +1 -1
- package/dist/generated/themes/Text.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/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/Toast.css.d.ts +1 -1
- package/dist/generated/themes/Toast.css.js +1 -1
- package/dist/generated/themes/Toast.css.js.map +1 -1
- package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
- package/dist/generated/themes/ToggleButton.css.js +1 -1
- package/dist/generated/themes/ToggleButton.css.js.map +1 -1
- package/dist/generated/themes/Token.css.d.ts +1 -1
- package/dist/generated/themes/Token.css.js +1 -1
- package/dist/generated/themes/Token.css.js.map +1 -1
- package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
- package/dist/generated/themes/Tokenizer.css.js +1 -1
- package/dist/generated/themes/Tokenizer.css.js.map +1 -1
- package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
- package/dist/generated/themes/Toolbar.css.d.ts +1 -1
- package/dist/generated/themes/Toolbar.css.js +1 -1
- package/dist/generated/themes/Toolbar.css.js.map +1 -1
- package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
- package/dist/generated/themes/ToolbarPopover.css.js +1 -1
- package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
- package/dist/generated/themes/TreeItem.css.d.ts +1 -1
- package/dist/generated/themes/TreeItem.css.js +1 -1
- package/dist/generated/themes/TreeItem.css.js.map +1 -1
- package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
- package/dist/generated/themes/YearPicker.css.d.ts +1 -1
- package/dist/generated/themes/YearPicker.css.js +1 -1
- package/dist/generated/themes/YearPicker.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_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_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 +32 -3
- package/dist/web-types.json +49 -9
- package/package.json +9 -9
- package/src/AvatarGroupTemplate.tsx +1 -0
- package/src/FormTemplate.tsx +3 -2
- package/src/i18n/messagebundle.properties +3 -0
- package/src/i18n/messagebundle_ar.properties +4 -0
- package/src/i18n/messagebundle_bg.properties +4 -0
- package/src/i18n/messagebundle_ca.properties +4 -0
- package/src/i18n/messagebundle_cnr.properties +4 -0
- package/src/i18n/messagebundle_cs.properties +4 -0
- package/src/i18n/messagebundle_cy.properties +4 -0
- package/src/i18n/messagebundle_da.properties +4 -0
- package/src/i18n/messagebundle_de.properties +4 -0
- package/src/i18n/messagebundle_el.properties +4 -0
- package/src/i18n/messagebundle_en.properties +4 -0
- package/src/i18n/messagebundle_en_GB.properties +4 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +4 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +2 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +4 -0
- package/src/i18n/messagebundle_es.properties +4 -0
- package/src/i18n/messagebundle_es_MX.properties +4 -0
- package/src/i18n/messagebundle_et.properties +4 -0
- package/src/i18n/messagebundle_fi.properties +4 -0
- package/src/i18n/messagebundle_fr.properties +4 -0
- package/src/i18n/messagebundle_fr_CA.properties +4 -0
- package/src/i18n/messagebundle_hi.properties +4 -0
- package/src/i18n/messagebundle_hr.properties +4 -0
- package/src/i18n/messagebundle_hu.properties +4 -0
- package/src/i18n/messagebundle_id.properties +5 -1
- package/src/i18n/messagebundle_it.properties +4 -0
- package/src/i18n/messagebundle_iw.properties +4 -0
- package/src/i18n/messagebundle_ja.properties +4 -0
- package/src/i18n/messagebundle_kk.properties +4 -0
- package/src/i18n/messagebundle_ko.properties +4 -0
- package/src/i18n/messagebundle_lt.properties +4 -0
- package/src/i18n/messagebundle_lv.properties +4 -0
- package/src/i18n/messagebundle_mk.properties +4 -0
- package/src/i18n/messagebundle_ms.properties +4 -0
- package/src/i18n/messagebundle_nl.properties +4 -0
- package/src/i18n/messagebundle_no.properties +4 -0
- package/src/i18n/messagebundle_pl.properties +4 -0
- package/src/i18n/messagebundle_pt.properties +4 -0
- package/src/i18n/messagebundle_pt_PT.properties +4 -0
- package/src/i18n/messagebundle_ro.properties +4 -0
- package/src/i18n/messagebundle_ru.properties +4 -0
- package/src/i18n/messagebundle_sh.properties +4 -0
- package/src/i18n/messagebundle_sk.properties +4 -0
- package/src/i18n/messagebundle_sl.properties +4 -0
- package/src/i18n/messagebundle_sr.properties +4 -0
- package/src/i18n/messagebundle_sv.properties +4 -0
- package/src/i18n/messagebundle_th.properties +4 -0
- package/src/i18n/messagebundle_tr.properties +4 -0
- package/src/i18n/messagebundle_uk.properties +4 -0
- package/src/i18n/messagebundle_vi.properties +4 -0
- package/src/i18n/messagebundle_zh_CN.properties +4 -0
- package/src/i18n/messagebundle_zh_TW.properties +4 -0
- package/src/themes/Bar.css +22 -15
- package/src/themes/Button.css +4 -4
- package/src/themes/ButtonBadge.css +2 -2
- package/src/themes/CalendarLegendItem.css +14 -1
- package/src/themes/CheckBox.css +13 -0
- package/src/themes/base/Button-parameters.css +1 -1
- package/src/themes/base/CalendarLegendItem-parameters.css +1 -0
- package/src/themes/base/sizes-parameters.css +1 -1
- package/src/themes/sap_horizon/Button-parameters.css +1 -1
- package/src/themes/sap_horizon/CalendarLegendItem-parameters.css +1 -0
- package/src/themes/sap_horizon_dark/Button-parameters.css +1 -1
- package/src/themes/sap_horizon_dark/CalendarLegendItem-parameters.css +1 -0
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"name": "ui5-button",
|
|
204
|
-
"description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a
|
|
204
|
+
"description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
|
|
205
205
|
"attributes": [
|
|
206
206
|
{
|
|
207
207
|
"name": "design",
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
},
|
|
673
673
|
{
|
|
674
674
|
"name": "required",
|
|
675
|
-
"description": "Defines whether the component is required.",
|
|
675
|
+
"description": "Defines whether the component is required.\n\n**Note:** We advise against using the text property of the checkbox when there is a\nlabel associated with it to avoid having two required asterisks.",
|
|
676
676
|
"values": []
|
|
677
677
|
},
|
|
678
678
|
{
|
|
@@ -1523,6 +1523,11 @@
|
|
|
1523
1523
|
"name": "ui5-form",
|
|
1524
1524
|
"description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (< 600px) – 1 column is recommended (default: 1)\n- **M** (600px - 1022px) – up to 2 columns are recommended (default: 1)\n- **L** (1023px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (> 1439px) – up to 6 columns are recommended (default: 3)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### Items Empty Span\n\nBy default, a form item spans 12 cells, fully divided between its label and field, with no empty space at the end:\n- **Label:** occupies 4 cells.\n- **Field:** occupies 8 cells.\n\nThe `emptySpan` property provides additional layout flexibility by defining empty space at the form item’s end.\n\n**For example:** Setting \"S0 M0 L3 XL3\" (or just \"L3 XL3\") adjusts the layout as follows:\n- **Label:** remains 4 cells.\n- **Field:** is reduced to 5 cells.\n- **Empty space:** 3 cells are added at the end.\n\nGreater values increase the empty space at the end of the form item, reducing the space available for the label and its field.\nHowever, setting `emptySpan` to 1 cell is recommended and typically sufficient to achieve a balanced layout.\n\n### Navigation flow\n\nThe Form component supports two layout options for keyboard navigation:\n\n#### Simple form\n\nIn this \"simple form\" layout, each `ui5-form-item` acts as a standalone group\nwith one item, so focus moves horizontally across the grid from one `ui5-form-item` to the next.\nThis layout is ideal for simpler forms and supports custom arrangements, e.g.,\n\n```\n| 1 | 2 |\n| 3 |\n| 4 | 5 |\n```\n\n#### Complex form\n\nIn this layout, items are grouped into `ui5-form-group` elements, allowing more complex configurations:\n\n- **Single-Column Group**: Focus moves vertically down from one item to the next.\n ```\n | 1 |\n | 2 |\n | 3 |\n ```\n\n- **Multi-Column Group**: Focus moves horizontally within each row, advancing to the next row after completing the current one.\n ```\n | 1 | 4 |\n | 2 | 5 |\n | 3 | 6 |\n ```\n\n### Keyboard Handling\n\n- [Tab] - Moves the focus to the next interactive element within the Form/FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [Tab] - Moves the focus to the previous interactive element within the Form/FormGroup (if available) or to the previous element in the tab chain outside the Form\n- [F6] - Moves the focus to the first interactive element of the next FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [F6] - Moves the focus to the first interactive element of the previous FormGroup (if available) or to the previous element in the tab chain outside the Form\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";\n\n\n---\n\n\n\n\n### **Slots:**\n - **header** - Defines the component header area.\n\n**Note:** When a `header` is provided, the `headerText` property is ignored.\n- **default** - Defines the component content - FormGroups or FormItems.\n\n**Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.\nEither use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.\n\n### **CSS Parts:**\n - **header** - Used to style the wrapper of the header.\n- **layout** - Used to style the element defining the form column layout.\n- **column** - Used to style a single column of the form column layout.",
|
|
1525
1525
|
"attributes": [
|
|
1526
|
+
{
|
|
1527
|
+
"name": "accessible-name",
|
|
1528
|
+
"description": "Defines the accessible ARIA name of the component.",
|
|
1529
|
+
"values": []
|
|
1530
|
+
},
|
|
1526
1531
|
{
|
|
1527
1532
|
"name": "layout",
|
|
1528
1533
|
"description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 3 columns by default (up to 6 columns are recommended)",
|
|
@@ -1543,6 +1548,18 @@
|
|
|
1543
1548
|
"description": "Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.",
|
|
1544
1549
|
"values": []
|
|
1545
1550
|
},
|
|
1551
|
+
{
|
|
1552
|
+
"name": "header-level",
|
|
1553
|
+
"description": "Defines the compoennt heading level,\nset by the `headerText`.",
|
|
1554
|
+
"values": [
|
|
1555
|
+
{ "name": "H1" },
|
|
1556
|
+
{ "name": "H2" },
|
|
1557
|
+
{ "name": "H3" },
|
|
1558
|
+
{ "name": "H4" },
|
|
1559
|
+
{ "name": "H5" },
|
|
1560
|
+
{ "name": "H6" }
|
|
1561
|
+
]
|
|
1562
|
+
},
|
|
1546
1563
|
{
|
|
1547
1564
|
"name": "item-spacing",
|
|
1548
1565
|
"description": "Defines the vertical spacing between form items.\n\n**Note:** If the Form is meant to be switched between \"non-edit\" and \"edit\" modes,\nwe recommend using \"Large\" item spacing in \"non-edit\" mode, and \"Normal\" - for \"edit\" mode,\nto avoid \"jumping\" effect, caused by the hight difference between texts in \"non-edit\" mode and the input fields in \"edit\" mode.",
|
|
@@ -1560,6 +1577,18 @@
|
|
|
1560
1577
|
"description": "Defines header text of the component.",
|
|
1561
1578
|
"values": []
|
|
1562
1579
|
},
|
|
1580
|
+
{
|
|
1581
|
+
"name": "header-level",
|
|
1582
|
+
"description": "Defines the compoennt heading level,\nset by the `headerText`.",
|
|
1583
|
+
"values": [
|
|
1584
|
+
{ "name": "H1" },
|
|
1585
|
+
{ "name": "H2" },
|
|
1586
|
+
{ "name": "H3" },
|
|
1587
|
+
{ "name": "H4" },
|
|
1588
|
+
{ "name": "H5" },
|
|
1589
|
+
{ "name": "H6" }
|
|
1590
|
+
]
|
|
1591
|
+
},
|
|
1563
1592
|
{
|
|
1564
1593
|
"name": "column-span",
|
|
1565
1594
|
"description": "Defines column span of the component,\ne.g how many columns the group should span to.",
|
|
@@ -4397,7 +4426,7 @@
|
|
|
4397
4426
|
},
|
|
4398
4427
|
{
|
|
4399
4428
|
"name": "ui5-toggle-button",
|
|
4400
|
-
"description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a
|
|
4429
|
+
"description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
|
|
4401
4430
|
"attributes": [
|
|
4402
4431
|
{
|
|
4403
4432
|
"name": "pressed",
|
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"name": "@ui5/webcomponents",
|
|
4
|
-
"version": "2.10.0
|
|
4
|
+
"version": "2.10.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
},
|
|
453
453
|
{
|
|
454
454
|
"name": "ui5-button",
|
|
455
|
-
"description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a
|
|
455
|
+
"description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
|
|
456
456
|
"doc-url": "",
|
|
457
457
|
"attributes": [
|
|
458
458
|
{
|
|
@@ -538,7 +538,7 @@
|
|
|
538
538
|
"events": [
|
|
539
539
|
{
|
|
540
540
|
"name": "click",
|
|
541
|
-
"description": "Fired when the component is activated either with a
|
|
541
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
|
|
542
542
|
}
|
|
543
543
|
],
|
|
544
544
|
"js": {
|
|
@@ -609,7 +609,7 @@
|
|
|
609
609
|
"events": [
|
|
610
610
|
{
|
|
611
611
|
"name": "click",
|
|
612
|
-
"description": "Fired when the component is activated either with a
|
|
612
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
|
|
613
613
|
}
|
|
614
614
|
]
|
|
615
615
|
}
|
|
@@ -1276,7 +1276,7 @@
|
|
|
1276
1276
|
},
|
|
1277
1277
|
{
|
|
1278
1278
|
"name": "required",
|
|
1279
|
-
"description": "Defines whether the component is required.",
|
|
1279
|
+
"description": "Defines whether the component is required.\n\n**Note:** We advise against using the text property of the checkbox when there is a\nlabel associated with it to avoid having two required asterisks.",
|
|
1280
1280
|
"value": { "type": "boolean", "default": "false" }
|
|
1281
1281
|
},
|
|
1282
1282
|
{
|
|
@@ -1351,7 +1351,7 @@
|
|
|
1351
1351
|
},
|
|
1352
1352
|
{
|
|
1353
1353
|
"name": "required",
|
|
1354
|
-
"description": "Defines whether the component is required.",
|
|
1354
|
+
"description": "Defines whether the component is required.\n\n**Note:** We advise against using the text property of the checkbox when there is a\nlabel associated with it to avoid having two required asterisks.",
|
|
1355
1355
|
"value": { "type": "boolean" }
|
|
1356
1356
|
},
|
|
1357
1357
|
{
|
|
@@ -3143,6 +3143,11 @@
|
|
|
3143
3143
|
"description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (< 600px) – 1 column is recommended (default: 1)\n- **M** (600px - 1022px) – up to 2 columns are recommended (default: 1)\n- **L** (1023px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (> 1439px) – up to 6 columns are recommended (default: 3)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### Items Empty Span\n\nBy default, a form item spans 12 cells, fully divided between its label and field, with no empty space at the end:\n- **Label:** occupies 4 cells.\n- **Field:** occupies 8 cells.\n\nThe `emptySpan` property provides additional layout flexibility by defining empty space at the form item’s end.\n\n**For example:** Setting \"S0 M0 L3 XL3\" (or just \"L3 XL3\") adjusts the layout as follows:\n- **Label:** remains 4 cells.\n- **Field:** is reduced to 5 cells.\n- **Empty space:** 3 cells are added at the end.\n\nGreater values increase the empty space at the end of the form item, reducing the space available for the label and its field.\nHowever, setting `emptySpan` to 1 cell is recommended and typically sufficient to achieve a balanced layout.\n\n### Navigation flow\n\nThe Form component supports two layout options for keyboard navigation:\n\n#### Simple form\n\nIn this \"simple form\" layout, each `ui5-form-item` acts as a standalone group\nwith one item, so focus moves horizontally across the grid from one `ui5-form-item` to the next.\nThis layout is ideal for simpler forms and supports custom arrangements, e.g.,\n\n```\n| 1 | 2 |\n| 3 |\n| 4 | 5 |\n```\n\n#### Complex form\n\nIn this layout, items are grouped into `ui5-form-group` elements, allowing more complex configurations:\n\n- **Single-Column Group**: Focus moves vertically down from one item to the next.\n ```\n | 1 |\n | 2 |\n | 3 |\n ```\n\n- **Multi-Column Group**: Focus moves horizontally within each row, advancing to the next row after completing the current one.\n ```\n | 1 | 4 |\n | 2 | 5 |\n | 3 | 6 |\n ```\n\n### Keyboard Handling\n\n- [Tab] - Moves the focus to the next interactive element within the Form/FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [Tab] - Moves the focus to the previous interactive element within the Form/FormGroup (if available) or to the previous element in the tab chain outside the Form\n- [F6] - Moves the focus to the first interactive element of the next FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [F6] - Moves the focus to the first interactive element of the previous FormGroup (if available) or to the previous element in the tab chain outside the Form\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";\n---\n\n\n### **Slots:**\n - **header** - Defines the component header area.\n\n**Note:** When a `header` is provided, the `headerText` property is ignored.\n- **default** - Defines the component content - FormGroups or FormItems.\n\n**Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.\nEither use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.\n\n### **CSS Parts:**\n - **header** - Used to style the wrapper of the header.\n- **layout** - Used to style the element defining the form column layout.\n- **column** - Used to style a single column of the form column layout.",
|
|
3144
3144
|
"doc-url": "",
|
|
3145
3145
|
"attributes": [
|
|
3146
|
+
{
|
|
3147
|
+
"name": "accessible-name",
|
|
3148
|
+
"description": "Defines the accessible ARIA name of the component.",
|
|
3149
|
+
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3150
|
+
},
|
|
3146
3151
|
{
|
|
3147
3152
|
"name": "layout",
|
|
3148
3153
|
"description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 3 columns by default (up to 6 columns are recommended)",
|
|
@@ -3163,6 +3168,14 @@
|
|
|
3163
3168
|
"description": "Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.",
|
|
3164
3169
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3165
3170
|
},
|
|
3171
|
+
{
|
|
3172
|
+
"name": "header-level",
|
|
3173
|
+
"description": "Defines the compoennt heading level,\nset by the `headerText`.",
|
|
3174
|
+
"value": {
|
|
3175
|
+
"type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\"",
|
|
3176
|
+
"default": "\"H2\""
|
|
3177
|
+
}
|
|
3178
|
+
},
|
|
3166
3179
|
{
|
|
3167
3180
|
"name": "item-spacing",
|
|
3168
3181
|
"description": "Defines the vertical spacing between form items.\n\n**Note:** If the Form is meant to be switched between \"non-edit\" and \"edit\" modes,\nwe recommend using \"Large\" item spacing in \"non-edit\" mode, and \"Normal\" - for \"edit\" mode,\nto avoid \"jumping\" effect, caused by the hight difference between texts in \"non-edit\" mode and the input fields in \"edit\" mode.",
|
|
@@ -3185,6 +3198,11 @@
|
|
|
3185
3198
|
"events": [],
|
|
3186
3199
|
"js": {
|
|
3187
3200
|
"properties": [
|
|
3201
|
+
{
|
|
3202
|
+
"name": "accessible-name",
|
|
3203
|
+
"description": "Defines the accessible ARIA name of the component.",
|
|
3204
|
+
"value": { "type": "string | undefined" }
|
|
3205
|
+
},
|
|
3188
3206
|
{
|
|
3189
3207
|
"name": "layout",
|
|
3190
3208
|
"description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 3 columns by default (up to 6 columns are recommended)",
|
|
@@ -3205,6 +3223,13 @@
|
|
|
3205
3223
|
"description": "Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.",
|
|
3206
3224
|
"value": { "type": "string | undefined" }
|
|
3207
3225
|
},
|
|
3226
|
+
{
|
|
3227
|
+
"name": "header-level",
|
|
3228
|
+
"description": "Defines the compoennt heading level,\nset by the `headerText`.",
|
|
3229
|
+
"value": {
|
|
3230
|
+
"type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\""
|
|
3231
|
+
}
|
|
3232
|
+
},
|
|
3208
3233
|
{
|
|
3209
3234
|
"name": "item-spacing",
|
|
3210
3235
|
"description": "Defines the vertical spacing between form items.\n\n**Note:** If the Form is meant to be switched between \"non-edit\" and \"edit\" modes,\nwe recommend using \"Large\" item spacing in \"non-edit\" mode, and \"Normal\" - for \"edit\" mode,\nto avoid \"jumping\" effect, caused by the hight difference between texts in \"non-edit\" mode and the input fields in \"edit\" mode.",
|
|
@@ -3224,6 +3249,14 @@
|
|
|
3224
3249
|
"description": "Defines header text of the component.",
|
|
3225
3250
|
"value": { "type": "string | undefined", "default": "undefined" }
|
|
3226
3251
|
},
|
|
3252
|
+
{
|
|
3253
|
+
"name": "header-level",
|
|
3254
|
+
"description": "Defines the compoennt heading level,\nset by the `headerText`.",
|
|
3255
|
+
"value": {
|
|
3256
|
+
"type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\"",
|
|
3257
|
+
"default": "\"H3\""
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3227
3260
|
{
|
|
3228
3261
|
"name": "column-span",
|
|
3229
3262
|
"description": "Defines column span of the component,\ne.g how many columns the group should span to.",
|
|
@@ -3244,6 +3277,13 @@
|
|
|
3244
3277
|
"description": "Defines header text of the component.",
|
|
3245
3278
|
"value": { "type": "string | undefined" }
|
|
3246
3279
|
},
|
|
3280
|
+
{
|
|
3281
|
+
"name": "header-level",
|
|
3282
|
+
"description": "Defines the compoennt heading level,\nset by the `headerText`.",
|
|
3283
|
+
"value": {
|
|
3284
|
+
"type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\""
|
|
3285
|
+
}
|
|
3286
|
+
},
|
|
3247
3287
|
{
|
|
3248
3288
|
"name": "column-span",
|
|
3249
3289
|
"description": "Defines column span of the component,\ne.g how many columns the group should span to.",
|
|
@@ -9357,7 +9397,7 @@
|
|
|
9357
9397
|
},
|
|
9358
9398
|
{
|
|
9359
9399
|
"name": "ui5-toggle-button",
|
|
9360
|
-
"description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a
|
|
9400
|
+
"description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
|
|
9361
9401
|
"doc-url": "",
|
|
9362
9402
|
"attributes": [
|
|
9363
9403
|
{
|
|
@@ -9448,7 +9488,7 @@
|
|
|
9448
9488
|
"events": [
|
|
9449
9489
|
{
|
|
9450
9490
|
"name": "click",
|
|
9451
|
-
"description": "Fired when the component is activated either with a
|
|
9491
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
|
|
9452
9492
|
}
|
|
9453
9493
|
],
|
|
9454
9494
|
"js": {
|
|
@@ -9524,7 +9564,7 @@
|
|
|
9524
9564
|
"events": [
|
|
9525
9565
|
{
|
|
9526
9566
|
"name": "click",
|
|
9527
|
-
"description": "Fired when the component is activated either with a
|
|
9567
|
+
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
|
|
9528
9568
|
}
|
|
9529
9569
|
]
|
|
9530
9570
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents",
|
|
3
|
-
"version": "2.10.0
|
|
3
|
+
"version": "2.10.0",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.main",
|
|
5
5
|
"ui5": {
|
|
6
6
|
"webComponentsPackage": true
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
"directory": "packages/main"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@ui5/webcomponents-base": "2.10.0
|
|
58
|
-
"@ui5/webcomponents-icons": "2.10.0
|
|
59
|
-
"@ui5/webcomponents-icons-business-suite": "2.10.0
|
|
60
|
-
"@ui5/webcomponents-icons-tnt": "2.10.0
|
|
61
|
-
"@ui5/webcomponents-localization": "2.10.0
|
|
62
|
-
"@ui5/webcomponents-theming": "2.10.0
|
|
57
|
+
"@ui5/webcomponents-base": "2.10.0",
|
|
58
|
+
"@ui5/webcomponents-icons": "2.10.0",
|
|
59
|
+
"@ui5/webcomponents-icons-business-suite": "2.10.0",
|
|
60
|
+
"@ui5/webcomponents-icons-tnt": "2.10.0",
|
|
61
|
+
"@ui5/webcomponents-localization": "2.10.0",
|
|
62
|
+
"@ui5/webcomponents-theming": "2.10.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@ui5/cypress-internal": "0.0.0",
|
|
66
|
-
"@ui5/webcomponents-tools": "2.10.0
|
|
66
|
+
"@ui5/webcomponents-tools": "2.10.0",
|
|
67
67
|
"chromedriver": "^135.0.0",
|
|
68
68
|
"jsdom": "^26.0.0",
|
|
69
69
|
"lit": "^2.0.0",
|
|
70
70
|
"vitest": "^3.0.2"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "756ebc59ab04b82611385fbdf6ed76fc128c0e79"
|
|
73
73
|
}
|
|
@@ -19,6 +19,7 @@ export default function AvatarGroupTemplate(this: AvatarGroup) {
|
|
|
19
19
|
<slot onClick={this.onAvatarClick} onui5-click={this.onAvatarUI5Click}></slot>
|
|
20
20
|
|
|
21
21
|
{this._customOverflowButton ?
|
|
22
|
+
// @ts-expect-error
|
|
22
23
|
<slot onClick={this.onOverflowButtonClick} name="overflowButton"></slot>
|
|
23
24
|
:
|
|
24
25
|
<Button
|
package/src/FormTemplate.tsx
CHANGED
|
@@ -6,6 +6,7 @@ export default function FormTemplate(this: Form) {
|
|
|
6
6
|
<div
|
|
7
7
|
class="ui5-form-root"
|
|
8
8
|
role={this.effectiveAccessibleRole}
|
|
9
|
+
aria-label={this.effectiveAccessibleName}
|
|
9
10
|
aria-labelledby={this.effectiveАccessibleNameRef}
|
|
10
11
|
>
|
|
11
12
|
{this.hasHeader &&
|
|
@@ -13,7 +14,7 @@ export default function FormTemplate(this: Form) {
|
|
|
13
14
|
{this.hasCustomHeader ?
|
|
14
15
|
<slot name="header"></slot>
|
|
15
16
|
:
|
|
16
|
-
<Title id={`${this._id}-header-text`} level=
|
|
17
|
+
<Title id={`${this._id}-header-text`} level={this.headerLevel}>{this.headerText}</Title>
|
|
17
18
|
}
|
|
18
19
|
</div>
|
|
19
20
|
}
|
|
@@ -38,7 +39,7 @@ export default function FormTemplate(this: Form) {
|
|
|
38
39
|
<div class="ui5-form-group" role="form" aria-labelledby={groupItemInfo.accessibleNameRef}>
|
|
39
40
|
{groupItem.headerText &&
|
|
40
41
|
<div class="ui5-form-group-heading">
|
|
41
|
-
<Title id={`${groupItem._id}-group-header-text`} level="H6">{groupItem.headerText}</Title>
|
|
42
|
+
<Title id={`${groupItem._id}-group-header-text`} level={groupItem.headerLevel} size="H6">{groupItem.headerText}</Title>
|
|
42
43
|
</div>
|
|
43
44
|
}
|
|
44
45
|
|
|
@@ -614,6 +614,9 @@ TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Additional Options
|
|
|
614
614
|
#XACT: ARIA announcement for Toolbar's popup
|
|
615
615
|
TOOLBAR_POPOVER_AVAILABLE_VALUES=Available Values
|
|
616
616
|
|
|
617
|
+
#XACT: ARIA announcement for the Form aria-label attribute
|
|
618
|
+
FORM_ACCESSIBLE_NAME=Form
|
|
619
|
+
|
|
617
620
|
#XMSG: Text used for reporting that a radio button group requires one of the radio buttons to be checked
|
|
618
621
|
FORM_CHECKABLE_REQUIRED=Please tick this box if you want to proceed.
|
|
619
622
|
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=إجراء سالب
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=مؤكد
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=تحذير
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=اليوم
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=اليوم المحدد
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} إضافي
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=إظهار مساعدة الإدخال
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=تتوفر مساعدة الإدخال
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=توسيع/طي
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=النطاق
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Отрицателно действие
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Подчертано
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=Предупреждение
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=Днес
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=Избран ден
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS=Още {0}
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=Показване на помощ при въвеждане на стойност
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=Налична е помощ при въвеждане на стойности
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=Разширяване/скриване
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=Диапазон
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Acció negativa
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Destacat
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=Advertència
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=Avui
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=Dia seleccionat
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} més
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=Mostrar ajuda per a entrades
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=Ajuda per a entrades disponible
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=Ampliar/Comprimir
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=Interval
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Negativna radnja
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Naglašeno
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=Upozorenje
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=Danas
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=Izabrani dan
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} više
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=Pokaži pomoć pri unosu
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=Pomoć pri unosu dostupna
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=Proširi/sažmi
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=Raspon
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Negativní akce
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Zvýrazněné
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=Upozornění
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=Dnes
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=Vybraný den
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} další
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=Zobrazit nápovědu hodnot
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=Nápověda hodnot k dispozici
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=Rozbalit/sbalit
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=Rozsah
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Cam Gweithredu Negyddol
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Wedi’i Bwysleisio
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=Rhybudd
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=Heddiw
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=Diwrnod Dewisedig
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} mwy
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=Dangos Cymorth Gwerthoedd
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=Cymorth gwerthoedd ar gael
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=Ehangu/Cwympo
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=Ystod
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Negativ aktion
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Fremhævet
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=Advarsel
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=I dag
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=Valgt dag
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} mere
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=Vis inputhjælp
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=Inputhjælp tilgængelig
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=Ekspander/komprimer
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=Område
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Negative Aktion
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Hervorgehoben
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=Warnung
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=Heute
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=Ausgewählter Tag
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} weitere
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=Wertehilfe einblenden
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=Wertehilfe verfügbar
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=Expandieren/komprimieren
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=Bereich
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Αρνητική Ενέργεια
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Τονισμένο
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=Προειδοποίηση
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=Σήμερα
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=Επιλεγμένη Ημέρα
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} περισσότερα
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=Εμφάνιση Βοήθειας Τιμής
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=Διαθέσιμη βοήθεια τιμών
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=Επέκταση/Σύμπτυξη
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=Εύρος
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Negative Action
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Emphasized
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=Warning
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=Today
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=Selected Day
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} more
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=Show Value Help
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=Value help available
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=Expand/Collapse
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=Range
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Negative Action
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Emphasised
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=Warning
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=Today
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=Selected Day
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} more
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=Show Value Help
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=Value help available
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=Expand/Collapse
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=Range
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=[[[Ńēğąţįʋē Āċţįŏŋ∙∙∙∙]]]
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=[[[Ĕɱρĥąşįžēƌ∙∙∙∙]]]
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=[[[Ŵąŗŋįŋğ∙∙∙∙∙∙∙]]]
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=[[[Ţŏƌąŷ∙∙∙∙∙∙∙∙∙]]]
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=[[[Ŝēĺēċţēƌ Ďąŷ∙∙∙∙∙∙∙]]]
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS=[[[{0} ɱŏŗē]]]
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=[[[Ŝĥŏŵ Ʋąĺűē Ĥēĺρ∙∙∙∙]]]
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=[[[Ʋąĺűē ĥēĺρ ąʋąįĺąƃĺē∙∙∙∙]]]
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=[[[Ĕχρąŋƌ/Ĉŏĺĺąρşē∙∙∙∙]]]
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=[[[Řąŋğē∙∙∙∙∙∙∙∙∙]]]
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Emphasized
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=Warning
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=Today
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=Selected Day
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=aib5P3n/4eo3oTYgfWfuvg_Negative Action
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Ek/VKc+8LlyWekXUdM33+w_Emphasized
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=CeS6/VQ4uletrFsdW160SA_Warning
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=yLu7RwHOQ4JOMFI5J8kwqg_Today
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=7XmBIaNRpRZLuePQ635gnA_Selected Day
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS=RbztiSiXtUAotapO+VhSaA_{0} more
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=Ksjtbc43sB+kdLal+qkf3A_Show Value Help
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=VNAYnWXxR9EUNUeTAbzHAQ_Value help available
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=Byla1YKa5zeRgIJMpOhjrA_Expand/Collapse
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=mhLUD8m6hoM42G6y5ETK8A_Range
|
|
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Acción negativa
|
|
|
49
49
|
|
|
50
50
|
BUTTON_ARIA_TYPE_EMPHASIZED=Resaltado
|
|
51
51
|
|
|
52
|
+
BUTTON_ARIA_TYPE_ATTENTION=Advertencia
|
|
53
|
+
|
|
52
54
|
CAL_LEGEND_TODAY_TEXT=Hoy
|
|
53
55
|
|
|
54
56
|
CAL_LEGEND_SELECTED_TEXT=Día seleccionado
|
|
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} más
|
|
|
226
228
|
|
|
227
229
|
MULTIINPUT_VALUE_HELP_LABEL=Mostrar ayuda para entradas
|
|
228
230
|
|
|
231
|
+
MULTIINPUT_VALUE_HELP=Ayuda para entradas disponible
|
|
232
|
+
|
|
229
233
|
PANEL_ICON=Ampliar/Comprimir
|
|
230
234
|
|
|
231
235
|
RANGE_SLIDER_ARIA_DESCRIPTION=Intervalo
|