@situm/react-native 3.15.0-beta.0 → 3.15.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/android/src/main/java/com/situm/plugin/PluginHelper.java +1 -1
  2. package/android/src/main/java/com/situm/plugin/SitumPluginImpl.java +1 -1
  3. package/ios/SitumPlugin.m +18 -11
  4. package/lib/commonjs/index.js.map +1 -1
  5. package/lib/commonjs/package.json +1 -0
  6. package/lib/commonjs/sdk/index.js.map +1 -1
  7. package/lib/commonjs/sdk/internaDelegatedState.js.map +1 -0
  8. package/lib/commonjs/sdk/nativeInterface.js.map +1 -1
  9. package/lib/commonjs/sdk/types/constants.js.map +1 -1
  10. package/lib/commonjs/sdk/types/index.js.map +1 -1
  11. package/lib/commonjs/sdk/utils.js.map +1 -1
  12. package/lib/commonjs/utils/index.js.map +1 -1
  13. package/lib/commonjs/utils/logError.js.map +1 -1
  14. package/lib/commonjs/wayfinding/index.js.map +1 -1
  15. package/lib/commonjs/wayfinding/types/index.js.map +1 -1
  16. package/lib/commonjs/wayfinding/utils/index.js.map +1 -1
  17. package/lib/commonjs/wayfinding/utils/mapper.js.map +1 -1
  18. package/lib/module/index.js.map +1 -1
  19. package/lib/module/package.json +1 -0
  20. package/lib/module/sdk/index.js.map +0 -1
  21. package/lib/module/sdk/internaDelegatedState.js.map +1 -0
  22. package/lib/module/sdk/nativeInterface.js.map +1 -1
  23. package/lib/module/sdk/types/constants.js.map +1 -1
  24. package/lib/module/sdk/types/index.js.map +1 -1
  25. package/lib/module/sdk/utils.js.map +1 -1
  26. package/lib/module/utils/index.js.map +1 -1
  27. package/lib/module/utils/logError.js.map +0 -1
  28. package/lib/module/wayfinding/index.js.map +1 -1
  29. package/lib/module/wayfinding/types/constants.js.map +1 -1
  30. package/lib/module/wayfinding/types/index.js.map +0 -1
  31. package/lib/module/wayfinding/utils/index.js.map +1 -1
  32. package/lib/module/wayfinding/utils/mapper.js.map +1 -1
  33. package/lib/typescript/index.d.ts.map +1 -0
  34. package/lib/typescript/{src/sdk → sdk}/index.d.ts +25 -32
  35. package/lib/typescript/sdk/index.d.ts.map +1 -0
  36. package/lib/typescript/sdk/internaDelegatedState.d.ts +17 -0
  37. package/lib/typescript/sdk/internaDelegatedState.d.ts.map +1 -0
  38. package/lib/typescript/{src/sdk → sdk}/nativeInterface.d.ts +4 -2
  39. package/lib/typescript/sdk/nativeInterface.d.ts.map +1 -0
  40. package/lib/typescript/sdk/types/constants.d.ts.map +1 -0
  41. package/lib/typescript/{src/sdk → sdk}/types/index.d.ts +2 -1
  42. package/lib/typescript/sdk/types/index.d.ts.map +1 -0
  43. package/lib/typescript/{src/sdk → sdk}/utils.d.ts +1 -1
  44. package/lib/typescript/sdk/utils.d.ts.map +1 -0
  45. package/lib/typescript/utils/index.d.ts.map +1 -0
  46. package/lib/typescript/utils/logError.d.ts.map +1 -0
  47. package/lib/typescript/{src/wayfinding → wayfinding}/components/MapView.d.ts +1 -1
  48. package/lib/typescript/wayfinding/components/MapView.d.ts.map +1 -0
  49. package/lib/typescript/wayfinding/hooks/index.d.ts.map +1 -0
  50. package/lib/typescript/wayfinding/index.d.ts.map +1 -0
  51. package/lib/typescript/{src/wayfinding → wayfinding}/store/index.d.ts +13 -13
  52. package/lib/typescript/wayfinding/store/index.d.ts.map +1 -0
  53. package/lib/typescript/{src/wayfinding → wayfinding}/store/utils.d.ts +0 -1
  54. package/lib/typescript/wayfinding/store/utils.d.ts.map +1 -0
  55. package/lib/typescript/wayfinding/types/constants.d.ts.map +1 -0
  56. package/lib/typescript/{src/wayfinding → wayfinding}/types/index.d.ts +1 -1
  57. package/lib/typescript/wayfinding/types/index.d.ts.map +1 -0
  58. package/lib/typescript/wayfinding/utils/index.d.ts +3 -0
  59. package/lib/typescript/wayfinding/utils/index.d.ts.map +1 -0
  60. package/lib/typescript/wayfinding/utils/mapper.d.ts.map +1 -0
  61. package/package.json +24 -35
  62. package/src/sdk/index.ts +67 -52
  63. package/src/sdk/internaDelegatedState.ts +54 -0
  64. package/src/sdk/nativeInterface.ts +31 -27
  65. package/src/sdk/types/index.ts +7 -6
  66. package/src/sdk/utils.ts +12 -9
  67. package/src/utils/logError.ts +1 -1
  68. package/src/wayfinding/components/MapView.tsx +103 -104
  69. package/src/wayfinding/hooks/index.ts +94 -91
  70. package/src/wayfinding/store/index.tsx +4 -4
  71. package/src/wayfinding/types/index.ts +1 -1
  72. package/src/wayfinding/utils/index.ts +2 -1
  73. package/LICENSE +0 -21
  74. package/README.md +0 -200
  75. package/SECURITY-POLICY.md +0 -9
  76. package/lib/commonjs/index.js +0 -73
  77. package/lib/commonjs/sdk/index.js +0 -932
  78. package/lib/commonjs/sdk/nativeInterface.js +0 -20
  79. package/lib/commonjs/sdk/types/constants.js +0 -68
  80. package/lib/commonjs/sdk/types/index.js +0 -405
  81. package/lib/commonjs/sdk/utils.js +0 -156
  82. package/lib/commonjs/utils/index.js +0 -17
  83. package/lib/commonjs/utils/logError.js +0 -21
  84. package/lib/commonjs/wayfinding/components/MapView.js +0 -389
  85. package/lib/commonjs/wayfinding/components/MapView.js.map +0 -1
  86. package/lib/commonjs/wayfinding/hooks/index.js +0 -229
  87. package/lib/commonjs/wayfinding/hooks/index.js.map +0 -1
  88. package/lib/commonjs/wayfinding/index.js +0 -57
  89. package/lib/commonjs/wayfinding/store/index.js +0 -242
  90. package/lib/commonjs/wayfinding/store/index.js.map +0 -1
  91. package/lib/commonjs/wayfinding/store/utils.js +0 -49
  92. package/lib/commonjs/wayfinding/store/utils.js.map +0 -1
  93. package/lib/commonjs/wayfinding/types/constants.js +0 -13
  94. package/lib/commonjs/wayfinding/types/constants.js.map +0 -1
  95. package/lib/commonjs/wayfinding/types/index.js +0 -6
  96. package/lib/commonjs/wayfinding/utils/index.js +0 -11
  97. package/lib/commonjs/wayfinding/utils/mapper.js +0 -206
  98. package/lib/module/index.js +0 -12
  99. package/lib/module/sdk/index.js +0 -903
  100. package/lib/module/sdk/nativeInterface.js +0 -18
  101. package/lib/module/sdk/types/constants.js +0 -63
  102. package/lib/module/sdk/types/index.js +0 -434
  103. package/lib/module/sdk/utils.js +0 -144
  104. package/lib/module/utils/index.js +0 -2
  105. package/lib/module/utils/logError.js +0 -15
  106. package/lib/module/wayfinding/components/MapView.js +0 -379
  107. package/lib/module/wayfinding/components/MapView.js.map +0 -1
  108. package/lib/module/wayfinding/hooks/index.js +0 -220
  109. package/lib/module/wayfinding/hooks/index.js.map +0 -1
  110. package/lib/module/wayfinding/index.js +0 -13
  111. package/lib/module/wayfinding/store/index.js +0 -206
  112. package/lib/module/wayfinding/store/index.js.map +0 -1
  113. package/lib/module/wayfinding/store/utils.js +0 -38
  114. package/lib/module/wayfinding/store/utils.js.map +0 -1
  115. package/lib/module/wayfinding/types/constants.js +0 -7
  116. package/lib/module/wayfinding/types/index.js +0 -2
  117. package/lib/module/wayfinding/utils/index.js +0 -4
  118. package/lib/module/wayfinding/utils/mapper.js +0 -195
  119. package/lib/typescript/src/index.d.ts.map +0 -1
  120. package/lib/typescript/src/sdk/index.d.ts.map +0 -1
  121. package/lib/typescript/src/sdk/nativeInterface.d.ts.map +0 -1
  122. package/lib/typescript/src/sdk/types/constants.d.ts.map +0 -1
  123. package/lib/typescript/src/sdk/types/index.d.ts.map +0 -1
  124. package/lib/typescript/src/sdk/utils.d.ts.map +0 -1
  125. package/lib/typescript/src/utils/index.d.ts.map +0 -1
  126. package/lib/typescript/src/utils/logError.d.ts.map +0 -1
  127. package/lib/typescript/src/wayfinding/components/MapView.d.ts.map +0 -1
  128. package/lib/typescript/src/wayfinding/hooks/index.d.ts.map +0 -1
  129. package/lib/typescript/src/wayfinding/index.d.ts.map +0 -1
  130. package/lib/typescript/src/wayfinding/store/index.d.ts.map +0 -1
  131. package/lib/typescript/src/wayfinding/store/utils.d.ts.map +0 -1
  132. package/lib/typescript/src/wayfinding/types/constants.d.ts.map +0 -1
  133. package/lib/typescript/src/wayfinding/types/index.d.ts.map +0 -1
  134. package/lib/typescript/src/wayfinding/utils/index.d.ts +0 -3
  135. package/lib/typescript/src/wayfinding/utils/index.d.ts.map +0 -1
  136. package/lib/typescript/src/wayfinding/utils/mapper.d.ts.map +0 -1
  137. package/security.txt +0 -4
  138. /package/lib/typescript/{src/index.d.ts → index.d.ts} +0 -0
  139. /package/lib/typescript/{src/sdk → sdk}/types/constants.d.ts +0 -0
  140. /package/lib/typescript/{src/utils → utils}/index.d.ts +0 -0
  141. /package/lib/typescript/{src/utils → utils}/logError.d.ts +0 -0
  142. /package/lib/typescript/{src/wayfinding → wayfinding}/hooks/index.d.ts +0 -0
  143. /package/lib/typescript/{src/wayfinding → wayfinding}/index.d.ts +0 -0
  144. /package/lib/typescript/{src/wayfinding → wayfinding}/types/constants.d.ts +0 -0
  145. /package/lib/typescript/{src/wayfinding → wayfinding}/utils/mapper.d.ts +0 -0
