dolphin-components 3.1.18-beta.3 → 3.1.18
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 +101 -101
- package/dist/dolphin-components.css +1 -1
- package/dist/dolphin-components.es.js +22990 -21390
- package/dist/dolphin-components.umd.js +115 -115
- package/dist/index.d.ts +138 -1
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -59,9 +59,9 @@ declare const __VLS_base_4: DefineComponent<MultiselectProps, {}, {}, {}, {}, Co
|
|
|
59
59
|
"onSearch-change"?: ((query: string | null | undefined) => any) | undefined;
|
|
60
60
|
}>, {
|
|
61
61
|
id: string | null;
|
|
62
|
+
name: string;
|
|
62
63
|
required: boolean;
|
|
63
64
|
disabled: boolean;
|
|
64
|
-
name: string;
|
|
65
65
|
maxHeight: number;
|
|
66
66
|
modelValue: any;
|
|
67
67
|
max: number | false;
|
|
@@ -108,6 +108,44 @@ declare const __VLS_base_4: DefineComponent<MultiselectProps, {}, {}, {}, {}, Co
|
|
|
108
108
|
debounceSecond: number;
|
|
109
109
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
110
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
|
+
|
|
111
149
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
112
150
|
|
|
113
151
|
declare const __VLS_export_10: DefineComponent<WizardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -173,6 +211,12 @@ declare const __VLS_export_15: DefineComponent<TextEditorProps, {}, {}, {}, {},
|
|
|
173
211
|
|
|
174
212
|
declare const __VLS_export_16: __VLS_WithSlots_4<typeof __VLS_base_4, __VLS_Slots_4>;
|
|
175
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
|
+
|
|
176
220
|
declare const __VLS_export_2: __VLS_WithSlots_2<typeof __VLS_base_2, __VLS_Slots_2>;
|
|
177
221
|
|
|
178
222
|
declare const __VLS_export_3: DefineComponent<SwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -334,6 +378,42 @@ declare type __VLS_Slots_4 = {} & {
|
|
|
334
378
|
afterList?: (props: typeof __VLS_47) => any;
|
|
335
379
|
};
|
|
336
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
|
+
|
|
337
417
|
declare type __VLS_WithSlots<T, S> = T & {
|
|
338
418
|
new (): {
|
|
339
419
|
$slots: S;
|
|
@@ -358,6 +438,24 @@ declare type __VLS_WithSlots_4<T, S> = T & {
|
|
|
358
438
|
};
|
|
359
439
|
};
|
|
360
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
|
+
|
|
361
459
|
export declare interface ContentAction {
|
|
362
460
|
title: string;
|
|
363
461
|
emit: string;
|
|
@@ -593,6 +691,31 @@ export declare type PreviewImageDetail = {
|
|
|
593
691
|
isBlob?: boolean;
|
|
594
692
|
};
|
|
595
693
|
|
|
694
|
+
export declare const ReportPrintOption: typeof __VLS_export_18;
|
|
695
|
+
|
|
696
|
+
export declare const ReportPrintOptionLayout: typeof __VLS_export_19;
|
|
697
|
+
|
|
698
|
+
export declare interface ReportPrintOptionLayoutProps {
|
|
699
|
+
header?: string;
|
|
700
|
+
description?: string;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
export declare interface ReportPrintOptionProps {
|
|
704
|
+
modelValue?: {
|
|
705
|
+
startDate: string;
|
|
706
|
+
endDate: string;
|
|
707
|
+
dateType: string;
|
|
708
|
+
isBS: boolean;
|
|
709
|
+
paperSize?: string;
|
|
710
|
+
paperOrientation?: string;
|
|
711
|
+
showHeader?: boolean;
|
|
712
|
+
showReport?: boolean;
|
|
713
|
+
showReportOverview?: boolean;
|
|
714
|
+
showPageCount?: boolean;
|
|
715
|
+
showPrintDate?: boolean;
|
|
716
|
+
};
|
|
717
|
+
}
|
|
718
|
+
|
|
596
719
|
export declare const ScrollbarAnimateDropdown: {
|
|
597
720
|
mounted(el: HTMLElementWithState): void;
|
|
598
721
|
unmounted(el: HTMLElementWithState): void;
|
|
@@ -613,6 +736,20 @@ export declare interface SwitchProps {
|
|
|
613
736
|
disable?: boolean;
|
|
614
737
|
}
|
|
615
738
|
|
|
739
|
+
export declare const Tab: typeof __VLS_export_17;
|
|
740
|
+
|
|
741
|
+
export declare interface TabOption {
|
|
742
|
+
id: string;
|
|
743
|
+
name: string;
|
|
744
|
+
[key: string]: any;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
export declare interface TabProps {
|
|
748
|
+
modelValue: string;
|
|
749
|
+
tabs: TabOption[];
|
|
750
|
+
showSeparator?: boolean;
|
|
751
|
+
}
|
|
752
|
+
|
|
616
753
|
export declare const Tabulator: typeof __VLS_export_4;
|
|
617
754
|
|
|
618
755
|
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.18
|
|
4
|
+
"version": "3.1.18",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -42,7 +42,7 @@
|
|
|
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
48
|
"@types/tabulator-tables": "^6.3.5",
|
|
@@ -67,7 +67,7 @@
|
|
|
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.
|
|
70
|
+
"@types/node": "^26.1.1",
|
|
71
71
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
72
72
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
73
73
|
"@vue/eslint-config-typescript": "^14.9.0",
|
|
@@ -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.63.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",
|