@elementor/editor-editing-panel 3.32.0-90 → 3.32.0-91
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 +19 -19
package/dist/index.d.mts
CHANGED
|
@@ -382,7 +382,7 @@ declare const controlTypes: {
|
|
|
382
382
|
};
|
|
383
383
|
};
|
|
384
384
|
readonly size: {
|
|
385
|
-
readonly component: ControlComponent<({ variant, defaultUnit, units, placeholder, startIcon, anchorRef, extendedOptions, disableCustom, min, enablePropTypeUnits, }: Omit<({
|
|
385
|
+
readonly component: ControlComponent<({ variant, defaultUnit, units, placeholder, startIcon, anchorRef, extendedOptions, disableCustom, min, enablePropTypeUnits, id, }: Omit<({
|
|
386
386
|
placeholder?: string;
|
|
387
387
|
startIcon?: react.ReactNode;
|
|
388
388
|
extendedOptions?: _elementor_editor_controls.ExtendedOption[];
|
|
@@ -390,6 +390,7 @@ declare const controlTypes: {
|
|
|
390
390
|
anchorRef?: react.RefObject<HTMLDivElement | null>;
|
|
391
391
|
min?: number;
|
|
392
392
|
enablePropTypeUnits?: boolean;
|
|
393
|
+
id?: string;
|
|
393
394
|
} & {
|
|
394
395
|
units?: ("em" | "px" | "%" | "rem" | "vw" | "vh")[] | undefined;
|
|
395
396
|
defaultUnit?: "em" | "px" | "%" | "rem" | "vw" | "vh" | undefined;
|
|
@@ -403,6 +404,7 @@ declare const controlTypes: {
|
|
|
403
404
|
anchorRef?: react.RefObject<HTMLDivElement | null>;
|
|
404
405
|
min?: number;
|
|
405
406
|
enablePropTypeUnits?: boolean;
|
|
407
|
+
id?: string;
|
|
406
408
|
} & {
|
|
407
409
|
units?: ("deg" | "rad" | "grad" | "turn")[] | undefined;
|
|
408
410
|
defaultUnit?: "deg" | "rad" | "grad" | "turn" | undefined;
|
|
@@ -416,6 +418,7 @@ declare const controlTypes: {
|
|
|
416
418
|
anchorRef?: react.RefObject<HTMLDivElement | null>;
|
|
417
419
|
min?: number;
|
|
418
420
|
enablePropTypeUnits?: boolean;
|
|
421
|
+
id?: string;
|
|
419
422
|
} & {
|
|
420
423
|
units?: ("s" | "ms")[] | undefined;
|
|
421
424
|
defaultUnit?: "s" | "ms" | undefined;
|
|
@@ -881,6 +884,7 @@ declare const controlTypes: {
|
|
|
881
884
|
enableTooltip?: boolean;
|
|
882
885
|
tooltipContent?: react.ReactNode;
|
|
883
886
|
newItemIndex?: number;
|
|
887
|
+
ariaLabel?: string;
|
|
884
888
|
};
|
|
885
889
|
}) => react.JSX.Element | null>;
|
|
886
890
|
readonly layout: "full";
|
package/dist/index.d.ts
CHANGED
|
@@ -382,7 +382,7 @@ declare const controlTypes: {
|
|
|
382
382
|
};
|
|
383
383
|
};
|
|
384
384
|
readonly size: {
|
|
385
|
-
readonly component: ControlComponent<({ variant, defaultUnit, units, placeholder, startIcon, anchorRef, extendedOptions, disableCustom, min, enablePropTypeUnits, }: Omit<({
|
|
385
|
+
readonly component: ControlComponent<({ variant, defaultUnit, units, placeholder, startIcon, anchorRef, extendedOptions, disableCustom, min, enablePropTypeUnits, id, }: Omit<({
|
|
386
386
|
placeholder?: string;
|
|
387
387
|
startIcon?: react.ReactNode;
|
|
388
388
|
extendedOptions?: _elementor_editor_controls.ExtendedOption[];
|
|
@@ -390,6 +390,7 @@ declare const controlTypes: {
|
|
|
390
390
|
anchorRef?: react.RefObject<HTMLDivElement | null>;
|
|
391
391
|
min?: number;
|
|
392
392
|
enablePropTypeUnits?: boolean;
|
|
393
|
+
id?: string;
|
|
393
394
|
} & {
|
|
394
395
|
units?: ("em" | "px" | "%" | "rem" | "vw" | "vh")[] | undefined;
|
|
395
396
|
defaultUnit?: "em" | "px" | "%" | "rem" | "vw" | "vh" | undefined;
|
|
@@ -403,6 +404,7 @@ declare const controlTypes: {
|
|
|
403
404
|
anchorRef?: react.RefObject<HTMLDivElement | null>;
|
|
404
405
|
min?: number;
|
|
405
406
|
enablePropTypeUnits?: boolean;
|
|
407
|
+
id?: string;
|
|
406
408
|
} & {
|
|
407
409
|
units?: ("deg" | "rad" | "grad" | "turn")[] | undefined;
|
|
408
410
|
defaultUnit?: "deg" | "rad" | "grad" | "turn" | undefined;
|
|
@@ -416,6 +418,7 @@ declare const controlTypes: {
|
|
|
416
418
|
anchorRef?: react.RefObject<HTMLDivElement | null>;
|
|
417
419
|
min?: number;
|
|
418
420
|
enablePropTypeUnits?: boolean;
|
|
421
|
+
id?: string;
|
|
419
422
|
} & {
|
|
420
423
|
units?: ("s" | "ms")[] | undefined;
|
|
421
424
|
defaultUnit?: "s" | "ms" | undefined;
|
|
@@ -881,6 +884,7 @@ declare const controlTypes: {
|
|
|
881
884
|
enableTooltip?: boolean;
|
|
882
885
|
tooltipContent?: react.ReactNode;
|
|
883
886
|
newItemIndex?: number;
|
|
887
|
+
ariaLabel?: string;
|
|
884
888
|
};
|
|
885
889
|
}) => react.JSX.Element | null>;
|
|
886
890
|
readonly layout: "full";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elementor/editor-editing-panel",
|
|
3
|
-
"version": "3.32.0-
|
|
3
|
+
"version": "3.32.0-91",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Elementor Team",
|
|
6
6
|
"homepage": "https://elementor.com/",
|
|
@@ -39,26 +39,26 @@
|
|
|
39
39
|
"dev": "tsup --config=../../tsup.dev.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@elementor/editor": "3.32.0-
|
|
43
|
-
"@elementor/editor-canvas": "3.32.0-
|
|
44
|
-
"@elementor/editor-controls": "3.32.0-
|
|
45
|
-
"@elementor/editor-documents": "3.32.0-
|
|
46
|
-
"@elementor/editor-elements": "3.32.0-
|
|
47
|
-
"@elementor/editor-panels": "3.32.0-
|
|
48
|
-
"@elementor/editor-props": "3.32.0-
|
|
49
|
-
"@elementor/editor-responsive": "3.32.0-
|
|
50
|
-
"@elementor/editor-styles": "3.32.0-
|
|
51
|
-
"@elementor/editor-styles-repository": "3.32.0-
|
|
52
|
-
"@elementor/editor-ui": "3.32.0-
|
|
53
|
-
"@elementor/editor-v1-adapters": "3.32.0-
|
|
42
|
+
"@elementor/editor": "3.32.0-91",
|
|
43
|
+
"@elementor/editor-canvas": "3.32.0-91",
|
|
44
|
+
"@elementor/editor-controls": "3.32.0-91",
|
|
45
|
+
"@elementor/editor-documents": "3.32.0-91",
|
|
46
|
+
"@elementor/editor-elements": "3.32.0-91",
|
|
47
|
+
"@elementor/editor-panels": "3.32.0-91",
|
|
48
|
+
"@elementor/editor-props": "3.32.0-91",
|
|
49
|
+
"@elementor/editor-responsive": "3.32.0-91",
|
|
50
|
+
"@elementor/editor-styles": "3.32.0-91",
|
|
51
|
+
"@elementor/editor-styles-repository": "3.32.0-91",
|
|
52
|
+
"@elementor/editor-ui": "3.32.0-91",
|
|
53
|
+
"@elementor/editor-v1-adapters": "3.32.0-91",
|
|
54
54
|
"@elementor/icons": "1.46.0",
|
|
55
|
-
"@elementor/locations": "3.32.0-
|
|
56
|
-
"@elementor/menus": "3.32.0-
|
|
57
|
-
"@elementor/schema": "3.32.0-
|
|
58
|
-
"@elementor/session": "3.32.0-
|
|
55
|
+
"@elementor/locations": "3.32.0-91",
|
|
56
|
+
"@elementor/menus": "3.32.0-91",
|
|
57
|
+
"@elementor/schema": "3.32.0-91",
|
|
58
|
+
"@elementor/session": "3.32.0-91",
|
|
59
59
|
"@elementor/ui": "1.36.8",
|
|
60
|
-
"@elementor/utils": "3.32.0-
|
|
61
|
-
"@elementor/wp-media": "3.32.0-
|
|
60
|
+
"@elementor/utils": "3.32.0-91",
|
|
61
|
+
"@elementor/wp-media": "3.32.0-91",
|
|
62
62
|
"@wordpress/i18n": "^5.13.0"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|