@abi-software/scaffoldvuer 0.4.0-vue3.0 → 0.4.0-vue3.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/scaffoldvuer",
3
- "version": "0.4.0-vue3.0",
3
+ "version": "0.4.0-vue3.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,24 +42,22 @@
42
42
  "@abi-software/flatmapvuer": "^0.6.0-vue3.2",
43
43
  "@abi-software/svg-sprite": "^0.4.0-vue3-beta.0",
44
44
  "@element-plus/icons-vue": "^2.3.1",
45
- "@vue/compat": "^3.3.13",
45
+ "@vue/compat": "^3.4.15",
46
46
  "axios": "^0.21.2",
47
47
  "core-js": "^3.22.5",
48
48
  "current-script-polyfill": "^1.0.0",
49
49
  "element-plus": "^2.4.4",
50
- "google-spreadsheet": "^3.3.0",
51
50
  "minisearch": "^6.0.1",
52
51
  "query-string": "^6.11.1",
53
52
  "simple-dropzone": "^0.8.3",
54
53
  "unplugin-vue-components": "^0.26.0",
55
- "vue": "^3.3.13",
54
+ "vue": "^3.4.15",
56
55
  "vue-router": "^4.2.5",
57
56
  "vue3-component-svg-sprite": "^0.0.1",
58
- "zincjs": "^1.3.1"
57
+ "zincjs": "^1.3.2"
59
58
  },
60
59
  "devDependencies": {
61
60
  "@vitejs/plugin-vue": "^4.6.2",
62
- "@vue/compiler-sfc": "^3.3.13",
63
61
  "auto-changelog": "^2.4.0",
64
62
  "babel-eslint": "^10.1.0",
65
63
  "babel-plugin-component": "^1.1.1",
@@ -68,8 +66,7 @@
68
66
  "eslint-plugin-vue": "^9.19.2",
69
67
  "sass": "^1.69.5",
70
68
  "vite": "^5.0.10",
71
- "vue-cli-plugin-styleguidist": "^4.32.2",
72
- "vue-styleguidist": "^4.44.22",
69
+ "vue-styleguidist": "^4.72.4",
73
70
  "webpack-node-externals": "^2.5.2"
74
71
  },
75
72
  "eslintConfig": {
@@ -1,5 +1,5 @@
1
- //import { GoogleSpreadsheet } from 'google-spreadsheet';
2
- //import { JWT } from 'google-auth-library';
1
+ //import { google } from 'googleapis';
2
+ //const sheets = google.sheets('v4');
3
3
 
4
4
  /* eslint-disable no-alert, no-console */
5
5
  export default {
@@ -1991,6 +1991,7 @@ export default {
1991
1991
  border: 1px solid $app-primary-color;
1992
1992
  white-space: nowrap;
1993
1993
  min-width: unset;
1994
+ width: unset!important;;
1994
1995
  pointer-events: none;
1995
1996
 
1996
1997
  .el-popper__arrow {