@elementor/editor-editing-panel 4.3.0-1056 → 4.3.0-1058
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 +26 -26
- package/dist/index.d.ts +26 -26
- package/package.json +24 -24
package/dist/index.d.mts
CHANGED
|
@@ -1655,99 +1655,99 @@ declare const controlTypes: {
|
|
|
1655
1655
|
readonly layout: "full";
|
|
1656
1656
|
readonly propTypeUtil: {
|
|
1657
1657
|
extract: (prop: unknown) => {
|
|
1658
|
-
url: null;
|
|
1659
1658
|
id?: any;
|
|
1659
|
+
url?: null | undefined;
|
|
1660
1660
|
} | {
|
|
1661
|
-
id
|
|
1661
|
+
id?: null | undefined;
|
|
1662
1662
|
url?: any;
|
|
1663
1663
|
} | null;
|
|
1664
1664
|
isValid: (prop: unknown) => prop is _elementor_editor_props.TransformablePropValue<"video-src", {
|
|
1665
|
-
url: null;
|
|
1666
1665
|
id?: any;
|
|
1666
|
+
url?: null | undefined;
|
|
1667
1667
|
} | {
|
|
1668
|
-
id
|
|
1668
|
+
id?: null | undefined;
|
|
1669
1669
|
url?: any;
|
|
1670
1670
|
}>;
|
|
1671
1671
|
create: {
|
|
1672
1672
|
(value: {
|
|
1673
|
-
url: null;
|
|
1674
1673
|
id?: any;
|
|
1674
|
+
url?: null | undefined;
|
|
1675
1675
|
} | {
|
|
1676
|
-
id
|
|
1676
|
+
id?: null | undefined;
|
|
1677
1677
|
url?: any;
|
|
1678
1678
|
}): _elementor_editor_props.TransformablePropValue<"video-src", {
|
|
1679
|
-
url: null;
|
|
1680
1679
|
id?: any;
|
|
1680
|
+
url?: null | undefined;
|
|
1681
1681
|
} | {
|
|
1682
|
-
id
|
|
1682
|
+
id?: null | undefined;
|
|
1683
1683
|
url?: any;
|
|
1684
1684
|
}>;
|
|
1685
1685
|
(value: {
|
|
1686
|
-
url: null;
|
|
1687
1686
|
id?: any;
|
|
1687
|
+
url?: null | undefined;
|
|
1688
1688
|
} | {
|
|
1689
|
-
id
|
|
1689
|
+
id?: null | undefined;
|
|
1690
1690
|
url?: any;
|
|
1691
1691
|
}, createOptions?: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"video-src", {
|
|
1692
|
-
url: null;
|
|
1693
1692
|
id?: any;
|
|
1693
|
+
url?: null | undefined;
|
|
1694
1694
|
} | {
|
|
1695
|
-
id
|
|
1695
|
+
id?: null | undefined;
|
|
1696
1696
|
url?: any;
|
|
1697
1697
|
}>;
|
|
1698
1698
|
(value: (prev?: {
|
|
1699
|
-
url: null;
|
|
1700
1699
|
id?: any;
|
|
1700
|
+
url?: null | undefined;
|
|
1701
1701
|
} | {
|
|
1702
|
-
id
|
|
1702
|
+
id?: null | undefined;
|
|
1703
1703
|
url?: any;
|
|
1704
1704
|
} | undefined) => {
|
|
1705
|
-
url: null;
|
|
1706
1705
|
id?: any;
|
|
1706
|
+
url?: null | undefined;
|
|
1707
1707
|
} | {
|
|
1708
|
-
id
|
|
1708
|
+
id?: null | undefined;
|
|
1709
1709
|
url?: any;
|
|
1710
1710
|
}, createOptions: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"video-src", {
|
|
1711
|
-
url: null;
|
|
1712
1711
|
id?: any;
|
|
1712
|
+
url?: null | undefined;
|
|
1713
1713
|
} | {
|
|
1714
|
-
id
|
|
1714
|
+
id?: null | undefined;
|
|
1715
1715
|
url?: any;
|
|
1716
1716
|
}>;
|
|
1717
1717
|
};
|
|
1718
1718
|
schema: zod.ZodObject<{
|
|
1719
1719
|
$$type: zod.ZodLiteral<"video-src">;
|
|
1720
1720
|
value: zod.ZodType<{
|
|
1721
|
-
url: null;
|
|
1722
1721
|
id?: any;
|
|
1722
|
+
url?: null | undefined;
|
|
1723
1723
|
} | {
|
|
1724
|
-
id
|
|
1724
|
+
id?: null | undefined;
|
|
1725
1725
|
url?: any;
|
|
1726
1726
|
}, zod.ZodTypeDef, {
|
|
1727
|
-
url: null;
|
|
1728
1727
|
id?: any;
|
|
1728
|
+
url?: null | undefined;
|
|
1729
1729
|
} | {
|
|
1730
|
-
id
|
|
1730
|
+
id?: null | undefined;
|
|
1731
1731
|
url?: any;
|
|
1732
1732
|
}>;
|
|
1733
1733
|
disabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
1734
1734
|
}, "strict", zod.ZodTypeAny, {
|
|
1735
1735
|
$$type: "video-src";
|
|
1736
1736
|
value: {
|
|
1737
|
-
url: null;
|
|
1738
1737
|
id?: any;
|
|
1738
|
+
url?: null | undefined;
|
|
1739
1739
|
} | {
|
|
1740
|
-
id
|
|
1740
|
+
id?: null | undefined;
|
|
1741
1741
|
url?: any;
|
|
1742
1742
|
};
|
|
1743
1743
|
disabled?: boolean | undefined;
|
|
1744
1744
|
}, {
|
|
1745
1745
|
$$type: "video-src";
|
|
1746
1746
|
value: {
|
|
1747
|
-
url: null;
|
|
1748
1747
|
id?: any;
|
|
1748
|
+
url?: null | undefined;
|
|
1749
1749
|
} | {
|
|
1750
|
-
id
|
|
1750
|
+
id?: null | undefined;
|
|
1751
1751
|
url?: any;
|
|
1752
1752
|
};
|
|
1753
1753
|
disabled?: boolean | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -1655,99 +1655,99 @@ declare const controlTypes: {
|
|
|
1655
1655
|
readonly layout: "full";
|
|
1656
1656
|
readonly propTypeUtil: {
|
|
1657
1657
|
extract: (prop: unknown) => {
|
|
1658
|
-
url: null;
|
|
1659
1658
|
id?: any;
|
|
1659
|
+
url?: null | undefined;
|
|
1660
1660
|
} | {
|
|
1661
|
-
id
|
|
1661
|
+
id?: null | undefined;
|
|
1662
1662
|
url?: any;
|
|
1663
1663
|
} | null;
|
|
1664
1664
|
isValid: (prop: unknown) => prop is _elementor_editor_props.TransformablePropValue<"video-src", {
|
|
1665
|
-
url: null;
|
|
1666
1665
|
id?: any;
|
|
1666
|
+
url?: null | undefined;
|
|
1667
1667
|
} | {
|
|
1668
|
-
id
|
|
1668
|
+
id?: null | undefined;
|
|
1669
1669
|
url?: any;
|
|
1670
1670
|
}>;
|
|
1671
1671
|
create: {
|
|
1672
1672
|
(value: {
|
|
1673
|
-
url: null;
|
|
1674
1673
|
id?: any;
|
|
1674
|
+
url?: null | undefined;
|
|
1675
1675
|
} | {
|
|
1676
|
-
id
|
|
1676
|
+
id?: null | undefined;
|
|
1677
1677
|
url?: any;
|
|
1678
1678
|
}): _elementor_editor_props.TransformablePropValue<"video-src", {
|
|
1679
|
-
url: null;
|
|
1680
1679
|
id?: any;
|
|
1680
|
+
url?: null | undefined;
|
|
1681
1681
|
} | {
|
|
1682
|
-
id
|
|
1682
|
+
id?: null | undefined;
|
|
1683
1683
|
url?: any;
|
|
1684
1684
|
}>;
|
|
1685
1685
|
(value: {
|
|
1686
|
-
url: null;
|
|
1687
1686
|
id?: any;
|
|
1687
|
+
url?: null | undefined;
|
|
1688
1688
|
} | {
|
|
1689
|
-
id
|
|
1689
|
+
id?: null | undefined;
|
|
1690
1690
|
url?: any;
|
|
1691
1691
|
}, createOptions?: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"video-src", {
|
|
1692
|
-
url: null;
|
|
1693
1692
|
id?: any;
|
|
1693
|
+
url?: null | undefined;
|
|
1694
1694
|
} | {
|
|
1695
|
-
id
|
|
1695
|
+
id?: null | undefined;
|
|
1696
1696
|
url?: any;
|
|
1697
1697
|
}>;
|
|
1698
1698
|
(value: (prev?: {
|
|
1699
|
-
url: null;
|
|
1700
1699
|
id?: any;
|
|
1700
|
+
url?: null | undefined;
|
|
1701
1701
|
} | {
|
|
1702
|
-
id
|
|
1702
|
+
id?: null | undefined;
|
|
1703
1703
|
url?: any;
|
|
1704
1704
|
} | undefined) => {
|
|
1705
|
-
url: null;
|
|
1706
1705
|
id?: any;
|
|
1706
|
+
url?: null | undefined;
|
|
1707
1707
|
} | {
|
|
1708
|
-
id
|
|
1708
|
+
id?: null | undefined;
|
|
1709
1709
|
url?: any;
|
|
1710
1710
|
}, createOptions: _elementor_editor_props.CreateOptions): _elementor_editor_props.TransformablePropValue<"video-src", {
|
|
1711
|
-
url: null;
|
|
1712
1711
|
id?: any;
|
|
1712
|
+
url?: null | undefined;
|
|
1713
1713
|
} | {
|
|
1714
|
-
id
|
|
1714
|
+
id?: null | undefined;
|
|
1715
1715
|
url?: any;
|
|
1716
1716
|
}>;
|
|
1717
1717
|
};
|
|
1718
1718
|
schema: zod.ZodObject<{
|
|
1719
1719
|
$$type: zod.ZodLiteral<"video-src">;
|
|
1720
1720
|
value: zod.ZodType<{
|
|
1721
|
-
url: null;
|
|
1722
1721
|
id?: any;
|
|
1722
|
+
url?: null | undefined;
|
|
1723
1723
|
} | {
|
|
1724
|
-
id
|
|
1724
|
+
id?: null | undefined;
|
|
1725
1725
|
url?: any;
|
|
1726
1726
|
}, zod.ZodTypeDef, {
|
|
1727
|
-
url: null;
|
|
1728
1727
|
id?: any;
|
|
1728
|
+
url?: null | undefined;
|
|
1729
1729
|
} | {
|
|
1730
|
-
id
|
|
1730
|
+
id?: null | undefined;
|
|
1731
1731
|
url?: any;
|
|
1732
1732
|
}>;
|
|
1733
1733
|
disabled: zod.ZodOptional<zod.ZodBoolean>;
|
|
1734
1734
|
}, "strict", zod.ZodTypeAny, {
|
|
1735
1735
|
$$type: "video-src";
|
|
1736
1736
|
value: {
|
|
1737
|
-
url: null;
|
|
1738
1737
|
id?: any;
|
|
1738
|
+
url?: null | undefined;
|
|
1739
1739
|
} | {
|
|
1740
|
-
id
|
|
1740
|
+
id?: null | undefined;
|
|
1741
1741
|
url?: any;
|
|
1742
1742
|
};
|
|
1743
1743
|
disabled?: boolean | undefined;
|
|
1744
1744
|
}, {
|
|
1745
1745
|
$$type: "video-src";
|
|
1746
1746
|
value: {
|
|
1747
|
-
url: null;
|
|
1748
1747
|
id?: any;
|
|
1748
|
+
url?: null | undefined;
|
|
1749
1749
|
} | {
|
|
1750
|
-
id
|
|
1750
|
+
id?: null | undefined;
|
|
1751
1751
|
url?: any;
|
|
1752
1752
|
};
|
|
1753
1753
|
disabled?: boolean | undefined;
|
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-1058",
|
|
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-1058",
|
|
43
|
+
"@elementor/editor-canvas": "4.3.0-1058",
|
|
44
|
+
"@elementor/editor-controls": "4.3.0-1058",
|
|
45
|
+
"@elementor/editor-documents": "4.3.0-1058",
|
|
46
|
+
"@elementor/editor-elements": "4.3.0-1058",
|
|
47
|
+
"@elementor/editor-interactions": "4.3.0-1058",
|
|
48
|
+
"@elementor/editor-notifications": "4.3.0-1058",
|
|
49
|
+
"@elementor/editor-panels": "4.3.0-1058",
|
|
50
|
+
"@elementor/editor-props": "4.3.0-1058",
|
|
51
|
+
"@elementor/editor-responsive": "4.3.0-1058",
|
|
52
|
+
"@elementor/editor-styles": "4.3.0-1058",
|
|
53
|
+
"@elementor/editor-styles-repository": "4.3.0-1058",
|
|
54
|
+
"@elementor/editor-ui": "4.3.0-1058",
|
|
55
|
+
"@elementor/editor-v1-adapters": "4.3.0-1058",
|
|
56
|
+
"@elementor/http-client": "4.3.0-1058",
|
|
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-1058",
|
|
59
|
+
"@elementor/locations": "4.3.0-1058",
|
|
60
|
+
"@elementor/menus": "4.3.0-1058",
|
|
61
|
+
"@elementor/query": "4.3.0-1058",
|
|
62
|
+
"@elementor/schema": "4.3.0-1058",
|
|
63
|
+
"@elementor/session": "4.3.0-1058",
|
|
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-1058",
|
|
66
|
+
"@elementor/wp-media": "4.3.0-1058",
|
|
67
67
|
"@wordpress/i18n": "^5.13.0"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|