@milaboratories/graph-maker 1.1.52 → 1.1.53
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.
|
@@ -9,7 +9,7 @@ type Option = {
|
|
|
9
9
|
};
|
|
10
10
|
/** Bidirectionally extracts selectedSource from the filter state,
|
|
11
11
|
* and preserve selectedFilterValue in unmodified items on write. */
|
|
12
|
-
export declare function toFiltersMulti(refToState: Ref<InputState>, inputName: keyof InputState['components'], controller: Controller<InputState>, store: DemoDataStore | null,
|
|
12
|
+
export declare function toFiltersMulti(refToState: Ref<InputState>, inputName: keyof InputState['components'], controller: Controller<InputState>, store: DemoDataStore | null, refToInputGuide: Ref<InputGuide<InputState>>): Ref<string[]>;
|
|
13
13
|
export declare function toSimpleMulti(refToState: Ref<InputState>, inputName: keyof InputState['components'], controller: Controller<InputState>, store: DemoDataStore | null): Ref<string[]>;
|
|
14
14
|
export declare function toSimpleSingle(refToState: Ref<InputState>, inputName: keyof InputState['components'], controller: Controller<InputState>, store: DemoDataStore | null): Ref<string | undefined>;
|
|
15
15
|
export type AllStateOptions<State extends InputState> = {
|
package/dist/graph-maker.js
CHANGED
|
@@ -13356,7 +13356,7 @@ function Ty(e, t, n, r, a) {
|
|
|
13356
13356
|
if (c)
|
|
13357
13357
|
return c;
|
|
13358
13358
|
{
|
|
13359
|
-
const f = a(s);
|
|
13359
|
+
const f = a.value.getSourceInfo(s);
|
|
13360
13360
|
return f.isSubsetFilter ? { selectedSource: s, type: "subset" } : f.isDiscreteFilter ? {
|
|
13361
13361
|
selectedSource: s,
|
|
13362
13362
|
type: "equals",
|
|
@@ -18708,7 +18708,7 @@ const bve = { class: "dnd-double-chip__top" }, Sve = {
|
|
|
18708
18708
|
Y,
|
|
18709
18709
|
t.value.controller,
|
|
18710
18710
|
t.value.columnsDataStore,
|
|
18711
|
-
a
|
|
18711
|
+
a
|
|
18712
18712
|
);
|
|
18713
18713
|
}
|
|
18714
18714
|
const c = Ut({
|
|
@@ -18895,7 +18895,7 @@ const bve = { class: "dnd-double-chip__top" }, Sve = {
|
|
|
18895
18895
|
j,
|
|
18896
18896
|
t.value.controller,
|
|
18897
18897
|
t.value.columnsDataStore,
|
|
18898
|
-
a
|
|
18898
|
+
a
|
|
18899
18899
|
);
|
|
18900
18900
|
}
|
|
18901
18901
|
const f = Ut({
|
|
@@ -19086,7 +19086,7 @@ const bve = { class: "dnd-double-chip__top" }, Sve = {
|
|
|
19086
19086
|
j,
|
|
19087
19087
|
t.value.controller,
|
|
19088
19088
|
t.value.columnsDataStore,
|
|
19089
|
-
a
|
|
19089
|
+
a
|
|
19090
19090
|
);
|
|
19091
19091
|
}
|
|
19092
19092
|
const f = Ut({
|
|
@@ -19268,7 +19268,7 @@ const bve = { class: "dnd-double-chip__top" }, Sve = {
|
|
|
19268
19268
|
j,
|
|
19269
19269
|
t.value.controller,
|
|
19270
19270
|
t.value.columnsDataStore,
|
|
19271
|
-
a
|
|
19271
|
+
a
|
|
19272
19272
|
);
|
|
19273
19273
|
}
|
|
19274
19274
|
const f = Ut({
|
|
@@ -19464,7 +19464,7 @@ const bve = { class: "dnd-double-chip__top" }, Sve = {
|
|
|
19464
19464
|
F,
|
|
19465
19465
|
t.value.controller,
|
|
19466
19466
|
t.value.columnsDataStore,
|
|
19467
|
-
a
|
|
19467
|
+
a
|
|
19468
19468
|
);
|
|
19469
19469
|
}
|
|
19470
19470
|
const f = Ut({
|
|
@@ -19684,7 +19684,7 @@ const bve = { class: "dnd-double-chip__top" }, Sve = {
|
|
|
19684
19684
|
Y,
|
|
19685
19685
|
t.value.controller,
|
|
19686
19686
|
t.value.columnsDataStore,
|
|
19687
|
-
a
|
|
19687
|
+
a
|
|
19688
19688
|
);
|
|
19689
19689
|
}
|
|
19690
19690
|
const c = Ut({
|
|
@@ -19865,7 +19865,7 @@ const bve = { class: "dnd-double-chip__top" }, Sve = {
|
|
|
19865
19865
|
j,
|
|
19866
19866
|
t.value.controller,
|
|
19867
19867
|
t.value.columnsDataStore,
|
|
19868
|
-
a
|
|
19868
|
+
a
|
|
19869
19869
|
);
|
|
19870
19870
|
}
|
|
19871
19871
|
const f = Ut({
|
|
@@ -21279,7 +21279,7 @@ const Aye = { class: "aes-mapping-block" }, dye = { style: { margin: "0 24px" }
|
|
|
21279
21279
|
function Y(j) {
|
|
21280
21280
|
f.value = "color", s.value = j.status ? n.modelValue.order[j.index] : null;
|
|
21281
21281
|
}
|
|
21282
|
-
return
|
|
21282
|
+
return (j, F) => (Ee(), Oe("div", Aye, [
|
|
21283
21283
|
me("div", dye, [
|
|
21284
21284
|
me("div", pye, [
|
|
21285
21285
|
me("span", null, Hi(j.dataColumnLabel), 1)
|