dolphin-components 3.1.18 → 3.1.19-beta.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
|
@@ -547,11 +547,6 @@ export declare const FocusNextPlugin: {
|
|
|
547
547
|
|
|
548
548
|
export declare type FormatType = "usa" | "euro";
|
|
549
549
|
|
|
550
|
-
declare interface HTMLElementWithState extends HTMLElement {
|
|
551
|
-
_observer?: MutationObserver;
|
|
552
|
-
_timeout?: number;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
550
|
export declare interface IconProps {
|
|
556
551
|
name: string;
|
|
557
552
|
size?: number | string;
|
|
@@ -716,11 +711,6 @@ export declare interface ReportPrintOptionProps {
|
|
|
716
711
|
};
|
|
717
712
|
}
|
|
718
713
|
|
|
719
|
-
export declare const ScrollbarAnimateDropdown: {
|
|
720
|
-
mounted(el: HTMLElementWithState): void;
|
|
721
|
-
unmounted(el: HTMLElementWithState): void;
|
|
722
|
-
};
|
|
723
|
-
|
|
724
714
|
export declare const ScrollbarScroll: {
|
|
725
715
|
mounted(el: HTMLElement, _binding: DirectiveBinding): void;
|
|
726
716
|
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": "3.1.
|
|
4
|
+
"version": "3.1.19-beta.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@lucide/vue": "^1.24.0",
|
|
46
46
|
"@tailwindcss/vite": "^4.3.2",
|
|
47
47
|
"@tinymce/tinymce-vue": "^6.3.0",
|
|
48
|
-
"@types/tabulator-tables": "^6.3.
|
|
48
|
+
"@types/tabulator-tables": "^6.3.6",
|
|
49
49
|
"axios": "^1.18.1",
|
|
50
50
|
"moment": "^2.30.1",
|
|
51
51
|
"nepali-date-library": "^1.1.14",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"@microsoft/api-extractor": "^7.58.9",
|
|
69
69
|
"@tsconfig/node24": "^24.0.4",
|
|
70
70
|
"@types/node": "^26.1.1",
|
|
71
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
71
|
+
"@vitejs/plugin-vue": "^6.0.8",
|
|
72
72
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
73
73
|
"@vue/eslint-config-typescript": "^14.9.0",
|
|
74
74
|
"@vue/tsconfig": "^0.9.1",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"path": "^0.12.7",
|
|
82
82
|
"prettier": "3.9.5",
|
|
83
83
|
"typescript": "~6.0.3",
|
|
84
|
-
"typescript-eslint": "^8.
|
|
84
|
+
"typescript-eslint": "^8.64.0",
|
|
85
85
|
"unplugin-dts": "^1.0.3",
|
|
86
86
|
"vite": "^8.1.4",
|
|
87
87
|
"vite-plugin-vue-devtools": "^8.1.5",
|