@djb25/digit-ui-module-ekyc 1.0.36 → 1.0.37
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/index.js +6 -14
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +6 -14
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -5142,7 +5142,7 @@ const AssignEkycModal = _ref => {
|
|
|
5142
5142
|
}, isZroLoading ? "Loading ZRO Locations..." : "Select ZRO Location"), mappedZROLocation.map(loc => /*#__PURE__*/React.createElement("option", {
|
|
5143
5143
|
key: loc.code,
|
|
5144
5144
|
value: loc.name
|
|
5145
|
-
}, loc.name))
|
|
5145
|
+
}, loc.name))), /*#__PURE__*/React.createElement("select", {
|
|
5146
5146
|
className: "form-control",
|
|
5147
5147
|
value: filters.ward,
|
|
5148
5148
|
onChange: e => handleFilterChange("ward", e.target.value)
|
|
@@ -5165,19 +5165,11 @@ const AssignEkycModal = _ref => {
|
|
|
5165
5165
|
placeholder: "MR Key",
|
|
5166
5166
|
value: filters.mrkey,
|
|
5167
5167
|
onChange: e => handleFilterChange("mrkey", e.target.value)
|
|
5168
|
-
}), /*#__PURE__*/React.createElement("
|
|
5169
|
-
className: "
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
}, /*#__PURE__*/React.createElement(
|
|
5173
|
-
value: ""
|
|
5174
|
-
}, "All eKYC Status"), /*#__PURE__*/React.createElement("option", {
|
|
5175
|
-
value: "PENDING"
|
|
5176
|
-
}, "Pending"), /*#__PURE__*/React.createElement("option", {
|
|
5177
|
-
value: "APPROVED"
|
|
5178
|
-
}, "Approved"), /*#__PURE__*/React.createElement("option", {
|
|
5179
|
-
value: "REJECTED"
|
|
5180
|
-
}, "Rejected"))), /*#__PURE__*/React.createElement(Table, {
|
|
5168
|
+
}), selectedKnos.length > 0 && /*#__PURE__*/React.createElement("button", {
|
|
5169
|
+
className: "clear-selected-btn",
|
|
5170
|
+
type: "button",
|
|
5171
|
+
onClick: () => setSelectedKnos([])
|
|
5172
|
+
}, t("EKYC_CLEAR_SELECTION") || "Clear Selected (" + selectedKnos.length + ")")), /*#__PURE__*/React.createElement(Table, {
|
|
5181
5173
|
tableTitle: "eKYC Applications",
|
|
5182
5174
|
tableClass: "ekycTable",
|
|
5183
5175
|
data: tableData,
|