vft 0.0.70 → 0.0.71
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/attributes.json +1 -1
- package/dist/index.css +1 -1
- package/es/components/alert/alert.vue2.js +22 -24
- package/es/components/avatar/avatar.vue2.js +14 -16
- package/es/components/back-top/back-top.vue2.js +3 -9
- package/es/components/button/button-custom.js +2 -4
- package/es/components/button/button-group.vue2.js +6 -8
- package/es/components/button/button.vue2.js +14 -16
- package/es/components/checkbox/checkbox-button.vue2.js +27 -29
- package/es/components/checkbox/checkbox-group.vue2.js +5 -7
- package/es/components/checkbox/checkbox.vue2.js +30 -32
- package/es/components/clamp/clamp.vue2.js +10 -12
- package/es/components/clamp-toggle/clamp-toggle.vue2.js +8 -10
- package/es/components/collapse-transition/src/collapse-transition.vue2.js +5 -7
- package/es/components/color-picker/color-picker.vue2.js +2 -4
- package/es/components/color-picker/components/hue-slider.vue2.js +2 -4
- package/es/components/color-picker/components/predefine.vue2.js +7 -9
- package/es/components/color-picker/components/sv-panel.vue2.js +15 -17
- package/es/components/color-picker/composables/use-alpha-slider.js +4 -6
- package/es/components/color-picker/utils/color.js +51 -41
- package/es/components/config-provider/config-provider.vue2.js +11 -13
- package/es/components/config-provider/hooks/use-global-config.js +7 -9
- package/es/components/context-menu/context-menu.vue2.js +15 -20
- package/es/components/date-time-select/date-time-select.vue2.js +89 -111
- package/es/components/descriptions/description-item.vue2.js +6 -8
- package/es/components/descriptions/description.vue2.js +23 -25
- package/es/components/descriptions/descriptions-cell.js +11 -13
- package/es/components/descriptions/descriptions-row.vue2.js +13 -15
- package/es/components/dialog/dialog-content.vue2.js +9 -11
- package/es/components/dialog/dialog.vue2.js +2 -3
- package/es/components/dialog/hooks/use-dialog.js +2 -3
- package/es/components/divider/divider.vue2.js +7 -9
- package/es/components/dropdown/dropdown-item-impl.vue2.js +2 -4
- package/es/components/dropdown/dropdown-menu.vue2.js +2 -4
- package/es/components/dropdown/dropdown.vue2.js +2 -4
- package/es/components/dropdown/useDropdown.js +13 -15
- package/es/components/empty/empty.vue2.js +9 -11
- package/es/components/footer-layout/footer-layout.vue2.js +13 -15
- package/es/components/form/form-item.vue2.js +2 -4
- package/es/components/form/form-label-wrap.js +13 -15
- package/es/components/form/form.vue2.js +8 -10
- package/es/components/form/hooks/use-form-common-props.js +3 -5
- package/es/components/form/hooks/use-form-item.js +14 -16
- package/es/components/full-screen/full-screen.vue2.js +5 -7
- package/es/components/header-layout/header-layout.vue2.js +5 -7
- package/es/components/icon/icon.vue2.js +13 -15
- package/es/components/icon-text/icon-text.vue2.js +2 -4
- package/es/components/iframe-layout/iframe-layout.vue2.js +6 -8
- package/es/components/iframe-layout/iframe-page.vue2.js +11 -13
- package/es/components/image/image.vue2.js +10 -12
- package/es/components/image-viewer/image-viewer.vue2.js +2 -4
- package/es/components/input/input.vue2.js +50 -57
- package/es/components/link/link.vue2.js +6 -8
- package/es/components/list-cell/list-cell.vue2.js +18 -20
- package/es/components/loading/loading.js +6 -8
- package/es/components/loading/service.js +2 -4
- package/es/components/logo/logo.vue2.js +11 -13
- package/es/components/md-code-demo/md-code-demo.js +2 -4
- package/es/components/md-comment/md-comment.vue2.js +8 -10
- package/es/components/md-container/md-container.vue2.js +21 -24
- package/es/components/md-tabs/md-tabs.js +0 -1
- package/es/components/md-vue-playground/md-vue-playground.vue2.js +10 -12
- package/es/components/menu/menu-collapse-transition.vue2.js +2 -4
- package/es/components/menu/menu-item-group.vue2.js +13 -15
- package/es/components/menu/menu-item.vue2.js +33 -39
- package/es/components/menu/menu.vue2.js +2 -4
- package/es/components/menu/sub-menu.vue2.js +5 -11
- package/es/components/menu/use-menu-css-var.js +2 -4
- package/es/components/menu/utils/menu-item.js +19 -15
- package/es/components/menu/utils/submenu.js +25 -20
- package/es/components/multiple-tabs/index.js +15 -9
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +8 -9
- package/es/components/overlay/overlay.vue2.js +15 -17
- package/es/components/page-wrapper/page-wrapper.vue2.js +8 -10
- package/es/components/pagination/components/jumper.vue2.js +14 -16
- package/es/components/pagination/components/pager.vue2.js +2 -4
- package/es/components/pagination/components/sizes.vue2.js +2 -4
- package/es/components/pagination/components/total.vue2.js +4 -6
- package/es/components/pagination/pagination.vue2.js +7 -9
- package/es/components/popover/popover.vue2.js +2 -4
- package/es/components/popper/arrow.vue2.js +2 -4
- package/es/components/popper/composables/use-content-dom.js +7 -9
- package/es/components/popper/composables/use-content.js +2 -4
- package/es/components/popper/trigger.vue2.js +2 -4
- package/es/components/qrcode/qrcode.vue2.js +8 -10
- package/es/components/radio/radio-button.vue2.js +12 -14
- package/es/components/radio/radio-group.vue2.js +11 -13
- package/es/components/radio/radio.vue2.js +7 -9
- package/es/components/result/result.vue2.js +3 -9
- package/es/components/router-view-content/router-view-content.vue2.js +6 -8
- package/es/components/roving-focus-group/roving-focus-item.vue2.js +10 -12
- package/es/components/scrollbar/index.js +9 -11
- package/es/components/scrollbar/scrollbar.vue2.js +12 -14
- package/es/components/scrollbar/thumb.vue2.js +2 -4
- package/es/components/search/search.vue2.js +118 -153
- package/es/components/select-v2/group-item.vue2.js +2 -4
- package/es/components/select-v2/option-item.vue2.js +6 -8
- package/es/components/select-v2/select-dropdown.js +2 -4
- package/es/components/select-v2/useInput.js +5 -6
- package/es/components/select-v2/useSelect.js +19 -21
- package/es/components/select-v2/util.js +1 -1
- package/es/components/side-menu/side-menu.vue2.js +35 -38
- package/es/components/slot/only-child.js +11 -13
- package/es/components/switch/switch.vue2.js +8 -10
- package/es/components/table/table.vue2.js +13 -15
- package/es/components/tabs/tab-bar.vue2.js +2 -4
- package/es/components/tabs/tab-nav.vue2.js +43 -49
- package/es/components/tabs/tab-pane.vue2.js +10 -12
- package/es/components/tabs/tabs.vue2.js +38 -40
- package/es/components/tag/tag.vue2.js +7 -9
- package/es/components/tooltip/content.vue2.js +16 -18
- package/es/components/tooltip/tooltip.vue2.js +20 -22
- package/es/components/tooltip/trigger.vue2.js +8 -10
- package/es/components/tooltip/utils.js +4 -6
- package/es/components/verify-code/verify-code.vue2.js +5 -7
- package/es/components/virtual-list/builders/build-grid.js +2 -4
- package/es/components/virtual-list/builders/build-list.js +34 -36
- package/es/components/virtual-list/components/dynamic-size-grid.js +47 -48
- package/es/components/virtual-list/components/scrollbar.js +10 -12
- package/es/hooks/use-lockscreen/index.js +16 -17
- package/es/hooks/use-namespace/index.js +22 -22
- package/es/hooks/use-same-target/index.js +5 -5
- package/es/package.json.js +1 -1
- package/global.d.ts +1 -1
- package/lib/components/alert/alert.vue2.cjs +1 -1
- package/lib/components/avatar/avatar.vue2.cjs +1 -1
- package/lib/components/back-top/back-top.vue2.cjs +1 -1
- package/lib/components/button/button-custom.cjs +1 -1
- package/lib/components/button/button-group.vue2.cjs +1 -1
- package/lib/components/button/button.vue2.cjs +1 -1
- package/lib/components/checkbox/checkbox-button.vue2.cjs +1 -1
- package/lib/components/checkbox/checkbox-group.vue2.cjs +1 -1
- package/lib/components/checkbox/checkbox.vue2.cjs +1 -1
- package/lib/components/clamp/clamp.vue2.cjs +1 -1
- package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
- package/lib/components/collapse-transition/src/collapse-transition.vue2.cjs +1 -1
- package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
- package/lib/components/color-picker/components/hue-slider.vue2.cjs +1 -1
- package/lib/components/color-picker/components/predefine.vue2.cjs +1 -1
- package/lib/components/color-picker/components/sv-panel.vue2.cjs +1 -1
- package/lib/components/color-picker/composables/use-alpha-slider.cjs +1 -1
- package/lib/components/color-picker/utils/color.cjs +1 -1
- package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
- package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
- package/lib/components/descriptions/description-item.vue2.cjs +1 -1
- package/lib/components/descriptions/description.vue2.cjs +1 -1
- package/lib/components/descriptions/descriptions-cell.cjs +1 -1
- package/lib/components/descriptions/descriptions-row.vue2.cjs +1 -1
- package/lib/components/dialog/dialog-content.vue2.cjs +1 -1
- package/lib/components/dialog/dialog.vue2.cjs +1 -1
- package/lib/components/dialog/hooks/use-dialog.cjs +1 -1
- package/lib/components/divider/divider.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown-item-impl.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown-menu.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
- package/lib/components/dropdown/useDropdown.cjs +1 -1
- package/lib/components/empty/empty.vue2.cjs +1 -1
- package/lib/components/footer-layout/footer-layout.vue2.cjs +1 -1
- package/lib/components/form/form-item.vue2.cjs +1 -1
- package/lib/components/form/form-label-wrap.cjs +1 -1
- package/lib/components/form/form.vue2.cjs +1 -1
- package/lib/components/form/hooks/use-form-common-props.cjs +1 -1
- package/lib/components/form/hooks/use-form-item.cjs +1 -1
- package/lib/components/full-screen/full-screen.vue2.cjs +1 -1
- package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
- package/lib/components/icon/icon.vue2.cjs +1 -1
- package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
- package/lib/components/iframe-layout/iframe-layout.vue2.cjs +1 -1
- package/lib/components/iframe-layout/iframe-page.vue2.cjs +1 -1
- package/lib/components/image/image.vue2.cjs +1 -1
- package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/link/link.vue2.cjs +1 -1
- package/lib/components/list-cell/list-cell.vue2.cjs +1 -1
- package/lib/components/loading/loading.cjs +1 -1
- package/lib/components/loading/service.cjs +1 -1
- package/lib/components/logo/logo.vue2.cjs +1 -1
- package/lib/components/md-code-demo/md-code-demo.cjs +1 -1
- package/lib/components/md-comment/md-comment.vue2.cjs +1 -1
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/md-vue-playground/md-vue-playground.vue2.cjs +1 -1
- package/lib/components/menu/menu-collapse-transition.vue2.cjs +1 -1
- package/lib/components/menu/menu-item-group.vue2.cjs +1 -1
- package/lib/components/menu/menu-item.vue2.cjs +1 -1
- package/lib/components/menu/menu.vue2.cjs +1 -1
- package/lib/components/menu/sub-menu.vue2.cjs +1 -1
- package/lib/components/menu/use-menu-css-var.cjs +1 -1
- package/lib/components/menu/utils/menu-item.cjs +1 -1
- package/lib/components/menu/utils/submenu.cjs +1 -1
- package/lib/components/multiple-tabs/index.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/overlay/overlay.vue2.cjs +1 -1
- package/lib/components/page-wrapper/page-wrapper.vue2.cjs +1 -1
- package/lib/components/pagination/components/jumper.vue2.cjs +1 -1
- package/lib/components/pagination/components/pager.vue2.cjs +1 -1
- package/lib/components/pagination/components/sizes.vue2.cjs +1 -1
- package/lib/components/pagination/components/total.vue2.cjs +1 -1
- package/lib/components/pagination/pagination.vue2.cjs +1 -1
- package/lib/components/popover/popover.vue2.cjs +1 -1
- package/lib/components/popper/arrow.vue2.cjs +1 -1
- package/lib/components/popper/composables/use-content-dom.cjs +1 -1
- package/lib/components/popper/composables/use-content.cjs +1 -1
- package/lib/components/popper/trigger.vue2.cjs +1 -1
- package/lib/components/qrcode/qrcode.vue2.cjs +1 -1
- package/lib/components/radio/radio-button.vue2.cjs +1 -1
- package/lib/components/radio/radio-group.vue2.cjs +1 -1
- package/lib/components/radio/radio.vue2.cjs +1 -1
- package/lib/components/result/result.vue2.cjs +1 -1
- package/lib/components/router-view-content/router-view-content.vue2.cjs +1 -1
- package/lib/components/roving-focus-group/roving-focus-item.vue2.cjs +1 -1
- package/lib/components/scrollbar/index.cjs +1 -1
- package/lib/components/scrollbar/scrollbar.vue2.cjs +1 -1
- package/lib/components/scrollbar/thumb.vue2.cjs +1 -1
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/select-v2/group-item.vue2.cjs +1 -1
- package/lib/components/select-v2/option-item.vue2.cjs +1 -1
- package/lib/components/select-v2/select-dropdown.cjs +1 -1
- package/lib/components/select-v2/useInput.cjs +1 -1
- package/lib/components/select-v2/useSelect.cjs +1 -1
- package/lib/components/select-v2/util.cjs +1 -1
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/slot/only-child.cjs +1 -1
- package/lib/components/switch/switch.vue2.cjs +1 -1
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/tabs/tab-bar.vue2.cjs +1 -1
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/tabs/tab-pane.vue2.cjs +1 -1
- package/lib/components/tabs/tabs.vue2.cjs +1 -1
- package/lib/components/tag/tag.vue2.cjs +1 -1
- package/lib/components/tooltip/content.vue2.cjs +1 -1
- package/lib/components/tooltip/tooltip.vue2.cjs +1 -1
- package/lib/components/tooltip/trigger.vue2.cjs +1 -1
- package/lib/components/tooltip/utils.cjs +1 -1
- package/lib/components/verify-code/verify-code.vue2.cjs +1 -1
- package/lib/components/virtual-list/builders/build-grid.cjs +1 -1
- package/lib/components/virtual-list/builders/build-list.cjs +1 -1
- package/lib/components/virtual-list/components/dynamic-size-grid.cjs +3 -3
- package/lib/components/virtual-list/components/scrollbar.cjs +1 -1
- package/lib/hooks/use-lockscreen/index.cjs +1 -1
- package/lib/hooks/use-namespace/index.cjs +1 -1
- package/lib/hooks/use-same-target/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/package.json +2 -2
- package/tags.json +1 -1
- package/theme-style/base.css +1 -1
- package/theme-style/index.css +1 -1
- package/theme-style/src/common/transition.scss +21 -3
- package/theme-style/src/common/var.scss +8 -1
- package/theme-style/src/date-time-select.scss +46 -20
- package/theme-style/src/input.scss +2 -3
- package/theme-style/src/md/code.scss +0 -3
- package/theme-style/src/md-comment.scss +1086 -200
- package/theme-style/src/md-container.scss +0 -1
- package/theme-style/src/md-vue-playground.scss +0 -15
- package/theme-style/src/search.scss +27 -0
- package/theme-style/vft-date-time-select.css +1 -1
- package/theme-style/vft-input.css +1 -1
- package/theme-style/vft-md-comment.css +1 -1
- package/theme-style/vft-md-container.css +1 -1
- package/theme-style/vft-md-vue-playground.css +1 -1
- package/theme-style/vft-menu.css +1 -1
- package/theme-style/vft-search.css +1 -1
- package/theme-style/vft-tabs.css +1 -1
- package/web-types.json +1 -1
- package/es/comp-resolver.d.ts +0 -49
- package/es/component.d.ts +0 -3
- package/es/components/alert/alert.vue.d.ts +0 -102
- package/es/components/alert/index.d.ts +0 -73
- package/es/components/alert/style/css.d.ts +0 -0
- package/es/components/alert/style/index.d.ts +0 -0
- package/es/components/alert/types.d.ts +0 -4
- package/es/components/avatar/avatar.vue.d.ts +0 -56
- package/es/components/avatar/index.d.ts +0 -54
- package/es/components/avatar/style/css.d.ts +0 -0
- package/es/components/avatar/style/index.d.ts +0 -0
- package/es/components/back-top/back-top.vue.d.ts +0 -69
- package/es/components/back-top/index.d.ts +0 -54
- package/es/components/back-top/style/css.d.ts +0 -0
- package/es/components/back-top/style/index.d.ts +0 -0
- package/es/components/back-top/use-back-top.d.ts +0 -5
- package/es/components/base/style/css.d.ts +0 -0
- package/es/components/base/style/index.d.ts +0 -0
- package/es/components/button/button-custom.d.ts +0 -4
- package/es/components/button/button-group.vue.d.ts +0 -23
- package/es/components/button/button.vue.d.ts +0 -189
- package/es/components/button/constants.d.ts +0 -7
- package/es/components/button/index.d.ts +0 -203
- package/es/components/button/instance.d.ts +0 -4
- package/es/components/button/style/css.d.ts +0 -0
- package/es/components/button/style/index.d.ts +0 -0
- package/es/components/button/types.d.ts +0 -4
- package/es/components/button/use-button.d.ts +0 -10
- package/es/components/button-group/style/css.d.ts +0 -0
- package/es/components/button-group/style/index.d.ts +0 -0
- package/es/components/checkbox/checkbox-button.vue.d.ts +0 -137
- package/es/components/checkbox/checkbox-group.vue.d.ts +0 -112
- package/es/components/checkbox/checkbox.vue.d.ts +0 -141
- package/es/components/checkbox/composables/index.d.ts +0 -5
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +0 -6
- package/es/components/checkbox/composables/use-checkbox-event.d.ts +0 -7
- package/es/components/checkbox/composables/use-checkbox-model.d.ts +0 -7
- package/es/components/checkbox/composables/use-checkbox-status.d.ts +0 -11
- package/es/components/checkbox/composables/use-checkbox.d.ts +0 -15
- package/es/components/checkbox/constants.d.ts +0 -8
- package/es/components/checkbox/index.d.ts +0 -556
- package/es/components/checkbox/style/css.d.ts +0 -0
- package/es/components/checkbox/style/index.d.ts +0 -0
- package/es/components/checkbox/types.d.ts +0 -2
- package/es/components/checkbox-button/style/css.d.ts +0 -0
- package/es/components/checkbox-button/style/index.d.ts +0 -0
- package/es/components/checkbox-group/style/css.d.ts +0 -0
- package/es/components/checkbox-group/style/index.d.ts +0 -0
- package/es/components/clamp/clamp.vue.d.ts +0 -64
- package/es/components/clamp/index.d.ts +0 -63
- package/es/components/clamp/style/css.d.ts +0 -0
- package/es/components/clamp/style/index.d.ts +0 -0
- package/es/components/clamp-toggle/clamp-toggle.vue.d.ts +0 -101
- package/es/components/clamp-toggle/index.d.ts +0 -100
- package/es/components/clamp-toggle/style/css.d.ts +0 -0
- package/es/components/clamp-toggle/style/index.d.ts +0 -0
- package/es/components/collapse-transition/index.d.ts +0 -4
- package/es/components/collapse-transition/src/collapse-transition.vue.d.ts +0 -2
- package/es/components/collapse-transition/style/css.d.ts +0 -0
- package/es/components/collapse-transition/style/index.d.ts +0 -0
- package/es/components/collection/collection-item.vue.d.ts +0 -2
- package/es/components/collection/collection.d.ts +0 -242
- package/es/components/collection/collection.vue.d.ts +0 -2
- package/es/components/collection/index.d.ts +0 -2
- package/es/components/collection/tokens.d.ts +0 -12
- package/es/components/color-picker/color-picker.vue.d.ts +0 -126
- package/es/components/color-picker/components/alpha-slider.vue.d.ts +0 -42
- package/es/components/color-picker/components/hue-slider.vue.d.ts +0 -44
- package/es/components/color-picker/components/predefine.vue.d.ts +0 -43
- package/es/components/color-picker/components/sv-panel.vue.d.ts +0 -42
- package/es/components/color-picker/composables/use-alpha-slider.d.ts +0 -20
- package/es/components/color-picker/contants.d.ts +0 -5
- package/es/components/color-picker/index.d.ts +0 -108
- package/es/components/color-picker/style/css.d.ts +0 -0
- package/es/components/color-picker/style/index.d.ts +0 -0
- package/es/components/color-picker/utils/color.d.ts +0 -29
- package/es/components/color-picker/utils/draggable.d.ts +0 -6
- package/es/components/config-provider/config-provider.vue.d.ts +0 -107
- package/es/components/config-provider/constants.d.ts +0 -6
- package/es/components/config-provider/hooks/use-global-config.d.ts +0 -31
- package/es/components/config-provider/index.d.ts +0 -86
- package/es/components/config-provider/style/css.d.ts +0 -0
- package/es/components/config-provider/style/index.d.ts +0 -0
- package/es/components/context-menu/context-menu.vue.d.ts +0 -39
- package/es/components/context-menu/createContextMenu.d.ts +0 -3
- package/es/components/context-menu/index.d.ts +0 -3
- package/es/components/context-menu/style/css.d.ts +0 -0
- package/es/components/context-menu/style/index.d.ts +0 -0
- package/es/components/context-menu/types.d.ts +0 -23
- package/es/components/context-menu/useContextMenu.d.ts +0 -3
- package/es/components/date-time-select/date-time-select.vue.d.ts +0 -38
- package/es/components/date-time-select/index.d.ts +0 -30
- package/es/components/date-time-select/style/css.d.ts +0 -0
- package/es/components/date-time-select/style/index.d.ts +0 -0
- package/es/components/date-time-select/types.d.ts +0 -10
- package/es/components/descriptions/description-item.vue.d.ts +0 -69
- package/es/components/descriptions/description.vue.d.ts +0 -53
- package/es/components/descriptions/descriptions-cell.d.ts +0 -25
- package/es/components/descriptions/descriptions-row.vue.d.ts +0 -13
- package/es/components/descriptions/descriptions.type.d.ts +0 -18
- package/es/components/descriptions/index.d.ts +0 -187
- package/es/components/descriptions/style/css.d.ts +0 -0
- package/es/components/descriptions/style/index.d.ts +0 -0
- package/es/components/descriptions/token.d.ts +0 -3
- package/es/components/descriptions-item/style/css.d.ts +0 -0
- package/es/components/descriptions-item/style/index.d.ts +0 -0
- package/es/components/dialog/constants.d.ts +0 -11
- package/es/components/dialog/dialog-content.vue.d.ts +0 -81
- package/es/components/dialog/dialog.vue.d.ts +0 -164
- package/es/components/dialog/hooks/use-dialog.d.ts +0 -23
- package/es/components/dialog/index.d.ts +0 -146
- package/es/components/dialog/style/css.d.ts +0 -0
- package/es/components/dialog/style/index.d.ts +0 -0
- package/es/components/dialog/types.d.ts +0 -10
- package/es/components/divider/divider.vue.d.ts +0 -53
- package/es/components/divider/index.d.ts +0 -52
- package/es/components/divider/style/css.d.ts +0 -0
- package/es/components/divider/style/index.d.ts +0 -0
- package/es/components/divider/types.d.ts +0 -2
- package/es/components/docs-layout/style/css.d.ts +0 -0
- package/es/components/docs-layout/style/index.d.ts +0 -0
- package/es/components/dropdown/dropdown-item-impl.vue.d.ts +0 -57
- package/es/components/dropdown/dropdown-item.vue.d.ts +0 -43
- package/es/components/dropdown/dropdown-menu.vue.d.ts +0 -22
- package/es/components/dropdown/dropdown.vue.d.ts +0 -828
- package/es/components/dropdown/index.d.ts +0 -959
- package/es/components/dropdown/style/css.d.ts +0 -0
- package/es/components/dropdown/style/index.d.ts +0 -0
- package/es/components/dropdown/tokens.d.ts +0 -10
- package/es/components/dropdown/types.d.ts +0 -267
- package/es/components/dropdown/useDropdown.d.ts +0 -6
- package/es/components/dropdown-item/style/css.d.ts +0 -0
- package/es/components/dropdown-item/style/index.d.ts +0 -0
- package/es/components/dropdown-menu/style/css.d.ts +0 -0
- package/es/components/dropdown-menu/style/index.d.ts +0 -0
- package/es/components/empty/constants.d.ts +0 -12
- package/es/components/empty/empty.vue.d.ts +0 -48
- package/es/components/empty/index.d.ts +0 -37
- package/es/components/empty/style/css.d.ts +0 -0
- package/es/components/empty/style/index.d.ts +0 -0
- package/es/components/exception/exception.vue.d.ts +0 -29
- package/es/components/exception/index.d.ts +0 -28
- package/es/components/exception/style/css.d.ts +0 -0
- package/es/components/exception/style/index.d.ts +0 -0
- package/es/components/focus-trap/focus-trap.vue.d.ts +0 -32
- package/es/components/focus-trap/index.d.ts +0 -5
- package/es/components/focus-trap/tokens.d.ts +0 -13
- package/es/components/focus-trap/utils.d.ts +0 -29
- package/es/components/footer-layout/footer-layout.vue.d.ts +0 -13
- package/es/components/footer-layout/index.d.ts +0 -12
- package/es/components/footer-layout/style/css.d.ts +0 -0
- package/es/components/footer-layout/style/index.d.ts +0 -0
- package/es/components/form/constants.d.ts +0 -4
- package/es/components/form/form-item.vue.d.ts +0 -146
- package/es/components/form/form-label-wrap.d.ts +0 -11
- package/es/components/form/form.vue.d.ts +0 -168
- package/es/components/form/hooks/index.d.ts +0 -2
- package/es/components/form/hooks/use-form-common-props.d.ts +0 -6
- package/es/components/form/hooks/use-form-item.d.ts +0 -18
- package/es/components/form/index.d.ts +0 -364
- package/es/components/form/style/css.d.ts +0 -0
- package/es/components/form/style/index.d.ts +0 -0
- package/es/components/form/types.d.ts +0 -43
- package/es/components/form/utils.d.ts +0 -9
- package/es/components/form-item/style/css.d.ts +0 -0
- package/es/components/form-item/style/index.d.ts +0 -0
- package/es/components/full-screen/full-screen.vue.d.ts +0 -5
- package/es/components/full-screen/index.d.ts +0 -2
- package/es/components/full-screen/style/css.d.ts +0 -0
- package/es/components/full-screen/style/index.d.ts +0 -0
- package/es/components/header-layout/header-layout.vue.d.ts +0 -14
- package/es/components/header-layout/index.d.ts +0 -12
- package/es/components/header-layout/style/css.d.ts +0 -0
- package/es/components/header-layout/style/index.d.ts +0 -0
- package/es/components/icon/icon.vue.d.ts +0 -73
- package/es/components/icon/index.d.ts +0 -63
- package/es/components/icon/style/css.d.ts +0 -0
- package/es/components/icon/style/index.d.ts +0 -0
- package/es/components/icon-text/icon-text.vue.d.ts +0 -98
- package/es/components/icon-text/index.d.ts +0 -85
- package/es/components/icon-text/style/css.d.ts +0 -0
- package/es/components/icon-text/style/index.d.ts +0 -0
- package/es/components/iframe-layout/iframe-layout.vue.d.ts +0 -14
- package/es/components/iframe-layout/iframe-page.vue.d.ts +0 -13
- package/es/components/iframe-layout/index.d.ts +0 -12
- package/es/components/iframe-layout/style/css.d.ts +0 -0
- package/es/components/iframe-layout/style/index.d.ts +0 -0
- package/es/components/image/image.vue.d.ts +0 -122
- package/es/components/image/index.d.ts +0 -108
- package/es/components/image/style/css.d.ts +0 -0
- package/es/components/image/style/index.d.ts +0 -0
- package/es/components/image/types.d.ts +0 -1
- package/es/components/image-viewer/image-viewer.vue.d.ts +0 -88
- package/es/components/image-viewer/index.d.ts +0 -77
- package/es/components/image-viewer/style/css.d.ts +0 -0
- package/es/components/image-viewer/style/index.d.ts +0 -0
- package/es/components/image-viewer/types.d.ts +0 -1
- package/es/components/index.d.ts +0 -60
- package/es/components/input/index.d.ts +0 -252
- package/es/components/input/input.vue.d.ts +0 -265
- package/es/components/input/style/css.d.ts +0 -0
- package/es/components/input/style/index.d.ts +0 -0
- package/es/components/input/utils.d.ts +0 -6
- package/es/components/link/index.d.ts +0 -54
- package/es/components/link/link.vue.d.ts +0 -58
- package/es/components/link/style/css.d.ts +0 -0
- package/es/components/link/style/index.d.ts +0 -0
- package/es/components/list-cell/index.d.ts +0 -38
- package/es/components/list-cell/list-cell.vue.d.ts +0 -53
- package/es/components/list-cell/style/css.d.ts +0 -0
- package/es/components/list-cell/style/index.d.ts +0 -0
- package/es/components/loading/directive.d.ts +0 -18
- package/es/components/loading/index.d.ts +0 -48
- package/es/components/loading/loading.d.ts +0 -36
- package/es/components/loading/service.d.ts +0 -3
- package/es/components/loading/style/css.d.ts +0 -0
- package/es/components/loading/style/index.d.ts +0 -0
- package/es/components/loading/types.d.ts +0 -27
- package/es/components/logo/index.d.ts +0 -29
- package/es/components/logo/logo.vue.d.ts +0 -29
- package/es/components/logo/style/css.d.ts +0 -0
- package/es/components/logo/style/index.d.ts +0 -0
- package/es/components/logo/types.d.ts +0 -6
- package/es/components/md-code-demo/code-demo/code.d.ts +0 -13
- package/es/components/md-code-demo/code-demo/index.d.ts +0 -2
- package/es/components/md-code-demo/code-demo/loadScript.d.ts +0 -5
- package/es/components/md-code-demo/code-demo/typings.d.ts +0 -15
- package/es/components/md-code-demo/code-demo/utils.d.ts +0 -13
- package/es/components/md-code-demo/index.d.ts +0 -50
- package/es/components/md-code-demo/md-code-demo.d.ts +0 -99
- package/es/components/md-code-demo/style/css.d.ts +0 -0
- package/es/components/md-code-demo/style/index.d.ts +0 -0
- package/es/components/md-code-demo/type.d.ts +0 -89
- package/es/components/md-code-demo/utils.d.ts +0 -5
- package/es/components/md-code-tabs/index.d.ts +0 -41
- package/es/components/md-code-tabs/md-code-tabs.d.ts +0 -81
- package/es/components/md-code-tabs/style/css.d.ts +0 -0
- package/es/components/md-code-tabs/style/index.d.ts +0 -0
- package/es/components/md-comment/index.d.ts +0 -2
- package/es/components/md-comment/md-comment.vue.d.ts +0 -2
- package/es/components/md-comment/style/css.d.ts +0 -0
- package/es/components/md-comment/style/index.d.ts +0 -0
- package/es/components/md-container/index.d.ts +0 -4
- package/es/components/md-container/md-container.vue.d.ts +0 -4
- package/es/components/md-container/style/css.d.ts +0 -0
- package/es/components/md-container/style/index.d.ts +0 -0
- package/es/components/md-container/toc.d.ts +0 -44
- package/es/components/md-container/use/index.d.ts +0 -2
- package/es/components/md-container/use/useActiveHeaderLinks.d.ts +0 -7
- package/es/components/md-container/use/useCopyCode.d.ts +0 -1
- package/es/components/md-container/utils.d.ts +0 -11
- package/es/components/md-tabs/index.d.ts +0 -42
- package/es/components/md-tabs/md-tabs.d.ts +0 -84
- package/es/components/md-tabs/style/css.d.ts +0 -0
- package/es/components/md-tabs/style/index.d.ts +0 -0
- package/es/components/md-vue-playground/index.d.ts +0 -28
- package/es/components/md-vue-playground/md-vue-playground.vue.d.ts +0 -29
- package/es/components/md-vue-playground/playground.d.ts +0 -97
- package/es/components/md-vue-playground/style/css.d.ts +0 -0
- package/es/components/md-vue-playground/style/index.d.ts +0 -0
- package/es/components/menu/index.d.ts +0 -504
- package/es/components/menu/menu-collapse-transition.vue.d.ts +0 -5
- package/es/components/menu/menu-item-group.vue.d.ts +0 -13
- package/es/components/menu/menu-item.vue.d.ts +0 -81
- package/es/components/menu/menu.vue.d.ts +0 -109
- package/es/components/menu/style/css.d.ts +0 -0
- package/es/components/menu/style/index.d.ts +0 -0
- package/es/components/menu/sub-menu.vue.d.ts +0 -112
- package/es/components/menu/types.d.ts +0 -59
- package/es/components/menu/use-menu-css-var.d.ts +0 -1
- package/es/components/menu/use-menu.d.ts +0 -14
- package/es/components/menu/utils/menu-bar.d.ts +0 -7
- package/es/components/menu/utils/menu-item.d.ts +0 -9
- package/es/components/menu/utils/submenu.d.ts +0 -12
- package/es/components/menu-item/style/css.d.ts +0 -0
- package/es/components/menu-item/style/index.d.ts +0 -0
- package/es/components/menu-item-group/style/css.d.ts +0 -0
- package/es/components/menu-item-group/style/index.d.ts +0 -0
- package/es/components/message/index.d.ts +0 -4
- package/es/components/message/instance.d.ts +0 -17
- package/es/components/message/message.vue.d.ts +0 -145
- package/es/components/message/method.d.ts +0 -4
- package/es/components/message/style/css.d.ts +0 -0
- package/es/components/message/style/index.d.ts +0 -0
- package/es/components/message/types.d.ts +0 -63
- package/es/components/multiple-tabs/index.d.ts +0 -30
- package/es/components/multiple-tabs/multiple-tabs.vue.d.ts +0 -29
- package/es/components/multiple-tabs/style/css.d.ts +0 -0
- package/es/components/multiple-tabs/style/index.d.ts +0 -0
- package/es/components/multiple-tabs/tab-content.vue.d.ts +0 -40
- package/es/components/multiple-tabs/types.d.ts +0 -3
- package/es/components/multiple-tabs/use/index.d.ts +0 -2
- package/es/components/multiple-tabs/use/use-multiple-tabs.d.ts +0 -9
- package/es/components/multiple-tabs/use/use-tab-dropdown.d.ts +0 -6
- package/es/components/overlay/index.d.ts +0 -46
- package/es/components/overlay/overlay.vue.d.ts +0 -47
- package/es/components/overlay/style/css.d.ts +0 -0
- package/es/components/overlay/style/index.d.ts +0 -0
- package/es/components/page-wrapper/index.d.ts +0 -12
- package/es/components/page-wrapper/page-wrapper.vue.d.ts +0 -13
- package/es/components/page-wrapper/style/css.d.ts +0 -0
- package/es/components/page-wrapper/style/index.d.ts +0 -0
- package/es/components/pagination/components/jumper.vue.d.ts +0 -14
- package/es/components/pagination/components/next.vue.d.ts +0 -39
- package/es/components/pagination/components/pager.vue.d.ts +0 -39
- package/es/components/pagination/components/prev.vue.d.ts +0 -31
- package/es/components/pagination/components/sizes.vue.d.ts +0 -47
- package/es/components/pagination/components/total.vue.d.ts +0 -13
- package/es/components/pagination/index.d.ts +0 -164
- package/es/components/pagination/pagination.vue.d.ts +0 -185
- package/es/components/pagination/style/css.d.ts +0 -0
- package/es/components/pagination/style/index.d.ts +0 -0
- package/es/components/pagination/usePagination.d.ts +0 -10
- package/es/components/popover/directive.d.ts +0 -4
- package/es/components/popover/index.d.ts +0 -182
- package/es/components/popover/popover.vue.d.ts +0 -187
- package/es/components/popover/style/css.d.ts +0 -0
- package/es/components/popover/style/index.d.ts +0 -0
- package/es/components/popover/types.d.ts +0 -26
- package/es/components/popper/arrow.vue.d.ts +0 -18
- package/es/components/popper/composables/index.d.ts +0 -3
- package/es/components/popper/composables/use-content-dom.d.ts +0 -16
- package/es/components/popper/composables/use-content.d.ts +0 -77
- package/es/components/popper/composables/use-focus-trap.d.ts +0 -11
- package/es/components/popper/constants.d.ts +0 -24
- package/es/components/popper/content.vue.d.ts +0 -222
- package/es/components/popper/index.d.ts +0 -18
- package/es/components/popper/popper.vue.d.ts +0 -13
- package/es/components/popper/style/css.d.ts +0 -0
- package/es/components/popper/style/index.d.ts +0 -0
- package/es/components/popper/trigger.vue.d.ts +0 -99
- package/es/components/popper/types.d.ts +0 -45
- package/es/components/popper/utils.d.ts +0 -49
- package/es/components/qrcode/drawCanvas.d.ts +0 -2
- package/es/components/qrcode/drawLogo.d.ts +0 -2
- package/es/components/qrcode/index.d.ts +0 -50
- package/es/components/qrcode/qrcode.vue.d.ts +0 -51
- package/es/components/qrcode/qrcodePlus.d.ts +0 -3
- package/es/components/qrcode/style/css.d.ts +0 -0
- package/es/components/qrcode/style/index.d.ts +0 -0
- package/es/components/qrcode/toCanvas.d.ts +0 -2
- package/es/components/qrcode/types.d.ts +0 -31
- package/es/components/radio/constants.d.ts +0 -6
- package/es/components/radio/index.d.ts +0 -294
- package/es/components/radio/radio-button.vue.d.ts +0 -44
- package/es/components/radio/radio-group.vue.d.ts +0 -96
- package/es/components/radio/radio.vue.d.ts +0 -65
- package/es/components/radio/style/css.d.ts +0 -0
- package/es/components/radio/style/index.d.ts +0 -0
- package/es/components/radio/use-radio.d.ts +0 -15
- package/es/components/radio-button/style/css.d.ts +0 -0
- package/es/components/radio-button/style/index.d.ts +0 -0
- package/es/components/radio-group/style/css.d.ts +0 -0
- package/es/components/radio-group/style/index.d.ts +0 -0
- package/es/components/result/index.d.ts +0 -28
- package/es/components/result/result.vue.d.ts +0 -30
- package/es/components/result/style/css.d.ts +0 -0
- package/es/components/result/style/index.d.ts +0 -0
- package/es/components/router-view-content/index.d.ts +0 -52
- package/es/components/router-view-content/router-view-content.vue.d.ts +0 -54
- package/es/components/router-view-content/style/css.d.ts +0 -0
- package/es/components/router-view-content/style/index.d.ts +0 -0
- package/es/components/roving-focus-group/index.d.ts +0 -10
- package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +0 -48
- package/es/components/roving-focus-group/roving-focus-group.vue.d.ts +0 -2
- package/es/components/roving-focus-group/roving-focus-item.vue.d.ts +0 -32
- package/es/components/roving-focus-group/tokens.d.ts +0 -37
- package/es/components/roving-focus-group/types.d.ts +0 -252
- package/es/components/roving-focus-group/utils.d.ts +0 -8
- package/es/components/scrollbar/bar.vue.d.ts +0 -54
- package/es/components/scrollbar/constants.d.ts +0 -6
- package/es/components/scrollbar/index.d.ts +0 -113
- package/es/components/scrollbar/scrollbar.vue.d.ts +0 -163
- package/es/components/scrollbar/style/css.d.ts +0 -0
- package/es/components/scrollbar/style/index.d.ts +0 -0
- package/es/components/scrollbar/thumb.vue.d.ts +0 -52
- package/es/components/scrollbar/types.d.ts +0 -2
- package/es/components/scrollbar/util.d.ts +0 -28
- package/es/components/search/index.d.ts +0 -98
- package/es/components/search/search.vue.d.ts +0 -100
- package/es/components/search/style/css.d.ts +0 -0
- package/es/components/search/style/index.d.ts +0 -0
- package/es/components/select-v2/defaults.d.ts +0 -113
- package/es/components/select-v2/group-item.vue.d.ts +0 -35
- package/es/components/select-v2/index.d.ts +0 -2025
- package/es/components/select-v2/option-item.vue.d.ts +0 -49
- package/es/components/select-v2/select-dropdown.d.ts +0 -16
- package/es/components/select-v2/select.types.d.ts +0 -18
- package/es/components/select-v2/select.vue.d.ts +0 -1012
- package/es/components/select-v2/style/css.d.ts +0 -0
- package/es/components/select-v2/style/index.d.ts +0 -0
- package/es/components/select-v2/token.d.ts +0 -16
- package/es/components/select-v2/useAllowCreate.d.ts +0 -8
- package/es/components/select-v2/useInput.d.ts +0 -5
- package/es/components/select-v2/useOption.d.ts +0 -7
- package/es/components/select-v2/useSelect.d.ts +0 -782
- package/es/components/select-v2/util.d.ts +0 -2
- package/es/components/side-menu/index.d.ts +0 -155
- package/es/components/side-menu/side-menu.vue.d.ts +0 -156
- package/es/components/side-menu/style/css.d.ts +0 -0
- package/es/components/side-menu/style/index.d.ts +0 -0
- package/es/components/side-menu/types.d.ts +0 -19
- package/es/components/side-menu/use-drag-line.d.ts +0 -10
- package/es/components/slot/index.d.ts +0 -2
- package/es/components/slot/only-child.d.ts +0 -7
- package/es/components/sub-menu/style/css.d.ts +0 -0
- package/es/components/sub-menu/style/index.d.ts +0 -0
- package/es/components/switch/index.d.ts +0 -205
- package/es/components/switch/style/css.d.ts +0 -0
- package/es/components/switch/style/index.d.ts +0 -0
- package/es/components/switch/switch.vue.d.ts +0 -236
- package/es/components/tab-pane/style/css.d.ts +0 -0
- package/es/components/tab-pane/style/index.d.ts +0 -0
- package/es/components/table/style/css.d.ts +0 -0
- package/es/components/table/style/index.d.ts +0 -0
- package/es/components/table/table.vue.d.ts +0 -121
- package/es/components/table/type.d.ts +0 -21
- package/es/components/tabs/index.d.ts +0 -274
- package/es/components/tabs/style/css.d.ts +0 -0
- package/es/components/tabs/style/index.d.ts +0 -0
- package/es/components/tabs/tab-bar.vue.d.ts +0 -51
- package/es/components/tabs/tab-nav.vue.d.ts +0 -120
- package/es/components/tabs/tab-pane.vue.d.ts +0 -45
- package/es/components/tabs/tabs.vue.d.ts +0 -159
- package/es/components/tabs/types.d.ts +0 -59
- package/es/components/tag/index.d.ts +0 -71
- package/es/components/tag/style/css.d.ts +0 -0
- package/es/components/tag/style/index.d.ts +0 -0
- package/es/components/tag/tag.vue.d.ts +0 -74
- package/es/components/tag/types.d.ts +0 -1
- package/es/components/time-select-extend/style/css.d.ts +0 -0
- package/es/components/time-select-extend/style/css.js +0 -2
- package/es/components/time-select-extend/style/index.d.ts +0 -0
- package/es/components/time-select-extend/style/index.js +0 -2
- package/es/components/tooltip/constants.d.ts +0 -18
- package/es/components/tooltip/content.vue.d.ts +0 -268
- package/es/components/tooltip/index.d.ts +0 -398
- package/es/components/tooltip/style/css.d.ts +0 -0
- package/es/components/tooltip/style/index.d.ts +0 -0
- package/es/components/tooltip/tooltip.vue.d.ts +0 -470
- package/es/components/tooltip/trigger.vue.d.ts +0 -54
- package/es/components/tooltip/types.d.ts +0 -53
- package/es/components/tooltip/utils.d.ts +0 -11
- package/es/components/types.d.ts +0 -1
- package/es/components/verify-code/index.d.ts +0 -23
- package/es/components/verify-code/style/css.d.ts +0 -0
- package/es/components/verify-code/style/index.d.ts +0 -0
- package/es/components/verify-code/useImageVerify.d.ts +0 -11
- package/es/components/verify-code/verify-code.vue.d.ts +0 -24
- package/es/components/virtual-list/builders/build-grid.d.ts +0 -214
- package/es/components/virtual-list/builders/build-list.d.ts +0 -167
- package/es/components/virtual-list/components/dynamic-size-grid.d.ts +0 -206
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +0 -165
- package/es/components/virtual-list/components/fixed-size-grid.d.ts +0 -193
- package/es/components/virtual-list/components/fixed-size-list.d.ts +0 -164
- package/es/components/virtual-list/components/scrollbar.d.ts +0 -79
- package/es/components/virtual-list/defaults.d.ts +0 -30
- package/es/components/virtual-list/hooks/use-cache.d.ts +0 -1
- package/es/components/virtual-list/hooks/use-grid-wheel.d.ts +0 -13
- package/es/components/virtual-list/hooks/use-wheel.d.ts +0 -13
- package/es/components/virtual-list/index.d.ts +0 -8
- package/es/components/virtual-list/props.d.ts +0 -201
- package/es/components/virtual-list/style/css.d.ts +0 -0
- package/es/components/virtual-list/style/index.d.ts +0 -0
- package/es/components/virtual-list/types.d.ts +0 -137
- package/es/components/virtual-list/utils.d.ts +0 -17
- package/es/constants/aria.d.ts +0 -17
- package/es/constants/date.d.ts +0 -3
- package/es/constants/event.d.ts +0 -3
- package/es/constants/index.d.ts +0 -5
- package/es/constants/key.d.ts +0 -1
- package/es/constants/size.d.ts +0 -7
- package/es/defaults.d.ts +0 -5
- package/es/hooks/index.d.ts +0 -16
- package/es/hooks/use-cursor/index.d.ts +0 -2
- package/es/hooks/use-delayed-toggle/index.d.ts +0 -10
- package/es/hooks/use-draggable/index.d.ts +0 -2
- package/es/hooks/use-forward-ref/index.d.ts +0 -9
- package/es/hooks/use-id/index.d.ts +0 -9
- package/es/hooks/use-lockscreen/index.d.ts +0 -11
- package/es/hooks/use-model-toggle/index.d.ts +0 -25
- package/es/hooks/use-namespace/index.d.ts +0 -24
- package/es/hooks/use-ordered-children/index.d.ts +0 -8
- package/es/hooks/use-popper/index.d.ts +0 -78
- package/es/hooks/use-popper-container/index.d.ts +0 -5
- package/es/hooks/use-prop/index.d.ts +0 -2
- package/es/hooks/use-same-target/index.d.ts +0 -5
- package/es/hooks/use-size/index.d.ts +0 -7
- package/es/hooks/use-timeout/index.d.ts +0 -4
- package/es/hooks/use-z-index/index.d.ts +0 -9
- package/es/index.d.ts +0 -11
- package/es/make-installer.d.ts +0 -6
- package/es/plugin.d.ts +0 -3
- package/es/utils/dom/index.d.ts +0 -2
- package/es/utils/dom/position.d.ts +0 -7
- package/es/utils/dom/scroll.d.ts +0 -8
- package/es/utils/error.d.ts +0 -3
- package/es/utils/event.d.ts +0 -6
- package/es/utils/helper.d.ts +0 -1
- package/es/utils/index.d.ts +0 -8
- package/es/utils/ns-cover.d.ts +0 -16
- package/es/utils/objects.d.ts +0 -4
- package/es/utils/typescript.d.ts +0 -12
- package/es/utils/vue/data-helper.d.ts +0 -1
- package/es/utils/vue/index.d.ts +0 -7
- package/es/utils/vue/install.d.ts +0 -6
- package/es/utils/vue/props/index.d.ts +0 -3
- package/es/utils/vue/props/runtime.d.ts +0 -28
- package/es/utils/vue/props/types.d.ts +0 -120
- package/es/utils/vue/props/util.d.ts +0 -8
- package/es/utils/vue/raf.d.ts +0 -2
- package/es/utils/vue/refs.d.ts +0 -3
- package/es/utils/vue/typescript.d.ts +0 -5
- package/es/utils/vue/vnode.d.ts +0 -51
- package/lib/comp-resolver.d.ts +0 -49
- package/lib/component.d.ts +0 -3
- package/lib/components/alert/alert.vue.d.ts +0 -102
- package/lib/components/alert/index.d.ts +0 -73
- package/lib/components/alert/style/css.d.ts +0 -0
- package/lib/components/alert/style/index.d.ts +0 -0
- package/lib/components/alert/types.d.ts +0 -4
- package/lib/components/avatar/avatar.vue.d.ts +0 -56
- package/lib/components/avatar/index.d.ts +0 -54
- package/lib/components/avatar/style/css.d.ts +0 -0
- package/lib/components/avatar/style/index.d.ts +0 -0
- package/lib/components/back-top/back-top.vue.d.ts +0 -69
- package/lib/components/back-top/index.d.ts +0 -54
- package/lib/components/back-top/style/css.d.ts +0 -0
- package/lib/components/back-top/style/index.d.ts +0 -0
- package/lib/components/back-top/use-back-top.d.ts +0 -5
- package/lib/components/base/style/css.d.ts +0 -0
- package/lib/components/base/style/index.d.ts +0 -0
- package/lib/components/button/button-custom.d.ts +0 -4
- package/lib/components/button/button-group.vue.d.ts +0 -23
- package/lib/components/button/button.vue.d.ts +0 -189
- package/lib/components/button/constants.d.ts +0 -7
- package/lib/components/button/index.d.ts +0 -203
- package/lib/components/button/instance.d.ts +0 -4
- package/lib/components/button/style/css.d.ts +0 -0
- package/lib/components/button/style/index.d.ts +0 -0
- package/lib/components/button/types.d.ts +0 -4
- package/lib/components/button/use-button.d.ts +0 -10
- package/lib/components/button-group/style/css.d.ts +0 -0
- package/lib/components/button-group/style/index.d.ts +0 -0
- package/lib/components/checkbox/checkbox-button.vue.d.ts +0 -137
- package/lib/components/checkbox/checkbox-group.vue.d.ts +0 -112
- package/lib/components/checkbox/checkbox.vue.d.ts +0 -141
- package/lib/components/checkbox/composables/index.d.ts +0 -5
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +0 -6
- package/lib/components/checkbox/composables/use-checkbox-event.d.ts +0 -7
- package/lib/components/checkbox/composables/use-checkbox-model.d.ts +0 -7
- package/lib/components/checkbox/composables/use-checkbox-status.d.ts +0 -11
- package/lib/components/checkbox/composables/use-checkbox.d.ts +0 -15
- package/lib/components/checkbox/constants.d.ts +0 -8
- package/lib/components/checkbox/index.d.ts +0 -556
- package/lib/components/checkbox/style/css.d.ts +0 -0
- package/lib/components/checkbox/style/index.d.ts +0 -0
- package/lib/components/checkbox/types.d.ts +0 -2
- package/lib/components/checkbox-button/style/css.d.ts +0 -0
- package/lib/components/checkbox-button/style/index.d.ts +0 -0
- package/lib/components/checkbox-group/style/css.d.ts +0 -0
- package/lib/components/checkbox-group/style/index.d.ts +0 -0
- package/lib/components/clamp/clamp.vue.d.ts +0 -64
- package/lib/components/clamp/index.d.ts +0 -63
- package/lib/components/clamp/style/css.d.ts +0 -0
- package/lib/components/clamp/style/index.d.ts +0 -0
- package/lib/components/clamp-toggle/clamp-toggle.vue.d.ts +0 -101
- package/lib/components/clamp-toggle/index.d.ts +0 -100
- package/lib/components/clamp-toggle/style/css.d.ts +0 -0
- package/lib/components/clamp-toggle/style/index.d.ts +0 -0
- package/lib/components/collapse-transition/index.d.ts +0 -4
- package/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +0 -2
- package/lib/components/collapse-transition/style/css.d.ts +0 -0
- package/lib/components/collapse-transition/style/index.d.ts +0 -0
- package/lib/components/collection/collection-item.vue.d.ts +0 -2
- package/lib/components/collection/collection.d.ts +0 -242
- package/lib/components/collection/collection.vue.d.ts +0 -2
- package/lib/components/collection/index.d.ts +0 -2
- package/lib/components/collection/tokens.d.ts +0 -12
- package/lib/components/color-picker/color-picker.vue.d.ts +0 -126
- package/lib/components/color-picker/components/alpha-slider.vue.d.ts +0 -42
- package/lib/components/color-picker/components/hue-slider.vue.d.ts +0 -44
- package/lib/components/color-picker/components/predefine.vue.d.ts +0 -43
- package/lib/components/color-picker/components/sv-panel.vue.d.ts +0 -42
- package/lib/components/color-picker/composables/use-alpha-slider.d.ts +0 -20
- package/lib/components/color-picker/contants.d.ts +0 -5
- package/lib/components/color-picker/index.d.ts +0 -108
- package/lib/components/color-picker/style/css.d.ts +0 -0
- package/lib/components/color-picker/style/index.d.ts +0 -0
- package/lib/components/color-picker/utils/color.d.ts +0 -29
- package/lib/components/color-picker/utils/draggable.d.ts +0 -6
- package/lib/components/config-provider/config-provider.vue.d.ts +0 -107
- package/lib/components/config-provider/constants.d.ts +0 -6
- package/lib/components/config-provider/hooks/use-global-config.d.ts +0 -31
- package/lib/components/config-provider/index.d.ts +0 -86
- package/lib/components/config-provider/style/css.d.ts +0 -0
- package/lib/components/config-provider/style/index.d.ts +0 -0
- package/lib/components/context-menu/context-menu.vue.d.ts +0 -39
- package/lib/components/context-menu/createContextMenu.d.ts +0 -3
- package/lib/components/context-menu/index.d.ts +0 -3
- package/lib/components/context-menu/style/css.d.ts +0 -0
- package/lib/components/context-menu/style/index.d.ts +0 -0
- package/lib/components/context-menu/types.d.ts +0 -23
- package/lib/components/context-menu/useContextMenu.d.ts +0 -3
- package/lib/components/date-time-select/date-time-select.vue.d.ts +0 -38
- package/lib/components/date-time-select/index.d.ts +0 -30
- package/lib/components/date-time-select/style/css.d.ts +0 -0
- package/lib/components/date-time-select/style/index.d.ts +0 -0
- package/lib/components/date-time-select/types.d.ts +0 -10
- package/lib/components/descriptions/description-item.vue.d.ts +0 -69
- package/lib/components/descriptions/description.vue.d.ts +0 -53
- package/lib/components/descriptions/descriptions-cell.d.ts +0 -25
- package/lib/components/descriptions/descriptions-row.vue.d.ts +0 -13
- package/lib/components/descriptions/descriptions.type.d.ts +0 -18
- package/lib/components/descriptions/index.d.ts +0 -187
- package/lib/components/descriptions/style/css.d.ts +0 -0
- package/lib/components/descriptions/style/index.d.ts +0 -0
- package/lib/components/descriptions/token.d.ts +0 -3
- package/lib/components/descriptions-item/style/css.d.ts +0 -0
- package/lib/components/descriptions-item/style/index.d.ts +0 -0
- package/lib/components/dialog/constants.d.ts +0 -11
- package/lib/components/dialog/dialog-content.vue.d.ts +0 -81
- package/lib/components/dialog/dialog.vue.d.ts +0 -164
- package/lib/components/dialog/hooks/use-dialog.d.ts +0 -23
- package/lib/components/dialog/index.d.ts +0 -146
- package/lib/components/dialog/style/css.d.ts +0 -0
- package/lib/components/dialog/style/index.d.ts +0 -0
- package/lib/components/dialog/types.d.ts +0 -10
- package/lib/components/divider/divider.vue.d.ts +0 -53
- package/lib/components/divider/index.d.ts +0 -52
- package/lib/components/divider/style/css.d.ts +0 -0
- package/lib/components/divider/style/index.d.ts +0 -0
- package/lib/components/divider/types.d.ts +0 -2
- package/lib/components/docs-layout/style/css.d.ts +0 -0
- package/lib/components/docs-layout/style/index.d.ts +0 -0
- package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +0 -57
- package/lib/components/dropdown/dropdown-item.vue.d.ts +0 -43
- package/lib/components/dropdown/dropdown-menu.vue.d.ts +0 -22
- package/lib/components/dropdown/dropdown.vue.d.ts +0 -828
- package/lib/components/dropdown/index.d.ts +0 -959
- package/lib/components/dropdown/style/css.d.ts +0 -0
- package/lib/components/dropdown/style/index.d.ts +0 -0
- package/lib/components/dropdown/tokens.d.ts +0 -10
- package/lib/components/dropdown/types.d.ts +0 -267
- package/lib/components/dropdown/useDropdown.d.ts +0 -6
- package/lib/components/dropdown-item/style/css.d.ts +0 -0
- package/lib/components/dropdown-item/style/index.d.ts +0 -0
- package/lib/components/dropdown-menu/style/css.d.ts +0 -0
- package/lib/components/dropdown-menu/style/index.d.ts +0 -0
- package/lib/components/empty/constants.d.ts +0 -12
- package/lib/components/empty/empty.vue.d.ts +0 -48
- package/lib/components/empty/index.d.ts +0 -37
- package/lib/components/empty/style/css.d.ts +0 -0
- package/lib/components/empty/style/index.d.ts +0 -0
- package/lib/components/exception/exception.vue.d.ts +0 -29
- package/lib/components/exception/index.d.ts +0 -28
- package/lib/components/exception/style/css.d.ts +0 -0
- package/lib/components/exception/style/index.d.ts +0 -0
- package/lib/components/focus-trap/focus-trap.vue.d.ts +0 -32
- package/lib/components/focus-trap/index.d.ts +0 -5
- package/lib/components/focus-trap/tokens.d.ts +0 -13
- package/lib/components/focus-trap/utils.d.ts +0 -29
- package/lib/components/footer-layout/footer-layout.vue.d.ts +0 -13
- package/lib/components/footer-layout/index.d.ts +0 -12
- package/lib/components/footer-layout/style/css.d.ts +0 -0
- package/lib/components/footer-layout/style/index.d.ts +0 -0
- package/lib/components/form/constants.d.ts +0 -4
- package/lib/components/form/form-item.vue.d.ts +0 -146
- package/lib/components/form/form-label-wrap.d.ts +0 -11
- package/lib/components/form/form.vue.d.ts +0 -168
- package/lib/components/form/hooks/index.d.ts +0 -2
- package/lib/components/form/hooks/use-form-common-props.d.ts +0 -6
- package/lib/components/form/hooks/use-form-item.d.ts +0 -18
- package/lib/components/form/index.d.ts +0 -364
- package/lib/components/form/style/css.d.ts +0 -0
- package/lib/components/form/style/index.d.ts +0 -0
- package/lib/components/form/types.d.ts +0 -43
- package/lib/components/form/utils.d.ts +0 -9
- package/lib/components/form-item/style/css.d.ts +0 -0
- package/lib/components/form-item/style/index.d.ts +0 -0
- package/lib/components/full-screen/full-screen.vue.d.ts +0 -5
- package/lib/components/full-screen/index.d.ts +0 -2
- package/lib/components/full-screen/style/css.d.ts +0 -0
- package/lib/components/full-screen/style/index.d.ts +0 -0
- package/lib/components/header-layout/header-layout.vue.d.ts +0 -14
- package/lib/components/header-layout/index.d.ts +0 -12
- package/lib/components/header-layout/style/css.d.ts +0 -0
- package/lib/components/header-layout/style/index.d.ts +0 -0
- package/lib/components/icon/icon.vue.d.ts +0 -73
- package/lib/components/icon/index.d.ts +0 -63
- package/lib/components/icon/style/css.d.ts +0 -0
- package/lib/components/icon/style/index.d.ts +0 -0
- package/lib/components/icon-text/icon-text.vue.d.ts +0 -98
- package/lib/components/icon-text/index.d.ts +0 -85
- package/lib/components/icon-text/style/css.d.ts +0 -0
- package/lib/components/icon-text/style/index.d.ts +0 -0
- package/lib/components/iframe-layout/iframe-layout.vue.d.ts +0 -14
- package/lib/components/iframe-layout/iframe-page.vue.d.ts +0 -13
- package/lib/components/iframe-layout/index.d.ts +0 -12
- package/lib/components/iframe-layout/style/css.d.ts +0 -0
- package/lib/components/iframe-layout/style/index.d.ts +0 -0
- package/lib/components/image/image.vue.d.ts +0 -122
- package/lib/components/image/index.d.ts +0 -108
- package/lib/components/image/style/css.d.ts +0 -0
- package/lib/components/image/style/index.d.ts +0 -0
- package/lib/components/image/types.d.ts +0 -1
- package/lib/components/image-viewer/image-viewer.vue.d.ts +0 -88
- package/lib/components/image-viewer/index.d.ts +0 -77
- package/lib/components/image-viewer/style/css.d.ts +0 -0
- package/lib/components/image-viewer/style/index.d.ts +0 -0
- package/lib/components/image-viewer/types.d.ts +0 -1
- package/lib/components/index.d.ts +0 -60
- package/lib/components/input/index.d.ts +0 -252
- package/lib/components/input/input.vue.d.ts +0 -265
- package/lib/components/input/style/css.d.ts +0 -0
- package/lib/components/input/style/index.d.ts +0 -0
- package/lib/components/input/utils.d.ts +0 -6
- package/lib/components/link/index.d.ts +0 -54
- package/lib/components/link/link.vue.d.ts +0 -58
- package/lib/components/link/style/css.d.ts +0 -0
- package/lib/components/link/style/index.d.ts +0 -0
- package/lib/components/list-cell/index.d.ts +0 -38
- package/lib/components/list-cell/list-cell.vue.d.ts +0 -53
- package/lib/components/list-cell/style/css.d.ts +0 -0
- package/lib/components/list-cell/style/index.d.ts +0 -0
- package/lib/components/loading/directive.d.ts +0 -18
- package/lib/components/loading/index.d.ts +0 -48
- package/lib/components/loading/loading.d.ts +0 -36
- package/lib/components/loading/service.d.ts +0 -3
- package/lib/components/loading/style/css.d.ts +0 -0
- package/lib/components/loading/style/index.d.ts +0 -0
- package/lib/components/loading/types.d.ts +0 -27
- package/lib/components/logo/index.d.ts +0 -29
- package/lib/components/logo/logo.vue.d.ts +0 -29
- package/lib/components/logo/style/css.d.ts +0 -0
- package/lib/components/logo/style/index.d.ts +0 -0
- package/lib/components/logo/types.d.ts +0 -6
- package/lib/components/md-code-demo/code-demo/code.d.ts +0 -13
- package/lib/components/md-code-demo/code-demo/index.d.ts +0 -2
- package/lib/components/md-code-demo/code-demo/loadScript.d.ts +0 -5
- package/lib/components/md-code-demo/code-demo/typings.d.ts +0 -15
- package/lib/components/md-code-demo/code-demo/utils.d.ts +0 -13
- package/lib/components/md-code-demo/index.d.ts +0 -50
- package/lib/components/md-code-demo/md-code-demo.d.ts +0 -99
- package/lib/components/md-code-demo/style/css.d.ts +0 -0
- package/lib/components/md-code-demo/style/index.d.ts +0 -0
- package/lib/components/md-code-demo/type.d.ts +0 -89
- package/lib/components/md-code-demo/utils.d.ts +0 -5
- package/lib/components/md-code-tabs/index.d.ts +0 -41
- package/lib/components/md-code-tabs/md-code-tabs.d.ts +0 -81
- package/lib/components/md-code-tabs/style/css.d.ts +0 -0
- package/lib/components/md-code-tabs/style/index.d.ts +0 -0
- package/lib/components/md-comment/index.d.ts +0 -2
- package/lib/components/md-comment/md-comment.vue.d.ts +0 -2
- package/lib/components/md-comment/style/css.d.ts +0 -0
- package/lib/components/md-comment/style/index.d.ts +0 -0
- package/lib/components/md-container/index.d.ts +0 -4
- package/lib/components/md-container/md-container.vue.d.ts +0 -4
- package/lib/components/md-container/style/css.d.ts +0 -0
- package/lib/components/md-container/style/index.d.ts +0 -0
- package/lib/components/md-container/toc.d.ts +0 -44
- package/lib/components/md-container/use/index.d.ts +0 -2
- package/lib/components/md-container/use/useActiveHeaderLinks.d.ts +0 -7
- package/lib/components/md-container/use/useCopyCode.d.ts +0 -1
- package/lib/components/md-container/utils.d.ts +0 -11
- package/lib/components/md-tabs/index.d.ts +0 -42
- package/lib/components/md-tabs/md-tabs.d.ts +0 -84
- package/lib/components/md-tabs/style/css.d.ts +0 -0
- package/lib/components/md-tabs/style/index.d.ts +0 -0
- package/lib/components/md-vue-playground/index.d.ts +0 -28
- package/lib/components/md-vue-playground/md-vue-playground.vue.d.ts +0 -29
- package/lib/components/md-vue-playground/playground.d.ts +0 -97
- package/lib/components/md-vue-playground/style/css.d.ts +0 -0
- package/lib/components/md-vue-playground/style/index.d.ts +0 -0
- package/lib/components/menu/index.d.ts +0 -504
- package/lib/components/menu/menu-collapse-transition.vue.d.ts +0 -5
- package/lib/components/menu/menu-item-group.vue.d.ts +0 -13
- package/lib/components/menu/menu-item.vue.d.ts +0 -81
- package/lib/components/menu/menu.vue.d.ts +0 -109
- package/lib/components/menu/style/css.d.ts +0 -0
- package/lib/components/menu/style/index.d.ts +0 -0
- package/lib/components/menu/sub-menu.vue.d.ts +0 -112
- package/lib/components/menu/types.d.ts +0 -59
- package/lib/components/menu/use-menu-css-var.d.ts +0 -1
- package/lib/components/menu/use-menu.d.ts +0 -14
- package/lib/components/menu/utils/menu-bar.d.ts +0 -7
- package/lib/components/menu/utils/menu-item.d.ts +0 -9
- package/lib/components/menu/utils/submenu.d.ts +0 -12
- package/lib/components/menu-item/style/css.d.ts +0 -0
- package/lib/components/menu-item/style/index.d.ts +0 -0
- package/lib/components/menu-item-group/style/css.d.ts +0 -0
- package/lib/components/menu-item-group/style/index.d.ts +0 -0
- package/lib/components/message/index.d.ts +0 -4
- package/lib/components/message/instance.d.ts +0 -17
- package/lib/components/message/message.vue.d.ts +0 -145
- package/lib/components/message/method.d.ts +0 -4
- package/lib/components/message/style/css.d.ts +0 -0
- package/lib/components/message/style/index.d.ts +0 -0
- package/lib/components/message/types.d.ts +0 -63
- package/lib/components/multiple-tabs/index.d.ts +0 -30
- package/lib/components/multiple-tabs/multiple-tabs.vue.d.ts +0 -29
- package/lib/components/multiple-tabs/style/css.d.ts +0 -0
- package/lib/components/multiple-tabs/style/index.d.ts +0 -0
- package/lib/components/multiple-tabs/tab-content.vue.d.ts +0 -40
- package/lib/components/multiple-tabs/types.d.ts +0 -3
- package/lib/components/multiple-tabs/use/index.d.ts +0 -2
- package/lib/components/multiple-tabs/use/use-multiple-tabs.d.ts +0 -9
- package/lib/components/multiple-tabs/use/use-tab-dropdown.d.ts +0 -6
- package/lib/components/overlay/index.d.ts +0 -46
- package/lib/components/overlay/overlay.vue.d.ts +0 -47
- package/lib/components/overlay/style/css.d.ts +0 -0
- package/lib/components/overlay/style/index.d.ts +0 -0
- package/lib/components/page-wrapper/index.d.ts +0 -12
- package/lib/components/page-wrapper/page-wrapper.vue.d.ts +0 -13
- package/lib/components/page-wrapper/style/css.d.ts +0 -0
- package/lib/components/page-wrapper/style/index.d.ts +0 -0
- package/lib/components/pagination/components/jumper.vue.d.ts +0 -14
- package/lib/components/pagination/components/next.vue.d.ts +0 -39
- package/lib/components/pagination/components/pager.vue.d.ts +0 -39
- package/lib/components/pagination/components/prev.vue.d.ts +0 -31
- package/lib/components/pagination/components/sizes.vue.d.ts +0 -47
- package/lib/components/pagination/components/total.vue.d.ts +0 -13
- package/lib/components/pagination/index.d.ts +0 -164
- package/lib/components/pagination/pagination.vue.d.ts +0 -185
- package/lib/components/pagination/style/css.d.ts +0 -0
- package/lib/components/pagination/style/index.d.ts +0 -0
- package/lib/components/pagination/usePagination.d.ts +0 -10
- package/lib/components/popover/directive.d.ts +0 -4
- package/lib/components/popover/index.d.ts +0 -182
- package/lib/components/popover/popover.vue.d.ts +0 -187
- package/lib/components/popover/style/css.d.ts +0 -0
- package/lib/components/popover/style/index.d.ts +0 -0
- package/lib/components/popover/types.d.ts +0 -26
- package/lib/components/popper/arrow.vue.d.ts +0 -18
- package/lib/components/popper/composables/index.d.ts +0 -3
- package/lib/components/popper/composables/use-content-dom.d.ts +0 -16
- package/lib/components/popper/composables/use-content.d.ts +0 -77
- package/lib/components/popper/composables/use-focus-trap.d.ts +0 -11
- package/lib/components/popper/constants.d.ts +0 -24
- package/lib/components/popper/content.vue.d.ts +0 -222
- package/lib/components/popper/index.d.ts +0 -18
- package/lib/components/popper/popper.vue.d.ts +0 -13
- package/lib/components/popper/style/css.d.ts +0 -0
- package/lib/components/popper/style/index.d.ts +0 -0
- package/lib/components/popper/trigger.vue.d.ts +0 -99
- package/lib/components/popper/types.d.ts +0 -45
- package/lib/components/popper/utils.d.ts +0 -49
- package/lib/components/qrcode/drawCanvas.d.ts +0 -2
- package/lib/components/qrcode/drawLogo.d.ts +0 -2
- package/lib/components/qrcode/index.d.ts +0 -50
- package/lib/components/qrcode/qrcode.vue.d.ts +0 -51
- package/lib/components/qrcode/qrcodePlus.d.ts +0 -3
- package/lib/components/qrcode/style/css.d.ts +0 -0
- package/lib/components/qrcode/style/index.d.ts +0 -0
- package/lib/components/qrcode/toCanvas.d.ts +0 -2
- package/lib/components/qrcode/types.d.ts +0 -31
- package/lib/components/radio/constants.d.ts +0 -6
- package/lib/components/radio/index.d.ts +0 -294
- package/lib/components/radio/radio-button.vue.d.ts +0 -44
- package/lib/components/radio/radio-group.vue.d.ts +0 -96
- package/lib/components/radio/radio.vue.d.ts +0 -65
- package/lib/components/radio/style/css.d.ts +0 -0
- package/lib/components/radio/style/index.d.ts +0 -0
- package/lib/components/radio/use-radio.d.ts +0 -15
- package/lib/components/radio-button/style/css.d.ts +0 -0
- package/lib/components/radio-button/style/index.d.ts +0 -0
- package/lib/components/radio-group/style/css.d.ts +0 -0
- package/lib/components/radio-group/style/index.d.ts +0 -0
- package/lib/components/result/index.d.ts +0 -28
- package/lib/components/result/result.vue.d.ts +0 -30
- package/lib/components/result/style/css.d.ts +0 -0
- package/lib/components/result/style/index.d.ts +0 -0
- package/lib/components/router-view-content/index.d.ts +0 -52
- package/lib/components/router-view-content/router-view-content.vue.d.ts +0 -54
- package/lib/components/router-view-content/style/css.d.ts +0 -0
- package/lib/components/router-view-content/style/index.d.ts +0 -0
- package/lib/components/roving-focus-group/index.d.ts +0 -10
- package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +0 -48
- package/lib/components/roving-focus-group/roving-focus-group.vue.d.ts +0 -2
- package/lib/components/roving-focus-group/roving-focus-item.vue.d.ts +0 -32
- package/lib/components/roving-focus-group/tokens.d.ts +0 -37
- package/lib/components/roving-focus-group/types.d.ts +0 -252
- package/lib/components/roving-focus-group/utils.d.ts +0 -8
- package/lib/components/scrollbar/bar.vue.d.ts +0 -54
- package/lib/components/scrollbar/constants.d.ts +0 -6
- package/lib/components/scrollbar/index.d.ts +0 -113
- package/lib/components/scrollbar/scrollbar.vue.d.ts +0 -163
- package/lib/components/scrollbar/style/css.d.ts +0 -0
- package/lib/components/scrollbar/style/index.d.ts +0 -0
- package/lib/components/scrollbar/thumb.vue.d.ts +0 -52
- package/lib/components/scrollbar/types.d.ts +0 -2
- package/lib/components/scrollbar/util.d.ts +0 -28
- package/lib/components/search/index.d.ts +0 -98
- package/lib/components/search/search.vue.d.ts +0 -100
- package/lib/components/search/style/css.d.ts +0 -0
- package/lib/components/search/style/index.d.ts +0 -0
- package/lib/components/select-v2/defaults.d.ts +0 -113
- package/lib/components/select-v2/group-item.vue.d.ts +0 -35
- package/lib/components/select-v2/index.d.ts +0 -2025
- package/lib/components/select-v2/option-item.vue.d.ts +0 -49
- package/lib/components/select-v2/select-dropdown.d.ts +0 -16
- package/lib/components/select-v2/select.types.d.ts +0 -18
- package/lib/components/select-v2/select.vue.d.ts +0 -1012
- package/lib/components/select-v2/style/css.d.ts +0 -0
- package/lib/components/select-v2/style/index.d.ts +0 -0
- package/lib/components/select-v2/token.d.ts +0 -16
- package/lib/components/select-v2/useAllowCreate.d.ts +0 -8
- package/lib/components/select-v2/useInput.d.ts +0 -5
- package/lib/components/select-v2/useOption.d.ts +0 -7
- package/lib/components/select-v2/useSelect.d.ts +0 -782
- package/lib/components/select-v2/util.d.ts +0 -2
- package/lib/components/side-menu/index.d.ts +0 -155
- package/lib/components/side-menu/side-menu.vue.d.ts +0 -156
- package/lib/components/side-menu/style/css.d.ts +0 -0
- package/lib/components/side-menu/style/index.d.ts +0 -0
- package/lib/components/side-menu/types.d.ts +0 -19
- package/lib/components/side-menu/use-drag-line.d.ts +0 -10
- package/lib/components/slot/index.d.ts +0 -2
- package/lib/components/slot/only-child.d.ts +0 -7
- package/lib/components/sub-menu/style/css.d.ts +0 -0
- package/lib/components/sub-menu/style/index.d.ts +0 -0
- package/lib/components/switch/index.d.ts +0 -205
- package/lib/components/switch/style/css.d.ts +0 -0
- package/lib/components/switch/style/index.d.ts +0 -0
- package/lib/components/switch/switch.vue.d.ts +0 -236
- package/lib/components/tab-pane/style/css.d.ts +0 -0
- package/lib/components/tab-pane/style/index.d.ts +0 -0
- package/lib/components/table/style/css.d.ts +0 -0
- package/lib/components/table/style/index.d.ts +0 -0
- package/lib/components/table/table.vue.d.ts +0 -121
- package/lib/components/table/type.d.ts +0 -21
- package/lib/components/tabs/index.d.ts +0 -274
- package/lib/components/tabs/style/css.d.ts +0 -0
- package/lib/components/tabs/style/index.d.ts +0 -0
- package/lib/components/tabs/tab-bar.vue.d.ts +0 -51
- package/lib/components/tabs/tab-nav.vue.d.ts +0 -120
- package/lib/components/tabs/tab-pane.vue.d.ts +0 -45
- package/lib/components/tabs/tabs.vue.d.ts +0 -159
- package/lib/components/tabs/types.d.ts +0 -59
- package/lib/components/tag/index.d.ts +0 -71
- package/lib/components/tag/style/css.d.ts +0 -0
- package/lib/components/tag/style/index.d.ts +0 -0
- package/lib/components/tag/tag.vue.d.ts +0 -74
- package/lib/components/tag/types.d.ts +0 -1
- package/lib/components/time-select-extend/style/css.cjs +0 -1
- package/lib/components/time-select-extend/style/css.d.ts +0 -0
- package/lib/components/time-select-extend/style/index.cjs +0 -1
- package/lib/components/time-select-extend/style/index.d.ts +0 -0
- package/lib/components/tooltip/constants.d.ts +0 -18
- package/lib/components/tooltip/content.vue.d.ts +0 -268
- package/lib/components/tooltip/index.d.ts +0 -398
- package/lib/components/tooltip/style/css.d.ts +0 -0
- package/lib/components/tooltip/style/index.d.ts +0 -0
- package/lib/components/tooltip/tooltip.vue.d.ts +0 -470
- package/lib/components/tooltip/trigger.vue.d.ts +0 -54
- package/lib/components/tooltip/types.d.ts +0 -53
- package/lib/components/tooltip/utils.d.ts +0 -11
- package/lib/components/types.d.ts +0 -1
- package/lib/components/verify-code/index.d.ts +0 -23
- package/lib/components/verify-code/style/css.d.ts +0 -0
- package/lib/components/verify-code/style/index.d.ts +0 -0
- package/lib/components/verify-code/useImageVerify.d.ts +0 -11
- package/lib/components/verify-code/verify-code.vue.d.ts +0 -24
- package/lib/components/virtual-list/builders/build-grid.d.ts +0 -214
- package/lib/components/virtual-list/builders/build-list.d.ts +0 -167
- package/lib/components/virtual-list/components/dynamic-size-grid.d.ts +0 -206
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +0 -165
- package/lib/components/virtual-list/components/fixed-size-grid.d.ts +0 -193
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +0 -164
- package/lib/components/virtual-list/components/scrollbar.d.ts +0 -79
- package/lib/components/virtual-list/defaults.d.ts +0 -30
- package/lib/components/virtual-list/hooks/use-cache.d.ts +0 -1
- package/lib/components/virtual-list/hooks/use-grid-wheel.d.ts +0 -13
- package/lib/components/virtual-list/hooks/use-wheel.d.ts +0 -13
- package/lib/components/virtual-list/index.d.ts +0 -8
- package/lib/components/virtual-list/props.d.ts +0 -201
- package/lib/components/virtual-list/style/css.d.ts +0 -0
- package/lib/components/virtual-list/style/index.d.ts +0 -0
- package/lib/components/virtual-list/types.d.ts +0 -137
- package/lib/components/virtual-list/utils.d.ts +0 -17
- package/lib/constants/aria.d.ts +0 -17
- package/lib/constants/date.d.ts +0 -3
- package/lib/constants/event.d.ts +0 -3
- package/lib/constants/index.d.ts +0 -5
- package/lib/constants/key.d.ts +0 -1
- package/lib/constants/size.d.ts +0 -7
- package/lib/defaults.d.ts +0 -5
- package/lib/hooks/index.d.ts +0 -16
- package/lib/hooks/use-cursor/index.d.ts +0 -2
- package/lib/hooks/use-delayed-toggle/index.d.ts +0 -10
- package/lib/hooks/use-draggable/index.d.ts +0 -2
- package/lib/hooks/use-forward-ref/index.d.ts +0 -9
- package/lib/hooks/use-id/index.d.ts +0 -9
- package/lib/hooks/use-lockscreen/index.d.ts +0 -11
- package/lib/hooks/use-model-toggle/index.d.ts +0 -25
- package/lib/hooks/use-namespace/index.d.ts +0 -24
- package/lib/hooks/use-ordered-children/index.d.ts +0 -8
- package/lib/hooks/use-popper/index.d.ts +0 -78
- package/lib/hooks/use-popper-container/index.d.ts +0 -5
- package/lib/hooks/use-prop/index.d.ts +0 -2
- package/lib/hooks/use-same-target/index.d.ts +0 -5
- package/lib/hooks/use-size/index.d.ts +0 -7
- package/lib/hooks/use-timeout/index.d.ts +0 -4
- package/lib/hooks/use-z-index/index.d.ts +0 -9
- package/lib/index.d.ts +0 -11
- package/lib/make-installer.d.ts +0 -6
- package/lib/plugin.d.ts +0 -3
- package/lib/utils/dom/index.d.ts +0 -2
- package/lib/utils/dom/position.d.ts +0 -7
- package/lib/utils/dom/scroll.d.ts +0 -8
- package/lib/utils/error.d.ts +0 -3
- package/lib/utils/event.d.ts +0 -6
- package/lib/utils/helper.d.ts +0 -1
- package/lib/utils/index.d.ts +0 -8
- package/lib/utils/ns-cover.d.ts +0 -16
- package/lib/utils/objects.d.ts +0 -4
- package/lib/utils/typescript.d.ts +0 -12
- package/lib/utils/vue/data-helper.d.ts +0 -1
- package/lib/utils/vue/index.d.ts +0 -7
- package/lib/utils/vue/install.d.ts +0 -6
- package/lib/utils/vue/props/index.d.ts +0 -3
- package/lib/utils/vue/props/runtime.d.ts +0 -28
- package/lib/utils/vue/props/types.d.ts +0 -120
- package/lib/utils/vue/props/util.d.ts +0 -8
- package/lib/utils/vue/raf.d.ts +0 -2
- package/lib/utils/vue/refs.d.ts +0 -3
- package/lib/utils/vue/typescript.d.ts +0 -5
- package/lib/utils/vue/vnode.d.ts +0 -51
|
@@ -3,7 +3,33 @@
|
|
|
3
3
|
|
|
4
4
|
$name: md-comment;
|
|
5
5
|
|
|
6
|
-
:root {
|
|
6
|
+
:root {
|
|
7
|
+
--waline-font-size: 1rem;
|
|
8
|
+
--waline-white: #fff;
|
|
9
|
+
--waline-light-grey: #999;
|
|
10
|
+
--waline-dark-grey: #666;
|
|
11
|
+
--waline-theme-color: #27ae60;
|
|
12
|
+
--waline-active-color: #2ecc71;
|
|
13
|
+
--waline-color: #444;
|
|
14
|
+
--waline-bgcolor: #fff;
|
|
15
|
+
--waline-bgcolor-light: #f8f8f8;
|
|
16
|
+
--waline-bgcolor-hover: #f0f0f0;
|
|
17
|
+
--waline-border-color: #ddd;
|
|
18
|
+
--waline-disable-bgcolor: #f8f8f8;
|
|
19
|
+
--waline-disable-color: #000;
|
|
20
|
+
--waline-code-bgcolor: #282c34;
|
|
21
|
+
--waline-bq-color: #f0f0f0;
|
|
22
|
+
--waline-avatar-size: 3.25rem;
|
|
23
|
+
--waline-m-avatar-size: calc(var(--waline-avatar-size) * 9 / 13);
|
|
24
|
+
--waline-badge-color: #3498db;
|
|
25
|
+
--waline-badge-font-size: 0.75em;
|
|
26
|
+
--waline-info-bgcolor: #f8f8f8;
|
|
27
|
+
--waline-info-color: #999;
|
|
28
|
+
--waline-info-font-size: 0.625em;
|
|
29
|
+
--waline-border: 1px solid var(--waline-border-color);
|
|
30
|
+
--waline-avatar-radius: 50%;
|
|
31
|
+
--waline-box-shadow: none
|
|
32
|
+
}
|
|
7
33
|
|
|
8
34
|
@include b($name) {
|
|
9
35
|
#vft-md-comment__waline {
|
|
@@ -24,418 +50,1278 @@ $name: md-comment;
|
|
|
24
50
|
}
|
|
25
51
|
}
|
|
26
52
|
|
|
27
|
-
[data-waline] {
|
|
53
|
+
[data-waline] {
|
|
54
|
+
font-size: var(--waline-font-size);
|
|
55
|
+
text-align: start
|
|
56
|
+
}
|
|
28
57
|
|
|
29
|
-
[dir=rtl] [data-waline] {
|
|
58
|
+
[dir=rtl] [data-waline] {
|
|
59
|
+
direction: rtl
|
|
60
|
+
}
|
|
30
61
|
|
|
31
|
-
[data-waline] * {
|
|
62
|
+
[data-waline] * {
|
|
63
|
+
box-sizing: content-box;
|
|
64
|
+
line-height: 1.75
|
|
65
|
+
}
|
|
32
66
|
|
|
33
|
-
[data-waline] p {
|
|
67
|
+
[data-waline] p {
|
|
68
|
+
color: var(--waline-color)
|
|
69
|
+
}
|
|
34
70
|
|
|
35
|
-
[data-waline] a {
|
|
71
|
+
[data-waline] a {
|
|
72
|
+
position: relative;
|
|
73
|
+
display: inline-block;
|
|
74
|
+
color: var(--waline-theme-color);
|
|
75
|
+
text-decoration: none;
|
|
76
|
+
word-break: break-word;
|
|
77
|
+
cursor: pointer
|
|
78
|
+
}
|
|
36
79
|
|
|
37
|
-
[data-waline] a:hover {
|
|
80
|
+
[data-waline] a:hover {
|
|
81
|
+
color: var(--waline-active-color)
|
|
82
|
+
}
|
|
38
83
|
|
|
39
|
-
[data-waline] img {
|
|
84
|
+
[data-waline] img {
|
|
85
|
+
max-width: 100%;
|
|
86
|
+
max-height: 400px;
|
|
87
|
+
border: none
|
|
88
|
+
}
|
|
40
89
|
|
|
41
|
-
[data-waline] hr {
|
|
90
|
+
[data-waline] hr {
|
|
91
|
+
margin: .825em 0;
|
|
92
|
+
border-style: dashed;
|
|
93
|
+
border-color: var(--waline-bgcolor-light)
|
|
94
|
+
}
|
|
42
95
|
|
|
43
|
-
[data-waline] code, [data-waline] pre {
|
|
96
|
+
[data-waline] code, [data-waline] pre {
|
|
97
|
+
margin: 0;
|
|
98
|
+
padding: .2em .4em;
|
|
99
|
+
border-radius: 3px;
|
|
100
|
+
background: var(--waline-bgcolor-light);
|
|
101
|
+
font-size: 85%
|
|
102
|
+
}
|
|
44
103
|
|
|
45
|
-
[data-waline] pre {
|
|
104
|
+
[data-waline] pre {
|
|
105
|
+
overflow: auto;
|
|
106
|
+
padding: 10px;
|
|
107
|
+
line-height: 1.45
|
|
108
|
+
}
|
|
46
109
|
|
|
47
|
-
[data-waline] pre::-webkit-scrollbar {
|
|
110
|
+
[data-waline] pre::-webkit-scrollbar {
|
|
111
|
+
width: 6px;
|
|
112
|
+
height: 6px
|
|
113
|
+
}
|
|
48
114
|
|
|
49
|
-
[data-waline] pre::-webkit-scrollbar-track-piece:horizontal {
|
|
115
|
+
[data-waline] pre::-webkit-scrollbar-track-piece:horizontal {
|
|
116
|
+
-webkit-border-radius: 6px;
|
|
117
|
+
border-radius: 6px;
|
|
118
|
+
background: rgba(0, 0, 0, .1)
|
|
119
|
+
}
|
|
50
120
|
|
|
51
|
-
[data-waline] pre::-webkit-scrollbar-thumb:horizontal {
|
|
121
|
+
[data-waline] pre::-webkit-scrollbar-thumb:horizontal {
|
|
122
|
+
width: 6px;
|
|
123
|
+
-webkit-border-radius: 6px;
|
|
124
|
+
border-radius: 6px;
|
|
125
|
+
background: var(--waline-theme-color)
|
|
126
|
+
}
|
|
52
127
|
|
|
53
|
-
[data-waline] pre code {
|
|
128
|
+
[data-waline] pre code {
|
|
129
|
+
padding: 0;
|
|
130
|
+
background: rgba(0, 0, 0, 0);
|
|
131
|
+
color: var(--waline-color);
|
|
132
|
+
white-space: pre-wrap;
|
|
133
|
+
word-break: keep-all
|
|
134
|
+
}
|
|
54
135
|
|
|
55
|
-
[data-waline] blockquote {
|
|
136
|
+
[data-waline] blockquote {
|
|
137
|
+
margin: .5em 0;
|
|
138
|
+
padding: .5em 0 .5em 1em;
|
|
139
|
+
border-inline-start: 8px solid var(--waline-bq-color);
|
|
140
|
+
color: var(--waline-dark-grey)
|
|
141
|
+
}
|
|
56
142
|
|
|
57
|
-
[data-waline] blockquote > p {
|
|
143
|
+
[data-waline] blockquote > p {
|
|
144
|
+
margin: 0
|
|
145
|
+
}
|
|
58
146
|
|
|
59
|
-
[data-waline] ol, [data-waline] ul {
|
|
147
|
+
[data-waline] ol, [data-waline] ul {
|
|
148
|
+
margin-inline-start: 1.25em;
|
|
149
|
+
padding: 0
|
|
150
|
+
}
|
|
60
151
|
|
|
61
|
-
[data-waline] input[type=checkbox], [data-waline] input[type=radio] {
|
|
152
|
+
[data-waline] input[type=checkbox], [data-waline] input[type=radio] {
|
|
153
|
+
display: inline-block;
|
|
154
|
+
vertical-align: middle;
|
|
155
|
+
margin-top: -2px
|
|
156
|
+
}
|
|
62
157
|
|
|
63
|
-
.wl-btn {
|
|
158
|
+
.wl-btn {
|
|
159
|
+
display: inline-block;
|
|
160
|
+
vertical-align: middle;
|
|
161
|
+
min-width: 2.5em;
|
|
162
|
+
margin-bottom: 0;
|
|
163
|
+
padding: .5em 1em;
|
|
164
|
+
border: 1px solid var(--waline-border-color);
|
|
165
|
+
border-radius: .5em;
|
|
166
|
+
background: rgba(0, 0, 0, 0);
|
|
167
|
+
color: var(--waline-color);
|
|
168
|
+
font-weight: 400;
|
|
169
|
+
font-size: .75em;
|
|
170
|
+
line-height: 1.5;
|
|
171
|
+
text-align: center;
|
|
172
|
+
white-space: nowrap;
|
|
173
|
+
cursor: pointer;
|
|
174
|
+
user-select: none;
|
|
175
|
+
transition-duration: .4s;
|
|
176
|
+
touch-action: manipulation
|
|
177
|
+
}
|
|
64
178
|
|
|
65
|
-
.wl-btn:hover, .wl-btn:active {
|
|
179
|
+
.wl-btn:hover, .wl-btn:active {
|
|
180
|
+
border-color: var(--waline-theme-color);
|
|
181
|
+
color: var(--waline-theme-color)
|
|
182
|
+
}
|
|
66
183
|
|
|
67
|
-
.wl-btn:disabled {
|
|
184
|
+
.wl-btn:disabled {
|
|
185
|
+
border-color: var(--waline-border-color);
|
|
186
|
+
background: var(--waline-disable-bgcolor);
|
|
187
|
+
color: var(--waline-disable-color);
|
|
188
|
+
cursor: not-allowed
|
|
189
|
+
}
|
|
68
190
|
|
|
69
|
-
.wl-btn.primary {
|
|
191
|
+
.wl-btn.primary {
|
|
192
|
+
border-color: var(--waline-theme-color);
|
|
193
|
+
background: var(--waline-theme-color);
|
|
194
|
+
color: var(--waline-white)
|
|
195
|
+
}
|
|
70
196
|
|
|
71
|
-
.wl-btn.primary:hover, .wl-btn.primary:active {
|
|
197
|
+
.wl-btn.primary:hover, .wl-btn.primary:active {
|
|
198
|
+
border-color: var(--waline-active-color);
|
|
199
|
+
background: var(--waline-active-color);
|
|
200
|
+
color: var(--waline-white)
|
|
201
|
+
}
|
|
72
202
|
|
|
73
|
-
.wl-btn.primary:disabled {
|
|
203
|
+
.wl-btn.primary:disabled {
|
|
204
|
+
border-color: var(--waline-border-color);
|
|
205
|
+
background: var(--waline-disable-bgcolor);
|
|
206
|
+
color: var(--waline-disable-color);
|
|
207
|
+
cursor: not-allowed
|
|
208
|
+
}
|
|
74
209
|
|
|
75
|
-
.wl-loading {
|
|
210
|
+
.wl-loading {
|
|
211
|
+
text-align: center
|
|
212
|
+
}
|
|
76
213
|
|
|
77
|
-
.wl-loading svg {
|
|
214
|
+
.wl-loading svg {
|
|
215
|
+
margin: 0 auto
|
|
216
|
+
}
|
|
78
217
|
|
|
79
|
-
.wl-comment {
|
|
218
|
+
.wl-comment {
|
|
219
|
+
position: relative;
|
|
220
|
+
display: flex;
|
|
221
|
+
margin-bottom: .75em
|
|
222
|
+
}
|
|
80
223
|
|
|
81
|
-
.wl-close {
|
|
224
|
+
.wl-close {
|
|
225
|
+
position: absolute;
|
|
226
|
+
top: -4px;
|
|
227
|
+
inset-inline-end: -4px;
|
|
228
|
+
padding: 0;
|
|
229
|
+
border: none;
|
|
230
|
+
background: rgba(0, 0, 0, 0);
|
|
231
|
+
line-height: 1;
|
|
232
|
+
cursor: pointer
|
|
233
|
+
}
|
|
82
234
|
|
|
83
|
-
.wl-login-info {
|
|
235
|
+
.wl-login-info {
|
|
236
|
+
max-width: 80px;
|
|
237
|
+
margin-top: .75em;
|
|
238
|
+
text-align: center
|
|
239
|
+
}
|
|
84
240
|
|
|
85
|
-
.wl-logout-btn {
|
|
241
|
+
.wl-logout-btn {
|
|
242
|
+
position: absolute;
|
|
243
|
+
top: -10px;
|
|
244
|
+
inset-inline-end: -10px;
|
|
245
|
+
padding: 3px;
|
|
246
|
+
border: none;
|
|
247
|
+
background: rgba(0, 0, 0, 0);
|
|
248
|
+
line-height: 0;
|
|
249
|
+
cursor: pointer
|
|
250
|
+
}
|
|
86
251
|
|
|
87
|
-
.wl-avatar {
|
|
252
|
+
.wl-avatar {
|
|
253
|
+
position: relative;
|
|
254
|
+
width: var(--waline-avatar-size);
|
|
255
|
+
height: var(--waline-avatar-size);
|
|
256
|
+
margin: 0 auto;
|
|
257
|
+
border: var(--waline-border);
|
|
258
|
+
border-radius: var(--waline-avatar-radius)
|
|
259
|
+
}
|
|
88
260
|
|
|
89
261
|
@media (max-width: 720px) {
|
|
90
|
-
.wl-avatar {
|
|
262
|
+
.wl-avatar {
|
|
263
|
+
width: var(--waline-m-avatar-size);
|
|
264
|
+
height: var(--waline-m-avatar-size)
|
|
265
|
+
}
|
|
91
266
|
}
|
|
92
267
|
|
|
93
|
-
.wl-avatar img {
|
|
268
|
+
.wl-avatar img {
|
|
269
|
+
width: 100%;
|
|
270
|
+
height: 100%;
|
|
271
|
+
border-radius: var(--waline-avatar-radius)
|
|
272
|
+
}
|
|
94
273
|
|
|
95
|
-
.wl-login-nick {
|
|
274
|
+
.wl-login-nick {
|
|
275
|
+
display: block;
|
|
276
|
+
color: var(--waline-theme-color);
|
|
277
|
+
font-size: .75em;
|
|
278
|
+
word-break: break-all
|
|
279
|
+
}
|
|
96
280
|
|
|
97
|
-
.wl-panel {
|
|
281
|
+
.wl-panel {
|
|
282
|
+
position: relative;
|
|
283
|
+
flex-shrink: 1;
|
|
284
|
+
width: 100%;
|
|
285
|
+
margin: .5em;
|
|
286
|
+
border: var(--waline-border);
|
|
287
|
+
border-radius: .75em;
|
|
288
|
+
background: var(--waline-bgcolor);
|
|
289
|
+
box-shadow: var(--waline-box-shadow)
|
|
290
|
+
}
|
|
98
291
|
|
|
99
|
-
.wl-header {
|
|
292
|
+
.wl-header {
|
|
293
|
+
display: flex;
|
|
294
|
+
overflow: hidden;
|
|
295
|
+
padding: 0 4px;
|
|
296
|
+
border-bottom: 2px dashed var(--waline-border-color);
|
|
297
|
+
border-top-left-radius: .75em;
|
|
298
|
+
border-top-right-radius: .75em
|
|
299
|
+
}
|
|
100
300
|
|
|
101
301
|
@media (max-width: 580px) {
|
|
102
|
-
.wl-header {
|
|
302
|
+
.wl-header {
|
|
303
|
+
display: block
|
|
304
|
+
}
|
|
103
305
|
}
|
|
104
306
|
|
|
105
|
-
.wl-header label {
|
|
307
|
+
.wl-header label {
|
|
308
|
+
min-width: 40px;
|
|
309
|
+
padding: .75em .5em;
|
|
310
|
+
color: var(--waline-color);
|
|
311
|
+
font-size: .75em;
|
|
312
|
+
text-align: center
|
|
313
|
+
}
|
|
106
314
|
|
|
107
|
-
.wl-header input {
|
|
315
|
+
.wl-header input {
|
|
316
|
+
flex: 1;
|
|
317
|
+
width: 0;
|
|
318
|
+
padding: .5em;
|
|
319
|
+
background: rgba(0, 0, 0, 0);
|
|
320
|
+
font-size: .625em;
|
|
321
|
+
resize: none
|
|
322
|
+
}
|
|
108
323
|
|
|
109
|
-
.wl-header-item {
|
|
324
|
+
.wl-header-item {
|
|
325
|
+
display: flex;
|
|
326
|
+
flex: 1
|
|
327
|
+
}
|
|
110
328
|
|
|
111
329
|
@media (max-width: 580px) {
|
|
112
|
-
.wl-header-item:not(:last-child) {
|
|
330
|
+
.wl-header-item:not(:last-child) {
|
|
331
|
+
border-bottom: 2px dashed var(--waline-border-color)
|
|
332
|
+
}
|
|
113
333
|
}
|
|
114
334
|
|
|
115
|
-
.wl-header-1 .wl-header-item {
|
|
335
|
+
.wl-header-1 .wl-header-item {
|
|
336
|
+
width: 100%
|
|
337
|
+
}
|
|
116
338
|
|
|
117
|
-
.wl-header-2 .wl-header-item {
|
|
339
|
+
.wl-header-2 .wl-header-item {
|
|
340
|
+
width: 50%
|
|
341
|
+
}
|
|
118
342
|
|
|
119
343
|
@media (max-width: 580px) {
|
|
120
|
-
.wl-header-2 .wl-header-item {
|
|
344
|
+
.wl-header-2 .wl-header-item {
|
|
345
|
+
flex: 0;
|
|
346
|
+
width: 100%
|
|
347
|
+
}
|
|
121
348
|
}
|
|
122
349
|
|
|
123
|
-
.wl-header-3 .wl-header-item {
|
|
350
|
+
.wl-header-3 .wl-header-item {
|
|
351
|
+
width: 33.33%
|
|
352
|
+
}
|
|
124
353
|
|
|
125
354
|
@media (max-width: 580px) {
|
|
126
|
-
.wl-header-3 .wl-header-item {
|
|
355
|
+
.wl-header-3 .wl-header-item {
|
|
356
|
+
width: 100%
|
|
357
|
+
}
|
|
127
358
|
}
|
|
128
359
|
|
|
129
|
-
.wl-editor {
|
|
360
|
+
.wl-editor {
|
|
361
|
+
position: relative;
|
|
362
|
+
width: calc(100% - 1em);
|
|
363
|
+
min-height: 8.75em;
|
|
364
|
+
margin: .75em .5em;
|
|
365
|
+
border-radius: .5em;
|
|
366
|
+
background: rgba(0, 0, 0, 0);
|
|
367
|
+
font-size: .875em;
|
|
368
|
+
resize: vertical
|
|
369
|
+
}
|
|
130
370
|
|
|
131
|
-
.wl-editor, .wl-input {
|
|
371
|
+
.wl-editor, .wl-input {
|
|
372
|
+
max-width: 100%;
|
|
373
|
+
border: none;
|
|
374
|
+
color: var(--waline-color);
|
|
375
|
+
outline: none;
|
|
376
|
+
transition: all .25s ease
|
|
377
|
+
}
|
|
132
378
|
|
|
133
|
-
.wl-editor:focus, .wl-input:focus {
|
|
379
|
+
.wl-editor:focus, .wl-input:focus {
|
|
380
|
+
background: var(--waline-bgcolor-light)
|
|
381
|
+
}
|
|
134
382
|
|
|
135
|
-
.wl-preview {
|
|
383
|
+
.wl-preview {
|
|
384
|
+
padding: 0 .5em .5em
|
|
385
|
+
}
|
|
136
386
|
|
|
137
|
-
.wl-preview h4 {
|
|
387
|
+
.wl-preview h4 {
|
|
388
|
+
margin: .25em;
|
|
389
|
+
font-weight: bold;
|
|
390
|
+
font-size: .9375em
|
|
391
|
+
}
|
|
138
392
|
|
|
139
|
-
.wl-preview .wl-content {
|
|
393
|
+
.wl-preview .wl-content {
|
|
394
|
+
min-height: 1.25em;
|
|
395
|
+
padding: .25em;
|
|
396
|
+
word-break: break-word;
|
|
397
|
+
hyphens: auto
|
|
398
|
+
}
|
|
140
399
|
|
|
141
|
-
.wl-preview .wl-content > *:first-child {
|
|
400
|
+
.wl-preview .wl-content > *:first-child {
|
|
401
|
+
margin-top: 0
|
|
402
|
+
}
|
|
142
403
|
|
|
143
|
-
.wl-preview .wl-content > *:last-child {
|
|
404
|
+
.wl-preview .wl-content > *:last-child {
|
|
405
|
+
margin-bottom: 0
|
|
406
|
+
}
|
|
144
407
|
|
|
145
|
-
.wl-footer {
|
|
408
|
+
.wl-footer {
|
|
409
|
+
position: relative;
|
|
410
|
+
display: flex;
|
|
411
|
+
flex-wrap: wrap;
|
|
412
|
+
margin: .5em .75em
|
|
413
|
+
}
|
|
146
414
|
|
|
147
|
-
.wl-actions {
|
|
415
|
+
.wl-actions {
|
|
416
|
+
display: flex;
|
|
417
|
+
flex: 2;
|
|
418
|
+
align-items: center
|
|
419
|
+
}
|
|
148
420
|
|
|
149
|
-
.wl-action {
|
|
421
|
+
.wl-action {
|
|
422
|
+
display: inline-flex;
|
|
423
|
+
align-items: center;
|
|
424
|
+
justify-content: center;
|
|
425
|
+
width: 1.5em;
|
|
426
|
+
height: 1.5em;
|
|
427
|
+
margin: 2px;
|
|
428
|
+
padding: 0;
|
|
429
|
+
border: none;
|
|
430
|
+
background: rgba(0, 0, 0, 0);
|
|
431
|
+
color: var(--waline-color);
|
|
432
|
+
font-size: 16px;
|
|
433
|
+
cursor: pointer
|
|
434
|
+
}
|
|
150
435
|
|
|
151
|
-
.wl-action:hover {
|
|
436
|
+
.wl-action:hover {
|
|
437
|
+
color: var(--waline-theme-color)
|
|
438
|
+
}
|
|
152
439
|
|
|
153
|
-
.wl-action.active {
|
|
440
|
+
.wl-action.active {
|
|
441
|
+
color: var(--waline-active-color)
|
|
442
|
+
}
|
|
154
443
|
|
|
155
|
-
#wl-image-upload {
|
|
444
|
+
#wl-image-upload {
|
|
445
|
+
display: none
|
|
446
|
+
}
|
|
156
447
|
|
|
157
|
-
#wl-image-upload:focus + label {
|
|
448
|
+
#wl-image-upload:focus + label {
|
|
449
|
+
color: var(--waline-color)
|
|
450
|
+
}
|
|
158
451
|
|
|
159
|
-
#wl-image-upload:focus-visible + label {
|
|
452
|
+
#wl-image-upload:focus-visible + label {
|
|
453
|
+
outline: -webkit-focus-ring-color auto 1px
|
|
454
|
+
}
|
|
160
455
|
|
|
161
|
-
.wl-info {
|
|
456
|
+
.wl-info {
|
|
457
|
+
display: flex;
|
|
458
|
+
flex: 3;
|
|
459
|
+
align-items: center;
|
|
460
|
+
justify-content: flex-end
|
|
461
|
+
}
|
|
162
462
|
|
|
163
|
-
.wl-info .wl-text-number {
|
|
463
|
+
.wl-info .wl-text-number {
|
|
464
|
+
color: var(--waline-info-color);
|
|
465
|
+
font-size: .75em
|
|
466
|
+
}
|
|
164
467
|
|
|
165
|
-
.wl-info .wl-text-number .illegal {
|
|
468
|
+
.wl-info .wl-text-number .illegal {
|
|
469
|
+
color: red
|
|
470
|
+
}
|
|
166
471
|
|
|
167
|
-
.wl-info button {
|
|
472
|
+
.wl-info button {
|
|
473
|
+
margin-inline-start: .75em
|
|
474
|
+
}
|
|
168
475
|
|
|
169
|
-
.wl-info button svg {
|
|
476
|
+
.wl-info button svg {
|
|
477
|
+
display: block;
|
|
478
|
+
margin: 0 auto;
|
|
479
|
+
line-height: 18px
|
|
480
|
+
}
|
|
170
481
|
|
|
171
|
-
.wl-emoji-popup {
|
|
482
|
+
.wl-emoji-popup {
|
|
483
|
+
position: absolute;
|
|
484
|
+
top: 100%;
|
|
485
|
+
inset-inline-start: 1.25em;
|
|
486
|
+
z-index: 10;
|
|
487
|
+
max-width: 526px;
|
|
488
|
+
border: var(--waline-border);
|
|
489
|
+
border-radius: 6px;
|
|
490
|
+
background: var(--waline-bgcolor);
|
|
491
|
+
box-shadow: var(--waline-box-shadow);
|
|
492
|
+
opacity: 0;
|
|
493
|
+
visibility: hidden;
|
|
494
|
+
transition: transform .2s ease-out, opacity .2s ease-out;
|
|
495
|
+
transform: scale(0.9, 0.9);
|
|
496
|
+
transform-origin: 0 0
|
|
497
|
+
}
|
|
172
498
|
|
|
173
|
-
.wl-emoji-popup.display {
|
|
499
|
+
.wl-emoji-popup.display {
|
|
500
|
+
opacity: 1;
|
|
501
|
+
visibility: visible;
|
|
502
|
+
transform: none
|
|
503
|
+
}
|
|
174
504
|
|
|
175
|
-
.wl-emoji-popup button {
|
|
505
|
+
.wl-emoji-popup button {
|
|
506
|
+
display: inline-block;
|
|
507
|
+
vertical-align: middle;
|
|
508
|
+
width: 2em;
|
|
509
|
+
margin: .125em;
|
|
510
|
+
padding: 0;
|
|
511
|
+
border-width: 0;
|
|
512
|
+
background: rgba(0, 0, 0, 0);
|
|
513
|
+
font-size: inherit;
|
|
514
|
+
line-height: 2;
|
|
515
|
+
text-align: center;
|
|
516
|
+
cursor: pointer
|
|
517
|
+
}
|
|
176
518
|
|
|
177
|
-
.wl-emoji-popup button:hover {
|
|
519
|
+
.wl-emoji-popup button:hover {
|
|
520
|
+
background: var(--waline-bgcolor-hover)
|
|
521
|
+
}
|
|
178
522
|
|
|
179
|
-
.wl-emoji-popup .wl-emoji {
|
|
523
|
+
.wl-emoji-popup .wl-emoji {
|
|
524
|
+
display: inline-block;
|
|
525
|
+
vertical-align: middle;
|
|
526
|
+
max-width: 1.5em;
|
|
527
|
+
max-height: 1.5em
|
|
528
|
+
}
|
|
180
529
|
|
|
181
|
-
.wl-emoji-popup .wl-tab-wrapper {
|
|
530
|
+
.wl-emoji-popup .wl-tab-wrapper {
|
|
531
|
+
overflow-y: auto;
|
|
532
|
+
max-height: 145px;
|
|
533
|
+
padding: .5em
|
|
534
|
+
}
|
|
182
535
|
|
|
183
|
-
.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar {
|
|
536
|
+
.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar {
|
|
537
|
+
width: 6px;
|
|
538
|
+
height: 6px
|
|
539
|
+
}
|
|
184
540
|
|
|
185
|
-
.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-track-piece:vertical {
|
|
541
|
+
.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-track-piece:vertical {
|
|
542
|
+
-webkit-border-radius: 6px;
|
|
543
|
+
border-radius: 6px;
|
|
544
|
+
background: rgba(0, 0, 0, .1)
|
|
545
|
+
}
|
|
186
546
|
|
|
187
|
-
.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-thumb:vertical {
|
|
547
|
+
.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-thumb:vertical {
|
|
548
|
+
width: 6px;
|
|
549
|
+
-webkit-border-radius: 6px;
|
|
550
|
+
border-radius: 6px;
|
|
551
|
+
background: var(--waline-theme-color)
|
|
552
|
+
}
|
|
188
553
|
|
|
189
|
-
.wl-emoji-popup .wl-tabs {
|
|
554
|
+
.wl-emoji-popup .wl-tabs {
|
|
555
|
+
position: relative;
|
|
556
|
+
overflow-x: auto;
|
|
557
|
+
padding: 0 6px;
|
|
558
|
+
white-space: nowrap
|
|
559
|
+
}
|
|
190
560
|
|
|
191
|
-
.wl-emoji-popup .wl-tabs::before {
|
|
561
|
+
.wl-emoji-popup .wl-tabs::before {
|
|
562
|
+
content: " ";
|
|
563
|
+
position: absolute;
|
|
564
|
+
top: 0;
|
|
565
|
+
right: 0;
|
|
566
|
+
left: 0;
|
|
567
|
+
z-index: 2;
|
|
568
|
+
height: 1px;
|
|
569
|
+
background: var(--waline-border-color)
|
|
570
|
+
}
|
|
192
571
|
|
|
193
|
-
.wl-emoji-popup .wl-tabs::-webkit-scrollbar {
|
|
572
|
+
.wl-emoji-popup .wl-tabs::-webkit-scrollbar {
|
|
573
|
+
width: 6px;
|
|
574
|
+
height: 6px
|
|
575
|
+
}
|
|
194
576
|
|
|
195
|
-
.wl-emoji-popup .wl-tabs::-webkit-scrollbar-track-piece:horizontal {
|
|
577
|
+
.wl-emoji-popup .wl-tabs::-webkit-scrollbar-track-piece:horizontal {
|
|
578
|
+
-webkit-border-radius: 6px;
|
|
579
|
+
border-radius: 6px;
|
|
580
|
+
background: rgba(0, 0, 0, .1)
|
|
581
|
+
}
|
|
196
582
|
|
|
197
|
-
.wl-emoji-popup .wl-tabs::-webkit-scrollbar-thumb:horizontal {
|
|
583
|
+
.wl-emoji-popup .wl-tabs::-webkit-scrollbar-thumb:horizontal {
|
|
584
|
+
height: 6px;
|
|
585
|
+
-webkit-border-radius: 6px;
|
|
586
|
+
border-radius: 6px;
|
|
587
|
+
background: var(--waline-theme-color)
|
|
588
|
+
}
|
|
198
589
|
|
|
199
|
-
.wl-emoji-popup .wl-tab {
|
|
590
|
+
.wl-emoji-popup .wl-tab {
|
|
591
|
+
position: relative;
|
|
592
|
+
margin: 0;
|
|
593
|
+
padding: 0 .5em
|
|
594
|
+
}
|
|
200
595
|
|
|
201
|
-
.wl-emoji-popup .wl-tab.active {
|
|
596
|
+
.wl-emoji-popup .wl-tab.active {
|
|
597
|
+
z-index: 3;
|
|
598
|
+
border: 1px solid var(--waline-border-color);
|
|
599
|
+
border-top-width: 0;
|
|
600
|
+
border-bottom-right-radius: 6px;
|
|
601
|
+
border-bottom-left-radius: 6px;
|
|
602
|
+
background: var(--waline-bgcolor)
|
|
603
|
+
}
|
|
202
604
|
|
|
203
|
-
.wl-gif-popup {
|
|
605
|
+
.wl-gif-popup {
|
|
606
|
+
position: absolute;
|
|
607
|
+
top: 100%;
|
|
608
|
+
inset-inline-start: 1.25em;
|
|
609
|
+
z-index: 10;
|
|
610
|
+
width: calc(100% - 3em);
|
|
611
|
+
padding: .75em .75em .25em;
|
|
612
|
+
border: var(--waline-border);
|
|
613
|
+
border-radius: 6px;
|
|
614
|
+
background: var(--waline-bgcolor);
|
|
615
|
+
box-shadow: var(--waline-box-shadow);
|
|
616
|
+
opacity: 0;
|
|
617
|
+
visibility: hidden;
|
|
618
|
+
transition: transform .2s ease-out, opacity .2s ease-out;
|
|
619
|
+
transform: scale(0.9, 0.9);
|
|
620
|
+
transform-origin: 0 0
|
|
621
|
+
}
|
|
204
622
|
|
|
205
|
-
.wl-gif-popup.display {
|
|
623
|
+
.wl-gif-popup.display {
|
|
624
|
+
opacity: 1;
|
|
625
|
+
visibility: visible;
|
|
626
|
+
transform: none
|
|
627
|
+
}
|
|
206
628
|
|
|
207
|
-
.wl-gif-popup input {
|
|
629
|
+
.wl-gif-popup input {
|
|
630
|
+
box-sizing: border-box;
|
|
631
|
+
width: 100%;
|
|
632
|
+
margin-bottom: 10px;
|
|
633
|
+
padding: 3px 5px;
|
|
634
|
+
border: var(--waline-border)
|
|
635
|
+
}
|
|
208
636
|
|
|
209
|
-
.wl-gif-popup img {
|
|
637
|
+
.wl-gif-popup img {
|
|
638
|
+
display: block;
|
|
639
|
+
box-sizing: border-box;
|
|
640
|
+
width: 100%;
|
|
641
|
+
border-width: 2px;
|
|
642
|
+
border-style: solid;
|
|
643
|
+
border-color: #fff;
|
|
644
|
+
cursor: pointer
|
|
645
|
+
}
|
|
210
646
|
|
|
211
|
-
.wl-gif-popup img:hover {
|
|
647
|
+
.wl-gif-popup img:hover {
|
|
648
|
+
border-color: var(--waline-theme-color);
|
|
649
|
+
border-radius: 2px
|
|
650
|
+
}
|
|
212
651
|
|
|
213
|
-
.wl-gallery {
|
|
652
|
+
.wl-gallery {
|
|
653
|
+
display: flex;
|
|
654
|
+
overflow-y: auto;
|
|
655
|
+
max-height: 80vh
|
|
656
|
+
}
|
|
214
657
|
|
|
215
|
-
.wl-gallery-column {
|
|
658
|
+
.wl-gallery-column {
|
|
659
|
+
display: flex;
|
|
660
|
+
flex: 1;
|
|
661
|
+
flex-direction: column;
|
|
662
|
+
height: -webkit-max-content;
|
|
663
|
+
height: -moz-max-content;
|
|
664
|
+
height: max-content
|
|
665
|
+
}
|
|
216
666
|
|
|
217
|
-
.wl-cards .wl-user {
|
|
667
|
+
.wl-cards .wl-user {
|
|
668
|
+
--avatar-size: var(--waline-avatar-size);
|
|
669
|
+
position: relative;
|
|
670
|
+
margin-inline-end: .75em
|
|
671
|
+
}
|
|
218
672
|
|
|
219
673
|
@media (max-width: 720px) {
|
|
220
|
-
.wl-cards .wl-user {
|
|
674
|
+
.wl-cards .wl-user {
|
|
675
|
+
--avatar-size: var(--waline-m-avatar-size)
|
|
676
|
+
}
|
|
221
677
|
}
|
|
222
678
|
|
|
223
|
-
.wl-cards .wl-user img {
|
|
679
|
+
.wl-cards .wl-user img {
|
|
680
|
+
width: var(--avatar-size);
|
|
681
|
+
height: var(--avatar-size);
|
|
682
|
+
border-radius: var(--waline-avatar-radius);
|
|
683
|
+
box-shadow: var(--waline-box-shadow)
|
|
684
|
+
}
|
|
224
685
|
|
|
225
|
-
.wl-cards .wl-user .verified-icon {
|
|
686
|
+
.wl-cards .wl-user .verified-icon {
|
|
687
|
+
position: absolute;
|
|
688
|
+
top: calc(var(--avatar-size) * 3 / 4);
|
|
689
|
+
inset-inline-start: calc(var(--avatar-size) * 3 / 4);
|
|
690
|
+
border-radius: 50%;
|
|
691
|
+
background: var(--waline-bgcolor);
|
|
692
|
+
box-shadow: var(--waline-box-shadow)
|
|
693
|
+
}
|
|
226
694
|
|
|
227
|
-
.wl-card-item {
|
|
695
|
+
.wl-card-item {
|
|
696
|
+
position: relative;
|
|
697
|
+
display: flex;
|
|
698
|
+
padding: .5em
|
|
699
|
+
}
|
|
228
700
|
|
|
229
|
-
.wl-card-item .wl-card-item {
|
|
701
|
+
.wl-card-item .wl-card-item {
|
|
702
|
+
padding-inline-end: 0
|
|
703
|
+
}
|
|
230
704
|
|
|
231
|
-
.wl-card {
|
|
705
|
+
.wl-card {
|
|
706
|
+
flex: 1;
|
|
707
|
+
width: 0;
|
|
708
|
+
padding-bottom: .5em;
|
|
709
|
+
border-bottom: 1px dashed var(--waline-border-color)
|
|
710
|
+
}
|
|
232
711
|
|
|
233
|
-
.wl-card:first-child {
|
|
712
|
+
.wl-card:first-child {
|
|
713
|
+
margin-inline-start: 1em
|
|
714
|
+
}
|
|
234
715
|
|
|
235
|
-
.wl-card-item:last-child > .wl-card {
|
|
716
|
+
.wl-card-item:last-child > .wl-card {
|
|
717
|
+
border-bottom: none
|
|
718
|
+
}
|
|
236
719
|
|
|
237
|
-
.wl-card .wl-nick svg {
|
|
720
|
+
.wl-card .wl-nick svg {
|
|
721
|
+
position: relative;
|
|
722
|
+
bottom: -0.125em;
|
|
723
|
+
line-height: 1
|
|
724
|
+
}
|
|
238
725
|
|
|
239
|
-
.wl-card .wl-head {
|
|
726
|
+
.wl-card .wl-head {
|
|
727
|
+
overflow: hidden;
|
|
728
|
+
line-height: 1.5
|
|
729
|
+
}
|
|
240
730
|
|
|
241
|
-
.wl-card .wl-head .wl-nick {
|
|
731
|
+
.wl-card .wl-head .wl-nick {
|
|
732
|
+
position: relative;
|
|
733
|
+
display: inline-block;
|
|
734
|
+
margin-inline-end: .5em;
|
|
735
|
+
font-weight: bold;
|
|
736
|
+
font-size: .875em;
|
|
737
|
+
line-height: 1;
|
|
738
|
+
text-decoration: none
|
|
739
|
+
}
|
|
242
740
|
|
|
243
|
-
.wl-card span.wl-nick {
|
|
741
|
+
.wl-card span.wl-nick {
|
|
742
|
+
color: var(--waline-dark-grey)
|
|
743
|
+
}
|
|
244
744
|
|
|
245
|
-
.wl-card .wl-badge {
|
|
745
|
+
.wl-card .wl-badge {
|
|
746
|
+
display: inline-block;
|
|
747
|
+
margin-inline-end: 1em;
|
|
748
|
+
padding: 0 .3em;
|
|
749
|
+
border: 1px solid var(--waline-badge-color);
|
|
750
|
+
border-radius: 4px;
|
|
751
|
+
color: var(--waline-badge-color);
|
|
752
|
+
font-size: var(--waline-badge-font-size)
|
|
753
|
+
}
|
|
246
754
|
|
|
247
|
-
.wl-card .wl-time {
|
|
755
|
+
.wl-card .wl-time {
|
|
756
|
+
margin-inline-end: .875em;
|
|
757
|
+
color: var(--waline-info-color);
|
|
758
|
+
font-size: .75em
|
|
759
|
+
}
|
|
248
760
|
|
|
249
|
-
.wl-card .wl-meta {
|
|
761
|
+
.wl-card .wl-meta {
|
|
762
|
+
position: relative;
|
|
763
|
+
line-height: 1
|
|
764
|
+
}
|
|
250
765
|
|
|
251
|
-
.wl-card .wl-meta > span {
|
|
766
|
+
.wl-card .wl-meta > span {
|
|
767
|
+
display: inline-block;
|
|
768
|
+
margin-inline-end: .25em;
|
|
769
|
+
padding: 2px 4px;
|
|
770
|
+
border-radius: .2em;
|
|
771
|
+
background: var(--waline-info-bgcolor);
|
|
772
|
+
color: var(--waline-info-color);
|
|
773
|
+
font-size: var(--waline-info-font-size);
|
|
774
|
+
line-height: 1.5
|
|
775
|
+
}
|
|
252
776
|
|
|
253
|
-
.wl-card .wl-meta > span:empty {
|
|
777
|
+
.wl-card .wl-meta > span:empty {
|
|
778
|
+
display: none
|
|
779
|
+
}
|
|
254
780
|
|
|
255
|
-
.wl-card .wl-comment-actions {
|
|
781
|
+
.wl-card .wl-comment-actions {
|
|
782
|
+
float: right;
|
|
783
|
+
line-height: 1
|
|
784
|
+
}
|
|
256
785
|
|
|
257
|
-
[dir=rtl] .wl-card .wl-comment-actions {
|
|
786
|
+
[dir=rtl] .wl-card .wl-comment-actions {
|
|
787
|
+
float: left
|
|
788
|
+
}
|
|
258
789
|
|
|
259
|
-
.wl-card .wl-delete, .wl-card .wl-like, .wl-card .wl-reply, .wl-card .wl-edit {
|
|
790
|
+
.wl-card .wl-delete, .wl-card .wl-like, .wl-card .wl-reply, .wl-card .wl-edit {
|
|
791
|
+
display: inline-flex;
|
|
792
|
+
align-items: center;
|
|
793
|
+
border: none;
|
|
794
|
+
background: rgba(0, 0, 0, 0);
|
|
795
|
+
color: var(--waline-color);
|
|
796
|
+
line-height: 1;
|
|
797
|
+
cursor: pointer;
|
|
798
|
+
transition: color .2s ease
|
|
799
|
+
}
|
|
260
800
|
|
|
261
|
-
.wl-card .wl-delete:hover, .wl-card .wl-like:hover, .wl-card .wl-reply:hover, .wl-card .wl-edit:hover {
|
|
801
|
+
.wl-card .wl-delete:hover, .wl-card .wl-like:hover, .wl-card .wl-reply:hover, .wl-card .wl-edit:hover {
|
|
802
|
+
color: var(--waline-theme-color)
|
|
803
|
+
}
|
|
262
804
|
|
|
263
|
-
.wl-card .wl-delete.active, .wl-card .wl-like.active, .wl-card .wl-reply.active, .wl-card .wl-edit.active {
|
|
805
|
+
.wl-card .wl-delete.active, .wl-card .wl-like.active, .wl-card .wl-reply.active, .wl-card .wl-edit.active {
|
|
806
|
+
color: var(--waline-active-color)
|
|
807
|
+
}
|
|
264
808
|
|
|
265
|
-
.wl-card .wl-content {
|
|
809
|
+
.wl-card .wl-content {
|
|
810
|
+
position: relative;
|
|
811
|
+
margin-bottom: .75em;
|
|
812
|
+
padding-top: .625em;
|
|
813
|
+
font-size: .875em;
|
|
814
|
+
line-height: 2;
|
|
815
|
+
word-wrap: break-word
|
|
816
|
+
}
|
|
266
817
|
|
|
267
|
-
.wl-card .wl-content.expand {
|
|
818
|
+
.wl-card .wl-content.expand {
|
|
819
|
+
overflow: hidden;
|
|
820
|
+
max-height: 8em;
|
|
821
|
+
cursor: pointer
|
|
822
|
+
}
|
|
268
823
|
|
|
269
|
-
.wl-card .wl-content.expand::before {
|
|
824
|
+
.wl-card .wl-content.expand::before {
|
|
825
|
+
content: "";
|
|
826
|
+
position: absolute;
|
|
827
|
+
top: 0;
|
|
828
|
+
bottom: 3.15em;
|
|
829
|
+
inset-inline-start: 0;
|
|
830
|
+
z-index: 999;
|
|
831
|
+
display: block;
|
|
832
|
+
width: 100%;
|
|
833
|
+
background: linear-gradient(180deg, #000, rgba(255, 255, 255, 0.9))
|
|
834
|
+
}
|
|
270
835
|
|
|
271
|
-
.wl-card .wl-content.expand::after {
|
|
836
|
+
.wl-card .wl-content.expand::after {
|
|
837
|
+
content: attr(data-expand);
|
|
838
|
+
position: absolute;
|
|
839
|
+
bottom: 0;
|
|
840
|
+
inset-inline-start: 0;
|
|
841
|
+
z-index: 999;
|
|
842
|
+
display: block;
|
|
843
|
+
width: 100%;
|
|
844
|
+
height: 3.15em;
|
|
845
|
+
background: rgba(255, 255, 255, .9);
|
|
846
|
+
color: #828586;
|
|
847
|
+
line-height: 3.15em;
|
|
848
|
+
text-align: center
|
|
849
|
+
}
|
|
272
850
|
|
|
273
|
-
.wl-card .wl-content > *:first-child {
|
|
851
|
+
.wl-card .wl-content > *:first-child {
|
|
852
|
+
margin-top: 0
|
|
853
|
+
}
|
|
274
854
|
|
|
275
|
-
.wl-card .wl-content > *:last-child {
|
|
855
|
+
.wl-card .wl-content > *:last-child {
|
|
856
|
+
margin-bottom: 0
|
|
857
|
+
}
|
|
276
858
|
|
|
277
|
-
.wl-card .wl-admin-actions {
|
|
859
|
+
.wl-card .wl-admin-actions {
|
|
860
|
+
margin: 8px 0;
|
|
861
|
+
font-size: 12px;
|
|
862
|
+
text-align: right
|
|
863
|
+
}
|
|
278
864
|
|
|
279
|
-
.wl-card .wl-comment-status {
|
|
865
|
+
.wl-card .wl-comment-status {
|
|
866
|
+
margin: 0 8px
|
|
867
|
+
}
|
|
280
868
|
|
|
281
|
-
.wl-card .wl-comment-status .wl-btn {
|
|
869
|
+
.wl-card .wl-comment-status .wl-btn {
|
|
870
|
+
border-radius: 0
|
|
871
|
+
}
|
|
282
872
|
|
|
283
|
-
.wl-card .wl-comment-status .wl-btn:first-child {
|
|
873
|
+
.wl-card .wl-comment-status .wl-btn:first-child {
|
|
874
|
+
border-inline-end: 0;
|
|
875
|
+
border-radius: .5em 0 0 .5em
|
|
876
|
+
}
|
|
284
877
|
|
|
285
|
-
.wl-card .wl-comment-status .wl-btn:last-child {
|
|
878
|
+
.wl-card .wl-comment-status .wl-btn:last-child {
|
|
879
|
+
border-inline-start: 0;
|
|
880
|
+
border-radius: 0 .5em .5em 0
|
|
881
|
+
}
|
|
286
882
|
|
|
287
|
-
.wl-card .wl-quote {
|
|
883
|
+
.wl-card .wl-quote {
|
|
884
|
+
border-inline-start: 1px dashed rgba(237, 237, 237, .5)
|
|
885
|
+
}
|
|
288
886
|
|
|
289
|
-
.wl-card .wl-quote .wl-user {
|
|
887
|
+
.wl-card .wl-quote .wl-user {
|
|
888
|
+
--avatar-size: var(--waline-m-avatar-size)
|
|
889
|
+
}
|
|
290
890
|
|
|
291
|
-
.wl-close-icon {
|
|
891
|
+
.wl-close-icon {
|
|
892
|
+
color: var(--waline-border-color)
|
|
893
|
+
}
|
|
292
894
|
|
|
293
|
-
.wl-content .vemoji, .wl-content .wl-emoji {
|
|
895
|
+
.wl-content .vemoji, .wl-content .wl-emoji {
|
|
896
|
+
display: inline-block;
|
|
897
|
+
vertical-align: baseline;
|
|
898
|
+
height: 1.25em;
|
|
899
|
+
margin: -0.125em .25em
|
|
900
|
+
}
|
|
294
901
|
|
|
295
|
-
.wl-content .wl-tex {
|
|
902
|
+
.wl-content .wl-tex {
|
|
903
|
+
background: var(--waline-info-bgcolor);
|
|
904
|
+
color: var(--waline-info-color)
|
|
905
|
+
}
|
|
296
906
|
|
|
297
|
-
.wl-content span.wl-tex {
|
|
907
|
+
.wl-content span.wl-tex {
|
|
908
|
+
display: inline-block;
|
|
909
|
+
margin-inline-end: .25em;
|
|
910
|
+
padding: 2px 4px;
|
|
911
|
+
border-radius: .2em;
|
|
912
|
+
font-size: var(--waline-info-font-size);
|
|
913
|
+
line-height: 1.5
|
|
914
|
+
}
|
|
298
915
|
|
|
299
|
-
.wl-content p.wl-tex {
|
|
916
|
+
.wl-content p.wl-tex {
|
|
917
|
+
text-align: center
|
|
918
|
+
}
|
|
300
919
|
|
|
301
|
-
.wl-content .katex-display {
|
|
920
|
+
.wl-content .katex-display {
|
|
921
|
+
overflow: auto hidden;
|
|
922
|
+
-webkit-overflow-scrolling: touch;
|
|
923
|
+
padding-top: .2em;
|
|
924
|
+
padding-bottom: .2em
|
|
925
|
+
}
|
|
302
926
|
|
|
303
|
-
.wl-content .katex-display::-webkit-scrollbar {
|
|
927
|
+
.wl-content .katex-display::-webkit-scrollbar {
|
|
928
|
+
height: 3px
|
|
929
|
+
}
|
|
304
930
|
|
|
305
|
-
.wl-content .katex-error {
|
|
931
|
+
.wl-content .katex-error {
|
|
932
|
+
color: red
|
|
933
|
+
}
|
|
306
934
|
|
|
307
|
-
.wl-count {
|
|
935
|
+
.wl-count {
|
|
936
|
+
flex: 1;
|
|
937
|
+
font-weight: bold;
|
|
938
|
+
font-size: 1.25em
|
|
939
|
+
}
|
|
308
940
|
|
|
309
|
-
.wl-empty {
|
|
941
|
+
.wl-empty {
|
|
942
|
+
overflow: auto;
|
|
943
|
+
padding: 1.25em;
|
|
944
|
+
color: var(--waline-color);
|
|
945
|
+
text-align: center
|
|
946
|
+
}
|
|
310
947
|
|
|
311
|
-
.wl-operation {
|
|
948
|
+
.wl-operation {
|
|
949
|
+
text-align: center
|
|
950
|
+
}
|
|
312
951
|
|
|
313
|
-
.wl-operation button {
|
|
952
|
+
.wl-operation button {
|
|
953
|
+
margin: 1em 0
|
|
954
|
+
}
|
|
314
955
|
|
|
315
|
-
.wl-power {
|
|
956
|
+
.wl-power {
|
|
957
|
+
padding: .5em 0;
|
|
958
|
+
color: var(--waline-light-grey);
|
|
959
|
+
font-size: var(--waline-info-font-size);
|
|
960
|
+
text-align: end
|
|
961
|
+
}
|
|
316
962
|
|
|
317
|
-
.wl-meta-head {
|
|
963
|
+
.wl-meta-head {
|
|
964
|
+
display: flex;
|
|
965
|
+
flex-direction: row;
|
|
966
|
+
align-items: center;
|
|
967
|
+
padding: .375em
|
|
968
|
+
}
|
|
318
969
|
|
|
319
|
-
.wl-sort {
|
|
970
|
+
.wl-sort {
|
|
971
|
+
margin: 0;
|
|
972
|
+
list-style-type: none
|
|
973
|
+
}
|
|
320
974
|
|
|
321
|
-
.wl-sort li {
|
|
975
|
+
.wl-sort li {
|
|
976
|
+
display: inline-block;
|
|
977
|
+
color: var(--waline-info-color);
|
|
978
|
+
font-size: .75em;
|
|
979
|
+
cursor: pointer
|
|
980
|
+
}
|
|
322
981
|
|
|
323
|
-
.wl-sort li.active {
|
|
982
|
+
.wl-sort li.active {
|
|
983
|
+
color: var(--waline-theme-color)
|
|
984
|
+
}
|
|
324
985
|
|
|
325
|
-
.wl-sort li + li {
|
|
986
|
+
.wl-sort li + li {
|
|
987
|
+
margin-inline-start: 1em
|
|
988
|
+
}
|
|
326
989
|
|
|
327
|
-
.wl-reaction {
|
|
990
|
+
.wl-reaction {
|
|
991
|
+
overflow: auto hidden;
|
|
992
|
+
margin-bottom: 1.75em;
|
|
993
|
+
text-align: center
|
|
994
|
+
}
|
|
328
995
|
|
|
329
|
-
.wl-reaction img {
|
|
996
|
+
.wl-reaction img {
|
|
997
|
+
width: 100%;
|
|
998
|
+
height: 100%;
|
|
999
|
+
transition: all 250ms ease-in-out
|
|
1000
|
+
}
|
|
330
1001
|
|
|
331
|
-
.wl-reaction-title {
|
|
1002
|
+
.wl-reaction-title {
|
|
1003
|
+
margin: 16px auto;
|
|
1004
|
+
font-weight: bold;
|
|
1005
|
+
font-size: 18px
|
|
1006
|
+
}
|
|
332
1007
|
|
|
333
|
-
.wl-reaction-list {
|
|
1008
|
+
.wl-reaction-list {
|
|
1009
|
+
display: flex;
|
|
1010
|
+
flex-direction: row;
|
|
1011
|
+
gap: 16px;
|
|
1012
|
+
justify-content: center;
|
|
1013
|
+
margin: 0;
|
|
1014
|
+
padding: 8px;
|
|
1015
|
+
list-style-type: none
|
|
1016
|
+
}
|
|
334
1017
|
|
|
335
1018
|
@media (max-width: 580px) {
|
|
336
|
-
.wl-reaction-list {
|
|
1019
|
+
.wl-reaction-list {
|
|
1020
|
+
gap: 12px
|
|
1021
|
+
}
|
|
337
1022
|
}
|
|
338
1023
|
|
|
339
|
-
[data-waline] .wl-reaction-list {
|
|
1024
|
+
[data-waline] .wl-reaction-list {
|
|
1025
|
+
margin-inline-start: 0
|
|
1026
|
+
}
|
|
340
1027
|
|
|
341
|
-
.wl-reaction-item {
|
|
1028
|
+
.wl-reaction-item {
|
|
1029
|
+
display: flex;
|
|
1030
|
+
flex-direction: column;
|
|
1031
|
+
align-items: center;
|
|
1032
|
+
cursor: pointer
|
|
1033
|
+
}
|
|
342
1034
|
|
|
343
|
-
.wl-reaction-item:hover img, .wl-reaction-item.active img {
|
|
1035
|
+
.wl-reaction-item:hover img, .wl-reaction-item.active img {
|
|
1036
|
+
transform: scale(1.15)
|
|
1037
|
+
}
|
|
344
1038
|
|
|
345
|
-
.wl-reaction-img {
|
|
1039
|
+
.wl-reaction-img {
|
|
1040
|
+
position: relative;
|
|
1041
|
+
width: 42px;
|
|
1042
|
+
height: 42px
|
|
1043
|
+
}
|
|
346
1044
|
|
|
347
1045
|
@media (max-width: 580px) {
|
|
348
|
-
.wl-reaction-img {
|
|
1046
|
+
.wl-reaction-img {
|
|
1047
|
+
width: 32px;
|
|
1048
|
+
height: 32px
|
|
1049
|
+
}
|
|
349
1050
|
}
|
|
350
1051
|
|
|
351
|
-
.wl-reaction-loading {
|
|
1052
|
+
.wl-reaction-loading {
|
|
1053
|
+
position: absolute;
|
|
1054
|
+
top: -4px;
|
|
1055
|
+
inset-inline-end: -5px;
|
|
1056
|
+
width: 18px;
|
|
1057
|
+
height: 18px;
|
|
1058
|
+
color: var(--waline-theme-color)
|
|
1059
|
+
}
|
|
352
1060
|
|
|
353
|
-
.wl-reaction-votes {
|
|
1061
|
+
.wl-reaction-votes {
|
|
1062
|
+
position: absolute;
|
|
1063
|
+
top: -9px;
|
|
1064
|
+
inset-inline-end: -9px;
|
|
1065
|
+
min-width: 1em;
|
|
1066
|
+
padding: 2px;
|
|
1067
|
+
border: 1px solid var(--waline-theme-color);
|
|
1068
|
+
border-radius: 1em;
|
|
1069
|
+
background: var(--waline-bgcolor);
|
|
1070
|
+
color: var(--waline-theme-color);
|
|
1071
|
+
font-weight: 700;
|
|
1072
|
+
font-size: .75em;
|
|
1073
|
+
line-height: 1
|
|
1074
|
+
}
|
|
354
1075
|
|
|
355
|
-
.wl-reaction-item.active .wl-reaction-votes {
|
|
1076
|
+
.wl-reaction-item.active .wl-reaction-votes {
|
|
1077
|
+
background: var(--waline-theme-color);
|
|
1078
|
+
color: var(--waline-bgcolor)
|
|
1079
|
+
}
|
|
356
1080
|
|
|
357
|
-
.wl-reaction-text {
|
|
1081
|
+
.wl-reaction-text {
|
|
1082
|
+
font-size: .875em
|
|
1083
|
+
}
|
|
358
1084
|
|
|
359
|
-
.wl-reaction-item.active .wl-reaction-text {
|
|
1085
|
+
.wl-reaction-item.active .wl-reaction-text {
|
|
1086
|
+
color: var(--waline-theme-color)
|
|
1087
|
+
}
|
|
360
1088
|
|
|
361
|
-
.wl-content pre, .wl-content pre[class*=language-] {
|
|
1089
|
+
.wl-content pre, .wl-content pre[class*=language-] {
|
|
1090
|
+
overflow: auto;
|
|
1091
|
+
margin: .75rem 0;
|
|
1092
|
+
padding: 1rem 1.25rem;
|
|
1093
|
+
border-radius: 6px;
|
|
1094
|
+
background: var(--waline-code-bgcolor);
|
|
1095
|
+
line-height: 1.4
|
|
1096
|
+
}
|
|
362
1097
|
|
|
363
|
-
.wl-content pre code, .wl-content pre[class*=language-] code {
|
|
1098
|
+
.wl-content pre code, .wl-content pre[class*=language-] code {
|
|
1099
|
+
padding: 0;
|
|
1100
|
+
border-radius: 0;
|
|
1101
|
+
background: rgba(0, 0, 0, 0) !important;
|
|
1102
|
+
color: #bbb;
|
|
1103
|
+
direction: ltr
|
|
1104
|
+
}
|
|
364
1105
|
|
|
365
|
-
.wl-content code[class*=language-], .wl-content pre[class*=language-] {
|
|
1106
|
+
.wl-content code[class*=language-], .wl-content pre[class*=language-] {
|
|
1107
|
+
background: none;
|
|
1108
|
+
color: #ccc;
|
|
1109
|
+
font-size: 1em;
|
|
1110
|
+
text-align: left;
|
|
1111
|
+
white-space: pre;
|
|
1112
|
+
word-spacing: normal;
|
|
1113
|
+
word-wrap: normal;
|
|
1114
|
+
word-break: normal;
|
|
1115
|
+
tab-size: 4;
|
|
1116
|
+
hyphens: none
|
|
1117
|
+
}
|
|
366
1118
|
|
|
367
|
-
.wl-content pre[class*=language-] {
|
|
1119
|
+
.wl-content pre[class*=language-] {
|
|
1120
|
+
overflow: auto
|
|
1121
|
+
}
|
|
368
1122
|
|
|
369
|
-
.wl-content :not(pre) > code[class*=language-], .wl-content pre[class*=language-] {
|
|
1123
|
+
.wl-content :not(pre) > code[class*=language-], .wl-content pre[class*=language-] {
|
|
1124
|
+
background: #2d2d2d
|
|
1125
|
+
}
|
|
370
1126
|
|
|
371
|
-
.wl-content :not(pre) > code[class*=language-] {
|
|
1127
|
+
.wl-content :not(pre) > code[class*=language-] {
|
|
1128
|
+
padding: .1em;
|
|
1129
|
+
border-radius: .3em;
|
|
1130
|
+
white-space: normal
|
|
1131
|
+
}
|
|
372
1132
|
|
|
373
|
-
.wl-content .token.comment, .wl-content .token.block-comment, .wl-content .token.prolog, .wl-content .token.doctype, .wl-content .token.cdata {
|
|
1133
|
+
.wl-content .token.comment, .wl-content .token.block-comment, .wl-content .token.prolog, .wl-content .token.doctype, .wl-content .token.cdata {
|
|
1134
|
+
color: #999
|
|
1135
|
+
}
|
|
374
1136
|
|
|
375
|
-
.wl-content .token.punctuation {
|
|
1137
|
+
.wl-content .token.punctuation {
|
|
1138
|
+
color: #ccc
|
|
1139
|
+
}
|
|
376
1140
|
|
|
377
|
-
.wl-content .token.tag, .wl-content .token.attr-name, .wl-content .token.namespace, .wl-content .token.deleted {
|
|
1141
|
+
.wl-content .token.tag, .wl-content .token.attr-name, .wl-content .token.namespace, .wl-content .token.deleted {
|
|
1142
|
+
color: #e2777a
|
|
1143
|
+
}
|
|
378
1144
|
|
|
379
|
-
.wl-content .token.function-name {
|
|
1145
|
+
.wl-content .token.function-name {
|
|
1146
|
+
color: #6196cc
|
|
1147
|
+
}
|
|
380
1148
|
|
|
381
|
-
.wl-content .token.boolean, .wl-content .token.number, .wl-content .token.function {
|
|
1149
|
+
.wl-content .token.boolean, .wl-content .token.number, .wl-content .token.function {
|
|
1150
|
+
color: #f08d49
|
|
1151
|
+
}
|
|
382
1152
|
|
|
383
|
-
.wl-content .token.property, .wl-content .token.class-name, .wl-content .token.constant, .wl-content .token.symbol {
|
|
1153
|
+
.wl-content .token.property, .wl-content .token.class-name, .wl-content .token.constant, .wl-content .token.symbol {
|
|
1154
|
+
color: #f8c555
|
|
1155
|
+
}
|
|
384
1156
|
|
|
385
|
-
.wl-content .token.selector, .wl-content .token.important, .wl-content .token.atrule, .wl-content .token.keyword, .wl-content .token.builtin {
|
|
1157
|
+
.wl-content .token.selector, .wl-content .token.important, .wl-content .token.atrule, .wl-content .token.keyword, .wl-content .token.builtin {
|
|
1158
|
+
color: #cc99cd
|
|
1159
|
+
}
|
|
386
1160
|
|
|
387
|
-
.wl-content .token.string, .wl-content .token.char, .wl-content .token.attr-value, .wl-content .token.regex, .wl-content .token.variable {
|
|
1161
|
+
.wl-content .token.string, .wl-content .token.char, .wl-content .token.attr-value, .wl-content .token.regex, .wl-content .token.variable {
|
|
1162
|
+
color: #7ec699
|
|
1163
|
+
}
|
|
388
1164
|
|
|
389
|
-
.wl-content .token.operator, .wl-content .token.entity, .wl-content .token.url {
|
|
1165
|
+
.wl-content .token.operator, .wl-content .token.entity, .wl-content .token.url {
|
|
1166
|
+
color: #67cdcc
|
|
1167
|
+
}
|
|
390
1168
|
|
|
391
|
-
.wl-content .token.important, .wl-content .token.bold {
|
|
1169
|
+
.wl-content .token.important, .wl-content .token.bold {
|
|
1170
|
+
font-weight: bold
|
|
1171
|
+
}
|
|
392
1172
|
|
|
393
|
-
.wl-content .token.italic {
|
|
1173
|
+
.wl-content .token.italic {
|
|
1174
|
+
font-style: italic
|
|
1175
|
+
}
|
|
394
1176
|
|
|
395
|
-
.wl-content .token.entity {
|
|
1177
|
+
.wl-content .token.entity {
|
|
1178
|
+
cursor: help
|
|
1179
|
+
}
|
|
396
1180
|
|
|
397
|
-
.wl-content .token.inserted {
|
|
1181
|
+
.wl-content .token.inserted {
|
|
1182
|
+
color: green
|
|
1183
|
+
}
|
|
398
1184
|
|
|
399
|
-
.wl-recent-item p {
|
|
1185
|
+
.wl-recent-item p {
|
|
1186
|
+
display: inline
|
|
1187
|
+
}
|
|
400
1188
|
|
|
401
|
-
.wl-user-list {
|
|
1189
|
+
.wl-user-list {
|
|
1190
|
+
padding: 0;
|
|
1191
|
+
list-style: none
|
|
1192
|
+
}
|
|
402
1193
|
|
|
403
|
-
.wl-user-list a, .wl-user-list a:hover, .wl-user-list a:visited {
|
|
1194
|
+
.wl-user-list a, .wl-user-list a:hover, .wl-user-list a:visited {
|
|
1195
|
+
color: var(--waline-color);
|
|
1196
|
+
text-decoration: none
|
|
1197
|
+
}
|
|
404
1198
|
|
|
405
|
-
.wl-user-list .wl-user-avatar {
|
|
1199
|
+
.wl-user-list .wl-user-avatar {
|
|
1200
|
+
position: relative;
|
|
1201
|
+
display: inline-block;
|
|
1202
|
+
overflow: hidden;
|
|
1203
|
+
margin-inline-end: 10px;
|
|
1204
|
+
border-radius: 4px;
|
|
1205
|
+
line-height: 0
|
|
1206
|
+
}
|
|
406
1207
|
|
|
407
|
-
.wl-user-list .wl-user-avatar > img {
|
|
1208
|
+
.wl-user-list .wl-user-avatar > img {
|
|
1209
|
+
width: var(--waline-user-avatar-size, 48px);
|
|
1210
|
+
height: var(--waline-user-avatar-size, 48px)
|
|
1211
|
+
}
|
|
408
1212
|
|
|
409
|
-
.wl-user-list .wl-user-badge {
|
|
1213
|
+
.wl-user-list .wl-user-badge {
|
|
1214
|
+
position: absolute;
|
|
1215
|
+
bottom: 0;
|
|
1216
|
+
inset-inline-end: 0;
|
|
1217
|
+
min-width: .7em;
|
|
1218
|
+
height: 1.5em;
|
|
1219
|
+
padding: 0 .4em;
|
|
1220
|
+
border-radius: 4px;
|
|
1221
|
+
background: var(--waline-info-bgcolor);
|
|
1222
|
+
color: var(--waline-info-color);
|
|
1223
|
+
font-weight: bold;
|
|
1224
|
+
font-size: 10px;
|
|
1225
|
+
line-height: 1.5em;
|
|
1226
|
+
text-align: center
|
|
1227
|
+
}
|
|
410
1228
|
|
|
411
|
-
.wl-user-list .wl-user-item {
|
|
1229
|
+
.wl-user-list .wl-user-item {
|
|
1230
|
+
margin: 10px 0
|
|
1231
|
+
}
|
|
412
1232
|
|
|
413
|
-
.wl-user-list .wl-user-item:nth-child(1) .wl-user-badge {
|
|
1233
|
+
.wl-user-list .wl-user-item:nth-child(1) .wl-user-badge {
|
|
1234
|
+
background: var(--waline-rank-gold-bgcolor, #fa3939);
|
|
1235
|
+
color: var(--waline-white);
|
|
1236
|
+
font-weight: bold
|
|
1237
|
+
}
|
|
414
1238
|
|
|
415
|
-
.wl-user-list .wl-user-item:nth-child(2) .wl-user-badge {
|
|
1239
|
+
.wl-user-list .wl-user-item:nth-child(2) .wl-user-badge {
|
|
1240
|
+
background: var(--waline-rank-silver-bgcolor, #fb811c);
|
|
1241
|
+
color: var(--waline-white);
|
|
1242
|
+
font-weight: bold
|
|
1243
|
+
}
|
|
416
1244
|
|
|
417
|
-
.wl-user-list .wl-user-item:nth-child(3) .wl-user-badge {
|
|
1245
|
+
.wl-user-list .wl-user-item:nth-child(3) .wl-user-badge {
|
|
1246
|
+
background: var(--waline-rank-copper-bgcolor, #feb207);
|
|
1247
|
+
color: var(--waline-white)
|
|
1248
|
+
}
|
|
418
1249
|
|
|
419
|
-
.wl-user-list .wl-user-meta {
|
|
1250
|
+
.wl-user-list .wl-user-meta {
|
|
1251
|
+
display: inline-block;
|
|
1252
|
+
vertical-align: top
|
|
1253
|
+
}
|
|
420
1254
|
|
|
421
|
-
.wl-user-list .wl-badge {
|
|
1255
|
+
.wl-user-list .wl-badge {
|
|
1256
|
+
display: inline-block;
|
|
1257
|
+
vertical-align: text-top;
|
|
1258
|
+
margin-inline-start: .5em;
|
|
1259
|
+
padding: 0 .3em;
|
|
1260
|
+
border: 1px solid var(--waline-badge-color);
|
|
1261
|
+
border-radius: 4px;
|
|
1262
|
+
color: var(--waline-badge-color);
|
|
1263
|
+
font-size: var(--waline-badge-font-size)
|
|
1264
|
+
}
|
|
422
1265
|
|
|
423
|
-
.wl-user-wall {
|
|
1266
|
+
.wl-user-wall {
|
|
1267
|
+
padding: 0;
|
|
1268
|
+
list-style: none
|
|
1269
|
+
}
|
|
424
1270
|
|
|
425
|
-
.wl-user-wall .wl-user-badge, .wl-user-wall .wl-user-meta {
|
|
1271
|
+
.wl-user-wall .wl-user-badge, .wl-user-wall .wl-user-meta {
|
|
1272
|
+
display: none
|
|
1273
|
+
}
|
|
426
1274
|
|
|
427
|
-
.wl-user-wall .wl-user-item {
|
|
1275
|
+
.wl-user-wall .wl-user-item {
|
|
1276
|
+
position: relative;
|
|
1277
|
+
display: inline-block;
|
|
1278
|
+
transition: transform ease-in-out .2s
|
|
1279
|
+
}
|
|
428
1280
|
|
|
429
|
-
.wl-user-wall .wl-user-item::before, .wl-user-wall .wl-user-item::after {
|
|
1281
|
+
.wl-user-wall .wl-user-item::before, .wl-user-wall .wl-user-item::after {
|
|
1282
|
+
position: absolute;
|
|
1283
|
+
bottom: 100%;
|
|
1284
|
+
left: 50%;
|
|
1285
|
+
z-index: 10;
|
|
1286
|
+
opacity: 0;
|
|
1287
|
+
pointer-events: none;
|
|
1288
|
+
transition: all .18s ease-out .18s;
|
|
1289
|
+
transform: translate(-50%, 4px);
|
|
1290
|
+
transform-origin: top
|
|
1291
|
+
}
|
|
430
1292
|
|
|
431
|
-
.wl-user-wall .wl-user-item::before {
|
|
1293
|
+
.wl-user-wall .wl-user-item::before {
|
|
1294
|
+
content: "";
|
|
1295
|
+
width: 0;
|
|
1296
|
+
height: 0;
|
|
1297
|
+
border: 5px solid rgba(0, 0, 0, 0);
|
|
1298
|
+
border-top-color: rgba(16, 16, 16, .95)
|
|
1299
|
+
}
|
|
432
1300
|
|
|
433
|
-
.wl-user-wall .wl-user-item::after {
|
|
1301
|
+
.wl-user-wall .wl-user-item::after {
|
|
1302
|
+
content: attr(aria-label);
|
|
1303
|
+
margin-bottom: 10px;
|
|
1304
|
+
padding: .5em 1em;
|
|
1305
|
+
border-radius: 2px;
|
|
1306
|
+
background: rgba(16, 16, 16, .95);
|
|
1307
|
+
color: #fff;
|
|
1308
|
+
font-size: 12px;
|
|
1309
|
+
white-space: nowrap
|
|
1310
|
+
}
|
|
434
1311
|
|
|
435
|
-
.wl-user-wall .wl-user-item:hover {
|
|
1312
|
+
.wl-user-wall .wl-user-item:hover {
|
|
1313
|
+
transform: scale(1.1)
|
|
1314
|
+
}
|
|
436
1315
|
|
|
437
|
-
.wl-user-wall .wl-user-item:hover::before, .wl-user-wall .wl-user-item:hover::after {
|
|
1316
|
+
.wl-user-wall .wl-user-item:hover::before, .wl-user-wall .wl-user-item:hover::after {
|
|
1317
|
+
opacity: 1;
|
|
1318
|
+
pointer-events: none;
|
|
1319
|
+
transform: translate(-50%, 0)
|
|
1320
|
+
}
|
|
438
1321
|
|
|
439
|
-
.wl-user-wall .wl-user-item img {
|
|
1322
|
+
.wl-user-wall .wl-user-item img {
|
|
1323
|
+
width: var(--waline-user-avatar-size, 48px);
|
|
1324
|
+
height: var(--waline-user-avatar-size, 48px)
|
|
1325
|
+
}
|
|
440
1326
|
}
|
|
441
1327
|
|