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