@capillarytech/creatives-library 9.0.13-beta.0 → 9.0.13
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/constants/unified.js +0 -3
- package/package.json +1 -1
- package/utils/common.js +0 -8
- package/v2Components/ErrorInfoNote/index.js +1 -1
- package/v2Components/ErrorInfoNote/style.scss +3 -0
- package/v2Components/FormBuilder/_formBuilder.scss +0 -5
- package/v2Components/FormBuilder/index.js +4479 -41
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +216 -96
- package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +37 -17
- package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +77 -37
- package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +530 -250
- package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +3 -3
- package/v2Containers/Templates/_templates.scss +1 -1
- package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +2645 -11346
- package/v2Components/FormBuilder/Classic.js +0 -4487
- package/v2Components/FormBuilder/Functional/FormBuilderShell.js +0 -369
- package/v2Components/FormBuilder/Functional/channels/registry.js +0 -17
- package/v2Components/FormBuilder/Functional/channels/sms/buildSubmitPayload.js +0 -9
- package/v2Components/FormBuilder/Functional/channels/sms/config.js +0 -30
- package/v2Components/FormBuilder/Functional/channels/sms/getEditorErrorDescriptor.js +0 -46
- package/v2Components/FormBuilder/Functional/channels/sms/getLiquidContent.js +0 -13
- package/v2Components/FormBuilder/Functional/channels/sms/index.js +0 -22
- package/v2Components/FormBuilder/Functional/channels/sms/tests/getEditorErrorDescriptor.test.js +0 -52
- package/v2Components/FormBuilder/Functional/channels/sms/tests/getLiquidContent.test.js +0 -25
- package/v2Components/FormBuilder/Functional/channels/sms/tests/validate.test.js +0 -87
- package/v2Components/FormBuilder/Functional/channels/sms/validate.js +0 -89
- package/v2Components/FormBuilder/Functional/constants.js +0 -42
- package/v2Components/FormBuilder/Functional/core/schema/fieldRegistry.js +0 -38
- package/v2Components/FormBuilder/Functional/core/schema/initializeFormState.js +0 -85
- package/v2Components/FormBuilder/Functional/core/store/formReducer.js +0 -81
- package/v2Components/FormBuilder/Functional/core/store/selectors.js +0 -30
- package/v2Components/FormBuilder/Functional/core/store/toLegacyFormData.js +0 -91
- package/v2Components/FormBuilder/Functional/index.js +0 -26
- package/v2Components/FormBuilder/Functional/layout/FieldSlot.js +0 -59
- package/v2Components/FormBuilder/Functional/layout/SchemaForm.js +0 -32
- package/v2Components/FormBuilder/Functional/layout/Section.js +0 -116
- package/v2Components/FormBuilder/Functional/renderers/smsRenderers.js +0 -258
- package/v2Components/FormBuilder/Functional/tests/channelRegistry.test.js +0 -21
- package/v2Components/FormBuilder/Functional/tests/fieldRegistry.test.js +0 -65
- package/v2Components/FormBuilder/Functional/tests/fieldSlot.test.js +0 -97
- package/v2Components/FormBuilder/Functional/tests/fixtures/smsParityCases.js +0 -192
- package/v2Components/FormBuilder/Functional/tests/formReducer.test.js +0 -129
- package/v2Components/FormBuilder/Functional/tests/initializeFormState.test.js +0 -132
- package/v2Components/FormBuilder/Functional/tests/schemaForm.test.js +0 -40
- package/v2Components/FormBuilder/Functional/tests/section.test.js +0 -99
- package/v2Components/FormBuilder/Functional/tests/selectors.test.js +0 -67
- package/v2Components/FormBuilder/Functional/tests/sms.crossFlowParity.test.js +0 -155
- package/v2Components/FormBuilder/Functional/tests/sms.liquid.test.js +0 -172
- package/v2Components/FormBuilder/Functional/tests/sms.rollout.test.js +0 -122
- package/v2Components/FormBuilder/Functional/tests/sms.shell.parity.test.js +0 -329
- package/v2Components/FormBuilder/Functional/tests/smsRenderers.test.js +0 -160
- package/v2Components/FormBuilder/Functional/tests/toLegacyFormData.test.js +0 -95
- package/v2Components/FormBuilder/tests/__snapshots__/sms.characterization.test.js.snap +0 -114
- package/v2Components/FormBuilder/tests/entryGate.test.js +0 -106
- package/v2Components/FormBuilder/tests/sms.characterization.test.js +0 -336
|
@@ -2901,7 +2901,7 @@ new message content.",
|
|
|
2901
2901
|
id="rcs_template_name_input"
|
|
2902
2902
|
onChange={[Function]}
|
|
2903
2903
|
size="default"
|
|
2904
|
-
suffix={
|
|
2904
|
+
suffix={<span />}
|
|
2905
2905
|
value=""
|
|
2906
2906
|
>
|
|
2907
2907
|
<ForwardRef
|
|
@@ -2924,7 +2924,11 @@ new message content.",
|
|
|
2924
2924
|
prefixCls="ant-input"
|
|
2925
2925
|
style={Object {}}
|
|
2926
2926
|
styles={Object {}}
|
|
2927
|
-
suffix={
|
|
2927
|
+
suffix={
|
|
2928
|
+
<React.Fragment>
|
|
2929
|
+
<span />
|
|
2930
|
+
</React.Fragment>
|
|
2931
|
+
}
|
|
2928
2932
|
value=""
|
|
2929
2933
|
>
|
|
2930
2934
|
<ForwardRef
|
|
@@ -2946,26 +2950,42 @@ new message content.",
|
|
|
2946
2950
|
prefixCls="ant-input"
|
|
2947
2951
|
style={Object {}}
|
|
2948
2952
|
styles={Object {}}
|
|
2949
|
-
suffix={
|
|
2953
|
+
suffix={
|
|
2954
|
+
<React.Fragment>
|
|
2955
|
+
<React.Fragment>
|
|
2956
|
+
<span />
|
|
2957
|
+
</React.Fragment>
|
|
2958
|
+
</React.Fragment>
|
|
2959
|
+
}
|
|
2950
2960
|
triggerFocus={[Function]}
|
|
2951
2961
|
value=""
|
|
2952
2962
|
>
|
|
2953
|
-
<
|
|
2954
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
2955
|
-
|
|
2956
|
-
disabled={false}
|
|
2957
|
-
id="rcs_template_name_input"
|
|
2958
|
-
onBlur={[Function]}
|
|
2959
|
-
onChange={[Function]}
|
|
2960
|
-
onCompositionEnd={[Function]}
|
|
2961
|
-
onCompositionStart={[Function]}
|
|
2962
|
-
onFocus={[Function]}
|
|
2963
|
-
onKeyDown={[Function]}
|
|
2964
|
-
onKeyUp={[Function]}
|
|
2963
|
+
<span
|
|
2964
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
2965
|
+
onClick={[Function]}
|
|
2965
2966
|
style={Object {}}
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2967
|
+
>
|
|
2968
|
+
<input
|
|
2969
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
2970
|
+
data-testid="template_name"
|
|
2971
|
+
disabled={false}
|
|
2972
|
+
id="rcs_template_name_input"
|
|
2973
|
+
onBlur={[Function]}
|
|
2974
|
+
onChange={[Function]}
|
|
2975
|
+
onCompositionEnd={[Function]}
|
|
2976
|
+
onCompositionStart={[Function]}
|
|
2977
|
+
onFocus={[Function]}
|
|
2978
|
+
onKeyDown={[Function]}
|
|
2979
|
+
onKeyUp={[Function]}
|
|
2980
|
+
type="text"
|
|
2981
|
+
value=""
|
|
2982
|
+
/>
|
|
2983
|
+
<span
|
|
2984
|
+
className="ant-input-suffix"
|
|
2985
|
+
>
|
|
2986
|
+
<span />
|
|
2987
|
+
</span>
|
|
2988
|
+
</span>
|
|
2969
2989
|
</ForwardRef>
|
|
2970
2990
|
</ForwardRef>
|
|
2971
2991
|
</Input>
|
|
@@ -15980,7 +16000,7 @@ new message content.",
|
|
|
15980
16000
|
id="rcs_template_name_input"
|
|
15981
16001
|
onChange={[Function]}
|
|
15982
16002
|
size="default"
|
|
15983
|
-
suffix={
|
|
16003
|
+
suffix={<span />}
|
|
15984
16004
|
value=""
|
|
15985
16005
|
>
|
|
15986
16006
|
<ForwardRef
|
|
@@ -16003,7 +16023,11 @@ new message content.",
|
|
|
16003
16023
|
prefixCls="ant-input"
|
|
16004
16024
|
style={Object {}}
|
|
16005
16025
|
styles={Object {}}
|
|
16006
|
-
suffix={
|
|
16026
|
+
suffix={
|
|
16027
|
+
<React.Fragment>
|
|
16028
|
+
<span />
|
|
16029
|
+
</React.Fragment>
|
|
16030
|
+
}
|
|
16007
16031
|
value=""
|
|
16008
16032
|
>
|
|
16009
16033
|
<ForwardRef
|
|
@@ -16025,26 +16049,42 @@ new message content.",
|
|
|
16025
16049
|
prefixCls="ant-input"
|
|
16026
16050
|
style={Object {}}
|
|
16027
16051
|
styles={Object {}}
|
|
16028
|
-
suffix={
|
|
16052
|
+
suffix={
|
|
16053
|
+
<React.Fragment>
|
|
16054
|
+
<React.Fragment>
|
|
16055
|
+
<span />
|
|
16056
|
+
</React.Fragment>
|
|
16057
|
+
</React.Fragment>
|
|
16058
|
+
}
|
|
16029
16059
|
triggerFocus={[Function]}
|
|
16030
16060
|
value=""
|
|
16031
16061
|
>
|
|
16032
|
-
<
|
|
16033
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
16034
|
-
|
|
16035
|
-
disabled={false}
|
|
16036
|
-
id="rcs_template_name_input"
|
|
16037
|
-
onBlur={[Function]}
|
|
16038
|
-
onChange={[Function]}
|
|
16039
|
-
onCompositionEnd={[Function]}
|
|
16040
|
-
onCompositionStart={[Function]}
|
|
16041
|
-
onFocus={[Function]}
|
|
16042
|
-
onKeyDown={[Function]}
|
|
16043
|
-
onKeyUp={[Function]}
|
|
16062
|
+
<span
|
|
16063
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
16064
|
+
onClick={[Function]}
|
|
16044
16065
|
style={Object {}}
|
|
16045
|
-
|
|
16046
|
-
|
|
16047
|
-
|
|
16066
|
+
>
|
|
16067
|
+
<input
|
|
16068
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
16069
|
+
data-testid="template_name"
|
|
16070
|
+
disabled={false}
|
|
16071
|
+
id="rcs_template_name_input"
|
|
16072
|
+
onBlur={[Function]}
|
|
16073
|
+
onChange={[Function]}
|
|
16074
|
+
onCompositionEnd={[Function]}
|
|
16075
|
+
onCompositionStart={[Function]}
|
|
16076
|
+
onFocus={[Function]}
|
|
16077
|
+
onKeyDown={[Function]}
|
|
16078
|
+
onKeyUp={[Function]}
|
|
16079
|
+
type="text"
|
|
16080
|
+
value=""
|
|
16081
|
+
/>
|
|
16082
|
+
<span
|
|
16083
|
+
className="ant-input-suffix"
|
|
16084
|
+
>
|
|
16085
|
+
<span />
|
|
16086
|
+
</span>
|
|
16087
|
+
</span>
|
|
16048
16088
|
</ForwardRef>
|
|
16049
16089
|
</ForwardRef>
|
|
16050
16090
|
</Input>
|
|
@@ -29233,7 +29273,7 @@ new message content.",
|
|
|
29233
29273
|
id="rcs_template_name_input"
|
|
29234
29274
|
onChange={[Function]}
|
|
29235
29275
|
size="default"
|
|
29236
|
-
suffix={
|
|
29276
|
+
suffix={<span />}
|
|
29237
29277
|
value="test_name"
|
|
29238
29278
|
>
|
|
29239
29279
|
<ForwardRef
|
|
@@ -29256,7 +29296,11 @@ new message content.",
|
|
|
29256
29296
|
prefixCls="ant-input"
|
|
29257
29297
|
style={Object {}}
|
|
29258
29298
|
styles={Object {}}
|
|
29259
|
-
suffix={
|
|
29299
|
+
suffix={
|
|
29300
|
+
<React.Fragment>
|
|
29301
|
+
<span />
|
|
29302
|
+
</React.Fragment>
|
|
29303
|
+
}
|
|
29260
29304
|
value="test_name"
|
|
29261
29305
|
>
|
|
29262
29306
|
<ForwardRef
|
|
@@ -29278,26 +29322,42 @@ new message content.",
|
|
|
29278
29322
|
prefixCls="ant-input"
|
|
29279
29323
|
style={Object {}}
|
|
29280
29324
|
styles={Object {}}
|
|
29281
|
-
suffix={
|
|
29325
|
+
suffix={
|
|
29326
|
+
<React.Fragment>
|
|
29327
|
+
<React.Fragment>
|
|
29328
|
+
<span />
|
|
29329
|
+
</React.Fragment>
|
|
29330
|
+
</React.Fragment>
|
|
29331
|
+
}
|
|
29282
29332
|
triggerFocus={[Function]}
|
|
29283
29333
|
value="test_name"
|
|
29284
29334
|
>
|
|
29285
|
-
<
|
|
29286
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
29287
|
-
|
|
29288
|
-
disabled={false}
|
|
29289
|
-
id="rcs_template_name_input"
|
|
29290
|
-
onBlur={[Function]}
|
|
29291
|
-
onChange={[Function]}
|
|
29292
|
-
onCompositionEnd={[Function]}
|
|
29293
|
-
onCompositionStart={[Function]}
|
|
29294
|
-
onFocus={[Function]}
|
|
29295
|
-
onKeyDown={[Function]}
|
|
29296
|
-
onKeyUp={[Function]}
|
|
29335
|
+
<span
|
|
29336
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
29337
|
+
onClick={[Function]}
|
|
29297
29338
|
style={Object {}}
|
|
29298
|
-
|
|
29299
|
-
|
|
29300
|
-
|
|
29339
|
+
>
|
|
29340
|
+
<input
|
|
29341
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
29342
|
+
data-testid="template_name"
|
|
29343
|
+
disabled={false}
|
|
29344
|
+
id="rcs_template_name_input"
|
|
29345
|
+
onBlur={[Function]}
|
|
29346
|
+
onChange={[Function]}
|
|
29347
|
+
onCompositionEnd={[Function]}
|
|
29348
|
+
onCompositionStart={[Function]}
|
|
29349
|
+
onFocus={[Function]}
|
|
29350
|
+
onKeyDown={[Function]}
|
|
29351
|
+
onKeyUp={[Function]}
|
|
29352
|
+
type="text"
|
|
29353
|
+
value="test_name"
|
|
29354
|
+
/>
|
|
29355
|
+
<span
|
|
29356
|
+
className="ant-input-suffix"
|
|
29357
|
+
>
|
|
29358
|
+
<span />
|
|
29359
|
+
</span>
|
|
29360
|
+
</span>
|
|
29301
29361
|
</ForwardRef>
|
|
29302
29362
|
</ForwardRef>
|
|
29303
29363
|
</Input>
|
|
@@ -43016,7 +43076,7 @@ new message content.",
|
|
|
43016
43076
|
id="rcs_template_name_input"
|
|
43017
43077
|
onChange={[Function]}
|
|
43018
43078
|
size="default"
|
|
43019
|
-
suffix={
|
|
43079
|
+
suffix={<span />}
|
|
43020
43080
|
value=""
|
|
43021
43081
|
>
|
|
43022
43082
|
<ForwardRef
|
|
@@ -43039,7 +43099,11 @@ new message content.",
|
|
|
43039
43099
|
prefixCls="ant-input"
|
|
43040
43100
|
style={Object {}}
|
|
43041
43101
|
styles={Object {}}
|
|
43042
|
-
suffix={
|
|
43102
|
+
suffix={
|
|
43103
|
+
<React.Fragment>
|
|
43104
|
+
<span />
|
|
43105
|
+
</React.Fragment>
|
|
43106
|
+
}
|
|
43043
43107
|
value=""
|
|
43044
43108
|
>
|
|
43045
43109
|
<ForwardRef
|
|
@@ -43061,26 +43125,42 @@ new message content.",
|
|
|
43061
43125
|
prefixCls="ant-input"
|
|
43062
43126
|
style={Object {}}
|
|
43063
43127
|
styles={Object {}}
|
|
43064
|
-
suffix={
|
|
43128
|
+
suffix={
|
|
43129
|
+
<React.Fragment>
|
|
43130
|
+
<React.Fragment>
|
|
43131
|
+
<span />
|
|
43132
|
+
</React.Fragment>
|
|
43133
|
+
</React.Fragment>
|
|
43134
|
+
}
|
|
43065
43135
|
triggerFocus={[Function]}
|
|
43066
43136
|
value=""
|
|
43067
43137
|
>
|
|
43068
|
-
<
|
|
43069
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
43070
|
-
|
|
43071
|
-
disabled={false}
|
|
43072
|
-
id="rcs_template_name_input"
|
|
43073
|
-
onBlur={[Function]}
|
|
43074
|
-
onChange={[Function]}
|
|
43075
|
-
onCompositionEnd={[Function]}
|
|
43076
|
-
onCompositionStart={[Function]}
|
|
43077
|
-
onFocus={[Function]}
|
|
43078
|
-
onKeyDown={[Function]}
|
|
43079
|
-
onKeyUp={[Function]}
|
|
43138
|
+
<span
|
|
43139
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
43140
|
+
onClick={[Function]}
|
|
43080
43141
|
style={Object {}}
|
|
43081
|
-
|
|
43082
|
-
|
|
43083
|
-
|
|
43142
|
+
>
|
|
43143
|
+
<input
|
|
43144
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
43145
|
+
data-testid="template_name"
|
|
43146
|
+
disabled={false}
|
|
43147
|
+
id="rcs_template_name_input"
|
|
43148
|
+
onBlur={[Function]}
|
|
43149
|
+
onChange={[Function]}
|
|
43150
|
+
onCompositionEnd={[Function]}
|
|
43151
|
+
onCompositionStart={[Function]}
|
|
43152
|
+
onFocus={[Function]}
|
|
43153
|
+
onKeyDown={[Function]}
|
|
43154
|
+
onKeyUp={[Function]}
|
|
43155
|
+
type="text"
|
|
43156
|
+
value=""
|
|
43157
|
+
/>
|
|
43158
|
+
<span
|
|
43159
|
+
className="ant-input-suffix"
|
|
43160
|
+
>
|
|
43161
|
+
<span />
|
|
43162
|
+
</span>
|
|
43163
|
+
</span>
|
|
43084
43164
|
</ForwardRef>
|
|
43085
43165
|
</ForwardRef>
|
|
43086
43166
|
</Input>
|
|
@@ -56811,7 +56891,7 @@ new message content.",
|
|
|
56811
56891
|
id="rcs_template_name_input"
|
|
56812
56892
|
onChange={[Function]}
|
|
56813
56893
|
size="default"
|
|
56814
|
-
suffix={
|
|
56894
|
+
suffix={<span />}
|
|
56815
56895
|
value=""
|
|
56816
56896
|
>
|
|
56817
56897
|
<ForwardRef
|
|
@@ -56834,7 +56914,11 @@ new message content.",
|
|
|
56834
56914
|
prefixCls="ant-input"
|
|
56835
56915
|
style={Object {}}
|
|
56836
56916
|
styles={Object {}}
|
|
56837
|
-
suffix={
|
|
56917
|
+
suffix={
|
|
56918
|
+
<React.Fragment>
|
|
56919
|
+
<span />
|
|
56920
|
+
</React.Fragment>
|
|
56921
|
+
}
|
|
56838
56922
|
value=""
|
|
56839
56923
|
>
|
|
56840
56924
|
<ForwardRef
|
|
@@ -56856,26 +56940,42 @@ new message content.",
|
|
|
56856
56940
|
prefixCls="ant-input"
|
|
56857
56941
|
style={Object {}}
|
|
56858
56942
|
styles={Object {}}
|
|
56859
|
-
suffix={
|
|
56943
|
+
suffix={
|
|
56944
|
+
<React.Fragment>
|
|
56945
|
+
<React.Fragment>
|
|
56946
|
+
<span />
|
|
56947
|
+
</React.Fragment>
|
|
56948
|
+
</React.Fragment>
|
|
56949
|
+
}
|
|
56860
56950
|
triggerFocus={[Function]}
|
|
56861
56951
|
value=""
|
|
56862
56952
|
>
|
|
56863
|
-
<
|
|
56864
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
56865
|
-
|
|
56866
|
-
disabled={false}
|
|
56867
|
-
id="rcs_template_name_input"
|
|
56868
|
-
onBlur={[Function]}
|
|
56869
|
-
onChange={[Function]}
|
|
56870
|
-
onCompositionEnd={[Function]}
|
|
56871
|
-
onCompositionStart={[Function]}
|
|
56872
|
-
onFocus={[Function]}
|
|
56873
|
-
onKeyDown={[Function]}
|
|
56874
|
-
onKeyUp={[Function]}
|
|
56953
|
+
<span
|
|
56954
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
56955
|
+
onClick={[Function]}
|
|
56875
56956
|
style={Object {}}
|
|
56876
|
-
|
|
56877
|
-
|
|
56878
|
-
|
|
56957
|
+
>
|
|
56958
|
+
<input
|
|
56959
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
56960
|
+
data-testid="template_name"
|
|
56961
|
+
disabled={false}
|
|
56962
|
+
id="rcs_template_name_input"
|
|
56963
|
+
onBlur={[Function]}
|
|
56964
|
+
onChange={[Function]}
|
|
56965
|
+
onCompositionEnd={[Function]}
|
|
56966
|
+
onCompositionStart={[Function]}
|
|
56967
|
+
onFocus={[Function]}
|
|
56968
|
+
onKeyDown={[Function]}
|
|
56969
|
+
onKeyUp={[Function]}
|
|
56970
|
+
type="text"
|
|
56971
|
+
value=""
|
|
56972
|
+
/>
|
|
56973
|
+
<span
|
|
56974
|
+
className="ant-input-suffix"
|
|
56975
|
+
>
|
|
56976
|
+
<span />
|
|
56977
|
+
</span>
|
|
56978
|
+
</span>
|
|
56879
56979
|
</ForwardRef>
|
|
56880
56980
|
</ForwardRef>
|
|
56881
56981
|
</Input>
|
|
@@ -70696,7 +70796,7 @@ new message content.",
|
|
|
70696
70796
|
id="rcs_template_name_input"
|
|
70697
70797
|
onChange={[Function]}
|
|
70698
70798
|
size="default"
|
|
70699
|
-
suffix={
|
|
70799
|
+
suffix={<span />}
|
|
70700
70800
|
value=""
|
|
70701
70801
|
>
|
|
70702
70802
|
<ForwardRef
|
|
@@ -70719,7 +70819,11 @@ new message content.",
|
|
|
70719
70819
|
prefixCls="ant-input"
|
|
70720
70820
|
style={Object {}}
|
|
70721
70821
|
styles={Object {}}
|
|
70722
|
-
suffix={
|
|
70822
|
+
suffix={
|
|
70823
|
+
<React.Fragment>
|
|
70824
|
+
<span />
|
|
70825
|
+
</React.Fragment>
|
|
70826
|
+
}
|
|
70723
70827
|
value=""
|
|
70724
70828
|
>
|
|
70725
70829
|
<ForwardRef
|
|
@@ -70741,26 +70845,42 @@ new message content.",
|
|
|
70741
70845
|
prefixCls="ant-input"
|
|
70742
70846
|
style={Object {}}
|
|
70743
70847
|
styles={Object {}}
|
|
70744
|
-
suffix={
|
|
70848
|
+
suffix={
|
|
70849
|
+
<React.Fragment>
|
|
70850
|
+
<React.Fragment>
|
|
70851
|
+
<span />
|
|
70852
|
+
</React.Fragment>
|
|
70853
|
+
</React.Fragment>
|
|
70854
|
+
}
|
|
70745
70855
|
triggerFocus={[Function]}
|
|
70746
70856
|
value=""
|
|
70747
70857
|
>
|
|
70748
|
-
<
|
|
70749
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
70750
|
-
|
|
70751
|
-
disabled={false}
|
|
70752
|
-
id="rcs_template_name_input"
|
|
70753
|
-
onBlur={[Function]}
|
|
70754
|
-
onChange={[Function]}
|
|
70755
|
-
onCompositionEnd={[Function]}
|
|
70756
|
-
onCompositionStart={[Function]}
|
|
70757
|
-
onFocus={[Function]}
|
|
70758
|
-
onKeyDown={[Function]}
|
|
70759
|
-
onKeyUp={[Function]}
|
|
70858
|
+
<span
|
|
70859
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
70860
|
+
onClick={[Function]}
|
|
70760
70861
|
style={Object {}}
|
|
70761
|
-
|
|
70762
|
-
|
|
70763
|
-
|
|
70862
|
+
>
|
|
70863
|
+
<input
|
|
70864
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
70865
|
+
data-testid="template_name"
|
|
70866
|
+
disabled={false}
|
|
70867
|
+
id="rcs_template_name_input"
|
|
70868
|
+
onBlur={[Function]}
|
|
70869
|
+
onChange={[Function]}
|
|
70870
|
+
onCompositionEnd={[Function]}
|
|
70871
|
+
onCompositionStart={[Function]}
|
|
70872
|
+
onFocus={[Function]}
|
|
70873
|
+
onKeyDown={[Function]}
|
|
70874
|
+
onKeyUp={[Function]}
|
|
70875
|
+
type="text"
|
|
70876
|
+
value=""
|
|
70877
|
+
/>
|
|
70878
|
+
<span
|
|
70879
|
+
className="ant-input-suffix"
|
|
70880
|
+
>
|
|
70881
|
+
<span />
|
|
70882
|
+
</span>
|
|
70883
|
+
</span>
|
|
70764
70884
|
</ForwardRef>
|
|
70765
70885
|
</ForwardRef>
|
|
70766
70886
|
</Input>
|
|
@@ -72318,7 +72438,7 @@ new message content.",
|
|
|
72318
72438
|
disabled={false}
|
|
72319
72439
|
onChange={[Function]}
|
|
72320
72440
|
size="default"
|
|
72321
|
-
suffix={
|
|
72441
|
+
suffix={<span />}
|
|
72322
72442
|
value=""
|
|
72323
72443
|
>
|
|
72324
72444
|
<ForwardRef
|
|
@@ -72340,7 +72460,11 @@ new message content.",
|
|
|
72340
72460
|
prefixCls="ant-input"
|
|
72341
72461
|
style={Object {}}
|
|
72342
72462
|
styles={Object {}}
|
|
72343
|
-
suffix={
|
|
72463
|
+
suffix={
|
|
72464
|
+
<React.Fragment>
|
|
72465
|
+
<span />
|
|
72466
|
+
</React.Fragment>
|
|
72467
|
+
}
|
|
72344
72468
|
value=""
|
|
72345
72469
|
>
|
|
72346
72470
|
<ForwardRef
|
|
@@ -72361,25 +72485,41 @@ new message content.",
|
|
|
72361
72485
|
prefixCls="ant-input"
|
|
72362
72486
|
style={Object {}}
|
|
72363
72487
|
styles={Object {}}
|
|
72364
|
-
suffix={
|
|
72488
|
+
suffix={
|
|
72489
|
+
<React.Fragment>
|
|
72490
|
+
<React.Fragment>
|
|
72491
|
+
<span />
|
|
72492
|
+
</React.Fragment>
|
|
72493
|
+
</React.Fragment>
|
|
72494
|
+
}
|
|
72365
72495
|
triggerFocus={[Function]}
|
|
72366
72496
|
value=""
|
|
72367
72497
|
>
|
|
72368
|
-
<
|
|
72369
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
72370
|
-
|
|
72371
|
-
disabled={false}
|
|
72372
|
-
onBlur={[Function]}
|
|
72373
|
-
onChange={[Function]}
|
|
72374
|
-
onCompositionEnd={[Function]}
|
|
72375
|
-
onCompositionStart={[Function]}
|
|
72376
|
-
onFocus={[Function]}
|
|
72377
|
-
onKeyDown={[Function]}
|
|
72378
|
-
onKeyUp={[Function]}
|
|
72498
|
+
<span
|
|
72499
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
72500
|
+
onClick={[Function]}
|
|
72379
72501
|
style={Object {}}
|
|
72380
|
-
|
|
72381
|
-
|
|
72382
|
-
|
|
72502
|
+
>
|
|
72503
|
+
<input
|
|
72504
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
72505
|
+
data-testid="template_title"
|
|
72506
|
+
disabled={false}
|
|
72507
|
+
onBlur={[Function]}
|
|
72508
|
+
onChange={[Function]}
|
|
72509
|
+
onCompositionEnd={[Function]}
|
|
72510
|
+
onCompositionStart={[Function]}
|
|
72511
|
+
onFocus={[Function]}
|
|
72512
|
+
onKeyDown={[Function]}
|
|
72513
|
+
onKeyUp={[Function]}
|
|
72514
|
+
type="text"
|
|
72515
|
+
value=""
|
|
72516
|
+
/>
|
|
72517
|
+
<span
|
|
72518
|
+
className="ant-input-suffix"
|
|
72519
|
+
>
|
|
72520
|
+
<span />
|
|
72521
|
+
</span>
|
|
72522
|
+
</span>
|
|
72383
72523
|
</ForwardRef>
|
|
72384
72524
|
</ForwardRef>
|
|
72385
72525
|
</Input>
|
|
@@ -87541,7 +87681,7 @@ new message content.",
|
|
|
87541
87681
|
id="rcs_template_name_input"
|
|
87542
87682
|
onChange={[Function]}
|
|
87543
87683
|
size="default"
|
|
87544
|
-
suffix={
|
|
87684
|
+
suffix={<span />}
|
|
87545
87685
|
value=""
|
|
87546
87686
|
>
|
|
87547
87687
|
<ForwardRef
|
|
@@ -87564,7 +87704,11 @@ new message content.",
|
|
|
87564
87704
|
prefixCls="ant-input"
|
|
87565
87705
|
style={Object {}}
|
|
87566
87706
|
styles={Object {}}
|
|
87567
|
-
suffix={
|
|
87707
|
+
suffix={
|
|
87708
|
+
<React.Fragment>
|
|
87709
|
+
<span />
|
|
87710
|
+
</React.Fragment>
|
|
87711
|
+
}
|
|
87568
87712
|
value=""
|
|
87569
87713
|
>
|
|
87570
87714
|
<ForwardRef
|
|
@@ -87586,26 +87730,42 @@ new message content.",
|
|
|
87586
87730
|
prefixCls="ant-input"
|
|
87587
87731
|
style={Object {}}
|
|
87588
87732
|
styles={Object {}}
|
|
87589
|
-
suffix={
|
|
87733
|
+
suffix={
|
|
87734
|
+
<React.Fragment>
|
|
87735
|
+
<React.Fragment>
|
|
87736
|
+
<span />
|
|
87737
|
+
</React.Fragment>
|
|
87738
|
+
</React.Fragment>
|
|
87739
|
+
}
|
|
87590
87740
|
triggerFocus={[Function]}
|
|
87591
87741
|
value=""
|
|
87592
87742
|
>
|
|
87593
|
-
<
|
|
87594
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
87595
|
-
|
|
87596
|
-
disabled={false}
|
|
87597
|
-
id="rcs_template_name_input"
|
|
87598
|
-
onBlur={[Function]}
|
|
87599
|
-
onChange={[Function]}
|
|
87600
|
-
onCompositionEnd={[Function]}
|
|
87601
|
-
onCompositionStart={[Function]}
|
|
87602
|
-
onFocus={[Function]}
|
|
87603
|
-
onKeyDown={[Function]}
|
|
87604
|
-
onKeyUp={[Function]}
|
|
87743
|
+
<span
|
|
87744
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
87745
|
+
onClick={[Function]}
|
|
87605
87746
|
style={Object {}}
|
|
87606
|
-
|
|
87607
|
-
|
|
87608
|
-
|
|
87747
|
+
>
|
|
87748
|
+
<input
|
|
87749
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
87750
|
+
data-testid="template_name"
|
|
87751
|
+
disabled={false}
|
|
87752
|
+
id="rcs_template_name_input"
|
|
87753
|
+
onBlur={[Function]}
|
|
87754
|
+
onChange={[Function]}
|
|
87755
|
+
onCompositionEnd={[Function]}
|
|
87756
|
+
onCompositionStart={[Function]}
|
|
87757
|
+
onFocus={[Function]}
|
|
87758
|
+
onKeyDown={[Function]}
|
|
87759
|
+
onKeyUp={[Function]}
|
|
87760
|
+
type="text"
|
|
87761
|
+
value=""
|
|
87762
|
+
/>
|
|
87763
|
+
<span
|
|
87764
|
+
className="ant-input-suffix"
|
|
87765
|
+
>
|
|
87766
|
+
<span />
|
|
87767
|
+
</span>
|
|
87768
|
+
</span>
|
|
87609
87769
|
</ForwardRef>
|
|
87610
87770
|
</ForwardRef>
|
|
87611
87771
|
</Input>
|
|
@@ -89163,7 +89323,7 @@ new message content.",
|
|
|
89163
89323
|
disabled={false}
|
|
89164
89324
|
onChange={[Function]}
|
|
89165
89325
|
size="default"
|
|
89166
|
-
suffix={
|
|
89326
|
+
suffix={<span />}
|
|
89167
89327
|
value=""
|
|
89168
89328
|
>
|
|
89169
89329
|
<ForwardRef
|
|
@@ -89185,7 +89345,11 @@ new message content.",
|
|
|
89185
89345
|
prefixCls="ant-input"
|
|
89186
89346
|
style={Object {}}
|
|
89187
89347
|
styles={Object {}}
|
|
89188
|
-
suffix={
|
|
89348
|
+
suffix={
|
|
89349
|
+
<React.Fragment>
|
|
89350
|
+
<span />
|
|
89351
|
+
</React.Fragment>
|
|
89352
|
+
}
|
|
89189
89353
|
value=""
|
|
89190
89354
|
>
|
|
89191
89355
|
<ForwardRef
|
|
@@ -89206,25 +89370,41 @@ new message content.",
|
|
|
89206
89370
|
prefixCls="ant-input"
|
|
89207
89371
|
style={Object {}}
|
|
89208
89372
|
styles={Object {}}
|
|
89209
|
-
suffix={
|
|
89373
|
+
suffix={
|
|
89374
|
+
<React.Fragment>
|
|
89375
|
+
<React.Fragment>
|
|
89376
|
+
<span />
|
|
89377
|
+
</React.Fragment>
|
|
89378
|
+
</React.Fragment>
|
|
89379
|
+
}
|
|
89210
89380
|
triggerFocus={[Function]}
|
|
89211
89381
|
value=""
|
|
89212
89382
|
>
|
|
89213
|
-
<
|
|
89214
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
89215
|
-
|
|
89216
|
-
disabled={false}
|
|
89217
|
-
onBlur={[Function]}
|
|
89218
|
-
onChange={[Function]}
|
|
89219
|
-
onCompositionEnd={[Function]}
|
|
89220
|
-
onCompositionStart={[Function]}
|
|
89221
|
-
onFocus={[Function]}
|
|
89222
|
-
onKeyDown={[Function]}
|
|
89223
|
-
onKeyUp={[Function]}
|
|
89383
|
+
<span
|
|
89384
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
89385
|
+
onClick={[Function]}
|
|
89224
89386
|
style={Object {}}
|
|
89225
|
-
|
|
89226
|
-
|
|
89227
|
-
|
|
89387
|
+
>
|
|
89388
|
+
<input
|
|
89389
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
89390
|
+
data-testid="template_title"
|
|
89391
|
+
disabled={false}
|
|
89392
|
+
onBlur={[Function]}
|
|
89393
|
+
onChange={[Function]}
|
|
89394
|
+
onCompositionEnd={[Function]}
|
|
89395
|
+
onCompositionStart={[Function]}
|
|
89396
|
+
onFocus={[Function]}
|
|
89397
|
+
onKeyDown={[Function]}
|
|
89398
|
+
onKeyUp={[Function]}
|
|
89399
|
+
type="text"
|
|
89400
|
+
value=""
|
|
89401
|
+
/>
|
|
89402
|
+
<span
|
|
89403
|
+
className="ant-input-suffix"
|
|
89404
|
+
>
|
|
89405
|
+
<span />
|
|
89406
|
+
</span>
|
|
89407
|
+
</span>
|
|
89228
89408
|
</ForwardRef>
|
|
89229
89409
|
</ForwardRef>
|
|
89230
89410
|
</Input>
|
|
@@ -104936,7 +105116,7 @@ new message content.",
|
|
|
104936
105116
|
id="rcs_template_name_input"
|
|
104937
105117
|
onChange={[Function]}
|
|
104938
105118
|
size="default"
|
|
104939
|
-
suffix={
|
|
105119
|
+
suffix={<span />}
|
|
104940
105120
|
value=""
|
|
104941
105121
|
>
|
|
104942
105122
|
<ForwardRef
|
|
@@ -104959,7 +105139,11 @@ new message content.",
|
|
|
104959
105139
|
prefixCls="ant-input"
|
|
104960
105140
|
style={Object {}}
|
|
104961
105141
|
styles={Object {}}
|
|
104962
|
-
suffix={
|
|
105142
|
+
suffix={
|
|
105143
|
+
<React.Fragment>
|
|
105144
|
+
<span />
|
|
105145
|
+
</React.Fragment>
|
|
105146
|
+
}
|
|
104963
105147
|
value=""
|
|
104964
105148
|
>
|
|
104965
105149
|
<ForwardRef
|
|
@@ -104981,26 +105165,42 @@ new message content.",
|
|
|
104981
105165
|
prefixCls="ant-input"
|
|
104982
105166
|
style={Object {}}
|
|
104983
105167
|
styles={Object {}}
|
|
104984
|
-
suffix={
|
|
105168
|
+
suffix={
|
|
105169
|
+
<React.Fragment>
|
|
105170
|
+
<React.Fragment>
|
|
105171
|
+
<span />
|
|
105172
|
+
</React.Fragment>
|
|
105173
|
+
</React.Fragment>
|
|
105174
|
+
}
|
|
104985
105175
|
triggerFocus={[Function]}
|
|
104986
105176
|
value=""
|
|
104987
105177
|
>
|
|
104988
|
-
<
|
|
104989
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
104990
|
-
|
|
104991
|
-
disabled={false}
|
|
104992
|
-
id="rcs_template_name_input"
|
|
104993
|
-
onBlur={[Function]}
|
|
104994
|
-
onChange={[Function]}
|
|
104995
|
-
onCompositionEnd={[Function]}
|
|
104996
|
-
onCompositionStart={[Function]}
|
|
104997
|
-
onFocus={[Function]}
|
|
104998
|
-
onKeyDown={[Function]}
|
|
104999
|
-
onKeyUp={[Function]}
|
|
105178
|
+
<span
|
|
105179
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
105180
|
+
onClick={[Function]}
|
|
105000
105181
|
style={Object {}}
|
|
105001
|
-
|
|
105002
|
-
|
|
105003
|
-
|
|
105182
|
+
>
|
|
105183
|
+
<input
|
|
105184
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
105185
|
+
data-testid="template_name"
|
|
105186
|
+
disabled={false}
|
|
105187
|
+
id="rcs_template_name_input"
|
|
105188
|
+
onBlur={[Function]}
|
|
105189
|
+
onChange={[Function]}
|
|
105190
|
+
onCompositionEnd={[Function]}
|
|
105191
|
+
onCompositionStart={[Function]}
|
|
105192
|
+
onFocus={[Function]}
|
|
105193
|
+
onKeyDown={[Function]}
|
|
105194
|
+
onKeyUp={[Function]}
|
|
105195
|
+
type="text"
|
|
105196
|
+
value=""
|
|
105197
|
+
/>
|
|
105198
|
+
<span
|
|
105199
|
+
className="ant-input-suffix"
|
|
105200
|
+
>
|
|
105201
|
+
<span />
|
|
105202
|
+
</span>
|
|
105203
|
+
</span>
|
|
105004
105204
|
</ForwardRef>
|
|
105005
105205
|
</ForwardRef>
|
|
105006
105206
|
</Input>
|
|
@@ -120643,7 +120843,7 @@ new message content.",
|
|
|
120643
120843
|
id="rcs_template_name_input"
|
|
120644
120844
|
onChange={[Function]}
|
|
120645
120845
|
size="default"
|
|
120646
|
-
suffix={
|
|
120846
|
+
suffix={<span />}
|
|
120647
120847
|
value=""
|
|
120648
120848
|
>
|
|
120649
120849
|
<ForwardRef
|
|
@@ -120666,7 +120866,11 @@ new message content.",
|
|
|
120666
120866
|
prefixCls="ant-input"
|
|
120667
120867
|
style={Object {}}
|
|
120668
120868
|
styles={Object {}}
|
|
120669
|
-
suffix={
|
|
120869
|
+
suffix={
|
|
120870
|
+
<React.Fragment>
|
|
120871
|
+
<span />
|
|
120872
|
+
</React.Fragment>
|
|
120873
|
+
}
|
|
120670
120874
|
value=""
|
|
120671
120875
|
>
|
|
120672
120876
|
<ForwardRef
|
|
@@ -120688,26 +120892,42 @@ new message content.",
|
|
|
120688
120892
|
prefixCls="ant-input"
|
|
120689
120893
|
style={Object {}}
|
|
120690
120894
|
styles={Object {}}
|
|
120691
|
-
suffix={
|
|
120895
|
+
suffix={
|
|
120896
|
+
<React.Fragment>
|
|
120897
|
+
<React.Fragment>
|
|
120898
|
+
<span />
|
|
120899
|
+
</React.Fragment>
|
|
120900
|
+
</React.Fragment>
|
|
120901
|
+
}
|
|
120692
120902
|
triggerFocus={[Function]}
|
|
120693
120903
|
value=""
|
|
120694
120904
|
>
|
|
120695
|
-
<
|
|
120696
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
120697
|
-
|
|
120698
|
-
disabled={false}
|
|
120699
|
-
id="rcs_template_name_input"
|
|
120700
|
-
onBlur={[Function]}
|
|
120701
|
-
onChange={[Function]}
|
|
120702
|
-
onCompositionEnd={[Function]}
|
|
120703
|
-
onCompositionStart={[Function]}
|
|
120704
|
-
onFocus={[Function]}
|
|
120705
|
-
onKeyDown={[Function]}
|
|
120706
|
-
onKeyUp={[Function]}
|
|
120905
|
+
<span
|
|
120906
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
120907
|
+
onClick={[Function]}
|
|
120707
120908
|
style={Object {}}
|
|
120708
|
-
|
|
120709
|
-
|
|
120710
|
-
|
|
120909
|
+
>
|
|
120910
|
+
<input
|
|
120911
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
120912
|
+
data-testid="template_name"
|
|
120913
|
+
disabled={false}
|
|
120914
|
+
id="rcs_template_name_input"
|
|
120915
|
+
onBlur={[Function]}
|
|
120916
|
+
onChange={[Function]}
|
|
120917
|
+
onCompositionEnd={[Function]}
|
|
120918
|
+
onCompositionStart={[Function]}
|
|
120919
|
+
onFocus={[Function]}
|
|
120920
|
+
onKeyDown={[Function]}
|
|
120921
|
+
onKeyUp={[Function]}
|
|
120922
|
+
type="text"
|
|
120923
|
+
value=""
|
|
120924
|
+
/>
|
|
120925
|
+
<span
|
|
120926
|
+
className="ant-input-suffix"
|
|
120927
|
+
>
|
|
120928
|
+
<span />
|
|
120929
|
+
</span>
|
|
120930
|
+
</span>
|
|
120711
120931
|
</ForwardRef>
|
|
120712
120932
|
</ForwardRef>
|
|
120713
120933
|
</Input>
|
|
@@ -133722,7 +133942,7 @@ new message content.",
|
|
|
133722
133942
|
id="rcs_template_name_input"
|
|
133723
133943
|
onChange={[Function]}
|
|
133724
133944
|
size="default"
|
|
133725
|
-
suffix={
|
|
133945
|
+
suffix={<span />}
|
|
133726
133946
|
value=""
|
|
133727
133947
|
>
|
|
133728
133948
|
<ForwardRef
|
|
@@ -133745,7 +133965,11 @@ new message content.",
|
|
|
133745
133965
|
prefixCls="ant-input"
|
|
133746
133966
|
style={Object {}}
|
|
133747
133967
|
styles={Object {}}
|
|
133748
|
-
suffix={
|
|
133968
|
+
suffix={
|
|
133969
|
+
<React.Fragment>
|
|
133970
|
+
<span />
|
|
133971
|
+
</React.Fragment>
|
|
133972
|
+
}
|
|
133749
133973
|
value=""
|
|
133750
133974
|
>
|
|
133751
133975
|
<ForwardRef
|
|
@@ -133767,26 +133991,42 @@ new message content.",
|
|
|
133767
133991
|
prefixCls="ant-input"
|
|
133768
133992
|
style={Object {}}
|
|
133769
133993
|
styles={Object {}}
|
|
133770
|
-
suffix={
|
|
133994
|
+
suffix={
|
|
133995
|
+
<React.Fragment>
|
|
133996
|
+
<React.Fragment>
|
|
133997
|
+
<span />
|
|
133998
|
+
</React.Fragment>
|
|
133999
|
+
</React.Fragment>
|
|
134000
|
+
}
|
|
133771
134001
|
triggerFocus={[Function]}
|
|
133772
134002
|
value=""
|
|
133773
134003
|
>
|
|
133774
|
-
<
|
|
133775
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
133776
|
-
|
|
133777
|
-
disabled={false}
|
|
133778
|
-
id="rcs_template_name_input"
|
|
133779
|
-
onBlur={[Function]}
|
|
133780
|
-
onChange={[Function]}
|
|
133781
|
-
onCompositionEnd={[Function]}
|
|
133782
|
-
onCompositionStart={[Function]}
|
|
133783
|
-
onFocus={[Function]}
|
|
133784
|
-
onKeyDown={[Function]}
|
|
133785
|
-
onKeyUp={[Function]}
|
|
134004
|
+
<span
|
|
134005
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
134006
|
+
onClick={[Function]}
|
|
133786
134007
|
style={Object {}}
|
|
133787
|
-
|
|
133788
|
-
|
|
133789
|
-
|
|
134008
|
+
>
|
|
134009
|
+
<input
|
|
134010
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
134011
|
+
data-testid="template_name"
|
|
134012
|
+
disabled={false}
|
|
134013
|
+
id="rcs_template_name_input"
|
|
134014
|
+
onBlur={[Function]}
|
|
134015
|
+
onChange={[Function]}
|
|
134016
|
+
onCompositionEnd={[Function]}
|
|
134017
|
+
onCompositionStart={[Function]}
|
|
134018
|
+
onFocus={[Function]}
|
|
134019
|
+
onKeyDown={[Function]}
|
|
134020
|
+
onKeyUp={[Function]}
|
|
134021
|
+
type="text"
|
|
134022
|
+
value=""
|
|
134023
|
+
/>
|
|
134024
|
+
<span
|
|
134025
|
+
className="ant-input-suffix"
|
|
134026
|
+
>
|
|
134027
|
+
<span />
|
|
134028
|
+
</span>
|
|
134029
|
+
</span>
|
|
133790
134030
|
</ForwardRef>
|
|
133791
134031
|
</ForwardRef>
|
|
133792
134032
|
</Input>
|
|
@@ -146801,7 +147041,7 @@ new message content.",
|
|
|
146801
147041
|
id="rcs_template_name_input"
|
|
146802
147042
|
onChange={[Function]}
|
|
146803
147043
|
size="default"
|
|
146804
|
-
suffix={
|
|
147044
|
+
suffix={<span />}
|
|
146805
147045
|
value=""
|
|
146806
147046
|
>
|
|
146807
147047
|
<ForwardRef
|
|
@@ -146824,7 +147064,11 @@ new message content.",
|
|
|
146824
147064
|
prefixCls="ant-input"
|
|
146825
147065
|
style={Object {}}
|
|
146826
147066
|
styles={Object {}}
|
|
146827
|
-
suffix={
|
|
147067
|
+
suffix={
|
|
147068
|
+
<React.Fragment>
|
|
147069
|
+
<span />
|
|
147070
|
+
</React.Fragment>
|
|
147071
|
+
}
|
|
146828
147072
|
value=""
|
|
146829
147073
|
>
|
|
146830
147074
|
<ForwardRef
|
|
@@ -146846,26 +147090,42 @@ new message content.",
|
|
|
146846
147090
|
prefixCls="ant-input"
|
|
146847
147091
|
style={Object {}}
|
|
146848
147092
|
styles={Object {}}
|
|
146849
|
-
suffix={
|
|
147093
|
+
suffix={
|
|
147094
|
+
<React.Fragment>
|
|
147095
|
+
<React.Fragment>
|
|
147096
|
+
<span />
|
|
147097
|
+
</React.Fragment>
|
|
147098
|
+
</React.Fragment>
|
|
147099
|
+
}
|
|
146850
147100
|
triggerFocus={[Function]}
|
|
146851
147101
|
value=""
|
|
146852
147102
|
>
|
|
146853
|
-
<
|
|
146854
|
-
className="ant-input css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
146855
|
-
|
|
146856
|
-
disabled={false}
|
|
146857
|
-
id="rcs_template_name_input"
|
|
146858
|
-
onBlur={[Function]}
|
|
146859
|
-
onChange={[Function]}
|
|
146860
|
-
onCompositionEnd={[Function]}
|
|
146861
|
-
onCompositionStart={[Function]}
|
|
146862
|
-
onFocus={[Function]}
|
|
146863
|
-
onKeyDown={[Function]}
|
|
146864
|
-
onKeyUp={[Function]}
|
|
147103
|
+
<span
|
|
147104
|
+
className="ant-input-affix-wrapper css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
147105
|
+
onClick={[Function]}
|
|
146865
147106
|
style={Object {}}
|
|
146866
|
-
|
|
146867
|
-
|
|
146868
|
-
|
|
147107
|
+
>
|
|
147108
|
+
<input
|
|
147109
|
+
className="ant-input css-dev-only-do-not-override-dbp7pc"
|
|
147110
|
+
data-testid="template_name"
|
|
147111
|
+
disabled={false}
|
|
147112
|
+
id="rcs_template_name_input"
|
|
147113
|
+
onBlur={[Function]}
|
|
147114
|
+
onChange={[Function]}
|
|
147115
|
+
onCompositionEnd={[Function]}
|
|
147116
|
+
onCompositionStart={[Function]}
|
|
147117
|
+
onFocus={[Function]}
|
|
147118
|
+
onKeyDown={[Function]}
|
|
147119
|
+
onKeyUp={[Function]}
|
|
147120
|
+
type="text"
|
|
147121
|
+
value=""
|
|
147122
|
+
/>
|
|
147123
|
+
<span
|
|
147124
|
+
className="ant-input-suffix"
|
|
147125
|
+
>
|
|
147126
|
+
<span />
|
|
147127
|
+
</span>
|
|
147128
|
+
</span>
|
|
146869
147129
|
</ForwardRef>
|
|
146870
147130
|
</ForwardRef>
|
|
146871
147131
|
</Input>
|
|
@@ -160584,7 +160844,7 @@ new message content.",
|
|
|
160584
160844
|
id="rcs_template_name_input"
|
|
160585
160845
|
onChange={[Function]}
|
|
160586
160846
|
size="default"
|
|
160587
|
-
suffix={
|
|
160847
|
+
suffix={<span />}
|
|
160588
160848
|
value="RichCardTemplate"
|
|
160589
160849
|
>
|
|
160590
160850
|
<ForwardRef
|
|
@@ -160607,7 +160867,11 @@ new message content.",
|
|
|
160607
160867
|
prefixCls="ant-input"
|
|
160608
160868
|
style={Object {}}
|
|
160609
160869
|
styles={Object {}}
|
|
160610
|
-
suffix={
|
|
160870
|
+
suffix={
|
|
160871
|
+
<React.Fragment>
|
|
160872
|
+
<span />
|
|
160873
|
+
</React.Fragment>
|
|
160874
|
+
}
|
|
160611
160875
|
value="RichCardTemplate"
|
|
160612
160876
|
>
|
|
160613
160877
|
<ForwardRef
|
|
@@ -160629,26 +160893,42 @@ new message content.",
|
|
|
160629
160893
|
prefixCls="ant-input"
|
|
160630
160894
|
style={Object {}}
|
|
160631
160895
|
styles={Object {}}
|
|
160632
|
-
suffix={
|
|
160896
|
+
suffix={
|
|
160897
|
+
<React.Fragment>
|
|
160898
|
+
<React.Fragment>
|
|
160899
|
+
<span />
|
|
160900
|
+
</React.Fragment>
|
|
160901
|
+
</React.Fragment>
|
|
160902
|
+
}
|
|
160633
160903
|
triggerFocus={[Function]}
|
|
160634
160904
|
value="RichCardTemplate"
|
|
160635
160905
|
>
|
|
160636
|
-
<
|
|
160637
|
-
className="ant-input ant-input-disabled css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
160638
|
-
|
|
160639
|
-
disabled={true}
|
|
160640
|
-
id="rcs_template_name_input"
|
|
160641
|
-
onBlur={[Function]}
|
|
160642
|
-
onChange={[Function]}
|
|
160643
|
-
onCompositionEnd={[Function]}
|
|
160644
|
-
onCompositionStart={[Function]}
|
|
160645
|
-
onFocus={[Function]}
|
|
160646
|
-
onKeyDown={[Function]}
|
|
160647
|
-
onKeyUp={[Function]}
|
|
160906
|
+
<span
|
|
160907
|
+
className="ant-input-affix-wrapper ant-input-disabled ant-input-affix-wrapper-disabled css-dev-only-do-not-override-dbp7pc ant-input-outlined css-var-root ant-input-css-var"
|
|
160908
|
+
onClick={[Function]}
|
|
160648
160909
|
style={Object {}}
|
|
160649
|
-
|
|
160650
|
-
|
|
160651
|
-
|
|
160910
|
+
>
|
|
160911
|
+
<input
|
|
160912
|
+
className="ant-input ant-input-disabled css-dev-only-do-not-override-dbp7pc"
|
|
160913
|
+
data-testid="template_name"
|
|
160914
|
+
disabled={true}
|
|
160915
|
+
id="rcs_template_name_input"
|
|
160916
|
+
onBlur={[Function]}
|
|
160917
|
+
onChange={[Function]}
|
|
160918
|
+
onCompositionEnd={[Function]}
|
|
160919
|
+
onCompositionStart={[Function]}
|
|
160920
|
+
onFocus={[Function]}
|
|
160921
|
+
onKeyDown={[Function]}
|
|
160922
|
+
onKeyUp={[Function]}
|
|
160923
|
+
type="text"
|
|
160924
|
+
value="RichCardTemplate"
|
|
160925
|
+
/>
|
|
160926
|
+
<span
|
|
160927
|
+
className="ant-input-suffix"
|
|
160928
|
+
>
|
|
160929
|
+
<span />
|
|
160930
|
+
</span>
|
|
160931
|
+
</span>
|
|
160652
160932
|
</ForwardRef>
|
|
160653
160933
|
</ForwardRef>
|
|
160654
160934
|
</Input>
|