@perses-dev/clickhouse-plugin 0.6.0-rc.0 → 0.6.0

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 (37) hide show
  1. package/__mf/js/{ClickHouse.ba5b2774.js → ClickHouse.4e6199f7.js} +7 -7
  2. package/__mf/js/async/1728.a4ac7d54.js +1 -0
  3. package/__mf/js/async/3981.9bd5679b.js +3 -0
  4. package/__mf/js/async/{599.37f9fe2f.js → 599.e213c21c.js} +1 -1
  5. package/__mf/js/async/{7984.4d7e50a7.js → 7984.549ad1a9.js} +3 -3
  6. package/__mf/js/async/__federation_expose_ClickHouseDatasource.0e124aef.js +2 -0
  7. package/__mf/js/async/__federation_expose_ClickHouseLogQuery.605ad0d2.js +20 -0
  8. package/__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.a7927056.js +20 -0
  9. package/__mf/js/{main.7a5a7337.js → main.39993ad6.js} +2 -2
  10. package/lib/cjs/model/click-house-client.js +21 -4
  11. package/lib/cjs/queries/click-house-log-query/get-click-house-log-data.js +8 -4
  12. package/lib/cjs/queries/click-house-time-series-query/get-click-house-data.js +63 -17
  13. package/lib/model/click-house-client.d.ts +4 -0
  14. package/lib/model/click-house-client.d.ts.map +1 -1
  15. package/lib/model/click-house-client.js +7 -1
  16. package/lib/model/click-house-client.js.map +1 -1
  17. package/lib/model/click-house-data-types.d.ts +1 -1
  18. package/lib/model/click-house-data-types.d.ts.map +1 -1
  19. package/lib/model/click-house-data-types.js.map +1 -1
  20. package/lib/queries/click-house-log-query/get-click-house-log-data.d.ts.map +1 -1
  21. package/lib/queries/click-house-log-query/get-click-house-log-data.js +8 -4
  22. package/lib/queries/click-house-log-query/get-click-house-log-data.js.map +1 -1
  23. package/lib/queries/click-house-time-series-query/get-click-house-data.d.ts.map +1 -1
  24. package/lib/queries/click-house-time-series-query/get-click-house-data.js +63 -17
  25. package/lib/queries/click-house-time-series-query/get-click-house-data.js.map +1 -1
  26. package/mf-manifest.json +21 -21
  27. package/mf-stats.json +21 -21
  28. package/package.json +7 -7
  29. package/__mf/js/async/1728.4701af26.js +0 -1
  30. package/__mf/js/async/9741.fd7364fe.js +0 -3
  31. package/__mf/js/async/__federation_expose_ClickHouseDatasource.ab639854.js +0 -2
  32. package/__mf/js/async/__federation_expose_ClickHouseLogQuery.c6e14ba3.js +0 -20
  33. package/__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.4a3b89dc.js +0 -20
  34. /package/__mf/js/async/{7984.4d7e50a7.js.LICENSE.txt → 7984.549ad1a9.js.LICENSE.txt} +0 -0
  35. /package/__mf/js/async/{__federation_expose_ClickHouseDatasource.ab639854.js.LICENSE.txt → __federation_expose_ClickHouseDatasource.0e124aef.js.LICENSE.txt} +0 -0
  36. /package/__mf/js/async/{__federation_expose_ClickHouseLogQuery.c6e14ba3.js.LICENSE.txt → __federation_expose_ClickHouseLogQuery.605ad0d2.js.LICENSE.txt} +0 -0
  37. /package/__mf/js/async/{__federation_expose_ClickHouseTimeSeriesQuery.4a3b89dc.js.LICENSE.txt → __federation_expose_ClickHouseTimeSeriesQuery.a7927056.js.LICENSE.txt} +0 -0
package/mf-manifest.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "ClickHouse",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.6.0-rc.0",
8
+ "buildVersion": "0.6.0",
9
9
  "buildName": "@perses-dev/clickhouse-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/ClickHouse.ba5b2774.js",
12
+ "name": "__mf/js/ClickHouse.4e6199f7.js",
13
13
  "path": "",
14
14
  "type": "global"
15
15
  },
