ol 10.1.1-dev.1724487165147 → 10.1.1-dev.1724790257908
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/ol.js +1 -1
- package/dist/ol.js.map +1 -1
- package/interaction/Interaction.d.ts +2 -2
- package/interaction/Interaction.d.ts.map +1 -1
- package/interaction/Interaction.js +1 -1
- package/package.json +1 -1
- package/util.js +1 -1
|
@@ -27,7 +27,7 @@ export type InteractionOptions = {
|
|
|
27
27
|
* prevented (this includes functions with no explicit return). The interactions
|
|
28
28
|
* are traversed in reverse order of the interactions collection of the map.
|
|
29
29
|
*/
|
|
30
|
-
handleEvent
|
|
30
|
+
handleEvent?: ((arg0: import("../MapBrowserEvent.js").default<any>) => boolean) | undefined;
|
|
31
31
|
};
|
|
32
32
|
/***
|
|
33
33
|
* @template Return
|
|
@@ -40,7 +40,7 @@ export type InteractionOptions = {
|
|
|
40
40
|
/**
|
|
41
41
|
* Object literal with config options for interactions.
|
|
42
42
|
* @typedef {Object} InteractionOptions
|
|
43
|
-
* @property {function(import("../MapBrowserEvent.js").default):boolean} handleEvent
|
|
43
|
+
* @property {function(import("../MapBrowserEvent.js").default):boolean} [handleEvent]
|
|
44
44
|
* Method called by the map to notify the interaction that a browser event was
|
|
45
45
|
* dispatched to the map. If the function returns a falsy value, propagation of
|
|
46
46
|
* the event to other interactions in the map's interactions chain will be
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Interaction.d.ts","sourceRoot":"","sources":["Interaction.js"],"names":[],"mappings":"AA6HA;;;;GAIG;AACH,0BAJW,OAAO,YAAY,EAAE,OAAO,SAC5B,OAAO,kBAAkB,EAAE,UAAU,uCAa/C;AAED;;;;;GAKG;AACH,kCALW,OAAO,YAAY,EAAE,OAAO,SAC5B,MAAM,mGAuBhB;;;;;mCA/JY,MAAM,IACN,OAAO,eAAe,EAAE,WAAW,CAAC,OAAO,eAAe,EAAE,UAAU,EAAE,OAAO,oBAAoB,EAAE,OAAO,EAAE,MAAM,CAAC,GACjI,OAAW,eAAe,EAAE,WAAW,CAAC,OAAO,oBAAoB,EAAE,KAAK,GAC1E,eAAqB,EAAE,OAAO,WAAW,EAAE,WAAW,EAAE,MAAM,CAAC,GAC/D,OAAW,eAAe,EAAE,mBAAmB,CAAC,OAAO,eAAe,EAAE,UAAU,GAAC,OAAO,oBAAoB,EAAE,KAAK,GACrH,eAAqB,EAAE,MAAM,CAAC;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Interaction.d.ts","sourceRoot":"","sources":["Interaction.js"],"names":[],"mappings":"AA6HA;;;;GAIG;AACH,0BAJW,OAAO,YAAY,EAAE,OAAO,SAC5B,OAAO,kBAAkB,EAAE,UAAU,uCAa/C;AAED;;;;;GAKG;AACH,kCALW,OAAO,YAAY,EAAE,OAAO,SAC5B,MAAM,mGAuBhB;;;;;mCA/JY,MAAM,IACN,OAAO,eAAe,EAAE,WAAW,CAAC,OAAO,eAAe,EAAE,UAAU,EAAE,OAAO,oBAAoB,EAAE,OAAO,EAAE,MAAM,CAAC,GACjI,OAAW,eAAe,EAAE,WAAW,CAAC,OAAO,oBAAoB,EAAE,KAAK,GAC1E,eAAqB,EAAE,OAAO,WAAW,EAAE,WAAW,EAAE,MAAM,CAAC,GAC/D,OAAW,eAAe,EAAE,mBAAmB,CAAC,OAAO,eAAe,EAAE,UAAU,GAAC,OAAO,oBAAoB,EAAE,KAAK,GACrH,eAAqB,EAAE,MAAM,CAAC;;;;;;;;;;;;0BAMR,4CAAuC,KAAE,OAAO;;AAZvE;;;;;;;GAOG;AAEH;;;;;;;;;GASG;AAEH;;;;;;;;;;;;GAYG;AACH;IACE;;OAEG;IACH,sDA6BC;IA1BC;;OAEG;IACH,IAFU,sBAAsB,CAAC,OAAO,WAAW,EAAE,SAAS,CAAC,CAExD;IAEP;;OAEG;IACH,MAFU,sBAAsB,CAAC,OAAO,WAAW,EAAE,SAAS,CAAC,CAEtD;IAET;;OAEG;IACH,IAFU,sBAAsB,CAAC,IAAI,CAAC,CAE/B;IAkCT;;;;;OAKG;IACH,6BAJW,4CAAuC,GACtC,OAAO,CAKlB;IApCC;;;OAGG;IACH,aAAgB;IAKlB;;;;;OAKG;IACH,aAJY,OAAO,CAMlB;IAED;;;;OAIG;IACH,UAHY,OAAO,WAAW,EAAE,OAAO,GAAC,IAAI,CAK3C;IAYD;;;;;OAKG;IACH,kBAJW,OAAO,QAMjB;IAED;;;;;OAKG;IACH,YAFW,OAAO,WAAW,EAAE,OAAO,GAAC,IAAI,QAI1C;CACF;uBAxHsB,cAAc"}
|
|
@@ -17,7 +17,7 @@ import {easeOut, linear} from '../easing.js';
|
|
|
17
17
|
/**
|
|
18
18
|
* Object literal with config options for interactions.
|
|
19
19
|
* @typedef {Object} InteractionOptions
|
|
20
|
-
* @property {function(import("../MapBrowserEvent.js").default):boolean} handleEvent
|
|
20
|
+
* @property {function(import("../MapBrowserEvent.js").default):boolean} [handleEvent]
|
|
21
21
|
* Method called by the map to notify the interaction that a browser event was
|
|
22
22
|
* dispatched to the map. If the function returns a falsy value, propagation of
|
|
23
23
|
* the event to other interactions in the map's interactions chain will be
|
package/package.json
CHANGED
package/util.js
CHANGED