@m4l/gclick 0.3.0 → 0.3.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@types/constants.d.ts +1 -0
- package/@types/constants.d.ts.map +1 -0
- package/@types/constants.js +3 -19
- package/@types/deviceData.d.ts +1 -0
- package/@types/deviceData.d.ts.map +1 -0
- package/@types/general.d.ts +1 -0
- package/@types/general.d.ts.map +1 -0
- package/@types/index.d.ts +1 -0
- package/@types/index.d.ts.map +1 -0
- package/@types/vpts.d.ts +1 -0
- package/@types/vpts.d.ts.map +1 -0
- package/components/Device/Device.d.ts +2 -1
- package/components/Device/Device.d.ts.map +1 -0
- package/components/Device/Device.js +20 -25
- package/components/Device/Device.styles.d.ts +1 -0
- package/components/Device/Device.styles.d.ts.map +1 -0
- package/components/Device/Device.styles.js +25 -27
- package/components/Device/constants.d.ts +1 -0
- package/components/Device/constants.d.ts.map +1 -0
- package/components/Device/constants.js +2 -2
- package/components/Device/dictionary.d.ts +1 -0
- package/components/Device/dictionary.d.ts.map +1 -0
- package/components/Device/dictionary.js +16 -15
- package/components/Device/helpers/helperDeviceStatus.d.ts +1 -0
- package/components/Device/helpers/helperDeviceStatus.d.ts.map +1 -0
- package/components/Device/helpers/helperDeviceStatus.js +11 -17
- package/components/Device/helpers.d.ts +1 -0
- package/components/Device/helpers.d.ts.map +1 -0
- package/components/Device/helpers.js +15 -22
- package/components/Device/hooks/constants.d.ts +1 -0
- package/components/Device/hooks/constants.d.ts.map +1 -0
- package/components/Device/hooks/constants.js +37 -37
- package/components/Device/hooks/useDevice.d.ts +1 -0
- package/components/Device/hooks/useDevice.d.ts.map +1 -0
- package/components/Device/hooks/useDevice.js +16 -18
- package/components/Device/hooks/useDeviceStatus.d.ts +1 -0
- package/components/Device/hooks/useDeviceStatus.d.ts.map +1 -0
- package/components/Device/hooks/useDeviceStatus.js +17 -21
- package/components/Device/icons.d.ts +1 -0
- package/components/Device/icons.d.ts.map +1 -0
- package/components/Device/icons.js +2 -2
- package/components/Device/index.d.ts +1 -0
- package/components/Device/index.d.ts.map +1 -0
- package/components/Device/slots/DeviceSlots.d.ts +14 -13
- package/components/Device/slots/DeviceSlots.d.ts.map +1 -0
- package/components/Device/slots/DeviceSlots.js +26 -30
- package/components/Device/slots/slots.d.ts +1 -0
- package/components/Device/slots/slots.d.ts.map +1 -0
- package/components/Device/slots/slots.js +2 -9
- package/components/Device/types.d.ts +2 -2
- package/components/Device/types.d.ts.map +1 -0
- package/components/DeviceLabel/DeviceLabel.d.ts +2 -1
- package/components/DeviceLabel/DeviceLabel.d.ts.map +1 -0
- package/components/DeviceLabel/DeviceLabel.js +19 -27
- package/components/DeviceLabel/DeviceLabel.styles.d.ts +1 -0
- package/components/DeviceLabel/DeviceLabel.styles.d.ts.map +1 -0
- package/components/DeviceLabel/DeviceLabel.styles.js +4 -4
- package/components/DeviceLabel/constants.d.ts +1 -0
- package/components/DeviceLabel/constants.d.ts.map +1 -0
- package/components/DeviceLabel/constants.js +2 -2
- package/components/DeviceLabel/index.d.ts +1 -0
- package/components/DeviceLabel/index.d.ts.map +1 -0
- package/components/DeviceLabel/slots/DeviceLabelSlots.d.ts +5 -4
- package/components/DeviceLabel/slots/DeviceLabelSlots.d.ts.map +1 -0
- package/components/DeviceLabel/slots/DeviceLabelSlots.js +18 -20
- package/components/DeviceLabel/slots/slots.d.ts +1 -0
- package/components/DeviceLabel/slots/slots.d.ts.map +1 -0
- package/components/DeviceLabel/slots/slots.js +2 -7
- package/components/DeviceLabel/types.d.ts +1 -0
- package/components/DeviceLabel/types.d.ts.map +1 -0
- package/components/DeviceStatus/DeviceStatus.d.ts +2 -1
- package/components/DeviceStatus/DeviceStatus.d.ts.map +1 -0
- package/components/DeviceStatus/DeviceStatus.styles.d.ts +1 -0
- package/components/DeviceStatus/DeviceStatus.styles.d.ts.map +1 -0
- package/components/DeviceStatus/DeviceStatus.styles.js +13 -1
- package/components/DeviceStatus/constants.d.ts +1 -0
- package/components/DeviceStatus/constants.d.ts.map +1 -0
- package/components/DeviceStatus/constants.js +4 -1
- package/components/DeviceStatus/dictionary.d.ts +1 -0
- package/components/DeviceStatus/dictionary.d.ts.map +1 -0
- package/components/DeviceStatus/dictionary.js +5 -4
- package/components/DeviceStatus/icons.d.ts +1 -0
- package/components/DeviceStatus/icons.d.ts.map +1 -0
- package/components/DeviceStatus/index.d.ts +1 -0
- package/components/DeviceStatus/index.d.ts.map +1 -0
- package/components/DeviceStatus/slots/DeviceStatusSlots.d.ts +2 -1
- package/components/DeviceStatus/slots/DeviceStatusSlots.d.ts.map +1 -0
- package/components/DeviceStatus/slots/DeviceStatusSlots.js +8 -1
- package/components/DeviceStatus/slots/slots.d.ts +1 -0
- package/components/DeviceStatus/slots/slots.d.ts.map +1 -0
- package/components/DeviceStatus/slots/slots.js +4 -1
- package/components/DeviceStatus/types.d.ts +2 -1
- package/components/DeviceStatus/types.d.ts.map +1 -0
- package/components/GaugeCircular/GaugeCircular.d.ts +2 -1
- package/components/GaugeCircular/GaugeCircular.d.ts.map +1 -0
- package/components/GaugeCircular/GaugeCircular.js +16 -18
- package/components/GaugeCircular/GaugeCircular.styles.d.ts +1 -0
- package/components/GaugeCircular/GaugeCircular.styles.d.ts.map +1 -0
- package/components/GaugeCircular/GaugeCircular.styles.js +11 -11
- package/components/GaugeCircular/constants.d.ts +1 -0
- package/components/GaugeCircular/constants.d.ts.map +1 -0
- package/components/GaugeCircular/constants.js +5 -6
- package/components/GaugeCircular/index.d.ts +1 -0
- package/components/GaugeCircular/index.d.ts.map +1 -0
- package/components/GaugeCircular/slots/GaugeCircularEnum.d.ts +1 -0
- package/components/GaugeCircular/slots/GaugeCircularEnum.d.ts.map +1 -0
- package/components/GaugeCircular/slots/GaugeCircularEnum.js +2 -7
- package/components/GaugeCircular/slots/GaugeCircularSlots.d.ts +4 -3
- package/components/GaugeCircular/slots/GaugeCircularSlots.d.ts.map +1 -0
- package/components/GaugeCircular/slots/GaugeCircularSlots.js +17 -19
- package/components/GaugeCircular/subcomponents/CircularProgress/CircularProgress.d.ts +2 -1
- package/components/GaugeCircular/subcomponents/CircularProgress/CircularProgress.d.ts.map +1 -0
- package/components/GaugeCircular/subcomponents/CircularProgress/CircularProgress.js +23 -25
- package/components/GaugeCircular/subcomponents/CircularProgress/constants.d.ts +1 -0
- package/components/GaugeCircular/subcomponents/CircularProgress/constants.d.ts.map +1 -0
- package/components/GaugeCircular/subcomponents/CircularProgress/constants.js +3 -4
- package/components/GaugeCircular/subcomponents/CircularProgress/index.d.ts +1 -0
- package/components/GaugeCircular/subcomponents/CircularProgress/index.d.ts.map +1 -0
- package/components/GaugeCircular/types.d.ts +1 -0
- package/components/GaugeCircular/types.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/VideoTimeLineSelector.d.ts +2 -1
- package/components/VideoTimeLineSelector/VideoTimeLineSelector.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/VideoTimeLineSelector.js +16 -16
- package/components/VideoTimeLineSelector/VideoTimeLineSelector.styles.d.ts +1 -0
- package/components/VideoTimeLineSelector/VideoTimeLineSelector.styles.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/VideoTimeLineSelector.styles.js +66 -66
- package/components/VideoTimeLineSelector/constants.d.ts +1 -0
- package/components/VideoTimeLineSelector/constants.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/constants.js +8 -11
- package/components/VideoTimeLineSelector/dictionary.d.ts +1 -0
- package/components/VideoTimeLineSelector/dictionary.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/dictionary.js +9 -13
- package/components/VideoTimeLineSelector/helpers/calculateQuadrantData/calculateQuadrantData.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/calculateQuadrantData/calculateQuadrantData.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/calculateQuadrantData/calculateQuadrantData.js +6 -8
- package/components/VideoTimeLineSelector/helpers/calculateQuadrantData/index.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/calculateQuadrantData/index.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/calculateTimeLineData/calculateTimeLineData.d.ts +2 -1
- package/components/VideoTimeLineSelector/helpers/calculateTimeLineData/calculateTimeLineData.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/calculateTimeLineData/calculateTimeLineData.js +8 -14
- package/components/VideoTimeLineSelector/helpers/calculateTimeLineData/index.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/calculateTimeLineData/index.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/clusterEvents/clusterEvents.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/clusterEvents/clusterEvents.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/clusterEvents/clusterEvents.js +45 -64
- package/components/VideoTimeLineSelector/helpers/convertHoursToTimeString/convertHoursToTimeString.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/convertHoursToTimeString/convertHoursToTimeString.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/convertHoursToTimeString/convertHoursToTimeString.js +5 -12
- package/components/VideoTimeLineSelector/helpers/convertHoursToTimeString/index.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/convertHoursToTimeString/index.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/getDataWithoutProxy/getDataWithoutProxy.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/getDataWithoutProxy/getDataWithoutProxy.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/getDataWithoutProxy/getDataWithoutProxy.js +8 -9
- package/components/VideoTimeLineSelector/helpers/getDataWithoutProxy/index.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/getDataWithoutProxy/index.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/getIntersectedSegments/getIntersectedSegments.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/getIntersectedSegments/getIntersectedSegments.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/getIntersectedSegments/getIntersectedSegments.js +15 -20
- package/components/VideoTimeLineSelector/helpers/getTimeFromPointIndex/getTimeFromPointIndex.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/getTimeFromPointIndex/getTimeFromPointIndex.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/getTimeFromPointIndex/getTimeFromPointIndex.js +5 -8
- package/components/VideoTimeLineSelector/helpers/getTimeFromPointIndex/index.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/getTimeFromPointIndex/index.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/getTimeLinePosition/getTimeLinePosition.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/getTimeLinePosition/getTimeLinePosition.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/getTimeLinePosition/getTimeLinePosition.js +5 -8
- package/components/VideoTimeLineSelector/helpers/getTimeLinePosition/types.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/getTimeLinePosition/types.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/getVisiblePoints/getVisiblePoints.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/getVisiblePoints/getVisiblePoints.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/getVisiblePoints/getVisiblePoints.js +16 -25
- package/components/VideoTimeLineSelector/helpers/getVisiblePoints/index.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/getVisiblePoints/index.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/getVisiblePoints/types.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/getVisiblePoints/types.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/isValidTimeVisible/index.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/isValidTimeVisible/index.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/isValidTimeVisible/isValidTimeVisible.d.ts +1 -0
- package/components/VideoTimeLineSelector/helpers/isValidTimeVisible/isValidTimeVisible.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/helpers/isValidTimeVisible/isValidTimeVisible.js +3 -5
- package/components/VideoTimeLineSelector/icons.d.ts +1 -0
- package/components/VideoTimeLineSelector/icons.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/icons.js +2 -2
- package/components/VideoTimeLineSelector/index.d.ts +1 -0
- package/components/VideoTimeLineSelector/index.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/slots/VideoTimeLineSelectorEnums.d.ts +1 -0
- package/components/VideoTimeLineSelector/slots/VideoTimeLineSelectorEnums.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/slots/VideoTimeLineSelectorEnums.js +2 -26
- package/components/VideoTimeLineSelector/slots/VideoTimeLineSelectorSlots.d.ts +18 -17
- package/components/VideoTimeLineSelector/slots/VideoTimeLineSelectorSlots.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/slots/VideoTimeLineSelectorSlots.js +95 -116
- package/components/VideoTimeLineSelector/store/VideoTimeLineSelectorContext.d.ts +2 -1
- package/components/VideoTimeLineSelector/store/VideoTimeLineSelectorContext.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/store/VideoTimeLineSelectorContext.js +43 -61
- package/components/VideoTimeLineSelector/store/VideoTimeLineSelectorStore.d.ts +1 -0
- package/components/VideoTimeLineSelector/store/VideoTimeLineSelectorStore.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/store/VideoTimeLineSelectorStore.js +73 -132
- package/components/VideoTimeLineSelector/store/index.d.ts +1 -0
- package/components/VideoTimeLineSelector/store/index.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/store/types.d.ts +1 -0
- package/components/VideoTimeLineSelector/store/types.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/store/useVideoTimeLineSelectorStore.d.ts +1 -0
- package/components/VideoTimeLineSelector/store/useVideoTimeLineSelectorStore.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/store/useVideoTimeLineSelectorStore.js +9 -10
- package/components/VideoTimeLineSelector/subcomponents/BaseVideoTimeLineSelector/BaseVideoTimeLineSelector.d.ts +2 -1
- package/components/VideoTimeLineSelector/subcomponents/BaseVideoTimeLineSelector/BaseVideoTimeLineSelector.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/subcomponents/BaseVideoTimeLineSelector/BaseVideoTimeLineSelector.js +75 -91
- package/components/VideoTimeLineSelector/subcomponents/ChannelCheckBox/ChannelCheckbox.d.ts +2 -1
- package/components/VideoTimeLineSelector/subcomponents/ChannelCheckBox/ChannelCheckbox.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/subcomponents/ChannelCheckBox/ChannelCheckbox.js +13 -19
- package/components/VideoTimeLineSelector/subcomponents/ChannelCheckBox/types.d.ts +1 -0
- package/components/VideoTimeLineSelector/subcomponents/ChannelCheckBox/types.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/subcomponents/ChannelRadioButton/ChannelRadioButton.d.ts +2 -1
- package/components/VideoTimeLineSelector/subcomponents/ChannelRadioButton/ChannelRadioButton.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/subcomponents/ChannelRadioButton/ChannelRadioButton.js +16 -21
- package/components/VideoTimeLineSelector/subcomponents/ChannelRadioButton/types.d.ts +1 -0
- package/components/VideoTimeLineSelector/subcomponents/ChannelRadioButton/types.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/subcomponents/ChartTimeLine/ChartTimeLine.d.ts +2 -1
- package/components/VideoTimeLineSelector/subcomponents/ChartTimeLine/ChartTimeLine.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/subcomponents/ChartTimeLine/ChartTimeLine.js +170 -252
- package/components/VideoTimeLineSelector/subcomponents/ChartTimeLine/types.d.ts +1 -0
- package/components/VideoTimeLineSelector/subcomponents/ChartTimeLine/types.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/subcomponents/EventCluster/EventCluster.d.ts +2 -1
- package/components/VideoTimeLineSelector/subcomponents/EventCluster/EventCluster.d.ts.map +1 -0
- package/components/VideoTimeLineSelector/subcomponents/EventCluster/EventCluster.js +50 -63
- package/components/VideoTimeLineSelector/types.d.ts +2 -1
- package/components/VideoTimeLineSelector/types.d.ts.map +1 -0
- package/components/index.d.ts +1 -0
- package/components/index.d.ts.map +1 -0
- package/components/indicators/IndicatorBattery/IndicatorBattery.d.ts +2 -1
- package/components/indicators/IndicatorBattery/IndicatorBattery.d.ts.map +1 -0
- package/components/indicators/IndicatorBattery/IndicatorBattery.js +65 -75
- package/components/indicators/IndicatorBattery/IndicatorBattery.styles.d.ts +1 -0
- package/components/indicators/IndicatorBattery/IndicatorBattery.styles.d.ts.map +1 -0
- package/components/indicators/IndicatorBattery/IndicatorBattery.styles.js +27 -27
- package/components/indicators/IndicatorBattery/constants.d.ts +2 -1
- package/components/indicators/IndicatorBattery/constants.d.ts.map +1 -0
- package/components/indicators/IndicatorBattery/constants.js +5 -6
- package/components/indicators/IndicatorBattery/dictionary.d.ts +1 -0
- package/components/indicators/IndicatorBattery/dictionary.d.ts.map +1 -0
- package/components/indicators/IndicatorBattery/dictionary.js +14 -17
- package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/constants.d.ts +1 -0
- package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/constants.d.ts.map +1 -0
- package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/constants.js +4 -4
- package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/types.d.ts +1 -0
- package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/types.d.ts.map +1 -0
- package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/useBatteryStatus.d.ts +1 -0
- package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/useBatteryStatus.d.ts.map +1 -0
- package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/useBatteryStatus.js +40 -54
- package/components/indicators/IndicatorBattery/icons.d.ts +1 -0
- package/components/indicators/IndicatorBattery/icons.d.ts.map +1 -0
- package/components/indicators/IndicatorBattery/icons.js +2 -2
- package/components/indicators/IndicatorBattery/index.d.ts +1 -0
- package/components/indicators/IndicatorBattery/index.d.ts.map +1 -0
- package/components/indicators/IndicatorBattery/slots/IndicatorBaterySlots.d.ts +17 -16
- package/components/indicators/IndicatorBattery/slots/IndicatorBaterySlots.d.ts.map +1 -0
- package/components/indicators/IndicatorBattery/slots/IndicatorBaterySlots.js +42 -50
- package/components/indicators/IndicatorBattery/slots/IndicatorBatteryEnum.d.ts +1 -0
- package/components/indicators/IndicatorBattery/slots/IndicatorBatteryEnum.d.ts.map +1 -0
- package/components/indicators/IndicatorBattery/slots/IndicatorBatteryEnum.js +2 -13
- package/components/indicators/IndicatorBattery/types.d.ts +1 -0
- package/components/indicators/IndicatorBattery/types.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/IndicatorCSQ.d.ts +2 -1
- package/components/indicators/IndicatorCSQ/IndicatorCSQ.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/IndicatorCSQ.js +16 -18
- package/components/indicators/IndicatorCSQ/IndicatorCSQ.styles.d.ts +1 -0
- package/components/indicators/IndicatorCSQ/IndicatorCSQ.styles.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/IndicatorCSQ.styles.js +25 -28
- package/components/indicators/IndicatorCSQ/constants.d.ts +2 -1
- package/components/indicators/IndicatorCSQ/constants.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/constants.js +5 -6
- package/components/indicators/IndicatorCSQ/dictionary.d.ts +1 -0
- package/components/indicators/IndicatorCSQ/dictionary.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/dictionary.js +12 -16
- package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/getQualityLabel.d.ts +1 -0
- package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/getQualityLabel.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/getQualityLabel.js +19 -20
- package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/index.d.ts +1 -0
- package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/index.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/types.d.ts +1 -0
- package/components/indicators/IndicatorCSQ/helpers/getQualityLabel/types.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/icons.d.ts +1 -0
- package/components/indicators/IndicatorCSQ/icons.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/index.d.ts +1 -0
- package/components/indicators/IndicatorCSQ/index.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/slots/IndicatorCSQEnum.d.ts +1 -0
- package/components/indicators/IndicatorCSQ/slots/IndicatorCSQEnum.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/slots/IndicatorCSQEnum.js +2 -9
- package/components/indicators/IndicatorCSQ/slots/IndicatorCSQSlots.d.ts +8 -7
- package/components/indicators/IndicatorCSQ/slots/IndicatorCSQSlots.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/slots/IndicatorCSQSlots.js +26 -30
- package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/SignalIcon.d.ts +2 -1
- package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/SignalIcon.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/SignalIcon.js +13 -14
- package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/index.d.ts +1 -0
- package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/index.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/types.d.ts +1 -0
- package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/types.d.ts.map +1 -0
- package/components/indicators/IndicatorCSQ/types.d.ts +1 -0
- package/components/indicators/IndicatorCSQ/types.d.ts.map +1 -0
- package/components/indicators/IndicatorValueAndMagnitude/IndicatorValueAndMagnitude.d.ts +2 -1
- package/components/indicators/IndicatorValueAndMagnitude/IndicatorValueAndMagnitude.d.ts.map +1 -0
- package/components/indicators/IndicatorValueAndMagnitude/IndicatorValueAndMagnitude.js +10 -11
- package/components/indicators/IndicatorValueAndMagnitude/IndicatorValueAndMagnitude.styles.d.ts +1 -0
- package/components/indicators/IndicatorValueAndMagnitude/IndicatorValueAndMagnitude.styles.d.ts.map +1 -0
- package/components/indicators/IndicatorValueAndMagnitude/IndicatorValueAndMagnitude.styles.js +7 -7
- package/components/indicators/IndicatorValueAndMagnitude/constants.d.ts +2 -1
- package/components/indicators/IndicatorValueAndMagnitude/constants.d.ts.map +1 -0
- package/components/indicators/IndicatorValueAndMagnitude/constants.js +5 -5
- package/components/indicators/IndicatorValueAndMagnitude/index.d.ts +1 -0
- package/components/indicators/IndicatorValueAndMagnitude/index.d.ts.map +1 -0
- package/components/indicators/IndicatorValueAndMagnitude/slots/slots.d.ts +1 -0
- package/components/indicators/IndicatorValueAndMagnitude/slots/slots.d.ts.map +1 -0
- package/components/indicators/IndicatorValueAndMagnitude/slots/slots.js +2 -8
- package/components/indicators/IndicatorValueAndMagnitude/slots/styled.d.ts +7 -6
- package/components/indicators/IndicatorValueAndMagnitude/slots/styled.d.ts.map +1 -0
- package/components/indicators/IndicatorValueAndMagnitude/slots/styled.js +22 -25
- package/components/indicators/IndicatorValueAndMagnitude/types.d.ts +1 -0
- package/components/indicators/IndicatorValueAndMagnitude/types.d.ts.map +1 -0
- package/components/indicators/IndicatorValueStatus/IndicatorValueStatus.d.ts +2 -1
- package/components/indicators/IndicatorValueStatus/IndicatorValueStatus.d.ts.map +1 -0
- package/components/indicators/IndicatorValueStatus/IndicatorValueStatus.js +16 -18
- package/components/indicators/IndicatorValueStatus/IndicatorValueStatus.styles.d.ts +1 -0
- package/components/indicators/IndicatorValueStatus/IndicatorValueStatus.styles.d.ts.map +1 -0
- package/components/indicators/IndicatorValueStatus/IndicatorValueStatus.styles.js +18 -18
- package/components/indicators/IndicatorValueStatus/constants.d.ts +1 -0
- package/components/indicators/IndicatorValueStatus/constants.d.ts.map +1 -0
- package/components/indicators/IndicatorValueStatus/constants.js +5 -6
- package/components/indicators/IndicatorValueStatus/index.d.ts +1 -0
- package/components/indicators/IndicatorValueStatus/index.d.ts.map +1 -0
- package/components/indicators/IndicatorValueStatus/slots/IndicatorValueStatusEnum.d.ts +1 -0
- package/components/indicators/IndicatorValueStatus/slots/IndicatorValueStatusEnum.d.ts.map +1 -0
- package/components/indicators/IndicatorValueStatus/slots/IndicatorValueStatusEnum.js +2 -9
- package/components/indicators/IndicatorValueStatus/slots/IndicatorValueStatusSlots.d.ts +9 -8
- package/components/indicators/IndicatorValueStatus/slots/IndicatorValueStatusSlots.d.ts.map +1 -0
- package/components/indicators/IndicatorValueStatus/slots/IndicatorValueStatusSlots.js +26 -30
- package/components/indicators/IndicatorValueStatus/test/DemoFormatter.d.ts +2 -1
- package/components/indicators/IndicatorValueStatus/test/DemoFormatter.d.ts.map +1 -0
- package/components/indicators/IndicatorValueStatus/types.d.ts +1 -0
- package/components/indicators/IndicatorValueStatus/types.d.ts.map +1 -0
- package/components/indicators/index.d.ts +1 -0
- package/components/indicators/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/GpsMap.d.ts +2 -1
- package/components/maps/components/GpsMap/GpsMap.d.ts.map +1 -0
- package/components/maps/components/GpsMap/GpsMap.js +38 -42
- package/components/maps/components/GpsMap/GpsMap.styles.d.ts +1 -0
- package/components/maps/components/GpsMap/GpsMap.styles.d.ts.map +1 -0
- package/components/maps/components/GpsMap/GpsMap.styles.js +59 -67
- package/components/maps/components/GpsMap/LLeaflet.styles.d.ts +1 -0
- package/components/maps/components/GpsMap/LLeaflet.styles.d.ts.map +1 -0
- package/components/maps/components/GpsMap/LLeaflet.styles.js +2 -2
- package/components/maps/components/GpsMap/classes/index.d.ts +1 -0
- package/components/maps/components/GpsMap/classes/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/classes/index.js +6 -4
- package/components/maps/components/GpsMap/classes/types.d.ts +1 -0
- package/components/maps/components/GpsMap/classes/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/constants.d.ts +1 -0
- package/components/maps/components/GpsMap/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMap/constants.js +15 -23
- package/components/maps/components/GpsMap/contexts/MapContext/MapContext.d.ts +2 -1
- package/components/maps/components/GpsMap/contexts/MapContext/MapContext.d.ts.map +1 -0
- package/components/maps/components/GpsMap/contexts/MapContext/MapContext.js +27 -33
- package/components/maps/components/GpsMap/contexts/MapContext/helper.d.ts +3 -2
- package/components/maps/components/GpsMap/contexts/MapContext/helper.d.ts.map +1 -0
- package/components/maps/components/GpsMap/contexts/MapContext/index.d.ts +2 -1
- package/components/maps/components/GpsMap/contexts/MapContext/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/contexts/MapContext/store.d.ts +1 -0
- package/components/maps/components/GpsMap/contexts/MapContext/store.d.ts.map +1 -0
- package/components/maps/components/GpsMap/contexts/MapContext/store.js +130 -186
- package/components/maps/components/GpsMap/contexts/MapContext/types.d.ts +55 -1
- package/components/maps/components/GpsMap/contexts/MapContext/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/dictionary.d.ts +1 -0
- package/components/maps/components/GpsMap/dictionary.d.ts.map +1 -0
- package/components/maps/components/GpsMap/dictionary.js +35 -34
- package/components/maps/components/GpsMap/external/MapControl/index.d.ts +1 -0
- package/components/maps/components/GpsMap/external/MapControl/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/external/MapControl/index.js +20 -37
- package/components/maps/components/GpsMap/external/MapControl/types.d.ts +1 -0
- package/components/maps/components/GpsMap/external/MapControl/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/external/Popup/index.d.ts +1 -0
- package/components/maps/components/GpsMap/external/Popup/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/external/googleMutant/LRUMap.js +150 -1
- package/components/maps/components/GpsMap/external/googleMutant/googleMutant.js +243 -1
- package/components/maps/components/GpsMap/external/googleMutant/googleMutantNoDelete.d.ts +1 -0
- package/components/maps/components/GpsMap/external/googleMutant/googleMutantNoDelete.d.ts.map +1 -0
- package/components/maps/components/GpsMap/external/googleMutant/index.d.ts +1 -132
- package/components/maps/components/GpsMap/external/googleMutant/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/constants.d.ts +1 -0
- package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/index.d.ts +1 -0
- package/components/maps/components/GpsMap/featureRenders/CommonFeatureRender/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/constants.d.ts +1 -0
- package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/index.d.ts +1 -0
- package/components/maps/components/GpsMap/featureRenders/DeviceFeatureRender/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/IconMarker.d.ts +2 -1
- package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/IconMarker.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/IconMarkerGrua.d.ts +2 -1
- package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/IconMarkerGrua.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/IconMarkerTaxi.d.ts +2 -1
- package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/IconMarkerTaxi.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/index.d.ts +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerFeatureRender/index.js +44 -55
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/index.d.ts +2 -1
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/index.js +55 -68
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/subcomponents/FeatureDivIconLabel/index.d.ts +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/subcomponents/FeatureDivIconLabel/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/subcomponents/FeatureDivIconLabel/index.js +24 -27
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/subcomponents/FeatureDivIconLabel/types.d.ts +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/subcomponents/FeatureDivIconLabel/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/types.d.ts +1 -0
- package/components/maps/components/GpsMap/featureRenders/MarkerIconLabel/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/featureRenders/index.d.ts +1 -0
- package/components/maps/components/GpsMap/featureRenders/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/index.d.ts +5 -0
- package/components/maps/components/GpsMap/hooks/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useAutoFocus/index.d.ts +1 -0
- package/components/maps/components/GpsMap/hooks/useAutoFocus/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useAutoFocus/index.js +51 -70
- package/components/maps/components/GpsMap/hooks/useAutoFocus/types.d.ts +1 -0
- package/components/maps/components/GpsMap/hooks/useAutoFocus/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useDisableClickEvents/index.d.ts +1 -0
- package/components/maps/components/GpsMap/hooks/useDisableClickEvents/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnFlag/index.d.ts +1 -0
- package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnFlag/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnFlag/index.js +8 -28
- package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnMouseOver/index.d.ts +1 -0
- package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnMouseOver/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useDisableMapEventsOnMouseOver/index.js +16 -34
- package/components/maps/components/GpsMap/hooks/useMapStore/index.d.ts +1 -0
- package/components/maps/components/GpsMap/hooks/useMapStore/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useMapStore/index.js +9 -9
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/GridDebugVisualization.d.ts +10 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/GridDebugVisualization.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.d.ts +6 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.js +11 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.d.ts +14 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.js +36 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.d.ts +15 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.js +18 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/index.d.ts +3 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/index.d.ts +65 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/index.js +69 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/types.d.ts +42 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/types.d.ts +84 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.d.ts +12 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.js +80 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useGridDebug.d.ts +6 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useGridDebug.d.ts.map +1 -0
- package/components/maps/components/GpsMap/icons.d.ts +1 -0
- package/components/maps/components/GpsMap/icons.d.ts.map +1 -0
- package/components/maps/components/GpsMap/icons.js +2 -2
- package/components/maps/components/GpsMap/index.d.ts +1 -0
- package/components/maps/components/GpsMap/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/pluginLayers/PolylineWithArrows/index.d.ts +1 -0
- package/components/maps/components/GpsMap/pluginLayers/PolylineWithArrows/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/pluginLayers/PolylineWithArrows/index.js +40 -55
- package/components/maps/components/GpsMap/pluginLayers/index.d.ts +1 -0
- package/components/maps/components/GpsMap/pluginLayers/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.d.ts +2 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.js +22 -28
- package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.styles.d.ts +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.styles.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/MapPopupDevice.styles.js +43 -41
- package/components/maps/components/GpsMap/popups/MapPopupDevice/constants.d.ts +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/constants.js +4 -6
- package/components/maps/components/GpsMap/popups/MapPopupDevice/dictionary.d.ts +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/dictionary.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/dictionary.js +50 -16
- package/components/maps/components/GpsMap/popups/MapPopupDevice/index.d.ts +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.d.ts +29 -28
- package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.js +53 -61
- package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/slots.d.ts +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/slots.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/slots/slots.js +2 -15
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Content/GpsDeviceContent.d.ts +2 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Content/GpsDeviceContent.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Content/GpsDeviceContent.js +59 -70
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Header/GpsDeviceHeader.d.ts +2 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Header/GpsDeviceHeader.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/Header/GpsDeviceHeader.js +14 -18
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/index.d.ts +2 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/types.d.ts +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/subcomponents/PropertyValue/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/MapPopupDevice/types.d.ts +2 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/index.d.ts +1 -0
- package/components/maps/components/GpsMap/popups/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/popups/types.d.ts +1 -0
- package/components/maps/components/GpsMap/popups/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/slots/slots.d.ts +1 -0
- package/components/maps/components/GpsMap/slots/slots.d.ts.map +1 -0
- package/components/maps/components/GpsMap/slots/slots.js +9 -17
- package/components/maps/components/GpsMap/slots/styled.d.ts +11 -10
- package/components/maps/components/GpsMap/slots/styled.d.ts.map +1 -0
- package/components/maps/components/GpsMap/slots/styled.js +36 -40
- package/components/maps/components/GpsMap/subcomponents/Controls/hooks/useControls.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/hooks/useControls.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/hooks/useControls.js +18 -25
- package/components/maps/components/GpsMap/subcomponents/Controls/index.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/index.js +20 -29
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/constants.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/constants.js +27 -29
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useTool.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useTool.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useTool.js +30 -51
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useZoomBottons.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useZoomBottons.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/hooks/useZoomBottons.js +33 -42
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/index.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/index.js +28 -35
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/index.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/index.js +13 -17
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/ButtonPopupTool/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.js +22 -24
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.styles.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.styles.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/MapLayersTool.styles.js +9 -9
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/hooks/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/hooks/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/hooks/useMapLayersTool.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/hooks/useMapLayersTool.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/hooks/useMapLayersTool.js +26 -29
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/slots.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/slots.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/slots.js +2 -8
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/styled.d.ts +9 -8
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/styled.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/styled.js +21 -24
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/subcomponents/MapLayerRow.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/subcomponents/MapLayerRow.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/subcomponents/MapLayerRow.js +45 -47
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/subcomponents/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/subcomponents/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/MapSourcesTool.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/MapSourcesTool.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/MapSourcesTool.js +24 -26
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/MapSourcesTool.styles.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/MapSourcesTool.styles.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/MapSourcesTool.styles.js +27 -27
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/hooks/useMapSourcesTool.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/hooks/useMapSourcesTool.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/hooks/useMapSourcesTool.js +12 -15
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/slots.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/slots.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/slots.js +2 -11
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/styled.d.ts +14 -13
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/styled.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/styled.js +35 -39
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/bing.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/bing.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/bing.js +21 -27
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/google.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/google.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/google.js +42 -42
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/others.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/others.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/sourceTypes/others.js +15 -15
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/subcomponents/MapSourceCard.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/subcomponents/MapSourceCard.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/subcomponents/MapSourceCard.js +55 -58
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/subcomponents/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/subcomponents/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.js +21 -23
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.styles.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.styles.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/MeasureTool.styles.js +47 -48
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/constants.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/constants.js +13 -15
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/helpers.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/helpers.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/helpers.js +33 -41
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/index.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/index.js +135 -229
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useMeasure/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useValidation.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useValidation.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/hooks/useValidation.js +14 -16
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/model.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/model.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/slots.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/slots.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/slots.js +2 -10
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/styled.d.ts +10 -9
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/styled.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/styled.js +30 -35
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/index.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/index.js +21 -25
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/validations.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/validations.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MeasureData/validations.js +4 -4
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/subcomponents/MyActions/index.js +16 -24
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Controls/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/index.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/index.js +44 -31
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/hooks/useClusterMarkers.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/hooks/useClusterMarkers.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/index.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/index.js +96 -89
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.js +14 -18
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.js +7 -11
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/types.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/MapEventController/MapEventController.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/MapEventController/MapEventController.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/MapEventController/MapEventController.js +12 -5
- package/components/maps/components/GpsMap/subcomponents/TileLayers/index.d.ts +2 -1
- package/components/maps/components/GpsMap/subcomponents/TileLayers/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/index.js +18 -21
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/darkStyles.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/darkStyles.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/index.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerGoogle/index.js +43 -111
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/index.d.ts +1 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/index.d.ts.map +1 -0
- package/components/maps/components/GpsMap/subcomponents/TileLayers/subcomponents/TileLayerOthers/index.js +23 -38
- package/components/maps/components/GpsMap/types.d.ts +1 -0
- package/components/maps/components/GpsMap/types.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/constants.d.ts +1 -0
- package/components/maps/components/GpsMapTools/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/constants.js +2 -2
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/GpsMapToolsContext.d.ts +3 -2
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/GpsMapToolsContext.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/GpsMapToolsContext.js +13 -17
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/index.d.ts +1 -0
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/index.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/store.d.ts +2 -1
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/store.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/store.js +57 -81
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/types.d.ts +1 -0
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/types.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/dictionary.d.ts +1 -0
- package/components/maps/components/GpsMapTools/dictionary.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/dictionary.js +68 -67
- package/components/maps/components/GpsMapTools/hooks/useGpsMapToolsStore/index.d.ts +1 -0
- package/components/maps/components/GpsMapTools/hooks/useGpsMapToolsStore/index.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/hooks/useGpsMapToolsStore/index.js +8 -9
- package/components/maps/components/GpsMapTools/icons.d.ts +1 -0
- package/components/maps/components/GpsMapTools/icons.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/icons.js +12 -14
- package/components/maps/components/GpsMapTools/index.d.ts +1 -0
- package/components/maps/components/GpsMapTools/index.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/GeofencesTool.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/GeofencesTool.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/GeofencesTool.js +10 -10
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/constants.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/constants.js +29 -37
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/helpers.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/helpers.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/helpers.js +11 -15
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useColumns.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useColumns.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useColumns.js +35 -42
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridFiltered.d.ts +7 -6
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridFiltered.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridFiltered.js +50 -68
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridSelected.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridSelected.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useDatagridSelected.js +40 -50
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useFilterAndSort.d.ts +6 -5
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useFilterAndSort.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useFilterAndSort.js +35 -43
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useFilterFields.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useFilterFields.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useFilterFields.js +26 -29
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useSortFields.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useSortFields.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useFilterAndSort/useSortFields.js +9 -9
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLayers.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLayers.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLayers.js +56 -29
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLoadDrawGeometry.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLoadDrawGeometry.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useLoadDrawGeometry.js +98 -88
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useMaster.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useMaster.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useMaster.js +20 -34
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useModuleDynamicActions.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useModuleDynamicActions.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useModuleDynamicActions.js +29 -40
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useRowActionsGetter.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useRowActionsGetter.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useRowActionsGetter.js +59 -79
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabFiltered.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabFiltered.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabFiltered.js +52 -57
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabSelected.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabSelected.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabSelected.js +31 -38
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/index.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/index.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/model.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/model.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/Form.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/Form.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/Form.js +33 -35
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/constants.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/constants.js +11 -12
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/helpers.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/helpers.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/helpers.js +47 -86
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useDrawing.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useDrawing.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useDrawing.js +117 -212
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useForm.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useForm.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useForm.js +68 -80
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.js +39 -53
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSumbitErrorsFocus.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSumbitErrorsFocus.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/hooks/useAssignmentData.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/hooks/useAssignmentData.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/hooks/useAssignmentData.js +44 -54
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/index.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/index.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/index.js +12 -12
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/types.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/types.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/validations.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/validations.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/AssignmentData/validations.js +10 -10
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/index.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/index.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/index.js +23 -25
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/types.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/types.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/validations.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ChooseAssignmentData/validations.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/index.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/index.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/index.js +36 -37
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/types.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/types.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/validations.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/validations.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/GeneralData.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/GeneralData.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/GeneralData.js +39 -41
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/hooks/useGeneral.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/hooks/useGeneral.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/hooks/useGeneral.js +22 -27
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/types.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/types.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/validations.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/validations.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/validations.js +12 -12
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActionFormCancel/MyActionFormCancel.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActionFormCancel/MyActionFormCancel.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActionFormCancel/MyActionFormCancel.js +10 -16
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActionFormCancel/types.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActionFormCancel/types.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/constants.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/constants.js +14 -21
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/index.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/index.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/index.js +8 -8
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/FillData/index.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/FillData/index.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/FillData/index.js +23 -25
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/hooks/useStrokePatternOptions.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/hooks/useStrokePatternOptions.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/hooks/useStrokePatternOptions.js +14 -16
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/hooks/useStrokeWeightsOptions.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/hooks/useStrokeWeightsOptions.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/hooks/useStrokeWeightsOptions.js +13 -14
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/index.d.ts +2 -1
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/index.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/index.js +39 -43
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/types.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/types.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/types.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/types.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/GeofenceFeatureRender.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/GeofenceFeatureRender.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/GeofenceFeatureRender.js +88 -104
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/constants.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/helpers.d.ts +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/helpers.d.ts.map +1 -0
- package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceFeatureRender/helpers.js +18 -32
- package/components/maps/components/GpsMapTools/types.d.ts +1 -0
- package/components/maps/components/GpsMapTools/types.d.ts.map +1 -0
- package/components/maps/index.d.ts +1 -0
- package/components/maps/index.d.ts.map +1 -0
- package/components/maps/utils/coordsToQuadKey.d.ts +1 -0
- package/components/maps/utils/coordsToQuadKey.d.ts.map +1 -0
- package/components/maps/utils/coordsToQuadKey.js +8 -15
- package/components/maps/utils/courseToCartesianAngle.d.ts +1 -0
- package/components/maps/utils/courseToCartesianAngle.d.ts.map +1 -0
- package/components/maps/utils/courseToCartesianAngle.js +4 -5
- package/components/maps/utils/courseToCssAngle.d.ts +1 -0
- package/components/maps/utils/courseToCssAngle.d.ts.map +1 -0
- package/components/maps/utils/courseToCssAngle.js +7 -9
- package/components/maps/utils/index.d.ts +1 -0
- package/components/maps/utils/index.d.ts.map +1 -0
- package/components/maps/utils/isFeature.d.ts +1 -0
- package/components/maps/utils/isFeature.d.ts.map +1 -0
- package/components/maps/utils/isFeature.js +3 -3
- package/components/maps/utils/isFeatureCollection.d.ts +1 -0
- package/components/maps/utils/isFeatureCollection.d.ts.map +1 -0
- package/components/maps/utils/isFeatureCollection.js +3 -3
- package/components/maps/utils/isFeatureCollectionDraft.d.ts +3 -2
- package/components/maps/utils/isFeatureCollectionDraft.d.ts.map +1 -0
- package/components/maps/utils/isFeatureCollectionDraft.js +3 -3
- package/components/maps/utils/isGeometry.d.ts +1 -0
- package/components/maps/utils/isGeometry.d.ts.map +1 -0
- package/components/maps/utils/isGeometry.js +3 -3
- package/contexts/RealTimeConsumerContext/RealTimeConsumerContext.d.ts +2 -1
- package/contexts/RealTimeConsumerContext/RealTimeConsumerContext.d.ts.map +1 -0
- package/contexts/RealTimeConsumerContext/RealTimeConsumerContext.js +27 -34
- package/contexts/RealTimeConsumerContext/constants.d.ts +1 -0
- package/contexts/RealTimeConsumerContext/constants.d.ts.map +1 -0
- package/contexts/RealTimeConsumerContext/constants.js +4 -6
- package/contexts/RealTimeConsumerContext/index.d.ts +1 -0
- package/contexts/RealTimeConsumerContext/index.d.ts.map +1 -0
- package/contexts/RealTimeConsumerContext/store.d.ts +1 -0
- package/contexts/RealTimeConsumerContext/store.d.ts.map +1 -0
- package/contexts/RealTimeConsumerContext/store.js +49 -81
- package/contexts/RealTimeConsumerContext/types.d.ts +1 -0
- package/contexts/RealTimeConsumerContext/types.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/RealTimeProducerContext.d.ts +2 -1
- package/contexts/RealTimeProducerContext/RealTimeProducerContext.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/RealTimeProducerContext.js +12 -17
- package/contexts/RealTimeProducerContext/constants.d.ts +1 -0
- package/contexts/RealTimeProducerContext/constants.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/constants.js +5 -10
- package/contexts/RealTimeProducerContext/index.d.ts +1 -0
- package/contexts/RealTimeProducerContext/index.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/athmospherejs/index.d.ts +1 -2
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/athmospherejs/index.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/athmospherejs/index.js +33 -56
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/athmospherejs/types.d.ts +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/athmospherejs/types.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/base.d.ts +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/base.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/base.js +5 -5
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/constants.d.ts +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/constants.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/constants.js +117 -122
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/dummy.d.ts +2 -2
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/dummy.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/dummy.js +18 -27
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/group.d.ts +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/group.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/group.js +16 -23
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/helpers.d.ts +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/helpers.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/helpers.js +12 -17
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/factory.d.ts +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/factory.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/sourceDataMechanisms/factory.js +10 -9
- package/contexts/RealTimeProducerContext/store.d.ts +1 -0
- package/contexts/RealTimeProducerContext/store.d.ts.map +1 -0
- package/contexts/RealTimeProducerContext/store.js +64 -89
- package/contexts/RealTimeProducerContext/types.d.ts +1 -0
- package/contexts/RealTimeProducerContext/types.d.ts.map +1 -0
- package/contexts/index.d.ts +1 -0
- package/contexts/index.d.ts.map +1 -0
- package/formatters/CourseFormatter/CourseFormatter.d.ts +2 -1
- package/formatters/CourseFormatter/CourseFormatter.d.ts.map +1 -0
- package/formatters/CourseFormatter/CourseFormatter.js +54 -26
- package/formatters/CourseFormatter/CourseFormatter.styles.d.ts +1 -0
- package/formatters/CourseFormatter/CourseFormatter.styles.d.ts.map +1 -0
- package/formatters/CourseFormatter/CourseFormatter.styles.js +10 -10
- package/formatters/CourseFormatter/constants.d.ts +1 -0
- package/formatters/CourseFormatter/constants.d.ts.map +1 -0
- package/formatters/CourseFormatter/constants.js +3 -4
- package/formatters/CourseFormatter/dictionary.d.ts +1 -0
- package/formatters/CourseFormatter/dictionary.d.ts.map +1 -0
- package/formatters/CourseFormatter/dictionary.js +15 -14
- package/formatters/CourseFormatter/helper.d.ts +1 -0
- package/formatters/CourseFormatter/helper.d.ts.map +1 -0
- package/formatters/CourseFormatter/helper.js +6 -23
- package/formatters/CourseFormatter/index.d.ts +1 -0
- package/formatters/CourseFormatter/index.d.ts.map +1 -0
- package/formatters/CourseFormatter/slots/CourseFormatterEnum.d.ts +1 -0
- package/formatters/CourseFormatter/slots/CourseFormatterEnum.d.ts.map +1 -0
- package/formatters/CourseFormatter/slots/CourseFormatterEnum.js +2 -5
- package/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts +2 -1
- package/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts.map +1 -0
- package/formatters/CourseFormatter/slots/CourseFormatterSlots.js +10 -10
- package/formatters/CourseFormatter/types.d.ts +1 -0
- package/formatters/CourseFormatter/types.d.ts.map +1 -0
- package/formatters/index.d.ts +1 -0
- package/formatters/index.d.ts.map +1 -0
- package/hooks/index.d.ts +1 -0
- package/hooks/index.d.ts.map +1 -0
- package/hooks/useRealTimeConsumer/index.d.ts +1 -0
- package/hooks/useRealTimeConsumer/index.d.ts.map +1 -0
- package/hooks/useRealTimeConsumer/index.js +9 -9
- package/hooks/useRealTimeProducer/index.d.ts +1 -0
- package/hooks/useRealTimeProducer/index.d.ts.map +1 -0
- package/hooks/useRealTimeProducer/index.js +10 -9
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -0
- package/index.js +136 -132
- package/package.json +41 -121
- package/test/HostThemeProviderMock.d.ts +2 -1
- package/test/HostThemeProviderMock.d.ts.map +1 -0
- package/test/TestAppWrapper.d.ts +1 -0
- package/test/TestAppWrapper.d.ts.map +1 -0
- package/test/TestFormAutoValidation.d.ts +2 -1
- package/test/TestFormAutoValidation.d.ts.map +1 -0
- package/test/constants.d.ts +1 -0
- package/test/constants.d.ts.map +1 -0
- package/test/constants_no_mock.d.ts +1 -0
- package/test/constants_no_mock.d.ts.map +1 -0
- package/test/getNameDataTestId.d.ts +3 -2
- package/test/getNameDataTestId.d.ts.map +1 -0
- package/test/getNameDataTestId.js +5 -13
- package/test/index.d.ts +1 -0
- package/test/index.d.ts.map +1 -0
- package/test/mocks.d.ts +13 -11
- package/test/mocks.d.ts.map +1 -0
- package/test/setup.d.ts +1 -0
- package/test/setup.d.ts.map +1 -0
- package/test/types.d.ts +1 -0
- package/test/types.d.ts.map +1 -0
- package/test/utils.d.ts +2 -2
- package/test/utils.d.ts.map +1 -0
- package/utils/ObjectQueue.d.ts +5 -4
- package/utils/ObjectQueue.d.ts.map +1 -0
- package/utils/ObjectQueue.js +10 -14
- package/utils/capitalizeFirstLetter.d.ts +1 -0
- package/utils/capitalizeFirstLetter.d.ts.map +1 -0
- package/utils/capitalizeFirstLetter.js +5 -5
- package/utils/containerQuery.d.ts +1 -0
- package/utils/containerQuery.d.ts.map +1 -0
- package/utils/cssToCSSProperties.d.ts +1 -0
- package/utils/cssToCSSProperties.d.ts.map +1 -0
- package/utils/formatDistanceToNow/formatDistanteToNow.d.ts +1 -0
- package/utils/formatDistanceToNow/formatDistanteToNow.d.ts.map +1 -0
- package/utils/formatDistanceToNow/index.d.ts +1 -0
- package/utils/formatDistanceToNow/index.d.ts.map +1 -0
- package/utils/formatDistanceToNow/types.d.ts +1 -0
- package/utils/formatDistanceToNow/types.d.ts.map +1 -0
- package/utils/getComponentSlotRoot.d.ts +1 -0
- package/utils/getComponentSlotRoot.d.ts.map +1 -0
- package/utils/getComponentSlotRoot.js +7 -7
- package/utils/getComponentUtilityClass.d.ts +1 -0
- package/utils/getComponentUtilityClass.d.ts.map +1 -0
- package/utils/getComponentUtilityClass.js +4 -4
- package/utils/getPaletteColor.d.ts +1 -0
- package/utils/getPaletteColor.d.ts.map +1 -0
- package/utils/getPaletteColor.js +12 -14
- package/utils/getPrecisionFromHdop/constants.d.ts +1 -0
- package/utils/getPrecisionFromHdop/constants.d.ts.map +1 -0
- package/utils/getPrecisionFromHdop/constants.js +13 -16
- package/utils/getPrecisionFromHdop/getPrecisionFromHdop.d.ts +1 -0
- package/utils/getPrecisionFromHdop/getPrecisionFromHdop.d.ts.map +1 -0
- package/utils/getPrecisionFromHdop/getPrecisionFromHdop.js +24 -36
- package/utils/getPrecisionFromHdop/index.d.ts +1 -0
- package/utils/getPrecisionFromHdop/index.d.ts.map +1 -0
- package/utils/getPrecisionFromHdop/types.d.ts +1 -0
- package/utils/getPrecisionFromHdop/types.d.ts.map +1 -0
- package/utils/getSizeStyles/getSizeStyles.d.ts +1 -0
- package/utils/getSizeStyles/getSizeStyles.d.ts.map +1 -0
- package/utils/getSizeStyles/getSizeStyles.js +6 -8
- package/utils/getSizeStyles/index.d.ts +1 -0
- package/utils/getSizeStyles/index.d.ts.map +1 -0
- package/utils/getTransformXY.d.ts +1 -0
- package/utils/getTransformXY.d.ts.map +1 -0
- package/utils/getTypographyStyles.d.ts +1 -0
- package/utils/getTypographyStyles.d.ts.map +1 -0
- package/utils/getTypographyStyles.js +3 -6
- package/utils/getVptUpdatedAtWithGuard.d.ts +1 -0
- package/utils/getVptUpdatedAtWithGuard.d.ts.map +1 -0
- package/utils/getVptUpdatedAtWithGuard.js +6 -8
- package/utils/getVptValueWithGuard.d.ts +1 -0
- package/utils/getVptValueWithGuard.d.ts.map +1 -0
- package/utils/getVptValueWithGuard.js +7 -13
- package/utils/index.d.ts +1 -0
- package/utils/index.d.ts.map +1 -0
- package/utils/isValidDate.d.ts +1 -0
- package/utils/isValidDate.d.ts.map +1 -0
- package/utils/isValidDate.js +3 -3
- package/utils/types.d.ts +1 -0
- package/utils/types.d.ts.map +1 -0
- package/@types/augmentations.d.ts +0 -38
- package/@types/index.js +0 -1
- package/@types/types.d.js +0 -1
- package/@types/types.d.ts +0 -84
- package/components/DataGrid/assets/icons/datagrid.svg +0 -4
- package/components/Device/index.js +0 -1
- package/components/DeviceLabel/index.js +0 -1
- package/components/DeviceStatus/DeviceStatus.js +0 -3
- package/components/DeviceStatus/index.js +0 -1
- package/components/GaugeCircular/index.js +0 -1
- package/components/GaugeCircular/subcomponents/CircularProgress/index.js +0 -1
- package/components/GaugeCircular/test/GaugeCircular.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/BaseVideoTimeLineSelector.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/ChannelCheckbox.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/ChannelRadioButton.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/ChartTimeLine.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/EventCluster.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/VideoTimeLineSelector.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/VideoTimeLineSelectorContext.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/VideoTimeLineSelectorStore.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/helpers/calculateQuadrantData.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/helpers/calculateTimeLineData.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/helpers/clusterEvents.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/helpers/convertHoursToTimeString.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/helpers/getDataWithoutProxy.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/helpers/getIntersectedSegments.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/helpers/getTimeFromPointIndex.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/helpers/getTimeLinePosition.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/helpers/getVisiblePoints.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/__tests__/helpers/isValidTimeVisible.test.d.ts +0 -1
- package/components/VideoTimeLineSelector/helpers/getDataWithoutProxy/index.js +0 -1
- package/components/VideoTimeLineSelector/index.js +0 -1
- package/components/index.js +0 -1
- package/components/indicators/IndicatorBattery/hooks/useBatteryStatus/test/useBattery.test.d.ts +0 -1
- package/components/indicators/IndicatorBattery/index.js +0 -1
- package/components/indicators/IndicatorBattery/test/IndicatorBattery.test.d.ts +0 -1
- package/components/indicators/IndicatorCSQ/index.js +0 -1
- package/components/indicators/IndicatorCSQ/subcomponents/SignalIcon/index.js +0 -1
- package/components/indicators/IndicatorCSQ/tests/IndicatorCSQ.test.d.ts +0 -1
- package/components/indicators/IndicatorValueAndMagnitude/index.js +0 -1
- package/components/indicators/IndicatorValueStatus/index.js +0 -1
- package/components/indicators/IndicatorValueStatus/test/IndicatorValueStatus.test.d.ts +0 -1
- package/components/indicators/index.js +0 -1
- package/components/maps/components/GpsMap/contexts/MapContext/index.js +0 -1
- package/components/maps/components/GpsMap/external/Popup/component.d.ts +0 -4
- package/components/maps/components/GpsMap/external/Popup/div-overlay.d.ts +0 -4
- package/components/maps/components/GpsMap/external/Popup/element.d.ts +0 -4
- package/components/maps/components/GpsMap/external/Popup/generic.d.ts +0 -4
- package/components/maps/components/GpsMap/external/googleMutant/LRUMap.d.ts +0 -99
- package/components/maps/components/GpsMap/external/googleMutant/googleMutant.d.ts +0 -1
- package/components/maps/components/GpsMap/external/googleMutant/index.js +0 -1
- package/components/maps/components/GpsMap/featureRenders/index.js +0 -1
- package/components/maps/components/GpsMap/hooks/index.js +0 -1
- package/components/maps/components/GpsMap/index.js +0 -1
- package/components/maps/components/GpsMap/pluginLayers/index.js +0 -1
- package/components/maps/components/GpsMap/popups/MapPopupDevice/index.js +0 -1
- package/components/maps/components/GpsMap/popups/index.js +0 -1
- package/components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/index.js +0 -1
- package/components/maps/components/GpsMapTools/index.js +0 -1
- package/components/maps/index.js +0 -1
- package/components/maps/utils/index.js +0 -1
- package/contexts/RealTimeConsumerContext/index.js +0 -1
- package/contexts/RealTimeProducerContext/index.js +0 -1
- package/contexts/index.js +0 -1
- package/formatters/CourseFormatter/index.js +0 -1
- package/formatters/CourseFormatter/test/CourserFormatter.test.d.ts +0 -1
- package/formatters/index.js +0 -1
- package/hooks/index.js +0 -1
- package/mockServiceWorker.js +0 -307
- package/utils/getPrecisionFromHdop/index.js +0 -1
- package/utils/getSizeStyles/_test_/getSizeStyles.test.d.ts +0 -1
- package/utils/getSizeStyles/index.js +0 -1
- package/utils/getThemeVariantColor.d.ts +0 -6
- package/utils/index.js +0 -1
- package/vite-env.d.ts +0 -4
|
@@ -1,53 +1,46 @@
|
|
|
1
|
-
const
|
|
1
|
+
const o = {
|
|
2
2
|
id: 1,
|
|
3
3
|
name: "Group bien largo en el texo para que haga elipsisi",
|
|
4
4
|
bgColor: "#CFD8DC"
|
|
5
|
-
}
|
|
6
|
-
const group1 = {
|
|
5
|
+
}, r = {
|
|
7
6
|
id: 1,
|
|
8
7
|
name: "Group bien largo en el texo para que haga elipsisi",
|
|
9
8
|
bgColor: "#B45BAB"
|
|
10
|
-
}
|
|
11
|
-
const group2 = {
|
|
9
|
+
}, e = {
|
|
12
10
|
id: 2,
|
|
13
11
|
name: "Group 2",
|
|
14
12
|
bgColor: "#24A188"
|
|
15
|
-
}
|
|
16
|
-
const group3 = {
|
|
13
|
+
}, p = {
|
|
17
14
|
id: 3,
|
|
18
15
|
name: "Group 3",
|
|
19
16
|
bgColor: "#2A3232"
|
|
20
|
-
}
|
|
21
|
-
const group4 = {
|
|
17
|
+
}, g = {
|
|
22
18
|
id: 4,
|
|
23
19
|
name: "Group 4",
|
|
24
20
|
bgColor: "#E1E4B5"
|
|
25
|
-
}
|
|
26
|
-
const group5 = {
|
|
21
|
+
}, n = {
|
|
27
22
|
id: 5,
|
|
28
23
|
name: "Group 5",
|
|
29
24
|
bgColor: "#EEFF00"
|
|
30
25
|
//Amarillo
|
|
31
|
-
}
|
|
32
|
-
const group6 = {
|
|
26
|
+
}, a = {
|
|
33
27
|
id: 6,
|
|
34
28
|
name: "Group 6",
|
|
35
29
|
bgColor: "#FF0000"
|
|
36
30
|
//Rojo
|
|
37
|
-
}
|
|
38
|
-
const group7 = {
|
|
31
|
+
}, u = {
|
|
39
32
|
id: 7,
|
|
40
33
|
name: "Group 7",
|
|
41
34
|
bgColor: "#0000FF"
|
|
42
35
|
//Azul
|
|
43
36
|
};
|
|
44
37
|
export {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
38
|
+
r as group1,
|
|
39
|
+
e as group2,
|
|
40
|
+
p as group3,
|
|
41
|
+
g as group4,
|
|
42
|
+
n as group5,
|
|
43
|
+
a as group6,
|
|
44
|
+
u as group7,
|
|
45
|
+
o as groupForest
|
|
53
46
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/gclick/src/contexts/RealTimeProducerContext/sourceDataMechanisms/dummy/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mCAAmC,EAAE,MAAM,aAAa,CAAC;AAElE,eAAO,MAAM,gBAAgB,oBAAoB,CAAC;AAClD,eAAO,MAAO,gBAAgB,qBAAqB,CAAC;AACpD,eAAO,MAAO,aAAa,MAAM,CAAC;AAClC;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,kBAAkB,GAAE,MAAM,OAAO,mCAAmC,GAAG,SAAqB,EAAE,GAAG,GAAE,MAAyB,EAC5H,GAAG,GAAE,MAAyB,EAAE,MAAM,GAAE,MAAsB,GAAG;IAAE,YAAY,EAAE,MAAM,CAAC;IAAC,aAAa,EAAE,MAAM,CAAA;CAAE,CAqBzJ"}
|
|
@@ -1,22 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
function getDummyRandomCoordinates(fixedCoordinatesId = void 0, lat = centerLatDefault, lon = centerLonDafault, radius = radiusDefault) {
|
|
6
|
-
if (fixedCoordinatesId) {
|
|
1
|
+
import { REAL_TIME_RT_DEVICES_DUMMMY_INITIAL as e } from "./constants.js";
|
|
2
|
+
const g = 6.216601050665157, L = -75.58660090089732, M = 500;
|
|
3
|
+
function m(t = void 0, n = g, o = L, r = M) {
|
|
4
|
+
if (t)
|
|
7
5
|
return {
|
|
8
|
-
gnssLatitude:
|
|
9
|
-
gnssLongitude:
|
|
6
|
+
gnssLatitude: e[t]?.current.vpts?.vptGnss?.gnssLatitude || 0,
|
|
7
|
+
gnssLongitude: e[t]?.current.vpts?.vptGnss?.gnssLongitude || 0
|
|
10
8
|
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
const radiusInDegrees = radius / earthRadius * (180 / Math.PI);
|
|
14
|
-
const angle = Math.random() * 2 * Math.PI;
|
|
15
|
-
const distance = Math.random() * radiusInDegrees;
|
|
16
|
-
const newLat = lat + distance * Math.cos(angle);
|
|
17
|
-
const newLon = lon + distance * Math.sin(angle) / Math.cos(lat * Math.PI / 180);
|
|
18
|
-
return { gnssLatitude: newLat, gnssLongitude: newLon };
|
|
9
|
+
const u = r / 6378137 * (180 / Math.PI), s = Math.random() * 2 * Math.PI, a = Math.random() * u, c = n + a * Math.cos(s), i = o + a * Math.sin(s) / Math.cos(n * Math.PI / 180);
|
|
10
|
+
return { gnssLatitude: c, gnssLongitude: i };
|
|
19
11
|
}
|
|
20
12
|
export {
|
|
21
|
-
|
|
13
|
+
g as centerLatDefault,
|
|
14
|
+
L as centerLonDafault,
|
|
15
|
+
m as getDummyRandomCoordinates,
|
|
16
|
+
M as radiusDefault
|
|
22
17
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/contexts/RealTimeProducerContext/sourceDataMechanisms/factory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,qCAAqC,EAAE,MAAM,UAAU,CAAC;AAE1F,OAAO,cAAc,MAAM,QAAQ,CAAC;AAEpC;;GAEG;AACH,qBAAa,iBAAiB;IAC5B;;OAEG;IACH,MAAM,CAAC,gBAAgB,CAAC,MAAM,EAAG,qCAAqC,EAAI,UAAU,EAAC,uBAAuB,GAAG,cAAc;CAU9H;AACD,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
class
|
|
1
|
+
import { SourceDataAtmosphere as t } from "./athmospherejs/index.js";
|
|
2
|
+
import a from "./dummy/dummy.js";
|
|
3
|
+
class m {
|
|
4
4
|
/**
|
|
5
5
|
* Create a source data object
|
|
6
6
|
*/
|
|
7
|
-
static createSourceData(
|
|
8
|
-
switch (
|
|
7
|
+
static createSourceData(r, e) {
|
|
8
|
+
switch (r.sourceDataMechanism) {
|
|
9
9
|
case "dummy":
|
|
10
|
-
return new
|
|
10
|
+
return new a(r, e);
|
|
11
11
|
case "atmosphere":
|
|
12
|
-
return new
|
|
12
|
+
return new t(r, e);
|
|
13
13
|
default:
|
|
14
|
-
throw new Error(
|
|
14
|
+
throw new Error("Unknown resource type");
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
export {
|
|
19
|
-
|
|
19
|
+
m as SourceDataFactory,
|
|
20
|
+
m as default
|
|
20
21
|
};
|
|
@@ -4,3 +4,4 @@ import { RealTimeProducerStoreStateWithActions, InitialRealTimeProducerStoreProp
|
|
|
4
4
|
*/
|
|
5
5
|
export declare function createRealTimeStore(initProps: InitialRealTimeProducerStoreProps, storeDevtoolsEnabled?: boolean): import('zustand').StoreApi<RealTimeProducerStoreStateWithActions>;
|
|
6
6
|
export type RealTimeStoreType = ReturnType<typeof createRealTimeStore>;
|
|
7
|
+
//# sourceMappingURL=store.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/contexts/RealTimeProducerContext/store.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAA8B,qCAAqC,EAAE,iCAAiC,EAAgE,MAAM,SAAS,CAAC;AA0BlM;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,iCAAiC,EAAE,oBAAoB,UAAQ,qEA2I7G;AACD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
|
|
@@ -1,50 +1,43 @@
|
|
|
1
|
-
import { createStore } from "zustand";
|
|
2
|
-
import { devtools } from "zustand/middleware";
|
|
3
|
-
import { immer } from "zustand/middleware/immer";
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { cloneDeep } from "lodash-es";
|
|
9
|
-
const
|
|
10
|
-
const { enabled =
|
|
11
|
-
|
|
12
|
-
return devtools(immerMiddlewere, config);
|
|
13
|
-
}
|
|
14
|
-
return immerMiddlewere;
|
|
1
|
+
import { createStore as C } from "zustand";
|
|
2
|
+
import { devtools as S } from "zustand/middleware";
|
|
3
|
+
import { immer as E } from "zustand/middleware/immer";
|
|
4
|
+
import T from "lodash-es/merge";
|
|
5
|
+
import { ObjectQueue as P } from "../../utils/ObjectQueue.js";
|
|
6
|
+
import { REALTIME_PRODUCER_SOTORE_ID as D, PROCCESS_MESSAGES_INTERVAL as M } from "./constants.js";
|
|
7
|
+
import { SourceDataFactory as O } from "./sourceDataMechanisms/factory.js";
|
|
8
|
+
import { cloneDeep as R } from "lodash-es";
|
|
9
|
+
const y = (t, u) => {
|
|
10
|
+
const { enabled: m = !1 } = u;
|
|
11
|
+
return m && process.env.NODE_ENV === "development" ? S(t, u) : t;
|
|
15
12
|
};
|
|
16
|
-
function
|
|
17
|
-
const
|
|
18
|
-
...
|
|
13
|
+
function j(t, u = !1) {
|
|
14
|
+
const m = {
|
|
15
|
+
...t,
|
|
19
16
|
hasResourcesTypes: {}
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
...startProps,
|
|
17
|
+
}, c = {};
|
|
18
|
+
return C(
|
|
19
|
+
y(
|
|
20
|
+
E((i, f) => ({
|
|
21
|
+
...m,
|
|
26
22
|
realTimeProducerActions: {
|
|
27
23
|
/**
|
|
28
24
|
* Incializa el store con los recursos configurados, e inicia la captura de datos para cada tipo de recurso suscripto.
|
|
29
25
|
*/
|
|
30
26
|
init: () => {
|
|
31
|
-
const { resourceTypesConfig, realTimeProducerActions:
|
|
32
|
-
|
|
33
|
-
for (const
|
|
34
|
-
|
|
35
|
-
config:
|
|
36
|
-
sourceDataClass:
|
|
27
|
+
const { resourceTypesConfig: e, realTimeProducerActions: a } = f();
|
|
28
|
+
i((s) => {
|
|
29
|
+
for (const o of e)
|
|
30
|
+
s.hasResourcesTypes[o.resourceTypeId] = {
|
|
31
|
+
config: o,
|
|
32
|
+
sourceDataClass: O.createSourceData(o, a.onMessages),
|
|
37
33
|
status: "init",
|
|
38
|
-
hasResources:
|
|
34
|
+
hasResources: o.initialHashResources ? R(o.initialHashResources) : {},
|
|
39
35
|
suscribedClients: {}
|
|
40
|
-
}
|
|
41
|
-
hasResourcesTypesMessagesManager[resourceTypeConfig.resourceTypeId] = {
|
|
36
|
+
}, c[o.resourceTypeId] = {
|
|
42
37
|
messagesToProcces: [],
|
|
43
|
-
messagesQueue: new
|
|
44
|
-
statusProccesing:
|
|
45
|
-
};
|
|
46
|
-
state.hasResourcesTypes[resourceTypeConfig.resourceTypeId].sourceDataClass.start();
|
|
47
|
-
}
|
|
38
|
+
messagesQueue: new P(),
|
|
39
|
+
statusProccesing: !1
|
|
40
|
+
}, s.hasResourcesTypes[o.resourceTypeId].sourceDataClass.start();
|
|
48
41
|
});
|
|
49
42
|
},
|
|
50
43
|
/**
|
|
@@ -56,81 +49,63 @@ function createRealTimeStore(initProps, storeDevtoolsEnabled = false) {
|
|
|
56
49
|
* suscribe a un cliente MFS al tiempo real, usado por los MFS para recibir los mensajes que llegan al host.
|
|
57
50
|
* Retorna una copia hasResorces
|
|
58
51
|
*/
|
|
59
|
-
suscribe: (
|
|
60
|
-
const { onSuscribeCallbacks, ...
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
state.hasResourcesTypes[resourceTypeId].suscribedClients[options.clientId] = otherOptions;
|
|
64
|
-
}
|
|
52
|
+
suscribe: (e, a) => {
|
|
53
|
+
const { onSuscribeCallbacks: s, ...o } = a;
|
|
54
|
+
i((r) => {
|
|
55
|
+
e in r.hasResourcesTypes && (r.hasResourcesTypes[e].suscribedClients[a.clientId] = o);
|
|
65
56
|
});
|
|
66
|
-
for (let
|
|
67
|
-
const
|
|
68
|
-
|
|
57
|
+
for (let r = 0; r < s.length; r++) {
|
|
58
|
+
const n = s[r];
|
|
59
|
+
n(e, R(f().hasResourcesTypes[e].hasResources));
|
|
69
60
|
}
|
|
70
61
|
},
|
|
71
62
|
/**
|
|
72
63
|
* desuscribe a un cliente MFS al tiempo real, para dejar de recibir los mensajes que llegan al host.
|
|
73
64
|
*/
|
|
74
|
-
unsuscribe: (
|
|
75
|
-
|
|
76
|
-
delete
|
|
65
|
+
unsuscribe: (e, a) => {
|
|
66
|
+
i((s) => {
|
|
67
|
+
delete s.hasResourcesTypes[e].suscribedClients[a];
|
|
77
68
|
});
|
|
78
69
|
},
|
|
79
70
|
/**
|
|
80
71
|
* Funcion que procesa los mensajes que llegan desde el servidor, indpendiente de donde llegue, sea por socket, simulados, etc.
|
|
81
72
|
*/
|
|
82
|
-
onMessages: (
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
});
|
|
86
|
-
get().realTimeProducerActions.processMessages(resourceTypeId);
|
|
73
|
+
onMessages: (e, a) => {
|
|
74
|
+
a.forEach((s) => {
|
|
75
|
+
c[e].messagesQueue.enqueue(s);
|
|
76
|
+
}), f().realTimeProducerActions.processMessages(e);
|
|
87
77
|
},
|
|
88
78
|
/**
|
|
89
79
|
* Procesa los mensajes en la cola de mensajes, se encarga de procesar los mensajes uno a uno en el orden que llegaron.
|
|
90
80
|
*/
|
|
91
|
-
processMessages: (
|
|
92
|
-
if (
|
|
81
|
+
processMessages: (e) => {
|
|
82
|
+
if (c[e].statusProccesing)
|
|
93
83
|
return;
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
});
|
|
107
|
-
if (!state.hasResourcesTypes[resourceTypeId].hasResources[resourceSerialId]) {
|
|
108
|
-
state.hasResourcesTypes[resourceTypeId].hasResources[resourceSerialId] = { ...cloneDeep(payload), resourceSerialId };
|
|
109
|
-
} else {
|
|
110
|
-
merge(state.hasResourcesTypes[resourceTypeId].hasResources[resourceSerialId], payload);
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
if (hasResourcesTypesMessagesManager[resourceTypeId].messagesQueue.isEmpty()) {
|
|
114
|
-
hasResourcesTypesMessagesManager[resourceTypeId].statusProccesing = false;
|
|
115
|
-
continueNext = false;
|
|
116
|
-
} else {
|
|
117
|
-
hasResourcesTypesMessagesManager[initialResourceTypeId].statusProccesing = true;
|
|
84
|
+
function a(s) {
|
|
85
|
+
let o = !0;
|
|
86
|
+
i((r) => {
|
|
87
|
+
const n = c[s].messagesQueue.dequeue();
|
|
88
|
+
if (n) {
|
|
89
|
+
const { resourceSerialId: l, payload: g } = n;
|
|
90
|
+
Object.keys(r.hasResourcesTypes[s].suscribedClients).forEach((b) => {
|
|
91
|
+
const p = r.hasResourcesTypes[s].suscribedClients[b].onMessageCallbacks;
|
|
92
|
+
for (let h = 0; h < p.length; h++)
|
|
93
|
+
p[h](s, [n]);
|
|
94
|
+
}), r.hasResourcesTypes[s].hasResources[l] ? T(r.hasResourcesTypes[s].hasResources[l], g) : r.hasResourcesTypes[s].hasResources[l] = { ...R(g), resourceSerialId: l };
|
|
118
95
|
}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
}, PROCCESS_MESSAGES_INTERVAL);
|
|
124
|
-
}
|
|
96
|
+
c[s].messagesQueue.isEmpty() ? (c[s].statusProccesing = !1, o = !1) : c[e].statusProccesing = !0;
|
|
97
|
+
}), o && setTimeout(() => {
|
|
98
|
+
a(s);
|
|
99
|
+
}, M);
|
|
125
100
|
}
|
|
126
|
-
|
|
101
|
+
a(e);
|
|
127
102
|
}
|
|
128
103
|
}
|
|
129
104
|
})),
|
|
130
|
-
{ name: `${
|
|
105
|
+
{ name: `${D}: ${t.storeId}`, enabled: u }
|
|
131
106
|
)
|
|
132
107
|
);
|
|
133
108
|
}
|
|
134
109
|
export {
|
|
135
|
-
|
|
110
|
+
j as createRealTimeStore
|
|
136
111
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/contexts/RealTimeProducerContext/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,cAAc,MAAM,6BAA6B,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AACnD;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,MAAM,OAAO,oBAAoB,GAAG,MAAM,CAAC;AAChF;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,OAAO,GAAG,YAAY,CAAC;AACrE;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,MAAM,GAAG,MAAM,CAAC;AACvD;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAE,MAAM,GAAG,MAAM,EAAE,GAAG,CAAC,CAAC;AAGnE;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAClC,gBAAgB,EAAE,wBAAwB,CAAC;IAC3C,QAAQ,CAAC,OAAO,EAAE,sBAAsB,CAAA;CACzC;AACD,MAAM,MAAM,iCAAiC,GAAG,CAC9C,cAAc,EAAE,sBAAsB,EACtC,QAAQ,EAAC,KAAK,CAAC,eAAe,CAAC,KAAK,IAAI,CAAC;AAC3C,MAAM,MAAM,kCAAkC,GAAG,CAC7C,cAAc,EAAE,sBAAsB,EACtC,oBAAoB,EAAC,MAAM,CAAC,wBAAwB,EAAE,GAAG,CAAC,KAAM,IAAI,CAAC;AACzE,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,kBAAkB,EAAE,iCAAiC,EAAE,CAAC;CACzD,CAAA;AACD,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAE,SAAS,EAAE,UAAU,GAAG,oBAAoB,CAAC;IAC1F;;OAEG;IACH,mBAAmB,EAAG,kCAAkC,EAAG,CAAC;CAC7D;AACD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,WAAW,GAAG,WAAW,GAAG,SAAS,CAAC;AAC5E;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACxD;;OAEG;IACH,mBAAmB,EAAE,+BAA+B,CAAC;IACrD;;OAEG;IACH,cAAc,EAAE,sBAAsB,CAAC;IACvC;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,wBAAwB,EAAE,GAAG,CAAC,CAAC;CAC9D;AAGD;;GAEG;AACH,MAAM,WAAW,+CAAgD,SAAQ,yCAAyC;IAChH;;OAEG;IACH,mBAAmB,EAAE,YAAY,CAAC;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,0CAA2C,SAAQ,yCAAyC;IAC3G,mBAAmB,EAAE,OAAO,CAAC;CAC9B;AAED,MAAM,MAAM,qCAAqC,GAAG,+CAA+C,GAAG,0CAA0C,CAAC;AACjJ;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,iBAAiB,EAAE,eAAe,EAAE,CAAC;IACrC;;;OAGG;IACH,aAAa,EAAE,WAAW,CAAC,eAAe,CAAC,CAAC;IAC5C;;OAEG;IACH,gBAAgB,EAAE,OAAO,CAAC;CAC3B;AACD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,MAAM,EAAE,qCAAqC,CAAC;IAC9C;;OAEG;IACH,MAAM,EAAE,cAAc,CAAC;IACvB;;OAEG;IACH,eAAe,EAAE,cAAc,CAAC;IAChC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC,wBAAwB,EAAE,GAAG,CAAC,CAAC;IACpD;;OAEG;IACH,gBAAgB,EAAG,MAAM,CAAC,wBAAwB,EAAE,SAAS,CAAC,CAAC;CAChE;AACD;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,CAAC,cAAc,EAAC,sBAAsB,EAAE,OAAO,EAAE,eAAe,EAAG,KAAK,IAAI,CAAA;AAClH;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,mBAAmB,EAAE,qCAAqC,EAAE,CAAC;IAC7D;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC,sBAAsB,EAAE,oBAAoB,CAAC,CAAE;CAC1E;AACD,MAAM,WAAW,qCAAsC,SAAQ,0BAA0B;IACvF,uBAAuB,EAAE;QACvB;;WAEG;QACH,IAAI,IAAI,IAAI,CAAC;QAKb;;WAEG;QACH,SAAS,EAAE,CAAC,QAAQ,EAAE,cAAc,KAAK,IAAI,CAAC;QAC9C;;;WAGG;QACH,QAAQ,EAAE,CAAC,cAAc,EAAC,sBAAsB,EAAE,OAAO,EAAE,eAAe,KAAK,IAAI,CAAC;QACpF;;WAEG;QACH,UAAU,EAAE,CAAC,cAAc,EAAC,sBAAsB,EAAE,QAAQ,EAAC,MAAM,KAAK,IAAI,CAAC;QAC7E;;;WAGG;QACH,UAAU,EAAE,uBAAuB,CAAC;QACpC;;WAEG;QACH,eAAe,EAAE,CAAC,cAAc,EAAC,sBAAsB,KAAK,IAAI,CAAC;KAClE,CAAC;CACH;AACD,MAAM,MAAM,iCAAiC,GAAG,IAAI,CAAC,0BAA0B,EAAE,QAAQ,GAAG,kBAAkB,GAAG,mBAAmB,GAAG,eAAe,GAAG,kBAAkB,GAAG,mBAAmB,CAAC,CAAC;AACnM,MAAM,WAAW,6BAA8B,SAAQ,iCAAiC;IACtF,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,QAAQ,EAAE,SAAS,CAAC;CACrB"}
|
package/contexts/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick/src/contexts/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC"}
|
|
@@ -11,4 +11,5 @@ import { CourseFormatterProps } from './types';
|
|
|
11
11
|
/**
|
|
12
12
|
* CourseFormatter Component
|
|
13
13
|
*/
|
|
14
|
-
export declare const CourseFormatter: (props: CourseFormatterProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const CourseFormatter: (props: CourseFormatterProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
15
|
+
//# sourceMappingURL=CourseFormatter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CourseFormatter.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/formatters/CourseFormatter/CourseFormatter.tsx"],"names":[],"mappings":"AAOA,OAAO,EAA6B,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAS1E;;;;;;;;GAQG;AACH;;GAEG;AACH,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,qDAc1D,CAAC"}
|
|
@@ -1,35 +1,63 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
|
|
1
|
+
import { jsx as n } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { CourseFormatterRootStyled as c } from "./slots/CourseFormatterSlots.js";
|
|
3
|
+
import "react-leaflet";
|
|
4
|
+
import "react";
|
|
5
|
+
import "zustand";
|
|
6
|
+
import "../../components/maps/components/GpsMap/contexts/MapContext/MapContext.js";
|
|
7
|
+
import "leaflet";
|
|
8
|
+
import "@m4l/components";
|
|
9
|
+
import "../../components/maps/components/GpsMap/external/googleMutant/googleMutant.js";
|
|
10
|
+
import "@googlemaps/js-api-loader";
|
|
11
|
+
import "react-dom";
|
|
12
|
+
import "clsx";
|
|
13
|
+
import "../../components/maps/components/GpsMap/slots/styled.js";
|
|
14
|
+
import { useModuleDictionary as d } from "@m4l/core";
|
|
15
|
+
import "../../components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapSourcesTool/slots/styled.js";
|
|
16
|
+
import "zustand/shallow";
|
|
17
|
+
import "../../components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MapLayersTool/slots/styled.js";
|
|
18
|
+
import "react-hook-form";
|
|
19
|
+
import "../../components/maps/components/GpsMap/classes/index.js";
|
|
20
|
+
import "@mui/material";
|
|
21
|
+
import "../../components/maps/components/GpsMap/subcomponents/Controls/subcomponents/ButtonsToolsList/subcomponents/MeasureTool/slots/styled.js";
|
|
22
|
+
import "../../components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/MarkerClusterGroup/index.js";
|
|
23
|
+
import "../../components/maps/components/GpsMap/subcomponents/Layers/subcomponents/Layer/subcomponents/RenderByEachFeatureComponent/index.js";
|
|
24
|
+
import "lodash-es/debounce";
|
|
25
|
+
import "lodash-es/throttle";
|
|
26
|
+
import "kdbush";
|
|
27
|
+
import "../../components/maps/components/GpsMap/popups/MapPopupDevice/slots/MapPopupDeviceSlots.js";
|
|
28
|
+
import { getCourseDirection as u } from "./helper.js";
|
|
29
|
+
import { getPropDataTestId as l } from "../../test/getNameDataTestId.js";
|
|
30
|
+
import { CourseFormatterSlots as f } from "./slots/CourseFormatterEnum.js";
|
|
31
|
+
import { DEFAULT_GAP_ANGLE as g, COMPONET_KEY_COMPONENT as C } from "./constants.js";
|
|
32
|
+
import "../../components/DeviceStatus/slots/DeviceStatusSlots.js";
|
|
33
|
+
import "../../components/Device/hooks/constants.js";
|
|
34
|
+
import "leaflet-polylinedecorator";
|
|
35
|
+
import { courseToCartesianAngle as T } from "../../components/maps/utils/courseToCartesianAngle.js";
|
|
36
|
+
import "@m4l/layouts";
|
|
37
|
+
import "../../components/maps/components/GpsMapTools/contexts/GpsMapToolsContext/GpsMapToolsContext.js";
|
|
38
|
+
import "@geoman-io/leaflet-geoman-free";
|
|
39
|
+
import "yup";
|
|
40
|
+
import "@m4l/graphics";
|
|
41
|
+
const io = (o) => {
|
|
10
42
|
const {
|
|
11
|
-
course,
|
|
12
|
-
gapAngle:
|
|
13
|
-
size = "medium",
|
|
14
|
-
dataTestId
|
|
15
|
-
} =
|
|
16
|
-
|
|
17
|
-
size,
|
|
43
|
+
course: t,
|
|
44
|
+
gapAngle: r = g,
|
|
45
|
+
size: m = "medium",
|
|
46
|
+
dataTestId: i
|
|
47
|
+
} = o, p = {
|
|
48
|
+
size: m,
|
|
18
49
|
variant: "standard"
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
const ret = getCourseDirection(getLabel, angle, gap);
|
|
23
|
-
return /* @__PURE__ */ jsx(
|
|
24
|
-
CourseFormatterRootStyled,
|
|
50
|
+
}, { getLabel: e } = d(), s = T(t), a = u(e, s, r);
|
|
51
|
+
return /* @__PURE__ */ n(
|
|
52
|
+
c,
|
|
25
53
|
{
|
|
26
|
-
ownerState: { ...
|
|
27
|
-
...
|
|
54
|
+
ownerState: { ...p },
|
|
55
|
+
...l(C, f.root, i),
|
|
28
56
|
skeletonWidth: "10%",
|
|
29
|
-
children:
|
|
57
|
+
children: a
|
|
30
58
|
}
|
|
31
59
|
);
|
|
32
60
|
};
|
|
33
61
|
export {
|
|
34
|
-
|
|
62
|
+
io as CourseFormatter
|
|
35
63
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CourseFormatter.styles.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/formatters/CourseFormatter/CourseFormatter.styles.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAGrD,eAAO,MAAM,qBAAqB,EAAE,qBAkBnC,CAAC"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { getTypographyStyles } from "@m4l/components";
|
|
2
|
-
const
|
|
1
|
+
import { getTypographyStyles as e } from "@m4l/components";
|
|
2
|
+
const t = {
|
|
3
3
|
/** Styles applied to the root element. */
|
|
4
|
-
root: ({ theme, ownerState }) => ({
|
|
4
|
+
root: ({ theme: o, ownerState: s }) => ({
|
|
5
5
|
"&.MuiTypography-root": {
|
|
6
6
|
"&.M4lclassCssSpecificity": {
|
|
7
|
-
...
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
...e(
|
|
8
|
+
o.generalSettings.isMobile,
|
|
9
|
+
s.size || "medium",
|
|
10
10
|
"body"
|
|
11
11
|
),
|
|
12
|
-
...
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
...e(
|
|
13
|
+
o.generalSettings.isMobile,
|
|
14
|
+
s.size || "small",
|
|
15
15
|
"body"
|
|
16
16
|
)
|
|
17
17
|
}
|
|
@@ -19,5 +19,5 @@ const courseFormatterStyles = {
|
|
|
19
19
|
})
|
|
20
20
|
};
|
|
21
21
|
export {
|
|
22
|
-
|
|
22
|
+
t as courseFormatterStyles
|
|
23
23
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/formatters/CourseFormatter/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,uBAAuB,CAAC;AACtD,eAAO,MAAM,sBAAsB,uBAAuB,CAAC;AAC3D,eAAO,MAAM,iBAAiB,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dictionary.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/formatters/CourseFormatter/dictionary.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,qBAAqB,CAAC;AACnD,wBAAgB,sCAAsC,aAErD;AACD,eAAO,MAAM,cAAc;;;;;;;;;CASjB,CAAC"}
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
const
|
|
2
|
-
function
|
|
3
|
-
return [
|
|
1
|
+
const _ = "course_formatter";
|
|
2
|
+
function t() {
|
|
3
|
+
return [_];
|
|
4
4
|
}
|
|
5
|
-
const
|
|
6
|
-
LABEL_NORTH: `${
|
|
7
|
-
LABEL_SOUTH: `${
|
|
8
|
-
LABEL_EAST: `${
|
|
9
|
-
LABEL_WEST: `${
|
|
10
|
-
LABEL_NORTH_EAST: `${
|
|
11
|
-
LABEL_NORTH_WEST: `${
|
|
12
|
-
LABEL_SOUTH_EAST: `${
|
|
13
|
-
LABEL_SOUTH_WEST: `${
|
|
5
|
+
const e = {
|
|
6
|
+
LABEL_NORTH: `${_}.label_north`,
|
|
7
|
+
LABEL_SOUTH: `${_}.label_south`,
|
|
8
|
+
LABEL_EAST: `${_}.label_east`,
|
|
9
|
+
LABEL_WEST: `${_}.label_west`,
|
|
10
|
+
LABEL_NORTH_EAST: `${_}.label_north_east`,
|
|
11
|
+
LABEL_NORTH_WEST: `${_}.label_north_west`,
|
|
12
|
+
LABEL_SOUTH_EAST: `${_}.label_south_east`,
|
|
13
|
+
LABEL_SOUTH_WEST: `${_}.label_south_west`
|
|
14
14
|
};
|
|
15
15
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
e as CF_DICCTIONARY,
|
|
17
|
+
_ as CF_DICTIONARY_ID,
|
|
18
|
+
t as getCourseFormatterComponentsDictionary
|
|
18
19
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helper.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/formatters/CourseFormatter/helper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAKzC;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAAI,UAAU,YAAY,EAAE,OAAO,MAAM,EAAE,MAAK,MAA0B,WA6BxG,CAAC"}
|