vue-gantt-3
Version:
A gantt component for Vue 3
26 lines (25 loc) • 1.39 kB
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const ExpandableBox_vue_vue_type_script_lang = require("./ExpandableBox.vue2.js");
const vue = require("vue");
;/* empty css */
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
const _hoisted_1 = { class: "c-expandable-box" };
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
vue.createElementVNode("div", {
style: vue.normalizeStyle([_ctx.boxStyle, { "overflow": "hidden", "height": "100%" }]),
class: vue.normalizeClass([_ctx.contentClass, "c-expandable-box-body"])
}, [
vue.renderSlot(_ctx.$slots, "default")
], 6),
_ctx.draglineShow ? (vue.openBlock(), vue.createElementBlock("div", {
key: 0,
class: vue.normalizeClass(["_drag-line", { indragging: _ctx.indragging }]),
onMousedown: _cache[0] || (_cache[0] = (...args) => _ctx.handleMouseDown && _ctx.handleMouseDown(...args))
}, null, 34)) : vue.createCommentVNode("", true)
]);
}
const ExpandableBox = /* @__PURE__ */ _pluginVue_exportHelper.default(ExpandableBox_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
exports.default = ExpandableBox;
//# sourceMappingURL=ExpandableBox.vue.js.map