dolphin-components 2.2.7 → 2.2.8

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
@@ -189,6 +189,7 @@ export declare interface DateSelectorProps {
189
189
  isBS?: boolean;
190
190
  showToggle?: boolean;
191
191
  disabled?: boolean;
192
+ classValue?: string;
192
193
  }
193
194
 
194
195
  export declare const FocusNext: {
@@ -305,6 +306,7 @@ paginationSizeSelector: number[];
305
306
  actionButtons: TabulatorAction_2[];
306
307
  heightOffset: number;
307
308
  actionMode: "frontend" | "api";
309
+ showOptions: boolean;
308
310
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
309
311
 
310
312
  export declare interface TabulatorAction {
@@ -358,6 +360,7 @@ export declare interface TabulatorProps {
358
360
  actionButtons?: TabulatorAction[];
359
361
  heightOffset?: number;
360
362
  actionMode?: "frontend" | "api";
363
+ showOptions?: boolean;
361
364
  }
362
365
 
363
366
  export declare const Toast: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dolphin-components",
3
3
  "private": false,
4
- "version": "2.2.7",
4
+ "version": "2.2.8",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -28,7 +28,7 @@
28
28
  "preview": "vite preview"
29
29
  },
30
30
  "dependencies": {
31
- "@tailwindcss/vite": "^4.1.7",
31
+ "@tailwindcss/vite": "^4.1.8",
32
32
  "@types/tabulator-tables": "^6.2.6",
33
33
  "axios": "^1.9.0",
34
34
  "lucide-vue-next": "^0.511.0",
@@ -36,9 +36,9 @@
36
36
  "nepali-datepicker-vue": "^1.0.7",
37
37
  "sweetalert2": "^11.22.0",
38
38
  "tabulator-tables": "^6.3.1",
39
- "tailwindcss": "^4.1.7",
39
+ "tailwindcss": "^4.1.8",
40
40
  "utility-types": "^3.11.0",
41
- "vue": "^3.5.15",
41
+ "vue": "^3.5.16",
42
42
  "vue-datepicker-next": "^1.0.3",
43
43
  "vue-multiselect": "^3.2.0"
44
44
  },
@@ -46,7 +46,7 @@
46
46
  "vue-router": "^4.5.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@types/node": "^22.15.23",
49
+ "@types/node": "^22.15.24",
50
50
  "@vitejs/plugin-vue": "^5.2.4",
51
51
  "@vue/tsconfig": "^0.7.0",
52
52
  "path": "^0.12.7",