prlg-ui 1.8.138 → 1.8.140

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/icons.d.ts CHANGED
@@ -99,6 +99,8 @@ export declare const EyeIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentO
99
99
 
100
100
  export declare const FileEditIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
101
101
 
102
+ export declare const FileExport: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
103
+
102
104
  export declare const FileIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
103
105
 
104
106
  export declare const FilterFillIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
package/dist/index.d.ts CHANGED
@@ -451,6 +451,7 @@ declare type __VLS_Props_30 = {
451
451
  layouts?: 'vertical' | 'horizontal';
452
452
  type?: 'solid' | 'dashed' | 'dotted';
453
453
  align?: 'left' | 'right' | 'center';
454
+ size?: number;
454
455
  };
455
456
 
456
457
  declare type __VLS_Props_31 = {