@swc-react/action-bar 0.34.1-rc.0 → 0.35.1-rc.15
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 +4 -1
- package/index.dev.js +3 -1
- package/index.dev.js.map +2 -2
- package/index.js +1 -1
- package/index.js.map +2 -2
- package/next.d.ts +65 -52
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
import type { EventName } from '@lit-labs/react';
|
|
1
2
|
import { ActionBar as SpActionBar } from '@spectrum-web-components/action-bar';
|
|
2
3
|
import '@spectrum-web-components/action-bar/sp-action-bar.js';
|
|
3
|
-
export declare const ActionBar: import("@lit-labs/react").ReactWebComponent<SpActionBar, {
|
|
4
|
+
export declare const ActionBar: import("@lit-labs/react").ReactWebComponent<SpActionBar, {
|
|
5
|
+
close: EventName<Event>;
|
|
6
|
+
}>;
|
|
4
7
|
export declare type ActionBarType = EventTarget & SpActionBar;
|
package/index.dev.js
CHANGED
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-labs/react';\nimport { ActionBar as SpActionBar } from '@spectrum-web-components/action-bar';\n\nimport '@spectrum-web-components/action-bar/sp-action-bar.js';\n\nexport const ActionBar = createComponent({\n displayName: 'ActionBar',\n elementClass: SpActionBar,\n react: React,\n tagName: 'sp-action-bar',\n events: {},\n});\n\nexport type ActionBarType = EventTarget & SpActionBar;\n"],
|
|
5
|
-
"mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;
|
|
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-labs/react';\nimport type { EventName } from '@lit-labs/react';\nimport { ActionBar as SpActionBar } from '@spectrum-web-components/action-bar';\n\nimport '@spectrum-web-components/action-bar/sp-action-bar.js';\n\nexport const ActionBar = createComponent({\n displayName: 'ActionBar',\n elementClass: SpActionBar,\n react: React,\n tagName: 'sp-action-bar',\n events: {\n close: 'close' as EventName<Event>,\n },\n});\n\nexport type ActionBarType = EventTarget & SpActionBar;\n"],
|
|
5
|
+
"mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAEhC,SAAS,aAAa,mBAAmB;AAEzC,OAAO;AAEA,aAAM,YAAY,gBAAgB;AAAA,EACrC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,OAAO;AAAA,EACX;AACJ,CAAC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";import*as t from"react";import{createComponent as
|
|
1
|
+
"use strict";import*as t from"react";import{createComponent as e}from"@lit-labs/react";import{ActionBar as a}from"@spectrum-web-components/action-bar";import"@spectrum-web-components/action-bar/sp-action-bar.js";export const ActionBar=e({displayName:"ActionBar",elementClass:a,react:t,tagName:"sp-action-bar",events:{close:"close"}});
|
|
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-labs/react';\nimport { ActionBar as SpActionBar } from '@spectrum-web-components/action-bar';\n\nimport '@spectrum-web-components/action-bar/sp-action-bar.js';\n\nexport const ActionBar = createComponent({\n displayName: 'ActionBar',\n elementClass: SpActionBar,\n react: React,\n tagName: 'sp-action-bar',\n events: {},\n});\n\nexport type ActionBarType = EventTarget & SpActionBar;\n"],
|
|
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-labs/react';\nimport type { EventName } from '@lit-labs/react';\nimport { ActionBar as SpActionBar } from '@spectrum-web-components/action-bar';\n\nimport '@spectrum-web-components/action-bar/sp-action-bar.js';\n\nexport const ActionBar = createComponent({\n displayName: 'ActionBar',\n elementClass: SpActionBar,\n react: React,\n tagName: 'sp-action-bar',\n events: {\n close: 'close' as EventName<Event>,\n },\n});\n\nexport type ActionBarType = EventTarget & SpActionBar;\n"],
|
|
5
|
+
"mappings": "aAYA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,kBAEhC,OAAS,aAAaC,MAAmB,sCAEzC,MAAO,uDAEA,aAAM,UAAYD,EAAgB,CACrC,YAAa,YACb,aAAcC,EACd,MAAOF,EACP,QAAS,gBACT,OAAQ,CACJ,MAAO,OACX,CACJ,CAAC",
|
|
6
6
|
"names": ["React", "createComponent", "SpActionBar"]
|
|
7
7
|
}
|
package/next.d.ts
CHANGED
|
@@ -1,40 +1,56 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
2
3
|
export declare const ActionBar: import("react").ComponentType<Partial<{
|
|
3
4
|
dir?: string | undefined;
|
|
4
|
-
color?: string | undefined;
|
|
5
|
-
lang?: string | undefined;
|
|
6
5
|
slot?: string | undefined;
|
|
7
6
|
style?: import("react").CSSProperties | undefined;
|
|
8
7
|
title?: string | undefined;
|
|
9
|
-
defaultChecked?: boolean | undefined;
|
|
10
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
11
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
12
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
13
8
|
accessKey?: string | undefined;
|
|
14
|
-
className?: string | undefined;
|
|
15
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
16
|
-
contextMenu?: string | undefined;
|
|
17
9
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
18
10
|
hidden?: boolean | undefined;
|
|
11
|
+
lang?: string | undefined;
|
|
12
|
+
translate?: "yes" | "no" | undefined;
|
|
13
|
+
className?: string | undefined;
|
|
19
14
|
id?: string | undefined;
|
|
15
|
+
prefix?: string | undefined;
|
|
16
|
+
children?: import("react").ReactNode;
|
|
17
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
18
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
20
19
|
nonce?: string | undefined;
|
|
20
|
+
tabIndex?: number | undefined;
|
|
21
|
+
'aria-describedby'?: string | undefined;
|
|
22
|
+
rel?: string | undefined;
|
|
23
|
+
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
24
|
+
role?: import("react").AriaRole | undefined;
|
|
25
|
+
'aria-label'?: string | undefined;
|
|
26
|
+
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
27
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
28
|
+
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
29
|
+
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
30
|
+
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
31
|
+
'aria-labelledby'?: string | undefined;
|
|
32
|
+
defaultChecked?: boolean | undefined;
|
|
33
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
34
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
35
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
36
|
+
autoFocus?: boolean | undefined;
|
|
37
|
+
contextMenu?: string | undefined;
|
|
21
38
|
placeholder?: string | undefined;
|
|
22
39
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
23
|
-
tabIndex?: number | undefined;
|
|
24
|
-
translate?: "yes" | "no" | undefined;
|
|
25
40
|
radioGroup?: string | undefined;
|
|
26
|
-
role?: import("react").AriaRole | undefined;
|
|
27
41
|
about?: string | undefined;
|
|
42
|
+
content?: string | undefined;
|
|
28
43
|
datatype?: string | undefined;
|
|
29
44
|
inlist?: any;
|
|
30
|
-
prefix?: string | undefined;
|
|
31
45
|
property?: string | undefined;
|
|
32
46
|
resource?: string | undefined;
|
|
47
|
+
rev?: string | undefined;
|
|
33
48
|
typeof?: string | undefined;
|
|
34
49
|
vocab?: string | undefined;
|
|
35
50
|
autoCapitalize?: string | undefined;
|
|
36
51
|
autoCorrect?: string | undefined;
|
|
37
52
|
autoSave?: string | undefined;
|
|
53
|
+
color?: string | undefined;
|
|
38
54
|
itemProp?: string | undefined;
|
|
39
55
|
itemScope?: boolean | undefined;
|
|
40
56
|
itemType?: string | undefined;
|
|
@@ -43,32 +59,27 @@ export declare const ActionBar: import("react").ComponentType<Partial<{
|
|
|
43
59
|
results?: number | undefined;
|
|
44
60
|
security?: string | undefined;
|
|
45
61
|
unselectable?: "on" | "off" | undefined;
|
|
46
|
-
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
47
62
|
is?: string | undefined;
|
|
48
63
|
'aria-activedescendant'?: string | undefined;
|
|
49
64
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
50
|
-
'aria-autocomplete'?: "inline" | "
|
|
65
|
+
'aria-autocomplete'?: "inline" | "none" | "both" | "list" | undefined;
|
|
66
|
+
'aria-braillelabel'?: string | undefined;
|
|
67
|
+
'aria-brailleroledescription'?: string | undefined;
|
|
51
68
|
'aria-busy'?: (boolean | "true" | "false") | undefined;
|
|
52
|
-
'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
53
69
|
'aria-colcount'?: number | undefined;
|
|
54
70
|
'aria-colindex'?: number | undefined;
|
|
71
|
+
'aria-colindextext'?: string | undefined;
|
|
55
72
|
'aria-colspan'?: number | undefined;
|
|
56
73
|
'aria-controls'?: string | undefined;
|
|
57
74
|
'aria-current'?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
|
|
58
|
-
'aria-
|
|
75
|
+
'aria-description'?: string | undefined;
|
|
59
76
|
'aria-details'?: string | undefined;
|
|
60
|
-
'aria-disabled'?: (boolean | "true" | "false") | undefined;
|
|
61
77
|
'aria-dropeffect'?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
|
|
62
78
|
'aria-errormessage'?: string | undefined;
|
|
63
|
-
'aria-expanded'?: (boolean | "true" | "false") | undefined;
|
|
64
79
|
'aria-flowto'?: string | undefined;
|
|
65
80
|
'aria-grabbed'?: (boolean | "true" | "false") | undefined;
|
|
66
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
|
|
67
|
-
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
68
81
|
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
69
82
|
'aria-keyshortcuts'?: string | undefined;
|
|
70
|
-
'aria-label'?: string | undefined;
|
|
71
|
-
'aria-labelledby'?: string | undefined;
|
|
72
83
|
'aria-level'?: number | undefined;
|
|
73
84
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
74
85
|
'aria-modal'?: (boolean | "true" | "false") | undefined;
|
|
@@ -78,13 +89,13 @@ export declare const ActionBar: import("react").ComponentType<Partial<{
|
|
|
78
89
|
'aria-owns'?: string | undefined;
|
|
79
90
|
'aria-placeholder'?: string | undefined;
|
|
80
91
|
'aria-posinset'?: number | undefined;
|
|
81
|
-
'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
|
|
82
92
|
'aria-readonly'?: (boolean | "true" | "false") | undefined;
|
|
83
93
|
'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
84
94
|
'aria-required'?: (boolean | "true" | "false") | undefined;
|
|
85
95
|
'aria-roledescription'?: string | undefined;
|
|
86
96
|
'aria-rowcount'?: number | undefined;
|
|
87
97
|
'aria-rowindex'?: number | undefined;
|
|
98
|
+
'aria-rowindextext'?: string | undefined;
|
|
88
99
|
'aria-rowspan'?: number | undefined;
|
|
89
100
|
'aria-selected'?: (boolean | "true" | "false") | undefined;
|
|
90
101
|
'aria-setsize'?: number | undefined;
|
|
@@ -93,9 +104,8 @@ export declare const ActionBar: import("react").ComponentType<Partial<{
|
|
|
93
104
|
'aria-valuemin'?: number | undefined;
|
|
94
105
|
'aria-valuenow'?: number | undefined;
|
|
95
106
|
'aria-valuetext'?: string | undefined;
|
|
96
|
-
children?: import("react").ReactNode;
|
|
97
107
|
dangerouslySetInnerHTML?: {
|
|
98
|
-
__html: string;
|
|
108
|
+
__html: string | TrustedHTML;
|
|
99
109
|
} | undefined;
|
|
100
110
|
onCopy?: import("react").ClipboardEventHandler<import("action-bar/src").ActionBar> | undefined;
|
|
101
111
|
onCopyCapture?: import("react").ClipboardEventHandler<import("action-bar/src").ActionBar> | undefined;
|
|
@@ -262,8 +272,7 @@ export declare const ActionBar: import("react").ComponentType<Partial<{
|
|
|
262
272
|
} & {
|
|
263
273
|
readonly attributes: NamedNodeMap;
|
|
264
274
|
readonly localName: string;
|
|
265
|
-
|
|
266
|
-
open: boolean;
|
|
275
|
+
animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
|
|
267
276
|
blur: () => void;
|
|
268
277
|
click: () => void;
|
|
269
278
|
focus: (options?: FocusOptions | undefined) => void;
|
|
@@ -271,9 +280,28 @@ export declare const ActionBar: import("react").ComponentType<Partial<{
|
|
|
271
280
|
(options?: ScrollToOptions | undefined): void;
|
|
272
281
|
(x: number, y: number): void;
|
|
273
282
|
};
|
|
283
|
+
open: boolean;
|
|
274
284
|
normalize: () => void;
|
|
275
|
-
|
|
276
|
-
|
|
285
|
+
readonly renderOptions: import("lit-html").RenderOptions;
|
|
286
|
+
addEventListener: {
|
|
287
|
+
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
288
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
289
|
+
};
|
|
290
|
+
dispatchEvent: (event: Event) => boolean;
|
|
291
|
+
removeEventListener: {
|
|
292
|
+
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
293
|
+
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
294
|
+
};
|
|
295
|
+
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
296
|
+
isUpdatePending: boolean;
|
|
297
|
+
hasUpdated: boolean;
|
|
298
|
+
addController: (controller: import("lit").ReactiveController) => void;
|
|
299
|
+
removeController: (controller: import("lit").ReactiveController) => void;
|
|
300
|
+
connectedCallback: () => void;
|
|
301
|
+
disconnectedCallback: () => void;
|
|
302
|
+
attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
|
|
303
|
+
requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
|
|
304
|
+
readonly updateComplete: Promise<boolean>;
|
|
277
305
|
readonly accessKeyLabel: string;
|
|
278
306
|
autocapitalize: string;
|
|
279
307
|
inert: boolean;
|
|
@@ -286,14 +314,6 @@ export declare const ActionBar: import("react").ComponentType<Partial<{
|
|
|
286
314
|
outerText: string;
|
|
287
315
|
spellcheck: boolean;
|
|
288
316
|
attachInternals: () => ElementInternals;
|
|
289
|
-
addEventListener: {
|
|
290
|
-
<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
291
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions | undefined): void;
|
|
292
|
-
};
|
|
293
|
-
removeEventListener: {
|
|
294
|
-
<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | EventListenerOptions | undefined): void;
|
|
295
|
-
(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions | undefined): void;
|
|
296
|
-
};
|
|
297
317
|
readonly classList: DOMTokenList;
|
|
298
318
|
readonly clientHeight: number;
|
|
299
319
|
readonly clientLeft: number;
|
|
@@ -309,6 +329,7 @@ export declare const ActionBar: import("react").ComponentType<Partial<{
|
|
|
309
329
|
scrollLeft: number;
|
|
310
330
|
scrollTop: number;
|
|
311
331
|
readonly scrollWidth: number;
|
|
332
|
+
shadowRoot: ShadowRoot;
|
|
312
333
|
readonly tagName: string;
|
|
313
334
|
attachShadow: (init: ShadowRootInit) => ShadowRoot;
|
|
314
335
|
closest: {
|
|
@@ -409,7 +430,6 @@ export declare const ActionBar: import("react").ComponentType<Partial<{
|
|
|
409
430
|
readonly NOTATION_NODE: number;
|
|
410
431
|
readonly PROCESSING_INSTRUCTION_NODE: number;
|
|
411
432
|
readonly TEXT_NODE: number;
|
|
412
|
-
dispatchEvent: (event: Event) => boolean;
|
|
413
433
|
ariaAtomic: string | null;
|
|
414
434
|
ariaAutoComplete: string | null;
|
|
415
435
|
ariaBusy: string | null;
|
|
@@ -446,7 +466,6 @@ export declare const ActionBar: import("react").ComponentType<Partial<{
|
|
|
446
466
|
ariaValueMin: string | null;
|
|
447
467
|
ariaValueNow: string | null;
|
|
448
468
|
ariaValueText: string | null;
|
|
449
|
-
animate: (keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions | undefined) => Animation;
|
|
450
469
|
getAnimations: (options?: GetAnimationsOptions | undefined) => Animation[];
|
|
451
470
|
after: (...nodes: (string | Node)[]) => void;
|
|
452
471
|
before: (...nodes: (string | Node)[]) => void;
|
|
@@ -568,18 +587,12 @@ export declare const ActionBar: import("react").ComponentType<Partial<{
|
|
|
568
587
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
569
588
|
autofocus: boolean;
|
|
570
589
|
readonly dataset: DOMStringMap;
|
|
590
|
+
variant: string;
|
|
591
|
+
emphasized: boolean;
|
|
592
|
+
flexible: boolean;
|
|
571
593
|
render: () => import("lit-html").TemplateResult<2 | 1>;
|
|
572
|
-
readonly renderOptions: import("lit-html").RenderOptions;
|
|
573
|
-
connectedCallback: () => void;
|
|
574
|
-
disconnectedCallback: () => void;
|
|
575
|
-
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
576
|
-
isUpdatePending: boolean;
|
|
577
|
-
hasUpdated: boolean;
|
|
578
|
-
addController: (controller: import("lit").ReactiveController) => void;
|
|
579
|
-
removeController: (controller: import("lit").ReactiveController) => void;
|
|
580
|
-
attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
|
|
581
|
-
requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
|
|
582
|
-
readonly updateComplete: Promise<boolean>;
|
|
583
594
|
isLTR: boolean;
|
|
584
595
|
hasVisibleFocusInTree: () => boolean;
|
|
585
|
-
} & {
|
|
596
|
+
} & {
|
|
597
|
+
close: (e: Event) => void;
|
|
598
|
+
}> & import("react").RefAttributes<import("action-bar/src").ActionBar>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/action-bar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.1-rc.15+9b76319e4",
|
|
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/action-bar": "^0.
|
|
33
|
+
"@spectrum-web-components/action-bar": "^0.35.1-rc.15+9b76319e4"
|
|
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": "9b76319e4f1cc7cb0dd03e9d9debf544e5bed4e9"
|
|
44
44
|
}
|