@elementor/editor-controls 3.33.0-164 → 3.33.0-165

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 CHANGED
@@ -141,8 +141,9 @@ type ToggleControlProps<T extends PropValue> = {
141
141
  size?: ToggleButtonProps['size'];
142
142
  exclusive?: boolean;
143
143
  maxItems?: number;
144
+ convertOptions?: boolean;
144
145
  };
145
- declare const ToggleControl: ControlComponent<({ options, fullWidth, size, exclusive, maxItems, }: ToggleControlProps<StringPropValue["value"]>) => React$1.JSX.Element>;
146
+ declare const ToggleControl: ControlComponent<({ options, fullWidth, size, exclusive, maxItems, convertOptions, }: ToggleControlProps<StringPropValue["value"]>) => React$1.JSX.Element>;
146
147
 
147
148
  declare const NumberControl: ControlComponent<({ placeholder: labelPlaceholder, max, min, step, shouldForceInt, startIcon, }: {
148
149
  placeholder?: string;
package/dist/index.d.ts CHANGED
@@ -141,8 +141,9 @@ type ToggleControlProps<T extends PropValue> = {
141
141
  size?: ToggleButtonProps['size'];
142
142
  exclusive?: boolean;
143
143
  maxItems?: number;
144
+ convertOptions?: boolean;
144
145
  };
145
- declare const ToggleControl: ControlComponent<({ options, fullWidth, size, exclusive, maxItems, }: ToggleControlProps<StringPropValue["value"]>) => React$1.JSX.Element>;
146
+ declare const ToggleControl: ControlComponent<({ options, fullWidth, size, exclusive, maxItems, convertOptions, }: ToggleControlProps<StringPropValue["value"]>) => React$1.JSX.Element>;
146
147
 
147
148
  declare const NumberControl: ControlComponent<({ placeholder: labelPlaceholder, max, min, step, shouldForceInt, startIcon, }: {
148
149
  placeholder?: string;