prlg-ui 1.8.250 → 1.8.252

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.ts CHANGED
@@ -524,8 +524,9 @@ declare type __VLS_Props_8 = {
524
524
  min?: number;
525
525
  countInPackage?: number;
526
526
  icon?: Component;
527
- iconPosition?: "left" | "right";
527
+ iconPosition?: 'left' | 'right';
528
528
  formatter?: (value: number) => number;
529
+ selectOnFocus?: boolean;
529
530
  };
530
531
 
531
532
  declare type __VLS_Props_9 = Props;