@ui5/webcomponents 2.5.0-rc.1 → 2.5.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/cypress/specs/Form.cy.ts +47 -23
- package/cypress/specs/Input.cy.ts +32 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/ComboBox.js +6 -3
- package/dist/ComboBox.js.map +1 -1
- package/dist/Form.d.ts +40 -3
- package/dist/Form.js +109 -7
- package/dist/Form.js.map +1 -1
- package/dist/FormGroup.d.ts +0 -1
- package/dist/FormGroup.js +0 -5
- package/dist/FormGroup.js.map +1 -1
- package/dist/FormItem.d.ts +0 -4
- package/dist/FormItem.js +0 -7
- package/dist/FormItem.js.map +1 -1
- package/dist/Input.js +6 -2
- package/dist/Input.js.map +1 -1
- package/dist/List.d.ts +3 -0
- package/dist/List.js +30 -1
- package/dist/List.js.map +1 -1
- package/dist/RadioButton.d.ts +5 -2
- package/dist/RadioButton.js +6 -3
- package/dist/RadioButton.js.map +1 -1
- package/dist/RadioButtonGroup.d.ts +2 -2
- package/dist/RadioButtonGroup.js +56 -34
- package/dist/RadioButtonGroup.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/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 -0
- 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/NavigationMenu.css +1 -1
- package/dist/css/themes/NavigationMenuItem.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/Table.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/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_dark_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +27 -7
- package/dist/custom-elements.json +26 -7
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.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_dark_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_exp/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_hcb_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
- package/dist/generated/templates/RadioButtonTemplate.lit.js +1 -1
- package/dist/generated/templates/RadioButtonTemplate.lit.js.map +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.js +1 -1
- package/dist/generated/themes/AvatarGroup.css.js.map +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.js +1 -1
- package/dist/generated/themes/Breadcrumbs.css.js.map +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.js +1 -1
- package/dist/generated/themes/Button.css.js.map +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.js +1 -1
- package/dist/generated/themes/CalendarHeader.css.js.map +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.js +1 -1
- package/dist/generated/themes/CalendarLegendItem.css.js.map +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.js +1 -1
- package/dist/generated/themes/CardHeader.css.js.map +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.js +1 -1
- package/dist/generated/themes/CheckBox.css.js.map +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.js +1 -1
- package/dist/generated/themes/ColorPaletteItem.css.js.map +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.js +1 -1
- package/dist/generated/themes/ColorPicker.css.js.map +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.js +1 -1
- package/dist/generated/themes/ComboBoxItem.css.js.map +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.js +1 -1
- package/dist/generated/themes/DateTimePickerPopover.css.js.map +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.js +1 -1
- package/dist/generated/themes/Dialog.css.js.map +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.js +1 -1
- package/dist/generated/themes/Form.css.js.map +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.js +9 -0
- package/dist/generated/themes/FormItemSpan.css.js.map +1 -0
- 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.js +1 -1
- package/dist/generated/themes/Icon.css.js.map +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.js +1 -1
- package/dist/generated/themes/InputIcon.css.js.map +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.js +1 -1
- package/dist/generated/themes/Link.css.js.map +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.js +1 -1
- package/dist/generated/themes/ListItem.css.js.map +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.js +1 -1
- package/dist/generated/themes/ListItemCustom.css.js.map +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.js +1 -1
- package/dist/generated/themes/ListItemGroupHeader.css.js.map +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.js +1 -1
- package/dist/generated/themes/Menu.css.js.map +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.js +1 -1
- package/dist/generated/themes/MessageStrip.css.js.map +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.js +1 -1
- package/dist/generated/themes/MultiComboBox.css.js.map +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.js +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js.map +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/NavigationMenu.css.js +1 -1
- package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
- package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
- package/dist/generated/themes/NavigationMenuItem.css.js.map +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.js +1 -1
- package/dist/generated/themes/Panel.css.js.map +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.js +1 -1
- package/dist/generated/themes/PopupsCommon.css.js.map +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.js +1 -1
- package/dist/generated/themes/RadioButton.css.js.map +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.js +1 -1
- package/dist/generated/themes/RatingIndicator.css.js.map +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.js +1 -1
- package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +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.js +1 -1
- package/dist/generated/themes/SegmentedButtonItem.css.js.map +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.js +1 -1
- package/dist/generated/themes/SliderBase.css.js.map +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.js +1 -1
- package/dist/generated/themes/StepInput.css.js.map +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.js +1 -1
- package/dist/generated/themes/SuggestionItemCustom.css.js.map +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.js +1 -1
- package/dist/generated/themes/TabContainer.css.js.map +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.js +1 -1
- package/dist/generated/themes/TabInStrip.css.js.map +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.js +1 -1
- package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
- package/dist/generated/themes/Table.css.js +1 -1
- package/dist/generated/themes/Table.css.js.map +1 -1
- package/dist/generated/themes/TableCellBase.css.js +1 -1
- package/dist/generated/themes/TableCellBase.css.js.map +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.js +1 -1
- package/dist/generated/themes/TableRow.css.js.map +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.js +1 -1
- package/dist/generated/themes/Tag.css.js.map +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.js +1 -1
- package/dist/generated/themes/TextArea.css.js.map +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.js +1 -1
- package/dist/generated/themes/Toast.css.js.map +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.js +1 -1
- package/dist/generated/themes/Token.css.js.map +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.js +1 -1
- package/dist/generated/themes/TokenizerPopover.css.js.map +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.js +1 -1
- package/dist/generated/themes/ToolbarPopover.css.js.map +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.js +1 -1
- package/dist/generated/themes/ValueStateMessage.css.js.map +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.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
- package/dist/vscode.html-custom-data.json +9 -4
- package/dist/web-types.json +18 -8
- package/package.json +9 -9
- package/src/RadioButton.hbs +1 -1
- package/src/i18n/messagebundle_en_US_saptrc.properties +2 -0
- package/src/themes/Form.css +1 -1
- package/src/themes/FormItemSpan.css +59 -0
- package/src/themes/TabContainer.css +1 -1
- package/src/themes/Tokenizer.css +17 -18
- package/src/themes/base/Form-parameters.css +1 -13
- package/src/themes/base/Tokenizer-parameters.css +2 -0
- package/dist/css/themes/FormLabelSpan.css +0 -1
- package/dist/generated/themes/FormLabelSpan.css.js +0 -9
- package/dist/generated/themes/FormLabelSpan.css.js.map +0 -1
- package/src/themes/FormLabelSpan.css +0 -267
- /package/dist/generated/themes/{FormLabelSpan.css.d.ts → FormItemSpan.css.d.ts} +0 -0
|
@@ -1462,7 +1462,7 @@
|
|
|
1462
1462
|
},
|
|
1463
1463
|
{
|
|
1464
1464
|
"name": "ui5-form",
|
|
1465
|
-
"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### 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.",
|
|
1465
|
+
"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.",
|
|
1466
1466
|
"attributes": [
|
|
1467
1467
|
{
|
|
1468
1468
|
"name": "layout",
|
|
@@ -1471,7 +1471,12 @@
|
|
|
1471
1471
|
},
|
|
1472
1472
|
{
|
|
1473
1473
|
"name": "label-span",
|
|
1474
|
-
"description": "Defines the width proportion of the labels and fields of a
|
|
1474
|
+
"description": "Defines the width proportion of the labels and fields of a form item by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.",
|
|
1475
|
+
"values": []
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"name": "empty-span",
|
|
1479
|
+
"description": "Defines the number of cells that are empty at the end of each form item, configurable by breakpoint.\n\nBy default, a form item spans 12 cells, fully divided between its label (4 cells) and field (8 cells), with no empty space at the end.\nThe `emptySpan` provides additional layout flexibility by defining empty space at the form item’s end.\n\n**Note:**\n- The maximum allowable empty space is 10 cells. At least 1 cell each must remain for the label and the field.\n- When `emptySpan` is specified (greater than 0), ensure that the combined value of `emptySpan` and `labelSpan` does not exceed 11. This guarantees a minimum of 1 cell for the field.",
|
|
1475
1480
|
"values": []
|
|
1476
1481
|
},
|
|
1477
1482
|
{
|
|
@@ -2778,7 +2783,7 @@
|
|
|
2778
2783
|
},
|
|
2779
2784
|
{
|
|
2780
2785
|
"name": "readonly",
|
|
2781
|
-
"description": "Defines whether the component is read-only.\n\n**Note:** A read-only component
|
|
2786
|
+
"description": "Defines whether the component is read-only.\n\n**Note:** A read-only component isn't editable or selectable.\nHowever, because it's focusable, it still provides visual feedback upon user interaction.",
|
|
2782
2787
|
"values": []
|
|
2783
2788
|
},
|
|
2784
2789
|
{
|
|
@@ -2788,7 +2793,7 @@
|
|
|
2788
2793
|
},
|
|
2789
2794
|
{
|
|
2790
2795
|
"name": "checked",
|
|
2791
|
-
"description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.",
|
|
2796
|
+
"description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.\n\n**Note:** Only enabled radio buttons can be checked.\nRead-only radio buttons are not selectable, and therefore are always unchecked.",
|
|
2792
2797
|
"values": []
|
|
2793
2798
|
},
|
|
2794
2799
|
{
|
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.5.0-rc.
|
|
4
|
+
"version": "2.5.0-rc.2",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -2992,7 +2992,7 @@
|
|
|
2992
2992
|
},
|
|
2993
2993
|
{
|
|
2994
2994
|
"name": "ui5-form",
|
|
2995
|
-
"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### 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.",
|
|
2995
|
+
"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.",
|
|
2996
2996
|
"doc-url": "",
|
|
2997
2997
|
"attributes": [
|
|
2998
2998
|
{
|
|
@@ -3002,9 +3002,14 @@
|
|
|
3002
3002
|
},
|
|
3003
3003
|
{
|
|
3004
3004
|
"name": "label-span",
|
|
3005
|
-
"description": "Defines the width proportion of the labels and fields of a
|
|
3005
|
+
"description": "Defines the width proportion of the labels and fields of a form item by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.",
|
|
3006
3006
|
"value": { "type": "string", "default": "\"S12 M4 L4 XL4\"" }
|
|
3007
3007
|
},
|
|
3008
|
+
{
|
|
3009
|
+
"name": "empty-span",
|
|
3010
|
+
"description": "Defines the number of cells that are empty at the end of each form item, configurable by breakpoint.\n\nBy default, a form item spans 12 cells, fully divided between its label (4 cells) and field (8 cells), with no empty space at the end.\nThe `emptySpan` provides additional layout flexibility by defining empty space at the form item’s end.\n\n**Note:**\n- The maximum allowable empty space is 10 cells. At least 1 cell each must remain for the label and the field.\n- When `emptySpan` is specified (greater than 0), ensure that the combined value of `emptySpan` and `labelSpan` does not exceed 11. This guarantees a minimum of 1 cell for the field.",
|
|
3011
|
+
"value": { "type": "string", "default": "\"S0 M0 L0 XL0\"" }
|
|
3012
|
+
},
|
|
3008
3013
|
{
|
|
3009
3014
|
"name": "header-text",
|
|
3010
3015
|
"description": "Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.",
|
|
@@ -3039,7 +3044,12 @@
|
|
|
3039
3044
|
},
|
|
3040
3045
|
{
|
|
3041
3046
|
"name": "label-span",
|
|
3042
|
-
"description": "Defines the width proportion of the labels and fields of a
|
|
3047
|
+
"description": "Defines the width proportion of the labels and fields of a form item by breakpoint.\n\nBy default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,\nand 12/12 in S size, e.g in S the label is on top of its associated field.\n\nThe supported values are between 1 and 12. Greater the number, more space the label will use.\n\n**Note:** If \"12\" is set, the label will be displayed on top of its assosiated field.",
|
|
3048
|
+
"value": { "type": "string" }
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"name": "empty-span",
|
|
3052
|
+
"description": "Defines the number of cells that are empty at the end of each form item, configurable by breakpoint.\n\nBy default, a form item spans 12 cells, fully divided between its label (4 cells) and field (8 cells), with no empty space at the end.\nThe `emptySpan` provides additional layout flexibility by defining empty space at the form item’s end.\n\n**Note:**\n- The maximum allowable empty space is 10 cells. At least 1 cell each must remain for the label and the field.\n- When `emptySpan` is specified (greater than 0), ensure that the combined value of `emptySpan` and `labelSpan` does not exceed 11. This guarantees a minimum of 1 cell for the field.",
|
|
3043
3053
|
"value": { "type": "string" }
|
|
3044
3054
|
},
|
|
3045
3055
|
{
|
|
@@ -5801,7 +5811,7 @@
|
|
|
5801
5811
|
},
|
|
5802
5812
|
{
|
|
5803
5813
|
"name": "readonly",
|
|
5804
|
-
"description": "Defines whether the component is read-only.\n\n**Note:** A read-only component
|
|
5814
|
+
"description": "Defines whether the component is read-only.\n\n**Note:** A read-only component isn't editable or selectable.\nHowever, because it's focusable, it still provides visual feedback upon user interaction.",
|
|
5805
5815
|
"value": { "type": "boolean", "default": "false" }
|
|
5806
5816
|
},
|
|
5807
5817
|
{
|
|
@@ -5811,7 +5821,7 @@
|
|
|
5811
5821
|
},
|
|
5812
5822
|
{
|
|
5813
5823
|
"name": "checked",
|
|
5814
|
-
"description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.",
|
|
5824
|
+
"description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.\n\n**Note:** Only enabled radio buttons can be checked.\nRead-only radio buttons are not selectable, and therefore are always unchecked.",
|
|
5815
5825
|
"value": { "type": "boolean", "default": "false" }
|
|
5816
5826
|
},
|
|
5817
5827
|
{
|
|
@@ -5871,7 +5881,7 @@
|
|
|
5871
5881
|
},
|
|
5872
5882
|
{
|
|
5873
5883
|
"name": "readonly",
|
|
5874
|
-
"description": "Defines whether the component is read-only.\n\n**Note:** A read-only component
|
|
5884
|
+
"description": "Defines whether the component is read-only.\n\n**Note:** A read-only component isn't editable or selectable.\nHowever, because it's focusable, it still provides visual feedback upon user interaction.",
|
|
5875
5885
|
"value": { "type": "boolean" }
|
|
5876
5886
|
},
|
|
5877
5887
|
{
|
|
@@ -5881,7 +5891,7 @@
|
|
|
5881
5891
|
},
|
|
5882
5892
|
{
|
|
5883
5893
|
"name": "checked",
|
|
5884
|
-
"description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.",
|
|
5894
|
+
"description": "Defines whether the component is checked or not.\n\n**Note:** The property value can be changed with user interaction,\neither by clicking/tapping on the component,\nor by using the Space or Enter key.\n\n**Note:** Only enabled radio buttons can be checked.\nRead-only radio buttons are not selectable, and therefore are always unchecked.",
|
|
5885
5895
|
"value": { "type": "boolean" }
|
|
5886
5896
|
},
|
|
5887
5897
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents",
|
|
3
|
-
"version": "2.5.0-rc.
|
|
3
|
+
"version": "2.5.0-rc.2",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.main",
|
|
5
5
|
"ui5": {
|
|
6
6
|
"webComponentsPackage": true
|
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
"directory": "packages/main"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@ui5/webcomponents-base": "2.5.0-rc.
|
|
54
|
-
"@ui5/webcomponents-icons": "2.5.0-rc.
|
|
55
|
-
"@ui5/webcomponents-icons-business-suite": "2.5.0-rc.
|
|
56
|
-
"@ui5/webcomponents-icons-tnt": "2.5.0-rc.
|
|
57
|
-
"@ui5/webcomponents-localization": "2.5.0-rc.
|
|
58
|
-
"@ui5/webcomponents-theming": "2.5.0-rc.
|
|
53
|
+
"@ui5/webcomponents-base": "2.5.0-rc.2",
|
|
54
|
+
"@ui5/webcomponents-icons": "2.5.0-rc.2",
|
|
55
|
+
"@ui5/webcomponents-icons-business-suite": "2.5.0-rc.2",
|
|
56
|
+
"@ui5/webcomponents-icons-tnt": "2.5.0-rc.2",
|
|
57
|
+
"@ui5/webcomponents-localization": "2.5.0-rc.2",
|
|
58
|
+
"@ui5/webcomponents-theming": "2.5.0-rc.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@ui5/webcomponents-tools": "2.5.0-rc.
|
|
61
|
+
"@ui5/webcomponents-tools": "2.5.0-rc.2",
|
|
62
62
|
"chromedriver": "^131.0.0",
|
|
63
63
|
"lit": "^2.0.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "9208967c396111dd2ee4bf45f3a5fea021fa5704"
|
|
66
66
|
}
|
package/src/RadioButton.hbs
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<circle part="outer-ring" class="ui5-radio-svg-outer" cx="50%" cy="50%" r="50%" />
|
|
18
18
|
<circle part="inner-ring" class="ui5-radio-svg-inner" cx="50%" cy="50%" />
|
|
19
19
|
</svg>
|
|
20
|
-
<input type='radio' ?required="{{required}}" ?checked="{{checked}}" ?readonly="{{readonly}}" ?disabled="{{
|
|
20
|
+
<input type='radio' ?required="{{required}}" ?checked="{{checked}}" ?readonly="{{readonly}}" ?disabled="{{disabled}}" name="{{name}}" data-sap-no-tab-ref/>
|
|
21
21
|
</div>
|
|
22
22
|
|
|
23
23
|
{{#if text}}
|
|
@@ -296,6 +296,8 @@ TOKENIZER_POPOVER_REMOVE=bn0YEn1E+sLzSCHk+3jGag_All items
|
|
|
296
296
|
|
|
297
297
|
TOKENIZER_SHOW_ALL_ITEMS=516vV/mWdfVu9olV3JhrZA_{0} Items
|
|
298
298
|
|
|
299
|
+
TOKENIZER_CLEAR_ALL=E5kwB9f60GvHRDcIYdEY9A_Clear All
|
|
300
|
+
|
|
299
301
|
TREE_ITEM_ARIA_LABEL=EfdKcPq8l5pVMMqYgxkNpQ_Tree Item
|
|
300
302
|
|
|
301
303
|
TREE_ITEM_EXPAND_NODE=ApvHBxS7YmQKM7e9vkCptA_Expand Node
|
package/src/themes/Form.css
CHANGED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* By default,
|
|
3
|
+
* - in M, L ans XL sizes the Form's labels take 4 cells out 12 of the whole width, e.g 4:8:0
|
|
4
|
+
* - in S size, it the Form's labels take the whole width 12/12 cells, e.g the label and the input are displayed vertically.
|
|
5
|
+
*
|
|
6
|
+
* The ratio can be changed via the labelSpan and the emptySpan properties.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
@container (max-width: 600px) {
|
|
10
|
+
.ui5-form-item,
|
|
11
|
+
.ui5-form-group {
|
|
12
|
+
--ui5-form-item-layout: var(--ui5-form-item-layout-S);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
:host([label-span-s="12"]) .ui5-form-item,
|
|
16
|
+
:host([label-span-s="12"]) .ui5-form-group {
|
|
17
|
+
--ui5-form-item-label-justify: var(--ui5-form-item-label-justify-span12);
|
|
18
|
+
--ui5-form-item-label-padding: var(--ui5-form-item-label-padding-span12);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@container (width > 600px) and (width <= 1024px) {
|
|
23
|
+
.ui5-form-item,
|
|
24
|
+
.ui5-form-group {
|
|
25
|
+
--ui5-form-item-layout: var(--ui5-form-item-layout-M);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
:host([label-span-m="12"]) .ui5-form-item,
|
|
29
|
+
:host([label-span-m="12"]) .ui5-form-group {
|
|
30
|
+
--ui5-form-item-label-justify: var(--ui5-form-item-label-justify-span12);
|
|
31
|
+
--ui5-form-item-label-padding: var(--ui5-form-item-label-padding-span12);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@container (width > 1024px) and (width <= 1440px) {
|
|
36
|
+
.ui5-form-item,
|
|
37
|
+
.ui5-form-group {
|
|
38
|
+
--ui5-form-item-layout: var(--ui5-form-item-layout-L);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
:host([label-span-l="12"]) .ui5-form-item,
|
|
42
|
+
:host([label-span-l="12"]) .ui5-form-group {
|
|
43
|
+
--ui5-form-item-label-justify: var(--ui5-form-item-label-justify-span12);
|
|
44
|
+
--ui5-form-item-label-padding: var(--ui5-form-item-label-padding-span12);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
@container (min-width: 1441px) {
|
|
49
|
+
.ui5-form-item,
|
|
50
|
+
.ui5-form-group {
|
|
51
|
+
--ui5-form-item-layout: var(--ui5-form-item-layout-XL);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
:host([label-span-xl="12"]) .ui5-form-item,
|
|
55
|
+
:host([label-span-xl="12"]) .ui5-form-group {
|
|
56
|
+
--ui5-form-item-label-justify: var(--ui5-form-item-label-justify-span12);
|
|
57
|
+
--ui5-form-item-label-padding: var(--ui5-form-item-label-padding-span12);
|
|
58
|
+
}
|
|
59
|
+
}
|
package/src/themes/Tokenizer.css
CHANGED
|
@@ -9,25 +9,24 @@
|
|
|
9
9
|
|
|
10
10
|
:host([multi-line]) {
|
|
11
11
|
height: auto;
|
|
12
|
+
}
|
|
12
13
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
max-width: 100%;
|
|
30
|
-
}
|
|
14
|
+
:host([multi-line]) .ui5-tokenizer--content {
|
|
15
|
+
display: flex;
|
|
16
|
+
align-content: baseline;
|
|
17
|
+
flex-wrap: wrap;
|
|
18
|
+
padding: .25rem;
|
|
19
|
+
box-sizing: border-box;
|
|
20
|
+
gap: var(--_ui5_tokenizer_gap);
|
|
21
|
+
overflow-y: auto;
|
|
22
|
+
overflow-x: hidden;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
:host([multi-line])::slotted([ui5-token]) {
|
|
26
|
+
margin: 0;
|
|
27
|
+
white-space: nowrap;
|
|
28
|
+
text-overflow: ellipsis;
|
|
29
|
+
max-width: 100%;
|
|
31
30
|
}
|
|
32
31
|
|
|
33
32
|
:host([disabled]) {
|
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--ui5-form-item-layout:
|
|
3
|
-
--ui5-form-item-layout-span1: 1fr 11fr;
|
|
4
|
-
--ui5-form-item-layout-span2: 2fr 10fr;
|
|
5
|
-
--ui5-form-item-layout-span3: 3fr 9fr;
|
|
6
|
-
--ui5-form-item-layout-span4: 4fr 8fr;
|
|
7
|
-
--ui5-form-item-layout-span5: 5fr 7fr;
|
|
8
|
-
--ui5-form-item-layout-span6: 6fr 6fr;
|
|
9
|
-
--ui5-form-item-layout-span7: 7fr 5fr;
|
|
10
|
-
--ui5-form-item-layout-span8: 8fr 4fr;
|
|
11
|
-
--ui5-form-item-layout-span9: 9fr 3fr;
|
|
12
|
-
--ui5-form-item-layout-span10: 10fr 2fr;
|
|
13
|
-
--ui5-form-item-layout-span11: 11fr 1fr;
|
|
14
|
-
--ui5-form-item-layout-span12: 1fr;
|
|
2
|
+
--ui5-form-item-layout: 4fr 8fr 0fr;
|
|
15
3
|
--ui5-form-item-label-justify: end;
|
|
16
4
|
--ui5-form-item-label-justify-span12: start;
|
|
17
5
|
--ui5-form-item-label-padding: 0.125rem 0;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--_ui5_tokenizer_padding: 0.3125rem;
|
|
3
|
+
--_ui5_tokenizer_gap: 0.625rem 0.25rem;
|
|
3
4
|
--_ui5_tokenizer_n_more_text_color: var(--sapField_TextColor);
|
|
4
5
|
--_ui5_tokenizer-popover_offset: .3125rem;
|
|
5
6
|
}
|
|
@@ -7,5 +8,6 @@
|
|
|
7
8
|
[data-ui5-compact-size],
|
|
8
9
|
.ui5-content-density-compact,
|
|
9
10
|
.sapUiSizeCompact {
|
|
11
|
+
--_ui5_tokenizer_gap: 0.375em 0.25rem;
|
|
10
12
|
--_ui5_tokenizer-popover_offset: .1875rem;
|
|
11
13
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@container (max-width: 600px){:host([label-span-s="1"]) .ui5-form-item,:host([label-span-s="1"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span1)}:host([label-span-s="2"]) .ui5-form-item,:host([label-span-s="2"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span2)}:host([label-span-s="3"]) .ui5-form-item,:host([label-span-s="3"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span3)}:host([label-span-s="4"]) .ui5-form-item,:host([label-span-s="4"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span4)}:host([label-span-s="5"]) .ui5-form-item,:host([label-span-s="5"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span5)}:host([label-span-s="6"]) .ui5-form-item,:host([label-span-s="6"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span6)}:host([label-span-s="7"]) .ui5-form-item,:host([label-span-s="7"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span7)}:host([label-span-s="8"]) .ui5-form-item,:host([label-span-s="8"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span8)}:host([label-span-s="9"]) .ui5-form-item,:host([label-span-s="9"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span9)}:host([label-span-s="10"]) .ui5-form-item,:host([label-span-s="10"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span10)}:host([label-span-s="11"]) .ui5-form-item,:host([label-span-s="11"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span11)}:host(:not([label-span-s])) .ui5-form-item,:host(:not([label-span-s])) .ui5-form-group,:host([label-span-s="12"]) .ui5-form-item,:host([label-span-s="12"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span12);--ui5-v2-5-0-rc-1-form-item-label-justify: var(--ui5-v2-5-0-rc-1-form-item-label-justify-span12);--ui5-v2-5-0-rc-1-form-item-label-padding: var(--ui5-v2-5-0-rc-1-form-item-label-padding-span12)}}@container (width > 600px) and (width <= 1024px){:host([label-span-m="1"]) .ui5-form-item,:host([label-span-m="1"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span1)}:host([label-span-m="2"]) .ui5-form-item,:host([label-span-m="2"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span2)}:host([label-span-m="3"]) .ui5-form-item,:host([label-span-m="3"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span3)}:host([label-span-m="4"]) .ui5-form-item,:host([label-span-m="4"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span4)}:host([label-span-m="5"]) .ui5-form-item,:host([label-span-m="5"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span5)}:host([label-span-m="6"]) .ui5-form-item,:host([label-span-m="6"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span6)}:host([label-span-m="7"]) .ui5-form-item,:host([label-span-m="7"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span7)}:host([label-span-m="8"]) .ui5-form-item,:host([label-span-m="8"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span8)}:host([label-span-m="9"]) .ui5-form-item,:host([label-span-m="9"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span9)}:host([label-span-m="10"]) .ui5-form-item,:host([label-span-m="10"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span10)}:host([label-span-m="11"]) .ui5-form-item,:host([label-span-m="11"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span11)}:host([label-span-m="12"]) .ui5-form-item,:host([label-span-m="12"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span12);--ui5-v2-5-0-rc-1-form-item-label-justify: var(--ui5-v2-5-0-rc-1-form-item-label-justify-span12);--ui5-v2-5-0-rc-1-form-item-label-padding: var(--ui5-v2-5-0-rc-1-form-item-label-padding-span12)}}@container (width > 1024px) and (width <= 1440px){:host([label-span-l="1"]) .ui5-form-item,:host([label-span-l="1"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span1)}:host([label-span-l="2"]) .ui5-form-item,:host([label-span-l="2"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span2)}:host([label-span-l="3"]) .ui5-form-item,:host([label-span-l="3"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span3)}:host([label-span-l="4"]) .ui5-form-item,:host([label-span-l="4"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span4)}:host([label-span-l="5"]) .ui5-form-item,:host([label-span-l="5"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span5)}:host([label-span-l="6"]) .ui5-form-item,:host([label-span-l="6"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span6)}:host([label-span-l="7"]) .ui5-form-item,:host([label-span-l="7"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span7)}:host([label-span-l="8"]) .ui5-form-item,:host([label-span-l="8"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span8)}:host([label-span-l="9"]) .ui5-form-item,:host([label-span-l="9"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span9)}:host([label-span-l="10"]) .ui5-form-item,:host([label-span-l="10"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span10)}:host([label-span-l="11"]) .ui5-form-item,:host([label-span-l="11"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span11)}:host([label-span-l="12"]) .ui5-form-item,:host([label-span-l="12"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span12);--ui5-v2-5-0-rc-1-form-item-label-justify: var(--ui5-v2-5-0-rc-1-form-item-label-justify-span12);--ui5-v2-5-0-rc-1-form-item-label-padding: var(--ui5-v2-5-0-rc-1-form-item-label-padding-span12)}}@container (min-width: 1441px){:host([label-span-xl="1"]) .ui5-form-item,:host([label-span-xl="1"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span1)}:host([label-span-xl="2"]) .ui5-form-item,:host([label-span-xl="2"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span2)}:host([label-span-xl="3"]) .ui5-form-item,:host([label-span-xl="3"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span3)}:host([label-span-xl="4"]) .ui5-form-item,:host([label-span-xl="4"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span4)}:host([label-span-xl="5"]) .ui5-form-item,:host([label-span-xl="5"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span5)}:host([label-span-xl="6"]) .ui5-form-item,:host([label-span-xl="6"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span6)}:host([label-span-xl="7"]) .ui5-form-item,:host([label-span-xl="7"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span7)}:host([label-span-xl="8"]) .ui5-form-item,:host([label-span-xl="8"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span8)}:host([label-span-xl="9"]) .ui5-form-item,:host([label-span-xl="9"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span9)}:host([label-span-xl="10"]) .ui5-form-item,:host([label-span-xl="10"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span10)}:host([label-span-xl="11"]) .ui5-form-item,:host([label-span-xl="11"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span11)}:host([label-span-xl="12"]) .ui5-form-item,:host([label-span-xl="12"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span12);--ui5-v2-5-0-rc-1-form-item-label-justify: var(--ui5-v2-5-0-rc-1-form-item-label-justify-span12);--ui5-v2-5-0-rc-1-form-item-label-padding: var(--ui5-v2-5-0-rc-1-form-item-label-padding-span12)}}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { registerThemePropertiesLoader } from "@ui5/webcomponents-base/dist/asset-registries/Themes.js";
|
|
2
|
-
import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js";
|
|
3
|
-
import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
|
|
4
|
-
registerThemePropertiesLoader("@ui5/webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
|
|
5
|
-
registerThemePropertiesLoader("@ui5/webcomponents", "sap_horizon", async () => defaultTheme);
|
|
6
|
-
const styleData = { packageName: "@ui5/webcomponents", fileName: "themes/FormLabelSpan.css.ts", content: `@container (max-width: 600px){:host([label-span-s="1"]) .ui5-form-item,:host([label-span-s="1"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span1)}:host([label-span-s="2"]) .ui5-form-item,:host([label-span-s="2"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span2)}:host([label-span-s="3"]) .ui5-form-item,:host([label-span-s="3"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span3)}:host([label-span-s="4"]) .ui5-form-item,:host([label-span-s="4"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span4)}:host([label-span-s="5"]) .ui5-form-item,:host([label-span-s="5"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span5)}:host([label-span-s="6"]) .ui5-form-item,:host([label-span-s="6"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span6)}:host([label-span-s="7"]) .ui5-form-item,:host([label-span-s="7"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span7)}:host([label-span-s="8"]) .ui5-form-item,:host([label-span-s="8"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span8)}:host([label-span-s="9"]) .ui5-form-item,:host([label-span-s="9"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span9)}:host([label-span-s="10"]) .ui5-form-item,:host([label-span-s="10"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span10)}:host([label-span-s="11"]) .ui5-form-item,:host([label-span-s="11"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span11)}:host(:not([label-span-s])) .ui5-form-item,:host(:not([label-span-s])) .ui5-form-group,:host([label-span-s="12"]) .ui5-form-item,:host([label-span-s="12"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span12);--ui5-v2-5-0-rc-1-form-item-label-justify: var(--ui5-v2-5-0-rc-1-form-item-label-justify-span12);--ui5-v2-5-0-rc-1-form-item-label-padding: var(--ui5-v2-5-0-rc-1-form-item-label-padding-span12)}}@container (width > 600px) and (width <= 1024px){:host([label-span-m="1"]) .ui5-form-item,:host([label-span-m="1"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span1)}:host([label-span-m="2"]) .ui5-form-item,:host([label-span-m="2"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span2)}:host([label-span-m="3"]) .ui5-form-item,:host([label-span-m="3"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span3)}:host([label-span-m="4"]) .ui5-form-item,:host([label-span-m="4"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span4)}:host([label-span-m="5"]) .ui5-form-item,:host([label-span-m="5"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span5)}:host([label-span-m="6"]) .ui5-form-item,:host([label-span-m="6"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span6)}:host([label-span-m="7"]) .ui5-form-item,:host([label-span-m="7"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span7)}:host([label-span-m="8"]) .ui5-form-item,:host([label-span-m="8"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span8)}:host([label-span-m="9"]) .ui5-form-item,:host([label-span-m="9"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span9)}:host([label-span-m="10"]) .ui5-form-item,:host([label-span-m="10"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span10)}:host([label-span-m="11"]) .ui5-form-item,:host([label-span-m="11"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span11)}:host([label-span-m="12"]) .ui5-form-item,:host([label-span-m="12"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span12);--ui5-v2-5-0-rc-1-form-item-label-justify: var(--ui5-v2-5-0-rc-1-form-item-label-justify-span12);--ui5-v2-5-0-rc-1-form-item-label-padding: var(--ui5-v2-5-0-rc-1-form-item-label-padding-span12)}}@container (width > 1024px) and (width <= 1440px){:host([label-span-l="1"]) .ui5-form-item,:host([label-span-l="1"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span1)}:host([label-span-l="2"]) .ui5-form-item,:host([label-span-l="2"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span2)}:host([label-span-l="3"]) .ui5-form-item,:host([label-span-l="3"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span3)}:host([label-span-l="4"]) .ui5-form-item,:host([label-span-l="4"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span4)}:host([label-span-l="5"]) .ui5-form-item,:host([label-span-l="5"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span5)}:host([label-span-l="6"]) .ui5-form-item,:host([label-span-l="6"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span6)}:host([label-span-l="7"]) .ui5-form-item,:host([label-span-l="7"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span7)}:host([label-span-l="8"]) .ui5-form-item,:host([label-span-l="8"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span8)}:host([label-span-l="9"]) .ui5-form-item,:host([label-span-l="9"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span9)}:host([label-span-l="10"]) .ui5-form-item,:host([label-span-l="10"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span10)}:host([label-span-l="11"]) .ui5-form-item,:host([label-span-l="11"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span11)}:host([label-span-l="12"]) .ui5-form-item,:host([label-span-l="12"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span12);--ui5-v2-5-0-rc-1-form-item-label-justify: var(--ui5-v2-5-0-rc-1-form-item-label-justify-span12);--ui5-v2-5-0-rc-1-form-item-label-padding: var(--ui5-v2-5-0-rc-1-form-item-label-padding-span12)}}@container (min-width: 1441px){:host([label-span-xl="1"]) .ui5-form-item,:host([label-span-xl="1"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span1)}:host([label-span-xl="2"]) .ui5-form-item,:host([label-span-xl="2"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span2)}:host([label-span-xl="3"]) .ui5-form-item,:host([label-span-xl="3"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span3)}:host([label-span-xl="4"]) .ui5-form-item,:host([label-span-xl="4"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span4)}:host([label-span-xl="5"]) .ui5-form-item,:host([label-span-xl="5"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span5)}:host([label-span-xl="6"]) .ui5-form-item,:host([label-span-xl="6"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span6)}:host([label-span-xl="7"]) .ui5-form-item,:host([label-span-xl="7"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span7)}:host([label-span-xl="8"]) .ui5-form-item,:host([label-span-xl="8"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span8)}:host([label-span-xl="9"]) .ui5-form-item,:host([label-span-xl="9"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span9)}:host([label-span-xl="10"]) .ui5-form-item,:host([label-span-xl="10"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span10)}:host([label-span-xl="11"]) .ui5-form-item,:host([label-span-xl="11"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span11)}:host([label-span-xl="12"]) .ui5-form-item,:host([label-span-xl="12"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span12);--ui5-v2-5-0-rc-1-form-item-label-justify: var(--ui5-v2-5-0-rc-1-form-item-label-justify-span12);--ui5-v2-5-0-rc-1-form-item-label-padding: var(--ui5-v2-5-0-rc-1-form-item-label-padding-span12)}}
|
|
7
|
-
` };
|
|
8
|
-
export default styleData;
|
|
9
|
-
//# sourceMappingURL=FormLabelSpan.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FormLabelSpan.css.js","sourceRoot":"","sources":["../../../src/generated/themes/FormLabelSpan.css.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,4BAA4B,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACzG,6BAA6B,CAAC,oBAAoB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,CAAC,CAAC;AAE7F,MAAM,SAAS,GAAc,EAAC,WAAW,EAAC,oBAAoB,EAAC,QAAQ,EAAC,6BAA6B,EAAC,OAAO,EAAC;CAC7G,EAAC,CAAC;AACH,eAAe,SAAS,CAAC","sourcesContent":["import type { StyleData } from \"@ui5/webcomponents-base/dist/types.js\";\nimport { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@ui5/webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@ui5/webcomponents\", \"sap_horizon\", async () => defaultTheme);\n\nconst styleData: StyleData = {packageName:\"@ui5/webcomponents\",fileName:\"themes/FormLabelSpan.css.ts\",content:`@container (max-width: 600px){:host([label-span-s=\"1\"]) .ui5-form-item,:host([label-span-s=\"1\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span1)}:host([label-span-s=\"2\"]) .ui5-form-item,:host([label-span-s=\"2\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span2)}:host([label-span-s=\"3\"]) .ui5-form-item,:host([label-span-s=\"3\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span3)}:host([label-span-s=\"4\"]) .ui5-form-item,:host([label-span-s=\"4\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span4)}:host([label-span-s=\"5\"]) .ui5-form-item,:host([label-span-s=\"5\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span5)}:host([label-span-s=\"6\"]) .ui5-form-item,:host([label-span-s=\"6\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span6)}:host([label-span-s=\"7\"]) .ui5-form-item,:host([label-span-s=\"7\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span7)}:host([label-span-s=\"8\"]) .ui5-form-item,:host([label-span-s=\"8\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span8)}:host([label-span-s=\"9\"]) .ui5-form-item,:host([label-span-s=\"9\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span9)}:host([label-span-s=\"10\"]) .ui5-form-item,:host([label-span-s=\"10\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span10)}:host([label-span-s=\"11\"]) .ui5-form-item,:host([label-span-s=\"11\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span11)}:host(:not([label-span-s])) .ui5-form-item,:host(:not([label-span-s])) .ui5-form-group,:host([label-span-s=\"12\"]) .ui5-form-item,:host([label-span-s=\"12\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span12);--ui5-v2-5-0-rc-1-form-item-label-justify: var(--ui5-v2-5-0-rc-1-form-item-label-justify-span12);--ui5-v2-5-0-rc-1-form-item-label-padding: var(--ui5-v2-5-0-rc-1-form-item-label-padding-span12)}}@container (width > 600px) and (width <= 1024px){:host([label-span-m=\"1\"]) .ui5-form-item,:host([label-span-m=\"1\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span1)}:host([label-span-m=\"2\"]) .ui5-form-item,:host([label-span-m=\"2\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span2)}:host([label-span-m=\"3\"]) .ui5-form-item,:host([label-span-m=\"3\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span3)}:host([label-span-m=\"4\"]) .ui5-form-item,:host([label-span-m=\"4\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span4)}:host([label-span-m=\"5\"]) .ui5-form-item,:host([label-span-m=\"5\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span5)}:host([label-span-m=\"6\"]) .ui5-form-item,:host([label-span-m=\"6\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span6)}:host([label-span-m=\"7\"]) .ui5-form-item,:host([label-span-m=\"7\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span7)}:host([label-span-m=\"8\"]) .ui5-form-item,:host([label-span-m=\"8\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span8)}:host([label-span-m=\"9\"]) .ui5-form-item,:host([label-span-m=\"9\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span9)}:host([label-span-m=\"10\"]) .ui5-form-item,:host([label-span-m=\"10\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span10)}:host([label-span-m=\"11\"]) .ui5-form-item,:host([label-span-m=\"11\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span11)}:host([label-span-m=\"12\"]) .ui5-form-item,:host([label-span-m=\"12\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span12);--ui5-v2-5-0-rc-1-form-item-label-justify: var(--ui5-v2-5-0-rc-1-form-item-label-justify-span12);--ui5-v2-5-0-rc-1-form-item-label-padding: var(--ui5-v2-5-0-rc-1-form-item-label-padding-span12)}}@container (width > 1024px) and (width <= 1440px){:host([label-span-l=\"1\"]) .ui5-form-item,:host([label-span-l=\"1\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span1)}:host([label-span-l=\"2\"]) .ui5-form-item,:host([label-span-l=\"2\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span2)}:host([label-span-l=\"3\"]) .ui5-form-item,:host([label-span-l=\"3\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span3)}:host([label-span-l=\"4\"]) .ui5-form-item,:host([label-span-l=\"4\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span4)}:host([label-span-l=\"5\"]) .ui5-form-item,:host([label-span-l=\"5\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span5)}:host([label-span-l=\"6\"]) .ui5-form-item,:host([label-span-l=\"6\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span6)}:host([label-span-l=\"7\"]) .ui5-form-item,:host([label-span-l=\"7\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span7)}:host([label-span-l=\"8\"]) .ui5-form-item,:host([label-span-l=\"8\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span8)}:host([label-span-l=\"9\"]) .ui5-form-item,:host([label-span-l=\"9\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span9)}:host([label-span-l=\"10\"]) .ui5-form-item,:host([label-span-l=\"10\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span10)}:host([label-span-l=\"11\"]) .ui5-form-item,:host([label-span-l=\"11\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span11)}:host([label-span-l=\"12\"]) .ui5-form-item,:host([label-span-l=\"12\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span12);--ui5-v2-5-0-rc-1-form-item-label-justify: var(--ui5-v2-5-0-rc-1-form-item-label-justify-span12);--ui5-v2-5-0-rc-1-form-item-label-padding: var(--ui5-v2-5-0-rc-1-form-item-label-padding-span12)}}@container (min-width: 1441px){:host([label-span-xl=\"1\"]) .ui5-form-item,:host([label-span-xl=\"1\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span1)}:host([label-span-xl=\"2\"]) .ui5-form-item,:host([label-span-xl=\"2\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span2)}:host([label-span-xl=\"3\"]) .ui5-form-item,:host([label-span-xl=\"3\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span3)}:host([label-span-xl=\"4\"]) .ui5-form-item,:host([label-span-xl=\"4\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span4)}:host([label-span-xl=\"5\"]) .ui5-form-item,:host([label-span-xl=\"5\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span5)}:host([label-span-xl=\"6\"]) .ui5-form-item,:host([label-span-xl=\"6\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span6)}:host([label-span-xl=\"7\"]) .ui5-form-item,:host([label-span-xl=\"7\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span7)}:host([label-span-xl=\"8\"]) .ui5-form-item,:host([label-span-xl=\"8\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span8)}:host([label-span-xl=\"9\"]) .ui5-form-item,:host([label-span-xl=\"9\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span9)}:host([label-span-xl=\"10\"]) .ui5-form-item,:host([label-span-xl=\"10\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span10)}:host([label-span-xl=\"11\"]) .ui5-form-item,:host([label-span-xl=\"11\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span11)}:host([label-span-xl=\"12\"]) .ui5-form-item,:host([label-span-xl=\"12\"]) .ui5-form-group{--ui5-v2-5-0-rc-1-form-item-layout: var(--ui5-v2-5-0-rc-1-form-item-layout-span12);--ui5-v2-5-0-rc-1-form-item-label-justify: var(--ui5-v2-5-0-rc-1-form-item-label-justify-span12);--ui5-v2-5-0-rc-1-form-item-label-padding: var(--ui5-v2-5-0-rc-1-form-item-label-padding-span12)}}\n`};\nexport default styleData;\n\t"]}
|