@swc-react/picker 0.40.1 → 0.40.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/index.d.ts +2 -2
- package/index.dev.js +1 -1
- package/index.dev.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +2 -2
- package/next.d.ts +5 -620
- package/package.json +5 -5
package/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { EventName } from '@lit
|
|
1
|
+
import type { EventName } from '@lit/react';
|
|
2
2
|
import { Picker as SpPicker } from '@spectrum-web-components/picker';
|
|
3
3
|
import '@spectrum-web-components/picker/sp-picker.js';
|
|
4
|
-
export declare const Picker: import("@lit
|
|
4
|
+
export declare const Picker: import("@lit/react").ReactWebComponent<SpPicker, {
|
|
5
5
|
change: EventName<Event>;
|
|
6
6
|
spOpened: EventName<Event>;
|
|
7
7
|
spClosed: EventName<Event>;
|
package/index.dev.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import { createComponent } from "@lit
|
|
3
|
+
import { createComponent } from "@lit/react";
|
|
4
4
|
import { Picker as SpPicker } from "@spectrum-web-components/picker";
|
|
5
5
|
import "@spectrum-web-components/picker/sp-picker.js";
|
|
6
6
|
export const Picker = createComponent({
|
package/index.dev.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["index.ts"],
|
|
4
|
-
"sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit/react';\nimport type { EventName } from '@lit/react';\nimport { Picker as SpPicker } from '@spectrum-web-components/picker';\n\nimport '@spectrum-web-components/picker/sp-picker.js';\n\nexport const Picker = createComponent({\n displayName: 'Picker',\n elementClass: SpPicker,\n react: React,\n tagName: 'sp-picker',\n events: {\n change: 'change' as EventName<Event>, // Announces that the `value` of the element has changed\n spOpened: 'sp-opened' as EventName<Event>, // Announces that the overlay has been opened\n spClosed: 'sp-closed' as EventName<Event>, // Announces that the overlay has been closed\n },\n});\n\nexport type PickerType = EventTarget & SpPicker;\n"],
|
|
5
5
|
"mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAEhC,SAAS,UAAU,gBAAgB;AAEnC,OAAO;AAEA,aAAM,SAAS,gBAAgB;AAAA,EAClC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,QAAQ;AAAA;AAAA,IACR,UAAU;AAAA;AAAA,IACV,UAAU;AAAA;AAAA,EACd;AACJ,CAAC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";import*as e from"react";import{createComponent as t}from"@lit
|
|
1
|
+
"use strict";import*as e from"react";import{createComponent as t}from"@lit/react";import{Picker as p}from"@spectrum-web-components/picker";import"@spectrum-web-components/picker/sp-picker.js";export const Picker=t({displayName:"Picker",elementClass:p,react:e,tagName:"sp-picker",events:{change:"change",spOpened:"sp-opened",spClosed:"sp-closed"}});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["index.ts"],
|
|
4
|
-
"sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit
|
|
5
|
-
"mappings": "aAYA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,
|
|
4
|
+
"sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit/react';\nimport type { EventName } from '@lit/react';\nimport { Picker as SpPicker } from '@spectrum-web-components/picker';\n\nimport '@spectrum-web-components/picker/sp-picker.js';\n\nexport const Picker = createComponent({\n displayName: 'Picker',\n elementClass: SpPicker,\n react: React,\n tagName: 'sp-picker',\n events: {\n change: 'change' as EventName<Event>, // Announces that the `value` of the element has changed\n spOpened: 'sp-opened' as EventName<Event>, // Announces that the overlay has been opened\n spClosed: 'sp-closed' as EventName<Event>, // Announces that the overlay has been closed\n },\n});\n\nexport type PickerType = EventTarget & SpPicker;\n"],
|
|
5
|
+
"mappings": "aAYA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,aAEhC,OAAS,UAAUC,MAAgB,kCAEnC,MAAO,+CAEA,aAAM,OAASD,EAAgB,CAClC,YAAa,SACb,aAAcC,EACd,MAAOF,EACP,QAAS,YACT,OAAQ,CACJ,OAAQ,SACR,SAAU,YACV,SAAU,WACd,CACJ,CAAC",
|
|
6
6
|
"names": ["React", "createComponent", "SpPicker"]
|
|
7
7
|
}
|
package/next.d.ts
CHANGED
|
@@ -1,620 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
style?: import("react").CSSProperties | undefined;
|
|
7
|
-
title?: string | undefined;
|
|
8
|
-
tabIndex?: number | undefined;
|
|
9
|
-
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
10
|
-
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
11
|
-
accessKey?: string | undefined;
|
|
12
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
13
|
-
hidden?: boolean | undefined;
|
|
14
|
-
lang?: string | undefined;
|
|
15
|
-
translate?: "no" | "yes" | undefined;
|
|
16
|
-
className?: string | undefined;
|
|
17
|
-
id?: string | undefined;
|
|
18
|
-
prefix?: string | undefined;
|
|
19
|
-
children?: import("react").ReactNode;
|
|
20
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
21
|
-
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
22
|
-
nonce?: string | undefined;
|
|
23
|
-
rel?: string | undefined;
|
|
24
|
-
color?: string | undefined;
|
|
25
|
-
content?: string | undefined;
|
|
26
|
-
'aria-describedby'?: string | undefined;
|
|
27
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
28
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
29
|
-
role?: import("react").AriaRole | undefined;
|
|
30
|
-
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
31
|
-
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
32
|
-
'aria-label'?: string | undefined;
|
|
33
|
-
'aria-activedescendant'?: string | undefined;
|
|
34
|
-
'aria-labelledby'?: string | undefined;
|
|
35
|
-
placeholder?: string | undefined;
|
|
36
|
-
defaultChecked?: boolean | undefined;
|
|
37
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
38
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
39
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
40
|
-
autoFocus?: boolean | undefined;
|
|
41
|
-
contextMenu?: string | undefined;
|
|
42
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
43
|
-
radioGroup?: string | undefined;
|
|
44
|
-
about?: string | undefined;
|
|
45
|
-
datatype?: string | undefined;
|
|
46
|
-
inlist?: any;
|
|
47
|
-
property?: string | undefined;
|
|
48
|
-
resource?: string | undefined;
|
|
49
|
-
rev?: string | undefined;
|
|
50
|
-
typeof?: string | undefined;
|
|
51
|
-
vocab?: string | undefined;
|
|
52
|
-
autoCapitalize?: string | undefined;
|
|
53
|
-
autoCorrect?: string | undefined;
|
|
54
|
-
autoSave?: string | undefined;
|
|
55
|
-
itemProp?: string | undefined;
|
|
56
|
-
itemScope?: boolean | undefined;
|
|
57
|
-
itemType?: string | undefined;
|
|
58
|
-
itemID?: string | undefined;
|
|
59
|
-
itemRef?: string | undefined;
|
|
60
|
-
results?: number | undefined;
|
|
61
|
-
security?: string | undefined;
|
|
62
|
-
unselectable?: "on" | "off" | undefined;
|
|
63
|
-
is?: string | undefined;
|
|
64
|
-
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
65
|
-
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
|
|
66
|
-
'aria-braillelabel'?: string | undefined;
|
|
67
|
-
'aria-brailleroledescription'?: string | undefined;
|
|
68
|
-
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
69
|
-
'aria-colcount'?: number | undefined;
|
|
70
|
-
'aria-colindex'?: number | undefined;
|
|
71
|
-
'aria-colindextext'?: string | undefined;
|
|
72
|
-
'aria-colspan'?: number | undefined;
|
|
73
|
-
'aria-controls'?: string | undefined;
|
|
74
|
-
'aria-current'?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
75
|
-
'aria-description'?: string | undefined;
|
|
76
|
-
'aria-details'?: string | undefined;
|
|
77
|
-
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
78
|
-
'aria-errormessage'?: string | undefined;
|
|
79
|
-
'aria-flowto'?: string | undefined;
|
|
80
|
-
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
81
|
-
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
82
|
-
'aria-keyshortcuts'?: string | undefined;
|
|
83
|
-
'aria-level'?: number | undefined;
|
|
84
|
-
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
85
|
-
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
86
|
-
'aria-multiline'?: (boolean | "true" | "false") | undefined;
|
|
87
|
-
'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
|
|
88
|
-
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
89
|
-
'aria-owns'?: string | undefined;
|
|
90
|
-
'aria-placeholder'?: string | undefined;
|
|
91
|
-
'aria-posinset'?: number | undefined;
|
|
92
|
-
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
93
|
-
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
94
|
-
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
95
|
-
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
96
|
-
'aria-roledescription'?: string | undefined;
|
|
97
|
-
'aria-rowcount'?: number | undefined;
|
|
98
|
-
'aria-rowindex'?: number | undefined;
|
|
99
|
-
'aria-rowindextext'?: string | undefined;
|
|
100
|
-
'aria-rowspan'?: number | undefined;
|
|
101
|
-
'aria-setsize'?: number | undefined;
|
|
102
|
-
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
103
|
-
'aria-valuemax'?: number | undefined;
|
|
104
|
-
'aria-valuemin'?: number | undefined;
|
|
105
|
-
'aria-valuenow'?: number | undefined;
|
|
106
|
-
'aria-valuetext'?: string | undefined;
|
|
107
|
-
dangerouslySetInnerHTML?: {
|
|
108
|
-
__html: string | TrustedHTML;
|
|
109
|
-
} | undefined;
|
|
110
|
-
onCopy?: import("react").ClipboardEventHandler<import("picker/src").Picker> | undefined;
|
|
111
|
-
onCopyCapture?: import("react").ClipboardEventHandler<import("picker/src").Picker> | undefined;
|
|
112
|
-
onCut?: import("react").ClipboardEventHandler<import("picker/src").Picker> | undefined;
|
|
113
|
-
onCutCapture?: import("react").ClipboardEventHandler<import("picker/src").Picker> | undefined;
|
|
114
|
-
onPaste?: import("react").ClipboardEventHandler<import("picker/src").Picker> | undefined;
|
|
115
|
-
onPasteCapture?: import("react").ClipboardEventHandler<import("picker/src").Picker> | undefined;
|
|
116
|
-
onCompositionEnd?: import("react").CompositionEventHandler<import("picker/src").Picker> | undefined;
|
|
117
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<import("picker/src").Picker> | undefined;
|
|
118
|
-
onCompositionStart?: import("react").CompositionEventHandler<import("picker/src").Picker> | undefined;
|
|
119
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<import("picker/src").Picker> | undefined;
|
|
120
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<import("picker/src").Picker> | undefined;
|
|
121
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<import("picker/src").Picker> | undefined;
|
|
122
|
-
onFocus?: import("react").FocusEventHandler<import("picker/src").Picker> | undefined;
|
|
123
|
-
onFocusCapture?: import("react").FocusEventHandler<import("picker/src").Picker> | undefined;
|
|
124
|
-
onBlur?: import("react").FocusEventHandler<import("picker/src").Picker> | undefined;
|
|
125
|
-
onBlurCapture?: import("react").FocusEventHandler<import("picker/src").Picker> | undefined;
|
|
126
|
-
onChange?: import("react").FormEventHandler<import("picker/src").Picker> | undefined;
|
|
127
|
-
onChangeCapture?: import("react").FormEventHandler<import("picker/src").Picker> | undefined;
|
|
128
|
-
onBeforeInput?: import("react").FormEventHandler<import("picker/src").Picker> | undefined;
|
|
129
|
-
onBeforeInputCapture?: import("react").FormEventHandler<import("picker/src").Picker> | undefined;
|
|
130
|
-
onInput?: import("react").FormEventHandler<import("picker/src").Picker> | undefined;
|
|
131
|
-
onInputCapture?: import("react").FormEventHandler<import("picker/src").Picker> | undefined;
|
|
132
|
-
onReset?: import("react").FormEventHandler<import("picker/src").Picker> | undefined;
|
|
133
|
-
onResetCapture?: import("react").FormEventHandler<import("picker/src").Picker> | undefined;
|
|
134
|
-
onSubmit?: import("react").FormEventHandler<import("picker/src").Picker> | undefined;
|
|
135
|
-
onSubmitCapture?: import("react").FormEventHandler<import("picker/src").Picker> | undefined;
|
|
136
|
-
onInvalid?: import("react").FormEventHandler<import("picker/src").Picker> | undefined;
|
|
137
|
-
onInvalidCapture?: import("react").FormEventHandler<import("picker/src").Picker> | undefined;
|
|
138
|
-
onLoad?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
139
|
-
onLoadCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
140
|
-
onError?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
141
|
-
onErrorCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
142
|
-
onKeyDown?: import("react").KeyboardEventHandler<import("picker/src").Picker> | undefined;
|
|
143
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<import("picker/src").Picker> | undefined;
|
|
144
|
-
onKeyPress?: import("react").KeyboardEventHandler<import("picker/src").Picker> | undefined;
|
|
145
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<import("picker/src").Picker> | undefined;
|
|
146
|
-
onKeyUp?: import("react").KeyboardEventHandler<import("picker/src").Picker> | undefined;
|
|
147
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<import("picker/src").Picker> | undefined;
|
|
148
|
-
onAbort?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
149
|
-
onAbortCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
150
|
-
onCanPlay?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
151
|
-
onCanPlayCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
152
|
-
onCanPlayThrough?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
153
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
154
|
-
onDurationChange?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
155
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
156
|
-
onEmptied?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
157
|
-
onEmptiedCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
158
|
-
onEncrypted?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
159
|
-
onEncryptedCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
160
|
-
onEnded?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
161
|
-
onEndedCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
162
|
-
onLoadedData?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
163
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
164
|
-
onLoadedMetadata?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
165
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
166
|
-
onLoadStart?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
167
|
-
onLoadStartCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
168
|
-
onPause?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
169
|
-
onPauseCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
170
|
-
onPlay?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
171
|
-
onPlayCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
172
|
-
onPlaying?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
173
|
-
onPlayingCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
174
|
-
onProgress?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
175
|
-
onProgressCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
176
|
-
onRateChange?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
177
|
-
onRateChangeCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
178
|
-
onResize?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
179
|
-
onResizeCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
180
|
-
onSeeked?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
181
|
-
onSeekedCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
182
|
-
onSeeking?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
183
|
-
onSeekingCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
184
|
-
onStalled?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
185
|
-
onStalledCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
186
|
-
onSuspend?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
187
|
-
onSuspendCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
188
|
-
onTimeUpdate?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
189
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
190
|
-
onVolumeChange?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
191
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
192
|
-
onWaiting?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
193
|
-
onWaitingCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
194
|
-
onAuxClick?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
195
|
-
onAuxClickCapture?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
196
|
-
onClick?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
197
|
-
onClickCapture?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
198
|
-
onContextMenu?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
199
|
-
onContextMenuCapture?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
200
|
-
onDoubleClick?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
201
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
202
|
-
onDrag?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
203
|
-
onDragCapture?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
204
|
-
onDragEnd?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
205
|
-
onDragEndCapture?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
206
|
-
onDragEnter?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
207
|
-
onDragEnterCapture?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
208
|
-
onDragExit?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
209
|
-
onDragExitCapture?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
210
|
-
onDragLeave?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
211
|
-
onDragLeaveCapture?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
212
|
-
onDragOver?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
213
|
-
onDragOverCapture?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
214
|
-
onDragStart?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
215
|
-
onDragStartCapture?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
216
|
-
onDrop?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
217
|
-
onDropCapture?: import("react").DragEventHandler<import("picker/src").Picker> | undefined;
|
|
218
|
-
onMouseDown?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
219
|
-
onMouseDownCapture?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
220
|
-
onMouseEnter?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
221
|
-
onMouseLeave?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
222
|
-
onMouseMove?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
223
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
224
|
-
onMouseOut?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
225
|
-
onMouseOutCapture?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
226
|
-
onMouseOver?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
227
|
-
onMouseOverCapture?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
228
|
-
onMouseUp?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
229
|
-
onMouseUpCapture?: import("react").MouseEventHandler<import("picker/src").Picker> | undefined;
|
|
230
|
-
onSelect?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
231
|
-
onSelectCapture?: import("react").ReactEventHandler<import("picker/src").Picker> | undefined;
|
|
232
|
-
onTouchCancel?: import("react").TouchEventHandler<import("picker/src").Picker> | undefined;
|
|
233
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<import("picker/src").Picker> | undefined;
|
|
234
|
-
onTouchEnd?: import("react").TouchEventHandler<import("picker/src").Picker> | undefined;
|
|
235
|
-
onTouchEndCapture?: import("react").TouchEventHandler<import("picker/src").Picker> | undefined;
|
|
236
|
-
onTouchMove?: import("react").TouchEventHandler<import("picker/src").Picker> | undefined;
|
|
237
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<import("picker/src").Picker> | undefined;
|
|
238
|
-
onTouchStart?: import("react").TouchEventHandler<import("picker/src").Picker> | undefined;
|
|
239
|
-
onTouchStartCapture?: import("react").TouchEventHandler<import("picker/src").Picker> | undefined;
|
|
240
|
-
onPointerDown?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
241
|
-
onPointerDownCapture?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
242
|
-
onPointerMove?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
243
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
244
|
-
onPointerUp?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
245
|
-
onPointerUpCapture?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
246
|
-
onPointerCancel?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
247
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
248
|
-
onPointerEnter?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
249
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
250
|
-
onPointerLeave?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
251
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
252
|
-
onPointerOver?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
253
|
-
onPointerOverCapture?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
254
|
-
onPointerOut?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
255
|
-
onPointerOutCapture?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
256
|
-
onGotPointerCapture?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
257
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
258
|
-
onLostPointerCapture?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
259
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<import("picker/src").Picker> | undefined;
|
|
260
|
-
onScroll?: import("react").UIEventHandler<import("picker/src").Picker> | undefined;
|
|
261
|
-
onScrollCapture?: import("react").UIEventHandler<import("picker/src").Picker> | undefined;
|
|
262
|
-
onWheel?: import("react").WheelEventHandler<import("picker/src").Picker> | undefined;
|
|
263
|
-
onWheelCapture?: import("react").WheelEventHandler<import("picker/src").Picker> | undefined;
|
|
264
|
-
onAnimationStart?: import("react").AnimationEventHandler<import("picker/src").Picker> | undefined;
|
|
265
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<import("picker/src").Picker> | undefined;
|
|
266
|
-
onAnimationEnd?: import("react").AnimationEventHandler<import("picker/src").Picker> | undefined;
|
|
267
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<import("picker/src").Picker> | undefined;
|
|
268
|
-
onAnimationIteration?: import("react").AnimationEventHandler<import("picker/src").Picker> | undefined;
|
|
269
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<import("picker/src").Picker> | undefined;
|
|
270
|
-
onTransitionEnd?: import("react").TransitionEventHandler<import("picker/src").Picker> | undefined;
|
|
271
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<import("picker/src").Picker> | undefined;
|
|
272
|
-
} & {
|
|
273
|
-
readonly attributes: NamedNodeMap;
|
|
274
|
-
readonly localName: string;
|
|
275
|
-
size: import("@spectrum-web-components/base").ElementSize;
|
|
276
|
-
button: HTMLButtonElement;
|
|
277
|
-
label?: string | undefined;
|
|
278
|
-
animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
|
|
279
|
-
blur: () => void;
|
|
280
|
-
click: () => void;
|
|
281
|
-
close: () => void;
|
|
282
|
-
focus: (options?: FocusOptions | undefined) => void;
|
|
283
|
-
invalid: boolean;
|
|
284
|
-
scroll: {
|
|
285
|
-
(options?: ScrollToOptions | undefined): void;
|
|
286
|
-
(x: number, y: number): void;
|
|
287
|
-
};
|
|
288
|
-
toggle: (target?: boolean | undefined) => void;
|
|
289
|
-
disabled: boolean;
|
|
290
|
-
autofocus: boolean;
|
|
291
|
-
normalize: () => void;
|
|
292
|
-
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
293
|
-
isUpdatePending: boolean;
|
|
294
|
-
hasUpdated: boolean;
|
|
295
|
-
addController: (controller: import("lit").ReactiveController) => void;
|
|
296
|
-
removeController: (controller: import("lit").ReactiveController) => void;
|
|
297
|
-
connectedCallback: () => void;
|
|
298
|
-
disconnectedCallback: () => void;
|
|
299
|
-
attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
|
|
300
|
-
requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
|
|
301
|
-
readonly updateComplete: Promise<boolean>;
|
|
302
|
-
readonly accessKeyLabel: string;
|
|
303
|
-
autocapitalize: string;
|
|
304
|
-
inert: boolean;
|
|
305
|
-
innerText: string;
|
|
306
|
-
readonly offsetHeight: number;
|
|
307
|
-
readonly offsetLeft: number;
|
|
308
|
-
readonly offsetParent: Element | null;
|
|
309
|
-
readonly offsetTop: number;
|
|
310
|
-
readonly offsetWidth: number;
|
|
311
|
-
outerText: string;
|
|
312
|
-
spellcheck: boolean;
|
|
313
|
-
attachInternals: () => ElementInternals;
|
|
314
|
-
addEventListener: {
|
|
315
|
-
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
316
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
317
|
-
};
|
|
318
|
-
removeEventListener: {
|
|
319
|
-
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
320
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
321
|
-
};
|
|
322
|
-
readonly classList: DOMTokenList;
|
|
323
|
-
readonly clientHeight: number;
|
|
324
|
-
readonly clientLeft: number;
|
|
325
|
-
readonly clientTop: number;
|
|
326
|
-
readonly clientWidth: number;
|
|
327
|
-
readonly namespaceURI: string | null;
|
|
328
|
-
onfullscreenchange: ((this: Element, ev: Event) => any) | null;
|
|
329
|
-
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
|
|
330
|
-
outerHTML: string;
|
|
331
|
-
readonly ownerDocument: Document;
|
|
332
|
-
readonly part: DOMTokenList;
|
|
333
|
-
readonly scrollHeight: number;
|
|
334
|
-
scrollLeft: number;
|
|
335
|
-
scrollTop: number;
|
|
336
|
-
readonly scrollWidth: number;
|
|
337
|
-
shadowRoot: ShadowRoot;
|
|
338
|
-
readonly tagName: string;
|
|
339
|
-
attachShadow: (init: ShadowRootInit) => ShadowRoot;
|
|
340
|
-
closest: {
|
|
341
|
-
<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2] | null;
|
|
342
|
-
<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3] | null;
|
|
343
|
-
<E extends Element = Element>(selectors: string): E | null;
|
|
344
|
-
};
|
|
345
|
-
getAttribute: (qualifiedName: string) => string | null;
|
|
346
|
-
getAttributeNS: (namespace: string | null, localName: string) => string | null;
|
|
347
|
-
getAttributeNames: () => string[];
|
|
348
|
-
getAttributeNode: (qualifiedName: string) => Attr | null;
|
|
349
|
-
getAttributeNodeNS: (namespace: string | null, localName: string) => Attr | null;
|
|
350
|
-
getBoundingClientRect: () => DOMRect;
|
|
351
|
-
getClientRects: () => DOMRectList;
|
|
352
|
-
getElementsByClassName: (classNames: string) => HTMLCollectionOf<Element>;
|
|
353
|
-
getElementsByTagName: {
|
|
354
|
-
<K_4 extends keyof HTMLElementTagNameMap>(qualifiedName: K_4): HTMLCollectionOf<HTMLElementTagNameMap[K_4]>;
|
|
355
|
-
<K_5 extends keyof SVGElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<SVGElementTagNameMap[K_5]>;
|
|
356
|
-
(qualifiedName: string): HTMLCollectionOf<Element>;
|
|
357
|
-
};
|
|
358
|
-
getElementsByTagNameNS: {
|
|
359
|
-
(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
|
|
360
|
-
(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
|
|
361
|
-
(namespace: string | null, localName: string): HTMLCollectionOf<Element>;
|
|
362
|
-
};
|
|
363
|
-
hasAttribute: (qualifiedName: string) => boolean;
|
|
364
|
-
hasAttributeNS: (namespace: string | null, localName: string) => boolean;
|
|
365
|
-
hasAttributes: () => boolean;
|
|
366
|
-
hasPointerCapture: (pointerId: number) => boolean;
|
|
367
|
-
insertAdjacentElement: (where: InsertPosition, element: Element) => Element | null;
|
|
368
|
-
insertAdjacentHTML: (position: InsertPosition, text: string) => void;
|
|
369
|
-
insertAdjacentText: (where: InsertPosition, data: string) => void;
|
|
370
|
-
matches: (selectors: string) => boolean;
|
|
371
|
-
releasePointerCapture: (pointerId: number) => void;
|
|
372
|
-
removeAttribute: (qualifiedName: string) => void;
|
|
373
|
-
removeAttributeNS: (namespace: string | null, localName: string) => void;
|
|
374
|
-
removeAttributeNode: (attr: Attr) => Attr;
|
|
375
|
-
requestFullscreen: (options?: FullscreenOptions | undefined) => Promise<void>;
|
|
376
|
-
requestPointerLock: () => void;
|
|
377
|
-
scrollBy: {
|
|
378
|
-
(options?: ScrollToOptions | undefined): void;
|
|
379
|
-
(x: number, y: number): void;
|
|
380
|
-
};
|
|
381
|
-
scrollIntoView: (arg?: boolean | ScrollIntoViewOptions | undefined) => void;
|
|
382
|
-
scrollTo: {
|
|
383
|
-
(options?: ScrollToOptions | undefined): void;
|
|
384
|
-
(x: number, y: number): void;
|
|
385
|
-
};
|
|
386
|
-
setAttribute: (qualifiedName: string, value: string) => void;
|
|
387
|
-
setAttributeNS: (namespace: string | null, qualifiedName: string, value: string) => void;
|
|
388
|
-
setAttributeNode: (attr: Attr) => Attr | null;
|
|
389
|
-
setAttributeNodeNS: (attr: Attr) => Attr | null;
|
|
390
|
-
setPointerCapture: (pointerId: number) => void;
|
|
391
|
-
toggleAttribute: (qualifiedName: string, force?: boolean | undefined) => boolean;
|
|
392
|
-
webkitMatchesSelector: (selectors: string) => boolean;
|
|
393
|
-
readonly baseURI: string;
|
|
394
|
-
readonly childNodes: NodeListOf<ChildNode>;
|
|
395
|
-
readonly firstChild: ChildNode | null;
|
|
396
|
-
readonly isConnected: boolean;
|
|
397
|
-
readonly lastChild: ChildNode | null;
|
|
398
|
-
readonly nextSibling: ChildNode | null;
|
|
399
|
-
readonly nodeName: string;
|
|
400
|
-
readonly nodeType: number;
|
|
401
|
-
nodeValue: string | null;
|
|
402
|
-
readonly parentElement: HTMLElement | null;
|
|
403
|
-
readonly parentNode: ParentNode | null;
|
|
404
|
-
readonly previousSibling: ChildNode | null;
|
|
405
|
-
textContent: string | null;
|
|
406
|
-
appendChild: <T extends Node>(node: T) => T;
|
|
407
|
-
cloneNode: (deep?: boolean | undefined) => Node;
|
|
408
|
-
compareDocumentPosition: (other: Node) => number;
|
|
409
|
-
contains: (other: Node | null) => boolean;
|
|
410
|
-
getRootNode: (options?: GetRootNodeOptions | undefined) => Node;
|
|
411
|
-
hasChildNodes: () => boolean;
|
|
412
|
-
insertBefore: <T_1 extends Node>(node: T_1, child: Node | null) => T_1;
|
|
413
|
-
isDefaultNamespace: (namespace: string | null) => boolean;
|
|
414
|
-
isEqualNode: (otherNode: Node | null) => boolean;
|
|
415
|
-
isSameNode: (otherNode: Node | null) => boolean;
|
|
416
|
-
lookupNamespaceURI: (prefix: string | null) => string | null;
|
|
417
|
-
lookupPrefix: (namespace: string | null) => string | null;
|
|
418
|
-
removeChild: <T_2 extends Node>(child: T_2) => T_2;
|
|
419
|
-
replaceChild: <T_3 extends Node>(node: Node, child: T_3) => T_3;
|
|
420
|
-
readonly ATTRIBUTE_NODE: number;
|
|
421
|
-
readonly CDATA_SECTION_NODE: number;
|
|
422
|
-
readonly COMMENT_NODE: number;
|
|
423
|
-
readonly DOCUMENT_FRAGMENT_NODE: number;
|
|
424
|
-
readonly DOCUMENT_NODE: number;
|
|
425
|
-
readonly DOCUMENT_POSITION_CONTAINED_BY: number;
|
|
426
|
-
readonly DOCUMENT_POSITION_CONTAINS: number;
|
|
427
|
-
readonly DOCUMENT_POSITION_DISCONNECTED: number;
|
|
428
|
-
readonly DOCUMENT_POSITION_FOLLOWING: number;
|
|
429
|
-
readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
|
|
430
|
-
readonly DOCUMENT_POSITION_PRECEDING: number;
|
|
431
|
-
readonly DOCUMENT_TYPE_NODE: number;
|
|
432
|
-
readonly ELEMENT_NODE: number;
|
|
433
|
-
readonly ENTITY_NODE: number;
|
|
434
|
-
readonly ENTITY_REFERENCE_NODE: number;
|
|
435
|
-
readonly NOTATION_NODE: number;
|
|
436
|
-
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
437
|
-
readonly TEXT_NODE: number;
|
|
438
|
-
dispatchEvent: (event: Event) => boolean;
|
|
439
|
-
ariaAtomic: string | null;
|
|
440
|
-
ariaAutoComplete: string | null;
|
|
441
|
-
ariaBusy: string | null;
|
|
442
|
-
ariaChecked: string | null;
|
|
443
|
-
ariaColCount: string | null;
|
|
444
|
-
ariaColIndex: string | null;
|
|
445
|
-
ariaColSpan: string | null;
|
|
446
|
-
ariaCurrent: string | null;
|
|
447
|
-
ariaDisabled: string | null;
|
|
448
|
-
ariaExpanded: string | null;
|
|
449
|
-
ariaHasPopup: string | null;
|
|
450
|
-
ariaHidden: string | null;
|
|
451
|
-
ariaKeyShortcuts: string | null;
|
|
452
|
-
ariaLabel: string | null;
|
|
453
|
-
ariaLevel: string | null;
|
|
454
|
-
ariaLive: string | null;
|
|
455
|
-
ariaModal: string | null;
|
|
456
|
-
ariaMultiLine: string | null;
|
|
457
|
-
ariaMultiSelectable: string | null;
|
|
458
|
-
ariaOrientation: string | null;
|
|
459
|
-
ariaPlaceholder: string | null;
|
|
460
|
-
ariaPosInSet: string | null;
|
|
461
|
-
ariaPressed: string | null;
|
|
462
|
-
ariaReadOnly: string | null;
|
|
463
|
-
ariaRequired: string | null;
|
|
464
|
-
ariaRoleDescription: string | null;
|
|
465
|
-
ariaRowCount: string | null;
|
|
466
|
-
ariaRowIndex: string | null;
|
|
467
|
-
ariaRowSpan: string | null;
|
|
468
|
-
ariaSelected: string | null;
|
|
469
|
-
ariaSetSize: string | null;
|
|
470
|
-
ariaSort: string | null;
|
|
471
|
-
ariaValueMax: string | null;
|
|
472
|
-
ariaValueMin: string | null;
|
|
473
|
-
ariaValueNow: string | null;
|
|
474
|
-
ariaValueText: string | null;
|
|
475
|
-
getAnimations: (options?: GetAnimationsOptions | undefined) => Animation[];
|
|
476
|
-
after: (...nodes: (string | Node)[]) => void;
|
|
477
|
-
before: (...nodes: (string | Node)[]) => void;
|
|
478
|
-
remove: () => void;
|
|
479
|
-
replaceWith: (...nodes: (string | Node)[]) => void;
|
|
480
|
-
innerHTML: string;
|
|
481
|
-
readonly nextElementSibling: Element | null;
|
|
482
|
-
readonly previousElementSibling: Element | null;
|
|
483
|
-
readonly childElementCount: number;
|
|
484
|
-
readonly firstElementChild: Element | null;
|
|
485
|
-
readonly lastElementChild: Element | null;
|
|
486
|
-
append: (...nodes: (string | Node)[]) => void;
|
|
487
|
-
prepend: (...nodes: (string | Node)[]) => void;
|
|
488
|
-
querySelector: {
|
|
489
|
-
<K_6 extends keyof HTMLElementTagNameMap>(selectors: K_6): HTMLElementTagNameMap[K_6] | null;
|
|
490
|
-
<K_7 extends keyof SVGElementTagNameMap>(selectors: K_7): SVGElementTagNameMap[K_7] | null;
|
|
491
|
-
<E_1 extends Element = Element>(selectors: string): E_1 | null;
|
|
492
|
-
};
|
|
493
|
-
querySelectorAll: {
|
|
494
|
-
<K_8 extends keyof HTMLElementTagNameMap>(selectors: K_8): NodeListOf<HTMLElementTagNameMap[K_8]>;
|
|
495
|
-
<K_9 extends keyof SVGElementTagNameMap>(selectors: K_9): NodeListOf<SVGElementTagNameMap[K_9]>;
|
|
496
|
-
<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
|
|
497
|
-
};
|
|
498
|
-
replaceChildren: (...nodes: (string | Node)[]) => void;
|
|
499
|
-
readonly assignedSlot: HTMLSlotElement | null;
|
|
500
|
-
oncopy: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
501
|
-
oncut: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
502
|
-
onpaste: ((this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any) | null;
|
|
503
|
-
enterKeyHint: string;
|
|
504
|
-
readonly isContentEditable: boolean;
|
|
505
|
-
onabort: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
506
|
-
onanimationcancel: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
507
|
-
onanimationend: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
508
|
-
onanimationiteration: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
509
|
-
onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
|
|
510
|
-
onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
511
|
-
onblur: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
512
|
-
oncanplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
513
|
-
oncanplaythrough: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
514
|
-
onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
515
|
-
onclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
516
|
-
onclose: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
517
|
-
oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
518
|
-
oncuechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
519
|
-
ondblclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
520
|
-
ondrag: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
521
|
-
ondragend: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
522
|
-
ondragenter: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
523
|
-
ondragleave: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
524
|
-
ondragover: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
525
|
-
ondragstart: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
526
|
-
ondrop: ((this: GlobalEventHandlers, ev: DragEvent) => any) | null;
|
|
527
|
-
ondurationchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
528
|
-
onemptied: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
529
|
-
onended: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
530
|
-
onerror: OnErrorEventHandler;
|
|
531
|
-
onfocus: ((this: GlobalEventHandlers, ev: FocusEvent) => any) | null;
|
|
532
|
-
onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
|
|
533
|
-
ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
534
|
-
oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
535
|
-
oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
536
|
-
onkeydown: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
537
|
-
onkeypress: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
538
|
-
onkeyup: ((this: GlobalEventHandlers, ev: KeyboardEvent) => any) | null;
|
|
539
|
-
onload: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
540
|
-
onloadeddata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
541
|
-
onloadedmetadata: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
542
|
-
onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
543
|
-
onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
544
|
-
onmousedown: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
545
|
-
onmouseenter: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
546
|
-
onmouseleave: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
547
|
-
onmousemove: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
548
|
-
onmouseout: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
549
|
-
onmouseover: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
550
|
-
onmouseup: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
|
|
551
|
-
onpause: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
552
|
-
onplay: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
553
|
-
onplaying: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
554
|
-
onpointercancel: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
555
|
-
onpointerdown: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
556
|
-
onpointerenter: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
557
|
-
onpointerleave: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
558
|
-
onpointermove: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
559
|
-
onpointerout: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
560
|
-
onpointerover: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
561
|
-
onpointerup: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
|
|
562
|
-
onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any) | null;
|
|
563
|
-
onratechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
564
|
-
onreset: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
565
|
-
onresize: ((this: GlobalEventHandlers, ev: UIEvent) => any) | null;
|
|
566
|
-
onscroll: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
567
|
-
onsecuritypolicyviolation: ((this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any) | null;
|
|
568
|
-
onseeked: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
569
|
-
onseeking: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
570
|
-
onselect: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
571
|
-
onselectionchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
572
|
-
onselectstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
573
|
-
onslotchange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
574
|
-
onstalled: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
575
|
-
onsubmit: ((this: GlobalEventHandlers, ev: SubmitEvent) => any) | null;
|
|
576
|
-
onsuspend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
577
|
-
ontimeupdate: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
578
|
-
ontoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
579
|
-
ontouchcancel?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
580
|
-
ontouchend?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
581
|
-
ontouchmove?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
582
|
-
ontouchstart?: ((this: GlobalEventHandlers, ev: TouchEvent) => any) | null | undefined;
|
|
583
|
-
ontransitioncancel: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
584
|
-
ontransitionend: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
585
|
-
ontransitionrun: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
586
|
-
ontransitionstart: ((this: GlobalEventHandlers, ev: TransitionEvent) => any) | null;
|
|
587
|
-
onvolumechange: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
588
|
-
onwaiting: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
589
|
-
onwebkitanimationend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
590
|
-
onwebkitanimationiteration: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
591
|
-
onwebkitanimationstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
592
|
-
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
593
|
-
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
594
|
-
readonly dataset: DOMStringMap;
|
|
595
|
-
readonly renderOptions: import("lit-html").RenderOptions;
|
|
596
|
-
placement: import("@floating-ui/utils").Placement;
|
|
597
|
-
open: boolean;
|
|
598
|
-
focused: boolean;
|
|
599
|
-
value: string;
|
|
600
|
-
readonly focusElement: HTMLElement;
|
|
601
|
-
isLTR: boolean;
|
|
602
|
-
hasVisibleFocusInTree: () => boolean;
|
|
603
|
-
selects: "single" | undefined;
|
|
604
|
-
appliedLabel?: string | undefined;
|
|
605
|
-
icons?: "none" | "only" | undefined;
|
|
606
|
-
readonly: boolean;
|
|
607
|
-
quiet: boolean;
|
|
608
|
-
selectedItem: import("menu/src").MenuItem | undefined;
|
|
609
|
-
_selectedItem?: import("menu/src").MenuItem | undefined;
|
|
610
|
-
forceFocusVisible: () => void;
|
|
611
|
-
handleButtonBlur: () => void;
|
|
612
|
-
handleHelperFocus: () => void;
|
|
613
|
-
handleChange: (event: Event) => void;
|
|
614
|
-
_selectedItemContent?: import("menu/src").MenuItemChildren | undefined;
|
|
615
|
-
applyFocusElementLabel: (value?: string | undefined) => void;
|
|
616
|
-
} & {
|
|
617
|
-
change: (e: Event) => void;
|
|
618
|
-
spOpened: (e: Event) => void;
|
|
619
|
-
spClosed: (e: Event) => void;
|
|
620
|
-
}> & import("react").RefAttributes<import("picker/src").Picker>>;
|
|
1
|
+
export declare const Picker: import("react").ComponentType<Omit<import("react").HTMLAttributes<import("picker/src").Picker>, "size" | "button" | "label" | "change" | "close" | "invalid" | "toggle" | "disabled" | "placement" | "open" | "renderOptions" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updateComplete" | "focused" | "value" | "focusElement" | "isLTR" | "hasVisibleFocusInTree" | "selects" | "appliedLabel" | "icons" | "readonly" | "quiet" | "selectedItem" | "_selectedItem" | "forceFocusVisible" | "handleButtonBlur" | "handleHelperFocus" | "handleChange" | "_selectedItemContent" | "applyFocusElementLabel" | "spOpened" | "spClosed"> & {
|
|
2
|
+
change?: ((e: Event) => void) | undefined;
|
|
3
|
+
spOpened?: ((e: Event) => void) | undefined;
|
|
4
|
+
spClosed?: ((e: Event) => void) | undefined;
|
|
5
|
+
} & Partial<Omit<import("picker/src").Picker, keyof HTMLElement>> & import("react").RefAttributes<import("picker/src").Picker>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/picker",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"@spectrum-web-components/picker"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@lit
|
|
33
|
-
"@spectrum-web-components/picker": "^0.40.
|
|
32
|
+
"@lit/react": "^1.0.2",
|
|
33
|
+
"@spectrum-web-components/picker": "^0.40.3"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"next": "~13.4"
|
|
36
|
+
"next": "~13.4 || ~14.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"next": {
|
|
40
40
|
"optional": true
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "76467a3470aeafa4beefce1e4fc76341f1d6733f"
|
|
44
44
|
}
|