bl-common-vue3 0.2.56 → 0.2.57
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/.history/.gitignore_20220323095826 +23 -0
- package/.history/.gitignore_20230308113421 +24 -0
- package/.history/package_20230222150904.json +54 -54
- package/.history/package_20230227191203.json +54 -54
- package/.history/package_20230227193052.json +54 -54
- package/.history/package_20230308102851.json +54 -54
- package/.history/package_20230308113449.json +54 -0
- package/.history/package_20230310155615.json +54 -0
- package/.history/package_20230313135647.json +54 -0
- package/.history/package_20230314095533.json +54 -0
- package/.history/package_20230314160155.json +54 -0
- package/.history/package_20230314202309.json +54 -0
- package/.history/package_20230321175012.json +54 -0
- package/.history/package_20230325102904.json +54 -0
- package/.history/src/common/utils/util_20230210124242.js +156 -156
- package/.history/src/common/utils/util_20230228192253.js +157 -157
- package/.history/src/components/BLIcon/index_20230103102354.js +17 -17
- package/.history/src/components/BLIcon/index_20230227191108.js +18 -18
- package/.history/src/components/BLIcon/index_20230227193020.js +18 -18
- package/.history/src/components/BLIcon/index_20230227193025.js +18 -18
- package/.history/src/components/BLIcon/index_20230308113313.js +18 -0
- package/.history/src/components/CheckedHousingResources/index_20230222150349.vue +358 -0
- package/.history/src/components/CheckedHousingResources/index_20230317104616.vue +358 -0
- package/.history/src/components/CheckedHousingResources/index_20230317104754.vue +358 -0
- package/.history/src/components/CheckedHousingResources/index_20230317104756.vue +358 -0
- package/.history/src/components/CheckedHousingResources/index_20230317104801.vue +358 -0
- package/.history/src/components/CheckedHousingResources/index_20230317104808.vue +358 -0
- package/.history/src/components/ChooseHousingResources/index_20230222193654.vue +1252 -1252
- package/.history/src/components/ChooseHousingResources/index_20230227191144.vue +1252 -1252
- package/.history/src/components/ChooseHousingResources/index_20230227193035.vue +1252 -1252
- package/.history/src/components/ChooseHousingResources/index_20230317104439.vue +1252 -0
- package/.history/src/components/ChooseHousingResources/index_20230317104446.vue +1252 -0
- package/.history/src/components/SelectProperty/index_20230314160141.vue +487 -0
- package/.history/src/components/SelectProperty/index_20230314160343.vue +487 -0
- package/.history/src/components/VillageTree/index_20230227202552.vue +298 -298
- package/.history/src/components/VillageTree/index_20230308102756.vue +305 -305
- package/.history/src/components/VillageTree/index_20230308113141.vue +305 -305
- package/.history/src/components/VillageTree/index_20230308113243.vue +336 -0
- package/.history/src/components/VillageTree/index_20230308113331.vue +336 -0
- package/.history/src/components/VillageTree/index_20230308113337.vue +336 -0
- package/.history/src/components/VillageTree/index_20230308113340.vue +336 -0
- package/.history/src/components/VillageTree/index_20230308113344.vue +336 -0
- package/.history/src/components/VillageTree/index_20230308114633.vue +342 -0
- package/.history/src/components/VillageTree/index_20230308114634.vue +342 -0
- package/.history/src/components/VillageTree/index_20230321174938.vue +488 -0
- package/.history/src/components/VillageTree/index_20230321175214.vue +488 -0
- package/.history/src/components/components_20230216190147.js +15 -15
- package/.history/src/components/components_20230227191116.js +15 -15
- package/.history/src/components/components_20230227191117.js +15 -15
- package/.history/src/components/components_20230308102833.js +16 -16
- package/lib/vue3common.common.js +109 -103
- package/lib/vue3common.umd.js +109 -103
- package/lib/vue3common.umd.min.js +7 -7
- package/package.json +54 -54
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
.DS_Store
|
|
2
|
+
node_modules
|
|
3
|
+
/dist
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# local env files
|
|
7
|
+
.env.local
|
|
8
|
+
.env.*.local
|
|
9
|
+
|
|
10
|
+
# Log files
|
|
11
|
+
npm-debug.log*
|
|
12
|
+
yarn-debug.log*
|
|
13
|
+
yarn-error.log*
|
|
14
|
+
pnpm-debug.log*
|
|
15
|
+
|
|
16
|
+
# Editor directories and files
|
|
17
|
+
.idea
|
|
18
|
+
.vscode
|
|
19
|
+
*.suo
|
|
20
|
+
*.ntvs*
|
|
21
|
+
*.njsproj
|
|
22
|
+
*.sln
|
|
23
|
+
*.sw?
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
.DS_Store
|
|
2
|
+
.history
|
|
3
|
+
node_modules
|
|
4
|
+
/dist
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
# local env files
|
|
8
|
+
.env.local
|
|
9
|
+
.env.*.local
|
|
10
|
+
|
|
11
|
+
# Log files
|
|
12
|
+
npm-debug.log*
|
|
13
|
+
yarn-debug.log*
|
|
14
|
+
yarn-error.log*
|
|
15
|
+
pnpm-debug.log*
|
|
16
|
+
|
|
17
|
+
# Editor directories and files
|
|
18
|
+
.idea
|
|
19
|
+
.vscode
|
|
20
|
+
*.suo
|
|
21
|
+
*.ntvs*
|
|
22
|
+
*.njsproj
|
|
23
|
+
*.sln
|
|
24
|
+
*.sw?
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "bl-common-vue3",
|
|
3
|
-
"version": "0.2.44",
|
|
4
|
-
"main": "lib/vue3common.umd.min.js",
|
|
5
|
-
"description": "bailing vue3 common components lib",
|
|
6
|
-
"private": false,
|
|
7
|
-
"scripts": {
|
|
8
|
-
"lib": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
|
|
9
|
-
"serve": "vue-cli-service serve",
|
|
10
|
-
"build": "vue-cli-service build",
|
|
11
|
-
"lint": "vue-cli-service lint",
|
|
12
|
-
"publish": "npm publish --access public"
|
|
13
|
-
},
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"@ant-design/icons-vue": "^6.0.1",
|
|
16
|
-
"ant-design-vue": "^2.2.8",
|
|
17
|
-
"axios": "^0.21.4",
|
|
18
|
-
"core-js": "^3.6.5",
|
|
19
|
-
"less": "^4.1.1",
|
|
20
|
-
"less-loader": "^6.0.0",
|
|
21
|
-
"moment": "^2.29.1",
|
|
22
|
-
"qrcode.vue": "^3.3.3",
|
|
23
|
-
"style-resources-loader": "^1.5.0",
|
|
24
|
-
"vue": "^3.0.4"
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@vue/cli-plugin-babel": "~4.5.13",
|
|
28
|
-
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
29
|
-
"@vue/cli-service": "~4.5.13",
|
|
30
|
-
"@vue/compiler-sfc": "^3.0.0",
|
|
31
|
-
"babel-eslint": "^10.1.0",
|
|
32
|
-
"eslint": "^6.7.2",
|
|
33
|
-
"eslint-plugin-vue": "^7.0.0"
|
|
34
|
-
},
|
|
35
|
-
"eslintConfig": {
|
|
36
|
-
"root": true,
|
|
37
|
-
"env": {
|
|
38
|
-
"node": true
|
|
39
|
-
},
|
|
40
|
-
"extends": [
|
|
41
|
-
"plugin:vue/vue3-essential",
|
|
42
|
-
"eslint:recommended"
|
|
43
|
-
],
|
|
44
|
-
"parserOptions": {
|
|
45
|
-
"parser": "babel-eslint"
|
|
46
|
-
},
|
|
47
|
-
"rules": {}
|
|
48
|
-
},
|
|
49
|
-
"browserslist": [
|
|
50
|
-
"> 1%",
|
|
51
|
-
"last 2 versions",
|
|
52
|
-
"not dead"
|
|
53
|
-
]
|
|
54
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "bl-common-vue3",
|
|
3
|
+
"version": "0.2.44",
|
|
4
|
+
"main": "lib/vue3common.umd.min.js",
|
|
5
|
+
"description": "bailing vue3 common components lib",
|
|
6
|
+
"private": false,
|
|
7
|
+
"scripts": {
|
|
8
|
+
"lib": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
|
|
9
|
+
"serve": "vue-cli-service serve",
|
|
10
|
+
"build": "vue-cli-service build",
|
|
11
|
+
"lint": "vue-cli-service lint",
|
|
12
|
+
"publish": "npm publish --access public"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@ant-design/icons-vue": "^6.0.1",
|
|
16
|
+
"ant-design-vue": "^2.2.8",
|
|
17
|
+
"axios": "^0.21.4",
|
|
18
|
+
"core-js": "^3.6.5",
|
|
19
|
+
"less": "^4.1.1",
|
|
20
|
+
"less-loader": "^6.0.0",
|
|
21
|
+
"moment": "^2.29.1",
|
|
22
|
+
"qrcode.vue": "^3.3.3",
|
|
23
|
+
"style-resources-loader": "^1.5.0",
|
|
24
|
+
"vue": "^3.0.4"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@vue/cli-plugin-babel": "~4.5.13",
|
|
28
|
+
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
29
|
+
"@vue/cli-service": "~4.5.13",
|
|
30
|
+
"@vue/compiler-sfc": "^3.0.0",
|
|
31
|
+
"babel-eslint": "^10.1.0",
|
|
32
|
+
"eslint": "^6.7.2",
|
|
33
|
+
"eslint-plugin-vue": "^7.0.0"
|
|
34
|
+
},
|
|
35
|
+
"eslintConfig": {
|
|
36
|
+
"root": true,
|
|
37
|
+
"env": {
|
|
38
|
+
"node": true
|
|
39
|
+
},
|
|
40
|
+
"extends": [
|
|
41
|
+
"plugin:vue/vue3-essential",
|
|
42
|
+
"eslint:recommended"
|
|
43
|
+
],
|
|
44
|
+
"parserOptions": {
|
|
45
|
+
"parser": "babel-eslint"
|
|
46
|
+
},
|
|
47
|
+
"rules": {}
|
|
48
|
+
},
|
|
49
|
+
"browserslist": [
|
|
50
|
+
"> 1%",
|
|
51
|
+
"last 2 versions",
|
|
52
|
+
"not dead"
|
|
53
|
+
]
|
|
54
|
+
}
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "bl-common-vue3",
|
|
3
|
-
"version": "0.2.45",
|
|
4
|
-
"main": "lib/vue3common.umd.min.js",
|
|
5
|
-
"description": "bailing vue3 common components lib",
|
|
6
|
-
"private": false,
|
|
7
|
-
"scripts": {
|
|
8
|
-
"lib": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
|
|
9
|
-
"serve": "vue-cli-service serve",
|
|
10
|
-
"build": "vue-cli-service build",
|
|
11
|
-
"lint": "vue-cli-service lint",
|
|
12
|
-
"publish": "npm publish --access public"
|
|
13
|
-
},
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"@ant-design/icons-vue": "^6.0.1",
|
|
16
|
-
"ant-design-vue": "^2.2.8",
|
|
17
|
-
"axios": "^0.21.4",
|
|
18
|
-
"core-js": "^3.6.5",
|
|
19
|
-
"less": "^4.1.1",
|
|
20
|
-
"less-loader": "^6.0.0",
|
|
21
|
-
"moment": "^2.29.1",
|
|
22
|
-
"qrcode.vue": "^3.3.3",
|
|
23
|
-
"style-resources-loader": "^1.5.0",
|
|
24
|
-
"vue": "^3.0.4"
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@vue/cli-plugin-babel": "~4.5.13",
|
|
28
|
-
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
29
|
-
"@vue/cli-service": "~4.5.13",
|
|
30
|
-
"@vue/compiler-sfc": "^3.0.0",
|
|
31
|
-
"babel-eslint": "^10.1.0",
|
|
32
|
-
"eslint": "^6.7.2",
|
|
33
|
-
"eslint-plugin-vue": "^7.0.0"
|
|
34
|
-
},
|
|
35
|
-
"eslintConfig": {
|
|
36
|
-
"root": true,
|
|
37
|
-
"env": {
|
|
38
|
-
"node": true
|
|
39
|
-
},
|
|
40
|
-
"extends": [
|
|
41
|
-
"plugin:vue/vue3-essential",
|
|
42
|
-
"eslint:recommended"
|
|
43
|
-
],
|
|
44
|
-
"parserOptions": {
|
|
45
|
-
"parser": "babel-eslint"
|
|
46
|
-
},
|
|
47
|
-
"rules": {}
|
|
48
|
-
},
|
|
49
|
-
"browserslist": [
|
|
50
|
-
"> 1%",
|
|
51
|
-
"last 2 versions",
|
|
52
|
-
"not dead"
|
|
53
|
-
]
|
|
54
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "bl-common-vue3",
|
|
3
|
+
"version": "0.2.45",
|
|
4
|
+
"main": "lib/vue3common.umd.min.js",
|
|
5
|
+
"description": "bailing vue3 common components lib",
|
|
6
|
+
"private": false,
|
|
7
|
+
"scripts": {
|
|
8
|
+
"lib": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
|
|
9
|
+
"serve": "vue-cli-service serve",
|
|
10
|
+
"build": "vue-cli-service build",
|
|
11
|
+
"lint": "vue-cli-service lint",
|
|
12
|
+
"publish": "npm publish --access public"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@ant-design/icons-vue": "^6.0.1",
|
|
16
|
+
"ant-design-vue": "^2.2.8",
|
|
17
|
+
"axios": "^0.21.4",
|
|
18
|
+
"core-js": "^3.6.5",
|
|
19
|
+
"less": "^4.1.1",
|
|
20
|
+
"less-loader": "^6.0.0",
|
|
21
|
+
"moment": "^2.29.1",
|
|
22
|
+
"qrcode.vue": "^3.3.3",
|
|
23
|
+
"style-resources-loader": "^1.5.0",
|
|
24
|
+
"vue": "^3.0.4"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@vue/cli-plugin-babel": "~4.5.13",
|
|
28
|
+
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
29
|
+
"@vue/cli-service": "~4.5.13",
|
|
30
|
+
"@vue/compiler-sfc": "^3.0.0",
|
|
31
|
+
"babel-eslint": "^10.1.0",
|
|
32
|
+
"eslint": "^6.7.2",
|
|
33
|
+
"eslint-plugin-vue": "^7.0.0"
|
|
34
|
+
},
|
|
35
|
+
"eslintConfig": {
|
|
36
|
+
"root": true,
|
|
37
|
+
"env": {
|
|
38
|
+
"node": true
|
|
39
|
+
},
|
|
40
|
+
"extends": [
|
|
41
|
+
"plugin:vue/vue3-essential",
|
|
42
|
+
"eslint:recommended"
|
|
43
|
+
],
|
|
44
|
+
"parserOptions": {
|
|
45
|
+
"parser": "babel-eslint"
|
|
46
|
+
},
|
|
47
|
+
"rules": {}
|
|
48
|
+
},
|
|
49
|
+
"browserslist": [
|
|
50
|
+
"> 1%",
|
|
51
|
+
"last 2 versions",
|
|
52
|
+
"not dead"
|
|
53
|
+
]
|
|
54
|
+
}
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "bl-common-vue3",
|
|
3
|
-
"version": "0.2.46",
|
|
4
|
-
"main": "lib/vue3common.umd.min.js",
|
|
5
|
-
"description": "bailing vue3 common components lib",
|
|
6
|
-
"private": false,
|
|
7
|
-
"scripts": {
|
|
8
|
-
"lib": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
|
|
9
|
-
"serve": "vue-cli-service serve",
|
|
10
|
-
"build": "vue-cli-service build",
|
|
11
|
-
"lint": "vue-cli-service lint",
|
|
12
|
-
"publish": "npm publish --access public"
|
|
13
|
-
},
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"@ant-design/icons-vue": "^6.0.1",
|
|
16
|
-
"ant-design-vue": "^2.2.8",
|
|
17
|
-
"axios": "^0.21.4",
|
|
18
|
-
"core-js": "^3.6.5",
|
|
19
|
-
"less": "^4.1.1",
|
|
20
|
-
"less-loader": "^6.0.0",
|
|
21
|
-
"moment": "^2.29.1",
|
|
22
|
-
"qrcode.vue": "^3.3.3",
|
|
23
|
-
"style-resources-loader": "^1.5.0",
|
|
24
|
-
"vue": "^3.0.4"
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@vue/cli-plugin-babel": "~4.5.13",
|
|
28
|
-
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
29
|
-
"@vue/cli-service": "~4.5.13",
|
|
30
|
-
"@vue/compiler-sfc": "^3.0.0",
|
|
31
|
-
"babel-eslint": "^10.1.0",
|
|
32
|
-
"eslint": "^6.7.2",
|
|
33
|
-
"eslint-plugin-vue": "^7.0.0"
|
|
34
|
-
},
|
|
35
|
-
"eslintConfig": {
|
|
36
|
-
"root": true,
|
|
37
|
-
"env": {
|
|
38
|
-
"node": true
|
|
39
|
-
},
|
|
40
|
-
"extends": [
|
|
41
|
-
"plugin:vue/vue3-essential",
|
|
42
|
-
"eslint:recommended"
|
|
43
|
-
],
|
|
44
|
-
"parserOptions": {
|
|
45
|
-
"parser": "babel-eslint"
|
|
46
|
-
},
|
|
47
|
-
"rules": {}
|
|
48
|
-
},
|
|
49
|
-
"browserslist": [
|
|
50
|
-
"> 1%",
|
|
51
|
-
"last 2 versions",
|
|
52
|
-
"not dead"
|
|
53
|
-
]
|
|
54
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "bl-common-vue3",
|
|
3
|
+
"version": "0.2.46",
|
|
4
|
+
"main": "lib/vue3common.umd.min.js",
|
|
5
|
+
"description": "bailing vue3 common components lib",
|
|
6
|
+
"private": false,
|
|
7
|
+
"scripts": {
|
|
8
|
+
"lib": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
|
|
9
|
+
"serve": "vue-cli-service serve",
|
|
10
|
+
"build": "vue-cli-service build",
|
|
11
|
+
"lint": "vue-cli-service lint",
|
|
12
|
+
"publish": "npm publish --access public"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@ant-design/icons-vue": "^6.0.1",
|
|
16
|
+
"ant-design-vue": "^2.2.8",
|
|
17
|
+
"axios": "^0.21.4",
|
|
18
|
+
"core-js": "^3.6.5",
|
|
19
|
+
"less": "^4.1.1",
|
|
20
|
+
"less-loader": "^6.0.0",
|
|
21
|
+
"moment": "^2.29.1",
|
|
22
|
+
"qrcode.vue": "^3.3.3",
|
|
23
|
+
"style-resources-loader": "^1.5.0",
|
|
24
|
+
"vue": "^3.0.4"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@vue/cli-plugin-babel": "~4.5.13",
|
|
28
|
+
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
29
|
+
"@vue/cli-service": "~4.5.13",
|
|
30
|
+
"@vue/compiler-sfc": "^3.0.0",
|
|
31
|
+
"babel-eslint": "^10.1.0",
|
|
32
|
+
"eslint": "^6.7.2",
|
|
33
|
+
"eslint-plugin-vue": "^7.0.0"
|
|
34
|
+
},
|
|
35
|
+
"eslintConfig": {
|
|
36
|
+
"root": true,
|
|
37
|
+
"env": {
|
|
38
|
+
"node": true
|
|
39
|
+
},
|
|
40
|
+
"extends": [
|
|
41
|
+
"plugin:vue/vue3-essential",
|
|
42
|
+
"eslint:recommended"
|
|
43
|
+
],
|
|
44
|
+
"parserOptions": {
|
|
45
|
+
"parser": "babel-eslint"
|
|
46
|
+
},
|
|
47
|
+
"rules": {}
|
|
48
|
+
},
|
|
49
|
+
"browserslist": [
|
|
50
|
+
"> 1%",
|
|
51
|
+
"last 2 versions",
|
|
52
|
+
"not dead"
|
|
53
|
+
]
|
|
54
|
+
}
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "bl-common-vue3",
|
|
3
|
-
"version": "0.2.47",
|
|
4
|
-
"main": "lib/vue3common.umd.min.js",
|
|
5
|
-
"description": "bailing vue3 common components lib",
|
|
6
|
-
"private": false,
|
|
7
|
-
"scripts": {
|
|
8
|
-
"lib": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
|
|
9
|
-
"serve": "vue-cli-service serve",
|
|
10
|
-
"build": "vue-cli-service build",
|
|
11
|
-
"lint": "vue-cli-service lint",
|
|
12
|
-
"publish": "npm publish --access public"
|
|
13
|
-
},
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"@ant-design/icons-vue": "^6.0.1",
|
|
16
|
-
"ant-design-vue": "^2.2.8",
|
|
17
|
-
"axios": "^0.21.4",
|
|
18
|
-
"core-js": "^3.6.5",
|
|
19
|
-
"less": "^4.1.1",
|
|
20
|
-
"less-loader": "^6.0.0",
|
|
21
|
-
"moment": "^2.29.1",
|
|
22
|
-
"qrcode.vue": "^3.3.3",
|
|
23
|
-
"style-resources-loader": "^1.5.0",
|
|
24
|
-
"vue": "^3.0.4"
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@vue/cli-plugin-babel": "~4.5.13",
|
|
28
|
-
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
29
|
-
"@vue/cli-service": "~4.5.13",
|
|
30
|
-
"@vue/compiler-sfc": "^3.0.0",
|
|
31
|
-
"babel-eslint": "^10.1.0",
|
|
32
|
-
"eslint": "^6.7.2",
|
|
33
|
-
"eslint-plugin-vue": "^7.0.0"
|
|
34
|
-
},
|
|
35
|
-
"eslintConfig": {
|
|
36
|
-
"root": true,
|
|
37
|
-
"env": {
|
|
38
|
-
"node": true
|
|
39
|
-
},
|
|
40
|
-
"extends": [
|
|
41
|
-
"plugin:vue/vue3-essential",
|
|
42
|
-
"eslint:recommended"
|
|
43
|
-
],
|
|
44
|
-
"parserOptions": {
|
|
45
|
-
"parser": "babel-eslint"
|
|
46
|
-
},
|
|
47
|
-
"rules": {}
|
|
48
|
-
},
|
|
49
|
-
"browserslist": [
|
|
50
|
-
"> 1%",
|
|
51
|
-
"last 2 versions",
|
|
52
|
-
"not dead"
|
|
53
|
-
]
|
|
54
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "bl-common-vue3",
|
|
3
|
+
"version": "0.2.47",
|
|
4
|
+
"main": "lib/vue3common.umd.min.js",
|
|
5
|
+
"description": "bailing vue3 common components lib",
|
|
6
|
+
"private": false,
|
|
7
|
+
"scripts": {
|
|
8
|
+
"lib": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
|
|
9
|
+
"serve": "vue-cli-service serve",
|
|
10
|
+
"build": "vue-cli-service build",
|
|
11
|
+
"lint": "vue-cli-service lint",
|
|
12
|
+
"publish": "npm publish --access public"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@ant-design/icons-vue": "^6.0.1",
|
|
16
|
+
"ant-design-vue": "^2.2.8",
|
|
17
|
+
"axios": "^0.21.4",
|
|
18
|
+
"core-js": "^3.6.5",
|
|
19
|
+
"less": "^4.1.1",
|
|
20
|
+
"less-loader": "^6.0.0",
|
|
21
|
+
"moment": "^2.29.1",
|
|
22
|
+
"qrcode.vue": "^3.3.3",
|
|
23
|
+
"style-resources-loader": "^1.5.0",
|
|
24
|
+
"vue": "^3.0.4"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@vue/cli-plugin-babel": "~4.5.13",
|
|
28
|
+
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
29
|
+
"@vue/cli-service": "~4.5.13",
|
|
30
|
+
"@vue/compiler-sfc": "^3.0.0",
|
|
31
|
+
"babel-eslint": "^10.1.0",
|
|
32
|
+
"eslint": "^6.7.2",
|
|
33
|
+
"eslint-plugin-vue": "^7.0.0"
|
|
34
|
+
},
|
|
35
|
+
"eslintConfig": {
|
|
36
|
+
"root": true,
|
|
37
|
+
"env": {
|
|
38
|
+
"node": true
|
|
39
|
+
},
|
|
40
|
+
"extends": [
|
|
41
|
+
"plugin:vue/vue3-essential",
|
|
42
|
+
"eslint:recommended"
|
|
43
|
+
],
|
|
44
|
+
"parserOptions": {
|
|
45
|
+
"parser": "babel-eslint"
|
|
46
|
+
},
|
|
47
|
+
"rules": {}
|
|
48
|
+
},
|
|
49
|
+
"browserslist": [
|
|
50
|
+
"> 1%",
|
|
51
|
+
"last 2 versions",
|
|
52
|
+
"not dead"
|
|
53
|
+
]
|
|
54
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "bl-common-vue3",
|
|
3
|
+
"version": "0.2.48",
|
|
4
|
+
"main": "lib/vue3common.umd.min.js",
|
|
5
|
+
"description": "bailing vue3 common components lib",
|
|
6
|
+
"private": false,
|
|
7
|
+
"scripts": {
|
|
8
|
+
"lib": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
|
|
9
|
+
"serve": "vue-cli-service serve",
|
|
10
|
+
"build": "vue-cli-service build",
|
|
11
|
+
"lint": "vue-cli-service lint",
|
|
12
|
+
"publish": "npm publish --access public"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@ant-design/icons-vue": "^6.0.1",
|
|
16
|
+
"ant-design-vue": "^2.2.8",
|
|
17
|
+
"axios": "^0.21.4",
|
|
18
|
+
"core-js": "^3.6.5",
|
|
19
|
+
"less": "^4.1.1",
|
|
20
|
+
"less-loader": "^6.0.0",
|
|
21
|
+
"moment": "^2.29.1",
|
|
22
|
+
"qrcode.vue": "^3.3.3",
|
|
23
|
+
"style-resources-loader": "^1.5.0",
|
|
24
|
+
"vue": "^3.0.4"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@vue/cli-plugin-babel": "~4.5.13",
|
|
28
|
+
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
29
|
+
"@vue/cli-service": "~4.5.13",
|
|
30
|
+
"@vue/compiler-sfc": "^3.0.0",
|
|
31
|
+
"babel-eslint": "^10.1.0",
|
|
32
|
+
"eslint": "^6.7.2",
|
|
33
|
+
"eslint-plugin-vue": "^7.0.0"
|
|
34
|
+
},
|
|
35
|
+
"eslintConfig": {
|
|
36
|
+
"root": true,
|
|
37
|
+
"env": {
|
|
38
|
+
"node": true
|
|
39
|
+
},
|
|
40
|
+
"extends": [
|
|
41
|
+
"plugin:vue/vue3-essential",
|
|
42
|
+
"eslint:recommended"
|
|
43
|
+
],
|
|
44
|
+
"parserOptions": {
|
|
45
|
+
"parser": "babel-eslint"
|
|
46
|
+
},
|
|
47
|
+
"rules": {}
|
|
48
|
+
},
|
|
49
|
+
"browserslist": [
|
|
50
|
+
"> 1%",
|
|
51
|
+
"last 2 versions",
|
|
52
|
+
"not dead"
|
|
53
|
+
]
|
|
54
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "bl-common-vue3",
|
|
3
|
+
"version": "0.2.49",
|
|
4
|
+
"main": "lib/vue3common.umd.min.js",
|
|
5
|
+
"description": "bailing vue3 common components lib",
|
|
6
|
+
"private": false,
|
|
7
|
+
"scripts": {
|
|
8
|
+
"lib": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
|
|
9
|
+
"serve": "vue-cli-service serve",
|
|
10
|
+
"build": "vue-cli-service build",
|
|
11
|
+
"lint": "vue-cli-service lint",
|
|
12
|
+
"publish": "npm publish --access public"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@ant-design/icons-vue": "^6.0.1",
|
|
16
|
+
"ant-design-vue": "^2.2.8",
|
|
17
|
+
"axios": "^0.21.4",
|
|
18
|
+
"core-js": "^3.6.5",
|
|
19
|
+
"less": "^4.1.1",
|
|
20
|
+
"less-loader": "^6.0.0",
|
|
21
|
+
"moment": "^2.29.1",
|
|
22
|
+
"qrcode.vue": "^3.3.3",
|
|
23
|
+
"style-resources-loader": "^1.5.0",
|
|
24
|
+
"vue": "^3.0.4"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@vue/cli-plugin-babel": "~4.5.13",
|
|
28
|
+
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
29
|
+
"@vue/cli-service": "~4.5.13",
|
|
30
|
+
"@vue/compiler-sfc": "^3.0.0",
|
|
31
|
+
"babel-eslint": "^10.1.0",
|
|
32
|
+
"eslint": "^6.7.2",
|
|
33
|
+
"eslint-plugin-vue": "^7.0.0"
|
|
34
|
+
},
|
|
35
|
+
"eslintConfig": {
|
|
36
|
+
"root": true,
|
|
37
|
+
"env": {
|
|
38
|
+
"node": true
|
|
39
|
+
},
|
|
40
|
+
"extends": [
|
|
41
|
+
"plugin:vue/vue3-essential",
|
|
42
|
+
"eslint:recommended"
|
|
43
|
+
],
|
|
44
|
+
"parserOptions": {
|
|
45
|
+
"parser": "babel-eslint"
|
|
46
|
+
},
|
|
47
|
+
"rules": {}
|
|
48
|
+
},
|
|
49
|
+
"browserslist": [
|
|
50
|
+
"> 1%",
|
|
51
|
+
"last 2 versions",
|
|
52
|
+
"not dead"
|
|
53
|
+
]
|
|
54
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "bl-common-vue3",
|
|
3
|
+
"version": "0.2.50",
|
|
4
|
+
"main": "lib/vue3common.umd.min.js",
|
|
5
|
+
"description": "bailing vue3 common components lib",
|
|
6
|
+
"private": false,
|
|
7
|
+
"scripts": {
|
|
8
|
+
"lib": "vue-cli-service build --target lib --name vue3common --dest lib index.js",
|
|
9
|
+
"serve": "vue-cli-service serve",
|
|
10
|
+
"build": "vue-cli-service build",
|
|
11
|
+
"lint": "vue-cli-service lint",
|
|
12
|
+
"publish": "npm publish --access public"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"@ant-design/icons-vue": "^6.0.1",
|
|
16
|
+
"ant-design-vue": "^2.2.8",
|
|
17
|
+
"axios": "^0.21.4",
|
|
18
|
+
"core-js": "^3.6.5",
|
|
19
|
+
"less": "^4.1.1",
|
|
20
|
+
"less-loader": "^6.0.0",
|
|
21
|
+
"moment": "^2.29.1",
|
|
22
|
+
"qrcode.vue": "^3.3.3",
|
|
23
|
+
"style-resources-loader": "^1.5.0",
|
|
24
|
+
"vue": "^3.0.4"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@vue/cli-plugin-babel": "~4.5.13",
|
|
28
|
+
"@vue/cli-plugin-eslint": "~4.5.13",
|
|
29
|
+
"@vue/cli-service": "~4.5.13",
|
|
30
|
+
"@vue/compiler-sfc": "^3.0.0",
|
|
31
|
+
"babel-eslint": "^10.1.0",
|
|
32
|
+
"eslint": "^6.7.2",
|
|
33
|
+
"eslint-plugin-vue": "^7.0.0"
|
|
34
|
+
},
|
|
35
|
+
"eslintConfig": {
|
|
36
|
+
"root": true,
|
|
37
|
+
"env": {
|
|
38
|
+
"node": true
|
|
39
|
+
},
|
|
40
|
+
"extends": [
|
|
41
|
+
"plugin:vue/vue3-essential",
|
|
42
|
+
"eslint:recommended"
|
|
43
|
+
],
|
|
44
|
+
"parserOptions": {
|
|
45
|
+
"parser": "babel-eslint"
|
|
46
|
+
},
|
|
47
|
+
"rules": {}
|
|
48
|
+
},
|
|
49
|
+
"browserslist": [
|
|
50
|
+
"> 1%",
|
|
51
|
+
"last 2 versions",
|
|
52
|
+
"not dead"
|
|
53
|
+
]
|
|
54
|
+
}
|