@ianicdev/datatables2 0.2.2 → 0.2.4
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/datatables.js +1 -1
- package/dist/datatables.mjs +1 -1
- package/dist/index-B8IhltHH.js +325 -0
- package/dist/{index-B_LcTHjR.mjs → index-DondTTgY.mjs} +26412 -26364
- package/dist/{index.es-tdG0XDuh.mjs → index.es-D-xvfmZ4.mjs} +963 -979
- package/dist/index.es-DHlJJ3il.js +18 -0
- package/dist/purify.es-BGDLgQxM.mjs +519 -0
- package/dist/purify.es-DSp9NJ6S.js +2 -0
- package/dist/style.css +1 -1
- package/package.json +34 -34
- package/dist/index-KrtDRiBG.js +0 -333
- package/dist/index.es-uQXM2zxp.js +0 -18
- package/dist/purify.es-BJHiDXdY.js +0 -3
- package/dist/purify.es-BwOkayRK.mjs +0 -471
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ianicdev/datatables2",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -23,52 +23,52 @@
|
|
|
23
23
|
"dev": "vite",
|
|
24
24
|
"build": "rimraf dist && vue-tsc --noEmit && vite build",
|
|
25
25
|
"preview": "vite preview",
|
|
26
|
-
"
|
|
26
|
+
"build-only": "vite build",
|
|
27
|
+
"type-check": "vue-tsc --build --force",
|
|
28
|
+
"lint": "eslint . --fix"
|
|
27
29
|
},
|
|
28
30
|
"dependencies": {
|
|
29
31
|
"@mdi/font": "7.4.47",
|
|
30
32
|
"@stackblitz/sdk": "^1.11.0",
|
|
31
|
-
"@vee-validate/rules": "^4.
|
|
32
|
-
"@vueuse/core": "^
|
|
33
|
-
"core-js": "^3.
|
|
33
|
+
"@vee-validate/rules": "^4.15.0",
|
|
34
|
+
"@vueuse/core": "^13.0.0",
|
|
35
|
+
"core-js": "^3.41.0",
|
|
34
36
|
"exceljs": "^4.4.0",
|
|
35
37
|
"export-to-csv": "^1.4.0",
|
|
36
38
|
"file-saver": "^2.0.5",
|
|
37
|
-
"jspdf": "^
|
|
38
|
-
"jspdf-autotable": "^
|
|
39
|
+
"jspdf": "^3.0.1",
|
|
40
|
+
"jspdf-autotable": "^5.0.2",
|
|
39
41
|
"moment": "^2.30.1",
|
|
40
42
|
"print-js": "^1.6.0",
|
|
41
|
-
"qs": "^6.
|
|
43
|
+
"qs": "^6.14.0",
|
|
42
44
|
"roboto-fontface": "*",
|
|
43
|
-
"sortablejs": "^1.15.
|
|
44
|
-
"vee-validate": "^4.
|
|
45
|
-
"vue": "^3.5.
|
|
46
|
-
"vue-i18n": "^9.14.
|
|
47
|
-
"vuetify": "^3.7.
|
|
45
|
+
"sortablejs": "^1.15.6",
|
|
46
|
+
"vee-validate": "^4.15.0",
|
|
47
|
+
"vue": "^3.5.13",
|
|
48
|
+
"vue-i18n": "^9.14.3",
|
|
49
|
+
"vuetify": "^3.7.19"
|
|
48
50
|
},
|
|
49
51
|
"devDependencies": {
|
|
50
|
-
"@
|
|
51
|
-
"@
|
|
52
|
-
"@
|
|
53
|
-
"@
|
|
54
|
-
"eslint": "^
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"eslint
|
|
58
|
-
"eslint-plugin-
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"unplugin-
|
|
65
|
-
"unplugin-
|
|
66
|
-
"unplugin-vue-components": "^0.27.4",
|
|
67
|
-
"unplugin-vue-router": "^0.10.8",
|
|
52
|
+
"@eslint/js": "^9.23.0",
|
|
53
|
+
"@tsconfig/node22": "^22.0.1",
|
|
54
|
+
"@types/node": "^22.13.13",
|
|
55
|
+
"@vitejs/plugin-vue": "^5.2.3",
|
|
56
|
+
"@vue/eslint-config-typescript": "^14.5.0",
|
|
57
|
+
"@vue/tsconfig": "^0.7.0",
|
|
58
|
+
"defu": "^6.1.4",
|
|
59
|
+
"eslint": "^9.23.0",
|
|
60
|
+
"eslint-plugin-vue": "^10.0.0",
|
|
61
|
+
"pinia": "^3.0.1",
|
|
62
|
+
"sass": "^1.86.0",
|
|
63
|
+
"typescript": "^5.8.2",
|
|
64
|
+
"unplugin-auto-import": "^19.1.2",
|
|
65
|
+
"unplugin-fonts": "^1.3.1",
|
|
66
|
+
"unplugin-vue-components": "^28.4.1",
|
|
67
|
+
"unplugin-vue-router": "^0.12.0",
|
|
68
68
|
"vite": "^5.4.11",
|
|
69
69
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
70
|
-
"vite-plugin-vuetify": "^2.0
|
|
71
|
-
"vue-router": "^4.
|
|
72
|
-
"vue-tsc": "^2.
|
|
70
|
+
"vite-plugin-vuetify": "^2.1.0",
|
|
71
|
+
"vue-router": "^4.5.0",
|
|
72
|
+
"vue-tsc": "^2.2.8"
|
|
73
73
|
}
|
|
74
74
|
}
|