@saasquatch/mint-components 1.10.3 → 1.11.0-1
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/{ShadowViewAddon-c3e91cee.js → ShadowViewAddon-21aa34f8.js} +32 -57
- package/dist/cjs/{email-registration-view-248652bb.js → email-registration-view-5170d9f1.js} +1 -1
- package/dist/cjs/{global-02e50f09.js → global-4a59a374.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/mint-components.cjs.js +2 -2
- package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +115 -142
- package/dist/cjs/sqm-big-stat_38.cjs.entry.js +24 -65
- package/dist/cjs/sqm-empty_4.cjs.entry.js +2 -9
- package/dist/cjs/sqm-instant-access-registration.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-invoice-table-view-28b14d28.js → sqm-invoice-table-view-c26fb670.js} +6 -8
- package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +1 -1
- package/dist/cjs/sqm-logout-current-user.cjs.entry.js +10 -9
- package/dist/cjs/{sqm-portal-container-view-990a85a3.js → sqm-portal-container-view-5fb2ad49.js} +1 -1
- package/dist/cjs/{sqm-portal-email-verification-view-292b5bf4.js → sqm-portal-email-verification-view-07161940.js} +1 -1
- package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +2 -2
- package/dist/cjs/{sqm-portal-profile-view-fde54e35.js → sqm-portal-profile-view-07b99f80.js} +1 -1
- package/dist/cjs/sqm-portal-profile.cjs.entry.js +2 -2
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -1
- package/dist/cjs/sqm-referred-registration.cjs.entry.js +1 -1
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +57 -180
- package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +1 -1
- package/dist/collection/components/sqm-empty/EmptyState.stories.js +1 -1
- package/dist/collection/components/sqm-image/sqm-image-view.js +1 -1
- package/dist/collection/components/sqm-image/sqm-image.js +0 -20
- package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +24 -130
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +29 -55
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +29 -93
- package/dist/collection/components/sqm-leaderboard/useLeaderboard.js +4 -40
- package/dist/collection/components/sqm-logout-current-user/useLogoutCurrentUser.js +10 -9
- package/dist/collection/components/sqm-portal-container/PortalContainer.stories.js +7 -19
- package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
- package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +0 -37
- package/dist/collection/components/sqm-referral-card/ReferralCard.stories.js +1 -1
- package/dist/collection/components/sqm-share-button/ShareButton.stories.js +1 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +1 -1
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +2 -2
- package/dist/collection/components/sqm-task-card/UseTaskCard.stories.js +1 -1
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +1 -1
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +1 -2
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.js +18 -11
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +3 -19
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form.js +3 -2
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/useDocusignForm.js +43 -36
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/useIndirectTaxForm.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/useTaxAndCash.js +2 -3
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +12 -12
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +32 -55
- package/dist/collection/components/tax-and-cash/utils.js +4 -7
- package/dist/collection/components/views/email-registration-view.js +1 -1
- package/dist/collection/global/global.js +1 -1
- package/dist/collection/stories/NewPortal.stories.js +1 -1
- package/dist/esm/{ShadowViewAddon-e012b2aa.js → ShadowViewAddon-90897c22.js} +32 -57
- package/dist/esm/{email-registration-view-a89a88bf.js → email-registration-view-07d80492.js} +1 -1
- package/dist/esm/{global-04c7d3b5.js → global-e7bb0343.js} +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/mint-components.js +2 -2
- package/dist/esm/sqm-banking-info-form_16.entry.js +115 -142
- package/dist/esm/sqm-big-stat_38.entry.js +24 -65
- package/dist/esm/sqm-empty_4.entry.js +2 -9
- package/dist/esm/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm/{sqm-invoice-table-view-34ac7513.js → sqm-invoice-table-view-2175569f.js} +6 -8
- package/dist/esm/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm/sqm-logout-current-user.entry.js +10 -9
- package/dist/esm/{sqm-portal-container-view-6c582684.js → sqm-portal-container-view-ab89c6cc.js} +1 -1
- package/dist/esm/{sqm-portal-email-verification-view-4307c992.js → sqm-portal-email-verification-view-0b32261f.js} +1 -1
- package/dist/esm/sqm-portal-email-verification.entry.js +2 -2
- package/dist/esm/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-03026a5e.js} +1 -1
- package/dist/esm/sqm-portal-profile.entry.js +2 -2
- package/dist/esm/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm/sqm-referred-registration.entry.js +1 -1
- package/dist/esm/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +57 -180
- package/dist/esm-es5/ShadowViewAddon-90897c22.js +1 -0
- package/dist/esm-es5/email-registration-view-07d80492.js +1 -0
- package/dist/esm-es5/{global-04c7d3b5.js → global-e7bb0343.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/sqm-instant-access-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-invoice-table-view-2175569f.js +1 -0
- package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
- package/dist/esm-es5/sqm-logout-current-user.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-container-view-ab89c6cc.js +1 -0
- package/dist/esm-es5/{sqm-portal-email-verification-view-4307c992.js → sqm-portal-email-verification-view-0b32261f.js} +1 -1
- package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-profile-view-ffe955c8.js → sqm-portal-profile-view-03026a5e.js} +1 -1
- package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-referred-registration.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/mint-components.js +1 -1
- package/dist/mint-components/p-007383e1.entry.js +9 -0
- package/dist/mint-components/{p-10685090.js → p-05948592.js} +23 -23
- package/dist/mint-components/p-05a9bc83.entry.js +9 -0
- package/dist/mint-components/{p-4d233cd4.js → p-0e556260.js} +1 -1
- package/dist/mint-components/p-10036f16.js +1 -0
- package/dist/mint-components/p-227dec48.js +1 -0
- package/dist/mint-components/p-3dbf752a.system.entry.js +1 -0
- package/dist/mint-components/p-445ffcfd.system.entry.js +1 -0
- package/dist/mint-components/p-482bf487.system.js +1 -0
- package/dist/mint-components/{p-b6fc1227.system.entry.js → p-4864ed8a.system.entry.js} +1 -1
- package/dist/mint-components/p-5301a2da.system.entry.js +1 -0
- package/dist/mint-components/{p-01cfff8a.system.entry.js → p-55a782cf.system.entry.js} +1 -1
- package/dist/mint-components/{p-59fe4ad1.system.js → p-573fab0f.system.js} +1 -1
- package/dist/mint-components/{p-56f14840.entry.js → p-57e4ef5f.entry.js} +1 -1
- package/dist/mint-components/p-5956a47e.entry.js +1 -0
- package/dist/mint-components/{p-7049e9b0.entry.js → p-5d485450.entry.js} +1 -1
- package/dist/mint-components/p-64491c96.system.entry.js +1 -0
- package/dist/mint-components/{p-ce621bcc.js → p-66172a05.js} +1 -1
- package/dist/mint-components/p-6bf41e0d.system.js +1 -0
- package/dist/mint-components/p-76b69493.entry.js +174 -0
- package/dist/mint-components/{p-b4c52c5a.entry.js → p-7a572b34.entry.js} +1 -1
- package/dist/mint-components/{p-be4b748a.system.entry.js → p-8fe21979.system.entry.js} +1 -1
- package/dist/mint-components/p-922578e4.system.js +1 -0
- package/dist/mint-components/{p-3ec16698.entry.js → p-956ed10a.entry.js} +1 -1
- package/dist/mint-components/p-97198e2c.system.js +1 -0
- package/dist/mint-components/{p-4ea58025.system.entry.js → p-973f6501.system.entry.js} +1 -1
- package/dist/mint-components/{p-8704937c.js → p-9774fbc5.js} +1 -1
- package/dist/mint-components/{p-35d84041.system.entry.js → p-a61e6394.system.entry.js} +1 -1
- package/dist/mint-components/{p-1dd69917.system.entry.js → p-b8dbb809.system.entry.js} +1 -1
- package/dist/mint-components/p-be38de26.system.js +1 -0
- package/dist/mint-components/{p-ed095674.system.js → p-c7a3fd1b.system.js} +1 -1
- package/dist/mint-components/p-cf158064.entry.js +33 -0
- package/dist/mint-components/p-d51eb656.entry.js +187 -0
- package/dist/mint-components/{p-4df8f1d2.system.js → p-d7df3dfd.system.js} +1 -1
- package/dist/mint-components/{p-32d1d162.entry.js → p-dab544d9.entry.js} +1 -1
- package/dist/mint-components/{p-c7fd9e16.js → p-e704842c.js} +1 -1
- package/dist/mint-components/{p-8679ed9f.system.entry.js → p-e84a74fe.system.entry.js} +1 -1
- package/dist/mint-components/{p-7f088154.entry.js → p-ebcec043.entry.js} +1 -1
- package/dist/mint-components/p-f8f6c99d.system.entry.js +1 -0
- package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +1 -1
- package/dist/types/components/sqm-image/sqm-image-view.d.ts +0 -1
- package/dist/types/components/sqm-image/sqm-image.d.ts +0 -5
- package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +1 -5
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +4 -6
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +6 -23
- package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +2 -4
- package/dist/types/components/sqm-portal-container/PortalContainer.stories.d.ts +0 -1
- package/dist/types/components/sqm-portal-container/sqm-portal-container-view.d.ts +0 -1
- package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +0 -7
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +2 -2
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.d.ts +5 -3
- package/dist/types/components/tax-and-cash/sqm-docusign-form/useDocusignForm.d.ts +2 -1
- package/dist/types/components/tax-and-cash/utils.d.ts +2 -2
- package/dist/types/components.d.ts +14 -66
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +2 -2
- package/dist/esm-es5/ShadowViewAddon-e012b2aa.js +0 -1
- package/dist/esm-es5/email-registration-view-a89a88bf.js +0 -1
- package/dist/esm-es5/sqm-invoice-table-view-34ac7513.js +0 -1
- package/dist/esm-es5/sqm-portal-container-view-6c582684.js +0 -1
- package/dist/mint-components/p-1c857edb.entry.js +0 -33
- package/dist/mint-components/p-2ffefa3b.entry.js +0 -223
- package/dist/mint-components/p-31e810e9.entry.js +0 -168
- package/dist/mint-components/p-509e29e6.js +0 -1
- package/dist/mint-components/p-5de21018.system.entry.js +0 -1
- package/dist/mint-components/p-7497a4f6.system.entry.js +0 -1
- package/dist/mint-components/p-81689347.entry.js +0 -9
- package/dist/mint-components/p-84361da0.system.entry.js +0 -1
- package/dist/mint-components/p-95771f79.system.js +0 -1
- package/dist/mint-components/p-9f0629ba.system.entry.js +0 -1
- package/dist/mint-components/p-a1dba9a1.system.entry.js +0 -1
- package/dist/mint-components/p-a51533cb.system.js +0 -1
- package/dist/mint-components/p-b23d5520.js +0 -1
- package/dist/mint-components/p-bc51264d.system.js +0 -1
- package/dist/mint-components/p-d8d2de11.entry.js +0 -1
- package/dist/mint-components/p-e3735866.entry.js +0 -11
- package/dist/mint-components/p-ed17e637.system.js +0 -1
- package/dist/mint-components/p-ed6ebd60.system.js +0 -1
|
@@ -7,16 +7,14 @@ export interface LeaderboardProps {
|
|
|
7
7
|
anonymousUser?: string;
|
|
8
8
|
showRank?: boolean;
|
|
9
9
|
hideViewer?: boolean;
|
|
10
|
-
viewingUserText?: string;
|
|
11
|
-
hideNames?: boolean;
|
|
12
|
-
width?: string;
|
|
13
|
-
rankSuffix?: string;
|
|
14
10
|
rankType: "rowNumber" | "rank" | "denseRank";
|
|
15
11
|
leaderboardType: "topStartedReferrers" | "topConvertedReferrers" | "topPointEarners";
|
|
16
12
|
maxRows: number;
|
|
17
13
|
programId?: string;
|
|
18
14
|
interval: string;
|
|
19
15
|
empty: VNode;
|
|
16
|
+
essentials: VNode;
|
|
17
|
+
loadingstate: VNode;
|
|
20
18
|
demoProps?: LeaderboardViewProps;
|
|
21
19
|
}
|
|
22
20
|
export declare type Rank = {
|
|
@@ -16,7 +16,6 @@ export declare const FullWidth: () => any;
|
|
|
16
16
|
export declare const SpaceBetween: () => any;
|
|
17
17
|
export declare const SpaceAround: () => any;
|
|
18
18
|
export declare const SpaceEvenly: () => any;
|
|
19
|
-
export declare const ResponsiveBox: () => any;
|
|
20
19
|
export declare const Start: () => any;
|
|
21
20
|
export declare const Center: () => any;
|
|
22
21
|
export declare const End: () => any;
|
|
@@ -51,13 +51,6 @@ export declare class PortalContainer {
|
|
|
51
51
|
* @uiName Maximum width
|
|
52
52
|
*/
|
|
53
53
|
maxWidth?: string;
|
|
54
|
-
/**
|
|
55
|
-
* @uiName Flex wrap behavior
|
|
56
|
-
* @uiType string
|
|
57
|
-
* @uiEnum ["wrap", "nowrap"]
|
|
58
|
-
* @uiEnumNames ["Wrap", "No Wrap"]
|
|
59
|
-
*/
|
|
60
|
-
flexWrap?: string;
|
|
61
54
|
/**
|
|
62
55
|
* @uiName Center content
|
|
63
56
|
*/
|
|
@@ -7,7 +7,7 @@ import { DemoData } from "../../global/demo";
|
|
|
7
7
|
* @uiOrder ["medium", "program-id", "*", "pill", "disabled", "hideicon"]
|
|
8
8
|
* @exampleGroup Sharing
|
|
9
9
|
* @example Facebook Share Button - <sqm-share-button medium="facebook">Share on Facebook</sqm-share-button>
|
|
10
|
-
* @example
|
|
10
|
+
* @example Twitter Share Button - <sqm-share-button medium="twitter">Share via Tweet</sqm-share-button>
|
|
11
11
|
* @example Email Share Button - <sqm-share-button medium="email">Share via Email</sqm-share-button>
|
|
12
12
|
* @example Web Share Sheet Share Button - <sqm-share-button medium="direct">Share</sqm-share-button>
|
|
13
13
|
* @example LinkedIn Share Button - <sqm-share-button medium="linkedin">Share on LinkedIn</sqm-share-button>
|
|
@@ -26,7 +26,7 @@ export declare class ShareButton {
|
|
|
26
26
|
* @uiType string
|
|
27
27
|
* @required
|
|
28
28
|
* @uiEnum ["facebook", "twitter", "email", "direct", "linkedin", "sms", "fbmessenger", "whatsapp", "linemessenger", "pinterest" ]
|
|
29
|
-
* @uiEnumNames ["Facebook", "
|
|
29
|
+
* @uiEnumNames ["Facebook", "Twitter", "Email", "Web Share Sheet", "Linkedin", "SMS", "Facebook Messenger", "Whatsapp", "Line Messenger", "Pinterest"]
|
|
30
30
|
*/
|
|
31
31
|
medium: "facebook" | "twitter" | "email" | "direct" | "linkedin" | "sms" | "fbmessenger" | "whatsapp" | "linemessenger" | "pinterest" | "reminder" | "unknown";
|
|
32
32
|
/**
|
|
@@ -7,7 +7,7 @@ import { TaskCardViewProps } from "./sqm-task-card-view";
|
|
|
7
7
|
* @exampleGroup Rewards
|
|
8
8
|
* @example One Time Task Card - <sqm-task-card reward-amount="1" reward-unit="Free Month" goal="1" card-title="Upgrade Your Plan" description="Receive one free month for being a committed customer when you upgrade your plan." button-text="Upgrade" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" open-new-tab="false" finite="0" starts-on-message="Starts {startDate}"></sqm-task-card>
|
|
9
9
|
* @example Repeatable Task Card - <sqm-task-card reward-amount="250" goal="500" show-progress-bar card-title="Spend $500" description="Earn 250 points when you spend $500 or more." button-text="See plans" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" progress-bar-unit="$" finite="0" repeatable="" reward-unit="Points" starts-on-message="Starts {startDate}"></sqm-task-card>
|
|
10
|
-
* @example Event Sending Task Card - <sqm-task-card goal="1" reward-amount="50" card-title="Follow Us on
|
|
10
|
+
* @example Event Sending Task Card - <sqm-task-card goal="1" reward-amount="50" card-title="Follow Us on Twitter" description="Earn 50 points when you follow us on Twitter!" button-text="Follow" button-link="https://twitter.com/" open-new-tab="true" event-key="socialFollow" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" finite="0" reward-unit="Points" starts-on-message="Starts {startDate}"></sqm-task-card>
|
|
11
11
|
*/
|
|
12
12
|
export declare class TaskCard {
|
|
13
13
|
ignored: boolean;
|
package/dist/types/components/tax-and-cash/sqm-docusign-form/docusign-iframe/DocusignIframe.d.ts
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
export declare type DocusignStatus = "ttl_expired" | "signing_complete" | "cancel" | "delete" | "exception" | "fax_pending" | "session_timeout" | "viewing_complete";
|
|
2
2
|
export interface DocusignIframeProps {
|
|
3
3
|
states: {
|
|
4
|
-
url: string;
|
|
5
4
|
status: DocusignStatus;
|
|
6
5
|
loading: boolean;
|
|
7
6
|
urlLoading: boolean;
|
|
8
7
|
};
|
|
8
|
+
data: {
|
|
9
|
+
documentUrl: string | undefined;
|
|
10
|
+
};
|
|
9
11
|
callbacks: {
|
|
10
|
-
|
|
12
|
+
completeDocument: () => Promise<void>;
|
|
11
13
|
};
|
|
12
14
|
text: {
|
|
13
15
|
docusignExpired: string;
|
|
@@ -22,4 +24,4 @@ export declare const DocusignErrorView: (props: {
|
|
|
22
24
|
text: DocusignIframeProps["text"];
|
|
23
25
|
}) => any;
|
|
24
26
|
export declare const DocusignLoadingView: () => any;
|
|
25
|
-
export declare const DocusignIframe: ({ states, callbacks, text, }: DocusignIframeProps) => any;
|
|
27
|
+
export declare const DocusignIframe: ({ states, data, callbacks, text, }: DocusignIframeProps) => any;
|
|
@@ -27,7 +27,8 @@ export declare function useDocusignForm(props: DocusignForm): {
|
|
|
27
27
|
documentUrl: string;
|
|
28
28
|
};
|
|
29
29
|
callbacks: {
|
|
30
|
-
setDocusignStatus: (value: "
|
|
30
|
+
setDocusignStatus: (value: "cancel" | "ttl_expired" | "signing_complete" | "delete" | "exception" | "fax_pending" | "session_timeout" | "viewing_complete" | ((prev: DocusignStatus) => DocusignStatus)) => void;
|
|
31
|
+
completeDocument: () => Promise<void>;
|
|
31
32
|
setParticipantType: (value: "individualParticipant" | "businessEntity" | ((prev: "individualParticipant" | "businessEntity") => "individualParticipant" | "businessEntity")) => void;
|
|
32
33
|
};
|
|
33
34
|
text: DocusignForm & {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TaxDocumentType } from "./sqm-tax-and-cash/data";
|
|
2
|
-
export declare function validTaxDocument(requiredType: TaxDocumentType | undefined
|
|
2
|
+
export declare function validTaxDocument(requiredType: TaxDocumentType | undefined): boolean;
|
|
3
3
|
export declare const objectIsFull: (obj: Record<string, unknown>) => boolean;
|
|
4
|
-
export declare const taxTypeToName: (taxType: TaxDocumentType) => "" | "W-9" | "W-8
|
|
4
|
+
export declare const taxTypeToName: (taxType: TaxDocumentType) => "" | "W-9" | "W-8";
|
|
5
5
|
export declare function validateBillingField(regex: RegExp, value: string): boolean;
|
|
6
6
|
export declare const formatErrorMessage: (fieldName: string, errorMessage: string) => string;
|
|
7
7
|
export declare function getCountryObj({ countryCode, locale, }: {
|
|
@@ -932,11 +932,6 @@ export namespace Components {
|
|
|
932
932
|
* @uiName Minimum height
|
|
933
933
|
*/
|
|
934
934
|
"minHeight"?: string;
|
|
935
|
-
/**
|
|
936
|
-
* (Optional) Constrains the width of the image. Can be a pixel value or a percentage i.e. "500px", "33%", etc.
|
|
937
|
-
* @uiName Width
|
|
938
|
-
*/
|
|
939
|
-
"width"?: string;
|
|
940
935
|
}
|
|
941
936
|
interface SqmIndirectTaxForm {
|
|
942
937
|
/**
|
|
@@ -1322,12 +1317,6 @@ export namespace Components {
|
|
|
1322
1317
|
* @uiType object
|
|
1323
1318
|
*/
|
|
1324
1319
|
"demoData"?: DemoData<LeaderboardViewProps>;
|
|
1325
|
-
/**
|
|
1326
|
-
* Hide the Names of users to protect personal identifiable information
|
|
1327
|
-
* @uiName Hide users names
|
|
1328
|
-
* @default
|
|
1329
|
-
*/
|
|
1330
|
-
"hideNames": boolean;
|
|
1331
1320
|
/**
|
|
1332
1321
|
* Hide the viewer's leaderboard row if not in the top results.
|
|
1333
1322
|
* @uiName Hide viewing user
|
|
@@ -1340,6 +1329,12 @@ export namespace Components {
|
|
|
1340
1329
|
* @uiWidgetOptions {"allowPastDates":true, "months": 1}
|
|
1341
1330
|
*/
|
|
1342
1331
|
"interval": string;
|
|
1332
|
+
/**
|
|
1333
|
+
* Hides the leaderboard if user is on Essentials plan
|
|
1334
|
+
* @uiName Hide viewing user
|
|
1335
|
+
* @default
|
|
1336
|
+
*/
|
|
1337
|
+
"isEssentials"?: boolean;
|
|
1343
1338
|
/**
|
|
1344
1339
|
* @uiName Leaderboard type
|
|
1345
1340
|
* @uiType string
|
|
@@ -1361,11 +1356,6 @@ export namespace Components {
|
|
|
1361
1356
|
* @uiWidget programSelector
|
|
1362
1357
|
*/
|
|
1363
1358
|
"programId"?: string;
|
|
1364
|
-
/**
|
|
1365
|
-
* A JSONata string that formats the rank with the appropriate ordinal suffix (e.g., "st" for 1st, "nd" for 2nd, "rd" for 3rd, and "th" for all others).
|
|
1366
|
-
* @uiName Rank Suffix
|
|
1367
|
-
*/
|
|
1368
|
-
"rankSuffix": string;
|
|
1369
1359
|
/**
|
|
1370
1360
|
* @uiName Rank type
|
|
1371
1361
|
* @uiType string
|
|
@@ -1389,15 +1379,6 @@ export namespace Components {
|
|
|
1389
1379
|
* @uiName User column heading
|
|
1390
1380
|
*/
|
|
1391
1381
|
"usersheading": string;
|
|
1392
|
-
/**
|
|
1393
|
-
* @uiName Viewing user text
|
|
1394
|
-
*/
|
|
1395
|
-
"viewingUserText": string;
|
|
1396
|
-
/**
|
|
1397
|
-
* Restrict the width of the leaderboard (Can be a pixel value or a percentage i.e. "500px", "33%", etc.)
|
|
1398
|
-
* @uiName Width
|
|
1399
|
-
*/
|
|
1400
|
-
"width": string;
|
|
1401
1382
|
}
|
|
1402
1383
|
interface SqmLeaderboardRank {
|
|
1403
1384
|
/**
|
|
@@ -1758,13 +1739,6 @@ export namespace Components {
|
|
|
1758
1739
|
* @uiEnumNames ["Grid", "Flex"]
|
|
1759
1740
|
*/
|
|
1760
1741
|
"display": "grid" | "flex";
|
|
1761
|
-
/**
|
|
1762
|
-
* @uiName Flex wrap behavior
|
|
1763
|
-
* @uiType string
|
|
1764
|
-
* @uiEnum ["wrap", "nowrap"]
|
|
1765
|
-
* @uiEnumNames ["Wrap", "No Wrap"]
|
|
1766
|
-
*/
|
|
1767
|
-
"flexWrap"?: string;
|
|
1768
1742
|
/**
|
|
1769
1743
|
* @uiName Gap
|
|
1770
1744
|
* @uiType string
|
|
@@ -3414,7 +3388,7 @@ export namespace Components {
|
|
|
3414
3388
|
* @uiType string
|
|
3415
3389
|
* @required
|
|
3416
3390
|
* @uiEnum ["facebook", "twitter", "email", "direct", "linkedin", "sms", "fbmessenger", "whatsapp", "linemessenger", "pinterest" ]
|
|
3417
|
-
* @uiEnumNames ["Facebook", "
|
|
3391
|
+
* @uiEnumNames ["Facebook", "Twitter", "Email", "Web Share Sheet", "Linkedin", "SMS", "Facebook Messenger", "Whatsapp", "Line Messenger", "Pinterest"]
|
|
3418
3392
|
*/
|
|
3419
3393
|
"medium": | "facebook"
|
|
3420
3394
|
| "twitter"
|
|
@@ -6768,11 +6742,6 @@ declare namespace LocalJSX {
|
|
|
6768
6742
|
* @uiName Minimum height
|
|
6769
6743
|
*/
|
|
6770
6744
|
"minHeight"?: string;
|
|
6771
|
-
/**
|
|
6772
|
-
* (Optional) Constrains the width of the image. Can be a pixel value or a percentage i.e. "500px", "33%", etc.
|
|
6773
|
-
* @uiName Width
|
|
6774
|
-
*/
|
|
6775
|
-
"width"?: string;
|
|
6776
6745
|
}
|
|
6777
6746
|
interface SqmIndirectTaxForm {
|
|
6778
6747
|
/**
|
|
@@ -7152,12 +7121,6 @@ declare namespace LocalJSX {
|
|
|
7152
7121
|
* @uiType object
|
|
7153
7122
|
*/
|
|
7154
7123
|
"demoData"?: DemoData<LeaderboardViewProps>;
|
|
7155
|
-
/**
|
|
7156
|
-
* Hide the Names of users to protect personal identifiable information
|
|
7157
|
-
* @uiName Hide users names
|
|
7158
|
-
* @default
|
|
7159
|
-
*/
|
|
7160
|
-
"hideNames"?: boolean;
|
|
7161
7124
|
/**
|
|
7162
7125
|
* Hide the viewer's leaderboard row if not in the top results.
|
|
7163
7126
|
* @uiName Hide viewing user
|
|
@@ -7170,6 +7133,12 @@ declare namespace LocalJSX {
|
|
|
7170
7133
|
* @uiWidgetOptions {"allowPastDates":true, "months": 1}
|
|
7171
7134
|
*/
|
|
7172
7135
|
"interval"?: string;
|
|
7136
|
+
/**
|
|
7137
|
+
* Hides the leaderboard if user is on Essentials plan
|
|
7138
|
+
* @uiName Hide viewing user
|
|
7139
|
+
* @default
|
|
7140
|
+
*/
|
|
7141
|
+
"isEssentials"?: boolean;
|
|
7173
7142
|
/**
|
|
7174
7143
|
* @uiName Leaderboard type
|
|
7175
7144
|
* @uiType string
|
|
@@ -7191,11 +7160,6 @@ declare namespace LocalJSX {
|
|
|
7191
7160
|
* @uiWidget programSelector
|
|
7192
7161
|
*/
|
|
7193
7162
|
"programId"?: string;
|
|
7194
|
-
/**
|
|
7195
|
-
* A JSONata string that formats the rank with the appropriate ordinal suffix (e.g., "st" for 1st, "nd" for 2nd, "rd" for 3rd, and "th" for all others).
|
|
7196
|
-
* @uiName Rank Suffix
|
|
7197
|
-
*/
|
|
7198
|
-
"rankSuffix"?: string;
|
|
7199
7163
|
/**
|
|
7200
7164
|
* @uiName Rank type
|
|
7201
7165
|
* @uiType string
|
|
@@ -7219,15 +7183,6 @@ declare namespace LocalJSX {
|
|
|
7219
7183
|
* @uiName User column heading
|
|
7220
7184
|
*/
|
|
7221
7185
|
"usersheading"?: string;
|
|
7222
|
-
/**
|
|
7223
|
-
* @uiName Viewing user text
|
|
7224
|
-
*/
|
|
7225
|
-
"viewingUserText"?: string;
|
|
7226
|
-
/**
|
|
7227
|
-
* Restrict the width of the leaderboard (Can be a pixel value or a percentage i.e. "500px", "33%", etc.)
|
|
7228
|
-
* @uiName Width
|
|
7229
|
-
*/
|
|
7230
|
-
"width"?: string;
|
|
7231
7186
|
}
|
|
7232
7187
|
interface SqmLeaderboardRank {
|
|
7233
7188
|
/**
|
|
@@ -7588,13 +7543,6 @@ declare namespace LocalJSX {
|
|
|
7588
7543
|
* @uiEnumNames ["Grid", "Flex"]
|
|
7589
7544
|
*/
|
|
7590
7545
|
"display"?: "grid" | "flex";
|
|
7591
|
-
/**
|
|
7592
|
-
* @uiName Flex wrap behavior
|
|
7593
|
-
* @uiType string
|
|
7594
|
-
* @uiEnum ["wrap", "nowrap"]
|
|
7595
|
-
* @uiEnumNames ["Wrap", "No Wrap"]
|
|
7596
|
-
*/
|
|
7597
|
-
"flexWrap"?: string;
|
|
7598
7546
|
/**
|
|
7599
7547
|
* @uiName Gap
|
|
7600
7548
|
* @uiType string
|
|
@@ -9220,7 +9168,7 @@ declare namespace LocalJSX {
|
|
|
9220
9168
|
* @uiType string
|
|
9221
9169
|
* @required
|
|
9222
9170
|
* @uiEnum ["facebook", "twitter", "email", "direct", "linkedin", "sms", "fbmessenger", "whatsapp", "linemessenger", "pinterest" ]
|
|
9223
|
-
* @uiEnumNames ["Facebook", "
|
|
9171
|
+
* @uiEnumNames ["Facebook", "Twitter", "Email", "Web Share Sheet", "Linkedin", "SMS", "Facebook Messenger", "Whatsapp", "Line Messenger", "Pinterest"]
|
|
9224
9172
|
*/
|
|
9225
9173
|
"medium"?: | "facebook"
|
|
9226
9174
|
| "twitter"
|
package/docs/docs.docx
CHANGED
|
Binary file
|