kfb-view 3.0.3 → 3.0.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 +47 -40
- package/example/index.js +4 -4
- package/lib/kfb-view.js +1 -1
- package/package.json +1 -1
- package/src/components/navigator/index.js +15 -15
- package/src/components/tailoring/index.js +18 -2
package/.idea/workspace.xml
CHANGED
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
<change beforePath="$PROJECT_DIR$/example/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/example/index.js" afterDir="false" />
|
|
45
45
|
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
46
46
|
<change beforePath="$PROJECT_DIR$/src/components/tailoring/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/tailoring/index.js" afterDir="false" />
|
|
47
|
-
<change beforePath="$PROJECT_DIR$/src/view.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/view.js" afterDir="false" />
|
|
48
47
|
</list>
|
|
49
48
|
<option name="SHOW_DIALOG" value="false" />
|
|
50
49
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -80,25 +79,25 @@
|
|
|
80
79
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
81
80
|
<option name="showLibraryContents" value="true" />
|
|
82
81
|
</component>
|
|
83
|
-
<component name="PropertiesComponent"
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
82
|
+
<component name="PropertiesComponent">{
|
|
83
|
+
"keyToString": {
|
|
84
|
+
"DefaultHtmlFileTemplate": "HTML File",
|
|
85
|
+
"Project.color": "4c401d",
|
|
86
|
+
"WebServerToolWindowFactoryState": "false",
|
|
87
|
+
"dart.analysis.tool.window.visible": "false",
|
|
88
|
+
"git-widget-placeholder": "master",
|
|
89
|
+
"last_opened_file_path": "/home/fanqifeng/WebstormProjects/kfb-view",
|
|
90
|
+
"node.js.detected.package.eslint": "true",
|
|
91
|
+
"node.js.detected.package.tslint": "true",
|
|
92
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
93
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
94
|
+
"nodejs_interpreter_path": "/home/fanqifeng/.nvm/versions/node/v10.15.1/bin/node",
|
|
95
|
+
"nodejs_package_manager_path": "npm",
|
|
96
|
+
"settings.editor.selected.configurable": "settings.nodejs",
|
|
97
|
+
"ts.external.directory.path": "/opt/WebStorm/plugins/javascript-impl/jsLanguageServicesImpl/external",
|
|
98
|
+
"vue.rearranger.settings.migration": "true"
|
|
100
99
|
}
|
|
101
|
-
}
|
|
100
|
+
}</component>
|
|
102
101
|
<component name="RecentsManager">
|
|
103
102
|
<key name="CopyFile.RECENT_KEYS">
|
|
104
103
|
<recent name="$PROJECT_DIR$/src/plugin/openseadragon" />
|
|
@@ -115,7 +114,7 @@
|
|
|
115
114
|
<recent name="$PROJECT_DIR$/src/tool" />
|
|
116
115
|
</key>
|
|
117
116
|
</component>
|
|
118
|
-
<component name="RunManager" selected="npm.
|
|
117
|
+
<component name="RunManager" selected="npm.build:lib">
|
|
119
118
|
<configuration name="build:lib" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
|
|
120
119
|
<package-json value="$PROJECT_DIR$/package.json" />
|
|
121
120
|
<command value="run" />
|
|
@@ -178,8 +177,8 @@
|
|
|
178
177
|
</list>
|
|
179
178
|
<recent_temporary>
|
|
180
179
|
<list>
|
|
181
|
-
<item itemvalue="npm.server:hot" />
|
|
182
180
|
<item itemvalue="npm.build:lib" />
|
|
181
|
+
<item itemvalue="npm.server:hot" />
|
|
183
182
|
<item itemvalue="npm.server" />
|
|
184
183
|
<item itemvalue="npm.clean:lib" />
|
|
185
184
|
<item itemvalue="npm.build:prod" />
|
|
@@ -414,21 +413,15 @@
|
|
|
414
413
|
<workItem from="1679728741473" duration="161000" />
|
|
415
414
|
<workItem from="1680268962874" duration="1136000" />
|
|
416
415
|
<workItem from="1680271989452" duration="591000" />
|
|
417
|
-
<workItem from="1680437372638" duration="
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
<
|
|
421
|
-
<
|
|
422
|
-
<
|
|
423
|
-
<
|
|
424
|
-
<
|
|
425
|
-
|
|
426
|
-
<task id="LOCAL-00077" summary="优化标注图形显示,一次最多绘制5000个点,超过的标注延迟加载">
|
|
427
|
-
<created>1657592781786</created>
|
|
428
|
-
<option name="number" value="00077" />
|
|
429
|
-
<option name="presentableId" value="LOCAL-00077" />
|
|
430
|
-
<option name="project" value="LOCAL" />
|
|
431
|
-
<updated>1657592781786</updated>
|
|
416
|
+
<workItem from="1680437372638" duration="2994000" />
|
|
417
|
+
<workItem from="1680440411212" duration="49000" />
|
|
418
|
+
<workItem from="1680526343598" duration="1856000" />
|
|
419
|
+
<workItem from="1680595613024" duration="557000" />
|
|
420
|
+
<workItem from="1680596301151" duration="1804000" />
|
|
421
|
+
<workItem from="1680740253103" duration="572000" />
|
|
422
|
+
<workItem from="1680746491709" duration="597000" />
|
|
423
|
+
<workItem from="1680750141486" duration="416000" />
|
|
424
|
+
<workItem from="1680834237716" duration="1402000" />
|
|
432
425
|
</task>
|
|
433
426
|
<task id="LOCAL-00078" summary="键盘事件更新,delete可删除曲线标注点,双击可添加曲线标注点">
|
|
434
427
|
<created>1657607397044</created>
|
|
@@ -759,7 +752,21 @@
|
|
|
759
752
|
<option name="project" value="LOCAL" />
|
|
760
753
|
<updated>1680269167145</updated>
|
|
761
754
|
</task>
|
|
762
|
-
<
|
|
755
|
+
<task id="LOCAL-00125" summary="build:3.0.3 截图支持设置分辨率,质量,格式">
|
|
756
|
+
<created>1680440104839</created>
|
|
757
|
+
<option name="number" value="00125" />
|
|
758
|
+
<option name="presentableId" value="LOCAL-00125" />
|
|
759
|
+
<option name="project" value="LOCAL" />
|
|
760
|
+
<updated>1680440104840</updated>
|
|
761
|
+
</task>
|
|
762
|
+
<task id="LOCAL-00126" summary="build:3.0.3导航图宽高限制">
|
|
763
|
+
<created>1680528157819</created>
|
|
764
|
+
<option name="number" value="00126" />
|
|
765
|
+
<option name="presentableId" value="LOCAL-00126" />
|
|
766
|
+
<option name="project" value="LOCAL" />
|
|
767
|
+
<updated>1680528157819</updated>
|
|
768
|
+
</task>
|
|
769
|
+
<option name="localTasksCounter" value="127" />
|
|
763
770
|
<servers />
|
|
764
771
|
</component>
|
|
765
772
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -802,8 +809,6 @@
|
|
|
802
809
|
<component name="VcsManagerConfiguration">
|
|
803
810
|
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
|
804
811
|
<option name="LOCAL_CHANGES_DETAILS_PREVIEW_SHOWN" value="false" />
|
|
805
|
-
<MESSAGE value="矩形框的选中点变成线" />
|
|
806
|
-
<MESSAGE value="2.3.0" />
|
|
807
812
|
<MESSAGE value="矩形移动点默认隐藏,悬浮显示" />
|
|
808
813
|
<MESSAGE value="label.model.js" />
|
|
809
814
|
<MESSAGE value="解决反向绘制时,标注信息显示错误" />
|
|
@@ -827,7 +832,9 @@
|
|
|
827
832
|
<MESSAGE value="feat:截图生成的图片保留标注信息" />
|
|
828
833
|
<MESSAGE value="build:3.0.1" />
|
|
829
834
|
<MESSAGE value="build:3.0.2 截图图片格式自定义" />
|
|
830
|
-
<
|
|
835
|
+
<MESSAGE value="build:3.0.3 截图支持设置分辨率,质量,格式" />
|
|
836
|
+
<MESSAGE value="build:3.0.3导航图宽高限制" />
|
|
837
|
+
<option name="LAST_COMMIT_MESSAGE" value="build:3.0.3导航图宽高限制" />
|
|
831
838
|
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="true" />
|
|
832
839
|
</component>
|
|
833
840
|
<component name="XSLT-Support.FileAssociations.UIState">
|
package/example/index.js
CHANGED
|
@@ -69,10 +69,10 @@ instance.get(`/process/info?file=${fileName}`).then(({data}) => {
|
|
|
69
69
|
bottom: 10,
|
|
70
70
|
},
|
|
71
71
|
navigator: {
|
|
72
|
-
|
|
73
|
-
style: '
|
|
74
|
-
|
|
75
|
-
|
|
72
|
+
thumbnail: `/api/process/getImage?file=${fileName}&type=thumbnail`,
|
|
73
|
+
style: 'left: 0;bottom: 0',
|
|
74
|
+
width: 300,
|
|
75
|
+
height: 300,
|
|
76
76
|
},
|
|
77
77
|
pxConversion: {
|
|
78
78
|
unit: 'um',
|