@ailaw/venus 1.264.0 → 1.266.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.
package/dist/en.js CHANGED
@@ -1748,7 +1748,15 @@ var en$1 = {
1748
1748
  smartShuttleStatus_success: "The filing of this form was successful. Please check your USCIS account.",
1749
1749
  smartShuttleStatus_processing: "This form is being processed.",
1750
1750
  toReuseThisDoc: "To reuse this file in the document center.",
1751
- belongsTo: "Belongs To"
1751
+ belongsTo: "Belongs To",
1752
+ companyDocumentCenter: "Company Document Center",
1753
+ companyDocumentCenterDescription: "The following tasks will reuse these documents and be automatically submitted.",
1754
+ files: "Files",
1755
+ lastUploadedAt: "Last Uploaded At",
1756
+ todolist: "Todo List",
1757
+ notificationForDocumentReuse: "Notification for document reuse",
1758
+ documentReuseDesc: "The following tasks will reuse these documents and be automatically submitted.",
1759
+ saveFilesToDocumentCenterForReuse: "Save files to document center for reuse."
1752
1760
  };
1753
1761
  var en2 = {
1754
1762
  account: "Account",
package/dist/venus.es.js CHANGED
@@ -2088,10 +2088,10 @@ var __vue2_script$8 = defineComponent({
2088
2088
  return true;
2089
2089
  });
2090
2090
  watch(() => shouldShowBelongsTo.value, (shouldShow) => {
2091
- if (!shouldShow) {
2092
- changeVal("taskSmartType", "");
2091
+ if (shouldShow && !props.value.taskSmartType || !shouldShow) {
2092
+ changeVal("taskSmartType", BELONGS_TO.None);
2093
2093
  }
2094
- });
2094
+ }, { immediate: true });
2095
2095
  return {
2096
2096
  typeError,
2097
2097
  nameError,
@@ -2148,7 +2148,7 @@ var render$8 = function() {
2148
2148
  var staticRenderFns$8 = [];
2149
2149
  var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
2150
2150
  const __cssModules$8 = {};
2151
- var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "10c91709", null, null);
2151
+ var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "0b1cbb47", null, null);
2152
2152
  function __vue2_injectStyles$8(context) {
2153
2153
  for (let o in __cssModules$8) {
2154
2154
  this[o] = __cssModules$8[o];
@@ -2241,6 +2241,7 @@ var __vue2_script$7 = defineComponent({
2241
2241
  });
2242
2242
  };
2243
2243
  const updateFormValue = (record) => {
2244
+ console.log(record);
2244
2245
  const data = {
2245
2246
  taskTemplateId: record.id,
2246
2247
  selfUserId: props.userId,
@@ -2288,7 +2289,7 @@ var render$7 = function() {
2288
2289
  var staticRenderFns$7 = [];
2289
2290
  var index_vue_vue_type_style_index_0_scoped_true_lang$2 = "";
2290
2291
  const __cssModules$7 = {};
2291
- var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "54786ad1", null, null);
2292
+ var __component__$7 = /* @__PURE__ */ normalizeComponent(__vue2_script$7, render$7, staticRenderFns$7, false, __vue2_injectStyles$7, "76e42884", null, null);
2292
2293
  function __vue2_injectStyles$7(context) {
2293
2294
  for (let o in __cssModules$7) {
2294
2295
  this[o] = __cssModules$7[o];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.264.0",
3
+ "version": "1.266.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],