kfb-view 2.3.4 → 2.3.5
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 +9 -2
- package/lib/kfb-view.js +1 -1
- package/package.json +1 -1
- package/src/components/tailoring/index.js +10 -4
package/.idea/workspace.xml
CHANGED
|
@@ -39,6 +39,8 @@
|
|
|
39
39
|
<list default="true" id="55024232-8108-4dc9-9bd3-0fd2aa2f34f8" name="Default Changelist" comment="">
|
|
40
40
|
<change beforePath="$PROJECT_DIR$/config/webpack.dev.conf.js" beforeDir="false" afterPath="$PROJECT_DIR$/config/webpack.dev.conf.js" afterDir="false" />
|
|
41
41
|
<change beforePath="$PROJECT_DIR$/example/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/example/index.js" afterDir="false" />
|
|
42
|
+
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
43
|
+
<change beforePath="$PROJECT_DIR$/src/components/tailoring/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/tailoring/index.js" afterDir="false" />
|
|
42
44
|
</list>
|
|
43
45
|
<option name="SHOW_DIALOG" value="false" />
|
|
44
46
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -106,7 +108,7 @@
|
|
|
106
108
|
<recent name="$PROJECT_DIR$/src/tool" />
|
|
107
109
|
</key>
|
|
108
110
|
</component>
|
|
109
|
-
<component name="RunManager" selected="npm.
|
|
111
|
+
<component name="RunManager" selected="npm.build:lib">
|
|
110
112
|
<configuration name="build:lib" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
|
|
111
113
|
<package-json value="$PROJECT_DIR$/package.json" />
|
|
112
114
|
<command value="run" />
|
|
@@ -169,8 +171,8 @@
|
|
|
169
171
|
</list>
|
|
170
172
|
<recent_temporary>
|
|
171
173
|
<list>
|
|
172
|
-
<item itemvalue="npm.server:hot" />
|
|
173
174
|
<item itemvalue="npm.build:lib" />
|
|
175
|
+
<item itemvalue="npm.server:hot" />
|
|
174
176
|
<item itemvalue="npm.server" />
|
|
175
177
|
<item itemvalue="npm.clean:lib" />
|
|
176
178
|
<item itemvalue="npm.build:prod" />
|
|
@@ -371,6 +373,11 @@
|
|
|
371
373
|
<workItem from="1667434716150" duration="280000" />
|
|
372
374
|
<workItem from="1667617108891" duration="2574000" />
|
|
373
375
|
<workItem from="1667627800845" duration="112000" />
|
|
376
|
+
<workItem from="1667787899066" duration="98000" />
|
|
377
|
+
<workItem from="1668850189781" duration="655000" />
|
|
378
|
+
<workItem from="1668991614733" duration="532000" />
|
|
379
|
+
<workItem from="1668992196461" duration="1190000" />
|
|
380
|
+
<workItem from="1669545429121" duration="316000" />
|
|
374
381
|
</task>
|
|
375
382
|
<task id="LOCAL-00063" summary="2.1.17">
|
|
376
383
|
<created>1651037523261</created>
|