From 7f4df0950d1f8977648201d6ff871988975639be Mon Sep 17 00:00:00 2001 From: "zude.hzd" Date: Fri, 31 Jul 2020 16:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20Select.option=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/demo/public/assets.json | 51 ++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/packages/demo/public/assets.json b/packages/demo/public/assets.json index 1df6954d5..b642485ca 100644 --- a/packages/demo/public/assets.json +++ b/packages/demo/public/assets.json @@ -9122,6 +9122,39 @@ "name": "locale", "propType": "object" } + ], + "configure": { + "component": { + "isContainer": true + } + } + }, + { + "componentName": "Select.Option", + "title": "Select.Option", + "docUrl": "", + "screenshot": "", + "npm": { + "package": "@alifd/next", + "version": "1.19.18", + "exportName": "Select", + "main": "src/index.js", + "destructuring": true, + "subName": "Option" + }, + "props": [ + { + "name": "value", + "propType": "string", + "description": "选项值", + "defaultValue": "test" + }, + { + "name": "disabled", + "propType": "bool", + "description": "是否禁用", + "defaultValue": false + } ] }, { @@ -13931,6 +13964,24 @@ } ] }, + { + "componentName": "Select.Option", + "title": "Select.Option", + "icon": "", + "package": "@alife/next", + "library": "Next", + "snippets": [ + { + "title": "Select.Option", + "screenshot": "", + "schema": { + "componentName": "Select.Option", + "props": { + } + } + } + ] + }, { "componentName": "Switch", "title": "开关组件",