@ui5/webcomponents 2.25.0-rc.0 → 2.25.0-rc.3
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 +48 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/CarouselTemplate.js +1 -1
- package/dist/CarouselTemplate.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/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 +26 -0
- package/dist/Input.js.map +1 -1
- package/dist/InputIcon.d.ts +105 -0
- package/dist/InputIcon.js +189 -0
- package/dist/InputIcon.js.map +1 -0
- package/dist/InputIconTemplate.d.ts +2 -0
- package/dist/InputIconTemplate.js +13 -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/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/RatingIndicator.d.ts +2 -0
- package/dist/RatingIndicator.js +2 -0
- package/dist/RatingIndicator.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/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 +240 -40
- package/dist/custom-elements.json +223 -25
- 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/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/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 +57 -4
- package/dist/web-types.json +117 -22
- package/package.json +11 -11
- package/src/CarouselTemplate.tsx +0 -1
- package/src/DynamicDateRangeInputTemplate.tsx +1 -0
- package/src/InputIconTemplate.tsx +42 -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/themes/ColorPalette.css +1 -0
- package/src/themes/DatePicker.css +1 -2
- package/src/themes/Input.css +4 -0
- package/src/themes/InputIcon.css +104 -3
- package/src/themes/MultiComboBoxItem.css +2 -0
- package/src/themes/sap_horizon/Card-parameters.css +1 -1
- package/src/themes/sap_horizon_dark/Card-parameters.css +1 -1
|
@@ -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,176 @@
|
|
|
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.",
|
|
10450
|
+
"default": "undefined",
|
|
10451
|
+
"privacy": "public"
|
|
10452
|
+
},
|
|
10453
|
+
{
|
|
10454
|
+
"kind": "field",
|
|
10455
|
+
"name": "disabled",
|
|
10456
|
+
"type": {
|
|
10457
|
+
"text": "boolean"
|
|
10458
|
+
},
|
|
10459
|
+
"default": "false",
|
|
10460
|
+
"description": "Defines whether the icon is disabled.\n\n**Note:** Disabled icons are not interactive and do not fire click events.",
|
|
10461
|
+
"privacy": "public"
|
|
10462
|
+
},
|
|
10463
|
+
{
|
|
10464
|
+
"kind": "field",
|
|
10465
|
+
"name": "name",
|
|
10466
|
+
"type": {
|
|
10467
|
+
"text": "string | undefined"
|
|
10468
|
+
},
|
|
10469
|
+
"description": "Defines the icon name to be displayed.\n\n**Note:** Make sure you import the desired icon before using it.",
|
|
10470
|
+
"default": "undefined",
|
|
10471
|
+
"privacy": "public"
|
|
10472
|
+
},
|
|
10473
|
+
{
|
|
10474
|
+
"kind": "field",
|
|
10475
|
+
"name": "readonly",
|
|
10476
|
+
"type": {
|
|
10477
|
+
"text": "boolean"
|
|
10478
|
+
},
|
|
10479
|
+
"default": "false",
|
|
10480
|
+
"description": "Defines whether the icon is readonly.\n\n**Note:** Readonly icons are not interactive and do not fire click events.",
|
|
10481
|
+
"privacy": "public"
|
|
10482
|
+
},
|
|
10483
|
+
{
|
|
10484
|
+
"kind": "field",
|
|
10485
|
+
"name": "showTooltip",
|
|
10486
|
+
"type": {
|
|
10487
|
+
"text": "boolean"
|
|
10488
|
+
},
|
|
10489
|
+
"default": "false",
|
|
10490
|
+
"description": "Defines whether the tooltip is shown.\n\n**Note:** The tooltip text should be provided via the `accessible-name` property.",
|
|
10491
|
+
"privacy": "public"
|
|
10492
|
+
},
|
|
10493
|
+
{
|
|
10494
|
+
"kind": "field",
|
|
10495
|
+
"name": "valueState",
|
|
10496
|
+
"type": {
|
|
10497
|
+
"text": "ValueState",
|
|
10498
|
+
"references": [
|
|
10499
|
+
{
|
|
10500
|
+
"name": "ValueState",
|
|
10501
|
+
"package": "@ui5/webcomponents-base",
|
|
10502
|
+
"module": "dist/types/ValueState.js"
|
|
10503
|
+
}
|
|
10504
|
+
]
|
|
10505
|
+
},
|
|
10506
|
+
"default": "\"None\"",
|
|
10507
|
+
"description": "Defines the value state of the icon.\n\n**Note:** This property should match the parent input's value state for consistent styling.",
|
|
10508
|
+
"privacy": "public"
|
|
10509
|
+
}
|
|
10510
|
+
],
|
|
10511
|
+
"events": [
|
|
10512
|
+
{
|
|
10513
|
+
"name": "click",
|
|
10514
|
+
"type": {
|
|
10515
|
+
"text": "CustomEvent"
|
|
10516
|
+
},
|
|
10517
|
+
"description": "Fired when the `ui5-input-icon` is activated either with a click/tap or by using the Enter or Space key."
|
|
10518
|
+
}
|
|
10519
|
+
],
|
|
10520
|
+
"attributes": [
|
|
10521
|
+
{
|
|
10522
|
+
"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.",
|
|
10523
|
+
"name": "accessible-name",
|
|
10524
|
+
"default": "undefined",
|
|
10525
|
+
"fieldName": "accessibleName",
|
|
10526
|
+
"type": {
|
|
10527
|
+
"text": "string | undefined"
|
|
10528
|
+
}
|
|
10529
|
+
},
|
|
10530
|
+
{
|
|
10531
|
+
"description": "Defines whether the icon is disabled.\n\n**Note:** Disabled icons are not interactive and do not fire click events.",
|
|
10532
|
+
"name": "disabled",
|
|
10533
|
+
"default": "false",
|
|
10534
|
+
"fieldName": "disabled",
|
|
10535
|
+
"type": {
|
|
10536
|
+
"text": "boolean"
|
|
10537
|
+
}
|
|
10538
|
+
},
|
|
10539
|
+
{
|
|
10540
|
+
"description": "Defines the icon name to be displayed.\n\n**Note:** Make sure you import the desired icon before using it.",
|
|
10541
|
+
"name": "name",
|
|
10542
|
+
"default": "undefined",
|
|
10543
|
+
"fieldName": "name",
|
|
10544
|
+
"type": {
|
|
10545
|
+
"text": "string | undefined"
|
|
10546
|
+
}
|
|
10547
|
+
},
|
|
10548
|
+
{
|
|
10549
|
+
"description": "Defines whether the icon is readonly.\n\n**Note:** Readonly icons are not interactive and do not fire click events.",
|
|
10550
|
+
"name": "readonly",
|
|
10551
|
+
"default": "false",
|
|
10552
|
+
"fieldName": "readonly",
|
|
10553
|
+
"type": {
|
|
10554
|
+
"text": "boolean"
|
|
10555
|
+
}
|
|
10556
|
+
},
|
|
10557
|
+
{
|
|
10558
|
+
"description": "Defines whether the tooltip is shown.\n\n**Note:** The tooltip text should be provided via the `accessible-name` property.",
|
|
10559
|
+
"name": "show-tooltip",
|
|
10560
|
+
"default": "false",
|
|
10561
|
+
"fieldName": "showTooltip",
|
|
10562
|
+
"type": {
|
|
10563
|
+
"text": "boolean"
|
|
10564
|
+
}
|
|
10565
|
+
},
|
|
10566
|
+
{
|
|
10567
|
+
"description": "Defines the value state of the icon.\n\n**Note:** This property should match the parent input's value state for consistent styling.",
|
|
10568
|
+
"name": "value-state",
|
|
10569
|
+
"default": "\"None\"",
|
|
10570
|
+
"fieldName": "valueState",
|
|
10571
|
+
"type": {
|
|
10572
|
+
"text": "\"None\" | \"Positive\" | \"Critical\" | \"Negative\" | \"Information\""
|
|
10573
|
+
}
|
|
10574
|
+
}
|
|
10575
|
+
],
|
|
10576
|
+
"superclass": {
|
|
10577
|
+
"name": "UI5Element",
|
|
10578
|
+
"package": "@ui5/webcomponents-base",
|
|
10579
|
+
"module": "dist/UI5Element.js"
|
|
10580
|
+
},
|
|
10581
|
+
"tagName": "ui5-input-icon",
|
|
10582
|
+
"customElement": true
|
|
10583
|
+
}
|
|
10584
|
+
],
|
|
10585
|
+
"exports": [
|
|
10586
|
+
{
|
|
10587
|
+
"kind": "js",
|
|
10588
|
+
"name": "default",
|
|
10589
|
+
"declaration": {
|
|
10590
|
+
"name": "InputIcon",
|
|
10591
|
+
"module": "dist/InputIcon.js"
|
|
10592
|
+
}
|
|
10593
|
+
},
|
|
10594
|
+
{
|
|
10595
|
+
"kind": "custom-element-definition",
|
|
10596
|
+
"name": "ui5-input-icon",
|
|
10597
|
+
"declaration": {
|
|
10598
|
+
"name": "InputIcon",
|
|
10599
|
+
"module": "dist/InputIcon.js"
|
|
10600
|
+
}
|
|
10601
|
+
}
|
|
10602
|
+
]
|
|
10603
|
+
},
|
|
10409
10604
|
{
|
|
10410
10605
|
"kind": "javascript-module",
|
|
10411
10606
|
"path": "dist/Label.js",
|
|
@@ -13519,28 +13714,12 @@
|
|
|
13519
13714
|
"description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.",
|
|
13520
13715
|
"name": "MenuSeparator",
|
|
13521
13716
|
"superclass": {
|
|
13522
|
-
"name": "
|
|
13523
|
-
"package": "@ui5/webcomponents",
|
|
13524
|
-
"module": "dist/
|
|
13717
|
+
"name": "UI5Element",
|
|
13718
|
+
"package": "@ui5/webcomponents-base",
|
|
13719
|
+
"module": "dist/UI5Element.js"
|
|
13525
13720
|
},
|
|
13526
13721
|
"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
|
-
]
|
|
13722
|
+
"customElement": true
|
|
13544
13723
|
}
|
|
13545
13724
|
],
|
|
13546
13725
|
"exports": [
|
|
@@ -26848,7 +27027,7 @@
|
|
|
26848
27027
|
"declarations": [
|
|
26849
27028
|
{
|
|
26850
27029
|
"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-
|
|
27030
|
+
"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
27031
|
"name": "Toolbar",
|
|
26853
27032
|
"slots": [
|
|
26854
27033
|
{
|
|
@@ -26863,7 +27042,7 @@
|
|
|
26863
27042
|
"type": {
|
|
26864
27043
|
"text": "string | undefined"
|
|
26865
27044
|
},
|
|
26866
|
-
"description": "Defines the accessible ARIA name of the component.",
|
|
27045
|
+
"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
27046
|
"default": "undefined",
|
|
26868
27047
|
"privacy": "public"
|
|
26869
27048
|
},
|
|
@@ -26873,7 +27052,7 @@
|
|
|
26873
27052
|
"type": {
|
|
26874
27053
|
"text": "string | undefined"
|
|
26875
27054
|
},
|
|
26876
|
-
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
27055
|
+
"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
27056
|
"default": "undefined",
|
|
26878
27057
|
"privacy": "public"
|
|
26879
27058
|
},
|
|
@@ -26935,7 +27114,7 @@
|
|
|
26935
27114
|
],
|
|
26936
27115
|
"attributes": [
|
|
26937
27116
|
{
|
|
26938
|
-
"description": "Defines the accessible ARIA name of the component.",
|
|
27117
|
+
"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
27118
|
"name": "accessible-name",
|
|
26940
27119
|
"default": "undefined",
|
|
26941
27120
|
"fieldName": "accessibleName",
|
|
@@ -26944,7 +27123,7 @@
|
|
|
26944
27123
|
}
|
|
26945
27124
|
},
|
|
26946
27125
|
{
|
|
26947
|
-
"description": "Receives id(or many ids) of the elements that label the input.",
|
|
27126
|
+
"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
27127
|
"name": "accessible-name-ref",
|
|
26949
27128
|
"default": "undefined",
|
|
26950
27129
|
"fieldName": "accessibleNameRef",
|
|
@@ -27786,6 +27965,16 @@
|
|
|
27786
27965
|
"type": {
|
|
27787
27966
|
"text": "boolean"
|
|
27788
27967
|
}
|
|
27968
|
+
},
|
|
27969
|
+
{
|
|
27970
|
+
"kind": "field",
|
|
27971
|
+
"name": "value",
|
|
27972
|
+
"type": {
|
|
27973
|
+
"text": "string | undefined"
|
|
27974
|
+
},
|
|
27975
|
+
"description": "Defines the value of the component.",
|
|
27976
|
+
"default": "undefined",
|
|
27977
|
+
"privacy": "public"
|
|
27789
27978
|
}
|
|
27790
27979
|
],
|
|
27791
27980
|
"attributes": [
|
|
@@ -27797,6 +27986,15 @@
|
|
|
27797
27986
|
"type": {
|
|
27798
27987
|
"text": "any"
|
|
27799
27988
|
}
|
|
27989
|
+
},
|
|
27990
|
+
{
|
|
27991
|
+
"description": "Defines the value of the component.",
|
|
27992
|
+
"name": "value",
|
|
27993
|
+
"default": "undefined",
|
|
27994
|
+
"fieldName": "value",
|
|
27995
|
+
"type": {
|
|
27996
|
+
"text": "string | undefined"
|
|
27997
|
+
}
|
|
27800
27998
|
}
|
|
27801
27999
|
],
|
|
27802
28000
|
"superclass": {
|