@elementor/editor-editing-panel 4.3.0-1009 → 4.3.0-1010

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/dist/index.d.mts CHANGED
@@ -677,11 +677,19 @@ declare const controlTypes: {
677
677
  };
678
678
  readonly select: {
679
679
  readonly component: ControlComponent<({ collectionId, options, ...props }: {
680
- options: {
680
+ options?: {
681
681
  label: string;
682
682
  value: _elementor_editor_props.StringPropValue["value"];
683
683
  disabled?: boolean;
684
684
  }[];
685
+ groups?: {
686
+ label: string;
687
+ options: {
688
+ label: string;
689
+ value: _elementor_editor_props.StringPropValue["value"];
690
+ disabled?: boolean;
691
+ }[];
692
+ }[];
685
693
  onChange?: (newValue: string | null, previousValue: string | null | undefined) => void;
686
694
  MenuProps?: _mui_material.SelectProps["MenuProps"];
687
695
  ariaLabel?: string;
package/dist/index.d.ts CHANGED
@@ -677,11 +677,19 @@ declare const controlTypes: {
677
677
  };
678
678
  readonly select: {
679
679
  readonly component: ControlComponent<({ collectionId, options, ...props }: {
680
- options: {
680
+ options?: {
681
681
  label: string;
682
682
  value: _elementor_editor_props.StringPropValue["value"];
683
683
  disabled?: boolean;
684
684
  }[];
685
+ groups?: {
686
+ label: string;
687
+ options: {
688
+ label: string;
689
+ value: _elementor_editor_props.StringPropValue["value"];
690
+ disabled?: boolean;
691
+ }[];
692
+ }[];
685
693
  onChange?: (newValue: string | null, previousValue: string | null | undefined) => void;
686
694
  MenuProps?: _mui_material.SelectProps["MenuProps"];
687
695
  ariaLabel?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elementor/editor-editing-panel",
3
- "version": "4.3.0-1009",
3
+ "version": "4.3.0-1010",
4
4
  "private": false,
5
5
  "author": "Elementor Team",
6
6
  "homepage": "https://elementor.com/",
@@ -39,31 +39,31 @@
39
39
  "dev": "tsup --config=../../tsup.dev.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@elementor/editor": "4.3.0-1009",
43
- "@elementor/editor-canvas": "4.3.0-1009",
44
- "@elementor/editor-controls": "4.3.0-1009",
45
- "@elementor/editor-documents": "4.3.0-1009",
46
- "@elementor/editor-elements": "4.3.0-1009",
47
- "@elementor/editor-interactions": "4.3.0-1009",
48
- "@elementor/editor-notifications": "4.3.0-1009",
49
- "@elementor/editor-panels": "4.3.0-1009",
50
- "@elementor/editor-props": "4.3.0-1009",
51
- "@elementor/editor-responsive": "4.3.0-1009",
52
- "@elementor/editor-styles": "4.3.0-1009",
53
- "@elementor/editor-styles-repository": "4.3.0-1009",
54
- "@elementor/editor-ui": "4.3.0-1009",
55
- "@elementor/editor-v1-adapters": "4.3.0-1009",
56
- "@elementor/http-client": "4.3.0-1009",
42
+ "@elementor/editor": "4.3.0-1010",
43
+ "@elementor/editor-canvas": "4.3.0-1010",
44
+ "@elementor/editor-controls": "4.3.0-1010",
45
+ "@elementor/editor-documents": "4.3.0-1010",
46
+ "@elementor/editor-elements": "4.3.0-1010",
47
+ "@elementor/editor-interactions": "4.3.0-1010",
48
+ "@elementor/editor-notifications": "4.3.0-1010",
49
+ "@elementor/editor-panels": "4.3.0-1010",
50
+ "@elementor/editor-props": "4.3.0-1010",
51
+ "@elementor/editor-responsive": "4.3.0-1010",
52
+ "@elementor/editor-styles": "4.3.0-1010",
53
+ "@elementor/editor-styles-repository": "4.3.0-1010",
54
+ "@elementor/editor-ui": "4.3.0-1010",
55
+ "@elementor/editor-v1-adapters": "4.3.0-1010",
56
+ "@elementor/http-client": "4.3.0-1010",
57
57
  "@elementor/icons": "~1.75.1",
58
- "@elementor/editor-variables": "4.3.0-1009",
59
- "@elementor/locations": "4.3.0-1009",
60
- "@elementor/menus": "4.3.0-1009",
61
- "@elementor/query": "4.3.0-1009",
62
- "@elementor/schema": "4.3.0-1009",
63
- "@elementor/session": "4.3.0-1009",
58
+ "@elementor/editor-variables": "4.3.0-1010",
59
+ "@elementor/locations": "4.3.0-1010",
60
+ "@elementor/menus": "4.3.0-1010",
61
+ "@elementor/query": "4.3.0-1010",
62
+ "@elementor/schema": "4.3.0-1010",
63
+ "@elementor/session": "4.3.0-1010",
64
64
  "@elementor/ui": "1.37.5",
65
- "@elementor/utils": "4.3.0-1009",
66
- "@elementor/wp-media": "4.3.0-1009",
65
+ "@elementor/utils": "4.3.0-1010",
66
+ "@elementor/wp-media": "4.3.0-1010",
67
67
  "@wordpress/i18n": "^5.13.0"
68
68
  },
69
69
  "peerDependencies": {