prlg-ui 1.8.300 → 1.8.301

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/rekaUI.d.ts CHANGED
@@ -129,7 +129,6 @@ import { PaginationEllipsisProps } from 'reka-ui';
129
129
  import { PaginationFirstProps } from 'reka-ui';
130
130
  import { PaginationLastProps } from 'reka-ui';
131
131
  import { PaginationListItemProps } from 'reka-ui';
132
- import { PaginationListProps } from 'reka-ui';
133
132
  import { PaginationNextProps } from 'reka-ui';
134
133
  import { PaginationPrevProps } from 'reka-ui';
135
134
  import { PaginationRoot } from 'reka-ui';
@@ -414,7 +413,9 @@ outlined: boolean;
414
413
  type: "error" | "info" | "warning";
415
414
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
416
415
 
417
- declare const __VLS_component_54: DefineComponent<PaginationListProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
416
+ declare const __VLS_component_54: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {} | {
417
+ [x: string]: any;
418
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
418
419
 
419
420
  declare const __VLS_component_55: DefineComponent<PaginationListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationListItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
420
421
 
@@ -2872,6 +2873,7 @@ declare type InputTextProps = {
2872
2873
  readonly?: boolean;
2873
2874
  maxlength?: number;
2874
2875
  showMaxLength?: boolean;
2876
+ showSearch?: boolean;
2875
2877
  };
2876
2878
 
2877
2879
  declare type InputTextProps_2 = InputPhoneProps;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.300",
4
+ "version": "1.8.301",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",
Binary file