@dolusoft/vue3-datatable 1.5.3 → 1.5.5
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/vue3-datatable.cjs +1 -1
- package/dist/vue3-datatable.js +614 -611
- package/package.json +84 -84
package/package.json
CHANGED
|
@@ -1,87 +1,87 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
},
|
|
18
|
-
"./dist/style.css": "./dist/style.css"
|
|
2
|
+
"name": "@dolusoft/vue3-datatable",
|
|
3
|
+
"version": "1.5.5",
|
|
4
|
+
"description": "Vue3 Datatable - fully customizable & easy to use datatable library",
|
|
5
|
+
"private": false,
|
|
6
|
+
"type": "module",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist"
|
|
9
|
+
],
|
|
10
|
+
"main": "./dist/vue3-datatable.umd.js",
|
|
11
|
+
"module": "./dist/vue3-datatable.js",
|
|
12
|
+
"types": "./dist/main.d.ts",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"import": "./dist/vue3-datatable.js",
|
|
16
|
+
"require": "./dist/vue3-datatable.umd.js"
|
|
19
17
|
},
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
18
|
+
"./dist/style.css": "./dist/style.css"
|
|
19
|
+
},
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git+https://github.com/dolusoft/vue3-datatable.git"
|
|
23
|
+
},
|
|
24
|
+
"bugs": {
|
|
25
|
+
"url": "https://github.com/dolusoft/vue3-datatable/issues"
|
|
26
|
+
},
|
|
27
|
+
"homepage": "https://github.com/dolusoft/vue3-datatable#readme",
|
|
28
|
+
"keywords": [
|
|
29
|
+
"vue3",
|
|
30
|
+
"vue",
|
|
31
|
+
"vuejs",
|
|
32
|
+
"component",
|
|
33
|
+
"datatable",
|
|
34
|
+
"vue3 datatable",
|
|
35
|
+
"vue datatable",
|
|
36
|
+
"vue3-datatable",
|
|
37
|
+
"vue grid",
|
|
38
|
+
"vue3 grid",
|
|
39
|
+
"vue table",
|
|
40
|
+
"vue3 table",
|
|
41
|
+
"datagrid",
|
|
42
|
+
"data-grid",
|
|
43
|
+
"data-table",
|
|
44
|
+
"table",
|
|
45
|
+
"grid",
|
|
46
|
+
"filter",
|
|
47
|
+
"sorting",
|
|
48
|
+
"pagination"
|
|
49
|
+
],
|
|
50
|
+
"license": "MIT",
|
|
51
|
+
"publishConfig": {
|
|
52
|
+
"access": "public"
|
|
53
|
+
},
|
|
54
|
+
"scripts": {
|
|
55
|
+
"dev": "vite",
|
|
56
|
+
"build": "vite build && vue-tsc --emitDeclarationOnly && npm run tailwind:build",
|
|
57
|
+
"preview": "vite preview",
|
|
58
|
+
"tailwind": "npx tailwindcss -i ./src/assets/css/tailwind.css -o ./dist/style.css --watch",
|
|
59
|
+
"tailwind:build": "npx tailwindcss -i ./src/assets/css/tailwind.css -o ./dist/style.css --minify"
|
|
60
|
+
},
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"@iconify/vue": "^4.1.2",
|
|
63
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
64
|
+
"@vueuse/core": "^10.11.0",
|
|
65
|
+
"custom-vue-scrollbar": "^0.0.8",
|
|
66
|
+
"eslint-plugin-import": "^2.29.1",
|
|
67
|
+
"eslint-plugin-vue": "^9.27.0",
|
|
68
|
+
"splitpanes": "^3.1.5",
|
|
69
|
+
"vue": "^3.4.35"
|
|
70
|
+
},
|
|
71
|
+
"devDependencies": {
|
|
72
|
+
"@types/node": "^20.14.14",
|
|
73
|
+
"@vitejs/plugin-vue": "^5.1.2",
|
|
74
|
+
"autoprefixer": "^10.4.20",
|
|
75
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
76
|
+
"sass": "^1.77.8",
|
|
77
|
+
"typescript": "^5.5.4",
|
|
78
|
+
"vite": "^5.3.5",
|
|
79
|
+
"vue-tsc": "^2.0.29"
|
|
80
|
+
},
|
|
81
|
+
"browserslist": [
|
|
82
|
+
"> 1%",
|
|
83
|
+
"last 2 versions",
|
|
84
|
+
"not dead",
|
|
85
|
+
"not ie 11"
|
|
86
|
+
]
|
|
87
87
|
}
|