mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-26 18:21:00 +00:00
commit
08ffa75522
@ -3,6 +3,6 @@
|
||||
"children": ["Span", "ImageSpan"],
|
||||
"parents": ["Text"],
|
||||
"attrs": [
|
||||
"textBackgroundStyle"
|
||||
"textBackgroundStyle", "attributeModifier"
|
||||
]
|
||||
}
|
@ -3,6 +3,6 @@
|
||||
"parents": ["Text", "ContainerSpan"],
|
||||
"atomic": true,
|
||||
"attrs": [
|
||||
"verticalAlign", "objectFit", "textBackgroundStyle"
|
||||
"verticalAlign", "objectFit", "textBackgroundStyle", "alt", "colorFilter", "onComplete", "onError"
|
||||
]
|
||||
}
|
@ -3,6 +3,6 @@
|
||||
"atomic": true,
|
||||
"attrs": [
|
||||
"fontColor", "fontSize", "allowScale", "fontWeight", "fontFamily", "onStart",
|
||||
"onBounce", "onFinish"
|
||||
"onBounce", "onFinish", "marqueeUpdateStrategy", "onStart", "onBounce", "onFinish"
|
||||
]
|
||||
}
|
@ -40,6 +40,11 @@
|
||||
"onWillInsert",
|
||||
"onDidInsert",
|
||||
"onWillDelete",
|
||||
"onDidDelete"
|
||||
"onDidDelete",
|
||||
"enableHapticFeedback",
|
||||
"constructor",
|
||||
"caretPosition",
|
||||
"setTextSelection",
|
||||
"stopEditing"
|
||||
]
|
||||
}
|
||||
|
@ -4,6 +4,6 @@
|
||||
"atomic": true,
|
||||
"attrs": [
|
||||
"fontColor", "fontSize", "fontStyle", "fontFamily", "fontWeight", "decoration", "letterSpacing",
|
||||
"textCase","font", "textBackgroundStyle"
|
||||
"textCase","font", "textBackgroundStyle", "lineHeight", "textShadow", "baselineOffset"
|
||||
]
|
||||
}
|
@ -2,5 +2,5 @@
|
||||
"name": "SymbolSpan",
|
||||
"parents": ["Text"],
|
||||
"atomic": true,
|
||||
"attrs": ["fontSize", "fontColor", "fontWeight", "effectStrategy", "renderingStrategy"]
|
||||
"attrs": ["fontSize", "fontColor", "fontWeight", "effectStrategy", "renderingStrategy", "attributeModifier"]
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "SymbolGlyph",
|
||||
"atomic": true,
|
||||
"attrs": ["fontSize", "fontColor", "fontWeight", "effectStrategy", "renderingStrategy"]
|
||||
"attrs": ["fontSize", "fontColor", "fontWeight", "effectStrategy", "renderingStrategy", "symbolEffect"]
|
||||
}
|
@ -4,6 +4,10 @@
|
||||
"attrs": [
|
||||
"fontColor", "fontSize", "fontStyle", "fontWeight", "textAlign", "lineHeight", "textOverflow",
|
||||
"maxLines", "decoration", "letterSpacing", "textCase", "baselineOffset", "minFontSize",
|
||||
"maxFontSize", "copyOption", "textIndent","font"
|
||||
"maxFontSize", "copyOption", "textIndent","font", "fontFamily", "textShadow", "heightAdaptivePolicy",
|
||||
"wordBreak", "selection", "ellipsisMode", "enableDataDetector", "dataDetectorConfig", "bindSelectionMenu",
|
||||
"fontFeature", "lineSpacing", "privacySensitive", "lineBreakStrategy", "textSelectable", "editMenuOptions",
|
||||
"minFontScale", "maxFontScale", "halfLeading", "enableHapticFeedback", "caretColor", "selectedBackgroundColor",
|
||||
"onCopy", "onTextSelectionChange", "closeSelectionMenu", "setStyledString", "getLayoutManager"
|
||||
]
|
||||
}
|
@ -52,6 +52,11 @@
|
||||
"textIndent",
|
||||
"caretStyle",
|
||||
"selectedBackgroundColor",
|
||||
"enableAutoFill"
|
||||
"enableAutoFill",
|
||||
"enableHapticFeedback",
|
||||
"constructor",
|
||||
"caretPosition",
|
||||
"setTextSelection",
|
||||
"stopEditing"
|
||||
]
|
||||
}
|
||||
|
@ -64,6 +64,13 @@
|
||||
"onSecurityStateChange",
|
||||
"textOverflow",
|
||||
"textIndent",
|
||||
"fontFeature"
|
||||
"fontFeature",
|
||||
"enableHapticFeedback",
|
||||
"cancelButton",
|
||||
"constructor",
|
||||
"caretPosition",
|
||||
"setTextSelection",
|
||||
"stopEditing",
|
||||
"keepEditableState"
|
||||
]
|
||||
}
|
||||
|
@ -4,6 +4,6 @@
|
||||
"attrs": [
|
||||
"fontColor", "fontSize", "minFontSize", "maxFontSize", "fontStyle", "fontWeight",
|
||||
"fontFamily", "textAlign", "lineHeight", "textOverflow", "maxLines", "decoration",
|
||||
"letterSpacing", "textCase", "baselineOffset", "copyOption"
|
||||
"letterSpacing", "textCase", "baselineOffset", "copyOption", "fontFamily"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user