kfb-view 3.0.7 → 3.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/workspace.xml +16 -12
- package/example/index.js +5 -4
- package/lib/kfb-view.js +1 -1
- package/package.json +1 -1
- package/src/components/grid/index.js +8 -3
- package/src/view.js +1 -0
package/.idea/workspace.xml
CHANGED
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
<change beforePath="$PROJECT_DIR$/config/webpack.dev.conf.js" beforeDir="false" afterPath="$PROJECT_DIR$/config/webpack.dev.conf.js" afterDir="false" />
|
|
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
|
+
<change beforePath="$PROJECT_DIR$/src/components/grid/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/components/grid/index.js" afterDir="false" />
|
|
46
47
|
<change beforePath="$PROJECT_DIR$/src/view.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/view.js" afterDir="false" />
|
|
47
48
|
</list>
|
|
48
49
|
<option name="SHOW_DIALOG" value="false" />
|
|
@@ -201,10 +202,10 @@
|
|
|
201
202
|
<recent_temporary>
|
|
202
203
|
<list>
|
|
203
204
|
<item itemvalue="npm.server:hot" />
|
|
205
|
+
<item itemvalue="npm.build:lib" />
|
|
204
206
|
<item itemvalue="npm.clean:lib" />
|
|
205
207
|
<item itemvalue="npm.server" />
|
|
206
208
|
<item itemvalue="npm.build:prod" />
|
|
207
|
-
<item itemvalue="npm.build:lib" />
|
|
208
209
|
</list>
|
|
209
210
|
</recent_temporary>
|
|
210
211
|
</component>
|
|
@@ -447,14 +448,10 @@
|
|
|
447
448
|
<workItem from="1680834237716" duration="2982000" />
|
|
448
449
|
<workItem from="1680858434486" duration="1348000" />
|
|
449
450
|
<workItem from="1680861296669" duration="2435000" />
|
|
450
|
-
<workItem from="1681268502306" duration="
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
<
|
|
454
|
-
<option name="number" value="00082" />
|
|
455
|
-
<option name="presentableId" value="LOCAL-00082" />
|
|
456
|
-
<option name="project" value="LOCAL" />
|
|
457
|
-
<updated>1657612343466</updated>
|
|
451
|
+
<workItem from="1681268502306" duration="3934000" />
|
|
452
|
+
<workItem from="1681279285513" duration="137000" />
|
|
453
|
+
<workItem from="1681978839304" duration="679000" />
|
|
454
|
+
<workItem from="1682382064540" duration="1428000" />
|
|
458
455
|
</task>
|
|
459
456
|
<task id="LOCAL-00083" summary="index.js">
|
|
460
457
|
<created>1657785699795</created>
|
|
@@ -792,7 +789,14 @@
|
|
|
792
789
|
<option name="project" value="LOCAL" />
|
|
793
790
|
<updated>1680859536589</updated>
|
|
794
791
|
</task>
|
|
795
|
-
<
|
|
792
|
+
<task id="LOCAL-00131" summary="build:3.0.7, 键盘按钮移动">
|
|
793
|
+
<created>1681277913648</created>
|
|
794
|
+
<option name="number" value="00131" />
|
|
795
|
+
<option name="presentableId" value="LOCAL-00131" />
|
|
796
|
+
<option name="project" value="LOCAL" />
|
|
797
|
+
<updated>1681277913649</updated>
|
|
798
|
+
</task>
|
|
799
|
+
<option name="localTasksCounter" value="132" />
|
|
796
800
|
<servers />
|
|
797
801
|
</component>
|
|
798
802
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -835,7 +839,6 @@
|
|
|
835
839
|
<component name="VcsManagerConfiguration">
|
|
836
840
|
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
|
837
841
|
<option name="LOCAL_CHANGES_DETAILS_PREVIEW_SHOWN" value="false" />
|
|
838
|
-
<MESSAGE value="优化渲染速度" />
|
|
839
842
|
<MESSAGE value="2.3.2" />
|
|
840
843
|
<MESSAGE value="优化速度" />
|
|
841
844
|
<MESSAGE value="2.3.3" />
|
|
@@ -860,7 +863,8 @@
|
|
|
860
863
|
<MESSAGE value="build:3.0.6 修复填充图形绘制时显示异常" />
|
|
861
864
|
<MESSAGE value="build:3.0.6 填充图形绘制时,内容偏移" />
|
|
862
865
|
<MESSAGE value="build:2.4.2, 填充图形绘制时偏移" />
|
|
863
|
-
<
|
|
866
|
+
<MESSAGE value="build:3.0.7, 键盘按钮移动" />
|
|
867
|
+
<option name="LAST_COMMIT_MESSAGE" value="build:3.0.7, 键盘按钮移动" />
|
|
864
868
|
<option name="REFORMAT_BEFORE_PROJECT_COMMIT" value="true" />
|
|
865
869
|
</component>
|
|
866
870
|
<component name="XSLT-Support.FileAssociations.UIState">
|
package/example/index.js
CHANGED
|
@@ -25,7 +25,7 @@ deleteEmptyImg.src = deleteEmptySvg;
|
|
|
25
25
|
const hasAuditImg = new Image();
|
|
26
26
|
hasAuditImg.src = hasAuditSvg;
|
|
27
27
|
|
|
28
|
-
const fileName = '/data/ftp/
|
|
28
|
+
const fileName = '/data/ftp/4702/16/slides/B20230126582023-04-23_18_03_58.kfb';
|
|
29
29
|
|
|
30
30
|
const instance = axios.create({
|
|
31
31
|
baseURL: '/api',
|
|
@@ -65,8 +65,8 @@ instance.get(`/common/kfb/info?file=${fileName}`).then(({data}) => {
|
|
|
65
65
|
},
|
|
66
66
|
graduation: {
|
|
67
67
|
show: true,
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
right: 100,
|
|
69
|
+
top: 30,
|
|
70
70
|
},
|
|
71
71
|
navigator: {
|
|
72
72
|
disabled: false,
|
|
@@ -80,7 +80,8 @@ instance.get(`/common/kfb/info?file=${fileName}`).then(({data}) => {
|
|
|
80
80
|
},
|
|
81
81
|
grid: {
|
|
82
82
|
show: false,
|
|
83
|
-
ruler:
|
|
83
|
+
ruler: true,
|
|
84
|
+
pxConversion: false,
|
|
84
85
|
},
|
|
85
86
|
openSeadragonOptions: {
|
|
86
87
|
maxZoomLevel: data.scanScale * 10,
|