dolphin-components 3.1.18-beta.3 → 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/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
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dolphin-components",
3
3
  "private": false,
4
- "version": "3.1.18-beta.3",
4
+ "version": "3.1.18-beta.4",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",