@elementor/editor-editing-panel 4.3.0-1057 → 4.3.0-1059
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 +5 -1
- package/dist/index.d.ts +5 -1
- package/package.json +24 -24
package/dist/index.d.mts
CHANGED
|
@@ -1756,10 +1756,14 @@ declare const controlTypes: {
|
|
|
1756
1756
|
};
|
|
1757
1757
|
};
|
|
1758
1758
|
readonly 'inline-editing': {
|
|
1759
|
-
readonly component: ControlComponent<({ sx, attributes, props, }: {
|
|
1759
|
+
readonly component: ControlComponent<({ sx, attributes, props, context: { elementId } }: {
|
|
1760
1760
|
sx?: _mui_system.SxProps<_mui_material.Theme>;
|
|
1761
1761
|
attributes?: Record<string, string>;
|
|
1762
1762
|
props?: react.ComponentProps<"div">;
|
|
1763
|
+
} & {
|
|
1764
|
+
context: {
|
|
1765
|
+
elementId: string;
|
|
1766
|
+
};
|
|
1763
1767
|
}) => react.JSX.Element>;
|
|
1764
1768
|
readonly layout: "full";
|
|
1765
1769
|
readonly propTypeUtil: {
|
package/dist/index.d.ts
CHANGED
|
@@ -1756,10 +1756,14 @@ declare const controlTypes: {
|
|
|
1756
1756
|
};
|
|
1757
1757
|
};
|
|
1758
1758
|
readonly 'inline-editing': {
|
|
1759
|
-
readonly component: ControlComponent<({ sx, attributes, props, }: {
|
|
1759
|
+
readonly component: ControlComponent<({ sx, attributes, props, context: { elementId } }: {
|
|
1760
1760
|
sx?: _mui_system.SxProps<_mui_material.Theme>;
|
|
1761
1761
|
attributes?: Record<string, string>;
|
|
1762
1762
|
props?: react.ComponentProps<"div">;
|
|
1763
|
+
} & {
|
|
1764
|
+
context: {
|
|
1765
|
+
elementId: string;
|
|
1766
|
+
};
|
|
1763
1767
|
}) => react.JSX.Element>;
|
|
1764
1768
|
readonly layout: "full";
|
|
1765
1769
|
readonly propTypeUtil: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/editor-editing-panel",
|
|
3
|
-
"version": "4.3.0-
|
|
3
|
+
"version": "4.3.0-1059",
|
|
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-
|
|
43
|
-
"@elementor/editor-canvas": "4.3.0-
|
|
44
|
-
"@elementor/editor-controls": "4.3.0-
|
|
45
|
-
"@elementor/editor-documents": "4.3.0-
|
|
46
|
-
"@elementor/editor-elements": "4.3.0-
|
|
47
|
-
"@elementor/editor-interactions": "4.3.0-
|
|
48
|
-
"@elementor/editor-notifications": "4.3.0-
|
|
49
|
-
"@elementor/editor-panels": "4.3.0-
|
|
50
|
-
"@elementor/editor-props": "4.3.0-
|
|
51
|
-
"@elementor/editor-responsive": "4.3.0-
|
|
52
|
-
"@elementor/editor-styles": "4.3.0-
|
|
53
|
-
"@elementor/editor-styles-repository": "4.3.0-
|
|
54
|
-
"@elementor/editor-ui": "4.3.0-
|
|
55
|
-
"@elementor/editor-v1-adapters": "4.3.0-
|
|
56
|
-
"@elementor/http-client": "4.3.0-
|
|
42
|
+
"@elementor/editor": "4.3.0-1059",
|
|
43
|
+
"@elementor/editor-canvas": "4.3.0-1059",
|
|
44
|
+
"@elementor/editor-controls": "4.3.0-1059",
|
|
45
|
+
"@elementor/editor-documents": "4.3.0-1059",
|
|
46
|
+
"@elementor/editor-elements": "4.3.0-1059",
|
|
47
|
+
"@elementor/editor-interactions": "4.3.0-1059",
|
|
48
|
+
"@elementor/editor-notifications": "4.3.0-1059",
|
|
49
|
+
"@elementor/editor-panels": "4.3.0-1059",
|
|
50
|
+
"@elementor/editor-props": "4.3.0-1059",
|
|
51
|
+
"@elementor/editor-responsive": "4.3.0-1059",
|
|
52
|
+
"@elementor/editor-styles": "4.3.0-1059",
|
|
53
|
+
"@elementor/editor-styles-repository": "4.3.0-1059",
|
|
54
|
+
"@elementor/editor-ui": "4.3.0-1059",
|
|
55
|
+
"@elementor/editor-v1-adapters": "4.3.0-1059",
|
|
56
|
+
"@elementor/http-client": "4.3.0-1059",
|
|
57
57
|
"@elementor/icons": "~1.75.1",
|
|
58
|
-
"@elementor/editor-variables": "4.3.0-
|
|
59
|
-
"@elementor/locations": "4.3.0-
|
|
60
|
-
"@elementor/menus": "4.3.0-
|
|
61
|
-
"@elementor/query": "4.3.0-
|
|
62
|
-
"@elementor/schema": "4.3.0-
|
|
63
|
-
"@elementor/session": "4.3.0-
|
|
58
|
+
"@elementor/editor-variables": "4.3.0-1059",
|
|
59
|
+
"@elementor/locations": "4.3.0-1059",
|
|
60
|
+
"@elementor/menus": "4.3.0-1059",
|
|
61
|
+
"@elementor/query": "4.3.0-1059",
|
|
62
|
+
"@elementor/schema": "4.3.0-1059",
|
|
63
|
+
"@elementor/session": "4.3.0-1059",
|
|
64
64
|
"@elementor/ui": "1.37.5",
|
|
65
|
-
"@elementor/utils": "4.3.0-
|
|
66
|
-
"@elementor/wp-media": "4.3.0-
|
|
65
|
+
"@elementor/utils": "4.3.0-1059",
|
|
66
|
+
"@elementor/wp-media": "4.3.0-1059",
|
|
67
67
|
"@wordpress/i18n": "^5.13.0"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|