@dev_ailaw/venus 1.431.0 → 1.434.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.
Files changed (2) hide show
  1. package/dist/venus.es.js +5 -5
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -2747,16 +2747,16 @@ var render$8 = function() {
2747
2747
  } } }, [_vm._v(" " + _vm._s(_vm.$t("message.sendTaskEmail")) + " ")])], 1) : _vm._e(), _c("div", [_vm.hasDoubleConfirm ? _c("ant-popconfirm", { attrs: { "title": _vm.$t("message.updateTaskConfirm"), "placement": "top" }, on: { "confirm": _vm.submit } }, [_c("ant-button", { attrs: { "loading": _vm.loading, "type": "primary" } }, [_vm._v(_vm._s(_vm.$t("message.submit")) + " ")])], 1) : _c("ant-button", { attrs: { "loading": _vm.loading, "type": "primary" }, on: { "click": _vm.submit } }, [_vm._v(_vm._s(_vm.$t("message.submit")) + " ")]), _c("ant-button", { on: { "click": function($event) {
2748
2748
  return _vm.changeVisible(false);
2749
2749
  } } }, [_vm._v(_vm._s(_vm.$t("message.cancel")) + " ")])], 1)])];
2750
- }, proxy: true }]) }, [_c("task-form", { ref: "taskForm", attrs: { "upload-files-func": _vm.uploadFilesFunc, "law-firm-id": _vm.lawFirmId, "user-id": _vm.userId, "value": _vm.value.taskTemplateObj, "show-ai-rule": _vm.showAiRule, "check-rule-func": _vm.checkRuleFunc }, on: { "update:value": _vm.updateFormValue } }), _vm.showAddToList ? _c("ant-checkbox", { attrs: { "checked": _vm.value.isAddedToTask }, on: { "change": function($event) {
2750
+ }, proxy: true }]) }, [_vm._t("banner"), _c("task-form", { ref: "taskForm", attrs: { "upload-files-func": _vm.uploadFilesFunc, "law-firm-id": _vm.lawFirmId, "user-id": _vm.userId, "value": _vm.value.taskTemplateObj, "show-ai-rule": _vm.showAiRule, "check-rule-func": _vm.checkRuleFunc }, on: { "update:value": _vm.updateFormValue } }), _vm.showAddToList ? _c("ant-checkbox", { attrs: { "checked": _vm.value.isAddedToTask }, on: { "change": function($event) {
2751
2751
  return _vm.changeVal("isAddedToTask", $event.target.checked);
2752
2752
  } } }, [_vm._v(" " + _vm._s(_vm.$t("message.addToTaskList")) + " ")]) : _vm._e(), _vm.showAllowSubmit ? _c("ant-checkbox", { staticClass: "ml-2", attrs: { "checked": _vm.value.allowSubmitWithoutFile }, on: { "change": function($event) {
2753
2753
  return _vm.changeVal("allowSubmitWithoutFile", $event.target.checked);
2754
- } } }, [_vm._v(" " + _vm._s(_vm.$t("message.allowSubmitWithoutFile")) + " ")]) : _vm._e()], 1);
2754
+ } } }, [_vm._v(" " + _vm._s(_vm.$t("message.allowSubmitWithoutFile")) + " ")]) : _vm._e()], 2);
2755
2755
  };
2756
2756
  var staticRenderFns$8 = [];
2757
2757
  var index_vue_vue_type_style_index_0_scoped_true_lang$2 = "";
2758
2758
  const __cssModules$8 = {};
2759
- var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "c6f522a6", null, null);
2759
+ var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "528891f1", null, null);
2760
2760
  function __vue2_injectStyles$8(context) {
2761
2761
  for (let o in __cssModules$8) {
2762
2762
  this[o] = __cssModules$8[o];
@@ -3734,12 +3734,12 @@ var render$1 = function() {
3734
3734
  _vm.tempTask = $event;
3735
3735
  }, "update:visible": function($event) {
3736
3736
  _vm.newTaskVisible = $event;
3737
- }, "submit": _vm._submit } })], 1) : _vm._e();
3737
+ }, "submit": _vm._submit } }, [_c("template", { slot: "banner" }, [_vm._t("new-task-banner")], 2)], 2)], 1) : _vm._e();
3738
3738
  };
3739
3739
  var staticRenderFns$1 = [];
3740
3740
  var index_vue_vue_type_style_index_0_scoped_true_lang = "";
3741
3741
  const __cssModules$1 = {};
3742
- var __component__$1 = /* @__PURE__ */ normalizeComponent(__vue2_script$1, render$1, staticRenderFns$1, false, __vue2_injectStyles$1, "59a394f1", null, null);
3742
+ var __component__$1 = /* @__PURE__ */ normalizeComponent(__vue2_script$1, render$1, staticRenderFns$1, false, __vue2_injectStyles$1, "36293e7b", null, null);
3743
3743
  function __vue2_injectStyles$1(context) {
3744
3744
  for (let o in __cssModules$1) {
3745
3745
  this[o] = __cssModules$1[o];
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.431.0",
6
+ "version": "1.434.0",
7
7
  "files": [
8
8
  "dist"
9
9
  ],