@spectrum-web-components/action-group 1.11.2 → 1.11.3-next.20260216104008
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/action-group",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3-next.20260216104008",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
],
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@lit-labs/observers": "2.0.2",
|
|
68
|
-
"@spectrum-web-components/action-button": "1.11.
|
|
69
|
-
"@spectrum-web-components/base": "1.11.
|
|
70
|
-
"@spectrum-web-components/icons-workflow": "1.11.
|
|
71
|
-
"@spectrum-web-components/reactive-controllers": "1.11.
|
|
68
|
+
"@spectrum-web-components/action-button": "1.11.3-next.20260216104008",
|
|
69
|
+
"@spectrum-web-components/base": "1.11.3-next.20260216104008",
|
|
70
|
+
"@spectrum-web-components/icons-workflow": "1.11.3-next.20260216104008",
|
|
71
|
+
"@spectrum-web-components/reactive-controllers": "1.11.3-next.20260216104008"
|
|
72
72
|
},
|
|
73
73
|
"types": "./src/index.d.ts",
|
|
74
74
|
"customElements": "custom-elements.json",
|
package/src/ActionGroup.d.ts
CHANGED
|
@@ -25,8 +25,11 @@ declare const ActionGroup_base: typeof SpectrumElement & {
|
|
|
25
25
|
export declare class ActionGroup extends ActionGroup_base {
|
|
26
26
|
static shadowRootOptions: {
|
|
27
27
|
delegatesFocus: boolean;
|
|
28
|
+
clonable?: boolean;
|
|
29
|
+
customElementRegistry?: CustomElementRegistry;
|
|
28
30
|
mode: ShadowRootMode;
|
|
29
|
-
|
|
31
|
+
serializable?: boolean;
|
|
32
|
+
slotAssignment?: SlotAssignmentMode;
|
|
30
33
|
};
|
|
31
34
|
static get styles(): CSSResultArray;
|
|
32
35
|
set buttons(buttons: ActionButton[]);
|
|
@@ -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;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const styles: import("
|
|
1
|
+
declare const styles: import("lit").CSSResult;
|
|
2
2
|
export default styles;
|