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