Skip to content

Commit 30d3af5

Browse files
committed
run main wrapper script
1 parent d72c9ac commit 30d3af5

File tree

139 files changed

+593
-593
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+593
-593
lines changed

packages/main/src/webComponents/Avatar/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface AvatarAttributes {
1717
* - **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
1818
* Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
1919
*
20-
* **Note:** Available since [v2.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents**.
20+
* **Note:** Available since [v2.0.0](https://github.com/UI5/webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents**.
2121
* @default {}
2222
*/
2323
accessibilityAttributes?: AvatarAccessibilityAttributes;
@@ -128,9 +128,9 @@ interface AvatarPropTypes
128128
* Since you can't change the DOM order of slots when declaring them within a prop, it might prove beneficial to manually mount them as part of the component's children, especially when facing problems with the reading order of screen readers.
129129
*
130130
* __Note:__ When passing a custom React component to this prop, you have to make sure your component reads the `slot` prop and appends it to the most outer element of your component.
131-
* Learn more about it [here](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
131+
* Learn more about it [here](https://ui5.github.io/webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
132132
*
133-
* **Note:** Available since [v1.7.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.7.0) of **@ui5/webcomponents**.
133+
* **Note:** Available since [v1.7.0](https://github.com/UI5/webcomponents/releases/tag/v1.7.0) of **@ui5/webcomponents**.
134134
*/
135135
badge?: UI5WCSlotsNode;
136136

@@ -149,7 +149,7 @@ interface AvatarPropTypes
149149
* **Note:** The event will not be fired if the `disabled`
150150
* property is set to `true`.
151151
*
152-
* **Note:** Available since [v2.11.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.11.0) of **@ui5/webcomponents**.
152+
* **Note:** Available since [v2.11.0](https://github.com/UI5/webcomponents/releases/tag/v2.11.0) of **@ui5/webcomponents**.
153153
*
154154
* | cancelable | bubbles |
155155
* | :--------: | :-----: |

packages/main/src/webComponents/AvatarGroup/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface AvatarGroupAttributes {
2020
* - **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
2121
* Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
2222
*
23-
* **Note:** Available since [v2.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents**.
23+
* **Note:** Available since [v2.0.0](https://github.com/UI5/webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents**.
2424
* @default {}
2525
*/
2626
accessibilityAttributes?: AvatarGroupAccessibilityAttributes;
@@ -29,7 +29,7 @@ interface AvatarGroupAttributes {
2929
* Defines the accessible name of the AvatarGroup.
3030
* When provided, this will override the default aria-label text.
3131
*
32-
* **Note:** Available since [v2.12.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.12.0) of **@ui5/webcomponents**.
32+
* **Note:** Available since [v2.12.0](https://github.com/UI5/webcomponents/releases/tag/v2.12.0) of **@ui5/webcomponents**.
3333
* @default undefined
3434
*/
3535
accessibleName?: string | undefined;
@@ -38,7 +38,7 @@ interface AvatarGroupAttributes {
3838
* Receives id(s) of the elements that describe the AvatarGroup.
3939
* When provided, this will be used as aria-labelledby instead of aria-label.
4040
*
41-
* **Note:** Available since [v2.12.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.12.0) of **@ui5/webcomponents**.
41+
* **Note:** Available since [v2.12.0](https://github.com/UI5/webcomponents/releases/tag/v2.12.0) of **@ui5/webcomponents**.
4242
* @default undefined
4343
*/
4444
accessibleNameRef?: string | undefined;
@@ -86,7 +86,7 @@ interface AvatarGroupPropTypes
8686
* Since you can't change the DOM order of slots when declaring them within a prop, it might prove beneficial to manually mount them as part of the component's children, especially when facing problems with the reading order of screen readers.
8787
*
8888
* __Note:__ When passing a custom React component to this prop, you have to make sure your component reads the `slot` prop and appends it to the most outer element of your component.
89-
* Learn more about it [here](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
89+
* Learn more about it [here](https://ui5.github.io/webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
9090
*/
9191
overflowButton?: UI5WCSlotsNode;
9292
/**

packages/main/src/webComponents/Bar/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface BarAttributes {
1717
*
1818
* - If there is only one or no active element, it is recommended to avoid using the "toolbar" role, as it implies a grouping of multiple interactive controls.
1919
*
20-
* **Note:** Available since [v2.10.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.10.0) of **@ui5/webcomponents**.
20+
* **Note:** Available since [v2.10.0](https://github.com/UI5/webcomponents/releases/tag/v2.10.0) of **@ui5/webcomponents**.
2121
* @default "Toolbar"
2222
*/
2323
accessibleRole?: BarAccessibleRole | keyof typeof BarAccessibleRole;
@@ -46,7 +46,7 @@ interface BarPropTypes
4646
* Since you can't change the DOM order of slots when declaring them within a prop, it might prove beneficial to manually mount them as part of the component's children, especially when facing problems with the reading order of screen readers.
4747
*
4848
* __Note:__ When passing a custom React component to this prop, you have to make sure your component reads the `slot` prop and appends it to the most outer element of your component.
49-
* Learn more about it [here](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
49+
* Learn more about it [here](https://ui5.github.io/webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
5050
*/
5151
endContent?: UI5WCSlotsNode;
5252

@@ -57,7 +57,7 @@ interface BarPropTypes
5757
* Since you can't change the DOM order of slots when declaring them within a prop, it might prove beneficial to manually mount them as part of the component's children, especially when facing problems with the reading order of screen readers.
5858
*
5959
* __Note:__ When passing a custom React component to this prop, you have to make sure your component reads the `slot` prop and appends it to the most outer element of your component.
60-
* Learn more about it [here](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
60+
* Learn more about it [here](https://ui5.github.io/webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
6161
*/
6262
startContent?: UI5WCSlotsNode;
6363
}

packages/main/src/webComponents/BarcodeScannerDialog/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface BarcodeScannerDialogAttributes {
1212
/**
1313
* Indicates whether the dialog is open.
1414
*
15-
* **Note:** Available since [v1.24.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.24.0) of **@ui5/webcomponents-fiori**.
15+
* **Note:** Available since [v1.24.0](https://github.com/UI5/webcomponents/releases/tag/v1.24.0) of **@ui5/webcomponents-fiori**.
1616
* @default false
1717
*/
1818
open?: boolean;
@@ -40,9 +40,9 @@ interface BarcodeScannerDialogPropTypes
4040
* Since you can't change the DOM order of slots when declaring them within a prop, it might prove beneficial to manually mount them as part of the component's children, especially when facing problems with the reading order of screen readers.
4141
*
4242
* __Note:__ When passing a custom React component to this prop, you have to make sure your component reads the `slot` prop and appends it to the most outer element of your component.
43-
* Learn more about it [here](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
43+
* Learn more about it [here](https://ui5.github.io/webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
4444
*
45-
* **Note:** Available since [v2.4.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.4.0) of **@ui5/webcomponents-fiori**.
45+
* **Note:** Available since [v2.4.0](https://github.com/UI5/webcomponents/releases/tag/v2.4.0) of **@ui5/webcomponents-fiori**.
4646
*/
4747
footer?: UI5WCSlotsNode;
4848

@@ -56,15 +56,15 @@ interface BarcodeScannerDialogPropTypes
5656
* Since you can't change the DOM order of slots when declaring them within a prop, it might prove beneficial to manually mount them as part of the component's children, especially when facing problems with the reading order of screen readers.
5757
*
5858
* __Note:__ When passing a custom React component to this prop, you have to make sure your component reads the `slot` prop and appends it to the most outer element of your component.
59-
* Learn more about it [here](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
59+
* Learn more about it [here](https://ui5.github.io/webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
6060
*
61-
* **Note:** Available since [v2.4.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.4.0) of **@ui5/webcomponents-fiori**.
61+
* **Note:** Available since [v2.4.0](https://github.com/UI5/webcomponents/releases/tag/v2.4.0) of **@ui5/webcomponents-fiori**.
6262
*/
6363
header?: UI5WCSlotsNode;
6464
/**
6565
* Fired when the user closes the component.
6666
*
67-
* **Note:** Available since [v2.0.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-fiori**.
67+
* **Note:** Available since [v2.0.0](https://github.com/UI5/webcomponents/releases/tag/v2.0.0) of **@ui5/webcomponents-fiori**.
6868
*
6969
* | cancelable | bubbles |
7070
* | :--------: | :-----: |

packages/main/src/webComponents/Button/index.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ interface ButtonAttributes {
2323
* - **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.
2424
* Accepts a lowercase string value.
2525
*
26-
* **Note:** Available since [v1.2.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.2.0) of **@ui5/webcomponents**.
26+
* **Note:** Available since [v1.2.0](https://github.com/UI5/webcomponents/releases/tag/v1.2.0) of **@ui5/webcomponents**.
2727
* @default {}
2828
*/
2929
accessibilityAttributes?: ButtonAccessibilityAttributes;
3030

3131
/**
3232
* Defines the accessible description of the component.
3333
*
34-
* **Note:** Available since [v2.5.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.5.0) of **@ui5/webcomponents**.
34+
* **Note:** Available since [v2.5.0](https://github.com/UI5/webcomponents/releases/tag/v2.5.0) of **@ui5/webcomponents**.
3535
* @default undefined
3636
*/
3737
accessibleDescription?: string | undefined;
@@ -45,7 +45,7 @@ interface ButtonAttributes {
4545
/**
4646
* Receives id(or many ids) of the elements that label the component.
4747
*
48-
* **Note:** Available since [v1.1.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.1.0) of **@ui5/webcomponents**.
48+
* **Note:** Available since [v1.1.0](https://github.com/UI5/webcomponents/releases/tag/v1.1.0) of **@ui5/webcomponents**.
4949
* @default undefined
5050
*/
5151
accessibleNameRef?: string | undefined;
@@ -55,7 +55,7 @@ interface ButtonAttributes {
5555
*
5656
* **Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.
5757
*
58-
* **Note:** Available since [v1.23](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.23) of **@ui5/webcomponents**.
58+
* **Note:** Available since [v1.23](https://github.com/UI5/webcomponents/releases/tag/v1.23) of **@ui5/webcomponents**.
5959
* @default "Button"
6060
*/
6161
accessibleRole?: ButtonAccessibleRole | keyof typeof ButtonAccessibleRole;
@@ -103,15 +103,15 @@ interface ButtonAttributes {
103103
*
104104
* **Note:** If set to `true`, a busy indicator component will be displayed on the related button.
105105
*
106-
* **Note:** Available since [v2.13.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.13.0) of **@ui5/webcomponents**.
106+
* **Note:** Available since [v2.13.0](https://github.com/UI5/webcomponents/releases/tag/v2.13.0) of **@ui5/webcomponents**.
107107
* @default false
108108
*/
109109
loading?: boolean;
110110

111111
/**
112112
* Specifies the delay in milliseconds before the loading indicator appears within the associated button.
113113
*
114-
* **Note:** Available since [v2.13.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.13.0) of **@ui5/webcomponents**.
114+
* **Note:** Available since [v2.13.0](https://github.com/UI5/webcomponents/releases/tag/v2.13.0) of **@ui5/webcomponents**.
115115
* @default 1000
116116
*/
117117
loadingDelay?: number;
@@ -131,7 +131,7 @@ interface ButtonAttributes {
131131
*
132132
* **Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
133133
*
134-
* **Note:** Available since [v1.2.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.2.0) of **@ui5/webcomponents**.
134+
* **Note:** Available since [v1.2.0](https://github.com/UI5/webcomponents/releases/tag/v1.2.0) of **@ui5/webcomponents**.
135135
* @default undefined
136136
*/
137137
tooltip?: string | undefined;
@@ -141,7 +141,7 @@ interface ButtonAttributes {
141141
*
142142
* **Note:** This property is only applicable within the context of an HTML Form element.
143143
*
144-
* **Note:** Available since [v1.15.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v1.15.0) of **@ui5/webcomponents**.
144+
* **Note:** Available since [v1.15.0](https://github.com/UI5/webcomponents/releases/tag/v1.15.0) of **@ui5/webcomponents**.
145145
* @default "Button"
146146
*/
147147
type?: ButtonType | keyof typeof ButtonType;
@@ -159,9 +159,9 @@ interface ButtonPropTypes
159159
* Since you can't change the DOM order of slots when declaring them within a prop, it might prove beneficial to manually mount them as part of the component's children, especially when facing problems with the reading order of screen readers.
160160
*
161161
* __Note:__ When passing a custom React component to this prop, you have to make sure your component reads the `slot` prop and appends it to the most outer element of your component.
162-
* Learn more about it [here](https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
162+
* Learn more about it [here](https://ui5.github.io/webcomponents-react/v2/?path=/docs/knowledge-base-handling-slots--docs).
163163
*
164-
* **Note:** Available since [v2.7.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.7.0) of **@ui5/webcomponents**.
164+
* **Note:** Available since [v2.7.0](https://github.com/UI5/webcomponents/releases/tag/v2.7.0) of **@ui5/webcomponents**.
165165
*/
166166
badge?: UI5WCSlotsNode;
167167

@@ -178,7 +178,7 @@ interface ButtonPropTypes
178178
*
179179
* **Note:** Call `event.preventDefault()` inside the handler of this event to prevent its default action/s.
180180
*
181-
* **Note:** Available since [v2.10.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.10.0) of **@ui5/webcomponents**.
181+
* **Note:** Available since [v2.10.0](https://github.com/UI5/webcomponents/releases/tag/v2.10.0) of **@ui5/webcomponents**.
182182
*
183183
* | cancelable | bubbles |
184184
* | :--------: | :-----: |

packages/main/src/webComponents/ButtonBadge/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface ButtonBadgeAttributes {
1212
* - **OverlayText** - displayed at the top-end corner of the button, and recommended for **cozy** density.
1313
* - **AttentionDot** - displayed at the top-end corner of the button as a dot, and suitable for both **cozy** and **compact** densities.
1414
*
15-
* **Note:** Available since [v2.7.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.7.0) of **@ui5/webcomponents**.
15+
* **Note:** Available since [v2.7.0](https://github.com/UI5/webcomponents/releases/tag/v2.7.0) of **@ui5/webcomponents**.
1616
* @default "AttentionDot"
1717
*/
1818
design?: ButtonBadgeDesign | keyof typeof ButtonBadgeDesign;
@@ -24,7 +24,7 @@ interface ButtonBadgeAttributes {
2424
*
2525
* **Note:** The badge component only accepts numeric values and the "+" symbol. Using other characters or formats may result in unpredictable behavior, which is not guaranteed or supported.
2626
*
27-
* **Note:** Available since [v2.7.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.7.0) of **@ui5/webcomponents**.
27+
* **Note:** Available since [v2.7.0](https://github.com/UI5/webcomponents/releases/tag/v2.7.0) of **@ui5/webcomponents**.
2828
*/
2929
text?: string;
3030
}
@@ -40,7 +40,7 @@ interface ButtonBadgePropTypes extends ButtonBadgeAttributes, Omit<CommonProps,
4040
*
4141
* __Note__: This is a UI5 Web Component! [Repository](https://github.com/UI5/webcomponents) | [Documentation](https://ui5.github.io/webcomponents/)
4242
*
43-
* @since [2.7.0](https://github.com/SAP/ui5-webcomponents/releases/tag/v2.7.0) of __@ui5/webcomponents__.
43+
* @since [2.7.0](https://github.com/UI5/webcomponents/releases/tag/v2.7.0) of __@ui5/webcomponents__.
4444
*/
4545
const ButtonBadge = withWebComponent<ButtonBadgePropTypes, ButtonBadgeDomRef>(
4646
'ui5-button-badge',

0 commit comments

Comments
 (0)