@@ -89,9 +89,9 @@
89
89
  {
90
90
  "id": "ClickHouse:@perses-dev/components",
91
91
  "name": "@perses-dev/components",
92
- "version": "0.54.0-rc.0",
92
+ "version": "0.54.0",
93
93
  "singleton": true,
94
- "requiredVersion": "^0.54.0-rc.0",
94
+ "requiredVersion": "^0.54.0",
95
95
  "assets": {
96
96
  "js": {
97
97
  "async": [],
@@ -111,14 +111,14 @@
111
111
  {
112
112
  "id": "ClickHouse:@perses-dev/dashboards",
113
113
  "name": "@perses-dev/dashboards",
114
- "version": "0.54.0-rc.0",
114
+ "version": "0.54.0",
115
115
  "singleton": true,
116
- "requiredVersion": "^0.54.0-rc.0",
116
+ "requiredVersion": "^0.54.0",
117
117
  "assets": {
118
118
  "js": {
119
119
  "async": [],
120
120
  "sync": [
121
- "__mf/js/async/7984.4d7e50a7.js"
121
+ "__mf/js/async/7984.549ad1a9.js"
122
122
  ]
123
123
  },
124
124
  "css": {
@@ -131,14 +131,14 @@
131
131
  {
132
132
  "id": "ClickHouse:@perses-dev/explore",
133
133
  "name": "@perses-dev/explore",
134
- "version": "0.54.0-rc.0",
134
+ "version": "0.54.0",
135
135
  "singleton": true,
136
- "requiredVersion": "^0.54.0-rc.0",
136
+ "requiredVersion": "^0.54.0",
137
137
  "assets": {
138
138
  "js": {
139
139
  "async": [],
140
140
  "sync": [
141
- "__mf/js/async/1728.4701af26.js"
141
+ "__mf/js/async/1728.a4ac7d54.js"
142
142
  ]
143
143
  },
144
144
  "css": {
@@ -151,14 +151,14 @@
151
151
  {
152
152
  "id": "ClickHouse:@perses-dev/plugin-system",
153
153
  "name": "@perses-dev/plugin-system",
154
- "version": "0.54.0-rc.0",
154
+ "version": "0.54.0",
155
155
  "singleton": true,
156
- "requiredVersion": "^0.54.0-rc.0",
156
+ "requiredVersion": "^0.54.0",
157
157
  "assets": {
158
158
  "js": {
159
159
  "async": [],
160
160
  "sync": [
161
- "__mf/js/async/9741.fd7364fe.js"
161
+ "__mf/js/async/3981.9bd5679b.js"
162
162
  ]
163
163
  },
164
164
  "css": {
@@ -357,15 +357,15 @@
357
357
  "assets": {
358
358
  "js": {
359
359
  "sync": [
360
- "__mf/js/async/__federation_expose_ClickHouseDatasource.ab639854.js"
360
+ "__mf/js/async/__federation_expose_ClickHouseDatasource.0e124aef.js"
361
361
  ],
362
362
  "async": [
363
363
  "__mf/js/async/1825.299edaf9.js",
364
364
  "__mf/js/async/9754.9ea7778b.js",
365
365
  "__mf/js/async/6045.9b807b97.js",
366
- "__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.4a3b89dc.js",
367
- "__mf/js/async/__federation_expose_ClickHouseLogQuery.c6e14ba3.js",
368
- "__mf/js/async/599.37f9fe2f.js",
366
+ "__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.a7927056.js",
367
+ "__mf/js/async/__federation_expose_ClickHouseLogQuery.605ad0d2.js",
368
+ "__mf/js/async/599.e213c21c.js",
369
369
  "__mf/js/async/1811.29b51780.js",
370
370
  "__mf/js/async/9836.75f99110.js",
371
371
  "__mf/js/async/6155.1398a410.js",
@@ -396,10 +396,10 @@
396
396
  "__mf/js/async/1825.299edaf9.js",
397
397
  "__mf/js/async/9754.9ea7778b.js",
398
398
  "__mf/js/async/6045.9b807b97.js",
399
- "__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.4a3b89dc.js"
399
+ "__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.a7927056.js"
400
400
  ],
401
401
  "async": [
402
- "__mf/js/async/599.37f9fe2f.js",
402
+ "__mf/js/async/599.e213c21c.js",
403
403
  "__mf/js/async/1811.29b51780.js",
404
404
  "__mf/js/async/9877.8f08e12a.js",
405
405
  "__mf/js/async/3059.3d9dad23.js",
@@ -430,10 +430,10 @@
430
430
  "__mf/js/async/1825.299edaf9.js",
431
431
  "__mf/js/async/9754.9ea7778b.js",
432
432
  "__mf/js/async/6045.9b807b97.js",
433
- "__mf/js/async/__federation_expose_ClickHouseLogQuery.c6e14ba3.js"
433
+ "__mf/js/async/__federation_expose_ClickHouseLogQuery.605ad0d2.js"
434
434
  ],
435
435
  "async": [
436
- "__mf/js/async/599.37f9fe2f.js",
436
+ "__mf/js/async/599.e213c21c.js",
437
437
  "__mf/js/async/1811.29b51780.js",
438
438
  "__mf/js/async/9877.8f08e12a.js",
439
439
  "__mf/js/async/3059.3d9dad23.js",
package/mf-stats.json CHANGED
@@ -5,11 +5,11 @@
5
5
  "name": "ClickHouse",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "0.6.0-rc.0",
8
+ "buildVersion": "0.6.0",
9
9
  "buildName": "@perses-dev/clickhouse-plugin"
10
10
  },
11
11
  "remoteEntry": {
12
- "name": "__mf/js/ClickHouse.ba5b2774.js",
12
+ "name": "__mf/js/ClickHouse.4e6199f7.js",
13
13
  "path": "",
14
14
  "type": "global"
15
15
  },
@@ -100,10 +100,10 @@
100
100
  },
101
101
  {
102
102
  "singleton": true,
103
- "requiredVersion": "^0.54.0-rc.0",
103
+ "requiredVersion": "^0.54.0",
104
104
  "shareScope": "default",
105
105
  "name": "@perses-dev/components",
106
- "version": "0.54.0-rc.0",
106
+ "version": "0.54.0",
107
107
  "eager": false,
108
108
  "id": "ClickHouse:@perses-dev/components",
109
109
  "assets": {
@@ -126,17 +126,17 @@
126
126
  },
127
127
  {
128
128
  "singleton": true,
129
- "requiredVersion": "^0.54.0-rc.0",
129
+ "requiredVersion": "^0.54.0",
130
130
  "shareScope": "default",
131
131
  "name": "@perses-dev/dashboards",
132
- "version": "0.54.0-rc.0",
132
+ "version": "0.54.0",
133
133
  "eager": false,
134
134
  "id": "ClickHouse:@perses-dev/dashboards",
135
135
  "assets": {
136
136
  "js": {
137
137
  "async": [],
138
138
  "sync": [
139
- "__mf/js/async/7984.4d7e50a7.js"
139
+ "__mf/js/async/7984.549ad1a9.js"
140
140
  ]
141
141
  },
142
142
  "css": {
@@ -150,17 +150,17 @@
150
150
  },
151
151
  {
152
152
  "singleton": true,
153
- "requiredVersion": "^0.54.0-rc.0",
153
+ "requiredVersion": "^0.54.0",
154
154
  "shareScope": "default",
155
155
  "name": "@perses-dev/explore",
156
- "version": "0.54.0-rc.0",
156
+ "version": "0.54.0",
157
157
  "eager": false,
158
158
  "id": "ClickHouse:@perses-dev/explore",
159
159
  "assets": {
160
160
  "js": {
161
161
  "async": [],
162
162
  "sync": [
163
- "__mf/js/async/1728.4701af26.js"
163
+ "__mf/js/async/1728.a4ac7d54.js"
164
164
  ]
165
165
  },
166
166
  "css": {
@@ -174,17 +174,17 @@
174
174
  },
175
175
  {
176
176
  "singleton": true,
177
- "requiredVersion": "^0.54.0-rc.0",
177
+ "requiredVersion": "^0.54.0",
178
178
  "shareScope": "default",
179
179
  "name": "@perses-dev/plugin-system",
180
- "version": "0.54.0-rc.0",
180
+ "version": "0.54.0",
181
181
  "eager": false,
182
182
  "id": "ClickHouse:@perses-dev/plugin-system",
183
183
  "assets": {
184
184
  "js": {
185
185
  "async": [],
186
186
  "sync": [
187
- "__mf/js/async/9741.fd7364fe.js"
187
+ "__mf/js/async/3981.9bd5679b.js"
188
188
  ]
189
189
  },
190
190
  "css": {
@@ -424,15 +424,15 @@
424
424
  "assets": {
425
425
  "js": {
426
426
  "sync": [
427
- "__mf/js/async/__federation_expose_ClickHouseDatasource.ab639854.js"
427
+ "__mf/js/async/__federation_expose_ClickHouseDatasource.0e124aef.js"
428
428
  ],
429
429
  "async": [
430
430
  "__mf/js/async/1825.299edaf9.js",
431
431
  "__mf/js/async/9754.9ea7778b.js",
432
432
  "__mf/js/async/6045.9b807b97.js",
433
- "__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.4a3b89dc.js",
434
- "__mf/js/async/__federation_expose_ClickHouseLogQuery.c6e14ba3.js",
435
- "__mf/js/async/599.37f9fe2f.js",
433
+ "__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.a7927056.js",
434
+ "__mf/js/async/__federation_expose_ClickHouseLogQuery.605ad0d2.js",
435
+ "__mf/js/async/599.e213c21c.js",
436
436
  "__mf/js/async/1811.29b51780.js",
437
437
  "__mf/js/async/9836.75f99110.js",
438
438
  "__mf/js/async/6155.1398a410.js",
@@ -465,10 +465,10 @@
465
465
  "__mf/js/async/1825.299edaf9.js",
466
466
  "__mf/js/async/9754.9ea7778b.js",
467
467
  "__mf/js/async/6045.9b807b97.js",
468
- "__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.4a3b89dc.js"
468
+ "__mf/js/async/__federation_expose_ClickHouseTimeSeriesQuery.a7927056.js"
469
469
  ],
470
470
  "async": [
471
- "__mf/js/async/599.37f9fe2f.js",
471
+ "__mf/js/async/599.e213c21c.js",
472
472
  "__mf/js/async/1811.29b51780.js",
473
473
  "__mf/js/async/9877.8f08e12a.js",
474
474
  "__mf/js/async/3059.3d9dad23.js",
@@ -501,10 +501,10 @@
501
501
  "__mf/js/async/1825.299edaf9.js",
502
502
  "__mf/js/async/9754.9ea7778b.js",
503
503
  "__mf/js/async/6045.9b807b97.js",
504
- "__mf/js/async/__federation_expose_ClickHouseLogQuery.c6e14ba3.js"
504
+ "__mf/js/async/__federation_expose_ClickHouseLogQuery.605ad0d2.js"
505
505
  ],
506
506
  "async": [
507
- "__mf/js/async/599.37f9fe2f.js",
507
+ "__mf/js/async/599.e213c21c.js",
508
508
  "__mf/js/async/1811.29b51780.js",
509
509
  "__mf/js/async/9877.8f08e12a.js",
510
510
  "__mf/js/async/3059.3d9dad23.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perses-dev/clickhouse-plugin",
3
- "version": "0.6.0-rc.0",
3
+ "version": "0.6.0",
4
4
  "license": "Apache-2.0",
5
5
  "scripts": {
6
6
  "dev": "rsbuild dev",
@@ -20,12 +20,12 @@
20
20
  "@emotion/react": "^11.7.1",
21
21
  "@emotion/styled": "^11.6.0",
22
22
  "@hookform/resolvers": "^3.2.0",
23
- "@perses-dev/components": "^0.54.0-rc.0",
24
- "@perses-dev/dashboards": "^0.54.0-rc.0",
25
- "@perses-dev/spec": "^0.2.0-beta.9",
26
- "@perses-dev/explore": "^0.54.0-rc.0",
27
- "@perses-dev/plugin-system": "^0.54.0-rc.0",
28
- "@perses-dev/client": "^0.54.0-rc.0",
23
+ "@perses-dev/components": "^0.54.0",
24
+ "@perses-dev/dashboards": "^0.54.0",
25
+ "@perses-dev/spec": "^0.2.0",
26
+ "@perses-dev/explore": "^0.54.0",
27
+ "@perses-dev/plugin-system": "^0.54.0",
28
+ "@perses-dev/client": "^0.54.0",
29
29
  "@tanstack/react-query": "^4.39.1",
30
30
  "date-fns": "^4.1.0",
31
31
  "date-fns-tz": "^3.2.0",
@@ -1 +0,0 @@
1
- (self.chunk_ClickHouse=self.chunk_ClickHouse||[]).push([["1728"],{8072(e,t,r){"use strict";r.d(t,{A:()=>c});var o=r(70451),n=r(31789),a=r(70320),i=r(45827);let l={...o}.useSyncExternalStore;function p(e={}){let{themeId:t}=e;return function(e,r={}){let p=(0,i.A)();p&&t&&(p=p[t]||p);let c="u">typeof window&&void 0!==window.matchMedia,{defaultMatches:u=!1,matchMedia:s=c?window.matchMedia:null,ssrMatchMedia:y=null,noSsr:f=!1}=(0,a.A)({name:"MuiUseMediaQuery",props:r,theme:p}),d="function"==typeof e?e(p):e;return(d=d.replace(/^@media( ?)/m,"")).includes("print")&&console.warn("MUI: You have provided a `print` query to the `useMediaQuery` hook.\nUsing the print media query to modify print styles can lead to unexpected results.\nConsider using the `displayPrint` field in the `sx` prop instead.\nMore information about `displayPrint` on our docs: https://mui.com/system/display/#display-in-print."),(void 0!==l?function(e,t,r,n,a){let i=o.useCallback(()=>t,[t]),p=o.useMemo(()=>{if(a&&r)return()=>r(e).matches;if(null!==n){let{matches:t}=n(e);return()=>t}return i},[i,e,n,a,r]),[c,u]=o.useMemo(()=>{if(null===r)return[i,()=>()=>{}];let t=r(e);return[()=>t.matches,e=>(t.addEventListener("change",e),()=>{t.removeEventListener("change",e)})]},[i,r,e]);return l(u,c,p)}:function(e,t,r,a,i){let[l,p]=o.useState(()=>i&&r?r(e).matches:a?a(e).matches:t);return(0,n.A)(()=>{if(!r)return;let t=r(e),o=()=>{p(t.matches)};return o(),t.addEventListener("change",o),()=>{t.removeEventListener("change",o)}},[e,r]),l})(d,u,s,y,f)}}p();let c=p({themeId:r(93724).A})},1379(e,t,r){"use strict";r.r(t),r.d(t,{ExploreManager:()=>j,ExploreToolbar:()=>O,explorerQueryConfig:()=>_,ExplorerManagerProvider:()=>s,ViewExplore:()=>P,ExplorerManagerProviderWithQueryParams:()=>d,useExplorerQueryParams:()=>I,useExplorerManagerContext:()=>y});var o=r(62540),n=r(74628),a=r(1418),i=r(66426),l=r(97954),p=r(70451),c=r(57348);let u=(0,p.createContext)(void 0);function s({children:e,store:t}){let[r,n]=(0,p.useState)({}),a=(0,p.useState)({explorer:void 0,data:{}}),[i,l]=t||a,{explorer:c,data:y}=i;return(0,o.jsx)(u.Provider,{value:{explorer:c,data:y,setExplorer:function(e){c&&(r[c]={data:y},n(r));let t=r[e]??{data:{}};l({explorer:e,data:t.data})},setData:function(e){l({explorer:c,data:e})}},children:e})}function y(){let e=(0,p.useContext)(u);if(void 0===e)throw Error("No ExplorerManagerContext found. Did you forget a Provider?");return e}let f={explorer:(0,c.withDefault)(c.StringParam,void 0),data:(0,c.withDefault)(c.JsonParam,{})};function d({children:e}){let[t,r]=(0,c.useQueryParams)(f);return(0,o.jsx)(s,{store:[t,r],children:e})}var m=r(8072),h=r(315),g=r(7013),b=r(87034),v=r(33868),x=r(68150),w=r(11061),A=r(27794),S=r(56599);let O=e=>{let{exploreTitleComponent:t}=e,r=(0,m.A)((0,S.A)().breakpoints.up("lg")),{timeZone:i,setTimeZone:l}=(0,a.useTimeZoneParams)("local");return(0,o.jsx)(h.A,{"data-testid":"explore-toolbar",children:(0,o.jsxs)(n.A,{sx:{display:"flex",width:"100%"},children:[t,(0,o.jsx)(h.A,{direction:"row",spacing:1,ml:"auto",flexWrap:r?"nowrap":"wrap-reverse",justifyContent:"end",children:(0,o.jsx)(a.TimeRangeControls,{timeZone:i,onTimeZoneChange:e=>l(e.value)})})]})})};function j(e){let{exploreTitleComponent:t}=e,{explorer:r,setExplorer:l}=y(),c=(0,a.useListPluginMetadata)(["Explore"]),u=(0,m.A)("(max-width: 768px)"),[s,f]=(0,i.useLocalStorage)("PERSES_EXPLORE_TABS_COLLAPSED",!1),d=(0,p.useMemo)(()=>Object.fromEntries(c.data?.map(e=>[`${e.module.name}-${e.spec.name}`,e])??[]),[c.data]);(0,p.useEffect)(()=>{let e=Object.keys(d);!r&&e?.[0]&&l(e[0])},[d,r,l]);let S=r?d[r]:void 0;return r?(0,o.jsxs)(h.A,{sx:{width:"100%"},px:2,pb:2,pt:1.5,gap:1,children:[(0,o.jsx)(O,{exploreTitleComponent:t}),(0,o.jsxs)(h.A,{direction:u?"column":"row",gap:2,sx:{width:"100%"},children:[(0,o.jsxs)(h.A,{sx:{borderRight:+!u,borderBottom:+!!u,borderColor:"divider",minWidth:s?15:100},children:[(0,o.jsx)(n.A,{sx:{position:"relative",height:30,display:u?"none":void 0},"test-id":"qdqwd",children:(0,o.jsx)(g.A,{title:s?"Expand explorer tabs":"Collapse explorer tabs","aria-label":s?"Expand explorer tabs":"Collapse explorer tabs",variant:"text",sx:{position:"absolute",right:-15,zIndex:1,padding:.5,minWidth:"auto",backgroundColor:e=>e.palette.background.default},onClick:()=>f(!s),children:s?(0,o.jsx)(w.default,{}):(0,o.jsx)(A.default,{})})}),(0,o.jsx)(b.A,{orientation:u?"horizontal":"vertical",value:r,onChange:(e,t)=>l(t),variant:u?"fullWidth":"scrollable",sx:{display:s?"none":"flex"},children:c.data?.sort((e,t)=>e.spec.display.name.localeCompare(t.spec.display.name)).map(e=>(0,o.jsx)(v.A,{value:`${e.module.name}-${e.spec.name}`,label:e.spec.display.name,sx:{padding:.5}},`${e.module.name}-${e.spec.name}`))})]}),(0,o.jsx)(x.A,{sx:{padding:"10px",width:"100%"},children:S&&(0,o.jsx)(a.PluginLoaderComponent,{plugin:{name:S.spec.name,moduleName:S.module.name}},`${S.module.name}-${S.spec.name}`)})]})]}):(0,o.jsx)("div",{children:"No explorer plugin available"})}function E(e){let{exploreTitleComponent:t}=e,r=(0,i.useChartsTheme)();return(0,o.jsx)(n.A,{sx:{flexGrow:1,overflowX:"hidden",overflowY:"auto",display:"flex",flexDirection:"column"},children:(0,o.jsx)(i.ChartsProvider,{chartsTheme:r,enablePinning:!1,children:(0,o.jsx)(d,{children:(0,o.jsx)(j,{exploreTitleComponent:t})})})})}function P(e){let{datasourceApi:t,projectName:r,externalVariableDefinitions:p,sx:c,exploreTitleComponent:u,...s}=e,y=(0,a.useInitialTimeRange)(l.DEFAULT_DASHBOARD_DURATION),f=(0,a.useInitialRefreshInterval)(l.DEFAULT_REFRESH_INTERVAL);return(0,o.jsx)(l.DatasourceStoreProvider,{datasourceApi:t,projectName:r,children:(0,o.jsx)(a.TimeRangeProviderWithQueryParams,{initialTimeRange:y,initialRefreshInterval:f,children:(0,o.jsx)(l.VariableProvider,{externalVariableDefinitions:p,children:(0,o.jsx)(n.A,{sx:(0,i.combineSx)({display:"flex",width:"100%",height:"100%",position:"relative",overflow:"hidden"},c),...s,children:(0,o.jsx)(i.ErrorBoundary,{FallbackComponent:i.ErrorAlert,children:(0,o.jsx)(E,{exploreTitleComponent:u})})})})})})}var R=r(8985);let _={refresh:a.TimeRangeParam,start:a.TimeRangeParam,end:a.TimeRangeParam,explorer:c.StringParam,data:c.JsonParam};function I(e){let[t]=(0,c.useQueryParams)(_,{updateType:"replaceIn"});return(0,R.stringify)((0,c.encodeQueryParams)(_,{...t,...e}))}},23836(e,t,r){"use strict";var o=r(84499),n=r(36678),a=r(90376);e.exports=r(39707)||o.call(a,n)},36678(e){"use strict";e.exports=Function.prototype.apply},90376(e){"use strict";e.exports=Function.prototype.call},50946(e,t,r){"use strict";var o=r(84499),n=r(1711),a=r(90376),i=r(23836);e.exports=function(e){if(e.length<1||"function"!=typeof e[0])throw new n("a function is required");return i(o,a,e)}},39707(e){"use strict";e.exports="u">typeof Reflect&&Reflect&&Reflect.apply},93232(e,t,r){"use strict";var o=r(68897),n=r(50946),a=n([o("%String.prototype.indexOf%")]);e.exports=function(e,t){var r=o(e,!!t);return"function"==typeof r&&a(e,".prototype.")>-1?n([r]):r}},71724(e,t,r){"use strict";var o,n=r(50946),a=r(91399);try{o=[].__proto__===Array.prototype}catch(e){if(!e||"object"!=typeof e||!("code"in e)||"ERR_PROTO_ACCESS"!==e.code)throw e}var i=!!o&&a&&a(Object.prototype,"__proto__"),l=Object,p=l.getPrototypeOf;e.exports=i&&"function"==typeof i.get?n([i.get]):"function"==typeof p&&function(e){return p(null==e?e:l(e))}},67539(e){"use strict";var t=Object.defineProperty||!1;if(t)try{t({},"a",{value:1})}catch(e){t=!1}e.exports=t},83841(e){"use strict";e.exports=EvalError},50219(e){"use strict";e.exports=Error},76190(e){"use strict";e.exports=RangeError},83950(e){"use strict";e.exports=ReferenceError},76296(e){"use strict";e.exports=SyntaxError},1711(e){"use strict";e.exports=TypeError},13221(e){"use strict";e.exports=URIError},7960(e){"use strict";e.exports=Object},35845(e){"use strict";var t=Object.prototype.toString,r=Math.max,o=function(e,t){for(var r=[],o=0;o<e.length;o+=1)r[o]=e[o];for(var n=0;n<t.length;n+=1)r[n+e.length]=t[n];return r},n=function(e,t){for(var r=[],o=t||0,n=0;o<e.length;o+=1,n+=1)r[n]=e[o];return r},a=function(e,t){for(var r="",o=0;o<e.length;o+=1)r+=e[o],o+1<e.length&&(r+=t);return r};e.exports=function(e){var i,l=this;if("function"!=typeof l||"[object Function]"!==t.apply(l))throw TypeError("Function.prototype.bind called on incompatible "+l);for(var p=n(arguments,1),c=r(0,l.length-p.length),u=[],s=0;s<c;s++)u[s]="$"+s;if(i=Function("binder","return function ("+a(u,",")+"){ return binder.apply(this,arguments); }")(function(){if(this instanceof i){var t=l.apply(this,o(p,arguments));return Object(t)===t?t:this}return l.apply(e,o(p,arguments))}),l.prototype){var y=function(){};y.prototype=l.prototype,i.prototype=new y,y.prototype=null}return i}},84499(e,t,r){"use strict";var o=r(35845);e.exports=Function.prototype.bind||o},68897(e,t,r){"use strict";var o,n=r(7960),a=r(50219),i=r(83841),l=r(76190),p=r(83950),c=r(76296),u=r(1711),s=r(13221),y=r(74822),f=r(83700),d=r(93888),m=r(24670),h=r(19988),g=r(95786),b=r(93897),v=Function,x=function(e){try{return v('"use strict"; return ('+e+").constructor;")()}catch(e){}},w=r(91399),A=r(67539),S=function(){throw new u},O=w?function(){try{return arguments.callee,S}catch(e){try{return w(arguments,"callee").get}catch(e){return S}}}():S,j=r(14923)(),E=r(56152),P=r(79548),R=r(21588),_=r(36678),I=r(90376),L={},M="u">typeof Uint8Array&&E?E(Uint8Array):o,D={__proto__:null,"%AggregateError%":"u"<typeof AggregateError?o:AggregateError,"%Array%":Array,"%ArrayBuffer%":"u"<typeof ArrayBuffer?o:ArrayBuffer,"%ArrayIteratorPrototype%":j&&E?E([][Symbol.iterator]()):o,"%AsyncFromSyncIteratorPrototype%":o,"%AsyncFunction%":L,"%AsyncGenerator%":L,"%AsyncGeneratorFunction%":L,"%AsyncIteratorPrototype%":L,"%Atomics%":"u"<typeof Atomics?o:Atomics,"%BigInt%":"u"<typeof BigInt?o:BigInt,"%BigInt64Array%":"u"<typeof BigInt64Array?o:BigInt64Array,"%BigUint64Array%":"u"<typeof BigUint64Array?o:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"u"<typeof DataView?o:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":a,"%eval%":eval,"%EvalError%":i,"%Float16Array%":"u"<typeof Float16Array?o:Float16Array,"%Float32Array%":"u"<typeof Float32Array?o:Float32Array,"%Float64Array%":"u"<typeof Float64Array?o:Float64Array,"%FinalizationRegistry%":"u"<typeof FinalizationRegistry?o:FinalizationRegistry,"%Function%":v,"%GeneratorFunction%":L,"%Int8Array%":"u"<typeof Int8Array?o:Int8Array,"%Int16Array%":"u"<typeof Int16Array?o:Int16Array,"%Int32Array%":"u"<typeof Int32Array?o:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":j&&E?E(E([][Symbol.iterator]())):o,"%JSON%":"object"==typeof JSON?JSON:o,"%Map%":"u"<typeof Map?o:Map,"%MapIteratorPrototype%":"u">typeof Map&&j&&E?E(new Map()[Symbol.iterator]()):o,"%Math%":Math,"%Number%":Number,"%Object%":n,"%Object.getOwnPropertyDescriptor%":w,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"u"<typeof Promise?o:Promise,"%Proxy%":"u"<typeof Proxy?o:Proxy,"%RangeError%":l,"%ReferenceError%":p,"%Reflect%":"u"<typeof Reflect?o:Reflect,"%RegExp%":RegExp,"%Set%":"u"<typeof Set?o:Set,"%SetIteratorPrototype%":"u">typeof Set&&j&&E?E(new Set()[Symbol.iterator]()):o,"%SharedArrayBuffer%":"u"<typeof SharedArrayBuffer?o:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":j&&E?E(""[Symbol.iterator]()):o,"%Symbol%":j?Symbol:o,"%SyntaxError%":c,"%ThrowTypeError%":O,"%TypedArray%":M,"%TypeError%":u,"%Uint8Array%":"u"<typeof Uint8Array?o:Uint8Array,"%Uint8ClampedArray%":"u"<typeof Uint8ClampedArray?o:Uint8ClampedArray,"%Uint16Array%":"u"<typeof Uint16Array?o:Uint16Array,"%Uint32Array%":"u"<typeof Uint32Array?o:Uint32Array,"%URIError%":s,"%WeakMap%":"u"<typeof WeakMap?o:WeakMap,"%WeakRef%":"u"<typeof WeakRef?o:WeakRef,"%WeakSet%":"u"<typeof WeakSet?o:WeakSet,"%Function.prototype.call%":I,"%Function.prototype.apply%":_,"%Object.defineProperty%":A,"%Object.getPrototypeOf%":P,"%Math.abs%":y,"%Math.floor%":f,"%Math.max%":d,"%Math.min%":m,"%Math.pow%":h,"%Math.round%":g,"%Math.sign%":b,"%Reflect.getPrototypeOf%":R};if(E)try{null.error}catch(e){var k=E(E(e));D["%Error.prototype%"]=k}var T=function e(t){var r;if("%AsyncFunction%"===t)r=x("async function () {}");else if("%GeneratorFunction%"===t)r=x("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=x("async function* () {}");else if("%AsyncGenerator%"===t){var o=e("%AsyncGeneratorFunction%");o&&(r=o.prototype)}else if("%AsyncIteratorPrototype%"===t){var n=e("%AsyncGenerator%");n&&E&&(r=E(n.prototype))}return D[t]=r,r},F={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},N=r(84499),C=r(24313),U=N.call(I,Array.prototype.concat),B=N.call(_,Array.prototype.splice),W=N.call(I,String.prototype.replace),$=N.call(I,String.prototype.slice),K=N.call(I,RegExp.prototype.exec),H=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,Q=/\\(\\)?/g,G=function(e){var t=$(e,0,1),r=$(e,-1);if("%"===t&&"%"!==r)throw new c("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new c("invalid intrinsic syntax, expected opening `%`");var o=[];return W(e,H,function(e,t,r,n){o[o.length]=r?W(n,Q,"$1"):t||e}),o},q=function(e,t){var r,o=e;if(C(F,o)&&(o="%"+(r=F[o])[0]+"%"),C(D,o)){var n=D[o];if(n===L&&(n=T(o)),void 0===n&&!t)throw new u("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:o,value:n}}throw new c("intrinsic "+e+" does not exist!")};e.exports=function(e,t){if("string"!=typeof e||0===e.length)throw new u("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new u('"allowMissing" argument must be a boolean');if(null===K(/^%?[^%]*%?$/,e))throw new c("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=G(e),o=r.length>0?r[0]:"",n=q("%"+o+"%",t),a=n.name,i=n.value,l=!1,p=n.alias;p&&(o=p[0],B(r,U([0,1],p)));for(var s=1,y=!0;s<r.length;s+=1){var f=r[s],d=$(f,0,1),m=$(f,-1);if(('"'===d||"'"===d||"`"===d||'"'===m||"'"===m||"`"===m)&&d!==m)throw new c("property names with quotes must have matching quotes");if("constructor"!==f&&y||(l=!0),o+="."+f,C(D,a="%"+o+"%"))i=D[a];else if(null!=i){if(!(f in i)){if(!t)throw new u("base intrinsic for "+e+" exists, but the property is not available.");return}if(w&&s+1>=r.length){var h=w(i,f);i=(y=!!h)&&"get"in h&&!("originalValue"in h.get)?h.get:i[f]}else y=C(i,f),i=i[f];y&&!l&&(D[a]=i)}}return i}},79548(e,t,r){"use strict";e.exports=r(7960).getPrototypeOf||null},21588(e){"use strict";e.exports="u">typeof Reflect&&Reflect.getPrototypeOf||null},56152(e,t,r){"use strict";var o=r(21588),n=r(79548),a=r(71724);e.exports=o?function(e){return o(e)}:n?function(e){if(!e||"object"!=typeof e&&"function"!=typeof e)throw TypeError("getProto: not an object");return n(e)}:a?function(e){return a(e)}:null},6433(e){"use strict";e.exports=Object.getOwnPropertyDescriptor},91399(e,t,r){"use strict";var o=r(6433);if(o)try{o([],"length")}catch(e){o=null}e.exports=o},14923(e,t,r){"use strict";var o="u">typeof Symbol&&Symbol,n=r(14361);e.exports=function(){return"function"==typeof o&&"function"==typeof Symbol&&"symbol"==typeof o("foo")&&"symbol"==typeof Symbol("bar")&&n()}},14361(e){"use strict";e.exports=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t||"[object Symbol]"!==Object.prototype.toString.call(t)||"[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(var o in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length||"function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var n=Object.getOwnPropertySymbols(e);if(1!==n.length||n[0]!==t||!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var a=Object.getOwnPropertyDescriptor(e,t);if(42!==a.value||!0!==a.enumerable)return!1}return!0}},24313(e,t,r){"use strict";var o=Function.prototype.call,n=Object.prototype.hasOwnProperty;e.exports=r(84499).call(o,n)},74822(e){"use strict";e.exports=Math.abs},83700(e){"use strict";e.exports=Math.floor},93943(e){"use strict";e.exports=Number.isNaN||function(e){return e!=e}},93888(e){"use strict";e.exports=Math.max},24670(e){"use strict";e.exports=Math.min},19988(e){"use strict";e.exports=Math.pow},95786(e){"use strict";e.exports=Math.round},93897(e,t,r){"use strict";var o=r(93943);e.exports=function(e){return o(e)||0===e?e:e<0?-1:1}},27794(e,t,r){"use strict";var o;t.default=void 0,t.default=(0,((o=r(1448))&&o.__esModule?o:{default:o}).default)("M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z","ChevronLeft")},28527(e,t,r){var o="function"==typeof Map&&Map.prototype,n=Object.getOwnPropertyDescriptor&&o?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,a=o&&n&&"function"==typeof n.get?n.get:null,i=o&&Map.prototype.forEach,l="function"==typeof Set&&Set.prototype,p=Object.getOwnPropertyDescriptor&&l?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,c=l&&p&&"function"==typeof p.get?p.get:null,u=l&&Set.prototype.forEach,s="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,y="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,f="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,d=Boolean.prototype.valueOf,m=Object.prototype.toString,h=Function.prototype.toString,g=String.prototype.match,b=String.prototype.slice,v=String.prototype.replace,x=String.prototype.toUpperCase,w=String.prototype.toLowerCase,A=RegExp.prototype.test,S=Array.prototype.concat,O=Array.prototype.join,j=Array.prototype.slice,E=Math.floor,P="function"==typeof BigInt?BigInt.prototype.valueOf:null,R=Object.getOwnPropertySymbols,_="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,I="function"==typeof Symbol&&"object"==typeof Symbol.iterator,L="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===I?"object":"symbol")?Symbol.toStringTag:null,M=Object.prototype.propertyIsEnumerable,D=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function k(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||A.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var o=e<0?-E(-e):E(e);if(o!==e){var n=String(o),a=b.call(t,n.length+1);return v.call(n,r,"$&_")+"."+v.call(v.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return v.call(t,r,"$&_")}var T=r(23712),F=T.custom,N=H(F)?F:null,C={__proto__:null,double:'"',single:"'"},U={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};function B(e,t,r){var o=C[r.quoteStyle||t];return o+e+o}function W(e){return!L||!("object"==typeof e&&(L in e||void 0!==e[L]))}function $(e){return"[object Array]"===q(e)&&W(e)}function K(e){return"[object RegExp]"===q(e)&&W(e)}function H(e){if(I)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!_)return!1;try{return _.call(e),!0}catch(e){}return!1}e.exports=function e(t,o,n,l){var p,m,x,A,E,R=o||{};if(G(R,"quoteStyle")&&!G(C,R.quoteStyle))throw TypeError('option "quoteStyle" must be "single" or "double"');if(G(R,"maxStringLength")&&("number"==typeof R.maxStringLength?R.maxStringLength<0&&R.maxStringLength!==1/0:null!==R.maxStringLength))throw TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var F=!G(R,"customInspect")||R.customInspect;if("boolean"!=typeof F&&"symbol"!==F)throw TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(G(R,"indent")&&null!==R.indent&&" "!==R.indent&&!(parseInt(R.indent,10)===R.indent&&R.indent>0))throw TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(G(R,"numericSeparator")&&"boolean"!=typeof R.numericSeparator)throw TypeError('option "numericSeparator", if provided, must be `true` or `false`');var Q=R.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return function e(t,r){if(t.length>r.maxStringLength){var o=t.length-r.maxStringLength;return e(b.call(t,0,r.maxStringLength),r)+("... "+o)+" more character"+(o>1?"s":"")}var n=U[r.quoteStyle||"single"];return n.lastIndex=0,B(v.call(v.call(t,n,"\\$1"),/[\x00-\x1f]/g,z),"single",r)}(t,R);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var et=String(t);return Q?k(t,et):et}if("bigint"==typeof t){var er=String(t)+"n";return Q?k(t,er):er}var eo=void 0===R.depth?5:R.depth;if(void 0===n&&(n=0),n>=eo&&eo>0&&"object"==typeof t)return $(t)?"[Array]":"[Object]";var en=function(e,t){var r;if(" "===e.indent)r=" ";else{if("number"!=typeof e.indent||!(e.indent>0))return null;r=O.call(Array(e.indent+1)," ")}return{base:r,prev:O.call(Array(t+1),r)}}(R,n);if(void 0===l)l=[];else if(V(l,t)>=0)return"[Circular]";function ea(t,r,o){if(r&&(l=j.call(l)).push(r),o){var a={depth:R.depth};return G(R,"quoteStyle")&&(a.quoteStyle=R.quoteStyle),e(t,a,n+1,l)}return e(t,R,n+1,l)}if("function"==typeof t&&!K(t)){var ei=function(e){if(e.name)return e.name;var t=g.call(h.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}(t),el=ee(t,ea);return"[Function"+(ei?": "+ei:" (anonymous)")+"]"+(el.length>0?" { "+O.call(el,", ")+" }":"")}if(H(t)){var ep=I?v.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):_.call(t);return"object"!=typeof t||I?ep:J(ep)}if((ec=t)&&"object"==typeof ec&&("u">typeof HTMLElement&&ec instanceof HTMLElement||"string"==typeof ec.nodeName&&"function"==typeof ec.getAttribute)){for(var ec,eu,es="<"+w.call(String(t.nodeName)),ey=t.attributes||[],ef=0;ef<ey.length;ef++){es+=" "+ey[ef].name+"="+B((eu=ey[ef].value,v.call(String(eu),/"/g,"&quot;")),"double",R)}return es+=">",t.childNodes&&t.childNodes.length&&(es+="..."),es+="</"+w.call(String(t.nodeName))+">"}if($(t)){if(0===t.length)return"[]";var ed=ee(t,ea);return en&&!function(e){for(var t=0;t<e.length;t++)if(V(e[t],"\n")>=0)return!1;return!0}(ed)?"["+Y(ed,en)+"]":"[ "+O.call(ed,", ")+" ]"}if("[object Error]"===q(p=t)&&W(p)){var em=ee(t,ea);return"cause"in Error.prototype||!("cause"in t)||M.call(t,"cause")?0===em.length?"["+String(t)+"]":"{ ["+String(t)+"] "+O.call(em,", ")+" }":"{ ["+String(t)+"] "+O.call(S.call("[cause]: "+ea(t.cause),em),", ")+" }"}if("object"==typeof t&&F){if(N&&"function"==typeof t[N]&&T)return T(t,{depth:eo-n});else if("symbol"!==F&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!a||!e||"object"!=typeof e)return!1;try{a.call(e);try{c.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var eh=[];return i&&i.call(t,function(e,r){eh.push(ea(r,t,!0)+" => "+ea(e,t))}),X("Map",a.call(t),eh,en)}if(function(e){if(!c||!e||"object"!=typeof e)return!1;try{c.call(e);try{a.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var eg=[];return u&&u.call(t,function(e){eg.push(ea(e,t))}),X("Set",c.call(t),eg,en)}if(function(e){if(!s||!e||"object"!=typeof e)return!1;try{s.call(e,s);try{y.call(e,y)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return Z("WeakMap");if(function(e){if(!y||!e||"object"!=typeof e)return!1;try{y.call(e,y);try{s.call(e,s)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return Z("WeakSet");if(function(e){if(!f||!e||"object"!=typeof e)return!1;try{return f.call(e),!0}catch(e){}return!1}(t))return Z("WeakRef");if("[object Number]"===q(m=t)&&W(m))return J(ea(Number(t)));if(function(e){if(!e||"object"!=typeof e||!P)return!1;try{return P.call(e),!0}catch(e){}return!1}(t))return J(ea(P.call(t)));if("[object Boolean]"===q(x=t)&&W(x))return J(d.call(t));if("[object String]"===q(A=t)&&W(A))return J(ea(String(t)));if("u">typeof window&&t===window)return"{ [object Window] }";if("u">typeof globalThis&&t===globalThis||void 0!==r.g&&t===r.g)return"{ [object globalThis] }";if(!("[object Date]"===q(E=t)&&W(E))&&!K(t)){var eb=ee(t,ea),ev=D?D(t)===Object.prototype:t instanceof Object||t.constructor===Object,ex=t instanceof Object?"":"null prototype",ew=!ev&&L&&Object(t)===t&&L in t?b.call(q(t),8,-1):ex?"Object":"",eA=(ev||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(ew||ex?"["+O.call(S.call([],ew||[],ex||[]),": ")+"] ":"");return 0===eb.length?eA+"{}":en?eA+"{"+Y(eb,en)+"}":eA+"{ "+O.call(eb,", ")+" }"}return String(t)};var Q=Object.prototype.hasOwnProperty||function(e){return e in this};function G(e,t){return Q.call(e,t)}function q(e){return m.call(e)}function V(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,o=e.length;r<o;r++)if(e[r]===t)return r;return -1}function z(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+x.call(t.toString(16))}function J(e){return"Object("+e+")"}function Z(e){return e+" { ? }"}function X(e,t,r,o){return e+" ("+t+") {"+(o?Y(r,o):O.call(r,", "))+"}"}function Y(e,t){if(0===e.length)return"";var r="\n"+t.prev+t.base;return r+O.call(e,","+r)+"\n"+t.prev}function ee(e,t){var r,o=$(e),n=[];if(o){n.length=e.length;for(var a=0;a<e.length;a++)n[a]=G(e,a)?t(e[a],e):""}var i="function"==typeof R?R(e):[];if(I){r={};for(var l=0;l<i.length;l++)r["$"+i[l]]=i[l]}for(var p in e)if(G(e,p)&&(!o||String(Number(p))!==p||!(p<e.length)))if(I&&r["$"+p]instanceof Symbol)continue;else A.call(/[^\w$]/,p)?n.push(t(p,e)+": "+t(e[p],e)):n.push(p+": "+t(e[p],e));if("function"==typeof R)for(var c=0;c<i.length;c++)M.call(e,i[c])&&n.push("["+t(i[c])+"]: "+t(e[i[c]],e));return n}},60769(e){"use strict";var t=String.prototype.replace,r=/%20/g,o="RFC3986";e.exports={default:o,formatters:{RFC1738:function(e){return t.call(e,r,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:o}},8985(e,t,r){"use strict";var o=r(41088),n=r(52286);e.exports={formats:r(60769),parse:n,stringify:o}},52286(e,t,r){"use strict";var o=r(65364),n=Object.prototype.hasOwnProperty,a=Array.isArray,i={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:o.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictMerge:!0,strictNullHandling:!1,throwOnLimitExceeded:!1},l=function(e,t,r,o){if(e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1){if(o&&t.throwOnLimitExceeded)for(var n=0,a=e.indexOf(",");a>-1;){if((n+=1)>=t.arrayLimit)throw RangeError("Array limit exceeded. Only "+t.arrayLimit+" element"+(1===t.arrayLimit?"":"s")+" allowed in an array.");a=e.indexOf(",",a+1)}return e.split(",")}if(t.throwOnLimitExceeded&&r>=t.arrayLimit)throw RangeError("Array limit exceeded. Only "+t.arrayLimit+" element"+(1===t.arrayLimit?"":"s")+" allowed in an array.");return e},p=function(e,t){var r={__proto__:null},p=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;p=p.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var c=t.parameterLimit===1/0?void 0:t.parameterLimit,u=p.split(t.delimiter,t.throwOnLimitExceeded&&void 0!==c?c+1:c);if(t.throwOnLimitExceeded&&void 0!==c&&u.length>c)throw RangeError("Parameter limit exceeded. Only "+c+" parameter"+(1===c?"":"s")+" allowed.");var s=-1,y=t.charset;if(t.charsetSentinel)for(f=0;f<u.length;++f)0===u[f].indexOf("utf8=")&&("utf8=%E2%9C%93"===u[f]?y="utf-8":"utf8=%26%2310003%3B"===u[f]&&(y="iso-8859-1"),s=f,f=u.length);for(f=0;f<u.length;++f)if(f!==s){var f,d,m,h=u[f],g=h.indexOf("]="),b=-1===g?h.indexOf("="):g+1;if(-1===b?(d=t.decoder(h,i.decoder,y,"key"),m=t.strictNullHandling?null:""):null!==(d=t.decoder(h.slice(0,b),i.decoder,y,"key"))&&(m=o.maybeMap(l(h.slice(b+1),t,a(r[d])?r[d].length:0,-1===h.indexOf("[]=")),function(e){return t.decoder(e,i.decoder,y,"value")})),m&&t.interpretNumericEntities&&"iso-8859-1"===y&&(m=String(m).replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})),h.indexOf("[]=")>-1&&(m=a(m)?[m]:m),t.comma&&a(m)&&m.length>t.arrayLimit&&(m=o.combine([],m,t.arrayLimit,t.plainObjects,t.throwOnLimitExceeded)),null!==d){var v=n.call(r,d);v&&("combine"===t.duplicates||h.indexOf("[]=")>-1)?r[d]=o.combine(r[d],m,t.arrayLimit,t.plainObjects,t.throwOnLimitExceeded):v&&"last"!==t.duplicates||(r[d]=m)}}return r},c=function(e,t,r,n){var a=0;if(e.length>0&&"[]"===e[e.length-1]){var i=e.slice(0,-1).join("");a=Array.isArray(t)&&t[i]?t[i].length:0}for(var p=n?t:l(t,r,a),c=e.length-1;c>=0;--c){var u,s=e[c];if("[]"===s&&r.parseArrays)u=o.isOverflow(p)?p:r.allowEmptyArrays&&(""===p||r.strictNullHandling&&null===p)?[]:o.combine([],p,r.arrayLimit,r.plainObjects,r.throwOnLimitExceeded);else{u=r.plainObjects?{__proto__:null}:{};var y="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,f=r.decodeDotInKeys?y.replace(/%2E/g,"."):y,d=parseInt(f,10),m=!isNaN(d)&&s!==f&&String(d)===f&&d>=0&&r.parseArrays;if(r.parseArrays||""!==f)if(m&&d<r.arrayLimit)(u=[])[d]=p;else if(m&&r.throwOnLimitExceeded)throw RangeError("Array limit exceeded. Only "+r.arrayLimit+" element"+(1===r.arrayLimit?"":"s")+" allowed in an array.");else m?(u[d]=p,o.markOverflow(u,d)):"__proto__"!==f&&(u[f]=p);else u={0:p}}p=u}return p},u=function(e,t){var r=t.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e;if(t.depth<=0){if(!t.plainObjects&&n.call(Object.prototype,r)&&!t.allowPrototypes)return;return[r]}var o=[],a=r.indexOf("["),i=a>=0?r.slice(0,a):r;if(i){if(!t.plainObjects&&n.call(Object.prototype,i)&&!t.allowPrototypes)return;o[o.length]=i}for(var l=r.length,p=a,c=0;p>=0&&c<t.depth;){for(var u=1,s=p+1,y=-1;s<l&&y<0;){var f=r.charCodeAt(s);91===f?u+=1:93===f&&0==(u-=1)&&(y=s),s+=1}if(y<0)return o[o.length]="["+r.slice(p)+"]",o;var d=r.slice(p,y+1),m=d.slice(1,-1);if(!t.plainObjects&&n.call(Object.prototype,m)&&!t.allowPrototypes)return;o[o.length]=d,c+=1,p=r.indexOf("[",y+1)}if(p>=0){if(!0===t.strictDepth)throw RangeError("Input depth exceeded depth option of "+t.depth+" and strictDepth is true");o[o.length]="["+r.slice(p)+"]"}return o},s=function(e,t,r,o){if(e){var n=u(e,r);if(n)return c(n,t,r,o)}},y=function(e){if(!e)return i;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.decodeDotInKeys&&"boolean"!=typeof e.decodeDotInKeys)throw TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");if(void 0!==e.throwOnLimitExceeded&&"boolean"!=typeof e.throwOnLimitExceeded)throw TypeError("`throwOnLimitExceeded` option must be a boolean");var t=void 0===e.charset?i.charset:e.charset,r=void 0===e.duplicates?i.duplicates:e.duplicates;if("combine"!==r&&"first"!==r&&"last"!==r)throw TypeError("The duplicates option must be either combine, first, or last");return{allowDots:void 0===e.allowDots?!0===e.decodeDotInKeys||i.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:i.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:i.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:i.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:i.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:i.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:i.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:i.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:i.decoder,delimiter:"string"==typeof e.delimiter||o.isRegExp(e.delimiter)?e.delimiter:i.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:i.depth,duplicates:r,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:i.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:i.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:i.plainObjects,strictDepth:"boolean"==typeof e.strictDepth?!!e.strictDepth:i.strictDepth,strictMerge:"boolean"==typeof e.strictMerge?!!e.strictMerge:i.strictMerge,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:i.strictNullHandling,throwOnLimitExceeded:"boolean"==typeof e.throwOnLimitExceeded&&e.throwOnLimitExceeded}};e.exports=function(e,t){var r=y(t);if(""===e||null==e)return r.plainObjects?{__proto__:null}:{};for(var n="string"==typeof e?p(e,r):e,a=r.plainObjects?{__proto__:null}:{},i=Object.keys(n),l=0;l<i.length;++l){var c=i[l],u=s(c,n[c],r,"string"==typeof e);a=o.merge(a,u,r)}return!0===r.allowSparse?a:o.compact(a)}},41088(e,t,r){"use strict";var o=r(10588),n=r(65364),a=r(60769),i=Object.prototype.hasOwnProperty,l={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},p=Array.isArray,c=Array.prototype.push,u=function(e,t){c.apply(e,p(t)?t:[t])},s=Date.prototype.toISOString,y=a.default,f={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:n.encode,encodeValuesOnly:!1,filter:void 0,format:y,formatter:a.formatters[y],indices:!1,serializeDate:function(e){return s.call(e)},skipNulls:!1,strictNullHandling:!1},d={},m=function e(t,r,a,i,l,c,s,y,m,h,g,b,v,x,w,A,S,O){for(var j,E,P=t,R=O,_=0,I=!1;void 0!==(R=R.get(d))&&!I;){var L=R.get(t);if(_+=1,void 0!==L)if(L===_)throw RangeError("Cyclic object value");else I=!0;void 0===R.get(d)&&(_=0)}if("function"==typeof h?P=h(r,P):P instanceof Date?P=v(P):"comma"===a&&p(P)&&(P=n.maybeMap(P,function(e){return e instanceof Date?v(e):e})),null===P){if(c)return w(m&&!A?m(r,f.encoder,S,"key",x):r);P=""}if("string"==typeof(j=P)||"number"==typeof j||"boolean"==typeof j||"symbol"==typeof j||"bigint"==typeof j||n.isBuffer(P))return m?[w(A?r:m(r,f.encoder,S,"key",x))+"="+w(m(P,f.encoder,S,"value",x))]:[w(r)+"="+w(String(P))];var M=[];if(void 0===P)return M;if("comma"===a&&p(P))A&&m&&(P=n.maybeMap(P,function(e){return null==e?e:m(e)})),E=[{value:P.length>0?P.join(",")||null:void 0}];else if(p(h))E=h;else{var D=Object.keys(P);E=g?D.sort(g):D}var k=y?String(r).replace(/\./g,"%2E"):String(r),T=i&&p(P)&&1===P.length?k+"[]":k;if(l&&p(P)&&0===P.length)return T+"[]";for(var F=0;F<E.length;++F){var N=E[F],C="object"==typeof N&&N&&void 0!==N.value?N.value:P[N];if(!s||null!==C){var U=b&&y?String(N).replace(/\./g,"%2E"):String(N),B=p(P)?"function"==typeof a?a(T,U):T:T+(b?"."+U:"["+U+"]");O.set(t,_);var W=o();W.set(d,O),u(M,e(C,B,a,i,l,c,s,y,"comma"===a&&A&&p(P)?null:m,h,g,b,v,x,w,A,S,W))}}return M},h=function(e){if(!e)return f;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.encodeDotInKeys&&"boolean"!=typeof e.encodeDotInKeys)throw TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw TypeError("Encoder has to be a function.");var t,r=e.charset||f.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var o=a.default;if(void 0!==e.format){if(!i.call(a.formatters,e.format))throw TypeError("Unknown format option provided.");o=e.format}var n=a.formatters[o],c=f.filter;if(("function"==typeof e.filter||p(e.filter))&&(c=e.filter),t=e.arrayFormat in l?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":f.arrayFormat,"commaRoundTrip"in e&&"boolean"!=typeof e.commaRoundTrip)throw TypeError("`commaRoundTrip` must be a boolean, or absent");var u=void 0===e.allowDots?!0===e.encodeDotInKeys||f.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:f.addQueryPrefix,allowDots:u,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:f.allowEmptyArrays,arrayFormat:t,charset:r,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:f.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:void 0===e.delimiter?f.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:f.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:f.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:f.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:f.encodeValuesOnly,filter:c,format:o,formatter:n,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:f.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:f.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:f.strictNullHandling}};e.exports=function(e,t){var r,n=e,a=h(t);"function"==typeof a.filter?n=(0,a.filter)("",n):p(a.filter)&&(r=a.filter);var i=[];if("object"!=typeof n||null===n)return"";var c=l[a.arrayFormat],s="comma"===c&&a.commaRoundTrip;r||(r=Object.keys(n)),a.sort&&r.sort(a.sort);for(var y=o(),f=0;f<r.length;++f){var d=r[f];if(null!=d){var g=n[d];a.skipNulls&&null===g||u(i,m(g,d,c,s,a.allowEmptyArrays,a.strictNullHandling,a.skipNulls,a.encodeDotInKeys,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,y))}}var b=i.join(a.delimiter),v=!0===a.addQueryPrefix?"?":"";return a.charsetSentinel&&("iso-8859-1"===a.charset?v+="utf8=%26%2310003%3B"+a.delimiter:v+="utf8=%E2%9C%93"+a.delimiter),b.length>0?v+b:""}},65364(e,t,r){"use strict";var o=r(60769),n=r(10588),a=r(67539),i=Object.prototype.hasOwnProperty,l=Array.isArray,p=n(),c=function(e,t){return p.set(e,t),e},u=function(e){return p.has(e)},s=function(e){return p.get(e)},y=function(e,t){p.set(e,t)},f=function(){for(var e=[],t=0;t<256;++t)e[e.length]="%"+((t<16?"0":"")+t.toString(16)).toUpperCase();return e}(),d=function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(l(r)){for(var o=[],n=0;n<r.length;++n)void 0!==r[n]&&(o[o.length]=r[n]);t.obj[t.prop]=o}}},m=function(e,t){for(var r=t&&t.plainObjects?{__proto__:null}:{},o=0;o<e.length;++o)void 0!==e[o]&&(r[o]=e[o]);return r},h=function(e,t,r){"__proto__"===t&&a?a(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r};e.exports={arrayToObject:m,assign:function(e,t){return Object.keys(t).reduce(function(e,r){return h(e,r,t[r]),e},e)},combine:function(e,t,r,o,n){if(u(e)){if(n)throw RangeError("Array limit exceeded. Only "+r+" element"+(1===r?"":"s")+" allowed in an array.");var a=s(e)+1;return e[a]=t,y(e,a),e}var i=[].concat(e,t);if(i.length>r){if(n)throw RangeError("Array limit exceeded. Only "+r+" element"+(1===r?"":"s")+" allowed in an array.");return c(m(i,{plainObjects:o}),i.length-1)}return i},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=n(),o=0;o<t.length;++o)for(var a=t[o],i=a.obj[a.prop],l=Object.keys(i),p=0;p<l.length;++p){var c=l[p],u=i[c];"object"!=typeof u||null===u||r.has(u)||(t[t.length]={obj:i,prop:c},r.set(u,!0))}return d(t),e},decode:function(e,t,r){var o=e.replace(/\+/g," ");if("iso-8859-1"===r)return o.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(o)}catch(e){return o}},encode:function(e,t,r,n,a){if(0===e.length)return e;var i=e;if("symbol"==typeof e?i=Symbol.prototype.toString.call(e):"string"!=typeof e&&(i=String(e)),"iso-8859-1"===r)return escape(i).replace(/%u[0-9a-f]{4}/gi,function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"});for(var l="",p=0;p<i.length;p+=1024){var c=i.length>=1024?i.slice(p,p+1024):i;if(p+1024<i.length){var u=c.charCodeAt(c.length-1);u>=55296&&u<=56319&&(c=c.slice(0,-1),p-=1)}for(var s=[],y=0;y<c.length;++y){var d=c.charCodeAt(y);if(45===d||46===d||95===d||126===d||d>=48&&d<=57||d>=65&&d<=90||d>=97&&d<=122||a===o.RFC1738&&(40===d||41===d)){s[s.length]=c.charAt(y);continue}if(d<128){s[s.length]=f[d];continue}if(d<2048){s[s.length]=f[192|d>>6]+f[128|63&d];continue}if(d<55296||d>=57344){s[s.length]=f[224|d>>12]+f[128|d>>6&63]+f[128|63&d];continue}y+=1,d=65536+((1023&d)<<10|1023&c.charCodeAt(y)),s[s.length]=f[240|d>>18]+f[128|d>>12&63]+f[128|d>>6&63]+f[128|63&d]}l+=s.join("")}return l},isBuffer:function(e){return!!e&&"object"==typeof e&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isOverflow:u,isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},markOverflow:c,maybeMap:function(e,t){if(l(e)){for(var r=[],o=0;o<e.length;o+=1)r[r.length]=t(e[o]);return r}return t(e)},merge:function e(t,r,o){if(!r)return t;if("object"!=typeof r&&"function"!=typeof r){if(l(t)){var n=t.length;if(o&&"number"==typeof o.arrayLimit&&n>=o.arrayLimit){if(o.throwOnLimitExceeded)throw RangeError("Array limit exceeded. Only "+o.arrayLimit+" element"+(1===o.arrayLimit?"":"s")+" allowed in an array.");return c(m(t.concat(r),o),n)}t[n]=r}else if(!t||"object"!=typeof t)return[t,r];else if(u(t)){var a=s(t)+1;t[a]=r,y(t,a)}else{if(o&&o.strictMerge)return[t,r];(o&&(o.plainObjects||o.allowPrototypes)||!i.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!=typeof t){if(u(r)){for(var p=Object.keys(r),f=o&&o.plainObjects?{__proto__:null,0:t}:{0:t},d=0;d<p.length;d++)f[parseInt(p[d],10)+1]=r[p[d]];return c(f,s(r)+1)}var g=[t].concat(r);if(o&&"number"==typeof o.arrayLimit&&g.length>o.arrayLimit){if(o.throwOnLimitExceeded)throw RangeError("Array limit exceeded. Only "+o.arrayLimit+" element"+(1===o.arrayLimit?"":"s")+" allowed in an array.");return c(m(g,o),g.length-1)}return g}var b=t;if(l(t)&&!l(r)&&(b=m(t,o)),l(t)&&l(r)){if(r.forEach(function(r,n){if(i.call(t,n)){var a=t[n];a&&"object"==typeof a&&r&&"object"==typeof r?t[n]=e(a,r,o):t[t.length]=r}else t[n]=r}),o&&"number"==typeof o.arrayLimit&&t.length>o.arrayLimit){if(o.throwOnLimitExceeded)throw RangeError("Array limit exceeded. Only "+o.arrayLimit+" element"+(1===o.arrayLimit?"":"s")+" allowed in an array.");return c(m(t,o),t.length-1)}return t}return Object.keys(r).reduce(function(t,n){var a=r[n];if(i.call(t,n)?h(t,n,e(t[n],a,o)):h(t,n,a),u(r)&&!u(t)&&c(t,s(r)),u(t)){var l=parseInt(n,10);String(l)===n&&l>=0&&l>s(t)&&y(t,l)}return t},b)}}},83575(e,t,r){"use strict";var o=r(28527),n=r(1711),a=function(e,t,r){for(var o,n=e;null!=(o=n.next);n=o)if(o.key===t)return n.next=o.next,r||(o.next=e.next,e.next=o),o},i=function(e,t){if(e){var r=a(e,t);return r&&r.value}},l=function(e,t,r){var o=a(e,t);o?o.value=r:e.next={key:t,next:e.next,value:r}},p=function(e,t){if(e)return a(e,t,!0)};e.exports=function(){var e,t={assert:function(e){if(!t.has(e))throw new n("Side channel does not contain "+o(e))},delete:function(t){var r=p(e,t);return r&&e&&!e.next&&(e=void 0),!!r},get:function(t){return i(e,t)},has:function(t){var r;return!!(r=e)&&!!a(r,t)},set:function(t,r){e||(e={next:void 0}),l(e,t,r)}};return t}},69167(e,t,r){"use strict";var o=r(68897),n=r(93232),a=r(28527),i=r(1711),l=o("%Map%",!0),p=n("Map.prototype.get",!0),c=n("Map.prototype.set",!0),u=n("Map.prototype.has",!0),s=n("Map.prototype.delete",!0),y=n("Map.prototype.size",!0);e.exports=!!l&&function(){var e,t={assert:function(e){if(!t.has(e))throw new i("Side channel does not contain "+a(e))},delete:function(t){if(e){var r=s(e,t);return 0===y(e)&&(e=void 0),r}return!1},get:function(t){if(e)return p(e,t)},has:function(t){return!!e&&u(e,t)},set:function(t,r){e||(e=new l),c(e,t,r)}};return t}},69075(e,t,r){"use strict";var o=r(68897),n=r(93232),a=r(28527),i=r(69167),l=r(1711),p=o("%WeakMap%",!0),c=n("WeakMap.prototype.get",!0),u=n("WeakMap.prototype.set",!0),s=n("WeakMap.prototype.has",!0),y=n("WeakMap.prototype.delete",!0);e.exports=p?function(){var e,t,r={assert:function(e){if(!r.has(e))throw new l("Side channel does not contain "+a(e))},delete:function(r){if(p&&r&&("object"==typeof r||"function"==typeof r)){if(e)return y(e,r)}else if(i&&t)return t.delete(r);return!1},get:function(r){return p&&r&&("object"==typeof r||"function"==typeof r)&&e?c(e,r):t&&t.get(r)},has:function(r){return p&&r&&("object"==typeof r||"function"==typeof r)&&e?s(e,r):!!t&&t.has(r)},set:function(r,o){p&&r&&("object"==typeof r||"function"==typeof r)?(e||(e=new p),u(e,r,o)):i&&(t||(t=i()),t.set(r,o))}};return r}:i},10588(e,t,r){"use strict";var o=r(1711),n=r(28527),a=r(83575),i=r(69167),l=r(69075)||i||a;e.exports=function(){var e,t={assert:function(e){if(!t.has(e))throw new o("Side channel does not contain "+(e&&Object(e)===e?"the given object key":n(e)))},delete:function(t){return!!e&&e.delete(t)},get:function(t){return e&&e.get(t)},has:function(t){return!!e&&e.has(t)},set:function(t,r){e||(e=l()),e.set(t,r)}};return t}}}]);