@saasquatch/mint-components 2.4.1-10 → 2.4.1-11
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-big-stat_47.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +2 -2
- package/dist/esm/sqm-big-stat_47.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-ede41e5e.system.entry.js → p-20abdb56.system.entry.js} +1 -1
- package/dist/mint-components/{p-b1dcabb0.entry.js → p-3b1a496e.entry.js} +1 -1
- package/dist/mint-components/p-bfb00685.system.js +1 -1
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +1 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
|
@@ -7987,7 +7987,7 @@ const TaxAndCashMonolith = class {
|
|
|
7987
7987
|
* @componentState { "title": "Step 4: Payment method", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"], "uiGroup": "Step 4 Properties" }
|
|
7988
7988
|
* @componentState { "title": "Dashboard", "props": { "step": "/dashboard" }, "dependencies": ["sqm-tax-and-cash-dashboard"], "uiGroup": "Dashboard Properties" }
|
|
7989
7989
|
*/
|
|
7990
|
-
this.stateController = "{}
|
|
7990
|
+
this.stateController = '{"sqm-tax-and-cash":{"step":"/1"}}';
|
|
7991
7991
|
domContextHooks_module.h$1(this);
|
|
7992
7992
|
}
|
|
7993
7993
|
disconnectedCallback() { }
|
package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js
CHANGED
|
@@ -33,7 +33,7 @@ function useTemplateChildren({ parent, callback }) {
|
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
35
|
* @uiName Widget Verification Controller
|
|
36
|
-
* @slots [{"name":"
|
|
36
|
+
* @slots [{"name":"verified","title":"Verified template"},{"name":"not-verified","title":"Not Verified template"}]
|
|
37
37
|
* @exampleGroup Tax and Cash
|
|
38
38
|
* @example Widget Cash Payout Form - <sqm-widget-verification-controller><template slot="not-verified"><sqm-widget-verification></sqm-widget-verification></template><template slot="verified"><sqm-tax-and-cash></sqm-tax-and-cash></template></sqm-widget-verification-controller>
|
|
39
39
|
* @canvasRenderer always-replace
|
|
@@ -1122,7 +1122,7 @@ export class TaxAndCashMonolith {
|
|
|
1122
1122
|
* @componentState { "title": "Step 4: Payment method", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"], "uiGroup": "Step 4 Properties" }
|
|
1123
1123
|
* @componentState { "title": "Dashboard", "props": { "step": "/dashboard" }, "dependencies": ["sqm-tax-and-cash-dashboard"], "uiGroup": "Dashboard Properties" }
|
|
1124
1124
|
*/
|
|
1125
|
-
this.stateController = "{}
|
|
1125
|
+
this.stateController = '{"sqm-tax-and-cash":{"step":"/1"}}';
|
|
1126
1126
|
withHooks(this);
|
|
1127
1127
|
}
|
|
1128
1128
|
disconnectedCallback() { }
|
|
@@ -5860,7 +5860,7 @@ export class TaxAndCashMonolith {
|
|
|
5860
5860
|
},
|
|
5861
5861
|
"attribute": "state-controller",
|
|
5862
5862
|
"reflect": false,
|
|
5863
|
-
"defaultValue": "\"{
|
|
5863
|
+
"defaultValue": "'{\"sqm-tax-and-cash\":{\"step\":\"/1\"}}'"
|
|
5864
5864
|
},
|
|
5865
5865
|
"demoData": {
|
|
5866
5866
|
"type": "unknown",
|
|
@@ -7983,7 +7983,7 @@ const TaxAndCashMonolith = class {
|
|
|
7983
7983
|
* @componentState { "title": "Step 4: Payment method", "props": { "step": "/4" }, "dependencies": ["sqm-banking-info-form"], "uiGroup": "Step 4 Properties" }
|
|
7984
7984
|
* @componentState { "title": "Dashboard", "props": { "step": "/dashboard" }, "dependencies": ["sqm-tax-and-cash-dashboard"], "uiGroup": "Dashboard Properties" }
|
|
7985
7985
|
*/
|
|
7986
|
-
this.stateController = "{}
|
|
7986
|
+
this.stateController = '{"sqm-tax-and-cash":{"step":"/1"}}';
|
|
7987
7987
|
h(this);
|
|
7988
7988
|
}
|
|
7989
7989
|
disconnectedCallback() { }
|