@mx-cartographer/experiences 6.1.0-alpha.al1 → 6.1.0-alpha.al10
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.
@@ -43,8 +43,8 @@ export interface Config {
|
|
43
43
|
dashboard_insights_location: number;
|
44
44
|
dashboard_spending_index: number;
|
45
45
|
dashboard_spending_location: number;
|
46
|
-
dashboard_survey_index
|
47
|
-
dashboard_survey_location
|
46
|
+
dashboard_survey_index: number;
|
47
|
+
dashboard_survey_location: number;
|
48
48
|
dashboard_trends_index: number;
|
49
49
|
dashboard_trends_location: number;
|
50
50
|
display_account_number_in_accounts: boolean;
|
package/dist/index.es.js
CHANGED
@@ -18656,7 +18656,7 @@ const K9 = ({
|
|
18656
18656
|
dashboard_spending_index: 1,
|
18657
18657
|
dashboard_spending_location: 1,
|
18658
18658
|
dashboard_survey_index: 8,
|
18659
|
-
dashboard_survey_location:
|
18659
|
+
dashboard_survey_location: 1,
|
18660
18660
|
dashboard_trends_index: 4,
|
18661
18661
|
dashboard_trends_location: 0,
|
18662
18662
|
display_account_number_in_accounts: !0,
|
@@ -21658,7 +21658,13 @@ const u3 = ({ widgets: A, isLoading: t }) => {
|
|
21658
21658
|
() => s.filter((d) => d.location === yn.RightSide),
|
21659
21659
|
[A]
|
21660
21660
|
);
|
21661
|
-
return
|
21661
|
+
return h.useEffect(() => {
|
21662
|
+
console.log("in experiences dashboard sortedwidgets are ", s);
|
21663
|
+
}, [s]), h.useEffect(() => {
|
21664
|
+
console.log("in experiences dashboard side widgets are ", f);
|
21665
|
+
}, [f]), h.useEffect(() => {
|
21666
|
+
console.log("in experiences dashboard main widgets are ", c);
|
21667
|
+
}, [c]), /* @__PURE__ */ I(it, { container: !0, spacing: n ? 0 : 24, sx: { overflow: "scroll" }, children: [
|
21662
21668
|
/* @__PURE__ */ e(it, { xs: 12, children: r.isInitialized && /* @__PURE__ */ e(R3, {}) }),
|
21663
21669
|
/* @__PURE__ */ I(it, { lg: 8, xs: 12, children: [
|
21664
21670
|
/* @__PURE__ */ e(l3, {}),
|