@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
package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabFiltered.js
CHANGED
|
@@ -1,70 +1,65 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import { DataGrid } from "@m4l/components";
|
|
4
|
-
import { useMemo } from "react";
|
|
5
|
-
import { useModuleDictionary } from "@m4l/core";
|
|
6
|
-
import {
|
|
7
|
-
function
|
|
8
|
-
const { goAdd, labelAdd, columns, rowActionsGetter, rowKeyGetter, refreshCount } =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
1
|
+
import { jsx as b } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useDatagridFiltered as A } from "./useDatagridFiltered.js";
|
|
3
|
+
import { DataGrid as R } from "@m4l/components";
|
|
4
|
+
import { useMemo as _ } from "react";
|
|
5
|
+
import { useModuleDictionary as F } from "@m4l/core";
|
|
6
|
+
import { MAP_GPSTOOLS_DICCTIONARY as G } from "../../../dictionary.js";
|
|
7
|
+
function E(P) {
|
|
8
|
+
const { goAdd: h, labelAdd: f, columns: r, rowActionsGetter: o, rowKeyGetter: s, refreshCount: w } = P, { getLabel: C } = F(), {
|
|
9
|
+
rows: t,
|
|
10
|
+
pagerState: e,
|
|
11
|
+
onPageChange: a,
|
|
12
|
+
onRowsPerPageChange: n,
|
|
13
|
+
leftActions: i,
|
|
14
|
+
rightActions: l,
|
|
15
|
+
visibleCustomHeader: c,
|
|
16
|
+
customHeaderComponent: d,
|
|
17
|
+
checkedGeofencesFiltered: g,
|
|
18
|
+
setCheckedGeofencesFiltered: m,
|
|
19
|
+
externalFilterSettings: u,
|
|
20
|
+
externalSortSettings: p
|
|
21
|
+
} = A({ goAdd: h, labelAdd: f, refreshCount: w });
|
|
22
|
+
return {
|
|
23
|
+
unmountable: !1,
|
|
24
|
+
value: "filtered",
|
|
25
|
+
tabContent: _(() => /* @__PURE__ */ b(
|
|
26
|
+
R,
|
|
27
27
|
{
|
|
28
|
-
id:
|
|
29
|
-
columns,
|
|
30
|
-
rows,
|
|
31
|
-
rowActionsGetter,
|
|
32
|
-
rowKeyGetter,
|
|
33
|
-
checkedRows:
|
|
34
|
-
onCheckedRowsChange:
|
|
35
|
-
visibleCustomHeader,
|
|
36
|
-
customHeader:
|
|
37
|
-
externalFilterSettings,
|
|
38
|
-
externalSortSettings,
|
|
39
|
-
withActions:
|
|
28
|
+
id: "master_list_all",
|
|
29
|
+
columns: r,
|
|
30
|
+
rows: t,
|
|
31
|
+
rowActionsGetter: o,
|
|
32
|
+
rowKeyGetter: s,
|
|
33
|
+
checkedRows: g,
|
|
34
|
+
onCheckedRowsChange: m,
|
|
35
|
+
visibleCustomHeader: c,
|
|
36
|
+
customHeader: d,
|
|
37
|
+
externalFilterSettings: u,
|
|
38
|
+
externalSortSettings: p,
|
|
39
|
+
withActions: !0,
|
|
40
40
|
actionsProps: {
|
|
41
|
-
leftActions,
|
|
42
|
-
rightActions,
|
|
43
|
-
withPager:
|
|
44
|
-
withLocalFilters:
|
|
41
|
+
leftActions: i,
|
|
42
|
+
rightActions: l,
|
|
43
|
+
withPager: !0,
|
|
44
|
+
withLocalFilters: !0,
|
|
45
45
|
pagerOptions: {
|
|
46
|
-
records:
|
|
47
|
-
totalRecords:
|
|
46
|
+
records: t.length,
|
|
47
|
+
totalRecords: e.totalRecords,
|
|
48
48
|
rowsPerPageOptions: [1, 2, 3, 4, 5, 10, 25],
|
|
49
|
-
page:
|
|
50
|
-
rowsPerPage:
|
|
51
|
-
onPageChange,
|
|
52
|
-
onRowsPerPageChange
|
|
49
|
+
page: e.page,
|
|
50
|
+
rowsPerPage: e.rowsPerPage,
|
|
51
|
+
onPageChange: a,
|
|
52
|
+
onRowsPerPageChange: n
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
-
|
|
57
|
-
)
|
|
58
|
-
}, [checkedGeofencesFiltered, columns, customHeaderComponent, externalFilterSettings, externalSortSettings, leftActions, onPageChange, onRowsPerPageChange, pagerState.page, pagerState.rowsPerPage, pagerState.totalRecords, rightActions, rowActionsGetter, rowKeyGetter, rows, setCheckedGeofencesFiltered, visibleCustomHeader]);
|
|
59
|
-
return {
|
|
60
|
-
unmountable: false,
|
|
61
|
-
value: "filtered",
|
|
62
|
-
tabContent: tab,
|
|
56
|
+
"master_list_all"
|
|
57
|
+
), [g, r, d, u, p, i, a, n, e.page, e.rowsPerPage, e.totalRecords, l, o, s, t, m, c]),
|
|
63
58
|
tabProps: {
|
|
64
|
-
label: `${
|
|
59
|
+
label: `${C(G.LABEL_TAB_FILTERED)} (${t.length})`
|
|
65
60
|
}
|
|
66
61
|
};
|
|
67
62
|
}
|
|
68
63
|
export {
|
|
69
|
-
|
|
64
|
+
E as useTabFiltered
|
|
70
65
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTabSelected.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../packages/gclick/src/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabSelected.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAY,gBAAgB,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEnF,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAC;AAKxE,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC,mBAAmB,CAAC,EAAE,CAAC;IACvC,gBAAgB,EAAE,gBAAgB,CAAC,mBAAmB,CAAC,CAAC;IACxD,YAAY,EAAE,YAAY,CAAC,mBAAmB,EAAE,UAAU,CAAC,CAAC;CAC7D,CAAA;AACD;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,WAAW,GAAG,UAAU,CAiD7D"}
|
package/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/hooks/useTabSelected.js
CHANGED
|
@@ -1,48 +1,41 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { DataGrid } from "@m4l/components";
|
|
3
|
-
import { useMemo } from "react";
|
|
4
|
-
import { useModuleDictionary } from "@m4l/core";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
function
|
|
9
|
-
const { goAdd, labelAdd, enableAdd, columns, rowActionsGetter, rowKeyGetter } =
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
return /* @__PURE__ */ jsx(
|
|
19
|
-
DataGrid,
|
|
1
|
+
import { jsx as p } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { DataGrid as h } from "@m4l/components";
|
|
3
|
+
import { useMemo as A } from "react";
|
|
4
|
+
import { useModuleDictionary as b } from "@m4l/core";
|
|
5
|
+
import { useDatagridSelected as G } from "./useDatagridSelected.js";
|
|
6
|
+
import { MAP_GPSTOOLS_DICCTIONARY as g } from "../../../dictionary.js";
|
|
7
|
+
import { useGpsMapToolsStore as i } from "../../../hooks/useGpsMapToolsStore/index.js";
|
|
8
|
+
function E(l) {
|
|
9
|
+
const { goAdd: d, labelAdd: m, enableAdd: u, columns: o, rowActionsGetter: r, rowKeyGetter: s } = l, { getLabel: f } = b(), c = i((t) => t.geofenceState.checkedGeofences), n = i((t) => t.geofenceActions.setCheckedGeofences), {
|
|
10
|
+
rows: e,
|
|
11
|
+
rightActions: a
|
|
12
|
+
} = G({ goAdd: d, labelAdd: m, enableAdd: u });
|
|
13
|
+
return {
|
|
14
|
+
unmountable: !0,
|
|
15
|
+
value: "selected",
|
|
16
|
+
tabContent: A(() => /* @__PURE__ */ p(
|
|
17
|
+
h,
|
|
20
18
|
{
|
|
21
|
-
id:
|
|
22
|
-
columns,
|
|
23
|
-
rows,
|
|
24
|
-
rowActionsGetter,
|
|
25
|
-
rowKeyGetter,
|
|
26
|
-
checkedRows:
|
|
27
|
-
onCheckedRowsChange:
|
|
28
|
-
withActions:
|
|
19
|
+
id: "master_list_all",
|
|
20
|
+
columns: o,
|
|
21
|
+
rows: e,
|
|
22
|
+
rowActionsGetter: r,
|
|
23
|
+
rowKeyGetter: s,
|
|
24
|
+
checkedRows: c,
|
|
25
|
+
onCheckedRowsChange: n,
|
|
26
|
+
withActions: !0,
|
|
29
27
|
actionsProps: {
|
|
30
|
-
rightActions,
|
|
31
|
-
withLocalFilters:
|
|
28
|
+
rightActions: a,
|
|
29
|
+
withLocalFilters: !0
|
|
32
30
|
}
|
|
33
31
|
},
|
|
34
|
-
|
|
35
|
-
)
|
|
36
|
-
}, [checkedGeofences, columns, rightActions, rowActionsGetter, rowKeyGetter, rows, setCheckedGeofences]);
|
|
37
|
-
return {
|
|
38
|
-
unmountable: true,
|
|
39
|
-
value: "selected",
|
|
40
|
-
tabContent: tab,
|
|
32
|
+
"master_list_all"
|
|
33
|
+
), [c, o, a, r, s, e, n]),
|
|
41
34
|
tabProps: {
|
|
42
|
-
label: `${
|
|
35
|
+
label: `${f(g.LABEL_TAB_SELECTED)} (${e.length})`
|
|
43
36
|
}
|
|
44
37
|
};
|
|
45
38
|
}
|
|
46
39
|
export {
|
|
47
|
-
|
|
40
|
+
E as useTabSelected
|
|
48
41
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/gclick/src/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../../../../../../../packages/gclick/src/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/model.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AACrE,OAAO,KAAK,EACV,OAAO,EACP,UAAU,EACV,eAAe,EACf,UAAU,EACV,YAAY,EACZ,KAAK,EACL,OAAO,EACR,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAUzC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,OAAO,GAAG,YAAY,CAAC;AAG9D,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC;AAExC;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,KAAK,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;AAExD,MAAM,MAAM,gBAAgB,GACxB,KAAK,GACL,OAAO,GACP,YAAY,GACZ,UAAU,GACV,UAAU,GACV,eAAe,CAAC;AACpB;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;AACxD,MAAM,MAAM,cAAc,GAAG,YAAY,GAAG,WAAW,GAAG,cAAc,GAAG,iBAAiB,CAAC;AAC7F,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,EAAE,cAAc,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAGF,MAAM,WAAW,eAAe;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,oBAAoB,GAAC,gBAAgB,CAAC;AACtF;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,EAAE,EAAE,UAAU,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,IAAI,EAAE,YAAY,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,gBAAgB,CAAC;IAC3B;;OAEG;IACH,UAAU,EAAE,uBAAuB,CAAC;IACpC;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IACH,MAAM,EAAE,cAAc,CAAC;IAEvB;;OAEG;IACH,qBAAqB,EAAE,qBAAqB,CAAC;IAE7C;;OAEG;IACH,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;IAEtC;;OAEG;IACH,qBAAqB,EAAE,eAAe,EAAE,CAAC;IAEzC,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B;AAED,UAAU,mBAAmB;IAC3B,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,OAAO,CAAC;CACf;AACD;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,gBAAgB,EAAE,UAAU,GAAG,mBAAmB,GAAG,uBAAuB,CAAC;IAC3H;;OAEG;IACH,QAAQ,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAClC,eAAe,EAAE,mBAAmB,CAAC;CACtC;AAED;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,IAAI,CAAC,iBAAiB,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,kBAAkB,GAAG,mBAAmB,GAAG,OAAO,GAAG,YAAY,GAAG,WAAW,GAAG,WAAW,GAAG,iBAAiB,CAAC,CAAC;AAEtM;;GAEG;AACH,MAAM,WAAW,gBACf,SAAQ,IAAI,CACV,gBAAgB,EACd,MAAM,GACN,UAAU,GACV,YAAY,GACZ,kBAAkB,GAClB,mBAAmB,GACnB,OAAO,GACP,YAAY,CACf;IACD;;OAEG;IACH,MAAM,EAAE,cAAc,CAAC;CACxB;AACD;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,gBAAgB;IACzD;;OAEG;IACH,UAAU,EAAE,UAAU,CAAC;CACxB;AAGD,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,QAAQ,CAAC;CACjB;AAGD;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,eAAe,GAAG,IAAI,CAAC;CACpC;AAGD,MAAM,WAAW,4BAA4B;IAC3C,IAAI,EAAE,gBAAgB,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -2,4 +2,5 @@ import { GeofenceAddEditProps } from './types';
|
|
|
2
2
|
/**
|
|
3
3
|
* Formulario de adición o edición de una geocerca
|
|
4
4
|
*/
|
|
5
|
-
export declare function Form(props: GeofenceAddEditProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare function Form(props: GeofenceAddEditProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
|
+
//# sourceMappingURL=Form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Form.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../../packages/gclick/src/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/Form.tsx"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAG,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAOrD,OAAO,gCAAgC,CAAC;AAUxC;;GAEG;AACH,wBAAgB,IAAI,CAAC,KAAK,EAAE,oBAAoB,oDA8C/C"}
|
|
@@ -1,41 +1,39 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { RHFormProvider, Stepper, StepperContent, Step, Stack, StepperFooter, StepperFooterLeftActions, StepperFooterRightActions, StepperPrevButton, StepperNextButton, StepperSubmitButton } from "@m4l/components";
|
|
3
|
-
import {
|
|
1
|
+
import { jsx as e, jsxs as t } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { RHFormProvider as c, Stepper as l, StepperContent as f, Step as r, Stack as d, StepperFooter as u, StepperFooterLeftActions as S, StepperFooterRightActions as h, StepperPrevButton as b, StepperNextButton as g, StepperSubmitButton as y } from "@m4l/components";
|
|
3
|
+
import { useSubmit as F } from "./hooks/useSubmit.js";
|
|
4
4
|
import "@geoman-io/leaflet-geoman-free";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
function
|
|
13
|
-
const { geofenceId } =
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
return /* @__PURE__ */ jsx(
|
|
17
|
-
RHFormProvider,
|
|
5
|
+
import { ConfigData as v } from "./subcomponents/ConfigData/index.js";
|
|
6
|
+
import { GeneralData as x } from "./subcomponents/GeneralData/GeneralData.js";
|
|
7
|
+
import { StyleData as A } from "./subcomponents/StyleData/index.js";
|
|
8
|
+
import D from "./hooks/useForm.js";
|
|
9
|
+
import { MyActionFormCancel as I } from "./subcomponents/MyActionFormCancel/MyActionFormCancel.js";
|
|
10
|
+
import { AssignmentData as C } from "./subcomponents/AssignmentData/index.js";
|
|
11
|
+
import { ChooseAssignmentData as M } from "./subcomponents/ChooseAssignmentData/index.js";
|
|
12
|
+
function V(o) {
|
|
13
|
+
const { geofenceId: i } = o, { onSubmit: n } = F(o), { steps: m, formValues: s, statusLoad: a, validationSchema: p } = D(o);
|
|
14
|
+
return /* @__PURE__ */ e(
|
|
15
|
+
c,
|
|
18
16
|
{
|
|
19
|
-
statusLoad,
|
|
20
|
-
onSubmit,
|
|
21
|
-
values:
|
|
22
|
-
validationSchema,
|
|
23
|
-
children: /* @__PURE__ */
|
|
24
|
-
/* @__PURE__ */
|
|
25
|
-
/* @__PURE__ */
|
|
26
|
-
/* @__PURE__ */
|
|
27
|
-
/* @__PURE__ */
|
|
28
|
-
/* @__PURE__ */
|
|
17
|
+
statusLoad: a,
|
|
18
|
+
onSubmit: n,
|
|
19
|
+
values: s,
|
|
20
|
+
validationSchema: p,
|
|
21
|
+
children: /* @__PURE__ */ t(l, { indicatorType: "dot", storeId: "form-geofence-add-edit", steps: m, orientation: "vertical", visibleTitle: !1, children: [
|
|
22
|
+
/* @__PURE__ */ t(f, { children: [
|
|
23
|
+
/* @__PURE__ */ e(r, { stepKey: "basic-information", children: /* @__PURE__ */ t(d, { direction: "column", gap: "8px", children: [
|
|
24
|
+
/* @__PURE__ */ e(x, {}),
|
|
25
|
+
/* @__PURE__ */ e(v, {}),
|
|
26
|
+
/* @__PURE__ */ e(M, {})
|
|
29
27
|
] }) }, "basic-information"),
|
|
30
|
-
/* @__PURE__ */
|
|
31
|
-
/* @__PURE__ */
|
|
28
|
+
/* @__PURE__ */ e(r, { stepKey: "assignment", children: /* @__PURE__ */ e(C, {}) }, "assignment"),
|
|
29
|
+
/* @__PURE__ */ e(r, { stepKey: "style-information", children: /* @__PURE__ */ e(A, {}) }, "style-information")
|
|
32
30
|
] }),
|
|
33
|
-
/* @__PURE__ */
|
|
34
|
-
/* @__PURE__ */
|
|
35
|
-
/* @__PURE__ */
|
|
36
|
-
/* @__PURE__ */
|
|
37
|
-
/* @__PURE__ */
|
|
38
|
-
/* @__PURE__ */
|
|
31
|
+
/* @__PURE__ */ t(u, { children: [
|
|
32
|
+
/* @__PURE__ */ e(S, { children: /* @__PURE__ */ e(I, { geofenceId: i }) }),
|
|
33
|
+
/* @__PURE__ */ t(h, { children: [
|
|
34
|
+
/* @__PURE__ */ e(b, { forceIsMobile: !0 }),
|
|
35
|
+
/* @__PURE__ */ e(g, { forceIsMobile: !0 }),
|
|
36
|
+
/* @__PURE__ */ e(y, { forceIsMobile: !0 })
|
|
39
37
|
] })
|
|
40
38
|
] })
|
|
41
39
|
] })
|
|
@@ -43,5 +41,5 @@ function Form(props) {
|
|
|
43
41
|
);
|
|
44
42
|
}
|
|
45
43
|
export {
|
|
46
|
-
|
|
44
|
+
V as Form
|
|
47
45
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../../packages/gclick/src/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/constants.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAG5C,eAAO,MAAM,gCAAgC,qBAAqB,CAAC;AAGnE,eAAO,MAAM,aAAa,EAAE,iBA8B3B,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
3
|
-
const initialValues = {
|
|
1
|
+
import { STROKE_DASH_ARRAY_DEFAULT as e, STROKE_WHEIGTH_DEFAULT as l, STROKE_OPACITY_DEFAULT as n, STROKE_COLOR_DEFAULT as s, FILL_OPACITY_DEFAULT as t, FILL_COLOR_DEFAULT as i } from "./subcomponents/StyleData/constants.js";
|
|
2
|
+
const _ = "geofencesAddEdit", a = {
|
|
4
3
|
/** General Data */
|
|
5
4
|
name: "",
|
|
6
5
|
geofenceTypeId: null,
|
|
@@ -11,19 +10,19 @@ const initialValues = {
|
|
|
11
10
|
timeMinInSeconds: 5,
|
|
12
11
|
timeMinOutSeconds: 5,
|
|
13
12
|
/** de Apoyo */
|
|
14
|
-
inEdition:
|
|
13
|
+
inEdition: !1,
|
|
15
14
|
geometry: null,
|
|
16
15
|
lat: null,
|
|
17
16
|
lng: null,
|
|
18
17
|
properties: {
|
|
19
18
|
radius: null,
|
|
20
19
|
/** Style Data */
|
|
21
|
-
fillColor:
|
|
22
|
-
fillOpacity:
|
|
23
|
-
strokeColor:
|
|
24
|
-
strokeOpacity:
|
|
25
|
-
strokeWeight:
|
|
26
|
-
strokeDashArray:
|
|
20
|
+
fillColor: i,
|
|
21
|
+
fillOpacity: t,
|
|
22
|
+
strokeColor: s,
|
|
23
|
+
strokeOpacity: n,
|
|
24
|
+
strokeWeight: l,
|
|
25
|
+
strokeDashArray: e
|
|
27
26
|
},
|
|
28
27
|
/** Assignment Data */
|
|
29
28
|
devicesAssignmentType: "dat_all",
|
|
@@ -31,6 +30,6 @@ const initialValues = {
|
|
|
31
30
|
assignmentDepartments: []
|
|
32
31
|
};
|
|
33
32
|
export {
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
_ as GEOFENCES_TOOL_ADD_EDIT_POPUP_ID,
|
|
34
|
+
a as initialValues
|
|
36
35
|
};
|
|
@@ -23,3 +23,4 @@ export declare const formatDataEndpoint: (response: {
|
|
|
23
23
|
* TODO: Documentar
|
|
24
24
|
*/
|
|
25
25
|
export declare const getLayerFromGeometry: (geometry: GeofenceGeometry | null, geofenceTypeId: GeofenceTypeId | null, radius: number | null, options?: L.PolylineOptions | L.CircleOptions) => L.Circle<any> | L.Polygon<any> | L.GeoJSON<any, import('geojson').Geometry> | null;
|
|
26
|
+
//# sourceMappingURL=helpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../../packages/gclick/src/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/helpers.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAG,cAAc,EAAE,MAAM,aAAa,CAAC;AAClF,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAC5C,OAAO,KAAK,CAAC,MAAM,SAAS,CAAC;AAE7B;;GAEG;AACH,eAAO,MAAM,sBAAsB,GAAI,gBAAgB,MAAM,WAK5D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,2BAA2B,GAAI,eAAe,MAAM,WAKhE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,GAAI,kBAAkB,MAAM,WAKtE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAAI,UAAU;IAAE,IAAI,EAAE,gBAAgB,CAAA;CAAE,KAAG,iBAsCzE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAC/B,UAAU,gBAAgB,GAAG,IAAI,EACjC,gBAAgB,cAAc,GAAG,IAAI,EACrC,QAAQ,MAAM,GAAG,IAAI,EACrB,UAAU,CAAC,CAAC,eAAe,GAAG,CAAC,CAAC,aAAa,uFAyC9C,CAAC"}
|
|
@@ -1,99 +1,60 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import * as
|
|
4
|
-
import {
|
|
5
|
-
const
|
|
6
|
-
if (strokeOpacity === void 0) {
|
|
7
|
-
return STROKE_OPACITY_DEFAULT;
|
|
8
|
-
}
|
|
9
|
-
return STYLE_OPACITIES.find((style) => style.id === strokeOpacity)?.id || STROKE_OPACITY_DEFAULT;
|
|
10
|
-
};
|
|
11
|
-
const getFormStrokeWeightFromData = (strokeWeight) => {
|
|
12
|
-
if (strokeWeight === void 0) {
|
|
13
|
-
return STROKE_WHEIGTH_DEFAULT;
|
|
14
|
-
}
|
|
15
|
-
return STYLE_WHEIGHTS.find((style) => style.id === strokeWeight)?.id || STROKE_WHEIGTH_DEFAULT;
|
|
16
|
-
};
|
|
17
|
-
const getFormstrokeDashArrayFromData = (strokeDashArray) => {
|
|
18
|
-
if (strokeDashArray === void 0) {
|
|
19
|
-
return STROKE_DASH_ARRAY_DEFAULT;
|
|
20
|
-
}
|
|
21
|
-
return STYLE_PATTERNS.find((style) => style.id === strokeDashArray)?.id || STROKE_DASH_ARRAY_DEFAULT;
|
|
22
|
-
};
|
|
23
|
-
const formatDataEndpoint = (response) => {
|
|
1
|
+
import { initialValues as l } from "./constants.js";
|
|
2
|
+
import { FILL_COLOR_DEFAULT as y, STROKE_COLOR_DEFAULT as _, STROKE_OPACITY_DEFAULT as c, STYLE_OPACITIES as A, STROKE_DASH_ARRAY_DEFAULT as m, STROKE_WHEIGTH_DEFAULT as d, STYLE_WHEIGHTS as T } from "./subcomponents/StyleData/constants.js";
|
|
3
|
+
import * as p from "leaflet";
|
|
4
|
+
import { STYLE_PATTERNS as E } from "../../constants.js";
|
|
5
|
+
const u = (r) => r === void 0 ? c : A.find((t) => t.id === r)?.id || c, D = (r) => r === void 0 ? d : T.find((t) => t.id === r)?.id || d, L = (r) => r === void 0 ? m : E.find((t) => t.id === r)?.id || m, h = (r) => {
|
|
24
6
|
try {
|
|
25
|
-
const { data } =
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
inEdition: false,
|
|
35
|
-
geofenceTypeId: data.type.id,
|
|
7
|
+
const { data: t } = r, s = t?.devicesAssignmentType || "dat_all", e = {
|
|
8
|
+
...l,
|
|
9
|
+
...t,
|
|
10
|
+
chooseAssignmentType: s === "dat_all" ? "all" : "discriminate",
|
|
11
|
+
devicesAssignmentType: s,
|
|
12
|
+
assignmentDevices: (t?.assignmentDevices || []).map((i) => i.id),
|
|
13
|
+
assignmentDepartments: (t?.assignmentDepartments || []).map((i) => i.id),
|
|
14
|
+
inEdition: !1,
|
|
15
|
+
geofenceTypeId: t.type.id,
|
|
36
16
|
properties: {
|
|
37
|
-
strokeColor:
|
|
38
|
-
strokeOpacity:
|
|
39
|
-
strokeWeight:
|
|
40
|
-
strokeDashArray:
|
|
41
|
-
fillColor:
|
|
42
|
-
fillOpacity:
|
|
17
|
+
strokeColor: t.properties.strokeColor || _,
|
|
18
|
+
strokeOpacity: u(t.properties.strokeOpacity),
|
|
19
|
+
strokeWeight: D(t.properties.strokeWeight),
|
|
20
|
+
strokeDashArray: L(t.properties.strokeDashArray),
|
|
21
|
+
fillColor: t.properties.fillColor || y,
|
|
22
|
+
fillOpacity: u(t.properties.fillOpacity)
|
|
43
23
|
}
|
|
44
24
|
};
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}
|
|
49
|
-
if (data.geometry && data.geometry.type === "Point") {
|
|
50
|
-
obRet.lng = data.geometry.coordinates[0];
|
|
51
|
-
obRet.lat = data.geometry.coordinates[1];
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
return obRet;
|
|
55
|
-
} catch (_e) {
|
|
56
|
-
return { ...initialValues };
|
|
25
|
+
return e.geofenceTypeId === "gt_circle" && (t.properties.radius && (e.properties.radius = t.properties.radius), t.geometry && t.geometry.type === "Point" && (e.lng = t.geometry.coordinates[0], e.lat = t.geometry.coordinates[1])), e;
|
|
26
|
+
} catch {
|
|
27
|
+
return { ...l };
|
|
57
28
|
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
radius: radius || 0
|
|
29
|
+
}, R = (r, t, s, e) => {
|
|
30
|
+
if (r) {
|
|
31
|
+
if (t === "gt_circle" && r.type === "Point")
|
|
32
|
+
return p.circle([r.coordinates[1], r.coordinates[0]], {
|
|
33
|
+
...e,
|
|
34
|
+
radius: s || 0
|
|
65
35
|
});
|
|
66
|
-
|
|
67
|
-
const
|
|
68
|
-
(
|
|
69
|
-
);
|
|
70
|
-
return L.polygon(coordinates, options);
|
|
71
|
-
} else if (geofenceTypeId === "gt_multipolygon" && geometry.type === "MultiPolygon") {
|
|
72
|
-
return L.geoJSON(geometry, options);
|
|
73
|
-
} else if (geofenceTypeId === "gt_rectangle" && geometry.type === "Polygon") {
|
|
74
|
-
const latLngs = geometry.coordinates[0].map(
|
|
75
|
-
(coord) => [coord[1], coord[0]]
|
|
36
|
+
if (t === "gt_polygon" && r.type === "Polygon") {
|
|
37
|
+
const i = r.coordinates.map(
|
|
38
|
+
(a) => a.map((n) => [n[1], n[0]])
|
|
76
39
|
);
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
return 0;
|
|
88
|
-
});
|
|
89
|
-
const southWest = [Math.min(...lats), Math.min(...lngs)];
|
|
90
|
-
const northEast = [Math.max(...lats), Math.max(...lngs)];
|
|
91
|
-
return L.rectangle([southWest, northEast], options);
|
|
40
|
+
return p.polygon(i, e);
|
|
41
|
+
} else {
|
|
42
|
+
if (t === "gt_multipolygon" && r.type === "MultiPolygon")
|
|
43
|
+
return p.geoJSON(r, e);
|
|
44
|
+
if (t === "gt_rectangle" && r.type === "Polygon") {
|
|
45
|
+
const i = r.coordinates[0].map(
|
|
46
|
+
(o) => [o[1], o[0]]
|
|
47
|
+
), a = i.map((o) => Array.isArray(o) ? o[0] : 0), n = i.map((o) => Array.isArray(o) ? o[1] : 0), f = [Math.min(...a), Math.min(...n)], g = [Math.max(...a), Math.max(...n)];
|
|
48
|
+
return p.rectangle([f, g], e);
|
|
49
|
+
}
|
|
92
50
|
}
|
|
93
51
|
}
|
|
94
52
|
return null;
|
|
95
53
|
};
|
|
96
54
|
export {
|
|
97
|
-
|
|
98
|
-
|
|
55
|
+
h as formatDataEndpoint,
|
|
56
|
+
u as getFormOpacityFromData,
|
|
57
|
+
D as getFormStrokeWeightFromData,
|
|
58
|
+
L as getFormstrokeDashArrayFromData,
|
|
59
|
+
R as getLayerFromGeometry
|
|
99
60
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDrawing.d.ts","sourceRoot":"","sources":["../../../../../../../../../../../../../packages/gclick/src/components/maps/components/GpsMapTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useDrawing.ts"],"names":[],"mappings":"AAsBA;;;;GAIG;AACH;;GAEG;AACH,wBAAgB,UAAU;;;;;EAkTzB"}
|