dolphin-components 3.1.18-beta.4 → 3.1.19-beta.1
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 +87 -87
- package/dist/dolphin-components.css +1 -1
- package/dist/dolphin-components.es.js +20438 -19973
- package/dist/dolphin-components.umd.js +115 -115
- package/dist/index.d.ts +137 -16
- package/package.json +9 -9
package/dist/index.d.ts
CHANGED
|
@@ -3,10 +3,8 @@ 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';
|
|
7
6
|
import { DefineComponent } from 'vue';
|
|
8
7
|
import { DirectiveBinding } from 'vue';
|
|
9
|
-
import { default as NepaliDatePicker } from 'nepali-datepicker-vue';
|
|
10
8
|
import { PublicProps } from 'vue';
|
|
11
9
|
|
|
12
10
|
declare const __VLS_base: DefineComponent<ContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -61,9 +59,9 @@ declare const __VLS_base_4: DefineComponent<MultiselectProps, {}, {}, {}, {}, Co
|
|
|
61
59
|
"onSearch-change"?: ((query: string | null | undefined) => any) | undefined;
|
|
62
60
|
}>, {
|
|
63
61
|
id: string | null;
|
|
62
|
+
name: string;
|
|
64
63
|
required: boolean;
|
|
65
64
|
disabled: boolean;
|
|
66
|
-
name: string;
|
|
67
65
|
maxHeight: number;
|
|
68
66
|
modelValue: any;
|
|
69
67
|
max: number | false;
|
|
@@ -110,6 +108,44 @@ declare const __VLS_base_4: DefineComponent<MultiselectProps, {}, {}, {}, {}, Co
|
|
|
110
108
|
debounceSecond: number;
|
|
111
109
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
112
110
|
|
|
111
|
+
declare const __VLS_base_5: DefineComponent<TabProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
112
|
+
change: (value: string) => any;
|
|
113
|
+
"update:modelValue": (value: string) => any;
|
|
114
|
+
}, string, PublicProps, Readonly<TabProps> & Readonly<{
|
|
115
|
+
onChange?: ((value: string) => any) | undefined;
|
|
116
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
117
|
+
}>, {
|
|
118
|
+
tabs: TabOption[];
|
|
119
|
+
showSeparator: boolean;
|
|
120
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
121
|
+
|
|
122
|
+
declare const __VLS_base_6: DefineComponent<ReportPrintOptionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
123
|
+
search: (...args: any[]) => void;
|
|
124
|
+
"update:modelValue": (...args: any[]) => void;
|
|
125
|
+
}, string, PublicProps, Readonly<ReportPrintOptionProps> & Readonly<{
|
|
126
|
+
onSearch?: ((...args: any[]) => any) | undefined;
|
|
127
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
128
|
+
}>, {
|
|
129
|
+
modelValue: {
|
|
130
|
+
startDate: string;
|
|
131
|
+
endDate: string;
|
|
132
|
+
dateType: string;
|
|
133
|
+
isBS: boolean;
|
|
134
|
+
paperSize?: string;
|
|
135
|
+
paperOrientation?: string;
|
|
136
|
+
showHeader?: boolean;
|
|
137
|
+
showReport?: boolean;
|
|
138
|
+
showReportOverview?: boolean;
|
|
139
|
+
showPageCount?: boolean;
|
|
140
|
+
showPrintDate?: boolean;
|
|
141
|
+
};
|
|
142
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
143
|
+
|
|
144
|
+
declare const __VLS_base_7: DefineComponent<ReportPrintOptionLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ReportPrintOptionLayoutProps> & Readonly<{}>, {
|
|
145
|
+
header: string;
|
|
146
|
+
description: string;
|
|
147
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
148
|
+
|
|
113
149
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
114
150
|
|
|
115
151
|
declare const __VLS_export_10: DefineComponent<WizardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -175,6 +211,12 @@ declare const __VLS_export_15: DefineComponent<TextEditorProps, {}, {}, {}, {},
|
|
|
175
211
|
|
|
176
212
|
declare const __VLS_export_16: __VLS_WithSlots_4<typeof __VLS_base_4, __VLS_Slots_4>;
|
|
177
213
|
|
|
214
|
+
declare const __VLS_export_17: __VLS_WithSlots_5<typeof __VLS_base_5, __VLS_Slots_5>;
|
|
215
|
+
|
|
216
|
+
declare const __VLS_export_18: __VLS_WithSlots_6<typeof __VLS_base_6, __VLS_Slots_6>;
|
|
217
|
+
|
|
218
|
+
declare const __VLS_export_19: __VLS_WithSlots_7<typeof __VLS_base_7, __VLS_Slots_7>;
|
|
219
|
+
|
|
178
220
|
declare const __VLS_export_2: __VLS_WithSlots_2<typeof __VLS_base_2, __VLS_Slots_2>;
|
|
179
221
|
|
|
180
222
|
declare const __VLS_export_3: DefineComponent<SwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -336,6 +378,42 @@ declare type __VLS_Slots_4 = {} & {
|
|
|
336
378
|
afterList?: (props: typeof __VLS_47) => any;
|
|
337
379
|
};
|
|
338
380
|
|
|
381
|
+
declare type __VLS_Slots_5 = {} & {
|
|
382
|
+
[K in NonNullable<typeof __VLS_2>]?: (props: typeof __VLS_3) => any;
|
|
383
|
+
};
|
|
384
|
+
|
|
385
|
+
declare type __VLS_Slots_6 = {} & {
|
|
386
|
+
'before-date-type'?: (props: typeof __VLS_6) => any;
|
|
387
|
+
} & {
|
|
388
|
+
'after-date-type'?: (props: typeof __VLS_19) => any;
|
|
389
|
+
} & {
|
|
390
|
+
'after-from-date'?: (props: typeof __VLS_46) => any;
|
|
391
|
+
} & {
|
|
392
|
+
'after-to-date'?: (props: typeof __VLS_73) => any;
|
|
393
|
+
} & {
|
|
394
|
+
'report-section'?: (props: typeof __VLS_75) => any;
|
|
395
|
+
} & {
|
|
396
|
+
'before-paper-size'?: (props: typeof __VLS_77) => any;
|
|
397
|
+
} & {
|
|
398
|
+
'after-paper-size'?: (props: typeof __VLS_90) => any;
|
|
399
|
+
} & {
|
|
400
|
+
'after-page-orientation'?: (props: typeof __VLS_103) => any;
|
|
401
|
+
} & {
|
|
402
|
+
'after-show-header'?: (props: typeof __VLS_116) => any;
|
|
403
|
+
} & {
|
|
404
|
+
'after-show-report-overview'?: (props: typeof __VLS_129) => any;
|
|
405
|
+
} & {
|
|
406
|
+
'after-show-page-count'?: (props: typeof __VLS_142) => any;
|
|
407
|
+
} & {
|
|
408
|
+
'after-show-print-date'?: (props: typeof __VLS_155) => any;
|
|
409
|
+
} & {
|
|
410
|
+
'print-section'?: (props: typeof __VLS_157) => any;
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
declare type __VLS_Slots_7 = {} & {
|
|
414
|
+
default?: (props: typeof __VLS_1) => any;
|
|
415
|
+
};
|
|
416
|
+
|
|
339
417
|
declare type __VLS_WithSlots<T, S> = T & {
|
|
340
418
|
new (): {
|
|
341
419
|
$slots: S;
|
|
@@ -360,6 +438,24 @@ declare type __VLS_WithSlots_4<T, S> = T & {
|
|
|
360
438
|
};
|
|
361
439
|
};
|
|
362
440
|
|
|
441
|
+
declare type __VLS_WithSlots_5<T, S> = T & {
|
|
442
|
+
new (): {
|
|
443
|
+
$slots: S;
|
|
444
|
+
};
|
|
445
|
+
};
|
|
446
|
+
|
|
447
|
+
declare type __VLS_WithSlots_6<T, S> = T & {
|
|
448
|
+
new (): {
|
|
449
|
+
$slots: S;
|
|
450
|
+
};
|
|
451
|
+
};
|
|
452
|
+
|
|
453
|
+
declare type __VLS_WithSlots_7<T, S> = T & {
|
|
454
|
+
new (): {
|
|
455
|
+
$slots: S;
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
|
|
363
459
|
export declare interface ContentAction {
|
|
364
460
|
title: string;
|
|
365
461
|
emit: string;
|
|
@@ -410,8 +506,6 @@ declare interface CustomHTMLElement extends HTMLElement {
|
|
|
410
506
|
};
|
|
411
507
|
}
|
|
412
508
|
|
|
413
|
-
export { DatePicker }
|
|
414
|
-
|
|
415
509
|
export declare const DateRange: typeof __VLS_export_9;
|
|
416
510
|
|
|
417
511
|
export declare interface DateRangeProps {
|
|
@@ -453,11 +547,6 @@ export declare const FocusNextPlugin: {
|
|
|
453
547
|
|
|
454
548
|
export declare type FormatType = "usa" | "euro";
|
|
455
549
|
|
|
456
|
-
declare interface HTMLElementWithState extends HTMLElement {
|
|
457
|
-
_observer?: MutationObserver;
|
|
458
|
-
_timeout?: number;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
550
|
export declare interface IconProps {
|
|
462
551
|
name: string;
|
|
463
552
|
size?: number | string;
|
|
@@ -577,8 +666,6 @@ declare interface MultiselectProps {
|
|
|
577
666
|
debounceSecond?: number;
|
|
578
667
|
}
|
|
579
668
|
|
|
580
|
-
export { NepaliDatePicker }
|
|
581
|
-
|
|
582
669
|
export declare const NumbertoWordPlugin: {
|
|
583
670
|
install(app: App): void;
|
|
584
671
|
};
|
|
@@ -599,10 +686,30 @@ export declare type PreviewImageDetail = {
|
|
|
599
686
|
isBlob?: boolean;
|
|
600
687
|
};
|
|
601
688
|
|
|
602
|
-
export declare const
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
689
|
+
export declare const ReportPrintOption: typeof __VLS_export_18;
|
|
690
|
+
|
|
691
|
+
export declare const ReportPrintOptionLayout: typeof __VLS_export_19;
|
|
692
|
+
|
|
693
|
+
export declare interface ReportPrintOptionLayoutProps {
|
|
694
|
+
header?: string;
|
|
695
|
+
description?: string;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
export declare interface ReportPrintOptionProps {
|
|
699
|
+
modelValue?: {
|
|
700
|
+
startDate: string;
|
|
701
|
+
endDate: string;
|
|
702
|
+
dateType: string;
|
|
703
|
+
isBS: boolean;
|
|
704
|
+
paperSize?: string;
|
|
705
|
+
paperOrientation?: string;
|
|
706
|
+
showHeader?: boolean;
|
|
707
|
+
showReport?: boolean;
|
|
708
|
+
showReportOverview?: boolean;
|
|
709
|
+
showPageCount?: boolean;
|
|
710
|
+
showPrintDate?: boolean;
|
|
711
|
+
};
|
|
712
|
+
}
|
|
606
713
|
|
|
607
714
|
export declare const ScrollbarScroll: {
|
|
608
715
|
mounted(el: HTMLElement, _binding: DirectiveBinding): void;
|
|
@@ -619,6 +726,20 @@ export declare interface SwitchProps {
|
|
|
619
726
|
disable?: boolean;
|
|
620
727
|
}
|
|
621
728
|
|
|
729
|
+
export declare const Tab: typeof __VLS_export_17;
|
|
730
|
+
|
|
731
|
+
export declare interface TabOption {
|
|
732
|
+
id: string;
|
|
733
|
+
name: string;
|
|
734
|
+
[key: string]: any;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
export declare interface TabProps {
|
|
738
|
+
modelValue: string;
|
|
739
|
+
tabs: TabOption[];
|
|
740
|
+
showSeparator?: boolean;
|
|
741
|
+
}
|
|
742
|
+
|
|
622
743
|
export declare const Tabulator: typeof __VLS_export_4;
|
|
623
744
|
|
|
624
745
|
export declare interface TabulatorAction {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dolphin-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.19-beta.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"prepare": "git-sentry init"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@lucide/vue": "^1.
|
|
45
|
+
"@lucide/vue": "^1.24.0",
|
|
46
46
|
"@tailwindcss/vite": "^4.3.2",
|
|
47
47
|
"@tinymce/tinymce-vue": "^6.3.0",
|
|
48
|
-
"@types/tabulator-tables": "^6.3.
|
|
48
|
+
"@types/tabulator-tables": "^6.3.6",
|
|
49
49
|
"axios": "^1.18.1",
|
|
50
50
|
"moment": "^2.30.1",
|
|
51
51
|
"nepali-date-library": "^1.1.14",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"@eslint/js": "^10.0.1",
|
|
68
68
|
"@microsoft/api-extractor": "^7.58.9",
|
|
69
69
|
"@tsconfig/node24": "^24.0.4",
|
|
70
|
-
"@types/node": "^26.1.
|
|
71
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
70
|
+
"@types/node": "^26.1.1",
|
|
71
|
+
"@vitejs/plugin-vue": "^6.0.8",
|
|
72
72
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
73
73
|
"@vue/eslint-config-typescript": "^14.9.0",
|
|
74
74
|
"@vue/tsconfig": "^0.9.1",
|
|
@@ -79,13 +79,13 @@
|
|
|
79
79
|
"jiti": "^2.7.0",
|
|
80
80
|
"npm-run-all2": "^9.0.2",
|
|
81
81
|
"path": "^0.12.7",
|
|
82
|
-
"prettier": "3.9.
|
|
82
|
+
"prettier": "3.9.5",
|
|
83
83
|
"typescript": "~6.0.3",
|
|
84
|
-
"typescript-eslint": "^8.
|
|
84
|
+
"typescript-eslint": "^8.64.0",
|
|
85
85
|
"unplugin-dts": "^1.0.3",
|
|
86
|
-
"vite": "^8.1.
|
|
86
|
+
"vite": "^8.1.4",
|
|
87
87
|
"vite-plugin-vue-devtools": "^8.1.5",
|
|
88
|
-
"vue-tsc": "^3.3.
|
|
88
|
+
"vue-tsc": "^3.3.7"
|
|
89
89
|
},
|
|
90
90
|
"keywords": [
|
|
91
91
|
"mavorion",
|