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