dolphin-components 2.2.0 → 2.2.1

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
@@ -177,9 +177,14 @@ export declare const FocusNext: {
177
177
 
178
178
  export declare type FormatType = "usa" | "euro";
179
179
 
180
+ declare interface HTMLElementWithState extends HTMLElement {
181
+ _observer?: MutationObserver;
182
+ _timeout?: number;
183
+ }
184
+
180
185
  export declare interface IconProps {
181
186
  name: string;
182
- size?: number;
187
+ size?: number | string;
183
188
  color?: string;
184
189
  strokeWidth?: number;
185
190
  absoluteStrokeWidth?: boolean;
@@ -187,7 +192,7 @@ export declare interface IconProps {
187
192
  }
188
193
 
189
194
  export declare const Icons: DefineComponent<IconProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IconProps> & Readonly<{}>, {
190
- size: number;
195
+ size: number | string;
191
196
  color: string;
192
197
  strokeWidth: number;
193
198
  absoluteStrokeWidth: boolean;
@@ -230,6 +235,11 @@ export declare interface ModalTitle {
230
235
  link?: string;
231
236
  }
232
237
 
238
+ export declare const ScrollbarAnimateDropdown: {
239
+ mounted(el: HTMLElementWithState): void;
240
+ unmounted(el: HTMLElementWithState): void;
241
+ };
242
+
233
243
  export declare const ScrollbarScroll: {
234
244
  mounted(el: HTMLElement, _binding: DirectiveBinding): void;
235
245
  unmounted(el: HTMLElement): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dolphin-components",
3
3
  "private": false,
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -28,17 +28,17 @@
28
28
  "preview": "vite preview"
29
29
  },
30
30
  "dependencies": {
31
- "@tailwindcss/vite": "^4.1.4",
31
+ "@tailwindcss/vite": "^4.1.7",
32
32
  "@types/tabulator-tables": "^6.2.6",
33
- "lucide-vue-next": "^0.503.0",
33
+ "axios": "^1.9.0",
34
+ "lucide-vue-next": "^0.511.0",
34
35
  "moment": "^2.30.1",
35
- "nepali-date-library": "^1.1.2",
36
- "nepali-datepicker-vue": "^1.0.6",
37
- "sweetalert2": "^11.19.1",
36
+ "nepali-datepicker-vue": "^1.0.7",
37
+ "sweetalert2": "^11.21.2",
38
38
  "tabulator-tables": "^6.3.1",
39
- "tailwindcss": "^4.1.4",
39
+ "tailwindcss": "^4.1.7",
40
40
  "utility-types": "^3.11.0",
41
- "vue": "^3.5.13",
41
+ "vue": "^3.5.14",
42
42
  "vue-datepicker-next": "^1.0.3",
43
43
  "vue-multiselect": "^3.2.0"
44
44
  },
@@ -46,15 +46,15 @@
46
46
  "vue-router": "^4.5.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@types/node": "^22.15.3",
50
- "@vitejs/plugin-vue": "^5.2.3",
49
+ "@types/node": "^22.15.19",
50
+ "@vitejs/plugin-vue": "^5.2.4",
51
51
  "@vue/tsconfig": "^0.7.0",
52
52
  "path": "^0.12.7",
53
53
  "prettier": "3.5.3",
54
54
  "rollup-plugin-typescript2": "^0.36.0",
55
55
  "typescript": "~5.8.3",
56
- "vite": "^6.3.4",
57
- "vite-plugin-dts": "^4.5.3",
56
+ "vite": "^6.3.5",
57
+ "vite-plugin-dts": "^4.5.4",
58
58
  "vue-tsc": "^2.2.10"
59
59
  },
60
60
  "keywords": [