hoeditor-web 3.2.11 → 3.2.13

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.
@@ -1,4 +1,4 @@
1
- import { c as Ma, _ as qa, g as Zu } from "./index-CABHryvZ.mjs";
1
+ import { c as Ma, _ as qa, g as Zu } from "./index-B0s-NhQ2.mjs";
2
2
  var un = {}, ln = {}, lr, hn;
3
3
  function Z() {
4
4
  if (hn) return lr;
package/package.json CHANGED
@@ -1,28 +1,17 @@
1
1
  {
2
2
  "name": "hoeditor-web",
3
- "version": "3.2.11",
3
+ "version": "3.2.13",
4
4
  "private": false,
5
5
  "main": "lib/hoeditor.mjs",
6
6
  "typings": "types/index.d.ts",
7
7
  "scripts": {
8
8
  "dev": "vite --force --host --port 8079",
9
- "serve": "vue-cli-service serve",
10
- "build": "vue-cli-service build --no-module",
11
- "analyze": "vue-cli-service build --no-module --report",
12
- "test:unit": "vue-cli-service test:unit",
13
- "lint": "vue-cli-service lint",
14
- "createDoc": "typedoc src/HOEditorFactory.ts src/editor --out ../../hoeditor-demo/doc/ --exclude [**/node_modules/**/*.*,'**/tests/**/*'] --excludeExternals true --excludePrivate",
15
9
  "test": "node_modules/mocha/bin/mocha --reporter spec --require ts-node/register tests/unit/*.test.ts",
16
- "lib:cli": "vue-cli-service build --inline-lib --formats=umd,umd-min --dest lib --target lib --name hoeditor src/index.ts",
17
- "lib:report": "vue-cli-service build --inline-lib --dest lib --report --report-json --target lib --name hoeditor src/index.ts",
18
- "libts": "tsc --emitDeclarationOnly -p tsconfig.prod.json",
19
- "publishs": "npm publish .",
20
- "lib:major": "npm version major && npm run createVersion && npm run lib",
21
- "lib:minor": "npm version minor && npm run createVersion && npm run lib",
22
- "lib:patch": "npm version patch && npm run createVersion && npm run lib",
23
- "lib:publish": "npm version patch && npm run createVersion && npm run lib",
10
+ "major": "npm version major && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
11
+ "minor": "npm version minor && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
12
+ "patch": "npm version patch && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
13
+ "lib:publish": "npm version patch && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
24
14
  "createVersion": "node ./gen-version.js",
25
- "libEmr": "vue-cli-service build --inline-lib --formats=umd,umd-min --dest ../../iho/newEmrweb/node_modules/hoeditor-web/lib --target lib --name hoeditor src/index.ts",
26
15
  "lib": "vite build --outDir lib",
27
16
  "lib:vite": "vite build --outDir lib"
28
17
  },
@@ -30,15 +19,11 @@
30
19
  "decimal.js": "^10.5.0",
31
20
  "fflate": "^0.4.8",
32
21
  "intersection-observer-polyfill": "^0.1.0",
33
- "js-base64": "^3.7.7",
34
22
  "localforage": "^1.10.0",
35
- "moment": "^2.29.4",
36
23
  "qrcanvas": "^3.1.2",
37
- "svg2pdf.js": "^2.2.0",
24
+ "x2js": "^3.4.0",
38
25
  "vue-color": "^2.8.1",
39
- "vue-i18n": "^8.11.2",
40
- "vue-virtual-scroller": "^1.0.10",
41
- "x2js": "^3.4.0"
26
+ "vue-virtual-scroller": "^1.0.10"
42
27
  },
43
28
  "optionalDependencies": {
44
29
  "canvg": "^3.0.6"
@@ -64,6 +49,9 @@
64
49
  "diff": "^5.2.0",
65
50
  "eslint": "^7.5.0",
66
51
  "fabric": "4.5.1",
52
+ "js-base64": "^3.7.7",
53
+ "vue-i18n": "^8.11.2",
54
+ "moment": "^2.29.4",
67
55
  "less": "^3.9.0",
68
56
  "less-loader": "^6.0.0",
69
57
  "less-plugin-npm-import": "^2.1.0",