@saasquatch/mint-components 1.15.0-131 → 1.15.0-133
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 -1
- package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +3 -2
- package/dist/esm/sqm-banking-info-form_10.entry.js +2 -1
- package/dist/esm/sqm-tax-and-cash.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-tax-and-cash.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-a41fe0bf.system.entry.js → p-6d2b89b7.system.entry.js} +1 -1
- package/dist/mint-components/{p-70874177.system.entry.js → p-8933514f.system.entry.js} +1 -1
- package/dist/mint-components/p-cb39dc04.system.js +1 -1
- package/dist/mint-components/{p-f1bd5e64.entry.js → p-e3083901.entry.js} +1 -1
- package/dist/mint-components/{p-8c5ac470.entry.js → p-f3915a86.entry.js} +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
|
@@ -4562,7 +4562,7 @@ const TaxAndCashDashboard = class {
|
|
|
4562
4562
|
this.cancelButton = "Cancel";
|
|
4563
4563
|
/**
|
|
4564
4564
|
* @undocumented
|
|
4565
|
-
* @componentState { "title": "Payouts on hold", "props": { "payoutStatus": "HOLD" }, "uiGroup": "Dashboard Properties" }
|
|
4565
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
4566
4566
|
*/
|
|
4567
4567
|
this.stateController = "{}";
|
|
4568
4568
|
domContextHooks_module.h$1(this);
|
|
@@ -4590,6 +4590,7 @@ const TaxAndCashDashboard = class {
|
|
|
4590
4590
|
}
|
|
4591
4591
|
};
|
|
4592
4592
|
function useDemoTaxAndCashDashboard(props) {
|
|
4593
|
+
console.log("dashboard", { props });
|
|
4593
4594
|
// @ts-ignore
|
|
4594
4595
|
return cjs.cjs({
|
|
4595
4596
|
states: {
|
|
@@ -1228,7 +1228,7 @@ const TaxAndCashMonolith = class {
|
|
|
1228
1228
|
case "/4":
|
|
1229
1229
|
return (index.h("sqm-banking-info-form", Object.assign({}, this.getGeneralStepTextProps("step4_"), extractProps.extractProps(props, "sqm-banking-info-form_"))));
|
|
1230
1230
|
case "/dashboard":
|
|
1231
|
-
return (index.h("sqm-tax-and-cash-dashboard", Object.assign({}, this.getGeneralStepTextProps("dashboard_"), extractProps.extractProps(props, "sqm-tax-and-cash-dashboard_"))));
|
|
1231
|
+
return (index.h("sqm-tax-and-cash-dashboard", Object.assign({}, this.getGeneralStepTextProps("dashboard_"), extractProps.extractProps(props, "sqm-tax-and-cash-dashboard_"), { stateController: parseStates.parseStates(this.stateController)["sqm-tax-and-cash-dashboard"] })));
|
|
1232
1232
|
case "/error":
|
|
1233
1233
|
return (index.h("sqm-form-message", { type: "error" }, index.h("p", { part: "alert-title" }, this.loadingErrorAlertHeader), index.h("p", { part: "alert-description" }, this.loadingErrorAlertDescription)));
|
|
1234
1234
|
}
|
|
@@ -1074,7 +1074,7 @@ export class TaxAndCashMonolith {
|
|
|
1074
1074
|
case "/4":
|
|
1075
1075
|
return (h("sqm-banking-info-form", Object.assign({}, this.getGeneralStepTextProps("step4_"), extractProps(props, "sqm-banking-info-form_"))));
|
|
1076
1076
|
case "/dashboard":
|
|
1077
|
-
return (h("sqm-tax-and-cash-dashboard", Object.assign({}, this.getGeneralStepTextProps("dashboard_"), extractProps(props, "sqm-tax-and-cash-dashboard_"))));
|
|
1077
|
+
return (h("sqm-tax-and-cash-dashboard", Object.assign({}, this.getGeneralStepTextProps("dashboard_"), extractProps(props, "sqm-tax-and-cash-dashboard_"), { stateController: parseStates(this.stateController)["sqm-tax-and-cash-dashboard"] })));
|
|
1078
1078
|
case "/error":
|
|
1079
1079
|
return (h("sqm-form-message", { type: "error" },
|
|
1080
1080
|
h("p", { part: "alert-title" }, this.loadingErrorAlertHeader),
|
|
@@ -316,7 +316,7 @@ export class TaxAndCashDashboard {
|
|
|
316
316
|
this.cancelButton = "Cancel";
|
|
317
317
|
/**
|
|
318
318
|
* @undocumented
|
|
319
|
-
* @componentState { "title": "Payouts on hold", "props": { "payoutStatus": "HOLD" }, "uiGroup": "Dashboard Properties" }
|
|
319
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
320
320
|
*/
|
|
321
321
|
this.stateController = "{}";
|
|
322
322
|
withHooks(this);
|
|
@@ -1741,7 +1741,7 @@ export class TaxAndCashDashboard {
|
|
|
1741
1741
|
"text": undefined,
|
|
1742
1742
|
"name": "undocumented"
|
|
1743
1743
|
}, {
|
|
1744
|
-
"text": "{ \"title\": \"Payouts on hold\", \"props\": { \"payoutStatus\": \"HOLD\" }, \"uiGroup\": \"Dashboard Properties\" }",
|
|
1744
|
+
"text": "{ \"title\": \"Payouts on hold\", \"props\": { \"states\": { \"payoutStatus\": \"HOLD\" } }, \"uiGroup\": \"Dashboard Properties\" }",
|
|
1745
1745
|
"name": "componentState"
|
|
1746
1746
|
}],
|
|
1747
1747
|
"text": ""
|
|
@@ -1753,6 +1753,7 @@ export class TaxAndCashDashboard {
|
|
|
1753
1753
|
}; }
|
|
1754
1754
|
}
|
|
1755
1755
|
function useDemoTaxAndCashDashboard(props) {
|
|
1756
|
+
console.log("dashboard", { props });
|
|
1756
1757
|
// @ts-ignore
|
|
1757
1758
|
return deepmerge({
|
|
1758
1759
|
states: {
|
|
@@ -4558,7 +4558,7 @@ const TaxAndCashDashboard = class {
|
|
|
4558
4558
|
this.cancelButton = "Cancel";
|
|
4559
4559
|
/**
|
|
4560
4560
|
* @undocumented
|
|
4561
|
-
* @componentState { "title": "Payouts on hold", "props": { "payoutStatus": "HOLD" }, "uiGroup": "Dashboard Properties" }
|
|
4561
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
4562
4562
|
*/
|
|
4563
4563
|
this.stateController = "{}";
|
|
4564
4564
|
h$1(this);
|
|
@@ -4586,6 +4586,7 @@ const TaxAndCashDashboard = class {
|
|
|
4586
4586
|
}
|
|
4587
4587
|
};
|
|
4588
4588
|
function useDemoTaxAndCashDashboard(props) {
|
|
4589
|
+
console.log("dashboard", { props });
|
|
4589
4590
|
// @ts-ignore
|
|
4590
4591
|
return cjs({
|
|
4591
4592
|
states: {
|
|
@@ -1224,7 +1224,7 @@ const TaxAndCashMonolith = class {
|
|
|
1224
1224
|
case "/4":
|
|
1225
1225
|
return (h$1("sqm-banking-info-form", Object.assign({}, this.getGeneralStepTextProps("step4_"), extractProps(props, "sqm-banking-info-form_"))));
|
|
1226
1226
|
case "/dashboard":
|
|
1227
|
-
return (h$1("sqm-tax-and-cash-dashboard", Object.assign({}, this.getGeneralStepTextProps("dashboard_"), extractProps(props, "sqm-tax-and-cash-dashboard_"))));
|
|
1227
|
+
return (h$1("sqm-tax-and-cash-dashboard", Object.assign({}, this.getGeneralStepTextProps("dashboard_"), extractProps(props, "sqm-tax-and-cash-dashboard_"), { stateController: parseStates(this.stateController)["sqm-tax-and-cash-dashboard"] })));
|
|
1228
1228
|
case "/error":
|
|
1229
1229
|
return (h$1("sqm-form-message", { type: "error" }, h$1("p", { part: "alert-title" }, this.loadingErrorAlertHeader), h$1("p", { part: "alert-description" }, this.loadingErrorAlertDescription)));
|
|
1230
1230
|
}
|