econtrol-tools-calendar 1.0.3 → 1.0.4

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/dist/calendar.js CHANGED
@@ -1322,7 +1322,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1322
1322
  title: editingEvent.value ? "编辑预约" : "添加预约",
1323
1323
  width: "520px",
1324
1324
  class: "event-dialog",
1325
- "close-on-click-modal": false
1325
+ "close-on-click-modal": false,
1326
+ "append-to-body": "",
1327
+ "z-index": 3e3,
1328
+ "destroy-on-close": false,
1329
+ "lock-scroll": true,
1330
+ modal: true,
1331
+ "open-delay": 0,
1332
+ "close-delay": 0
1326
1333
  }, {
1327
1334
  footer: withCtx(() => [
1328
1335
  createVNode(_component_el_button, {
@@ -1439,7 +1446,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
1439
1446
  title: "设备详情",
1440
1447
  width: "600px",
1441
1448
  class: "device-dialog",
1442
- "close-on-click-modal": true
1449
+ "close-on-click-modal": true,
1450
+ "append-to-body": "",
1451
+ "z-index": 3e3,
1452
+ "destroy-on-close": false,
1453
+ "lock-scroll": true,
1454
+ modal: true,
1455
+ "open-delay": 0,
1456
+ "close-delay": 0
1443
1457
  }, {
1444
1458
  footer: withCtx(() => [
1445
1459
  createVNode(_component_el_button, {
@@ -1534,7 +1548,7 @@ const _export_sfc = (sfc, props) => {
1534
1548
  }
1535
1549
  return target;
1536
1550
  };
1537
- const SCalendarComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a2fbaac5"]]);
1551
+ const SCalendarComponent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9612e30e"]]);
1538
1552
  function getHolidays(year) {
1539
1553
  const holidays = {};
1540
1554
  if (year === 2026) {