@pie-element/hotspot 11.1.0-next.5 → 11.1.1-next.1

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 (339) hide show
  1. package/dist/author/DeleteWidget.d.ts +38 -0
  2. package/dist/author/DeleteWidget.js +46 -0
  3. package/dist/author/button.d.ts +31 -0
  4. package/dist/author/button.js +27 -0
  5. package/dist/author/buttons/circle.d.ts +18 -0
  6. package/dist/author/buttons/circle.js +25 -0
  7. package/dist/author/buttons/polygon.d.ts +18 -0
  8. package/dist/author/buttons/polygon.js +36 -0
  9. package/dist/author/buttons/rectangle.d.ts +18 -0
  10. package/dist/author/buttons/rectangle.js +36 -0
  11. package/dist/author/defaults.d.ts +157 -0
  12. package/dist/author/defaults.js +119 -0
  13. package/dist/author/hotspot-circle.d.ts +21 -0
  14. package/dist/author/hotspot-circle.js +124 -0
  15. package/dist/author/hotspot-container.d.ts +29 -0
  16. package/dist/author/hotspot-container.js +210 -0
  17. package/dist/author/hotspot-drawable.d.ts +31 -0
  18. package/dist/author/hotspot-drawable.js +312 -0
  19. package/dist/author/hotspot-palette.d.ts +14 -0
  20. package/dist/author/hotspot-palette.js +72 -0
  21. package/dist/author/hotspot-polygon.d.ts +38 -0
  22. package/dist/author/hotspot-polygon.js +200 -0
  23. package/dist/author/hotspot-rectangle.d.ts +20 -0
  24. package/dist/author/hotspot-rectangle.js +119 -0
  25. package/dist/author/icons.d.ts +9 -0
  26. package/dist/author/icons.js +4 -0
  27. package/dist/author/image-konva.d.ts +19 -0
  28. package/dist/author/image-konva.js +49 -0
  29. package/dist/author/index.d.ts +52 -0
  30. package/dist/author/index.js +143 -0
  31. package/dist/author/root.d.ts +15 -0
  32. package/dist/author/root.js +215 -0
  33. package/dist/author/shapes/circle.d.ts +18 -0
  34. package/dist/author/shapes/circle.js +47 -0
  35. package/dist/author/shapes/index.d.ts +12 -0
  36. package/dist/author/shapes/polygon.d.ts +19 -0
  37. package/dist/author/shapes/polygon.js +51 -0
  38. package/dist/author/shapes/rectagle.d.ts +18 -0
  39. package/dist/author/shapes/rectagle.js +57 -0
  40. package/dist/author/shapes/utils.d.ts +19 -0
  41. package/dist/author/shapes/utils.js +16 -0
  42. package/dist/author/upload-control.d.ts +29 -0
  43. package/dist/author/upload-control.js +28 -0
  44. package/dist/author/utils.d.ts +24 -0
  45. package/dist/author/utils.js +83 -0
  46. package/dist/controller/defaults.d.ts +35 -0
  47. package/dist/controller/defaults.js +29 -0
  48. package/dist/controller/index.d.ts +22 -0
  49. package/dist/controller/index.js +154 -0
  50. package/dist/controller/utils.d.ts +10 -0
  51. package/dist/controller/utils.js +13 -0
  52. package/dist/delivery/hotspot/circle.d.ts +19 -0
  53. package/dist/delivery/hotspot/circle.js +100 -0
  54. package/dist/delivery/hotspot/container.d.ts +16 -0
  55. package/dist/delivery/hotspot/container.js +150 -0
  56. package/dist/delivery/hotspot/icons.d.ts +10 -0
  57. package/dist/delivery/hotspot/icons.js +4 -0
  58. package/dist/delivery/hotspot/image-konva-tooltip.d.ts +19 -0
  59. package/dist/delivery/hotspot/image-konva-tooltip.js +66 -0
  60. package/dist/delivery/hotspot/index.d.ts +17 -0
  61. package/dist/delivery/hotspot/index.js +114 -0
  62. package/dist/delivery/hotspot/polygon.d.ts +21 -0
  63. package/dist/delivery/hotspot/polygon.js +108 -0
  64. package/dist/delivery/hotspot/rectangle.d.ts +19 -0
  65. package/dist/delivery/hotspot/rectangle.js +104 -0
  66. package/dist/delivery/index.d.ts +20 -0
  67. package/dist/delivery/index.js +107 -0
  68. package/dist/delivery/session-updater.d.ts +10 -0
  69. package/dist/delivery/session-updater.js +14 -0
  70. package/dist/index.d.ts +1 -0
  71. package/dist/index.iife.d.ts +8 -0
  72. package/dist/index.iife.js +169 -0
  73. package/dist/index.js +2 -0
  74. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
  75. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +16 -0
  76. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +16 -0
  77. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
  78. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +16 -0
  79. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
  80. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
  81. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_SetCache.js +11 -0
  82. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +14 -0
  83. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
  84. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +5 -0
  85. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
  86. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js +7 -0
  87. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +10 -0
  88. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
  89. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +7 -0
  90. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arraySome.js +7 -0
  91. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js +10 -0
  92. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +8 -0
  93. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js +8 -0
  94. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js +8 -0
  95. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js +12 -0
  96. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js +57 -0
  97. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js +14 -0
  98. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
  99. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
  100. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
  101. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqual.js +8 -0
  102. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqualDeep.js +30 -0
  103. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js +9 -0
  104. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
  105. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js +9 -0
  106. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
  107. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
  108. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
  109. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
  110. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
  111. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cacheHas.js +6 -0
  112. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
  113. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js +10 -0
  114. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js +8 -0
  115. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js +8 -0
  116. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js +8 -0
  117. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js +8 -0
  118. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js +8 -0
  119. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js +14 -0
  120. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js +8 -0
  121. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js +8 -0
  122. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
  123. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
  124. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalArrays.js +35 -0
  125. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalByTag.js +35 -0
  126. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalObjects.js +32 -0
  127. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
  128. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +9 -0
  129. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js +9 -0
  130. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +8 -0
  131. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
  132. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js +5 -0
  133. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
  134. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +10 -0
  135. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js +11 -0
  136. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
  137. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
  138. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +7 -0
  139. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +7 -0
  140. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +13 -0
  141. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +9 -0
  142. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +9 -0
  143. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js +8 -0
  144. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js +33 -0
  145. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js +9 -0
  146. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
  147. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +7 -0
  148. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
  149. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
  150. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +6 -0
  151. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +9 -0
  152. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +8 -0
  153. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +7 -0
  154. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +8 -0
  155. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +13 -0
  156. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +8 -0
  157. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +7 -0
  158. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +7 -0
  159. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +8 -0
  160. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapToArray.js +9 -0
  161. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +5 -0
  162. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
  163. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
  164. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
  165. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
  166. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
  167. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
  168. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheAdd.js +7 -0
  169. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheHas.js +6 -0
  170. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToArray.js +9 -0
  171. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +7 -0
  172. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +7 -0
  173. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +6 -0
  174. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +6 -0
  175. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +16 -0
  176. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
  177. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js +8 -0
  178. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
  179. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
  180. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
  181. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
  182. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
  183. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
  184. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEqual.js +7 -0
  185. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
  186. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
  187. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isMap.js +7 -0
  188. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
  189. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
  190. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSet.js +7 -0
  191. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
  192. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js +9 -0
  193. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
  194. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +6 -0
  195. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
  196. package/package.json +58 -20
  197. package/CHANGELOG.json +0 -997
  198. package/CHANGELOG.md +0 -2201
  199. package/LICENSE.md +0 -5
  200. package/README.md +0 -1
  201. package/configure/CHANGELOG.json +0 -682
  202. package/configure/CHANGELOG.md +0 -1940
  203. package/configure/lib/DeleteWidget.js +0 -64
  204. package/configure/lib/DeleteWidget.js.map +0 -1
  205. package/configure/lib/button.js +0 -42
  206. package/configure/lib/button.js.map +0 -1
  207. package/configure/lib/buttons/circle.js +0 -33
  208. package/configure/lib/buttons/circle.js.map +0 -1
  209. package/configure/lib/buttons/polygon.js +0 -39
  210. package/configure/lib/buttons/polygon.js.map +0 -1
  211. package/configure/lib/buttons/rectangle.js +0 -39
  212. package/configure/lib/buttons/rectangle.js.map +0 -1
  213. package/configure/lib/defaults.js +0 -155
  214. package/configure/lib/defaults.js.map +0 -1
  215. package/configure/lib/hotspot-circle.js +0 -192
  216. package/configure/lib/hotspot-circle.js.map +0 -1
  217. package/configure/lib/hotspot-container.js +0 -320
  218. package/configure/lib/hotspot-container.js.map +0 -1
  219. package/configure/lib/hotspot-drawable.js +0 -519
  220. package/configure/lib/hotspot-drawable.js.map +0 -1
  221. package/configure/lib/hotspot-palette.js +0 -107
  222. package/configure/lib/hotspot-palette.js.map +0 -1
  223. package/configure/lib/hotspot-polygon.js +0 -293
  224. package/configure/lib/hotspot-polygon.js.map +0 -1
  225. package/configure/lib/hotspot-rectangle.js +0 -190
  226. package/configure/lib/hotspot-rectangle.js.map +0 -1
  227. package/configure/lib/icons.js +0 -7
  228. package/configure/lib/icons.js.map +0 -1
  229. package/configure/lib/image-konva.js +0 -66
  230. package/configure/lib/image-konva.js.map +0 -1
  231. package/configure/lib/index.js +0 -194
  232. package/configure/lib/index.js.map +0 -1
  233. package/configure/lib/root.js +0 -330
  234. package/configure/lib/root.js.map +0 -1
  235. package/configure/lib/shapes/circle.js +0 -84
  236. package/configure/lib/shapes/circle.js.map +0 -1
  237. package/configure/lib/shapes/index.js +0 -50
  238. package/configure/lib/shapes/index.js.map +0 -1
  239. package/configure/lib/shapes/polygon.js +0 -82
  240. package/configure/lib/shapes/polygon.js.map +0 -1
  241. package/configure/lib/shapes/rectagle.js +0 -84
  242. package/configure/lib/shapes/rectagle.js.map +0 -1
  243. package/configure/lib/shapes/utils.js +0 -21
  244. package/configure/lib/shapes/utils.js.map +0 -1
  245. package/configure/lib/upload-control.js +0 -41
  246. package/configure/lib/upload-control.js.map +0 -1
  247. package/configure/lib/utils.js +0 -185
  248. package/configure/lib/utils.js.map +0 -1
  249. package/configure/package.json +0 -26
  250. package/configure/src/DeleteWidget.jsx +0 -51
  251. package/configure/src/__tests__/DeleteWidget.test.jsx +0 -366
  252. package/configure/src/__tests__/button.test.jsx +0 -198
  253. package/configure/src/__tests__/hotspot-circle.test.jsx +0 -259
  254. package/configure/src/__tests__/hotspot-container.test.js +0 -366
  255. package/configure/src/__tests__/hotspot-drawable.test.js +0 -271
  256. package/configure/src/__tests__/hotspot-palette.test.jsx +0 -71
  257. package/configure/src/__tests__/image-konva.test.jsx +0 -226
  258. package/configure/src/__tests__/index.test.js +0 -329
  259. package/configure/src/__tests__/root.test.js +0 -400
  260. package/configure/src/__tests__/utils.test.js +0 -241
  261. package/configure/src/button.jsx +0 -35
  262. package/configure/src/buttons/circle.jsx +0 -18
  263. package/configure/src/buttons/polygon.jsx +0 -29
  264. package/configure/src/buttons/rectangle.jsx +0 -29
  265. package/configure/src/defaults.js +0 -109
  266. package/configure/src/hotspot-circle.jsx +0 -183
  267. package/configure/src/hotspot-container.jsx +0 -330
  268. package/configure/src/hotspot-drawable.jsx +0 -527
  269. package/configure/src/hotspot-palette.jsx +0 -90
  270. package/configure/src/hotspot-polygon.jsx +0 -294
  271. package/configure/src/hotspot-rectangle.jsx +0 -169
  272. package/configure/src/icons.js +0 -5
  273. package/configure/src/image-konva.jsx +0 -63
  274. package/configure/src/index.js +0 -208
  275. package/configure/src/root.jsx +0 -346
  276. package/configure/src/shapes/circle.js +0 -81
  277. package/configure/src/shapes/index.js +0 -4
  278. package/configure/src/shapes/polygon.js +0 -81
  279. package/configure/src/shapes/rectagle.js +0 -82
  280. package/configure/src/shapes/utils.js +0 -16
  281. package/configure/src/upload-control.jsx +0 -33
  282. package/configure/src/utils.js +0 -210
  283. package/controller/CHANGELOG.json +0 -362
  284. package/controller/CHANGELOG.md +0 -1293
  285. package/controller/lib/defaults.js +0 -33
  286. package/controller/lib/defaults.js.map +0 -1
  287. package/controller/lib/index.js +0 -341
  288. package/controller/lib/index.js.map +0 -1
  289. package/controller/lib/utils.js +0 -32
  290. package/controller/lib/utils.js.map +0 -1
  291. package/controller/package.json +0 -18
  292. package/controller/src/__tests__/index.test.js +0 -419
  293. package/controller/src/__tests__/utils.test.js +0 -5
  294. package/controller/src/defaults.js +0 -19
  295. package/controller/src/index.js +0 -328
  296. package/controller/src/utils.js +0 -29
  297. package/docs/config-schema.json +0 -2023
  298. package/docs/config-schema.json.md +0 -1495
  299. package/docs/demo/config.js +0 -8
  300. package/docs/demo/generate.js +0 -118
  301. package/docs/demo/index.html +0 -1
  302. package/docs/demo/session.js +0 -11
  303. package/docs/pie-schema.json +0 -1204
  304. package/docs/pie-schema.json.md +0 -851
  305. package/lib/hotspot/circle.js +0 -156
  306. package/lib/hotspot/circle.js.map +0 -1
  307. package/lib/hotspot/container.js +0 -206
  308. package/lib/hotspot/container.js.map +0 -1
  309. package/lib/hotspot/icons.js +0 -8
  310. package/lib/hotspot/icons.js.map +0 -1
  311. package/lib/hotspot/image-konva-tooltip.js +0 -86
  312. package/lib/hotspot/image-konva-tooltip.js.map +0 -1
  313. package/lib/hotspot/index.js +0 -163
  314. package/lib/hotspot/index.js.map +0 -1
  315. package/lib/hotspot/polygon.js +0 -203
  316. package/lib/hotspot/polygon.js.map +0 -1
  317. package/lib/hotspot/rectangle.js +0 -175
  318. package/lib/hotspot/rectangle.js.map +0 -1
  319. package/lib/index.js +0 -213
  320. package/lib/index.js.map +0 -1
  321. package/lib/session-updater.js +0 -42
  322. package/lib/session-updater.js.map +0 -1
  323. package/src/__tests__/container.test.jsx +0 -58
  324. package/src/__tests__/index.test.js +0 -123
  325. package/src/__tests__/session-updater.test.jsx +0 -69
  326. package/src/hotspot/__tests__/circle.test.jsx +0 -464
  327. package/src/hotspot/__tests__/container.test.jsx +0 -546
  328. package/src/hotspot/__tests__/image-konva-tooltip.test.jsx +0 -510
  329. package/src/hotspot/__tests__/polygon.test.jsx +0 -502
  330. package/src/hotspot/__tests__/rectangle.test.jsx +0 -418
  331. package/src/hotspot/circle.jsx +0 -152
  332. package/src/hotspot/container.jsx +0 -217
  333. package/src/hotspot/icons.js +0 -7
  334. package/src/hotspot/image-konva-tooltip.jsx +0 -76
  335. package/src/hotspot/index.jsx +0 -165
  336. package/src/hotspot/polygon.jsx +0 -195
  337. package/src/hotspot/rectangle.jsx +0 -171
  338. package/src/index.js +0 -226
  339. package/src/session-updater.js +0 -29
