@elementor/editor-editing-panel 4.0.0-511 → 4.0.0-513
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 +3 -6
- package/dist/index.d.ts +3 -6
- package/dist/index.js +163 -171
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
- package/src/components/editing-panel.tsx +5 -2
- package/src/dynamics/init.ts +1 -1
- package/src/index.ts +0 -1
- package/src/control-replacement.tsx +0 -3
package/dist/index.d.mts
CHANGED
|
@@ -9,11 +9,11 @@ import * as _emotion_styled from '@emotion/styled';
|
|
|
9
9
|
import * as _mui_system from '@mui/system';
|
|
10
10
|
import { Theme, ChipProps } from '@elementor/ui';
|
|
11
11
|
import { StylesProvider } from '@elementor/editor-styles-repository';
|
|
12
|
-
import * as _elementor_editor_controls from '@elementor/editor-controls';
|
|
13
|
-
import { ControlComponent, AdornmentComponent } from '@elementor/editor-controls';
|
|
14
12
|
import * as _elementor_menus from '@elementor/menus';
|
|
15
13
|
import { PopoverAction } from '@elementor/editor-ui';
|
|
16
14
|
import * as _mui_material from '@mui/material';
|
|
15
|
+
import * as _elementor_editor_controls from '@elementor/editor-controls';
|
|
16
|
+
import { ControlComponent, AdornmentComponent } from '@elementor/editor-controls';
|
|
17
17
|
import * as zod from 'zod';
|
|
18
18
|
import * as _elementor_utils from '@elementor/utils';
|
|
19
19
|
import * as _elementor_editor_canvas from '@elementor/editor-canvas';
|
|
@@ -111,9 +111,6 @@ type ContextValueWithoutProvider = {
|
|
|
111
111
|
};
|
|
112
112
|
declare function useStyle(): ContextValue;
|
|
113
113
|
|
|
114
|
-
declare const registerControlReplacement: (replacement: _elementor_editor_controls.ControlReplacement) => void;
|
|
115
|
-
declare const getControlReplacements: () => _elementor_editor_controls.ControlReplacement[];
|
|
116
|
-
|
|
117
114
|
type ActionProps = {
|
|
118
115
|
title: string;
|
|
119
116
|
visible?: boolean;
|
|
@@ -1383,4 +1380,4 @@ type TagInstance = {
|
|
|
1383
1380
|
};
|
|
1384
1381
|
};
|
|
1385
1382
|
|
|
1386
|
-
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, controlActionsMenu, controlsRegistry, createTopLevelObjectType, doApplyClasses, doGetAppliedClasses, doUnapplyClass,
|
|
1383
|
+
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, controlActionsMenu, controlsRegistry, createTopLevelObjectType, doApplyClasses, doGetAppliedClasses, doUnapplyClass, getFieldIndicators, getSubtitle, getTitle, init, injectIntoClassSelectorActions, injectIntoCssClassConvert, injectIntoPanelHeaderTop, injectIntoStyleTab, registerEditingPanelReplacement, registerFieldIndicator, registerStyleProviderToColors, setLicenseConfig, stylesInheritanceTransformersRegistry, useClassesProp, useCustomCss, useElement, usePanelActions, usePanelStatus, useStateByElement, useStyle, useStylesRerender };
|
package/dist/index.d.ts
CHANGED
|
@@ -9,11 +9,11 @@ import * as _emotion_styled from '@emotion/styled';
|
|
|
9
9
|
import * as _mui_system from '@mui/system';
|
|
10
10
|
import { Theme, ChipProps } from '@elementor/ui';
|
|
11
11
|
import { StylesProvider } from '@elementor/editor-styles-repository';
|
|
12
|
-
import * as _elementor_editor_controls from '@elementor/editor-controls';
|
|
13
|
-
import { ControlComponent, AdornmentComponent } from '@elementor/editor-controls';
|
|
14
12
|
import * as _elementor_menus from '@elementor/menus';
|
|
15
13
|
import { PopoverAction } from '@elementor/editor-ui';
|
|
16
14
|
import * as _mui_material from '@mui/material';
|
|
15
|
+
import * as _elementor_editor_controls from '@elementor/editor-controls';
|
|
16
|
+
import { ControlComponent, AdornmentComponent } from '@elementor/editor-controls';
|
|
17
17
|
import * as zod from 'zod';
|
|
18
18
|
import * as _elementor_utils from '@elementor/utils';
|
|
19
19
|
import * as _elementor_editor_canvas from '@elementor/editor-canvas';
|
|
@@ -111,9 +111,6 @@ type ContextValueWithoutProvider = {
|
|
|
111
111
|
};
|
|
112
112
|
declare function useStyle(): ContextValue;
|
|
113
113
|
|
|
114
|
-
declare const registerControlReplacement: (replacement: _elementor_editor_controls.ControlReplacement) => void;
|
|
115
|
-
declare const getControlReplacements: () => _elementor_editor_controls.ControlReplacement[];
|
|
116
|
-
|
|
117
114
|
type ActionProps = {
|
|
118
115
|
title: string;
|
|
119
116
|
visible?: boolean;
|
|
@@ -1383,4 +1380,4 @@ type TagInstance = {
|
|
|
1383
1380
|
};
|
|
1384
1381
|
};
|
|
1385
1382
|
|
|
1386
|
-
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, controlActionsMenu, controlsRegistry, createTopLevelObjectType, doApplyClasses, doGetAppliedClasses, doUnapplyClass,
|
|
1383
|
+
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, controlActionsMenu, controlsRegistry, createTopLevelObjectType, doApplyClasses, doGetAppliedClasses, doUnapplyClass, getFieldIndicators, getSubtitle, getTitle, init, injectIntoClassSelectorActions, injectIntoCssClassConvert, injectIntoPanelHeaderTop, injectIntoStyleTab, registerEditingPanelReplacement, registerFieldIndicator, registerStyleProviderToColors, setLicenseConfig, stylesInheritanceTransformersRegistry, useClassesProp, useCustomCss, useElement, usePanelActions, usePanelStatus, useStateByElement, useStyle, useStylesRerender };
|