@swc-react/action-group 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.
Files changed (2) hide show
  1. package/next.d.ts +29 -28
  2. package/package.json +3 -3
package/next.d.ts CHANGED
@@ -10,16 +10,6 @@ export declare const ActionGroup: import("react").ComponentType<Partial<{
10
10
  title?: string | undefined;
11
11
  tabIndex?: number | undefined;
12
12
  'aria-disabled'?: (boolean | "true" | "false") | undefined;
13
- accessKey?: string | undefined;
14
- draggable?: (boolean | "true" | "false") | undefined;
15
- hidden?: boolean | undefined;
16
- lang?: string | undefined;
17
- translate?: "yes" | "no" | undefined;
18
- prefix?: string | undefined;
19
- children?: import("react").ReactNode;
20
- contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
21
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
22
- nonce?: string | undefined;
23
13
  role?: import("react").AriaRole | undefined;
24
14
  'aria-label'?: string | undefined;
25
15
  'aria-hidden'?: (boolean | "true" | "false") | undefined;
@@ -31,15 +21,23 @@ export declare const ActionGroup: import("react").ComponentType<Partial<{
31
21
  defaultValue?: string | number | readonly string[] | undefined;
32
22
  suppressContentEditableWarning?: boolean | undefined;
33
23
  suppressHydrationWarning?: boolean | undefined;
24
+ accessKey?: string | undefined;
34
25
  autoFocus?: boolean | undefined;
26
+ contentEditable?: (boolean | "true" | "false") | "inherit" | undefined;
35
27
  contextMenu?: string | undefined;
28
+ draggable?: (boolean | "true" | "false") | undefined;
29
+ hidden?: boolean | undefined;
30
+ lang?: string | undefined;
31
+ nonce?: string | undefined;
36
32
  placeholder?: string | undefined;
37
33
  spellCheck?: (boolean | "true" | "false") | undefined;
34
+ translate?: "yes" | "no" | undefined;
38
35
  radioGroup?: string | undefined;
39
36
  about?: string | undefined;
40
37
  content?: string | undefined;
41
38
  datatype?: string | undefined;
42
39
  inlist?: any;
40
+ prefix?: string | undefined;
43
41
  property?: string | undefined;
44
42
  resource?: string | undefined;
45
43
  rev?: string | undefined;
@@ -57,6 +55,7 @@ export declare const ActionGroup: 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 ActionGroup: import("react").ComponentType<Partial<{
104
103
  'aria-valuemin'?: number | undefined;
105
104
  'aria-valuenow'?: number | undefined;
106
105
  'aria-valuetext'?: string | undefined;
106
+ children?: import("react").ReactNode;
107
107
  dangerouslySetInnerHTML?: {
108
108
  __html: string | TrustedHTML;
109
109
  } | undefined;
@@ -286,16 +286,15 @@ export declare const ActionGroup: import("react").ComponentType<Partial<{
286
286
  autofocus: boolean;
287
287
  normalize: () => void;
288
288
  readonly childNodes: NodeListOf<ChildNode>;
289
- readonly renderRoot: HTMLElement | ShadowRoot;
290
- isUpdatePending: boolean;
291
- hasUpdated: boolean;
292
- addController: (controller: import("lit").ReactiveController) => void;
293
- removeController: (controller: import("lit").ReactiveController) => void;
294
- connectedCallback: () => void;
295
- disconnectedCallback: () => void;
296
- attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
297
- requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
298
- readonly updateComplete: Promise<boolean>;
289
+ static?: "white" | "black" | undefined;
290
+ quiet: boolean;
291
+ emphasized: boolean;
292
+ selected: string[];
293
+ vertical: boolean;
294
+ compact: boolean;
295
+ justified: boolean;
296
+ selects: "single" | "multiple" | undefined;
297
+ slotElement: HTMLSlotElement;
299
298
  readonly accessKeyLabel: string;
300
299
  autocapitalize: string;
301
300
  inert: boolean;
@@ -587,18 +586,20 @@ export declare const ActionGroup: import("react").ComponentType<Partial<{
587
586
  onwebkittransitionend: ((this: GlobalEventHandlers, ev: Event) => any) | null;
588
587
  onwheel: ((this: GlobalEventHandlers, ev: WheelEvent) => any) | null;
589
588
  readonly dataset: DOMStringMap;
590
- static?: "white" | "black" | undefined;
591
- quiet: boolean;
592
- emphasized: boolean;
593
- selected: string[];
594
- vertical: boolean;
595
- compact: boolean;
596
- justified: boolean;
597
- selects: "single" | "multiple" | undefined;
598
589
  buttons: import("action-button/src").ActionButton[];
599
590
  _buttons: import("action-button/src").ActionButton[];
600
591
  rovingTabindexController: import("@spectrum-web-components/reactive-controllers/src/RovingTabindex").RovingTabindexController<import("action-button/src").ActionButton>;
601
592
  readonly renderOptions: import("lit-html").RenderOptions;
593
+ connectedCallback: () => void;
594
+ disconnectedCallback: () => void;
595
+ readonly renderRoot: HTMLElement | ShadowRoot;
596
+ isUpdatePending: boolean;
597
+ hasUpdated: boolean;
598
+ addController: (controller: import("lit").ReactiveController) => void;
599
+ removeController: (controller: import("lit").ReactiveController) => void;
600
+ attributeChangedCallback: (name: string, _old: string | null, value: string | null) => void;
601
+ requestUpdate: (name?: PropertyKey | undefined, oldValue?: unknown, options?: import("lit").PropertyDeclaration<unknown, unknown> | undefined) => void;
602
+ readonly updateComplete: Promise<boolean>;
602
603
  isLTR: boolean;
603
604
  hasVisibleFocusInTree: () => boolean;
604
605
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/action-group",
3
- "version": "0.35.1-rc.26+05bd08374",
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/action-group": "^0.35.1-rc.26+05bd08374"
33
+ "@spectrum-web-components/action-group": "^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": "05bd0837417e287acdf2685d1ca05ab4d138fc95"
43
+ "gitHead": "a532ff8a410abeefb54d9638a2316ae82570566e"
44
44
  }