适配API更改

Signed-off-by: y1585740638 <yulei99@huawei.com>
Change-Id: I713db0b09d6885e96f5398681251b789d535478f
This commit is contained in:
y1585740638 2023-07-13 20:47:11 +08:00
parent 1cd463125f
commit 34a02a2bb8
8 changed files with 57 additions and 57 deletions

View 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"
]
}

View 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"
]
}

View 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"
]
}

View File

@ -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"
]
}

View File

@ -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"
]
}

View File

@ -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"
]
}

View File

@ -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",

View File

@ -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",