@saasquatch/mint-components 1.14.6-25 → 1.14.6-27
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-619fee6d.js → ShadowViewAddon-d3b2fe63.js} +2 -2
- package/dist/cjs/sqm-big-stat_43.cjs.entry.js +7 -7
- package/dist/cjs/{sqm-lead-input-field-view-f479309f.js → sqm-lead-input-field-view-8ee59e8c.js} +1 -1
- package/dist/cjs/sqm-lead-input-field.cjs.entry.js +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -2
- package/dist/collection/components/sqm-lead-form/sqm-lead-dropdown-field-view.js +1 -1
- package/dist/collection/components/sqm-lead-form/sqm-lead-form-view.js +1 -1
- package/dist/collection/components/sqm-lead-form/sqm-lead-form.js +18 -18
- package/dist/collection/components/sqm-lead-form/sqm-lead-input-field-view.js +1 -1
- package/dist/esm/{ShadowViewAddon-56d647fd.js → ShadowViewAddon-85ac7815.js} +2 -2
- package/dist/esm/sqm-big-stat_43.entry.js +7 -7
- package/dist/esm/{sqm-lead-input-field-view-2ec63b75.js → sqm-lead-input-field-view-937eb53e.js} +1 -1
- package/dist/esm/sqm-lead-input-field.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +2 -2
- package/dist/esm-es5/{ShadowViewAddon-56d647fd.js → ShadowViewAddon-85ac7815.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm-es5/sqm-lead-input-field-view-937eb53e.js +1 -0
- package/dist/esm-es5/sqm-lead-input-field.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-4369a684.system.entry.js → p-1ec3442b.system.entry.js} +1 -1
- package/dist/mint-components/{p-46e1dc91.entry.js → p-3145c268.entry.js} +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-5ed5fc3c.system.entry.js → p-6461715b.system.entry.js} +1 -1
- package/dist/mint-components/{p-33188345.system.entry.js → p-7dd624fd.system.entry.js} +1 -1
- package/dist/mint-components/{p-280c0f3c.js → p-8d45ab28.js} +1 -1
- package/dist/mint-components/{p-19374011.entry.js → p-aeec411b.entry.js} +1 -1
- package/dist/mint-components/{p-8c182b08.js → p-be1cfe2c.js} +1 -1
- package/dist/mint-components/{p-c6ea304a.system.js → p-e005a2ad.system.js} +1 -1
- package/dist/mint-components/{p-d6e65124.entry.js → p-ec0202f7.entry.js} +1 -1
- package/dist/mint-components/p-f3a4467a.system.js +1 -0
- package/dist/types/components/sqm-lead-form/sqm-lead-form.d.ts +6 -6
- package/dist/types/components.d.ts +24 -12
- 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/sqm-lead-input-field-view-2ec63b75.js +0 -1
- package/dist/mint-components/p-22a19728.system.js +0 -1
|
@@ -4112,7 +4112,7 @@ function LeadFormView(props) {
|
|
|
4112
4112
|
id: "requiredFieldErrorMessage",
|
|
4113
4113
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
4114
4114
|
}, {
|
|
4115
|
-
fieldLabel,
|
|
4115
|
+
fieldLabel: fieldLabel.toLowerCase(),
|
|
4116
4116
|
});
|
|
4117
4117
|
return (index.h(index.Fragment, null,
|
|
4118
4118
|
states.success && (index.h("div", { class: sheet$d.classes.Wrapper, part: "sqm-base" },
|
|
@@ -4205,7 +4205,7 @@ function LeadDropdownFieldView(props) {
|
|
|
4205
4205
|
id: `requiredFieldErrorMessage-${dropdownLabel}`,
|
|
4206
4206
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
4207
4207
|
}, {
|
|
4208
|
-
dropdownLabel,
|
|
4208
|
+
dropdownLabel: dropdownLabel.toLowerCase(),
|
|
4209
4209
|
});
|
|
4210
4210
|
return (index.h("div", { class: sheet$e.classes.FieldContainer, part: "sqm-base" },
|
|
4211
4211
|
index.h("style", { type: "text/css" },
|
|
@@ -23,7 +23,7 @@ const sqmPortalLoginView = require('./sqm-portal-login-view-761a4d8e.js');
|
|
|
23
23
|
const usePortalLogin = require('./usePortalLogin-63d896d1.js');
|
|
24
24
|
const AsYouType = require('./AsYouType-6788393a.js');
|
|
25
25
|
const utilities = require('./utilities-78f5e169.js');
|
|
26
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
26
|
+
const ShadowViewAddon = require('./ShadowViewAddon-d3b2fe63.js');
|
|
27
27
|
require('./sqm-portal-container-view-4f15143a.js');
|
|
28
28
|
const useLeadFormState = require('./useLeadFormState-c83d2034.js');
|
|
29
29
|
const usePayoutStatus = require('./usePayoutStatus-feeac99b.js');
|
|
@@ -1534,33 +1534,33 @@ const LeadForm = class {
|
|
|
1534
1534
|
*/
|
|
1535
1535
|
this.pageLabel = "Refer your friend";
|
|
1536
1536
|
/**
|
|
1537
|
-
* @uiName Form key
|
|
1538
1537
|
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
1538
|
+
* @uiName Form key
|
|
1539
1539
|
*/
|
|
1540
1540
|
this.formKey = "lead-form";
|
|
1541
1541
|
/**
|
|
1542
|
-
* @uiName Support link text
|
|
1543
1542
|
* Optional support link text for error messages.
|
|
1543
|
+
* @uiName Support link text
|
|
1544
1544
|
*/
|
|
1545
1545
|
this.supportLinkText = "Support";
|
|
1546
1546
|
/**
|
|
1547
|
-
* @uiName Submit success header
|
|
1548
1547
|
* Header text shown on successful lead submission.
|
|
1548
|
+
* @uiName Submit success header
|
|
1549
1549
|
*/
|
|
1550
1550
|
this.submitSuccessHeader = "Lead submitted";
|
|
1551
1551
|
/**
|
|
1552
|
-
* @uiName Submit success description
|
|
1553
1552
|
* Description text shown on successful lead submission.
|
|
1553
|
+
* @uiName Submit success description
|
|
1554
1554
|
*/
|
|
1555
1555
|
this.submitSuccessDescription = "Our team will contact your friend to see if they’re a good fit. In the meantime, you can track this referral on Activity page.";
|
|
1556
1556
|
/**
|
|
1557
|
+
* Header text shown if an error occurs.
|
|
1557
1558
|
* @uiName Submit error header
|
|
1558
|
-
* Header text shown if an error occurs.
|
|
1559
1559
|
*/
|
|
1560
1560
|
this.submitErrorHeader = "An error occurred while submitting";
|
|
1561
1561
|
/**
|
|
1562
|
-
* @uiName Submit error description
|
|
1563
1562
|
* Description text shown if an error occurs.
|
|
1563
|
+
* @uiName Submit error description
|
|
1564
1564
|
*/
|
|
1565
1565
|
this.submitErrorDescription = "Please try again later. If the problem continues, contact {supportLink}";
|
|
1566
1566
|
/**
|
package/dist/cjs/{sqm-lead-input-field-view-f479309f.js → sqm-lead-input-field-view-8ee59e8c.js}
RENAMED
|
@@ -28,7 +28,7 @@ function LeadInputFieldView(props) {
|
|
|
28
28
|
id: `requiredFieldErrorMessage-${fieldLabel}`,
|
|
29
29
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
30
30
|
}, {
|
|
31
|
-
fieldLabel,
|
|
31
|
+
fieldLabel: fieldLabel.toLowerCase(),
|
|
32
32
|
});
|
|
33
33
|
return (index.h("div", { class: sheet.classes.FieldContainer, part: "sqm-base" },
|
|
34
34
|
index.h("style", { type: "text/css" },
|
|
@@ -10,7 +10,7 @@ const cjs = require('./cjs-1066ec21.js');
|
|
|
10
10
|
const utils = require('./utils-6847bc06.js');
|
|
11
11
|
require('./JSS-8503a151.js');
|
|
12
12
|
require('./mixins-f7e0377a.js');
|
|
13
|
-
const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-
|
|
13
|
+
const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-8ee59e8c.js');
|
|
14
14
|
const useLeadFormState = require('./useLeadFormState-c83d2034.js');
|
|
15
15
|
|
|
16
16
|
function useLeadInputField() {
|
|
@@ -35,10 +35,10 @@ const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-fe6
|
|
|
35
35
|
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-7b678f34.js');
|
|
36
36
|
require('./ErrorView-b2fcf954.js');
|
|
37
37
|
const sqmQrCodeView = require('./sqm-qr-code-view-15dfc0b6.js');
|
|
38
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
38
|
+
const ShadowViewAddon = require('./ShadowViewAddon-d3b2fe63.js');
|
|
39
39
|
const sqmPortalContainerView = require('./sqm-portal-container-view-4f15143a.js');
|
|
40
40
|
const sqmInvoiceTableView = require('./sqm-invoice-table-view-0f7fa309.js');
|
|
41
|
-
const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-
|
|
41
|
+
const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-8ee59e8c.js');
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
44
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -41,7 +41,7 @@ export function LeadDropdownFieldView(props) {
|
|
|
41
41
|
id: `requiredFieldErrorMessage-${dropdownLabel}`,
|
|
42
42
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
43
43
|
}, {
|
|
44
|
-
dropdownLabel,
|
|
44
|
+
dropdownLabel: dropdownLabel.toLowerCase(),
|
|
45
45
|
});
|
|
46
46
|
return (h("div", { class: sheet.classes.FieldContainer, part: "sqm-base" },
|
|
47
47
|
h("style", { type: "text/css" },
|
|
@@ -69,7 +69,7 @@ export function LeadFormView(props) {
|
|
|
69
69
|
id: "requiredFieldErrorMessage",
|
|
70
70
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
71
71
|
}, {
|
|
72
|
-
fieldLabel,
|
|
72
|
+
fieldLabel: fieldLabel.toLowerCase(),
|
|
73
73
|
});
|
|
74
74
|
return (h(Fragment, null,
|
|
75
75
|
states.success && (h("div", { class: sheet.classes.Wrapper, part: "sqm-base" },
|
|
@@ -36,33 +36,33 @@ export class LeadForm {
|
|
|
36
36
|
*/
|
|
37
37
|
this.pageLabel = "Refer your friend";
|
|
38
38
|
/**
|
|
39
|
-
* @uiName Form key
|
|
40
39
|
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
40
|
+
* @uiName Form key
|
|
41
41
|
*/
|
|
42
42
|
this.formKey = "lead-form";
|
|
43
43
|
/**
|
|
44
|
-
* @uiName Support link text
|
|
45
44
|
* Optional support link text for error messages.
|
|
45
|
+
* @uiName Support link text
|
|
46
46
|
*/
|
|
47
47
|
this.supportLinkText = "Support";
|
|
48
48
|
/**
|
|
49
|
-
* @uiName Submit success header
|
|
50
49
|
* Header text shown on successful lead submission.
|
|
50
|
+
* @uiName Submit success header
|
|
51
51
|
*/
|
|
52
52
|
this.submitSuccessHeader = "Lead submitted";
|
|
53
53
|
/**
|
|
54
|
-
* @uiName Submit success description
|
|
55
54
|
* Description text shown on successful lead submission.
|
|
55
|
+
* @uiName Submit success description
|
|
56
56
|
*/
|
|
57
57
|
this.submitSuccessDescription = "Our team will contact your friend to see if they’re a good fit. In the meantime, you can track this referral on Activity page.";
|
|
58
58
|
/**
|
|
59
|
+
* Header text shown if an error occurs.
|
|
59
60
|
* @uiName Submit error header
|
|
60
|
-
* Header text shown if an error occurs.
|
|
61
61
|
*/
|
|
62
62
|
this.submitErrorHeader = "An error occurred while submitting";
|
|
63
63
|
/**
|
|
64
|
-
* @uiName Submit error description
|
|
65
64
|
* Description text shown if an error occurs.
|
|
65
|
+
* @uiName Submit error description
|
|
66
66
|
*/
|
|
67
67
|
this.submitErrorDescription = "Please try again later. If the problem continues, contact {supportLink}";
|
|
68
68
|
/**
|
|
@@ -252,10 +252,10 @@ export class LeadForm {
|
|
|
252
252
|
"optional": false,
|
|
253
253
|
"docs": {
|
|
254
254
|
"tags": [{
|
|
255
|
-
"text": "Form key
|
|
255
|
+
"text": "Form key",
|
|
256
256
|
"name": "uiName"
|
|
257
257
|
}],
|
|
258
|
-
"text": ""
|
|
258
|
+
"text": "Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms."
|
|
259
259
|
},
|
|
260
260
|
"attribute": "form-key",
|
|
261
261
|
"reflect": false,
|
|
@@ -273,10 +273,10 @@ export class LeadForm {
|
|
|
273
273
|
"optional": false,
|
|
274
274
|
"docs": {
|
|
275
275
|
"tags": [{
|
|
276
|
-
"text": "Support link text
|
|
276
|
+
"text": "Support link text",
|
|
277
277
|
"name": "uiName"
|
|
278
278
|
}],
|
|
279
|
-
"text": ""
|
|
279
|
+
"text": "Optional support link text for error messages."
|
|
280
280
|
},
|
|
281
281
|
"attribute": "support-link-text",
|
|
282
282
|
"reflect": false,
|
|
@@ -294,10 +294,10 @@ export class LeadForm {
|
|
|
294
294
|
"optional": false,
|
|
295
295
|
"docs": {
|
|
296
296
|
"tags": [{
|
|
297
|
-
"text": "Submit success header
|
|
297
|
+
"text": "Submit success header",
|
|
298
298
|
"name": "uiName"
|
|
299
299
|
}],
|
|
300
|
-
"text": ""
|
|
300
|
+
"text": "Header text shown on successful lead submission."
|
|
301
301
|
},
|
|
302
302
|
"attribute": "submit-success-header",
|
|
303
303
|
"reflect": false,
|
|
@@ -315,10 +315,10 @@ export class LeadForm {
|
|
|
315
315
|
"optional": false,
|
|
316
316
|
"docs": {
|
|
317
317
|
"tags": [{
|
|
318
|
-
"text": "Submit success description
|
|
318
|
+
"text": "Submit success description",
|
|
319
319
|
"name": "uiName"
|
|
320
320
|
}],
|
|
321
|
-
"text": ""
|
|
321
|
+
"text": "Description text shown on successful lead submission."
|
|
322
322
|
},
|
|
323
323
|
"attribute": "submit-success-description",
|
|
324
324
|
"reflect": false,
|
|
@@ -336,10 +336,10 @@ export class LeadForm {
|
|
|
336
336
|
"optional": false,
|
|
337
337
|
"docs": {
|
|
338
338
|
"tags": [{
|
|
339
|
-
"text": "Submit error header
|
|
339
|
+
"text": "Submit error header",
|
|
340
340
|
"name": "uiName"
|
|
341
341
|
}],
|
|
342
|
-
"text": ""
|
|
342
|
+
"text": "Header text shown if an error occurs."
|
|
343
343
|
},
|
|
344
344
|
"attribute": "submit-error-header",
|
|
345
345
|
"reflect": false,
|
|
@@ -357,10 +357,10 @@ export class LeadForm {
|
|
|
357
357
|
"optional": false,
|
|
358
358
|
"docs": {
|
|
359
359
|
"tags": [{
|
|
360
|
-
"text": "Submit error description
|
|
360
|
+
"text": "Submit error description",
|
|
361
361
|
"name": "uiName"
|
|
362
362
|
}],
|
|
363
|
-
"text": ""
|
|
363
|
+
"text": "Description text shown if an error occurs."
|
|
364
364
|
},
|
|
365
365
|
"attribute": "submit-error-description",
|
|
366
366
|
"reflect": false,
|
|
@@ -26,7 +26,7 @@ export function LeadInputFieldView(props) {
|
|
|
26
26
|
id: `requiredFieldErrorMessage-${fieldLabel}`,
|
|
27
27
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
28
28
|
}, {
|
|
29
|
-
fieldLabel,
|
|
29
|
+
fieldLabel: fieldLabel.toLowerCase(),
|
|
30
30
|
});
|
|
31
31
|
return (h("div", { class: sheet.classes.FieldContainer, part: "sqm-base" },
|
|
32
32
|
h("style", { type: "text/css" },
|
|
@@ -4110,7 +4110,7 @@ function LeadFormView(props) {
|
|
|
4110
4110
|
id: "requiredFieldErrorMessage",
|
|
4111
4111
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
4112
4112
|
}, {
|
|
4113
|
-
fieldLabel,
|
|
4113
|
+
fieldLabel: fieldLabel.toLowerCase(),
|
|
4114
4114
|
});
|
|
4115
4115
|
return (h(Fragment, null,
|
|
4116
4116
|
states.success && (h("div", { class: sheet$d.classes.Wrapper, part: "sqm-base" },
|
|
@@ -4203,7 +4203,7 @@ function LeadDropdownFieldView(props) {
|
|
|
4203
4203
|
id: `requiredFieldErrorMessage-${dropdownLabel}`,
|
|
4204
4204
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
4205
4205
|
}, {
|
|
4206
|
-
dropdownLabel,
|
|
4206
|
+
dropdownLabel: dropdownLabel.toLowerCase(),
|
|
4207
4207
|
});
|
|
4208
4208
|
return (h("div", { class: sheet$e.classes.FieldContainer, part: "sqm-base" },
|
|
4209
4209
|
h("style", { type: "text/css" },
|
|
@@ -19,7 +19,7 @@ import { P as PortalLoginView } from './sqm-portal-login-view-7e49609a.js';
|
|
|
19
19
|
import { u as usePortalLogin } from './usePortalLogin-ef647a50.js';
|
|
20
20
|
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
21
21
|
import { i as isEmpty } from './utilities-5b0ca040.js';
|
|
22
|
-
import { b as useDemoBigStat, W as useBigStat, B as BigStatView, U as autoColorScaleCss, J as CardFeedView, i as CheckboxFieldView, K as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, Q as LeadDropdownFieldView, O as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, C as ChangeMarktingView, d as PortalChangePasswordView, h as PortalFooterView, P as PortalFrameView, e as PortalRegisterView, R as ReferralIframeView, Y as demoRewardExchange, j as RewardExchangeView, a as useShareButton, S as ShareButtonView, u as useShareLink, c as StatContainerView, T as TaskCardView } from './ShadowViewAddon-
|
|
22
|
+
import { b as useDemoBigStat, W as useBigStat, B as BigStatView, U as autoColorScaleCss, J as CardFeedView, i as CheckboxFieldView, K as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, Q as LeadDropdownFieldView, O as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, C as ChangeMarktingView, d as PortalChangePasswordView, h as PortalFooterView, P as PortalFrameView, e as PortalRegisterView, R as ReferralIframeView, Y as demoRewardExchange, j as RewardExchangeView, a as useShareButton, S as ShareButtonView, u as useShareLink, c as StatContainerView, T as TaskCardView } from './ShadowViewAddon-85ac7815.js';
|
|
23
23
|
import './sqm-portal-container-view-1683ae32.js';
|
|
24
24
|
import { R as RequiredPropsError, L as LEAD_FORM_STATE_CONTEXT, u as useLeadFormState } from './useLeadFormState-9016d812.js';
|
|
25
25
|
import { u as usePayoutStatus } from './usePayoutStatus-fed17fc9.js';
|
|
@@ -1530,33 +1530,33 @@ const LeadForm = class {
|
|
|
1530
1530
|
*/
|
|
1531
1531
|
this.pageLabel = "Refer your friend";
|
|
1532
1532
|
/**
|
|
1533
|
-
* @uiName Form key
|
|
1534
1533
|
* Key of the form to connect to. Create and manage forms in the /advocate dashboard under Data > Forms.
|
|
1534
|
+
* @uiName Form key
|
|
1535
1535
|
*/
|
|
1536
1536
|
this.formKey = "lead-form";
|
|
1537
1537
|
/**
|
|
1538
|
-
* @uiName Support link text
|
|
1539
1538
|
* Optional support link text for error messages.
|
|
1539
|
+
* @uiName Support link text
|
|
1540
1540
|
*/
|
|
1541
1541
|
this.supportLinkText = "Support";
|
|
1542
1542
|
/**
|
|
1543
|
-
* @uiName Submit success header
|
|
1544
1543
|
* Header text shown on successful lead submission.
|
|
1544
|
+
* @uiName Submit success header
|
|
1545
1545
|
*/
|
|
1546
1546
|
this.submitSuccessHeader = "Lead submitted";
|
|
1547
1547
|
/**
|
|
1548
|
-
* @uiName Submit success description
|
|
1549
1548
|
* Description text shown on successful lead submission.
|
|
1549
|
+
* @uiName Submit success description
|
|
1550
1550
|
*/
|
|
1551
1551
|
this.submitSuccessDescription = "Our team will contact your friend to see if they’re a good fit. In the meantime, you can track this referral on Activity page.";
|
|
1552
1552
|
/**
|
|
1553
|
+
* Header text shown if an error occurs.
|
|
1553
1554
|
* @uiName Submit error header
|
|
1554
|
-
* Header text shown if an error occurs.
|
|
1555
1555
|
*/
|
|
1556
1556
|
this.submitErrorHeader = "An error occurred while submitting";
|
|
1557
1557
|
/**
|
|
1558
|
-
* @uiName Submit error description
|
|
1559
1558
|
* Description text shown if an error occurs.
|
|
1559
|
+
* @uiName Submit error description
|
|
1560
1560
|
*/
|
|
1561
1561
|
this.submitErrorDescription = "Please try again later. If the problem continues, contact {supportLink}";
|
|
1562
1562
|
/**
|
package/dist/esm/{sqm-lead-input-field-view-2ec63b75.js → sqm-lead-input-field-view-937eb53e.js}
RENAMED
|
@@ -26,7 +26,7 @@ function LeadInputFieldView(props) {
|
|
|
26
26
|
id: `requiredFieldErrorMessage-${fieldLabel}`,
|
|
27
27
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
28
28
|
}, {
|
|
29
|
-
fieldLabel,
|
|
29
|
+
fieldLabel: fieldLabel.toLowerCase(),
|
|
30
30
|
});
|
|
31
31
|
return (h("div", { class: sheet.classes.FieldContainer, part: "sqm-base" },
|
|
32
32
|
h("style", { type: "text/css" },
|
|
@@ -6,7 +6,7 @@ import { c as cjs } from './cjs-bdfb4486.js';
|
|
|
6
6
|
import { g as getProps, a as getMissingProps } from './utils-334c1e34.js';
|
|
7
7
|
import './JSS-67b5cff8.js';
|
|
8
8
|
import './mixins-83f90fa1.js';
|
|
9
|
-
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-
|
|
9
|
+
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-937eb53e.js';
|
|
10
10
|
import { L as LEAD_FORM_STATE_CONTEXT, R as RequiredPropsError } from './useLeadFormState-9016d812.js';
|
|
11
11
|
|
|
12
12
|
function useLeadInputField() {
|
|
@@ -31,10 +31,10 @@ import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-5
|
|
|
31
31
|
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-b12cb894.js';
|
|
32
32
|
import './ErrorView-48e2b969.js';
|
|
33
33
|
import { Q as QrCodeView } from './sqm-qr-code-view-f1d0763b.js';
|
|
34
|
-
import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalRegisterView, C as ChangeMarktingView, T as TaskCardView, f as ProgressBarView, g as PoweredByImg$1, h as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, i as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, j as RewardExchangeView, r as rewardExchangeCustomErrorMsg, k as rewardExchangeLongText, l as rewardExchangeSelected, m as chooseAmountFixed, n as chooseAmountFixedNoDescription, o as chooseAmountVariable, p as chooseAmountVariableNoDescription, q as chooseAmountVariableDisabled, s as chooseAmountVariableUnavailable, t as confirmFixed, v as confirmVariable, w as redemptionError, x as queryError, y as success, z as successVariable, A as loading, F as empty$1, G as rewardExchange, J as CardFeedView, K as CouponCodeView, M as ProgressBar$2, O as LeadFormView, Q as LeadDropdownFieldView, U as autoColorScaleCss, V as ShadowViewAddon } from './ShadowViewAddon-
|
|
34
|
+
import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalRegisterView, C as ChangeMarktingView, T as TaskCardView, f as ProgressBarView, g as PoweredByImg$1, h as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, i as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, j as RewardExchangeView, r as rewardExchangeCustomErrorMsg, k as rewardExchangeLongText, l as rewardExchangeSelected, m as chooseAmountFixed, n as chooseAmountFixedNoDescription, o as chooseAmountVariable, p as chooseAmountVariableNoDescription, q as chooseAmountVariableDisabled, s as chooseAmountVariableUnavailable, t as confirmFixed, v as confirmVariable, w as redemptionError, x as queryError, y as success, z as successVariable, A as loading, F as empty$1, G as rewardExchange, J as CardFeedView, K as CouponCodeView, M as ProgressBar$2, O as LeadFormView, Q as LeadDropdownFieldView, U as autoColorScaleCss, V as ShadowViewAddon } from './ShadowViewAddon-85ac7815.js';
|
|
35
35
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-1683ae32.js';
|
|
36
36
|
import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-7f376a75.js';
|
|
37
|
-
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-
|
|
37
|
+
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-937eb53e.js';
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* lodash (Custom Build) <https://lodash.com/>
|