mobility-toolbox-js 2.0.0-beta.35 → 2.0.0-beta.36
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/index.d.ts
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
export * as ol from "./ol";
|
|
2
|
+
export * as mapbox from "./mapbox";
|
|
1
3
|
declare namespace _default {
|
|
2
4
|
export { ol };
|
|
3
5
|
export { mapbox };
|
|
4
6
|
}
|
|
5
7
|
export default _default;
|
|
8
|
+
import * as ol from "./ol";
|
|
9
|
+
import * as mapbox from "./mapbox";
|
|
6
10
|
//# sourceMappingURL=index.d.ts.map
|
package/mapbox/index.d.ts
CHANGED
|
@@ -65,7 +65,7 @@ declare class RoutingControl extends Control implements RoutingInterface {
|
|
|
65
65
|
/** @ignore */
|
|
66
66
|
stopsApiUrl: any;
|
|
67
67
|
/** @ignore */
|
|
68
|
-
api:
|
|
68
|
+
api: RoutingAPI;
|
|
69
69
|
/** @ignore */
|
|
70
70
|
routingLayer: any;
|
|
71
71
|
/** @ignore */
|
|
@@ -175,6 +175,7 @@ declare class RoutingControl extends Control implements RoutingInterface {
|
|
|
175
175
|
graphsResolutions: any;
|
|
176
176
|
}
|
|
177
177
|
import Control from "../../common/controls/Control";
|
|
178
|
+
import { RoutingAPI } from "../../api";
|
|
178
179
|
import { Feature } from "ol";
|
|
179
180
|
import { GeoJSON } from "ol/format";
|
|
180
181
|
//# sourceMappingURL=RoutingControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoutingControl.d.ts","sourceRoot":"","sources":["../../../src/ol/controls/RoutingControl.js"],"names":[],"mappings":";AAiDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wDAFgB,gBAAgB;IAoH9B;;;;OAIG;IACH,oCAMC;IA5HD,0BA+GC;IAlFC,qDAAqD;IACrD,iBAAoB;IAEpB,cAAc;IACd,YAAgD;IAEhD,cAAc;IACd,SAA+B;IAE/B,cAAc;IACd,gBAAsC;IAEtC,cAAc;IACd,sBAAsD;IAEtD,cAAc;IACd,qBAAuD;IAEvD,cAAc;IACd,0BAAiE;IAEjE,cAAc;IACd,qBAA0B;IAE1B,cAAc;IACd,wBAA0B;IAE1B,cAAc;IACd,YAA4B;IAE5B,cAAc;IACd,iBAAqD;IAErD,cAAc;IACd,gBAAkB;IAElB,cAAc;IACd,iBAA0E;IAE1E,cAAc;IACd,
|
|
1
|
+
{"version":3,"file":"RoutingControl.d.ts","sourceRoot":"","sources":["../../../src/ol/controls/RoutingControl.js"],"names":[],"mappings":";AAiDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wDAFgB,gBAAgB;IAoH9B;;;;OAIG;IACH,oCAMC;IA5HD,0BA+GC;IAlFC,qDAAqD;IACrD,iBAAoB;IAEpB,cAAc;IACd,YAAgD;IAEhD,cAAc;IACd,SAA+B;IAE/B,cAAc;IACd,gBAAsC;IAEtC,cAAc;IACd,sBAAsD;IAEtD,cAAc;IACd,qBAAuD;IAEvD,cAAc;IACd,0BAAiE;IAEjE,cAAc;IACd,qBAA0B;IAE1B,cAAc;IACd,wBAA0B;IAE1B,cAAc;IACd,YAA4B;IAE5B,cAAc;IACd,iBAAqD;IAErD,cAAc;IACd,gBAAkB;IAElB,cAAc;IACd,iBAA0E;IAE1E,cAAc;IACd,gBAEE;IAEF,cAAc;IACd,kBAKI;IAEJ,cAAc;IACd,kBAUI;IAEJ,cAAc;IACd,iBAAmB;IAoXrB;;;;;OAKG;IACH,mBAeC;IA4CD;;;;;OAKG;IACH,oBAqBC;IArED;;;;OAIG;IACH,sBAmCC;IAxaC,cAAc;IACd,2KAA+C;IAmBjD;;;;;;;;;OASG;IACH,wGAYC;IAED;;;;OAIG;IACH,uBAFW,MAAM,QAYhB;IAED;;;OAGG;IACH,8BAFW,MAAM,MAAM,MAAM,CAAC,CAAC,QAS9B;IAED;;OAEG;IACH,cASC;IAED;;;OAGG;IACH,sBAeC;IAED;;;;;;OAMG;IACH,kBA0HC;IAED;;;;OAIG;IACH,qBAkHC;IA2DC,cAAc;IACd;;;;kBAIC;IAsCD,cAAc;IACd,uCAA+C;IAYjD;;;OAGG;IACH,gCA8BC;IA7BC;;;OAGG;IAEH,0BAoBE;IAMJ;;;OAGG;IACH,qBAOC;IAFC,cAAc;IACd,mBAAgE;IAGlE;;;OAGG;IACH,wBAEC;IAKG,cAAc;IACd,4BAEE;IAEF,cAAc;IACd,uBAGC;CA2BN"}
|
package/ol/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "mobility-toolbox-js",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"description": "Toolbox for JavaScript applications in the domains of mobility and logistics.",
|
|
5
|
-
"version": "2.0.0-beta.
|
|
5
|
+
"version": "2.0.0-beta.36",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": "./index.js",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"cy:test:firefox": "yarn build && start-server-and-test start http://localhost:3000 'cypress run --browser firefox'",
|
|
98
98
|
"dev": "yarn doc && yarn dev:examples",
|
|
99
99
|
"dev:examples": "cd doc && yarn dev",
|
|
100
|
-
"doc": "yarn apidoc && cd doc && yarn install --frozen-lockfile && yarn build",
|
|
100
|
+
"doc": "yarn build && yarn apidoc && cd doc && yarn install --frozen-lockfile && yarn build",
|
|
101
101
|
"esbuild": "yarn esbuild:all && yarn esbuild:iife",
|
|
102
102
|
"esbuild:all": "esbuild src/index.js src/**/*.js src/**/*.ts src/**/**/*.js src/**/**/*.ts --target=chrome100 --outdir=build/ --loader:.js=jsx",
|
|
103
103
|
"esbuild:iife": "yarn esbuild:iife:unminify && yarn esbuild:iife:minify",
|