@spectrum-web-components/picker 1.11.2 → 1.11.3-next.20260216102310
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/package.json +15 -15
- package/src/Picker.d.ts +5 -2
- package/src/picker-overrides.css.d.ts +1 -1
- package/src/picker.css.d.ts +1 -1
- package/src/spectrum-picker.css.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/picker",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3-next.20260216102310",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -88,20 +88,20 @@
|
|
|
88
88
|
"css"
|
|
89
89
|
],
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@spectrum-web-components/base": "1.11.
|
|
92
|
-
"@spectrum-web-components/button": "1.11.
|
|
93
|
-
"@spectrum-web-components/field-label": "1.11.
|
|
94
|
-
"@spectrum-web-components/icon": "1.11.
|
|
95
|
-
"@spectrum-web-components/icons-ui": "1.11.
|
|
96
|
-
"@spectrum-web-components/icons-workflow": "1.11.
|
|
97
|
-
"@spectrum-web-components/menu": "1.11.
|
|
98
|
-
"@spectrum-web-components/overlay": "1.11.
|
|
99
|
-
"@spectrum-web-components/popover": "1.11.
|
|
100
|
-
"@spectrum-web-components/progress-circle": "1.11.
|
|
101
|
-
"@spectrum-web-components/reactive-controllers": "1.11.
|
|
102
|
-
"@spectrum-web-components/shared": "1.11.
|
|
103
|
-
"@spectrum-web-components/tooltip": "1.11.
|
|
104
|
-
"@spectrum-web-components/tray": "1.11.
|
|
91
|
+
"@spectrum-web-components/base": "1.11.3-next.20260216102310",
|
|
92
|
+
"@spectrum-web-components/button": "1.11.3-next.20260216102310",
|
|
93
|
+
"@spectrum-web-components/field-label": "1.11.3-next.20260216102310",
|
|
94
|
+
"@spectrum-web-components/icon": "1.11.3-next.20260216102310",
|
|
95
|
+
"@spectrum-web-components/icons-ui": "1.11.3-next.20260216102310",
|
|
96
|
+
"@spectrum-web-components/icons-workflow": "1.11.3-next.20260216102310",
|
|
97
|
+
"@spectrum-web-components/menu": "1.11.3-next.20260216102310",
|
|
98
|
+
"@spectrum-web-components/overlay": "1.11.3-next.20260216102310",
|
|
99
|
+
"@spectrum-web-components/popover": "1.11.3-next.20260216102310",
|
|
100
|
+
"@spectrum-web-components/progress-circle": "1.11.3-next.20260216102310",
|
|
101
|
+
"@spectrum-web-components/reactive-controllers": "1.11.3-next.20260216102310",
|
|
102
|
+
"@spectrum-web-components/shared": "1.11.3-next.20260216102310",
|
|
103
|
+
"@spectrum-web-components/tooltip": "1.11.3-next.20260216102310",
|
|
104
|
+
"@spectrum-web-components/tray": "1.11.3-next.20260216102310"
|
|
105
105
|
},
|
|
106
106
|
"types": "./src/index.d.ts",
|
|
107
107
|
"customElements": "custom-elements.json",
|
package/src/Picker.d.ts
CHANGED
|
@@ -41,8 +41,11 @@ declare const PickerBase_base: typeof SpectrumElement & {
|
|
|
41
41
|
export declare class PickerBase extends PickerBase_base {
|
|
42
42
|
static shadowRootOptions: {
|
|
43
43
|
delegatesFocus: boolean;
|
|
44
|
+
clonable?: boolean;
|
|
45
|
+
customElementRegistry?: CustomElementRegistry;
|
|
44
46
|
mode: ShadowRootMode;
|
|
45
|
-
|
|
47
|
+
serializable?: boolean;
|
|
48
|
+
slotAssignment?: SlotAssignmentMode;
|
|
46
49
|
};
|
|
47
50
|
isMobile: MatchMediaController;
|
|
48
51
|
isTouchDevice: MatchMediaController;
|
|
@@ -120,7 +123,7 @@ export declare class PickerBase extends PickerBase_base {
|
|
|
120
123
|
handleSlottableRequest: (_event: SlottableRequestEvent) => void;
|
|
121
124
|
protected handleBeforetoggle: (event: Event & {
|
|
122
125
|
target: Overlay;
|
|
123
|
-
newState:
|
|
126
|
+
newState: "open" | "closed";
|
|
124
127
|
}) => void;
|
|
125
128
|
protected renderLabelContent(content: Node[]): TemplateResult | Node[];
|
|
126
129
|
protected renderLoader(): TemplateResult;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const styles: import("
|
|
1
|
+
declare const styles: import("lit").CSSResult;
|
|
2
2
|
export default styles;
|
package/src/picker.css.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const styles: import("
|
|
1
|
+
declare const styles: import("lit").CSSResult;
|
|
2
2
|
export default styles;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const styles: import("
|
|
1
|
+
declare const styles: import("lit").CSSResult;
|
|
2
2
|
export default styles;
|