@cgboiler/biz-mobile 1.18.3 → 1.18.5-beta

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.
Files changed (39) hide show
  1. package/es/index.d.ts +1 -1
  2. package/es/index.js +1 -1
  3. package/es/md-preview/index.less +101 -101
  4. package/es/org-picker/OrgPicker.d.ts +3 -3
  5. package/es/org-picker/OrgPicker.js +5 -19
  6. package/es/org-picker/_atomic.css +0 -1
  7. package/es/org-picker/index.less +181 -181
  8. package/es/org-picker/types.d.ts +2 -2
  9. package/es/org-picker/useApi.d.ts +7 -7
  10. package/es/org-picker/useApi.js +9 -16
  11. package/es/org-picker/useSearch.d.ts +2 -2
  12. package/es/org-picker/useSearch.js +21 -32
  13. package/es/project-select/index.less +45 -45
  14. package/es/rich-text-editor/RichTextEditor.js +61 -6
  15. package/es/rich-text-editor/_atomic.css +2 -0
  16. package/es/rich-text-editor/index.css +1 -0
  17. package/es/rich-text-editor/index.less +191 -0
  18. package/es/vue-sfc-shim.d.ts +8 -8
  19. package/es/vue-tsx-shim.d.ts +24 -24
  20. package/lib/index.d.ts +1 -1
  21. package/lib/index.js +1 -1
  22. package/lib/md-preview/index.less +101 -101
  23. package/lib/org-picker/OrgPicker.d.ts +3 -3
  24. package/lib/org-picker/OrgPicker.js +5 -19
  25. package/lib/org-picker/_atomic.css +0 -1
  26. package/lib/org-picker/index.less +181 -181
  27. package/lib/org-picker/types.d.ts +2 -2
  28. package/lib/org-picker/useApi.d.ts +7 -7
  29. package/lib/org-picker/useApi.js +8 -15
  30. package/lib/org-picker/useSearch.d.ts +2 -2
  31. package/lib/org-picker/useSearch.js +20 -31
  32. package/lib/project-select/index.less +45 -45
  33. package/lib/rich-text-editor/RichTextEditor.js +70 -5
  34. package/lib/rich-text-editor/_atomic.css +2 -0
  35. package/lib/rich-text-editor/index.css +1 -0
  36. package/lib/rich-text-editor/index.less +191 -0
  37. package/lib/vue-sfc-shim.d.ts +8 -8
  38. package/lib/vue-tsx-shim.d.ts +24 -24
  39. package/package.json +68 -68
