@capillarytech/creatives-library 8.0.299-alpha.6 → 8.0.299-alpha.7
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/package.json +1 -1
- package/v2Components/CommonTestAndPreview/_commonTestAndPreview.scss +31 -114
- package/v2Components/CommonTestAndPreview/index.js +1 -16
- package/v2Components/HtmlEditor/hooks/__tests__/useValidation.test.js +320 -0
- package/v2Components/HtmlEditor/utils/__tests__/htmlValidator.enhanced.test.js +132 -0
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +1360 -1480
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +309 -339
- package/v2Containers/TemplatesV2/TemplatesV2.style.js +3 -9
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +5101 -5441
|
@@ -10795,53 +10795,44 @@ new message content.",
|
|
|
10795
10795
|
closeIconSize="m"
|
|
10796
10796
|
closeIconType="close"
|
|
10797
10797
|
content={
|
|
10798
|
-
<
|
|
10799
|
-
className="common-test-
|
|
10800
|
-
|
|
10801
|
-
Object {
|
|
10802
|
-
"height": "100%",
|
|
10803
|
-
"position": "relative",
|
|
10804
|
-
}
|
|
10805
|
-
}
|
|
10798
|
+
<CapSpin
|
|
10799
|
+
className="common-test-preview-lookup-spin "
|
|
10800
|
+
spinning={false}
|
|
10806
10801
|
>
|
|
10807
|
-
<
|
|
10808
|
-
className="
|
|
10809
|
-
spinning={false}
|
|
10802
|
+
<CapRow
|
|
10803
|
+
className="test-preview-container"
|
|
10810
10804
|
>
|
|
10811
10805
|
<CapRow
|
|
10812
|
-
className="test-preview-
|
|
10806
|
+
className="test-and-preview-panels"
|
|
10813
10807
|
>
|
|
10814
10808
|
<CapRow
|
|
10815
|
-
className="
|
|
10809
|
+
className="left-panel"
|
|
10816
10810
|
>
|
|
10811
|
+
<LeftPanelContent
|
|
10812
|
+
customers={Immutable.List []}
|
|
10813
|
+
enableCustomerSearch={true}
|
|
10814
|
+
enableTagExtraction={true}
|
|
10815
|
+
error7078Message={null}
|
|
10816
|
+
extractedTags={Immutable.List []}
|
|
10817
|
+
handleClearSelection={[Function]}
|
|
10818
|
+
handleCustomerSelect={[Function]}
|
|
10819
|
+
handleExtractTags={[Function]}
|
|
10820
|
+
handleSearchCustomer={[Function]}
|
|
10821
|
+
isExtractingTags={false}
|
|
10822
|
+
isSearchingCustomer={false}
|
|
10823
|
+
renderCustomValuesEditor={[Function]}
|
|
10824
|
+
selectedCustomer={null}
|
|
10825
|
+
tagsExtracted={false}
|
|
10826
|
+
/>
|
|
10827
|
+
<CapDivider
|
|
10828
|
+
className="panel-divider"
|
|
10829
|
+
/>
|
|
10817
10830
|
<CapRow
|
|
10818
|
-
className="
|
|
10831
|
+
className="panel-section send-test-section"
|
|
10819
10832
|
>
|
|
10820
|
-
<
|
|
10821
|
-
|
|
10822
|
-
|
|
10823
|
-
enableTagExtraction={true}
|
|
10824
|
-
error7078Message={null}
|
|
10825
|
-
extractedTags={Immutable.List []}
|
|
10826
|
-
handleClearSelection={[Function]}
|
|
10827
|
-
handleCustomerSelect={[Function]}
|
|
10828
|
-
handleExtractTags={[Function]}
|
|
10829
|
-
handleSearchCustomer={[Function]}
|
|
10830
|
-
isExtractingTags={false}
|
|
10831
|
-
isSearchingCustomer={false}
|
|
10832
|
-
renderCustomValuesEditor={[Function]}
|
|
10833
|
-
selectedCustomer={null}
|
|
10834
|
-
tagsExtracted={false}
|
|
10835
|
-
/>
|
|
10836
|
-
<CapDivider
|
|
10837
|
-
className="panel-divider"
|
|
10838
|
-
/>
|
|
10839
|
-
<CapRow
|
|
10840
|
-
className="panel-section send-test-section"
|
|
10841
|
-
>
|
|
10842
|
-
<SendTestMessage
|
|
10843
|
-
channel="SMS"
|
|
10844
|
-
content="LATEST FASHION@VISHAL
|
|
10833
|
+
<SendTestMessage
|
|
10834
|
+
channel="SMS"
|
|
10835
|
+
content="LATEST FASHION@VISHAL
|
|
10845
10836
|
{#var#}
|
|
10846
10837
|
|
|
10847
10838
|
BUY1GET1-
|
|
@@ -10852,19 +10843,19 @@ BUY1GET1-
|
|
|
10852
10843
|
FREE GIFTS-
|
|
10853
10844
|
{#var#}
|
|
10854
10845
|
{#var#}"
|
|
10855
|
-
|
|
10856
|
-
|
|
10857
|
-
|
|
10858
|
-
|
|
10859
|
-
|
|
10860
|
-
|
|
10861
|
-
}
|
|
10846
|
+
deliverySettings={
|
|
10847
|
+
Object {
|
|
10848
|
+
"cdmaSenderId": "",
|
|
10849
|
+
"domainGatewayMapId": null,
|
|
10850
|
+
"domainId": null,
|
|
10851
|
+
"gsmSenderId": "",
|
|
10862
10852
|
}
|
|
10863
|
-
|
|
10864
|
-
|
|
10865
|
-
|
|
10866
|
-
|
|
10867
|
-
|
|
10853
|
+
}
|
|
10854
|
+
formData={
|
|
10855
|
+
Object {
|
|
10856
|
+
"templateConfigs": Object {
|
|
10857
|
+
"registeredSenderIds": "VISHMM",
|
|
10858
|
+
"template": "LATEST FASHION@VISHAL
|
|
10868
10859
|
{#var#}
|
|
10869
10860
|
|
|
10870
10861
|
BUY1GET1-
|
|
@@ -10875,57 +10866,57 @@ BUY1GET1-
|
|
|
10875
10866
|
FREE GIFTS-
|
|
10876
10867
|
{#var#}
|
|
10877
10868
|
{#var#}",
|
|
10878
|
-
|
|
10879
|
-
|
|
10880
|
-
|
|
10881
|
-
}
|
|
10882
|
-
}
|
|
10883
|
-
formatMessage={[Function]}
|
|
10884
|
-
handleSendTestMessage={[Function]}
|
|
10885
|
-
handleTestEntitiesChange={[Function]}
|
|
10886
|
-
isFetchingTestCustomers={false}
|
|
10887
|
-
isFetchingTestGroups={false}
|
|
10888
|
-
isLoadingSenderDetails={false}
|
|
10889
|
-
isSendingTestMessage={false}
|
|
10890
|
-
onSaveDeliverySettings={[Function]}
|
|
10891
|
-
registeredSenderIds="VISHMM"
|
|
10892
|
-
renderAddTestCustomerButton={[Function]}
|
|
10893
|
-
searchValue=""
|
|
10894
|
-
selectedTestEntities={Array []}
|
|
10895
|
-
senderDetailsOptions={Array []}
|
|
10896
|
-
setSearchValue={[Function]}
|
|
10897
|
-
smsTraiDltEnabled={true}
|
|
10898
|
-
testEntitiesTreeData={
|
|
10899
|
-
Array [
|
|
10900
|
-
Object {
|
|
10901
|
-
"children": Immutable.List [],
|
|
10902
|
-
"selectable": false,
|
|
10903
|
-
"title": "Groups",
|
|
10904
|
-
"value": "groups-node",
|
|
10905
|
-
},
|
|
10906
|
-
Object {
|
|
10907
|
-
"children": Immutable.List [],
|
|
10908
|
-
"selectable": false,
|
|
10909
|
-
"title": "Individuals",
|
|
10910
|
-
"value": "customers-node",
|
|
10911
|
-
},
|
|
10912
|
-
]
|
|
10869
|
+
"templateId": "'1107160207324585172'",
|
|
10870
|
+
"traiDltEnabled": true,
|
|
10871
|
+
},
|
|
10913
10872
|
}
|
|
10914
|
-
|
|
10915
|
-
|
|
10916
|
-
|
|
10917
|
-
|
|
10918
|
-
|
|
10873
|
+
}
|
|
10874
|
+
formatMessage={[Function]}
|
|
10875
|
+
handleSendTestMessage={[Function]}
|
|
10876
|
+
handleTestEntitiesChange={[Function]}
|
|
10877
|
+
isFetchingTestCustomers={false}
|
|
10878
|
+
isFetchingTestGroups={false}
|
|
10879
|
+
isLoadingSenderDetails={false}
|
|
10880
|
+
isSendingTestMessage={false}
|
|
10881
|
+
onSaveDeliverySettings={[Function]}
|
|
10882
|
+
registeredSenderIds="VISHMM"
|
|
10883
|
+
renderAddTestCustomerButton={[Function]}
|
|
10884
|
+
searchValue=""
|
|
10885
|
+
selectedTestEntities={Array []}
|
|
10886
|
+
senderDetailsOptions={Array []}
|
|
10887
|
+
setSearchValue={[Function]}
|
|
10888
|
+
smsTraiDltEnabled={true}
|
|
10889
|
+
testEntitiesTreeData={
|
|
10890
|
+
Array [
|
|
10891
|
+
Object {
|
|
10892
|
+
"children": Immutable.List [],
|
|
10893
|
+
"selectable": false,
|
|
10894
|
+
"title": "Groups",
|
|
10895
|
+
"value": "groups-node",
|
|
10896
|
+
},
|
|
10897
|
+
Object {
|
|
10898
|
+
"children": Immutable.List [],
|
|
10899
|
+
"selectable": false,
|
|
10900
|
+
"title": "Individuals",
|
|
10901
|
+
"value": "customers-node",
|
|
10902
|
+
},
|
|
10903
|
+
]
|
|
10904
|
+
}
|
|
10905
|
+
wecrmAccounts={Array []}
|
|
10919
10906
|
/>
|
|
10920
10907
|
</CapRow>
|
|
10921
|
-
<
|
|
10922
|
-
className="
|
|
10923
|
-
|
|
10924
|
-
|
|
10925
|
-
|
|
10926
|
-
|
|
10927
|
-
|
|
10928
|
-
|
|
10908
|
+
<CapDivider
|
|
10909
|
+
className="panel-divider"
|
|
10910
|
+
/>
|
|
10911
|
+
</CapRow>
|
|
10912
|
+
<CapRow
|
|
10913
|
+
className="right-panel"
|
|
10914
|
+
>
|
|
10915
|
+
<PreviewSection
|
|
10916
|
+
unifiedPreviewProps={
|
|
10917
|
+
Object {
|
|
10918
|
+
"channel": "SMS",
|
|
10919
|
+
"content": "LATEST FASHION@VISHAL
|
|
10929
10920
|
{#var#}
|
|
10930
10921
|
|
|
10931
10922
|
BUY1GET1-
|
|
@@ -10936,23 +10927,22 @@ BUY1GET1-
|
|
|
10936
10927
|
FREE GIFTS-
|
|
10937
10928
|
{#var#}
|
|
10938
10929
|
{#var#}",
|
|
10939
|
-
|
|
10940
|
-
|
|
10941
|
-
|
|
10942
|
-
|
|
10943
|
-
|
|
10944
|
-
|
|
10945
|
-
|
|
10946
|
-
|
|
10947
|
-
|
|
10948
|
-
}
|
|
10930
|
+
"device": "desktop",
|
|
10931
|
+
"error": null,
|
|
10932
|
+
"formatMessage": [Function],
|
|
10933
|
+
"isUpdating": false,
|
|
10934
|
+
"lastModified": undefined,
|
|
10935
|
+
"onDeviceChange": [Function],
|
|
10936
|
+
"selectedCustomer": null,
|
|
10937
|
+
"showDeviceToggle": true,
|
|
10938
|
+
"updatedByName": undefined,
|
|
10949
10939
|
}
|
|
10950
|
-
|
|
10951
|
-
|
|
10940
|
+
}
|
|
10941
|
+
/>
|
|
10952
10942
|
</CapRow>
|
|
10953
10943
|
</CapRow>
|
|
10954
|
-
</
|
|
10955
|
-
</
|
|
10944
|
+
</CapRow>
|
|
10945
|
+
</CapSpin>
|
|
10956
10946
|
}
|
|
10957
10947
|
handleClose={[Function]}
|
|
10958
10948
|
header={
|
|
@@ -21794,53 +21784,44 @@ new message content.",
|
|
|
21794
21784
|
closeIconSize="m"
|
|
21795
21785
|
closeIconType="close"
|
|
21796
21786
|
content={
|
|
21797
|
-
<
|
|
21798
|
-
className="common-test-
|
|
21799
|
-
|
|
21800
|
-
Object {
|
|
21801
|
-
"height": "100%",
|
|
21802
|
-
"position": "relative",
|
|
21803
|
-
}
|
|
21804
|
-
}
|
|
21787
|
+
<CapSpin
|
|
21788
|
+
className="common-test-preview-lookup-spin "
|
|
21789
|
+
spinning={false}
|
|
21805
21790
|
>
|
|
21806
|
-
<
|
|
21807
|
-
className="
|
|
21808
|
-
spinning={false}
|
|
21791
|
+
<CapRow
|
|
21792
|
+
className="test-preview-container"
|
|
21809
21793
|
>
|
|
21810
21794
|
<CapRow
|
|
21811
|
-
className="test-preview-
|
|
21795
|
+
className="test-and-preview-panels"
|
|
21812
21796
|
>
|
|
21813
21797
|
<CapRow
|
|
21814
|
-
className="
|
|
21798
|
+
className="left-panel"
|
|
21815
21799
|
>
|
|
21800
|
+
<LeftPanelContent
|
|
21801
|
+
customers={Immutable.List []}
|
|
21802
|
+
enableCustomerSearch={true}
|
|
21803
|
+
enableTagExtraction={true}
|
|
21804
|
+
error7078Message={null}
|
|
21805
|
+
extractedTags={Immutable.List []}
|
|
21806
|
+
handleClearSelection={[Function]}
|
|
21807
|
+
handleCustomerSelect={[Function]}
|
|
21808
|
+
handleExtractTags={[Function]}
|
|
21809
|
+
handleSearchCustomer={[Function]}
|
|
21810
|
+
isExtractingTags={false}
|
|
21811
|
+
isSearchingCustomer={false}
|
|
21812
|
+
renderCustomValuesEditor={[Function]}
|
|
21813
|
+
selectedCustomer={null}
|
|
21814
|
+
tagsExtracted={false}
|
|
21815
|
+
/>
|
|
21816
|
+
<CapDivider
|
|
21817
|
+
className="panel-divider"
|
|
21818
|
+
/>
|
|
21816
21819
|
<CapRow
|
|
21817
|
-
className="
|
|
21820
|
+
className="panel-section send-test-section"
|
|
21818
21821
|
>
|
|
21819
|
-
<
|
|
21820
|
-
|
|
21821
|
-
|
|
21822
|
-
enableTagExtraction={true}
|
|
21823
|
-
error7078Message={null}
|
|
21824
|
-
extractedTags={Immutable.List []}
|
|
21825
|
-
handleClearSelection={[Function]}
|
|
21826
|
-
handleCustomerSelect={[Function]}
|
|
21827
|
-
handleExtractTags={[Function]}
|
|
21828
|
-
handleSearchCustomer={[Function]}
|
|
21829
|
-
isExtractingTags={false}
|
|
21830
|
-
isSearchingCustomer={false}
|
|
21831
|
-
renderCustomValuesEditor={[Function]}
|
|
21832
|
-
selectedCustomer={null}
|
|
21833
|
-
tagsExtracted={false}
|
|
21834
|
-
/>
|
|
21835
|
-
<CapDivider
|
|
21836
|
-
className="panel-divider"
|
|
21837
|
-
/>
|
|
21838
|
-
<CapRow
|
|
21839
|
-
className="panel-section send-test-section"
|
|
21840
|
-
>
|
|
21841
|
-
<SendTestMessage
|
|
21842
|
-
channel="SMS"
|
|
21843
|
-
content="LATEST FASHION@VISHAL
|
|
21822
|
+
<SendTestMessage
|
|
21823
|
+
channel="SMS"
|
|
21824
|
+
content="LATEST FASHION@VISHAL
|
|
21844
21825
|
{#var#}
|
|
21845
21826
|
|
|
21846
21827
|
BUY1GET1-
|
|
@@ -21851,19 +21832,19 @@ BUY1GET1-
|
|
|
21851
21832
|
FREE GIFTS-
|
|
21852
21833
|
{#var#}
|
|
21853
21834
|
{#var#}"
|
|
21854
|
-
|
|
21855
|
-
|
|
21856
|
-
|
|
21857
|
-
|
|
21858
|
-
|
|
21859
|
-
|
|
21860
|
-
}
|
|
21835
|
+
deliverySettings={
|
|
21836
|
+
Object {
|
|
21837
|
+
"cdmaSenderId": "",
|
|
21838
|
+
"domainGatewayMapId": null,
|
|
21839
|
+
"domainId": null,
|
|
21840
|
+
"gsmSenderId": "",
|
|
21861
21841
|
}
|
|
21862
|
-
|
|
21863
|
-
|
|
21864
|
-
|
|
21865
|
-
|
|
21866
|
-
|
|
21842
|
+
}
|
|
21843
|
+
formData={
|
|
21844
|
+
Object {
|
|
21845
|
+
"templateConfigs": Object {
|
|
21846
|
+
"registeredSenderIds": "VISHMM",
|
|
21847
|
+
"template": "LATEST FASHION@VISHAL
|
|
21867
21848
|
{#var#}
|
|
21868
21849
|
|
|
21869
21850
|
BUY1GET1-
|
|
@@ -21874,57 +21855,57 @@ BUY1GET1-
|
|
|
21874
21855
|
FREE GIFTS-
|
|
21875
21856
|
{#var#}
|
|
21876
21857
|
{#var#}",
|
|
21877
|
-
|
|
21878
|
-
|
|
21879
|
-
|
|
21880
|
-
}
|
|
21881
|
-
}
|
|
21882
|
-
formatMessage={[Function]}
|
|
21883
|
-
handleSendTestMessage={[Function]}
|
|
21884
|
-
handleTestEntitiesChange={[Function]}
|
|
21885
|
-
isFetchingTestCustomers={false}
|
|
21886
|
-
isFetchingTestGroups={false}
|
|
21887
|
-
isLoadingSenderDetails={false}
|
|
21888
|
-
isSendingTestMessage={false}
|
|
21889
|
-
onSaveDeliverySettings={[Function]}
|
|
21890
|
-
registeredSenderIds="VISHMM"
|
|
21891
|
-
renderAddTestCustomerButton={[Function]}
|
|
21892
|
-
searchValue=""
|
|
21893
|
-
selectedTestEntities={Array []}
|
|
21894
|
-
senderDetailsOptions={Array []}
|
|
21895
|
-
setSearchValue={[Function]}
|
|
21896
|
-
smsTraiDltEnabled={true}
|
|
21897
|
-
testEntitiesTreeData={
|
|
21898
|
-
Array [
|
|
21899
|
-
Object {
|
|
21900
|
-
"children": Immutable.List [],
|
|
21901
|
-
"selectable": false,
|
|
21902
|
-
"title": "Groups",
|
|
21903
|
-
"value": "groups-node",
|
|
21904
|
-
},
|
|
21905
|
-
Object {
|
|
21906
|
-
"children": Immutable.List [],
|
|
21907
|
-
"selectable": false,
|
|
21908
|
-
"title": "Individuals",
|
|
21909
|
-
"value": "customers-node",
|
|
21910
|
-
},
|
|
21911
|
-
]
|
|
21858
|
+
"templateId": "'1107160207324585172'",
|
|
21859
|
+
"traiDltEnabled": true,
|
|
21860
|
+
},
|
|
21912
21861
|
}
|
|
21913
|
-
|
|
21914
|
-
|
|
21915
|
-
|
|
21916
|
-
|
|
21917
|
-
|
|
21862
|
+
}
|
|
21863
|
+
formatMessage={[Function]}
|
|
21864
|
+
handleSendTestMessage={[Function]}
|
|
21865
|
+
handleTestEntitiesChange={[Function]}
|
|
21866
|
+
isFetchingTestCustomers={false}
|
|
21867
|
+
isFetchingTestGroups={false}
|
|
21868
|
+
isLoadingSenderDetails={false}
|
|
21869
|
+
isSendingTestMessage={false}
|
|
21870
|
+
onSaveDeliverySettings={[Function]}
|
|
21871
|
+
registeredSenderIds="VISHMM"
|
|
21872
|
+
renderAddTestCustomerButton={[Function]}
|
|
21873
|
+
searchValue=""
|
|
21874
|
+
selectedTestEntities={Array []}
|
|
21875
|
+
senderDetailsOptions={Array []}
|
|
21876
|
+
setSearchValue={[Function]}
|
|
21877
|
+
smsTraiDltEnabled={true}
|
|
21878
|
+
testEntitiesTreeData={
|
|
21879
|
+
Array [
|
|
21880
|
+
Object {
|
|
21881
|
+
"children": Immutable.List [],
|
|
21882
|
+
"selectable": false,
|
|
21883
|
+
"title": "Groups",
|
|
21884
|
+
"value": "groups-node",
|
|
21885
|
+
},
|
|
21886
|
+
Object {
|
|
21887
|
+
"children": Immutable.List [],
|
|
21888
|
+
"selectable": false,
|
|
21889
|
+
"title": "Individuals",
|
|
21890
|
+
"value": "customers-node",
|
|
21891
|
+
},
|
|
21892
|
+
]
|
|
21893
|
+
}
|
|
21894
|
+
wecrmAccounts={Array []}
|
|
21918
21895
|
/>
|
|
21919
21896
|
</CapRow>
|
|
21920
|
-
<
|
|
21921
|
-
className="
|
|
21922
|
-
|
|
21923
|
-
|
|
21924
|
-
|
|
21925
|
-
|
|
21926
|
-
|
|
21927
|
-
|
|
21897
|
+
<CapDivider
|
|
21898
|
+
className="panel-divider"
|
|
21899
|
+
/>
|
|
21900
|
+
</CapRow>
|
|
21901
|
+
<CapRow
|
|
21902
|
+
className="right-panel"
|
|
21903
|
+
>
|
|
21904
|
+
<PreviewSection
|
|
21905
|
+
unifiedPreviewProps={
|
|
21906
|
+
Object {
|
|
21907
|
+
"channel": "SMS",
|
|
21908
|
+
"content": "LATEST FASHION@VISHAL
|
|
21928
21909
|
{#var#}
|
|
21929
21910
|
|
|
21930
21911
|
BUY1GET1-
|
|
@@ -21935,23 +21916,22 @@ BUY1GET1-
|
|
|
21935
21916
|
FREE GIFTS-
|
|
21936
21917
|
{#var#}
|
|
21937
21918
|
{#var#}",
|
|
21938
|
-
|
|
21939
|
-
|
|
21940
|
-
|
|
21941
|
-
|
|
21942
|
-
|
|
21943
|
-
|
|
21944
|
-
|
|
21945
|
-
|
|
21946
|
-
|
|
21947
|
-
}
|
|
21919
|
+
"device": "desktop",
|
|
21920
|
+
"error": null,
|
|
21921
|
+
"formatMessage": [Function],
|
|
21922
|
+
"isUpdating": false,
|
|
21923
|
+
"lastModified": undefined,
|
|
21924
|
+
"onDeviceChange": [Function],
|
|
21925
|
+
"selectedCustomer": null,
|
|
21926
|
+
"showDeviceToggle": true,
|
|
21927
|
+
"updatedByName": undefined,
|
|
21948
21928
|
}
|
|
21949
|
-
|
|
21950
|
-
|
|
21929
|
+
}
|
|
21930
|
+
/>
|
|
21951
21931
|
</CapRow>
|
|
21952
21932
|
</CapRow>
|
|
21953
|
-
</
|
|
21954
|
-
</
|
|
21933
|
+
</CapRow>
|
|
21934
|
+
</CapSpin>
|
|
21955
21935
|
}
|
|
21956
21936
|
handleClose={[Function]}
|
|
21957
21937
|
header={
|
|
@@ -32883,53 +32863,44 @@ new message content.",
|
|
|
32883
32863
|
closeIconSize="m"
|
|
32884
32864
|
closeIconType="close"
|
|
32885
32865
|
content={
|
|
32886
|
-
<
|
|
32887
|
-
className="common-test-
|
|
32888
|
-
|
|
32889
|
-
Object {
|
|
32890
|
-
"height": "100%",
|
|
32891
|
-
"position": "relative",
|
|
32892
|
-
}
|
|
32893
|
-
}
|
|
32866
|
+
<CapSpin
|
|
32867
|
+
className="common-test-preview-lookup-spin "
|
|
32868
|
+
spinning={false}
|
|
32894
32869
|
>
|
|
32895
|
-
<
|
|
32896
|
-
className="
|
|
32897
|
-
spinning={false}
|
|
32870
|
+
<CapRow
|
|
32871
|
+
className="test-preview-container"
|
|
32898
32872
|
>
|
|
32899
32873
|
<CapRow
|
|
32900
|
-
className="test-preview-
|
|
32874
|
+
className="test-and-preview-panels"
|
|
32901
32875
|
>
|
|
32902
32876
|
<CapRow
|
|
32903
|
-
className="
|
|
32877
|
+
className="left-panel"
|
|
32904
32878
|
>
|
|
32879
|
+
<LeftPanelContent
|
|
32880
|
+
customers={Immutable.List []}
|
|
32881
|
+
enableCustomerSearch={true}
|
|
32882
|
+
enableTagExtraction={true}
|
|
32883
|
+
error7078Message={null}
|
|
32884
|
+
extractedTags={Immutable.List []}
|
|
32885
|
+
handleClearSelection={[Function]}
|
|
32886
|
+
handleCustomerSelect={[Function]}
|
|
32887
|
+
handleExtractTags={[Function]}
|
|
32888
|
+
handleSearchCustomer={[Function]}
|
|
32889
|
+
isExtractingTags={false}
|
|
32890
|
+
isSearchingCustomer={false}
|
|
32891
|
+
renderCustomValuesEditor={[Function]}
|
|
32892
|
+
selectedCustomer={null}
|
|
32893
|
+
tagsExtracted={false}
|
|
32894
|
+
/>
|
|
32895
|
+
<CapDivider
|
|
32896
|
+
className="panel-divider"
|
|
32897
|
+
/>
|
|
32905
32898
|
<CapRow
|
|
32906
|
-
className="
|
|
32899
|
+
className="panel-section send-test-section"
|
|
32907
32900
|
>
|
|
32908
|
-
<
|
|
32909
|
-
|
|
32910
|
-
|
|
32911
|
-
enableTagExtraction={true}
|
|
32912
|
-
error7078Message={null}
|
|
32913
|
-
extractedTags={Immutable.List []}
|
|
32914
|
-
handleClearSelection={[Function]}
|
|
32915
|
-
handleCustomerSelect={[Function]}
|
|
32916
|
-
handleExtractTags={[Function]}
|
|
32917
|
-
handleSearchCustomer={[Function]}
|
|
32918
|
-
isExtractingTags={false}
|
|
32919
|
-
isSearchingCustomer={false}
|
|
32920
|
-
renderCustomValuesEditor={[Function]}
|
|
32921
|
-
selectedCustomer={null}
|
|
32922
|
-
tagsExtracted={false}
|
|
32923
|
-
/>
|
|
32924
|
-
<CapDivider
|
|
32925
|
-
className="panel-divider"
|
|
32926
|
-
/>
|
|
32927
|
-
<CapRow
|
|
32928
|
-
className="panel-section send-test-section"
|
|
32929
|
-
>
|
|
32930
|
-
<SendTestMessage
|
|
32931
|
-
channel="SMS"
|
|
32932
|
-
content="LATEST FASHION@VISHAL
|
|
32901
|
+
<SendTestMessage
|
|
32902
|
+
channel="SMS"
|
|
32903
|
+
content="LATEST FASHION@VISHAL
|
|
32933
32904
|
{#var#}
|
|
32934
32905
|
|
|
32935
32906
|
BUY1GET1-
|
|
@@ -32940,19 +32911,19 @@ BUY1GET1-
|
|
|
32940
32911
|
FREE GIFTS-
|
|
32941
32912
|
{#var#}
|
|
32942
32913
|
{#var#}"
|
|
32943
|
-
|
|
32944
|
-
|
|
32945
|
-
|
|
32946
|
-
|
|
32947
|
-
|
|
32948
|
-
|
|
32949
|
-
}
|
|
32914
|
+
deliverySettings={
|
|
32915
|
+
Object {
|
|
32916
|
+
"cdmaSenderId": "",
|
|
32917
|
+
"domainGatewayMapId": null,
|
|
32918
|
+
"domainId": null,
|
|
32919
|
+
"gsmSenderId": "",
|
|
32950
32920
|
}
|
|
32951
|
-
|
|
32952
|
-
|
|
32953
|
-
|
|
32954
|
-
|
|
32955
|
-
|
|
32921
|
+
}
|
|
32922
|
+
formData={
|
|
32923
|
+
Object {
|
|
32924
|
+
"templateConfigs": Object {
|
|
32925
|
+
"registeredSenderIds": "VISHMM",
|
|
32926
|
+
"template": "LATEST FASHION@VISHAL
|
|
32956
32927
|
{#var#}
|
|
32957
32928
|
|
|
32958
32929
|
BUY1GET1-
|
|
@@ -32963,57 +32934,57 @@ BUY1GET1-
|
|
|
32963
32934
|
FREE GIFTS-
|
|
32964
32935
|
{#var#}
|
|
32965
32936
|
{#var#}",
|
|
32966
|
-
|
|
32967
|
-
|
|
32968
|
-
|
|
32969
|
-
}
|
|
32970
|
-
}
|
|
32971
|
-
formatMessage={[Function]}
|
|
32972
|
-
handleSendTestMessage={[Function]}
|
|
32973
|
-
handleTestEntitiesChange={[Function]}
|
|
32974
|
-
isFetchingTestCustomers={false}
|
|
32975
|
-
isFetchingTestGroups={false}
|
|
32976
|
-
isLoadingSenderDetails={false}
|
|
32977
|
-
isSendingTestMessage={false}
|
|
32978
|
-
onSaveDeliverySettings={[Function]}
|
|
32979
|
-
registeredSenderIds="VISHMM"
|
|
32980
|
-
renderAddTestCustomerButton={[Function]}
|
|
32981
|
-
searchValue=""
|
|
32982
|
-
selectedTestEntities={Array []}
|
|
32983
|
-
senderDetailsOptions={Array []}
|
|
32984
|
-
setSearchValue={[Function]}
|
|
32985
|
-
smsTraiDltEnabled={true}
|
|
32986
|
-
testEntitiesTreeData={
|
|
32987
|
-
Array [
|
|
32988
|
-
Object {
|
|
32989
|
-
"children": Immutable.List [],
|
|
32990
|
-
"selectable": false,
|
|
32991
|
-
"title": "Groups",
|
|
32992
|
-
"value": "groups-node",
|
|
32993
|
-
},
|
|
32994
|
-
Object {
|
|
32995
|
-
"children": Immutable.List [],
|
|
32996
|
-
"selectable": false,
|
|
32997
|
-
"title": "Individuals",
|
|
32998
|
-
"value": "customers-node",
|
|
32999
|
-
},
|
|
33000
|
-
]
|
|
32937
|
+
"templateId": "'1107160207324585172'",
|
|
32938
|
+
"traiDltEnabled": true,
|
|
32939
|
+
},
|
|
33001
32940
|
}
|
|
33002
|
-
|
|
33003
|
-
|
|
33004
|
-
|
|
33005
|
-
|
|
33006
|
-
|
|
32941
|
+
}
|
|
32942
|
+
formatMessage={[Function]}
|
|
32943
|
+
handleSendTestMessage={[Function]}
|
|
32944
|
+
handleTestEntitiesChange={[Function]}
|
|
32945
|
+
isFetchingTestCustomers={false}
|
|
32946
|
+
isFetchingTestGroups={false}
|
|
32947
|
+
isLoadingSenderDetails={false}
|
|
32948
|
+
isSendingTestMessage={false}
|
|
32949
|
+
onSaveDeliverySettings={[Function]}
|
|
32950
|
+
registeredSenderIds="VISHMM"
|
|
32951
|
+
renderAddTestCustomerButton={[Function]}
|
|
32952
|
+
searchValue=""
|
|
32953
|
+
selectedTestEntities={Array []}
|
|
32954
|
+
senderDetailsOptions={Array []}
|
|
32955
|
+
setSearchValue={[Function]}
|
|
32956
|
+
smsTraiDltEnabled={true}
|
|
32957
|
+
testEntitiesTreeData={
|
|
32958
|
+
Array [
|
|
32959
|
+
Object {
|
|
32960
|
+
"children": Immutable.List [],
|
|
32961
|
+
"selectable": false,
|
|
32962
|
+
"title": "Groups",
|
|
32963
|
+
"value": "groups-node",
|
|
32964
|
+
},
|
|
32965
|
+
Object {
|
|
32966
|
+
"children": Immutable.List [],
|
|
32967
|
+
"selectable": false,
|
|
32968
|
+
"title": "Individuals",
|
|
32969
|
+
"value": "customers-node",
|
|
32970
|
+
},
|
|
32971
|
+
]
|
|
32972
|
+
}
|
|
32973
|
+
wecrmAccounts={Array []}
|
|
33007
32974
|
/>
|
|
33008
32975
|
</CapRow>
|
|
33009
|
-
<
|
|
33010
|
-
className="
|
|
33011
|
-
|
|
33012
|
-
|
|
33013
|
-
|
|
33014
|
-
|
|
33015
|
-
|
|
33016
|
-
|
|
32976
|
+
<CapDivider
|
|
32977
|
+
className="panel-divider"
|
|
32978
|
+
/>
|
|
32979
|
+
</CapRow>
|
|
32980
|
+
<CapRow
|
|
32981
|
+
className="right-panel"
|
|
32982
|
+
>
|
|
32983
|
+
<PreviewSection
|
|
32984
|
+
unifiedPreviewProps={
|
|
32985
|
+
Object {
|
|
32986
|
+
"channel": "SMS",
|
|
32987
|
+
"content": "LATEST FASHION@VISHAL
|
|
33017
32988
|
{#var#}
|
|
33018
32989
|
|
|
33019
32990
|
BUY1GET1-
|
|
@@ -33024,23 +32995,22 @@ BUY1GET1-
|
|
|
33024
32995
|
FREE GIFTS-
|
|
33025
32996
|
{#var#}
|
|
33026
32997
|
{#var#}",
|
|
33027
|
-
|
|
33028
|
-
|
|
33029
|
-
|
|
33030
|
-
|
|
33031
|
-
|
|
33032
|
-
|
|
33033
|
-
|
|
33034
|
-
|
|
33035
|
-
|
|
33036
|
-
}
|
|
32998
|
+
"device": "desktop",
|
|
32999
|
+
"error": null,
|
|
33000
|
+
"formatMessage": [Function],
|
|
33001
|
+
"isUpdating": false,
|
|
33002
|
+
"lastModified": undefined,
|
|
33003
|
+
"onDeviceChange": [Function],
|
|
33004
|
+
"selectedCustomer": null,
|
|
33005
|
+
"showDeviceToggle": true,
|
|
33006
|
+
"updatedByName": undefined,
|
|
33037
33007
|
}
|
|
33038
|
-
|
|
33039
|
-
|
|
33008
|
+
}
|
|
33009
|
+
/>
|
|
33040
33010
|
</CapRow>
|
|
33041
33011
|
</CapRow>
|
|
33042
|
-
</
|
|
33043
|
-
</
|
|
33012
|
+
</CapRow>
|
|
33013
|
+
</CapSpin>
|
|
33044
33014
|
}
|
|
33045
33015
|
handleClose={[Function]}
|
|
33046
33016
|
header={
|