vxe-table 4.3.4 → 4.3.6-beta.0
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/footer/src/footer.js +3 -3
- 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/header/src/header.js +10 -5
- 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 +406 -178
- 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/locale/lang/en-US.js +0 -1
- package/es/locale/lang/ja-JP.js +0 -1
- package/es/locale/lang/zh-CN.js +0 -1
- package/es/locale/lang/zh-TC.js +0 -1
- 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 +36 -40
- 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 +458 -226
- 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 +406 -178
- 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 +54 -99
- 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 +57 -92
- 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 +406 -178
- 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 +14514 -23890
- 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/en-US.js +0 -1
- package/lib/locale/lang/en-US.min.js +1 -1
- package/lib/locale/lang/en-US.umd.js +0 -1
- package/lib/locale/lang/ja-JP.js +0 -1
- package/lib/locale/lang/ja-JP.min.js +1 -1
- package/lib/locale/lang/ja-JP.umd.js +0 -1
- package/lib/locale/lang/zh-CN.js +0 -1
- package/lib/locale/lang/zh-CN.min.js +1 -1
- package/lib/locale/lang/zh-CN.umd.js +0 -1
- package/lib/locale/lang/zh-HK.js +0 -3
- package/lib/locale/lang/zh-HK.min.js +1 -1
- package/lib/locale/lang/zh-HK.umd.js +0 -1
- package/lib/locale/lang/zh-MO.js +0 -3
- package/lib/locale/lang/zh-MO.min.js +1 -1
- package/lib/locale/lang/zh-MO.umd.js +0 -1
- package/lib/locale/lang/zh-TC.js +0 -1
- package/lib/locale/lang/zh-TC.min.js +1 -1
- package/lib/locale/lang/zh-TC.umd.js +0 -1
- package/lib/locale/lang/zh-TW.js +0 -3
- package/lib/locale/lang/zh-TW.min.js +1 -1
- package/lib/locale/lang/zh-TW.umd.js +0 -1
- 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 +670 -1620
- 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 +458 -226
- 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 +406 -178
- 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/footer/src/footer.ts +3 -3
- package/packages/form/src/form.ts +5 -4
- package/packages/header/src/header.ts +13 -9
- package/packages/list/src/list.ts +8 -2
- package/packages/locale/lang/en-US.ts +0 -1
- package/packages/locale/lang/ja-JP.ts +0 -1
- package/packages/locale/lang/zh-CN.ts +0 -1
- package/packages/locale/lang/zh-TC.ts +0 -1
- 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 +117 -113
- 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 +78 -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
|
@@ -23,140 +23,149 @@
|
|
|
23
23
|
/*select*/
|
|
24
24
|
/*switch*/
|
|
25
25
|
/*pulldown*/
|
|
26
|
-
[class*=
|
|
27
|
-
[class*=
|
|
28
|
-
box-sizing: border-box;
|
|
26
|
+
[class*=vxe-]:after, [class*=vxe-]:before,
|
|
27
|
+
[class*=vxe-] *:after, [class*=vxe-] *:before, [class*=vxe-] {
|
|
28
|
+
box-sizing: border-box;
|
|
29
|
+
}
|
|
29
30
|
|
|
30
|
-
.vxe-radio .vxe-radio--label, .vxe-radio
|
|
31
|
+
.vxe-radio-button .vxe-radio--label, .vxe-radio .vxe-radio--label {
|
|
31
32
|
overflow: hidden;
|
|
32
33
|
text-overflow: ellipsis;
|
|
33
|
-
white-space: nowrap;
|
|
34
|
+
white-space: nowrap;
|
|
35
|
+
}
|
|
34
36
|
|
|
35
|
-
[class*=
|
|
37
|
+
[class*=vxe-] {
|
|
36
38
|
font-variant: tabular-nums;
|
|
37
|
-
font-feature-settings:
|
|
38
|
-
|
|
39
|
+
font-feature-settings: "tnum";
|
|
40
|
+
}
|
|
39
41
|
.vxe-primary-color {
|
|
40
|
-
color: #409eff;
|
|
42
|
+
color: #409eff;
|
|
43
|
+
}
|
|
41
44
|
|
|
42
45
|
.vxe-success-color {
|
|
43
|
-
color: #67c23a;
|
|
46
|
+
color: #67c23a;
|
|
47
|
+
}
|
|
44
48
|
|
|
45
49
|
.vxe-info-color {
|
|
46
|
-
color: #909399;
|
|
50
|
+
color: #909399;
|
|
51
|
+
}
|
|
47
52
|
|
|
48
53
|
.vxe-warning-color {
|
|
49
|
-
color: #e6a23c;
|
|
54
|
+
color: #e6a23c;
|
|
55
|
+
}
|
|
50
56
|
|
|
51
57
|
.vxe-danger-color {
|
|
52
|
-
color: #f56c6c;
|
|
58
|
+
color: #f56c6c;
|
|
59
|
+
}
|
|
53
60
|
|
|
54
61
|
.vxe-perfect-color {
|
|
55
|
-
color: #f8f8f9;
|
|
62
|
+
color: #f8f8f9;
|
|
63
|
+
}
|
|
56
64
|
|
|
57
65
|
.vxe-row:after {
|
|
58
|
-
content:
|
|
66
|
+
content: "";
|
|
59
67
|
display: block;
|
|
60
68
|
clear: both;
|
|
61
69
|
height: 0;
|
|
62
70
|
overflow: hidden;
|
|
63
|
-
visibility: hidden;
|
|
64
|
-
|
|
71
|
+
visibility: hidden;
|
|
72
|
+
}
|
|
65
73
|
.vxe-row > .vxe-col--1 {
|
|
66
74
|
float: left;
|
|
67
|
-
width: 4.16667%;
|
|
68
|
-
|
|
75
|
+
width: 4.16667%;
|
|
76
|
+
}
|
|
69
77
|
.vxe-row > .vxe-col--2 {
|
|
70
78
|
float: left;
|
|
71
|
-
width: 8.33333%;
|
|
72
|
-
|
|
79
|
+
width: 8.33333%;
|
|
80
|
+
}
|
|
73
81
|
.vxe-row > .vxe-col--3 {
|
|
74
82
|
float: left;
|
|
75
|
-
width: 12.5%;
|
|
76
|
-
|
|
83
|
+
width: 12.5%;
|
|
84
|
+
}
|
|
77
85
|
.vxe-row > .vxe-col--4 {
|
|
78
86
|
float: left;
|
|
79
|
-
width: 16.66667%;
|
|
80
|
-
|
|
87
|
+
width: 16.66667%;
|
|
88
|
+
}
|
|
81
89
|
.vxe-row > .vxe-col--5 {
|
|
82
90
|
float: left;
|
|
83
|
-
width: 20.83333%;
|
|
84
|
-
|
|
91
|
+
width: 20.83333%;
|
|
92
|
+
}
|
|
85
93
|
.vxe-row > .vxe-col--6 {
|
|
86
94
|
float: left;
|
|
87
|
-
width: 25%;
|
|
88
|
-
|
|
95
|
+
width: 25%;
|
|
96
|
+
}
|
|
89
97
|
.vxe-row > .vxe-col--7 {
|
|
90
98
|
float: left;
|
|
91
|
-
width: 29.16667%;
|
|
92
|
-
|
|
99
|
+
width: 29.16667%;
|
|
100
|
+
}
|
|
93
101
|
.vxe-row > .vxe-col--8 {
|
|
94
102
|
float: left;
|
|
95
|
-
width: 33.33333%;
|
|
96
|
-
|
|
103
|
+
width: 33.33333%;
|
|
104
|
+
}
|
|
97
105
|
.vxe-row > .vxe-col--9 {
|
|
98
106
|
float: left;
|
|
99
|
-
width: 37.5%;
|
|
100
|
-
|
|
107
|
+
width: 37.5%;
|
|
108
|
+
}
|
|
101
109
|
.vxe-row > .vxe-col--10 {
|
|
102
110
|
float: left;
|
|
103
|
-
width: 41.66667%;
|
|
104
|
-
|
|
111
|
+
width: 41.66667%;
|
|
112
|
+
}
|
|
105
113
|
.vxe-row > .vxe-col--11 {
|
|
106
114
|
float: left;
|
|
107
|
-
width: 45.83333%;
|
|
108
|
-
|
|
115
|
+
width: 45.83333%;
|
|
116
|
+
}
|
|
109
117
|
.vxe-row > .vxe-col--12 {
|
|
110
118
|
float: left;
|
|
111
|
-
width: 50%;
|
|
112
|
-
|
|
119
|
+
width: 50%;
|
|
120
|
+
}
|
|
113
121
|
.vxe-row > .vxe-col--13 {
|
|
114
122
|
float: left;
|
|
115
|
-
width: 54.16667%;
|
|
116
|
-
|
|
123
|
+
width: 54.16667%;
|
|
124
|
+
}
|
|
117
125
|
.vxe-row > .vxe-col--14 {
|
|
118
126
|
float: left;
|
|
119
|
-
width: 58.33333%;
|
|
120
|
-
|
|
127
|
+
width: 58.33333%;
|
|
128
|
+
}
|
|
121
129
|
.vxe-row > .vxe-col--15 {
|
|
122
130
|
float: left;
|
|
123
|
-
width: 62.5%;
|
|
124
|
-
|
|
131
|
+
width: 62.5%;
|
|
132
|
+
}
|
|
125
133
|
.vxe-row > .vxe-col--16 {
|
|
126
134
|
float: left;
|
|
127
|
-
width: 66.66667%;
|
|
128
|
-
|
|
135
|
+
width: 66.66667%;
|
|
136
|
+
}
|
|
129
137
|
.vxe-row > .vxe-col--17 {
|
|
130
138
|
float: left;
|
|
131
|
-
width: 70.83333%;
|
|
132
|
-
|
|
139
|
+
width: 70.83333%;
|
|
140
|
+
}
|
|
133
141
|
.vxe-row > .vxe-col--18 {
|
|
134
142
|
float: left;
|
|
135
|
-
width: 75%;
|
|
136
|
-
|
|
143
|
+
width: 75%;
|
|
144
|
+
}
|
|
137
145
|
.vxe-row > .vxe-col--19 {
|
|
138
146
|
float: left;
|
|
139
|
-
width: 79.16667%;
|
|
140
|
-
|
|
147
|
+
width: 79.16667%;
|
|
148
|
+
}
|
|
141
149
|
.vxe-row > .vxe-col--20 {
|
|
142
150
|
float: left;
|
|
143
|
-
width: 83.33333%;
|
|
144
|
-
|
|
151
|
+
width: 83.33333%;
|
|
152
|
+
}
|
|
145
153
|
.vxe-row > .vxe-col--21 {
|
|
146
154
|
float: left;
|
|
147
|
-
width: 87.5%;
|
|
148
|
-
|
|
155
|
+
width: 87.5%;
|
|
156
|
+
}
|
|
149
157
|
.vxe-row > .vxe-col--22 {
|
|
150
158
|
float: left;
|
|
151
|
-
width: 91.66667%;
|
|
152
|
-
|
|
159
|
+
width: 91.66667%;
|
|
160
|
+
}
|
|
153
161
|
.vxe-row > .vxe-col--23 {
|
|
154
162
|
float: left;
|
|
155
|
-
width: 95.83333%;
|
|
156
|
-
|
|
163
|
+
width: 95.83333%;
|
|
164
|
+
}
|
|
157
165
|
.vxe-row > .vxe-col--24 {
|
|
158
166
|
float: left;
|
|
159
|
-
width: 100%;
|
|
167
|
+
width: 100%;
|
|
168
|
+
}
|
|
160
169
|
|
|
161
170
|
/*animat*/
|
|
162
171
|
.is--animat .vxe-sort--asc-btn:before, .is--animat .vxe-sort--asc-btn:after,
|
|
@@ -164,95 +173,112 @@
|
|
|
164
173
|
.is--animat .vxe-sort--desc-btn:after,
|
|
165
174
|
.is--animat .vxe-filter--btn:before,
|
|
166
175
|
.is--animat .vxe-filter--btn:after {
|
|
167
|
-
transition: border 0.1s ease-in-out;
|
|
168
|
-
|
|
176
|
+
transition: border 0.1s ease-in-out;
|
|
177
|
+
}
|
|
169
178
|
.is--animat .vxe-input--wrapper .vxe-input {
|
|
170
|
-
transition: border 0.1s ease-in-out;
|
|
171
|
-
|
|
179
|
+
transition: border 0.1s ease-in-out;
|
|
180
|
+
}
|
|
172
181
|
.is--animat .vxe-table--expand-btn,
|
|
173
182
|
.is--animat .vxe-tree--node-btn {
|
|
174
|
-
transition: transform 0.1s ease-in-out;
|
|
175
|
-
|
|
183
|
+
transition: transform 0.1s ease-in-out;
|
|
184
|
+
}
|
|
176
185
|
.is--animat .vxe-checkbox > input:checked + span,
|
|
177
186
|
.is--animat .vxe-radio > input:checked + span {
|
|
178
|
-
transition: background-color 0.1s ease-in-out;
|
|
187
|
+
transition: background-color 0.1s ease-in-out;
|
|
188
|
+
}
|
|
179
189
|
|
|
180
190
|
.vxe-radio {
|
|
181
|
-
cursor: pointer;
|
|
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
|
-
|
|
191
|
+
cursor: pointer;
|
|
192
|
+
}
|
|
193
|
+
.vxe-radio .vxe-radio--icon {
|
|
194
|
+
font-size: 1.4em;
|
|
195
|
+
}
|
|
196
|
+
.vxe-radio .vxe-radio--icon {
|
|
197
|
+
color: #dcdfe6;
|
|
198
|
+
vertical-align: middle;
|
|
199
|
+
font-weight: 700;
|
|
200
|
+
-webkit-user-select: none;
|
|
201
|
+
-moz-user-select: none;
|
|
202
|
+
user-select: none;
|
|
203
|
+
}
|
|
204
|
+
.is--checked.vxe-radio {
|
|
205
|
+
color: #409eff;
|
|
206
|
+
}
|
|
207
|
+
.is--checked.vxe-radio .vxe-radio--icon {
|
|
208
|
+
color: #409eff;
|
|
209
|
+
}
|
|
210
|
+
.vxe-radio:not(.is--disabled) {
|
|
211
|
+
cursor: pointer;
|
|
212
|
+
}
|
|
213
|
+
.vxe-radio:not(.is--disabled):hover .vxe-radio--icon {
|
|
214
|
+
color: #409eff;
|
|
215
|
+
}
|
|
216
|
+
.is--disabled.vxe-radio {
|
|
217
|
+
color: #BFBFBF;
|
|
218
|
+
cursor: not-allowed;
|
|
219
|
+
}
|
|
220
|
+
.is--disabled.vxe-radio .vxe-radio--icon {
|
|
221
|
+
color: #dcdfe6;
|
|
222
|
+
}
|
|
223
|
+
.vxe-radio .vxe-radio--label {
|
|
224
|
+
padding-left: 0.5em;
|
|
225
|
+
vertical-align: middle;
|
|
226
|
+
}
|
|
208
227
|
|
|
209
228
|
/*radio-group*/
|
|
210
229
|
.vxe-radio-group {
|
|
211
230
|
display: inline-block;
|
|
212
231
|
vertical-align: middle;
|
|
213
232
|
line-height: 1;
|
|
214
|
-
font-size: 0;
|
|
215
|
-
|
|
216
|
-
|
|
233
|
+
font-size: 0;
|
|
234
|
+
}
|
|
235
|
+
.vxe-radio-group + .vxe-radio-group {
|
|
236
|
+
margin-left: 10px;
|
|
237
|
+
}
|
|
217
238
|
|
|
218
239
|
/*radio*/
|
|
219
240
|
.vxe-radio {
|
|
220
241
|
display: inline-block;
|
|
221
242
|
vertical-align: middle;
|
|
222
243
|
white-space: nowrap;
|
|
223
|
-
line-height: 1;
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
244
|
+
line-height: 1;
|
|
245
|
+
}
|
|
246
|
+
.vxe-radio > input[type=radio] {
|
|
247
|
+
position: absolute;
|
|
248
|
+
width: 0;
|
|
249
|
+
height: 0;
|
|
250
|
+
border: 0;
|
|
251
|
+
-webkit-appearance: none;
|
|
252
|
+
-moz-appearance: none;
|
|
253
|
+
appearance: none;
|
|
254
|
+
}
|
|
255
|
+
.vxe-radio .vxe-radio--label {
|
|
256
|
+
vertical-align: middle;
|
|
257
|
+
display: inline-block;
|
|
258
|
+
max-width: 50em;
|
|
259
|
+
}
|
|
260
|
+
.vxe-radio:not(.is--disabled) > input:focus + .vxe-radio--icon {
|
|
261
|
+
color: #409eff;
|
|
262
|
+
}
|
|
263
|
+
.vxe-radio:not(.vxe-radio-button) + .vxe-radio {
|
|
264
|
+
margin-left: 10px;
|
|
265
|
+
}
|
|
240
266
|
|
|
241
267
|
.vxe-radio-button .vxe-radio--label {
|
|
242
|
-
background-color: #fff;
|
|
243
|
-
|
|
268
|
+
background-color: #fff;
|
|
269
|
+
}
|
|
244
270
|
.vxe-radio-button:first-child .vxe-radio--label {
|
|
245
271
|
border-left: 1px solid #dcdfe6;
|
|
246
|
-
border-radius: 4px 0 0 4px;
|
|
247
|
-
|
|
272
|
+
border-radius: 4px 0 0 4px;
|
|
273
|
+
}
|
|
248
274
|
.vxe-radio-button:last-child .vxe-radio--label {
|
|
249
|
-
border-radius: 0 4px 4px 0;
|
|
250
|
-
|
|
275
|
+
border-radius: 0 4px 4px 0;
|
|
276
|
+
}
|
|
251
277
|
.vxe-radio-button > input:checked + .vxe-radio--label {
|
|
252
278
|
color: #fff;
|
|
253
279
|
background-color: #409eff;
|
|
254
|
-
border-color: #409eff;
|
|
255
|
-
|
|
280
|
+
border-color: #409eff;
|
|
281
|
+
}
|
|
256
282
|
.vxe-radio-button .vxe-radio--label {
|
|
257
283
|
padding: 0 1em;
|
|
258
284
|
line-height: 32px;
|
|
@@ -260,37 +286,44 @@
|
|
|
260
286
|
border-style: solid;
|
|
261
287
|
border-color: #dcdfe6;
|
|
262
288
|
border-width: 1px 1px 1px 0;
|
|
263
|
-
max-width: 50em;
|
|
264
|
-
|
|
289
|
+
max-width: 50em;
|
|
290
|
+
}
|
|
265
291
|
.vxe-radio-button.is--disabled {
|
|
266
|
-
cursor: not-allowed;
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
292
|
+
cursor: not-allowed;
|
|
293
|
+
}
|
|
294
|
+
.vxe-radio-button.is--disabled > input:not(:checked) + .vxe-radio--label {
|
|
295
|
+
color: #dcdfe6;
|
|
296
|
+
}
|
|
297
|
+
.vxe-radio-button.is--disabled > input:checked + .vxe-radio--label {
|
|
298
|
+
border-color: #a6d2ff;
|
|
299
|
+
background-color: #a6d2ff;
|
|
300
|
+
}
|
|
273
301
|
.vxe-radio-button:not(.is--disabled) > input:focus + .vxe-radio--label {
|
|
274
302
|
border-color: #409eff;
|
|
275
|
-
box-shadow: 0 0 0.2em 0 #409eff;
|
|
276
|
-
|
|
303
|
+
box-shadow: 0 0 0.2em 0 #409eff;
|
|
304
|
+
}
|
|
277
305
|
.vxe-radio-button:not(.is--disabled):hover > input:not(:checked) + .vxe-radio--label {
|
|
278
|
-
color: #409eff;
|
|
279
|
-
|
|
306
|
+
color: #409eff;
|
|
307
|
+
}
|
|
280
308
|
.vxe-radio-button.size--medium .vxe-radio--label {
|
|
281
|
-
line-height: 30px;
|
|
282
|
-
|
|
309
|
+
line-height: 30px;
|
|
310
|
+
}
|
|
283
311
|
.vxe-radio-button.size--small .vxe-radio--label {
|
|
284
|
-
line-height: 28px;
|
|
285
|
-
|
|
312
|
+
line-height: 28px;
|
|
313
|
+
}
|
|
286
314
|
.vxe-radio-button.size--mini .vxe-radio--label {
|
|
287
|
-
line-height: 26px;
|
|
315
|
+
line-height: 26px;
|
|
316
|
+
}
|
|
288
317
|
|
|
289
318
|
.vxe-radio {
|
|
290
|
-
font-size: 14px;
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
319
|
+
font-size: 14px;
|
|
320
|
+
}
|
|
321
|
+
.vxe-radio.size--medium {
|
|
322
|
+
font-size: 14px;
|
|
323
|
+
}
|
|
324
|
+
.vxe-radio.size--small {
|
|
325
|
+
font-size: 13px;
|
|
326
|
+
}
|
|
327
|
+
.vxe-radio.size--mini {
|
|
328
|
+
font-size: 12px;
|
|
329
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[class*=vxe-],[class*=vxe-] :after,[class*=vxe-] :before,[class*=vxe-]:after,[class*=vxe-]:before{box-sizing:border-box}.vxe-radio .vxe-radio--label,.vxe-radio-button .vxe-radio--label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[class*=vxe-]{font-variant:tabular-nums;font-feature-settings:
|
|
1
|
+
[class*=vxe-],[class*=vxe-] :after,[class*=vxe-] :before,[class*=vxe-]:after,[class*=vxe-]:before{box-sizing:border-box}.vxe-radio .vxe-radio--label,.vxe-radio-button .vxe-radio--label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[class*=vxe-]{font-variant:tabular-nums;font-feature-settings:"tnum"}.vxe-primary-color{color:#409eff}.vxe-success-color{color:#67c23a}.vxe-info-color{color:#909399}.vxe-warning-color{color:#e6a23c}.vxe-danger-color{color:#f56c6c}.vxe-perfect-color{color:#f8f8f9}.vxe-row:after{content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden}.vxe-row>.vxe-col--1{float:left;width:4.16667%}.vxe-row>.vxe-col--2{float:left;width:8.33333%}.vxe-row>.vxe-col--3{float:left;width:12.5%}.vxe-row>.vxe-col--4{float:left;width:16.66667%}.vxe-row>.vxe-col--5{float:left;width:20.83333%}.vxe-row>.vxe-col--6{float:left;width:25%}.vxe-row>.vxe-col--7{float:left;width:29.16667%}.vxe-row>.vxe-col--8{float:left;width:33.33333%}.vxe-row>.vxe-col--9{float:left;width:37.5%}.vxe-row>.vxe-col--10{float:left;width:41.66667%}.vxe-row>.vxe-col--11{float:left;width:45.83333%}.vxe-row>.vxe-col--12{float:left;width:50%}.vxe-row>.vxe-col--13{float:left;width:54.16667%}.vxe-row>.vxe-col--14{float:left;width:58.33333%}.vxe-row>.vxe-col--15{float:left;width:62.5%}.vxe-row>.vxe-col--16{float:left;width:66.66667%}.vxe-row>.vxe-col--17{float:left;width:70.83333%}.vxe-row>.vxe-col--18{float:left;width:75%}.vxe-row>.vxe-col--19{float:left;width:79.16667%}.vxe-row>.vxe-col--20{float:left;width:83.33333%}.vxe-row>.vxe-col--21{float:left;width:87.5%}.vxe-row>.vxe-col--22{float:left;width:91.66667%}.vxe-row>.vxe-col--23{float:left;width:95.83333%}.vxe-row>.vxe-col--24{float:left;width:100%}.is--animat .vxe-filter--btn:after,.is--animat .vxe-filter--btn:before,.is--animat .vxe-sort--asc-btn:after,.is--animat .vxe-sort--asc-btn:before,.is--animat .vxe-sort--desc-btn:after,.is--animat .vxe-sort--desc-btn:before{transition:border .1s ease-in-out}.is--animat .vxe-input--wrapper .vxe-input{transition:border .1s ease-in-out}.is--animat .vxe-table--expand-btn,.is--animat .vxe-tree--node-btn{transition:transform .1s ease-in-out}.is--animat .vxe-checkbox>input:checked+span,.is--animat .vxe-radio>input:checked+span{transition:background-color .1s ease-in-out}.vxe-radio{cursor:pointer}.vxe-radio .vxe-radio--icon{font-size:1.4em}.vxe-radio .vxe-radio--icon{color:#dcdfe6;vertical-align:middle;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none}.is--checked.vxe-radio{color:#409eff}.is--checked.vxe-radio .vxe-radio--icon{color:#409eff}.vxe-radio:not(.is--disabled){cursor:pointer}.vxe-radio:not(.is--disabled):hover .vxe-radio--icon{color:#409eff}.is--disabled.vxe-radio{color:#bfbfbf;cursor:not-allowed}.is--disabled.vxe-radio .vxe-radio--icon{color:#dcdfe6}.vxe-radio .vxe-radio--label{padding-left:.5em;vertical-align:middle}.vxe-radio-group{display:inline-block;vertical-align:middle;line-height:1;font-size:0}.vxe-radio-group+.vxe-radio-group{margin-left:10px}.vxe-radio{display:inline-block;vertical-align:middle;white-space:nowrap;line-height:1}.vxe-radio>input[type=radio]{position:absolute;width:0;height:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vxe-radio .vxe-radio--label{vertical-align:middle;display:inline-block;max-width:50em}.vxe-radio:not(.is--disabled)>input:focus+.vxe-radio--icon{color:#409eff}.vxe-radio:not(.vxe-radio-button)+.vxe-radio{margin-left:10px}.vxe-radio-button .vxe-radio--label{background-color:#fff}.vxe-radio-button:first-child .vxe-radio--label{border-left:1px solid #dcdfe6;border-radius:4px 0 0 4px}.vxe-radio-button:last-child .vxe-radio--label{border-radius:0 4px 4px 0}.vxe-radio-button>input:checked+.vxe-radio--label{color:#fff;background-color:#409eff;border-color:#409eff}.vxe-radio-button .vxe-radio--label{padding:0 1em;line-height:32px;display:inline-block;border-style:solid;border-color:#dcdfe6;border-width:1px 1px 1px 0;max-width:50em}.vxe-radio-button.is--disabled{cursor:not-allowed}.vxe-radio-button.is--disabled>input:not(:checked)+.vxe-radio--label{color:#dcdfe6}.vxe-radio-button.is--disabled>input:checked+.vxe-radio--label{border-color:#a6d2ff;background-color:#a6d2ff}.vxe-radio-button:not(.is--disabled)>input:focus+.vxe-radio--label{border-color:#409eff;box-shadow:0 0 .2em 0 #409eff}.vxe-radio-button:not(.is--disabled):hover>input:not(:checked)+.vxe-radio--label{color:#409eff}.vxe-radio-button.size--medium .vxe-radio--label{line-height:30px}.vxe-radio-button.size--small .vxe-radio--label{line-height:28px}.vxe-radio-button.size--mini .vxe-radio--label{line-height:26px}.vxe-radio{font-size:14px}.vxe-radio.size--medium{font-size:14px}.vxe-radio.size--small{font-size:13px}.vxe-radio.size--mini{font-size:12px}
|
|
@@ -4,23 +4,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = exports.VxeRadioButton = exports.RadioButton = void 0;
|
|
7
|
-
|
|
8
7
|
var _button = _interopRequireDefault(require("../radio/src/button"));
|
|
9
|
-
|
|
10
8
|
var _dynamics = require("../dynamics");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
10
|
var VxeRadioButton = Object.assign(_button.default, {
|
|
15
|
-
install: function
|
|
11
|
+
install: function (app) {
|
|
16
12
|
app.component(_button.default.name, _button.default);
|
|
17
13
|
}
|
|
18
14
|
});
|
|
19
15
|
exports.VxeRadioButton = VxeRadioButton;
|
|
20
16
|
var RadioButton = VxeRadioButton;
|
|
21
17
|
exports.RadioButton = RadioButton;
|
|
22
|
-
|
|
23
18
|
_dynamics.dynamicApp.component(_button.default.name, _button.default);
|
|
24
|
-
|
|
25
19
|
var _default = VxeRadioButton;
|
|
26
20
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=exports.VxeRadioButton=exports.RadioButton=void 0;var _button=_interopRequireDefault(require("../radio/src/button")),_dynamics=require("../dynamics");function _interopRequireDefault(t){return t&&t.__esModule?t:{default:t}}var VxeRadioButton=Object.assign(_button.default,{install:function(t){t.component(_button.default.name,_button.default)}}),RadioButton=exports.VxeRadioButton=VxeRadioButton
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=exports.VxeRadioButton=exports.RadioButton=void 0;var _button=_interopRequireDefault(require("../radio/src/button")),_dynamics=require("../dynamics");function _interopRequireDefault(t){return t&&t.__esModule?t:{default:t}}var VxeRadioButton=Object.assign(_button.default,{install:function(t){t.component(_button.default.name,_button.default)}}),RadioButton=exports.VxeRadioButton=VxeRadioButton,_default=(exports.RadioButton=RadioButton,_dynamics.dynamicApp.component(_button.default.name,_button.default),VxeRadioButton);exports.default=_default;
|
package/lib/radio-group/index.js
CHANGED
|
@@ -4,23 +4,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = exports.VxeRadioGroup = exports.RadioGroup = void 0;
|
|
7
|
-
|
|
8
7
|
var _group = _interopRequireDefault(require("../radio/src/group"));
|
|
9
|
-
|
|
10
8
|
var _dynamics = require("../dynamics");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
10
|
var VxeRadioGroup = Object.assign(_group.default, {
|
|
15
|
-
install: function
|
|
11
|
+
install: function (app) {
|
|
16
12
|
app.component(_group.default.name, _group.default);
|
|
17
13
|
}
|
|
18
14
|
});
|
|
19
15
|
exports.VxeRadioGroup = VxeRadioGroup;
|
|
20
16
|
var RadioGroup = VxeRadioGroup;
|
|
21
17
|
exports.RadioGroup = RadioGroup;
|
|
22
|
-
|
|
23
18
|
_dynamics.dynamicApp.component(_group.default.name, _group.default);
|
|
24
|
-
|
|
25
19
|
var _default = VxeRadioGroup;
|
|
26
20
|
exports.default = _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=exports.VxeRadioGroup=exports.RadioGroup=void 0;var _group=_interopRequireDefault(require("../radio/src/group")),_dynamics=require("../dynamics");function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var VxeRadioGroup=Object.assign(_group.default,{install:function(e){e.component(_group.default.name,_group.default)}}),RadioGroup=exports.VxeRadioGroup=VxeRadioGroup
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=exports.VxeRadioGroup=exports.RadioGroup=void 0;var _group=_interopRequireDefault(require("../radio/src/group")),_dynamics=require("../dynamics");function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var VxeRadioGroup=Object.assign(_group.default,{install:function(e){e.component(_group.default.name,_group.default)}}),RadioGroup=exports.VxeRadioGroup=VxeRadioGroup,_default=(exports.RadioGroup=RadioGroup,_dynamics.dynamicApp.component(_group.default.name,_group.default),VxeRadioGroup);exports.default=_default;
|
package/lib/select/index.js
CHANGED
|
@@ -4,23 +4,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = exports.VxeSelect = exports.Select = void 0;
|
|
7
|
-
|
|
8
7
|
var _select = _interopRequireDefault(require("./src/select"));
|
|
9
|
-
|
|
10
8
|
var _dynamics = require("../dynamics");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
10
|
var VxeSelect = Object.assign(_select.default, {
|
|
15
|
-
install: function
|
|
11
|
+
install: function (app) {
|
|
16
12
|
app.component(_select.default.name, _select.default);
|
|
17
13
|
}
|
|
18
14
|
});
|
|
19
15
|
exports.VxeSelect = VxeSelect;
|
|
20
16
|
var Select = VxeSelect;
|
|
21
17
|
exports.Select = Select;
|
|
22
|
-
|
|
23
18
|
_dynamics.dynamicApp.component(_select.default.name, _select.default);
|
|
24
|
-
|
|
25
19
|
var _default = VxeSelect;
|
|
26
20
|
exports.default = _default;
|
package/lib/select/index.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=exports.VxeSelect=exports.Select=void 0;var _select=_interopRequireDefault(require("./src/select")),_dynamics=require("../dynamics");function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var VxeSelect=Object.assign(_select.default,{install:function(e){e.component(_select.default.name,_select.default)}}),Select=exports.VxeSelect=VxeSelect
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=exports.VxeSelect=exports.Select=void 0;var _select=_interopRequireDefault(require("./src/select")),_dynamics=require("../dynamics");function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var VxeSelect=Object.assign(_select.default,{install:function(e){e.component(_select.default.name,_select.default)}}),Select=exports.VxeSelect=VxeSelect,_default=(exports.Select=Select,_dynamics.dynamicApp.component(_select.default.name,_select.default),VxeSelect);exports.default=_default;
|
|
@@ -4,11 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _vue = require("vue");
|
|
9
|
-
|
|
10
8
|
var _util = require("./util");
|
|
11
|
-
|
|
12
9
|
var _default = (0, _vue.defineComponent)({
|
|
13
10
|
name: 'VxeOptgroup',
|
|
14
11
|
props: {
|
|
@@ -23,7 +20,7 @@ var _default = (0, _vue.defineComponent)({
|
|
|
23
20
|
className: [String, Function],
|
|
24
21
|
disabled: Boolean
|
|
25
22
|
},
|
|
26
|
-
setup: function
|
|
23
|
+
setup: function (props, _a) {
|
|
27
24
|
var slots = _a.slots;
|
|
28
25
|
var elem = (0, _vue.ref)();
|
|
29
26
|
var $xeselect = (0, _vue.inject)('$xeselect', {});
|
|
@@ -47,5 +44,4 @@ var _default = (0, _vue.defineComponent)({
|
|
|
47
44
|
};
|
|
48
45
|
}
|
|
49
46
|
});
|
|
50
|
-
|
|
51
47
|
exports.default = _default;
|
package/lib/select/src/option.js
CHANGED
|
@@ -4,11 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _vue = require("vue");
|
|
9
|
-
|
|
10
8
|
var _util = require("./util");
|
|
11
|
-
|
|
12
9
|
var _default = (0, _vue.defineComponent)({
|
|
13
10
|
name: 'VxeOption',
|
|
14
11
|
props: {
|
|
@@ -24,7 +21,7 @@ var _default = (0, _vue.defineComponent)({
|
|
|
24
21
|
className: [String, Function],
|
|
25
22
|
disabled: Boolean
|
|
26
23
|
},
|
|
27
|
-
setup: function
|
|
24
|
+
setup: function (props, _a) {
|
|
28
25
|
var slots = _a.slots;
|
|
29
26
|
var elem = (0, _vue.ref)();
|
|
30
27
|
var $xeselect = (0, _vue.inject)('$xeselect', {});
|
|
@@ -45,5 +42,4 @@ var _default = (0, _vue.defineComponent)({
|
|
|
45
42
|
};
|
|
46
43
|
}
|
|
47
44
|
});
|
|
48
|
-
|
|
49
45
|
exports.default = _default;
|
|
@@ -4,14 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.OptionInfo = void 0;
|
|
7
|
-
|
|
8
7
|
var _xeUtils = _interopRequireDefault(require("xe-utils"));
|
|
9
|
-
|
|
10
8
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
-
|
|
12
|
-
var OptionInfo =
|
|
13
|
-
/** @class */
|
|
14
|
-
function () {
|
|
9
|
+
var OptionInfo = /** @class */function () {
|
|
15
10
|
function OptionInfo($xeselect, _vm) {
|
|
16
11
|
Object.assign(this, {
|
|
17
12
|
id: _xeUtils.default.uniqueId('option_'),
|
|
@@ -22,12 +17,9 @@ function () {
|
|
|
22
17
|
disabled: _vm.disabled
|
|
23
18
|
});
|
|
24
19
|
}
|
|
25
|
-
|
|
26
20
|
OptionInfo.prototype.update = function (name, value) {
|
|
27
21
|
this[name] = value;
|
|
28
22
|
};
|
|
29
|
-
|
|
30
23
|
return OptionInfo;
|
|
31
24
|
}();
|
|
32
|
-
|
|
33
25
|
exports.OptionInfo = OptionInfo;
|