dolphin-components 3.1.16-beta.2 → 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
@@ -154,8 +154,8 @@ declare const __VLS_export_14: DefineComponent<UploadFileProps, {}, {}, {}, {},
154
154
  }>, {
155
155
  modelValue: File | File[] | null;
156
156
  columns: number;
157
- multiple: boolean;
158
157
  accept: string;
158
+ multiple: boolean;
159
159
  maxFiles: number;
160
160
  dragAndDrop: boolean;
161
161
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -219,6 +219,9 @@ declare const __VLS_export_4: DefineComponent<TabulatorProps, {
219
219
  enableFooterBlock: boolean;
220
220
  enableSelectable: boolean;
221
221
  disableFooter: boolean;
222
+ maxSelectableRows: number | boolean;
223
+ enableRangeSelect: boolean;
224
+ selectionOverflowMode: "block" | "rolling";
222
225
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
223
226
 
224
227
  declare const __VLS_export_5: DefineComponent<ToggleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -669,6 +672,9 @@ export declare interface TabulatorProps {
669
672
  enableFooterBlock?: boolean;
670
673
  enableSelectable?: boolean;
671
674
  disableFooter?: boolean;
675
+ maxSelectableRows?: number | boolean;
676
+ enableRangeSelect?: boolean;
677
+ selectionOverflowMode?: "block" | "rolling";
672
678
  }
673
679
 
674
680
  export declare const TextEditor: typeof __VLS_export_15;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dolphin-components",
3
3
  "private": false,
4
- "version": "3.1.16-beta.2",
4
+ "version": "3.1.17",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
@@ -42,20 +42,20 @@
42
42
  "prepare": "git-sentry init"
43
43
  },
44
44
  "dependencies": {
45
- "@lucide/vue": "^1.21.0",
46
- "@tailwindcss/vite": "^4.3.1",
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.18.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.5.1",
55
- "tailwindcss": "^4.3.1",
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.38",
58
+ "vue": "^3.5.39",
59
59
  "vue-datepicker-next": "^1.0.3",
60
60
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
61
61
  },
@@ -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.0.0",
70
+ "@types/node": "^26.1.0",
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",
@@ -75,17 +75,17 @@
75
75
  "eslint-plugin-prettier": "^5.5.6",
76
76
  "eslint-plugin-vue": "^10.9.2",
77
77
  "git-sentry": "^1.0.2",
78
- "globals": "^17.6.0",
78
+ "globals": "^17.7.0",
79
79
  "jiti": "^2.7.0",
80
80
  "npm-run-all2": "^9.0.2",
81
81
  "path": "^0.12.7",
82
- "prettier": "3.8.4",
82
+ "prettier": "3.9.4",
83
83
  "typescript": "~6.0.3",
84
- "typescript-eslint": "^8.61.1",
85
- "unplugin-dts": "^1.0.2",
86
- "vite": "^8.0.16",
87
- "vite-plugin-vue-devtools": "^8.1.3",
88
- "vue-tsc": "^3.3.5"
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"
89
89
  },
90
90
  "keywords": [
91
91
  "mavorion",