package/LICENSE.md DELETED
@@ -1,5 +0,0 @@
1
- Copyright 2019 CoreSpring Inc
2
-
3
- Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
4
-
5
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
package/README.md DELETED
@@ -1 +0,0 @@
1
- # @pie-element/hotspot
@@ -1,682 +0,0 @@
1
- [
2
- {
3
- "type": "feat",
4
- "scope": null,
5
- "subject": "Updated with new version of @pie-lib-config-ui. Renamed `configure` with `configuration`. Removed usage of state (root.jsx) and updated tests. (#225)",
6
- "merge": null,
7
- "header": "feat: Updated with new version of @pie-lib-config-ui. Renamed `configure` with `configuration`. Removed usage of state (root.jsx) and updated tests. (#225)",
8
- "body": null,
9
- "footer": "BREAKING CHANGE: `configure` is removed, use `configuration` instead.",
10
- "notes": [
11
- {
12
- "title": "BREAKING CHANGE",
13
- "text": "`configure` is removed, use `configuration` instead."
14
- }
15
- ],
16
- "hash": "380cdf9165fae6cc0e5f6940ab5ce6df25288206",
17
- "gitTags": "",
18
- "committerDate": "2019-05-15 13:04:28 -0400",
19
- "isTagged": true,
20
- "tag": "@pie-element/hotspot-configure@2.0.0"
21
- },
22
- {
23
- "type": "feat",
24
- "scope": "hotspot",
25
- "subject": "added rationale support.",
26
- "merge": null,
27
- "header": "feat(hotspot): added rationale support.",
28
- "body": null,
29
- "footer": null,
30
- "notes": [],
31
- "hash": "f60039aa487c5324195b9ca914f7156404f45b1d",
32
- "gitTags": "",
33
- "committerDate": "2019-05-11 17:44:54 +0300",
34
- "isTagged": true,
35
- "tag": "@pie-element/hotspot-configure@2.0.0"
36
- },
37
- {
38
- "type": "fix",
39
- "scope": null,
40
- "subject": "Handle the way model is changed from config layout [ch1621]",
41
- "merge": null,
42
- "header": "fix: Handle the way model is changed from config layout [ch1621]",
43
- "body": null,
44
- "footer": null,
45
- "notes": [],
46
- "hash": "2f979d05a14aec53066ee1a099783e7efc388563",
47
- "gitTags": "",
48
- "committerDate": "2019-05-16 20:51:05 +0300",
49
- "isTagged": true,
50
- "tag": "@pie-element/hotspot-configure@2.0.1"
51
- },
52
- {
53
- "type": "chore",
54
- "scope": "latest-version",
55
- "subject": "pushing to release",
56
- "merge": null,
57
- "header": "chore(latest-version): pushing to release",
58
- "body": null,
59
- "footer": null,
60
- "notes": [],
61
- "hash": "64030ba2c7c18d20381b6a0f5caaff19f1e5e959",
62
- "gitTags": " (develop)",
63
- "committerDate": "2019-06-06 01:31:17 +0300",
64
- "isTagged": true,
65
- "tag": "@pie-element/hotspot-configure@2.1.0"
66
- },
67
- {
68
- "type": "chore",
69
- "scope": "version",
70
- "subject": "bumped the versions",
71
- "merge": null,
72
- "header": "chore(version): bumped the versions",
73
- "body": null,
74
- "footer": null,
75
- "notes": [],
76
- "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
77
- "gitTags": " (origin/feat/mask-markup-elements)",
78
- "committerDate": "2019-06-06 01:15:50 +0300",
79
- "isTagged": true,
80
- "tag": "@pie-element/hotspot-configure@2.1.0"
81
- },
82
- {
83
- "type": "feat",
84
- "scope": null,
85
- "subject": "add support for polygons (#246)",
86
- "merge": null,
87
- "header": "feat: add support for polygons (#246)",
88
- "body": "* feat: add controller support for polygons\n\n* add tests for polygon\n\n* update Hotspot model",
89
- "footer": null,
90
- "notes": [],
91
- "hash": "871c5a6f033f36b2d172140cbbc0f71d59c8f969",
92
- "gitTags": "",
93
- "committerDate": "2019-05-31 14:03:05 -0400",
94
- "isTagged": true,
95
- "tag": "@pie-element/hotspot-configure@2.1.0"
96
- },
97
- {
98
- "type": "chore",
99
- "scope": "version",
100
- "subject": "bumped the packages that depend on the editable-html",
101
- "merge": null,
102
- "header": "chore(version): bumped the packages that depend on the editable-html",
103
- "body": null,
104
- "footer": null,
105
- "notes": [],
106
- "hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
107
- "gitTags": " (develop)",
108
- "committerDate": "2019-06-06 13:16:05 +0300",
109
- "isTagged": true,
110
- "tag": "@pie-element/hotspot-configure@2.1.1"
111
- },
112
- {
113
- "type": "chore",
114
- "scope": "version",
115
- "subject": "bumped the versions",
116
- "merge": null,
117
- "header": "chore(version): bumped the versions",
118
- "body": null,
119
- "footer": null,
120
- "notes": [],
121
- "hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
122
- "gitTags": " (origin/feat/mask-markup-elements)",
123
- "committerDate": "2019-06-06 01:15:50 +0300",
124
- "isTagged": true,
125
- "tag": "@pie-element/hotspot-configure@2.1.0"
126
- },
127
- {
128
- "type": "feat",
129
- "scope": null,
130
- "subject": "add support for polygons (#246)",
131
- "merge": null,
132
- "header": "feat: add support for polygons (#246)",
133
- "body": "* feat: add controller support for polygons\n\n* add tests for polygon\n\n* update Hotspot model",
134
- "footer": null,
135
- "notes": [],
136
- "hash": "871c5a6f033f36b2d172140cbbc0f71d59c8f969",
137
- "gitTags": "",
138
- "committerDate": "2019-05-31 14:03:05 -0400",
139
- "isTagged": true,
140
- "tag": "@pie-element/hotspot-configure@2.1.0"
141
- },
142
- {
143
- "type": "chore",
144
- "scope": "merge",
145
- "subject": "merged develop into master",
146
- "merge": null,
147
- "header": "chore(merge): merged develop into master",
148
- "body": null,
149
- "footer": null,
150
- "notes": [],
151
- "hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
152
- "gitTags": " (develop)",
153
- "committerDate": "2019-06-07 23:29:44 +0300",
154
- "isTagged": true,
155
- "tag": "@pie-element/hotspot-configure@2.1.2"
156
- },
157
- {
158
- "type": "chore",
159
- "scope": "merged",
160
- "subject": "merged develop",
161
- "merge": null,
162
- "header": "chore(merged): merged develop",
163
- "body": null,
164
- "footer": null,
165
- "notes": [],
166
- "hash": "1a9f4653ce6ede22bcda0538bde1f0e09bd69dc4",
167
- "gitTags": " (develop)",
168
- "committerDate": "2019-06-13 16:26:43 +0300",
169
- "isTagged": true,
170
- "tag": "@pie-element/hotspot-configure@2.2.0"
171
- },
172
- {
173
- "type": "feat",
174
- "scope": null,
175
- "subject": "implement rendering support for legacy content with correct answers defined as polygon [ch1616]",
176
- "merge": null,
177
- "header": "feat: implement rendering support for legacy content with correct answers defined as polygon [ch1616]",
178
- "body": null,
179
- "footer": null,
180
- "notes": [],
181
- "hash": "d4b84e5d01caa600c27bab06ae11c827f3197992",
182
- "gitTags": "",
183
- "committerDate": "2019-06-12 17:31:35 +0300",
184
- "isTagged": true,
185
- "tag": "@pie-element/hotspot-configure@2.2.0"
186
- },
187
- {
188
- "type": "feat",
189
- "scope": "general",
190
- "subject": "updated all the packages that have the config-ui as a dependency",
191
- "merge": null,
192
- "header": "feat(general): updated all the packages that have the config-ui as a dependency",
193
- "body": null,
194
- "footer": null,
195
- "notes": [],
196
- "hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
197
- "gitTags": "",
198
- "committerDate": "2019-06-20 22:32:48 -0400",
199
- "isTagged": true,
200
- "tag": "@pie-element/hotspot-configure@2.3.0"
201
- },
202
- {
203
- "type": "feat",
204
- "scope": "settings-panel",
205
- "subject": "updated the settings panel design and changes needed for [ch2242]",
206
- "merge": null,
207
- "header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
208
- "body": null,
209
- "footer": null,
210
- "notes": [],
211
- "hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
212
- "gitTags": "",
213
- "committerDate": "2019-06-25 23:42:15 -0400",
214
- "isTagged": true,
215
- "tag": "@pie-element/hotspot-configure@2.4.0"
216
- },
217
- {
218
- "type": "feat",
219
- "scope": "mask-markup-elements",
220
- "subject": "refactored the elements and version bumped the necessary files",
221
- "merge": null,
222
- "header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
223
- "body": null,
224
- "footer": null,
225
- "notes": [],
226
- "hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
227
- "gitTags": "",
228
- "committerDate": "2019-07-02 13:38:48 -0400",
229
- "isTagged": true,
230
- "tag": "@pie-element/hotspot-configure@2.5.0"
231
- },
232
- {
233
- "type": "chore",
234
- "scope": "editable-html",
235
- "subject": "version bumped the necessary packages",
236
- "merge": null,
237
- "header": "chore(editable-html): version bumped the necessary packages",
238
- "body": null,
239
- "footer": null,
240
- "notes": [],
241
- "hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
242
- "gitTags": "",
243
- "committerDate": "2019-07-02 15:13:55 -0400",
244
- "isTagged": true,
245
- "tag": "@pie-element/hotspot-configure@2.5.1"
246
- },
247
- {
248
- "type": "chore",
249
- "scope": "version",
250
- "subject": "version bumped the editable-html dependent packages",
251
- "merge": null,
252
- "header": "chore(version): version bumped the editable-html dependent packages",
253
- "body": null,
254
- "footer": null,
255
- "notes": [],
256
- "hash": "19961d346e8596064bad27156e0cf5a03afc3889",
257
- "gitTags": "",
258
- "committerDate": "2019-07-03 15:57:58 -0400",
259
- "isTagged": true,
260
- "tag": "@pie-element/hotspot-configure@2.5.3"
261
- },
262
- {
263
- "type": "fix",
264
- "scope": "template-els",
265
- "subject": "fixed some ditb issues",
266
- "merge": null,
267
- "header": "fix(template-els): fixed some ditb issues",
268
- "body": null,
269
- "footer": null,
270
- "notes": [],
271
- "hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
272
- "gitTags": "",
273
- "committerDate": "2019-07-04 11:45:23 -0400",
274
- "isTagged": true,
275
- "tag": "@pie-element/hotspot-configure@2.5.4"
276
- },
277
- {
278
- "type": "fix",
279
- "scope": "editable-html",
280
- "subject": "fixed lots of stuff regarding the editable-html",
281
- "merge": null,
282
- "header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
283
- "body": null,
284
- "footer": null,
285
- "notes": [],
286
- "hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
287
- "gitTags": " (origin/andrei/fixes)",
288
- "committerDate": "2019-07-07 14:16:34 -0400",
289
- "isTagged": true,
290
- "tag": "@pie-element/hotspot-configure@2.5.6"
291
- },
292
- {
293
- "type": "chore",
294
- "scope": "config-ui",
295
- "subject": "bumped dependent packages",
296
- "merge": null,
297
- "header": "chore(config-ui): bumped dependent packages",
298
- "body": null,
299
- "footer": null,
300
- "notes": [],
301
- "hash": "645756c242868cf21e36a73227b355affb5f957a",
302
- "gitTags": "",
303
- "committerDate": "2019-07-07 15:44:44 -0400",
304
- "isTagged": true,
305
- "tag": "@pie-element/hotspot-configure@2.5.7"
306
- },
307
- {
308
- "type": "chore",
309
- "scope": "editable-html",
310
- "subject": "version bumped some dependant packages",
311
- "merge": null,
312
- "header": "chore(editable-html): version bumped some dependant packages",
313
- "body": null,
314
- "footer": null,
315
- "notes": [],
316
- "hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
317
- "gitTags": "",
318
- "committerDate": "2019-07-09 13:38:59 +0300",
319
- "isTagged": true,
320
- "tag": "@pie-element/hotspot-configure@2.5.8"
321
- },
322
- {
323
- "type": "feat",
324
- "scope": "template-elements",
325
- "subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
326
- "merge": null,
327
- "header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
328
- "body": null,
329
- "footer": null,
330
- "notes": [],
331
- "hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
332
- "gitTags": "",
333
- "committerDate": "2019-07-11 16:57:13 +0300",
334
- "isTagged": true,
335
- "tag": "@pie-element/hotspot-configure@2.6.0"
336
- },
337
- {
338
- "type": "fix",
339
- "scope": "rendering",
340
- "subject": "implemented rendering for math elements [ch1915], [ch1935]",
341
- "merge": null,
342
- "header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
343
- "body": null,
344
- "footer": null,
345
- "notes": [],
346
- "hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
347
- "gitTags": "",
348
- "committerDate": "2019-07-12 15:45:27 +0300",
349
- "isTagged": true,
350
- "tag": "@pie-element/hotspot-configure@2.6.2"
351
- },
352
- {
353
- "type": "feat",
354
- "scope": "hotspot",
355
- "subject": "universal prompt treatment",
356
- "merge": null,
357
- "header": "feat(hotspot): universal prompt treatment",
358
- "body": null,
359
- "footer": null,
360
- "notes": [],
361
- "hash": "a86bdc3717ef70df416c75392c69f1a163c46f5f",
362
- "gitTags": "",
363
- "committerDate": "2019-07-31 12:43:18 +0300",
364
- "isTagged": true,
365
- "tag": "@pie-element/hotspot-configure@2.7.0"
366
- },
367
- {
368
- "type": "fix",
369
- "scope": "elements",
370
- "subject": "version bumped the editable-html packages [ch1738]",
371
- "merge": null,
372
- "header": "fix(elements): version bumped the editable-html packages [ch1738]",
373
- "body": null,
374
- "footer": null,
375
- "notes": [],
376
- "hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
377
- "gitTags": "",
378
- "committerDate": "2019-08-08 08:40:11 +0300",
379
- "isTagged": true,
380
- "tag": "@pie-element/hotspot-configure@2.7.1"
381
- },
382
- {
383
- "type": "fix",
384
- "scope": "math-rendering",
385
- "subject": "updated all dependent packages [ch3365]",
386
- "merge": null,
387
- "header": "fix(math-rendering): updated all dependent packages [ch3365]",
388
- "body": null,
389
- "footer": null,
390
- "notes": [],
391
- "hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
392
- "gitTags": "",
393
- "committerDate": "2019-08-16 23:04:42 +0300",
394
- "isTagged": true,
395
- "tag": "@pie-element/hotspot-configure@2.7.2"
396
- },
397
- {
398
- "type": "fix",
399
- "scope": null,
400
- "subject": "set default values to configuration properties",
401
- "merge": null,
402
- "header": "fix: set default values to configuration properties",
403
- "body": null,
404
- "footer": null,
405
- "notes": [],
406
- "hash": "b5f84bbf1a91955535e63f3b276a8dc6b41d6594",
407
- "gitTags": "",
408
- "committerDate": "2019-08-15 13:57:30 +0300",
409
- "isTagged": true,
410
- "tag": "@pie-element/hotspot-configure@2.7.2"
411
- },
412
- {
413
- "type": "fix",
414
- "scope": "math-rendering",
415
- "subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
416
- "merge": null,
417
- "header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
418
- "body": null,
419
- "footer": null,
420
- "notes": [],
421
- "hash": "33e3287a735cec9aed893f697a1933ff0c077042",
422
- "gitTags": "",
423
- "committerDate": "2019-08-19 19:37:56 +0300",
424
- "isTagged": true,
425
- "tag": "@pie-element/hotspot-configure@2.7.3"
426
- },
427
- {
428
- "type": "fix",
429
- "scope": "hotspot",
430
- "subject": "hotspotList prop type is array, not string (#315)",
431
- "merge": null,
432
- "header": "fix(hotspot): hotspotList prop type is array, not string (#315)",
433
- "body": null,
434
- "footer": null,
435
- "notes": [],
436
- "hash": "4280a99a04bef043fd5267253e4bb115c70f2359",
437
- "gitTags": "",
438
- "committerDate": "2019-08-30 09:30:57 -0400",
439
- "isTagged": true,
440
- "tag": "@pie-element/hotspot-configure@2.7.7"
441
- },
442
- {
443
- "type": "feat",
444
- "scope": "drawable",
445
- "subject": "fixed the not rendering item preview [ch3629]",
446
- "merge": null,
447
- "header": "feat(drawable): fixed the not rendering item preview [ch3629]",
448
- "body": null,
449
- "footer": null,
450
- "notes": [],
451
- "hash": "9c7b05360ffd7c17cfaec34f8bbf5f5385dafc95",
452
- "gitTags": "",
453
- "committerDate": "2019-09-23 12:34:44 +0300",
454
- "isTagged": true,
455
- "tag": "@pie-element/hotspot-configure@3.1.0"
456
- },
457
- {
458
- "type": "feat",
459
- "scope": "hotspot",
460
- "subject": "model based prompt",
461
- "merge": null,
462
- "header": "feat(hotspot): model based prompt",
463
- "body": null,
464
- "footer": null,
465
- "notes": [],
466
- "hash": "2ff380b42245fd8296374b43ede6814d9c22bb34",
467
- "gitTags": "",
468
- "committerDate": "2019-09-24 15:56:36 +0300",
469
- "isTagged": true,
470
- "tag": "@pie-element/hotspot-configure@3.2.0"
471
- },
472
- {
473
- "type": "fix",
474
- "scope": null,
475
- "subject": "Hide Partial Scoring option from Settings Panel setting to false by default.",
476
- "merge": null,
477
- "header": "fix: Hide Partial Scoring option from Settings Panel setting to false by default.",
478
- "body": null,
479
- "footer": null,
480
- "notes": [],
481
- "hash": "1d0f617741d88756dd9861647981b1121e04963f",
482
- "gitTags": "",
483
- "committerDate": "2019-11-06 09:57:11 +0200",
484
- "isTagged": true,
485
- "tag": "@pie-element/hotspot-configure@4.0.2"
486
- },
487
- {
488
- "type": "feat",
489
- "scope": null,
490
- "subject": "added support for declared polygons (display them, possibility to mark/unmark as correct, possibility to drag/drop).",
491
- "merge": null,
492
- "header": "feat: added support for declared polygons (display them, possibility to mark/unmark as correct, possibility to drag/drop).",
493
- "body": null,
494
- "footer": null,
495
- "notes": [],
496
- "hash": "85d06039078128ccff7531c0f86297baf3b89e53",
497
- "gitTags": "",
498
- "committerDate": "2019-12-12 18:33:43 +0200",
499
- "isTagged": true,
500
- "tag": "@pie-element/hotspot-configure@4.1.0"
501
- },
502
- {
503
- "type": "fix",
504
- "scope": null,
505
- "subject": "ch2880: For some hotspot items, the distinction between selected and not selected areas is quite subtle (increased border width)",
506
- "merge": null,
507
- "header": "fix: ch2880: For some hotspot items, the distinction between selected and not selected areas is quite subtle (increased border width)",
508
- "body": null,
509
- "footer": null,
510
- "notes": [],
511
- "hash": "7769a154b4d54111d22fc866e03573813a0f7f1a",
512
- "gitTags": " (origin/andreea/ch2880/for-some-hotspot-items-the-distinction-between)",
513
- "committerDate": "2019-12-19 12:17:00 +0200",
514
- "isTagged": true,
515
- "tag": "@pie-element/hotspot-configure@4.1.2"
516
- },
517
- {
518
- "type": "fix",
519
- "scope": null,
520
- "subject": "ch7720: Authoring problem with Hotspot: Double-clicking image crashes Build screen",
521
- "merge": null,
522
- "header": "fix: ch7720: Authoring problem with Hotspot: Double-clicking image crashes Build screen",
523
- "body": null,
524
- "footer": null,
525
- "notes": [],
526
- "hash": "94f4e0782b0778860658a1bcde6d65493169e267",
527
- "gitTags": "",
528
- "committerDate": "2020-03-12 16:52:26 +0200",
529
- "isTagged": true,
530
- "tag": "@pie-element/hotspot-configure@4.2.0"
531
- },
532
- {
533
- "type": "fix",
534
- "scope": null,
535
- "subject": "bump ui versions",
536
- "merge": null,
537
- "header": "fix: bump ui versions",
538
- "body": null,
539
- "footer": null,
540
- "notes": [],
541
- "hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
542
- "gitTags": "",
543
- "committerDate": "2020-03-31 19:25:13 +0100",
544
- "isTagged": true,
545
- "tag": "@pie-element/hotspot-configure@4.2.0"
546
- },
547
- {
548
- "type": "fix",
549
- "scope": null,
550
- "subject": "bump lib and ui versions",
551
- "merge": null,
552
- "header": "fix: bump lib and ui versions",
553
- "body": null,
554
- "footer": null,
555
- "notes": [],
556
- "hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
557
- "gitTags": "",
558
- "committerDate": "2020-04-10 17:13:24 +0100",
559
- "isTagged": true,
560
- "tag": "@pie-element/hotspot-configure@4.4.0"
561
- },
562
- {
563
- "type": "feat",
564
- "scope": null,
565
- "subject": "7727: When resizing images in hotspot, the default behavior should be to keep the aspect ratio fixed",
566
- "merge": null,
567
- "header": "feat: 7727: When resizing images in hotspot, the default behavior should be to keep the aspect ratio fixed",
568
- "body": null,
569
- "footer": null,
570
- "notes": [],
571
- "hash": "651d7e2e3d0f1c4f2bdf4089ca3437f547363648",
572
- "gitTags": "",
573
- "committerDate": "2020-03-30 16:00:49 +0300",
574
- "isTagged": true,
575
- "tag": "@pie-element/hotspot-configure@4.4.0"
576
- },
577
- {
578
- "type": "fix",
579
- "scope": null,
580
- "subject": "ch7799: the Item Preview for a legacy hot spot item appears to show the wrong answer because the lines that are too close to the margins are not visible. Solution: add padding and move content accordingly so that the lines will be displayed entirely.",
581
- "merge": null,
582
- "header": "fix: ch7799: the Item Preview for a legacy hot spot item appears to show the wrong answer because the lines that are too close to the margins are not visible. Solution: add padding and move content accordingly so that the lines will be displayed entirely.",
583
- "body": null,
584
- "footer": null,
585
- "notes": [],
586
- "hash": "a5c696e11115214ab3dee76461eff1c8dca98939",
587
- "gitTags": "",
588
- "committerDate": "2020-03-27 12:48:40 +0200",
589
- "isTagged": true,
590
- "tag": "@pie-element/hotspot-configure@4.4.0"
591
- },
592
- {
593
- "type": "fix",
594
- "scope": null,
595
- "subject": "bump all packages to avoid tag conflict",
596
- "merge": null,
597
- "header": "fix: bump all packages to avoid tag conflict",
598
- "body": null,
599
- "footer": null,
600
- "notes": [],
601
- "hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
602
- "gitTags": "",
603
- "committerDate": "2020-04-10 20:01:37 +0100",
604
- "isTagged": true,
605
- "tag": "@pie-element/hotspot-configure@4.4.0"
606
- },
607
- {
608
- "type": "fix",
609
- "scope": null,
610
- "subject": "bump ui/lib versions",
611
- "merge": null,
612
- "header": "fix: bump ui/lib versions",
613
- "body": null,
614
- "footer": null,
615
- "notes": [],
616
- "hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
617
- "gitTags": "",
618
- "committerDate": "2020-04-14 15:36:44 +0100",
619
- "isTagged": true,
620
- "tag": "@pie-element/hotspot-configure@4.4.2"
621
- },
622
- {
623
- "type": "fix",
624
- "scope": null,
625
- "subject": "bump ui/lib versions",
626
- "merge": null,
627
- "header": "fix: bump ui/lib versions",
628
- "body": null,
629
- "footer": null,
630
- "notes": [],
631
- "hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
632
- "gitTags": "",
633
- "committerDate": "2020-04-28 14:57:57 +0100",
634
- "isTagged": true,
635
- "tag": "@pie-element/hotspot-configure@4.4.3"
636
- },
637
- {
638
- "type": "fix",
639
- "scope": null,
640
- "subject": "update ui/lib versions",
641
- "merge": null,
642
- "header": "fix: update ui/lib versions",
643
- "body": null,
644
- "footer": null,
645
- "notes": [],
646
- "hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
647
- "gitTags": "",
648
- "committerDate": "2020-04-28 14:20:37 +0100",
649
- "isTagged": true,
650
- "tag": "@pie-element/hotspot-configure@4.4.3"
651
- },
652
- {
653
- "type": "fix",
654
- "scope": null,
655
- "subject": "ui+libs update",
656
- "merge": null,
657
- "header": "fix: ui+libs update",
658
- "body": null,
659
- "footer": null,
660
- "notes": [],
661
- "hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
662
- "gitTags": "",
663
- "committerDate": "2020-04-27 19:52:07 +0100",
664
- "isTagged": true,
665
- "tag": "@pie-element/hotspot-configure@4.4.3"
666
- },
667
- {
668
- "type": "fix",
669
- "scope": null,
670
- "subject": "PD-56: Bug with resizing an image in hot spot",
671
- "merge": null,
672
- "header": "fix: PD-56: Bug with resizing an image in hot spot",
673
- "body": "fix: PD-57: Hotspot: Enlarge the Help icon\nfix: PD-58: Hotspot: Hotspot creation should use a drag-and-drop gesture to create hotspots.",
674
- "footer": null,
675
- "notes": [],
676
- "hash": "bfeb160b80d089178b193b990d68b61965be8866",
677
- "gitTags": "",
678
- "committerDate": "2020-04-17 09:31:25 +0300",
679
- "isTagged": true,
680
- "tag": "@pie-element/hotspot-configure@4.4.3"
681
- }
682
- ]