bkui-vue 0.0.1-beta.1 → 0.0.1-beta.101
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 +22 -0
- package/README.md +68 -1
- package/dist/index.cjs.js +57 -0
- package/dist/index.esm.js +26747 -0
- package/dist/index.umd.js +57 -0
- package/dist/style.css +1 -469
- 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 +102 -0
- package/lib/affix/index.d.ts +143 -0
- package/lib/affix/index.js +1 -0
- package/lib/alert/alert.css +77 -0
- package/lib/alert/alert.d.ts +62 -0
- package/lib/alert/alert.less +114 -0
- package/lib/alert/alert.variable.css +176 -0
- package/lib/alert/index.d.ts +180 -0
- package/lib/alert/index.js +1 -0
- package/lib/animate-number/animate-number.d.ts +27 -0
- package/lib/animate-number/index.d.ts +97 -0
- package/lib/animate-number/index.js +1 -0
- package/lib/backtop/backtop.css +42 -0
- package/lib/backtop/backtop.d.ts +60 -0
- package/lib/backtop/backtop.less +18 -0
- package/lib/backtop/backtop.variable.css +141 -0
- package/lib/backtop/index.d.ts +166 -0
- package/lib/backtop/index.js +1 -0
- package/lib/badge/badge.css +121 -0
- package/lib/badge/badge.d.ts +112 -0
- package/lib/badge/badge.less +136 -0
- package/lib/badge/badge.variable.css +220 -0
- package/lib/badge/index.d.ts +267 -0
- package/lib/badge/index.js +1 -0
- package/lib/breadcrumb/breadcrumb-item.d.ts +36 -0
- package/lib/breadcrumb/breadcrumb.css +76 -0
- package/lib/breadcrumb/breadcrumb.d.ts +54 -0
- package/lib/breadcrumb/breadcrumb.less +65 -0
- package/lib/breadcrumb/breadcrumb.variable.css +175 -0
- package/lib/breadcrumb/index.d.ts +194 -0
- package/lib/breadcrumb/index.js +1 -0
- package/lib/breadcrumb/props.d.ts +4 -0
- package/lib/button/button-group.d.ts +6 -0
- package/lib/button/button.css +270 -21
- package/lib/button/button.d.ts +150 -0
- package/lib/button/button.less +195 -30
- package/lib/button/button.variable.css +381 -0
- package/lib/button/index.d.ts +237 -0
- package/lib/button/index.js +1 -206
- package/lib/card/card.css +115 -0
- package/lib/card/card.d.ts +110 -0
- package/lib/card/card.less +92 -0
- package/lib/card/card.variable.css +214 -0
- package/lib/card/index.d.ts +283 -0
- package/lib/card/index.js +1 -0
- package/lib/cascader/cascader-panel.d.ts +48 -0
- package/lib/cascader/cascader.css +130 -0
- package/lib/cascader/cascader.d.ts +271 -0
- package/lib/cascader/cascader.less +146 -0
- package/lib/cascader/cascader.variable.css +229 -0
- package/lib/cascader/index.d.ts +721 -0
- package/lib/cascader/index.js +1 -0
- package/lib/cascader/interface.d.ts +44 -0
- package/lib/cascader/node.d.ts +24 -0
- package/lib/cascader/store.d.ts +15 -0
- package/lib/checkbox/checkbox-group.d.ts +48 -0
- package/lib/checkbox/checkbox.css +67 -125
- package/lib/checkbox/checkbox.d.ts +108 -0
- package/lib/checkbox/checkbox.less +84 -6
- package/lib/checkbox/checkbox.variable.css +176 -0
- package/lib/checkbox/common.d.ts +13 -0
- package/lib/checkbox/index.d.ts +253 -0
- package/lib/checkbox/index.js +1 -64
- package/lib/checkbox/type.d.ts +15 -0
- package/lib/code-diff/code-diff.css +186 -0
- package/lib/code-diff/code-diff.d.ts +80 -0
- package/lib/code-diff/code-diff.less +238 -0
- package/lib/code-diff/code-diff.variable.css +285 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse.css +46 -0
- package/lib/collapse/collapse.d.ts +103 -0
- package/lib/collapse/collapse.less +59 -0
- package/lib/collapse/collapse.variable.css +145 -0
- package/lib/collapse/index.d.ts +182 -0
- package/lib/collapse/index.js +1 -0
- package/lib/collapse/utils.d.ts +11 -0
- package/lib/components.d.ts +50 -0
- package/lib/components.js +1 -0
- package/lib/container/col.d.ts +51 -0
- package/lib/container/container.css +48 -0
- package/lib/container/container.d.ts +83 -0
- package/lib/container/container.less +20 -0
- package/lib/container/container.variable.css +147 -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/date-picker.css +408 -0
- package/lib/date-picker/date-picker.d.ts +312 -0
- package/lib/date-picker/date-picker.less +527 -0
- package/lib/date-picker/date-picker.variable.css +507 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +753 -0
- package/lib/date-picker/index.js +1 -0
- package/lib/date-picker/interface.d.ts +22 -0
- package/lib/date-picker/props.d.ts +118 -0
- package/lib/date-picker/utils.d.ts +97 -0
- package/lib/dialog/dialog.css +120 -0
- package/lib/dialog/dialog.d.ts +336 -0
- package/lib/dialog/dialog.less +100 -0
- package/lib/dialog/dialog.variable.css +120 -0
- package/lib/dialog/index.d.ts +772 -0
- package/lib/dialog/index.js +1 -0
- package/lib/directives/clickoutside.d.ts +3 -0
- package/lib/directives/index.d.ts +3 -0
- package/lib/directives/index.js +2 -0
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/mousewheel.d.ts +3 -0
- package/lib/directives/tooltips.d.ts +17 -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 +137 -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 +47 -0
- package/lib/dropdown/dropdown.d.ts +63 -0
- package/lib/dropdown/dropdown.less +59 -0
- package/lib/dropdown/dropdown.variable.css +146 -0
- package/lib/dropdown/index.d.ts +200 -0
- package/lib/dropdown/index.js +1 -0
- package/lib/exception/exception.css +32 -0
- package/lib/exception/exception.d.ts +26 -0
- package/lib/exception/exception.less +39 -0
- package/lib/exception/exception.variable.css +131 -0
- package/lib/exception/index.d.ts +96 -0
- package/lib/exception/index.js +1 -0
- package/lib/fixed-navbar/fixed-navbar.css +42 -0
- package/lib/fixed-navbar/fixed-navbar.d.ts +48 -0
- package/lib/fixed-navbar/fixed-navbar.less +53 -0
- package/lib/fixed-navbar/fixed-navbar.variable.css +141 -0
- package/lib/fixed-navbar/index.d.ts +147 -0
- package/lib/fixed-navbar/index.js +1 -0
- package/lib/form/compose-form-item.d.ts +16 -0
- package/lib/form/form-item.d.ts +155 -0
- package/lib/form/form.css +125 -0
- package/lib/form/form.d.ts +81 -0
- package/lib/form/form.less +152 -0
- package/lib/form/form.variable.css +224 -0
- package/lib/form/index.d.ts +303 -0
- package/lib/form/index.js +1 -0
- package/lib/form/type.d.ts +23 -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/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/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/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/index.d.ts +69 -0
- package/lib/icon/index.js +1 -0
- 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/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/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/tree-application-shape.d.ts +4 -0
- package/lib/icon/tree-application-shape.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/index.d.ts +3 -0
- package/lib/index.js +1 -0
- package/lib/input/index.d.ts +541 -0
- package/lib/input/index.js +1 -60
- package/lib/input/input.css +193 -147
- package/lib/input/input.d.ts +315 -0
- package/lib/input/input.less +193 -39
- package/lib/input/input.variable.css +312 -0
- package/lib/link/index.d.ts +164 -0
- package/lib/link/index.js +1 -0
- package/lib/link/link.css +55 -0
- package/lib/link/link.d.ts +58 -0
- package/lib/link/link.less +74 -0
- package/lib/link/link.variable.css +154 -0
- package/lib/loading/index.d.ts +241 -0
- package/lib/loading/index.js +1 -0
- package/lib/loading/loading.css +259 -0
- package/lib/loading/loading.d.ts +148 -0
- package/lib/loading/loading.less +186 -0
- package/lib/loading/loading.variable.css +358 -0
- package/lib/menu/index.d.ts +176 -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 +190 -0
- package/lib/menu/menu.d.ts +55 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +289 -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 +102 -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 +62 -0
- package/lib/message/message.less +72 -0
- package/lib/message/message.variable.css +161 -0
- package/lib/message/messageConstructor.d.ts +106 -0
- package/lib/modal/index.d.ts +605 -0
- package/lib/modal/index.js +1 -0
- package/lib/modal/modal.css +40 -0
- package/lib/modal/modal.d.ts +218 -0
- package/lib/modal/modal.less +50 -0
- package/lib/modal/modal.variable.css +40 -0
- package/lib/modal/props.mixin.d.ts +94 -0
- 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 +283 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/index.js +1 -0
- package/lib/notify/notify.css +65 -0
- package/lib/notify/notify.less +76 -0
- package/lib/notify/notify.variable.css +164 -0
- package/lib/notify/notifyConstructor.d.ts +135 -0
- package/lib/pagination/index.d.ts +395 -0
- package/lib/pagination/index.js +1 -0
- package/lib/pagination/pagination.css +179 -0
- package/lib/pagination/pagination.d.ts +220 -0
- package/lib/pagination/pagination.less +201 -0
- package/lib/pagination/pagination.variable.css +278 -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/lib/popover/index.d.ts +387 -0
- package/lib/popover/index.js +1 -0
- package/lib/popover/popover.css +68 -0
- package/lib/popover/popover.d.ts +165 -0
- package/lib/popover/popover.less +84 -0
- package/lib/popover/popover.variable.css +167 -0
- package/lib/popover/props.d.ts +104 -0
- package/lib/popover2/arrow.d.ts +2 -0
- package/lib/popover2/const.d.ts +10 -0
- package/lib/popover2/content.d.ts +24 -0
- package/lib/popover2/index.d.ts +478 -0
- package/lib/popover2/index.js +1 -0
- package/lib/popover2/popover2.css +25 -0
- package/lib/popover2/popover2.d.ts +200 -0
- package/lib/popover2/popover2.less +35 -0
- package/lib/popover2/popover2.variable.css +124 -0
- package/lib/popover2/props.d.ts +100 -0
- package/lib/popover2/reference.d.ts +2 -0
- package/lib/popover2/use-floating.d.ts +15 -0
- package/lib/popover2/use-popper-id.d.ts +5 -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 +138 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.less +178 -0
- package/lib/process/process.variable.css +237 -0
- package/lib/progress/circle.d.ts +6 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/index.js +1 -0
- package/lib/progress/line.d.ts +6 -0
- package/lib/progress/progress.css +102 -0
- package/lib/progress/progress.d.ts +171 -0
- package/lib/progress/progress.less +90 -0
- package/lib/progress/progress.variable.css +201 -0
- package/lib/radio/common.d.ts +13 -0
- package/lib/radio/index.d.ts +277 -0
- package/lib/radio/index.js +1 -61
- package/lib/radio/radio-button.d.ts +91 -0
- package/lib/radio/radio-group.d.ts +41 -0
- package/lib/radio/radio.css +127 -124
- package/lib/radio/radio.d.ts +87 -0
- package/lib/radio/radio.less +173 -20
- package/lib/radio/radio.variable.css +237 -0
- package/lib/radio/type.d.ts +14 -0
- package/lib/rate/index.d.ts +113 -0
- package/lib/rate/index.js +1 -0
- package/lib/rate/rate.css +10 -0
- package/lib/rate/rate.d.ts +32 -0
- package/lib/rate/rate.less +11 -0
- package/lib/rate/rate.variable.css +10 -0
- package/lib/rate/star.css +24 -0
- package/lib/rate/star.d.ts +74 -0
- package/lib/rate/star.less +29 -0
- package/lib/rate/star.variable.css +24 -0
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/index.js +1 -0
- package/lib/resize-layout/resize-layout.css +189 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.less +233 -0
- package/lib/resize-layout/resize-layout.variable.css +288 -0
- package/lib/select/common.d.ts +33 -0
- package/lib/select/index.d.ts +1751 -0
- package/lib/select/index.js +1 -0
- package/lib/select/option.d.ts +27 -0
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +350 -0
- package/lib/select/select.d.ts +542 -0
- package/lib/select/select.less +327 -0
- package/lib/select/select.variable.css +449 -0
- package/lib/select/selectTagInput.d.ts +71 -0
- package/lib/select/type.d.ts +35 -0
- package/lib/shared/helper.d.ts +92 -0
- package/lib/shared/index.d.ts +73 -0
- package/lib/shared/index.js +1 -13
- package/lib/shared/mask-manager.d.ts +77 -0
- package/lib/shared/pop-manager.d.ts +27 -0
- package/lib/shared/popover.d.ts +131 -0
- package/lib/shared/scrollbar-width.d.ts +1 -0
- package/lib/shared/token.d.ts +4 -0
- package/lib/shared/utils.d.ts +6 -0
- package/lib/shared/vue-types.d.ts +119 -0
- package/lib/shared/z-index-manager.d.ts +93 -0
- package/lib/sideslider/index.d.ts +533 -0
- package/lib/sideslider/index.js +1 -0
- package/lib/sideslider/sideslider.css +114 -0
- package/lib/sideslider/sideslider.d.ts +229 -0
- package/lib/sideslider/sideslider.less +145 -0
- package/lib/sideslider/sideslider.variable.css +213 -0
- package/lib/slider/index.d.ts +440 -0
- package/lib/slider/index.js +1 -0
- package/lib/slider/slider-button.d.ts +80 -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 +248 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/index.js +1 -0
- package/lib/steps/steps.css +299 -0
- package/lib/steps/steps.d.ts +161 -0
- package/lib/steps/steps.less +344 -0
- package/lib/steps/steps.variable.css +398 -0
- package/lib/styles/index.d.ts +52 -0
- package/lib/styles/mixins/animate.css +21 -0
- package/lib/styles/mixins/animate.less +27 -0
- package/lib/styles/mixins/animate.variable.css +21 -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/ellipsis.less +8 -0
- package/lib/styles/mixins/mixins.css +29 -0
- package/lib/styles/mixins/mixins.less +3 -0
- package/lib/styles/mixins/mixins.variable.css +29 -0
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +52 -0
- package/lib/styles/mixins/popper.variable.css +43 -0
- package/lib/styles/mixins/size.less +10 -1
- package/lib/styles/reset.css +273 -0
- package/lib/styles/reset.less +313 -0
- package/lib/styles/reset.variable.css +273 -0
- package/lib/styles/themes/themes.less +103 -284
- 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 +286 -0
- package/lib/switcher/index.js +1 -0
- package/lib/switcher/switcher.css +280 -0
- package/lib/switcher/switcher.d.ts +113 -0
- package/lib/switcher/switcher.less +360 -0
- package/lib/switcher/switcher.variable.css +379 -0
- package/lib/tab/index.d.ts +440 -0
- package/lib/tab/index.js +1 -0
- package/lib/tab/props.d.ts +194 -0
- package/lib/tab/tab-nav.d.ts +169 -0
- package/lib/tab/tab-panel.d.ts +73 -0
- package/lib/tab/tab.css +167 -0
- package/lib/tab/tab.d.ts +139 -0
- package/lib/tab/tab.less +228 -0
- package/lib/tab/tab.variable.css +266 -0
- package/lib/table/const.d.ts +49 -0
- package/lib/table/index.d.ts +547 -0
- package/lib/table/index.js +1 -0
- package/lib/table/plugins/head-filter.css +68 -0
- package/lib/table/plugins/head-filter.less +83 -0
- package/lib/table/plugins/head-filter.variable.css +167 -0
- package/lib/table/plugins/head-sort.css +22 -0
- package/lib/table/plugins/head-sort.less +28 -0
- package/lib/table/plugins/head-sort.variable.css +121 -0
- package/lib/table/plugins/settings.css +110 -0
- package/lib/table/plugins/settings.less +136 -0
- package/lib/table/plugins/settings.variable.css +209 -0
- package/lib/table/props.d.ts +243 -0
- package/lib/table/render.d.ts +118 -0
- package/lib/table/table.css +441 -0
- package/lib/table/table.d.ts +229 -0
- package/lib/table/table.less +292 -0
- package/lib/table/table.variable.css +540 -0
- package/lib/table/use-common.d.ts +54 -0
- package/lib/table/utils.d.ts +104 -0
- package/lib/tag/index.d.ts +229 -0
- package/lib/tag/index.js +1 -0
- package/lib/tag/tag.css +97 -0
- package/lib/tag/tag.d.ts +84 -0
- package/lib/tag/tag.less +113 -0
- package/lib/tag/tag.variable.css +196 -0
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +894 -0
- package/lib/tag-input/index.js +1 -0
- package/lib/tag-input/list-tag-render.d.ts +47 -0
- package/lib/tag-input/tag-input.css +209 -0
- package/lib/tag-input/tag-input.d.ts +374 -0
- package/lib/tag-input/tag-input.less +251 -0
- package/lib/tag-input/tag-input.variable.css +308 -0
- package/lib/tag-input/tag-props.d.ts +131 -0
- package/lib/tag-input/tag-render.d.ts +38 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +240 -0
- package/lib/timeline/timeline.variable.css +334 -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 +139 -0
- package/lib/transfer/transfer.d.ts +160 -0
- package/lib/transfer/transfer.less +144 -0
- package/lib/transfer/transfer.variable.css +238 -0
- package/lib/tree/constant.d.ts +43 -0
- package/lib/tree/index.d.ts +472 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/props.d.ts +168 -0
- package/lib/tree/tree.css +53 -0
- package/lib/tree/tree.d.ts +204 -0
- package/lib/tree/tree.less +66 -0
- package/lib/tree/tree.variable.css +152 -0
- package/lib/tree/use-empty.d.ts +6 -0
- package/lib/tree/use-node-action.d.ts +11 -0
- package/lib/tree/use-node-async.d.ts +5 -0
- package/lib/tree/use-node-attribute.d.ts +31 -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 +66 -0
- package/lib/upload/index.d.ts +2 -0
- package/lib/upload/index.js +1 -0
- package/lib/upload/props.d.ts +113 -0
- package/lib/upload/upload-list.d.ts +46 -0
- package/lib/upload/upload-trigger.d.ts +54 -0
- package/lib/upload/upload.css +374 -0
- package/lib/upload/upload.d.ts +252 -0
- package/lib/upload/upload.less +455 -0
- package/lib/upload/upload.type.d.ts +78 -0
- package/lib/upload/upload.variable.css +473 -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 +579 -0
- package/lib/virtual-render/index.js +1 -0
- package/lib/virtual-render/props.d.ts +167 -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 +255 -0
- package/lib/virtual-render/virtual-render.less +43 -0
- package/lib/virtual-render/virtual-render.variable.css +33 -0
- package/package.json +128 -54
- package/dist/bkui-vue.cjs.js +0 -299
- package/dist/bkui-vue.esm.js +0 -296
- package/dist/bkui-vue.umd.js +0 -302
- package/lib/styles/mixins/size.css +0 -0
- package/lib/styles/themes/themes.css +0 -119
- package/lib/styles/themes/variables.css +0 -27
- package/lib/styles/themes/variables.less +0 -36
@@ -0,0 +1,73 @@
|
|
1
|
+
/**
|
2
|
+
* Tencent is pleased to support the open source community by making
|
3
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
4
|
+
*
|
5
|
+
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
|
6
|
+
*
|
7
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
8
|
+
*
|
9
|
+
* License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
|
10
|
+
*
|
11
|
+
* ---------------------------------------------------
|
12
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
13
|
+
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
14
|
+
* the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
15
|
+
* to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
16
|
+
*
|
17
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of
|
18
|
+
* the Software.
|
19
|
+
*
|
20
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
21
|
+
* THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
22
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
23
|
+
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
24
|
+
* IN THE SOFTWARE.
|
25
|
+
*/
|
26
|
+
import { Plugin } from 'vue';
|
27
|
+
export * from './z-index-manager';
|
28
|
+
export * from './popover';
|
29
|
+
export * from './pop-manager';
|
30
|
+
export * from './mask-manager';
|
31
|
+
export * from './helper';
|
32
|
+
export * from './vue-types';
|
33
|
+
export * from './scrollbar-width';
|
34
|
+
export * from './utils';
|
35
|
+
export * from './token';
|
36
|
+
export * from './hooks/use-form';
|
37
|
+
export * from './hooks/use-form-item';
|
38
|
+
export declare function classes(dynamicCls: object, constCls?: string): string;
|
39
|
+
export declare const EMPTY_OBJ: any;
|
40
|
+
export declare const noop: () => void;
|
41
|
+
export declare const renderEmptyVNode: () => any;
|
42
|
+
export declare const isEmptyObj: (target: object) => boolean;
|
43
|
+
export interface OriginComponent {
|
44
|
+
name: string;
|
45
|
+
install?: Plugin;
|
46
|
+
}
|
47
|
+
export declare const withInstall: <T extends OriginComponent>(component: T) => T & Plugin;
|
48
|
+
export declare const withInstallProps: <T extends OriginComponent, K extends Record<string, unknown>>(component: T, childComponents: K, isProps?: boolean) => T & Plugin & Readonly<K>;
|
49
|
+
/**
|
50
|
+
* 解析当前组件ClassName,自动添加前缀
|
51
|
+
* @param clsName 当前ClassName
|
52
|
+
* @param prefix 前缀,默认为bk
|
53
|
+
* @returns prefix-clsName
|
54
|
+
*/
|
55
|
+
export declare function resolveClassName(clsName: string, prefix?: string): string;
|
56
|
+
/**
|
57
|
+
* 函数防抖
|
58
|
+
* @param {*} fn 执行的函数
|
59
|
+
* @param {*} delay 延时时间
|
60
|
+
* @param {*} immediate 是否立即执行
|
61
|
+
*/
|
62
|
+
export declare function debounce(delay: number, fn: Function, immediate?: boolean): {
|
63
|
+
(this: any): any;
|
64
|
+
cancel(): void;
|
65
|
+
};
|
66
|
+
/**
|
67
|
+
* 过滤(去除)对象中的某个属性
|
68
|
+
* @param data 需要处理的对象
|
69
|
+
* @param filter 过滤关键字
|
70
|
+
* @returns object 去除属性之后的对象
|
71
|
+
*/
|
72
|
+
export declare function filterProperty(data: object, filter: string[]): any;
|
73
|
+
export declare function arrayEqual(arr1?: string[], arr2?: string[]): boolean;
|
package/lib/shared/index.js
CHANGED
@@ -1,13 +1 @@
|
|
1
|
-
(function (global, factory) {
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.bkuiVue = {}));
|
5
|
-
}(this, (function (exports) { 'use strict';
|
6
|
-
|
7
|
-
const multiplyByTwo = value => value * 2;
|
8
|
-
|
9
|
-
exports.multiplyByTwo = multiplyByTwo;
|
10
|
-
|
11
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
12
|
-
|
13
|
-
})));
|
1
|
+
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("@popperjs/core"),require("vue-types"),require("vue"));else if("function"==typeof define&&define.amd)define(["@popperjs/core","vue-types","vue"],t);else{var n="object"==typeof exports?t(require("@popperjs/core"),require("vue-types"),require("vue")):t(e["@popperjs/core"],e["vue-types"],e.vue);for(var r in n)("object"==typeof exports?exports:e)[r]=n[r]}}(self,((e,t,n)=>(()=>{var r={8022:(e,t,n)=>{var r=n(4481),i=n(6426),o=i;o.v1=r,o.v4=i,e.exports=o},8725:e=>{for(var t=[],n=0;n<256;++n)t[n]=(n+256).toString(16).substr(1);e.exports=function(e,n){var r=n||0,i=t;return[i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],"-",i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]],i[e[r++]]].join("")}},9157:e=>{var t="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof window.msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto);if(t){var n=new Uint8Array(16);e.exports=function(){return t(n),n}}else{var r=new Array(16);e.exports=function(){for(var e,t=0;t<16;t++)0==(3&t)&&(e=4294967296*Math.random()),r[t]=e>>>((3&t)<<3)&255;return r}}},4481:(e,t,n)=>{var r,i,o=n(9157),s=n(8725),a=0,u=0;e.exports=function(e,t,n){var c=t&&n||0,l=t||[],p=(e=e||{}).node||r,f=void 0!==e.clockseq?e.clockseq:i;if(null==p||null==f){var d=o();null==p&&(p=r=[1|d[0],d[1],d[2],d[3],d[4],d[5]]),null==f&&(f=i=16383&(d[6]<<8|d[7]))}var h=void 0!==e.msecs?e.msecs:(new Date).getTime(),v=void 0!==e.nsecs?e.nsecs:u+1,y=h-a+(v-u)/1e4;if(y<0&&void 0===e.clockseq&&(f=f+1&16383),(y<0||h>a)&&void 0===e.nsecs&&(v=0),v>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");a=h,u=v,i=f;var g=(1e4*(268435455&(h+=122192928e5))+v)%4294967296;l[c++]=g>>>24&255,l[c++]=g>>>16&255,l[c++]=g>>>8&255,l[c++]=255&g;var m=h/4294967296*1e4&268435455;l[c++]=m>>>8&255,l[c++]=255&m,l[c++]=m>>>24&15|16,l[c++]=m>>>16&255,l[c++]=f>>>8|128,l[c++]=255&f;for(var b=0;b<6;++b)l[c+b]=p[b];return t||s(l)}},6426:(e,t,n)=>{var r=n(9157),i=n(8725);e.exports=function(e,t,n){var o=t&&n||0;"string"==typeof e&&(t="binary"===e?new Array(16):null,e=null);var s=(e=e||{}).random||(e.rng||r)();if(s[6]=15&s[6]|64,s[8]=63&s[8]|128,t)for(var a=0;a<16;++a)t[o+a]=s[a];return t||i(s)}},5798:t=>{"use strict";t.exports=e},748:e=>{"use strict";e.exports=n},210:e=>{"use strict";e.exports=t}},i={};function o(e){var t=i[e];if(void 0!==t)return t.exports;var n=i[e]={exports:{}};return r[e](n,n.exports,o),n.exports}o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},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 s={};return(()=>{"use strict";function e(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function t(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function n(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var i,a;o.r(s),o.d(s,{BKLAYERD_INDEX_EFAULT_VALUE:()=>u,BKLAYERTYPE:()=>a,BKPopover:()=>P,BkMaskManager:()=>U,EMPTY_OBJ:()=>ne,Placements:()=>H,PropTypes:()=>J,Size:()=>F,arrayEqual:()=>pe,bKMaskManager:()=>C,bkPopIndexManager:()=>_,bkZIndexManager:()=>c,classes:()=>te,clone:()=>x,debounce:()=>ce,elementsEqual:()=>O,filterProperty:()=>le,finiteOrDefault:()=>k,formItemKey:()=>$,formKey:()=>Z,getPopContainerId:()=>L,isArray:()=>g,isElement:()=>M,isEmpty:()=>y,isEmptyObj:()=>oe,isFinite:()=>b,isNullOrUndef:()=>v,isObject:()=>m,merge:()=>T,mergeIf:()=>E,mergerFn:()=>w,mergerIfFn:()=>j,noop:()=>re,random:()=>R,renderEmptyVNode:()=>ie,resolveClassName:()=>ue,scrollbarWidth:()=>W,stringEnum:()=>G,useForm:()=>Q,useFormItem:()=>ee,valueOrDefault:()=>I,withInstall:()=>se,withInstallProps:()=>ae}),function(e){e.BOTTOM="bottom",e.CONTENT="content",e.NAVI="navi",e.FULLSCREEN="fullScreen",e.PLUGINS="plugins",e.MODAL="modal",e.MESSAGE="message",e.POPPER="popper"}(a||(a={}));var u=(r(i={},a.BOTTOM,0),r(i,a.CONTENT,1),r(i,a.NAVI,100),r(i,a.FULLSCREEN,1e3),r(i,a.MODAL,3e3),r(i,a.PLUGINS,8e3),r(i,a.MESSAGE,1e4),r(i,a.POPPER,99999),i),c=new(function(){function t(){e(this,t),this.storageLayerIndexValue={},this.copyDefaultValue()}return n(t,[{key:"getNextIndex",value:function(e){return Object.prototype.hasOwnProperty.call(this.storageLayerIndexValue,e)?(this.storageLayerIndexValue[e]=this.storageLayerIndexValue[e]+1,this.storageLayerIndexValue[e]):(this.storageLayerIndexValue[a.MODAL]=this.storageLayerIndexValue[a.MODAL]+1,this.storageLayerIndexValue[a.MODAL])}},{key:"getModalNextIndex",value:function(){return this.getNextIndex(a.MODAL)}},{key:"getMessageNextIndex",value:function(){return this.getNextIndex(a.MESSAGE)}},{key:"getFullScreenNextIndex",value:function(){return this.getNextIndex(a.FULLSCREEN)}},{key:"getNaviNextIndex",value:function(){return this.getNextIndex(a.NAVI)}},{key:"getPopperIndex",value:function(){return u.popper}},{key:"setDefaultZIndex",value:function(e){var t=this;Object.keys(e||{}).forEach((function(n){Object.prototype.hasOwnProperty.call(t.storageLayerIndexValue.__proto__,n)&&Object.assign(t.storageLayerIndexValue.__proto__,r({},n,e[n]))})),this.copyDefaultValue()}},{key:"resetZIndex",value:function(e){var t=this;Object.keys(e||{}).forEach((function(n){Object.prototype.hasOwnProperty.call(t.storageLayerIndexValue,n)&&Object.assign(t.storageLayerIndexValue,r({},n,e[n]))}))}},{key:"copyDefaultValue",value:function(){var e=Object.keys(u).reduce((function(e,t){return Object.assign(e,r({},t,{value:u[t],writable:!0,configurable:!0}))}),{});this.storageLayerIndexValue=Object.create(u,e)}}]),t}());function l(e){return l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},l(e)}function p(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function f(e){return function(e){if(Array.isArray(e))return p(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return p(e,t);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)?p(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var d=o(8022),h=o(5798);function v(e){return null==e}function y(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return""===e||!!t&&v(e)}function g(e){if(Array.isArray(e))return!0;var t=Object.prototype.toString.call(e);return"[object"===t.substr(0,7)&&"Array]"===t.substr(-6)}function m(e){return null!==e&&/^\[object (Object|Module)\]/.test(Object.prototype.toString.call(e))}var b=function(e){return("number"==typeof e||e instanceof Number)&&isFinite(+e)};function k(e,t){return b(e)?e:t}function I(e,t){return void 0===e?t:e}function O(e,t){var n,r,i,o;if(!e||!t||e.length!==t.length)return!1;for(n=0,r=e.length;n<r;++n)if(i=e[n],o=t[n],i.datasetIndex!==o.datasetIndex||i.index!==o.index)return!1;return!0}function x(e){if(g(e))return e.map(x);if(m(e)){for(var t=Object.create(null),n=Object.keys(e),r=n.length,i=0;i<r;++i)t[n[i]]=x(e[n[i]]);return t}return e}function S(e){return-1===["__proto__","prototype","constructor"].indexOf(e)}function w(e,t,n,r){if(S(e)){var i=t[e],o=n[e];m(i)&&m(o)?T(i,o,r):t[e]=x(o)}}function T(e,t,n){var r=g(t)?t:[t],i=r.length;if(!m(e))return e;for(var o=(n=n||{}).merger||w,s=0;s<i;++s)if(m(t=r[s]))for(var a=Object.keys(t),u=0,c=a.length;u<c;++u)o(a[u],e,t,n);return e}function E(e,t){return T(e,t,{merger:j})}function j(e,t,n){if(S(e)){var r=t[e],i=n[e];m(r)&&m(i)?E(r,i):Object.prototype.hasOwnProperty.call(t,e)||(t[e]=x(i))}}function M(e){try{return e instanceof HTMLElement}catch(t){return"object"===l(e)&&1===e.nodeType&&"object"===l(e.style)&&"object"===l(e.ownerDocument)}}var P=function(){function t(n,r,i){var o,s;e(this,t),this.isShow=!1,this.trigger=void 0,this.instance=void 0,this.always=!1,this.reference=void 0,this.referenceTarget=void 0,this.popperRefer=void 0,this.delay=50,this.isInnerPopper=!1,this.disabled=!1,this.afterShow=null,this.afterHidden=null,this.appendTo="parent",this.container=null,this.fixOnBoundary=!1,this.instanceOptions=this.initDefaultOptions(i),this.reference=this.resolveInputSelectorToHtmlElement(n),this.popperRefer=this.resolveInputSelectorToHtmlElement(r),this.referenceTarget=this.getTargetReferenceElement(),this.container=null===(o=this.popperRefer)||void 0===o?void 0:o.parentElement,this.isShow=!!(null===(s=this.instanceOptions)||void 0===s?void 0:s.isShow),this.always=this.instanceOptions.always,this.trigger=this.instanceOptions.trigger,this.disabled=this.instanceOptions.disabled,this.appendTo=this.instanceOptions.appendTo,this.afterHidden="function"==typeof i.afterHidden?i.afterHidden:function(){},this.afterShow="function"==typeof i.afterShow?i.afterShow:function(){},this.fixOnBoundary=this.instanceOptions.fixOnBoundary,this.initInstance(),this.registerEvents(),(this.isShow||this.always)&&this.show(null)}return n(t,[{key:"forceUpdate",value:function(){var e;null===(e=this.instance)||void 0===e||e.forceUpdate()}},{key:"update",value:function(){var e;null===(e=this.instance)||void 0===e||e.update()}},{key:"updateOptions",value:function(e){var t;this.instanceOptions=this.initDefaultOptions(e),this.isShow=!!(null===(t=this.instanceOptions)||void 0===t?void 0:t.isShow),this.trigger=this.instanceOptions.trigger,this.disabled=this.instanceOptions.disabled,this.setOptions(this.instanceOptions)}},{key:"setOptions",value:function(e){var t;null===(t=this.instance)||void 0===t||t.setOptions(e)}},{key:"destroy",value:function(){var e;null===(e=this.instance)||void 0===e||e.destroy()}},{key:"updateDisabled",value:function(e){this.disabled=null!=e?e:!this.disabled,this.disabled&&this.hide()}},{key:"show",value:function(e){var t;this.disabled||(null===(t=this.popperRefer)||void 0===t||t.setAttribute("data-show",""),this.setOptions({modifiers:[].concat(f(this.instanceOptions.modifiers||[]),[{name:"eventListeners",enabled:!0}])}),this.update(),this.isShow=!0,this.afterShow(),this.fixOnBoundary||this.appendToTarget())}},{key:"hide",value:function(){var e;this.always||(null===(e=this.popperRefer)||void 0===e||e.removeAttribute("data-show"),this.setOptions({modifiers:[].concat(f(this.instanceOptions.modifiers||[]),[{name:"eventListeners",enabled:!1}])}),this.isShow=!1,this.isInnerPopper=!1,this.afterHidden(),this.fixOnBoundary||this.restorePopContent())}},{key:"restorePopContent",value:function(){var e=this.getAppendToTarget();M(e)&&e.contains(this.popperRefer)&&this.container&&!this.container.contains(this.popperRefer)&&this.container.append(this.popperRefer)}},{key:"appendToTarget",value:function(){var e=this.getAppendToTarget();M(e)&&e.contains(this.popperRefer)&&e.append(this.popperRefer)}},{key:"getAppendToTarget",value:function(){var e=this.appendTo,t=e;return"parent"!==e&&"string"==typeof e&&(t=document.querySelector(e)),t}},{key:"initDefaultOptions",value:function(e){var t=this,n=T({placement:"top",modifiers:[{name:"offset",options:{offset:[0,8]}}],strategy:"absolute",onFirstUpdate:void 0,isShow:!1,theme:"dark",trigger:"hover",disabled:!1},e||{}),r=n.onFirstUpdate;return n.onFirstUpdate=function(e){"function"==typeof r&&(r.call(t,e),t.handleFirstUpdate())},n}},{key:"handleFirstUpdate",value:function(){this.fixOnBoundary&&this.appendToTarget()}},{key:"getTargetReferenceElement",value:function(){return this.isElement(this.reference)&&1===this.reference.childElementCount?this.reference.firstElementChild:this.reference}},{key:"initInstance",value:function(){var e,t;this.referenceTarget&&(this.referenceTarget&&this.popperRefer?(this.instance=(0,h.createPopper)(this.referenceTarget,this.popperRefer,this.instanceOptions),null===(e=this.popperRefer)||void 0===e||e.setAttribute("data-theme",null!==(t=this.instanceOptions.theme)&&void 0!==t?t:"dark")):console.error("reference or popperRefer is null, please check html element."))}},{key:"resolveInputSelectorToHtmlElement",value:function(e){if(this.isElement(e))return e;if("string"==typeof e)return document.querySelector(e);if("object"===l(e)){if(Object.prototype.hasOwnProperty.call(e,"getBoundingClientRect"))return e}else console.error("'getBoundingClientRect' is needed when use virtual elements");return null}},{key:"isElement",value:function(e){return M(e)}},{key:"registerEvents",value:function(){var e=this;this.isElement(this.referenceTarget)&&"hover"===this.trigger&&(["mouseenter","focus"].forEach((function(t){e.referenceTarget.addEventListener(t,(function(n){"mouseenter"===t&&(e.isInnerPopper=!0),e.show(n)}))})),["mouseleave","blur"].forEach((function(t){e.referenceTarget.addEventListener(t,(function(){e.isInnerPopper=!1,setTimeout((function(){!e.isInnerPopper&&e.hide()}),e.delay)}))})),this.isElement(this.popperRefer)&&["mouseenter","mouseleave"].forEach((function(t){e.popperRefer.addEventListener(t,(function(){"mouseenter"===t&&(e.isInnerPopper=!0),"mouseleave"===t&&e.hide()}))}))),"click"===this.trigger&&["click"].forEach((function(t){document.body.addEventListener(t,(function(t){e.isSameElement(t.target,e.reference)||e.reference.contains(t.target)?e.show(t):!e.isShow||e.isSameElement(t.target,e.popperRefer)||e.popperRefer.contains(t.target)||e.hide()}))}))}},{key:"isSameElement",value:function(e,t){return e&&(e===t||e===t.firstElementChild)}}]),t}(),A=null,L=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"#";if(null===A){A="id_".concat((0,d.v4)());var t=document.createElement("div");t.setAttribute("id",A),t.setAttribute("data-popper-id",A),document.body.append(t)}return"".concat(e).concat(A)},N="abcdefghijklmnopqrstuvwxyz0123456789",R=function(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:N,n="",r=0;r<e;r++)n+=t[parseInt((Math.random()*t.length).toString(),10)];return n},U=function(){function t(n){e(this,t),this.multiInstance=!1,this.uniqueMaskAttrTag="",this.parentNode=document.body,this.activeInstance=void 0,this.zIndexStore=new Map,this.lastUUID=null,this.maskStyle={position:"absolute",left:0,top:0,bottom:0,right:0,display:"none","background-color":"rgba(0,0,0,.6)"};var r=n||{},i=r.multiInstance,o=void 0!==i&&i,s=r.maskAttrTag,a=void 0===s?"auto":s,u=r.parentNode,c=void 0===u?document.body:u,l=r.maskStyle,p=void 0===l?{}:l;this.activeInstance=void 0,this.multiInstance=o,this.uniqueMaskAttrTag=this.getMaskAttrTag(a),this.parentNode=c||document,this.mask=this.getMask(),this.backupMask=this.createMask("data-bk-backup-uid"),this.setMaskStyle(Object.assign({},this.maskStyle,p))}return n(t,[{key:"show",value:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null,o=arguments.length>5&&void 0!==arguments[5]&&arguments[5],s=null!=i?i:R(16),a=/-?\d+/.test("".concat(t))?t:c.getModalNextIndex(),u=Object.assign({},this.maskStyle,r||{});if(!n&&this.lastUUID){var l=this.zIndexStore.get(this.lastUUID);u=l.style}this.storeMaskInsCfg({zIndex:a,style:Object.assign({},u),uuid:s,preUID:this.lastUUID}),this.setMaskStyle(u),this.mask.style.setProperty("display","block"),this.mask.style.setProperty("z-index","".concat(a)),this.backupMask.style.setProperty("z-index","".concat(a-1)),e&&(o&&e.style.setProperty("z-index","".concat(a+1)),this.activeInstance=e,o||this.appendContentToMask(e))}},{key:"hide",value:function(){var e,t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],n=arguments.length>1?arguments[1]:void 0,r=arguments.length>2?arguments[2]:void 0,i=null!=r?r:this.lastUUID;this.mask.style.setProperty("display","none"),t||(null==n||n.remove(),null===(e=this.activeInstance)||void 0===e||e.remove()),this.activeInstance=void 0,this.popIndexStore(i)}},{key:"storeMaskInsCfg",value:function(e){return this.zIndexStore.set(e.uuid,e),this.lastUUID=e.uuid,this.zIndexStore.get(e.uuid)}},{key:"popIndexStore",value:function(e){if(this.zIndexStore.has(e)){var t=this.zIndexStore.get(e);return this.lastUUID=t.preUID,this.zIndexStore.delete(e)}return this.lastUUID=null,!1}},{key:"backupActiveInstance",value:function(){this.activeInstance&&this.backupMask.append(this.activeInstance)}},{key:"backupContentElement",value:function(e){e&&this.backupMask.append(e)}},{key:"getActiveContentInstance",value:function(){return this.activeInstance}},{key:"getMask",value:function(){if(this.multiInstance)return this.createMask();var e=this.parentNode.querySelector("[data-bkmask-uid='".concat(this.uniqueMaskAttrTag,"']"));return e||(e=this.createMask()),e}},{key:"createMask",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"data-bk-mask-uid",t=document.createElement("div");return t.setAttribute(e,this.uniqueMaskAttrTag),this.parentNode.append(t),t}},{key:"setMaskStyle",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.mask&&Object.entries(t).forEach((function(t){return e.mask.style.setProperty(t[0],t[1])}))}},{key:"getMaskAttrTag",value:function(e){return/^(auto|\s+)$/i.test(e)||null==e||""===e?"__bk_mask_".concat(R(16)):e}},{key:"appendContentToMask",value:function(e){this.mask.append(e)}}]),t}(),C=new U({}),D=function(){function t(){e(this,t),this.popInstanceList=[],this.uuidAttrName="data-bk-pop-uuid"}return n(t,[{key:"show",value:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:void 0;if(e){var o="number"==typeof i?i:c.getModalNextIndex(),s=R(16);e.setAttribute(this.uuidAttrName,s),this.popInstanceList.push({uuid:s,zIndex:o,content:e,showMask:t,appendStyle:n}),t&&C.backupActiveInstance(),C.show(e,o,t,n,s,r)}else console.warn("pop show error: content is null or undefined")}},{key:"popHide",value:function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];if(this.popInstanceList.length){if(e){var t=this.popInstanceList.pop();C.popIndexStore(t.uuid),t.remove()}if(this.popInstanceList.length){var n=this.popInstanceList.slice(-1)[0],r=n.zIndex,i=n.content,o=n.showMask,s=n.appendStyle,a=n.uuid;C.show(i,r,o,s,a)}else C.hide()}}},{key:"hide",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=null==e?void 0:e.getAttribute(this.uuidAttrName);if(n){var r=this.popInstanceList.findIndex((function(e){return e.uuid===n}));r>=0&&(t||this.popInstanceList[r].content.remove(),this.popInstanceList.splice(r,1),C.popIndexStore(n),this.popInstanceList.length?this.popHide(!1):C.hide(t))}else null==e||e.remove()}}]),t}(),_=new D;function V(e,t){return V=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},V(e,t)}function B(e,t){if(t&&("object"===l(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function q(e){return q=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},q(e)}var z=o(210);var F,H,K=(0,z.createTypes)({});function G(e){return e.reduce((function(e,t){return e[t]=t,e}),Object.create(null))}!function(e){e.Small="small",e.Large="large"}(F||(F={})),function(e){e.Top="top",e.Left="left",e.Right="right",e.Bottom="bottom"}(H||(H={}));var Y,J=function(t){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&V(e,t)}(s,t);var r,i,o=(r=s,i=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}(),function(){var e,t=q(r);if(i){var n=q(this).constructor;e=Reflect.construct(t,arguments,n)}else e=t.apply(this,arguments);return B(this,e)});function s(){return e(this,s),o.apply(this,arguments)}return n(s,null,[{key:"size",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["small","default","large"];return(0,z.toType)("Size",{type:String,validator:function(t){return!(t&&!e.includes(t)&&(console.error("invalid size, ".concat(t,", the size must be one of 【").concat(e.join(" | "),"】")),1))},default:"default"})}},{key:"theme",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["primary","warning","success","danger"];return(0,z.toType)("Theme",{type:String,validator:function(t){return!(t&&!e.includes(t)&&(console.error("invalid theme, ".concat(t,", the theme must be one of 【").concat(e.join(" | "),"】")),1))}})}},{key:"placement",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["top","left","right","bottom"];return(0,z.toType)("Placements",{type:String,validator:function(t){return!(t&&!e.includes(t)&&(console.error("invalid placements, ".concat(t,", the placement must be one of 【").concat(e.join(" | "),"】")),1))},default:"top"})}},{key:"commonType",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"commonType";return(0,z.toType)(t.replace(/^\S/,(function(e){return e.toUpperCase()})),{type:String,validator:function(n){var r=e.includes(n);return r||console.error("invalid ".concat(t,", ").concat(n,", the ").concat(t," must be one of 【").concat(e.join(" | "),"】")),r},default:e[0]})}},{key:"style",value:function(){return(0,z.toType)("Style",{type:[String,Object]})}},{key:"position",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["top-left","top-right","bottom-left","bottom-right"];return(0,z.toType)("positions",{type:String,validator:function(t){return!(t&&!e.includes(t)&&(console.error("invalid positions, ".concat(t,", the position must be one of 【").concat(e.join(" | "),"】")),1))},default:"top-center"})}}]),s}(K);function W(){if(void 0!==Y)return Y;var e=document.createElement("div");e.className="bk-scrollbar-wrap",e.style.visibility="hidden",e.style.width="100px",e.style.position="absolute",e.style.top="-9999px",document.body.appendChild(e);var t=e.offsetWidth;e.style.overflow="scroll";var n=document.createElement("div");n.style.width="100%",e.appendChild(n);var r=n.offsetWidth;return e.parentNode.removeChild(e),Y=t-r}var Z=Symbol("form"),$=Symbol("formItem"),X=o(748),Q=function(){return(0,X.inject)(Z)},ee=function(){return(0,X.inject)($,ne)};function te(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return Object.entries(e).filter((function(e){return e[1]})).map((function(e){return e[0]})).join(" ").concat(t?" ".concat(t):"")}var ne=Object.create({}),re=function(){},ie=function(){return null},oe=function(e){return Object.keys(e).length<1},se=function(e){return e.install=function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=n.prefix,i=t.config.globalProperties.bkUIPrefix||r||"Bk";t.component(i+e.name,e)},e},ae=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return e.install=function(r){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=i.prefix,s=r.config.globalProperties.bkUIPrefix||o||"Bk";r.component(s+e.name,e),!n&&Object.values(t).forEach((function(e){r.component(s+e.name,e)}))},Object.keys(t).forEach((function(n){e[n]=t[n]})),e};function ue(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"bk";return"".concat(t,"-").concat(e)}function ce(){var e,t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:300,r=arguments.length>1?arguments[1]:void 0,i=arguments.length>2&&void 0!==arguments[2]&&arguments[2],o=function(){var o=this,s=arguments;if(e&&clearTimeout(e),i){var a=!e;e=setTimeout((function(){e=null}),n),a&&(t=r.apply(o,s))}else e=setTimeout((function(){r.apply(o,s)}),n);return t};return o.cancel=function(){clearTimeout(e),e=null},o}function le(e,t){return JSON.parse(JSON.stringify(e,(function(e,n){if(!t.includes(e))return n})))}function pe(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}})(),s})()));
|
@@ -0,0 +1,77 @@
|
|
1
|
+
declare type BkMaskManagerConfig = {
|
2
|
+
multiInstance?: boolean;
|
3
|
+
maskAttrTag?: string;
|
4
|
+
parentNode?: HTMLElement | Document;
|
5
|
+
maskStyle?: any;
|
6
|
+
};
|
7
|
+
declare type MaskConfigStore = {
|
8
|
+
zIndex: number;
|
9
|
+
style: any;
|
10
|
+
uuid?: string;
|
11
|
+
preUID?: string;
|
12
|
+
};
|
13
|
+
export declare class BkMaskManager {
|
14
|
+
/** 遮罩容器 */
|
15
|
+
private readonly mask;
|
16
|
+
/** 遮罩备份容器,用于多个组件实例显示,遮罩只显示最后一个 **/
|
17
|
+
private readonly backupMask;
|
18
|
+
/** 是否允许多个遮罩实例 */
|
19
|
+
private readonly multiInstance;
|
20
|
+
/** 遮罩控制器唯一标识 */
|
21
|
+
private readonly uniqueMaskAttrTag;
|
22
|
+
/** 设置弹出层父级组件,默认是body */
|
23
|
+
private parentNode;
|
24
|
+
/** 遮罩当前显示组件实例 **/
|
25
|
+
private activeInstance;
|
26
|
+
/** 记录已在使用的z-index */
|
27
|
+
private zIndexStore;
|
28
|
+
/** 记录最后一个UUID */
|
29
|
+
private lastUUID;
|
30
|
+
/** 遮罩样式 **/
|
31
|
+
private readonly maskStyle;
|
32
|
+
/**
|
33
|
+
* 遮罩管理器
|
34
|
+
*
|
35
|
+
* @param multiInstance 是否允许多实例
|
36
|
+
* @param maskAttrTag 遮罩DOM唯一标志,支持自定义和 auto
|
37
|
+
*/
|
38
|
+
constructor(config?: BkMaskManagerConfig);
|
39
|
+
/**
|
40
|
+
* 显示遮罩
|
41
|
+
* @param content 遮罩内容
|
42
|
+
* @param zIndex z-index
|
43
|
+
* @param showMask 是否显示遮罩
|
44
|
+
* @param appendStyle 追加样式
|
45
|
+
* @param transfer 是否显示将内容加入遮罩下
|
46
|
+
*/
|
47
|
+
show(content?: HTMLElement, zIndex?: number, showMask?: boolean, appendStyle?: {}, uuid?: string | null, transfer?: boolean): void;
|
48
|
+
hide(transfer?: boolean, content?: HTMLElement, uuid?: string): void;
|
49
|
+
storeMaskInsCfg(config: MaskConfigStore): MaskConfigStore;
|
50
|
+
/**
|
51
|
+
* 移除最后一次缓存数据
|
52
|
+
*/
|
53
|
+
popIndexStore(uuid: string): boolean;
|
54
|
+
backupActiveInstance(): void;
|
55
|
+
backupContentElement(content?: HTMLElement): void;
|
56
|
+
getActiveContentInstance(): HTMLElement;
|
57
|
+
/**
|
58
|
+
* 初始化当前遮罩管理器
|
59
|
+
* @returns 当前遮罩容器
|
60
|
+
*/
|
61
|
+
private getMask;
|
62
|
+
/**
|
63
|
+
* 创建遮罩层DOM
|
64
|
+
* @returns 返回DOM
|
65
|
+
*/
|
66
|
+
private createMask;
|
67
|
+
private setMaskStyle;
|
68
|
+
/**
|
69
|
+
* 根据输入生成唯一遮罩标识
|
70
|
+
* @param tag 输入标识
|
71
|
+
* @returns string 返回唯一标识
|
72
|
+
*/
|
73
|
+
private getMaskAttrTag;
|
74
|
+
private appendContentToMask;
|
75
|
+
}
|
76
|
+
export declare const bKMaskManager: BkMaskManager;
|
77
|
+
export {};
|
@@ -0,0 +1,27 @@
|
|
1
|
+
declare class BKPopIndexManager {
|
2
|
+
/** 用来缓存弹出层实例 */
|
3
|
+
private popInstanceList;
|
4
|
+
private readonly uuidAttrName;
|
5
|
+
constructor();
|
6
|
+
/**
|
7
|
+
* 展示弹窗
|
8
|
+
* @param content 弹窗内容
|
9
|
+
* @param showMask 是否显示遮罩
|
10
|
+
* @param appendStyle 追加样式
|
11
|
+
* @param transfer 是否显示在body内(即是否显示在div#app内,默认为false)
|
12
|
+
* @returns
|
13
|
+
*/
|
14
|
+
show(content?: HTMLElement, showMask?: boolean, appendStyle?: {}, transfer?: boolean, zindex?: any): void;
|
15
|
+
/**
|
16
|
+
* 关闭最后一个弹窗 如果当前还有父级弹窗,则激活父级弹窗
|
17
|
+
* @param removeLastContent 默认:true 是否自动关闭最后一个弹窗实例 某些场景下,已经主动关闭最后一个弹窗,此处只需要处理其他逻辑
|
18
|
+
*/
|
19
|
+
popHide(removeLastContent?: boolean): void;
|
20
|
+
/**
|
21
|
+
* 关闭指定弹窗
|
22
|
+
* @param content { HTMLElement } 关闭弹窗内容
|
23
|
+
* **/
|
24
|
+
hide(content?: HTMLElement, transfer?: boolean): void;
|
25
|
+
}
|
26
|
+
export declare const bkPopIndexManager: BKPopIndexManager;
|
27
|
+
export {};
|
@@ -0,0 +1,131 @@
|
|
1
|
+
import { Instance, Modifier, Placement, PositioningStrategy, State } from '@popperjs/core';
|
2
|
+
export declare type OnFirstUpdateFnType = (instance: Partial<State>) => void;
|
3
|
+
export declare type IOptions = {
|
4
|
+
placement?: Placement;
|
5
|
+
modifiers?: Array<Partial<Modifier<any, any>>>;
|
6
|
+
strategy?: PositioningStrategy;
|
7
|
+
onFirstUpdate?: OnFirstUpdateFnType;
|
8
|
+
isShow?: boolean;
|
9
|
+
always?: boolean;
|
10
|
+
theme?: string;
|
11
|
+
trigger?: string;
|
12
|
+
disabled?: boolean;
|
13
|
+
appendTo?: string | HTMLElement;
|
14
|
+
afterShow?: () => void;
|
15
|
+
afterHidden?: () => void;
|
16
|
+
/**
|
17
|
+
* 如果设置了appendTo为指定DOM,此配置项生效
|
18
|
+
* 是否将弹出内容固定到目标元素位置
|
19
|
+
* 例如:appendTo = document.body, fixOnBoundary = true,则弹出内容会一直固定到body
|
20
|
+
*/
|
21
|
+
fixOnBoundary?: Boolean;
|
22
|
+
};
|
23
|
+
export declare type IBKPopover = Instance & {
|
24
|
+
show: () => void;
|
25
|
+
hide: () => void;
|
26
|
+
updateDisabled: (val: boolean) => void;
|
27
|
+
isShow: boolean;
|
28
|
+
};
|
29
|
+
export declare class BKPopover {
|
30
|
+
/** 当前提内容是否弹出 */
|
31
|
+
isShow: boolean;
|
32
|
+
/** 触发条件 */
|
33
|
+
trigger?: string;
|
34
|
+
/** 当前popperjs实例 */
|
35
|
+
private instance?;
|
36
|
+
/** 是否总是可见 */
|
37
|
+
private always?;
|
38
|
+
/** Popover 外层容器,触发Pop的元素 */
|
39
|
+
private reference?;
|
40
|
+
/** Popover 弹出内容外层占位容器 */
|
41
|
+
private referenceTarget?;
|
42
|
+
/** Popover Content 外层容器,目标元素:实际弹出内容 */
|
43
|
+
private popperRefer?;
|
44
|
+
/** 默认初始化配置项 */
|
45
|
+
private instanceOptions;
|
46
|
+
/** hide延时 */
|
47
|
+
private delay;
|
48
|
+
/** 是否进入popperRefer */
|
49
|
+
private isInnerPopper;
|
50
|
+
/** 是否为禁用状态 */
|
51
|
+
private disabled;
|
52
|
+
/** 执行显示函数 */
|
53
|
+
private afterShow;
|
54
|
+
/** 执行隐藏函数 */
|
55
|
+
private afterHidden;
|
56
|
+
/** 弹出内容AppendTo */
|
57
|
+
private appendTo;
|
58
|
+
/** 父级容器 */
|
59
|
+
private container?;
|
60
|
+
/**
|
61
|
+
* 如果设置了appendTo为指定DOM,此配置项生效
|
62
|
+
* 是否将弹出内容固定到目标元素位置
|
63
|
+
* 例如:appendTo = document.body, fixOnBoundary = true,则弹出内容会一直固定到body
|
64
|
+
*/
|
65
|
+
private fixOnBoundary;
|
66
|
+
constructor(reference?: string | HTMLElement, popperRefer?: string | HTMLElement, options?: IOptions);
|
67
|
+
forceUpdate(): void;
|
68
|
+
update(): void;
|
69
|
+
updateOptions(options: IOptions): void;
|
70
|
+
setOptions(options: IOptions): void;
|
71
|
+
destroy(): void;
|
72
|
+
updateDisabled(disabled?: boolean): void;
|
73
|
+
/**
|
74
|
+
* 展示Pop
|
75
|
+
* @param _event 触发事件
|
76
|
+
*/
|
77
|
+
show(_event: any): void;
|
78
|
+
/**
|
79
|
+
* 隐藏
|
80
|
+
* @param event 触发事件
|
81
|
+
*/
|
82
|
+
hide(): void;
|
83
|
+
/**
|
84
|
+
* 还原PopContent到初试位置
|
85
|
+
*/
|
86
|
+
private restorePopContent;
|
87
|
+
/**
|
88
|
+
* 挂载PopContent到目标位置
|
89
|
+
*/
|
90
|
+
private appendToTarget;
|
91
|
+
/**
|
92
|
+
* 获取目标位置元素
|
93
|
+
* @returns
|
94
|
+
*/
|
95
|
+
private getAppendToTarget;
|
96
|
+
/**
|
97
|
+
* 初始化默认配置
|
98
|
+
* @param opts
|
99
|
+
* @returns
|
100
|
+
*/
|
101
|
+
private initDefaultOptions;
|
102
|
+
/**
|
103
|
+
* 判定是否需要将PopContent挂载到目标元素
|
104
|
+
*/
|
105
|
+
private handleFirstUpdate;
|
106
|
+
/**
|
107
|
+
* 剔除 Pop 外层容器,获取目标元素
|
108
|
+
* @returns
|
109
|
+
*/
|
110
|
+
private getTargetReferenceElement;
|
111
|
+
/**
|
112
|
+
* 初始化Pop Instance
|
113
|
+
*/
|
114
|
+
private initInstance;
|
115
|
+
/**
|
116
|
+
* 解析当前参数为对应的Html Element
|
117
|
+
* @param refer Html Element Selector Or Html Element
|
118
|
+
* @param checkVirtualDom 是否检查虚拟DOM
|
119
|
+
* @returns Html Element Or Null
|
120
|
+
*/
|
121
|
+
private resolveInputSelectorToHtmlElement;
|
122
|
+
/**
|
123
|
+
* 检查当前元素是否为Html元素
|
124
|
+
* @param obj
|
125
|
+
* @returns
|
126
|
+
*/
|
127
|
+
private isElement;
|
128
|
+
private registerEvents;
|
129
|
+
private isSameElement;
|
130
|
+
}
|
131
|
+
export declare const getPopContainerId: (prefix?: string) => string;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare function scrollbarWidth(): number;
|
@@ -0,0 +1,119 @@
|
|
1
|
+
import { CSSProperties, VNodeChild } from 'vue';
|
2
|
+
import { VueTypeDef } from 'vue-types';
|
3
|
+
declare const propTypesNS: {
|
4
|
+
new (): {};
|
5
|
+
defaults: Partial<import("vue-types/dist/types").VueTypesDefaults>;
|
6
|
+
sensibleDefaults: boolean | Partial<import("vue-types/dist/types").VueTypesDefaults>;
|
7
|
+
config: import("vue-types/dist/types").VueTypesConfig;
|
8
|
+
readonly any: import("vue-types").VueTypeValidableDef<any>;
|
9
|
+
readonly func: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
10
|
+
default: (...args: any[]) => any;
|
11
|
+
};
|
12
|
+
readonly bool: import("vue-types").VueTypeValidableDef<boolean> & {
|
13
|
+
default: boolean;
|
14
|
+
};
|
15
|
+
readonly string: import("vue-types").VueTypeValidableDef<string> & {
|
16
|
+
default: string;
|
17
|
+
};
|
18
|
+
readonly number: import("vue-types").VueTypeValidableDef<number> & {
|
19
|
+
default: number;
|
20
|
+
};
|
21
|
+
readonly array: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
22
|
+
default: () => unknown[];
|
23
|
+
};
|
24
|
+
readonly object: import("vue-types").VueTypeValidableDef<{
|
25
|
+
[key: string]: any;
|
26
|
+
}> & {
|
27
|
+
default: () => {
|
28
|
+
[key: string]: any;
|
29
|
+
};
|
30
|
+
};
|
31
|
+
readonly integer: VueTypeDef<number> & {
|
32
|
+
default: number;
|
33
|
+
};
|
34
|
+
readonly symbol: VueTypeDef<symbol>;
|
35
|
+
readonly custom: typeof import("vue-types").custom;
|
36
|
+
readonly oneOf: typeof import("vue-types").oneOf;
|
37
|
+
readonly instanceOf: typeof import("vue-types").instanceOf;
|
38
|
+
readonly oneOfType: typeof import("vue-types").oneOfType;
|
39
|
+
readonly arrayOf: typeof import("vue-types").arrayOf;
|
40
|
+
readonly objectOf: typeof import("vue-types").objectOf;
|
41
|
+
readonly shape: typeof import("vue-types").shape;
|
42
|
+
extend<T_3 extends {
|
43
|
+
new (): {};
|
44
|
+
defaults: Partial<import("vue-types/dist/types").VueTypesDefaults>;
|
45
|
+
sensibleDefaults: boolean | Partial<import("vue-types/dist/types").VueTypesDefaults>;
|
46
|
+
config: import("vue-types/dist/types").VueTypesConfig;
|
47
|
+
readonly any: import("vue-types").VueTypeValidableDef<any>;
|
48
|
+
readonly func: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
49
|
+
default: (...args: any[]) => any;
|
50
|
+
};
|
51
|
+
readonly bool: import("vue-types").VueTypeValidableDef<boolean> & {
|
52
|
+
default: boolean;
|
53
|
+
};
|
54
|
+
readonly string: import("vue-types").VueTypeValidableDef<string> & {
|
55
|
+
default: string;
|
56
|
+
};
|
57
|
+
readonly number: import("vue-types").VueTypeValidableDef<number> & {
|
58
|
+
default: number;
|
59
|
+
};
|
60
|
+
readonly array: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
61
|
+
default: () => unknown[];
|
62
|
+
};
|
63
|
+
readonly object: import("vue-types").VueTypeValidableDef<{
|
64
|
+
[key: string]: any;
|
65
|
+
}> & {
|
66
|
+
default: () => {
|
67
|
+
[key: string]: any;
|
68
|
+
};
|
69
|
+
};
|
70
|
+
readonly integer: VueTypeDef<number> & {
|
71
|
+
default: number;
|
72
|
+
};
|
73
|
+
readonly symbol: VueTypeDef<symbol>;
|
74
|
+
readonly custom: typeof import("vue-types").custom;
|
75
|
+
readonly oneOf: typeof import("vue-types").oneOf;
|
76
|
+
readonly instanceOf: typeof import("vue-types").instanceOf;
|
77
|
+
readonly oneOfType: typeof import("vue-types").oneOfType;
|
78
|
+
readonly arrayOf: typeof import("vue-types").arrayOf;
|
79
|
+
readonly objectOf: typeof import("vue-types").objectOf;
|
80
|
+
readonly shape: typeof import("vue-types").shape;
|
81
|
+
extend<T extends unknown>(props: import("vue-types/dist/types").ExtendProps<any> | import("vue-types/dist/types").ExtendProps<any>[]): T;
|
82
|
+
utils: {
|
83
|
+
validate<T_1, U>(value: T_1, type: U): boolean;
|
84
|
+
toType<T_2 = unknown>(name: string, obj: import("vue-types/dist/types").PropOptions<T_2, T_2>, validable?: boolean): VueTypeDef<T_2> | import("vue-types").VueTypeValidableDef<T_2>;
|
85
|
+
};
|
86
|
+
}>(props: import("vue-types/dist/types").ExtendProps<any> | import("vue-types/dist/types").ExtendProps<any>[]): T_3;
|
87
|
+
utils: {
|
88
|
+
validate<T_1_1, U_1>(value: T_1_1, type: U_1): boolean;
|
89
|
+
toType<T_2_1 = unknown>(name: string, obj: import("vue-types/dist/types").PropOptions<T_2_1, T_2_1>, validable?: boolean): VueTypeDef<T_2_1> | import("vue-types").VueTypeValidableDef<T_2_1>;
|
90
|
+
};
|
91
|
+
};
|
92
|
+
export declare type VueNode = VNodeChild | JSX.Element;
|
93
|
+
export declare type ElementType<T extends ReadonlyArray<unknown>> = T extends ReadonlyArray<infer ElementType> ? ElementType : never;
|
94
|
+
export declare function stringEnum<T extends string>(o: Array<T>): {
|
95
|
+
[K in T]: K;
|
96
|
+
};
|
97
|
+
declare type UnionToIntersection<T> = (T extends any ? (v: T) => void : never) extends (v: infer V) => void ? V : never;
|
98
|
+
declare type LastOf<T> = UnionToIntersection<T extends any ? () => T : never> extends () => infer R ? R : never;
|
99
|
+
declare type Push<T extends any[], V> = [...T, V];
|
100
|
+
export declare type UnionToArrayType<T, L = LastOf<T>, N = [T] extends [never] ? true : false> = N extends true ? [] : Push<UnionToArrayType<Exclude<T, L>>, L>;
|
101
|
+
export declare enum Size {
|
102
|
+
Small = "small",
|
103
|
+
Large = "large"
|
104
|
+
}
|
105
|
+
export declare enum Placements {
|
106
|
+
Top = "top",
|
107
|
+
Left = "left",
|
108
|
+
Right = "right",
|
109
|
+
Bottom = "bottom"
|
110
|
+
}
|
111
|
+
export declare class PropTypes extends propTypesNS {
|
112
|
+
static size(sizes?: string[]): VueTypeDef<string>;
|
113
|
+
static theme(themes?: string[]): VueTypeDef<string>;
|
114
|
+
static placement(placements?: string[]): VueTypeDef<string>;
|
115
|
+
static commonType(types?: string[], name?: string): VueTypeDef<string>;
|
116
|
+
static style(): VueTypeDef<CSSProperties>;
|
117
|
+
static position(positions?: string[]): VueTypeDef<string>;
|
118
|
+
}
|
119
|
+
export {};
|
@@ -0,0 +1,93 @@
|
|
1
|
+
/**
|
2
|
+
* Tencent is pleased to support the open source community by making
|
3
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
4
|
+
*
|
5
|
+
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
|
6
|
+
*
|
7
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
8
|
+
*
|
9
|
+
* License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
|
10
|
+
*
|
11
|
+
* ---------------------------------------------------
|
12
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
13
|
+
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
14
|
+
* the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
15
|
+
* to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
16
|
+
*
|
17
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of
|
18
|
+
* the Software.
|
19
|
+
*
|
20
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
21
|
+
* THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
22
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
23
|
+
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
24
|
+
* IN THE SOFTWARE.
|
25
|
+
*/
|
26
|
+
/**
|
27
|
+
* 页面框架层级
|
28
|
+
*/
|
29
|
+
export declare enum BKLAYERTYPE {
|
30
|
+
/** 网站内容的背景、拓扑的画布等 */
|
31
|
+
BOTTOM = "bottom",
|
32
|
+
/** 页面呈现的各类内容 */
|
33
|
+
CONTENT = "content",
|
34
|
+
/** 顶部导航、侧边导航以及用户信息等 */
|
35
|
+
NAVI = "navi",
|
36
|
+
/** 页面需全屏操作的部分功能或编辑器的全屏模式 */
|
37
|
+
FULLSCREEN = "fullScreen",
|
38
|
+
/** 各类功能插件 */
|
39
|
+
PLUGINS = "plugins",
|
40
|
+
/** 各类弹窗或抽屉(非模态弹窗不考虑) */
|
41
|
+
MODAL = "modal",
|
42
|
+
/** 各类消息提示 */
|
43
|
+
MESSAGE = "message",
|
44
|
+
/** 各类popper提示 */
|
45
|
+
POPPER = "popper"
|
46
|
+
}
|
47
|
+
/** 定义不同分层默认值 */
|
48
|
+
export declare const BKLAYERD_INDEX_EFAULT_VALUE: {
|
49
|
+
bottom: number;
|
50
|
+
content: number;
|
51
|
+
navi: number;
|
52
|
+
fullScreen: number;
|
53
|
+
modal: number;
|
54
|
+
plugins: number;
|
55
|
+
message: number;
|
56
|
+
popper: number;
|
57
|
+
};
|
58
|
+
declare class BKZIndexManager {
|
59
|
+
storageLayerIndexValue: any;
|
60
|
+
constructor();
|
61
|
+
/**
|
62
|
+
*
|
63
|
+
* @param type
|
64
|
+
* @returns
|
65
|
+
*/
|
66
|
+
getNextIndex(type: BKLAYERTYPE): number;
|
67
|
+
/** 获取弹窗类型最新zIndex的值 */
|
68
|
+
getModalNextIndex(): number;
|
69
|
+
/** 获取Message类型最新zIndex的值 */
|
70
|
+
getMessageNextIndex(): number;
|
71
|
+
/** 获取全屏类型最新zIndex的值 */
|
72
|
+
getFullScreenNextIndex(): number;
|
73
|
+
/** 获取导航类型最新zIndex的值 */
|
74
|
+
getNaviNextIndex(): number;
|
75
|
+
/** 获取导航类型最新zIndex的值 */
|
76
|
+
getPopperIndex(): number;
|
77
|
+
/**
|
78
|
+
* 更新自定义默认zIndex配置
|
79
|
+
* @param config 配置项
|
80
|
+
*/
|
81
|
+
setDefaultZIndex(config: any): void;
|
82
|
+
/**
|
83
|
+
* 重置zIndex
|
84
|
+
* @param config 配置项
|
85
|
+
*/
|
86
|
+
resetZIndex(config: any): void;
|
87
|
+
/**
|
88
|
+
* 根据默认设置创建副本
|
89
|
+
*/
|
90
|
+
private copyDefaultValue;
|
91
|
+
}
|
92
|
+
export declare const bkZIndexManager: BKZIndexManager;
|
93
|
+
export {};
|