vxe-table 4.3.5 → 4.3.6
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/button/style.css +465 -341
- package/es/checkbox/style.css +156 -127
- package/es/checkbox-group/style.css +1 -1
- package/es/colgroup/style.css +1 -1
- package/es/column/style.css +1 -1
- package/es/edit/style.css +1 -1
- package/es/export/src/hook.js +1 -0
- package/es/export/style.css +136 -108
- package/es/filter/src/hook.js +1 -1
- package/es/filter/style.css +103 -82
- package/es/form/src/form.js +5 -4
- package/es/form/style.css +201 -168
- package/es/form-gather/style.css +1 -1
- package/es/form-item/style.css +1 -1
- package/es/grid/style.css +61 -50
- package/es/icon/style/iconfont.1669214286403.ttf +0 -0
- package/es/icon/style/iconfont.1669214286403.woff +0 -0
- package/es/icon/style/iconfont.1669214286403.woff2 +0 -0
- package/es/icon/style.css +372 -195
- package/es/iconfont.1669214286403.ttf +0 -0
- package/es/iconfont.1669214286403.woff +0 -0
- package/es/iconfont.1669214286403.woff2 +0 -0
- package/es/input/style.css +771 -595
- package/es/keyboard/style.css +1 -1
- package/es/list/src/list.js +7 -1
- package/es/list/style.css +19 -14
- package/es/loading/style.css +52 -48
- package/es/menu/style.css +79 -59
- package/es/modal/style.css +311 -247
- package/es/optgroup/style.css +1 -1
- package/es/option/style.css +1 -1
- package/es/pager/style.css +307 -257
- package/es/pulldown/src/pulldown.js +9 -3
- package/es/pulldown/style.css +42 -31
- package/es/radio/style.css +184 -151
- package/es/radio-button/style.css +1 -1
- package/es/radio-group/style.css +1 -1
- package/es/select/style.css +108 -79
- package/es/style.css +1 -1
- package/es/style.min.css +1 -1
- package/es/switch/style.css +87 -67
- package/es/table/src/column.js +2 -0
- package/es/table/src/columnInfo.js +1 -0
- package/es/table/src/table.js +16 -16
- package/es/table/style.css +1025 -835
- package/es/textarea/style.css +57 -41
- package/es/toolbar/style.css +216 -174
- package/es/tools/log.js +1 -1
- package/es/tooltip/style.css +87 -63
- package/es/v-x-e-table/index.js +1 -1
- package/es/v-x-e-table/style.css +424 -243
- package/es/validator/style.css +1 -1
- package/es/vxe-button/style.css +465 -341
- package/es/vxe-checkbox/style.css +156 -127
- package/es/vxe-checkbox-group/style.css +1 -1
- package/es/vxe-colgroup/style.css +1 -1
- package/es/vxe-column/style.css +1 -1
- package/es/vxe-form/style.css +201 -168
- package/es/vxe-form-gather/style.css +1 -1
- package/es/vxe-form-item/style.css +1 -1
- package/es/vxe-grid/style.css +61 -50
- package/es/vxe-icon/style.css +372 -195
- package/es/vxe-input/style.css +771 -595
- package/es/vxe-list/style.css +19 -14
- package/es/vxe-loading/style.css +52 -48
- package/es/vxe-modal/style.css +311 -247
- package/es/vxe-module-edit/style.css +1 -1
- package/es/vxe-module-export/style.css +136 -108
- package/es/vxe-module-filter/style.css +103 -82
- package/es/vxe-module-keyboard/style.css +1 -1
- package/es/vxe-module-menu/style.css +79 -59
- package/es/vxe-module-validator/style.css +1 -1
- package/es/vxe-optgroup/style.css +1 -1
- package/es/vxe-option/style.css +1 -1
- package/es/vxe-pager/style.css +307 -257
- package/es/vxe-pulldown/style.css +42 -31
- package/es/vxe-radio/style.css +184 -151
- package/es/vxe-radio-button/style.css +1 -1
- package/es/vxe-radio-group/style.css +1 -1
- package/es/vxe-select/style.css +108 -79
- package/es/vxe-switch/style.css +87 -67
- package/es/vxe-table/style.css +1025 -835
- package/es/vxe-textarea/style.css +57 -41
- package/es/vxe-toolbar/style.css +216 -174
- package/es/vxe-tooltip/style.css +87 -63
- package/lib/all.js +45 -115
- package/lib/all.min.js +1 -1
- package/lib/button/index.js +1 -7
- package/lib/button/index.min.js +1 -1
- package/lib/button/src/button.js +48 -113
- package/lib/button/src/button.min.js +1 -1
- package/lib/button/style/style.css +465 -341
- package/lib/button/style/style.min.css +1 -1
- package/lib/checkbox/index.js +1 -7
- package/lib/checkbox/index.min.js +1 -1
- package/lib/checkbox/src/checkbox.js +12 -32
- package/lib/checkbox/src/checkbox.min.js +1 -1
- package/lib/checkbox/src/group.js +13 -28
- package/lib/checkbox/src/group.min.js +1 -1
- package/lib/checkbox/style/style.css +156 -127
- package/lib/checkbox/style/style.min.css +1 -1
- package/lib/checkbox-group/index.js +1 -7
- package/lib/checkbox-group/index.min.js +1 -1
- package/lib/checkbox-group/style/style.css +1 -1
- package/lib/colgroup/index.js +5 -12
- package/lib/colgroup/index.min.js +1 -1
- package/lib/colgroup/style/style.css +1 -1
- package/lib/column/index.js +5 -12
- package/lib/column/index.min.js +1 -1
- package/lib/column/style/style.css +1 -1
- package/lib/dynamics/index.js +1 -5
- package/lib/dynamics/index.min.js +1 -1
- package/lib/edit/index.js +1 -5
- package/lib/edit/index.min.js +1 -1
- package/lib/edit/src/hook.js +102 -248
- package/lib/edit/src/hook.min.js +1 -1
- package/lib/edit/style/style.css +1 -1
- package/lib/export/index.js +4 -19
- package/lib/export/index.min.js +1 -1
- package/lib/export/src/export-panel.js +38 -77
- package/lib/export/src/export-panel.min.js +1 -1
- package/lib/export/src/hook.js +127 -380
- package/lib/export/src/hook.min.js +1 -1
- package/lib/export/src/import-panel.js +17 -39
- package/lib/export/src/import-panel.min.js +1 -1
- package/lib/export/src/util.js +10 -52
- package/lib/export/src/util.min.js +1 -1
- package/lib/export/style/style.css +136 -108
- package/lib/export/style/style.min.css +1 -1
- package/lib/filter/index.js +1 -10
- package/lib/filter/index.min.js +1 -1
- package/lib/filter/src/hook.js +31 -82
- package/lib/filter/src/hook.min.js +1 -1
- package/lib/filter/src/panel.js +25 -52
- package/lib/filter/src/panel.min.js +1 -1
- package/lib/filter/style/style.css +103 -82
- package/lib/filter/style/style.min.css +1 -1
- package/lib/footer/index.js +1 -7
- package/lib/footer/index.min.js +1 -1
- package/lib/footer/src/footer.js +51 -96
- package/lib/footer/src/footer.min.js +1 -1
- package/lib/form/index.js +1 -7
- package/lib/form/index.min.js +1 -1
- package/lib/form/src/form-config-item.js +27 -56
- package/lib/form/src/form-config-item.min.js +1 -1
- package/lib/form/src/form-gather.js +3 -12
- package/lib/form/src/form-gather.min.js +1 -1
- package/lib/form/src/form-item.js +23 -52
- package/lib/form/src/form-item.min.js +1 -1
- package/lib/form/src/form.js +78 -185
- package/lib/form/src/form.min.js +1 -1
- package/lib/form/src/itemInfo.js +1 -9
- package/lib/form/src/render.js +7 -26
- package/lib/form/src/render.min.js +1 -1
- package/lib/form/src/util.js +4 -28
- package/lib/form/src/util.min.js +1 -1
- package/lib/form/style/style.css +201 -168
- package/lib/form/style/style.min.css +1 -1
- package/lib/form-gather/index.js +1 -7
- package/lib/form-gather/index.min.js +1 -1
- package/lib/form-gather/style/style.css +1 -1
- package/lib/form-item/index.js +1 -7
- package/lib/form-item/index.min.js +1 -1
- package/lib/form-item/style/style.css +1 -1
- package/lib/grid/index.js +1 -7
- package/lib/grid/index.min.js +1 -1
- package/lib/grid/src/grid.js +97 -315
- package/lib/grid/src/grid.min.js +1 -1
- package/lib/grid/style/style.css +61 -50
- package/lib/grid/style/style.min.css +1 -1
- package/lib/header/index.js +1 -7
- package/lib/header/index.min.js +1 -1
- package/lib/header/src/header.js +47 -87
- package/lib/header/src/header.min.js +1 -1
- package/lib/header/src/util.js +3 -14
- package/lib/header/src/util.min.js +1 -1
- package/lib/hooks/size.js +0 -2
- package/lib/icon/index.js +1 -7
- package/lib/icon/index.min.js +1 -1
- package/lib/icon/src/icon.js +2 -7
- package/lib/icon/style/iconfont.1669214286403.ttf +0 -0
- package/lib/icon/style/iconfont.1669214286403.woff +0 -0
- package/lib/icon/style/iconfont.1669214286403.woff2 +0 -0
- package/lib/icon/style/style.css +372 -195
- package/lib/icon/style/style.min.css +719 -1
- package/lib/iconfont.1669214286403.ttf +0 -0
- package/lib/iconfont.1669214286403.woff +0 -0
- package/lib/iconfont.1669214286403.woff2 +0 -0
- package/lib/index.common.js +3 -10
- package/lib/index.common.min.js +1 -1
- package/lib/index.umd.js +14466 -23839
- package/lib/index.umd.min.js +1 -1
- package/lib/input/index.js +1 -7
- package/lib/input/index.min.js +1 -1
- package/lib/input/src/date.js +0 -10
- package/lib/input/src/date.min.js +1 -1
- package/lib/input/src/input.js +217 -553
- package/lib/input/src/input.min.js +1 -1
- package/lib/input/src/number.js +0 -5
- package/lib/input/style/style.css +771 -595
- package/lib/input/style/style.min.css +1 -1
- package/lib/keyboard/index.js +1 -5
- package/lib/keyboard/index.min.js +1 -1
- package/lib/keyboard/src/hook.js +40 -106
- package/lib/keyboard/src/hook.min.js +1 -1
- package/lib/keyboard/style/style.css +1 -1
- package/lib/list/index.js +1 -7
- package/lib/list/index.min.js +1 -1
- package/lib/list/src/list.js +39 -91
- package/lib/list/src/list.min.js +1 -1
- package/lib/list/style/style.css +19 -14
- package/lib/loading/index.js +1 -4
- package/lib/loading/index.min.js +1 -1
- package/lib/loading/src/loading.js +1 -6
- package/lib/loading/style/style.css +52 -48
- package/lib/loading/style/style.min.css +1 -1
- package/lib/locale/lang/zh-HK.js +0 -3
- package/lib/locale/lang/zh-MO.js +0 -3
- package/lib/locale/lang/zh-TW.js +0 -3
- package/lib/menu/index.js +1 -10
- package/lib/menu/index.min.js +1 -1
- package/lib/menu/src/hooks.js +45 -109
- package/lib/menu/src/hooks.min.js +1 -1
- package/lib/menu/src/panel.js +10 -19
- package/lib/menu/src/panel.min.js +1 -1
- package/lib/menu/style/style.css +79 -59
- package/lib/menu/style/style.min.css +1 -1
- package/lib/modal/index.js +5 -36
- package/lib/modal/index.min.js +1 -1
- package/lib/modal/src/modal.js +128 -315
- package/lib/modal/src/modal.min.js +1 -1
- package/lib/modal/style/style.css +311 -247
- package/lib/modal/style/style.min.css +1 -1
- package/lib/optgroup/index.js +1 -7
- package/lib/optgroup/index.min.js +1 -1
- package/lib/optgroup/style/style.css +1 -1
- package/lib/option/index.js +1 -7
- package/lib/option/index.min.js +1 -1
- package/lib/option/style/style.css +1 -1
- package/lib/pager/index.js +1 -7
- package/lib/pager/index.min.js +1 -1
- package/lib/pager/src/pager.js +74 -151
- package/lib/pager/src/pager.min.js +1 -1
- package/lib/pager/style/style.css +307 -257
- package/lib/pager/style/style.min.css +1 -1
- package/lib/pulldown/index.js +1 -7
- package/lib/pulldown/index.min.js +1 -1
- package/lib/pulldown/src/pulldown.js +46 -90
- package/lib/pulldown/src/pulldown.min.js +1 -1
- package/lib/pulldown/style/style.css +42 -31
- package/lib/pulldown/style/style.min.css +1 -1
- package/lib/radio/index.js +1 -7
- package/lib/radio/index.min.js +1 -1
- package/lib/radio/src/button.js +14 -32
- package/lib/radio/src/button.min.js +1 -1
- package/lib/radio/src/group.js +11 -22
- package/lib/radio/src/group.min.js +1 -1
- package/lib/radio/src/radio.js +15 -34
- package/lib/radio/src/radio.min.js +1 -1
- package/lib/radio/style/style.css +184 -151
- package/lib/radio/style/style.min.css +1 -1
- package/lib/radio-button/index.js +1 -7
- package/lib/radio-button/index.min.js +1 -1
- package/lib/radio-button/style/style.css +1 -1
- package/lib/radio-group/index.js +1 -7
- package/lib/radio-group/index.min.js +1 -1
- package/lib/radio-group/style/style.css +1 -1
- package/lib/select/index.js +1 -7
- package/lib/select/index.min.js +1 -1
- package/lib/select/src/optgroup.js +1 -5
- package/lib/select/src/option.js +1 -5
- package/lib/select/src/optionInfo.js +1 -9
- package/lib/select/src/select.js +103 -256
- package/lib/select/src/select.min.js +1 -1
- package/lib/select/src/util.js +0 -13
- package/lib/select/src/util.min.js +1 -1
- package/lib/select/style/style.css +108 -79
- package/lib/select/style/style.min.css +1 -1
- package/lib/style.css +1 -1
- package/lib/style.min.css +1 -1
- package/lib/switch/index.js +1 -7
- package/lib/switch/index.min.js +1 -1
- package/lib/switch/src/switch.js +16 -35
- package/lib/switch/src/switch.min.js +1 -1
- package/lib/switch/style/style.css +87 -67
- package/lib/switch/style/style.min.css +1 -1
- package/lib/table/index.js +1 -7
- package/lib/table/index.min.js +1 -1
- package/lib/table/src/body.js +143 -262
- package/lib/table/src/body.min.js +1 -1
- package/lib/table/src/cell.js +138 -259
- package/lib/table/src/cell.min.js +1 -1
- package/lib/table/src/column.js +4 -13
- package/lib/table/src/column.min.js +1 -1
- package/lib/table/src/columnInfo.js +6 -35
- package/lib/table/src/columnInfo.min.js +1 -1
- package/lib/table/src/group.js +2 -15
- package/lib/table/src/group.min.js +1 -1
- package/lib/table/src/props.js +25 -29
- package/lib/table/src/props.min.js +1 -1
- package/lib/table/src/table.js +650 -1593
- package/lib/table/src/table.min.js +1 -1
- package/lib/table/src/util.js +32 -102
- package/lib/table/src/util.min.js +1 -1
- package/lib/table/style/style.css +1025 -835
- package/lib/table/style/style.min.css +1 -1
- package/lib/textarea/index.js +1 -7
- package/lib/textarea/index.min.js +1 -1
- package/lib/textarea/src/textarea.js +31 -71
- package/lib/textarea/src/textarea.min.js +1 -1
- package/lib/textarea/style/style.css +57 -41
- package/lib/textarea/style/style.min.css +1 -1
- package/lib/toolbar/index.js +1 -7
- package/lib/toolbar/index.min.js +1 -1
- package/lib/toolbar/src/toolbar.js +60 -167
- package/lib/toolbar/src/toolbar.min.js +1 -1
- package/lib/toolbar/style/style.css +216 -174
- package/lib/toolbar/style/style.min.css +1 -1
- package/lib/tools/dom.js +6 -48
- package/lib/tools/dom.min.js +1 -1
- package/lib/tools/event.js +8 -20
- package/lib/tools/event.min.js +1 -1
- package/lib/tools/log.js +1 -6
- package/lib/tools/log.min.js +1 -1
- package/lib/tools/resize.js +3 -27
- package/lib/tools/utils.js +0 -16
- package/lib/tools/utils.min.js +1 -1
- package/lib/tools/vn.js +0 -5
- package/lib/tooltip/index.js +1 -8
- package/lib/tooltip/index.min.js +1 -1
- package/lib/tooltip/src/tooltip.js +47 -111
- package/lib/tooltip/src/tooltip.min.js +1 -1
- package/lib/tooltip/style/style.css +87 -63
- package/lib/v-x-e-table/index.js +13 -44
- package/lib/v-x-e-table/index.min.js +1 -1
- package/lib/v-x-e-table/src/commands.js +0 -4
- package/lib/v-x-e-table/src/conf.js +31 -19
- package/lib/v-x-e-table/src/formats.js +0 -4
- package/lib/v-x-e-table/src/hooks.js +0 -3
- package/lib/v-x-e-table/src/interceptor.js +6 -18
- package/lib/v-x-e-table/src/interceptor.min.js +1 -1
- package/lib/v-x-e-table/src/menus.js +0 -4
- package/lib/v-x-e-table/src/renderer.js +66 -199
- package/lib/v-x-e-table/src/renderer.min.js +1 -1
- package/lib/v-x-e-table/src/setup.js +1 -6
- package/lib/v-x-e-table/src/store.js +3 -19
- package/lib/v-x-e-table/style/style.css +424 -243
- package/lib/v-x-e-table/style/style.min.css +1 -1
- package/lib/validator/index.js +1 -5
- package/lib/validator/index.min.js +1 -1
- package/lib/validator/src/hook.js +50 -116
- package/lib/validator/src/hook.min.js +1 -1
- package/lib/validator/style/style.css +1 -1
- package/lib/vxe-button/index.js +3 -10
- package/lib/vxe-button/index.min.js +1 -1
- package/lib/vxe-button/style/style.css +465 -341
- package/lib/vxe-button/style/style.min.css +1 -1
- package/lib/vxe-checkbox/index.js +3 -10
- package/lib/vxe-checkbox/index.min.js +1 -1
- package/lib/vxe-checkbox/style/style.css +156 -127
- package/lib/vxe-checkbox/style/style.min.css +1 -1
- package/lib/vxe-checkbox-group/index.js +3 -10
- package/lib/vxe-checkbox-group/index.min.js +1 -1
- package/lib/vxe-checkbox-group/style/style.css +1 -1
- package/lib/vxe-colgroup/index.js +3 -10
- package/lib/vxe-colgroup/index.min.js +1 -1
- package/lib/vxe-colgroup/style/style.css +1 -1
- package/lib/vxe-column/index.js +3 -10
- package/lib/vxe-column/index.min.js +1 -1
- package/lib/vxe-column/style/style.css +1 -1
- package/lib/vxe-form/index.js +3 -10
- package/lib/vxe-form/index.min.js +1 -1
- package/lib/vxe-form/style/style.css +201 -168
- package/lib/vxe-form/style/style.min.css +1 -1
- package/lib/vxe-form-gather/index.js +3 -10
- package/lib/vxe-form-gather/index.min.js +1 -1
- package/lib/vxe-form-gather/style/style.css +1 -1
- package/lib/vxe-form-item/index.js +3 -10
- package/lib/vxe-form-item/index.min.js +1 -1
- package/lib/vxe-form-item/style/style.css +1 -1
- package/lib/vxe-grid/index.js +3 -10
- package/lib/vxe-grid/index.min.js +1 -1
- package/lib/vxe-grid/style/style.css +61 -50
- package/lib/vxe-grid/style/style.min.css +1 -1
- package/lib/vxe-icon/index.js +3 -10
- package/lib/vxe-icon/index.min.js +1 -1
- package/lib/vxe-icon/style/style.css +372 -195
- package/lib/vxe-icon/style/style.min.css +1 -1
- package/lib/vxe-input/index.js +3 -10
- package/lib/vxe-input/index.min.js +1 -1
- package/lib/vxe-input/style/style.css +771 -595
- package/lib/vxe-input/style/style.min.css +1 -1
- package/lib/vxe-list/index.js +3 -10
- package/lib/vxe-list/index.min.js +1 -1
- package/lib/vxe-list/style/style.css +19 -14
- package/lib/vxe-loading/index.js +3 -10
- package/lib/vxe-loading/index.min.js +1 -1
- package/lib/vxe-loading/style/style.css +52 -48
- package/lib/vxe-loading/style/style.min.css +1 -1
- package/lib/vxe-modal/index.js +3 -10
- package/lib/vxe-modal/index.min.js +1 -1
- package/lib/vxe-modal/style/style.css +311 -247
- package/lib/vxe-modal/style/style.min.css +1 -1
- package/lib/vxe-module-edit/index.js +3 -10
- package/lib/vxe-module-edit/index.min.js +1 -1
- package/lib/vxe-module-edit/style/style.css +1 -1
- package/lib/vxe-module-export/index.js +3 -10
- package/lib/vxe-module-export/index.min.js +1 -1
- package/lib/vxe-module-export/style/style.css +136 -108
- package/lib/vxe-module-export/style/style.min.css +1 -1
- package/lib/vxe-module-filter/index.js +3 -10
- package/lib/vxe-module-filter/index.min.js +1 -1
- package/lib/vxe-module-filter/style/style.css +103 -82
- package/lib/vxe-module-filter/style/style.min.css +1 -1
- package/lib/vxe-module-keyboard/index.js +3 -10
- package/lib/vxe-module-keyboard/index.min.js +1 -1
- package/lib/vxe-module-keyboard/style/style.css +1 -1
- package/lib/vxe-module-menu/index.js +3 -10
- package/lib/vxe-module-menu/index.min.js +1 -1
- package/lib/vxe-module-menu/style/style.css +79 -59
- package/lib/vxe-module-menu/style/style.min.css +1 -1
- package/lib/vxe-module-validator/index.js +3 -10
- package/lib/vxe-module-validator/index.min.js +1 -1
- package/lib/vxe-module-validator/style/style.css +1 -1
- package/lib/vxe-optgroup/index.js +3 -10
- package/lib/vxe-optgroup/index.min.js +1 -1
- package/lib/vxe-optgroup/style/style.css +1 -1
- package/lib/vxe-option/index.js +3 -10
- package/lib/vxe-option/index.min.js +1 -1
- package/lib/vxe-option/style/style.css +1 -1
- package/lib/vxe-pager/index.js +3 -10
- package/lib/vxe-pager/index.min.js +1 -1
- package/lib/vxe-pager/style/style.css +307 -257
- package/lib/vxe-pager/style/style.min.css +1 -1
- package/lib/vxe-pulldown/index.js +3 -10
- package/lib/vxe-pulldown/index.min.js +1 -1
- package/lib/vxe-pulldown/style/style.css +42 -31
- package/lib/vxe-pulldown/style/style.min.css +1 -1
- package/lib/vxe-radio/index.js +3 -10
- package/lib/vxe-radio/index.min.js +1 -1
- package/lib/vxe-radio/style/style.css +184 -151
- package/lib/vxe-radio/style/style.min.css +1 -1
- package/lib/vxe-radio-button/index.js +3 -10
- package/lib/vxe-radio-button/index.min.js +1 -1
- package/lib/vxe-radio-button/style/style.css +1 -1
- package/lib/vxe-radio-group/index.js +3 -10
- package/lib/vxe-radio-group/index.min.js +1 -1
- package/lib/vxe-radio-group/style/style.css +1 -1
- package/lib/vxe-select/index.js +3 -10
- package/lib/vxe-select/index.min.js +1 -1
- package/lib/vxe-select/style/style.css +108 -79
- package/lib/vxe-select/style/style.min.css +1 -1
- package/lib/vxe-switch/index.js +3 -10
- package/lib/vxe-switch/index.min.js +1 -1
- package/lib/vxe-switch/style/style.css +87 -67
- package/lib/vxe-switch/style/style.min.css +1 -1
- package/lib/vxe-table/index.js +3 -10
- package/lib/vxe-table/index.min.js +1 -1
- package/lib/vxe-table/style/style.css +1025 -835
- package/lib/vxe-table/style/style.min.css +1 -1
- package/lib/vxe-textarea/index.js +3 -10
- package/lib/vxe-textarea/index.min.js +1 -1
- package/lib/vxe-textarea/style/style.css +57 -41
- package/lib/vxe-textarea/style/style.min.css +1 -1
- package/lib/vxe-toolbar/index.js +3 -10
- package/lib/vxe-toolbar/index.min.js +1 -1
- package/lib/vxe-toolbar/style/style.css +216 -174
- package/lib/vxe-toolbar/style/style.min.css +1 -1
- package/lib/vxe-tooltip/index.js +3 -10
- package/lib/vxe-tooltip/index.min.js +1 -1
- package/lib/vxe-tooltip/style/style.css +87 -63
- package/package.json +27 -33
- package/packages/export/src/hook.ts +1 -0
- package/packages/filter/src/hook.ts +1 -1
- package/packages/form/src/form.ts +5 -4
- package/packages/list/src/list.ts +8 -2
- package/packages/pulldown/src/pulldown.ts +11 -5
- package/packages/table/src/column.ts +2 -0
- package/packages/table/src/columnInfo.ts +1 -0
- package/packages/table/src/table.ts +95 -87
- package/packages/table/src/util.ts +1 -1
- package/styles/icon/iconfont.ttf +0 -0
- package/styles/icon/iconfont.woff +0 -0
- package/styles/icon/iconfont.woff2 +0 -0
- package/styles/icon.scss +10 -2
- package/styles/table.scss +1 -1
- package/styles/variable.scss +2 -2
- package/types/column.d.ts +6 -1
- package/types/list.d.ts +4 -4
- package/types/pulldown.d.ts +61 -61
- package/types/table.d.ts +11 -1
package/es/button/style.css
CHANGED
|
@@ -37,375 +37,499 @@
|
|
|
37
37
|
white-space: nowrap;
|
|
38
38
|
-webkit-user-select: none;
|
|
39
39
|
-moz-user-select: none;
|
|
40
|
-
-ms-user-select: none;
|
|
41
40
|
user-select: none;
|
|
42
41
|
-webkit-appearance: none;
|
|
43
42
|
-moz-appearance: none;
|
|
44
43
|
appearance: none;
|
|
45
|
-
transition: border 0.2s ease-in-out;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
44
|
+
transition: border 0.2s ease-in-out;
|
|
45
|
+
}
|
|
46
|
+
.vxe-button:not(.is--disabled) {
|
|
47
|
+
color: #606266;
|
|
48
|
+
cursor: pointer;
|
|
49
|
+
}
|
|
50
|
+
.vxe-button.is--loading {
|
|
51
|
+
cursor: progress;
|
|
52
|
+
}
|
|
53
|
+
.vxe-button.is--loading:before {
|
|
54
|
+
content: "";
|
|
55
|
+
position: absolute;
|
|
56
|
+
left: -1px;
|
|
57
|
+
top: -1px;
|
|
58
|
+
right: -1px;
|
|
59
|
+
bottom: -1px;
|
|
60
|
+
border-radius: inherit;
|
|
61
|
+
background-color: hsla(0deg, 0%, 100%, 0.35);
|
|
62
|
+
pointer-events: none;
|
|
63
|
+
}
|
|
64
|
+
.vxe-button.is--disabled {
|
|
65
|
+
color: #BFBFBF;
|
|
66
|
+
}
|
|
67
|
+
.vxe-button.is--disabled:not(.is--loading) {
|
|
68
|
+
cursor: no-drop;
|
|
69
|
+
}
|
|
70
|
+
.vxe-button.type--text {
|
|
71
|
+
text-decoration: none;
|
|
72
|
+
border: 0;
|
|
73
|
+
padding: 0.1em 0.5em;
|
|
74
|
+
background-color: transparent;
|
|
75
|
+
}
|
|
76
|
+
.vxe-button.type--text:not(.is--disabled):focus {
|
|
77
|
+
color: #2f3031;
|
|
78
|
+
}
|
|
79
|
+
.vxe-button.type--text:not(.is--disabled):hover {
|
|
80
|
+
color: #73b8ff;
|
|
81
|
+
}
|
|
82
|
+
.vxe-button.type--text.theme--primary {
|
|
83
|
+
color: #409eff;
|
|
84
|
+
}
|
|
85
|
+
.vxe-button.type--text.theme--primary:not(.is--disabled):focus {
|
|
86
|
+
color: #0d84ff;
|
|
87
|
+
}
|
|
88
|
+
.vxe-button.type--text.theme--primary:not(.is--disabled):hover {
|
|
89
|
+
color: #73b8ff;
|
|
90
|
+
}
|
|
91
|
+
.vxe-button.type--text.theme--primary.is--disabled {
|
|
92
|
+
color: #a6d2ff;
|
|
93
|
+
}
|
|
94
|
+
.vxe-button.type--text.theme--success {
|
|
95
|
+
color: #67c23a;
|
|
96
|
+
}
|
|
97
|
+
.vxe-button.type--text.theme--success:not(.is--disabled):focus {
|
|
98
|
+
color: #529b2e;
|
|
99
|
+
}
|
|
100
|
+
.vxe-button.type--text.theme--success:not(.is--disabled):hover {
|
|
101
|
+
color: #85cf60;
|
|
102
|
+
}
|
|
103
|
+
.vxe-button.type--text.theme--success.is--disabled {
|
|
104
|
+
color: #a3db87;
|
|
105
|
+
}
|
|
106
|
+
.vxe-button.type--text.theme--info {
|
|
107
|
+
color: #909399;
|
|
108
|
+
}
|
|
109
|
+
.vxe-button.type--text.theme--info:not(.is--disabled):focus {
|
|
110
|
+
color: #767980;
|
|
111
|
+
}
|
|
112
|
+
.vxe-button.type--text.theme--info:not(.is--disabled):hover {
|
|
113
|
+
color: #abadb1;
|
|
114
|
+
}
|
|
115
|
+
.vxe-button.type--text.theme--info.is--disabled {
|
|
116
|
+
color: #c5c7ca;
|
|
117
|
+
}
|
|
118
|
+
.vxe-button.type--text.theme--warning {
|
|
119
|
+
color: #e6a23c;
|
|
120
|
+
}
|
|
121
|
+
.vxe-button.type--text.theme--warning:not(.is--disabled):focus {
|
|
122
|
+
color: #d48a1b;
|
|
123
|
+
}
|
|
124
|
+
.vxe-button.type--text.theme--warning:not(.is--disabled):hover {
|
|
125
|
+
color: #ecb869;
|
|
126
|
+
}
|
|
127
|
+
.vxe-button.type--text.theme--warning.is--disabled {
|
|
128
|
+
color: #f2cd96;
|
|
129
|
+
}
|
|
130
|
+
.vxe-button.type--text.theme--danger {
|
|
131
|
+
color: #f56c6c;
|
|
132
|
+
}
|
|
133
|
+
.vxe-button.type--text.theme--danger:not(.is--disabled):focus {
|
|
134
|
+
color: #f23c3c;
|
|
135
|
+
}
|
|
136
|
+
.vxe-button.type--text.theme--danger:not(.is--disabled):hover {
|
|
137
|
+
color: #f89c9c;
|
|
138
|
+
}
|
|
139
|
+
.vxe-button.type--text.theme--danger.is--disabled {
|
|
140
|
+
color: #fbcccc;
|
|
141
|
+
}
|
|
142
|
+
.vxe-button.type--text.theme--perfect {
|
|
143
|
+
color: #f8f8f9;
|
|
144
|
+
}
|
|
145
|
+
.vxe-button.type--text.theme--perfect:not(.is--disabled):focus {
|
|
146
|
+
color: #dddde1;
|
|
147
|
+
}
|
|
148
|
+
.vxe-button.type--text.theme--perfect:not(.is--disabled):hover {
|
|
149
|
+
color: white;
|
|
150
|
+
}
|
|
151
|
+
.vxe-button.type--text.theme--perfect.is--disabled {
|
|
152
|
+
color: white;
|
|
153
|
+
}
|
|
154
|
+
.vxe-button.type--button {
|
|
155
|
+
font-family: inherit;
|
|
156
|
+
height: 34px;
|
|
157
|
+
line-height: 1;
|
|
158
|
+
border: 1px solid #dcdfe6;
|
|
159
|
+
}
|
|
160
|
+
.vxe-button.type--button.is--round {
|
|
161
|
+
border-radius: 17px;
|
|
162
|
+
}
|
|
163
|
+
.vxe-button.type--button:not(.is--round) {
|
|
164
|
+
border-radius: 4px;
|
|
165
|
+
}
|
|
166
|
+
.vxe-button.type--button.is--circle {
|
|
167
|
+
padding: 0 0.5em;
|
|
168
|
+
min-width: 34px;
|
|
169
|
+
border-radius: 50%;
|
|
170
|
+
}
|
|
171
|
+
.vxe-button.type--button:not(.is--circle) {
|
|
172
|
+
padding: 0 1em;
|
|
173
|
+
}
|
|
174
|
+
.vxe-button.type--button:not(.is--disabled):hover {
|
|
175
|
+
color: #5faeff;
|
|
176
|
+
}
|
|
177
|
+
.vxe-button.type--button:not(.is--disabled):focus {
|
|
178
|
+
border-color: #409eff;
|
|
179
|
+
}
|
|
180
|
+
.vxe-button.type--button:not(.is--disabled):active {
|
|
181
|
+
color: #3196ff;
|
|
182
|
+
border-color: #3196ff;
|
|
183
|
+
background-color: #f7f7f7;
|
|
184
|
+
}
|
|
185
|
+
.vxe-button.type--button.theme--primary {
|
|
186
|
+
color: #fff;
|
|
187
|
+
}
|
|
188
|
+
.vxe-button.type--button.theme--primary:not(.is--disabled) {
|
|
189
|
+
border-color: #409eff;
|
|
190
|
+
background-color: #409eff;
|
|
191
|
+
}
|
|
192
|
+
.vxe-button.type--button.theme--primary:not(.is--disabled):hover {
|
|
193
|
+
color: #fff;
|
|
194
|
+
background-color: #5faeff;
|
|
195
|
+
border-color: #5faeff;
|
|
196
|
+
}
|
|
197
|
+
.vxe-button.type--button.theme--primary:not(.is--disabled):active {
|
|
198
|
+
color: #fff;
|
|
199
|
+
background-color: #3196ff;
|
|
200
|
+
border-color: #3196ff;
|
|
201
|
+
}
|
|
202
|
+
.vxe-button.type--button.theme--primary.is--disabled {
|
|
203
|
+
border-color: #a6d2ff;
|
|
204
|
+
background-color: #a6d2ff;
|
|
205
|
+
}
|
|
206
|
+
.vxe-button.type--button.theme--primary.is--loading {
|
|
207
|
+
border-color: #409eff;
|
|
208
|
+
background-color: #409eff;
|
|
209
|
+
}
|
|
210
|
+
.vxe-button.type--button.theme--success {
|
|
211
|
+
color: #fff;
|
|
212
|
+
}
|
|
213
|
+
.vxe-button.type--button.theme--success:not(.is--disabled) {
|
|
214
|
+
border-color: #67c23a;
|
|
215
|
+
background-color: #67c23a;
|
|
216
|
+
}
|
|
217
|
+
.vxe-button.type--button.theme--success:not(.is--disabled):hover {
|
|
218
|
+
color: #fff;
|
|
219
|
+
background-color: #79cb50;
|
|
220
|
+
border-color: #79cb50;
|
|
221
|
+
}
|
|
222
|
+
.vxe-button.type--button.theme--success:not(.is--disabled):active {
|
|
223
|
+
color: #fff;
|
|
224
|
+
background-color: #61b636;
|
|
225
|
+
border-color: #61b636;
|
|
226
|
+
}
|
|
227
|
+
.vxe-button.type--button.theme--success.is--disabled {
|
|
228
|
+
border-color: #a3db87;
|
|
229
|
+
background-color: #a3db87;
|
|
230
|
+
}
|
|
231
|
+
.vxe-button.type--button.theme--success.is--loading {
|
|
232
|
+
border-color: #67c23a;
|
|
233
|
+
background-color: #67c23a;
|
|
234
|
+
}
|
|
235
|
+
.vxe-button.type--button.theme--info {
|
|
236
|
+
color: #fff;
|
|
237
|
+
}
|
|
238
|
+
.vxe-button.type--button.theme--info:not(.is--disabled) {
|
|
239
|
+
border-color: #909399;
|
|
240
|
+
background-color: #909399;
|
|
241
|
+
}
|
|
242
|
+
.vxe-button.type--button.theme--info:not(.is--disabled):hover {
|
|
243
|
+
color: #fff;
|
|
244
|
+
background-color: #a0a3a8;
|
|
245
|
+
border-color: #a0a3a8;
|
|
246
|
+
}
|
|
247
|
+
.vxe-button.type--button.theme--info:not(.is--disabled):active {
|
|
248
|
+
color: #fff;
|
|
249
|
+
background-color: #888b92;
|
|
250
|
+
border-color: #888b92;
|
|
251
|
+
}
|
|
252
|
+
.vxe-button.type--button.theme--info.is--disabled {
|
|
253
|
+
border-color: #c5c7ca;
|
|
254
|
+
background-color: #c5c7ca;
|
|
255
|
+
}
|
|
256
|
+
.vxe-button.type--button.theme--info.is--loading {
|
|
257
|
+
border-color: #909399;
|
|
258
|
+
background-color: #909399;
|
|
259
|
+
}
|
|
260
|
+
.vxe-button.type--button.theme--warning {
|
|
261
|
+
color: #fff;
|
|
262
|
+
}
|
|
263
|
+
.vxe-button.type--button.theme--warning:not(.is--disabled) {
|
|
264
|
+
border-color: #e6a23c;
|
|
265
|
+
background-color: #e6a23c;
|
|
266
|
+
}
|
|
267
|
+
.vxe-button.type--button.theme--warning:not(.is--disabled):hover {
|
|
268
|
+
color: #fff;
|
|
269
|
+
background-color: #e9af57;
|
|
270
|
+
border-color: #e9af57;
|
|
271
|
+
}
|
|
272
|
+
.vxe-button.type--button.theme--warning:not(.is--disabled):active {
|
|
273
|
+
color: #fff;
|
|
274
|
+
background-color: #e49c2e;
|
|
275
|
+
border-color: #e49c2e;
|
|
276
|
+
}
|
|
277
|
+
.vxe-button.type--button.theme--warning.is--disabled {
|
|
278
|
+
border-color: #f2cd96;
|
|
279
|
+
background-color: #f2cd96;
|
|
280
|
+
}
|
|
281
|
+
.vxe-button.type--button.theme--warning.is--loading {
|
|
282
|
+
border-color: #e6a23c;
|
|
283
|
+
background-color: #e6a23c;
|
|
284
|
+
}
|
|
285
|
+
.vxe-button.type--button.theme--danger {
|
|
286
|
+
color: #fff;
|
|
287
|
+
}
|
|
288
|
+
.vxe-button.type--button.theme--danger:not(.is--disabled) {
|
|
289
|
+
border-color: #f56c6c;
|
|
290
|
+
background-color: #f56c6c;
|
|
291
|
+
}
|
|
292
|
+
.vxe-button.type--button.theme--danger:not(.is--disabled):hover {
|
|
293
|
+
color: #fff;
|
|
294
|
+
background-color: #f78989;
|
|
295
|
+
border-color: #f78989;
|
|
296
|
+
}
|
|
297
|
+
.vxe-button.type--button.theme--danger:not(.is--disabled):active {
|
|
298
|
+
color: #fff;
|
|
299
|
+
background-color: #f45e5e;
|
|
300
|
+
border-color: #f45e5e;
|
|
301
|
+
}
|
|
302
|
+
.vxe-button.type--button.theme--danger.is--disabled {
|
|
303
|
+
border-color: #fbcccc;
|
|
304
|
+
background-color: #fbcccc;
|
|
305
|
+
}
|
|
306
|
+
.vxe-button.type--button.theme--danger.is--loading {
|
|
307
|
+
border-color: #f56c6c;
|
|
308
|
+
background-color: #f56c6c;
|
|
309
|
+
}
|
|
310
|
+
.vxe-button.type--button.theme--perfect {
|
|
311
|
+
color: #606266;
|
|
312
|
+
}
|
|
313
|
+
.vxe-button.type--button.theme--perfect:not(.is--disabled) {
|
|
314
|
+
border-color: #f8f8f9;
|
|
315
|
+
background-color: #f8f8f9;
|
|
316
|
+
}
|
|
317
|
+
.vxe-button.type--button.theme--perfect:not(.is--disabled):hover {
|
|
318
|
+
color: #606266;
|
|
319
|
+
background-color: white;
|
|
320
|
+
border-color: white;
|
|
321
|
+
}
|
|
322
|
+
.vxe-button.type--button.theme--perfect:not(.is--disabled):active {
|
|
323
|
+
color: #606266;
|
|
324
|
+
background-color: #f0f0f2;
|
|
325
|
+
border-color: #f0f0f2;
|
|
326
|
+
}
|
|
327
|
+
.vxe-button.type--button.theme--perfect.is--disabled {
|
|
328
|
+
border-color: white;
|
|
329
|
+
background-color: white;
|
|
330
|
+
}
|
|
331
|
+
.vxe-button.type--button.theme--perfect.is--loading {
|
|
332
|
+
border-color: #f8f8f9;
|
|
333
|
+
background-color: #f8f8f9;
|
|
334
|
+
}
|
|
335
|
+
.vxe-button.size--medium {
|
|
336
|
+
font-size: 14px;
|
|
337
|
+
}
|
|
338
|
+
.vxe-button.size--medium.type--button {
|
|
339
|
+
height: 32px;
|
|
340
|
+
}
|
|
341
|
+
.vxe-button.size--medium.type--button.is--circle {
|
|
342
|
+
min-width: 32px;
|
|
343
|
+
}
|
|
344
|
+
.vxe-button.size--medium.type--button.is--round {
|
|
345
|
+
border-radius: 16px;
|
|
346
|
+
}
|
|
347
|
+
.vxe-button.size--medium .vxe-button--loading-icon,
|
|
348
|
+
.vxe-button.size--medium .vxe-button--icon {
|
|
349
|
+
min-width: 14px;
|
|
350
|
+
}
|
|
351
|
+
.vxe-button.size--small {
|
|
352
|
+
font-size: 13px;
|
|
353
|
+
}
|
|
354
|
+
.vxe-button.size--small.type--button {
|
|
355
|
+
height: 30px;
|
|
356
|
+
}
|
|
357
|
+
.vxe-button.size--small.type--button.is--circle {
|
|
358
|
+
min-width: 30px;
|
|
359
|
+
}
|
|
360
|
+
.vxe-button.size--small.type--button.is--round {
|
|
361
|
+
border-radius: 15px;
|
|
362
|
+
}
|
|
363
|
+
.vxe-button.size--small .vxe-button--loading-icon,
|
|
364
|
+
.vxe-button.size--small .vxe-button--icon {
|
|
365
|
+
min-width: 13px;
|
|
366
|
+
}
|
|
367
|
+
.vxe-button.size--mini {
|
|
368
|
+
font-size: 12px;
|
|
369
|
+
}
|
|
370
|
+
.vxe-button.size--mini.type--button {
|
|
371
|
+
height: 28px;
|
|
372
|
+
}
|
|
373
|
+
.vxe-button.size--mini.type--button.is--circle {
|
|
374
|
+
min-width: 28px;
|
|
375
|
+
}
|
|
376
|
+
.vxe-button.size--mini.type--button.is--round {
|
|
377
|
+
border-radius: 14px;
|
|
378
|
+
}
|
|
379
|
+
.vxe-button.size--mini .vxe-button--loading-icon,
|
|
380
|
+
.vxe-button.size--mini .vxe-button--icon {
|
|
381
|
+
min-width: 12px;
|
|
382
|
+
}
|
|
292
383
|
|
|
293
|
-
.vxe-input + .vxe-button,
|
|
294
|
-
.vxe-input + .vxe-button--dropdown,
|
|
384
|
+
.vxe-input + .vxe-button, .vxe-input + .vxe-button--dropdown,
|
|
295
385
|
.vxe-button + .vxe-button,
|
|
296
386
|
.vxe-button + .vxe-button--dropdown {
|
|
297
|
-
margin-left: 12px;
|
|
387
|
+
margin-left: 12px;
|
|
388
|
+
}
|
|
298
389
|
|
|
299
390
|
.vxe-button--loading-icon,
|
|
300
391
|
.vxe-button--icon {
|
|
301
|
-
min-width: 14px;
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
392
|
+
min-width: 14px;
|
|
393
|
+
}
|
|
394
|
+
.vxe-button--loading-icon + .vxe-button--content,
|
|
395
|
+
.vxe-button--icon + .vxe-button--content {
|
|
396
|
+
margin-left: 4px;
|
|
397
|
+
}
|
|
305
398
|
|
|
306
399
|
.vxe-button--wrapper,
|
|
307
400
|
.vxe-button--dropdown {
|
|
308
|
-
display: inline-block;
|
|
401
|
+
display: inline-block;
|
|
402
|
+
}
|
|
309
403
|
|
|
310
404
|
.vxe-button--dropdown {
|
|
311
|
-
position: relative;
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
405
|
+
position: relative;
|
|
406
|
+
}
|
|
407
|
+
.vxe-button--dropdown + .vxe-button, .vxe-button--dropdown + .vxe-button--dropdown {
|
|
408
|
+
margin-left: 12px;
|
|
409
|
+
}
|
|
410
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--primary {
|
|
411
|
+
color: #fff;
|
|
412
|
+
}
|
|
413
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--success {
|
|
414
|
+
color: #fff;
|
|
415
|
+
}
|
|
416
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--info {
|
|
417
|
+
color: #fff;
|
|
418
|
+
}
|
|
419
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--warning {
|
|
420
|
+
color: #fff;
|
|
421
|
+
}
|
|
422
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--danger {
|
|
423
|
+
color: #fff;
|
|
424
|
+
}
|
|
425
|
+
.vxe-button--dropdown > .vxe-button.type--button.theme--perfect {
|
|
426
|
+
color: #606266;
|
|
427
|
+
}
|
|
428
|
+
.vxe-button--dropdown.is--active > .vxe-button:not(.is--disabled) {
|
|
429
|
+
color: #5faeff;
|
|
430
|
+
}
|
|
431
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--primary {
|
|
432
|
+
color: #73b8ff;
|
|
433
|
+
}
|
|
434
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--success {
|
|
435
|
+
color: #85cf60;
|
|
436
|
+
}
|
|
437
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--info {
|
|
438
|
+
color: #abadb1;
|
|
439
|
+
}
|
|
440
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--warning {
|
|
441
|
+
color: #ecb869;
|
|
442
|
+
}
|
|
443
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--danger {
|
|
444
|
+
color: #f89c9c;
|
|
445
|
+
}
|
|
446
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--text.theme--perfect {
|
|
447
|
+
color: white;
|
|
448
|
+
}
|
|
449
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--primary {
|
|
450
|
+
color: #fff;
|
|
451
|
+
background-color: #5faeff;
|
|
452
|
+
border-color: #5faeff;
|
|
453
|
+
}
|
|
454
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--success {
|
|
455
|
+
color: #fff;
|
|
456
|
+
background-color: #79cb50;
|
|
457
|
+
border-color: #79cb50;
|
|
458
|
+
}
|
|
459
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--info {
|
|
460
|
+
color: #fff;
|
|
461
|
+
background-color: #a0a3a8;
|
|
462
|
+
border-color: #a0a3a8;
|
|
463
|
+
}
|
|
464
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--warning {
|
|
465
|
+
color: #fff;
|
|
466
|
+
background-color: #e9af57;
|
|
467
|
+
border-color: #e9af57;
|
|
468
|
+
}
|
|
469
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--danger {
|
|
470
|
+
color: #fff;
|
|
471
|
+
background-color: #f78989;
|
|
472
|
+
border-color: #f78989;
|
|
473
|
+
}
|
|
474
|
+
.vxe-button--dropdown.is--active > .vxe-button.type--button.theme--perfect {
|
|
475
|
+
color: #606266;
|
|
476
|
+
background-color: white;
|
|
477
|
+
border-color: white;
|
|
478
|
+
}
|
|
479
|
+
.vxe-button--dropdown.is--active .vxe-button--dropdown-arrow {
|
|
480
|
+
transform: rotate(180deg);
|
|
481
|
+
}
|
|
367
482
|
|
|
368
483
|
.vxe-button--dropdown-arrow {
|
|
369
484
|
display: inline-block;
|
|
370
485
|
font-size: 12px;
|
|
371
486
|
margin-left: 4px;
|
|
372
|
-
transition: transform 0.2s ease-in-out;
|
|
487
|
+
transition: transform 0.2s ease-in-out;
|
|
488
|
+
}
|
|
373
489
|
|
|
374
490
|
.vxe-button--dropdown-panel {
|
|
375
491
|
display: none;
|
|
376
492
|
position: absolute;
|
|
377
493
|
right: 0;
|
|
378
|
-
padding: 4px 0;
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
494
|
+
padding: 4px 0;
|
|
495
|
+
}
|
|
496
|
+
.vxe-button--dropdown-panel.animat--leave {
|
|
497
|
+
display: block;
|
|
498
|
+
opacity: 0;
|
|
499
|
+
transform: scaleY(0.5);
|
|
500
|
+
transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
|
|
501
|
+
transform-origin: center top;
|
|
502
|
+
backface-visibility: hidden;
|
|
503
|
+
transform-style: preserve-3d;
|
|
504
|
+
}
|
|
505
|
+
.vxe-button--dropdown-panel.animat--leave[placement=top] {
|
|
506
|
+
transform-origin: center bottom;
|
|
507
|
+
}
|
|
508
|
+
.vxe-button--dropdown-panel.animat--enter {
|
|
509
|
+
opacity: 1;
|
|
510
|
+
transform: scaleY(1);
|
|
511
|
+
}
|
|
393
512
|
|
|
394
513
|
.vxe-button--dropdown-wrapper {
|
|
395
514
|
padding: 5px;
|
|
396
515
|
background-color: #fff;
|
|
397
516
|
border-radius: 4px;
|
|
398
517
|
border: 1px solid #dcdfe6;
|
|
399
|
-
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
518
|
+
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
|
|
519
|
+
}
|
|
520
|
+
.vxe-button--dropdown-wrapper > .vxe-button {
|
|
521
|
+
margin-left: 0;
|
|
522
|
+
margin-top: 0.4em;
|
|
523
|
+
display: block;
|
|
524
|
+
width: 100%;
|
|
525
|
+
border: 0;
|
|
526
|
+
}
|
|
527
|
+
.vxe-button--dropdown-wrapper > .vxe-button.type--text {
|
|
528
|
+
padding: 2px 8px;
|
|
529
|
+
}
|
|
530
|
+
.vxe-button--dropdown-wrapper > .vxe-button:first-child {
|
|
531
|
+
margin-top: 0;
|
|
532
|
+
}
|
|
533
|
+
.vxe-button--dropdown-wrapper > .vxe-button:last-child {
|
|
534
|
+
margin-bottom: 0;
|
|
535
|
+
}
|