@elementor/editor-editing-panel 4.1.0-691 → 4.1.0-692
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/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/package.json +21 -21
- package/src/index.ts +1 -0
package/dist/index.d.mts
CHANGED
|
@@ -1676,6 +1676,10 @@ type ControlProps<T extends ControlType> = AnyPropertyRequired<ComponentProps<Co
|
|
|
1676
1676
|
};
|
|
1677
1677
|
declare const Control: <T extends ControlType>({ props, type }: ControlProps<T>) => react.JSX.Element;
|
|
1678
1678
|
|
|
1679
|
+
declare const ControlTypeContainer: ({ children, layout }: react.PropsWithChildren<{
|
|
1680
|
+
layout?: ControlLayout;
|
|
1681
|
+
}>) => string | number | boolean | Iterable<react.ReactNode> | react.JSX.Element | null | undefined;
|
|
1682
|
+
|
|
1679
1683
|
declare const StylesProviderCannotUpdatePropsError: {
|
|
1680
1684
|
new ({ cause, context }?: {
|
|
1681
1685
|
cause?: _elementor_utils.ElementorErrorOptions["cause"];
|
|
@@ -1812,4 +1816,4 @@ type TagInstance = {
|
|
|
1812
1816
|
|
|
1813
1817
|
declare const isDynamicPropValue: (prop: PropValue) => prop is DynamicPropValue;
|
|
1814
1818
|
|
|
1815
|
-
export { Control as BaseControl, type ControlType, CustomCssIndicator, type DynamicTag, type DynamicTags, type DynamicTagsManager, ElementProvider, FIELD_TYPE, HISTORY_DEBOUNCE_WAIT, SectionContent, SettingsControl, SettingsField, StyleIndicator, StyleTabSection, StylesProviderCannotUpdatePropsError, type ValidationEvent, type ValidationResult, controlsRegistry, createTopLevelObjectType, doApplyClasses, doGetAppliedClasses, doUnapplyClass, getFieldIndicators, getSubtitle, getTitle, init, injectIntoClassSelectorActions, injectIntoCssClassConvert, injectIntoPanelHeaderTop, injectIntoStyleTab, isDynamicPropValue, registerEditingPanelReplacement, registerFieldIndicator, registerStyleProviderToColors, setLicenseConfig, useClassesProp, useCustomCss, useElement, usePanelActions, usePanelStatus, useStateByElement, useStyle, useStylesRerender };
|
|
1819
|
+
export { Control as BaseControl, type ControlType, ControlTypeContainer, CustomCssIndicator, type DynamicTag, type DynamicTags, type DynamicTagsManager, ElementProvider, FIELD_TYPE, HISTORY_DEBOUNCE_WAIT, SectionContent, SettingsControl, SettingsField, StyleIndicator, StyleTabSection, StylesProviderCannotUpdatePropsError, type ValidationEvent, type ValidationResult, controlsRegistry, createTopLevelObjectType, doApplyClasses, doGetAppliedClasses, doUnapplyClass, getFieldIndicators, getSubtitle, getTitle, init, injectIntoClassSelectorActions, injectIntoCssClassConvert, injectIntoPanelHeaderTop, injectIntoStyleTab, isDynamicPropValue, registerEditingPanelReplacement, registerFieldIndicator, registerStyleProviderToColors, setLicenseConfig, useClassesProp, useCustomCss, useElement, usePanelActions, usePanelStatus, useStateByElement, useStyle, useStylesRerender };
|
package/dist/index.d.ts
CHANGED
|
@@ -1676,6 +1676,10 @@ type ControlProps<T extends ControlType> = AnyPropertyRequired<ComponentProps<Co
|
|
|
1676
1676
|
};
|
|
1677
1677
|
declare const Control: <T extends ControlType>({ props, type }: ControlProps<T>) => react.JSX.Element;
|
|
1678
1678
|
|
|
1679
|
+
declare const ControlTypeContainer: ({ children, layout }: react.PropsWithChildren<{
|
|
1680
|
+
layout?: ControlLayout;
|
|
1681
|
+
}>) => string | number | boolean | Iterable<react.ReactNode> | react.JSX.Element | null | undefined;
|
|
1682
|
+
|
|
1679
1683
|
declare const StylesProviderCannotUpdatePropsError: {
|
|
1680
1684
|
new ({ cause, context }?: {
|
|
1681
1685
|
cause?: _elementor_utils.ElementorErrorOptions["cause"];
|
|
@@ -1812,4 +1816,4 @@ type TagInstance = {
|
|
|
1812
1816
|
|
|
1813
1817
|
declare const isDynamicPropValue: (prop: PropValue) => prop is DynamicPropValue;
|
|
1814
1818
|
|
|
1815
|
-
export { Control as BaseControl, type ControlType, CustomCssIndicator, type DynamicTag, type DynamicTags, type DynamicTagsManager, ElementProvider, FIELD_TYPE, HISTORY_DEBOUNCE_WAIT, SectionContent, SettingsControl, SettingsField, StyleIndicator, StyleTabSection, StylesProviderCannotUpdatePropsError, type ValidationEvent, type ValidationResult, controlsRegistry, createTopLevelObjectType, doApplyClasses, doGetAppliedClasses, doUnapplyClass, getFieldIndicators, getSubtitle, getTitle, init, injectIntoClassSelectorActions, injectIntoCssClassConvert, injectIntoPanelHeaderTop, injectIntoStyleTab, isDynamicPropValue, registerEditingPanelReplacement, registerFieldIndicator, registerStyleProviderToColors, setLicenseConfig, useClassesProp, useCustomCss, useElement, usePanelActions, usePanelStatus, useStateByElement, useStyle, useStylesRerender };
|
|
1819
|
+
export { Control as BaseControl, type ControlType, ControlTypeContainer, CustomCssIndicator, type DynamicTag, type DynamicTags, type DynamicTagsManager, ElementProvider, FIELD_TYPE, HISTORY_DEBOUNCE_WAIT, SectionContent, SettingsControl, SettingsField, StyleIndicator, StyleTabSection, StylesProviderCannotUpdatePropsError, type ValidationEvent, type ValidationResult, controlsRegistry, createTopLevelObjectType, doApplyClasses, doGetAppliedClasses, doUnapplyClass, getFieldIndicators, getSubtitle, getTitle, init, injectIntoClassSelectorActions, injectIntoCssClassConvert, injectIntoPanelHeaderTop, injectIntoStyleTab, isDynamicPropValue, registerEditingPanelReplacement, registerFieldIndicator, registerStyleProviderToColors, setLicenseConfig, useClassesProp, useCustomCss, useElement, usePanelActions, usePanelStatus, useStateByElement, useStyle, useStylesRerender };
|
package/dist/index.js
CHANGED
|
@@ -31,6 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
BaseControl: () => Control,
|
|
34
|
+
ControlTypeContainer: () => ControlTypeContainer,
|
|
34
35
|
CustomCssIndicator: () => CustomCssIndicator,
|
|
35
36
|
ElementProvider: () => ElementProvider,
|
|
36
37
|
FIELD_TYPE: () => FIELD_TYPE,
|
|
@@ -6659,6 +6660,7 @@ var blockV1Panel = () => {
|
|
|
6659
6660
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6660
6661
|
0 && (module.exports = {
|
|
6661
6662
|
BaseControl,
|
|
6663
|
+
ControlTypeContainer,
|
|
6662
6664
|
CustomCssIndicator,
|
|
6663
6665
|
ElementProvider,
|
|
6664
6666
|
FIELD_TYPE,
|