chbim-time-axis-v2 0.1.9 → 0.2.0
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.
|
@@ -11594,7 +11594,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
11594
11594
|
ref: containerRef,
|
|
11595
11595
|
onScroll: handleScroll
|
|
11596
11596
|
}, [
|
|
11597
|
-
_cache[
|
|
11597
|
+
_cache[2] || (_cache[2] = createStaticVNode('<div class="headerRow" data-v-28398f25><div class="headerCell" data-v-28398f25>内容</div><div class="headerCell" data-v-28398f25>开始时间</div><div class="headerCell" data-v-28398f25>结束时间</div><div class="headerCell" data-v-28398f25>操作</div></div>', 1)),
|
|
11598
11598
|
createElementVNode("div", _hoisted_1$2, [
|
|
11599
11599
|
(openBlock(true), createElementBlock(Fragment, null, renderList(flatTasks.value, (item) => {
|
|
11600
11600
|
return openBlock(), createElementBlock("div", {
|
|
@@ -11617,9 +11617,21 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
11617
11617
|
item.task.warning ? (openBlock(), createElementBlock("span", _hoisted_4$2, "⚠️")) : createCommentVNode("", true),
|
|
11618
11618
|
item.task.type === "group" ? (openBlock(), createElementBlock("span", {
|
|
11619
11619
|
key: 1,
|
|
11620
|
-
style: { "margin-right": "5px", "cursor": "pointer" },
|
|
11620
|
+
style: normalizeStyle([{ "margin-right": "5px", "cursor": "pointer", "width": "1em", "display": "inline-block", "transition": "transform 0.3s" }, {
|
|
11621
|
+
transform: !item.task.collapsed ? "rotateZ(-90deg)" : "rotateZ(0deg)"
|
|
11622
|
+
}]),
|
|
11621
11623
|
onClick: withModifiers(($event) => _ctx.$emit("toggle-group", item.task.id), ["stop"])
|
|
11622
|
-
},
|
|
11624
|
+
}, [..._cache[1] || (_cache[1] = [
|
|
11625
|
+
createElementVNode("svg", {
|
|
11626
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11627
|
+
viewBox: "0 0 1024 1024"
|
|
11628
|
+
}, [
|
|
11629
|
+
createElementVNode("path", {
|
|
11630
|
+
fill: "currentColor",
|
|
11631
|
+
d: "M831.872 340.864 512 652.672 192.128 340.864a30.59 30.59 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.59 30.59 0 0 0-42.752 0z"
|
|
11632
|
+
})
|
|
11633
|
+
], -1)
|
|
11634
|
+
])], 12, _hoisted_5$2)) : createCommentVNode("", true),
|
|
11623
11635
|
createTextVNode(" " + toDisplayString(item.task.name), 1)
|
|
11624
11636
|
], 12, _hoisted_3$2),
|
|
11625
11637
|
createElementVNode("div", _hoisted_6$2, [
|
|
@@ -11672,7 +11684,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
11672
11684
|
};
|
|
11673
11685
|
}
|
|
11674
11686
|
});
|
|
11675
|
-
const
|
|
11687
|
+
const TaskList_vue_vue_type_style_index_0_scoped_28398f25_lang = "";
|
|
11676
11688
|
const _export_sfc = (sfc, props) => {
|
|
11677
11689
|
const target = sfc.__vccOpts || sfc;
|
|
11678
11690
|
for (const [key, val] of props) {
|
|
@@ -11680,7 +11692,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
11680
11692
|
}
|
|
11681
11693
|
return target;
|
|
11682
11694
|
};
|
|
11683
|
-
const TaskList = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
11695
|
+
const TaskList = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-28398f25"]]);
|
|
11684
11696
|
var utc$1 = { exports: {} };
|
|
11685
11697
|
(function(module, exports) {
|
|
11686
11698
|
!function(t, i) {
|