@namba_one/ui-kit-2 1.0.87 → 1.0.88
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 +1 -0
- package/dist/index.es.js +829 -822
- package/dist/index.umd.js +7 -7
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1352,6 +1352,7 @@ export declare type DatepickerFilterValue = FilterValueBase<Date[]>;
|
|
|
1352
1352
|
declare type DatepickerProps = {
|
|
1353
1353
|
value: Date[];
|
|
1354
1354
|
disabledDates?: VueDatePickerProps['disabledDates'];
|
|
1355
|
+
isIgnoreClickOutside?: boolean;
|
|
1355
1356
|
};
|
|
1356
1357
|
|
|
1357
1358
|
declare const _default: DefineComponent<DatepickerFilterProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|