@ianicdev/datatables2 0.8.0 → 0.8.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/lib/locale/el.js CHANGED
@@ -10,4 +10,5 @@ export default {
10
10
  preparing_download_file: "Προετοιμασία αρχείου για λήψη...",
11
11
  download: "Λήψη",
12
12
  more: "Περισσότερα",
13
+ refresh: "Ανανέωση",
13
14
  };
package/lib/locale/en.js CHANGED
@@ -10,4 +10,5 @@ export default {
10
10
  preparing_download_file: "Preparing file for download...",
11
11
  download: "Download",
12
12
  more: "More",
13
+ refresh: "Refresh",
13
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ianicdev/datatables2",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "type": "module",
5
5
  "types": "./lib/index.d.ts",
6
6
  "publishConfig": {
@@ -66,15 +66,15 @@
66
66
  "qs": "^6.14.0",
67
67
  "roboto-fontface": "*",
68
68
  "sortablejs": "^1.15.6",
69
- "vue": "^3.5.17",
70
- "vue-i18n": "^11.1.10",
69
+ "vue": "^3.5.18",
70
+ "vue-i18n": "^11.1.11",
71
71
  "vuetify": "^3.9.2",
72
72
  "xlsx": "npm:@e965/xlsx@0.20.3"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@eslint/js": "^9.31.0",
76
76
  "@tsconfig/node22": "^22.0.2",
77
- "@types/node": "^24.0.15",
77
+ "@types/node": "^24.1.0",
78
78
  "@vitejs/plugin-vue": "^6.0.0",
79
79
  "@vue/eslint-config-typescript": "^14.6.0",
80
80
  "@vue/tsconfig": "^0.7.0",
@@ -85,7 +85,7 @@
85
85
  "sass": "^1.89.2",
86
86
  "typescript": "^5.8.3",
87
87
  "unplugin-auto-import": "^19.3.0",
88
- "unplugin-fonts": "^1.3.1",
88
+ "unplugin-fonts": "^1.4.0",
89
89
  "unplugin-vue-components": "^28.8.0",
90
90
  "unplugin-vue-router": "^0.14.0",
91
91
  "vite": "^6.3.5",