prlg-ui 1.8.340 → 1.8.342
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/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +1 -1
- package/dist/reka-ui/index.es.js +1157 -1139
- package/dist/rekaUI.d.ts +3 -0
- package/package.json +1 -1
- package/dist/fonts/Inter/.DS_Store +0 -0
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
|
Binary file
|