kfb-view 2.1.6 → 2.1.7
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 +40 -26
- package/example/index.js +1 -1
- package/lib/kfb-view.js +1 -1
- package/package.json +1 -1
- package/src/components/graduation/index.js +4 -5
package/.idea/workspace.xml
CHANGED
|
@@ -36,12 +36,7 @@
|
|
|
36
36
|
</select>
|
|
37
37
|
</component>
|
|
38
38
|
<component name="ChangeListManager">
|
|
39
|
-
<list default="true" id="55024232-8108-4dc9-9bd3-0fd2aa2f34f8" name="Default Changelist" comment=""
|
|
40
|
-
<change beforePath="$PROJECT_DIR$/babel.config.js" beforeDir="false" afterPath="$PROJECT_DIR$/babel.config.js" afterDir="false" />
|
|
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/navigator/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/navigator/index.js" afterDir="false" />
|
|
44
|
-
</list>
|
|
39
|
+
<list default="true" id="55024232-8108-4dc9-9bd3-0fd2aa2f34f8" name="Default Changelist" comment="" />
|
|
45
40
|
<option name="SHOW_DIALOG" value="false" />
|
|
46
41
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
47
42
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -170,8 +165,8 @@
|
|
|
170
165
|
<item itemvalue="npm.build:lib" />
|
|
171
166
|
<item itemvalue="npm.server:hot" />
|
|
172
167
|
<item itemvalue="npm.lint" />
|
|
173
|
-
<item itemvalue="npm.server:dev" />
|
|
174
168
|
<item itemvalue="npm.build:prod" />
|
|
169
|
+
<item itemvalue="npm.server:dev" />
|
|
175
170
|
</list>
|
|
176
171
|
</recent_temporary>
|
|
177
172
|
</component>
|
|
@@ -245,7 +240,10 @@
|
|
|
245
240
|
<workItem from="1632988331348" duration="597000" />
|
|
246
241
|
<workItem from="1633433313520" duration="532000" />
|
|
247
242
|
<workItem from="1633434001653" duration="14000" />
|
|
248
|
-
<workItem from="1634268135304" duration="
|
|
243
|
+
<workItem from="1634268135304" duration="1276000" />
|
|
244
|
+
<workItem from="1634344422400" duration="3753000" />
|
|
245
|
+
<workItem from="1634435147345" duration="2072000" />
|
|
246
|
+
<workItem from="1634438173344" duration="675000" />
|
|
249
247
|
</task>
|
|
250
248
|
<task id="LOCAL-00001" summary="2.0.0重构">
|
|
251
249
|
<created>1600767106537</created>
|
|
@@ -548,7 +546,21 @@
|
|
|
548
546
|
<option name="project" value="LOCAL" />
|
|
549
547
|
<updated>1632379605009</updated>
|
|
550
548
|
</task>
|
|
551
|
-
<
|
|
549
|
+
<task id="LOCAL-00044" summary="chrome 49版本兼容">
|
|
550
|
+
<created>1634268789961</created>
|
|
551
|
+
<option name="number" value="00044" />
|
|
552
|
+
<option name="presentableId" value="LOCAL-00044" />
|
|
553
|
+
<option name="project" value="LOCAL" />
|
|
554
|
+
<updated>1634268789961</updated>
|
|
555
|
+
</task>
|
|
556
|
+
<task id="LOCAL-00045" summary="刻度线显示异常">
|
|
557
|
+
<created>1634437932304</created>
|
|
558
|
+
<option name="number" value="00045" />
|
|
559
|
+
<option name="presentableId" value="LOCAL-00045" />
|
|
560
|
+
<option name="project" value="LOCAL" />
|
|
561
|
+
<updated>1634437932304</updated>
|
|
562
|
+
</task>
|
|
563
|
+
<option name="localTasksCounter" value="46" />
|
|
552
564
|
<servers />
|
|
553
565
|
</component>
|
|
554
566
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -591,8 +603,6 @@
|
|
|
591
603
|
<component name="VcsManagerConfiguration">
|
|
592
604
|
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
|
593
605
|
<option name="LOCAL_CHANGES_DETAILS_PREVIEW_SHOWN" value="false" />
|
|
594
|
-
<MESSAGE value="2.0.8单个标注允许拖动" />
|
|
595
|
-
<MESSAGE value="2.0.9单个标注允许移动和调整大小" />
|
|
596
606
|
<MESSAGE value="2.0.10缩略图" />
|
|
597
607
|
<MESSAGE value="2.0.11截图优化" />
|
|
598
608
|
<MESSAGE value="2.0.12增加lib打包" />
|
|
@@ -616,7 +626,9 @@
|
|
|
616
626
|
<MESSAGE value="2.1.3" />
|
|
617
627
|
<MESSAGE value="2.1.4" />
|
|
618
628
|
<MESSAGE value="navigator 获取元素方式修改" />
|
|
619
|
-
<
|
|
629
|
+
<MESSAGE value="chrome 49版本兼容" />
|
|
630
|
+
<MESSAGE value="刻度线显示异常" />
|
|
631
|
+
<option name="LAST_COMMIT_MESSAGE" value="刻度线显示异常" />
|
|
620
632
|
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="true" />
|
|
621
633
|
</component>
|
|
622
634
|
<component name="WindowStateProjectService">
|
|
@@ -624,9 +636,10 @@
|
|
|
624
636
|
<screen x="0" y="27" width="2560" height="1348" />
|
|
625
637
|
</state>
|
|
626
638
|
<state x="738" y="358" width="1084" height="756" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.27.2560.1348@0.27.2560.1348" timestamp="1626252602840" />
|
|
627
|
-
<state x="
|
|
628
|
-
<screen x="0" y="27" width="
|
|
639
|
+
<state x="804" y="176" width="937" height="804" key="CommitChangelistDialog2" timestamp="1634437932051">
|
|
640
|
+
<screen x="0" y="27" width="1861" height="1052" />
|
|
629
641
|
</state>
|
|
642
|
+
<state x="804" y="176" width="937" height="804" key="CommitChangelistDialog2/0.27.1861.1052@0.27.1861.1052" timestamp="1634437932051" />
|
|
630
643
|
<state x="1106" y="264" width="920" height="1030" key="CommitChangelistDialog2/0.27.2560.1348@0.27.2560.1348" timestamp="1632379604925" />
|
|
631
644
|
<state x="233" y="564" width="2360" height="1150" key="DiffContextDialog" timestamp="1632379478129">
|
|
632
645
|
<screen x="0" y="27" width="2560" height="1348" />
|
|
@@ -637,25 +650,25 @@
|
|
|
637
650
|
</state>
|
|
638
651
|
<state x="1063" y="458" width="424" height="484" key="FileChooserDialogImpl/0.27.2560.1348@0.27.2560.1348" timestamp="1630485689567" />
|
|
639
652
|
<state x="1595" y="688" key="FileChooserDialogImpl/0.27.3840.2068@0.27.3840.2068" timestamp="1632743649599" />
|
|
640
|
-
<state width="1834" height="301" key="GridCell.Tab.0.bottom" timestamp="
|
|
653
|
+
<state width="1834" height="301" key="GridCell.Tab.0.bottom" timestamp="1634436647542">
|
|
641
654
|
<screen x="0" y="27" width="1861" height="1052" />
|
|
642
655
|
</state>
|
|
643
|
-
<state width="1834" height="301" key="GridCell.Tab.0.bottom/0.27.1861.1052@0.27.1861.1052" timestamp="
|
|
656
|
+
<state width="1834" height="301" key="GridCell.Tab.0.bottom/0.27.1861.1052@0.27.1861.1052" timestamp="1634436647542" />
|
|
644
657
|
<state width="2533" height="408" key="GridCell.Tab.0.bottom/0.27.2560.1348@0.27.2560.1348" timestamp="1632382458365" />
|
|
645
|
-
<state width="1834" height="301" key="GridCell.Tab.0.center" timestamp="
|
|
658
|
+
<state width="1834" height="301" key="GridCell.Tab.0.center" timestamp="1634436647540">
|
|
646
659
|
<screen x="0" y="27" width="1861" height="1052" />
|
|
647
660
|
</state>
|
|
648
|
-
<state width="1834" height="301" key="GridCell.Tab.0.center/0.27.1861.1052@0.27.1861.1052" timestamp="
|
|
661
|
+
<state width="1834" height="301" key="GridCell.Tab.0.center/0.27.1861.1052@0.27.1861.1052" timestamp="1634436647540" />
|
|
649
662
|
<state width="2533" height="408" key="GridCell.Tab.0.center/0.27.2560.1348@0.27.2560.1348" timestamp="1632382458362" />
|
|
650
|
-
<state width="1834" height="301" key="GridCell.Tab.0.left" timestamp="
|
|
663
|
+
<state width="1834" height="301" key="GridCell.Tab.0.left" timestamp="1634436647539">
|
|
651
664
|
<screen x="0" y="27" width="1861" height="1052" />
|
|
652
665
|
</state>
|
|
653
|
-
<state width="1834" height="301" key="GridCell.Tab.0.left/0.27.1861.1052@0.27.1861.1052" timestamp="
|
|
666
|
+
<state width="1834" height="301" key="GridCell.Tab.0.left/0.27.1861.1052@0.27.1861.1052" timestamp="1634436647539" />
|
|
654
667
|
<state width="2533" height="408" key="GridCell.Tab.0.left/0.27.2560.1348@0.27.2560.1348" timestamp="1632382458361" />
|
|
655
|
-
<state width="1834" height="301" key="GridCell.Tab.0.right" timestamp="
|
|
668
|
+
<state width="1834" height="301" key="GridCell.Tab.0.right" timestamp="1634436647541">
|
|
656
669
|
<screen x="0" y="27" width="1861" height="1052" />
|
|
657
670
|
</state>
|
|
658
|
-
<state width="1834" height="301" key="GridCell.Tab.0.right/0.27.1861.1052@0.27.1861.1052" timestamp="
|
|
671
|
+
<state width="1834" height="301" key="GridCell.Tab.0.right/0.27.1861.1052@0.27.1861.1052" timestamp="1634436647541" />
|
|
659
672
|
<state width="2533" height="408" key="GridCell.Tab.0.right/0.27.2560.1348@0.27.2560.1348" timestamp="1632382458364" />
|
|
660
673
|
<state width="2533" height="457" key="GridCell.Tab.1.bottom" timestamp="1626673542669">
|
|
661
674
|
<screen x="0" y="27" width="2560" height="1348" />
|
|
@@ -713,14 +726,15 @@
|
|
|
713
726
|
<screen x="0" y="27" width="2560" height="1348" />
|
|
714
727
|
</state>
|
|
715
728
|
<state x="1122" y="606" width="306" height="187" key="VCS.ChangelistChooser/0.27.2560.1348@0.27.2560.1348" timestamp="1631757307782" />
|
|
716
|
-
<state x="
|
|
717
|
-
<screen x="0" y="27" width="
|
|
729
|
+
<state x="636" y="327" width="800" height="531" key="Vcs.Push.Dialog.v2" timestamp="1634268799005">
|
|
730
|
+
<screen x="0" y="27" width="1861" height="1052" />
|
|
718
731
|
</state>
|
|
732
|
+
<state x="636" y="327" key="Vcs.Push.Dialog.v2/0.27.1861.1052@0.27.1861.1052" timestamp="1634268799005" />
|
|
719
733
|
<state x="875" y="434" width="800" height="531" key="Vcs.Push.Dialog.v2/0.27.2560.1348@0.27.2560.1348" timestamp="1632364390828" />
|
|
720
|
-
<state x="704" y="306" width="839" height="626" key="find.popup" timestamp="
|
|
734
|
+
<state x="704" y="306" width="839" height="626" key="find.popup" timestamp="1634435934505">
|
|
721
735
|
<screen x="0" y="27" width="1861" height="1052" />
|
|
722
736
|
</state>
|
|
723
|
-
<state x="704" y="306" width="839" height="626" key="find.popup/0.27.1861.1052@0.27.1861.1052" timestamp="
|
|
737
|
+
<state x="704" y="306" width="839" height="626" key="find.popup/0.27.1861.1052@0.27.1861.1052" timestamp="1634435934505" />
|
|
724
738
|
<state x="969" y="384" width="1154" height="626" key="find.popup/0.27.2560.1348@0.27.2560.1348" timestamp="1632379533248" />
|
|
725
739
|
</component>
|
|
726
740
|
</project>
|
package/example/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {KfbView, cacheGammaTable, hslToRgb, rgbToHsl} from '../
|
|
1
|
+
import {KfbView, cacheGammaTable, hslToRgb, rgbToHsl} from '../src';
|
|
2
2
|
import axios from 'axios';
|
|
3
3
|
|
|
4
4
|
const fileName = '/upload/large_file/last/fb6f566d15cc52331e3c4f3e1794a748/T2020-00935.kfb';
|