@saasquatch/mint-components 2.0.0-16 → 2.0.0-18
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 +1 -1
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +1 -1
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +1 -1
- 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 +1 -1
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +1 -1
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +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/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
|
@@ -4665,7 +4665,7 @@ const TaxAndCashDashboard = class {
|
|
|
4665
4665
|
this.cancelButton = "Cancel";
|
|
4666
4666
|
/**
|
|
4667
4667
|
* @undocumented
|
|
4668
|
-
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
4668
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"], "uiGroup": "Dashboard Properties" }
|
|
4669
4669
|
*/
|
|
4670
4670
|
this.stateController = "{}";
|
|
4671
4671
|
domContextHooks_module.h$1(this);
|
|
@@ -4,7 +4,7 @@ import { getProps } from "../../utils/utils";
|
|
|
4
4
|
import { PortalFooterView } from "./sqm-portal-footer-view";
|
|
5
5
|
/**
|
|
6
6
|
* @uiName Footer
|
|
7
|
-
* @validParents ["div","sqm-brand","sqm-portal-container", "sqm-divided-layout", "sqm-referral-card", "sqm-instant-access-registration", "sqm-portal-frame"]
|
|
7
|
+
* @validParents ["div","sqm-brand","sqm-portal-container", "sqm-divided-layout", "sqm-referral-card", "sqm-instant-access-registration", "sqm-portal-frame", "sqm-referred-registration"]
|
|
8
8
|
*/
|
|
9
9
|
export class PortalFooter {
|
|
10
10
|
constructor() {
|
|
@@ -4,7 +4,7 @@ import { getProps } from "../../utils/utils";
|
|
|
4
4
|
import { PortalSectionView } from "./sqm-portal-section-view";
|
|
5
5
|
/**
|
|
6
6
|
* @uiName Titled Section
|
|
7
|
-
* @validParents ["sqm-portal-container","div","sqm-divided-layout","template","sqm-hero","sqm-tab", "sqm-referred-registration", "sqb-program-section","sqb-conditional-section", "sqm-instant-access-registration", "sqm-referral-card"]
|
|
7
|
+
* @validParents ["sqm-portal-container","div","sqm-divided-layout","template","sqm-hero","sqm-tab", "sqm-referred-registration", "sqb-program-section","sqb-conditional-section", "sqm-instant-access-registration", "sqm-referral-card", "sqm-referred-registration"]
|
|
8
8
|
* @validChildren ["div","sqm-portal-container","p","sqm-timeline","h1","h2","h3","h5","h4","sqm-qr-code","sqm-referral-code","sqm-referral-codes","sqm-share-code","sqm-share-link","sqm-text","span", "sqm-user-name"]
|
|
9
9
|
* @slots [{"name":"label", "title":"Label"},{"name":"content", "title":"Content"}]
|
|
10
10
|
* @exampleGroup Layout
|
|
@@ -340,7 +340,7 @@ export class TaxAndCashDashboard {
|
|
|
340
340
|
this.cancelButton = "Cancel";
|
|
341
341
|
/**
|
|
342
342
|
* @undocumented
|
|
343
|
-
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
343
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"], "uiGroup": "Dashboard Properties" }
|
|
344
344
|
*/
|
|
345
345
|
this.stateController = "{}";
|
|
346
346
|
withHooks(this);
|
|
@@ -1888,7 +1888,7 @@ export class TaxAndCashDashboard {
|
|
|
1888
1888
|
"text": undefined,
|
|
1889
1889
|
"name": "undocumented"
|
|
1890
1890
|
}, {
|
|
1891
|
-
"text": "{ \"title\": \"Payouts on hold\", \"props\": { \"states\": { \"payoutStatus\": \"HOLD\" } }, \"uiGroup\": \"Dashboard Properties\" }",
|
|
1891
|
+
"text": "{ \"title\": \"Payouts on hold\", \"props\": { \"states\": { \"payoutStatus\": \"HOLD\" } }, \"dependencies\": [\"sqm-tax-and-cash\"], \"uiGroup\": \"Dashboard Properties\" }",
|
|
1892
1892
|
"name": "componentState"
|
|
1893
1893
|
}],
|
|
1894
1894
|
"text": ""
|
|
@@ -4661,7 +4661,7 @@ const TaxAndCashDashboard = class {
|
|
|
4661
4661
|
this.cancelButton = "Cancel";
|
|
4662
4662
|
/**
|
|
4663
4663
|
* @undocumented
|
|
4664
|
-
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
4664
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"], "uiGroup": "Dashboard Properties" }
|
|
4665
4665
|
*/
|
|
4666
4666
|
this.stateController = "{}";
|
|
4667
4667
|
h$1(this);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @uiName Footer
|
|
3
|
-
* @validParents ["div","sqm-brand","sqm-portal-container", "sqm-divided-layout", "sqm-referral-card", "sqm-instant-access-registration", "sqm-portal-frame"]
|
|
3
|
+
* @validParents ["div","sqm-brand","sqm-portal-container", "sqm-divided-layout", "sqm-referral-card", "sqm-instant-access-registration", "sqm-portal-frame", "sqm-referred-registration"]
|
|
4
4
|
*/
|
|
5
5
|
export declare class PortalFooter {
|
|
6
6
|
ignored: boolean;
|
|
@@ -2,7 +2,7 @@ import { VNode } from "../../stencil-public-runtime";
|
|
|
2
2
|
import { Spacing } from "../../global/mixins";
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Titled Section
|
|
5
|
-
* @validParents ["sqm-portal-container","div","sqm-divided-layout","template","sqm-hero","sqm-tab", "sqm-referred-registration", "sqb-program-section","sqb-conditional-section", "sqm-instant-access-registration", "sqm-referral-card"]
|
|
5
|
+
* @validParents ["sqm-portal-container","div","sqm-divided-layout","template","sqm-hero","sqm-tab", "sqm-referred-registration", "sqb-program-section","sqb-conditional-section", "sqm-instant-access-registration", "sqm-referral-card", "sqm-referred-registration"]
|
|
6
6
|
* @validChildren ["div","sqm-portal-container","p","sqm-timeline","h1","h2","h3","h5","h4","sqm-qr-code","sqm-referral-code","sqm-referral-codes","sqm-share-code","sqm-share-link","sqm-text","span", "sqm-user-name"]
|
|
7
7
|
* @slots [{"name":"label", "title":"Label"},{"name":"content", "title":"Content"}]
|
|
8
8
|
* @exampleGroup Layout
|
|
@@ -339,7 +339,7 @@ export declare class TaxAndCashDashboard {
|
|
|
339
339
|
demoData?: DemoData<UseTaxAndCashDashboardResult>;
|
|
340
340
|
/**
|
|
341
341
|
* @undocumented
|
|
342
|
-
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
342
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"], "uiGroup": "Dashboard Properties" }
|
|
343
343
|
*/
|
|
344
344
|
stateController?: string;
|
|
345
345
|
constructor();
|
|
@@ -6356,7 +6356,7 @@ export namespace Components {
|
|
|
6356
6356
|
"requiredTaxForm"?: string;
|
|
6357
6357
|
/**
|
|
6358
6358
|
* @undocumented
|
|
6359
|
-
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
6359
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"], "uiGroup": "Dashboard Properties" }
|
|
6360
6360
|
*/
|
|
6361
6361
|
"stateController"?: string;
|
|
6362
6362
|
/**
|
|
@@ -14033,7 +14033,7 @@ declare namespace LocalJSX {
|
|
|
14033
14033
|
"requiredTaxForm"?: string;
|
|
14034
14034
|
/**
|
|
14035
14035
|
* @undocumented
|
|
14036
|
-
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
|
|
14036
|
+
* @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"], "uiGroup": "Dashboard Properties" }
|
|
14037
14037
|
*/
|
|
14038
14038
|
"stateController"?: string;
|
|
14039
14039
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|