package/package.json CHANGED
@@ -1,69 +1,69 @@
1
- {
2
- "name": "@cgboiler/biz-mobile",
3
- "version": "1.18.3",
4
- "description": "",
5
- "main": "lib/index.js",
6
- "module": "es/index.js",
7
- "style": "lib/index.css",
8
- "typings": "lib/index.d.ts",
9
- "files": [
10
- "lib",
11
- "es"
12
- ],
13
- "author": "dongcg",
14
- "publishConfig": {
15
- "access": "public",
16
- "registry": "https://registry.npmjs.org/"
17
- },
18
- "license": "MIT",
19
- "repository": "https://gitlab.cgboiler.com/front/cg-biz",
20
- "homepage": "https://gitlab.cgboiler.com/front/cg-biz",
21
- "bugs": "https://gitlab.cgboiler.com/front/cg-biz/-/issues",
22
- "lint-staged": {
23
- "*.md": "prettier --write",
24
- "*.{ts,tsx,js,vue,less,scss}": "prettier --write",
25
- "*.{ts,tsx,js,vue}": "eslint --fix",
26
- "*.{vue,css,less,scss}": "stylelint --fix"
27
- },
28
- "peerDependencies": {
29
- "vue": "^3.2.26"
30
- },
31
- "devDependencies": {
32
- "@types/lodash-es": "^4.17.12",
33
- "@types/node": "^22.9.3",
34
- "@vue/test-utils": "^2.4.6",
35
- "prettier": "^2.4.1",
36
- "typescript": "^5.6.3",
37
- "vue": "^3.5.13",
38
- "@cgboiler/cli": "0.0.1-beta1"
39
- },
40
- "browserslist": [
41
- "Chrome >= 51",
42
- "iOS >= 10"
43
- ],
44
- "dependencies": {
45
- "@tiptap/extension-collaboration": "3.0.0-beta.16",
46
- "@tiptap/extension-table": "3.0.0-beta.5",
47
- "@tiptap/extensions": "3.0.0-beta.5",
48
- "@tiptap/pm": "3.0.0-beta.5",
49
- "@tiptap/starter-kit": "3.0.0-beta.5",
50
- "@tiptap/vue-3": "3.0.0-beta.5",
51
- "lodash-es": "^4.17.21",
52
- "vant": "^4.9.19",
53
- "@cgboiler/core": "1.2.2",
54
- "@cgboiler/shared": "1.1.1",
55
- "@cgboiler/biz-basic": "1.0.3"
56
- },
57
- "scripts": {
58
- "dev": "cg-cli dev",
59
- "test": "cg-cli test",
60
- "lint": "cg-cli lint",
61
- "build": "cg-cli build",
62
- "build-npm": "cg-cli build",
63
- "release": "cg-cli release",
64
- "test:coverage": "open test/coverage/index.html",
65
- "build-site": "cg-cli build-site",
66
- "changelog": "cg-cli changelog",
67
- "duero-config": "echo 'Do not need duero config'"
68
- }
1
+ {
2
+ "name": "@cgboiler/biz-mobile",
3
+ "version": "1.18.5-beta",
4
+ "description": "",
5
+ "main": "lib/index.js",
6
+ "module": "es/index.js",
7
+ "style": "lib/index.css",
8
+ "typings": "lib/index.d.ts",
9
+ "files": [
10
+ "lib",
11
+ "es"
12
+ ],
13
+ "scripts": {
14
+ "dev": "cg-cli dev",
15
+ "test": "cg-cli test",
16
+ "lint": "cg-cli lint",
17
+ "build": "cg-cli build",
18
+ "build-npm": "cg-cli build",
19
+ "release": "cg-cli release",
20
+ "test:coverage": "open test/coverage/index.html",
21
+ "build-site": "cg-cli build-site",
22
+ "changelog": "cg-cli changelog",
23
+ "duero-config": "echo 'Do not need duero config'"
24
+ },
25
+ "author": "dongcg",
26
+ "publishConfig": {
27
+ "access": "public",
28
+ "registry": "https://registry.npmjs.org/"
29
+ },
30
+ "license": "MIT",
31
+ "repository": "https://gitlab.cgboiler.com/front/cg-biz",
32
+ "homepage": "https://gitlab.cgboiler.com/front/cg-biz",
33
+ "bugs": "https://gitlab.cgboiler.com/front/cg-biz/-/issues",
34
+ "lint-staged": {
35
+ "*.md": "prettier --write",
36
+ "*.{ts,tsx,js,vue,less,scss}": "prettier --write",
37
+ "*.{ts,tsx,js,vue}": "eslint --fix",
38
+ "*.{vue,css,less,scss}": "stylelint --fix"
39
+ },
40
+ "peerDependencies": {
41
+ "vue": "^3.2.26"
42
+ },
43
+ "devDependencies": {
44
+ "@cgboiler/cli": "workspace:*",
45
+ "@types/lodash-es": "^4.17.12",
46
+ "@types/node": "^22.9.3",
47
+ "@vue/test-utils": "^2.4.6",
48
+ "prettier": "^2.4.1",
49
+ "typescript": "^5.6.3",
50
+ "vue": "^3.5.13"
51
+ },
52
+ "browserslist": [
53
+ "Chrome >= 51",
54
+ "iOS >= 10"
55
+ ],
56
+ "dependencies": {
57
+ "@cgboiler/core": "workspace:*",
58
+ "@cgboiler/shared": "workspace:*",
59
+ "@cgboiler/biz-basic": "workspace:*",
60
+ "@tiptap/extension-collaboration": "3.0.0-beta.16",
61
+ "@tiptap/extension-table": "3.0.0-beta.5",
62
+ "@tiptap/extensions": "3.0.0-beta.5",
63
+ "@tiptap/pm": "3.0.0-beta.5",
64
+ "@tiptap/starter-kit": "3.0.0-beta.5",
65
+ "@tiptap/vue-3": "3.0.0-beta.5",
66
+ "lodash-es": "^4.17.21",
67
+ "vant": "^4.9.19"
68
+ }
69
69
  }