@swc-react/picker 0.33.3-overlay.66 → 0.34.1-rc.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/next.d.ts +2 -0
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -592,6 +592,7 @@ export declare const Picker: import("react").ComponentType<Partial<{
|
|
|
592
592
|
isLTR: boolean;
|
|
593
593
|
hasVisibleFocusInTree: () => boolean;
|
|
594
594
|
selects: "single" | undefined;
|
|
595
|
+
appliedLabel?: string | undefined;
|
|
595
596
|
icons?: "none" | "only" | undefined;
|
|
596
597
|
readonly: boolean;
|
|
597
598
|
optionsMenu: import("menu/src").Menu;
|
|
@@ -606,6 +607,7 @@ export declare const Picker: import("react").ComponentType<Partial<{
|
|
|
606
607
|
handleChange: (event: Event) => void;
|
|
607
608
|
setValueFromItem: (item: import("menu/src").MenuItem, menuChangeEvent?: Event | undefined) => Promise<void>;
|
|
608
609
|
_selectedItemContent?: import("menu/src").MenuItemChildren | undefined;
|
|
610
|
+
applyFocusElementLabel: (value?: string | undefined) => void;
|
|
609
611
|
} & {
|
|
610
612
|
change: (e: Event) => void;
|
|
611
613
|
spOpened: (e: Event) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/picker",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.1-rc.0+1647bfed5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@lit-labs/react": "^1.1.1",
|
|
33
|
-
"@spectrum-web-components/picker": "^0.
|
|
33
|
+
"@spectrum-web-components/picker": "^0.34.1-rc.0+1647bfed5"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"next": "~13.4"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"optional": true
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "1647bfed54cb29f3513343cd0d2c2d9e73e1c508"
|
|
44
44
|
}
|