mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-23 16:39:56 +00:00
适配API更改
Signed-off-by: y1585740638 <yulei99@huawei.com> Change-Id: I713db0b09d6885e96f5398681251b789d535478f
This commit is contained in:
parent
1cd463125f
commit
34a02a2bb8
11
compiler/components/location_button.json
Normal file
11
compiler/components/location_button.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "LocationButton",
|
||||
"atomic": true,
|
||||
"attrs": [
|
||||
"iconSize", "layoutDirection", "position", "markAnchor",
|
||||
"offset", "fontSize", "fontStyle", "fontWeight", "fontFamily",
|
||||
"fontColor", "iconColor", "backgroundColor", "borderStyle",
|
||||
"borderWidth", "borderColor", "borderRadius", "padding",
|
||||
"textIconSpace", "onClick", "key"
|
||||
]
|
||||
}
|
11
compiler/components/paste_button.json
Normal file
11
compiler/components/paste_button.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "PasteButton",
|
||||
"atomic": true,
|
||||
"attrs": [
|
||||
"iconSize", "layoutDirection", "position", "markAnchor",
|
||||
"offset", "fontSize", "fontStyle", "fontWeight", "fontFamily",
|
||||
"fontColor", "iconColor", "backgroundColor", "borderStyle",
|
||||
"borderWidth", "borderColor", "borderRadius", "padding",
|
||||
"textIconSpace", "onClick", "key"
|
||||
]
|
||||
}
|
11
compiler/components/save_button.json
Normal file
11
compiler/components/save_button.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "SaveButton",
|
||||
"atomic": true,
|
||||
"attrs": [
|
||||
"iconSize", "layoutDirection", "position", "markAnchor",
|
||||
"offset", "fontSize", "fontStyle", "fontWeight", "fontFamily",
|
||||
"fontColor", "iconColor", "backgroundColor", "borderStyle",
|
||||
"borderWidth", "borderColor", "borderRadius", "padding",
|
||||
"textIconSpace", "onClick", "key"
|
||||
]
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"name": "SecLocationButton",
|
||||
"atomic": true,
|
||||
"attrs": [
|
||||
"iconSize", "layoutDirection", "layoutOrder", "position",
|
||||
"markAnchor", "offset", "fontSize", "fontStyle", "fontWeight",
|
||||
"fontFamily", "fontColor", "iconColor", "backgroundColor",
|
||||
"borderStyle", "borderWidth", "borderColor", "borderRadius",
|
||||
"backgroundPadding", "textIconPadding", "onClick", "key"
|
||||
]
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"name": "SecPasteButton",
|
||||
"atomic": true,
|
||||
"attrs": [
|
||||
"iconSize", "layoutDirection", "layoutOrder", "position",
|
||||
"markAnchor", "offset", "fontSize", "fontStyle", "fontWeight",
|
||||
"fontFamily", "fontColor", "iconColor", "backgroundColor",
|
||||
"borderStyle", "borderWidth", "borderColor", "borderRadius",
|
||||
"padding", "textIconSpace", "onClick", "key"
|
||||
]
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"name": "SecSaveButton",
|
||||
"atomic": true,
|
||||
"attrs": [
|
||||
"iconSize", "layoutDirection", "layoutOrder", "position",
|
||||
"markAnchor", "offset", "fontSize", "fontStyle", "fontWeight",
|
||||
"fontFamily", "fontColor", "iconColor", "backgroundColor",
|
||||
"borderStyle", "borderWidth", "borderColor", "borderRadius",
|
||||
"padding", "textIconSpace", "onClick", "key"
|
||||
]
|
||||
}
|
@ -193,9 +193,9 @@
|
||||
"WaterFlow",
|
||||
"FlowItem",
|
||||
"ImageSpan",
|
||||
"SecLocationButton",
|
||||
"SecPasteButton",
|
||||
"SecSaveButton",
|
||||
"LocationButton",
|
||||
"PasteButton",
|
||||
"SaveButton",
|
||||
"UIExtensionComponent",
|
||||
"RichEditor"
|
||||
],
|
||||
@ -713,19 +713,19 @@
|
||||
"instance": "ImageSpanInstance"
|
||||
},
|
||||
{
|
||||
"name": "SecLocationButton",
|
||||
"type": "SecLocationButtonAttribute",
|
||||
"instance": "SecLocationButtonInstance"
|
||||
"name": "LocationButton",
|
||||
"type": "LocationButtonAttribute",
|
||||
"instance": "LocationButtonInstance"
|
||||
},
|
||||
{
|
||||
"name": "SecPasteButton",
|
||||
"type": "SecPasteButtonAttribute",
|
||||
"instance": "SecPasteButtonInstance"
|
||||
"name": "PasteButton",
|
||||
"type": "PasteButtonAttribute",
|
||||
"instance": "PasteButtonInstance"
|
||||
},
|
||||
{
|
||||
"name": "SecSaveButton",
|
||||
"type": "SecSaveButtonAttribute",
|
||||
"instance": "SecSaveButtonInstance"
|
||||
"name": "SaveButton",
|
||||
"type": "SaveButtonAttribute",
|
||||
"instance": "SaveButtonInstance"
|
||||
},
|
||||
{
|
||||
"name": "UIExtensionComponent",
|
||||
|
@ -194,9 +194,9 @@
|
||||
"WaterFlow",
|
||||
"FlowItem",
|
||||
"ImageSpan",
|
||||
"SecLocationButton",
|
||||
"SecPasteButton",
|
||||
"SecSaveButton",
|
||||
"LocationButton",
|
||||
"PasteButton",
|
||||
"SaveButton",
|
||||
"UIExtensionComponent",
|
||||
"RichEditor"
|
||||
],
|
||||
@ -719,19 +719,19 @@
|
||||
"instance": "ImageSpanInstance"
|
||||
},
|
||||
{
|
||||
"name": "SecLocationButton",
|
||||
"type": "SecLocationButtonAttribute",
|
||||
"instance": "SecLocationButtonInstance"
|
||||
"name": "LocationButton",
|
||||
"type": "LocationButtonAttribute",
|
||||
"instance": "LocationButtonInstance"
|
||||
},
|
||||
{
|
||||
"name": "SecPasteButton",
|
||||
"type": "SecPasteButtonAttribute",
|
||||
"instance": "SecPasteButtonInstance"
|
||||
"name": "PasteButton",
|
||||
"type": "PasteButtonAttribute",
|
||||
"instance": "PasteButtonInstance"
|
||||
},
|
||||
{
|
||||
"name": "SecSaveButton",
|
||||
"type": "SecSaveButtonAttribute",
|
||||
"instance": "SecSaveButtonInstance"
|
||||
"name": "SaveButton",
|
||||
"type": "SaveButtonAttribute",
|
||||
"instance": "SaveButtonInstance"
|
||||
},
|
||||
{
|
||||
"name": "UIExtensionComponent",
|
||||
|
Loading…
Reference in New Issue
Block a user