prlg-ui 1.8.82 → 1.8.83

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
@@ -465,7 +465,7 @@ declare type __VLS_Props_4 = {
465
465
  disabled?: boolean;
466
466
  checked?: boolean;
467
467
  indeterminate?: boolean;
468
- size?: 'small' | 'default' | 'large';
468
+ size?: "small" | "default" | "large";
469
469
  error?: boolean;
470
470
  errorText?: string;
471
471
  };
@@ -826,8 +826,10 @@ declare function __VLS_template_3(): {
826
826
 
827
827
  declare function __VLS_template_4(): {
828
828
  attrs: Partial<{}>;
829
- slots: {
830
- label?(_: {}): any;
829
+ slots: Readonly<{
830
+ label(): any;
831
+ }> & {
832
+ label(): any;
831
833
  };
832
834
  refs: {};
833
835
  rootEl: HTMLLabelElement;
@@ -2025,6 +2027,7 @@ hide: () => void;
2025
2027
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
2026
2028
  offset: number;
2027
2029
  placement: Placement_2;
2030
+ maxWidth: number;
2028
2031
  showArrow: boolean;
2029
2032
  delay: number;
2030
2033
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -2053,6 +2056,7 @@ declare interface TooltipProps {
2053
2056
  tooltipClass?: string;
2054
2057
  showArrow?: boolean;
2055
2058
  delay?: number;
2059
+ maxWidth?: number;
2056
2060
  }
2057
2061
 
2058
2062
  declare function updateDayTime(dayKey: string, timeRange: TimeRange | undefined): void;