@kanaries/graphic-walker 0.4.29 → 0.4.30
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.
|
@@ -21774,6 +21774,22 @@ const h9e = tt.div`
|
|
|
21774
21774
|
] : [], f = {
|
|
21775
21775
|
workflow: [
|
|
21776
21776
|
...d,
|
|
21777
|
+
{
|
|
21778
|
+
type: "view",
|
|
21779
|
+
query: [
|
|
21780
|
+
{
|
|
21781
|
+
op: "aggregate",
|
|
21782
|
+
groupBy: [t.fid],
|
|
21783
|
+
measures: [
|
|
21784
|
+
{
|
|
21785
|
+
field: "*",
|
|
21786
|
+
agg: "count",
|
|
21787
|
+
asFieldKey: s
|
|
21788
|
+
}
|
|
21789
|
+
]
|
|
21790
|
+
}
|
|
21791
|
+
]
|
|
21792
|
+
},
|
|
21777
21793
|
{
|
|
21778
21794
|
type: "view",
|
|
21779
21795
|
query: [
|
|
@@ -21782,13 +21798,13 @@ const h9e = tt.div`
|
|
|
21782
21798
|
groupBy: [],
|
|
21783
21799
|
measures: [
|
|
21784
21800
|
{
|
|
21785
|
-
field:
|
|
21786
|
-
agg: "
|
|
21801
|
+
field: "*",
|
|
21802
|
+
agg: "count",
|
|
21787
21803
|
asFieldKey: l
|
|
21788
21804
|
},
|
|
21789
21805
|
{
|
|
21790
|
-
field:
|
|
21791
|
-
agg: "
|
|
21806
|
+
field: s,
|
|
21807
|
+
agg: "sum",
|
|
21792
21808
|
asFieldKey: "count"
|
|
21793
21809
|
}
|
|
21794
21810
|
]
|
|
@@ -74004,7 +74020,7 @@ const jot = (e, t, n, r) => {
|
|
|
74004
74020
|
}, []);
|
|
74005
74021
|
const m = ie(() => a != null && a.valuesMeta.distinctTotal ? l.concat(new Array(Math.max(a.valuesMeta.distinctTotal - l.length, 0)).fill(null)) : [], [l, a == null ? void 0 : a.valuesMeta.distinctTotal]), g = ((E = e.rule) == null ? void 0 : E.type) === "one of" ? e.rule.value.size : a && ((I = e.rule) == null ? void 0 : I.type) === "not in" ? a.valuesMeta.distinctTotal - e.rule.value.size : 0, v = ((C = e.rule) == null ? void 0 : C.type) === "one of" ? o : a && ((_ = e.rule) == null ? void 0 : _.type) === "not in" ? a.valuesMeta.total - o : 0, x = ze(() => {
|
|
74006
74022
|
!e.rule || e.rule.type !== "one of" && e.rule.type !== "not in" || !a || (s(0), r({
|
|
74007
|
-
type:
|
|
74023
|
+
type: g === a.valuesMeta.distinctTotal ? "one of" : "not in",
|
|
74008
74024
|
value: /* @__PURE__ */ new Set()
|
|
74009
74025
|
}));
|
|
74010
74026
|
}, [e.rule, r, a]), w = ze(() => {
|