@ui5/webcomponents 2.26.0 → 2.27.0-rc.1
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 +43 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/Avatar.d.ts +7 -0
- package/dist/Avatar.js +18 -5
- package/dist/Avatar.js.map +1 -1
- package/dist/ComboBoxItemGroup.d.ts +2 -0
- package/dist/ComboBoxItemGroup.js +2 -0
- package/dist/ComboBoxItemGroup.js.map +1 -1
- package/dist/DatePicker.d.ts +14 -0
- package/dist/DatePicker.js +14 -0
- package/dist/DatePicker.js.map +1 -1
- package/dist/DayPicker.d.ts +1 -0
- package/dist/DayPicker.js +4 -1
- package/dist/DayPicker.js.map +1 -1
- package/dist/DayPickerTemplate.js +1 -1
- package/dist/DayPickerTemplate.js.map +1 -1
- package/dist/Icon.js +3 -0
- package/dist/Icon.js.map +1 -1
- package/dist/List.js +1 -1
- package/dist/List.js.map +1 -1
- package/dist/ListBoxItemGroupTemplate.js +1 -1
- package/dist/ListBoxItemGroupTemplate.js.map +1 -1
- package/dist/ListItem.d.ts +4 -2
- package/dist/ListItem.js +5 -9
- package/dist/ListItem.js.map +1 -1
- package/dist/ListItemBaseTemplate.d.ts +2 -0
- package/dist/ListItemBaseTemplate.js +1 -1
- package/dist/ListItemBaseTemplate.js.map +1 -1
- package/dist/ListItemGroup.d.ts +7 -23
- package/dist/ListItemGroup.js +4 -21
- package/dist/ListItemGroup.js.map +1 -1
- package/dist/ListItemGroupBase.d.ts +41 -0
- package/dist/ListItemGroupBase.js +54 -0
- package/dist/ListItemGroupBase.js.map +1 -0
- package/dist/ListItemStandardTemplate.js +1 -1
- package/dist/ListItemStandardTemplate.js.map +1 -1
- package/dist/MultiComboBoxItemGroup.d.ts +2 -0
- package/dist/MultiComboBoxItemGroup.js +2 -0
- package/dist/MultiComboBoxItemGroup.js.map +1 -1
- package/dist/NumberInput.d.ts +271 -0
- package/dist/NumberInput.js +719 -0
- package/dist/NumberInput.js.map +1 -0
- package/dist/NumberInputTemplate.d.ts +2 -0
- package/dist/NumberInputTemplate.js +18 -0
- package/dist/NumberInputTemplate.js.map +1 -0
- package/dist/Option.d.ts +10 -0
- package/dist/Option.js +6 -0
- package/dist/Option.js.map +1 -1
- package/dist/OptionGroup.d.ts +34 -0
- package/dist/OptionGroup.js +61 -0
- package/dist/OptionGroup.js.map +1 -0
- package/dist/OptionGroupTemplate.d.ts +2 -0
- package/dist/OptionGroupTemplate.js +6 -0
- package/dist/OptionGroupTemplate.js.map +1 -0
- package/dist/OptionTemplate.js +6 -1
- package/dist/OptionTemplate.js.map +1 -1
- package/dist/Popover.js +5 -3
- package/dist/Popover.js.map +1 -1
- package/dist/Select.d.ts +19 -2
- package/dist/Select.js +79 -28
- package/dist/Select.js.map +1 -1
- package/dist/SelectPopoverTemplate.js +1 -1
- package/dist/SelectPopoverTemplate.js.map +1 -1
- package/dist/SelectTemplate.js +2 -1
- package/dist/SelectTemplate.js.map +1 -1
- package/dist/SplitButton.d.ts +7 -3
- package/dist/SplitButton.js +4 -4
- package/dist/SplitButton.js.map +1 -1
- package/dist/SplitButtonTemplate.js +1 -1
- package/dist/SplitButtonTemplate.js.map +1 -1
- package/dist/StepInput.d.ts +14 -127
- package/dist/StepInput.js +40 -472
- package/dist/StepInput.js.map +1 -1
- package/dist/StepInputTemplate.js +4 -15
- package/dist/StepInputTemplate.js.map +1 -1
- package/dist/SuggestionItemGroup.d.ts +2 -0
- package/dist/SuggestionItemGroup.js +2 -0
- package/dist/SuggestionItemGroup.js.map +1 -1
- package/dist/ToolbarButton.d.ts +18 -0
- package/dist/ToolbarButton.js +16 -0
- package/dist/ToolbarButton.js.map +1 -1
- package/dist/ToolbarButtonTemplate.js +1 -1
- package/dist/ToolbarButtonTemplate.js.map +1 -1
- package/dist/bundle.esm.js +2 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/css/themes/NumberInput.css +1 -0
- package/dist/css/themes/OptionGroup.css +1 -0
- package/dist/css/themes/StepInput.css +1 -1
- package/dist/css/themes/TimePickerClock.css +1 -1
- package/dist/css/themes/TimeSelectionClocks.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +30 -22
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +31 -24
- package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +719 -156
- package/dist/custom-elements.json +658 -162
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.d.ts +8 -6
- package/dist/generated/i18n/i18n-defaults.js +8 -6
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/themes/NumberInput.css.d.ts +2 -0
- package/dist/generated/themes/NumberInput.css.js +8 -0
- package/dist/generated/themes/NumberInput.css.js.map +1 -0
- package/dist/generated/themes/OptionGroup.css.d.ts +2 -0
- package/dist/generated/themes/OptionGroup.css.js +8 -0
- package/dist/generated/themes/OptionGroup.css.js.map +1 -0
- package/dist/generated/themes/StepInput.css.d.ts +1 -1
- package/dist/generated/themes/StepInput.css.js +1 -1
- package/dist/generated/themes/StepInput.css.js.map +1 -1
- package/dist/generated/themes/TimePickerClock.css.d.ts +1 -1
- package/dist/generated/themes/TimePickerClock.css.js +1 -1
- package/dist/generated/themes/TimePickerClock.css.js.map +1 -1
- package/dist/generated/themes/TimeSelectionClocks.css.d.ts +1 -1
- package/dist/generated/themes/TimeSelectionClocks.css.js +1 -1
- package/dist/generated/themes/TimeSelectionClocks.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +30 -22
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +31 -24
- package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
- package/dist/vscode.html-custom-data.json +117 -17
- package/dist/web-types.json +266 -34
- package/package.json +9 -9
- package/src/DayPickerTemplate.tsx +1 -1
- package/src/ListBoxItemGroupTemplate.tsx +1 -1
- package/src/ListItemBaseTemplate.tsx +4 -0
- package/src/ListItemStandardTemplate.tsx +1 -1
- package/src/NumberInputTemplate.tsx +95 -0
- package/src/OptionGroupTemplate.tsx +20 -0
- package/src/OptionTemplate.tsx +6 -1
- package/src/SelectPopoverTemplate.tsx +1 -1
- package/src/SelectTemplate.tsx +6 -0
- package/src/SplitButtonTemplate.tsx +1 -2
- package/src/StepInputTemplate.tsx +23 -86
- package/src/ToolbarButtonTemplate.tsx +2 -0
- package/src/i18n/messagebundle.properties +13 -8
- package/src/i18n/messagebundle_de.properties +2 -2
- package/src/i18n/messagebundle_en.properties +2 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +7 -6
- package/src/i18n/messagebundle_pl.properties +1 -1
- package/src/i18n/messagebundle_ru.properties +1 -1
- package/src/themes/NumberInput.css +321 -0
- package/src/themes/OptionGroup.css +28 -0
- package/src/themes/StepInput.css +0 -276
- package/src/themes/TimePickerClock.css +1 -1
- package/src/themes/TimeSelectionClocks.css +1 -1
- package/src/themes/base/NumberInput-parameters.css +31 -0
- package/src/themes/base/sizes-parameters.css +3 -3
- package/src/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/themes/sap_horizon/NumberInput-parameters.css +26 -0
- package/src/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/themes/sap_horizon_dark/NumberInput-parameters.css +26 -0
- package/src/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/src/themes/sap_horizon_hcb/NumberInput-parameters.css +14 -0
- package/src/themes/sap_horizon_hcb/parameters-bundle.css +2 -1
- package/src/themes/sap_horizon_hcw/NumberInput-parameters.css +14 -0
- package/src/themes/sap_horizon_hcw/parameters-bundle.css +2 -1
- package/src/themes/base/StepInput-parameters.css +0 -25
- package/src/themes/sap_horizon/StepInput-parameters.css +0 -25
- package/src/themes/sap_horizon_dark/StepInput-parameters.css +0 -25
|
@@ -4796,6 +4796,16 @@
|
|
|
4796
4796
|
"kind": "class",
|
|
4797
4797
|
"description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.",
|
|
4798
4798
|
"name": "ComboBoxItemGroup",
|
|
4799
|
+
"cssParts": [
|
|
4800
|
+
{
|
|
4801
|
+
"description": "Used to style the header item of the group",
|
|
4802
|
+
"name": "header"
|
|
4803
|
+
},
|
|
4804
|
+
{
|
|
4805
|
+
"description": "Used to style the title of the group header",
|
|
4806
|
+
"name": "title"
|
|
4807
|
+
}
|
|
4808
|
+
],
|
|
4799
4809
|
"slots": [
|
|
4800
4810
|
{
|
|
4801
4811
|
"name": "default",
|
|
@@ -4823,7 +4833,7 @@
|
|
|
4823
4833
|
"type": {
|
|
4824
4834
|
"text": "string | undefined"
|
|
4825
4835
|
},
|
|
4826
|
-
"description": "Defines the header text of the
|
|
4836
|
+
"description": "Defines the header text of the group.",
|
|
4827
4837
|
"privacy": "public",
|
|
4828
4838
|
"default": "undefined"
|
|
4829
4839
|
},
|
|
@@ -4852,16 +4862,6 @@
|
|
|
4852
4862
|
},
|
|
4853
4863
|
"tagName": "ui5-cb-item-group",
|
|
4854
4864
|
"customElement": true,
|
|
4855
|
-
"cssParts": [
|
|
4856
|
-
{
|
|
4857
|
-
"description": "Used to style the header item of the group",
|
|
4858
|
-
"name": "header"
|
|
4859
|
-
},
|
|
4860
|
-
{
|
|
4861
|
-
"description": "Used to style the title of the group header",
|
|
4862
|
-
"name": "title"
|
|
4863
|
-
}
|
|
4864
|
-
],
|
|
4865
4865
|
"attributes": [
|
|
4866
4866
|
{
|
|
4867
4867
|
"description": "Defines the accessible name of the header.",
|
|
@@ -4873,7 +4873,7 @@
|
|
|
4873
4873
|
}
|
|
4874
4874
|
},
|
|
4875
4875
|
{
|
|
4876
|
-
"description": "Defines the header text of the
|
|
4876
|
+
"description": "Defines the header text of the group.",
|
|
4877
4877
|
"name": "header-text",
|
|
4878
4878
|
"default": "undefined",
|
|
4879
4879
|
"fieldName": "headerText",
|
|
@@ -5160,7 +5160,7 @@
|
|
|
5160
5160
|
"declarations": [
|
|
5161
5161
|
{
|
|
5162
5162
|
"kind": "class",
|
|
5163
|
-
"description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`",
|
|
5163
|
+
"description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Relative date input\n\nThe input field also accepts locale-aware relative date expressions sourced from the Unicode CLDR.\nThe following expressions are supported in English:\n\n- Day: \"today\", \"yesterday\", \"tomorrow\", \"in N days\", \"N days ago\"\n- Week: \"this week\", \"last week\", \"next week\", \"in N weeks\", \"N weeks ago\"\n- Month: \"this month\", \"last month\", \"next month\", \"in N months\", \"N months ago\"\n- Year: \"this year\", \"last year\", \"next year\", \"in N years\", \"N years ago\"\n\nThe recognized expressions are locale-specific — the equivalent terms in the user's language are used (for example, \"heute\" in German, \"bugün\" in Turkish).\nWeek, month, and year expressions resolve to an offset from today (for example, \"next week\" = today + 7 days).\nFor the full list of supported fields and patterns, see [CLDR Date Fields](https://unicode.org/reports/tr35/tr35-dates.html#Calendar_Fields).\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`",
|
|
5164
5164
|
"name": "DatePicker",
|
|
5165
5165
|
"cssParts": [
|
|
5166
5166
|
{
|
|
@@ -11682,7 +11682,7 @@
|
|
|
11682
11682
|
]
|
|
11683
11683
|
},
|
|
11684
11684
|
"default": "\"Active\"",
|
|
11685
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
11685
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
11686
11686
|
"privacy": "public"
|
|
11687
11687
|
}
|
|
11688
11688
|
],
|
|
@@ -11765,7 +11765,7 @@
|
|
|
11765
11765
|
}
|
|
11766
11766
|
},
|
|
11767
11767
|
{
|
|
11768
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
11768
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
11769
11769
|
"name": "type",
|
|
11770
11770
|
"default": "\"Active\"",
|
|
11771
11771
|
"fieldName": "type",
|
|
@@ -11996,7 +11996,7 @@
|
|
|
11996
11996
|
]
|
|
11997
11997
|
},
|
|
11998
11998
|
"default": "\"Active\"",
|
|
11999
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
11999
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
12000
12000
|
"privacy": "public"
|
|
12001
12001
|
}
|
|
12002
12002
|
],
|
|
@@ -12074,7 +12074,7 @@
|
|
|
12074
12074
|
}
|
|
12075
12075
|
},
|
|
12076
12076
|
{
|
|
12077
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
12077
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
12078
12078
|
"name": "type",
|
|
12079
12079
|
"default": "\"Active\"",
|
|
12080
12080
|
"fieldName": "type",
|
|
@@ -12155,7 +12155,7 @@
|
|
|
12155
12155
|
"slots": [
|
|
12156
12156
|
{
|
|
12157
12157
|
"name": "default",
|
|
12158
|
-
"description": "Defines the items of the
|
|
12158
|
+
"description": "Defines the items of the group."
|
|
12159
12159
|
},
|
|
12160
12160
|
{
|
|
12161
12161
|
"name": "header",
|
|
@@ -12179,7 +12179,7 @@
|
|
|
12179
12179
|
"type": {
|
|
12180
12180
|
"text": "string | undefined"
|
|
12181
12181
|
},
|
|
12182
|
-
"description": "Defines the header text of the
|
|
12182
|
+
"description": "Defines the header text of the group.",
|
|
12183
12183
|
"privacy": "public",
|
|
12184
12184
|
"default": "undefined"
|
|
12185
12185
|
},
|
|
@@ -12242,7 +12242,7 @@
|
|
|
12242
12242
|
}
|
|
12243
12243
|
},
|
|
12244
12244
|
{
|
|
12245
|
-
"description": "Defines the header text of the
|
|
12245
|
+
"description": "Defines the header text of the group.",
|
|
12246
12246
|
"name": "header-text",
|
|
12247
12247
|
"default": "undefined",
|
|
12248
12248
|
"fieldName": "headerText",
|
|
@@ -12261,9 +12261,9 @@
|
|
|
12261
12261
|
}
|
|
12262
12262
|
],
|
|
12263
12263
|
"superclass": {
|
|
12264
|
-
"name": "
|
|
12265
|
-
"package": "@ui5/webcomponents
|
|
12266
|
-
"module": "dist/
|
|
12264
|
+
"name": "ListItemGroupBase",
|
|
12265
|
+
"package": "@ui5/webcomponents",
|
|
12266
|
+
"module": "dist/ListItemGroupBase.js"
|
|
12267
12267
|
},
|
|
12268
12268
|
"tagName": "ui5-li-group",
|
|
12269
12269
|
"customElement": true
|
|
@@ -12288,6 +12288,62 @@
|
|
|
12288
12288
|
}
|
|
12289
12289
|
]
|
|
12290
12290
|
},
|
|
12291
|
+
{
|
|
12292
|
+
"kind": "javascript-module",
|
|
12293
|
+
"path": "dist/ListItemGroupBase.js",
|
|
12294
|
+
"declarations": [
|
|
12295
|
+
{
|
|
12296
|
+
"kind": "class",
|
|
12297
|
+
"description": "### Overview\n\n`ListItemGroupBase` is the abstract base for grouping components. It provides the minimal\n\"group\" contract shared by `ui5-li-group` and `ui5-option-group`: a header text, the default\nitems slot, and the plumbing the internal `ui5-list` relies on to flatten grouped items.\n\nConcrete group components extend this class and add only the public API that is relevant to them.",
|
|
12298
|
+
"name": "ListItemGroupBase",
|
|
12299
|
+
"slots": [
|
|
12300
|
+
{
|
|
12301
|
+
"name": "default",
|
|
12302
|
+
"description": "Defines the items of the group."
|
|
12303
|
+
}
|
|
12304
|
+
],
|
|
12305
|
+
"members": [
|
|
12306
|
+
{
|
|
12307
|
+
"kind": "field",
|
|
12308
|
+
"name": "headerText",
|
|
12309
|
+
"type": {
|
|
12310
|
+
"text": "string | undefined"
|
|
12311
|
+
},
|
|
12312
|
+
"description": "Defines the header text of the group.",
|
|
12313
|
+
"privacy": "public",
|
|
12314
|
+
"default": "undefined"
|
|
12315
|
+
}
|
|
12316
|
+
],
|
|
12317
|
+
"attributes": [
|
|
12318
|
+
{
|
|
12319
|
+
"description": "Defines the header text of the group.",
|
|
12320
|
+
"name": "header-text",
|
|
12321
|
+
"default": "undefined",
|
|
12322
|
+
"fieldName": "headerText",
|
|
12323
|
+
"type": {
|
|
12324
|
+
"text": "string | undefined"
|
|
12325
|
+
}
|
|
12326
|
+
}
|
|
12327
|
+
],
|
|
12328
|
+
"superclass": {
|
|
12329
|
+
"name": "UI5Element",
|
|
12330
|
+
"package": "@ui5/webcomponents-base",
|
|
12331
|
+
"module": "dist/UI5Element.js"
|
|
12332
|
+
},
|
|
12333
|
+
"customElement": true
|
|
12334
|
+
}
|
|
12335
|
+
],
|
|
12336
|
+
"exports": [
|
|
12337
|
+
{
|
|
12338
|
+
"kind": "js",
|
|
12339
|
+
"name": "default",
|
|
12340
|
+
"declaration": {
|
|
12341
|
+
"name": "ListItemGroupBase",
|
|
12342
|
+
"module": "dist/ListItemGroupBase.js"
|
|
12343
|
+
}
|
|
12344
|
+
}
|
|
12345
|
+
]
|
|
12346
|
+
},
|
|
12291
12347
|
{
|
|
12292
12348
|
"kind": "javascript-module",
|
|
12293
12349
|
"path": "dist/ListItemGroupHeader.js",
|
|
@@ -12642,7 +12698,7 @@
|
|
|
12642
12698
|
]
|
|
12643
12699
|
},
|
|
12644
12700
|
"default": "\"Active\"",
|
|
12645
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
12701
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
12646
12702
|
"privacy": "public"
|
|
12647
12703
|
},
|
|
12648
12704
|
{
|
|
@@ -12791,7 +12847,7 @@
|
|
|
12791
12847
|
}
|
|
12792
12848
|
},
|
|
12793
12849
|
{
|
|
12794
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
12850
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
12795
12851
|
"name": "type",
|
|
12796
12852
|
"default": "\"Active\"",
|
|
12797
12853
|
"fieldName": "type",
|
|
@@ -13309,7 +13365,7 @@
|
|
|
13309
13365
|
]
|
|
13310
13366
|
},
|
|
13311
13367
|
"default": "\"Active\"",
|
|
13312
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
13368
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
13313
13369
|
"privacy": "public"
|
|
13314
13370
|
}
|
|
13315
13371
|
],
|
|
@@ -13513,7 +13569,7 @@
|
|
|
13513
13569
|
}
|
|
13514
13570
|
},
|
|
13515
13571
|
{
|
|
13516
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
13572
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
13517
13573
|
"name": "type",
|
|
13518
13574
|
"default": "\"Active\"",
|
|
13519
13575
|
"fieldName": "type",
|
|
@@ -14712,6 +14768,16 @@
|
|
|
14712
14768
|
"kind": "class",
|
|
14713
14769
|
"description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.",
|
|
14714
14770
|
"name": "MultiComboBoxItemGroup",
|
|
14771
|
+
"cssParts": [
|
|
14772
|
+
{
|
|
14773
|
+
"description": "Used to style the header item of the group",
|
|
14774
|
+
"name": "header"
|
|
14775
|
+
},
|
|
14776
|
+
{
|
|
14777
|
+
"description": "Used to style the title of the group header",
|
|
14778
|
+
"name": "title"
|
|
14779
|
+
}
|
|
14780
|
+
],
|
|
14715
14781
|
"slots": [
|
|
14716
14782
|
{
|
|
14717
14783
|
"name": "default",
|
|
@@ -14739,7 +14805,7 @@
|
|
|
14739
14805
|
"type": {
|
|
14740
14806
|
"text": "string | undefined"
|
|
14741
14807
|
},
|
|
14742
|
-
"description": "Defines the header text of the
|
|
14808
|
+
"description": "Defines the header text of the group.",
|
|
14743
14809
|
"privacy": "public",
|
|
14744
14810
|
"default": "undefined"
|
|
14745
14811
|
},
|
|
@@ -14768,16 +14834,6 @@
|
|
|
14768
14834
|
},
|
|
14769
14835
|
"tagName": "ui5-mcb-item-group",
|
|
14770
14836
|
"customElement": true,
|
|
14771
|
-
"cssParts": [
|
|
14772
|
-
{
|
|
14773
|
-
"description": "Used to style the header item of the group",
|
|
14774
|
-
"name": "header"
|
|
14775
|
-
},
|
|
14776
|
-
{
|
|
14777
|
-
"description": "Used to style the title of the group header",
|
|
14778
|
-
"name": "title"
|
|
14779
|
-
}
|
|
14780
|
-
],
|
|
14781
14837
|
"attributes": [
|
|
14782
14838
|
{
|
|
14783
14839
|
"description": "Defines the accessible name of the header.",
|
|
@@ -14789,7 +14845,7 @@
|
|
|
14789
14845
|
}
|
|
14790
14846
|
},
|
|
14791
14847
|
{
|
|
14792
|
-
"description": "Defines the header text of the
|
|
14848
|
+
"description": "Defines the header text of the group.",
|
|
14793
14849
|
"name": "header-text",
|
|
14794
14850
|
"default": "undefined",
|
|
14795
14851
|
"fieldName": "headerText",
|
|
@@ -15180,14 +15236,394 @@
|
|
|
15180
15236
|
}
|
|
15181
15237
|
},
|
|
15182
15238
|
{
|
|
15183
|
-
"description": "Receives id(or many ids) of the elements that describe the input.",
|
|
15184
|
-
"name": "accessible-description-ref",
|
|
15185
|
-
"default": "undefined",
|
|
15186
|
-
"fieldName": "accessibleDescriptionRef",
|
|
15239
|
+
"description": "Receives id(or many ids) of the elements that describe the input.",
|
|
15240
|
+
"name": "accessible-description-ref",
|
|
15241
|
+
"default": "undefined",
|
|
15242
|
+
"fieldName": "accessibleDescriptionRef",
|
|
15243
|
+
"type": {
|
|
15244
|
+
"text": "string | undefined"
|
|
15245
|
+
}
|
|
15246
|
+
},
|
|
15247
|
+
{
|
|
15248
|
+
"description": "Defines the accessible ARIA name of the component.",
|
|
15249
|
+
"name": "accessible-name",
|
|
15250
|
+
"default": "undefined",
|
|
15251
|
+
"fieldName": "accessibleName",
|
|
15252
|
+
"type": {
|
|
15253
|
+
"text": "string | undefined"
|
|
15254
|
+
}
|
|
15255
|
+
},
|
|
15256
|
+
{
|
|
15257
|
+
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
15258
|
+
"name": "accessible-name-ref",
|
|
15259
|
+
"default": "undefined",
|
|
15260
|
+
"fieldName": "accessibleNameRef",
|
|
15261
|
+
"type": {
|
|
15262
|
+
"text": "string | undefined"
|
|
15263
|
+
}
|
|
15264
|
+
},
|
|
15265
|
+
{
|
|
15266
|
+
"description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
|
|
15267
|
+
"name": "disabled",
|
|
15268
|
+
"default": "false",
|
|
15269
|
+
"fieldName": "disabled",
|
|
15270
|
+
"type": {
|
|
15271
|
+
"text": "boolean"
|
|
15272
|
+
}
|
|
15273
|
+
},
|
|
15274
|
+
{
|
|
15275
|
+
"description": "Defines the filter type of the component.",
|
|
15276
|
+
"name": "filter",
|
|
15277
|
+
"default": "\"None\"",
|
|
15278
|
+
"fieldName": "filter",
|
|
15279
|
+
"type": {
|
|
15280
|
+
"text": "\"None\" | \"StartsWithPerTerm\" | \"StartsWith\" | \"Contains\""
|
|
15281
|
+
}
|
|
15282
|
+
},
|
|
15283
|
+
{
|
|
15284
|
+
"description": "Sets the maximum number of characters available in the input field.\n\n**Note:** This property is not compatible with the ui5-input type InputType.Number. If the ui5-input type is set to Number, the maxlength value is ignored.",
|
|
15285
|
+
"name": "maxlength",
|
|
15286
|
+
"default": "undefined",
|
|
15287
|
+
"fieldName": "maxlength",
|
|
15288
|
+
"type": {
|
|
15289
|
+
"text": "number | undefined"
|
|
15290
|
+
}
|
|
15291
|
+
},
|
|
15292
|
+
{
|
|
15293
|
+
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n**Note:** When the component is used inside a form element,\nthe value is sent as the first element in the form data, even if it's empty.",
|
|
15294
|
+
"name": "name",
|
|
15295
|
+
"default": "undefined",
|
|
15296
|
+
"fieldName": "name",
|
|
15297
|
+
"type": {
|
|
15298
|
+
"text": "string | undefined"
|
|
15299
|
+
}
|
|
15300
|
+
},
|
|
15301
|
+
{
|
|
15302
|
+
"description": "Defines whether the value will be autcompleted to match an item",
|
|
15303
|
+
"name": "no-typeahead",
|
|
15304
|
+
"default": "false",
|
|
15305
|
+
"fieldName": "noTypeahead",
|
|
15306
|
+
"type": {
|
|
15307
|
+
"text": "boolean"
|
|
15308
|
+
}
|
|
15309
|
+
},
|
|
15310
|
+
{
|
|
15311
|
+
"description": "Defines whether the suggestions picker is open.\nThe picker will not open if the `showSuggestions` property is set to `false`, the input is disabled or the input is readonly.\nThe picker will close automatically and `close` event will be fired if the input is not in the viewport.",
|
|
15312
|
+
"name": "open",
|
|
15313
|
+
"default": "false",
|
|
15314
|
+
"fieldName": "open",
|
|
15315
|
+
"type": {
|
|
15316
|
+
"text": "boolean"
|
|
15317
|
+
}
|
|
15318
|
+
},
|
|
15319
|
+
{
|
|
15320
|
+
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
15321
|
+
"name": "placeholder",
|
|
15322
|
+
"default": "undefined",
|
|
15323
|
+
"fieldName": "placeholder",
|
|
15324
|
+
"type": {
|
|
15325
|
+
"text": "string | undefined"
|
|
15326
|
+
}
|
|
15327
|
+
},
|
|
15328
|
+
{
|
|
15329
|
+
"description": "Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.",
|
|
15330
|
+
"name": "readonly",
|
|
15331
|
+
"default": "false",
|
|
15332
|
+
"fieldName": "readonly",
|
|
15333
|
+
"type": {
|
|
15334
|
+
"text": "boolean"
|
|
15335
|
+
}
|
|
15336
|
+
},
|
|
15337
|
+
{
|
|
15338
|
+
"description": "Defines whether the component is required.",
|
|
15339
|
+
"name": "required",
|
|
15340
|
+
"default": "false",
|
|
15341
|
+
"fieldName": "required",
|
|
15342
|
+
"type": {
|
|
15343
|
+
"text": "boolean"
|
|
15344
|
+
}
|
|
15345
|
+
},
|
|
15346
|
+
{
|
|
15347
|
+
"description": "Defines whether the clear icon of the input will be shown.",
|
|
15348
|
+
"name": "show-clear-icon",
|
|
15349
|
+
"default": "false",
|
|
15350
|
+
"fieldName": "showClearIcon",
|
|
15351
|
+
"type": {
|
|
15352
|
+
"text": "boolean"
|
|
15353
|
+
}
|
|
15354
|
+
},
|
|
15355
|
+
{
|
|
15356
|
+
"description": "Defines whether the component should show suggestions, if such are present.",
|
|
15357
|
+
"name": "show-suggestions",
|
|
15358
|
+
"default": "false",
|
|
15359
|
+
"fieldName": "showSuggestions",
|
|
15360
|
+
"type": {
|
|
15361
|
+
"text": "boolean"
|
|
15362
|
+
}
|
|
15363
|
+
},
|
|
15364
|
+
{
|
|
15365
|
+
"description": "Determines whether a value help icon will be visualized in the end of the input.\nPressing the icon will fire `value-help-trigger` event.",
|
|
15366
|
+
"name": "show-value-help-icon",
|
|
15367
|
+
"default": "false",
|
|
15368
|
+
"fieldName": "showValueHelpIcon",
|
|
15369
|
+
"type": {
|
|
15370
|
+
"text": "boolean"
|
|
15371
|
+
}
|
|
15372
|
+
},
|
|
15373
|
+
{
|
|
15374
|
+
"description": "Defines the HTML type of the component.\n\n**Notes:**\n\n- The particular effect of this property differs depending on the browser\nand the current language settings, especially for type `Number`.\n- The property is mostly intended to be used with touch devices\nthat use different soft keyboard layouts depending on the given input type.\n- Type `Number` does not support suggestions.",
|
|
15375
|
+
"name": "type",
|
|
15376
|
+
"default": "\"Text\"",
|
|
15377
|
+
"fieldName": "type",
|
|
15378
|
+
"type": {
|
|
15379
|
+
"text": "\"Text\" | \"Email\" | \"Number\" | \"Password\" | \"Tel\" | \"URL\" | \"Search\""
|
|
15380
|
+
}
|
|
15381
|
+
},
|
|
15382
|
+
{
|
|
15383
|
+
"description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
|
|
15384
|
+
"name": "value",
|
|
15385
|
+
"default": "\"\"",
|
|
15386
|
+
"fieldName": "value",
|
|
15387
|
+
"type": {
|
|
15388
|
+
"text": "string"
|
|
15389
|
+
}
|
|
15390
|
+
},
|
|
15391
|
+
{
|
|
15392
|
+
"description": "Defines the value state of the component.",
|
|
15393
|
+
"name": "value-state",
|
|
15394
|
+
"default": "\"None\"",
|
|
15395
|
+
"fieldName": "valueState",
|
|
15396
|
+
"type": {
|
|
15397
|
+
"text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
|
|
15398
|
+
}
|
|
15399
|
+
}
|
|
15400
|
+
],
|
|
15401
|
+
"superclass": {
|
|
15402
|
+
"name": "Input",
|
|
15403
|
+
"package": "@ui5/webcomponents",
|
|
15404
|
+
"module": "dist/Input.js"
|
|
15405
|
+
},
|
|
15406
|
+
"tagName": "ui5-multi-input",
|
|
15407
|
+
"customElement": true,
|
|
15408
|
+
"cssParts": [
|
|
15409
|
+
{
|
|
15410
|
+
"description": "Used to style the clear icon, which can be pressed to clear user input text",
|
|
15411
|
+
"name": "clear-icon"
|
|
15412
|
+
},
|
|
15413
|
+
{
|
|
15414
|
+
"description": "Used to style the native input element",
|
|
15415
|
+
"name": "input"
|
|
15416
|
+
},
|
|
15417
|
+
{
|
|
15418
|
+
"description": "Used to style the root DOM element of the Input component",
|
|
15419
|
+
"name": "root"
|
|
15420
|
+
}
|
|
15421
|
+
]
|
|
15422
|
+
}
|
|
15423
|
+
],
|
|
15424
|
+
"exports": [
|
|
15425
|
+
{
|
|
15426
|
+
"kind": "js",
|
|
15427
|
+
"name": "default",
|
|
15428
|
+
"declaration": {
|
|
15429
|
+
"name": "MultiInput",
|
|
15430
|
+
"module": "dist/MultiInput.js"
|
|
15431
|
+
}
|
|
15432
|
+
},
|
|
15433
|
+
{
|
|
15434
|
+
"kind": "custom-element-definition",
|
|
15435
|
+
"name": "ui5-multi-input",
|
|
15436
|
+
"declaration": {
|
|
15437
|
+
"name": "MultiInput",
|
|
15438
|
+
"module": "dist/MultiInput.js"
|
|
15439
|
+
}
|
|
15440
|
+
}
|
|
15441
|
+
]
|
|
15442
|
+
},
|
|
15443
|
+
{
|
|
15444
|
+
"kind": "javascript-module",
|
|
15445
|
+
"path": "dist/NumberInput.js",
|
|
15446
|
+
"declarations": [
|
|
15447
|
+
{
|
|
15448
|
+
"kind": "class",
|
|
15449
|
+
"description": "### Overview\n\nThe `ui5-number-input` component is a numeric input field. It allows users to enter, edit and select numeric values.\n\n### Usage\n\nThe default step is 1 but the app developer can set a different one.\n\nApp developers can set a maximum and minimum value for `ui5-number-input`.\nThe increase/decrease button and the up/down keyboard navigation become disabled when\nthe value reaches the max/min or a new value is entered from the input which is greater/less than the max/min.\n\n#### When to use:\n\n- To enter or adjust numeric values.\n- To adjust values for a specific step.\n\n#### When not to use:\n\n- To enter a static number (for example, postal code, phone number, or ID). In this case,\nuse the regular `ui5-input` instead.\n- To enter dates and times. In this case, use date/time related components instead.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/NumberInput.js\";`",
|
|
15450
|
+
"name": "NumberInput",
|
|
15451
|
+
"slots": [
|
|
15452
|
+
{
|
|
15453
|
+
"name": "valueStateMessage",
|
|
15454
|
+
"description": "Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state."
|
|
15455
|
+
}
|
|
15456
|
+
],
|
|
15457
|
+
"members": [
|
|
15458
|
+
{
|
|
15459
|
+
"kind": "field",
|
|
15460
|
+
"name": "accessibleName",
|
|
15461
|
+
"type": {
|
|
15462
|
+
"text": "string | undefined"
|
|
15463
|
+
},
|
|
15464
|
+
"description": "Defines the accessible ARIA name of the component.",
|
|
15465
|
+
"default": "undefined",
|
|
15466
|
+
"privacy": "public"
|
|
15467
|
+
},
|
|
15468
|
+
{
|
|
15469
|
+
"kind": "field",
|
|
15470
|
+
"name": "accessibleNameRef",
|
|
15471
|
+
"type": {
|
|
15472
|
+
"text": "string | undefined"
|
|
15473
|
+
},
|
|
15474
|
+
"description": "Receives ID (or many IDs) of the elements that label the component.",
|
|
15475
|
+
"default": "undefined",
|
|
15476
|
+
"privacy": "public"
|
|
15477
|
+
},
|
|
15478
|
+
{
|
|
15479
|
+
"kind": "field",
|
|
15480
|
+
"name": "disabled",
|
|
15481
|
+
"type": {
|
|
15482
|
+
"text": "boolean"
|
|
15483
|
+
},
|
|
15484
|
+
"default": "false",
|
|
15485
|
+
"description": "Determines whether the component is displayed as disabled.",
|
|
15486
|
+
"privacy": "public"
|
|
15487
|
+
},
|
|
15488
|
+
{
|
|
15489
|
+
"kind": "field",
|
|
15490
|
+
"name": "max",
|
|
15491
|
+
"type": {
|
|
15492
|
+
"text": "number | undefined"
|
|
15493
|
+
},
|
|
15494
|
+
"description": "Defines a maximum value of the component.",
|
|
15495
|
+
"default": "undefined",
|
|
15496
|
+
"privacy": "public"
|
|
15497
|
+
},
|
|
15498
|
+
{
|
|
15499
|
+
"kind": "field",
|
|
15500
|
+
"name": "min",
|
|
15501
|
+
"type": {
|
|
15502
|
+
"text": "number | undefined"
|
|
15503
|
+
},
|
|
15504
|
+
"description": "Defines a minimum value of the component.",
|
|
15505
|
+
"default": "undefined",
|
|
15506
|
+
"privacy": "public"
|
|
15507
|
+
},
|
|
15508
|
+
{
|
|
15509
|
+
"kind": "field",
|
|
15510
|
+
"name": "name",
|
|
15511
|
+
"type": {
|
|
15512
|
+
"text": "string | undefined"
|
|
15513
|
+
},
|
|
15514
|
+
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
15515
|
+
"default": "undefined",
|
|
15516
|
+
"privacy": "public"
|
|
15517
|
+
},
|
|
15518
|
+
{
|
|
15519
|
+
"kind": "field",
|
|
15520
|
+
"name": "placeholder",
|
|
15521
|
+
"type": {
|
|
15522
|
+
"text": "string | undefined"
|
|
15523
|
+
},
|
|
15524
|
+
"description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
|
|
15525
|
+
"default": "undefined",
|
|
15526
|
+
"privacy": "public"
|
|
15527
|
+
},
|
|
15528
|
+
{
|
|
15529
|
+
"kind": "field",
|
|
15530
|
+
"name": "readonly",
|
|
15531
|
+
"type": {
|
|
15532
|
+
"text": "boolean"
|
|
15533
|
+
},
|
|
15534
|
+
"default": "false",
|
|
15535
|
+
"description": "Determines whether the component is displayed as read-only.",
|
|
15536
|
+
"privacy": "public"
|
|
15537
|
+
},
|
|
15538
|
+
{
|
|
15539
|
+
"kind": "field",
|
|
15540
|
+
"name": "required",
|
|
15541
|
+
"type": {
|
|
15542
|
+
"text": "boolean"
|
|
15543
|
+
},
|
|
15544
|
+
"default": "false",
|
|
15545
|
+
"description": "Defines whether the component is required.",
|
|
15546
|
+
"privacy": "public"
|
|
15547
|
+
},
|
|
15548
|
+
{
|
|
15549
|
+
"kind": "field",
|
|
15550
|
+
"name": "step",
|
|
15551
|
+
"type": {
|
|
15552
|
+
"text": "number"
|
|
15553
|
+
},
|
|
15554
|
+
"default": "1",
|
|
15555
|
+
"description": "Defines a step of increasing/decreasing the value of the component.",
|
|
15556
|
+
"privacy": "public"
|
|
15557
|
+
},
|
|
15558
|
+
{
|
|
15559
|
+
"kind": "field",
|
|
15560
|
+
"name": "value",
|
|
15561
|
+
"type": {
|
|
15562
|
+
"text": "number"
|
|
15563
|
+
},
|
|
15564
|
+
"default": "0",
|
|
15565
|
+
"description": "Defines a value of the component.",
|
|
15566
|
+
"privacy": "public"
|
|
15567
|
+
},
|
|
15568
|
+
{
|
|
15569
|
+
"kind": "field",
|
|
15570
|
+
"name": "valuePrecision",
|
|
15571
|
+
"type": {
|
|
15572
|
+
"text": "number"
|
|
15573
|
+
},
|
|
15574
|
+
"default": "0",
|
|
15575
|
+
"description": "Determines the number of digits after the decimal point of the component.",
|
|
15576
|
+
"privacy": "public"
|
|
15577
|
+
},
|
|
15578
|
+
{
|
|
15579
|
+
"kind": "field",
|
|
15580
|
+
"name": "valueState",
|
|
15581
|
+
"type": {
|
|
15582
|
+
"text": "ValueState",
|
|
15583
|
+
"references": [
|
|
15584
|
+
{
|
|
15585
|
+
"name": "ValueState",
|
|
15586
|
+
"package": "@ui5/webcomponents-base",
|
|
15587
|
+
"module": "dist/types/ValueState.js"
|
|
15588
|
+
}
|
|
15589
|
+
]
|
|
15590
|
+
},
|
|
15591
|
+
"default": "\"None\"",
|
|
15592
|
+
"description": "Defines the value state of the component.",
|
|
15593
|
+
"privacy": "public"
|
|
15594
|
+
}
|
|
15595
|
+
],
|
|
15596
|
+
"events": [
|
|
15597
|
+
{
|
|
15598
|
+
"name": "change",
|
|
15599
|
+
"type": {
|
|
15600
|
+
"text": "CustomEvent"
|
|
15601
|
+
},
|
|
15602
|
+
"description": "Fired when the input operation has finished by pressing Enter or on focusout."
|
|
15603
|
+
},
|
|
15604
|
+
{
|
|
15605
|
+
"name": "input",
|
|
15606
|
+
"type": {
|
|
15607
|
+
"text": "CustomEvent"
|
|
15608
|
+
},
|
|
15609
|
+
"description": "Fired when the value of the component changes at each keystroke."
|
|
15610
|
+
},
|
|
15611
|
+
{
|
|
15612
|
+
"name": "value-state-change",
|
|
15187
15613
|
"type": {
|
|
15188
|
-
"text": "
|
|
15189
|
-
|
|
15190
|
-
|
|
15614
|
+
"text": "CustomEvent<NumberInputValueStateChangeEventDetail>",
|
|
15615
|
+
"references": [
|
|
15616
|
+
{
|
|
15617
|
+
"name": "NumberInputValueStateChangeEventDetail",
|
|
15618
|
+
"package": "@ui5/webcomponents",
|
|
15619
|
+
"module": "dist/NumberInput.js"
|
|
15620
|
+
}
|
|
15621
|
+
]
|
|
15622
|
+
},
|
|
15623
|
+
"description": "Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if its default action is\nprevented, the component will not update the value state."
|
|
15624
|
+
}
|
|
15625
|
+
],
|
|
15626
|
+
"attributes": [
|
|
15191
15627
|
{
|
|
15192
15628
|
"description": "Defines the accessible ARIA name of the component.",
|
|
15193
15629
|
"name": "accessible-name",
|
|
@@ -15198,7 +15634,7 @@
|
|
|
15198
15634
|
}
|
|
15199
15635
|
},
|
|
15200
15636
|
{
|
|
15201
|
-
"description": "Receives
|
|
15637
|
+
"description": "Receives ID (or many IDs) of the elements that label the component.",
|
|
15202
15638
|
"name": "accessible-name-ref",
|
|
15203
15639
|
"default": "undefined",
|
|
15204
15640
|
"fieldName": "accessibleNameRef",
|
|
@@ -15207,7 +15643,7 @@
|
|
|
15207
15643
|
}
|
|
15208
15644
|
},
|
|
15209
15645
|
{
|
|
15210
|
-
"description": "
|
|
15646
|
+
"description": "Determines whether the component is displayed as disabled.",
|
|
15211
15647
|
"name": "disabled",
|
|
15212
15648
|
"default": "false",
|
|
15213
15649
|
"fieldName": "disabled",
|
|
@@ -15216,25 +15652,25 @@
|
|
|
15216
15652
|
}
|
|
15217
15653
|
},
|
|
15218
15654
|
{
|
|
15219
|
-
"description": "Defines
|
|
15220
|
-
"name": "
|
|
15221
|
-
"default": "
|
|
15222
|
-
"fieldName": "
|
|
15655
|
+
"description": "Defines a maximum value of the component.",
|
|
15656
|
+
"name": "max",
|
|
15657
|
+
"default": "undefined",
|
|
15658
|
+
"fieldName": "max",
|
|
15223
15659
|
"type": {
|
|
15224
|
-
"text": "
|
|
15660
|
+
"text": "number | undefined"
|
|
15225
15661
|
}
|
|
15226
15662
|
},
|
|
15227
15663
|
{
|
|
15228
|
-
"description": "
|
|
15229
|
-
"name": "
|
|
15664
|
+
"description": "Defines a minimum value of the component.",
|
|
15665
|
+
"name": "min",
|
|
15230
15666
|
"default": "undefined",
|
|
15231
|
-
"fieldName": "
|
|
15667
|
+
"fieldName": "min",
|
|
15232
15668
|
"type": {
|
|
15233
15669
|
"text": "number | undefined"
|
|
15234
15670
|
}
|
|
15235
15671
|
},
|
|
15236
15672
|
{
|
|
15237
|
-
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element
|
|
15673
|
+
"description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
|
|
15238
15674
|
"name": "name",
|
|
15239
15675
|
"default": "undefined",
|
|
15240
15676
|
"fieldName": "name",
|
|
@@ -15243,25 +15679,7 @@
|
|
|
15243
15679
|
}
|
|
15244
15680
|
},
|
|
15245
15681
|
{
|
|
15246
|
-
"description": "Defines
|
|
15247
|
-
"name": "no-typeahead",
|
|
15248
|
-
"default": "false",
|
|
15249
|
-
"fieldName": "noTypeahead",
|
|
15250
|
-
"type": {
|
|
15251
|
-
"text": "boolean"
|
|
15252
|
-
}
|
|
15253
|
-
},
|
|
15254
|
-
{
|
|
15255
|
-
"description": "Defines whether the suggestions picker is open.\nThe picker will not open if the `showSuggestions` property is set to `false`, the input is disabled or the input is readonly.\nThe picker will close automatically and `close` event will be fired if the input is not in the viewport.",
|
|
15256
|
-
"name": "open",
|
|
15257
|
-
"default": "false",
|
|
15258
|
-
"fieldName": "open",
|
|
15259
|
-
"type": {
|
|
15260
|
-
"text": "boolean"
|
|
15261
|
-
}
|
|
15262
|
-
},
|
|
15263
|
-
{
|
|
15264
|
-
"description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
|
|
15682
|
+
"description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
|
|
15265
15683
|
"name": "placeholder",
|
|
15266
15684
|
"default": "undefined",
|
|
15267
15685
|
"fieldName": "placeholder",
|
|
@@ -15270,7 +15688,7 @@
|
|
|
15270
15688
|
}
|
|
15271
15689
|
},
|
|
15272
15690
|
{
|
|
15273
|
-
"description": "
|
|
15691
|
+
"description": "Determines whether the component is displayed as read-only.",
|
|
15274
15692
|
"name": "readonly",
|
|
15275
15693
|
"default": "false",
|
|
15276
15694
|
"fieldName": "readonly",
|
|
@@ -15288,48 +15706,30 @@
|
|
|
15288
15706
|
}
|
|
15289
15707
|
},
|
|
15290
15708
|
{
|
|
15291
|
-
"description": "Defines
|
|
15292
|
-
"name": "
|
|
15293
|
-
"default": "
|
|
15294
|
-
"fieldName": "
|
|
15295
|
-
"type": {
|
|
15296
|
-
"text": "boolean"
|
|
15297
|
-
}
|
|
15298
|
-
},
|
|
15299
|
-
{
|
|
15300
|
-
"description": "Defines whether the component should show suggestions, if such are present.",
|
|
15301
|
-
"name": "show-suggestions",
|
|
15302
|
-
"default": "false",
|
|
15303
|
-
"fieldName": "showSuggestions",
|
|
15304
|
-
"type": {
|
|
15305
|
-
"text": "boolean"
|
|
15306
|
-
}
|
|
15307
|
-
},
|
|
15308
|
-
{
|
|
15309
|
-
"description": "Determines whether a value help icon will be visualized in the end of the input.\nPressing the icon will fire `value-help-trigger` event.",
|
|
15310
|
-
"name": "show-value-help-icon",
|
|
15311
|
-
"default": "false",
|
|
15312
|
-
"fieldName": "showValueHelpIcon",
|
|
15709
|
+
"description": "Defines a step of increasing/decreasing the value of the component.",
|
|
15710
|
+
"name": "step",
|
|
15711
|
+
"default": "1",
|
|
15712
|
+
"fieldName": "step",
|
|
15313
15713
|
"type": {
|
|
15314
|
-
"text": "
|
|
15714
|
+
"text": "number"
|
|
15315
15715
|
}
|
|
15316
15716
|
},
|
|
15317
15717
|
{
|
|
15318
|
-
"description": "Defines
|
|
15319
|
-
"name": "
|
|
15320
|
-
"default": "
|
|
15321
|
-
"fieldName": "
|
|
15718
|
+
"description": "Defines a value of the component.",
|
|
15719
|
+
"name": "value",
|
|
15720
|
+
"default": "0",
|
|
15721
|
+
"fieldName": "value",
|
|
15322
15722
|
"type": {
|
|
15323
|
-
"text": "
|
|
15723
|
+
"text": "number"
|
|
15324
15724
|
}
|
|
15325
15725
|
},
|
|
15326
15726
|
{
|
|
15327
|
-
"description": "
|
|
15328
|
-
"name": "value",
|
|
15329
|
-
"default": "
|
|
15330
|
-
"fieldName": "
|
|
15727
|
+
"description": "Determines the number of digits after the decimal point of the component.",
|
|
15728
|
+
"name": "value-precision",
|
|
15729
|
+
"default": "0",
|
|
15730
|
+
"fieldName": "valuePrecision",
|
|
15331
15731
|
"type": {
|
|
15332
|
-
"text": "
|
|
15732
|
+
"text": "number"
|
|
15333
15733
|
}
|
|
15334
15734
|
},
|
|
15335
15735
|
{
|
|
@@ -15343,26 +15743,12 @@
|
|
|
15343
15743
|
}
|
|
15344
15744
|
],
|
|
15345
15745
|
"superclass": {
|
|
15346
|
-
"name": "
|
|
15347
|
-
"package": "@ui5/webcomponents",
|
|
15348
|
-
"module": "dist/
|
|
15746
|
+
"name": "UI5Element",
|
|
15747
|
+
"package": "@ui5/webcomponents-base",
|
|
15748
|
+
"module": "dist/UI5Element.js"
|
|
15349
15749
|
},
|
|
15350
|
-
"tagName": "ui5-
|
|
15351
|
-
"customElement": true
|
|
15352
|
-
"cssParts": [
|
|
15353
|
-
{
|
|
15354
|
-
"description": "Used to style the clear icon, which can be pressed to clear user input text",
|
|
15355
|
-
"name": "clear-icon"
|
|
15356
|
-
},
|
|
15357
|
-
{
|
|
15358
|
-
"description": "Used to style the native input element",
|
|
15359
|
-
"name": "input"
|
|
15360
|
-
},
|
|
15361
|
-
{
|
|
15362
|
-
"description": "Used to style the root DOM element of the Input component",
|
|
15363
|
-
"name": "root"
|
|
15364
|
-
}
|
|
15365
|
-
]
|
|
15750
|
+
"tagName": "ui5-number-input",
|
|
15751
|
+
"customElement": true
|
|
15366
15752
|
}
|
|
15367
15753
|
],
|
|
15368
15754
|
"exports": [
|
|
@@ -15370,16 +15756,16 @@
|
|
|
15370
15756
|
"kind": "js",
|
|
15371
15757
|
"name": "default",
|
|
15372
15758
|
"declaration": {
|
|
15373
|
-
"name": "
|
|
15374
|
-
"module": "dist/
|
|
15759
|
+
"name": "NumberInput",
|
|
15760
|
+
"module": "dist/NumberInput.js"
|
|
15375
15761
|
}
|
|
15376
15762
|
},
|
|
15377
15763
|
{
|
|
15378
15764
|
"kind": "custom-element-definition",
|
|
15379
|
-
"name": "ui5-
|
|
15765
|
+
"name": "ui5-number-input",
|
|
15380
15766
|
"declaration": {
|
|
15381
|
-
"name": "
|
|
15382
|
-
"module": "dist/
|
|
15767
|
+
"name": "NumberInput",
|
|
15768
|
+
"module": "dist/NumberInput.js"
|
|
15383
15769
|
}
|
|
15384
15770
|
}
|
|
15385
15771
|
]
|
|
@@ -15681,6 +16067,71 @@
|
|
|
15681
16067
|
}
|
|
15682
16068
|
]
|
|
15683
16069
|
},
|
|
16070
|
+
{
|
|
16071
|
+
"kind": "javascript-module",
|
|
16072
|
+
"path": "dist/OptionGroup.js",
|
|
16073
|
+
"declarations": [
|
|
16074
|
+
{
|
|
16075
|
+
"kind": "class",
|
|
16076
|
+
"description": "### Overview\n\nThe `ui5-option-group` component is used to group options within a `ui5-select`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/OptionGroup.js\";`",
|
|
16077
|
+
"name": "OptionGroup",
|
|
16078
|
+
"slots": [
|
|
16079
|
+
{
|
|
16080
|
+
"name": "default",
|
|
16081
|
+
"description": "Defines the options of the group.\n\n**Note:** Use the `ui5-option` component to define the desired options."
|
|
16082
|
+
}
|
|
16083
|
+
],
|
|
16084
|
+
"members": [
|
|
16085
|
+
{
|
|
16086
|
+
"kind": "field",
|
|
16087
|
+
"name": "headerText",
|
|
16088
|
+
"type": {
|
|
16089
|
+
"text": "string | undefined"
|
|
16090
|
+
},
|
|
16091
|
+
"description": "Defines the header text of the group.",
|
|
16092
|
+
"privacy": "public",
|
|
16093
|
+
"default": "undefined"
|
|
16094
|
+
}
|
|
16095
|
+
],
|
|
16096
|
+
"superclass": {
|
|
16097
|
+
"name": "ListItemGroupBase",
|
|
16098
|
+
"package": "@ui5/webcomponents",
|
|
16099
|
+
"module": "dist/ListItemGroupBase.js"
|
|
16100
|
+
},
|
|
16101
|
+
"tagName": "ui5-option-group",
|
|
16102
|
+
"customElement": true,
|
|
16103
|
+
"attributes": [
|
|
16104
|
+
{
|
|
16105
|
+
"description": "Defines the header text of the group.",
|
|
16106
|
+
"name": "header-text",
|
|
16107
|
+
"default": "undefined",
|
|
16108
|
+
"fieldName": "headerText",
|
|
16109
|
+
"type": {
|
|
16110
|
+
"text": "string | undefined"
|
|
16111
|
+
}
|
|
16112
|
+
}
|
|
16113
|
+
]
|
|
16114
|
+
}
|
|
16115
|
+
],
|
|
16116
|
+
"exports": [
|
|
16117
|
+
{
|
|
16118
|
+
"kind": "js",
|
|
16119
|
+
"name": "default",
|
|
16120
|
+
"declaration": {
|
|
16121
|
+
"name": "OptionGroup",
|
|
16122
|
+
"module": "dist/OptionGroup.js"
|
|
16123
|
+
}
|
|
16124
|
+
},
|
|
16125
|
+
{
|
|
16126
|
+
"kind": "custom-element-definition",
|
|
16127
|
+
"name": "ui5-option-group",
|
|
16128
|
+
"declaration": {
|
|
16129
|
+
"name": "OptionGroup",
|
|
16130
|
+
"module": "dist/OptionGroup.js"
|
|
16131
|
+
}
|
|
16132
|
+
}
|
|
16133
|
+
]
|
|
16134
|
+
},
|
|
15684
16135
|
{
|
|
15685
16136
|
"kind": "javascript-module",
|
|
15686
16137
|
"path": "dist/Panel.js",
|
|
@@ -18675,7 +19126,7 @@
|
|
|
18675
19126
|
"slots": [
|
|
18676
19127
|
{
|
|
18677
19128
|
"name": "default",
|
|
18678
|
-
"description": "Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-option` component to define the desired options."
|
|
19129
|
+
"description": "Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-option` component to define the desired options.\nUse the `ui5-option-group` component to group options."
|
|
18679
19130
|
},
|
|
18680
19131
|
{
|
|
18681
19132
|
"name": "label",
|
|
@@ -19814,7 +20265,7 @@
|
|
|
19814
20265
|
]
|
|
19815
20266
|
},
|
|
19816
20267
|
"default": "{}",
|
|
19817
|
-
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe `accessibilityAttributes` property accepts an object with the following optional fields:\n\n- **root**: Attributes that will be applied to the main (text) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **
|
|
20268
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe `accessibilityAttributes` property accepts an object with the following optional fields:\n\n- **root**: Attributes that will be applied to the main (text) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **title**: Specifies a tooltip or description for screen readers.\n Accepts any string value.\n\t- **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **arrowButton**: Attributes applied specifically to the arrow (split) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the arrow button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **expanded**: Indicates whether the popup triggered by the arrow button is currently expanded.\n Accepts boolean values: `true` or `false`.",
|
|
19818
20269
|
"privacy": "public"
|
|
19819
20270
|
},
|
|
19820
20271
|
{
|
|
@@ -19893,7 +20344,7 @@
|
|
|
19893
20344
|
],
|
|
19894
20345
|
"attributes": [
|
|
19895
20346
|
{
|
|
19896
|
-
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe `accessibilityAttributes` property accepts an object with the following optional fields:\n\n- **root**: Attributes that will be applied to the main (text) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **
|
|
20347
|
+
"description": "Defines the additional accessibility attributes that will be applied to the component.\nThe `accessibilityAttributes` property accepts an object with the following optional fields:\n\n- **root**: Attributes that will be applied to the main (text) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **title**: Specifies a tooltip or description for screen readers.\n Accepts any string value.\n\t- **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **arrowButton**: Attributes applied specifically to the arrow (split) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the arrow button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **expanded**: Indicates whether the popup triggered by the arrow button is currently expanded.\n Accepts boolean values: `true` or `false`.",
|
|
19897
20348
|
"name": "accessibility-attributes",
|
|
19898
20349
|
"default": "{}",
|
|
19899
20350
|
"fieldName": "accessibilityAttributes",
|
|
@@ -19986,7 +20437,7 @@
|
|
|
19986
20437
|
"slots": [
|
|
19987
20438
|
{
|
|
19988
20439
|
"name": "valueStateMessage",
|
|
19989
|
-
"description": "Defines the value state message that will be displayed as pop up under the component
|
|
20440
|
+
"description": "Defines the value state message that will be displayed as pop up under the component."
|
|
19990
20441
|
}
|
|
19991
20442
|
],
|
|
19992
20443
|
"members": [
|
|
@@ -20046,7 +20497,7 @@
|
|
|
20046
20497
|
"type": {
|
|
20047
20498
|
"text": "string | undefined"
|
|
20048
20499
|
},
|
|
20049
|
-
"description": "Determines the name by which the component will be identified upon submission in an HTML form
|
|
20500
|
+
"description": "Determines the name by which the component will be identified upon submission in an HTML form.",
|
|
20050
20501
|
"default": "undefined",
|
|
20051
20502
|
"privacy": "public"
|
|
20052
20503
|
},
|
|
@@ -20056,7 +20507,7 @@
|
|
|
20056
20507
|
"type": {
|
|
20057
20508
|
"text": "string | undefined"
|
|
20058
20509
|
},
|
|
20059
|
-
"description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value
|
|
20510
|
+
"description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.",
|
|
20060
20511
|
"default": "undefined",
|
|
20061
20512
|
"privacy": "public"
|
|
20062
20513
|
},
|
|
@@ -20205,7 +20656,7 @@
|
|
|
20205
20656
|
}
|
|
20206
20657
|
},
|
|
20207
20658
|
{
|
|
20208
|
-
"description": "Determines the name by which the component will be identified upon submission in an HTML form
|
|
20659
|
+
"description": "Determines the name by which the component will be identified upon submission in an HTML form.",
|
|
20209
20660
|
"name": "name",
|
|
20210
20661
|
"default": "undefined",
|
|
20211
20662
|
"fieldName": "name",
|
|
@@ -20214,7 +20665,7 @@
|
|
|
20214
20665
|
}
|
|
20215
20666
|
},
|
|
20216
20667
|
{
|
|
20217
|
-
"description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value
|
|
20668
|
+
"description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.",
|
|
20218
20669
|
"name": "placeholder",
|
|
20219
20670
|
"default": "undefined",
|
|
20220
20671
|
"fieldName": "placeholder",
|
|
@@ -20488,6 +20939,16 @@
|
|
|
20488
20939
|
"kind": "class",
|
|
20489
20940
|
"description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.",
|
|
20490
20941
|
"name": "SuggestionItemGroup",
|
|
20942
|
+
"cssParts": [
|
|
20943
|
+
{
|
|
20944
|
+
"description": "Used to style the header item of the group",
|
|
20945
|
+
"name": "header"
|
|
20946
|
+
},
|
|
20947
|
+
{
|
|
20948
|
+
"description": "Used to style the title of the group header",
|
|
20949
|
+
"name": "title"
|
|
20950
|
+
}
|
|
20951
|
+
],
|
|
20491
20952
|
"slots": [
|
|
20492
20953
|
{
|
|
20493
20954
|
"name": "default",
|
|
@@ -20505,16 +20966,6 @@
|
|
|
20505
20966
|
},
|
|
20506
20967
|
"tagName": "ui5-suggestion-item-group",
|
|
20507
20968
|
"customElement": true,
|
|
20508
|
-
"cssParts": [
|
|
20509
|
-
{
|
|
20510
|
-
"description": "Used to style the header item of the group",
|
|
20511
|
-
"name": "header"
|
|
20512
|
-
},
|
|
20513
|
-
{
|
|
20514
|
-
"description": "Used to style the title of the group header",
|
|
20515
|
-
"name": "title"
|
|
20516
|
-
}
|
|
20517
|
-
],
|
|
20518
20969
|
"attributes": [
|
|
20519
20970
|
{
|
|
20520
20971
|
"description": "Defines the accessible name of the header.",
|
|
@@ -20526,7 +20977,7 @@
|
|
|
20526
20977
|
}
|
|
20527
20978
|
},
|
|
20528
20979
|
{
|
|
20529
|
-
"description": "Defines the header text of the
|
|
20980
|
+
"description": "Defines the header text of the group.",
|
|
20530
20981
|
"name": "header-text",
|
|
20531
20982
|
"default": "undefined",
|
|
20532
20983
|
"fieldName": "headerText",
|
|
@@ -20561,7 +21012,7 @@
|
|
|
20561
21012
|
"type": {
|
|
20562
21013
|
"text": "string | undefined"
|
|
20563
21014
|
},
|
|
20564
|
-
"description": "Defines the header text of the
|
|
21015
|
+
"description": "Defines the header text of the group.",
|
|
20565
21016
|
"privacy": "public",
|
|
20566
21017
|
"default": "undefined"
|
|
20567
21018
|
},
|
|
@@ -20889,7 +21340,7 @@
|
|
|
20889
21340
|
]
|
|
20890
21341
|
},
|
|
20891
21342
|
"default": "\"Active\"",
|
|
20892
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
21343
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
20893
21344
|
"privacy": "public"
|
|
20894
21345
|
},
|
|
20895
21346
|
{
|
|
@@ -21045,7 +21496,7 @@
|
|
|
21045
21496
|
}
|
|
21046
21497
|
},
|
|
21047
21498
|
{
|
|
21048
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
21499
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
21049
21500
|
"name": "type",
|
|
21050
21501
|
"default": "\"Active\"",
|
|
21051
21502
|
"fieldName": "type",
|
|
@@ -27149,6 +27600,16 @@
|
|
|
27149
27600
|
"description": "Defines the additional accessibility attributes that will be applied to the component.\n\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
|
|
27150
27601
|
"privacy": "public"
|
|
27151
27602
|
},
|
|
27603
|
+
{
|
|
27604
|
+
"kind": "field",
|
|
27605
|
+
"name": "accessibleDescription",
|
|
27606
|
+
"type": {
|
|
27607
|
+
"text": "string | undefined"
|
|
27608
|
+
},
|
|
27609
|
+
"description": "Defines the accessible description of the component.",
|
|
27610
|
+
"default": "undefined",
|
|
27611
|
+
"privacy": "public"
|
|
27612
|
+
},
|
|
27152
27613
|
{
|
|
27153
27614
|
"kind": "field",
|
|
27154
27615
|
"name": "accessibleName",
|
|
@@ -27169,6 +27630,23 @@
|
|
|
27169
27630
|
"default": "undefined",
|
|
27170
27631
|
"privacy": "public"
|
|
27171
27632
|
},
|
|
27633
|
+
{
|
|
27634
|
+
"kind": "field",
|
|
27635
|
+
"name": "accessibleRole",
|
|
27636
|
+
"type": {
|
|
27637
|
+
"text": "ButtonAccessibleRole",
|
|
27638
|
+
"references": [
|
|
27639
|
+
{
|
|
27640
|
+
"name": "ButtonAccessibleRole",
|
|
27641
|
+
"package": "@ui5/webcomponents",
|
|
27642
|
+
"module": "dist/types/ButtonAccessibleRole.js"
|
|
27643
|
+
}
|
|
27644
|
+
]
|
|
27645
|
+
},
|
|
27646
|
+
"default": "\"Button\"",
|
|
27647
|
+
"description": "Defines the ARIA role of the component.\n\n**Note:** Use `ButtonAccessibleRole.Link` role only with a press handler that performs navigation.\nIn all other scenarios the default button semantics are recommended.",
|
|
27648
|
+
"privacy": "public"
|
|
27649
|
+
},
|
|
27172
27650
|
{
|
|
27173
27651
|
"kind": "field",
|
|
27174
27652
|
"name": "design",
|
|
@@ -27303,6 +27781,15 @@
|
|
|
27303
27781
|
"text": "ButtonAccessibilityAttributes"
|
|
27304
27782
|
}
|
|
27305
27783
|
},
|
|
27784
|
+
{
|
|
27785
|
+
"description": "Defines the accessible description of the component.",
|
|
27786
|
+
"name": "accessible-description",
|
|
27787
|
+
"default": "undefined",
|
|
27788
|
+
"fieldName": "accessibleDescription",
|
|
27789
|
+
"type": {
|
|
27790
|
+
"text": "string | undefined"
|
|
27791
|
+
}
|
|
27792
|
+
},
|
|
27306
27793
|
{
|
|
27307
27794
|
"description": "Defines the accessible ARIA name of the component.",
|
|
27308
27795
|
"name": "accessible-name",
|
|
@@ -27321,6 +27808,15 @@
|
|
|
27321
27808
|
"text": "string | undefined"
|
|
27322
27809
|
}
|
|
27323
27810
|
},
|
|
27811
|
+
{
|
|
27812
|
+
"description": "Defines the ARIA role of the component.\n\n**Note:** Use `ButtonAccessibleRole.Link` role only with a press handler that performs navigation.\nIn all other scenarios the default button semantics are recommended.",
|
|
27813
|
+
"name": "accessible-role",
|
|
27814
|
+
"default": "\"Button\"",
|
|
27815
|
+
"fieldName": "accessibleRole",
|
|
27816
|
+
"type": {
|
|
27817
|
+
"text": "\"Button\" | \"Link\""
|
|
27818
|
+
}
|
|
27819
|
+
},
|
|
27324
27820
|
{
|
|
27325
27821
|
"description": "Defines the action design.",
|
|
27326
27822
|
"name": "design",
|
|
@@ -28738,7 +29234,7 @@
|
|
|
28738
29234
|
]
|
|
28739
29235
|
},
|
|
28740
29236
|
"default": "\"Active\"",
|
|
28741
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
29237
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
28742
29238
|
"privacy": "public"
|
|
28743
29239
|
}
|
|
28744
29240
|
],
|
|
@@ -28879,7 +29375,7 @@
|
|
|
28879
29375
|
}
|
|
28880
29376
|
},
|
|
28881
29377
|
{
|
|
28882
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
29378
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
28883
29379
|
"name": "type",
|
|
28884
29380
|
"default": "\"Active\"",
|
|
28885
29381
|
"fieldName": "type",
|
|
@@ -29159,7 +29655,7 @@
|
|
|
29159
29655
|
]
|
|
29160
29656
|
},
|
|
29161
29657
|
"default": "\"Active\"",
|
|
29162
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
29658
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
29163
29659
|
"privacy": "public"
|
|
29164
29660
|
}
|
|
29165
29661
|
],
|
|
@@ -29305,7 +29801,7 @@
|
|
|
29305
29801
|
}
|
|
29306
29802
|
},
|
|
29307
29803
|
{
|
|
29308
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
29804
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
29309
29805
|
"name": "type",
|
|
29310
29806
|
"default": "\"Active\"",
|
|
29311
29807
|
"fieldName": "type",
|
|
@@ -29567,7 +30063,7 @@
|
|
|
29567
30063
|
]
|
|
29568
30064
|
},
|
|
29569
30065
|
"default": "\"Active\"",
|
|
29570
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
30066
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
29571
30067
|
"privacy": "public"
|
|
29572
30068
|
}
|
|
29573
30069
|
],
|
|
@@ -29699,7 +30195,7 @@
|
|
|
29699
30195
|
}
|
|
29700
30196
|
},
|
|
29701
30197
|
{
|
|
29702
|
-
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection
|
|
30198
|
+
"description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `InactiveSelectable`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive`, `InactiveSelectable` and `Detail` - will not.\n\n**Note:** `InactiveSelectable` behaves like `Inactive` but allows selection to be toggled\nvia the checkbox (Multi mode) or radio button (Single modes) when the list has a selection mode.\nClicking the item body or pressing Space/Enter does not trigger selection — only interacting\nwith the selection component directly does. The `item-click` event is not fired for this type.",
|
|
29703
30199
|
"name": "type",
|
|
29704
30200
|
"default": "\"Active\"",
|
|
29705
30201
|
"fieldName": "type",
|