autobots-commonlib 1.2.7 → 1.3.2
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/workspace.xml +350 -237
- package/README.md +15 -0
- package/controller.js +7 -3
- package/http-demo.js +236 -0
- package/index.js +3 -1
- package/lib/QCRNetworkModule.js +418 -0
- package/lib/jump.js +75 -75
- package/nav.js +5 -0
- package/package.json +1 -1
- package/.npmignore +0 -13
package/.idea/workspace.xml
CHANGED
|
@@ -1,115 +1,45 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<project version="4">
|
|
3
|
+
<component name="AutoImportSettings">
|
|
4
|
+
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
|
+
</component>
|
|
3
6
|
<component name="ChangeListManager">
|
|
4
7
|
<list default="true" id="30c1af58-4d10-4799-8434-f7c14eade97a" name="Default Changelist" comment="">
|
|
5
8
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
6
|
-
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
|
|
7
9
|
</list>
|
|
8
|
-
<ignored path="$PROJECT_DIR$/.tmp/" />
|
|
9
|
-
<ignored path="$PROJECT_DIR$/temp/" />
|
|
10
|
-
<ignored path="$PROJECT_DIR$/tmp/" />
|
|
11
|
-
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
12
10
|
<option name="SHOW_DIALOG" value="false" />
|
|
13
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
14
12
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
15
13
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
16
14
|
</component>
|
|
17
|
-
<component name="FUSProjectUsageTrigger">
|
|
18
|
-
<session id="722055371">
|
|
19
|
-
<usages-collector id="statistics.lifecycle.project">
|
|
20
|
-
<counts>
|
|
21
|
-
<entry key="project.closed" value="60" />
|
|
22
|
-
<entry key="project.open.time.0" value="9" />
|
|
23
|
-
<entry key="project.open.time.1" value="16" />
|
|
24
|
-
<entry key="project.open.time.10" value="2" />
|
|
25
|
-
<entry key="project.open.time.11" value="1" />
|
|
26
|
-
<entry key="project.open.time.12" value="1" />
|
|
27
|
-
<entry key="project.open.time.13" value="2" />
|
|
28
|
-
<entry key="project.open.time.15" value="1" />
|
|
29
|
-
<entry key="project.open.time.16" value="1" />
|
|
30
|
-
<entry key="project.open.time.18" value="1" />
|
|
31
|
-
<entry key="project.open.time.2" value="1" />
|
|
32
|
-
<entry key="project.open.time.21" value="1" />
|
|
33
|
-
<entry key="project.open.time.24" value="2" />
|
|
34
|
-
<entry key="project.open.time.26" value="2" />
|
|
35
|
-
<entry key="project.open.time.27" value="2" />
|
|
36
|
-
<entry key="project.open.time.28" value="1" />
|
|
37
|
-
<entry key="project.open.time.3" value="1" />
|
|
38
|
-
<entry key="project.open.time.32" value="3" />
|
|
39
|
-
<entry key="project.open.time.4" value="2" />
|
|
40
|
-
<entry key="project.open.time.5" value="3" />
|
|
41
|
-
<entry key="project.open.time.6" value="2" />
|
|
42
|
-
<entry key="project.open.time.7" value="2" />
|
|
43
|
-
<entry key="project.open.time.8" value="2" />
|
|
44
|
-
<entry key="project.open.time.9" value="1" />
|
|
45
|
-
<entry key="project.opened" value="59" />
|
|
46
|
-
</counts>
|
|
47
|
-
</usages-collector>
|
|
48
|
-
<usages-collector id="statistics.file.extensions.open">
|
|
49
|
-
<counts>
|
|
50
|
-
<entry key="gitignore" value="1" />
|
|
51
|
-
<entry key="js" value="68" />
|
|
52
|
-
<entry key="json" value="13" />
|
|
53
|
-
<entry key="md" value="11" />
|
|
54
|
-
<entry key="png" value="15" />
|
|
55
|
-
<entry key="vmoptions" value="1" />
|
|
56
|
-
</counts>
|
|
57
|
-
</usages-collector>
|
|
58
|
-
<usages-collector id="statistics.file.types.open">
|
|
59
|
-
<counts>
|
|
60
|
-
<entry key="Image" value="15" />
|
|
61
|
-
<entry key="JSON" value="13" />
|
|
62
|
-
<entry key="JavaScript" value="68" />
|
|
63
|
-
<entry key="PLAIN_TEXT" value="13" />
|
|
64
|
-
</counts>
|
|
65
|
-
</usages-collector>
|
|
66
|
-
<usages-collector id="statistics.file.extensions.edit">
|
|
67
|
-
<counts>
|
|
68
|
-
<entry key="js" value="150" />
|
|
69
|
-
<entry key="json" value="15" />
|
|
70
|
-
<entry key="md" value="343" />
|
|
71
|
-
<entry key="vmoptions" value="2" />
|
|
72
|
-
</counts>
|
|
73
|
-
</usages-collector>
|
|
74
|
-
<usages-collector id="statistics.file.types.edit">
|
|
75
|
-
<counts>
|
|
76
|
-
<entry key="JSON" value="15" />
|
|
77
|
-
<entry key="JavaScript" value="150" />
|
|
78
|
-
<entry key="PLAIN_TEXT" value="345" />
|
|
79
|
-
</counts>
|
|
80
|
-
</usages-collector>
|
|
81
|
-
</session>
|
|
82
|
-
</component>
|
|
83
15
|
<component name="FileEditorManager">
|
|
84
16
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="375">
|
|
85
17
|
<file pinned="false" current-in-tab="false">
|
|
86
|
-
<entry file="file://$PROJECT_DIR$/
|
|
18
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
87
19
|
<provider selected="true" editor-type-id="text-editor">
|
|
88
|
-
<state relative-caret-position="
|
|
89
|
-
<caret line="
|
|
20
|
+
<state relative-caret-position="66">
|
|
21
|
+
<caret line="3" column="31" lean-forward="true" selection-start-line="3" selection-start-column="20" selection-end-line="3" selection-end-column="31" />
|
|
90
22
|
</state>
|
|
91
23
|
</provider>
|
|
92
24
|
</entry>
|
|
93
25
|
</file>
|
|
94
26
|
<file pinned="false" current-in-tab="false">
|
|
95
|
-
<entry file="file://$PROJECT_DIR$/
|
|
96
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
97
|
-
</entry>
|
|
98
|
-
</file>
|
|
99
|
-
<file pinned="false" current-in-tab="false">
|
|
100
|
-
<entry file="file://$PROJECT_DIR$/lib/employee-picker.js">
|
|
27
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
101
28
|
<provider selected="true" editor-type-id="text-editor">
|
|
102
|
-
<state relative-caret-position="
|
|
103
|
-
<caret line="
|
|
29
|
+
<state relative-caret-position="396">
|
|
30
|
+
<caret line="18" column="19" lean-forward="true" selection-start-line="18" selection-start-column="19" selection-end-line="18" selection-end-column="19" />
|
|
104
31
|
</state>
|
|
105
32
|
</provider>
|
|
106
33
|
</entry>
|
|
107
34
|
</file>
|
|
108
|
-
<file pinned="false" current-in-tab="
|
|
109
|
-
<entry file="file://$PROJECT_DIR$/
|
|
35
|
+
<file pinned="false" current-in-tab="true">
|
|
36
|
+
<entry file="file://$PROJECT_DIR$/lib/employee-picker.js">
|
|
110
37
|
<provider selected="true" editor-type-id="text-editor">
|
|
111
|
-
<state relative-caret-position="
|
|
112
|
-
<caret line="
|
|
38
|
+
<state relative-caret-position="246">
|
|
39
|
+
<caret line="35" column="27" selection-start-line="35" selection-start-column="27" selection-end-line="35" selection-end-column="27" />
|
|
40
|
+
<folding>
|
|
41
|
+
<element signature="e#15#53#0" expanded="true" />
|
|
42
|
+
</folding>
|
|
113
43
|
</state>
|
|
114
44
|
</provider>
|
|
115
45
|
</entry>
|
|
@@ -117,57 +47,76 @@
|
|
|
117
47
|
<file pinned="false" current-in-tab="false">
|
|
118
48
|
<entry file="file://$PROJECT_DIR$/native.js">
|
|
119
49
|
<provider selected="true" editor-type-id="text-editor">
|
|
120
|
-
<state relative-caret-position="
|
|
121
|
-
<caret line="
|
|
50
|
+
<state relative-caret-position="152">
|
|
51
|
+
<caret line="7" column="34" selection-start-line="7" selection-start-column="34" selection-end-line="7" selection-end-column="34" />
|
|
52
|
+
<folding>
|
|
53
|
+
<element signature="e#0#40#0" expanded="true" />
|
|
54
|
+
</folding>
|
|
122
55
|
</state>
|
|
123
56
|
</provider>
|
|
124
57
|
</entry>
|
|
125
58
|
</file>
|
|
126
59
|
<file pinned="false" current-in-tab="false">
|
|
127
|
-
<entry file="file://$PROJECT_DIR$/
|
|
60
|
+
<entry file="file://$PROJECT_DIR$/config.js">
|
|
128
61
|
<provider selected="true" editor-type-id="text-editor">
|
|
129
|
-
<state relative-caret-position="
|
|
130
|
-
<caret line="
|
|
62
|
+
<state relative-caret-position="110">
|
|
63
|
+
<caret line="5" column="17" lean-forward="true" selection-start-line="5" selection-start-column="17" selection-end-line="5" selection-end-column="17" />
|
|
131
64
|
</state>
|
|
132
65
|
</provider>
|
|
133
66
|
</entry>
|
|
134
67
|
</file>
|
|
135
68
|
<file pinned="false" current-in-tab="false">
|
|
136
|
-
<entry file="file://$PROJECT_DIR$/
|
|
69
|
+
<entry file="file://$PROJECT_DIR$/index.js">
|
|
137
70
|
<provider selected="true" editor-type-id="text-editor">
|
|
138
|
-
<state relative-caret-position="
|
|
139
|
-
<caret line="
|
|
71
|
+
<state relative-caret-position="132">
|
|
72
|
+
<caret line="19" column="7" selection-start-line="19" selection-start-column="7" selection-end-line="19" selection-end-column="7" />
|
|
140
73
|
</state>
|
|
141
74
|
</provider>
|
|
142
75
|
</entry>
|
|
143
76
|
</file>
|
|
144
|
-
<file pinned="false" current-in-tab="
|
|
145
|
-
<entry file="file://$PROJECT_DIR$/
|
|
77
|
+
<file pinned="false" current-in-tab="false">
|
|
78
|
+
<entry file="file://$PROJECT_DIR$/components.js">
|
|
146
79
|
<provider selected="true" editor-type-id="text-editor">
|
|
147
80
|
<state relative-caret-position="22">
|
|
148
|
-
<caret line="1"
|
|
81
|
+
<caret line="1" selection-start-line="1" selection-end-line="1" selection-end-column="51" />
|
|
149
82
|
</state>
|
|
150
83
|
</provider>
|
|
151
84
|
</entry>
|
|
152
85
|
</file>
|
|
153
86
|
<file pinned="false" current-in-tab="false">
|
|
154
|
-
<entry file="file://$PROJECT_DIR$/
|
|
87
|
+
<entry file="file://$PROJECT_DIR$/lib/wxpay.js">
|
|
155
88
|
<provider selected="true" editor-type-id="text-editor">
|
|
156
|
-
<state relative-caret-position="
|
|
157
|
-
<caret line="
|
|
89
|
+
<state relative-caret-position="88">
|
|
90
|
+
<caret line="8" column="7" lean-forward="true" selection-start-line="8" selection-start-column="7" selection-end-line="8" selection-end-column="7" />
|
|
158
91
|
</state>
|
|
159
92
|
</provider>
|
|
160
93
|
</entry>
|
|
161
94
|
</file>
|
|
162
95
|
<file pinned="false" current-in-tab="false">
|
|
163
|
-
<entry file="file://$PROJECT_DIR$/
|
|
164
|
-
<provider selected="true" editor-type-id="
|
|
96
|
+
<entry file="file://$PROJECT_DIR$/img/type14.png">
|
|
97
|
+
<provider selected="true" editor-type-id="images" />
|
|
98
|
+
</entry>
|
|
99
|
+
</file>
|
|
100
|
+
<file pinned="false" current-in-tab="false">
|
|
101
|
+
<entry file="file://$PROJECT_DIR$/img/type356.png">
|
|
102
|
+
<provider selected="true" editor-type-id="images" />
|
|
165
103
|
</entry>
|
|
166
104
|
</file>
|
|
167
105
|
</leaf>
|
|
168
106
|
</component>
|
|
107
|
+
<component name="FileTemplateManagerImpl">
|
|
108
|
+
<option name="RECENT_TEMPLATES">
|
|
109
|
+
<list>
|
|
110
|
+
<option value="JavaScript File" />
|
|
111
|
+
</list>
|
|
112
|
+
</option>
|
|
113
|
+
</component>
|
|
169
114
|
<component name="FindInProjectRecents">
|
|
170
115
|
<findStrings>
|
|
116
|
+
<find>Icons</find>
|
|
117
|
+
<find>work_left</find>
|
|
118
|
+
<find>leftIcon</find>
|
|
119
|
+
<find>leftButtonText</find>
|
|
171
120
|
<find>leftButtonIcon</find>
|
|
172
121
|
<find>leftButton</find>
|
|
173
122
|
<find>container</find>
|
|
@@ -194,10 +143,6 @@
|
|
|
194
143
|
<find>received_emps</find>
|
|
195
144
|
<find>Native</find>
|
|
196
145
|
<find>selectedPerson</find>
|
|
197
|
-
<find>getPostUrl</find>
|
|
198
|
-
<find>goto</find>
|
|
199
|
-
<find>1.2.5</find>
|
|
200
|
-
<find>getLo</find>
|
|
201
146
|
</findStrings>
|
|
202
147
|
<dirStrings>
|
|
203
148
|
<dir>$PROJECT_DIR$</dir>
|
|
@@ -217,7 +162,6 @@
|
|
|
217
162
|
<option value="$PROJECT_DIR$/package.json" />
|
|
218
163
|
<option value="$PROJECT_DIR$/README.md" />
|
|
219
164
|
<option value="$PROJECT_DIR$/lib/employee-picker.js" />
|
|
220
|
-
<option value="$APPLICATION_CONFIG_DIR$/webstorm.vmoptions" />
|
|
221
165
|
</list>
|
|
222
166
|
</option>
|
|
223
167
|
</component>
|
|
@@ -229,17 +173,24 @@
|
|
|
229
173
|
<detection-done>true</detection-done>
|
|
230
174
|
<sorting>DEFINITION_ORDER</sorting>
|
|
231
175
|
</component>
|
|
176
|
+
<component name="MarkdownSettingsMigration">
|
|
177
|
+
<option name="stateVersion" value="1" />
|
|
178
|
+
</component>
|
|
232
179
|
<component name="NodePackageJsonFileManager">
|
|
233
180
|
<packageJsonPaths>
|
|
234
181
|
<path value="$PROJECT_DIR$/package.json" />
|
|
235
182
|
</packageJsonPaths>
|
|
236
183
|
</component>
|
|
184
|
+
<component name="ProjectColorInfo">{
|
|
185
|
+
"associatedIndex": 2
|
|
186
|
+
}</component>
|
|
237
187
|
<component name="ProjectFrameBounds">
|
|
238
188
|
<option name="x" value="13" />
|
|
239
189
|
<option name="y" value="23" />
|
|
240
190
|
<option name="width" value="1404" />
|
|
241
191
|
<option name="height" value="790" />
|
|
242
192
|
</component>
|
|
193
|
+
<component name="ProjectId" id="2YIIJJbFGSpljD0cJlXDoWQQfOJ" />
|
|
243
194
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
|
244
195
|
<ConfirmationsSetting value="2" id="Add" />
|
|
245
196
|
</component>
|
|
@@ -248,6 +199,7 @@
|
|
|
248
199
|
<foldersAlwaysOnTop value="true" />
|
|
249
200
|
</navigator>
|
|
250
201
|
<panes>
|
|
202
|
+
<pane id="Scope" />
|
|
251
203
|
<pane id="ProjectPane">
|
|
252
204
|
<subPane>
|
|
253
205
|
<expand>
|
|
@@ -255,46 +207,48 @@
|
|
|
255
207
|
<item name="autobots-commonlib" type="b2602c69:ProjectViewProjectNode" />
|
|
256
208
|
<item name="autobots-commonlib" type="462c0819:PsiDirectoryNode" />
|
|
257
209
|
</path>
|
|
210
|
+
<path>
|
|
211
|
+
<item name="autobots-commonlib" type="b2602c69:ProjectViewProjectNode" />
|
|
212
|
+
<item name="autobots-commonlib" type="462c0819:PsiDirectoryNode" />
|
|
213
|
+
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
|
214
|
+
</path>
|
|
215
|
+
<path>
|
|
216
|
+
<item name="autobots-commonlib" type="b2602c69:ProjectViewProjectNode" />
|
|
217
|
+
<item name="autobots-commonlib" type="462c0819:PsiDirectoryNode" />
|
|
218
|
+
<item name="util" type="462c0819:PsiDirectoryNode" />
|
|
219
|
+
</path>
|
|
258
220
|
</expand>
|
|
259
221
|
<select />
|
|
260
222
|
</subPane>
|
|
261
223
|
</pane>
|
|
262
|
-
<pane id="Scope" />
|
|
263
224
|
</panes>
|
|
264
225
|
</component>
|
|
265
|
-
<component name="
|
|
266
|
-
<
|
|
267
|
-
<
|
|
268
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
269
|
-
<property name="node.js.detected.package.eslint" value="true" />
|
|
270
|
-
<property name="node.js.detected.package.standard" value="true" />
|
|
271
|
-
<property name="node.js.path.for.package.eslint" value="project" />
|
|
272
|
-
<property name="node.js.path.for.package.standard" value="project" />
|
|
273
|
-
<property name="node.js.selected.package.eslint" value="" />
|
|
274
|
-
<property name="node.js.selected.package.standard" value="" />
|
|
275
|
-
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
276
|
-
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
277
|
-
<property name="nodejs_package_manager_path" value="npm" />
|
|
278
|
-
<property name="settings.editor.selected.configurable" value="settings.javascript.linters.eslint" />
|
|
226
|
+
<component name="ProjectViewState">
|
|
227
|
+
<option name="hideEmptyMiddlePackages" value="true" />
|
|
228
|
+
<option name="showLibraryContents" value="true" />
|
|
279
229
|
</component>
|
|
230
|
+
<component name="PropertiesComponent">{
|
|
231
|
+
"keyToString": {
|
|
232
|
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
233
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
234
|
+
"WebServerToolWindowFactoryState": "false",
|
|
235
|
+
"last_opened_file_path": "/Users/xiaojianfeng/Desktop/autohome_project/rn_project/autobots-commonlib",
|
|
236
|
+
"node.js.detected.package.eslint": "true",
|
|
237
|
+
"node.js.detected.package.tslint": "true",
|
|
238
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
239
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
240
|
+
"nodejs_package_manager_path": "npm",
|
|
241
|
+
"vue.rearranger.settings.migration": "true"
|
|
242
|
+
}
|
|
243
|
+
}</component>
|
|
280
244
|
<component name="RecentsManager">
|
|
281
245
|
<key name="CopyFile.RECENT_KEYS">
|
|
246
|
+
<recent name="$PROJECT_DIR$" />
|
|
282
247
|
<recent name="$PROJECT_DIR$/lib" />
|
|
283
248
|
<recent name="$PROJECT_DIR$/img" />
|
|
284
249
|
</key>
|
|
285
250
|
</component>
|
|
286
|
-
<component name="
|
|
287
|
-
<option name="ruleStates">
|
|
288
|
-
<list>
|
|
289
|
-
<RuleState>
|
|
290
|
-
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
291
|
-
</RuleState>
|
|
292
|
-
<RuleState>
|
|
293
|
-
<option name="name" value="StatusDashboardGroupingRule" />
|
|
294
|
-
</RuleState>
|
|
295
|
-
</list>
|
|
296
|
-
</option>
|
|
297
|
-
</component>
|
|
251
|
+
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
298
252
|
<component name="SvnConfiguration">
|
|
299
253
|
<configuration />
|
|
300
254
|
</component>
|
|
@@ -348,22 +302,19 @@
|
|
|
348
302
|
<workItem from="1597221368868" duration="1147000" />
|
|
349
303
|
<workItem from="1597284112471" duration="421000" />
|
|
350
304
|
<workItem from="1597828865098" duration="797000" />
|
|
351
|
-
<workItem from="1598407641217" duration="
|
|
352
|
-
<workItem from="
|
|
353
|
-
<workItem from="
|
|
354
|
-
<workItem from="
|
|
355
|
-
<workItem from="
|
|
356
|
-
<workItem from="
|
|
357
|
-
<workItem from="
|
|
358
|
-
<workItem from="
|
|
359
|
-
<workItem from="
|
|
360
|
-
<workItem from="
|
|
361
|
-
<workItem from="
|
|
362
|
-
<workItem from="
|
|
363
|
-
<workItem from="
|
|
364
|
-
<workItem from="1611817590462" duration="788000" />
|
|
365
|
-
<workItem from="1611986759686" duration="11000" />
|
|
366
|
-
<workItem from="1624863705517" duration="491000" />
|
|
305
|
+
<workItem from="1598407641217" duration="6384000" />
|
|
306
|
+
<workItem from="1700206595726" duration="1666000" />
|
|
307
|
+
<workItem from="1709377722570" duration="804000" />
|
|
308
|
+
<workItem from="1709464166867" duration="250000" />
|
|
309
|
+
<workItem from="1709522388825" duration="799000" />
|
|
310
|
+
<workItem from="1711010391550" duration="927000" />
|
|
311
|
+
<workItem from="1711423630374" duration="91000" />
|
|
312
|
+
<workItem from="1711869218049" duration="716000" />
|
|
313
|
+
<workItem from="1711942556265" duration="1324000" />
|
|
314
|
+
<workItem from="1711957837006" duration="34498000" />
|
|
315
|
+
<workItem from="1712496026818" duration="14011000" />
|
|
316
|
+
<workItem from="1712919421559" duration="73000" />
|
|
317
|
+
<workItem from="1713170876054" duration="7231000" />
|
|
367
318
|
</task>
|
|
368
319
|
<task id="LOCAL-00001" summary="1、增加新组件NewNavbar; 2、修改jump方法,增加一个参数;">
|
|
369
320
|
<created>1561551696357</created>
|
|
@@ -428,27 +379,133 @@
|
|
|
428
379
|
<option name="project" value="LOCAL" />
|
|
429
380
|
<updated>1586513059382</updated>
|
|
430
381
|
</task>
|
|
431
|
-
<task id="LOCAL-00010" summary="
|
|
432
|
-
<
|
|
382
|
+
<task id="LOCAL-00010" summary="增加主软件网络库的js桥接代码,对外提供js端的网络访问方法">
|
|
383
|
+
<option name="closed" value="true" />
|
|
384
|
+
<created>1712040808603</created>
|
|
433
385
|
<option name="number" value="00010" />
|
|
434
386
|
<option name="presentableId" value="LOCAL-00010" />
|
|
435
387
|
<option name="project" value="LOCAL" />
|
|
436
|
-
<updated>
|
|
388
|
+
<updated>1712040808604</updated>
|
|
389
|
+
</task>
|
|
390
|
+
<task id="LOCAL-00011" summary="jump.js 更新一下,处理一下参数里的&符号(wuqian)">
|
|
391
|
+
<option name="closed" value="true" />
|
|
392
|
+
<created>1712041901228</created>
|
|
393
|
+
<option name="number" value="00011" />
|
|
394
|
+
<option name="presentableId" value="LOCAL-00011" />
|
|
395
|
+
<option name="project" value="LOCAL" />
|
|
396
|
+
<updated>1712041901228</updated>
|
|
437
397
|
</task>
|
|
438
|
-
<
|
|
398
|
+
<task id="LOCAL-00012" summary="js端的网络访问方法更新">
|
|
399
|
+
<option name="closed" value="true" />
|
|
400
|
+
<created>1712130150820</created>
|
|
401
|
+
<option name="number" value="00012" />
|
|
402
|
+
<option name="presentableId" value="LOCAL-00012" />
|
|
403
|
+
<option name="project" value="LOCAL" />
|
|
404
|
+
<updated>1712130150820</updated>
|
|
405
|
+
</task>
|
|
406
|
+
<task id="LOCAL-00013" summary="js端的网络访问方法更新">
|
|
407
|
+
<option name="closed" value="true" />
|
|
408
|
+
<created>1712137409126</created>
|
|
409
|
+
<option name="number" value="00013" />
|
|
410
|
+
<option name="presentableId" value="LOCAL-00013" />
|
|
411
|
+
<option name="project" value="LOCAL" />
|
|
412
|
+
<updated>1712137409126</updated>
|
|
413
|
+
</task>
|
|
414
|
+
<task id="LOCAL-00014" summary="js端的网络访问方法更新">
|
|
415
|
+
<option name="closed" value="true" />
|
|
416
|
+
<created>1712149301255</created>
|
|
417
|
+
<option name="number" value="00014" />
|
|
418
|
+
<option name="presentableId" value="LOCAL-00014" />
|
|
419
|
+
<option name="project" value="LOCAL" />
|
|
420
|
+
<updated>1712149301255</updated>
|
|
421
|
+
</task>
|
|
422
|
+
<task id="LOCAL-00015" summary="js端的网络访问方法更新">
|
|
423
|
+
<option name="closed" value="true" />
|
|
424
|
+
<created>1712496088737</created>
|
|
425
|
+
<option name="number" value="00015" />
|
|
426
|
+
<option name="presentableId" value="LOCAL-00015" />
|
|
427
|
+
<option name="project" value="LOCAL" />
|
|
428
|
+
<updated>1712496088737</updated>
|
|
429
|
+
</task>
|
|
430
|
+
<task id="LOCAL-00016" summary="js端的网络访问方法更新">
|
|
431
|
+
<option name="closed" value="true" />
|
|
432
|
+
<created>1712568742347</created>
|
|
433
|
+
<option name="number" value="00016" />
|
|
434
|
+
<option name="presentableId" value="LOCAL-00016" />
|
|
435
|
+
<option name="project" value="LOCAL" />
|
|
436
|
+
<updated>1712568742347</updated>
|
|
437
|
+
</task>
|
|
438
|
+
<task id="LOCAL-00017" summary="js端的网络访问demo方法提交">
|
|
439
|
+
<option name="closed" value="true" />
|
|
440
|
+
<created>1712569951630</created>
|
|
441
|
+
<option name="number" value="00017" />
|
|
442
|
+
<option name="presentableId" value="LOCAL-00017" />
|
|
443
|
+
<option name="project" value="LOCAL" />
|
|
444
|
+
<updated>1712569951630</updated>
|
|
445
|
+
</task>
|
|
446
|
+
<task id="LOCAL-00018" summary="js端的网络访问demo方法提交">
|
|
447
|
+
<option name="closed" value="true" />
|
|
448
|
+
<created>1712569993498</created>
|
|
449
|
+
<option name="number" value="00018" />
|
|
450
|
+
<option name="presentableId" value="LOCAL-00018" />
|
|
451
|
+
<option name="project" value="LOCAL" />
|
|
452
|
+
<updated>1712569993498</updated>
|
|
453
|
+
</task>
|
|
454
|
+
<task id="LOCAL-00019" summary="js端的网络访问demo方法提交,更新版本号">
|
|
455
|
+
<option name="closed" value="true" />
|
|
456
|
+
<created>1712571240833</created>
|
|
457
|
+
<option name="number" value="00019" />
|
|
458
|
+
<option name="presentableId" value="LOCAL-00019" />
|
|
459
|
+
<option name="project" value="LOCAL" />
|
|
460
|
+
<updated>1712571240834</updated>
|
|
461
|
+
</task>
|
|
462
|
+
<task id="LOCAL-00020" summary="js端的网络访问方法更新">
|
|
463
|
+
<option name="closed" value="true" />
|
|
464
|
+
<created>1712815877556</created>
|
|
465
|
+
<option name="number" value="00020" />
|
|
466
|
+
<option name="presentableId" value="LOCAL-00020" />
|
|
467
|
+
<option name="project" value="LOCAL" />
|
|
468
|
+
<updated>1712815877556</updated>
|
|
469
|
+
</task>
|
|
470
|
+
<task id="LOCAL-00021" summary="修改主软件网络库的js桥接代码,增加fetch支持缓存接口数据">
|
|
471
|
+
<option name="closed" value="true" />
|
|
472
|
+
<created>1713176848620</created>
|
|
473
|
+
<option name="number" value="00021" />
|
|
474
|
+
<option name="presentableId" value="LOCAL-00021" />
|
|
475
|
+
<option name="project" value="LOCAL" />
|
|
476
|
+
<updated>1713176848620</updated>
|
|
477
|
+
</task>
|
|
478
|
+
<task id="LOCAL-00022" summary="修改主软件网络库的js桥接代码,兼容js的fetch缓存方法">
|
|
479
|
+
<option name="closed" value="true" />
|
|
480
|
+
<created>1713185312065</created>
|
|
481
|
+
<option name="number" value="00022" />
|
|
482
|
+
<option name="presentableId" value="LOCAL-00022" />
|
|
483
|
+
<option name="project" value="LOCAL" />
|
|
484
|
+
<updated>1713185312065</updated>
|
|
485
|
+
</task>
|
|
486
|
+
<task id="LOCAL-00023" summary="修改主软件网络库的js桥接代码,兼容js的fetch缓存方法">
|
|
487
|
+
<option name="closed" value="true" />
|
|
488
|
+
<created>1713235627988</created>
|
|
489
|
+
<option name="number" value="00023" />
|
|
490
|
+
<option name="presentableId" value="LOCAL-00023" />
|
|
491
|
+
<option name="project" value="LOCAL" />
|
|
492
|
+
<updated>1713235627988</updated>
|
|
493
|
+
</task>
|
|
494
|
+
<option name="localTasksCounter" value="24" />
|
|
439
495
|
<servers />
|
|
440
496
|
</component>
|
|
441
497
|
<component name="TimeTrackingManager">
|
|
442
|
-
<option name="totallyTimeSpent" value="
|
|
498
|
+
<option name="totallyTimeSpent" value="85204000" />
|
|
443
499
|
</component>
|
|
444
500
|
<component name="ToolWindowManager">
|
|
445
501
|
<frame x="13" y="23" width="1404" height="790" extended-state="0" />
|
|
446
502
|
<editor active="true" />
|
|
447
503
|
<layout>
|
|
448
|
-
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.
|
|
504
|
+
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.14586358" />
|
|
449
505
|
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
450
506
|
<window_info id="npm" order="2" side_tool="true" />
|
|
451
507
|
<window_info id="Favorites" order="3" side_tool="true" />
|
|
508
|
+
<window_info anchor="bottom" id="Messages" />
|
|
452
509
|
<window_info anchor="bottom" id="Message" order="0" />
|
|
453
510
|
<window_info anchor="bottom" id="Find" order="1" />
|
|
454
511
|
<window_info anchor="bottom" id="Run" order="2" />
|
|
@@ -459,28 +516,87 @@
|
|
|
459
516
|
<window_info anchor="bottom" id="Docker" order="7" show_stripe_button="false" />
|
|
460
517
|
<window_info anchor="bottom" id="Version Control" order="8" weight="0.31076923" />
|
|
461
518
|
<window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
|
|
462
|
-
<window_info
|
|
463
|
-
<window_info anchor="bottom" id="Messages" order="11" />
|
|
519
|
+
<window_info anchor="bottom" id="Terminal" order="10" weight="0.2846154" />
|
|
464
520
|
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
465
521
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
466
522
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
467
523
|
</layout>
|
|
468
524
|
</component>
|
|
469
525
|
<component name="TypeScriptGeneratedFilesManager">
|
|
470
|
-
<option name="version" value="
|
|
526
|
+
<option name="version" value="3" />
|
|
471
527
|
</component>
|
|
472
528
|
<component name="Vcs.Log.History.Properties">
|
|
473
|
-
<option name="
|
|
529
|
+
<option name="COLUMN_ID_ORDER">
|
|
474
530
|
<list>
|
|
475
|
-
<option value="
|
|
476
|
-
<option value="
|
|
477
|
-
<option value="
|
|
478
|
-
<option value="
|
|
531
|
+
<option value="Default.Root" />
|
|
532
|
+
<option value="Default.Author" />
|
|
533
|
+
<option value="Default.Date" />
|
|
534
|
+
<option value="Default.Subject" />
|
|
535
|
+
<option value="Space.CommitStatus" />
|
|
479
536
|
</list>
|
|
480
537
|
</option>
|
|
481
538
|
</component>
|
|
482
|
-
<component name="
|
|
483
|
-
<option name="
|
|
539
|
+
<component name="Vcs.Log.Tabs.Properties">
|
|
540
|
+
<option name="OPEN_GENERIC_TABS">
|
|
541
|
+
<map>
|
|
542
|
+
<entry key="68016c0f-bd47-47ae-a11b-0f2068b8d124" value="TOOL_WINDOW" />
|
|
543
|
+
<entry key="af60ef88-1ce1-4b05-af70-286a8a22b0ce" value="TOOL_WINDOW" />
|
|
544
|
+
</map>
|
|
545
|
+
</option>
|
|
546
|
+
<option name="TAB_STATES">
|
|
547
|
+
<map>
|
|
548
|
+
<entry key="68016c0f-bd47-47ae-a11b-0f2068b8d124">
|
|
549
|
+
<value>
|
|
550
|
+
<State>
|
|
551
|
+
<option name="FILTERS">
|
|
552
|
+
<map>
|
|
553
|
+
<entry key="branch">
|
|
554
|
+
<value>
|
|
555
|
+
<list>
|
|
556
|
+
<option value="HEAD" />
|
|
557
|
+
</list>
|
|
558
|
+
</value>
|
|
559
|
+
</entry>
|
|
560
|
+
<entry key="roots">
|
|
561
|
+
<value>
|
|
562
|
+
<list>
|
|
563
|
+
<option value="$PROJECT_DIR$" />
|
|
564
|
+
</list>
|
|
565
|
+
</value>
|
|
566
|
+
</entry>
|
|
567
|
+
</map>
|
|
568
|
+
</option>
|
|
569
|
+
<option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
|
|
570
|
+
</State>
|
|
571
|
+
</value>
|
|
572
|
+
</entry>
|
|
573
|
+
<entry key="af60ef88-1ce1-4b05-af70-286a8a22b0ce">
|
|
574
|
+
<value>
|
|
575
|
+
<State>
|
|
576
|
+
<option name="FILTERS">
|
|
577
|
+
<map>
|
|
578
|
+
<entry key="branch">
|
|
579
|
+
<value>
|
|
580
|
+
<list>
|
|
581
|
+
<option value="HEAD" />
|
|
582
|
+
</list>
|
|
583
|
+
</value>
|
|
584
|
+
</entry>
|
|
585
|
+
<entry key="roots">
|
|
586
|
+
<value>
|
|
587
|
+
<list>
|
|
588
|
+
<option value="$PROJECT_DIR$" />
|
|
589
|
+
</list>
|
|
590
|
+
</value>
|
|
591
|
+
</entry>
|
|
592
|
+
</map>
|
|
593
|
+
</option>
|
|
594
|
+
<option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
|
|
595
|
+
</State>
|
|
596
|
+
</value>
|
|
597
|
+
</entry>
|
|
598
|
+
</map>
|
|
599
|
+
</option>
|
|
484
600
|
</component>
|
|
485
601
|
<component name="VcsManagerConfiguration">
|
|
486
602
|
<MESSAGE value="1、增加新组件NewNavbar; 2、修改jump方法,增加一个参数;" />
|
|
@@ -489,9 +605,14 @@
|
|
|
489
605
|
<MESSAGE value="增加单页启动次数统计,以及设置单独页面的分享按钮开关等。" />
|
|
490
606
|
<MESSAGE value="将BootList中配置开关的部分拆解到文件ConfigureList中,针对ConfigureList的修改。" />
|
|
491
607
|
<MESSAGE value="适配跳转协议,统一跳转接口。" />
|
|
608
|
+
<MESSAGE value="增加主软件网络库的js桥接代码,对外提供js端的网络访问方法" />
|
|
492
609
|
<MESSAGE value="jump.js 更新一下,处理一下参数里的&符号(wuqian)" />
|
|
493
|
-
<MESSAGE value="
|
|
494
|
-
<
|
|
610
|
+
<MESSAGE value="js端的网络访问demo方法提交" />
|
|
611
|
+
<MESSAGE value="js端的网络访问方法更新" />
|
|
612
|
+
<MESSAGE value="js端的网络访问demo方法提交,更新版本号" />
|
|
613
|
+
<MESSAGE value="修改主软件网络库的js桥接代码,增加fetch支持缓存接口数据" />
|
|
614
|
+
<MESSAGE value="修改主软件网络库的js桥接代码,兼容js的fetch缓存方法" />
|
|
615
|
+
<option name="LAST_COMMIT_MESSAGE" value="修改主软件网络库的js桥接代码,兼容js的fetch缓存方法" />
|
|
495
616
|
</component>
|
|
496
617
|
<component name="editorHistoryManager">
|
|
497
618
|
<entry file="file://$PROJECT_DIR$/window.js">
|
|
@@ -582,6 +703,13 @@
|
|
|
582
703
|
</state>
|
|
583
704
|
</provider>
|
|
584
705
|
</entry>
|
|
706
|
+
<entry file="file://$PROJECT_DIR$/lib/wxshare.js">
|
|
707
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
708
|
+
<state relative-caret-position="2288">
|
|
709
|
+
<caret line="108" selection-start-line="108" selection-end-line="108" />
|
|
710
|
+
</state>
|
|
711
|
+
</provider>
|
|
712
|
+
</entry>
|
|
585
713
|
<entry file="file://$PROJECT_DIR$/lib/scan.js">
|
|
586
714
|
<provider selected="true" editor-type-id="text-editor">
|
|
587
715
|
<state relative-caret-position="682">
|
|
@@ -606,6 +734,12 @@
|
|
|
606
734
|
<entry file="file://$PROJECT_DIR$/ImageBackground.js">
|
|
607
735
|
<provider selected="true" editor-type-id="text-editor" />
|
|
608
736
|
</entry>
|
|
737
|
+
<entry file="file://$PROJECT_DIR$/BackAndroid.js">
|
|
738
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
739
|
+
</entry>
|
|
740
|
+
<entry file="file://$PROJECT_DIR$/others.js">
|
|
741
|
+
<provider selected="true" editor-type-id="text-editor" />
|
|
742
|
+
</entry>
|
|
609
743
|
<entry file="file://$PROJECT_DIR$/lib/exception.js">
|
|
610
744
|
<provider selected="true" editor-type-id="text-editor">
|
|
611
745
|
<state relative-caret-position="506">
|
|
@@ -627,6 +761,20 @@
|
|
|
627
761
|
</state>
|
|
628
762
|
</provider>
|
|
629
763
|
</entry>
|
|
764
|
+
<entry file="file://$PROJECT_DIR$/nav.js">
|
|
765
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
766
|
+
<state relative-caret-position="242">
|
|
767
|
+
<caret line="11" column="14" selection-start-line="11" selection-start-column="14" selection-end-line="11" selection-end-column="14" />
|
|
768
|
+
</state>
|
|
769
|
+
</provider>
|
|
770
|
+
</entry>
|
|
771
|
+
<entry file="file://$PROJECT_DIR$/lib/NativeManager.js">
|
|
772
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
773
|
+
<state relative-caret-position="1034">
|
|
774
|
+
<caret line="48" column="22" lean-forward="true" selection-start-line="48" selection-start-column="22" selection-end-line="48" selection-end-column="22" />
|
|
775
|
+
</state>
|
|
776
|
+
</provider>
|
|
777
|
+
</entry>
|
|
630
778
|
<entry file="file://$PROJECT_DIR$/lib/images-picker.js">
|
|
631
779
|
<provider selected="true" editor-type-id="text-editor">
|
|
632
780
|
<state relative-caret-position="660">
|
|
@@ -667,6 +815,13 @@
|
|
|
667
815
|
</state>
|
|
668
816
|
</provider>
|
|
669
817
|
</entry>
|
|
818
|
+
<entry file="file://$PROJECT_DIR$/controller.js">
|
|
819
|
+
<provider selected="true" editor-type-id="text-editor">
|
|
820
|
+
<state relative-caret-position="2354">
|
|
821
|
+
<caret line="114" column="18" selection-start-line="114" selection-start-column="18" selection-end-line="114" selection-end-column="18" />
|
|
822
|
+
</state>
|
|
823
|
+
</provider>
|
|
824
|
+
</entry>
|
|
670
825
|
<entry file="file://$PROJECT_DIR$/lib/alipay.js">
|
|
671
826
|
<provider selected="true" editor-type-id="text-editor">
|
|
672
827
|
<state relative-caret-position="220">
|
|
@@ -677,38 +832,10 @@
|
|
|
677
832
|
<entry file="file://$PROJECT_DIR$/lib/vpn.js">
|
|
678
833
|
<provider selected="true" editor-type-id="text-editor" />
|
|
679
834
|
</entry>
|
|
680
|
-
<entry file="file://$PROJECT_DIR$/BackAndroid.js">
|
|
681
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
682
|
-
<state relative-caret-position="88">
|
|
683
|
-
<caret line="4" column="26" selection-start-line="4" selection-start-column="15" selection-end-line="4" selection-end-column="26" />
|
|
684
|
-
</state>
|
|
685
|
-
</provider>
|
|
686
|
-
</entry>
|
|
687
|
-
<entry file="file://$APPLICATION_CONFIG_DIR$/webstorm.vmoptions">
|
|
688
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
689
|
-
<state relative-caret-position="286">
|
|
690
|
-
<caret line="13" column="31" lean-forward="true" selection-start-line="13" selection-start-column="31" selection-end-line="13" selection-end-column="31" />
|
|
691
|
-
</state>
|
|
692
|
-
</provider>
|
|
693
|
-
</entry>
|
|
694
|
-
<entry file="file://$PROJECT_DIR$/config.js">
|
|
695
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
696
|
-
<state relative-caret-position="110">
|
|
697
|
-
<caret line="5" column="17" selection-start-line="5" selection-start-column="17" selection-end-line="5" selection-end-column="17" />
|
|
698
|
-
</state>
|
|
699
|
-
</provider>
|
|
700
|
-
</entry>
|
|
701
|
-
<entry file="file://$PROJECT_DIR$/components.js">
|
|
702
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
703
|
-
<state relative-caret-position="440">
|
|
704
|
-
<caret line="20" column="48" selection-start-line="20" selection-start-column="48" selection-end-line="20" selection-end-column="48" />
|
|
705
|
-
</state>
|
|
706
|
-
</provider>
|
|
707
|
-
</entry>
|
|
708
835
|
<entry file="file://$PROJECT_DIR$/lib/wxpay.js">
|
|
709
836
|
<provider selected="true" editor-type-id="text-editor">
|
|
710
837
|
<state relative-caret-position="88">
|
|
711
|
-
<caret line="8" column="7" selection-start-line="8" selection-start-column="7" selection-end-line="8" selection-end-column="7" />
|
|
838
|
+
<caret line="8" column="7" lean-forward="true" selection-start-line="8" selection-start-column="7" selection-end-line="8" selection-end-column="7" />
|
|
712
839
|
</state>
|
|
713
840
|
</provider>
|
|
714
841
|
</entry>
|
|
@@ -718,72 +845,58 @@
|
|
|
718
845
|
<entry file="file://$PROJECT_DIR$/img/type356.png">
|
|
719
846
|
<provider selected="true" editor-type-id="images" />
|
|
720
847
|
</entry>
|
|
721
|
-
<entry file="file://$PROJECT_DIR$/
|
|
722
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
723
|
-
<state relative-caret-position="22">
|
|
724
|
-
<caret line="1" column="29" selection-start-line="1" selection-start-column="11" selection-end-line="1" selection-end-column="29" />
|
|
725
|
-
</state>
|
|
726
|
-
</provider>
|
|
727
|
-
</entry>
|
|
728
|
-
<entry file="file://$PROJECT_DIR$/lib/wxshare.js">
|
|
848
|
+
<entry file="file://$PROJECT_DIR$/native.js">
|
|
729
849
|
<provider selected="true" editor-type-id="text-editor">
|
|
730
|
-
<state relative-caret-position="
|
|
731
|
-
<caret line="
|
|
850
|
+
<state relative-caret-position="152">
|
|
851
|
+
<caret line="7" column="34" selection-start-line="7" selection-start-column="34" selection-end-line="7" selection-end-column="34" />
|
|
852
|
+
<folding>
|
|
853
|
+
<element signature="e#0#40#0" expanded="true" />
|
|
854
|
+
</folding>
|
|
732
855
|
</state>
|
|
733
856
|
</provider>
|
|
734
857
|
</entry>
|
|
735
|
-
<entry file="file://$PROJECT_DIR$/
|
|
736
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
737
|
-
</entry>
|
|
738
|
-
<entry file="file://$PROJECT_DIR$/lib/employee-picker.js">
|
|
858
|
+
<entry file="file://$PROJECT_DIR$/config.js">
|
|
739
859
|
<provider selected="true" editor-type-id="text-editor">
|
|
740
|
-
<state relative-caret-position="
|
|
741
|
-
<caret line="
|
|
860
|
+
<state relative-caret-position="110">
|
|
861
|
+
<caret line="5" column="17" lean-forward="true" selection-start-line="5" selection-start-column="17" selection-end-line="5" selection-end-column="17" />
|
|
742
862
|
</state>
|
|
743
863
|
</provider>
|
|
744
864
|
</entry>
|
|
745
865
|
<entry file="file://$PROJECT_DIR$/index.js">
|
|
746
866
|
<provider selected="true" editor-type-id="text-editor">
|
|
747
|
-
<state relative-caret-position="
|
|
748
|
-
<caret line="
|
|
749
|
-
</state>
|
|
750
|
-
</provider>
|
|
751
|
-
</entry>
|
|
752
|
-
<entry file="file://$PROJECT_DIR$/native.js">
|
|
753
|
-
<provider selected="true" editor-type-id="text-editor">
|
|
754
|
-
<state relative-caret-position="1166">
|
|
755
|
-
<caret line="54" column="16" selection-start-line="54" selection-start-column="16" selection-end-line="54" selection-end-column="16" />
|
|
867
|
+
<state relative-caret-position="132">
|
|
868
|
+
<caret line="19" column="7" selection-start-line="19" selection-start-column="7" selection-end-line="19" selection-end-column="7" />
|
|
756
869
|
</state>
|
|
757
870
|
</provider>
|
|
758
871
|
</entry>
|
|
759
|
-
<entry file="file://$PROJECT_DIR$/
|
|
872
|
+
<entry file="file://$PROJECT_DIR$/components.js">
|
|
760
873
|
<provider selected="true" editor-type-id="text-editor">
|
|
761
|
-
<state relative-caret-position="
|
|
762
|
-
<caret line="
|
|
874
|
+
<state relative-caret-position="22">
|
|
875
|
+
<caret line="1" selection-start-line="1" selection-end-line="1" selection-end-column="51" />
|
|
763
876
|
</state>
|
|
764
877
|
</provider>
|
|
765
878
|
</entry>
|
|
766
|
-
<entry file="file://$PROJECT_DIR$/
|
|
879
|
+
<entry file="file://$PROJECT_DIR$/README.md">
|
|
767
880
|
<provider selected="true" editor-type-id="text-editor">
|
|
768
|
-
<state relative-caret-position="
|
|
769
|
-
<caret line="
|
|
881
|
+
<state relative-caret-position="66">
|
|
882
|
+
<caret line="3" column="31" lean-forward="true" selection-start-line="3" selection-start-column="20" selection-end-line="3" selection-end-column="31" />
|
|
770
883
|
</state>
|
|
771
884
|
</provider>
|
|
772
885
|
</entry>
|
|
773
|
-
<entry file="file://$PROJECT_DIR$/
|
|
774
|
-
<provider selected="true" editor-type-id="text-editor" />
|
|
775
|
-
</entry>
|
|
776
|
-
<entry file="file://$PROJECT_DIR$/lib/NativeManager.js">
|
|
886
|
+
<entry file="file://$PROJECT_DIR$/package.json">
|
|
777
887
|
<provider selected="true" editor-type-id="text-editor">
|
|
778
|
-
<state relative-caret-position="
|
|
779
|
-
<caret line="
|
|
888
|
+
<state relative-caret-position="396">
|
|
889
|
+
<caret line="18" column="19" lean-forward="true" selection-start-line="18" selection-start-column="19" selection-end-line="18" selection-end-column="19" />
|
|
780
890
|
</state>
|
|
781
891
|
</provider>
|
|
782
892
|
</entry>
|
|
783
|
-
<entry file="file://$PROJECT_DIR$/
|
|
893
|
+
<entry file="file://$PROJECT_DIR$/lib/employee-picker.js">
|
|
784
894
|
<provider selected="true" editor-type-id="text-editor">
|
|
785
|
-
<state relative-caret-position="
|
|
786
|
-
<caret line="
|
|
895
|
+
<state relative-caret-position="246">
|
|
896
|
+
<caret line="35" column="27" selection-start-line="35" selection-start-column="27" selection-end-line="35" selection-end-column="27" />
|
|
897
|
+
<folding>
|
|
898
|
+
<element signature="e#15#53#0" expanded="true" />
|
|
899
|
+
</folding>
|
|
787
900
|
</state>
|
|
788
901
|
</provider>
|
|
789
902
|
</entry>
|