bkui-vue 0.0.1-beta.4 → 0.0.1-beta.400
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/License.txt +14 -0
- package/README.md +31 -19
- package/dist/index.cjs.js +182 -0
- package/dist/index.esm.js +39613 -0
- package/dist/index.umd.js +182 -0
- package/dist/style.css +1 -2009
- package/dist/style.variable.css +1 -0
- package/lib/affix/affix.css +3 -0
- package/lib/affix/affix.d.ts +47 -0
- package/lib/affix/affix.less +5 -0
- package/lib/affix/affix.variable.css +123 -0
- package/lib/affix/index.d.ts +143 -0
- package/lib/affix/index.js +1 -0
- package/lib/alert/alert.css +9 -3
- package/lib/alert/alert.d.ts +27 -18
- package/lib/alert/alert.less +29 -20
- package/lib/alert/alert.variable.css +71 -6
- package/lib/alert/index.d.ts +180 -0
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/index.d.ts +97 -0
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/backtop.css +8 -0
- package/lib/backtop/backtop.d.ts +27 -13
- package/lib/backtop/backtop.less +8 -0
- package/lib/backtop/backtop.variable.css +70 -3
- package/lib/backtop/index.d.ts +166 -0
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.css +7 -10
- package/lib/badge/badge.d.ts +64 -22
- package/lib/badge/badge.less +9 -11
- package/lib/badge/badge.variable.css +69 -13
- package/lib/badge/index.d.ts +267 -0
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +16 -10
- package/lib/breadcrumb/breadcrumb.css +61 -1
- package/lib/breadcrumb/breadcrumb.d.ts +37 -9
- package/lib/breadcrumb/breadcrumb.less +13 -2
- package/lib/breadcrumb/breadcrumb.variable.css +125 -6
- package/lib/breadcrumb/index.d.ts +196 -0
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +4 -6
- package/lib/button/button.css +92 -45
- package/lib/button/button.d.ts +86 -37
- package/lib/button/button.less +91 -50
- package/lib/button/button.variable.css +154 -48
- package/lib/button/index.d.ts +256 -0
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +96 -1
- package/lib/card/card.d.ts +74 -18
- package/lib/card/card.less +50 -2
- package/lib/card/card.variable.css +162 -8
- package/lib/card/index.d.ts +283 -0
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader-panel.d.ts +100 -0
- package/lib/cascader/cascader.css +173 -0
- package/lib/cascader/cascader.d.ts +303 -0
- package/lib/cascader/cascader.less +196 -0
- package/lib/cascader/cascader.variable.css +293 -0
- package/lib/cascader/index.d.ts +868 -0
- package/lib/cascader/index.js +1 -0
- package/lib/cascader/interface.d.ts +51 -0
- package/lib/cascader/node.d.ts +31 -0
- package/lib/cascader/store.d.ts +23 -0
- package/lib/checkbox/checkbox-group.d.ts +29 -9
- package/lib/checkbox/checkbox.css +46 -10
- package/lib/checkbox/checkbox.d.ts +60 -39
- package/lib/checkbox/checkbox.less +79 -31
- package/lib/checkbox/checkbox.variable.css +108 -13
- package/lib/checkbox/common.d.ts +4 -3
- package/lib/checkbox/index.d.ts +293 -0
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +9 -12
- package/lib/code-diff/code-diff.css +206 -0
- package/lib/code-diff/code-diff.d.ts +80 -0
- package/lib/code-diff/code-diff.less +273 -0
- package/lib/code-diff/code-diff.variable.css +326 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse-panel.d.ts +78 -0
- package/lib/collapse/collapse.css +29 -5
- package/lib/collapse/collapse.d.ts +34 -43
- package/lib/collapse/collapse.less +55 -20
- package/lib/collapse/collapse.variable.css +149 -5
- package/lib/collapse/index.d.ts +273 -0
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/props.d.ts +84 -0
- package/lib/collapse/utils.d.ts +11 -0
- package/lib/color-picker/color-picker.css +275 -0
- package/lib/color-picker/color-picker.d.ts +144 -0
- package/lib/color-picker/color-picker.less +325 -0
- package/lib/color-picker/color-picker.variable.css +395 -0
- package/lib/color-picker/components/color-input.d.ts +42 -0
- package/lib/color-picker/components/hue-slider.d.ts +41 -0
- package/lib/color-picker/components/input-container.d.ts +42 -0
- package/lib/color-picker/components/recommend-colors.d.ts +51 -0
- package/lib/color-picker/components/saturation-panel.d.ts +41 -0
- package/lib/color-picker/index.d.ts +254 -0
- package/lib/color-picker/index.js +1 -0
- package/lib/color-picker/utils.d.ts +37 -0
- package/lib/components.d.ts +61 -0
- package/lib/components.js +1 -0
- package/lib/container/col.d.ts +51 -0
- package/lib/container/container.css +91 -0
- package/lib/container/container.d.ts +83 -0
- package/lib/container/container.less +20 -0
- package/lib/container/container.variable.css +211 -0
- package/lib/container/index.d.ts +223 -0
- package/lib/container/index.js +1 -0
- package/lib/container/row.d.ts +4 -0
- package/lib/date-picker/base/confirm.d.ts +74 -0
- package/lib/date-picker/base/date-table.d.ts +96 -0
- package/lib/date-picker/base/picker-dropdown.d.ts +74 -0
- package/lib/date-picker/base/time-spinner.d.ts +151 -0
- package/lib/date-picker/date-picker.css +434 -0
- package/lib/date-picker/date-picker.d.ts +323 -0
- package/lib/date-picker/date-picker.less +558 -0
- package/lib/date-picker/date-picker.variable.css +554 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +780 -0
- package/lib/date-picker/index.js +1 -0
- package/lib/date-picker/interface.d.ts +32 -0
- package/lib/date-picker/panel/date-range.d.ts +309 -0
- package/lib/date-picker/panel/date.d.ts +206 -0
- package/lib/date-picker/panel/time-range.d.ts +489 -0
- package/lib/date-picker/panel/time.d.ts +448 -0
- package/lib/date-picker/props.d.ts +161 -0
- package/lib/date-picker/time-picker.d.ts +381 -0
- package/lib/date-picker/utils.d.ts +117 -0
- package/lib/dialog/dialog.css +144 -22
- package/lib/dialog/dialog.d.ts +279 -51
- package/lib/dialog/dialog.less +105 -32
- package/lib/dialog/dialog.variable.css +264 -22
- package/lib/dialog/index.d.ts +722 -0
- package/lib/dialog/index.js +1 -1
- package/lib/dialog/props.d.ts +130 -0
- package/lib/directives/clickoutside.d.ts +3 -0
- package/lib/directives/ellipsis.d.ts +7 -0
- package/lib/directives/index.d.ts +5 -0
- package/lib/directives/index.js +2 -15
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/tooltips.d.ts +18 -0
- package/lib/dist.index.js +1 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +48 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +158 -0
- package/lib/divider/index.d.ts +142 -0
- package/lib/divider/index.js +1 -0
- package/lib/divider/props.d.ts +21 -0
- package/lib/dropdown/dropdown-item.d.ts +19 -0
- package/lib/dropdown/dropdown-menu.d.ts +16 -0
- package/lib/dropdown/dropdown.css +49 -0
- package/lib/dropdown/dropdown.d.ts +93 -0
- package/lib/dropdown/dropdown.less +67 -0
- package/lib/dropdown/dropdown.variable.css +169 -0
- package/lib/dropdown/index.d.ts +256 -0
- package/lib/dropdown/index.js +1 -0
- package/lib/exception/exception.css +40 -14
- package/lib/exception/exception.d.ts +37 -15
- package/lib/exception/exception.less +59 -22
- package/lib/exception/exception.variable.css +102 -17
- package/lib/exception/index.d.ts +113 -0
- package/lib/exception/index.js +1 -1
- package/lib/exception/typings/index.d.ts +4 -0
- package/lib/fixed-navbar/fixed-navbar.d.ts +29 -9
- package/lib/fixed-navbar/fixed-navbar.variable.css +62 -3
- package/lib/fixed-navbar/index.d.ts +147 -0
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/compose-form-item.d.ts +16 -0
- package/lib/form/form-item.d.ts +160 -0
- package/lib/form/form.css +137 -0
- package/lib/form/form.d.ts +88 -0
- package/lib/form/form.less +170 -0
- package/lib/form/form.variable.css +257 -0
- package/lib/form/index.d.ts +319 -0
- package/lib/form/index.js +1 -0
- package/lib/form/type.d.ts +22 -0
- package/lib/form/utils.d.ts +2 -0
- package/lib/form/validator.d.ts +9 -0
- package/lib/icon/angle-double-down-line.d.ts +4 -0
- package/lib/icon/angle-double-down-line.js +1 -0
- package/lib/icon/angle-double-left-line.d.ts +4 -0
- package/lib/icon/angle-double-left-line.js +1 -0
- package/lib/icon/angle-double-left.d.ts +4 -0
- package/lib/icon/angle-double-left.js +1 -0
- package/lib/icon/angle-double-right-line.d.ts +4 -0
- package/lib/icon/angle-double-right-line.js +1 -0
- package/lib/icon/angle-double-right.d.ts +4 -0
- package/lib/icon/angle-double-right.js +1 -0
- package/lib/icon/angle-double-up-line.d.ts +4 -0
- package/lib/icon/angle-double-up-line.js +1 -0
- package/lib/icon/angle-down-fill.d.ts +4 -0
- package/lib/icon/angle-down-fill.js +1 -0
- package/lib/icon/angle-down-line.d.ts +4 -0
- package/lib/icon/angle-down-line.js +1 -0
- package/lib/icon/angle-down.d.ts +4 -0
- package/lib/icon/angle-down.js +1 -0
- package/lib/icon/angle-left.d.ts +4 -0
- package/lib/icon/angle-left.js +1 -0
- package/lib/icon/angle-right.d.ts +4 -0
- package/lib/icon/angle-right.js +1 -0
- package/lib/icon/angle-up-fill.d.ts +4 -0
- package/lib/icon/angle-up-fill.js +1 -0
- package/lib/icon/angle-up.d.ts +4 -0
- package/lib/icon/angle-up.js +1 -0
- package/lib/icon/archive-fill.d.ts +4 -0
- package/lib/icon/archive-fill.js +1 -0
- package/lib/icon/arrows-left.d.ts +4 -0
- package/lib/icon/arrows-left.js +1 -0
- package/lib/icon/arrows-right.d.ts +4 -0
- package/lib/icon/arrows-right.js +1 -0
- package/lib/icon/audio-fill.d.ts +4 -0
- package/lib/icon/audio-fill.js +1 -0
- package/lib/icon/bk.d.ts +4 -0
- package/lib/icon/bk.js +1 -0
- package/lib/icon/circle.d.ts +4 -0
- package/lib/icon/circle.js +1 -0
- package/lib/icon/close-line.d.ts +4 -0
- package/lib/icon/close-line.js +1 -0
- package/lib/icon/close.d.ts +4 -0
- package/lib/icon/close.js +1 -0
- package/lib/icon/code.d.ts +4 -0
- package/lib/icon/code.js +1 -0
- package/lib/icon/cog-shape.d.ts +4 -0
- package/lib/icon/cog-shape.js +1 -0
- package/lib/icon/collapse-left.d.ts +4 -0
- package/lib/icon/collapse-left.js +1 -0
- package/lib/icon/copy.d.ts +4 -0
- package/lib/icon/copy.js +1 -0
- package/lib/icon/data-shape.d.ts +4 -0
- package/lib/icon/data-shape.js +1 -0
- package/lib/icon/del.d.ts +4 -0
- package/lib/icon/del.js +1 -0
- package/lib/icon/doc-fill.d.ts +4 -0
- package/lib/icon/doc-fill.js +1 -0
- package/lib/icon/done.d.ts +4 -0
- package/lib/icon/done.js +1 -0
- package/lib/icon/down-shape.d.ts +4 -0
- package/lib/icon/down-shape.js +1 -0
- package/lib/icon/down-small.d.ts +4 -0
- package/lib/icon/down-small.js +1 -0
- package/lib/icon/edit-line.d.ts +4 -0
- package/lib/icon/edit-line.js +1 -0
- package/lib/icon/ellipsis.d.ts +4 -0
- package/lib/icon/ellipsis.js +1 -0
- package/lib/icon/enlarge-line.d.ts +4 -0
- package/lib/icon/enlarge-line.js +1 -0
- package/lib/icon/error.d.ts +4 -0
- package/lib/icon/error.js +1 -0
- package/lib/icon/excel-fill.d.ts +4 -0
- package/lib/icon/excel-fill.js +1 -0
- package/lib/icon/exclamation-circle-shape.d.ts +4 -0
- package/lib/icon/exclamation-circle-shape.js +1 -0
- package/lib/icon/eye.d.ts +4 -0
- package/lib/icon/eye.js +1 -0
- package/lib/icon/filliscreen-line.d.ts +4 -0
- package/lib/icon/filliscreen-line.js +1 -0
- package/lib/icon/folder-open.d.ts +4 -0
- package/lib/icon/folder-open.js +1 -0
- package/lib/icon/folder-shape-open.d.ts +4 -0
- package/lib/icon/folder-shape-open.js +1 -0
- package/lib/icon/folder-shape.d.ts +4 -0
- package/lib/icon/folder-shape.js +1 -0
- package/lib/icon/folder.d.ts +4 -0
- package/lib/icon/folder.js +1 -0
- package/lib/icon/funnel.d.ts +4 -0
- package/lib/icon/funnel.js +1 -0
- package/lib/icon/help-document-fill.d.ts +4 -0
- package/lib/icon/help-document-fill.js +1 -0
- package/lib/icon/help-fill.d.ts +4 -0
- package/lib/icon/help-fill.js +1 -0
- package/lib/icon/help.d.ts +4 -0
- package/lib/icon/help.js +1 -0
- package/lib/icon/icon.d.ts +12 -0
- package/lib/icon/image-fill.d.ts +4 -0
- package/lib/icon/image-fill.js +1 -0
- package/lib/icon/img-error.d.ts +4 -0
- package/lib/icon/img-placehoulder.d.ts +4 -0
- package/lib/icon/img-placehoulder.js +1 -0
- package/lib/icon/index.d.ts +79 -0
- package/lib/icon/index.js +1 -15
- package/lib/icon/info-line.d.ts +4 -0
- package/lib/icon/info-line.js +1 -0
- package/lib/icon/info.d.ts +4 -0
- package/lib/icon/info.js +1 -0
- package/lib/icon/left-shape.d.ts +4 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/left-turn-line.d.ts +4 -0
- package/lib/icon/left-turn-line.js +1 -0
- package/lib/icon/narrow-line.d.ts +4 -0
- package/lib/icon/narrow-line.js +1 -0
- package/lib/icon/original.d.ts +4 -0
- package/lib/icon/original.js +1 -0
- package/lib/icon/pdf-fill.d.ts +4 -0
- package/lib/icon/pdf-fill.js +1 -0
- package/lib/icon/play-shape.d.ts +4 -0
- package/lib/icon/play-shape.js +1 -0
- package/lib/icon/plus.d.ts +4 -0
- package/lib/icon/plus.js +1 -0
- package/lib/icon/ppt-fill.d.ts +4 -0
- package/lib/icon/ppt-fill.js +1 -0
- package/lib/icon/qq.d.ts +4 -0
- package/lib/icon/qq.js +1 -0
- package/lib/icon/right-shape.d.ts +4 -0
- package/lib/icon/right-shape.js +1 -0
- package/lib/icon/right-turn-line.d.ts +4 -0
- package/lib/icon/right-turn-line.js +1 -0
- package/lib/icon/search.d.ts +4 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.d.ts +4 -0
- package/lib/icon/share.js +1 -0
- package/lib/icon/spinner.d.ts +4 -0
- package/lib/icon/spinner.js +1 -0
- package/lib/icon/success.d.ts +4 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.d.ts +4 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.d.ts +4 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/text-fill.d.ts +4 -0
- package/lib/icon/text-fill.js +1 -0
- package/lib/icon/transfer.d.ts +4 -0
- package/lib/icon/transfer.js +1 -0
- package/lib/icon/tree-application-shape.d.ts +4 -0
- package/lib/icon/tree-application-shape.js +1 -0
- package/lib/icon/unfull-screen.d.ts +4 -0
- package/lib/icon/unfull-screen.js +1 -0
- package/lib/icon/unvisible.d.ts +4 -0
- package/lib/icon/unvisible.js +1 -0
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/upload.d.ts +4 -0
- package/lib/icon/upload.js +1 -0
- package/lib/icon/video-fill.d.ts +4 -0
- package/lib/icon/video-fill.js +1 -0
- package/lib/icon/warn.d.ts +4 -0
- package/lib/icon/warn.js +1 -0
- package/lib/icon/weixin.d.ts +4 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/image/image-viewer.css +142 -0
- package/lib/image/image-viewer.d.ts +73 -0
- package/lib/image/image-viewer.less +168 -0
- package/lib/image/image-viewer.variable.css +142 -0
- package/lib/image/image.css +37 -0
- package/lib/image/image.d.ts +93 -0
- package/lib/image/image.less +44 -0
- package/lib/image/image.variable.css +37 -0
- package/lib/image/index.d.ts +246 -0
- package/lib/image/index.js +1 -0
- package/lib/image/props.d.ts +71 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +1 -0
- package/lib/info-box/index.d.ts +6 -0
- package/lib/info-box/index.js +1 -0
- package/lib/info-box/info-box.css +37 -0
- package/lib/info-box/info-box.d.ts +26 -0
- package/lib/info-box/info-box.less +51 -0
- package/lib/info-box/info-box.variable.css +157 -0
- package/lib/input/index.d.ts +528 -0
- package/lib/input/index.js +1 -15
- package/lib/input/input.css +235 -16
- package/lib/input/input.d.ts +203 -51
- package/lib/input/input.less +183 -19
- package/lib/input/input.variable.css +319 -41
- package/lib/link/index.d.ts +172 -0
- package/lib/link/index.js +1 -1
- package/lib/link/link.css +12 -12
- package/lib/link/link.d.ts +30 -16
- package/lib/link/link.less +16 -14
- package/lib/link/link.variable.css +74 -15
- package/lib/loading/index.d.ts +257 -0
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +178 -98
- package/lib/loading/loading.d.ts +130 -23
- package/lib/loading/loading.less +85 -73
- package/lib/loading/loading.variable.css +248 -109
- package/lib/menu/index.d.ts +180 -0
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu-group.d.ts +14 -0
- package/lib/menu/menu-item.d.ts +16 -0
- package/lib/menu/menu.css +233 -0
- package/lib/menu/menu.d.ts +55 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +353 -0
- package/lib/menu/submenu.css +3 -0
- package/lib/menu/submenu.d.ts +22 -0
- package/lib/menu/submenu.less +5 -0
- package/lib/menu/submenu.variable.css +123 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/index.d.ts +2 -0
- package/lib/message/index.js +1 -0
- package/lib/message/message.css +74 -0
- package/lib/message/message.less +87 -0
- package/lib/message/message.variable.css +194 -0
- package/lib/message/messageConstructor.d.ts +109 -0
- package/lib/modal/index.d.ts +592 -0
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +63 -1
- package/lib/modal/modal.d.ts +186 -24
- package/lib/modal/modal.less +39 -3
- package/lib/modal/modal.variable.css +183 -1
- package/lib/modal/props.mixin.d.ts +75 -10
- package/lib/navigation/index.d.ts +311 -0
- package/lib/navigation/index.js +1 -0
- package/lib/navigation/navigation-title.d.ts +25 -0
- package/lib/navigation/navigation.css +184 -0
- package/lib/navigation/navigation.d.ts +120 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +304 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/index.js +1 -0
- package/lib/notify/notify.css +69 -0
- package/lib/notify/notify.less +81 -0
- package/lib/notify/notify.variable.css +189 -0
- package/lib/notify/notifyConstructor.d.ts +132 -0
- package/lib/overflow-title/components/OverflowTitle.d.ts +38 -0
- package/lib/overflow-title/directive/overflowTitle.d.ts +3 -0
- package/lib/overflow-title/index.d.ts +129 -0
- package/lib/overflow-title/index.js +1 -0
- package/lib/overflow-title/overflow.css +11 -0
- package/lib/overflow-title/overflow.less +13 -0
- package/lib/overflow-title/overflow.variable.css +11 -0
- package/lib/overflow-title/props.d.ts +16 -0
- package/lib/overflow-title/utils/getActualWidthByCanvas.d.ts +3 -0
- package/lib/overflow-title/utils/getActualWidthByDom.d.ts +3 -0
- package/lib/pagination/index.d.ts +410 -0
- package/lib/pagination/index.js +1 -0
- package/lib/pagination/pagination.css +205 -0
- package/lib/pagination/pagination.d.ts +230 -0
- package/lib/pagination/pagination.less +230 -0
- package/lib/pagination/pagination.variable.css +325 -0
- package/lib/pagination/type.d.ts +6 -0
- package/lib/pagination/use-limit.d.ts +8 -0
- package/lib/pagination/use-list.d.ts +8 -0
- package/lib/pagination/use-small-list.d.ts +5 -0
- package/lib/pagination/use-total.d.ts +5 -0
- package/{changelog.config.js → lib/plugin-popover/index.d.ts} +2 -8
- package/lib/plugin-popover/index.js +1 -0
- package/lib/plugins/index.d.ts +1 -0
- package/lib/plugins/index.js +1 -0
- package/lib/popover/arrow.d.ts +2 -0
- package/lib/popover/const.d.ts +16 -0
- package/lib/popover/content.d.ts +32 -0
- package/lib/popover/index.d.ts +653 -0
- package/lib/popover/index.js +1 -1
- package/lib/popover/plugin-popover.d.ts +12 -0
- package/lib/popover/popover.css +12 -43
- package/lib/popover/popover.d.ts +234 -45
- package/lib/popover/popover.less +17 -53
- package/lib/popover/popover.variable.css +74 -46
- package/lib/popover/props.d.ts +146 -0
- package/lib/popover/reference.d.ts +2 -0
- package/lib/popover/root.d.ts +16 -0
- package/lib/popover/use-floating.d.ts +31 -0
- package/lib/popover/use-platform.d.ts +30 -0
- package/lib/popover/use-popover-init.d.ts +23 -0
- package/lib/popover/use-popper-id.d.ts +6 -0
- package/lib/popover/utils.d.ts +2 -0
- package/lib/popover2/index.d.ts +44 -0
- package/lib/popover2/index.js +1 -0
- package/lib/popover2/popover.d.ts +2 -0
- package/lib/preset.d.ts +7 -0
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +205 -0
- package/lib/process/index.js +1 -0
- package/lib/process/process.css +151 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.less +195 -0
- package/lib/process/process.variable.css +271 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +51 -3
- package/lib/progress/progress.d.ts +92 -39
- package/lib/progress/progress.less +0 -4
- package/lib/progress/progress.variable.css +117 -10
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +288 -0
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +30 -23
- package/lib/radio/radio-group.d.ts +27 -10
- package/lib/radio/radio.css +48 -41
- package/lib/radio/radio.d.ts +27 -17
- package/lib/radio/radio.less +177 -166
- package/lib/radio/radio.variable.css +114 -48
- package/lib/radio/type.d.ts +10 -5
- package/lib/rate/index.d.ts +136 -0
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +25 -11
- package/lib/rate/star.d.ts +33 -16
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/index.js +1 -0
- package/lib/resize-layout/resize-layout.css +177 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.less +217 -0
- package/lib/resize-layout/resize-layout.variable.css +297 -0
- package/lib/search-select/index.d.ts +823 -0
- package/lib/search-select/index.js +1 -0
- package/lib/search-select/input.d.ts +89 -0
- package/lib/search-select/menu.d.ts +83 -0
- package/lib/search-select/search-select.css +424 -0
- package/lib/search-select/search-select.d.ts +342 -0
- package/lib/search-select/search-select.less +380 -0
- package/lib/search-select/search-select.variable.css +544 -0
- package/lib/search-select/selected.d.ts +143 -0
- package/lib/search-select/utils.d.ts +88 -0
- package/lib/select/common.d.ts +20 -21
- package/lib/select/index.d.ts +2035 -0
- package/lib/select/index.js +1 -1
- package/lib/select/option.d.ts +22 -21
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +333 -34
- package/lib/select/select.d.ts +660 -189
- package/lib/select/select.less +398 -81
- package/lib/select/select.variable.css +395 -37
- package/lib/select/selectTagInput.d.ts +93 -0
- package/lib/select/type.d.ts +39 -0
- package/lib/shared/dom.d.ts +3 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +15 -1
- package/lib/shared/hooks/use-form-item.d.ts +2 -0
- package/lib/shared/hooks/use-form.d.ts +2 -0
- package/lib/shared/index.d.ts +74 -0
- package/lib/shared/index.js +1 -1
- package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +36 -3
- package/lib/shared/pop-manager.d.ts +38 -0
- package/lib/shared/popover.d.ts +131 -0
- package/lib/shared/token.d.ts +4 -0
- package/lib/shared/utils.d.ts +25 -0
- package/lib/shared/vue-types.d.ts +113 -14
- package/lib/shared/z-index-manager.d.ts +6 -1
- package/lib/sideslider/index.d.ts +477 -0
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.css +55 -10
- package/lib/sideslider/sideslider.d.ts +178 -29
- package/lib/sideslider/sideslider.less +72 -13
- package/lib/sideslider/sideslider.variable.css +117 -13
- package/lib/slider/index.d.ts +440 -0
- package/lib/slider/index.js +1 -0
- package/lib/slider/slider-button.d.ts +81 -0
- package/lib/slider/slider.css +149 -0
- package/lib/slider/slider.d.ts +201 -0
- package/lib/slider/slider.less +179 -0
- package/lib/slider/slider.variable.css +269 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/index.js +1 -0
- package/lib/steps/steps.css +300 -0
- package/lib/steps/steps.d.ts +161 -0
- package/lib/steps/steps.less +345 -0
- package/lib/steps/steps.variable.css +420 -0
- package/lib/styles/index.d.ts +53 -0
- package/lib/styles/mixins/clearfix.css +8 -0
- package/lib/styles/mixins/clearfix.less +10 -0
- package/lib/styles/mixins/clearfix.variable.css +8 -0
- package/lib/styles/mixins/mixins.css +51 -0
- package/lib/styles/mixins/mixins.less +2 -0
- package/lib/styles/mixins/mixins.variable.css +51 -0
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +53 -0
- package/lib/styles/mixins/popper.variable.css +163 -0
- package/lib/styles/mixins/scroll.css +17 -0
- package/lib/styles/mixins/scroll.less +22 -0
- package/lib/styles/mixins/scroll.variable.css +137 -0
- package/lib/styles/mixins/size.less +9 -0
- package/lib/styles/reset.css +309 -0
- package/lib/styles/reset.less +337 -0
- package/lib/styles/reset.variable.css +309 -0
- package/lib/styles/themes/themes.less +91 -5
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/index.js +1 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.less +107 -0
- package/lib/swiper/swiper.variable.css +91 -0
- package/lib/switcher/index.d.ts +298 -0
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +200 -135
- package/lib/switcher/switcher.d.ts +60 -38
- package/lib/switcher/switcher.less +190 -155
- package/lib/switcher/switcher.variable.css +273 -149
- package/lib/tab/index.d.ts +439 -0
- package/lib/tab/index.js +1 -0
- package/lib/tab/props.d.ts +213 -0
- package/lib/tab/tab-nav.d.ts +169 -0
- package/lib/tab/tab-panel.d.ts +68 -0
- package/lib/tab/tab.css +223 -0
- package/lib/tab/tab.d.ts +139 -0
- package/lib/tab/tab.less +285 -0
- package/lib/tab/tab.variable.css +343 -0
- package/lib/table/components/index.d.ts +3 -0
- package/lib/table/components/table-cell.d.ts +38 -0
- package/lib/table/components/table-column.d.ts +137 -0
- package/lib/table/components/table-row.d.ts +2 -0
- package/lib/table/const.d.ts +122 -0
- package/lib/table/index.d.ts +1141 -0
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/body-empty.d.ts +40 -0
- package/lib/table/plugins/col-group.d.ts +38 -0
- package/lib/table/plugins/common.d.ts +6 -0
- package/lib/table/plugins/head-filter.css +84 -0
- package/lib/table/plugins/head-filter.d.ts +26 -0
- package/lib/table/plugins/head-filter.less +110 -0
- package/lib/table/plugins/head-filter.variable.css +204 -0
- package/lib/table/plugins/head-sort.css +25 -0
- package/lib/table/plugins/head-sort.d.ts +22 -0
- package/lib/table/plugins/head-sort.less +31 -0
- package/lib/table/plugins/head-sort.variable.css +145 -0
- package/lib/table/plugins/index.d.ts +5 -0
- package/lib/table/plugins/settings.css +145 -0
- package/lib/table/plugins/settings.d.ts +37 -0
- package/lib/table/plugins/settings.less +179 -0
- package/lib/table/plugins/settings.variable.css +265 -0
- package/lib/table/plugins/use-active-columns.d.ts +16 -0
- package/lib/table/plugins/use-column-resize.d.ts +15 -0
- package/lib/table/plugins/use-fixed-column.d.ts +12 -0
- package/lib/table/plugins/use-pagination.d.ts +16 -0
- package/lib/table/plugins/use-scroll-loading.d.ts +5 -0
- package/lib/table/props.d.ts +434 -0
- package/lib/table/render.d.ts +125 -0
- package/lib/table/table.css +1272 -0
- package/lib/table/table.d.ts +315 -32
- package/lib/table/table.less +361 -1
- package/lib/table/table.variable.css +1334 -3
- package/lib/table/use-column.d.ts +11 -0
- package/lib/table/use-common.d.ts +98 -0
- package/lib/table/utils.d.ts +129 -0
- package/lib/table-column/index.d.ts +325 -0
- package/lib/table-column/index.js +1 -0
- package/lib/tag/index.d.ts +229 -0
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.css +130 -0
- package/lib/tag/tag.d.ts +83 -53
- package/lib/tag/tag.less +146 -2
- package/lib/tag/tag.variable.css +192 -3
- package/lib/tag-input/common.d.ts +36 -0
- package/lib/tag-input/index.d.ts +1349 -0
- package/lib/tag-input/index.js +1 -0
- package/lib/tag-input/list-tag-render.d.ts +44 -0
- package/lib/tag-input/tag-input.css +205 -0
- package/lib/tag-input/tag-input.d.ts +619 -0
- package/lib/tag-input/tag-input.less +248 -0
- package/lib/tag-input/tag-input.variable.css +325 -0
- package/lib/tag-input/tag-props.d.ts +252 -0
- package/lib/tag-input/tag-render.d.ts +64 -0
- package/lib/time-picker/index.d.ts +904 -0
- package/lib/time-picker/index.js +1 -0
- package/lib/time-picker/time-picker.css +215 -0
- package/lib/time-picker/time-picker.less +260 -0
- package/lib/time-picker/time-picker.variable.css +335 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +242 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +252 -0
- package/lib/timeline/timeline.variable.css +362 -0
- package/lib/transfer/const.d.ts +5 -0
- package/lib/transfer/index.d.ts +365 -0
- package/lib/transfer/index.js +1 -0
- package/lib/transfer/props.d.ts +54 -0
- package/lib/transfer/transfer.css +161 -0
- package/lib/transfer/transfer.d.ts +160 -0
- package/lib/transfer/transfer.less +151 -0
- package/lib/transfer/transfer.variable.css +281 -0
- package/lib/tree/constant.d.ts +62 -0
- package/lib/tree/index.d.ts +647 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/props.d.ts +213 -0
- package/lib/tree/tree.css +218 -0
- package/lib/tree/tree.d.ts +283 -0
- package/lib/tree/tree.less +114 -0
- package/lib/tree/tree.variable.css +338 -0
- package/lib/tree/use-empty.d.ts +6 -0
- package/lib/tree/use-node-action.d.ts +12 -0
- package/lib/tree/use-node-async.d.ts +5 -0
- package/lib/tree/use-node-attribute.d.ts +33 -0
- package/lib/tree/use-node-drag.d.ts +3 -0
- package/lib/tree/use-search.d.ts +11 -0
- package/lib/tree/use-tree-init.d.ts +15 -0
- package/lib/tree/util.d.ts +68 -0
- package/lib/upload/index.d.ts +566 -0
- package/lib/upload/index.js +1 -0
- package/lib/upload/props.d.ts +111 -0
- package/lib/upload/upload-list.d.ts +47 -0
- package/lib/upload/upload-trigger.d.ts +51 -0
- package/lib/upload/upload.css +427 -0
- package/lib/upload/upload.d.ts +246 -0
- package/lib/upload/upload.less +466 -0
- package/lib/upload/upload.type.d.ts +78 -0
- package/lib/upload/upload.variable.css +547 -0
- package/lib/upload/use-ajax-upload.d.ts +3 -0
- package/lib/upload/use-file-handler.d.ts +44 -0
- package/lib/use-message.d.ts +2 -0
- package/lib/virtual-render/index.d.ts +602 -0
- package/lib/virtual-render/index.js +1 -0
- package/lib/virtual-render/props.d.ts +172 -0
- package/lib/virtual-render/use-tag-render.d.ts +7 -0
- package/lib/virtual-render/v-virtual-render.d.ts +6 -0
- package/lib/virtual-render/virtual-render.css +33 -0
- package/lib/virtual-render/virtual-render.d.ts +266 -0
- package/lib/virtual-render/virtual-render.less +22 -0
- package/lib/virtual-render/virtual-render.variable.css +153 -0
- package/lib/volar.components.d.ts +101 -0
- package/package.json +113 -83
- package/LICENSE.txt +0 -22
- package/dist/bkui-vue.cjs.js +0 -4887
- package/dist/bkui-vue.esm.js +0 -4883
- package/dist/bkui-vue.umd.js +0 -4890
- package/lib/checkbox-group/index.js +0 -1
- package/lib/radio-button/index.js +0 -1
- package/lib/radio-group/index.js +0 -1
- package/lib/shared/bk-pop-manager.d.ts +0 -19
- package/lib/shared/bk-popover.d.ts +0 -76
- package/lib/styles/index.js +0 -1
- package/lib/table/common.d.ts +0 -3
- package/lib/table/table-layout.d.ts +0 -14
- package/lib/table/type.d.ts +0 -12
@@ -1,12 +1,15 @@
|
|
1
1
|
:root {
|
2
2
|
--bk-prefix: bk;
|
3
|
+
--popover-max-height: 216px;
|
3
4
|
--primary-color: #3a84ff;
|
4
5
|
--success-color: #2dcb56;
|
5
6
|
--warning-color: #ff9c01;
|
6
7
|
--danger-color: #ea3636;
|
7
8
|
--default-color: #63656e;
|
9
|
+
--gray-color: #979ba5;
|
8
10
|
--light-gray: #c4c6cc;
|
9
11
|
--white-color: white;
|
12
|
+
--whitesmoke-color: #fafbfd;
|
10
13
|
--disable-color: #dcdee5;
|
11
14
|
--font-size-base: 12px;
|
12
15
|
--font-size-medium: 14px;
|
@@ -16,10 +19,11 @@
|
|
16
19
|
--line-height-large: 18px;
|
17
20
|
--component-size-small: 26px;
|
18
21
|
--component-size-base: 32px;
|
19
|
-
--component-size-large:
|
22
|
+
--component-size-large: 40px;
|
20
23
|
--border-width-base: 1px;
|
21
24
|
--border-style-base: solid;
|
22
25
|
--border-radius-base: 2px;
|
26
|
+
--border-style-color: var(--light-gray);
|
23
27
|
--input-disabled-bg: #fafbfd;
|
24
28
|
--input-disabled-border: var(--disable-color);
|
25
29
|
--input-height-base: var(--component-size-base);
|
@@ -29,8 +33,9 @@
|
|
29
33
|
--input-broder-radius: 3px;
|
30
34
|
--input-shadow-color: #a3c5fd;
|
31
35
|
--input-horizontal-padding: 10px;
|
32
|
-
--input-block-color: #
|
33
|
-
--input-
|
36
|
+
--input-block-color: #f5f7fa;
|
37
|
+
--input-block-hover-color: #eaebf0;
|
38
|
+
--input-icon-size: var(--font-size-medium);
|
34
39
|
--input-maxlength-color: #979ba5;
|
35
40
|
--button-primary-hover-color: #5594fa;
|
36
41
|
--button-danger-hover-color: #ff5656;
|
@@ -41,6 +46,15 @@
|
|
41
46
|
--button-danger-active-color: #db2626;
|
42
47
|
--button-success-active-color: #1ab943;
|
43
48
|
--button-warning-active-color: #eb9000;
|
49
|
+
--button-selected-bg-color: #e1ecff;
|
50
|
+
--button-disabled-selected-bg-color: #f0f1f5;
|
51
|
+
--radio-font-color: #63656e;
|
52
|
+
--radio-active-color: #5594fa;
|
53
|
+
--radio-hover-border-color: #979ba5;
|
54
|
+
--radio-disabled-border: #dcdee5;
|
55
|
+
--radio-disabled-font-color: #c4c6cc;
|
56
|
+
--radio-distable-checked-bg: #fafbfd;
|
57
|
+
--radio-button-checked-bg: #e1ecff;
|
44
58
|
--fixed-navbar-background: #fff;
|
45
59
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
46
60
|
--switch-default-color: #fff;
|
@@ -58,34 +72,112 @@
|
|
58
72
|
--link-success-disabled-color: #94f5a4;
|
59
73
|
--link-warning-disabled-color: #ffd695;
|
60
74
|
--link-danger-disabled-color: #fd9c9c;
|
75
|
+
--message-color: var(--default-color);
|
76
|
+
--message-primary-bg-color: #f0f8ff;
|
77
|
+
--message-primary-border-color: #e1ecff;
|
78
|
+
--message-primary-shadow-color: #e1e8f4;
|
79
|
+
--message-warning-bg-color: #fff4e2;
|
80
|
+
--message-warning-border-color: #ffe8c3;
|
81
|
+
--message-warning-shadow-color: #ede6db;
|
82
|
+
--message-success-bg-color: #f2fff4;
|
83
|
+
--message-success-border-color: #dcffe2;
|
84
|
+
--message-success-shadow-color: #cef0d7;
|
85
|
+
--message-danger-bg-color: #ffeded;
|
86
|
+
--message-danger-border-color: #ffdddd;
|
87
|
+
--message-danger-shadow-color: #f6dada;
|
88
|
+
--slider-default-bg: #dcdee5;
|
89
|
+
--slider-disable-bar-bg: #979ba5;
|
90
|
+
--menu-bg-color: #182132;
|
91
|
+
--submenu-bg-color: #151d2c;
|
92
|
+
--menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
93
|
+
--menu-color: #96a2b9;
|
94
|
+
--menu-group-color: var(--default-color);
|
95
|
+
--menu-width: 260px;
|
96
|
+
--menu-collapse-width: 60px;
|
97
|
+
--menu-active-color: white;
|
98
|
+
--nav-header-bg-color: #182132;
|
99
|
+
--nav-bg-color: #182132;
|
100
|
+
--date-picker-disabled-bg: #fafbfd;
|
101
|
+
--date-picker-dropdown-mb: 4px;
|
102
|
+
--date-picker-dropdown-bg: #fff;
|
103
|
+
--table-bg-color: var(--white-color);
|
104
|
+
--table-border-color: #dcdee5;
|
105
|
+
--table-head-bg-color: #fafbfd;
|
106
|
+
--table-head-font-color: #313238;
|
107
|
+
--table-body-font-color: #575961;
|
108
|
+
--table-row-hover-bg-color: #f5f7fa;
|
109
|
+
--table-row-active-bg-color: #f0f1f5;
|
110
|
+
--cascader-panel-border-color: #dcdee5;
|
111
|
+
--cascader-panel-hover: #f5f7fa;
|
112
|
+
--cascader-panel-active: #e1ecff;
|
113
|
+
--cascader-panel-disabled-bg: #fff;
|
114
|
+
--search-select-focus-border-color: var(--primary-color);
|
115
|
+
--search-select-focus-color: #3c96ff;
|
116
|
+
--search-select-font-color: var(--default-color);
|
117
|
+
--search-select-placeholder-color: var(--light-gray);
|
118
|
+
--search-select-message-color: var(--danger-color);
|
119
|
+
--search-select-menu-border-color: var(--disable-color);
|
120
|
+
}
|
121
|
+
.bk-checkbox-group {
|
122
|
+
display: inline-flex;
|
123
|
+
letter-spacing: normal;
|
61
124
|
}
|
62
125
|
.bk-checkbox {
|
63
|
-
display: inline-
|
64
|
-
|
126
|
+
display: inline-flex;
|
127
|
+
justify-self: center;
|
128
|
+
align-items: center;
|
65
129
|
font-size: 14px;
|
66
130
|
letter-spacing: normal;
|
67
131
|
color: #63656e;
|
68
132
|
cursor: pointer;
|
69
133
|
user-select: none;
|
70
134
|
}
|
135
|
+
.bk-checkbox ~ .bk-checkbox {
|
136
|
+
margin-left: 30px;
|
137
|
+
}
|
71
138
|
.bk-checkbox.is-checked .bk-checkbox-input {
|
72
139
|
background: var(--primary-color);
|
73
140
|
border-color: var(--primary-color);
|
74
141
|
transition: all 0.1s;
|
75
142
|
}
|
143
|
+
.bk-checkbox.is-checked .bk-checkbox-input.small::after {
|
144
|
+
width: 3px;
|
145
|
+
height: 6px;
|
146
|
+
}
|
76
147
|
.bk-checkbox.is-checked .bk-checkbox-input::after {
|
77
148
|
position: absolute;
|
78
|
-
top:
|
79
|
-
left:
|
149
|
+
top: 50%;
|
150
|
+
left: 50%;
|
80
151
|
width: 4px;
|
81
152
|
height: 8px;
|
82
153
|
border: 2px solid #fff;
|
83
154
|
border-top: 0;
|
84
155
|
border-left: 0;
|
85
156
|
content: '';
|
86
|
-
transform: scaleY(1) rotate(45deg);
|
157
|
+
transform: translate(-50%, -60%) scaleY(1) rotate(45deg);
|
87
158
|
transform-origin: center;
|
88
159
|
}
|
160
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input {
|
161
|
+
background: var(--primary-color);
|
162
|
+
border-color: var(--primary-color);
|
163
|
+
transition: all 0.1s;
|
164
|
+
}
|
165
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input.small::after {
|
166
|
+
width: 6px;
|
167
|
+
height: 2px;
|
168
|
+
}
|
169
|
+
.bk-checkbox.is-indeterminated .bk-checkbox-input::after {
|
170
|
+
position: absolute;
|
171
|
+
top: 50%;
|
172
|
+
left: 50%;
|
173
|
+
width: 8px;
|
174
|
+
height: 2px;
|
175
|
+
background: #fff;
|
176
|
+
border: none;
|
177
|
+
border-radius: 2px;
|
178
|
+
content: '';
|
179
|
+
transform: translate(-50%, -50%);
|
180
|
+
}
|
89
181
|
.bk-checkbox.is-disabled {
|
90
182
|
color: #c4c6cc;
|
91
183
|
cursor: not-allowed;
|
@@ -100,17 +192,20 @@
|
|
100
192
|
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
|
101
193
|
background: var(--disable-color);
|
102
194
|
}
|
103
|
-
.bk-checkbox
|
195
|
+
.bk-checkbox-input {
|
104
196
|
position: relative;
|
105
197
|
display: inline-block;
|
106
198
|
width: 16px;
|
107
199
|
height: 16px;
|
108
|
-
margin-right: 5px;
|
109
200
|
vertical-align: middle;
|
110
201
|
border: 1px solid #979ba5;
|
111
202
|
border-radius: 2px;
|
112
203
|
}
|
113
|
-
.bk-checkbox
|
204
|
+
.bk-checkbox-input.small {
|
205
|
+
width: 14px;
|
206
|
+
height: 14px;
|
207
|
+
}
|
208
|
+
.bk-checkbox-original {
|
114
209
|
position: absolute;
|
115
210
|
top: 0;
|
116
211
|
left: 0;
|
@@ -118,8 +213,8 @@
|
|
118
213
|
width: 0;
|
119
214
|
height: 0;
|
120
215
|
}
|
121
|
-
.bk-checkbox
|
216
|
+
.bk-checkbox-label {
|
122
217
|
display: inline-block;
|
123
|
-
|
218
|
+
margin-left: 5px;
|
124
219
|
vertical-align: middle;
|
125
220
|
}
|
package/lib/checkbox/common.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import type
|
1
|
+
import { type InjectionKey, type Ref } from 'vue';
|
2
2
|
import type { ICheckboxGroupContext } from './type';
|
3
3
|
export declare const checkboxGroupKey: InjectionKey<ICheckboxGroupContext>;
|
4
4
|
export declare function useFocus(): [Ref<boolean>, {
|
@@ -6,8 +6,9 @@ export declare function useFocus(): [Ref<boolean>, {
|
|
6
6
|
focus: () => void;
|
7
7
|
}];
|
8
8
|
export declare const useCheckbox: () => {
|
9
|
-
|
10
|
-
isChecked:
|
9
|
+
inputRef: Ref<any>;
|
10
|
+
isChecked: Ref<boolean>;
|
11
11
|
isDisabled: import("vue").ComputedRef<boolean>;
|
12
|
+
setChecked: (value?: boolean) => void;
|
12
13
|
handleChange: (event: Event) => void;
|
13
14
|
};
|
@@ -0,0 +1,293 @@
|
|
1
|
+
import { CheckboxProps } from './checkbox';
|
2
|
+
import CheckboxGroup from './checkbox-group';
|
3
|
+
declare const BkCheckbox: {
|
4
|
+
new (...args: any[]): {
|
5
|
+
$: import("vue").ComponentInternalInstance;
|
6
|
+
$data: {};
|
7
|
+
$props: Partial<{
|
8
|
+
disabled: boolean;
|
9
|
+
size: "small" | "default" | "large";
|
10
|
+
trueLabel: string | number | boolean;
|
11
|
+
falseLabel: string | number | boolean;
|
12
|
+
checked: boolean;
|
13
|
+
indeterminate: boolean;
|
14
|
+
beforeChange: (...args: any[]) => any;
|
15
|
+
immediateEmitChange: boolean;
|
16
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
17
|
+
modelValue: import("vue-types").VueTypeDef<string | number | boolean>;
|
18
|
+
label: import("vue-types").VueTypeDef<string | number | boolean>;
|
19
|
+
trueLabel: import("vue-types").VueTypeDef<string | number | boolean> & {
|
20
|
+
default: string | number | boolean;
|
21
|
+
};
|
22
|
+
falseLabel: import("vue-types").VueTypeDef<string | number | boolean> & {
|
23
|
+
default: string | number | boolean;
|
24
|
+
};
|
25
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
26
|
+
default: boolean;
|
27
|
+
} & {
|
28
|
+
default: boolean;
|
29
|
+
};
|
30
|
+
checked: import("vue-types").VueTypeValidableDef<boolean> & {
|
31
|
+
default: boolean;
|
32
|
+
} & {
|
33
|
+
default: boolean;
|
34
|
+
};
|
35
|
+
indeterminate: import("vue-types").VueTypeValidableDef<boolean> & {
|
36
|
+
default: boolean;
|
37
|
+
};
|
38
|
+
beforeChange: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
39
|
+
default: (...args: any[]) => any;
|
40
|
+
};
|
41
|
+
size: import("vue-types").VueTypeDef<"small" | "default" | "large"> & {
|
42
|
+
default: "small" | "default" | "large";
|
43
|
+
};
|
44
|
+
immediateEmitChange: import("vue-types").VueTypeValidableDef<boolean> & {
|
45
|
+
default: boolean;
|
46
|
+
} & {
|
47
|
+
default: boolean;
|
48
|
+
};
|
49
|
+
}>> & {
|
50
|
+
onChange?: (...args: any[]) => any;
|
51
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
52
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "size" | "trueLabel" | "falseLabel" | "checked" | "indeterminate" | "beforeChange" | "immediateEmitChange">;
|
53
|
+
$attrs: {
|
54
|
+
[x: string]: unknown;
|
55
|
+
};
|
56
|
+
$refs: {
|
57
|
+
[x: string]: unknown;
|
58
|
+
};
|
59
|
+
$slots: Readonly<{
|
60
|
+
[name: string]: import("vue").Slot;
|
61
|
+
}>;
|
62
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
63
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
64
|
+
$emit: (event: "change" | "update:modelValue", ...args: any[]) => void;
|
65
|
+
$el: any;
|
66
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
67
|
+
modelValue: import("vue-types").VueTypeDef<string | number | boolean>;
|
68
|
+
label: import("vue-types").VueTypeDef<string | number | boolean>;
|
69
|
+
trueLabel: import("vue-types").VueTypeDef<string | number | boolean> & {
|
70
|
+
default: string | number | boolean;
|
71
|
+
};
|
72
|
+
falseLabel: import("vue-types").VueTypeDef<string | number | boolean> & {
|
73
|
+
default: string | number | boolean;
|
74
|
+
};
|
75
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
76
|
+
default: boolean;
|
77
|
+
} & {
|
78
|
+
default: boolean;
|
79
|
+
};
|
80
|
+
checked: import("vue-types").VueTypeValidableDef<boolean> & {
|
81
|
+
default: boolean;
|
82
|
+
} & {
|
83
|
+
default: boolean;
|
84
|
+
};
|
85
|
+
indeterminate: import("vue-types").VueTypeValidableDef<boolean> & {
|
86
|
+
default: boolean;
|
87
|
+
};
|
88
|
+
beforeChange: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
89
|
+
default: (...args: any[]) => any;
|
90
|
+
};
|
91
|
+
size: import("vue-types").VueTypeDef<"small" | "default" | "large"> & {
|
92
|
+
default: "small" | "default" | "large";
|
93
|
+
};
|
94
|
+
immediateEmitChange: import("vue-types").VueTypeValidableDef<boolean> & {
|
95
|
+
default: boolean;
|
96
|
+
} & {
|
97
|
+
default: boolean;
|
98
|
+
};
|
99
|
+
}>> & {
|
100
|
+
onChange?: (...args: any[]) => any;
|
101
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
102
|
+
}, {
|
103
|
+
inputRef: import("vue").Ref<any>;
|
104
|
+
isFocus: import("vue").Ref<boolean>;
|
105
|
+
isChecked: import("vue").Ref<boolean>;
|
106
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
107
|
+
setChecked: (value?: boolean) => void;
|
108
|
+
handleBlur: () => void;
|
109
|
+
handleFocus: () => void;
|
110
|
+
handleChange: (event: Event) => void;
|
111
|
+
size: "small" | "default" | "large";
|
112
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], string, {
|
113
|
+
disabled: boolean;
|
114
|
+
size: "small" | "default" | "large";
|
115
|
+
trueLabel: string | number | boolean;
|
116
|
+
falseLabel: string | number | boolean;
|
117
|
+
checked: boolean;
|
118
|
+
indeterminate: boolean;
|
119
|
+
beforeChange: (...args: any[]) => any;
|
120
|
+
immediateEmitChange: boolean;
|
121
|
+
}> & {
|
122
|
+
beforeCreate?: (() => void) | (() => void)[];
|
123
|
+
created?: (() => void) | (() => void)[];
|
124
|
+
beforeMount?: (() => void) | (() => void)[];
|
125
|
+
mounted?: (() => void) | (() => void)[];
|
126
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
127
|
+
updated?: (() => void) | (() => void)[];
|
128
|
+
activated?: (() => void) | (() => void)[];
|
129
|
+
deactivated?: (() => void) | (() => void)[];
|
130
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
131
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
132
|
+
destroyed?: (() => void) | (() => void)[];
|
133
|
+
unmounted?: (() => void) | (() => void)[];
|
134
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
135
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
136
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
137
|
+
};
|
138
|
+
$forceUpdate: () => void;
|
139
|
+
$nextTick: typeof import("vue").nextTick;
|
140
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
141
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
142
|
+
modelValue: import("vue-types").VueTypeDef<string | number | boolean>;
|
143
|
+
label: import("vue-types").VueTypeDef<string | number | boolean>;
|
144
|
+
trueLabel: import("vue-types").VueTypeDef<string | number | boolean> & {
|
145
|
+
default: string | number | boolean;
|
146
|
+
};
|
147
|
+
falseLabel: import("vue-types").VueTypeDef<string | number | boolean> & {
|
148
|
+
default: string | number | boolean;
|
149
|
+
};
|
150
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
151
|
+
default: boolean;
|
152
|
+
} & {
|
153
|
+
default: boolean;
|
154
|
+
};
|
155
|
+
checked: import("vue-types").VueTypeValidableDef<boolean> & {
|
156
|
+
default: boolean;
|
157
|
+
} & {
|
158
|
+
default: boolean;
|
159
|
+
};
|
160
|
+
indeterminate: import("vue-types").VueTypeValidableDef<boolean> & {
|
161
|
+
default: boolean;
|
162
|
+
};
|
163
|
+
beforeChange: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
164
|
+
default: (...args: any[]) => any;
|
165
|
+
};
|
166
|
+
size: import("vue-types").VueTypeDef<"small" | "default" | "large"> & {
|
167
|
+
default: "small" | "default" | "large";
|
168
|
+
};
|
169
|
+
immediateEmitChange: import("vue-types").VueTypeValidableDef<boolean> & {
|
170
|
+
default: boolean;
|
171
|
+
} & {
|
172
|
+
default: boolean;
|
173
|
+
};
|
174
|
+
}>> & {
|
175
|
+
onChange?: (...args: any[]) => any;
|
176
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
177
|
+
} & import("vue").ShallowUnwrapRef<{
|
178
|
+
inputRef: import("vue").Ref<any>;
|
179
|
+
isFocus: import("vue").Ref<boolean>;
|
180
|
+
isChecked: import("vue").Ref<boolean>;
|
181
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
182
|
+
setChecked: (value?: boolean) => void;
|
183
|
+
handleBlur: () => void;
|
184
|
+
handleFocus: () => void;
|
185
|
+
handleChange: (event: Event) => void;
|
186
|
+
size: "small" | "default" | "large";
|
187
|
+
}> & {} & {} & import("vue").ComponentCustomProperties;
|
188
|
+
__isFragment?: never;
|
189
|
+
__isTeleport?: never;
|
190
|
+
__isSuspense?: never;
|
191
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
192
|
+
modelValue: import("vue-types").VueTypeDef<string | number | boolean>;
|
193
|
+
label: import("vue-types").VueTypeDef<string | number | boolean>;
|
194
|
+
trueLabel: import("vue-types").VueTypeDef<string | number | boolean> & {
|
195
|
+
default: string | number | boolean;
|
196
|
+
};
|
197
|
+
falseLabel: import("vue-types").VueTypeDef<string | number | boolean> & {
|
198
|
+
default: string | number | boolean;
|
199
|
+
};
|
200
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
201
|
+
default: boolean;
|
202
|
+
} & {
|
203
|
+
default: boolean;
|
204
|
+
};
|
205
|
+
checked: import("vue-types").VueTypeValidableDef<boolean> & {
|
206
|
+
default: boolean;
|
207
|
+
} & {
|
208
|
+
default: boolean;
|
209
|
+
};
|
210
|
+
indeterminate: import("vue-types").VueTypeValidableDef<boolean> & {
|
211
|
+
default: boolean;
|
212
|
+
};
|
213
|
+
beforeChange: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
214
|
+
default: (...args: any[]) => any;
|
215
|
+
};
|
216
|
+
size: import("vue-types").VueTypeDef<"small" | "default" | "large"> & {
|
217
|
+
default: "small" | "default" | "large";
|
218
|
+
};
|
219
|
+
immediateEmitChange: import("vue-types").VueTypeValidableDef<boolean> & {
|
220
|
+
default: boolean;
|
221
|
+
} & {
|
222
|
+
default: boolean;
|
223
|
+
};
|
224
|
+
}>> & {
|
225
|
+
onChange?: (...args: any[]) => any;
|
226
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
227
|
+
}, {
|
228
|
+
inputRef: import("vue").Ref<any>;
|
229
|
+
isFocus: import("vue").Ref<boolean>;
|
230
|
+
isChecked: import("vue").Ref<boolean>;
|
231
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
232
|
+
setChecked: (value?: boolean) => void;
|
233
|
+
handleBlur: () => void;
|
234
|
+
handleFocus: () => void;
|
235
|
+
handleChange: (event: Event) => void;
|
236
|
+
size: "small" | "default" | "large";
|
237
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", {
|
238
|
+
disabled: boolean;
|
239
|
+
size: "small" | "default" | "large";
|
240
|
+
trueLabel: string | number | boolean;
|
241
|
+
falseLabel: string | number | boolean;
|
242
|
+
checked: boolean;
|
243
|
+
indeterminate: boolean;
|
244
|
+
beforeChange: (...args: any[]) => any;
|
245
|
+
immediateEmitChange: boolean;
|
246
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
|
247
|
+
Group: import("vue").DefineComponent<{
|
248
|
+
name: import("vue-types").VueTypeValidableDef<string> & {
|
249
|
+
default: string;
|
250
|
+
} & {
|
251
|
+
default: string;
|
252
|
+
};
|
253
|
+
modelValue: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
254
|
+
default: () => unknown[];
|
255
|
+
};
|
256
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
257
|
+
default: boolean;
|
258
|
+
};
|
259
|
+
withValidate: import("vue-types").VueTypeValidableDef<boolean> & {
|
260
|
+
default: boolean;
|
261
|
+
} & {
|
262
|
+
default: boolean;
|
263
|
+
};
|
264
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
265
|
+
name: import("vue-types").VueTypeValidableDef<string> & {
|
266
|
+
default: string;
|
267
|
+
} & {
|
268
|
+
default: string;
|
269
|
+
};
|
270
|
+
modelValue: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
271
|
+
default: () => unknown[];
|
272
|
+
};
|
273
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
274
|
+
default: boolean;
|
275
|
+
};
|
276
|
+
withValidate: import("vue-types").VueTypeValidableDef<boolean> & {
|
277
|
+
default: boolean;
|
278
|
+
} & {
|
279
|
+
default: boolean;
|
280
|
+
};
|
281
|
+
}>> & {
|
282
|
+
onChange?: (...args: any[]) => any;
|
283
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
284
|
+
}, {
|
285
|
+
name: string;
|
286
|
+
disabled: boolean;
|
287
|
+
modelValue: unknown[];
|
288
|
+
withValidate: boolean;
|
289
|
+
}>;
|
290
|
+
}>;
|
291
|
+
export default BkCheckbox;
|
292
|
+
export { BkCheckbox, CheckboxGroup as BkCheckboxGroup, };
|
293
|
+
export type { CheckboxProps, };
|
package/lib/checkbox/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"
|
1
|
+
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("vue"));else if("function"==typeof define&&define.amd)define(["../shared","vue"],t);else{var r="object"==typeof exports?t(require("../shared"),require("vue")):t(e["../shared"],e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,((e,t)=>(()=>{"use strict";var r={4212:t=>{t.exports=e},748:e=>{e.exports=t}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var a=n[e]={exports:{}};return r[e](a,a.exports,o),a.exports}o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return(()=>{o.r(a),o.d(a,{BkCheckbox:()=>c,BkCheckboxGroup:()=>s,default:()=>d});var e=o(4212);function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var r=o(748),n=Symbol("CheckboxGroup"),i={modelValue:e.PropTypes.oneOfType([String,Number,Boolean]),label:e.PropTypes.oneOfType([String,Number,Boolean]),trueLabel:e.PropTypes.oneOfType([String,Number,Boolean]).def(!0),falseLabel:e.PropTypes.oneOfType([String,Number,Boolean]).def(!1),disabled:e.PropTypes.bool.def(!1),checked:e.PropTypes.bool.def(!1),indeterminate:e.PropTypes.bool,beforeChange:e.PropTypes.func,size:e.PropTypes.size().def(e.SizeEnum.LARGE),immediateEmitChange:e.PropTypes.bool.def(!0)};const l=(0,r.defineComponent)({name:"Checkbox",props:i,emits:["update:modelValue","change"],setup:function(o){var a,i,l=function(){var e=(0,r.ref)(!1);return[e,{blur:function(){e.value=!1},focus:function(){e.value=!0}}]}(),u=(i=2,function(e){if(Array.isArray(e))return e}(a=l)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,a=[],i=!0,l=!1;try{for(r=r.call(e);!(i=(n=r.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){l=!0,o=e}finally{try{i||null==r.return||r.return()}finally{if(l)throw o}}return a}}(a,i)||function(e,r){if(e){if("string"==typeof e)return t(e,r);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?t(e,r):void 0}}(a,i)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),s=u[0],c=u[1],d=c.blur,p=c.focus,f=function(){var t=(0,r.getCurrentInstance)(),o=t.props,a=t.emit,i=(0,r.inject)(n,e.EMPTY_OBJ),l=!(0,e.isEmptyObj)(i),u=(0,r.ref)(),s=(0,r.ref)(o.checked),c=(0,r.computed)((function(){return!(!l||!i.props.disabled)||o.disabled})),d=function(){var e=s.value?o.trueLabel:o.falseLabel;a("update:modelValue",e),a("change",e),l&&i.handleChange(),(0,r.nextTick)((function(){u.value.checked!==s.value&&(u.value.checked=s.value)}))};return l?(0,r.watch)((function(){return i.props.modelValue}),(function(e){s.value=e.includes(o.label)}),{deep:!0}):(0,r.watch)((function(){return o.modelValue}),(function(e){""!==e&&(s.value=e===o.trueLabel)}),{immediate:!0}),(0,r.watch)((function(){return o.checked}),(function(){s.value=o.checked,!1!==o.immediateEmitChange&&d()})),(0,r.onMounted)((function(){l&&i.register(t.proxy)})),(0,r.onBeforeUnmount)((function(){l&&i.unregister(t.proxy)})),{inputRef:u,isChecked:s,isDisabled:c,setChecked:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];s.value=e},handleChange:function(e){if(!c.value){var t=e.target;s.value=t.checked,d()}}}}();return{inputRef:f.inputRef,isFocus:s,isChecked:f.isChecked,isDisabled:f.isDisabled,setChecked:f.setChecked,handleBlur:d,handleFocus:p,handleChange:f.handleChange,size:o.size}},render:function(){var t=this,n=(0,e.classes)({"bk-checkbox":!0,"is-focused":this.isFocus,"is-checked":this.isChecked,"is-disabled":this.isDisabled,"is-indeterminated":this.indeterminate});return(0,r.createVNode)("label",{class:n},[(0,r.createVNode)("span",{class:[(0,e.resolveClassName)("checkbox-input"),this.size]},[(0,r.createVNode)("input",{ref:"inputRef",role:"checkbox",type:"checkbox",class:"bk-checkbox-original",disabled:this.isDisabled,checked:this.isChecked,onChange:this.handleChange},null)]),t.label||t.$slots.default?(0,r.createVNode)("span",{class:"bk-checkbox-label"},[t.$slots.default?t.$slots.default():t.label]):null])}});var u={name:e.PropTypes.string.def(""),modelValue:e.PropTypes.array,disabled:e.PropTypes.bool,withValidate:e.PropTypes.bool.def(!0)};const s=(0,r.defineComponent)({name:"CheckboxGroup",props:u,emits:["change","update:modelValue"],setup:function(t,o){var a=(0,e.useFormItem)(),i=[];return(0,r.provide)(n,{name:"CheckboxGroup",props:t,register:function(e){i.push(e)},unregister:function(e){var t=i.indexOf(e);t>-1&&i.splice(t,1)},handleChange:function(){var e=i.reduce((function(e,t){return t.isChecked&&e.push(t.label),e}),[]);o.emit("update:modelValue",e),o.emit("change",e)}}),(0,r.watch)((function(){return t.modelValue}),(function(){var e;t.withValidate&&(null===(e=null==a?void 0:a.validate)||void 0===e||e.call(a,"change"))})),(0,r.onMounted)((function(){var e=t.modelValue||[];i.forEach((function(t){e.includes(t.label)&&t.setChecked(!0)}))})),{}},render:function(){var e;return(0,r.createVNode)("div",{class:"bk-checkbox-group"},[null===(e=this.$slots)||void 0===e?void 0:e.default()])}});var c=(0,e.withInstallProps)(l,{Group:s});const d=c})(),a})()));
|
package/lib/checkbox/type.d.ts
CHANGED
@@ -1,18 +1,15 @@
|
|
1
|
-
import type {
|
1
|
+
import type { ComponentPublicInstance } from 'vue';
|
2
2
|
import type { CheckboxProps } from './checkbox';
|
3
|
-
|
3
|
+
import type { CheckboxGroupProps } from './checkbox-group';
|
4
|
+
export declare type ICheckboxInstance = ComponentPublicInstance<CheckboxProps, {
|
4
5
|
isChecked: boolean;
|
5
|
-
checked: boolean;
|
6
6
|
label: string;
|
7
|
-
|
8
|
-
}
|
7
|
+
setChecked: (value: boolean) => void;
|
8
|
+
}>;
|
9
9
|
export interface ICheckboxGroupContext {
|
10
|
-
name: '
|
10
|
+
name: 'CheckboxGroup';
|
11
11
|
props: CheckboxGroupProps;
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
register: (checkboxInstance: ICheckboxContext) => void;
|
16
|
-
unregister: (checkboxInstance: ICheckboxContext) => void;
|
17
|
-
handleChange: (checked: boolean, value: CheckboxProps['label']) => void;
|
12
|
+
register: (checkboxInstance: ICheckboxInstance) => void;
|
13
|
+
unregister: (checkboxInstance: ICheckboxInstance) => void;
|
14
|
+
handleChange: () => void;
|
18
15
|
}
|