@tanstack/query-devtools 5.21.5 → 5.24.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.
- package/build/Devtools/{MY47IRH5.js → 335X72D7.js} +670 -440
- package/build/Devtools/{OQR5HZUS.jsx → 36BZFNWK.jsx} +285 -53
- package/build/Devtools/{TETPQZKA.jsx → VAXLBYTT.jsx} +285 -53
- package/build/Devtools/{OWP7E64P.js → XYYT2JS6.js} +670 -440
- package/build/chunk/{O2PITFF6.js → 7LTSZCE6.js} +8 -2
- package/build/chunk/{PQZZ5Z2E.jsx → IQDKCOXE.jsx} +8 -0
- package/build/chunk/{XKKA3NOX.js → KQZGNKMT.js} +9 -1
- package/build/chunk/{AZNCIVVX.jsx → LJVATCV2.jsx} +8 -0
- package/build/dev.cjs +680 -442
- package/build/dev.js +2 -2
- package/build/dev.jsx +2 -2
- package/build/index.cjs +680 -442
- package/build/index.js +2 -2
- package/build/index.jsx +2 -2
- package/package.json +2 -2
- package/src/Devtools.tsx +374 -74
- package/src/icons/index.tsx +20 -0
package/build/dev.cjs
CHANGED
|
@@ -1391,6 +1391,13 @@ function delegateEvents(eventNames, document2 = window.document) {
|
|
|
1391
1391
|
}
|
|
1392
1392
|
}
|
|
1393
1393
|
}
|
|
1394
|
+
function clearDelegatedEvents(document2 = window.document) {
|
|
1395
|
+
if (document2[$$EVENTS]) {
|
|
1396
|
+
for (let name of document2[$$EVENTS].keys())
|
|
1397
|
+
document2.removeEventListener(name, eventHandler);
|
|
1398
|
+
delete document2[$$EVENTS];
|
|
1399
|
+
}
|
|
1400
|
+
}
|
|
1394
1401
|
function setAttribute(node, name, value) {
|
|
1395
1402
|
if (sharedConfig.context)
|
|
1396
1403
|
return;
|
|
@@ -12017,21 +12024,24 @@ function Offline() {
|
|
|
12017
12024
|
function Settings() {
|
|
12018
12025
|
return _tmpl$11();
|
|
12019
12026
|
}
|
|
12020
|
-
function
|
|
12027
|
+
function PiPIcon() {
|
|
12021
12028
|
return _tmpl$12();
|
|
12022
12029
|
}
|
|
12030
|
+
function Copier() {
|
|
12031
|
+
return _tmpl$13();
|
|
12032
|
+
}
|
|
12023
12033
|
function CopiedCopier(props) {
|
|
12024
12034
|
return (() => {
|
|
12025
|
-
const _el$
|
|
12026
|
-
createRenderEffect(() => setAttribute(_el$
|
|
12027
|
-
return _el$
|
|
12035
|
+
const _el$16 = _tmpl$14(), _el$17 = _el$16.firstChild;
|
|
12036
|
+
createRenderEffect(() => setAttribute(_el$17, "stroke", props.theme === "dark" ? "#12B76A" : "#027A48"));
|
|
12037
|
+
return _el$16;
|
|
12028
12038
|
})();
|
|
12029
12039
|
}
|
|
12030
12040
|
function ErrorCopier() {
|
|
12031
|
-
return _tmpl$
|
|
12041
|
+
return _tmpl$15();
|
|
12032
12042
|
}
|
|
12033
12043
|
function List() {
|
|
12034
|
-
return _tmpl$
|
|
12044
|
+
return _tmpl$16();
|
|
12035
12045
|
}
|
|
12036
12046
|
function Check(props) {
|
|
12037
12047
|
return [createComponent(Show, {
|
|
@@ -12039,119 +12049,119 @@ function Check(props) {
|
|
|
12039
12049
|
return props.checked;
|
|
12040
12050
|
},
|
|
12041
12051
|
get children() {
|
|
12042
|
-
const _el$
|
|
12043
|
-
createRenderEffect(() => setAttribute(_el$
|
|
12044
|
-
return _el$
|
|
12052
|
+
const _el$20 = _tmpl$14(), _el$21 = _el$20.firstChild;
|
|
12053
|
+
createRenderEffect(() => setAttribute(_el$21, "stroke", props.theme === "dark" ? "#9B8AFB" : "#6938EF"));
|
|
12054
|
+
return _el$20;
|
|
12045
12055
|
}
|
|
12046
12056
|
}), createComponent(Show, {
|
|
12047
12057
|
get when() {
|
|
12048
12058
|
return !props.checked;
|
|
12049
12059
|
},
|
|
12050
12060
|
get children() {
|
|
12051
|
-
const _el$
|
|
12052
|
-
createRenderEffect(() => setAttribute(_el$
|
|
12053
|
-
return _el$
|
|
12061
|
+
const _el$22 = _tmpl$17(), _el$23 = _el$22.firstChild;
|
|
12062
|
+
createRenderEffect(() => setAttribute(_el$23, "stroke", props.theme === "dark" ? "#9B8AFB" : "#6938EF"));
|
|
12063
|
+
return _el$22;
|
|
12054
12064
|
}
|
|
12055
12065
|
})];
|
|
12056
12066
|
}
|
|
12057
12067
|
function CheckCircle() {
|
|
12058
|
-
return _tmpl$
|
|
12068
|
+
return _tmpl$18();
|
|
12059
12069
|
}
|
|
12060
12070
|
function LoadingCircle() {
|
|
12061
|
-
return _tmpl$
|
|
12071
|
+
return _tmpl$19();
|
|
12062
12072
|
}
|
|
12063
12073
|
function XCircle() {
|
|
12064
|
-
return _tmpl$
|
|
12074
|
+
return _tmpl$20();
|
|
12065
12075
|
}
|
|
12066
12076
|
function PauseCircle() {
|
|
12067
|
-
return _tmpl$
|
|
12077
|
+
return _tmpl$21();
|
|
12068
12078
|
}
|
|
12069
12079
|
function TanstackLogo() {
|
|
12070
12080
|
const id = createUniqueId();
|
|
12071
12081
|
return (() => {
|
|
12072
|
-
const _el$
|
|
12073
|
-
setAttribute(_el$
|
|
12074
|
-
setAttribute(_el$
|
|
12075
|
-
setAttribute(_el$
|
|
12076
|
-
setAttribute(_el$
|
|
12077
|
-
setAttribute(_el$
|
|
12078
|
-
setAttribute(_el$
|
|
12079
|
-
setAttribute(_el$
|
|
12080
|
-
setAttribute(_el$
|
|
12081
|
-
setAttribute(_el$
|
|
12082
|
-
setAttribute(_el$
|
|
12083
|
-
setAttribute(_el$
|
|
12084
|
-
setAttribute(_el$
|
|
12085
|
-
setAttribute(_el$
|
|
12086
|
-
setAttribute(_el$
|
|
12087
|
-
setAttribute(_el$
|
|
12088
|
-
setAttribute(_el$
|
|
12089
|
-
setAttribute(_el$
|
|
12090
|
-
setAttribute(_el$
|
|
12091
|
-
setAttribute(_el$
|
|
12092
|
-
setAttribute(_el$
|
|
12093
|
-
setAttribute(_el$
|
|
12094
|
-
setAttribute(_el$
|
|
12095
|
-
setAttribute(_el$
|
|
12096
|
-
setAttribute(_el$
|
|
12097
|
-
setAttribute(_el$
|
|
12098
|
-
setAttribute(_el$
|
|
12099
|
-
setAttribute(_el$
|
|
12100
|
-
setAttribute(_el$
|
|
12101
|
-
setAttribute(_el$
|
|
12102
|
-
setAttribute(_el$
|
|
12103
|
-
setAttribute(_el$
|
|
12104
|
-
setAttribute(_el$
|
|
12105
|
-
setAttribute(_el$
|
|
12106
|
-
setAttribute(_el$
|
|
12107
|
-
setAttribute(_el$
|
|
12108
|
-
setAttribute(_el$
|
|
12109
|
-
setAttribute(_el$
|
|
12110
|
-
setAttribute(_el$
|
|
12111
|
-
setAttribute(_el$
|
|
12112
|
-
setAttribute(_el$
|
|
12113
|
-
setAttribute(_el$
|
|
12114
|
-
setAttribute(_el$
|
|
12115
|
-
setAttribute(_el$
|
|
12116
|
-
setAttribute(_el$
|
|
12117
|
-
setAttribute(_el$
|
|
12118
|
-
setAttribute(_el$
|
|
12119
|
-
setAttribute(_el$
|
|
12120
|
-
setAttribute(_el$
|
|
12121
|
-
setAttribute(_el$
|
|
12122
|
-
setAttribute(_el$
|
|
12123
|
-
setAttribute(_el$
|
|
12124
|
-
setAttribute(_el$
|
|
12125
|
-
setAttribute(_el$
|
|
12126
|
-
setAttribute(_el$
|
|
12127
|
-
setAttribute(_el$
|
|
12128
|
-
setAttribute(_el$
|
|
12129
|
-
setAttribute(_el$
|
|
12130
|
-
setAttribute(_el$
|
|
12131
|
-
setAttribute(_el$
|
|
12132
|
-
setAttribute(_el$
|
|
12133
|
-
setAttribute(_el$
|
|
12134
|
-
setAttribute(_el$
|
|
12135
|
-
setAttribute(_el$
|
|
12136
|
-
setAttribute(_el$
|
|
12137
|
-
setAttribute(_el$
|
|
12138
|
-
setAttribute(_el$
|
|
12139
|
-
setAttribute(_el$
|
|
12140
|
-
setAttribute(_el$
|
|
12141
|
-
setAttribute(_el$
|
|
12142
|
-
setAttribute(_el$
|
|
12143
|
-
setAttribute(_el$
|
|
12144
|
-
setAttribute(_el$
|
|
12145
|
-
setAttribute(_el$
|
|
12146
|
-
setAttribute(_el$
|
|
12147
|
-
setAttribute(_el$
|
|
12148
|
-
setAttribute(_el$
|
|
12149
|
-
setAttribute(_el$
|
|
12150
|
-
setAttribute(_el$
|
|
12151
|
-
return _el$
|
|
12082
|
+
const _el$28 = _tmpl$22(), _el$29 = _el$28.firstChild, _el$30 = _el$29.nextSibling, _el$31 = _el$30.nextSibling, _el$32 = _el$31.firstChild, _el$33 = _el$31.nextSibling, _el$34 = _el$33.firstChild, _el$35 = _el$33.nextSibling, _el$36 = _el$35.nextSibling, _el$37 = _el$36.firstChild, _el$38 = _el$36.nextSibling, _el$39 = _el$38.firstChild, _el$40 = _el$38.nextSibling, _el$41 = _el$40.nextSibling, _el$42 = _el$41.firstChild, _el$43 = _el$41.nextSibling, _el$44 = _el$43.firstChild, _el$45 = _el$43.nextSibling, _el$46 = _el$45.nextSibling, _el$47 = _el$46.firstChild, _el$48 = _el$46.nextSibling, _el$49 = _el$48.firstChild, _el$50 = _el$48.nextSibling, _el$51 = _el$50.nextSibling, _el$52 = _el$51.firstChild, _el$53 = _el$51.nextSibling, _el$54 = _el$53.firstChild, _el$55 = _el$53.nextSibling, _el$56 = _el$55.nextSibling, _el$57 = _el$56.firstChild, _el$58 = _el$56.nextSibling, _el$59 = _el$58.firstChild, _el$60 = _el$58.nextSibling, _el$61 = _el$60.nextSibling, _el$62 = _el$61.firstChild, _el$63 = _el$61.nextSibling, _el$64 = _el$63.firstChild, _el$65 = _el$63.nextSibling, _el$66 = _el$65.firstChild, _el$67 = _el$66.nextSibling, _el$68 = _el$67.nextSibling, _el$69 = _el$68.nextSibling, _el$70 = _el$69.nextSibling, _el$71 = _el$65.nextSibling, _el$72 = _el$71.firstChild, _el$73 = _el$71.nextSibling, _el$74 = _el$73.firstChild, _el$75 = _el$73.nextSibling, _el$76 = _el$75.firstChild, _el$77 = _el$76.nextSibling, _el$78 = _el$77.nextSibling, _el$79 = _el$78.firstChild, _el$80 = _el$79.nextSibling, _el$81 = _el$80.nextSibling, _el$82 = _el$81.nextSibling, _el$83 = _el$82.nextSibling, _el$84 = _el$83.nextSibling, _el$85 = _el$84.nextSibling, _el$86 = _el$85.nextSibling, _el$87 = _el$86.nextSibling, _el$88 = _el$87.nextSibling, _el$89 = _el$88.nextSibling, _el$90 = _el$89.nextSibling, _el$91 = _el$75.nextSibling, _el$92 = _el$91.firstChild, _el$93 = _el$91.nextSibling, _el$94 = _el$93.firstChild, _el$95 = _el$93.nextSibling, _el$96 = _el$95.firstChild, _el$97 = _el$96.nextSibling, _el$98 = _el$95.nextSibling, _el$99 = _el$98.firstChild, _el$100 = _el$98.nextSibling, _el$101 = _el$100.firstChild, _el$102 = _el$100.nextSibling, _el$103 = _el$102.firstChild, _el$104 = _el$103.nextSibling, _el$105 = _el$104.nextSibling, _el$106 = _el$105.nextSibling, _el$107 = _el$106.nextSibling, _el$108 = _el$107.nextSibling, _el$109 = _el$108.nextSibling, _el$110 = _el$109.nextSibling, _el$111 = _el$110.nextSibling, _el$112 = _el$111.nextSibling, _el$113 = _el$112.nextSibling, _el$114 = _el$113.nextSibling, _el$115 = _el$114.nextSibling, _el$116 = _el$115.nextSibling, _el$117 = _el$116.nextSibling, _el$118 = _el$117.nextSibling, _el$119 = _el$118.nextSibling, _el$120 = _el$119.nextSibling;
|
|
12083
|
+
setAttribute(_el$29, "id", `a-${id}`);
|
|
12084
|
+
setAttribute(_el$30, "fill", `url(#a-${id})`);
|
|
12085
|
+
setAttribute(_el$32, "id", `am-${id}`);
|
|
12086
|
+
setAttribute(_el$33, "id", `b-${id}`);
|
|
12087
|
+
setAttribute(_el$34, "filter", `url(#am-${id})`);
|
|
12088
|
+
setAttribute(_el$35, "mask", `url(#b-${id})`);
|
|
12089
|
+
setAttribute(_el$37, "id", `ah-${id}`);
|
|
12090
|
+
setAttribute(_el$38, "id", `k-${id}`);
|
|
12091
|
+
setAttribute(_el$39, "filter", `url(#ah-${id})`);
|
|
12092
|
+
setAttribute(_el$40, "mask", `url(#k-${id})`);
|
|
12093
|
+
setAttribute(_el$42, "id", `ae-${id}`);
|
|
12094
|
+
setAttribute(_el$43, "id", `j-${id}`);
|
|
12095
|
+
setAttribute(_el$44, "filter", `url(#ae-${id})`);
|
|
12096
|
+
setAttribute(_el$45, "mask", `url(#j-${id})`);
|
|
12097
|
+
setAttribute(_el$47, "id", `ai-${id}`);
|
|
12098
|
+
setAttribute(_el$48, "id", `i-${id}`);
|
|
12099
|
+
setAttribute(_el$49, "filter", `url(#ai-${id})`);
|
|
12100
|
+
setAttribute(_el$50, "mask", `url(#i-${id})`);
|
|
12101
|
+
setAttribute(_el$52, "id", `aj-${id}`);
|
|
12102
|
+
setAttribute(_el$53, "id", `h-${id}`);
|
|
12103
|
+
setAttribute(_el$54, "filter", `url(#aj-${id})`);
|
|
12104
|
+
setAttribute(_el$55, "mask", `url(#h-${id})`);
|
|
12105
|
+
setAttribute(_el$57, "id", `ag-${id}`);
|
|
12106
|
+
setAttribute(_el$58, "id", `g-${id}`);
|
|
12107
|
+
setAttribute(_el$59, "filter", `url(#ag-${id})`);
|
|
12108
|
+
setAttribute(_el$60, "mask", `url(#g-${id})`);
|
|
12109
|
+
setAttribute(_el$62, "id", `af-${id}`);
|
|
12110
|
+
setAttribute(_el$63, "id", `f-${id}`);
|
|
12111
|
+
setAttribute(_el$64, "filter", `url(#af-${id})`);
|
|
12112
|
+
setAttribute(_el$65, "mask", `url(#f-${id})`);
|
|
12113
|
+
setAttribute(_el$69, "id", `m-${id}`);
|
|
12114
|
+
setAttribute(_el$70, "fill", `url(#m-${id})`);
|
|
12115
|
+
setAttribute(_el$72, "id", `ak-${id}`);
|
|
12116
|
+
setAttribute(_el$73, "id", `e-${id}`);
|
|
12117
|
+
setAttribute(_el$74, "filter", `url(#ak-${id})`);
|
|
12118
|
+
setAttribute(_el$75, "mask", `url(#e-${id})`);
|
|
12119
|
+
setAttribute(_el$76, "id", `n-${id}`);
|
|
12120
|
+
setAttribute(_el$77, "fill", `url(#n-${id})`);
|
|
12121
|
+
setAttribute(_el$79, "id", `r-${id}`);
|
|
12122
|
+
setAttribute(_el$80, "fill", `url(#r-${id})`);
|
|
12123
|
+
setAttribute(_el$81, "id", `s-${id}`);
|
|
12124
|
+
setAttribute(_el$82, "fill", `url(#s-${id})`);
|
|
12125
|
+
setAttribute(_el$83, "id", `q-${id}`);
|
|
12126
|
+
setAttribute(_el$84, "fill", `url(#q-${id})`);
|
|
12127
|
+
setAttribute(_el$85, "id", `p-${id}`);
|
|
12128
|
+
setAttribute(_el$86, "fill", `url(#p-${id})`);
|
|
12129
|
+
setAttribute(_el$87, "id", `o-${id}`);
|
|
12130
|
+
setAttribute(_el$88, "fill", `url(#o-${id})`);
|
|
12131
|
+
setAttribute(_el$89, "id", `l-${id}`);
|
|
12132
|
+
setAttribute(_el$90, "fill", `url(#l-${id})`);
|
|
12133
|
+
setAttribute(_el$92, "id", `al-${id}`);
|
|
12134
|
+
setAttribute(_el$93, "id", `d-${id}`);
|
|
12135
|
+
setAttribute(_el$94, "filter", `url(#al-${id})`);
|
|
12136
|
+
setAttribute(_el$95, "mask", `url(#d-${id})`);
|
|
12137
|
+
setAttribute(_el$96, "id", `u-${id}`);
|
|
12138
|
+
setAttribute(_el$97, "fill", `url(#u-${id})`);
|
|
12139
|
+
setAttribute(_el$99, "id", `ad-${id}`);
|
|
12140
|
+
setAttribute(_el$100, "id", `c-${id}`);
|
|
12141
|
+
setAttribute(_el$101, "filter", `url(#ad-${id})`);
|
|
12142
|
+
setAttribute(_el$102, "mask", `url(#c-${id})`);
|
|
12143
|
+
setAttribute(_el$103, "id", `t-${id}`);
|
|
12144
|
+
setAttribute(_el$104, "fill", `url(#t-${id})`);
|
|
12145
|
+
setAttribute(_el$105, "id", `v-${id}`);
|
|
12146
|
+
setAttribute(_el$106, "stroke", `url(#v-${id})`);
|
|
12147
|
+
setAttribute(_el$107, "id", `aa-${id}`);
|
|
12148
|
+
setAttribute(_el$108, "stroke", `url(#aa-${id})`);
|
|
12149
|
+
setAttribute(_el$109, "id", `w-${id}`);
|
|
12150
|
+
setAttribute(_el$110, "stroke", `url(#w-${id})`);
|
|
12151
|
+
setAttribute(_el$111, "id", `ac-${id}`);
|
|
12152
|
+
setAttribute(_el$112, "stroke", `url(#ac-${id})`);
|
|
12153
|
+
setAttribute(_el$113, "id", `ab-${id}`);
|
|
12154
|
+
setAttribute(_el$114, "stroke", `url(#ab-${id})`);
|
|
12155
|
+
setAttribute(_el$115, "id", `y-${id}`);
|
|
12156
|
+
setAttribute(_el$116, "stroke", `url(#y-${id})`);
|
|
12157
|
+
setAttribute(_el$117, "id", `x-${id}`);
|
|
12158
|
+
setAttribute(_el$118, "stroke", `url(#x-${id})`);
|
|
12159
|
+
setAttribute(_el$119, "id", `z-${id}`);
|
|
12160
|
+
setAttribute(_el$120, "stroke", `url(#z-${id})`);
|
|
12161
|
+
return _el$28;
|
|
12152
12162
|
})();
|
|
12153
12163
|
}
|
|
12154
|
-
var _tmpl$, _tmpl$2, _tmpl$3, _tmpl$4, _tmpl$5, _tmpl$6, _tmpl$7, _tmpl$8, _tmpl$9, _tmpl$10, _tmpl$11, _tmpl$12, _tmpl$13, _tmpl$14, _tmpl$15, _tmpl$16, _tmpl$17, _tmpl$18, _tmpl$19, _tmpl$20, _tmpl$21;
|
|
12164
|
+
var _tmpl$, _tmpl$2, _tmpl$3, _tmpl$4, _tmpl$5, _tmpl$6, _tmpl$7, _tmpl$8, _tmpl$9, _tmpl$10, _tmpl$11, _tmpl$12, _tmpl$13, _tmpl$14, _tmpl$15, _tmpl$16, _tmpl$17, _tmpl$18, _tmpl$19, _tmpl$20, _tmpl$21, _tmpl$22;
|
|
12155
12165
|
var init_icons = __esm({
|
|
12156
12166
|
"src/icons/index.tsx"() {
|
|
12157
12167
|
init_web();
|
|
@@ -12170,16 +12180,17 @@ var init_icons = __esm({
|
|
|
12170
12180
|
_tmpl$9 = /* @__PURE__ */ template(`<svg stroke=currentColor fill=currentColor stroke-width=0 viewBox="0 0 24 24"height=1em width=1em xmlns=http://www.w3.org/2000/svg><path fill=none d="M0 0h24v24H0z"></path><path d="M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3a4.237 4.237 0 00-6 0zm-4-4l2 2a7.074 7.074 0 0110 0l2-2C15.14 9.14 8.87 9.14 5 13z">`);
|
|
12171
12181
|
_tmpl$10 = /* @__PURE__ */ template(`<svg stroke-width=0 viewBox="0 0 24 24"height=1em width=1em xmlns=http://www.w3.org/2000/svg><path fill=none d="M24 .01c0-.01 0-.01 0 0L0 0v24h24V.01zM0 0h24v24H0V0zm0 0h24v24H0V0z"></path><path d="M22.99 9C19.15 5.16 13.8 3.76 8.84 4.78l2.52 2.52c3.47-.17 6.99 1.05 9.63 3.7l2-2zm-4 4a9.793 9.793 0 00-4.49-2.56l3.53 3.53.96-.97zM2 3.05L5.07 6.1C3.6 6.82 2.22 7.78 1 9l1.99 2c1.24-1.24 2.67-2.16 4.2-2.77l2.24 2.24A9.684 9.684 0 005 13v.01L6.99 15a7.042 7.042 0 014.92-2.06L18.98 20l1.27-1.26L3.29 1.79 2 3.05zM9 17l3 3 3-3a4.237 4.237 0 00-6 0z">`);
|
|
12172
12182
|
_tmpl$11 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9.3951 19.3711L9.97955 20.6856C10.1533 21.0768 10.4368 21.4093 10.7958 21.6426C11.1547 21.8759 11.5737 22.0001 12.0018 22C12.4299 22.0001 12.8488 21.8759 13.2078 21.6426C13.5667 21.4093 13.8503 21.0768 14.024 20.6856L14.6084 19.3711C14.8165 18.9047 15.1664 18.5159 15.6084 18.26C16.0532 18.0034 16.5678 17.8941 17.0784 17.9478L18.5084 18.1C18.9341 18.145 19.3637 18.0656 19.7451 17.8713C20.1265 17.6771 20.4434 17.3763 20.6573 17.0056C20.8715 16.635 20.9735 16.2103 20.9511 15.7829C20.9286 15.3555 20.7825 14.9438 20.5307 14.5978L19.684 13.4344C19.3825 13.0171 19.2214 12.5148 19.224 12C19.2239 11.4866 19.3865 10.9864 19.6884 10.5711L20.5351 9.40778C20.787 9.06175 20.933 8.65007 20.9555 8.22267C20.978 7.79528 20.8759 7.37054 20.6618 7C20.4479 6.62923 20.131 6.32849 19.7496 6.13423C19.3681 5.93997 18.9386 5.86053 18.5129 5.90556L17.0829 6.05778C16.5722 6.11141 16.0577 6.00212 15.6129 5.74556C15.17 5.48825 14.82 5.09736 14.6129 4.62889L14.024 3.31444C13.8503 2.92317 13.5667 2.59072 13.2078 2.3574C12.8488 2.12408 12.4299 1.99993 12.0018 2C11.5737 1.99993 11.1547 2.12408 10.7958 2.3574C10.4368 2.59072 10.1533 2.92317 9.97955 3.31444L9.3951 4.62889C9.18803 5.09736 8.83798 5.48825 8.3951 5.74556C7.95032 6.00212 7.43577 6.11141 6.9251 6.05778L5.49066 5.90556C5.06499 5.86053 4.6354 5.93997 4.25397 6.13423C3.87255 6.32849 3.55567 6.62923 3.34177 7C3.12759 7.37054 3.02555 7.79528 3.04804 8.22267C3.07052 8.65007 3.21656 9.06175 3.46844 9.40778L4.3151 10.5711C4.61704 10.9864 4.77964 11.4866 4.77955 12C4.77964 12.5134 4.61704 13.0137 4.3151 13.4289L3.46844 14.5922C3.21656 14.9382 3.07052 15.3499 3.04804 15.7773C3.02555 16.2047 3.12759 16.6295 3.34177 17C3.55589 17.3706 3.8728 17.6712 4.25417 17.8654C4.63554 18.0596 5.06502 18.1392 5.49066 18.0944L6.92066 17.9422C7.43133 17.8886 7.94587 17.9979 8.39066 18.2544C8.83519 18.511 9.18687 18.902 9.3951 19.3711Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round></path><path d="M12 15C13.6568 15 15 13.6569 15 12C15 10.3431 13.6568 9 12 9C10.3431 9 8.99998 10.3431 8.99998 12C8.99998 13.6569 10.3431 15 12 15Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12173
|
-
_tmpl$12 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path
|
|
12174
|
-
_tmpl$13 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="
|
|
12175
|
-
_tmpl$14 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="
|
|
12176
|
-
_tmpl$15 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none
|
|
12177
|
-
_tmpl$16 = /* @__PURE__ */ template(`<svg viewBox="0 0 24 24"
|
|
12178
|
-
_tmpl$17 = /* @__PURE__ */ template(`<svg
|
|
12179
|
-
_tmpl$18 = /* @__PURE__ */ template(`<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="
|
|
12180
|
-
_tmpl$19 = /* @__PURE__ */ template(`<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="
|
|
12181
|
-
_tmpl$20 = /* @__PURE__ */ template(`<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="
|
|
12182
|
-
_tmpl$21 = /* @__PURE__ */ template(`<svg version=1.0 viewBox="0 0 633 633"><linearGradient x1=-666.45 x2=-666.45 y1=163.28 y2=163.99 gradientTransform="matrix(633 0 0 633 422177 -103358)"gradientUnits=userSpaceOnUse><stop stop-color=#6BDAFF offset=0></stop><stop stop-color=#F9FFB5 offset=.32></stop><stop stop-color=#FFA770 offset=.71></stop><stop stop-color=#FF7373 offset=1></stop></linearGradient><circle cx=316.5 cy=316.5 r=316.5></circle><defs><filter x=-137.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=316.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=316.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=316.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=272.2 y=308 width=176.9 height=129.3 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=272.2 y=308 width=176.9 height=129.3 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><line x1=436 x2=431 y1=403.2 y2=431.8 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=291 x2=280 y1=341.5 y2=403.5 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=332.9 x2=328.6 y1=384.1 y2=411.2 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><linearGradient x1=-670.75 x2=-671.59 y1=164.4 y2=164.49 gradientTransform="matrix(-184.16 -32.472 -11.461 64.997 -121359 -32126)"gradientUnits=userSpaceOnUse><stop stop-color=#EE2700 offset=0></stop><stop stop-color=#FF008E offset=1></stop></linearGradient><path d="m344.1 363 97.7 17.2c5.8 2.1 8.2 6.1 7.1 12.1s-4.7 9.2-11 9.9l-106-18.7-57.5-59.2c-3.2-4.8-2.9-9.1 0.8-12.8s8.3-4.4 13.7-2.1l55.2 53.6z"clip-rule=evenodd fill-rule=evenodd></path><line x1=428.2 x2=429.1 y1=384.5 y2=378 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=395.2 x2=396.1 y1=379.5 y2=373 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=362.2 x2=363.1 y1=373.5 y2=367.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=324.2 x2=328.4 y1=351.3 y2=347.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=303.2 x2=307.4 y1=331.3 y2=327.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line></g><defs><filter x=73.2 y=113.8 width=280.6 height=317.4 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=73.2 y=113.8 width=280.6 height=317.4 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-672.16 x2=-672.16 y1=165.03 y2=166.03 gradientTransform="matrix(-100.18 48.861 97.976 200.88 -83342 -93.059)"gradientUnits=userSpaceOnUse><stop stop-color=#A17500 offset=0></stop><stop stop-color=#5D2100 offset=1></stop></linearGradient><path d="m192.3 203c8.1 37.3 14 73.6 17.8 109.1 3.8 35.4 2.8 75.1-3 119.2l61.2-16.7c-15.6-59-25.2-97.9-28.6-116.6s-10.8-51.9-22.1-99.6l-25.3 4.6"clip-rule=evenodd fill-rule=evenodd></path><g stroke=#2F8A00><linearGradient x1=-660.23 x2=-660.23 y1=166.72 y2=167.72 gradientTransform="matrix(92.683 4.8573 -2.0259 38.657 61680 -3088.6)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9s-12.6-22.1-36.5-29.9c-15.9-5.2-34.4-1.5-55.5 11.1 15.9 14.3 29.5 22.6 40.7 24.9 16.8 3.6 51.3-6.1 51.3-6.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-661.36 x2=-661.36 y1=164.18 y2=165.18 gradientTransform="matrix(110 5.7648 -6.3599 121.35 73933 -15933)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5s-47.5-8.5-83.2 15.7c-23.8 16.2-34.3 49.3-31.6 99.4 30.3-27.8 52.1-48.5 65.2-61.9 19.8-20.2 49.6-53.2 49.6-53.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.79 x2=-656.79 y1=165.15 y2=166.15 gradientTransform="matrix(62.954 3.2993 -3.5023 66.828 42156 -8754.1)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9c-0.8-21.9 6-38 20.6-48.2s29.8-15.4 45.5-15.3c-6.1 21.4-14.5 35.8-25.2 43.4s-24.4 14.2-40.9 20.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-663.07 x2=-663.07 y1=165.44 y2=166.44 gradientTransform="matrix(152.47 7.9907 -3.0936 59.029 101884 -4318.7)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c31.9-30 64.1-39.7 96.7-29s50.8 30.4 54.6 59.1c-35.2-5.5-60.4-9.6-75.8-12.1-15.3-2.6-40.5-8.6-75.5-18z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-662.57 x2=-662.57 y1=164.44 y2=165.44 gradientTransform="matrix(136.46 7.1517 -5.2163 99.533 91536 -11442)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c35.8-7.6 65.6-0.2 89.2 22s37.7 49 42.3 80.3c-39.8-9.7-68.3-23.8-85.5-42.4s-32.5-38.5-46-59.9z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.43 x2=-656.43 y1=163.86 y2=164.86 gradientTransform="matrix(60.866 3.1899 -8.7773 167.48 41560 -25168)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c-33.6 13.8-53.6 35.7-60.1 65.6s-3.6 63.1 8.7 99.6c27.4-40.3 43.2-69.6 47.4-88s5.6-44.1 4-77.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><path d="m196.5 182.3c-14.8 21.6-25.1 41.4-30.8 59.4s-9.5 33-11.1 45.1"fill=none stroke-linecap=round stroke-width=8></path><path d="m194.9 185.7c-24.4 1.7-43.8 9-58.1 21.8s-24.7 25.4-31.3 37.8"fill=none stroke-linecap=round stroke-width=8></path><path d="m204.5 176.4c29.7-6.7 52-8.4 67-5.1s26.9 8.6 35.8 15.9"fill=none stroke-linecap=round stroke-width=8></path><path d="m196.5 181.4c20.3 9.9 38.2 20.5 53.9 31.9s27.4 22.1 35.1 32"fill=none stroke-linecap=round stroke-width=8></path></g></g><defs><filter x=50.5 y=399 width=532 height=633 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=50.5 y=399 width=532 height=633 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-666.06 x2=-666.23 y1=163.36 y2=163.75 gradientTransform="matrix(532 0 0 633 354760 -102959)"gradientUnits=userSpaceOnUse><stop stop-color=#FFF400 offset=0></stop><stop stop-color=#3C8700 offset=1></stop></linearGradient><ellipse cx=316.5 cy=715.5 rx=266 ry=316.5></ellipse></g><defs><filter x=391 y=-24 width=288 height=283 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=391 y=-24 width=288 height=283 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-664.56 x2=-664.56 y1=163.79 y2=164.79 gradientTransform="matrix(227 0 0 227 151421 -37204)"gradientUnits=userSpaceOnUse><stop stop-color=#FFDF00 offset=0></stop><stop stop-color=#FF9D00 offset=1></stop></linearGradient><circle cx=565.5 cy=89.5 r=113.5></circle><linearGradient x1=-644.5 x2=-645.77 y1=342 y2=342 gradientTransform="matrix(30 0 0 1 19770 -253)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=427 x2=397 y1=89 y2=89 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-641.56 x2=-642.83 y1=196.02 y2=196.07 gradientTransform="matrix(26.5 0 0 5.5 17439 -1025.5)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=430.5 x2=404 y1=55.5 y2=50 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-643.73 x2=-645 y1=185.83 y2=185.9 gradientTransform="matrix(29 0 0 8 19107 -1361)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=431 x2=402 y1=122 y2=130 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-638.94 x2=-640.22 y1=177.09 y2=177.39 gradientTransform="matrix(24 0 0 13 15783 -2145)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=442 x2=418 y1=153 y2=166 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-633.42 x2=-634.7 y1=172.41 y2=173.31 gradientTransform="matrix(20 0 0 19 13137 -3096)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=464 x2=444 y1=180 y2=199 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-619.05 x2=-619.52 y1=170.82 y2=171.82 gradientTransform="matrix(13.83 0 0 22.85 9050 -3703.4)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=491.4 x2=477.5 y1=203 y2=225.9 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-578.5 x2=-578.63 y1=170.31 y2=171.31 gradientTransform="matrix(7.5 0 0 24.5 4860 -3953)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=524.5 x2=517 y1=219.5 y2=244 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=666.5 x2=666.5 y1=170.31 y2=171.31 gradientTransform="matrix(.5 0 0 24.5 231.5 -3944)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=564.5 x2=565 y1=228.5 y2=253 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12>`);
|
|
12183
|
+
_tmpl$12 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M16 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V8M11.5 12.5L17 7M17 7H12M17 7V12M6.2 21H8.8C9.9201 21 10.4802 21 10.908 20.782C11.2843 20.5903 11.5903 20.2843 11.782 19.908C12 19.4802 12 18.9201 12 17.8V15.2C12 14.0799 12 13.5198 11.782 13.092C11.5903 12.7157 11.2843 12.4097 10.908 12.218C10.4802 12 9.92011 12 8.8 12H6.2C5.0799 12 4.51984 12 4.09202 12.218C3.71569 12.4097 3.40973 12.7157 3.21799 13.092C3 13.5198 3 14.0799 3 15.2V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12184
|
+
_tmpl$13 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path class=copier d="M8 8V5.2C8 4.0799 8 3.51984 8.21799 3.09202C8.40973 2.71569 8.71569 2.40973 9.09202 2.21799C9.51984 2 10.0799 2 11.2 2H18.8C19.9201 2 20.4802 2 20.908 2.21799C21.2843 2.40973 21.5903 2.71569 21.782 3.09202C22 3.51984 22 4.0799 22 5.2V12.8C22 13.9201 22 14.4802 21.782 14.908C21.5903 15.2843 21.2843 15.5903 20.908 15.782C20.4802 16 19.9201 16 18.8 16H16M5.2 22H12.8C13.9201 22 14.4802 22 14.908 21.782C15.2843 21.5903 15.5903 21.2843 15.782 20.908C16 20.4802 16 19.9201 16 18.8V11.2C16 10.0799 16 9.51984 15.782 9.09202C15.5903 8.71569 15.2843 8.40973 14.908 8.21799C14.4802 8 13.9201 8 12.8 8H5.2C4.0799 8 3.51984 8 3.09202 8.21799C2.71569 8.40973 2.40973 8.71569 2.21799 9.09202C2 9.51984 2 10.0799 2 11.2V18.8C2 19.9201 2 20.4802 2.21799 20.908C2.40973 21.2843 2.71569 21.5903 3.09202 21.782C3.51984 22 4.07989 22 5.2 22Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round stroke=currentColor>`);
|
|
12185
|
+
_tmpl$14 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M7.5 12L10.5 15L16.5 9M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12186
|
+
_tmpl$15 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9 9L15 15M15 9L9 15M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"stroke=#F04438 stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12187
|
+
_tmpl$16 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none stroke=currentColor stroke-width=2 xmlns=http://www.w3.org/2000/svg><rect class=list width=20 height=20 y=2 x=2 rx=2></rect><line class=list-item y1=7 y2=7 x1=6 x2=18></line><line class=list-item y2=12 y1=12 x1=6 x2=18></line><line class=list-item y1=17 y2=17 x1=6 x2=18>`);
|
|
12188
|
+
_tmpl$17 = /* @__PURE__ */ template(`<svg viewBox="0 0 24 24"height=20 width=20 fill=none xmlns=http://www.w3.org/2000/svg><path d="M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12189
|
+
_tmpl$18 = /* @__PURE__ */ template(`<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M7.5 12L10.5 15L16.5 9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12190
|
+
_tmpl$19 = /* @__PURE__ */ template(`<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M12 2V6M12 18V22M6 12H2M22 12H18M19.0784 19.0784L16.25 16.25M19.0784 4.99994L16.25 7.82837M4.92157 19.0784L7.75 16.25M4.92157 4.99994L7.75 7.82837"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round></path><animateTransform attributeName=transform attributeType=XML type=rotate from=0 to=360 dur=2s repeatCount=indefinite>`);
|
|
12191
|
+
_tmpl$20 = /* @__PURE__ */ template(`<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12192
|
+
_tmpl$21 = /* @__PURE__ */ template(`<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9.5 15V9M14.5 15V9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12193
|
+
_tmpl$22 = /* @__PURE__ */ template(`<svg version=1.0 viewBox="0 0 633 633"><linearGradient x1=-666.45 x2=-666.45 y1=163.28 y2=163.99 gradientTransform="matrix(633 0 0 633 422177 -103358)"gradientUnits=userSpaceOnUse><stop stop-color=#6BDAFF offset=0></stop><stop stop-color=#F9FFB5 offset=.32></stop><stop stop-color=#FFA770 offset=.71></stop><stop stop-color=#FF7373 offset=1></stop></linearGradient><circle cx=316.5 cy=316.5 r=316.5></circle><defs><filter x=-137.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=316.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=316.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=316.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=272.2 y=308 width=176.9 height=129.3 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=272.2 y=308 width=176.9 height=129.3 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><line x1=436 x2=431 y1=403.2 y2=431.8 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=291 x2=280 y1=341.5 y2=403.5 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=332.9 x2=328.6 y1=384.1 y2=411.2 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><linearGradient x1=-670.75 x2=-671.59 y1=164.4 y2=164.49 gradientTransform="matrix(-184.16 -32.472 -11.461 64.997 -121359 -32126)"gradientUnits=userSpaceOnUse><stop stop-color=#EE2700 offset=0></stop><stop stop-color=#FF008E offset=1></stop></linearGradient><path d="m344.1 363 97.7 17.2c5.8 2.1 8.2 6.1 7.1 12.1s-4.7 9.2-11 9.9l-106-18.7-57.5-59.2c-3.2-4.8-2.9-9.1 0.8-12.8s8.3-4.4 13.7-2.1l55.2 53.6z"clip-rule=evenodd fill-rule=evenodd></path><line x1=428.2 x2=429.1 y1=384.5 y2=378 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=395.2 x2=396.1 y1=379.5 y2=373 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=362.2 x2=363.1 y1=373.5 y2=367.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=324.2 x2=328.4 y1=351.3 y2=347.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=303.2 x2=307.4 y1=331.3 y2=327.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line></g><defs><filter x=73.2 y=113.8 width=280.6 height=317.4 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=73.2 y=113.8 width=280.6 height=317.4 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-672.16 x2=-672.16 y1=165.03 y2=166.03 gradientTransform="matrix(-100.18 48.861 97.976 200.88 -83342 -93.059)"gradientUnits=userSpaceOnUse><stop stop-color=#A17500 offset=0></stop><stop stop-color=#5D2100 offset=1></stop></linearGradient><path d="m192.3 203c8.1 37.3 14 73.6 17.8 109.1 3.8 35.4 2.8 75.1-3 119.2l61.2-16.7c-15.6-59-25.2-97.9-28.6-116.6s-10.8-51.9-22.1-99.6l-25.3 4.6"clip-rule=evenodd fill-rule=evenodd></path><g stroke=#2F8A00><linearGradient x1=-660.23 x2=-660.23 y1=166.72 y2=167.72 gradientTransform="matrix(92.683 4.8573 -2.0259 38.657 61680 -3088.6)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9s-12.6-22.1-36.5-29.9c-15.9-5.2-34.4-1.5-55.5 11.1 15.9 14.3 29.5 22.6 40.7 24.9 16.8 3.6 51.3-6.1 51.3-6.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-661.36 x2=-661.36 y1=164.18 y2=165.18 gradientTransform="matrix(110 5.7648 -6.3599 121.35 73933 -15933)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5s-47.5-8.5-83.2 15.7c-23.8 16.2-34.3 49.3-31.6 99.4 30.3-27.8 52.1-48.5 65.2-61.9 19.8-20.2 49.6-53.2 49.6-53.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.79 x2=-656.79 y1=165.15 y2=166.15 gradientTransform="matrix(62.954 3.2993 -3.5023 66.828 42156 -8754.1)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9c-0.8-21.9 6-38 20.6-48.2s29.8-15.4 45.5-15.3c-6.1 21.4-14.5 35.8-25.2 43.4s-24.4 14.2-40.9 20.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-663.07 x2=-663.07 y1=165.44 y2=166.44 gradientTransform="matrix(152.47 7.9907 -3.0936 59.029 101884 -4318.7)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c31.9-30 64.1-39.7 96.7-29s50.8 30.4 54.6 59.1c-35.2-5.5-60.4-9.6-75.8-12.1-15.3-2.6-40.5-8.6-75.5-18z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-662.57 x2=-662.57 y1=164.44 y2=165.44 gradientTransform="matrix(136.46 7.1517 -5.2163 99.533 91536 -11442)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c35.8-7.6 65.6-0.2 89.2 22s37.7 49 42.3 80.3c-39.8-9.7-68.3-23.8-85.5-42.4s-32.5-38.5-46-59.9z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.43 x2=-656.43 y1=163.86 y2=164.86 gradientTransform="matrix(60.866 3.1899 -8.7773 167.48 41560 -25168)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c-33.6 13.8-53.6 35.7-60.1 65.6s-3.6 63.1 8.7 99.6c27.4-40.3 43.2-69.6 47.4-88s5.6-44.1 4-77.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><path d="m196.5 182.3c-14.8 21.6-25.1 41.4-30.8 59.4s-9.5 33-11.1 45.1"fill=none stroke-linecap=round stroke-width=8></path><path d="m194.9 185.7c-24.4 1.7-43.8 9-58.1 21.8s-24.7 25.4-31.3 37.8"fill=none stroke-linecap=round stroke-width=8></path><path d="m204.5 176.4c29.7-6.7 52-8.4 67-5.1s26.9 8.6 35.8 15.9"fill=none stroke-linecap=round stroke-width=8></path><path d="m196.5 181.4c20.3 9.9 38.2 20.5 53.9 31.9s27.4 22.1 35.1 32"fill=none stroke-linecap=round stroke-width=8></path></g></g><defs><filter x=50.5 y=399 width=532 height=633 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=50.5 y=399 width=532 height=633 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-666.06 x2=-666.23 y1=163.36 y2=163.75 gradientTransform="matrix(532 0 0 633 354760 -102959)"gradientUnits=userSpaceOnUse><stop stop-color=#FFF400 offset=0></stop><stop stop-color=#3C8700 offset=1></stop></linearGradient><ellipse cx=316.5 cy=715.5 rx=266 ry=316.5></ellipse></g><defs><filter x=391 y=-24 width=288 height=283 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=391 y=-24 width=288 height=283 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-664.56 x2=-664.56 y1=163.79 y2=164.79 gradientTransform="matrix(227 0 0 227 151421 -37204)"gradientUnits=userSpaceOnUse><stop stop-color=#FFDF00 offset=0></stop><stop stop-color=#FF9D00 offset=1></stop></linearGradient><circle cx=565.5 cy=89.5 r=113.5></circle><linearGradient x1=-644.5 x2=-645.77 y1=342 y2=342 gradientTransform="matrix(30 0 0 1 19770 -253)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=427 x2=397 y1=89 y2=89 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-641.56 x2=-642.83 y1=196.02 y2=196.07 gradientTransform="matrix(26.5 0 0 5.5 17439 -1025.5)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=430.5 x2=404 y1=55.5 y2=50 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-643.73 x2=-645 y1=185.83 y2=185.9 gradientTransform="matrix(29 0 0 8 19107 -1361)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=431 x2=402 y1=122 y2=130 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-638.94 x2=-640.22 y1=177.09 y2=177.39 gradientTransform="matrix(24 0 0 13 15783 -2145)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=442 x2=418 y1=153 y2=166 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-633.42 x2=-634.7 y1=172.41 y2=173.31 gradientTransform="matrix(20 0 0 19 13137 -3096)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=464 x2=444 y1=180 y2=199 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-619.05 x2=-619.52 y1=170.82 y2=171.82 gradientTransform="matrix(13.83 0 0 22.85 9050 -3703.4)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=491.4 x2=477.5 y1=203 y2=225.9 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-578.5 x2=-578.63 y1=170.31 y2=171.31 gradientTransform="matrix(7.5 0 0 24.5 4860 -3953)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=524.5 x2=517 y1=219.5 y2=244 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=666.5 x2=666.5 y1=170.31 y2=171.31 gradientTransform="matrix(.5 0 0 24.5 231.5 -3944)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=564.5 x2=565 y1=228.5 y2=253 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12>`);
|
|
12183
12194
|
}
|
|
12184
12195
|
});
|
|
12185
12196
|
|
|
@@ -12554,7 +12565,7 @@ function Explorer(props) {
|
|
|
12554
12565
|
return _el$6;
|
|
12555
12566
|
})();
|
|
12556
12567
|
}
|
|
12557
|
-
var _tmpl$
|
|
12568
|
+
var _tmpl$23, _tmpl$24, _tmpl$32, _tmpl$42, _tmpl$52, _tmpl$62, _tmpl$72, _tmpl$82, _tmpl$92, _tmpl$102, _tmpl$112, Expander, CopyButton, ClearArrayButton, DeleteItemButton, ToggleValueButton, stylesFactory, lightStyles, darkStyles;
|
|
12558
12569
|
var init_Explorer = __esm({
|
|
12559
12570
|
"src/Explorer.tsx"() {
|
|
12560
12571
|
init_web();
|
|
@@ -12575,8 +12586,8 @@ var init_Explorer = __esm({
|
|
|
12575
12586
|
init_utils();
|
|
12576
12587
|
init_icons();
|
|
12577
12588
|
init_Context();
|
|
12578
|
-
_tmpl$
|
|
12579
|
-
_tmpl$
|
|
12589
|
+
_tmpl$23 = /* @__PURE__ */ template(`<span><svg width=16 height=16 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M6 12L10 8L6 4"stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12590
|
+
_tmpl$24 = /* @__PURE__ */ template(`<button title="Copy object to clipboard">`);
|
|
12580
12591
|
_tmpl$32 = /* @__PURE__ */ template(`<button title="Remove all items"aria-label="Remove all items">`);
|
|
12581
12592
|
_tmpl$42 = /* @__PURE__ */ template(`<button title="Delete item"aria-label="Delete item">`);
|
|
12582
12593
|
_tmpl$52 = /* @__PURE__ */ template(`<button title="Toggle value"aria-label="Toggle value">`);
|
|
@@ -12592,7 +12603,7 @@ var init_Explorer = __esm({
|
|
|
12592
12603
|
return theme() === "dark" ? darkStyles : lightStyles;
|
|
12593
12604
|
});
|
|
12594
12605
|
return (() => {
|
|
12595
|
-
const _el$ = _tmpl$
|
|
12606
|
+
const _el$ = _tmpl$23();
|
|
12596
12607
|
createRenderEffect(() => className(_el$, clsx(styles().expander, u`
|
|
12597
12608
|
transform: rotate(${props.expanded ? 90 : 0}deg);
|
|
12598
12609
|
`, props.expanded && u`
|
|
@@ -12610,7 +12621,7 @@ var init_Explorer = __esm({
|
|
|
12610
12621
|
});
|
|
12611
12622
|
const [copyState, setCopyState] = createSignal("NoCopy");
|
|
12612
12623
|
return (() => {
|
|
12613
|
-
const _el$2 = _tmpl$
|
|
12624
|
+
const _el$2 = _tmpl$24();
|
|
12614
12625
|
addEventListener(_el$2, "click", copyState() === "NoCopy" ? () => {
|
|
12615
12626
|
navigator.clipboard.writeText(stringify(props.value)).then(() => {
|
|
12616
12627
|
setCopyState("SuccessCopy");
|
|
@@ -12876,7 +12887,7 @@ var Devtools_exports = {};
|
|
|
12876
12887
|
__export(Devtools_exports, {
|
|
12877
12888
|
default: () => Devtools_default
|
|
12878
12889
|
});
|
|
12879
|
-
var _tmpl$
|
|
12890
|
+
var _tmpl$25, _tmpl$26, _tmpl$33, _tmpl$43, _tmpl$53, _tmpl$63, _tmpl$73, _tmpl$83, _tmpl$93, _tmpl$103, _tmpl$113, _tmpl$122, _tmpl$132, _tmpl$142, _tmpl$152, _tmpl$162, _tmpl$172, _tmpl$182, _tmpl$192, _tmpl$202, _tmpl$212, _tmpl$222, _tmpl$232, _tmpl$242, _tmpl$252, _tmpl$262, _tmpl$27, _tmpl$28, _tmpl$29, _tmpl$30, _tmpl$31, _tmpl$322, firstBreakpoint, secondBreakpoint, thirdBreakpoint, BUTTON_POSITION, POSITION, THEME_PREFERENCE, INITIAL_IS_OPEN, DEFAULT_HEIGHT, DEFAULT_WIDTH, DEFAULT_SORT_FN_NAME, DEFAULT_SORT_ORDER, DEFAULT_MUTATION_SORT_FN_NAME, selectedQueryHash, setSelectedQueryHash, selectedMutationId, setSelectedMutationId, panelWidth, setPanelWidth, PiPContext, PiPProvider, usePiPWindow, DevtoolsComponent, Devtools_default, Devtools, PiPPanel, DevtoolsPanel, ContentView, QueryRow, MutationRow, QueryStatusCount, MutationStatusCount, QueryStatus, QueryDetails, MutationDetails, queryCacheMap, setupQueryCacheSubscription, createSubscribeToQueryCacheBatcher, mutationCacheMap, setupMutationCacheSubscription, createSubscribeToMutationCacheBatcher, stylesFactory2, lightStyles2, darkStyles2;
|
|
12880
12891
|
var init_Devtools = __esm({
|
|
12881
12892
|
"src/Devtools.tsx"() {
|
|
12882
12893
|
init_web();
|
|
@@ -12899,42 +12910,44 @@ var init_Devtools = __esm({
|
|
|
12899
12910
|
init_dist7();
|
|
12900
12911
|
init_dist9();
|
|
12901
12912
|
init_esm2();
|
|
12913
|
+
init_web();
|
|
12902
12914
|
init_theme();
|
|
12903
12915
|
init_utils();
|
|
12904
12916
|
init_icons();
|
|
12905
12917
|
init_Explorer();
|
|
12906
12918
|
init_Context();
|
|
12907
|
-
_tmpl$
|
|
12908
|
-
_tmpl$
|
|
12919
|
+
_tmpl$25 = /* @__PURE__ */ template(`<div><div aria-hidden=true></div><button aria-label="Open Tanstack query devtools"class=tsqd-open-btn>`);
|
|
12920
|
+
_tmpl$26 = /* @__PURE__ */ template(`<div>`);
|
|
12909
12921
|
_tmpl$33 = /* @__PURE__ */ template(`<aside aria-label="Tanstack query devtools"><div></div><button aria-label="Close tanstack query devtools">`);
|
|
12910
12922
|
_tmpl$43 = /* @__PURE__ */ template(`<select name=tsqd-queries-filter-sort>`);
|
|
12911
12923
|
_tmpl$53 = /* @__PURE__ */ template(`<select name=tsqd-mutations-filter-sort>`);
|
|
12912
12924
|
_tmpl$63 = /* @__PURE__ */ template(`<span>Asc`);
|
|
12913
12925
|
_tmpl$73 = /* @__PURE__ */ template(`<span>Desc`);
|
|
12914
|
-
_tmpl$83 = /* @__PURE__ */ template(`<
|
|
12915
|
-
_tmpl$93 = /* @__PURE__ */ template(`<
|
|
12916
|
-
_tmpl$103 = /* @__PURE__ */ template(`<span>
|
|
12917
|
-
_tmpl$113 = /* @__PURE__ */ template(`<span>
|
|
12918
|
-
_tmpl$122 = /* @__PURE__ */ template(`<span>
|
|
12919
|
-
_tmpl$132 = /* @__PURE__ */ template(`<span>
|
|
12920
|
-
_tmpl$142 = /* @__PURE__ */ template(`<span>
|
|
12921
|
-
_tmpl$152 = /* @__PURE__ */ template(`<span>
|
|
12922
|
-
_tmpl$162 = /* @__PURE__ */ template(`<span>
|
|
12923
|
-
_tmpl$172 = /* @__PURE__ */ template(`<span>
|
|
12924
|
-
_tmpl$182 = /* @__PURE__ */ template(`<
|
|
12925
|
-
_tmpl$192 = /* @__PURE__ */ template(`<div><div class=tsqd-
|
|
12926
|
-
_tmpl$202 = /* @__PURE__ */ template(`<div><div
|
|
12927
|
-
_tmpl$212 = /* @__PURE__ */ template(`<
|
|
12928
|
-
_tmpl$222 = /* @__PURE__ */ template(`<
|
|
12929
|
-
_tmpl$232 = /* @__PURE__ */ template(`<
|
|
12930
|
-
_tmpl$242 = /* @__PURE__ */ template(`<div
|
|
12931
|
-
_tmpl$252 = /* @__PURE__ */ template(`<
|
|
12932
|
-
_tmpl$
|
|
12933
|
-
_tmpl$27 = /* @__PURE__ */ template(`<button><span></span
|
|
12934
|
-
_tmpl$28 = /* @__PURE__ */ template(`<
|
|
12935
|
-
_tmpl$29 = /* @__PURE__ */ template(`<div><
|
|
12936
|
-
_tmpl$30 = /* @__PURE__ */ template(`<
|
|
12937
|
-
_tmpl$31 = /* @__PURE__ */ template(`<
|
|
12926
|
+
_tmpl$83 = /* @__PURE__ */ template(`<button aria-label="Open in picture-in-picture mode"title="Open in picture-in-picture mode">`);
|
|
12927
|
+
_tmpl$93 = /* @__PURE__ */ template(`<div>Settings`);
|
|
12928
|
+
_tmpl$103 = /* @__PURE__ */ template(`<span>Position`);
|
|
12929
|
+
_tmpl$113 = /* @__PURE__ */ template(`<span>Top`);
|
|
12930
|
+
_tmpl$122 = /* @__PURE__ */ template(`<span>Bottom`);
|
|
12931
|
+
_tmpl$132 = /* @__PURE__ */ template(`<span>Left`);
|
|
12932
|
+
_tmpl$142 = /* @__PURE__ */ template(`<span>Right`);
|
|
12933
|
+
_tmpl$152 = /* @__PURE__ */ template(`<span>Theme`);
|
|
12934
|
+
_tmpl$162 = /* @__PURE__ */ template(`<span>Light`);
|
|
12935
|
+
_tmpl$172 = /* @__PURE__ */ template(`<span>Dark`);
|
|
12936
|
+
_tmpl$182 = /* @__PURE__ */ template(`<span>System`);
|
|
12937
|
+
_tmpl$192 = /* @__PURE__ */ template(`<div><div class=tsqd-queries-container>`);
|
|
12938
|
+
_tmpl$202 = /* @__PURE__ */ template(`<div><div class=tsqd-mutations-container>`);
|
|
12939
|
+
_tmpl$212 = /* @__PURE__ */ template(`<div><div><div><button aria-label="Close Tanstack query devtools"><span>TANSTACK</span><span> v</span></button></div></div><div><div><div><input aria-label="Filter queries by query key"type=text placeholder=Filter name=tsqd-query-filter-input></div><div></div><button class=tsqd-query-filter-sort-order-btn></button></div><div><button aria-label="Clear query cache"></button><button>`);
|
|
12940
|
+
_tmpl$222 = /* @__PURE__ */ template(`<option>Sort by `);
|
|
12941
|
+
_tmpl$232 = /* @__PURE__ */ template(`<div class=tsqd-query-disabled-indicator>disabled`);
|
|
12942
|
+
_tmpl$242 = /* @__PURE__ */ template(`<button><div></div><code class=tsqd-query-hash>`);
|
|
12943
|
+
_tmpl$252 = /* @__PURE__ */ template(`<div role=tooltip id=tsqd-status-tooltip>`);
|
|
12944
|
+
_tmpl$262 = /* @__PURE__ */ template(`<span>`);
|
|
12945
|
+
_tmpl$27 = /* @__PURE__ */ template(`<button><span></span><span>`);
|
|
12946
|
+
_tmpl$28 = /* @__PURE__ */ template(`<button><span></span> Error`);
|
|
12947
|
+
_tmpl$29 = /* @__PURE__ */ template(`<div><span></span>Trigger Error<select><option value=""disabled selected>`);
|
|
12948
|
+
_tmpl$30 = /* @__PURE__ */ template(`<div><div>Query Details</div><div><div class=tsqd-query-details-summary><pre><code></code></pre><span></span></div><div class=tsqd-query-details-observers-count><span>Observers:</span><span></span></div><div class=tsqd-query-details-last-updated><span>Last Updated:</span><span></span></div></div><div>Actions</div><div><button><span></span>Refetch</button><button><span></span>Invalidate</button><button><span></span>Reset</button><button><span></span>Remove</button><button><span></span> Loading</button></div><div>Data Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-data-explorer"></div><div>Query Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer">`);
|
|
12949
|
+
_tmpl$31 = /* @__PURE__ */ template(`<option>`);
|
|
12950
|
+
_tmpl$322 = /* @__PURE__ */ template(`<div><div>Mutation Details</div><div><div class=tsqd-query-details-summary><pre><code></code></pre><span></span></div><div class=tsqd-query-details-last-updated><span>Submitted At:</span><span></span></div></div><div>Variables Details</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Context Details</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Data Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Mutations Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer">`);
|
|
12938
12951
|
firstBreakpoint = 1024;
|
|
12939
12952
|
secondBreakpoint = 796;
|
|
12940
12953
|
thirdBreakpoint = 700;
|
|
@@ -12950,6 +12963,114 @@ var init_Devtools = __esm({
|
|
|
12950
12963
|
[selectedQueryHash, setSelectedQueryHash] = createSignal(null);
|
|
12951
12964
|
[selectedMutationId, setSelectedMutationId] = createSignal(null);
|
|
12952
12965
|
[panelWidth, setPanelWidth] = createSignal(0);
|
|
12966
|
+
PiPContext = createContext(void 0);
|
|
12967
|
+
PiPProvider = (props) => {
|
|
12968
|
+
const [pipWindow, setPipWindow] = createSignal(null);
|
|
12969
|
+
const closePipWindow = () => {
|
|
12970
|
+
const w = pipWindow();
|
|
12971
|
+
if (w != null) {
|
|
12972
|
+
w.close();
|
|
12973
|
+
setPipWindow(null);
|
|
12974
|
+
}
|
|
12975
|
+
};
|
|
12976
|
+
const requestPipWindow = async (width, height) => {
|
|
12977
|
+
if (pipWindow() != null) {
|
|
12978
|
+
return;
|
|
12979
|
+
}
|
|
12980
|
+
const pip = window.open("", "TSQD-Devtools-Panel", `width=${width},height=${height},popup`);
|
|
12981
|
+
if (!pip) {
|
|
12982
|
+
throw new Error("Failed to open popup. Please allow popups for this site to view the devtools in picture-in-picture mode.");
|
|
12983
|
+
}
|
|
12984
|
+
pip.document.head.innerHTML = "";
|
|
12985
|
+
pip.document.body.innerHTML = "";
|
|
12986
|
+
clearDelegatedEvents(pip.document);
|
|
12987
|
+
pip.document.title = "TanStack Query Devtools";
|
|
12988
|
+
pip.document.body.style.margin = "0";
|
|
12989
|
+
pip.addEventListener("pagehide", () => {
|
|
12990
|
+
props.setLocalStore("pip_open", "false");
|
|
12991
|
+
setPipWindow(null);
|
|
12992
|
+
});
|
|
12993
|
+
[...document.styleSheets].forEach((styleSheet) => {
|
|
12994
|
+
try {
|
|
12995
|
+
const cssRules = [...styleSheet.cssRules].map((rule) => rule.cssText).join("");
|
|
12996
|
+
const style2 = document.createElement("style");
|
|
12997
|
+
const style_node = styleSheet.ownerNode;
|
|
12998
|
+
let style_id = "";
|
|
12999
|
+
if (style_node && "id" in style_node) {
|
|
13000
|
+
style_id = style_node.id;
|
|
13001
|
+
}
|
|
13002
|
+
if (style_id) {
|
|
13003
|
+
style2.setAttribute("id", style_id);
|
|
13004
|
+
}
|
|
13005
|
+
style2.textContent = cssRules;
|
|
13006
|
+
pip.document.head.appendChild(style2);
|
|
13007
|
+
} catch (e2) {
|
|
13008
|
+
const link = document.createElement("link");
|
|
13009
|
+
if (styleSheet.href == null) {
|
|
13010
|
+
return;
|
|
13011
|
+
}
|
|
13012
|
+
link.rel = "stylesheet";
|
|
13013
|
+
link.type = styleSheet.type;
|
|
13014
|
+
link.media = styleSheet.media.toString();
|
|
13015
|
+
link.href = styleSheet.href;
|
|
13016
|
+
pip.document.head.appendChild(link);
|
|
13017
|
+
}
|
|
13018
|
+
});
|
|
13019
|
+
delegateEvents(["focusin", "focusout", "pointermove", "keydown", "pointerdown", "pointerup", "click", "mousedown", "input"], pip.document);
|
|
13020
|
+
props.setLocalStore("pip_open", "true");
|
|
13021
|
+
setPipWindow(pip);
|
|
13022
|
+
};
|
|
13023
|
+
createEffect(() => {
|
|
13024
|
+
const pip_open = props.localStore.pip_open ?? "false";
|
|
13025
|
+
if (pip_open === "true") {
|
|
13026
|
+
requestPipWindow(Number(window.innerWidth), Number(props.localStore.height || DEFAULT_HEIGHT));
|
|
13027
|
+
}
|
|
13028
|
+
});
|
|
13029
|
+
createEffect(() => {
|
|
13030
|
+
const gooberStyles = document.getElementById("_goober");
|
|
13031
|
+
const w = pipWindow();
|
|
13032
|
+
if (gooberStyles && w) {
|
|
13033
|
+
const observer = new MutationObserver(() => {
|
|
13034
|
+
const pip_style = w.document.getElementById("_goober");
|
|
13035
|
+
if (pip_style) {
|
|
13036
|
+
pip_style.textContent = gooberStyles.textContent;
|
|
13037
|
+
}
|
|
13038
|
+
});
|
|
13039
|
+
observer.observe(gooberStyles, {
|
|
13040
|
+
childList: true,
|
|
13041
|
+
// observe direct children
|
|
13042
|
+
subtree: true,
|
|
13043
|
+
// and lower descendants too
|
|
13044
|
+
characterDataOldValue: true
|
|
13045
|
+
// pass old data to callback
|
|
13046
|
+
});
|
|
13047
|
+
onCleanup(() => {
|
|
13048
|
+
observer.disconnect();
|
|
13049
|
+
});
|
|
13050
|
+
}
|
|
13051
|
+
});
|
|
13052
|
+
const value = createMemo(() => ({
|
|
13053
|
+
pipWindow: pipWindow(),
|
|
13054
|
+
requestPipWindow,
|
|
13055
|
+
closePipWindow
|
|
13056
|
+
}));
|
|
13057
|
+
return createComponent(PiPContext.Provider, {
|
|
13058
|
+
value,
|
|
13059
|
+
get children() {
|
|
13060
|
+
return props.children;
|
|
13061
|
+
}
|
|
13062
|
+
});
|
|
13063
|
+
};
|
|
13064
|
+
usePiPWindow = () => {
|
|
13065
|
+
const context = createMemo(() => {
|
|
13066
|
+
const ctx = useContext(PiPContext);
|
|
13067
|
+
if (!ctx) {
|
|
13068
|
+
throw new Error("usePiPWindow must be used within a PiPProvider");
|
|
13069
|
+
}
|
|
13070
|
+
return ctx();
|
|
13071
|
+
});
|
|
13072
|
+
return context;
|
|
13073
|
+
};
|
|
12953
13074
|
DevtoolsComponent = (props) => {
|
|
12954
13075
|
const [localStore, setLocalStore] = createLocalStorage({
|
|
12955
13076
|
prefix: "TanstackQueryDevtools"
|
|
@@ -12964,12 +13085,18 @@ var init_Devtools = __esm({
|
|
|
12964
13085
|
return createComponent(QueryDevtoolsContext.Provider, {
|
|
12965
13086
|
value: props,
|
|
12966
13087
|
get children() {
|
|
12967
|
-
return createComponent(
|
|
12968
|
-
|
|
13088
|
+
return createComponent(PiPProvider, {
|
|
13089
|
+
localStore,
|
|
13090
|
+
setLocalStore,
|
|
12969
13091
|
get children() {
|
|
12970
|
-
return createComponent(
|
|
12971
|
-
|
|
12972
|
-
|
|
13092
|
+
return createComponent(ThemeContext.Provider, {
|
|
13093
|
+
value: theme,
|
|
13094
|
+
get children() {
|
|
13095
|
+
return createComponent(Devtools, {
|
|
13096
|
+
localStore,
|
|
13097
|
+
setLocalStore
|
|
13098
|
+
});
|
|
13099
|
+
}
|
|
12973
13100
|
});
|
|
12974
13101
|
}
|
|
12975
13102
|
});
|
|
@@ -12982,6 +13109,7 @@ var init_Devtools = __esm({
|
|
|
12982
13109
|
const styles = createMemo(() => {
|
|
12983
13110
|
return theme() === "dark" ? darkStyles2 : lightStyles2;
|
|
12984
13111
|
});
|
|
13112
|
+
const pip = usePiPWindow();
|
|
12985
13113
|
const buttonPosition = createMemo(() => {
|
|
12986
13114
|
return useQueryDevtoolsContext().buttonPosition || BUTTON_POSITION;
|
|
12987
13115
|
});
|
|
@@ -13012,8 +13140,34 @@ var init_Devtools = __esm({
|
|
|
13012
13140
|
window.removeEventListener("focus", onFocus);
|
|
13013
13141
|
});
|
|
13014
13142
|
});
|
|
13015
|
-
|
|
13016
|
-
|
|
13143
|
+
const pip_open = createMemo(() => props.localStore.pip_open ?? "false");
|
|
13144
|
+
return [createComponent(Show, {
|
|
13145
|
+
get when() {
|
|
13146
|
+
return createMemo(() => !!pip().pipWindow)() && pip_open() == "true";
|
|
13147
|
+
},
|
|
13148
|
+
get children() {
|
|
13149
|
+
return createComponent(Portal, {
|
|
13150
|
+
get mount() {
|
|
13151
|
+
return pip().pipWindow?.document.body;
|
|
13152
|
+
},
|
|
13153
|
+
get children() {
|
|
13154
|
+
return createComponent(PiPPanel, {
|
|
13155
|
+
get children() {
|
|
13156
|
+
return createComponent(ContentView, {
|
|
13157
|
+
get localStore() {
|
|
13158
|
+
return props.localStore;
|
|
13159
|
+
},
|
|
13160
|
+
get setLocalStore() {
|
|
13161
|
+
return props.setLocalStore;
|
|
13162
|
+
}
|
|
13163
|
+
});
|
|
13164
|
+
}
|
|
13165
|
+
});
|
|
13166
|
+
}
|
|
13167
|
+
});
|
|
13168
|
+
}
|
|
13169
|
+
}), (() => {
|
|
13170
|
+
const _el$ = _tmpl$26();
|
|
13017
13171
|
const _ref$ = transitionsContainerRef;
|
|
13018
13172
|
typeof _ref$ === "function" ? use(_ref$, _el$) : transitionsContainerRef = _el$;
|
|
13019
13173
|
insert(_el$, createComponent(TransitionGroup, {
|
|
@@ -13021,7 +13175,7 @@ var init_Devtools = __esm({
|
|
|
13021
13175
|
get children() {
|
|
13022
13176
|
return createComponent(Show, {
|
|
13023
13177
|
get when() {
|
|
13024
|
-
return isOpen();
|
|
13178
|
+
return createMemo(() => !!(isOpen() && !pip().pipWindow))() && pip_open() == "false";
|
|
13025
13179
|
},
|
|
13026
13180
|
get children() {
|
|
13027
13181
|
return createComponent(DevtoolsPanel, {
|
|
@@ -13044,7 +13198,7 @@ var init_Devtools = __esm({
|
|
|
13044
13198
|
return !isOpen();
|
|
13045
13199
|
},
|
|
13046
13200
|
get children() {
|
|
13047
|
-
const _el$2 = _tmpl$
|
|
13201
|
+
const _el$2 = _tmpl$25(), _el$3 = _el$2.firstChild, _el$4 = _el$3.nextSibling;
|
|
13048
13202
|
insert(_el$3, createComponent(TanstackLogo, {}));
|
|
13049
13203
|
_el$4.$$click = () => props.setLocalStore("open", "true");
|
|
13050
13204
|
insert(_el$4, createComponent(TanstackLogo, {}));
|
|
@@ -13055,33 +13209,87 @@ var init_Devtools = __esm({
|
|
|
13055
13209
|
}
|
|
13056
13210
|
}), null);
|
|
13057
13211
|
createRenderEffect(() => className(_el$, clsx(u`
|
|
13058
|
-
|
|
13059
|
-
|
|
13060
|
-
|
|
13061
|
-
|
|
13062
|
-
|
|
13063
|
-
|
|
13212
|
+
& .tsqd-panel-transition-exit-active,
|
|
13213
|
+
& .tsqd-panel-transition-enter-active {
|
|
13214
|
+
transition:
|
|
13215
|
+
opacity 0.3s,
|
|
13216
|
+
transform 0.3s;
|
|
13217
|
+
}
|
|
13064
13218
|
|
|
13065
|
-
|
|
13066
|
-
|
|
13067
|
-
|
|
13068
|
-
|
|
13219
|
+
& .tsqd-panel-transition-exit-to,
|
|
13220
|
+
& .tsqd-panel-transition-enter {
|
|
13221
|
+
${position() === "top" || position() === "bottom" ? `transform: translateY(var(--tsqd-panel-height));` : `transform: translateX(var(--tsqd-panel-width));`}
|
|
13222
|
+
}
|
|
13069
13223
|
|
|
13070
|
-
|
|
13071
|
-
|
|
13072
|
-
|
|
13073
|
-
|
|
13074
|
-
|
|
13075
|
-
|
|
13076
|
-
|
|
13224
|
+
& .tsqd-button-transition-exit-active,
|
|
13225
|
+
& .tsqd-button-transition-enter-active {
|
|
13226
|
+
transition:
|
|
13227
|
+
opacity 0.3s,
|
|
13228
|
+
transform 0.3s;
|
|
13229
|
+
opacity: 1;
|
|
13230
|
+
}
|
|
13077
13231
|
|
|
13078
|
-
|
|
13079
|
-
|
|
13080
|
-
|
|
13081
|
-
|
|
13082
|
-
|
|
13083
|
-
|
|
13232
|
+
& .tsqd-button-transition-exit-to,
|
|
13233
|
+
& .tsqd-button-transition-enter {
|
|
13234
|
+
transform: ${buttonPosition() === "relative" ? `none;` : buttonPosition() === "top-left" ? `translateX(-72px);` : buttonPosition() === "top-right" ? `translateX(72px);` : `translateY(72px);`};
|
|
13235
|
+
opacity: 0;
|
|
13236
|
+
}
|
|
13237
|
+
`, "tsqd-transitions-container")));
|
|
13084
13238
|
return _el$;
|
|
13239
|
+
})()];
|
|
13240
|
+
};
|
|
13241
|
+
PiPPanel = (props) => {
|
|
13242
|
+
const pip = usePiPWindow();
|
|
13243
|
+
const theme = useTheme();
|
|
13244
|
+
const styles = createMemo(() => {
|
|
13245
|
+
return theme() === "dark" ? darkStyles2 : lightStyles2;
|
|
13246
|
+
});
|
|
13247
|
+
const getPanelDynamicStyles = () => {
|
|
13248
|
+
const {
|
|
13249
|
+
colors
|
|
13250
|
+
} = tokens;
|
|
13251
|
+
const t2 = (light, dark) => theme() === "dark" ? dark : light;
|
|
13252
|
+
if (panelWidth() < secondBreakpoint) {
|
|
13253
|
+
return u`
|
|
13254
|
+
flex-direction: column;
|
|
13255
|
+
background-color: ${t2(colors.gray[300], colors.gray[600])};
|
|
13256
|
+
`;
|
|
13257
|
+
}
|
|
13258
|
+
return u`
|
|
13259
|
+
flex-direction: row;
|
|
13260
|
+
background-color: ${t2(colors.gray[200], colors.darkGray[900])};
|
|
13261
|
+
`;
|
|
13262
|
+
};
|
|
13263
|
+
createEffect(() => {
|
|
13264
|
+
const win = pip().pipWindow;
|
|
13265
|
+
const resizeCB = () => {
|
|
13266
|
+
if (!win)
|
|
13267
|
+
return;
|
|
13268
|
+
setPanelWidth(win.innerWidth);
|
|
13269
|
+
};
|
|
13270
|
+
if (win) {
|
|
13271
|
+
win.addEventListener("resize", resizeCB);
|
|
13272
|
+
resizeCB();
|
|
13273
|
+
}
|
|
13274
|
+
onCleanup(() => {
|
|
13275
|
+
if (win) {
|
|
13276
|
+
win.removeEventListener("resize", resizeCB);
|
|
13277
|
+
}
|
|
13278
|
+
});
|
|
13279
|
+
});
|
|
13280
|
+
return (() => {
|
|
13281
|
+
const _el$5 = _tmpl$26();
|
|
13282
|
+
_el$5.style.setProperty("--tsqd-font-size", "16px");
|
|
13283
|
+
_el$5.style.setProperty("max-height", "100vh");
|
|
13284
|
+
_el$5.style.setProperty("height", "100vh");
|
|
13285
|
+
_el$5.style.setProperty("width", "100vw");
|
|
13286
|
+
insert(_el$5, () => props.children);
|
|
13287
|
+
createRenderEffect(() => className(_el$5, clsx(styles().panel, getPanelDynamicStyles(), {
|
|
13288
|
+
[u`
|
|
13289
|
+
min-width: min-content;
|
|
13290
|
+
`]: panelWidth() < thirdBreakpoint
|
|
13291
|
+
}, "tsqd-main-panel")));
|
|
13292
|
+
return _el$5;
|
|
13085
13293
|
})();
|
|
13086
13294
|
};
|
|
13087
13295
|
DevtoolsPanel = (props) => {
|
|
@@ -13192,13 +13400,13 @@ var init_Devtools = __esm({
|
|
|
13192
13400
|
`;
|
|
13193
13401
|
};
|
|
13194
13402
|
return (() => {
|
|
13195
|
-
const _el$
|
|
13403
|
+
const _el$6 = _tmpl$33(), _el$7 = _el$6.firstChild, _el$8 = _el$7.nextSibling;
|
|
13196
13404
|
const _ref$2 = panelRef;
|
|
13197
|
-
typeof _ref$2 === "function" ? use(_ref$2, _el$
|
|
13198
|
-
_el$
|
|
13199
|
-
_el$
|
|
13200
|
-
insert(_el$
|
|
13201
|
-
insert(_el$
|
|
13405
|
+
typeof _ref$2 === "function" ? use(_ref$2, _el$6) : panelRef = _el$6;
|
|
13406
|
+
_el$7.$$mousedown = handleDragStart;
|
|
13407
|
+
_el$8.$$click = () => props.setLocalStore("open", "false");
|
|
13408
|
+
insert(_el$8, createComponent(ChevronDown, {}));
|
|
13409
|
+
insert(_el$6, createComponent(ContentView, {
|
|
13202
13410
|
get localStore() {
|
|
13203
13411
|
return props.localStore;
|
|
13204
13412
|
},
|
|
@@ -13212,11 +13420,11 @@ var init_Devtools = __esm({
|
|
|
13212
13420
|
min-width: min-content;
|
|
13213
13421
|
`]: panelWidth() < thirdBreakpoint && (position() === "right" || position() === "left")
|
|
13214
13422
|
}, "tsqd-main-panel"), _v$2 = position() === "bottom" || position() === "top" ? `${props.localStore.height || DEFAULT_HEIGHT}px` : "auto", _v$3 = position() === "right" || position() === "left" ? `${props.localStore.width || DEFAULT_WIDTH}px` : "auto", _v$4 = clsx(styles().dragHandle, styles()[`dragHandle-position-${position()}`], "tsqd-drag-handle"), _v$5 = clsx(styles().closeBtn, styles()[`closeBtn-position-${position()}`], "tsqd-minimize-btn");
|
|
13215
|
-
_v$ !== _p$._v$ && className(_el$
|
|
13216
|
-
_v$2 !== _p$._v$2 && ((_p$._v$2 = _v$2) != null ? _el$
|
|
13217
|
-
_v$3 !== _p$._v$3 && ((_p$._v$3 = _v$3) != null ? _el$
|
|
13218
|
-
_v$4 !== _p$._v$4 && className(_el$
|
|
13219
|
-
_v$5 !== _p$._v$5 && className(_el$
|
|
13423
|
+
_v$ !== _p$._v$ && className(_el$6, _p$._v$ = _v$);
|
|
13424
|
+
_v$2 !== _p$._v$2 && ((_p$._v$2 = _v$2) != null ? _el$6.style.setProperty("height", _v$2) : _el$6.style.removeProperty("height"));
|
|
13425
|
+
_v$3 !== _p$._v$3 && ((_p$._v$3 = _v$3) != null ? _el$6.style.setProperty("width", _v$3) : _el$6.style.removeProperty("width"));
|
|
13426
|
+
_v$4 !== _p$._v$4 && className(_el$7, _p$._v$4 = _v$4);
|
|
13427
|
+
_v$5 !== _p$._v$5 && className(_el$8, _p$._v$5 = _v$5);
|
|
13220
13428
|
return _p$;
|
|
13221
13429
|
}, {
|
|
13222
13430
|
_v$: void 0,
|
|
@@ -13225,7 +13433,7 @@ var init_Devtools = __esm({
|
|
|
13225
13433
|
_v$4: void 0,
|
|
13226
13434
|
_v$5: void 0
|
|
13227
13435
|
});
|
|
13228
|
-
return _el$
|
|
13436
|
+
return _el$6;
|
|
13229
13437
|
})();
|
|
13230
13438
|
};
|
|
13231
13439
|
ContentView = (props) => {
|
|
@@ -13236,6 +13444,7 @@ var init_Devtools = __esm({
|
|
|
13236
13444
|
const styles = createMemo(() => {
|
|
13237
13445
|
return theme() === "dark" ? darkStyles2 : lightStyles2;
|
|
13238
13446
|
});
|
|
13447
|
+
const pip = usePiPWindow();
|
|
13239
13448
|
const [selectedView, setSelectedView] = createSignal("queries");
|
|
13240
13449
|
const sort = createMemo(() => props.localStore.sort || DEFAULT_SORT_FN_NAME);
|
|
13241
13450
|
const sortOrder = createMemo(() => Number(props.localStore.sortOrder) || DEFAULT_SORT_ORDER);
|
|
@@ -13281,13 +13490,17 @@ var init_Devtools = __esm({
|
|
|
13281
13490
|
el.style.setProperty("--tsqd-font-size", variable);
|
|
13282
13491
|
};
|
|
13283
13492
|
return [(() => {
|
|
13284
|
-
const _el$
|
|
13493
|
+
const _el$9 = _tmpl$212(), _el$10 = _el$9.firstChild, _el$11 = _el$10.firstChild, _el$12 = _el$11.firstChild, _el$13 = _el$12.firstChild, _el$14 = _el$13.nextSibling, _el$15 = _el$14.firstChild, _el$16 = _el$10.nextSibling, _el$17 = _el$16.firstChild, _el$18 = _el$17.firstChild, _el$19 = _el$18.firstChild, _el$20 = _el$18.nextSibling, _el$23 = _el$20.nextSibling, _el$26 = _el$17.nextSibling, _el$27 = _el$26.firstChild, _el$28 = _el$27.nextSibling;
|
|
13285
13494
|
const _ref$3 = containerRef;
|
|
13286
|
-
typeof _ref$3 === "function" ? use(_ref$3, _el$
|
|
13287
|
-
_el$
|
|
13288
|
-
|
|
13289
|
-
|
|
13290
|
-
|
|
13495
|
+
typeof _ref$3 === "function" ? use(_ref$3, _el$9) : containerRef = _el$9;
|
|
13496
|
+
_el$12.$$click = () => {
|
|
13497
|
+
if (!pip().pipWindow) {
|
|
13498
|
+
props.setLocalStore("open", "false");
|
|
13499
|
+
}
|
|
13500
|
+
};
|
|
13501
|
+
insert(_el$14, () => useQueryDevtoolsContext().queryFlavor, _el$15);
|
|
13502
|
+
insert(_el$14, () => useQueryDevtoolsContext().version, null);
|
|
13503
|
+
insert(_el$11, createComponent(index$9.Root, {
|
|
13291
13504
|
get ["class"]() {
|
|
13292
13505
|
return clsx(styles().viewToggle);
|
|
13293
13506
|
},
|
|
@@ -13329,7 +13542,7 @@ var init_Devtools = __esm({
|
|
|
13329
13542
|
})];
|
|
13330
13543
|
}
|
|
13331
13544
|
}), null);
|
|
13332
|
-
insert(_el$
|
|
13545
|
+
insert(_el$10, createComponent(Show, {
|
|
13333
13546
|
get when() {
|
|
13334
13547
|
return selectedView() === "queries";
|
|
13335
13548
|
},
|
|
@@ -13337,7 +13550,7 @@ var init_Devtools = __esm({
|
|
|
13337
13550
|
return createComponent(QueryStatusCount, {});
|
|
13338
13551
|
}
|
|
13339
13552
|
}), null);
|
|
13340
|
-
insert(_el$
|
|
13553
|
+
insert(_el$10, createComponent(Show, {
|
|
13341
13554
|
get when() {
|
|
13342
13555
|
return selectedView() === "mutations";
|
|
13343
13556
|
},
|
|
@@ -13345,61 +13558,61 @@ var init_Devtools = __esm({
|
|
|
13345
13558
|
return createComponent(MutationStatusCount, {});
|
|
13346
13559
|
}
|
|
13347
13560
|
}), null);
|
|
13348
|
-
insert(_el$
|
|
13349
|
-
_el$
|
|
13561
|
+
insert(_el$18, createComponent(Search, {}), _el$19);
|
|
13562
|
+
_el$19.$$input = (e2) => {
|
|
13350
13563
|
if (selectedView() === "queries") {
|
|
13351
13564
|
props.setLocalStore("filter", e2.currentTarget.value);
|
|
13352
13565
|
} else {
|
|
13353
13566
|
props.setLocalStore("mutationFilter", e2.currentTarget.value);
|
|
13354
13567
|
}
|
|
13355
13568
|
};
|
|
13356
|
-
insert(_el$
|
|
13569
|
+
insert(_el$20, createComponent(Show, {
|
|
13357
13570
|
get when() {
|
|
13358
13571
|
return selectedView() === "queries";
|
|
13359
13572
|
},
|
|
13360
13573
|
get children() {
|
|
13361
|
-
const _el$
|
|
13362
|
-
_el$
|
|
13574
|
+
const _el$21 = _tmpl$43();
|
|
13575
|
+
_el$21.addEventListener("change", (e2) => {
|
|
13363
13576
|
props.setLocalStore("sort", e2.currentTarget.value);
|
|
13364
13577
|
});
|
|
13365
|
-
insert(_el$
|
|
13366
|
-
const _el$
|
|
13367
|
-
_el$
|
|
13368
|
-
insert(_el$
|
|
13369
|
-
return _el$
|
|
13578
|
+
insert(_el$21, () => Object.keys(sortFns).map((key) => (() => {
|
|
13579
|
+
const _el$44 = _tmpl$222(); _el$44.firstChild;
|
|
13580
|
+
_el$44.value = key;
|
|
13581
|
+
insert(_el$44, key, null);
|
|
13582
|
+
return _el$44;
|
|
13370
13583
|
})()));
|
|
13371
|
-
createRenderEffect(() => _el$
|
|
13372
|
-
return _el$
|
|
13584
|
+
createRenderEffect(() => _el$21.value = sort());
|
|
13585
|
+
return _el$21;
|
|
13373
13586
|
}
|
|
13374
13587
|
}), null);
|
|
13375
|
-
insert(_el$
|
|
13588
|
+
insert(_el$20, createComponent(Show, {
|
|
13376
13589
|
get when() {
|
|
13377
13590
|
return selectedView() === "mutations";
|
|
13378
13591
|
},
|
|
13379
13592
|
get children() {
|
|
13380
|
-
const _el$
|
|
13381
|
-
_el$
|
|
13593
|
+
const _el$22 = _tmpl$53();
|
|
13594
|
+
_el$22.addEventListener("change", (e2) => {
|
|
13382
13595
|
props.setLocalStore("mutationSort", e2.currentTarget.value);
|
|
13383
13596
|
});
|
|
13384
|
-
insert(_el$
|
|
13385
|
-
const _el$
|
|
13386
|
-
_el$
|
|
13387
|
-
insert(_el$
|
|
13388
|
-
return _el$
|
|
13597
|
+
insert(_el$22, () => Object.keys(mutationSortFns).map((key) => (() => {
|
|
13598
|
+
const _el$46 = _tmpl$222(); _el$46.firstChild;
|
|
13599
|
+
_el$46.value = key;
|
|
13600
|
+
insert(_el$46, key, null);
|
|
13601
|
+
return _el$46;
|
|
13389
13602
|
})()));
|
|
13390
|
-
createRenderEffect(() => _el$
|
|
13391
|
-
return _el$
|
|
13603
|
+
createRenderEffect(() => _el$22.value = mutationSort());
|
|
13604
|
+
return _el$22;
|
|
13392
13605
|
}
|
|
13393
13606
|
}), null);
|
|
13394
|
-
insert(_el$
|
|
13395
|
-
_el$
|
|
13607
|
+
insert(_el$20, createComponent(ChevronDown, {}), null);
|
|
13608
|
+
_el$23.$$click = () => {
|
|
13396
13609
|
if (selectedView() === "queries") {
|
|
13397
13610
|
props.setLocalStore("sortOrder", String(sortOrder() * -1));
|
|
13398
13611
|
} else {
|
|
13399
13612
|
props.setLocalStore("mutationSortOrder", String(mutationSortOrder() * -1));
|
|
13400
13613
|
}
|
|
13401
13614
|
};
|
|
13402
|
-
insert(_el$
|
|
13615
|
+
insert(_el$23, createComponent(Show, {
|
|
13403
13616
|
get when() {
|
|
13404
13617
|
return (selectedView() === "queries" ? sortOrder() : mutationSortOrder()) === 1;
|
|
13405
13618
|
},
|
|
@@ -13407,7 +13620,7 @@ var init_Devtools = __esm({
|
|
|
13407
13620
|
return [_tmpl$63(), createComponent(ArrowUp, {})];
|
|
13408
13621
|
}
|
|
13409
13622
|
}), null);
|
|
13410
|
-
insert(_el$
|
|
13623
|
+
insert(_el$23, createComponent(Show, {
|
|
13411
13624
|
get when() {
|
|
13412
13625
|
return (selectedView() === "queries" ? sortOrder() : mutationSortOrder()) === -1;
|
|
13413
13626
|
},
|
|
@@ -13415,15 +13628,15 @@ var init_Devtools = __esm({
|
|
|
13415
13628
|
return [_tmpl$73(), createComponent(ArrowDown, {})];
|
|
13416
13629
|
}
|
|
13417
13630
|
}), null);
|
|
13418
|
-
_el$
|
|
13631
|
+
_el$27.$$click = () => {
|
|
13419
13632
|
if (selectedView() === "queries") {
|
|
13420
13633
|
query_cache().clear();
|
|
13421
13634
|
} else {
|
|
13422
13635
|
mutation_cache().clear();
|
|
13423
13636
|
}
|
|
13424
13637
|
};
|
|
13425
|
-
insert(_el$
|
|
13426
|
-
_el$
|
|
13638
|
+
insert(_el$27, createComponent(Trash, {}));
|
|
13639
|
+
_el$28.$$click = () => {
|
|
13427
13640
|
if (offline()) {
|
|
13428
13641
|
onlineManager().setOnline(true);
|
|
13429
13642
|
setOffline(false);
|
|
@@ -13432,11 +13645,25 @@ var init_Devtools = __esm({
|
|
|
13432
13645
|
setOffline(true);
|
|
13433
13646
|
}
|
|
13434
13647
|
};
|
|
13435
|
-
insert(_el$
|
|
13648
|
+
insert(_el$28, (() => {
|
|
13436
13649
|
const _c$ = createMemo(() => !!offline());
|
|
13437
13650
|
return () => _c$() ? createComponent(Offline, {}) : createComponent(Wifi, {});
|
|
13438
13651
|
})());
|
|
13439
|
-
insert(_el$
|
|
13652
|
+
insert(_el$26, createComponent(Show, {
|
|
13653
|
+
get when() {
|
|
13654
|
+
return !pip().pipWindow;
|
|
13655
|
+
},
|
|
13656
|
+
get children() {
|
|
13657
|
+
const _el$29 = _tmpl$83();
|
|
13658
|
+
_el$29.$$click = () => {
|
|
13659
|
+
pip().requestPipWindow(Number(window.innerWidth), Number(props.localStore.height ?? 500));
|
|
13660
|
+
};
|
|
13661
|
+
insert(_el$29, createComponent(PiPIcon, {}));
|
|
13662
|
+
createRenderEffect(() => className(_el$29, clsx(styles().actionsBtn, "tsqd-actions-btn", "tsqd-action-open-pip")));
|
|
13663
|
+
return _el$29;
|
|
13664
|
+
}
|
|
13665
|
+
}), null);
|
|
13666
|
+
insert(_el$26, createComponent(index$f.Root, {
|
|
13440
13667
|
gutter: 4,
|
|
13441
13668
|
get children() {
|
|
13442
13669
|
return [createComponent(index$f.Trigger, {
|
|
@@ -13448,6 +13675,9 @@ var init_Devtools = __esm({
|
|
|
13448
13675
|
}
|
|
13449
13676
|
}), createComponent(index$f.Portal, {
|
|
13450
13677
|
ref: (el) => setComputedVariables(el),
|
|
13678
|
+
get mount() {
|
|
13679
|
+
return createMemo(() => !!pip().pipWindow)() ? pip().pipWindow.document.body : document.body;
|
|
13680
|
+
},
|
|
13451
13681
|
get children() {
|
|
13452
13682
|
return createComponent(index$f.Content, {
|
|
13453
13683
|
get ["class"]() {
|
|
@@ -13455,9 +13685,9 @@ var init_Devtools = __esm({
|
|
|
13455
13685
|
},
|
|
13456
13686
|
get children() {
|
|
13457
13687
|
return [(() => {
|
|
13458
|
-
const _el$
|
|
13459
|
-
createRenderEffect(() => className(_el$
|
|
13460
|
-
return _el$
|
|
13688
|
+
const _el$30 = _tmpl$93();
|
|
13689
|
+
createRenderEffect(() => className(_el$30, clsx(styles().settingsMenuHeader, "tsqd-settings-menu-header")));
|
|
13690
|
+
return _el$30;
|
|
13461
13691
|
})(), createComponent(index$f.Sub, {
|
|
13462
13692
|
overlap: true,
|
|
13463
13693
|
gutter: 8,
|
|
@@ -13468,10 +13698,13 @@ var init_Devtools = __esm({
|
|
|
13468
13698
|
return clsx(styles().settingsSubTrigger, "tsqd-settings-menu-sub-trigger", "tsqd-settings-menu-sub-trigger-position");
|
|
13469
13699
|
},
|
|
13470
13700
|
get children() {
|
|
13471
|
-
return [_tmpl$
|
|
13701
|
+
return [_tmpl$103(), createComponent(ChevronDown, {})];
|
|
13472
13702
|
}
|
|
13473
13703
|
}), createComponent(index$f.Portal, {
|
|
13474
13704
|
ref: (el) => setComputedVariables(el),
|
|
13705
|
+
get mount() {
|
|
13706
|
+
return createMemo(() => !!pip().pipWindow)() ? pip().pipWindow.document.body : document.body;
|
|
13707
|
+
},
|
|
13475
13708
|
get children() {
|
|
13476
13709
|
return createComponent(index$f.SubContent, {
|
|
13477
13710
|
get ["class"]() {
|
|
@@ -13487,7 +13720,7 @@ var init_Devtools = __esm({
|
|
|
13487
13720
|
return clsx(styles().settingsSubButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-top");
|
|
13488
13721
|
},
|
|
13489
13722
|
get children() {
|
|
13490
|
-
return [_tmpl$
|
|
13723
|
+
return [_tmpl$113(), createComponent(ArrowUp, {})];
|
|
13491
13724
|
}
|
|
13492
13725
|
}), createComponent(index$f.Item, {
|
|
13493
13726
|
onSelect: () => {
|
|
@@ -13498,7 +13731,7 @@ var init_Devtools = __esm({
|
|
|
13498
13731
|
return clsx(styles().settingsSubButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-bottom");
|
|
13499
13732
|
},
|
|
13500
13733
|
get children() {
|
|
13501
|
-
return [_tmpl$
|
|
13734
|
+
return [_tmpl$122(), createComponent(ArrowDown, {})];
|
|
13502
13735
|
}
|
|
13503
13736
|
}), createComponent(index$f.Item, {
|
|
13504
13737
|
onSelect: () => {
|
|
@@ -13509,7 +13742,7 @@ var init_Devtools = __esm({
|
|
|
13509
13742
|
return clsx(styles().settingsSubButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-left");
|
|
13510
13743
|
},
|
|
13511
13744
|
get children() {
|
|
13512
|
-
return [_tmpl$
|
|
13745
|
+
return [_tmpl$132(), createComponent(ArrowLeft, {})];
|
|
13513
13746
|
}
|
|
13514
13747
|
}), createComponent(index$f.Item, {
|
|
13515
13748
|
onSelect: () => {
|
|
@@ -13520,7 +13753,7 @@ var init_Devtools = __esm({
|
|
|
13520
13753
|
return clsx(styles().settingsSubButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-right");
|
|
13521
13754
|
},
|
|
13522
13755
|
get children() {
|
|
13523
|
-
return [_tmpl$
|
|
13756
|
+
return [_tmpl$142(), createComponent(ArrowRight, {})];
|
|
13524
13757
|
}
|
|
13525
13758
|
})];
|
|
13526
13759
|
}
|
|
@@ -13538,10 +13771,13 @@ var init_Devtools = __esm({
|
|
|
13538
13771
|
return clsx(styles().settingsSubTrigger, "tsqd-settings-menu-sub-trigger", "tsqd-settings-menu-sub-trigger-position");
|
|
13539
13772
|
},
|
|
13540
13773
|
get children() {
|
|
13541
|
-
return [_tmpl$
|
|
13774
|
+
return [_tmpl$152(), createComponent(ChevronDown, {})];
|
|
13542
13775
|
}
|
|
13543
13776
|
}), createComponent(index$f.Portal, {
|
|
13544
13777
|
ref: (el) => setComputedVariables(el),
|
|
13778
|
+
get mount() {
|
|
13779
|
+
return createMemo(() => !!pip().pipWindow)() ? pip().pipWindow.document.body : document.body;
|
|
13780
|
+
},
|
|
13545
13781
|
get children() {
|
|
13546
13782
|
return createComponent(index$f.SubContent, {
|
|
13547
13783
|
get ["class"]() {
|
|
@@ -13557,7 +13793,7 @@ var init_Devtools = __esm({
|
|
|
13557
13793
|
return clsx(styles().settingsSubButton, props.localStore.theme_preference === "light" && styles().themeSelectedButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-top");
|
|
13558
13794
|
},
|
|
13559
13795
|
get children() {
|
|
13560
|
-
return [_tmpl$
|
|
13796
|
+
return [_tmpl$162(), createComponent(Sun, {})];
|
|
13561
13797
|
}
|
|
13562
13798
|
}), createComponent(index$f.Item, {
|
|
13563
13799
|
onSelect: () => {
|
|
@@ -13568,7 +13804,7 @@ var init_Devtools = __esm({
|
|
|
13568
13804
|
return clsx(styles().settingsSubButton, props.localStore.theme_preference === "dark" && styles().themeSelectedButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-bottom");
|
|
13569
13805
|
},
|
|
13570
13806
|
get children() {
|
|
13571
|
-
return [_tmpl$
|
|
13807
|
+
return [_tmpl$172(), createComponent(Moon, {})];
|
|
13572
13808
|
}
|
|
13573
13809
|
}), createComponent(index$f.Item, {
|
|
13574
13810
|
onSelect: () => {
|
|
@@ -13579,7 +13815,7 @@ var init_Devtools = __esm({
|
|
|
13579
13815
|
return clsx(styles().settingsSubButton, props.localStore.theme_preference === "system" && styles().themeSelectedButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-left");
|
|
13580
13816
|
},
|
|
13581
13817
|
get children() {
|
|
13582
|
-
return [_tmpl$
|
|
13818
|
+
return [_tmpl$182(), createComponent(Monitor, {})];
|
|
13583
13819
|
}
|
|
13584
13820
|
})];
|
|
13585
13821
|
}
|
|
@@ -13594,13 +13830,13 @@ var init_Devtools = __esm({
|
|
|
13594
13830
|
})];
|
|
13595
13831
|
}
|
|
13596
13832
|
}), null);
|
|
13597
|
-
insert(_el$
|
|
13833
|
+
insert(_el$9, createComponent(Show, {
|
|
13598
13834
|
get when() {
|
|
13599
13835
|
return selectedView() === "queries";
|
|
13600
13836
|
},
|
|
13601
13837
|
get children() {
|
|
13602
|
-
const _el$
|
|
13603
|
-
insert(_el$
|
|
13838
|
+
const _el$40 = _tmpl$192(), _el$41 = _el$40.firstChild;
|
|
13839
|
+
insert(_el$41, createComponent(Key, {
|
|
13604
13840
|
by: (q) => q.queryHash,
|
|
13605
13841
|
get each() {
|
|
13606
13842
|
return queries();
|
|
@@ -13611,17 +13847,17 @@ var init_Devtools = __esm({
|
|
|
13611
13847
|
}
|
|
13612
13848
|
})
|
|
13613
13849
|
}));
|
|
13614
|
-
createRenderEffect(() => className(_el$
|
|
13615
|
-
return _el$
|
|
13850
|
+
createRenderEffect(() => className(_el$40, clsx(styles().overflowQueryContainer, "tsqd-queries-overflow-container")));
|
|
13851
|
+
return _el$40;
|
|
13616
13852
|
}
|
|
13617
13853
|
}), null);
|
|
13618
|
-
insert(_el$
|
|
13854
|
+
insert(_el$9, createComponent(Show, {
|
|
13619
13855
|
get when() {
|
|
13620
13856
|
return selectedView() === "mutations";
|
|
13621
13857
|
},
|
|
13622
13858
|
get children() {
|
|
13623
|
-
const _el$
|
|
13624
|
-
insert(_el$
|
|
13859
|
+
const _el$42 = _tmpl$202(), _el$43 = _el$42.firstChild;
|
|
13860
|
+
insert(_el$43, createComponent(Key, {
|
|
13625
13861
|
by: (m) => m.mutationId,
|
|
13626
13862
|
get each() {
|
|
13627
13863
|
return mutations();
|
|
@@ -13632,8 +13868,8 @@ var init_Devtools = __esm({
|
|
|
13632
13868
|
}
|
|
13633
13869
|
})
|
|
13634
13870
|
}));
|
|
13635
|
-
createRenderEffect(() => className(_el$
|
|
13636
|
-
return _el$
|
|
13871
|
+
createRenderEffect(() => className(_el$42, clsx(styles().overflowQueryContainer, "tsqd-mutations-overflow-container")));
|
|
13872
|
+
return _el$42;
|
|
13637
13873
|
}
|
|
13638
13874
|
}), null);
|
|
13639
13875
|
createRenderEffect((_p$) => {
|
|
@@ -13643,26 +13879,27 @@ var init_Devtools = __esm({
|
|
|
13643
13879
|
`, panelWidth() < secondBreakpoint && !(selectedQueryHash() || selectedMutationId()) && u`
|
|
13644
13880
|
height: 100%;
|
|
13645
13881
|
max-height: 100%;
|
|
13646
|
-
`, "tsqd-queries-container"), _v$7 = clsx(styles().row, "tsqd-header"), _v$8 = styles().logoAndToggleContainer, _v$9 = clsx(styles().logo, "tsqd-text-logo-container"), _v$10 = clsx(styles().tanstackLogo, "tsqd-text-logo-tanstack"), _v$11 = clsx(styles().queryFlavorLogo, "tsqd-text-logo-query-flavor"), _v$12 = clsx(styles().row, "tsqd-filters-actions-container"), _v$13 = clsx(styles().filtersContainer, "tsqd-filters-container"), _v$14 = clsx(styles().filterInput, "tsqd-query-filter-textfield-container"), _v$15 = clsx(styles().filterSelect, "tsqd-query-filter-sort-container"), _v$
|
|
13647
|
-
_v$6 !== _p$._v$6 && className(_el$
|
|
13648
|
-
_v$7 !== _p$._v$7 && className(_el$
|
|
13649
|
-
_v$8 !== _p$._v$8 && className(_el$
|
|
13650
|
-
_v$9 !== _p$._v$9 && className(_el$
|
|
13651
|
-
_v$10 !== _p$._v$10 && className(_el$
|
|
13652
|
-
_v$11 !== _p$._v$11 && className(_el$
|
|
13653
|
-
_v$12 !== _p$._v$12 && className(_el$
|
|
13654
|
-
_v$13 !== _p$._v$13 && className(_el$
|
|
13655
|
-
_v$14 !== _p$._v$14 && className(_el$
|
|
13882
|
+
`, "tsqd-queries-container"), _v$7 = clsx(styles().row, "tsqd-header"), _v$8 = styles().logoAndToggleContainer, _v$9 = clsx(styles().logo, "tsqd-text-logo-container"), _v$10 = clsx(styles().tanstackLogo, "tsqd-text-logo-tanstack"), _v$11 = clsx(styles().queryFlavorLogo, "tsqd-text-logo-query-flavor"), _v$12 = clsx(styles().row, "tsqd-filters-actions-container"), _v$13 = clsx(styles().filtersContainer, "tsqd-filters-container"), _v$14 = clsx(styles().filterInput, "tsqd-query-filter-textfield-container"), _v$15 = clsx("tsqd-query-filter-textfield"), _v$16 = clsx(styles().filterSelect, "tsqd-query-filter-sort-container"), _v$17 = `Sort order ${(selectedView() === "queries" ? sortOrder() : mutationSortOrder()) === -1 ? "descending" : "ascending"}`, _v$18 = (selectedView() === "queries" ? sortOrder() : mutationSortOrder()) === -1, _v$19 = clsx(styles().actionsContainer, "tsqd-actions-container"), _v$20 = clsx(styles().actionsBtn, "tsqd-actions-btn", "tsqd-action-clear-cache"), _v$21 = `Clear ${selectedView()} cache`, _v$22 = clsx(styles().actionsBtn, offline() && styles().actionsBtnOffline, "tsqd-actions-btn", "tsqd-action-mock-offline-behavior"), _v$23 = `${offline() ? "Unset offline mocking behavior" : "Mock offline behavior"}`, _v$24 = offline(), _v$25 = `${offline() ? "Unset offline mocking behavior" : "Mock offline behavior"}`;
|
|
13883
|
+
_v$6 !== _p$._v$6 && className(_el$9, _p$._v$6 = _v$6);
|
|
13884
|
+
_v$7 !== _p$._v$7 && className(_el$10, _p$._v$7 = _v$7);
|
|
13885
|
+
_v$8 !== _p$._v$8 && className(_el$11, _p$._v$8 = _v$8);
|
|
13886
|
+
_v$9 !== _p$._v$9 && className(_el$12, _p$._v$9 = _v$9);
|
|
13887
|
+
_v$10 !== _p$._v$10 && className(_el$13, _p$._v$10 = _v$10);
|
|
13888
|
+
_v$11 !== _p$._v$11 && className(_el$14, _p$._v$11 = _v$11);
|
|
13889
|
+
_v$12 !== _p$._v$12 && className(_el$16, _p$._v$12 = _v$12);
|
|
13890
|
+
_v$13 !== _p$._v$13 && className(_el$17, _p$._v$13 = _v$13);
|
|
13891
|
+
_v$14 !== _p$._v$14 && className(_el$18, _p$._v$14 = _v$14);
|
|
13656
13892
|
_v$15 !== _p$._v$15 && className(_el$19, _p$._v$15 = _v$15);
|
|
13657
|
-
_v$16 !== _p$._v$16 &&
|
|
13658
|
-
_v$17 !== _p$._v$17 && setAttribute(_el$
|
|
13659
|
-
_v$18 !== _p$._v$18 &&
|
|
13893
|
+
_v$16 !== _p$._v$16 && className(_el$20, _p$._v$16 = _v$16);
|
|
13894
|
+
_v$17 !== _p$._v$17 && setAttribute(_el$23, "aria-label", _p$._v$17 = _v$17);
|
|
13895
|
+
_v$18 !== _p$._v$18 && setAttribute(_el$23, "aria-pressed", _p$._v$18 = _v$18);
|
|
13660
13896
|
_v$19 !== _p$._v$19 && className(_el$26, _p$._v$19 = _v$19);
|
|
13661
|
-
_v$20 !== _p$._v$20 &&
|
|
13662
|
-
_v$21 !== _p$._v$21 &&
|
|
13663
|
-
_v$22 !== _p$._v$22 &&
|
|
13664
|
-
_v$23 !== _p$._v$23 && setAttribute(_el$
|
|
13665
|
-
_v$24 !== _p$._v$24 && setAttribute(_el$
|
|
13897
|
+
_v$20 !== _p$._v$20 && className(_el$27, _p$._v$20 = _v$20);
|
|
13898
|
+
_v$21 !== _p$._v$21 && setAttribute(_el$27, "title", _p$._v$21 = _v$21);
|
|
13899
|
+
_v$22 !== _p$._v$22 && className(_el$28, _p$._v$22 = _v$22);
|
|
13900
|
+
_v$23 !== _p$._v$23 && setAttribute(_el$28, "aria-label", _p$._v$23 = _v$23);
|
|
13901
|
+
_v$24 !== _p$._v$24 && setAttribute(_el$28, "aria-pressed", _p$._v$24 = _v$24);
|
|
13902
|
+
_v$25 !== _p$._v$25 && setAttribute(_el$28, "title", _p$._v$25 = _v$25);
|
|
13666
13903
|
return _p$;
|
|
13667
13904
|
}, {
|
|
13668
13905
|
_v$6: void 0,
|
|
@@ -13683,10 +13920,11 @@ var init_Devtools = __esm({
|
|
|
13683
13920
|
_v$21: void 0,
|
|
13684
13921
|
_v$22: void 0,
|
|
13685
13922
|
_v$23: void 0,
|
|
13686
|
-
_v$24: void 0
|
|
13923
|
+
_v$24: void 0,
|
|
13924
|
+
_v$25: void 0
|
|
13687
13925
|
});
|
|
13688
|
-
createRenderEffect(() => _el$
|
|
13689
|
-
return _el$
|
|
13926
|
+
createRenderEffect(() => _el$19.value = selectedView() === "queries" ? props.localStore.filter || "" : props.localStore.mutationFilter || "");
|
|
13927
|
+
return _el$9;
|
|
13690
13928
|
})(), createComponent(Show, {
|
|
13691
13929
|
get when() {
|
|
13692
13930
|
return createMemo(() => selectedView() === "queries")() && selectedQueryHash();
|
|
@@ -13747,30 +13985,30 @@ var init_Devtools = __esm({
|
|
|
13747
13985
|
return queryState();
|
|
13748
13986
|
},
|
|
13749
13987
|
get children() {
|
|
13750
|
-
const _el$
|
|
13751
|
-
_el$
|
|
13752
|
-
insert(_el$
|
|
13753
|
-
insert(_el$
|
|
13754
|
-
insert(_el$
|
|
13988
|
+
const _el$48 = _tmpl$242(), _el$49 = _el$48.firstChild, _el$50 = _el$49.nextSibling;
|
|
13989
|
+
_el$48.$$click = () => setSelectedQueryHash(props.query.queryHash === selectedQueryHash() ? null : props.query.queryHash);
|
|
13990
|
+
insert(_el$49, observers);
|
|
13991
|
+
insert(_el$50, () => props.query.queryHash);
|
|
13992
|
+
insert(_el$48, createComponent(Show, {
|
|
13755
13993
|
get when() {
|
|
13756
13994
|
return isDisabled();
|
|
13757
13995
|
},
|
|
13758
13996
|
get children() {
|
|
13759
|
-
return _tmpl$
|
|
13997
|
+
return _tmpl$232();
|
|
13760
13998
|
}
|
|
13761
13999
|
}), null);
|
|
13762
14000
|
createRenderEffect((_p$) => {
|
|
13763
|
-
const _v$
|
|
13764
|
-
_v$
|
|
13765
|
-
_v$
|
|
13766
|
-
_v$
|
|
14001
|
+
const _v$26 = clsx(styles().queryRow, selectedQueryHash() === props.query.queryHash && styles().selectedQueryRow, "tsqd-query-row"), _v$27 = `Query key ${props.query.queryHash}`, _v$28 = clsx(getObserverCountColorStyles(), "tsqd-query-observer-count");
|
|
14002
|
+
_v$26 !== _p$._v$26 && className(_el$48, _p$._v$26 = _v$26);
|
|
14003
|
+
_v$27 !== _p$._v$27 && setAttribute(_el$48, "aria-label", _p$._v$27 = _v$27);
|
|
14004
|
+
_v$28 !== _p$._v$28 && className(_el$49, _p$._v$28 = _v$28);
|
|
13767
14005
|
return _p$;
|
|
13768
14006
|
}, {
|
|
13769
|
-
_v$25: void 0,
|
|
13770
14007
|
_v$26: void 0,
|
|
13771
|
-
_v$27: void 0
|
|
14008
|
+
_v$27: void 0,
|
|
14009
|
+
_v$28: void 0
|
|
13772
14010
|
});
|
|
13773
|
-
return _el$
|
|
14011
|
+
return _el$48;
|
|
13774
14012
|
}
|
|
13775
14013
|
});
|
|
13776
14014
|
};
|
|
@@ -13824,11 +14062,11 @@ var init_Devtools = __esm({
|
|
|
13824
14062
|
return mutationState();
|
|
13825
14063
|
},
|
|
13826
14064
|
get children() {
|
|
13827
|
-
const _el$
|
|
13828
|
-
_el$
|
|
14065
|
+
const _el$52 = _tmpl$242(), _el$53 = _el$52.firstChild, _el$54 = _el$53.nextSibling;
|
|
14066
|
+
_el$52.$$click = () => {
|
|
13829
14067
|
setSelectedMutationId(props.mutation.mutationId === selectedMutationId() ? null : props.mutation.mutationId);
|
|
13830
14068
|
};
|
|
13831
|
-
insert(_el$
|
|
14069
|
+
insert(_el$53, createComponent(Show, {
|
|
13832
14070
|
get when() {
|
|
13833
14071
|
return color() === "purple";
|
|
13834
14072
|
},
|
|
@@ -13836,7 +14074,7 @@ var init_Devtools = __esm({
|
|
|
13836
14074
|
return createComponent(PauseCircle, {});
|
|
13837
14075
|
}
|
|
13838
14076
|
}), null);
|
|
13839
|
-
insert(_el$
|
|
14077
|
+
insert(_el$53, createComponent(Show, {
|
|
13840
14078
|
get when() {
|
|
13841
14079
|
return color() === "green";
|
|
13842
14080
|
},
|
|
@@ -13844,7 +14082,7 @@ var init_Devtools = __esm({
|
|
|
13844
14082
|
return createComponent(CheckCircle, {});
|
|
13845
14083
|
}
|
|
13846
14084
|
}), null);
|
|
13847
|
-
insert(_el$
|
|
14085
|
+
insert(_el$53, createComponent(Show, {
|
|
13848
14086
|
get when() {
|
|
13849
14087
|
return color() === "red";
|
|
13850
14088
|
},
|
|
@@ -13852,7 +14090,7 @@ var init_Devtools = __esm({
|
|
|
13852
14090
|
return createComponent(XCircle, {});
|
|
13853
14091
|
}
|
|
13854
14092
|
}), null);
|
|
13855
|
-
insert(_el$
|
|
14093
|
+
insert(_el$53, createComponent(Show, {
|
|
13856
14094
|
get when() {
|
|
13857
14095
|
return color() === "yellow";
|
|
13858
14096
|
},
|
|
@@ -13860,7 +14098,7 @@ var init_Devtools = __esm({
|
|
|
13860
14098
|
return createComponent(LoadingCircle, {});
|
|
13861
14099
|
}
|
|
13862
14100
|
}), null);
|
|
13863
|
-
insert(_el$
|
|
14101
|
+
insert(_el$54, createComponent(Show, {
|
|
13864
14102
|
get when() {
|
|
13865
14103
|
return props.mutation.options.mutationKey;
|
|
13866
14104
|
},
|
|
@@ -13868,19 +14106,19 @@ var init_Devtools = __esm({
|
|
|
13868
14106
|
return [createMemo(() => JSON.stringify(props.mutation.options.mutationKey)), " -", " "];
|
|
13869
14107
|
}
|
|
13870
14108
|
}), null);
|
|
13871
|
-
insert(_el$
|
|
14109
|
+
insert(_el$54, () => new Date(props.mutation.state.submittedAt).toLocaleString(), null);
|
|
13872
14110
|
createRenderEffect((_p$) => {
|
|
13873
|
-
const _v$
|
|
13874
|
-
_v$
|
|
13875
|
-
_v$
|
|
13876
|
-
_v$
|
|
14111
|
+
const _v$29 = clsx(styles().queryRow, selectedMutationId() === props.mutation.mutationId && styles().selectedQueryRow, "tsqd-query-row"), _v$30 = `Mutation submitted at ${new Date(props.mutation.state.submittedAt).toLocaleString()}`, _v$31 = clsx(getObserverCountColorStyles(), "tsqd-query-observer-count");
|
|
14112
|
+
_v$29 !== _p$._v$29 && className(_el$52, _p$._v$29 = _v$29);
|
|
14113
|
+
_v$30 !== _p$._v$30 && setAttribute(_el$52, "aria-label", _p$._v$30 = _v$30);
|
|
14114
|
+
_v$31 !== _p$._v$31 && className(_el$53, _p$._v$31 = _v$31);
|
|
13877
14115
|
return _p$;
|
|
13878
14116
|
}, {
|
|
13879
|
-
_v$28: void 0,
|
|
13880
14117
|
_v$29: void 0,
|
|
13881
|
-
_v$30: void 0
|
|
14118
|
+
_v$30: void 0,
|
|
14119
|
+
_v$31: void 0
|
|
13882
14120
|
});
|
|
13883
|
-
return _el$
|
|
14121
|
+
return _el$52;
|
|
13884
14122
|
}
|
|
13885
14123
|
});
|
|
13886
14124
|
};
|
|
@@ -13895,44 +14133,44 @@ var init_Devtools = __esm({
|
|
|
13895
14133
|
return theme() === "dark" ? darkStyles2 : lightStyles2;
|
|
13896
14134
|
});
|
|
13897
14135
|
return (() => {
|
|
13898
|
-
const _el$
|
|
13899
|
-
insert(_el$
|
|
14136
|
+
const _el$55 = _tmpl$26();
|
|
14137
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
13900
14138
|
label: "Fresh",
|
|
13901
14139
|
color: "green",
|
|
13902
14140
|
get count() {
|
|
13903
14141
|
return fresh();
|
|
13904
14142
|
}
|
|
13905
14143
|
}), null);
|
|
13906
|
-
insert(_el$
|
|
14144
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
13907
14145
|
label: "Fetching",
|
|
13908
14146
|
color: "blue",
|
|
13909
14147
|
get count() {
|
|
13910
14148
|
return fetching();
|
|
13911
14149
|
}
|
|
13912
14150
|
}), null);
|
|
13913
|
-
insert(_el$
|
|
14151
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
13914
14152
|
label: "Paused",
|
|
13915
14153
|
color: "purple",
|
|
13916
14154
|
get count() {
|
|
13917
14155
|
return paused();
|
|
13918
14156
|
}
|
|
13919
14157
|
}), null);
|
|
13920
|
-
insert(_el$
|
|
14158
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
13921
14159
|
label: "Stale",
|
|
13922
14160
|
color: "yellow",
|
|
13923
14161
|
get count() {
|
|
13924
14162
|
return stale();
|
|
13925
14163
|
}
|
|
13926
14164
|
}), null);
|
|
13927
|
-
insert(_el$
|
|
14165
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
13928
14166
|
label: "Inactive",
|
|
13929
14167
|
color: "gray",
|
|
13930
14168
|
get count() {
|
|
13931
14169
|
return inactive();
|
|
13932
14170
|
}
|
|
13933
14171
|
}), null);
|
|
13934
|
-
createRenderEffect(() => className(_el$
|
|
13935
|
-
return _el$
|
|
14172
|
+
createRenderEffect(() => className(_el$55, clsx(styles().queryStatusContainer, "tsqd-query-status-container")));
|
|
14173
|
+
return _el$55;
|
|
13936
14174
|
})();
|
|
13937
14175
|
};
|
|
13938
14176
|
MutationStatusCount = () => {
|
|
@@ -13957,37 +14195,37 @@ var init_Devtools = __esm({
|
|
|
13957
14195
|
return theme() === "dark" ? darkStyles2 : lightStyles2;
|
|
13958
14196
|
});
|
|
13959
14197
|
return (() => {
|
|
13960
|
-
const _el$
|
|
13961
|
-
insert(_el$
|
|
14198
|
+
const _el$56 = _tmpl$26();
|
|
14199
|
+
insert(_el$56, createComponent(QueryStatus, {
|
|
13962
14200
|
label: "Paused",
|
|
13963
14201
|
color: "purple",
|
|
13964
14202
|
get count() {
|
|
13965
14203
|
return paused();
|
|
13966
14204
|
}
|
|
13967
14205
|
}), null);
|
|
13968
|
-
insert(_el$
|
|
14206
|
+
insert(_el$56, createComponent(QueryStatus, {
|
|
13969
14207
|
label: "Pending",
|
|
13970
14208
|
color: "yellow",
|
|
13971
14209
|
get count() {
|
|
13972
14210
|
return pending();
|
|
13973
14211
|
}
|
|
13974
14212
|
}), null);
|
|
13975
|
-
insert(_el$
|
|
14213
|
+
insert(_el$56, createComponent(QueryStatus, {
|
|
13976
14214
|
label: "Success",
|
|
13977
14215
|
color: "green",
|
|
13978
14216
|
get count() {
|
|
13979
14217
|
return success();
|
|
13980
14218
|
}
|
|
13981
14219
|
}), null);
|
|
13982
|
-
insert(_el$
|
|
14220
|
+
insert(_el$56, createComponent(QueryStatus, {
|
|
13983
14221
|
label: "Error",
|
|
13984
14222
|
color: "red",
|
|
13985
14223
|
get count() {
|
|
13986
14224
|
return error();
|
|
13987
14225
|
}
|
|
13988
14226
|
}), null);
|
|
13989
|
-
createRenderEffect(() => className(_el$
|
|
13990
|
-
return _el$
|
|
14227
|
+
createRenderEffect(() => className(_el$56, clsx(styles().queryStatusContainer, "tsqd-query-status-container")));
|
|
14228
|
+
return _el$56;
|
|
13991
14229
|
})();
|
|
13992
14230
|
};
|
|
13993
14231
|
QueryStatus = (props) => {
|
|
@@ -14015,17 +14253,17 @@ var init_Devtools = __esm({
|
|
|
14015
14253
|
return true;
|
|
14016
14254
|
});
|
|
14017
14255
|
return (() => {
|
|
14018
|
-
const _el$
|
|
14256
|
+
const _el$57 = _tmpl$27(), _el$59 = _el$57.firstChild, _el$61 = _el$59.nextSibling;
|
|
14019
14257
|
const _ref$4 = tagRef;
|
|
14020
|
-
typeof _ref$4 === "function" ? use(_ref$4, _el$
|
|
14021
|
-
_el$
|
|
14258
|
+
typeof _ref$4 === "function" ? use(_ref$4, _el$57) : tagRef = _el$57;
|
|
14259
|
+
_el$57.addEventListener("mouseleave", () => {
|
|
14022
14260
|
setMouseOver(false);
|
|
14023
14261
|
setFocused(false);
|
|
14024
14262
|
});
|
|
14025
|
-
_el$
|
|
14026
|
-
_el$
|
|
14027
|
-
_el$
|
|
14028
|
-
spread(_el$
|
|
14263
|
+
_el$57.addEventListener("mouseenter", () => setMouseOver(true));
|
|
14264
|
+
_el$57.addEventListener("blur", () => setFocused(false));
|
|
14265
|
+
_el$57.addEventListener("focus", () => setFocused(true));
|
|
14266
|
+
spread(_el$57, mergeProps({
|
|
14029
14267
|
get disabled() {
|
|
14030
14268
|
return showLabel();
|
|
14031
14269
|
},
|
|
@@ -14040,47 +14278,47 @@ var init_Devtools = __esm({
|
|
|
14040
14278
|
}, () => mouseOver() || focused() ? {
|
|
14041
14279
|
"aria-describedby": "tsqd-status-tooltip"
|
|
14042
14280
|
} : {}), false, true);
|
|
14043
|
-
insert(_el$
|
|
14281
|
+
insert(_el$57, createComponent(Show, {
|
|
14044
14282
|
get when() {
|
|
14045
14283
|
return createMemo(() => !!!showLabel())() && (mouseOver() || focused());
|
|
14046
14284
|
},
|
|
14047
14285
|
get children() {
|
|
14048
|
-
const _el$
|
|
14049
|
-
insert(_el$
|
|
14050
|
-
createRenderEffect(() => className(_el$
|
|
14051
|
-
return _el$
|
|
14286
|
+
const _el$58 = _tmpl$252();
|
|
14287
|
+
insert(_el$58, () => props.label);
|
|
14288
|
+
createRenderEffect(() => className(_el$58, clsx(styles().statusTooltip, "tsqd-query-status-tooltip")));
|
|
14289
|
+
return _el$58;
|
|
14052
14290
|
}
|
|
14053
|
-
}), _el$
|
|
14054
|
-
insert(_el$
|
|
14291
|
+
}), _el$59);
|
|
14292
|
+
insert(_el$57, createComponent(Show, {
|
|
14055
14293
|
get when() {
|
|
14056
14294
|
return showLabel();
|
|
14057
14295
|
},
|
|
14058
14296
|
get children() {
|
|
14059
|
-
const _el$
|
|
14060
|
-
insert(_el$
|
|
14061
|
-
createRenderEffect(() => className(_el$
|
|
14062
|
-
return _el$
|
|
14297
|
+
const _el$60 = _tmpl$262();
|
|
14298
|
+
insert(_el$60, () => props.label);
|
|
14299
|
+
createRenderEffect(() => className(_el$60, clsx(styles().queryStatusTagLabel, "tsqd-query-status-tag-label")));
|
|
14300
|
+
return _el$60;
|
|
14063
14301
|
}
|
|
14064
|
-
}), _el$
|
|
14065
|
-
insert(_el$
|
|
14302
|
+
}), _el$61);
|
|
14303
|
+
insert(_el$61, () => props.count);
|
|
14066
14304
|
createRenderEffect((_p$) => {
|
|
14067
|
-
const _v$
|
|
14305
|
+
const _v$32 = clsx(u`
|
|
14068
14306
|
width: ${tokens.size[1.5]};
|
|
14069
14307
|
height: ${tokens.size[1.5]};
|
|
14070
14308
|
border-radius: ${tokens.border.radius.full};
|
|
14071
14309
|
background-color: ${tokens.colors[props.color][500]};
|
|
14072
|
-
`, "tsqd-query-status-tag-dot"), _v$
|
|
14310
|
+
`, "tsqd-query-status-tag-dot"), _v$33 = clsx(styles().queryStatusCount, props.count > 0 && props.color !== "gray" && u`
|
|
14073
14311
|
background-color: ${t2(colors[props.color][100], colors[props.color][900])};
|
|
14074
14312
|
color: ${t2(colors[props.color][700], colors[props.color][300])};
|
|
14075
14313
|
`, "tsqd-query-status-tag-count");
|
|
14076
|
-
_v$31 !== _p$._v$31 && className(_el$57, _p$._v$31 = _v$31);
|
|
14077
14314
|
_v$32 !== _p$._v$32 && className(_el$59, _p$._v$32 = _v$32);
|
|
14315
|
+
_v$33 !== _p$._v$33 && className(_el$61, _p$._v$33 = _v$33);
|
|
14078
14316
|
return _p$;
|
|
14079
14317
|
}, {
|
|
14080
|
-
_v$
|
|
14081
|
-
_v$
|
|
14318
|
+
_v$32: void 0,
|
|
14319
|
+
_v$33: void 0
|
|
14082
14320
|
});
|
|
14083
|
-
return _el$
|
|
14321
|
+
return _el$57;
|
|
14084
14322
|
})();
|
|
14085
14323
|
};
|
|
14086
14324
|
QueryDetails = () => {
|
|
@@ -14166,19 +14404,19 @@ var init_Devtools = __esm({
|
|
|
14166
14404
|
return createMemo(() => !!activeQuery())() && activeQueryState();
|
|
14167
14405
|
},
|
|
14168
14406
|
get children() {
|
|
14169
|
-
const _el$
|
|
14170
|
-
insert(_el$
|
|
14171
|
-
insert(_el$
|
|
14172
|
-
insert(_el$
|
|
14173
|
-
insert(_el$
|
|
14174
|
-
_el$
|
|
14175
|
-
_el$
|
|
14176
|
-
_el$
|
|
14177
|
-
_el$
|
|
14407
|
+
const _el$62 = _tmpl$30(), _el$63 = _el$62.firstChild, _el$64 = _el$63.nextSibling, _el$65 = _el$64.firstChild, _el$66 = _el$65.firstChild, _el$67 = _el$66.firstChild, _el$68 = _el$66.nextSibling, _el$69 = _el$65.nextSibling, _el$70 = _el$69.firstChild, _el$71 = _el$70.nextSibling, _el$72 = _el$69.nextSibling, _el$73 = _el$72.firstChild, _el$74 = _el$73.nextSibling, _el$75 = _el$64.nextSibling, _el$76 = _el$75.nextSibling, _el$77 = _el$76.firstChild, _el$78 = _el$77.firstChild, _el$79 = _el$77.nextSibling, _el$80 = _el$79.firstChild, _el$81 = _el$79.nextSibling, _el$82 = _el$81.firstChild, _el$83 = _el$81.nextSibling, _el$84 = _el$83.firstChild, _el$85 = _el$83.nextSibling, _el$86 = _el$85.firstChild, _el$87 = _el$86.nextSibling, _el$96 = _el$76.nextSibling, _el$97 = _el$96.nextSibling, _el$98 = _el$97.nextSibling, _el$99 = _el$98.nextSibling;
|
|
14408
|
+
insert(_el$67, () => displayValue(activeQuery().queryKey, true));
|
|
14409
|
+
insert(_el$68, statusLabel);
|
|
14410
|
+
insert(_el$71, observerCount);
|
|
14411
|
+
insert(_el$74, () => new Date(activeQueryState().dataUpdatedAt).toLocaleTimeString());
|
|
14412
|
+
_el$77.$$click = handleRefetch;
|
|
14413
|
+
_el$79.$$click = () => queryClient.invalidateQueries(activeQuery());
|
|
14414
|
+
_el$81.$$click = () => queryClient.resetQueries(activeQuery());
|
|
14415
|
+
_el$83.$$click = () => {
|
|
14178
14416
|
queryClient.removeQueries(activeQuery());
|
|
14179
14417
|
setSelectedQueryHash(null);
|
|
14180
14418
|
};
|
|
14181
|
-
_el$
|
|
14419
|
+
_el$85.$$click = () => {
|
|
14182
14420
|
if (activeQuery()?.state.data === void 0) {
|
|
14183
14421
|
setRestoringLoading(true);
|
|
14184
14422
|
restoreQueryAfterLoadingOrError();
|
|
@@ -14205,78 +14443,78 @@ var init_Devtools = __esm({
|
|
|
14205
14443
|
});
|
|
14206
14444
|
}
|
|
14207
14445
|
};
|
|
14208
|
-
insert(_el$
|
|
14209
|
-
insert(_el$
|
|
14446
|
+
insert(_el$85, () => queryStatus() === "pending" ? "Restore" : "Trigger", _el$87);
|
|
14447
|
+
insert(_el$76, createComponent(Show, {
|
|
14210
14448
|
get when() {
|
|
14211
14449
|
return errorTypes().length === 0 || queryStatus() === "error";
|
|
14212
14450
|
},
|
|
14213
14451
|
get children() {
|
|
14214
|
-
const _el$
|
|
14215
|
-
_el$
|
|
14452
|
+
const _el$88 = _tmpl$28(), _el$89 = _el$88.firstChild, _el$90 = _el$89.nextSibling;
|
|
14453
|
+
_el$88.$$click = () => {
|
|
14216
14454
|
if (!activeQuery().state.error) {
|
|
14217
14455
|
triggerError();
|
|
14218
14456
|
} else {
|
|
14219
14457
|
queryClient.resetQueries(activeQuery());
|
|
14220
14458
|
}
|
|
14221
14459
|
};
|
|
14222
|
-
insert(_el$
|
|
14460
|
+
insert(_el$88, () => queryStatus() === "error" ? "Restore" : "Trigger", _el$90);
|
|
14223
14461
|
createRenderEffect((_p$) => {
|
|
14224
|
-
const _v$
|
|
14462
|
+
const _v$34 = clsx(u`
|
|
14225
14463
|
color: ${t2(colors.red[500], colors.red[400])};
|
|
14226
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-error"), _v$
|
|
14464
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-error"), _v$35 = queryStatus() === "pending", _v$36 = u`
|
|
14227
14465
|
background-color: ${t2(colors.red[500], colors.red[400])};
|
|
14228
14466
|
`;
|
|
14229
|
-
_v$
|
|
14230
|
-
_v$
|
|
14231
|
-
_v$
|
|
14467
|
+
_v$34 !== _p$._v$34 && className(_el$88, _p$._v$34 = _v$34);
|
|
14468
|
+
_v$35 !== _p$._v$35 && (_el$88.disabled = _p$._v$35 = _v$35);
|
|
14469
|
+
_v$36 !== _p$._v$36 && className(_el$89, _p$._v$36 = _v$36);
|
|
14232
14470
|
return _p$;
|
|
14233
14471
|
}, {
|
|
14234
|
-
_v$33: void 0,
|
|
14235
14472
|
_v$34: void 0,
|
|
14236
|
-
_v$35: void 0
|
|
14473
|
+
_v$35: void 0,
|
|
14474
|
+
_v$36: void 0
|
|
14237
14475
|
});
|
|
14238
|
-
return _el$
|
|
14476
|
+
return _el$88;
|
|
14239
14477
|
}
|
|
14240
14478
|
}), null);
|
|
14241
|
-
insert(_el$
|
|
14479
|
+
insert(_el$76, createComponent(Show, {
|
|
14242
14480
|
get when() {
|
|
14243
14481
|
return !(errorTypes().length === 0 || queryStatus() === "error");
|
|
14244
14482
|
},
|
|
14245
14483
|
get children() {
|
|
14246
|
-
const _el$
|
|
14247
|
-
_el$
|
|
14484
|
+
const _el$91 = _tmpl$29(), _el$92 = _el$91.firstChild, _el$93 = _el$92.nextSibling, _el$94 = _el$93.nextSibling; _el$94.firstChild;
|
|
14485
|
+
_el$94.addEventListener("change", (e2) => {
|
|
14248
14486
|
const errorType = errorTypes().find((et) => et.name === e2.currentTarget.value);
|
|
14249
14487
|
triggerError(errorType);
|
|
14250
14488
|
});
|
|
14251
|
-
insert(_el$
|
|
14489
|
+
insert(_el$94, createComponent(For, {
|
|
14252
14490
|
get each() {
|
|
14253
14491
|
return errorTypes();
|
|
14254
14492
|
},
|
|
14255
14493
|
children: (errorType) => (() => {
|
|
14256
|
-
const _el$
|
|
14257
|
-
insert(_el$
|
|
14258
|
-
createRenderEffect(() => _el$
|
|
14259
|
-
return _el$
|
|
14494
|
+
const _el$100 = _tmpl$31();
|
|
14495
|
+
insert(_el$100, () => errorType.name);
|
|
14496
|
+
createRenderEffect(() => _el$100.value = errorType.name);
|
|
14497
|
+
return _el$100;
|
|
14260
14498
|
})()
|
|
14261
14499
|
}), null);
|
|
14262
|
-
insert(_el$
|
|
14500
|
+
insert(_el$91, createComponent(ChevronDown, {}), null);
|
|
14263
14501
|
createRenderEffect((_p$) => {
|
|
14264
|
-
const _v$
|
|
14502
|
+
const _v$37 = clsx(styles().actionsSelect, "tsqd-query-details-actions-btn", "tsqd-query-details-action-error-multiple"), _v$38 = u`
|
|
14265
14503
|
background-color: ${tokens.colors.red[400]};
|
|
14266
|
-
`, _v$
|
|
14267
|
-
_v$
|
|
14268
|
-
_v$
|
|
14269
|
-
_v$
|
|
14504
|
+
`, _v$39 = queryStatus() === "pending";
|
|
14505
|
+
_v$37 !== _p$._v$37 && className(_el$91, _p$._v$37 = _v$37);
|
|
14506
|
+
_v$38 !== _p$._v$38 && className(_el$92, _p$._v$38 = _v$38);
|
|
14507
|
+
_v$39 !== _p$._v$39 && (_el$94.disabled = _p$._v$39 = _v$39);
|
|
14270
14508
|
return _p$;
|
|
14271
14509
|
}, {
|
|
14272
|
-
_v$36: void 0,
|
|
14273
14510
|
_v$37: void 0,
|
|
14274
|
-
_v$38: void 0
|
|
14511
|
+
_v$38: void 0,
|
|
14512
|
+
_v$39: void 0
|
|
14275
14513
|
});
|
|
14276
|
-
return _el$
|
|
14514
|
+
return _el$91;
|
|
14277
14515
|
}
|
|
14278
14516
|
}), null);
|
|
14279
|
-
insert(_el$
|
|
14517
|
+
insert(_el$97, createComponent(Explorer, {
|
|
14280
14518
|
label: "Data",
|
|
14281
14519
|
defaultExpanded: ["Data"],
|
|
14282
14520
|
get value() {
|
|
@@ -14287,7 +14525,7 @@ var init_Devtools = __esm({
|
|
|
14287
14525
|
return activeQuery();
|
|
14288
14526
|
}
|
|
14289
14527
|
}));
|
|
14290
|
-
insert(_el$
|
|
14528
|
+
insert(_el$99, createComponent(Explorer, {
|
|
14291
14529
|
label: "Query",
|
|
14292
14530
|
defaultExpanded: ["Query", "queryKey"],
|
|
14293
14531
|
get value() {
|
|
@@ -14295,55 +14533,54 @@ var init_Devtools = __esm({
|
|
|
14295
14533
|
}
|
|
14296
14534
|
}));
|
|
14297
14535
|
createRenderEffect((_p$) => {
|
|
14298
|
-
const _v$
|
|
14536
|
+
const _v$40 = clsx(styles().detailsContainer, "tsqd-query-details-container"), _v$41 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$42 = clsx(styles().detailsBody, "tsqd-query-details-summary-container"), _v$43 = clsx(styles().queryDetailsStatus, getQueryStatusColors()), _v$44 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$45 = clsx(styles().actionsBody, "tsqd-query-details-actions-container"), _v$46 = clsx(u`
|
|
14299
14537
|
color: ${t2(colors.blue[600], colors.blue[400])};
|
|
14300
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-refetch"), _v$
|
|
14538
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-refetch"), _v$47 = statusLabel() === "fetching", _v$48 = u`
|
|
14301
14539
|
background-color: ${t2(colors.blue[600], colors.blue[400])};
|
|
14302
|
-
`, _v$
|
|
14540
|
+
`, _v$49 = clsx(u`
|
|
14303
14541
|
color: ${t2(colors.yellow[600], colors.yellow[400])};
|
|
14304
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-invalidate"), _v$
|
|
14542
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-invalidate"), _v$50 = queryStatus() === "pending", _v$51 = u`
|
|
14305
14543
|
background-color: ${t2(colors.yellow[600], colors.yellow[400])};
|
|
14306
|
-
`, _v$
|
|
14544
|
+
`, _v$52 = clsx(u`
|
|
14307
14545
|
color: ${t2(colors.gray[600], colors.gray[300])};
|
|
14308
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-reset"), _v$
|
|
14546
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-reset"), _v$53 = queryStatus() === "pending", _v$54 = u`
|
|
14309
14547
|
background-color: ${t2(colors.gray[600], colors.gray[400])};
|
|
14310
|
-
`, _v$
|
|
14548
|
+
`, _v$55 = clsx(u`
|
|
14311
14549
|
color: ${t2(colors.pink[500], colors.pink[400])};
|
|
14312
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-remove"), _v$
|
|
14550
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-remove"), _v$56 = statusLabel() === "fetching", _v$57 = u`
|
|
14313
14551
|
background-color: ${t2(colors.pink[500], colors.pink[400])};
|
|
14314
|
-
`, _v$
|
|
14552
|
+
`, _v$58 = clsx(u`
|
|
14315
14553
|
color: ${t2(colors.cyan[500], colors.cyan[400])};
|
|
14316
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-loading"), _v$
|
|
14554
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-loading"), _v$59 = restoringLoading(), _v$60 = u`
|
|
14317
14555
|
background-color: ${t2(colors.cyan[500], colors.cyan[400])};
|
|
14318
|
-
`, _v$
|
|
14319
|
-
_v$
|
|
14320
|
-
_v$
|
|
14321
|
-
_v$
|
|
14322
|
-
_v$
|
|
14323
|
-
_v$
|
|
14324
|
-
_v$
|
|
14325
|
-
_v$
|
|
14326
|
-
_v$
|
|
14327
|
-
_v$
|
|
14328
|
-
_v$
|
|
14329
|
-
_v$
|
|
14330
|
-
_v$
|
|
14331
|
-
_v$
|
|
14332
|
-
_v$
|
|
14333
|
-
_v$
|
|
14334
|
-
_v$
|
|
14335
|
-
_v$
|
|
14336
|
-
_v$
|
|
14337
|
-
_v$
|
|
14338
|
-
_v$
|
|
14339
|
-
_v$
|
|
14340
|
-
_v$
|
|
14341
|
-
_v$
|
|
14342
|
-
_v$
|
|
14343
|
-
_v$
|
|
14556
|
+
`, _v$61 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$62 = tokens.size[2], _v$63 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$64 = tokens.size[2];
|
|
14557
|
+
_v$40 !== _p$._v$40 && className(_el$62, _p$._v$40 = _v$40);
|
|
14558
|
+
_v$41 !== _p$._v$41 && className(_el$63, _p$._v$41 = _v$41);
|
|
14559
|
+
_v$42 !== _p$._v$42 && className(_el$64, _p$._v$42 = _v$42);
|
|
14560
|
+
_v$43 !== _p$._v$43 && className(_el$68, _p$._v$43 = _v$43);
|
|
14561
|
+
_v$44 !== _p$._v$44 && className(_el$75, _p$._v$44 = _v$44);
|
|
14562
|
+
_v$45 !== _p$._v$45 && className(_el$76, _p$._v$45 = _v$45);
|
|
14563
|
+
_v$46 !== _p$._v$46 && className(_el$77, _p$._v$46 = _v$46);
|
|
14564
|
+
_v$47 !== _p$._v$47 && (_el$77.disabled = _p$._v$47 = _v$47);
|
|
14565
|
+
_v$48 !== _p$._v$48 && className(_el$78, _p$._v$48 = _v$48);
|
|
14566
|
+
_v$49 !== _p$._v$49 && className(_el$79, _p$._v$49 = _v$49);
|
|
14567
|
+
_v$50 !== _p$._v$50 && (_el$79.disabled = _p$._v$50 = _v$50);
|
|
14568
|
+
_v$51 !== _p$._v$51 && className(_el$80, _p$._v$51 = _v$51);
|
|
14569
|
+
_v$52 !== _p$._v$52 && className(_el$81, _p$._v$52 = _v$52);
|
|
14570
|
+
_v$53 !== _p$._v$53 && (_el$81.disabled = _p$._v$53 = _v$53);
|
|
14571
|
+
_v$54 !== _p$._v$54 && className(_el$82, _p$._v$54 = _v$54);
|
|
14572
|
+
_v$55 !== _p$._v$55 && className(_el$83, _p$._v$55 = _v$55);
|
|
14573
|
+
_v$56 !== _p$._v$56 && (_el$83.disabled = _p$._v$56 = _v$56);
|
|
14574
|
+
_v$57 !== _p$._v$57 && className(_el$84, _p$._v$57 = _v$57);
|
|
14575
|
+
_v$58 !== _p$._v$58 && className(_el$85, _p$._v$58 = _v$58);
|
|
14576
|
+
_v$59 !== _p$._v$59 && (_el$85.disabled = _p$._v$59 = _v$59);
|
|
14577
|
+
_v$60 !== _p$._v$60 && className(_el$86, _p$._v$60 = _v$60);
|
|
14578
|
+
_v$61 !== _p$._v$61 && className(_el$96, _p$._v$61 = _v$61);
|
|
14579
|
+
_v$62 !== _p$._v$62 && ((_p$._v$62 = _v$62) != null ? _el$97.style.setProperty("padding", _v$62) : _el$97.style.removeProperty("padding"));
|
|
14580
|
+
_v$63 !== _p$._v$63 && className(_el$98, _p$._v$63 = _v$63);
|
|
14581
|
+
_v$64 !== _p$._v$64 && ((_p$._v$64 = _v$64) != null ? _el$99.style.setProperty("padding", _v$64) : _el$99.style.removeProperty("padding"));
|
|
14344
14582
|
return _p$;
|
|
14345
14583
|
}, {
|
|
14346
|
-
_v$39: void 0,
|
|
14347
14584
|
_v$40: void 0,
|
|
14348
14585
|
_v$41: void 0,
|
|
14349
14586
|
_v$42: void 0,
|
|
@@ -14367,9 +14604,10 @@ var init_Devtools = __esm({
|
|
|
14367
14604
|
_v$60: void 0,
|
|
14368
14605
|
_v$61: void 0,
|
|
14369
14606
|
_v$62: void 0,
|
|
14370
|
-
_v$63: void 0
|
|
14607
|
+
_v$63: void 0,
|
|
14608
|
+
_v$64: void 0
|
|
14371
14609
|
});
|
|
14372
|
-
return _el$
|
|
14610
|
+
return _el$62;
|
|
14373
14611
|
}
|
|
14374
14612
|
});
|
|
14375
14613
|
};
|
|
@@ -14420,8 +14658,8 @@ var init_Devtools = __esm({
|
|
|
14420
14658
|
return activeMutation();
|
|
14421
14659
|
},
|
|
14422
14660
|
get children() {
|
|
14423
|
-
const _el$
|
|
14424
|
-
insert(_el$
|
|
14661
|
+
const _el$101 = _tmpl$322(), _el$102 = _el$101.firstChild, _el$103 = _el$102.nextSibling, _el$104 = _el$103.firstChild, _el$105 = _el$104.firstChild, _el$106 = _el$105.firstChild, _el$107 = _el$105.nextSibling, _el$108 = _el$104.nextSibling, _el$109 = _el$108.firstChild, _el$110 = _el$109.nextSibling, _el$111 = _el$103.nextSibling, _el$112 = _el$111.nextSibling, _el$113 = _el$112.nextSibling, _el$114 = _el$113.nextSibling, _el$115 = _el$114.nextSibling, _el$116 = _el$115.nextSibling, _el$117 = _el$116.nextSibling, _el$118 = _el$117.nextSibling;
|
|
14662
|
+
insert(_el$106, createComponent(Show, {
|
|
14425
14663
|
get when() {
|
|
14426
14664
|
return activeMutation().options.mutationKey;
|
|
14427
14665
|
},
|
|
@@ -14430,13 +14668,13 @@ var init_Devtools = __esm({
|
|
|
14430
14668
|
return displayValue(activeMutation().options.mutationKey, true);
|
|
14431
14669
|
}
|
|
14432
14670
|
}));
|
|
14433
|
-
insert(_el$
|
|
14671
|
+
insert(_el$107, createComponent(Show, {
|
|
14434
14672
|
get when() {
|
|
14435
14673
|
return color() === "purple";
|
|
14436
14674
|
},
|
|
14437
14675
|
children: "pending"
|
|
14438
14676
|
}), null);
|
|
14439
|
-
insert(_el$
|
|
14677
|
+
insert(_el$107, createComponent(Show, {
|
|
14440
14678
|
get when() {
|
|
14441
14679
|
return color() !== "purple";
|
|
14442
14680
|
},
|
|
@@ -14444,29 +14682,29 @@ var init_Devtools = __esm({
|
|
|
14444
14682
|
return status();
|
|
14445
14683
|
}
|
|
14446
14684
|
}), null);
|
|
14447
|
-
insert(_el$
|
|
14448
|
-
insert(_el$
|
|
14685
|
+
insert(_el$110, () => new Date(activeMutation().state.submittedAt).toLocaleTimeString());
|
|
14686
|
+
insert(_el$112, createComponent(Explorer, {
|
|
14449
14687
|
label: "Variables",
|
|
14450
14688
|
defaultExpanded: ["Variables"],
|
|
14451
14689
|
get value() {
|
|
14452
14690
|
return activeMutation().state.variables;
|
|
14453
14691
|
}
|
|
14454
14692
|
}));
|
|
14455
|
-
insert(_el$
|
|
14693
|
+
insert(_el$114, createComponent(Explorer, {
|
|
14456
14694
|
label: "Context",
|
|
14457
14695
|
defaultExpanded: ["Context"],
|
|
14458
14696
|
get value() {
|
|
14459
14697
|
return activeMutation().state.context;
|
|
14460
14698
|
}
|
|
14461
14699
|
}));
|
|
14462
|
-
insert(_el$
|
|
14700
|
+
insert(_el$116, createComponent(Explorer, {
|
|
14463
14701
|
label: "Data",
|
|
14464
14702
|
defaultExpanded: ["Data"],
|
|
14465
14703
|
get value() {
|
|
14466
14704
|
return activeMutation().state.data;
|
|
14467
14705
|
}
|
|
14468
14706
|
}));
|
|
14469
|
-
insert(_el$
|
|
14707
|
+
insert(_el$118, createComponent(Explorer, {
|
|
14470
14708
|
label: "Mutation",
|
|
14471
14709
|
defaultExpanded: ["Mutation"],
|
|
14472
14710
|
get value() {
|
|
@@ -14474,22 +14712,21 @@ var init_Devtools = __esm({
|
|
|
14474
14712
|
}
|
|
14475
14713
|
}));
|
|
14476
14714
|
createRenderEffect((_p$) => {
|
|
14477
|
-
const _v$
|
|
14478
|
-
_v$
|
|
14479
|
-
_v$
|
|
14480
|
-
_v$
|
|
14481
|
-
_v$
|
|
14482
|
-
_v$
|
|
14483
|
-
_v$
|
|
14484
|
-
_v$
|
|
14485
|
-
_v$
|
|
14486
|
-
_v$
|
|
14487
|
-
_v$
|
|
14488
|
-
_v$
|
|
14489
|
-
_v$
|
|
14715
|
+
const _v$65 = clsx(styles().detailsContainer, "tsqd-query-details-container"), _v$66 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$67 = clsx(styles().detailsBody, "tsqd-query-details-summary-container"), _v$68 = clsx(styles().queryDetailsStatus, getQueryStatusColors()), _v$69 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$70 = tokens.size[2], _v$71 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$72 = tokens.size[2], _v$73 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$74 = tokens.size[2], _v$75 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$76 = tokens.size[2];
|
|
14716
|
+
_v$65 !== _p$._v$65 && className(_el$101, _p$._v$65 = _v$65);
|
|
14717
|
+
_v$66 !== _p$._v$66 && className(_el$102, _p$._v$66 = _v$66);
|
|
14718
|
+
_v$67 !== _p$._v$67 && className(_el$103, _p$._v$67 = _v$67);
|
|
14719
|
+
_v$68 !== _p$._v$68 && className(_el$107, _p$._v$68 = _v$68);
|
|
14720
|
+
_v$69 !== _p$._v$69 && className(_el$111, _p$._v$69 = _v$69);
|
|
14721
|
+
_v$70 !== _p$._v$70 && ((_p$._v$70 = _v$70) != null ? _el$112.style.setProperty("padding", _v$70) : _el$112.style.removeProperty("padding"));
|
|
14722
|
+
_v$71 !== _p$._v$71 && className(_el$113, _p$._v$71 = _v$71);
|
|
14723
|
+
_v$72 !== _p$._v$72 && ((_p$._v$72 = _v$72) != null ? _el$114.style.setProperty("padding", _v$72) : _el$114.style.removeProperty("padding"));
|
|
14724
|
+
_v$73 !== _p$._v$73 && className(_el$115, _p$._v$73 = _v$73);
|
|
14725
|
+
_v$74 !== _p$._v$74 && ((_p$._v$74 = _v$74) != null ? _el$116.style.setProperty("padding", _v$74) : _el$116.style.removeProperty("padding"));
|
|
14726
|
+
_v$75 !== _p$._v$75 && className(_el$117, _p$._v$75 = _v$75);
|
|
14727
|
+
_v$76 !== _p$._v$76 && ((_p$._v$76 = _v$76) != null ? _el$118.style.setProperty("padding", _v$76) : _el$118.style.removeProperty("padding"));
|
|
14490
14728
|
return _p$;
|
|
14491
14729
|
}, {
|
|
14492
|
-
_v$64: void 0,
|
|
14493
14730
|
_v$65: void 0,
|
|
14494
14731
|
_v$66: void 0,
|
|
14495
14732
|
_v$67: void 0,
|
|
@@ -14500,9 +14737,10 @@ var init_Devtools = __esm({
|
|
|
14500
14737
|
_v$72: void 0,
|
|
14501
14738
|
_v$73: void 0,
|
|
14502
14739
|
_v$74: void 0,
|
|
14503
|
-
_v$75: void 0
|
|
14740
|
+
_v$75: void 0,
|
|
14741
|
+
_v$76: void 0
|
|
14504
14742
|
});
|
|
14505
|
-
return _el$
|
|
14743
|
+
return _el$101;
|
|
14506
14744
|
}
|
|
14507
14745
|
});
|
|
14508
14746
|
};
|
|
@@ -15020,8 +15258,8 @@ var init_Devtools = __esm({
|
|
|
15020
15258
|
gap: ${tokens.size[2]};
|
|
15021
15259
|
& > button {
|
|
15022
15260
|
cursor: pointer;
|
|
15023
|
-
padding: ${tokens.size[0.5]} ${tokens.size[
|
|
15024
|
-
|
|
15261
|
+
padding: ${tokens.size[0.5]} ${tokens.size[1.5]} ${tokens.size[0.5]}
|
|
15262
|
+
${tokens.size[2]};
|
|
15025
15263
|
border-radius: ${tokens.border.radius.sm};
|
|
15026
15264
|
background-color: ${t2(colors.gray[100], colors.darkGray[400])};
|
|
15027
15265
|
border: 1px solid ${t2(colors.gray[300], colors.darkGray[200])};
|