dolphin-components 3.1.18-beta.2 → 3.1.18-beta.4
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/dolphin-components.cjs.js +115 -115
- package/dist/dolphin-components.css +1 -1
- package/dist/dolphin-components.es.js +17410 -16272
- package/dist/dolphin-components.umd.js +115 -115
- package/dist/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,8 +3,10 @@ import { AxiosInstance } from 'axios';
|
|
|
3
3
|
import { ColumnDefinition } from 'tabulator-tables';
|
|
4
4
|
import { ComponentOptionsMixin } from 'vue';
|
|
5
5
|
import { ComponentProvideOptions } from 'vue';
|
|
6
|
+
import { default as DatePicker } from 'vue-datepicker-next';
|
|
6
7
|
import { DefineComponent } from 'vue';
|
|
7
8
|
import { DirectiveBinding } from 'vue';
|
|
9
|
+
import { default as NepaliDatePicker } from 'nepali-datepicker-vue';
|
|
8
10
|
import { PublicProps } from 'vue';
|
|
9
11
|
|
|
10
12
|
declare const __VLS_base: DefineComponent<ContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -408,6 +410,8 @@ declare interface CustomHTMLElement extends HTMLElement {
|
|
|
408
410
|
};
|
|
409
411
|
}
|
|
410
412
|
|
|
413
|
+
export { DatePicker }
|
|
414
|
+
|
|
411
415
|
export declare const DateRange: typeof __VLS_export_9;
|
|
412
416
|
|
|
413
417
|
export declare interface DateRangeProps {
|
|
@@ -573,6 +577,8 @@ declare interface MultiselectProps {
|
|
|
573
577
|
debounceSecond?: number;
|
|
574
578
|
}
|
|
575
579
|
|
|
580
|
+
export { NepaliDatePicker }
|
|
581
|
+
|
|
576
582
|
export declare const NumbertoWordPlugin: {
|
|
577
583
|
install(app: App): void;
|
|
578
584
|
};
|