@ailaw/venus 1.20.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.
package/dist/en2.js CHANGED
@@ -1695,6 +1695,9 @@ var lang2 = {
1695
1695
  ds260_wantSSN_Q: "Do you want the Social Security Administration to issue a Social Security number and a card?",
1696
1696
  ds260_authorizeInfoDisclosure_ssn_Q: "Do you authorize disclosure of information from this form to the Department of Homeland Security, the Social Security Administration, and such other U.S. Government agencies as may be required for the purposes of assigning you a social security number (SSN) and issuing you a Social Security card and do you authorize the Social Security Administration to share your SSN with the Department of Homeland Security?",
1697
1697
  ds260_answerNoNotReceiveSSN: "If you answer 'No' to this question you will not receive a social security card.",
1698
+ ds260_sendCaseToUSCIS: "Do you want to adjust status without leaving the United States? (Answer this question if your country of residence is the United States at the time you submitted your DV lottery entry)",
1699
+ ds260_sendCaseToUSCIS_Yes: "Yes, send my case to USCIS",
1700
+ ds260_sendCaseToUSCIS_No: "No, I want to return abroad and be interviewed in",
1698
1701
  duplicateNationality: "Duplicate Nationalities provided.",
1699
1702
  duplicateOccupation: "Duplicate Occupation provided.",
1700
1703
  duplicatePassportNum: "Duplicate Passport number provided.",
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) {
@@ -1021,7 +1021,7 @@ var i508 = createForm({
1021
1021
  }
1022
1022
  });
1023
1023
  var i526 = createForm({
1024
- displayName: "I-508",
1024
+ displayName: "I-526",
1025
1025
  roles: {
1026
1026
  Beneficiary: [GlueRoleType.USERPROFILE],
1027
1027
  Preparer: [GlueRoleType.PREPARERPROFILE]
@@ -1129,14 +1129,14 @@ var i765WS = createForm({
1129
1129
  }
1130
1130
  });
1131
1131
  var i129OP = createForm({
1132
- displayName: "I-129 O and P Classifications Supplement",
1132
+ displayName: "I-129 with O and P Supplement",
1133
1133
  roles: {
1134
1134
  Beneficiary: [GlueRoleType.USERPROFILE],
1135
1135
  Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
1136
1136
  }
1137
1137
  });
1138
1138
  var i129R1 = createForm({
1139
- displayName: "I-129 R-1 Classification Supplement",
1139
+ displayName: "I-129 with R-1 Supplement",
1140
1140
  roles: {
1141
1141
  Beneficiary: [GlueRoleType.USERPROFILE],
1142
1142
  Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
@@ -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.20.0",
3
+ "version": "1.23.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],