@swc-react/progress-bar 0.35.1-rc.26 → 0.36.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 +22 -22
- package/package.json +3 -3
package/next.d.ts
CHANGED
|
@@ -14,14 +14,6 @@ export declare const ProgressBar: import("react").ComponentType<Partial<{
|
|
|
14
14
|
className?: string | undefined;
|
|
15
15
|
'aria-hidden'?: (boolean | "true" | "false") | undefined;
|
|
16
16
|
accessKey?: string | undefined;
|
|
17
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
18
|
-
hidden?: boolean | undefined;
|
|
19
|
-
translate?: "yes" | "no" | undefined;
|
|
20
|
-
prefix?: string | undefined;
|
|
21
|
-
children?: import("react").ReactNode;
|
|
22
|
-
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
23
|
-
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
24
|
-
nonce?: string | undefined;
|
|
25
17
|
'aria-labelledby'?: string | undefined;
|
|
26
18
|
'aria-label'?: string | undefined;
|
|
27
19
|
role?: import("react").AriaRole | undefined;
|
|
@@ -33,14 +25,20 @@ export declare const ProgressBar: import("react").ComponentType<Partial<{
|
|
|
33
25
|
suppressContentEditableWarning?: boolean | undefined;
|
|
34
26
|
suppressHydrationWarning?: boolean | undefined;
|
|
35
27
|
autoFocus?: boolean | undefined;
|
|
28
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
|
|
36
29
|
contextMenu?: string | undefined;
|
|
30
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
31
|
+
hidden?: boolean | undefined;
|
|
32
|
+
nonce?: string | undefined;
|
|
37
33
|
placeholder?: string | undefined;
|
|
38
34
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
35
|
+
translate?: "yes" | "no" | undefined;
|
|
39
36
|
radioGroup?: string | undefined;
|
|
40
37
|
about?: string | undefined;
|
|
41
38
|
content?: string | undefined;
|
|
42
39
|
datatype?: string | undefined;
|
|
43
40
|
inlist?: any;
|
|
41
|
+
prefix?: string | undefined;
|
|
44
42
|
property?: string | undefined;
|
|
45
43
|
resource?: string | undefined;
|
|
46
44
|
rev?: string | undefined;
|
|
@@ -57,6 +55,7 @@ export declare const ProgressBar: import("react").ComponentType<Partial<{
|
|
|
57
55
|
results?: number | undefined;
|
|
58
56
|
security?: string | undefined;
|
|
59
57
|
unselectable?: "on" | "off" | undefined;
|
|
58
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
60
59
|
is?: string | undefined;
|
|
61
60
|
'aria-activedescendant'?: string | undefined;
|
|
62
61
|
'aria-atomic'?: (boolean | "true" | "false") | undefined;
|
|
@@ -104,6 +103,7 @@ export declare const ProgressBar: import("react").ComponentType<Partial<{
|
|
|
104
103
|
'aria-setsize'?: number | undefined;
|
|
105
104
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
106
105
|
'aria-valuetext'?: string | undefined;
|
|
106
|
+
children?: import("react").ReactNode;
|
|
107
107
|
dangerouslySetInnerHTML?: {
|
|
108
108
|
__html: string | TrustedHTML;
|
|
109
109
|
} | undefined;
|
|
@@ -290,16 +290,10 @@ export declare const ProgressBar: import("react").ComponentType<Partial<{
|
|
|
290
290
|
autofocus: boolean;
|
|
291
291
|
normalize: () => void;
|
|
292
292
|
ariaHidden: string | null;
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
removeController: (controller: import("lit").ReactiveController) => void;
|
|
298
|
-
connectedCallback: () => void;
|
|
299
|
-
disconnectedCallback: () => void;
|
|
300
|
-
attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
|
|
301
|
-
requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
|
|
302
|
-
readonly updateComplete: Promise<boolean>;
|
|
293
|
+
indeterminate: boolean;
|
|
294
|
+
overBackground: boolean;
|
|
295
|
+
sideLabel: boolean;
|
|
296
|
+
static: "white" | undefined;
|
|
303
297
|
readonly accessKeyLabel: string;
|
|
304
298
|
autocapitalize: string;
|
|
305
299
|
inert: boolean;
|
|
@@ -590,10 +584,16 @@ export declare const ProgressBar: import("react").ComponentType<Partial<{
|
|
|
590
584
|
onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
|
|
591
585
|
onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
|
|
592
586
|
readonly dataset: DOMStringMap;
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
587
|
+
connectedCallback: () => void;
|
|
588
|
+
disconnectedCallback: () => void;
|
|
589
|
+
readonly renderRoot: HTMLElement | ShadowRoot;
|
|
590
|
+
isUpdatePending: boolean;
|
|
591
|
+
hasUpdated: boolean;
|
|
592
|
+
addController: (controller: import("lit").ReactiveController) => void;
|
|
593
|
+
removeController: (controller: import("lit").ReactiveController) => void;
|
|
594
|
+
attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
|
|
595
|
+
requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
|
|
596
|
+
readonly updateComplete: Promise<boolean>;
|
|
597
597
|
isLTR: boolean;
|
|
598
598
|
hasVisibleFocusInTree: () => boolean;
|
|
599
599
|
manageTextObservedSlot: () => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/progress-bar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.36.0",
|
|
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/progress-bar": "^0.
|
|
33
|
+
"@spectrum-web-components/progress-bar": "^0.36.0"
|
|
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": "a532ff8a410abeefb54d9638a2316ae82570566e"
|
|
44
44
|
}
|