diff --git a/compiler/tsconfig.esm.json b/compiler/tsconfig.esm.json index 9b0e05d83ad60b52524ba5cb4ce30387c510b892..ac40f818704f2b419740034ec495cfe2b89782e6 100755 --- a/compiler/tsconfig.esm.json +++ b/compiler/tsconfig.esm.json @@ -875,6 +875,11 @@ "type": "ContainerSpanAttribute", "instance": "ContainerSpanInstance" }, + { + "name": "ArcAlphabetIndexer", + "type": "ArcAlphabetIndexerAttribute", + "instance": "ArcAlphabetIndexerInstance" + }, { "name": "ArcSwiper", "type": "ArcSwiperAttribute", @@ -885,11 +890,6 @@ "type": "ArcScrollBarAttribute", "instance": "ArcScrollBarInstance" }, - { - "name": "ArcAlphabetIndexer", - "type": "ArcAlphabetIndexerAttribute", - "instance": "ArcAlphabetIndexerInstance" - }, ] }, "styles": { diff --git a/compiler/tsconfig.json b/compiler/tsconfig.json index 7b5d6ed6e40c60573b9051837d7df6316a84d690..e7ee165ec8924d5a143b49209e55a7fe5f1d15da 100644 --- a/compiler/tsconfig.json +++ b/compiler/tsconfig.json @@ -924,6 +924,11 @@ "type": "ContainerSpanAttribute", "instance": "ContainerSpanInstance" }, + { + "name": "ArcAlphabetIndexer", + "type": "ArcAlphabetIndexerAttribute", + "instance": "ArcAlphabetIndexerInstance" + }, { "name": "ArcSwiper", "type": "ArcSwiperAttribute", @@ -934,11 +939,6 @@ "type": "ArcScrollBarAttribute", "instance": "ArcScrollBarInstance" }, - { - "name": "ArcAlphabetIndexer", - "type": "ArcAlphabetIndexerAttribute", - "instance": "ArcAlphabetIndexerInstance" - }, ] }, "styles": { diff --git "a/compiler/\345\246\202\344\275\225\346\226\260\345\242\236\346\210\226\344\277\256\346\224\271\347\273\204\344\273\266\346\214\207\345\257\274\350\247\204\350\214\203.md" "b/compiler/\345\246\202\344\275\225\346\226\260\345\242\236\346\210\226\344\277\256\346\224\271\347\273\204\344\273\266\346\214\207\345\257\274\350\247\204\350\214\203.md" index 57865b510fad14b9a9eb9dee1ecc2b89f344f73d..c1164ff9345514ee94bd1d0bbf5fdca8d8a81c1c 100644 --- "a/compiler/\345\246\202\344\275\225\346\226\260\345\242\236\346\210\226\344\277\256\346\224\271\347\273\204\344\273\266\346\214\207\345\257\274\350\247\204\350\214\203.md" +++ "b/compiler/\345\246\202\344\275\225\346\226\260\345\242\236\346\210\226\344\277\256\346\224\271\347\273\204\344\273\266\346\214\207\345\257\274\350\247\204\350\214\203.md" @@ -8,7 +8,7 @@ #### **说明:** -通用属性是指在 **`common.d.ts`** 文件中 **`CommonMethod`** 类定义的属性,这些属性可以修饰**自定义组件**或**系统组件**。 + 通用属性是指在 `common.d.ts` 文件中 `CommonMethod` 类定义的属性,这些属性可以修饰**自定义组件**或**系统组件**。 ##### **变更与同步要求**