@mapless/react 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +622 -0
- package/dist/index.js +4156 -0
- package/dist/types/MapView/index.d.ts +24 -0
- package/dist/types/MapView/index.d.ts.map +1 -0
- package/dist/types/WithMap/WithMapBase.d.ts +33 -0
- package/dist/types/WithMap/WithMapBase.d.ts.map +1 -0
- package/dist/types/WithMap/components/ControlItems/2D3D.d.ts +6 -0
- package/dist/types/WithMap/components/ControlItems/2D3D.d.ts.map +1 -0
- package/dist/types/WithMap/components/ControlItems/DrawTool.d.ts +7 -0
- package/dist/types/WithMap/components/ControlItems/DrawTool.d.ts.map +1 -0
- package/dist/types/WithMap/components/ControlItems/LngLat.d.ts +8 -0
- package/dist/types/WithMap/components/ControlItems/LngLat.d.ts.map +1 -0
- package/dist/types/WithMap/components/ControlItems/MapHand.d.ts +5 -0
- package/dist/types/WithMap/components/ControlItems/MapHand.d.ts.map +1 -0
- package/dist/types/WithMap/components/ControlItems/MapOrigin.d.ts +5 -0
- package/dist/types/WithMap/components/ControlItems/MapOrigin.d.ts.map +1 -0
- package/dist/types/WithMap/components/ControlItems/PositionMkr.d.ts +7 -0
- package/dist/types/WithMap/components/ControlItems/PositionMkr.d.ts.map +1 -0
- package/dist/types/WithMap/components/ControlItems/PositionMus.d.ts +6 -0
- package/dist/types/WithMap/components/ControlItems/PositionMus.d.ts.map +1 -0
- package/dist/types/WithMap/components/ControlItems/SelectTool.d.ts +12 -0
- package/dist/types/WithMap/components/ControlItems/SelectTool.d.ts.map +1 -0
- package/dist/types/WithMap/components/ControlItems/ShowCategory.d.ts +6 -0
- package/dist/types/WithMap/components/ControlItems/ShowCategory.d.ts.map +1 -0
- package/dist/types/WithMap/components/ControlItems/ShowHide.d.ts +8 -0
- package/dist/types/WithMap/components/ControlItems/ShowHide.d.ts.map +1 -0
- package/dist/types/WithMap/components/ControlItems/StyleNames.d.ts +6 -0
- package/dist/types/WithMap/components/ControlItems/StyleNames.d.ts.map +1 -0
- package/dist/types/WithMap/components/ControlItems/StyleSources.d.ts +8 -0
- package/dist/types/WithMap/components/ControlItems/StyleSources.d.ts.map +1 -0
- package/dist/types/WithMap/components/MaplessControlPanel/MaplessControlPanel.d.ts +51 -0
- package/dist/types/WithMap/components/MaplessControlPanel/MaplessControlPanel.d.ts.map +1 -0
- package/dist/types/WithMap/components/MaplessControlPanel/MaplessControlPanelSimple.d.ts +7 -0
- package/dist/types/WithMap/components/MaplessControlPanel/MaplessControlPanelSimple.d.ts.map +1 -0
- package/dist/types/WithMap/components/index.d.ts +19 -0
- package/dist/types/WithMap/components/index.d.ts.map +1 -0
- package/dist/types/WithMap/index.d.ts +9 -0
- package/dist/types/WithMap/index.d.ts.map +1 -0
- package/dist/types/WithMap/utils/StationFuncAdapter.d.ts +3 -0
- package/dist/types/WithMap/utils/StationFuncAdapter.d.ts.map +1 -0
- package/dist/types/WithMap/utils/store.mapState.d.ts +8 -0
- package/dist/types/WithMap/utils/store.mapState.d.ts.map +1 -0
- package/dist/types/WithMap/with/withMapboxMarker.d.ts +30 -0
- package/dist/types/WithMap/with/withMapboxMarker.d.ts.map +1 -0
- package/dist/types/WithMap/with/withMapboxPopup.d.ts +28 -0
- package/dist/types/WithMap/with/withMapboxPopup.d.ts.map +1 -0
- package/dist/types/components/CoordSystemTrans/CoordSystemTrans.d.ts +8 -0
- package/dist/types/components/CoordSystemTrans/CoordSystemTrans.d.ts.map +1 -0
- package/dist/types/components/CoordSystemTrans/demo.d.ts +6 -0
- package/dist/types/components/CoordSystemTrans/demo.d.ts.map +1 -0
- package/dist/types/components/CoordSystemTrans/index.d.ts +4 -0
- package/dist/types/components/CoordSystemTrans/index.d.ts.map +1 -0
- package/dist/types/components/CoordSystemTrans/types.d.ts +45 -0
- package/dist/types/components/CoordSystemTrans/types.d.ts.map +1 -0
- package/dist/types/components/CoordSystemTrans/utils.d.ts +67 -0
- package/dist/types/components/CoordSystemTrans/utils.d.ts.map +1 -0
- package/dist/types/components/CoordinateTrans/CoordinateTrans.d.ts +16 -0
- package/dist/types/components/CoordinateTrans/CoordinateTrans.d.ts.map +1 -0
- package/dist/types/components/CoordinateTrans/components/CoordinateInput/Tips.d.ts +3 -0
- package/dist/types/components/CoordinateTrans/components/CoordinateInput/Tips.d.ts.map +1 -0
- package/dist/types/components/CoordinateTrans/components/CoordinateInput/index.d.ts +5 -0
- package/dist/types/components/CoordinateTrans/components/CoordinateInput/index.d.ts.map +1 -0
- package/dist/types/components/CoordinateTrans/components/CoordinateInput/parseMethods.d.ts +2 -0
- package/dist/types/components/CoordinateTrans/components/CoordinateInput/parseMethods.d.ts.map +1 -0
- package/dist/types/components/CoordinateTrans/components/DDD/index.d.ts +10 -0
- package/dist/types/components/CoordinateTrans/components/DDD/index.d.ts.map +1 -0
- package/dist/types/components/CoordinateTrans/components/DM/index.d.ts +11 -0
- package/dist/types/components/CoordinateTrans/components/DM/index.d.ts.map +1 -0
- package/dist/types/components/CoordinateTrans/components/DMS/index.d.ts +11 -0
- package/dist/types/components/CoordinateTrans/components/DMS/index.d.ts.map +1 -0
- package/dist/types/components/CoordinateTrans/components/FormatChange/index.d.ts +9 -0
- package/dist/types/components/CoordinateTrans/components/FormatChange/index.d.ts.map +1 -0
- package/dist/types/components/CoordinateTrans/components/NWSE/index.d.ts +11 -0
- package/dist/types/components/CoordinateTrans/components/NWSE/index.d.ts.map +1 -0
- package/dist/types/components/CoordinateTrans/components/index.d.ts +37 -0
- package/dist/types/components/CoordinateTrans/components/index.d.ts.map +1 -0
- package/dist/types/components/CoordinateTrans/index.d.ts +7 -0
- package/dist/types/components/CoordinateTrans/index.d.ts.map +1 -0
- package/dist/types/components/CoordinateTrans/weapon.d.ts +35 -0
- package/dist/types/components/CoordinateTrans/weapon.d.ts.map +1 -0
- package/dist/types/components/DraggableMarker/DefaultMarkerChild.d.ts +10 -0
- package/dist/types/components/DraggableMarker/DefaultMarkerChild.d.ts.map +1 -0
- package/dist/types/components/DraggableMarker/DraggableMarker.d.ts +29 -0
- package/dist/types/components/DraggableMarker/DraggableMarker.d.ts.map +1 -0
- package/dist/types/components/DraggableMarker/Group.d.ts +14 -0
- package/dist/types/components/DraggableMarker/Group.d.ts.map +1 -0
- package/dist/types/components/DraggableMarker/index.d.ts +4 -0
- package/dist/types/components/DraggableMarker/index.d.ts.map +1 -0
- package/dist/types/components/DraggableMarker/types.d.ts +11 -0
- package/dist/types/components/DraggableMarker/types.d.ts.map +1 -0
- package/dist/types/components/DraggableMarker/utils.d.ts +6 -0
- package/dist/types/components/DraggableMarker/utils.d.ts.map +1 -0
- package/dist/types/components/ErrorBoundary/ErrorBoundary.d.ts +16 -0
- package/dist/types/components/ErrorBoundary/ErrorBoundary.d.ts.map +1 -0
- package/dist/types/components/ErrorBoundary/index.d.ts +4 -0
- package/dist/types/components/ErrorBoundary/index.d.ts.map +1 -0
- package/dist/types/components/Float/index.d.ts +10 -0
- package/dist/types/components/Float/index.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/2D.d.ts +6 -0
- package/dist/types/components/Icons/generated/2D.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/3D.d.ts +6 -0
- package/dist/types/components/Icons/generated/3D.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Angle.d.ts +6 -0
- package/dist/types/components/Icons/generated/Angle.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Area.d.ts +6 -0
- package/dist/types/components/Icons/generated/Area.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/CircleSelect.d.ts +6 -0
- package/dist/types/components/Icons/generated/CircleSelect.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Copy.d.ts +6 -0
- package/dist/types/components/Icons/generated/Copy.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Cyber.d.ts +6 -0
- package/dist/types/components/Icons/generated/Cyber.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/FreedomSelect.d.ts +6 -0
- package/dist/types/components/Icons/generated/FreedomSelect.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/GetPosition.d.ts +6 -0
- package/dist/types/components/Icons/generated/GetPosition.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Hand.d.ts +6 -0
- package/dist/types/components/Icons/generated/Hand.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Line.d.ts +6 -0
- package/dist/types/components/Icons/generated/Line.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Marker.d.ts +6 -0
- package/dist/types/components/Icons/generated/Marker.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Measure.d.ts +6 -0
- package/dist/types/components/Icons/generated/Measure.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Mode.d.ts +6 -0
- package/dist/types/components/Icons/generated/Mode.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/OriginPosition.d.ts +6 -0
- package/dist/types/components/Icons/generated/OriginPosition.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Point.d.ts +6 -0
- package/dist/types/components/Icons/generated/Point.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/PointerSelect.d.ts +6 -0
- package/dist/types/components/Icons/generated/PointerSelect.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Receiver.d.ts +6 -0
- package/dist/types/components/Icons/generated/Receiver.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/RectangleSelect.d.ts +6 -0
- package/dist/types/components/Icons/generated/RectangleSelect.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Satellite.d.ts +6 -0
- package/dist/types/components/Icons/generated/Satellite.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/SelectTool.d.ts +6 -0
- package/dist/types/components/Icons/generated/SelectTool.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/Streets.d.ts +6 -0
- package/dist/types/components/Icons/generated/Streets.d.ts.map +1 -0
- package/dist/types/components/Icons/generated/index.d.ts +23 -0
- package/dist/types/components/Icons/generated/index.d.ts.map +1 -0
- package/dist/types/components/Icons/index.d.ts +3 -0
- package/dist/types/components/Icons/index.d.ts.map +1 -0
- package/dist/types/components/Icons/types.d.ts +4 -0
- package/dist/types/components/Icons/types.d.ts.map +1 -0
- package/dist/types/components/MapboxMarker/MapboxMarker.d.ts +21 -0
- package/dist/types/components/MapboxMarker/MapboxMarker.d.ts.map +1 -0
- package/dist/types/components/MapboxMarker/index.d.ts +5 -0
- package/dist/types/components/MapboxMarker/index.d.ts.map +1 -0
- package/dist/types/components/MapboxPopup/MapboxPopup.d.ts +15 -0
- package/dist/types/components/MapboxPopup/MapboxPopup.d.ts.map +1 -0
- package/dist/types/components/MapboxPopup/index.d.ts +5 -0
- package/dist/types/components/MapboxPopup/index.d.ts.map +1 -0
- package/dist/types/components/StationMana/index.d.ts +9 -0
- package/dist/types/components/StationMana/index.d.ts.map +1 -0
- package/dist/types/components/StationsClickPanel/StationsClickPanel.d.ts +9 -0
- package/dist/types/components/StationsClickPanel/StationsClickPanel.d.ts.map +1 -0
- package/dist/types/components/StationsClickPanel/StationsClickPanelMarker.d.ts +16 -0
- package/dist/types/components/StationsClickPanel/StationsClickPanelMarker.d.ts.map +1 -0
- package/dist/types/components/StationsClickPanel/index.d.ts +5 -0
- package/dist/types/components/StationsClickPanel/index.d.ts.map +1 -0
- package/dist/types/components/TestPopup/TestPopup.d.ts +8 -0
- package/dist/types/components/TestPopup/TestPopup.d.ts.map +1 -0
- package/dist/types/components/TestPopup/index.d.ts +4 -0
- package/dist/types/components/TestPopup/index.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +12 -0
- package/dist/types/components/index.d.ts.map +1 -0
- package/dist/types/context/MapContext.d.ts +9 -0
- package/dist/types/context/MapContext.d.ts.map +1 -0
- package/dist/types/hooks/index.d.ts +5 -0
- package/dist/types/hooks/index.d.ts.map +1 -0
- package/dist/types/hooks/useCoordSystem.d.ts +7 -0
- package/dist/types/hooks/useCoordSystem.d.ts.map +1 -0
- package/dist/types/hooks/useSize.d.ts +12 -0
- package/dist/types/hooks/useSize.d.ts.map +1 -0
- package/dist/types/hooks/useTest.d.ts +3 -0
- package/dist/types/hooks/useTest.d.ts.map +1 -0
- package/dist/types/index.d.ts +8 -0
- package/dist/types/index.d.ts.map +1 -0
- package/package.json +64 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CoordinateTrans/components/CoordinateInput/index.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,eAAe,GAAI,qBAG7B;IACD,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,GAAG,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;CAClD,4CAwEA,CAAC"}
|
package/dist/types/components/CoordinateTrans/components/CoordinateInput/parseMethods.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parseMethods.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CoordinateTrans/components/CoordinateInput/parseMethods.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,GAAI,OAAO,MAAM,KAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IA6GlE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type DDDProps = {
|
|
2
|
+
className?: string;
|
|
3
|
+
maximum: number;
|
|
4
|
+
minimum: number;
|
|
5
|
+
value: number | null;
|
|
6
|
+
onChange: (val: number | null) => void;
|
|
7
|
+
};
|
|
8
|
+
declare const DDD: (props: DDDProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export default DDD;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CoordinateTrans/components/DDD/index.tsx"],"names":[],"mappings":"AAEA,KAAK,QAAQ,GAAG;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,QAAA,MAAM,GAAG,GAAI,OAAO,QAAQ,4CAiB3B,CAAC;AAEF,eAAe,GAAG,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type DMProps = {
|
|
2
|
+
className?: string;
|
|
3
|
+
maximum: number;
|
|
4
|
+
minimum: number;
|
|
5
|
+
value: number | null;
|
|
6
|
+
units: string[];
|
|
7
|
+
onChange: (val: number | null) => void;
|
|
8
|
+
};
|
|
9
|
+
declare const DM: (props: DMProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default DM;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CoordinateTrans/components/DM/index.tsx"],"names":[],"mappings":"AAKA,KAAK,OAAO,GAAG;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,QAAA,MAAM,EAAE,GAAI,OAAO,OAAO,4CAwHzB,CAAC;AAEF,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type DMSProps = {
|
|
2
|
+
className?: string;
|
|
3
|
+
maximum: number;
|
|
4
|
+
minimum: number;
|
|
5
|
+
value: number | null;
|
|
6
|
+
units: string[];
|
|
7
|
+
onChange: (val: number | null) => void;
|
|
8
|
+
};
|
|
9
|
+
declare const DMS: (props: DMSProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default DMS;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CoordinateTrans/components/DMS/index.tsx"],"names":[],"mappings":"AAKA,KAAK,QAAQ,GAAG;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CACxC,CAAC;AAEF,QAAA,MAAM,GAAG,GAAI,OAAO,QAAQ,4CAuI3B,CAAC;AAEF,eAAe,GAAG,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { FormatValue } from '../../CoordinateTrans';
|
|
2
|
+
type FormatChangeProps = {
|
|
3
|
+
type?: 'button' | 'select';
|
|
4
|
+
showFormat: FormatValue;
|
|
5
|
+
onFormatChange: (format: FormatValue) => void;
|
|
6
|
+
};
|
|
7
|
+
declare const FormatChange: (props: FormatChangeProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default FormatChange;
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CoordinateTrans/components/FormatChange/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAIzD,KAAK,iBAAiB,GAAG;IACvB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAC3B,UAAU,EAAE,WAAW,CAAC;IACxB,cAAc,EAAE,CAAC,MAAM,EAAE,WAAW,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,QAAA,MAAM,YAAY,GAAI,OAAO,iBAAiB,4CAmD7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
type NWSEProps = {
|
|
2
|
+
className?: string;
|
|
3
|
+
maximum?: number;
|
|
4
|
+
minimum?: number;
|
|
5
|
+
value?: number | null;
|
|
6
|
+
units?: [string, string];
|
|
7
|
+
onChange?: (val: number | null) => void;
|
|
8
|
+
};
|
|
9
|
+
declare const NWSE: (props: NWSEProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default NWSE;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CoordinateTrans/components/NWSE/index.tsx"],"names":[],"mappings":"AAWA,KAAK,SAAS,GAAG;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACzB,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CACzC,CAAC;AAEF,QAAA,MAAM,IAAI,GAAI,OAAO,SAAS,4CAuE7B,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import FormatChange from './FormatChange';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
DDD: (props: {
|
|
4
|
+
className?: string;
|
|
5
|
+
maximum: number;
|
|
6
|
+
minimum: number;
|
|
7
|
+
value: number | null;
|
|
8
|
+
onChange: (val: number | null) => void;
|
|
9
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
DMS: (props: {
|
|
11
|
+
className?: string;
|
|
12
|
+
maximum: number;
|
|
13
|
+
minimum: number;
|
|
14
|
+
value: number | null;
|
|
15
|
+
units: string[];
|
|
16
|
+
onChange: (val: number | null) => void;
|
|
17
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
DM: (props: {
|
|
19
|
+
className?: string;
|
|
20
|
+
maximum: number;
|
|
21
|
+
minimum: number;
|
|
22
|
+
value: number | null;
|
|
23
|
+
units: string[];
|
|
24
|
+
onChange: (val: number | null) => void;
|
|
25
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
NWSE: (props: {
|
|
27
|
+
className?: string;
|
|
28
|
+
maximum?: number;
|
|
29
|
+
minimum?: number;
|
|
30
|
+
value?: number | null;
|
|
31
|
+
units?: [string, string];
|
|
32
|
+
onChange?: (val: number | null) => void;
|
|
33
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
34
|
+
};
|
|
35
|
+
export default _default;
|
|
36
|
+
export { FormatChange };
|
|
37
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/CoordinateTrans/components/index.ts"],"names":[],"mappings":"AAGA,OAAO,YAAY,MAAM,gBAAgB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG1C,wBAAsC;AACtC,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import CoordinateTrans from './CoordinateTrans';
|
|
2
|
+
import { FormatChange } from './components';
|
|
3
|
+
import { CoordinateInput } from './components/CoordinateInput';
|
|
4
|
+
export default CoordinateTrans;
|
|
5
|
+
export { CoordinateTrans, CoordinateInput, FormatChange };
|
|
6
|
+
export * from './weapon';
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/CoordinateTrans/index.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE/D,eAAe,eAAe,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,YAAY,EAAE,CAAC;AAE1D,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare const Format: {
|
|
2
|
+
DDD: number;
|
|
3
|
+
DMS: number;
|
|
4
|
+
DM: number;
|
|
5
|
+
NWSE: number;
|
|
6
|
+
STAR: number;
|
|
7
|
+
MAX: number;
|
|
8
|
+
};
|
|
9
|
+
export declare const getNextFormat: (form: number) => number;
|
|
10
|
+
export declare const getFormatStr: (form: number) => string;
|
|
11
|
+
export declare const getDDMMSS: (val: number | null) => {
|
|
12
|
+
degree: number;
|
|
13
|
+
minute: number;
|
|
14
|
+
second: number;
|
|
15
|
+
} | {
|
|
16
|
+
degree?: undefined;
|
|
17
|
+
minute?: undefined;
|
|
18
|
+
second?: undefined;
|
|
19
|
+
};
|
|
20
|
+
export declare const getDDMM: (val: number | null) => {
|
|
21
|
+
degree: number;
|
|
22
|
+
minute: number;
|
|
23
|
+
} | {
|
|
24
|
+
degree?: undefined;
|
|
25
|
+
minute?: undefined;
|
|
26
|
+
};
|
|
27
|
+
export declare const getFloat: (dms: {
|
|
28
|
+
degree?: number | null;
|
|
29
|
+
minute?: number | null;
|
|
30
|
+
second?: number | null;
|
|
31
|
+
} | null, neg: boolean) => number | null;
|
|
32
|
+
export declare const gps2Degree: (gpsStr: string) => (string | number | null)[];
|
|
33
|
+
export declare const degree2DMS: (degreeStr: string, dirStr: string) => string | null;
|
|
34
|
+
export declare const degree2DM: (degreeStr: string, dirStr: string) => string | null;
|
|
35
|
+
//# sourceMappingURL=weapon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weapon.d.ts","sourceRoot":"","sources":["../../../../src/components/CoordinateTrans/weapon.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;CAOlB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,MAAM,MAAM,WAMzC,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,MAAM,MAAM,WAGxC,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,KAAK,MAAM,GAAG,IAAI;;;;;;;;CAS3C,CAAC;AAEF,eAAO,MAAM,OAAO,GAAI,KAAK,MAAM,GAAG,IAAI;;;;;;CAQzC,CAAC;AAEF,eAAO,MAAM,QAAQ,GACnB,KAAK;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB,GAAG,IAAI,EACR,KAAK,OAAO,kBAoBb,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,QAAQ,MAAM,+BA4DxC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,WAAW,MAAM,EAAE,QAAQ,MAAM,kBAY3D,CAAC;AAEF,eAAO,MAAM,SAAS,GAAI,WAAW,MAAM,EAAE,QAAQ,MAAM,kBAmC1D,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { type Mapless } from '@mapless/core';
|
|
2
|
+
import type { MarkerItem } from './types';
|
|
3
|
+
type DefaultMarkerChildProps = {
|
|
4
|
+
mapless?: Mapless | undefined;
|
|
5
|
+
marker: MarkerItem;
|
|
6
|
+
onChange: (update: Partial<MarkerItem>) => void;
|
|
7
|
+
};
|
|
8
|
+
declare const DefaultMarkerChild: (props: DefaultMarkerChildProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export default DefaultMarkerChild;
|
|
10
|
+
//# sourceMappingURL=DefaultMarkerChild.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefaultMarkerChild.d.ts","sourceRoot":"","sources":["../../../../src/components/DraggableMarker/DefaultMarkerChild.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,OAAO,EAAE,MAAM,eAAe,CAAC;AAGrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,KAAK,uBAAuB,GAAG;IAC7B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,MAAM,EAAE,UAAU,CAAC;IACnB,QAAQ,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,IAAI,CAAC;CACjD,CAAC;AAEF,QAAA,MAAM,kBAAkB,GAAI,OAAO,uBAAuB,4CAsCzD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { type Anchor, type Mapless } from '@mapless/core';
|
|
2
|
+
import type React from 'react';
|
|
3
|
+
import type { MarkerIconType } from './types';
|
|
4
|
+
type DraggableMarkerProps = {
|
|
5
|
+
mapless?: Mapless | undefined;
|
|
6
|
+
lngLat: mapboxgl.LngLat;
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
className?: string;
|
|
9
|
+
anchor?: Anchor;
|
|
10
|
+
name?: string;
|
|
11
|
+
iconType?: MarkerIconType;
|
|
12
|
+
showPopup?: boolean;
|
|
13
|
+
onChange?: (lngLat: mapboxgl.LngLat) => void;
|
|
14
|
+
};
|
|
15
|
+
declare const DraggableMarker: {
|
|
16
|
+
({ mapless, lngLat, children, className, anchor, name, iconType, showPopup, onChange }: DraggableMarkerProps): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
Group: ({ mapless, markers, showDefaultPopup, showMarkerPopup, baseIconType, onChange, onMarkersChange }: {
|
|
18
|
+
mapless?: Mapless | undefined;
|
|
19
|
+
markers?: import("./types").MarkerItem[];
|
|
20
|
+
showDefaultPopup?: boolean;
|
|
21
|
+
showMarkerPopup?: boolean;
|
|
22
|
+
baseIconType?: MarkerIconType;
|
|
23
|
+
onChange?: (id: string, update: Partial<import("./types").MarkerItem>) => void;
|
|
24
|
+
onMarkersChange?: (markers: import("./types").MarkerItem[]) => void;
|
|
25
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
};
|
|
27
|
+
export default DraggableMarker;
|
|
28
|
+
export { DraggableMarker };
|
|
29
|
+
//# sourceMappingURL=DraggableMarker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DraggableMarker.d.ts","sourceRoot":"","sources":["../../../../src/components/DraggableMarker/DraggableMarker.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,OAAO,EAAiB,MAAM,eAAe,CAAC;AAEzE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAG9C,KAAK,oBAAoB,GAAG;IAC1B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,MAAM,EAAE,QAAQ,CAAC,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,QAAQ,CAAC,MAAM,KAAK,IAAI,CAAC;CAC9C,CAAC;AAEF,QAAA,MAAM,eAAe;4FAUlB,oBAAoB;;;;;;;;;;CAwHtB,CAAC;AAIF,eAAe,eAAe,CAAC;AAC/B,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Mapless } from '@mapless/core';
|
|
2
|
+
import type { MarkerIconType, MarkerItem } from './types';
|
|
3
|
+
type DraggableMarkerGroupProps = {
|
|
4
|
+
mapless?: Mapless | undefined;
|
|
5
|
+
markers?: MarkerItem[];
|
|
6
|
+
showDefaultPopup?: boolean;
|
|
7
|
+
showMarkerPopup?: boolean;
|
|
8
|
+
baseIconType?: MarkerIconType;
|
|
9
|
+
onChange?: (id: string, update: Partial<MarkerItem>) => void;
|
|
10
|
+
onMarkersChange?: (markers: MarkerItem[]) => void;
|
|
11
|
+
};
|
|
12
|
+
declare const DraggableMarkerGroup: ({ mapless, markers, showDefaultPopup, showMarkerPopup, baseIconType, onChange, onMarkersChange }: DraggableMarkerGroupProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export default DraggableMarkerGroup;
|
|
14
|
+
//# sourceMappingURL=Group.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Group.d.ts","sourceRoot":"","sources":["../../../../src/components/DraggableMarker/Group.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAM7C,OAAO,KAAK,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG1D,KAAK,yBAAyB,GAAG;IAC/B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,OAAO,CAAC,EAAE,UAAU,EAAE,CAAC;IACvB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,YAAY,CAAC,EAAE,cAAc,CAAC;IAC9B,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,IAAI,CAAC;IAC7D,eAAe,CAAC,EAAE,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,IAAI,CAAC;CACnD,CAAC;AAEF,QAAA,MAAM,oBAAoB,GAAI,kGAQ3B,yBAAyB,4CAkD3B,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/DraggableMarker/index.ts"],"names":[],"mappings":"AAAA,OAAO,eAAe,MAAM,mBAAmB,CAAC;AAEhD,OAAO,EAAE,eAAe,EAAE,CAAC;AAE3B,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { LngLat } from '@mapless/core';
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
export type MarkerIconType = 'marker' | 'receiver';
|
|
4
|
+
export type MarkerItem = {
|
|
5
|
+
id?: string;
|
|
6
|
+
lngLat: LngLat;
|
|
7
|
+
label?: string;
|
|
8
|
+
remark?: string;
|
|
9
|
+
icon?: MarkerIconType | ReactNode;
|
|
10
|
+
} & Record<string, unknown>;
|
|
11
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/DraggableMarker/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,UAAU,CAAC;AAGnD,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;CACnC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { LngLat } from '@mapless/core';
|
|
2
|
+
import type { MarkerItem } from './types';
|
|
3
|
+
export declare const getMarkerLngLat: (marker: MarkerItem) => LngLat;
|
|
4
|
+
export declare const getMarkerName: (marker: MarkerItem) => string;
|
|
5
|
+
export declare const getMarkerId: (marker: MarkerItem) => string;
|
|
6
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/DraggableMarker/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACvC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG1C,eAAO,MAAM,eAAe,GAAI,QAAQ,UAAU,KAAG,MAOpD,CAAC;AAGF,eAAO,MAAM,aAAa,GAAI,QAAQ,UAAU,KAAG,MAGlD,CAAC;AAGF,eAAO,MAAM,WAAW,GAAI,QAAQ,UAAU,KAAG,MAGhD,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type ErrorBoundaryProps = {
|
|
3
|
+
children: React.ReactNode;
|
|
4
|
+
message?: string;
|
|
5
|
+
};
|
|
6
|
+
type ErrorBoundaryState = {
|
|
7
|
+
hasError: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare class ErrorBoundary extends React.Component<ErrorBoundaryProps, ErrorBoundaryState> {
|
|
10
|
+
state: ErrorBoundaryState;
|
|
11
|
+
static getDerivedStateFromError(_: Error): ErrorBoundaryState;
|
|
12
|
+
componentDidCatch(error: Error, errorInfo: React.ErrorInfo): void;
|
|
13
|
+
render(): string | number | boolean | Iterable<React.ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
14
|
+
}
|
|
15
|
+
export default ErrorBoundary;
|
|
16
|
+
//# sourceMappingURL=ErrorBoundary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorBoundary.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorBoundary/ErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,KAAK,kBAAkB,GAAG;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,cAAM,aAAc,SAAQ,KAAK,CAAC,SAAS,CACzC,kBAAkB,EAClB,kBAAkB,CACnB;IACC,KAAK,EAAE,kBAAkB,CAAuB;IAEhD,MAAM,CAAC,wBAAwB,CAAC,CAAC,EAAE,KAAK,GAAG,kBAAkB;IAI7D,iBAAiB,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,CAAC,SAAS;IAI1D,MAAM;CAWP;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorBoundary/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAE5C,eAAe,aAAa,CAAC;AAC7B,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
type FloatProps = {
|
|
2
|
+
title: string;
|
|
3
|
+
open: boolean;
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
onCancel: () => void;
|
|
6
|
+
};
|
|
7
|
+
declare const Float: (props: FloatProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default Float;
|
|
9
|
+
export { Float };
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Float/index.tsx"],"names":[],"mappings":"AAKA,KAAK,UAAU,GAAG;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB,CAAC;AAEF,QAAA,MAAM,KAAK,GAAI,OAAO,UAAU,4CAgG/B,CAAC;AAEF,eAAe,KAAK,CAAC;AACrB,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const Svg2D: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default Svg2D;
|
|
6
|
+
//# sourceMappingURL=2D.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"2D.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/2D.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,KAAK,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAa5C,CAAC;AACF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const Svg3D: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default Svg3D;
|
|
6
|
+
//# sourceMappingURL=3D.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"3D.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/3D.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,KAAK,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAa5C,CAAC;AACF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgAngle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgAngle;
|
|
6
|
+
//# sourceMappingURL=Angle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Angle.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/Angle.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,QAAQ,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAgB/C,CAAC;AACF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgArea: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgArea;
|
|
6
|
+
//# sourceMappingURL=Area.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Area.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/Area.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,OAAO,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAmB9C,CAAC;AACF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgCircleSelect: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgCircleSelect;
|
|
6
|
+
//# sourceMappingURL=CircleSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CircleSelect.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/CircleSelect.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,eAAe,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAatD,CAAC;AACF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgCopy: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgCopy;
|
|
6
|
+
//# sourceMappingURL=Copy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Copy.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/Copy.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,OAAO,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAa9C,CAAC;AACF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgCyber: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgCyber;
|
|
6
|
+
//# sourceMappingURL=Cyber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Cyber.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/Cyber.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,QAAQ,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA+B/C,CAAC;AACF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgFreedomSelect: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgFreedomSelect;
|
|
6
|
+
//# sourceMappingURL=FreedomSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FreedomSelect.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/FreedomSelect.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,gBAAgB,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAavD,CAAC;AACF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgGetPosition: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgGetPosition;
|
|
6
|
+
//# sourceMappingURL=GetPosition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetPosition.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/GetPosition.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,cAAc,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAgBrD,CAAC;AACF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgHand: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgHand;
|
|
6
|
+
//# sourceMappingURL=Hand.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hand.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/Hand.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,OAAO,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAa9C,CAAC;AACF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgLine: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgLine;
|
|
6
|
+
//# sourceMappingURL=Line.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Line.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/Line.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,OAAO,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAa9C,CAAC;AACF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgMarker: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgMarker;
|
|
6
|
+
//# sourceMappingURL=Marker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Marker.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/Marker.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,SAAS,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAchD,CAAC;AACF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgMeasure: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgMeasure;
|
|
6
|
+
//# sourceMappingURL=Measure.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Measure.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/Measure.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,UAAU,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAajD,CAAC;AACF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgMode: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgMode;
|
|
6
|
+
//# sourceMappingURL=Mode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Mode.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/Mode.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,OAAO,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAa9C,CAAC;AACF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgOriginPosition: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgOriginPosition;
|
|
6
|
+
//# sourceMappingURL=OriginPosition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OriginPosition.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/OriginPosition.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,iBAAiB,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAgBxD,CAAC;AACF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgPoint: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgPoint;
|
|
6
|
+
//# sourceMappingURL=Point.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Point.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/Point.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,QAAQ,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAgB/C,CAAC;AACF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgPointerSelect: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgPointerSelect;
|
|
6
|
+
//# sourceMappingURL=PointerSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PointerSelect.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/PointerSelect.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,gBAAgB,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAgBvD,CAAC;AACF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgReceiver: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgReceiver;
|
|
6
|
+
//# sourceMappingURL=Receiver.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Receiver.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/Receiver.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,WAAW,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAiBlD,CAAC;AACF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgRectangleSelect: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgRectangleSelect;
|
|
6
|
+
//# sourceMappingURL=RectangleSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RectangleSelect.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/RectangleSelect.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,kBAAkB,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAmBzD,CAAC;AACF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/** biome-ignore-all assist/source/organizeImports: off */
|
|
2
|
+
/** biome-ignore-all lint/a11y/noSvgWithoutTitle: off */
|
|
3
|
+
import type { SVGProps } from "react";
|
|
4
|
+
declare const SvgSatellite: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export default SvgSatellite;
|
|
6
|
+
//# sourceMappingURL=Satellite.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Satellite.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/generated/Satellite.tsx"],"names":[],"mappings":"AACA,0DAA0D;AAC1D,wDAAwD;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACtC,QAAA,MAAM,YAAY,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAmBnD,CAAC;AACF,eAAe,YAAY,CAAC"}
|