@pisell/materials 2.2.13 → 2.2.14
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 +25 -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 +21 -0
- package/es/components/pisellScan/index.js +80 -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 +64 -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 +21 -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
package/lowcode/modal/meta.ts
CHANGED
package/lowcode/page/meta.ts
CHANGED
|
@@ -15,7 +15,14 @@ const PageMeta: ComponentMetadata = {
|
|
|
15
15
|
subName: "",
|
|
16
16
|
},
|
|
17
17
|
configure: {
|
|
18
|
-
props: [
|
|
18
|
+
props: [
|
|
19
|
+
{
|
|
20
|
+
name: "theme",
|
|
21
|
+
title: { label: "主题定制", tip: "主题定制 | theme" },
|
|
22
|
+
propType: "object",
|
|
23
|
+
setter: "JsonSetter",
|
|
24
|
+
},
|
|
25
|
+
],
|
|
19
26
|
supports: {
|
|
20
27
|
style: true,
|
|
21
28
|
},
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { ComponentMetadata } from "@alilc/lowcode-types";
|
|
2
|
+
import snippets from "./snippets";
|
|
3
|
+
|
|
4
|
+
const AlertMeta: ComponentMetadata = {
|
|
5
|
+
componentName: "PisellAlert",
|
|
6
|
+
title: "警告提示",
|
|
7
|
+
category: "反馈",
|
|
8
|
+
docUrl: "",
|
|
9
|
+
screenshot: "",
|
|
10
|
+
devMode: "proCode",
|
|
11
|
+
npm: {
|
|
12
|
+
package: "@pisell/materials",
|
|
13
|
+
version: "1.0.1",
|
|
14
|
+
exportName: "PisellAlert",
|
|
15
|
+
main: "src/index.tsx",
|
|
16
|
+
destructuring: true,
|
|
17
|
+
subName: "",
|
|
18
|
+
},
|
|
19
|
+
props: [
|
|
20
|
+
{
|
|
21
|
+
name: "type",
|
|
22
|
+
title: { label: "类型", tip: "类型" },
|
|
23
|
+
propType: {
|
|
24
|
+
type: "oneOf",
|
|
25
|
+
value: ["success", "info", "warning", "error"],
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
name: "showDismiss",
|
|
30
|
+
title: { label: "忽略按钮", tip: "忽略按钮" },
|
|
31
|
+
propType: "bool",
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: "dismiss",
|
|
35
|
+
title: { label: "", tip: "" },
|
|
36
|
+
propType: { type: "oneOfType", value: ["string", "node"] },
|
|
37
|
+
setter: ["PisellI18nSetter", "SlotSetter"],
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
name: "showView",
|
|
41
|
+
title: { label: "行为按钮", tip: "行为按钮" },
|
|
42
|
+
propType: "bool",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: "view",
|
|
46
|
+
title: { label: "", tip: "" },
|
|
47
|
+
propType: { type: "oneOfType", value: ["string", "node"] },
|
|
48
|
+
setter: ["PisellI18nSetter", "SlotSetter"],
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: "closable",
|
|
52
|
+
title: { label: "关闭按钮", tip: "关闭按钮" },
|
|
53
|
+
propType: "bool",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: "icon",
|
|
57
|
+
title: {
|
|
58
|
+
label: "图标",
|
|
59
|
+
tip: "自定义图标,`showIcon` 为 true 时有效",
|
|
60
|
+
},
|
|
61
|
+
propType: "node",
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
name: "description",
|
|
65
|
+
title: {
|
|
66
|
+
label: "正文内容",
|
|
67
|
+
tip: "正文内容",
|
|
68
|
+
},
|
|
69
|
+
propType: { type: "oneOfType", value: ["string", "node"] },
|
|
70
|
+
setter: ["PisellI18nSetter", "SlotSetter"],
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
name: "message",
|
|
74
|
+
title: { label: "标题内容", tip: "标题内容" },
|
|
75
|
+
propType: { type: "oneOfType", value: ["string", "node"] },
|
|
76
|
+
setter: ["PisellI18nSetter", "SlotSetter"],
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
name: "showIcon",
|
|
80
|
+
title: { label: "显示图标", tip: "是否显示辅助图标" },
|
|
81
|
+
propType: "bool",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: "onClose",
|
|
85
|
+
title: { label: "关闭时触发的回调函数", tip: "关闭时触发的回调函数" },
|
|
86
|
+
propType: "func",
|
|
87
|
+
},
|
|
88
|
+
],
|
|
89
|
+
configure: {
|
|
90
|
+
supports: {
|
|
91
|
+
style: true,
|
|
92
|
+
events: [
|
|
93
|
+
{
|
|
94
|
+
name: "onClose",
|
|
95
|
+
template:
|
|
96
|
+
"onChange(event,${extParams}){\n// 关闭时触发的回调函数\nconsole.log('onChange');}",
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: "onClick",
|
|
100
|
+
template:
|
|
101
|
+
"onClick(event,${extParams}){\n// 点击时的回调\nconsole.log('onClick', event);}",
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
name: "onViewClick",
|
|
105
|
+
template:
|
|
106
|
+
"onClick(event,${extParams}){\n// 点击行为按钮的回调\nconsole.log('onClick', event);}",
|
|
107
|
+
},
|
|
108
|
+
],
|
|
109
|
+
},
|
|
110
|
+
component: {},
|
|
111
|
+
},
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
export default {
|
|
115
|
+
...AlertMeta,
|
|
116
|
+
snippets,
|
|
117
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export default [
|
|
2
|
+
{
|
|
3
|
+
title: '成功提示',
|
|
4
|
+
schema: {
|
|
5
|
+
componentName: 'PisellAlert',
|
|
6
|
+
props: {
|
|
7
|
+
message: 'Success Tips',
|
|
8
|
+
description: 'Detailed description and advice about successful copywriting.',
|
|
9
|
+
type: 'success',
|
|
10
|
+
showIcon: true,
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
title: '信息提示',
|
|
16
|
+
schema: {
|
|
17
|
+
componentName: 'PisellAlert',
|
|
18
|
+
props: {
|
|
19
|
+
message: 'Informational Notes',
|
|
20
|
+
description: 'Additional description and information about copywriting.',
|
|
21
|
+
type: 'info',
|
|
22
|
+
showIcon: true,
|
|
23
|
+
},
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
title: '警告提示',
|
|
28
|
+
schema: {
|
|
29
|
+
componentName: 'PisellAlert',
|
|
30
|
+
props: {
|
|
31
|
+
message: 'Warning',
|
|
32
|
+
description: 'This is a warning notice about copywriting.',
|
|
33
|
+
type: 'warning',
|
|
34
|
+
showIcon: true,
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
title: '错误提示',
|
|
40
|
+
schema: {
|
|
41
|
+
componentName: 'PisellAlert',
|
|
42
|
+
props: {
|
|
43
|
+
message: 'Error',
|
|
44
|
+
description: 'This is an error message about copywriting.',
|
|
45
|
+
type: 'error',
|
|
46
|
+
showIcon: true,
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
];
|
|
Binary file
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import snippets from "./snippets";
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
snippets,
|
|
5
|
+
componentName: "PisellCard",
|
|
6
|
+
title: "卡片",
|
|
7
|
+
category: "数据展示",
|
|
8
|
+
docUrl: "",
|
|
9
|
+
screenshot: "",
|
|
10
|
+
devMode: "proCode",
|
|
11
|
+
npm: {
|
|
12
|
+
package: "@pisell/materials",
|
|
13
|
+
version: "1.0.1",
|
|
14
|
+
exportName: "PisellCard",
|
|
15
|
+
main: "src/index.tsx",
|
|
16
|
+
destructuring: true,
|
|
17
|
+
subName: "",
|
|
18
|
+
},
|
|
19
|
+
experimental: { hideSelectTools: true },
|
|
20
|
+
props: [
|
|
21
|
+
{
|
|
22
|
+
name: "title",
|
|
23
|
+
title: { label: "卡片标题", tip: "卡片标题" },
|
|
24
|
+
propType: { type: "oneOfType", value: ["string", "node"] },
|
|
25
|
+
setter: ['PisellI18nSetter', 'SlotSetter']
|
|
26
|
+
},
|
|
27
|
+
// {
|
|
28
|
+
// name: 'actions',
|
|
29
|
+
// title: { label: '卡片操作组', tip: '卡片操作组,位置在卡片底部' },
|
|
30
|
+
// propType: { type: 'arrayOf', value: 'node' },
|
|
31
|
+
// },
|
|
32
|
+
// {
|
|
33
|
+
// name: 'headStyle',
|
|
34
|
+
// title: { label: '标题区域样式', tip: '自定义标题区域样式' },
|
|
35
|
+
// propType: 'object',
|
|
36
|
+
// },
|
|
37
|
+
// {
|
|
38
|
+
// name: 'bodyStyle',
|
|
39
|
+
// title: { label: '内容区域样式', tip: '内容区域自定义样式' },
|
|
40
|
+
// propType: 'object',
|
|
41
|
+
// },
|
|
42
|
+
{
|
|
43
|
+
name: "bordered",
|
|
44
|
+
title: { label: "显示边框", tip: "是否有边框" },
|
|
45
|
+
propType: "bool",
|
|
46
|
+
defaultValue: true,
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: "cover",
|
|
50
|
+
title: { label: "卡片封面", tip: "卡片封面" },
|
|
51
|
+
propType: "node",
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
name: "extra",
|
|
55
|
+
title: { label: "额外元素", tip: "卡片右上角的操作区域" },
|
|
56
|
+
propType: { type: "oneOfType", value: ["string", "node"] },
|
|
57
|
+
setter: ['PisellI18nSetter', 'SlotSetter']
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
name: "hoverable",
|
|
61
|
+
title: { label: "可浮起", tip: "鼠标移过时可浮起" },
|
|
62
|
+
propType: "bool",
|
|
63
|
+
defaultValue: false,
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: "loading",
|
|
67
|
+
title: {
|
|
68
|
+
label: "loading",
|
|
69
|
+
tip: "当卡片内容还在加载中时,可以用 loading 展示一个占位",
|
|
70
|
+
},
|
|
71
|
+
propType: "bool",
|
|
72
|
+
defaultValue: false,
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
name: "size",
|
|
76
|
+
title: { label: "尺寸", tip: "card 的尺寸" },
|
|
77
|
+
propType: { type: "oneOf", value: ["default", "small"] },
|
|
78
|
+
defaultValue: "default",
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
name: "type",
|
|
82
|
+
title: { label: "卡片类型", tip: "卡片类型" },
|
|
83
|
+
propType: { type: "oneOf", value: ["default", "inner"] },
|
|
84
|
+
defaultValue: "default",
|
|
85
|
+
},
|
|
86
|
+
],
|
|
87
|
+
configure: {
|
|
88
|
+
component: { isContainer: true },
|
|
89
|
+
supports: {
|
|
90
|
+
style: true,
|
|
91
|
+
events: [
|
|
92
|
+
{
|
|
93
|
+
name: "onTabChange",
|
|
94
|
+
template:
|
|
95
|
+
"onTabChange(key,${extParams}){\n// 页签切换的回调\nconsole.log('onTabChange', key);}",
|
|
96
|
+
},
|
|
97
|
+
],
|
|
98
|
+
},
|
|
99
|
+
},
|
|
100
|
+
};
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import snippets from './snippets';
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
snippets,
|
|
5
|
+
componentName: 'PisellCardList',
|
|
6
|
+
title: 'PisellCardList',
|
|
7
|
+
category: '数据展示',
|
|
8
|
+
docUrl: '',
|
|
9
|
+
screenshot: '',
|
|
10
|
+
devMode: 'proCode',
|
|
11
|
+
npm: {
|
|
12
|
+
package: '@pisell/materials',
|
|
13
|
+
version: '1.0.1',
|
|
14
|
+
exportName: 'PisellCardList',
|
|
15
|
+
main: 'src/index.tsx',
|
|
16
|
+
destructuring: true,
|
|
17
|
+
subName: '',
|
|
18
|
+
},
|
|
19
|
+
props: [
|
|
20
|
+
{
|
|
21
|
+
name: "platform",
|
|
22
|
+
title: {
|
|
23
|
+
label: "平台",
|
|
24
|
+
},
|
|
25
|
+
propType: { type: "oneOf", value: ["h5", "pc", "ipad"] },
|
|
26
|
+
setter: [
|
|
27
|
+
{
|
|
28
|
+
componentName: "RadioGroupSetter",
|
|
29
|
+
props: {
|
|
30
|
+
options: [
|
|
31
|
+
{
|
|
32
|
+
title: "h5",
|
|
33
|
+
value: "h5",
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
title: "pc",
|
|
37
|
+
value: "pc",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
title: "ipad",
|
|
41
|
+
value: "ipad",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
},
|
|
45
|
+
},
|
|
46
|
+
"VariableSetter",
|
|
47
|
+
],
|
|
48
|
+
defaultValue: "pc",
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: "mode",
|
|
52
|
+
title: {
|
|
53
|
+
label: "选择类型",
|
|
54
|
+
},
|
|
55
|
+
propType: { type: "oneOf", value: ["multiple", "single", null] },
|
|
56
|
+
setter: [
|
|
57
|
+
{
|
|
58
|
+
componentName: "RadioGroupSetter",
|
|
59
|
+
props: {
|
|
60
|
+
options: [
|
|
61
|
+
{
|
|
62
|
+
title: "不选",
|
|
63
|
+
value: null,
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
title: "单选",
|
|
67
|
+
value: "single",
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
title: "多选",
|
|
71
|
+
value: "multiple",
|
|
72
|
+
},
|
|
73
|
+
],
|
|
74
|
+
},
|
|
75
|
+
},
|
|
76
|
+
"VariableSetter",
|
|
77
|
+
],
|
|
78
|
+
defaultValue: "single",
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
name: 'showName',
|
|
82
|
+
title: { label: '显示商品名称', tip: '显示商品名称' },
|
|
83
|
+
propType: 'bool',
|
|
84
|
+
setter: 'BoolSetter',
|
|
85
|
+
defaultValue: true,
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
name: 'showStoreName',
|
|
89
|
+
title: { label: '显示共享店铺名称', tip: '显示共享店铺名称' },
|
|
90
|
+
propType: 'bool',
|
|
91
|
+
setter: 'BoolSetter',
|
|
92
|
+
defaultValue: true,
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
name: 'showRedeem',
|
|
96
|
+
title: { label: '显示使用金额', tip: '显示使用金额' },
|
|
97
|
+
propType: 'bool',
|
|
98
|
+
setter: 'BoolSetter',
|
|
99
|
+
defaultValue: true,
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
name: 'showBalance',
|
|
103
|
+
title: { label: '显示余额', tip: '显示余额' },
|
|
104
|
+
propType: 'bool',
|
|
105
|
+
setter: 'BoolSetter',
|
|
106
|
+
defaultValue: true,
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
name: 'showCode',
|
|
110
|
+
title: { label: '显示识别码编号', tip: '显示识别码编号' },
|
|
111
|
+
propType: 'bool',
|
|
112
|
+
setter: 'BoolSetter',
|
|
113
|
+
defaultValue: true,
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
name: 'showValidDate',
|
|
117
|
+
title: { label: '显示有效期', tip: '显示有效期' },
|
|
118
|
+
propType: 'bool',
|
|
119
|
+
setter: 'BoolSetter',
|
|
120
|
+
defaultValue: true,
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
name: 'showDetail',
|
|
124
|
+
title: { label: '显示查看详情按钮', tip: '显示查看详情按钮' },
|
|
125
|
+
propType: 'bool',
|
|
126
|
+
setter: 'BoolSetter',
|
|
127
|
+
defaultValue: true,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
name: 'showQrCode',
|
|
131
|
+
title: { label: '显示识别码二维码', tip: '显示识别码二维码' },
|
|
132
|
+
propType: 'bool',
|
|
133
|
+
setter: 'BoolSetter',
|
|
134
|
+
defaultValue: true,
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
name: 'showCover',
|
|
138
|
+
title: { label: '显示识别码卡封面', tip: '显示识别码卡封面' },
|
|
139
|
+
propType: 'bool',
|
|
140
|
+
setter: 'BoolSetter',
|
|
141
|
+
defaultValue: true,
|
|
142
|
+
},
|
|
143
|
+
],
|
|
144
|
+
configure: { supports: { style: true } },
|
|
145
|
+
};
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
import snippets from "./snippets";
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
snippets,
|
|
5
|
+
componentName: "PisellCheckboxGroup",
|
|
6
|
+
title: "Pisell Checkbox Group",
|
|
7
|
+
category: "布局",
|
|
8
|
+
docUrl: "",
|
|
9
|
+
screenshot: "",
|
|
10
|
+
devMode: "proCode",
|
|
11
|
+
npm: {
|
|
12
|
+
package: "@pisell/materials",
|
|
13
|
+
version: "1.0.1",
|
|
14
|
+
exportName: "PisellCheckboxGroup",
|
|
15
|
+
main: "src/index.tsx",
|
|
16
|
+
destructuring: true,
|
|
17
|
+
subName: "",
|
|
18
|
+
},
|
|
19
|
+
props: [
|
|
20
|
+
{
|
|
21
|
+
name: "platform",
|
|
22
|
+
title: {
|
|
23
|
+
label: "平台",
|
|
24
|
+
},
|
|
25
|
+
propType: { type: "oneOf", value: ["h5", "pc", "ipad"] },
|
|
26
|
+
setter: [
|
|
27
|
+
{
|
|
28
|
+
componentName: "RadioGroupSetter",
|
|
29
|
+
props: {
|
|
30
|
+
options: [
|
|
31
|
+
{
|
|
32
|
+
title: "h5",
|
|
33
|
+
value: "h5",
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
title: "pc",
|
|
37
|
+
value: "pc",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
title: "ipad",
|
|
41
|
+
value: "ipad",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
},
|
|
45
|
+
},
|
|
46
|
+
"VariableSetter",
|
|
47
|
+
],
|
|
48
|
+
defaultValue: "pc",
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
name: 'gap',
|
|
52
|
+
title: { label: '间距' },
|
|
53
|
+
propType: 'number',
|
|
54
|
+
defaultValue: 10,
|
|
55
|
+
setter: ['NumberSetter', 'StringSetter', 'VariableSetter']
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
name: 'leftContent',
|
|
59
|
+
title: { label: '左侧内容' },
|
|
60
|
+
propType: "func",
|
|
61
|
+
setter: [
|
|
62
|
+
{
|
|
63
|
+
componentName: "SlotSetter",
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
componentName: "FunctionSetter",
|
|
67
|
+
},
|
|
68
|
+
"VariableSetter",
|
|
69
|
+
],
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: 'centerContent',
|
|
73
|
+
title: { label: '中间内容' },
|
|
74
|
+
propType: "func",
|
|
75
|
+
setter: [
|
|
76
|
+
{
|
|
77
|
+
componentName: "SlotSetter",
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
componentName: "FunctionSetter",
|
|
81
|
+
},
|
|
82
|
+
"VariableSetter",
|
|
83
|
+
],
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
name: 'rightContent',
|
|
87
|
+
title: { label: '右侧内容' },
|
|
88
|
+
propType: "func",
|
|
89
|
+
setter: [
|
|
90
|
+
{
|
|
91
|
+
componentName: "SlotSetter",
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
componentName: "FunctionSetter",
|
|
95
|
+
},
|
|
96
|
+
"VariableSetter",
|
|
97
|
+
],
|
|
98
|
+
},
|
|
99
|
+
],
|
|
100
|
+
configure: {
|
|
101
|
+
component: {
|
|
102
|
+
centerContentFill: true,
|
|
103
|
+
platform: 'pc'
|
|
104
|
+
},
|
|
105
|
+
supports: {
|
|
106
|
+
style: true,
|
|
107
|
+
events: [
|
|
108
|
+
|
|
109
|
+
],
|
|
110
|
+
},
|
|
111
|
+
},
|
|
112
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import snippets from './snippets';
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
snippets,
|
|
5
|
+
componentName: 'PisellContainer',
|
|
6
|
+
title: 'PisellContainer',
|
|
7
|
+
category: '数据展示',
|
|
8
|
+
docUrl: '',
|
|
9
|
+
screenshot: '',
|
|
10
|
+
devMode: 'proCode',
|
|
11
|
+
npm: {
|
|
12
|
+
package: '@pisell/materials',
|
|
13
|
+
version: '1.0.1',
|
|
14
|
+
exportName: 'PisellContainer',
|
|
15
|
+
main: 'src/index.tsx',
|
|
16
|
+
destructuring: true,
|
|
17
|
+
subName: '',
|
|
18
|
+
},
|
|
19
|
+
props: [
|
|
20
|
+
{
|
|
21
|
+
name: 'renderType',
|
|
22
|
+
title: {
|
|
23
|
+
label: '渲染类型',
|
|
24
|
+
tip: 'renderType | 渲染类型',
|
|
25
|
+
},
|
|
26
|
+
setter: {
|
|
27
|
+
componentName: 'SelectSetter',
|
|
28
|
+
props: {
|
|
29
|
+
options: [
|
|
30
|
+
{
|
|
31
|
+
title: '弹窗',
|
|
32
|
+
value: 'modal',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
title: '抽屉',
|
|
36
|
+
value: 'drawer',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
title: '指定位置',
|
|
40
|
+
value: 'portal',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
title: '当前位置',
|
|
44
|
+
value: '',
|
|
45
|
+
},
|
|
46
|
+
],
|
|
47
|
+
},
|
|
48
|
+
},
|
|
49
|
+
propType: {
|
|
50
|
+
type: 'oneOf',
|
|
51
|
+
value: ['modal', 'drawer', 'portal', ''],
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
name: "props",
|
|
56
|
+
title: {
|
|
57
|
+
label: "组件props",
|
|
58
|
+
tip: "组件props",
|
|
59
|
+
},
|
|
60
|
+
propType: "object",
|
|
61
|
+
setter: "JsonSetter",
|
|
62
|
+
},
|
|
63
|
+
],
|
|
64
|
+
configure: {
|
|
65
|
+
component: {
|
|
66
|
+
isContainer: true,
|
|
67
|
+
isModal: true,
|
|
68
|
+
},
|
|
69
|
+
supports: { style: true },
|
|
70
|
+
},
|
|
71
|
+
};
|