@elementor/editor-controls 3.35.0-345 → 3.35.0-347

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
@@ -412,6 +412,7 @@ type SetValueMeta<TAction = Action> = {
412
412
  bind?: PropKey;
413
413
  validation?: (value: PropValue) => boolean;
414
414
  action?: TAction;
415
+ withHistory?: boolean;
415
416
  };
416
417
  type SetValue<T> = (value: T, options?: CreateOptions, meta?: SetValueMeta) => void;
417
418
  type PropContext<T extends PropValue, P extends PropType> = {
package/dist/index.d.ts CHANGED
@@ -412,6 +412,7 @@ type SetValueMeta<TAction = Action> = {
412
412
  bind?: PropKey;
413
413
  validation?: (value: PropValue) => boolean;
414
414
  action?: TAction;
415
+ withHistory?: boolean;
415
416
  };
416
417
  type SetValue<T> = (value: T, options?: CreateOptions, meta?: SetValueMeta) => void;
417
418
  type PropContext<T extends PropValue, P extends PropType> = {