@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.
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/md-preview/index.less +101 -101
- package/es/org-picker/OrgPicker.d.ts +3 -3
- package/es/org-picker/OrgPicker.js +5 -19
- package/es/org-picker/_atomic.css +0 -1
- package/es/org-picker/index.less +181 -181
- package/es/org-picker/types.d.ts +2 -2
- package/es/org-picker/useApi.d.ts +7 -7
- package/es/org-picker/useApi.js +9 -16
- package/es/org-picker/useSearch.d.ts +2 -2
- package/es/org-picker/useSearch.js +21 -32
- package/es/project-select/index.less +45 -45
- package/es/rich-text-editor/RichTextEditor.js +61 -6
- package/es/rich-text-editor/_atomic.css +2 -0
- package/es/rich-text-editor/index.css +1 -0
- package/es/rich-text-editor/index.less +191 -0
- package/es/vue-sfc-shim.d.ts +8 -8
- package/es/vue-tsx-shim.d.ts +24 -24
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/md-preview/index.less +101 -101
- package/lib/org-picker/OrgPicker.d.ts +3 -3
- package/lib/org-picker/OrgPicker.js +5 -19
- package/lib/org-picker/_atomic.css +0 -1
- package/lib/org-picker/index.less +181 -181
- package/lib/org-picker/types.d.ts +2 -2
- package/lib/org-picker/useApi.d.ts +7 -7
- package/lib/org-picker/useApi.js +8 -15
- package/lib/org-picker/useSearch.d.ts +2 -2
- package/lib/org-picker/useSearch.js +20 -31
- package/lib/project-select/index.less +45 -45
- package/lib/rich-text-editor/RichTextEditor.js +70 -5
- package/lib/rich-text-editor/_atomic.css +2 -0
- package/lib/rich-text-editor/index.css +1 -0
- package/lib/rich-text-editor/index.less +191 -0
- package/lib/vue-sfc-shim.d.ts +8 -8
- package/lib/vue-tsx-shim.d.ts +24 -24
- package/package.json +68 -68
package/package.json
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@cgboiler/biz-mobile",
|
|
3
|
-
"version": "1.18.
|
|
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
|
-
"
|
|
14
|
-
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"vue": "
|
|
38
|
-
"
|
|
39
|
-
},
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
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
|
}
|