@dev_ailaw/venus 1.431.0 → 1.435.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 +14 -5
- package/package.json +1 -1
package/dist/venus.es.js
CHANGED
|
@@ -1603,6 +1603,14 @@ var eta9089Niw = createForm({
|
|
|
1603
1603
|
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1604
1604
|
}
|
|
1605
1605
|
});
|
|
1606
|
+
var eta9089Fd = createForm({
|
|
1607
|
+
displayName: "ETA-9089-FD",
|
|
1608
|
+
roles: {
|
|
1609
|
+
Beneficiary: [GlueRoleType.USERPROFILE],
|
|
1610
|
+
Petitioner: [GlueRoleType.USERPROFILE, GlueRoleType.CLIENTPROFILE],
|
|
1611
|
+
Preparer: [GlueRoleType.PREPARERPROFILE]
|
|
1612
|
+
}
|
|
1613
|
+
});
|
|
1606
1614
|
var eoir26a = createForm({
|
|
1607
1615
|
displayName: "EOIR-26A",
|
|
1608
1616
|
roles: {
|
|
@@ -1859,6 +1867,7 @@ const formRecords = {
|
|
|
1859
1867
|
i864JointSponsor,
|
|
1860
1868
|
i929,
|
|
1861
1869
|
eta9089Niw,
|
|
1870
|
+
eta9089Fd,
|
|
1862
1871
|
eoir26a,
|
|
1863
1872
|
i31f,
|
|
1864
1873
|
i914b,
|
|
@@ -2747,16 +2756,16 @@ var render$8 = function() {
|
|
|
2747
2756
|
} } }, [_vm._v(" " + _vm._s(_vm.$t("message.sendTaskEmail")) + " ")])], 1) : _vm._e(), _c("div", [_vm.hasDoubleConfirm ? _c("ant-popconfirm", { attrs: { "title": _vm.$t("message.updateTaskConfirm"), "placement": "top" }, on: { "confirm": _vm.submit } }, [_c("ant-button", { attrs: { "loading": _vm.loading, "type": "primary" } }, [_vm._v(_vm._s(_vm.$t("message.submit")) + " ")])], 1) : _c("ant-button", { attrs: { "loading": _vm.loading, "type": "primary" }, on: { "click": _vm.submit } }, [_vm._v(_vm._s(_vm.$t("message.submit")) + " ")]), _c("ant-button", { on: { "click": function($event) {
|
|
2748
2757
|
return _vm.changeVisible(false);
|
|
2749
2758
|
} } }, [_vm._v(_vm._s(_vm.$t("message.cancel")) + " ")])], 1)])];
|
|
2750
|
-
}, proxy: true }]) }, [_c("task-form", { ref: "taskForm", attrs: { "upload-files-func": _vm.uploadFilesFunc, "law-firm-id": _vm.lawFirmId, "user-id": _vm.userId, "value": _vm.value.taskTemplateObj, "show-ai-rule": _vm.showAiRule, "check-rule-func": _vm.checkRuleFunc }, on: { "update:value": _vm.updateFormValue } }), _vm.showAddToList ? _c("ant-checkbox", { attrs: { "checked": _vm.value.isAddedToTask }, on: { "change": function($event) {
|
|
2759
|
+
}, proxy: true }]) }, [_vm._t("banner"), _c("task-form", { ref: "taskForm", attrs: { "upload-files-func": _vm.uploadFilesFunc, "law-firm-id": _vm.lawFirmId, "user-id": _vm.userId, "value": _vm.value.taskTemplateObj, "show-ai-rule": _vm.showAiRule, "check-rule-func": _vm.checkRuleFunc }, on: { "update:value": _vm.updateFormValue } }), _vm.showAddToList ? _c("ant-checkbox", { attrs: { "checked": _vm.value.isAddedToTask }, on: { "change": function($event) {
|
|
2751
2760
|
return _vm.changeVal("isAddedToTask", $event.target.checked);
|
|
2752
2761
|
} } }, [_vm._v(" " + _vm._s(_vm.$t("message.addToTaskList")) + " ")]) : _vm._e(), _vm.showAllowSubmit ? _c("ant-checkbox", { staticClass: "ml-2", attrs: { "checked": _vm.value.allowSubmitWithoutFile }, on: { "change": function($event) {
|
|
2753
2762
|
return _vm.changeVal("allowSubmitWithoutFile", $event.target.checked);
|
|
2754
|
-
} } }, [_vm._v(" " + _vm._s(_vm.$t("message.allowSubmitWithoutFile")) + " ")]) : _vm._e()],
|
|
2763
|
+
} } }, [_vm._v(" " + _vm._s(_vm.$t("message.allowSubmitWithoutFile")) + " ")]) : _vm._e()], 2);
|
|
2755
2764
|
};
|
|
2756
2765
|
var staticRenderFns$8 = [];
|
|
2757
2766
|
var index_vue_vue_type_style_index_0_scoped_true_lang$2 = "";
|
|
2758
2767
|
const __cssModules$8 = {};
|
|
2759
|
-
var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "
|
|
2768
|
+
var __component__$8 = /* @__PURE__ */ normalizeComponent(__vue2_script$8, render$8, staticRenderFns$8, false, __vue2_injectStyles$8, "528891f1", null, null);
|
|
2760
2769
|
function __vue2_injectStyles$8(context) {
|
|
2761
2770
|
for (let o in __cssModules$8) {
|
|
2762
2771
|
this[o] = __cssModules$8[o];
|
|
@@ -3734,12 +3743,12 @@ var render$1 = function() {
|
|
|
3734
3743
|
_vm.tempTask = $event;
|
|
3735
3744
|
}, "update:visible": function($event) {
|
|
3736
3745
|
_vm.newTaskVisible = $event;
|
|
3737
|
-
}, "submit": _vm._submit } })], 1) : _vm._e();
|
|
3746
|
+
}, "submit": _vm._submit } }, [_c("template", { slot: "banner" }, [_vm._t("new-task-banner")], 2)], 2)], 1) : _vm._e();
|
|
3738
3747
|
};
|
|
3739
3748
|
var staticRenderFns$1 = [];
|
|
3740
3749
|
var index_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
3741
3750
|
const __cssModules$1 = {};
|
|
3742
|
-
var __component__$1 = /* @__PURE__ */ normalizeComponent(__vue2_script$1, render$1, staticRenderFns$1, false, __vue2_injectStyles$1, "
|
|
3751
|
+
var __component__$1 = /* @__PURE__ */ normalizeComponent(__vue2_script$1, render$1, staticRenderFns$1, false, __vue2_injectStyles$1, "36293e7b", null, null);
|
|
3743
3752
|
function __vue2_injectStyles$1(context) {
|
|
3744
3753
|
for (let o in __cssModules$1) {
|
|
3745
3754
|
this[o] = __cssModules$1[o];
|