vxe-pc-ui 3.16.0 → 3.16.2
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/es/alert/index.js +12 -0
- package/es/alert/src/alert.js +99 -0
- package/es/alert/style.css +129 -0
- package/es/alert/style.min.css +1 -0
- package/es/anchor/index.js +12 -0
- package/es/anchor/src/anchor-link.js +137 -0
- package/es/anchor/src/anchor.js +249 -0
- package/es/anchor/src/util.js +19 -0
- package/es/anchor/style.css +42 -0
- package/es/anchor/style.min.css +1 -0
- package/es/anchor-link/index.js +12 -0
- package/es/anchor-link/style.css +0 -0
- package/es/anchor-link/style.min.css +0 -0
- package/es/avatar/index.js +12 -0
- package/es/avatar/src/avatar.js +126 -0
- package/es/avatar/style.css +98 -0
- package/es/avatar/style.min.css +1 -0
- package/es/backtop/index.js +12 -0
- package/es/backtop/src/backtop.js +305 -0
- package/es/backtop/style.css +72 -0
- package/es/backtop/style.min.css +1 -0
- package/es/badge/index.js +12 -0
- package/es/badge/src/badge.js +74 -0
- package/es/badge/style.css +42 -0
- package/es/badge/style.min.css +1 -0
- package/es/breadcrumb/index.js +12 -0
- package/es/breadcrumb/src/breadcrumb-item.js +102 -0
- package/es/breadcrumb/src/breadcrumb.js +76 -0
- package/es/breadcrumb/style.css +33 -0
- package/es/breadcrumb/style.min.css +1 -0
- package/es/breadcrumb-item/index.js +12 -0
- package/es/breadcrumb-item/style.css +0 -0
- package/es/breadcrumb-item/style.min.css +0 -0
- package/es/button/index.js +12 -0
- package/es/button/src/button-group.js +97 -0
- package/es/button/src/button.js +875 -0
- package/es/button/style.css +638 -0
- package/es/button/style.min.css +1 -0
- package/es/button-group/index.js +12 -0
- package/es/button-group/style.css +27 -0
- package/es/button-group/style.min.css +1 -0
- package/es/calendar/index.js +12 -0
- package/es/calendar/src/calendar.js +1469 -0
- package/es/calendar/style.css +350 -0
- package/es/calendar/style.min.css +1 -0
- package/es/card/index.js +12 -0
- package/es/card/src/card.js +149 -0
- package/es/card/style.css +107 -0
- package/es/card/style.min.css +1 -0
- package/es/carousel/index.js +12 -0
- package/es/carousel/src/carousel-item.js +102 -0
- package/es/carousel/src/carousel.js +429 -0
- package/es/carousel/src/util.js +17 -0
- package/es/carousel/style.css +185 -0
- package/es/carousel/style.min.css +1 -0
- package/es/carousel-item/index.js +12 -0
- package/es/carousel-item/style.css +0 -0
- package/es/carousel-item/style.min.css +0 -0
- package/es/cascader/index.js +12 -0
- package/es/cascader/src/cascader.js +1985 -0
- package/es/cascader/src/util.js +7 -0
- package/es/cascader/style.css +346 -0
- package/es/cascader/style.min.css +1 -0
- package/es/checkbox/index.js +12 -0
- package/es/checkbox/src/button.js +244 -0
- package/es/checkbox/src/checkbox.js +217 -0
- package/es/checkbox/src/group.js +280 -0
- package/es/checkbox/style.css +113 -0
- package/es/checkbox/style.min.css +1 -0
- package/es/checkbox-button/index.js +12 -0
- package/es/checkbox-button/style.css +202 -0
- package/es/checkbox-button/style.min.css +1 -0
- package/es/checkbox-group/index.js +12 -0
- package/es/checkbox-group/style.css +0 -0
- package/es/checkbox-group/style.min.css +0 -0
- package/es/col/index.js +12 -0
- package/es/col/style.css +0 -0
- package/es/col/style.min.css +0 -0
- package/es/collapse/index.js +12 -0
- package/es/collapse/src/collapse-pane.js +116 -0
- package/es/collapse/src/collapse.js +360 -0
- package/es/collapse/src/util.js +17 -0
- package/es/collapse/style.css +83 -0
- package/es/collapse/style.min.css +1 -0
- package/es/collapse-pane/index.js +12 -0
- package/es/collapse-pane/style.css +0 -0
- package/es/collapse-pane/style.min.css +0 -0
- package/es/color-picker/index.js +12 -0
- package/es/color-picker/src/color-picker.js +1221 -0
- package/es/color-picker/src/util.js +190 -0
- package/es/color-picker/style.css +485 -0
- package/es/color-picker/style.min.css +1 -0
- package/es/components.js +299 -0
- package/es/context-menu/index.js +46 -0
- package/es/context-menu/src/context-menu.js +684 -0
- package/es/context-menu/style.css +109 -0
- package/es/context-menu/style.min.css +1 -0
- package/es/countdown/index.js +12 -0
- package/es/countdown/src/countdown.js +249 -0
- package/es/countdown/style.css +38 -0
- package/es/countdown/style.min.css +1 -0
- package/es/date-panel/index.js +12 -0
- package/es/date-panel/src/date-panel.js +2013 -0
- package/es/date-panel/src/util.js +295 -0
- package/es/date-panel/style.css +453 -0
- package/es/date-panel/style.min.css +1 -0
- package/es/date-picker/index.js +13 -0
- package/es/date-picker/src/date-picker.js +1833 -0
- package/es/date-picker/style.css +283 -0
- package/es/date-picker/style.min.css +1 -0
- package/es/date-range-picker/index.js +12 -0
- package/es/date-range-picker/src/date-range-picker.js +1679 -0
- package/es/date-range-picker/style.css +289 -0
- package/es/date-range-picker/style.min.css +1 -0
- package/es/drawer/index.js +68 -0
- package/es/drawer/src/drawer.js +735 -0
- package/es/drawer/style.css +270 -0
- package/es/drawer/style.min.css +1 -0
- package/es/dynamics/index.js +107 -0
- package/es/empty/index.js +12 -0
- package/es/empty/src/empty.js +73 -0
- package/es/empty/style.css +54 -0
- package/es/empty/style.min.css +1 -0
- package/es/form/index.js +12 -0
- package/es/form/render/index.js +588 -0
- package/es/form/src/form-config-item.js +73 -0
- package/es/form/src/form-group.js +108 -0
- package/es/form/src/form-item.js +198 -0
- package/es/form/src/form.js +1012 -0
- package/es/form/src/itemInfo.js +76 -0
- package/es/form/src/render.js +357 -0
- package/es/form/src/util.js +78 -0
- package/es/form/style.css +621 -0
- package/es/form/style.min.css +1 -0
- package/es/form-gather/index.js +13 -0
- package/es/form-gather/style.css +0 -0
- package/es/form-gather/style.min.css +0 -0
- package/es/form-group/index.js +12 -0
- package/es/form-group/style.css +0 -0
- package/es/form-group/style.min.css +0 -0
- package/es/form-item/index.js +12 -0
- package/es/form-item/style.css +0 -0
- package/es/form-item/style.min.css +0 -0
- package/es/icon/iconfont.1783571795939.ttf +0 -0
- package/es/icon/iconfont.1783571795939.woff +0 -0
- package/es/icon/iconfont.1783571795939.woff2 +0 -0
- package/es/icon/index.js +12 -0
- package/es/icon/src/icon.js +62 -0
- package/es/icon/style.css +1034 -0
- package/es/icon/style.min.css +1 -0
- package/es/icon-picker/index.js +12 -0
- package/es/icon-picker/src/icon-picker.js +834 -0
- package/es/icon-picker/style.css +242 -0
- package/es/icon-picker/style.min.css +1 -0
- package/es/iconfont.1783571795939.ttf +0 -0
- package/es/iconfont.1783571795939.woff +0 -0
- package/es/iconfont.1783571795939.woff2 +0 -0
- package/es/image/index.js +12 -0
- package/es/image/src/group.js +144 -0
- package/es/image/src/image.js +274 -0
- package/es/image/src/preview.js +707 -0
- package/es/image/src/util.js +59 -0
- package/es/image/style.css +17 -0
- package/es/image/style.min.css +1 -0
- package/es/image-group/index.js +12 -0
- package/es/image-group/style.css +3 -0
- package/es/image-group/style.min.css +1 -0
- package/es/image-preview/index.js +14 -0
- package/es/image-preview/style.css +218 -0
- package/es/image-preview/style.min.css +1 -0
- package/es/index.esm.js +6 -0
- package/es/input/index.js +12 -0
- package/es/input/src/input.js +3084 -0
- package/es/input/style.css +1025 -0
- package/es/input/style.min.css +1 -0
- package/es/language/ar-EG.d.ts +2 -0
- package/es/language/ar-EG.js +874 -0
- package/es/language/de-DE.d.ts +2 -0
- package/es/language/de-DE.js +874 -0
- package/es/language/en-US.d.ts +2 -0
- package/es/language/en-US.js +874 -0
- package/es/language/es-ES.d.ts +2 -0
- package/es/language/es-ES.js +874 -0
- package/es/language/fr-FR.d.ts +2 -0
- package/es/language/fr-FR.js +874 -0
- package/es/language/hu-HU.d.ts +2 -0
- package/es/language/hu-HU.js +874 -0
- package/es/language/hy-AM.d.ts +2 -0
- package/es/language/hy-AM.js +874 -0
- package/es/language/id-ID.d.ts +2 -0
- package/es/language/id-ID.js +874 -0
- package/es/language/it-IT.d.ts +2 -0
- package/es/language/it-IT.js +874 -0
- package/es/language/ja-JP.d.ts +2 -0
- package/es/language/ja-JP.js +874 -0
- package/es/language/ko-KR.d.ts +2 -0
- package/es/language/ko-KR.js +874 -0
- package/es/language/ms-MY.d.ts +2 -0
- package/es/language/ms-MY.js +874 -0
- package/es/language/nb-NO.d.ts +2 -0
- package/es/language/nb-NO.js +874 -0
- package/es/language/pt-BR.d.ts +2 -0
- package/es/language/pt-BR.js +874 -0
- package/es/language/ru-RU.d.ts +2 -0
- package/es/language/ru-RU.js +874 -0
- package/es/language/th-TH.d.ts +2 -0
- package/es/language/th-TH.js +874 -0
- package/es/language/ug-CN.d.ts +2 -0
- package/es/language/ug-CN.js +874 -0
- package/es/language/uk-UA.d.ts +2 -0
- package/es/language/uk-UA.js +874 -0
- package/es/language/uz-UZ.d.ts +2 -0
- package/es/language/uz-UZ.js +874 -0
- package/es/language/vi-VN.d.ts +2 -0
- package/es/language/vi-VN.js +874 -0
- package/es/language/zh-CHT.d.ts +2 -0
- package/es/language/zh-CHT.js +874 -0
- package/es/language/zh-CN.d.ts +2 -0
- package/es/language/zh-CN.js +874 -0
- package/es/language/zh-HK.d.ts +2 -0
- package/es/language/zh-HK.js +2 -0
- package/es/language/zh-MO.d.ts +2 -0
- package/es/language/zh-MO.js +2 -0
- package/es/language/zh-TC.js +2 -0
- package/es/language/zh-TW.d.ts +2 -0
- package/es/language/zh-TW.js +2 -0
- package/es/layout-aside/index.js +12 -0
- package/es/layout-aside/src/layout-aside.js +111 -0
- package/es/layout-aside/style.css +26 -0
- package/es/layout-aside/style.min.css +1 -0
- package/es/layout-body/index.js +12 -0
- package/es/layout-body/src/layout-body.js +127 -0
- package/es/layout-body/style.css +16 -0
- package/es/layout-body/style.min.css +1 -0
- package/es/layout-container/index.js +12 -0
- package/es/layout-container/src/layout-container.js +54 -0
- package/es/layout-container/style.css +28 -0
- package/es/layout-container/style.min.css +1 -0
- package/es/layout-footer/index.js +12 -0
- package/es/layout-footer/src/layout-footer.js +45 -0
- package/es/layout-footer/style.css +14 -0
- package/es/layout-footer/style.min.css +1 -0
- package/es/layout-header/index.js +12 -0
- package/es/layout-header/src/layout-header.js +43 -0
- package/es/layout-header/style.css +11 -0
- package/es/layout-header/style.min.css +1 -0
- package/es/link/index.js +12 -0
- package/es/link/src/link.js +137 -0
- package/es/link/style.css +111 -0
- package/es/link/style.min.css +1 -0
- package/es/list/index.js +12 -0
- package/es/list/src/list.js +2242 -0
- package/es/list/src/store.js +8 -0
- package/es/list/src/util.js +8 -0
- package/es/list/style.css +379 -0
- package/es/list/style.min.css +1 -0
- package/es/loading/index.js +27 -0
- package/es/loading/src/loading.js +147 -0
- package/es/loading/style.css +120 -0
- package/es/loading/style.min.css +1 -0
- package/es/mention/index.js +12 -0
- package/es/mention/src/mention.js +44 -0
- package/es/mention/style.css +0 -0
- package/es/mention/style.min.css +0 -0
- package/es/menu/index.js +12 -0
- package/es/menu/src/menu.js +589 -0
- package/es/menu/style.css +140 -0
- package/es/menu/style.min.css +1 -0
- package/es/modal/index.js +130 -0
- package/es/modal/src/modal.js +1608 -0
- package/es/modal/style.css +415 -0
- package/es/modal/style.min.css +1 -0
- package/es/notice-bar/index.js +12 -0
- package/es/notice-bar/src/notice-bar.js +163 -0
- package/es/notice-bar/style.css +78 -0
- package/es/notice-bar/style.min.css +1 -0
- package/es/number-input/index.js +12 -0
- package/es/number-input/src/number-input.js +1201 -0
- package/es/number-input/src/util.js +22 -0
- package/es/number-input/style.css +274 -0
- package/es/number-input/style.min.css +1 -0
- package/es/optgroup/index.js +12 -0
- package/es/optgroup/style.css +0 -0
- package/es/optgroup/style.min.css +0 -0
- package/es/option/index.js +12 -0
- package/es/option/style.css +0 -0
- package/es/option/style.min.css +0 -0
- package/es/pager/index.js +12 -0
- package/es/pager/src/pager.js +844 -0
- package/es/pager/style.css +341 -0
- package/es/pager/style.min.css +1 -0
- package/es/password-input/index.js +12 -0
- package/es/password-input/src/password-input.js +428 -0
- package/es/password-input/style.css +598 -0
- package/es/password-input/style.min.css +1 -0
- package/es/print/index.js +14 -0
- package/es/print/src/page-break.js +66 -0
- package/es/print/src/print.js +252 -0
- package/es/print/src/util.js +261 -0
- package/es/print/style.css +4 -0
- package/es/print/style.min.css +1 -0
- package/es/print-page-break/index.js +10 -0
- package/es/print-page-break/style.css +0 -0
- package/es/print-page-break/style.min.css +0 -0
- package/es/pulldown/index.js +12 -0
- package/es/pulldown/src/pulldown.js +502 -0
- package/es/pulldown/style.css +109 -0
- package/es/pulldown/style.min.css +1 -0
- package/es/radio/index.js +12 -0
- package/es/radio/src/button.js +265 -0
- package/es/radio/src/group.js +258 -0
- package/es/radio/src/radio.js +239 -0
- package/es/radio/style.css +108 -0
- package/es/radio/style.min.css +1 -0
- package/es/radio-button/index.js +12 -0
- package/es/radio-button/style.css +202 -0
- package/es/radio-button/style.min.css +1 -0
- package/es/radio-group/index.js +12 -0
- package/es/radio-group/style.css +0 -0
- package/es/radio-group/style.min.css +0 -0
- package/es/rate/index.js +12 -0
- package/es/rate/src/rate.js +178 -0
- package/es/rate/style.css +54 -0
- package/es/rate/style.min.css +1 -0
- package/es/result/index.js +12 -0
- package/es/result/src/result.js +86 -0
- package/es/result/style.css +68 -0
- package/es/result/style.min.css +1 -0
- package/es/row/index.js +12 -0
- package/es/row/src/col.js +115 -0
- package/es/row/src/row.js +99 -0
- package/es/row/style.css +116 -0
- package/es/row/style.min.css +1 -0
- package/es/segmented/index.js +12 -0
- package/es/segmented/src/segmented.js +255 -0
- package/es/segmented/style.css +197 -0
- package/es/segmented/style.min.css +1 -0
- package/es/select/index.js +12 -0
- package/es/select/src/optgroup.js +90 -0
- package/es/select/src/option-info.js +16 -0
- package/es/select/src/option.js +86 -0
- package/es/select/src/select.js +2065 -0
- package/es/select/src/util.js +36 -0
- package/es/select/style.css +370 -0
- package/es/select/style.min.css +1 -0
- package/es/slider/index.js +12 -0
- package/es/slider/src/slider.js +307 -0
- package/es/slider/style.css +143 -0
- package/es/slider/style.min.css +1 -0
- package/es/split/index.js +12 -0
- package/es/split/style.css +295 -0
- package/es/split/style.min.css +1 -0
- package/es/split-pane/index.js +13 -0
- package/es/split-pane/style.css +0 -0
- package/es/split-pane/style.min.css +0 -0
- package/es/splitter/index.js +12 -0
- package/es/splitter/src/splitter-panel.js +149 -0
- package/es/splitter/src/splitter.js +1002 -0
- package/es/splitter/src/util.js +17 -0
- package/es/splitter/style.css +295 -0
- package/es/splitter/style.min.css +1 -0
- package/es/splitter-panel/index.js +12 -0
- package/es/splitter-panel/style.css +0 -0
- package/es/splitter-panel/style.min.css +0 -0
- package/es/steps/index.js +12 -0
- package/es/steps/src/steps.js +49 -0
- package/es/steps/style.css +0 -0
- package/es/steps/style.min.css +0 -0
- package/es/style.css +1 -0
- package/es/style.min.css +1 -0
- package/es/switch/index.js +12 -0
- package/es/switch/src/switch.js +261 -0
- package/es/switch/style.css +111 -0
- package/es/switch/style.min.css +1 -0
- package/es/tab-pane/index.js +12 -0
- package/es/tab-pane/style.css +0 -0
- package/es/tab-pane/style.min.css +0 -0
- package/es/table-select/index.js +12 -0
- package/es/table-select/src/table-select.js +839 -0
- package/es/table-select/style.css +134 -0
- package/es/table-select/style.min.css +1 -0
- package/es/table-transfer/index.js +12 -0
- package/es/table-transfer/src/table-transfer.js +71 -0
- package/es/table-transfer/style.css +0 -0
- package/es/table-transfer/style.min.css +0 -0
- package/es/tabs/index.js +12 -0
- package/es/tabs/src/tab-pane.js +119 -0
- package/es/tabs/src/tabs.js +958 -0
- package/es/tabs/src/util.js +17 -0
- package/es/tabs/style.css +705 -0
- package/es/tabs/style.min.css +1 -0
- package/es/tag/index.js +12 -0
- package/es/tag/src/tag.js +177 -0
- package/es/tag/style.css +187 -0
- package/es/tag/style.min.css +1 -0
- package/es/text/index.js +12 -0
- package/es/text/src/text.js +239 -0
- package/es/text/style.css +138 -0
- package/es/text/style.min.css +1 -0
- package/es/text-ellipsis/index.js +12 -0
- package/es/text-ellipsis/src/text-ellipsis.js +268 -0
- package/es/text-ellipsis/style.css +115 -0
- package/es/text-ellipsis/style.min.css +1 -0
- package/es/textarea/index.js +12 -0
- package/es/textarea/src/textarea.js +456 -0
- package/es/textarea/style.css +119 -0
- package/es/textarea/style.min.css +1 -0
- package/es/timeline/index.js +12 -0
- package/es/timeline/src/timeline-item.js +35 -0
- package/es/timeline/src/timeline.js +44 -0
- package/es/timeline/style.css +0 -0
- package/es/timeline/style.min.css +0 -0
- package/es/timeline-item/index.js +12 -0
- package/es/timeline-item/style.css +0 -0
- package/es/timeline-item/style.min.css +0 -0
- package/es/tip/index.js +14 -0
- package/es/tip/src/tip.js +100 -0
- package/es/tip/style.css +107 -0
- package/es/tip/style.min.css +1 -0
- package/es/tooltip/index.js +12 -0
- package/es/tooltip/src/tooltip.js +657 -0
- package/es/tooltip/style.css +117 -0
- package/es/tooltip/style.min.css +1 -0
- package/es/tour/index.js +12 -0
- package/es/tour/src/tour.js +44 -0
- package/es/tour/style.css +0 -0
- package/es/tour/style.min.css +0 -0
- package/es/transfer/index.js +12 -0
- package/es/transfer/src/transfer.js +86 -0
- package/es/transfer/style.css +0 -0
- package/es/transfer/style.min.css +0 -0
- package/es/tree/index.js +12 -0
- package/es/tree/src/store.js +8 -0
- package/es/tree/src/tree.js +3699 -0
- package/es/tree/src/util.js +46 -0
- package/es/tree/style.css +385 -0
- package/es/tree/style.min.css +1 -0
- package/es/tree-select/index.js +12 -0
- package/es/tree-select/src/tree-select.js +1160 -0
- package/es/tree-select/style.css +194 -0
- package/es/tree-select/style.min.css +1 -0
- package/es/ui/index.js +695 -0
- package/es/ui/src/anime.js +46 -0
- package/es/ui/src/comp.js +1 -0
- package/es/ui/src/dom.js +255 -0
- package/es/ui/src/log.js +15 -0
- package/es/ui/src/utils.js +52 -0
- package/es/ui/src/vn.js +51 -0
- package/es/ui/style.css +0 -0
- package/es/ui/style.min.css +0 -0
- package/es/upload/index.js +15 -0
- package/es/upload/src/upload.js +2080 -0
- package/es/upload/src/util.js +103 -0
- package/es/upload/style.css +483 -0
- package/es/upload/style.min.css +1 -0
- package/es/vxe-alert/index.js +3 -0
- package/es/vxe-alert/style.css +129 -0
- package/es/vxe-alert/style.min.css +1 -0
- package/es/vxe-anchor/index.js +3 -0
- package/es/vxe-anchor/style.css +42 -0
- package/es/vxe-anchor/style.min.css +1 -0
- package/es/vxe-anchor-link/index.js +3 -0
- package/es/vxe-anchor-link/style.css +0 -0
- package/es/vxe-anchor-link/style.min.css +0 -0
- package/es/vxe-avatar/index.js +3 -0
- package/es/vxe-avatar/style.css +98 -0
- package/es/vxe-avatar/style.min.css +1 -0
- package/es/vxe-backtop/index.js +3 -0
- package/es/vxe-backtop/style.css +72 -0
- package/es/vxe-backtop/style.min.css +1 -0
- package/es/vxe-badge/index.js +3 -0
- package/es/vxe-badge/style.css +42 -0
- package/es/vxe-badge/style.min.css +1 -0
- package/es/vxe-breadcrumb/index.js +3 -0
- package/es/vxe-breadcrumb/style.css +33 -0
- package/es/vxe-breadcrumb/style.min.css +1 -0
- package/es/vxe-breadcrumb-item/index.js +3 -0
- package/es/vxe-breadcrumb-item/style.css +0 -0
- package/es/vxe-breadcrumb-item/style.min.css +0 -0
- package/es/vxe-button/index.js +3 -0
- package/es/vxe-button/style.css +638 -0
- package/es/vxe-button/style.min.css +1 -0
- package/es/vxe-button-group/index.js +3 -0
- package/es/vxe-button-group/style.css +27 -0
- package/es/vxe-button-group/style.min.css +1 -0
- package/es/vxe-calendar/index.js +3 -0
- package/es/vxe-calendar/style.css +350 -0
- package/es/vxe-calendar/style.min.css +1 -0
- package/es/vxe-card/index.js +3 -0
- package/es/vxe-card/style.css +107 -0
- package/es/vxe-card/style.min.css +1 -0
- package/es/vxe-carousel/index.js +3 -0
- package/es/vxe-carousel/style.css +185 -0
- package/es/vxe-carousel/style.min.css +1 -0
- package/es/vxe-carousel-item/index.js +3 -0
- package/es/vxe-carousel-item/style.css +0 -0
- package/es/vxe-carousel-item/style.min.css +0 -0
- package/es/vxe-cascader/index.js +3 -0
- package/es/vxe-cascader/style.css +346 -0
- package/es/vxe-cascader/style.min.css +1 -0
- package/es/vxe-checkbox/index.js +3 -0
- package/es/vxe-checkbox/style.css +113 -0
- package/es/vxe-checkbox/style.min.css +1 -0
- package/es/vxe-checkbox-button/index.js +3 -0
- package/es/vxe-checkbox-button/style.css +202 -0
- package/es/vxe-checkbox-button/style.min.css +1 -0
- package/es/vxe-checkbox-group/index.js +3 -0
- package/es/vxe-checkbox-group/style.css +0 -0
- package/es/vxe-checkbox-group/style.min.css +0 -0
- package/es/vxe-col/index.js +3 -0
- package/es/vxe-col/style.css +0 -0
- package/es/vxe-col/style.min.css +0 -0
- package/es/vxe-collapse/index.js +3 -0
- package/es/vxe-collapse/style.css +83 -0
- package/es/vxe-collapse/style.min.css +1 -0
- package/es/vxe-collapse-pane/index.js +3 -0
- package/es/vxe-collapse-pane/style.css +0 -0
- package/es/vxe-collapse-pane/style.min.css +0 -0
- package/es/vxe-color-picker/index.js +3 -0
- package/es/vxe-color-picker/style.css +485 -0
- package/es/vxe-color-picker/style.min.css +1 -0
- package/es/vxe-context-menu/index.js +3 -0
- package/es/vxe-context-menu/style.css +109 -0
- package/es/vxe-context-menu/style.min.css +1 -0
- package/es/vxe-countdown/index.js +3 -0
- package/es/vxe-countdown/style.css +38 -0
- package/es/vxe-countdown/style.min.css +1 -0
- package/es/vxe-date-panel/index.js +3 -0
- package/es/vxe-date-panel/style.css +453 -0
- package/es/vxe-date-panel/style.min.css +1 -0
- package/es/vxe-date-picker/index.js +3 -0
- package/es/vxe-date-picker/style.css +283 -0
- package/es/vxe-date-picker/style.min.css +1 -0
- package/es/vxe-date-range-picker/index.js +3 -0
- package/es/vxe-date-range-picker/style.css +289 -0
- package/es/vxe-date-range-picker/style.min.css +1 -0
- package/es/vxe-drawer/index.js +3 -0
- package/es/vxe-drawer/style.css +270 -0
- package/es/vxe-drawer/style.min.css +1 -0
- package/es/vxe-empty/index.js +3 -0
- package/es/vxe-empty/style.css +54 -0
- package/es/vxe-empty/style.min.css +1 -0
- package/es/vxe-form/index.js +3 -0
- package/es/vxe-form/style.css +621 -0
- package/es/vxe-form/style.min.css +1 -0
- package/es/vxe-form-gather/index.js +3 -0
- package/es/vxe-form-gather/style.css +0 -0
- package/es/vxe-form-gather/style.min.css +0 -0
- package/es/vxe-form-group/index.js +3 -0
- package/es/vxe-form-group/style.css +0 -0
- package/es/vxe-form-group/style.min.css +0 -0
- package/es/vxe-form-item/index.js +3 -0
- package/es/vxe-form-item/style.css +0 -0
- package/es/vxe-form-item/style.min.css +0 -0
- package/es/vxe-icon/index.js +3 -0
- package/es/vxe-icon/style.css +1034 -0
- package/es/vxe-icon/style.min.css +1 -0
- package/es/vxe-icon-picker/index.js +3 -0
- package/es/vxe-icon-picker/style.css +242 -0
- package/es/vxe-icon-picker/style.min.css +1 -0
- package/es/vxe-image/index.js +3 -0
- package/es/vxe-image/style.css +17 -0
- package/es/vxe-image/style.min.css +1 -0
- package/es/vxe-image-group/index.js +3 -0
- package/es/vxe-image-group/style.css +3 -0
- package/es/vxe-image-group/style.min.css +1 -0
- package/es/vxe-image-preview/index.js +3 -0
- package/es/vxe-image-preview/style.css +218 -0
- package/es/vxe-image-preview/style.min.css +1 -0
- package/es/vxe-input/index.js +3 -0
- package/es/vxe-input/style.css +1025 -0
- package/es/vxe-input/style.min.css +1 -0
- package/es/vxe-layout-aside/index.js +3 -0
- package/es/vxe-layout-aside/style.css +26 -0
- package/es/vxe-layout-aside/style.min.css +1 -0
- package/es/vxe-layout-body/index.js +3 -0
- package/es/vxe-layout-body/style.css +16 -0
- package/es/vxe-layout-body/style.min.css +1 -0
- package/es/vxe-layout-container/index.js +3 -0
- package/es/vxe-layout-container/style.css +28 -0
- package/es/vxe-layout-container/style.min.css +1 -0
- package/es/vxe-layout-footer/index.js +3 -0
- package/es/vxe-layout-footer/style.css +14 -0
- package/es/vxe-layout-footer/style.min.css +1 -0
- package/es/vxe-layout-header/index.js +3 -0
- package/es/vxe-layout-header/style.css +11 -0
- package/es/vxe-layout-header/style.min.css +1 -0
- package/es/vxe-link/index.js +3 -0
- package/es/vxe-link/style.css +111 -0
- package/es/vxe-link/style.min.css +1 -0
- package/es/vxe-list/index.js +3 -0
- package/es/vxe-list/style.css +379 -0
- package/es/vxe-list/style.min.css +1 -0
- package/es/vxe-loading/index.js +3 -0
- package/es/vxe-loading/style.css +120 -0
- package/es/vxe-loading/style.min.css +1 -0
- package/es/vxe-mention/index.js +3 -0
- package/es/vxe-mention/style.css +0 -0
- package/es/vxe-mention/style.min.css +0 -0
- package/es/vxe-menu/index.js +3 -0
- package/es/vxe-menu/style.css +140 -0
- package/es/vxe-menu/style.min.css +1 -0
- package/es/vxe-modal/index.js +3 -0
- package/es/vxe-modal/style.css +415 -0
- package/es/vxe-modal/style.min.css +1 -0
- package/es/vxe-notice-bar/index.js +3 -0
- package/es/vxe-notice-bar/style.css +78 -0
- package/es/vxe-notice-bar/style.min.css +1 -0
- package/es/vxe-number-input/index.js +3 -0
- package/es/vxe-number-input/style.css +274 -0
- package/es/vxe-number-input/style.min.css +1 -0
- package/es/vxe-optgroup/index.js +3 -0
- package/es/vxe-optgroup/style.css +0 -0
- package/es/vxe-optgroup/style.min.css +0 -0
- package/es/vxe-option/index.js +3 -0
- package/es/vxe-option/style.css +0 -0
- package/es/vxe-option/style.min.css +0 -0
- package/es/vxe-pager/index.js +3 -0
- package/es/vxe-pager/style.css +341 -0
- package/es/vxe-pager/style.min.css +1 -0
- package/es/vxe-password-input/index.js +3 -0
- package/es/vxe-password-input/style.css +598 -0
- package/es/vxe-password-input/style.min.css +1 -0
- package/es/vxe-print/index.js +3 -0
- package/es/vxe-print/style.css +4 -0
- package/es/vxe-print/style.min.css +1 -0
- package/es/vxe-print-page-break/index.js +3 -0
- package/es/vxe-print-page-break/style.css +0 -0
- package/es/vxe-print-page-break/style.min.css +0 -0
- package/es/vxe-pulldown/index.js +3 -0
- package/es/vxe-pulldown/style.css +109 -0
- package/es/vxe-pulldown/style.min.css +1 -0
- package/es/vxe-radio/index.js +3 -0
- package/es/vxe-radio/style.css +108 -0
- package/es/vxe-radio/style.min.css +1 -0
- package/es/vxe-radio-button/index.js +3 -0
- package/es/vxe-radio-button/style.css +202 -0
- package/es/vxe-radio-button/style.min.css +1 -0
- package/es/vxe-radio-group/index.js +3 -0
- package/es/vxe-radio-group/style.css +0 -0
- package/es/vxe-radio-group/style.min.css +0 -0
- package/es/vxe-rate/index.js +3 -0
- package/es/vxe-rate/style.css +54 -0
- package/es/vxe-rate/style.min.css +1 -0
- package/es/vxe-result/index.js +3 -0
- package/es/vxe-result/style.css +68 -0
- package/es/vxe-result/style.min.css +1 -0
- package/es/vxe-row/index.js +3 -0
- package/es/vxe-row/style.css +116 -0
- package/es/vxe-row/style.min.css +1 -0
- package/es/vxe-segmented/index.js +3 -0
- package/es/vxe-segmented/style.css +197 -0
- package/es/vxe-segmented/style.min.css +1 -0
- package/es/vxe-select/index.js +3 -0
- package/es/vxe-select/style.css +370 -0
- package/es/vxe-select/style.min.css +1 -0
- package/es/vxe-slider/index.js +3 -0
- package/es/vxe-slider/style.css +143 -0
- package/es/vxe-slider/style.min.css +1 -0
- package/es/vxe-split/index.js +3 -0
- package/es/vxe-split/style.css +295 -0
- package/es/vxe-split/style.min.css +1 -0
- package/es/vxe-split-pane/index.js +3 -0
- package/es/vxe-split-pane/style.css +0 -0
- package/es/vxe-split-pane/style.min.css +0 -0
- package/es/vxe-splitter/index.js +3 -0
- package/es/vxe-splitter/style.css +295 -0
- package/es/vxe-splitter/style.min.css +1 -0
- package/es/vxe-splitter-panel/index.js +3 -0
- package/es/vxe-splitter-panel/style.css +0 -0
- package/es/vxe-splitter-panel/style.min.css +0 -0
- package/es/vxe-steps/index.js +3 -0
- package/es/vxe-steps/style.css +0 -0
- package/es/vxe-steps/style.min.css +0 -0
- package/es/vxe-switch/index.js +3 -0
- package/es/vxe-switch/style.css +111 -0
- package/es/vxe-switch/style.min.css +1 -0
- package/es/vxe-tab-pane/index.js +3 -0
- package/es/vxe-tab-pane/style.css +0 -0
- package/es/vxe-tab-pane/style.min.css +0 -0
- package/es/vxe-table-select/index.js +3 -0
- package/es/vxe-table-select/style.css +134 -0
- package/es/vxe-table-select/style.min.css +1 -0
- package/es/vxe-table-transfer/index.js +3 -0
- package/es/vxe-table-transfer/style.css +0 -0
- package/es/vxe-table-transfer/style.min.css +0 -0
- package/es/vxe-tabs/index.js +3 -0
- package/es/vxe-tabs/style.css +705 -0
- package/es/vxe-tabs/style.min.css +1 -0
- package/es/vxe-tag/index.js +3 -0
- package/es/vxe-tag/style.css +187 -0
- package/es/vxe-tag/style.min.css +1 -0
- package/es/vxe-text/index.js +3 -0
- package/es/vxe-text/style.css +138 -0
- package/es/vxe-text/style.min.css +1 -0
- package/es/vxe-text-ellipsis/index.js +3 -0
- package/es/vxe-text-ellipsis/style.css +115 -0
- package/es/vxe-text-ellipsis/style.min.css +1 -0
- package/es/vxe-textarea/index.js +3 -0
- package/es/vxe-textarea/style.css +119 -0
- package/es/vxe-textarea/style.min.css +1 -0
- package/es/vxe-timeline/index.js +3 -0
- package/es/vxe-timeline/style.css +0 -0
- package/es/vxe-timeline/style.min.css +0 -0
- package/es/vxe-timeline-item/index.js +3 -0
- package/es/vxe-timeline-item/style.css +0 -0
- package/es/vxe-timeline-item/style.min.css +0 -0
- package/es/vxe-tip/index.js +3 -0
- package/es/vxe-tip/style.css +107 -0
- package/es/vxe-tip/style.min.css +1 -0
- package/es/vxe-tooltip/index.js +3 -0
- package/es/vxe-tooltip/style.css +117 -0
- package/es/vxe-tooltip/style.min.css +1 -0
- package/es/vxe-tour/index.js +3 -0
- package/es/vxe-tour/style.css +0 -0
- package/es/vxe-tour/style.min.css +0 -0
- package/es/vxe-transfer/index.js +3 -0
- package/es/vxe-transfer/style.css +0 -0
- package/es/vxe-transfer/style.min.css +0 -0
- package/es/vxe-tree/index.js +3 -0
- package/es/vxe-tree/style.css +385 -0
- package/es/vxe-tree/style.min.css +1 -0
- package/es/vxe-tree-select/index.js +3 -0
- package/es/vxe-tree-select/style.css +194 -0
- package/es/vxe-tree-select/style.min.css +1 -0
- package/es/vxe-u-i/index.js +3 -0
- package/es/vxe-ui/index.js +3 -0
- package/es/vxe-ui/style.css +0 -0
- package/es/vxe-ui/style.min.css +0 -0
- package/es/vxe-upload/index.js +3 -0
- package/es/vxe-upload/style.css +483 -0
- package/es/vxe-upload/style.min.css +1 -0
- package/es/vxe-watermark/index.js +3 -0
- package/es/vxe-watermark/style.css +30 -0
- package/es/vxe-watermark/style.min.css +1 -0
- package/es/watermark/index.js +24 -0
- package/es/watermark/src/util.js +149 -0
- package/es/watermark/src/watermark.js +148 -0
- package/es/watermark/style.css +30 -0
- package/es/watermark/style.min.css +1 -0
- package/lib/alert/index.js +19 -0
- package/lib/alert/index.min.js +1 -0
- package/lib/alert/src/alert.js +101 -0
- package/lib/alert/src/alert.min.js +1 -0
- package/lib/alert/style/index.js +1 -0
- package/lib/alert/style/style.css +129 -0
- package/lib/alert/style/style.min.css +1 -0
- package/lib/anchor/index.js +19 -0
- package/lib/anchor/index.min.js +1 -0
- package/lib/anchor/src/anchor-link.js +146 -0
- package/lib/anchor/src/anchor-link.min.js +1 -0
- package/lib/anchor/src/anchor.js +263 -0
- package/lib/anchor/src/anchor.min.js +1 -0
- package/lib/anchor/src/util.js +31 -0
- package/lib/anchor/src/util.min.js +1 -0
- package/lib/anchor/style/index.js +1 -0
- package/lib/anchor/style/style.css +42 -0
- package/lib/anchor/style/style.min.css +1 -0
- package/lib/anchor-link/index.js +19 -0
- package/lib/anchor-link/index.min.js +1 -0
- package/lib/anchor-link/style/index.js +1 -0
- package/lib/anchor-link/style/style.css +0 -0
- package/lib/anchor-link/style/style.min.css +0 -0
- package/lib/avatar/index.js +19 -0
- package/lib/avatar/index.min.js +1 -0
- package/lib/avatar/src/avatar.js +139 -0
- package/lib/avatar/src/avatar.min.js +1 -0
- package/lib/avatar/style/index.js +1 -0
- package/lib/avatar/style/style.css +98 -0
- package/lib/avatar/style/style.min.css +1 -0
- package/lib/backtop/index.js +19 -0
- package/lib/backtop/index.min.js +1 -0
- package/lib/backtop/src/backtop.js +347 -0
- package/lib/backtop/src/backtop.min.js +1 -0
- package/lib/backtop/style/index.js +1 -0
- package/lib/backtop/style/style.css +72 -0
- package/lib/backtop/style/style.min.css +1 -0
- package/lib/badge/index.js +19 -0
- package/lib/badge/index.min.js +1 -0
- package/lib/badge/src/badge.js +81 -0
- package/lib/badge/src/badge.min.js +1 -0
- package/lib/badge/style/index.js +1 -0
- package/lib/badge/style/style.css +42 -0
- package/lib/badge/style/style.min.css +1 -0
- package/lib/breadcrumb/index.js +19 -0
- package/lib/breadcrumb/index.min.js +1 -0
- package/lib/breadcrumb/src/breadcrumb-item.js +102 -0
- package/lib/breadcrumb/src/breadcrumb-item.min.js +1 -0
- package/lib/breadcrumb/src/breadcrumb.js +88 -0
- package/lib/breadcrumb/src/breadcrumb.min.js +1 -0
- package/lib/breadcrumb/style/index.js +1 -0
- package/lib/breadcrumb/style/style.css +33 -0
- package/lib/breadcrumb/style/style.min.css +1 -0
- package/lib/breadcrumb-item/index.js +19 -0
- package/lib/breadcrumb-item/index.min.js +1 -0
- package/lib/breadcrumb-item/style/index.js +1 -0
- package/lib/breadcrumb-item/style/style.css +0 -0
- package/lib/breadcrumb-item/style/style.min.css +0 -0
- package/lib/button/index.js +19 -0
- package/lib/button/index.min.js +1 -0
- package/lib/button/src/button-group.js +110 -0
- package/lib/button/src/button-group.min.js +1 -0
- package/lib/button/src/button.js +874 -0
- package/lib/button/src/button.min.js +1 -0
- package/lib/button/style/index.js +1 -0
- package/lib/button/style/style.css +638 -0
- package/lib/button/style/style.min.css +1 -0
- package/lib/button-group/index.js +19 -0
- package/lib/button-group/index.min.js +1 -0
- package/lib/button-group/style/index.js +1 -0
- package/lib/button-group/style/style.css +27 -0
- package/lib/button-group/style/style.min.css +1 -0
- package/lib/calendar/index.js +19 -0
- package/lib/calendar/index.min.js +1 -0
- package/lib/calendar/src/calendar.js +1563 -0
- package/lib/calendar/src/calendar.min.js +1 -0
- package/lib/calendar/style/index.js +1 -0
- package/lib/calendar/style/style.css +350 -0
- package/lib/calendar/style/style.min.css +1 -0
- package/lib/card/index.js +19 -0
- package/lib/card/index.min.js +1 -0
- package/lib/card/src/card.js +151 -0
- package/lib/card/src/card.min.js +1 -0
- package/lib/card/style/index.js +1 -0
- package/lib/card/style/style.css +107 -0
- package/lib/card/style/style.min.css +1 -0
- package/lib/carousel/index.js +19 -0
- package/lib/carousel/index.min.js +1 -0
- package/lib/carousel/src/carousel-item.js +110 -0
- package/lib/carousel/src/carousel-item.min.js +1 -0
- package/lib/carousel/src/carousel.js +448 -0
- package/lib/carousel/src/carousel.min.js +1 -0
- package/lib/carousel/src/util.js +27 -0
- package/lib/carousel/src/util.min.js +1 -0
- package/lib/carousel/style/index.js +1 -0
- package/lib/carousel/style/style.css +185 -0
- package/lib/carousel/style/style.min.css +1 -0
- package/lib/carousel-item/index.js +19 -0
- package/lib/carousel-item/index.min.js +1 -0
- package/lib/carousel-item/style/index.js +1 -0
- package/lib/carousel-item/style/style.css +0 -0
- package/lib/carousel-item/style/style.min.css +0 -0
- package/lib/cascader/index.js +19 -0
- package/lib/cascader/index.min.js +1 -0
- package/lib/cascader/src/cascader.js +2097 -0
- package/lib/cascader/src/cascader.min.js +1 -0
- package/lib/cascader/src/util.js +15 -0
- package/lib/cascader/src/util.min.js +1 -0
- package/lib/cascader/style/index.js +1 -0
- package/lib/cascader/style/style.css +346 -0
- package/lib/cascader/style/style.min.css +1 -0
- package/lib/checkbox/index.js +19 -0
- package/lib/checkbox/index.min.js +1 -0
- package/lib/checkbox/src/button.js +239 -0
- package/lib/checkbox/src/button.min.js +1 -0
- package/lib/checkbox/src/checkbox.js +227 -0
- package/lib/checkbox/src/checkbox.min.js +1 -0
- package/lib/checkbox/src/group.js +300 -0
- package/lib/checkbox/src/group.min.js +1 -0
- package/lib/checkbox/style/index.js +1 -0
- package/lib/checkbox/style/style.css +113 -0
- package/lib/checkbox/style/style.min.css +1 -0
- package/lib/checkbox-button/index.js +19 -0
- package/lib/checkbox-button/index.min.js +1 -0
- package/lib/checkbox-button/style/index.js +1 -0
- package/lib/checkbox-button/style/style.css +202 -0
- package/lib/checkbox-button/style/style.min.css +1 -0
- package/lib/checkbox-group/index.js +19 -0
- package/lib/checkbox-group/index.min.js +1 -0
- package/lib/checkbox-group/style/index.js +1 -0
- package/lib/checkbox-group/style/style.css +0 -0
- package/lib/checkbox-group/style/style.min.css +0 -0
- package/lib/col/index.js +19 -0
- package/lib/col/index.min.js +1 -0
- package/lib/col/style/index.js +1 -0
- package/lib/col/style/style.css +0 -0
- package/lib/col/style/style.min.css +0 -0
- package/lib/collapse/index.js +19 -0
- package/lib/collapse/index.min.js +1 -0
- package/lib/collapse/src/collapse-pane.js +126 -0
- package/lib/collapse/src/collapse-pane.min.js +1 -0
- package/lib/collapse/src/collapse.js +377 -0
- package/lib/collapse/src/collapse.min.js +1 -0
- package/lib/collapse/src/util.js +29 -0
- package/lib/collapse/src/util.min.js +1 -0
- package/lib/collapse/style/index.js +1 -0
- package/lib/collapse/style/style.css +83 -0
- package/lib/collapse/style/style.min.css +1 -0
- package/lib/collapse-pane/index.js +19 -0
- package/lib/collapse-pane/index.min.js +1 -0
- package/lib/collapse-pane/style/index.js +1 -0
- package/lib/collapse-pane/style/style.css +0 -0
- package/lib/collapse-pane/style/style.min.css +0 -0
- package/lib/color-picker/index.js +19 -0
- package/lib/color-picker/index.min.js +1 -0
- package/lib/color-picker/src/color-picker.js +1183 -0
- package/lib/color-picker/src/color-picker.min.js +1 -0
- package/lib/color-picker/src/util.js +215 -0
- package/lib/color-picker/src/util.min.js +1 -0
- package/lib/color-picker/style/index.js +1 -0
- package/lib/color-picker/style/style.css +485 -0
- package/lib/color-picker/style/style.min.css +1 -0
- package/lib/components.js +1154 -0
- package/lib/components.min.js +1 -0
- package/lib/context-menu/index.js +56 -0
- package/lib/context-menu/index.min.js +1 -0
- package/lib/context-menu/src/context-menu.js +682 -0
- package/lib/context-menu/src/context-menu.min.js +1 -0
- package/lib/context-menu/style/index.js +1 -0
- package/lib/context-menu/style/style.css +109 -0
- package/lib/context-menu/style/style.min.css +1 -0
- package/lib/countdown/index.js +19 -0
- package/lib/countdown/index.min.js +1 -0
- package/lib/countdown/src/countdown.js +251 -0
- package/lib/countdown/src/countdown.min.js +1 -0
- package/lib/countdown/style/index.js +1 -0
- package/lib/countdown/style/style.css +38 -0
- package/lib/countdown/style/style.min.css +1 -0
- package/lib/date-panel/index.js +19 -0
- package/lib/date-panel/index.min.js +1 -0
- package/lib/date-panel/src/date-panel.js +2132 -0
- package/lib/date-panel/src/date-panel.min.js +1 -0
- package/lib/date-panel/src/util.js +327 -0
- package/lib/date-panel/src/util.min.js +1 -0
- package/lib/date-panel/style/index.js +1 -0
- package/lib/date-panel/style/style.css +453 -0
- package/lib/date-panel/style/style.min.css +1 -0
- package/lib/date-picker/index.js +20 -0
- package/lib/date-picker/index.min.js +1 -0
- package/lib/date-picker/src/date-picker.js +1878 -0
- package/lib/date-picker/src/date-picker.min.js +1 -0
- package/lib/date-picker/style/index.js +1 -0
- package/lib/date-picker/style/style.css +283 -0
- package/lib/date-picker/style/style.min.css +1 -0
- package/lib/date-range-picker/index.js +19 -0
- package/lib/date-range-picker/index.min.js +1 -0
- package/lib/date-range-picker/src/date-range-picker.js +1722 -0
- package/lib/date-range-picker/src/date-range-picker.min.js +1 -0
- package/lib/date-range-picker/style/index.js +1 -0
- package/lib/date-range-picker/style/style.css +289 -0
- package/lib/date-range-picker/style/style.min.css +1 -0
- package/lib/drawer/index.js +84 -0
- package/lib/drawer/index.min.js +1 -0
- package/lib/drawer/src/drawer.js +801 -0
- package/lib/drawer/src/drawer.min.js +1 -0
- package/lib/drawer/style/index.js +1 -0
- package/lib/drawer/style/style.css +270 -0
- package/lib/drawer/style/style.min.css +1 -0
- package/lib/dynamics/index.js +110 -0
- package/lib/dynamics/index.min.js +1 -0
- package/lib/empty/index.js +19 -0
- package/lib/empty/index.min.js +1 -0
- package/lib/empty/src/empty.js +78 -0
- package/lib/empty/src/empty.min.js +1 -0
- package/lib/empty/style/index.js +1 -0
- package/lib/empty/style/style.css +54 -0
- package/lib/empty/style/style.min.css +1 -0
- package/lib/form/index.js +19 -0
- package/lib/form/index.min.js +1 -0
- package/lib/form/render/index.js +650 -0
- package/lib/form/render/index.min.js +1 -0
- package/lib/form/src/form-config-item.js +87 -0
- package/lib/form/src/form-config-item.min.js +1 -0
- package/lib/form/src/form-group.js +125 -0
- package/lib/form/src/form-group.min.js +1 -0
- package/lib/form/src/form-item.js +211 -0
- package/lib/form/src/form-item.min.js +1 -0
- package/lib/form/src/form.js +1130 -0
- package/lib/form/src/form.min.js +1 -0
- package/lib/form/src/itemInfo.js +95 -0
- package/lib/form/src/itemInfo.min.js +1 -0
- package/lib/form/src/render.js +406 -0
- package/lib/form/src/render.min.js +1 -0
- package/lib/form/src/util.js +106 -0
- package/lib/form/src/util.min.js +1 -0
- package/lib/form/style/index.js +1 -0
- package/lib/form/style/style.css +621 -0
- package/lib/form/style/style.min.css +1 -0
- package/lib/form-gather/index.js +22 -0
- package/lib/form-gather/index.min.js +1 -0
- package/lib/form-gather/style/index.js +1 -0
- package/lib/form-gather/style/style.css +0 -0
- package/lib/form-gather/style/style.min.css +0 -0
- package/lib/form-group/index.js +19 -0
- package/lib/form-group/index.min.js +1 -0
- package/lib/form-group/style/index.js +1 -0
- package/lib/form-group/style/style.css +0 -0
- package/lib/form-group/style/style.min.css +0 -0
- package/lib/form-item/index.js +19 -0
- package/lib/form-item/index.min.js +1 -0
- package/lib/form-item/style/index.js +1 -0
- package/lib/form-item/style/style.css +0 -0
- package/lib/form-item/style/style.min.css +0 -0
- package/lib/icon/index.js +19 -0
- package/lib/icon/index.min.js +1 -0
- package/lib/icon/src/icon.js +75 -0
- package/lib/icon/src/icon.min.js +1 -0
- package/lib/icon/style/iconfont.1783571795939.ttf +0 -0
- package/lib/icon/style/iconfont.1783571795939.woff +0 -0
- package/lib/icon/style/iconfont.1783571795939.woff2 +0 -0
- package/lib/icon/style/index.js +1 -0
- package/lib/icon/style/style.css +1034 -0
- package/lib/icon/style/style.min.css +1034 -0
- package/lib/icon-picker/index.js +19 -0
- package/lib/icon-picker/index.min.js +1 -0
- package/lib/icon-picker/src/icon-picker.js +829 -0
- package/lib/icon-picker/src/icon-picker.min.js +1 -0
- package/lib/icon-picker/style/index.js +1 -0
- package/lib/icon-picker/style/style.css +242 -0
- package/lib/icon-picker/style/style.min.css +1 -0
- package/lib/iconfont.1783571795939.ttf +0 -0
- package/lib/iconfont.1783571795939.woff +0 -0
- package/lib/iconfont.1783571795939.woff2 +0 -0
- package/lib/image/index.js +19 -0
- package/lib/image/index.min.js +1 -0
- package/lib/image/src/group.js +171 -0
- package/lib/image/src/group.min.js +1 -0
- package/lib/image/src/image.js +317 -0
- package/lib/image/src/image.min.js +1 -0
- package/lib/image/src/preview.js +683 -0
- package/lib/image/src/preview.min.js +1 -0
- package/lib/image/src/util.js +70 -0
- package/lib/image/src/util.min.js +1 -0
- package/lib/image/style/index.js +1 -0
- package/lib/image/style/style.css +17 -0
- package/lib/image/style/style.min.css +1 -0
- package/lib/image-group/index.js +19 -0
- package/lib/image-group/index.min.js +1 -0
- package/lib/image-group/style/index.js +1 -0
- package/lib/image-group/style/style.css +3 -0
- package/lib/image-group/style/style.min.css +1 -0
- package/lib/image-preview/index.js +21 -0
- package/lib/image-preview/index.min.js +1 -0
- package/lib/image-preview/style/index.js +1 -0
- package/lib/image-preview/style/style.css +218 -0
- package/lib/image-preview/style/style.min.css +1 -0
- package/lib/index.common.js +25 -0
- package/lib/index.umd.js +70070 -0
- package/lib/index.umd.min.js +1 -0
- package/lib/input/index.js +19 -0
- package/lib/input/index.min.js +1 -0
- package/lib/input/src/input.js +3098 -0
- package/lib/input/src/input.min.js +1 -0
- package/lib/input/style/index.js +1 -0
- package/lib/input/style/style.css +1025 -0
- package/lib/input/style/style.min.css +1 -0
- package/lib/language/ar-EG.d.ts +2 -0
- package/lib/language/ar-EG.js +880 -0
- package/lib/language/ar-EG.min.js +1 -0
- package/lib/language/ar-EG.umd.js +894 -0
- package/lib/language/de-DE.d.ts +2 -0
- package/lib/language/de-DE.js +880 -0
- package/lib/language/de-DE.min.js +1 -0
- package/lib/language/de-DE.umd.js +894 -0
- package/lib/language/en-US.d.ts +2 -0
- package/lib/language/en-US.js +880 -0
- package/lib/language/en-US.min.js +1 -0
- package/lib/language/en-US.umd.js +894 -0
- package/lib/language/es-ES.d.ts +2 -0
- package/lib/language/es-ES.js +880 -0
- package/lib/language/es-ES.min.js +1 -0
- package/lib/language/es-ES.umd.js +894 -0
- package/lib/language/fr-FR.d.ts +2 -0
- package/lib/language/fr-FR.js +880 -0
- package/lib/language/fr-FR.min.js +1 -0
- package/lib/language/fr-FR.umd.js +894 -0
- package/lib/language/hu-HU.d.ts +2 -0
- package/lib/language/hu-HU.js +880 -0
- package/lib/language/hu-HU.min.js +1 -0
- package/lib/language/hu-HU.umd.js +894 -0
- package/lib/language/hy-AM.d.ts +2 -0
- package/lib/language/hy-AM.js +880 -0
- package/lib/language/hy-AM.min.js +1 -0
- package/lib/language/hy-AM.umd.js +894 -0
- package/lib/language/id-ID.d.ts +2 -0
- package/lib/language/id-ID.js +880 -0
- package/lib/language/id-ID.min.js +1 -0
- package/lib/language/id-ID.umd.js +894 -0
- package/lib/language/it-IT.d.ts +2 -0
- package/lib/language/it-IT.js +880 -0
- package/lib/language/it-IT.min.js +1 -0
- package/lib/language/it-IT.umd.js +894 -0
- package/lib/language/ja-JP.d.ts +2 -0
- package/lib/language/ja-JP.js +880 -0
- package/lib/language/ja-JP.min.js +1 -0
- package/lib/language/ja-JP.umd.js +894 -0
- package/lib/language/ko-KR.d.ts +2 -0
- package/lib/language/ko-KR.js +880 -0
- package/lib/language/ko-KR.min.js +1 -0
- package/lib/language/ko-KR.umd.js +894 -0
- package/lib/language/ms-MY.d.ts +2 -0
- package/lib/language/ms-MY.js +880 -0
- package/lib/language/ms-MY.min.js +1 -0
- package/lib/language/ms-MY.umd.js +894 -0
- package/lib/language/nb-NO.d.ts +2 -0
- package/lib/language/nb-NO.js +880 -0
- package/lib/language/nb-NO.min.js +1 -0
- package/lib/language/nb-NO.umd.js +894 -0
- package/lib/language/pt-BR.d.ts +2 -0
- package/lib/language/pt-BR.js +880 -0
- package/lib/language/pt-BR.min.js +1 -0
- package/lib/language/pt-BR.umd.js +894 -0
- package/lib/language/ru-RU.d.ts +2 -0
- package/lib/language/ru-RU.js +880 -0
- package/lib/language/ru-RU.min.js +1 -0
- package/lib/language/ru-RU.umd.js +894 -0
- package/lib/language/th-TH.d.ts +2 -0
- package/lib/language/th-TH.js +880 -0
- package/lib/language/th-TH.min.js +1 -0
- package/lib/language/th-TH.umd.js +894 -0
- package/lib/language/ug-CN.d.ts +2 -0
- package/lib/language/ug-CN.js +880 -0
- package/lib/language/ug-CN.min.js +1 -0
- package/lib/language/ug-CN.umd.js +894 -0
- package/lib/language/uk-UA.d.ts +2 -0
- package/lib/language/uk-UA.js +880 -0
- package/lib/language/uk-UA.min.js +1 -0
- package/lib/language/uk-UA.umd.js +894 -0
- package/lib/language/uz-UZ.d.ts +2 -0
- package/lib/language/uz-UZ.js +880 -0
- package/lib/language/uz-UZ.min.js +1 -0
- package/lib/language/uz-UZ.umd.js +894 -0
- package/lib/language/vi-VN.d.ts +2 -0
- package/lib/language/vi-VN.js +880 -0
- package/lib/language/vi-VN.min.js +1 -0
- package/lib/language/vi-VN.umd.js +894 -0
- package/lib/language/zh-CHT.d.ts +2 -0
- package/lib/language/zh-CHT.js +880 -0
- package/lib/language/zh-CHT.min.js +1 -0
- package/lib/language/zh-CHT.umd.js +894 -0
- package/lib/language/zh-CN.d.ts +2 -0
- package/lib/language/zh-CN.js +880 -0
- package/lib/language/zh-CN.min.js +1 -0
- package/lib/language/zh-CN.umd.js +894 -0
- package/lib/language/zh-HK.d.ts +2 -0
- package/lib/language/zh-HK.js +9 -0
- package/lib/language/zh-HK.min.js +1 -0
- package/lib/language/zh-HK.umd.js +23 -0
- package/lib/language/zh-MO.d.ts +2 -0
- package/lib/language/zh-MO.js +9 -0
- package/lib/language/zh-MO.min.js +1 -0
- package/lib/language/zh-MO.umd.js +23 -0
- package/lib/language/zh-TC.js +9 -0
- package/lib/language/zh-TC.min.js +1 -0
- package/lib/language/zh-TW.d.ts +2 -0
- package/lib/language/zh-TW.js +9 -0
- package/lib/language/zh-TW.min.js +1 -0
- package/lib/language/zh-TW.umd.js +23 -0
- package/lib/layout-aside/index.js +19 -0
- package/lib/layout-aside/index.min.js +1 -0
- package/lib/layout-aside/src/layout-aside.js +120 -0
- package/lib/layout-aside/src/layout-aside.min.js +1 -0
- package/lib/layout-aside/style/index.js +1 -0
- package/lib/layout-aside/style/style.css +26 -0
- package/lib/layout-aside/style/style.min.css +1 -0
- package/lib/layout-body/index.js +19 -0
- package/lib/layout-body/index.min.js +1 -0
- package/lib/layout-body/src/layout-body.js +141 -0
- package/lib/layout-body/src/layout-body.min.js +1 -0
- package/lib/layout-body/style/index.js +1 -0
- package/lib/layout-body/style/style.css +16 -0
- package/lib/layout-body/style/style.min.css +1 -0
- package/lib/layout-container/index.js +19 -0
- package/lib/layout-container/index.min.js +1 -0
- package/lib/layout-container/src/layout-container.js +65 -0
- package/lib/layout-container/src/layout-container.min.js +1 -0
- package/lib/layout-container/style/index.js +1 -0
- package/lib/layout-container/style/style.css +28 -0
- package/lib/layout-container/style/style.min.css +1 -0
- package/lib/layout-footer/index.js +19 -0
- package/lib/layout-footer/index.min.js +1 -0
- package/lib/layout-footer/src/layout-footer.js +56 -0
- package/lib/layout-footer/src/layout-footer.min.js +1 -0
- package/lib/layout-footer/style/index.js +1 -0
- package/lib/layout-footer/style/style.css +14 -0
- package/lib/layout-footer/style/style.min.css +1 -0
- package/lib/layout-header/index.js +19 -0
- package/lib/layout-header/index.min.js +1 -0
- package/lib/layout-header/src/layout-header.js +53 -0
- package/lib/layout-header/src/layout-header.min.js +1 -0
- package/lib/layout-header/style/index.js +1 -0
- package/lib/layout-header/style/style.css +11 -0
- package/lib/layout-header/style/style.min.css +1 -0
- package/lib/link/index.js +19 -0
- package/lib/link/index.min.js +1 -0
- package/lib/link/src/link.js +138 -0
- package/lib/link/src/link.min.js +1 -0
- package/lib/link/style/index.js +1 -0
- package/lib/link/style/style.css +111 -0
- package/lib/link/style/style.min.css +1 -0
- package/lib/list/index.js +19 -0
- package/lib/list/index.min.js +1 -0
- package/lib/list/src/list.js +2412 -0
- package/lib/list/src/list.min.js +1 -0
- package/lib/list/src/store.js +15 -0
- package/lib/list/src/store.min.js +1 -0
- package/lib/list/src/util.js +14 -0
- package/lib/list/src/util.min.js +1 -0
- package/lib/list/style/index.js +1 -0
- package/lib/list/style/style.css +379 -0
- package/lib/list/style/style.min.css +1 -0
- package/lib/loading/index.js +34 -0
- package/lib/loading/index.min.js +1 -0
- package/lib/loading/src/loading.js +151 -0
- package/lib/loading/src/loading.min.js +1 -0
- package/lib/loading/style/index.js +1 -0
- package/lib/loading/style/style.css +120 -0
- package/lib/loading/style/style.min.css +1 -0
- package/lib/mention/index.js +19 -0
- package/lib/mention/index.min.js +1 -0
- package/lib/mention/src/mention.js +54 -0
- package/lib/mention/src/mention.min.js +1 -0
- package/lib/mention/style/index.js +1 -0
- package/lib/mention/style/style.css +0 -0
- package/lib/mention/style/style.min.css +0 -0
- package/lib/menu/index.js +19 -0
- package/lib/menu/index.min.js +1 -0
- package/lib/menu/src/menu.js +613 -0
- package/lib/menu/src/menu.min.js +1 -0
- package/lib/menu/style/index.js +1 -0
- package/lib/menu/style/style.css +140 -0
- package/lib/menu/style/style.min.css +1 -0
- package/lib/modal/index.js +149 -0
- package/lib/modal/index.min.js +1 -0
- package/lib/modal/src/modal.js +1730 -0
- package/lib/modal/src/modal.min.js +1 -0
- package/lib/modal/style/index.js +1 -0
- package/lib/modal/style/style.css +415 -0
- package/lib/modal/style/style.min.css +1 -0
- package/lib/notice-bar/index.js +19 -0
- package/lib/notice-bar/index.min.js +1 -0
- package/lib/notice-bar/src/notice-bar.js +175 -0
- package/lib/notice-bar/src/notice-bar.min.js +1 -0
- package/lib/notice-bar/style/index.js +1 -0
- package/lib/notice-bar/style/style.css +78 -0
- package/lib/notice-bar/style/style.min.css +1 -0
- package/lib/number-input/index.js +19 -0
- package/lib/number-input/index.min.js +1 -0
- package/lib/number-input/src/number-input.js +1227 -0
- package/lib/number-input/src/number-input.min.js +1 -0
- package/lib/number-input/src/util.js +29 -0
- package/lib/number-input/src/util.min.js +1 -0
- package/lib/number-input/style/index.js +1 -0
- package/lib/number-input/style/style.css +274 -0
- package/lib/number-input/style/style.min.css +1 -0
- package/lib/optgroup/index.js +19 -0
- package/lib/optgroup/index.min.js +1 -0
- package/lib/optgroup/style/index.js +1 -0
- package/lib/optgroup/style/style.css +0 -0
- package/lib/optgroup/style/style.min.css +0 -0
- package/lib/option/index.js +19 -0
- package/lib/option/index.min.js +1 -0
- package/lib/option/style/index.js +1 -0
- package/lib/option/style/style.css +0 -0
- package/lib/option/style/style.min.css +0 -0
- package/lib/pager/index.js +19 -0
- package/lib/pager/index.min.js +1 -0
- package/lib/pager/src/pager.js +951 -0
- package/lib/pager/src/pager.min.js +1 -0
- package/lib/pager/style/index.js +1 -0
- package/lib/pager/style/style.css +341 -0
- package/lib/pager/style/style.min.css +1 -0
- package/lib/password-input/index.js +19 -0
- package/lib/password-input/index.min.js +1 -0
- package/lib/password-input/src/password-input.js +438 -0
- package/lib/password-input/src/password-input.min.js +1 -0
- package/lib/password-input/style/index.js +1 -0
- package/lib/password-input/style/style.css +598 -0
- package/lib/password-input/style/style.min.css +1 -0
- package/lib/print/index.js +21 -0
- package/lib/print/index.min.js +1 -0
- package/lib/print/src/page-break.js +76 -0
- package/lib/print/src/page-break.min.js +1 -0
- package/lib/print/src/print.js +258 -0
- package/lib/print/src/print.min.js +1 -0
- package/lib/print/src/util.js +239 -0
- package/lib/print/src/util.min.js +1 -0
- package/lib/print/style/index.js +1 -0
- package/lib/print/style/style.css +4 -0
- package/lib/print/style/style.min.css +1 -0
- package/lib/print-page-break/index.js +17 -0
- package/lib/print-page-break/index.min.js +1 -0
- package/lib/print-page-break/style/index.js +1 -0
- package/lib/print-page-break/style/style.css +0 -0
- package/lib/print-page-break/style/style.min.css +0 -0
- package/lib/pulldown/index.js +19 -0
- package/lib/pulldown/index.min.js +1 -0
- package/lib/pulldown/src/pulldown.js +522 -0
- package/lib/pulldown/src/pulldown.min.js +1 -0
- package/lib/pulldown/style/index.js +1 -0
- package/lib/pulldown/style/style.css +109 -0
- package/lib/pulldown/style/style.min.css +1 -0
- package/lib/radio/index.js +19 -0
- package/lib/radio/index.min.js +1 -0
- package/lib/radio/src/button.js +263 -0
- package/lib/radio/src/button.min.js +1 -0
- package/lib/radio/src/group.js +283 -0
- package/lib/radio/src/group.min.js +1 -0
- package/lib/radio/src/radio.js +252 -0
- package/lib/radio/src/radio.min.js +1 -0
- package/lib/radio/style/index.js +1 -0
- package/lib/radio/style/style.css +108 -0
- package/lib/radio/style/style.min.css +1 -0
- package/lib/radio-button/index.js +19 -0
- package/lib/radio-button/index.min.js +1 -0
- package/lib/radio-button/style/index.js +1 -0
- package/lib/radio-button/style/style.css +202 -0
- package/lib/radio-button/style/style.min.css +1 -0
- package/lib/radio-group/index.js +19 -0
- package/lib/radio-group/index.min.js +1 -0
- package/lib/radio-group/style/index.js +1 -0
- package/lib/radio-group/style/style.css +0 -0
- package/lib/radio-group/style/style.min.css +0 -0
- package/lib/rate/index.js +19 -0
- package/lib/rate/index.min.js +1 -0
- package/lib/rate/src/rate.js +187 -0
- package/lib/rate/src/rate.min.js +1 -0
- package/lib/rate/style/index.js +1 -0
- package/lib/rate/style/style.css +54 -0
- package/lib/rate/style/style.min.css +1 -0
- package/lib/result/index.js +19 -0
- package/lib/result/index.min.js +1 -0
- package/lib/result/src/result.js +88 -0
- package/lib/result/src/result.min.js +1 -0
- package/lib/result/style/index.js +1 -0
- package/lib/result/style/style.css +68 -0
- package/lib/result/style/style.min.css +1 -0
- package/lib/row/index.js +19 -0
- package/lib/row/index.min.js +1 -0
- package/lib/row/src/col.js +138 -0
- package/lib/row/src/col.min.js +1 -0
- package/lib/row/src/row.js +122 -0
- package/lib/row/src/row.min.js +1 -0
- package/lib/row/style/index.js +1 -0
- package/lib/row/style/style.css +116 -0
- package/lib/row/style/style.min.css +1 -0
- package/lib/segmented/index.js +19 -0
- package/lib/segmented/index.min.js +1 -0
- package/lib/segmented/src/segmented.js +260 -0
- package/lib/segmented/src/segmented.min.js +1 -0
- package/lib/segmented/style/index.js +1 -0
- package/lib/segmented/style/style.css +197 -0
- package/lib/segmented/style/style.min.css +1 -0
- package/lib/select/index.js +19 -0
- package/lib/select/index.min.js +1 -0
- package/lib/select/src/optgroup.js +98 -0
- package/lib/select/src/optgroup.min.js +1 -0
- package/lib/select/src/option-info.js +33 -0
- package/lib/select/src/option-info.min.js +1 -0
- package/lib/select/src/option.js +94 -0
- package/lib/select/src/option.min.js +1 -0
- package/lib/select/src/select.js +2112 -0
- package/lib/select/src/select.min.js +1 -0
- package/lib/select/src/util.js +51 -0
- package/lib/select/src/util.min.js +1 -0
- package/lib/select/style/index.js +1 -0
- package/lib/select/style/style.css +370 -0
- package/lib/select/style/style.min.css +1 -0
- package/lib/slider/index.js +19 -0
- package/lib/slider/index.min.js +1 -0
- package/lib/slider/src/slider.js +336 -0
- package/lib/slider/src/slider.min.js +1 -0
- package/lib/slider/style/index.js +1 -0
- package/lib/slider/style/style.css +143 -0
- package/lib/slider/style/style.min.css +1 -0
- package/lib/split/index.js +19 -0
- package/lib/split/index.min.js +1 -0
- package/lib/split/style/index.js +1 -0
- package/lib/split/style/style.css +295 -0
- package/lib/split/style/style.min.css +1 -0
- package/lib/split-pane/index.js +20 -0
- package/lib/split-pane/index.min.js +1 -0
- package/lib/split-pane/style/index.js +1 -0
- package/lib/split-pane/style/style.css +0 -0
- package/lib/split-pane/style/style.min.css +0 -0
- package/lib/splitter/index.js +19 -0
- package/lib/splitter/index.min.js +1 -0
- package/lib/splitter/src/splitter-panel.js +161 -0
- package/lib/splitter/src/splitter-panel.min.js +1 -0
- package/lib/splitter/src/splitter.js +1036 -0
- package/lib/splitter/src/splitter.min.js +1 -0
- package/lib/splitter/src/util.js +27 -0
- package/lib/splitter/src/util.min.js +1 -0
- package/lib/splitter/style/index.js +1 -0
- package/lib/splitter/style/style.css +295 -0
- package/lib/splitter/style/style.min.css +1 -0
- package/lib/splitter-panel/index.js +19 -0
- package/lib/splitter-panel/index.min.js +1 -0
- package/lib/splitter-panel/style/index.js +1 -0
- package/lib/splitter-panel/style/style.css +0 -0
- package/lib/splitter-panel/style/style.min.css +0 -0
- package/lib/steps/index.js +19 -0
- package/lib/steps/index.min.js +1 -0
- package/lib/steps/src/steps.js +58 -0
- package/lib/steps/src/steps.min.js +1 -0
- package/lib/steps/style/index.js +1 -0
- package/lib/steps/style/style.css +0 -0
- package/lib/steps/style/style.min.css +0 -0
- package/lib/style.css +1 -0
- package/lib/style.min.css +1 -0
- package/lib/switch/index.js +19 -0
- package/lib/switch/index.min.js +1 -0
- package/lib/switch/src/switch.js +256 -0
- package/lib/switch/src/switch.min.js +1 -0
- package/lib/switch/style/index.js +1 -0
- package/lib/switch/style/style.css +111 -0
- package/lib/switch/style/style.min.css +1 -0
- package/lib/tab-pane/index.js +19 -0
- package/lib/tab-pane/index.min.js +1 -0
- package/lib/tab-pane/style/index.js +1 -0
- package/lib/tab-pane/style/style.css +0 -0
- package/lib/tab-pane/style/style.min.css +0 -0
- package/lib/table-select/index.js +19 -0
- package/lib/table-select/index.min.js +1 -0
- package/lib/table-select/src/table-select.js +871 -0
- package/lib/table-select/src/table-select.min.js +1 -0
- package/lib/table-select/style/index.js +1 -0
- package/lib/table-select/style/style.css +134 -0
- package/lib/table-select/style/style.min.css +1 -0
- package/lib/table-transfer/index.js +19 -0
- package/lib/table-transfer/index.min.js +1 -0
- package/lib/table-transfer/src/table-transfer.js +84 -0
- package/lib/table-transfer/src/table-transfer.min.js +1 -0
- package/lib/table-transfer/style/index.js +1 -0
- package/lib/table-transfer/style/style.css +0 -0
- package/lib/table-transfer/style/style.min.css +0 -0
- package/lib/tabs/index.js +19 -0
- package/lib/tabs/index.min.js +1 -0
- package/lib/tabs/src/tab-pane.js +129 -0
- package/lib/tabs/src/tab-pane.min.js +1 -0
- package/lib/tabs/src/tabs.js +1031 -0
- package/lib/tabs/src/tabs.min.js +1 -0
- package/lib/tabs/src/util.js +29 -0
- package/lib/tabs/src/util.min.js +1 -0
- package/lib/tabs/style/index.js +1 -0
- package/lib/tabs/style/style.css +705 -0
- package/lib/tabs/style/style.min.css +1 -0
- package/lib/tag/index.js +19 -0
- package/lib/tag/index.min.js +1 -0
- package/lib/tag/src/tag.js +183 -0
- package/lib/tag/src/tag.min.js +1 -0
- package/lib/tag/style/index.js +1 -0
- package/lib/tag/style/style.css +187 -0
- package/lib/tag/style/style.min.css +1 -0
- package/lib/text/index.js +19 -0
- package/lib/text/index.min.js +1 -0
- package/lib/text/src/text.js +244 -0
- package/lib/text/src/text.min.js +1 -0
- package/lib/text/style/index.js +1 -0
- package/lib/text/style/style.css +138 -0
- package/lib/text/style/style.min.css +1 -0
- package/lib/text-ellipsis/index.js +19 -0
- package/lib/text-ellipsis/index.min.js +1 -0
- package/lib/text-ellipsis/src/text-ellipsis.js +282 -0
- package/lib/text-ellipsis/src/text-ellipsis.min.js +1 -0
- package/lib/text-ellipsis/style/index.js +1 -0
- package/lib/text-ellipsis/style/style.css +115 -0
- package/lib/text-ellipsis/style/style.min.css +1 -0
- package/lib/textarea/index.js +19 -0
- package/lib/textarea/index.min.js +1 -0
- package/lib/textarea/src/textarea.js +491 -0
- package/lib/textarea/src/textarea.min.js +1 -0
- package/lib/textarea/style/index.js +1 -0
- package/lib/textarea/style/style.css +119 -0
- package/lib/textarea/style/style.min.css +1 -0
- package/lib/timeline/index.js +19 -0
- package/lib/timeline/index.min.js +1 -0
- package/lib/timeline/src/timeline-item.js +45 -0
- package/lib/timeline/src/timeline-item.min.js +1 -0
- package/lib/timeline/src/timeline.js +54 -0
- package/lib/timeline/src/timeline.min.js +1 -0
- package/lib/timeline/style/index.js +1 -0
- package/lib/timeline/style/style.css +0 -0
- package/lib/timeline/style/style.min.css +0 -0
- package/lib/timeline-item/index.js +19 -0
- package/lib/timeline-item/index.min.js +1 -0
- package/lib/timeline-item/style/index.js +1 -0
- package/lib/timeline-item/style/style.css +0 -0
- package/lib/timeline-item/style/style.min.css +0 -0
- package/lib/tip/index.js +21 -0
- package/lib/tip/index.min.js +1 -0
- package/lib/tip/src/tip.js +102 -0
- package/lib/tip/src/tip.min.js +1 -0
- package/lib/tip/style/index.js +1 -0
- package/lib/tip/style/style.css +107 -0
- package/lib/tip/style/style.min.css +1 -0
- package/lib/tooltip/index.js +19 -0
- package/lib/tooltip/index.min.js +1 -0
- package/lib/tooltip/src/tooltip.js +721 -0
- package/lib/tooltip/src/tooltip.min.js +1 -0
- package/lib/tooltip/style/index.js +1 -0
- package/lib/tooltip/style/style.css +117 -0
- package/lib/tooltip/style/style.min.css +1 -0
- package/lib/tour/index.js +19 -0
- package/lib/tour/index.min.js +1 -0
- package/lib/tour/src/tour.js +54 -0
- package/lib/tour/src/tour.min.js +1 -0
- package/lib/tour/style/index.js +1 -0
- package/lib/tour/style/style.css +0 -0
- package/lib/tour/style/style.min.css +0 -0
- package/lib/transfer/index.js +19 -0
- package/lib/transfer/index.min.js +1 -0
- package/lib/transfer/src/transfer.js +93 -0
- package/lib/transfer/src/transfer.min.js +1 -0
- package/lib/transfer/style/index.js +1 -0
- package/lib/transfer/style/style.css +0 -0
- package/lib/transfer/style/style.min.css +0 -0
- package/lib/tree/index.js +19 -0
- package/lib/tree/index.min.js +1 -0
- package/lib/tree/src/store.js +15 -0
- package/lib/tree/src/store.min.js +1 -0
- package/lib/tree/src/tree.js +3952 -0
- package/lib/tree/src/tree.min.js +1 -0
- package/lib/tree/src/util.js +53 -0
- package/lib/tree/src/util.min.js +1 -0
- package/lib/tree/style/index.js +1 -0
- package/lib/tree/style/style.css +385 -0
- package/lib/tree/style/style.min.css +1 -0
- package/lib/tree-select/index.js +19 -0
- package/lib/tree-select/index.min.js +1 -0
- package/lib/tree-select/src/tree-select.js +1205 -0
- package/lib/tree-select/src/tree-select.min.js +1 -0
- package/lib/tree-select/style/index.js +1 -0
- package/lib/tree-select/style/style.css +194 -0
- package/lib/tree-select/style/style.min.css +1 -0
- package/lib/ui/index.js +719 -0
- package/lib/ui/index.min.js +1 -0
- package/lib/ui/src/anime.js +64 -0
- package/lib/ui/src/anime.min.js +1 -0
- package/lib/ui/src/comp.js +9 -0
- package/lib/ui/src/comp.min.js +1 -0
- package/lib/ui/src/dom.js +304 -0
- package/lib/ui/src/dom.min.js +1 -0
- package/lib/ui/src/log.js +22 -0
- package/lib/ui/src/log.min.js +1 -0
- package/lib/ui/src/utils.js +70 -0
- package/lib/ui/src/utils.min.js +1 -0
- package/lib/ui/src/vn.js +63 -0
- package/lib/ui/src/vn.min.js +1 -0
- package/lib/ui/style/index.js +1 -0
- package/lib/ui/style/style.css +0 -0
- package/lib/ui/style/style.min.css +0 -0
- package/lib/upload/index.js +22 -0
- package/lib/upload/index.min.js +1 -0
- package/lib/upload/src/upload.js +2174 -0
- package/lib/upload/src/upload.min.js +1 -0
- package/lib/upload/src/util.js +130 -0
- package/lib/upload/src/util.min.js +1 -0
- package/lib/upload/style/index.js +1 -0
- package/lib/upload/style/style.css +483 -0
- package/lib/upload/style/style.min.css +1 -0
- package/lib/vxe-alert/index.js +22 -0
- package/lib/vxe-alert/index.min.js +1 -0
- package/lib/vxe-alert/style/index.js +1 -0
- package/lib/vxe-alert/style/style.css +129 -0
- package/lib/vxe-alert/style/style.min.css +1 -0
- package/lib/vxe-anchor/index.js +22 -0
- package/lib/vxe-anchor/index.min.js +1 -0
- package/lib/vxe-anchor/style/index.js +1 -0
- package/lib/vxe-anchor/style/style.css +42 -0
- package/lib/vxe-anchor/style/style.min.css +1 -0
- package/lib/vxe-anchor-link/index.js +22 -0
- package/lib/vxe-anchor-link/index.min.js +1 -0
- package/lib/vxe-anchor-link/style/index.js +1 -0
- package/lib/vxe-anchor-link/style/style.css +0 -0
- package/lib/vxe-anchor-link/style/style.min.css +0 -0
- package/lib/vxe-avatar/index.js +22 -0
- package/lib/vxe-avatar/index.min.js +1 -0
- package/lib/vxe-avatar/style/index.js +1 -0
- package/lib/vxe-avatar/style/style.css +98 -0
- package/lib/vxe-avatar/style/style.min.css +1 -0
- package/lib/vxe-backtop/index.js +22 -0
- package/lib/vxe-backtop/index.min.js +1 -0
- package/lib/vxe-backtop/style/index.js +1 -0
- package/lib/vxe-backtop/style/style.css +72 -0
- package/lib/vxe-backtop/style/style.min.css +1 -0
- package/lib/vxe-badge/index.js +22 -0
- package/lib/vxe-badge/index.min.js +1 -0
- package/lib/vxe-badge/style/index.js +1 -0
- package/lib/vxe-badge/style/style.css +42 -0
- package/lib/vxe-badge/style/style.min.css +1 -0
- package/lib/vxe-breadcrumb/index.js +22 -0
- package/lib/vxe-breadcrumb/index.min.js +1 -0
- package/lib/vxe-breadcrumb/style/index.js +1 -0
- package/lib/vxe-breadcrumb/style/style.css +33 -0
- package/lib/vxe-breadcrumb/style/style.min.css +1 -0
- package/lib/vxe-breadcrumb-item/index.js +22 -0
- package/lib/vxe-breadcrumb-item/index.min.js +1 -0
- package/lib/vxe-breadcrumb-item/style/index.js +1 -0
- package/lib/vxe-breadcrumb-item/style/style.css +0 -0
- package/lib/vxe-breadcrumb-item/style/style.min.css +0 -0
- package/lib/vxe-button/index.js +22 -0
- package/lib/vxe-button/index.min.js +1 -0
- package/lib/vxe-button/style/index.js +1 -0
- package/lib/vxe-button/style/style.css +638 -0
- package/lib/vxe-button/style/style.min.css +1 -0
- package/lib/vxe-button-group/index.js +22 -0
- package/lib/vxe-button-group/index.min.js +1 -0
- package/lib/vxe-button-group/style/index.js +1 -0
- package/lib/vxe-button-group/style/style.css +27 -0
- package/lib/vxe-button-group/style/style.min.css +1 -0
- package/lib/vxe-calendar/index.js +22 -0
- package/lib/vxe-calendar/index.min.js +1 -0
- package/lib/vxe-calendar/style/index.js +1 -0
- package/lib/vxe-calendar/style/style.css +350 -0
- package/lib/vxe-calendar/style/style.min.css +1 -0
- package/lib/vxe-card/index.js +22 -0
- package/lib/vxe-card/index.min.js +1 -0
- package/lib/vxe-card/style/index.js +1 -0
- package/lib/vxe-card/style/style.css +107 -0
- package/lib/vxe-card/style/style.min.css +1 -0
- package/lib/vxe-carousel/index.js +22 -0
- package/lib/vxe-carousel/index.min.js +1 -0
- package/lib/vxe-carousel/style/index.js +1 -0
- package/lib/vxe-carousel/style/style.css +185 -0
- package/lib/vxe-carousel/style/style.min.css +1 -0
- package/lib/vxe-carousel-item/index.js +22 -0
- package/lib/vxe-carousel-item/index.min.js +1 -0
- package/lib/vxe-carousel-item/style/index.js +1 -0
- package/lib/vxe-carousel-item/style/style.css +0 -0
- package/lib/vxe-carousel-item/style/style.min.css +0 -0
- package/lib/vxe-cascader/index.js +22 -0
- package/lib/vxe-cascader/index.min.js +1 -0
- package/lib/vxe-cascader/style/index.js +1 -0
- package/lib/vxe-cascader/style/style.css +346 -0
- package/lib/vxe-cascader/style/style.min.css +1 -0
- package/lib/vxe-checkbox/index.js +22 -0
- package/lib/vxe-checkbox/index.min.js +1 -0
- package/lib/vxe-checkbox/style/index.js +1 -0
- package/lib/vxe-checkbox/style/style.css +113 -0
- package/lib/vxe-checkbox/style/style.min.css +1 -0
- package/lib/vxe-checkbox-button/index.js +22 -0
- package/lib/vxe-checkbox-button/index.min.js +1 -0
- package/lib/vxe-checkbox-button/style/index.js +1 -0
- package/lib/vxe-checkbox-button/style/style.css +202 -0
- package/lib/vxe-checkbox-button/style/style.min.css +1 -0
- package/lib/vxe-checkbox-group/index.js +22 -0
- package/lib/vxe-checkbox-group/index.min.js +1 -0
- package/lib/vxe-checkbox-group/style/index.js +1 -0
- package/lib/vxe-checkbox-group/style/style.css +0 -0
- package/lib/vxe-checkbox-group/style/style.min.css +0 -0
- package/lib/vxe-col/index.js +22 -0
- package/lib/vxe-col/index.min.js +1 -0
- package/lib/vxe-col/style/index.js +1 -0
- package/lib/vxe-col/style/style.css +0 -0
- package/lib/vxe-col/style/style.min.css +0 -0
- package/lib/vxe-collapse/index.js +22 -0
- package/lib/vxe-collapse/index.min.js +1 -0
- package/lib/vxe-collapse/style/index.js +1 -0
- package/lib/vxe-collapse/style/style.css +83 -0
- package/lib/vxe-collapse/style/style.min.css +1 -0
- package/lib/vxe-collapse-pane/index.js +22 -0
- package/lib/vxe-collapse-pane/index.min.js +1 -0
- package/lib/vxe-collapse-pane/style/index.js +1 -0
- package/lib/vxe-collapse-pane/style/style.css +0 -0
- package/lib/vxe-collapse-pane/style/style.min.css +0 -0
- package/lib/vxe-color-picker/index.js +22 -0
- package/lib/vxe-color-picker/index.min.js +1 -0
- package/lib/vxe-color-picker/style/index.js +1 -0
- package/lib/vxe-color-picker/style/style.css +485 -0
- package/lib/vxe-color-picker/style/style.min.css +1 -0
- package/lib/vxe-context-menu/index.js +22 -0
- package/lib/vxe-context-menu/index.min.js +1 -0
- package/lib/vxe-context-menu/style/index.js +1 -0
- package/lib/vxe-context-menu/style/style.css +109 -0
- package/lib/vxe-context-menu/style/style.min.css +1 -0
- package/lib/vxe-countdown/index.js +22 -0
- package/lib/vxe-countdown/index.min.js +1 -0
- package/lib/vxe-countdown/style/index.js +1 -0
- package/lib/vxe-countdown/style/style.css +38 -0
- package/lib/vxe-countdown/style/style.min.css +1 -0
- package/lib/vxe-date-panel/index.js +22 -0
- package/lib/vxe-date-panel/index.min.js +1 -0
- package/lib/vxe-date-panel/style/index.js +1 -0
- package/lib/vxe-date-panel/style/style.css +453 -0
- package/lib/vxe-date-panel/style/style.min.css +1 -0
- package/lib/vxe-date-picker/index.js +22 -0
- package/lib/vxe-date-picker/index.min.js +1 -0
- package/lib/vxe-date-picker/style/index.js +1 -0
- package/lib/vxe-date-picker/style/style.css +283 -0
- package/lib/vxe-date-picker/style/style.min.css +1 -0
- package/lib/vxe-date-range-picker/index.js +22 -0
- package/lib/vxe-date-range-picker/index.min.js +1 -0
- package/lib/vxe-date-range-picker/style/index.js +1 -0
- package/lib/vxe-date-range-picker/style/style.css +289 -0
- package/lib/vxe-date-range-picker/style/style.min.css +1 -0
- package/lib/vxe-drawer/index.js +22 -0
- package/lib/vxe-drawer/index.min.js +1 -0
- package/lib/vxe-drawer/style/index.js +1 -0
- package/lib/vxe-drawer/style/style.css +270 -0
- package/lib/vxe-drawer/style/style.min.css +1 -0
- package/lib/vxe-empty/index.js +22 -0
- package/lib/vxe-empty/index.min.js +1 -0
- package/lib/vxe-empty/style/index.js +1 -0
- package/lib/vxe-empty/style/style.css +54 -0
- package/lib/vxe-empty/style/style.min.css +1 -0
- package/lib/vxe-form/index.js +22 -0
- package/lib/vxe-form/index.min.js +1 -0
- package/lib/vxe-form/style/index.js +1 -0
- package/lib/vxe-form/style/style.css +621 -0
- package/lib/vxe-form/style/style.min.css +1 -0
- package/lib/vxe-form-gather/index.js +22 -0
- package/lib/vxe-form-gather/index.min.js +1 -0
- package/lib/vxe-form-gather/style/index.js +1 -0
- package/lib/vxe-form-gather/style/style.css +0 -0
- package/lib/vxe-form-gather/style/style.min.css +0 -0
- package/lib/vxe-form-group/index.js +22 -0
- package/lib/vxe-form-group/index.min.js +1 -0
- package/lib/vxe-form-group/style/index.js +1 -0
- package/lib/vxe-form-group/style/style.css +0 -0
- package/lib/vxe-form-group/style/style.min.css +0 -0
- package/lib/vxe-form-item/index.js +22 -0
- package/lib/vxe-form-item/index.min.js +1 -0
- package/lib/vxe-form-item/style/index.js +1 -0
- package/lib/vxe-form-item/style/style.css +0 -0
- package/lib/vxe-form-item/style/style.min.css +0 -0
- package/lib/vxe-icon/index.js +22 -0
- package/lib/vxe-icon/index.min.js +1 -0
- package/lib/vxe-icon/style/index.js +1 -0
- package/lib/vxe-icon/style/style.css +1034 -0
- package/lib/vxe-icon/style/style.min.css +1 -0
- package/lib/vxe-icon-picker/index.js +22 -0
- package/lib/vxe-icon-picker/index.min.js +1 -0
- package/lib/vxe-icon-picker/style/index.js +1 -0
- package/lib/vxe-icon-picker/style/style.css +242 -0
- package/lib/vxe-icon-picker/style/style.min.css +1 -0
- package/lib/vxe-image/index.js +22 -0
- package/lib/vxe-image/index.min.js +1 -0
- package/lib/vxe-image/style/index.js +1 -0
- package/lib/vxe-image/style/style.css +17 -0
- package/lib/vxe-image/style/style.min.css +1 -0
- package/lib/vxe-image-group/index.js +22 -0
- package/lib/vxe-image-group/index.min.js +1 -0
- package/lib/vxe-image-group/style/index.js +1 -0
- package/lib/vxe-image-group/style/style.css +3 -0
- package/lib/vxe-image-group/style/style.min.css +1 -0
- package/lib/vxe-image-preview/index.js +22 -0
- package/lib/vxe-image-preview/index.min.js +1 -0
- package/lib/vxe-image-preview/style/index.js +1 -0
- package/lib/vxe-image-preview/style/style.css +218 -0
- package/lib/vxe-image-preview/style/style.min.css +1 -0
- package/lib/vxe-input/index.js +22 -0
- package/lib/vxe-input/index.min.js +1 -0
- package/lib/vxe-input/style/index.js +1 -0
- package/lib/vxe-input/style/style.css +1025 -0
- package/lib/vxe-input/style/style.min.css +1 -0
- package/lib/vxe-layout-aside/index.js +22 -0
- package/lib/vxe-layout-aside/index.min.js +1 -0
- package/lib/vxe-layout-aside/style/index.js +1 -0
- package/lib/vxe-layout-aside/style/style.css +26 -0
- package/lib/vxe-layout-aside/style/style.min.css +1 -0
- package/lib/vxe-layout-body/index.js +22 -0
- package/lib/vxe-layout-body/index.min.js +1 -0
- package/lib/vxe-layout-body/style/index.js +1 -0
- package/lib/vxe-layout-body/style/style.css +16 -0
- package/lib/vxe-layout-body/style/style.min.css +1 -0
- package/lib/vxe-layout-container/index.js +22 -0
- package/lib/vxe-layout-container/index.min.js +1 -0
- package/lib/vxe-layout-container/style/index.js +1 -0
- package/lib/vxe-layout-container/style/style.css +28 -0
- package/lib/vxe-layout-container/style/style.min.css +1 -0
- package/lib/vxe-layout-footer/index.js +22 -0
- package/lib/vxe-layout-footer/index.min.js +1 -0
- package/lib/vxe-layout-footer/style/index.js +1 -0
- package/lib/vxe-layout-footer/style/style.css +14 -0
- package/lib/vxe-layout-footer/style/style.min.css +1 -0
- package/lib/vxe-layout-header/index.js +22 -0
- package/lib/vxe-layout-header/index.min.js +1 -0
- package/lib/vxe-layout-header/style/index.js +1 -0
- package/lib/vxe-layout-header/style/style.css +11 -0
- package/lib/vxe-layout-header/style/style.min.css +1 -0
- package/lib/vxe-link/index.js +22 -0
- package/lib/vxe-link/index.min.js +1 -0
- package/lib/vxe-link/style/index.js +1 -0
- package/lib/vxe-link/style/style.css +111 -0
- package/lib/vxe-link/style/style.min.css +1 -0
- package/lib/vxe-list/index.js +22 -0
- package/lib/vxe-list/index.min.js +1 -0
- package/lib/vxe-list/style/index.js +1 -0
- package/lib/vxe-list/style/style.css +379 -0
- package/lib/vxe-list/style/style.min.css +1 -0
- package/lib/vxe-loading/index.js +22 -0
- package/lib/vxe-loading/index.min.js +1 -0
- package/lib/vxe-loading/style/index.js +1 -0
- package/lib/vxe-loading/style/style.css +120 -0
- package/lib/vxe-loading/style/style.min.css +1 -0
- package/lib/vxe-mention/index.js +22 -0
- package/lib/vxe-mention/index.min.js +1 -0
- package/lib/vxe-mention/style/index.js +1 -0
- package/lib/vxe-mention/style/style.css +0 -0
- package/lib/vxe-mention/style/style.min.css +0 -0
- package/lib/vxe-menu/index.js +22 -0
- package/lib/vxe-menu/index.min.js +1 -0
- package/lib/vxe-menu/style/index.js +1 -0
- package/lib/vxe-menu/style/style.css +140 -0
- package/lib/vxe-menu/style/style.min.css +1 -0
- package/lib/vxe-modal/index.js +22 -0
- package/lib/vxe-modal/index.min.js +1 -0
- package/lib/vxe-modal/style/index.js +1 -0
- package/lib/vxe-modal/style/style.css +415 -0
- package/lib/vxe-modal/style/style.min.css +1 -0
- package/lib/vxe-notice-bar/index.js +22 -0
- package/lib/vxe-notice-bar/index.min.js +1 -0
- package/lib/vxe-notice-bar/style/index.js +1 -0
- package/lib/vxe-notice-bar/style/style.css +78 -0
- package/lib/vxe-notice-bar/style/style.min.css +1 -0
- package/lib/vxe-number-input/index.js +22 -0
- package/lib/vxe-number-input/index.min.js +1 -0
- package/lib/vxe-number-input/style/index.js +1 -0
- package/lib/vxe-number-input/style/style.css +274 -0
- package/lib/vxe-number-input/style/style.min.css +1 -0
- package/lib/vxe-optgroup/index.js +22 -0
- package/lib/vxe-optgroup/index.min.js +1 -0
- package/lib/vxe-optgroup/style/index.js +1 -0
- package/lib/vxe-optgroup/style/style.css +0 -0
- package/lib/vxe-optgroup/style/style.min.css +0 -0
- package/lib/vxe-option/index.js +22 -0
- package/lib/vxe-option/index.min.js +1 -0
- package/lib/vxe-option/style/index.js +1 -0
- package/lib/vxe-option/style/style.css +0 -0
- package/lib/vxe-option/style/style.min.css +0 -0
- package/lib/vxe-pager/index.js +22 -0
- package/lib/vxe-pager/index.min.js +1 -0
- package/lib/vxe-pager/style/index.js +1 -0
- package/lib/vxe-pager/style/style.css +341 -0
- package/lib/vxe-pager/style/style.min.css +1 -0
- package/lib/vxe-password-input/index.js +22 -0
- package/lib/vxe-password-input/index.min.js +1 -0
- package/lib/vxe-password-input/style/index.js +1 -0
- package/lib/vxe-password-input/style/style.css +598 -0
- package/lib/vxe-password-input/style/style.min.css +1 -0
- package/lib/vxe-print/index.js +22 -0
- package/lib/vxe-print/index.min.js +1 -0
- package/lib/vxe-print/style/index.js +1 -0
- package/lib/vxe-print/style/style.css +4 -0
- package/lib/vxe-print/style/style.min.css +1 -0
- package/lib/vxe-print-page-break/index.js +22 -0
- package/lib/vxe-print-page-break/index.min.js +1 -0
- package/lib/vxe-print-page-break/style/index.js +1 -0
- package/lib/vxe-print-page-break/style/style.css +0 -0
- package/lib/vxe-print-page-break/style/style.min.css +0 -0
- package/lib/vxe-pulldown/index.js +22 -0
- package/lib/vxe-pulldown/index.min.js +1 -0
- package/lib/vxe-pulldown/style/index.js +1 -0
- package/lib/vxe-pulldown/style/style.css +109 -0
- package/lib/vxe-pulldown/style/style.min.css +1 -0
- package/lib/vxe-radio/index.js +22 -0
- package/lib/vxe-radio/index.min.js +1 -0
- package/lib/vxe-radio/style/index.js +1 -0
- package/lib/vxe-radio/style/style.css +108 -0
- package/lib/vxe-radio/style/style.min.css +1 -0
- package/lib/vxe-radio-button/index.js +22 -0
- package/lib/vxe-radio-button/index.min.js +1 -0
- package/lib/vxe-radio-button/style/index.js +1 -0
- package/lib/vxe-radio-button/style/style.css +202 -0
- package/lib/vxe-radio-button/style/style.min.css +1 -0
- package/lib/vxe-radio-group/index.js +22 -0
- package/lib/vxe-radio-group/index.min.js +1 -0
- package/lib/vxe-radio-group/style/index.js +1 -0
- package/lib/vxe-radio-group/style/style.css +0 -0
- package/lib/vxe-radio-group/style/style.min.css +0 -0
- package/lib/vxe-rate/index.js +22 -0
- package/lib/vxe-rate/index.min.js +1 -0
- package/lib/vxe-rate/style/index.js +1 -0
- package/lib/vxe-rate/style/style.css +54 -0
- package/lib/vxe-rate/style/style.min.css +1 -0
- package/lib/vxe-result/index.js +22 -0
- package/lib/vxe-result/index.min.js +1 -0
- package/lib/vxe-result/style/index.js +1 -0
- package/lib/vxe-result/style/style.css +68 -0
- package/lib/vxe-result/style/style.min.css +1 -0
- package/lib/vxe-row/index.js +22 -0
- package/lib/vxe-row/index.min.js +1 -0
- package/lib/vxe-row/style/index.js +1 -0
- package/lib/vxe-row/style/style.css +116 -0
- package/lib/vxe-row/style/style.min.css +1 -0
- package/lib/vxe-segmented/index.js +22 -0
- package/lib/vxe-segmented/index.min.js +1 -0
- package/lib/vxe-segmented/style/index.js +1 -0
- package/lib/vxe-segmented/style/style.css +197 -0
- package/lib/vxe-segmented/style/style.min.css +1 -0
- package/lib/vxe-select/index.js +22 -0
- package/lib/vxe-select/index.min.js +1 -0
- package/lib/vxe-select/style/index.js +1 -0
- package/lib/vxe-select/style/style.css +370 -0
- package/lib/vxe-select/style/style.min.css +1 -0
- package/lib/vxe-slider/index.js +22 -0
- package/lib/vxe-slider/index.min.js +1 -0
- package/lib/vxe-slider/style/index.js +1 -0
- package/lib/vxe-slider/style/style.css +143 -0
- package/lib/vxe-slider/style/style.min.css +1 -0
- package/lib/vxe-split/index.js +22 -0
- package/lib/vxe-split/index.min.js +1 -0
- package/lib/vxe-split/style/index.js +1 -0
- package/lib/vxe-split/style/style.css +295 -0
- package/lib/vxe-split/style/style.min.css +1 -0
- package/lib/vxe-split-pane/index.js +22 -0
- package/lib/vxe-split-pane/index.min.js +1 -0
- package/lib/vxe-split-pane/style/index.js +1 -0
- package/lib/vxe-split-pane/style/style.css +0 -0
- package/lib/vxe-split-pane/style/style.min.css +0 -0
- package/lib/vxe-splitter/index.js +22 -0
- package/lib/vxe-splitter/index.min.js +1 -0
- package/lib/vxe-splitter/style/index.js +1 -0
- package/lib/vxe-splitter/style/style.css +295 -0
- package/lib/vxe-splitter/style/style.min.css +1 -0
- package/lib/vxe-splitter-panel/index.js +22 -0
- package/lib/vxe-splitter-panel/index.min.js +1 -0
- package/lib/vxe-splitter-panel/style/index.js +1 -0
- package/lib/vxe-splitter-panel/style/style.css +0 -0
- package/lib/vxe-splitter-panel/style/style.min.css +0 -0
- package/lib/vxe-steps/index.js +22 -0
- package/lib/vxe-steps/index.min.js +1 -0
- package/lib/vxe-steps/style/index.js +1 -0
- package/lib/vxe-steps/style/style.css +0 -0
- package/lib/vxe-steps/style/style.min.css +0 -0
- package/lib/vxe-switch/index.js +22 -0
- package/lib/vxe-switch/index.min.js +1 -0
- package/lib/vxe-switch/style/index.js +1 -0
- package/lib/vxe-switch/style/style.css +111 -0
- package/lib/vxe-switch/style/style.min.css +1 -0
- package/lib/vxe-tab-pane/index.js +22 -0
- package/lib/vxe-tab-pane/index.min.js +1 -0
- package/lib/vxe-tab-pane/style/index.js +1 -0
- package/lib/vxe-tab-pane/style/style.css +0 -0
- package/lib/vxe-tab-pane/style/style.min.css +0 -0
- package/lib/vxe-table-select/index.js +22 -0
- package/lib/vxe-table-select/index.min.js +1 -0
- package/lib/vxe-table-select/style/index.js +1 -0
- package/lib/vxe-table-select/style/style.css +134 -0
- package/lib/vxe-table-select/style/style.min.css +1 -0
- package/lib/vxe-table-transfer/index.js +22 -0
- package/lib/vxe-table-transfer/index.min.js +1 -0
- package/lib/vxe-table-transfer/style/index.js +1 -0
- package/lib/vxe-table-transfer/style/style.css +0 -0
- package/lib/vxe-table-transfer/style/style.min.css +0 -0
- package/lib/vxe-tabs/index.js +22 -0
- package/lib/vxe-tabs/index.min.js +1 -0
- package/lib/vxe-tabs/style/index.js +1 -0
- package/lib/vxe-tabs/style/style.css +705 -0
- package/lib/vxe-tabs/style/style.min.css +1 -0
- package/lib/vxe-tag/index.js +22 -0
- package/lib/vxe-tag/index.min.js +1 -0
- package/lib/vxe-tag/style/index.js +1 -0
- package/lib/vxe-tag/style/style.css +187 -0
- package/lib/vxe-tag/style/style.min.css +1 -0
- package/lib/vxe-text/index.js +22 -0
- package/lib/vxe-text/index.min.js +1 -0
- package/lib/vxe-text/style/index.js +1 -0
- package/lib/vxe-text/style/style.css +138 -0
- package/lib/vxe-text/style/style.min.css +1 -0
- package/lib/vxe-text-ellipsis/index.js +22 -0
- package/lib/vxe-text-ellipsis/index.min.js +1 -0
- package/lib/vxe-text-ellipsis/style/index.js +1 -0
- package/lib/vxe-text-ellipsis/style/style.css +115 -0
- package/lib/vxe-text-ellipsis/style/style.min.css +1 -0
- package/lib/vxe-textarea/index.js +22 -0
- package/lib/vxe-textarea/index.min.js +1 -0
- package/lib/vxe-textarea/style/index.js +1 -0
- package/lib/vxe-textarea/style/style.css +119 -0
- package/lib/vxe-textarea/style/style.min.css +1 -0
- package/lib/vxe-timeline/index.js +22 -0
- package/lib/vxe-timeline/index.min.js +1 -0
- package/lib/vxe-timeline/style/index.js +1 -0
- package/lib/vxe-timeline/style/style.css +0 -0
- package/lib/vxe-timeline/style/style.min.css +0 -0
- package/lib/vxe-timeline-item/index.js +22 -0
- package/lib/vxe-timeline-item/index.min.js +1 -0
- package/lib/vxe-timeline-item/style/index.js +1 -0
- package/lib/vxe-timeline-item/style/style.css +0 -0
- package/lib/vxe-timeline-item/style/style.min.css +0 -0
- package/lib/vxe-tip/index.js +22 -0
- package/lib/vxe-tip/index.min.js +1 -0
- package/lib/vxe-tip/style/index.js +1 -0
- package/lib/vxe-tip/style/style.css +107 -0
- package/lib/vxe-tip/style/style.min.css +1 -0
- package/lib/vxe-tooltip/index.js +22 -0
- package/lib/vxe-tooltip/index.min.js +1 -0
- package/lib/vxe-tooltip/style/index.js +1 -0
- package/lib/vxe-tooltip/style/style.css +117 -0
- package/lib/vxe-tooltip/style/style.min.css +1 -0
- package/lib/vxe-tour/index.js +22 -0
- package/lib/vxe-tour/index.min.js +1 -0
- package/lib/vxe-tour/style/index.js +1 -0
- package/lib/vxe-tour/style/style.css +0 -0
- package/lib/vxe-tour/style/style.min.css +0 -0
- package/lib/vxe-transfer/index.js +22 -0
- package/lib/vxe-transfer/index.min.js +1 -0
- package/lib/vxe-transfer/style/index.js +1 -0
- package/lib/vxe-transfer/style/style.css +0 -0
- package/lib/vxe-transfer/style/style.min.css +0 -0
- package/lib/vxe-tree/index.js +22 -0
- package/lib/vxe-tree/index.min.js +1 -0
- package/lib/vxe-tree/style/index.js +1 -0
- package/lib/vxe-tree/style/style.css +385 -0
- package/lib/vxe-tree/style/style.min.css +1 -0
- package/lib/vxe-tree-select/index.js +22 -0
- package/lib/vxe-tree-select/index.min.js +1 -0
- package/lib/vxe-tree-select/style/index.js +1 -0
- package/lib/vxe-tree-select/style/style.css +194 -0
- package/lib/vxe-tree-select/style/style.min.css +1 -0
- package/lib/vxe-u-i/index.js +22 -0
- package/lib/vxe-u-i/index.min.js +1 -0
- package/lib/vxe-ui/index.js +22 -0
- package/lib/vxe-ui/index.min.js +1 -0
- package/lib/vxe-ui/style/index.js +1 -0
- package/lib/vxe-ui/style/style.css +0 -0
- package/lib/vxe-ui/style/style.min.css +0 -0
- package/lib/vxe-upload/index.js +22 -0
- package/lib/vxe-upload/index.min.js +1 -0
- package/lib/vxe-upload/style/index.js +1 -0
- package/lib/vxe-upload/style/style.css +483 -0
- package/lib/vxe-upload/style/style.min.css +1 -0
- package/lib/vxe-watermark/index.js +22 -0
- package/lib/vxe-watermark/index.min.js +1 -0
- package/lib/vxe-watermark/style/index.js +1 -0
- package/lib/vxe-watermark/style/style.css +30 -0
- package/lib/vxe-watermark/style/style.min.css +1 -0
- package/lib/watermark/index.js +31 -0
- package/lib/watermark/index.min.js +1 -0
- package/lib/watermark/src/util.js +164 -0
- package/lib/watermark/src/util.min.js +1 -0
- package/lib/watermark/src/watermark.js +170 -0
- package/lib/watermark/src/watermark.min.js +1 -0
- package/lib/watermark/style/index.js +1 -0
- package/lib/watermark/style/style.css +30 -0
- package/lib/watermark/style/style.min.css +1 -0
- package/package.json +1 -1
- package/packages/cascader/src/cascader.ts +7 -9
- package/packages/upload/src/upload.ts +5 -3
- package/types/all.d.ts +75 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _xeUtils=_interopRequireDefault(require("xe-utils")),_ui=require("../../ui"),_comp=require("../../ui/src/comp"),_dom=require("../../ui/src/dom"),_utils=require("../../ui/src/utils"),_vn=require("../../ui/src/vn"),_log=require("../../ui/src/log"),_tooltip=_interopRequireDefault(require("../../tooltip"));function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function _defineProperty(e,t,n){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _toPropertyKey(e){e=_toPrimitive(e,"string");return"symbol"==_typeof(e)?e:e+""}function _toPrimitive(e,t){if("object"!=_typeof(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0===n)return("string"===t?String:Number)(e);n=n.call(e,t||"default");if("object"!=_typeof(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}var _createComponentLog=(0,_log.createComponentLog)("button"),warnLog=_createComponentLog.warnLog,_default2=exports.default=(0,_comp.defineVxeComponent)({name:"VxeButton",mixins:[_ui.globalMixins.sizeMixin,_ui.globalMixins.permissionMixin],props:{type:String,mode:String,className:[String,Function],popupClassName:[String,Function],size:{type:String,default:function(){return(0,_ui.getConfig)().button.size||(0,_ui.getConfig)().size}},zIndex:Number,name:[String,Number],routerLink:Object,permissionCode:[String,Number],content:String,placement:String,status:String,title:String,shadow:Boolean,icon:String,iconRender:Object,prefixIcon:String,prefixRender:Object,suffixIcon:String,suffixRender:Object,round:Boolean,circle:Boolean,disabled:Boolean,loading:Boolean,trigger:{type:String,default:function(){return(0,_ui.getConfig)().button.trigger}},align:String,prefixTooltip:Object,suffixTooltip:Object,options:Array,showDropdownIcon:{type:Boolean,default:function(){return(0,_ui.getConfig)().button.showDropdownIcon}},destroyOnClose:{type:Boolean,default:function(){return(0,_ui.getConfig)().button.destroyOnClose}},popupConfig:Object,transfer:{type:Boolean,default:null}},inject:{$xeModal:{default:null},$xeDrawer:{default:null},$xeTable:{default:null},$xeTree:{default:null},$xeForm:{default:null},$xeButtonGroup:{default:null}},data:function(){var e={showTime:void 0};return{xID:_xeUtils.default.uniqueId(),reactData:{initialized:!1,visiblePanel:!1,isAniVisible:!1,isActivated:!1,panelIndex:0,panelStyle:{},panelPlacement:""},internalData:e}},computed:Object.assign(Object.assign({},{}),{computeBtnTransfer:function(){var e=this,t=e.$xeTable,n=e.$xeTree,o=e.$xeModal,i=e.$xeDrawer,r=e.$xeForm,s=e.transfer,e=e.computePopupOpts;if(_xeUtils.default.isBoolean(e.transfer))return e.transfer;if(null===s){e=(0,_ui.getConfig)().button.transfer;if(_xeUtils.default.isBoolean(e))return e;if(t||n||o||i||r)return!0}return s},computeBtnDisabled:function(){var e=this.disabled,t=this.computePermissionInfo;return e||t.disabled},computeIsFormBtn:function(){var e=this.type;return!!e&&-1<["submit","reset","button"].indexOf(e)},computeBtnMode:function(){var e=this.type,t=this.mode,n=this.$xeButtonGroup;return"text"===t||"text"===e||n&&"text"===n.mode?"text":"button"},computeBtnStatus:function(){var e=this.status,t=this.$xeButtonGroup;return e||(t?t.status:"")},computeBtnRound:function(){var e=this.round,t=this.$xeButtonGroup;return e||!!t&&t.round},computeBtnAlign:function(){var e=this.align,t=this.$xeButtonGroup;return e||!!t&&t.align},computeBtnCircle:function(){var e=this.circle,t=this.$xeButtonGroup;return e||!!t&&t.circle},computeDownBtnList:function(){var e=this.options;return e?e.filter(function(e){e=e.permissionCode;return!e||_ui.permission.checkVisible(e)}):[]},computePopupOpts:function(){return Object.assign({},(0,_ui.getConfig)().button.popupConfig,this.popupConfig)},computePrefixTipOpts:function(){return Object.assign({},(0,_ui.getConfig)().button.prefixTooltip,this.prefixTooltip)},computeSuffixTipOpts:function(){return Object.assign({},(0,_ui.getConfig)().button.suffixTooltip,this.suffixTooltip)}}),methods:{dispatchEvent:function(e,t,n){this.$emit((0,_vn.getEventCaseName)(this,e),(0,_ui.createEvent)(n,{$button:this},t))},openPanel:function(){var e=this,t=e.reactData,n=e.internalData,o=e.trigger,i=e.computeBtnTransfer,r=e.$refs.refBtnPanel;return r&&(r.dataset.active="Y",t.initialized||(t.initialized=!0,i&&document.body.appendChild(r)),n.showTime=setTimeout(function(){"Y"===r.dataset.active?e.mouseenterDropdownEvent():t.isAniVisible=!1},"click"===o?50:250)),e.$nextTick()},closePanel:function(){return this.hidePanel()},hidePanel:function(){var e=this.reactData,t=this.internalData,n=this.$refs.refBtnPanel;return clearTimeout(t.showTime),n?(n.dataset.active="N",setTimeout(function(){"Y"!==n.dataset.active&&(e.visiblePanel=!1,setTimeout(function(){"Y"!==n.dataset.active&&(e.isAniVisible=!1)},350))},100)):(e.isAniVisible=!1,e.visiblePanel=!1),this.$nextTick()},focus:function(){var e=this.$refs.refButton;return e&&e.focus(),this.$nextTick()},blur:function(){var e=this.$refs.refButton;return e&&e.blur(),this.$nextTick()},updateZindex:function(){var e=this.reactData,t=this.computePopupOpts.zIndex||this.zIndex;t?e.panelIndex=_xeUtils.default.toNumber(t):e.panelIndex<(0,_utils.getLastZIndex)()&&(e.panelIndex=(0,_utils.nextZIndex)())},updatePlacement:function(){function e(){var e=(0,_dom.updatePanelPlacement)(r,s,{placement:a.placement||o,defaultPlacement:a.defaultPlacement,teleportTo:u}),t=Object.assign(e.style,{zIndex:i});n.panelStyle=t,n.panelPlacement=e.placement}var t=this,n=t.reactData,o=t.placement,i=n.panelIndex,r=t.$refs.refButton,s=t.$refs.refBtnPanel,u=t.computeBtnTransfer,a=t.computePopupOpts;return e(),t.$nextTick().then(e)},clickEvent:function(e){var t=this.$xeButtonGroup;t&&t.handleClick({name:this.name},e),this.dispatchEvent("click",{$event:e},e)},downBtnClickEvent:function(e,t){e=e.$event;this.hidePanel(),this.dispatchEvent("dropdown-click",{name:t.name,option:t},e)},mousedownDropdownEvent:function(e){0===e.button&&e.stopPropagation()},clickDropdownEvent:function(e){var t=this.reactData,n=e.currentTarget,o=this.$refs.refBtnPanel,n=(0,_dom.getEventTargetNode)(e,n,"vxe-button"),i=n.flag,n=n.targetElem;i&&(o&&(o.dataset.active="N"),t.visiblePanel=!1,setTimeout(function(){o&&"Y"===o.dataset.active||(t.isAniVisible=!1)},350),this.dispatchEvent("dropdown-click",{name:n.getAttribute("name"),option:null,$event:e},e))},mouseenterDropdownEvent:function(){var e=this,t=e.reactData,n=e.$refs.refBtnPanel;n&&(n.dataset.active="Y",t.isAniVisible=!0,setTimeout(function(){"Y"===n.dataset.active&&(t.visiblePanel=!0,e.updateZindex(),e.updatePlacement(),setTimeout(function(){t.visiblePanel&&e.updatePlacement()},50))},20))},mouseenterTargetEvent:function(e){var t=this.loading;this.computeBtnDisabled||t||(this.openPanel(),this.mouseenterEvent(e))},mouseleaveTargetEvent:function(e){this.hidePanel(),this.mouseleaveEvent(e)},mouseenterEvent:function(e){this.dispatchEvent("mouseenter",{},e)},mouseleaveEvent:function(e){this.dispatchEvent("mouseleave",{},e)},contextmenuEvent:function(e){this.dispatchEvent("contextmenu",{},e)},clickTargetEvent:function(e){var t=this,n=t.reactData,o=t.loading;t.computeBtnDisabled||o||("click"===t.trigger&&(n.visiblePanel?t.hidePanel():t.openPanel()),t.clickEvent(e))},mouseleaveDropdownEvent:function(){this.hidePanel()},handleGlobalMousewheelEvent:function(e){var t=this.reactData,n=this.$refs.refBtnPanel;t.visiblePanel&&!(0,_dom.getEventTargetNode)(e,n).flag&&this.hidePanel()},handleGlobalMousedownEvent:function(e){var t,n,o=this,i=o.reactData,r=i.visiblePanel;o.computeBtnDisabled||(t=o.$refs.refElem,n=o.$refs.refBtnPanel,i.isActivated=(0,_dom.getEventTargetNode)(e,t).flag||(0,_dom.getEventTargetNode)(e,n).flag,r&&!i.isActivated&&o.hidePanel())},handleGlobalResizeEvent:function(){this.reactData.visiblePanel&&this.updatePlacement()},renderTooltipIcon:function(e,t,n){return e(_tooltip.default,{props:{useHtml:_xeUtils.default.isBoolean(t.useHtml)?t.useHtml:t.useHTML,content:t.content,enterable:t.enterable,theme:t.theme},scopedSlots:{default:function(){return e("span",{class:"vxe-button--item vxe-button--tooltip-".concat(n,"-icon")},[e("i",{class:t.icon||(0,_ui.getIcon)().BUTTON_TOOLTIP_ICON})])}}})},renderContent:function(e){var t=this,n=t.$scopedSlots,o=t.content,i=t.suffixIcon,r=t.loading,s=t.suffixTooltip,u=t.suffixRender,a=t.prefixIcon||t.icon,l=t.prefixRender||t.iconRender,c=t.computeSuffixTipOpts,d=n.prefix||n.icon,p=n.suffix,n=n.default,f=[];return t.prefixTooltip&&f.push(t.renderTooltipIcon(e,t.computePrefixTipOpts,"prefix")),r?f.push(e("i",{class:["vxe-button--item vxe-button--loading-icon",(0,_ui.getIcon)().BUTTON_LOADING]})):d?f.push(e("span",{class:"vxe-button--item vxe-button--custom-prefix-icon"},d.call(t,{}))):l?(d=(r=_ui.renderer.get(l.name))?r.renderButtonPrefix:null,f.push(e("span",{class:["vxe-button--item vxe-button--custom-prefix-icon"]},d?(0,_vn.getSlotVNs)(d.call(t,e,l,{$button:t})):[]))):a&&f.push(e("i",{class:["vxe-button--item vxe-button--prefix-icon",a]})),n?f.push(e("span",{class:"vxe-button--item vxe-button--content"},n.call(t,{}))):o&&f.push(e("span",{class:"vxe-button--item vxe-button--content"},(0,_utils.getFuncText)(o))),p?f.push(e("span",{class:"vxe-button--item vxe-button--custom-suffix-icon"},p.call(t,{}))):u?(d=(r=_ui.renderer.get(u.name))?r.renderButtonSuffix:null,f.push(e("span",{class:["vxe-button--item vxe-button--custom-suffix-icon"]},d?(0,_vn.getSlotVNs)(d.call(t,e,u,{$button:t})):[]))):i&&f.push(e("i",{class:["vxe-button--item vxe-button--suffix-icon",i]})),s&&f.push(t.renderTooltipIcon(e,c,"suffix")),f},renderVN:function(n){var e,t,o=this,i=o.$scopedSlots,r=o.reactData,s=o.className,u=o.trigger,a=o.title,l=o.routerLink,c=o.type,d=o.destroyOnClose,p=o.name,f=o.loading,m=o.shadow,v=o.showDropdownIcon,b=r.initialized,x=r.isAniVisible,g=r.visiblePanel,h=o.computeIsFormBtn,_=o.computeBtnMode,P=o.computeBtnStatus,y=o.computeBtnRound,B=o.computeBtnCircle,E=o.computeBtnTransfer,T=o.computeBtnAlign,w=o.computeBtnDisabled,$=o.computeDownBtnList,D=o.computeSize,i=i.dropdowns,O=o.computePopupOpts.className||o.popupClassName;return o.computePermissionInfo.visible?i||$.length?(e={contextmenu:o.contextmenuEvent},t={},"hover"===u&&(e.mouseenter=o.mouseenterTargetEvent,e.mouseleave=o.mouseleaveTargetEvent,t.mouseenter=o.mouseenterDropdownEvent,t.mouseleave=o.mouseleaveDropdownEvent),n("div",{ref:"refElem",class:["vxe-button--dropdown",s?_xeUtils.default.isFunction(s)?s({$button:o}):s:"",_defineProperty(_defineProperty({},"size--".concat(D),D),"is--active",g)]},[l?n("router-link",{ref:"refButton",class:["vxe-button","vxe-button--link","type--".concat(_),T?"align--".concat(T):"",s?_xeUtils.default.isFunction(s)?s({$button:o}):s:"",_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({},"size--".concat(D),D),"theme--".concat(P),P),"is--round",y),"is--circle",B),"is--shadow",m),"is--disabled",w||f),"is--loading",f)],attrs:{title:a,name:p,type:h?c:"button",disabled:w||f,custom:!0,to:l},on:Object.assign({click:o.clickTargetEvent},e)},o.renderContent(n).concat(v?[n("i",{class:"vxe-button--dropdown-arrow ".concat((0,_ui.getIcon)().BUTTON_DROPDOWN)})]:[])):n("button",{ref:"refButton",class:["vxe-button","type--".concat(_),T?"align--".concat(T):"",s?_xeUtils.default.isFunction(s)?s({$button:o}):s:"",_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({},"size--".concat(D),D),"theme--".concat(P),P),"is--round",y),"is--circle",B),"is--shadow",m),"is--disabled",w||f),"is--loading",f)],attrs:{title:a,name:p,type:h?c:"button",disabled:w||f},on:Object.assign({click:o.clickTargetEvent},e)},o.renderContent(n).concat(v?[n("i",{class:"vxe-button--dropdown-arrow ".concat((0,_ui.getIcon)().BUTTON_DROPDOWN)})]:[])),n("div",{ref:"refBtnPanel",class:["vxe-button--dropdown-panel",O?_xeUtils.default.isFunction(O)?O({$button:o}):O:"",_defineProperty(_defineProperty(_defineProperty(_defineProperty({},"size--".concat(D),D),"is--transfer",E),"ani--leave",x),"ani--enter",g)],attrs:{placement:r.panelPlacement},style:r.panelStyle,on:t},b&&(g||x)?[i?n("div",{class:"vxe-button--dropdown-wrapper",on:{mousedown:o.mousedownDropdownEvent,click:o.clickDropdownEvent}},b&&(!d||g||x)?i.call(o,{}):[]):n("div",{class:"vxe-button--dropdown-wrapper"},b&&(!d||g||x)?$.map(function(t,e){return n("vxe-button",{key:e,props:{type:t.type,mode:t.mode||_,className:t.className,name:t.name,routerLink:t.routerLink,permissionCode:t.permissionCode,title:t.title,content:t.content,status:t.status,icon:t.icon,round:_xeUtils.default.isBoolean(t.round)?t.round:"text"!==_&&y,circle:_xeUtils.default.isBoolean(t.circle)?t.circle:"text"!==_&&B,disabled:t.disabled,loading:t.loading,align:t.align},on:{click:function(e){o.downBtnClickEvent(e,t)}}})}):[])]:[])])):l?n("router-link",{ref:"refButton",class:["vxe-button","vxe-button--link","type--".concat(_),T?"align--".concat(T):"",s?_xeUtils.default.isFunction(s)?s({$button:o}):s:"",_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({},"size--".concat(D),D),"theme--".concat(P),P),"is--round",y),"is--circle",B),"is--shadow",m),"is--disabled",w||f),"is--loading",f)],props:{title:a,name:p,type:h?c:"button",disabled:w||f,custom:!0,to:l},on:{click:o.clickEvent,mouseenter:o.mouseenterEvent,mouseleave:o.mouseleaveEvent,contextmenu:o.contextmenuEvent}},o.renderContent(n)):n("button",{ref:"refButton",class:["vxe-button","type--".concat(_),T?"align--".concat(T):"",s?_xeUtils.default.isFunction(s)?s({$button:o}):s:"",_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({},"size--".concat(D),D),"theme--".concat(P),P),"is--round",y),"is--circle",B),"is--shadow",m),"is--disabled",w||f),"is--loading",f)],attrs:{title:a,name:p,type:h?c:"button",disabled:w||f},on:{click:o.clickEvent,mouseenter:o.mouseenterEvent,mouseleave:o.mouseleaveEvent,contextmenu:o.contextmenuEvent}},o.renderContent(n)):(0,_ui.renderEmptyElement)(o)}},mounted:function(){var e=this;"text"===e.type&&warnLog("vxe.error.delProp",["type=text","mode=text"]),_ui.globalEvents.on(e,"mousewheel",e.handleGlobalMousewheelEvent),_ui.globalEvents.on(e,"mousedown",e.handleGlobalMousedownEvent),_ui.globalEvents.on(e,"resize",e.handleGlobalResizeEvent)},beforeDestroy:function(){var e=this.$refs.refBtnPanel;e&&e.parentNode&&e.parentNode.removeChild(e)},destroyed:function(){_ui.globalEvents.off(this,"mousewheel"),_ui.globalEvents.off(this,"mousedown"),_ui.globalEvents.off(this,"resize")},render:function(e){return this.renderVN(e)}});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require('./style.css')
|
|
@@ -0,0 +1,638 @@
|
|
|
1
|
+
.vxe-button,
|
|
2
|
+
.vxe-button--dropdown {
|
|
3
|
+
--vxe-ui-button-current-font-size: var(--vxe-ui-font-size-default);
|
|
4
|
+
--vxe-ui-button-current-margin-left: var(--vxe-ui-base-margin-gap-default);
|
|
5
|
+
--vxe-ui-button-current-height: var(--vxe-ui-button-height-default);
|
|
6
|
+
--vxe-ui-button-current-border-radius: var(--vxe-ui-button-round-border-radius-default);
|
|
7
|
+
}
|
|
8
|
+
.vxe-button.size--medium,
|
|
9
|
+
.vxe-button--dropdown.size--medium {
|
|
10
|
+
--vxe-ui-button-current-font-size: var(--vxe-ui-font-size-medium);
|
|
11
|
+
--vxe-ui-button-current-margin-left: var(--vxe-ui-base-margin-gap-medium);
|
|
12
|
+
--vxe-ui-button-current-height: var(--vxe-ui-button-height-medium);
|
|
13
|
+
--vxe-ui-button-current-border-radius: var(--vxe-ui-button-round-border-radius-medium);
|
|
14
|
+
}
|
|
15
|
+
.vxe-button.size--small,
|
|
16
|
+
.vxe-button--dropdown.size--small {
|
|
17
|
+
--vxe-ui-button-current-font-size: var(--vxe-ui-font-size-small);
|
|
18
|
+
--vxe-ui-button-current-margin-left: var(--vxe-ui-base-margin-gap-small);
|
|
19
|
+
--vxe-ui-button-current-height: var(--vxe-ui-button-height-small);
|
|
20
|
+
--vxe-ui-button-current-border-radius: var(--vxe-ui-button-round-border-radius-small);
|
|
21
|
+
}
|
|
22
|
+
.vxe-button.size--mini,
|
|
23
|
+
.vxe-button--dropdown.size--mini {
|
|
24
|
+
--vxe-ui-button-current-font-size: var(--vxe-ui-font-size-mini);
|
|
25
|
+
--vxe-ui-button-current-margin-left: var(--vxe-ui-base-margin-gap-mini);
|
|
26
|
+
--vxe-ui-button-current-height: var(--vxe-ui-button-height-mini);
|
|
27
|
+
--vxe-ui-button-current-border-radius: var(--vxe-ui-button-round-border-radius-mini);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.vxe-button {
|
|
31
|
+
display: inline-flex;
|
|
32
|
+
flex-direction: row;
|
|
33
|
+
align-items: center;
|
|
34
|
+
justify-content: center;
|
|
35
|
+
vertical-align: middle;
|
|
36
|
+
position: relative;
|
|
37
|
+
background-color: var(--vxe-ui-layout-background-color);
|
|
38
|
+
outline: 0;
|
|
39
|
+
font-size: var(--vxe-ui-button-current-font-size);
|
|
40
|
+
max-width: var(--vxe-ui-button-max-width);
|
|
41
|
+
overflow: hidden;
|
|
42
|
+
text-overflow: ellipsis;
|
|
43
|
+
white-space: nowrap;
|
|
44
|
+
white-space: nowrap;
|
|
45
|
+
-webkit-user-select: none;
|
|
46
|
+
-moz-user-select: none;
|
|
47
|
+
-ms-user-select: none;
|
|
48
|
+
user-select: none;
|
|
49
|
+
-webkit-appearance: none;
|
|
50
|
+
-moz-appearance: none;
|
|
51
|
+
appearance: none;
|
|
52
|
+
transition: border 0.2s ease-in-out;
|
|
53
|
+
}
|
|
54
|
+
.vxe-button.align--left {
|
|
55
|
+
justify-content: left;
|
|
56
|
+
}
|
|
57
|
+
.vxe-button.align--center {
|
|
58
|
+
justify-content: center;
|
|
59
|
+
}
|
|
60
|
+
.vxe-button.align--right {
|
|
61
|
+
justify-content: right;
|
|
62
|
+
}
|
|
63
|
+
.vxe-button:not(.is--disabled) {
|
|
64
|
+
color: var(--vxe-ui-font-color);
|
|
65
|
+
cursor: pointer;
|
|
66
|
+
}
|
|
67
|
+
.vxe-button.is--loading {
|
|
68
|
+
cursor: progress;
|
|
69
|
+
}
|
|
70
|
+
.vxe-button.is--loading:before {
|
|
71
|
+
content: "";
|
|
72
|
+
position: absolute;
|
|
73
|
+
left: -1px;
|
|
74
|
+
top: -1px;
|
|
75
|
+
right: -1px;
|
|
76
|
+
bottom: -1px;
|
|
77
|
+
border-radius: inherit;
|
|
78
|
+
background-color: hsla(0, 0%, 100%, 0.35);
|
|
79
|
+
pointer-events: none;
|
|
80
|
+
}
|
|
81
|
+
.vxe-button.is--disabled {
|
|
82
|
+
color: var(--vxe-ui-font-disabled-color);
|
|
83
|
+
}
|
|
84
|
+
.vxe-button.is--disabled:not(.is--loading) {
|
|
85
|
+
cursor: no-drop;
|
|
86
|
+
}
|
|
87
|
+
.vxe-button.type--text {
|
|
88
|
+
text-decoration: none;
|
|
89
|
+
border: 0;
|
|
90
|
+
padding: 0.1em 0.5em;
|
|
91
|
+
background-color: transparent;
|
|
92
|
+
text-decoration: none;
|
|
93
|
+
}
|
|
94
|
+
.vxe-button.type--text:not(.is--disabled):focus {
|
|
95
|
+
color: var(--vxe-ui-font-darken-color);
|
|
96
|
+
}
|
|
97
|
+
.vxe-button.type--text:not(.is--disabled):hover {
|
|
98
|
+
color: var(--vxe-ui-font-primary-lighten-color);
|
|
99
|
+
}
|
|
100
|
+
.vxe-button.type--text:not(.is--disabled):active {
|
|
101
|
+
color: var(--vxe-ui-font-primary-darken-color);
|
|
102
|
+
}
|
|
103
|
+
.vxe-button.type--text.theme--primary {
|
|
104
|
+
color: var(--vxe-ui-font-primary-color);
|
|
105
|
+
}
|
|
106
|
+
.vxe-button.type--text.theme--primary:not(.is--disabled):focus {
|
|
107
|
+
color: var(--vxe-ui-font-primary-darken-color);
|
|
108
|
+
}
|
|
109
|
+
.vxe-button.type--text.theme--primary:not(.is--disabled):hover {
|
|
110
|
+
color: var(--vxe-ui-font-primary-lighten-color);
|
|
111
|
+
}
|
|
112
|
+
.vxe-button.type--text.theme--primary:not(.is--disabled):active {
|
|
113
|
+
color: var(--vxe-ui-font-primary-darken-color);
|
|
114
|
+
}
|
|
115
|
+
.vxe-button.type--text.theme--primary.is--disabled {
|
|
116
|
+
color: var(--vxe-ui-font-primary-disabled-color);
|
|
117
|
+
}
|
|
118
|
+
.vxe-button.type--text.theme--success {
|
|
119
|
+
color: var(--vxe-ui-status-success-color);
|
|
120
|
+
}
|
|
121
|
+
.vxe-button.type--text.theme--success:not(.is--disabled):focus {
|
|
122
|
+
color: var(--vxe-ui-status-success-darken-color);
|
|
123
|
+
}
|
|
124
|
+
.vxe-button.type--text.theme--success:not(.is--disabled):hover {
|
|
125
|
+
color: var(--vxe-ui-status-success-lighten-color);
|
|
126
|
+
}
|
|
127
|
+
.vxe-button.type--text.theme--success:not(.is--disabled):active {
|
|
128
|
+
color: var(--vxe-ui-status-success-darken-color);
|
|
129
|
+
}
|
|
130
|
+
.vxe-button.type--text.theme--success.is--disabled {
|
|
131
|
+
color: var(--vxe-ui-status-success-disabled-color);
|
|
132
|
+
}
|
|
133
|
+
.vxe-button.type--text.theme--info {
|
|
134
|
+
color: var(--vxe-ui-status-info-color);
|
|
135
|
+
}
|
|
136
|
+
.vxe-button.type--text.theme--info:not(.is--disabled):focus {
|
|
137
|
+
color: var(--vxe-ui-status-info-darken-color);
|
|
138
|
+
}
|
|
139
|
+
.vxe-button.type--text.theme--info:not(.is--disabled):hover {
|
|
140
|
+
color: var(--vxe-ui-status-info-lighten-color);
|
|
141
|
+
}
|
|
142
|
+
.vxe-button.type--text.theme--info:not(.is--disabled):active {
|
|
143
|
+
color: var(--vxe-ui-status-info-darken-color);
|
|
144
|
+
}
|
|
145
|
+
.vxe-button.type--text.theme--info.is--disabled {
|
|
146
|
+
color: var(--vxe-ui-status-info-disabled-color);
|
|
147
|
+
}
|
|
148
|
+
.vxe-button.type--text.theme--warning {
|
|
149
|
+
color: var(--vxe-ui-status-warning-color);
|
|
150
|
+
}
|
|
151
|
+
.vxe-button.type--text.theme--warning:not(.is--disabled):focus {
|
|
152
|
+
color: var(--vxe-ui-status-warning-darken-color);
|
|
153
|
+
}
|
|
154
|
+
.vxe-button.type--text.theme--warning:not(.is--disabled):hover {
|
|
155
|
+
color: var(--vxe-ui-status-warning-lighten-color);
|
|
156
|
+
}
|
|
157
|
+
.vxe-button.type--text.theme--warning:not(.is--disabled):active {
|
|
158
|
+
color: var(--vxe-ui-status-warning-darken-color);
|
|
159
|
+
}
|
|
160
|
+
.vxe-button.type--text.theme--warning.is--disabled {
|
|
161
|
+
color: var(--vxe-ui-status-warning-disabled-color);
|
|
162
|
+
}
|
|
163
|
+
.vxe-button.type--text.theme--danger {
|
|
164
|
+
color: var(--vxe-ui-status-danger-color);
|
|
165
|
+
}
|
|
166
|
+
.vxe-button.type--text.theme--danger:not(.is--disabled):focus {
|
|
167
|
+
color: var(--vxe-ui-status-danger-darken-color);
|
|
168
|
+
}
|
|
169
|
+
.vxe-button.type--text.theme--danger:not(.is--disabled):hover {
|
|
170
|
+
color: var(--vxe-ui-status-danger-lighten-color);
|
|
171
|
+
}
|
|
172
|
+
.vxe-button.type--text.theme--danger:not(.is--disabled):active {
|
|
173
|
+
color: var(--vxe-ui-status-danger-darken-color);
|
|
174
|
+
}
|
|
175
|
+
.vxe-button.type--text.theme--danger.is--disabled {
|
|
176
|
+
color: var(--vxe-ui-status-danger-disabled-color);
|
|
177
|
+
}
|
|
178
|
+
.vxe-button.type--text.theme--error {
|
|
179
|
+
color: var(--vxe-ui-status-error-color);
|
|
180
|
+
}
|
|
181
|
+
.vxe-button.type--text.theme--error:not(.is--disabled):focus {
|
|
182
|
+
color: var(--vxe-ui-status-error-darken-color);
|
|
183
|
+
}
|
|
184
|
+
.vxe-button.type--text.theme--error:not(.is--disabled):hover {
|
|
185
|
+
color: var(--vxe-ui-status-error-lighten-color);
|
|
186
|
+
}
|
|
187
|
+
.vxe-button.type--text.theme--error:not(.is--disabled):active {
|
|
188
|
+
color: var(--vxe-ui-status-error-darken-color);
|
|
189
|
+
}
|
|
190
|
+
.vxe-button.type--text.theme--error.is--disabled {
|
|
191
|
+
color: var(--vxe-ui-status-error-disabled-color);
|
|
192
|
+
}
|
|
193
|
+
.vxe-button.type--text.theme--perfect {
|
|
194
|
+
color: var(--vxe-ui-table-header-background-color);
|
|
195
|
+
}
|
|
196
|
+
.vxe-button.type--text.theme--perfect:not(.is--disabled):focus {
|
|
197
|
+
color: var(--vxe-ui-table-header-background-color);
|
|
198
|
+
}
|
|
199
|
+
.vxe-button.type--text.theme--perfect:not(.is--disabled):hover {
|
|
200
|
+
color: var(--vxe-ui-table-header-background-color);
|
|
201
|
+
}
|
|
202
|
+
.vxe-button.type--text.theme--perfect:not(.is--disabled):active {
|
|
203
|
+
color: var(--vxe-ui-table-header-background-color);
|
|
204
|
+
}
|
|
205
|
+
.vxe-button.type--text.theme--perfect.is--disabled {
|
|
206
|
+
color: var(--vxe-ui-table-header-background-color);
|
|
207
|
+
}
|
|
208
|
+
.vxe-button.type--button {
|
|
209
|
+
font-family: inherit;
|
|
210
|
+
line-height: 1;
|
|
211
|
+
border: 1px solid var(--vxe-ui-input-border-color);
|
|
212
|
+
text-decoration: none;
|
|
213
|
+
}
|
|
214
|
+
.vxe-button.type--button.is--round {
|
|
215
|
+
border-radius: var(--vxe-ui-button-current-border-radius);
|
|
216
|
+
}
|
|
217
|
+
.vxe-button.type--button:not(.is--round) {
|
|
218
|
+
border-radius: var(--vxe-ui-base-border-radius);
|
|
219
|
+
}
|
|
220
|
+
.vxe-button.type--button.is--circle {
|
|
221
|
+
padding: 0 0.5em;
|
|
222
|
+
text-align: center;
|
|
223
|
+
justify-content: center;
|
|
224
|
+
min-width: var(--vxe-ui-button-current-height);
|
|
225
|
+
border-radius: 50%;
|
|
226
|
+
}
|
|
227
|
+
.vxe-button.type--button.is--shadow {
|
|
228
|
+
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
|
|
229
|
+
}
|
|
230
|
+
.vxe-button.type--button:not(.is--circle) {
|
|
231
|
+
padding: 0 1em;
|
|
232
|
+
}
|
|
233
|
+
.vxe-button.type--button:not(.is--disabled):hover {
|
|
234
|
+
color: var(--vxe-ui-font-primary-lighten-color);
|
|
235
|
+
}
|
|
236
|
+
.vxe-button.type--button:not(.is--disabled):focus {
|
|
237
|
+
border-color: var(--vxe-ui-font-primary-color);
|
|
238
|
+
}
|
|
239
|
+
.vxe-button.type--button:not(.is--disabled):active {
|
|
240
|
+
color: var(--vxe-ui-font-primary-darken-color);
|
|
241
|
+
border-color: var(--vxe-ui-font-primary-darken-color);
|
|
242
|
+
background-color: var(--vxe-ui-layout-background-color);
|
|
243
|
+
}
|
|
244
|
+
.vxe-button.type--button:not(.is--disabled):hover {
|
|
245
|
+
color: var(--vxe-ui-font-primary-lighten-color);
|
|
246
|
+
}
|
|
247
|
+
.vxe-button.type--button:not(.is--disabled):focus {
|
|
248
|
+
border-color: var(--vxe-ui-font-primary-color);
|
|
249
|
+
}
|
|
250
|
+
.vxe-button.type--button:not(.is--disabled):active {
|
|
251
|
+
color: var(--vxe-ui-font-primary-darken-color);
|
|
252
|
+
border-color: var(--vxe-ui-font-primary-darken-color);
|
|
253
|
+
background-color: var(--vxe-ui-layout-background-color);
|
|
254
|
+
}
|
|
255
|
+
.vxe-button.type--button.theme--primary {
|
|
256
|
+
color: #fff;
|
|
257
|
+
}
|
|
258
|
+
.vxe-button.type--button.theme--primary:not(.is--disabled) {
|
|
259
|
+
border-color: var(--vxe-ui-font-primary-color);
|
|
260
|
+
background-color: var(--vxe-ui-font-primary-color);
|
|
261
|
+
}
|
|
262
|
+
.vxe-button.type--button.theme--primary:not(.is--disabled):hover {
|
|
263
|
+
color: #fff;
|
|
264
|
+
background-color: var(--vxe-ui-font-primary-lighten-color);
|
|
265
|
+
border-color: var(--vxe-ui-font-primary-lighten-color);
|
|
266
|
+
}
|
|
267
|
+
.vxe-button.type--button.theme--primary:not(.is--disabled):active {
|
|
268
|
+
color: #fff;
|
|
269
|
+
background-color: var(--vxe-ui-font-primary-darken-color);
|
|
270
|
+
border-color: var(--vxe-ui-font-primary-darken-color);
|
|
271
|
+
}
|
|
272
|
+
.vxe-button.type--button.theme--primary.is--disabled {
|
|
273
|
+
border-color: var(--vxe-ui-font-primary-disabled-color);
|
|
274
|
+
background-color: var(--vxe-ui-font-primary-disabled-color);
|
|
275
|
+
}
|
|
276
|
+
.vxe-button.type--button.theme--primary.is--loading {
|
|
277
|
+
border-color: var(--vxe-ui-font-primary-color);
|
|
278
|
+
background-color: var(--vxe-ui-font-primary-color);
|
|
279
|
+
}
|
|
280
|
+
.vxe-button.type--button.theme--success {
|
|
281
|
+
color: #fff;
|
|
282
|
+
}
|
|
283
|
+
.vxe-button.type--button.theme--success:not(.is--disabled) {
|
|
284
|
+
border-color: var(--vxe-ui-status-success-color);
|
|
285
|
+
background-color: var(--vxe-ui-status-success-color);
|
|
286
|
+
}
|
|
287
|
+
.vxe-button.type--button.theme--success:not(.is--disabled):hover {
|
|
288
|
+
color: #fff;
|
|
289
|
+
background-color: var(--vxe-ui-status-success-lighten-color);
|
|
290
|
+
border-color: var(--vxe-ui-status-success-lighten-color);
|
|
291
|
+
}
|
|
292
|
+
.vxe-button.type--button.theme--success:not(.is--disabled):active {
|
|
293
|
+
color: #fff;
|
|
294
|
+
background-color: var(--vxe-ui-status-success-darken-color);
|
|
295
|
+
border-color: var(--vxe-ui-status-success-darken-color);
|
|
296
|
+
}
|
|
297
|
+
.vxe-button.type--button.theme--success.is--disabled {
|
|
298
|
+
border-color: var(--vxe-ui-status-success-disabled-color);
|
|
299
|
+
background-color: var(--vxe-ui-status-success-disabled-color);
|
|
300
|
+
}
|
|
301
|
+
.vxe-button.type--button.theme--success.is--loading {
|
|
302
|
+
border-color: var(--vxe-ui-status-success-color);
|
|
303
|
+
background-color: var(--vxe-ui-status-success-color);
|
|
304
|
+
}
|
|
305
|
+
.vxe-button.type--button.theme--info {
|
|
306
|
+
color: #fff;
|
|
307
|
+
}
|
|
308
|
+
.vxe-button.type--button.theme--info:not(.is--disabled) {
|
|
309
|
+
border-color: var(--vxe-ui-status-info-color);
|
|
310
|
+
background-color: var(--vxe-ui-status-info-color);
|
|
311
|
+
}
|
|
312
|
+
.vxe-button.type--button.theme--info:not(.is--disabled):hover {
|
|
313
|
+
color: #fff;
|
|
314
|
+
background-color: var(--vxe-ui-status-info-lighten-color);
|
|
315
|
+
border-color: var(--vxe-ui-status-info-lighten-color);
|
|
316
|
+
}
|
|
317
|
+
.vxe-button.type--button.theme--info:not(.is--disabled):active {
|
|
318
|
+
color: #fff;
|
|
319
|
+
background-color: var(--vxe-ui-status-info-darken-color);
|
|
320
|
+
border-color: var(--vxe-ui-status-info-darken-color);
|
|
321
|
+
}
|
|
322
|
+
.vxe-button.type--button.theme--info.is--disabled {
|
|
323
|
+
border-color: var(--vxe-ui-status-info-disabled-color);
|
|
324
|
+
background-color: var(--vxe-ui-status-info-disabled-color);
|
|
325
|
+
}
|
|
326
|
+
.vxe-button.type--button.theme--info.is--loading {
|
|
327
|
+
border-color: var(--vxe-ui-status-info-color);
|
|
328
|
+
background-color: var(--vxe-ui-status-info-color);
|
|
329
|
+
}
|
|
330
|
+
.vxe-button.type--button.theme--warning {
|
|
331
|
+
color: #fff;
|
|
332
|
+
}
|
|
333
|
+
.vxe-button.type--button.theme--warning:not(.is--disabled) {
|
|
334
|
+
border-color: var(--vxe-ui-status-warning-color);
|
|
335
|
+
background-color: var(--vxe-ui-status-warning-color);
|
|
336
|
+
}
|
|
337
|
+
.vxe-button.type--button.theme--warning:not(.is--disabled):hover {
|
|
338
|
+
color: #fff;
|
|
339
|
+
background-color: var(--vxe-ui-status-warning-lighten-color);
|
|
340
|
+
border-color: var(--vxe-ui-status-warning-lighten-color);
|
|
341
|
+
}
|
|
342
|
+
.vxe-button.type--button.theme--warning:not(.is--disabled):active {
|
|
343
|
+
color: #fff;
|
|
344
|
+
background-color: var(--vxe-ui-status-warning-darken-color);
|
|
345
|
+
border-color: var(--vxe-ui-status-warning-darken-color);
|
|
346
|
+
}
|
|
347
|
+
.vxe-button.type--button.theme--warning.is--disabled {
|
|
348
|
+
border-color: var(--vxe-ui-status-warning-disabled-color);
|
|
349
|
+
background-color: var(--vxe-ui-status-warning-disabled-color);
|
|
350
|
+
}
|
|
351
|
+
.vxe-button.type--button.theme--warning.is--loading {
|
|
352
|
+
border-color: var(--vxe-ui-status-warning-color);
|
|
353
|
+
background-color: var(--vxe-ui-status-warning-color);
|
|
354
|
+
}
|
|
355
|
+
.vxe-button.type--button.theme--danger {
|
|
356
|
+
color: #fff;
|
|
357
|
+
}
|
|
358
|
+
.vxe-button.type--button.theme--danger:not(.is--disabled) {
|
|
359
|
+
border-color: var(--vxe-ui-status-danger-color);
|
|
360
|
+
background-color: var(--vxe-ui-status-danger-color);
|
|
361
|
+
}
|
|
362
|
+
.vxe-button.type--button.theme--danger:not(.is--disabled):hover {
|
|
363
|
+
color: #fff;
|
|
364
|
+
background-color: var(--vxe-ui-status-danger-lighten-color);
|
|
365
|
+
border-color: var(--vxe-ui-status-danger-lighten-color);
|
|
366
|
+
}
|
|
367
|
+
.vxe-button.type--button.theme--danger:not(.is--disabled):active {
|
|
368
|
+
color: #fff;
|
|
369
|
+
background-color: var(--vxe-ui-status-danger-darken-color);
|
|
370
|
+
border-color: var(--vxe-ui-status-danger-darken-color);
|
|
371
|
+
}
|
|
372
|
+
.vxe-button.type--button.theme--danger.is--disabled {
|
|
373
|
+
border-color: var(--vxe-ui-status-danger-disabled-color);
|
|
374
|
+
background-color: var(--vxe-ui-status-danger-disabled-color);
|
|
375
|
+
}
|
|
376
|
+
.vxe-button.type--button.theme--danger.is--loading {
|
|
377
|
+
border-color: var(--vxe-ui-status-danger-color);
|
|
378
|
+
background-color: var(--vxe-ui-status-danger-color);
|
|
379
|
+
}
|
|
380
|
+
.vxe-button.type--button.theme--error {
|
|
381
|
+
color: #fff;
|
|
382
|
+
}
|
|
383
|
+
.vxe-button.type--button.theme--error:not(.is--disabled) {
|
|
384
|
+
border-color: var(--vxe-ui-status-error-color);
|
|
385
|
+
background-color: var(--vxe-ui-status-error-color);
|
|
386
|
+
}
|
|
387
|
+
.vxe-button.type--button.theme--error:not(.is--disabled):hover {
|
|
388
|
+
color: #fff;
|
|
389
|
+
background-color: var(--vxe-ui-status-error-lighten-color);
|
|
390
|
+
border-color: var(--vxe-ui-status-error-lighten-color);
|
|
391
|
+
}
|
|
392
|
+
.vxe-button.type--button.theme--error:not(.is--disabled):active {
|
|
393
|
+
color: #fff;
|
|
394
|
+
background-color: var(--vxe-ui-status-error-darken-color);
|
|
395
|
+
border-color: var(--vxe-ui-status-error-darken-color);
|
|
396
|
+
}
|
|
397
|
+
.vxe-button.type--button.theme--error.is--disabled {
|
|
398
|
+
border-color: var(--vxe-ui-status-error-disabled-color);
|
|
399
|
+
background-color: var(--vxe-ui-status-error-disabled-color);
|
|
400
|
+
}
|
|
401
|
+
.vxe-button.type--button.theme--error.is--loading {
|
|
402
|
+
border-color: var(--vxe-ui-status-error-color);
|
|
403
|
+
background-color: var(--vxe-ui-status-error-color);
|
|
404
|
+
}
|
|
405
|
+
.vxe-button.type--button.theme--perfect {
|
|
406
|
+
color: var(--vxe-ui-font-color);
|
|
407
|
+
}
|
|
408
|
+
.vxe-button.type--button.theme--perfect:not(.is--disabled) {
|
|
409
|
+
border-color: var(--vxe-ui-table-header-background-color);
|
|
410
|
+
background-color: var(--vxe-ui-table-header-background-color);
|
|
411
|
+
}
|
|
412
|
+
.vxe-button.type--button.theme--perfect:not(.is--disabled):hover {
|
|
413
|
+
color: var(--vxe-ui-font-color);
|
|
414
|
+
background-color: var(--vxe-ui-table-header-background-color);
|
|
415
|
+
border-color: var(--vxe-ui-table-header-background-color);
|
|
416
|
+
}
|
|
417
|
+
.vxe-button.type--button.theme--perfect:not(.is--disabled):active {
|
|
418
|
+
color: var(--vxe-ui-font-color);
|
|
419
|
+
background-color: var(--vxe-ui-table-header-background-color);
|
|
420
|
+
border-color: var(--vxe-ui-table-header-background-color);
|
|
421
|
+
}
|
|
422
|
+
.vxe-button.type--button.theme--perfect.is--disabled {
|
|
423
|
+
border-color: var(--vxe-ui-table-header-background-color);
|
|
424
|
+
background-color: var(--vxe-ui-table-header-background-color);
|
|
425
|
+
}
|
|
426
|
+
.vxe-button.type--button.theme--perfect.is--loading {
|
|
427
|
+
border-color: var(--vxe-ui-table-header-background-color);
|
|
428
|
+
background-color: var(--vxe-ui-table-header-background-color);
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.vxe-button.type--button {
|
|
432
|
+
height: var(--vxe-ui-button-current-height);
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.vxe-button--custom-prefix-icon > svg,
|
|
436
|
+
.vxe-button--custom-suffix-icon > svg {
|
|
437
|
+
max-width: 1em;
|
|
438
|
+
max-height: 1em;
|
|
439
|
+
vertical-align: middle;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.vxe-input--prefix-icon > .vxe-button.type--button,
|
|
443
|
+
.vxe-input--suffix-icon > .vxe-button.type--button {
|
|
444
|
+
height: 100%;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.vxe-button--item {
|
|
448
|
+
padding: 0 0.1em;
|
|
449
|
+
}
|
|
450
|
+
.vxe-button--item:first-child {
|
|
451
|
+
padding-left: 0;
|
|
452
|
+
}
|
|
453
|
+
.vxe-button--item:last-child {
|
|
454
|
+
padding-right: 0;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
.vxe-button--wrapper,
|
|
458
|
+
.vxe-button--dropdown {
|
|
459
|
+
display: inline-block;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.vxe-button--dropdown {
|
|
463
|
+
position: relative;
|
|
464
|
+
outline: 0;
|
|
465
|
+
}
|
|
466
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--primary {
|
|
467
|
+
color: #fff;
|
|
468
|
+
}
|
|
469
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--success {
|
|
470
|
+
color: #fff;
|
|
471
|
+
}
|
|
472
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--info {
|
|
473
|
+
color: #fff;
|
|
474
|
+
}
|
|
475
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--warning {
|
|
476
|
+
color: #fff;
|
|
477
|
+
}
|
|
478
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--danger {
|
|
479
|
+
color: #fff;
|
|
480
|
+
}
|
|
481
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--error {
|
|
482
|
+
color: #fff;
|
|
483
|
+
}
|
|
484
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--perfect {
|
|
485
|
+
color: var(--vxe-ui-font-color);
|
|
486
|
+
}
|
|
487
|
+
.vxe-button--dropdown.is--active > .vxe-button:not(.is--disabled) {
|
|
488
|
+
color: var(--vxe-ui-font-primary-lighten-color);
|
|
489
|
+
}
|
|
490
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--primary {
|
|
491
|
+
color: var(--vxe-ui-font-primary-lighten-color);
|
|
492
|
+
}
|
|
493
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--success {
|
|
494
|
+
color: var(--vxe-ui-status-success-lighten-color);
|
|
495
|
+
}
|
|
496
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--info {
|
|
497
|
+
color: var(--vxe-ui-status-info-lighten-color);
|
|
498
|
+
}
|
|
499
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--warning {
|
|
500
|
+
color: var(--vxe-ui-status-warning-lighten-color);
|
|
501
|
+
}
|
|
502
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--danger {
|
|
503
|
+
color: var(--vxe-ui-status-danger-lighten-color);
|
|
504
|
+
}
|
|
505
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--error {
|
|
506
|
+
color: var(--vxe-ui-status-error-lighten-color);
|
|
507
|
+
}
|
|
508
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--perfect {
|
|
509
|
+
color: var(--vxe-ui-table-header-background-color);
|
|
510
|
+
}
|
|
511
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--primary {
|
|
512
|
+
color: #fff;
|
|
513
|
+
background-color: var(--vxe-ui-font-primary-lighten-color);
|
|
514
|
+
border-color: var(--vxe-ui-font-primary-lighten-color);
|
|
515
|
+
}
|
|
516
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--success {
|
|
517
|
+
color: #fff;
|
|
518
|
+
background-color: var(--vxe-ui-status-success-lighten-color);
|
|
519
|
+
border-color: var(--vxe-ui-status-success-lighten-color);
|
|
520
|
+
}
|
|
521
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--info {
|
|
522
|
+
color: #fff;
|
|
523
|
+
background-color: var(--vxe-ui-status-info-lighten-color);
|
|
524
|
+
border-color: var(--vxe-ui-status-info-lighten-color);
|
|
525
|
+
}
|
|
526
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--warning {
|
|
527
|
+
color: #fff;
|
|
528
|
+
background-color: var(--vxe-ui-status-warning-lighten-color);
|
|
529
|
+
border-color: var(--vxe-ui-status-warning-lighten-color);
|
|
530
|
+
}
|
|
531
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--danger {
|
|
532
|
+
color: #fff;
|
|
533
|
+
background-color: var(--vxe-ui-status-danger-lighten-color);
|
|
534
|
+
border-color: var(--vxe-ui-status-danger-lighten-color);
|
|
535
|
+
}
|
|
536
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--error {
|
|
537
|
+
color: #fff;
|
|
538
|
+
background-color: var(--vxe-ui-status-error-lighten-color);
|
|
539
|
+
border-color: var(--vxe-ui-status-error-lighten-color);
|
|
540
|
+
}
|
|
541
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--perfect {
|
|
542
|
+
color: var(--vxe-ui-font-color);
|
|
543
|
+
background-color: var(--vxe-ui-table-header-background-color);
|
|
544
|
+
border-color: var(--vxe-ui-table-header-background-color);
|
|
545
|
+
}
|
|
546
|
+
.vxe-button--dropdown.is--active .vxe-button--dropdown-arrow {
|
|
547
|
+
transform: rotate(180deg);
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
.vxe-button--dropdown-arrow {
|
|
551
|
+
display: inline-block;
|
|
552
|
+
font-size: 12px;
|
|
553
|
+
margin-left: 4px;
|
|
554
|
+
transition: transform 0.2s ease-in-out;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.vxe-button--dropdown-panel {
|
|
558
|
+
display: none;
|
|
559
|
+
position: absolute;
|
|
560
|
+
left: 0;
|
|
561
|
+
padding: 4px 0;
|
|
562
|
+
color: var(--vxe-ui-font-color);
|
|
563
|
+
text-align: left;
|
|
564
|
+
}
|
|
565
|
+
.vxe-button--dropdown-panel:not(.is--transfer) {
|
|
566
|
+
min-width: 100%;
|
|
567
|
+
}
|
|
568
|
+
.vxe-button--dropdown-panel.is--transfer {
|
|
569
|
+
position: fixed;
|
|
570
|
+
}
|
|
571
|
+
.vxe-button--dropdown-panel.ani--leave {
|
|
572
|
+
display: block;
|
|
573
|
+
opacity: 0;
|
|
574
|
+
transform: scaleY(0.5);
|
|
575
|
+
transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
|
|
576
|
+
transform-origin: center top;
|
|
577
|
+
backface-visibility: hidden;
|
|
578
|
+
}
|
|
579
|
+
.vxe-button--dropdown-panel.ani--leave[placement=top] {
|
|
580
|
+
transform-origin: center bottom;
|
|
581
|
+
}
|
|
582
|
+
.vxe-button--dropdown-panel.ani--enter {
|
|
583
|
+
opacity: 1;
|
|
584
|
+
transform: scaleY(1);
|
|
585
|
+
}
|
|
586
|
+
.vxe-button--dropdown-panel.ani--enter > div::after {
|
|
587
|
+
display: none;
|
|
588
|
+
}
|
|
589
|
+
.vxe-button--dropdown-panel > div::after {
|
|
590
|
+
content: "";
|
|
591
|
+
position: absolute;
|
|
592
|
+
top: 0;
|
|
593
|
+
left: 0;
|
|
594
|
+
width: 100%;
|
|
595
|
+
height: 100%;
|
|
596
|
+
z-index: 1;
|
|
597
|
+
-webkit-user-select: none;
|
|
598
|
+
-moz-user-select: none;
|
|
599
|
+
-ms-user-select: none;
|
|
600
|
+
user-select: none;
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.vxe-button--dropdown-wrapper {
|
|
604
|
+
padding: 5px;
|
|
605
|
+
background-color: var(--vxe-ui-layout-background-color);
|
|
606
|
+
border-radius: var(--vxe-ui-base-border-radius);
|
|
607
|
+
border: 1px solid var(--vxe-ui-input-border-color);
|
|
608
|
+
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
|
|
609
|
+
}
|
|
610
|
+
.vxe-button--dropdown-wrapper > .vxe-button.type--text, .vxe-button--dropdown-wrapper > .vxe-button.type--button {
|
|
611
|
+
display: block;
|
|
612
|
+
width: 100%;
|
|
613
|
+
border: 0;
|
|
614
|
+
margin: 0.4em 0 0 0;
|
|
615
|
+
}
|
|
616
|
+
.vxe-button--dropdown-wrapper > .vxe-button.type--text {
|
|
617
|
+
padding: 2px 8px;
|
|
618
|
+
}
|
|
619
|
+
.vxe-button--dropdown-wrapper > .vxe-button:first-child {
|
|
620
|
+
margin-top: 0;
|
|
621
|
+
}
|
|
622
|
+
.vxe-button--dropdown-wrapper > .vxe-button:last-child {
|
|
623
|
+
margin-bottom: 0;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.vxe-button.type--button,
|
|
627
|
+
.vxe-button--dropdown {
|
|
628
|
+
margin-right: var(--vxe-ui-button-current-margin-left);
|
|
629
|
+
}
|
|
630
|
+
.vxe-button.type--button:last-of-type,
|
|
631
|
+
.vxe-button--dropdown:last-of-type {
|
|
632
|
+
margin-right: 0;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.vxe-button + .vxe-button--dropdown,
|
|
636
|
+
.vxe-button--dropdown + .vxe-button {
|
|
637
|
+
margin-left: var(--vxe-ui-button-current-margin-left);
|
|
638
|
+
}
|