chbim-time-axis-v2 0.0.11 → 0.0.12
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.
|
@@ -12788,7 +12788,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
12788
12788
|
tasks: {}
|
|
12789
12789
|
},
|
|
12790
12790
|
emits: ["taskUpdate", "update:tasks", "add", "delete", "task-enter", "task-leave"],
|
|
12791
|
-
setup(__props, { emit: __emit }) {
|
|
12791
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
12792
12792
|
const props = __props;
|
|
12793
12793
|
const emit = __emit;
|
|
12794
12794
|
const contextMenuVisible = ref(false);
|
|
@@ -13414,6 +13414,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13414
13414
|
if (isMinimized.value)
|
|
13415
13415
|
isMaximized.value = false;
|
|
13416
13416
|
};
|
|
13417
|
+
__expose({
|
|
13418
|
+
toggleMaximize,
|
|
13419
|
+
toggleMinimize
|
|
13420
|
+
});
|
|
13417
13421
|
return (_ctx, _cache) => {
|
|
13418
13422
|
return openBlock(), createElementBlock("div", {
|
|
13419
13423
|
class: normalizeClass(["cesiumGanttRoot", { maximized: isMaximized.value, minimized: isMinimized.value }])
|
|
@@ -13616,8 +13620,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13616
13620
|
};
|
|
13617
13621
|
}
|
|
13618
13622
|
});
|
|
13619
|
-
const
|
|
13620
|
-
const CesiumGantt = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
13623
|
+
const CesiumGantt_vue_vue_type_style_index_0_scoped_ddc42e1a_lang = "";
|
|
13624
|
+
const CesiumGantt = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ddc42e1a"]]);
|
|
13621
13625
|
CesiumGantt.install = (app) => {
|
|
13622
13626
|
app.component("CesiumGantt", CesiumGantt);
|
|
13623
13627
|
};
|