@saasquatch/mint-components 2.1.8-16 → 2.1.8-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-big-stat_45.cjs.entry.js +28 -0
- package/dist/collection/components/sqm-share-link/sqm-share-link.js +112 -0
- package/dist/esm/sqm-big-stat_45.entry.js +28 -0
- package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +28 -0
- package/dist/types/components.d.ts +56 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -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
|
@@ -6118,6 +6118,8 @@ const ShareLink = class {
|
|
|
6118
6118
|
*
|
|
6119
6119
|
* @uiName Customize URL
|
|
6120
6120
|
* @uiType boolean
|
|
6121
|
+
* @uiGroup Customize Vanity Link
|
|
6122
|
+
* @requiredFlavor impact
|
|
6121
6123
|
*/
|
|
6122
6124
|
this.customizeUrl = false;
|
|
6123
6125
|
/**
|
|
@@ -6125,6 +6127,8 @@ const ShareLink = class {
|
|
|
6125
6127
|
*
|
|
6126
6128
|
* @uiName Customize link label
|
|
6127
6129
|
* @uiType string
|
|
6130
|
+
* @uiGroup Customize Vanity Link
|
|
6131
|
+
* @requiredFlavor impact
|
|
6128
6132
|
*/
|
|
6129
6133
|
this.customizeLinkLabel = "Customize Link";
|
|
6130
6134
|
/**
|
|
@@ -6132,6 +6136,8 @@ const ShareLink = class {
|
|
|
6132
6136
|
*
|
|
6133
6137
|
* @uiName Save button label
|
|
6134
6138
|
* @uiType string
|
|
6139
|
+
* @uiGroup Customize Vanity Link
|
|
6140
|
+
* @requiredFlavor impact
|
|
6135
6141
|
*/
|
|
6136
6142
|
this.saveLabelText = "Save";
|
|
6137
6143
|
/**
|
|
@@ -6139,6 +6145,8 @@ const ShareLink = class {
|
|
|
6139
6145
|
*
|
|
6140
6146
|
* @uiName Cancel button label
|
|
6141
6147
|
* @uiType string
|
|
6148
|
+
* @uiGroup Customize Vanity Link
|
|
6149
|
+
* @requiredFlavor impact
|
|
6142
6150
|
*/
|
|
6143
6151
|
this.cancelLabelText = "Cancel";
|
|
6144
6152
|
/**
|
|
@@ -6146,6 +6154,8 @@ const ShareLink = class {
|
|
|
6146
6154
|
*
|
|
6147
6155
|
* @uiName Existing code conflict error title
|
|
6148
6156
|
* @uiType string
|
|
6157
|
+
* @uiGroup Customize Vanity Link
|
|
6158
|
+
* @requiredFlavor impact
|
|
6149
6159
|
*/
|
|
6150
6160
|
this.existingCodeConflictErrorTitle = "This link is already taken";
|
|
6151
6161
|
/**
|
|
@@ -6153,6 +6163,8 @@ const ShareLink = class {
|
|
|
6153
6163
|
*
|
|
6154
6164
|
* @uiName Existing code conflict error description
|
|
6155
6165
|
* @uiType string
|
|
6166
|
+
* @uiGroup Customize Vanity Link
|
|
6167
|
+
* @requiredFlavor impact
|
|
6156
6168
|
*/
|
|
6157
6169
|
this.existingCodeConflictErrorDescription = "Try adding numbers, a dash or underscore to create a unique link.";
|
|
6158
6170
|
/**
|
|
@@ -6160,6 +6172,8 @@ const ShareLink = class {
|
|
|
6160
6172
|
*
|
|
6161
6173
|
* @uiName Invalid characters error title
|
|
6162
6174
|
* @uiType string
|
|
6175
|
+
* @uiGroup Customize Vanity Link
|
|
6176
|
+
* @requiredFlavor impact
|
|
6163
6177
|
*/
|
|
6164
6178
|
this.invalidCharactersErrorTitle = "Please use only letters, numbers, dashes and underscores";
|
|
6165
6179
|
/**
|
|
@@ -6167,6 +6181,8 @@ const ShareLink = class {
|
|
|
6167
6181
|
*
|
|
6168
6182
|
* @uiName Invalid characters error description
|
|
6169
6183
|
* @uiType string
|
|
6184
|
+
* @uiGroup Customize Vanity Link
|
|
6185
|
+
* @requiredFlavor impact
|
|
6170
6186
|
*/
|
|
6171
6187
|
this.invalidCharactersErrorDescription = "Special characters can break the link when sharing.";
|
|
6172
6188
|
/**
|
|
@@ -6174,6 +6190,8 @@ const ShareLink = class {
|
|
|
6174
6190
|
*
|
|
6175
6191
|
* @uiName Profanity error title
|
|
6176
6192
|
* @uiType string
|
|
6193
|
+
* @uiGroup Customize Vanity Link
|
|
6194
|
+
* @requiredFlavor impact
|
|
6177
6195
|
*/
|
|
6178
6196
|
this.profanityErrorTitle = "Please try a different link";
|
|
6179
6197
|
/**
|
|
@@ -6181,6 +6199,8 @@ const ShareLink = class {
|
|
|
6181
6199
|
*
|
|
6182
6200
|
* @uiName Profanity error description
|
|
6183
6201
|
* @uiType string
|
|
6202
|
+
* @uiGroup Customize Vanity Link
|
|
6203
|
+
* @requiredFlavor impact
|
|
6184
6204
|
*/
|
|
6185
6205
|
this.profanityErrorDescription = "This link contains a restricted word.";
|
|
6186
6206
|
/**
|
|
@@ -6188,6 +6208,8 @@ const ShareLink = class {
|
|
|
6188
6208
|
*
|
|
6189
6209
|
* @uiName Edit limit text
|
|
6190
6210
|
* @uiType string
|
|
6211
|
+
* @uiGroup Customize Vanity Link
|
|
6212
|
+
* @requiredFlavor impact
|
|
6191
6213
|
*/
|
|
6192
6214
|
this.editLimitText = "You can edit your link up to 5 times.";
|
|
6193
6215
|
/**
|
|
@@ -6195,6 +6217,8 @@ const ShareLink = class {
|
|
|
6195
6217
|
*
|
|
6196
6218
|
* @uiName Edit limit reached text
|
|
6197
6219
|
* @uiType string
|
|
6220
|
+
* @uiGroup Customize Vanity Link
|
|
6221
|
+
* @requiredFlavor impact
|
|
6198
6222
|
*/
|
|
6199
6223
|
this.editLimitReachedText = "5 edit limit reached. To make more changes, please contact {supportLink}.";
|
|
6200
6224
|
/**
|
|
@@ -6202,6 +6226,8 @@ const ShareLink = class {
|
|
|
6202
6226
|
*
|
|
6203
6227
|
* @uiName Support link text
|
|
6204
6228
|
* @uiType string
|
|
6229
|
+
* @uiGroup Customize Vanity Link
|
|
6230
|
+
* @requiredFlavor impact
|
|
6205
6231
|
*/
|
|
6206
6232
|
this.supportLinkText = "Support";
|
|
6207
6233
|
/**
|
|
@@ -6209,6 +6235,8 @@ const ShareLink = class {
|
|
|
6209
6235
|
*
|
|
6210
6236
|
* @uiName Customize disabled tooltip
|
|
6211
6237
|
* @uiType string
|
|
6238
|
+
* @uiGroup Customize Vanity Link
|
|
6239
|
+
* @requiredFlavor impact
|
|
6212
6240
|
*/
|
|
6213
6241
|
this.customizeDisabledTooltip = "Link customization is not available.";
|
|
6214
6242
|
domContextHooks_module.h$1(this);
|
|
@@ -63,6 +63,8 @@ export class ShareLink {
|
|
|
63
63
|
*
|
|
64
64
|
* @uiName Customize URL
|
|
65
65
|
* @uiType boolean
|
|
66
|
+
* @uiGroup Customize Vanity Link
|
|
67
|
+
* @requiredFlavor impact
|
|
66
68
|
*/
|
|
67
69
|
this.customizeUrl = false;
|
|
68
70
|
/**
|
|
@@ -70,6 +72,8 @@ export class ShareLink {
|
|
|
70
72
|
*
|
|
71
73
|
* @uiName Customize link label
|
|
72
74
|
* @uiType string
|
|
75
|
+
* @uiGroup Customize Vanity Link
|
|
76
|
+
* @requiredFlavor impact
|
|
73
77
|
*/
|
|
74
78
|
this.customizeLinkLabel = "Customize Link";
|
|
75
79
|
/**
|
|
@@ -77,6 +81,8 @@ export class ShareLink {
|
|
|
77
81
|
*
|
|
78
82
|
* @uiName Save button label
|
|
79
83
|
* @uiType string
|
|
84
|
+
* @uiGroup Customize Vanity Link
|
|
85
|
+
* @requiredFlavor impact
|
|
80
86
|
*/
|
|
81
87
|
this.saveLabelText = "Save";
|
|
82
88
|
/**
|
|
@@ -84,6 +90,8 @@ export class ShareLink {
|
|
|
84
90
|
*
|
|
85
91
|
* @uiName Cancel button label
|
|
86
92
|
* @uiType string
|
|
93
|
+
* @uiGroup Customize Vanity Link
|
|
94
|
+
* @requiredFlavor impact
|
|
87
95
|
*/
|
|
88
96
|
this.cancelLabelText = "Cancel";
|
|
89
97
|
/**
|
|
@@ -91,6 +99,8 @@ export class ShareLink {
|
|
|
91
99
|
*
|
|
92
100
|
* @uiName Existing code conflict error title
|
|
93
101
|
* @uiType string
|
|
102
|
+
* @uiGroup Customize Vanity Link
|
|
103
|
+
* @requiredFlavor impact
|
|
94
104
|
*/
|
|
95
105
|
this.existingCodeConflictErrorTitle = "This link is already taken";
|
|
96
106
|
/**
|
|
@@ -98,6 +108,8 @@ export class ShareLink {
|
|
|
98
108
|
*
|
|
99
109
|
* @uiName Existing code conflict error description
|
|
100
110
|
* @uiType string
|
|
111
|
+
* @uiGroup Customize Vanity Link
|
|
112
|
+
* @requiredFlavor impact
|
|
101
113
|
*/
|
|
102
114
|
this.existingCodeConflictErrorDescription = "Try adding numbers, a dash or underscore to create a unique link.";
|
|
103
115
|
/**
|
|
@@ -105,6 +117,8 @@ export class ShareLink {
|
|
|
105
117
|
*
|
|
106
118
|
* @uiName Invalid characters error title
|
|
107
119
|
* @uiType string
|
|
120
|
+
* @uiGroup Customize Vanity Link
|
|
121
|
+
* @requiredFlavor impact
|
|
108
122
|
*/
|
|
109
123
|
this.invalidCharactersErrorTitle = "Please use only letters, numbers, dashes and underscores";
|
|
110
124
|
/**
|
|
@@ -112,6 +126,8 @@ export class ShareLink {
|
|
|
112
126
|
*
|
|
113
127
|
* @uiName Invalid characters error description
|
|
114
128
|
* @uiType string
|
|
129
|
+
* @uiGroup Customize Vanity Link
|
|
130
|
+
* @requiredFlavor impact
|
|
115
131
|
*/
|
|
116
132
|
this.invalidCharactersErrorDescription = "Special characters can break the link when sharing.";
|
|
117
133
|
/**
|
|
@@ -119,6 +135,8 @@ export class ShareLink {
|
|
|
119
135
|
*
|
|
120
136
|
* @uiName Profanity error title
|
|
121
137
|
* @uiType string
|
|
138
|
+
* @uiGroup Customize Vanity Link
|
|
139
|
+
* @requiredFlavor impact
|
|
122
140
|
*/
|
|
123
141
|
this.profanityErrorTitle = "Please try a different link";
|
|
124
142
|
/**
|
|
@@ -126,6 +144,8 @@ export class ShareLink {
|
|
|
126
144
|
*
|
|
127
145
|
* @uiName Profanity error description
|
|
128
146
|
* @uiType string
|
|
147
|
+
* @uiGroup Customize Vanity Link
|
|
148
|
+
* @requiredFlavor impact
|
|
129
149
|
*/
|
|
130
150
|
this.profanityErrorDescription = "This link contains a restricted word.";
|
|
131
151
|
/**
|
|
@@ -133,6 +153,8 @@ export class ShareLink {
|
|
|
133
153
|
*
|
|
134
154
|
* @uiName Edit limit text
|
|
135
155
|
* @uiType string
|
|
156
|
+
* @uiGroup Customize Vanity Link
|
|
157
|
+
* @requiredFlavor impact
|
|
136
158
|
*/
|
|
137
159
|
this.editLimitText = "You can edit your link up to 5 times.";
|
|
138
160
|
/**
|
|
@@ -140,6 +162,8 @@ export class ShareLink {
|
|
|
140
162
|
*
|
|
141
163
|
* @uiName Edit limit reached text
|
|
142
164
|
* @uiType string
|
|
165
|
+
* @uiGroup Customize Vanity Link
|
|
166
|
+
* @requiredFlavor impact
|
|
143
167
|
*/
|
|
144
168
|
this.editLimitReachedText = "5 edit limit reached. To make more changes, please contact {supportLink}.";
|
|
145
169
|
/**
|
|
@@ -147,6 +171,8 @@ export class ShareLink {
|
|
|
147
171
|
*
|
|
148
172
|
* @uiName Support link text
|
|
149
173
|
* @uiType string
|
|
174
|
+
* @uiGroup Customize Vanity Link
|
|
175
|
+
* @requiredFlavor impact
|
|
150
176
|
*/
|
|
151
177
|
this.supportLinkText = "Support";
|
|
152
178
|
/**
|
|
@@ -154,6 +180,8 @@ export class ShareLink {
|
|
|
154
180
|
*
|
|
155
181
|
* @uiName Customize disabled tooltip
|
|
156
182
|
* @uiType string
|
|
183
|
+
* @uiGroup Customize Vanity Link
|
|
184
|
+
* @requiredFlavor impact
|
|
157
185
|
*/
|
|
158
186
|
this.customizeDisabledTooltip = "Link customization is not available.";
|
|
159
187
|
withHooks(this);
|
|
@@ -484,6 +512,12 @@ export class ShareLink {
|
|
|
484
512
|
}, {
|
|
485
513
|
"text": "boolean",
|
|
486
514
|
"name": "uiType"
|
|
515
|
+
}, {
|
|
516
|
+
"text": "Customize Vanity Link",
|
|
517
|
+
"name": "uiGroup"
|
|
518
|
+
}, {
|
|
519
|
+
"text": "impact",
|
|
520
|
+
"name": "requiredFlavor"
|
|
487
521
|
}],
|
|
488
522
|
"text": "Enable users to customize their referral link"
|
|
489
523
|
},
|
|
@@ -508,6 +542,12 @@ export class ShareLink {
|
|
|
508
542
|
}, {
|
|
509
543
|
"text": "string",
|
|
510
544
|
"name": "uiType"
|
|
545
|
+
}, {
|
|
546
|
+
"text": "Customize Vanity Link",
|
|
547
|
+
"name": "uiGroup"
|
|
548
|
+
}, {
|
|
549
|
+
"text": "impact",
|
|
550
|
+
"name": "requiredFlavor"
|
|
511
551
|
}],
|
|
512
552
|
"text": "Text shown below the share link input to trigger customization"
|
|
513
553
|
},
|
|
@@ -532,6 +572,12 @@ export class ShareLink {
|
|
|
532
572
|
}, {
|
|
533
573
|
"text": "string",
|
|
534
574
|
"name": "uiType"
|
|
575
|
+
}, {
|
|
576
|
+
"text": "Customize Vanity Link",
|
|
577
|
+
"name": "uiGroup"
|
|
578
|
+
}, {
|
|
579
|
+
"text": "impact",
|
|
580
|
+
"name": "requiredFlavor"
|
|
535
581
|
}],
|
|
536
582
|
"text": "Text for the save button in editing mode"
|
|
537
583
|
},
|
|
@@ -556,6 +602,12 @@ export class ShareLink {
|
|
|
556
602
|
}, {
|
|
557
603
|
"text": "string",
|
|
558
604
|
"name": "uiType"
|
|
605
|
+
}, {
|
|
606
|
+
"text": "Customize Vanity Link",
|
|
607
|
+
"name": "uiGroup"
|
|
608
|
+
}, {
|
|
609
|
+
"text": "impact",
|
|
610
|
+
"name": "requiredFlavor"
|
|
559
611
|
}],
|
|
560
612
|
"text": "Text for the cancel button in editing mode"
|
|
561
613
|
},
|
|
@@ -580,6 +632,12 @@ export class ShareLink {
|
|
|
580
632
|
}, {
|
|
581
633
|
"text": "string",
|
|
582
634
|
"name": "uiType"
|
|
635
|
+
}, {
|
|
636
|
+
"text": "Customize Vanity Link",
|
|
637
|
+
"name": "uiGroup"
|
|
638
|
+
}, {
|
|
639
|
+
"text": "impact",
|
|
640
|
+
"name": "requiredFlavor"
|
|
583
641
|
}],
|
|
584
642
|
"text": "Title text shown when the custom link is already taken"
|
|
585
643
|
},
|
|
@@ -604,6 +662,12 @@ export class ShareLink {
|
|
|
604
662
|
}, {
|
|
605
663
|
"text": "string",
|
|
606
664
|
"name": "uiType"
|
|
665
|
+
}, {
|
|
666
|
+
"text": "Customize Vanity Link",
|
|
667
|
+
"name": "uiGroup"
|
|
668
|
+
}, {
|
|
669
|
+
"text": "impact",
|
|
670
|
+
"name": "requiredFlavor"
|
|
607
671
|
}],
|
|
608
672
|
"text": "Description text shown when the custom link is already taken"
|
|
609
673
|
},
|
|
@@ -628,6 +692,12 @@ export class ShareLink {
|
|
|
628
692
|
}, {
|
|
629
693
|
"text": "string",
|
|
630
694
|
"name": "uiType"
|
|
695
|
+
}, {
|
|
696
|
+
"text": "Customize Vanity Link",
|
|
697
|
+
"name": "uiGroup"
|
|
698
|
+
}, {
|
|
699
|
+
"text": "impact",
|
|
700
|
+
"name": "requiredFlavor"
|
|
631
701
|
}],
|
|
632
702
|
"text": "Title text shown when the link contains invalid characters"
|
|
633
703
|
},
|
|
@@ -652,6 +722,12 @@ export class ShareLink {
|
|
|
652
722
|
}, {
|
|
653
723
|
"text": "string",
|
|
654
724
|
"name": "uiType"
|
|
725
|
+
}, {
|
|
726
|
+
"text": "Customize Vanity Link",
|
|
727
|
+
"name": "uiGroup"
|
|
728
|
+
}, {
|
|
729
|
+
"text": "impact",
|
|
730
|
+
"name": "requiredFlavor"
|
|
655
731
|
}],
|
|
656
732
|
"text": "Description text shown when the link contains invalid characters"
|
|
657
733
|
},
|
|
@@ -676,6 +752,12 @@ export class ShareLink {
|
|
|
676
752
|
}, {
|
|
677
753
|
"text": "string",
|
|
678
754
|
"name": "uiType"
|
|
755
|
+
}, {
|
|
756
|
+
"text": "Customize Vanity Link",
|
|
757
|
+
"name": "uiGroup"
|
|
758
|
+
}, {
|
|
759
|
+
"text": "impact",
|
|
760
|
+
"name": "requiredFlavor"
|
|
679
761
|
}],
|
|
680
762
|
"text": "Title text shown when the link contains profanity"
|
|
681
763
|
},
|
|
@@ -700,6 +782,12 @@ export class ShareLink {
|
|
|
700
782
|
}, {
|
|
701
783
|
"text": "string",
|
|
702
784
|
"name": "uiType"
|
|
785
|
+
}, {
|
|
786
|
+
"text": "Customize Vanity Link",
|
|
787
|
+
"name": "uiGroup"
|
|
788
|
+
}, {
|
|
789
|
+
"text": "impact",
|
|
790
|
+
"name": "requiredFlavor"
|
|
703
791
|
}],
|
|
704
792
|
"text": "Description text shown when the link contains profanity"
|
|
705
793
|
},
|
|
@@ -724,6 +812,12 @@ export class ShareLink {
|
|
|
724
812
|
}, {
|
|
725
813
|
"text": "string",
|
|
726
814
|
"name": "uiType"
|
|
815
|
+
}, {
|
|
816
|
+
"text": "Customize Vanity Link",
|
|
817
|
+
"name": "uiGroup"
|
|
818
|
+
}, {
|
|
819
|
+
"text": "impact",
|
|
820
|
+
"name": "requiredFlavor"
|
|
727
821
|
}],
|
|
728
822
|
"text": "Text describing the edit limit"
|
|
729
823
|
},
|
|
@@ -748,6 +842,12 @@ export class ShareLink {
|
|
|
748
842
|
}, {
|
|
749
843
|
"text": "string",
|
|
750
844
|
"name": "uiType"
|
|
845
|
+
}, {
|
|
846
|
+
"text": "Customize Vanity Link",
|
|
847
|
+
"name": "uiGroup"
|
|
848
|
+
}, {
|
|
849
|
+
"text": "impact",
|
|
850
|
+
"name": "requiredFlavor"
|
|
751
851
|
}],
|
|
752
852
|
"text": "Message shown when the edit limit has been reached. Use {supportLink} as a placeholder for the support link."
|
|
753
853
|
},
|
|
@@ -772,6 +872,12 @@ export class ShareLink {
|
|
|
772
872
|
}, {
|
|
773
873
|
"text": "string",
|
|
774
874
|
"name": "uiType"
|
|
875
|
+
}, {
|
|
876
|
+
"text": "Customize Vanity Link",
|
|
877
|
+
"name": "uiGroup"
|
|
878
|
+
}, {
|
|
879
|
+
"text": "impact",
|
|
880
|
+
"name": "requiredFlavor"
|
|
775
881
|
}],
|
|
776
882
|
"text": "Display text for the support link in the edit limit reached message"
|
|
777
883
|
},
|
|
@@ -796,6 +902,12 @@ export class ShareLink {
|
|
|
796
902
|
}, {
|
|
797
903
|
"text": "string",
|
|
798
904
|
"name": "uiType"
|
|
905
|
+
}, {
|
|
906
|
+
"text": "Customize Vanity Link",
|
|
907
|
+
"name": "uiGroup"
|
|
908
|
+
}, {
|
|
909
|
+
"text": "impact",
|
|
910
|
+
"name": "requiredFlavor"
|
|
799
911
|
}],
|
|
800
912
|
"text": "Tooltip text shown when link customization is disabled"
|
|
801
913
|
},
|
|
@@ -6114,6 +6114,8 @@ const ShareLink = class {
|
|
|
6114
6114
|
*
|
|
6115
6115
|
* @uiName Customize URL
|
|
6116
6116
|
* @uiType boolean
|
|
6117
|
+
* @uiGroup Customize Vanity Link
|
|
6118
|
+
* @requiredFlavor impact
|
|
6117
6119
|
*/
|
|
6118
6120
|
this.customizeUrl = false;
|
|
6119
6121
|
/**
|
|
@@ -6121,6 +6123,8 @@ const ShareLink = class {
|
|
|
6121
6123
|
*
|
|
6122
6124
|
* @uiName Customize link label
|
|
6123
6125
|
* @uiType string
|
|
6126
|
+
* @uiGroup Customize Vanity Link
|
|
6127
|
+
* @requiredFlavor impact
|
|
6124
6128
|
*/
|
|
6125
6129
|
this.customizeLinkLabel = "Customize Link";
|
|
6126
6130
|
/**
|
|
@@ -6128,6 +6132,8 @@ const ShareLink = class {
|
|
|
6128
6132
|
*
|
|
6129
6133
|
* @uiName Save button label
|
|
6130
6134
|
* @uiType string
|
|
6135
|
+
* @uiGroup Customize Vanity Link
|
|
6136
|
+
* @requiredFlavor impact
|
|
6131
6137
|
*/
|
|
6132
6138
|
this.saveLabelText = "Save";
|
|
6133
6139
|
/**
|
|
@@ -6135,6 +6141,8 @@ const ShareLink = class {
|
|
|
6135
6141
|
*
|
|
6136
6142
|
* @uiName Cancel button label
|
|
6137
6143
|
* @uiType string
|
|
6144
|
+
* @uiGroup Customize Vanity Link
|
|
6145
|
+
* @requiredFlavor impact
|
|
6138
6146
|
*/
|
|
6139
6147
|
this.cancelLabelText = "Cancel";
|
|
6140
6148
|
/**
|
|
@@ -6142,6 +6150,8 @@ const ShareLink = class {
|
|
|
6142
6150
|
*
|
|
6143
6151
|
* @uiName Existing code conflict error title
|
|
6144
6152
|
* @uiType string
|
|
6153
|
+
* @uiGroup Customize Vanity Link
|
|
6154
|
+
* @requiredFlavor impact
|
|
6145
6155
|
*/
|
|
6146
6156
|
this.existingCodeConflictErrorTitle = "This link is already taken";
|
|
6147
6157
|
/**
|
|
@@ -6149,6 +6159,8 @@ const ShareLink = class {
|
|
|
6149
6159
|
*
|
|
6150
6160
|
* @uiName Existing code conflict error description
|
|
6151
6161
|
* @uiType string
|
|
6162
|
+
* @uiGroup Customize Vanity Link
|
|
6163
|
+
* @requiredFlavor impact
|
|
6152
6164
|
*/
|
|
6153
6165
|
this.existingCodeConflictErrorDescription = "Try adding numbers, a dash or underscore to create a unique link.";
|
|
6154
6166
|
/**
|
|
@@ -6156,6 +6168,8 @@ const ShareLink = class {
|
|
|
6156
6168
|
*
|
|
6157
6169
|
* @uiName Invalid characters error title
|
|
6158
6170
|
* @uiType string
|
|
6171
|
+
* @uiGroup Customize Vanity Link
|
|
6172
|
+
* @requiredFlavor impact
|
|
6159
6173
|
*/
|
|
6160
6174
|
this.invalidCharactersErrorTitle = "Please use only letters, numbers, dashes and underscores";
|
|
6161
6175
|
/**
|
|
@@ -6163,6 +6177,8 @@ const ShareLink = class {
|
|
|
6163
6177
|
*
|
|
6164
6178
|
* @uiName Invalid characters error description
|
|
6165
6179
|
* @uiType string
|
|
6180
|
+
* @uiGroup Customize Vanity Link
|
|
6181
|
+
* @requiredFlavor impact
|
|
6166
6182
|
*/
|
|
6167
6183
|
this.invalidCharactersErrorDescription = "Special characters can break the link when sharing.";
|
|
6168
6184
|
/**
|
|
@@ -6170,6 +6186,8 @@ const ShareLink = class {
|
|
|
6170
6186
|
*
|
|
6171
6187
|
* @uiName Profanity error title
|
|
6172
6188
|
* @uiType string
|
|
6189
|
+
* @uiGroup Customize Vanity Link
|
|
6190
|
+
* @requiredFlavor impact
|
|
6173
6191
|
*/
|
|
6174
6192
|
this.profanityErrorTitle = "Please try a different link";
|
|
6175
6193
|
/**
|
|
@@ -6177,6 +6195,8 @@ const ShareLink = class {
|
|
|
6177
6195
|
*
|
|
6178
6196
|
* @uiName Profanity error description
|
|
6179
6197
|
* @uiType string
|
|
6198
|
+
* @uiGroup Customize Vanity Link
|
|
6199
|
+
* @requiredFlavor impact
|
|
6180
6200
|
*/
|
|
6181
6201
|
this.profanityErrorDescription = "This link contains a restricted word.";
|
|
6182
6202
|
/**
|
|
@@ -6184,6 +6204,8 @@ const ShareLink = class {
|
|
|
6184
6204
|
*
|
|
6185
6205
|
* @uiName Edit limit text
|
|
6186
6206
|
* @uiType string
|
|
6207
|
+
* @uiGroup Customize Vanity Link
|
|
6208
|
+
* @requiredFlavor impact
|
|
6187
6209
|
*/
|
|
6188
6210
|
this.editLimitText = "You can edit your link up to 5 times.";
|
|
6189
6211
|
/**
|
|
@@ -6191,6 +6213,8 @@ const ShareLink = class {
|
|
|
6191
6213
|
*
|
|
6192
6214
|
* @uiName Edit limit reached text
|
|
6193
6215
|
* @uiType string
|
|
6216
|
+
* @uiGroup Customize Vanity Link
|
|
6217
|
+
* @requiredFlavor impact
|
|
6194
6218
|
*/
|
|
6195
6219
|
this.editLimitReachedText = "5 edit limit reached. To make more changes, please contact {supportLink}.";
|
|
6196
6220
|
/**
|
|
@@ -6198,6 +6222,8 @@ const ShareLink = class {
|
|
|
6198
6222
|
*
|
|
6199
6223
|
* @uiName Support link text
|
|
6200
6224
|
* @uiType string
|
|
6225
|
+
* @uiGroup Customize Vanity Link
|
|
6226
|
+
* @requiredFlavor impact
|
|
6201
6227
|
*/
|
|
6202
6228
|
this.supportLinkText = "Support";
|
|
6203
6229
|
/**
|
|
@@ -6205,6 +6231,8 @@ const ShareLink = class {
|
|
|
6205
6231
|
*
|
|
6206
6232
|
* @uiName Customize disabled tooltip
|
|
6207
6233
|
* @uiType string
|
|
6234
|
+
* @uiGroup Customize Vanity Link
|
|
6235
|
+
* @requiredFlavor impact
|
|
6208
6236
|
*/
|
|
6209
6237
|
this.customizeDisabledTooltip = "Link customization is not available.";
|
|
6210
6238
|
h(this);
|
|
@@ -95,6 +95,8 @@ export declare class ShareLink {
|
|
|
95
95
|
*
|
|
96
96
|
* @uiName Customize URL
|
|
97
97
|
* @uiType boolean
|
|
98
|
+
* @uiGroup Customize Vanity Link
|
|
99
|
+
* @requiredFlavor impact
|
|
98
100
|
*/
|
|
99
101
|
customizeUrl?: boolean;
|
|
100
102
|
/**
|
|
@@ -102,6 +104,8 @@ export declare class ShareLink {
|
|
|
102
104
|
*
|
|
103
105
|
* @uiName Customize link label
|
|
104
106
|
* @uiType string
|
|
107
|
+
* @uiGroup Customize Vanity Link
|
|
108
|
+
* @requiredFlavor impact
|
|
105
109
|
*/
|
|
106
110
|
customizeLinkLabel?: string;
|
|
107
111
|
/**
|
|
@@ -109,6 +113,8 @@ export declare class ShareLink {
|
|
|
109
113
|
*
|
|
110
114
|
* @uiName Save button label
|
|
111
115
|
* @uiType string
|
|
116
|
+
* @uiGroup Customize Vanity Link
|
|
117
|
+
* @requiredFlavor impact
|
|
112
118
|
*/
|
|
113
119
|
saveLabelText?: string;
|
|
114
120
|
/**
|
|
@@ -116,6 +122,8 @@ export declare class ShareLink {
|
|
|
116
122
|
*
|
|
117
123
|
* @uiName Cancel button label
|
|
118
124
|
* @uiType string
|
|
125
|
+
* @uiGroup Customize Vanity Link
|
|
126
|
+
* @requiredFlavor impact
|
|
119
127
|
*/
|
|
120
128
|
cancelLabelText?: string;
|
|
121
129
|
/**
|
|
@@ -123,6 +131,8 @@ export declare class ShareLink {
|
|
|
123
131
|
*
|
|
124
132
|
* @uiName Existing code conflict error title
|
|
125
133
|
* @uiType string
|
|
134
|
+
* @uiGroup Customize Vanity Link
|
|
135
|
+
* @requiredFlavor impact
|
|
126
136
|
*/
|
|
127
137
|
existingCodeConflictErrorTitle?: string;
|
|
128
138
|
/**
|
|
@@ -130,6 +140,8 @@ export declare class ShareLink {
|
|
|
130
140
|
*
|
|
131
141
|
* @uiName Existing code conflict error description
|
|
132
142
|
* @uiType string
|
|
143
|
+
* @uiGroup Customize Vanity Link
|
|
144
|
+
* @requiredFlavor impact
|
|
133
145
|
*/
|
|
134
146
|
existingCodeConflictErrorDescription?: string;
|
|
135
147
|
/**
|
|
@@ -137,6 +149,8 @@ export declare class ShareLink {
|
|
|
137
149
|
*
|
|
138
150
|
* @uiName Invalid characters error title
|
|
139
151
|
* @uiType string
|
|
152
|
+
* @uiGroup Customize Vanity Link
|
|
153
|
+
* @requiredFlavor impact
|
|
140
154
|
*/
|
|
141
155
|
invalidCharactersErrorTitle?: string;
|
|
142
156
|
/**
|
|
@@ -144,6 +158,8 @@ export declare class ShareLink {
|
|
|
144
158
|
*
|
|
145
159
|
* @uiName Invalid characters error description
|
|
146
160
|
* @uiType string
|
|
161
|
+
* @uiGroup Customize Vanity Link
|
|
162
|
+
* @requiredFlavor impact
|
|
147
163
|
*/
|
|
148
164
|
invalidCharactersErrorDescription?: string;
|
|
149
165
|
/**
|
|
@@ -151,6 +167,8 @@ export declare class ShareLink {
|
|
|
151
167
|
*
|
|
152
168
|
* @uiName Profanity error title
|
|
153
169
|
* @uiType string
|
|
170
|
+
* @uiGroup Customize Vanity Link
|
|
171
|
+
* @requiredFlavor impact
|
|
154
172
|
*/
|
|
155
173
|
profanityErrorTitle?: string;
|
|
156
174
|
/**
|
|
@@ -158,6 +176,8 @@ export declare class ShareLink {
|
|
|
158
176
|
*
|
|
159
177
|
* @uiName Profanity error description
|
|
160
178
|
* @uiType string
|
|
179
|
+
* @uiGroup Customize Vanity Link
|
|
180
|
+
* @requiredFlavor impact
|
|
161
181
|
*/
|
|
162
182
|
profanityErrorDescription?: string;
|
|
163
183
|
/**
|
|
@@ -165,6 +185,8 @@ export declare class ShareLink {
|
|
|
165
185
|
*
|
|
166
186
|
* @uiName Edit limit text
|
|
167
187
|
* @uiType string
|
|
188
|
+
* @uiGroup Customize Vanity Link
|
|
189
|
+
* @requiredFlavor impact
|
|
168
190
|
*/
|
|
169
191
|
editLimitText?: string;
|
|
170
192
|
/**
|
|
@@ -172,6 +194,8 @@ export declare class ShareLink {
|
|
|
172
194
|
*
|
|
173
195
|
* @uiName Edit limit reached text
|
|
174
196
|
* @uiType string
|
|
197
|
+
* @uiGroup Customize Vanity Link
|
|
198
|
+
* @requiredFlavor impact
|
|
175
199
|
*/
|
|
176
200
|
editLimitReachedText?: string;
|
|
177
201
|
/**
|
|
@@ -179,6 +203,8 @@ export declare class ShareLink {
|
|
|
179
203
|
*
|
|
180
204
|
* @uiName Support link text
|
|
181
205
|
* @uiType string
|
|
206
|
+
* @uiGroup Customize Vanity Link
|
|
207
|
+
* @requiredFlavor impact
|
|
182
208
|
*/
|
|
183
209
|
supportLinkText?: string;
|
|
184
210
|
/**
|
|
@@ -186,6 +212,8 @@ export declare class ShareLink {
|
|
|
186
212
|
*
|
|
187
213
|
* @uiName Customize disabled tooltip
|
|
188
214
|
* @uiType string
|
|
215
|
+
* @uiGroup Customize Vanity Link
|
|
216
|
+
* @requiredFlavor impact
|
|
189
217
|
*/
|
|
190
218
|
customizeDisabledTooltip?: string;
|
|
191
219
|
/**
|