File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed
expression-src/main/editor/lwc/miniEditor
unpackaged/examples/mini-editor/lwc/miniEditorExample Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "packageId" : " 04tRb0000034eMvIAI " ,
2+ "packageId" : " 04tRb0000036OFdIAM " ,
33 "componentPackageId" : " 04tRb0000012Mv8IAE"
44}
Original file line number Diff line number Diff line change 1212 < template lwc:if ={displayAsTextArea} >
1313 < textarea name ="expression "
1414 onkeyup ={handleExpressionChange}
15- class ="unstyled-input p-2 mono " placeholder ={placeholder} value ={expression} > </ textarea >
15+ class ="unstyled-input p-2 mono " placeholder ={placeholder} value ={expression} >
16+ {expression}
17+ </ textarea >
1618 </ template >
1719 < template lwc:else >
1820 < input type ="text " name ="expression "
Original file line number Diff line number Diff line change 33 {
44 "path" : " expression-src" ,
55 "package" : " Expression" ,
6- "versionName" : " Version 1.27 " ,
7- "versionNumber" : " 1.27 .0.NEXT" ,
6+ "versionName" : " Version 1.28 " ,
7+ "versionNumber" : " 1.28 .0.NEXT" ,
88 "default" : false ,
99 "versionDescription" : " Expression core language" ,
1010 "ancestorVersion" : " HIGHEST"
5656 "Expression@1.24.0-2" : " 04tRb000002yfDdIAI" ,
5757 "Expression@1.25.0-2" : " 04tRb0000034Z5VIAU" ,
5858 "Expression@1.26.0-2" : " 04tRb0000034ahVIAQ" ,
59- "Expression@1.27.0-2" : " 04tRb0000034eMvIAI"
59+ "Expression@1.27.0-2" : " 04tRb0000034eMvIAI" ,
60+ "Expression@1.28.0-2" : " 04tRb0000036OFdIAM"
6061 }
6162}
Original file line number Diff line number Diff line change 11< template >
2- < lightning-card title ="Mini Editor ">
2+ < lightning-card title ="Mini Editor ">
33 < div class ="slds-p-horizontal_small ">
4- < c-mini-editor display-as-text-area ="true " onsave ={handleExpressionSaved} > </ c-mini-editor >
4+ < c-mini-editor display-as-text-area ="true "
5+ default-expression ="true "
6+ onsave ={handleExpressionSaved} > </ c-mini-editor >
57 </ div >
68 </ lightning-card >
79</ template >
You can’t perform that action at this time.
0 commit comments