@ailaw/venus 1.22.0 → 1.23.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
@@ -21,7 +21,7 @@ import { defineComponent, ref, watch, toRefs, reactive, computed, getCurrentScop
21
21
  import { Select, Modal, FormModel, Input, Checkbox, Divider, Button, Popover, Upload, Tag, Icon, Tooltip, Form, Row, Col, Radio, Popconfirm, Table, Badge, Card, message } from "ant-design-vue";
22
22
  import { useQuery, useResult, useMutation, useApolloClient } from "@vue/apollo-composable";
23
23
  import gql from "graphql-tag";
24
- import { path, uniqBy, prop, sort } from "ramda";
24
+ import { path, uniqBy, prop, sort, omit } from "ramda";
25
25
  var index$5 = "";
26
26
  function __variableDynamicImportRuntime0__$1(path2) {
27
27
  switch (path2) {
@@ -1574,7 +1574,7 @@ var render$8 = function() {
1574
1574
  return _vm.changeVal("generalTaskType", $event.target.value);
1575
1575
  } } }, [_c("ant-radio", { attrs: { "value": _vm.TaskTypes.clientUpload } }, [_vm._v(" " + _vm._s(_vm.$t("message.clientUpload")) + " ")]), _c("ant-radio", { attrs: { "value": _vm.TaskTypes.clientReview, "disabled": _vm.isAttorneySelected } }, [_vm._v(" " + _vm._s(_vm.$t("message.clientReview")) + " ")])], 1) : _c("div", [_vm._v(_vm._s(_vm.$t("message.worksheet")))])], 1), _c("ant-form-item", { attrs: { "label": "" + _vm.$t("message.descriptions") + " (" + _vm.$t("message.optional") + ")" } }, [_c("ant-textarea", { attrs: { "disabled": _vm.disabled, "value": _vm.value.descriptions }, on: { "input": function($event) {
1576
1576
  return _vm.changeVal("descriptions", $event.target.value);
1577
- } } })], 1), _c("ant-form-item", { attrs: { "label": "" + _vm.$t("message.attachment") + " (" + _vm.$t("message.optional") + ")" } }, [_c("a-file-uploader", { attrs: { "disabled": _vm.disabled, "value": _vm.value.sampleDocs, "uploadFilesFunc": _vm.uploadFilesFunc }, on: { "change": function($event) {
1577
+ } } })], 1), _c("ant-form-item", { attrs: { "label": "" + _vm.$t("message.attachment") + " (" + _vm.$t("message.optional") + ")" } }, [_c("a-file-uploader", { attrs: { "disabled": _vm.value.presetDocs != null || _vm.disabled, "value": _vm.value.presetDocs || _vm.value.sampleDocs, "uploadFilesFunc": _vm.uploadFilesFunc }, on: { "change": function($event) {
1578
1578
  return _vm.changeVal("sampleDocs", $event);
1579
1579
  } } })], 1), _c("ant-form-item", { attrs: { "label": "" + _vm.$t("message.tags") + " (" + _vm.$t("message.optional") + ")" } }, [_c("ant-select", { attrs: { "disabled": _vm.disabled, "mode": "tags", "value": _vm.value.tagList || [], "options": [] }, on: { "change": function($event) {
1580
1580
  return _vm.changeVal("tagList", $event);
@@ -1583,7 +1583,7 @@ var render$8 = function() {
1583
1583
  var staticRenderFns$8 = [];
1584
1584
  var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
1585
1585
  const __cssModules$8 = {};
1586
- var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "fe264b44", null, null);
1586
+ var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "d1e78448", null, null);
1587
1587
  function __vue2_injectStyles$8(context) {
1588
1588
  for (let o in __cssModules$8) {
1589
1589
  this[o] = __cssModules$8[o];
@@ -1653,7 +1653,7 @@ var __vue2_script$7 = defineComponent({
1653
1653
  var _a;
1654
1654
  if (passed) {
1655
1655
  const data = {
1656
- taskTemplateObj: __spreadProps(__spreadValues({}, ts), {
1656
+ taskTemplateObj: __spreadProps(__spreadValues({}, omit(["presetDocs"], ts)), {
1657
1657
  taskName: (_a = ts.taskName) == null ? void 0 : _a.trim(),
1658
1658
  taskType: props.value.taskTemplateObj.taskType,
1659
1659
  tagList: ts.tagList || [],
@@ -1714,7 +1714,7 @@ var render$7 = function() {
1714
1714
  var staticRenderFns$7 = [];
1715
1715
  var index_vue_vue_type_style_index_0_scoped_true_lang$2 = "";
1716
1716
  const __cssModules$7 = {};
1717
- var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "988d3f96", null, null);
1717
+ var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "0bb14be4", null, null);
1718
1718
  function __vue2_injectStyles$7(context) {
1719
1719
  for (let o in __cssModules$7) {
1720
1720
  this[o] = __cssModules$7[o];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.22.0",
3
+ "version": "1.23.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],