@ibiz-template/full-code-template 0.7.40-alpha.3 → 0.7.40-alpha.5

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,13 +1,13 @@
1
1
  {
2
2
  "name": "@ibiz-template/full-code-template",
3
- "version": "0.7.40-alpha.3",
3
+ "version": "0.7.40-alpha.5",
4
4
  "description": "vue3全代码模版包,根据包内容生成项目代码。",
5
5
  "bin": {
6
6
  "code-generator": "src/index.js"
7
7
  },
8
8
  "scripts": {
9
9
  "publish:npm": "npm publish --access public --registry=https://registry.npmjs.org/ --force",
10
- "publish:dev": "npm publish --access public --registry=https://registry.npmjs.org/ --tag dev --force"
10
+ "publish:dev": "npm publish --access public --registry=https://registry.npmjs.org/ --tag dev --force"
11
11
  },
12
12
  "main": "src/index.js",
13
13
  "files": [
@@ -16,7 +16,7 @@
16
16
  "author": "ibiz",
17
17
  "license": "MIT",
18
18
  "dependencies": {
19
- "@ibizlab/cli": "^0.2.24",
19
+ "@ibizlab/cli": "^0.2.25",
20
20
  "commander": "^12.0.0",
21
21
  "prettier": "^3.2.5"
22
22
  }
package/src/index.js CHANGED
@@ -32,4 +32,7 @@ const binPath = path.resolve(path.join(__dirname, '../node_modules/.bin'));
32
32
  execSync(
33
33
  `${binPath}/ibizlab pub -m ${modelPath} -t ${templatePath} -o ${outputPath}/src/publish --app ${app} && ${binPath}/prettier --ignore-path '' '${outputPath}/src/publish/**/*.(ts|vue|tsx)' -w`,
34
34
  );
35
+ debugger;
36
+ copyFiles(`${outputPath}/src/publish/app`, `${outputPath}/public/static/app`);
37
+
35
38
  console.log(`发布模板成功,模型路径:${modelPath},发布应用代码标识:${app},模板路径:${templatePath},输出路径:${outputPath}/src/publish`);
@@ -0,0 +1,43 @@
1
+ appId:BASEURL
2
+ mockDcSystemId:MOCKDCSYSTEMID
3
+ hub:HUB
4
+ enableAnonymous:ENABLEANONYMOUS
5
+ anonymousUser:ANONYMOUSUSER
6
+ anonymousPwd:ANONYMOUSPWD
7
+ dev:DEV
8
+ enableMqtt:ENABLEMQTT
9
+ mqttUrl:MQTTURL
10
+ logLevel:LOGLEVEL
11
+ baseUrl:BASEURL
12
+ pluginBaseUrl:PLUGINBASEURL
13
+ isLocalModel:ISLOCALMODEL
14
+ remoteModelUrl:REMOTEMODELURL
15
+ assetsUrl:ASSETSURL
16
+ dcSystem:DCSYSTEM
17
+ downloadFileUrl:DOWNLOADFILEURL
18
+ uploadFileUrl:UPLOADFILEURL
19
+ casLoginUrl:CASLOGINURL
20
+ loginMode:LOGINMODE
21
+ menuPermissionMode:MENUPERMISSIONMODE
22
+ enablePermission:ENABLEPERMISSION
23
+ routePlaceholder:ROUTEPLACEHOLDER
24
+ enableWfAllHistory:ENABLEWFALLHISTORY
25
+ isSaaSMode:ISSAASMODE
26
+ AppTitle:APPTITLE
27
+ favicon:FAVICON
28
+ marketAddress:MARKETADDRESS
29
+ tokenHeader:TOKENHEADER
30
+ tokenPrefix:TOKENPREFIX
31
+ customParams:CUSTOMPARAMS
32
+ oauthOpenAccessId:OAUTHOPENACCESSID
33
+ enableEncryption:ENABLEENCRYPTION
34
+ cookieDomain:COOKIEDOMAIN
35
+ appLoadingTheme:APPLOADINGTHEME
36
+ AppLabel:APPLABEL
37
+ environmentTag:ENVIRONMENTTAG
38
+ devtoolConfig:DEVTOOLCONFIG
39
+ enableAI:ENABLEAI
40
+ accessStoreArea:ACCESSSTOREAREA
41
+ aMapSecurityJsCode:AMAPSECURITYJSCODE
42
+ aMapKey:AMAPKEY
43
+ runContainer:RUNCONTAINER
@@ -1,2 +1,2 @@
1
1
  // 关联应用插件包配置
2
- export const refAppPkgConfig = [];
2
+ export const refAppPkgConfig = ['monaco-editor@0.45.0'];
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@ibiz-template/full-code-template",
3
3
  "private": true,
4
- "version": "0.7.40-alpha.3",
4
+ "version": "0.7.40-alpha.5",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
8
- "build": "node build/set-version.js && vue-tsc --noEmit && vite build",
8
+ "build": "node build/set-version.js && node --max_old_space_size=12288 node_modules/vite/bin/vite.js build",
9
9
  "preview": "vite preview",
10
10
  "lint": "eslint 'src/**/*.tsx' 'src/**/*.ts' 'src/**/*.vue'",
11
11
  "lint:style": "stylelint 'src/**/*.scss'",
12
12
  "pub": "ibizlab pub -m /root/workspace/plm-community-plugin/plmcom-core/src/main/resources/model/cn/ibizlab/plmcom -t ./template -o ./src/publish --app plmcomweb && npm run prettier && npm run postpub",
13
- "postpub":"cp -r ./src/publish/app/* ./public/static/app && rm -rf ./src/publish/app/*",
14
- "compute-pkg": "ibiz-temp compute-pkg -m /root/workspace/plm-runner/plm-core/src/main/resources/model/cn/ibizlab/plm --app plmweb",
13
+ "postpub": "cp -r ./src/publish/app/* ./public/static/app && rm -rf ./src/publish/app/*",
14
+ "compute-pkg": "ibiz-temp compute-pkg -m /root/workspace/plm-community-plugin/plmcom-core/src/main/resources/model/cn/ibizlab/plmcom --app plmcomweb",
15
15
  "download-pkg": "ibiz-temp download-pkg",
16
16
  "prettier": "prettier --ignore-path '' 'src/publish/**/*.(ts|vue|tsx)' -w",
17
17
  "clear": "rm -rf src/publish",
18
- "publish":"publish -p .",
19
- "generate":"generate -m /root/workspace/plm-community-plugin/plmcom-core/src/main/resources/model/cn/ibizlab/plmcom -o ./temp --app plmcomweb -tv 0.7.40-alpha.1"
18
+ "publish": "publish -p .",
19
+ "generate": "generate -m /root/workspace/plm-community-plugin/plmcom-core/src/main/resources/model/cn/ibizlab/plmcom -o ./temp --app plmcomweb -tv 0.7.40-alpha.5"
20
20
  },
21
21
  "dependencies": {
22
22
  "@antv/x6": "^2.18.1",
@@ -25,16 +25,16 @@
25
25
  "@ibiz-template-plugin/bi-report": "0.0.26",
26
26
  "@ibiz-template-plugin/data-view": "0.0.4",
27
27
  "@ibiz-template/cli": "^0.3.13",
28
- "@ibiz-template/core": "0.7.40-alpha.19",
28
+ "@ibiz-template/core": "0.7.40",
29
29
  "@ibiz-template/devtool": "0.0.11",
30
- "@ibiz-template/model-helper": "0.7.40-alpha.19",
31
- "@ibiz-template/runtime": "0.7.40-alpha.19",
30
+ "@ibiz-template/model-helper": "0.7.40",
31
+ "@ibiz-template/runtime": "0.7.40",
32
32
  "@ibiz-template/theme": "0.7.39",
33
- "@ibiz-template/vue3-components": "0.7.40-alpha.21",
34
- "@ibiz-template/vue3-util": "0.7.40-alpha.19",
33
+ "@ibiz-template/vue3-components": "0.7.40",
34
+ "@ibiz-template/vue3-util": "0.7.40",
35
35
  "@ibiz-template/web-theme": "3.4.0",
36
- "@ibiz/model-core": "^0.1.75",
37
- "@ibiz/rt-model-api": "^0.2.72",
36
+ "@ibiz/model-core": "^0.1.76",
37
+ "@ibiz/rt-model-api": "^0.2.73",
38
38
  "@imengyu/vue3-context-menu": "^1.3.5",
39
39
  "@wangeditor/editor": "^5.1.23",
40
40
  "@wangeditor/editor-for-vue": "^5.1.12",
@@ -62,7 +62,7 @@
62
62
  "devDependencies": {
63
63
  "@commitlint/cli": "^17.8.0",
64
64
  "@commitlint/config-conventional": "^17.8.0",
65
- "@ibizlab/cli": "^0.2.24",
65
+ "@ibizlab/cli": "^0.2.25",
66
66
  "@types/lodash-es": "^4.17.10",
67
67
  "@types/node": "^20.8.7",
68
68
  "@types/nprogress": "^0.2.2",
@@ -16,43 +16,43 @@ dependencies:
16
16
  version: 0.0.28(cherry-markdown@0.8.26)(interactjs@1.10.26)(react@18.3.1)(vite@4.5.0)
17
17
  '@ibiz-template-plugin/bi-report':
18
18
  specifier: 0.0.26
19
- version: 0.0.26(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz-template/theme@0.7.39)(@ibiz/model-core@0.1.75)(axios@1.6.7)(dayjs@1.11.10)(element-plus@2.4.4)(qx-util@0.4.8)(ramda@0.29.1)(vue@3.3.8)(vuedraggable@4.1.0)
19
+ version: 0.0.26(@ibiz-template/core@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz-template/theme@0.7.39)(@ibiz/model-core@0.1.76)(axios@1.6.7)(dayjs@1.11.10)(element-plus@2.4.4)(qx-util@0.4.8)(ramda@0.29.1)(vue@3.3.8)(vuedraggable@4.1.0)
20
20
  '@ibiz-template-plugin/data-view':
21
21
  specifier: 0.0.4
22
- version: 0.0.4(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(axios@1.6.7)(dayjs@1.11.10)(element-plus@2.4.4)(qx-util@0.4.8)(ramda@0.29.1)(vue@3.3.8)(vuedraggable@4.1.0)
22
+ version: 0.0.4(@ibiz-template/core@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40)(@ibiz/model-core@0.1.76)(axios@1.6.7)(dayjs@1.11.10)(element-plus@2.4.4)(qx-util@0.4.8)(ramda@0.29.1)(vue@3.3.8)(vuedraggable@4.1.0)
23
23
  '@ibiz-template/cli':
24
24
  specifier: ^0.3.13
25
25
  version: 0.3.14(@types/node@20.8.7)(postcss@8.4.31)(vue@3.3.8)
26
26
  '@ibiz-template/core':
27
- specifier: 0.7.40-alpha.19
28
- version: 0.7.40-alpha.19(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
27
+ specifier: 0.7.40
28
+ version: 0.7.40(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
29
29
  '@ibiz-template/devtool':
30
30
  specifier: 0.0.11
31
- version: 0.0.11(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/model-helper@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(@monaco-editor/loader@1.4.0)(async-validator@4.2.5)(axios@1.6.7)(dayjs@1.11.10)(lodash-es@4.17.21)(monaco-editor@0.45.0)(pluralize@8.0.0)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)(vuedraggable@4.1.0)
31
+ version: 0.0.11(@ibiz-template/core@0.7.40)(@ibiz-template/model-helper@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40)(@ibiz/model-core@0.1.76)(@monaco-editor/loader@1.4.0)(async-validator@4.2.5)(axios@1.6.7)(dayjs@1.11.10)(lodash-es@4.17.21)(monaco-editor@0.45.0)(pluralize@8.0.0)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)(vuedraggable@4.1.0)
32
32
  '@ibiz-template/model-helper':
33
- specifier: 0.7.40-alpha.19
34
- version: 0.7.40-alpha.19(@ibiz-template/runtime@0.7.40-alpha.19)(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
33
+ specifier: 0.7.40
34
+ version: 0.7.40(@ibiz-template/runtime@0.7.40)(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
35
35
  '@ibiz-template/runtime':
36
- specifier: 0.7.40-alpha.19
37
- version: 0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
36
+ specifier: 0.7.40
37
+ version: 0.7.40(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
38
38
  '@ibiz-template/theme':
39
39
  specifier: 0.7.39
40
40
  version: 0.7.39
41
41
  '@ibiz-template/vue3-components':
42
- specifier: 0.7.40-alpha.21
43
- version: 0.7.40-alpha.21(@floating-ui/dom@1.5.3)(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/model-helper@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(@imengyu/vue3-context-menu@1.4.1)(@monaco-editor/loader@1.4.0)(@wangeditor/editor-for-vue@5.1.12)(@wangeditor/editor@5.1.23)(async-validator@4.2.5)(cherry-markdown@0.8.26)(dayjs@1.11.10)(echarts@5.4.3)(element-plus@2.4.4)(handlebars@4.7.8)(lodash-es@4.17.21)(monaco-editor@0.45.0)(mqtt@2.18.9)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(react@18.3.1)(vite@4.5.0)(vue-i18n@9.13.1)(vue-router@4.2.5)(vue@3.3.8)(vuedraggable@4.1.0)
42
+ specifier: 0.7.40
43
+ version: 0.7.40(@floating-ui/dom@1.5.3)(@ibiz-template/core@0.7.40)(@ibiz-template/model-helper@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40)(@ibiz/model-core@0.1.76)(@imengyu/vue3-context-menu@1.4.1)(@monaco-editor/loader@1.4.0)(@wangeditor/editor-for-vue@5.1.12)(@wangeditor/editor@5.1.23)(async-validator@4.2.5)(cherry-markdown@0.8.26)(dayjs@1.11.10)(echarts@5.4.3)(element-plus@2.4.4)(handlebars@4.7.8)(lodash-es@4.17.21)(monaco-editor@0.45.0)(mqtt@2.18.9)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(react@18.3.1)(vite@4.5.0)(vue-i18n@9.13.1)(vue-router@4.2.5)(vue@3.3.8)(vuedraggable@4.1.0)
44
44
  '@ibiz-template/vue3-util':
45
- specifier: 0.7.40-alpha.19
46
- version: 0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)
45
+ specifier: 0.7.40
46
+ version: 0.7.40(@ibiz-template/core@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz/model-core@0.1.76)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)
47
47
  '@ibiz-template/web-theme':
48
48
  specifier: 3.4.0
49
- version: 3.4.0(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
49
+ version: 3.4.0(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
50
50
  '@ibiz/model-core':
51
- specifier: ^0.1.75
52
- version: 0.1.75
51
+ specifier: ^0.1.76
52
+ version: 0.1.76
53
53
  '@ibiz/rt-model-api':
54
- specifier: ^0.2.72
55
- version: 0.2.72
54
+ specifier: ^0.2.73
55
+ version: 0.2.73
56
56
  '@imengyu/vue3-context-menu':
57
57
  specifier: ^1.3.5
58
58
  version: 1.4.1
@@ -131,8 +131,8 @@ devDependencies:
131
131
  specifier: ^17.8.0
132
132
  version: 17.8.0
133
133
  '@ibizlab/cli':
134
- specifier: ^0.2.24
135
- version: 0.2.24(@ibizlab/model@0.2.15)
134
+ specifier: ^0.2.25
135
+ version: 0.2.25(@ibizlab/model@0.2.15)
136
136
  '@types/lodash-es':
137
137
  specifier: ^4.17.10
138
138
  version: 4.17.10
@@ -263,6 +263,10 @@ packages:
263
263
  resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==}
264
264
  engines: {node: '>=0.10.0'}
265
265
 
266
+ /@amap/amap-jsapi-loader@1.0.1:
267
+ resolution: {integrity: sha512-nPyLKt7Ow/ThHLkSvn2etQlUzqxmTVgK7bIgwdBRTg2HK5668oN7xVxkaiRe3YZEzGzfV2XgH5Jmu2T73ljejw==}
268
+ dev: false
269
+
266
270
  /@ampproject/remapping@2.2.0:
267
271
  resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==}
268
272
  engines: {node: '>=6.0.0'}
@@ -3723,7 +3727,7 @@ packages:
3723
3727
  - vite
3724
3728
  dev: false
3725
3729
 
3726
- /@ibiz-template-plugin/bi-report@0.0.26(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz-template/theme@0.7.39)(@ibiz/model-core@0.1.75)(axios@1.6.7)(dayjs@1.11.10)(element-plus@2.4.4)(qx-util@0.4.8)(ramda@0.29.1)(vue@3.3.8)(vuedraggable@4.1.0):
3730
+ /@ibiz-template-plugin/bi-report@0.0.26(@ibiz-template/core@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz-template/theme@0.7.39)(@ibiz/model-core@0.1.76)(axios@1.6.7)(dayjs@1.11.10)(element-plus@2.4.4)(qx-util@0.4.8)(ramda@0.29.1)(vue@3.3.8)(vuedraggable@4.1.0):
3727
3731
  resolution: {integrity: sha512-gDKx7eljqzqhbgDYNa2SiQme51aEJ1Wz3p8AhUyAHOsK0+N4SF94iOPknHRKsh4QUOwHy4/WnQvRNcMwnx0QqQ==}
3728
3732
  peerDependencies:
3729
3733
  '@ibiz-template/core': 0.7.35-alpha.1
@@ -3738,10 +3742,10 @@ packages:
3738
3742
  vue: ^3.3.8
3739
3743
  vuedraggable: ^4.1.0
3740
3744
  dependencies:
3741
- '@ibiz-template/core': 0.7.40-alpha.19(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3742
- '@ibiz-template/runtime': 0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3745
+ '@ibiz-template/core': 0.7.40(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3746
+ '@ibiz-template/runtime': 0.7.40(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3743
3747
  '@ibiz-template/theme': 0.7.39
3744
- '@ibiz/model-core': 0.1.75
3748
+ '@ibiz/model-core': 0.1.76
3745
3749
  '@wangeditor/editor': 5.1.23
3746
3750
  axios: 1.6.7
3747
3751
  dayjs: 1.11.10
@@ -3755,7 +3759,7 @@ packages:
3755
3759
  vuedraggable: 4.1.0(vue@3.3.8)
3756
3760
  dev: false
3757
3761
 
3758
- /@ibiz-template-plugin/data-view@0.0.4(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(axios@1.6.7)(dayjs@1.11.10)(element-plus@2.4.4)(qx-util@0.4.8)(ramda@0.29.1)(vue@3.3.8)(vuedraggable@4.1.0):
3762
+ /@ibiz-template-plugin/data-view@0.0.4(@ibiz-template/core@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40)(@ibiz/model-core@0.1.76)(axios@1.6.7)(dayjs@1.11.10)(element-plus@2.4.4)(qx-util@0.4.8)(ramda@0.29.1)(vue@3.3.8)(vuedraggable@4.1.0):
3759
3763
  resolution: {integrity: sha512-Q4lHo/hLtSRZU/FxvUvmwUTHqq77OKtHguW7pKtOcAL9SNwhur4wbJVOalMrGlS1VajrMfn4Uqo2NE7NepfGmw==}
3760
3764
  peerDependencies:
3761
3765
  '@ibiz-template/core': 0.7.39
@@ -3771,11 +3775,11 @@ packages:
3771
3775
  vue: ^3.3.8
3772
3776
  vuedraggable: ^4.1.0
3773
3777
  dependencies:
3774
- '@ibiz-template/core': 0.7.40-alpha.19(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3775
- '@ibiz-template/runtime': 0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3778
+ '@ibiz-template/core': 0.7.40(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3779
+ '@ibiz-template/runtime': 0.7.40(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3776
3780
  '@ibiz-template/theme': 0.7.39
3777
- '@ibiz-template/vue3-util': 0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)
3778
- '@ibiz/model-core': 0.1.75
3781
+ '@ibiz-template/vue3-util': 0.7.40(@ibiz-template/core@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz/model-core@0.1.76)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)
3782
+ '@ibiz/model-core': 0.1.76
3779
3783
  axios: 1.6.7
3780
3784
  dayjs: 1.11.10
3781
3785
  echarts: 5.4.3
@@ -3790,7 +3794,7 @@ packages:
3790
3794
  dev: false
3791
3795
 
3792
3796
  /@ibiz-template-plugin/gantt@0.1.8-alpha.198(async-validator@4.2.5)(axios@1.6.7)(dayjs@1.11.10)(lodash-es@4.17.21)(nprogress@0.2.0)(vue@3.3.8):
3793
- resolution: {integrity: sha512-hRDU0eQw+ciXIpZHZr5L0/2ZN1PSlKiUcjCJBIluZN2tAhB3KX8krPHtgR+lMoTWE2sEKV8GQwf+JGK7gGv2Vw==}
3797
+ resolution: {integrity: sha512-YI7MJwp22AOmXe2KbjrllGPn2yiWjNGzu+qe7rpbVhG8PHxZN2DJKnIWdCCiU2ee1K4QbJR5Egyy2/6hWlbQMw==}
3794
3798
  peerDependencies:
3795
3799
  dayjs: ^1.11.10
3796
3800
  lodash-es: ^4.17.21
@@ -3915,8 +3919,8 @@ packages:
3915
3919
  - vue
3916
3920
  dev: false
3917
3921
 
3918
- /@ibiz-template/core@0.7.40-alpha.19(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
3919
- resolution: {integrity: sha512-8qIagZpnisUTBeTPRyLKzET9yAKVaByvcPfFY5WnbI5b6cOsLIn+Pj7GJQyLS1jembBo2GlmdNFOfEyRZHbgsA==}
3922
+ /@ibiz-template/core@0.7.40(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
3923
+ resolution: {integrity: sha512-uv9sMIAnMm5Njpl3YovAhfuxVDPbGR+HGCLJdTf2/dxVzPDxKAkBQjXL11B8sjVcn2Osdcj94+fzma50qIUmvw==}
3920
3924
  peerDependencies:
3921
3925
  axios: ^1.4.0
3922
3926
  lodash-es: ^4.17.21
@@ -3934,7 +3938,7 @@ packages:
3934
3938
  ramda: 0.29.1
3935
3939
  dev: false
3936
3940
 
3937
- /@ibiz-template/devtool@0.0.11(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/model-helper@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(@monaco-editor/loader@1.4.0)(async-validator@4.2.5)(axios@1.6.7)(dayjs@1.11.10)(lodash-es@4.17.21)(monaco-editor@0.45.0)(pluralize@8.0.0)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)(vuedraggable@4.1.0):
3941
+ /@ibiz-template/devtool@0.0.11(@ibiz-template/core@0.7.40)(@ibiz-template/model-helper@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40)(@ibiz/model-core@0.1.76)(@monaco-editor/loader@1.4.0)(async-validator@4.2.5)(axios@1.6.7)(dayjs@1.11.10)(lodash-es@4.17.21)(monaco-editor@0.45.0)(pluralize@8.0.0)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)(vuedraggable@4.1.0):
3938
3942
  resolution: {integrity: sha512-IGS9hL3Tw+iJ7A60xgxBPNMpUK6AwXin3UEWHDKQAR5V4ZSURzTP4AMlDl4d8yVb84fVNl6d2as7OJIFnARfaQ==}
3939
3943
  peerDependencies:
3940
3944
  '@ibiz-template/core': ^0.6.2
@@ -3957,12 +3961,12 @@ packages:
3957
3961
  vue-router: ^4.2.5
3958
3962
  vuedraggable: ^4.1.0
3959
3963
  dependencies:
3960
- '@ibiz-template/core': 0.7.40-alpha.19(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3961
- '@ibiz-template/model-helper': 0.7.40-alpha.19(@ibiz-template/runtime@0.7.40-alpha.19)(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3962
- '@ibiz-template/runtime': 0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3964
+ '@ibiz-template/core': 0.7.40(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3965
+ '@ibiz-template/model-helper': 0.7.40(@ibiz-template/runtime@0.7.40)(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3966
+ '@ibiz-template/runtime': 0.7.40(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3963
3967
  '@ibiz-template/theme': 0.7.39
3964
- '@ibiz-template/vue3-util': 0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)
3965
- '@ibiz/model-core': 0.1.75
3968
+ '@ibiz-template/vue3-util': 0.7.40(@ibiz-template/core@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz/model-core@0.1.76)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)
3969
+ '@ibiz/model-core': 0.1.76
3966
3970
  '@imengyu/vue3-context-menu': 1.4.1
3967
3971
  '@monaco-editor/loader': 1.4.0(monaco-editor@0.45.0)
3968
3972
  async-validator: 4.2.5
@@ -3982,16 +3986,16 @@ packages:
3982
3986
  vuedraggable: 4.1.0(vue@3.3.8)
3983
3987
  dev: false
3984
3988
 
3985
- /@ibiz-template/model-helper@0.7.40-alpha.19(@ibiz-template/runtime@0.7.40-alpha.19)(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
3986
- resolution: {integrity: sha512-jywYRum77NBB4iIS4W1qRVoYqgMJZHWInsLRlAMGgQpNRWUVTsZuY9EYSHrSla1TyLEZ/KrYzSiFFkQmukUnRA==}
3989
+ /@ibiz-template/model-helper@0.7.40(@ibiz-template/runtime@0.7.40)(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
3990
+ resolution: {integrity: sha512-rWMXuGcpBF1C6umvndhXEP2GKEhexPhbh9sRl606Tjl/iNX5UP2VqV116+0U0/Lae6nj5QrNxgLxcH3AgQR5Zg==}
3987
3991
  peerDependencies:
3988
3992
  '@ibiz-template/runtime': ^0.6.0
3989
3993
  ramda: ^0.29.0
3990
3994
  dependencies:
3991
- '@ibiz-template/core': 0.7.40-alpha.19(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3992
- '@ibiz-template/runtime': 0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3993
- '@ibiz/model-core': 0.1.75
3994
- '@ibiz/rt-model-api': 0.2.70
3995
+ '@ibiz-template/core': 0.7.40(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3996
+ '@ibiz-template/runtime': 0.7.40(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
3997
+ '@ibiz/model-core': 0.1.76
3998
+ '@ibiz/rt-model-api': 0.2.72
3995
3999
  pluralize: 8.0.0
3996
4000
  ramda: 0.29.1
3997
4001
  transitivePeerDependencies:
@@ -4001,7 +4005,7 @@ packages:
4001
4005
  - qx-util
4002
4006
  dev: false
4003
4007
 
4004
- /@ibiz-template/runtime@0.6.18(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
4008
+ /@ibiz-template/runtime@0.6.18(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
4005
4009
  resolution: {integrity: sha512-aL3CxA0kHAoNfS6N+3dYyGzmX2hp97eu5YFH58HU5xmehywp7XlRsCgu/SK64SGhHeywS/fKg5LGFnbJmqu6SQ==}
4006
4010
  peerDependencies:
4007
4011
  '@ibiz-template/core': ^0.6.0
@@ -4017,8 +4021,8 @@ packages:
4017
4021
  qx-util: ^0.4.8
4018
4022
  ramda: ^0.29.0
4019
4023
  dependencies:
4020
- '@ibiz-template/core': 0.7.40-alpha.19(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4021
- '@ibiz/model-core': 0.1.75
4024
+ '@ibiz-template/core': 0.7.40(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4025
+ '@ibiz/model-core': 0.1.76
4022
4026
  animejs: 3.2.2
4023
4027
  async-validator: 4.2.5
4024
4028
  dayjs: 1.11.10
@@ -4032,8 +4036,8 @@ packages:
4032
4036
  ramda: 0.29.1
4033
4037
  dev: false
4034
4038
 
4035
- /@ibiz-template/runtime@0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
4036
- resolution: {integrity: sha512-O8sST5WuedE9u69H9nUMX9h0Qv8/Rw8AVy80oldGT02SuHBKd66o7LRlsGlaMGuF9BHLnsb+EdauD3T1XBChJA==}
4039
+ /@ibiz-template/runtime@0.7.40(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
4040
+ resolution: {integrity: sha512-VLJVcVJW/qQ4qOkWaXA/HcGJnyF5biKeGhxr0LA4XjElqFNae36kVAmTxc9kSZ+FK8SPTrsKjIEqZdJ7qwuORw==}
4037
4041
  peerDependencies:
4038
4042
  '@ibiz-template/core': ^0.6.0
4039
4043
  '@ibiz/model-core': ^0.1.75
@@ -4048,8 +4052,8 @@ packages:
4048
4052
  qx-util: ^0.4.8
4049
4053
  ramda: ^0.29.0
4050
4054
  dependencies:
4051
- '@ibiz-template/core': 0.7.40-alpha.19(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4052
- '@ibiz/model-core': 0.1.75
4055
+ '@ibiz-template/core': 0.7.40(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4056
+ '@ibiz/model-core': 0.1.76
4053
4057
  animejs: 3.2.2
4054
4058
  async-validator: 4.2.5
4055
4059
  dayjs: 1.11.10
@@ -4075,8 +4079,8 @@ packages:
4075
4079
  resolution: {integrity: sha512-jlZUaYJrzLDULbANGaxFXwbf+0uwJsC5bSRDLjM8A6wCqv7gC+V0Z/x8gSy2wsrcy0EwaRSd2gZ2Q5eEhgDqag==}
4076
4080
  dev: false
4077
4081
 
4078
- /@ibiz-template/vue3-components@0.7.40-alpha.21(@floating-ui/dom@1.5.3)(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/model-helper@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(@imengyu/vue3-context-menu@1.4.1)(@monaco-editor/loader@1.4.0)(@wangeditor/editor-for-vue@5.1.12)(@wangeditor/editor@5.1.23)(async-validator@4.2.5)(cherry-markdown@0.8.26)(dayjs@1.11.10)(echarts@5.4.3)(element-plus@2.4.4)(handlebars@4.7.8)(lodash-es@4.17.21)(monaco-editor@0.45.0)(mqtt@2.18.9)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(react@18.3.1)(vite@4.5.0)(vue-i18n@9.13.1)(vue-router@4.2.5)(vue@3.3.8)(vuedraggable@4.1.0):
4079
- resolution: {integrity: sha512-VsN4dJNqiLlTVdpLbIfW2XzlaTYluH1VNU3TRUjXinT1SbZrK8mR1wdEaqSdMnOuq+oewcpu31nN+Z6aoogfvA==}
4082
+ /@ibiz-template/vue3-components@0.7.40(@floating-ui/dom@1.5.3)(@ibiz-template/core@0.7.40)(@ibiz-template/model-helper@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40)(@ibiz/model-core@0.1.76)(@imengyu/vue3-context-menu@1.4.1)(@monaco-editor/loader@1.4.0)(@wangeditor/editor-for-vue@5.1.12)(@wangeditor/editor@5.1.23)(async-validator@4.2.5)(cherry-markdown@0.8.26)(dayjs@1.11.10)(echarts@5.4.3)(element-plus@2.4.4)(handlebars@4.7.8)(lodash-es@4.17.21)(monaco-editor@0.45.0)(mqtt@2.18.9)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(react@18.3.1)(vite@4.5.0)(vue-i18n@9.13.1)(vue-router@4.2.5)(vue@3.3.8)(vuedraggable@4.1.0):
4083
+ resolution: {integrity: sha512-QHhK9dZEJm8CX434yonNY49YRCiub7NQrUJMFfJjUoKIGzHyjhcOB150oLFs0ksmqd39FabiqJggFlR2Yk2TgA==}
4080
4084
  peerDependencies:
4081
4085
  '@floating-ui/dom': ^1.5.1
4082
4086
  '@ibiz-template/core': ^0.7.0
@@ -4105,19 +4109,20 @@ packages:
4105
4109
  vue-router: ^4.2.4
4106
4110
  vuedraggable: ^4.1.0
4107
4111
  dependencies:
4112
+ '@amap/amap-jsapi-loader': 1.0.1
4108
4113
  '@floating-ui/dom': 1.5.3
4109
4114
  '@ibiz-template-plugin/ai-chat': 0.0.28(cherry-markdown@0.8.26)(interactjs@1.10.26)(react@18.3.1)(vite@4.5.0)
4110
- '@ibiz-template-plugin/bi-report': 0.0.26(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz-template/theme@0.7.39)(@ibiz/model-core@0.1.75)(axios@1.6.7)(dayjs@1.11.10)(element-plus@2.4.4)(qx-util@0.4.8)(ramda@0.29.1)(vue@3.3.8)(vuedraggable@4.1.0)
4111
- '@ibiz-template-plugin/data-view': 0.0.4(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(axios@1.6.7)(dayjs@1.11.10)(element-plus@2.4.4)(qx-util@0.4.8)(ramda@0.29.1)(vue@3.3.8)(vuedraggable@4.1.0)
4115
+ '@ibiz-template-plugin/bi-report': 0.0.26(@ibiz-template/core@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz-template/theme@0.7.39)(@ibiz/model-core@0.1.76)(axios@1.6.7)(dayjs@1.11.10)(element-plus@2.4.4)(qx-util@0.4.8)(ramda@0.29.1)(vue@3.3.8)(vuedraggable@4.1.0)
4116
+ '@ibiz-template-plugin/data-view': 0.0.4(@ibiz-template/core@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40)(@ibiz/model-core@0.1.76)(axios@1.6.7)(dayjs@1.11.10)(element-plus@2.4.4)(qx-util@0.4.8)(ramda@0.29.1)(vue@3.3.8)(vuedraggable@4.1.0)
4112
4117
  '@ibiz-template-plugin/gantt': 0.1.8-alpha.198(async-validator@4.2.5)(axios@1.6.7)(dayjs@1.11.10)(lodash-es@4.17.21)(nprogress@0.2.0)(vue@3.3.8)
4113
- '@ibiz-template/core': 0.7.40-alpha.19(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4114
- '@ibiz-template/devtool': 0.0.11(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/model-helper@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(@monaco-editor/loader@1.4.0)(async-validator@4.2.5)(axios@1.6.7)(dayjs@1.11.10)(lodash-es@4.17.21)(monaco-editor@0.45.0)(pluralize@8.0.0)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)(vuedraggable@4.1.0)
4115
- '@ibiz-template/model-helper': 0.7.40-alpha.19(@ibiz-template/runtime@0.7.40-alpha.19)(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4116
- '@ibiz-template/runtime': 0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4118
+ '@ibiz-template/core': 0.7.40(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4119
+ '@ibiz-template/devtool': 0.0.11(@ibiz-template/core@0.7.40)(@ibiz-template/model-helper@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz-template/theme@0.7.39)(@ibiz-template/vue3-util@0.7.40)(@ibiz/model-core@0.1.76)(@monaco-editor/loader@1.4.0)(async-validator@4.2.5)(axios@1.6.7)(dayjs@1.11.10)(lodash-es@4.17.21)(monaco-editor@0.45.0)(pluralize@8.0.0)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)(vuedraggable@4.1.0)
4120
+ '@ibiz-template/model-helper': 0.7.40(@ibiz-template/runtime@0.7.40)(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4121
+ '@ibiz-template/runtime': 0.7.40(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4117
4122
  '@ibiz-template/theme': 0.7.39
4118
- '@ibiz-template/vue3-util': 0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)
4119
- '@ibiz-template/web-theme': 3.4.0(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4120
- '@ibiz/model-core': 0.1.75
4123
+ '@ibiz-template/vue3-util': 0.7.40(@ibiz-template/core@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz/model-core@0.1.76)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)
4124
+ '@ibiz-template/web-theme': 3.4.0(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4125
+ '@ibiz/model-core': 0.1.76
4121
4126
  '@imengyu/vue3-context-menu': 1.4.1
4122
4127
  '@monaco-editor/loader': 1.4.0(monaco-editor@0.45.0)
4123
4128
  '@wangeditor/editor': 5.1.23
@@ -4162,8 +4167,8 @@ packages:
4162
4167
  - vite
4163
4168
  dev: false
4164
4169
 
4165
- /@ibiz-template/vue3-util@0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz-template/runtime@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8):
4166
- resolution: {integrity: sha512-hqtrXzx4hCp95ohYtxPNpREDG/T7o9cEShCG2+QTqIO4TXlfB3SLKpnSEdA9yb0al5SjD4554/VOj1RNXSHjlg==}
4170
+ /@ibiz-template/vue3-util@0.7.40(@ibiz-template/core@0.7.40)(@ibiz-template/runtime@0.7.40)(@ibiz/model-core@0.1.76)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8):
4171
+ resolution: {integrity: sha512-575xRTZ/cOb+vSRKEe8EA973Eh7M3WOZB7+AvnrdVixtfFBo5luLND6zteE5RjVAnl+ntiUPQ/l4j0SuUEKQRg==}
4167
4172
  peerDependencies:
4168
4173
  '@ibiz-template/core': ^0.6.0
4169
4174
  '@ibiz-template/runtime': ^0.6.0
@@ -4177,9 +4182,9 @@ packages:
4177
4182
  vue: ^3.3.8
4178
4183
  vue-router: ^4.2.4
4179
4184
  dependencies:
4180
- '@ibiz-template/core': 0.7.40-alpha.19(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4181
- '@ibiz-template/runtime': 0.7.40-alpha.19(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4182
- '@ibiz/model-core': 0.1.75
4185
+ '@ibiz-template/core': 0.7.40(axios@1.6.7)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4186
+ '@ibiz-template/runtime': 0.7.40(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4187
+ '@ibiz/model-core': 0.1.76
4183
4188
  dayjs: 1.11.10
4184
4189
  path-browserify: 1.0.1
4185
4190
  pinia: 2.1.7(typescript@5.2.2)(vue@3.3.8)
@@ -4190,10 +4195,10 @@ packages:
4190
4195
  vue-router: 4.2.5(vue@3.3.8)
4191
4196
  dev: false
4192
4197
 
4193
- /@ibiz-template/web-theme@3.4.0(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
4198
+ /@ibiz-template/web-theme@3.4.0(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
4194
4199
  resolution: {integrity: sha512-Y7XpqzZezyJ/ZRN1VpCu0UOT9YeBN/2BZZ+sEL9viPh1BIm0BdMiKGP4jKRlvPUlQd4tzsHpXYmroff3031vSw==}
4195
4200
  dependencies:
4196
- '@ibiz-template/runtime': 0.6.18(@ibiz-template/core@0.7.40-alpha.19)(@ibiz/model-core@0.1.75)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4201
+ '@ibiz-template/runtime': 0.6.18(@ibiz-template/core@0.7.40)(@ibiz/model-core@0.1.76)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
4197
4202
  transitivePeerDependencies:
4198
4203
  - '@ibiz-template/core'
4199
4204
  - '@ibiz/model-core'
@@ -4209,22 +4214,22 @@ packages:
4209
4214
  - ramda
4210
4215
  dev: false
4211
4216
 
4212
- /@ibiz/model-core@0.1.75:
4213
- resolution: {integrity: sha512-fSZP0zr22ZMouh6gZRhzEsG2n36DFpL9ZABw+eVMS69mh6h++jVw8+h7yck7+8mgyPeHlHdkP6tDb6DFYdtJXg==}
4217
+ /@ibiz/model-core@0.1.76:
4218
+ resolution: {integrity: sha512-N837a/mgDOzPlaipNTqeF4GrP8zHFXJ8vuKrY5UWRo4CgT29K215zy1M1BCwcJjFCuLBM1Uz6stxh7Bo+Luu9w==}
4214
4219
  dev: false
4215
4220
 
4216
- /@ibiz/rt-model-api@0.2.70:
4217
- resolution: {integrity: sha512-NvhtrOrZXXOAbbqNkP6VVrDyOuL8fqAHWGJZ0QF4CIpfRZrqCoaLplss03sQ5DmhSbpX+hSxpZw2EoCwNxTo3g==}
4218
-
4219
4221
  /@ibiz/rt-model-api@0.2.72:
4220
4222
  resolution: {integrity: sha512-t4Q7Vbb5skMi949F7kLI8lIh3bxum88z9sVaEwlPv4uyFVm0mdJljpp1OGtqvptnXpr5HXjuHjjN24y/DUJUug==}
4221
4223
  dev: false
4222
4224
 
4223
- /@ibizlab/cli@0.2.24(@ibizlab/model@0.2.15):
4224
- resolution: {integrity: sha512-FJZYLnhVbZ4HbWtX7OUWtsSadgDy4SbH2Yl4YRoyTxVP8zDZHzxmH2uU9zDafC/CQrVjurA6MEl9pAVBa9hstg==}
4225
+ /@ibiz/rt-model-api@0.2.73:
4226
+ resolution: {integrity: sha512-lrJzvrwqeXGuGcE+3WML4O4d2oty+cD35cA7XdTtNVX9XrmJdpYmSAGb2s2BKuNxrrIsfiJJhKblKLdwGywMwA==}
4227
+
4228
+ /@ibizlab/cli@0.2.25(@ibizlab/model@0.2.15):
4229
+ resolution: {integrity: sha512-lKLU+i0VRmBJjVU9JmBru3gRAwn5e7uloa3zEfgnwOlc3IldWlALqJ+0SDE27Ou6MPXY3ll14GP2Beh+1OtF8Q==}
4225
4230
  hasBin: true
4226
4231
  dependencies:
4227
- '@ibizlab/template': 0.2.24(@ibizlab/model@0.2.15)
4232
+ '@ibizlab/template': 0.2.25(@ibizlab/model@0.2.15)
4228
4233
  chalk: 4.1.2
4229
4234
  commander: 11.1.0
4230
4235
  fs-extra: 11.2.0
@@ -4271,12 +4276,12 @@ packages:
4271
4276
  tapable: 2.2.1
4272
4277
  dev: true
4273
4278
 
4274
- /@ibizlab/template-model@0.2.24(@ibizlab/model@0.2.15):
4275
- resolution: {integrity: sha512-Hk6jS0dr1a1SVFSukweO8x6UdZU/594dwfEo4lTqrSjzOg3IOfwk4V/r04AjwOIxDaRmTkhrPKmecXvmOzILWg==}
4279
+ /@ibizlab/template-model@0.2.25(@ibizlab/model@0.2.15):
4280
+ resolution: {integrity: sha512-nhMfcMN5zAUhQ6zHUYPmq4xNu7n2Ki/gfE512GNWfI+8pwx/RYIGXp3tROZnV38jTybDy3JQWb8spR5J2pxaFQ==}
4276
4281
  peerDependencies:
4277
4282
  '@ibizlab/model': ^0.2.15
4278
4283
  dependencies:
4279
- '@ibiz/rt-model-api': 0.2.70
4284
+ '@ibiz/rt-model-api': 0.2.73
4280
4285
  '@ibizlab/model': 0.2.15
4281
4286
  '@ibizlab/template-generator': 0.2.4
4282
4287
  fs-extra: 11.2.0
@@ -4285,8 +4290,8 @@ packages:
4285
4290
  qx-util: 0.4.8
4286
4291
  dev: true
4287
4292
 
4288
- /@ibizlab/template@0.2.24(@ibizlab/model@0.2.15):
4289
- resolution: {integrity: sha512-7dZUHm3FI6wwkdku4XAyV3wpZURwZuIDqms9FQm9+8X5Yq69Zrg5Tk4SwQfNTGsmCRlY3ww0sFw0PdeeLD2Dhg==}
4293
+ /@ibizlab/template@0.2.25(@ibizlab/model@0.2.15):
4294
+ resolution: {integrity: sha512-ooqiCGKxs4WV5LuwFvgle+0r+H/0iHiG8t6e3qsZurvifImxp1PZsR2wqFfrAggArcmtvN4An0UFxyO/VunArQ==}
4290
4295
  peerDependencies:
4291
4296
  '@ibizlab/model': ^0.2.14
4292
4297
  dependencies:
@@ -4294,7 +4299,7 @@ packages:
4294
4299
  '@ibizlab/template-core': 0.2.2
4295
4300
  '@ibizlab/template-generator': 0.2.4
4296
4301
  '@ibizlab/template-handlebars': 0.2.4
4297
- '@ibizlab/template-model': 0.2.24(@ibizlab/model@0.2.15)
4302
+ '@ibizlab/template-model': 0.2.25(@ibizlab/model@0.2.15)
4298
4303
  chokidar: 3.6.0
4299
4304
  fs-extra: 11.2.0
4300
4305
  qx-util: 0.4.8
@@ -1,5 +1,5 @@
1
1
  window.Environment = {
2
- appVersion: '0.0.33',
2
+ appVersion: '0.7.40',
3
3
  // 是否为开发模式
4
4
  dev: true,
5
5
  // 日志输出级别, 支持: TRACE,DEBUG,INFO,WARN,ERROR,SILENT
@@ -0,0 +1 @@
1
+ <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1697004930843" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4270" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M850.367451 513.489934c4.208858-5.538133 8.271384-11.088546 12.139481-16.651238 55.695486-80.095199 69.303412-153.764036 38.315654-207.435423-30.986735-53.671387-101.583606-78.719876-198.802812-70.535473-6.750751 0.568958-13.588483 1.310855-20.488637 2.187829-2.691295-6.414083-5.467525-12.70844-8.350179-18.838044-41.517579-88.280626-98.512664-136.898927-160.487158-136.898927-61.974493 0-118.969579 48.618301-160.485111 136.898927-2.883677 6.130627-5.658883 12.423961-8.350179 18.839067-6.901177-0.876973-13.739932-1.61887-20.490683-2.187829-97.209996-8.18645-167.813007 16.865109-198.800765 70.535473-30.987758 53.671387-17.380856 127.340223 38.314631 207.435423 3.867074 5.561669 7.9296 11.113105 12.139481 16.651238-4.209882 5.538133-8.271384 11.088546-12.139481 16.651238-55.694463 80.095199-69.301366 153.764036-38.314631 207.434399 27.13808 47.004547 84.658122 72.055083 163.830299 72.055083 11.228739 0 22.897499-0.50449 34.970466-1.51961 6.750751-0.568958 13.589506-1.310855 20.490683-2.187829 2.691295 6.414083 5.467525 12.70844 8.351202 18.839067 41.515532 88.281649 98.510618 136.89995 160.485111 136.89995 61.974493 0 118.969579-48.618301 160.487158-136.89995 2.883677-6.130627 5.658883-12.423961 8.350179-18.839067 6.900154 0.876973 13.737886 1.61887 20.488637 2.187829 12.081153 1.01819 23.737634 1.51961 34.972513 1.51961 79.162968 0 136.693242-25.052582 163.830299-72.055083 30.986735-53.670363 17.379832-127.3392-38.315654-207.434399C858.639858 524.579503 854.577333 519.028067 850.367451 513.489934zM705.378266 258.742972c79.704296-6.715959 138.322345 11.755742 160.790056 50.669006 22.467711 38.914288 9.157567 98.901521-36.513612 164.583452-1.775436 2.554172-3.603061 5.106298-5.459339 7.656377-27.969005-31.598672-61.164035-62.346977-98.369402-91.212398-6.39464-46.653553-16.426111-90.774423-29.806863-130.796952C699.155541 259.309884 702.278671 259.003915 705.378266 258.742972zM603.368964 670.542876c-30.015617 17.32969-60.426231 32.621978-90.675162 45.690622-30.248931-13.068643-60.659545-28.360931-90.675162-45.690622-30.015617-17.32969-58.46353-36.019355-84.905762-55.680137-3.805676-32.730449-5.767354-66.712401-5.767354-101.371782 0-34.659381 1.961678-68.64338 5.768377-101.373829 26.442232-19.660782 54.890144-38.350446 84.904739-55.680137 30.015617-17.32969 60.427254-32.621978 90.675162-45.690622 30.248931 13.068643 60.658522 28.360931 90.675162 45.690622 30.016641 17.32969 58.464553 36.020378 84.907809 55.68116 3.805676 32.730449 5.768377 66.713424 5.768377 101.372805 0 34.659381-1.961678 68.641333-5.767354 101.370759C661.833517 634.522498 633.385605 653.213185 603.368964 670.542876zM679.918407 669.814282c-6.14393 32.457226-14.217816 63.196321-24.11728 91.542926-29.498848-5.600555-60.157101-13.977339-91.338265-24.885783 19.729344-9.582239 39.413662-20.017916 58.912761-31.275307C642.875746 693.938726 661.755746 682.109306 679.918407 669.814282zM460.924741 736.471424c-31.181163 10.908444-61.839417 19.285229-91.337241 24.885783-9.898441-28.346605-17.972327-59.0857-24.116257-91.541903 18.162662 12.295024 37.041638 24.12342 56.539714 35.380812C421.510056 716.454532 441.194374 726.889185 460.924741 736.471424zM293.701159 580.147076c-25.037233-21.548782-47.620577-43.911092-67.219961-66.657142 19.599384-22.74605 42.183751-45.108361 67.219961-66.658166-1.566682 21.877263-2.371 44.142359-2.371 66.658166C291.330158 536.00574 292.134477 558.269813 293.701159 580.147076zM345.471242 357.163539c6.14393-32.457226 14.217816-63.195298 24.116257-91.541903 29.497824 5.600555 60.156078 13.977339 91.336218 24.885783-19.729344 9.582239-39.413662 20.016893-58.912761 31.275307C382.511857 333.040119 363.633904 344.868515 345.471242 357.163539zM564.463885 290.50742c31.18014-10.907421 61.838394-19.284205 91.337241-24.885783 9.898441 28.346605 17.97335 59.0857 24.11728 91.542926-18.162662-12.295024-37.042661-24.124444-56.541761-35.381835C603.877547 310.524313 584.193229 300.088636 564.463885 290.50742zM731.688491 446.832791c25.036209 21.548782 47.620577 43.911092 67.219961 66.657142-19.599384 22.745027-42.182728 45.107337-67.219961 66.656119 1.566682-21.87624 2.371-44.141336 2.371-66.656119C734.059492 490.974128 733.255173 468.710055 731.688491 446.832791zM388.417357 219.247446c34.046421-72.393797 79.343069-113.913423 124.276445-113.913423s90.230024 41.519626 124.275421 113.913423c1.324158 2.815115 2.619664 5.67321 3.900843 8.55484-41.349757 8.422833-84.576257 21.796422-128.176264 39.584554-43.600007-17.788132-86.826508-31.16172-128.176264-39.584554C385.798716 224.919632 387.094222 222.061538 388.417357 219.247446zM195.73494 473.994408c-45.672202-65.680908-58.980299-125.669164-36.513612-164.583452 19.435655-33.662681 65.900919-52.022841 129.693828-52.022841 9.952676 0 20.338211 0.447185 31.096229 1.353834 3.099594 0.260943 6.222725 0.567935 9.359158 0.899486-13.379729 40.021505-23.411199 84.142375-29.806863 130.794905-37.205367 28.865421-70.400397 59.613726-98.370425 91.213421C199.338001 479.099682 197.510376 476.54858 195.73494 473.994408zM320.010361 768.235872c-79.70839 6.711865-138.322345-11.754718-160.790056-50.667983-22.466688-38.913265-9.157567-98.902544 36.513612-164.582429 1.775436-2.554172 3.603061-5.105275 5.458315-7.655354 27.970028 31.598672 61.165058 62.346977 98.370425 91.211375 6.39464 46.65253 16.426111 90.7734 29.806863 130.794905C326.234109 767.667937 323.109955 767.974929 320.010361 768.235872zM636.969223 807.733445c-34.046421 72.392774-79.343069 113.912399-124.275421 113.912399s-90.230024-41.519626-124.276445-113.912399c-1.324158-2.815115-2.620687-5.674233-3.900843-8.556886 41.35078-8.422833 84.577281-21.797445 128.177288-39.585577 43.601031 17.788132 86.827531 31.16172 128.177288 39.584554C639.58991 802.059212 638.293381 804.918329 636.969223 807.733445zM866.168322 717.567889c-22.467711 38.913265-81.075527 57.387012-160.790056 50.667983-3.099594-0.260943-6.222725-0.567935-9.359158-0.899486 13.380752-40.021505 23.412223-84.143399 29.806863-130.795928 37.205367-28.864398 70.399373-59.612703 98.369402-91.210351 1.855254 2.550079 3.682879 5.102205 5.459339 7.656377C875.325889 618.667392 888.633986 678.654624 866.168322 717.567889z" fill="#272636" p-id="4271"></path></svg>