atriusmaps-node-sdk 3.3.724 → 3.3.725
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/cjs/package.json.js +1 -1
- package/dist/cjs/plugins/venueDataLoader/src/venueLoadingUtils.js +4 -5
- package/dist/cjs/src/utils/configUtils.js +0 -10
- package/dist/package.json.js +1 -1
- package/dist/plugins/venueDataLoader/src/venueLoadingUtils.js +1 -1
- package/dist/src/utils/configUtils.js +1 -1
- package/package.json +1 -1
package/dist/cjs/package.json.js
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
var R = require('ramda');
|
|
4
4
|
var bounds = require('../../../src/utils/bounds.js');
|
|
5
|
-
var configUtils = require('../../../src/utils/configUtils.js');
|
|
6
5
|
|
|
7
6
|
function _interopNamespaceDefault(e) {
|
|
8
7
|
var n = Object.create(null);
|
|
@@ -65,8 +64,8 @@ const getVenueDataFromUrls = async (vconfig, fetchJson, languagesToTry) => {
|
|
|
65
64
|
|
|
66
65
|
// Load the v5.json resource
|
|
67
66
|
const venueList =
|
|
68
|
-
vconfig.dataFetch &&
|
|
69
|
-
? await
|
|
67
|
+
vconfig.dataFetch && globalThis[vconfig.dataFetch] && globalThis[vconfig.dataFetch].getFiles
|
|
68
|
+
? await globalThis[vconfig.dataFetch].getFiles(vconfig)
|
|
70
69
|
: await fetchJson(`${accountUrl}/${assetFormat}.json`);
|
|
71
70
|
|
|
72
71
|
// Reassign venue id to venueId+langauge preference if that venue in that language is avaialbe to us in the v5 json
|
|
@@ -86,8 +85,8 @@ const getVenueDataFromUrls = async (vconfig, fetchJson, languagesToTry) => {
|
|
|
86
85
|
}
|
|
87
86
|
const files = venueList[venueId].files; // mapping of asset "types" (spritesheet, style, badges, etc) to their URL
|
|
88
87
|
const fetchedData =
|
|
89
|
-
vconfig.dataFetch &&
|
|
90
|
-
? await
|
|
88
|
+
vconfig.dataFetch && globalThis[vconfig.dataFetch] && globalThis[vconfig.dataFetch].getVenueData
|
|
89
|
+
? await globalThis[vconfig.dataFetch].getVenueData(vconfig)
|
|
91
90
|
: await fetchJson(files.venueData);
|
|
92
91
|
|
|
93
92
|
const venueData = fetchedData[venueId];
|
|
@@ -69,15 +69,5 @@ function debugIsTrue(app, key) {
|
|
|
69
69
|
return value !== 'no' && value !== 'false';
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
// import this global to access to the "window" or "global" variables from
|
|
73
|
-
// the browser or node. (This approach is considered more robust and ensures consistency)
|
|
74
|
-
exports.global = void 0;
|
|
75
|
-
try {
|
|
76
|
-
// eslint-disable-next-line no-new-func
|
|
77
|
-
exports.global = Function('return this')();
|
|
78
|
-
} catch (e) {
|
|
79
|
-
exports.global = window;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
72
|
exports.debugIsTrue = debugIsTrue;
|
|
83
73
|
exports.getLocalized = getLocalized;
|
package/dist/package.json.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e="web-engine",t="3.3.
|
|
1
|
+
var e="web-engine",t="3.3.725",s="UNLICENSED",r="module",o="src/main.js",i=["demo","deploy","nodesdk","src/extModules/flexapi","services/*","libraries/*"],l={colors:"cat utils/colors1.txt && node utils/processColors.js | pbcopy && cat utils/colors2.txt","cypress:comp":"cypress open --component --browser chrome","cypress:comp:ci":"cypress run --component",demo:"cd demo/ && yarn start",dev:"yarn mol e2e","format:check":"yarn prettier . --check","format:fix":"yarn prettier . --write",goProd:"cd deploy && scripts/goProd.sh",goStaging:"deploy/scripts/goStaging.sh",lint:"eslint .",mod:"demo/startMod.sh",mol:"demo/startMol.sh","mol:build":"demo/startMolBuild.sh",molProd:"cd deploy && yarn buildAndRunMol","playwright:ci":"yarn playwright test --grep-invert sdk","playwright:ci:failed":"yarn playwright test --last-failed --grep-invert sdk","playwright:sdk":"yarn start-server-and-test 'cd ./deploy && yarn buildDev && yarn serveLocal' 8085 'cd ./test/sdk && npx http-server' 8080 'yarn playwright test sdk --ui'","playwright:ui":"yarn playwright test --ui --grep-invert sdk",prepare:"husky",test:"jest --no-cache --verbose","test-watch":"jest --verbose --watch","test:all":"yarn lint && yarn format:check && yarn test && yarn test:vitest && yarn cypress:comp:ci && yarn playwright:ci","test:vitest":"vitest run",typecheck:"tsc -p tsconfig.checkjs.json"},a=["defaults"],n={react:"^18.3.1"},c={"@azure/event-hubs":"^5.12.2","@csstools/normalize.css":"^11.0.1","@dnd-kit/core":"^6.3.1","@dnd-kit/modifiers":"^9.0.0","@dnd-kit/sortable":"^10.0.0","@dnd-kit/utilities":"^3.2.2","@locus-labs/mod-badge":"^0.1.102","@locus-labs/mod-footer":"^0.0.111","@locus-labs/mod-header":"^0.0.105","@locus-labs/mod-location-marker":"^0.0.104","@locus-labs/mod-map-legend":"^0.0.104","@locus-labs/mod-offscreen-indicator":"^0.0.104","@locus-labs/mod-pin":"^0.0.104","@locus-labs/mod-qr-code-card":"^0.0.104","@locus-labs/mod-qr-code-window":"^0.0.105","@locus-labs/mod-walk-time-matrix":"^0.0.103","@mapbox/mapbox-gl-draw":"^1.5.0","@mapbox/mapbox-gl-draw-static-mode":"^1.0.1","@microsoft/applicationinsights-web":"^3.3.6","@turf/area":"^7.2.0","@turf/bbox-clip":"^7.2.0","@turf/bbox-polygon":"^7.2.0","@turf/bearing":"^7.2.0","@turf/circle":"^7.2.0","@turf/helpers":"^7.2.0","@turf/point-to-line-distance":"^7.2.0","@vitejs/plugin-react":"^4.3.4","axe-core":"^4.10.3",browserslist:"^4.27.0","crypto-browserify":"^3.12.1","cypress-multi-reporters":"^2.0.5","cypress-real-events":"^1.14.0","file-loader":"^6.2.0",flexsearch:"^0.7.43","h3-js":"^4.1.0",i18next:"^20.6.1","i18next-browser-languagedetector":"^6.1.1","jest-transform-css":"6.0.2",jsdom:"^25.0.1",jsonschema:"^1.5.0",luxon:"^3.5.0","maplibre-gl":"^4.7.1","mini-css-extract-plugin":"^2.9.2","mocha-junit-reporter":"^2.2.1",mochawesome:"^7.1.3","node-polyfill-webpack-plugin":"^4.1.0","path-browserify":"^1.0.1","prop-types":"^15.8.1",ramda:"^0.30.1",react:"^18.3.1","react-compound-slider":"^3.4.0","react-dom":"^18.3.1","react-json-editor-ajrm":"^2.5.14","react-qr-svg":"^2.4.0","react-svg":"^16.3.0","react-virtualized-auto-sizer":"^1.0.25","react-window":"^1.8.11","smoothscroll-polyfill":"^0.4.4","styled-components":"^6.1.15","styled-normalize":"^8.1.1","throttle-debounce":"^5.0.2",trackjs:"^3.10.4","ua-parser-js":"^0.7.40",uuid:"11.1.0",zousan:"^3.0.1","zousan-plus":"^4.0.1"},p={"@applitools/eyes-playwright":"^1.44.1","@axe-core/playwright":"^4.10.2","@azure/identity":"^4.13.0","@azure/playwright":"^1.0.0","@babel/core":"^7.26.10","@babel/eslint-parser":"^7.26.10","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-syntax-dynamic-import":"^7.8.3","@babel/plugin-syntax-import-assertions":"^7.26.0","@babel/plugin-transform-modules-commonjs":"^7.26.3","@babel/plugin-transform-runtime":"^7.26.10","@babel/preset-env":"^7.26.9","@babel/preset-react":"^7.26.3","@playwright/test":"^1.56.0","@testing-library/jest-dom":"^6.6.3","@types/react":"^19.0.10","@types/react-dom":"^19.0.4","@typescript-eslint/eslint-plugin":"^8.26.1","@typescript-eslint/parser":"^8.26.1","babel-jest":"^29.7.0","babel-loader":"^10.0.0","babel-plugin-inline-json-import":"^0.3.2","babel-plugin-module-resolver":"^5.0.2","babel-plugin-styled-components":"^2.1.4","chai-colors":"^1.0.1","css-loader":"^7.1.2",cypress:"^14.2.0","cypress-wait-until":"^3.0.2",eslint:"^8.57.1","eslint-config-prettier":"^10.1.8","eslint-config-standard":"^17.1.0","eslint-import-resolver-alias":"^1.1.2","eslint-import-resolver-typescript":"^3.9.1","eslint-plugin-cypress":"^2.15.2","eslint-plugin-import":"^2.31.0","eslint-plugin-jest":"^28.11.0","eslint-plugin-n":"^17.16.2","eslint-plugin-node":"^11.1.0","eslint-plugin-playwright":"^2.2.2","eslint-plugin-promise":"^5.2.0","eslint-plugin-react":"^7.37.4","eslint-plugin-standard":"^5.0.0","fetch-mock-jest":"^1.5.1",glob:"^11.0.1",husky:"^9.1.7",jest:"29.7.0","jest-environment-jsdom":"^29.7.0","lint-staged":"^15.5.0","node-fetch":"^2.7.0","null-loader":"^4.0.1",nx:"19.8.14","nx-remotecache-azure":"^19.0.0","os-browserify":"^0.3.0",prettier:"3.7.4","start-server-and-test":"^2.0.11",typescript:"^5.8.2",vite:"^4.3.9",vitest:"^4.0.17","webpack-merge":"^6.0.1"},d="yarn@4.7.0",m={node:"24.x"},u={},y={name:e,version:t,private:!0,license:s,type:r,main:o,workspaces:i,scripts:l,"lint-staged":{"*.js":["eslint --fix","prettier --check"],"*.{json,md,css,ts,tsx,jsx}":["prettier --check"]},browserslist:a,resolutions:n,dependencies:c,devDependencies:p,packageManager:d,engines:m,nx:u};export{a as browserslist,y as default,c as dependencies,p as devDependencies,m as engines,s as license,o as main,e as name,u as nx,d as packageManager,n as resolutions,l as scripts,r as type,t as version,i as workspaces};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import*as e from"ramda";import{findBoundsOfCoordinates as t}from"../../../src/utils/bounds.js";
|
|
1
|
+
import*as e from"ramda";import{findBoundsOfCoordinates as t}from"../../../src/utils/bounds.js";const a=async(e,t)=>fetch(t),s=e=>e=>a(0,e).then(e=>e.json()),n=e=>e=>a(0,e).then(e=>e.text()),l=e=>`https://api.content.locuslabs.com/${e}`,o=(t,a,s,n,o)=>e.mapObjIndexed((e,a)=>((e,t,a,s,n,o)=>"theme"===o||"style"===o?`${l(a)}/${t}/${o}/${n}/${s}/${o}.json`:e.replace(/https:\/\/content.locuslabs.com/gi,l(a)))(e,t,s,n,o,a),a),i=async(e,t,a)=>{const s={alpha:"alpha-a.locuslabs.com",beta:"beta-a.locuslabs.com",gamma:"gamma-a.locuslabs.com",prod:"a.locuslabs.com"},{assetStage:n,accountId:l,formatVersion:i}=e;let{venueId:c}=e;const r=`https://${s[n]||s.prod}/accounts/${l}`,u=i||"v5",d=e.dataFetch&&globalThis[e.dataFetch]&&globalThis[e.dataFetch].getFiles?await globalThis[e.dataFetch].getFiles(e):await t(`${r}/${u}.json`);if(a.length>0){const t=a.map(e=>e.slice(0,2));for(let a=0;a<t.length;a+=1)if(d[`${c}${t[a]}`]){c=`${c}${t[a]}`,e.venueId=`${c}`;break}}if(!d[c])throw Error(`Attempt to access venue ${c} which is not within venue list: ${Object.keys(d)}`);const g=d[c].files,h=(e.dataFetch&&globalThis[e.dataFetch]&&globalThis[e.dataFetch].getVenueData?await globalThis[e.dataFetch].getVenueData(e):await t(g.venueData))[c];h.tileServerAuthInfo&&function(e){const t={defaultOrdinal:0,defaultStructureId:"singleBuilding",formatVersion:"v5",structures:{singleBuilding:{name:"singleBuilding",boundsPolygon:[],defaultLevelId:"singleLevel",id:"singleBuilding",levels:{singleLevel:{boundsPolygon:[],clfloor:0,details:"",id:"singleLevel",name:"singleLevel",ordinal:0}}}},structureOrder:["singleBuilding"]};for(const a in t)e[a]=t[a]}(h),h.venueList=d;const b=(e=>{const t=e.deepLinkProps?e.deepLinkProps.contentStage:null;return"alpha"===t||"beta"===t||"prod"===t?t:null})(e);return h.files=b?o(h.category,g,b,l,c):g,h},c=e=>{const{structureOrder:a,structures:s}=e;return a.map(e=>{const a=s[e];Object.values(a.levels).forEach(e=>e.bounds=t(e.boundsPolygon));const n=t(a.boundsPolygon);return{...a,bounds:n}})};const r=([e,t,...a])=>[t,e,...a],u=(e,t)=>{return!e||!Array.isArray(e)||e.length<1?e:(a=e[0][0],s=t.ne.lng,n=t.sw.lng,(a>s?a<=n:e=>n)?e:e.map(r));var a,s,n};export{c as buildStructures,s as createFetchJson,n as createFetchText,i as getVenueDataFromUrls,u as normalizeCoords};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function n(t,
|
|
1
|
+
function n(e,t,o,r){let u=t;o&&(u+="-"+o);const f=e[u];return f||(o?o.indexOf("-")>0?n(e,t,o.substring(0,o.indexOf("-")),r):n(e,t,null,r):r)}function e(n,e){if(!n.config.debug)return!1;let t=n.config.debug[e];return null!=t&&!1!==t&&(!0===t||(t=t.toLowerCase?t.toLowerCase():t,"no"!==t&&"false"!==t))}export{e as debugIsTrue,n as getLocalized};
|
package/package.json
CHANGED