vue2-client 1.22.17 → 1.22.18
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/.idea/af-vue2-client.iml +2 -3
- package/.idea/encodings.xml +6 -0
- package/.idea/misc.xml +11 -5
- package/.idea/vcs.xml +5 -5
- package/.idea/workspace.xml +104 -0
- package/package.json +1 -1
- package/src/base-client/components/common/XWebSocketProgress/index.vue +2 -1
- package/.idea/MarsCodeWorkspaceAppSettings.xml +0 -6
- package/.idea/deployment.xml +0 -14
package/.idea/af-vue2-client.iml
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="
|
|
3
|
-
<component name="NewModuleRootManager"
|
|
4
|
-
<exclude-output />
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
5
4
|
<content url="file://$MODULE_DIR$" />
|
|
6
5
|
<orderEntry type="inheritedJdk" />
|
|
7
6
|
<orderEntry type="sourceFolder" forTests="false" />
|
package/.idea/misc.xml
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="
|
|
4
|
-
<
|
|
5
|
-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="MavenImportPreferences">
|
|
4
|
+
<option name="generalSettings">
|
|
5
|
+
<MavenGeneralSettings>
|
|
6
|
+
<option name="localRepository" value="D:\apache-maven-3.5.2\repository" />
|
|
7
|
+
<option name="mavenHome" value="D:/apache-maven-3.5.2" />
|
|
8
|
+
<option name="userSettingsFile" value="D:\apache-maven-3.5.2\conf\settings.xml" />
|
|
9
|
+
</MavenGeneralSettings>
|
|
10
|
+
</option>
|
|
11
|
+
</component>
|
|
6
12
|
</project>
|
package/.idea/vcs.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="VcsDirectoryMappings">
|
|
4
|
-
<mapping directory="" vcs="Git" />
|
|
5
|
-
</component>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="VcsDirectoryMappings">
|
|
4
|
+
<mapping directory="" vcs="Git" />
|
|
5
|
+
</component>
|
|
6
6
|
</project>
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="a9b56467-cc7a-4aa4-b3b8-8de4daacc681" name="Changes" comment="feat(map): 添加地图默认折叠配置支持 - 在地图组件初始化时设置 collapsed 属性的默认值 - 从 MAP_OPTIONS 配置中读取 defaultCollapsed 设置 - 当配置不存在时,默认值设为 true - 更新项目版本号从 1.22.11 到 1.22.12" />
|
|
5
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
6
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
7
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
8
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
9
|
+
</component>
|
|
10
|
+
<component name="Git.Settings">
|
|
11
|
+
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
12
|
+
<map>
|
|
13
|
+
<entry key="$PROJECT_DIR$" value="master" />
|
|
14
|
+
</map>
|
|
15
|
+
</option>
|
|
16
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
17
|
+
</component>
|
|
18
|
+
<component name="GitLabMergeRequestFiltersHistory">{
|
|
19
|
+
"lastFilter": {
|
|
20
|
+
"state": "OPENED",
|
|
21
|
+
"assignee": {
|
|
22
|
+
"type": "org.jetbrains.plugins.gitlab.mergerequest.ui.filters.GitLabMergeRequestsFiltersValue.MergeRequestsMemberFilterValue.MergeRequestsAssigneeFilterValue",
|
|
23
|
+
"username": "Qmz",
|
|
24
|
+
"fullname": "权敏哲"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}</component>
|
|
28
|
+
<component name="GitLabMergeRequestsSettings">{
|
|
29
|
+
"selectedUrlAndAccountId": {
|
|
30
|
+
"first": "http://192.168.0.167:32573/v4/v4-client/af-vue2-client.git",
|
|
31
|
+
"second": "63d0ce94-00ad-48ba-9e08-d166feb89923"
|
|
32
|
+
}
|
|
33
|
+
}</component>
|
|
34
|
+
<component name="ProjectColorInfo">{
|
|
35
|
+
"associatedIndex": 7
|
|
36
|
+
}</component>
|
|
37
|
+
<component name="ProjectId" id="3FTPOxG6f49MzNIl3AgtpM9cryK" />
|
|
38
|
+
<component name="ProjectViewState">
|
|
39
|
+
<option name="showLibraryContents" value="true" />
|
|
40
|
+
</component>
|
|
41
|
+
<component name="PropertiesComponent">{
|
|
42
|
+
"keyToString": {
|
|
43
|
+
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
44
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
45
|
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
|
46
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
47
|
+
"RunOnceActivity.typescript.service.memoryLimit.init": "true",
|
|
48
|
+
"git-widget-placeholder": "dev",
|
|
49
|
+
"javascript.preferred.runtime.type.id": "node",
|
|
50
|
+
"node.js.detected.package.eslint": "true",
|
|
51
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
52
|
+
"nodejs_package_manager_path": "yarn",
|
|
53
|
+
"ts.external.directory.path": "F:\\software\\webstorm\\WebStorm 2025.3.1\\plugins\\javascript-plugin\\jsLanguageServicesImpl\\external",
|
|
54
|
+
"vue.rearranger.settings.migration": "true"
|
|
55
|
+
}
|
|
56
|
+
}</component>
|
|
57
|
+
<component name="SharedIndexes">
|
|
58
|
+
<attachedChunks>
|
|
59
|
+
<set>
|
|
60
|
+
<option value="bundled-js-predefined-d6986cc7102b-9b0f141eb926-JavaScript-WS-253.29346.143" />
|
|
61
|
+
</set>
|
|
62
|
+
</attachedChunks>
|
|
63
|
+
</component>
|
|
64
|
+
<component name="TaskManager">
|
|
65
|
+
<task active="true" id="Default" summary="Default task">
|
|
66
|
+
<changelist id="a9b56467-cc7a-4aa4-b3b8-8de4daacc681" name="Changes" comment="" />
|
|
67
|
+
<created>1782096058058</created>
|
|
68
|
+
<option name="number" value="Default" />
|
|
69
|
+
<option name="presentableId" value="Default" />
|
|
70
|
+
<updated>1782096058058</updated>
|
|
71
|
+
<workItem from="1782096059367" duration="677000" />
|
|
72
|
+
<workItem from="1782117020400" duration="681000" />
|
|
73
|
+
<workItem from="1782281597428" duration="60000" />
|
|
74
|
+
</task>
|
|
75
|
+
<task id="LOCAL-00001" summary="feat(map): 添加地图默认折叠配置支持 - 在地图组件初始化时设置 collapsed 属性的默认值 - 从 MAP_OPTIONS 配置中读取 defaultCollapsed 设置 - 当配置不存在时,默认值设为 true - 更新项目版本号从 1.22.11 到 1.22.12">
|
|
76
|
+
<option name="closed" value="true" />
|
|
77
|
+
<created>1782096310966</created>
|
|
78
|
+
<option name="number" value="00001" />
|
|
79
|
+
<option name="presentableId" value="LOCAL-00001" />
|
|
80
|
+
<option name="project" value="LOCAL" />
|
|
81
|
+
<updated>1782096310966</updated>
|
|
82
|
+
</task>
|
|
83
|
+
<option name="localTasksCounter" value="2" />
|
|
84
|
+
<servers />
|
|
85
|
+
</component>
|
|
86
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
87
|
+
<option name="version" value="3" />
|
|
88
|
+
</component>
|
|
89
|
+
<component name="Vcs.Log.Tabs.Properties">
|
|
90
|
+
<option name="TAB_STATES">
|
|
91
|
+
<map>
|
|
92
|
+
<entry key="MAIN">
|
|
93
|
+
<value>
|
|
94
|
+
<State />
|
|
95
|
+
</value>
|
|
96
|
+
</entry>
|
|
97
|
+
</map>
|
|
98
|
+
</option>
|
|
99
|
+
</component>
|
|
100
|
+
<component name="VcsManagerConfiguration">
|
|
101
|
+
<MESSAGE value="feat(map): 添加地图默认折叠配置支持 - 在地图组件初始化时设置 collapsed 属性的默认值 - 从 MAP_OPTIONS 配置中读取 defaultCollapsed 设置 - 当配置不存在时,默认值设为 true - 更新项目版本号从 1.22.11 到 1.22.12" />
|
|
102
|
+
<option name="LAST_COMMIT_MESSAGE" value="feat(map): 添加地图默认折叠配置支持 - 在地图组件初始化时设置 collapsed 属性的默认值 - 从 MAP_OPTIONS 配置中读取 defaultCollapsed 设置 - 当配置不存在时,默认值设为 true - 更新项目版本号从 1.22.11 到 1.22.12" />
|
|
103
|
+
</component>
|
|
104
|
+
</project>
|
package/package.json
CHANGED
|
@@ -141,7 +141,8 @@ export default {
|
|
|
141
141
|
return
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
|
|
144
|
+
const protocol = window.location.protocol === 'https:' ? 'wss' : 'ws'
|
|
145
|
+
this.websocketUrl = `${protocol}://${window.location.host}/socket/af-system/sendMessage?userId=${this.websocketId}`
|
|
145
146
|
|
|
146
147
|
const wsOptions = {
|
|
147
148
|
autoReconnect: this.autoReconnect,
|
package/.idea/deployment.xml
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="PublishConfigData" remoteFilesAllowedToDisappearOnAutoupload="false">
|
|
4
|
-
<serverData>
|
|
5
|
-
<paths name="50.4">
|
|
6
|
-
<serverdata>
|
|
7
|
-
<mappings>
|
|
8
|
-
<mapping local="$PROJECT_DIR$" web="/" />
|
|
9
|
-
</mappings>
|
|
10
|
-
</serverdata>
|
|
11
|
-
</paths>
|
|
12
|
-
</serverData>
|
|
13
|
-
</component>
|
|
14
|
-
</project>
|