@e7a/everright-filter 1.0.6 → 1.0.8
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/LICENSE +21 -21
- package/README.md +125 -125
- package/README.zh-cn.md +125 -125
- package/dist/EverrightFilter-with-element-plus.css +1 -1
- package/dist/EverrightFilter-with-element-plus.iife.js +16 -17
- package/dist/EverrightFilter-with-element-plus.js +18682 -14390
- package/dist/EverrightFilter-with-element-plus.umd.cjs +16 -17
- package/dist/EverrightFilter-without-element-plus.iife.js +12 -5
- package/dist/EverrightFilter-without-element-plus.js +3777 -3409
- package/dist/EverrightFilter-without-element-plus.umd.cjs +12 -5
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e7a/everright-filter",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "🦮Vue3 query builder/filter builder ui component for building complex queries and filters with nested conditionals.Supports filtering of multiple data types, including string, number, dropdown, cascade, region, date and time(Vue 高级筛选器组件)",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
8
|
-
"packageManager": "
|
|
8
|
+
"packageManager": "yarn@1.22.19",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"everright-filter",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"scripts": {
|
|
36
36
|
"dev:server": "nodemon server --watch server",
|
|
37
37
|
"dev": "vite --host 0.0.0.0 --port 5174",
|
|
38
|
-
"build": "
|
|
38
|
+
"build": "yarn run clean:dist && yarn run build:without-element-plus && yarn run build:with-element-plus",
|
|
39
39
|
"clean:dist": "rimraf dist",
|
|
40
40
|
"build:without-element-plus": "cross-env FORMATS='without-element-plus' vite build",
|
|
41
41
|
"build:with-element-plus": "cross-env FORMATS='with-element-plus' vite build",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@vuelidate/validators": "^2.0.0",
|
|
54
54
|
"async": "^3.2.4",
|
|
55
55
|
"axios": "^1.2.2",
|
|
56
|
-
"element-plus": "^2.
|
|
56
|
+
"element-plus": "^2.8.0",
|
|
57
57
|
"lodash-es": "^4.17.21",
|
|
58
58
|
"nzh": "^1.0.8",
|
|
59
59
|
"vue": "^3.2.45",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"lint-staged": "^13.1.2",
|
|
86
86
|
"nodemon": "^2.0.20",
|
|
87
87
|
"rimraf": "^5.0.1",
|
|
88
|
-
"sass": "
|
|
88
|
+
"sass": "1.58.3",
|
|
89
89
|
"unplugin-vue-components": "^0.25.1",
|
|
90
90
|
"vite": "^3.2.5",
|
|
91
91
|
"vite-plugin-eslint": "^1.8.1",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"vue-router": "^4.2.1"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
|
-
"element-plus": "^2.
|
|
96
|
+
"element-plus": "^2.8.0",
|
|
97
97
|
"vue": "^3.2.45"
|
|
98
98
|
},
|
|
99
99
|
"lint-staged": {
|