@saasquatch/mint-components 2.1.8-25 → 2.1.8-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-247ccfa4.js → ShadowViewAddon-e1e20b3a.js} +7 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-big-stat_45.cjs.entry.js +38 -38
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-share-link/sqm-share-link-view.js +7 -4
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +114 -114
- package/dist/esm/{ShadowViewAddon-e7e73e36.js → ShadowViewAddon-abfb02b8.js} +7 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-big-stat_45.entry.js +38 -38
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/{ShadowViewAddon-e7e73e36.js → ShadowViewAddon-abfb02b8.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-big-stat_45.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-365363b5.entry.js → p-38491d20.entry.js} +2 -2
- package/dist/mint-components/p-4b365f1f.system.js +1 -1
- package/dist/mint-components/{p-c7f4a587.entry.js → p-5167f62c.entry.js} +1 -1
- package/dist/mint-components/{p-4aede05c.system.entry.js → p-608be5f4.system.entry.js} +1 -1
- package/dist/mint-components/{p-0a02a7a5.system.js → p-95304aa0.system.js} +1 -1
- package/dist/mint-components/{p-3be90659.js → p-97b2aabc.js} +1 -1
- package/dist/mint-components/{p-f62812ff.system.entry.js → p-d36f7dcf.system.entry.js} +1 -1
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +37 -37
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -23,7 +23,7 @@ import { u as useInstantAccessRegistration } from './useInstantAccessRegistratio
|
|
|
23
23
|
import { R as RequiredPropsError, L as LEAD_FORM_STATE_CONTEXT, u as useLeadFormState } from './useLeadFormState-cec544ea.js';
|
|
24
24
|
import { i as isEmpty } from './utilities-f05633da.js';
|
|
25
25
|
import { E as ErrorView } from './ErrorView-74cb3af8.js';
|
|
26
|
-
import { u as useDemoBigStat, W as useBigStat, B as BigStatView, C as CardFeedView, d as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as LeadDropdownFieldView, Q as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalFrameView, c as BaseRegistrationFormView, R as ReferralIframeView, i as RewardExchangeView, Y as demoRewardExchange, G as useShareButton, a as ShareButtonView, K as useShareLink, J as ShareLinkView, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-
|
|
26
|
+
import { u as useDemoBigStat, W as useBigStat, B as BigStatView, C as CardFeedView, d as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as LeadDropdownFieldView, Q as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalFrameView, c as BaseRegistrationFormView, R as ReferralIframeView, i as RewardExchangeView, Y as demoRewardExchange, G as useShareButton, a as ShareButtonView, K as useShareLink, J as ShareLinkView, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-abfb02b8.js';
|
|
27
27
|
import './sqm-portal-container-view-a8c708cd.js';
|
|
28
28
|
import { T as TAX_CONTEXT_NAMESPACE, a as TAX_FORM_CONTEXT_NAMESPACE, U as USER_FORM_CONTEXT_NAMESPACE, C as CURRENCIES_NAMESPACE, b as COUNTRIES_NAMESPACE, S as SORTED_COUNTRIES_NAMESPACE, g as getCountryObj, c as USER_QUERY_NAMESPACE, G as GET_USER$2, d as COUNTRIES_QUERY_NAMESPACE, e as GET_COUNTRIES, h as FINANCE_NETWORK_SETTINGS_NAMESPACE, i as GET_FINANCE_NETWORK_SETTINGS, j as CURRENCIES_QUERY_NAMESPACE, k as GET_CURRENCIES, L as LoadingView } from './data-a6752028.js';
|
|
29
29
|
import { p as parseStates, e as extractProps } from './extractProps-54064fb0.js';
|
|
@@ -6119,51 +6119,61 @@ const ShareLink = class {
|
|
|
6119
6119
|
*/
|
|
6120
6120
|
this.allowCustomization = false;
|
|
6121
6121
|
/**
|
|
6122
|
-
*
|
|
6122
|
+
* Text for the cancel button in editing mode
|
|
6123
6123
|
*
|
|
6124
|
-
* @uiName
|
|
6124
|
+
* @uiName Cancel button label
|
|
6125
6125
|
* @uiType string
|
|
6126
6126
|
* @uiGroup Customizable Vanity Link
|
|
6127
6127
|
* @requiredFlavor impact
|
|
6128
6128
|
*/
|
|
6129
|
-
this.
|
|
6129
|
+
this.cancelLabelText = "Cancel";
|
|
6130
6130
|
/**
|
|
6131
|
-
*
|
|
6131
|
+
* Tooltip text shown when link customization is disabled
|
|
6132
6132
|
*
|
|
6133
|
-
* @uiName
|
|
6133
|
+
* @uiName Customize disabled tooltip
|
|
6134
6134
|
* @uiType string
|
|
6135
6135
|
* @uiGroup Customizable Vanity Link
|
|
6136
6136
|
* @requiredFlavor impact
|
|
6137
6137
|
*/
|
|
6138
|
-
this.
|
|
6138
|
+
this.customizeDisabledTooltip = "Link customization is not available.";
|
|
6139
6139
|
/**
|
|
6140
|
-
*
|
|
6140
|
+
* Displayed below the share link.
|
|
6141
6141
|
*
|
|
6142
|
-
* @uiName
|
|
6142
|
+
* @uiName Customize link button label
|
|
6143
6143
|
* @uiType string
|
|
6144
6144
|
* @uiGroup Customizable Vanity Link
|
|
6145
6145
|
* @requiredFlavor impact
|
|
6146
6146
|
*/
|
|
6147
|
-
this.
|
|
6147
|
+
this.customizeLinkButtonLabel = "Customize Link";
|
|
6148
6148
|
/**
|
|
6149
|
-
*
|
|
6149
|
+
* Message shown when the URL has been edited 5 times. To display a clickable link, use {supportLink} as a placeholder.
|
|
6150
6150
|
*
|
|
6151
|
-
* @uiName
|
|
6151
|
+
* @uiName Edit limit reached text
|
|
6152
6152
|
* @uiType string
|
|
6153
|
+
* @uiWidget textarea
|
|
6153
6154
|
* @uiGroup Customizable Vanity Link
|
|
6154
6155
|
* @requiredFlavor impact
|
|
6155
6156
|
*/
|
|
6156
|
-
this.
|
|
6157
|
+
this.editLimitReachedText = "5 edit limit reached. To make more changes, please contact {supportLink}.";
|
|
6157
6158
|
/**
|
|
6158
|
-
*
|
|
6159
|
+
* Subtext shown while the user is customizing their URL.
|
|
6159
6160
|
*
|
|
6160
|
-
* @uiName
|
|
6161
|
+
* @uiName Edit limit text
|
|
6162
|
+
* @uiType string
|
|
6163
|
+
* @uiGroup Customizable Vanity Link
|
|
6164
|
+
* @requiredFlavor impact
|
|
6165
|
+
*/
|
|
6166
|
+
this.editLimitText = "You can edit your link up to {editsRemaining} more times.";
|
|
6167
|
+
/**
|
|
6168
|
+
* Description text shown when the link contains invalid special characters.
|
|
6169
|
+
*
|
|
6170
|
+
* @uiName Invalid characters error description
|
|
6161
6171
|
* @uiType string
|
|
6162
6172
|
* @uiWidget textarea
|
|
6163
6173
|
* @uiGroup Customizable Vanity Link
|
|
6164
6174
|
* @requiredFlavor impact
|
|
6165
6175
|
*/
|
|
6166
|
-
this.
|
|
6176
|
+
this.invalidCharactersErrorDescription = "Special characters can break the link when sharing.";
|
|
6167
6177
|
/**
|
|
6168
6178
|
* Title of the error message shown when the link contains invalid special characters.
|
|
6169
6179
|
*
|
|
@@ -6174,24 +6184,24 @@ const ShareLink = class {
|
|
|
6174
6184
|
*/
|
|
6175
6185
|
this.invalidCharactersErrorTitle = "Please use only letters, numbers, dashes and underscores";
|
|
6176
6186
|
/**
|
|
6177
|
-
* Description text shown when the link
|
|
6187
|
+
* Description text shown when the link has already been taken
|
|
6178
6188
|
*
|
|
6179
|
-
* @uiName
|
|
6189
|
+
* @uiName Link taken error message
|
|
6180
6190
|
* @uiType string
|
|
6181
6191
|
* @uiWidget textarea
|
|
6182
6192
|
* @uiGroup Customizable Vanity Link
|
|
6183
6193
|
* @requiredFlavor impact
|
|
6184
6194
|
*/
|
|
6185
|
-
this.
|
|
6195
|
+
this.linkTakenErrorDescription = "Try adding numbers, a dash or underscore to create a unique link.";
|
|
6186
6196
|
/**
|
|
6187
|
-
* Title of the error message shown when the link
|
|
6197
|
+
* Title of the error message shown when the link has already been taken
|
|
6188
6198
|
*
|
|
6189
|
-
* @uiName
|
|
6199
|
+
* @uiName Link taken error title
|
|
6190
6200
|
* @uiType string
|
|
6191
6201
|
* @uiGroup Customizable Vanity Link
|
|
6192
6202
|
* @requiredFlavor impact
|
|
6193
6203
|
*/
|
|
6194
|
-
this.
|
|
6204
|
+
this.linkTakenErrorTitle = "This link is already taken";
|
|
6195
6205
|
/**
|
|
6196
6206
|
* Description text shown when the link contains profanity or brand names.
|
|
6197
6207
|
*
|
|
@@ -6203,24 +6213,23 @@ const ShareLink = class {
|
|
|
6203
6213
|
*/
|
|
6204
6214
|
this.restrictedWordsErrorDescription = "This link contains a restricted word.";
|
|
6205
6215
|
/**
|
|
6206
|
-
*
|
|
6216
|
+
* Title of the error message shown when the link contains profanity or brand names.
|
|
6207
6217
|
*
|
|
6208
|
-
* @uiName
|
|
6218
|
+
* @uiName Restricted words error title
|
|
6209
6219
|
* @uiType string
|
|
6210
6220
|
* @uiGroup Customizable Vanity Link
|
|
6211
6221
|
* @requiredFlavor impact
|
|
6212
6222
|
*/
|
|
6213
|
-
this.
|
|
6223
|
+
this.restrictedWordsErrorTitle = "Please try a different link";
|
|
6214
6224
|
/**
|
|
6215
|
-
*
|
|
6225
|
+
* Text for the save button in editing mode
|
|
6216
6226
|
*
|
|
6217
|
-
* @uiName
|
|
6227
|
+
* @uiName Save button label
|
|
6218
6228
|
* @uiType string
|
|
6219
|
-
* @uiWidget textarea
|
|
6220
6229
|
* @uiGroup Customizable Vanity Link
|
|
6221
6230
|
* @requiredFlavor impact
|
|
6222
6231
|
*/
|
|
6223
|
-
this.
|
|
6232
|
+
this.saveLabelText = "Save";
|
|
6224
6233
|
/**
|
|
6225
6234
|
* Display text for the support link in the edit limit reached message
|
|
6226
6235
|
*
|
|
@@ -6230,15 +6239,6 @@ const ShareLink = class {
|
|
|
6230
6239
|
* @requiredFlavor impact
|
|
6231
6240
|
*/
|
|
6232
6241
|
this.supportLinkText = "Support";
|
|
6233
|
-
/**
|
|
6234
|
-
* Tooltip text shown when link customization is disabled
|
|
6235
|
-
*
|
|
6236
|
-
* @uiName Customize disabled tooltip
|
|
6237
|
-
* @uiType string
|
|
6238
|
-
* @uiGroup Customizable Vanity Link
|
|
6239
|
-
* @requiredFlavor impact
|
|
6240
|
-
*/
|
|
6241
|
-
this.customizeDisabledTooltip = "Link customization is not available.";
|
|
6242
6242
|
h(this);
|
|
6243
6243
|
}
|
|
6244
6244
|
disconnectedCallback() { }
|
|
@@ -29,7 +29,7 @@ import './utilities-f05633da.js';
|
|
|
29
29
|
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-cfbc0eb0.js';
|
|
30
30
|
import './ErrorView-74cb3af8.js';
|
|
31
31
|
import { Q as QrCodeView } from './sqm-qr-code-view-ce476721.js';
|
|
32
|
-
import { S as StatContainerView, B as BigStatView, a as ShareButtonView, P as PortalChangePasswordView, b as PoweredByImg$1, c as BaseRegistrationFormView, u as useDemoBigStat, T as TaskCardView, C as CardFeedView, d as CheckboxFieldView, 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 ShareLinkView, K as useShareLink, M as ProgressBarView, O as ProgressBar$2, Q as LeadFormView, U as LeadDropdownFieldView, V as ShadowViewAddon } from './ShadowViewAddon-
|
|
32
|
+
import { S as StatContainerView, B as BigStatView, a as ShareButtonView, P as PortalChangePasswordView, b as PoweredByImg$1, c as BaseRegistrationFormView, u as useDemoBigStat, T as TaskCardView, C as CardFeedView, d as CheckboxFieldView, 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 ShareLinkView, K as useShareLink, M as ProgressBarView, O as ProgressBar$2, Q as LeadFormView, U as LeadDropdownFieldView, V as ShadowViewAddon } from './ShadowViewAddon-abfb02b8.js';
|
|
33
33
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-a8c708cd.js';
|
|
34
34
|
import { I as InvoiceTableView, a as INDIRECT_TAX_SPAIN_REGIONS, b as INDIRECT_TAX_PROVINCES, O as OtherRegionSlotView, U as UserInfoFormView$1 } from './sqm-user-info-form-view-0ef6a58f.js';
|
|
35
35
|
import { t as taxTypeToName, L as LoadingView } from './data-a6752028.js';
|