vislite 0.5.2-alpha.1 → 0.5.2

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.
Files changed (191) hide show
  1. package/.editorconfig +18 -18
  2. package/AUTHORS.txt +6 -6
  3. package/CHANGELOG +143 -137
  4. package/LICENSE +20 -20
  5. package/README.md +69 -69
  6. package/lib/Buffer/index.umd.js +36 -36
  7. package/lib/Buffer/index.umd.min.js +2 -2
  8. package/lib/Canvas/index.umd.js +650 -650
  9. package/lib/Canvas/index.umd.min.js +2 -2
  10. package/lib/Cardinal/index.umd.js +91 -91
  11. package/lib/Cardinal/index.umd.min.js +2 -2
  12. package/lib/Eoap/index.umd.js +34 -34
  13. package/lib/Eoap/index.umd.min.js +2 -2
  14. package/lib/Geometry/index.umd.js +142 -142
  15. package/lib/Geometry/index.umd.min.js +2 -2
  16. package/lib/Hermite/index.umd.js +36 -36
  17. package/lib/Hermite/index.umd.min.js +2 -2
  18. package/lib/Matrix4/index.umd.js +119 -119
  19. package/lib/Matrix4/index.umd.min.js +2 -2
  20. package/lib/Mercator/index.umd.js +20 -20
  21. package/lib/Mercator/index.umd.min.js +2 -2
  22. package/lib/OralCanvas/index.es.js +598 -598
  23. package/lib/OralCanvas/index.es.min.js +2 -2
  24. package/lib/OralWebGL/index.es.js +532 -532
  25. package/lib/OralWebGL/index.es.min.js +3 -3
  26. package/lib/SVG/index.umd.js +470 -405
  27. package/lib/SVG/index.umd.min.js +3 -3
  28. package/lib/Shader/index.umd.js +69 -69
  29. package/lib/Shader/index.umd.min.js +3 -3
  30. package/lib/Texture/index.umd.js +53 -53
  31. package/lib/Texture/index.umd.min.js +2 -2
  32. package/lib/TreeLayout/index.umd.js +363 -363
  33. package/lib/TreeLayout/index.umd.min.js +2 -2
  34. package/lib/WebGL/index.umd.js +579 -579
  35. package/lib/WebGL/index.umd.min.js +3 -3
  36. package/lib/animation/index.umd.js +72 -72
  37. package/lib/animation/index.umd.min.js +2 -2
  38. package/lib/formatColor/index.umd.js +40 -40
  39. package/lib/formatColor/index.umd.min.js +2 -2
  40. package/lib/getLoopColors/index.umd.js +36 -36
  41. package/lib/getLoopColors/index.umd.min.js +2 -2
  42. package/lib/getWebGLContext/index.umd.js +44 -44
  43. package/lib/getWebGLContext/index.umd.min.js +2 -2
  44. package/lib/index.umd.js +2744 -2662
  45. package/lib/index.umd.min.js +3 -3
  46. package/lib/move/index.umd.js +27 -0
  47. package/lib/move/index.umd.min.js +11 -0
  48. package/lib/resizeObserver/index.umd.js +29 -29
  49. package/lib/resizeObserver/index.umd.min.js +2 -2
  50. package/lib/rotate/index.umd.js +8 -8
  51. package/lib/rotate/index.umd.min.js +2 -2
  52. package/lib/ruler/index.umd.js +126 -126
  53. package/lib/ruler/index.umd.min.js +2 -2
  54. package/lib/scale/index.umd.js +26 -0
  55. package/lib/scale/index.umd.min.js +11 -0
  56. package/lib/throttle/index.umd.js +49 -49
  57. package/lib/throttle/index.umd.min.js +2 -2
  58. package/lib/viewHandler/index.umd.js +120 -120
  59. package/lib/viewHandler/index.umd.min.js +2 -2
  60. package/miniprogram/ui-canvas/index.js +107 -107
  61. package/miniprogram/ui-canvas/index.json +4 -4
  62. package/miniprogram/ui-canvas/index.wxml +4 -4
  63. package/miniprogram/ui-canvas/index.wxss +5 -5
  64. package/package/Buffer/index.ts +2 -2
  65. package/package/Canvas/index.ts +2 -2
  66. package/package/Cardinal/index.ts +2 -2
  67. package/package/Eoap/index.ts +2 -2
  68. package/package/Geometry/index.ts +2 -2
  69. package/package/Hermite/index.ts +2 -2
  70. package/package/Matrix4/index.ts +2 -2
  71. package/package/Mercator/index.ts +2 -2
  72. package/package/OralCanvas/index.ts +2 -2
  73. package/package/OralWebGL/index.ts +2 -2
  74. package/package/SVG/index.ts +2 -2
  75. package/package/Shader/index.ts +39 -39
  76. package/package/Texture/index.ts +2 -2
  77. package/package/TreeLayout/index.ts +2 -2
  78. package/package/WebGL/index.ts +2 -2
  79. package/package/animation/index.ts +2 -2
  80. package/package/formatColor/index.ts +2 -2
  81. package/package/getLoopColors/index.ts +2 -2
  82. package/package/getWebGLContext/index.ts +39 -39
  83. package/package/index.ts +76 -72
  84. package/package/move/index.ts +3 -0
  85. package/package/resizeObserver/index.ts +2 -2
  86. package/package/rotate/index.ts +2 -2
  87. package/package/ruler/index.ts +2 -2
  88. package/package/scale/index.ts +3 -0
  89. package/package/throttle/index.ts +2 -2
  90. package/package/viewHandler/index.ts +2 -2
  91. package/package.json +66 -66
  92. package/src/Canvas.ts +67 -67
  93. package/src/Eoap.ts +66 -66
  94. package/src/Geometry.ts +82 -82
  95. package/src/Matrix4/index.ts +76 -76
  96. package/src/Matrix4/move.ts +12 -12
  97. package/src/Matrix4/rotate.ts +15 -15
  98. package/src/Matrix4/scale.ts +11 -11
  99. package/src/Matrix4/transform.ts +64 -64
  100. package/src/Mercator.ts +27 -27
  101. package/src/SVG.ts +24 -24
  102. package/src/TreeLayout/index.ts +186 -186
  103. package/src/WebGL.ts +66 -66
  104. package/src/animation.ts +98 -98
  105. package/src/common/assemble.ts +22 -22
  106. package/src/common/canvas/arc.ts +50 -50
  107. package/src/common/canvas/config.ts +158 -158
  108. package/src/common/canvas/gradient.ts +29 -29
  109. package/src/common/canvas/index.ts +168 -168
  110. package/src/common/canvas/painter.ts +426 -426
  111. package/src/common/canvas/texts.ts +18 -18
  112. package/src/common/geometry/prism-horizontal.ts +33 -33
  113. package/src/common/geometry/prism-vertical.ts +40 -40
  114. package/src/common/geometry/sphere-fragment.ts +39 -39
  115. package/src/common/geometry/tool/circle.ts +11 -11
  116. package/src/common/mergeOption.ts +6 -6
  117. package/src/common/setStyle.ts +5 -5
  118. package/src/common/svg/config.ts +186 -174
  119. package/src/common/svg/gradient.ts +63 -0
  120. package/src/common/svg/index.ts +356 -344
  121. package/src/common/svg/tool.ts +44 -44
  122. package/src/common/tree/index.ts +25 -25
  123. package/src/common/tree/toInnerTree.ts +56 -56
  124. package/src/common/tree/toPlainTree.ts +131 -131
  125. package/src/common/webgl/buffer.ts +79 -79
  126. package/src/common/webgl/doDraw.ts +108 -108
  127. package/src/common/webgl/getColorFactory.ts +26 -26
  128. package/src/common/webgl/getShader.ts +48 -48
  129. package/src/common/webgl/getTexture.ts +11 -11
  130. package/src/common/webgl/getWebGLContext.ts +27 -27
  131. package/src/common/webgl/index.ts +223 -223
  132. package/src/common/webgl/shader.ts +75 -75
  133. package/src/common/webgl/texture.ts +96 -96
  134. package/src/formatColor.ts +44 -44
  135. package/src/getLoopColors.ts +42 -42
  136. package/src/interpolation/Cardinal.ts +110 -110
  137. package/src/interpolation/Hermite.ts +65 -65
  138. package/src/move.ts +8 -0
  139. package/src/resizeObserver.ts +36 -36
  140. package/src/rotate.ts +7 -7
  141. package/src/ruler.ts +188 -188
  142. package/src/scale.ts +7 -0
  143. package/src/shader/fsColor.c +7 -7
  144. package/src/shader/fsColors.c +7 -7
  145. package/src/shader/fsCube.c +8 -8
  146. package/src/shader/fsImage.c +8 -8
  147. package/src/shader/vsColor.c +17 -17
  148. package/src/shader/vsColors.c +13 -13
  149. package/src/shader/vsCube.c +13 -13
  150. package/src/shader/vsImage.c +13 -13
  151. package/src/throttle.ts +51 -51
  152. package/src/viewHandler.ts +158 -158
  153. package/types/Buffer.d.ts +23 -23
  154. package/types/Canvas.d.ts +300 -300
  155. package/types/CanvasConfig.d.ts +106 -106
  156. package/types/CanvasOption.d.ts +7 -7
  157. package/types/Cardinal.d.ts +13 -13
  158. package/types/Geometry.d.ts +40 -40
  159. package/types/GeometryOption.d.ts +11 -11
  160. package/types/GeometryResult.d.ts +18 -18
  161. package/types/Gradient.d.ts +14 -14
  162. package/types/Hermite.d.ts +18 -18
  163. package/types/Map.d.ts +9 -9
  164. package/types/Matrix4.d.ts +42 -42
  165. package/types/Object3D.d.ts +114 -114
  166. package/types/SVG.d.ts +238 -215
  167. package/types/SVGConfig.d.ts +76 -76
  168. package/types/Scene3D.d.ts +6 -6
  169. package/types/Shader.d.ts +21 -21
  170. package/types/Texture.d.ts +16 -16
  171. package/types/Tree.d.ts +69 -69
  172. package/types/TreeConfig.d.ts +24 -24
  173. package/types/TreeLayout.d.ts +54 -54
  174. package/types/TreeOption.d.ts +48 -48
  175. package/types/WebGL.d.ts +38 -38
  176. package/types/WebGLOption.d.ts +7 -7
  177. package/types/animation.d.ts +6 -6
  178. package/types/formatColor.d.ts +2 -2
  179. package/types/getLoopColors.d.ts +2 -2
  180. package/types/getWebGLContext.d.ts +2 -2
  181. package/types/index.d.ts +175 -169
  182. package/types/move.d.ts +3 -0
  183. package/types/painterConfig.d.ts +2 -2
  184. package/types/resizeObserver.d.ts +2 -2
  185. package/types/rotate.d.ts +2 -2
  186. package/types/ruler.d.ts +7 -7
  187. package/types/scale.d.ts +3 -0
  188. package/types/throttle.d.ts +4 -4
  189. package/types/throttleOption.d.ts +21 -21
  190. package/types/viewHandler.d.ts +13 -13
  191. package/uni-app/ui-canvas.vue +226 -226
