@saasquatch/mint-components 2.0.0-20 → 2.0.0-21
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/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +2 -2
- package/dist/esm/sqm-banking-info-form_10.entry.js +2 -2
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-f355c845.entry.js → p-1e71fb76.entry.js} +1 -1
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/mint-components/{p-6cadd5cb.system.entry.js → p-96abb638.system.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -4698,7 +4698,7 @@ function useDemoTaxAndCashDashboard(props) {
|
|
|
4698
4698
|
const formatted = Object.keys(states).reduce((prev, key) => key === "sqm-tax-and-cash-dashboard"
|
|
4699
4699
|
? { ...prev, ...states[key] }
|
|
4700
4700
|
: { ...prev, [`${key}_stateController`]: states[key] }, {});
|
|
4701
|
-
|
|
4701
|
+
//@ts-ignore
|
|
4702
4702
|
return cjs.cjs({
|
|
4703
4703
|
states: {
|
|
4704
4704
|
dateSubmitted: "today",
|
|
@@ -4739,7 +4739,7 @@ function useDemoTaxAndCashDashboard(props) {
|
|
|
4739
4739
|
},
|
|
4740
4740
|
} })),
|
|
4741
4741
|
},
|
|
4742
|
-
},
|
|
4742
|
+
}, props.demoData || formatted || {}, { arrayMerge: (_, a) => a });
|
|
4743
4743
|
}
|
|
4744
4744
|
|
|
4745
4745
|
const PHONE_EXTENSIONS = {
|
|
@@ -1905,7 +1905,7 @@ function useDemoTaxAndCashDashboard(props) {
|
|
|
1905
1905
|
const formatted = Object.keys(states).reduce((prev, key) => key === "sqm-tax-and-cash-dashboard"
|
|
1906
1906
|
? { ...prev, ...states[key] }
|
|
1907
1907
|
: { ...prev, [`${key}_stateController`]: states[key] }, {});
|
|
1908
|
-
|
|
1908
|
+
//@ts-ignore
|
|
1909
1909
|
return deepmerge({
|
|
1910
1910
|
states: {
|
|
1911
1911
|
dateSubmitted: "today",
|
|
@@ -1946,5 +1946,5 @@ function useDemoTaxAndCashDashboard(props) {
|
|
|
1946
1946
|
},
|
|
1947
1947
|
} })),
|
|
1948
1948
|
},
|
|
1949
|
-
},
|
|
1949
|
+
}, props.demoData || formatted || {}, { arrayMerge: (_, a) => a });
|
|
1950
1950
|
}
|
|
@@ -4694,7 +4694,7 @@ function useDemoTaxAndCashDashboard(props) {
|
|
|
4694
4694
|
const formatted = Object.keys(states).reduce((prev, key) => key === "sqm-tax-and-cash-dashboard"
|
|
4695
4695
|
? { ...prev, ...states[key] }
|
|
4696
4696
|
: { ...prev, [`${key}_stateController`]: states[key] }, {});
|
|
4697
|
-
|
|
4697
|
+
//@ts-ignore
|
|
4698
4698
|
return cjs({
|
|
4699
4699
|
states: {
|
|
4700
4700
|
dateSubmitted: "today",
|
|
@@ -4735,7 +4735,7 @@ function useDemoTaxAndCashDashboard(props) {
|
|
|
4735
4735
|
},
|
|
4736
4736
|
} })),
|
|
4737
4737
|
},
|
|
4738
|
-
},
|
|
4738
|
+
}, props.demoData || formatted || {}, { arrayMerge: (_, a) => a });
|
|
4739
4739
|
}
|
|
4740
4740
|
|
|
4741
4741
|
const PHONE_EXTENSIONS = {
|