@tongfun/tf-widget 0.2.18-beta.6 → 0.2.18-beta.7

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": "@tongfun/tf-widget",
3
- "version": "0.2.18-beta.6",
3
+ "version": "0.2.18-beta.7",
4
4
  "description": "tf-widget",
5
5
  "main": "lib/tf-widget.umd.js",
6
6
  "module": "es/tf-widget.esm.js",
@@ -13,6 +13,8 @@
13
13
  "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
14
14
  "lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
15
15
  "clean": "rimraf lib",
16
+ "doc": "npm run --prefix vuepress dev",
17
+ "doc:build": "npm run --prefix vuepress build",
16
18
  "lib": "npm run lib:vue",
17
19
  "lib:rollup": "rollup -c",
18
20
  "lib:vue": "vue-cli-service build --target lib --name tf-widget --dest lib src/index.js",
@@ -38,6 +40,7 @@
38
40
  "mathjs": "^10.5.0",
39
41
  "sortablejs": "^1.13.0",
40
42
  "uqrcodejs": "^4.0.0",
43
+ "qrcodejs2": "0.0.2",
41
44
  "v-click-outside": "^3.2.0",
42
45
  "vue": ">=2.6.11 <3.0.0",
43
46
  "vue-draggable-resizable-gorkys": "^2.4.8",