vislite 1.4.0 → 1.5.0

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 (159) hide show
  1. package/AUTHORS.txt +6 -6
  2. package/CHANGELOG +10 -0
  3. package/LICENSE +20 -20
  4. package/README.md +284 -284
  5. package/lib/BarLayout/index.es.js +1 -1
  6. package/lib/BarLayout/index.es.min.js +1 -1
  7. package/lib/Buffer/index.es.js +1 -1
  8. package/lib/Buffer/index.es.min.js +1 -1
  9. package/lib/Canvas/index.es.js +6 -5
  10. package/lib/Canvas/index.es.min.js +2 -2
  11. package/lib/Cardinal/index.es.js +1 -1
  12. package/lib/Cardinal/index.es.min.js +1 -1
  13. package/lib/Eoap/index.es.js +1 -1
  14. package/lib/Eoap/index.es.min.js +1 -1
  15. package/lib/Hermite/index.es.js +1 -1
  16. package/lib/Hermite/index.es.min.js +1 -1
  17. package/lib/MapCoordinate/index.es.js +1 -1
  18. package/lib/MapCoordinate/index.es.min.js +1 -1
  19. package/lib/Matrix4/index.es.js +1 -1
  20. package/lib/Matrix4/index.es.min.js +1 -1
  21. package/lib/Mercator/index.es.js +1 -1
  22. package/lib/Mercator/index.es.min.js +1 -1
  23. package/lib/PieLayout/index.es.js +1 -1
  24. package/lib/PieLayout/index.es.min.js +1 -1
  25. package/lib/RawCanvas/index.es.js +1 -1
  26. package/lib/RawCanvas/index.es.min.js +1 -1
  27. package/lib/SVG/index.es.js +1 -1
  28. package/lib/SVG/index.es.min.js +1 -1
  29. package/lib/Shader/index.es.js +1 -1
  30. package/lib/Shader/index.es.min.js +1 -1
  31. package/lib/Texture/index.es.js +1 -1
  32. package/lib/Texture/index.es.min.js +1 -1
  33. package/lib/TreeLayout/index.es.js +1 -1
  34. package/lib/TreeLayout/index.es.min.js +1 -1
  35. package/lib/animation/index.es.js +1 -1
  36. package/lib/animation/index.es.min.js +1 -1
  37. package/lib/assemble/index.es.js +1 -1
  38. package/lib/assemble/index.es.min.js +1 -1
  39. package/lib/getLoopColors/index.es.js +1 -1
  40. package/lib/getLoopColors/index.es.min.js +1 -1
  41. package/lib/getWebGLContext/index.es.js +1 -1
  42. package/lib/getWebGLContext/index.es.min.js +1 -1
  43. package/lib/index.umd.js +6 -5
  44. package/lib/index.umd.min.js +4 -4
  45. package/lib/initOption/index.es.js +1 -1
  46. package/lib/initOption/index.es.min.js +1 -1
  47. package/lib/mergeOption/index.es.js +1 -1
  48. package/lib/mergeOption/index.es.min.js +1 -1
  49. package/lib/move/index.es.js +1 -1
  50. package/lib/move/index.es.min.js +1 -1
  51. package/lib/rotate/index.es.js +1 -1
  52. package/lib/rotate/index.es.min.js +1 -1
  53. package/lib/ruler/index.es.js +1 -1
  54. package/lib/ruler/index.es.min.js +1 -1
  55. package/lib/scale/index.es.js +1 -1
  56. package/lib/scale/index.es.min.js +1 -1
  57. package/lib/throttle/index.es.js +1 -1
  58. package/lib/throttle/index.es.min.js +1 -1
  59. package/minialipay/ui-canvas/drawImage.js +35 -35
  60. package/minialipay/ui-canvas/index.acss +4 -4
  61. package/minialipay/ui-canvas/index.axml +3 -3
  62. package/minialipay/ui-canvas/index.d.ts +1 -1
  63. package/minialipay/ui-canvas/index.js +100 -100
  64. package/minialipay/ui-canvas/index.json +6 -6
  65. package/miniprogram/ui-canvas/drawImage.js +35 -35
  66. package/miniprogram/ui-canvas/index.js +125 -117
  67. package/miniprogram/ui-canvas/index.json +4 -4
  68. package/miniprogram/ui-canvas/index.wxml +4 -4
  69. package/miniprogram/ui-canvas/index.wxss +5 -5
  70. package/package/Buffer/index.ts +2 -2
  71. package/package/Canvas/index.ts +2 -2
  72. package/package/Cardinal/index.ts +2 -2
  73. package/package/Eoap/index.ts +2 -2
  74. package/package/Hermite/index.ts +2 -2
  75. package/package/MapCoordinate/index.ts +2 -2
  76. package/package/Matrix4/index.ts +2 -2
  77. package/package/Mercator/index.ts +2 -2
  78. package/package/RawCanvas/index.ts +2 -2
  79. package/package/SVG/index.ts +2 -2
  80. package/package/Shader/index.ts +2 -2
  81. package/package/Texture/index.ts +2 -2
  82. package/package/TreeLayout/index.ts +2 -2
  83. package/package/assemble/index.ts +2 -2
  84. package/package/getLoopColors/index.ts +2 -2
  85. package/package/getWebGLContext/index.ts +40 -40
  86. package/package/initOption/index.ts +2 -2
  87. package/package/mergeOption/index.ts +2 -2
  88. package/package/move/index.ts +2 -2
  89. package/package/rotate/index.ts +2 -2
  90. package/package/ruler/index.ts +2 -2
  91. package/package/scale/index.ts +2 -2
  92. package/package.json +1 -1
  93. package/src/Canvas.ts +89 -84
  94. package/src/Eoap.ts +66 -66
  95. package/src/Matrix4/index.ts +84 -84
  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/common/assemble.ts +22 -22
  102. package/src/common/canvas/arc.ts +51 -51
  103. package/src/common/canvas/config.ts +176 -176
  104. package/src/common/canvas/default.ts +64 -64
  105. package/src/common/canvas/index.ts +188 -188
  106. package/src/common/canvas/painter.ts +443 -443
  107. package/src/common/canvas/texts.ts +18 -18
  108. package/src/common/map/getBoundary.ts +15 -15
  109. package/src/common/map/tool.ts +29 -29
  110. package/src/common/option.ts +29 -29
  111. package/src/common/setStyle.ts +5 -5
  112. package/src/common/svg/config.ts +213 -213
  113. package/src/common/svg/tool.ts +51 -51
  114. package/src/common/tree/index.ts +25 -25
  115. package/src/common/tree/toInnerTree.ts +61 -61
  116. package/src/common/type.ts +26 -26
  117. package/src/common/webgl/buffer.ts +79 -79
  118. package/src/common/webgl/getWebGLContext.ts +45 -45
  119. package/src/common/webgl/shader.ts +75 -75
  120. package/src/coordinate/MapCoordinate.ts +80 -80
  121. package/src/getLoopColors.ts +42 -42
  122. package/src/interpolation/Cardinal.ts +110 -110
  123. package/src/interpolation/Hermite.ts +65 -65
  124. package/src/move.ts +7 -7
  125. package/src/rotate.ts +7 -7
  126. package/src/ruler.ts +209 -209
  127. package/src/scale.ts +6 -6
  128. package/types/Buffer.d.ts +23 -23
  129. package/types/Canvas.d.ts +352 -352
  130. package/types/CanvasConfig.d.ts +88 -88
  131. package/types/CanvasOption.d.ts +13 -8
  132. package/types/CanvasOpts.d.ts +9 -9
  133. package/types/Cardinal.d.ts +13 -13
  134. package/types/Gradient.d.ts +14 -14
  135. package/types/Hermite.d.ts +18 -18
  136. package/types/Map.d.ts +9 -9
  137. package/types/MapConfig.d.ts +27 -27
  138. package/types/MapCoordinate.d.ts +22 -22
  139. package/types/Matrix4.d.ts +47 -47
  140. package/types/SVGConfig.d.ts +71 -71
  141. package/types/Shader.d.ts +16 -16
  142. package/types/Texture.d.ts +16 -16
  143. package/types/Tree.d.ts +74 -74
  144. package/types/TreeConfig.d.ts +36 -36
  145. package/types/TreeLayout.d.ts +59 -59
  146. package/types/TreeOption.d.ts +48 -48
  147. package/types/assemble.d.ts +5 -5
  148. package/types/getLoopColors.d.ts +5 -5
  149. package/types/getWebGLContext.d.ts +7 -7
  150. package/types/move.d.ts +5 -5
  151. package/types/option.d.ts +12 -12
  152. package/types/painterConfig.d.ts +4 -4
  153. package/types/rotate.d.ts +5 -5
  154. package/types/ruler.d.ts +10 -10
  155. package/types/scale.d.ts +5 -5
  156. package/types/ui-canvas.d.ts +4 -4
  157. package/types/uni-canvas.d.ts +3 -3
  158. package/uni-app/drawImage.js +19 -19
  159. package/uni-app/ui-canvas.vue +295 -284
