@m4l/gclick 0.3.1-beta.0 → 0.3.1-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +1 -0
- 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 +124 -192
- package/components/maps/components/GpsMap/contexts/MapContext/types.d.ts +1 -0
- 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 +1 -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 -71
- 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 +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/GridDebugVisualization.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.d.ts +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/constants.js +6 -7
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByConcentrationGrid.d.ts +1 -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 +25 -46
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/decimateByPixelDistanceAlongPath.d.ts +1 -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 +12 -18
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/index.d.ts +1 -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 +1 -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 +60 -108
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/types.d.ts +1 -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 +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/types.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.d.ts +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.d.ts.map +1 -0
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useFilterDecimation.js +58 -90
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/useGridDebug.d.ts +1 -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 -111
- 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 -136
- package/mockServiceWorker.js +105 -63
- package/package.json +41 -137
- 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/hooks/useZoomBasedMarkerFilter/createPixelPathDecimationFilter/helpers/index.js +0 -1
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/kdbush.d.ts +0 -15
- package/components/maps/components/GpsMap/hooks/useZoomBasedMarkerFilter/rbush.d.ts +0 -19
- 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/not_recognized/index.js +0 -241
- 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/@types/constants.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick/src/@types/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,YAAY,CAAC;AACxC,oBAAY,oBAAoB;IAC9B,GAAG,IAAA,CAAE,+CAA+C;IACpD,MAAM,IAAA,CAAE,2CAA2C;IACnD,OAAO,IAAA,CAAE,6DAA6D;IACtE,cAAc,IAAA,CAAE,yEAAyE;IACzF,sBAAsB,IAAA,CAAE,iFAAiF;IACzG,MAAM,IAAA,CAAE,iBAAiB;IACzB,WAAW,IAAA,CAAE,4BAA4B;IACzC,QAAQ,IAAA;CACT;AAGD,oBAAY,cAAc;IACxB,QAAQ,IAAA,CAAE,gBAAgB;IAC1B,UAAU,IAAA,CAAE,gBAAgB;IAC5B,QAAQ,IAAA;CACT;AAED,oBAAY,YAAY;IACtB,EAAE,IAAA,CAAE,UAAU;IACd,GAAG,IAAA,CAAE,wBAAwB;IAC7B,IAAI,IAAA;CACL;AAED,oBAAY,eAAe;IACzB,QAAQ,IAAA,CAAE,gBAAgB;IAC1B,MAAM,IAAA,CAAE,cAAc;IACtB,OAAO,IAAA;CACR"}
|
package/@types/constants.js
CHANGED
|
@@ -1,21 +1,5 @@
|
|
|
1
|
-
var
|
|
2
|
-
GNSSEnumMotionStatus2[GNSSEnumMotionStatus2["off"] = 0] = "off";
|
|
3
|
-
GNSSEnumMotionStatus2[GNSSEnumMotionStatus2["moving"] = 1] = "moving";
|
|
4
|
-
GNSSEnumMotionStatus2[GNSSEnumMotionStatus2["stopped"] = 2] = "stopped";
|
|
5
|
-
GNSSEnumMotionStatus2[GNSSEnumMotionStatus2["stoppedRalenti"] = 3] = "stoppedRalenti";
|
|
6
|
-
GNSSEnumMotionStatus2[GNSSEnumMotionStatus2["stoppedExcesiveRalenti"] = 4] = "stoppedExcesiveRalenti";
|
|
7
|
-
GNSSEnumMotionStatus2[GNSSEnumMotionStatus2["towing"] = 5] = "towing";
|
|
8
|
-
GNSSEnumMotionStatus2[GNSSEnumMotionStatus2["powerSaving"] = 6] = "powerSaving";
|
|
9
|
-
GNSSEnumMotionStatus2[GNSSEnumMotionStatus2["maxSpeed"] = 7] = "maxSpeed";
|
|
10
|
-
return GNSSEnumMotionStatus2;
|
|
11
|
-
})(GNSSEnumMotionStatus || {});
|
|
12
|
-
var GNSSEnumSignal = /* @__PURE__ */ ((GNSSEnumSignal2) => {
|
|
13
|
-
GNSSEnumSignal2[GNSSEnumSignal2["reliable"] = 0] = "reliable";
|
|
14
|
-
GNSSEnumSignal2[GNSSEnumSignal2["acceptable"] = 1] = "acceptable";
|
|
15
|
-
GNSSEnumSignal2[GNSSEnumSignal2["noSignal"] = 2] = "noSignal";
|
|
16
|
-
return GNSSEnumSignal2;
|
|
17
|
-
})(GNSSEnumSignal || {});
|
|
1
|
+
var p = /* @__PURE__ */ ((e) => (e[e.off = 0] = "off", e[e.moving = 1] = "moving", e[e.stopped = 2] = "stopped", e[e.stoppedRalenti = 3] = "stoppedRalenti", e[e.stoppedExcesiveRalenti = 4] = "stoppedExcesiveRalenti", e[e.towing = 5] = "towing", e[e.powerSaving = 6] = "powerSaving", e[e.maxSpeed = 7] = "maxSpeed", e))(p || {}), r = /* @__PURE__ */ ((e) => (e[e.reliable = 0] = "reliable", e[e.acceptable = 1] = "acceptable", e[e.noSignal = 2] = "noSignal", e))(r || {});
|
|
18
2
|
export {
|
|
19
|
-
|
|
20
|
-
|
|
3
|
+
p as GNSSEnumMotionStatus,
|
|
4
|
+
r as GNSSEnumSignal
|
|
21
5
|
};
|
package/@types/deviceData.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deviceData.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick/src/@types/deviceData.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAClC,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AACpF,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,aAAa,EAAE,eAAe,EAAE,cAAc,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAC9I,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,MAAM,MAAM,kBAAkB,GAAI;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,IAAI,CAAC;CACZ,CAAA;AACD,MAAM,MAAM,aAAa,GAAI;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,IAAI,CAAC;CACZ,CAAA;AAGD,MAAM,MAAM,oBAAoB,GAAG;IAOjC,YAAY,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACpC,UAAU,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClC,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAChC,YAAY,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACpC,aAAa,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACrC,mBAAmB,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAC3C,SAAS,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAGjC,WAAW,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAGnC,gBAAgB,EAAE,sBAAsB,CAAE,oBAAoB,CAAC,CAAC;IAGhE,UAAU,EAAE,sBAAsB,CAAE,cAAc,CAAC,CAAC;IAGpD,YAAY,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAGpC,SAAS,CAAC,EAAC,kBAAkB,EAAE,CAAC;IAChC,IAAI,CAAC,EAAC,aAAa,EAAE,CAAC;CACvB,CAAA;AACD;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,cAAc,CAAC,EAAC;QACd,aAAa,CAAC,EAAC;YACb,cAAc,CAAC,EAAE;gBACf,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;SACH,CAAC;KACH,CAAA;IACD,IAAI,CAAC,EAAE;QACH,OAAO,CAAC,EAAE,oBAAoB,CAAC;QAC/B,MAAM,CAAC,EAAC,WAAW,CAAC,aAAa,CAAC,CAAC;QACnC,UAAU,CAAC,EAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC;QAC3C,QAAQ,CAAC,EAAE,eAAe,CAAC;QAC3B,WAAW,CAAC,EAAE,kBAAkB,CAAC;KACpC,CAAC;CACH,CAAA;AACD,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,QAAQ,CAAC;CAEnB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,UAAU,GAAG,QAAQ,GAAG,WAAW,GAAG,MAAM,GAAG,SAAS,CAAC;AAC1K,MAAM,MAAM,QAAQ,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AACF,MAAM,MAAM,UAAU,GAAG;IACvB,CAAC,GAAG,EAAC,MAAM,GAAI,QAAQ,CAAC;CACzB,CAAA;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;IACxC,WAAW,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IACnC,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,EAAC,MAAM,CAAC;IACd,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IACpC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAC7B,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,UAAU,CAAC,EAAC,UAAU,CAAC;IACvB,IAAI,CAAC,EAAE;QACH,QAAQ,CAAC,EAAE,gBAAgB,CAAC;QAE5B,MAAM,CAAC,EAAC,WAAW,CAAC,cAAc,CAAC,CAAC;KACvC,CAAC;CACH,CAAA;AACD,MAAM,MAAM,cAAc,GAAG;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IAKzB,OAAO,EAAE,aAAa,CAAC;IACvB,QAAQ,EAAE,cAAc,CAAC;IACzB,kBAAkB,CAAC,EAAE;QACnB,iBAAiB,CAAC,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;KAC3C,GAAG,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC;IAC1C,kBAAkB,CAAC,EAAE;QACnB,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;KACtC,CAAC;CACH,CAAA"}
|
package/@types/general.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"general.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick/src/@types/general.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AACnD,MAAM,MAAM,sBAAsB,CAAC,CAAC,IAAI;IAAC,KAAK,EAAE,CAAC,CAAE;IAAC,SAAS,CAAC,EAAC,MAAM,CAAA;CAAC,CAAA;AACtE,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI,CAAC,CAAC;AACjC,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,oBAAoB,CAAC;AAE1D,MAAM,MAAM,eAAe,GAAG;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,IAAI,CAAC;CAClB,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,EAAC,eAAe,CAAC;IACvB,IAAI,EAAC,eAAe,EAAE,CAAC;IACvB,KAAK,EAAE,eAAe,CAAC;IACvB,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,GAAG,eAAe,EAAE,CAAC;CACpD,CAAA"}
|
package/@types/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick/src/@types/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,cAAc,EAAE,aAAa,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEvG,OAAO,EAAE,oBAAoB,EAAE,cAAc,EAAG,MAAM,aAAa,CAAC"}
|
package/@types/vpts.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vpts.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick/src/@types/vpts.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,aAAa,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAC;IAC/C,WAAW,EAAE,sBAAsB,CAAC,MAAM,CAAC,CAAC;CAC7C,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAC;IAC1C,SAAS,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAC;CAC5C,CAAA;AACD,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI;IAC3B,CAAC,GAAG,EAAC,MAAM,GAAI,CAAC,CAAC;CAClB,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,EAAG,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAG,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;CACtB,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAA;AACD,MAAM,MAAM,eAAe,GAAG;IAC5B,CAAC,GAAG,EAAC,MAAM,GAAI,cAAc,CAAC;CAC/B,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG;IAC/B,UAAU,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;IACxC,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAChC,UAAU,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAClC,YAAY,EAAE,aAAa,CAAC,YAAY,CAAC,CAAC;IAC1C,iBAAiB,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;CAC1C,CAAA;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,mBAAmB,EAAE,MAAM,CAAE;IAC7B,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,CAAC;IAChC,UAAU,EAAE,aAAa,CAAC,OAAO,CAAC,CAAC;CACpC,CAAA;AACD,MAAM,MAAM,gBAAgB,GAAG;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;CACzB,CAAA"}
|
|
@@ -3,4 +3,5 @@ import { DeviceProps } from './types';
|
|
|
3
3
|
* Componente que muestra un dispositivo con su icono y descripción, basada en las propiedades del dispositivo que son
|
|
4
4
|
* reemplazadas de acuerdo a la etiqueta de visualización que normalmente viene de las preferencias del usuario autenticado.
|
|
5
5
|
*/
|
|
6
|
-
export declare const Device: (props: DeviceProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare const Device: (props: DeviceProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=Device.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Device.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/components/Device/Device.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAoB,WAAW,EAAE,MAAM,SAAS,CAAC;AAIxD;;;GAGG;AACH,eAAO,MAAM,MAAM,GAAI,OAAO,WAAW,qDAsCxC,CAAC"}
|
|
@@ -1,32 +1,27 @@
|
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { useEnvironment } from "@m4l/core";
|
|
3
|
-
import {
|
|
4
|
-
import { useComponentSize, Typography } from "@m4l/components";
|
|
5
|
-
import {
|
|
6
|
-
const
|
|
7
|
-
const { deviceData, size, variant = "withStatus" } =
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
iconKey,
|
|
14
|
-
size: currentSize,
|
|
15
|
-
color,
|
|
16
|
-
palletColor,
|
|
17
|
-
variant
|
|
1
|
+
import { jsxs as s, jsx as t } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useEnvironment as D } from "@m4l/core";
|
|
3
|
+
import { DeviceRootStyled as b, DeviceStatusIconStyled as f, DeviceStatusRigthContainerStyled as x, DeviceTitleContainerStyled as z, DeviceStatusLabelStyled as C } from "./slots/DeviceSlots.js";
|
|
4
|
+
import { useComponentSize as _, Typography as c } from "@m4l/components";
|
|
5
|
+
import { useDevice as g } from "./hooks/useDevice.js";
|
|
6
|
+
const R = (a) => {
|
|
7
|
+
const { deviceData: d, size: l, variant: o = "withStatus" } = a, { host_static_assets: v, environment_assets: m } = D(), { iconKey: i, color: r, palletColor: y, name: S, alias: n, stausOrIdLabel: u } = g({ deviceData: d, variant: o }), { currentSize: h } = _(l), p = `${v}/${m}/frontend/components/device_status/assets/icons/${i}.svg`, e = {
|
|
8
|
+
iconKey: i,
|
|
9
|
+
size: h,
|
|
10
|
+
color: r,
|
|
11
|
+
palletColor: y,
|
|
12
|
+
variant: o
|
|
18
13
|
};
|
|
19
|
-
return /* @__PURE__ */
|
|
20
|
-
/* @__PURE__ */
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
/* @__PURE__ */
|
|
23
|
-
|
|
24
|
-
/* @__PURE__ */
|
|
14
|
+
return /* @__PURE__ */ s(b, { ownerState: e, children: [
|
|
15
|
+
/* @__PURE__ */ t(f, { src: p, color: r, ownerState: e }),
|
|
16
|
+
/* @__PURE__ */ s(x, { ownerState: e, children: [
|
|
17
|
+
/* @__PURE__ */ s(z, { ownerState: e, children: [
|
|
18
|
+
n && /* @__PURE__ */ t(c, { variant: "bodyDens", color: "text.secondary", children: n }),
|
|
19
|
+
/* @__PURE__ */ t(c, { variant: n ? "body" : "bodyDens", color: "text.secondary", children: S })
|
|
25
20
|
] }),
|
|
26
|
-
/* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ t(C, { ownerState: e, variant: o === "withStatus" ? "bodyDens" : "body", children: u })
|
|
27
22
|
] })
|
|
28
23
|
] });
|
|
29
24
|
};
|
|
30
25
|
export {
|
|
31
|
-
|
|
26
|
+
R as Device
|
|
32
27
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Device.styles.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/components/Device/Device.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAoB,YAAY,EAAE,MAAM,SAAS,CAAC;AAE9D,eAAO,MAAM,kBAAkB,EAAE,YAyFhC,CAAC"}
|
|
@@ -1,41 +1,39 @@
|
|
|
1
|
-
import { getSizeStyles } from "@m4l/components";
|
|
2
|
-
import {
|
|
3
|
-
const
|
|
1
|
+
import { getSizeStyles as a } from "@m4l/components";
|
|
2
|
+
import { getColors as i } from "./helpers.js";
|
|
3
|
+
const d = {
|
|
4
4
|
/**
|
|
5
5
|
* TODO: Documentar
|
|
6
6
|
*/
|
|
7
|
-
root: ({ theme }) => ({
|
|
7
|
+
root: ({ theme: o }) => ({
|
|
8
8
|
display: "flex",
|
|
9
9
|
flexGrow: 1,
|
|
10
10
|
alignItems: "center",
|
|
11
11
|
justifyContent: "flex-start",
|
|
12
12
|
height: "32px",
|
|
13
|
-
gap: `${
|
|
13
|
+
gap: `${o.vars.size.baseSpacings["sp2-5"]}`,
|
|
14
14
|
overflow: "hidden"
|
|
15
15
|
}),
|
|
16
16
|
/**
|
|
17
17
|
* Estilos del icono del estado del dispositivo
|
|
18
18
|
*/
|
|
19
|
-
statusIcon: ({ theme, ownerState }) => {
|
|
20
|
-
const { colorIcon, colorBackground, colorBackgroundHover } =
|
|
19
|
+
statusIcon: ({ theme: o, ownerState: t }) => {
|
|
20
|
+
const { colorIcon: e, colorBackground: s, colorBackgroundHover: n } = i(o, t);
|
|
21
21
|
return {
|
|
22
|
-
...
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
...a(
|
|
23
|
+
o,
|
|
24
|
+
t?.size || "medium",
|
|
25
25
|
"box",
|
|
26
|
-
(
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
}
|
|
26
|
+
(r) => ({
|
|
27
|
+
width: r,
|
|
28
|
+
height: r
|
|
29
|
+
})
|
|
32
30
|
),
|
|
33
31
|
flexShrink: 0,
|
|
34
|
-
boxShadow: `0 2px 6px 0 ${
|
|
35
|
-
borderRadius: `${
|
|
36
|
-
backgroundColor:
|
|
32
|
+
boxShadow: `0 2px 6px 0 ${n}`,
|
|
33
|
+
borderRadius: `${o.vars.size.borderRadius.r2}`,
|
|
34
|
+
backgroundColor: s,
|
|
37
35
|
"& .M4LIcon-icon": {
|
|
38
|
-
backgroundColor: `${
|
|
36
|
+
backgroundColor: `${e} !important`,
|
|
39
37
|
height: "20px",
|
|
40
38
|
width: "20px"
|
|
41
39
|
}
|
|
@@ -53,10 +51,10 @@ const deviceStatusStyles = {
|
|
|
53
51
|
/**
|
|
54
52
|
* Contenedor del nombre y el alias del dispositivo
|
|
55
53
|
*/
|
|
56
|
-
titleContainer: ({ theme }) => ({
|
|
54
|
+
titleContainer: ({ theme: o }) => ({
|
|
57
55
|
display: "flex",
|
|
58
56
|
alignItems: "center",
|
|
59
|
-
gap: `${
|
|
57
|
+
gap: `${o.vars.size.baseSpacings.sp2}`
|
|
60
58
|
}),
|
|
61
59
|
// /**
|
|
62
60
|
// *
|
|
@@ -75,8 +73,8 @@ const deviceStatusStyles = {
|
|
|
75
73
|
/**
|
|
76
74
|
* Estilos del label del estado del dispositivo
|
|
77
75
|
*/
|
|
78
|
-
statusLabel: ({ theme, ownerState }) => {
|
|
79
|
-
const { colorText } =
|
|
76
|
+
statusLabel: ({ theme: o, ownerState: t }) => {
|
|
77
|
+
const { colorText: e } = i(o, t);
|
|
80
78
|
return {
|
|
81
79
|
whiteSpace: "nowrap",
|
|
82
80
|
width: "100%",
|
|
@@ -84,12 +82,12 @@ const deviceStatusStyles = {
|
|
|
84
82
|
textOverflow: "ellipsis",
|
|
85
83
|
fontSize: "12px",
|
|
86
84
|
fontWeight: "normal",
|
|
87
|
-
...
|
|
88
|
-
color: `${
|
|
85
|
+
...t?.variant === "withStatus" && {
|
|
86
|
+
color: `${e} !important`
|
|
89
87
|
}
|
|
90
88
|
};
|
|
91
89
|
}
|
|
92
90
|
};
|
|
93
91
|
export {
|
|
94
|
-
|
|
92
|
+
d as deviceStatusStyles
|
|
95
93
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/components/Device/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD,eAAO,MAAM,wBAAwB,cAAc,CAAC;AACpD,eAAO,MAAM,6BAA6B,cAAc,CAAC;AAEzD,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,EAAE,oBAAoB,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAC,aAAa,CAAC;IACpB,WAAW,EAAE,gBAAgB,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dictionary.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/components/Device/dictionary.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,WAAW,CAAC;AAC1C,wBAAgB,6BAA6B,aAE5C;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;CAYjB,CAAC"}
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
const
|
|
2
|
-
function
|
|
3
|
-
return [
|
|
1
|
+
const _ = "device";
|
|
2
|
+
function e() {
|
|
3
|
+
return [_].concat();
|
|
4
4
|
}
|
|
5
|
-
const
|
|
6
|
-
LABEL_OFF: `${
|
|
7
|
-
LABEL_MOVING: `${
|
|
8
|
-
LABEL_STOPPED: `${
|
|
9
|
-
LABEL_STOPPED_RALENTI: `${
|
|
10
|
-
LABEL_STOPPED_E_RALENTI: `${
|
|
11
|
-
LABEL_TOWING: `${
|
|
12
|
-
LABEL_POWER_SAVING: `${
|
|
13
|
-
LABEL_MAX_SPEED: `${
|
|
14
|
-
LABEL_ID: `${
|
|
5
|
+
const l = {
|
|
6
|
+
LABEL_OFF: `${_}.label_off`,
|
|
7
|
+
LABEL_MOVING: `${_}.label_moving`,
|
|
8
|
+
LABEL_STOPPED: `${_}.label_stopped`,
|
|
9
|
+
LABEL_STOPPED_RALENTI: `${_}.label_stopped_ralenti`,
|
|
10
|
+
LABEL_STOPPED_E_RALENTI: `${_}.label_stopped_e_ralenti`,
|
|
11
|
+
LABEL_TOWING: `${_}.label_towing`,
|
|
12
|
+
LABEL_POWER_SAVING: `${_}.label_power_saving`,
|
|
13
|
+
LABEL_MAX_SPEED: `${_}.label_max_speed`,
|
|
14
|
+
LABEL_ID: `${_}.label_id`
|
|
15
15
|
};
|
|
16
16
|
export {
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
l as MDS_DICTIONARY,
|
|
18
|
+
_ as MDS_DICTIONARY_ID,
|
|
19
|
+
e as getDeviceComponentsDictionary
|
|
19
20
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helperDeviceStatus.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/Device/helpers/helperDeviceStatus.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAIjD,OAAO,EAA0B,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAE9E;;;GAGG;AACH,eAAO,MAAM,qBAAqB,GAAI,YAAY,cAAc,qBAoB/D,CAAC"}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
const speed = getVptValueWithGuard(deviceData?.current?.vpts?.vptGnss?.gnssSpeed, 0);
|
|
8
|
-
let statusData;
|
|
1
|
+
import { GNSSEnumMotionStatus as n } from "../../../@types/constants.js";
|
|
2
|
+
import { DEVICE_STATUSES_CONFIG as e } from "../hooks/constants.js";
|
|
3
|
+
import { getVptValueWithGuard as p } from "../../../utils/getVptValueWithGuard.js";
|
|
4
|
+
const i = (r) => {
|
|
5
|
+
const u = p(r?.current?.vpts?.vptGnss?.gnssMotionStatus, n.off), o = p(r?.current?.vpts?.vptGnss?.gnssCourse, 0), t = p(r?.current?.vpts?.vptGnss?.gnssSpeed, 0);
|
|
6
|
+
let s;
|
|
9
7
|
try {
|
|
10
|
-
|
|
11
|
-
} catch
|
|
12
|
-
|
|
13
|
-
statusData = { course, speed, ...DEVICE_STATUSES_CONFIG[GNSSEnumMotionStatus.moving] };
|
|
14
|
-
} else {
|
|
15
|
-
statusData = { course, speed, ...DEVICE_STATUSES_CONFIG[GNSSEnumMotionStatus.stopped] };
|
|
16
|
-
}
|
|
8
|
+
s = { course: o, speed: t, ...e[u] };
|
|
9
|
+
} catch {
|
|
10
|
+
t > 0 ? s = { course: o, speed: t, ...e[n.moving] } : s = { course: o, speed: t, ...e[n.stopped] };
|
|
17
11
|
}
|
|
18
|
-
return
|
|
12
|
+
return s;
|
|
19
13
|
};
|
|
20
14
|
export {
|
|
21
|
-
|
|
15
|
+
i as getDeviceStatusByData
|
|
22
16
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick/src/components/Device/helpers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAI9C,OAAO,EAAG,UAAU,EAAE,MAAM,aAAa,CAAC;AAG1C,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC3C;;;GAGG;AACH,eAAO,MAAM,eAAe,GAAI,YAAY,cAAc,KAAE,UAe3D,CAAC;AAGF;;GAEG;AACH,eAAO,MAAM,SAAS,GAAI,OAAO,KAAK,EAAE,YAAY,OAAO,CAAC,gBAAgB,CAAC;;;;;CAS5E,CAAC"}
|
|
@@ -1,27 +1,20 @@
|
|
|
1
|
-
import { getPropertyByString } from "@m4l/core";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
const alias = getPropertyByString(deviceData, "settings.alias", void 0);
|
|
8
|
-
let statusDeviceData;
|
|
1
|
+
import { getPropertyByString as c } from "@m4l/core";
|
|
2
|
+
import { GNSSEnumMotionStatus as a } from "../../@types/constants.js";
|
|
3
|
+
import { DEVICE_STATUSES_CONFIG as l } from "./hooks/constants.js";
|
|
4
|
+
const m = (t) => {
|
|
5
|
+
const s = t?.current?.vpts?.vptGnss?.gnssMotionStatus?.value || a.off, o = c(t, "settings.name", ""), n = c(t, "settings.alias", void 0);
|
|
6
|
+
let r;
|
|
9
7
|
try {
|
|
10
|
-
|
|
11
|
-
} catch
|
|
12
|
-
|
|
8
|
+
r = { name: o, alias: n, ...l[s] };
|
|
9
|
+
} catch {
|
|
10
|
+
r = { name: o, alias: n, ...l[a.stopped] };
|
|
13
11
|
}
|
|
14
|
-
return
|
|
15
|
-
}
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
const colorBackground = finalPalette.backgroundColorTone;
|
|
19
|
-
const colorText = finalPalette.color;
|
|
20
|
-
const colorIcon = finalPalette.colorTone;
|
|
21
|
-
const colorBackgroundHover = finalPalette.backgroundHover;
|
|
22
|
-
return { colorText, colorIcon, colorBackground, colorBackgroundHover };
|
|
12
|
+
return r;
|
|
13
|
+
}, S = (t, s) => {
|
|
14
|
+
const o = t.vars.palette.chips[s?.palletColor ?? "default"].contained, n = o.backgroundColorTone, r = o.color, e = o.colorTone, i = o.backgroundHover;
|
|
15
|
+
return { colorText: r, colorIcon: e, colorBackground: n, colorBackgroundHover: i };
|
|
23
16
|
};
|
|
24
17
|
export {
|
|
25
|
-
|
|
26
|
-
|
|
18
|
+
S as getColors,
|
|
19
|
+
m as getDeviceByData
|
|
27
20
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/Device/hooks/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAG,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAGjE,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAG5C,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,oBAAoB,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC,OAAO,CAAC,CAAC;IACpC,WAAW,EAAE,gBAAgB,CAAC;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,oBAAoB,GAAG;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAO,sBAAsB,EAAG,MAAM,CAAC,oBAAoB,EAAE,oBAAoB,CA+DvF,CAAC"}
|
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
const
|
|
5
|
-
[
|
|
6
|
-
id:
|
|
7
|
-
statusLabelId:
|
|
8
|
-
iconKey:
|
|
1
|
+
import { GNSSEnumMotionStatus as o } from "../../../@types/constants.js";
|
|
2
|
+
import { MDS_DICTIONARY as e } from "../dictionary.js";
|
|
3
|
+
import { DEVICE_ICONS as t } from "../icons.js";
|
|
4
|
+
const s = {
|
|
5
|
+
[o.moving]: {
|
|
6
|
+
id: o.moving,
|
|
7
|
+
statusLabelId: e.LABEL_MOVING,
|
|
8
|
+
iconKey: t.MOVING,
|
|
9
9
|
color: "success.main",
|
|
10
10
|
//Ready
|
|
11
11
|
palletColor: "success"
|
|
12
12
|
},
|
|
13
|
-
[
|
|
14
|
-
id:
|
|
15
|
-
statusLabelId:
|
|
16
|
-
iconKey:
|
|
13
|
+
[o.off]: {
|
|
14
|
+
id: o.off,
|
|
15
|
+
statusLabelId: e.LABEL_OFF,
|
|
16
|
+
iconKey: t.OFF,
|
|
17
17
|
color: "info.main",
|
|
18
18
|
//Ready
|
|
19
19
|
palletColor: "info",
|
|
20
20
|
course: 0
|
|
21
21
|
},
|
|
22
|
-
[
|
|
23
|
-
id:
|
|
24
|
-
statusLabelId:
|
|
25
|
-
iconKey:
|
|
22
|
+
[o.stopped]: {
|
|
23
|
+
id: o.stopped,
|
|
24
|
+
statusLabelId: e.LABEL_STOPPED,
|
|
25
|
+
iconKey: t.STOPPED,
|
|
26
26
|
color: "text.secondary",
|
|
27
27
|
//Ready
|
|
28
28
|
palletColor: "default",
|
|
29
29
|
course: 0
|
|
30
30
|
},
|
|
31
|
-
[
|
|
32
|
-
id:
|
|
33
|
-
statusLabelId:
|
|
34
|
-
iconKey:
|
|
31
|
+
[o.stoppedRalenti]: {
|
|
32
|
+
id: o.stoppedRalenti,
|
|
33
|
+
statusLabelId: e.LABEL_STOPPED_RALENTI,
|
|
34
|
+
iconKey: t.STOPPED_RALENTI,
|
|
35
35
|
color: "warning.active",
|
|
36
36
|
//Ready
|
|
37
37
|
palletColor: "warning",
|
|
38
38
|
course: 0
|
|
39
39
|
},
|
|
40
|
-
[
|
|
41
|
-
id:
|
|
42
|
-
statusLabelId:
|
|
43
|
-
iconKey:
|
|
40
|
+
[o.stoppedExcesiveRalenti]: {
|
|
41
|
+
id: o.stoppedExcesiveRalenti,
|
|
42
|
+
statusLabelId: e.LABEL_STOPPED_E_RALENTI,
|
|
43
|
+
iconKey: t.STOPPED_E_RALENTI,
|
|
44
44
|
color: "error.enabled",
|
|
45
45
|
//Ready
|
|
46
46
|
palletColor: "orange",
|
|
47
47
|
course: 0
|
|
48
48
|
},
|
|
49
|
-
[
|
|
50
|
-
id:
|
|
51
|
-
statusLabelId:
|
|
52
|
-
iconKey:
|
|
49
|
+
[o.towing]: {
|
|
50
|
+
id: o.towing,
|
|
51
|
+
statusLabelId: e.LABEL_TOWING,
|
|
52
|
+
iconKey: t.TOWING,
|
|
53
53
|
color: "success.active",
|
|
54
54
|
//Ready
|
|
55
55
|
palletColor: "forest"
|
|
56
56
|
},
|
|
57
|
-
[
|
|
58
|
-
id:
|
|
59
|
-
statusLabelId:
|
|
60
|
-
iconKey:
|
|
57
|
+
[o.powerSaving]: {
|
|
58
|
+
id: o.powerSaving,
|
|
59
|
+
statusLabelId: e.LABEL_POWER_SAVING,
|
|
60
|
+
iconKey: t.POWER_SAVING,
|
|
61
61
|
color: "text.secondary",
|
|
62
62
|
//Ready
|
|
63
63
|
palletColor: "default",
|
|
64
64
|
course: 0
|
|
65
65
|
},
|
|
66
|
-
[
|
|
67
|
-
id:
|
|
68
|
-
statusLabelId:
|
|
69
|
-
iconKey:
|
|
66
|
+
[o.maxSpeed]: {
|
|
67
|
+
id: o.maxSpeed,
|
|
68
|
+
statusLabelId: e.LABEL_MAX_SPEED,
|
|
69
|
+
iconKey: t.MAX_SPEED,
|
|
70
70
|
color: "error.enabled",
|
|
71
71
|
//Ready
|
|
72
72
|
palletColor: "error"
|
|
73
73
|
}
|
|
74
74
|
};
|
|
75
75
|
export {
|
|
76
|
-
|
|
76
|
+
s as DEVICE_STATUSES_CONFIG
|
|
77
77
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDevice.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/Device/hooks/useDevice.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAK1C;;GAEG;AACH,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc;;;;;;;CAe9C,CAAC"}
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { useMemo } from "react";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
const
|
|
6
|
-
const { deviceData, variant = "withStatus" } =
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
const { iconKey, statusLabelId, color, palletColor, name, alias } = getDeviceByData(deviceData);
|
|
10
|
-
const stausOrIdLabel = variant === "withStatus" ? getLabel(statusLabelId) : `${getLabel(MDS_DICTIONARY.LABEL_ID, deviceData.resourceSerialId)}`;
|
|
1
|
+
import { useModuleDictionary as m } from "@m4l/core";
|
|
2
|
+
import { useMemo as D } from "react";
|
|
3
|
+
import { getDeviceByData as p } from "../helpers.js";
|
|
4
|
+
import { MDS_DICTIONARY as I } from "../dictionary.js";
|
|
5
|
+
const S = (r) => {
|
|
6
|
+
const { deviceData: t, variant: o = "withStatus" } = r, { getLabel: e } = m();
|
|
7
|
+
return D(() => {
|
|
8
|
+
const { iconKey: a, statusLabelId: s, color: i, palletColor: c, name: n, alias: u } = p(t), l = o === "withStatus" ? e(s) : `${e(I.LABEL_ID, t.resourceSerialId)}`;
|
|
11
9
|
return {
|
|
12
|
-
name,
|
|
13
|
-
alias,
|
|
14
|
-
iconKey,
|
|
15
|
-
stausOrIdLabel,
|
|
16
|
-
color,
|
|
17
|
-
palletColor
|
|
10
|
+
name: n,
|
|
11
|
+
alias: u,
|
|
12
|
+
iconKey: a,
|
|
13
|
+
stausOrIdLabel: l,
|
|
14
|
+
color: i,
|
|
15
|
+
palletColor: c
|
|
18
16
|
};
|
|
19
|
-
}, [
|
|
17
|
+
}, [t, e, o]);
|
|
20
18
|
};
|
|
21
19
|
export {
|
|
22
|
-
|
|
20
|
+
S as useDevice
|
|
23
21
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDeviceStatus.d.ts","sourceRoot":"","sources":["../../../../../../../packages/gclick/src/components/Device/hooks/useDeviceStatus.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAIhD;;GAEG;AACH,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB;;;;;;;CAkB1D,CAAC"}
|