@@ -1,21 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.logError = void 0;
7
- /**
8
- * Small utility that can be used as an error handler. You cannot just pass
9
- * `console.error` as a failure callback - it's not properly bound. If passes an
10
- * `Error` object, it will print the message and stack.
11
- */
12
- const logError = exports.logError = __DEV__ ? function (response) {
13
- if (response instanceof String) {
14
- console.log(response);
15
- } else {
16
- console.log(JSON.stringify(response));
17
- }
18
- } : function (_response) {
19
- // do nothing
20
- };
21
- //# sourceMappingURL=logError.js.map
@@ -1,389 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.default = void 0;
7
- var _react = _interopRequireWildcard(require("react"));
8
- var _reactNative = require("react-native");
9
- var _reactNativeWebview = _interopRequireDefault(require("react-native-webview"));
10
- var _sdk = _interopRequireDefault(require("../../sdk"));
11
- var _hooks = _interopRequireDefault(require("../hooks"));
12
- var _constants = require("../types/constants");
13
- var _utils = require("../utils");
14
- var _mapper = _interopRequireDefault(require("../utils/mapper"));
15
- var _store = require("../store");
16
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
17
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
18
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
19
- /* eslint-disable @typescript-eslint/no-empty-function */
20
- /* eslint-disable @typescript-eslint/no-explicit-any */
21
-
22
- const SITUM_BASE_DOMAIN = "https://map-viewer.situm.com";
23
- const NETWORK_ERROR_CODE = {
24
- android: -2,
25
- ios: -1009,
26
- // These platforms are unhandled
27
- windows: 0,
28
- macos: 0,
29
- web: 0
30
- };
31
- const viewerStyles = _reactNative.StyleSheet.create({
32
- webview: {
33
- minHeight: "100%",
34
- minWidth: "100%"
35
- }
36
- });
37
- const MapView = /*#__PURE__*/_react.default.forwardRef(({
38
- configuration,
39
- style,
40
- onLoad = () => {},
41
- onLoadError = () => {},
42
- onPoiSelected = () => {},
43
- onPoiDeselected = () => {},
44
- onFloorChanged = () => {},
45
- onExternalLinkClicked = undefined,
46
- onFavoritePoisUpdated = () => {}
47
- }, ref) => {
48
- const webViewRef = (0, _react.useRef)();
49
- const [_onDirectionsRequestInterceptor, setInterceptor] = (0, _react.useState)();
50
-
51
- // Local states
52
- const [mapLoaded, setMapLoaded] = (0, _react.useState)(false);
53
- const [buildingIdentifier, setBuildingIdentifier] = (0, _react.useState)(configuration.buildingIdentifier);
54
- const {
55
- init,
56
- location,
57
- locationStatus,
58
- directions,
59
- navigation,
60
- calculateRoute,
61
- startNavigation,
62
- stopNavigation,
63
- error
64
- } = (0, _hooks.default)();
65
- const sendFollowUser = () => {
66
- var _location$position;
67
- if (webViewRef.current && mapLoaded && (location === null || location === void 0 || (_location$position = location.position) === null || _location$position === void 0 ? void 0 : _location$position.buildingIdentifier) === configuration.buildingIdentifier) {
68
- _followUser(true);
69
- }
70
- };
71
-
72
- // Helper functions used on imperative handler
73
- // Navigation
74
- const _navigateToPoi = (0, _react.useCallback)(payload => {
75
- if (!webViewRef.current || !payload || !payload.identifier) return;
76
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.navigateToPoi(payload));
77
- }, []);
78
- const _followUser = (0, _react.useCallback)(payload => {
79
- if (!webViewRef.current) return;
80
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.followUser(payload));
81
- }, []);
82
- const _navigateToCar = (0, _react.useCallback)(payload => {
83
- if (!webViewRef.current) return;
84
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.navigateToCar(payload));
85
- }, []);
86
- const _navigateToPoint = (0, _react.useCallback)(payload => {
87
- if (!webViewRef.current || !(payload !== null && payload !== void 0 && payload.lat) && !(payload !== null && payload !== void 0 && payload.lng) && !(payload !== null && payload !== void 0 && payload.floorIdentifier)) return;
88
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.navigateToPoint(payload));
89
- }, []);
90
-
91
- // Cartography
92
- const _selectPoi = (0, _react.useCallback)(poiId => {
93
- if (!webViewRef.current) {
94
- return;
95
- }
96
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.selectPoi(poiId));
97
- }, []);
98
- const _selectCar = (0, _react.useCallback)(() => {
99
- if (!webViewRef.current) {
100
- return;
101
- }
102
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.selectCar());
103
- }, []);
104
- const _selectPoiCategory = (0, _react.useCallback)(categoryId => {
105
- if (!webViewRef.current) {
106
- return;
107
- }
108
- if (_sdk.default.navigationIsRunning()) {
109
- console.error("Situm > hook > Navigation on course, poi category selection is unavailable");
110
- return;
111
- }
112
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.selectPoiCategory(categoryId));
113
- }, []);
114
- const _selectFloor = (0, _react.useCallback)((floorId, options) => {
115
- if (!webViewRef.current) {
116
- return;
117
- }
118
- if (_sdk.default.navigationIsRunning()) {
119
- console.error("Situm > hook > Navigation on course, floor selection is unavailable");
120
- return;
121
- }
122
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.selectFloor(floorId, options));
123
- }, []);
124
- const _search = (0, _react.useCallback)(payload => {
125
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.search(payload));
126
- }, []);
127
- const _setDirectionsOptions = (0, _react.useCallback)(directionsOptions => {
128
- if (!webViewRef.current) {
129
- return;
130
- }
131
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.setDirectionsOptions(directionsOptions));
132
- }, []);
133
- const _setFavoritePois = (0, _react.useCallback)(poiIds => {
134
- if (!webViewRef.current) {
135
- return;
136
- }
137
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.setFavoritePois(poiIds));
138
- }, []);
139
- const _onMapIsReady = () => {
140
- if (locationStatus) {
141
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.locationStatus(locationStatus));
142
- }
143
- if (error) {
144
- // Right now, status and errors share message on the viewer:
145
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.locationError(error));
146
- }
147
- };
148
-
149
- /**
150
- * API exported to the outside world from the MapViewer
151
- *
152
- * These handler allows third party developers to send actions to the MapView.
153
- * please check the MapViewRef type definitions to know the public API.
154
- *
155
- * <MapView
156
- * ref={(ref: MapViewRef) => ref.selectPoi(122)}
157
- * configuration={{
158
- * buildingIdentifier: SITUM_BUILDING_ID,
159
- * }}
160
- * onLoad={onLoad} />
161
- */
162
-
163
- (0, _react.useImperativeHandle)(ref, () => {
164
- return {
165
- followUser() {
166
- _followUser(true);
167
- },
168
- unfollowUser() {
169
- _followUser(false);
170
- },
171
- selectPoi(poiId) {
172
- _selectPoi(poiId);
173
- },
174
- selectCar() {
175
- _selectCar();
176
- },
177
- selectPoiCategory(poiId) {
178
- _selectPoiCategory(poiId);
179
- },
180
- selectFloor(poiId, options) {
181
- _selectFloor(poiId, options);
182
- },
183
- setDirectionsOptions(directionsOptions) {
184
- _setDirectionsOptions(directionsOptions);
185
- },
186
- setFavoritePois(poiIds) {
187
- _setFavoritePois(poiIds);
188
- },
189
- deselectPoi() {
190
- webViewRef.current && (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.selectPoi(null));
191
- },
192
- navigateToPoi(payload) {
193
- _navigateToPoi(payload);
194
- },
195
- navigateToCar(payload) {
196
- _navigateToCar(payload);
197
- },
198
- navigateToPoint(payload) {
199
- _navigateToPoint(payload);
200
- },
201
- setOnDirectionsRequestInterceptor(directionRequestInterceptor) {
202
- setInterceptor(() => directionRequestInterceptor);
203
- },
204
- cancelNavigation() {
205
- if (!webViewRef.current) return;
206
- stopNavigation();
207
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.cancelNavigation());
208
- },
209
- search(payload) {
210
- _search(payload);
211
- }
212
- };
213
- }, [stopNavigation, _navigateToPoi, _followUser, _navigateToCar, _navigateToPoint, _selectPoi, _selectCar, _selectPoiCategory, _selectFloor, _setDirectionsOptions, _setFavoritePois, _search]);
214
- (0, _react.useEffect)(() => {
215
- _sdk.default.validateMapViewProjectSettings();
216
- return () => {};
217
- }, []);
218
- (0, _react.useEffect)(() => {
219
- if (!error) return;
220
- console.error("Error code:", error.code ? error.code : " no code provided");
221
- console.error("Error detected:", error.message);
222
- }, [error]);
223
-
224
- // Updated SDK location
225
- (0, _react.useEffect)(() => {
226
- if (!webViewRef.current || !location || !mapLoaded) return;
227
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.location(location));
228
- }, [location, mapLoaded]);
229
-
230
- // locationStatus
231
- (0, _react.useEffect)(() => {
232
- if (!webViewRef.current || !locationStatus || !mapLoaded) return;
233
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.locationStatus(locationStatus));
234
- // Callbacks used in `useEffect` won't be invoked if the value of locationStatus
235
- // is set but hasn't changed. Set locationStatus to null always to avoid missing
236
- // repeated messages.
237
- (0, _store.setLocationStatus)(null);
238
- }, [locationStatus, mapLoaded]);
239
-
240
- // locationError
241
- (0, _react.useEffect)(() => {
242
- if (!webViewRef.current || !error || !mapLoaded) return;
243
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.locationError(error));
244
- // Callbacks used in `useEffect` won't be invoked if the value of locationStatus
245
- // is set but hasn't changed. Set locationStatus to null always to avoid missing
246
- // repeated messages.
247
- (0, _store.setError)(null);
248
- }, [error, mapLoaded]);
249
-
250
- // Updated SDK navigation
251
- (0, _react.useEffect)(() => {
252
- if (!webViewRef.current || !navigation || !mapLoaded) return;
253
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.navigation(navigation));
254
- }, [navigation, mapLoaded]);
255
-
256
- // Updated SDK route
257
- (0, _react.useEffect)(() => {
258
- if (!webViewRef.current || !directions || !mapLoaded) return;
259
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.route(directions));
260
- }, [directions, mapLoaded]);
261
-
262
- // Update language
263
- (0, _react.useEffect)(() => {
264
- if (!webViewRef.current || !configuration.language || !mapLoaded) return;
265
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.setLanguage(configuration.language));
266
- }, [configuration.language, mapLoaded]);
267
-
268
- // Update SDK configuration
269
- (0, _react.useEffect)(() => {
270
- if (webViewRef.current && mapLoaded) {
271
- (0, _utils.sendMessageToViewer)(webViewRef.current, _mapper.default.initialConfiguration(style));
272
- }
273
- }, [webViewRef, mapLoaded, style]);
274
-
275
- // Update follow user
276
- (0, _react.useEffect)(() => {
277
- mapLoaded && sendFollowUser();
278
- // eslint-disable-next-line react-hooks/exhaustive-deps
279
- }, [mapLoaded]);
280
- const handleRequestFromViewer = event => {
281
- const eventParsed = JSON.parse(event.nativeEvent.data);
282
- switch (eventParsed.type) {
283
- case "app.map_is_ready":
284
- init();
285
- setMapLoaded(true);
286
- _onMapIsReady();
287
- onLoad && onLoad("");
288
- break;
289
- case "directions.requested":
290
- calculateRoute(eventParsed.payload, _onDirectionsRequestInterceptor);
291
- break;
292
- case "navigation.requested":
293
- startNavigation(eventParsed.payload, _onDirectionsRequestInterceptor);
294
- break;
295
- case "navigation.stopped":
296
- stopNavigation();
297
- break;
298
- case "cartography.poi_selected":
299
- onPoiSelected(eventParsed === null || eventParsed === void 0 ? void 0 : eventParsed.payload);
300
- break;
301
- case "cartography.poi_deselected":
302
- onPoiDeselected(eventParsed === null || eventParsed === void 0 ? void 0 : eventParsed.payload);
303
- break;
304
- case "ui.favorite_pois_updated":
305
- {
306
- const favoritePoisIds = {
307
- currentPoisIdentifiers: eventParsed.payload.favoritePois ? [...eventParsed.payload.favoritePois] : []
308
- };
309
- onFavoritePoisUpdated(favoritePoisIds);
310
- break;
311
- }
312
- case "cartography.floor_selected":
313
- onFloorChanged(eventParsed === null || eventParsed === void 0 ? void 0 : eventParsed.payload);
314
- break;
315
- case "cartography.building_selected":
316
- if (!eventParsed.payload.identifier || eventParsed.payload.identifier.toString() === buildingIdentifier) {
317
- return;
318
- } else {
319
- setBuildingIdentifier(eventParsed.payload.identifier.toString());
320
- }
321
- break;
322
- case "viewer.navigation.started":
323
- case "viewer.navigation.updated":
324
- case "viewer.navigation.stopped":
325
- _sdk.default.updateNavigationState(eventParsed.payload);
326
- break;
327
- default:
328
- break;
329
- }
330
- };
331
- const _onShouldStartLoadWithRequest = request => {
332
- if (request && request.url && !request.url.startsWith(configuration.viewerDomain || SITUM_BASE_DOMAIN)) {
333
- if (onExternalLinkClicked && typeof onExternalLinkClicked === "function") {
334
- onExternalLinkClicked({
335
- url: request.url
336
- });
337
- } else {
338
- _reactNative.Linking.openURL(request.url);
339
- }
340
- return false;
341
- }
342
- return true;
343
- };
344
- const _effectiveProfile = () => {
345
- let effectiveProfile = configuration.profile;
346
- if (configuration.remoteIdentifier && configuration.remoteIdentifier.length > 0) {
347
- console.warn('Situm> MapView> [!] "remoteIdentifier" is deprecated. Use "profile" instead.');
348
- if (!configuration.profile || configuration.profile.length == 0) {
349
- effectiveProfile = configuration.remoteIdentifier;
350
- }
351
- }
352
- return effectiveProfile;
353
- };
354
- return /*#__PURE__*/_react.default.createElement(_reactNativeWebview.default, {
355
- ref: webViewRef,
356
- source: {
357
- uri: `${configuration.viewerDomain || SITUM_BASE_DOMAIN}/${_effectiveProfile() ? `id/${_effectiveProfile()}` : ""}?&apikey=${configuration.situmApiKey}&wl=true&global=true&mode=embed${configuration.buildingIdentifier ? `&buildingid=${configuration.buildingIdentifier}` : ""}&show=rts`
358
- },
359
- style: _reactNative.StyleSheet.flatten([viewerStyles.webview, style]),
360
- limitsNavigationsToAppBoundDomains: true,
361
- javaScriptEnabled: true,
362
- domStorageEnabled: true,
363
- startInLoadingState: true,
364
- cacheEnabled: true,
365
- onMessage: handleRequestFromViewer,
366
- onShouldStartLoadWithRequest: _onShouldStartLoadWithRequest,
367
- onError: evt => {
368
- if (!onLoadError) return;
369
- const {
370
- nativeEvent
371
- } = evt;
372
- // TODO: on render error should probably still try to render an html
373
- if (nativeEvent.code === NETWORK_ERROR_CODE[_reactNative.Platform.OS]) {
374
- onLoadError({
375
- name: _constants.ErrorName.ERR_INTERNET_DISCONNECTED,
376
- description: nativeEvent.description
377
- });
378
- } else {
379
- // TODO: handle more errors
380
- onLoadError({
381
- name: _constants.ErrorName.ERR_INTERNAL_SERVER_ERROR,
382
- description: nativeEvent.description
383
- });
384
- }
385
- }
386
- });
387
- });
388
- var _default = exports.default = MapView;
389
- //# sourceMappingURL=MapView.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_reactNativeWebview","_interopRequireDefault","_sdk","_hooks","_constants","_utils","_mapper","_store","e","__esModule","default","_getRequireWildcardCache","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","SITUM_BASE_DOMAIN","NETWORK_ERROR_CODE","android","ios","windows","macos","web","viewerStyles","StyleSheet","create","webview","minHeight","minWidth","MapView","React","forwardRef","configuration","style","onLoad","onLoadError","onPoiSelected","onPoiDeselected","onFloorChanged","onExternalLinkClicked","undefined","onFavoritePoisUpdated","ref","webViewRef","useRef","_onDirectionsRequestInterceptor","setInterceptor","useState","mapLoaded","setMapLoaded","buildingIdentifier","setBuildingIdentifier","init","location","locationStatus","directions","navigation","calculateRoute","startNavigation","stopNavigation","error","useSitum","sendFollowUser","_location$position","current","position","_followUser","_navigateToPoi","useCallback","payload","identifier","sendMessageToViewer","ViewerMapper","navigateToPoi","followUser","_navigateToCar","navigateToCar","_navigateToPoint","lat","lng","floorIdentifier","navigateToPoint","_selectPoi","poiId","selectPoi","_selectCar","selectCar","_selectPoiCategory","categoryId","SitumPlugin","navigationIsRunning","console","selectPoiCategory","_selectFloor","floorId","options","selectFloor","_search","search","_setDirectionsOptions","directionsOptions","setDirectionsOptions","_setFavoritePois","poiIds","setFavoritePois","_onMapIsReady","locationError","useImperativeHandle","unfollowUser","deselectPoi","setOnDirectionsRequestInterceptor","directionRequestInterceptor","cancelNavigation","useEffect","validateMapViewProjectSettings","code","message","setLocationStatus","setError","route","language","setLanguage","initialConfiguration","handleRequestFromViewer","event","eventParsed","JSON","parse","nativeEvent","data","type","favoritePoisIds","currentPoisIdentifiers","favoritePois","toString","updateNavigationState","_onShouldStartLoadWithRequest","request","url","startsWith","viewerDomain","Linking","openURL","_effectiveProfile","effectiveProfile","profile","remoteIdentifier","length","warn","createElement","source","uri","situmApiKey","flatten","limitsNavigationsToAppBoundDomains","javaScriptEnabled","domStorageEnabled","startInLoadingState","cacheEnabled","onMessage","onShouldStartLoadWithRequest","onError","evt","Platform","OS","name","ErrorName","ERR_INTERNET_DISCONNECTED","description","ERR_INTERNAL_SERVER_ERROR","_default","exports"],"sourceRoot":"../../../../src","sources":["wayfinding/components/MapView.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,229 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.useSitumInternal = exports.default = void 0;
7
- var _react = require("react");
8
- var _sdk = _interopRequireDefault(require("../../sdk"));
9
- var _types = require("../../sdk/types");
10
- var _constants = require("../../sdk/types/constants");
11
- var _index = require("../store/index");
12
- var _utils = require("../store/utils");
13
- var _mapper = require("../utils/mapper");
14
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
- /* eslint-disable @typescript-eslint/no-explicit-any */
16
-
17
- const defaultNavigationRequest = {
18
- distanceToGoalThreshold: 4,
19
- outsideRouteThreshold: 5
20
- };
21
- const useSitumInternal = () => {
22
- const dispatch = (0, _utils.useDispatch)();
23
- const location = (0, _utils.useSelector)(_index.selectLocation);
24
- const locationStatus = (0, _utils.useSelector)(_index.selectLocationStatus);
25
- const directions = (0, _utils.useSelector)(_index.selectDirections);
26
- const navigation = (0, _utils.useSelector)(_index.selectNavigation);
27
- const error = (0, _utils.useSelector)(_index.selectError);
28
- const [lockDirections, setLockDirections] = (0, _react.useState)(false);
29
- const init = () => {
30
- console.debug("Situm > hook > Initializing -> Registering callbacks");
31
- registerCallbacks();
32
- };
33
- function registerCallbacks() {
34
- _sdk.default.internalSetMethodCallMapDelegate(internalCall => {
35
- switch (internalCall.type) {
36
- case _constants.InternalCallType.LOCATION:
37
- let location = internalCall.get();
38
- dispatch((0, _index.setLocation)({
39
- ...location
40
- }));
41
- break;
42
- case _constants.InternalCallType.LOCATION_STATUS:
43
- let statusName = internalCall.get();
44
- if (statusName in _constants.LocationStatusName) {
45
- dispatch((0, _index.setLocationStatus)(statusName));
46
- }
47
- break;
48
- case _constants.InternalCallType.LOCATION_STOPPED:
49
- // TODO: LOCATION_STOPPED exists only in RN, delete!
50
- dispatch((0, _index.resetLocation)());
51
- break;
52
- case _constants.InternalCallType.LOCATION_ERROR:
53
- let error = internalCall.get();
54
- dispatch((0, _index.setError)(error));
55
- break;
56
- case _constants.InternalCallType.NAVIGATION_START:
57
- dispatch((0, _index.setNavigation)({
58
- type: _constants.NavigationUpdateType.PROGRESS,
59
- status: _constants.NavigationStatus.START
60
- }));
61
- break;
62
- case _constants.InternalCallType.NAVIGATION_DESTINATION_REACHED:
63
- dispatch((0, _index.setNavigation)({
64
- type: _constants.NavigationUpdateType.DESTINATION_REACHED,
65
- status: _constants.NavigationStatus.UPDATE
66
- }));
67
- break;
68
- case _constants.InternalCallType.NAVIGATION_PROGRESS:
69
- let progress = internalCall.get();
70
- dispatch((0, _index.setNavigation)({
71
- currentIndication: progress === null || progress === void 0 ? void 0 : progress.currentIndication,
72
- routeStep: progress === null || progress === void 0 ? void 0 : progress.routeStep,
73
- distanceToGoal: progress === null || progress === void 0 ? void 0 : progress.distanceToGoal,
74
- points: progress === null || progress === void 0 ? void 0 : progress.points,
75
- type: _constants.NavigationUpdateType.PROGRESS,
76
- segments: progress === null || progress === void 0 ? void 0 : progress.segments,
77
- status: _constants.NavigationStatus.UPDATE
78
- }));
79
- break;
80
- case _constants.InternalCallType.NAVIGATION_OUT_OF_ROUTE:
81
- dispatch((0, _index.setNavigation)({
82
- type: _constants.NavigationUpdateType.OUT_OF_ROUTE,
83
- status: _constants.NavigationStatus.UPDATE
84
- }));
85
- break;
86
- case _constants.InternalCallType.NAVIGATION_CANCELLATION:
87
- dispatch((0, _index.setNavigation)({
88
- type: _constants.NavigationUpdateType.CANCELLED,
89
- status: _constants.NavigationStatus.STOP
90
- }));
91
- break;
92
- case _constants.InternalCallType.NAVIGATION_ERROR:
93
- case _constants.InternalCallType.GEOFENCES_ENTER:
94
- case _constants.InternalCallType.GEOFENCES_EXIT:
95
- // Do nothing.
96
- break;
97
- }
98
- });
99
- }
100
- const calculateRoute = async (payload, interceptor, updateRoute = true) => {
101
- console.debug("Situm > hook > calculating route");
102
- const directionsRequest = (0, _mapper.createDirectionsRequest)(payload.directionsRequest);
103
- interceptor && interceptor(directionsRequest);
104
- const {
105
- to,
106
- from,
107
- minimizeFloorChanges,
108
- accessibilityMode,
109
- bearingFrom,
110
- includedTags,
111
- excludedTags
112
- } = directionsRequest;
113
- const {
114
- originIdentifier,
115
- destinationIdentifier,
116
- buildingIdentifier
117
- } = (0, _mapper.createDirectionsMessage)(payload);
118
- const _buildings = await _sdk.default.fetchBuildings();
119
- const _building = _buildings.find(b => b.buildingIdentifier === buildingIdentifier);
120
- if (!to || !from || lockDirections) {
121
- console.debug(`Situm > hook > Could not compute route (to: ${to}, from: ${from}, lockDirections: ${lockDirections})`);
122
- return;
123
- }
124
-
125
- // iOS workaround -> does not allow for several direction petitions
126
- setLockDirections(true);
127
- return await _sdk.default.requestDirections(_building, from, to, {
128
- minimizeFloorChanges,
129
- accessibilityMode,
130
- bearingFrom,
131
- includedTags,
132
- excludedTags
133
- }).then(_directions => {
134
- const newRoute = {
135
- ..._directions,
136
- originIdentifier,
137
- destinationIdentifier,
138
- type: accessibilityMode
139
- };
140
- if (updateRoute) {
141
- dispatch((0, _index.setDirections)(newRoute));
142
- }
143
- return newRoute;
144
- }).catch(e => {
145
- console.error(`Situm > hook > Could not compute route: ${e}`);
146
- dispatch((0, _index.setDirections)({
147
- error: JSON.stringify(e)
148
- }));
149
- }).finally(() => {
150
- setLockDirections(false);
151
- });
152
- };
153
-
154
- // Navigation
155
- const startNavigation = (payload, interceptor) => {
156
- console.debug("Situm > hook > request to start navigation");
157
- // TODO: we should delegate this to the sdk plugin
158
- if (!navigation || (navigation === null || navigation === void 0 ? void 0 : navigation.status) !== _constants.NavigationStatus.STOP) {
159
- stopNavigation();
160
- }
161
- calculateRoute(payload, interceptor, false).then(r => {
162
- if (!r) {
163
- console.debug(`Situm > hook > No route was computed`);
164
- return;
165
- }
166
- dispatch((0, _index.setNavigation)({
167
- status: _constants.NavigationStatus.START,
168
- type: _constants.NavigationUpdateType.PROGRESS,
169
- ...r
170
- }));
171
- try {
172
- const navigationRequest = (0, _mapper.createNavigationRequest)(payload.navigationRequest);
173
- _sdk.default.requestNavigationUpdates({
174
- ...defaultNavigationRequest,
175
- ...navigationRequest
176
- });
177
- } catch (e) {
178
- console.error(`Situm > hook > Could not update navigation ${e}`);
179
- //TODO: Remove this and emit these errors in SitumPlugin.onNavigationError
180
- dispatch((0, _index.setError)({
181
- message: "Could not update navigation",
182
- code: _types.ErrorCode.UNKNOWN,
183
- type: _types.ErrorType.NON_CRITICAL
184
- }));
185
- stopNavigation();
186
- }
187
- }).catch(e => {
188
- console.error(`Situm > hook > Could not compute route for navigation ${JSON.stringify(e)}`);
189
- });
190
- };
191
- const stopNavigation = () => {
192
- // TODO: we should delegate this to the sdk plugin
193
- if (!navigation || (navigation === null || navigation === void 0 ? void 0 : navigation.status) === _constants.NavigationStatus.STOP) {
194
- return;
195
- }
196
- console.debug("Situm > hook > Stopping navigation");
197
- _sdk.default.removeNavigationUpdates().then(() => {
198
- console.debug("Situm > hook > Successfully removed navigation updates");
199
- dispatch((0, _index.setNavigation)({
200
- status: _constants.NavigationStatus.STOP
201
- }));
202
- }).catch(e => {
203
- console.warn(`Situm > hook > Could not remove navigation updates ${JSON.stringify(e)}`);
204
- });
205
- };
206
- return {
207
- // States
208
- location,
209
- locationStatus,
210
- directions,
211
- navigation,
212
- error,
213
- // Functions
214
- init,
215
- calculateRoute,
216
- startNavigation,
217
- stopNavigation
218
- };
219
- };
220
- exports.useSitumInternal = useSitumInternal;
221
- const useSitum = () => {
222
- const context = (0, _react.useContext)(_index.UseSitumContext);
223
- if (!context) {
224
- throw new Error("Situm > hook > No SitumProvider found.");
225
- }
226
- return context.useSitum;
227
- };
228
- var _default = exports.default = useSitum;
229
- //# sourceMappingURL=index.js.map