@ailaw/venus 1.243.0 → 1.244.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
@@ -5599,7 +5599,8 @@ var en3 = {
5599
5599
  tutorial: "Tutorial",
5600
5600
  g28URLTutorial: "Case URL\uFF1APlease Copy and paste the web address on the first page of parent case\u2018s G-28 page",
5601
5601
  setMyClient: "Select A USCIS client",
5602
- advancedSettingForAddAcc: "Advanced Setting For Additional Accessibility"
5602
+ advancedSettingForAddAcc: "Advanced Setting For Additional Accessibility",
5603
+ additionalAccess: "Additional Accessibility"
5603
5604
  };
5604
5605
  var en = __spreadValues(__spreadValues(__spreadValues({}, en2), en3), en$1);
5605
5606
  export { en as default };
package/dist/venus.es.js CHANGED
@@ -2064,7 +2064,9 @@ var render$8 = function() {
2064
2064
  return _vm.changeMultiple($event);
2065
2065
  } } }, _vm._l(_vm.roles, function(role) {
2066
2066
  return _c("ant-select-option", { key: role.id, attrs: { "value": role.key } }, [_c("span", { staticStyle: { "text-transform": "capitalize" } }, [_vm._v(" " + _vm._s(_vm.$t("message." + role.i18nKey)) + " ")])]);
2067
- }), 1)], 1)], 1)], 1), _c("a-collapse", { staticStyle: { "width": "400px" }, attrs: { "bordered": false, "expand-icon-position": "right" } }, [_c("a-collapse-panel", { key: "2", staticStyle: { "background": "#fff", "border-radius": "4px", "margin-bottom": "24px", "border": "0", "overflow": "hidden" }, attrs: { "header": _vm.$t("message.advancedSettingForAddAcc") } }, [_c("a-checkbox-group", { model: { value: _vm.value.assigneeTypeList, callback: function($$v) {
2067
+ }), 1)], 1)], 1)], 1), _c("a-collapse", { staticStyle: { "width": "400px" }, attrs: { "bordered": false, "expand-icon-position": "right" } }, [_c("a-collapse-panel", { key: "2", staticStyle: { "background": "#fff", "border-radius": "4px", "margin-bottom": "24px", "border": "0", "overflow": "hidden" }, attrs: { "header": _vm.$t("message.advancedSettingForAddAcc") } }, [_c("a-checkbox-group", { on: { "change": function($event) {
2068
+ return _vm.changeVal("assigneeTypeList", $event);
2069
+ } }, model: { value: _vm.value.assigneeTypeList, callback: function($$v) {
2068
2070
  _vm.$set(_vm.value, "assigneeTypeList", $$v);
2069
2071
  }, expression: "value.assigneeTypeList" } }, [_c("a-checkbox", { attrs: { "value": 1 } }, [_vm._v(_vm._s(_vm.$t("message.Beneficiary")))]), _c("a-checkbox", { attrs: { "value": 2 } }, [_vm._v(_vm._s(_vm.$t("message.petitioner")))])], 1)], 1)], 1), _c("ant-form-item", { attrs: { "required": "", "label": _vm.$t("message.type"), "help": _vm.typeError ? _vm.$t("message.required") : void 0, "validate-status": _vm.typeError ? "error" : void 0 } }, [_vm.value.generalTaskType !== _vm.TaskTypes.worksheet ? _c("ant-radio-group", { attrs: { "disabled": _vm.value.presetDocs != null || _vm.disabled, "value": _vm.value.generalTaskType }, on: { "change": function($event) {
2070
2072
  return _vm.changeVal("generalTaskType", $event.target.value);
@@ -2081,7 +2083,7 @@ var render$8 = function() {
2081
2083
  var staticRenderFns$8 = [];
2082
2084
  var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
2083
2085
  const __cssModules$8 = {};
2084
- var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "29a89b0f", null, null);
2086
+ var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "764a3567", null, null);
2085
2087
  function __vue2_injectStyles$8(context) {
2086
2088
  for (let o in __cssModules$8) {
2087
2089
  this[o] = __cssModules$8[o];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.243.0",
3
+ "version": "1.244.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],