@saasquatch/mint-components 1.15.0-72 → 1.15.0-73
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-232eaf8b.js → ShadowViewAddon-5d9a17e7.js} +3 -3
- package/dist/cjs/sqm-big-stat_43.cjs.entry.js +3 -3
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +13 -11
- package/dist/collection/components/sqm-big-stat/useBigStat.js +2 -2
- package/dist/collection/components/sqm-big-stat/useDemoBigStat.js +1 -1
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +1 -1
- package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +2 -1
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +1 -1
- package/dist/esm/{ShadowViewAddon-31e71683.js → ShadowViewAddon-e2c43345.js} +3 -3
- package/dist/esm/sqm-big-stat_43.entry.js +3 -3
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/ShadowViewAddon-e2c43345.js +1 -0
- package/dist/esm-es5/sqm-big-stat_43.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/p-2a8e2f28.system.js +1 -1
- package/dist/mint-components/{p-246e67d4.system.entry.js → p-83239943.system.entry.js} +1 -1
- package/dist/mint-components/{p-9542a949.entry.js → p-d4802081.entry.js} +1 -1
- package/dist/mint-components/p-dd315973.js +394 -0
- package/dist/mint-components/{p-3b11d902.entry.js → p-e64c4d67.entry.js} +1 -1
- package/dist/mint-components/p-f2564fde.system.js +1 -0
- package/dist/mint-components/{p-91fd1cae.system.entry.js → p-fde9bf0f.system.entry.js} +1 -1
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +10 -8
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +1 -1
- package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +2 -1
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +1 -1
- package/dist/types/components.d.ts +14 -14
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/ShadowViewAddon-31e71683.js +0 -1
- package/dist/mint-components/p-765d0c63.js +0 -394
- package/dist/mint-components/p-a41c29cd.system.js +0 -1
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -2
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
|
@@ -1134,7 +1134,7 @@ const StatPaths = [
|
|
|
1134
1134
|
{ name: "rewardsWeek", route: "/(rewardsWeek)/:global?" },
|
|
1135
1135
|
{
|
|
1136
1136
|
name: "rewardsCountFiltered",
|
|
1137
|
-
route: "/(rewardsCountFiltered)/:statType([INTEGRATION|PCT_DISCOUNT|CREDIT]*)?/:unit((?!global)(?!PENDING)(?!CANCELLED)(?!EXPIRED)(?!REDEEMED)(?!AVAILABLE)[a-zA-Z0-9%]+)?/:status([PENDING|CANCELLED|EXPIRED|REDEEMED|AVAILABLE]*)?/:global?",
|
|
1137
|
+
route: "/(rewardsCountFiltered)/:statType([FUELTANK|INTEGRATION|PCT_DISCOUNT|CREDIT]*)?/:unit((?!global)(?!PENDING)(?!CANCELLED)(?!EXPIRED)(?!REDEEMED)(?!AVAILABLE)[a-zA-Z0-9%]+)?/:status([PENDING|CANCELLED|EXPIRED|REDEEMED|AVAILABLE]*)?/:global?",
|
|
1138
1138
|
},
|
|
1139
1139
|
{
|
|
1140
1140
|
name: "integrationRewardsCountFiltered",
|
|
@@ -1194,7 +1194,7 @@ function useBigStat(props) {
|
|
|
1194
1194
|
return {
|
|
1195
1195
|
props: {
|
|
1196
1196
|
value: 0,
|
|
1197
|
-
statvalue: "
|
|
1197
|
+
statvalue: "-",
|
|
1198
1198
|
flexReverse,
|
|
1199
1199
|
alignment,
|
|
1200
1200
|
loading: false,
|
|
@@ -1251,7 +1251,7 @@ function useDemoBigStat(props) {
|
|
|
1251
1251
|
return {
|
|
1252
1252
|
props: {
|
|
1253
1253
|
value: 0,
|
|
1254
|
-
statvalue: "
|
|
1254
|
+
statvalue: "-",
|
|
1255
1255
|
loading: false,
|
|
1256
1256
|
flexReverse: props.flexReverse,
|
|
1257
1257
|
alignment: props.alignment,
|
|
@@ -25,7 +25,7 @@ const sqmPortalLoginView = require('./sqm-portal-login-view-bb50304c.js');
|
|
|
25
25
|
const usePortalLogin = require('./usePortalLogin-6aa864ef.js');
|
|
26
26
|
const AsYouType = require('./AsYouType-6788393a.js');
|
|
27
27
|
const utilities = require('./utilities-9a0c5e91.js');
|
|
28
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
28
|
+
const ShadowViewAddon = require('./ShadowViewAddon-5d9a17e7.js');
|
|
29
29
|
require('./sqm-portal-container-view-07e4343f.js');
|
|
30
30
|
const usePayoutStatus = require('./usePayoutStatus-3b34dab1.js');
|
|
31
31
|
|
|
@@ -383,7 +383,7 @@ const BigStat = class {
|
|
|
383
383
|
*
|
|
384
384
|
* @uiName Flex reverse
|
|
385
385
|
* @default
|
|
386
|
-
* @uiGroup
|
|
386
|
+
* @uiGroup Additional Settings
|
|
387
387
|
*/
|
|
388
388
|
this.flexReverse = false;
|
|
389
389
|
/**
|
|
@@ -393,7 +393,7 @@ const BigStat = class {
|
|
|
393
393
|
* @uiType string
|
|
394
394
|
* @uiEnum ["left", "right", "center"]
|
|
395
395
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
396
|
-
* @uiGroup
|
|
396
|
+
* @uiGroup Additional Settings
|
|
397
397
|
*/
|
|
398
398
|
this.alignment = "center";
|
|
399
399
|
this.ignored = true;
|
|
@@ -33,7 +33,7 @@ require('./utilities-9a0c5e91.js');
|
|
|
33
33
|
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-25eb2099.js');
|
|
34
34
|
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-1c4e781f.js');
|
|
35
35
|
const sqmQrCodeView = require('./sqm-qr-code-view-0c3b2f48.js');
|
|
36
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
36
|
+
const ShadowViewAddon = require('./ShadowViewAddon-5d9a17e7.js');
|
|
37
37
|
const sqmPortalContainerView = require('./sqm-portal-container-view-07e4343f.js');
|
|
38
38
|
const IndirectTaxDetailsView = require('./IndirectTaxDetailsView-b3b7bb6e.js');
|
|
39
39
|
const utils = require('./utils-d5821f8d.js');
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { isDemo, useHost } from "@saasquatch/component-boilerplate";
|
|
2
2
|
import { withHooks } from "@saasquatch/stencil-hooks";
|
|
3
|
+
import { Component, h, Prop, State } from "@stencil/core";
|
|
3
4
|
import { BigStatView } from "./sqm-big-stat-view";
|
|
4
5
|
import { useBigStat } from "./useBigStat";
|
|
5
6
|
import { useDemoBigStat } from "./useDemoBigStat";
|
|
6
|
-
import { isDemo, useHost } from "@saasquatch/component-boilerplate";
|
|
7
7
|
/**
|
|
8
8
|
*
|
|
9
9
|
* @uiName User Stat
|
|
10
10
|
* @validParents ["sqm-stat-container"]
|
|
11
11
|
* @validChildren ["p","div","h1","h2","h3","h4","h5","span"]
|
|
12
12
|
* @slots [{"name":"","title":"Stat Text"}]
|
|
13
|
+
* @uiOrder ["statType", "programId", "*"]
|
|
13
14
|
* @slotEditor richText
|
|
14
15
|
* @exampleGroup Statistics
|
|
15
16
|
* @example Points Balance - <sqm-big-stat flex-reverse="true" alignment="left" stat-type="/rewardBalance/CREDIT/POINT/value/global"><p>Points Balance</p></sqm-big-stat>
|
|
16
17
|
* @example GiftCards Earned - <sqm-big-stat flex-reverse="true" alignment="left" stat-type="/integrationRewardsCountFiltered/AVAILABLE/global"><p>Giftcards Earned</p></sqm-big-stat>
|
|
17
18
|
* @example Referrals - <sqm-big-stat flex-reverse="true" alignment="left" stat-type="/referralsCount"><p>Referrals</p></sqm-big-stat>
|
|
19
|
+
* @example Other Stat - <sqm-big-stat flex-reverse="true" alignment="left" stat-type=""><p>Label</p></sqm-big-stat>
|
|
18
20
|
*/
|
|
19
21
|
export class BigStat {
|
|
20
22
|
constructor() {
|
|
@@ -23,7 +25,7 @@ export class BigStat {
|
|
|
23
25
|
*
|
|
24
26
|
* @uiName Flex reverse
|
|
25
27
|
* @default
|
|
26
|
-
* @uiGroup
|
|
28
|
+
* @uiGroup Additional Settings
|
|
27
29
|
*/
|
|
28
30
|
this.flexReverse = false;
|
|
29
31
|
/**
|
|
@@ -33,7 +35,7 @@ export class BigStat {
|
|
|
33
35
|
* @uiType string
|
|
34
36
|
* @uiEnum ["left", "right", "center"]
|
|
35
37
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
36
|
-
* @uiGroup
|
|
38
|
+
* @uiGroup Additional Settings
|
|
37
39
|
*/
|
|
38
40
|
this.alignment = "center";
|
|
39
41
|
this.ignored = true;
|
|
@@ -98,7 +100,7 @@ export class BigStat {
|
|
|
98
100
|
"text": undefined,
|
|
99
101
|
"name": "default"
|
|
100
102
|
}, {
|
|
101
|
-
"text": "
|
|
103
|
+
"text": "Additional Settings",
|
|
102
104
|
"name": "uiGroup"
|
|
103
105
|
}],
|
|
104
106
|
"text": "Controls the order of the stat value & description column"
|
|
@@ -131,7 +133,7 @@ export class BigStat {
|
|
|
131
133
|
"text": "[\"Left\", \"Right\", \"Center\"]",
|
|
132
134
|
"name": "uiEnumNames"
|
|
133
135
|
}, {
|
|
134
|
-
"text": "
|
|
136
|
+
"text": "Additional Settings",
|
|
135
137
|
"name": "uiGroup"
|
|
136
138
|
}],
|
|
137
139
|
"text": "Controls the alignment of the flexbox"
|
|
@@ -187,7 +189,7 @@ export class BigStat {
|
|
|
187
189
|
"text": "color",
|
|
188
190
|
"name": "format"
|
|
189
191
|
}, {
|
|
190
|
-
"text": "
|
|
192
|
+
"text": "Additional Settings",
|
|
191
193
|
"name": "uiGroup"
|
|
192
194
|
}],
|
|
193
195
|
"text": "Color of the stat text"
|
|
@@ -213,7 +215,7 @@ export class BigStat {
|
|
|
213
215
|
"text": "string",
|
|
214
216
|
"name": "uiType"
|
|
215
217
|
}, {
|
|
216
|
-
"text": "
|
|
218
|
+
"text": "Additional Settings",
|
|
217
219
|
"name": "uiGroup"
|
|
218
220
|
}],
|
|
219
221
|
"text": "Font size of the stat text in pixels"
|
|
@@ -236,7 +238,7 @@ export class BigStat {
|
|
|
236
238
|
"text": "Stat font weight",
|
|
237
239
|
"name": "uiName"
|
|
238
240
|
}, {
|
|
239
|
-
"text": "
|
|
241
|
+
"text": "Additional Settings",
|
|
240
242
|
"name": "uiGroup"
|
|
241
243
|
}, {
|
|
242
244
|
"text": "[100, 200, 300, 400, 500, 600, 700, 800, 900]",
|
|
@@ -274,7 +276,7 @@ export class BigStat {
|
|
|
274
276
|
"text": "color",
|
|
275
277
|
"name": "format"
|
|
276
278
|
}, {
|
|
277
|
-
"text": "
|
|
279
|
+
"text": "Additional Settings",
|
|
278
280
|
"name": "uiGroup"
|
|
279
281
|
}],
|
|
280
282
|
"text": "Color of the description text"
|
|
@@ -297,7 +299,7 @@ export class BigStat {
|
|
|
297
299
|
"text": "Description font size",
|
|
298
300
|
"name": "uiName"
|
|
299
301
|
}, {
|
|
300
|
-
"text": "
|
|
302
|
+
"text": "Additional Settings",
|
|
301
303
|
"name": "uiGroup"
|
|
302
304
|
}],
|
|
303
305
|
"text": "Font size of the description text in pixels"
|
|
@@ -832,7 +832,7 @@ export const StatPaths = [
|
|
|
832
832
|
{ name: "rewardsWeek", route: "/(rewardsWeek)/:global?" },
|
|
833
833
|
{
|
|
834
834
|
name: "rewardsCountFiltered",
|
|
835
|
-
route: "/(rewardsCountFiltered)/:statType([INTEGRATION|PCT_DISCOUNT|CREDIT]*)?/:unit((?!global)(?!PENDING)(?!CANCELLED)(?!EXPIRED)(?!REDEEMED)(?!AVAILABLE)[a-zA-Z0-9%]+)?/:status([PENDING|CANCELLED|EXPIRED|REDEEMED|AVAILABLE]*)?/:global?",
|
|
835
|
+
route: "/(rewardsCountFiltered)/:statType([FUELTANK|INTEGRATION|PCT_DISCOUNT|CREDIT]*)?/:unit((?!global)(?!PENDING)(?!CANCELLED)(?!EXPIRED)(?!REDEEMED)(?!AVAILABLE)[a-zA-Z0-9%]+)?/:status([PENDING|CANCELLED|EXPIRED|REDEEMED|AVAILABLE]*)?/:global?",
|
|
836
836
|
},
|
|
837
837
|
{
|
|
838
838
|
name: "integrationRewardsCountFiltered",
|
|
@@ -892,7 +892,7 @@ export function useBigStat(props) {
|
|
|
892
892
|
return {
|
|
893
893
|
props: {
|
|
894
894
|
value: 0,
|
|
895
|
-
statvalue: "
|
|
895
|
+
statvalue: "-",
|
|
896
896
|
flexReverse,
|
|
897
897
|
alignment,
|
|
898
898
|
loading: false,
|
|
@@ -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"]
|
|
7
|
+
* @validParents ["div","sqm-brand","sqm-portal-container", "sqm-divided-layout", "sqm-referral-card", "sqm-instant-access-registration"]
|
|
8
8
|
*/
|
|
9
9
|
export class PortalFooter {
|
|
10
10
|
constructor() {
|
|
@@ -4,9 +4,10 @@ import { getProps } from "../../utils/utils";
|
|
|
4
4
|
import { ReferralCardView } from "./sqm-referral-card-view";
|
|
5
5
|
import { useChildElements } from "../../tables/useChildElements";
|
|
6
6
|
/**
|
|
7
|
+
*
|
|
7
8
|
* @uiName Referral Card
|
|
8
9
|
* @validParents ["sqm-portal-container","div","sqm-divided-layout","sqm-brand","template","sqb-program-section","sqb-conditional-section", "sqm-hero"]
|
|
9
|
-
* @validChildren ["div","sqm-portal-container","p","sqm-timeline","h1","h2","h3","h5","h4","sqm-pagination","sqm-qr-code","sqm-referral-code","sqm-referral-codes","sqm-share-code","sqm-share-link","sqm-text","span", "sqm-portal-footer"]
|
|
10
|
+
* @validChildren ["div","sqm-portal-container","p","sqm-timeline","h1","h2","h3","h5","h4","sqm-pagination","sqm-qr-code","sqm-referral-code","sqm-referral-codes","sqm-share-code","sqm-share-link","sqm-text","span", "sqm-portal-footer", "sqm-titled-section"]
|
|
10
11
|
* @exampleGroup Referrals
|
|
11
12
|
* @slots [{"name":"left", "title":"Left Content"},{"name":"right", "title":"Right Content"},{"name":"header", "title":"Header Content"},{"name":"footer", "title":"Footer Content"}]
|
|
12
13
|
* @example Referral Card - <sqm-referral-card vertical-alignment="start"> <sqm-portal-container gap="large" slot="left" direction="column" display="grid" max-width="100%" padding="none" > <sqm-text >They’ll get a $50 credit towards a new account and you’ll get: </sqm-text> <sqm-timeline icon="circle"> <sqm-timeline-entry reward="$50" unit="visa giftcard" desc="Your friend purchases a Business plan" icon="circle" > </sqm-timeline-entry> <sqm-timeline-entry reward="$200" unit="visa giftcard" desc="Our sales team qualifies your friend as a good fit for our Enterprise plan" icon="circle" > </sqm-timeline-entry> <sqm-timeline-entry reward="$1000" unit="visa giftcard" desc="Your friend purchases an Enterprise plan" icon="circle" > </sqm-timeline-entry> </sqm-timeline> </sqm-portal-container> <sqm-portal-container gap="large" slot="right" direction="column" display="grid" max-width="100%" padding="none" > <sqm-text>Choose how you want to share: </sqm-text> <sqm-text> <sub>Your unique referral link:</sub> <sqm-share-link tooltip-text="Copied to Clipboard" tooltip-lifespan="1000" > </sqm-share-link> </sqm-text> <sqm-portal-container gap="x-small" direction="column" display="grid" max-width="100%" padding="none" > <sqm-share-button medium="email" icon-slot="prefix" size="medium" type="default" > Share via email </sqm-share-button> <sqm-share-button medium="linkedin" icon-slot="prefix" size="medium" type="default" > Share on LinkedIn </sqm-share-button> <sqm-share-button medium="twitter" icon-slot="prefix" size="medium" type="default" > Share on Twitter </sqm-share-button> </sqm-portal-container> </sqm-portal-container> </sqm-referral-card>
|
|
@@ -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","sqm-brand","template","sqm-hero","sqm-tab", "sqm-referred-registration", "sqb-program-section","sqb-conditional-section"]
|
|
7
|
+
* @validParents ["sqm-portal-container","div","sqm-divided-layout","sqm-brand","template","sqm-hero","sqm-tab", "sqm-referred-registration", "sqb-program-section","sqb-conditional-section", "sqm-instant-access-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"]
|
|
9
9
|
* @slots [{"name":"label", "title":"Label"},{"name":"content", "title":"Content"}]
|
|
10
10
|
* @exampleGroup Layout
|
|
@@ -1132,7 +1132,7 @@ const StatPaths = [
|
|
|
1132
1132
|
{ name: "rewardsWeek", route: "/(rewardsWeek)/:global?" },
|
|
1133
1133
|
{
|
|
1134
1134
|
name: "rewardsCountFiltered",
|
|
1135
|
-
route: "/(rewardsCountFiltered)/:statType([INTEGRATION|PCT_DISCOUNT|CREDIT]*)?/:unit((?!global)(?!PENDING)(?!CANCELLED)(?!EXPIRED)(?!REDEEMED)(?!AVAILABLE)[a-zA-Z0-9%]+)?/:status([PENDING|CANCELLED|EXPIRED|REDEEMED|AVAILABLE]*)?/:global?",
|
|
1135
|
+
route: "/(rewardsCountFiltered)/:statType([FUELTANK|INTEGRATION|PCT_DISCOUNT|CREDIT]*)?/:unit((?!global)(?!PENDING)(?!CANCELLED)(?!EXPIRED)(?!REDEEMED)(?!AVAILABLE)[a-zA-Z0-9%]+)?/:status([PENDING|CANCELLED|EXPIRED|REDEEMED|AVAILABLE]*)?/:global?",
|
|
1136
1136
|
},
|
|
1137
1137
|
{
|
|
1138
1138
|
name: "integrationRewardsCountFiltered",
|
|
@@ -1192,7 +1192,7 @@ function useBigStat(props) {
|
|
|
1192
1192
|
return {
|
|
1193
1193
|
props: {
|
|
1194
1194
|
value: 0,
|
|
1195
|
-
statvalue: "
|
|
1195
|
+
statvalue: "-",
|
|
1196
1196
|
flexReverse,
|
|
1197
1197
|
alignment,
|
|
1198
1198
|
loading: false,
|
|
@@ -1249,7 +1249,7 @@ function useDemoBigStat(props) {
|
|
|
1249
1249
|
return {
|
|
1250
1250
|
props: {
|
|
1251
1251
|
value: 0,
|
|
1252
|
-
statvalue: "
|
|
1252
|
+
statvalue: "-",
|
|
1253
1253
|
loading: false,
|
|
1254
1254
|
flexReverse: props.flexReverse,
|
|
1255
1255
|
alignment: props.alignment,
|
|
@@ -21,7 +21,7 @@ import { P as PortalLoginView } from './sqm-portal-login-view-7670cd86.js';
|
|
|
21
21
|
import { u as usePortalLogin } from './usePortalLogin-d0720c81.js';
|
|
22
22
|
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
23
23
|
import { i as isEmpty } from './utilities-ad9c2893.js';
|
|
24
|
-
import { u as useDemoBigStat, Q as useBigStat, B as BigStatView, C as CardFeedView, c as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalFrameView, d as PortalRegisterView, R as ReferralIframeView, i as RewardExchangeView, V as demoRewardExchange, G as useShareButton, a as ShareButtonView, J as useShareLink, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-
|
|
24
|
+
import { u as useDemoBigStat, Q as useBigStat, B as BigStatView, C as CardFeedView, c as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalFrameView, d as PortalRegisterView, R as ReferralIframeView, i as RewardExchangeView, V as demoRewardExchange, G as useShareButton, a as ShareButtonView, J as useShareLink, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-e2c43345.js';
|
|
25
25
|
import './sqm-portal-container-view-176e92e3.js';
|
|
26
26
|
import { u as usePayoutStatus } from './usePayoutStatus-7eeec61b.js';
|
|
27
27
|
|
|
@@ -379,7 +379,7 @@ const BigStat = class {
|
|
|
379
379
|
*
|
|
380
380
|
* @uiName Flex reverse
|
|
381
381
|
* @default
|
|
382
|
-
* @uiGroup
|
|
382
|
+
* @uiGroup Additional Settings
|
|
383
383
|
*/
|
|
384
384
|
this.flexReverse = false;
|
|
385
385
|
/**
|
|
@@ -389,7 +389,7 @@ const BigStat = class {
|
|
|
389
389
|
* @uiType string
|
|
390
390
|
* @uiEnum ["left", "right", "center"]
|
|
391
391
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
392
|
-
* @uiGroup
|
|
392
|
+
* @uiGroup Additional Settings
|
|
393
393
|
*/
|
|
394
394
|
this.alignment = "center";
|
|
395
395
|
this.ignored = true;
|
|
@@ -29,7 +29,7 @@ import './utilities-ad9c2893.js';
|
|
|
29
29
|
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-abef7286.js';
|
|
30
30
|
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-33805220.js';
|
|
31
31
|
import { Q as QrCodeView } from './sqm-qr-code-view-97124a66.js';
|
|
32
|
-
import { S as StatContainerView, B as BigStatView, a as ShareButtonView, P as PortalChangePasswordView, b as PoweredByImg$1, u as useDemoBigStat, T as TaskCardView, C as CardFeedView, c as CheckboxFieldView, d as PortalRegisterView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, L as LeaderboardView, H as HeroView, I as InputFieldView, N as NameFieldsView, f as ChangeMarktingView, g as PortalFooterView, h as PortalFrameView, R as ReferralIframeView, i as RewardExchangeView, r as rewardExchangeCustomErrorMsg, j as rewardExchangeLongText, k as rewardExchangeSelected, l as chooseAmountFixed, m as chooseAmountFixedNoDescription, n as chooseAmountVariable, o as chooseAmountVariableNoDescription, p as chooseAmountVariableDisabled, q as chooseAmountVariableUnavailable, s as confirmFixed, t as confirmVariable, v as redemptionError, w as queryError, x as success, y as successVariable, z as loading, A as empty$1, F as rewardExchange, G as useShareButton, J as useShareLink, K as ProgressBarView, M as ProgressBar$2, O as ShadowViewAddon } from './ShadowViewAddon-
|
|
32
|
+
import { S as StatContainerView, B as BigStatView, a as ShareButtonView, P as PortalChangePasswordView, b as PoweredByImg$1, u as useDemoBigStat, T as TaskCardView, C as CardFeedView, c as CheckboxFieldView, d as PortalRegisterView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, L as LeaderboardView, H as HeroView, I as InputFieldView, N as NameFieldsView, f as ChangeMarktingView, g as PortalFooterView, h as PortalFrameView, R as ReferralIframeView, i as RewardExchangeView, r as rewardExchangeCustomErrorMsg, j as rewardExchangeLongText, k as rewardExchangeSelected, l as chooseAmountFixed, m as chooseAmountFixedNoDescription, n as chooseAmountVariable, o as chooseAmountVariableNoDescription, p as chooseAmountVariableDisabled, q as chooseAmountVariableUnavailable, s as confirmFixed, t as confirmVariable, v as redemptionError, w as queryError, x as success, y as successVariable, z as loading, A as empty$1, F as rewardExchange, G as useShareButton, J as useShareLink, K as ProgressBarView, M as ProgressBar$2, O as ShadowViewAddon } from './ShadowViewAddon-e2c43345.js';
|
|
33
33
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-176e92e3.js';
|
|
34
34
|
import { I as InvoiceTableView, a as INDIRECT_TAX_SPAIN_REGIONS, b as INDIRECT_TAX_PROVINCES, O as OtherRegionSlotView } from './IndirectTaxDetailsView-451cf5e2.js';
|
|
35
35
|
import { t as taxTypeToName, L as LoadingView } from './utils-c416c7e4.js';
|