@ailaw/venus 1.23.0 → 1.26.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/venus.es.js +20 -3
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1142,6 +1142,21 @@ var i129R1 = createForm({
|
|
|
1142
1142
|
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE]
|
|
1143
1143
|
}
|
|
1144
1144
|
});
|
|
1145
|
+
var eoir42b = createForm({
|
|
1146
|
+
displayName: "EOIR-42B",
|
|
1147
|
+
roles: {
|
|
1148
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1149
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1150
|
+
}
|
|
1151
|
+
});
|
|
1152
|
+
var i140 = createForm({
|
|
1153
|
+
displayName: "I-140",
|
|
1154
|
+
roles: {
|
|
1155
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1156
|
+
Petitioner: [GlueRoleType.CLIENTPROFILE, GlueRoleType.USERPROFILE],
|
|
1157
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1158
|
+
}
|
|
1159
|
+
});
|
|
1145
1160
|
const formRecords = {
|
|
1146
1161
|
g28Company,
|
|
1147
1162
|
g28Person,
|
|
@@ -1179,7 +1194,9 @@ const formRecords = {
|
|
|
1179
1194
|
i918B,
|
|
1180
1195
|
i765WS,
|
|
1181
1196
|
i129OP,
|
|
1182
|
-
i129R1
|
|
1197
|
+
i129R1,
|
|
1198
|
+
eoir42b,
|
|
1199
|
+
i140
|
|
1183
1200
|
};
|
|
1184
1201
|
var index$2 = Object.values(formRecords);
|
|
1185
1202
|
const acceptableFormats = [
|
|
@@ -1570,7 +1587,7 @@ var render$8 = function() {
|
|
|
1570
1587
|
return _vm.changeVal("isEmployee", $event);
|
|
1571
1588
|
} } }, _vm._l(_vm.roles, function(role) {
|
|
1572
1589
|
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)) + " ")])]);
|
|
1573
|
-
}), 1)], 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.disabled, "value": _vm.value.generalTaskType }, on: { "change": function($event) {
|
|
1590
|
+
}), 1)], 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) {
|
|
1574
1591
|
return _vm.changeVal("generalTaskType", $event.target.value);
|
|
1575
1592
|
} } }, [_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
1593
|
return _vm.changeVal("descriptions", $event.target.value);
|
|
@@ -1583,7 +1600,7 @@ var render$8 = function() {
|
|
|
1583
1600
|
var staticRenderFns$8 = [];
|
|
1584
1601
|
var index_vue_vue_type_style_index_0_scoped_true_lang$3 = "";
|
|
1585
1602
|
const __cssModules$8 = {};
|
|
1586
|
-
var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "
|
|
1603
|
+
var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "9c52c60c", null, null);
|
|
1587
1604
|
function __vue2_injectStyles$8(context) {
|
|
1588
1605
|
for (let o in __cssModules$8) {
|
|
1589
1606
|
this[o] = __cssModules$8[o];
|