@m4l/gclick 0.3.1-beta.0 → 0.3.1-beta.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 (1116) hide show
  1. package/@types/constants.d.ts +1 -0
  2. package/@types/constants.d.ts.map +1 -0
  3. package/@types/constants.js +3 -19
  4. package/@types/deviceData.d.ts +1 -0
  5. package/@types/deviceData.d.ts.map +1 -0
  6. package/@types/general.d.ts +1 -0
  7. package/@types/general.d.ts.map +1 -0
  8. package/@types/index.d.ts +1 -0
  9. package/@types/index.d.ts.map +1 -0
  10. package/@types/vpts.d.ts +1 -0
  11. package/@types/vpts.d.ts.map +1 -0
  12. package/components/Device/Device.d.ts +2 -1
  13. package/components/Device/Device.d.ts.map +1 -0
  14. package/components/Device/Device.js +20 -25
  15. package/components/Device/Device.styles.d.ts +1 -0
  16. package/components/Device/Device.styles.d.ts.map +1 -0
  17. package/components/Device/Device.styles.js +25 -27
  18. package/components/Device/constants.d.ts +1 -0
  19. package/components/Device/constants.d.ts.map +1 -0
  20. package/components/Device/constants.js +2 -2
  21. package/components/Device/dictionary.d.ts +1 -0
  22. package/components/Device/dictionary.d.ts.map +1 -0
  23. package/components/Device/dictionary.js +16 -15
  24. package/components/Device/helpers/helperDeviceStatus.d.ts +1 -0
  25. package/components/Device/helpers/helperDeviceStatus.d.ts.map +1 -0
  26. package/components/Device/helpers/helperDeviceStatus.js +11 -17
  27. package/components/Device/helpers.d.ts +1 -0
  28. package/components/Device/helpers.d.ts.map +1 -0
  29. package/components/Device/helpers.js +15 -22
  30. package/components/Device/hooks/constants.d.ts +1 -0
  31. package/components/Device/hooks/constants.d.ts.map +1 -0
  32. package/components/Device/hooks/constants.js +37 -37
  33. package/components/Device/hooks/useDevice.d.ts +1 -0
  34. package/components/Device/hooks/useDevice.d.ts.map +1 -0
  35. package/components/Device/hooks/useDevice.js +16 -18
  36. package/components/Device/hooks/useDeviceStatus.d.ts +1 -0
  37. package/components/Device/hooks/useDeviceStatus.d.ts.map +1 -0
  38. package/components/Device/hooks/useDeviceStatus.js +17 -21
  39. package/components/Device/icons.d.ts +1 -0
  40. package/components/Device/icons.d.ts.map +1 -0
  41. package/components/Device/icons.js +2 -2
  42. package/components/Device/index.d.ts +1 -0
  43. package/components/Device/index.d.ts.map +1 -0
  44. package/components/Device/slots/DeviceSlots.d.ts +14 -13
  45. package/components/Device/slots/DeviceSlots.d.ts.map +1 -0
  46. package/components/Device/slots/DeviceSlots.js +26 -30
  47. package/components/Device/slots/slots.d.ts +1 -0
  48. package/components/Device/slots/slots.d.ts.map +1 -0
  49. package/components/Device/slots/slots.js +2 -9
  50. package/components/Device/types.d.ts +2 -2
  51. package/components/Device/types.d.ts.map +1 -0
  52. package/components/DeviceLabel/DeviceLabel.d.ts +2 -1
  53. package/components/DeviceLabel/DeviceLabel.d.ts.map +1 -0
  54. package/components/DeviceLabel/DeviceLabel.js +19 -27
  55. package/components/DeviceLabel/DeviceLabel.styles.d.ts +1 -0
  56. package/components/DeviceLabel/DeviceLabel.styles.d.ts.map +1 -0
  57. package/components/DeviceLabel/DeviceLabel.styles.js +4 -4
  58. package/components/DeviceLabel/constants.d.ts +1 -0
  59. package/components/DeviceLabel/constants.d.ts.map +1 -0
  60. package/components/DeviceLabel/constants.js +2 -2
  61. package/components/DeviceLabel/index.d.ts +1 -0
  62. package/components/DeviceLabel/index.d.ts.map +1 -0
  63. package/components/DeviceLabel/slots/DeviceLabelSlots.d.ts +5 -4
  64. package/components/DeviceLabel/slots/DeviceLabelSlots.d.ts.map +1 -0
  65. package/components/DeviceLabel/slots/DeviceLabelSlots.js +18 -20
  66. package/components/DeviceLabel/slots/slots.d.ts +1 -0
  67. package/components/DeviceLabel/slots/slots.d.ts.map +1 -0
  68. package/components/DeviceLabel/slots/slots.js +2 -7
  69. package/components/DeviceLabel/types.d.ts +1 -0
  70. package/components/DeviceLabel/types.d.ts.map +1 -0
  71. package/components/DeviceStatus/DeviceStatus.d.ts +2 -1
  72. package/components/DeviceStatus/DeviceStatus.d.ts.map +1 -0
  73. package/components/DeviceStatus/DeviceStatus.styles.d.ts +1 -0
  74. package/components/DeviceStatus/DeviceStatus.styles.d.ts.map +1 -0
  75. package/components/DeviceStatus/DeviceStatus.styles.js +13 -1
  76. package/components/DeviceStatus/constants.d.ts +1 -0
  77. package/components/DeviceStatus/constants.d.ts.map +1 -0
  78. package/components/DeviceStatus/constants.js +4 -1
  79. package/components/DeviceStatus/dictionary.d.ts +1 -0
  80. package/components/DeviceStatus/dictionary.d.ts.map +1 -0
  81. package/components/DeviceStatus/dictionary.js +5 -4
  82. package/components/DeviceStatus/icons.d.ts +1 -0
  83. package/components/DeviceStatus/icons.d.ts.map +1 -0
  84. package/components/DeviceStatus/index.d.ts +1 -0
  85. package/components/DeviceStatus/index.d.ts.map +1 -0
  86. package/components/DeviceStatus/slots/DeviceStatusSlots.d.ts +2 -1
  87. package/components/DeviceStatus/slots/DeviceStatusSlots.d.ts.map +1 -0
  88. package/components/DeviceStatus/slots/DeviceStatusSlots.js +8 -1
  89. package/components/DeviceStatus/slots/slots.d.ts +1 -0
  90. package/components/DeviceStatus/slots/slots.d.ts.map +1 -0
  91. package/components/DeviceStatus/slots/slots.js +4 -1
  92. package/components/DeviceStatus/types.d.ts +2 -1
  93. package/components/DeviceStatus/types.d.ts.map +1 -0
  94. package/components/GaugeCircular/GaugeCircular.d.ts +2 -1
  95. package/components/GaugeCircular/GaugeCircular.d.ts.map +1 -0
  96. package/components/GaugeCircular/GaugeCircular.js +16 -18
  97. package/components/GaugeCircular/GaugeCircular.styles.d.ts +1 -0
  98. package/components/GaugeCircular/GaugeCircular.styles.d.ts.map +1 -0
  99. package/components/GaugeCircular/GaugeCircular.styles.js +11 -11
  100. package/components/GaugeCircular/constants.d.ts +1 -0
  101. package/components/GaugeCircular/constants.d.ts.map +1 -0
  102. package/components/GaugeCircular/constants.js +5 -6
  103. package/components/GaugeCircular/index.d.ts +1 -0
  104. package/components/GaugeCircular/index.d.ts.map +1 -0
  105. package/components/GaugeCircular/slots/GaugeCircularEnum.d.ts +1 -0
  106. package/components/GaugeCircular/slots/GaugeCircularEnum.d.ts.map +1 -0
  107. package/components/GaugeCircular/slots/GaugeCircularEnum.js +2 -7
  108. package/components/GaugeCircular/slots/GaugeCircularSlots.d.ts +4 -3
  109. package/components/GaugeCircular/slots/GaugeCircularSlots.d.ts.map +1 -0
  110. package/components/GaugeCircular/slots/GaugeCircularSlots.js +17 -19
  111. package/components/GaugeCircular/subcomponents/CircularProgress/CircularProgress.d.ts +2 -1
  112. package/components/GaugeCircular/subcomponents/CircularProgress/CircularProgress.d.ts.map +1 -0
  113. package/components/GaugeCircular/subcomponents/CircularProgress/CircularProgress.js +23 -25
  114. package/components/GaugeCircular/subcomponents/CircularProgress/constants.d.ts +1 -0
  115. package/components/GaugeCircular/subcomponents/CircularProgress/constants.d.ts.map +1 -0
  116. package/components/GaugeCircular/subcomponents/CircularProgress/constants.js +3 -4
  117. package/components/GaugeCircular/subcomponents/CircularProgress/index.d.ts +1 -0
  118. package/components/GaugeCircular/subcomponents/CircularProgress/index.d.ts.map +1 -0
  119. package/components/GaugeCircular/types.d.ts +1 -0
  120. package/components/GaugeCircular/types.d.ts.map +1 -0
  121. package/components/VideoTimeLineSelector/VideoTimeLineSelector.d.ts +2 -1
  122. package/components/VideoTimeLineSelector/VideoTimeLineSelector.d.ts.map +1 -0
  123. package/components/VideoTimeLineSelector/VideoTimeLineSelector.js +16 -16
  124. package/components/VideoTimeLineSelector/VideoTimeLineSelector.styles.d.ts +1 -0
  125. package/components/VideoTimeLineSelector/VideoTimeLineSelector.styles.d.ts.map +1 -0
  126. package/components/VideoTimeLineSelector/VideoTimeLineSelector.styles.js +66 -66
  127. package/components/VideoTimeLineSelector/constants.d.ts +1 -0
  128. package/components/VideoTimeLineSelector/constants.d.ts.map +1 -0
  129. package/components/VideoTimeLineSelector/constants.js +8 -11
  130. package/components/VideoTimeLineSelector/dictionary.d.ts +1 -0
  131. package/components/VideoTimeLineSelector/dictionary.d.ts.map +1 -0
  132. package/components/VideoTimeLineSelector/dictionary.js +9 -13
  133. package/components/VideoTimeLineSelector/helpers/calculateQuadrantData/calculateQuadrantData.d.ts +1 -0
  134. package/components/VideoTimeLineSelector/helpers/calculateQuadrantData/calculateQuadrantData.d.ts.map +1 -0
  135. package/components/VideoTimeLineSelector/helpers/calculateQuadrantData/calculateQuadrantData.js +6 -8
  136. package/components/VideoTimeLineSelector/helpers/calculateQuadrantData/index.d.ts +1 -0
  137. package/components/VideoTimeLineSelector/helpers/calculateQuadrantData/index.d.ts.map +1 -0
  138. package/components/VideoTimeLineSelector/helpers/calculateTimeLineData/calculateTimeLineData.d.ts +2 -1
  139. package/components/VideoTimeLineSelector/helpers/calculateTimeLineData/calculateTimeLineData.d.ts.map +1 -0
  140. package/components/VideoTimeLineSelector/helpers/calculateTimeLineData/calculateTimeLineData.js +8 -14
  141. package/components/VideoTimeLineSelector/helpers/calculateTimeLineData/index.d.ts +1 -0
  142. package/components/VideoTimeLineSelector/helpers/calculateTimeLineData/index.d.ts.map +1 -0
  143. package/components/VideoTimeLineSelector/helpers/clusterEvents/clusterEvents.d.ts +1 -0
  144. package/components/VideoTimeLineSelector/helpers/clusterEvents/clusterEvents.d.ts.map +1 -0
  145. package/components/VideoTimeLineSelector/helpers/clusterEvents/clusterEvents.js +45 -64
  146. package/components/VideoTimeLineSelector/helpers/convertHoursToTimeString/convertHoursToTimeString.d.ts +1 -0
  147. package/components/VideoTimeLineSelector/helpers/convertHoursToTimeString/convertHoursToTimeString.d.ts.map +1 -0
  148. package/components/VideoTimeLineSelector/helpers/convertHoursToTimeString/convertHoursToTimeString.js +5 -12
  149. package/components/VideoTimeLineSelector/helpers/convertHoursToTimeString/index.d.ts +1 -0
  150. package/components/VideoTimeLineSelector/helpers/convertHoursToTimeString/index.d.ts.map +1 -0
  151. package/components/VideoTimeLineSelector/helpers/getDataWithoutProxy/getDataWithoutProxy.d.ts +1 -0
  152. package/components/VideoTimeLineSelector/helpers/getDataWithoutProxy/getDataWithoutProxy.d.ts.map +1 -0
  153. package/components/VideoTimeLineSelector/helpers/getDataWithoutProxy/getDataWithoutProxy.js +8 -9
  154. package/components/VideoTimeLineSelector/helpers/getDataWithoutProxy/index.d.ts +1 -0
  155. package/components/VideoTimeLineSelector/helpers/getDataWithoutProxy/index.d.ts.map +1 -0
  156. package/components/VideoTimeLineSelector/helpers/getIntersectedSegments/getIntersectedSegments.d.ts +1 -0
  157. package/components/VideoTimeLineSelector/helpers/getIntersectedSegments/getIntersectedSegments.d.ts.map +1 -0
  158. package/components/VideoTimeLineSelector/helpers/getIntersectedSegments/getIntersectedSegments.js +15 -20
  159. package/components/VideoTimeLineSelector/helpers/getTimeFromPointIndex/getTimeFromPointIndex.d.ts +1 -0
  160. package/components/VideoTimeLineSelector/helpers/getTimeFromPointIndex/getTimeFromPointIndex.d.ts.map +1 -0
  161. package/components/VideoTimeLineSelector/helpers/getTimeFromPointIndex/getTimeFromPointIndex.js +5 -8
  162. package/components/VideoTimeLineSelector/helpers/getTimeFromPointIndex/index.d.ts +1 -0
  163. package/components/VideoTimeLineSelector/helpers/getTimeFromPointIndex/index.d.ts.map +1 -0
  164. package/components/VideoTimeLineSelector/helpers/getTimeLinePosition/getTimeLinePosition.d.ts +1 -0
  165. package/components/VideoTimeLineSelector/helpers/getTimeLinePosition/getTimeLinePosition.d.ts.map +1 -0
  166. package/components/VideoTimeLineSelector/helpers/getTimeLinePosition/getTimeLinePosition.js +5 -8
  167. package/components/VideoTimeLineSelector/helpers/getTimeLinePosition/types.d.ts +1 -0
  168. package/components/VideoTimeLineSelector/helpers/getTimeLinePosition/types.d.ts.map +1 -0
  169. package/components/VideoTimeLineSelector/helpers/getVisiblePoints/getVisiblePoints.d.ts +1 -0
  170. package/components/VideoTimeLineSelector/helpers/getVisiblePoints/getVisiblePoints.d.ts.map +1 -0
  171. package/components/VideoTimeLineSelector/helpers/getVisiblePoints/getVisiblePoints.js +16 -25
  172. package/components/VideoTimeLineSelector/helpers/getVisiblePoints/index.d.ts +1 -0
  173. package/components/VideoTimeLineSelector/helpers/getVisiblePoints/index.d.ts.map +1 -0
  174. package/components/VideoTimeLineSelector/helpers/getVisiblePoints/types.d.ts +1 -0
  175. package/components/VideoTimeLineSelector/helpers/getVisiblePoints/types.d.ts.map +1 -0
  176. package/components/VideoTimeLineSelector/helpers/isValidTimeVisible/index.d.ts +1 -0
  177. package/components/VideoTimeLineSelector/helpers/isValidTimeVisible/index.d.ts.map +1 -0
  178. package/components/VideoTimeLineSelector/helpers/isValidTimeVisible/isValidTimeVisible.d.ts +1 -0
  179. package/components/VideoTimeLineSelector/helpers/isValidTimeVisible/isValidTimeVisible.d.ts.map +1 -0
  180. package/components/VideoTimeLineSelector/helpers/isValidTimeVisible/isValidTimeVisible.js +3 -5
  181. package/components/VideoTimeLineSelector/icons.d.ts +1 -0
  182. package/components/VideoTimeLineSelector/icons.d.ts.map +1 -0
  183. package/components/VideoTimeLineSelector/icons.js +2 -2
  184. package/components/VideoTimeLineSelector/index.d.ts +1 -0
  185. package/components/VideoTimeLineSelector/index.d.ts.map +1 -0
  186. package/components/VideoTimeLineSelector/slots/VideoTimeLineSelectorEnums.d.ts +1 -0
  187. package/components/VideoTimeLineSelector/slots/VideoTimeLineSelectorEnums.d.ts.map +1 -0
  188. package/components/VideoTimeLineSelector/slots/VideoTimeLineSelectorEnums.js +2 -26
  189. package/components/VideoTimeLineSelector/slots/VideoTimeLineSelectorSlots.d.ts +18 -17
  190. package/components/VideoTimeLineSelector/slots/VideoTimeLineSelectorSlots.d.ts.map +1 -0
  191. package/components/VideoTimeLineSelector/slots/VideoTimeLineSelectorSlots.js +95 -116
  192. package/components/VideoTimeLineSelector/store/VideoTimeLineSelectorContext.d.ts +2 -1
  193. package/components/VideoTimeLineSelector/store/VideoTimeLineSelectorContext.d.ts.map +1 -0
  194. package/components/VideoTimeLineSelector/store/VideoTimeLineSelectorContext.js +43 -61
  195. package/components/VideoTimeLineSelector/store/VideoTimeLineSelectorStore.d.ts +1 -0
  196. package/components/VideoTimeLineSelector/store/VideoTimeLineSelectorStore.d.ts.map +1 -0
  197. package/components/VideoTimeLineSelector/store/VideoTimeLineSelectorStore.js +73 -132
  198. package/components/VideoTimeLineSelector/store/index.d.ts +1 -0
  199. package/components/VideoTimeLineSelector/store/index.d.ts.map +1 -0
  200. package/components/VideoTimeLineSelector/store/types.d.ts +1 -0
  201. package/components/VideoTimeLineSelector/store/types.d.ts.map +1 -0
  202. package/components/VideoTimeLineSelector/store/useVideoTimeLineSelectorStore.d.ts +1 -0
  203. package/components/VideoTimeLineSelector/store/useVideoTimeLineSelectorStore.d.ts.map +1 -0
  204. package/components/VideoTimeLineSelector/store/useVideoTimeLineSelectorStore.js +9 -10
  205. package/components/VideoTimeLineSelector/subcomponents/BaseVideoTimeLineSelector/BaseVideoTimeLineSelector.d.ts +2 -1
  206. package/components/VideoTimeLineSelector/subcomponents/BaseVideoTimeLineSelector/BaseVideoTimeLineSelector.d.ts.map +1 -0
  207. package/components/VideoTimeLineSelector/subcomponents/BaseVideoTimeLineSelector/BaseVideoTimeLineSelector.js +75 -91
  208. package/components/VideoTimeLineSelector/subcomponents/ChannelCheckBox/ChannelCheckbox.d.ts +2 -1
  209. package/components/VideoTimeLineSelector/subcomponents/ChannelCheckBox/ChannelCheckbox.d.ts.map +1 -0
  210. package/components/VideoTimeLineSelector/subcomponents/ChannelCheckBox/ChannelCheckbox.js +13 -19
  211. package/components/VideoTimeLineSelector/subcomponents/ChannelCheckBox/types.d.ts +1 -0
  212. package/components/VideoTimeLineSelector/subcomponents/ChannelCheckBox/types.d.ts.map +1 -0
  213. package/components/VideoTimeLineSelector/subcomponents/ChannelRadioButton/ChannelRadioButton.d.ts +2 -1
  214. package/components/VideoTimeLineSelector/subcomponents/ChannelRadioButton/ChannelRadioButton.d.ts.map +1 -0
  215. package/components/VideoTimeLineSelector/subcomponents/ChannelRadioButton/ChannelRadioButton.js +16 -21
  216. package/components/VideoTimeLineSelector/subcomponents/ChannelRadioButton/types.d.ts +1 -0
  217. package/components/VideoTimeLineSelector/subcomponents/ChannelRadioButton/types.d.ts.map +1 -0
  218. package/components/VideoTimeLineSelector/subcomponents/ChartTimeLine/ChartTimeLine.d.ts +2 -1
  219. package/components/VideoTimeLineSelector/subcomponents/ChartTimeLine/ChartTimeLine.d.ts.map +1 -0
  220. package/components/VideoTimeLineSelector/subcomponents/ChartTimeLine/ChartTimeLine.js +170 -252
  221. package/components/VideoTimeLineSelector/subcomponents/ChartTimeLine/types.d.ts +1 -0
  222. package/components/VideoTimeLineSelector/subcomponents/ChartTimeLine/types.d.ts.map +1 -0
  223. package/components/VideoTimeLineSelector/subcomponents/EventCluster/EventCluster.d.ts +2 -1
  224. package/components/VideoTimeLineSelector/subcomponents/EventCluster/EventCluster.d.ts.map +1 -0
  225. package/components/VideoTimeLineSelector/subcomponents/EventCluster/EventCluster.js +50 -63
  226. package/components/VideoTimeLineSelector/types.d.ts +2 -1
  227. package/components/VideoTimeLineSelector/types.d.ts.map +1 -0
  228. package/components/index.d.ts +1 -0
  229. package/components/index.d.ts.map +1 -0
  230. package/components/indicators/IndicatorBattery/IndicatorBattery.d.ts +2 -1
  231. package/components/indicators/IndicatorBattery/IndicatorBattery.d.ts.map +1 -0
  232. package/components/indicators/IndicatorBattery/IndicatorBattery.js +65 -75
  233. package/components/indicators/IndicatorBattery/IndicatorBattery.styles.d.ts +1 -0
  234. package/components/indicators/IndicatorBattery/IndicatorBattery.styles.d.ts.map +1 -0
  235. package/components/indicators/IndicatorBattery/IndicatorBattery.styles.js +27 -27
  236. package/components/indicators/IndicatorBattery/constants.d.ts +2 -1
  237. package/components/indicators/IndicatorBattery/constants.d.ts.map +1 -0
  238. package/components/indicators/IndicatorBattery/constants.js +5 -6
  239. package/components/indicators/IndicatorBattery/dictionary.d.ts +1 -0
  240. package/components/indicators/IndicatorBattery/dictionary.d.ts.map +1 -0
  241. package/components/indicators/IndicatorBattery/dictionary.js +14 -17
  242. package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/constants.d.ts +1 -0
  243. package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/constants.d.ts.map +1 -0
  244. package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/constants.js +4 -4
  245. package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/types.d.ts +1 -0
  246. package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/types.d.ts.map +1 -0
  247. package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/useBatteryStatus.d.ts +1 -0
  248. package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/useBatteryStatus.d.ts.map +1 -0
  249. package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/useBatteryStatus.js +40 -54
  250. package/components/indicators/IndicatorBattery/icons.d.ts +1 -0
  251. package/components/indicators/IndicatorBattery/icons.d.ts.map +1 -0
  252. package/components/indicators/IndicatorBattery/icons.js +2 -2
  253. package/components/indicators/IndicatorBattery/index.d.ts +1 -0
  254. package/components/indicators/IndicatorBattery/index.d.ts.map +1 -0
  255. package/components/indicators/IndicatorBattery/slots/IndicatorBaterySlots.d.ts +17 -16
  256. package/components/indicators/IndicatorBattery/slots/IndicatorBaterySlots.d.ts.map +1 -0
  257. package/components/indicators/IndicatorBattery/slots/IndicatorBaterySlots.js +42 -50
  258. package/components/indicators/IndicatorBattery/slots/IndicatorBatteryEnum.d.ts +1 -0
  259. package/components/indicators/IndicatorBattery/slots/IndicatorBatteryEnum.d.ts.map +1 -0
  260. package/components/indicators/IndicatorBattery/slots/IndicatorBatteryEnum.js +2 -13
  261. package/components/indicators/IndicatorBattery/types.d.ts +1 -0
  262. package/components/indicators/IndicatorBattery/types.d.ts.map +1 -0
  263. package/components/indicators/IndicatorCSQ/IndicatorCSQ.d.ts +2 -1
  264. package/components/indicators/IndicatorCSQ/IndicatorCSQ.d.ts.map +1 -0
  265. package/components/indicators/IndicatorCSQ/IndicatorCSQ.js +16 -18
  266. package/components/indicators/IndicatorCSQ/IndicatorCSQ.styles.d.ts +1 -0
  267. package/components/indicators/IndicatorCSQ/IndicatorCSQ.styles.d.ts.map +1 -0
  268. package/components/indicators/IndicatorCSQ/IndicatorCSQ.styles.js +25 -28
  269. package/components/indicators/IndicatorCSQ/constants.d.ts +2 -1
  270. package/components/indicators/IndicatorCSQ/constants.d.ts.map +1 -0
  271. package/components/indicators/IndicatorCSQ/constants.js +5 -6
  272. package/components/indicators/IndicatorCSQ/dictionary.d.ts +1 -0
  273. package/components/indicators/IndicatorCSQ/dictionary.d.ts.map +1 -0
  274. package/components/indicators/IndicatorCSQ/dictionary.js +12 -16
  275. package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/getQualityLabel.d.ts +1 -0
  276. package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/getQualityLabel.d.ts.map +1 -0
  277. package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/getQualityLabel.js +19 -20
  278. package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/index.d.ts +1 -0
  279. package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/index.d.ts.map +1 -0
  280. package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/types.d.ts +1 -0
  281. package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/types.d.ts.map +1 -0
  282. package/components/indicators/IndicatorCSQ/icons.d.ts +1 -0
  283. package/components/indicators/IndicatorCSQ/icons.d.ts.map +1 -0
  284. package/components/indicators/IndicatorCSQ/index.d.ts +1 -0
  285. package/components/indicators/IndicatorCSQ/index.d.ts.map +1 -0
  286. package/components/indicators/IndicatorCSQ/slots/IndicatorCSQEnum.d.ts +1 -0
  287. package/components/indicators/IndicatorCSQ/slots/IndicatorCSQEnum.d.ts.map +1 -0
  288. package/components/indicators/IndicatorCSQ/slots/IndicatorCSQEnum.js +2 -9
  289. package/components/indicators/IndicatorCSQ/slots/IndicatorCSQSlots.d.ts +8 -7
  290. package/components/indicators/IndicatorCSQ/slots/IndicatorCSQSlots.d.ts.map +1 -0
  291. package/components/indicators/IndicatorCSQ/slots/IndicatorCSQSlots.js +26 -30
  292. package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/SignalIcon.d.ts +2 -1
  293. package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/SignalIcon.d.ts.map +1 -0
  294. package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/SignalIcon.js +13 -14
  295. package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/index.d.ts +1 -0
  296. package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/index.d.ts.map +1 -0
  297. package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/types.d.ts +1 -0
  298. package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/types.d.ts.map +1 -0
  299. package/components/indicators/IndicatorCSQ/types.d.ts +1 -0
  300. package/components/indicators/IndicatorCSQ/types.d.ts.map +1 -0
  301. package/components/indicators/IndicatorValueAndMagnitude/IndicatorValueAndMagnitude.d.ts +2 -1
  302. package/components/indicators/IndicatorValueAndMagnitude/IndicatorValueAndMagnitude.d.ts.map +1 -0
  303. package/components/indicators/IndicatorValueAndMagnitude/IndicatorValueAndMagnitude.js +10 -11
  304. package/components/indicators/IndicatorValueAndMagnitude/IndicatorValueAndMagnitude.styles.d.ts +1 -0
  305. package/components/indicators/IndicatorValueAndMagnitude/IndicatorValueAndMagnitude.styles.d.ts.map +1 -0
  306. package/components/indicators/IndicatorValueAndMagnitude/IndicatorValueAndMagnitude.styles.js +7 -7
  307. package/components/indicators/IndicatorValueAndMagnitude/constants.d.ts +2 -1
  308. package/components/indicators/IndicatorValueAndMagnitude/constants.d.ts.map +1 -0
  309. package/components/indicators/IndicatorValueAndMagnitude/constants.js +5 -5
  310. package/components/indicators/IndicatorValueAndMagnitude/index.d.ts +1 -0
  311. package/components/indicators/IndicatorValueAndMagnitude/index.d.ts.map +1 -0
  312. package/components/indicators/IndicatorValueAndMagnitude/slots/slots.d.ts +1 -0
  313. package/components/indicators/IndicatorValueAndMagnitude/slots/slots.d.ts.map +1 -0
  314. package/components/indicators/IndicatorValueAndMagnitude/slots/slots.js +2 -8
  315. package/components/indicators/IndicatorValueAndMagnitude/slots/styled.d.ts +7 -6
  316. package/components/indicators/IndicatorValueAndMagnitude/slots/styled.d.ts.map +1 -0
  317. package/components/indicators/IndicatorValueAndMagnitude/slots/styled.js +22 -25
  318. package/components/indicators/IndicatorValueAndMagnitude/types.d.ts +1 -0
  319. package/components/indicators/IndicatorValueAndMagnitude/types.d.ts.map +1 -0
  320. package/components/indicators/IndicatorValueStatus/IndicatorValueStatus.d.ts +2 -1
  321. package/components/indicators/IndicatorValueStatus/IndicatorValueStatus.d.ts.map +1 -0
  322. package/components/indicators/IndicatorValueStatus/IndicatorValueStatus.js +16 -18
  323. package/components/indicators/IndicatorValueStatus/IndicatorValueStatus.styles.d.ts +1 -0
  324. package/components/indicators/IndicatorValueStatus/IndicatorValueStatus.styles.d.ts.map +1 -0
  325. package/components/indicators/IndicatorValueStatus/IndicatorValueStatus.styles.js +18 -18
  326. package/components/indicators/IndicatorValueStatus/constants.d.ts +1 -0
  327. package/components/indicators/IndicatorValueStatus/constants.d.ts.map +1 -0
  328. package/components/indicators/IndicatorValueStatus/constants.js +5 -6
  329. package/components/indicators/IndicatorValueStatus/index.d.ts +1 -0
  330. package/components/indicators/IndicatorValueStatus/index.d.ts.map +1 -0
  331. package/components/indicators/IndicatorValueStatus/slots/IndicatorValueStatusEnum.d.ts +1 -0
  332. package/components/indicators/IndicatorValueStatus/slots/IndicatorValueStatusEnum.d.ts.map +1 -0
  333. package/components/indicators/IndicatorValueStatus/slots/IndicatorValueStatusEnum.js +2 -9
  334. package/components/indicators/IndicatorValueStatus/slots/IndicatorValueStatusSlots.d.ts +9 -8
  335. package/components/indicators/IndicatorValueStatus/slots/IndicatorValueStatusSlots.d.ts.map +1 -0
  336. package/components/indicators/IndicatorValueStatus/slots/IndicatorValueStatusSlots.js +26 -30
  337. package/components/indicators/IndicatorValueStatus/test/DemoFormatter.d.ts +2 -1
  338. package/components/indicators/IndicatorValueStatus/test/DemoFormatter.d.ts.map +1 -0
  339. package/components/indicators/IndicatorValueStatus/types.d.ts +1 -0
  340. package/components/indicators/IndicatorValueStatus/types.d.ts.map +1 -0
  341. package/components/indicators/index.d.ts +1 -0
  342. package/components/indicators/index.d.ts.map +1 -0
  343. package/components/maps/components/GpsMap/GpsMap.d.ts +2 -1
  344. package/components/maps/components/GpsMap/GpsMap.d.ts.map +1 -0
  345. package/components/maps/components/GpsMap/GpsMap.js +38 -42
  346. package/components/maps/components/GpsMap/GpsMap.styles.d.ts +1 -0
  347. package/components/maps/components/GpsMap/GpsMap.styles.d.ts.map +1 -0
  348. package/components/maps/components/GpsMap/GpsMap.styles.js +59 -67
  349. package/components/maps/components/GpsMap/LLeaflet.styles.d.ts +1 -0
  350. package/components/maps/components/GpsMap/LLeaflet.styles.d.ts.map +1 -0
  351. package/components/maps/components/GpsMap/LLeaflet.styles.js +2 -2
  352. package/components/maps/components/GpsMap/classes/index.d.ts +1 -0
  353. package/components/maps/components/GpsMap/classes/index.d.ts.map +1 -0
  354. package/components/maps/components/GpsMap/classes/index.js +6 -4
  355. package/components/maps/components/GpsMap/classes/types.d.ts +1 -0
  356. package/components/maps/components/GpsMap/classes/types.d.ts.map +1 -0
  357. package/components/maps/components/GpsMap/constants.d.ts +1 -0
  358. package/components/maps/components/GpsMap/constants.d.ts.map +1 -0
  359. package/components/maps/components/GpsMap/constants.js +15 -23
  360. package/components/maps/components/GpsMap/contexts/MapContext/MapContext.d.ts +2 -1
  361. package/components/maps/components/GpsMap/contexts/MapContext/MapContext.d.ts.map +1 -0
  362. package/components/maps/components/GpsMap/contexts/MapContext/MapContext.js +27 -33
  363. package/components/maps/components/GpsMap/contexts/MapContext/helper.d.ts +3 -2
  364. package/components/maps/components/GpsMap/contexts/MapContext/helper.d.ts.map +1 -0
  365. package/components/maps/components/GpsMap/contexts/MapContext/index.d.ts +1 -0
  366. package/components/maps/components/GpsMap/contexts/MapContext/index.d.ts.map +1 -0
  367. package/components/maps/components/GpsMap/contexts/MapContext/store.d.ts +1 -0
  368. package/components/maps/components/GpsMap/contexts/MapContext/store.d.ts.map +1 -0
  369. package/components/maps/components/GpsMap/contexts/MapContext/store.js +124 -192
  370. package/components/maps/components/GpsMap/contexts/MapContext/types.d.ts +1 -0
  371. package/components/maps/components/GpsMap/contexts/MapContext/types.d.ts.map +1 -0
  372. package/components/maps/components/GpsMap/dictionary.d.ts +1 -0
  373. package/components/maps/components/GpsMap/dictionary.d.ts.map +1 -0
  374. package/components/maps/components/GpsMap/dictionary.js +35 -34
  375. package/components/maps/components/GpsMap/external/MapControl/index.d.ts +1 -0
  376. package/components/maps/components/GpsMap/external/MapControl/index.d.ts.map +1 -0
  377. package/components/maps/components/GpsMap/external/MapControl/index.js +20 -37
  378. package/components/maps/components/GpsMap/external/MapControl/types.d.ts +1 -0
  379. package/components/maps/components/GpsMap/external/MapControl/types.d.ts.map +1 -0
  380. package/components/maps/components/GpsMap/external/Popup/index.d.ts +1 -0
  381. package/components/maps/components/GpsMap/external/Popup/index.d.ts.map +1 -0
  382. package/components/maps/components/GpsMap/external/googleMutant/LRUMap.js +150 -1
  383. package/components/maps/components/GpsMap/external/googleMutant/googleMutant.js +243 -1
  384. package/components/maps/components/GpsMap/external/googleMutant/googleMutantNoDelete.d.ts +1 -0
  385. package/components/maps/components/GpsMap/external/googleMutant/googleMutantNoDelete.d.ts.map +1 -0
  386. package/components/maps/components/GpsMap/external/googleMutant/index.d.ts +1 -132
  387. package/components/maps/components/GpsMap/external/googleMutant/index.d.ts.map +1 -0
  388. package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/constants.d.ts +1 -0
  389. package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/constants.d.ts.map +1 -0
  390. package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/index.d.ts +1 -0
  391. package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/index.d.ts.map +1 -0
  392. package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/constants.d.ts +1 -0
  393. package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/constants.d.ts.map +1 -0
  394. package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/index.d.ts +1 -0
  395. package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/index.d.ts.map +1 -0
  396. package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/IconMarker.d.ts +2 -1
  397. package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/IconMarker.d.ts.map +1 -0
  398. package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/IconMarkerGrua.d.ts +2 -1
  399. package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/IconMarkerGrua.d.ts.map +1 -0
  400. package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/IconMarkerTaxi.d.ts +2 -1
  401. package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/IconMarkerTaxi.d.ts.map +1 -0
  402. package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/index.d.ts +1 -0
  403. package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/index.d.ts.map +1 -0
  404. package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/index.js +44 -55
  405. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/index.d.ts +2 -1
  406. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/index.d.ts.map +1 -0
  407. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/index.js +55 -68
  408. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/subcomponents/FeatureDivIconLabel/index.d.ts +1 -0
  409. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/subcomponents/FeatureDivIconLabel/index.d.ts.map +1 -0
  410. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/subcomponents/FeatureDivIconLabel/index.js +24 -27
  411. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/subcomponents/FeatureDivIconLabel/types.d.ts +1 -0
  412. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/subcomponents/FeatureDivIconLabel/types.d.ts.map +1 -0
  413. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/types.d.ts +1 -0
  414. package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/types.d.ts.map +1 -0
  415. package/components/maps/components/GpsMap/featureRenders/index.d.ts +1 -0
  416. package/components/maps/components/GpsMap/featureRenders/index.d.ts.map +1 -0
  417. package/components/maps/components/GpsMap/hooks/index.d.ts +1 -0
  418. package/components/maps/components/GpsMap/hooks/index.d.ts.map +1 -0
  419. package/components/maps/components/GpsMap/hooks/useAutoFocus/index.d.ts +1 -0
  420. package/components/maps/components/GpsMap/hooks/useAutoFocus/index.d.ts.map +1 -0
  421. package/components/maps/components/GpsMap/hooks/useAutoFocus/index.js +51 -71
  422. package/components/maps/components/GpsMap/hooks/useAutoFocus/types.d.ts +1 -0
  423. package/components/maps/components/GpsMap/hooks/useAutoFocus/types.d.ts.map +1 -0
  424. package/components/maps/components/GpsMap/hooks/useDisableClickEvents/index.d.ts +1 -0
  425. package/components/maps/components/GpsMap/hooks/useDisableClickEvents/index.d.ts.map +1 -0
  426. package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnFlag/index.d.ts +1 -0
  427. package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnFlag/index.d.ts.map +1 -0
  428. package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnFlag/index.js +8 -28
  429. package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnMouseOver/index.d.ts +1 -0
  430. package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnMouseOver/index.d.ts.map +1 -0
  431. package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnMouseOver/index.js +16 -34
  432. package/components/maps/components/GpsMap/hooks/useMapStore/index.d.ts +1 -0
  433. package/components/maps/components/GpsMap/hooks/useMapStore/index.d.ts.map +1 -0
  434. package/components/maps/components/GpsMap/hooks/useMapStore/index.js +9 -9
  435. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/GridDebugVisualization.d.ts +1 -0
  436. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/GridDebugVisualization.d.ts.map +1 -0
  437. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.d.ts +1 -0
  438. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.d.ts.map +1 -0
  439. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.js +6 -7
  440. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.d.ts +1 -0
  441. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.d.ts.map +1 -0
  442. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.js +25 -46
  443. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.d.ts +1 -0
  444. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.d.ts.map +1 -0
  445. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.js +12 -18
  446. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/index.d.ts +1 -0
  447. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/index.d.ts.map +1 -0
  448. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/index.d.ts +1 -0
  449. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/index.d.ts.map +1 -0
  450. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/index.js +60 -108
  451. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/types.d.ts +1 -0
  452. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/types.d.ts.map +1 -0
  453. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/types.d.ts +1 -0
  454. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/types.d.ts.map +1 -0
  455. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.d.ts +1 -0
  456. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.d.ts.map +1 -0
  457. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.js +58 -90
  458. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useGridDebug.d.ts +1 -0
  459. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useGridDebug.d.ts.map +1 -0
  460. package/components/maps/components/GpsMap/icons.d.ts +1 -0
  461. package/components/maps/components/GpsMap/icons.d.ts.map +1 -0
  462. package/components/maps/components/GpsMap/icons.js +2 -2
  463. package/components/maps/components/GpsMap/index.d.ts +1 -0
  464. package/components/maps/components/GpsMap/index.d.ts.map +1 -0
  465. package/components/maps/components/GpsMap/pluginLayers/PolylineWithArrows/index.d.ts +1 -0
  466. package/components/maps/components/GpsMap/pluginLayers/PolylineWithArrows/index.d.ts.map +1 -0
  467. package/components/maps/components/GpsMap/pluginLayers/PolylineWithArrows/index.js +40 -55
  468. package/components/maps/components/GpsMap/pluginLayers/index.d.ts +1 -0
  469. package/components/maps/components/GpsMap/pluginLayers/index.d.ts.map +1 -0
  470. package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.d.ts +2 -1
  471. package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.d.ts.map +1 -0
  472. package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.js +22 -28
  473. package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.styles.d.ts +1 -0
  474. package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.styles.d.ts.map +1 -0
  475. package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.styles.js +43 -41
  476. package/components/maps/components/GpsMap/popups/MapPopupDevice/constants.d.ts +1 -0
  477. package/components/maps/components/GpsMap/popups/MapPopupDevice/constants.d.ts.map +1 -0
  478. package/components/maps/components/GpsMap/popups/MapPopupDevice/constants.js +4 -6
  479. package/components/maps/components/GpsMap/popups/MapPopupDevice/dictionary.d.ts +1 -0
  480. package/components/maps/components/GpsMap/popups/MapPopupDevice/dictionary.d.ts.map +1 -0
  481. package/components/maps/components/GpsMap/popups/MapPopupDevice/dictionary.js +50 -16
  482. package/components/maps/components/GpsMap/popups/MapPopupDevice/index.d.ts +1 -0
  483. package/components/maps/components/GpsMap/popups/MapPopupDevice/index.d.ts.map +1 -0
  484. package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.d.ts +29 -28
  485. package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.d.ts.map +1 -0
  486. package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.js +53 -61
  487. package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/slots.d.ts +1 -0
  488. package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/slots.d.ts.map +1 -0
  489. package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/slots.js +2 -15
  490. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Content/GpsDeviceContent.d.ts +2 -1
  491. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Content/GpsDeviceContent.d.ts.map +1 -0
  492. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Content/GpsDeviceContent.js +59 -70
  493. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Header/GpsDeviceHeader.d.ts +2 -1
  494. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Header/GpsDeviceHeader.d.ts.map +1 -0
  495. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Header/GpsDeviceHeader.js +14 -18
  496. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/index.d.ts +2 -1
  497. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/index.d.ts.map +1 -0
  498. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/types.d.ts +1 -0
  499. package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/types.d.ts.map +1 -0
  500. package/components/maps/components/GpsMap/popups/MapPopupDevice/types.d.ts +2 -1
  501. package/components/maps/components/GpsMap/popups/MapPopupDevice/types.d.ts.map +1 -0
  502. package/components/maps/components/GpsMap/popups/index.d.ts +1 -0
  503. package/components/maps/components/GpsMap/popups/index.d.ts.map +1 -0
  504. package/components/maps/components/GpsMap/popups/types.d.ts +1 -0
  505. package/components/maps/components/GpsMap/popups/types.d.ts.map +1 -0
  506. package/components/maps/components/GpsMap/slots/slots.d.ts +1 -0
  507. package/components/maps/components/GpsMap/slots/slots.d.ts.map +1 -0
  508. package/components/maps/components/GpsMap/slots/slots.js +9 -17
  509. package/components/maps/components/GpsMap/slots/styled.d.ts +11 -10
  510. package/components/maps/components/GpsMap/slots/styled.d.ts.map +1 -0
  511. package/components/maps/components/GpsMap/slots/styled.js +36 -40
  512. package/components/maps/components/GpsMap/subcomponents/Controls/hooks/useControls.d.ts +1 -0
  513. package/components/maps/components/GpsMap/subcomponents/Controls/hooks/useControls.d.ts.map +1 -0
  514. package/components/maps/components/GpsMap/subcomponents/Controls/hooks/useControls.js +18 -25
  515. package/components/maps/components/GpsMap/subcomponents/Controls/index.d.ts +2 -1
  516. package/components/maps/components/GpsMap/subcomponents/Controls/index.d.ts.map +1 -0
  517. package/components/maps/components/GpsMap/subcomponents/Controls/index.js +20 -29
  518. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/constants.d.ts +1 -0
  519. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/constants.d.ts.map +1 -0
  520. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/constants.js +27 -29
  521. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/types.d.ts +1 -0
  522. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/types.d.ts.map +1 -0
  523. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useTool.d.ts +1 -0
  524. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useTool.d.ts.map +1 -0
  525. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useTool.js +30 -51
  526. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useZoomBottons.d.ts +1 -0
  527. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useZoomBottons.d.ts.map +1 -0
  528. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useZoomBottons.js +33 -42
  529. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/index.d.ts +2 -1
  530. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/index.d.ts.map +1 -0
  531. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/index.js +28 -35
  532. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/index.d.ts +2 -1
  533. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/index.d.ts.map +1 -0
  534. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/index.js +13 -17
  535. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/types.d.ts +1 -0
  536. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/types.d.ts.map +1 -0
  537. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.d.ts +2 -1
  538. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.d.ts.map +1 -0
  539. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.js +22 -24
  540. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.styles.d.ts +1 -0
  541. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.styles.d.ts.map +1 -0
  542. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.styles.js +9 -9
  543. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/hooks/types.d.ts +1 -0
  544. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/hooks/types.d.ts.map +1 -0
  545. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/hooks/useMapLayersTool.d.ts +1 -0
  546. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/hooks/useMapLayersTool.d.ts.map +1 -0
  547. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/hooks/useMapLayersTool.js +26 -29
  548. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/slots.d.ts +1 -0
  549. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/slots.d.ts.map +1 -0
  550. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/slots.js +2 -8
  551. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/styled.d.ts +9 -8
  552. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/styled.d.ts.map +1 -0
  553. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/styled.js +21 -24
  554. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/subcomponents/MapLayerRow.d.ts +2 -1
  555. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/subcomponents/MapLayerRow.d.ts.map +1 -0
  556. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/subcomponents/MapLayerRow.js +45 -47
  557. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/subcomponents/types.d.ts +1 -0
  558. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/subcomponents/types.d.ts.map +1 -0
  559. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/types.d.ts +1 -0
  560. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/types.d.ts.map +1 -0
  561. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/MapSourcesTool.d.ts +2 -1
  562. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/MapSourcesTool.d.ts.map +1 -0
  563. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/MapSourcesTool.js +24 -26
  564. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/MapSourcesTool.styles.d.ts +1 -0
  565. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/MapSourcesTool.styles.d.ts.map +1 -0
  566. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/MapSourcesTool.styles.js +27 -27
  567. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/hooks/useMapSourcesTool.d.ts +1 -0
  568. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/hooks/useMapSourcesTool.d.ts.map +1 -0
  569. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/hooks/useMapSourcesTool.js +12 -15
  570. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/slots.d.ts +1 -0
  571. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/slots.d.ts.map +1 -0
  572. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/slots.js +2 -11
  573. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/styled.d.ts +14 -13
  574. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/styled.d.ts.map +1 -0
  575. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/styled.js +35 -39
  576. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/bing.d.ts +1 -0
  577. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/bing.d.ts.map +1 -0
  578. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/bing.js +21 -27
  579. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/google.d.ts +1 -0
  580. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/google.d.ts.map +1 -0
  581. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/google.js +42 -42
  582. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/others.d.ts +1 -0
  583. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/others.d.ts.map +1 -0
  584. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/others.js +15 -15
  585. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/subcomponents/MapSourceCard.d.ts +2 -1
  586. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/subcomponents/MapSourceCard.d.ts.map +1 -0
  587. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/subcomponents/MapSourceCard.js +55 -58
  588. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/subcomponents/types.d.ts +1 -0
  589. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/subcomponents/types.d.ts.map +1 -0
  590. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/types.d.ts +1 -0
  591. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/types.d.ts.map +1 -0
  592. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.d.ts +2 -1
  593. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.d.ts.map +1 -0
  594. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.js +21 -23
  595. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.styles.d.ts +1 -0
  596. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.styles.d.ts.map +1 -0
  597. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.styles.js +47 -48
  598. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/constants.d.ts +1 -0
  599. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/constants.d.ts.map +1 -0
  600. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/constants.js +13 -15
  601. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/helpers.d.ts +1 -0
  602. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/helpers.d.ts.map +1 -0
  603. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/helpers.js +33 -41
  604. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/index.d.ts +1 -0
  605. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/index.d.ts.map +1 -0
  606. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/index.js +135 -229
  607. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/types.d.ts +1 -0
  608. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/types.d.ts.map +1 -0
  609. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useValidation.d.ts +1 -0
  610. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useValidation.d.ts.map +1 -0
  611. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useValidation.js +14 -16
  612. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/model.d.ts +1 -0
  613. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/model.d.ts.map +1 -0
  614. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/slots.d.ts +1 -0
  615. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/slots.d.ts.map +1 -0
  616. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/slots.js +2 -10
  617. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/styled.d.ts +10 -9
  618. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/styled.d.ts.map +1 -0
  619. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/styled.js +30 -35
  620. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/index.d.ts +2 -1
  621. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/index.d.ts.map +1 -0
  622. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/index.js +21 -25
  623. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/types.d.ts +1 -0
  624. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/types.d.ts.map +1 -0
  625. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/validations.d.ts +1 -0
  626. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/validations.d.ts.map +1 -0
  627. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/validations.js +4 -4
  628. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts +2 -1
  629. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts.map +1 -0
  630. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/index.js +16 -24
  631. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/types.d.ts +1 -0
  632. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/types.d.ts.map +1 -0
  633. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/types.d.ts +1 -0
  634. package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/types.d.ts.map +1 -0
  635. package/components/maps/components/GpsMap/subcomponents/Controls/types.d.ts +1 -0
  636. package/components/maps/components/GpsMap/subcomponents/Controls/types.d.ts.map +1 -0
  637. package/components/maps/components/GpsMap/subcomponents/Layers/index.d.ts +1 -0
  638. package/components/maps/components/GpsMap/subcomponents/Layers/index.d.ts.map +1 -0
  639. package/components/maps/components/GpsMap/subcomponents/Layers/index.js +44 -31
  640. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/hooks/useClusterMarkers.d.ts +2 -1
  641. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/hooks/useClusterMarkers.d.ts.map +1 -0
  642. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/index.d.ts +1 -0
  643. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/index.d.ts.map +1 -0
  644. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/index.js +96 -111
  645. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.d.ts +1 -0
  646. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.d.ts.map +1 -0
  647. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.js +14 -18
  648. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/types.d.ts +1 -0
  649. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/types.d.ts.map +1 -0
  650. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.d.ts +1 -0
  651. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.d.ts.map +1 -0
  652. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.js +7 -11
  653. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/types.d.ts +1 -0
  654. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/types.d.ts.map +1 -0
  655. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/types.d.ts +1 -0
  656. package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/types.d.ts.map +1 -0
  657. package/components/maps/components/GpsMap/subcomponents/MapEventController/MapEventController.d.ts +1 -0
  658. package/components/maps/components/GpsMap/subcomponents/MapEventController/MapEventController.d.ts.map +1 -0
  659. package/components/maps/components/GpsMap/subcomponents/MapEventController/MapEventController.js +12 -5
  660. package/components/maps/components/GpsMap/subcomponents/TileLayers/index.d.ts +2 -1
  661. package/components/maps/components/GpsMap/subcomponents/TileLayers/index.d.ts.map +1 -0
  662. package/components/maps/components/GpsMap/subcomponents/TileLayers/index.js +18 -21
  663. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/darkStyles.d.ts +1 -0
  664. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/darkStyles.d.ts.map +1 -0
  665. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/index.d.ts +1 -0
  666. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/index.d.ts.map +1 -0
  667. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/index.js +43 -111
  668. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/index.d.ts +1 -0
  669. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/index.d.ts.map +1 -0
  670. package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/index.js +23 -38
  671. package/components/maps/components/GpsMap/types.d.ts +1 -0
  672. package/components/maps/components/GpsMap/types.d.ts.map +1 -0
  673. package/components/maps/components/GpsMapTools/constants.d.ts +1 -0
  674. package/components/maps/components/GpsMapTools/constants.d.ts.map +1 -0
  675. package/components/maps/components/GpsMapTools/constants.js +2 -2
  676. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/GpsMapToolsContext.d.ts +3 -2
  677. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/GpsMapToolsContext.d.ts.map +1 -0
  678. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/GpsMapToolsContext.js +13 -17
  679. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/index.d.ts +1 -0
  680. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/index.d.ts.map +1 -0
  681. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/store.d.ts +2 -1
  682. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/store.d.ts.map +1 -0
  683. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/store.js +57 -81
  684. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/types.d.ts +1 -0
  685. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/types.d.ts.map +1 -0
  686. package/components/maps/components/GpsMapTools/dictionary.d.ts +1 -0
  687. package/components/maps/components/GpsMapTools/dictionary.d.ts.map +1 -0
  688. package/components/maps/components/GpsMapTools/dictionary.js +68 -67
  689. package/components/maps/components/GpsMapTools/hooks/useGpsMapToolsStore/index.d.ts +1 -0
  690. package/components/maps/components/GpsMapTools/hooks/useGpsMapToolsStore/index.d.ts.map +1 -0
  691. package/components/maps/components/GpsMapTools/hooks/useGpsMapToolsStore/index.js +8 -9
  692. package/components/maps/components/GpsMapTools/icons.d.ts +1 -0
  693. package/components/maps/components/GpsMapTools/icons.d.ts.map +1 -0
  694. package/components/maps/components/GpsMapTools/icons.js +12 -14
  695. package/components/maps/components/GpsMapTools/index.d.ts +1 -0
  696. package/components/maps/components/GpsMapTools/index.d.ts.map +1 -0
  697. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/GeofencesTool.d.ts +2 -1
  698. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/GeofencesTool.d.ts.map +1 -0
  699. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/GeofencesTool.js +10 -10
  700. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/constants.d.ts +1 -0
  701. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/constants.d.ts.map +1 -0
  702. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/constants.js +29 -37
  703. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/helpers.d.ts +1 -0
  704. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/helpers.d.ts.map +1 -0
  705. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/helpers.js +11 -15
  706. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useColumns.d.ts +1 -0
  707. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useColumns.d.ts.map +1 -0
  708. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useColumns.js +35 -42
  709. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridFiltered.d.ts +7 -6
  710. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridFiltered.d.ts.map +1 -0
  711. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridFiltered.js +50 -68
  712. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridSelected.d.ts +2 -1
  713. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridSelected.d.ts.map +1 -0
  714. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridSelected.js +40 -50
  715. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useFilterAndSort.d.ts +6 -5
  716. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useFilterAndSort.d.ts.map +1 -0
  717. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useFilterAndSort.js +35 -43
  718. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useFilterFields.d.ts +1 -0
  719. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useFilterFields.d.ts.map +1 -0
  720. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useFilterFields.js +26 -29
  721. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useSortFields.d.ts +1 -0
  722. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useSortFields.d.ts.map +1 -0
  723. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useSortFields.js +9 -9
  724. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLayers.d.ts +1 -0
  725. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLayers.d.ts.map +1 -0
  726. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLayers.js +56 -29
  727. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLoadDrawGeometry.d.ts +1 -0
  728. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLoadDrawGeometry.d.ts.map +1 -0
  729. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLoadDrawGeometry.js +98 -88
  730. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useMaster.d.ts +1 -0
  731. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useMaster.d.ts.map +1 -0
  732. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useMaster.js +20 -34
  733. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useModuleDynamicActions.d.ts +1 -0
  734. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useModuleDynamicActions.d.ts.map +1 -0
  735. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useModuleDynamicActions.js +29 -40
  736. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useRowActionsGetter.d.ts +1 -0
  737. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useRowActionsGetter.d.ts.map +1 -0
  738. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useRowActionsGetter.js +59 -79
  739. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabFiltered.d.ts +1 -0
  740. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabFiltered.d.ts.map +1 -0
  741. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabFiltered.js +52 -57
  742. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabSelected.d.ts +1 -0
  743. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabSelected.d.ts.map +1 -0
  744. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabSelected.js +31 -38
  745. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/index.d.ts +1 -0
  746. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/index.d.ts.map +1 -0
  747. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/model.d.ts +1 -0
  748. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/model.d.ts.map +1 -0
  749. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/Form.d.ts +2 -1
  750. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/Form.d.ts.map +1 -0
  751. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/Form.js +33 -35
  752. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/constants.d.ts +1 -0
  753. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/constants.d.ts.map +1 -0
  754. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/constants.js +11 -12
  755. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/helpers.d.ts +1 -0
  756. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/helpers.d.ts.map +1 -0
  757. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/helpers.js +47 -86
  758. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useDrawing.d.ts +1 -0
  759. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useDrawing.d.ts.map +1 -0
  760. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useDrawing.js +117 -212
  761. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useForm.d.ts +1 -0
  762. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useForm.d.ts.map +1 -0
  763. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useForm.js +68 -80
  764. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.d.ts +1 -0
  765. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.d.ts.map +1 -0
  766. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.js +39 -53
  767. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSumbitErrorsFocus.d.ts +1 -0
  768. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSumbitErrorsFocus.d.ts.map +1 -0
  769. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/hooks/useAssignmentData.d.ts +1 -0
  770. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/hooks/useAssignmentData.d.ts.map +1 -0
  771. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/hooks/useAssignmentData.js +44 -54
  772. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/index.d.ts +2 -1
  773. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/index.d.ts.map +1 -0
  774. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/index.js +12 -12
  775. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/types.d.ts +1 -0
  776. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/types.d.ts.map +1 -0
  777. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/validations.d.ts +1 -0
  778. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/validations.d.ts.map +1 -0
  779. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/validations.js +10 -10
  780. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/index.d.ts +2 -1
  781. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/index.d.ts.map +1 -0
  782. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/index.js +23 -25
  783. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/types.d.ts +1 -0
  784. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/types.d.ts.map +1 -0
  785. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/validations.d.ts +1 -0
  786. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/validations.d.ts.map +1 -0
  787. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/index.d.ts +2 -1
  788. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/index.d.ts.map +1 -0
  789. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/index.js +36 -37
  790. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/types.d.ts +1 -0
  791. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/types.d.ts.map +1 -0
  792. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/validations.d.ts +1 -0
  793. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/validations.d.ts.map +1 -0
  794. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/GeneralData.d.ts +2 -1
  795. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/GeneralData.d.ts.map +1 -0
  796. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/GeneralData.js +39 -41
  797. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/hooks/useGeneral.d.ts +1 -0
  798. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/hooks/useGeneral.d.ts.map +1 -0
  799. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/hooks/useGeneral.js +22 -27
  800. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/types.d.ts +1 -0
  801. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/types.d.ts.map +1 -0
  802. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/validations.d.ts +1 -0
  803. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/validations.d.ts.map +1 -0
  804. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/validations.js +12 -12
  805. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActionFormCancel/MyActionFormCancel.d.ts +2 -1
  806. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActionFormCancel/MyActionFormCancel.d.ts.map +1 -0
  807. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActionFormCancel/MyActionFormCancel.js +10 -16
  808. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActionFormCancel/types.d.ts +1 -0
  809. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActionFormCancel/types.d.ts.map +1 -0
  810. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/constants.d.ts +1 -0
  811. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/constants.d.ts.map +1 -0
  812. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/constants.js +14 -21
  813. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/index.d.ts +2 -1
  814. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/index.d.ts.map +1 -0
  815. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/index.js +8 -8
  816. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/FillData/index.d.ts +2 -1
  817. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/FillData/index.d.ts.map +1 -0
  818. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/FillData/index.js +23 -25
  819. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/hooks/useStrokePatternOptions.d.ts +2 -1
  820. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/hooks/useStrokePatternOptions.d.ts.map +1 -0
  821. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/hooks/useStrokePatternOptions.js +14 -16
  822. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/hooks/useStrokeWeightsOptions.d.ts +2 -1
  823. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/hooks/useStrokeWeightsOptions.d.ts.map +1 -0
  824. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/hooks/useStrokeWeightsOptions.js +13 -14
  825. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/index.d.ts +2 -1
  826. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/index.d.ts.map +1 -0
  827. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/index.js +39 -43
  828. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/types.d.ts +1 -0
  829. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/types.d.ts.map +1 -0
  830. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/types.d.ts +1 -0
  831. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/types.d.ts.map +1 -0
  832. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/GeofenceFeatureRender.d.ts +1 -0
  833. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/GeofenceFeatureRender.d.ts.map +1 -0
  834. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/GeofenceFeatureRender.js +88 -104
  835. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/constants.d.ts +1 -0
  836. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/constants.d.ts.map +1 -0
  837. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/helpers.d.ts +1 -0
  838. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/helpers.d.ts.map +1 -0
  839. package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/helpers.js +18 -32
  840. package/components/maps/components/GpsMapTools/types.d.ts +1 -0
  841. package/components/maps/components/GpsMapTools/types.d.ts.map +1 -0
  842. package/components/maps/index.d.ts +1 -0
  843. package/components/maps/index.d.ts.map +1 -0
  844. package/components/maps/utils/coordsToQuadKey.d.ts +1 -0
  845. package/components/maps/utils/coordsToQuadKey.d.ts.map +1 -0
  846. package/components/maps/utils/coordsToQuadKey.js +8 -15
  847. package/components/maps/utils/courseToCartesianAngle.d.ts +1 -0
  848. package/components/maps/utils/courseToCartesianAngle.d.ts.map +1 -0
  849. package/components/maps/utils/courseToCartesianAngle.js +4 -5
  850. package/components/maps/utils/courseToCssAngle.d.ts +1 -0
  851. package/components/maps/utils/courseToCssAngle.d.ts.map +1 -0
  852. package/components/maps/utils/courseToCssAngle.js +7 -9
  853. package/components/maps/utils/index.d.ts +1 -0
  854. package/components/maps/utils/index.d.ts.map +1 -0
  855. package/components/maps/utils/isFeature.d.ts +1 -0
  856. package/components/maps/utils/isFeature.d.ts.map +1 -0
  857. package/components/maps/utils/isFeature.js +3 -3
  858. package/components/maps/utils/isFeatureCollection.d.ts +1 -0
  859. package/components/maps/utils/isFeatureCollection.d.ts.map +1 -0
  860. package/components/maps/utils/isFeatureCollection.js +3 -3
  861. package/components/maps/utils/isFeatureCollectionDraft.d.ts +3 -2
  862. package/components/maps/utils/isFeatureCollectionDraft.d.ts.map +1 -0
  863. package/components/maps/utils/isFeatureCollectionDraft.js +3 -3
  864. package/components/maps/utils/isGeometry.d.ts +1 -0
  865. package/components/maps/utils/isGeometry.d.ts.map +1 -0
  866. package/components/maps/utils/isGeometry.js +3 -3
  867. package/contexts/RealTimeConsumerContext/RealTimeConsumerContext.d.ts +2 -1
  868. package/contexts/RealTimeConsumerContext/RealTimeConsumerContext.d.ts.map +1 -0
  869. package/contexts/RealTimeConsumerContext/RealTimeConsumerContext.js +27 -34
  870. package/contexts/RealTimeConsumerContext/constants.d.ts +1 -0
  871. package/contexts/RealTimeConsumerContext/constants.d.ts.map +1 -0
  872. package/contexts/RealTimeConsumerContext/constants.js +4 -6
  873. package/contexts/RealTimeConsumerContext/index.d.ts +1 -0
  874. package/contexts/RealTimeConsumerContext/index.d.ts.map +1 -0
  875. package/contexts/RealTimeConsumerContext/store.d.ts +1 -0
  876. package/contexts/RealTimeConsumerContext/store.d.ts.map +1 -0
  877. package/contexts/RealTimeConsumerContext/store.js +49 -81
  878. package/contexts/RealTimeConsumerContext/types.d.ts +1 -0
  879. package/contexts/RealTimeConsumerContext/types.d.ts.map +1 -0
  880. package/contexts/RealTimeProducerContext/RealTimeProducerContext.d.ts +2 -1
  881. package/contexts/RealTimeProducerContext/RealTimeProducerContext.d.ts.map +1 -0
  882. package/contexts/RealTimeProducerContext/RealTimeProducerContext.js +12 -17
  883. package/contexts/RealTimeProducerContext/constants.d.ts +1 -0
  884. package/contexts/RealTimeProducerContext/constants.d.ts.map +1 -0
  885. package/contexts/RealTimeProducerContext/constants.js +5 -10
  886. package/contexts/RealTimeProducerContext/index.d.ts +1 -0
  887. package/contexts/RealTimeProducerContext/index.d.ts.map +1 -0
  888. package/contexts/RealTimeProducerContext/sourceDataMechanisms/athmospherejs/index.d.ts +1 -2
  889. package/contexts/RealTimeProducerContext/sourceDataMechanisms/athmospherejs/index.d.ts.map +1 -0
  890. package/contexts/RealTimeProducerContext/sourceDataMechanisms/athmospherejs/index.js +33 -56
  891. package/contexts/RealTimeProducerContext/sourceDataMechanisms/athmospherejs/types.d.ts +1 -0
  892. package/contexts/RealTimeProducerContext/sourceDataMechanisms/athmospherejs/types.d.ts.map +1 -0
  893. package/contexts/RealTimeProducerContext/sourceDataMechanisms/base.d.ts +1 -0
  894. package/contexts/RealTimeProducerContext/sourceDataMechanisms/base.d.ts.map +1 -0
  895. package/contexts/RealTimeProducerContext/sourceDataMechanisms/base.js +5 -5
  896. package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/constants.d.ts +1 -0
  897. package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/constants.d.ts.map +1 -0
  898. package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/constants.js +117 -122
  899. package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/dummy.d.ts +2 -2
  900. package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/dummy.d.ts.map +1 -0
  901. package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/dummy.js +18 -27
  902. package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/group.d.ts +1 -0
  903. package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/group.d.ts.map +1 -0
  904. package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/group.js +16 -23
  905. package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/helpers.d.ts +1 -0
  906. package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/helpers.d.ts.map +1 -0
  907. package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/helpers.js +12 -17
  908. package/contexts/RealTimeProducerContext/sourceDataMechanisms/factory.d.ts +1 -0
  909. package/contexts/RealTimeProducerContext/sourceDataMechanisms/factory.d.ts.map +1 -0
  910. package/contexts/RealTimeProducerContext/sourceDataMechanisms/factory.js +10 -9
  911. package/contexts/RealTimeProducerContext/store.d.ts +1 -0
  912. package/contexts/RealTimeProducerContext/store.d.ts.map +1 -0
  913. package/contexts/RealTimeProducerContext/store.js +64 -89
  914. package/contexts/RealTimeProducerContext/types.d.ts +1 -0
  915. package/contexts/RealTimeProducerContext/types.d.ts.map +1 -0
  916. package/contexts/index.d.ts +1 -0
  917. package/contexts/index.d.ts.map +1 -0
  918. package/formatters/CourseFormatter/CourseFormatter.d.ts +2 -1
  919. package/formatters/CourseFormatter/CourseFormatter.d.ts.map +1 -0
  920. package/formatters/CourseFormatter/CourseFormatter.js +54 -26
  921. package/formatters/CourseFormatter/CourseFormatter.styles.d.ts +1 -0
  922. package/formatters/CourseFormatter/CourseFormatter.styles.d.ts.map +1 -0
  923. package/formatters/CourseFormatter/CourseFormatter.styles.js +10 -10
  924. package/formatters/CourseFormatter/constants.d.ts +1 -0
  925. package/formatters/CourseFormatter/constants.d.ts.map +1 -0
  926. package/formatters/CourseFormatter/constants.js +3 -4
  927. package/formatters/CourseFormatter/dictionary.d.ts +1 -0
  928. package/formatters/CourseFormatter/dictionary.d.ts.map +1 -0
  929. package/formatters/CourseFormatter/dictionary.js +15 -14
  930. package/formatters/CourseFormatter/helper.d.ts +1 -0
  931. package/formatters/CourseFormatter/helper.d.ts.map +1 -0
  932. package/formatters/CourseFormatter/helper.js +6 -23
  933. package/formatters/CourseFormatter/index.d.ts +1 -0
  934. package/formatters/CourseFormatter/index.d.ts.map +1 -0
  935. package/formatters/CourseFormatter/slots/CourseFormatterEnum.d.ts +1 -0
  936. package/formatters/CourseFormatter/slots/CourseFormatterEnum.d.ts.map +1 -0
  937. package/formatters/CourseFormatter/slots/CourseFormatterEnum.js +2 -5
  938. package/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts +2 -1
  939. package/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts.map +1 -0
  940. package/formatters/CourseFormatter/slots/CourseFormatterSlots.js +10 -10
  941. package/formatters/CourseFormatter/types.d.ts +1 -0
  942. package/formatters/CourseFormatter/types.d.ts.map +1 -0
  943. package/formatters/index.d.ts +1 -0
  944. package/formatters/index.d.ts.map +1 -0
  945. package/hooks/index.d.ts +1 -0
  946. package/hooks/index.d.ts.map +1 -0
  947. package/hooks/useRealTimeConsumer/index.d.ts +1 -0
  948. package/hooks/useRealTimeConsumer/index.d.ts.map +1 -0
  949. package/hooks/useRealTimeConsumer/index.js +9 -9
  950. package/hooks/useRealTimeProducer/index.d.ts +1 -0
  951. package/hooks/useRealTimeProducer/index.d.ts.map +1 -0
  952. package/hooks/useRealTimeProducer/index.js +10 -9
  953. package/index.d.ts +1 -0
  954. package/index.d.ts.map +1 -0
  955. package/index.js +136 -136
  956. package/mockServiceWorker.js +105 -63
  957. package/package.json +41 -137
  958. package/test/HostThemeProviderMock.d.ts +2 -1
  959. package/test/HostThemeProviderMock.d.ts.map +1 -0
  960. package/test/TestAppWrapper.d.ts +1 -0
  961. package/test/TestAppWrapper.d.ts.map +1 -0
  962. package/test/TestFormAutoValidation.d.ts +2 -1
  963. package/test/TestFormAutoValidation.d.ts.map +1 -0
  964. package/test/constants.d.ts +1 -0
  965. package/test/constants.d.ts.map +1 -0
  966. package/test/constants_no_mock.d.ts +1 -0
  967. package/test/constants_no_mock.d.ts.map +1 -0
  968. package/test/getNameDataTestId.d.ts +3 -2
  969. package/test/getNameDataTestId.d.ts.map +1 -0
  970. package/test/getNameDataTestId.js +5 -13
  971. package/test/index.d.ts +1 -0
  972. package/test/index.d.ts.map +1 -0
  973. package/test/mocks.d.ts +13 -11
  974. package/test/mocks.d.ts.map +1 -0
  975. package/test/setup.d.ts +1 -0
  976. package/test/setup.d.ts.map +1 -0
  977. package/test/types.d.ts +1 -0
  978. package/test/types.d.ts.map +1 -0
  979. package/test/utils.d.ts +2 -2
  980. package/test/utils.d.ts.map +1 -0
  981. package/utils/ObjectQueue.d.ts +5 -4
  982. package/utils/ObjectQueue.d.ts.map +1 -0
  983. package/utils/ObjectQueue.js +10 -14
  984. package/utils/capitalizeFirstLetter.d.ts +1 -0
  985. package/utils/capitalizeFirstLetter.d.ts.map +1 -0
  986. package/utils/capitalizeFirstLetter.js +5 -5
  987. package/utils/containerQuery.d.ts +1 -0
  988. package/utils/containerQuery.d.ts.map +1 -0
  989. package/utils/cssToCSSProperties.d.ts +1 -0
  990. package/utils/cssToCSSProperties.d.ts.map +1 -0
  991. package/utils/formatDistanceToNow/formatDistanteToNow.d.ts +1 -0
  992. package/utils/formatDistanceToNow/formatDistanteToNow.d.ts.map +1 -0
  993. package/utils/formatDistanceToNow/index.d.ts +1 -0
  994. package/utils/formatDistanceToNow/index.d.ts.map +1 -0
  995. package/utils/formatDistanceToNow/types.d.ts +1 -0
  996. package/utils/formatDistanceToNow/types.d.ts.map +1 -0
  997. package/utils/getComponentSlotRoot.d.ts +1 -0
  998. package/utils/getComponentSlotRoot.d.ts.map +1 -0
  999. package/utils/getComponentSlotRoot.js +7 -7
  1000. package/utils/getComponentUtilityClass.d.ts +1 -0
  1001. package/utils/getComponentUtilityClass.d.ts.map +1 -0
  1002. package/utils/getComponentUtilityClass.js +4 -4
  1003. package/utils/getPaletteColor.d.ts +1 -0
  1004. package/utils/getPaletteColor.d.ts.map +1 -0
  1005. package/utils/getPaletteColor.js +12 -14
  1006. package/utils/getPrecisionFromHdop/constants.d.ts +1 -0
  1007. package/utils/getPrecisionFromHdop/constants.d.ts.map +1 -0
  1008. package/utils/getPrecisionFromHdop/constants.js +13 -16
  1009. package/utils/getPrecisionFromHdop/getPrecisionFromHdop.d.ts +1 -0
  1010. package/utils/getPrecisionFromHdop/getPrecisionFromHdop.d.ts.map +1 -0
  1011. package/utils/getPrecisionFromHdop/getPrecisionFromHdop.js +24 -36
  1012. package/utils/getPrecisionFromHdop/index.d.ts +1 -0
  1013. package/utils/getPrecisionFromHdop/index.d.ts.map +1 -0
  1014. package/utils/getPrecisionFromHdop/types.d.ts +1 -0
  1015. package/utils/getPrecisionFromHdop/types.d.ts.map +1 -0
  1016. package/utils/getSizeStyles/getSizeStyles.d.ts +1 -0
  1017. package/utils/getSizeStyles/getSizeStyles.d.ts.map +1 -0
  1018. package/utils/getSizeStyles/getSizeStyles.js +6 -8
  1019. package/utils/getSizeStyles/index.d.ts +1 -0
  1020. package/utils/getSizeStyles/index.d.ts.map +1 -0
  1021. package/utils/getTransformXY.d.ts +1 -0
  1022. package/utils/getTransformXY.d.ts.map +1 -0
  1023. package/utils/getTypographyStyles.d.ts +1 -0
  1024. package/utils/getTypographyStyles.d.ts.map +1 -0
  1025. package/utils/getTypographyStyles.js +3 -6
  1026. package/utils/getVptUpdatedAtWithGuard.d.ts +1 -0
  1027. package/utils/getVptUpdatedAtWithGuard.d.ts.map +1 -0
  1028. package/utils/getVptUpdatedAtWithGuard.js +6 -8
  1029. package/utils/getVptValueWithGuard.d.ts +1 -0
  1030. package/utils/getVptValueWithGuard.d.ts.map +1 -0
  1031. package/utils/getVptValueWithGuard.js +7 -13
  1032. package/utils/index.d.ts +1 -0
  1033. package/utils/index.d.ts.map +1 -0
  1034. package/utils/isValidDate.d.ts +1 -0
  1035. package/utils/isValidDate.d.ts.map +1 -0
  1036. package/utils/isValidDate.js +3 -3
  1037. package/utils/types.d.ts +1 -0
  1038. package/utils/types.d.ts.map +1 -0
  1039. package/@types/augmentations.d.ts +0 -38
  1040. package/@types/index.js +0 -1
  1041. package/@types/types.d.js +0 -1
  1042. package/@types/types.d.ts +0 -84
  1043. package/components/DataGrid/assets/icons/datagrid.svg +0 -4
  1044. package/components/Device/index.js +0 -1
  1045. package/components/DeviceLabel/index.js +0 -1
  1046. package/components/DeviceStatus/DeviceStatus.js +0 -3
  1047. package/components/DeviceStatus/index.js +0 -1
  1048. package/components/GaugeCircular/index.js +0 -1
  1049. package/components/GaugeCircular/subcomponents/CircularProgress/index.js +0 -1
  1050. package/components/GaugeCircular/test/GaugeCircular.test.d.ts +0 -1
  1051. package/components/VideoTimeLineSelector/__tests__/BaseVideoTimeLineSelector.test.d.ts +0 -1
  1052. package/components/VideoTimeLineSelector/__tests__/ChannelCheckbox.test.d.ts +0 -1
  1053. package/components/VideoTimeLineSelector/__tests__/ChannelRadioButton.test.d.ts +0 -1
  1054. package/components/VideoTimeLineSelector/__tests__/ChartTimeLine.test.d.ts +0 -1
  1055. package/components/VideoTimeLineSelector/__tests__/EventCluster.test.d.ts +0 -1
  1056. package/components/VideoTimeLineSelector/__tests__/VideoTimeLineSelector.test.d.ts +0 -1
  1057. package/components/VideoTimeLineSelector/__tests__/VideoTimeLineSelectorContext.test.d.ts +0 -1
  1058. package/components/VideoTimeLineSelector/__tests__/VideoTimeLineSelectorStore.test.d.ts +0 -1
  1059. package/components/VideoTimeLineSelector/__tests__/helpers/calculateQuadrantData.test.d.ts +0 -1
  1060. package/components/VideoTimeLineSelector/__tests__/helpers/calculateTimeLineData.test.d.ts +0 -1
  1061. package/components/VideoTimeLineSelector/__tests__/helpers/clusterEvents.test.d.ts +0 -1
  1062. package/components/VideoTimeLineSelector/__tests__/helpers/convertHoursToTimeString.test.d.ts +0 -1
  1063. package/components/VideoTimeLineSelector/__tests__/helpers/getDataWithoutProxy.test.d.ts +0 -1
  1064. package/components/VideoTimeLineSelector/__tests__/helpers/getIntersectedSegments.test.d.ts +0 -1
  1065. package/components/VideoTimeLineSelector/__tests__/helpers/getTimeFromPointIndex.test.d.ts +0 -1
  1066. package/components/VideoTimeLineSelector/__tests__/helpers/getTimeLinePosition.test.d.ts +0 -1
  1067. package/components/VideoTimeLineSelector/__tests__/helpers/getVisiblePoints.test.d.ts +0 -1
  1068. package/components/VideoTimeLineSelector/__tests__/helpers/isValidTimeVisible.test.d.ts +0 -1
  1069. package/components/VideoTimeLineSelector/helpers/getDataWithoutProxy/index.js +0 -1
  1070. package/components/VideoTimeLineSelector/index.js +0 -1
  1071. package/components/index.js +0 -1
  1072. package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/test/useBattery.test.d.ts +0 -1
  1073. package/components/indicators/IndicatorBattery/index.js +0 -1
  1074. package/components/indicators/IndicatorBattery/test/IndicatorBattery.test.d.ts +0 -1
  1075. package/components/indicators/IndicatorCSQ/index.js +0 -1
  1076. package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/index.js +0 -1
  1077. package/components/indicators/IndicatorCSQ/tests/IndicatorCSQ.test.d.ts +0 -1
  1078. package/components/indicators/IndicatorValueAndMagnitude/index.js +0 -1
  1079. package/components/indicators/IndicatorValueStatus/index.js +0 -1
  1080. package/components/indicators/IndicatorValueStatus/test/IndicatorValueStatus.test.d.ts +0 -1
  1081. package/components/indicators/index.js +0 -1
  1082. package/components/maps/components/GpsMap/contexts/MapContext/index.js +0 -1
  1083. package/components/maps/components/GpsMap/external/Popup/component.d.ts +0 -4
  1084. package/components/maps/components/GpsMap/external/Popup/div-overlay.d.ts +0 -4
  1085. package/components/maps/components/GpsMap/external/Popup/element.d.ts +0 -4
  1086. package/components/maps/components/GpsMap/external/Popup/generic.d.ts +0 -4
  1087. package/components/maps/components/GpsMap/external/googleMutant/LRUMap.d.ts +0 -99
  1088. package/components/maps/components/GpsMap/external/googleMutant/googleMutant.d.ts +0 -1
  1089. package/components/maps/components/GpsMap/external/googleMutant/index.js +0 -1
  1090. package/components/maps/components/GpsMap/featureRenders/index.js +0 -1
  1091. package/components/maps/components/GpsMap/hooks/index.js +0 -1
  1092. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/index.js +0 -1
  1093. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/kdbush.d.ts +0 -15
  1094. package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/rbush.d.ts +0 -19
  1095. package/components/maps/components/GpsMap/index.js +0 -1
  1096. package/components/maps/components/GpsMap/pluginLayers/index.js +0 -1
  1097. package/components/maps/components/GpsMap/popups/MapPopupDevice/index.js +0 -1
  1098. package/components/maps/components/GpsMap/popups/index.js +0 -1
  1099. package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/index.js +0 -1
  1100. package/components/maps/components/GpsMapTools/index.js +0 -1
  1101. package/components/maps/index.js +0 -1
  1102. package/components/maps/utils/index.js +0 -1
  1103. package/contexts/RealTimeConsumerContext/index.js +0 -1
  1104. package/contexts/RealTimeProducerContext/index.js +0 -1
  1105. package/contexts/index.js +0 -1
  1106. package/formatters/CourseFormatter/index.js +0 -1
  1107. package/formatters/CourseFormatter/test/CourserFormatter.test.d.ts +0 -1
  1108. package/formatters/index.js +0 -1
  1109. package/hooks/index.js +0 -1
  1110. package/not_recognized/index.js +0 -241
  1111. package/utils/getPrecisionFromHdop/index.js +0 -1
  1112. package/utils/getSizeStyles/_test_/getSizeStyles.test.d.ts +0 -1
  1113. package/utils/getSizeStyles/index.js +0 -1
  1114. package/utils/getThemeVariantColor.d.ts +0 -6
  1115. package/utils/index.js +0 -1
  1116. package/vite-env.d.ts +0 -4