@@ -1,12 +1,12 @@
1
1
  /*!
2
- * VISLite JavaScript Library v0.5.2-alpha.1
2
+ * VISLite JavaScript Library v0.5.2
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  *
5
5
  * Copyright zxl20070701
6
6
  * Released under the MIT license
7
7
  * https://zxl20070701.github.io/notebook/home.html
8
8
  *
9
- * Publish Date: Thu Oct 12 2023 15:44:35 GMT+0800 (China Standard Time)
9
+ * Publish Date: Sat Nov 04 2023 09:25:44 GMT+0800 (中国标准时间)
10
10
  */
11
11
  (function (global, factory) {
12
12
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -14,130 +14,130 @@
14
14
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.VISLite_ruler = factory());
15
15
  })(this, (function () { 'use strict';
16
16
 
17
- function ruler (maxValue, minValue, num, option) {
18
- if (maxValue < minValue) {
19
- var temp = minValue;
20
- minValue = maxValue;
21
- maxValue = temp;
22
- }
23
- else if (maxValue == minValue) {
24
- return [maxValue];
25
- }
26
- var times100 = (function (_value) {
27
- var _times100_base = (_value < 100 && _value > -100) ? 10 : 0.1;
28
- var _times100 = -1, _tiemsValue = _value;
29
- while (_times100_base == 10 ?
30
- (_tiemsValue >= -100 && _tiemsValue <= 100)
31
- :
32
- (_tiemsValue <= -100 || _tiemsValue >= 100)) {
33
- _times100 += 1;
34
- _tiemsValue *= _times100_base;
35
- }
36
- if (_times100_base == 10) {
37
- return Math.pow(10, _times100);
38
- }
39
- else {
40
- var temp = "0.";
41
- for (var i = 1; i < _times100; i++) {
42
- temp += "0";
43
- }
44
- return +(temp + "1");
45
- }
46
- })(maxValue - minValue);
47
- var distance100_oral = Math.ceil((maxValue - minValue) * times100 / num);
48
- var getResult = function (changValue) {
49
- var distance100 = {
50
- 3: 2,
51
- 4: 5,
52
- 6: 5,
53
- 7: 5,
54
- 8: 10,
55
- 9: 10,
56
- 11: 10,
57
- 12: 10,
58
- 13: 15,
59
- 14: 15,
60
- 16: 15,
61
- 17: 15,
62
- 18: 20,
63
- 19: 20,
64
- 21: 20,
65
- 22: 20,
66
- 23: 25,
67
- 24: 25,
68
- 26: 25,
69
- 27: 25
70
- }[distance100_oral + changValue] || (distance100_oral + changValue);
71
- var distance = distance100 / times100;
72
- var begin = Math.floor(minValue / distance) * distance;
73
- var rulerArray = [];
74
- rulerArray.push(begin);
75
- for (var index = 1; rulerArray[rulerArray.length - 1] < maxValue; index++) {
76
- rulerArray.push(begin + distance * index);
77
- }
78
- return rulerArray;
79
- };
80
- var rulerArray = getResult(0);
81
- var balanceMax = function () {
82
- var rulerArray_temp = [];
83
- var changeDist = rulerArray[rulerArray.length - 1] - option.max;
84
- for (var index = 0; index < rulerArray.length; index++) {
85
- if (index + 1 < rulerArray.length && rulerArray[index + 1] - changeDist < minValue) ;
86
- else {
87
- rulerArray_temp.push(rulerArray[index] - changeDist);
88
- }
89
- }
90
- return rulerArray_temp;
91
- };
92
- var balanceMin = function () {
93
- var rulerArray_temp = [];
94
- var changeDist = rulerArray[0] - option.min;
95
- for (var index = 0; index < rulerArray.length; index++) {
96
- rulerArray_temp[index] = rulerArray[index] - changeDist;
97
- if (maxValue <= rulerArray_temp[index])
98
- break;
99
- }
100
- return rulerArray_temp;
101
- };
102
- if (option) {
103
- if ('max' in option && 'min' in option && option.max >= maxValue && option.min <= minValue) {
104
- var isAnswer = function () {
105
- if (rulerArray[0] >= option.min && rulerArray[rulerArray.length - 1] <= option.max)
106
- return true;
107
- var rulerArray_max = balanceMax();
108
- if (rulerArray_max[0] >= option.min && rulerArray_max[rulerArray_max.length - 1] <= option.max) {
109
- rulerArray = rulerArray_max;
110
- return true;
111
- }
112
- var rulerArray_min = balanceMin();
113
- if (rulerArray_min[0] >= option.min && rulerArray_min[rulerArray_max.length - 1] <= option.max) {
114
- rulerArray = rulerArray_min;
115
- return true;
116
- }
117
- };
118
- if (isAnswer())
119
- return rulerArray;
120
- for (var changValue = 1; changValue < 100; changValue++) {
121
- rulerArray = getResult(changValue);
122
- if (isAnswer())
123
- return rulerArray;
124
- rulerArray = getResult(-changValue);
125
- if (isAnswer())
126
- return rulerArray;
127
- }
128
- }
129
- if ('max' in option && option.max >= maxValue) {
130
- if (option.max < rulerArray[rulerArray.length - 1]) {
131
- rulerArray = balanceMax();
132
- }
133
- }
134
- else if ('min' in option && option.min <= minValue) {
135
- if (option.min > rulerArray[0]) {
136
- rulerArray = balanceMin();
137
- }
138
- }
139
- }
140
- return rulerArray;
17
+ function ruler (maxValue, minValue, num, option) {
18
+ if (maxValue < minValue) {
19
+ var temp = minValue;
20
+ minValue = maxValue;
21
+ maxValue = temp;
22
+ }
23
+ else if (maxValue == minValue) {
24
+ return [maxValue];
25
+ }
26
+ var times100 = (function (_value) {
27
+ var _times100_base = (_value < 100 && _value > -100) ? 10 : 0.1;
28
+ var _times100 = -1, _tiemsValue = _value;
29
+ while (_times100_base == 10 ?
30
+ (_tiemsValue >= -100 && _tiemsValue <= 100)
31
+ :
32
+ (_tiemsValue <= -100 || _tiemsValue >= 100)) {
33
+ _times100 += 1;
34
+ _tiemsValue *= _times100_base;
35
+ }
36
+ if (_times100_base == 10) {
37
+ return Math.pow(10, _times100);
38
+ }
39
+ else {
40
+ var temp = "0.";
41
+ for (var i = 1; i < _times100; i++) {
42
+ temp += "0";
43
+ }
44
+ return +(temp + "1");
45
+ }
46
+ })(maxValue - minValue);
47
+ var distance100_oral = Math.ceil((maxValue - minValue) * times100 / num);
48
+ var getResult = function (changValue) {
49
+ var distance100 = {
50
+ 3: 2,
51
+ 4: 5,
52
+ 6: 5,
53
+ 7: 5,
54
+ 8: 10,
55
+ 9: 10,
56
+ 11: 10,
57
+ 12: 10,
58
+ 13: 15,
59
+ 14: 15,
60
+ 16: 15,
61
+ 17: 15,
62
+ 18: 20,
63
+ 19: 20,
64
+ 21: 20,
65
+ 22: 20,
66
+ 23: 25,
67
+ 24: 25,
68
+ 26: 25,
69
+ 27: 25
70
+ }[distance100_oral + changValue] || (distance100_oral + changValue);
71
+ var distance = distance100 / times100;
72
+ var begin = Math.floor(minValue / distance) * distance;
73
+ var rulerArray = [];
74
+ rulerArray.push(begin);
75
+ for (var index = 1; rulerArray[rulerArray.length - 1] < maxValue; index++) {
76
+ rulerArray.push(begin + distance * index);
77
+ }
78
+ return rulerArray;
79
+ };
80
+ var rulerArray = getResult(0);
81
+ var balanceMax = function () {
82
+ var rulerArray_temp = [];
83
+ var changeDist = rulerArray[rulerArray.length - 1] - option.max;
84
+ for (var index = 0; index < rulerArray.length; index++) {
85
+ if (index + 1 < rulerArray.length && rulerArray[index + 1] - changeDist < minValue) ;
86
+ else {
87
+ rulerArray_temp.push(rulerArray[index] - changeDist);
88
+ }
89
+ }
90
+ return rulerArray_temp;
91
+ };
92
+ var balanceMin = function () {
93
+ var rulerArray_temp = [];
94
+ var changeDist = rulerArray[0] - option.min;
95
+ for (var index = 0; index < rulerArray.length; index++) {
96
+ rulerArray_temp[index] = rulerArray[index] - changeDist;
97
+ if (maxValue <= rulerArray_temp[index])
98
+ break;
99
+ }
100
+ return rulerArray_temp;
101
+ };
102
+ if (option) {
103
+ if ('max' in option && 'min' in option && option.max >= maxValue && option.min <= minValue) {
104
+ var isAnswer = function () {
105
+ if (rulerArray[0] >= option.min && rulerArray[rulerArray.length - 1] <= option.max)
106
+ return true;
107
+ var rulerArray_max = balanceMax();
108
+ if (rulerArray_max[0] >= option.min && rulerArray_max[rulerArray_max.length - 1] <= option.max) {
109
+ rulerArray = rulerArray_max;
110
+ return true;
111
+ }
112
+ var rulerArray_min = balanceMin();
113
+ if (rulerArray_min[0] >= option.min && rulerArray_min[rulerArray_max.length - 1] <= option.max) {
114
+ rulerArray = rulerArray_min;
115
+ return true;
116
+ }
117
+ };
118
+ if (isAnswer())
119
+ return rulerArray;
120
+ for (var changValue = 1; changValue < 100; changValue++) {
121
+ rulerArray = getResult(changValue);
122
+ if (isAnswer())
123
+ return rulerArray;
124
+ rulerArray = getResult(-changValue);
125
+ if (isAnswer())
126
+ return rulerArray;
127
+ }
128
+ }
129
+ if ('max' in option && option.max >= maxValue) {
130
+ if (option.max < rulerArray[rulerArray.length - 1]) {
131
+ rulerArray = balanceMax();
132
+ }
133
+ }
134
+ else if ('min' in option && option.min <= minValue) {
135
+ if (option.min > rulerArray[0]) {
136
+ rulerArray = balanceMin();
137
+ }
138
+ }
139
+ }
140
+ return rulerArray;
141
141
  }
142
142
 
143
143
  return ruler;
@@ -1,11 +1,11 @@
1
1
  /*!
2
- * VISLite JavaScript Library v0.5.2-alpha.1
2
+ * VISLite JavaScript Library v0.5.2
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  *
5
5
  * Copyright zxl20070701
6
6
  * Released under the MIT license
7
7
  * https://zxl20070701.github.io/notebook/home.html
8
8
  *
9
- * Publish Date: Thu Oct 12 2023 15:44:35 GMT+0800 (China Standard Time)
9
+ * Publish Date: Sat Nov 04 2023 09:25:44 GMT+0800 (中国标准时间)
10
10
  */
11
11
  var n,r;n=this,r=function(){"use strict";return function(n,r,e,t){if(n<r){var i=r;r=n,n=i}else if(n==r)return[n];var f=function(n){for(var r=n<100&&n>-100?10:.1,e=-1,t=n;10==r?t>=-100&&t<=100:t<=-100||t>=100;)e+=1,t*=r;if(10==r)return Math.pow(10,e);for(var i="0.",f=1;f<e;f++)i+="0";return+(i+"1")}(n-r),u=Math.ceil((n-r)*f/e),o=function(e){var t=({3:2,4:5,6:5,7:5,8:10,9:10,11:10,12:10,13:15,14:15,16:15,17:15,18:20,19:20,21:20,22:20,23:25,24:25,26:25,27:25}[u+e]||u+e)/f,i=Math.floor(r/t)*t,o=[];o.push(i);for(var a=1;o[o.length-1]<n;a++)o.push(i+t*a);return o},a=o(0),m=function(){for(var n=[],e=a[a.length-1]-t.max,i=0;i<a.length;i++)i+1<a.length&&a[i+1]-e<r||n.push(a[i]-e);return n},l=function(){for(var r=[],e=a[0]-t.min,i=0;i<a.length&&(r[i]=a[i]-e,!(n<=r[i]));i++);return r};if(t){if("max"in t&&"min"in t&&t.max>=n&&t.min<=r){var h=function(){if(a[0]>=t.min&&a[a.length-1]<=t.max)return!0;var n=m();if(n[0]>=t.min&&n[n.length-1]<=t.max)return a=n,!0;var r=l();return r[0]>=t.min&&r[n.length-1]<=t.max?(a=r,!0):void 0};if(h())return a;for(var v=1;v<100;v++){if(a=o(v),h())return a;if(a=o(-v),h())return a}}"max"in t&&t.max>=n?t.max<a[a.length-1]&&(a=m()):"min"in t&&t.min<=r&&t.min>a[0]&&(a=l())}return a}},"object"==typeof exports&&"undefined"!=typeof module?module.exports=r():"function"==typeof define&&define.amd?define(r):(n="undefined"!=typeof globalThis?globalThis:n||self).VISLite_ruler=r();
@@ -0,0 +1,26 @@
1
+ /*!
2
+ * VISLite JavaScript Library v0.5.2
3
+ * git+https://github.com/oi-contrib/VISLite.git
4
+ *
5
+ * Copyright zxl20070701
6
+ * Released under the MIT license
7
+ * https://zxl20070701.github.io/notebook/home.html
8
+ *
9
+ * Publish Date: Sat Nov 04 2023 09:25:44 GMT+0800 (中国标准时间)
10
+ */
11
+ (function (global, factory) {
12
+ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
13
+ typeof define === 'function' && define.amd ? define(factory) :
14
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.VISLite_scale = factory());
15
+ })(this, (function () { 'use strict';
16
+
17
+ function scale (cx, cy, times, x, y) {
18
+ return [
19
+ times * (x - cx) + cx,
20
+ times * (y - cy) + cy
21
+ ];
22
+ }
23
+
24
+ return scale;
25
+
26
+ }));
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * VISLite JavaScript Library v0.5.2
3
+ * git+https://github.com/oi-contrib/VISLite.git
4
+ *
5
+ * Copyright zxl20070701
6
+ * Released under the MIT license
7
+ * https://zxl20070701.github.io/notebook/home.html
8
+ *
9
+ * Publish Date: Sat Nov 04 2023 09:25:44 GMT+0800 (中国标准时间)
10
+ */
11
+ var e,t;e=this,t=function(){"use strict";return function(e,t,n,o,f){return[n*(o-e)+e,n*(f-t)+t]}},"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).VISLite_scale=t();
@@ -1,12 +1,12 @@
1
1
  /*!
2
- * VISLite JavaScript Library v0.5.2-alpha.1
2
+ * VISLite JavaScript Library v0.5.2
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  *
5
5
  * Copyright zxl20070701
6
6
  * Released under the MIT license
7
7
  * https://zxl20070701.github.io/notebook/home.html
8
8
  *
9
- * Publish Date: Thu Oct 12 2023 15:44:35 GMT+0800 (China Standard Time)
9
+ * Publish Date: Sat Nov 04 2023 09:25:44 GMT+0800 (中国标准时间)
10
10
  */
11
11
  (function (global, factory) {
12
12
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -14,55 +14,55 @@
14
14
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.VISLite_throttle = factory());
15
15
  })(this, (function () { 'use strict';
16
16
 
17
- function mergeOption (option, defaultOption) {
18
- for (var key in option) {
19
- defaultOption[key] = option[key];
20
- }
21
- return defaultOption;
17
+ function mergeOption (option, defaultOption) {
18
+ for (var key in option) {
19
+ defaultOption[key] = option[key];
20
+ }
21
+ return defaultOption;
22
22
  }
23
23
 
24
- function throttle (callback, option) {
25
- if (option === void 0) { option = {}; }
26
- option = mergeOption(option, {
27
- time: 200,
28
- keep: false,
29
- opportunity: "end"
30
- });
31
- var hadInterval = false;
32
- var hadClick = false;
33
- var oneClick = false;
34
- var arg;
35
- return function () {
36
- var _this = this;
37
- arg = arguments;
38
- if (!hadInterval) {
39
- if (option.opportunity != 'end') {
40
- callback.apply(_this, arg);
41
- }
42
- hadInterval = true;
43
- var interval_1 = setInterval(function () {
44
- if (hadClick) {
45
- if (!option.keep) {
46
- callback.apply(_this, arg);
47
- }
48
- }
49
- else {
50
- if (option.opportunity != 'begin') {
51
- if (oneClick || option.opportunity == 'end')
52
- callback.apply(_this, arg);
53
- }
54
- hadInterval = false;
55
- oneClick = false;
56
- clearInterval(interval_1);
57
- }
58
- hadClick = false;
59
- }, option.time);
60
- }
61
- else {
62
- hadClick = true;
63
- oneClick = true;
64
- }
65
- };
24
+ function throttle (callback, option) {
25
+ if (option === void 0) { option = {}; }
26
+ option = mergeOption(option, {
27
+ time: 200,
28
+ keep: false,
29
+ opportunity: "end"
30
+ });
31
+ var hadInterval = false;
32
+ var hadClick = false;
33
+ var oneClick = false;
34
+ var arg;
35
+ return function () {
36
+ var _this = this;
37
+ arg = arguments;
38
+ if (!hadInterval) {
39
+ if (option.opportunity != 'end') {
40
+ callback.apply(_this, arg);
41
+ }
42
+ hadInterval = true;
43
+ var interval_1 = setInterval(function () {
44
+ if (hadClick) {
45
+ if (!option.keep) {
46
+ callback.apply(_this, arg);
47
+ }
48
+ }
49
+ else {
50
+ if (option.opportunity != 'begin') {
51
+ if (oneClick || option.opportunity == 'end')
52
+ callback.apply(_this, arg);
53
+ }
54
+ hadInterval = false;
55
+ oneClick = false;
56
+ clearInterval(interval_1);
57
+ }
58
+ hadClick = false;
59
+ }, option.time);
60
+ }
61
+ else {
62
+ hadClick = true;
63
+ oneClick = true;
64
+ }
65
+ };
66
66
  }
67
67
 
68
68
  return throttle;
@@ -1,11 +1,11 @@
1
1
  /*!
2
- * VISLite JavaScript Library v0.5.2-alpha.1
2
+ * VISLite JavaScript Library v0.5.2
3
3
  * git+https://github.com/oi-contrib/VISLite.git
4
4
  *
5
5
  * Copyright zxl20070701
6
6
  * Released under the MIT license
7
7
  * https://zxl20070701.github.io/notebook/home.html
8
8
  *
9
- * Publish Date: Thu Oct 12 2023 15:44:35 GMT+0800 (China Standard Time)
9
+ * Publish Date: Sat Nov 04 2023 09:25:44 GMT+0800 (中国标准时间)
10
10
  */
11
11
  var e,t;e=this,t=function(){"use strict";return function(e,t){void 0===t&&(t={}),t=function(e,t){for(var n in e)t[n]=e[n];return t}(t,{time:200,keep:!1,opportunity:"end"});var n,o=!1,i=!1,r=!1;return function(){var p=this;if(n=arguments,o)i=!0,r=!0;else{"end"!=t.opportunity&&e.apply(p,n),o=!0;var f=setInterval((function(){i?t.keep||e.apply(p,n):("begin"!=t.opportunity&&(r||"end"==t.opportunity)&&e.apply(p,n),o=!1,r=!1,clearInterval(f)),i=!1}),t.time)}}}},"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).VISLite_throttle=t();