dolphin-components 3.1.17 → 3.1.18-beta.2

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
@@ -222,6 +222,7 @@ declare const __VLS_export_4: DefineComponent<TabulatorProps, {
222
222
  maxSelectableRows: number | boolean;
223
223
  enableRangeSelect: boolean;
224
224
  selectionOverflowMode: "block" | "rolling";
225
+ ajaxDelay: number;
225
226
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
226
227
 
227
228
  declare const __VLS_export_5: DefineComponent<ToggleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
@@ -675,6 +676,7 @@ export declare interface TabulatorProps {
675
676
  maxSelectableRows?: number | boolean;
676
677
  enableRangeSelect?: boolean;
677
678
  selectionOverflowMode?: "block" | "rolling";
679
+ ajaxDelay?: number;
678
680
  }
679
681
 
680
682
  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.17",
4
+ "version": "3.1.18-beta.2",
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.22.0",
45
+ "@lucide/vue": "^1.23.0",
46
46
  "@tailwindcss/vite": "^4.3.2",
47
47
  "@tinymce/tinymce-vue": "^6.3.0",
48
48
  "@types/tabulator-tables": "^6.3.5",
@@ -53,7 +53,7 @@
53
53
  "sweetalert2": "^11.26.25",
54
54
  "tabulator-tables": "^6.5.2",
55
55
  "tailwindcss": "^4.3.2",
56
- "tinymce": "^8.6.0",
56
+ "tinymce": "^8.7.0",
57
57
  "utility-types": "^3.11.0",
58
58
  "vue": "^3.5.39",
59
59
  "vue-datepicker-next": "^1.0.3",
@@ -83,7 +83,7 @@
83
83
  "typescript": "~6.0.3",
84
84
  "typescript-eslint": "^8.62.1",
85
85
  "unplugin-dts": "^1.0.3",
86
- "vite": "^8.1.2",
86
+ "vite": "^8.1.3",
87
87
  "vite-plugin-vue-devtools": "^8.1.5",
88
88
  "vue-tsc": "^3.3.6"
89
89
  },