@six-group/ui-library-react 5.2.0 → 5.3.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -6,4 +6,5 @@ npm install @six-group/ui-library-react
|
|
|
6
6
|
|
|
7
7
|
## Documentation
|
|
8
8
|
|
|
9
|
-
For full documentation, visit
|
|
9
|
+
For full documentation, visit
|
|
10
|
+
[github.com/six-group/six-webcomponents](https://github.com/six-group/six-webcomponents).
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type EmptyPayload, type SixAlertCustomEvent, type SixButtonCustomEvent, type SixCheckboxCustomEvent, type SixDatepickerCustomEvent, type SixDatepickerSelectPayload, type SixDetailsCustomEvent, type SixDialogCustomEvent, type SixDialogRequestClose, type SixDrawerCustomEvent, type SixDrawerRequestClose, type SixDropdownAsyncFilterPayload, type SixDropdownAutoFilterPayload, type SixDropdownCustomEvent, type SixDropdownScrollPayload, type SixFileListDownloadPayload, type SixFileListItemCustomEvent, type SixFileListRemovePayload, type SixFileUploadCustomEvent, type SixFileUploadFailurePayload, type SixFileUploadSuccessPayload, type SixInputCustomEvent, type SixItemPickerChangePayload, type SixItemPickerCustomEvent, type SixLanguageSwitcherChangePayload, type SixLanguageSwitcherCustomEvent, type SixMenuCustomEvent, type SixMenuItemSelectedPayload, type SixRadioCustomEvent, type SixRangeCustomEvent, type SixRatingCustomEvent, type SixSearchFieldChangePayload, type SixSearchFieldCustomEvent, type SixSelectChangePayload, type SixSelectCustomEvent, type SixSidebarCustomEvent, type SixSwitchCustomEvent, type SixTabCustomEvent, type SixTabGroupCustomEvent, type SixTabHidePayload, type SixTabShowPayload, type SixTagCustomEvent, type SixTextareaCustomEvent, type SixTileCustomEvent, type SixTimepickerChange, type SixTimepickerCustomEvent, type SixTooltipCustomEvent } from "@six-group/ui-library";
|
|
1
|
+
import { type EmptyPayload, type SixAlertCustomEvent, type SixButtonCustomEvent, type SixCheckboxCustomEvent, type SixDateCustomEvent, type SixDatepickerCustomEvent, type SixDatepickerSelectPayload, type SixDetailsCustomEvent, type SixDialogCustomEvent, type SixDialogRequestClose, type SixDrawerCustomEvent, type SixDrawerRequestClose, type SixDropdownAsyncFilterPayload, type SixDropdownAutoFilterPayload, type SixDropdownCustomEvent, type SixDropdownScrollPayload, type SixFileListDownloadPayload, type SixFileListItemCustomEvent, type SixFileListRemovePayload, type SixFileUploadCustomEvent, type SixFileUploadFailurePayload, type SixFileUploadSuccessPayload, type SixInputCustomEvent, type SixItemPickerChangePayload, type SixItemPickerCustomEvent, type SixLanguageSwitcherChangePayload, type SixLanguageSwitcherCustomEvent, type SixMenuCustomEvent, type SixMenuItemSelectedPayload, type SixRadioCustomEvent, type SixRangeCustomEvent, type SixRatingCustomEvent, type SixSearchFieldChangePayload, type SixSearchFieldCustomEvent, type SixSelectChangePayload, type SixSelectCustomEvent, type SixSidebarCustomEvent, type SixSwitchCustomEvent, type SixTabCustomEvent, type SixTabGroupCustomEvent, type SixTabHidePayload, type SixTabShowPayload, type SixTagCustomEvent, type SixTextareaCustomEvent, type SixTileCustomEvent, type SixTimepickerChange, type SixTimepickerCustomEvent, type SixTooltipCustomEvent } from "@six-group/ui-library";
|
|
2
2
|
import { SixAlert as SixAlertElement } from "@six-group/ui-library/dist/components/six-alert.js";
|
|
3
3
|
import { SixAvatar as SixAvatarElement } from "@six-group/ui-library/dist/components/six-avatar.js";
|
|
4
4
|
import { SixBadge as SixBadgeElement } from "@six-group/ui-library/dist/components/six-badge.js";
|
|
@@ -89,8 +89,8 @@ export type SixCheckboxEvents = {
|
|
|
89
89
|
};
|
|
90
90
|
export declare const SixCheckbox: StencilReactComponent<SixCheckboxElement, SixCheckboxEvents>;
|
|
91
91
|
export type SixDateEvents = {
|
|
92
|
-
onSixChange: EventName<
|
|
93
|
-
onSixBlur: EventName<
|
|
92
|
+
onSixChange: EventName<SixDateCustomEvent<string | ''>>;
|
|
93
|
+
onSixBlur: EventName<SixDateCustomEvent<any>>;
|
|
94
94
|
};
|
|
95
95
|
export declare const SixDate: StencilReactComponent<SixDateElement, SixDateEvents>;
|
|
96
96
|
export type SixDatepickerEvents = {
|
|
@@ -218,8 +218,8 @@ export type SixRangeEvents = {
|
|
|
218
218
|
};
|
|
219
219
|
export declare const SixRange: StencilReactComponent<SixRangeElement, SixRangeEvents>;
|
|
220
220
|
export type SixRatingEvents = {
|
|
221
|
-
onSixRatingBlur: EventName<
|
|
222
|
-
onSixRatingChange: EventName<
|
|
221
|
+
onSixRatingBlur: EventName<SixRatingCustomEvent<number>>;
|
|
222
|
+
onSixRatingChange: EventName<SixRatingCustomEvent<number>>;
|
|
223
223
|
onSixRatingFocus: EventName<SixRatingCustomEvent<EmptyPayload>>;
|
|
224
224
|
};
|
|
225
225
|
export declare const SixRating: StencilReactComponent<SixRatingElement, SixRatingEvents>;
|
|
@@ -252,8 +252,8 @@ export declare const SixSpinner: StencilReactComponent<SixSpinnerElement, SixSpi
|
|
|
252
252
|
export type SixStageIndicatorEvents = NonNullable<unknown>;
|
|
253
253
|
export declare const SixStageIndicator: StencilReactComponent<SixStageIndicatorElement, SixStageIndicatorEvents>;
|
|
254
254
|
export type SixSwitchEvents = {
|
|
255
|
-
onSixSwitchBlur: EventName<
|
|
256
|
-
onSixSwitchChange: EventName<
|
|
255
|
+
onSixSwitchBlur: EventName<SixSwitchCustomEvent<boolean>>;
|
|
256
|
+
onSixSwitchChange: EventName<SixSwitchCustomEvent<boolean>>;
|
|
257
257
|
onSixSwitchFocus: EventName<SixSwitchCustomEvent<EmptyPayload>>;
|
|
258
258
|
};
|
|
259
259
|
export declare const SixSwitch: StencilReactComponent<SixSwitchElement, SixSwitchEvents>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@six-group/ui-library-react",
|
|
3
3
|
"description": "React wrapper components for @six-group/ui-library",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.3.0-rc.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"engines": {
|
|
18
|
-
"node": ">=
|
|
18
|
+
"node": ">=24"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"build": "npm run tsc",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/react": "^19",
|
|
31
|
-
"react": "^19.
|
|
32
|
-
"react-dom": "^19.
|
|
31
|
+
"react": "^19.2.3",
|
|
32
|
+
"react-dom": "^19.2.3",
|
|
33
33
|
"typescript": "^5"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@stencil/react-output-target": "^1.0
|
|
36
|
+
"@stencil/react-output-target": "^1.3.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@six-group/ui-library": "*"
|