@carto/ps-react-maps 3.11.4 → 3.11.5
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.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/types/models/use-common-model.d.ts +4 -2
- package/dist/types/models/use-widget-model.d.ts +3 -1
- package/dist/types/providers/sources/store.d.ts +3 -1
- package/dist/types/providers/sources/types.d.ts +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3005,23 +3005,23 @@ function sr(r) {
|
|
|
3005
3005
|
return JSON.stringify(e);
|
|
3006
3006
|
}
|
|
3007
3007
|
function ie(r) {
|
|
3008
|
-
const e = O(
|
|
3008
|
+
const e = O(13), {
|
|
3009
3009
|
accessToken: t,
|
|
3010
3010
|
sourceId: s,
|
|
3011
3011
|
widgetProps: n,
|
|
3012
3012
|
additionalFilter: o
|
|
3013
|
-
} = r, i = Jn(s, o), a = er(t, s), c = a?.props.headers;
|
|
3014
|
-
let l;
|
|
3015
|
-
e[0] !== c ? (l = sr(c), e[0] = c, e[1] = l) : l = e[1];
|
|
3013
|
+
} = r, i = Jn(s, o), a = er(t, s), c = a?.props.queryParameters, l = a?.props.headers;
|
|
3016
3014
|
let y;
|
|
3017
|
-
e[
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3015
|
+
e[0] !== l ? (y = sr(l), e[0] = l, e[1] = y) : y = e[1];
|
|
3016
|
+
let h;
|
|
3017
|
+
e[2] !== t || e[3] !== i || e[4] !== s || e[5] !== c || e[6] !== y || e[7] !== n ? (h = [s, t, n, c, i, y], e[2] = t, e[3] = i, e[4] = s, e[5] = c, e[6] = y, e[7] = n, e[8] = h) : h = e[8];
|
|
3018
|
+
const g = h;
|
|
3019
|
+
let p;
|
|
3020
|
+
return e[9] !== i || e[10] !== g || e[11] !== a ? (p = {
|
|
3021
3021
|
mergedFilters: i,
|
|
3022
3022
|
widgetModel: a,
|
|
3023
|
-
queryKey:
|
|
3024
|
-
}, e[
|
|
3023
|
+
queryKey: g
|
|
3024
|
+
}, e[9] = i, e[10] = g, e[11] = a, e[12] = p) : p = e[12], p;
|
|
3025
3025
|
}
|
|
3026
3026
|
function nr(r) {
|
|
3027
3027
|
const e = O(21), {
|