staryea-design-wlsj 1.0.6 → 1.0.8
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/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/workspace.xml +21 -20
- package/lib/staryea-design.common.js +67 -67
- package/lib/staryea-design.css +1 -1
- package/lib/staryea-design.umd.js +67 -67
- package/lib/staryea-design.umd.min.js +9 -9
- package/package.json +1 -1
- package/staryea-design/assets/css/index.css +5 -5
- package/staryea-design/assets/js/index.js +87 -97
package/.idea/workspace.xml
CHANGED
|
@@ -15,31 +15,31 @@
|
|
|
15
15
|
<component name="Git.Settings">
|
|
16
16
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
17
17
|
</component>
|
|
18
|
-
<component name="ProjectColorInfo"
|
|
19
|
-
|
|
20
|
-
}
|
|
18
|
+
<component name="ProjectColorInfo">{
|
|
19
|
+
"associatedIndex": 6
|
|
20
|
+
}</component>
|
|
21
21
|
<component name="ProjectId" id="3B707Y2ySKNc7s3zMGeC11AGk7Q" />
|
|
22
22
|
<component name="ProjectViewState">
|
|
23
23
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
24
24
|
<option name="showLibraryContents" value="true" />
|
|
25
25
|
</component>
|
|
26
|
-
<component name="PropertiesComponent"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
26
|
+
<component name="PropertiesComponent">{
|
|
27
|
+
"keyToString": {
|
|
28
|
+
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
29
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
30
|
+
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
|
|
31
|
+
"RunOnceActivity.git.unshallow": "true",
|
|
32
|
+
"git-widget-placeholder": "1.2.5",
|
|
33
|
+
"last_opened_file_path": "D:/E/project_codes/workspaces2/1公司/前端工具项目/staryea-design",
|
|
34
|
+
"node.js.detected.package.eslint": "true",
|
|
35
|
+
"node.js.detected.package.tslint": "true",
|
|
36
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
37
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
38
|
+
"nodejs_package_manager_path": "npm",
|
|
39
|
+
"ts.external.directory.path": "D:\\D\\worktool\\webstorm\\WebStorm 2025.2.1\\plugins\\javascript-plugin\\jsLanguageServicesImpl\\external",
|
|
40
|
+
"vue.rearranger.settings.migration": "true"
|
|
41
41
|
}
|
|
42
|
-
}
|
|
42
|
+
}</component>
|
|
43
43
|
<component name="SharedIndexes">
|
|
44
44
|
<attachedChunks>
|
|
45
45
|
<set>
|
|
@@ -54,7 +54,8 @@
|
|
|
54
54
|
<option name="number" value="Default" />
|
|
55
55
|
<option name="presentableId" value="Default" />
|
|
56
56
|
<updated>1773824635073</updated>
|
|
57
|
-
<workItem from="1773824636393" duration="
|
|
57
|
+
<workItem from="1773824636393" duration="5695000" />
|
|
58
|
+
<workItem from="1773885776098" duration="140000" />
|
|
58
59
|
</task>
|
|
59
60
|
<servers />
|
|
60
61
|
</component>
|