@ui5/webcomponents 2.25.0-rc.0 → 2.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +64 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/CarouselTemplate.js +1 -1
- package/dist/CarouselTemplate.js.map +1 -1
- package/dist/ComboBox.d.ts +1 -0
- package/dist/ComboBox.js +8 -1
- package/dist/ComboBox.js.map +1 -1
- package/dist/DayPicker.d.ts +4 -2
- package/dist/DayPicker.js +15 -11
- package/dist/DayPicker.js.map +1 -1
- package/dist/DynamicDateRange.d.ts +11 -0
- package/dist/DynamicDateRange.js +12 -0
- package/dist/DynamicDateRange.js.map +1 -1
- package/dist/DynamicDateRangeInputTemplate.js +1 -1
- package/dist/DynamicDateRangeInputTemplate.js.map +1 -1
- package/dist/FileUploader.js +1 -2
- package/dist/FileUploader.js.map +1 -1
- package/dist/FileUploaderTemplate.js +1 -1
- package/dist/FileUploaderTemplate.js.map +1 -1
- package/dist/IToolbarArrowNavProvider.d.ts +32 -0
- package/dist/IToolbarArrowNavProvider.js +4 -0
- package/dist/IToolbarArrowNavProvider.js.map +1 -0
- package/dist/Input.d.ts +3 -1
- package/dist/Input.js +18 -0
- package/dist/Input.js.map +1 -1
- package/dist/InputIcon.d.ts +64 -0
- package/dist/InputIcon.js +118 -0
- package/dist/InputIcon.js.map +1 -0
- package/dist/InputIconTemplate.d.ts +2 -0
- package/dist/InputIconTemplate.js +11 -0
- package/dist/InputIconTemplate.js.map +1 -0
- package/dist/ListItemCustom.js.map +1 -1
- package/dist/MenuItem.js +1 -1
- package/dist/MenuItem.js.map +1 -1
- package/dist/MenuSeparator.d.ts +7 -14
- package/dist/MenuSeparator.js +5 -24
- package/dist/MenuSeparator.js.map +1 -1
- package/dist/MenuSeparatorTemplate.js +1 -2
- package/dist/MenuSeparatorTemplate.js.map +1 -1
- package/dist/MultiComboBox.js +8 -3
- package/dist/MultiComboBox.js.map +1 -1
- package/dist/MultiComboBoxItem.d.ts +1 -0
- package/dist/MultiComboBoxItem.js +7 -1
- package/dist/MultiComboBoxItem.js.map +1 -1
- package/dist/MultiComboBoxItemTemplate.js +4 -2
- package/dist/MultiComboBoxItemTemplate.js.map +1 -1
- package/dist/MultiInput.js +1 -0
- package/dist/MultiInput.js.map +1 -1
- package/dist/RangeSlider.js +1 -1
- package/dist/RangeSlider.js.map +1 -1
- package/dist/RatingIndicator.d.ts +2 -0
- package/dist/RatingIndicator.js +2 -0
- package/dist/RatingIndicator.js.map +1 -1
- package/dist/Slider.js +3 -0
- package/dist/Slider.js.map +1 -1
- package/dist/SliderBase.d.ts +6 -0
- package/dist/SliderBase.js +8 -0
- package/dist/SliderBase.js.map +1 -1
- package/dist/SliderTemplate.js +1 -1
- package/dist/SliderTemplate.js.map +1 -1
- package/dist/Table.js +4 -2
- package/dist/Table.js.map +1 -1
- package/dist/Toolbar.d.ts +40 -3
- package/dist/Toolbar.js +225 -6
- package/dist/Toolbar.js.map +1 -1
- package/dist/ToolbarItem.d.ts +30 -0
- package/dist/ToolbarItem.js +202 -0
- package/dist/ToolbarItem.js.map +1 -1
- package/dist/ToolbarItemBase.d.ts +10 -0
- package/dist/ToolbarItemBase.js +19 -0
- package/dist/ToolbarItemBase.js.map +1 -1
- package/dist/ToolbarSelect.d.ts +4 -2
- package/dist/ToolbarSelect.js +7 -4
- package/dist/ToolbarSelect.js.map +1 -1
- package/dist/ToolbarSelectOption.d.ts +7 -0
- package/dist/ToolbarSelectOption.js +4 -1
- package/dist/ToolbarSelectOption.js.map +1 -1
- package/dist/ToolbarSelectTemplate.js +1 -1
- package/dist/ToolbarSelectTemplate.js.map +1 -1
- package/dist/TreeItemBase.js.map +1 -1
- package/dist/bundle.esm.js +1 -0
- package/dist/bundle.esm.js.map +1 -1
- package/dist/css/themes/ColorPalette.css +1 -1
- package/dist/css/themes/ComboBox.css +1 -1
- package/dist/css/themes/DatePicker.css +1 -1
- package/dist/css/themes/DynamicDateRange.css +1 -1
- package/dist/css/themes/FileUploader.css +1 -1
- package/dist/css/themes/Input.css +1 -1
- package/dist/css/themes/InputIcon.css +1 -1
- package/dist/css/themes/MultiComboBox.css +1 -1
- package/dist/css/themes/MultiComboBoxItem.css +1 -1
- package/dist/css/themes/MultiComboBoxPopover.css +1 -1
- package/dist/css/themes/MultiInput.css +1 -1
- package/dist/css/themes/Select.css +1 -1
- package/dist/css/themes/StepInput.css +1 -1
- package/dist/css/themes/TimePicker.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/dist/custom-elements-internal.json +157 -40
- package/dist/custom-elements.json +140 -25
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.js +1 -1
- package/dist/generated/i18n/i18n-defaults.js.map +1 -1
- package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
- package/dist/generated/themes/ColorPalette.css.js +1 -1
- package/dist/generated/themes/ColorPalette.css.js.map +1 -1
- package/dist/generated/themes/ComboBox.css.d.ts +1 -1
- package/dist/generated/themes/ComboBox.css.js +1 -1
- package/dist/generated/themes/ComboBox.css.js.map +1 -1
- package/dist/generated/themes/DatePicker.css.d.ts +1 -1
- package/dist/generated/themes/DatePicker.css.js +1 -1
- package/dist/generated/themes/DatePicker.css.js.map +1 -1
- package/dist/generated/themes/DynamicDateRange.css.d.ts +1 -1
- package/dist/generated/themes/DynamicDateRange.css.js +1 -1
- package/dist/generated/themes/DynamicDateRange.css.js.map +1 -1
- package/dist/generated/themes/FileUploader.css.d.ts +1 -1
- package/dist/generated/themes/FileUploader.css.js +1 -1
- package/dist/generated/themes/FileUploader.css.js.map +1 -1
- package/dist/generated/themes/Input.css.d.ts +1 -1
- package/dist/generated/themes/Input.css.js +1 -1
- package/dist/generated/themes/Input.css.js.map +1 -1
- package/dist/generated/themes/InputIcon.css.d.ts +1 -1
- package/dist/generated/themes/InputIcon.css.js +1 -1
- package/dist/generated/themes/InputIcon.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
- package/dist/generated/themes/MultiComboBox.css.js +1 -1
- package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
- package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
- package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
- package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
- package/dist/generated/themes/MultiInput.css.d.ts +1 -1
- package/dist/generated/themes/MultiInput.css.js +1 -1
- package/dist/generated/themes/MultiInput.css.js.map +1 -1
- package/dist/generated/themes/Select.css.d.ts +1 -1
- package/dist/generated/themes/Select.css.js +1 -1
- package/dist/generated/themes/Select.css.js.map +1 -1
- package/dist/generated/themes/StepInput.css.d.ts +1 -1
- package/dist/generated/themes/StepInput.css.js +1 -1
- package/dist/generated/themes/StepInput.css.js.map +1 -1
- package/dist/generated/themes/TimePicker.css.d.ts +1 -1
- package/dist/generated/themes/TimePicker.css.js +1 -1
- package/dist/generated/themes/TimePicker.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
- package/dist/vscode.html-custom-data.json +31 -4
- package/dist/web-types.json +72 -22
- package/package.json +11 -11
- package/src/CarouselTemplate.tsx +0 -1
- package/src/DynamicDateRangeInputTemplate.tsx +1 -0
- package/src/FileUploaderTemplate.tsx +1 -1
- package/src/InputIconTemplate.tsx +36 -0
- package/src/MenuSeparatorTemplate.tsx +2 -4
- package/src/MultiComboBoxItemTemplate.tsx +4 -1
- package/src/SliderTemplate.tsx +1 -0
- package/src/ToolbarSelectTemplate.tsx +1 -0
- package/src/i18n/messagebundle.properties +1 -1
- package/src/i18n/messagebundle_ar.properties +6 -1
- package/src/i18n/messagebundle_bg.properties +6 -1
- package/src/i18n/messagebundle_ca.properties +6 -1
- package/src/i18n/messagebundle_cnr.properties +6 -1
- package/src/i18n/messagebundle_cs.properties +6 -1
- package/src/i18n/messagebundle_cy.properties +6 -1
- package/src/i18n/messagebundle_da.properties +6 -1
- package/src/i18n/messagebundle_de.properties +6 -1
- package/src/i18n/messagebundle_el.properties +6 -1
- package/src/i18n/messagebundle_en.properties +6 -1
- package/src/i18n/messagebundle_en_GB.properties +6 -1
- package/src/i18n/messagebundle_en_US_sappsd.properties +6 -1
- package/src/i18n/messagebundle_en_US_saprigi.properties +6 -1
- package/src/i18n/messagebundle_en_US_saptrc.properties +6 -1
- package/src/i18n/messagebundle_es.properties +6 -1
- package/src/i18n/messagebundle_es_MX.properties +6 -1
- package/src/i18n/messagebundle_et.properties +6 -1
- package/src/i18n/messagebundle_fi.properties +6 -1
- package/src/i18n/messagebundle_fr.properties +15 -10
- package/src/i18n/messagebundle_fr_CA.properties +6 -1
- package/src/i18n/messagebundle_hi.properties +6 -1
- package/src/i18n/messagebundle_hr.properties +6 -1
- package/src/i18n/messagebundle_hu.properties +6 -1
- package/src/i18n/messagebundle_id.properties +6 -1
- package/src/i18n/messagebundle_it.properties +6 -1
- package/src/i18n/messagebundle_iw.properties +6 -1
- package/src/i18n/messagebundle_ja.properties +6 -1
- package/src/i18n/messagebundle_kk.properties +6 -1
- package/src/i18n/messagebundle_ko.properties +6 -1
- package/src/i18n/messagebundle_lt.properties +6 -1
- package/src/i18n/messagebundle_lv.properties +6 -1
- package/src/i18n/messagebundle_mk.properties +6 -1
- package/src/i18n/messagebundle_ms.properties +6 -1
- package/src/i18n/messagebundle_nl.properties +6 -1
- package/src/i18n/messagebundle_no.properties +6 -1
- package/src/i18n/messagebundle_pl.properties +6 -1
- package/src/i18n/messagebundle_pt.properties +6 -1
- package/src/i18n/messagebundle_pt_PT.properties +6 -1
- package/src/i18n/messagebundle_ro.properties +6 -1
- package/src/i18n/messagebundle_ru.properties +6 -1
- package/src/i18n/messagebundle_sh.properties +6 -1
- package/src/i18n/messagebundle_sk.properties +6 -1
- package/src/i18n/messagebundle_sl.properties +6 -1
- package/src/i18n/messagebundle_sr.properties +6 -1
- package/src/i18n/messagebundle_sv.properties +6 -1
- package/src/i18n/messagebundle_th.properties +6 -1
- package/src/i18n/messagebundle_tr.properties +6 -1
- package/src/i18n/messagebundle_uk.properties +6 -1
- package/src/i18n/messagebundle_vi.properties +6 -1
- package/src/i18n/messagebundle_zh_CN.properties +6 -1
- package/src/i18n/messagebundle_zh_TW.properties +6 -1
- package/src/themes/ColorPalette.css +1 -0
- package/src/themes/DatePicker.css +1 -2
- package/src/themes/Input.css +64 -0
- package/src/themes/InputIcon.css +44 -8
- package/src/themes/MultiComboBoxItem.css +2 -0
- package/src/themes/MultiComboBoxPopover.css +16 -6
- package/src/themes/sap_horizon/Card-parameters.css +1 -1
- package/src/themes/sap_horizon_dark/Card-parameters.css +1 -1
|
@@ -9940,6 +9940,17 @@
|
|
|
9940
9940
|
"description": "### Overview\n\nThe `ui5-dynamic-date-range` component provides a flexible interface to define date ranges using a combination of absolute dates, relative intervals, and preset ranges (e.g., \"Today\", \"Yesterday\", etc.).\nIt allows users to select a date range from a predefined set of options or enter custom dates.\n\n### Usage\n\nThe component is typically used in scenarios where users need to filter data based on date ranges, such as in reports, dashboards, or data analysis tools.\nIt can be used with the predefined options or extended with custom options to suit specific requirements. You can create your own options by extending the `IDynamicDateRangeOption` interface.\nEvery option should be registered using the `DynamicDateRange.register` method.\n\nIf needed, you can also create a range of dates based on specific option using the `toDates` method.\n\n### Standard Options\n\nThe component comes with a set of standard options, including:\n- \"TODAY\" - Represents the current date. An example value is `{ operator: \"TODAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Today.js\";`\n- \"YESTERDAY\" - Represents the previous date. An example value is `{ operator: \"YESTERDAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Yesterday.js\";`\n- \"TOMORROW\" - Represents the next date. An example value is `{ operator: \"TOMORROW\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Tomorrow.js\";`\n- \"DATE\" - Represents a single date. An example value is `{ operator: \"DATE\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/SingleDate.js\";`\n- \"DATERANGE\" - Represents a range of dates. An example value is `{ operator: \"DATERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateRange.js\";`\n- \"DATETIMERANGE\" - Represents a range of dates with times. An example value is `{ operator: \"DATETIMERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateTimeRange.js\";`\n- \"FROMDATETIME\" - Represents a range from date and time. An example value is `{ operator: \"FROMDATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/FromDateTime.js\";`\n- \"TODATETIME\" - Represents a range to date and time. An example value is `{ operator: \"TODATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/ToDateTime.js\";`\n- \"LASTDAYS\" - Represents Last X Days from today. An example value is `{ operator: \"LASTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTWEEKS\" - Represents Last X Weeks from today. An example value is `{ operator: \"LASTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTMONTHS\" - Represents Last X Months from today. An example value is `{ operator: \"LASTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTQUARTERS\" - Represents Last X Quarters from today. An example value is `{ operator: \"LASTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTYEARS\" - Represents Last X Years from today. An example value is `{ operator: \"LASTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"NEXTDAYS\" - Represents Next X Days from today. An example value is `{ operator: \"NEXTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTWEEKS\" - Represents Next X Weeks from today. An example value is `{ operator: \"NEXTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTMONTHS\" - Represents Next X Months from today. An example value is `{ operator: \"NEXTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTQUARTERS\" - Represents Next X Quarters from today. An example value is `{ operator: \"NEXTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTYEARS\" - Represents Next X Years from today. An example value is `{ operator: \"NEXTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DynamicDateRange.js\";`",
|
|
9941
9941
|
"name": "DynamicDateRange",
|
|
9942
9942
|
"members": [
|
|
9943
|
+
{
|
|
9944
|
+
"kind": "field",
|
|
9945
|
+
"name": "accessibleNameRef",
|
|
9946
|
+
"type": {
|
|
9947
|
+
"text": "string | undefined"
|
|
9948
|
+
},
|
|
9949
|
+
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
9950
|
+
"default": "undefined",
|
|
9951
|
+
"privacy": "public",
|
|
9952
|
+
"_ui5since": "2.25.0"
|
|
9953
|
+
},
|
|
9943
9954
|
{
|
|
9944
9955
|
"kind": "field",
|
|
9945
9956
|
"name": "options",
|
|
@@ -10012,6 +10023,15 @@
|
|
|
10012
10023
|
}
|
|
10013
10024
|
],
|
|
10014
10025
|
"attributes": [
|
|
10026
|
+
{
|
|
10027
|
+
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
10028
|
+
"name": "accessible-name-ref",
|
|
10029
|
+
"default": "undefined",
|
|
10030
|
+
"fieldName": "accessibleNameRef",
|
|
10031
|
+
"type": {
|
|
10032
|
+
"text": "string | undefined"
|
|
10033
|
+
}
|
|
10034
|
+
},
|
|
10015
10035
|
{
|
|
10016
10036
|
"description": "Defines the options listed as a string, separated by commas and using capital case.\nExample: \"TODAY, YESTERDAY, DATERANGE\"",
|
|
10017
10037
|
"name": "options",
|
|
@@ -11231,6 +11251,12 @@
|
|
|
11231
11251
|
}
|
|
11232
11252
|
]
|
|
11233
11253
|
},
|
|
11254
|
+
{
|
|
11255
|
+
"kind": "javascript-module",
|
|
11256
|
+
"path": "dist/IToolbarArrowNavProvider.js",
|
|
11257
|
+
"declarations": [],
|
|
11258
|
+
"exports": []
|
|
11259
|
+
},
|
|
11234
11260
|
{
|
|
11235
11261
|
"kind": "javascript-module",
|
|
11236
11262
|
"path": "dist/Icon.js",
|
|
@@ -11994,6 +12020,99 @@
|
|
|
11994
12020
|
}
|
|
11995
12021
|
]
|
|
11996
12022
|
},
|
|
12023
|
+
{
|
|
12024
|
+
"kind": "javascript-module",
|
|
12025
|
+
"path": "dist/InputIcon.js",
|
|
12026
|
+
"declarations": [
|
|
12027
|
+
{
|
|
12028
|
+
"kind": "class",
|
|
12029
|
+
"description": "### Overview\nThe `ui5-input-icon` component represents an interactive icon that can be placed inside an `ui5-input` component.\nUnlike the standard `ui5-icon`, this component provides button-like behavior with hover, focus, and active states,\nmatching the visual style of the input's built-in clear icon.\n\n### Usage\nUse `ui5-input-icon` for interactive icons that users can click (e.g., search, voice input, camera).\nFor decorative icons, use the standard `ui5-icon` component instead.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/InputIcon.js\";`",
|
|
12030
|
+
"name": "InputIcon",
|
|
12031
|
+
"members": [
|
|
12032
|
+
{
|
|
12033
|
+
"kind": "field",
|
|
12034
|
+
"name": "accessibleName",
|
|
12035
|
+
"type": {
|
|
12036
|
+
"text": "string | undefined"
|
|
12037
|
+
},
|
|
12038
|
+
"description": "Defines the accessible name of the icon.\n\n**Note:** This property is used for accessibility purposes and will be announced by screen readers.\nWhen set, it is also rendered as a native `title` tooltip.",
|
|
12039
|
+
"default": "undefined",
|
|
12040
|
+
"privacy": "public"
|
|
12041
|
+
},
|
|
12042
|
+
{
|
|
12043
|
+
"kind": "field",
|
|
12044
|
+
"name": "name",
|
|
12045
|
+
"type": {
|
|
12046
|
+
"text": "string | undefined"
|
|
12047
|
+
},
|
|
12048
|
+
"description": "Defines the icon name to be displayed.\n\n**Note:** Make sure you import the desired icon before using it.",
|
|
12049
|
+
"default": "undefined",
|
|
12050
|
+
"privacy": "public"
|
|
12051
|
+
}
|
|
12052
|
+
],
|
|
12053
|
+
"events": [
|
|
12054
|
+
{
|
|
12055
|
+
"name": "click",
|
|
12056
|
+
"_ui5privacy": "public",
|
|
12057
|
+
"type": {
|
|
12058
|
+
"text": "CustomEvent"
|
|
12059
|
+
},
|
|
12060
|
+
"description": "Fired when the `ui5-input-icon` is activated either with a click/tap or by using the Enter or Space key.",
|
|
12061
|
+
"_ui5Cancelable": false,
|
|
12062
|
+
"_ui5allowPreventDefault": false,
|
|
12063
|
+
"_ui5Bubbles": true
|
|
12064
|
+
}
|
|
12065
|
+
],
|
|
12066
|
+
"attributes": [
|
|
12067
|
+
{
|
|
12068
|
+
"description": "Defines the accessible name of the icon.\n\n**Note:** This property is used for accessibility purposes and will be announced by screen readers.\nWhen set, it is also rendered as a native `title` tooltip.",
|
|
12069
|
+
"name": "accessible-name",
|
|
12070
|
+
"default": "undefined",
|
|
12071
|
+
"fieldName": "accessibleName",
|
|
12072
|
+
"type": {
|
|
12073
|
+
"text": "string | undefined"
|
|
12074
|
+
}
|
|
12075
|
+
},
|
|
12076
|
+
{
|
|
12077
|
+
"description": "Defines the icon name to be displayed.\n\n**Note:** Make sure you import the desired icon before using it.",
|
|
12078
|
+
"name": "name",
|
|
12079
|
+
"default": "undefined",
|
|
12080
|
+
"fieldName": "name",
|
|
12081
|
+
"type": {
|
|
12082
|
+
"text": "string | undefined"
|
|
12083
|
+
}
|
|
12084
|
+
}
|
|
12085
|
+
],
|
|
12086
|
+
"superclass": {
|
|
12087
|
+
"name": "UI5Element",
|
|
12088
|
+
"package": "@ui5/webcomponents-base",
|
|
12089
|
+
"module": "dist/UI5Element.js"
|
|
12090
|
+
},
|
|
12091
|
+
"tagName": "ui5-input-icon",
|
|
12092
|
+
"customElement": true,
|
|
12093
|
+
"_ui5since": "2.25.0",
|
|
12094
|
+
"_ui5privacy": "public"
|
|
12095
|
+
}
|
|
12096
|
+
],
|
|
12097
|
+
"exports": [
|
|
12098
|
+
{
|
|
12099
|
+
"kind": "js",
|
|
12100
|
+
"name": "default",
|
|
12101
|
+
"declaration": {
|
|
12102
|
+
"name": "InputIcon",
|
|
12103
|
+
"module": "dist/InputIcon.js"
|
|
12104
|
+
}
|
|
12105
|
+
},
|
|
12106
|
+
{
|
|
12107
|
+
"kind": "custom-element-definition",
|
|
12108
|
+
"name": "ui5-input-icon",
|
|
12109
|
+
"declaration": {
|
|
12110
|
+
"name": "InputIcon",
|
|
12111
|
+
"module": "dist/InputIcon.js"
|
|
12112
|
+
}
|
|
12113
|
+
}
|
|
12114
|
+
]
|
|
12115
|
+
},
|
|
11997
12116
|
{
|
|
11998
12117
|
"kind": "javascript-module",
|
|
11999
12118
|
"path": "dist/Label.js",
|
|
@@ -15793,9 +15912,9 @@
|
|
|
15793
15912
|
"description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.",
|
|
15794
15913
|
"name": "MenuSeparator",
|
|
15795
15914
|
"superclass": {
|
|
15796
|
-
"name": "
|
|
15797
|
-
"package": "@ui5/webcomponents",
|
|
15798
|
-
"module": "dist/
|
|
15915
|
+
"name": "UI5Element",
|
|
15916
|
+
"package": "@ui5/webcomponents-base",
|
|
15917
|
+
"module": "dist/UI5Element.js"
|
|
15799
15918
|
},
|
|
15800
15919
|
"tagName": "ui5-menu-separator",
|
|
15801
15920
|
"customElement": true,
|
|
@@ -15807,37 +15926,6 @@
|
|
|
15807
15926
|
"package": "@ui5/webcomponents",
|
|
15808
15927
|
"module": "dist/Menu.js"
|
|
15809
15928
|
}
|
|
15810
|
-
],
|
|
15811
|
-
"events": [
|
|
15812
|
-
{
|
|
15813
|
-
"name": "click",
|
|
15814
|
-
"_ui5privacy": "public",
|
|
15815
|
-
"type": {
|
|
15816
|
-
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
15817
|
-
"references": [
|
|
15818
|
-
{
|
|
15819
|
-
"name": "ListItemBaseClickEventDetail",
|
|
15820
|
-
"package": "@ui5/webcomponents",
|
|
15821
|
-
"module": "dist/ListItemBase.js"
|
|
15822
|
-
}
|
|
15823
|
-
]
|
|
15824
|
-
},
|
|
15825
|
-
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.",
|
|
15826
|
-
"_ui5Cancelable": false,
|
|
15827
|
-
"_ui5allowPreventDefault": false,
|
|
15828
|
-
"_ui5Bubbles": true,
|
|
15829
|
-
"_ui5since": "2.23.0",
|
|
15830
|
-
"_ui5parameters": [
|
|
15831
|
-
{
|
|
15832
|
-
"type": {
|
|
15833
|
-
"text": "Event"
|
|
15834
|
-
},
|
|
15835
|
-
"name": "originalEvent",
|
|
15836
|
-
"_ui5privacy": "public",
|
|
15837
|
-
"description": "The original event from the user interaction."
|
|
15838
|
-
}
|
|
15839
|
-
]
|
|
15840
|
-
}
|
|
15841
15929
|
]
|
|
15842
15930
|
}
|
|
15843
15931
|
],
|
|
@@ -31237,7 +31325,7 @@
|
|
|
31237
31325
|
"declarations": [
|
|
31238
31326
|
{
|
|
31239
31327
|
"kind": "class",
|
|
31240
|
-
"description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n-
|
|
31328
|
+
"description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n- [Left]/[Right] - navigate among toolbar items\n- [Home]/[End] - move to first/last toolbar item\n- [Tab] / [Shift]+[Tab] - exit the toolbar\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Toolbar.js\";`",
|
|
31241
31329
|
"name": "Toolbar",
|
|
31242
31330
|
"slots": [
|
|
31243
31331
|
{
|
|
@@ -31264,7 +31352,7 @@
|
|
|
31264
31352
|
"type": {
|
|
31265
31353
|
"text": "string | undefined"
|
|
31266
31354
|
},
|
|
31267
|
-
"description": "Defines the accessible ARIA name of the component.",
|
|
31355
|
+
"description": "Defines the accessible ARIA name of the component.\n\n**Note:** It is strongly recommended to always set this property or `accessibleNameRef`\nwhen the toolbar has `role=\"toolbar\"` (i.e. when it contains more than one interactive item).\nWithout an accessible name, screen readers will announce the toolbar without any context,\nmaking it harder for keyboard-only and AT users to understand its purpose.",
|
|
31268
31356
|
"default": "undefined",
|
|
31269
31357
|
"privacy": "public"
|
|
31270
31358
|
},
|
|
@@ -31274,7 +31362,7 @@
|
|
|
31274
31362
|
"type": {
|
|
31275
31363
|
"text": "string | undefined"
|
|
31276
31364
|
},
|
|
31277
|
-
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
31365
|
+
"description": "Receives id(or many ids) of the elements that label the input.\n\n**Note:** When the toolbar has `role=\"toolbar\"`, at least one of `accessibleName` or\n`accessibleNameRef` should be provided to satisfy WCAG 2.1 success criterion 4.1.2.",
|
|
31278
31366
|
"default": "undefined",
|
|
31279
31367
|
"privacy": "public"
|
|
31280
31368
|
},
|
|
@@ -31338,7 +31426,7 @@
|
|
|
31338
31426
|
],
|
|
31339
31427
|
"attributes": [
|
|
31340
31428
|
{
|
|
31341
|
-
"description": "Defines the accessible ARIA name of the component.",
|
|
31429
|
+
"description": "Defines the accessible ARIA name of the component.\n\n**Note:** It is strongly recommended to always set this property or `accessibleNameRef`\nwhen the toolbar has `role=\"toolbar\"` (i.e. when it contains more than one interactive item).\nWithout an accessible name, screen readers will announce the toolbar without any context,\nmaking it harder for keyboard-only and AT users to understand its purpose.",
|
|
31342
31430
|
"name": "accessible-name",
|
|
31343
31431
|
"default": "undefined",
|
|
31344
31432
|
"fieldName": "accessibleName",
|
|
@@ -31347,7 +31435,7 @@
|
|
|
31347
31435
|
}
|
|
31348
31436
|
},
|
|
31349
31437
|
{
|
|
31350
|
-
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
31438
|
+
"description": "Receives id(or many ids) of the elements that label the input.\n\n**Note:** When the toolbar has `role=\"toolbar\"`, at least one of `accessibleName` or\n`accessibleNameRef` should be provided to satisfy WCAG 2.1 success criterion 4.1.2.",
|
|
31351
31439
|
"name": "accessible-name-ref",
|
|
31352
31440
|
"default": "undefined",
|
|
31353
31441
|
"fieldName": "accessibleNameRef",
|
|
@@ -31751,7 +31839,7 @@
|
|
|
31751
31839
|
{
|
|
31752
31840
|
"kind": "interface",
|
|
31753
31841
|
"name": "IToolbarItemContent",
|
|
31754
|
-
"description": "Interface for the slotted item in `ui5-toolbar-item`.\n\nIt could be any HTMLElement or UI5 Web Component with option to specify custom overflow closing events and overflow behavior.",
|
|
31842
|
+
"description": "Interface for the slotted item in `ui5-toolbar-item`.\n\nIt could be any HTMLElement or UI5 Web Component with option to specify custom overflow closing events and overflow behavior.\nComponents that also implement `IToolbarArrowNavProvider` can report their internal navigation boundary\nstate to the toolbar for caret-aware arrow-key handling.",
|
|
31755
31843
|
"_ui5privacy": "public",
|
|
31756
31844
|
"_ui5since": "2.20.0"
|
|
31757
31845
|
},
|
|
@@ -32098,6 +32186,7 @@
|
|
|
32098
32186
|
"_ui5Cancelable": true,
|
|
32099
32187
|
"_ui5allowPreventDefault": true,
|
|
32100
32188
|
"_ui5Bubbles": true,
|
|
32189
|
+
"_ui5since": "2.25.0",
|
|
32101
32190
|
"_ui5parameters": [
|
|
32102
32191
|
{
|
|
32103
32192
|
"type": {
|
|
@@ -32106,6 +32195,14 @@
|
|
|
32106
32195
|
"name": "selectedOption",
|
|
32107
32196
|
"_ui5privacy": "public",
|
|
32108
32197
|
"description": "the selected option."
|
|
32198
|
+
},
|
|
32199
|
+
{
|
|
32200
|
+
"type": {
|
|
32201
|
+
"text": "HTMLElement"
|
|
32202
|
+
},
|
|
32203
|
+
"name": "selectedToolbarOption",
|
|
32204
|
+
"_ui5privacy": "public",
|
|
32205
|
+
"description": "the original toolbar select option."
|
|
32109
32206
|
}
|
|
32110
32207
|
]
|
|
32111
32208
|
},
|
|
@@ -32272,6 +32369,17 @@
|
|
|
32272
32369
|
"type": {
|
|
32273
32370
|
"text": "boolean"
|
|
32274
32371
|
}
|
|
32372
|
+
},
|
|
32373
|
+
{
|
|
32374
|
+
"kind": "field",
|
|
32375
|
+
"name": "value",
|
|
32376
|
+
"type": {
|
|
32377
|
+
"text": "string | undefined"
|
|
32378
|
+
},
|
|
32379
|
+
"description": "Defines the value of the component.",
|
|
32380
|
+
"default": "undefined",
|
|
32381
|
+
"privacy": "public",
|
|
32382
|
+
"_ui5since": "2.25.0"
|
|
32275
32383
|
}
|
|
32276
32384
|
],
|
|
32277
32385
|
"attributes": [
|
|
@@ -32283,6 +32391,15 @@
|
|
|
32283
32391
|
"type": {
|
|
32284
32392
|
"text": "any"
|
|
32285
32393
|
}
|
|
32394
|
+
},
|
|
32395
|
+
{
|
|
32396
|
+
"description": "Defines the value of the component.",
|
|
32397
|
+
"name": "value",
|
|
32398
|
+
"default": "undefined",
|
|
32399
|
+
"fieldName": "value",
|
|
32400
|
+
"type": {
|
|
32401
|
+
"text": "string | undefined"
|
|
32402
|
+
}
|
|
32286
32403
|
}
|
|
32287
32404
|
],
|
|
32288
32405
|
"superclass": {
|
|
@@ -8609,6 +8609,16 @@
|
|
|
8609
8609
|
"description": "### Overview\n\nThe `ui5-dynamic-date-range` component provides a flexible interface to define date ranges using a combination of absolute dates, relative intervals, and preset ranges (e.g., \"Today\", \"Yesterday\", etc.).\nIt allows users to select a date range from a predefined set of options or enter custom dates.\n\n### Usage\n\nThe component is typically used in scenarios where users need to filter data based on date ranges, such as in reports, dashboards, or data analysis tools.\nIt can be used with the predefined options or extended with custom options to suit specific requirements. You can create your own options by extending the `IDynamicDateRangeOption` interface.\nEvery option should be registered using the `DynamicDateRange.register` method.\n\nIf needed, you can also create a range of dates based on specific option using the `toDates` method.\n\n### Standard Options\n\nThe component comes with a set of standard options, including:\n- \"TODAY\" - Represents the current date. An example value is `{ operator: \"TODAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Today.js\";`\n- \"YESTERDAY\" - Represents the previous date. An example value is `{ operator: \"YESTERDAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Yesterday.js\";`\n- \"TOMORROW\" - Represents the next date. An example value is `{ operator: \"TOMORROW\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Tomorrow.js\";`\n- \"DATE\" - Represents a single date. An example value is `{ operator: \"DATE\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/SingleDate.js\";`\n- \"DATERANGE\" - Represents a range of dates. An example value is `{ operator: \"DATERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateRange.js\";`\n- \"DATETIMERANGE\" - Represents a range of dates with times. An example value is `{ operator: \"DATETIMERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateTimeRange.js\";`\n- \"FROMDATETIME\" - Represents a range from date and time. An example value is `{ operator: \"FROMDATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/FromDateTime.js\";`\n- \"TODATETIME\" - Represents a range to date and time. An example value is `{ operator: \"TODATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/ToDateTime.js\";`\n- \"LASTDAYS\" - Represents Last X Days from today. An example value is `{ operator: \"LASTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTWEEKS\" - Represents Last X Weeks from today. An example value is `{ operator: \"LASTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTMONTHS\" - Represents Last X Months from today. An example value is `{ operator: \"LASTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTQUARTERS\" - Represents Last X Quarters from today. An example value is `{ operator: \"LASTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTYEARS\" - Represents Last X Years from today. An example value is `{ operator: \"LASTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"NEXTDAYS\" - Represents Next X Days from today. An example value is `{ operator: \"NEXTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTWEEKS\" - Represents Next X Weeks from today. An example value is `{ operator: \"NEXTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTMONTHS\" - Represents Next X Months from today. An example value is `{ operator: \"NEXTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTQUARTERS\" - Represents Next X Quarters from today. An example value is `{ operator: \"NEXTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTYEARS\" - Represents Next X Years from today. An example value is `{ operator: \"NEXTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DynamicDateRange.js\";`",
|
|
8610
8610
|
"name": "DynamicDateRange",
|
|
8611
8611
|
"members": [
|
|
8612
|
+
{
|
|
8613
|
+
"kind": "field",
|
|
8614
|
+
"name": "accessibleNameRef",
|
|
8615
|
+
"type": {
|
|
8616
|
+
"text": "string | undefined"
|
|
8617
|
+
},
|
|
8618
|
+
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
8619
|
+
"default": "undefined",
|
|
8620
|
+
"privacy": "public"
|
|
8621
|
+
},
|
|
8612
8622
|
{
|
|
8613
8623
|
"kind": "field",
|
|
8614
8624
|
"name": "options",
|
|
@@ -8675,6 +8685,15 @@
|
|
|
8675
8685
|
}
|
|
8676
8686
|
],
|
|
8677
8687
|
"attributes": [
|
|
8688
|
+
{
|
|
8689
|
+
"description": "Receives id(or many ids) of the elements that label the component.",
|
|
8690
|
+
"name": "accessible-name-ref",
|
|
8691
|
+
"default": "undefined",
|
|
8692
|
+
"fieldName": "accessibleNameRef",
|
|
8693
|
+
"type": {
|
|
8694
|
+
"text": "string | undefined"
|
|
8695
|
+
}
|
|
8696
|
+
},
|
|
8678
8697
|
{
|
|
8679
8698
|
"description": "Defines the options listed as a string, separated by commas and using capital case.\nExample: \"TODAY, YESTERDAY, DATERANGE\"",
|
|
8680
8699
|
"name": "options",
|
|
@@ -9754,6 +9773,12 @@
|
|
|
9754
9773
|
}
|
|
9755
9774
|
]
|
|
9756
9775
|
},
|
|
9776
|
+
{
|
|
9777
|
+
"kind": "javascript-module",
|
|
9778
|
+
"path": "dist/IToolbarArrowNavProvider.js",
|
|
9779
|
+
"declarations": [],
|
|
9780
|
+
"exports": []
|
|
9781
|
+
},
|
|
9757
9782
|
{
|
|
9758
9783
|
"kind": "javascript-module",
|
|
9759
9784
|
"path": "dist/Icon.js",
|
|
@@ -10406,6 +10431,93 @@
|
|
|
10406
10431
|
}
|
|
10407
10432
|
]
|
|
10408
10433
|
},
|
|
10434
|
+
{
|
|
10435
|
+
"kind": "javascript-module",
|
|
10436
|
+
"path": "dist/InputIcon.js",
|
|
10437
|
+
"declarations": [
|
|
10438
|
+
{
|
|
10439
|
+
"kind": "class",
|
|
10440
|
+
"description": "### Overview\nThe `ui5-input-icon` component represents an interactive icon that can be placed inside an `ui5-input` component.\nUnlike the standard `ui5-icon`, this component provides button-like behavior with hover, focus, and active states,\nmatching the visual style of the input's built-in clear icon.\n\n### Usage\nUse `ui5-input-icon` for interactive icons that users can click (e.g., search, voice input, camera).\nFor decorative icons, use the standard `ui5-icon` component instead.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/InputIcon.js\";`",
|
|
10441
|
+
"name": "InputIcon",
|
|
10442
|
+
"members": [
|
|
10443
|
+
{
|
|
10444
|
+
"kind": "field",
|
|
10445
|
+
"name": "accessibleName",
|
|
10446
|
+
"type": {
|
|
10447
|
+
"text": "string | undefined"
|
|
10448
|
+
},
|
|
10449
|
+
"description": "Defines the accessible name of the icon.\n\n**Note:** This property is used for accessibility purposes and will be announced by screen readers.\nWhen set, it is also rendered as a native `title` tooltip.",
|
|
10450
|
+
"default": "undefined",
|
|
10451
|
+
"privacy": "public"
|
|
10452
|
+
},
|
|
10453
|
+
{
|
|
10454
|
+
"kind": "field",
|
|
10455
|
+
"name": "name",
|
|
10456
|
+
"type": {
|
|
10457
|
+
"text": "string | undefined"
|
|
10458
|
+
},
|
|
10459
|
+
"description": "Defines the icon name to be displayed.\n\n**Note:** Make sure you import the desired icon before using it.",
|
|
10460
|
+
"default": "undefined",
|
|
10461
|
+
"privacy": "public"
|
|
10462
|
+
}
|
|
10463
|
+
],
|
|
10464
|
+
"events": [
|
|
10465
|
+
{
|
|
10466
|
+
"name": "click",
|
|
10467
|
+
"type": {
|
|
10468
|
+
"text": "CustomEvent"
|
|
10469
|
+
},
|
|
10470
|
+
"description": "Fired when the `ui5-input-icon` is activated either with a click/tap or by using the Enter or Space key."
|
|
10471
|
+
}
|
|
10472
|
+
],
|
|
10473
|
+
"attributes": [
|
|
10474
|
+
{
|
|
10475
|
+
"description": "Defines the accessible name of the icon.\n\n**Note:** This property is used for accessibility purposes and will be announced by screen readers.\nWhen set, it is also rendered as a native `title` tooltip.",
|
|
10476
|
+
"name": "accessible-name",
|
|
10477
|
+
"default": "undefined",
|
|
10478
|
+
"fieldName": "accessibleName",
|
|
10479
|
+
"type": {
|
|
10480
|
+
"text": "string | undefined"
|
|
10481
|
+
}
|
|
10482
|
+
},
|
|
10483
|
+
{
|
|
10484
|
+
"description": "Defines the icon name to be displayed.\n\n**Note:** Make sure you import the desired icon before using it.",
|
|
10485
|
+
"name": "name",
|
|
10486
|
+
"default": "undefined",
|
|
10487
|
+
"fieldName": "name",
|
|
10488
|
+
"type": {
|
|
10489
|
+
"text": "string | undefined"
|
|
10490
|
+
}
|
|
10491
|
+
}
|
|
10492
|
+
],
|
|
10493
|
+
"superclass": {
|
|
10494
|
+
"name": "UI5Element",
|
|
10495
|
+
"package": "@ui5/webcomponents-base",
|
|
10496
|
+
"module": "dist/UI5Element.js"
|
|
10497
|
+
},
|
|
10498
|
+
"tagName": "ui5-input-icon",
|
|
10499
|
+
"customElement": true
|
|
10500
|
+
}
|
|
10501
|
+
],
|
|
10502
|
+
"exports": [
|
|
10503
|
+
{
|
|
10504
|
+
"kind": "js",
|
|
10505
|
+
"name": "default",
|
|
10506
|
+
"declaration": {
|
|
10507
|
+
"name": "InputIcon",
|
|
10508
|
+
"module": "dist/InputIcon.js"
|
|
10509
|
+
}
|
|
10510
|
+
},
|
|
10511
|
+
{
|
|
10512
|
+
"kind": "custom-element-definition",
|
|
10513
|
+
"name": "ui5-input-icon",
|
|
10514
|
+
"declaration": {
|
|
10515
|
+
"name": "InputIcon",
|
|
10516
|
+
"module": "dist/InputIcon.js"
|
|
10517
|
+
}
|
|
10518
|
+
}
|
|
10519
|
+
]
|
|
10520
|
+
},
|
|
10409
10521
|
{
|
|
10410
10522
|
"kind": "javascript-module",
|
|
10411
10523
|
"path": "dist/Label.js",
|
|
@@ -13519,28 +13631,12 @@
|
|
|
13519
13631
|
"description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.",
|
|
13520
13632
|
"name": "MenuSeparator",
|
|
13521
13633
|
"superclass": {
|
|
13522
|
-
"name": "
|
|
13523
|
-
"package": "@ui5/webcomponents",
|
|
13524
|
-
"module": "dist/
|
|
13634
|
+
"name": "UI5Element",
|
|
13635
|
+
"package": "@ui5/webcomponents-base",
|
|
13636
|
+
"module": "dist/UI5Element.js"
|
|
13525
13637
|
},
|
|
13526
13638
|
"tagName": "ui5-menu-separator",
|
|
13527
|
-
"customElement": true
|
|
13528
|
-
"events": [
|
|
13529
|
-
{
|
|
13530
|
-
"name": "click",
|
|
13531
|
-
"type": {
|
|
13532
|
-
"text": "CustomEvent<ListItemBaseClickEventDetail>",
|
|
13533
|
-
"references": [
|
|
13534
|
-
{
|
|
13535
|
-
"name": "ListItemBaseClickEventDetail",
|
|
13536
|
-
"package": "@ui5/webcomponents",
|
|
13537
|
-
"module": "dist/ListItemBase.js"
|
|
13538
|
-
}
|
|
13539
|
-
]
|
|
13540
|
-
},
|
|
13541
|
-
"description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
|
|
13542
|
-
}
|
|
13543
|
-
]
|
|
13639
|
+
"customElement": true
|
|
13544
13640
|
}
|
|
13545
13641
|
],
|
|
13546
13642
|
"exports": [
|
|
@@ -26848,7 +26944,7 @@
|
|
|
26848
26944
|
"declarations": [
|
|
26849
26945
|
{
|
|
26850
26946
|
"kind": "class",
|
|
26851
|
-
"description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n-
|
|
26947
|
+
"description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n- [Left]/[Right] - navigate among toolbar items\n- [Home]/[End] - move to first/last toolbar item\n- [Tab] / [Shift]+[Tab] - exit the toolbar\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Toolbar.js\";`",
|
|
26852
26948
|
"name": "Toolbar",
|
|
26853
26949
|
"slots": [
|
|
26854
26950
|
{
|
|
@@ -26863,7 +26959,7 @@
|
|
|
26863
26959
|
"type": {
|
|
26864
26960
|
"text": "string | undefined"
|
|
26865
26961
|
},
|
|
26866
|
-
"description": "Defines the accessible ARIA name of the component.",
|
|
26962
|
+
"description": "Defines the accessible ARIA name of the component.\n\n**Note:** It is strongly recommended to always set this property or `accessibleNameRef`\nwhen the toolbar has `role=\"toolbar\"` (i.e. when it contains more than one interactive item).\nWithout an accessible name, screen readers will announce the toolbar without any context,\nmaking it harder for keyboard-only and AT users to understand its purpose.",
|
|
26867
26963
|
"default": "undefined",
|
|
26868
26964
|
"privacy": "public"
|
|
26869
26965
|
},
|
|
@@ -26873,7 +26969,7 @@
|
|
|
26873
26969
|
"type": {
|
|
26874
26970
|
"text": "string | undefined"
|
|
26875
26971
|
},
|
|
26876
|
-
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
26972
|
+
"description": "Receives id(or many ids) of the elements that label the input.\n\n**Note:** When the toolbar has `role=\"toolbar\"`, at least one of `accessibleName` or\n`accessibleNameRef` should be provided to satisfy WCAG 2.1 success criterion 4.1.2.",
|
|
26877
26973
|
"default": "undefined",
|
|
26878
26974
|
"privacy": "public"
|
|
26879
26975
|
},
|
|
@@ -26935,7 +27031,7 @@
|
|
|
26935
27031
|
],
|
|
26936
27032
|
"attributes": [
|
|
26937
27033
|
{
|
|
26938
|
-
"description": "Defines the accessible ARIA name of the component.",
|
|
27034
|
+
"description": "Defines the accessible ARIA name of the component.\n\n**Note:** It is strongly recommended to always set this property or `accessibleNameRef`\nwhen the toolbar has `role=\"toolbar\"` (i.e. when it contains more than one interactive item).\nWithout an accessible name, screen readers will announce the toolbar without any context,\nmaking it harder for keyboard-only and AT users to understand its purpose.",
|
|
26939
27035
|
"name": "accessible-name",
|
|
26940
27036
|
"default": "undefined",
|
|
26941
27037
|
"fieldName": "accessibleName",
|
|
@@ -26944,7 +27040,7 @@
|
|
|
26944
27040
|
}
|
|
26945
27041
|
},
|
|
26946
27042
|
{
|
|
26947
|
-
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
27043
|
+
"description": "Receives id(or many ids) of the elements that label the input.\n\n**Note:** When the toolbar has `role=\"toolbar\"`, at least one of `accessibleName` or\n`accessibleNameRef` should be provided to satisfy WCAG 2.1 success criterion 4.1.2.",
|
|
26948
27044
|
"name": "accessible-name-ref",
|
|
26949
27045
|
"default": "undefined",
|
|
26950
27046
|
"fieldName": "accessibleNameRef",
|
|
@@ -27786,6 +27882,16 @@
|
|
|
27786
27882
|
"type": {
|
|
27787
27883
|
"text": "boolean"
|
|
27788
27884
|
}
|
|
27885
|
+
},
|
|
27886
|
+
{
|
|
27887
|
+
"kind": "field",
|
|
27888
|
+
"name": "value",
|
|
27889
|
+
"type": {
|
|
27890
|
+
"text": "string | undefined"
|
|
27891
|
+
},
|
|
27892
|
+
"description": "Defines the value of the component.",
|
|
27893
|
+
"default": "undefined",
|
|
27894
|
+
"privacy": "public"
|
|
27789
27895
|
}
|
|
27790
27896
|
],
|
|
27791
27897
|
"attributes": [
|
|
@@ -27797,6 +27903,15 @@
|
|
|
27797
27903
|
"type": {
|
|
27798
27904
|
"text": "any"
|
|
27799
27905
|
}
|
|
27906
|
+
},
|
|
27907
|
+
{
|
|
27908
|
+
"description": "Defines the value of the component.",
|
|
27909
|
+
"name": "value",
|
|
27910
|
+
"default": "undefined",
|
|
27911
|
+
"fieldName": "value",
|
|
27912
|
+
"type": {
|
|
27913
|
+
"text": "string | undefined"
|
|
27914
|
+
}
|
|
27800
27915
|
}
|
|
27801
27916
|
],
|
|
27802
27917
|
"superclass": {
|