@pisell/materials 2.2.13 → 2.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/lowcode/assets-daily.json +13 -13
- package/build/lowcode/assets-dev.json +4 -4
- package/build/lowcode/assets-prod.json +13 -13
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +2 -2
- package/build/lowcode/preview.js +142 -142
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +29 -27
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +22 -20
- package/es/components/button/index.d.ts +4 -3
- package/es/components/button/index.js +14 -3
- package/es/components/iconfont/index.d.ts +2 -1
- package/es/components/iconfont/index.js +1 -1
- package/es/components/page/index.css +0 -0
- package/es/components/page/index.d.ts +2 -2
- package/es/components/page/index.js +226 -186
- package/es/components/pisell-config-provider/context.d.ts +20 -0
- package/es/components/pisell-config-provider/context.js +36 -0
- package/es/components/pisell-config-provider/hooks/usePisellConfig.d.ts +5 -0
- package/es/components/pisell-config-provider/hooks/usePisellConfig.js +11 -0
- package/es/components/pisell-config-provider/index.d.ts +12 -0
- package/es/components/pisell-config-provider/index.js +36 -0
- package/es/components/pisellAlert/index.d.ts +22 -0
- package/es/components/pisellAlert/index.js +73 -0
- package/es/components/pisellAlert/index.less +149 -0
- package/es/components/pisellCard/index.d.ts +12 -0
- package/es/components/pisellCard/index.js +16 -0
- package/es/components/pisellCard/index.less +9 -0
- package/es/components/pisellCardList/index.d.ts +43 -0
- package/es/components/pisellCardList/index.js +72 -0
- package/es/components/pisellCardList/index.less +75 -0
- package/es/components/pisellCheckboxGroup/index.d.ts +34 -0
- package/es/components/pisellCheckboxGroup/index.js +173 -0
- package/es/components/pisellCheckboxGroup/index.less +36 -0
- package/es/components/pisellCheckboxGroup/mock.d.ts +4 -0
- package/es/components/pisellCheckboxGroup/mock.js +16 -0
- package/es/components/pisellContainer/components/Portal/index.d.ts +10 -0
- package/es/components/pisellContainer/components/Portal/index.js +7 -0
- package/es/components/pisellContainer/containers.d.ts +1 -0
- package/es/components/pisellContainer/containers.js +8 -0
- package/es/components/pisellContainer/index.d.ts +22 -0
- package/es/components/pisellContainer/index.js +19 -0
- package/es/components/pisellCountdown/index.d.ts +24 -0
- package/es/components/pisellCountdown/index.js +44 -0
- package/es/components/pisellCountdown/utils.d.ts +7 -0
- package/es/components/pisellCountdown/utils.js +50 -0
- package/es/components/pisellDatePicker/datePickerCpt.d.ts +22 -0
- package/es/components/pisellDatePicker/datePickerCpt.js +191 -0
- package/es/components/pisellDatePicker/detePickerCpt.less +22 -0
- package/es/components/pisellDatePicker/index.d.ts +3 -0
- package/es/components/pisellDatePicker/index.js +17 -0
- package/es/components/pisellEmpty/index.d.ts +16 -0
- package/es/components/pisellEmpty/index.js +38 -0
- package/es/components/pisellEmpty/index.less +34 -0
- package/es/components/pisellInformationEntry/Input/index.d.ts +8 -0
- package/es/components/pisellInformationEntry/Input/index.js +50 -0
- package/es/components/pisellInformationEntry/Input/index.less +14 -0
- package/es/components/pisellInformationEntry/Scan/index.d.ts +8 -0
- package/es/components/pisellInformationEntry/Scan/index.js +26 -0
- package/es/components/pisellInformationEntry/Scan/index.less +8 -0
- package/es/components/pisellInformationEntry/constants.d.ts +3 -0
- package/es/components/pisellInformationEntry/constants.js +21 -0
- package/es/components/pisellInformationEntry/index.d.ts +31 -0
- package/es/components/pisellInformationEntry/index.js +188 -0
- package/es/components/pisellInformationEntry/index.less +40 -0
- package/es/components/pisellInformationEntry/utils.d.ts +4 -0
- package/es/components/pisellInformationEntry/utils.js +38 -0
- package/es/components/pisellInput/components/BankCard/cardPng/AMEX.png +0 -0
- package/es/components/pisellInput/components/BankCard/cardPng/Discover.png +0 -0
- package/es/components/pisellInput/components/BankCard/cardPng/JCB.png +0 -0
- package/es/components/pisellInput/components/BankCard/cardPng/MasterCard.png +0 -0
- package/es/components/pisellInput/components/BankCard/cardPng/UnionPay.png +0 -0
- package/es/components/pisellInput/components/BankCard/cardPng/VISA.png +0 -0
- package/es/components/pisellInput/components/BankCard/index.d.ts +11 -0
- package/es/components/pisellInput/components/BankCard/index.js +82 -0
- package/es/components/pisellInput/components/BankCard/index.less +4 -0
- package/es/components/pisellInput/components/BankCard/utils.d.ts +11 -0
- package/es/components/pisellInput/components/BankCard/utils.js +65 -0
- package/es/components/pisellInput/components/Copy/index.d.ts +11 -0
- package/es/components/pisellInput/components/Copy/index.js +53 -0
- package/es/components/pisellInput/components/SecurityCode/card.png +0 -0
- package/es/components/pisellInput/components/SecurityCode/index.d.ts +12 -0
- package/es/components/pisellInput/components/SecurityCode/index.js +46 -0
- package/es/components/pisellInput/components/SecurityCode/index.less +4 -0
- package/es/components/pisellInput/index.d.ts +13 -0
- package/es/components/pisellInput/index.js +15 -0
- package/es/components/pisellLoading/index.d.ts +18 -0
- package/es/components/pisellLoading/index.js +45 -0
- package/es/components/pisellLoading/index.less +35 -0
- package/es/components/pisellMessage/index.d.ts +4 -0
- package/es/components/pisellMessage/index.js +5 -0
- package/es/components/pisellModal/components/Information/index.d.ts +21 -0
- package/es/components/pisellModal/components/Information/index.js +25 -0
- package/es/components/pisellModal/components/Information/index.less +16 -0
- package/es/components/pisellModal/components/IpadModal/index.d.ts +6 -0
- package/es/components/pisellModal/components/IpadModal/index.js +6 -0
- package/es/components/pisellModal/components/MobileModal/index.d.ts +9 -0
- package/es/components/pisellModal/components/MobileModal/index.js +27 -0
- package/es/components/pisellModal/components/MobileModal/index.less +60 -0
- package/es/components/pisellModal/components/PcModal/index.d.ts +30 -0
- package/es/components/pisellModal/components/PcModal/index.js +129 -0
- package/es/components/pisellModal/components/PcModal/index.less +105 -0
- package/es/components/pisellModal/components/functions/index.d.ts +12 -0
- package/es/components/pisellModal/components/functions/index.js +44 -0
- package/es/components/pisellModal/components/functions/index.less +25 -0
- package/es/components/pisellModal/components/index.d.ts +10 -0
- package/es/components/pisellModal/components/index.js +9 -0
- package/es/components/pisellModal/constants.d.ts +6 -0
- package/es/components/pisellModal/constants.js +6 -0
- package/es/components/pisellModal/index.d.ts +43 -0
- package/es/components/pisellModal/index.js +30 -0
- package/es/components/pisellRow/index.d.ts +22 -0
- package/es/components/pisellRow/index.js +67 -0
- package/es/components/pisellRow/index.less +13 -0
- package/es/components/pisellScan/index.d.ts +23 -0
- package/es/components/pisellScan/index.js +82 -0
- package/es/components/pisellScan/index.less +12 -0
- package/es/components/pisellText/components/Amount/index.d.ts +18 -0
- package/es/components/pisellText/components/Amount/index.js +25 -0
- package/es/components/pisellText/index.d.ts +8 -0
- package/es/components/pisellText/index.js +7 -0
- package/es/components/pisellToast/index.d.ts +16 -0
- package/es/components/pisellToast/index.js +32 -0
- package/es/components/pisellToast/index.less +26 -0
- package/es/components/pisellTooltip/index.d.ts +10 -0
- package/es/components/pisellTooltip/index.js +15 -0
- package/es/components/pisellTooltip/index.less +5 -0
- package/es/components/pisellWalletPassCard/bg.jpeg +0 -0
- package/es/components/pisellWalletPassCard/index.d.ts +54 -0
- package/es/components/pisellWalletPassCard/index.js +93 -0
- package/es/components/pisellWalletPassCard/index.less +100 -0
- package/es/hooks/useCssVariables.d.ts +8 -0
- package/es/hooks/useCssVariables.js +21 -0
- package/es/index.d.ts +23 -0
- package/es/index.js +26 -1
- package/es/locales/en-US.d.ts +9 -0
- package/es/locales/en-US.js +13 -1
- package/es/locales/index.js +3 -1
- package/es/locales/zh-CN.d.ts +9 -0
- package/es/locales/zh-CN.js +13 -1
- package/es/locales/zh-TW.d.ts +9 -0
- package/es/locales/zh-TW.js +13 -1
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.js +15 -1
- package/es/utils/locale.js +2 -1
- package/lib/components/button/index.d.ts +4 -3
- package/lib/components/button/index.js +13 -9
- package/lib/components/iconfont/index.d.ts +2 -1
- package/lib/components/iconfont/index.js +1 -1
- package/lib/components/page/index.css +0 -0
- package/lib/components/page/index.d.ts +2 -2
- package/lib/components/page/index.js +201 -161
- package/lib/components/pisell-config-provider/context.d.ts +20 -0
- package/lib/components/pisell-config-provider/context.js +49 -0
- package/lib/components/pisell-config-provider/hooks/usePisellConfig.d.ts +5 -0
- package/lib/components/pisell-config-provider/hooks/usePisellConfig.js +31 -0
- package/lib/components/pisell-config-provider/index.d.ts +12 -0
- package/lib/components/pisell-config-provider/index.js +69 -0
- package/lib/components/pisellAlert/index.d.ts +22 -0
- package/lib/components/pisellAlert/index.js +95 -0
- package/lib/components/pisellAlert/index.less +149 -0
- package/lib/components/pisellCard/index.d.ts +12 -0
- package/lib/components/pisellCard/index.js +48 -0
- package/lib/components/pisellCard/index.less +9 -0
- package/lib/components/pisellCardList/index.d.ts +43 -0
- package/lib/components/pisellCardList/index.js +108 -0
- package/lib/components/pisellCardList/index.less +75 -0
- package/lib/components/pisellCheckboxGroup/index.d.ts +34 -0
- package/lib/components/pisellCheckboxGroup/index.js +150 -0
- package/lib/components/pisellCheckboxGroup/index.less +36 -0
- package/lib/components/pisellCheckboxGroup/mock.d.ts +4 -0
- package/lib/components/pisellCheckboxGroup/mock.js +35 -0
- package/lib/components/pisellContainer/components/Portal/index.d.ts +10 -0
- package/lib/components/pisellContainer/components/Portal/index.js +40 -0
- package/lib/components/pisellContainer/containers.d.ts +1 -0
- package/lib/components/pisellContainer/containers.js +46 -0
- package/lib/components/pisellContainer/index.d.ts +22 -0
- package/lib/components/pisellContainer/index.js +49 -0
- package/lib/components/pisellCountdown/index.d.ts +24 -0
- package/lib/components/pisellCountdown/index.js +63 -0
- package/lib/components/pisellCountdown/utils.d.ts +7 -0
- package/lib/components/pisellCountdown/utils.js +60 -0
- package/lib/components/pisellDatePicker/datePickerCpt.d.ts +22 -0
- package/lib/components/pisellDatePicker/datePickerCpt.js +157 -0
- package/lib/components/pisellDatePicker/detePickerCpt.less +22 -0
- package/lib/components/pisellDatePicker/index.d.ts +3 -0
- package/lib/components/pisellDatePicker/index.js +48 -0
- package/lib/components/pisellEmpty/index.d.ts +16 -0
- package/lib/components/pisellEmpty/index.js +61 -0
- package/lib/components/pisellEmpty/index.less +34 -0
- package/lib/components/pisellInformationEntry/Input/index.d.ts +8 -0
- package/lib/components/pisellInformationEntry/Input/index.js +56 -0
- package/lib/components/pisellInformationEntry/Input/index.less +14 -0
- package/lib/components/pisellInformationEntry/Scan/index.d.ts +8 -0
- package/lib/components/pisellInformationEntry/Scan/index.js +65 -0
- package/lib/components/pisellInformationEntry/Scan/index.less +8 -0
- package/lib/components/pisellInformationEntry/constants.d.ts +3 -0
- package/lib/components/pisellInformationEntry/constants.js +49 -0
- package/lib/components/pisellInformationEntry/index.d.ts +31 -0
- package/lib/components/pisellInformationEntry/index.js +162 -0
- package/lib/components/pisellInformationEntry/index.less +40 -0
- package/lib/components/pisellInformationEntry/utils.d.ts +4 -0
- package/lib/components/pisellInformationEntry/utils.js +40 -0
- package/lib/components/pisellInput/components/BankCard/cardPng/AMEX.png +0 -0
- package/lib/components/pisellInput/components/BankCard/cardPng/Discover.png +0 -0
- package/lib/components/pisellInput/components/BankCard/cardPng/JCB.png +0 -0
- package/lib/components/pisellInput/components/BankCard/cardPng/MasterCard.png +0 -0
- package/lib/components/pisellInput/components/BankCard/cardPng/UnionPay.png +0 -0
- package/lib/components/pisellInput/components/BankCard/cardPng/VISA.png +0 -0
- package/lib/components/pisellInput/components/BankCard/index.d.ts +11 -0
- package/lib/components/pisellInput/components/BankCard/index.js +98 -0
- package/lib/components/pisellInput/components/BankCard/index.less +4 -0
- package/lib/components/pisellInput/components/BankCard/utils.d.ts +11 -0
- package/lib/components/pisellInput/components/BankCard/utils.js +103 -0
- package/lib/components/pisellInput/components/Copy/index.d.ts +11 -0
- package/lib/components/pisellInput/components/Copy/index.js +61 -0
- package/lib/components/pisellInput/components/SecurityCode/card.png +0 -0
- package/lib/components/pisellInput/components/SecurityCode/index.d.ts +12 -0
- package/lib/components/pisellInput/components/SecurityCode/index.js +74 -0
- package/lib/components/pisellInput/components/SecurityCode/index.less +4 -0
- package/lib/components/pisellInput/index.d.ts +13 -0
- package/lib/components/pisellInput/index.js +46 -0
- package/lib/components/pisellLoading/index.d.ts +18 -0
- package/lib/components/pisellLoading/index.js +69 -0
- package/lib/components/pisellLoading/index.less +35 -0
- package/lib/components/pisellMessage/index.d.ts +4 -0
- package/lib/components/pisellMessage/index.js +34 -0
- package/lib/components/pisellModal/components/Information/index.d.ts +21 -0
- package/lib/components/pisellModal/components/Information/index.js +54 -0
- package/lib/components/pisellModal/components/Information/index.less +16 -0
- package/lib/components/pisellModal/components/IpadModal/index.d.ts +6 -0
- package/lib/components/pisellModal/components/IpadModal/index.js +40 -0
- package/lib/components/pisellModal/components/MobileModal/index.d.ts +9 -0
- package/lib/components/pisellModal/components/MobileModal/index.js +67 -0
- package/lib/components/pisellModal/components/MobileModal/index.less +60 -0
- package/lib/components/pisellModal/components/PcModal/index.d.ts +30 -0
- package/lib/components/pisellModal/components/PcModal/index.js +143 -0
- package/lib/components/pisellModal/components/PcModal/index.less +105 -0
- package/lib/components/pisellModal/components/functions/index.d.ts +12 -0
- package/lib/components/pisellModal/components/functions/index.js +90 -0
- package/lib/components/pisellModal/components/functions/index.less +25 -0
- package/lib/components/pisellModal/components/index.d.ts +10 -0
- package/lib/components/pisellModal/components/index.js +52 -0
- package/lib/components/pisellModal/constants.d.ts +6 -0
- package/lib/components/pisellModal/constants.js +33 -0
- package/lib/components/pisellModal/index.d.ts +43 -0
- package/lib/components/pisellModal/index.js +63 -0
- package/lib/components/pisellRow/index.d.ts +22 -0
- package/lib/components/pisellRow/index.js +82 -0
- package/lib/components/pisellRow/index.less +13 -0
- package/lib/components/pisellScan/index.d.ts +23 -0
- package/lib/components/pisellScan/index.js +100 -0
- package/lib/components/pisellScan/index.less +12 -0
- package/lib/components/pisellText/components/Amount/index.d.ts +18 -0
- package/lib/components/pisellText/components/Amount/index.js +64 -0
- package/lib/components/pisellText/index.d.ts +8 -0
- package/lib/components/pisellText/index.js +41 -0
- package/lib/components/pisellToast/index.d.ts +16 -0
- package/lib/components/pisellToast/index.js +59 -0
- package/lib/components/pisellToast/index.less +26 -0
- package/lib/components/pisellTooltip/index.d.ts +10 -0
- package/lib/components/pisellTooltip/index.js +53 -0
- package/lib/components/pisellTooltip/index.less +5 -0
- package/lib/components/pisellWalletPassCard/bg.jpeg +0 -0
- package/lib/components/pisellWalletPassCard/index.d.ts +54 -0
- package/lib/components/pisellWalletPassCard/index.js +101 -0
- package/lib/components/pisellWalletPassCard/index.less +100 -0
- package/lib/hooks/useCssVariables.d.ts +8 -0
- package/lib/hooks/useCssVariables.js +36 -0
- package/lib/index.d.ts +23 -0
- package/lib/index.js +71 -0
- package/lib/locales/en-US.d.ts +9 -0
- package/lib/locales/en-US.js +13 -1
- package/lib/locales/index.js +3 -1
- package/lib/locales/zh-CN.d.ts +9 -0
- package/lib/locales/zh-CN.js +13 -1
- package/lib/locales/zh-TW.d.ts +9 -0
- package/lib/locales/zh-TW.js +13 -1
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.js +16 -0
- package/lib/utils/locale.js +2 -1
- package/lowcode/_utils/transform-meta.ts +31 -10
- package/lowcode/button/__screenshots__/pisell-modal-information.png +0 -0
- package/lowcode/button/meta.ts +30 -0
- package/lowcode/button/snippets.ts +28 -0
- package/lowcode/information-modal/meta.ts +1931 -0
- package/lowcode/modal/meta.ts +1 -1
- package/lowcode/page/meta.ts +8 -1
- package/lowcode/pisell-alert/meta.ts +117 -0
- package/lowcode/pisell-alert/snippets.ts +50 -0
- package/lowcode/pisell-card/__screenshots__/card-1.png +0 -0
- package/lowcode/pisell-card/meta.ts +100 -0
- package/lowcode/pisell-card/snippets.ts +10 -0
- package/lowcode/pisell-card-list/meta.ts +145 -0
- package/lowcode/pisell-card-list/snippets.ts +9 -0
- package/lowcode/pisell-checkbox-group/meta.ts +112 -0
- package/lowcode/pisell-checkbox-group/snippets.ts +13 -0
- package/lowcode/pisell-container/meta.ts +71 -0
- package/lowcode/pisell-container/snippets.ts +14 -0
- package/lowcode/pisell-countdown/meta.ts +71 -0
- package/lowcode/pisell-countdown/snippets.ts +12 -0
- package/lowcode/pisell-date-picker/meta.ts +76 -0
- package/lowcode/pisell-date-picker/snippets.ts +9 -0
- package/lowcode/pisell-empty/__screenshots__/empty-1.png +0 -0
- package/lowcode/pisell-empty/meta.ts +85 -0
- package/lowcode/pisell-empty/snippets.ts +10 -0
- package/lowcode/pisell-information-entry/meta.ts +131 -0
- package/lowcode/pisell-information-entry/snippets.ts +17 -0
- package/lowcode/pisell-input/__screenshots__/input-1.png +0 -0
- package/lowcode/pisell-input/meta.ts +193 -0
- package/lowcode/pisell-input/snippets.ts +11 -0
- package/lowcode/pisell-input.bank-card-input/__screenshots__/pisell-input.bank-card-input.png +0 -0
- package/lowcode/pisell-input.bank-card-input/meta.ts +62 -0
- package/lowcode/pisell-input.bank-card-input/snippets.ts +11 -0
- package/lowcode/pisell-input.copy/meta.ts +73 -0
- package/lowcode/pisell-input.copy/snippets.ts +10 -0
- package/lowcode/pisell-input.security-code/__screenshots__/pisell-input.security-code.png +0 -0
- package/lowcode/pisell-input.security-code/meta.ts +92 -0
- package/lowcode/pisell-input.security-code/snippets.ts +11 -0
- package/lowcode/pisell-loading/meta.ts +98 -0
- package/lowcode/pisell-loading/snippets.ts +11 -0
- package/lowcode/pisell-modal/__screenshots__/modal-1.png +0 -0
- package/lowcode/pisell-modal/__screenshots__/modal-2.png +0 -0
- package/lowcode/pisell-modal/meta.ts +200 -0
- package/lowcode/pisell-modal/snippets.ts +38 -0
- package/lowcode/pisell-modal.information/__screenshots__/pisell-modal.information.png +0 -0
- package/lowcode/pisell-modal.information/meta.ts +116 -0
- package/lowcode/pisell-modal.information/snippets.ts +17 -0
- package/lowcode/pisell-row/meta.ts +127 -0
- package/lowcode/pisell-row/snippets.ts +24 -0
- package/lowcode/pisell-scan/meta.ts +53 -0
- package/lowcode/pisell-scan/snippets.ts +13 -0
- package/lowcode/pisell-text/meta.ts +8117 -0
- package/lowcode/pisell-text.amount/meta.ts +61 -0
- package/lowcode/pisell-text.amount/snippets.ts +15 -0
- package/lowcode/pisell-tooltip/__screenshots__/tooltip-1.jpg +0 -0
- package/lowcode/pisell-tooltip/meta.ts +306 -0
- package/lowcode/pisell-tooltip/snippets.ts +12 -0
- package/lowcode/pisell-wallet-pass-card/meta.ts +189 -0
- package/lowcode/pisell-wallet-pass-card/snippets.ts +20 -0
- package/package.json +4 -3
|
@@ -0,0 +1,1931 @@
|
|
|
1
|
+
|
|
2
|
+
import { ComponentMetadata, Snippet } from '@alilc/lowcode-types';
|
|
3
|
+
|
|
4
|
+
const InformationModalMeta: ComponentMetadata = {
|
|
5
|
+
"componentName": "InformationModal",
|
|
6
|
+
"title": "InformationModal",
|
|
7
|
+
"docUrl": "",
|
|
8
|
+
"screenshot": "",
|
|
9
|
+
"devMode": "proCode",
|
|
10
|
+
"npm": {
|
|
11
|
+
"package": "@pisell/materials",
|
|
12
|
+
"version": "1.0.364",
|
|
13
|
+
"exportName": "InformationModal",
|
|
14
|
+
"main": "src/index.tsx",
|
|
15
|
+
"destructuring": true,
|
|
16
|
+
"subName": ""
|
|
17
|
+
},
|
|
18
|
+
"configure": {
|
|
19
|
+
"props": [
|
|
20
|
+
{
|
|
21
|
+
"title": {
|
|
22
|
+
"label": {
|
|
23
|
+
"type": "i18n",
|
|
24
|
+
"en-US": "title",
|
|
25
|
+
"zh-CN": "标题"
|
|
26
|
+
},
|
|
27
|
+
"tip": "title | 标题"
|
|
28
|
+
},
|
|
29
|
+
"name": "title",
|
|
30
|
+
"description": "标题",
|
|
31
|
+
"setter": {
|
|
32
|
+
"componentName": "StringSetter",
|
|
33
|
+
"isRequired": true,
|
|
34
|
+
"initialValue": ""
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"title": {
|
|
39
|
+
"label": {
|
|
40
|
+
"type": "i18n",
|
|
41
|
+
"en-US": "describe",
|
|
42
|
+
"zh-CN": "描述"
|
|
43
|
+
},
|
|
44
|
+
"tip": "describe | 描述"
|
|
45
|
+
},
|
|
46
|
+
"name": "describe",
|
|
47
|
+
"description": "描述",
|
|
48
|
+
"setter": {
|
|
49
|
+
"componentName": "StringSetter",
|
|
50
|
+
"isRequired": true,
|
|
51
|
+
"initialValue": ""
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"title": {
|
|
56
|
+
"label": {
|
|
57
|
+
"type": "i18n",
|
|
58
|
+
"en-US": "cancelVisible",
|
|
59
|
+
"zh-CN": "取消按钮是否展示"
|
|
60
|
+
},
|
|
61
|
+
"tip": "cancelVisible | 取消按钮是否展示"
|
|
62
|
+
},
|
|
63
|
+
"name": "cancelVisible",
|
|
64
|
+
"description": "取消按钮是否展示",
|
|
65
|
+
"setter": {
|
|
66
|
+
"componentName": "MixedSetter",
|
|
67
|
+
"props": {
|
|
68
|
+
"setters": [
|
|
69
|
+
{
|
|
70
|
+
"componentName": "ObjectSetter",
|
|
71
|
+
"props": {
|
|
72
|
+
"config": {
|
|
73
|
+
"extraSetter": {
|
|
74
|
+
"componentName": "MixedSetter",
|
|
75
|
+
"isRequired": false,
|
|
76
|
+
"props": {}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"isRequired": false,
|
|
81
|
+
"initialValue": {}
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"componentName": "BoolSetter",
|
|
85
|
+
"isRequired": false,
|
|
86
|
+
"initialValue": false
|
|
87
|
+
}
|
|
88
|
+
]
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"title": {
|
|
94
|
+
"label": {
|
|
95
|
+
"type": "i18n",
|
|
96
|
+
"en-US": "okVisible",
|
|
97
|
+
"zh-CN": "确认按钮是否展示"
|
|
98
|
+
},
|
|
99
|
+
"tip": "okVisible | 确认按钮是否展示"
|
|
100
|
+
},
|
|
101
|
+
"name": "okVisible",
|
|
102
|
+
"description": "确认按钮是否展示",
|
|
103
|
+
"setter": {
|
|
104
|
+
"componentName": "MixedSetter",
|
|
105
|
+
"props": {
|
|
106
|
+
"setters": [
|
|
107
|
+
{
|
|
108
|
+
"componentName": "ObjectSetter",
|
|
109
|
+
"props": {
|
|
110
|
+
"config": {
|
|
111
|
+
"extraSetter": {
|
|
112
|
+
"componentName": "MixedSetter",
|
|
113
|
+
"isRequired": false,
|
|
114
|
+
"props": {}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
"isRequired": false,
|
|
119
|
+
"initialValue": {}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"componentName": "BoolSetter",
|
|
123
|
+
"isRequired": false,
|
|
124
|
+
"initialValue": false
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"title": {
|
|
132
|
+
"label": {
|
|
133
|
+
"type": "i18n",
|
|
134
|
+
"en-US": "okText",
|
|
135
|
+
"zh-CN": "确认按钮文字"
|
|
136
|
+
},
|
|
137
|
+
"tip": "okText | 确认按钮文字"
|
|
138
|
+
},
|
|
139
|
+
"name": "okText",
|
|
140
|
+
"description": "确认按钮文字",
|
|
141
|
+
"setter": {
|
|
142
|
+
"componentName": "SlotSetter",
|
|
143
|
+
"props": {
|
|
144
|
+
"mode": "node"
|
|
145
|
+
},
|
|
146
|
+
"isRequired": true,
|
|
147
|
+
"initialValue": {
|
|
148
|
+
"type": "JSSlot",
|
|
149
|
+
"value": []
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"title": {
|
|
155
|
+
"label": {
|
|
156
|
+
"type": "i18n",
|
|
157
|
+
"en-US": "cancelText",
|
|
158
|
+
"zh-CN": "取消按钮文字"
|
|
159
|
+
},
|
|
160
|
+
"tip": "cancelText | 取消按钮文字"
|
|
161
|
+
},
|
|
162
|
+
"name": "cancelText",
|
|
163
|
+
"description": "取消按钮文字",
|
|
164
|
+
"setter": {
|
|
165
|
+
"componentName": "SlotSetter",
|
|
166
|
+
"props": {
|
|
167
|
+
"mode": "node"
|
|
168
|
+
},
|
|
169
|
+
"isRequired": true,
|
|
170
|
+
"initialValue": {
|
|
171
|
+
"type": "JSSlot",
|
|
172
|
+
"value": []
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"title": {
|
|
178
|
+
"label": {
|
|
179
|
+
"type": "i18n",
|
|
180
|
+
"en-US": "closable",
|
|
181
|
+
"zh-CN": "右上角关闭按钮是否展"
|
|
182
|
+
},
|
|
183
|
+
"tip": "closable | 右上角关闭按钮是否展示"
|
|
184
|
+
},
|
|
185
|
+
"name": "closable",
|
|
186
|
+
"description": "右上角关闭按钮是否展示",
|
|
187
|
+
"setter": {
|
|
188
|
+
"componentName": "MixedSetter",
|
|
189
|
+
"props": {
|
|
190
|
+
"setters": [
|
|
191
|
+
{
|
|
192
|
+
"componentName": "ObjectSetter",
|
|
193
|
+
"props": {
|
|
194
|
+
"config": {
|
|
195
|
+
"extraSetter": {
|
|
196
|
+
"componentName": "MixedSetter",
|
|
197
|
+
"isRequired": false,
|
|
198
|
+
"props": {}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"isRequired": false,
|
|
203
|
+
"initialValue": {}
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"componentName": "BoolSetter",
|
|
207
|
+
"isRequired": false,
|
|
208
|
+
"initialValue": false
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"title": {
|
|
216
|
+
"label": {
|
|
217
|
+
"type": "i18n",
|
|
218
|
+
"en-US": "platform",
|
|
219
|
+
"zh-CN": "平台"
|
|
220
|
+
},
|
|
221
|
+
"tip": "platform | 平台"
|
|
222
|
+
},
|
|
223
|
+
"name": "platform",
|
|
224
|
+
"description": "平台",
|
|
225
|
+
"setter": {
|
|
226
|
+
"componentName": "MixedSetter",
|
|
227
|
+
"props": {
|
|
228
|
+
"setters": [
|
|
229
|
+
{
|
|
230
|
+
"componentName": "ObjectSetter",
|
|
231
|
+
"props": {
|
|
232
|
+
"config": {
|
|
233
|
+
"extraSetter": {
|
|
234
|
+
"componentName": "MixedSetter",
|
|
235
|
+
"isRequired": false,
|
|
236
|
+
"props": {}
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
"isRequired": false,
|
|
241
|
+
"initialValue": {}
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"componentName": "RadioGroupSetter",
|
|
245
|
+
"props": {
|
|
246
|
+
"dataSource": [
|
|
247
|
+
{
|
|
248
|
+
"label": "h5",
|
|
249
|
+
"value": "h5"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"label": "pc",
|
|
253
|
+
"value": "pc"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"label": "ipad",
|
|
257
|
+
"value": "ipad"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
"options": [
|
|
261
|
+
{
|
|
262
|
+
"label": "h5",
|
|
263
|
+
"value": "h5"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"label": "pc",
|
|
267
|
+
"value": "pc"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"label": "ipad",
|
|
271
|
+
"value": "ipad"
|
|
272
|
+
}
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
"initialValue": "h5"
|
|
276
|
+
}
|
|
277
|
+
]
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"title": {
|
|
283
|
+
"label": {
|
|
284
|
+
"type": "i18n",
|
|
285
|
+
"en-US": "size",
|
|
286
|
+
"zh-CN": "弹窗大小"
|
|
287
|
+
},
|
|
288
|
+
"tip": "size | 弹窗大小"
|
|
289
|
+
},
|
|
290
|
+
"name": "size",
|
|
291
|
+
"description": "弹窗大小",
|
|
292
|
+
"setter": {
|
|
293
|
+
"componentName": "MixedSetter",
|
|
294
|
+
"props": {
|
|
295
|
+
"setters": [
|
|
296
|
+
{
|
|
297
|
+
"componentName": "ObjectSetter",
|
|
298
|
+
"props": {
|
|
299
|
+
"config": {
|
|
300
|
+
"extraSetter": {
|
|
301
|
+
"componentName": "MixedSetter",
|
|
302
|
+
"isRequired": false,
|
|
303
|
+
"props": {}
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
"isRequired": false,
|
|
308
|
+
"initialValue": {}
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"componentName": "RadioGroupSetter",
|
|
312
|
+
"props": {
|
|
313
|
+
"dataSource": [
|
|
314
|
+
{
|
|
315
|
+
"label": "middle",
|
|
316
|
+
"value": "middle"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"label": "small",
|
|
320
|
+
"value": "small"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"label": "large",
|
|
324
|
+
"value": "large"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"options": [
|
|
328
|
+
{
|
|
329
|
+
"label": "middle",
|
|
330
|
+
"value": "middle"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"label": "small",
|
|
334
|
+
"value": "small"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"label": "large",
|
|
338
|
+
"value": "large"
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
"initialValue": "middle"
|
|
343
|
+
}
|
|
344
|
+
]
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"title": {
|
|
350
|
+
"label": {
|
|
351
|
+
"type": "i18n",
|
|
352
|
+
"en-US": "headerDivider",
|
|
353
|
+
"zh-CN": "头部分割线是否展示"
|
|
354
|
+
},
|
|
355
|
+
"tip": "headerDivider | 头部分割线是否展示"
|
|
356
|
+
},
|
|
357
|
+
"name": "headerDivider",
|
|
358
|
+
"description": "头部分割线是否展示",
|
|
359
|
+
"setter": {
|
|
360
|
+
"componentName": "MixedSetter",
|
|
361
|
+
"props": {
|
|
362
|
+
"setters": [
|
|
363
|
+
{
|
|
364
|
+
"componentName": "ObjectSetter",
|
|
365
|
+
"props": {
|
|
366
|
+
"config": {
|
|
367
|
+
"extraSetter": {
|
|
368
|
+
"componentName": "MixedSetter",
|
|
369
|
+
"isRequired": false,
|
|
370
|
+
"props": {}
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"isRequired": false,
|
|
375
|
+
"initialValue": {}
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"componentName": "BoolSetter",
|
|
379
|
+
"isRequired": false,
|
|
380
|
+
"initialValue": false
|
|
381
|
+
}
|
|
382
|
+
]
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"title": {
|
|
388
|
+
"label": {
|
|
389
|
+
"type": "i18n",
|
|
390
|
+
"en-US": "footerDivider",
|
|
391
|
+
"zh-CN": "底部分割线是否展示"
|
|
392
|
+
},
|
|
393
|
+
"tip": "footerDivider | 底部分割线是否展示"
|
|
394
|
+
},
|
|
395
|
+
"name": "footerDivider",
|
|
396
|
+
"description": "底部分割线是否展示",
|
|
397
|
+
"setter": {
|
|
398
|
+
"componentName": "MixedSetter",
|
|
399
|
+
"props": {
|
|
400
|
+
"setters": [
|
|
401
|
+
{
|
|
402
|
+
"componentName": "ObjectSetter",
|
|
403
|
+
"props": {
|
|
404
|
+
"config": {
|
|
405
|
+
"extraSetter": {
|
|
406
|
+
"componentName": "MixedSetter",
|
|
407
|
+
"isRequired": false,
|
|
408
|
+
"props": {}
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
"isRequired": false,
|
|
413
|
+
"initialValue": {}
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"componentName": "BoolSetter",
|
|
417
|
+
"isRequired": false,
|
|
418
|
+
"initialValue": false
|
|
419
|
+
}
|
|
420
|
+
]
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"title": {
|
|
426
|
+
"label": {
|
|
427
|
+
"type": "i18n",
|
|
428
|
+
"en-US": "deleteButtonProps",
|
|
429
|
+
"zh-CN": "删除按钮props"
|
|
430
|
+
},
|
|
431
|
+
"tip": "deleteButtonProps | 删除按钮props"
|
|
432
|
+
},
|
|
433
|
+
"name": "deleteButtonProps",
|
|
434
|
+
"description": "删除按钮props",
|
|
435
|
+
"setter": {
|
|
436
|
+
"componentName": "MixedSetter",
|
|
437
|
+
"props": {
|
|
438
|
+
"setters": [
|
|
439
|
+
{
|
|
440
|
+
"componentName": "ObjectSetter",
|
|
441
|
+
"props": {
|
|
442
|
+
"config": {
|
|
443
|
+
"extraSetter": {
|
|
444
|
+
"componentName": "MixedSetter",
|
|
445
|
+
"isRequired": false,
|
|
446
|
+
"props": {}
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
"isRequired": false,
|
|
451
|
+
"initialValue": {}
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"componentName": "MixedSetter",
|
|
455
|
+
"isRequired": false,
|
|
456
|
+
"props": {}
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"componentName": "FunctionSetter"
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"title": {
|
|
467
|
+
"label": {
|
|
468
|
+
"type": "i18n",
|
|
469
|
+
"en-US": "onDelete",
|
|
470
|
+
"zh-CN": "删除事件"
|
|
471
|
+
},
|
|
472
|
+
"tip": "onDelete | 删除事件"
|
|
473
|
+
},
|
|
474
|
+
"name": "onDelete",
|
|
475
|
+
"description": "删除事件",
|
|
476
|
+
"setter": {
|
|
477
|
+
"componentName": "MixedSetter",
|
|
478
|
+
"props": {
|
|
479
|
+
"setters": [
|
|
480
|
+
{
|
|
481
|
+
"componentName": "ObjectSetter",
|
|
482
|
+
"props": {
|
|
483
|
+
"config": {
|
|
484
|
+
"extraSetter": {
|
|
485
|
+
"componentName": "MixedSetter",
|
|
486
|
+
"isRequired": false,
|
|
487
|
+
"props": {}
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
"isRequired": false,
|
|
492
|
+
"initialValue": {}
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"componentName": "FunctionSetter",
|
|
496
|
+
"isRequired": false
|
|
497
|
+
}
|
|
498
|
+
]
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"title": {
|
|
504
|
+
"label": {
|
|
505
|
+
"type": "i18n",
|
|
506
|
+
"en-US": "mobileModalHeight",
|
|
507
|
+
"zh-CN": "移动端展示时弹窗高度"
|
|
508
|
+
},
|
|
509
|
+
"tip": "mobileModalHeight | 移动端展示时弹窗高度 默认null 在移动端全屏"
|
|
510
|
+
},
|
|
511
|
+
"name": "mobileModalHeight",
|
|
512
|
+
"description": "移动端展示时弹窗高度 默认null 在移动端全屏",
|
|
513
|
+
"setter": {
|
|
514
|
+
"componentName": "MixedSetter",
|
|
515
|
+
"props": {
|
|
516
|
+
"setters": [
|
|
517
|
+
{
|
|
518
|
+
"componentName": "ObjectSetter",
|
|
519
|
+
"props": {
|
|
520
|
+
"config": {
|
|
521
|
+
"extraSetter": {
|
|
522
|
+
"componentName": "MixedSetter",
|
|
523
|
+
"isRequired": false,
|
|
524
|
+
"props": {}
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
"isRequired": false,
|
|
529
|
+
"initialValue": {}
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"componentName": "StringSetter",
|
|
533
|
+
"isRequired": false,
|
|
534
|
+
"initialValue": ""
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"componentName": "NumberSetter",
|
|
538
|
+
"isRequired": false,
|
|
539
|
+
"initialValue": 0
|
|
540
|
+
}
|
|
541
|
+
]
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"title": {
|
|
547
|
+
"label": {
|
|
548
|
+
"type": "i18n",
|
|
549
|
+
"en-US": "actions",
|
|
550
|
+
"zh-CN": "footer中额外操"
|
|
551
|
+
},
|
|
552
|
+
"tip": "actions | footer中额外操作按钮"
|
|
553
|
+
},
|
|
554
|
+
"name": "actions",
|
|
555
|
+
"description": "footer中额外操作按钮",
|
|
556
|
+
"setter": {
|
|
557
|
+
"componentName": "SlotSetter",
|
|
558
|
+
"props": {
|
|
559
|
+
"mode": "node"
|
|
560
|
+
},
|
|
561
|
+
"isRequired": false,
|
|
562
|
+
"initialValue": {
|
|
563
|
+
"type": "JSSlot",
|
|
564
|
+
"value": []
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"title": {
|
|
570
|
+
"label": {
|
|
571
|
+
"type": "i18n",
|
|
572
|
+
"en-US": "header",
|
|
573
|
+
"zh-CN": "是否展示header"
|
|
574
|
+
},
|
|
575
|
+
"tip": "header | 是否展示header"
|
|
576
|
+
},
|
|
577
|
+
"name": "header",
|
|
578
|
+
"description": "是否展示header",
|
|
579
|
+
"setter": {
|
|
580
|
+
"componentName": "MixedSetter",
|
|
581
|
+
"props": {
|
|
582
|
+
"setters": [
|
|
583
|
+
{
|
|
584
|
+
"componentName": "ObjectSetter",
|
|
585
|
+
"props": {
|
|
586
|
+
"config": {
|
|
587
|
+
"extraSetter": {
|
|
588
|
+
"componentName": "MixedSetter",
|
|
589
|
+
"isRequired": false,
|
|
590
|
+
"props": {}
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
},
|
|
594
|
+
"isRequired": false,
|
|
595
|
+
"initialValue": {}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"componentName": "MixedSetter",
|
|
599
|
+
"isRequired": false,
|
|
600
|
+
"props": {}
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"componentName": "BoolSetter",
|
|
604
|
+
"isRequired": false,
|
|
605
|
+
"initialValue": false
|
|
606
|
+
}
|
|
607
|
+
]
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"title": {
|
|
613
|
+
"label": {
|
|
614
|
+
"type": "i18n",
|
|
615
|
+
"en-US": "open",
|
|
616
|
+
"zh-CN": "Whether th"
|
|
617
|
+
},
|
|
618
|
+
"tip": "open | Whether the modal dialog is visible or not"
|
|
619
|
+
},
|
|
620
|
+
"name": "open",
|
|
621
|
+
"description": "Whether the modal dialog is visible or not",
|
|
622
|
+
"setter": {
|
|
623
|
+
"componentName": "MixedSetter",
|
|
624
|
+
"props": {
|
|
625
|
+
"setters": [
|
|
626
|
+
{
|
|
627
|
+
"componentName": "ObjectSetter",
|
|
628
|
+
"props": {
|
|
629
|
+
"config": {
|
|
630
|
+
"extraSetter": {
|
|
631
|
+
"componentName": "MixedSetter",
|
|
632
|
+
"isRequired": false,
|
|
633
|
+
"props": {}
|
|
634
|
+
}
|
|
635
|
+
}
|
|
636
|
+
},
|
|
637
|
+
"isRequired": false,
|
|
638
|
+
"initialValue": {}
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"componentName": "BoolSetter",
|
|
642
|
+
"isRequired": false,
|
|
643
|
+
"initialValue": false
|
|
644
|
+
}
|
|
645
|
+
]
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"title": {
|
|
651
|
+
"label": {
|
|
652
|
+
"type": "i18n",
|
|
653
|
+
"en-US": "confirmLoading",
|
|
654
|
+
"zh-CN": "Whether to"
|
|
655
|
+
},
|
|
656
|
+
"tip": "confirmLoading | Whether to apply loading visual effect for OK button or not"
|
|
657
|
+
},
|
|
658
|
+
"name": "confirmLoading",
|
|
659
|
+
"description": "Whether to apply loading visual effect for OK button or not",
|
|
660
|
+
"setter": {
|
|
661
|
+
"componentName": "MixedSetter",
|
|
662
|
+
"props": {
|
|
663
|
+
"setters": [
|
|
664
|
+
{
|
|
665
|
+
"componentName": "ObjectSetter",
|
|
666
|
+
"props": {
|
|
667
|
+
"config": {
|
|
668
|
+
"extraSetter": {
|
|
669
|
+
"componentName": "MixedSetter",
|
|
670
|
+
"isRequired": false,
|
|
671
|
+
"props": {}
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
"isRequired": false,
|
|
676
|
+
"initialValue": {}
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"componentName": "BoolSetter",
|
|
680
|
+
"isRequired": false,
|
|
681
|
+
"initialValue": false
|
|
682
|
+
}
|
|
683
|
+
]
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"title": {
|
|
689
|
+
"label": {
|
|
690
|
+
"type": "i18n",
|
|
691
|
+
"en-US": "onOk",
|
|
692
|
+
"zh-CN": "Specify a "
|
|
693
|
+
},
|
|
694
|
+
"tip": "onOk | Specify a function that will be called when a user clicks the OK button"
|
|
695
|
+
},
|
|
696
|
+
"name": "onOk",
|
|
697
|
+
"description": "Specify a function that will be called when a user clicks the OK button",
|
|
698
|
+
"setter": {
|
|
699
|
+
"componentName": "MixedSetter",
|
|
700
|
+
"props": {
|
|
701
|
+
"setters": [
|
|
702
|
+
{
|
|
703
|
+
"componentName": "ObjectSetter",
|
|
704
|
+
"props": {
|
|
705
|
+
"config": {
|
|
706
|
+
"extraSetter": {
|
|
707
|
+
"componentName": "MixedSetter",
|
|
708
|
+
"isRequired": false,
|
|
709
|
+
"props": {}
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
},
|
|
713
|
+
"isRequired": false,
|
|
714
|
+
"initialValue": {}
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"componentName": "FunctionSetter"
|
|
718
|
+
}
|
|
719
|
+
]
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"title": {
|
|
725
|
+
"label": {
|
|
726
|
+
"type": "i18n",
|
|
727
|
+
"en-US": "onCancel",
|
|
728
|
+
"zh-CN": "Specify a "
|
|
729
|
+
},
|
|
730
|
+
"tip": "onCancel | Specify a function that will be called when a user clicks mask, close button on top right or Cancel button"
|
|
731
|
+
},
|
|
732
|
+
"name": "onCancel",
|
|
733
|
+
"description": "Specify a function that will be called when a user clicks mask, close button on top right or Cancel button",
|
|
734
|
+
"setter": {
|
|
735
|
+
"componentName": "MixedSetter",
|
|
736
|
+
"props": {
|
|
737
|
+
"setters": [
|
|
738
|
+
{
|
|
739
|
+
"componentName": "ObjectSetter",
|
|
740
|
+
"props": {
|
|
741
|
+
"config": {
|
|
742
|
+
"extraSetter": {
|
|
743
|
+
"componentName": "MixedSetter",
|
|
744
|
+
"isRequired": false,
|
|
745
|
+
"props": {}
|
|
746
|
+
}
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
"isRequired": false,
|
|
750
|
+
"initialValue": {}
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"componentName": "FunctionSetter"
|
|
754
|
+
}
|
|
755
|
+
]
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"title": {
|
|
761
|
+
"label": {
|
|
762
|
+
"type": "i18n",
|
|
763
|
+
"en-US": "afterClose",
|
|
764
|
+
"zh-CN": "afterClose"
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"name": "afterClose",
|
|
768
|
+
"setter": {
|
|
769
|
+
"componentName": "MixedSetter",
|
|
770
|
+
"props": {
|
|
771
|
+
"setters": [
|
|
772
|
+
{
|
|
773
|
+
"componentName": "ObjectSetter",
|
|
774
|
+
"props": {
|
|
775
|
+
"config": {
|
|
776
|
+
"extraSetter": {
|
|
777
|
+
"componentName": "MixedSetter",
|
|
778
|
+
"isRequired": false,
|
|
779
|
+
"props": {}
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
"isRequired": false,
|
|
784
|
+
"initialValue": {}
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"componentName": "FunctionSetter",
|
|
788
|
+
"isRequired": false
|
|
789
|
+
}
|
|
790
|
+
]
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"title": {
|
|
796
|
+
"label": {
|
|
797
|
+
"type": "i18n",
|
|
798
|
+
"en-US": "afterOpenChange",
|
|
799
|
+
"zh-CN": "Callback w"
|
|
800
|
+
},
|
|
801
|
+
"tip": "afterOpenChange | Callback when the animation ends when Modal is turned on and off"
|
|
802
|
+
},
|
|
803
|
+
"name": "afterOpenChange",
|
|
804
|
+
"description": "Callback when the animation ends when Modal is turned on and off",
|
|
805
|
+
"setter": {
|
|
806
|
+
"componentName": "MixedSetter",
|
|
807
|
+
"props": {
|
|
808
|
+
"setters": [
|
|
809
|
+
{
|
|
810
|
+
"componentName": "ObjectSetter",
|
|
811
|
+
"props": {
|
|
812
|
+
"config": {
|
|
813
|
+
"extraSetter": {
|
|
814
|
+
"componentName": "MixedSetter",
|
|
815
|
+
"isRequired": false,
|
|
816
|
+
"props": {}
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"isRequired": false,
|
|
821
|
+
"initialValue": {}
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"componentName": "FunctionSetter"
|
|
825
|
+
}
|
|
826
|
+
]
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"title": {
|
|
832
|
+
"label": {
|
|
833
|
+
"type": "i18n",
|
|
834
|
+
"en-US": "centered",
|
|
835
|
+
"zh-CN": "Centered M"
|
|
836
|
+
},
|
|
837
|
+
"tip": "centered | Centered Modal"
|
|
838
|
+
},
|
|
839
|
+
"name": "centered",
|
|
840
|
+
"description": "Centered Modal",
|
|
841
|
+
"setter": {
|
|
842
|
+
"componentName": "MixedSetter",
|
|
843
|
+
"props": {
|
|
844
|
+
"setters": [
|
|
845
|
+
{
|
|
846
|
+
"componentName": "ObjectSetter",
|
|
847
|
+
"props": {
|
|
848
|
+
"config": {
|
|
849
|
+
"extraSetter": {
|
|
850
|
+
"componentName": "MixedSetter",
|
|
851
|
+
"isRequired": false,
|
|
852
|
+
"props": {}
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
"isRequired": false,
|
|
857
|
+
"initialValue": {}
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"componentName": "BoolSetter",
|
|
861
|
+
"isRequired": false,
|
|
862
|
+
"initialValue": false
|
|
863
|
+
}
|
|
864
|
+
]
|
|
865
|
+
}
|
|
866
|
+
}
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"title": {
|
|
870
|
+
"label": {
|
|
871
|
+
"type": "i18n",
|
|
872
|
+
"en-US": "width",
|
|
873
|
+
"zh-CN": "Width of t"
|
|
874
|
+
},
|
|
875
|
+
"tip": "width | Width of the modal dialog"
|
|
876
|
+
},
|
|
877
|
+
"name": "width",
|
|
878
|
+
"description": "Width of the modal dialog",
|
|
879
|
+
"setter": {
|
|
880
|
+
"componentName": "MixedSetter",
|
|
881
|
+
"props": {
|
|
882
|
+
"setters": [
|
|
883
|
+
{
|
|
884
|
+
"componentName": "ObjectSetter",
|
|
885
|
+
"props": {
|
|
886
|
+
"config": {
|
|
887
|
+
"extraSetter": {
|
|
888
|
+
"componentName": "MixedSetter",
|
|
889
|
+
"isRequired": false,
|
|
890
|
+
"props": {}
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"isRequired": false,
|
|
895
|
+
"initialValue": {}
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"componentName": "StringSetter",
|
|
899
|
+
"isRequired": false,
|
|
900
|
+
"initialValue": ""
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"componentName": "NumberSetter",
|
|
904
|
+
"isRequired": false,
|
|
905
|
+
"initialValue": 0
|
|
906
|
+
}
|
|
907
|
+
]
|
|
908
|
+
}
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"title": {
|
|
913
|
+
"label": {
|
|
914
|
+
"type": "i18n",
|
|
915
|
+
"en-US": "footer",
|
|
916
|
+
"zh-CN": "Footer con"
|
|
917
|
+
},
|
|
918
|
+
"tip": "footer | Footer content"
|
|
919
|
+
},
|
|
920
|
+
"name": "footer",
|
|
921
|
+
"description": "Footer content",
|
|
922
|
+
"setter": {
|
|
923
|
+
"componentName": "SlotSetter",
|
|
924
|
+
"props": {
|
|
925
|
+
"mode": "node"
|
|
926
|
+
},
|
|
927
|
+
"isRequired": false,
|
|
928
|
+
"initialValue": {
|
|
929
|
+
"type": "JSSlot",
|
|
930
|
+
"value": []
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"title": {
|
|
936
|
+
"label": {
|
|
937
|
+
"type": "i18n",
|
|
938
|
+
"en-US": "okType",
|
|
939
|
+
"zh-CN": "Button `ty"
|
|
940
|
+
},
|
|
941
|
+
"tip": "okType | Button `type` of the OK button"
|
|
942
|
+
},
|
|
943
|
+
"name": "okType",
|
|
944
|
+
"description": "Button `type` of the OK button",
|
|
945
|
+
"setter": {
|
|
946
|
+
"componentName": "MixedSetter",
|
|
947
|
+
"props": {
|
|
948
|
+
"setters": [
|
|
949
|
+
{
|
|
950
|
+
"componentName": "ObjectSetter",
|
|
951
|
+
"props": {
|
|
952
|
+
"config": {
|
|
953
|
+
"extraSetter": {
|
|
954
|
+
"componentName": "MixedSetter",
|
|
955
|
+
"isRequired": false,
|
|
956
|
+
"props": {}
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
"isRequired": false,
|
|
961
|
+
"initialValue": {}
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"componentName": "SelectSetter",
|
|
965
|
+
"props": {
|
|
966
|
+
"dataSource": [
|
|
967
|
+
{
|
|
968
|
+
"label": "text",
|
|
969
|
+
"value": "text"
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
"label": "ghost",
|
|
973
|
+
"value": "ghost"
|
|
974
|
+
},
|
|
975
|
+
{
|
|
976
|
+
"label": "default",
|
|
977
|
+
"value": "default"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"label": "dashed",
|
|
981
|
+
"value": "dashed"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"label": "link",
|
|
985
|
+
"value": "link"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"label": "danger",
|
|
989
|
+
"value": "danger"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"label": "primary",
|
|
993
|
+
"value": "primary"
|
|
994
|
+
}
|
|
995
|
+
],
|
|
996
|
+
"options": [
|
|
997
|
+
{
|
|
998
|
+
"label": "text",
|
|
999
|
+
"value": "text"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"label": "ghost",
|
|
1003
|
+
"value": "ghost"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"label": "default",
|
|
1007
|
+
"value": "default"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"label": "dashed",
|
|
1011
|
+
"value": "dashed"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"label": "link",
|
|
1015
|
+
"value": "link"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"label": "danger",
|
|
1019
|
+
"value": "danger"
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"label": "primary",
|
|
1023
|
+
"value": "primary"
|
|
1024
|
+
}
|
|
1025
|
+
]
|
|
1026
|
+
},
|
|
1027
|
+
"initialValue": "text"
|
|
1028
|
+
}
|
|
1029
|
+
]
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"title": {
|
|
1035
|
+
"label": {
|
|
1036
|
+
"type": "i18n",
|
|
1037
|
+
"en-US": "maskClosable",
|
|
1038
|
+
"zh-CN": "Whether to"
|
|
1039
|
+
},
|
|
1040
|
+
"tip": "maskClosable | Whether to close the modal dialog when the mask (area outside the modal) is clicked"
|
|
1041
|
+
},
|
|
1042
|
+
"name": "maskClosable",
|
|
1043
|
+
"description": "Whether to close the modal dialog when the mask (area outside the modal) is clicked",
|
|
1044
|
+
"setter": {
|
|
1045
|
+
"componentName": "MixedSetter",
|
|
1046
|
+
"props": {
|
|
1047
|
+
"setters": [
|
|
1048
|
+
{
|
|
1049
|
+
"componentName": "ObjectSetter",
|
|
1050
|
+
"props": {
|
|
1051
|
+
"config": {
|
|
1052
|
+
"extraSetter": {
|
|
1053
|
+
"componentName": "MixedSetter",
|
|
1054
|
+
"isRequired": false,
|
|
1055
|
+
"props": {}
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
"isRequired": false,
|
|
1060
|
+
"initialValue": {}
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"componentName": "BoolSetter",
|
|
1064
|
+
"isRequired": false,
|
|
1065
|
+
"initialValue": false
|
|
1066
|
+
}
|
|
1067
|
+
]
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"title": {
|
|
1073
|
+
"label": {
|
|
1074
|
+
"type": "i18n",
|
|
1075
|
+
"en-US": "forceRender",
|
|
1076
|
+
"zh-CN": "Force rend"
|
|
1077
|
+
},
|
|
1078
|
+
"tip": "forceRender | Force render Modal"
|
|
1079
|
+
},
|
|
1080
|
+
"name": "forceRender",
|
|
1081
|
+
"description": "Force render Modal",
|
|
1082
|
+
"setter": {
|
|
1083
|
+
"componentName": "MixedSetter",
|
|
1084
|
+
"props": {
|
|
1085
|
+
"setters": [
|
|
1086
|
+
{
|
|
1087
|
+
"componentName": "ObjectSetter",
|
|
1088
|
+
"props": {
|
|
1089
|
+
"config": {
|
|
1090
|
+
"extraSetter": {
|
|
1091
|
+
"componentName": "MixedSetter",
|
|
1092
|
+
"isRequired": false,
|
|
1093
|
+
"props": {}
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
"isRequired": false,
|
|
1098
|
+
"initialValue": {}
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"componentName": "BoolSetter",
|
|
1102
|
+
"isRequired": false,
|
|
1103
|
+
"initialValue": false
|
|
1104
|
+
}
|
|
1105
|
+
]
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"title": {
|
|
1111
|
+
"label": {
|
|
1112
|
+
"type": "i18n",
|
|
1113
|
+
"en-US": "okButtonProps",
|
|
1114
|
+
"zh-CN": "okButtonProps"
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
"name": "okButtonProps",
|
|
1118
|
+
"setter": {
|
|
1119
|
+
"componentName": "MixedSetter",
|
|
1120
|
+
"props": {
|
|
1121
|
+
"setters": [
|
|
1122
|
+
{
|
|
1123
|
+
"componentName": "ObjectSetter",
|
|
1124
|
+
"props": {
|
|
1125
|
+
"config": {
|
|
1126
|
+
"extraSetter": {
|
|
1127
|
+
"componentName": "MixedSetter",
|
|
1128
|
+
"isRequired": false,
|
|
1129
|
+
"props": {}
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
},
|
|
1133
|
+
"isRequired": false,
|
|
1134
|
+
"initialValue": {}
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"componentName": "FunctionSetter"
|
|
1138
|
+
}
|
|
1139
|
+
]
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"title": {
|
|
1145
|
+
"label": {
|
|
1146
|
+
"type": "i18n",
|
|
1147
|
+
"en-US": "cancelButtonProps",
|
|
1148
|
+
"zh-CN": "cancelButtonProps"
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"name": "cancelButtonProps",
|
|
1152
|
+
"setter": {
|
|
1153
|
+
"componentName": "MixedSetter",
|
|
1154
|
+
"props": {
|
|
1155
|
+
"setters": [
|
|
1156
|
+
{
|
|
1157
|
+
"componentName": "ObjectSetter",
|
|
1158
|
+
"props": {
|
|
1159
|
+
"config": {
|
|
1160
|
+
"extraSetter": {
|
|
1161
|
+
"componentName": "MixedSetter",
|
|
1162
|
+
"isRequired": false,
|
|
1163
|
+
"props": {}
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
"isRequired": false,
|
|
1168
|
+
"initialValue": {}
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"componentName": "FunctionSetter"
|
|
1172
|
+
}
|
|
1173
|
+
]
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"title": {
|
|
1179
|
+
"label": {
|
|
1180
|
+
"type": "i18n",
|
|
1181
|
+
"en-US": "destroyOnClose",
|
|
1182
|
+
"zh-CN": "destroyOnClose"
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
"name": "destroyOnClose",
|
|
1186
|
+
"setter": {
|
|
1187
|
+
"componentName": "MixedSetter",
|
|
1188
|
+
"props": {
|
|
1189
|
+
"setters": [
|
|
1190
|
+
{
|
|
1191
|
+
"componentName": "ObjectSetter",
|
|
1192
|
+
"props": {
|
|
1193
|
+
"config": {
|
|
1194
|
+
"extraSetter": {
|
|
1195
|
+
"componentName": "MixedSetter",
|
|
1196
|
+
"isRequired": false,
|
|
1197
|
+
"props": {}
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
1200
|
+
},
|
|
1201
|
+
"isRequired": false,
|
|
1202
|
+
"initialValue": {}
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"componentName": "BoolSetter",
|
|
1206
|
+
"isRequired": false,
|
|
1207
|
+
"initialValue": false
|
|
1208
|
+
}
|
|
1209
|
+
]
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"title": {
|
|
1215
|
+
"label": {
|
|
1216
|
+
"type": "i18n",
|
|
1217
|
+
"en-US": "style",
|
|
1218
|
+
"zh-CN": "style"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
"name": "style",
|
|
1222
|
+
"setter": {
|
|
1223
|
+
"componentName": "MixedSetter",
|
|
1224
|
+
"props": {
|
|
1225
|
+
"setters": [
|
|
1226
|
+
{
|
|
1227
|
+
"componentName": "ObjectSetter",
|
|
1228
|
+
"props": {
|
|
1229
|
+
"config": {
|
|
1230
|
+
"extraSetter": {
|
|
1231
|
+
"componentName": "MixedSetter",
|
|
1232
|
+
"isRequired": false,
|
|
1233
|
+
"props": {}
|
|
1234
|
+
}
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
"isRequired": false,
|
|
1238
|
+
"initialValue": {}
|
|
1239
|
+
}
|
|
1240
|
+
]
|
|
1241
|
+
}
|
|
1242
|
+
}
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"title": {
|
|
1246
|
+
"label": {
|
|
1247
|
+
"type": "i18n",
|
|
1248
|
+
"en-US": "wrapClassName",
|
|
1249
|
+
"zh-CN": "wrapClassName"
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
"name": "wrapClassName",
|
|
1253
|
+
"setter": {
|
|
1254
|
+
"componentName": "MixedSetter",
|
|
1255
|
+
"props": {
|
|
1256
|
+
"setters": [
|
|
1257
|
+
{
|
|
1258
|
+
"componentName": "ObjectSetter",
|
|
1259
|
+
"props": {
|
|
1260
|
+
"config": {
|
|
1261
|
+
"extraSetter": {
|
|
1262
|
+
"componentName": "MixedSetter",
|
|
1263
|
+
"isRequired": false,
|
|
1264
|
+
"props": {}
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
},
|
|
1268
|
+
"isRequired": false,
|
|
1269
|
+
"initialValue": {}
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"componentName": "StringSetter",
|
|
1273
|
+
"isRequired": false,
|
|
1274
|
+
"initialValue": ""
|
|
1275
|
+
}
|
|
1276
|
+
]
|
|
1277
|
+
}
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"title": {
|
|
1282
|
+
"label": {
|
|
1283
|
+
"type": "i18n",
|
|
1284
|
+
"en-US": "maskTransitionName",
|
|
1285
|
+
"zh-CN": "maskTransitionName"
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
"name": "maskTransitionName",
|
|
1289
|
+
"setter": {
|
|
1290
|
+
"componentName": "MixedSetter",
|
|
1291
|
+
"props": {
|
|
1292
|
+
"setters": [
|
|
1293
|
+
{
|
|
1294
|
+
"componentName": "ObjectSetter",
|
|
1295
|
+
"props": {
|
|
1296
|
+
"config": {
|
|
1297
|
+
"extraSetter": {
|
|
1298
|
+
"componentName": "MixedSetter",
|
|
1299
|
+
"isRequired": false,
|
|
1300
|
+
"props": {}
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
"isRequired": false,
|
|
1305
|
+
"initialValue": {}
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"componentName": "StringSetter",
|
|
1309
|
+
"isRequired": false,
|
|
1310
|
+
"initialValue": ""
|
|
1311
|
+
}
|
|
1312
|
+
]
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"title": {
|
|
1318
|
+
"label": {
|
|
1319
|
+
"type": "i18n",
|
|
1320
|
+
"en-US": "transitionName",
|
|
1321
|
+
"zh-CN": "transitionName"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
"name": "transitionName",
|
|
1325
|
+
"setter": {
|
|
1326
|
+
"componentName": "MixedSetter",
|
|
1327
|
+
"props": {
|
|
1328
|
+
"setters": [
|
|
1329
|
+
{
|
|
1330
|
+
"componentName": "ObjectSetter",
|
|
1331
|
+
"props": {
|
|
1332
|
+
"config": {
|
|
1333
|
+
"extraSetter": {
|
|
1334
|
+
"componentName": "MixedSetter",
|
|
1335
|
+
"isRequired": false,
|
|
1336
|
+
"props": {}
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"isRequired": false,
|
|
1341
|
+
"initialValue": {}
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"componentName": "StringSetter",
|
|
1345
|
+
"isRequired": false,
|
|
1346
|
+
"initialValue": ""
|
|
1347
|
+
}
|
|
1348
|
+
]
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"title": {
|
|
1354
|
+
"label": {
|
|
1355
|
+
"type": "i18n",
|
|
1356
|
+
"en-US": "className",
|
|
1357
|
+
"zh-CN": "className"
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
"name": "className",
|
|
1361
|
+
"setter": {
|
|
1362
|
+
"componentName": "MixedSetter",
|
|
1363
|
+
"props": {
|
|
1364
|
+
"setters": [
|
|
1365
|
+
{
|
|
1366
|
+
"componentName": "ObjectSetter",
|
|
1367
|
+
"props": {
|
|
1368
|
+
"config": {
|
|
1369
|
+
"extraSetter": {
|
|
1370
|
+
"componentName": "MixedSetter",
|
|
1371
|
+
"isRequired": false,
|
|
1372
|
+
"props": {}
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
"isRequired": false,
|
|
1377
|
+
"initialValue": {}
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"componentName": "StringSetter",
|
|
1381
|
+
"isRequired": false,
|
|
1382
|
+
"initialValue": ""
|
|
1383
|
+
}
|
|
1384
|
+
]
|
|
1385
|
+
}
|
|
1386
|
+
}
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"title": {
|
|
1390
|
+
"label": {
|
|
1391
|
+
"type": "i18n",
|
|
1392
|
+
"en-US": "rootClassName",
|
|
1393
|
+
"zh-CN": "rootClassName"
|
|
1394
|
+
}
|
|
1395
|
+
},
|
|
1396
|
+
"name": "rootClassName",
|
|
1397
|
+
"setter": {
|
|
1398
|
+
"componentName": "MixedSetter",
|
|
1399
|
+
"props": {
|
|
1400
|
+
"setters": [
|
|
1401
|
+
{
|
|
1402
|
+
"componentName": "ObjectSetter",
|
|
1403
|
+
"props": {
|
|
1404
|
+
"config": {
|
|
1405
|
+
"extraSetter": {
|
|
1406
|
+
"componentName": "MixedSetter",
|
|
1407
|
+
"isRequired": false,
|
|
1408
|
+
"props": {}
|
|
1409
|
+
}
|
|
1410
|
+
}
|
|
1411
|
+
},
|
|
1412
|
+
"isRequired": false,
|
|
1413
|
+
"initialValue": {}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"componentName": "StringSetter",
|
|
1417
|
+
"isRequired": false,
|
|
1418
|
+
"initialValue": ""
|
|
1419
|
+
}
|
|
1420
|
+
]
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"title": {
|
|
1426
|
+
"label": {
|
|
1427
|
+
"type": "i18n",
|
|
1428
|
+
"en-US": "getContainer",
|
|
1429
|
+
"zh-CN": "getContainer"
|
|
1430
|
+
}
|
|
1431
|
+
},
|
|
1432
|
+
"name": "getContainer",
|
|
1433
|
+
"setter": {
|
|
1434
|
+
"componentName": "MixedSetter",
|
|
1435
|
+
"props": {
|
|
1436
|
+
"setters": [
|
|
1437
|
+
{
|
|
1438
|
+
"componentName": "ObjectSetter",
|
|
1439
|
+
"props": {
|
|
1440
|
+
"config": {
|
|
1441
|
+
"extraSetter": {
|
|
1442
|
+
"componentName": "MixedSetter",
|
|
1443
|
+
"isRequired": false,
|
|
1444
|
+
"props": {}
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
"isRequired": false,
|
|
1449
|
+
"initialValue": {}
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"componentName": "StringSetter",
|
|
1453
|
+
"isRequired": false,
|
|
1454
|
+
"initialValue": ""
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"componentName": "FunctionSetter",
|
|
1458
|
+
"isRequired": false
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"componentName": "RadioGroupSetter",
|
|
1462
|
+
"props": {
|
|
1463
|
+
"dataSource": [
|
|
1464
|
+
{
|
|
1465
|
+
"label": "false",
|
|
1466
|
+
"value": false
|
|
1467
|
+
}
|
|
1468
|
+
],
|
|
1469
|
+
"options": [
|
|
1470
|
+
{
|
|
1471
|
+
"label": "false",
|
|
1472
|
+
"value": false
|
|
1473
|
+
}
|
|
1474
|
+
]
|
|
1475
|
+
},
|
|
1476
|
+
"initialValue": false
|
|
1477
|
+
}
|
|
1478
|
+
]
|
|
1479
|
+
}
|
|
1480
|
+
}
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"title": {
|
|
1484
|
+
"label": {
|
|
1485
|
+
"type": "i18n",
|
|
1486
|
+
"en-US": "zIndex",
|
|
1487
|
+
"zh-CN": "zIndex"
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
"name": "zIndex",
|
|
1491
|
+
"setter": {
|
|
1492
|
+
"componentName": "MixedSetter",
|
|
1493
|
+
"props": {
|
|
1494
|
+
"setters": [
|
|
1495
|
+
{
|
|
1496
|
+
"componentName": "ObjectSetter",
|
|
1497
|
+
"props": {
|
|
1498
|
+
"config": {
|
|
1499
|
+
"extraSetter": {
|
|
1500
|
+
"componentName": "MixedSetter",
|
|
1501
|
+
"isRequired": false,
|
|
1502
|
+
"props": {}
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
"isRequired": false,
|
|
1507
|
+
"initialValue": {}
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"componentName": "NumberSetter",
|
|
1511
|
+
"isRequired": false,
|
|
1512
|
+
"initialValue": 0
|
|
1513
|
+
}
|
|
1514
|
+
]
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"title": {
|
|
1520
|
+
"label": {
|
|
1521
|
+
"type": "i18n",
|
|
1522
|
+
"en-US": "bodyStyle",
|
|
1523
|
+
"zh-CN": "bodyStyle"
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"name": "bodyStyle",
|
|
1527
|
+
"setter": {
|
|
1528
|
+
"componentName": "MixedSetter",
|
|
1529
|
+
"props": {
|
|
1530
|
+
"setters": [
|
|
1531
|
+
{
|
|
1532
|
+
"componentName": "ObjectSetter",
|
|
1533
|
+
"props": {
|
|
1534
|
+
"config": {
|
|
1535
|
+
"extraSetter": {
|
|
1536
|
+
"componentName": "MixedSetter",
|
|
1537
|
+
"isRequired": false,
|
|
1538
|
+
"props": {}
|
|
1539
|
+
}
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
"isRequired": false,
|
|
1543
|
+
"initialValue": {}
|
|
1544
|
+
}
|
|
1545
|
+
]
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"title": {
|
|
1551
|
+
"label": {
|
|
1552
|
+
"type": "i18n",
|
|
1553
|
+
"en-US": "maskStyle",
|
|
1554
|
+
"zh-CN": "maskStyle"
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
"name": "maskStyle",
|
|
1558
|
+
"setter": {
|
|
1559
|
+
"componentName": "MixedSetter",
|
|
1560
|
+
"props": {
|
|
1561
|
+
"setters": [
|
|
1562
|
+
{
|
|
1563
|
+
"componentName": "ObjectSetter",
|
|
1564
|
+
"props": {
|
|
1565
|
+
"config": {
|
|
1566
|
+
"extraSetter": {
|
|
1567
|
+
"componentName": "MixedSetter",
|
|
1568
|
+
"isRequired": false,
|
|
1569
|
+
"props": {}
|
|
1570
|
+
}
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
"isRequired": false,
|
|
1574
|
+
"initialValue": {}
|
|
1575
|
+
}
|
|
1576
|
+
]
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"title": {
|
|
1582
|
+
"label": {
|
|
1583
|
+
"type": "i18n",
|
|
1584
|
+
"en-US": "mask",
|
|
1585
|
+
"zh-CN": "mask"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
"name": "mask",
|
|
1589
|
+
"setter": {
|
|
1590
|
+
"componentName": "MixedSetter",
|
|
1591
|
+
"props": {
|
|
1592
|
+
"setters": [
|
|
1593
|
+
{
|
|
1594
|
+
"componentName": "ObjectSetter",
|
|
1595
|
+
"props": {
|
|
1596
|
+
"config": {
|
|
1597
|
+
"extraSetter": {
|
|
1598
|
+
"componentName": "MixedSetter",
|
|
1599
|
+
"isRequired": false,
|
|
1600
|
+
"props": {}
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
"isRequired": false,
|
|
1605
|
+
"initialValue": {}
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
"componentName": "BoolSetter",
|
|
1609
|
+
"isRequired": false,
|
|
1610
|
+
"initialValue": false
|
|
1611
|
+
}
|
|
1612
|
+
]
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"title": {
|
|
1618
|
+
"label": {
|
|
1619
|
+
"type": "i18n",
|
|
1620
|
+
"en-US": "keyboard",
|
|
1621
|
+
"zh-CN": "keyboard"
|
|
1622
|
+
}
|
|
1623
|
+
},
|
|
1624
|
+
"name": "keyboard",
|
|
1625
|
+
"setter": {
|
|
1626
|
+
"componentName": "MixedSetter",
|
|
1627
|
+
"props": {
|
|
1628
|
+
"setters": [
|
|
1629
|
+
{
|
|
1630
|
+
"componentName": "ObjectSetter",
|
|
1631
|
+
"props": {
|
|
1632
|
+
"config": {
|
|
1633
|
+
"extraSetter": {
|
|
1634
|
+
"componentName": "MixedSetter",
|
|
1635
|
+
"isRequired": false,
|
|
1636
|
+
"props": {}
|
|
1637
|
+
}
|
|
1638
|
+
}
|
|
1639
|
+
},
|
|
1640
|
+
"isRequired": false,
|
|
1641
|
+
"initialValue": {}
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
"componentName": "BoolSetter",
|
|
1645
|
+
"isRequired": false,
|
|
1646
|
+
"initialValue": false
|
|
1647
|
+
}
|
|
1648
|
+
]
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"title": {
|
|
1654
|
+
"label": {
|
|
1655
|
+
"type": "i18n",
|
|
1656
|
+
"en-US": "wrapProps",
|
|
1657
|
+
"zh-CN": "wrapProps"
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
"name": "wrapProps",
|
|
1661
|
+
"setter": {
|
|
1662
|
+
"componentName": "MixedSetter",
|
|
1663
|
+
"isRequired": false,
|
|
1664
|
+
"props": {}
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"title": {
|
|
1669
|
+
"label": {
|
|
1670
|
+
"type": "i18n",
|
|
1671
|
+
"en-US": "prefixCls",
|
|
1672
|
+
"zh-CN": "prefixCls"
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
"name": "prefixCls",
|
|
1676
|
+
"setter": {
|
|
1677
|
+
"componentName": "MixedSetter",
|
|
1678
|
+
"props": {
|
|
1679
|
+
"setters": [
|
|
1680
|
+
{
|
|
1681
|
+
"componentName": "ObjectSetter",
|
|
1682
|
+
"props": {
|
|
1683
|
+
"config": {
|
|
1684
|
+
"extraSetter": {
|
|
1685
|
+
"componentName": "MixedSetter",
|
|
1686
|
+
"isRequired": false,
|
|
1687
|
+
"props": {}
|
|
1688
|
+
}
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
"isRequired": false,
|
|
1692
|
+
"initialValue": {}
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"componentName": "StringSetter",
|
|
1696
|
+
"isRequired": false,
|
|
1697
|
+
"initialValue": ""
|
|
1698
|
+
}
|
|
1699
|
+
]
|
|
1700
|
+
}
|
|
1701
|
+
}
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"title": {
|
|
1705
|
+
"label": {
|
|
1706
|
+
"type": "i18n",
|
|
1707
|
+
"en-US": "closeIcon",
|
|
1708
|
+
"zh-CN": "closeIcon"
|
|
1709
|
+
}
|
|
1710
|
+
},
|
|
1711
|
+
"name": "closeIcon",
|
|
1712
|
+
"setter": {
|
|
1713
|
+
"componentName": "SlotSetter",
|
|
1714
|
+
"props": {
|
|
1715
|
+
"mode": "node"
|
|
1716
|
+
},
|
|
1717
|
+
"isRequired": false,
|
|
1718
|
+
"initialValue": {
|
|
1719
|
+
"type": "JSSlot",
|
|
1720
|
+
"value": []
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"title": {
|
|
1726
|
+
"label": {
|
|
1727
|
+
"type": "i18n",
|
|
1728
|
+
"en-US": "modalRender",
|
|
1729
|
+
"zh-CN": "modalRender"
|
|
1730
|
+
}
|
|
1731
|
+
},
|
|
1732
|
+
"name": "modalRender",
|
|
1733
|
+
"setter": {
|
|
1734
|
+
"componentName": "MixedSetter",
|
|
1735
|
+
"props": {
|
|
1736
|
+
"setters": [
|
|
1737
|
+
{
|
|
1738
|
+
"componentName": "ObjectSetter",
|
|
1739
|
+
"props": {
|
|
1740
|
+
"config": {
|
|
1741
|
+
"extraSetter": {
|
|
1742
|
+
"componentName": "MixedSetter",
|
|
1743
|
+
"isRequired": false,
|
|
1744
|
+
"props": {}
|
|
1745
|
+
}
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
"isRequired": false,
|
|
1749
|
+
"initialValue": {}
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"componentName": "FunctionSetter"
|
|
1753
|
+
}
|
|
1754
|
+
]
|
|
1755
|
+
}
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"title": {
|
|
1760
|
+
"label": {
|
|
1761
|
+
"type": "i18n",
|
|
1762
|
+
"en-US": "focusTriggerAfterClose",
|
|
1763
|
+
"zh-CN": "focusTriggerAfterClose"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
"name": "focusTriggerAfterClose",
|
|
1767
|
+
"setter": {
|
|
1768
|
+
"componentName": "MixedSetter",
|
|
1769
|
+
"props": {
|
|
1770
|
+
"setters": [
|
|
1771
|
+
{
|
|
1772
|
+
"componentName": "ObjectSetter",
|
|
1773
|
+
"props": {
|
|
1774
|
+
"config": {
|
|
1775
|
+
"extraSetter": {
|
|
1776
|
+
"componentName": "MixedSetter",
|
|
1777
|
+
"isRequired": false,
|
|
1778
|
+
"props": {}
|
|
1779
|
+
}
|
|
1780
|
+
}
|
|
1781
|
+
},
|
|
1782
|
+
"isRequired": false,
|
|
1783
|
+
"initialValue": {}
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"componentName": "BoolSetter",
|
|
1787
|
+
"isRequired": false,
|
|
1788
|
+
"initialValue": false
|
|
1789
|
+
}
|
|
1790
|
+
]
|
|
1791
|
+
}
|
|
1792
|
+
}
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"title": {
|
|
1796
|
+
"label": {
|
|
1797
|
+
"type": "i18n",
|
|
1798
|
+
"en-US": "mousePosition",
|
|
1799
|
+
"zh-CN": "mousePosition"
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
"name": "mousePosition",
|
|
1803
|
+
"setter": {
|
|
1804
|
+
"componentName": "MixedSetter",
|
|
1805
|
+
"props": {
|
|
1806
|
+
"setters": [
|
|
1807
|
+
{
|
|
1808
|
+
"componentName": "ObjectSetter",
|
|
1809
|
+
"props": {
|
|
1810
|
+
"config": {
|
|
1811
|
+
"extraSetter": {
|
|
1812
|
+
"componentName": "MixedSetter",
|
|
1813
|
+
"isRequired": false,
|
|
1814
|
+
"props": {}
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1817
|
+
},
|
|
1818
|
+
"isRequired": false,
|
|
1819
|
+
"initialValue": {}
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"componentName": "MixedSetter",
|
|
1823
|
+
"isRequired": false,
|
|
1824
|
+
"props": {}
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"componentName": "ObjectSetter",
|
|
1828
|
+
"props": {
|
|
1829
|
+
"config": {
|
|
1830
|
+
"items": [
|
|
1831
|
+
{
|
|
1832
|
+
"title": {
|
|
1833
|
+
"label": {
|
|
1834
|
+
"type": "i18n",
|
|
1835
|
+
"en-US": "x",
|
|
1836
|
+
"zh-CN": "x"
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
"name": "x",
|
|
1840
|
+
"setter": {
|
|
1841
|
+
"componentName": "NumberSetter",
|
|
1842
|
+
"isRequired": true,
|
|
1843
|
+
"initialValue": 0
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"title": {
|
|
1848
|
+
"label": {
|
|
1849
|
+
"type": "i18n",
|
|
1850
|
+
"en-US": "y",
|
|
1851
|
+
"zh-CN": "y"
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
"name": "y",
|
|
1855
|
+
"setter": {
|
|
1856
|
+
"componentName": "NumberSetter",
|
|
1857
|
+
"isRequired": true,
|
|
1858
|
+
"initialValue": 0
|
|
1859
|
+
}
|
|
1860
|
+
}
|
|
1861
|
+
],
|
|
1862
|
+
"extraSetter": {
|
|
1863
|
+
"componentName": "MixedSetter",
|
|
1864
|
+
"isRequired": false,
|
|
1865
|
+
"props": {}
|
|
1866
|
+
}
|
|
1867
|
+
}
|
|
1868
|
+
}
|
|
1869
|
+
}
|
|
1870
|
+
]
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"title": {
|
|
1876
|
+
"label": {
|
|
1877
|
+
"type": "i18n",
|
|
1878
|
+
"en-US": "visible",
|
|
1879
|
+
"zh-CN": "@deprecate"
|
|
1880
|
+
},
|
|
1881
|
+
"tip": "visible | @deprecated Please use `open` instead."
|
|
1882
|
+
},
|
|
1883
|
+
"name": "visible",
|
|
1884
|
+
"description": "@deprecated Please use `open` instead.",
|
|
1885
|
+
"setter": {
|
|
1886
|
+
"componentName": "MixedSetter",
|
|
1887
|
+
"props": {
|
|
1888
|
+
"setters": [
|
|
1889
|
+
{
|
|
1890
|
+
"componentName": "ObjectSetter",
|
|
1891
|
+
"props": {
|
|
1892
|
+
"config": {
|
|
1893
|
+
"extraSetter": {
|
|
1894
|
+
"componentName": "MixedSetter",
|
|
1895
|
+
"isRequired": false,
|
|
1896
|
+
"props": {}
|
|
1897
|
+
}
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
"isRequired": false,
|
|
1901
|
+
"initialValue": {}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"componentName": "BoolSetter",
|
|
1905
|
+
"isRequired": false,
|
|
1906
|
+
"initialValue": false
|
|
1907
|
+
}
|
|
1908
|
+
]
|
|
1909
|
+
}
|
|
1910
|
+
}
|
|
1911
|
+
}
|
|
1912
|
+
],
|
|
1913
|
+
"supports": {},
|
|
1914
|
+
"component": {}
|
|
1915
|
+
}
|
|
1916
|
+
};
|
|
1917
|
+
const snippets: Snippet[] = [
|
|
1918
|
+
{
|
|
1919
|
+
"title": "InformationModal",
|
|
1920
|
+
"screenshot": "",
|
|
1921
|
+
"schema": {
|
|
1922
|
+
"componentName": "InformationModal",
|
|
1923
|
+
"props": {}
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
];
|
|
1927
|
+
|
|
1928
|
+
export default {
|
|
1929
|
+
...InformationModalMeta,
|
|
1930
|
+
snippets
|
|
1931
|
+
};
|