prlg-ui 1.8.340 → 1.8.341

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
@@ -1741,6 +1741,7 @@ declare function __VLS_template_60(): {
1741
1741
  declare function __VLS_template_61(): {
1742
1742
  attrs: Partial<{}>;
1743
1743
  slots: {
1744
+ prefix?(_: {}): any;
1744
1745
  suffix?(_: {}): any;
1745
1746
  };
1746
1747
  refs: {};
@@ -3170,6 +3171,7 @@ export declare const DateRangePickerContent: __VLS_WithTemplateSlots_40<typeof _
3170
3171
  export declare const DateRangePickerField: DefineComponent<IDatePickerFieldProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps_2> & Readonly<{}>, {
3171
3172
  size: "small" | "default" | "large";
3172
3173
  width: number;
3174
+ closable: boolean;
3173
3175
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3174
3176
 
3175
3177
  export { DateRangePickerGrid }
@@ -3455,6 +3457,7 @@ declare interface IDatePickerFieldProps_2 {
3455
3457
  width?: number;
3456
3458
  inputPlaceholder?: string;
3457
3459
  size?: 'small' | 'default' | 'large';
3460
+ closable?: boolean;
3458
3461
  }
3459
3462
 
3460
3463
  declare interface IDatePickerNextProps extends Omit<DatePickerNextProps, 'as' | 'asChild'>, IButtonProps {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.340",
4
+ "version": "1.8.341",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",
Binary file