@@ -1,8 +1,8 @@
1
- export type WebGLmodeType = "scaleToFill" | "aspectFit" | "aspectFill"
2
-
3
- /**
4
- * 获取WebGL上下文对象
5
- */
6
- export default interface getWebGLContextType {
7
- (el: HTMLElement | null, scale?: number, mode?: WebGLmodeType): WebGLRenderingContext
1
+ export type WebGLmodeType = "scaleToFill" | "aspectFit" | "aspectFill"
2
+
3
+ /**
4
+ * 获取WebGL上下文对象
5
+ */
6
+ export default interface getWebGLContextType {
7
+ (el: HTMLElement | null, scale?: number, mode?: WebGLmodeType): WebGLRenderingContext
8
8
  }
package/types/move.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- /**
2
- * 移动
3
- */
4
- export default interface moveType {
5
- (ax: number, ay: number, d: number, x: number, y: number): [number, number]
1
+ /**
2
+ * 移动
3
+ */
4
+ export default interface moveType {
5
+ (ax: number, ay: number, d: number, x: number, y: number): [number, number]
6
6
  }
package/types/option.d.ts CHANGED
@@ -1,13 +1,13 @@
1
- /**
2
- * 初始化配置
3
- */
4
- export interface initOptionType {
5
- (setOption: any, defaultOption: any): any
6
- }
7
-
8
- /**
9
- * 合并配置
10
- */
11
- export interface mergeOptionType {
12
- (oldOption: any, newOption: any): void
1
+ /**
2
+ * 初始化配置
3
+ */
4
+ export interface initOptionType {
5
+ (setOption: any, defaultOption: any): any
6
+ }
7
+
8
+ /**
9
+ * 合并配置
10
+ */
11
+ export interface mergeOptionType {
12
+ (oldOption: any, newOption: any): void
13
13
  }
@@ -1,5 +1,5 @@
1
- export type arcCapType = "butt" | "round" | "-round"
2
- export type textAlignType = "left" | "center" | "right"
3
- export type textBaselineType = "top" | "middle" | "bottom"
4
- export type lineCapType = "butt" | "round" | "square"
1
+ export type arcCapType = "butt" | "round" | "-round"
2
+ export type textAlignType = "left" | "center" | "right"
3
+ export type textBaselineType = "top" | "middle" | "bottom"
4
+ export type lineCapType = "butt" | "round" | "square"
5
5
  export type lineJoinType = "miter" | "bevel" | "round"
package/types/rotate.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- /**
2
- * 旋转
3
- */
4
- export default interface rotateType {
5
- (cx: number, cy: number, deg: number, x: number, y: number): [number, number]
1
+ /**
2
+ * 旋转
3
+ */
4
+ export default interface rotateType {
5
+ (cx: number, cy: number, deg: number, x: number, y: number): [number, number]
6
6
  }
package/types/ruler.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- export interface rulerOptionType {
2
- max?: number
3
- min?: number
4
- }
5
-
6
- /**
7
- * 刻度尺刻度运算,返回一个数组,表示刻度尺上应该显示的刻度
8
- */
9
- export default interface rulerType {
10
- (maxValue: number, minValue: number, num: number, option?: rulerOptionType): number[]
1
+ export interface rulerOptionType {
2
+ max?: number
3
+ min?: number
4
+ }
5
+
6
+ /**
7
+ * 刻度尺刻度运算,返回一个数组,表示刻度尺上应该显示的刻度
8
+ */
9
+ export default interface rulerType {
10
+ (maxValue: number, minValue: number, num: number, option?: rulerOptionType): number[]
11
11
  }
package/types/scale.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- /**
2
- * 缩放
3
- */
4
- export default interface scaleType {
5
- (cx: number, cy: number, times: number, x: number, y: number): [number, number]
1
+ /**
2
+ * 缩放
3
+ */
4
+ export default interface scaleType {
5
+ (cx: number, cy: number, times: number, x: number, y: number): [number, number]
6
6
  }
@@ -1,5 +1,5 @@
1
- import CanvasType from "./Canvas"
2
-
3
- export default interface UiCanvasType {
4
- fetch(): Promise<CanvasType>
1
+ import CanvasType from "./Canvas"
2
+
3
+ export default interface UiCanvasType {
4
+ fetch(): Promise<CanvasType>
5
5
  }
@@ -1,4 +1,4 @@
1
- /**
2
- * ui-canvas
3
- */
1
+ /**
2
+ * ui-canvas
3
+ */
4
4
  declare module "vislite/uni-app/ui-canvas.vue";
@@ -1,20 +1,20 @@
1
- export default function (_this, drawImage) {
2
- return function (imgUrl, x, y, w, h) {
3
- return new Promise((resolve) => {
4
- if (/^http/.test(imgUrl)) {
5
- uni.downloadFile({
6
- url: imgUrl,
7
- success: function (res) {
8
- drawImage.call(_this, res.tempFilePath, x, y, w, h, true).then(() => {
9
- resolve({});
10
- });
11
- },
12
- });
13
- } else {
14
- drawImage.call(_this, imgUrl, x, y, w, h, true).then(() => {
15
- resolve({});
16
- });
17
- }
18
- });
19
- };
1
+ export default function (_this, drawImage) {
2
+ return function (imgUrl, x, y, w, h) {
3
+ return new Promise((resolve) => {
4
+ if (/^http/.test(imgUrl)) {
5
+ uni.downloadFile({
6
+ url: imgUrl,
7
+ success: function (res) {
8
+ drawImage.call(_this, res.tempFilePath, x, y, w, h, true).then(() => {
9
+ resolve({});
10
+ });
11
+ },
12
+ });
13
+ } else {
14
+ drawImage.call(_this, imgUrl, x, y, w, h, true).then(() => {
15
+ resolve({});
16
+ });
17
+ }
18
+ });
19
+ };
20
20
  };