bl-common-vue3 3.7.154 → 3.7.156
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/claudeCodeTabState.xml +21 -0
- package/.idea/components_vue3.iml +8 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/php.xml +19 -0
- package/.idea/vcs.xml +6 -0
- package/lib/vue3common.common.js +155 -151
- package/lib/vue3common.umd.js +155 -151
- package/lib/vue3common.umd.min.js +8 -8
- package/package.json +1 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ClaudeCodeTabState">
|
|
4
|
+
<option name="tabSessions">
|
|
5
|
+
<map>
|
|
6
|
+
<entry key="0">
|
|
7
|
+
<value>
|
|
8
|
+
<TabSessionState>
|
|
9
|
+
<option name="provider" value="codex" />
|
|
10
|
+
<option name="sessionId" value="019e1b2c-a51e-7b51-a492-3a98b5ceff02" />
|
|
11
|
+
<option name="cwd" value="$PROJECT_DIR$" />
|
|
12
|
+
<option name="model" value="gpt-5.5" />
|
|
13
|
+
<option name="permissionMode" value="default" />
|
|
14
|
+
<option name="reasoningEffort" value="high" />
|
|
15
|
+
</TabSessionState>
|
|
16
|
+
</value>
|
|
17
|
+
</entry>
|
|
18
|
+
</map>
|
|
19
|
+
</option>
|
|
20
|
+
</component>
|
|
21
|
+
</project>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$" />
|
|
5
|
+
<orderEntry type="inheritedJdk" />
|
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
+
</component>
|
|
8
|
+
</module>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ProjectModuleManager">
|
|
4
|
+
<modules>
|
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/components_vue3.iml" filepath="$PROJECT_DIR$/.idea/components_vue3.iml" />
|
|
6
|
+
</modules>
|
|
7
|
+
</component>
|
|
8
|
+
</project>
|
package/.idea/php.xml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="MessDetectorOptionsConfiguration">
|
|
4
|
+
<option name="transferred" value="true" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="PHPCSFixerOptionsConfiguration">
|
|
7
|
+
<option name="transferred" value="true" />
|
|
8
|
+
</component>
|
|
9
|
+
<component name="PHPCodeSnifferOptionsConfiguration">
|
|
10
|
+
<option name="highlightLevel" value="WARNING" />
|
|
11
|
+
<option name="transferred" value="true" />
|
|
12
|
+
</component>
|
|
13
|
+
<component name="PhpStanOptionsConfiguration">
|
|
14
|
+
<option name="transferred" value="true" />
|
|
15
|
+
</component>
|
|
16
|
+
<component name="PsalmOptionsConfiguration">
|
|
17
|
+
<option name="transferred" value="true" />
|
|
18
|
+
</component>
|
|
19
|
+
</project>
|