@fuxishi/el-cron-picker 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/README.md CHANGED
@@ -48,3 +48,4 @@ import "@fuxishi/el-cron-picker/dist/el-cron-picker.css"
48
48
  v-1.0.1 解决无 tooltip 问题
49
49
  v-1.0.2 解决宽度问题
50
50
  v-1.0.3 解决 cronConfig 组件无法实时更新数据问题
51
+ v-1.0.4 解决 cronConfig 组件添加实时更新后数据错误问题
@@ -1,2 +1,2 @@
1
- .border-container[data-v-1a0334cc]{border:1px solid #eee;border-radius:5px;margin-bottom:10px;padding:10px}.el-radio-group[data-v-1a0334cc]{flex-direction:column;align-items:flex-start;display:flex}.el-radio-group .el-radio[data-v-1a0334cc]{margin:0 0 8px}.time-tag[data-v-1a0334cc]{margin-top:5px;margin-right:5px}.icon-span[data-v-c7646e2c],.icon-span[data-v-c7646e2c] svg{width:16px;height:16px}.el-drawer-header-custom{margin:0!important}
1
+ .border-container[data-v-f45c938e]{border:1px solid #eee;border-radius:5px;margin-bottom:10px;padding:10px}.el-radio-group[data-v-f45c938e]{flex-direction:column;align-items:flex-start;display:flex}.el-radio-group .el-radio[data-v-f45c938e]{margin:0 0 8px}.time-tag[data-v-f45c938e]{margin-top:5px;margin-right:5px}.icon-span[data-v-c7646e2c],.icon-span[data-v-c7646e2c] svg{width:16px;height:16px}.el-drawer-header-custom{margin:0!important}
2
2
  /*$vite$:1*/
@@ -38386,7 +38386,7 @@ var _hoisted_1$1 = { class: "border-container" }, _hoisted_2$1 = { class: "borde
38386
38386
  return onMounted(() => {
38387
38387
  r.modelValue && IZ(r.modelValue);
38388
38388
  }), watch(() => r.modelValue, (e) => {
38389
- IZ(e);
38389
+ isCron(e) && IZ(e);
38390
38390
  }), watch(() => L.day.type, (e) => {
38391
38391
  e !== "none" && e !== "every" && (L.week.type = "none");
38392
38392
  }), watch(() => L.week.type, (e) => {
@@ -39108,7 +39108,7 @@ var _hoisted_1$1 = { class: "border-container" }, _hoisted_2$1 = { class: "borde
39108
39108
  let n = e.__vccOpts || e;
39109
39109
  for (let [e, r] of t) n[e] = r;
39110
39110
  return n;
39111
- }, ElCronConfig_default = /* @__PURE__ */ __plugin_vue_export_helper_default(ElCronConfig_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-1a0334cc"]]), _hoisted_1 = { style: {
39111
+ }, ElCronConfig_default = /* @__PURE__ */ __plugin_vue_export_helper_default(ElCronConfig_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-f45c938e"]]), _hoisted_1 = { style: {
39112
39112
  display: "flex",
39113
39113
  "justify-content": "end"
39114
39114
  } }, _hoisted_2 = { style: { display: "inline-block" } }, _hoisted_3 = ["innerHTML"], _hoisted_4 = { key: 2 }, _hoisted_5 = { style: {