@tanstack/query-devtools 5.74.7 → 5.76.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/DevtoolsComponent/{C2Q2AJ2U.js → 2ZEF3XTO.js} +1 -1
- package/build/DevtoolsComponent/{OHEVZFKG.js → 6BZD2SY2.js} +1 -1
- package/build/DevtoolsPanelComponent/{CTUG6TWM.js → 4GTSBKBA.js} +1 -1
- package/build/DevtoolsPanelComponent/{ZXCTK5ZC.js → G73NX4V5.js} +1 -1
- package/build/chunk/{PPK4CBG4.js → U3MG367F.js} +570 -502
- package/build/chunk/{SUJ6RQCA.js → YBOVUDTV.js} +570 -502
- package/build/dev.cjs +573 -505
- package/build/dev.js +2 -2
- package/build/index.cjs +573 -505
- package/build/index.js +2 -2
- package/package.json +2 -2
- package/src/Devtools.tsx +91 -14
package/build/dev.cjs
CHANGED
|
@@ -11840,32 +11840,32 @@ function Wifi() {
|
|
|
11840
11840
|
return _tmpl$9();
|
|
11841
11841
|
}
|
|
11842
11842
|
function Offline() {
|
|
11843
|
-
return _tmpl$
|
|
11843
|
+
return _tmpl$0();
|
|
11844
11844
|
}
|
|
11845
11845
|
function Settings() {
|
|
11846
|
-
return _tmpl$
|
|
11846
|
+
return _tmpl$1();
|
|
11847
11847
|
}
|
|
11848
11848
|
function PiPIcon() {
|
|
11849
|
-
return _tmpl$
|
|
11849
|
+
return _tmpl$10();
|
|
11850
11850
|
}
|
|
11851
11851
|
function Copier() {
|
|
11852
|
-
return _tmpl$
|
|
11852
|
+
return _tmpl$11();
|
|
11853
11853
|
}
|
|
11854
11854
|
function Pencil() {
|
|
11855
|
-
return _tmpl$
|
|
11855
|
+
return _tmpl$12();
|
|
11856
11856
|
}
|
|
11857
11857
|
function CopiedCopier(props) {
|
|
11858
11858
|
return (() => {
|
|
11859
|
-
var _el$
|
|
11860
|
-
createRenderEffect(() => setAttribute(_el$
|
|
11861
|
-
return _el$
|
|
11859
|
+
var _el$15 = _tmpl$13(), _el$16 = _el$15.firstChild;
|
|
11860
|
+
createRenderEffect(() => setAttribute(_el$16, "stroke", props.theme === "dark" ? "#12B76A" : "#027A48"));
|
|
11861
|
+
return _el$15;
|
|
11862
11862
|
})();
|
|
11863
11863
|
}
|
|
11864
11864
|
function ErrorCopier() {
|
|
11865
|
-
return _tmpl$
|
|
11865
|
+
return _tmpl$14();
|
|
11866
11866
|
}
|
|
11867
11867
|
function List() {
|
|
11868
|
-
return _tmpl$
|
|
11868
|
+
return _tmpl$15();
|
|
11869
11869
|
}
|
|
11870
11870
|
function Check(props) {
|
|
11871
11871
|
return [createComponent(Show, {
|
|
@@ -11873,119 +11873,119 @@ function Check(props) {
|
|
|
11873
11873
|
return props.checked;
|
|
11874
11874
|
},
|
|
11875
11875
|
get children() {
|
|
11876
|
-
var _el$
|
|
11877
|
-
createRenderEffect(() => setAttribute(_el$
|
|
11878
|
-
return _el$
|
|
11876
|
+
var _el$19 = _tmpl$13(), _el$20 = _el$19.firstChild;
|
|
11877
|
+
createRenderEffect(() => setAttribute(_el$20, "stroke", props.theme === "dark" ? "#9B8AFB" : "#6938EF"));
|
|
11878
|
+
return _el$19;
|
|
11879
11879
|
}
|
|
11880
11880
|
}), createComponent(Show, {
|
|
11881
11881
|
get when() {
|
|
11882
11882
|
return !props.checked;
|
|
11883
11883
|
},
|
|
11884
11884
|
get children() {
|
|
11885
|
-
var _el$
|
|
11886
|
-
createRenderEffect(() => setAttribute(_el$
|
|
11887
|
-
return _el$
|
|
11885
|
+
var _el$21 = _tmpl$16(), _el$22 = _el$21.firstChild;
|
|
11886
|
+
createRenderEffect(() => setAttribute(_el$22, "stroke", props.theme === "dark" ? "#9B8AFB" : "#6938EF"));
|
|
11887
|
+
return _el$21;
|
|
11888
11888
|
}
|
|
11889
11889
|
})];
|
|
11890
11890
|
}
|
|
11891
11891
|
function CheckCircle() {
|
|
11892
|
-
return _tmpl$
|
|
11892
|
+
return _tmpl$17();
|
|
11893
11893
|
}
|
|
11894
11894
|
function LoadingCircle() {
|
|
11895
|
-
return _tmpl$
|
|
11895
|
+
return _tmpl$18();
|
|
11896
11896
|
}
|
|
11897
11897
|
function XCircle() {
|
|
11898
|
-
return _tmpl$
|
|
11898
|
+
return _tmpl$19();
|
|
11899
11899
|
}
|
|
11900
11900
|
function PauseCircle() {
|
|
11901
|
-
return _tmpl$
|
|
11901
|
+
return _tmpl$20();
|
|
11902
11902
|
}
|
|
11903
11903
|
function TanstackLogo() {
|
|
11904
11904
|
const id = createUniqueId();
|
|
11905
11905
|
return (() => {
|
|
11906
|
-
var _el$
|
|
11907
|
-
setAttribute(_el$
|
|
11908
|
-
setAttribute(_el$
|
|
11909
|
-
setAttribute(_el$
|
|
11910
|
-
setAttribute(_el$
|
|
11911
|
-
setAttribute(_el$
|
|
11912
|
-
setAttribute(_el$
|
|
11913
|
-
setAttribute(_el$
|
|
11914
|
-
setAttribute(_el$
|
|
11915
|
-
setAttribute(_el$
|
|
11916
|
-
setAttribute(_el$
|
|
11917
|
-
setAttribute(_el$
|
|
11918
|
-
setAttribute(_el$
|
|
11919
|
-
setAttribute(_el$
|
|
11920
|
-
setAttribute(_el$
|
|
11921
|
-
setAttribute(_el$
|
|
11922
|
-
setAttribute(_el$
|
|
11923
|
-
setAttribute(_el$
|
|
11924
|
-
setAttribute(_el$
|
|
11925
|
-
setAttribute(_el$
|
|
11926
|
-
setAttribute(_el$
|
|
11927
|
-
setAttribute(_el$
|
|
11928
|
-
setAttribute(_el$
|
|
11929
|
-
setAttribute(_el$
|
|
11930
|
-
setAttribute(_el$
|
|
11931
|
-
setAttribute(_el$
|
|
11932
|
-
setAttribute(_el$
|
|
11933
|
-
setAttribute(_el$
|
|
11934
|
-
setAttribute(_el$
|
|
11935
|
-
setAttribute(_el$
|
|
11936
|
-
setAttribute(_el$
|
|
11937
|
-
setAttribute(_el$
|
|
11938
|
-
setAttribute(_el$
|
|
11939
|
-
setAttribute(_el$
|
|
11940
|
-
setAttribute(_el$
|
|
11941
|
-
setAttribute(_el$
|
|
11942
|
-
setAttribute(_el$
|
|
11943
|
-
setAttribute(_el$
|
|
11944
|
-
setAttribute(_el$
|
|
11945
|
-
setAttribute(_el$
|
|
11946
|
-
setAttribute(_el$
|
|
11947
|
-
setAttribute(_el$
|
|
11948
|
-
setAttribute(_el$
|
|
11949
|
-
setAttribute(_el$
|
|
11950
|
-
setAttribute(_el$
|
|
11951
|
-
setAttribute(_el$
|
|
11952
|
-
setAttribute(_el$
|
|
11953
|
-
setAttribute(_el$
|
|
11954
|
-
setAttribute(_el$
|
|
11955
|
-
setAttribute(_el$
|
|
11956
|
-
setAttribute(_el$
|
|
11957
|
-
setAttribute(_el$
|
|
11958
|
-
setAttribute(_el$
|
|
11959
|
-
setAttribute(_el$
|
|
11960
|
-
setAttribute(_el$
|
|
11961
|
-
setAttribute(_el$
|
|
11962
|
-
setAttribute(_el$
|
|
11963
|
-
setAttribute(_el$
|
|
11964
|
-
setAttribute(_el$
|
|
11965
|
-
setAttribute(_el$
|
|
11966
|
-
setAttribute(_el$
|
|
11967
|
-
setAttribute(_el$
|
|
11968
|
-
setAttribute(_el$
|
|
11969
|
-
setAttribute(_el$
|
|
11970
|
-
setAttribute(_el$
|
|
11971
|
-
setAttribute(_el$
|
|
11972
|
-
setAttribute(_el$
|
|
11973
|
-
setAttribute(_el$
|
|
11974
|
-
setAttribute(_el$
|
|
11975
|
-
setAttribute(_el$
|
|
11976
|
-
setAttribute(_el$
|
|
11977
|
-
setAttribute(_el$
|
|
11978
|
-
setAttribute(_el$
|
|
11979
|
-
setAttribute(_el$
|
|
11980
|
-
setAttribute(_el$
|
|
11981
|
-
setAttribute(_el$
|
|
11982
|
-
setAttribute(_el$
|
|
11983
|
-
setAttribute(_el$
|
|
11984
|
-
setAttribute(_el$
|
|
11985
|
-
return _el$
|
|
11906
|
+
var _el$27 = _tmpl$21(), _el$28 = _el$27.firstChild, _el$29 = _el$28.nextSibling, _el$30 = _el$29.nextSibling, _el$31 = _el$30.firstChild, _el$32 = _el$30.nextSibling, _el$33 = _el$32.firstChild, _el$34 = _el$32.nextSibling, _el$35 = _el$34.nextSibling, _el$36 = _el$35.firstChild, _el$37 = _el$35.nextSibling, _el$38 = _el$37.firstChild, _el$39 = _el$37.nextSibling, _el$40 = _el$39.nextSibling, _el$41 = _el$40.firstChild, _el$42 = _el$40.nextSibling, _el$43 = _el$42.firstChild, _el$44 = _el$42.nextSibling, _el$45 = _el$44.nextSibling, _el$46 = _el$45.firstChild, _el$47 = _el$45.nextSibling, _el$48 = _el$47.firstChild, _el$49 = _el$47.nextSibling, _el$50 = _el$49.nextSibling, _el$51 = _el$50.firstChild, _el$52 = _el$50.nextSibling, _el$53 = _el$52.firstChild, _el$54 = _el$52.nextSibling, _el$55 = _el$54.nextSibling, _el$56 = _el$55.firstChild, _el$57 = _el$55.nextSibling, _el$58 = _el$57.firstChild, _el$59 = _el$57.nextSibling, _el$60 = _el$59.nextSibling, _el$61 = _el$60.firstChild, _el$62 = _el$60.nextSibling, _el$63 = _el$62.firstChild, _el$64 = _el$62.nextSibling, _el$65 = _el$64.firstChild, _el$66 = _el$65.nextSibling, _el$67 = _el$66.nextSibling, _el$68 = _el$67.nextSibling, _el$69 = _el$68.nextSibling, _el$70 = _el$64.nextSibling, _el$71 = _el$70.firstChild, _el$72 = _el$70.nextSibling, _el$73 = _el$72.firstChild, _el$74 = _el$72.nextSibling, _el$75 = _el$74.firstChild, _el$76 = _el$75.nextSibling, _el$77 = _el$76.nextSibling, _el$78 = _el$77.firstChild, _el$79 = _el$78.nextSibling, _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$74.nextSibling, _el$91 = _el$90.firstChild, _el$92 = _el$90.nextSibling, _el$93 = _el$92.firstChild, _el$94 = _el$92.nextSibling, _el$95 = _el$94.firstChild, _el$96 = _el$95.nextSibling, _el$97 = _el$94.nextSibling, _el$98 = _el$97.firstChild, _el$99 = _el$97.nextSibling, _el$100 = _el$99.firstChild, _el$101 = _el$99.nextSibling, _el$102 = _el$101.firstChild, _el$103 = _el$102.nextSibling, _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;
|
|
11907
|
+
setAttribute(_el$28, "id", `a-${id}`);
|
|
11908
|
+
setAttribute(_el$29, "fill", `url(#a-${id})`);
|
|
11909
|
+
setAttribute(_el$31, "id", `am-${id}`);
|
|
11910
|
+
setAttribute(_el$32, "id", `b-${id}`);
|
|
11911
|
+
setAttribute(_el$33, "filter", `url(#am-${id})`);
|
|
11912
|
+
setAttribute(_el$34, "mask", `url(#b-${id})`);
|
|
11913
|
+
setAttribute(_el$36, "id", `ah-${id}`);
|
|
11914
|
+
setAttribute(_el$37, "id", `k-${id}`);
|
|
11915
|
+
setAttribute(_el$38, "filter", `url(#ah-${id})`);
|
|
11916
|
+
setAttribute(_el$39, "mask", `url(#k-${id})`);
|
|
11917
|
+
setAttribute(_el$41, "id", `ae-${id}`);
|
|
11918
|
+
setAttribute(_el$42, "id", `j-${id}`);
|
|
11919
|
+
setAttribute(_el$43, "filter", `url(#ae-${id})`);
|
|
11920
|
+
setAttribute(_el$44, "mask", `url(#j-${id})`);
|
|
11921
|
+
setAttribute(_el$46, "id", `ai-${id}`);
|
|
11922
|
+
setAttribute(_el$47, "id", `i-${id}`);
|
|
11923
|
+
setAttribute(_el$48, "filter", `url(#ai-${id})`);
|
|
11924
|
+
setAttribute(_el$49, "mask", `url(#i-${id})`);
|
|
11925
|
+
setAttribute(_el$51, "id", `aj-${id}`);
|
|
11926
|
+
setAttribute(_el$52, "id", `h-${id}`);
|
|
11927
|
+
setAttribute(_el$53, "filter", `url(#aj-${id})`);
|
|
11928
|
+
setAttribute(_el$54, "mask", `url(#h-${id})`);
|
|
11929
|
+
setAttribute(_el$56, "id", `ag-${id}`);
|
|
11930
|
+
setAttribute(_el$57, "id", `g-${id}`);
|
|
11931
|
+
setAttribute(_el$58, "filter", `url(#ag-${id})`);
|
|
11932
|
+
setAttribute(_el$59, "mask", `url(#g-${id})`);
|
|
11933
|
+
setAttribute(_el$61, "id", `af-${id}`);
|
|
11934
|
+
setAttribute(_el$62, "id", `f-${id}`);
|
|
11935
|
+
setAttribute(_el$63, "filter", `url(#af-${id})`);
|
|
11936
|
+
setAttribute(_el$64, "mask", `url(#f-${id})`);
|
|
11937
|
+
setAttribute(_el$68, "id", `m-${id}`);
|
|
11938
|
+
setAttribute(_el$69, "fill", `url(#m-${id})`);
|
|
11939
|
+
setAttribute(_el$71, "id", `ak-${id}`);
|
|
11940
|
+
setAttribute(_el$72, "id", `e-${id}`);
|
|
11941
|
+
setAttribute(_el$73, "filter", `url(#ak-${id})`);
|
|
11942
|
+
setAttribute(_el$74, "mask", `url(#e-${id})`);
|
|
11943
|
+
setAttribute(_el$75, "id", `n-${id}`);
|
|
11944
|
+
setAttribute(_el$76, "fill", `url(#n-${id})`);
|
|
11945
|
+
setAttribute(_el$78, "id", `r-${id}`);
|
|
11946
|
+
setAttribute(_el$79, "fill", `url(#r-${id})`);
|
|
11947
|
+
setAttribute(_el$80, "id", `s-${id}`);
|
|
11948
|
+
setAttribute(_el$81, "fill", `url(#s-${id})`);
|
|
11949
|
+
setAttribute(_el$82, "id", `q-${id}`);
|
|
11950
|
+
setAttribute(_el$83, "fill", `url(#q-${id})`);
|
|
11951
|
+
setAttribute(_el$84, "id", `p-${id}`);
|
|
11952
|
+
setAttribute(_el$85, "fill", `url(#p-${id})`);
|
|
11953
|
+
setAttribute(_el$86, "id", `o-${id}`);
|
|
11954
|
+
setAttribute(_el$87, "fill", `url(#o-${id})`);
|
|
11955
|
+
setAttribute(_el$88, "id", `l-${id}`);
|
|
11956
|
+
setAttribute(_el$89, "fill", `url(#l-${id})`);
|
|
11957
|
+
setAttribute(_el$91, "id", `al-${id}`);
|
|
11958
|
+
setAttribute(_el$92, "id", `d-${id}`);
|
|
11959
|
+
setAttribute(_el$93, "filter", `url(#al-${id})`);
|
|
11960
|
+
setAttribute(_el$94, "mask", `url(#d-${id})`);
|
|
11961
|
+
setAttribute(_el$95, "id", `u-${id}`);
|
|
11962
|
+
setAttribute(_el$96, "fill", `url(#u-${id})`);
|
|
11963
|
+
setAttribute(_el$98, "id", `ad-${id}`);
|
|
11964
|
+
setAttribute(_el$99, "id", `c-${id}`);
|
|
11965
|
+
setAttribute(_el$100, "filter", `url(#ad-${id})`);
|
|
11966
|
+
setAttribute(_el$101, "mask", `url(#c-${id})`);
|
|
11967
|
+
setAttribute(_el$102, "id", `t-${id}`);
|
|
11968
|
+
setAttribute(_el$103, "fill", `url(#t-${id})`);
|
|
11969
|
+
setAttribute(_el$104, "id", `v-${id}`);
|
|
11970
|
+
setAttribute(_el$105, "stroke", `url(#v-${id})`);
|
|
11971
|
+
setAttribute(_el$106, "id", `aa-${id}`);
|
|
11972
|
+
setAttribute(_el$107, "stroke", `url(#aa-${id})`);
|
|
11973
|
+
setAttribute(_el$108, "id", `w-${id}`);
|
|
11974
|
+
setAttribute(_el$109, "stroke", `url(#w-${id})`);
|
|
11975
|
+
setAttribute(_el$110, "id", `ac-${id}`);
|
|
11976
|
+
setAttribute(_el$111, "stroke", `url(#ac-${id})`);
|
|
11977
|
+
setAttribute(_el$112, "id", `ab-${id}`);
|
|
11978
|
+
setAttribute(_el$113, "stroke", `url(#ab-${id})`);
|
|
11979
|
+
setAttribute(_el$114, "id", `y-${id}`);
|
|
11980
|
+
setAttribute(_el$115, "stroke", `url(#y-${id})`);
|
|
11981
|
+
setAttribute(_el$116, "id", `x-${id}`);
|
|
11982
|
+
setAttribute(_el$117, "stroke", `url(#x-${id})`);
|
|
11983
|
+
setAttribute(_el$118, "id", `z-${id}`);
|
|
11984
|
+
setAttribute(_el$119, "stroke", `url(#z-${id})`);
|
|
11985
|
+
return _el$27;
|
|
11986
11986
|
})();
|
|
11987
11987
|
}
|
|
11988
|
-
var _tmpl$2, _tmpl$22, _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
|
|
11988
|
+
var _tmpl$2, _tmpl$22, _tmpl$3, _tmpl$4, _tmpl$5, _tmpl$6, _tmpl$7, _tmpl$8, _tmpl$9, _tmpl$0, _tmpl$1, _tmpl$10, _tmpl$11, _tmpl$12, _tmpl$13, _tmpl$14, _tmpl$15, _tmpl$16, _tmpl$17, _tmpl$18, _tmpl$19, _tmpl$20, _tmpl$21;
|
|
11989
11989
|
var init_icons = __esm({
|
|
11990
11990
|
"src/icons/index.tsx"() {
|
|
11991
11991
|
init_web();
|
|
@@ -12002,20 +12002,20 @@ var init_icons = __esm({
|
|
|
12002
12002
|
_tmpl$7 = /* @__PURE__ */ template(`<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M22 15.844a10.424 10.424 0 0 1-4.306.925c-5.779 0-10.463-4.684-10.463-10.462 0-1.536.33-2.994.925-4.307A10.464 10.464 0 0 0 2 11.538C2 17.316 6.684 22 12.462 22c4.243 0 7.896-2.526 9.538-6.156Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12003
12003
|
_tmpl$8 = /* @__PURE__ */ template(`<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 21h8m-4-4v4m-5.2-4h10.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C22 14.72 22 13.88 22 12.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C19.72 3 18.88 3 17.2 3H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C2 5.28 2 6.12 2 7.8v4.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 17 5.12 17 6.8 17Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12004
12004
|
_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">`);
|
|
12005
|
-
_tmpl$
|
|
12006
|
-
_tmpl$
|
|
12007
|
-
_tmpl$
|
|
12008
|
-
_tmpl$
|
|
12009
|
-
_tmpl$
|
|
12010
|
-
_tmpl$
|
|
12011
|
-
_tmpl$
|
|
12012
|
-
_tmpl$
|
|
12013
|
-
_tmpl$
|
|
12014
|
-
_tmpl$
|
|
12015
|
-
_tmpl$
|
|
12016
|
-
_tmpl$
|
|
12017
|
-
_tmpl$
|
|
12018
|
-
_tmpl$23 = /* @__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>`);
|
|
12005
|
+
_tmpl$0 = /* @__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">`);
|
|
12006
|
+
_tmpl$1 = /* @__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>`);
|
|
12007
|
+
_tmpl$10 = /* @__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>`);
|
|
12008
|
+
_tmpl$11 = /* @__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>`);
|
|
12009
|
+
_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="M2.5 21.4998L8.04927 19.3655C8.40421 19.229 8.58168 19.1607 8.74772 19.0716C8.8952 18.9924 9.0358 18.901 9.16804 18.7984C9.31692 18.6829 9.45137 18.5484 9.72028 18.2795L21 6.99982C22.1046 5.89525 22.1046 4.10438 21 2.99981C19.8955 1.89525 18.1046 1.89524 17 2.99981L5.72028 14.2795C5.45138 14.5484 5.31692 14.6829 5.20139 14.8318C5.09877 14.964 5.0074 15.1046 4.92823 15.2521C4.83911 15.4181 4.77085 15.5956 4.63433 15.9506L2.5 21.4998ZM2.5 21.4998L4.55812 16.1488C4.7054 15.7659 4.77903 15.5744 4.90534 15.4867C5.01572 15.4101 5.1523 15.3811 5.2843 15.4063C5.43533 15.4351 5.58038 15.5802 5.87048 15.8703L8.12957 18.1294C8.41967 18.4195 8.56472 18.5645 8.59356 18.7155C8.61877 18.8475 8.58979 18.9841 8.51314 19.0945C8.42545 19.2208 8.23399 19.2944 7.85107 19.4417L2.5 21.4998Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12010
|
+
_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="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>`);
|
|
12011
|
+
_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="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>`);
|
|
12012
|
+
_tmpl$15 = /* @__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>`);
|
|
12013
|
+
_tmpl$16 = /* @__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>`);
|
|
12014
|
+
_tmpl$17 = /* @__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>`);
|
|
12015
|
+
_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="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>`);
|
|
12016
|
+
_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="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>`);
|
|
12017
|
+
_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="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>`);
|
|
12018
|
+
_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>`);
|
|
12019
12019
|
}
|
|
12020
12020
|
});
|
|
12021
12021
|
|
|
@@ -12272,29 +12272,29 @@ function Explorer(props) {
|
|
|
12272
12272
|
},
|
|
12273
12273
|
get children() {
|
|
12274
12274
|
return [(() => {
|
|
12275
|
-
var _el$7 = _tmpl$82(), _el$8 = _el$7.firstChild, _el$9 = _el$8.firstChild, _el$
|
|
12275
|
+
var _el$7 = _tmpl$82(), _el$8 = _el$7.firstChild, _el$9 = _el$8.firstChild, _el$0 = _el$9.nextSibling, _el$1 = _el$0.nextSibling, _el$10 = _el$1.nextSibling, _el$11 = _el$10.firstChild;
|
|
12276
12276
|
_el$8.$$click = () => toggleExpanded();
|
|
12277
12277
|
insert(_el$8, createComponent(Expander, {
|
|
12278
12278
|
get expanded() {
|
|
12279
12279
|
return expanded();
|
|
12280
12280
|
}
|
|
12281
12281
|
}), _el$9);
|
|
12282
|
-
insert(_el$
|
|
12283
|
-
insert(_el$
|
|
12284
|
-
insert(_el$
|
|
12285
|
-
insert(_el$
|
|
12282
|
+
insert(_el$0, () => props.label);
|
|
12283
|
+
insert(_el$10, () => String(type()).toLowerCase() === "iterable" ? "(Iterable) " : "", _el$11);
|
|
12284
|
+
insert(_el$10, () => subEntries().length, _el$11);
|
|
12285
|
+
insert(_el$10, () => subEntries().length > 1 ? `items` : `item`, null);
|
|
12286
12286
|
insert(_el$7, createComponent(Show, {
|
|
12287
12287
|
get when() {
|
|
12288
12288
|
return props.editable;
|
|
12289
12289
|
},
|
|
12290
12290
|
get children() {
|
|
12291
|
-
var _el$
|
|
12292
|
-
insert(_el$
|
|
12291
|
+
var _el$12 = _tmpl$72();
|
|
12292
|
+
insert(_el$12, createComponent(CopyButton, {
|
|
12293
12293
|
get value() {
|
|
12294
12294
|
return props.value;
|
|
12295
12295
|
}
|
|
12296
12296
|
}), null);
|
|
12297
|
-
insert(_el$
|
|
12297
|
+
insert(_el$12, createComponent(Show, {
|
|
12298
12298
|
get when() {
|
|
12299
12299
|
return props.itemsDeletable && props.activeQuery !== void 0;
|
|
12300
12300
|
},
|
|
@@ -12307,7 +12307,7 @@ function Explorer(props) {
|
|
|
12307
12307
|
});
|
|
12308
12308
|
}
|
|
12309
12309
|
}), null);
|
|
12310
|
-
insert(_el$
|
|
12310
|
+
insert(_el$12, createComponent(Show, {
|
|
12311
12311
|
get when() {
|
|
12312
12312
|
return type() === "array" && props.activeQuery !== void 0;
|
|
12313
12313
|
},
|
|
@@ -12320,29 +12320,29 @@ function Explorer(props) {
|
|
|
12320
12320
|
});
|
|
12321
12321
|
}
|
|
12322
12322
|
}), null);
|
|
12323
|
-
insert(_el$
|
|
12323
|
+
insert(_el$12, createComponent(Show, {
|
|
12324
12324
|
get when() {
|
|
12325
12325
|
return createMemo(() => !!!!props.onEdit)() && !serialize(props.value).meta;
|
|
12326
12326
|
},
|
|
12327
12327
|
get children() {
|
|
12328
|
-
var _el$
|
|
12329
|
-
_el$
|
|
12328
|
+
var _el$13 = _tmpl$62();
|
|
12329
|
+
_el$13.$$click = () => {
|
|
12330
12330
|
props.onEdit?.();
|
|
12331
12331
|
};
|
|
12332
|
-
insert(_el$
|
|
12333
|
-
createRenderEffect(() => className(_el$
|
|
12334
|
-
return _el$
|
|
12332
|
+
insert(_el$13, createComponent(Pencil, {}));
|
|
12333
|
+
createRenderEffect(() => className(_el$13, styles().actionButton));
|
|
12334
|
+
return _el$13;
|
|
12335
12335
|
}
|
|
12336
12336
|
}), null);
|
|
12337
|
-
createRenderEffect(() => className(_el$
|
|
12338
|
-
return _el$
|
|
12337
|
+
createRenderEffect(() => className(_el$12, styles().actions));
|
|
12338
|
+
return _el$12;
|
|
12339
12339
|
}
|
|
12340
12340
|
}), null);
|
|
12341
12341
|
createRenderEffect((_p$) => {
|
|
12342
12342
|
var _v$3 = styles().expanderButtonContainer, _v$4 = styles().expanderButton, _v$5 = styles().info;
|
|
12343
12343
|
_v$3 !== _p$.e && className(_el$7, _p$.e = _v$3);
|
|
12344
12344
|
_v$4 !== _p$.t && className(_el$8, _p$.t = _v$4);
|
|
12345
|
-
_v$5 !== _p$.a && className(_el$
|
|
12345
|
+
_v$5 !== _p$.a && className(_el$10, _p$.a = _v$5);
|
|
12346
12346
|
return _p$;
|
|
12347
12347
|
}, {
|
|
12348
12348
|
e: void 0,
|
|
@@ -12360,8 +12360,8 @@ function Explorer(props) {
|
|
|
12360
12360
|
return subEntryPages().length === 1;
|
|
12361
12361
|
},
|
|
12362
12362
|
get children() {
|
|
12363
|
-
var _el$
|
|
12364
|
-
insert(_el$
|
|
12363
|
+
var _el$14 = _tmpl$72();
|
|
12364
|
+
insert(_el$14, createComponent(Key, {
|
|
12365
12365
|
get each() {
|
|
12366
12366
|
return subEntries();
|
|
12367
12367
|
},
|
|
@@ -12392,36 +12392,36 @@ function Explorer(props) {
|
|
|
12392
12392
|
});
|
|
12393
12393
|
}
|
|
12394
12394
|
}));
|
|
12395
|
-
createRenderEffect(() => className(_el$
|
|
12396
|
-
return _el$
|
|
12395
|
+
createRenderEffect(() => className(_el$14, styles().subEntry));
|
|
12396
|
+
return _el$14;
|
|
12397
12397
|
}
|
|
12398
12398
|
}), createComponent(Show, {
|
|
12399
12399
|
get when() {
|
|
12400
12400
|
return subEntryPages().length > 1;
|
|
12401
12401
|
},
|
|
12402
12402
|
get children() {
|
|
12403
|
-
var _el$
|
|
12404
|
-
insert(_el$
|
|
12403
|
+
var _el$15 = _tmpl$72();
|
|
12404
|
+
insert(_el$15, createComponent(Index, {
|
|
12405
12405
|
get each() {
|
|
12406
12406
|
return subEntryPages();
|
|
12407
12407
|
},
|
|
12408
12408
|
children: (entries2, index) => (() => {
|
|
12409
|
-
var _el$
|
|
12410
|
-
_el$
|
|
12411
|
-
insert(_el$
|
|
12409
|
+
var _el$21 = _tmpl$102(), _el$22 = _el$21.firstChild, _el$23 = _el$22.firstChild, _el$24 = _el$23.firstChild, _el$28 = _el$24.nextSibling, _el$26 = _el$28.nextSibling, _el$29 = _el$26.nextSibling; _el$29.nextSibling;
|
|
12410
|
+
_el$23.$$click = () => setExpandedPages((old) => old.includes(index) ? old.filter((d) => d !== index) : [...old, index]);
|
|
12411
|
+
insert(_el$23, createComponent(Expander, {
|
|
12412
12412
|
get expanded() {
|
|
12413
12413
|
return expandedPages().includes(index);
|
|
12414
12414
|
}
|
|
12415
|
-
}), _el$
|
|
12416
|
-
insert(_el$
|
|
12417
|
-
insert(_el$
|
|
12418
|
-
insert(_el$
|
|
12415
|
+
}), _el$24);
|
|
12416
|
+
insert(_el$23, index * 100, _el$28);
|
|
12417
|
+
insert(_el$23, index * 100 + 100 - 1, _el$29);
|
|
12418
|
+
insert(_el$22, createComponent(Show, {
|
|
12419
12419
|
get when() {
|
|
12420
12420
|
return expandedPages().includes(index);
|
|
12421
12421
|
},
|
|
12422
12422
|
get children() {
|
|
12423
|
-
var _el$
|
|
12424
|
-
insert(_el$
|
|
12423
|
+
var _el$30 = _tmpl$72();
|
|
12424
|
+
insert(_el$30, createComponent(Key, {
|
|
12425
12425
|
get each() {
|
|
12426
12426
|
return entries2();
|
|
12427
12427
|
},
|
|
@@ -12447,24 +12447,24 @@ function Explorer(props) {
|
|
|
12447
12447
|
}
|
|
12448
12448
|
})
|
|
12449
12449
|
}));
|
|
12450
|
-
createRenderEffect(() => className(_el$
|
|
12451
|
-
return _el$
|
|
12450
|
+
createRenderEffect(() => className(_el$30, styles().subEntry));
|
|
12451
|
+
return _el$30;
|
|
12452
12452
|
}
|
|
12453
12453
|
}), null);
|
|
12454
12454
|
createRenderEffect((_p$) => {
|
|
12455
|
-
var _v$
|
|
12456
|
-
_v$
|
|
12457
|
-
_v$
|
|
12455
|
+
var _v$0 = styles().entry, _v$1 = styles().expanderButton;
|
|
12456
|
+
_v$0 !== _p$.e && className(_el$22, _p$.e = _v$0);
|
|
12457
|
+
_v$1 !== _p$.t && className(_el$23, _p$.t = _v$1);
|
|
12458
12458
|
return _p$;
|
|
12459
12459
|
}, {
|
|
12460
12460
|
e: void 0,
|
|
12461
12461
|
t: void 0
|
|
12462
12462
|
});
|
|
12463
|
-
return _el$
|
|
12463
|
+
return _el$21;
|
|
12464
12464
|
})()
|
|
12465
12465
|
}));
|
|
12466
|
-
createRenderEffect(() => className(_el$
|
|
12467
|
-
return _el$
|
|
12466
|
+
createRenderEffect(() => className(_el$15, styles().subEntry));
|
|
12467
|
+
return _el$15;
|
|
12468
12468
|
}
|
|
12469
12469
|
})];
|
|
12470
12470
|
}
|
|
@@ -12476,18 +12476,18 @@ function Explorer(props) {
|
|
|
12476
12476
|
return subEntryPages().length === 0;
|
|
12477
12477
|
},
|
|
12478
12478
|
get children() {
|
|
12479
|
-
var _el$
|
|
12480
|
-
insert(_el$
|
|
12481
|
-
insert(_el$
|
|
12479
|
+
var _el$16 = _tmpl$110(), _el$17 = _el$16.firstChild, _el$18 = _el$17.firstChild;
|
|
12480
|
+
insert(_el$17, () => props.label, _el$18);
|
|
12481
|
+
insert(_el$16, createComponent(Show, {
|
|
12482
12482
|
get when() {
|
|
12483
12483
|
return createMemo(() => !!(props.editable && props.activeQuery !== void 0))() && (type() === "string" || type() === "number" || type() === "boolean");
|
|
12484
12484
|
},
|
|
12485
12485
|
get fallback() {
|
|
12486
12486
|
return (() => {
|
|
12487
|
-
var _el$
|
|
12488
|
-
insert(_el$
|
|
12489
|
-
createRenderEffect(() => className(_el$
|
|
12490
|
-
return _el$
|
|
12487
|
+
var _el$31 = _tmpl$02();
|
|
12488
|
+
insert(_el$31, () => displayValue(props.value));
|
|
12489
|
+
createRenderEffect(() => className(_el$31, styles().value));
|
|
12490
|
+
return _el$31;
|
|
12491
12491
|
})();
|
|
12492
12492
|
},
|
|
12493
12493
|
get children() {
|
|
@@ -12496,31 +12496,31 @@ function Explorer(props) {
|
|
|
12496
12496
|
return createMemo(() => !!(props.editable && props.activeQuery !== void 0))() && (type() === "string" || type() === "number");
|
|
12497
12497
|
},
|
|
12498
12498
|
get children() {
|
|
12499
|
-
var _el$
|
|
12500
|
-
_el$
|
|
12499
|
+
var _el$19 = _tmpl$92();
|
|
12500
|
+
_el$19.addEventListener("change", (changeEvent) => {
|
|
12501
12501
|
const oldData = props.activeQuery.state.data;
|
|
12502
12502
|
const newData = updateNestedDataByPath(oldData, currentDataPath, type() === "number" ? changeEvent.target.valueAsNumber : changeEvent.target.value);
|
|
12503
12503
|
queryClient.setQueryData(props.activeQuery.queryKey, newData);
|
|
12504
12504
|
});
|
|
12505
12505
|
createRenderEffect((_p$) => {
|
|
12506
12506
|
var _v$6 = type() === "number" ? "number" : "text", _v$7 = clsx(styles().value, styles().editableInput);
|
|
12507
|
-
_v$6 !== _p$.e && setAttribute(_el$
|
|
12508
|
-
_v$7 !== _p$.t && className(_el$
|
|
12507
|
+
_v$6 !== _p$.e && setAttribute(_el$19, "type", _p$.e = _v$6);
|
|
12508
|
+
_v$7 !== _p$.t && className(_el$19, _p$.t = _v$7);
|
|
12509
12509
|
return _p$;
|
|
12510
12510
|
}, {
|
|
12511
12511
|
e: void 0,
|
|
12512
12512
|
t: void 0
|
|
12513
12513
|
});
|
|
12514
|
-
createRenderEffect(() => _el$
|
|
12515
|
-
return _el$
|
|
12514
|
+
createRenderEffect(() => _el$19.value = props.value);
|
|
12515
|
+
return _el$19;
|
|
12516
12516
|
}
|
|
12517
12517
|
}), createComponent(Show, {
|
|
12518
12518
|
get when() {
|
|
12519
12519
|
return type() === "boolean";
|
|
12520
12520
|
},
|
|
12521
12521
|
get children() {
|
|
12522
|
-
var _el$
|
|
12523
|
-
insert(_el$
|
|
12522
|
+
var _el$20 = _tmpl$02();
|
|
12523
|
+
insert(_el$20, createComponent(ToggleValueButton, {
|
|
12524
12524
|
get activeQuery() {
|
|
12525
12525
|
return props.activeQuery;
|
|
12526
12526
|
},
|
|
@@ -12529,14 +12529,14 @@ function Explorer(props) {
|
|
|
12529
12529
|
return props.value;
|
|
12530
12530
|
}
|
|
12531
12531
|
}), null);
|
|
12532
|
-
insert(_el$
|
|
12533
|
-
createRenderEffect(() => className(_el$
|
|
12534
|
-
return _el$
|
|
12532
|
+
insert(_el$20, () => displayValue(props.value), null);
|
|
12533
|
+
createRenderEffect(() => className(_el$20, clsx(styles().value, styles().actions, styles().editableInput)));
|
|
12534
|
+
return _el$20;
|
|
12535
12535
|
}
|
|
12536
12536
|
})];
|
|
12537
12537
|
}
|
|
12538
12538
|
}), null);
|
|
12539
|
-
insert(_el$
|
|
12539
|
+
insert(_el$16, createComponent(Show, {
|
|
12540
12540
|
get when() {
|
|
12541
12541
|
return props.editable && props.itemsDeletable && props.activeQuery !== void 0;
|
|
12542
12542
|
},
|
|
@@ -12551,21 +12551,21 @@ function Explorer(props) {
|
|
|
12551
12551
|
}), null);
|
|
12552
12552
|
createRenderEffect((_p$) => {
|
|
12553
12553
|
var _v$8 = styles().row, _v$9 = styles().label;
|
|
12554
|
-
_v$8 !== _p$.e && className(_el$
|
|
12555
|
-
_v$9 !== _p$.t && className(_el$
|
|
12554
|
+
_v$8 !== _p$.e && className(_el$16, _p$.e = _v$8);
|
|
12555
|
+
_v$9 !== _p$.t && className(_el$17, _p$.t = _v$9);
|
|
12556
12556
|
return _p$;
|
|
12557
12557
|
}, {
|
|
12558
12558
|
e: void 0,
|
|
12559
12559
|
t: void 0
|
|
12560
12560
|
});
|
|
12561
|
-
return _el$
|
|
12561
|
+
return _el$16;
|
|
12562
12562
|
}
|
|
12563
12563
|
}), null);
|
|
12564
12564
|
createRenderEffect(() => className(_el$6, styles().entry));
|
|
12565
12565
|
return _el$6;
|
|
12566
12566
|
})();
|
|
12567
12567
|
}
|
|
12568
|
-
var _tmpl$
|
|
12568
|
+
var _tmpl$23, _tmpl$24, _tmpl$32, _tmpl$42, _tmpl$52, _tmpl$62, _tmpl$72, _tmpl$82, _tmpl$92, _tmpl$02, _tmpl$110, _tmpl$102, Expander, CopyButton, ClearArrayButton, DeleteItemButton, ToggleValueButton, stylesFactory, lightStyles, darkStyles;
|
|
12569
12569
|
var init_Explorer = __esm({
|
|
12570
12570
|
"src/Explorer.tsx"() {
|
|
12571
12571
|
init_web();
|
|
@@ -12586,8 +12586,8 @@ var init_Explorer = __esm({
|
|
|
12586
12586
|
init_utils();
|
|
12587
12587
|
init_icons();
|
|
12588
12588
|
init_contexts();
|
|
12589
|
-
_tmpl$
|
|
12590
|
-
_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">`);
|
|
12591
12591
|
_tmpl$32 = /* @__PURE__ */ template(`<button title="Remove all items"aria-label="Remove all items">`);
|
|
12592
12592
|
_tmpl$42 = /* @__PURE__ */ template(`<button title="Delete item"aria-label="Delete item">`);
|
|
12593
12593
|
_tmpl$52 = /* @__PURE__ */ template(`<button title="Toggle value"aria-label="Toggle value">`);
|
|
@@ -12595,9 +12595,9 @@ var init_Explorer = __esm({
|
|
|
12595
12595
|
_tmpl$72 = /* @__PURE__ */ template(`<div>`);
|
|
12596
12596
|
_tmpl$82 = /* @__PURE__ */ template(`<div><button> <span></span> <span> `);
|
|
12597
12597
|
_tmpl$92 = /* @__PURE__ */ template(`<input>`);
|
|
12598
|
-
_tmpl$
|
|
12599
|
-
_tmpl$
|
|
12600
|
-
_tmpl$
|
|
12598
|
+
_tmpl$02 = /* @__PURE__ */ template(`<span>`);
|
|
12599
|
+
_tmpl$110 = /* @__PURE__ */ template(`<div><span>:`);
|
|
12600
|
+
_tmpl$102 = /* @__PURE__ */ template(`<div><div><button> [<!>...<!>]`);
|
|
12601
12601
|
Expander = (props) => {
|
|
12602
12602
|
const theme = useTheme();
|
|
12603
12603
|
const css = useQueryDevtoolsContext().shadowDOMTarget ? u.bind({
|
|
@@ -12607,7 +12607,7 @@ var init_Explorer = __esm({
|
|
|
12607
12607
|
return theme() === "dark" ? darkStyles(css) : lightStyles(css);
|
|
12608
12608
|
});
|
|
12609
12609
|
return (() => {
|
|
12610
|
-
var _el$ = _tmpl$
|
|
12610
|
+
var _el$ = _tmpl$23();
|
|
12611
12611
|
createRenderEffect(() => className(_el$, clsx(styles().expander, css`
|
|
12612
12612
|
transform: rotate(${props.expanded ? 90 : 0}deg);
|
|
12613
12613
|
`, props.expanded && css`
|
|
@@ -12628,7 +12628,7 @@ var init_Explorer = __esm({
|
|
|
12628
12628
|
});
|
|
12629
12629
|
const [copyState, setCopyState] = createSignal("NoCopy");
|
|
12630
12630
|
return (() => {
|
|
12631
|
-
var _el$2 = _tmpl$
|
|
12631
|
+
var _el$2 = _tmpl$24();
|
|
12632
12632
|
addEventListener(_el$2, "click", copyState() === "NoCopy" ? () => {
|
|
12633
12633
|
navigator.clipboard.writeText(stringify(props.value)).then(() => {
|
|
12634
12634
|
setCopyState("SuccessCopy");
|
|
@@ -12900,7 +12900,7 @@ var init_Explorer = __esm({
|
|
|
12900
12900
|
});
|
|
12901
12901
|
|
|
12902
12902
|
// src/Devtools.tsx
|
|
12903
|
-
var _tmpl$
|
|
12903
|
+
var _tmpl$25, _tmpl$26, _tmpl$33, _tmpl$43, _tmpl$53, _tmpl$63, _tmpl$73, _tmpl$83, _tmpl$93, _tmpl$03, _tmpl$111, _tmpl$103, _tmpl$112, _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, selectedQueryHash, setSelectedQueryHash, selectedMutationId, setSelectedMutationId, panelWidth, setPanelWidth, offline, setOffline, Devtools, PiPPanel, ParentPanel, DraggablePanel, ContentView, QueryRow, MutationRow, QueryStatusCount, MutationStatusCount, QueryStatus, QueryDetails, MutationDetails, queryCacheMap, setupQueryCacheSubscription, createSubscribeToQueryCacheBatcher, mutationCacheMap, setupMutationCacheSubscription, createSubscribeToMutationCacheBatcher, DEV_TOOLS_EVENT, sendDevToolsEvent, stylesFactory2, lightStyles2, darkStyles2;
|
|
12904
12904
|
var init_Devtools = __esm({
|
|
12905
12905
|
"src/Devtools.tsx"() {
|
|
12906
12906
|
init_web();
|
|
@@ -12929,8 +12929,8 @@ var init_Devtools = __esm({
|
|
|
12929
12929
|
init_Explorer();
|
|
12930
12930
|
init_contexts();
|
|
12931
12931
|
init_constants();
|
|
12932
|
-
_tmpl$
|
|
12933
|
-
_tmpl$
|
|
12932
|
+
_tmpl$25 = /* @__PURE__ */ template(`<div><div aria-hidden=true></div><button type=button aria-label="Open Tanstack query devtools"class=tsqd-open-btn>`);
|
|
12933
|
+
_tmpl$26 = /* @__PURE__ */ template(`<div>`);
|
|
12934
12934
|
_tmpl$33 = /* @__PURE__ */ template(`<aside aria-label="Tanstack query devtools"><div></div><button aria-label="Close tanstack query devtools">`);
|
|
12935
12935
|
_tmpl$43 = /* @__PURE__ */ template(`<select name=tsqd-queries-filter-sort>`);
|
|
12936
12936
|
_tmpl$53 = /* @__PURE__ */ template(`<select name=tsqd-mutations-filter-sort>`);
|
|
@@ -12938,31 +12938,31 @@ var init_Devtools = __esm({
|
|
|
12938
12938
|
_tmpl$73 = /* @__PURE__ */ template(`<span>Desc`);
|
|
12939
12939
|
_tmpl$83 = /* @__PURE__ */ template(`<button aria-label="Open in picture-in-picture mode"title="Open in picture-in-picture mode">`);
|
|
12940
12940
|
_tmpl$93 = /* @__PURE__ */ template(`<div>Settings`);
|
|
12941
|
-
_tmpl$
|
|
12942
|
-
_tmpl$
|
|
12943
|
-
_tmpl$
|
|
12944
|
-
_tmpl$
|
|
12945
|
-
_tmpl$
|
|
12946
|
-
_tmpl$
|
|
12947
|
-
_tmpl$
|
|
12948
|
-
_tmpl$
|
|
12949
|
-
_tmpl$
|
|
12950
|
-
_tmpl$
|
|
12951
|
-
_tmpl$
|
|
12952
|
-
_tmpl$
|
|
12953
|
-
_tmpl$
|
|
12954
|
-
_tmpl$
|
|
12955
|
-
_tmpl$
|
|
12956
|
-
_tmpl$
|
|
12957
|
-
_tmpl$
|
|
12958
|
-
_tmpl$
|
|
12959
|
-
_tmpl$
|
|
12960
|
-
_tmpl$
|
|
12961
|
-
_tmpl$
|
|
12962
|
-
_tmpl$
|
|
12963
|
-
_tmpl$
|
|
12964
|
-
_tmpl$
|
|
12965
|
-
_tmpl$
|
|
12941
|
+
_tmpl$03 = /* @__PURE__ */ template(`<span>Position`);
|
|
12942
|
+
_tmpl$111 = /* @__PURE__ */ template(`<span>Top`);
|
|
12943
|
+
_tmpl$103 = /* @__PURE__ */ template(`<span>Bottom`);
|
|
12944
|
+
_tmpl$112 = /* @__PURE__ */ template(`<span>Left`);
|
|
12945
|
+
_tmpl$122 = /* @__PURE__ */ template(`<span>Right`);
|
|
12946
|
+
_tmpl$132 = /* @__PURE__ */ template(`<span>Theme`);
|
|
12947
|
+
_tmpl$142 = /* @__PURE__ */ template(`<span>Light`);
|
|
12948
|
+
_tmpl$152 = /* @__PURE__ */ template(`<span>Dark`);
|
|
12949
|
+
_tmpl$162 = /* @__PURE__ */ template(`<span>System`);
|
|
12950
|
+
_tmpl$172 = /* @__PURE__ */ template(`<div><div class=tsqd-queries-container>`);
|
|
12951
|
+
_tmpl$182 = /* @__PURE__ */ template(`<div><div class=tsqd-mutations-container>`);
|
|
12952
|
+
_tmpl$192 = /* @__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>`);
|
|
12953
|
+
_tmpl$202 = /* @__PURE__ */ template(`<option>Sort by `);
|
|
12954
|
+
_tmpl$212 = /* @__PURE__ */ template(`<div class=tsqd-query-disabled-indicator>disabled`);
|
|
12955
|
+
_tmpl$222 = /* @__PURE__ */ template(`<button><div></div><code class=tsqd-query-hash>`);
|
|
12956
|
+
_tmpl$232 = /* @__PURE__ */ template(`<div role=tooltip id=tsqd-status-tooltip>`);
|
|
12957
|
+
_tmpl$242 = /* @__PURE__ */ template(`<span>`);
|
|
12958
|
+
_tmpl$252 = /* @__PURE__ */ template(`<button><span></span><span>`);
|
|
12959
|
+
_tmpl$262 = /* @__PURE__ */ template(`<button><span></span> Error`);
|
|
12960
|
+
_tmpl$27 = /* @__PURE__ */ template(`<div><span></span>Trigger Error<select><option value=""disabled selected>`);
|
|
12961
|
+
_tmpl$28 = /* @__PURE__ */ template(`<div class="tsqd-query-details-explorer-container tsqd-query-details-data-explorer">`);
|
|
12962
|
+
_tmpl$29 = /* @__PURE__ */ template(`<form><textarea name=data></textarea><div><span></span><div><button type=button>Cancel</button><button>Save`);
|
|
12963
|
+
_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 </div><div>Query Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer">`);
|
|
12964
|
+
_tmpl$31 = /* @__PURE__ */ template(`<option>`);
|
|
12965
|
+
_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">`);
|
|
12966
12966
|
[selectedQueryHash, setSelectedQueryHash] = createSignal(null);
|
|
12967
12967
|
[selectedMutationId, setSelectedMutationId] = createSignal(null);
|
|
12968
12968
|
[panelWidth, setPanelWidth] = createSignal(0);
|
|
@@ -12975,6 +12975,15 @@ var init_Devtools = __esm({
|
|
|
12975
12975
|
const styles = createMemo(() => {
|
|
12976
12976
|
return theme() === "dark" ? darkStyles2(css) : lightStyles2(css);
|
|
12977
12977
|
});
|
|
12978
|
+
const onlineManager = createMemo(() => useQueryDevtoolsContext().onlineManager);
|
|
12979
|
+
onMount(() => {
|
|
12980
|
+
const unsubscribe = onlineManager().subscribe((online) => {
|
|
12981
|
+
setOffline(!online);
|
|
12982
|
+
});
|
|
12983
|
+
onCleanup(() => {
|
|
12984
|
+
unsubscribe();
|
|
12985
|
+
});
|
|
12986
|
+
});
|
|
12978
12987
|
const pip = usePiPWindow();
|
|
12979
12988
|
const buttonPosition = createMemo(() => {
|
|
12980
12989
|
return useQueryDevtoolsContext().buttonPosition || BUTTON_POSITION;
|
|
@@ -13026,7 +13035,7 @@ var init_Devtools = __esm({
|
|
|
13026
13035
|
});
|
|
13027
13036
|
}
|
|
13028
13037
|
}), (() => {
|
|
13029
|
-
var _el$ = _tmpl$
|
|
13038
|
+
var _el$ = _tmpl$26();
|
|
13030
13039
|
var _ref$ = transitionsContainerRef;
|
|
13031
13040
|
typeof _ref$ === "function" ? use(_ref$, _el$) : transitionsContainerRef = _el$;
|
|
13032
13041
|
insert(_el$, createComponent(TransitionGroup, {
|
|
@@ -13057,7 +13066,7 @@ var init_Devtools = __esm({
|
|
|
13057
13066
|
return !isOpen();
|
|
13058
13067
|
},
|
|
13059
13068
|
get children() {
|
|
13060
|
-
var _el$2 = _tmpl$
|
|
13069
|
+
var _el$2 = _tmpl$25(), _el$3 = _el$2.firstChild, _el$4 = _el$3.nextSibling;
|
|
13061
13070
|
insert(_el$3, createComponent(TanstackLogo, {}));
|
|
13062
13071
|
_el$4.$$click = () => props.setLocalStore("open", "true");
|
|
13063
13072
|
insert(_el$4, createComponent(TanstackLogo, {}));
|
|
@@ -13139,7 +13148,7 @@ var init_Devtools = __esm({
|
|
|
13139
13148
|
});
|
|
13140
13149
|
});
|
|
13141
13150
|
return (() => {
|
|
13142
|
-
var _el$5 = _tmpl$
|
|
13151
|
+
var _el$5 = _tmpl$26();
|
|
13143
13152
|
_el$5.style.setProperty("--tsqd-font-size", "16px");
|
|
13144
13153
|
_el$5.style.setProperty("max-height", "100vh");
|
|
13145
13154
|
_el$5.style.setProperty("height", "100vh");
|
|
@@ -13188,7 +13197,7 @@ var init_Devtools = __esm({
|
|
|
13188
13197
|
`;
|
|
13189
13198
|
};
|
|
13190
13199
|
return (() => {
|
|
13191
|
-
var _el$6 = _tmpl$
|
|
13200
|
+
var _el$6 = _tmpl$26();
|
|
13192
13201
|
var _ref$2 = panelRef;
|
|
13193
13202
|
typeof _ref$2 === "function" ? use(_ref$2, _el$6) : panelRef = _el$6;
|
|
13194
13203
|
_el$6.style.setProperty("--tsqd-font-size", "16px");
|
|
@@ -13395,10 +13404,10 @@ var init_Devtools = __esm({
|
|
|
13395
13404
|
el.style.setProperty("--tsqd-font-size", variable);
|
|
13396
13405
|
};
|
|
13397
13406
|
return [(() => {
|
|
13398
|
-
var _el$
|
|
13407
|
+
var _el$0 = _tmpl$192(), _el$1 = _el$0.firstChild, _el$10 = _el$1.firstChild, _el$11 = _el$10.firstChild, _el$12 = _el$11.firstChild, _el$13 = _el$12.nextSibling, _el$14 = _el$13.firstChild, _el$15 = _el$1.nextSibling, _el$16 = _el$15.firstChild, _el$17 = _el$16.firstChild, _el$18 = _el$17.firstChild, _el$19 = _el$17.nextSibling, _el$22 = _el$19.nextSibling, _el$25 = _el$16.nextSibling, _el$26 = _el$25.firstChild, _el$27 = _el$26.nextSibling;
|
|
13399
13408
|
var _ref$4 = containerRef;
|
|
13400
|
-
typeof _ref$4 === "function" ? use(_ref$4, _el$
|
|
13401
|
-
_el$
|
|
13409
|
+
typeof _ref$4 === "function" ? use(_ref$4, _el$0) : containerRef = _el$0;
|
|
13410
|
+
_el$11.$$click = () => {
|
|
13402
13411
|
if (!pip().pipWindow && !props.showPanelViewOnly) {
|
|
13403
13412
|
props.setLocalStore("open", "false");
|
|
13404
13413
|
return;
|
|
@@ -13407,9 +13416,9 @@ var init_Devtools = __esm({
|
|
|
13407
13416
|
props.onClose();
|
|
13408
13417
|
}
|
|
13409
13418
|
};
|
|
13410
|
-
insert(_el$
|
|
13411
|
-
insert(_el$
|
|
13412
|
-
insert(_el$
|
|
13419
|
+
insert(_el$13, () => useQueryDevtoolsContext().queryFlavor, _el$14);
|
|
13420
|
+
insert(_el$13, () => useQueryDevtoolsContext().version, null);
|
|
13421
|
+
insert(_el$10, createComponent(radio_group_exports.Root, {
|
|
13413
13422
|
get ["class"]() {
|
|
13414
13423
|
return clsx(styles().viewToggle);
|
|
13415
13424
|
},
|
|
@@ -13451,7 +13460,7 @@ var init_Devtools = __esm({
|
|
|
13451
13460
|
})];
|
|
13452
13461
|
}
|
|
13453
13462
|
}), null);
|
|
13454
|
-
insert(_el$
|
|
13463
|
+
insert(_el$1, createComponent(Show, {
|
|
13455
13464
|
get when() {
|
|
13456
13465
|
return selectedView() === "queries";
|
|
13457
13466
|
},
|
|
@@ -13459,7 +13468,7 @@ var init_Devtools = __esm({
|
|
|
13459
13468
|
return createComponent(QueryStatusCount, {});
|
|
13460
13469
|
}
|
|
13461
13470
|
}), null);
|
|
13462
|
-
insert(_el$
|
|
13471
|
+
insert(_el$1, createComponent(Show, {
|
|
13463
13472
|
get when() {
|
|
13464
13473
|
return selectedView() === "mutations";
|
|
13465
13474
|
},
|
|
@@ -13467,61 +13476,61 @@ var init_Devtools = __esm({
|
|
|
13467
13476
|
return createComponent(MutationStatusCount, {});
|
|
13468
13477
|
}
|
|
13469
13478
|
}), null);
|
|
13470
|
-
insert(_el$
|
|
13471
|
-
_el$
|
|
13479
|
+
insert(_el$17, createComponent(Search, {}), _el$18);
|
|
13480
|
+
_el$18.$$input = (e2) => {
|
|
13472
13481
|
if (selectedView() === "queries") {
|
|
13473
13482
|
props.setLocalStore("filter", e2.currentTarget.value);
|
|
13474
13483
|
} else {
|
|
13475
13484
|
props.setLocalStore("mutationFilter", e2.currentTarget.value);
|
|
13476
13485
|
}
|
|
13477
13486
|
};
|
|
13478
|
-
insert(_el$
|
|
13487
|
+
insert(_el$19, createComponent(Show, {
|
|
13479
13488
|
get when() {
|
|
13480
13489
|
return selectedView() === "queries";
|
|
13481
13490
|
},
|
|
13482
13491
|
get children() {
|
|
13483
|
-
var _el$
|
|
13484
|
-
_el$
|
|
13492
|
+
var _el$20 = _tmpl$43();
|
|
13493
|
+
_el$20.addEventListener("change", (e2) => {
|
|
13485
13494
|
props.setLocalStore("sort", e2.currentTarget.value);
|
|
13486
13495
|
});
|
|
13487
|
-
insert(_el$
|
|
13488
|
-
var _el$
|
|
13489
|
-
_el$
|
|
13490
|
-
insert(_el$
|
|
13491
|
-
return _el$
|
|
13496
|
+
insert(_el$20, () => Object.keys(sortFns).map((key) => (() => {
|
|
13497
|
+
var _el$43 = _tmpl$202(); _el$43.firstChild;
|
|
13498
|
+
_el$43.value = key;
|
|
13499
|
+
insert(_el$43, key, null);
|
|
13500
|
+
return _el$43;
|
|
13492
13501
|
})()));
|
|
13493
|
-
createRenderEffect(() => _el$
|
|
13494
|
-
return _el$
|
|
13502
|
+
createRenderEffect(() => _el$20.value = sort());
|
|
13503
|
+
return _el$20;
|
|
13495
13504
|
}
|
|
13496
13505
|
}), null);
|
|
13497
|
-
insert(_el$
|
|
13506
|
+
insert(_el$19, createComponent(Show, {
|
|
13498
13507
|
get when() {
|
|
13499
13508
|
return selectedView() === "mutations";
|
|
13500
13509
|
},
|
|
13501
13510
|
get children() {
|
|
13502
|
-
var _el$
|
|
13503
|
-
_el$
|
|
13511
|
+
var _el$21 = _tmpl$53();
|
|
13512
|
+
_el$21.addEventListener("change", (e2) => {
|
|
13504
13513
|
props.setLocalStore("mutationSort", e2.currentTarget.value);
|
|
13505
13514
|
});
|
|
13506
|
-
insert(_el$
|
|
13507
|
-
var _el$
|
|
13508
|
-
_el$
|
|
13509
|
-
insert(_el$
|
|
13510
|
-
return _el$
|
|
13515
|
+
insert(_el$21, () => Object.keys(mutationSortFns).map((key) => (() => {
|
|
13516
|
+
var _el$45 = _tmpl$202(); _el$45.firstChild;
|
|
13517
|
+
_el$45.value = key;
|
|
13518
|
+
insert(_el$45, key, null);
|
|
13519
|
+
return _el$45;
|
|
13511
13520
|
})()));
|
|
13512
|
-
createRenderEffect(() => _el$
|
|
13513
|
-
return _el$
|
|
13521
|
+
createRenderEffect(() => _el$21.value = mutationSort());
|
|
13522
|
+
return _el$21;
|
|
13514
13523
|
}
|
|
13515
13524
|
}), null);
|
|
13516
|
-
insert(_el$
|
|
13517
|
-
_el$
|
|
13525
|
+
insert(_el$19, createComponent(ChevronDown, {}), null);
|
|
13526
|
+
_el$22.$$click = () => {
|
|
13518
13527
|
if (selectedView() === "queries") {
|
|
13519
13528
|
props.setLocalStore("sortOrder", String(sortOrder() * -1));
|
|
13520
13529
|
} else {
|
|
13521
13530
|
props.setLocalStore("mutationSortOrder", String(mutationSortOrder() * -1));
|
|
13522
13531
|
}
|
|
13523
13532
|
};
|
|
13524
|
-
insert(_el$
|
|
13533
|
+
insert(_el$22, createComponent(Show, {
|
|
13525
13534
|
get when() {
|
|
13526
13535
|
return (selectedView() === "queries" ? sortOrder() : mutationSortOrder()) === 1;
|
|
13527
13536
|
},
|
|
@@ -13529,7 +13538,7 @@ var init_Devtools = __esm({
|
|
|
13529
13538
|
return [_tmpl$63(), createComponent(ArrowUp, {})];
|
|
13530
13539
|
}
|
|
13531
13540
|
}), null);
|
|
13532
|
-
insert(_el$
|
|
13541
|
+
insert(_el$22, createComponent(Show, {
|
|
13533
13542
|
get when() {
|
|
13534
13543
|
return (selectedView() === "queries" ? sortOrder() : mutationSortOrder()) === -1;
|
|
13535
13544
|
},
|
|
@@ -13537,42 +13546,42 @@ var init_Devtools = __esm({
|
|
|
13537
13546
|
return [_tmpl$73(), createComponent(ArrowDown, {})];
|
|
13538
13547
|
}
|
|
13539
13548
|
}), null);
|
|
13540
|
-
_el$
|
|
13549
|
+
_el$26.$$click = () => {
|
|
13541
13550
|
if (selectedView() === "queries") {
|
|
13551
|
+
sendDevToolsEvent({
|
|
13552
|
+
type: "CLEAR_QUERY_CACHE"
|
|
13553
|
+
});
|
|
13542
13554
|
query_cache().clear();
|
|
13543
13555
|
} else {
|
|
13556
|
+
sendDevToolsEvent({
|
|
13557
|
+
type: "CLEAR_MUTATION_CACHE"
|
|
13558
|
+
});
|
|
13544
13559
|
mutation_cache().clear();
|
|
13545
13560
|
}
|
|
13546
13561
|
};
|
|
13547
|
-
insert(_el$
|
|
13548
|
-
_el$
|
|
13549
|
-
|
|
13550
|
-
onlineManager().setOnline(true);
|
|
13551
|
-
setOffline(false);
|
|
13552
|
-
} else {
|
|
13553
|
-
onlineManager().setOnline(false);
|
|
13554
|
-
setOffline(true);
|
|
13555
|
-
}
|
|
13562
|
+
insert(_el$26, createComponent(Trash, {}));
|
|
13563
|
+
_el$27.$$click = () => {
|
|
13564
|
+
onlineManager().setOnline(!onlineManager().isOnline());
|
|
13556
13565
|
};
|
|
13557
|
-
insert(_el$
|
|
13566
|
+
insert(_el$27, (() => {
|
|
13558
13567
|
var _c$ = createMemo(() => !!offline());
|
|
13559
13568
|
return () => _c$() ? createComponent(Offline, {}) : createComponent(Wifi, {});
|
|
13560
13569
|
})());
|
|
13561
|
-
insert(_el$
|
|
13570
|
+
insert(_el$25, createComponent(Show, {
|
|
13562
13571
|
get when() {
|
|
13563
13572
|
return createMemo(() => !!!pip().pipWindow)() && !pip().disabled;
|
|
13564
13573
|
},
|
|
13565
13574
|
get children() {
|
|
13566
|
-
var _el$
|
|
13567
|
-
_el$
|
|
13575
|
+
var _el$28 = _tmpl$83();
|
|
13576
|
+
_el$28.$$click = () => {
|
|
13568
13577
|
pip().requestPipWindow(Number(window.innerWidth), Number(props.localStore.height ?? 500));
|
|
13569
13578
|
};
|
|
13570
|
-
insert(_el$
|
|
13571
|
-
createRenderEffect(() => className(_el$
|
|
13572
|
-
return _el$
|
|
13579
|
+
insert(_el$28, createComponent(PiPIcon, {}));
|
|
13580
|
+
createRenderEffect(() => className(_el$28, clsx(styles().actionsBtn, "tsqd-actions-btn", "tsqd-action-open-pip")));
|
|
13581
|
+
return _el$28;
|
|
13573
13582
|
}
|
|
13574
13583
|
}), null);
|
|
13575
|
-
insert(_el$
|
|
13584
|
+
insert(_el$25, createComponent(dropdown_menu_exports.Root, {
|
|
13576
13585
|
gutter: 4,
|
|
13577
13586
|
get children() {
|
|
13578
13587
|
return [createComponent(dropdown_menu_exports.Trigger, {
|
|
@@ -13594,9 +13603,9 @@ var init_Devtools = __esm({
|
|
|
13594
13603
|
},
|
|
13595
13604
|
get children() {
|
|
13596
13605
|
return [(() => {
|
|
13597
|
-
var _el$
|
|
13598
|
-
createRenderEffect(() => className(_el$
|
|
13599
|
-
return _el$
|
|
13606
|
+
var _el$29 = _tmpl$93();
|
|
13607
|
+
createRenderEffect(() => className(_el$29, clsx(styles().settingsMenuHeader, "tsqd-settings-menu-header")));
|
|
13608
|
+
return _el$29;
|
|
13600
13609
|
})(), createComponent(Show, {
|
|
13601
13610
|
get when() {
|
|
13602
13611
|
return !props.showPanelViewOnly;
|
|
@@ -13612,7 +13621,7 @@ var init_Devtools = __esm({
|
|
|
13612
13621
|
return clsx(styles().settingsSubTrigger, "tsqd-settings-menu-sub-trigger", "tsqd-settings-menu-sub-trigger-position");
|
|
13613
13622
|
},
|
|
13614
13623
|
get children() {
|
|
13615
|
-
return [_tmpl$
|
|
13624
|
+
return [_tmpl$03(), createComponent(ChevronDown, {})];
|
|
13616
13625
|
}
|
|
13617
13626
|
}), createComponent(dropdown_menu_exports.Portal, {
|
|
13618
13627
|
ref: (el) => setComputedVariables(el),
|
|
@@ -13634,7 +13643,7 @@ var init_Devtools = __esm({
|
|
|
13634
13643
|
return clsx(styles().settingsSubButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-top");
|
|
13635
13644
|
},
|
|
13636
13645
|
get children() {
|
|
13637
|
-
return [_tmpl$
|
|
13646
|
+
return [_tmpl$111(), createComponent(ArrowUp, {})];
|
|
13638
13647
|
}
|
|
13639
13648
|
}), createComponent(dropdown_menu_exports.Item, {
|
|
13640
13649
|
onSelect: () => {
|
|
@@ -13645,7 +13654,7 @@ var init_Devtools = __esm({
|
|
|
13645
13654
|
return clsx(styles().settingsSubButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-bottom");
|
|
13646
13655
|
},
|
|
13647
13656
|
get children() {
|
|
13648
|
-
return [_tmpl$
|
|
13657
|
+
return [_tmpl$103(), createComponent(ArrowDown, {})];
|
|
13649
13658
|
}
|
|
13650
13659
|
}), createComponent(dropdown_menu_exports.Item, {
|
|
13651
13660
|
onSelect: () => {
|
|
@@ -13656,7 +13665,7 @@ var init_Devtools = __esm({
|
|
|
13656
13665
|
return clsx(styles().settingsSubButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-left");
|
|
13657
13666
|
},
|
|
13658
13667
|
get children() {
|
|
13659
|
-
return [_tmpl$
|
|
13668
|
+
return [_tmpl$112(), createComponent(ArrowLeft, {})];
|
|
13660
13669
|
}
|
|
13661
13670
|
}), createComponent(dropdown_menu_exports.Item, {
|
|
13662
13671
|
onSelect: () => {
|
|
@@ -13667,7 +13676,7 @@ var init_Devtools = __esm({
|
|
|
13667
13676
|
return clsx(styles().settingsSubButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-right");
|
|
13668
13677
|
},
|
|
13669
13678
|
get children() {
|
|
13670
|
-
return [_tmpl$
|
|
13679
|
+
return [_tmpl$122(), createComponent(ArrowRight, {})];
|
|
13671
13680
|
}
|
|
13672
13681
|
})];
|
|
13673
13682
|
}
|
|
@@ -13687,7 +13696,7 @@ var init_Devtools = __esm({
|
|
|
13687
13696
|
return clsx(styles().settingsSubTrigger, "tsqd-settings-menu-sub-trigger", "tsqd-settings-menu-sub-trigger-position");
|
|
13688
13697
|
},
|
|
13689
13698
|
get children() {
|
|
13690
|
-
return [_tmpl$
|
|
13699
|
+
return [_tmpl$132(), createComponent(ChevronDown, {})];
|
|
13691
13700
|
}
|
|
13692
13701
|
}), createComponent(dropdown_menu_exports.Portal, {
|
|
13693
13702
|
ref: (el) => setComputedVariables(el),
|
|
@@ -13709,7 +13718,7 @@ var init_Devtools = __esm({
|
|
|
13709
13718
|
return clsx(styles().settingsSubButton, props.localStore.theme_preference === "light" && styles().themeSelectedButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-top");
|
|
13710
13719
|
},
|
|
13711
13720
|
get children() {
|
|
13712
|
-
return [_tmpl$
|
|
13721
|
+
return [_tmpl$142(), createComponent(Sun, {})];
|
|
13713
13722
|
}
|
|
13714
13723
|
}), createComponent(dropdown_menu_exports.Item, {
|
|
13715
13724
|
onSelect: () => {
|
|
@@ -13720,7 +13729,7 @@ var init_Devtools = __esm({
|
|
|
13720
13729
|
return clsx(styles().settingsSubButton, props.localStore.theme_preference === "dark" && styles().themeSelectedButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-bottom");
|
|
13721
13730
|
},
|
|
13722
13731
|
get children() {
|
|
13723
|
-
return [_tmpl$
|
|
13732
|
+
return [_tmpl$152(), createComponent(Moon, {})];
|
|
13724
13733
|
}
|
|
13725
13734
|
}), createComponent(dropdown_menu_exports.Item, {
|
|
13726
13735
|
onSelect: () => {
|
|
@@ -13731,7 +13740,7 @@ var init_Devtools = __esm({
|
|
|
13731
13740
|
return clsx(styles().settingsSubButton, props.localStore.theme_preference === "system" && styles().themeSelectedButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-left");
|
|
13732
13741
|
},
|
|
13733
13742
|
get children() {
|
|
13734
|
-
return [_tmpl$
|
|
13743
|
+
return [_tmpl$162(), createComponent(Monitor, {})];
|
|
13735
13744
|
}
|
|
13736
13745
|
})];
|
|
13737
13746
|
}
|
|
@@ -13746,13 +13755,13 @@ var init_Devtools = __esm({
|
|
|
13746
13755
|
})];
|
|
13747
13756
|
}
|
|
13748
13757
|
}), null);
|
|
13749
|
-
insert(_el$
|
|
13758
|
+
insert(_el$0, createComponent(Show, {
|
|
13750
13759
|
get when() {
|
|
13751
13760
|
return selectedView() === "queries";
|
|
13752
13761
|
},
|
|
13753
13762
|
get children() {
|
|
13754
|
-
var _el$
|
|
13755
|
-
insert(_el$
|
|
13763
|
+
var _el$39 = _tmpl$172(), _el$40 = _el$39.firstChild;
|
|
13764
|
+
insert(_el$40, createComponent(Key, {
|
|
13756
13765
|
by: (q) => q.queryHash,
|
|
13757
13766
|
get each() {
|
|
13758
13767
|
return queries();
|
|
@@ -13763,17 +13772,17 @@ var init_Devtools = __esm({
|
|
|
13763
13772
|
}
|
|
13764
13773
|
})
|
|
13765
13774
|
}));
|
|
13766
|
-
createRenderEffect(() => className(_el$
|
|
13767
|
-
return _el$
|
|
13775
|
+
createRenderEffect(() => className(_el$39, clsx(styles().overflowQueryContainer, "tsqd-queries-overflow-container")));
|
|
13776
|
+
return _el$39;
|
|
13768
13777
|
}
|
|
13769
13778
|
}), null);
|
|
13770
|
-
insert(_el$
|
|
13779
|
+
insert(_el$0, createComponent(Show, {
|
|
13771
13780
|
get when() {
|
|
13772
13781
|
return selectedView() === "mutations";
|
|
13773
13782
|
},
|
|
13774
13783
|
get children() {
|
|
13775
|
-
var _el$
|
|
13776
|
-
insert(_el$
|
|
13784
|
+
var _el$41 = _tmpl$182(), _el$42 = _el$41.firstChild;
|
|
13785
|
+
insert(_el$42, createComponent(Key, {
|
|
13777
13786
|
by: (m) => m.mutationId,
|
|
13778
13787
|
get each() {
|
|
13779
13788
|
return mutations();
|
|
@@ -13784,8 +13793,8 @@ var init_Devtools = __esm({
|
|
|
13784
13793
|
}
|
|
13785
13794
|
})
|
|
13786
13795
|
}));
|
|
13787
|
-
createRenderEffect(() => className(_el$
|
|
13788
|
-
return _el$
|
|
13796
|
+
createRenderEffect(() => className(_el$41, clsx(styles().overflowQueryContainer, "tsqd-mutations-overflow-container")));
|
|
13797
|
+
return _el$41;
|
|
13789
13798
|
}
|
|
13790
13799
|
}), null);
|
|
13791
13800
|
createRenderEffect((_p$) => {
|
|
@@ -13795,27 +13804,27 @@ var init_Devtools = __esm({
|
|
|
13795
13804
|
`, panelWidth() < secondBreakpoint && !(selectedQueryHash() || selectedMutationId()) && css`
|
|
13796
13805
|
height: 100%;
|
|
13797
13806
|
max-height: 100%;
|
|
13798
|
-
`, "tsqd-queries-container"), _v$7 = clsx(styles().row, "tsqd-header"), _v$8 = styles().logoAndToggleContainer, _v$9 = clsx(styles().logo, "tsqd-text-logo-container"), _v$
|
|
13799
|
-
_v$6 !== _p$.e && className(_el$
|
|
13800
|
-
_v$7 !== _p$.t && className(_el$
|
|
13801
|
-
_v$8 !== _p$.a && className(_el$
|
|
13802
|
-
_v$9 !== _p$.o && className(_el$
|
|
13803
|
-
_v$
|
|
13804
|
-
_v$
|
|
13805
|
-
_v$
|
|
13806
|
-
_v$
|
|
13807
|
-
_v$
|
|
13808
|
-
_v$
|
|
13809
|
-
_v$
|
|
13810
|
-
_v$
|
|
13811
|
-
_v$
|
|
13812
|
-
_v$
|
|
13813
|
-
_v$
|
|
13814
|
-
_v$
|
|
13815
|
-
_v$
|
|
13816
|
-
_v$
|
|
13817
|
-
_v$
|
|
13818
|
-
_v$
|
|
13807
|
+
`, "tsqd-queries-container"), _v$7 = clsx(styles().row, "tsqd-header"), _v$8 = styles().logoAndToggleContainer, _v$9 = clsx(styles().logo, "tsqd-text-logo-container"), _v$0 = clsx(styles().tanstackLogo, "tsqd-text-logo-tanstack"), _v$1 = clsx(styles().queryFlavorLogo, "tsqd-text-logo-query-flavor"), _v$10 = clsx(styles().row, "tsqd-filters-actions-container"), _v$11 = clsx(styles().filtersContainer, "tsqd-filters-container"), _v$12 = clsx(styles().filterInput, "tsqd-query-filter-textfield-container"), _v$13 = clsx("tsqd-query-filter-textfield"), _v$14 = clsx(styles().filterSelect, "tsqd-query-filter-sort-container"), _v$15 = `Sort order ${(selectedView() === "queries" ? sortOrder() : mutationSortOrder()) === -1 ? "descending" : "ascending"}`, _v$16 = (selectedView() === "queries" ? sortOrder() : mutationSortOrder()) === -1, _v$17 = clsx(styles().actionsContainer, "tsqd-actions-container"), _v$18 = clsx(styles().actionsBtn, "tsqd-actions-btn", "tsqd-action-clear-cache"), _v$19 = `Clear ${selectedView()} cache`, _v$20 = clsx(styles().actionsBtn, offline() && styles().actionsBtnOffline, "tsqd-actions-btn", "tsqd-action-mock-offline-behavior"), _v$21 = `${offline() ? "Unset offline mocking behavior" : "Mock offline behavior"}`, _v$22 = offline(), _v$23 = `${offline() ? "Unset offline mocking behavior" : "Mock offline behavior"}`;
|
|
13808
|
+
_v$6 !== _p$.e && className(_el$0, _p$.e = _v$6);
|
|
13809
|
+
_v$7 !== _p$.t && className(_el$1, _p$.t = _v$7);
|
|
13810
|
+
_v$8 !== _p$.a && className(_el$10, _p$.a = _v$8);
|
|
13811
|
+
_v$9 !== _p$.o && className(_el$11, _p$.o = _v$9);
|
|
13812
|
+
_v$0 !== _p$.i && className(_el$12, _p$.i = _v$0);
|
|
13813
|
+
_v$1 !== _p$.n && className(_el$13, _p$.n = _v$1);
|
|
13814
|
+
_v$10 !== _p$.s && className(_el$15, _p$.s = _v$10);
|
|
13815
|
+
_v$11 !== _p$.h && className(_el$16, _p$.h = _v$11);
|
|
13816
|
+
_v$12 !== _p$.r && className(_el$17, _p$.r = _v$12);
|
|
13817
|
+
_v$13 !== _p$.d && className(_el$18, _p$.d = _v$13);
|
|
13818
|
+
_v$14 !== _p$.l && className(_el$19, _p$.l = _v$14);
|
|
13819
|
+
_v$15 !== _p$.u && setAttribute(_el$22, "aria-label", _p$.u = _v$15);
|
|
13820
|
+
_v$16 !== _p$.c && setAttribute(_el$22, "aria-pressed", _p$.c = _v$16);
|
|
13821
|
+
_v$17 !== _p$.w && className(_el$25, _p$.w = _v$17);
|
|
13822
|
+
_v$18 !== _p$.m && className(_el$26, _p$.m = _v$18);
|
|
13823
|
+
_v$19 !== _p$.f && setAttribute(_el$26, "title", _p$.f = _v$19);
|
|
13824
|
+
_v$20 !== _p$.y && className(_el$27, _p$.y = _v$20);
|
|
13825
|
+
_v$21 !== _p$.g && setAttribute(_el$27, "aria-label", _p$.g = _v$21);
|
|
13826
|
+
_v$22 !== _p$.p && setAttribute(_el$27, "aria-pressed", _p$.p = _v$22);
|
|
13827
|
+
_v$23 !== _p$.b && setAttribute(_el$27, "title", _p$.b = _v$23);
|
|
13819
13828
|
return _p$;
|
|
13820
13829
|
}, {
|
|
13821
13830
|
e: void 0,
|
|
@@ -13839,8 +13848,8 @@ var init_Devtools = __esm({
|
|
|
13839
13848
|
p: void 0,
|
|
13840
13849
|
b: void 0
|
|
13841
13850
|
});
|
|
13842
|
-
createRenderEffect(() => _el$
|
|
13843
|
-
return _el$
|
|
13851
|
+
createRenderEffect(() => _el$18.value = selectedView() === "queries" ? props.localStore.filter || "" : props.localStore.mutationFilter || "");
|
|
13852
|
+
return _el$0;
|
|
13844
13853
|
})(), createComponent(Show, {
|
|
13845
13854
|
get when() {
|
|
13846
13855
|
return createMemo(() => selectedView() === "queries")() && selectedQueryHash();
|
|
@@ -13904,30 +13913,30 @@ var init_Devtools = __esm({
|
|
|
13904
13913
|
return queryState();
|
|
13905
13914
|
},
|
|
13906
13915
|
get children() {
|
|
13907
|
-
var _el$
|
|
13908
|
-
_el$
|
|
13909
|
-
insert(_el$
|
|
13910
|
-
insert(_el$
|
|
13911
|
-
insert(_el$
|
|
13916
|
+
var _el$47 = _tmpl$222(), _el$48 = _el$47.firstChild, _el$49 = _el$48.nextSibling;
|
|
13917
|
+
_el$47.$$click = () => setSelectedQueryHash(props.query.queryHash === selectedQueryHash() ? null : props.query.queryHash);
|
|
13918
|
+
insert(_el$48, observers);
|
|
13919
|
+
insert(_el$49, () => props.query.queryHash);
|
|
13920
|
+
insert(_el$47, createComponent(Show, {
|
|
13912
13921
|
get when() {
|
|
13913
13922
|
return isDisabled();
|
|
13914
13923
|
},
|
|
13915
13924
|
get children() {
|
|
13916
|
-
return _tmpl$
|
|
13925
|
+
return _tmpl$212();
|
|
13917
13926
|
}
|
|
13918
13927
|
}), null);
|
|
13919
13928
|
createRenderEffect((_p$) => {
|
|
13920
|
-
var _v$
|
|
13921
|
-
_v$
|
|
13922
|
-
_v$
|
|
13923
|
-
_v$
|
|
13929
|
+
var _v$24 = clsx(styles().queryRow, selectedQueryHash() === props.query.queryHash && styles().selectedQueryRow, "tsqd-query-row"), _v$25 = `Query key ${props.query.queryHash}`, _v$26 = clsx(getObserverCountColorStyles(), "tsqd-query-observer-count");
|
|
13930
|
+
_v$24 !== _p$.e && className(_el$47, _p$.e = _v$24);
|
|
13931
|
+
_v$25 !== _p$.t && setAttribute(_el$47, "aria-label", _p$.t = _v$25);
|
|
13932
|
+
_v$26 !== _p$.a && className(_el$48, _p$.a = _v$26);
|
|
13924
13933
|
return _p$;
|
|
13925
13934
|
}, {
|
|
13926
13935
|
e: void 0,
|
|
13927
13936
|
t: void 0,
|
|
13928
13937
|
a: void 0
|
|
13929
13938
|
});
|
|
13930
|
-
return _el$
|
|
13939
|
+
return _el$47;
|
|
13931
13940
|
}
|
|
13932
13941
|
});
|
|
13933
13942
|
};
|
|
@@ -13982,11 +13991,11 @@ var init_Devtools = __esm({
|
|
|
13982
13991
|
return mutationState();
|
|
13983
13992
|
},
|
|
13984
13993
|
get children() {
|
|
13985
|
-
var _el$
|
|
13986
|
-
_el$
|
|
13994
|
+
var _el$51 = _tmpl$222(), _el$52 = _el$51.firstChild, _el$53 = _el$52.nextSibling;
|
|
13995
|
+
_el$51.$$click = () => {
|
|
13987
13996
|
setSelectedMutationId(props.mutation.mutationId === selectedMutationId() ? null : props.mutation.mutationId);
|
|
13988
13997
|
};
|
|
13989
|
-
insert(_el$
|
|
13998
|
+
insert(_el$52, createComponent(Show, {
|
|
13990
13999
|
get when() {
|
|
13991
14000
|
return color() === "purple";
|
|
13992
14001
|
},
|
|
@@ -13994,7 +14003,7 @@ var init_Devtools = __esm({
|
|
|
13994
14003
|
return createComponent(PauseCircle, {});
|
|
13995
14004
|
}
|
|
13996
14005
|
}), null);
|
|
13997
|
-
insert(_el$
|
|
14006
|
+
insert(_el$52, createComponent(Show, {
|
|
13998
14007
|
get when() {
|
|
13999
14008
|
return color() === "green";
|
|
14000
14009
|
},
|
|
@@ -14002,7 +14011,7 @@ var init_Devtools = __esm({
|
|
|
14002
14011
|
return createComponent(CheckCircle, {});
|
|
14003
14012
|
}
|
|
14004
14013
|
}), null);
|
|
14005
|
-
insert(_el$
|
|
14014
|
+
insert(_el$52, createComponent(Show, {
|
|
14006
14015
|
get when() {
|
|
14007
14016
|
return color() === "red";
|
|
14008
14017
|
},
|
|
@@ -14010,7 +14019,7 @@ var init_Devtools = __esm({
|
|
|
14010
14019
|
return createComponent(XCircle, {});
|
|
14011
14020
|
}
|
|
14012
14021
|
}), null);
|
|
14013
|
-
insert(_el$
|
|
14022
|
+
insert(_el$52, createComponent(Show, {
|
|
14014
14023
|
get when() {
|
|
14015
14024
|
return color() === "yellow";
|
|
14016
14025
|
},
|
|
@@ -14018,7 +14027,7 @@ var init_Devtools = __esm({
|
|
|
14018
14027
|
return createComponent(LoadingCircle, {});
|
|
14019
14028
|
}
|
|
14020
14029
|
}), null);
|
|
14021
|
-
insert(_el$
|
|
14030
|
+
insert(_el$53, createComponent(Show, {
|
|
14022
14031
|
get when() {
|
|
14023
14032
|
return props.mutation.options.mutationKey;
|
|
14024
14033
|
},
|
|
@@ -14026,19 +14035,19 @@ var init_Devtools = __esm({
|
|
|
14026
14035
|
return [createMemo(() => JSON.stringify(props.mutation.options.mutationKey)), " -", " "];
|
|
14027
14036
|
}
|
|
14028
14037
|
}), null);
|
|
14029
|
-
insert(_el$
|
|
14038
|
+
insert(_el$53, () => new Date(props.mutation.state.submittedAt).toLocaleString(), null);
|
|
14030
14039
|
createRenderEffect((_p$) => {
|
|
14031
|
-
var _v$
|
|
14032
|
-
_v$
|
|
14033
|
-
_v$
|
|
14034
|
-
_v$
|
|
14040
|
+
var _v$27 = clsx(styles().queryRow, selectedMutationId() === props.mutation.mutationId && styles().selectedQueryRow, "tsqd-query-row"), _v$28 = `Mutation submitted at ${new Date(props.mutation.state.submittedAt).toLocaleString()}`, _v$29 = clsx(getObserverCountColorStyles(), "tsqd-query-observer-count");
|
|
14041
|
+
_v$27 !== _p$.e && className(_el$51, _p$.e = _v$27);
|
|
14042
|
+
_v$28 !== _p$.t && setAttribute(_el$51, "aria-label", _p$.t = _v$28);
|
|
14043
|
+
_v$29 !== _p$.a && className(_el$52, _p$.a = _v$29);
|
|
14035
14044
|
return _p$;
|
|
14036
14045
|
}, {
|
|
14037
14046
|
e: void 0,
|
|
14038
14047
|
t: void 0,
|
|
14039
14048
|
a: void 0
|
|
14040
14049
|
});
|
|
14041
|
-
return _el$
|
|
14050
|
+
return _el$51;
|
|
14042
14051
|
}
|
|
14043
14052
|
});
|
|
14044
14053
|
};
|
|
@@ -14056,44 +14065,44 @@ var init_Devtools = __esm({
|
|
|
14056
14065
|
return theme() === "dark" ? darkStyles2(css) : lightStyles2(css);
|
|
14057
14066
|
});
|
|
14058
14067
|
return (() => {
|
|
14059
|
-
var _el$
|
|
14060
|
-
insert(_el$
|
|
14068
|
+
var _el$54 = _tmpl$26();
|
|
14069
|
+
insert(_el$54, createComponent(QueryStatus, {
|
|
14061
14070
|
label: "Fresh",
|
|
14062
14071
|
color: "green",
|
|
14063
14072
|
get count() {
|
|
14064
14073
|
return fresh();
|
|
14065
14074
|
}
|
|
14066
14075
|
}), null);
|
|
14067
|
-
insert(_el$
|
|
14076
|
+
insert(_el$54, createComponent(QueryStatus, {
|
|
14068
14077
|
label: "Fetching",
|
|
14069
14078
|
color: "blue",
|
|
14070
14079
|
get count() {
|
|
14071
14080
|
return fetching();
|
|
14072
14081
|
}
|
|
14073
14082
|
}), null);
|
|
14074
|
-
insert(_el$
|
|
14083
|
+
insert(_el$54, createComponent(QueryStatus, {
|
|
14075
14084
|
label: "Paused",
|
|
14076
14085
|
color: "purple",
|
|
14077
14086
|
get count() {
|
|
14078
14087
|
return paused();
|
|
14079
14088
|
}
|
|
14080
14089
|
}), null);
|
|
14081
|
-
insert(_el$
|
|
14090
|
+
insert(_el$54, createComponent(QueryStatus, {
|
|
14082
14091
|
label: "Stale",
|
|
14083
14092
|
color: "yellow",
|
|
14084
14093
|
get count() {
|
|
14085
14094
|
return stale();
|
|
14086
14095
|
}
|
|
14087
14096
|
}), null);
|
|
14088
|
-
insert(_el$
|
|
14097
|
+
insert(_el$54, createComponent(QueryStatus, {
|
|
14089
14098
|
label: "Inactive",
|
|
14090
14099
|
color: "gray",
|
|
14091
14100
|
get count() {
|
|
14092
14101
|
return inactive();
|
|
14093
14102
|
}
|
|
14094
14103
|
}), null);
|
|
14095
|
-
createRenderEffect(() => className(_el$
|
|
14096
|
-
return _el$
|
|
14104
|
+
createRenderEffect(() => className(_el$54, clsx(styles().queryStatusContainer, "tsqd-query-status-container")));
|
|
14105
|
+
return _el$54;
|
|
14097
14106
|
})();
|
|
14098
14107
|
};
|
|
14099
14108
|
MutationStatusCount = () => {
|
|
@@ -14121,37 +14130,37 @@ var init_Devtools = __esm({
|
|
|
14121
14130
|
return theme() === "dark" ? darkStyles2(css) : lightStyles2(css);
|
|
14122
14131
|
});
|
|
14123
14132
|
return (() => {
|
|
14124
|
-
var _el$
|
|
14125
|
-
insert(_el$
|
|
14133
|
+
var _el$55 = _tmpl$26();
|
|
14134
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
14126
14135
|
label: "Paused",
|
|
14127
14136
|
color: "purple",
|
|
14128
14137
|
get count() {
|
|
14129
14138
|
return paused();
|
|
14130
14139
|
}
|
|
14131
14140
|
}), null);
|
|
14132
|
-
insert(_el$
|
|
14141
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
14133
14142
|
label: "Pending",
|
|
14134
14143
|
color: "yellow",
|
|
14135
14144
|
get count() {
|
|
14136
14145
|
return pending();
|
|
14137
14146
|
}
|
|
14138
14147
|
}), null);
|
|
14139
|
-
insert(_el$
|
|
14148
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
14140
14149
|
label: "Success",
|
|
14141
14150
|
color: "green",
|
|
14142
14151
|
get count() {
|
|
14143
14152
|
return success();
|
|
14144
14153
|
}
|
|
14145
14154
|
}), null);
|
|
14146
|
-
insert(_el$
|
|
14155
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
14147
14156
|
label: "Error",
|
|
14148
14157
|
color: "red",
|
|
14149
14158
|
get count() {
|
|
14150
14159
|
return error();
|
|
14151
14160
|
}
|
|
14152
14161
|
}), null);
|
|
14153
|
-
createRenderEffect(() => className(_el$
|
|
14154
|
-
return _el$
|
|
14162
|
+
createRenderEffect(() => className(_el$55, clsx(styles().queryStatusContainer, "tsqd-query-status-container")));
|
|
14163
|
+
return _el$55;
|
|
14155
14164
|
})();
|
|
14156
14165
|
};
|
|
14157
14166
|
QueryStatus = (props) => {
|
|
@@ -14182,17 +14191,17 @@ var init_Devtools = __esm({
|
|
|
14182
14191
|
return true;
|
|
14183
14192
|
});
|
|
14184
14193
|
return (() => {
|
|
14185
|
-
var _el$
|
|
14194
|
+
var _el$56 = _tmpl$252(), _el$58 = _el$56.firstChild, _el$60 = _el$58.nextSibling;
|
|
14186
14195
|
var _ref$5 = tagRef;
|
|
14187
|
-
typeof _ref$5 === "function" ? use(_ref$5, _el$
|
|
14188
|
-
_el$
|
|
14196
|
+
typeof _ref$5 === "function" ? use(_ref$5, _el$56) : tagRef = _el$56;
|
|
14197
|
+
_el$56.addEventListener("mouseleave", () => {
|
|
14189
14198
|
setMouseOver(false);
|
|
14190
14199
|
setFocused(false);
|
|
14191
14200
|
});
|
|
14192
|
-
_el$
|
|
14193
|
-
_el$
|
|
14194
|
-
_el$
|
|
14195
|
-
spread(_el$
|
|
14201
|
+
_el$56.addEventListener("mouseenter", () => setMouseOver(true));
|
|
14202
|
+
_el$56.addEventListener("blur", () => setFocused(false));
|
|
14203
|
+
_el$56.addEventListener("focus", () => setFocused(true));
|
|
14204
|
+
spread(_el$56, mergeProps({
|
|
14196
14205
|
get disabled() {
|
|
14197
14206
|
return showLabel();
|
|
14198
14207
|
},
|
|
@@ -14207,47 +14216,47 @@ var init_Devtools = __esm({
|
|
|
14207
14216
|
}, () => mouseOver() || focused() ? {
|
|
14208
14217
|
"aria-describedby": "tsqd-status-tooltip"
|
|
14209
14218
|
} : {}), false, true);
|
|
14210
|
-
insert(_el$
|
|
14219
|
+
insert(_el$56, createComponent(Show, {
|
|
14211
14220
|
get when() {
|
|
14212
14221
|
return createMemo(() => !!!showLabel())() && (mouseOver() || focused());
|
|
14213
14222
|
},
|
|
14214
14223
|
get children() {
|
|
14215
|
-
var _el$
|
|
14216
|
-
insert(_el$
|
|
14217
|
-
createRenderEffect(() => className(_el$
|
|
14218
|
-
return _el$
|
|
14224
|
+
var _el$57 = _tmpl$232();
|
|
14225
|
+
insert(_el$57, () => props.label);
|
|
14226
|
+
createRenderEffect(() => className(_el$57, clsx(styles().statusTooltip, "tsqd-query-status-tooltip")));
|
|
14227
|
+
return _el$57;
|
|
14219
14228
|
}
|
|
14220
|
-
}), _el$
|
|
14221
|
-
insert(_el$
|
|
14229
|
+
}), _el$58);
|
|
14230
|
+
insert(_el$56, createComponent(Show, {
|
|
14222
14231
|
get when() {
|
|
14223
14232
|
return showLabel();
|
|
14224
14233
|
},
|
|
14225
14234
|
get children() {
|
|
14226
|
-
var _el$
|
|
14227
|
-
insert(_el$
|
|
14228
|
-
createRenderEffect(() => className(_el$
|
|
14229
|
-
return _el$
|
|
14235
|
+
var _el$59 = _tmpl$242();
|
|
14236
|
+
insert(_el$59, () => props.label);
|
|
14237
|
+
createRenderEffect(() => className(_el$59, clsx(styles().queryStatusTagLabel, "tsqd-query-status-tag-label")));
|
|
14238
|
+
return _el$59;
|
|
14230
14239
|
}
|
|
14231
|
-
}), _el$
|
|
14232
|
-
insert(_el$
|
|
14240
|
+
}), _el$60);
|
|
14241
|
+
insert(_el$60, () => props.count);
|
|
14233
14242
|
createRenderEffect((_p$) => {
|
|
14234
|
-
var _v$
|
|
14243
|
+
var _v$30 = clsx(css`
|
|
14235
14244
|
width: ${tokens.size[1.5]};
|
|
14236
14245
|
height: ${tokens.size[1.5]};
|
|
14237
14246
|
border-radius: ${tokens.border.radius.full};
|
|
14238
14247
|
background-color: ${tokens.colors[props.color][500]};
|
|
14239
|
-
`, "tsqd-query-status-tag-dot"), _v$
|
|
14248
|
+
`, "tsqd-query-status-tag-dot"), _v$31 = clsx(styles().queryStatusCount, props.count > 0 && props.color !== "gray" && css`
|
|
14240
14249
|
background-color: ${t2(colors[props.color][100], colors[props.color][900])};
|
|
14241
14250
|
color: ${t2(colors[props.color][700], colors[props.color][300])};
|
|
14242
14251
|
`, "tsqd-query-status-tag-count");
|
|
14243
|
-
_v$
|
|
14244
|
-
_v$
|
|
14252
|
+
_v$30 !== _p$.e && className(_el$58, _p$.e = _v$30);
|
|
14253
|
+
_v$31 !== _p$.t && className(_el$60, _p$.t = _v$31);
|
|
14245
14254
|
return _p$;
|
|
14246
14255
|
}, {
|
|
14247
14256
|
e: void 0,
|
|
14248
14257
|
t: void 0
|
|
14249
14258
|
});
|
|
14250
|
-
return _el$
|
|
14259
|
+
return _el$56;
|
|
14251
14260
|
})();
|
|
14252
14261
|
};
|
|
14253
14262
|
QueryDetails = () => {
|
|
@@ -14290,24 +14299,42 @@ var init_Devtools = __esm({
|
|
|
14290
14299
|
const observerCount = createSubscribeToQueryCacheBatcher((queryCache) => queryCache().getAll().find((query) => query.queryHash === selectedQueryHash())?.getObserversCount() ?? 0);
|
|
14291
14300
|
const color = createMemo(() => getQueryStatusColorByLabel(statusLabel()));
|
|
14292
14301
|
const handleRefetch = () => {
|
|
14302
|
+
sendDevToolsEvent({
|
|
14303
|
+
type: "REFETCH",
|
|
14304
|
+
queryHash: activeQuery()?.queryHash
|
|
14305
|
+
});
|
|
14293
14306
|
const promise = activeQuery()?.fetch();
|
|
14294
14307
|
promise?.catch(() => {
|
|
14295
14308
|
});
|
|
14296
14309
|
};
|
|
14297
14310
|
const triggerError = (errorType) => {
|
|
14298
|
-
const
|
|
14299
|
-
|
|
14300
|
-
|
|
14311
|
+
const activeQueryVal = activeQuery();
|
|
14312
|
+
if (!activeQueryVal) return;
|
|
14313
|
+
sendDevToolsEvent({
|
|
14314
|
+
type: "TRIGGER_ERROR",
|
|
14315
|
+
queryHash: activeQueryVal.queryHash,
|
|
14316
|
+
metadata: {
|
|
14317
|
+
error: errorType?.name
|
|
14318
|
+
}
|
|
14319
|
+
});
|
|
14320
|
+
const error = errorType?.initializer(activeQueryVal) ?? new Error("Unknown error from devtools");
|
|
14321
|
+
const __previousQueryOptions = activeQueryVal.options;
|
|
14322
|
+
activeQueryVal.setState({
|
|
14301
14323
|
status: "error",
|
|
14302
14324
|
error,
|
|
14303
14325
|
fetchMeta: {
|
|
14304
|
-
...
|
|
14326
|
+
...activeQueryVal.state.fetchMeta,
|
|
14305
14327
|
__previousQueryOptions
|
|
14306
14328
|
}
|
|
14307
14329
|
});
|
|
14308
14330
|
};
|
|
14309
14331
|
const restoreQueryAfterLoadingOrError = () => {
|
|
14310
14332
|
const activeQueryVal = activeQuery();
|
|
14333
|
+
if (!activeQueryVal) return;
|
|
14334
|
+
sendDevToolsEvent({
|
|
14335
|
+
type: "RESTORE_LOADING",
|
|
14336
|
+
queryHash: activeQueryVal.queryHash
|
|
14337
|
+
});
|
|
14311
14338
|
const previousState = activeQueryVal.state;
|
|
14312
14339
|
const previousOptions = activeQueryVal.state.fetchMeta ? activeQueryVal.state.fetchMeta.__previousQueryOptions : null;
|
|
14313
14340
|
activeQueryVal.cancel({
|
|
@@ -14346,25 +14373,45 @@ var init_Devtools = __esm({
|
|
|
14346
14373
|
return createMemo(() => !!activeQuery())() && activeQueryState();
|
|
14347
14374
|
},
|
|
14348
14375
|
get children() {
|
|
14349
|
-
var _el$
|
|
14350
|
-
insert(_el$
|
|
14351
|
-
insert(_el$
|
|
14352
|
-
insert(_el$
|
|
14353
|
-
insert(_el$
|
|
14354
|
-
_el$
|
|
14355
|
-
_el$
|
|
14356
|
-
|
|
14357
|
-
|
|
14376
|
+
var _el$61 = _tmpl$30(), _el$62 = _el$61.firstChild, _el$63 = _el$62.nextSibling, _el$64 = _el$63.firstChild, _el$65 = _el$64.firstChild, _el$66 = _el$65.firstChild, _el$67 = _el$65.nextSibling, _el$68 = _el$64.nextSibling, _el$69 = _el$68.firstChild, _el$70 = _el$69.nextSibling, _el$71 = _el$68.nextSibling, _el$72 = _el$71.firstChild, _el$73 = _el$72.nextSibling, _el$74 = _el$63.nextSibling, _el$75 = _el$74.nextSibling, _el$76 = _el$75.firstChild, _el$77 = _el$76.firstChild, _el$78 = _el$76.nextSibling, _el$79 = _el$78.firstChild, _el$80 = _el$78.nextSibling, _el$81 = _el$80.firstChild, _el$82 = _el$80.nextSibling, _el$83 = _el$82.firstChild, _el$84 = _el$82.nextSibling, _el$85 = _el$84.firstChild, _el$86 = _el$85.nextSibling, _el$95 = _el$75.nextSibling; _el$95.firstChild; var _el$105 = _el$95.nextSibling, _el$106 = _el$105.nextSibling;
|
|
14377
|
+
insert(_el$66, () => displayValue(activeQuery().queryKey, true));
|
|
14378
|
+
insert(_el$67, statusLabel);
|
|
14379
|
+
insert(_el$70, observerCount);
|
|
14380
|
+
insert(_el$73, () => new Date(activeQueryState().dataUpdatedAt).toLocaleTimeString());
|
|
14381
|
+
_el$76.$$click = handleRefetch;
|
|
14382
|
+
_el$78.$$click = () => {
|
|
14383
|
+
sendDevToolsEvent({
|
|
14384
|
+
type: "INVALIDATE",
|
|
14385
|
+
queryHash: activeQuery()?.queryHash
|
|
14386
|
+
});
|
|
14387
|
+
queryClient.invalidateQueries(activeQuery());
|
|
14388
|
+
};
|
|
14389
|
+
_el$80.$$click = () => {
|
|
14390
|
+
sendDevToolsEvent({
|
|
14391
|
+
type: "RESET",
|
|
14392
|
+
queryHash: activeQuery()?.queryHash
|
|
14393
|
+
});
|
|
14394
|
+
queryClient.resetQueries(activeQuery());
|
|
14395
|
+
};
|
|
14396
|
+
_el$82.$$click = () => {
|
|
14397
|
+
sendDevToolsEvent({
|
|
14398
|
+
type: "REMOVE",
|
|
14399
|
+
queryHash: activeQuery()?.queryHash
|
|
14400
|
+
});
|
|
14358
14401
|
queryClient.removeQueries(activeQuery());
|
|
14359
14402
|
setSelectedQueryHash(null);
|
|
14360
14403
|
};
|
|
14361
|
-
_el$
|
|
14404
|
+
_el$84.$$click = () => {
|
|
14362
14405
|
if (activeQuery()?.state.data === void 0) {
|
|
14363
14406
|
setRestoringLoading(true);
|
|
14364
14407
|
restoreQueryAfterLoadingOrError();
|
|
14365
14408
|
} else {
|
|
14366
14409
|
const activeQueryVal = activeQuery();
|
|
14367
14410
|
if (!activeQueryVal) return;
|
|
14411
|
+
sendDevToolsEvent({
|
|
14412
|
+
type: "TRIGGER_LOADING",
|
|
14413
|
+
queryHash: activeQueryVal.queryHash
|
|
14414
|
+
});
|
|
14368
14415
|
const __previousQueryOptions = activeQueryVal.options;
|
|
14369
14416
|
activeQueryVal.fetch({
|
|
14370
14417
|
...__previousQueryOptions,
|
|
@@ -14384,85 +14431,89 @@ var init_Devtools = __esm({
|
|
|
14384
14431
|
});
|
|
14385
14432
|
}
|
|
14386
14433
|
};
|
|
14387
|
-
insert(_el$
|
|
14388
|
-
insert(_el$
|
|
14434
|
+
insert(_el$84, () => queryStatus() === "pending" ? "Restore" : "Trigger", _el$86);
|
|
14435
|
+
insert(_el$75, createComponent(Show, {
|
|
14389
14436
|
get when() {
|
|
14390
14437
|
return errorTypes().length === 0 || queryStatus() === "error";
|
|
14391
14438
|
},
|
|
14392
14439
|
get children() {
|
|
14393
|
-
var _el$
|
|
14394
|
-
_el$
|
|
14440
|
+
var _el$87 = _tmpl$262(), _el$88 = _el$87.firstChild, _el$89 = _el$88.nextSibling;
|
|
14441
|
+
_el$87.$$click = () => {
|
|
14395
14442
|
if (!activeQuery().state.error) {
|
|
14396
14443
|
triggerError();
|
|
14397
14444
|
} else {
|
|
14445
|
+
sendDevToolsEvent({
|
|
14446
|
+
type: "RESTORE_ERROR",
|
|
14447
|
+
queryHash: activeQuery()?.queryHash
|
|
14448
|
+
});
|
|
14398
14449
|
queryClient.resetQueries(activeQuery());
|
|
14399
14450
|
}
|
|
14400
14451
|
};
|
|
14401
|
-
insert(_el$
|
|
14452
|
+
insert(_el$87, () => queryStatus() === "error" ? "Restore" : "Trigger", _el$89);
|
|
14402
14453
|
createRenderEffect((_p$) => {
|
|
14403
|
-
var _v$
|
|
14454
|
+
var _v$32 = clsx(css`
|
|
14404
14455
|
color: ${t2(colors.red[500], colors.red[400])};
|
|
14405
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-error"), _v$
|
|
14456
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-error"), _v$33 = queryStatus() === "pending", _v$34 = css`
|
|
14406
14457
|
background-color: ${t2(colors.red[500], colors.red[400])};
|
|
14407
14458
|
`;
|
|
14408
|
-
_v$
|
|
14409
|
-
_v$
|
|
14410
|
-
_v$
|
|
14459
|
+
_v$32 !== _p$.e && className(_el$87, _p$.e = _v$32);
|
|
14460
|
+
_v$33 !== _p$.t && (_el$87.disabled = _p$.t = _v$33);
|
|
14461
|
+
_v$34 !== _p$.a && className(_el$88, _p$.a = _v$34);
|
|
14411
14462
|
return _p$;
|
|
14412
14463
|
}, {
|
|
14413
14464
|
e: void 0,
|
|
14414
14465
|
t: void 0,
|
|
14415
14466
|
a: void 0
|
|
14416
14467
|
});
|
|
14417
|
-
return _el$
|
|
14468
|
+
return _el$87;
|
|
14418
14469
|
}
|
|
14419
14470
|
}), null);
|
|
14420
|
-
insert(_el$
|
|
14471
|
+
insert(_el$75, createComponent(Show, {
|
|
14421
14472
|
get when() {
|
|
14422
14473
|
return !(errorTypes().length === 0 || queryStatus() === "error");
|
|
14423
14474
|
},
|
|
14424
14475
|
get children() {
|
|
14425
|
-
var _el$
|
|
14426
|
-
_el$
|
|
14476
|
+
var _el$90 = _tmpl$27(), _el$91 = _el$90.firstChild, _el$92 = _el$91.nextSibling, _el$93 = _el$92.nextSibling; _el$93.firstChild;
|
|
14477
|
+
_el$93.addEventListener("change", (e2) => {
|
|
14427
14478
|
const errorType = errorTypes().find((et) => et.name === e2.currentTarget.value);
|
|
14428
14479
|
triggerError(errorType);
|
|
14429
14480
|
});
|
|
14430
|
-
insert(_el$
|
|
14481
|
+
insert(_el$93, createComponent(For, {
|
|
14431
14482
|
get each() {
|
|
14432
14483
|
return errorTypes();
|
|
14433
14484
|
},
|
|
14434
14485
|
children: (errorType) => (() => {
|
|
14435
|
-
var _el$
|
|
14436
|
-
insert(_el$
|
|
14437
|
-
createRenderEffect(() => _el$
|
|
14438
|
-
return _el$
|
|
14486
|
+
var _el$107 = _tmpl$31();
|
|
14487
|
+
insert(_el$107, () => errorType.name);
|
|
14488
|
+
createRenderEffect(() => _el$107.value = errorType.name);
|
|
14489
|
+
return _el$107;
|
|
14439
14490
|
})()
|
|
14440
14491
|
}), null);
|
|
14441
|
-
insert(_el$
|
|
14492
|
+
insert(_el$90, createComponent(ChevronDown, {}), null);
|
|
14442
14493
|
createRenderEffect((_p$) => {
|
|
14443
|
-
var _v$
|
|
14494
|
+
var _v$35 = clsx(styles().actionsSelect, "tsqd-query-details-actions-btn", "tsqd-query-details-action-error-multiple"), _v$36 = css`
|
|
14444
14495
|
background-color: ${tokens.colors.red[400]};
|
|
14445
|
-
`, _v$
|
|
14446
|
-
_v$
|
|
14447
|
-
_v$
|
|
14448
|
-
_v$
|
|
14496
|
+
`, _v$37 = queryStatus() === "pending";
|
|
14497
|
+
_v$35 !== _p$.e && className(_el$90, _p$.e = _v$35);
|
|
14498
|
+
_v$36 !== _p$.t && className(_el$91, _p$.t = _v$36);
|
|
14499
|
+
_v$37 !== _p$.a && (_el$93.disabled = _p$.a = _v$37);
|
|
14449
14500
|
return _p$;
|
|
14450
14501
|
}, {
|
|
14451
14502
|
e: void 0,
|
|
14452
14503
|
t: void 0,
|
|
14453
14504
|
a: void 0
|
|
14454
14505
|
});
|
|
14455
|
-
return _el$
|
|
14506
|
+
return _el$90;
|
|
14456
14507
|
}
|
|
14457
14508
|
}), null);
|
|
14458
|
-
insert(_el$
|
|
14459
|
-
insert(_el$
|
|
14509
|
+
insert(_el$95, () => dataMode() === "view" ? "Explorer" : "Editor", null);
|
|
14510
|
+
insert(_el$61, createComponent(Show, {
|
|
14460
14511
|
get when() {
|
|
14461
14512
|
return dataMode() === "view";
|
|
14462
14513
|
},
|
|
14463
14514
|
get children() {
|
|
14464
|
-
var _el$
|
|
14465
|
-
insert(_el$
|
|
14515
|
+
var _el$97 = _tmpl$28();
|
|
14516
|
+
insert(_el$97, createComponent(Explorer, {
|
|
14466
14517
|
label: "Data",
|
|
14467
14518
|
defaultExpanded: ["Data"],
|
|
14468
14519
|
get value() {
|
|
@@ -14474,17 +14525,17 @@ var init_Devtools = __esm({
|
|
|
14474
14525
|
return activeQuery();
|
|
14475
14526
|
}
|
|
14476
14527
|
}));
|
|
14477
|
-
createRenderEffect((_$p) => (_$p = tokens.size[2]) != null ? _el$
|
|
14478
|
-
return _el$
|
|
14528
|
+
createRenderEffect((_$p) => (_$p = tokens.size[2]) != null ? _el$97.style.setProperty("padding", _$p) : _el$97.style.removeProperty("padding"));
|
|
14529
|
+
return _el$97;
|
|
14479
14530
|
}
|
|
14480
|
-
}), _el$
|
|
14481
|
-
insert(_el$
|
|
14531
|
+
}), _el$105);
|
|
14532
|
+
insert(_el$61, createComponent(Show, {
|
|
14482
14533
|
get when() {
|
|
14483
14534
|
return dataMode() === "edit";
|
|
14484
14535
|
},
|
|
14485
14536
|
get children() {
|
|
14486
|
-
var _el$
|
|
14487
|
-
_el$
|
|
14537
|
+
var _el$98 = _tmpl$29(), _el$99 = _el$98.firstChild, _el$100 = _el$99.nextSibling, _el$101 = _el$100.firstChild, _el$102 = _el$101.nextSibling, _el$103 = _el$102.firstChild, _el$104 = _el$103.nextSibling;
|
|
14538
|
+
_el$98.addEventListener("submit", (e2) => {
|
|
14488
14539
|
e2.preventDefault();
|
|
14489
14540
|
const formData = new FormData(e2.currentTarget);
|
|
14490
14541
|
const data = formData.get("data");
|
|
@@ -14499,23 +14550,23 @@ var init_Devtools = __esm({
|
|
|
14499
14550
|
setDataEditError(true);
|
|
14500
14551
|
}
|
|
14501
14552
|
});
|
|
14502
|
-
_el$
|
|
14503
|
-
insert(_el$
|
|
14504
|
-
_el$
|
|
14553
|
+
_el$99.addEventListener("focus", () => setDataEditError(false));
|
|
14554
|
+
insert(_el$101, () => dataEditError() ? "Invalid Value" : "");
|
|
14555
|
+
_el$103.$$click = () => setDataMode("view");
|
|
14505
14556
|
createRenderEffect((_p$) => {
|
|
14506
|
-
var _v$
|
|
14557
|
+
var _v$38 = clsx(styles().devtoolsEditForm, "tsqd-query-details-data-editor"), _v$39 = styles().devtoolsEditTextarea, _v$40 = dataEditError(), _v$41 = styles().devtoolsEditFormActions, _v$42 = styles().devtoolsEditFormError, _v$43 = styles().devtoolsEditFormActionContainer, _v$44 = clsx(styles().devtoolsEditFormAction, css`
|
|
14507
14558
|
color: ${t2(colors.gray[600], colors.gray[300])};
|
|
14508
|
-
`), _v$
|
|
14559
|
+
`), _v$45 = clsx(styles().devtoolsEditFormAction, css`
|
|
14509
14560
|
color: ${t2(colors.blue[600], colors.blue[400])};
|
|
14510
14561
|
`);
|
|
14511
|
-
_v$
|
|
14512
|
-
_v$
|
|
14513
|
-
_v$
|
|
14514
|
-
_v$
|
|
14515
|
-
_v$
|
|
14516
|
-
_v$
|
|
14517
|
-
_v$
|
|
14518
|
-
_v$
|
|
14562
|
+
_v$38 !== _p$.e && className(_el$98, _p$.e = _v$38);
|
|
14563
|
+
_v$39 !== _p$.t && className(_el$99, _p$.t = _v$39);
|
|
14564
|
+
_v$40 !== _p$.a && setAttribute(_el$99, "data-error", _p$.a = _v$40);
|
|
14565
|
+
_v$41 !== _p$.o && className(_el$100, _p$.o = _v$41);
|
|
14566
|
+
_v$42 !== _p$.i && className(_el$101, _p$.i = _v$42);
|
|
14567
|
+
_v$43 !== _p$.n && className(_el$102, _p$.n = _v$43);
|
|
14568
|
+
_v$44 !== _p$.s && className(_el$103, _p$.s = _v$44);
|
|
14569
|
+
_v$45 !== _p$.h && className(_el$104, _p$.h = _v$45);
|
|
14519
14570
|
return _p$;
|
|
14520
14571
|
}, {
|
|
14521
14572
|
e: void 0,
|
|
@@ -14527,11 +14578,11 @@ var init_Devtools = __esm({
|
|
|
14527
14578
|
s: void 0,
|
|
14528
14579
|
h: void 0
|
|
14529
14580
|
});
|
|
14530
|
-
createRenderEffect(() => _el$
|
|
14531
|
-
return _el$
|
|
14581
|
+
createRenderEffect(() => _el$99.value = JSON.stringify(activeQueryStateData(), null, 2));
|
|
14582
|
+
return _el$98;
|
|
14532
14583
|
}
|
|
14533
|
-
}), _el$
|
|
14534
|
-
insert(_el$
|
|
14584
|
+
}), _el$105);
|
|
14585
|
+
insert(_el$106, createComponent(Explorer, {
|
|
14535
14586
|
label: "Query",
|
|
14536
14587
|
defaultExpanded: ["Query", "queryKey"],
|
|
14537
14588
|
get value() {
|
|
@@ -14539,51 +14590,51 @@ var init_Devtools = __esm({
|
|
|
14539
14590
|
}
|
|
14540
14591
|
}));
|
|
14541
14592
|
createRenderEffect((_p$) => {
|
|
14542
|
-
var _v$
|
|
14593
|
+
var _v$46 = clsx(styles().detailsContainer, "tsqd-query-details-container"), _v$47 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$48 = clsx(styles().detailsBody, "tsqd-query-details-summary-container"), _v$49 = clsx(styles().queryDetailsStatus, getQueryStatusColors()), _v$50 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$51 = clsx(styles().actionsBody, "tsqd-query-details-actions-container"), _v$52 = clsx(css`
|
|
14543
14594
|
color: ${t2(colors.blue[600], colors.blue[400])};
|
|
14544
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-refetch"), _v$
|
|
14595
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-refetch"), _v$53 = statusLabel() === "fetching", _v$54 = css`
|
|
14545
14596
|
background-color: ${t2(colors.blue[600], colors.blue[400])};
|
|
14546
|
-
`, _v$
|
|
14597
|
+
`, _v$55 = clsx(css`
|
|
14547
14598
|
color: ${t2(colors.yellow[600], colors.yellow[400])};
|
|
14548
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-invalidate"), _v$
|
|
14599
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-invalidate"), _v$56 = queryStatus() === "pending", _v$57 = css`
|
|
14549
14600
|
background-color: ${t2(colors.yellow[600], colors.yellow[400])};
|
|
14550
|
-
`, _v$
|
|
14601
|
+
`, _v$58 = clsx(css`
|
|
14551
14602
|
color: ${t2(colors.gray[600], colors.gray[300])};
|
|
14552
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-reset"), _v$
|
|
14603
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-reset"), _v$59 = queryStatus() === "pending", _v$60 = css`
|
|
14553
14604
|
background-color: ${t2(colors.gray[600], colors.gray[400])};
|
|
14554
|
-
`, _v$
|
|
14605
|
+
`, _v$61 = clsx(css`
|
|
14555
14606
|
color: ${t2(colors.pink[500], colors.pink[400])};
|
|
14556
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-remove"), _v$
|
|
14607
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-remove"), _v$62 = statusLabel() === "fetching", _v$63 = css`
|
|
14557
14608
|
background-color: ${t2(colors.pink[500], colors.pink[400])};
|
|
14558
|
-
`, _v$
|
|
14609
|
+
`, _v$64 = clsx(css`
|
|
14559
14610
|
color: ${t2(colors.cyan[500], colors.cyan[400])};
|
|
14560
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-loading"), _v$
|
|
14611
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-loading"), _v$65 = restoringLoading(), _v$66 = css`
|
|
14561
14612
|
background-color: ${t2(colors.cyan[500], colors.cyan[400])};
|
|
14562
|
-
`, _v$
|
|
14563
|
-
_v$
|
|
14564
|
-
_v$
|
|
14565
|
-
_v$
|
|
14566
|
-
_v$
|
|
14567
|
-
_v$
|
|
14568
|
-
_v$
|
|
14569
|
-
_v$
|
|
14570
|
-
_v$
|
|
14571
|
-
_v$
|
|
14572
|
-
_v$
|
|
14573
|
-
_v$
|
|
14574
|
-
_v$
|
|
14575
|
-
_v$
|
|
14576
|
-
_v$
|
|
14577
|
-
_v$
|
|
14578
|
-
_v$
|
|
14579
|
-
_v$
|
|
14580
|
-
_v$
|
|
14581
|
-
_v$
|
|
14582
|
-
_v$
|
|
14583
|
-
_v$
|
|
14584
|
-
_v$
|
|
14585
|
-
_v$
|
|
14586
|
-
_v$
|
|
14613
|
+
`, _v$67 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$68 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$69 = tokens.size[2];
|
|
14614
|
+
_v$46 !== _p$.e && className(_el$61, _p$.e = _v$46);
|
|
14615
|
+
_v$47 !== _p$.t && className(_el$62, _p$.t = _v$47);
|
|
14616
|
+
_v$48 !== _p$.a && className(_el$63, _p$.a = _v$48);
|
|
14617
|
+
_v$49 !== _p$.o && className(_el$67, _p$.o = _v$49);
|
|
14618
|
+
_v$50 !== _p$.i && className(_el$74, _p$.i = _v$50);
|
|
14619
|
+
_v$51 !== _p$.n && className(_el$75, _p$.n = _v$51);
|
|
14620
|
+
_v$52 !== _p$.s && className(_el$76, _p$.s = _v$52);
|
|
14621
|
+
_v$53 !== _p$.h && (_el$76.disabled = _p$.h = _v$53);
|
|
14622
|
+
_v$54 !== _p$.r && className(_el$77, _p$.r = _v$54);
|
|
14623
|
+
_v$55 !== _p$.d && className(_el$78, _p$.d = _v$55);
|
|
14624
|
+
_v$56 !== _p$.l && (_el$78.disabled = _p$.l = _v$56);
|
|
14625
|
+
_v$57 !== _p$.u && className(_el$79, _p$.u = _v$57);
|
|
14626
|
+
_v$58 !== _p$.c && className(_el$80, _p$.c = _v$58);
|
|
14627
|
+
_v$59 !== _p$.w && (_el$80.disabled = _p$.w = _v$59);
|
|
14628
|
+
_v$60 !== _p$.m && className(_el$81, _p$.m = _v$60);
|
|
14629
|
+
_v$61 !== _p$.f && className(_el$82, _p$.f = _v$61);
|
|
14630
|
+
_v$62 !== _p$.y && (_el$82.disabled = _p$.y = _v$62);
|
|
14631
|
+
_v$63 !== _p$.g && className(_el$83, _p$.g = _v$63);
|
|
14632
|
+
_v$64 !== _p$.p && className(_el$84, _p$.p = _v$64);
|
|
14633
|
+
_v$65 !== _p$.b && (_el$84.disabled = _p$.b = _v$65);
|
|
14634
|
+
_v$66 !== _p$.T && className(_el$85, _p$.T = _v$66);
|
|
14635
|
+
_v$67 !== _p$.A && className(_el$95, _p$.A = _v$67);
|
|
14636
|
+
_v$68 !== _p$.O && className(_el$105, _p$.O = _v$68);
|
|
14637
|
+
_v$69 !== _p$.I && ((_p$.I = _v$69) != null ? _el$106.style.setProperty("padding", _v$69) : _el$106.style.removeProperty("padding"));
|
|
14587
14638
|
return _p$;
|
|
14588
14639
|
}, {
|
|
14589
14640
|
e: void 0,
|
|
@@ -14611,7 +14662,7 @@ var init_Devtools = __esm({
|
|
|
14611
14662
|
O: void 0,
|
|
14612
14663
|
I: void 0
|
|
14613
14664
|
});
|
|
14614
|
-
return _el$
|
|
14665
|
+
return _el$61;
|
|
14615
14666
|
}
|
|
14616
14667
|
});
|
|
14617
14668
|
};
|
|
@@ -14663,8 +14714,8 @@ var init_Devtools = __esm({
|
|
|
14663
14714
|
return activeMutation();
|
|
14664
14715
|
},
|
|
14665
14716
|
get children() {
|
|
14666
|
-
var _el$
|
|
14667
|
-
insert(_el$
|
|
14717
|
+
var _el$108 = _tmpl$322(), _el$109 = _el$108.firstChild, _el$110 = _el$109.nextSibling, _el$111 = _el$110.firstChild, _el$112 = _el$111.firstChild, _el$113 = _el$112.firstChild, _el$114 = _el$112.nextSibling, _el$115 = _el$111.nextSibling, _el$116 = _el$115.firstChild, _el$117 = _el$116.nextSibling, _el$118 = _el$110.nextSibling, _el$119 = _el$118.nextSibling, _el$120 = _el$119.nextSibling, _el$121 = _el$120.nextSibling, _el$122 = _el$121.nextSibling, _el$123 = _el$122.nextSibling, _el$124 = _el$123.nextSibling, _el$125 = _el$124.nextSibling;
|
|
14718
|
+
insert(_el$113, createComponent(Show, {
|
|
14668
14719
|
get when() {
|
|
14669
14720
|
return activeMutation().options.mutationKey;
|
|
14670
14721
|
},
|
|
@@ -14673,13 +14724,13 @@ var init_Devtools = __esm({
|
|
|
14673
14724
|
return displayValue(activeMutation().options.mutationKey, true);
|
|
14674
14725
|
}
|
|
14675
14726
|
}));
|
|
14676
|
-
insert(_el$
|
|
14727
|
+
insert(_el$114, createComponent(Show, {
|
|
14677
14728
|
get when() {
|
|
14678
14729
|
return color() === "purple";
|
|
14679
14730
|
},
|
|
14680
14731
|
children: "pending"
|
|
14681
14732
|
}), null);
|
|
14682
|
-
insert(_el$
|
|
14733
|
+
insert(_el$114, createComponent(Show, {
|
|
14683
14734
|
get when() {
|
|
14684
14735
|
return color() !== "purple";
|
|
14685
14736
|
},
|
|
@@ -14687,29 +14738,29 @@ var init_Devtools = __esm({
|
|
|
14687
14738
|
return status();
|
|
14688
14739
|
}
|
|
14689
14740
|
}), null);
|
|
14690
|
-
insert(_el$
|
|
14691
|
-
insert(_el$
|
|
14741
|
+
insert(_el$117, () => new Date(activeMutation().state.submittedAt).toLocaleTimeString());
|
|
14742
|
+
insert(_el$119, createComponent(Explorer, {
|
|
14692
14743
|
label: "Variables",
|
|
14693
14744
|
defaultExpanded: ["Variables"],
|
|
14694
14745
|
get value() {
|
|
14695
14746
|
return activeMutation().state.variables;
|
|
14696
14747
|
}
|
|
14697
14748
|
}));
|
|
14698
|
-
insert(_el$
|
|
14749
|
+
insert(_el$121, createComponent(Explorer, {
|
|
14699
14750
|
label: "Context",
|
|
14700
14751
|
defaultExpanded: ["Context"],
|
|
14701
14752
|
get value() {
|
|
14702
14753
|
return activeMutation().state.context;
|
|
14703
14754
|
}
|
|
14704
14755
|
}));
|
|
14705
|
-
insert(_el$
|
|
14756
|
+
insert(_el$123, createComponent(Explorer, {
|
|
14706
14757
|
label: "Data",
|
|
14707
14758
|
defaultExpanded: ["Data"],
|
|
14708
14759
|
get value() {
|
|
14709
14760
|
return activeMutation().state.data;
|
|
14710
14761
|
}
|
|
14711
14762
|
}));
|
|
14712
|
-
insert(_el$
|
|
14763
|
+
insert(_el$125, createComponent(Explorer, {
|
|
14713
14764
|
label: "Mutation",
|
|
14714
14765
|
defaultExpanded: ["Mutation"],
|
|
14715
14766
|
get value() {
|
|
@@ -14717,19 +14768,19 @@ var init_Devtools = __esm({
|
|
|
14717
14768
|
}
|
|
14718
14769
|
}));
|
|
14719
14770
|
createRenderEffect((_p$) => {
|
|
14720
|
-
var _v$
|
|
14721
|
-
_v$
|
|
14722
|
-
_v$
|
|
14723
|
-
_v$
|
|
14724
|
-
_v$
|
|
14725
|
-
_v$
|
|
14726
|
-
_v$
|
|
14727
|
-
_v$
|
|
14728
|
-
_v$
|
|
14729
|
-
_v$
|
|
14730
|
-
_v$
|
|
14731
|
-
_v$
|
|
14732
|
-
_v$
|
|
14771
|
+
var _v$70 = clsx(styles().detailsContainer, "tsqd-query-details-container"), _v$71 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$72 = clsx(styles().detailsBody, "tsqd-query-details-summary-container"), _v$73 = clsx(styles().queryDetailsStatus, getQueryStatusColors()), _v$74 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$75 = tokens.size[2], _v$76 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$77 = tokens.size[2], _v$78 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$79 = tokens.size[2], _v$80 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$81 = tokens.size[2];
|
|
14772
|
+
_v$70 !== _p$.e && className(_el$108, _p$.e = _v$70);
|
|
14773
|
+
_v$71 !== _p$.t && className(_el$109, _p$.t = _v$71);
|
|
14774
|
+
_v$72 !== _p$.a && className(_el$110, _p$.a = _v$72);
|
|
14775
|
+
_v$73 !== _p$.o && className(_el$114, _p$.o = _v$73);
|
|
14776
|
+
_v$74 !== _p$.i && className(_el$118, _p$.i = _v$74);
|
|
14777
|
+
_v$75 !== _p$.n && ((_p$.n = _v$75) != null ? _el$119.style.setProperty("padding", _v$75) : _el$119.style.removeProperty("padding"));
|
|
14778
|
+
_v$76 !== _p$.s && className(_el$120, _p$.s = _v$76);
|
|
14779
|
+
_v$77 !== _p$.h && ((_p$.h = _v$77) != null ? _el$121.style.setProperty("padding", _v$77) : _el$121.style.removeProperty("padding"));
|
|
14780
|
+
_v$78 !== _p$.r && className(_el$122, _p$.r = _v$78);
|
|
14781
|
+
_v$79 !== _p$.d && ((_p$.d = _v$79) != null ? _el$123.style.setProperty("padding", _v$79) : _el$123.style.removeProperty("padding"));
|
|
14782
|
+
_v$80 !== _p$.l && className(_el$124, _p$.l = _v$80);
|
|
14783
|
+
_v$81 !== _p$.u && ((_p$.u = _v$81) != null ? _el$125.style.setProperty("padding", _v$81) : _el$125.style.removeProperty("padding"));
|
|
14733
14784
|
return _p$;
|
|
14734
14785
|
}, {
|
|
14735
14786
|
e: void 0,
|
|
@@ -14745,7 +14796,7 @@ var init_Devtools = __esm({
|
|
|
14745
14796
|
l: void 0,
|
|
14746
14797
|
u: void 0
|
|
14747
14798
|
});
|
|
14748
|
-
return _el$
|
|
14799
|
+
return _el$108;
|
|
14749
14800
|
}
|
|
14750
14801
|
});
|
|
14751
14802
|
};
|
|
@@ -14825,6 +14876,23 @@ var init_Devtools = __esm({
|
|
|
14825
14876
|
});
|
|
14826
14877
|
return value;
|
|
14827
14878
|
};
|
|
14879
|
+
DEV_TOOLS_EVENT = "@tanstack/query-devtools-event";
|
|
14880
|
+
sendDevToolsEvent = ({
|
|
14881
|
+
type,
|
|
14882
|
+
queryHash,
|
|
14883
|
+
metadata
|
|
14884
|
+
}) => {
|
|
14885
|
+
const event = new CustomEvent(DEV_TOOLS_EVENT, {
|
|
14886
|
+
detail: {
|
|
14887
|
+
type,
|
|
14888
|
+
queryHash,
|
|
14889
|
+
metadata
|
|
14890
|
+
},
|
|
14891
|
+
bubbles: true,
|
|
14892
|
+
cancelable: true
|
|
14893
|
+
});
|
|
14894
|
+
window.dispatchEvent(event);
|
|
14895
|
+
};
|
|
14828
14896
|
stylesFactory2 = (theme, css) => {
|
|
14829
14897
|
const {
|
|
14830
14898
|
colors,
|