@elementor/editor-controls 3.33.0-247 → 3.33.0-249

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
@@ -444,12 +444,10 @@ type AnchorEl = HTMLElement | null;
444
444
  type RepeaterItem<T> = {
445
445
  disabled?: boolean;
446
446
  } & T;
447
- type CollectionPropUtil<T> = PropTypeUtil<PropKey, T[]>;
448
447
  type RepeaterItemContentProps<T> = {
449
448
  anchorEl: AnchorEl;
450
449
  bind: PropKey;
451
450
  value: T;
452
- collectionPropUtil?: CollectionPropUtil<T>;
453
451
  index: number;
454
452
  };
455
453
  type RepeaterItemContent<T> = React$1.ComponentType<RepeaterItemContentProps<T>>;
@@ -498,9 +496,8 @@ type RepeaterProps<T> = {
498
496
  showDuplicate?: boolean;
499
497
  showToggle?: boolean;
500
498
  isSortable?: boolean;
501
- collectionPropUtil?: CollectionPropUtil<T>;
502
499
  };
503
- declare const Repeater: <T>({ label, itemSettings, disabled, openOnAdd, addToBottom, values: repeaterValues, setValues: setRepeaterValues, showDuplicate, showToggle, isSortable, collectionPropUtil, }: RepeaterProps<RepeaterItem<T>>) => React$1.JSX.Element;
500
+ declare const Repeater: <T>({ label, itemSettings, disabled, openOnAdd, addToBottom, values: repeaterValues, setValues: setRepeaterValues, showDuplicate, showToggle, isSortable, }: RepeaterProps<RepeaterItem<T>>) => React$1.JSX.Element;
504
501
 
505
502
  declare function FloatingActionsBar({ actions, children }: PropsWithChildren<{
506
503
  actions: ReactElement[];
package/dist/index.d.ts CHANGED
@@ -444,12 +444,10 @@ type AnchorEl = HTMLElement | null;
444
444
  type RepeaterItem<T> = {
445
445
  disabled?: boolean;
446
446
  } & T;
447
- type CollectionPropUtil<T> = PropTypeUtil<PropKey, T[]>;
448
447
  type RepeaterItemContentProps<T> = {
449
448
  anchorEl: AnchorEl;
450
449
  bind: PropKey;
451
450
  value: T;
452
- collectionPropUtil?: CollectionPropUtil<T>;
453
451
  index: number;
454
452
  };
455
453
  type RepeaterItemContent<T> = React$1.ComponentType<RepeaterItemContentProps<T>>;
@@ -498,9 +496,8 @@ type RepeaterProps<T> = {
498
496
  showDuplicate?: boolean;
499
497
  showToggle?: boolean;
500
498
  isSortable?: boolean;
501
- collectionPropUtil?: CollectionPropUtil<T>;
502
499
  };
503
- declare const Repeater: <T>({ label, itemSettings, disabled, openOnAdd, addToBottom, values: repeaterValues, setValues: setRepeaterValues, showDuplicate, showToggle, isSortable, collectionPropUtil, }: RepeaterProps<RepeaterItem<T>>) => React$1.JSX.Element;
500
+ declare const Repeater: <T>({ label, itemSettings, disabled, openOnAdd, addToBottom, values: repeaterValues, setValues: setRepeaterValues, showDuplicate, showToggle, isSortable, }: RepeaterProps<RepeaterItem<T>>) => React$1.JSX.Element;
504
501
 
505
502
  declare function FloatingActionsBar({ actions, children }: PropsWithChildren<{
506
503
  actions: ReactElement[];