@tanstack/query-devtools 5.74.7 → 5.80.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/{OHEVZFKG.js → HH7B3BHX.js} +1 -1
- package/build/DevtoolsComponent/{C2Q2AJ2U.js → I3HPI4QX.js} +1 -1
- package/build/DevtoolsPanelComponent/{CTUG6TWM.js → CXEL7IU7.js} +1 -1
- package/build/DevtoolsPanelComponent/{ZXCTK5ZC.js → JZI2RDCT.js} +1 -1
- package/build/chunk/{PPK4CBG4.js → HASRA6WW.js} +593 -502
- package/build/chunk/{SUJ6RQCA.js → L7Z3HDK6.js} +593 -502
- package/build/dev.cjs +596 -505
- package/build/dev.js +2 -2
- package/build/index.cjs +596 -505
- package/build/index.js +2 -2
- package/package.json +2 -2
- package/src/Devtools.tsx +116 -14
package/build/dev.cjs
CHANGED
|
@@ -11840,32 +11840,32 @@ function Wifi() {
|
|
|
11840
11840
|
return _tmpl$9();
|
|
11841
11841
|
}
|
|
11842
11842
|
function Offline() {
|
|
11843
|
-
return _tmpl$
|
|
11843
|
+
return _tmpl$0();
|
|
11844
11844
|
}
|
|
11845
11845
|
function Settings() {
|
|
11846
|
-
return _tmpl$
|
|
11846
|
+
return _tmpl$1();
|
|
11847
11847
|
}
|
|
11848
11848
|
function PiPIcon() {
|
|
11849
|
-
return _tmpl$
|
|
11849
|
+
return _tmpl$10();
|
|
11850
11850
|
}
|
|
11851
11851
|
function Copier() {
|
|
11852
|
-
return _tmpl$
|
|
11852
|
+
return _tmpl$11();
|
|
11853
11853
|
}
|
|
11854
11854
|
function Pencil() {
|
|
11855
|
-
return _tmpl$
|
|
11855
|
+
return _tmpl$12();
|
|
11856
11856
|
}
|
|
11857
11857
|
function CopiedCopier(props) {
|
|
11858
11858
|
return (() => {
|
|
11859
|
-
var _el$
|
|
11860
|
-
createRenderEffect(() => setAttribute(_el$
|
|
11861
|
-
return _el$
|
|
11859
|
+
var _el$15 = _tmpl$13(), _el$16 = _el$15.firstChild;
|
|
11860
|
+
createRenderEffect(() => setAttribute(_el$16, "stroke", props.theme === "dark" ? "#12B76A" : "#027A48"));
|
|
11861
|
+
return _el$15;
|
|
11862
11862
|
})();
|
|
11863
11863
|
}
|
|
11864
11864
|
function ErrorCopier() {
|
|
11865
|
-
return _tmpl$
|
|
11865
|
+
return _tmpl$14();
|
|
11866
11866
|
}
|
|
11867
11867
|
function List() {
|
|
11868
|
-
return _tmpl$
|
|
11868
|
+
return _tmpl$15();
|
|
11869
11869
|
}
|
|
11870
11870
|
function Check(props) {
|
|
11871
11871
|
return [createComponent(Show, {
|
|
@@ -11873,119 +11873,119 @@ function Check(props) {
|
|
|
11873
11873
|
return props.checked;
|
|
11874
11874
|
},
|
|
11875
11875
|
get children() {
|
|
11876
|
-
var _el$
|
|
11877
|
-
createRenderEffect(() => setAttribute(_el$
|
|
11878
|
-
return _el$
|
|
11876
|
+
var _el$19 = _tmpl$13(), _el$20 = _el$19.firstChild;
|
|
11877
|
+
createRenderEffect(() => setAttribute(_el$20, "stroke", props.theme === "dark" ? "#9B8AFB" : "#6938EF"));
|
|
11878
|
+
return _el$19;
|
|
11879
11879
|
}
|
|
11880
11880
|
}), createComponent(Show, {
|
|
11881
11881
|
get when() {
|
|
11882
11882
|
return !props.checked;
|
|
11883
11883
|
},
|
|
11884
11884
|
get children() {
|
|
11885
|
-
var _el$
|
|
11886
|
-
createRenderEffect(() => setAttribute(_el$
|
|
11887
|
-
return _el$
|
|
11885
|
+
var _el$21 = _tmpl$16(), _el$22 = _el$21.firstChild;
|
|
11886
|
+
createRenderEffect(() => setAttribute(_el$22, "stroke", props.theme === "dark" ? "#9B8AFB" : "#6938EF"));
|
|
11887
|
+
return _el$21;
|
|
11888
11888
|
}
|
|
11889
11889
|
})];
|
|
11890
11890
|
}
|
|
11891
11891
|
function CheckCircle() {
|
|
11892
|
-
return _tmpl$
|
|
11892
|
+
return _tmpl$17();
|
|
11893
11893
|
}
|
|
11894
11894
|
function LoadingCircle() {
|
|
11895
|
-
return _tmpl$
|
|
11895
|
+
return _tmpl$18();
|
|
11896
11896
|
}
|
|
11897
11897
|
function XCircle() {
|
|
11898
|
-
return _tmpl$
|
|
11898
|
+
return _tmpl$19();
|
|
11899
11899
|
}
|
|
11900
11900
|
function PauseCircle() {
|
|
11901
|
-
return _tmpl$
|
|
11901
|
+
return _tmpl$20();
|
|
11902
11902
|
}
|
|
11903
11903
|
function TanstackLogo() {
|
|
11904
11904
|
const id = createUniqueId();
|
|
11905
11905
|
return (() => {
|
|
11906
|
-
var _el$
|
|
11907
|
-
setAttribute(_el$
|
|
11908
|
-
setAttribute(_el$
|
|
11909
|
-
setAttribute(_el$
|
|
11910
|
-
setAttribute(_el$
|
|
11911
|
-
setAttribute(_el$
|
|
11912
|
-
setAttribute(_el$
|
|
11913
|
-
setAttribute(_el$
|
|
11914
|
-
setAttribute(_el$
|
|
11915
|
-
setAttribute(_el$
|
|
11916
|
-
setAttribute(_el$
|
|
11917
|
-
setAttribute(_el$
|
|
11918
|
-
setAttribute(_el$
|
|
11919
|
-
setAttribute(_el$
|
|
11920
|
-
setAttribute(_el$
|
|
11921
|
-
setAttribute(_el$
|
|
11922
|
-
setAttribute(_el$
|
|
11923
|
-
setAttribute(_el$
|
|
11924
|
-
setAttribute(_el$
|
|
11925
|
-
setAttribute(_el$
|
|
11926
|
-
setAttribute(_el$
|
|
11927
|
-
setAttribute(_el$
|
|
11928
|
-
setAttribute(_el$
|
|
11929
|
-
setAttribute(_el$
|
|
11930
|
-
setAttribute(_el$
|
|
11931
|
-
setAttribute(_el$
|
|
11932
|
-
setAttribute(_el$
|
|
11933
|
-
setAttribute(_el$
|
|
11934
|
-
setAttribute(_el$
|
|
11935
|
-
setAttribute(_el$
|
|
11936
|
-
setAttribute(_el$
|
|
11937
|
-
setAttribute(_el$
|
|
11938
|
-
setAttribute(_el$
|
|
11939
|
-
setAttribute(_el$
|
|
11940
|
-
setAttribute(_el$
|
|
11941
|
-
setAttribute(_el$
|
|
11942
|
-
setAttribute(_el$
|
|
11943
|
-
setAttribute(_el$
|
|
11944
|
-
setAttribute(_el$
|
|
11945
|
-
setAttribute(_el$
|
|
11946
|
-
setAttribute(_el$
|
|
11947
|
-
setAttribute(_el$
|
|
11948
|
-
setAttribute(_el$
|
|
11949
|
-
setAttribute(_el$
|
|
11950
|
-
setAttribute(_el$
|
|
11951
|
-
setAttribute(_el$
|
|
11952
|
-
setAttribute(_el$
|
|
11953
|
-
setAttribute(_el$
|
|
11954
|
-
setAttribute(_el$
|
|
11955
|
-
setAttribute(_el$
|
|
11956
|
-
setAttribute(_el$
|
|
11957
|
-
setAttribute(_el$
|
|
11958
|
-
setAttribute(_el$
|
|
11959
|
-
setAttribute(_el$
|
|
11960
|
-
setAttribute(_el$
|
|
11961
|
-
setAttribute(_el$
|
|
11962
|
-
setAttribute(_el$
|
|
11963
|
-
setAttribute(_el$
|
|
11964
|
-
setAttribute(_el$
|
|
11965
|
-
setAttribute(_el$
|
|
11966
|
-
setAttribute(_el$
|
|
11967
|
-
setAttribute(_el$
|
|
11968
|
-
setAttribute(_el$
|
|
11969
|
-
setAttribute(_el$
|
|
11970
|
-
setAttribute(_el$
|
|
11971
|
-
setAttribute(_el$
|
|
11972
|
-
setAttribute(_el$
|
|
11973
|
-
setAttribute(_el$
|
|
11974
|
-
setAttribute(_el$
|
|
11975
|
-
setAttribute(_el$
|
|
11976
|
-
setAttribute(_el$
|
|
11977
|
-
setAttribute(_el$
|
|
11978
|
-
setAttribute(_el$
|
|
11979
|
-
setAttribute(_el$
|
|
11980
|
-
setAttribute(_el$
|
|
11981
|
-
setAttribute(_el$
|
|
11982
|
-
setAttribute(_el$
|
|
11983
|
-
setAttribute(_el$
|
|
11984
|
-
setAttribute(_el$
|
|
11985
|
-
return _el$
|
|
11906
|
+
var _el$27 = _tmpl$21(), _el$28 = _el$27.firstChild, _el$29 = _el$28.nextSibling, _el$30 = _el$29.nextSibling, _el$31 = _el$30.firstChild, _el$32 = _el$30.nextSibling, _el$33 = _el$32.firstChild, _el$34 = _el$32.nextSibling, _el$35 = _el$34.nextSibling, _el$36 = _el$35.firstChild, _el$37 = _el$35.nextSibling, _el$38 = _el$37.firstChild, _el$39 = _el$37.nextSibling, _el$40 = _el$39.nextSibling, _el$41 = _el$40.firstChild, _el$42 = _el$40.nextSibling, _el$43 = _el$42.firstChild, _el$44 = _el$42.nextSibling, _el$45 = _el$44.nextSibling, _el$46 = _el$45.firstChild, _el$47 = _el$45.nextSibling, _el$48 = _el$47.firstChild, _el$49 = _el$47.nextSibling, _el$50 = _el$49.nextSibling, _el$51 = _el$50.firstChild, _el$52 = _el$50.nextSibling, _el$53 = _el$52.firstChild, _el$54 = _el$52.nextSibling, _el$55 = _el$54.nextSibling, _el$56 = _el$55.firstChild, _el$57 = _el$55.nextSibling, _el$58 = _el$57.firstChild, _el$59 = _el$57.nextSibling, _el$60 = _el$59.nextSibling, _el$61 = _el$60.firstChild, _el$62 = _el$60.nextSibling, _el$63 = _el$62.firstChild, _el$64 = _el$62.nextSibling, _el$65 = _el$64.firstChild, _el$66 = _el$65.nextSibling, _el$67 = _el$66.nextSibling, _el$68 = _el$67.nextSibling, _el$69 = _el$68.nextSibling, _el$70 = _el$64.nextSibling, _el$71 = _el$70.firstChild, _el$72 = _el$70.nextSibling, _el$73 = _el$72.firstChild, _el$74 = _el$72.nextSibling, _el$75 = _el$74.firstChild, _el$76 = _el$75.nextSibling, _el$77 = _el$76.nextSibling, _el$78 = _el$77.firstChild, _el$79 = _el$78.nextSibling, _el$80 = _el$79.nextSibling, _el$81 = _el$80.nextSibling, _el$82 = _el$81.nextSibling, _el$83 = _el$82.nextSibling, _el$84 = _el$83.nextSibling, _el$85 = _el$84.nextSibling, _el$86 = _el$85.nextSibling, _el$87 = _el$86.nextSibling, _el$88 = _el$87.nextSibling, _el$89 = _el$88.nextSibling, _el$90 = _el$74.nextSibling, _el$91 = _el$90.firstChild, _el$92 = _el$90.nextSibling, _el$93 = _el$92.firstChild, _el$94 = _el$92.nextSibling, _el$95 = _el$94.firstChild, _el$96 = _el$95.nextSibling, _el$97 = _el$94.nextSibling, _el$98 = _el$97.firstChild, _el$99 = _el$97.nextSibling, _el$100 = _el$99.firstChild, _el$101 = _el$99.nextSibling, _el$102 = _el$101.firstChild, _el$103 = _el$102.nextSibling, _el$104 = _el$103.nextSibling, _el$105 = _el$104.nextSibling, _el$106 = _el$105.nextSibling, _el$107 = _el$106.nextSibling, _el$108 = _el$107.nextSibling, _el$109 = _el$108.nextSibling, _el$110 = _el$109.nextSibling, _el$111 = _el$110.nextSibling, _el$112 = _el$111.nextSibling, _el$113 = _el$112.nextSibling, _el$114 = _el$113.nextSibling, _el$115 = _el$114.nextSibling, _el$116 = _el$115.nextSibling, _el$117 = _el$116.nextSibling, _el$118 = _el$117.nextSibling, _el$119 = _el$118.nextSibling;
|
|
11907
|
+
setAttribute(_el$28, "id", `a-${id}`);
|
|
11908
|
+
setAttribute(_el$29, "fill", `url(#a-${id})`);
|
|
11909
|
+
setAttribute(_el$31, "id", `am-${id}`);
|
|
11910
|
+
setAttribute(_el$32, "id", `b-${id}`);
|
|
11911
|
+
setAttribute(_el$33, "filter", `url(#am-${id})`);
|
|
11912
|
+
setAttribute(_el$34, "mask", `url(#b-${id})`);
|
|
11913
|
+
setAttribute(_el$36, "id", `ah-${id}`);
|
|
11914
|
+
setAttribute(_el$37, "id", `k-${id}`);
|
|
11915
|
+
setAttribute(_el$38, "filter", `url(#ah-${id})`);
|
|
11916
|
+
setAttribute(_el$39, "mask", `url(#k-${id})`);
|
|
11917
|
+
setAttribute(_el$41, "id", `ae-${id}`);
|
|
11918
|
+
setAttribute(_el$42, "id", `j-${id}`);
|
|
11919
|
+
setAttribute(_el$43, "filter", `url(#ae-${id})`);
|
|
11920
|
+
setAttribute(_el$44, "mask", `url(#j-${id})`);
|
|
11921
|
+
setAttribute(_el$46, "id", `ai-${id}`);
|
|
11922
|
+
setAttribute(_el$47, "id", `i-${id}`);
|
|
11923
|
+
setAttribute(_el$48, "filter", `url(#ai-${id})`);
|
|
11924
|
+
setAttribute(_el$49, "mask", `url(#i-${id})`);
|
|
11925
|
+
setAttribute(_el$51, "id", `aj-${id}`);
|
|
11926
|
+
setAttribute(_el$52, "id", `h-${id}`);
|
|
11927
|
+
setAttribute(_el$53, "filter", `url(#aj-${id})`);
|
|
11928
|
+
setAttribute(_el$54, "mask", `url(#h-${id})`);
|
|
11929
|
+
setAttribute(_el$56, "id", `ag-${id}`);
|
|
11930
|
+
setAttribute(_el$57, "id", `g-${id}`);
|
|
11931
|
+
setAttribute(_el$58, "filter", `url(#ag-${id})`);
|
|
11932
|
+
setAttribute(_el$59, "mask", `url(#g-${id})`);
|
|
11933
|
+
setAttribute(_el$61, "id", `af-${id}`);
|
|
11934
|
+
setAttribute(_el$62, "id", `f-${id}`);
|
|
11935
|
+
setAttribute(_el$63, "filter", `url(#af-${id})`);
|
|
11936
|
+
setAttribute(_el$64, "mask", `url(#f-${id})`);
|
|
11937
|
+
setAttribute(_el$68, "id", `m-${id}`);
|
|
11938
|
+
setAttribute(_el$69, "fill", `url(#m-${id})`);
|
|
11939
|
+
setAttribute(_el$71, "id", `ak-${id}`);
|
|
11940
|
+
setAttribute(_el$72, "id", `e-${id}`);
|
|
11941
|
+
setAttribute(_el$73, "filter", `url(#ak-${id})`);
|
|
11942
|
+
setAttribute(_el$74, "mask", `url(#e-${id})`);
|
|
11943
|
+
setAttribute(_el$75, "id", `n-${id}`);
|
|
11944
|
+
setAttribute(_el$76, "fill", `url(#n-${id})`);
|
|
11945
|
+
setAttribute(_el$78, "id", `r-${id}`);
|
|
11946
|
+
setAttribute(_el$79, "fill", `url(#r-${id})`);
|
|
11947
|
+
setAttribute(_el$80, "id", `s-${id}`);
|
|
11948
|
+
setAttribute(_el$81, "fill", `url(#s-${id})`);
|
|
11949
|
+
setAttribute(_el$82, "id", `q-${id}`);
|
|
11950
|
+
setAttribute(_el$83, "fill", `url(#q-${id})`);
|
|
11951
|
+
setAttribute(_el$84, "id", `p-${id}`);
|
|
11952
|
+
setAttribute(_el$85, "fill", `url(#p-${id})`);
|
|
11953
|
+
setAttribute(_el$86, "id", `o-${id}`);
|
|
11954
|
+
setAttribute(_el$87, "fill", `url(#o-${id})`);
|
|
11955
|
+
setAttribute(_el$88, "id", `l-${id}`);
|
|
11956
|
+
setAttribute(_el$89, "fill", `url(#l-${id})`);
|
|
11957
|
+
setAttribute(_el$91, "id", `al-${id}`);
|
|
11958
|
+
setAttribute(_el$92, "id", `d-${id}`);
|
|
11959
|
+
setAttribute(_el$93, "filter", `url(#al-${id})`);
|
|
11960
|
+
setAttribute(_el$94, "mask", `url(#d-${id})`);
|
|
11961
|
+
setAttribute(_el$95, "id", `u-${id}`);
|
|
11962
|
+
setAttribute(_el$96, "fill", `url(#u-${id})`);
|
|
11963
|
+
setAttribute(_el$98, "id", `ad-${id}`);
|
|
11964
|
+
setAttribute(_el$99, "id", `c-${id}`);
|
|
11965
|
+
setAttribute(_el$100, "filter", `url(#ad-${id})`);
|
|
11966
|
+
setAttribute(_el$101, "mask", `url(#c-${id})`);
|
|
11967
|
+
setAttribute(_el$102, "id", `t-${id}`);
|
|
11968
|
+
setAttribute(_el$103, "fill", `url(#t-${id})`);
|
|
11969
|
+
setAttribute(_el$104, "id", `v-${id}`);
|
|
11970
|
+
setAttribute(_el$105, "stroke", `url(#v-${id})`);
|
|
11971
|
+
setAttribute(_el$106, "id", `aa-${id}`);
|
|
11972
|
+
setAttribute(_el$107, "stroke", `url(#aa-${id})`);
|
|
11973
|
+
setAttribute(_el$108, "id", `w-${id}`);
|
|
11974
|
+
setAttribute(_el$109, "stroke", `url(#w-${id})`);
|
|
11975
|
+
setAttribute(_el$110, "id", `ac-${id}`);
|
|
11976
|
+
setAttribute(_el$111, "stroke", `url(#ac-${id})`);
|
|
11977
|
+
setAttribute(_el$112, "id", `ab-${id}`);
|
|
11978
|
+
setAttribute(_el$113, "stroke", `url(#ab-${id})`);
|
|
11979
|
+
setAttribute(_el$114, "id", `y-${id}`);
|
|
11980
|
+
setAttribute(_el$115, "stroke", `url(#y-${id})`);
|
|
11981
|
+
setAttribute(_el$116, "id", `x-${id}`);
|
|
11982
|
+
setAttribute(_el$117, "stroke", `url(#x-${id})`);
|
|
11983
|
+
setAttribute(_el$118, "id", `z-${id}`);
|
|
11984
|
+
setAttribute(_el$119, "stroke", `url(#z-${id})`);
|
|
11985
|
+
return _el$27;
|
|
11986
11986
|
})();
|
|
11987
11987
|
}
|
|
11988
|
-
var _tmpl$2, _tmpl$22, _tmpl$3, _tmpl$4, _tmpl$5, _tmpl$6, _tmpl$7, _tmpl$8, _tmpl$9, _tmpl$10, _tmpl$11, _tmpl$12, _tmpl$13, _tmpl$14, _tmpl$15, _tmpl$16, _tmpl$17, _tmpl$18, _tmpl$19, _tmpl$20, _tmpl$21
|
|
11988
|
+
var _tmpl$2, _tmpl$22, _tmpl$3, _tmpl$4, _tmpl$5, _tmpl$6, _tmpl$7, _tmpl$8, _tmpl$9, _tmpl$0, _tmpl$1, _tmpl$10, _tmpl$11, _tmpl$12, _tmpl$13, _tmpl$14, _tmpl$15, _tmpl$16, _tmpl$17, _tmpl$18, _tmpl$19, _tmpl$20, _tmpl$21;
|
|
11989
11989
|
var init_icons = __esm({
|
|
11990
11990
|
"src/icons/index.tsx"() {
|
|
11991
11991
|
init_web();
|
|
@@ -12002,20 +12002,20 @@ var init_icons = __esm({
|
|
|
12002
12002
|
_tmpl$7 = /* @__PURE__ */ template(`<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M22 15.844a10.424 10.424 0 0 1-4.306.925c-5.779 0-10.463-4.684-10.463-10.462 0-1.536.33-2.994.925-4.307A10.464 10.464 0 0 0 2 11.538C2 17.316 6.684 22 12.462 22c4.243 0 7.896-2.526 9.538-6.156Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12003
12003
|
_tmpl$8 = /* @__PURE__ */ template(`<svg viewBox="0 0 24 24"height=12 width=12 fill=none xmlns=http://www.w3.org/2000/svg><path d="M8 21h8m-4-4v4m-5.2-4h10.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C22 14.72 22 13.88 22 12.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C19.72 3 18.88 3 17.2 3H6.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311C2 5.28 2 6.12 2 7.8v4.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C4.28 17 5.12 17 6.8 17Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12004
12004
|
_tmpl$9 = /* @__PURE__ */ template(`<svg stroke=currentColor fill=currentColor stroke-width=0 viewBox="0 0 24 24"height=1em width=1em xmlns=http://www.w3.org/2000/svg><path fill=none d="M0 0h24v24H0z"></path><path d="M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C16.93 2.93 7.08 2.93 1 9zm8 8l3 3 3-3a4.237 4.237 0 00-6 0zm-4-4l2 2a7.074 7.074 0 0110 0l2-2C15.14 9.14 8.87 9.14 5 13z">`);
|
|
12005
|
-
_tmpl$
|
|
12006
|
-
_tmpl$
|
|
12007
|
-
_tmpl$
|
|
12008
|
-
_tmpl$
|
|
12009
|
-
_tmpl$
|
|
12010
|
-
_tmpl$
|
|
12011
|
-
_tmpl$
|
|
12012
|
-
_tmpl$
|
|
12013
|
-
_tmpl$
|
|
12014
|
-
_tmpl$
|
|
12015
|
-
_tmpl$
|
|
12016
|
-
_tmpl$
|
|
12017
|
-
_tmpl$
|
|
12018
|
-
_tmpl$23 = /* @__PURE__ */ template(`<svg version=1.0 viewBox="0 0 633 633"><linearGradient x1=-666.45 x2=-666.45 y1=163.28 y2=163.99 gradientTransform="matrix(633 0 0 633 422177 -103358)"gradientUnits=userSpaceOnUse><stop stop-color=#6BDAFF offset=0></stop><stop stop-color=#F9FFB5 offset=.32></stop><stop stop-color=#FFA770 offset=.71></stop><stop stop-color=#FF7373 offset=1></stop></linearGradient><circle cx=316.5 cy=316.5 r=316.5></circle><defs><filter x=-137.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=316.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=316.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=316.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=272.2 y=308 width=176.9 height=129.3 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=272.2 y=308 width=176.9 height=129.3 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><line x1=436 x2=431 y1=403.2 y2=431.8 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=291 x2=280 y1=341.5 y2=403.5 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=332.9 x2=328.6 y1=384.1 y2=411.2 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><linearGradient x1=-670.75 x2=-671.59 y1=164.4 y2=164.49 gradientTransform="matrix(-184.16 -32.472 -11.461 64.997 -121359 -32126)"gradientUnits=userSpaceOnUse><stop stop-color=#EE2700 offset=0></stop><stop stop-color=#FF008E offset=1></stop></linearGradient><path d="m344.1 363 97.7 17.2c5.8 2.1 8.2 6.1 7.1 12.1s-4.7 9.2-11 9.9l-106-18.7-57.5-59.2c-3.2-4.8-2.9-9.1 0.8-12.8s8.3-4.4 13.7-2.1l55.2 53.6z"clip-rule=evenodd fill-rule=evenodd></path><line x1=428.2 x2=429.1 y1=384.5 y2=378 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=395.2 x2=396.1 y1=379.5 y2=373 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=362.2 x2=363.1 y1=373.5 y2=367.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=324.2 x2=328.4 y1=351.3 y2=347.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=303.2 x2=307.4 y1=331.3 y2=327.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line></g><defs><filter x=73.2 y=113.8 width=280.6 height=317.4 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=73.2 y=113.8 width=280.6 height=317.4 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-672.16 x2=-672.16 y1=165.03 y2=166.03 gradientTransform="matrix(-100.18 48.861 97.976 200.88 -83342 -93.059)"gradientUnits=userSpaceOnUse><stop stop-color=#A17500 offset=0></stop><stop stop-color=#5D2100 offset=1></stop></linearGradient><path d="m192.3 203c8.1 37.3 14 73.6 17.8 109.1 3.8 35.4 2.8 75.1-3 119.2l61.2-16.7c-15.6-59-25.2-97.9-28.6-116.6s-10.8-51.9-22.1-99.6l-25.3 4.6"clip-rule=evenodd fill-rule=evenodd></path><g stroke=#2F8A00><linearGradient x1=-660.23 x2=-660.23 y1=166.72 y2=167.72 gradientTransform="matrix(92.683 4.8573 -2.0259 38.657 61680 -3088.6)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9s-12.6-22.1-36.5-29.9c-15.9-5.2-34.4-1.5-55.5 11.1 15.9 14.3 29.5 22.6 40.7 24.9 16.8 3.6 51.3-6.1 51.3-6.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-661.36 x2=-661.36 y1=164.18 y2=165.18 gradientTransform="matrix(110 5.7648 -6.3599 121.35 73933 -15933)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5s-47.5-8.5-83.2 15.7c-23.8 16.2-34.3 49.3-31.6 99.4 30.3-27.8 52.1-48.5 65.2-61.9 19.8-20.2 49.6-53.2 49.6-53.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.79 x2=-656.79 y1=165.15 y2=166.15 gradientTransform="matrix(62.954 3.2993 -3.5023 66.828 42156 -8754.1)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9c-0.8-21.9 6-38 20.6-48.2s29.8-15.4 45.5-15.3c-6.1 21.4-14.5 35.8-25.2 43.4s-24.4 14.2-40.9 20.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-663.07 x2=-663.07 y1=165.44 y2=166.44 gradientTransform="matrix(152.47 7.9907 -3.0936 59.029 101884 -4318.7)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c31.9-30 64.1-39.7 96.7-29s50.8 30.4 54.6 59.1c-35.2-5.5-60.4-9.6-75.8-12.1-15.3-2.6-40.5-8.6-75.5-18z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-662.57 x2=-662.57 y1=164.44 y2=165.44 gradientTransform="matrix(136.46 7.1517 -5.2163 99.533 91536 -11442)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c35.8-7.6 65.6-0.2 89.2 22s37.7 49 42.3 80.3c-39.8-9.7-68.3-23.8-85.5-42.4s-32.5-38.5-46-59.9z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.43 x2=-656.43 y1=163.86 y2=164.86 gradientTransform="matrix(60.866 3.1899 -8.7773 167.48 41560 -25168)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c-33.6 13.8-53.6 35.7-60.1 65.6s-3.6 63.1 8.7 99.6c27.4-40.3 43.2-69.6 47.4-88s5.6-44.1 4-77.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><path d="m196.5 182.3c-14.8 21.6-25.1 41.4-30.8 59.4s-9.5 33-11.1 45.1"fill=none stroke-linecap=round stroke-width=8></path><path d="m194.9 185.7c-24.4 1.7-43.8 9-58.1 21.8s-24.7 25.4-31.3 37.8"fill=none stroke-linecap=round stroke-width=8></path><path d="m204.5 176.4c29.7-6.7 52-8.4 67-5.1s26.9 8.6 35.8 15.9"fill=none stroke-linecap=round stroke-width=8></path><path d="m196.5 181.4c20.3 9.9 38.2 20.5 53.9 31.9s27.4 22.1 35.1 32"fill=none stroke-linecap=round stroke-width=8></path></g></g><defs><filter x=50.5 y=399 width=532 height=633 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=50.5 y=399 width=532 height=633 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-666.06 x2=-666.23 y1=163.36 y2=163.75 gradientTransform="matrix(532 0 0 633 354760 -102959)"gradientUnits=userSpaceOnUse><stop stop-color=#FFF400 offset=0></stop><stop stop-color=#3C8700 offset=1></stop></linearGradient><ellipse cx=316.5 cy=715.5 rx=266 ry=316.5></ellipse></g><defs><filter x=391 y=-24 width=288 height=283 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=391 y=-24 width=288 height=283 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-664.56 x2=-664.56 y1=163.79 y2=164.79 gradientTransform="matrix(227 0 0 227 151421 -37204)"gradientUnits=userSpaceOnUse><stop stop-color=#FFDF00 offset=0></stop><stop stop-color=#FF9D00 offset=1></stop></linearGradient><circle cx=565.5 cy=89.5 r=113.5></circle><linearGradient x1=-644.5 x2=-645.77 y1=342 y2=342 gradientTransform="matrix(30 0 0 1 19770 -253)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=427 x2=397 y1=89 y2=89 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-641.56 x2=-642.83 y1=196.02 y2=196.07 gradientTransform="matrix(26.5 0 0 5.5 17439 -1025.5)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=430.5 x2=404 y1=55.5 y2=50 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-643.73 x2=-645 y1=185.83 y2=185.9 gradientTransform="matrix(29 0 0 8 19107 -1361)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=431 x2=402 y1=122 y2=130 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-638.94 x2=-640.22 y1=177.09 y2=177.39 gradientTransform="matrix(24 0 0 13 15783 -2145)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=442 x2=418 y1=153 y2=166 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-633.42 x2=-634.7 y1=172.41 y2=173.31 gradientTransform="matrix(20 0 0 19 13137 -3096)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=464 x2=444 y1=180 y2=199 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-619.05 x2=-619.52 y1=170.82 y2=171.82 gradientTransform="matrix(13.83 0 0 22.85 9050 -3703.4)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=491.4 x2=477.5 y1=203 y2=225.9 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-578.5 x2=-578.63 y1=170.31 y2=171.31 gradientTransform="matrix(7.5 0 0 24.5 4860 -3953)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=524.5 x2=517 y1=219.5 y2=244 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=666.5 x2=666.5 y1=170.31 y2=171.31 gradientTransform="matrix(.5 0 0 24.5 231.5 -3944)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=564.5 x2=565 y1=228.5 y2=253 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12>`);
|
|
12005
|
+
_tmpl$0 = /* @__PURE__ */ template(`<svg stroke-width=0 viewBox="0 0 24 24"height=1em width=1em xmlns=http://www.w3.org/2000/svg><path fill=none d="M24 .01c0-.01 0-.01 0 0L0 0v24h24V.01zM0 0h24v24H0V0zm0 0h24v24H0V0z"></path><path d="M22.99 9C19.15 5.16 13.8 3.76 8.84 4.78l2.52 2.52c3.47-.17 6.99 1.05 9.63 3.7l2-2zm-4 4a9.793 9.793 0 00-4.49-2.56l3.53 3.53.96-.97zM2 3.05L5.07 6.1C3.6 6.82 2.22 7.78 1 9l1.99 2c1.24-1.24 2.67-2.16 4.2-2.77l2.24 2.24A9.684 9.684 0 005 13v.01L6.99 15a7.042 7.042 0 014.92-2.06L18.98 20l1.27-1.26L3.29 1.79 2 3.05zM9 17l3 3 3-3a4.237 4.237 0 00-6 0z">`);
|
|
12006
|
+
_tmpl$1 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9.3951 19.3711L9.97955 20.6856C10.1533 21.0768 10.4368 21.4093 10.7958 21.6426C11.1547 21.8759 11.5737 22.0001 12.0018 22C12.4299 22.0001 12.8488 21.8759 13.2078 21.6426C13.5667 21.4093 13.8503 21.0768 14.024 20.6856L14.6084 19.3711C14.8165 18.9047 15.1664 18.5159 15.6084 18.26C16.0532 18.0034 16.5678 17.8941 17.0784 17.9478L18.5084 18.1C18.9341 18.145 19.3637 18.0656 19.7451 17.8713C20.1265 17.6771 20.4434 17.3763 20.6573 17.0056C20.8715 16.635 20.9735 16.2103 20.9511 15.7829C20.9286 15.3555 20.7825 14.9438 20.5307 14.5978L19.684 13.4344C19.3825 13.0171 19.2214 12.5148 19.224 12C19.2239 11.4866 19.3865 10.9864 19.6884 10.5711L20.5351 9.40778C20.787 9.06175 20.933 8.65007 20.9555 8.22267C20.978 7.79528 20.8759 7.37054 20.6618 7C20.4479 6.62923 20.131 6.32849 19.7496 6.13423C19.3681 5.93997 18.9386 5.86053 18.5129 5.90556L17.0829 6.05778C16.5722 6.11141 16.0577 6.00212 15.6129 5.74556C15.17 5.48825 14.82 5.09736 14.6129 4.62889L14.024 3.31444C13.8503 2.92317 13.5667 2.59072 13.2078 2.3574C12.8488 2.12408 12.4299 1.99993 12.0018 2C11.5737 1.99993 11.1547 2.12408 10.7958 2.3574C10.4368 2.59072 10.1533 2.92317 9.97955 3.31444L9.3951 4.62889C9.18803 5.09736 8.83798 5.48825 8.3951 5.74556C7.95032 6.00212 7.43577 6.11141 6.9251 6.05778L5.49066 5.90556C5.06499 5.86053 4.6354 5.93997 4.25397 6.13423C3.87255 6.32849 3.55567 6.62923 3.34177 7C3.12759 7.37054 3.02555 7.79528 3.04804 8.22267C3.07052 8.65007 3.21656 9.06175 3.46844 9.40778L4.3151 10.5711C4.61704 10.9864 4.77964 11.4866 4.77955 12C4.77964 12.5134 4.61704 13.0137 4.3151 13.4289L3.46844 14.5922C3.21656 14.9382 3.07052 15.3499 3.04804 15.7773C3.02555 16.2047 3.12759 16.6295 3.34177 17C3.55589 17.3706 3.8728 17.6712 4.25417 17.8654C4.63554 18.0596 5.06502 18.1392 5.49066 18.0944L6.92066 17.9422C7.43133 17.8886 7.94587 17.9979 8.39066 18.2544C8.83519 18.511 9.18687 18.902 9.3951 19.3711Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round></path><path d="M12 15C13.6568 15 15 13.6569 15 12C15 10.3431 13.6568 9 12 9C10.3431 9 8.99998 10.3431 8.99998 12C8.99998 13.6569 10.3431 15 12 15Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12007
|
+
_tmpl$10 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M16 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V8M11.5 12.5L17 7M17 7H12M17 7V12M6.2 21H8.8C9.9201 21 10.4802 21 10.908 20.782C11.2843 20.5903 11.5903 20.2843 11.782 19.908C12 19.4802 12 18.9201 12 17.8V15.2C12 14.0799 12 13.5198 11.782 13.092C11.5903 12.7157 11.2843 12.4097 10.908 12.218C10.4802 12 9.92011 12 8.8 12H6.2C5.0799 12 4.51984 12 4.09202 12.218C3.71569 12.4097 3.40973 12.7157 3.21799 13.092C3 13.5198 3 14.0799 3 15.2V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12008
|
+
_tmpl$11 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path class=copier d="M8 8V5.2C8 4.0799 8 3.51984 8.21799 3.09202C8.40973 2.71569 8.71569 2.40973 9.09202 2.21799C9.51984 2 10.0799 2 11.2 2H18.8C19.9201 2 20.4802 2 20.908 2.21799C21.2843 2.40973 21.5903 2.71569 21.782 3.09202C22 3.51984 22 4.0799 22 5.2V12.8C22 13.9201 22 14.4802 21.782 14.908C21.5903 15.2843 21.2843 15.5903 20.908 15.782C20.4802 16 19.9201 16 18.8 16H16M5.2 22H12.8C13.9201 22 14.4802 22 14.908 21.782C15.2843 21.5903 15.5903 21.2843 15.782 20.908C16 20.4802 16 19.9201 16 18.8V11.2C16 10.0799 16 9.51984 15.782 9.09202C15.5903 8.71569 15.2843 8.40973 14.908 8.21799C14.4802 8 13.9201 8 12.8 8H5.2C4.0799 8 3.51984 8 3.09202 8.21799C2.71569 8.40973 2.40973 8.71569 2.21799 9.09202C2 9.51984 2 10.0799 2 11.2V18.8C2 19.9201 2 20.4802 2.21799 20.908C2.40973 21.2843 2.71569 21.5903 3.09202 21.782C3.51984 22 4.07989 22 5.2 22Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round stroke=currentColor>`);
|
|
12009
|
+
_tmpl$12 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M2.5 21.4998L8.04927 19.3655C8.40421 19.229 8.58168 19.1607 8.74772 19.0716C8.8952 18.9924 9.0358 18.901 9.16804 18.7984C9.31692 18.6829 9.45137 18.5484 9.72028 18.2795L21 6.99982C22.1046 5.89525 22.1046 4.10438 21 2.99981C19.8955 1.89525 18.1046 1.89524 17 2.99981L5.72028 14.2795C5.45138 14.5484 5.31692 14.6829 5.20139 14.8318C5.09877 14.964 5.0074 15.1046 4.92823 15.2521C4.83911 15.4181 4.77085 15.5956 4.63433 15.9506L2.5 21.4998ZM2.5 21.4998L4.55812 16.1488C4.7054 15.7659 4.77903 15.5744 4.90534 15.4867C5.01572 15.4101 5.1523 15.3811 5.2843 15.4063C5.43533 15.4351 5.58038 15.5802 5.87048 15.8703L8.12957 18.1294C8.41967 18.4195 8.56472 18.5645 8.59356 18.7155C8.61877 18.8475 8.58979 18.9841 8.51314 19.0945C8.42545 19.2208 8.23399 19.2944 7.85107 19.4417L2.5 21.4998Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12010
|
+
_tmpl$13 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M7.5 12L10.5 15L16.5 9M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12011
|
+
_tmpl$14 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9 9L15 15M15 9L9 15M7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21Z"stroke=#F04438 stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12012
|
+
_tmpl$15 = /* @__PURE__ */ template(`<svg width=24 height=24 viewBox="0 0 24 24"fill=none stroke=currentColor stroke-width=2 xmlns=http://www.w3.org/2000/svg><rect class=list width=20 height=20 y=2 x=2 rx=2></rect><line class=list-item y1=7 y2=7 x1=6 x2=18></line><line class=list-item y2=12 y1=12 x1=6 x2=18></line><line class=list-item y1=17 y2=17 x1=6 x2=18>`);
|
|
12013
|
+
_tmpl$16 = /* @__PURE__ */ template(`<svg viewBox="0 0 24 24"height=20 width=20 fill=none xmlns=http://www.w3.org/2000/svg><path d="M3 7.8c0-1.68 0-2.52.327-3.162a3 3 0 0 1 1.311-1.311C5.28 3 6.12 3 7.8 3h8.4c1.68 0 2.52 0 3.162.327a3 3 0 0 1 1.311 1.311C21 5.28 21 6.12 21 7.8v8.4c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V7.8Z"stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12014
|
+
_tmpl$17 = /* @__PURE__ */ template(`<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M7.5 12L10.5 15L16.5 9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12015
|
+
_tmpl$18 = /* @__PURE__ */ template(`<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M12 2V6M12 18V22M6 12H2M22 12H18M19.0784 19.0784L16.25 16.25M19.0784 4.99994L16.25 7.82837M4.92157 19.0784L7.75 16.25M4.92157 4.99994L7.75 7.82837"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round></path><animateTransform attributeName=transform attributeType=XML type=rotate from=0 to=360 dur=2s repeatCount=indefinite>`);
|
|
12016
|
+
_tmpl$19 = /* @__PURE__ */ template(`<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12017
|
+
_tmpl$20 = /* @__PURE__ */ template(`<svg width=14 height=14 viewBox="0 0 24 24"fill=none xmlns=http://www.w3.org/2000/svg><path d="M9.5 15V9M14.5 15V9M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"stroke=currentColor stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12018
|
+
_tmpl$21 = /* @__PURE__ */ template(`<svg version=1.0 viewBox="0 0 633 633"><linearGradient x1=-666.45 x2=-666.45 y1=163.28 y2=163.99 gradientTransform="matrix(633 0 0 633 422177 -103358)"gradientUnits=userSpaceOnUse><stop stop-color=#6BDAFF offset=0></stop><stop stop-color=#F9FFB5 offset=.32></stop><stop stop-color=#FFA770 offset=.71></stop><stop stop-color=#FF7373 offset=1></stop></linearGradient><circle cx=316.5 cy=316.5 r=316.5></circle><defs><filter x=-137.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=316.5 y=412 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=412 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=610.5 rx=214.5 ry=186 fill=#015064 stroke=#00CFE2 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=316.5 y=450 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=450 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=648.5 rx=214.5 ry=186 fill=#015064 stroke=#00A8B8 stroke-width=25></ellipse></g><defs><filter x=-137.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=-137.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=89.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=316.5 y=486 width=454 height=396.9 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=316.5 y=486 width=454 height=396.9 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><ellipse cx=543.5 cy=684.5 rx=214.5 ry=186 fill=#015064 stroke=#007782 stroke-width=25></ellipse></g><defs><filter x=272.2 y=308 width=176.9 height=129.3 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=272.2 y=308 width=176.9 height=129.3 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><line x1=436 x2=431 y1=403.2 y2=431.8 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=291 x2=280 y1=341.5 y2=403.5 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><line x1=332.9 x2=328.6 y1=384.1 y2=411.2 fill=none stroke=#000 stroke-linecap=round stroke-linejoin=bevel stroke-width=11></line><linearGradient x1=-670.75 x2=-671.59 y1=164.4 y2=164.49 gradientTransform="matrix(-184.16 -32.472 -11.461 64.997 -121359 -32126)"gradientUnits=userSpaceOnUse><stop stop-color=#EE2700 offset=0></stop><stop stop-color=#FF008E offset=1></stop></linearGradient><path d="m344.1 363 97.7 17.2c5.8 2.1 8.2 6.1 7.1 12.1s-4.7 9.2-11 9.9l-106-18.7-57.5-59.2c-3.2-4.8-2.9-9.1 0.8-12.8s8.3-4.4 13.7-2.1l55.2 53.6z"clip-rule=evenodd fill-rule=evenodd></path><line x1=428.2 x2=429.1 y1=384.5 y2=378 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=395.2 x2=396.1 y1=379.5 y2=373 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=362.2 x2=363.1 y1=373.5 y2=367.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=324.2 x2=328.4 y1=351.3 y2=347.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line><line x1=303.2 x2=307.4 y1=331.3 y2=327.4 fill=none stroke=#fff stroke-linecap=round stroke-linejoin=bevel stroke-width=7></line></g><defs><filter x=73.2 y=113.8 width=280.6 height=317.4 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=73.2 y=113.8 width=280.6 height=317.4 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-672.16 x2=-672.16 y1=165.03 y2=166.03 gradientTransform="matrix(-100.18 48.861 97.976 200.88 -83342 -93.059)"gradientUnits=userSpaceOnUse><stop stop-color=#A17500 offset=0></stop><stop stop-color=#5D2100 offset=1></stop></linearGradient><path d="m192.3 203c8.1 37.3 14 73.6 17.8 109.1 3.8 35.4 2.8 75.1-3 119.2l61.2-16.7c-15.6-59-25.2-97.9-28.6-116.6s-10.8-51.9-22.1-99.6l-25.3 4.6"clip-rule=evenodd fill-rule=evenodd></path><g stroke=#2F8A00><linearGradient x1=-660.23 x2=-660.23 y1=166.72 y2=167.72 gradientTransform="matrix(92.683 4.8573 -2.0259 38.657 61680 -3088.6)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9s-12.6-22.1-36.5-29.9c-15.9-5.2-34.4-1.5-55.5 11.1 15.9 14.3 29.5 22.6 40.7 24.9 16.8 3.6 51.3-6.1 51.3-6.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-661.36 x2=-661.36 y1=164.18 y2=165.18 gradientTransform="matrix(110 5.7648 -6.3599 121.35 73933 -15933)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5s-47.5-8.5-83.2 15.7c-23.8 16.2-34.3 49.3-31.6 99.4 30.3-27.8 52.1-48.5 65.2-61.9 19.8-20.2 49.6-53.2 49.6-53.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.79 x2=-656.79 y1=165.15 y2=166.15 gradientTransform="matrix(62.954 3.2993 -3.5023 66.828 42156 -8754.1)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m195 183.9c-0.8-21.9 6-38 20.6-48.2s29.8-15.4 45.5-15.3c-6.1 21.4-14.5 35.8-25.2 43.4s-24.4 14.2-40.9 20.1z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-663.07 x2=-663.07 y1=165.44 y2=166.44 gradientTransform="matrix(152.47 7.9907 -3.0936 59.029 101884 -4318.7)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c31.9-30 64.1-39.7 96.7-29s50.8 30.4 54.6 59.1c-35.2-5.5-60.4-9.6-75.8-12.1-15.3-2.6-40.5-8.6-75.5-18z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-662.57 x2=-662.57 y1=164.44 y2=165.44 gradientTransform="matrix(136.46 7.1517 -5.2163 99.533 91536 -11442)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c35.8-7.6 65.6-0.2 89.2 22s37.7 49 42.3 80.3c-39.8-9.7-68.3-23.8-85.5-42.4s-32.5-38.5-46-59.9z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><linearGradient x1=-656.43 x2=-656.43 y1=163.86 y2=164.86 gradientTransform="matrix(60.866 3.1899 -8.7773 167.48 41560 -25168)"gradientUnits=userSpaceOnUse><stop stop-color=#2F8A00 offset=0></stop><stop stop-color=#90FF57 offset=1></stop></linearGradient><path d="m194.9 184.5c-33.6 13.8-53.6 35.7-60.1 65.6s-3.6 63.1 8.7 99.6c27.4-40.3 43.2-69.6 47.4-88s5.6-44.1 4-77.2z"clip-rule=evenodd fill-rule=evenodd stroke-width=13></path><path d="m196.5 182.3c-14.8 21.6-25.1 41.4-30.8 59.4s-9.5 33-11.1 45.1"fill=none stroke-linecap=round stroke-width=8></path><path d="m194.9 185.7c-24.4 1.7-43.8 9-58.1 21.8s-24.7 25.4-31.3 37.8"fill=none stroke-linecap=round stroke-width=8></path><path d="m204.5 176.4c29.7-6.7 52-8.4 67-5.1s26.9 8.6 35.8 15.9"fill=none stroke-linecap=round stroke-width=8></path><path d="m196.5 181.4c20.3 9.9 38.2 20.5 53.9 31.9s27.4 22.1 35.1 32"fill=none stroke-linecap=round stroke-width=8></path></g></g><defs><filter x=50.5 y=399 width=532 height=633 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=50.5 y=399 width=532 height=633 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-666.06 x2=-666.23 y1=163.36 y2=163.75 gradientTransform="matrix(532 0 0 633 354760 -102959)"gradientUnits=userSpaceOnUse><stop stop-color=#FFF400 offset=0></stop><stop stop-color=#3C8700 offset=1></stop></linearGradient><ellipse cx=316.5 cy=715.5 rx=266 ry=316.5></ellipse></g><defs><filter x=391 y=-24 width=288 height=283 filterUnits=userSpaceOnUse><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"></feColorMatrix></filter></defs><mask x=391 y=-24 width=288 height=283 maskUnits=userSpaceOnUse><g><circle cx=316.5 cy=316.5 r=316.5 fill=#fff></circle></g></mask><g><linearGradient x1=-664.56 x2=-664.56 y1=163.79 y2=164.79 gradientTransform="matrix(227 0 0 227 151421 -37204)"gradientUnits=userSpaceOnUse><stop stop-color=#FFDF00 offset=0></stop><stop stop-color=#FF9D00 offset=1></stop></linearGradient><circle cx=565.5 cy=89.5 r=113.5></circle><linearGradient x1=-644.5 x2=-645.77 y1=342 y2=342 gradientTransform="matrix(30 0 0 1 19770 -253)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=427 x2=397 y1=89 y2=89 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-641.56 x2=-642.83 y1=196.02 y2=196.07 gradientTransform="matrix(26.5 0 0 5.5 17439 -1025.5)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=430.5 x2=404 y1=55.5 y2=50 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-643.73 x2=-645 y1=185.83 y2=185.9 gradientTransform="matrix(29 0 0 8 19107 -1361)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=431 x2=402 y1=122 y2=130 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-638.94 x2=-640.22 y1=177.09 y2=177.39 gradientTransform="matrix(24 0 0 13 15783 -2145)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=442 x2=418 y1=153 y2=166 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-633.42 x2=-634.7 y1=172.41 y2=173.31 gradientTransform="matrix(20 0 0 19 13137 -3096)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=464 x2=444 y1=180 y2=199 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-619.05 x2=-619.52 y1=170.82 y2=171.82 gradientTransform="matrix(13.83 0 0 22.85 9050 -3703.4)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=491.4 x2=477.5 y1=203 y2=225.9 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=-578.5 x2=-578.63 y1=170.31 y2=171.31 gradientTransform="matrix(7.5 0 0 24.5 4860 -3953)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=524.5 x2=517 y1=219.5 y2=244 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12></line><linearGradient x1=666.5 x2=666.5 y1=170.31 y2=171.31 gradientTransform="matrix(.5 0 0 24.5 231.5 -3944)"gradientUnits=userSpaceOnUse><stop stop-color=#FFA400 offset=0></stop><stop stop-color=#FF5E00 offset=1></stop></linearGradient><line x1=564.5 x2=565 y1=228.5 y2=253 fill=none stroke-linecap=round stroke-linejoin=bevel stroke-width=12>`);
|
|
12019
12019
|
}
|
|
12020
12020
|
});
|
|
12021
12021
|
|
|
@@ -12272,29 +12272,29 @@ function Explorer(props) {
|
|
|
12272
12272
|
},
|
|
12273
12273
|
get children() {
|
|
12274
12274
|
return [(() => {
|
|
12275
|
-
var _el$7 = _tmpl$82(), _el$8 = _el$7.firstChild, _el$9 = _el$8.firstChild, _el$
|
|
12275
|
+
var _el$7 = _tmpl$82(), _el$8 = _el$7.firstChild, _el$9 = _el$8.firstChild, _el$0 = _el$9.nextSibling, _el$1 = _el$0.nextSibling, _el$10 = _el$1.nextSibling, _el$11 = _el$10.firstChild;
|
|
12276
12276
|
_el$8.$$click = () => toggleExpanded();
|
|
12277
12277
|
insert(_el$8, createComponent(Expander, {
|
|
12278
12278
|
get expanded() {
|
|
12279
12279
|
return expanded();
|
|
12280
12280
|
}
|
|
12281
12281
|
}), _el$9);
|
|
12282
|
-
insert(_el$
|
|
12283
|
-
insert(_el$
|
|
12284
|
-
insert(_el$
|
|
12285
|
-
insert(_el$
|
|
12282
|
+
insert(_el$0, () => props.label);
|
|
12283
|
+
insert(_el$10, () => String(type()).toLowerCase() === "iterable" ? "(Iterable) " : "", _el$11);
|
|
12284
|
+
insert(_el$10, () => subEntries().length, _el$11);
|
|
12285
|
+
insert(_el$10, () => subEntries().length > 1 ? `items` : `item`, null);
|
|
12286
12286
|
insert(_el$7, createComponent(Show, {
|
|
12287
12287
|
get when() {
|
|
12288
12288
|
return props.editable;
|
|
12289
12289
|
},
|
|
12290
12290
|
get children() {
|
|
12291
|
-
var _el$
|
|
12292
|
-
insert(_el$
|
|
12291
|
+
var _el$12 = _tmpl$72();
|
|
12292
|
+
insert(_el$12, createComponent(CopyButton, {
|
|
12293
12293
|
get value() {
|
|
12294
12294
|
return props.value;
|
|
12295
12295
|
}
|
|
12296
12296
|
}), null);
|
|
12297
|
-
insert(_el$
|
|
12297
|
+
insert(_el$12, createComponent(Show, {
|
|
12298
12298
|
get when() {
|
|
12299
12299
|
return props.itemsDeletable && props.activeQuery !== void 0;
|
|
12300
12300
|
},
|
|
@@ -12307,7 +12307,7 @@ function Explorer(props) {
|
|
|
12307
12307
|
});
|
|
12308
12308
|
}
|
|
12309
12309
|
}), null);
|
|
12310
|
-
insert(_el$
|
|
12310
|
+
insert(_el$12, createComponent(Show, {
|
|
12311
12311
|
get when() {
|
|
12312
12312
|
return type() === "array" && props.activeQuery !== void 0;
|
|
12313
12313
|
},
|
|
@@ -12320,29 +12320,29 @@ function Explorer(props) {
|
|
|
12320
12320
|
});
|
|
12321
12321
|
}
|
|
12322
12322
|
}), null);
|
|
12323
|
-
insert(_el$
|
|
12323
|
+
insert(_el$12, createComponent(Show, {
|
|
12324
12324
|
get when() {
|
|
12325
12325
|
return createMemo(() => !!!!props.onEdit)() && !serialize(props.value).meta;
|
|
12326
12326
|
},
|
|
12327
12327
|
get children() {
|
|
12328
|
-
var _el$
|
|
12329
|
-
_el$
|
|
12328
|
+
var _el$13 = _tmpl$62();
|
|
12329
|
+
_el$13.$$click = () => {
|
|
12330
12330
|
props.onEdit?.();
|
|
12331
12331
|
};
|
|
12332
|
-
insert(_el$
|
|
12333
|
-
createRenderEffect(() => className(_el$
|
|
12334
|
-
return _el$
|
|
12332
|
+
insert(_el$13, createComponent(Pencil, {}));
|
|
12333
|
+
createRenderEffect(() => className(_el$13, styles().actionButton));
|
|
12334
|
+
return _el$13;
|
|
12335
12335
|
}
|
|
12336
12336
|
}), null);
|
|
12337
|
-
createRenderEffect(() => className(_el$
|
|
12338
|
-
return _el$
|
|
12337
|
+
createRenderEffect(() => className(_el$12, styles().actions));
|
|
12338
|
+
return _el$12;
|
|
12339
12339
|
}
|
|
12340
12340
|
}), null);
|
|
12341
12341
|
createRenderEffect((_p$) => {
|
|
12342
12342
|
var _v$3 = styles().expanderButtonContainer, _v$4 = styles().expanderButton, _v$5 = styles().info;
|
|
12343
12343
|
_v$3 !== _p$.e && className(_el$7, _p$.e = _v$3);
|
|
12344
12344
|
_v$4 !== _p$.t && className(_el$8, _p$.t = _v$4);
|
|
12345
|
-
_v$5 !== _p$.a && className(_el$
|
|
12345
|
+
_v$5 !== _p$.a && className(_el$10, _p$.a = _v$5);
|
|
12346
12346
|
return _p$;
|
|
12347
12347
|
}, {
|
|
12348
12348
|
e: void 0,
|
|
@@ -12360,8 +12360,8 @@ function Explorer(props) {
|
|
|
12360
12360
|
return subEntryPages().length === 1;
|
|
12361
12361
|
},
|
|
12362
12362
|
get children() {
|
|
12363
|
-
var _el$
|
|
12364
|
-
insert(_el$
|
|
12363
|
+
var _el$14 = _tmpl$72();
|
|
12364
|
+
insert(_el$14, createComponent(Key, {
|
|
12365
12365
|
get each() {
|
|
12366
12366
|
return subEntries();
|
|
12367
12367
|
},
|
|
@@ -12392,36 +12392,36 @@ function Explorer(props) {
|
|
|
12392
12392
|
});
|
|
12393
12393
|
}
|
|
12394
12394
|
}));
|
|
12395
|
-
createRenderEffect(() => className(_el$
|
|
12396
|
-
return _el$
|
|
12395
|
+
createRenderEffect(() => className(_el$14, styles().subEntry));
|
|
12396
|
+
return _el$14;
|
|
12397
12397
|
}
|
|
12398
12398
|
}), createComponent(Show, {
|
|
12399
12399
|
get when() {
|
|
12400
12400
|
return subEntryPages().length > 1;
|
|
12401
12401
|
},
|
|
12402
12402
|
get children() {
|
|
12403
|
-
var _el$
|
|
12404
|
-
insert(_el$
|
|
12403
|
+
var _el$15 = _tmpl$72();
|
|
12404
|
+
insert(_el$15, createComponent(Index, {
|
|
12405
12405
|
get each() {
|
|
12406
12406
|
return subEntryPages();
|
|
12407
12407
|
},
|
|
12408
12408
|
children: (entries2, index) => (() => {
|
|
12409
|
-
var _el$
|
|
12410
|
-
_el$
|
|
12411
|
-
insert(_el$
|
|
12409
|
+
var _el$21 = _tmpl$102(), _el$22 = _el$21.firstChild, _el$23 = _el$22.firstChild, _el$24 = _el$23.firstChild, _el$28 = _el$24.nextSibling, _el$26 = _el$28.nextSibling, _el$29 = _el$26.nextSibling; _el$29.nextSibling;
|
|
12410
|
+
_el$23.$$click = () => setExpandedPages((old) => old.includes(index) ? old.filter((d) => d !== index) : [...old, index]);
|
|
12411
|
+
insert(_el$23, createComponent(Expander, {
|
|
12412
12412
|
get expanded() {
|
|
12413
12413
|
return expandedPages().includes(index);
|
|
12414
12414
|
}
|
|
12415
|
-
}), _el$
|
|
12416
|
-
insert(_el$
|
|
12417
|
-
insert(_el$
|
|
12418
|
-
insert(_el$
|
|
12415
|
+
}), _el$24);
|
|
12416
|
+
insert(_el$23, index * 100, _el$28);
|
|
12417
|
+
insert(_el$23, index * 100 + 100 - 1, _el$29);
|
|
12418
|
+
insert(_el$22, createComponent(Show, {
|
|
12419
12419
|
get when() {
|
|
12420
12420
|
return expandedPages().includes(index);
|
|
12421
12421
|
},
|
|
12422
12422
|
get children() {
|
|
12423
|
-
var _el$
|
|
12424
|
-
insert(_el$
|
|
12423
|
+
var _el$30 = _tmpl$72();
|
|
12424
|
+
insert(_el$30, createComponent(Key, {
|
|
12425
12425
|
get each() {
|
|
12426
12426
|
return entries2();
|
|
12427
12427
|
},
|
|
@@ -12447,24 +12447,24 @@ function Explorer(props) {
|
|
|
12447
12447
|
}
|
|
12448
12448
|
})
|
|
12449
12449
|
}));
|
|
12450
|
-
createRenderEffect(() => className(_el$
|
|
12451
|
-
return _el$
|
|
12450
|
+
createRenderEffect(() => className(_el$30, styles().subEntry));
|
|
12451
|
+
return _el$30;
|
|
12452
12452
|
}
|
|
12453
12453
|
}), null);
|
|
12454
12454
|
createRenderEffect((_p$) => {
|
|
12455
|
-
var _v$
|
|
12456
|
-
_v$
|
|
12457
|
-
_v$
|
|
12455
|
+
var _v$0 = styles().entry, _v$1 = styles().expanderButton;
|
|
12456
|
+
_v$0 !== _p$.e && className(_el$22, _p$.e = _v$0);
|
|
12457
|
+
_v$1 !== _p$.t && className(_el$23, _p$.t = _v$1);
|
|
12458
12458
|
return _p$;
|
|
12459
12459
|
}, {
|
|
12460
12460
|
e: void 0,
|
|
12461
12461
|
t: void 0
|
|
12462
12462
|
});
|
|
12463
|
-
return _el$
|
|
12463
|
+
return _el$21;
|
|
12464
12464
|
})()
|
|
12465
12465
|
}));
|
|
12466
|
-
createRenderEffect(() => className(_el$
|
|
12467
|
-
return _el$
|
|
12466
|
+
createRenderEffect(() => className(_el$15, styles().subEntry));
|
|
12467
|
+
return _el$15;
|
|
12468
12468
|
}
|
|
12469
12469
|
})];
|
|
12470
12470
|
}
|
|
@@ -12476,18 +12476,18 @@ function Explorer(props) {
|
|
|
12476
12476
|
return subEntryPages().length === 0;
|
|
12477
12477
|
},
|
|
12478
12478
|
get children() {
|
|
12479
|
-
var _el$
|
|
12480
|
-
insert(_el$
|
|
12481
|
-
insert(_el$
|
|
12479
|
+
var _el$16 = _tmpl$110(), _el$17 = _el$16.firstChild, _el$18 = _el$17.firstChild;
|
|
12480
|
+
insert(_el$17, () => props.label, _el$18);
|
|
12481
|
+
insert(_el$16, createComponent(Show, {
|
|
12482
12482
|
get when() {
|
|
12483
12483
|
return createMemo(() => !!(props.editable && props.activeQuery !== void 0))() && (type() === "string" || type() === "number" || type() === "boolean");
|
|
12484
12484
|
},
|
|
12485
12485
|
get fallback() {
|
|
12486
12486
|
return (() => {
|
|
12487
|
-
var _el$
|
|
12488
|
-
insert(_el$
|
|
12489
|
-
createRenderEffect(() => className(_el$
|
|
12490
|
-
return _el$
|
|
12487
|
+
var _el$31 = _tmpl$02();
|
|
12488
|
+
insert(_el$31, () => displayValue(props.value));
|
|
12489
|
+
createRenderEffect(() => className(_el$31, styles().value));
|
|
12490
|
+
return _el$31;
|
|
12491
12491
|
})();
|
|
12492
12492
|
},
|
|
12493
12493
|
get children() {
|
|
@@ -12496,31 +12496,31 @@ function Explorer(props) {
|
|
|
12496
12496
|
return createMemo(() => !!(props.editable && props.activeQuery !== void 0))() && (type() === "string" || type() === "number");
|
|
12497
12497
|
},
|
|
12498
12498
|
get children() {
|
|
12499
|
-
var _el$
|
|
12500
|
-
_el$
|
|
12499
|
+
var _el$19 = _tmpl$92();
|
|
12500
|
+
_el$19.addEventListener("change", (changeEvent) => {
|
|
12501
12501
|
const oldData = props.activeQuery.state.data;
|
|
12502
12502
|
const newData = updateNestedDataByPath(oldData, currentDataPath, type() === "number" ? changeEvent.target.valueAsNumber : changeEvent.target.value);
|
|
12503
12503
|
queryClient.setQueryData(props.activeQuery.queryKey, newData);
|
|
12504
12504
|
});
|
|
12505
12505
|
createRenderEffect((_p$) => {
|
|
12506
12506
|
var _v$6 = type() === "number" ? "number" : "text", _v$7 = clsx(styles().value, styles().editableInput);
|
|
12507
|
-
_v$6 !== _p$.e && setAttribute(_el$
|
|
12508
|
-
_v$7 !== _p$.t && className(_el$
|
|
12507
|
+
_v$6 !== _p$.e && setAttribute(_el$19, "type", _p$.e = _v$6);
|
|
12508
|
+
_v$7 !== _p$.t && className(_el$19, _p$.t = _v$7);
|
|
12509
12509
|
return _p$;
|
|
12510
12510
|
}, {
|
|
12511
12511
|
e: void 0,
|
|
12512
12512
|
t: void 0
|
|
12513
12513
|
});
|
|
12514
|
-
createRenderEffect(() => _el$
|
|
12515
|
-
return _el$
|
|
12514
|
+
createRenderEffect(() => _el$19.value = props.value);
|
|
12515
|
+
return _el$19;
|
|
12516
12516
|
}
|
|
12517
12517
|
}), createComponent(Show, {
|
|
12518
12518
|
get when() {
|
|
12519
12519
|
return type() === "boolean";
|
|
12520
12520
|
},
|
|
12521
12521
|
get children() {
|
|
12522
|
-
var _el$
|
|
12523
|
-
insert(_el$
|
|
12522
|
+
var _el$20 = _tmpl$02();
|
|
12523
|
+
insert(_el$20, createComponent(ToggleValueButton, {
|
|
12524
12524
|
get activeQuery() {
|
|
12525
12525
|
return props.activeQuery;
|
|
12526
12526
|
},
|
|
@@ -12529,14 +12529,14 @@ function Explorer(props) {
|
|
|
12529
12529
|
return props.value;
|
|
12530
12530
|
}
|
|
12531
12531
|
}), null);
|
|
12532
|
-
insert(_el$
|
|
12533
|
-
createRenderEffect(() => className(_el$
|
|
12534
|
-
return _el$
|
|
12532
|
+
insert(_el$20, () => displayValue(props.value), null);
|
|
12533
|
+
createRenderEffect(() => className(_el$20, clsx(styles().value, styles().actions, styles().editableInput)));
|
|
12534
|
+
return _el$20;
|
|
12535
12535
|
}
|
|
12536
12536
|
})];
|
|
12537
12537
|
}
|
|
12538
12538
|
}), null);
|
|
12539
|
-
insert(_el$
|
|
12539
|
+
insert(_el$16, createComponent(Show, {
|
|
12540
12540
|
get when() {
|
|
12541
12541
|
return props.editable && props.itemsDeletable && props.activeQuery !== void 0;
|
|
12542
12542
|
},
|
|
@@ -12551,21 +12551,21 @@ function Explorer(props) {
|
|
|
12551
12551
|
}), null);
|
|
12552
12552
|
createRenderEffect((_p$) => {
|
|
12553
12553
|
var _v$8 = styles().row, _v$9 = styles().label;
|
|
12554
|
-
_v$8 !== _p$.e && className(_el$
|
|
12555
|
-
_v$9 !== _p$.t && className(_el$
|
|
12554
|
+
_v$8 !== _p$.e && className(_el$16, _p$.e = _v$8);
|
|
12555
|
+
_v$9 !== _p$.t && className(_el$17, _p$.t = _v$9);
|
|
12556
12556
|
return _p$;
|
|
12557
12557
|
}, {
|
|
12558
12558
|
e: void 0,
|
|
12559
12559
|
t: void 0
|
|
12560
12560
|
});
|
|
12561
|
-
return _el$
|
|
12561
|
+
return _el$16;
|
|
12562
12562
|
}
|
|
12563
12563
|
}), null);
|
|
12564
12564
|
createRenderEffect(() => className(_el$6, styles().entry));
|
|
12565
12565
|
return _el$6;
|
|
12566
12566
|
})();
|
|
12567
12567
|
}
|
|
12568
|
-
var _tmpl$
|
|
12568
|
+
var _tmpl$23, _tmpl$24, _tmpl$32, _tmpl$42, _tmpl$52, _tmpl$62, _tmpl$72, _tmpl$82, _tmpl$92, _tmpl$02, _tmpl$110, _tmpl$102, Expander, CopyButton, ClearArrayButton, DeleteItemButton, ToggleValueButton, stylesFactory, lightStyles, darkStyles;
|
|
12569
12569
|
var init_Explorer = __esm({
|
|
12570
12570
|
"src/Explorer.tsx"() {
|
|
12571
12571
|
init_web();
|
|
@@ -12586,8 +12586,8 @@ var init_Explorer = __esm({
|
|
|
12586
12586
|
init_utils();
|
|
12587
12587
|
init_icons();
|
|
12588
12588
|
init_contexts();
|
|
12589
|
-
_tmpl$
|
|
12590
|
-
_tmpl$
|
|
12589
|
+
_tmpl$23 = /* @__PURE__ */ template(`<span><svg width=16 height=16 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M6 12L10 8L6 4"stroke-width=2 stroke-linecap=round stroke-linejoin=round>`);
|
|
12590
|
+
_tmpl$24 = /* @__PURE__ */ template(`<button title="Copy object to clipboard">`);
|
|
12591
12591
|
_tmpl$32 = /* @__PURE__ */ template(`<button title="Remove all items"aria-label="Remove all items">`);
|
|
12592
12592
|
_tmpl$42 = /* @__PURE__ */ template(`<button title="Delete item"aria-label="Delete item">`);
|
|
12593
12593
|
_tmpl$52 = /* @__PURE__ */ template(`<button title="Toggle value"aria-label="Toggle value">`);
|
|
@@ -12595,9 +12595,9 @@ var init_Explorer = __esm({
|
|
|
12595
12595
|
_tmpl$72 = /* @__PURE__ */ template(`<div>`);
|
|
12596
12596
|
_tmpl$82 = /* @__PURE__ */ template(`<div><button> <span></span> <span> `);
|
|
12597
12597
|
_tmpl$92 = /* @__PURE__ */ template(`<input>`);
|
|
12598
|
-
_tmpl$
|
|
12599
|
-
_tmpl$
|
|
12600
|
-
_tmpl$
|
|
12598
|
+
_tmpl$02 = /* @__PURE__ */ template(`<span>`);
|
|
12599
|
+
_tmpl$110 = /* @__PURE__ */ template(`<div><span>:`);
|
|
12600
|
+
_tmpl$102 = /* @__PURE__ */ template(`<div><div><button> [<!>...<!>]`);
|
|
12601
12601
|
Expander = (props) => {
|
|
12602
12602
|
const theme = useTheme();
|
|
12603
12603
|
const css = useQueryDevtoolsContext().shadowDOMTarget ? u.bind({
|
|
@@ -12607,7 +12607,7 @@ var init_Explorer = __esm({
|
|
|
12607
12607
|
return theme() === "dark" ? darkStyles(css) : lightStyles(css);
|
|
12608
12608
|
});
|
|
12609
12609
|
return (() => {
|
|
12610
|
-
var _el$ = _tmpl$
|
|
12610
|
+
var _el$ = _tmpl$23();
|
|
12611
12611
|
createRenderEffect(() => className(_el$, clsx(styles().expander, css`
|
|
12612
12612
|
transform: rotate(${props.expanded ? 90 : 0}deg);
|
|
12613
12613
|
`, props.expanded && css`
|
|
@@ -12628,7 +12628,7 @@ var init_Explorer = __esm({
|
|
|
12628
12628
|
});
|
|
12629
12629
|
const [copyState, setCopyState] = createSignal("NoCopy");
|
|
12630
12630
|
return (() => {
|
|
12631
|
-
var _el$2 = _tmpl$
|
|
12631
|
+
var _el$2 = _tmpl$24();
|
|
12632
12632
|
addEventListener(_el$2, "click", copyState() === "NoCopy" ? () => {
|
|
12633
12633
|
navigator.clipboard.writeText(stringify(props.value)).then(() => {
|
|
12634
12634
|
setCopyState("SuccessCopy");
|
|
@@ -12900,7 +12900,7 @@ var init_Explorer = __esm({
|
|
|
12900
12900
|
});
|
|
12901
12901
|
|
|
12902
12902
|
// src/Devtools.tsx
|
|
12903
|
-
var _tmpl$
|
|
12903
|
+
var _tmpl$25, _tmpl$26, _tmpl$33, _tmpl$43, _tmpl$53, _tmpl$63, _tmpl$73, _tmpl$83, _tmpl$93, _tmpl$03, _tmpl$111, _tmpl$103, _tmpl$112, _tmpl$122, _tmpl$132, _tmpl$142, _tmpl$152, _tmpl$162, _tmpl$172, _tmpl$182, _tmpl$192, _tmpl$202, _tmpl$212, _tmpl$222, _tmpl$232, _tmpl$242, _tmpl$252, _tmpl$262, _tmpl$27, _tmpl$28, _tmpl$29, _tmpl$30, _tmpl$31, _tmpl$322, _tmpl$332, selectedQueryHash, setSelectedQueryHash, selectedMutationId, setSelectedMutationId, panelWidth, setPanelWidth, offline, setOffline, Devtools, PiPPanel, ParentPanel, DraggablePanel, ContentView, QueryRow, MutationRow, QueryStatusCount, MutationStatusCount, QueryStatus, QueryDetails, MutationDetails, queryCacheMap, setupQueryCacheSubscription, createSubscribeToQueryCacheBatcher, mutationCacheMap, setupMutationCacheSubscription, createSubscribeToMutationCacheBatcher, DEV_TOOLS_EVENT, sendDevToolsEvent, stylesFactory2, lightStyles2, darkStyles2;
|
|
12904
12904
|
var init_Devtools = __esm({
|
|
12905
12905
|
"src/Devtools.tsx"() {
|
|
12906
12906
|
init_web();
|
|
@@ -12929,8 +12929,8 @@ var init_Devtools = __esm({
|
|
|
12929
12929
|
init_Explorer();
|
|
12930
12930
|
init_contexts();
|
|
12931
12931
|
init_constants();
|
|
12932
|
-
_tmpl$
|
|
12933
|
-
_tmpl$
|
|
12932
|
+
_tmpl$25 = /* @__PURE__ */ template(`<div><div aria-hidden=true></div><button type=button aria-label="Open Tanstack query devtools"class=tsqd-open-btn>`);
|
|
12933
|
+
_tmpl$26 = /* @__PURE__ */ template(`<div>`);
|
|
12934
12934
|
_tmpl$33 = /* @__PURE__ */ template(`<aside aria-label="Tanstack query devtools"><div></div><button aria-label="Close tanstack query devtools">`);
|
|
12935
12935
|
_tmpl$43 = /* @__PURE__ */ template(`<select name=tsqd-queries-filter-sort>`);
|
|
12936
12936
|
_tmpl$53 = /* @__PURE__ */ template(`<select name=tsqd-mutations-filter-sort>`);
|
|
@@ -12938,31 +12938,32 @@ var init_Devtools = __esm({
|
|
|
12938
12938
|
_tmpl$73 = /* @__PURE__ */ template(`<span>Desc`);
|
|
12939
12939
|
_tmpl$83 = /* @__PURE__ */ template(`<button aria-label="Open in picture-in-picture mode"title="Open in picture-in-picture mode">`);
|
|
12940
12940
|
_tmpl$93 = /* @__PURE__ */ template(`<div>Settings`);
|
|
12941
|
-
_tmpl$
|
|
12942
|
-
_tmpl$
|
|
12943
|
-
_tmpl$
|
|
12944
|
-
_tmpl$
|
|
12945
|
-
_tmpl$
|
|
12946
|
-
_tmpl$
|
|
12947
|
-
_tmpl$
|
|
12948
|
-
_tmpl$
|
|
12949
|
-
_tmpl$
|
|
12950
|
-
_tmpl$
|
|
12951
|
-
_tmpl$
|
|
12952
|
-
_tmpl$
|
|
12953
|
-
_tmpl$
|
|
12954
|
-
_tmpl$
|
|
12955
|
-
_tmpl$
|
|
12956
|
-
_tmpl$
|
|
12957
|
-
_tmpl$
|
|
12958
|
-
_tmpl$
|
|
12959
|
-
_tmpl$
|
|
12960
|
-
_tmpl$
|
|
12961
|
-
_tmpl$
|
|
12962
|
-
_tmpl$
|
|
12963
|
-
_tmpl$
|
|
12964
|
-
_tmpl$
|
|
12965
|
-
_tmpl$
|
|
12941
|
+
_tmpl$03 = /* @__PURE__ */ template(`<span>Position`);
|
|
12942
|
+
_tmpl$111 = /* @__PURE__ */ template(`<span>Top`);
|
|
12943
|
+
_tmpl$103 = /* @__PURE__ */ template(`<span>Bottom`);
|
|
12944
|
+
_tmpl$112 = /* @__PURE__ */ template(`<span>Left`);
|
|
12945
|
+
_tmpl$122 = /* @__PURE__ */ template(`<span>Right`);
|
|
12946
|
+
_tmpl$132 = /* @__PURE__ */ template(`<span>Theme`);
|
|
12947
|
+
_tmpl$142 = /* @__PURE__ */ template(`<span>Light`);
|
|
12948
|
+
_tmpl$152 = /* @__PURE__ */ template(`<span>Dark`);
|
|
12949
|
+
_tmpl$162 = /* @__PURE__ */ template(`<span>System`);
|
|
12950
|
+
_tmpl$172 = /* @__PURE__ */ template(`<div><div class=tsqd-queries-container>`);
|
|
12951
|
+
_tmpl$182 = /* @__PURE__ */ template(`<div><div class=tsqd-mutations-container>`);
|
|
12952
|
+
_tmpl$192 = /* @__PURE__ */ template(`<div><div><div><button aria-label="Close Tanstack query devtools"><span>TANSTACK</span><span> v</span></button></div></div><div><div><div><input aria-label="Filter queries by query key"type=text placeholder=Filter name=tsqd-query-filter-input></div><div></div><button class=tsqd-query-filter-sort-order-btn></button></div><div><button aria-label="Clear query cache"></button><button>`);
|
|
12953
|
+
_tmpl$202 = /* @__PURE__ */ template(`<option>Sort by `);
|
|
12954
|
+
_tmpl$212 = /* @__PURE__ */ template(`<div class=tsqd-query-disabled-indicator>disabled`);
|
|
12955
|
+
_tmpl$222 = /* @__PURE__ */ template(`<div class=tsqd-query-static-indicator>static`);
|
|
12956
|
+
_tmpl$232 = /* @__PURE__ */ template(`<button><div></div><code class=tsqd-query-hash>`);
|
|
12957
|
+
_tmpl$242 = /* @__PURE__ */ template(`<div role=tooltip id=tsqd-status-tooltip>`);
|
|
12958
|
+
_tmpl$252 = /* @__PURE__ */ template(`<span>`);
|
|
12959
|
+
_tmpl$262 = /* @__PURE__ */ template(`<button><span></span><span>`);
|
|
12960
|
+
_tmpl$27 = /* @__PURE__ */ template(`<button><span></span> Error`);
|
|
12961
|
+
_tmpl$28 = /* @__PURE__ */ template(`<div><span></span>Trigger Error<select><option value=""disabled selected>`);
|
|
12962
|
+
_tmpl$29 = /* @__PURE__ */ template(`<div class="tsqd-query-details-explorer-container tsqd-query-details-data-explorer">`);
|
|
12963
|
+
_tmpl$30 = /* @__PURE__ */ template(`<form><textarea name=data></textarea><div><span></span><div><button type=button>Cancel</button><button>Save`);
|
|
12964
|
+
_tmpl$31 = /* @__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">`);
|
|
12965
|
+
_tmpl$322 = /* @__PURE__ */ template(`<option>`);
|
|
12966
|
+
_tmpl$332 = /* @__PURE__ */ template(`<div><div>Mutation Details</div><div><div class=tsqd-query-details-summary><pre><code></code></pre><span></span></div><div class=tsqd-query-details-last-updated><span>Submitted At:</span><span></span></div></div><div>Variables Details</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Context Details</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Data Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer"></div><div>Mutations Explorer</div><div class="tsqd-query-details-explorer-container tsqd-query-details-query-explorer">`);
|
|
12966
12967
|
[selectedQueryHash, setSelectedQueryHash] = createSignal(null);
|
|
12967
12968
|
[selectedMutationId, setSelectedMutationId] = createSignal(null);
|
|
12968
12969
|
[panelWidth, setPanelWidth] = createSignal(0);
|
|
@@ -12975,6 +12976,15 @@ var init_Devtools = __esm({
|
|
|
12975
12976
|
const styles = createMemo(() => {
|
|
12976
12977
|
return theme() === "dark" ? darkStyles2(css) : lightStyles2(css);
|
|
12977
12978
|
});
|
|
12979
|
+
const onlineManager = createMemo(() => useQueryDevtoolsContext().onlineManager);
|
|
12980
|
+
onMount(() => {
|
|
12981
|
+
const unsubscribe = onlineManager().subscribe((online) => {
|
|
12982
|
+
setOffline(!online);
|
|
12983
|
+
});
|
|
12984
|
+
onCleanup(() => {
|
|
12985
|
+
unsubscribe();
|
|
12986
|
+
});
|
|
12987
|
+
});
|
|
12978
12988
|
const pip = usePiPWindow();
|
|
12979
12989
|
const buttonPosition = createMemo(() => {
|
|
12980
12990
|
return useQueryDevtoolsContext().buttonPosition || BUTTON_POSITION;
|
|
@@ -13026,7 +13036,7 @@ var init_Devtools = __esm({
|
|
|
13026
13036
|
});
|
|
13027
13037
|
}
|
|
13028
13038
|
}), (() => {
|
|
13029
|
-
var _el$ = _tmpl$
|
|
13039
|
+
var _el$ = _tmpl$26();
|
|
13030
13040
|
var _ref$ = transitionsContainerRef;
|
|
13031
13041
|
typeof _ref$ === "function" ? use(_ref$, _el$) : transitionsContainerRef = _el$;
|
|
13032
13042
|
insert(_el$, createComponent(TransitionGroup, {
|
|
@@ -13057,7 +13067,7 @@ var init_Devtools = __esm({
|
|
|
13057
13067
|
return !isOpen();
|
|
13058
13068
|
},
|
|
13059
13069
|
get children() {
|
|
13060
|
-
var _el$2 = _tmpl$
|
|
13070
|
+
var _el$2 = _tmpl$25(), _el$3 = _el$2.firstChild, _el$4 = _el$3.nextSibling;
|
|
13061
13071
|
insert(_el$3, createComponent(TanstackLogo, {}));
|
|
13062
13072
|
_el$4.$$click = () => props.setLocalStore("open", "true");
|
|
13063
13073
|
insert(_el$4, createComponent(TanstackLogo, {}));
|
|
@@ -13139,7 +13149,7 @@ var init_Devtools = __esm({
|
|
|
13139
13149
|
});
|
|
13140
13150
|
});
|
|
13141
13151
|
return (() => {
|
|
13142
|
-
var _el$5 = _tmpl$
|
|
13152
|
+
var _el$5 = _tmpl$26();
|
|
13143
13153
|
_el$5.style.setProperty("--tsqd-font-size", "16px");
|
|
13144
13154
|
_el$5.style.setProperty("max-height", "100vh");
|
|
13145
13155
|
_el$5.style.setProperty("height", "100vh");
|
|
@@ -13188,7 +13198,7 @@ var init_Devtools = __esm({
|
|
|
13188
13198
|
`;
|
|
13189
13199
|
};
|
|
13190
13200
|
return (() => {
|
|
13191
|
-
var _el$6 = _tmpl$
|
|
13201
|
+
var _el$6 = _tmpl$26();
|
|
13192
13202
|
var _ref$2 = panelRef;
|
|
13193
13203
|
typeof _ref$2 === "function" ? use(_ref$2, _el$6) : panelRef = _el$6;
|
|
13194
13204
|
_el$6.style.setProperty("--tsqd-font-size", "16px");
|
|
@@ -13395,10 +13405,10 @@ var init_Devtools = __esm({
|
|
|
13395
13405
|
el.style.setProperty("--tsqd-font-size", variable);
|
|
13396
13406
|
};
|
|
13397
13407
|
return [(() => {
|
|
13398
|
-
var _el$
|
|
13408
|
+
var _el$0 = _tmpl$192(), _el$1 = _el$0.firstChild, _el$10 = _el$1.firstChild, _el$11 = _el$10.firstChild, _el$12 = _el$11.firstChild, _el$13 = _el$12.nextSibling, _el$14 = _el$13.firstChild, _el$15 = _el$1.nextSibling, _el$16 = _el$15.firstChild, _el$17 = _el$16.firstChild, _el$18 = _el$17.firstChild, _el$19 = _el$17.nextSibling, _el$22 = _el$19.nextSibling, _el$25 = _el$16.nextSibling, _el$26 = _el$25.firstChild, _el$27 = _el$26.nextSibling;
|
|
13399
13409
|
var _ref$4 = containerRef;
|
|
13400
|
-
typeof _ref$4 === "function" ? use(_ref$4, _el$
|
|
13401
|
-
_el$
|
|
13410
|
+
typeof _ref$4 === "function" ? use(_ref$4, _el$0) : containerRef = _el$0;
|
|
13411
|
+
_el$11.$$click = () => {
|
|
13402
13412
|
if (!pip().pipWindow && !props.showPanelViewOnly) {
|
|
13403
13413
|
props.setLocalStore("open", "false");
|
|
13404
13414
|
return;
|
|
@@ -13407,9 +13417,9 @@ var init_Devtools = __esm({
|
|
|
13407
13417
|
props.onClose();
|
|
13408
13418
|
}
|
|
13409
13419
|
};
|
|
13410
|
-
insert(_el$
|
|
13411
|
-
insert(_el$
|
|
13412
|
-
insert(_el$
|
|
13420
|
+
insert(_el$13, () => useQueryDevtoolsContext().queryFlavor, _el$14);
|
|
13421
|
+
insert(_el$13, () => useQueryDevtoolsContext().version, null);
|
|
13422
|
+
insert(_el$10, createComponent(radio_group_exports.Root, {
|
|
13413
13423
|
get ["class"]() {
|
|
13414
13424
|
return clsx(styles().viewToggle);
|
|
13415
13425
|
},
|
|
@@ -13451,7 +13461,7 @@ var init_Devtools = __esm({
|
|
|
13451
13461
|
})];
|
|
13452
13462
|
}
|
|
13453
13463
|
}), null);
|
|
13454
|
-
insert(_el$
|
|
13464
|
+
insert(_el$1, createComponent(Show, {
|
|
13455
13465
|
get when() {
|
|
13456
13466
|
return selectedView() === "queries";
|
|
13457
13467
|
},
|
|
@@ -13459,7 +13469,7 @@ var init_Devtools = __esm({
|
|
|
13459
13469
|
return createComponent(QueryStatusCount, {});
|
|
13460
13470
|
}
|
|
13461
13471
|
}), null);
|
|
13462
|
-
insert(_el$
|
|
13472
|
+
insert(_el$1, createComponent(Show, {
|
|
13463
13473
|
get when() {
|
|
13464
13474
|
return selectedView() === "mutations";
|
|
13465
13475
|
},
|
|
@@ -13467,61 +13477,61 @@ var init_Devtools = __esm({
|
|
|
13467
13477
|
return createComponent(MutationStatusCount, {});
|
|
13468
13478
|
}
|
|
13469
13479
|
}), null);
|
|
13470
|
-
insert(_el$
|
|
13471
|
-
_el$
|
|
13480
|
+
insert(_el$17, createComponent(Search, {}), _el$18);
|
|
13481
|
+
_el$18.$$input = (e2) => {
|
|
13472
13482
|
if (selectedView() === "queries") {
|
|
13473
13483
|
props.setLocalStore("filter", e2.currentTarget.value);
|
|
13474
13484
|
} else {
|
|
13475
13485
|
props.setLocalStore("mutationFilter", e2.currentTarget.value);
|
|
13476
13486
|
}
|
|
13477
13487
|
};
|
|
13478
|
-
insert(_el$
|
|
13488
|
+
insert(_el$19, createComponent(Show, {
|
|
13479
13489
|
get when() {
|
|
13480
13490
|
return selectedView() === "queries";
|
|
13481
13491
|
},
|
|
13482
13492
|
get children() {
|
|
13483
|
-
var _el$
|
|
13484
|
-
_el$
|
|
13493
|
+
var _el$20 = _tmpl$43();
|
|
13494
|
+
_el$20.addEventListener("change", (e2) => {
|
|
13485
13495
|
props.setLocalStore("sort", e2.currentTarget.value);
|
|
13486
13496
|
});
|
|
13487
|
-
insert(_el$
|
|
13488
|
-
var _el$
|
|
13489
|
-
_el$
|
|
13490
|
-
insert(_el$
|
|
13491
|
-
return _el$
|
|
13497
|
+
insert(_el$20, () => Object.keys(sortFns).map((key) => (() => {
|
|
13498
|
+
var _el$43 = _tmpl$202(); _el$43.firstChild;
|
|
13499
|
+
_el$43.value = key;
|
|
13500
|
+
insert(_el$43, key, null);
|
|
13501
|
+
return _el$43;
|
|
13492
13502
|
})()));
|
|
13493
|
-
createRenderEffect(() => _el$
|
|
13494
|
-
return _el$
|
|
13503
|
+
createRenderEffect(() => _el$20.value = sort());
|
|
13504
|
+
return _el$20;
|
|
13495
13505
|
}
|
|
13496
13506
|
}), null);
|
|
13497
|
-
insert(_el$
|
|
13507
|
+
insert(_el$19, createComponent(Show, {
|
|
13498
13508
|
get when() {
|
|
13499
13509
|
return selectedView() === "mutations";
|
|
13500
13510
|
},
|
|
13501
13511
|
get children() {
|
|
13502
|
-
var _el$
|
|
13503
|
-
_el$
|
|
13512
|
+
var _el$21 = _tmpl$53();
|
|
13513
|
+
_el$21.addEventListener("change", (e2) => {
|
|
13504
13514
|
props.setLocalStore("mutationSort", e2.currentTarget.value);
|
|
13505
13515
|
});
|
|
13506
|
-
insert(_el$
|
|
13507
|
-
var _el$
|
|
13508
|
-
_el$
|
|
13509
|
-
insert(_el$
|
|
13510
|
-
return _el$
|
|
13516
|
+
insert(_el$21, () => Object.keys(mutationSortFns).map((key) => (() => {
|
|
13517
|
+
var _el$45 = _tmpl$202(); _el$45.firstChild;
|
|
13518
|
+
_el$45.value = key;
|
|
13519
|
+
insert(_el$45, key, null);
|
|
13520
|
+
return _el$45;
|
|
13511
13521
|
})()));
|
|
13512
|
-
createRenderEffect(() => _el$
|
|
13513
|
-
return _el$
|
|
13522
|
+
createRenderEffect(() => _el$21.value = mutationSort());
|
|
13523
|
+
return _el$21;
|
|
13514
13524
|
}
|
|
13515
13525
|
}), null);
|
|
13516
|
-
insert(_el$
|
|
13517
|
-
_el$
|
|
13526
|
+
insert(_el$19, createComponent(ChevronDown, {}), null);
|
|
13527
|
+
_el$22.$$click = () => {
|
|
13518
13528
|
if (selectedView() === "queries") {
|
|
13519
13529
|
props.setLocalStore("sortOrder", String(sortOrder() * -1));
|
|
13520
13530
|
} else {
|
|
13521
13531
|
props.setLocalStore("mutationSortOrder", String(mutationSortOrder() * -1));
|
|
13522
13532
|
}
|
|
13523
13533
|
};
|
|
13524
|
-
insert(_el$
|
|
13534
|
+
insert(_el$22, createComponent(Show, {
|
|
13525
13535
|
get when() {
|
|
13526
13536
|
return (selectedView() === "queries" ? sortOrder() : mutationSortOrder()) === 1;
|
|
13527
13537
|
},
|
|
@@ -13529,7 +13539,7 @@ var init_Devtools = __esm({
|
|
|
13529
13539
|
return [_tmpl$63(), createComponent(ArrowUp, {})];
|
|
13530
13540
|
}
|
|
13531
13541
|
}), null);
|
|
13532
|
-
insert(_el$
|
|
13542
|
+
insert(_el$22, createComponent(Show, {
|
|
13533
13543
|
get when() {
|
|
13534
13544
|
return (selectedView() === "queries" ? sortOrder() : mutationSortOrder()) === -1;
|
|
13535
13545
|
},
|
|
@@ -13537,42 +13547,42 @@ var init_Devtools = __esm({
|
|
|
13537
13547
|
return [_tmpl$73(), createComponent(ArrowDown, {})];
|
|
13538
13548
|
}
|
|
13539
13549
|
}), null);
|
|
13540
|
-
_el$
|
|
13550
|
+
_el$26.$$click = () => {
|
|
13541
13551
|
if (selectedView() === "queries") {
|
|
13552
|
+
sendDevToolsEvent({
|
|
13553
|
+
type: "CLEAR_QUERY_CACHE"
|
|
13554
|
+
});
|
|
13542
13555
|
query_cache().clear();
|
|
13543
13556
|
} else {
|
|
13557
|
+
sendDevToolsEvent({
|
|
13558
|
+
type: "CLEAR_MUTATION_CACHE"
|
|
13559
|
+
});
|
|
13544
13560
|
mutation_cache().clear();
|
|
13545
13561
|
}
|
|
13546
13562
|
};
|
|
13547
|
-
insert(_el$
|
|
13548
|
-
_el$
|
|
13549
|
-
|
|
13550
|
-
onlineManager().setOnline(true);
|
|
13551
|
-
setOffline(false);
|
|
13552
|
-
} else {
|
|
13553
|
-
onlineManager().setOnline(false);
|
|
13554
|
-
setOffline(true);
|
|
13555
|
-
}
|
|
13563
|
+
insert(_el$26, createComponent(Trash, {}));
|
|
13564
|
+
_el$27.$$click = () => {
|
|
13565
|
+
onlineManager().setOnline(!onlineManager().isOnline());
|
|
13556
13566
|
};
|
|
13557
|
-
insert(_el$
|
|
13567
|
+
insert(_el$27, (() => {
|
|
13558
13568
|
var _c$ = createMemo(() => !!offline());
|
|
13559
13569
|
return () => _c$() ? createComponent(Offline, {}) : createComponent(Wifi, {});
|
|
13560
13570
|
})());
|
|
13561
|
-
insert(_el$
|
|
13571
|
+
insert(_el$25, createComponent(Show, {
|
|
13562
13572
|
get when() {
|
|
13563
13573
|
return createMemo(() => !!!pip().pipWindow)() && !pip().disabled;
|
|
13564
13574
|
},
|
|
13565
13575
|
get children() {
|
|
13566
|
-
var _el$
|
|
13567
|
-
_el$
|
|
13576
|
+
var _el$28 = _tmpl$83();
|
|
13577
|
+
_el$28.$$click = () => {
|
|
13568
13578
|
pip().requestPipWindow(Number(window.innerWidth), Number(props.localStore.height ?? 500));
|
|
13569
13579
|
};
|
|
13570
|
-
insert(_el$
|
|
13571
|
-
createRenderEffect(() => className(_el$
|
|
13572
|
-
return _el$
|
|
13580
|
+
insert(_el$28, createComponent(PiPIcon, {}));
|
|
13581
|
+
createRenderEffect(() => className(_el$28, clsx(styles().actionsBtn, "tsqd-actions-btn", "tsqd-action-open-pip")));
|
|
13582
|
+
return _el$28;
|
|
13573
13583
|
}
|
|
13574
13584
|
}), null);
|
|
13575
|
-
insert(_el$
|
|
13585
|
+
insert(_el$25, createComponent(dropdown_menu_exports.Root, {
|
|
13576
13586
|
gutter: 4,
|
|
13577
13587
|
get children() {
|
|
13578
13588
|
return [createComponent(dropdown_menu_exports.Trigger, {
|
|
@@ -13594,9 +13604,9 @@ var init_Devtools = __esm({
|
|
|
13594
13604
|
},
|
|
13595
13605
|
get children() {
|
|
13596
13606
|
return [(() => {
|
|
13597
|
-
var _el$
|
|
13598
|
-
createRenderEffect(() => className(_el$
|
|
13599
|
-
return _el$
|
|
13607
|
+
var _el$29 = _tmpl$93();
|
|
13608
|
+
createRenderEffect(() => className(_el$29, clsx(styles().settingsMenuHeader, "tsqd-settings-menu-header")));
|
|
13609
|
+
return _el$29;
|
|
13600
13610
|
})(), createComponent(Show, {
|
|
13601
13611
|
get when() {
|
|
13602
13612
|
return !props.showPanelViewOnly;
|
|
@@ -13612,7 +13622,7 @@ var init_Devtools = __esm({
|
|
|
13612
13622
|
return clsx(styles().settingsSubTrigger, "tsqd-settings-menu-sub-trigger", "tsqd-settings-menu-sub-trigger-position");
|
|
13613
13623
|
},
|
|
13614
13624
|
get children() {
|
|
13615
|
-
return [_tmpl$
|
|
13625
|
+
return [_tmpl$03(), createComponent(ChevronDown, {})];
|
|
13616
13626
|
}
|
|
13617
13627
|
}), createComponent(dropdown_menu_exports.Portal, {
|
|
13618
13628
|
ref: (el) => setComputedVariables(el),
|
|
@@ -13634,7 +13644,7 @@ var init_Devtools = __esm({
|
|
|
13634
13644
|
return clsx(styles().settingsSubButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-top");
|
|
13635
13645
|
},
|
|
13636
13646
|
get children() {
|
|
13637
|
-
return [_tmpl$
|
|
13647
|
+
return [_tmpl$111(), createComponent(ArrowUp, {})];
|
|
13638
13648
|
}
|
|
13639
13649
|
}), createComponent(dropdown_menu_exports.Item, {
|
|
13640
13650
|
onSelect: () => {
|
|
@@ -13645,7 +13655,7 @@ var init_Devtools = __esm({
|
|
|
13645
13655
|
return clsx(styles().settingsSubButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-bottom");
|
|
13646
13656
|
},
|
|
13647
13657
|
get children() {
|
|
13648
|
-
return [_tmpl$
|
|
13658
|
+
return [_tmpl$103(), createComponent(ArrowDown, {})];
|
|
13649
13659
|
}
|
|
13650
13660
|
}), createComponent(dropdown_menu_exports.Item, {
|
|
13651
13661
|
onSelect: () => {
|
|
@@ -13656,7 +13666,7 @@ var init_Devtools = __esm({
|
|
|
13656
13666
|
return clsx(styles().settingsSubButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-left");
|
|
13657
13667
|
},
|
|
13658
13668
|
get children() {
|
|
13659
|
-
return [_tmpl$
|
|
13669
|
+
return [_tmpl$112(), createComponent(ArrowLeft, {})];
|
|
13660
13670
|
}
|
|
13661
13671
|
}), createComponent(dropdown_menu_exports.Item, {
|
|
13662
13672
|
onSelect: () => {
|
|
@@ -13667,7 +13677,7 @@ var init_Devtools = __esm({
|
|
|
13667
13677
|
return clsx(styles().settingsSubButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-right");
|
|
13668
13678
|
},
|
|
13669
13679
|
get children() {
|
|
13670
|
-
return [_tmpl$
|
|
13680
|
+
return [_tmpl$122(), createComponent(ArrowRight, {})];
|
|
13671
13681
|
}
|
|
13672
13682
|
})];
|
|
13673
13683
|
}
|
|
@@ -13687,7 +13697,7 @@ var init_Devtools = __esm({
|
|
|
13687
13697
|
return clsx(styles().settingsSubTrigger, "tsqd-settings-menu-sub-trigger", "tsqd-settings-menu-sub-trigger-position");
|
|
13688
13698
|
},
|
|
13689
13699
|
get children() {
|
|
13690
|
-
return [_tmpl$
|
|
13700
|
+
return [_tmpl$132(), createComponent(ChevronDown, {})];
|
|
13691
13701
|
}
|
|
13692
13702
|
}), createComponent(dropdown_menu_exports.Portal, {
|
|
13693
13703
|
ref: (el) => setComputedVariables(el),
|
|
@@ -13709,7 +13719,7 @@ var init_Devtools = __esm({
|
|
|
13709
13719
|
return clsx(styles().settingsSubButton, props.localStore.theme_preference === "light" && styles().themeSelectedButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-top");
|
|
13710
13720
|
},
|
|
13711
13721
|
get children() {
|
|
13712
|
-
return [_tmpl$
|
|
13722
|
+
return [_tmpl$142(), createComponent(Sun, {})];
|
|
13713
13723
|
}
|
|
13714
13724
|
}), createComponent(dropdown_menu_exports.Item, {
|
|
13715
13725
|
onSelect: () => {
|
|
@@ -13720,7 +13730,7 @@ var init_Devtools = __esm({
|
|
|
13720
13730
|
return clsx(styles().settingsSubButton, props.localStore.theme_preference === "dark" && styles().themeSelectedButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-bottom");
|
|
13721
13731
|
},
|
|
13722
13732
|
get children() {
|
|
13723
|
-
return [_tmpl$
|
|
13733
|
+
return [_tmpl$152(), createComponent(Moon, {})];
|
|
13724
13734
|
}
|
|
13725
13735
|
}), createComponent(dropdown_menu_exports.Item, {
|
|
13726
13736
|
onSelect: () => {
|
|
@@ -13731,7 +13741,7 @@ var init_Devtools = __esm({
|
|
|
13731
13741
|
return clsx(styles().settingsSubButton, props.localStore.theme_preference === "system" && styles().themeSelectedButton, "tsqd-settings-menu-position-btn", "tsqd-settings-menu-position-btn-left");
|
|
13732
13742
|
},
|
|
13733
13743
|
get children() {
|
|
13734
|
-
return [_tmpl$
|
|
13744
|
+
return [_tmpl$162(), createComponent(Monitor, {})];
|
|
13735
13745
|
}
|
|
13736
13746
|
})];
|
|
13737
13747
|
}
|
|
@@ -13746,13 +13756,13 @@ var init_Devtools = __esm({
|
|
|
13746
13756
|
})];
|
|
13747
13757
|
}
|
|
13748
13758
|
}), null);
|
|
13749
|
-
insert(_el$
|
|
13759
|
+
insert(_el$0, createComponent(Show, {
|
|
13750
13760
|
get when() {
|
|
13751
13761
|
return selectedView() === "queries";
|
|
13752
13762
|
},
|
|
13753
13763
|
get children() {
|
|
13754
|
-
var _el$
|
|
13755
|
-
insert(_el$
|
|
13764
|
+
var _el$39 = _tmpl$172(), _el$40 = _el$39.firstChild;
|
|
13765
|
+
insert(_el$40, createComponent(Key, {
|
|
13756
13766
|
by: (q) => q.queryHash,
|
|
13757
13767
|
get each() {
|
|
13758
13768
|
return queries();
|
|
@@ -13763,17 +13773,17 @@ var init_Devtools = __esm({
|
|
|
13763
13773
|
}
|
|
13764
13774
|
})
|
|
13765
13775
|
}));
|
|
13766
|
-
createRenderEffect(() => className(_el$
|
|
13767
|
-
return _el$
|
|
13776
|
+
createRenderEffect(() => className(_el$39, clsx(styles().overflowQueryContainer, "tsqd-queries-overflow-container")));
|
|
13777
|
+
return _el$39;
|
|
13768
13778
|
}
|
|
13769
13779
|
}), null);
|
|
13770
|
-
insert(_el$
|
|
13780
|
+
insert(_el$0, createComponent(Show, {
|
|
13771
13781
|
get when() {
|
|
13772
13782
|
return selectedView() === "mutations";
|
|
13773
13783
|
},
|
|
13774
13784
|
get children() {
|
|
13775
|
-
var _el$
|
|
13776
|
-
insert(_el$
|
|
13785
|
+
var _el$41 = _tmpl$182(), _el$42 = _el$41.firstChild;
|
|
13786
|
+
insert(_el$42, createComponent(Key, {
|
|
13777
13787
|
by: (m) => m.mutationId,
|
|
13778
13788
|
get each() {
|
|
13779
13789
|
return mutations();
|
|
@@ -13784,8 +13794,8 @@ var init_Devtools = __esm({
|
|
|
13784
13794
|
}
|
|
13785
13795
|
})
|
|
13786
13796
|
}));
|
|
13787
|
-
createRenderEffect(() => className(_el$
|
|
13788
|
-
return _el$
|
|
13797
|
+
createRenderEffect(() => className(_el$41, clsx(styles().overflowQueryContainer, "tsqd-mutations-overflow-container")));
|
|
13798
|
+
return _el$41;
|
|
13789
13799
|
}
|
|
13790
13800
|
}), null);
|
|
13791
13801
|
createRenderEffect((_p$) => {
|
|
@@ -13795,27 +13805,27 @@ var init_Devtools = __esm({
|
|
|
13795
13805
|
`, panelWidth() < secondBreakpoint && !(selectedQueryHash() || selectedMutationId()) && css`
|
|
13796
13806
|
height: 100%;
|
|
13797
13807
|
max-height: 100%;
|
|
13798
|
-
`, "tsqd-queries-container"), _v$7 = clsx(styles().row, "tsqd-header"), _v$8 = styles().logoAndToggleContainer, _v$9 = clsx(styles().logo, "tsqd-text-logo-container"), _v$
|
|
13799
|
-
_v$6 !== _p$.e && className(_el$
|
|
13800
|
-
_v$7 !== _p$.t && className(_el$
|
|
13801
|
-
_v$8 !== _p$.a && className(_el$
|
|
13802
|
-
_v$9 !== _p$.o && className(_el$
|
|
13803
|
-
_v$
|
|
13804
|
-
_v$
|
|
13805
|
-
_v$
|
|
13806
|
-
_v$
|
|
13807
|
-
_v$
|
|
13808
|
-
_v$
|
|
13809
|
-
_v$
|
|
13810
|
-
_v$
|
|
13811
|
-
_v$
|
|
13812
|
-
_v$
|
|
13813
|
-
_v$
|
|
13814
|
-
_v$
|
|
13815
|
-
_v$
|
|
13816
|
-
_v$
|
|
13817
|
-
_v$
|
|
13818
|
-
_v$
|
|
13808
|
+
`, "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"}`;
|
|
13809
|
+
_v$6 !== _p$.e && className(_el$0, _p$.e = _v$6);
|
|
13810
|
+
_v$7 !== _p$.t && className(_el$1, _p$.t = _v$7);
|
|
13811
|
+
_v$8 !== _p$.a && className(_el$10, _p$.a = _v$8);
|
|
13812
|
+
_v$9 !== _p$.o && className(_el$11, _p$.o = _v$9);
|
|
13813
|
+
_v$0 !== _p$.i && className(_el$12, _p$.i = _v$0);
|
|
13814
|
+
_v$1 !== _p$.n && className(_el$13, _p$.n = _v$1);
|
|
13815
|
+
_v$10 !== _p$.s && className(_el$15, _p$.s = _v$10);
|
|
13816
|
+
_v$11 !== _p$.h && className(_el$16, _p$.h = _v$11);
|
|
13817
|
+
_v$12 !== _p$.r && className(_el$17, _p$.r = _v$12);
|
|
13818
|
+
_v$13 !== _p$.d && className(_el$18, _p$.d = _v$13);
|
|
13819
|
+
_v$14 !== _p$.l && className(_el$19, _p$.l = _v$14);
|
|
13820
|
+
_v$15 !== _p$.u && setAttribute(_el$22, "aria-label", _p$.u = _v$15);
|
|
13821
|
+
_v$16 !== _p$.c && setAttribute(_el$22, "aria-pressed", _p$.c = _v$16);
|
|
13822
|
+
_v$17 !== _p$.w && className(_el$25, _p$.w = _v$17);
|
|
13823
|
+
_v$18 !== _p$.m && className(_el$26, _p$.m = _v$18);
|
|
13824
|
+
_v$19 !== _p$.f && setAttribute(_el$26, "title", _p$.f = _v$19);
|
|
13825
|
+
_v$20 !== _p$.y && className(_el$27, _p$.y = _v$20);
|
|
13826
|
+
_v$21 !== _p$.g && setAttribute(_el$27, "aria-label", _p$.g = _v$21);
|
|
13827
|
+
_v$22 !== _p$.p && setAttribute(_el$27, "aria-pressed", _p$.p = _v$22);
|
|
13828
|
+
_v$23 !== _p$.b && setAttribute(_el$27, "title", _p$.b = _v$23);
|
|
13819
13829
|
return _p$;
|
|
13820
13830
|
}, {
|
|
13821
13831
|
e: void 0,
|
|
@@ -13839,8 +13849,8 @@ var init_Devtools = __esm({
|
|
|
13839
13849
|
p: void 0,
|
|
13840
13850
|
b: void 0
|
|
13841
13851
|
});
|
|
13842
|
-
createRenderEffect(() => _el$
|
|
13843
|
-
return _el$
|
|
13852
|
+
createRenderEffect(() => _el$18.value = selectedView() === "queries" ? props.localStore.filter || "" : props.localStore.mutationFilter || "");
|
|
13853
|
+
return _el$0;
|
|
13844
13854
|
})(), createComponent(Show, {
|
|
13845
13855
|
get when() {
|
|
13846
13856
|
return createMemo(() => selectedView() === "queries")() && selectedQueryHash();
|
|
@@ -13876,6 +13886,9 @@ var init_Devtools = __esm({
|
|
|
13876
13886
|
const isDisabled = createSubscribeToQueryCacheBatcher((queryCache) => queryCache().find({
|
|
13877
13887
|
queryKey: props.query.queryKey
|
|
13878
13888
|
})?.isDisabled() ?? false, true, (e2) => e2.query.queryHash === props.query.queryHash);
|
|
13889
|
+
const isStatic = createSubscribeToQueryCacheBatcher((queryCache) => queryCache().find({
|
|
13890
|
+
queryKey: props.query.queryKey
|
|
13891
|
+
})?.isStatic() ?? false, true, (e2) => e2.query.queryHash === props.query.queryHash);
|
|
13879
13892
|
const isStale = createSubscribeToQueryCacheBatcher((queryCache) => queryCache().find({
|
|
13880
13893
|
queryKey: props.query.queryKey
|
|
13881
13894
|
})?.isStale() ?? false, true, (e2) => e2.query.queryHash === props.query.queryHash);
|
|
@@ -13904,30 +13917,38 @@ var init_Devtools = __esm({
|
|
|
13904
13917
|
return queryState();
|
|
13905
13918
|
},
|
|
13906
13919
|
get children() {
|
|
13907
|
-
var _el$
|
|
13908
|
-
_el$
|
|
13909
|
-
insert(_el$
|
|
13910
|
-
insert(_el$
|
|
13911
|
-
insert(_el$
|
|
13920
|
+
var _el$47 = _tmpl$232(), _el$48 = _el$47.firstChild, _el$49 = _el$48.nextSibling;
|
|
13921
|
+
_el$47.$$click = () => setSelectedQueryHash(props.query.queryHash === selectedQueryHash() ? null : props.query.queryHash);
|
|
13922
|
+
insert(_el$48, observers);
|
|
13923
|
+
insert(_el$49, () => props.query.queryHash);
|
|
13924
|
+
insert(_el$47, createComponent(Show, {
|
|
13912
13925
|
get when() {
|
|
13913
13926
|
return isDisabled();
|
|
13914
13927
|
},
|
|
13915
13928
|
get children() {
|
|
13916
|
-
return _tmpl$
|
|
13929
|
+
return _tmpl$212();
|
|
13930
|
+
}
|
|
13931
|
+
}), null);
|
|
13932
|
+
insert(_el$47, createComponent(Show, {
|
|
13933
|
+
get when() {
|
|
13934
|
+
return isStatic();
|
|
13935
|
+
},
|
|
13936
|
+
get children() {
|
|
13937
|
+
return _tmpl$222();
|
|
13917
13938
|
}
|
|
13918
13939
|
}), null);
|
|
13919
13940
|
createRenderEffect((_p$) => {
|
|
13920
|
-
var _v$
|
|
13921
|
-
_v$
|
|
13922
|
-
_v$
|
|
13923
|
-
_v$
|
|
13941
|
+
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");
|
|
13942
|
+
_v$24 !== _p$.e && className(_el$47, _p$.e = _v$24);
|
|
13943
|
+
_v$25 !== _p$.t && setAttribute(_el$47, "aria-label", _p$.t = _v$25);
|
|
13944
|
+
_v$26 !== _p$.a && className(_el$48, _p$.a = _v$26);
|
|
13924
13945
|
return _p$;
|
|
13925
13946
|
}, {
|
|
13926
13947
|
e: void 0,
|
|
13927
13948
|
t: void 0,
|
|
13928
13949
|
a: void 0
|
|
13929
13950
|
});
|
|
13930
|
-
return _el$
|
|
13951
|
+
return _el$47;
|
|
13931
13952
|
}
|
|
13932
13953
|
});
|
|
13933
13954
|
};
|
|
@@ -13982,11 +14003,11 @@ var init_Devtools = __esm({
|
|
|
13982
14003
|
return mutationState();
|
|
13983
14004
|
},
|
|
13984
14005
|
get children() {
|
|
13985
|
-
var _el$
|
|
13986
|
-
_el$
|
|
14006
|
+
var _el$52 = _tmpl$232(), _el$53 = _el$52.firstChild, _el$54 = _el$53.nextSibling;
|
|
14007
|
+
_el$52.$$click = () => {
|
|
13987
14008
|
setSelectedMutationId(props.mutation.mutationId === selectedMutationId() ? null : props.mutation.mutationId);
|
|
13988
14009
|
};
|
|
13989
|
-
insert(_el$
|
|
14010
|
+
insert(_el$53, createComponent(Show, {
|
|
13990
14011
|
get when() {
|
|
13991
14012
|
return color() === "purple";
|
|
13992
14013
|
},
|
|
@@ -13994,7 +14015,7 @@ var init_Devtools = __esm({
|
|
|
13994
14015
|
return createComponent(PauseCircle, {});
|
|
13995
14016
|
}
|
|
13996
14017
|
}), null);
|
|
13997
|
-
insert(_el$
|
|
14018
|
+
insert(_el$53, createComponent(Show, {
|
|
13998
14019
|
get when() {
|
|
13999
14020
|
return color() === "green";
|
|
14000
14021
|
},
|
|
@@ -14002,7 +14023,7 @@ var init_Devtools = __esm({
|
|
|
14002
14023
|
return createComponent(CheckCircle, {});
|
|
14003
14024
|
}
|
|
14004
14025
|
}), null);
|
|
14005
|
-
insert(_el$
|
|
14026
|
+
insert(_el$53, createComponent(Show, {
|
|
14006
14027
|
get when() {
|
|
14007
14028
|
return color() === "red";
|
|
14008
14029
|
},
|
|
@@ -14010,7 +14031,7 @@ var init_Devtools = __esm({
|
|
|
14010
14031
|
return createComponent(XCircle, {});
|
|
14011
14032
|
}
|
|
14012
14033
|
}), null);
|
|
14013
|
-
insert(_el$
|
|
14034
|
+
insert(_el$53, createComponent(Show, {
|
|
14014
14035
|
get when() {
|
|
14015
14036
|
return color() === "yellow";
|
|
14016
14037
|
},
|
|
@@ -14018,7 +14039,7 @@ var init_Devtools = __esm({
|
|
|
14018
14039
|
return createComponent(LoadingCircle, {});
|
|
14019
14040
|
}
|
|
14020
14041
|
}), null);
|
|
14021
|
-
insert(_el$
|
|
14042
|
+
insert(_el$54, createComponent(Show, {
|
|
14022
14043
|
get when() {
|
|
14023
14044
|
return props.mutation.options.mutationKey;
|
|
14024
14045
|
},
|
|
@@ -14026,19 +14047,19 @@ var init_Devtools = __esm({
|
|
|
14026
14047
|
return [createMemo(() => JSON.stringify(props.mutation.options.mutationKey)), " -", " "];
|
|
14027
14048
|
}
|
|
14028
14049
|
}), null);
|
|
14029
|
-
insert(_el$
|
|
14050
|
+
insert(_el$54, () => new Date(props.mutation.state.submittedAt).toLocaleString(), null);
|
|
14030
14051
|
createRenderEffect((_p$) => {
|
|
14031
|
-
var _v$
|
|
14032
|
-
_v$
|
|
14033
|
-
_v$
|
|
14034
|
-
_v$
|
|
14052
|
+
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");
|
|
14053
|
+
_v$27 !== _p$.e && className(_el$52, _p$.e = _v$27);
|
|
14054
|
+
_v$28 !== _p$.t && setAttribute(_el$52, "aria-label", _p$.t = _v$28);
|
|
14055
|
+
_v$29 !== _p$.a && className(_el$53, _p$.a = _v$29);
|
|
14035
14056
|
return _p$;
|
|
14036
14057
|
}, {
|
|
14037
14058
|
e: void 0,
|
|
14038
14059
|
t: void 0,
|
|
14039
14060
|
a: void 0
|
|
14040
14061
|
});
|
|
14041
|
-
return _el$
|
|
14062
|
+
return _el$52;
|
|
14042
14063
|
}
|
|
14043
14064
|
});
|
|
14044
14065
|
};
|
|
@@ -14056,44 +14077,44 @@ var init_Devtools = __esm({
|
|
|
14056
14077
|
return theme() === "dark" ? darkStyles2(css) : lightStyles2(css);
|
|
14057
14078
|
});
|
|
14058
14079
|
return (() => {
|
|
14059
|
-
var _el$
|
|
14060
|
-
insert(_el$
|
|
14080
|
+
var _el$55 = _tmpl$26();
|
|
14081
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
14061
14082
|
label: "Fresh",
|
|
14062
14083
|
color: "green",
|
|
14063
14084
|
get count() {
|
|
14064
14085
|
return fresh();
|
|
14065
14086
|
}
|
|
14066
14087
|
}), null);
|
|
14067
|
-
insert(_el$
|
|
14088
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
14068
14089
|
label: "Fetching",
|
|
14069
14090
|
color: "blue",
|
|
14070
14091
|
get count() {
|
|
14071
14092
|
return fetching();
|
|
14072
14093
|
}
|
|
14073
14094
|
}), null);
|
|
14074
|
-
insert(_el$
|
|
14095
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
14075
14096
|
label: "Paused",
|
|
14076
14097
|
color: "purple",
|
|
14077
14098
|
get count() {
|
|
14078
14099
|
return paused();
|
|
14079
14100
|
}
|
|
14080
14101
|
}), null);
|
|
14081
|
-
insert(_el$
|
|
14102
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
14082
14103
|
label: "Stale",
|
|
14083
14104
|
color: "yellow",
|
|
14084
14105
|
get count() {
|
|
14085
14106
|
return stale();
|
|
14086
14107
|
}
|
|
14087
14108
|
}), null);
|
|
14088
|
-
insert(_el$
|
|
14109
|
+
insert(_el$55, createComponent(QueryStatus, {
|
|
14089
14110
|
label: "Inactive",
|
|
14090
14111
|
color: "gray",
|
|
14091
14112
|
get count() {
|
|
14092
14113
|
return inactive();
|
|
14093
14114
|
}
|
|
14094
14115
|
}), null);
|
|
14095
|
-
createRenderEffect(() => className(_el$
|
|
14096
|
-
return _el$
|
|
14116
|
+
createRenderEffect(() => className(_el$55, clsx(styles().queryStatusContainer, "tsqd-query-status-container")));
|
|
14117
|
+
return _el$55;
|
|
14097
14118
|
})();
|
|
14098
14119
|
};
|
|
14099
14120
|
MutationStatusCount = () => {
|
|
@@ -14121,37 +14142,37 @@ var init_Devtools = __esm({
|
|
|
14121
14142
|
return theme() === "dark" ? darkStyles2(css) : lightStyles2(css);
|
|
14122
14143
|
});
|
|
14123
14144
|
return (() => {
|
|
14124
|
-
var _el$
|
|
14125
|
-
insert(_el$
|
|
14145
|
+
var _el$56 = _tmpl$26();
|
|
14146
|
+
insert(_el$56, createComponent(QueryStatus, {
|
|
14126
14147
|
label: "Paused",
|
|
14127
14148
|
color: "purple",
|
|
14128
14149
|
get count() {
|
|
14129
14150
|
return paused();
|
|
14130
14151
|
}
|
|
14131
14152
|
}), null);
|
|
14132
|
-
insert(_el$
|
|
14153
|
+
insert(_el$56, createComponent(QueryStatus, {
|
|
14133
14154
|
label: "Pending",
|
|
14134
14155
|
color: "yellow",
|
|
14135
14156
|
get count() {
|
|
14136
14157
|
return pending();
|
|
14137
14158
|
}
|
|
14138
14159
|
}), null);
|
|
14139
|
-
insert(_el$
|
|
14160
|
+
insert(_el$56, createComponent(QueryStatus, {
|
|
14140
14161
|
label: "Success",
|
|
14141
14162
|
color: "green",
|
|
14142
14163
|
get count() {
|
|
14143
14164
|
return success();
|
|
14144
14165
|
}
|
|
14145
14166
|
}), null);
|
|
14146
|
-
insert(_el$
|
|
14167
|
+
insert(_el$56, createComponent(QueryStatus, {
|
|
14147
14168
|
label: "Error",
|
|
14148
14169
|
color: "red",
|
|
14149
14170
|
get count() {
|
|
14150
14171
|
return error();
|
|
14151
14172
|
}
|
|
14152
14173
|
}), null);
|
|
14153
|
-
createRenderEffect(() => className(_el$
|
|
14154
|
-
return _el$
|
|
14174
|
+
createRenderEffect(() => className(_el$56, clsx(styles().queryStatusContainer, "tsqd-query-status-container")));
|
|
14175
|
+
return _el$56;
|
|
14155
14176
|
})();
|
|
14156
14177
|
};
|
|
14157
14178
|
QueryStatus = (props) => {
|
|
@@ -14182,17 +14203,17 @@ var init_Devtools = __esm({
|
|
|
14182
14203
|
return true;
|
|
14183
14204
|
});
|
|
14184
14205
|
return (() => {
|
|
14185
|
-
var _el$
|
|
14206
|
+
var _el$57 = _tmpl$262(), _el$59 = _el$57.firstChild, _el$61 = _el$59.nextSibling;
|
|
14186
14207
|
var _ref$5 = tagRef;
|
|
14187
|
-
typeof _ref$5 === "function" ? use(_ref$5, _el$
|
|
14188
|
-
_el$
|
|
14208
|
+
typeof _ref$5 === "function" ? use(_ref$5, _el$57) : tagRef = _el$57;
|
|
14209
|
+
_el$57.addEventListener("mouseleave", () => {
|
|
14189
14210
|
setMouseOver(false);
|
|
14190
14211
|
setFocused(false);
|
|
14191
14212
|
});
|
|
14192
|
-
_el$
|
|
14193
|
-
_el$
|
|
14194
|
-
_el$
|
|
14195
|
-
spread(_el$
|
|
14213
|
+
_el$57.addEventListener("mouseenter", () => setMouseOver(true));
|
|
14214
|
+
_el$57.addEventListener("blur", () => setFocused(false));
|
|
14215
|
+
_el$57.addEventListener("focus", () => setFocused(true));
|
|
14216
|
+
spread(_el$57, mergeProps({
|
|
14196
14217
|
get disabled() {
|
|
14197
14218
|
return showLabel();
|
|
14198
14219
|
},
|
|
@@ -14207,47 +14228,47 @@ var init_Devtools = __esm({
|
|
|
14207
14228
|
}, () => mouseOver() || focused() ? {
|
|
14208
14229
|
"aria-describedby": "tsqd-status-tooltip"
|
|
14209
14230
|
} : {}), false, true);
|
|
14210
|
-
insert(_el$
|
|
14231
|
+
insert(_el$57, createComponent(Show, {
|
|
14211
14232
|
get when() {
|
|
14212
14233
|
return createMemo(() => !!!showLabel())() && (mouseOver() || focused());
|
|
14213
14234
|
},
|
|
14214
14235
|
get children() {
|
|
14215
|
-
var _el$
|
|
14216
|
-
insert(_el$
|
|
14217
|
-
createRenderEffect(() => className(_el$
|
|
14218
|
-
return _el$
|
|
14236
|
+
var _el$58 = _tmpl$242();
|
|
14237
|
+
insert(_el$58, () => props.label);
|
|
14238
|
+
createRenderEffect(() => className(_el$58, clsx(styles().statusTooltip, "tsqd-query-status-tooltip")));
|
|
14239
|
+
return _el$58;
|
|
14219
14240
|
}
|
|
14220
|
-
}), _el$
|
|
14221
|
-
insert(_el$
|
|
14241
|
+
}), _el$59);
|
|
14242
|
+
insert(_el$57, createComponent(Show, {
|
|
14222
14243
|
get when() {
|
|
14223
14244
|
return showLabel();
|
|
14224
14245
|
},
|
|
14225
14246
|
get children() {
|
|
14226
|
-
var _el$
|
|
14227
|
-
insert(_el$
|
|
14228
|
-
createRenderEffect(() => className(_el$
|
|
14229
|
-
return _el$
|
|
14247
|
+
var _el$60 = _tmpl$252();
|
|
14248
|
+
insert(_el$60, () => props.label);
|
|
14249
|
+
createRenderEffect(() => className(_el$60, clsx(styles().queryStatusTagLabel, "tsqd-query-status-tag-label")));
|
|
14250
|
+
return _el$60;
|
|
14230
14251
|
}
|
|
14231
|
-
}), _el$
|
|
14232
|
-
insert(_el$
|
|
14252
|
+
}), _el$61);
|
|
14253
|
+
insert(_el$61, () => props.count);
|
|
14233
14254
|
createRenderEffect((_p$) => {
|
|
14234
|
-
var _v$
|
|
14255
|
+
var _v$30 = clsx(css`
|
|
14235
14256
|
width: ${tokens.size[1.5]};
|
|
14236
14257
|
height: ${tokens.size[1.5]};
|
|
14237
14258
|
border-radius: ${tokens.border.radius.full};
|
|
14238
14259
|
background-color: ${tokens.colors[props.color][500]};
|
|
14239
|
-
`, "tsqd-query-status-tag-dot"), _v$
|
|
14260
|
+
`, "tsqd-query-status-tag-dot"), _v$31 = clsx(styles().queryStatusCount, props.count > 0 && props.color !== "gray" && css`
|
|
14240
14261
|
background-color: ${t2(colors[props.color][100], colors[props.color][900])};
|
|
14241
14262
|
color: ${t2(colors[props.color][700], colors[props.color][300])};
|
|
14242
14263
|
`, "tsqd-query-status-tag-count");
|
|
14243
|
-
_v$
|
|
14244
|
-
_v$
|
|
14264
|
+
_v$30 !== _p$.e && className(_el$59, _p$.e = _v$30);
|
|
14265
|
+
_v$31 !== _p$.t && className(_el$61, _p$.t = _v$31);
|
|
14245
14266
|
return _p$;
|
|
14246
14267
|
}, {
|
|
14247
14268
|
e: void 0,
|
|
14248
14269
|
t: void 0
|
|
14249
14270
|
});
|
|
14250
|
-
return _el$
|
|
14271
|
+
return _el$57;
|
|
14251
14272
|
})();
|
|
14252
14273
|
};
|
|
14253
14274
|
QueryDetails = () => {
|
|
@@ -14290,24 +14311,42 @@ var init_Devtools = __esm({
|
|
|
14290
14311
|
const observerCount = createSubscribeToQueryCacheBatcher((queryCache) => queryCache().getAll().find((query) => query.queryHash === selectedQueryHash())?.getObserversCount() ?? 0);
|
|
14291
14312
|
const color = createMemo(() => getQueryStatusColorByLabel(statusLabel()));
|
|
14292
14313
|
const handleRefetch = () => {
|
|
14314
|
+
sendDevToolsEvent({
|
|
14315
|
+
type: "REFETCH",
|
|
14316
|
+
queryHash: activeQuery()?.queryHash
|
|
14317
|
+
});
|
|
14293
14318
|
const promise = activeQuery()?.fetch();
|
|
14294
14319
|
promise?.catch(() => {
|
|
14295
14320
|
});
|
|
14296
14321
|
};
|
|
14297
14322
|
const triggerError = (errorType) => {
|
|
14298
|
-
const
|
|
14299
|
-
|
|
14300
|
-
|
|
14323
|
+
const activeQueryVal = activeQuery();
|
|
14324
|
+
if (!activeQueryVal) return;
|
|
14325
|
+
sendDevToolsEvent({
|
|
14326
|
+
type: "TRIGGER_ERROR",
|
|
14327
|
+
queryHash: activeQueryVal.queryHash,
|
|
14328
|
+
metadata: {
|
|
14329
|
+
error: errorType?.name
|
|
14330
|
+
}
|
|
14331
|
+
});
|
|
14332
|
+
const error = errorType?.initializer(activeQueryVal) ?? new Error("Unknown error from devtools");
|
|
14333
|
+
const __previousQueryOptions = activeQueryVal.options;
|
|
14334
|
+
activeQueryVal.setState({
|
|
14301
14335
|
status: "error",
|
|
14302
14336
|
error,
|
|
14303
14337
|
fetchMeta: {
|
|
14304
|
-
...
|
|
14338
|
+
...activeQueryVal.state.fetchMeta,
|
|
14305
14339
|
__previousQueryOptions
|
|
14306
14340
|
}
|
|
14307
14341
|
});
|
|
14308
14342
|
};
|
|
14309
14343
|
const restoreQueryAfterLoadingOrError = () => {
|
|
14310
14344
|
const activeQueryVal = activeQuery();
|
|
14345
|
+
if (!activeQueryVal) return;
|
|
14346
|
+
sendDevToolsEvent({
|
|
14347
|
+
type: "RESTORE_LOADING",
|
|
14348
|
+
queryHash: activeQueryVal.queryHash
|
|
14349
|
+
});
|
|
14311
14350
|
const previousState = activeQueryVal.state;
|
|
14312
14351
|
const previousOptions = activeQueryVal.state.fetchMeta ? activeQueryVal.state.fetchMeta.__previousQueryOptions : null;
|
|
14313
14352
|
activeQueryVal.cancel({
|
|
@@ -14346,25 +14385,45 @@ var init_Devtools = __esm({
|
|
|
14346
14385
|
return createMemo(() => !!activeQuery())() && activeQueryState();
|
|
14347
14386
|
},
|
|
14348
14387
|
get children() {
|
|
14349
|
-
var _el$
|
|
14350
|
-
insert(_el$
|
|
14351
|
-
insert(_el$
|
|
14352
|
-
insert(_el$
|
|
14353
|
-
insert(_el$
|
|
14354
|
-
_el$
|
|
14355
|
-
_el$
|
|
14356
|
-
|
|
14357
|
-
|
|
14388
|
+
var _el$62 = _tmpl$31(), _el$63 = _el$62.firstChild, _el$64 = _el$63.nextSibling, _el$65 = _el$64.firstChild, _el$66 = _el$65.firstChild, _el$67 = _el$66.firstChild, _el$68 = _el$66.nextSibling, _el$69 = _el$65.nextSibling, _el$70 = _el$69.firstChild, _el$71 = _el$70.nextSibling, _el$72 = _el$69.nextSibling, _el$73 = _el$72.firstChild, _el$74 = _el$73.nextSibling, _el$75 = _el$64.nextSibling, _el$76 = _el$75.nextSibling, _el$77 = _el$76.firstChild, _el$78 = _el$77.firstChild, _el$79 = _el$77.nextSibling, _el$80 = _el$79.firstChild, _el$81 = _el$79.nextSibling, _el$82 = _el$81.firstChild, _el$83 = _el$81.nextSibling, _el$84 = _el$83.firstChild, _el$85 = _el$83.nextSibling, _el$86 = _el$85.firstChild, _el$87 = _el$86.nextSibling, _el$96 = _el$76.nextSibling; _el$96.firstChild; var _el$106 = _el$96.nextSibling, _el$107 = _el$106.nextSibling;
|
|
14389
|
+
insert(_el$67, () => displayValue(activeQuery().queryKey, true));
|
|
14390
|
+
insert(_el$68, statusLabel);
|
|
14391
|
+
insert(_el$71, observerCount);
|
|
14392
|
+
insert(_el$74, () => new Date(activeQueryState().dataUpdatedAt).toLocaleTimeString());
|
|
14393
|
+
_el$77.$$click = handleRefetch;
|
|
14394
|
+
_el$79.$$click = () => {
|
|
14395
|
+
sendDevToolsEvent({
|
|
14396
|
+
type: "INVALIDATE",
|
|
14397
|
+
queryHash: activeQuery()?.queryHash
|
|
14398
|
+
});
|
|
14399
|
+
queryClient.invalidateQueries(activeQuery());
|
|
14400
|
+
};
|
|
14401
|
+
_el$81.$$click = () => {
|
|
14402
|
+
sendDevToolsEvent({
|
|
14403
|
+
type: "RESET",
|
|
14404
|
+
queryHash: activeQuery()?.queryHash
|
|
14405
|
+
});
|
|
14406
|
+
queryClient.resetQueries(activeQuery());
|
|
14407
|
+
};
|
|
14408
|
+
_el$83.$$click = () => {
|
|
14409
|
+
sendDevToolsEvent({
|
|
14410
|
+
type: "REMOVE",
|
|
14411
|
+
queryHash: activeQuery()?.queryHash
|
|
14412
|
+
});
|
|
14358
14413
|
queryClient.removeQueries(activeQuery());
|
|
14359
14414
|
setSelectedQueryHash(null);
|
|
14360
14415
|
};
|
|
14361
|
-
_el$
|
|
14416
|
+
_el$85.$$click = () => {
|
|
14362
14417
|
if (activeQuery()?.state.data === void 0) {
|
|
14363
14418
|
setRestoringLoading(true);
|
|
14364
14419
|
restoreQueryAfterLoadingOrError();
|
|
14365
14420
|
} else {
|
|
14366
14421
|
const activeQueryVal = activeQuery();
|
|
14367
14422
|
if (!activeQueryVal) return;
|
|
14423
|
+
sendDevToolsEvent({
|
|
14424
|
+
type: "TRIGGER_LOADING",
|
|
14425
|
+
queryHash: activeQueryVal.queryHash
|
|
14426
|
+
});
|
|
14368
14427
|
const __previousQueryOptions = activeQueryVal.options;
|
|
14369
14428
|
activeQueryVal.fetch({
|
|
14370
14429
|
...__previousQueryOptions,
|
|
@@ -14384,85 +14443,89 @@ var init_Devtools = __esm({
|
|
|
14384
14443
|
});
|
|
14385
14444
|
}
|
|
14386
14445
|
};
|
|
14387
|
-
insert(_el$
|
|
14388
|
-
insert(_el$
|
|
14446
|
+
insert(_el$85, () => queryStatus() === "pending" ? "Restore" : "Trigger", _el$87);
|
|
14447
|
+
insert(_el$76, createComponent(Show, {
|
|
14389
14448
|
get when() {
|
|
14390
14449
|
return errorTypes().length === 0 || queryStatus() === "error";
|
|
14391
14450
|
},
|
|
14392
14451
|
get children() {
|
|
14393
|
-
var _el$
|
|
14394
|
-
_el$
|
|
14452
|
+
var _el$88 = _tmpl$27(), _el$89 = _el$88.firstChild, _el$90 = _el$89.nextSibling;
|
|
14453
|
+
_el$88.$$click = () => {
|
|
14395
14454
|
if (!activeQuery().state.error) {
|
|
14396
14455
|
triggerError();
|
|
14397
14456
|
} else {
|
|
14457
|
+
sendDevToolsEvent({
|
|
14458
|
+
type: "RESTORE_ERROR",
|
|
14459
|
+
queryHash: activeQuery()?.queryHash
|
|
14460
|
+
});
|
|
14398
14461
|
queryClient.resetQueries(activeQuery());
|
|
14399
14462
|
}
|
|
14400
14463
|
};
|
|
14401
|
-
insert(_el$
|
|
14464
|
+
insert(_el$88, () => queryStatus() === "error" ? "Restore" : "Trigger", _el$90);
|
|
14402
14465
|
createRenderEffect((_p$) => {
|
|
14403
|
-
var _v$
|
|
14466
|
+
var _v$32 = clsx(css`
|
|
14404
14467
|
color: ${t2(colors.red[500], colors.red[400])};
|
|
14405
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-error"), _v$
|
|
14468
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-error"), _v$33 = queryStatus() === "pending", _v$34 = css`
|
|
14406
14469
|
background-color: ${t2(colors.red[500], colors.red[400])};
|
|
14407
14470
|
`;
|
|
14408
|
-
_v$
|
|
14409
|
-
_v$
|
|
14410
|
-
_v$
|
|
14471
|
+
_v$32 !== _p$.e && className(_el$88, _p$.e = _v$32);
|
|
14472
|
+
_v$33 !== _p$.t && (_el$88.disabled = _p$.t = _v$33);
|
|
14473
|
+
_v$34 !== _p$.a && className(_el$89, _p$.a = _v$34);
|
|
14411
14474
|
return _p$;
|
|
14412
14475
|
}, {
|
|
14413
14476
|
e: void 0,
|
|
14414
14477
|
t: void 0,
|
|
14415
14478
|
a: void 0
|
|
14416
14479
|
});
|
|
14417
|
-
return _el$
|
|
14480
|
+
return _el$88;
|
|
14418
14481
|
}
|
|
14419
14482
|
}), null);
|
|
14420
|
-
insert(_el$
|
|
14483
|
+
insert(_el$76, createComponent(Show, {
|
|
14421
14484
|
get when() {
|
|
14422
14485
|
return !(errorTypes().length === 0 || queryStatus() === "error");
|
|
14423
14486
|
},
|
|
14424
14487
|
get children() {
|
|
14425
|
-
var _el$
|
|
14426
|
-
_el$
|
|
14488
|
+
var _el$91 = _tmpl$28(), _el$92 = _el$91.firstChild, _el$93 = _el$92.nextSibling, _el$94 = _el$93.nextSibling; _el$94.firstChild;
|
|
14489
|
+
_el$94.addEventListener("change", (e2) => {
|
|
14427
14490
|
const errorType = errorTypes().find((et) => et.name === e2.currentTarget.value);
|
|
14428
14491
|
triggerError(errorType);
|
|
14429
14492
|
});
|
|
14430
|
-
insert(_el$
|
|
14493
|
+
insert(_el$94, createComponent(For, {
|
|
14431
14494
|
get each() {
|
|
14432
14495
|
return errorTypes();
|
|
14433
14496
|
},
|
|
14434
14497
|
children: (errorType) => (() => {
|
|
14435
|
-
var _el$
|
|
14436
|
-
insert(_el$
|
|
14437
|
-
createRenderEffect(() => _el$
|
|
14438
|
-
return _el$
|
|
14498
|
+
var _el$108 = _tmpl$322();
|
|
14499
|
+
insert(_el$108, () => errorType.name);
|
|
14500
|
+
createRenderEffect(() => _el$108.value = errorType.name);
|
|
14501
|
+
return _el$108;
|
|
14439
14502
|
})()
|
|
14440
14503
|
}), null);
|
|
14441
|
-
insert(_el$
|
|
14504
|
+
insert(_el$91, createComponent(ChevronDown, {}), null);
|
|
14442
14505
|
createRenderEffect((_p$) => {
|
|
14443
|
-
var _v$
|
|
14506
|
+
var _v$35 = clsx(styles().actionsSelect, "tsqd-query-details-actions-btn", "tsqd-query-details-action-error-multiple"), _v$36 = css`
|
|
14444
14507
|
background-color: ${tokens.colors.red[400]};
|
|
14445
|
-
`, _v$
|
|
14446
|
-
_v$
|
|
14447
|
-
_v$
|
|
14448
|
-
_v$
|
|
14508
|
+
`, _v$37 = queryStatus() === "pending";
|
|
14509
|
+
_v$35 !== _p$.e && className(_el$91, _p$.e = _v$35);
|
|
14510
|
+
_v$36 !== _p$.t && className(_el$92, _p$.t = _v$36);
|
|
14511
|
+
_v$37 !== _p$.a && (_el$94.disabled = _p$.a = _v$37);
|
|
14449
14512
|
return _p$;
|
|
14450
14513
|
}, {
|
|
14451
14514
|
e: void 0,
|
|
14452
14515
|
t: void 0,
|
|
14453
14516
|
a: void 0
|
|
14454
14517
|
});
|
|
14455
|
-
return _el$
|
|
14518
|
+
return _el$91;
|
|
14456
14519
|
}
|
|
14457
14520
|
}), null);
|
|
14458
|
-
insert(_el$
|
|
14459
|
-
insert(_el$
|
|
14521
|
+
insert(_el$96, () => dataMode() === "view" ? "Explorer" : "Editor", null);
|
|
14522
|
+
insert(_el$62, createComponent(Show, {
|
|
14460
14523
|
get when() {
|
|
14461
14524
|
return dataMode() === "view";
|
|
14462
14525
|
},
|
|
14463
14526
|
get children() {
|
|
14464
|
-
var _el$
|
|
14465
|
-
insert(_el$
|
|
14527
|
+
var _el$98 = _tmpl$29();
|
|
14528
|
+
insert(_el$98, createComponent(Explorer, {
|
|
14466
14529
|
label: "Data",
|
|
14467
14530
|
defaultExpanded: ["Data"],
|
|
14468
14531
|
get value() {
|
|
@@ -14474,17 +14537,17 @@ var init_Devtools = __esm({
|
|
|
14474
14537
|
return activeQuery();
|
|
14475
14538
|
}
|
|
14476
14539
|
}));
|
|
14477
|
-
createRenderEffect((_$p) => (_$p = tokens.size[2]) != null ? _el$
|
|
14478
|
-
return _el$
|
|
14540
|
+
createRenderEffect((_$p) => (_$p = tokens.size[2]) != null ? _el$98.style.setProperty("padding", _$p) : _el$98.style.removeProperty("padding"));
|
|
14541
|
+
return _el$98;
|
|
14479
14542
|
}
|
|
14480
|
-
}), _el$
|
|
14481
|
-
insert(_el$
|
|
14543
|
+
}), _el$106);
|
|
14544
|
+
insert(_el$62, createComponent(Show, {
|
|
14482
14545
|
get when() {
|
|
14483
14546
|
return dataMode() === "edit";
|
|
14484
14547
|
},
|
|
14485
14548
|
get children() {
|
|
14486
|
-
var _el$
|
|
14487
|
-
_el$
|
|
14549
|
+
var _el$99 = _tmpl$30(), _el$100 = _el$99.firstChild, _el$101 = _el$100.nextSibling, _el$102 = _el$101.firstChild, _el$103 = _el$102.nextSibling, _el$104 = _el$103.firstChild, _el$105 = _el$104.nextSibling;
|
|
14550
|
+
_el$99.addEventListener("submit", (e2) => {
|
|
14488
14551
|
e2.preventDefault();
|
|
14489
14552
|
const formData = new FormData(e2.currentTarget);
|
|
14490
14553
|
const data = formData.get("data");
|
|
@@ -14499,23 +14562,23 @@ var init_Devtools = __esm({
|
|
|
14499
14562
|
setDataEditError(true);
|
|
14500
14563
|
}
|
|
14501
14564
|
});
|
|
14502
|
-
_el$
|
|
14503
|
-
insert(_el$
|
|
14504
|
-
_el$
|
|
14565
|
+
_el$100.addEventListener("focus", () => setDataEditError(false));
|
|
14566
|
+
insert(_el$102, () => dataEditError() ? "Invalid Value" : "");
|
|
14567
|
+
_el$104.$$click = () => setDataMode("view");
|
|
14505
14568
|
createRenderEffect((_p$) => {
|
|
14506
|
-
var _v$
|
|
14569
|
+
var _v$38 = clsx(styles().devtoolsEditForm, "tsqd-query-details-data-editor"), _v$39 = styles().devtoolsEditTextarea, _v$40 = dataEditError(), _v$41 = styles().devtoolsEditFormActions, _v$42 = styles().devtoolsEditFormError, _v$43 = styles().devtoolsEditFormActionContainer, _v$44 = clsx(styles().devtoolsEditFormAction, css`
|
|
14507
14570
|
color: ${t2(colors.gray[600], colors.gray[300])};
|
|
14508
|
-
`), _v$
|
|
14571
|
+
`), _v$45 = clsx(styles().devtoolsEditFormAction, css`
|
|
14509
14572
|
color: ${t2(colors.blue[600], colors.blue[400])};
|
|
14510
14573
|
`);
|
|
14511
|
-
_v$
|
|
14512
|
-
_v$
|
|
14513
|
-
_v$
|
|
14514
|
-
_v$
|
|
14515
|
-
_v$
|
|
14516
|
-
_v$
|
|
14517
|
-
_v$
|
|
14518
|
-
_v$
|
|
14574
|
+
_v$38 !== _p$.e && className(_el$99, _p$.e = _v$38);
|
|
14575
|
+
_v$39 !== _p$.t && className(_el$100, _p$.t = _v$39);
|
|
14576
|
+
_v$40 !== _p$.a && setAttribute(_el$100, "data-error", _p$.a = _v$40);
|
|
14577
|
+
_v$41 !== _p$.o && className(_el$101, _p$.o = _v$41);
|
|
14578
|
+
_v$42 !== _p$.i && className(_el$102, _p$.i = _v$42);
|
|
14579
|
+
_v$43 !== _p$.n && className(_el$103, _p$.n = _v$43);
|
|
14580
|
+
_v$44 !== _p$.s && className(_el$104, _p$.s = _v$44);
|
|
14581
|
+
_v$45 !== _p$.h && className(_el$105, _p$.h = _v$45);
|
|
14519
14582
|
return _p$;
|
|
14520
14583
|
}, {
|
|
14521
14584
|
e: void 0,
|
|
@@ -14527,11 +14590,11 @@ var init_Devtools = __esm({
|
|
|
14527
14590
|
s: void 0,
|
|
14528
14591
|
h: void 0
|
|
14529
14592
|
});
|
|
14530
|
-
createRenderEffect(() => _el$
|
|
14531
|
-
return _el$
|
|
14593
|
+
createRenderEffect(() => _el$100.value = JSON.stringify(activeQueryStateData(), null, 2));
|
|
14594
|
+
return _el$99;
|
|
14532
14595
|
}
|
|
14533
|
-
}), _el$
|
|
14534
|
-
insert(_el$
|
|
14596
|
+
}), _el$106);
|
|
14597
|
+
insert(_el$107, createComponent(Explorer, {
|
|
14535
14598
|
label: "Query",
|
|
14536
14599
|
defaultExpanded: ["Query", "queryKey"],
|
|
14537
14600
|
get value() {
|
|
@@ -14539,51 +14602,51 @@ var init_Devtools = __esm({
|
|
|
14539
14602
|
}
|
|
14540
14603
|
}));
|
|
14541
14604
|
createRenderEffect((_p$) => {
|
|
14542
|
-
var _v$
|
|
14605
|
+
var _v$46 = clsx(styles().detailsContainer, "tsqd-query-details-container"), _v$47 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$48 = clsx(styles().detailsBody, "tsqd-query-details-summary-container"), _v$49 = clsx(styles().queryDetailsStatus, getQueryStatusColors()), _v$50 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$51 = clsx(styles().actionsBody, "tsqd-query-details-actions-container"), _v$52 = clsx(css`
|
|
14543
14606
|
color: ${t2(colors.blue[600], colors.blue[400])};
|
|
14544
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-refetch"), _v$
|
|
14607
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-refetch"), _v$53 = statusLabel() === "fetching", _v$54 = css`
|
|
14545
14608
|
background-color: ${t2(colors.blue[600], colors.blue[400])};
|
|
14546
|
-
`, _v$
|
|
14609
|
+
`, _v$55 = clsx(css`
|
|
14547
14610
|
color: ${t2(colors.yellow[600], colors.yellow[400])};
|
|
14548
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-invalidate"), _v$
|
|
14611
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-invalidate"), _v$56 = queryStatus() === "pending", _v$57 = css`
|
|
14549
14612
|
background-color: ${t2(colors.yellow[600], colors.yellow[400])};
|
|
14550
|
-
`, _v$
|
|
14613
|
+
`, _v$58 = clsx(css`
|
|
14551
14614
|
color: ${t2(colors.gray[600], colors.gray[300])};
|
|
14552
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-reset"), _v$
|
|
14615
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-reset"), _v$59 = queryStatus() === "pending", _v$60 = css`
|
|
14553
14616
|
background-color: ${t2(colors.gray[600], colors.gray[400])};
|
|
14554
|
-
`, _v$
|
|
14617
|
+
`, _v$61 = clsx(css`
|
|
14555
14618
|
color: ${t2(colors.pink[500], colors.pink[400])};
|
|
14556
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-remove"), _v$
|
|
14619
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-remove"), _v$62 = statusLabel() === "fetching", _v$63 = css`
|
|
14557
14620
|
background-color: ${t2(colors.pink[500], colors.pink[400])};
|
|
14558
|
-
`, _v$
|
|
14621
|
+
`, _v$64 = clsx(css`
|
|
14559
14622
|
color: ${t2(colors.cyan[500], colors.cyan[400])};
|
|
14560
|
-
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-loading"), _v$
|
|
14623
|
+
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-loading"), _v$65 = restoringLoading(), _v$66 = css`
|
|
14561
14624
|
background-color: ${t2(colors.cyan[500], colors.cyan[400])};
|
|
14562
|
-
`, _v$
|
|
14563
|
-
_v$
|
|
14564
|
-
_v$
|
|
14565
|
-
_v$
|
|
14566
|
-
_v$
|
|
14567
|
-
_v$
|
|
14568
|
-
_v$
|
|
14569
|
-
_v$
|
|
14570
|
-
_v$
|
|
14571
|
-
_v$
|
|
14572
|
-
_v$
|
|
14573
|
-
_v$
|
|
14574
|
-
_v$
|
|
14575
|
-
_v$
|
|
14576
|
-
_v$
|
|
14577
|
-
_v$
|
|
14578
|
-
_v$
|
|
14579
|
-
_v$
|
|
14580
|
-
_v$
|
|
14581
|
-
_v$
|
|
14582
|
-
_v$
|
|
14583
|
-
_v$
|
|
14584
|
-
_v$
|
|
14585
|
-
_v$
|
|
14586
|
-
_v$
|
|
14625
|
+
`, _v$67 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$68 = clsx(styles().detailsHeader, "tsqd-query-details-header"), _v$69 = tokens.size[2];
|
|
14626
|
+
_v$46 !== _p$.e && className(_el$62, _p$.e = _v$46);
|
|
14627
|
+
_v$47 !== _p$.t && className(_el$63, _p$.t = _v$47);
|
|
14628
|
+
_v$48 !== _p$.a && className(_el$64, _p$.a = _v$48);
|
|
14629
|
+
_v$49 !== _p$.o && className(_el$68, _p$.o = _v$49);
|
|
14630
|
+
_v$50 !== _p$.i && className(_el$75, _p$.i = _v$50);
|
|
14631
|
+
_v$51 !== _p$.n && className(_el$76, _p$.n = _v$51);
|
|
14632
|
+
_v$52 !== _p$.s && className(_el$77, _p$.s = _v$52);
|
|
14633
|
+
_v$53 !== _p$.h && (_el$77.disabled = _p$.h = _v$53);
|
|
14634
|
+
_v$54 !== _p$.r && className(_el$78, _p$.r = _v$54);
|
|
14635
|
+
_v$55 !== _p$.d && className(_el$79, _p$.d = _v$55);
|
|
14636
|
+
_v$56 !== _p$.l && (_el$79.disabled = _p$.l = _v$56);
|
|
14637
|
+
_v$57 !== _p$.u && className(_el$80, _p$.u = _v$57);
|
|
14638
|
+
_v$58 !== _p$.c && className(_el$81, _p$.c = _v$58);
|
|
14639
|
+
_v$59 !== _p$.w && (_el$81.disabled = _p$.w = _v$59);
|
|
14640
|
+
_v$60 !== _p$.m && className(_el$82, _p$.m = _v$60);
|
|
14641
|
+
_v$61 !== _p$.f && className(_el$83, _p$.f = _v$61);
|
|
14642
|
+
_v$62 !== _p$.y && (_el$83.disabled = _p$.y = _v$62);
|
|
14643
|
+
_v$63 !== _p$.g && className(_el$84, _p$.g = _v$63);
|
|
14644
|
+
_v$64 !== _p$.p && className(_el$85, _p$.p = _v$64);
|
|
14645
|
+
_v$65 !== _p$.b && (_el$85.disabled = _p$.b = _v$65);
|
|
14646
|
+
_v$66 !== _p$.T && className(_el$86, _p$.T = _v$66);
|
|
14647
|
+
_v$67 !== _p$.A && className(_el$96, _p$.A = _v$67);
|
|
14648
|
+
_v$68 !== _p$.O && className(_el$106, _p$.O = _v$68);
|
|
14649
|
+
_v$69 !== _p$.I && ((_p$.I = _v$69) != null ? _el$107.style.setProperty("padding", _v$69) : _el$107.style.removeProperty("padding"));
|
|
14587
14650
|
return _p$;
|
|
14588
14651
|
}, {
|
|
14589
14652
|
e: void 0,
|
|
@@ -14611,7 +14674,7 @@ var init_Devtools = __esm({
|
|
|
14611
14674
|
O: void 0,
|
|
14612
14675
|
I: void 0
|
|
14613
14676
|
});
|
|
14614
|
-
return _el$
|
|
14677
|
+
return _el$62;
|
|
14615
14678
|
}
|
|
14616
14679
|
});
|
|
14617
14680
|
};
|
|
@@ -14663,8 +14726,8 @@ var init_Devtools = __esm({
|
|
|
14663
14726
|
return activeMutation();
|
|
14664
14727
|
},
|
|
14665
14728
|
get children() {
|
|
14666
|
-
var _el$
|
|
14667
|
-
insert(_el$
|
|
14729
|
+
var _el$109 = _tmpl$332(), _el$110 = _el$109.firstChild, _el$111 = _el$110.nextSibling, _el$112 = _el$111.firstChild, _el$113 = _el$112.firstChild, _el$114 = _el$113.firstChild, _el$115 = _el$113.nextSibling, _el$116 = _el$112.nextSibling, _el$117 = _el$116.firstChild, _el$118 = _el$117.nextSibling, _el$119 = _el$111.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, _el$126 = _el$125.nextSibling;
|
|
14730
|
+
insert(_el$114, createComponent(Show, {
|
|
14668
14731
|
get when() {
|
|
14669
14732
|
return activeMutation().options.mutationKey;
|
|
14670
14733
|
},
|
|
@@ -14673,13 +14736,13 @@ var init_Devtools = __esm({
|
|
|
14673
14736
|
return displayValue(activeMutation().options.mutationKey, true);
|
|
14674
14737
|
}
|
|
14675
14738
|
}));
|
|
14676
|
-
insert(_el$
|
|
14739
|
+
insert(_el$115, createComponent(Show, {
|
|
14677
14740
|
get when() {
|
|
14678
14741
|
return color() === "purple";
|
|
14679
14742
|
},
|
|
14680
14743
|
children: "pending"
|
|
14681
14744
|
}), null);
|
|
14682
|
-
insert(_el$
|
|
14745
|
+
insert(_el$115, createComponent(Show, {
|
|
14683
14746
|
get when() {
|
|
14684
14747
|
return color() !== "purple";
|
|
14685
14748
|
},
|
|
@@ -14687,29 +14750,29 @@ var init_Devtools = __esm({
|
|
|
14687
14750
|
return status();
|
|
14688
14751
|
}
|
|
14689
14752
|
}), null);
|
|
14690
|
-
insert(_el$
|
|
14691
|
-
insert(_el$
|
|
14753
|
+
insert(_el$118, () => new Date(activeMutation().state.submittedAt).toLocaleTimeString());
|
|
14754
|
+
insert(_el$120, createComponent(Explorer, {
|
|
14692
14755
|
label: "Variables",
|
|
14693
14756
|
defaultExpanded: ["Variables"],
|
|
14694
14757
|
get value() {
|
|
14695
14758
|
return activeMutation().state.variables;
|
|
14696
14759
|
}
|
|
14697
14760
|
}));
|
|
14698
|
-
insert(_el$
|
|
14761
|
+
insert(_el$122, createComponent(Explorer, {
|
|
14699
14762
|
label: "Context",
|
|
14700
14763
|
defaultExpanded: ["Context"],
|
|
14701
14764
|
get value() {
|
|
14702
14765
|
return activeMutation().state.context;
|
|
14703
14766
|
}
|
|
14704
14767
|
}));
|
|
14705
|
-
insert(_el$
|
|
14768
|
+
insert(_el$124, createComponent(Explorer, {
|
|
14706
14769
|
label: "Data",
|
|
14707
14770
|
defaultExpanded: ["Data"],
|
|
14708
14771
|
get value() {
|
|
14709
14772
|
return activeMutation().state.data;
|
|
14710
14773
|
}
|
|
14711
14774
|
}));
|
|
14712
|
-
insert(_el$
|
|
14775
|
+
insert(_el$126, createComponent(Explorer, {
|
|
14713
14776
|
label: "Mutation",
|
|
14714
14777
|
defaultExpanded: ["Mutation"],
|
|
14715
14778
|
get value() {
|
|
@@ -14717,19 +14780,19 @@ var init_Devtools = __esm({
|
|
|
14717
14780
|
}
|
|
14718
14781
|
}));
|
|
14719
14782
|
createRenderEffect((_p$) => {
|
|
14720
|
-
var _v$
|
|
14721
|
-
_v$
|
|
14722
|
-
_v$
|
|
14723
|
-
_v$
|
|
14724
|
-
_v$
|
|
14725
|
-
_v$
|
|
14726
|
-
_v$
|
|
14727
|
-
_v$
|
|
14728
|
-
_v$
|
|
14729
|
-
_v$
|
|
14730
|
-
_v$
|
|
14731
|
-
_v$
|
|
14732
|
-
_v$
|
|
14783
|
+
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];
|
|
14784
|
+
_v$70 !== _p$.e && className(_el$109, _p$.e = _v$70);
|
|
14785
|
+
_v$71 !== _p$.t && className(_el$110, _p$.t = _v$71);
|
|
14786
|
+
_v$72 !== _p$.a && className(_el$111, _p$.a = _v$72);
|
|
14787
|
+
_v$73 !== _p$.o && className(_el$115, _p$.o = _v$73);
|
|
14788
|
+
_v$74 !== _p$.i && className(_el$119, _p$.i = _v$74);
|
|
14789
|
+
_v$75 !== _p$.n && ((_p$.n = _v$75) != null ? _el$120.style.setProperty("padding", _v$75) : _el$120.style.removeProperty("padding"));
|
|
14790
|
+
_v$76 !== _p$.s && className(_el$121, _p$.s = _v$76);
|
|
14791
|
+
_v$77 !== _p$.h && ((_p$.h = _v$77) != null ? _el$122.style.setProperty("padding", _v$77) : _el$122.style.removeProperty("padding"));
|
|
14792
|
+
_v$78 !== _p$.r && className(_el$123, _p$.r = _v$78);
|
|
14793
|
+
_v$79 !== _p$.d && ((_p$.d = _v$79) != null ? _el$124.style.setProperty("padding", _v$79) : _el$124.style.removeProperty("padding"));
|
|
14794
|
+
_v$80 !== _p$.l && className(_el$125, _p$.l = _v$80);
|
|
14795
|
+
_v$81 !== _p$.u && ((_p$.u = _v$81) != null ? _el$126.style.setProperty("padding", _v$81) : _el$126.style.removeProperty("padding"));
|
|
14733
14796
|
return _p$;
|
|
14734
14797
|
}, {
|
|
14735
14798
|
e: void 0,
|
|
@@ -14745,7 +14808,7 @@ var init_Devtools = __esm({
|
|
|
14745
14808
|
l: void 0,
|
|
14746
14809
|
u: void 0
|
|
14747
14810
|
});
|
|
14748
|
-
return _el$
|
|
14811
|
+
return _el$109;
|
|
14749
14812
|
}
|
|
14750
14813
|
});
|
|
14751
14814
|
};
|
|
@@ -14825,6 +14888,23 @@ var init_Devtools = __esm({
|
|
|
14825
14888
|
});
|
|
14826
14889
|
return value;
|
|
14827
14890
|
};
|
|
14891
|
+
DEV_TOOLS_EVENT = "@tanstack/query-devtools-event";
|
|
14892
|
+
sendDevToolsEvent = ({
|
|
14893
|
+
type,
|
|
14894
|
+
queryHash,
|
|
14895
|
+
metadata
|
|
14896
|
+
}) => {
|
|
14897
|
+
const event = new CustomEvent(DEV_TOOLS_EVENT, {
|
|
14898
|
+
detail: {
|
|
14899
|
+
type,
|
|
14900
|
+
queryHash,
|
|
14901
|
+
metadata
|
|
14902
|
+
},
|
|
14903
|
+
bubbles: true,
|
|
14904
|
+
cancelable: true
|
|
14905
|
+
});
|
|
14906
|
+
window.dispatchEvent(event);
|
|
14907
|
+
};
|
|
14828
14908
|
stylesFactory2 = (theme, css) => {
|
|
14829
14909
|
const {
|
|
14830
14910
|
colors,
|
|
@@ -15492,6 +15572,17 @@ var init_Devtools = __esm({
|
|
|
15492
15572
|
border-bottom: 1px solid ${t2(colors.gray[300], colors.darkGray[400])};
|
|
15493
15573
|
font-size: ${font.size.xs};
|
|
15494
15574
|
}
|
|
15575
|
+
|
|
15576
|
+
& .tsqd-query-static-indicator {
|
|
15577
|
+
align-self: stretch;
|
|
15578
|
+
display: flex;
|
|
15579
|
+
align-items: center;
|
|
15580
|
+
padding: 0 ${tokens.size[2]};
|
|
15581
|
+
color: ${t2(colors.teal[800], colors.teal[300])};
|
|
15582
|
+
background-color: ${t2(colors.teal[100], colors.teal[900])};
|
|
15583
|
+
border-bottom: 1px solid ${t2(colors.teal[300], colors.teal[700])};
|
|
15584
|
+
font-size: ${font.size.xs};
|
|
15585
|
+
}
|
|
15495
15586
|
`,
|
|
15496
15587
|
selectedQueryRow: css`
|
|
15497
15588
|
background-color: ${t2(colors.gray[200], colors.darkGray[500])};
|