@capillarytech/creatives-library 8.0.26 → 8.0.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/containers/Cap/selectors.js +1 -2
- package/containers/Cap/tests/__snapshots__/index.test.js.snap +8 -0
- package/containers/Cap/tests/selectors.test.js +28 -0
- package/containers/LanguageProvider/tests/index.test.js +8 -30
- package/package.json +5 -8
- package/tests/integration/TemplateCreation/TemplateCreation.integration.test.js +5 -2
- package/tests/store.test.js +5 -4
- package/utils/ApiCaller.js +0 -12
- package/utils/test-utils.js +4 -8
- package/utils/tests/cdnTransformation.test.js +1 -1
- package/v2Components/CapDeviceContent/tests/index.test.js +5 -12
- package/v2Components/Ckeditor/tests/index.test.js +3 -15
- package/v2Components/FormBuilder/tests/index.test.js +3 -2
- package/v2Components/NavigationBar/tests/index.test.js +3 -2
- package/v2Components/NewCallTask/tests/index.test.js +3 -2
- package/v2Containers/Cap/index.js +0 -5
- package/v2Containers/Cap/tests/Cap.test.js +7 -16
- package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +8 -0
- package/v2Containers/Cap/tests/selectors.test.js +26 -27
- package/v2Containers/CreativesContainer/index.js +1 -1
- package/v2Containers/CreativesContainer/tests/SlideBoxFooter.test.js +3 -2
- package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxContent.test.js.snap +9 -9
- package/v2Containers/Email/tests/sagas.test.js +27 -23
- package/v2Containers/InApp/tests/index.test.js +3 -11
- package/v2Containers/InApp/tests/sagas.test.js +10 -13
- package/v2Containers/LanguageProvider/tests/index.test.js +11 -19
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +90 -287
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +58 -116
- package/v2Containers/Line/Container/ImageCarousel/tests/content.test.js +3 -2
- package/v2Containers/Line/Container/ImageCarousel/tests/index.test.js +3 -2
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +396 -254
- package/v2Containers/Line/Container/Wrapper/tests/index.test.js +3 -11
- package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +215 -395
- package/v2Containers/Line/Container/tests/index.test.js +4 -3
- package/v2Containers/MobilePush/Edit/index.js +7 -8
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +133186 -146971
- package/v2Containers/Rcs/tests/index.test.js +4 -12
- package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +169 -31
- package/v2Containers/SmsTrai/Create/tests/index.test.js +10 -15
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +1457 -817
- package/v2Containers/SmsTrai/Edit/tests/index.test.js +3 -14
- package/v2Containers/TagList/tests/TagList.test.js +3 -2
- package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +20 -14
- package/v2Containers/TemplatesV2/index.js +55 -80
- package/v2Containers/TemplatesV2/tests/index.test.js +4 -3
- package/v2Containers/Viber/tests/index.test.js +3 -10
- package/v2Containers/Whatsapp/index.js +0 -1
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +32562 -5611
- package/v2Containers/Whatsapp/tests/index.test.js +12 -31
- package/v2Containers/Zalo/tests/index.test.js +3 -11
|
@@ -161,6 +161,7 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
161
161
|
"creatives.components.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
162
162
|
"creatives.components.TemplatePreview.smsIcon": "Sms Icon",
|
|
163
163
|
"creatives.components.TemplatePreview.unicodeIconTooltip": "This message has unicode characters. This may affect the cost per message.",
|
|
164
|
+
"creatives.components.TestPage.header": "Looks like youas are lost!",
|
|
164
165
|
"creatives.components.Toastr.header": "This is the Toastr component !",
|
|
165
166
|
"creatives.components.ToastrMessage.close": "close",
|
|
166
167
|
"creatives.components.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -845,6 +846,9 @@ exports[`Creatives SmsTraiEdit test/> should cancel 1`] = `
|
|
|
845
846
|
"creatives.containers.Templates.wechatHeader": "WECHAT",
|
|
846
847
|
"creatives.containers.Templates.yesText": "Yes",
|
|
847
848
|
"creatives.containers.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
849
|
+
"creatives.containers.Testv2.descriptionTestv2": "Description of Testv2",
|
|
850
|
+
"creatives.containers.Testv2.header": "This is Testv2 container !",
|
|
851
|
+
"creatives.containers.Testv2.testv2": "Testv2",
|
|
848
852
|
"creatives.containers.View.descriptionView": "Description of View",
|
|
849
853
|
"creatives.containers.View.header": "This is View container !",
|
|
850
854
|
"creatives.containers.View.view": "View",
|
|
@@ -1851,6 +1855,10 @@ new message content.",
|
|
|
1851
1855
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
1852
1856
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
1853
1857
|
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
1858
|
+
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
1859
|
+
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
1860
|
+
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
1861
|
+
"creatives.containersV2.Testv2.testv2": "Testv2",
|
|
1854
1862
|
"creatives.containersV2.View.descriptionView": "Description of View",
|
|
1855
1863
|
"creatives.containersV2.View.header": "This is View container !",
|
|
1856
1864
|
"creatives.containersV2.View.view": "View",
|
|
@@ -2247,45 +2255,9 @@ new message content.",
|
|
|
2247
2255
|
}
|
|
2248
2256
|
store={
|
|
2249
2257
|
Object {
|
|
2258
|
+
"asyncReducers": Object {},
|
|
2250
2259
|
"dispatch": [Function],
|
|
2251
2260
|
"getState": [Function],
|
|
2252
|
-
"initialHistory": Object {
|
|
2253
|
-
"action": "POP",
|
|
2254
|
-
"block": [Function],
|
|
2255
|
-
"createHref": [Function],
|
|
2256
|
-
"go": [Function],
|
|
2257
|
-
"goBack": [Function],
|
|
2258
|
-
"goForward": [Function],
|
|
2259
|
-
"length": 1,
|
|
2260
|
-
"listen": [Function],
|
|
2261
|
-
"location": Object {
|
|
2262
|
-
"hash": "",
|
|
2263
|
-
"pathname": "/",
|
|
2264
|
-
"search": "",
|
|
2265
|
-
"state": undefined,
|
|
2266
|
-
},
|
|
2267
|
-
"push": [Function],
|
|
2268
|
-
"replace": [Function],
|
|
2269
|
-
},
|
|
2270
|
-
"initialReducer": Object {
|
|
2271
|
-
"ASK_AIRA": [Function],
|
|
2272
|
-
"FTP": [Function],
|
|
2273
|
-
"app": [Function],
|
|
2274
|
-
"beeEditor": [Function],
|
|
2275
|
-
"cap": [Function],
|
|
2276
|
-
"create": [Function],
|
|
2277
|
-
"ebill": [Function],
|
|
2278
|
-
"edit": [Function],
|
|
2279
|
-
"email": [Function],
|
|
2280
|
-
"facebookPreview": [Function],
|
|
2281
|
-
"gallery": [Function],
|
|
2282
|
-
"language": [Function],
|
|
2283
|
-
"navigationConfig": [Function],
|
|
2284
|
-
"tagList": [Function],
|
|
2285
|
-
"templates": [Function],
|
|
2286
|
-
},
|
|
2287
|
-
"injectedReducers": Object {},
|
|
2288
|
-
"injectedSagas": Object {},
|
|
2289
2261
|
"replaceReducer": [Function],
|
|
2290
2262
|
"runSaga": [Function],
|
|
2291
2263
|
"subscribe": [Function],
|
|
@@ -3087,13 +3059,13 @@ FREE GIFTS-
|
|
|
3087
3059
|
key=".0"
|
|
3088
3060
|
>
|
|
3089
3061
|
<div
|
|
3090
|
-
className="Edit__TraiEditTemplateDetails-jwsec7-1
|
|
3062
|
+
className="Edit__TraiEditTemplateDetails-jwsec7-1 fDWEGe"
|
|
3091
3063
|
>
|
|
3092
3064
|
<CapLabel__CapLabelInline
|
|
3093
3065
|
type="label1"
|
|
3094
3066
|
>
|
|
3095
3067
|
<span
|
|
3096
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
3068
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 gBSzRM"
|
|
3097
3069
|
type="label1"
|
|
3098
3070
|
/>
|
|
3099
3071
|
</CapLabel__CapLabelInline>
|
|
@@ -3101,7 +3073,7 @@ FREE GIFTS-
|
|
|
3101
3073
|
type="label2"
|
|
3102
3074
|
>
|
|
3103
3075
|
<span
|
|
3104
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
3076
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 dYpTyq"
|
|
3105
3077
|
type="label2"
|
|
3106
3078
|
>
|
|
3107
3079
|
CAP71871_4
|
|
@@ -3111,7 +3083,7 @@ FREE GIFTS-
|
|
|
3111
3083
|
type="label1"
|
|
3112
3084
|
>
|
|
3113
3085
|
<span
|
|
3114
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
3086
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 gBSzRM"
|
|
3115
3087
|
type="label1"
|
|
3116
3088
|
/>
|
|
3117
3089
|
</CapLabel__CapLabelInline>
|
|
@@ -3119,7 +3091,7 @@ FREE GIFTS-
|
|
|
3119
3091
|
type="label1"
|
|
3120
3092
|
>
|
|
3121
3093
|
<span
|
|
3122
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
3094
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 gBSzRM"
|
|
3123
3095
|
type="label1"
|
|
3124
3096
|
/>
|
|
3125
3097
|
</CapLabel__CapLabelInline>
|
|
@@ -3127,7 +3099,7 @@ FREE GIFTS-
|
|
|
3127
3099
|
type="label2"
|
|
3128
3100
|
>
|
|
3129
3101
|
<span
|
|
3130
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
3102
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 dYpTyq"
|
|
3131
3103
|
type="label2"
|
|
3132
3104
|
>
|
|
3133
3105
|
V, I, S, H, M, M
|
|
@@ -3162,7 +3134,7 @@ FREE GIFTS-
|
|
|
3162
3134
|
key=".0"
|
|
3163
3135
|
size="regular"
|
|
3164
3136
|
suffix={
|
|
3165
|
-
<
|
|
3137
|
+
<Connect(UserIsAuthenticated(Connect(InjectIntl(TagList))))
|
|
3166
3138
|
hidePopover={false}
|
|
3167
3139
|
injectedTags={Object {}}
|
|
3168
3140
|
location={
|
|
@@ -3186,7 +3158,7 @@ FREE GIFTS-
|
|
|
3186
3158
|
className="cap-header-v2"
|
|
3187
3159
|
>
|
|
3188
3160
|
<div
|
|
3189
|
-
className="CapHeader__Flex-sc-1ipee5s-2
|
|
3161
|
+
className="cap-header-v2 CapHeader__Flex-sc-1ipee5s-2 lkXfId"
|
|
3190
3162
|
>
|
|
3191
3163
|
<div
|
|
3192
3164
|
className="title-desc-container"
|
|
@@ -3196,12 +3168,12 @@ FREE GIFTS-
|
|
|
3196
3168
|
type="h3"
|
|
3197
3169
|
>
|
|
3198
3170
|
<div
|
|
3199
|
-
className="
|
|
3171
|
+
className="cap-header-v2-title CapHeading-vrvcag-0 kolsfA"
|
|
3200
3172
|
type="h3"
|
|
3201
3173
|
/>
|
|
3202
3174
|
</CapHeading>
|
|
3203
3175
|
</div>
|
|
3204
|
-
<
|
|
3176
|
+
<Connect(UserIsAuthenticated(Connect(InjectIntl(TagList))))
|
|
3205
3177
|
hidePopover={false}
|
|
3206
3178
|
injectedTags={Object {}}
|
|
3207
3179
|
location={
|
|
@@ -3218,10 +3190,38 @@ FREE GIFTS-
|
|
|
3218
3190
|
onTagSelect={[Function]}
|
|
3219
3191
|
tags={Array []}
|
|
3220
3192
|
>
|
|
3221
|
-
<
|
|
3222
|
-
|
|
3193
|
+
<UserIsAuthenticated(Connect(InjectIntl(TagList)))
|
|
3194
|
+
authData={
|
|
3195
|
+
Object {
|
|
3196
|
+
"app": Object {},
|
|
3197
|
+
"cap": Object {
|
|
3198
|
+
"fetchingLiquidTags": false,
|
|
3199
|
+
"fetchingSchema": true,
|
|
3200
|
+
"fetchingSchemaError": "",
|
|
3201
|
+
"liquidTags": Array [],
|
|
3202
|
+
"messages": Array [],
|
|
3203
|
+
"metaEntities": Object {
|
|
3204
|
+
"layouts": Array [],
|
|
3205
|
+
"tagLookupMap": Object {},
|
|
3206
|
+
"tags": Array [],
|
|
3207
|
+
},
|
|
3208
|
+
"orgID": "",
|
|
3209
|
+
"token": "",
|
|
3210
|
+
},
|
|
3211
|
+
"create": Object {},
|
|
3212
|
+
"creativesContainer": Object {},
|
|
3213
|
+
"ebill": Object {},
|
|
3214
|
+
"edit": Object {},
|
|
3215
|
+
"email": Object {},
|
|
3216
|
+
"facebook": Object {},
|
|
3217
|
+
"mobileCreate": Object {},
|
|
3218
|
+
"templates": Object {},
|
|
3219
|
+
}
|
|
3220
|
+
}
|
|
3221
|
+
failureRedirectPath="http://localhost/auth/login"
|
|
3223
3222
|
hidePopover={false}
|
|
3224
3223
|
injectedTags={Object {}}
|
|
3224
|
+
isAuthenticating={false}
|
|
3225
3225
|
location={
|
|
3226
3226
|
Object {
|
|
3227
3227
|
"pathname": "/sms/edit",
|
|
@@ -3234,11 +3234,10 @@ FREE GIFTS-
|
|
|
3234
3234
|
}
|
|
3235
3235
|
onContextChange={[Function]}
|
|
3236
3236
|
onTagSelect={[Function]}
|
|
3237
|
+
redirect={[Function]}
|
|
3237
3238
|
tags={Array []}
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
</div>
|
|
3241
|
-
</_default>
|
|
3239
|
+
/>
|
|
3240
|
+
</Connect(UserIsAuthenticated(Connect(InjectIntl(TagList))))>
|
|
3242
3241
|
</div>
|
|
3243
3242
|
</CapHeader__Flex>
|
|
3244
3243
|
</CapHeader>
|
|
@@ -3284,7 +3283,7 @@ FREE GIFTS-
|
|
|
3284
3283
|
type="h5"
|
|
3285
3284
|
>
|
|
3286
3285
|
<div
|
|
3287
|
-
className="CapHeading-vrvcag-0
|
|
3286
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
3288
3287
|
style={
|
|
3289
3288
|
Object {
|
|
3290
3289
|
"margin": "1.142rem 0",
|
|
@@ -3296,7 +3295,7 @@ FREE GIFTS-
|
|
|
3296
3295
|
|
|
3297
3296
|
</div>
|
|
3298
3297
|
</CapHeading>
|
|
3299
|
-
<
|
|
3298
|
+
<_class
|
|
3300
3299
|
autosize={
|
|
3301
3300
|
Object {
|
|
3302
3301
|
"maxRows": 3,
|
|
@@ -3317,16 +3316,13 @@ FREE GIFTS-
|
|
|
3317
3316
|
labelPosition="top"
|
|
3318
3317
|
>
|
|
3319
3318
|
<div
|
|
3320
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
3321
|
-
errorMessage={false}
|
|
3322
|
-
labelPosition="top"
|
|
3319
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
3323
3320
|
>
|
|
3324
3321
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
3325
3322
|
labelPosition="top"
|
|
3326
3323
|
>
|
|
3327
3324
|
<div
|
|
3328
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
3329
|
-
labelPosition="top"
|
|
3325
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
3330
3326
|
>
|
|
3331
3327
|
<TextArea
|
|
3332
3328
|
autosize={
|
|
@@ -3373,7 +3369,7 @@ FREE GIFTS-
|
|
|
3373
3369
|
"minRows": 1,
|
|
3374
3370
|
}
|
|
3375
3371
|
}
|
|
3376
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
3372
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
3377
3373
|
cols={35}
|
|
3378
3374
|
errorMessage={false}
|
|
3379
3375
|
id={1}
|
|
@@ -3389,7 +3385,7 @@ FREE GIFTS-
|
|
|
3389
3385
|
onResize={[Function]}
|
|
3390
3386
|
>
|
|
3391
3387
|
<textarea
|
|
3392
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
3388
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
3393
3389
|
cols={35}
|
|
3394
3390
|
errorMessage={false}
|
|
3395
3391
|
id={1}
|
|
@@ -3418,7 +3414,7 @@ FREE GIFTS-
|
|
|
3418
3414
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
3419
3415
|
</div>
|
|
3420
3416
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
3421
|
-
</
|
|
3417
|
+
</_class>
|
|
3422
3418
|
<CapHeading
|
|
3423
3419
|
key=".$label2"
|
|
3424
3420
|
style={
|
|
@@ -3430,7 +3426,7 @@ FREE GIFTS-
|
|
|
3430
3426
|
type="h6"
|
|
3431
3427
|
>
|
|
3432
3428
|
<div
|
|
3433
|
-
className="CapHeading-vrvcag-0
|
|
3429
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
3434
3430
|
style={
|
|
3435
3431
|
Object {
|
|
3436
3432
|
"float": "right",
|
|
@@ -3454,7 +3450,7 @@ BUY1GET1-
|
|
|
3454
3450
|
type="h5"
|
|
3455
3451
|
>
|
|
3456
3452
|
<div
|
|
3457
|
-
className="CapHeading-vrvcag-0
|
|
3453
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
3458
3454
|
style={
|
|
3459
3455
|
Object {
|
|
3460
3456
|
"clear": "both",
|
|
@@ -3469,7 +3465,7 @@ BUY1GET1-
|
|
|
3469
3465
|
|
|
3470
3466
|
</div>
|
|
3471
3467
|
</CapHeading>
|
|
3472
|
-
<
|
|
3468
|
+
<_class
|
|
3473
3469
|
autosize={
|
|
3474
3470
|
Object {
|
|
3475
3471
|
"maxRows": 3,
|
|
@@ -3490,16 +3486,13 @@ BUY1GET1-
|
|
|
3490
3486
|
labelPosition="top"
|
|
3491
3487
|
>
|
|
3492
3488
|
<div
|
|
3493
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
3494
|
-
errorMessage={false}
|
|
3495
|
-
labelPosition="top"
|
|
3489
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
3496
3490
|
>
|
|
3497
3491
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
3498
3492
|
labelPosition="top"
|
|
3499
3493
|
>
|
|
3500
3494
|
<div
|
|
3501
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
3502
|
-
labelPosition="top"
|
|
3495
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
3503
3496
|
>
|
|
3504
3497
|
<TextArea
|
|
3505
3498
|
autosize={
|
|
@@ -3546,7 +3539,7 @@ BUY1GET1-
|
|
|
3546
3539
|
"minRows": 1,
|
|
3547
3540
|
}
|
|
3548
3541
|
}
|
|
3549
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
3542
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
3550
3543
|
cols={35}
|
|
3551
3544
|
errorMessage={false}
|
|
3552
3545
|
id={3}
|
|
@@ -3562,7 +3555,7 @@ BUY1GET1-
|
|
|
3562
3555
|
onResize={[Function]}
|
|
3563
3556
|
>
|
|
3564
3557
|
<textarea
|
|
3565
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
3558
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
3566
3559
|
cols={35}
|
|
3567
3560
|
errorMessage={false}
|
|
3568
3561
|
id={3}
|
|
@@ -3591,7 +3584,7 @@ BUY1GET1-
|
|
|
3591
3584
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
3592
3585
|
</div>
|
|
3593
3586
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
3594
|
-
</
|
|
3587
|
+
</_class>
|
|
3595
3588
|
<CapHeading
|
|
3596
3589
|
key=".$label4"
|
|
3597
3590
|
style={
|
|
@@ -3603,7 +3596,7 @@ BUY1GET1-
|
|
|
3603
3596
|
type="h6"
|
|
3604
3597
|
>
|
|
3605
3598
|
<div
|
|
3606
|
-
className="CapHeading-vrvcag-0
|
|
3599
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
3607
3600
|
style={
|
|
3608
3601
|
Object {
|
|
3609
3602
|
"float": "right",
|
|
@@ -3625,7 +3618,7 @@ BUY1GET1-
|
|
|
3625
3618
|
type="h5"
|
|
3626
3619
|
>
|
|
3627
3620
|
<div
|
|
3628
|
-
className="CapHeading-vrvcag-0
|
|
3621
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
3629
3622
|
style={
|
|
3630
3623
|
Object {
|
|
3631
3624
|
"clear": "both",
|
|
@@ -3638,7 +3631,7 @@ BUY1GET1-
|
|
|
3638
3631
|
|
|
3639
3632
|
</div>
|
|
3640
3633
|
</CapHeading>
|
|
3641
|
-
<
|
|
3634
|
+
<_class
|
|
3642
3635
|
autosize={
|
|
3643
3636
|
Object {
|
|
3644
3637
|
"maxRows": 3,
|
|
@@ -3659,16 +3652,13 @@ BUY1GET1-
|
|
|
3659
3652
|
labelPosition="top"
|
|
3660
3653
|
>
|
|
3661
3654
|
<div
|
|
3662
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
3663
|
-
errorMessage={false}
|
|
3664
|
-
labelPosition="top"
|
|
3655
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
3665
3656
|
>
|
|
3666
3657
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
3667
3658
|
labelPosition="top"
|
|
3668
3659
|
>
|
|
3669
3660
|
<div
|
|
3670
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
3671
|
-
labelPosition="top"
|
|
3661
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
3672
3662
|
>
|
|
3673
3663
|
<TextArea
|
|
3674
3664
|
autosize={
|
|
@@ -3715,7 +3705,7 @@ BUY1GET1-
|
|
|
3715
3705
|
"minRows": 1,
|
|
3716
3706
|
}
|
|
3717
3707
|
}
|
|
3718
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
3708
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
3719
3709
|
cols={35}
|
|
3720
3710
|
errorMessage={false}
|
|
3721
3711
|
id={5}
|
|
@@ -3731,7 +3721,7 @@ BUY1GET1-
|
|
|
3731
3721
|
onResize={[Function]}
|
|
3732
3722
|
>
|
|
3733
3723
|
<textarea
|
|
3734
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
3724
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
3735
3725
|
cols={35}
|
|
3736
3726
|
errorMessage={false}
|
|
3737
3727
|
id={5}
|
|
@@ -3760,7 +3750,7 @@ BUY1GET1-
|
|
|
3760
3750
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
3761
3751
|
</div>
|
|
3762
3752
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
3763
|
-
</
|
|
3753
|
+
</_class>
|
|
3764
3754
|
<CapHeading
|
|
3765
3755
|
key=".$label6"
|
|
3766
3756
|
style={
|
|
@@ -3772,7 +3762,7 @@ BUY1GET1-
|
|
|
3772
3762
|
type="h6"
|
|
3773
3763
|
>
|
|
3774
3764
|
<div
|
|
3775
|
-
className="CapHeading-vrvcag-0
|
|
3765
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
3776
3766
|
style={
|
|
3777
3767
|
Object {
|
|
3778
3768
|
"float": "right",
|
|
@@ -3794,7 +3784,7 @@ BUY1GET1-
|
|
|
3794
3784
|
type="h5"
|
|
3795
3785
|
>
|
|
3796
3786
|
<div
|
|
3797
|
-
className="CapHeading-vrvcag-0
|
|
3787
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
3798
3788
|
style={
|
|
3799
3789
|
Object {
|
|
3800
3790
|
"clear": "both",
|
|
@@ -3807,7 +3797,7 @@ BUY1GET1-
|
|
|
3807
3797
|
|
|
3808
3798
|
</div>
|
|
3809
3799
|
</CapHeading>
|
|
3810
|
-
<
|
|
3800
|
+
<_class
|
|
3811
3801
|
autosize={
|
|
3812
3802
|
Object {
|
|
3813
3803
|
"maxRows": 3,
|
|
@@ -3828,16 +3818,13 @@ BUY1GET1-
|
|
|
3828
3818
|
labelPosition="top"
|
|
3829
3819
|
>
|
|
3830
3820
|
<div
|
|
3831
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
3832
|
-
errorMessage={false}
|
|
3833
|
-
labelPosition="top"
|
|
3821
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
3834
3822
|
>
|
|
3835
3823
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
3836
3824
|
labelPosition="top"
|
|
3837
3825
|
>
|
|
3838
3826
|
<div
|
|
3839
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
3840
|
-
labelPosition="top"
|
|
3827
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
3841
3828
|
>
|
|
3842
3829
|
<TextArea
|
|
3843
3830
|
autosize={
|
|
@@ -3884,7 +3871,7 @@ BUY1GET1-
|
|
|
3884
3871
|
"minRows": 1,
|
|
3885
3872
|
}
|
|
3886
3873
|
}
|
|
3887
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
3874
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
3888
3875
|
cols={35}
|
|
3889
3876
|
errorMessage={false}
|
|
3890
3877
|
id={7}
|
|
@@ -3900,7 +3887,7 @@ BUY1GET1-
|
|
|
3900
3887
|
onResize={[Function]}
|
|
3901
3888
|
>
|
|
3902
3889
|
<textarea
|
|
3903
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
3890
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
3904
3891
|
cols={35}
|
|
3905
3892
|
errorMessage={false}
|
|
3906
3893
|
id={7}
|
|
@@ -3929,7 +3916,7 @@ BUY1GET1-
|
|
|
3929
3916
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
3930
3917
|
</div>
|
|
3931
3918
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
3932
|
-
</
|
|
3919
|
+
</_class>
|
|
3933
3920
|
<CapHeading
|
|
3934
3921
|
key=".$label8"
|
|
3935
3922
|
style={
|
|
@@ -3941,7 +3928,7 @@ BUY1GET1-
|
|
|
3941
3928
|
type="h6"
|
|
3942
3929
|
>
|
|
3943
3930
|
<div
|
|
3944
|
-
className="CapHeading-vrvcag-0
|
|
3931
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
3945
3932
|
style={
|
|
3946
3933
|
Object {
|
|
3947
3934
|
"float": "right",
|
|
@@ -3965,7 +3952,7 @@ FREE GIFTS-
|
|
|
3965
3952
|
type="h5"
|
|
3966
3953
|
>
|
|
3967
3954
|
<div
|
|
3968
|
-
className="CapHeading-vrvcag-0
|
|
3955
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
3969
3956
|
style={
|
|
3970
3957
|
Object {
|
|
3971
3958
|
"clear": "both",
|
|
@@ -3980,7 +3967,7 @@ FREE GIFTS-
|
|
|
3980
3967
|
|
|
3981
3968
|
</div>
|
|
3982
3969
|
</CapHeading>
|
|
3983
|
-
<
|
|
3970
|
+
<_class
|
|
3984
3971
|
autosize={
|
|
3985
3972
|
Object {
|
|
3986
3973
|
"maxRows": 3,
|
|
@@ -4001,16 +3988,13 @@ FREE GIFTS-
|
|
|
4001
3988
|
labelPosition="top"
|
|
4002
3989
|
>
|
|
4003
3990
|
<div
|
|
4004
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
4005
|
-
errorMessage={false}
|
|
4006
|
-
labelPosition="top"
|
|
3991
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
4007
3992
|
>
|
|
4008
3993
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
4009
3994
|
labelPosition="top"
|
|
4010
3995
|
>
|
|
4011
3996
|
<div
|
|
4012
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
4013
|
-
labelPosition="top"
|
|
3997
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
4014
3998
|
>
|
|
4015
3999
|
<TextArea
|
|
4016
4000
|
autosize={
|
|
@@ -4057,7 +4041,7 @@ FREE GIFTS-
|
|
|
4057
4041
|
"minRows": 1,
|
|
4058
4042
|
}
|
|
4059
4043
|
}
|
|
4060
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
4044
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
4061
4045
|
cols={35}
|
|
4062
4046
|
errorMessage={false}
|
|
4063
4047
|
id={9}
|
|
@@ -4073,7 +4057,7 @@ FREE GIFTS-
|
|
|
4073
4057
|
onResize={[Function]}
|
|
4074
4058
|
>
|
|
4075
4059
|
<textarea
|
|
4076
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
4060
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
4077
4061
|
cols={35}
|
|
4078
4062
|
errorMessage={false}
|
|
4079
4063
|
id={9}
|
|
@@ -4102,7 +4086,7 @@ FREE GIFTS-
|
|
|
4102
4086
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
4103
4087
|
</div>
|
|
4104
4088
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
4105
|
-
</
|
|
4089
|
+
</_class>
|
|
4106
4090
|
<CapHeading
|
|
4107
4091
|
key=".$label10"
|
|
4108
4092
|
style={
|
|
@@ -4114,7 +4098,7 @@ FREE GIFTS-
|
|
|
4114
4098
|
type="h6"
|
|
4115
4099
|
>
|
|
4116
4100
|
<div
|
|
4117
|
-
className="CapHeading-vrvcag-0
|
|
4101
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
4118
4102
|
style={
|
|
4119
4103
|
Object {
|
|
4120
4104
|
"float": "right",
|
|
@@ -4136,7 +4120,7 @@ FREE GIFTS-
|
|
|
4136
4120
|
type="h5"
|
|
4137
4121
|
>
|
|
4138
4122
|
<div
|
|
4139
|
-
className="CapHeading-vrvcag-0
|
|
4123
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
4140
4124
|
style={
|
|
4141
4125
|
Object {
|
|
4142
4126
|
"clear": "both",
|
|
@@ -4149,7 +4133,7 @@ FREE GIFTS-
|
|
|
4149
4133
|
|
|
4150
4134
|
</div>
|
|
4151
4135
|
</CapHeading>
|
|
4152
|
-
<
|
|
4136
|
+
<_class
|
|
4153
4137
|
autosize={
|
|
4154
4138
|
Object {
|
|
4155
4139
|
"maxRows": 3,
|
|
@@ -4170,16 +4154,13 @@ FREE GIFTS-
|
|
|
4170
4154
|
labelPosition="top"
|
|
4171
4155
|
>
|
|
4172
4156
|
<div
|
|
4173
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
4174
|
-
errorMessage={false}
|
|
4175
|
-
labelPosition="top"
|
|
4157
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
4176
4158
|
>
|
|
4177
4159
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
4178
4160
|
labelPosition="top"
|
|
4179
4161
|
>
|
|
4180
4162
|
<div
|
|
4181
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
4182
|
-
labelPosition="top"
|
|
4163
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
4183
4164
|
>
|
|
4184
4165
|
<TextArea
|
|
4185
4166
|
autosize={
|
|
@@ -4226,7 +4207,7 @@ FREE GIFTS-
|
|
|
4226
4207
|
"minRows": 1,
|
|
4227
4208
|
}
|
|
4228
4209
|
}
|
|
4229
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
4210
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
4230
4211
|
cols={35}
|
|
4231
4212
|
errorMessage={false}
|
|
4232
4213
|
id={11}
|
|
@@ -4242,7 +4223,7 @@ FREE GIFTS-
|
|
|
4242
4223
|
onResize={[Function]}
|
|
4243
4224
|
>
|
|
4244
4225
|
<textarea
|
|
4245
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
4226
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
4246
4227
|
cols={35}
|
|
4247
4228
|
errorMessage={false}
|
|
4248
4229
|
id={11}
|
|
@@ -4271,7 +4252,7 @@ FREE GIFTS-
|
|
|
4271
4252
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
4272
4253
|
</div>
|
|
4273
4254
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
4274
|
-
</
|
|
4255
|
+
</_class>
|
|
4275
4256
|
<CapHeading
|
|
4276
4257
|
key=".$label11"
|
|
4277
4258
|
style={
|
|
@@ -4283,7 +4264,7 @@ FREE GIFTS-
|
|
|
4283
4264
|
type="h6"
|
|
4284
4265
|
>
|
|
4285
4266
|
<div
|
|
4286
|
-
className="CapHeading-vrvcag-0
|
|
4267
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
4287
4268
|
style={
|
|
4288
4269
|
Object {
|
|
4289
4270
|
"float": "right",
|
|
@@ -4317,7 +4298,7 @@ FREE GIFTS-
|
|
|
4317
4298
|
type="h5"
|
|
4318
4299
|
>
|
|
4319
4300
|
<div
|
|
4320
|
-
className="CapHeading-vrvcag-0
|
|
4301
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
4321
4302
|
style={
|
|
4322
4303
|
Object {
|
|
4323
4304
|
"float": "right",
|
|
@@ -4385,7 +4366,7 @@ FREE GIFTS-
|
|
|
4385
4366
|
type="h4"
|
|
4386
4367
|
>
|
|
4387
4368
|
<span
|
|
4388
|
-
className="CapHeading__CapHeadingSpan-vrvcag-1
|
|
4369
|
+
className="title CapHeading__CapHeadingSpan-vrvcag-1 hApGSN"
|
|
4389
4370
|
type="h4"
|
|
4390
4371
|
/>
|
|
4391
4372
|
</CapHeading__CapHeadingSpan>
|
|
@@ -4606,6 +4587,7 @@ FREE GIFTS-
|
|
|
4606
4587
|
"creatives.components.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
4607
4588
|
"creatives.components.TemplatePreview.smsIcon": "Sms Icon",
|
|
4608
4589
|
"creatives.components.TemplatePreview.unicodeIconTooltip": "This message has unicode characters. This may affect the cost per message.",
|
|
4590
|
+
"creatives.components.TestPage.header": "Looks like youas are lost!",
|
|
4609
4591
|
"creatives.components.Toastr.header": "This is the Toastr component !",
|
|
4610
4592
|
"creatives.components.ToastrMessage.close": "close",
|
|
4611
4593
|
"creatives.components.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -5290,6 +5272,9 @@ FREE GIFTS-
|
|
|
5290
5272
|
"creatives.containers.Templates.wechatHeader": "WECHAT",
|
|
5291
5273
|
"creatives.containers.Templates.yesText": "Yes",
|
|
5292
5274
|
"creatives.containers.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
5275
|
+
"creatives.containers.Testv2.descriptionTestv2": "Description of Testv2",
|
|
5276
|
+
"creatives.containers.Testv2.header": "This is Testv2 container !",
|
|
5277
|
+
"creatives.containers.Testv2.testv2": "Testv2",
|
|
5293
5278
|
"creatives.containers.View.descriptionView": "Description of View",
|
|
5294
5279
|
"creatives.containers.View.header": "This is View container !",
|
|
5295
5280
|
"creatives.containers.View.view": "View",
|
|
@@ -6296,6 +6281,10 @@ new message content.",
|
|
|
6296
6281
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
6297
6282
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
6298
6283
|
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
6284
|
+
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
6285
|
+
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
6286
|
+
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
6287
|
+
"creatives.containersV2.Testv2.testv2": "Testv2",
|
|
6299
6288
|
"creatives.containersV2.View.descriptionView": "Description of View",
|
|
6300
6289
|
"creatives.containersV2.View.header": "This is View container !",
|
|
6301
6290
|
"creatives.containersV2.View.view": "View",
|
|
@@ -7356,7 +7345,7 @@ new message content.",
|
|
|
7356
7345
|
type="h3"
|
|
7357
7346
|
>
|
|
7358
7347
|
<div
|
|
7359
|
-
className="CapHeading-vrvcag-0
|
|
7348
|
+
className="CapHeading-vrvcag-0 kolsfA"
|
|
7360
7349
|
type="h3"
|
|
7361
7350
|
>
|
|
7362
7351
|
<FormattedMessage
|
|
@@ -7397,7 +7386,7 @@ new message content.",
|
|
|
7397
7386
|
</CapRow>
|
|
7398
7387
|
<Edit__SMSTraiFooter>
|
|
7399
7388
|
<div
|
|
7400
|
-
className="Edit__SMSTraiFooter-jwsec7-0
|
|
7389
|
+
className="Edit__SMSTraiFooter-jwsec7-0 eHIdLI"
|
|
7401
7390
|
>
|
|
7402
7391
|
<CapButton
|
|
7403
7392
|
className="create-msg"
|
|
@@ -7671,6 +7660,7 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
7671
7660
|
"creatives.components.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
7672
7661
|
"creatives.components.TemplatePreview.smsIcon": "Sms Icon",
|
|
7673
7662
|
"creatives.components.TemplatePreview.unicodeIconTooltip": "This message has unicode characters. This may affect the cost per message.",
|
|
7663
|
+
"creatives.components.TestPage.header": "Looks like youas are lost!",
|
|
7674
7664
|
"creatives.components.Toastr.header": "This is the Toastr component !",
|
|
7675
7665
|
"creatives.components.ToastrMessage.close": "close",
|
|
7676
7666
|
"creatives.components.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -8355,6 +8345,9 @@ exports[`Creatives SmsTraiEdit test/> should render 1`] = `
|
|
|
8355
8345
|
"creatives.containers.Templates.wechatHeader": "WECHAT",
|
|
8356
8346
|
"creatives.containers.Templates.yesText": "Yes",
|
|
8357
8347
|
"creatives.containers.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
8348
|
+
"creatives.containers.Testv2.descriptionTestv2": "Description of Testv2",
|
|
8349
|
+
"creatives.containers.Testv2.header": "This is Testv2 container !",
|
|
8350
|
+
"creatives.containers.Testv2.testv2": "Testv2",
|
|
8358
8351
|
"creatives.containers.View.descriptionView": "Description of View",
|
|
8359
8352
|
"creatives.containers.View.header": "This is View container !",
|
|
8360
8353
|
"creatives.containers.View.view": "View",
|
|
@@ -9361,6 +9354,10 @@ new message content.",
|
|
|
9361
9354
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
9362
9355
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
9363
9356
|
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
9357
|
+
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
9358
|
+
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
9359
|
+
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
9360
|
+
"creatives.containersV2.Testv2.testv2": "Testv2",
|
|
9364
9361
|
"creatives.containersV2.View.descriptionView": "Description of View",
|
|
9365
9362
|
"creatives.containersV2.View.header": "This is View container !",
|
|
9366
9363
|
"creatives.containersV2.View.view": "View",
|
|
@@ -9757,45 +9754,9 @@ new message content.",
|
|
|
9757
9754
|
}
|
|
9758
9755
|
store={
|
|
9759
9756
|
Object {
|
|
9757
|
+
"asyncReducers": Object {},
|
|
9760
9758
|
"dispatch": [Function],
|
|
9761
9759
|
"getState": [Function],
|
|
9762
|
-
"initialHistory": Object {
|
|
9763
|
-
"action": "POP",
|
|
9764
|
-
"block": [Function],
|
|
9765
|
-
"createHref": [Function],
|
|
9766
|
-
"go": [Function],
|
|
9767
|
-
"goBack": [Function],
|
|
9768
|
-
"goForward": [Function],
|
|
9769
|
-
"length": 1,
|
|
9770
|
-
"listen": [Function],
|
|
9771
|
-
"location": Object {
|
|
9772
|
-
"hash": "",
|
|
9773
|
-
"pathname": "/",
|
|
9774
|
-
"search": "",
|
|
9775
|
-
"state": undefined,
|
|
9776
|
-
},
|
|
9777
|
-
"push": [Function],
|
|
9778
|
-
"replace": [Function],
|
|
9779
|
-
},
|
|
9780
|
-
"initialReducer": Object {
|
|
9781
|
-
"ASK_AIRA": [Function],
|
|
9782
|
-
"FTP": [Function],
|
|
9783
|
-
"app": [Function],
|
|
9784
|
-
"beeEditor": [Function],
|
|
9785
|
-
"cap": [Function],
|
|
9786
|
-
"create": [Function],
|
|
9787
|
-
"ebill": [Function],
|
|
9788
|
-
"edit": [Function],
|
|
9789
|
-
"email": [Function],
|
|
9790
|
-
"facebookPreview": [Function],
|
|
9791
|
-
"gallery": [Function],
|
|
9792
|
-
"language": [Function],
|
|
9793
|
-
"navigationConfig": [Function],
|
|
9794
|
-
"tagList": [Function],
|
|
9795
|
-
"templates": [Function],
|
|
9796
|
-
},
|
|
9797
|
-
"injectedReducers": Object {},
|
|
9798
|
-
"injectedSagas": Object {},
|
|
9799
9760
|
"replaceReducer": [Function],
|
|
9800
9761
|
"runSaga": [Function],
|
|
9801
9762
|
"subscribe": [Function],
|
|
@@ -10431,13 +10392,13 @@ FREE GIFTS-
|
|
|
10431
10392
|
key=".0"
|
|
10432
10393
|
>
|
|
10433
10394
|
<div
|
|
10434
|
-
className="Edit__TraiEditTemplateDetails-jwsec7-1
|
|
10395
|
+
className="Edit__TraiEditTemplateDetails-jwsec7-1 fDWEGe"
|
|
10435
10396
|
>
|
|
10436
10397
|
<CapLabel__CapLabelInline
|
|
10437
10398
|
type="label1"
|
|
10438
10399
|
>
|
|
10439
10400
|
<span
|
|
10440
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
10401
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 gBSzRM"
|
|
10441
10402
|
type="label1"
|
|
10442
10403
|
/>
|
|
10443
10404
|
</CapLabel__CapLabelInline>
|
|
@@ -10445,7 +10406,7 @@ FREE GIFTS-
|
|
|
10445
10406
|
type="label2"
|
|
10446
10407
|
>
|
|
10447
10408
|
<span
|
|
10448
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
10409
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 dYpTyq"
|
|
10449
10410
|
type="label2"
|
|
10450
10411
|
>
|
|
10451
10412
|
CAP71871_4
|
|
@@ -10455,7 +10416,7 @@ FREE GIFTS-
|
|
|
10455
10416
|
type="label1"
|
|
10456
10417
|
>
|
|
10457
10418
|
<span
|
|
10458
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
10419
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 gBSzRM"
|
|
10459
10420
|
type="label1"
|
|
10460
10421
|
/>
|
|
10461
10422
|
</CapLabel__CapLabelInline>
|
|
@@ -10463,7 +10424,7 @@ FREE GIFTS-
|
|
|
10463
10424
|
type="label1"
|
|
10464
10425
|
>
|
|
10465
10426
|
<span
|
|
10466
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
10427
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 gBSzRM"
|
|
10467
10428
|
type="label1"
|
|
10468
10429
|
/>
|
|
10469
10430
|
</CapLabel__CapLabelInline>
|
|
@@ -10471,7 +10432,7 @@ FREE GIFTS-
|
|
|
10471
10432
|
type="label2"
|
|
10472
10433
|
>
|
|
10473
10434
|
<span
|
|
10474
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
10435
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 dYpTyq"
|
|
10475
10436
|
type="label2"
|
|
10476
10437
|
>
|
|
10477
10438
|
V, I, S, H, M, M
|
|
@@ -10506,7 +10467,7 @@ FREE GIFTS-
|
|
|
10506
10467
|
key=".0"
|
|
10507
10468
|
size="regular"
|
|
10508
10469
|
suffix={
|
|
10509
|
-
<
|
|
10470
|
+
<Connect(UserIsAuthenticated(Connect(InjectIntl(TagList))))
|
|
10510
10471
|
hidePopover={false}
|
|
10511
10472
|
injectedTags={Object {}}
|
|
10512
10473
|
location={
|
|
@@ -10530,7 +10491,7 @@ FREE GIFTS-
|
|
|
10530
10491
|
className="cap-header-v2"
|
|
10531
10492
|
>
|
|
10532
10493
|
<div
|
|
10533
|
-
className="CapHeader__Flex-sc-1ipee5s-2
|
|
10494
|
+
className="cap-header-v2 CapHeader__Flex-sc-1ipee5s-2 lkXfId"
|
|
10534
10495
|
>
|
|
10535
10496
|
<div
|
|
10536
10497
|
className="title-desc-container"
|
|
@@ -10540,12 +10501,12 @@ FREE GIFTS-
|
|
|
10540
10501
|
type="h3"
|
|
10541
10502
|
>
|
|
10542
10503
|
<div
|
|
10543
|
-
className="
|
|
10504
|
+
className="cap-header-v2-title CapHeading-vrvcag-0 kolsfA"
|
|
10544
10505
|
type="h3"
|
|
10545
10506
|
/>
|
|
10546
10507
|
</CapHeading>
|
|
10547
10508
|
</div>
|
|
10548
|
-
<
|
|
10509
|
+
<Connect(UserIsAuthenticated(Connect(InjectIntl(TagList))))
|
|
10549
10510
|
hidePopover={false}
|
|
10550
10511
|
injectedTags={Object {}}
|
|
10551
10512
|
location={
|
|
@@ -10562,10 +10523,38 @@ FREE GIFTS-
|
|
|
10562
10523
|
onTagSelect={[Function]}
|
|
10563
10524
|
tags={Array []}
|
|
10564
10525
|
>
|
|
10565
|
-
<
|
|
10566
|
-
|
|
10526
|
+
<UserIsAuthenticated(Connect(InjectIntl(TagList)))
|
|
10527
|
+
authData={
|
|
10528
|
+
Object {
|
|
10529
|
+
"app": Object {},
|
|
10530
|
+
"cap": Object {
|
|
10531
|
+
"fetchingLiquidTags": false,
|
|
10532
|
+
"fetchingSchema": true,
|
|
10533
|
+
"fetchingSchemaError": "",
|
|
10534
|
+
"liquidTags": Array [],
|
|
10535
|
+
"messages": Array [],
|
|
10536
|
+
"metaEntities": Object {
|
|
10537
|
+
"layouts": Array [],
|
|
10538
|
+
"tagLookupMap": Object {},
|
|
10539
|
+
"tags": Array [],
|
|
10540
|
+
},
|
|
10541
|
+
"orgID": "",
|
|
10542
|
+
"token": "",
|
|
10543
|
+
},
|
|
10544
|
+
"create": Object {},
|
|
10545
|
+
"creativesContainer": Object {},
|
|
10546
|
+
"ebill": Object {},
|
|
10547
|
+
"edit": Object {},
|
|
10548
|
+
"email": Object {},
|
|
10549
|
+
"facebook": Object {},
|
|
10550
|
+
"mobileCreate": Object {},
|
|
10551
|
+
"templates": Object {},
|
|
10552
|
+
}
|
|
10553
|
+
}
|
|
10554
|
+
failureRedirectPath="http://localhost/auth/login"
|
|
10567
10555
|
hidePopover={false}
|
|
10568
10556
|
injectedTags={Object {}}
|
|
10557
|
+
isAuthenticating={false}
|
|
10569
10558
|
location={
|
|
10570
10559
|
Object {
|
|
10571
10560
|
"pathname": "/sms/edit",
|
|
@@ -10578,11 +10567,10 @@ FREE GIFTS-
|
|
|
10578
10567
|
}
|
|
10579
10568
|
onContextChange={[Function]}
|
|
10580
10569
|
onTagSelect={[Function]}
|
|
10570
|
+
redirect={[Function]}
|
|
10581
10571
|
tags={Array []}
|
|
10582
|
-
|
|
10583
|
-
|
|
10584
|
-
</div>
|
|
10585
|
-
</_default>
|
|
10572
|
+
/>
|
|
10573
|
+
</Connect(UserIsAuthenticated(Connect(InjectIntl(TagList))))>
|
|
10586
10574
|
</div>
|
|
10587
10575
|
</CapHeader__Flex>
|
|
10588
10576
|
</CapHeader>
|
|
@@ -10628,7 +10616,7 @@ FREE GIFTS-
|
|
|
10628
10616
|
type="h5"
|
|
10629
10617
|
>
|
|
10630
10618
|
<div
|
|
10631
|
-
className="CapHeading-vrvcag-0
|
|
10619
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
10632
10620
|
style={
|
|
10633
10621
|
Object {
|
|
10634
10622
|
"margin": "1.142rem 0",
|
|
@@ -10640,7 +10628,7 @@ FREE GIFTS-
|
|
|
10640
10628
|
|
|
10641
10629
|
</div>
|
|
10642
10630
|
</CapHeading>
|
|
10643
|
-
<
|
|
10631
|
+
<_class
|
|
10644
10632
|
autosize={
|
|
10645
10633
|
Object {
|
|
10646
10634
|
"maxRows": 3,
|
|
@@ -10661,16 +10649,13 @@ FREE GIFTS-
|
|
|
10661
10649
|
labelPosition="top"
|
|
10662
10650
|
>
|
|
10663
10651
|
<div
|
|
10664
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
10665
|
-
errorMessage={false}
|
|
10666
|
-
labelPosition="top"
|
|
10652
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
10667
10653
|
>
|
|
10668
10654
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
10669
10655
|
labelPosition="top"
|
|
10670
10656
|
>
|
|
10671
10657
|
<div
|
|
10672
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
10673
|
-
labelPosition="top"
|
|
10658
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
10674
10659
|
>
|
|
10675
10660
|
<TextArea
|
|
10676
10661
|
autosize={
|
|
@@ -10717,7 +10702,7 @@ FREE GIFTS-
|
|
|
10717
10702
|
"minRows": 1,
|
|
10718
10703
|
}
|
|
10719
10704
|
}
|
|
10720
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
10705
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
10721
10706
|
cols={35}
|
|
10722
10707
|
errorMessage={false}
|
|
10723
10708
|
id={1}
|
|
@@ -10733,7 +10718,7 @@ FREE GIFTS-
|
|
|
10733
10718
|
onResize={[Function]}
|
|
10734
10719
|
>
|
|
10735
10720
|
<textarea
|
|
10736
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
10721
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
10737
10722
|
cols={35}
|
|
10738
10723
|
errorMessage={false}
|
|
10739
10724
|
id={1}
|
|
@@ -10762,7 +10747,7 @@ FREE GIFTS-
|
|
|
10762
10747
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
10763
10748
|
</div>
|
|
10764
10749
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
10765
|
-
</
|
|
10750
|
+
</_class>
|
|
10766
10751
|
<CapHeading
|
|
10767
10752
|
key=".$label2"
|
|
10768
10753
|
style={
|
|
@@ -10774,7 +10759,7 @@ FREE GIFTS-
|
|
|
10774
10759
|
type="h6"
|
|
10775
10760
|
>
|
|
10776
10761
|
<div
|
|
10777
|
-
className="CapHeading-vrvcag-0
|
|
10762
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
10778
10763
|
style={
|
|
10779
10764
|
Object {
|
|
10780
10765
|
"float": "right",
|
|
@@ -10798,7 +10783,7 @@ BUY1GET1-
|
|
|
10798
10783
|
type="h5"
|
|
10799
10784
|
>
|
|
10800
10785
|
<div
|
|
10801
|
-
className="CapHeading-vrvcag-0
|
|
10786
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
10802
10787
|
style={
|
|
10803
10788
|
Object {
|
|
10804
10789
|
"clear": "both",
|
|
@@ -10813,7 +10798,7 @@ BUY1GET1-
|
|
|
10813
10798
|
|
|
10814
10799
|
</div>
|
|
10815
10800
|
</CapHeading>
|
|
10816
|
-
<
|
|
10801
|
+
<_class
|
|
10817
10802
|
autosize={
|
|
10818
10803
|
Object {
|
|
10819
10804
|
"maxRows": 3,
|
|
@@ -10834,16 +10819,13 @@ BUY1GET1-
|
|
|
10834
10819
|
labelPosition="top"
|
|
10835
10820
|
>
|
|
10836
10821
|
<div
|
|
10837
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
10838
|
-
errorMessage={false}
|
|
10839
|
-
labelPosition="top"
|
|
10822
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
10840
10823
|
>
|
|
10841
10824
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
10842
10825
|
labelPosition="top"
|
|
10843
10826
|
>
|
|
10844
10827
|
<div
|
|
10845
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
10846
|
-
labelPosition="top"
|
|
10828
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
10847
10829
|
>
|
|
10848
10830
|
<TextArea
|
|
10849
10831
|
autosize={
|
|
@@ -10890,7 +10872,7 @@ BUY1GET1-
|
|
|
10890
10872
|
"minRows": 1,
|
|
10891
10873
|
}
|
|
10892
10874
|
}
|
|
10893
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
10875
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
10894
10876
|
cols={35}
|
|
10895
10877
|
errorMessage={false}
|
|
10896
10878
|
id={3}
|
|
@@ -10906,7 +10888,7 @@ BUY1GET1-
|
|
|
10906
10888
|
onResize={[Function]}
|
|
10907
10889
|
>
|
|
10908
10890
|
<textarea
|
|
10909
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
10891
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
10910
10892
|
cols={35}
|
|
10911
10893
|
errorMessage={false}
|
|
10912
10894
|
id={3}
|
|
@@ -10935,7 +10917,7 @@ BUY1GET1-
|
|
|
10935
10917
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
10936
10918
|
</div>
|
|
10937
10919
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
10938
|
-
</
|
|
10920
|
+
</_class>
|
|
10939
10921
|
<CapHeading
|
|
10940
10922
|
key=".$label4"
|
|
10941
10923
|
style={
|
|
@@ -10947,7 +10929,7 @@ BUY1GET1-
|
|
|
10947
10929
|
type="h6"
|
|
10948
10930
|
>
|
|
10949
10931
|
<div
|
|
10950
|
-
className="CapHeading-vrvcag-0
|
|
10932
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
10951
10933
|
style={
|
|
10952
10934
|
Object {
|
|
10953
10935
|
"float": "right",
|
|
@@ -10969,7 +10951,7 @@ BUY1GET1-
|
|
|
10969
10951
|
type="h5"
|
|
10970
10952
|
>
|
|
10971
10953
|
<div
|
|
10972
|
-
className="CapHeading-vrvcag-0
|
|
10954
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
10973
10955
|
style={
|
|
10974
10956
|
Object {
|
|
10975
10957
|
"clear": "both",
|
|
@@ -10982,7 +10964,7 @@ BUY1GET1-
|
|
|
10982
10964
|
|
|
10983
10965
|
</div>
|
|
10984
10966
|
</CapHeading>
|
|
10985
|
-
<
|
|
10967
|
+
<_class
|
|
10986
10968
|
autosize={
|
|
10987
10969
|
Object {
|
|
10988
10970
|
"maxRows": 3,
|
|
@@ -11003,16 +10985,13 @@ BUY1GET1-
|
|
|
11003
10985
|
labelPosition="top"
|
|
11004
10986
|
>
|
|
11005
10987
|
<div
|
|
11006
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
11007
|
-
errorMessage={false}
|
|
11008
|
-
labelPosition="top"
|
|
10988
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
11009
10989
|
>
|
|
11010
10990
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
11011
10991
|
labelPosition="top"
|
|
11012
10992
|
>
|
|
11013
10993
|
<div
|
|
11014
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
11015
|
-
labelPosition="top"
|
|
10994
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
11016
10995
|
>
|
|
11017
10996
|
<TextArea
|
|
11018
10997
|
autosize={
|
|
@@ -11059,7 +11038,7 @@ BUY1GET1-
|
|
|
11059
11038
|
"minRows": 1,
|
|
11060
11039
|
}
|
|
11061
11040
|
}
|
|
11062
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
11041
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
11063
11042
|
cols={35}
|
|
11064
11043
|
errorMessage={false}
|
|
11065
11044
|
id={5}
|
|
@@ -11075,7 +11054,7 @@ BUY1GET1-
|
|
|
11075
11054
|
onResize={[Function]}
|
|
11076
11055
|
>
|
|
11077
11056
|
<textarea
|
|
11078
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
11057
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
11079
11058
|
cols={35}
|
|
11080
11059
|
errorMessage={false}
|
|
11081
11060
|
id={5}
|
|
@@ -11104,7 +11083,7 @@ BUY1GET1-
|
|
|
11104
11083
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
11105
11084
|
</div>
|
|
11106
11085
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
11107
|
-
</
|
|
11086
|
+
</_class>
|
|
11108
11087
|
<CapHeading
|
|
11109
11088
|
key=".$label6"
|
|
11110
11089
|
style={
|
|
@@ -11116,7 +11095,7 @@ BUY1GET1-
|
|
|
11116
11095
|
type="h6"
|
|
11117
11096
|
>
|
|
11118
11097
|
<div
|
|
11119
|
-
className="CapHeading-vrvcag-0
|
|
11098
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
11120
11099
|
style={
|
|
11121
11100
|
Object {
|
|
11122
11101
|
"float": "right",
|
|
@@ -11138,7 +11117,7 @@ BUY1GET1-
|
|
|
11138
11117
|
type="h5"
|
|
11139
11118
|
>
|
|
11140
11119
|
<div
|
|
11141
|
-
className="CapHeading-vrvcag-0
|
|
11120
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
11142
11121
|
style={
|
|
11143
11122
|
Object {
|
|
11144
11123
|
"clear": "both",
|
|
@@ -11151,7 +11130,7 @@ BUY1GET1-
|
|
|
11151
11130
|
|
|
11152
11131
|
</div>
|
|
11153
11132
|
</CapHeading>
|
|
11154
|
-
<
|
|
11133
|
+
<_class
|
|
11155
11134
|
autosize={
|
|
11156
11135
|
Object {
|
|
11157
11136
|
"maxRows": 3,
|
|
@@ -11172,16 +11151,13 @@ BUY1GET1-
|
|
|
11172
11151
|
labelPosition="top"
|
|
11173
11152
|
>
|
|
11174
11153
|
<div
|
|
11175
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
11176
|
-
errorMessage={false}
|
|
11177
|
-
labelPosition="top"
|
|
11154
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
11178
11155
|
>
|
|
11179
11156
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
11180
11157
|
labelPosition="top"
|
|
11181
11158
|
>
|
|
11182
11159
|
<div
|
|
11183
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
11184
|
-
labelPosition="top"
|
|
11160
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
11185
11161
|
>
|
|
11186
11162
|
<TextArea
|
|
11187
11163
|
autosize={
|
|
@@ -11228,7 +11204,7 @@ BUY1GET1-
|
|
|
11228
11204
|
"minRows": 1,
|
|
11229
11205
|
}
|
|
11230
11206
|
}
|
|
11231
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
11207
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
11232
11208
|
cols={35}
|
|
11233
11209
|
errorMessage={false}
|
|
11234
11210
|
id={7}
|
|
@@ -11244,7 +11220,7 @@ BUY1GET1-
|
|
|
11244
11220
|
onResize={[Function]}
|
|
11245
11221
|
>
|
|
11246
11222
|
<textarea
|
|
11247
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
11223
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
11248
11224
|
cols={35}
|
|
11249
11225
|
errorMessage={false}
|
|
11250
11226
|
id={7}
|
|
@@ -11273,7 +11249,7 @@ BUY1GET1-
|
|
|
11273
11249
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
11274
11250
|
</div>
|
|
11275
11251
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
11276
|
-
</
|
|
11252
|
+
</_class>
|
|
11277
11253
|
<CapHeading
|
|
11278
11254
|
key=".$label8"
|
|
11279
11255
|
style={
|
|
@@ -11285,7 +11261,7 @@ BUY1GET1-
|
|
|
11285
11261
|
type="h6"
|
|
11286
11262
|
>
|
|
11287
11263
|
<div
|
|
11288
|
-
className="CapHeading-vrvcag-0
|
|
11264
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
11289
11265
|
style={
|
|
11290
11266
|
Object {
|
|
11291
11267
|
"float": "right",
|
|
@@ -11309,7 +11285,7 @@ FREE GIFTS-
|
|
|
11309
11285
|
type="h5"
|
|
11310
11286
|
>
|
|
11311
11287
|
<div
|
|
11312
|
-
className="CapHeading-vrvcag-0
|
|
11288
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
11313
11289
|
style={
|
|
11314
11290
|
Object {
|
|
11315
11291
|
"clear": "both",
|
|
@@ -11324,7 +11300,7 @@ FREE GIFTS-
|
|
|
11324
11300
|
|
|
11325
11301
|
</div>
|
|
11326
11302
|
</CapHeading>
|
|
11327
|
-
<
|
|
11303
|
+
<_class
|
|
11328
11304
|
autosize={
|
|
11329
11305
|
Object {
|
|
11330
11306
|
"maxRows": 3,
|
|
@@ -11345,16 +11321,13 @@ FREE GIFTS-
|
|
|
11345
11321
|
labelPosition="top"
|
|
11346
11322
|
>
|
|
11347
11323
|
<div
|
|
11348
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
11349
|
-
errorMessage={false}
|
|
11350
|
-
labelPosition="top"
|
|
11324
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
11351
11325
|
>
|
|
11352
11326
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
11353
11327
|
labelPosition="top"
|
|
11354
11328
|
>
|
|
11355
11329
|
<div
|
|
11356
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
11357
|
-
labelPosition="top"
|
|
11330
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
11358
11331
|
>
|
|
11359
11332
|
<TextArea
|
|
11360
11333
|
autosize={
|
|
@@ -11401,7 +11374,7 @@ FREE GIFTS-
|
|
|
11401
11374
|
"minRows": 1,
|
|
11402
11375
|
}
|
|
11403
11376
|
}
|
|
11404
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
11377
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
11405
11378
|
cols={35}
|
|
11406
11379
|
errorMessage={false}
|
|
11407
11380
|
id={9}
|
|
@@ -11417,7 +11390,7 @@ FREE GIFTS-
|
|
|
11417
11390
|
onResize={[Function]}
|
|
11418
11391
|
>
|
|
11419
11392
|
<textarea
|
|
11420
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
11393
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
11421
11394
|
cols={35}
|
|
11422
11395
|
errorMessage={false}
|
|
11423
11396
|
id={9}
|
|
@@ -11446,7 +11419,7 @@ FREE GIFTS-
|
|
|
11446
11419
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
11447
11420
|
</div>
|
|
11448
11421
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
11449
|
-
</
|
|
11422
|
+
</_class>
|
|
11450
11423
|
<CapHeading
|
|
11451
11424
|
key=".$label10"
|
|
11452
11425
|
style={
|
|
@@ -11458,7 +11431,7 @@ FREE GIFTS-
|
|
|
11458
11431
|
type="h6"
|
|
11459
11432
|
>
|
|
11460
11433
|
<div
|
|
11461
|
-
className="CapHeading-vrvcag-0
|
|
11434
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
11462
11435
|
style={
|
|
11463
11436
|
Object {
|
|
11464
11437
|
"float": "right",
|
|
@@ -11480,7 +11453,7 @@ FREE GIFTS-
|
|
|
11480
11453
|
type="h5"
|
|
11481
11454
|
>
|
|
11482
11455
|
<div
|
|
11483
|
-
className="CapHeading-vrvcag-0
|
|
11456
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
11484
11457
|
style={
|
|
11485
11458
|
Object {
|
|
11486
11459
|
"clear": "both",
|
|
@@ -11493,7 +11466,7 @@ FREE GIFTS-
|
|
|
11493
11466
|
|
|
11494
11467
|
</div>
|
|
11495
11468
|
</CapHeading>
|
|
11496
|
-
<
|
|
11469
|
+
<_class
|
|
11497
11470
|
autosize={
|
|
11498
11471
|
Object {
|
|
11499
11472
|
"maxRows": 3,
|
|
@@ -11514,16 +11487,13 @@ FREE GIFTS-
|
|
|
11514
11487
|
labelPosition="top"
|
|
11515
11488
|
>
|
|
11516
11489
|
<div
|
|
11517
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
11518
|
-
errorMessage={false}
|
|
11519
|
-
labelPosition="top"
|
|
11490
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
11520
11491
|
>
|
|
11521
11492
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
11522
11493
|
labelPosition="top"
|
|
11523
11494
|
>
|
|
11524
11495
|
<div
|
|
11525
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
11526
|
-
labelPosition="top"
|
|
11496
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
11527
11497
|
>
|
|
11528
11498
|
<TextArea
|
|
11529
11499
|
autosize={
|
|
@@ -11570,7 +11540,7 @@ FREE GIFTS-
|
|
|
11570
11540
|
"minRows": 1,
|
|
11571
11541
|
}
|
|
11572
11542
|
}
|
|
11573
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
11543
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
11574
11544
|
cols={35}
|
|
11575
11545
|
errorMessage={false}
|
|
11576
11546
|
id={11}
|
|
@@ -11586,7 +11556,7 @@ FREE GIFTS-
|
|
|
11586
11556
|
onResize={[Function]}
|
|
11587
11557
|
>
|
|
11588
11558
|
<textarea
|
|
11589
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
11559
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
11590
11560
|
cols={35}
|
|
11591
11561
|
errorMessage={false}
|
|
11592
11562
|
id={11}
|
|
@@ -11615,7 +11585,7 @@ FREE GIFTS-
|
|
|
11615
11585
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
11616
11586
|
</div>
|
|
11617
11587
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
11618
|
-
</
|
|
11588
|
+
</_class>
|
|
11619
11589
|
<CapHeading
|
|
11620
11590
|
key=".$label11"
|
|
11621
11591
|
style={
|
|
@@ -11627,7 +11597,7 @@ FREE GIFTS-
|
|
|
11627
11597
|
type="h6"
|
|
11628
11598
|
>
|
|
11629
11599
|
<div
|
|
11630
|
-
className="CapHeading-vrvcag-0
|
|
11600
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
11631
11601
|
style={
|
|
11632
11602
|
Object {
|
|
11633
11603
|
"float": "right",
|
|
@@ -11661,7 +11631,7 @@ FREE GIFTS-
|
|
|
11661
11631
|
type="h5"
|
|
11662
11632
|
>
|
|
11663
11633
|
<div
|
|
11664
|
-
className="CapHeading-vrvcag-0
|
|
11634
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
11665
11635
|
style={
|
|
11666
11636
|
Object {
|
|
11667
11637
|
"float": "right",
|
|
@@ -11729,7 +11699,7 @@ FREE GIFTS-
|
|
|
11729
11699
|
type="h4"
|
|
11730
11700
|
>
|
|
11731
11701
|
<span
|
|
11732
|
-
className="CapHeading__CapHeadingSpan-vrvcag-1
|
|
11702
|
+
className="title CapHeading__CapHeadingSpan-vrvcag-1 hApGSN"
|
|
11733
11703
|
type="h4"
|
|
11734
11704
|
/>
|
|
11735
11705
|
</CapHeading__CapHeadingSpan>
|
|
@@ -11950,6 +11920,7 @@ FREE GIFTS-
|
|
|
11950
11920
|
"creatives.components.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
11951
11921
|
"creatives.components.TemplatePreview.smsIcon": "Sms Icon",
|
|
11952
11922
|
"creatives.components.TemplatePreview.unicodeIconTooltip": "This message has unicode characters. This may affect the cost per message.",
|
|
11923
|
+
"creatives.components.TestPage.header": "Looks like youas are lost!",
|
|
11953
11924
|
"creatives.components.Toastr.header": "This is the Toastr component !",
|
|
11954
11925
|
"creatives.components.ToastrMessage.close": "close",
|
|
11955
11926
|
"creatives.components.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -12634,6 +12605,9 @@ FREE GIFTS-
|
|
|
12634
12605
|
"creatives.containers.Templates.wechatHeader": "WECHAT",
|
|
12635
12606
|
"creatives.containers.Templates.yesText": "Yes",
|
|
12636
12607
|
"creatives.containers.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
12608
|
+
"creatives.containers.Testv2.descriptionTestv2": "Description of Testv2",
|
|
12609
|
+
"creatives.containers.Testv2.header": "This is Testv2 container !",
|
|
12610
|
+
"creatives.containers.Testv2.testv2": "Testv2",
|
|
12637
12611
|
"creatives.containers.View.descriptionView": "Description of View",
|
|
12638
12612
|
"creatives.containers.View.header": "This is View container !",
|
|
12639
12613
|
"creatives.containers.View.view": "View",
|
|
@@ -13640,6 +13614,10 @@ new message content.",
|
|
|
13640
13614
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
13641
13615
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
13642
13616
|
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
13617
|
+
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
13618
|
+
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
13619
|
+
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
13620
|
+
"creatives.containersV2.Testv2.testv2": "Testv2",
|
|
13643
13621
|
"creatives.containersV2.View.descriptionView": "Description of View",
|
|
13644
13622
|
"creatives.containersV2.View.header": "This is View container !",
|
|
13645
13623
|
"creatives.containersV2.View.view": "View",
|
|
@@ -14700,7 +14678,7 @@ new message content.",
|
|
|
14700
14678
|
type="h3"
|
|
14701
14679
|
>
|
|
14702
14680
|
<div
|
|
14703
|
-
className="CapHeading-vrvcag-0
|
|
14681
|
+
className="CapHeading-vrvcag-0 kolsfA"
|
|
14704
14682
|
type="h3"
|
|
14705
14683
|
>
|
|
14706
14684
|
<FormattedMessage
|
|
@@ -14741,7 +14719,7 @@ new message content.",
|
|
|
14741
14719
|
</CapRow>
|
|
14742
14720
|
<Edit__SMSTraiFooter>
|
|
14743
14721
|
<div
|
|
14744
|
-
className="Edit__SMSTraiFooter-jwsec7-0
|
|
14722
|
+
className="Edit__SMSTraiFooter-jwsec7-0 eHIdLI"
|
|
14745
14723
|
>
|
|
14746
14724
|
<CapButton
|
|
14747
14725
|
className="create-msg"
|
|
@@ -14987,6 +14965,7 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
14987
14965
|
"creatives.components.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
14988
14966
|
"creatives.components.TemplatePreview.smsIcon": "Sms Icon",
|
|
14989
14967
|
"creatives.components.TemplatePreview.unicodeIconTooltip": "This message has unicode characters. This may affect the cost per message.",
|
|
14968
|
+
"creatives.components.TestPage.header": "Looks like youas are lost!",
|
|
14990
14969
|
"creatives.components.Toastr.header": "This is the Toastr component !",
|
|
14991
14970
|
"creatives.components.ToastrMessage.close": "close",
|
|
14992
14971
|
"creatives.components.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -15671,6 +15650,9 @@ exports[`Creatives SmsTraiEdit test/> should render 2`] = `
|
|
|
15671
15650
|
"creatives.containers.Templates.wechatHeader": "WECHAT",
|
|
15672
15651
|
"creatives.containers.Templates.yesText": "Yes",
|
|
15673
15652
|
"creatives.containers.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
15653
|
+
"creatives.containers.Testv2.descriptionTestv2": "Description of Testv2",
|
|
15654
|
+
"creatives.containers.Testv2.header": "This is Testv2 container !",
|
|
15655
|
+
"creatives.containers.Testv2.testv2": "Testv2",
|
|
15674
15656
|
"creatives.containers.View.descriptionView": "Description of View",
|
|
15675
15657
|
"creatives.containers.View.header": "This is View container !",
|
|
15676
15658
|
"creatives.containers.View.view": "View",
|
|
@@ -16677,6 +16659,10 @@ new message content.",
|
|
|
16677
16659
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
16678
16660
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
16679
16661
|
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
16662
|
+
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
16663
|
+
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
16664
|
+
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
16665
|
+
"creatives.containersV2.Testv2.testv2": "Testv2",
|
|
16680
16666
|
"creatives.containersV2.View.descriptionView": "Description of View",
|
|
16681
16667
|
"creatives.containersV2.View.header": "This is View container !",
|
|
16682
16668
|
"creatives.containersV2.View.view": "View",
|
|
@@ -17073,45 +17059,9 @@ new message content.",
|
|
|
17073
17059
|
}
|
|
17074
17060
|
store={
|
|
17075
17061
|
Object {
|
|
17062
|
+
"asyncReducers": Object {},
|
|
17076
17063
|
"dispatch": [Function],
|
|
17077
17064
|
"getState": [Function],
|
|
17078
|
-
"initialHistory": Object {
|
|
17079
|
-
"action": "POP",
|
|
17080
|
-
"block": [Function],
|
|
17081
|
-
"createHref": [Function],
|
|
17082
|
-
"go": [Function],
|
|
17083
|
-
"goBack": [Function],
|
|
17084
|
-
"goForward": [Function],
|
|
17085
|
-
"length": 1,
|
|
17086
|
-
"listen": [Function],
|
|
17087
|
-
"location": Object {
|
|
17088
|
-
"hash": "",
|
|
17089
|
-
"pathname": "/",
|
|
17090
|
-
"search": "",
|
|
17091
|
-
"state": undefined,
|
|
17092
|
-
},
|
|
17093
|
-
"push": [Function],
|
|
17094
|
-
"replace": [Function],
|
|
17095
|
-
},
|
|
17096
|
-
"initialReducer": Object {
|
|
17097
|
-
"ASK_AIRA": [Function],
|
|
17098
|
-
"FTP": [Function],
|
|
17099
|
-
"app": [Function],
|
|
17100
|
-
"beeEditor": [Function],
|
|
17101
|
-
"cap": [Function],
|
|
17102
|
-
"create": [Function],
|
|
17103
|
-
"ebill": [Function],
|
|
17104
|
-
"edit": [Function],
|
|
17105
|
-
"email": [Function],
|
|
17106
|
-
"facebookPreview": [Function],
|
|
17107
|
-
"gallery": [Function],
|
|
17108
|
-
"language": [Function],
|
|
17109
|
-
"navigationConfig": [Function],
|
|
17110
|
-
"tagList": [Function],
|
|
17111
|
-
"templates": [Function],
|
|
17112
|
-
},
|
|
17113
|
-
"injectedReducers": Object {},
|
|
17114
|
-
"injectedSagas": Object {},
|
|
17115
17065
|
"replaceReducer": [Function],
|
|
17116
17066
|
"runSaga": [Function],
|
|
17117
17067
|
"subscribe": [Function],
|
|
@@ -17492,239 +17442,687 @@ new message content.",
|
|
|
17492
17442
|
"id": "app.v2containers.SmsTrai.Edit.unicodeLabel",
|
|
17493
17443
|
},
|
|
17494
17444
|
],
|
|
17495
|
-
|
|
17496
|
-
|
|
17497
|
-
|
|
17498
|
-
|
|
17499
|
-
|
|
17500
|
-
|
|
17501
|
-
|
|
17502
|
-
|
|
17503
|
-
|
|
17504
|
-
|
|
17505
|
-
|
|
17506
|
-
|
|
17507
|
-
|
|
17508
|
-
|
|
17509
|
-
|
|
17510
|
-
|
|
17511
|
-
|
|
17512
|
-
|
|
17513
|
-
|
|
17514
|
-
|
|
17515
|
-
|
|
17516
|
-
|
|
17517
|
-
|
|
17518
|
-
|
|
17519
|
-
|
|
17520
|
-
|
|
17521
|
-
|
|
17522
|
-
|
|
17523
|
-
|
|
17524
|
-
|
|
17525
|
-
|
|
17526
|
-
|
|
17527
|
-
|
|
17528
|
-
|
|
17529
|
-
|
|
17530
|
-
|
|
17531
|
-
|
|
17532
|
-
|
|
17533
|
-
|
|
17534
|
-
|
|
17535
|
-
|
|
17536
|
-
|
|
17537
|
-
|
|
17538
|
-
|
|
17539
|
-
|
|
17540
|
-
|
|
17541
|
-
|
|
17542
|
-
|
|
17543
|
-
|
|
17544
|
-
|
|
17545
|
-
|
|
17546
|
-
|
|
17547
|
-
|
|
17548
|
-
|
|
17549
|
-
|
|
17550
|
-
|
|
17551
|
-
|
|
17552
|
-
|
|
17553
|
-
|
|
17554
|
-
|
|
17555
|
-
|
|
17556
|
-
|
|
17557
|
-
|
|
17558
|
-
|
|
17559
|
-
|
|
17560
|
-
|
|
17561
|
-
|
|
17562
|
-
|
|
17563
|
-
|
|
17564
|
-
|
|
17565
|
-
|
|
17566
|
-
|
|
17567
|
-
|
|
17568
|
-
|
|
17569
|
-
|
|
17570
|
-
|
|
17571
|
-
|
|
17572
|
-
|
|
17573
|
-
|
|
17574
|
-
|
|
17575
|
-
|
|
17576
|
-
|
|
17577
|
-
|
|
17578
|
-
|
|
17579
|
-
|
|
17580
|
-
|
|
17581
|
-
|
|
17582
|
-
|
|
17583
|
-
|
|
17584
|
-
|
|
17585
|
-
|
|
17586
|
-
|
|
17587
|
-
|
|
17588
|
-
|
|
17589
|
-
|
|
17590
|
-
|
|
17591
|
-
|
|
17592
|
-
|
|
17593
|
-
|
|
17594
|
-
|
|
17595
|
-
|
|
17596
|
-
|
|
17597
|
-
|
|
17598
|
-
|
|
17599
|
-
|
|
17600
|
-
|
|
17601
|
-
|
|
17602
|
-
|
|
17603
|
-
|
|
17604
|
-
|
|
17605
|
-
|
|
17606
|
-
|
|
17607
|
-
|
|
17608
|
-
|
|
17609
|
-
|
|
17610
|
-
|
|
17611
|
-
|
|
17612
|
-
|
|
17613
|
-
|
|
17614
|
-
|
|
17615
|
-
|
|
17616
|
-
|
|
17617
|
-
|
|
17618
|
-
|
|
17619
|
-
|
|
17620
|
-
|
|
17621
|
-
|
|
17622
|
-
|
|
17623
|
-
|
|
17624
|
-
|
|
17625
|
-
|
|
17626
|
-
|
|
17627
|
-
|
|
17628
|
-
|
|
17629
|
-
|
|
17630
|
-
|
|
17631
|
-
|
|
17632
|
-
|
|
17633
|
-
|
|
17634
|
-
|
|
17635
|
-
|
|
17636
|
-
|
|
17637
|
-
|
|
17638
|
-
|
|
17639
|
-
|
|
17640
|
-
|
|
17641
|
-
|
|
17642
|
-
|
|
17643
|
-
|
|
17644
|
-
|
|
17645
|
-
|
|
17646
|
-
|
|
17647
|
-
|
|
17648
|
-
|
|
17649
|
-
|
|
17650
|
-
|
|
17651
|
-
|
|
17652
|
-
|
|
17653
|
-
|
|
17654
|
-
|
|
17655
|
-
|
|
17656
|
-
|
|
17657
|
-
|
|
17658
|
-
|
|
17659
|
-
|
|
17660
|
-
|
|
17661
|
-
|
|
17662
|
-
|
|
17663
|
-
|
|
17664
|
-
|
|
17665
|
-
|
|
17666
|
-
|
|
17667
|
-
|
|
17668
|
-
|
|
17669
|
-
|
|
17670
|
-
|
|
17671
|
-
|
|
17672
|
-
|
|
17673
|
-
|
|
17674
|
-
|
|
17675
|
-
|
|
17676
|
-
|
|
17677
|
-
|
|
17678
|
-
|
|
17679
|
-
|
|
17680
|
-
|
|
17681
|
-
|
|
17682
|
-
|
|
17683
|
-
|
|
17684
|
-
|
|
17685
|
-
|
|
17686
|
-
|
|
17687
|
-
|
|
17688
|
-
|
|
17689
|
-
|
|
17690
|
-
|
|
17691
|
-
|
|
17692
|
-
|
|
17693
|
-
|
|
17694
|
-
|
|
17695
|
-
|
|
17696
|
-
|
|
17697
|
-
|
|
17698
|
-
|
|
17699
|
-
|
|
17700
|
-
|
|
17701
|
-
|
|
17702
|
-
|
|
17703
|
-
|
|
17704
|
-
|
|
17705
|
-
|
|
17706
|
-
|
|
17707
|
-
|
|
17708
|
-
|
|
17709
|
-
|
|
17710
|
-
|
|
17711
|
-
|
|
17712
|
-
|
|
17713
|
-
|
|
17714
|
-
|
|
17715
|
-
|
|
17716
|
-
|
|
17717
|
-
|
|
17718
|
-
|
|
17719
|
-
|
|
17720
|
-
|
|
17721
|
-
|
|
17722
|
-
|
|
17723
|
-
|
|
17724
|
-
|
|
17725
|
-
|
|
17726
|
-
|
|
17727
|
-
|
|
17445
|
+
Array [
|
|
17446
|
+
Object {
|
|
17447
|
+
"defaultMessage": "Template",
|
|
17448
|
+
"id": "app.v2containers.SmsTrai.Edit.templateLabel",
|
|
17449
|
+
},
|
|
17450
|
+
],
|
|
17451
|
+
Array [
|
|
17452
|
+
Object {
|
|
17453
|
+
"defaultMessage": "|",
|
|
17454
|
+
"id": "app.v2containers.SmsTrai.Edit.traiEditSeperator",
|
|
17455
|
+
},
|
|
17456
|
+
],
|
|
17457
|
+
Array [
|
|
17458
|
+
Object {
|
|
17459
|
+
"defaultMessage": "Sender ID",
|
|
17460
|
+
"id": "app.v2containers.SmsTrai.Edit.senderIdlabel",
|
|
17461
|
+
},
|
|
17462
|
+
],
|
|
17463
|
+
Array [
|
|
17464
|
+
Object {
|
|
17465
|
+
"defaultMessage": "Message",
|
|
17466
|
+
"id": "app.v2containers.SmsTrai.Edit.traiEditTitle",
|
|
17467
|
+
},
|
|
17468
|
+
],
|
|
17469
|
+
Array [
|
|
17470
|
+
Object {
|
|
17471
|
+
"defaultMessage": "Add labels",
|
|
17472
|
+
"id": "app.v2containers.SmsTrai.Edit.addLabels",
|
|
17473
|
+
},
|
|
17474
|
+
],
|
|
17475
|
+
Array [
|
|
17476
|
+
Object {
|
|
17477
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
17478
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
17479
|
+
},
|
|
17480
|
+
],
|
|
17481
|
+
Array [
|
|
17482
|
+
Object {
|
|
17483
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
17484
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
17485
|
+
},
|
|
17486
|
+
Object {
|
|
17487
|
+
"charCounts": 30,
|
|
17488
|
+
"var": "{#var#}",
|
|
17489
|
+
"varCounts": 1,
|
|
17490
|
+
},
|
|
17491
|
+
],
|
|
17492
|
+
Array [
|
|
17493
|
+
Object {
|
|
17494
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
17495
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
17496
|
+
},
|
|
17497
|
+
],
|
|
17498
|
+
Array [
|
|
17499
|
+
Object {
|
|
17500
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
17501
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
17502
|
+
},
|
|
17503
|
+
Object {
|
|
17504
|
+
"charCounts": 30,
|
|
17505
|
+
"var": "{#var#}",
|
|
17506
|
+
"varCounts": 1,
|
|
17507
|
+
},
|
|
17508
|
+
],
|
|
17509
|
+
Array [
|
|
17510
|
+
Object {
|
|
17511
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
17512
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
17513
|
+
},
|
|
17514
|
+
],
|
|
17515
|
+
Array [
|
|
17516
|
+
Object {
|
|
17517
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
17518
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
17519
|
+
},
|
|
17520
|
+
Object {
|
|
17521
|
+
"charCounts": 30,
|
|
17522
|
+
"var": "{#var#}",
|
|
17523
|
+
"varCounts": 1,
|
|
17524
|
+
},
|
|
17525
|
+
],
|
|
17526
|
+
Array [
|
|
17527
|
+
Object {
|
|
17528
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
17529
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
17530
|
+
},
|
|
17531
|
+
],
|
|
17532
|
+
Array [
|
|
17533
|
+
Object {
|
|
17534
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
17535
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
17536
|
+
},
|
|
17537
|
+
Object {
|
|
17538
|
+
"charCounts": 30,
|
|
17539
|
+
"var": "{#var#}",
|
|
17540
|
+
"varCounts": 1,
|
|
17541
|
+
},
|
|
17542
|
+
],
|
|
17543
|
+
Array [
|
|
17544
|
+
Object {
|
|
17545
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
17546
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
17547
|
+
},
|
|
17548
|
+
],
|
|
17549
|
+
Array [
|
|
17550
|
+
Object {
|
|
17551
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
17552
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
17553
|
+
},
|
|
17554
|
+
Object {
|
|
17555
|
+
"charCounts": 30,
|
|
17556
|
+
"var": "{#var#}",
|
|
17557
|
+
"varCounts": 1,
|
|
17558
|
+
},
|
|
17559
|
+
],
|
|
17560
|
+
Array [
|
|
17561
|
+
Object {
|
|
17562
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
17563
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
17564
|
+
},
|
|
17565
|
+
],
|
|
17566
|
+
Array [
|
|
17567
|
+
Object {
|
|
17568
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
17569
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
17570
|
+
},
|
|
17571
|
+
Object {
|
|
17572
|
+
"charCounts": 30,
|
|
17573
|
+
"var": "{#var#}",
|
|
17574
|
+
"varCounts": 1,
|
|
17575
|
+
},
|
|
17576
|
+
],
|
|
17577
|
+
Array [
|
|
17578
|
+
Object {
|
|
17579
|
+
"defaultMessage": "{smsCount} SMS ({number} characters)",
|
|
17580
|
+
"id": "app.v2containers.SmsTrai.Edit.totalCharacters",
|
|
17581
|
+
},
|
|
17582
|
+
Object {
|
|
17583
|
+
"number": 231,
|
|
17584
|
+
"smsCount": 2,
|
|
17585
|
+
},
|
|
17586
|
+
],
|
|
17587
|
+
Array [
|
|
17588
|
+
Object {
|
|
17589
|
+
"defaultMessage": "Allow unicode characters",
|
|
17590
|
+
"id": "app.v2containers.SmsTrai.Edit.unicodeLabel",
|
|
17591
|
+
},
|
|
17592
|
+
],
|
|
17593
|
+
Array [
|
|
17594
|
+
Object {
|
|
17595
|
+
"defaultMessage": "Template",
|
|
17596
|
+
"id": "app.v2containers.SmsTrai.Edit.templateLabel",
|
|
17597
|
+
},
|
|
17598
|
+
],
|
|
17599
|
+
Array [
|
|
17600
|
+
Object {
|
|
17601
|
+
"defaultMessage": "|",
|
|
17602
|
+
"id": "app.v2containers.SmsTrai.Edit.traiEditSeperator",
|
|
17603
|
+
},
|
|
17604
|
+
],
|
|
17605
|
+
Array [
|
|
17606
|
+
Object {
|
|
17607
|
+
"defaultMessage": "Sender ID",
|
|
17608
|
+
"id": "app.v2containers.SmsTrai.Edit.senderIdlabel",
|
|
17609
|
+
},
|
|
17610
|
+
],
|
|
17611
|
+
Array [
|
|
17612
|
+
Object {
|
|
17613
|
+
"defaultMessage": "Message",
|
|
17614
|
+
"id": "app.v2containers.SmsTrai.Edit.traiEditTitle",
|
|
17615
|
+
},
|
|
17616
|
+
],
|
|
17617
|
+
Array [
|
|
17618
|
+
Object {
|
|
17619
|
+
"defaultMessage": "Add labels",
|
|
17620
|
+
"id": "app.v2containers.SmsTrai.Edit.addLabels",
|
|
17621
|
+
},
|
|
17622
|
+
],
|
|
17623
|
+
Array [
|
|
17624
|
+
Object {
|
|
17625
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
17626
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
17627
|
+
},
|
|
17628
|
+
],
|
|
17629
|
+
Array [
|
|
17630
|
+
Object {
|
|
17631
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
17632
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
17633
|
+
},
|
|
17634
|
+
Object {
|
|
17635
|
+
"charCounts": 30,
|
|
17636
|
+
"var": "{#var#}",
|
|
17637
|
+
"varCounts": 1,
|
|
17638
|
+
},
|
|
17639
|
+
],
|
|
17640
|
+
Array [
|
|
17641
|
+
Object {
|
|
17642
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
17643
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
17644
|
+
},
|
|
17645
|
+
],
|
|
17646
|
+
Array [
|
|
17647
|
+
Object {
|
|
17648
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
17649
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
17650
|
+
},
|
|
17651
|
+
Object {
|
|
17652
|
+
"charCounts": 30,
|
|
17653
|
+
"var": "{#var#}",
|
|
17654
|
+
"varCounts": 1,
|
|
17655
|
+
},
|
|
17656
|
+
],
|
|
17657
|
+
Array [
|
|
17658
|
+
Object {
|
|
17659
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
17660
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
17661
|
+
},
|
|
17662
|
+
],
|
|
17663
|
+
Array [
|
|
17664
|
+
Object {
|
|
17665
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
17666
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
17667
|
+
},
|
|
17668
|
+
Object {
|
|
17669
|
+
"charCounts": 30,
|
|
17670
|
+
"var": "{#var#}",
|
|
17671
|
+
"varCounts": 1,
|
|
17672
|
+
},
|
|
17673
|
+
],
|
|
17674
|
+
Array [
|
|
17675
|
+
Object {
|
|
17676
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
17677
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
17678
|
+
},
|
|
17679
|
+
],
|
|
17680
|
+
Array [
|
|
17681
|
+
Object {
|
|
17682
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
17683
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
17684
|
+
},
|
|
17685
|
+
Object {
|
|
17686
|
+
"charCounts": 30,
|
|
17687
|
+
"var": "{#var#}",
|
|
17688
|
+
"varCounts": 1,
|
|
17689
|
+
},
|
|
17690
|
+
],
|
|
17691
|
+
Array [
|
|
17692
|
+
Object {
|
|
17693
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
17694
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
17695
|
+
},
|
|
17696
|
+
],
|
|
17697
|
+
Array [
|
|
17698
|
+
Object {
|
|
17699
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
17700
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
17701
|
+
},
|
|
17702
|
+
Object {
|
|
17703
|
+
"charCounts": 30,
|
|
17704
|
+
"var": "{#var#}",
|
|
17705
|
+
"varCounts": 1,
|
|
17706
|
+
},
|
|
17707
|
+
],
|
|
17708
|
+
Array [
|
|
17709
|
+
Object {
|
|
17710
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
17711
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
17712
|
+
},
|
|
17713
|
+
],
|
|
17714
|
+
Array [
|
|
17715
|
+
Object {
|
|
17716
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
17717
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
17718
|
+
},
|
|
17719
|
+
Object {
|
|
17720
|
+
"charCounts": 30,
|
|
17721
|
+
"var": "{#var#}",
|
|
17722
|
+
"varCounts": 1,
|
|
17723
|
+
},
|
|
17724
|
+
],
|
|
17725
|
+
Array [
|
|
17726
|
+
Object {
|
|
17727
|
+
"defaultMessage": "{smsCount} SMS ({number} characters)",
|
|
17728
|
+
"id": "app.v2containers.SmsTrai.Edit.totalCharacters",
|
|
17729
|
+
},
|
|
17730
|
+
Object {
|
|
17731
|
+
"number": 206,
|
|
17732
|
+
"smsCount": 2,
|
|
17733
|
+
},
|
|
17734
|
+
],
|
|
17735
|
+
Array [
|
|
17736
|
+
Object {
|
|
17737
|
+
"defaultMessage": "Allow unicode characters",
|
|
17738
|
+
"id": "app.v2containers.SmsTrai.Edit.unicodeLabel",
|
|
17739
|
+
},
|
|
17740
|
+
],
|
|
17741
|
+
],
|
|
17742
|
+
"results": Array [
|
|
17743
|
+
Object {
|
|
17744
|
+
"type": "return",
|
|
17745
|
+
"value": undefined,
|
|
17746
|
+
},
|
|
17747
|
+
Object {
|
|
17748
|
+
"type": "return",
|
|
17749
|
+
"value": undefined,
|
|
17750
|
+
},
|
|
17751
|
+
Object {
|
|
17752
|
+
"type": "return",
|
|
17753
|
+
"value": undefined,
|
|
17754
|
+
},
|
|
17755
|
+
Object {
|
|
17756
|
+
"type": "return",
|
|
17757
|
+
"value": undefined,
|
|
17758
|
+
},
|
|
17759
|
+
Object {
|
|
17760
|
+
"type": "return",
|
|
17761
|
+
"value": undefined,
|
|
17762
|
+
},
|
|
17763
|
+
Object {
|
|
17764
|
+
"type": "return",
|
|
17765
|
+
"value": undefined,
|
|
17766
|
+
},
|
|
17767
|
+
Object {
|
|
17768
|
+
"type": "return",
|
|
17769
|
+
"value": undefined,
|
|
17770
|
+
},
|
|
17771
|
+
Object {
|
|
17772
|
+
"type": "return",
|
|
17773
|
+
"value": undefined,
|
|
17774
|
+
},
|
|
17775
|
+
Object {
|
|
17776
|
+
"type": "return",
|
|
17777
|
+
"value": undefined,
|
|
17778
|
+
},
|
|
17779
|
+
Object {
|
|
17780
|
+
"type": "return",
|
|
17781
|
+
"value": undefined,
|
|
17782
|
+
},
|
|
17783
|
+
Object {
|
|
17784
|
+
"type": "return",
|
|
17785
|
+
"value": undefined,
|
|
17786
|
+
},
|
|
17787
|
+
Object {
|
|
17788
|
+
"type": "return",
|
|
17789
|
+
"value": undefined,
|
|
17790
|
+
},
|
|
17791
|
+
Object {
|
|
17792
|
+
"type": "return",
|
|
17793
|
+
"value": undefined,
|
|
17794
|
+
},
|
|
17795
|
+
Object {
|
|
17796
|
+
"type": "return",
|
|
17797
|
+
"value": undefined,
|
|
17798
|
+
},
|
|
17799
|
+
Object {
|
|
17800
|
+
"type": "return",
|
|
17801
|
+
"value": undefined,
|
|
17802
|
+
},
|
|
17803
|
+
Object {
|
|
17804
|
+
"type": "return",
|
|
17805
|
+
"value": undefined,
|
|
17806
|
+
},
|
|
17807
|
+
Object {
|
|
17808
|
+
"type": "return",
|
|
17809
|
+
"value": undefined,
|
|
17810
|
+
},
|
|
17811
|
+
Object {
|
|
17812
|
+
"type": "return",
|
|
17813
|
+
"value": undefined,
|
|
17814
|
+
},
|
|
17815
|
+
Object {
|
|
17816
|
+
"type": "return",
|
|
17817
|
+
"value": undefined,
|
|
17818
|
+
},
|
|
17819
|
+
Object {
|
|
17820
|
+
"type": "return",
|
|
17821
|
+
"value": undefined,
|
|
17822
|
+
},
|
|
17823
|
+
Object {
|
|
17824
|
+
"type": "return",
|
|
17825
|
+
"value": undefined,
|
|
17826
|
+
},
|
|
17827
|
+
Object {
|
|
17828
|
+
"type": "return",
|
|
17829
|
+
"value": undefined,
|
|
17830
|
+
},
|
|
17831
|
+
Object {
|
|
17832
|
+
"type": "return",
|
|
17833
|
+
"value": undefined,
|
|
17834
|
+
},
|
|
17835
|
+
Object {
|
|
17836
|
+
"type": "return",
|
|
17837
|
+
"value": undefined,
|
|
17838
|
+
},
|
|
17839
|
+
Object {
|
|
17840
|
+
"type": "return",
|
|
17841
|
+
"value": undefined,
|
|
17842
|
+
},
|
|
17843
|
+
Object {
|
|
17844
|
+
"type": "return",
|
|
17845
|
+
"value": undefined,
|
|
17846
|
+
},
|
|
17847
|
+
Object {
|
|
17848
|
+
"type": "return",
|
|
17849
|
+
"value": undefined,
|
|
17850
|
+
},
|
|
17851
|
+
Object {
|
|
17852
|
+
"type": "return",
|
|
17853
|
+
"value": undefined,
|
|
17854
|
+
},
|
|
17855
|
+
Object {
|
|
17856
|
+
"type": "return",
|
|
17857
|
+
"value": undefined,
|
|
17858
|
+
},
|
|
17859
|
+
Object {
|
|
17860
|
+
"type": "return",
|
|
17861
|
+
"value": undefined,
|
|
17862
|
+
},
|
|
17863
|
+
Object {
|
|
17864
|
+
"type": "return",
|
|
17865
|
+
"value": undefined,
|
|
17866
|
+
},
|
|
17867
|
+
Object {
|
|
17868
|
+
"type": "return",
|
|
17869
|
+
"value": undefined,
|
|
17870
|
+
},
|
|
17871
|
+
Object {
|
|
17872
|
+
"type": "return",
|
|
17873
|
+
"value": undefined,
|
|
17874
|
+
},
|
|
17875
|
+
Object {
|
|
17876
|
+
"type": "return",
|
|
17877
|
+
"value": undefined,
|
|
17878
|
+
},
|
|
17879
|
+
Object {
|
|
17880
|
+
"type": "return",
|
|
17881
|
+
"value": undefined,
|
|
17882
|
+
},
|
|
17883
|
+
Object {
|
|
17884
|
+
"type": "return",
|
|
17885
|
+
"value": undefined,
|
|
17886
|
+
},
|
|
17887
|
+
Object {
|
|
17888
|
+
"type": "return",
|
|
17889
|
+
"value": undefined,
|
|
17890
|
+
},
|
|
17891
|
+
Object {
|
|
17892
|
+
"type": "return",
|
|
17893
|
+
"value": undefined,
|
|
17894
|
+
},
|
|
17895
|
+
Object {
|
|
17896
|
+
"type": "return",
|
|
17897
|
+
"value": undefined,
|
|
17898
|
+
},
|
|
17899
|
+
Object {
|
|
17900
|
+
"type": "return",
|
|
17901
|
+
"value": undefined,
|
|
17902
|
+
},
|
|
17903
|
+
Object {
|
|
17904
|
+
"type": "return",
|
|
17905
|
+
"value": undefined,
|
|
17906
|
+
},
|
|
17907
|
+
Object {
|
|
17908
|
+
"type": "return",
|
|
17909
|
+
"value": undefined,
|
|
17910
|
+
},
|
|
17911
|
+
Object {
|
|
17912
|
+
"type": "return",
|
|
17913
|
+
"value": undefined,
|
|
17914
|
+
},
|
|
17915
|
+
Object {
|
|
17916
|
+
"type": "return",
|
|
17917
|
+
"value": undefined,
|
|
17918
|
+
},
|
|
17919
|
+
Object {
|
|
17920
|
+
"type": "return",
|
|
17921
|
+
"value": undefined,
|
|
17922
|
+
},
|
|
17923
|
+
Object {
|
|
17924
|
+
"type": "return",
|
|
17925
|
+
"value": undefined,
|
|
17926
|
+
},
|
|
17927
|
+
Object {
|
|
17928
|
+
"type": "return",
|
|
17929
|
+
"value": undefined,
|
|
17930
|
+
},
|
|
17931
|
+
Object {
|
|
17932
|
+
"type": "return",
|
|
17933
|
+
"value": undefined,
|
|
17934
|
+
},
|
|
17935
|
+
Object {
|
|
17936
|
+
"type": "return",
|
|
17937
|
+
"value": undefined,
|
|
17938
|
+
},
|
|
17939
|
+
Object {
|
|
17940
|
+
"type": "return",
|
|
17941
|
+
"value": undefined,
|
|
17942
|
+
},
|
|
17943
|
+
Object {
|
|
17944
|
+
"type": "return",
|
|
17945
|
+
"value": undefined,
|
|
17946
|
+
},
|
|
17947
|
+
Object {
|
|
17948
|
+
"type": "return",
|
|
17949
|
+
"value": undefined,
|
|
17950
|
+
},
|
|
17951
|
+
Object {
|
|
17952
|
+
"type": "return",
|
|
17953
|
+
"value": undefined,
|
|
17954
|
+
},
|
|
17955
|
+
Object {
|
|
17956
|
+
"type": "return",
|
|
17957
|
+
"value": undefined,
|
|
17958
|
+
},
|
|
17959
|
+
Object {
|
|
17960
|
+
"type": "return",
|
|
17961
|
+
"value": undefined,
|
|
17962
|
+
},
|
|
17963
|
+
Object {
|
|
17964
|
+
"type": "return",
|
|
17965
|
+
"value": undefined,
|
|
17966
|
+
},
|
|
17967
|
+
Object {
|
|
17968
|
+
"type": "return",
|
|
17969
|
+
"value": undefined,
|
|
17970
|
+
},
|
|
17971
|
+
Object {
|
|
17972
|
+
"type": "return",
|
|
17973
|
+
"value": undefined,
|
|
17974
|
+
},
|
|
17975
|
+
Object {
|
|
17976
|
+
"type": "return",
|
|
17977
|
+
"value": undefined,
|
|
17978
|
+
},
|
|
17979
|
+
Object {
|
|
17980
|
+
"type": "return",
|
|
17981
|
+
"value": undefined,
|
|
17982
|
+
},
|
|
17983
|
+
Object {
|
|
17984
|
+
"type": "return",
|
|
17985
|
+
"value": undefined,
|
|
17986
|
+
},
|
|
17987
|
+
Object {
|
|
17988
|
+
"type": "return",
|
|
17989
|
+
"value": undefined,
|
|
17990
|
+
},
|
|
17991
|
+
Object {
|
|
17992
|
+
"type": "return",
|
|
17993
|
+
"value": undefined,
|
|
17994
|
+
},
|
|
17995
|
+
Object {
|
|
17996
|
+
"type": "return",
|
|
17997
|
+
"value": undefined,
|
|
17998
|
+
},
|
|
17999
|
+
Object {
|
|
18000
|
+
"type": "return",
|
|
18001
|
+
"value": undefined,
|
|
18002
|
+
},
|
|
18003
|
+
Object {
|
|
18004
|
+
"type": "return",
|
|
18005
|
+
"value": undefined,
|
|
18006
|
+
},
|
|
18007
|
+
Object {
|
|
18008
|
+
"type": "return",
|
|
18009
|
+
"value": undefined,
|
|
18010
|
+
},
|
|
18011
|
+
Object {
|
|
18012
|
+
"type": "return",
|
|
18013
|
+
"value": undefined,
|
|
18014
|
+
},
|
|
18015
|
+
Object {
|
|
18016
|
+
"type": "return",
|
|
18017
|
+
"value": undefined,
|
|
18018
|
+
},
|
|
18019
|
+
Object {
|
|
18020
|
+
"type": "return",
|
|
18021
|
+
"value": undefined,
|
|
18022
|
+
},
|
|
18023
|
+
Object {
|
|
18024
|
+
"type": "return",
|
|
18025
|
+
"value": undefined,
|
|
18026
|
+
},
|
|
18027
|
+
Object {
|
|
18028
|
+
"type": "return",
|
|
18029
|
+
"value": undefined,
|
|
18030
|
+
},
|
|
18031
|
+
Object {
|
|
18032
|
+
"type": "return",
|
|
18033
|
+
"value": undefined,
|
|
18034
|
+
},
|
|
18035
|
+
Object {
|
|
18036
|
+
"type": "return",
|
|
18037
|
+
"value": undefined,
|
|
18038
|
+
},
|
|
18039
|
+
Object {
|
|
18040
|
+
"type": "return",
|
|
18041
|
+
"value": undefined,
|
|
18042
|
+
},
|
|
18043
|
+
Object {
|
|
18044
|
+
"type": "return",
|
|
18045
|
+
"value": undefined,
|
|
18046
|
+
},
|
|
18047
|
+
Object {
|
|
18048
|
+
"type": "return",
|
|
18049
|
+
"value": undefined,
|
|
18050
|
+
},
|
|
18051
|
+
Object {
|
|
18052
|
+
"type": "return",
|
|
18053
|
+
"value": undefined,
|
|
18054
|
+
},
|
|
18055
|
+
Object {
|
|
18056
|
+
"type": "return",
|
|
18057
|
+
"value": undefined,
|
|
18058
|
+
},
|
|
18059
|
+
Object {
|
|
18060
|
+
"type": "return",
|
|
18061
|
+
"value": undefined,
|
|
18062
|
+
},
|
|
18063
|
+
],
|
|
18064
|
+
},
|
|
18065
|
+
}
|
|
18066
|
+
}
|
|
18067
|
+
isFullMode={true}
|
|
18068
|
+
location={
|
|
18069
|
+
Object {
|
|
18070
|
+
"pathname": "/sms/edit",
|
|
18071
|
+
"query": Object {
|
|
18072
|
+
"module": "default",
|
|
18073
|
+
"type": false,
|
|
18074
|
+
},
|
|
18075
|
+
"search": "",
|
|
18076
|
+
}
|
|
18077
|
+
}
|
|
18078
|
+
params={
|
|
18079
|
+
Object {
|
|
18080
|
+
"id": "6125eec5feae248f88e6a634",
|
|
18081
|
+
}
|
|
18082
|
+
}
|
|
18083
|
+
templateDetails={
|
|
18084
|
+
Object {
|
|
18085
|
+
"_id": "6125eec5feae248f88e6a634",
|
|
18086
|
+
"createdAt": "2021-08-25T07:25:12.559Z",
|
|
18087
|
+
"createdBy": "15000449",
|
|
18088
|
+
"isActive": true,
|
|
18089
|
+
"name": "CAP71871_4",
|
|
18090
|
+
"orgId": 50146,
|
|
18091
|
+
"type": "SMS",
|
|
18092
|
+
"updatedAt": "2021-08-30T05:54:59.951Z",
|
|
18093
|
+
"updatedBy": "15000449",
|
|
18094
|
+
"versions": Object {
|
|
18095
|
+
"base": Object {
|
|
18096
|
+
"category": "--",
|
|
18097
|
+
"consent-type": "Explicit",
|
|
18098
|
+
"header": "VISHMM",
|
|
18099
|
+
"sms-editor": "LATEST FASHION@VISHAL
|
|
18100
|
+
{#var#}
|
|
18101
|
+
|
|
18102
|
+
BUY1GET1-
|
|
18103
|
+
{#var#}
|
|
18104
|
+
{#var#}
|
|
18105
|
+
{#var#}
|
|
18106
|
+
|
|
18107
|
+
FREE GIFTS-
|
|
18108
|
+
{#var#}
|
|
18109
|
+
{#var#}",
|
|
18110
|
+
"tabKey": 1,
|
|
18111
|
+
"template_id": "'1107160207324585172'",
|
|
18112
|
+
"template_name": "CAP71871_4",
|
|
18113
|
+
"type": "Service-Explicit",
|
|
18114
|
+
"unicode-validity": false,
|
|
18115
|
+
},
|
|
18116
|
+
"history": Array [],
|
|
18117
|
+
},
|
|
18118
|
+
}
|
|
18119
|
+
}
|
|
18120
|
+
>
|
|
18121
|
+
<CapSpin
|
|
18122
|
+
spinning={false}
|
|
18123
|
+
>
|
|
18124
|
+
<Spin
|
|
18125
|
+
size="default"
|
|
17728
18126
|
spinning={false}
|
|
17729
18127
|
wrapperClassName=""
|
|
17730
18128
|
>
|
|
@@ -17747,13 +18145,13 @@ FREE GIFTS-
|
|
|
17747
18145
|
key=".0"
|
|
17748
18146
|
>
|
|
17749
18147
|
<div
|
|
17750
|
-
className="Edit__TraiEditTemplateDetails-jwsec7-1
|
|
18148
|
+
className="Edit__TraiEditTemplateDetails-jwsec7-1 fDWEGe"
|
|
17751
18149
|
>
|
|
17752
18150
|
<CapLabel__CapLabelInline
|
|
17753
18151
|
type="label1"
|
|
17754
18152
|
>
|
|
17755
18153
|
<span
|
|
17756
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
18154
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 gBSzRM"
|
|
17757
18155
|
type="label1"
|
|
17758
18156
|
/>
|
|
17759
18157
|
</CapLabel__CapLabelInline>
|
|
@@ -17761,7 +18159,7 @@ FREE GIFTS-
|
|
|
17761
18159
|
type="label2"
|
|
17762
18160
|
>
|
|
17763
18161
|
<span
|
|
17764
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
18162
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 dYpTyq"
|
|
17765
18163
|
type="label2"
|
|
17766
18164
|
>
|
|
17767
18165
|
CAP71871_4
|
|
@@ -17771,7 +18169,7 @@ FREE GIFTS-
|
|
|
17771
18169
|
type="label1"
|
|
17772
18170
|
>
|
|
17773
18171
|
<span
|
|
17774
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
18172
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 gBSzRM"
|
|
17775
18173
|
type="label1"
|
|
17776
18174
|
/>
|
|
17777
18175
|
</CapLabel__CapLabelInline>
|
|
@@ -17779,7 +18177,7 @@ FREE GIFTS-
|
|
|
17779
18177
|
type="label1"
|
|
17780
18178
|
>
|
|
17781
18179
|
<span
|
|
17782
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
18180
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 gBSzRM"
|
|
17783
18181
|
type="label1"
|
|
17784
18182
|
/>
|
|
17785
18183
|
</CapLabel__CapLabelInline>
|
|
@@ -17787,7 +18185,7 @@ FREE GIFTS-
|
|
|
17787
18185
|
type="label2"
|
|
17788
18186
|
>
|
|
17789
18187
|
<span
|
|
17790
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
18188
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 dYpTyq"
|
|
17791
18189
|
type="label2"
|
|
17792
18190
|
>
|
|
17793
18191
|
V, I, S, H, M, M
|
|
@@ -17822,7 +18220,7 @@ FREE GIFTS-
|
|
|
17822
18220
|
key=".0"
|
|
17823
18221
|
size="regular"
|
|
17824
18222
|
suffix={
|
|
17825
|
-
<
|
|
18223
|
+
<Connect(UserIsAuthenticated(Connect(InjectIntl(TagList))))
|
|
17826
18224
|
hidePopover={false}
|
|
17827
18225
|
injectedTags={Object {}}
|
|
17828
18226
|
location={
|
|
@@ -17846,7 +18244,7 @@ FREE GIFTS-
|
|
|
17846
18244
|
className="cap-header-v2"
|
|
17847
18245
|
>
|
|
17848
18246
|
<div
|
|
17849
|
-
className="CapHeader__Flex-sc-1ipee5s-2
|
|
18247
|
+
className="cap-header-v2 CapHeader__Flex-sc-1ipee5s-2 lkXfId"
|
|
17850
18248
|
>
|
|
17851
18249
|
<div
|
|
17852
18250
|
className="title-desc-container"
|
|
@@ -17856,12 +18254,12 @@ FREE GIFTS-
|
|
|
17856
18254
|
type="h3"
|
|
17857
18255
|
>
|
|
17858
18256
|
<div
|
|
17859
|
-
className="
|
|
18257
|
+
className="cap-header-v2-title CapHeading-vrvcag-0 kolsfA"
|
|
17860
18258
|
type="h3"
|
|
17861
18259
|
/>
|
|
17862
18260
|
</CapHeading>
|
|
17863
18261
|
</div>
|
|
17864
|
-
<
|
|
18262
|
+
<Connect(UserIsAuthenticated(Connect(InjectIntl(TagList))))
|
|
17865
18263
|
hidePopover={false}
|
|
17866
18264
|
injectedTags={Object {}}
|
|
17867
18265
|
location={
|
|
@@ -17878,10 +18276,38 @@ FREE GIFTS-
|
|
|
17878
18276
|
onTagSelect={[Function]}
|
|
17879
18277
|
tags={Array []}
|
|
17880
18278
|
>
|
|
17881
|
-
<
|
|
17882
|
-
|
|
18279
|
+
<UserIsAuthenticated(Connect(InjectIntl(TagList)))
|
|
18280
|
+
authData={
|
|
18281
|
+
Object {
|
|
18282
|
+
"app": Object {},
|
|
18283
|
+
"cap": Object {
|
|
18284
|
+
"fetchingLiquidTags": false,
|
|
18285
|
+
"fetchingSchema": true,
|
|
18286
|
+
"fetchingSchemaError": "",
|
|
18287
|
+
"liquidTags": Array [],
|
|
18288
|
+
"messages": Array [],
|
|
18289
|
+
"metaEntities": Object {
|
|
18290
|
+
"layouts": Array [],
|
|
18291
|
+
"tagLookupMap": Object {},
|
|
18292
|
+
"tags": Array [],
|
|
18293
|
+
},
|
|
18294
|
+
"orgID": "",
|
|
18295
|
+
"token": "",
|
|
18296
|
+
},
|
|
18297
|
+
"create": Object {},
|
|
18298
|
+
"creativesContainer": Object {},
|
|
18299
|
+
"ebill": Object {},
|
|
18300
|
+
"edit": Object {},
|
|
18301
|
+
"email": Object {},
|
|
18302
|
+
"facebook": Object {},
|
|
18303
|
+
"mobileCreate": Object {},
|
|
18304
|
+
"templates": Object {},
|
|
18305
|
+
}
|
|
18306
|
+
}
|
|
18307
|
+
failureRedirectPath="http://localhost/auth/login"
|
|
17883
18308
|
hidePopover={false}
|
|
17884
18309
|
injectedTags={Object {}}
|
|
18310
|
+
isAuthenticating={false}
|
|
17885
18311
|
location={
|
|
17886
18312
|
Object {
|
|
17887
18313
|
"pathname": "/sms/edit",
|
|
@@ -17894,11 +18320,10 @@ FREE GIFTS-
|
|
|
17894
18320
|
}
|
|
17895
18321
|
onContextChange={[Function]}
|
|
17896
18322
|
onTagSelect={[Function]}
|
|
18323
|
+
redirect={[Function]}
|
|
17897
18324
|
tags={Array []}
|
|
17898
|
-
|
|
17899
|
-
|
|
17900
|
-
</div>
|
|
17901
|
-
</_default>
|
|
18325
|
+
/>
|
|
18326
|
+
</Connect(UserIsAuthenticated(Connect(InjectIntl(TagList))))>
|
|
17902
18327
|
</div>
|
|
17903
18328
|
</CapHeader__Flex>
|
|
17904
18329
|
</CapHeader>
|
|
@@ -17944,7 +18369,7 @@ FREE GIFTS-
|
|
|
17944
18369
|
type="h5"
|
|
17945
18370
|
>
|
|
17946
18371
|
<div
|
|
17947
|
-
className="CapHeading-vrvcag-0
|
|
18372
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
17948
18373
|
style={
|
|
17949
18374
|
Object {
|
|
17950
18375
|
"margin": "1.142rem 0",
|
|
@@ -17956,7 +18381,7 @@ FREE GIFTS-
|
|
|
17956
18381
|
|
|
17957
18382
|
</div>
|
|
17958
18383
|
</CapHeading>
|
|
17959
|
-
<
|
|
18384
|
+
<_class
|
|
17960
18385
|
autosize={
|
|
17961
18386
|
Object {
|
|
17962
18387
|
"maxRows": 3,
|
|
@@ -17969,7 +18394,7 @@ FREE GIFTS-
|
|
|
17969
18394
|
labelPosition="top"
|
|
17970
18395
|
onChange={[Function]}
|
|
17971
18396
|
onFocus={[Function]}
|
|
17972
|
-
value=""
|
|
18397
|
+
value="test1"
|
|
17973
18398
|
>
|
|
17974
18399
|
<ComponentWithLabelHOC__CapComponentStyled
|
|
17975
18400
|
className="component-with-label"
|
|
@@ -17977,16 +18402,13 @@ FREE GIFTS-
|
|
|
17977
18402
|
labelPosition="top"
|
|
17978
18403
|
>
|
|
17979
18404
|
<div
|
|
17980
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
17981
|
-
errorMessage={false}
|
|
17982
|
-
labelPosition="top"
|
|
18405
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
17983
18406
|
>
|
|
17984
18407
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
17985
18408
|
labelPosition="top"
|
|
17986
18409
|
>
|
|
17987
18410
|
<div
|
|
17988
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
17989
|
-
labelPosition="top"
|
|
18411
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
17990
18412
|
>
|
|
17991
18413
|
<TextArea
|
|
17992
18414
|
autosize={
|
|
@@ -18000,7 +18422,7 @@ FREE GIFTS-
|
|
|
18000
18422
|
onChange={[Function]}
|
|
18001
18423
|
onFocus={[Function]}
|
|
18002
18424
|
size="large"
|
|
18003
|
-
value=""
|
|
18425
|
+
value="test1"
|
|
18004
18426
|
>
|
|
18005
18427
|
<div
|
|
18006
18428
|
style={
|
|
@@ -18024,7 +18446,7 @@ FREE GIFTS-
|
|
|
18024
18446
|
onKeyDown={[Function]}
|
|
18025
18447
|
onKeyUp={[Function]}
|
|
18026
18448
|
size="large"
|
|
18027
|
-
value=""
|
|
18449
|
+
value="test1"
|
|
18028
18450
|
>
|
|
18029
18451
|
<TextArea
|
|
18030
18452
|
autosize={
|
|
@@ -18033,7 +18455,7 @@ FREE GIFTS-
|
|
|
18033
18455
|
"minRows": 1,
|
|
18034
18456
|
}
|
|
18035
18457
|
}
|
|
18036
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
18458
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18037
18459
|
cols={35}
|
|
18038
18460
|
errorMessage={false}
|
|
18039
18461
|
id={1}
|
|
@@ -18042,14 +18464,14 @@ FREE GIFTS-
|
|
|
18042
18464
|
onKeyDown={[Function]}
|
|
18043
18465
|
onKeyUp={[Function]}
|
|
18044
18466
|
size="large"
|
|
18045
|
-
value=""
|
|
18467
|
+
value="test1"
|
|
18046
18468
|
>
|
|
18047
18469
|
<ReactResizeObserver
|
|
18048
18470
|
disabled={false}
|
|
18049
18471
|
onResize={[Function]}
|
|
18050
18472
|
>
|
|
18051
18473
|
<textarea
|
|
18052
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
18474
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18053
18475
|
cols={35}
|
|
18054
18476
|
errorMessage={false}
|
|
18055
18477
|
id={1}
|
|
@@ -18067,7 +18489,7 @@ FREE GIFTS-
|
|
|
18067
18489
|
"overflowY": "",
|
|
18068
18490
|
}
|
|
18069
18491
|
}
|
|
18070
|
-
value=""
|
|
18492
|
+
value="test1"
|
|
18071
18493
|
/>
|
|
18072
18494
|
</ReactResizeObserver>
|
|
18073
18495
|
</TextArea>
|
|
@@ -18078,7 +18500,7 @@ FREE GIFTS-
|
|
|
18078
18500
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
18079
18501
|
</div>
|
|
18080
18502
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
18081
|
-
</
|
|
18503
|
+
</_class>
|
|
18082
18504
|
<CapHeading
|
|
18083
18505
|
key=".$label2"
|
|
18084
18506
|
style={
|
|
@@ -18090,7 +18512,7 @@ FREE GIFTS-
|
|
|
18090
18512
|
type="h6"
|
|
18091
18513
|
>
|
|
18092
18514
|
<div
|
|
18093
|
-
className="CapHeading-vrvcag-0
|
|
18515
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
18094
18516
|
style={
|
|
18095
18517
|
Object {
|
|
18096
18518
|
"float": "right",
|
|
@@ -18114,7 +18536,7 @@ BUY1GET1-
|
|
|
18114
18536
|
type="h5"
|
|
18115
18537
|
>
|
|
18116
18538
|
<div
|
|
18117
|
-
className="CapHeading-vrvcag-0
|
|
18539
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
18118
18540
|
style={
|
|
18119
18541
|
Object {
|
|
18120
18542
|
"clear": "both",
|
|
@@ -18129,7 +18551,7 @@ BUY1GET1-
|
|
|
18129
18551
|
|
|
18130
18552
|
</div>
|
|
18131
18553
|
</CapHeading>
|
|
18132
|
-
<
|
|
18554
|
+
<_class
|
|
18133
18555
|
autosize={
|
|
18134
18556
|
Object {
|
|
18135
18557
|
"maxRows": 3,
|
|
@@ -18150,16 +18572,13 @@ BUY1GET1-
|
|
|
18150
18572
|
labelPosition="top"
|
|
18151
18573
|
>
|
|
18152
18574
|
<div
|
|
18153
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
18154
|
-
errorMessage={false}
|
|
18155
|
-
labelPosition="top"
|
|
18575
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
18156
18576
|
>
|
|
18157
18577
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
18158
18578
|
labelPosition="top"
|
|
18159
18579
|
>
|
|
18160
18580
|
<div
|
|
18161
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
18162
|
-
labelPosition="top"
|
|
18581
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
18163
18582
|
>
|
|
18164
18583
|
<TextArea
|
|
18165
18584
|
autosize={
|
|
@@ -18206,7 +18625,7 @@ BUY1GET1-
|
|
|
18206
18625
|
"minRows": 1,
|
|
18207
18626
|
}
|
|
18208
18627
|
}
|
|
18209
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
18628
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18210
18629
|
cols={35}
|
|
18211
18630
|
errorMessage={false}
|
|
18212
18631
|
id={3}
|
|
@@ -18222,7 +18641,7 @@ BUY1GET1-
|
|
|
18222
18641
|
onResize={[Function]}
|
|
18223
18642
|
>
|
|
18224
18643
|
<textarea
|
|
18225
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
18644
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18226
18645
|
cols={35}
|
|
18227
18646
|
errorMessage={false}
|
|
18228
18647
|
id={3}
|
|
@@ -18251,7 +18670,7 @@ BUY1GET1-
|
|
|
18251
18670
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
18252
18671
|
</div>
|
|
18253
18672
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
18254
|
-
</
|
|
18673
|
+
</_class>
|
|
18255
18674
|
<CapHeading
|
|
18256
18675
|
key=".$label4"
|
|
18257
18676
|
style={
|
|
@@ -18263,7 +18682,7 @@ BUY1GET1-
|
|
|
18263
18682
|
type="h6"
|
|
18264
18683
|
>
|
|
18265
18684
|
<div
|
|
18266
|
-
className="CapHeading-vrvcag-0
|
|
18685
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
18267
18686
|
style={
|
|
18268
18687
|
Object {
|
|
18269
18688
|
"float": "right",
|
|
@@ -18285,7 +18704,7 @@ BUY1GET1-
|
|
|
18285
18704
|
type="h5"
|
|
18286
18705
|
>
|
|
18287
18706
|
<div
|
|
18288
|
-
className="CapHeading-vrvcag-0
|
|
18707
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
18289
18708
|
style={
|
|
18290
18709
|
Object {
|
|
18291
18710
|
"clear": "both",
|
|
@@ -18298,7 +18717,7 @@ BUY1GET1-
|
|
|
18298
18717
|
|
|
18299
18718
|
</div>
|
|
18300
18719
|
</CapHeading>
|
|
18301
|
-
<
|
|
18720
|
+
<_class
|
|
18302
18721
|
autosize={
|
|
18303
18722
|
Object {
|
|
18304
18723
|
"maxRows": 3,
|
|
@@ -18319,16 +18738,13 @@ BUY1GET1-
|
|
|
18319
18738
|
labelPosition="top"
|
|
18320
18739
|
>
|
|
18321
18740
|
<div
|
|
18322
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
18323
|
-
errorMessage={false}
|
|
18324
|
-
labelPosition="top"
|
|
18741
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
18325
18742
|
>
|
|
18326
18743
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
18327
18744
|
labelPosition="top"
|
|
18328
18745
|
>
|
|
18329
18746
|
<div
|
|
18330
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
18331
|
-
labelPosition="top"
|
|
18747
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
18332
18748
|
>
|
|
18333
18749
|
<TextArea
|
|
18334
18750
|
autosize={
|
|
@@ -18375,7 +18791,7 @@ BUY1GET1-
|
|
|
18375
18791
|
"minRows": 1,
|
|
18376
18792
|
}
|
|
18377
18793
|
}
|
|
18378
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
18794
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18379
18795
|
cols={35}
|
|
18380
18796
|
errorMessage={false}
|
|
18381
18797
|
id={5}
|
|
@@ -18391,7 +18807,7 @@ BUY1GET1-
|
|
|
18391
18807
|
onResize={[Function]}
|
|
18392
18808
|
>
|
|
18393
18809
|
<textarea
|
|
18394
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
18810
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18395
18811
|
cols={35}
|
|
18396
18812
|
errorMessage={false}
|
|
18397
18813
|
id={5}
|
|
@@ -18420,7 +18836,7 @@ BUY1GET1-
|
|
|
18420
18836
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
18421
18837
|
</div>
|
|
18422
18838
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
18423
|
-
</
|
|
18839
|
+
</_class>
|
|
18424
18840
|
<CapHeading
|
|
18425
18841
|
key=".$label6"
|
|
18426
18842
|
style={
|
|
@@ -18432,7 +18848,7 @@ BUY1GET1-
|
|
|
18432
18848
|
type="h6"
|
|
18433
18849
|
>
|
|
18434
18850
|
<div
|
|
18435
|
-
className="CapHeading-vrvcag-0
|
|
18851
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
18436
18852
|
style={
|
|
18437
18853
|
Object {
|
|
18438
18854
|
"float": "right",
|
|
@@ -18454,7 +18870,7 @@ BUY1GET1-
|
|
|
18454
18870
|
type="h5"
|
|
18455
18871
|
>
|
|
18456
18872
|
<div
|
|
18457
|
-
className="CapHeading-vrvcag-0
|
|
18873
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
18458
18874
|
style={
|
|
18459
18875
|
Object {
|
|
18460
18876
|
"clear": "both",
|
|
@@ -18467,7 +18883,7 @@ BUY1GET1-
|
|
|
18467
18883
|
|
|
18468
18884
|
</div>
|
|
18469
18885
|
</CapHeading>
|
|
18470
|
-
<
|
|
18886
|
+
<_class
|
|
18471
18887
|
autosize={
|
|
18472
18888
|
Object {
|
|
18473
18889
|
"maxRows": 3,
|
|
@@ -18488,16 +18904,13 @@ BUY1GET1-
|
|
|
18488
18904
|
labelPosition="top"
|
|
18489
18905
|
>
|
|
18490
18906
|
<div
|
|
18491
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
18492
|
-
errorMessage={false}
|
|
18493
|
-
labelPosition="top"
|
|
18907
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
18494
18908
|
>
|
|
18495
18909
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
18496
18910
|
labelPosition="top"
|
|
18497
18911
|
>
|
|
18498
18912
|
<div
|
|
18499
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
18500
|
-
labelPosition="top"
|
|
18913
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
18501
18914
|
>
|
|
18502
18915
|
<TextArea
|
|
18503
18916
|
autosize={
|
|
@@ -18544,7 +18957,7 @@ BUY1GET1-
|
|
|
18544
18957
|
"minRows": 1,
|
|
18545
18958
|
}
|
|
18546
18959
|
}
|
|
18547
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
18960
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18548
18961
|
cols={35}
|
|
18549
18962
|
errorMessage={false}
|
|
18550
18963
|
id={7}
|
|
@@ -18560,7 +18973,7 @@ BUY1GET1-
|
|
|
18560
18973
|
onResize={[Function]}
|
|
18561
18974
|
>
|
|
18562
18975
|
<textarea
|
|
18563
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
18976
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18564
18977
|
cols={35}
|
|
18565
18978
|
errorMessage={false}
|
|
18566
18979
|
id={7}
|
|
@@ -18589,7 +19002,7 @@ BUY1GET1-
|
|
|
18589
19002
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
18590
19003
|
</div>
|
|
18591
19004
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
18592
|
-
</
|
|
19005
|
+
</_class>
|
|
18593
19006
|
<CapHeading
|
|
18594
19007
|
key=".$label8"
|
|
18595
19008
|
style={
|
|
@@ -18601,7 +19014,7 @@ BUY1GET1-
|
|
|
18601
19014
|
type="h6"
|
|
18602
19015
|
>
|
|
18603
19016
|
<div
|
|
18604
|
-
className="CapHeading-vrvcag-0
|
|
19017
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
18605
19018
|
style={
|
|
18606
19019
|
Object {
|
|
18607
19020
|
"float": "right",
|
|
@@ -18625,7 +19038,7 @@ FREE GIFTS-
|
|
|
18625
19038
|
type="h5"
|
|
18626
19039
|
>
|
|
18627
19040
|
<div
|
|
18628
|
-
className="CapHeading-vrvcag-0
|
|
19041
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
18629
19042
|
style={
|
|
18630
19043
|
Object {
|
|
18631
19044
|
"clear": "both",
|
|
@@ -18640,7 +19053,7 @@ FREE GIFTS-
|
|
|
18640
19053
|
|
|
18641
19054
|
</div>
|
|
18642
19055
|
</CapHeading>
|
|
18643
|
-
<
|
|
19056
|
+
<_class
|
|
18644
19057
|
autosize={
|
|
18645
19058
|
Object {
|
|
18646
19059
|
"maxRows": 3,
|
|
@@ -18661,16 +19074,13 @@ FREE GIFTS-
|
|
|
18661
19074
|
labelPosition="top"
|
|
18662
19075
|
>
|
|
18663
19076
|
<div
|
|
18664
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
18665
|
-
errorMessage={false}
|
|
18666
|
-
labelPosition="top"
|
|
19077
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
18667
19078
|
>
|
|
18668
19079
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
18669
19080
|
labelPosition="top"
|
|
18670
19081
|
>
|
|
18671
19082
|
<div
|
|
18672
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
18673
|
-
labelPosition="top"
|
|
19083
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
18674
19084
|
>
|
|
18675
19085
|
<TextArea
|
|
18676
19086
|
autosize={
|
|
@@ -18717,7 +19127,7 @@ FREE GIFTS-
|
|
|
18717
19127
|
"minRows": 1,
|
|
18718
19128
|
}
|
|
18719
19129
|
}
|
|
18720
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
19130
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18721
19131
|
cols={35}
|
|
18722
19132
|
errorMessage={false}
|
|
18723
19133
|
id={9}
|
|
@@ -18733,7 +19143,7 @@ FREE GIFTS-
|
|
|
18733
19143
|
onResize={[Function]}
|
|
18734
19144
|
>
|
|
18735
19145
|
<textarea
|
|
18736
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
19146
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18737
19147
|
cols={35}
|
|
18738
19148
|
errorMessage={false}
|
|
18739
19149
|
id={9}
|
|
@@ -18762,7 +19172,7 @@ FREE GIFTS-
|
|
|
18762
19172
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
18763
19173
|
</div>
|
|
18764
19174
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
18765
|
-
</
|
|
19175
|
+
</_class>
|
|
18766
19176
|
<CapHeading
|
|
18767
19177
|
key=".$label10"
|
|
18768
19178
|
style={
|
|
@@ -18774,7 +19184,7 @@ FREE GIFTS-
|
|
|
18774
19184
|
type="h6"
|
|
18775
19185
|
>
|
|
18776
19186
|
<div
|
|
18777
|
-
className="CapHeading-vrvcag-0
|
|
19187
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
18778
19188
|
style={
|
|
18779
19189
|
Object {
|
|
18780
19190
|
"float": "right",
|
|
@@ -18796,7 +19206,7 @@ FREE GIFTS-
|
|
|
18796
19206
|
type="h5"
|
|
18797
19207
|
>
|
|
18798
19208
|
<div
|
|
18799
|
-
className="CapHeading-vrvcag-0
|
|
19209
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
18800
19210
|
style={
|
|
18801
19211
|
Object {
|
|
18802
19212
|
"clear": "both",
|
|
@@ -18809,7 +19219,7 @@ FREE GIFTS-
|
|
|
18809
19219
|
|
|
18810
19220
|
</div>
|
|
18811
19221
|
</CapHeading>
|
|
18812
|
-
<
|
|
19222
|
+
<_class
|
|
18813
19223
|
autosize={
|
|
18814
19224
|
Object {
|
|
18815
19225
|
"maxRows": 3,
|
|
@@ -18830,16 +19240,13 @@ FREE GIFTS-
|
|
|
18830
19240
|
labelPosition="top"
|
|
18831
19241
|
>
|
|
18832
19242
|
<div
|
|
18833
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
18834
|
-
errorMessage={false}
|
|
18835
|
-
labelPosition="top"
|
|
19243
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
18836
19244
|
>
|
|
18837
19245
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
18838
19246
|
labelPosition="top"
|
|
18839
19247
|
>
|
|
18840
19248
|
<div
|
|
18841
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
18842
|
-
labelPosition="top"
|
|
19249
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
18843
19250
|
>
|
|
18844
19251
|
<TextArea
|
|
18845
19252
|
autosize={
|
|
@@ -18886,7 +19293,7 @@ FREE GIFTS-
|
|
|
18886
19293
|
"minRows": 1,
|
|
18887
19294
|
}
|
|
18888
19295
|
}
|
|
18889
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
19296
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18890
19297
|
cols={35}
|
|
18891
19298
|
errorMessage={false}
|
|
18892
19299
|
id={11}
|
|
@@ -18902,7 +19309,7 @@ FREE GIFTS-
|
|
|
18902
19309
|
onResize={[Function]}
|
|
18903
19310
|
>
|
|
18904
19311
|
<textarea
|
|
18905
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
19312
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
18906
19313
|
cols={35}
|
|
18907
19314
|
errorMessage={false}
|
|
18908
19315
|
id={11}
|
|
@@ -18931,7 +19338,7 @@ FREE GIFTS-
|
|
|
18931
19338
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
18932
19339
|
</div>
|
|
18933
19340
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
18934
|
-
</
|
|
19341
|
+
</_class>
|
|
18935
19342
|
<CapHeading
|
|
18936
19343
|
key=".$label11"
|
|
18937
19344
|
style={
|
|
@@ -18943,7 +19350,7 @@ FREE GIFTS-
|
|
|
18943
19350
|
type="h6"
|
|
18944
19351
|
>
|
|
18945
19352
|
<div
|
|
18946
|
-
className="CapHeading-vrvcag-0
|
|
19353
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
18947
19354
|
style={
|
|
18948
19355
|
Object {
|
|
18949
19356
|
"float": "right",
|
|
@@ -18977,7 +19384,7 @@ FREE GIFTS-
|
|
|
18977
19384
|
type="h5"
|
|
18978
19385
|
>
|
|
18979
19386
|
<div
|
|
18980
|
-
className="CapHeading-vrvcag-0
|
|
19387
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
18981
19388
|
style={
|
|
18982
19389
|
Object {
|
|
18983
19390
|
"float": "right",
|
|
@@ -19045,7 +19452,7 @@ FREE GIFTS-
|
|
|
19045
19452
|
type="h4"
|
|
19046
19453
|
>
|
|
19047
19454
|
<span
|
|
19048
|
-
className="CapHeading__CapHeadingSpan-vrvcag-1
|
|
19455
|
+
className="title CapHeading__CapHeadingSpan-vrvcag-1 hApGSN"
|
|
19049
19456
|
type="h4"
|
|
19050
19457
|
/>
|
|
19051
19458
|
</CapHeading__CapHeadingSpan>
|
|
@@ -19080,7 +19487,7 @@ FREE GIFTS-
|
|
|
19080
19487
|
channel="SMS"
|
|
19081
19488
|
charCounterEnabled={true}
|
|
19082
19489
|
content="LATEST FASHION@VISHAL
|
|
19083
|
-
|
|
19490
|
+
test1
|
|
19084
19491
|
|
|
19085
19492
|
BUY1GET1-
|
|
19086
19493
|
{#var#}
|
|
@@ -19097,7 +19504,7 @@ FREE GIFTS-
|
|
|
19097
19504
|
channel="SMS"
|
|
19098
19505
|
charCounterEnabled={true}
|
|
19099
19506
|
content="LATEST FASHION@VISHAL
|
|
19100
|
-
|
|
19507
|
+
test1
|
|
19101
19508
|
|
|
19102
19509
|
BUY1GET1-
|
|
19103
19510
|
{#var#}
|
|
@@ -19266,6 +19673,7 @@ FREE GIFTS-
|
|
|
19266
19673
|
"creatives.components.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
19267
19674
|
"creatives.components.TemplatePreview.smsIcon": "Sms Icon",
|
|
19268
19675
|
"creatives.components.TemplatePreview.unicodeIconTooltip": "This message has unicode characters. This may affect the cost per message.",
|
|
19676
|
+
"creatives.components.TestPage.header": "Looks like youas are lost!",
|
|
19269
19677
|
"creatives.components.Toastr.header": "This is the Toastr component !",
|
|
19270
19678
|
"creatives.components.ToastrMessage.close": "close",
|
|
19271
19679
|
"creatives.components.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -19950,6 +20358,9 @@ FREE GIFTS-
|
|
|
19950
20358
|
"creatives.containers.Templates.wechatHeader": "WECHAT",
|
|
19951
20359
|
"creatives.containers.Templates.yesText": "Yes",
|
|
19952
20360
|
"creatives.containers.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
20361
|
+
"creatives.containers.Testv2.descriptionTestv2": "Description of Testv2",
|
|
20362
|
+
"creatives.containers.Testv2.header": "This is Testv2 container !",
|
|
20363
|
+
"creatives.containers.Testv2.testv2": "Testv2",
|
|
19953
20364
|
"creatives.containers.View.descriptionView": "Description of View",
|
|
19954
20365
|
"creatives.containers.View.header": "This is View container !",
|
|
19955
20366
|
"creatives.containers.View.view": "View",
|
|
@@ -20956,6 +21367,10 @@ new message content.",
|
|
|
20956
21367
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
20957
21368
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
20958
21369
|
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
21370
|
+
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
21371
|
+
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
21372
|
+
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
21373
|
+
"creatives.containersV2.Testv2.testv2": "Testv2",
|
|
20959
21374
|
"creatives.containersV2.View.descriptionView": "Description of View",
|
|
20960
21375
|
"creatives.containersV2.View.header": "This is View container !",
|
|
20961
21376
|
"creatives.containersV2.View.view": "View",
|
|
@@ -21562,434 +21977,422 @@ new message content.",
|
|
|
21562
21977
|
className=""
|
|
21563
21978
|
key=".m"
|
|
21564
21979
|
>
|
|
21565
|
-
|
|
21980
|
+
t
|
|
21566
21981
|
</span>
|
|
21567
21982
|
<span
|
|
21568
21983
|
className=""
|
|
21569
21984
|
key=".n"
|
|
21570
21985
|
>
|
|
21571
|
-
|
|
21986
|
+
e
|
|
21572
21987
|
</span>
|
|
21573
21988
|
<span
|
|
21574
21989
|
className=""
|
|
21575
21990
|
key=".o"
|
|
21576
21991
|
>
|
|
21577
|
-
|
|
21992
|
+
s
|
|
21578
21993
|
</span>
|
|
21579
21994
|
<span
|
|
21580
21995
|
className=""
|
|
21581
21996
|
key=".p"
|
|
21582
21997
|
>
|
|
21583
|
-
|
|
21998
|
+
t
|
|
21584
21999
|
</span>
|
|
21585
22000
|
<span
|
|
21586
22001
|
className=""
|
|
21587
22002
|
key=".q"
|
|
21588
22003
|
>
|
|
21589
|
-
|
|
22004
|
+
1
|
|
21590
22005
|
</span>
|
|
21591
22006
|
<span
|
|
21592
22007
|
className=""
|
|
21593
22008
|
key=".r"
|
|
21594
22009
|
>
|
|
21595
|
-
#
|
|
21596
|
-
</span>
|
|
21597
|
-
<span
|
|
21598
|
-
className=""
|
|
21599
|
-
key=".s"
|
|
21600
|
-
>
|
|
21601
|
-
}
|
|
21602
|
-
</span>
|
|
21603
|
-
<span
|
|
21604
|
-
className=""
|
|
21605
|
-
key=".t"
|
|
21606
|
-
>
|
|
21607
22010
|
|
|
21608
22011
|
|
|
21609
22012
|
</span>
|
|
21610
22013
|
<span
|
|
21611
22014
|
className=""
|
|
21612
|
-
key=".
|
|
22015
|
+
key=".s"
|
|
21613
22016
|
>
|
|
21614
22017
|
|
|
21615
22018
|
|
|
21616
22019
|
</span>
|
|
21617
22020
|
<span
|
|
21618
22021
|
className=""
|
|
21619
|
-
key=".
|
|
22022
|
+
key=".t"
|
|
21620
22023
|
>
|
|
21621
22024
|
B
|
|
21622
22025
|
</span>
|
|
21623
22026
|
<span
|
|
21624
22027
|
className=""
|
|
21625
|
-
key=".
|
|
22028
|
+
key=".u"
|
|
21626
22029
|
>
|
|
21627
22030
|
U
|
|
21628
22031
|
</span>
|
|
21629
22032
|
<span
|
|
21630
22033
|
className=""
|
|
21631
|
-
key=".
|
|
22034
|
+
key=".v"
|
|
21632
22035
|
>
|
|
21633
22036
|
Y
|
|
21634
22037
|
</span>
|
|
21635
22038
|
<span
|
|
21636
22039
|
className=""
|
|
21637
|
-
key=".
|
|
22040
|
+
key=".w"
|
|
21638
22041
|
>
|
|
21639
22042
|
1
|
|
21640
22043
|
</span>
|
|
21641
22044
|
<span
|
|
21642
22045
|
className=""
|
|
21643
|
-
key=".
|
|
22046
|
+
key=".x"
|
|
21644
22047
|
>
|
|
21645
22048
|
G
|
|
21646
22049
|
</span>
|
|
21647
22050
|
<span
|
|
21648
22051
|
className=""
|
|
21649
|
-
key=".
|
|
22052
|
+
key=".y"
|
|
21650
22053
|
>
|
|
21651
22054
|
E
|
|
21652
22055
|
</span>
|
|
21653
22056
|
<span
|
|
21654
22057
|
className=""
|
|
21655
|
-
key=".
|
|
22058
|
+
key=".z"
|
|
21656
22059
|
>
|
|
21657
22060
|
T
|
|
21658
22061
|
</span>
|
|
21659
22062
|
<span
|
|
21660
22063
|
className=""
|
|
21661
|
-
key=".
|
|
22064
|
+
key=".10"
|
|
21662
22065
|
>
|
|
21663
22066
|
1
|
|
21664
22067
|
</span>
|
|
21665
22068
|
<span
|
|
21666
22069
|
className=""
|
|
21667
|
-
key=".
|
|
22070
|
+
key=".11"
|
|
21668
22071
|
>
|
|
21669
22072
|
-
|
|
21670
22073
|
</span>
|
|
21671
22074
|
<span
|
|
21672
22075
|
className=""
|
|
21673
|
-
key=".
|
|
22076
|
+
key=".12"
|
|
21674
22077
|
>
|
|
21675
22078
|
|
|
21676
22079
|
|
|
21677
22080
|
</span>
|
|
21678
22081
|
<span
|
|
21679
22082
|
className=""
|
|
21680
|
-
key=".
|
|
22083
|
+
key=".13"
|
|
21681
22084
|
>
|
|
21682
22085
|
{
|
|
21683
22086
|
</span>
|
|
21684
22087
|
<span
|
|
21685
22088
|
className=""
|
|
21686
|
-
key=".
|
|
22089
|
+
key=".14"
|
|
21687
22090
|
>
|
|
21688
22091
|
#
|
|
21689
22092
|
</span>
|
|
21690
22093
|
<span
|
|
21691
22094
|
className=""
|
|
21692
|
-
key=".
|
|
22095
|
+
key=".15"
|
|
21693
22096
|
>
|
|
21694
22097
|
v
|
|
21695
22098
|
</span>
|
|
21696
22099
|
<span
|
|
21697
22100
|
className=""
|
|
21698
|
-
key=".
|
|
22101
|
+
key=".16"
|
|
21699
22102
|
>
|
|
21700
22103
|
a
|
|
21701
22104
|
</span>
|
|
21702
22105
|
<span
|
|
21703
22106
|
className=""
|
|
21704
|
-
key=".
|
|
22107
|
+
key=".17"
|
|
21705
22108
|
>
|
|
21706
22109
|
r
|
|
21707
22110
|
</span>
|
|
21708
22111
|
<span
|
|
21709
22112
|
className=""
|
|
21710
|
-
key=".
|
|
22113
|
+
key=".18"
|
|
21711
22114
|
>
|
|
21712
22115
|
#
|
|
21713
22116
|
</span>
|
|
21714
22117
|
<span
|
|
21715
22118
|
className=""
|
|
21716
|
-
key=".
|
|
22119
|
+
key=".19"
|
|
21717
22120
|
>
|
|
21718
22121
|
}
|
|
21719
22122
|
</span>
|
|
21720
22123
|
<span
|
|
21721
22124
|
className=""
|
|
21722
|
-
key=".
|
|
22125
|
+
key=".1a"
|
|
21723
22126
|
>
|
|
21724
22127
|
|
|
21725
22128
|
|
|
21726
22129
|
</span>
|
|
21727
22130
|
<span
|
|
21728
22131
|
className=""
|
|
21729
|
-
key=".
|
|
22132
|
+
key=".1b"
|
|
21730
22133
|
>
|
|
21731
22134
|
{
|
|
21732
22135
|
</span>
|
|
21733
22136
|
<span
|
|
21734
22137
|
className=""
|
|
21735
|
-
key=".
|
|
22138
|
+
key=".1c"
|
|
21736
22139
|
>
|
|
21737
22140
|
#
|
|
21738
22141
|
</span>
|
|
21739
22142
|
<span
|
|
21740
22143
|
className=""
|
|
21741
|
-
key=".
|
|
22144
|
+
key=".1d"
|
|
21742
22145
|
>
|
|
21743
22146
|
v
|
|
21744
22147
|
</span>
|
|
21745
22148
|
<span
|
|
21746
22149
|
className=""
|
|
21747
|
-
key=".
|
|
22150
|
+
key=".1e"
|
|
21748
22151
|
>
|
|
21749
22152
|
a
|
|
21750
22153
|
</span>
|
|
21751
22154
|
<span
|
|
21752
22155
|
className=""
|
|
21753
|
-
key=".
|
|
22156
|
+
key=".1f"
|
|
21754
22157
|
>
|
|
21755
22158
|
r
|
|
21756
22159
|
</span>
|
|
21757
22160
|
<span
|
|
21758
22161
|
className=""
|
|
21759
|
-
key=".
|
|
22162
|
+
key=".1g"
|
|
21760
22163
|
>
|
|
21761
22164
|
#
|
|
21762
22165
|
</span>
|
|
21763
22166
|
<span
|
|
21764
22167
|
className=""
|
|
21765
|
-
key=".
|
|
22168
|
+
key=".1h"
|
|
21766
22169
|
>
|
|
21767
22170
|
}
|
|
21768
22171
|
</span>
|
|
21769
22172
|
<span
|
|
21770
22173
|
className=""
|
|
21771
|
-
key=".
|
|
22174
|
+
key=".1i"
|
|
21772
22175
|
>
|
|
21773
22176
|
|
|
21774
22177
|
|
|
21775
22178
|
</span>
|
|
21776
22179
|
<span
|
|
21777
22180
|
className=""
|
|
21778
|
-
key=".
|
|
22181
|
+
key=".1j"
|
|
21779
22182
|
>
|
|
21780
22183
|
{
|
|
21781
22184
|
</span>
|
|
21782
22185
|
<span
|
|
21783
22186
|
className=""
|
|
21784
|
-
key=".
|
|
22187
|
+
key=".1k"
|
|
21785
22188
|
>
|
|
21786
22189
|
#
|
|
21787
22190
|
</span>
|
|
21788
22191
|
<span
|
|
21789
22192
|
className=""
|
|
21790
|
-
key=".
|
|
22193
|
+
key=".1l"
|
|
21791
22194
|
>
|
|
21792
22195
|
v
|
|
21793
22196
|
</span>
|
|
21794
22197
|
<span
|
|
21795
22198
|
className=""
|
|
21796
|
-
key=".
|
|
22199
|
+
key=".1m"
|
|
21797
22200
|
>
|
|
21798
22201
|
a
|
|
21799
22202
|
</span>
|
|
21800
22203
|
<span
|
|
21801
22204
|
className=""
|
|
21802
|
-
key=".
|
|
22205
|
+
key=".1n"
|
|
21803
22206
|
>
|
|
21804
22207
|
r
|
|
21805
22208
|
</span>
|
|
21806
22209
|
<span
|
|
21807
22210
|
className=""
|
|
21808
|
-
key=".
|
|
22211
|
+
key=".1o"
|
|
21809
22212
|
>
|
|
21810
22213
|
#
|
|
21811
22214
|
</span>
|
|
21812
22215
|
<span
|
|
21813
22216
|
className=""
|
|
21814
|
-
key=".
|
|
22217
|
+
key=".1p"
|
|
21815
22218
|
>
|
|
21816
22219
|
}
|
|
21817
22220
|
</span>
|
|
21818
22221
|
<span
|
|
21819
22222
|
className=""
|
|
21820
|
-
key=".
|
|
22223
|
+
key=".1q"
|
|
21821
22224
|
>
|
|
21822
22225
|
|
|
21823
22226
|
|
|
21824
22227
|
</span>
|
|
21825
22228
|
<span
|
|
21826
22229
|
className=""
|
|
21827
|
-
key=".
|
|
22230
|
+
key=".1r"
|
|
21828
22231
|
>
|
|
21829
22232
|
|
|
21830
22233
|
|
|
21831
22234
|
</span>
|
|
21832
22235
|
<span
|
|
21833
22236
|
className=""
|
|
21834
|
-
key=".
|
|
22237
|
+
key=".1s"
|
|
21835
22238
|
>
|
|
21836
22239
|
F
|
|
21837
22240
|
</span>
|
|
21838
22241
|
<span
|
|
21839
22242
|
className=""
|
|
21840
|
-
key=".
|
|
22243
|
+
key=".1t"
|
|
21841
22244
|
>
|
|
21842
22245
|
R
|
|
21843
22246
|
</span>
|
|
21844
22247
|
<span
|
|
21845
22248
|
className=""
|
|
21846
|
-
key=".
|
|
22249
|
+
key=".1u"
|
|
21847
22250
|
>
|
|
21848
22251
|
E
|
|
21849
22252
|
</span>
|
|
21850
22253
|
<span
|
|
21851
22254
|
className=""
|
|
21852
|
-
key=".
|
|
22255
|
+
key=".1v"
|
|
21853
22256
|
>
|
|
21854
22257
|
E
|
|
21855
22258
|
</span>
|
|
21856
22259
|
<span
|
|
21857
22260
|
className=""
|
|
21858
|
-
key=".
|
|
22261
|
+
key=".1w"
|
|
21859
22262
|
>
|
|
21860
22263
|
|
|
21861
22264
|
</span>
|
|
21862
22265
|
<span
|
|
21863
22266
|
className=""
|
|
21864
|
-
key=".
|
|
22267
|
+
key=".1x"
|
|
21865
22268
|
>
|
|
21866
22269
|
G
|
|
21867
22270
|
</span>
|
|
21868
22271
|
<span
|
|
21869
22272
|
className=""
|
|
21870
|
-
key=".
|
|
22273
|
+
key=".1y"
|
|
21871
22274
|
>
|
|
21872
22275
|
I
|
|
21873
22276
|
</span>
|
|
21874
22277
|
<span
|
|
21875
22278
|
className=""
|
|
21876
|
-
key=".
|
|
22279
|
+
key=".1z"
|
|
21877
22280
|
>
|
|
21878
22281
|
F
|
|
21879
22282
|
</span>
|
|
21880
22283
|
<span
|
|
21881
22284
|
className=""
|
|
21882
|
-
key=".
|
|
22285
|
+
key=".20"
|
|
21883
22286
|
>
|
|
21884
22287
|
T
|
|
21885
22288
|
</span>
|
|
21886
22289
|
<span
|
|
21887
22290
|
className=""
|
|
21888
|
-
key=".
|
|
22291
|
+
key=".21"
|
|
21889
22292
|
>
|
|
21890
22293
|
S
|
|
21891
22294
|
</span>
|
|
21892
22295
|
<span
|
|
21893
22296
|
className=""
|
|
21894
|
-
key=".
|
|
22297
|
+
key=".22"
|
|
21895
22298
|
>
|
|
21896
22299
|
-
|
|
21897
22300
|
</span>
|
|
21898
22301
|
<span
|
|
21899
22302
|
className=""
|
|
21900
|
-
key=".
|
|
22303
|
+
key=".23"
|
|
21901
22304
|
>
|
|
21902
22305
|
|
|
21903
22306
|
|
|
21904
22307
|
</span>
|
|
21905
22308
|
<span
|
|
21906
22309
|
className=""
|
|
21907
|
-
key=".
|
|
22310
|
+
key=".24"
|
|
21908
22311
|
>
|
|
21909
22312
|
{
|
|
21910
22313
|
</span>
|
|
21911
22314
|
<span
|
|
21912
22315
|
className=""
|
|
21913
|
-
key=".
|
|
22316
|
+
key=".25"
|
|
21914
22317
|
>
|
|
21915
22318
|
#
|
|
21916
22319
|
</span>
|
|
21917
22320
|
<span
|
|
21918
22321
|
className=""
|
|
21919
|
-
key=".
|
|
22322
|
+
key=".26"
|
|
21920
22323
|
>
|
|
21921
22324
|
v
|
|
21922
22325
|
</span>
|
|
21923
22326
|
<span
|
|
21924
22327
|
className=""
|
|
21925
|
-
key=".
|
|
22328
|
+
key=".27"
|
|
21926
22329
|
>
|
|
21927
22330
|
a
|
|
21928
22331
|
</span>
|
|
21929
22332
|
<span
|
|
21930
22333
|
className=""
|
|
21931
|
-
key=".
|
|
22334
|
+
key=".28"
|
|
21932
22335
|
>
|
|
21933
22336
|
r
|
|
21934
22337
|
</span>
|
|
21935
22338
|
<span
|
|
21936
22339
|
className=""
|
|
21937
|
-
key=".
|
|
22340
|
+
key=".29"
|
|
21938
22341
|
>
|
|
21939
22342
|
#
|
|
21940
22343
|
</span>
|
|
21941
22344
|
<span
|
|
21942
22345
|
className=""
|
|
21943
|
-
key=".
|
|
22346
|
+
key=".2a"
|
|
21944
22347
|
>
|
|
21945
22348
|
}
|
|
21946
22349
|
</span>
|
|
21947
22350
|
<span
|
|
21948
22351
|
className=""
|
|
21949
|
-
key=".
|
|
22352
|
+
key=".2b"
|
|
21950
22353
|
>
|
|
21951
22354
|
|
|
21952
22355
|
|
|
21953
22356
|
</span>
|
|
21954
22357
|
<span
|
|
21955
22358
|
className=""
|
|
21956
|
-
key=".
|
|
22359
|
+
key=".2c"
|
|
21957
22360
|
>
|
|
21958
22361
|
{
|
|
21959
22362
|
</span>
|
|
21960
22363
|
<span
|
|
21961
22364
|
className=""
|
|
21962
|
-
key=".
|
|
22365
|
+
key=".2d"
|
|
21963
22366
|
>
|
|
21964
22367
|
#
|
|
21965
22368
|
</span>
|
|
21966
22369
|
<span
|
|
21967
22370
|
className=""
|
|
21968
|
-
key=".
|
|
22371
|
+
key=".2e"
|
|
21969
22372
|
>
|
|
21970
22373
|
v
|
|
21971
22374
|
</span>
|
|
21972
22375
|
<span
|
|
21973
22376
|
className=""
|
|
21974
|
-
key=".
|
|
22377
|
+
key=".2f"
|
|
21975
22378
|
>
|
|
21976
22379
|
a
|
|
21977
22380
|
</span>
|
|
21978
22381
|
<span
|
|
21979
22382
|
className=""
|
|
21980
|
-
key=".
|
|
22383
|
+
key=".2g"
|
|
21981
22384
|
>
|
|
21982
22385
|
r
|
|
21983
22386
|
</span>
|
|
21984
22387
|
<span
|
|
21985
22388
|
className=""
|
|
21986
|
-
key=".
|
|
22389
|
+
key=".2h"
|
|
21987
22390
|
>
|
|
21988
22391
|
#
|
|
21989
22392
|
</span>
|
|
21990
22393
|
<span
|
|
21991
22394
|
className=""
|
|
21992
|
-
key=".
|
|
22395
|
+
key=".2i"
|
|
21993
22396
|
>
|
|
21994
22397
|
}
|
|
21995
22398
|
</span>
|
|
@@ -22016,7 +22419,7 @@ new message content.",
|
|
|
22016
22419
|
type="h3"
|
|
22017
22420
|
>
|
|
22018
22421
|
<div
|
|
22019
|
-
className="CapHeading-vrvcag-0
|
|
22422
|
+
className="CapHeading-vrvcag-0 kolsfA"
|
|
22020
22423
|
type="h3"
|
|
22021
22424
|
>
|
|
22022
22425
|
<FormattedMessage
|
|
@@ -22024,13 +22427,13 @@ new message content.",
|
|
|
22024
22427
|
id="creatives.componentsV2.TemplatePreview.charactersTotal"
|
|
22025
22428
|
values={
|
|
22026
22429
|
Object {
|
|
22027
|
-
"charCount":
|
|
22430
|
+
"charCount": 101,
|
|
22028
22431
|
"smsCount": 1,
|
|
22029
22432
|
}
|
|
22030
22433
|
}
|
|
22031
22434
|
>
|
|
22032
22435
|
<span>
|
|
22033
|
-
1 SMS (
|
|
22436
|
+
1 SMS (101 characters)
|
|
22034
22437
|
</span>
|
|
22035
22438
|
</FormattedMessage>
|
|
22036
22439
|
</div>
|
|
@@ -22057,7 +22460,7 @@ new message content.",
|
|
|
22057
22460
|
</CapRow>
|
|
22058
22461
|
<Edit__SMSTraiFooter>
|
|
22059
22462
|
<div
|
|
22060
|
-
className="Edit__SMSTraiFooter-jwsec7-0
|
|
22463
|
+
className="Edit__SMSTraiFooter-jwsec7-0 eHIdLI"
|
|
22061
22464
|
>
|
|
22062
22465
|
<CapButton
|
|
22063
22466
|
className="create-msg"
|
|
@@ -22303,6 +22706,7 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
22303
22706
|
"creatives.components.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
22304
22707
|
"creatives.components.TemplatePreview.smsIcon": "Sms Icon",
|
|
22305
22708
|
"creatives.components.TemplatePreview.unicodeIconTooltip": "This message has unicode characters. This may affect the cost per message.",
|
|
22709
|
+
"creatives.components.TestPage.header": "Looks like youas are lost!",
|
|
22306
22710
|
"creatives.components.Toastr.header": "This is the Toastr component !",
|
|
22307
22711
|
"creatives.components.ToastrMessage.close": "close",
|
|
22308
22712
|
"creatives.components.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -22987,6 +23391,9 @@ exports[`Creatives SmsTraiEdit test/> should save 1`] = `
|
|
|
22987
23391
|
"creatives.containers.Templates.wechatHeader": "WECHAT",
|
|
22988
23392
|
"creatives.containers.Templates.yesText": "Yes",
|
|
22989
23393
|
"creatives.containers.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
23394
|
+
"creatives.containers.Testv2.descriptionTestv2": "Description of Testv2",
|
|
23395
|
+
"creatives.containers.Testv2.header": "This is Testv2 container !",
|
|
23396
|
+
"creatives.containers.Testv2.testv2": "Testv2",
|
|
22990
23397
|
"creatives.containers.View.descriptionView": "Description of View",
|
|
22991
23398
|
"creatives.containers.View.header": "This is View container !",
|
|
22992
23399
|
"creatives.containers.View.view": "View",
|
|
@@ -23993,6 +24400,10 @@ new message content.",
|
|
|
23993
24400
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
23994
24401
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
23995
24402
|
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
24403
|
+
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
24404
|
+
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
24405
|
+
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
24406
|
+
"creatives.containersV2.Testv2.testv2": "Testv2",
|
|
23996
24407
|
"creatives.containersV2.View.descriptionView": "Description of View",
|
|
23997
24408
|
"creatives.containersV2.View.header": "This is View container !",
|
|
23998
24409
|
"creatives.containersV2.View.view": "View",
|
|
@@ -24389,45 +24800,9 @@ new message content.",
|
|
|
24389
24800
|
}
|
|
24390
24801
|
store={
|
|
24391
24802
|
Object {
|
|
24803
|
+
"asyncReducers": Object {},
|
|
24392
24804
|
"dispatch": [Function],
|
|
24393
24805
|
"getState": [Function],
|
|
24394
|
-
"initialHistory": Object {
|
|
24395
|
-
"action": "POP",
|
|
24396
|
-
"block": [Function],
|
|
24397
|
-
"createHref": [Function],
|
|
24398
|
-
"go": [Function],
|
|
24399
|
-
"goBack": [Function],
|
|
24400
|
-
"goForward": [Function],
|
|
24401
|
-
"length": 1,
|
|
24402
|
-
"listen": [Function],
|
|
24403
|
-
"location": Object {
|
|
24404
|
-
"hash": "",
|
|
24405
|
-
"pathname": "/",
|
|
24406
|
-
"search": "",
|
|
24407
|
-
"state": undefined,
|
|
24408
|
-
},
|
|
24409
|
-
"push": [Function],
|
|
24410
|
-
"replace": [Function],
|
|
24411
|
-
},
|
|
24412
|
-
"initialReducer": Object {
|
|
24413
|
-
"ASK_AIRA": [Function],
|
|
24414
|
-
"FTP": [Function],
|
|
24415
|
-
"app": [Function],
|
|
24416
|
-
"beeEditor": [Function],
|
|
24417
|
-
"cap": [Function],
|
|
24418
|
-
"create": [Function],
|
|
24419
|
-
"ebill": [Function],
|
|
24420
|
-
"edit": [Function],
|
|
24421
|
-
"email": [Function],
|
|
24422
|
-
"facebookPreview": [Function],
|
|
24423
|
-
"gallery": [Function],
|
|
24424
|
-
"language": [Function],
|
|
24425
|
-
"navigationConfig": [Function],
|
|
24426
|
-
"tagList": [Function],
|
|
24427
|
-
"templates": [Function],
|
|
24428
|
-
},
|
|
24429
|
-
"injectedReducers": Object {},
|
|
24430
|
-
"injectedSagas": Object {},
|
|
24431
24806
|
"replaceReducer": [Function],
|
|
24432
24807
|
"runSaga": [Function],
|
|
24433
24808
|
"subscribe": [Function],
|
|
@@ -24995,6 +25370,154 @@ FREE GIFTS-
|
|
|
24995
25370
|
"id": "app.v2containers.SmsTrai.Edit.unicodeLabel",
|
|
24996
25371
|
},
|
|
24997
25372
|
],
|
|
25373
|
+
Array [
|
|
25374
|
+
Object {
|
|
25375
|
+
"defaultMessage": "Template",
|
|
25376
|
+
"id": "app.v2containers.SmsTrai.Edit.templateLabel",
|
|
25377
|
+
},
|
|
25378
|
+
],
|
|
25379
|
+
Array [
|
|
25380
|
+
Object {
|
|
25381
|
+
"defaultMessage": "|",
|
|
25382
|
+
"id": "app.v2containers.SmsTrai.Edit.traiEditSeperator",
|
|
25383
|
+
},
|
|
25384
|
+
],
|
|
25385
|
+
Array [
|
|
25386
|
+
Object {
|
|
25387
|
+
"defaultMessage": "Sender ID",
|
|
25388
|
+
"id": "app.v2containers.SmsTrai.Edit.senderIdlabel",
|
|
25389
|
+
},
|
|
25390
|
+
],
|
|
25391
|
+
Array [
|
|
25392
|
+
Object {
|
|
25393
|
+
"defaultMessage": "Message",
|
|
25394
|
+
"id": "app.v2containers.SmsTrai.Edit.traiEditTitle",
|
|
25395
|
+
},
|
|
25396
|
+
],
|
|
25397
|
+
Array [
|
|
25398
|
+
Object {
|
|
25399
|
+
"defaultMessage": "Add labels",
|
|
25400
|
+
"id": "app.v2containers.SmsTrai.Edit.addLabels",
|
|
25401
|
+
},
|
|
25402
|
+
],
|
|
25403
|
+
Array [
|
|
25404
|
+
Object {
|
|
25405
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
25406
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
25407
|
+
},
|
|
25408
|
+
],
|
|
25409
|
+
Array [
|
|
25410
|
+
Object {
|
|
25411
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
25412
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
25413
|
+
},
|
|
25414
|
+
Object {
|
|
25415
|
+
"charCounts": 30,
|
|
25416
|
+
"var": "{#var#}",
|
|
25417
|
+
"varCounts": 1,
|
|
25418
|
+
},
|
|
25419
|
+
],
|
|
25420
|
+
Array [
|
|
25421
|
+
Object {
|
|
25422
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
25423
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
25424
|
+
},
|
|
25425
|
+
],
|
|
25426
|
+
Array [
|
|
25427
|
+
Object {
|
|
25428
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
25429
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
25430
|
+
},
|
|
25431
|
+
Object {
|
|
25432
|
+
"charCounts": 30,
|
|
25433
|
+
"var": "{#var#}",
|
|
25434
|
+
"varCounts": 1,
|
|
25435
|
+
},
|
|
25436
|
+
],
|
|
25437
|
+
Array [
|
|
25438
|
+
Object {
|
|
25439
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
25440
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
25441
|
+
},
|
|
25442
|
+
],
|
|
25443
|
+
Array [
|
|
25444
|
+
Object {
|
|
25445
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
25446
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
25447
|
+
},
|
|
25448
|
+
Object {
|
|
25449
|
+
"charCounts": 30,
|
|
25450
|
+
"var": "{#var#}",
|
|
25451
|
+
"varCounts": 1,
|
|
25452
|
+
},
|
|
25453
|
+
],
|
|
25454
|
+
Array [
|
|
25455
|
+
Object {
|
|
25456
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
25457
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
25458
|
+
},
|
|
25459
|
+
],
|
|
25460
|
+
Array [
|
|
25461
|
+
Object {
|
|
25462
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
25463
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
25464
|
+
},
|
|
25465
|
+
Object {
|
|
25466
|
+
"charCounts": 30,
|
|
25467
|
+
"var": "{#var#}",
|
|
25468
|
+
"varCounts": 1,
|
|
25469
|
+
},
|
|
25470
|
+
],
|
|
25471
|
+
Array [
|
|
25472
|
+
Object {
|
|
25473
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
25474
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
25475
|
+
},
|
|
25476
|
+
],
|
|
25477
|
+
Array [
|
|
25478
|
+
Object {
|
|
25479
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
25480
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
25481
|
+
},
|
|
25482
|
+
Object {
|
|
25483
|
+
"charCounts": 30,
|
|
25484
|
+
"var": "{#var#}",
|
|
25485
|
+
"varCounts": 1,
|
|
25486
|
+
},
|
|
25487
|
+
],
|
|
25488
|
+
Array [
|
|
25489
|
+
Object {
|
|
25490
|
+
"defaultMessage": "Add labels or text or combination of both",
|
|
25491
|
+
"id": "app.v2containers.SmsTrai.Edit.inputplaceHolderText",
|
|
25492
|
+
},
|
|
25493
|
+
],
|
|
25494
|
+
Array [
|
|
25495
|
+
Object {
|
|
25496
|
+
"defaultMessage": "{varCounts} variable{varCounts, plural, one {} other {s}} {var}: max. {charCounts} characters",
|
|
25497
|
+
"id": "app.v2containers.SmsTrai.Edit.textAreaCounts",
|
|
25498
|
+
},
|
|
25499
|
+
Object {
|
|
25500
|
+
"charCounts": 30,
|
|
25501
|
+
"var": "{#var#}",
|
|
25502
|
+
"varCounts": 1,
|
|
25503
|
+
},
|
|
25504
|
+
],
|
|
25505
|
+
Array [
|
|
25506
|
+
Object {
|
|
25507
|
+
"defaultMessage": "{smsCount} SMS ({number} characters)",
|
|
25508
|
+
"id": "app.v2containers.SmsTrai.Edit.totalCharacters",
|
|
25509
|
+
},
|
|
25510
|
+
Object {
|
|
25511
|
+
"number": 231,
|
|
25512
|
+
"smsCount": 2,
|
|
25513
|
+
},
|
|
25514
|
+
],
|
|
25515
|
+
Array [
|
|
25516
|
+
Object {
|
|
25517
|
+
"defaultMessage": "Allow unicode characters",
|
|
25518
|
+
"id": "app.v2containers.SmsTrai.Edit.unicodeLabel",
|
|
25519
|
+
},
|
|
25520
|
+
],
|
|
24998
25521
|
],
|
|
24999
25522
|
"results": Array [
|
|
25000
25523
|
Object {
|
|
@@ -25177,6 +25700,82 @@ FREE GIFTS-
|
|
|
25177
25700
|
"type": "return",
|
|
25178
25701
|
"value": undefined,
|
|
25179
25702
|
},
|
|
25703
|
+
Object {
|
|
25704
|
+
"type": "return",
|
|
25705
|
+
"value": undefined,
|
|
25706
|
+
},
|
|
25707
|
+
Object {
|
|
25708
|
+
"type": "return",
|
|
25709
|
+
"value": undefined,
|
|
25710
|
+
},
|
|
25711
|
+
Object {
|
|
25712
|
+
"type": "return",
|
|
25713
|
+
"value": undefined,
|
|
25714
|
+
},
|
|
25715
|
+
Object {
|
|
25716
|
+
"type": "return",
|
|
25717
|
+
"value": undefined,
|
|
25718
|
+
},
|
|
25719
|
+
Object {
|
|
25720
|
+
"type": "return",
|
|
25721
|
+
"value": undefined,
|
|
25722
|
+
},
|
|
25723
|
+
Object {
|
|
25724
|
+
"type": "return",
|
|
25725
|
+
"value": undefined,
|
|
25726
|
+
},
|
|
25727
|
+
Object {
|
|
25728
|
+
"type": "return",
|
|
25729
|
+
"value": undefined,
|
|
25730
|
+
},
|
|
25731
|
+
Object {
|
|
25732
|
+
"type": "return",
|
|
25733
|
+
"value": undefined,
|
|
25734
|
+
},
|
|
25735
|
+
Object {
|
|
25736
|
+
"type": "return",
|
|
25737
|
+
"value": undefined,
|
|
25738
|
+
},
|
|
25739
|
+
Object {
|
|
25740
|
+
"type": "return",
|
|
25741
|
+
"value": undefined,
|
|
25742
|
+
},
|
|
25743
|
+
Object {
|
|
25744
|
+
"type": "return",
|
|
25745
|
+
"value": undefined,
|
|
25746
|
+
},
|
|
25747
|
+
Object {
|
|
25748
|
+
"type": "return",
|
|
25749
|
+
"value": undefined,
|
|
25750
|
+
},
|
|
25751
|
+
Object {
|
|
25752
|
+
"type": "return",
|
|
25753
|
+
"value": undefined,
|
|
25754
|
+
},
|
|
25755
|
+
Object {
|
|
25756
|
+
"type": "return",
|
|
25757
|
+
"value": undefined,
|
|
25758
|
+
},
|
|
25759
|
+
Object {
|
|
25760
|
+
"type": "return",
|
|
25761
|
+
"value": undefined,
|
|
25762
|
+
},
|
|
25763
|
+
Object {
|
|
25764
|
+
"type": "return",
|
|
25765
|
+
"value": undefined,
|
|
25766
|
+
},
|
|
25767
|
+
Object {
|
|
25768
|
+
"type": "return",
|
|
25769
|
+
"value": undefined,
|
|
25770
|
+
},
|
|
25771
|
+
Object {
|
|
25772
|
+
"type": "return",
|
|
25773
|
+
"value": undefined,
|
|
25774
|
+
},
|
|
25775
|
+
Object {
|
|
25776
|
+
"type": "return",
|
|
25777
|
+
"value": undefined,
|
|
25778
|
+
},
|
|
25180
25779
|
],
|
|
25181
25780
|
},
|
|
25182
25781
|
}
|
|
@@ -25358,18 +25957,42 @@ FREE GIFTS-
|
|
|
25358
25957
|
}
|
|
25359
25958
|
>
|
|
25360
25959
|
<CapSpin
|
|
25361
|
-
spinning={
|
|
25960
|
+
spinning={true}
|
|
25362
25961
|
>
|
|
25363
25962
|
<Spin
|
|
25364
25963
|
size="default"
|
|
25365
|
-
spinning={
|
|
25964
|
+
spinning={true}
|
|
25366
25965
|
wrapperClassName=""
|
|
25367
25966
|
>
|
|
25368
25967
|
<div
|
|
25369
25968
|
className="ant-spin-nested-loading"
|
|
25370
25969
|
>
|
|
25371
25970
|
<div
|
|
25372
|
-
|
|
25971
|
+
key="loading"
|
|
25972
|
+
>
|
|
25973
|
+
<div
|
|
25974
|
+
className="ant-spin ant-spin-spinning"
|
|
25975
|
+
>
|
|
25976
|
+
<span
|
|
25977
|
+
className="ant-spin-dot ant-spin-dot-spin"
|
|
25978
|
+
>
|
|
25979
|
+
<i
|
|
25980
|
+
className="ant-spin-dot-item"
|
|
25981
|
+
/>
|
|
25982
|
+
<i
|
|
25983
|
+
className="ant-spin-dot-item"
|
|
25984
|
+
/>
|
|
25985
|
+
<i
|
|
25986
|
+
className="ant-spin-dot-item"
|
|
25987
|
+
/>
|
|
25988
|
+
<i
|
|
25989
|
+
className="ant-spin-dot-item"
|
|
25990
|
+
/>
|
|
25991
|
+
</span>
|
|
25992
|
+
</div>
|
|
25993
|
+
</div>
|
|
25994
|
+
<div
|
|
25995
|
+
className="ant-spin-container ant-spin-blur"
|
|
25373
25996
|
key="container"
|
|
25374
25997
|
>
|
|
25375
25998
|
<CapRow>
|
|
@@ -25384,13 +26007,13 @@ FREE GIFTS-
|
|
|
25384
26007
|
key=".0"
|
|
25385
26008
|
>
|
|
25386
26009
|
<div
|
|
25387
|
-
className="Edit__TraiEditTemplateDetails-jwsec7-1
|
|
26010
|
+
className="Edit__TraiEditTemplateDetails-jwsec7-1 fDWEGe"
|
|
25388
26011
|
>
|
|
25389
26012
|
<CapLabel__CapLabelInline
|
|
25390
26013
|
type="label1"
|
|
25391
26014
|
>
|
|
25392
26015
|
<span
|
|
25393
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
26016
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 gBSzRM"
|
|
25394
26017
|
type="label1"
|
|
25395
26018
|
/>
|
|
25396
26019
|
</CapLabel__CapLabelInline>
|
|
@@ -25398,7 +26021,7 @@ FREE GIFTS-
|
|
|
25398
26021
|
type="label2"
|
|
25399
26022
|
>
|
|
25400
26023
|
<span
|
|
25401
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
26024
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 dYpTyq"
|
|
25402
26025
|
type="label2"
|
|
25403
26026
|
>
|
|
25404
26027
|
CAP71871_4
|
|
@@ -25408,7 +26031,7 @@ FREE GIFTS-
|
|
|
25408
26031
|
type="label1"
|
|
25409
26032
|
>
|
|
25410
26033
|
<span
|
|
25411
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
26034
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 gBSzRM"
|
|
25412
26035
|
type="label1"
|
|
25413
26036
|
/>
|
|
25414
26037
|
</CapLabel__CapLabelInline>
|
|
@@ -25416,7 +26039,7 @@ FREE GIFTS-
|
|
|
25416
26039
|
type="label1"
|
|
25417
26040
|
>
|
|
25418
26041
|
<span
|
|
25419
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
26042
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 gBSzRM"
|
|
25420
26043
|
type="label1"
|
|
25421
26044
|
/>
|
|
25422
26045
|
</CapLabel__CapLabelInline>
|
|
@@ -25424,7 +26047,7 @@ FREE GIFTS-
|
|
|
25424
26047
|
type="label2"
|
|
25425
26048
|
>
|
|
25426
26049
|
<span
|
|
25427
|
-
className="CapLabel__CapLabelInline-n7zsf5-1
|
|
26050
|
+
className="CapLabel__CapLabelInline-n7zsf5-1 dYpTyq"
|
|
25428
26051
|
type="label2"
|
|
25429
26052
|
>
|
|
25430
26053
|
V, I, S, H, M, M
|
|
@@ -25459,7 +26082,7 @@ FREE GIFTS-
|
|
|
25459
26082
|
key=".0"
|
|
25460
26083
|
size="regular"
|
|
25461
26084
|
suffix={
|
|
25462
|
-
<
|
|
26085
|
+
<Connect(UserIsAuthenticated(Connect(InjectIntl(TagList))))
|
|
25463
26086
|
hidePopover={false}
|
|
25464
26087
|
injectedTags={Object {}}
|
|
25465
26088
|
location={
|
|
@@ -25483,7 +26106,7 @@ FREE GIFTS-
|
|
|
25483
26106
|
className="cap-header-v2"
|
|
25484
26107
|
>
|
|
25485
26108
|
<div
|
|
25486
|
-
className="CapHeader__Flex-sc-1ipee5s-2
|
|
26109
|
+
className="cap-header-v2 CapHeader__Flex-sc-1ipee5s-2 lkXfId"
|
|
25487
26110
|
>
|
|
25488
26111
|
<div
|
|
25489
26112
|
className="title-desc-container"
|
|
@@ -25493,12 +26116,12 @@ FREE GIFTS-
|
|
|
25493
26116
|
type="h3"
|
|
25494
26117
|
>
|
|
25495
26118
|
<div
|
|
25496
|
-
className="
|
|
26119
|
+
className="cap-header-v2-title CapHeading-vrvcag-0 kolsfA"
|
|
25497
26120
|
type="h3"
|
|
25498
26121
|
/>
|
|
25499
26122
|
</CapHeading>
|
|
25500
26123
|
</div>
|
|
25501
|
-
<
|
|
26124
|
+
<Connect(UserIsAuthenticated(Connect(InjectIntl(TagList))))
|
|
25502
26125
|
hidePopover={false}
|
|
25503
26126
|
injectedTags={Object {}}
|
|
25504
26127
|
location={
|
|
@@ -25515,10 +26138,38 @@ FREE GIFTS-
|
|
|
25515
26138
|
onTagSelect={[Function]}
|
|
25516
26139
|
tags={Array []}
|
|
25517
26140
|
>
|
|
25518
|
-
<
|
|
25519
|
-
|
|
26141
|
+
<UserIsAuthenticated(Connect(InjectIntl(TagList)))
|
|
26142
|
+
authData={
|
|
26143
|
+
Object {
|
|
26144
|
+
"app": Object {},
|
|
26145
|
+
"cap": Object {
|
|
26146
|
+
"fetchingLiquidTags": false,
|
|
26147
|
+
"fetchingSchema": true,
|
|
26148
|
+
"fetchingSchemaError": "",
|
|
26149
|
+
"liquidTags": Array [],
|
|
26150
|
+
"messages": Array [],
|
|
26151
|
+
"metaEntities": Object {
|
|
26152
|
+
"layouts": Array [],
|
|
26153
|
+
"tagLookupMap": Object {},
|
|
26154
|
+
"tags": Array [],
|
|
26155
|
+
},
|
|
26156
|
+
"orgID": "",
|
|
26157
|
+
"token": "",
|
|
26158
|
+
},
|
|
26159
|
+
"create": Object {},
|
|
26160
|
+
"creativesContainer": Object {},
|
|
26161
|
+
"ebill": Object {},
|
|
26162
|
+
"edit": Object {},
|
|
26163
|
+
"email": Object {},
|
|
26164
|
+
"facebook": Object {},
|
|
26165
|
+
"mobileCreate": Object {},
|
|
26166
|
+
"templates": Object {},
|
|
26167
|
+
}
|
|
26168
|
+
}
|
|
26169
|
+
failureRedirectPath="http://localhost/auth/login"
|
|
25520
26170
|
hidePopover={false}
|
|
25521
26171
|
injectedTags={Object {}}
|
|
26172
|
+
isAuthenticating={false}
|
|
25522
26173
|
location={
|
|
25523
26174
|
Object {
|
|
25524
26175
|
"pathname": "/sms/edit",
|
|
@@ -25531,11 +26182,10 @@ FREE GIFTS-
|
|
|
25531
26182
|
}
|
|
25532
26183
|
onContextChange={[Function]}
|
|
25533
26184
|
onTagSelect={[Function]}
|
|
26185
|
+
redirect={[Function]}
|
|
25534
26186
|
tags={Array []}
|
|
25535
|
-
|
|
25536
|
-
|
|
25537
|
-
</div>
|
|
25538
|
-
</_default>
|
|
26187
|
+
/>
|
|
26188
|
+
</Connect(UserIsAuthenticated(Connect(InjectIntl(TagList))))>
|
|
25539
26189
|
</div>
|
|
25540
26190
|
</CapHeader__Flex>
|
|
25541
26191
|
</CapHeader>
|
|
@@ -25581,7 +26231,7 @@ FREE GIFTS-
|
|
|
25581
26231
|
type="h5"
|
|
25582
26232
|
>
|
|
25583
26233
|
<div
|
|
25584
|
-
className="CapHeading-vrvcag-0
|
|
26234
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
25585
26235
|
style={
|
|
25586
26236
|
Object {
|
|
25587
26237
|
"margin": "1.142rem 0",
|
|
@@ -25593,7 +26243,7 @@ FREE GIFTS-
|
|
|
25593
26243
|
|
|
25594
26244
|
</div>
|
|
25595
26245
|
</CapHeading>
|
|
25596
|
-
<
|
|
26246
|
+
<_class
|
|
25597
26247
|
autosize={
|
|
25598
26248
|
Object {
|
|
25599
26249
|
"maxRows": 3,
|
|
@@ -25614,16 +26264,13 @@ FREE GIFTS-
|
|
|
25614
26264
|
labelPosition="top"
|
|
25615
26265
|
>
|
|
25616
26266
|
<div
|
|
25617
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
25618
|
-
errorMessage={false}
|
|
25619
|
-
labelPosition="top"
|
|
26267
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
25620
26268
|
>
|
|
25621
26269
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
25622
26270
|
labelPosition="top"
|
|
25623
26271
|
>
|
|
25624
26272
|
<div
|
|
25625
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
25626
|
-
labelPosition="top"
|
|
26273
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
25627
26274
|
>
|
|
25628
26275
|
<TextArea
|
|
25629
26276
|
autosize={
|
|
@@ -25670,7 +26317,7 @@ FREE GIFTS-
|
|
|
25670
26317
|
"minRows": 1,
|
|
25671
26318
|
}
|
|
25672
26319
|
}
|
|
25673
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
26320
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
25674
26321
|
cols={35}
|
|
25675
26322
|
errorMessage={false}
|
|
25676
26323
|
id={1}
|
|
@@ -25686,7 +26333,7 @@ FREE GIFTS-
|
|
|
25686
26333
|
onResize={[Function]}
|
|
25687
26334
|
>
|
|
25688
26335
|
<textarea
|
|
25689
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
26336
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
25690
26337
|
cols={35}
|
|
25691
26338
|
errorMessage={false}
|
|
25692
26339
|
id={1}
|
|
@@ -25715,7 +26362,7 @@ FREE GIFTS-
|
|
|
25715
26362
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
25716
26363
|
</div>
|
|
25717
26364
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
25718
|
-
</
|
|
26365
|
+
</_class>
|
|
25719
26366
|
<CapHeading
|
|
25720
26367
|
key=".$label2"
|
|
25721
26368
|
style={
|
|
@@ -25727,7 +26374,7 @@ FREE GIFTS-
|
|
|
25727
26374
|
type="h6"
|
|
25728
26375
|
>
|
|
25729
26376
|
<div
|
|
25730
|
-
className="CapHeading-vrvcag-0
|
|
26377
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
25731
26378
|
style={
|
|
25732
26379
|
Object {
|
|
25733
26380
|
"float": "right",
|
|
@@ -25751,7 +26398,7 @@ BUY1GET1-
|
|
|
25751
26398
|
type="h5"
|
|
25752
26399
|
>
|
|
25753
26400
|
<div
|
|
25754
|
-
className="CapHeading-vrvcag-0
|
|
26401
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
25755
26402
|
style={
|
|
25756
26403
|
Object {
|
|
25757
26404
|
"clear": "both",
|
|
@@ -25766,7 +26413,7 @@ BUY1GET1-
|
|
|
25766
26413
|
|
|
25767
26414
|
</div>
|
|
25768
26415
|
</CapHeading>
|
|
25769
|
-
<
|
|
26416
|
+
<_class
|
|
25770
26417
|
autosize={
|
|
25771
26418
|
Object {
|
|
25772
26419
|
"maxRows": 3,
|
|
@@ -25787,16 +26434,13 @@ BUY1GET1-
|
|
|
25787
26434
|
labelPosition="top"
|
|
25788
26435
|
>
|
|
25789
26436
|
<div
|
|
25790
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
25791
|
-
errorMessage={false}
|
|
25792
|
-
labelPosition="top"
|
|
26437
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
25793
26438
|
>
|
|
25794
26439
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
25795
26440
|
labelPosition="top"
|
|
25796
26441
|
>
|
|
25797
26442
|
<div
|
|
25798
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
25799
|
-
labelPosition="top"
|
|
26443
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
25800
26444
|
>
|
|
25801
26445
|
<TextArea
|
|
25802
26446
|
autosize={
|
|
@@ -25843,7 +26487,7 @@ BUY1GET1-
|
|
|
25843
26487
|
"minRows": 1,
|
|
25844
26488
|
}
|
|
25845
26489
|
}
|
|
25846
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
26490
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
25847
26491
|
cols={35}
|
|
25848
26492
|
errorMessage={false}
|
|
25849
26493
|
id={3}
|
|
@@ -25859,7 +26503,7 @@ BUY1GET1-
|
|
|
25859
26503
|
onResize={[Function]}
|
|
25860
26504
|
>
|
|
25861
26505
|
<textarea
|
|
25862
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
26506
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
25863
26507
|
cols={35}
|
|
25864
26508
|
errorMessage={false}
|
|
25865
26509
|
id={3}
|
|
@@ -25888,7 +26532,7 @@ BUY1GET1-
|
|
|
25888
26532
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
25889
26533
|
</div>
|
|
25890
26534
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
25891
|
-
</
|
|
26535
|
+
</_class>
|
|
25892
26536
|
<CapHeading
|
|
25893
26537
|
key=".$label4"
|
|
25894
26538
|
style={
|
|
@@ -25900,7 +26544,7 @@ BUY1GET1-
|
|
|
25900
26544
|
type="h6"
|
|
25901
26545
|
>
|
|
25902
26546
|
<div
|
|
25903
|
-
className="CapHeading-vrvcag-0
|
|
26547
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
25904
26548
|
style={
|
|
25905
26549
|
Object {
|
|
25906
26550
|
"float": "right",
|
|
@@ -25922,7 +26566,7 @@ BUY1GET1-
|
|
|
25922
26566
|
type="h5"
|
|
25923
26567
|
>
|
|
25924
26568
|
<div
|
|
25925
|
-
className="CapHeading-vrvcag-0
|
|
26569
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
25926
26570
|
style={
|
|
25927
26571
|
Object {
|
|
25928
26572
|
"clear": "both",
|
|
@@ -25935,7 +26579,7 @@ BUY1GET1-
|
|
|
25935
26579
|
|
|
25936
26580
|
</div>
|
|
25937
26581
|
</CapHeading>
|
|
25938
|
-
<
|
|
26582
|
+
<_class
|
|
25939
26583
|
autosize={
|
|
25940
26584
|
Object {
|
|
25941
26585
|
"maxRows": 3,
|
|
@@ -25956,16 +26600,13 @@ BUY1GET1-
|
|
|
25956
26600
|
labelPosition="top"
|
|
25957
26601
|
>
|
|
25958
26602
|
<div
|
|
25959
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
25960
|
-
errorMessage={false}
|
|
25961
|
-
labelPosition="top"
|
|
26603
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
25962
26604
|
>
|
|
25963
26605
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
25964
26606
|
labelPosition="top"
|
|
25965
26607
|
>
|
|
25966
26608
|
<div
|
|
25967
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
25968
|
-
labelPosition="top"
|
|
26609
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
25969
26610
|
>
|
|
25970
26611
|
<TextArea
|
|
25971
26612
|
autosize={
|
|
@@ -26012,7 +26653,7 @@ BUY1GET1-
|
|
|
26012
26653
|
"minRows": 1,
|
|
26013
26654
|
}
|
|
26014
26655
|
}
|
|
26015
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
26656
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
26016
26657
|
cols={35}
|
|
26017
26658
|
errorMessage={false}
|
|
26018
26659
|
id={5}
|
|
@@ -26028,7 +26669,7 @@ BUY1GET1-
|
|
|
26028
26669
|
onResize={[Function]}
|
|
26029
26670
|
>
|
|
26030
26671
|
<textarea
|
|
26031
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
26672
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
26032
26673
|
cols={35}
|
|
26033
26674
|
errorMessage={false}
|
|
26034
26675
|
id={5}
|
|
@@ -26057,7 +26698,7 @@ BUY1GET1-
|
|
|
26057
26698
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
26058
26699
|
</div>
|
|
26059
26700
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
26060
|
-
</
|
|
26701
|
+
</_class>
|
|
26061
26702
|
<CapHeading
|
|
26062
26703
|
key=".$label6"
|
|
26063
26704
|
style={
|
|
@@ -26069,7 +26710,7 @@ BUY1GET1-
|
|
|
26069
26710
|
type="h6"
|
|
26070
26711
|
>
|
|
26071
26712
|
<div
|
|
26072
|
-
className="CapHeading-vrvcag-0
|
|
26713
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
26073
26714
|
style={
|
|
26074
26715
|
Object {
|
|
26075
26716
|
"float": "right",
|
|
@@ -26091,7 +26732,7 @@ BUY1GET1-
|
|
|
26091
26732
|
type="h5"
|
|
26092
26733
|
>
|
|
26093
26734
|
<div
|
|
26094
|
-
className="CapHeading-vrvcag-0
|
|
26735
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
26095
26736
|
style={
|
|
26096
26737
|
Object {
|
|
26097
26738
|
"clear": "both",
|
|
@@ -26104,7 +26745,7 @@ BUY1GET1-
|
|
|
26104
26745
|
|
|
26105
26746
|
</div>
|
|
26106
26747
|
</CapHeading>
|
|
26107
|
-
<
|
|
26748
|
+
<_class
|
|
26108
26749
|
autosize={
|
|
26109
26750
|
Object {
|
|
26110
26751
|
"maxRows": 3,
|
|
@@ -26125,16 +26766,13 @@ BUY1GET1-
|
|
|
26125
26766
|
labelPosition="top"
|
|
26126
26767
|
>
|
|
26127
26768
|
<div
|
|
26128
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
26129
|
-
errorMessage={false}
|
|
26130
|
-
labelPosition="top"
|
|
26769
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
26131
26770
|
>
|
|
26132
26771
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
26133
26772
|
labelPosition="top"
|
|
26134
26773
|
>
|
|
26135
26774
|
<div
|
|
26136
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
26137
|
-
labelPosition="top"
|
|
26775
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
26138
26776
|
>
|
|
26139
26777
|
<TextArea
|
|
26140
26778
|
autosize={
|
|
@@ -26181,7 +26819,7 @@ BUY1GET1-
|
|
|
26181
26819
|
"minRows": 1,
|
|
26182
26820
|
}
|
|
26183
26821
|
}
|
|
26184
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
26822
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
26185
26823
|
cols={35}
|
|
26186
26824
|
errorMessage={false}
|
|
26187
26825
|
id={7}
|
|
@@ -26197,7 +26835,7 @@ BUY1GET1-
|
|
|
26197
26835
|
onResize={[Function]}
|
|
26198
26836
|
>
|
|
26199
26837
|
<textarea
|
|
26200
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
26838
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
26201
26839
|
cols={35}
|
|
26202
26840
|
errorMessage={false}
|
|
26203
26841
|
id={7}
|
|
@@ -26226,7 +26864,7 @@ BUY1GET1-
|
|
|
26226
26864
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
26227
26865
|
</div>
|
|
26228
26866
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
26229
|
-
</
|
|
26867
|
+
</_class>
|
|
26230
26868
|
<CapHeading
|
|
26231
26869
|
key=".$label8"
|
|
26232
26870
|
style={
|
|
@@ -26238,7 +26876,7 @@ BUY1GET1-
|
|
|
26238
26876
|
type="h6"
|
|
26239
26877
|
>
|
|
26240
26878
|
<div
|
|
26241
|
-
className="CapHeading-vrvcag-0
|
|
26879
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
26242
26880
|
style={
|
|
26243
26881
|
Object {
|
|
26244
26882
|
"float": "right",
|
|
@@ -26262,7 +26900,7 @@ FREE GIFTS-
|
|
|
26262
26900
|
type="h5"
|
|
26263
26901
|
>
|
|
26264
26902
|
<div
|
|
26265
|
-
className="CapHeading-vrvcag-0
|
|
26903
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
26266
26904
|
style={
|
|
26267
26905
|
Object {
|
|
26268
26906
|
"clear": "both",
|
|
@@ -26277,7 +26915,7 @@ FREE GIFTS-
|
|
|
26277
26915
|
|
|
26278
26916
|
</div>
|
|
26279
26917
|
</CapHeading>
|
|
26280
|
-
<
|
|
26918
|
+
<_class
|
|
26281
26919
|
autosize={
|
|
26282
26920
|
Object {
|
|
26283
26921
|
"maxRows": 3,
|
|
@@ -26298,16 +26936,13 @@ FREE GIFTS-
|
|
|
26298
26936
|
labelPosition="top"
|
|
26299
26937
|
>
|
|
26300
26938
|
<div
|
|
26301
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
26302
|
-
errorMessage={false}
|
|
26303
|
-
labelPosition="top"
|
|
26939
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
26304
26940
|
>
|
|
26305
26941
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
26306
26942
|
labelPosition="top"
|
|
26307
26943
|
>
|
|
26308
26944
|
<div
|
|
26309
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
26310
|
-
labelPosition="top"
|
|
26945
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
26311
26946
|
>
|
|
26312
26947
|
<TextArea
|
|
26313
26948
|
autosize={
|
|
@@ -26354,7 +26989,7 @@ FREE GIFTS-
|
|
|
26354
26989
|
"minRows": 1,
|
|
26355
26990
|
}
|
|
26356
26991
|
}
|
|
26357
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
26992
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
26358
26993
|
cols={35}
|
|
26359
26994
|
errorMessage={false}
|
|
26360
26995
|
id={9}
|
|
@@ -26370,7 +27005,7 @@ FREE GIFTS-
|
|
|
26370
27005
|
onResize={[Function]}
|
|
26371
27006
|
>
|
|
26372
27007
|
<textarea
|
|
26373
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
27008
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
26374
27009
|
cols={35}
|
|
26375
27010
|
errorMessage={false}
|
|
26376
27011
|
id={9}
|
|
@@ -26399,7 +27034,7 @@ FREE GIFTS-
|
|
|
26399
27034
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
26400
27035
|
</div>
|
|
26401
27036
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
26402
|
-
</
|
|
27037
|
+
</_class>
|
|
26403
27038
|
<CapHeading
|
|
26404
27039
|
key=".$label10"
|
|
26405
27040
|
style={
|
|
@@ -26411,7 +27046,7 @@ FREE GIFTS-
|
|
|
26411
27046
|
type="h6"
|
|
26412
27047
|
>
|
|
26413
27048
|
<div
|
|
26414
|
-
className="CapHeading-vrvcag-0
|
|
27049
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
26415
27050
|
style={
|
|
26416
27051
|
Object {
|
|
26417
27052
|
"float": "right",
|
|
@@ -26433,7 +27068,7 @@ FREE GIFTS-
|
|
|
26433
27068
|
type="h5"
|
|
26434
27069
|
>
|
|
26435
27070
|
<div
|
|
26436
|
-
className="CapHeading-vrvcag-0
|
|
27071
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
26437
27072
|
style={
|
|
26438
27073
|
Object {
|
|
26439
27074
|
"clear": "both",
|
|
@@ -26446,7 +27081,7 @@ FREE GIFTS-
|
|
|
26446
27081
|
|
|
26447
27082
|
</div>
|
|
26448
27083
|
</CapHeading>
|
|
26449
|
-
<
|
|
27084
|
+
<_class
|
|
26450
27085
|
autosize={
|
|
26451
27086
|
Object {
|
|
26452
27087
|
"maxRows": 3,
|
|
@@ -26467,16 +27102,13 @@ FREE GIFTS-
|
|
|
26467
27102
|
labelPosition="top"
|
|
26468
27103
|
>
|
|
26469
27104
|
<div
|
|
26470
|
-
className="ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0
|
|
26471
|
-
errorMessage={false}
|
|
26472
|
-
labelPosition="top"
|
|
27105
|
+
className="component-with-label ComponentWithLabelHOC__CapComponentStyled-sc-1qk6bpg-0 hREhdh"
|
|
26473
27106
|
>
|
|
26474
27107
|
<ComponentWithLabelHOC__ComponentWithLabelWrapper
|
|
26475
27108
|
labelPosition="top"
|
|
26476
27109
|
>
|
|
26477
27110
|
<div
|
|
26478
|
-
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1
|
|
26479
|
-
labelPosition="top"
|
|
27111
|
+
className="ComponentWithLabelHOC__ComponentWithLabelWrapper-sc-1qk6bpg-1 evSAae"
|
|
26480
27112
|
>
|
|
26481
27113
|
<TextArea
|
|
26482
27114
|
autosize={
|
|
@@ -26523,7 +27155,7 @@ FREE GIFTS-
|
|
|
26523
27155
|
"minRows": 1,
|
|
26524
27156
|
}
|
|
26525
27157
|
}
|
|
26526
|
-
className="TextArea__StyledTextArea-sc-177dfyt-2
|
|
27158
|
+
className="TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
26527
27159
|
cols={35}
|
|
26528
27160
|
errorMessage={false}
|
|
26529
27161
|
id={11}
|
|
@@ -26539,7 +27171,7 @@ FREE GIFTS-
|
|
|
26539
27171
|
onResize={[Function]}
|
|
26540
27172
|
>
|
|
26541
27173
|
<textarea
|
|
26542
|
-
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2
|
|
27174
|
+
className="ant-input TextArea__StyledTextArea-sc-177dfyt-2 bSaDoB"
|
|
26543
27175
|
cols={35}
|
|
26544
27176
|
errorMessage={false}
|
|
26545
27177
|
id={11}
|
|
@@ -26568,7 +27200,7 @@ FREE GIFTS-
|
|
|
26568
27200
|
</ComponentWithLabelHOC__ComponentWithLabelWrapper>
|
|
26569
27201
|
</div>
|
|
26570
27202
|
</ComponentWithLabelHOC__CapComponentStyled>
|
|
26571
|
-
</
|
|
27203
|
+
</_class>
|
|
26572
27204
|
<CapHeading
|
|
26573
27205
|
key=".$label11"
|
|
26574
27206
|
style={
|
|
@@ -26580,7 +27212,7 @@ FREE GIFTS-
|
|
|
26580
27212
|
type="h6"
|
|
26581
27213
|
>
|
|
26582
27214
|
<div
|
|
26583
|
-
className="CapHeading-vrvcag-0
|
|
27215
|
+
className="CapHeading-vrvcag-0 jUynrA"
|
|
26584
27216
|
style={
|
|
26585
27217
|
Object {
|
|
26586
27218
|
"float": "right",
|
|
@@ -26614,7 +27246,7 @@ FREE GIFTS-
|
|
|
26614
27246
|
type="h5"
|
|
26615
27247
|
>
|
|
26616
27248
|
<div
|
|
26617
|
-
className="CapHeading-vrvcag-0
|
|
27249
|
+
className="CapHeading-vrvcag-0 iwHEDi"
|
|
26618
27250
|
style={
|
|
26619
27251
|
Object {
|
|
26620
27252
|
"float": "right",
|
|
@@ -26682,7 +27314,7 @@ FREE GIFTS-
|
|
|
26682
27314
|
type="h4"
|
|
26683
27315
|
>
|
|
26684
27316
|
<span
|
|
26685
|
-
className="CapHeading__CapHeadingSpan-vrvcag-1
|
|
27317
|
+
className="title CapHeading__CapHeadingSpan-vrvcag-1 hApGSN"
|
|
26686
27318
|
type="h4"
|
|
26687
27319
|
/>
|
|
26688
27320
|
</CapHeading__CapHeadingSpan>
|
|
@@ -26903,6 +27535,7 @@ FREE GIFTS-
|
|
|
26903
27535
|
"creatives.components.TemplatePreview.smsFormatType": "Message has unicode characters",
|
|
26904
27536
|
"creatives.components.TemplatePreview.smsIcon": "Sms Icon",
|
|
26905
27537
|
"creatives.components.TemplatePreview.unicodeIconTooltip": "This message has unicode characters. This may affect the cost per message.",
|
|
27538
|
+
"creatives.components.TestPage.header": "Looks like youas are lost!",
|
|
26906
27539
|
"creatives.components.Toastr.header": "This is the Toastr component !",
|
|
26907
27540
|
"creatives.components.ToastrMessage.close": "close",
|
|
26908
27541
|
"creatives.components.ToastrMessage.header": "This is the ToastrMessage component !",
|
|
@@ -27587,6 +28220,9 @@ FREE GIFTS-
|
|
|
27587
28220
|
"creatives.containers.Templates.wechatHeader": "WECHAT",
|
|
27588
28221
|
"creatives.containers.Templates.yesText": "Yes",
|
|
27589
28222
|
"creatives.containers.Templates.zipUploadFailed": "Failed to upload zip file",
|
|
28223
|
+
"creatives.containers.Testv2.descriptionTestv2": "Description of Testv2",
|
|
28224
|
+
"creatives.containers.Testv2.header": "This is Testv2 container !",
|
|
28225
|
+
"creatives.containers.Testv2.testv2": "Testv2",
|
|
27590
28226
|
"creatives.containers.View.descriptionView": "Description of View",
|
|
27591
28227
|
"creatives.containers.View.header": "This is View container !",
|
|
27592
28228
|
"creatives.containers.View.view": "View",
|
|
@@ -28593,6 +29229,10 @@ new message content.",
|
|
|
28593
29229
|
"creatives.containersV2.TemplatesV2.viber": "Viber",
|
|
28594
29230
|
"creatives.containersV2.TemplatesV2.wechat": "Wechat",
|
|
28595
29231
|
"creatives.containersV2.TemplatesV2.whatsapp": "WhatsApp",
|
|
29232
|
+
"creatives.containersV2.TestPage.header": "Looks like youas are lost!",
|
|
29233
|
+
"creatives.containersV2.Testv2.descriptionTestv2": "Description of Testv2",
|
|
29234
|
+
"creatives.containersV2.Testv2.header": "This is Testv2 container !",
|
|
29235
|
+
"creatives.containersV2.Testv2.testv2": "Testv2",
|
|
28596
29236
|
"creatives.containersV2.View.descriptionView": "Description of View",
|
|
28597
29237
|
"creatives.containersV2.View.header": "This is View container !",
|
|
28598
29238
|
"creatives.containersV2.View.view": "View",
|
|
@@ -29653,7 +30293,7 @@ new message content.",
|
|
|
29653
30293
|
type="h3"
|
|
29654
30294
|
>
|
|
29655
30295
|
<div
|
|
29656
|
-
className="CapHeading-vrvcag-0
|
|
30296
|
+
className="CapHeading-vrvcag-0 kolsfA"
|
|
29657
30297
|
type="h3"
|
|
29658
30298
|
>
|
|
29659
30299
|
<FormattedMessage
|
|
@@ -29694,7 +30334,7 @@ new message content.",
|
|
|
29694
30334
|
</CapRow>
|
|
29695
30335
|
<Edit__SMSTraiFooter>
|
|
29696
30336
|
<div
|
|
29697
|
-
className="Edit__SMSTraiFooter-jwsec7-0
|
|
30337
|
+
className="Edit__SMSTraiFooter-jwsec7-0 eHIdLI"
|
|
29698
30338
|
>
|
|
29699
30339
|
<CapButton
|
|
29700
30340
|
className="create-msg"
|