From 4984693b1f5103aab2f7c188d3ceb63e3840eca9 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 | 196 ++++++++++++++++++ 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, 264 insertions(+) diff --git a/api/config/css/cssConfig.json b/api/config/css/cssConfig.json index e0d5a244ec..02c4d44235 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", @@ -1687,6 +1729,7 @@ }, { "name": "padding-start", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1747,6 +1790,7 @@ }, { "name": "padding-end", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1937,6 +1981,7 @@ }, { "name": "margin-start", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -1969,6 +2014,7 @@ }, { "name": "margin-end", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2001,6 +2047,7 @@ }, { "name": "border", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2034,6 +2081,7 @@ }, { "name": "border-style", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2071,6 +2119,7 @@ }, { "name": "border-left-style", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2108,6 +2157,7 @@ }, { "name": "border-top-style", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2145,6 +2195,7 @@ }, { "name": "border-right-style", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2182,6 +2233,7 @@ }, { "name": "border-bottom-style", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2219,6 +2271,7 @@ }, { "name": "border-image-source", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2366,6 +2419,7 @@ }, { "name": "border-image", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2401,6 +2455,7 @@ }, { "name": "border-left", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2434,6 +2489,7 @@ }, { "name": "border-top", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2467,6 +2523,7 @@ }, { "name": "border-right", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2500,6 +2557,7 @@ }, { "name": "border-bottom", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2571,6 +2629,7 @@ }, { "name": "border-left-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2602,6 +2661,7 @@ }, { "name": "border-top-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2633,6 +2693,7 @@ }, { "name": "border-right-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2664,6 +2725,7 @@ }, { "name": "border-bottom-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2720,6 +2782,7 @@ }, { "name": "border-left-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2751,6 +2814,7 @@ }, { "name": "border-top-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2782,6 +2846,7 @@ }, { "name": "border-right-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2813,6 +2878,7 @@ }, { "name": "border-bottom-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2882,6 +2948,7 @@ }, { "name": "border-top-left-radius", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2913,6 +2980,7 @@ }, { "name": "border-top-right-radius", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2944,6 +3012,7 @@ }, { "name": "border-bottom-left-radius", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -2975,6 +3044,7 @@ }, { "name": "border-bottom-right-radius", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3006,6 +3076,7 @@ }, { "name": "mask-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3037,6 +3108,7 @@ }, { "name": "mask-image", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3071,6 +3143,7 @@ }, { "name": "mask-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3115,6 +3188,7 @@ }, { "name": "mask-position", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3148,6 +3222,7 @@ }, { "name": "background", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3199,6 +3274,7 @@ }, { "name": "background-image", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3225,6 +3301,7 @@ }, { "name": "background-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3269,6 +3346,7 @@ }, { "name": "background-repeat", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3300,6 +3378,7 @@ }, { "name": "background-position", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3333,6 +3412,7 @@ }, { "name": "opacity", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3417,6 +3497,7 @@ }, { "name": "visibility", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3453,6 +3534,7 @@ }, { "name": "flex", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3484,6 +3566,7 @@ }, { "name": "flex-grow", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3515,6 +3598,7 @@ }, { "name": "flex-shrink", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3546,6 +3630,7 @@ }, { "name": "flex-basis", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3577,6 +3662,7 @@ }, { "name": "align-self", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3627,6 +3713,7 @@ }, { "name": "position", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3716,6 +3803,7 @@ }, { "name": "right", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3748,6 +3836,7 @@ }, { "name": "bottom", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3780,6 +3869,7 @@ }, { "name": "start", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3812,6 +3902,7 @@ }, { "name": "end", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -3844,6 +3935,7 @@ }, { "name": "transform-origin", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4479,6 +4571,7 @@ }, { "name": "shared-transition-effect", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4513,6 +4606,7 @@ }, { "name": "shared-transition-name", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4539,6 +4633,7 @@ }, { "name": "shared-transition-timing-function", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4570,6 +4665,7 @@ }, { "name": "transition-enter", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4596,6 +4692,7 @@ }, { "name": "transition-exit", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4622,6 +4719,7 @@ }, { "name": "transition-duration", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4648,6 +4746,7 @@ }, { "name": "transition-timing-function", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4841,6 +4940,7 @@ "name": "color" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4872,6 +4972,7 @@ "name": "length" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4903,6 +5004,7 @@ "name": "length" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4934,6 +5036,7 @@ "name": "color" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4965,6 +5068,7 @@ "name": "length" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -4996,6 +5100,7 @@ "name": "length" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5027,6 +5132,7 @@ "name": "length" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5058,6 +5164,7 @@ "name": "number" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5089,6 +5196,7 @@ "name": "color" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5175,6 +5283,7 @@ }, { "name": "animation-direction", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5224,6 +5333,7 @@ }, { "name": "animation-play-state", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5265,6 +5375,7 @@ }, { "name": "transition", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5289,6 +5400,7 @@ }, { "name": "overscroll-effect", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5394,6 +5506,7 @@ }, { "name": "grid-template-columns", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5425,6 +5538,7 @@ }, { "name": "grid-template-rows", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5456,6 +5570,7 @@ }, { "name": "grid-columns-gap", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5518,6 +5633,7 @@ }, { "name": "grid-row-start", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5549,6 +5665,7 @@ }, { "name": "grid-row-end", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5580,6 +5697,7 @@ }, { "name": "grid-column-start", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5611,6 +5729,7 @@ }, { "name": "grid-column-end", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5642,6 +5761,7 @@ }, { "name": "grid-auto-flow", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5668,6 +5788,7 @@ }, { "name": "columns", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5699,6 +5820,7 @@ }, { "name": "item-extent", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5731,6 +5853,7 @@ }, { "name": "fade-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5762,6 +5885,7 @@ }, { "name": "indicator-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5793,6 +5917,7 @@ }, { "name": "indicator-selected-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5824,6 +5949,7 @@ }, { "name": "indicator-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5855,6 +5981,7 @@ }, { "name": "indicator-top", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5887,6 +6014,7 @@ }, { "name": "indicator-left", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5919,6 +6047,7 @@ }, { "name": "indicator-right", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5951,6 +6080,7 @@ }, { "name": "indicator-bottom", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -5983,6 +6113,7 @@ }, { "name": "progress-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6014,6 +6145,7 @@ }, { "name": "object-fit", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6067,6 +6199,7 @@ }, { "name": "object-position", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6149,6 +6282,7 @@ }, { "name": "word-break", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6194,6 +6328,7 @@ }, { "name": "overflow", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6239,6 +6374,7 @@ }, { "name": "match-text-direction", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6278,6 +6414,7 @@ }, { "name": "fit-original-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6392,6 +6529,7 @@ }, { "name": "secondary-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6454,6 +6592,7 @@ }, { "name": "scale-number", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6635,6 +6774,7 @@ }, { "name": "allow-scale", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6749,6 +6889,7 @@ }, { "name": "font-style", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6783,6 +6924,7 @@ }, { "name": "font-weight", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6894,6 +7036,7 @@ }, { "name": "text-decoration", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -6934,6 +7077,7 @@ }, { "name": "text-align", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7025,6 +7169,7 @@ "name": "" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7056,6 +7201,7 @@ "name": "" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "phone" ], @@ -7079,6 +7225,7 @@ }, { "name": "text-overflow", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7275,6 +7422,7 @@ }, { "name": "max-lines", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7311,6 +7459,7 @@ }, { "name": "min-font-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7342,6 +7491,7 @@ }, { "name": "max-font-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7373,6 +7523,7 @@ }, { "name": "font-size-step", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7404,6 +7555,7 @@ }, { "name": "prefer-font-sizes", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7435,6 +7587,7 @@ }, { "name": "adapt-height", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7472,6 +7625,7 @@ }, { "name": "star-background", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7502,6 +7656,7 @@ }, { "name": "star-foreground", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7532,6 +7687,7 @@ }, { "name": "star-secondary", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7567,6 +7723,7 @@ }, { "name": "rtl-flip", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7605,6 +7762,7 @@ }, { "name": "line-cap", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7650,6 +7808,7 @@ }, { "name": "placeholder-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7681,6 +7840,7 @@ }, { "name": "text-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7712,6 +7872,7 @@ }, { "name": "text-decoration-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7743,6 +7904,7 @@ }, { "name": "icon-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7774,6 +7936,7 @@ }, { "name": "icon-height", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7805,6 +7968,7 @@ }, { "name": "block-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7838,6 +8002,7 @@ }, { "name": "texton-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7869,6 +8034,7 @@ }, { "name": "textoff-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7900,6 +8066,7 @@ }, { "name": "text-padding", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -7981,6 +8148,7 @@ }, { "name": "focus-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8012,6 +8180,7 @@ }, { "name": "focus-font-size", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8048,6 +8217,7 @@ "name": "" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "phone" ], @@ -8076,6 +8246,7 @@ "name": "" } ], + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "phone" ], @@ -8099,6 +8270,7 @@ }, { "name": "colors", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8130,6 +8302,7 @@ }, { "name": "weights", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8161,6 +8334,7 @@ }, { "name": "src", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8197,6 +8371,7 @@ }, { "name": "min-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8229,6 +8404,7 @@ }, { "name": "min-height", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8261,6 +8437,7 @@ }, { "name": "max-width", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8293,6 +8470,7 @@ }, { "name": "max-height", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8325,6 +8503,7 @@ }, { "name": "box-shadow", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8356,6 +8535,7 @@ }, { "name": "filter", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8392,6 +8572,7 @@ }, { "name": "backdrop-filter", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8428,6 +8609,7 @@ }, { "name": "window-filter", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8464,6 +8646,7 @@ }, { "name": "display-index", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8495,6 +8678,7 @@ }, { "name": "flex-weight", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8526,6 +8710,7 @@ }, { "name": "aspect-ratio", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8557,6 +8742,7 @@ }, { "name": "caret-color", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8590,6 +8776,7 @@ "atDirectives": [ { "name": "@import", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8619,6 +8806,7 @@ }, { "name": "@keyframes", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8648,6 +8836,7 @@ }, { "name": "@font-face", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8673,6 +8862,7 @@ }, { "name": "@media", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8700,6 +8890,7 @@ "pseudoClasses": [ { "name": ":active", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8727,6 +8918,7 @@ }, { "name": ":checked", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8752,6 +8944,7 @@ }, { "name": ":hover", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8777,6 +8970,7 @@ }, { "name": ":waiting", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8802,6 +8996,7 @@ }, { "name": ":disabled", + "syscap": ["SystemCapability.ArkUI.ArkUI.Full"], "supportedDevices": [ "tv", "phone", @@ -8827,6 +9022,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