From d95b9e60344eaf68a39c6ca7f824b69855df5a83 Mon Sep 17 00:00:00 2001 From: kukixi Date: Sat, 19 Feb 2022 17:22:06 +0800 Subject: [PATCH] add arkui syscap Signed-off-by: kukixi --- api/config/css/cssConfig.json | 223 ++++++++++++++++++ api/config/hml/basic/animate.json | 1 + api/config/hml/basic/animateMotion.json | 1 + api/config/hml/basic/animateTransform.json | 1 + api/config/hml/basic/block.json | 1 + api/config/hml/basic/button.json | 1 + api/config/hml/basic/calendar.json | 1 + api/config/hml/basic/chart.json | 1 + api/config/hml/basic/circle.json | 1 + api/config/hml/basic/divider.json | 1 + api/config/hml/basic/ellipse.json | 1 + api/config/hml/basic/image-animator.json | 1 + api/config/hml/basic/image.json | 1 + api/config/hml/basic/input.json | 1 + api/config/hml/basic/label.json | 1 + api/config/hml/basic/line.json | 1 + api/config/hml/basic/marquee.json | 1 + api/config/hml/basic/menu.json | 1 + api/config/hml/basic/option.json | 1 + api/config/hml/basic/path.json | 1 + api/config/hml/basic/picker-view.json | 1 + api/config/hml/basic/picker.json | 1 + api/config/hml/basic/piece.json | 1 + api/config/hml/basic/polygon.json | 1 + api/config/hml/basic/polyline.json | 1 + api/config/hml/basic/progress.json | 1 + api/config/hml/basic/qrcode.json | 1 + api/config/hml/basic/rating.json | 1 + api/config/hml/basic/rect.json | 1 + api/config/hml/basic/richtext.json | 1 + api/config/hml/basic/search.json | 1 + api/config/hml/basic/select.json | 1 + api/config/hml/basic/slider.json | 1 + api/config/hml/basic/slot.json | 1 + api/config/hml/basic/span.json | 1 + api/config/hml/basic/switch.json | 1 + api/config/hml/basic/text.json | 1 + api/config/hml/basic/textarea.json | 1 + api/config/hml/basic/textpath.json | 1 + api/config/hml/basic/toggle.json | 1 + api/config/hml/basic/toolbar-item.json | 1 + api/config/hml/basic/toolbar.json | 1 + api/config/hml/basic/tspan.json | 1 + api/config/hml/basic/web.json | 1 + api/config/hml/basic/xcomponent.json | 1 + api/config/hml/canvas/canvas.json | 1 + api/config/hml/container/badge.json | 1 + api/config/hml/container/div.json | 1 + api/config/hml/container/form.json | 1 + api/config/hml/container/list-item-group.json | 1 + api/config/hml/container/list-item.json | 1 + api/config/hml/container/list.json | 1 + api/config/hml/container/panel.json | 1 + api/config/hml/container/popup.json | 1 + api/config/hml/container/refresh.json | 1 + api/config/hml/container/stack.json | 1 + api/config/hml/container/stepper-item.json | 1 + api/config/hml/container/stepper.json | 1 + api/config/hml/container/svg.json | 1 + api/config/hml/container/swiper.json | 1 + api/config/hml/container/tab-bar.json | 1 + api/config/hml/container/tab-content.json | 1 + api/config/hml/container/tabs.json | 1 + api/config/hml/custom/element.json | 1 + api/config/hml/grid/grid-col.json | 1 + api/config/hml/grid/grid-container.json | 1 + api/config/hml/grid/grid-row.json | 1 + api/config/hml/media/camera.json | 1 + api/config/hml/media/video.json | 1 + 69 files changed, 291 insertions(+) diff --git a/api/config/css/cssConfig.json b/api/config/css/cssConfig.json index e0d5a244ec..2da5bfbcd1 100644 --- a/api/config/css/cssConfig.json +++ b/api/config/css/cssConfig.json @@ -2,6 +2,7 @@ "properties": [ { "name": "column-span", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -33,6 +34,7 @@ }, { "name": "fill", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -64,6 +66,7 @@ }, { "name": "fill-opacity", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -95,6 +98,7 @@ }, { "name": "fill-rule", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -126,6 +130,7 @@ }, { "name": "opacity", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -157,6 +162,7 @@ }, { "name": "stroke-dasharray", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -188,6 +194,7 @@ }, { "name": "stroke-dashoffset", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -219,6 +226,7 @@ }, { "name": "stroke-linejoin", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -250,6 +258,7 @@ }, { "name": "stroke-linecap", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -281,6 +290,7 @@ }, { "name": "stroke-miterlimit", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -312,6 +322,7 @@ }, { "name": "stroke-opacity", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -343,6 +354,7 @@ }, { "name": "transform", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -374,6 +386,7 @@ }, { "name": "x", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -406,6 +419,7 @@ }, { "name": "y", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -438,6 +452,7 @@ }, { "name": "viewBox", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -469,6 +484,7 @@ }, { "name": "rx", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -501,6 +517,7 @@ }, { "name": "ry", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -533,6 +550,7 @@ }, { "name": "cx", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -565,6 +583,7 @@ }, { "name": "cy", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -597,6 +616,7 @@ }, { "name": "r", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -629,6 +649,7 @@ }, { "name": "d", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -660,6 +681,7 @@ }, { "name": "x1", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -692,6 +714,7 @@ }, { "name": "y1", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -724,6 +747,7 @@ }, { "name": "x2", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -756,6 +780,7 @@ }, { "name": "y2", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -788,6 +813,7 @@ }, { "name": "points", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -819,6 +845,7 @@ }, { "name": "dx", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -851,6 +878,7 @@ }, { "name": "dy", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -883,6 +911,7 @@ }, { "name": "stroke", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -914,6 +943,7 @@ }, { "name": "startOffset", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -946,6 +976,7 @@ }, { "name": "attributeName", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -977,6 +1008,7 @@ }, { "name": "begin", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1008,6 +1040,7 @@ }, { "name": "dur", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1039,6 +1072,7 @@ }, { "name": "end", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1070,6 +1104,7 @@ }, { "name": "repeatCount", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1102,6 +1137,7 @@ }, { "name": "calcMode", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1136,6 +1172,7 @@ }, { "name": "keyTimes", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1167,6 +1204,7 @@ }, { "name": "keySplines", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1198,6 +1236,7 @@ }, { "name": "from", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1229,6 +1268,7 @@ }, { "name": "to", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1260,6 +1300,7 @@ }, { "name": "values", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1291,6 +1332,7 @@ }, { "name": "type", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1326,6 +1368,7 @@ }, { "name": "width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": " || " @@ -1365,6 +1408,7 @@ }, { "name": "height", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": " || " @@ -1404,6 +1448,7 @@ }, { "name": "padding", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": "{1,4} || {1,4}", @@ -1471,6 +1516,7 @@ }, { "name": "padding-left", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": " || ", @@ -1525,6 +1571,7 @@ }, { "name": "padding-top", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": " || ", @@ -1579,6 +1626,7 @@ }, { "name": "padding-right", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": " || ", @@ -1633,6 +1681,7 @@ }, { "name": "padding-bottom", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": " || ", @@ -1687,6 +1736,7 @@ }, { "name": "padding-start", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1747,6 +1797,7 @@ }, { "name": "padding-end", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1807,6 +1858,7 @@ }, { "name": "margin", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": "{1,4} || {1,4}" @@ -1833,6 +1885,7 @@ }, { "name": "margin-left", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": " || " @@ -1859,6 +1912,7 @@ }, { "name": "margin-top", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": " || " @@ -1885,6 +1939,7 @@ }, { "name": "margin-right", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": " || " @@ -1911,6 +1966,7 @@ }, { "name": "margin-bottom", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": " || " @@ -1937,6 +1993,7 @@ }, { "name": "margin-start", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1969,6 +2026,7 @@ }, { "name": "margin-end", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2001,6 +2059,7 @@ }, { "name": "border", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2034,6 +2093,7 @@ }, { "name": "border-style", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2071,6 +2131,7 @@ }, { "name": "border-left-style", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2108,6 +2169,7 @@ }, { "name": "border-top-style", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2145,6 +2207,7 @@ }, { "name": "border-right-style", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2182,6 +2245,7 @@ }, { "name": "border-bottom-style", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2219,6 +2283,7 @@ }, { "name": "border-image-source", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2366,6 +2431,7 @@ }, { "name": "border-image", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2401,6 +2467,7 @@ }, { "name": "border-left", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2434,6 +2501,7 @@ }, { "name": "border-top", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2467,6 +2535,7 @@ }, { "name": "border-right", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2500,6 +2569,7 @@ }, { "name": "border-bottom", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2533,6 +2603,7 @@ }, { "name": "border-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "version": [ { "name": "v3.0" @@ -2571,6 +2642,7 @@ }, { "name": "border-left-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2602,6 +2674,7 @@ }, { "name": "border-top-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2633,6 +2706,7 @@ }, { "name": "border-right-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2664,6 +2738,7 @@ }, { "name": "border-bottom-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2695,6 +2770,7 @@ }, { "name": "border-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "version": [ { "name": "v3.0" @@ -2720,6 +2796,7 @@ }, { "name": "border-left-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2751,6 +2828,7 @@ }, { "name": "border-top-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2782,6 +2860,7 @@ }, { "name": "border-right-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2813,6 +2892,7 @@ }, { "name": "border-bottom-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2844,6 +2924,7 @@ }, { "name": "border-radius", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "version": [ { "name": "v3.0" @@ -2882,6 +2963,7 @@ }, { "name": "border-top-left-radius", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2913,6 +2995,7 @@ }, { "name": "border-top-right-radius", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2944,6 +3027,7 @@ }, { "name": "border-bottom-left-radius", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2975,6 +3059,7 @@ }, { "name": "border-bottom-right-radius", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3006,6 +3091,7 @@ }, { "name": "mask-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3037,6 +3123,7 @@ }, { "name": "mask-image", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3071,6 +3158,7 @@ }, { "name": "mask-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3115,6 +3203,7 @@ }, { "name": "mask-position", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3148,6 +3237,7 @@ }, { "name": "background", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3174,6 +3264,7 @@ }, { "name": "background-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": "" @@ -3199,6 +3290,7 @@ }, { "name": "background-image", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3225,6 +3317,7 @@ }, { "name": "background-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3269,6 +3362,7 @@ }, { "name": "background-repeat", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3300,6 +3394,7 @@ }, { "name": "background-position", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3333,6 +3428,7 @@ }, { "name": "opacity", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": [ "tv", "phone", @@ -3364,6 +3460,7 @@ }, { "name": "display", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "values": [ { "name": "flex", @@ -3417,6 +3514,7 @@ }, { "name": "visibility", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3453,6 +3551,7 @@ }, { "name": "flex", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3484,6 +3583,7 @@ }, { "name": "flex-grow", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3515,6 +3615,7 @@ }, { "name": "flex-shrink", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3546,6 +3647,7 @@ }, { "name": "flex-basis", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3577,6 +3679,7 @@ }, { "name": "align-self", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3627,6 +3730,7 @@ }, { "name": "position", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3664,6 +3768,7 @@ }, { "name": "left", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": " || " @@ -3690,6 +3795,7 @@ }, { "name": "top", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": " || " @@ -3716,6 +3822,7 @@ }, { "name": "right", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3748,6 +3855,7 @@ }, { "name": "bottom", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3780,6 +3888,7 @@ }, { "name": "start", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3812,6 +3921,7 @@ }, { "name": "end", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3844,6 +3954,7 @@ }, { "name": "transform-origin", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4479,6 +4590,7 @@ }, { "name": "shared-transition-effect", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4513,6 +4625,7 @@ }, { "name": "shared-transition-name", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4539,6 +4652,7 @@ }, { "name": "shared-transition-timing-function", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4570,6 +4684,7 @@ }, { "name": "transition-enter", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4596,6 +4711,7 @@ }, { "name": "transition-exit", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4622,6 +4738,7 @@ }, { "name": "transition-duration", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4648,6 +4765,7 @@ }, { "name": "transition-timing-function", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4679,6 +4797,7 @@ }, { "name": "flex-direction", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": "column | row" @@ -4712,6 +4831,7 @@ }, { "name": "flex-wrap", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": "nowrap | wrap" @@ -4745,6 +4865,7 @@ }, { "name": "justify-content", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": "flex-start | flex-end | center | space-between | space-around" @@ -4787,6 +4908,7 @@ }, { "name": "align-items", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "values": [ { "name": "stretch", @@ -4841,6 +4963,7 @@ "name": "color" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4872,6 +4995,7 @@ "name": "length" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4903,6 +5027,7 @@ "name": "length" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4934,6 +5059,7 @@ "name": "color" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4965,6 +5091,7 @@ "name": "length" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4996,6 +5123,7 @@ "name": "length" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5027,6 +5155,7 @@ "name": "length" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5058,6 +5187,7 @@ "name": "number" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5089,6 +5219,7 @@ "name": "color" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5175,6 +5306,7 @@ }, { "name": "animation-direction", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5224,6 +5356,7 @@ }, { "name": "animation-play-state", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5265,6 +5398,7 @@ }, { "name": "transition", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5289,6 +5423,7 @@ }, { "name": "overscroll-effect", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5394,6 +5529,7 @@ }, { "name": "grid-template-columns", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5425,6 +5561,7 @@ }, { "name": "grid-template-rows", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5456,6 +5593,7 @@ }, { "name": "grid-columns-gap", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5518,6 +5656,7 @@ }, { "name": "grid-row-start", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5549,6 +5688,7 @@ }, { "name": "grid-row-end", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5580,6 +5720,7 @@ }, { "name": "grid-column-start", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5611,6 +5752,7 @@ }, { "name": "grid-column-end", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5642,6 +5784,7 @@ }, { "name": "grid-auto-flow", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5668,6 +5811,7 @@ }, { "name": "columns", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5699,6 +5843,7 @@ }, { "name": "item-extent", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5731,6 +5876,7 @@ }, { "name": "fade-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5762,6 +5908,7 @@ }, { "name": "indicator-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5793,6 +5940,7 @@ }, { "name": "indicator-selected-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5824,6 +5972,7 @@ }, { "name": "indicator-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5855,6 +6004,7 @@ }, { "name": "indicator-top", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5887,6 +6037,7 @@ }, { "name": "indicator-left", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5919,6 +6070,7 @@ }, { "name": "indicator-right", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5951,6 +6103,7 @@ }, { "name": "indicator-bottom", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5983,6 +6136,7 @@ }, { "name": "progress-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6014,6 +6168,7 @@ }, { "name": "object-fit", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6067,6 +6222,7 @@ }, { "name": "object-position", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6149,6 +6305,7 @@ }, { "name": "word-break", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6194,6 +6351,7 @@ }, { "name": "overflow", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6239,6 +6397,7 @@ }, { "name": "match-text-direction", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6278,6 +6437,7 @@ }, { "name": "fit-original-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6392,6 +6552,7 @@ }, { "name": "secondary-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6454,6 +6615,7 @@ }, { "name": "scale-number", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6610,6 +6772,7 @@ }, { "name": "font-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": "" @@ -6635,6 +6798,7 @@ }, { "name": "allow-scale", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6674,6 +6838,7 @@ }, { "name": "letter-spacing", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": "" @@ -6749,6 +6914,7 @@ }, { "name": "font-style", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6783,6 +6949,7 @@ }, { "name": "font-weight", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6894,6 +7061,7 @@ }, { "name": "text-decoration", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6934,6 +7102,7 @@ }, { "name": "text-align", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": [ "tv", "phone", @@ -7025,6 +7194,7 @@ "name": "" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7056,6 +7226,7 @@ "name": "" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "phone" ], @@ -7079,6 +7250,7 @@ }, { "name": "text-overflow", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": [ "tv", "phone", @@ -7120,6 +7292,7 @@ }, { "name": "text-overflow", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": "[ clip | ellipsis | ]{1,2}" @@ -7242,6 +7415,7 @@ }, { "name": "font-family", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "syntax": [ { "name": "[ clip | ellipsis | ]{1,2}" @@ -7275,6 +7449,7 @@ }, { "name": "max-lines", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7311,6 +7486,7 @@ }, { "name": "min-font-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7342,6 +7518,7 @@ }, { "name": "max-font-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7373,6 +7550,7 @@ }, { "name": "font-size-step", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7404,6 +7582,7 @@ }, { "name": "prefer-font-sizes", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7435,6 +7614,7 @@ }, { "name": "adapt-height", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7472,6 +7652,7 @@ }, { "name": "star-background", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7502,6 +7683,7 @@ }, { "name": "star-foreground", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7532,6 +7714,7 @@ }, { "name": "star-secondary", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7567,6 +7750,7 @@ }, { "name": "rtl-flip", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7605,6 +7789,7 @@ }, { "name": "line-cap", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7650,6 +7835,7 @@ }, { "name": "placeholder-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7681,6 +7867,7 @@ }, { "name": "text-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7712,6 +7899,7 @@ }, { "name": "text-decoration-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7743,6 +7931,7 @@ }, { "name": "icon-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7774,6 +7963,7 @@ }, { "name": "icon-height", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7805,6 +7995,7 @@ }, { "name": "block-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7838,6 +8029,7 @@ }, { "name": "texton-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7869,6 +8061,7 @@ }, { "name": "textoff-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7900,6 +8093,7 @@ }, { "name": "text-padding", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7981,6 +8175,7 @@ }, { "name": "focus-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8012,6 +8207,7 @@ }, { "name": "focus-font-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8048,6 +8244,7 @@ "name": "" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "phone" ], @@ -8076,6 +8273,7 @@ "name": "" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "phone" ], @@ -8099,6 +8297,7 @@ }, { "name": "colors", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8130,6 +8329,7 @@ }, { "name": "weights", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8161,6 +8361,7 @@ }, { "name": "src", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8197,6 +8398,7 @@ }, { "name": "min-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8229,6 +8431,7 @@ }, { "name": "min-height", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8261,6 +8464,7 @@ }, { "name": "max-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8293,6 +8497,7 @@ }, { "name": "max-height", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8325,6 +8530,7 @@ }, { "name": "box-shadow", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8356,6 +8562,7 @@ }, { "name": "filter", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8392,6 +8599,7 @@ }, { "name": "backdrop-filter", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8428,6 +8636,7 @@ }, { "name": "window-filter", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8464,6 +8673,7 @@ }, { "name": "display-index", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8495,6 +8705,7 @@ }, { "name": "flex-weight", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8526,6 +8737,7 @@ }, { "name": "aspect-ratio", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8557,6 +8769,7 @@ }, { "name": "caret-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8590,6 +8803,7 @@ "atDirectives": [ { "name": "@import", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8619,6 +8833,7 @@ }, { "name": "@keyframes", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8648,6 +8863,7 @@ }, { "name": "@font-face", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8673,6 +8889,7 @@ }, { "name": "@media", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8700,6 +8917,7 @@ "pseudoClasses": [ { "name": ":active", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8727,6 +8945,7 @@ }, { "name": ":checked", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8752,6 +8971,7 @@ }, { "name": ":hover", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8777,6 +8997,7 @@ }, { "name": ":waiting", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8802,6 +9023,7 @@ }, { "name": ":disabled", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8827,6 +9049,7 @@ }, { "name": ":focus", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", diff --git a/api/config/hml/basic/animate.json b/api/config/hml/basic/animate.json index 7e84b19241..57c99e0268 100644 --- a/api/config/hml/basic/animate.json +++ b/api/config/hml/basic/animate.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/animateMotion.json b/api/config/hml/basic/animateMotion.json index dd2e12dd79..5d2cb4ee3f 100644 --- a/api/config/hml/basic/animateMotion.json +++ b/api/config/hml/basic/animateMotion.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/animateTransform.json b/api/config/hml/basic/animateTransform.json index 294b446f17..47f48dc2bb 100644 --- a/api/config/hml/basic/animateTransform.json +++ b/api/config/hml/basic/animateTransform.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/block.json b/api/config/hml/basic/block.json index 73c1a6a0a7..3e5db15375 100644 --- a/api/config/hml/basic/block.json +++ b/api/config/hml/basic/block.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/button.json b/api/config/hml/basic/button.json index 5a099c10f0..b776be7776 100644 --- a/api/config/hml/basic/button.json +++ b/api/config/hml/basic/button.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/calendar.json b/api/config/hml/basic/calendar.json index 2d6a494e4f..a19ebeeef4 100644 --- a/api/config/hml/basic/calendar.json +++ b/api/config/hml/basic/calendar.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/chart.json b/api/config/hml/basic/chart.json index b2a3134cb4..c410359f46 100644 --- a/api/config/hml/basic/chart.json +++ b/api/config/hml/basic/chart.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/basic/circle.json b/api/config/hml/basic/circle.json index b5732e2ceb..25a73ec27c 100644 --- a/api/config/hml/basic/circle.json +++ b/api/config/hml/basic/circle.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/divider.json b/api/config/hml/basic/divider.json index e1cc827164..83c0c05261 100644 --- a/api/config/hml/basic/divider.json +++ b/api/config/hml/basic/divider.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/ellipse.json b/api/config/hml/basic/ellipse.json index cc3a413cf8..c4b6d8eb74 100644 --- a/api/config/hml/basic/ellipse.json +++ b/api/config/hml/basic/ellipse.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/image-animator.json b/api/config/hml/basic/image-animator.json index bca2a7633d..a434f99d4a 100644 --- a/api/config/hml/basic/image-animator.json +++ b/api/config/hml/basic/image-animator.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/basic/image.json b/api/config/hml/basic/image.json index 931c924e84..33a03471f7 100644 --- a/api/config/hml/basic/image.json +++ b/api/config/hml/basic/image.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/basic/input.json b/api/config/hml/basic/input.json index 00629caa55..180bea822b 100644 --- a/api/config/hml/basic/input.json +++ b/api/config/hml/basic/input.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/basic/label.json b/api/config/hml/basic/label.json index 0fe8e9c408..fc55275a1c 100644 --- a/api/config/hml/basic/label.json +++ b/api/config/hml/basic/label.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/line.json b/api/config/hml/basic/line.json index fca148a5ba..2c59a18ac3 100644 --- a/api/config/hml/basic/line.json +++ b/api/config/hml/basic/line.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/marquee.json b/api/config/hml/basic/marquee.json index 6668b76f51..c8169cc827 100644 --- a/api/config/hml/basic/marquee.json +++ b/api/config/hml/basic/marquee.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/basic/menu.json b/api/config/hml/basic/menu.json index 64f1210c92..c70af86028 100644 --- a/api/config/hml/basic/menu.json +++ b/api/config/hml/basic/menu.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { diff --git a/api/config/hml/basic/option.json b/api/config/hml/basic/option.json index 3277845738..9825bb5dc7 100644 --- a/api/config/hml/basic/option.json +++ b/api/config/hml/basic/option.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { diff --git a/api/config/hml/basic/path.json b/api/config/hml/basic/path.json index 08625949cf..03fa512cc5 100644 --- a/api/config/hml/basic/path.json +++ b/api/config/hml/basic/path.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/picker-view.json b/api/config/hml/basic/picker-view.json index 80488a0c23..1f8f5ec2e2 100644 --- a/api/config/hml/basic/picker-view.json +++ b/api/config/hml/basic/picker-view.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/basic/picker.json b/api/config/hml/basic/picker.json index 8c85619812..102968128a 100644 --- a/api/config/hml/basic/picker.json +++ b/api/config/hml/basic/picker.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { diff --git a/api/config/hml/basic/piece.json b/api/config/hml/basic/piece.json index 960a1a6377..2731c2f627 100644 --- a/api/config/hml/basic/piece.json +++ b/api/config/hml/basic/piece.json @@ -5,6 +5,7 @@ "name": "v4.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet"], "description": [ { diff --git a/api/config/hml/basic/polygon.json b/api/config/hml/basic/polygon.json index 7acda9e989..df814724ad 100644 --- a/api/config/hml/basic/polygon.json +++ b/api/config/hml/basic/polygon.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/polyline.json b/api/config/hml/basic/polyline.json index bfcd7f6e12..dc48f50e6c 100644 --- a/api/config/hml/basic/polyline.json +++ b/api/config/hml/basic/polyline.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/progress.json b/api/config/hml/basic/progress.json index c9db4c0b2d..18e86c38d9 100644 --- a/api/config/hml/basic/progress.json +++ b/api/config/hml/basic/progress.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/basic/qrcode.json b/api/config/hml/basic/qrcode.json index 45caf0f3f7..4b8a8252cb 100644 --- a/api/config/hml/basic/qrcode.json +++ b/api/config/hml/basic/qrcode.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/basic/rating.json b/api/config/hml/basic/rating.json index c3cc55b13a..5abdec0cab 100644 --- a/api/config/hml/basic/rating.json +++ b/api/config/hml/basic/rating.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { diff --git a/api/config/hml/basic/rect.json b/api/config/hml/basic/rect.json index e0627dedb6..bd7509f258 100644 --- a/api/config/hml/basic/rect.json +++ b/api/config/hml/basic/rect.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/richtext.json b/api/config/hml/basic/richtext.json index f87134733f..a264015261 100644 --- a/api/config/hml/basic/richtext.json +++ b/api/config/hml/basic/richtext.json @@ -5,6 +5,7 @@ "name": "v6.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { diff --git a/api/config/hml/basic/search.json b/api/config/hml/basic/search.json index 9285fd65f9..38c4061ea5 100644 --- a/api/config/hml/basic/search.json +++ b/api/config/hml/basic/search.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { diff --git a/api/config/hml/basic/select.json b/api/config/hml/basic/select.json index dcbc93c8de..84c2167112 100644 --- a/api/config/hml/basic/select.json +++ b/api/config/hml/basic/select.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { diff --git a/api/config/hml/basic/slider.json b/api/config/hml/basic/slider.json index 3058687958..e6f597d76b 100644 --- a/api/config/hml/basic/slider.json +++ b/api/config/hml/basic/slider.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/basic/slot.json b/api/config/hml/basic/slot.json index 40c51fe698..e549b64e78 100644 --- a/api/config/hml/basic/slot.json +++ b/api/config/hml/basic/slot.json @@ -5,6 +5,7 @@ "name": "v1.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "phone", "tablet", diff --git a/api/config/hml/basic/span.json b/api/config/hml/basic/span.json index 7f0efcbd74..afc2e8a5d9 100644 --- a/api/config/hml/basic/span.json +++ b/api/config/hml/basic/span.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/basic/switch.json b/api/config/hml/basic/switch.json index 391f5e5062..eb412c7ee4 100644 --- a/api/config/hml/basic/switch.json +++ b/api/config/hml/basic/switch.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/basic/text.json b/api/config/hml/basic/text.json index 3a83a99fa8..2cd97a8aad 100644 --- a/api/config/hml/basic/text.json +++ b/api/config/hml/basic/text.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/basic/textarea.json b/api/config/hml/basic/textarea.json index c2518b5823..bf20f5358d 100644 --- a/api/config/hml/basic/textarea.json +++ b/api/config/hml/basic/textarea.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { diff --git a/api/config/hml/basic/textpath.json b/api/config/hml/basic/textpath.json index 0fb95e818f..9d529cc46e 100644 --- a/api/config/hml/basic/textpath.json +++ b/api/config/hml/basic/textpath.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv","wearable"], "description": [ { diff --git a/api/config/hml/basic/toggle.json b/api/config/hml/basic/toggle.json index 1197d058ce..1b04477f60 100644 --- a/api/config/hml/basic/toggle.json +++ b/api/config/hml/basic/toggle.json @@ -5,6 +5,7 @@ "name": "v4.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet"], "description": [ { diff --git a/api/config/hml/basic/toolbar-item.json b/api/config/hml/basic/toolbar-item.json index 42a8e33430..b47c924afe 100644 --- a/api/config/hml/basic/toolbar-item.json +++ b/api/config/hml/basic/toolbar-item.json @@ -5,6 +5,7 @@ "name": "v4.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet"], "description": [ { diff --git a/api/config/hml/basic/toolbar.json b/api/config/hml/basic/toolbar.json index e39f9a52b7..6190a6c5fc 100644 --- a/api/config/hml/basic/toolbar.json +++ b/api/config/hml/basic/toolbar.json @@ -5,6 +5,7 @@ "name": "v4.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet"], "description": [ { diff --git a/api/config/hml/basic/tspan.json b/api/config/hml/basic/tspan.json index ae3a981ab7..e644160ad8 100644 --- a/api/config/hml/basic/tspan.json +++ b/api/config/hml/basic/tspan.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv","wearable"], "description": [ { diff --git a/api/config/hml/basic/web.json b/api/config/hml/basic/web.json index daaad62e11..c01e34e491 100644 --- a/api/config/hml/basic/web.json +++ b/api/config/hml/basic/web.json @@ -5,6 +5,7 @@ "name": "v6.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { diff --git a/api/config/hml/basic/xcomponent.json b/api/config/hml/basic/xcomponent.json index 9a60c8bbba..4b0ff89e87 100644 --- a/api/config/hml/basic/xcomponent.json +++ b/api/config/hml/basic/xcomponent.json @@ -5,6 +5,7 @@ "name": "v8.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/canvas/canvas.json b/api/config/hml/canvas/canvas.json index a0dcc0d228..d746d2addb 100644 --- a/api/config/hml/canvas/canvas.json +++ b/api/config/hml/canvas/canvas.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/container/badge.json b/api/config/hml/container/badge.json index d5f19a2e2a..60ba4a58d3 100644 --- a/api/config/hml/container/badge.json +++ b/api/config/hml/container/badge.json @@ -5,6 +5,7 @@ "name": "v4.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet"], "description": [ { diff --git a/api/config/hml/container/div.json b/api/config/hml/container/div.json index 8608f00c24..07529aae0f 100644 --- a/api/config/hml/container/div.json +++ b/api/config/hml/container/div.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/container/form.json b/api/config/hml/container/form.json index 2387d29f1f..941b918738 100644 --- a/api/config/hml/container/form.json +++ b/api/config/hml/container/form.json @@ -5,6 +5,7 @@ "name": "v6.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/container/list-item-group.json b/api/config/hml/container/list-item-group.json index b49affd969..febcfb721f 100644 --- a/api/config/hml/container/list-item-group.json +++ b/api/config/hml/container/list-item-group.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/container/list-item.json b/api/config/hml/container/list-item.json index 810da5c101..167b21ad06 100644 --- a/api/config/hml/container/list-item.json +++ b/api/config/hml/container/list-item.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/container/list.json b/api/config/hml/container/list.json index 78de6422e9..583381f517 100644 --- a/api/config/hml/container/list.json +++ b/api/config/hml/container/list.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/container/panel.json b/api/config/hml/container/panel.json index bf3659c8f7..03267ef763 100644 --- a/api/config/hml/container/panel.json +++ b/api/config/hml/container/panel.json @@ -5,6 +5,7 @@ "name": "v4.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet"], "description": [ { diff --git a/api/config/hml/container/popup.json b/api/config/hml/container/popup.json index 108fe63dec..93817ca9d1 100644 --- a/api/config/hml/container/popup.json +++ b/api/config/hml/container/popup.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet"], "description": [ { diff --git a/api/config/hml/container/refresh.json b/api/config/hml/container/refresh.json index 9e9586d413..98aca43490 100644 --- a/api/config/hml/container/refresh.json +++ b/api/config/hml/container/refresh.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "wearable"], "description": [ { diff --git a/api/config/hml/container/stack.json b/api/config/hml/container/stack.json index 95f3b4c1af..d2035f693d 100644 --- a/api/config/hml/container/stack.json +++ b/api/config/hml/container/stack.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/container/stepper-item.json b/api/config/hml/container/stepper-item.json index 5a00cc4dad..9c744aef56 100644 --- a/api/config/hml/container/stepper-item.json +++ b/api/config/hml/container/stepper-item.json @@ -5,6 +5,7 @@ "name": "v4.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet"], "description": [ { diff --git a/api/config/hml/container/stepper.json b/api/config/hml/container/stepper.json index 7de916ca30..0637495cc4 100644 --- a/api/config/hml/container/stepper.json +++ b/api/config/hml/container/stepper.json @@ -5,6 +5,7 @@ "name": "v4.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet"], "description": [ { diff --git a/api/config/hml/container/svg.json b/api/config/hml/container/svg.json index a7c0103ee2..07759ca398 100644 --- a/api/config/hml/container/svg.json +++ b/api/config/hml/container/svg.json @@ -5,6 +5,7 @@ "name": "v7.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv","wearable"], "description": [ { diff --git a/api/config/hml/container/swiper.json b/api/config/hml/container/swiper.json index e5a8b1dc70..68b907387d 100644 --- a/api/config/hml/container/swiper.json +++ b/api/config/hml/container/swiper.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone", "tablet", "tv", "liteWearable", "wearable", "smartVision"], "description": [ { diff --git a/api/config/hml/container/tab-bar.json b/api/config/hml/container/tab-bar.json index 334ee18c97..a50cf22cf2 100644 --- a/api/config/hml/container/tab-bar.json +++ b/api/config/hml/container/tab-bar.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { diff --git a/api/config/hml/container/tab-content.json b/api/config/hml/container/tab-content.json index fe487cf145..3475876bb6 100644 --- a/api/config/hml/container/tab-content.json +++ b/api/config/hml/container/tab-content.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { diff --git a/api/config/hml/container/tabs.json b/api/config/hml/container/tabs.json index 536221bd49..c9f67d47d0 100644 --- a/api/config/hml/container/tabs.json +++ b/api/config/hml/container/tabs.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { diff --git a/api/config/hml/custom/element.json b/api/config/hml/custom/element.json index 083fe73a9a..67b757160f 100644 --- a/api/config/hml/custom/element.json +++ b/api/config/hml/custom/element.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/grid/grid-col.json b/api/config/hml/grid/grid-col.json index d8260c8777..227451a58b 100644 --- a/api/config/hml/grid/grid-col.json +++ b/api/config/hml/grid/grid-col.json @@ -5,6 +5,7 @@ "name": "v4.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/grid/grid-container.json b/api/config/hml/grid/grid-container.json index 29836a22e0..b246b74b5d 100644 --- a/api/config/hml/grid/grid-container.json +++ b/api/config/hml/grid/grid-container.json @@ -5,6 +5,7 @@ "name": "v4.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/grid/grid-row.json b/api/config/hml/grid/grid-row.json index fb720a0653..9d65a3d27b 100644 --- a/api/config/hml/grid/grid-row.json +++ b/api/config/hml/grid/grid-row.json @@ -5,6 +5,7 @@ "name": "v4.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv", "wearable"], "description": [ { diff --git a/api/config/hml/media/camera.json b/api/config/hml/media/camera.json index 82a8afa9e6..26daed17d7 100644 --- a/api/config/hml/media/camera.json +++ b/api/config/hml/media/camera.json @@ -5,6 +5,7 @@ "name": "v6.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full", "SystemCapability.ArkUI.ArkUI.Lite"], "supportedDevices": ["phone","smartVision"], "description": [ { diff --git a/api/config/hml/media/video.json b/api/config/hml/media/video.json index 34e5abc471..5a3019418e 100644 --- a/api/config/hml/media/video.json +++ b/api/config/hml/media/video.json @@ -5,6 +5,7 @@ "name": "v3.0" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": ["phone", "tablet", "tv"], "description": [ { -- Gitee