UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

33 lines (30 loc) 1.45 kB
import _sfc_main from './thumb.vue_vue_type_script_lang.mjs'; import { openBlock, createBlock, Transition, withCtx, withDirectives, createElementVNode, normalizeClass, normalizeStyle, vShow } from 'vue'; import _export_sfc from '../../_virtual/_plugin-vue_export-helper.mjs'; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createBlock(Transition, { name: `${_ctx.prefixCls}-fade`, persisted: "" }, { default: withCtx(() => [ withDirectives(createElementVNode("div", { class: normalizeClass(_ctx.wrapperClasses), onMousedown: _cache[1] || (_cache[1] = (...args) => _ctx.handleThumbWrapperMousedown && _ctx.handleThumbWrapperMousedown(...args)), ref: "thumbWrapper" }, [ createElementVNode("div", { class: normalizeClass(`${_ctx.prefixCls}-thumb`), style: normalizeStyle(_ctx.thumbStyles), onMousedown: _cache[0] || (_cache[0] = (...args) => _ctx.handleThumbMousedown && _ctx.handleThumbMousedown(...args)), ref: "thumb" }, null, 38) ], 34), [ [vShow, _ctx.always || _ctx.data.visible] ]) ]), _: 1 }, 8, ["name"]); } var Thumb = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\louise\\person\\project\\GitHub\\ivue-ui-plus\\src\\components\\ivue-scrollbar\\thumb.vue"]]); export { Thumb as default }; //# sourceMappingURL=thumb.mjs.map