1/* 2 * Copyright (c) 2021 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16{ 17 "@app-component/uncommonAttr": { 18 "_descriptor": {}, 19 "data": {}, 20 "template": { 21 "type": "div", 22 "attr": { 23 "debugLine": "pages/uncommonAttr/uncommonAttr:1", 24 "className": "container" 25 }, 26 "classList": [ 27 "container" 28 ], 29 "children": [ 30 { 31 "type": "div", 32 "attr": { 33 "debugLine": "pages/uncommonAttr/uncommonAttr:3", 34 "shareid": "abc", 35 "value": "shareid_test1" 36 } 37 }, 38 { 39 "type": "div", 40 "attr": { 41 "debugLine": "pages/uncommonAttr/uncommonAttr:6", 42 "shareid": "function () {return this.aa}", 43 "value": "shareid_test2" 44 } 45 }, 46 { 47 "type": "div", 48 "attr": { 49 "debugLine": "pages/uncommonAttr/uncommonAttr:9", 50 "voicelabel": "fff", 51 "value": "voicelabel_test" 52 } 53 }, 54 { 55 "type": "div", 56 "attr": { 57 "debugLine": "pages/uncommonAttr/uncommonAttr:12", 58 "subscriptlabel": "aaa", 59 "value": "subscriptlabel_test" 60 } 61 }, 62 { 63 "type": "div", 64 "attr": { 65 "debugLine": "pages/uncommonAttr/uncommonAttr:15", 66 "scenelabel": "video", 67 "value": "scenelabel_test" 68 } 69 }, 70 { 71 "type": "div", 72 "attr": { 73 "debugLine": "pages/uncommonAttr/uncommonAttr:18", 74 "subscriptflag": "auto", 75 "value": "subscriptflag_test" 76 } 77 }, 78 { 79 "type": "div", 80 "attr": { 81 "accessibilitygroup": "true", 82 "debugLine": "pages/uncommonAttr/uncommonAttr:21", 83 "value": "accessibilitygroup_test1" 84 } 85 }, 86 { 87 "type": "div", 88 "attr": { 89 "accessibilitygroup": "function () {return this.accessibilitygroup}", 90 "debugLine": "pages/uncommonAttr/uncommonAttr:24", 91 "value": "accessibilitygroup_test2" 92 } 93 }, 94 { 95 "type": "div", 96 "attr": { 97 "accessibilitydescription": "bbb", 98 "debugLine": "pages/uncommonAttr/uncommonAttr:27", 99 "value": "accessibilitydescription_test" 100 } 101 }, 102 { 103 "type": "div", 104 "attr": { 105 "accessibilitytext": "ccc", 106 "debugLine": "pages/uncommonAttr/uncommonAttr:30", 107 "value": "accessibilitytext_test" 108 } 109 }, 110 { 111 "type": "div", 112 "attr": { 113 "accessibilityimportance": "auto", 114 "debugLine": "pages/uncommonAttr/uncommonAttr:33", 115 "value": "accessibilityimportance_test" 116 } 117 } 118 ] 119 } 120 } 121}