@@ -1,73 +1,65 @@
1
- import { createStore } from "zustand";
2
- import { devtools } from "zustand/middleware";
3
- import { immer } from "zustand/middleware/immer";
4
- import cloneDeep from "lodash-es/cloneDeep";
5
- import merge from "lodash-es/merge";
6
- import { T as TILE_LAYER_OTHERS } from "../../subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/others.js";
7
- import { T as TILE_SORCE_GOOGLE } from "../../subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/google.js";
8
- import { T as TILE_LAYER_BING } from "../../subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/bing.js";
9
- const createDevtools = (immerMiddlewere, config) => {
10
- const { enabled = false } = config;
11
- if (enabled && process.env.NODE_ENV === "development") {
12
- return devtools(immerMiddlewere, config);
13
- }
14
- return immerMiddlewere;
15
- };
16
- const createMapStore = (initProps, storeDevtoolsEnabled = false) => {
17
- const startProps = {
1
+ import { createStore as d } from "zustand";
2
+ import { devtools as l } from "zustand/middleware";
3
+ import { immer as j } from "zustand/middleware/immer";
4
+ import u from "lodash-es/cloneDeep";
5
+ import L from "lodash-es/merge";
6
+ import { TILE_LAYER_OTHERS as O } from "../../subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/others.js";
7
+ import { TILE_SORCE_GOOGLE as m } from "../../subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/google.js";
8
+ import { TILE_LAYER_BING as g } from "../../subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/bing.js";
9
+ const J = (h, f) => {
10
+ const { enabled: y = !1 } = f;
11
+ return y && process.env.NODE_ENV === "development" ? l(h, f) : h;
12
+ }, R = (h, f = !1) => {
13
+ const y = {
18
14
  currentMapSourceLayer: {
19
15
  mapSourceId: "google",
20
16
  mapSourceLayerId: "streets"
21
17
  },
22
- mapSources: [TILE_SORCE_GOOGLE, TILE_LAYER_BING, TILE_LAYER_OTHERS],
18
+ mapSources: [m, g, O],
23
19
  layersIds: [],
24
20
  hashLayers: {},
25
- autoFocusLayers: true,
26
- ...initProps
21
+ autoFocusLayers: !0,
22
+ ...h
27
23
  };
28
- let mapRef = null;
29
- return createStore(
30
- createDevtools(
31
- immer((set, get) => ({
32
- ...startProps,
24
+ let p = null;
25
+ return d(
26
+ J(
27
+ j((n, i) => ({
28
+ ...y,
33
29
  mapActions: {
34
30
  /**
35
31
  * TODO: Documentar
36
32
  */
37
- init: (layersStore) => {
38
- set((state) => {
39
- for (let index = 0; index < layersStore.length; index++) {
40
- state.hashLayers[layersStore[index].layerId] = cloneDeep(layersStore[index]);
41
- state.layersIds.push(layersStore[index].layerId);
42
- }
33
+ init: (e) => {
34
+ n((r) => {
35
+ for (let o = 0; o < e.length; o++)
36
+ r.hashLayers[e[o].layerId] = u(e[o]), r.layersIds.push(e[o].layerId);
43
37
  });
44
38
  },
45
39
  /**
46
40
  * Actualiza el ref del mapa
47
41
  */
48
- setMapRef: (map) => {
49
- mapRef = map;
42
+ setMapRef: (e) => {
43
+ p = e;
50
44
  },
51
45
  /**
52
46
  * Retorna el ref del mapa
53
47
  */
54
- getMap: () => {
55
- return mapRef;
56
- },
48
+ getMap: () => p,
57
49
  /**
58
50
  * TODO: Documentar
59
51
  */
60
- setMapState: (status) => {
61
- set((state) => {
62
- state.ownerState.status = status;
52
+ setMapState: (e) => {
53
+ n((r) => {
54
+ r.ownerState.status = e;
63
55
  });
64
56
  },
65
57
  /**
66
58
  * Actualiza la información transversal a todas las capas.
67
59
  */
68
- setMapData: (data) => {
69
- set((state) => {
70
- state.hasMapData = { ...state.hasMapData, ...data };
60
+ setMapData: (e) => {
61
+ n((r) => {
62
+ r.hasMapData = { ...r.hasMapData, ...e };
71
63
  });
72
64
  },
73
65
  // isEqualsMapProperties: (_newMapProperties: MapProperties) => {
@@ -113,140 +105,102 @@ const createMapStore = (initProps, storeDevtoolsEnabled = false) => {
113
105
  /**
114
106
  * Modifica toda la capa, reemplanzando todo el geoJson
115
107
  */
116
- setDataLayer: (layerId, geoJson) => {
117
- if (!get().hashLayers[layerId]) {
118
- throw new Error(`Layer with id ${layerId} not found`);
119
- }
120
- set((state) => {
121
- const layer = state.hashLayers[layerId];
122
- layer.geoJsonObject = geoJson;
108
+ setDataLayer: (e, r) => {
109
+ if (!i().hashLayers[e])
110
+ throw new Error(`Layer with id ${e} not found`);
111
+ n((o) => {
112
+ const a = o.hashLayers[e];
113
+ a.geoJsonObject = r;
123
114
  });
124
115
  },
125
116
  /**
126
117
  * Modifica la capa, mezclando el geoJson actual con el nuevo
127
118
  */
128
- mergeDataLayer: (layerId, geoJson) => {
129
- if (!get().hashLayers[layerId]) {
130
- throw new Error(`Layer with id ${layerId} not found`);
131
- }
132
- set((state) => {
133
- const layer = state.hashLayers[layerId];
134
- layer.geoJsonObject = merge(layer.geoJsonObject, geoJson);
119
+ mergeDataLayer: (e, r) => {
120
+ if (!i().hashLayers[e])
121
+ throw new Error(`Layer with id ${e} not found`);
122
+ n((o) => {
123
+ const a = o.hashLayers[e];
124
+ a.geoJsonObject = L(a.geoJsonObject, r);
135
125
  });
136
126
  },
137
127
  /**
138
128
  * TODO: Documentar
139
129
  */
140
- getFeatureIds: (layerId) => {
141
- if (!get().hashLayers[layerId]) {
142
- throw new Error(`Layer with id ${layerId} not found`);
143
- }
144
- const geoJsonObject = get().hashLayers[layerId]?.geoJsonObject;
145
- if (geoJsonObject && geoJsonObject.object.type === "Feature") {
146
- return [geoJsonObject.object.id];
147
- } else if (geoJsonObject && geoJsonObject.object.type === "FeatureCollection") {
148
- return geoJsonObject.object.features.map((feature) => feature.id);
149
- }
150
- return [];
130
+ getFeatureIds: (e) => {
131
+ if (!i().hashLayers[e])
132
+ throw new Error(`Layer with id ${e} not found`);
133
+ const r = i().hashLayers[e]?.geoJsonObject;
134
+ return r && r.object.type === "Feature" ? [r.object.id] : r && r.object.type === "FeatureCollection" ? r.object.features.map((o) => o.id) : [];
151
135
  },
152
136
  /**
153
137
  * TODO: Documentar
154
138
  */
155
- setFeatureData: (layerId, featureId, geometry, properties) => {
156
- if (!get().hashLayers[layerId]) {
157
- throw new Error(`Layer with id ${layerId} not found`);
158
- }
159
- set((state) => {
160
- if (state.hashLayers[layerId].geoJsonObject?.object.type === "FeatureCollection") {
161
- const layer = state.hashLayers[layerId].geoJsonObject?.object;
162
- let feature = layer.features.find((f) => f.id === featureId);
163
- if (feature) {
164
- feature.geometry = cloneDeep(geometry);
165
- feature.properties = merge(feature.properties, properties);
166
- } else {
167
- feature = {
168
- type: "Feature",
169
- geometry,
170
- id: featureId,
171
- properties
172
- };
173
- layer.features.push(feature);
174
- }
175
- } else if (state.hashLayers[layerId].geoJsonObject?.object.type === "Feature") {
176
- const feature = state.hashLayers[layerId].geoJsonObject?.object;
177
- feature.id = featureId;
178
- feature.geometry = cloneDeep(geometry);
179
- feature.properties = cloneDeep(properties);
139
+ setFeatureData: (e, r, o, a) => {
140
+ if (!i().hashLayers[e])
141
+ throw new Error(`Layer with id ${e} not found`);
142
+ n((t) => {
143
+ if (t.hashLayers[e].geoJsonObject?.object.type === "FeatureCollection") {
144
+ const s = t.hashLayers[e].geoJsonObject?.object;
145
+ let c = s.features.find((b) => b.id === r);
146
+ c ? (c.geometry = u(o), c.properties = L(c.properties, a)) : (c = {
147
+ type: "Feature",
148
+ geometry: o,
149
+ id: r,
150
+ properties: a
151
+ }, s.features.push(c));
152
+ } else if (t.hashLayers[e].geoJsonObject?.object.type === "Feature") {
153
+ const s = t.hashLayers[e].geoJsonObject?.object;
154
+ s.id = r, s.geometry = u(o), s.properties = u(a);
180
155
  }
181
156
  });
182
157
  },
183
158
  /**
184
159
  * TODO: Documentar
185
160
  */
186
- removeFeature: (layerId, featureId) => {
187
- if (!get().hashLayers[layerId]) {
188
- throw new Error(`Layer with id ${layerId} not found`);
189
- }
190
- set((state) => {
191
- if (state.hashLayers[layerId].geoJsonObject?.object.type === "FeatureCollection") {
192
- const layer = state.hashLayers[layerId].geoJsonObject?.object;
193
- const index = layer.features.findIndex((f) => f.id === featureId);
194
- if (index !== -1) {
195
- layer.features.splice(index, 1);
196
- }
197
- } else if (state.hashLayers[layerId].geoJsonObject?.object.type === "Feature") {
198
- const feature = state.hashLayers[layerId].geoJsonObject?.object;
199
- feature.geometry = { type: "Point", coordinates: [0, 0] };
200
- feature.properties = { subType: "Marker" };
161
+ removeFeature: (e, r) => {
162
+ if (!i().hashLayers[e])
163
+ throw new Error(`Layer with id ${e} not found`);
164
+ n((o) => {
165
+ if (o.hashLayers[e].geoJsonObject?.object.type === "FeatureCollection") {
166
+ const a = o.hashLayers[e].geoJsonObject?.object, t = a.features.findIndex((s) => s.id === r);
167
+ t !== -1 && a.features.splice(t, 1);
168
+ } else if (o.hashLayers[e].geoJsonObject?.object.type === "Feature") {
169
+ const a = o.hashLayers[e].geoJsonObject?.object;
170
+ a.geometry = { type: "Point", coordinates: [0, 0] }, a.properties = { subType: "Marker" };
201
171
  }
202
172
  });
203
173
  },
204
174
  /**
205
175
  * TODO: Documentar
206
176
  */
207
- setLayerRenderProp: (layerId, renderProp) => {
208
- set((state) => {
209
- state.hashLayers[layerId].renderFeature = renderProp;
177
+ setLayerRenderProp: (e, r) => {
178
+ n((o) => {
179
+ o.hashLayers[e].renderFeature = r;
210
180
  });
211
181
  },
212
182
  /**
213
183
  * TODO: Documentar
214
184
  */
215
- addLayer: (layer) => {
216
- if (get().hashLayers[layer.layerId]) {
217
- throw new Error(`Layer with id ${layer.layerId} already exists`);
218
- }
219
- set((state) => {
220
- state.hashLayers[layer.layerId] = layer;
221
- state.layersIds.push(layer.layerId);
222
- if (layer.visible !== false) {
223
- state.hashLayers[layer.layerId].visible = true;
224
- }
225
- if (layer.autoFocus !== false) {
226
- state.hashLayers[layer.layerId].autoFocus = true;
227
- }
228
- if (layer.clusterAble && layer.cluster !== false) {
229
- state.hashLayers[layer.layerId].cluster = true;
230
- }
185
+ addLayer: (e) => {
186
+ if (i().hashLayers[e.layerId])
187
+ throw new Error(`Layer with id ${e.layerId} already exists`);
188
+ n((r) => {
189
+ r.hashLayers[e.layerId] = e, r.layersIds.push(e.layerId), e.visible !== !1 && (r.hashLayers[e.layerId].visible = !0), e.autoFocus !== !1 && (r.hashLayers[e.layerId].autoFocus = !0), e.clusterAble && e.cluster !== !1 && (r.hashLayers[e.layerId].cluster = !0);
231
190
  });
232
191
  },
233
192
  /**
234
193
  * TODO: Documentar
235
194
  */
236
- addLayerDataToFeature: (layerId, featureId, layerData) => {
237
- set((state) => {
238
- if (state.hashLayers[layerId]) {
239
- if (state.hashLayers[layerId].geoJsonObject?.object.type === "FeatureCollection") {
240
- const layer = state.hashLayers[layerId].geoJsonObject?.object;
241
- const feature = layer.features.find((f) => f.id === featureId);
242
- if (feature) {
243
- feature.layerData = merge(feature.layerData || {}, layerData);
244
- }
245
- } else if (state.hashLayers[layerId].geoJsonObject?.object.type === "Feature") {
246
- const feature = state.hashLayers[layerId].geoJsonObject?.object;
247
- if (feature.layerData) {
248
- feature.layerData = layerData;
249
- }
195
+ addLayerDataToFeature: (e, r, o) => {
196
+ n((a) => {
197
+ if (a.hashLayers[e]) {
198
+ if (a.hashLayers[e].geoJsonObject?.object.type === "FeatureCollection") {
199
+ const s = (a.hashLayers[e].geoJsonObject?.object).features.find((c) => c.id === r);
200
+ s && (s.layerData = L(s.layerData || {}, o));
201
+ } else if (a.hashLayers[e].geoJsonObject?.object.type === "Feature") {
202
+ const t = a.hashLayers[e].geoJsonObject?.object;
203
+ t.layerData && (t.layerData = o);
250
204
  }
251
205
  }
252
206
  });
@@ -254,34 +208,20 @@ const createMapStore = (initProps, storeDevtoolsEnabled = false) => {
254
208
  /**
255
209
  * TODO: Documentar
256
210
  */
257
- removeLayer: (layerId) => {
258
- if (!get().hashLayers[layerId]) {
259
- return;
260
- }
261
- set((state) => {
262
- state.layersIds.splice(state.layersIds.indexOf(layerId), 1);
263
- delete state.hashLayers[layerId];
211
+ removeLayer: (e) => {
212
+ i().hashLayers[e] && n((r) => {
213
+ r.layersIds.splice(r.layersIds.indexOf(e), 1), delete r.hashLayers[e];
264
214
  });
265
215
  },
266
216
  /**
267
217
  * TODO: Documentar
268
218
  */
269
- featureOpenPoup: (layerId, featureId) => {
270
- const layer = get().hashLayers[layerId];
271
- let feature;
272
- if (layer) {
273
- if (layer.geoJsonObject?.object?.type === "FeatureCollection") {
274
- const layerObject = layer.geoJsonObject?.object;
275
- feature = layerObject.features.find(
276
- (currentFeature) => currentFeature.id === featureId
277
- );
278
- } else if (layer.geoJsonObject?.object.type === "Feature") {
279
- feature = layer.geoJsonObject?.object;
280
- }
281
- }
282
- if (feature !== void 0) {
283
- feature.layerData?.getTarget()?.openPopup();
284
- }
219
+ featureOpenPoup: (e, r) => {
220
+ const o = i().hashLayers[e];
221
+ let a;
222
+ o && (o.geoJsonObject?.object?.type === "FeatureCollection" ? a = (o.geoJsonObject?.object).features.find(
223
+ (s) => s.id === r
224
+ ) : o.geoJsonObject?.object.type === "Feature" && (a = o.geoJsonObject?.object)), a !== void 0 && a.layerData?.getTarget()?.openPopup();
285
225
  },
286
226
  // removeLefletLayerToFeature: (layerId, featureId ) => {
287
227
  // set(state => {
@@ -311,51 +251,43 @@ const createMapStore = (initProps, storeDevtoolsEnabled = false) => {
311
251
  /**
312
252
  * TODO: Documentar
313
253
  */
314
- setCheckedLayers: (layerId, checkedNameProp, newValue) => {
315
- set((state) => {
316
- if (state.hashLayers[layerId]) {
317
- state.hashLayers[layerId][checkedNameProp] = newValue;
318
- }
254
+ setCheckedLayers: (e, r, o) => {
255
+ n((a) => {
256
+ a.hashLayers[e] && (a.hashLayers[e][r] = o);
319
257
  });
320
258
  },
321
259
  /**
322
260
  * Actualizar la capa actual del mapa
323
261
  */
324
- setCurrentMapSourceLayer: (mapSourceId, mapSourceLayerId) => {
325
- set((state) => {
326
- const source = state.mapSources.find((source2) => source2.id === mapSourceId);
327
- if (source && source.layers.find((layer) => layer.id === mapSourceLayerId)) {
328
- state.currentMapSourceLayer = {
329
- mapSourceId,
330
- mapSourceLayerId
331
- };
332
- }
262
+ setCurrentMapSourceLayer: (e, r) => {
263
+ n((o) => {
264
+ const a = o.mapSources.find((t) => t.id === e);
265
+ a && a.layers.find((t) => t.id === r) && (o.currentMapSourceLayer = {
266
+ mapSourceId: e,
267
+ mapSourceLayerId: r
268
+ });
333
269
  });
334
270
  },
335
271
  /**
336
272
  * TODO: Documentar
337
273
  */
338
- setMapSourceLayerRoadOptions: (mapSourceId, mapSourceLayerId, partialRoadOptions) => {
339
- set((state) => {
340
- const source = state.mapSources.find((source2) => source2.id === mapSourceId);
341
- const layer = source?.layers.find((layer2) => layer2.id === mapSourceLayerId);
342
- if (!layer) {
343
- return;
344
- }
345
- layer.roadSelectedOptions = {
346
- bicyclingLayer: layer.roadSelectedOptions?.bicyclingLayer || false,
347
- trafficLayer: layer.roadSelectedOptions?.trafficLayer || false,
348
- transitLayer: layer.roadSelectedOptions?.transitLayer || false,
349
- ...partialRoadOptions
350
- };
274
+ setMapSourceLayerRoadOptions: (e, r, o) => {
275
+ n((a) => {
276
+ const s = a.mapSources.find((c) => c.id === e)?.layers.find((c) => c.id === r);
277
+ s && (s.roadSelectedOptions = {
278
+ bicyclingLayer: s.roadSelectedOptions?.bicyclingLayer || !1,
279
+ trafficLayer: s.roadSelectedOptions?.trafficLayer || !1,
280
+ transitLayer: s.roadSelectedOptions?.transitLayer || !1,
281
+ ...o
282
+ });
351
283
  });
352
284
  }
353
285
  }
354
286
  })),
355
- { name: `Map store: ${initProps.storeId}`, enabled: storeDevtoolsEnabled }
287
+ { name: `Map store: ${h.storeId}`, enabled: f }
356
288
  )
357
289
  );
358
290
  };
359
291
  export {
360
- createMapStore as c
292
+ R as createMapStore
361
293
  };
@@ -620,3 +620,4 @@ export interface MapProviderProps extends Pick<MapState, 'storeId' | 'googleMaps
620
620
  initialMapData?: Record<any, any>;
621
621
  children: ReactNode;
622
622
  }
623
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/contexts/MapContext/types.ts"],"names":[],"mappings":"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"}
@@ -41,3 +41,4 @@ export declare const MAP_DICCTIONARY: {
41
41
  readonly LABEL_MAP_SOURCE_ROAD_BICYCLING: "map.label_map_source_road_bicycling";
42
42
  };
43
43
  export type TypeDictionary = typeof MAP_DICCTIONARY;
44
+ //# sourceMappingURL=dictionary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dictionary.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/dictionary.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,iBAAiB,QAAQ,CAAC;AACvC,wBAAgB,0BAA0B,aAEzC;AACD,eAAO,MAAM,eAAe;IAC1B;;OAEG;;;;;;;;;;;;;;;IAqBH,aAAa;;;;;;;IAQb,kBAAkB;;;;;;;;;;;;;;CAqBV,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,OAAO,eAAe,CAAC"}
@@ -1,41 +1,42 @@
1
- import { getRHFAutocompleteComponentsDictionary } from "@m4l/components";
2
- const MAP_DICTIONARY_ID = "map";
3
- function getMapComponentsDictionary() {
4
- return [MAP_DICTIONARY_ID].concat(getRHFAutocompleteComponentsDictionary());
1
+ import { getRHFAutocompleteComponentsDictionary as e } from "@m4l/components";
2
+ const _ = "map";
3
+ function l() {
4
+ return [_].concat(e());
5
5
  }
6
- const MAP_DICCTIONARY = {
7
- LABEL_MEASURE: `${MAP_DICTIONARY_ID}.label_measure`,
8
- LABEL_MEASURE_START: `${MAP_DICTIONARY_ID}.label_measure_start`,
9
- LABEL_MEASURE_CANCEL: `${MAP_DICTIONARY_ID}.label_measure_cancel`,
10
- LABEL_MEASURE_UNIT: `${MAP_DICTIONARY_ID}.label_measure_unit`,
11
- LABEL_MEASURE_REMOVE_POINT: `${MAP_DICTIONARY_ID}.label_measure_remove_point`,
12
- LABEL_MEASURE_UNIT_KILOMETERS: `${MAP_DICTIONARY_ID}.label_measure_unit_kilometers`,
13
- LABEL_MEASURE_UNIT_METERS: `${MAP_DICTIONARY_ID}.label_measure_unit_meters`,
14
- LABEL_MEASURE_UNIT_MILES: `${MAP_DICTIONARY_ID}.label_measure_unit_miles`,
15
- LABEL_MEASURE_UNIT_KILOMETERS_SYMBOL: `${MAP_DICTIONARY_ID}.label_measure_unit_kilometers_symbol`,
16
- LABEL_MEASURE_UNIT_METERS_SYMBOL: `${MAP_DICTIONARY_ID}.label_measure_unit_meters_symbol`,
17
- LABEL_MEASURE_UNIT_MILES_SYMBOL: `${MAP_DICTIONARY_ID}.label_measure_unit_miles_symbol`,
6
+ const L = {
7
+ LABEL_MEASURE: `${_}.label_measure`,
8
+ LABEL_MEASURE_START: `${_}.label_measure_start`,
9
+ LABEL_MEASURE_CANCEL: `${_}.label_measure_cancel`,
10
+ LABEL_MEASURE_UNIT: `${_}.label_measure_unit`,
11
+ LABEL_MEASURE_REMOVE_POINT: `${_}.label_measure_remove_point`,
12
+ LABEL_MEASURE_UNIT_KILOMETERS: `${_}.label_measure_unit_kilometers`,
13
+ LABEL_MEASURE_UNIT_METERS: `${_}.label_measure_unit_meters`,
14
+ LABEL_MEASURE_UNIT_MILES: `${_}.label_measure_unit_miles`,
15
+ LABEL_MEASURE_UNIT_KILOMETERS_SYMBOL: `${_}.label_measure_unit_kilometers_symbol`,
16
+ LABEL_MEASURE_UNIT_METERS_SYMBOL: `${_}.label_measure_unit_meters_symbol`,
17
+ LABEL_MEASURE_UNIT_MILES_SYMBOL: `${_}.label_measure_unit_miles_symbol`,
18
18
  /** Layers */
19
- LABEL_LAYERS: `${MAP_DICTIONARY_ID}.label_layers`,
20
- LABEL_LAYER_AUTOFOCUS: `${MAP_DICTIONARY_ID}.label_layer_autofocus`,
21
- LABEL_LAYER_CLUSTER: `${MAP_DICTIONARY_ID}.label_layer_cluster`,
22
- LABEL_LAYER_DELETE: `${MAP_DICTIONARY_ID}.label_layer_delete`,
19
+ LABEL_LAYERS: `${_}.label_layers`,
20
+ LABEL_LAYER_AUTOFOCUS: `${_}.label_layer_autofocus`,
21
+ LABEL_LAYER_CLUSTER: `${_}.label_layer_cluster`,
22
+ LABEL_LAYER_DELETE: `${_}.label_layer_delete`,
23
23
  /** Map Sources */
24
- LABEL_MAP_SOURCES: `${MAP_DICTIONARY_ID}.label_map_sources`,
25
- LABEL_TILE_OSM: `${MAP_DICTIONARY_ID}.label_tile_osm`,
26
- LABEL_TILE_GOOGLE: `${MAP_DICTIONARY_ID}.label_tile_google`,
27
- LABEL_TILE_BING: `${MAP_DICTIONARY_ID}.label_tile_bing`,
28
- LABEL_TILE_OTHERS: `${MAP_DICTIONARY_ID}.label_tile_others`,
29
- LABEL_TILE_STREETS: `${MAP_DICTIONARY_ID}.label_tile_streets`,
30
- LABEL_TILE_SATELLITE: `${MAP_DICTIONARY_ID}.label_tile_satellite`,
31
- LABEL_TILE_HYBRID: `${MAP_DICTIONARY_ID}.label_tile_hybrid`,
32
- LABEL_TILE_TERRAIN: `${MAP_DICTIONARY_ID}.label_tile_terrain`,
33
- LABEL_MAP_SOURCE_ROAD_TRAFFIC: `${MAP_DICTIONARY_ID}.label_map_source_road_traffic`,
34
- LABEL_MAP_SOURCE_ROAD_TRANSIT: `${MAP_DICTIONARY_ID}.label_map_source_road_transit`,
35
- LABEL_MAP_SOURCE_ROAD_BICYCLING: `${MAP_DICTIONARY_ID}.label_map_source_road_bicycling`
24
+ LABEL_MAP_SOURCES: `${_}.label_map_sources`,
25
+ LABEL_TILE_OSM: `${_}.label_tile_osm`,
26
+ LABEL_TILE_GOOGLE: `${_}.label_tile_google`,
27
+ LABEL_TILE_BING: `${_}.label_tile_bing`,
28
+ LABEL_TILE_OTHERS: `${_}.label_tile_others`,
29
+ LABEL_TILE_STREETS: `${_}.label_tile_streets`,
30
+ LABEL_TILE_SATELLITE: `${_}.label_tile_satellite`,
31
+ LABEL_TILE_HYBRID: `${_}.label_tile_hybrid`,
32
+ LABEL_TILE_TERRAIN: `${_}.label_tile_terrain`,
33
+ LABEL_MAP_SOURCE_ROAD_TRAFFIC: `${_}.label_map_source_road_traffic`,
34
+ LABEL_MAP_SOURCE_ROAD_TRANSIT: `${_}.label_map_source_road_transit`,
35
+ LABEL_MAP_SOURCE_ROAD_BICYCLING: `${_}.label_map_source_road_bicycling`
36
36
  /** Popups */
37
37
  };
38
38
  export {
39
- MAP_DICCTIONARY as M,
40
- getMapComponentsDictionary as g
39
+ L as MAP_DICCTIONARY,
40
+ _ as MAP_DICTIONARY_ID,
41
+ l as getMapComponentsDictionary
41
42
  };
@@ -7,3 +7,4 @@ import { ControlProps } from './types';
7
7
  */
8
8
  export declare const MapControl: (props: ControlProps) => JSX.Element;
9
9
  export default MapControl;
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/external/MapControl/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAQvC;;;;;GAKG;AACH,eAAO,MAAM,UAAU,GAAI,OAAO,YAAY,KAAG,GAAG,CAAC,OA4DpD,CAAC;AACF,eAAe,UAAU,CAAC"}
@@ -1,44 +1,27 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import React from "react";
3
- import L__default from "leaflet";
4
- import { useMap } from "react-leaflet";
5
- import clsx from "clsx";
6
- const POSITION_CLASSES = {
1
+ import { jsx as d } from "@emotion/react/jsx-runtime";
2
+ import e from "react";
3
+ import a from "leaflet";
4
+ import { useMap as g } from "react-leaflet";
5
+ import E from "clsx";
6
+ const i = {
7
7
  bottomleft: "leaflet-bottom leaflet-left",
8
8
  bottomright: "leaflet-bottom leaflet-right",
9
9
  topleft: "leaflet-top leaflet-left",
10
10
  topright: "leaflet-top leaflet-right"
11
- };
12
- const MapControl = (props) => {
13
- const { position, children, prepend, ControlContainer } = props;
14
- const [portalRoot, setPortalRoot] = React.useState(document.createElement("div"));
15
- const positionClass = position && POSITION_CLASSES[position] || POSITION_CLASSES.topright;
16
- const controlContainerRef = React.createRef();
17
- const map = useMap();
18
- React.useEffect(() => {
19
- if (controlContainerRef.current !== null) {
20
- L__default.DomEvent.disableClickPropagation(controlContainerRef.current);
21
- L__default.DomEvent.disableScrollPropagation(controlContainerRef.current);
22
- }
23
- }, [controlContainerRef]);
24
- React.useEffect(() => {
25
- const mapContainer = map.getContainer();
26
- const targetDiv = mapContainer.getElementsByClassName(positionClass);
27
- setPortalRoot(targetDiv[0]);
28
- }, [positionClass]);
29
- React.useEffect(() => {
30
- if (portalRoot !== null) {
31
- if (prepend !== void 0 && prepend === true) {
32
- portalRoot.prepend(controlContainerRef.current);
33
- } else {
34
- portalRoot.append(controlContainerRef.current);
35
- }
36
- }
37
- }, [portalRoot, prepend, controlContainerRef]);
38
- const finalClassName = clsx("leaflet-control");
39
- const Container = ControlContainer || "div";
40
- return /* @__PURE__ */ jsx(Container, { ref: controlContainerRef, className: finalClassName, children });
11
+ }, x = (s) => {
12
+ const { position: n, children: f, prepend: r, ControlContainer: c } = s, [o, p] = e.useState(document.createElement("div")), l = n && i[n] || i.topright, t = e.createRef(), m = g();
13
+ e.useEffect(() => {
14
+ t.current !== null && (a.DomEvent.disableClickPropagation(t.current), a.DomEvent.disableScrollPropagation(t.current));
15
+ }, [t]), e.useEffect(() => {
16
+ const C = m.getContainer().getElementsByClassName(l);
17
+ p(C[0]);
18
+ }, [l]), e.useEffect(() => {
19
+ o !== null && (r !== void 0 && r === !0 ? o.prepend(t.current) : o.append(t.current));
20
+ }, [o, r, t]);
21
+ const u = E("leaflet-control");
22
+ return /* @__PURE__ */ d(c || "div", { ref: t, className: u, children: f });
41
23
  };
42
24
  export {
43
- MapControl as M
25
+ x as MapControl,
26
+ x as default
44
27
  };
@@ -23,3 +23,4 @@ export interface ControlProps {
23
23
  */
24
24
  ControlContainer?: StyledComponentType;
25
25
  }
26
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/gclick/src/components/maps/components/GpsMap/external/MapControl/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,aAAa,CAAC;IACpD,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,GAAG,CAAC;CAClB,CAAC,CAAC;AAEH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,QAAQ,EAAE,CAAC,CAAC,eAAe,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAK3B;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAKlB;;OAEG;IACH,gBAAgB,CAAC,EAAE,mBAAmB,CAAC;CACxC"}