blixify-ui-web 0.4.65 → 0.4.67
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/lib/components/data/dataTemplate/index.d.ts.map +1 -1
- package/lib/components/data/dataTemplate/index.js +2 -10
- package/lib/components/data/dataTemplate/index.js.map +1 -1
- package/lib/components/data/dataTemplate/model.d.ts +2 -0
- package/lib/components/data/dataTemplate/model.d.ts.map +1 -1
- package/lib/components/data/updateModule.d.ts.map +1 -1
- package/lib/components/data/updateModule.js +39 -32
- package/lib/components/data/updateModule.js.map +1 -1
- package/lib/components/data/utils.d.ts.map +1 -1
- package/lib/components/data/utils.js +3 -0
- package/lib/components/data/utils.js.map +1 -1
- package/lib/components/input/select/index.d.ts +5 -0
- package/lib/components/input/select/index.d.ts.map +1 -1
- package/lib/components/input/select/index.js +19 -3
- package/lib/components/input/select/index.js.map +1 -1
- package/lib/components/input/uploadInput/index.d.ts +4 -0
- package/lib/components/input/uploadInput/index.d.ts.map +1 -1
- package/lib/components/input/uploadInput/index.js +40 -3
- package/lib/components/input/uploadInput/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AA8BA,OAAO,KAQN,MAAM,OAAO,CAAC;AAkEf,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAoB1B,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/data/dataTemplate/index.tsx"],"names":[],"mappings":"AA8BA,OAAO,KAQN,MAAM,OAAO,CAAC;AAkEf,OAAO,EACL,iBAAiB,EAKlB,MAAM,kBAAkB,CAAC;AAoB1B,eAAO,MAAM,YAAY,mFAgoNvB,CAAC"}
|
|
@@ -3479,7 +3479,7 @@ exports.DataTemplate = (0, react_1.forwardRef)(function (props, ref) {
|
|
|
3479
3479
|
var listAddressTable = [];
|
|
3480
3480
|
data.map(function (eachDataTable, index) {
|
|
3481
3481
|
listAddressTable.push(__assign(__assign({}, eachDataTable), { del: (react_1.default.createElement("div", { className: "flex space-x-2" },
|
|
3482
|
-
react_1.default.createElement(outline_1.PencilIcon, { className: "w-5 text-
|
|
3482
|
+
react_1.default.createElement(outline_1.PencilIcon, { className: "w-5 text-primary-600 cursor-pointer", onClick: function (event) {
|
|
3483
3483
|
event.preventDefault();
|
|
3484
3484
|
event.stopPropagation();
|
|
3485
3485
|
setSelectedListAddress(__assign({}, eachDataTable));
|
|
@@ -4054,16 +4054,8 @@ exports.DataTemplate = (0, react_1.forwardRef)(function (props, ref) {
|
|
|
4054
4054
|
handlePopUpModal(true, "overview");
|
|
4055
4055
|
}, bgColor: "bg-white" }),
|
|
4056
4056
|
react_1.default.createElement(iconButton_1.IconButton, { icon: react_1.default.createElement(outline_1.ArrowPathIcon, { className: "h-7 w-7 text-primary-500" }), onClick: function () {
|
|
4057
|
+
// INFO - When Refresh Don't Clear Filter
|
|
4057
4058
|
handleRefresh();
|
|
4058
|
-
setFilterSearch({});
|
|
4059
|
-
setFilterSearchParams({});
|
|
4060
|
-
setFilterSelection({});
|
|
4061
|
-
setFilterReference({});
|
|
4062
|
-
setFilterReferenceSearch({});
|
|
4063
|
-
setFilterReferenceDate({
|
|
4064
|
-
startDate: undefined,
|
|
4065
|
-
endDate: undefined,
|
|
4066
|
-
});
|
|
4067
4059
|
}, bgColor: "bg-white" }))),
|
|
4068
4060
|
!isBottom && renderActionButtons(props.type),
|
|
4069
4061
|
(schemaPresent || ((_9 = props.organise) === null || _9 === void 0 ? void 0 : _9.showExport)) && (react_1.default.createElement(popUp_1.PopUp, { ctaComp: react_1.default.createElement(iconButton_1.IconButton, { className: "bg-primary-100", icon: react_1.default.createElement(solid_1.EllipsisVerticalIcon, { className: "h-7 w-7 text-primary-500" }), bgColor: "bg-white" }), renderComp: react_1.default.createElement("div", { className: "shadow-lg" }, moreButtonPopUp.map(function (eachPopup) { return (
|