dolphin-components 3.1.16 → 3.1.17

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
@@ -41,6 +41,73 @@ declare const __VLS_base_3: DefineComponent<TowserProps, {}, {}, {}, {}, Compone
41
41
  body2Width: number;
42
42
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
43
43
 
44
+ declare const __VLS_base_4: DefineComponent<MultiselectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
45
+ select: (option: MultiselectOption | MultiselectOption[], id: string | null) => any;
46
+ close: (value: any, id: string | null) => any;
47
+ "update:modelValue": (value: any) => any;
48
+ open: (id: string | null) => any;
49
+ remove: (option: MultiselectOption | MultiselectOption[], id: string | null) => any;
50
+ tag: (label: string, id: string | null) => any;
51
+ "search-change": (query: string | null | undefined) => any;
52
+ }, string, PublicProps, Readonly<MultiselectProps> & Readonly<{
53
+ onSelect?: ((option: MultiselectOption | MultiselectOption[], id: string | null) => any) | undefined;
54
+ onClose?: ((value: any, id: string | null) => any) | undefined;
55
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
56
+ onOpen?: ((id: string | null) => any) | undefined;
57
+ onRemove?: ((option: MultiselectOption | MultiselectOption[], id: string | null) => any) | undefined;
58
+ onTag?: ((label: string, id: string | null) => any) | undefined;
59
+ "onSearch-change"?: ((query: string | null | undefined) => any) | undefined;
60
+ }>, {
61
+ id: string | null;
62
+ required: boolean;
63
+ disabled: boolean;
64
+ name: string;
65
+ maxHeight: number;
66
+ modelValue: any;
67
+ max: number | false;
68
+ tabindex: number;
69
+ placeholder: string;
70
+ allowEmpty: boolean;
71
+ multiple: boolean;
72
+ selectLabel: string;
73
+ selectGroupLabel: string;
74
+ selectedLabel: string;
75
+ deselectLabel: string;
76
+ deselectGroupLabel: string;
77
+ showLabels: boolean;
78
+ tagPlaceholder: string;
79
+ searchable: boolean;
80
+ internalSearch: boolean;
81
+ clearOnSelect: boolean;
82
+ hideSelected: boolean;
83
+ resetAfter: boolean;
84
+ closeOnSelect: boolean;
85
+ taggable: boolean;
86
+ tagPosition: "top" | "bottom";
87
+ preselectFirst: boolean;
88
+ preserveSearch: boolean;
89
+ preventAutofocus: boolean;
90
+ groupSelect: boolean;
91
+ limit: number;
92
+ optionsLimit: number;
93
+ limitText: (count: number) => string;
94
+ blockKeys: string[];
95
+ filteringSortFunc: ((a: MultiselectOption, b: MultiselectOption) => number) | null;
96
+ customLabel: (option: MultiselectOption, label?: string) => string;
97
+ loading: boolean;
98
+ spellcheck: boolean;
99
+ openDirection: string;
100
+ showNoOptions: boolean;
101
+ showNoResults: boolean;
102
+ showPointer: boolean;
103
+ optionHeight: number;
104
+ useTeleport: boolean;
105
+ teleportTarget: string | object;
106
+ contentWrapperClass: string | any[] | object;
107
+ debounceSearch: boolean;
108
+ debounceSecond: number;
109
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
110
+
44
111
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
45
112
 
46
113
  declare const __VLS_export_10: DefineComponent<WizardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -87,8 +154,8 @@ declare const __VLS_export_14: DefineComponent<UploadFileProps, {}, {}, {}, {},
87
154
  }>, {
88
155
  modelValue: File | File[] | null;
89
156
  columns: number;
90
- multiple: boolean;
91
157
  accept: string;
158
+ multiple: boolean;
92
159
  maxFiles: number;
93
160
  dragAndDrop: boolean;
94
161
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -104,6 +171,8 @@ declare const __VLS_export_15: DefineComponent<TextEditorProps, {}, {}, {}, {},
104
171
  min_height: number;
105
172
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
106
173
 
174
+ declare const __VLS_export_16: __VLS_WithSlots_4<typeof __VLS_base_4, __VLS_Slots_4>;
175
+
107
176
  declare const __VLS_export_2: __VLS_WithSlots_2<typeof __VLS_base_2, __VLS_Slots_2>;
108
177
 
109
178
  declare const __VLS_export_3: DefineComponent<SwitchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -150,6 +219,9 @@ declare const __VLS_export_4: DefineComponent<TabulatorProps, {
150
219
  enableFooterBlock: boolean;
151
220
  enableSelectable: boolean;
152
221
  disableFooter: boolean;
222
+ maxSelectableRows: number | boolean;
223
+ enableRangeSelect: boolean;
224
+ selectionOverflowMode: "block" | "rolling";
153
225
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
154
226
 
155
227
  declare const __VLS_export_5: DefineComponent<ToggleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -229,6 +301,38 @@ declare type __VLS_Slots_3 = {} & {
229
301
  body2?: (props: typeof __VLS_21) => any;
230
302
  };
231
303
 
304
+ declare type __VLS_Slots_4 = {} & {
305
+ caret?: (props: typeof __VLS_1) => any;
306
+ } & {
307
+ clear?: (props: typeof __VLS_3) => any;
308
+ } & {
309
+ selection?: (props: typeof __VLS_5) => any;
310
+ } & {
311
+ tag?: (props: typeof __VLS_7) => any;
312
+ } & {
313
+ limit?: (props: typeof __VLS_9) => any;
314
+ } & {
315
+ loading?: (props: typeof __VLS_17) => any;
316
+ } & {
317
+ singleLabel?: (props: typeof __VLS_19) => any;
318
+ } & {
319
+ placeholder?: (props: typeof __VLS_21) => any;
320
+ } & {
321
+ beforeList?: (props: typeof __VLS_35) => any;
322
+ } & {
323
+ maxElements?: (props: typeof __VLS_37) => any;
324
+ } & {
325
+ option?: (props: typeof __VLS_39) => any;
326
+ } & {
327
+ option?: (props: typeof __VLS_41) => any;
328
+ } & {
329
+ noResult?: (props: typeof __VLS_43) => any;
330
+ } & {
331
+ noOptions?: (props: typeof __VLS_45) => any;
332
+ } & {
333
+ afterList?: (props: typeof __VLS_47) => any;
334
+ };
335
+
232
336
  declare type __VLS_WithSlots<T, S> = T & {
233
337
  new (): {
234
338
  $slots: S;
@@ -247,6 +351,12 @@ declare type __VLS_WithSlots_3<T, S> = T & {
247
351
  };
248
352
  };
249
353
 
354
+ declare type __VLS_WithSlots_4<T, S> = T & {
355
+ new (): {
356
+ $slots: S;
357
+ };
358
+ };
359
+
250
360
  export declare interface ContentAction {
251
361
  title: string;
252
362
  emit: string;
@@ -396,6 +506,72 @@ export declare interface ModalTitle {
396
506
  link?: string;
397
507
  }
398
508
 
509
+ export declare const Multiselect: typeof __VLS_export_16;
510
+
511
+ declare interface MultiselectOption {
512
+ [key: string]: any;
513
+ $isLabel?: boolean;
514
+ $isDisabled?: boolean;
515
+ isTag?: boolean;
516
+ label?: string;
517
+ }
518
+
519
+ declare interface MultiselectProps {
520
+ modelValue?: any;
521
+ options: MultiselectOption[];
522
+ name?: string;
523
+ selectLabel?: string;
524
+ selectGroupLabel?: string;
525
+ selectedLabel?: string;
526
+ deselectLabel?: string;
527
+ deselectGroupLabel?: string;
528
+ showLabels?: boolean;
529
+ placeholder?: string;
530
+ tagPlaceholder?: string;
531
+ multiple?: boolean;
532
+ searchable?: boolean;
533
+ internalSearch?: boolean;
534
+ clearOnSelect?: boolean;
535
+ hideSelected?: boolean;
536
+ allowEmpty?: boolean;
537
+ resetAfter?: boolean;
538
+ closeOnSelect?: boolean;
539
+ taggable?: boolean;
540
+ tagPosition?: "top" | "bottom";
541
+ preselectFirst?: boolean;
542
+ preserveSearch?: boolean;
543
+ preventAutofocus?: boolean;
544
+ groupSelect?: boolean;
545
+ limit?: number;
546
+ max?: number | false;
547
+ optionsLimit?: number;
548
+ maxHeight?: number;
549
+ limitText?: (count: number) => string;
550
+ trackBy?: string;
551
+ label?: string;
552
+ id?: string | null;
553
+ tabindex?: number;
554
+ groupValues?: string;
555
+ groupLabel?: string;
556
+ blockKeys?: string[];
557
+ filteringSortFunc?: ((a: MultiselectOption, b: MultiselectOption) => number) | null;
558
+ customLabel?: (option: MultiselectOption, label?: string) => string;
559
+ loading?: boolean;
560
+ disabled?: boolean;
561
+ spellcheck?: boolean;
562
+ openDirection?: string;
563
+ showNoOptions?: boolean;
564
+ showNoResults?: boolean;
565
+ required?: boolean;
566
+ showPointer?: boolean;
567
+ optionHeight?: number;
568
+ useTeleport?: boolean;
569
+ teleportTarget?: string | object;
570
+ contentWrapperClass?: string | any[] | object;
571
+ debounceSearch?: boolean;
572
+ debounceSecond?: number;
573
+ }
574
+
399
575
  export declare const NumbertoWordPlugin: {
400
576
  install(app: App): void;
401
577
  };
@@ -496,6 +672,9 @@ export declare interface TabulatorProps {
496
672
  enableFooterBlock?: boolean;
497
673
  enableSelectable?: boolean;
498
674
  disableFooter?: boolean;
675
+ maxSelectableRows?: number | boolean;
676
+ enableRangeSelect?: boolean;
677
+ selectionOverflowMode?: "block" | "rolling";
499
678
  }
500
679
 
501
680
  export declare const TextEditor: typeof __VLS_export_15;
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "dolphin-components",
3
3
  "private": false,
4
- "version": "3.1.16",
4
+ "version": "3.1.17",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
8
8
  "eslint"
9
9
  ],
10
10
  "engines": {
11
- "node": ">=24"
11
+ "node": "26.3.1"
12
12
  },
13
13
  "author": "<Mavorion Systems> (https://mavorion.com/)",
14
14
  "homepage": "https://mavorion.com/",
@@ -42,22 +42,21 @@
42
42
  "prepare": "git-sentry init"
43
43
  },
44
44
  "dependencies": {
45
- "@lucide/vue": "^1.17.0",
46
- "@tailwindcss/vite": "^4.3.0",
45
+ "@lucide/vue": "^1.22.0",
46
+ "@tailwindcss/vite": "^4.3.2",
47
47
  "@tinymce/tinymce-vue": "^6.3.0",
48
- "@types/tabulator-tables": "^6.3.4",
49
- "axios": "^1.17.0",
48
+ "@types/tabulator-tables": "^6.3.5",
49
+ "axios": "^1.18.1",
50
50
  "moment": "^2.30.1",
51
51
  "nepali-date-library": "^1.1.14",
52
52
  "nepali-datepicker-vue": "^2.0.0",
53
53
  "sweetalert2": "^11.26.25",
54
- "tabulator-tables": "^6.4.0",
55
- "tailwindcss": "^4.3.0",
54
+ "tabulator-tables": "^6.5.2",
55
+ "tailwindcss": "^4.3.2",
56
56
  "tinymce": "^8.6.0",
57
57
  "utility-types": "^3.11.0",
58
- "vue": "^3.5.35",
58
+ "vue": "^3.5.39",
59
59
  "vue-datepicker-next": "^1.0.3",
60
- "vue-multiselect": "^3.5.0",
61
60
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
62
61
  },
63
62
  "peerDependencies": {
@@ -66,27 +65,27 @@
66
65
  },
67
66
  "devDependencies": {
68
67
  "@eslint/js": "^10.0.1",
69
- "@microsoft/api-extractor": "^7.58.7",
68
+ "@microsoft/api-extractor": "^7.58.9",
70
69
  "@tsconfig/node24": "^24.0.4",
71
- "@types/node": "^25.9.1",
70
+ "@types/node": "^26.1.0",
72
71
  "@vitejs/plugin-vue": "^6.0.7",
73
72
  "@vue/eslint-config-prettier": "^10.2.0",
74
- "@vue/eslint-config-typescript": "^14.7.0",
73
+ "@vue/eslint-config-typescript": "^14.9.0",
75
74
  "@vue/tsconfig": "^0.9.1",
76
75
  "eslint-plugin-prettier": "^5.5.6",
77
76
  "eslint-plugin-vue": "^10.9.2",
78
77
  "git-sentry": "^1.0.2",
79
- "globals": "^17.6.0",
78
+ "globals": "^17.7.0",
80
79
  "jiti": "^2.7.0",
81
- "npm-run-all2": "^9.0.1",
80
+ "npm-run-all2": "^9.0.2",
82
81
  "path": "^0.12.7",
83
- "prettier": "3.8.3",
82
+ "prettier": "3.9.4",
84
83
  "typescript": "~6.0.3",
85
- "typescript-eslint": "^8.60.1",
86
- "unplugin-dts": "^1.0.2",
87
- "vite": "^8.0.16",
88
- "vite-plugin-vue-devtools": "^8.1.2",
89
- "vue-tsc": "^3.3.3"
84
+ "typescript-eslint": "^8.62.1",
85
+ "unplugin-dts": "^1.0.3",
86
+ "vite": "^8.1.2",
87
+ "vite-plugin-vue-devtools": "^8.1.5",
88
+ "vue-tsc": "^3.3.6"
90
89
  },
91
90
  "keywords": [
92
91
  "mavorion",