ohos-router 1.0.0
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 +70 -0
- package/fs.d.ts +4311 -0
- package/index.ts +1 -0
- package/main.js +0 -0
- package/module.js +6 -0
- package/package.json +18 -0
- package/router_plugin.ts +466 -0
- package/tsconfig.json +109 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ChangeListManager">
|
|
4
|
+
<list default="true" id="da959c82-4870-484e-af06-9904a1878ea1" name="Changes" comment="" />
|
|
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="FileTemplateManagerImpl">
|
|
11
|
+
<option name="RECENT_TEMPLATES">
|
|
12
|
+
<list>
|
|
13
|
+
<option value="TypeScript File" />
|
|
14
|
+
</list>
|
|
15
|
+
</option>
|
|
16
|
+
</component>
|
|
17
|
+
<component name="ProjectId" id="2loSZzzRM4CDP2EOwqyqWoTA8uI" />
|
|
18
|
+
<component name="ProjectViewState">
|
|
19
|
+
<option name="hideEmptyMiddlePackages" value="true" />
|
|
20
|
+
<option name="showLibraryContents" value="true" />
|
|
21
|
+
</component>
|
|
22
|
+
<component name="PropertiesComponent">
|
|
23
|
+
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
|
|
24
|
+
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
25
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
26
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
27
|
+
<property name="nodejs_package_manager_path" value="npm" />
|
|
28
|
+
<property name="ts.external.directory.path" value="F:\soft\WebStorm\config\WebStorm 2021.2.3\plugins\JavaScriptLanguage\jsLanguageServicesImpl\external" />
|
|
29
|
+
<property name="vue.rearranger.settings.migration" value="true" />
|
|
30
|
+
</component>
|
|
31
|
+
<component name="RecentsManager">
|
|
32
|
+
<key name="CopyFile.RECENT_KEYS">
|
|
33
|
+
<recent name="E:\project\TypeScript\quickRouter" />
|
|
34
|
+
</key>
|
|
35
|
+
</component>
|
|
36
|
+
<component name="RunManager">
|
|
37
|
+
<configuration name="test" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
|
|
38
|
+
<package-json value="$PROJECT_DIR$/package.json" />
|
|
39
|
+
<command value="run" />
|
|
40
|
+
<scripts>
|
|
41
|
+
<script value="test" />
|
|
42
|
+
</scripts>
|
|
43
|
+
<node-interpreter value="project" />
|
|
44
|
+
<envs />
|
|
45
|
+
<method v="2" />
|
|
46
|
+
</configuration>
|
|
47
|
+
<recent_temporary>
|
|
48
|
+
<list>
|
|
49
|
+
<item itemvalue="npm.test" />
|
|
50
|
+
</list>
|
|
51
|
+
</recent_temporary>
|
|
52
|
+
</component>
|
|
53
|
+
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
54
|
+
<component name="TaskManager">
|
|
55
|
+
<task active="true" id="Default" summary="Default task">
|
|
56
|
+
<changelist id="da959c82-4870-484e-af06-9904a1878ea1" name="Changes" comment="" />
|
|
57
|
+
<created>1725844995921</created>
|
|
58
|
+
<option name="number" value="Default" />
|
|
59
|
+
<option name="presentableId" value="Default" />
|
|
60
|
+
<updated>1725844995921</updated>
|
|
61
|
+
<workItem from="1725844997084" duration="1895000" />
|
|
62
|
+
<workItem from="1725935388617" duration="694000" />
|
|
63
|
+
<workItem from="1725937739913" duration="5445000" />
|
|
64
|
+
</task>
|
|
65
|
+
<servers />
|
|
66
|
+
</component>
|
|
67
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
68
|
+
<option name="version" value="3" />
|
|
69
|
+
</component>
|
|
70
|
+
</project>
|