bkui-vue 0.0.1-beta.39 → 0.0.1-beta.41
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/lib/alert/alert.css +75 -0
- package/lib/alert/alert.d.ts +62 -0
- package/lib/alert/alert.js +1 -0
- package/lib/alert/alert.less +110 -0
- package/lib/alert/alert.variable.css +168 -0
- package/lib/alert/index.d.ts +180 -0
- package/lib/animate-number/animate-number.d.ts +27 -0
- package/lib/animate-number/animate-number.js +1 -0
- package/lib/animate-number/index.d.ts +97 -0
- package/lib/backtop/backtop.css +42 -0
- package/lib/backtop/backtop.d.ts +60 -0
- package/lib/backtop/backtop.js +1 -0
- package/lib/backtop/backtop.less +18 -0
- package/lib/backtop/backtop.variable.css +135 -0
- package/lib/backtop/index.d.ts +166 -0
- package/lib/badge/badge.css +121 -0
- package/lib/badge/badge.d.ts +91 -0
- package/lib/badge/badge.js +1 -0
- package/lib/badge/badge.less +137 -0
- package/lib/badge/badge.variable.css +214 -0
- package/lib/badge/index.d.ts +217 -0
- package/lib/breadcrumb/breadcrumb-item.d.ts +36 -0
- package/lib/breadcrumb/breadcrumb.css +68 -0
- package/lib/breadcrumb/breadcrumb.d.ts +54 -0
- package/lib/breadcrumb/breadcrumb.js +1 -0
- package/lib/breadcrumb/breadcrumb.less +65 -0
- package/lib/breadcrumb/breadcrumb.variable.css +161 -0
- package/lib/breadcrumb/index.d.ts +194 -0
- package/lib/breadcrumb/props.d.ts +4 -0
- package/lib/button/button-group.d.ts +6 -0
- package/lib/button/button.css +265 -0
- package/lib/button/button.d.ts +143 -0
- package/lib/button/button.js +1 -0
- package/lib/button/button.less +195 -0
- package/lib/button/button.variable.css +358 -0
- package/lib/button/index.d.ts +226 -0
- package/lib/card/card.css +63 -0
- package/lib/card/card.d.ts +69 -0
- package/lib/card/card.js +1 -0
- package/lib/card/card.less +44 -0
- package/lib/card/card.variable.css +156 -0
- package/lib/card/index.d.ts +187 -0
- package/lib/checkbox/checkbox-group.d.ts +48 -0
- package/lib/checkbox/checkbox.css +64 -0
- package/lib/checkbox/checkbox.d.ts +114 -0
- package/lib/checkbox/checkbox.js +1 -0
- package/lib/checkbox/checkbox.less +80 -0
- package/lib/checkbox/checkbox.variable.css +157 -0
- package/lib/checkbox/common.d.ts +13 -0
- package/lib/checkbox/index.d.ts +261 -0
- package/lib/checkbox/type.d.ts +19 -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.js +1 -0
- package/lib/code-diff/code-diff.less +238 -0
- package/lib/code-diff/code-diff.variable.css +279 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/collapse/collapse.css +30 -0
- package/lib/collapse/collapse.d.ts +106 -0
- package/lib/collapse/collapse.js +1 -0
- package/lib/collapse/collapse.less +37 -0
- package/lib/collapse/collapse.variable.css +30 -0
- package/lib/collapse/index.d.ts +166 -0
- package/lib/components.d.ts +41 -0
- package/lib/date-picker/date-picker.css +407 -0
- package/lib/date-picker/date-picker.d.ts +294 -0
- package/lib/date-picker/date-picker.js +1 -0
- package/lib/date-picker/date-picker.less +526 -0
- package/lib/date-picker/date-picker.variable.css +500 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +713 -0
- package/lib/date-picker/interface.d.ts +22 -0
- package/lib/date-picker/props.d.ts +111 -0
- package/lib/date-picker/utils.d.ts +97 -0
- package/lib/dialog/dialog.css +68 -0
- package/lib/dialog/dialog.d.ts +113 -0
- package/lib/dialog/dialog.js +1 -0
- package/lib/dialog/dialog.less +80 -0
- package/lib/dialog/dialog.variable.css +68 -0
- package/lib/dialog/index.d.ts +286 -0
- package/lib/directives/clickoutside.d.ts +3 -0
- package/lib/directives/directives.js +2 -0
- package/lib/directives/directives.js.LICENSE.txt +14 -0
- package/lib/directives/index.d.ts +3 -0
- package/lib/directives/mousewheel.d.ts +3 -0
- package/lib/directives/tooltips.d.ts +17 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +48 -0
- package/lib/divider/divider.js +1 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +131 -0
- package/lib/divider/index.d.ts +142 -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 +43 -0
- package/lib/dropdown/dropdown.d.ts +61 -0
- package/lib/dropdown/dropdown.js +1 -0
- package/lib/dropdown/dropdown.less +54 -0
- package/lib/dropdown/dropdown.variable.css +136 -0
- package/lib/dropdown/index.d.ts +192 -0
- package/lib/exception/exception.css +32 -0
- package/lib/exception/exception.d.ts +26 -0
- package/lib/exception/exception.js +1 -0
- package/lib/exception/exception.less +39 -0
- package/lib/exception/exception.variable.css +125 -0
- package/lib/exception/index.d.ts +96 -0
- package/lib/fixed-navbar/fixed-navbar.css +42 -0
- package/lib/fixed-navbar/fixed-navbar.d.ts +34 -0
- package/lib/fixed-navbar/fixed-navbar.js +1 -0
- package/lib/fixed-navbar/fixed-navbar.less +53 -0
- package/lib/fixed-navbar/fixed-navbar.variable.css +135 -0
- package/lib/fixed-navbar/index.d.ts +112 -0
- package/lib/form/common.d.ts +3 -0
- package/lib/form/form-item.d.ts +145 -0
- package/lib/form/form.css +48 -0
- package/lib/form/form.d.ts +64 -0
- package/lib/form/form.js +1 -0
- package/lib/form/form.less +63 -0
- package/lib/form/form.variable.css +48 -0
- package/lib/form/index.d.ts +246 -0
- package/lib/form/type.d.ts +21 -0
- package/lib/form/validator.d.ts +8 -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/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/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.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/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/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/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/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/icon.js +1 -0
- package/lib/icon/index.d.ts +53 -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/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/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/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/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 +4 -0
- package/lib/input/index.d.ts +443 -0
- package/lib/input/input.css +190 -0
- package/lib/input/input.d.ts +254 -0
- package/lib/input/input.js +1 -0
- package/lib/input/input.less +214 -0
- package/lib/input/input.variable.css +284 -0
- package/lib/link/index.d.ts +164 -0
- package/lib/link/link.css +55 -0
- package/lib/link/link.d.ts +58 -0
- package/lib/link/link.js +1 -0
- package/lib/link/link.less +74 -0
- package/lib/link/link.variable.css +148 -0
- package/lib/loading/index.d.ts +164 -0
- package/lib/loading/loading.css +261 -0
- package/lib/loading/loading.d.ts +94 -0
- package/lib/loading/loading.js +1 -0
- package/lib/loading/loading.less +197 -0
- package/lib/loading/loading.variable.css +354 -0
- package/lib/menu/index.d.ts +188 -0
- package/lib/menu/menu-group.d.ts +14 -0
- package/lib/menu/menu-item.d.ts +16 -0
- package/lib/menu/menu.css +182 -0
- package/lib/menu/menu.d.ts +64 -0
- package/lib/menu/menu.js +1 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +275 -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 +96 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/index.d.ts +2 -0
- package/lib/message/message.css +53 -0
- package/lib/message/message.js +1 -0
- package/lib/message/message.less +61 -0
- package/lib/message/message.variable.css +146 -0
- package/lib/message/messageConstructor.d.ts +73 -0
- package/lib/modal/index.d.ts +214 -0
- package/lib/modal/modal.css +11 -0
- package/lib/modal/modal.d.ts +65 -0
- package/lib/modal/modal.js +1 -0
- package/lib/modal/modal.less +12 -0
- package/lib/modal/modal.variable.css +11 -0
- package/lib/modal/props.mixin.d.ts +26 -0
- package/lib/navigation/index.d.ts +2 -0
- package/lib/navigation/navigation-title.d.ts +25 -0
- package/lib/navigation/navigation.css +184 -0
- package/lib/navigation/navigation.d.ts +111 -0
- package/lib/navigation/navigation.js +1 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +277 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/notify.css +49 -0
- package/lib/notify/notify.js +1 -0
- package/lib/notify/notify.less +58 -0
- package/lib/notify/notify.variable.css +142 -0
- package/lib/notify/notifyConstructor.d.ts +91 -0
- package/lib/pagination/index.d.ts +395 -0
- package/lib/pagination/pagination.css +179 -0
- package/lib/pagination/pagination.d.ts +220 -0
- package/lib/pagination/pagination.js +1 -0
- package/lib/pagination/pagination.less +201 -0
- package/lib/pagination/pagination.variable.css +272 -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 +287 -0
- package/lib/popover/popover.css +65 -0
- package/lib/popover/popover.d.ts +117 -0
- package/lib/popover/popover.js +1 -0
- package/lib/popover/popover.less +82 -0
- package/lib/popover/popover.variable.css +158 -0
- package/lib/popover/props.d.ts +77 -0
- package/lib/preset.d.ts +7 -0
- package/lib/process/index.d.ts +205 -0
- package/lib/process/process.css +138 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.js +1 -0
- package/lib/process/process.less +178 -0
- package/lib/process/process.variable.css +231 -0
- package/lib/progress/circle.d.ts +6 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/line.d.ts +6 -0
- package/lib/progress/progress.css +94 -0
- package/lib/progress/progress.d.ts +171 -0
- package/lib/progress/progress.js +1 -0
- package/lib/progress/progress.less +90 -0
- package/lib/progress/progress.variable.css +187 -0
- package/lib/radio/common.d.ts +13 -0
- package/lib/radio/index.d.ts +277 -0
- package/lib/radio/radio-button.d.ts +91 -0
- package/lib/radio/radio-group.d.ts +41 -0
- package/lib/radio/radio.css +138 -0
- package/lib/radio/radio.d.ts +87 -0
- package/lib/radio/radio.js +1 -0
- package/lib/radio/radio.less +173 -0
- package/lib/radio/radio.variable.css +231 -0
- package/lib/radio/type.d.ts +9 -0
- package/lib/rate/index.d.ts +113 -0
- package/lib/rate/rate.css +10 -0
- package/lib/rate/rate.d.ts +32 -0
- package/lib/rate/rate.js +1 -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/resize-layout.css +189 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.js +1 -0
- package/lib/resize-layout/resize-layout.less +233 -0
- package/lib/resize-layout/resize-layout.variable.css +282 -0
- package/lib/select/common.d.ts +33 -0
- package/lib/select/index.d.ts +1347 -0
- package/lib/select/option.d.ts +25 -0
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +325 -0
- package/lib/select/select.d.ts +395 -0
- package/lib/select/select.js +1 -0
- package/lib/select/select.less +324 -0
- package/lib/select/select.variable.css +418 -0
- package/lib/select/type.d.ts +31 -0
- package/lib/shared/helper.d.ts +92 -0
- package/lib/shared/index.d.ts +52 -0
- package/lib/shared/mask-manager.d.ts +76 -0
- package/lib/shared/pop-manager.d.ts +26 -0
- package/lib/shared/popover.d.ts +127 -0
- package/lib/shared/scrollbar-width.d.ts +1 -0
- package/lib/shared/shared.js +1 -0
- package/lib/shared/utils.d.ts +6 -0
- package/lib/shared/vue-types.d.ts +115 -0
- package/lib/shared/z-index-manager.d.ts +93 -0
- package/lib/sideslider/index.d.ts +206 -0
- package/lib/sideslider/sideslider.css +69 -0
- package/lib/sideslider/sideslider.d.ts +75 -0
- package/lib/sideslider/sideslider.js +1 -0
- package/lib/sideslider/sideslider.less +86 -0
- package/lib/sideslider/sideslider.variable.css +162 -0
- package/lib/slider/index.d.ts +27 -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.js +1 -0
- package/lib/slider/slider.less +179 -0
- package/lib/slider/slider.variable.css +242 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/steps.css +288 -0
- package/lib/steps/steps.d.ts +161 -0
- package/lib/steps/steps.js +1 -0
- package/lib/steps/steps.less +324 -0
- package/lib/steps/steps.variable.css +381 -0
- package/lib/styles/index.d.ts +47 -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/ellipsis.less +8 -0
- package/lib/styles/mixins/mixins.css +21 -0
- package/lib/styles/mixins/mixins.less +3 -0
- package/lib/styles/mixins/mixins.variable.css +21 -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 +13 -0
- 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 +126 -0
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.js +1 -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/switcher.css +272 -0
- package/lib/switcher/switcher.d.ts +113 -0
- package/lib/switcher/switcher.js +1 -0
- package/lib/switcher/switcher.less +358 -0
- package/lib/switcher/switcher.variable.css +365 -0
- package/lib/tab/index.d.ts +443 -0
- package/lib/tab/props.d.ts +191 -0
- package/lib/tab/tab-nav.d.ts +165 -0
- package/lib/tab/tab-panel.d.ts +73 -0
- package/lib/tab/tab.css +148 -0
- package/lib/tab/tab.d.ts +140 -0
- package/lib/tab/tab.js +1 -0
- package/lib/tab/tab.less +222 -0
- package/lib/tab/tab.variable.css +241 -0
- package/lib/table/const.d.ts +4 -0
- package/lib/table/index.d.ts +302 -0
- package/lib/table/props.d.ts +117 -0
- package/lib/table/render.d.ts +83 -0
- package/lib/table/table.css +91 -0
- package/lib/table/table.d.ts +119 -0
- package/lib/table/table.js +1 -0
- package/lib/table/table.less +115 -0
- package/lib/table/table.variable.css +184 -0
- package/lib/table/utils.d.ts +69 -0
- package/lib/tag/index.d.ts +229 -0
- package/lib/tag/tag.css +97 -0
- package/lib/tag/tag.d.ts +84 -0
- package/lib/tag/tag.js +1 -0
- package/lib/tag/tag.less +113 -0
- package/lib/tag/tag.variable.css +190 -0
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +2 -0
- package/lib/tag-input/list-tag-render.d.ts +47 -0
- package/lib/tag-input/tag-input.css +208 -0
- package/lib/tag-input/tag-input.d.ts +374 -0
- package/lib/tag-input/tag-input.js +1 -0
- package/lib/tag-input/tag-input.less +250 -0
- package/lib/tag-input/tag-input.variable.css +301 -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/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.js +1 -0
- package/lib/timeline/timeline.less +239 -0
- package/lib/timeline/timeline.variable.css +328 -0
- package/lib/transfer/index.d.ts +351 -0
- package/lib/transfer/transfer.css +158 -0
- package/lib/transfer/transfer.d.ts +185 -0
- package/lib/transfer/transfer.js +1 -0
- package/lib/transfer/transfer.less +171 -0
- package/lib/transfer/transfer.variable.css +251 -0
- package/lib/tree/index.d.ts +287 -0
- package/lib/tree/props.d.ts +89 -0
- package/lib/tree/tree.css +50 -0
- package/lib/tree/tree.d.ts +111 -0
- package/lib/tree/tree.js +1 -0
- package/lib/tree/tree.less +63 -0
- package/lib/tree/tree.variable.css +143 -0
- package/lib/tree/util.d.ts +70 -0
- package/lib/use-form.d.ts +3 -0
- package/lib/use-message.d.ts +2 -0
- package/lib/virtual-render/index.d.ts +556 -0
- package/lib/virtual-render/props.d.ts +157 -0
- package/lib/virtual-render/v-virtual-render.d.ts +7 -0
- package/lib/virtual-render/virtual-render.css +33 -0
- package/lib/virtual-render/virtual-render.d.ts +244 -0
- package/lib/virtual-render/virtual-render.js +1 -0
- package/lib/virtual-render/virtual-render.less +43 -0
- package/lib/virtual-render/virtual-render.variable.css +33 -0
- package/package.json +12 -11
@@ -0,0 +1,47 @@
|
|
1
|
+
import './reset.less';
|
2
|
+
import '../alert/alert.less';
|
3
|
+
import '../backtop/backtop.less';
|
4
|
+
import '../badge/badge.less';
|
5
|
+
import '../breadcrumb/breadcrumb.less';
|
6
|
+
import '../button/button.less';
|
7
|
+
import '../card/card.less';
|
8
|
+
import '../checkbox/checkbox.less';
|
9
|
+
import '../collapse/collapse.less';
|
10
|
+
import '../dialog/dialog.less';
|
11
|
+
import '../exception/exception.less';
|
12
|
+
import '../fixed-navbar/fixed-navbar.less';
|
13
|
+
import '../input/input.less';
|
14
|
+
import '../link/link.less';
|
15
|
+
import '../dropdown/dropdown.less';
|
16
|
+
import '../loading/loading.less';
|
17
|
+
import '../modal/modal.less';
|
18
|
+
import '../popover/popover.less';
|
19
|
+
import '../progress/progress.less';
|
20
|
+
import '../radio/radio.less';
|
21
|
+
import '../rate/rate.less';
|
22
|
+
import '../rate/star.less';
|
23
|
+
import '../swiper/swiper.less';
|
24
|
+
import '../select/select.less';
|
25
|
+
import '../sideslider/sideslider.less';
|
26
|
+
import '../switcher/switcher.less';
|
27
|
+
import '../table/table.less';
|
28
|
+
import '../tag/tag.less';
|
29
|
+
import '../form/form.less';
|
30
|
+
import '../steps/steps.less';
|
31
|
+
import '../message/message.less';
|
32
|
+
import '../notify/notify.less';
|
33
|
+
import '../tree/tree.less';
|
34
|
+
import '../slider/slider.less';
|
35
|
+
import '../menu/menu.less';
|
36
|
+
import '../navigation/navigation.less';
|
37
|
+
import '../date-picker/date-picker.less';
|
38
|
+
import '../divider/divider.less';
|
39
|
+
import '../tab/tab.less';
|
40
|
+
import '../process/process.less';
|
41
|
+
import '../virtual-render/virtual-render.less';
|
42
|
+
import '../transfer/transfer.less';
|
43
|
+
import '../pagination/pagination.less';
|
44
|
+
import '../timeline/timeline.less';
|
45
|
+
import '../code-diff/code-diff.less';
|
46
|
+
import '../resize-layout/resize-layout.less';
|
47
|
+
import '../tag-input/tag-input.less';
|
@@ -0,0 +1,21 @@
|
|
1
|
+
@keyframes loading-scale-animate {
|
2
|
+
0% {
|
3
|
+
transform: scale(1);
|
4
|
+
}
|
5
|
+
100% {
|
6
|
+
transform: scale(0.6);
|
7
|
+
}
|
8
|
+
}
|
9
|
+
@keyframes fade {
|
10
|
+
100% {
|
11
|
+
background-color: transparent;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
.bk-fade-transtion .bk-fade-enter-active,
|
15
|
+
.bk-fade-transtion .bk-fade-leave-active {
|
16
|
+
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
17
|
+
}
|
18
|
+
.bk-fade-transtion .bk-fade-enter,
|
19
|
+
.bk-fade-transtion .bk-fade-leave-to {
|
20
|
+
opacity: 0;
|
21
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
@keyframes loading-scale-animate {
|
2
|
+
0% {
|
3
|
+
transform: scale(1);
|
4
|
+
}
|
5
|
+
|
6
|
+
100% {
|
7
|
+
transform: scale(.6);
|
8
|
+
}
|
9
|
+
}
|
10
|
+
|
11
|
+
@keyframes fade {
|
12
|
+
100% {
|
13
|
+
background-color: transparent;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
.bk-fade-transtion {
|
18
|
+
.bk-fade-enter-active,
|
19
|
+
.bk-fade-leave-active {
|
20
|
+
transition: all .3s cubic-bezier(.55, 0, .1, 1);
|
21
|
+
}
|
22
|
+
|
23
|
+
.bk-fade-enter,
|
24
|
+
.bk-fade-leave-to {
|
25
|
+
opacity: 0;
|
26
|
+
}
|
27
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
@keyframes loading-scale-animate {
|
2
|
+
0% {
|
3
|
+
transform: scale(1);
|
4
|
+
}
|
5
|
+
100% {
|
6
|
+
transform: scale(0.6);
|
7
|
+
}
|
8
|
+
}
|
9
|
+
@keyframes fade {
|
10
|
+
100% {
|
11
|
+
background-color: transparent;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
.bk-fade-transtion .bk-fade-enter-active,
|
15
|
+
.bk-fade-transtion .bk-fade-leave-active {
|
16
|
+
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
17
|
+
}
|
18
|
+
.bk-fade-transtion .bk-fade-enter,
|
19
|
+
.bk-fade-transtion .bk-fade-leave-to {
|
20
|
+
opacity: 0;
|
21
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
@keyframes loading-scale-animate {
|
2
|
+
0% {
|
3
|
+
transform: scale(1);
|
4
|
+
}
|
5
|
+
100% {
|
6
|
+
transform: scale(0.6);
|
7
|
+
}
|
8
|
+
}
|
9
|
+
@keyframes fade {
|
10
|
+
100% {
|
11
|
+
background-color: transparent;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
.bk-fade-transtion .bk-fade-enter-active,
|
15
|
+
.bk-fade-transtion .bk-fade-leave-active {
|
16
|
+
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
17
|
+
}
|
18
|
+
.bk-fade-transtion .bk-fade-enter,
|
19
|
+
.bk-fade-transtion .bk-fade-leave-to {
|
20
|
+
opacity: 0;
|
21
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
@keyframes loading-scale-animate {
|
2
|
+
0% {
|
3
|
+
transform: scale(1);
|
4
|
+
}
|
5
|
+
100% {
|
6
|
+
transform: scale(0.6);
|
7
|
+
}
|
8
|
+
}
|
9
|
+
@keyframes fade {
|
10
|
+
100% {
|
11
|
+
background-color: transparent;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
.bk-fade-transtion .bk-fade-enter-active,
|
15
|
+
.bk-fade-transtion .bk-fade-leave-active {
|
16
|
+
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
17
|
+
}
|
18
|
+
.bk-fade-transtion .bk-fade-enter,
|
19
|
+
.bk-fade-transtion .bk-fade-leave-to {
|
20
|
+
opacity: 0;
|
21
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
.bk-popper {
|
2
|
+
display: none;
|
3
|
+
padding: 7px 14px;
|
4
|
+
font-size: 12px;
|
5
|
+
color: #fff;
|
6
|
+
background: #333;
|
7
|
+
border-radius: 4px;
|
8
|
+
}
|
9
|
+
.bk-popper.light {
|
10
|
+
color: #63656e;
|
11
|
+
background: #fff;
|
12
|
+
box-shadow: #dcdee5 0px 0px 6px 0px;
|
13
|
+
}
|
14
|
+
.bk-popper .bk-popper-arrow,
|
15
|
+
.bk-popper .bk-popper-arrow::before {
|
16
|
+
position: absolute;
|
17
|
+
width: 8px;
|
18
|
+
height: 8px;
|
19
|
+
background: inherit;
|
20
|
+
}
|
21
|
+
.bk-popper .bk-popper-arrow {
|
22
|
+
visibility: hidden;
|
23
|
+
}
|
24
|
+
.bk-popper .bk-popper-arrow::before {
|
25
|
+
content: '';
|
26
|
+
visibility: visible;
|
27
|
+
transform: rotate(45deg);
|
28
|
+
}
|
29
|
+
.bk-popper[data-show] {
|
30
|
+
display: block;
|
31
|
+
}
|
32
|
+
.bk-popper[data-popper-placement^='top'] > .bk-popper-arrow {
|
33
|
+
bottom: -4px;
|
34
|
+
}
|
35
|
+
.bk-popper[data-popper-placement^='bottom'] > .bk-popper-arrow {
|
36
|
+
top: -4px;
|
37
|
+
}
|
38
|
+
.bk-popper[data-popper-placement^='left'] > .bk-popper-arrow {
|
39
|
+
right: -4px;
|
40
|
+
}
|
41
|
+
.bk-popper[data-popper-placement^='right'] > .bk-popper-arrow {
|
42
|
+
left: -4px;
|
43
|
+
}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
.bk-popper {
|
2
|
+
display: none;
|
3
|
+
padding: 7px 14px;
|
4
|
+
font-size: 12px;
|
5
|
+
color: #fff;
|
6
|
+
background: #333;
|
7
|
+
border-radius: 4px;
|
8
|
+
|
9
|
+
&.light {
|
10
|
+
color: #63656e;
|
11
|
+
background: #fff;
|
12
|
+
box-shadow: rgb(220, 222, 229) 0px 0px 6px 0px;
|
13
|
+
}
|
14
|
+
|
15
|
+
.bk-popper-arrow,
|
16
|
+
.bk-popper-arrow::before {
|
17
|
+
position: absolute;
|
18
|
+
width: 8px;
|
19
|
+
height: 8px;
|
20
|
+
background: inherit;
|
21
|
+
}
|
22
|
+
|
23
|
+
.bk-popper-arrow {
|
24
|
+
visibility: hidden;
|
25
|
+
}
|
26
|
+
|
27
|
+
.bk-popper-arrow::before {
|
28
|
+
content: '';
|
29
|
+
visibility: visible;
|
30
|
+
transform: rotate(45deg);
|
31
|
+
}
|
32
|
+
|
33
|
+
&[data-show] {
|
34
|
+
display: block;
|
35
|
+
}
|
36
|
+
}
|
37
|
+
|
38
|
+
.bk-popper[data-popper-placement^='top'] > .bk-popper-arrow {
|
39
|
+
bottom: -4px;
|
40
|
+
}
|
41
|
+
|
42
|
+
.bk-popper[data-popper-placement^='bottom'] > .bk-popper-arrow {
|
43
|
+
top: -4px;
|
44
|
+
}
|
45
|
+
|
46
|
+
.bk-popper[data-popper-placement^='left'] > .bk-popper-arrow {
|
47
|
+
right: -4px;
|
48
|
+
}
|
49
|
+
|
50
|
+
.bk-popper[data-popper-placement^='right'] > .bk-popper-arrow {
|
51
|
+
left: -4px;
|
52
|
+
}
|
@@ -0,0 +1,43 @@
|
|
1
|
+
.bk-popper {
|
2
|
+
display: none;
|
3
|
+
padding: 7px 14px;
|
4
|
+
font-size: 12px;
|
5
|
+
color: #fff;
|
6
|
+
background: #333;
|
7
|
+
border-radius: 4px;
|
8
|
+
}
|
9
|
+
.bk-popper.light {
|
10
|
+
color: #63656e;
|
11
|
+
background: #fff;
|
12
|
+
box-shadow: #dcdee5 0px 0px 6px 0px;
|
13
|
+
}
|
14
|
+
.bk-popper .bk-popper-arrow,
|
15
|
+
.bk-popper .bk-popper-arrow::before {
|
16
|
+
position: absolute;
|
17
|
+
width: 8px;
|
18
|
+
height: 8px;
|
19
|
+
background: inherit;
|
20
|
+
}
|
21
|
+
.bk-popper .bk-popper-arrow {
|
22
|
+
visibility: hidden;
|
23
|
+
}
|
24
|
+
.bk-popper .bk-popper-arrow::before {
|
25
|
+
content: '';
|
26
|
+
visibility: visible;
|
27
|
+
transform: rotate(45deg);
|
28
|
+
}
|
29
|
+
.bk-popper[data-show] {
|
30
|
+
display: block;
|
31
|
+
}
|
32
|
+
.bk-popper[data-popper-placement^='top'] > .bk-popper-arrow {
|
33
|
+
bottom: -4px;
|
34
|
+
}
|
35
|
+
.bk-popper[data-popper-placement^='bottom'] > .bk-popper-arrow {
|
36
|
+
top: -4px;
|
37
|
+
}
|
38
|
+
.bk-popper[data-popper-placement^='left'] > .bk-popper-arrow {
|
39
|
+
right: -4px;
|
40
|
+
}
|
41
|
+
.bk-popper[data-popper-placement^='right'] > .bk-popper-arrow {
|
42
|
+
left: -4px;
|
43
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
.component-size(@height, @fontSize) {
|
2
|
+
height: @height;
|
3
|
+
font-size: @fontSize;
|
4
|
+
}
|
5
|
+
|
6
|
+
.icon-size(@size: 16px, @fontSize: 16px) {
|
7
|
+
display: flex;
|
8
|
+
width: @size;
|
9
|
+
height: @size;
|
10
|
+
font-size: @fontSize;
|
11
|
+
align-items: center;
|
12
|
+
justify-content: center;
|
13
|
+
}
|
@@ -0,0 +1,273 @@
|
|
1
|
+
html,
|
2
|
+
body {
|
3
|
+
padding: 0;
|
4
|
+
margin: 0;
|
5
|
+
}
|
6
|
+
* {
|
7
|
+
box-sizing: border-box;
|
8
|
+
}
|
9
|
+
/**
|
10
|
+
* HTML5 display definitions
|
11
|
+
* ==========================================================================
|
12
|
+
*
|
13
|
+
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
14
|
+
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
|
15
|
+
* Correct `block` display not defined for `main` in IE 11.
|
16
|
+
*/
|
17
|
+
article,
|
18
|
+
aside,
|
19
|
+
details,
|
20
|
+
figcaption,
|
21
|
+
figure,
|
22
|
+
footer,
|
23
|
+
header,
|
24
|
+
hgroup,
|
25
|
+
main,
|
26
|
+
menu,
|
27
|
+
nav,
|
28
|
+
section,
|
29
|
+
summary {
|
30
|
+
display: block;
|
31
|
+
}
|
32
|
+
/**
|
33
|
+
* 1. Correct `inline-block` display not defined in IE 8/9.
|
34
|
+
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
35
|
+
*/
|
36
|
+
audio,
|
37
|
+
canvas,
|
38
|
+
progress,
|
39
|
+
video {
|
40
|
+
/* 1 */
|
41
|
+
display: inline-block;
|
42
|
+
/* 2 */
|
43
|
+
vertical-align: baseline;
|
44
|
+
}
|
45
|
+
/**
|
46
|
+
* Prevent modern browsers from displaying `audio` without controls.
|
47
|
+
* Remove excess height in iOS 5 devices.
|
48
|
+
*/
|
49
|
+
audio:not([controls]) {
|
50
|
+
display: none;
|
51
|
+
height: 0;
|
52
|
+
}
|
53
|
+
/**
|
54
|
+
* Address `[hidden]` styling not present in IE 8/9/10.
|
55
|
+
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
|
56
|
+
*/
|
57
|
+
[hidden],
|
58
|
+
template {
|
59
|
+
display: none;
|
60
|
+
}
|
61
|
+
/**
|
62
|
+
* Links
|
63
|
+
* ==========================================================================
|
64
|
+
*
|
65
|
+
* Remove the gray background color from active links in IE 10.
|
66
|
+
*/
|
67
|
+
a {
|
68
|
+
background-color: transparent;
|
69
|
+
}
|
70
|
+
/**
|
71
|
+
* Improve readability of focused elements when they are also in an
|
72
|
+
* active/hover state.
|
73
|
+
*/
|
74
|
+
a:active,
|
75
|
+
a:hover {
|
76
|
+
outline: 0;
|
77
|
+
}
|
78
|
+
/**
|
79
|
+
* Text-level semantics
|
80
|
+
* ==========================================================================
|
81
|
+
*
|
82
|
+
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
83
|
+
*/
|
84
|
+
abbr[title] {
|
85
|
+
border-bottom: 1px dotted;
|
86
|
+
}
|
87
|
+
/**
|
88
|
+
* Embedded content
|
89
|
+
* ==========================================================================
|
90
|
+
*
|
91
|
+
* Remove border when inside `a` element in IE 8/9/10.
|
92
|
+
*/
|
93
|
+
img {
|
94
|
+
border: 0;
|
95
|
+
}
|
96
|
+
/**
|
97
|
+
* Correct overflow not hidden in IE 9/10/11.
|
98
|
+
*/
|
99
|
+
svg:not(:root) {
|
100
|
+
overflow: hidden;
|
101
|
+
}
|
102
|
+
/**
|
103
|
+
* Grouping content
|
104
|
+
* ==========================================================================
|
105
|
+
*
|
106
|
+
* Address margin not present in IE 8/9 and Safari.
|
107
|
+
*/
|
108
|
+
figure {
|
109
|
+
margin: 1em 40px;
|
110
|
+
}
|
111
|
+
/**
|
112
|
+
* Address differences between Firefox and other browsers.
|
113
|
+
*/
|
114
|
+
hr {
|
115
|
+
height: 0;
|
116
|
+
box-sizing: content-box;
|
117
|
+
}
|
118
|
+
/**
|
119
|
+
* Address odd `em`-unit font size rendering in all browsers.
|
120
|
+
*
|
121
|
+
* Forms
|
122
|
+
* ==========================================================================
|
123
|
+
*
|
124
|
+
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
125
|
+
* styling of `select`, unless a `border` property is set.
|
126
|
+
*
|
127
|
+
* 1. Correct color not being inherited.
|
128
|
+
* Known issue: affects color of disabled elements.
|
129
|
+
* 2. Correct font properties not being inherited.
|
130
|
+
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
131
|
+
*/
|
132
|
+
button,
|
133
|
+
input,
|
134
|
+
optgroup,
|
135
|
+
select,
|
136
|
+
textarea {
|
137
|
+
/* 3 */
|
138
|
+
margin: 0;
|
139
|
+
/* 2 */
|
140
|
+
font: inherit;
|
141
|
+
/* 1 */
|
142
|
+
color: inherit;
|
143
|
+
}
|
144
|
+
/**
|
145
|
+
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
146
|
+
*/
|
147
|
+
button {
|
148
|
+
overflow: visible;
|
149
|
+
}
|
150
|
+
/**
|
151
|
+
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
152
|
+
* All other form control elements do not inherit `text-transform` values.
|
153
|
+
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
154
|
+
* Correct `select` style inheritance in Firefox.
|
155
|
+
*/
|
156
|
+
button,
|
157
|
+
select {
|
158
|
+
text-transform: none;
|
159
|
+
}
|
160
|
+
/**
|
161
|
+
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
|
162
|
+
* 2. Correct inability to style clickable `input` types in iOS.
|
163
|
+
* 3. Improve usability and consistency of cursor style between image-type `input` and others.
|
164
|
+
*/
|
165
|
+
button,
|
166
|
+
html input[type='button'],
|
167
|
+
input[type='reset'],
|
168
|
+
input[type='submit'] {
|
169
|
+
/* 3 */
|
170
|
+
cursor: pointer;
|
171
|
+
/* 2 */
|
172
|
+
appearance: button;
|
173
|
+
}
|
174
|
+
/* Re-set default cursor for disabled elements. */
|
175
|
+
button[disabled],
|
176
|
+
html input[disabled] {
|
177
|
+
cursor: default;
|
178
|
+
}
|
179
|
+
/* Remove inner padding and border in Firefox 4+. */
|
180
|
+
button::-moz-focus-inner,
|
181
|
+
input::-moz-focus-inner {
|
182
|
+
padding: 0;
|
183
|
+
border: 0;
|
184
|
+
}
|
185
|
+
/**
|
186
|
+
* Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet.
|
187
|
+
*/
|
188
|
+
input {
|
189
|
+
line-height: normal;
|
190
|
+
}
|
191
|
+
/**
|
192
|
+
* It's recommended that you don't attempt to style these elements.
|
193
|
+
* Firefox's implementation doesn't respect box-sizing, padding, or width.
|
194
|
+
*
|
195
|
+
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
196
|
+
* 2. Remove excess padding in IE 8/9/10.
|
197
|
+
*/
|
198
|
+
input[type='checkbox'],
|
199
|
+
input[type='radio'] {
|
200
|
+
/* 2 */
|
201
|
+
padding: 0;
|
202
|
+
/* 1 */
|
203
|
+
box-sizing: border-box;
|
204
|
+
}
|
205
|
+
/**
|
206
|
+
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
207
|
+
* `font-size` values of the `input`, it causes the cursor style of the
|
208
|
+
* decrement button to change from `default` to `text`.
|
209
|
+
*/
|
210
|
+
input[type='number']::-webkit-inner-spin-button,
|
211
|
+
input[type='number']::-webkit-outer-spin-button {
|
212
|
+
height: auto;
|
213
|
+
}
|
214
|
+
::-ms-clear,
|
215
|
+
::-ms-reveal {
|
216
|
+
display: none;
|
217
|
+
}
|
218
|
+
input[type='text']::-ms-clear {
|
219
|
+
display: none;
|
220
|
+
}
|
221
|
+
input[type='text']::-ms-reveal {
|
222
|
+
display: none;
|
223
|
+
}
|
224
|
+
/**
|
225
|
+
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
226
|
+
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
|
227
|
+
*/
|
228
|
+
input[type='search'] {
|
229
|
+
/* 2 */
|
230
|
+
box-sizing: content-box;
|
231
|
+
/* 1 */
|
232
|
+
appearance: textfield;
|
233
|
+
}
|
234
|
+
/**
|
235
|
+
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
236
|
+
* Safari (but not Chrome) clips the cancel button when the search input has
|
237
|
+
* padding (and `textfield` appearance).
|
238
|
+
*/
|
239
|
+
input[type='search']::-webkit-search-cancel-button,
|
240
|
+
input[type='search']::-webkit-search-decoration {
|
241
|
+
appearance: none;
|
242
|
+
}
|
243
|
+
/**
|
244
|
+
* Define consistent border, margin, and padding.
|
245
|
+
*/
|
246
|
+
fieldset {
|
247
|
+
padding: 0.35em 0.625em 0.75em;
|
248
|
+
margin: 0 2px;
|
249
|
+
border: 1px solid #c0c0c0;
|
250
|
+
}
|
251
|
+
/**
|
252
|
+
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
253
|
+
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
254
|
+
*/
|
255
|
+
legend {
|
256
|
+
/* 2 */
|
257
|
+
padding: 0;
|
258
|
+
/* 1 */
|
259
|
+
border: 0;
|
260
|
+
}
|
261
|
+
/**
|
262
|
+
* Remove default vertical scrollbar in IE 8/9/10/11.
|
263
|
+
*/
|
264
|
+
textarea {
|
265
|
+
overflow: auto;
|
266
|
+
}
|
267
|
+
/**
|
268
|
+
* Don't inherit the `font-weight` (applied by a rule above).
|
269
|
+
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
270
|
+
*/
|
271
|
+
optgroup {
|
272
|
+
font-weight: bold;
|
273
|
+
}
|