@ailaw/venus 0.6.3 → 0.6.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.
Files changed (2) hide show
  1. package/dist/venus.es.js +5 -3
  2. package/package.json +1 -1
package/dist/venus.es.js CHANGED
@@ -1036,12 +1036,12 @@ var render$a = function() {
1036
1036
  var _vm = this;
1037
1037
  var _h = _vm.$createElement;
1038
1038
  var _c = _vm._self._c || _h;
1039
- return _c("ant-tag", { attrs: { "color": _vm.tagColor(_vm.assigneeType) } }, [_vm._v(" " + _vm._s(_vm.$t(_vm.AssigneeTypesText[_vm.assigneeType])) + " ")]);
1039
+ return _c("ant-tag", { attrs: { "color": _vm.tagColor(_vm.assigneeType || "EMPTY_DEFAULT") } }, [_vm._v(" " + _vm._s(_vm.$t(_vm.AssigneeTypesText[_vm.assigneeType])) + " ")]);
1040
1040
  };
1041
1041
  var staticRenderFns$a = [];
1042
1042
  var index_vue_vue_type_style_index_0_scoped_true_lang$5 = "";
1043
1043
  const __cssModules$a = {};
1044
- var __component__$a = /* @__PURE__ */ normalizeComponent(__vue2_script$a, render$a, staticRenderFns$a, false, __vue2_injectStyles$a, "145c1099", null, null);
1044
+ var __component__$a = /* @__PURE__ */ normalizeComponent(__vue2_script$a, render$a, staticRenderFns$a, false, __vue2_injectStyles$a, "3f69c61c", null, null);
1045
1045
  function __vue2_injectStyles$a(context) {
1046
1046
  for (let o in __cssModules$a) {
1047
1047
  this[o] = __cssModules$a[o];
@@ -2137,11 +2137,13 @@ var __vue2_script$1 = defineComponent({
2137
2137
  }
2138
2138
  };
2139
2139
  const writeQuery = (id, newRecord) => {
2140
+ console.log(id, newRecord);
2140
2141
  const variables = mainModal.value.getVariables();
2141
2142
  const existed = client.readQuery({
2142
2143
  query: SearchTaskTemplatesQuery,
2143
2144
  variables
2144
2145
  });
2146
+ console.log(variables);
2145
2147
  client.writeQuery({
2146
2148
  query: SearchTaskTemplatesQuery,
2147
2149
  data: {
@@ -2251,7 +2253,7 @@ var render$1 = function() {
2251
2253
  var staticRenderFns$1 = [];
2252
2254
  var index_vue_vue_type_style_index_0_scoped_true_lang = "";
2253
2255
  const __cssModules$1 = {};
2254
- var __component__$1 = /* @__PURE__ */ normalizeComponent(__vue2_script$1, render$1, staticRenderFns$1, false, __vue2_injectStyles$1, "aa001828", null, null);
2256
+ var __component__$1 = /* @__PURE__ */ normalizeComponent(__vue2_script$1, render$1, staticRenderFns$1, false, __vue2_injectStyles$1, "7015b16f", null, null);
2255
2257
  function __vue2_injectStyles$1(context) {
2256
2258
  for (let o in __cssModules$1) {
2257
2259
  this[o] = __cssModules$1[o];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "files": [
5
5
  "dist"
6
6
  ],