oa-componentbook 1.0.1-stage.400 → 1.0.1-stage.402
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.
|
@@ -149,12 +149,12 @@ function GenricLayOut(_ref) {
|
|
|
149
149
|
payload: true
|
|
150
150
|
});
|
|
151
151
|
if (getInitialData) {
|
|
152
|
-
var
|
|
152
|
+
var _config$tabs, _state$misc;
|
|
153
153
|
const {
|
|
154
154
|
error,
|
|
155
155
|
data
|
|
156
|
-
} = await (getInitialData === null || getInitialData === void 0 ? void 0 : getInitialData(_objectSpread(_objectSpread({},
|
|
157
|
-
selectedTab:
|
|
156
|
+
} = await (getInitialData === null || getInitialData === void 0 ? void 0 : getInitialData(_objectSpread(_objectSpread({}, config !== null && config !== void 0 && (_config$tabs = config.tabs) !== null && _config$tabs !== void 0 && _config$tabs.active ? {
|
|
157
|
+
selectedTab: config.tabs.active
|
|
158
158
|
} : {}), (_state$misc = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc !== void 0 ? _state$misc : {})));
|
|
159
159
|
if (error) {
|
|
160
160
|
showErrorNotification(error);
|
|
@@ -250,7 +250,7 @@ function GenricLayOut(_ref) {
|
|
|
250
250
|
});
|
|
251
251
|
if (value === "") {
|
|
252
252
|
if (handleInputSearchChange) {
|
|
253
|
-
var _state$inputSearch, _state$
|
|
253
|
+
var _state$inputSearch, _state$tabs, _customDrawer$applied, _config$tables, _config$tables2, _tables$sorting, _tables$sorting2, _header$subHeading, _header$subHeading2;
|
|
254
254
|
dispatch({
|
|
255
255
|
type: _layoutReducer.actionTypes.SET_LOADING,
|
|
256
256
|
payload: true
|
|
@@ -258,7 +258,7 @@ function GenricLayOut(_ref) {
|
|
|
258
258
|
const {
|
|
259
259
|
error,
|
|
260
260
|
data
|
|
261
|
-
} = await handleInputSearchChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, state === null || state === void 0 || (_state$inputSearch = state.inputSearch) === null || _state$inputSearch === void 0 ? void 0 : _state$inputSearch.request), state !== null && state !== void 0 && (_state$
|
|
261
|
+
} = await handleInputSearchChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, state === null || state === void 0 || (_state$inputSearch = state.inputSearch) === null || _state$inputSearch === void 0 ? void 0 : _state$inputSearch.request), state !== null && state !== void 0 && (_state$tabs = state.tabs) !== null && _state$tabs !== void 0 && _state$tabs.active ? {
|
|
262
262
|
selectedTab: state.tabs.active
|
|
263
263
|
} : {}), (customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) && Object.keys((_customDrawer$applied = customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) !== null && _customDrawer$applied !== void 0 ? _customDrawer$applied : {}).length > 0 && _objectSpread({}, customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters)), {}, {
|
|
264
264
|
current: config === null || config === void 0 || (_config$tables = config.tables) === null || _config$tables === void 0 || (_config$tables = _config$tables.pagination) === null || _config$tables === void 0 ? void 0 : _config$tables.current,
|
|
@@ -328,11 +328,11 @@ function GenricLayOut(_ref) {
|
|
|
328
328
|
payload: trimedValue
|
|
329
329
|
});
|
|
330
330
|
if (handleInputSearchEnter) {
|
|
331
|
-
var _state$
|
|
331
|
+
var _state$tabs2, _config$tables5, _config$tables6, _tables$sorting3, _tables$sorting4, _customDrawer$applied2, _header$subHeading3, _header$subHeading4;
|
|
332
332
|
const {
|
|
333
333
|
error,
|
|
334
334
|
data
|
|
335
|
-
} = await handleInputSearchEnter(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, state !== null && state !== void 0 && (_state$
|
|
335
|
+
} = await handleInputSearchEnter(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, state !== null && state !== void 0 && (_state$tabs2 = state.tabs) !== null && _state$tabs2 !== void 0 && _state$tabs2.active ? {
|
|
336
336
|
selectedTab: state.tabs.active
|
|
337
337
|
} : {}), {}, {
|
|
338
338
|
searchedValue: trimedValue,
|
|
@@ -395,7 +395,7 @@ function GenricLayOut(_ref) {
|
|
|
395
395
|
});
|
|
396
396
|
if (value === "") {
|
|
397
397
|
if (handleDropdownSearchInputChange) {
|
|
398
|
-
var _state$
|
|
398
|
+
var _state$tabs3, _config$tables9, _config$tables10, _tables$sorting5, _tables$sorting6, _tables$filter, _staticFilter$data, _customDrawer$applied3, _header$subHeading5, _header$subHeading6, _state$misc2, _state$staticFilter$m, _state$staticFilter;
|
|
399
399
|
dispatch({
|
|
400
400
|
type: _layoutReducer.actionTypes.SET_LOADING,
|
|
401
401
|
payload: true
|
|
@@ -403,8 +403,8 @@ function GenricLayOut(_ref) {
|
|
|
403
403
|
const {
|
|
404
404
|
error,
|
|
405
405
|
data
|
|
406
|
-
} = await handleDropdownSearchInputChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({
|
|
407
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
406
|
+
} = await handleDropdownSearchInputChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({
|
|
407
|
+
selectedTab: state === null || state === void 0 || (_state$tabs3 = state.tabs) === null || _state$tabs3 === void 0 ? void 0 : _state$tabs3.active,
|
|
408
408
|
current: config === null || config === void 0 || (_config$tables9 = config.tables) === null || _config$tables9 === void 0 || (_config$tables9 = _config$tables9.pagination) === null || _config$tables9 === void 0 ? void 0 : _config$tables9.current,
|
|
409
409
|
pageSize: config === null || config === void 0 || (_config$tables10 = config.tables) === null || _config$tables10 === void 0 || (_config$tables10 = _config$tables10.pagination) === null || _config$tables10 === void 0 ? void 0 : _config$tables10.pageSize,
|
|
410
410
|
field: tables === null || tables === void 0 || (_tables$sorting5 = tables.sorting) === null || _tables$sorting5 === void 0 ? void 0 : _tables$sorting5.sortBy,
|
|
@@ -415,7 +415,9 @@ function GenricLayOut(_ref) {
|
|
|
415
415
|
staticFilter: staticFilter.data.find(item => item.selected).value
|
|
416
416
|
}), (customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) && Object.keys((_customDrawer$applied3 = customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) !== null && _customDrawer$applied3 !== void 0 ? _customDrawer$applied3 : {}).length > 0 && _objectSpread({}, customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters)), (header === null || header === void 0 || (_header$subHeading5 = header.subHeading) === null || _header$subHeading5 === void 0 || (_header$subHeading5 = _header$subHeading5.jsxConfig) === null || _header$subHeading5 === void 0 ? void 0 : _header$subHeading5.type) == "select" ? {
|
|
417
417
|
subHeadingSelectVal: header === null || header === void 0 || (_header$subHeading6 = header.subHeading) === null || _header$subHeading6 === void 0 || (_header$subHeading6 = _header$subHeading6.jsxConfig) === null || _header$subHeading6 === void 0 ? void 0 : _header$subHeading6.value
|
|
418
|
-
} : {}), (_state$misc2 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc2 !== void 0 ? _state$misc2 : {})
|
|
418
|
+
} : {}), (_state$misc2 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc2 !== void 0 ? _state$misc2 : {}), {}, {
|
|
419
|
+
multiSelectValue: (_state$staticFilter$m = state === null || state === void 0 || (_state$staticFilter = state.staticFilter) === null || _state$staticFilter === void 0 ? void 0 : _state$staticFilter.multiSelectValue) !== null && _state$staticFilter$m !== void 0 ? _state$staticFilter$m : []
|
|
420
|
+
}));
|
|
419
421
|
if (error) {
|
|
420
422
|
showErrorNotification(error);
|
|
421
423
|
dispatch({
|
|
@@ -485,13 +487,13 @@ function GenricLayOut(_ref) {
|
|
|
485
487
|
payload: value
|
|
486
488
|
});
|
|
487
489
|
if (handleDropdownSearchEnter) {
|
|
488
|
-
var _state$
|
|
490
|
+
var _state$tabs4, _config$tables13, _config$tables14, _tables$sorting7, _tables$sorting8, _tables$filter2, _staticFilter$data2, _customDrawer$applied4, _header$subHeading7, _header$subHeading8, _state$misc3, _state$staticFilter$m2, _state$staticFilter2;
|
|
489
491
|
const {
|
|
490
492
|
error,
|
|
491
493
|
data
|
|
492
|
-
} = await handleDropdownSearchEnter(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({
|
|
494
|
+
} = await handleDropdownSearchEnter(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({
|
|
493
495
|
searchedValue: value,
|
|
494
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
496
|
+
selectedTab: state === null || state === void 0 || (_state$tabs4 = state.tabs) === null || _state$tabs4 === void 0 ? void 0 : _state$tabs4.active,
|
|
495
497
|
selectedOption: state === null || state === void 0 ? void 0 : state.dropdownSearch.selectedOption,
|
|
496
498
|
current: config === null || config === void 0 || (_config$tables13 = config.tables) === null || _config$tables13 === void 0 || (_config$tables13 = _config$tables13.pagination) === null || _config$tables13 === void 0 ? void 0 : _config$tables13.current,
|
|
497
499
|
pageSize: config === null || config === void 0 || (_config$tables14 = config.tables) === null || _config$tables14 === void 0 || (_config$tables14 = _config$tables14.pagination) === null || _config$tables14 === void 0 ? void 0 : _config$tables14.pageSize,
|
|
@@ -503,7 +505,9 @@ function GenricLayOut(_ref) {
|
|
|
503
505
|
staticFilter: staticFilter.data.find(item => item.selected).value
|
|
504
506
|
}), (customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) && Object.keys((_customDrawer$applied4 = customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) !== null && _customDrawer$applied4 !== void 0 ? _customDrawer$applied4 : {}).length > 0 && _objectSpread({}, customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters)), (header === null || header === void 0 || (_header$subHeading7 = header.subHeading) === null || _header$subHeading7 === void 0 || (_header$subHeading7 = _header$subHeading7.jsxConfig) === null || _header$subHeading7 === void 0 ? void 0 : _header$subHeading7.type) == "select" ? {
|
|
505
507
|
subHeadingSelectVal: header === null || header === void 0 || (_header$subHeading8 = header.subHeading) === null || _header$subHeading8 === void 0 || (_header$subHeading8 = _header$subHeading8.jsxConfig) === null || _header$subHeading8 === void 0 ? void 0 : _header$subHeading8.value
|
|
506
|
-
} : {}), (_state$misc3 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc3 !== void 0 ? _state$misc3 : {})
|
|
508
|
+
} : {}), (_state$misc3 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc3 !== void 0 ? _state$misc3 : {}), {}, {
|
|
509
|
+
multiSelectValue: (_state$staticFilter$m2 = state === null || state === void 0 || (_state$staticFilter2 = state.staticFilter) === null || _state$staticFilter2 === void 0 ? void 0 : _state$staticFilter2.multiSelectValue) !== null && _state$staticFilter$m2 !== void 0 ? _state$staticFilter$m2 : []
|
|
510
|
+
}));
|
|
507
511
|
if (error) {
|
|
508
512
|
showErrorNotification(error);
|
|
509
513
|
dispatch({
|
|
@@ -547,7 +551,7 @@ function GenricLayOut(_ref) {
|
|
|
547
551
|
payload: option === null || option === void 0 ? void 0 : option.value
|
|
548
552
|
});
|
|
549
553
|
if (handleDropdownSearchOptionChange) {
|
|
550
|
-
var _config$tables17, _config$tables18, _staticFilter$data3, _customDrawer$applied5, _header$subHeading9, _header$subHeading10, _state$misc4;
|
|
554
|
+
var _config$tables17, _config$tables18, _staticFilter$data3, _customDrawer$applied5, _header$subHeading9, _header$subHeading10, _state$misc4, _state$staticFilter$m3, _state$staticFilter3;
|
|
551
555
|
dispatch({
|
|
552
556
|
type: _layoutReducer.actionTypes.SET_LOADING,
|
|
553
557
|
payload: true
|
|
@@ -555,7 +559,7 @@ function GenricLayOut(_ref) {
|
|
|
555
559
|
const {
|
|
556
560
|
error,
|
|
557
561
|
data
|
|
558
|
-
} = await handleDropdownSearchOptionChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread({
|
|
562
|
+
} = await handleDropdownSearchOptionChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({
|
|
559
563
|
selectedTab: tabs === null || tabs === void 0 ? void 0 : tabs.active,
|
|
560
564
|
current: config === null || config === void 0 || (_config$tables17 = config.tables) === null || _config$tables17 === void 0 || (_config$tables17 = _config$tables17.pagination) === null || _config$tables17 === void 0 ? void 0 : _config$tables17.current,
|
|
561
565
|
pageSize: config === null || config === void 0 || (_config$tables18 = config.tables) === null || _config$tables18 === void 0 || (_config$tables18 = _config$tables18.pagination) === null || _config$tables18 === void 0 ? void 0 : _config$tables18.pageSize
|
|
@@ -563,7 +567,9 @@ function GenricLayOut(_ref) {
|
|
|
563
567
|
staticFilter: staticFilter.data.find(item => item.selected).value
|
|
564
568
|
}), (customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) && Object.keys((_customDrawer$applied5 = customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) !== null && _customDrawer$applied5 !== void 0 ? _customDrawer$applied5 : {}).length > 0 && _objectSpread({}, customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters)), (header === null || header === void 0 || (_header$subHeading9 = header.subHeading) === null || _header$subHeading9 === void 0 || (_header$subHeading9 = _header$subHeading9.jsxConfig) === null || _header$subHeading9 === void 0 ? void 0 : _header$subHeading9.type) == "select" ? {
|
|
565
569
|
subHeadingSelectVal: header === null || header === void 0 || (_header$subHeading10 = header.subHeading) === null || _header$subHeading10 === void 0 || (_header$subHeading10 = _header$subHeading10.jsxConfig) === null || _header$subHeading10 === void 0 ? void 0 : _header$subHeading10.value
|
|
566
|
-
} : {}), (_state$misc4 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc4 !== void 0 ? _state$misc4 : {})
|
|
570
|
+
} : {}), (_state$misc4 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc4 !== void 0 ? _state$misc4 : {}), {}, {
|
|
571
|
+
multiSelectValue: (_state$staticFilter$m3 = state === null || state === void 0 || (_state$staticFilter3 = state.staticFilter) === null || _state$staticFilter3 === void 0 ? void 0 : _state$staticFilter3.multiSelectValue) !== null && _state$staticFilter$m3 !== void 0 ? _state$staticFilter$m3 : []
|
|
572
|
+
}));
|
|
567
573
|
if (error) {
|
|
568
574
|
showErrorNotification(error);
|
|
569
575
|
dispatch({
|
|
@@ -663,12 +669,12 @@ function GenricLayOut(_ref) {
|
|
|
663
669
|
payload: null
|
|
664
670
|
});
|
|
665
671
|
if (handleDropdownSearchClear) {
|
|
666
|
-
var _state$
|
|
672
|
+
var _state$tabs5, _config$tables21, _config$tables22, _tables$sorting9, _tables$sorting10, _tables$filter3, _staticFilter$data4, _customDrawer$applied6, _header$subHeading11, _header$subHeading12, _state$misc5, _state$staticFilter$m4, _state$staticFilter4;
|
|
667
673
|
const {
|
|
668
674
|
error,
|
|
669
675
|
data
|
|
670
|
-
} = await handleDropdownSearchClear(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({
|
|
671
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
676
|
+
} = await handleDropdownSearchClear(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({
|
|
677
|
+
selectedTab: state === null || state === void 0 || (_state$tabs5 = state.tabs) === null || _state$tabs5 === void 0 ? void 0 : _state$tabs5.active,
|
|
672
678
|
current: config === null || config === void 0 || (_config$tables21 = config.tables) === null || _config$tables21 === void 0 || (_config$tables21 = _config$tables21.pagination) === null || _config$tables21 === void 0 ? void 0 : _config$tables21.current,
|
|
673
679
|
pageSize: config === null || config === void 0 || (_config$tables22 = config.tables) === null || _config$tables22 === void 0 || (_config$tables22 = _config$tables22.pagination) === null || _config$tables22 === void 0 ? void 0 : _config$tables22.pageSize,
|
|
674
680
|
field: tables === null || tables === void 0 || (_tables$sorting9 = tables.sorting) === null || _tables$sorting9 === void 0 ? void 0 : _tables$sorting9.sortBy,
|
|
@@ -679,7 +685,9 @@ function GenricLayOut(_ref) {
|
|
|
679
685
|
staticFilter: staticFilter.data.find(item => item.selected).value
|
|
680
686
|
}), (customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) && Object.keys((_customDrawer$applied6 = customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) !== null && _customDrawer$applied6 !== void 0 ? _customDrawer$applied6 : {}).length > 0 && _objectSpread({}, customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters)), (header === null || header === void 0 || (_header$subHeading11 = header.subHeading) === null || _header$subHeading11 === void 0 || (_header$subHeading11 = _header$subHeading11.jsxConfig) === null || _header$subHeading11 === void 0 ? void 0 : _header$subHeading11.type) == "select" ? {
|
|
681
687
|
subHeadingSelectVal: header === null || header === void 0 || (_header$subHeading12 = header.subHeading) === null || _header$subHeading12 === void 0 || (_header$subHeading12 = _header$subHeading12.jsxConfig) === null || _header$subHeading12 === void 0 ? void 0 : _header$subHeading12.value
|
|
682
|
-
} : {}), (_state$misc5 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc5 !== void 0 ? _state$misc5 : {})
|
|
688
|
+
} : {}), (_state$misc5 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc5 !== void 0 ? _state$misc5 : {}), {}, {
|
|
689
|
+
multiSelectValue: (_state$staticFilter$m4 = state === null || state === void 0 || (_state$staticFilter4 = state.staticFilter) === null || _state$staticFilter4 === void 0 ? void 0 : _state$staticFilter4.multiSelectValue) !== null && _state$staticFilter$m4 !== void 0 ? _state$staticFilter$m4 : []
|
|
690
|
+
}));
|
|
683
691
|
if (error) {
|
|
684
692
|
showErrorNotification(error);
|
|
685
693
|
dispatch({
|
|
@@ -725,11 +733,11 @@ function GenricLayOut(_ref) {
|
|
|
725
733
|
payload: null
|
|
726
734
|
});
|
|
727
735
|
if (handleInputSearchClear) {
|
|
728
|
-
var _state$
|
|
736
|
+
var _state$tabs6, _config$tables25, _config$tables26, _tables$sorting11, _tables$sorting12, _customDrawer$applied7, _header$subHeading13, _header$subHeading14, _state$misc6;
|
|
729
737
|
const {
|
|
730
738
|
error,
|
|
731
739
|
data
|
|
732
|
-
} = await handleInputSearchClear(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, state !== null && state !== void 0 && (_state$
|
|
740
|
+
} = await handleInputSearchClear(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, state !== null && state !== void 0 && (_state$tabs6 = state.tabs) !== null && _state$tabs6 !== void 0 && _state$tabs6.active ? {
|
|
733
741
|
selectedTab: state.tabs.active
|
|
734
742
|
} : {}), {}, {
|
|
735
743
|
current: config === null || config === void 0 || (_config$tables25 = config.tables) === null || _config$tables25 === void 0 || (_config$tables25 = _config$tables25.pagination) === null || _config$tables25 === void 0 ? void 0 : _config$tables25.current,
|
|
@@ -815,8 +823,8 @@ function GenricLayOut(_ref) {
|
|
|
815
823
|
type: _layoutReducer.actionTypes.NESTED_DRAWER_OPEN
|
|
816
824
|
});
|
|
817
825
|
} else {
|
|
818
|
-
var _config$drawer, _state$tabs$active, _state$
|
|
819
|
-
const record = _objectSpread({}, config === null || config === void 0 || (_config$drawer = config.drawer) === null || _config$drawer === void 0 || (_config$drawer = _config$drawer.data) === null || _config$drawer === void 0 || (_config$drawer = _config$drawer[(_state$tabs$active = state === null || state === void 0 || (_state$
|
|
826
|
+
var _config$drawer, _state$tabs$active, _state$tabs7;
|
|
827
|
+
const record = _objectSpread({}, config === null || config === void 0 || (_config$drawer = config.drawer) === null || _config$drawer === void 0 || (_config$drawer = _config$drawer.data) === null || _config$drawer === void 0 || (_config$drawer = _config$drawer[(_state$tabs$active = state === null || state === void 0 || (_state$tabs7 = state.tabs) === null || _state$tabs7 === void 0 ? void 0 : _state$tabs7.active) !== null && _state$tabs$active !== void 0 ? _state$tabs$active : "default"]) === null || _config$drawer === void 0 ? void 0 : _config$drawer[selectkey]);
|
|
820
828
|
const dynamicConfig = (0, _staticConfigResolver.removeHidden)((0, _staticConfigResolver.default)(record, data !== null && data !== void 0 ? data : {}));
|
|
821
829
|
dispatch({
|
|
822
830
|
type: _layoutReducer.actionTypes.SET_DRAWER,
|
|
@@ -1082,7 +1090,7 @@ function GenricLayOut(_ref) {
|
|
|
1082
1090
|
}
|
|
1083
1091
|
});
|
|
1084
1092
|
if (handleTableChange) {
|
|
1085
|
-
var _state$dropdownSearch3, _state$inputSearch4, _state$
|
|
1093
|
+
var _state$dropdownSearch3, _state$inputSearch4, _state$tabs8, _header$subHeading15, _header$subHeading16, _staticFilter$data5, _customDrawer$applied8, _state$misc8, _state$staticFilter$m5, _state$staticFilter5;
|
|
1086
1094
|
dispatch({
|
|
1087
1095
|
type: _layoutReducer.actionTypes.SET_LOADING,
|
|
1088
1096
|
payload: true
|
|
@@ -1090,13 +1098,13 @@ function GenricLayOut(_ref) {
|
|
|
1090
1098
|
const {
|
|
1091
1099
|
error,
|
|
1092
1100
|
data
|
|
1093
|
-
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch3 = state.dropdownSearch) === null || _state$dropdownSearch3 === void 0 || (_state$dropdownSearch3 = _state$dropdownSearch3.value) === null || _state$dropdownSearch3 === void 0 ? void 0 : _state$dropdownSearch3.trim()) && {
|
|
1101
|
+
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch3 = state.dropdownSearch) === null || _state$dropdownSearch3 === void 0 || (_state$dropdownSearch3 = _state$dropdownSearch3.value) === null || _state$dropdownSearch3 === void 0 ? void 0 : _state$dropdownSearch3.trim()) && {
|
|
1094
1102
|
searchedValue: state.dropdownSearch.value,
|
|
1095
1103
|
selectedOption: state.dropdownSearch.selectedOption
|
|
1096
1104
|
}), (state === null || state === void 0 || (_state$inputSearch4 = state.inputSearch) === null || _state$inputSearch4 === void 0 || (_state$inputSearch4 = _state$inputSearch4.value) === null || _state$inputSearch4 === void 0 ? void 0 : _state$inputSearch4.trim()) && {
|
|
1097
1105
|
searchedValue: state.inputSearch.value
|
|
1098
1106
|
}), {}, {
|
|
1099
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
1107
|
+
selectedTab: state === null || state === void 0 || (_state$tabs8 = state.tabs) === null || _state$tabs8 === void 0 ? void 0 : _state$tabs8.active,
|
|
1100
1108
|
current: current,
|
|
1101
1109
|
pageSize: pageSize,
|
|
1102
1110
|
columnFilterStatus: _f,
|
|
@@ -1107,7 +1115,9 @@ function GenricLayOut(_ref) {
|
|
|
1107
1115
|
staticFilter: staticFilter.data.find(item => item.selected).value
|
|
1108
1116
|
}), (customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) && Object.keys((_customDrawer$applied8 = customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) !== null && _customDrawer$applied8 !== void 0 ? _customDrawer$applied8 : {}).length > 0 && _objectSpread({}, customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters)), {}, {
|
|
1109
1117
|
order: (sorter === null || sorter === void 0 ? void 0 : sorter.order) === "ascend" && "ASC" || (sorter === null || sorter === void 0 ? void 0 : sorter.order) === "descend" && "DESC" || ""
|
|
1110
|
-
}, (_state$misc8 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc8 !== void 0 ? _state$misc8 : {})
|
|
1118
|
+
}, (_state$misc8 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc8 !== void 0 ? _state$misc8 : {}), {}, {
|
|
1119
|
+
multiSelectValue: (_state$staticFilter$m5 = state === null || state === void 0 || (_state$staticFilter5 = state.staticFilter) === null || _state$staticFilter5 === void 0 ? void 0 : _state$staticFilter5.multiSelectValue) !== null && _state$staticFilter$m5 !== void 0 ? _state$staticFilter$m5 : []
|
|
1120
|
+
}));
|
|
1111
1121
|
if (error) {
|
|
1112
1122
|
showErrorNotification(error);
|
|
1113
1123
|
dispatch({
|
|
@@ -1144,9 +1154,9 @@ function GenricLayOut(_ref) {
|
|
|
1144
1154
|
}
|
|
1145
1155
|
});
|
|
1146
1156
|
if (tables !== null && tables !== void 0 && tables.selectionType) {
|
|
1147
|
-
var _state$
|
|
1157
|
+
var _state$tabs9;
|
|
1148
1158
|
const selectionKey = Object.keys(tables === null || tables === void 0 ? void 0 : tables.selectionType).find(key => (tables === null || tables === void 0 ? void 0 : tables.selectionType[key]) === "checkbox");
|
|
1149
|
-
if ((state === null || state === void 0 || (_state$
|
|
1159
|
+
if ((state === null || state === void 0 || (_state$tabs9 = state.tabs) === null || _state$tabs9 === void 0 ? void 0 : _state$tabs9.activeKey) !== selectionKey) {
|
|
1150
1160
|
dispatch({
|
|
1151
1161
|
type: _layoutReducer.actionTypes.TABLE_FOOTER_TOGGLE,
|
|
1152
1162
|
payload: false
|
|
@@ -1188,7 +1198,7 @@ function GenricLayOut(_ref) {
|
|
|
1188
1198
|
});
|
|
1189
1199
|
const selectedStaticFilterValue = tables !== null && tables !== void 0 && tables.staticFilterKey && (tables === null || tables === void 0 ? void 0 : tables.staticFilterKey) == key && Array.isArray(staticFilter.data) ? (_staticFilter$data$fi2 = staticFilter.data.find(item => item.selected)) === null || _staticFilter$data$fi2 === void 0 ? void 0 : _staticFilter$data$fi2.value : undefined;
|
|
1190
1200
|
if (handleTabClick) {
|
|
1191
|
-
var _state$misc9, _tables$pagination, _tables$pagination2, _tables$sorting13, _tables$sorting14, _state$dropdownSearch4, _header$subHeading17, _header$subHeading18, _customDrawer$applied9, _state$misc10;
|
|
1201
|
+
var _state$misc9, _tables$pagination, _tables$pagination2, _tables$sorting13, _tables$sorting14, _state$dropdownSearch4, _header$subHeading17, _header$subHeading18, _customDrawer$applied9, _state$misc10, _state$staticFilter$m6, _state$staticFilter6;
|
|
1192
1202
|
dispatch({
|
|
1193
1203
|
type: _layoutReducer.actionTypes.SET_LOADING,
|
|
1194
1204
|
payload: true
|
|
@@ -1196,7 +1206,7 @@ function GenricLayOut(_ref) {
|
|
|
1196
1206
|
const {
|
|
1197
1207
|
error,
|
|
1198
1208
|
data
|
|
1199
|
-
} = await handleTabClick(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (_state$misc9 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc9 !== void 0 ? _state$misc9 : {}), {}, {
|
|
1209
|
+
} = await handleTabClick(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (_state$misc9 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc9 !== void 0 ? _state$misc9 : {}), {}, {
|
|
1200
1210
|
selectedTab: key,
|
|
1201
1211
|
current: tables === null || tables === void 0 || (_tables$pagination = tables.pagination) === null || _tables$pagination === void 0 ? void 0 : _tables$pagination.current,
|
|
1202
1212
|
pageSize: tables === null || tables === void 0 || (_tables$pagination2 = tables.pagination) === null || _tables$pagination2 === void 0 ? void 0 : _tables$pagination2.pageSize,
|
|
@@ -1210,7 +1220,9 @@ function GenricLayOut(_ref) {
|
|
|
1210
1220
|
selectedOption: state.dropdownSearch.selectedOption
|
|
1211
1221
|
}), (header === null || header === void 0 || (_header$subHeading17 = header.subHeading) === null || _header$subHeading17 === void 0 || (_header$subHeading17 = _header$subHeading17.jsxConfig) === null || _header$subHeading17 === void 0 ? void 0 : _header$subHeading17.type) == "select" ? {
|
|
1212
1222
|
subHeadingSelectVal: header === null || header === void 0 || (_header$subHeading18 = header.subHeading) === null || _header$subHeading18 === void 0 || (_header$subHeading18 = _header$subHeading18.jsxConfig) === null || _header$subHeading18 === void 0 ? void 0 : _header$subHeading18.value
|
|
1213
|
-
} : {}), (customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) && Object.keys((_customDrawer$applied9 = customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) !== null && _customDrawer$applied9 !== void 0 ? _customDrawer$applied9 : {}).length > 0 && _objectSpread({}, customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters)), (_state$misc10 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc10 !== void 0 ? _state$misc10 : {})
|
|
1223
|
+
} : {}), (customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) && Object.keys((_customDrawer$applied9 = customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) !== null && _customDrawer$applied9 !== void 0 ? _customDrawer$applied9 : {}).length > 0 && _objectSpread({}, customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters)), (_state$misc10 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc10 !== void 0 ? _state$misc10 : {}), {}, {
|
|
1224
|
+
multiSelectValue: (_state$staticFilter$m6 = state === null || state === void 0 || (_state$staticFilter6 = state.staticFilter) === null || _state$staticFilter6 === void 0 ? void 0 : _state$staticFilter6.multiSelectValue) !== null && _state$staticFilter$m6 !== void 0 ? _state$staticFilter$m6 : []
|
|
1225
|
+
}));
|
|
1214
1226
|
if (error) {
|
|
1215
1227
|
showErrorNotification(error);
|
|
1216
1228
|
dispatch({
|
|
@@ -1297,8 +1309,8 @@ function GenricLayOut(_ref) {
|
|
|
1297
1309
|
*/
|
|
1298
1310
|
|
|
1299
1311
|
const drawerFormOnFinish = async formData => {
|
|
1300
|
-
var _state$drawer, _state$tabs$active2, _state$
|
|
1301
|
-
const record = _objectSpread({}, state === null || state === void 0 || (_state$drawer = state.drawer) === null || _state$drawer === void 0 || (_state$drawer = _state$drawer.data) === null || _state$drawer === void 0 || (_state$drawer = _state$drawer[(_state$tabs$active2 = state === null || state === void 0 || (_state$
|
|
1312
|
+
var _state$drawer, _state$tabs$active2, _state$tabs10, _state$drawer2;
|
|
1313
|
+
const record = _objectSpread({}, state === null || state === void 0 || (_state$drawer = state.drawer) === null || _state$drawer === void 0 || (_state$drawer = _state$drawer.data) === null || _state$drawer === void 0 || (_state$drawer = _state$drawer[(_state$tabs$active2 = state === null || state === void 0 || (_state$tabs10 = state.tabs) === null || _state$tabs10 === void 0 ? void 0 : _state$tabs10.active) !== null && _state$tabs$active2 !== void 0 ? _state$tabs$active2 : "default"]) === null || _state$drawer === void 0 || (_state$drawer = _state$drawer[state === null || state === void 0 || (_state$drawer2 = state.drawer) === null || _state$drawer2 === void 0 ? void 0 : _state$drawer2.active]) === null || _state$drawer === void 0 ? void 0 : _state$drawer.value);
|
|
1302
1314
|
if ((formData === null || formData === void 0 ? void 0 : formData.type) === "openNestedDrawer") {
|
|
1303
1315
|
customTableChange(record, _objectSpread({}, formData));
|
|
1304
1316
|
return;
|
|
@@ -1332,11 +1344,11 @@ function GenricLayOut(_ref) {
|
|
|
1332
1344
|
|
|
1333
1345
|
// If there are remaining filters, reapply them
|
|
1334
1346
|
if (Object.keys(currentFilters).length > 0) {
|
|
1335
|
-
var _state$dropdownSearch5, _state$inputSearch5, _state$
|
|
1347
|
+
var _state$dropdownSearch5, _state$inputSearch5, _state$tabs11, _tables$pagination3, _tables$pagination4, _tables$filter6, _tables$sorting15, _header$subHeading19, _header$subHeading20, _staticFilter$data6, _tables$sorting16, _state$misc12, _state$staticFilter$m7, _state$staticFilter7;
|
|
1336
1348
|
const {
|
|
1337
1349
|
error,
|
|
1338
1350
|
data
|
|
1339
|
-
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch5 = state.dropdownSearch) === null || _state$dropdownSearch5 === void 0 || (_state$dropdownSearch5 = _state$dropdownSearch5.value) === null || _state$dropdownSearch5 === void 0 ? void 0 : _state$dropdownSearch5.trim()) && {
|
|
1351
|
+
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch5 = state.dropdownSearch) === null || _state$dropdownSearch5 === void 0 || (_state$dropdownSearch5 = _state$dropdownSearch5.value) === null || _state$dropdownSearch5 === void 0 ? void 0 : _state$dropdownSearch5.trim()) && {
|
|
1340
1352
|
searchedValue: state.dropdownSearch.value,
|
|
1341
1353
|
selectedOption: state.dropdownSearch.selectedOption
|
|
1342
1354
|
}), (state === null || state === void 0 || (_state$inputSearch5 = state.inputSearch) === null || _state$inputSearch5 === void 0 || (_state$inputSearch5 = _state$inputSearch5.value) === null || _state$inputSearch5 === void 0 ? void 0 : _state$inputSearch5.trim()) && {
|
|
@@ -1345,7 +1357,7 @@ function GenricLayOut(_ref) {
|
|
|
1345
1357
|
filterOn: currentFilters === null || currentFilters === void 0 ? void 0 : currentFilters.filterBy,
|
|
1346
1358
|
fromDate: currentFilters === null || currentFilters === void 0 ? void 0 : currentFilters.fromDate,
|
|
1347
1359
|
toDate: currentFilters === null || currentFilters === void 0 ? void 0 : currentFilters.toDate,
|
|
1348
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
1360
|
+
selectedTab: state === null || state === void 0 || (_state$tabs11 = state.tabs) === null || _state$tabs11 === void 0 ? void 0 : _state$tabs11.active,
|
|
1349
1361
|
current: tables === null || tables === void 0 || (_tables$pagination3 = tables.pagination) === null || _tables$pagination3 === void 0 ? void 0 : _tables$pagination3.current,
|
|
1350
1362
|
pageSize: tables === null || tables === void 0 || (_tables$pagination4 = tables.pagination) === null || _tables$pagination4 === void 0 ? void 0 : _tables$pagination4.pageSize
|
|
1351
1363
|
}, (tables === null || tables === void 0 || (_tables$filter6 = tables.filter) === null || _tables$filter6 === void 0 ? void 0 : _tables$filter6.key) && {
|
|
@@ -1358,7 +1370,9 @@ function GenricLayOut(_ref) {
|
|
|
1358
1370
|
staticFilter: staticFilter.data.find(item => item.selected).value
|
|
1359
1371
|
}), {}, {
|
|
1360
1372
|
order: tables === null || tables === void 0 || (_tables$sorting16 = tables.sorting) === null || _tables$sorting16 === void 0 ? void 0 : _tables$sorting16.sortDirection
|
|
1361
|
-
}, (_state$misc12 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc12 !== void 0 ? _state$misc12 : {})
|
|
1373
|
+
}, (_state$misc12 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc12 !== void 0 ? _state$misc12 : {}), {}, {
|
|
1374
|
+
multiSelectValue: (_state$staticFilter$m7 = state === null || state === void 0 || (_state$staticFilter7 = state.staticFilter) === null || _state$staticFilter7 === void 0 ? void 0 : _state$staticFilter7.multiSelectValue) !== null && _state$staticFilter$m7 !== void 0 ? _state$staticFilter$m7 : []
|
|
1375
|
+
}));
|
|
1362
1376
|
if (error) {
|
|
1363
1377
|
showErrorNotification(error);
|
|
1364
1378
|
dispatch({
|
|
@@ -1390,7 +1404,7 @@ function GenricLayOut(_ref) {
|
|
|
1390
1404
|
const filterFormOnFinish = async formData => {
|
|
1391
1405
|
// Check if this is a cancel/clear action - check both buttonClickType and the actual button data
|
|
1392
1406
|
if (formData.type === "FILTER-CANCEL") {
|
|
1393
|
-
var _state$dropdownSearch6, _state$inputSearch6, _state$
|
|
1407
|
+
var _state$dropdownSearch6, _state$inputSearch6, _state$tabs12, _tables$pagination5, _tables$pagination6, _tables$filter7, _tables$sorting17, _header$subHeading21, _header$subHeading22, _staticFilter$data7, _tables$sorting18, _state$misc13, _state$staticFilter$m8, _state$staticFilter8;
|
|
1394
1408
|
if (isFiltersEmpty(customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters)) {
|
|
1395
1409
|
dispatch({
|
|
1396
1410
|
type: _layoutReducer.actionTypes.CUSTOM_DRAWER_CLOSED
|
|
@@ -1400,13 +1414,13 @@ function GenricLayOut(_ref) {
|
|
|
1400
1414
|
const {
|
|
1401
1415
|
error,
|
|
1402
1416
|
data
|
|
1403
|
-
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch6 = state.dropdownSearch) === null || _state$dropdownSearch6 === void 0 || (_state$dropdownSearch6 = _state$dropdownSearch6.value) === null || _state$dropdownSearch6 === void 0 ? void 0 : _state$dropdownSearch6.trim()) && {
|
|
1417
|
+
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch6 = state.dropdownSearch) === null || _state$dropdownSearch6 === void 0 || (_state$dropdownSearch6 = _state$dropdownSearch6.value) === null || _state$dropdownSearch6 === void 0 ? void 0 : _state$dropdownSearch6.trim()) && {
|
|
1404
1418
|
searchedValue: state.dropdownSearch.value,
|
|
1405
1419
|
selectedOption: state.dropdownSearch.selectedOption
|
|
1406
1420
|
}), (state === null || state === void 0 || (_state$inputSearch6 = state.inputSearch) === null || _state$inputSearch6 === void 0 || (_state$inputSearch6 = _state$inputSearch6.value) === null || _state$inputSearch6 === void 0 ? void 0 : _state$inputSearch6.trim()) && {
|
|
1407
1421
|
searchedValue: state.inputSearch.value
|
|
1408
1422
|
}), {}, {
|
|
1409
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
1423
|
+
selectedTab: state === null || state === void 0 || (_state$tabs12 = state.tabs) === null || _state$tabs12 === void 0 ? void 0 : _state$tabs12.active,
|
|
1410
1424
|
current: tables === null || tables === void 0 || (_tables$pagination5 = tables.pagination) === null || _tables$pagination5 === void 0 ? void 0 : _tables$pagination5.current,
|
|
1411
1425
|
pageSize: tables === null || tables === void 0 || (_tables$pagination6 = tables.pagination) === null || _tables$pagination6 === void 0 ? void 0 : _tables$pagination6.pageSize
|
|
1412
1426
|
}, (tables === null || tables === void 0 || (_tables$filter7 = tables.filter) === null || _tables$filter7 === void 0 ? void 0 : _tables$filter7.key) && {
|
|
@@ -1419,7 +1433,9 @@ function GenricLayOut(_ref) {
|
|
|
1419
1433
|
staticFilter: staticFilter.data.find(item => item.selected).value
|
|
1420
1434
|
}), {}, {
|
|
1421
1435
|
order: tables === null || tables === void 0 || (_tables$sorting18 = tables.sorting) === null || _tables$sorting18 === void 0 ? void 0 : _tables$sorting18.sortDirection
|
|
1422
|
-
}, (_state$misc13 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc13 !== void 0 ? _state$misc13 : {})
|
|
1436
|
+
}, (_state$misc13 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc13 !== void 0 ? _state$misc13 : {}), {}, {
|
|
1437
|
+
multiSelectValue: (_state$staticFilter$m8 = state === null || state === void 0 || (_state$staticFilter8 = state.staticFilter) === null || _state$staticFilter8 === void 0 ? void 0 : _state$staticFilter8.multiSelectValue) !== null && _state$staticFilter$m8 !== void 0 ? _state$staticFilter$m8 : []
|
|
1438
|
+
}));
|
|
1423
1439
|
if (error) {
|
|
1424
1440
|
showErrorNotification(error);
|
|
1425
1441
|
dispatch({
|
|
@@ -1467,7 +1483,7 @@ function GenricLayOut(_ref) {
|
|
|
1467
1483
|
|
|
1468
1484
|
// Only process filter data if this is actually a filter drawer
|
|
1469
1485
|
if (formData.type === "FILTER-SUBMIT") {
|
|
1470
|
-
var _state$dropdownSearch7, _state$inputSearch7, _ref4, _appliedFilters$filte, _state$
|
|
1486
|
+
var _state$dropdownSearch7, _state$inputSearch7, _ref4, _appliedFilters$filte, _state$tabs13, _config$tables29, _config$tables30, _tables$filter8, _tables$sorting19, _header$subHeading23, _header$subHeading24, _staticFilter$data8, _tables$sorting20, _state$misc14, _state$staticFilter$m9, _state$staticFilter9;
|
|
1471
1487
|
const appliedFilters = {};
|
|
1472
1488
|
Object.keys(formData).forEach(key => {
|
|
1473
1489
|
const value = formData[key];
|
|
@@ -1484,7 +1500,7 @@ function GenricLayOut(_ref) {
|
|
|
1484
1500
|
const {
|
|
1485
1501
|
error,
|
|
1486
1502
|
data
|
|
1487
|
-
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch7 = state.dropdownSearch) === null || _state$dropdownSearch7 === void 0 || (_state$dropdownSearch7 = _state$dropdownSearch7.value) === null || _state$dropdownSearch7 === void 0 ? void 0 : _state$dropdownSearch7.trim()) && {
|
|
1503
|
+
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch7 = state.dropdownSearch) === null || _state$dropdownSearch7 === void 0 || (_state$dropdownSearch7 = _state$dropdownSearch7.value) === null || _state$dropdownSearch7 === void 0 ? void 0 : _state$dropdownSearch7.trim()) && {
|
|
1488
1504
|
searchedValue: state.dropdownSearch.value,
|
|
1489
1505
|
selectedOption: state.dropdownSearch.selectedOption
|
|
1490
1506
|
}), (state === null || state === void 0 || (_state$inputSearch7 = state.inputSearch) === null || _state$inputSearch7 === void 0 || (_state$inputSearch7 = _state$inputSearch7.value) === null || _state$inputSearch7 === void 0 ? void 0 : _state$inputSearch7.trim()) && {
|
|
@@ -1493,7 +1509,7 @@ function GenricLayOut(_ref) {
|
|
|
1493
1509
|
filterOn: (_ref4 = (_appliedFilters$filte = appliedFilters === null || appliedFilters === void 0 ? void 0 : appliedFilters.filterBy) !== null && _appliedFilters$filte !== void 0 ? _appliedFilters$filte : customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.defaultAppliedFilter) !== null && _ref4 !== void 0 ? _ref4 : "",
|
|
1494
1510
|
fromDate: appliedFilters === null || appliedFilters === void 0 ? void 0 : appliedFilters.fromDate,
|
|
1495
1511
|
toDate: appliedFilters === null || appliedFilters === void 0 ? void 0 : appliedFilters.toDate,
|
|
1496
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
1512
|
+
selectedTab: state === null || state === void 0 || (_state$tabs13 = state.tabs) === null || _state$tabs13 === void 0 ? void 0 : _state$tabs13.active,
|
|
1497
1513
|
current: config === null || config === void 0 || (_config$tables29 = config.tables) === null || _config$tables29 === void 0 || (_config$tables29 = _config$tables29.pagination) === null || _config$tables29 === void 0 ? void 0 : _config$tables29.current,
|
|
1498
1514
|
pageSize: config === null || config === void 0 || (_config$tables30 = config.tables) === null || _config$tables30 === void 0 || (_config$tables30 = _config$tables30.pagination) === null || _config$tables30 === void 0 ? void 0 : _config$tables30.pageSize
|
|
1499
1515
|
}, (tables === null || tables === void 0 || (_tables$filter8 = tables.filter) === null || _tables$filter8 === void 0 ? void 0 : _tables$filter8.key) && {
|
|
@@ -1506,7 +1522,9 @@ function GenricLayOut(_ref) {
|
|
|
1506
1522
|
staticFilter: staticFilter.data.find(item => item.selected).value
|
|
1507
1523
|
}), {}, {
|
|
1508
1524
|
order: tables === null || tables === void 0 || (_tables$sorting20 = tables.sorting) === null || _tables$sorting20 === void 0 ? void 0 : _tables$sorting20.sortDirection
|
|
1509
|
-
}, (_state$misc14 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc14 !== void 0 ? _state$misc14 : {})
|
|
1525
|
+
}, (_state$misc14 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc14 !== void 0 ? _state$misc14 : {}), {}, {
|
|
1526
|
+
multiSelectValue: (_state$staticFilter$m9 = state === null || state === void 0 || (_state$staticFilter9 = state.staticFilter) === null || _state$staticFilter9 === void 0 ? void 0 : _state$staticFilter9.multiSelectValue) !== null && _state$staticFilter$m9 !== void 0 ? _state$staticFilter$m9 : []
|
|
1527
|
+
}));
|
|
1510
1528
|
if (error) {
|
|
1511
1529
|
showErrorNotification(error);
|
|
1512
1530
|
dispatch({
|
|
@@ -1559,17 +1577,17 @@ function GenricLayOut(_ref) {
|
|
|
1559
1577
|
}
|
|
1560
1578
|
});
|
|
1561
1579
|
if (handleSecondaryTableCTAClick) {
|
|
1562
|
-
var _state$dropdownSearch8, _state$inputSearch8, _state$
|
|
1580
|
+
var _state$dropdownSearch8, _state$inputSearch8, _state$tabs14, _tables$pagination7, _tables$pagination8, _tables$filter9, _tables$sorting21, _tables$sorting22, _header$subHeading25, _header$subHeading26, _staticFilter$data9, _state$misc15, _state$staticFilter$m10, _state$staticFilter10;
|
|
1563
1581
|
const {
|
|
1564
1582
|
error,
|
|
1565
1583
|
data
|
|
1566
|
-
} = await (handleSecondaryTableCTAClick === null || handleSecondaryTableCTAClick === void 0 ? void 0 : handleSecondaryTableCTAClick(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch8 = state.dropdownSearch) === null || _state$dropdownSearch8 === void 0 || (_state$dropdownSearch8 = _state$dropdownSearch8.value) === null || _state$dropdownSearch8 === void 0 ? void 0 : _state$dropdownSearch8.trim()) && {
|
|
1584
|
+
} = await (handleSecondaryTableCTAClick === null || handleSecondaryTableCTAClick === void 0 ? void 0 : handleSecondaryTableCTAClick(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch8 = state.dropdownSearch) === null || _state$dropdownSearch8 === void 0 || (_state$dropdownSearch8 = _state$dropdownSearch8.value) === null || _state$dropdownSearch8 === void 0 ? void 0 : _state$dropdownSearch8.trim()) && {
|
|
1567
1585
|
searchedValue: state.dropdownSearch.value,
|
|
1568
1586
|
selectedOption: state.dropdownSearch.selectedOption
|
|
1569
1587
|
}), (state === null || state === void 0 || (_state$inputSearch8 = state.inputSearch) === null || _state$inputSearch8 === void 0 || (_state$inputSearch8 = _state$inputSearch8.value) === null || _state$inputSearch8 === void 0 ? void 0 : _state$inputSearch8.trim()) && {
|
|
1570
1588
|
searchedValue: state.inputSearch.value
|
|
1571
1589
|
}), {}, {
|
|
1572
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
1590
|
+
selectedTab: state === null || state === void 0 || (_state$tabs14 = state.tabs) === null || _state$tabs14 === void 0 ? void 0 : _state$tabs14.active,
|
|
1573
1591
|
current: tables === null || tables === void 0 || (_tables$pagination7 = tables.pagination) === null || _tables$pagination7 === void 0 ? void 0 : _tables$pagination7.current,
|
|
1574
1592
|
pageSize: tables === null || tables === void 0 || (_tables$pagination8 = tables.pagination) === null || _tables$pagination8 === void 0 ? void 0 : _tables$pagination8.pageSize,
|
|
1575
1593
|
columnFilterStatus: tables === null || tables === void 0 || (_tables$filter9 = tables.filter) === null || _tables$filter9 === void 0 ? void 0 : _tables$filter9.value,
|
|
@@ -1584,7 +1602,9 @@ function GenricLayOut(_ref) {
|
|
|
1584
1602
|
toDate: formData === null || formData === void 0 ? void 0 : formData.toDate
|
|
1585
1603
|
}, appliedFilters), (formData === null || formData === void 0 ? void 0 : formData.exportType) && {
|
|
1586
1604
|
exportType: formData === null || formData === void 0 ? void 0 : formData.exportType
|
|
1587
|
-
}), (_state$misc15 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc15 !== void 0 ? _state$misc15 : {})
|
|
1605
|
+
}), (_state$misc15 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc15 !== void 0 ? _state$misc15 : {}), {}, {
|
|
1606
|
+
multiSelectValue: (_state$staticFilter$m10 = state === null || state === void 0 || (_state$staticFilter10 = state.staticFilter) === null || _state$staticFilter10 === void 0 ? void 0 : _state$staticFilter10.multiSelectValue) !== null && _state$staticFilter$m10 !== void 0 ? _state$staticFilter$m10 : []
|
|
1607
|
+
})));
|
|
1588
1608
|
if (error) {
|
|
1589
1609
|
showErrorNotification(error);
|
|
1590
1610
|
} else {
|
|
@@ -1598,17 +1618,17 @@ function GenricLayOut(_ref) {
|
|
|
1598
1618
|
}
|
|
1599
1619
|
};
|
|
1600
1620
|
const onClearAllAppliedFilters = async () => {
|
|
1601
|
-
var _state$dropdownSearch9, _state$inputSearch9, _state$
|
|
1621
|
+
var _state$dropdownSearch9, _state$inputSearch9, _state$tabs15, _tables$pagination9, _tables$pagination10, _tables$filter10, _tables$sorting23, _header$subHeading27, _header$subHeading28, _staticFilter$data10, _tables$sorting24, _state$misc16, _state$staticFilter$m11, _state$staticFilter11;
|
|
1602
1622
|
const {
|
|
1603
1623
|
error,
|
|
1604
1624
|
data
|
|
1605
|
-
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch9 = state.dropdownSearch) === null || _state$dropdownSearch9 === void 0 || (_state$dropdownSearch9 = _state$dropdownSearch9.value) === null || _state$dropdownSearch9 === void 0 ? void 0 : _state$dropdownSearch9.trim()) && {
|
|
1625
|
+
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch9 = state.dropdownSearch) === null || _state$dropdownSearch9 === void 0 || (_state$dropdownSearch9 = _state$dropdownSearch9.value) === null || _state$dropdownSearch9 === void 0 ? void 0 : _state$dropdownSearch9.trim()) && {
|
|
1606
1626
|
searchedValue: state.dropdownSearch.value,
|
|
1607
1627
|
selectedOption: state.dropdownSearch.selectedOption
|
|
1608
1628
|
}), (state === null || state === void 0 || (_state$inputSearch9 = state.inputSearch) === null || _state$inputSearch9 === void 0 || (_state$inputSearch9 = _state$inputSearch9.value) === null || _state$inputSearch9 === void 0 ? void 0 : _state$inputSearch9.trim()) && {
|
|
1609
1629
|
searchedValue: state.inputSearch.value
|
|
1610
1630
|
}), {}, {
|
|
1611
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
1631
|
+
selectedTab: state === null || state === void 0 || (_state$tabs15 = state.tabs) === null || _state$tabs15 === void 0 ? void 0 : _state$tabs15.active,
|
|
1612
1632
|
current: tables === null || tables === void 0 || (_tables$pagination9 = tables.pagination) === null || _tables$pagination9 === void 0 ? void 0 : _tables$pagination9.current,
|
|
1613
1633
|
pageSize: tables === null || tables === void 0 || (_tables$pagination10 = tables.pagination) === null || _tables$pagination10 === void 0 ? void 0 : _tables$pagination10.pageSize
|
|
1614
1634
|
}, (tables === null || tables === void 0 || (_tables$filter10 = tables.filter) === null || _tables$filter10 === void 0 ? void 0 : _tables$filter10.key) && {
|
|
@@ -1621,7 +1641,9 @@ function GenricLayOut(_ref) {
|
|
|
1621
1641
|
staticFilter: staticFilter.data.find(item => item.selected).value
|
|
1622
1642
|
}), {}, {
|
|
1623
1643
|
order: tables === null || tables === void 0 || (_tables$sorting24 = tables.sorting) === null || _tables$sorting24 === void 0 ? void 0 : _tables$sorting24.sortDirection
|
|
1624
|
-
}, (_state$misc16 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc16 !== void 0 ? _state$misc16 : {})
|
|
1644
|
+
}, (_state$misc16 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc16 !== void 0 ? _state$misc16 : {}), {}, {
|
|
1645
|
+
multiSelectValue: (_state$staticFilter$m11 = state === null || state === void 0 || (_state$staticFilter11 = state.staticFilter) === null || _state$staticFilter11 === void 0 ? void 0 : _state$staticFilter11.multiSelectValue) !== null && _state$staticFilter$m11 !== void 0 ? _state$staticFilter$m11 : []
|
|
1646
|
+
}));
|
|
1625
1647
|
if (error) {
|
|
1626
1648
|
showErrorNotification(error);
|
|
1627
1649
|
dispatch({
|
|
@@ -1802,17 +1824,17 @@ function GenricLayOut(_ref) {
|
|
|
1802
1824
|
};
|
|
1803
1825
|
const rightHeaderSecondButtonClick = async () => {
|
|
1804
1826
|
if ((rightHeaderSecondButton === null || rightHeaderSecondButton === void 0 ? void 0 : rightHeaderSecondButton.action) === "RESET_CUSTOM_DRAWER") {
|
|
1805
|
-
var _state$dropdownSearch10, _state$inputSearch10, _state$
|
|
1827
|
+
var _state$dropdownSearch10, _state$inputSearch10, _state$tabs16, _tables$pagination11, _tables$pagination12, _tables$filter11, _tables$sorting25, _header$subHeading29, _header$subHeading30, _staticFilter$data11, _tables$sorting26, _state$misc18, _state$staticFilter$m12, _state$staticFilter12;
|
|
1806
1828
|
const {
|
|
1807
1829
|
error,
|
|
1808
1830
|
data
|
|
1809
|
-
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch10 = state.dropdownSearch) === null || _state$dropdownSearch10 === void 0 || (_state$dropdownSearch10 = _state$dropdownSearch10.value) === null || _state$dropdownSearch10 === void 0 ? void 0 : _state$dropdownSearch10.trim()) && {
|
|
1831
|
+
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch10 = state.dropdownSearch) === null || _state$dropdownSearch10 === void 0 || (_state$dropdownSearch10 = _state$dropdownSearch10.value) === null || _state$dropdownSearch10 === void 0 ? void 0 : _state$dropdownSearch10.trim()) && {
|
|
1810
1832
|
searchedValue: state.dropdownSearch.value,
|
|
1811
1833
|
selectedOption: state.dropdownSearch.selectedOption
|
|
1812
1834
|
}), (state === null || state === void 0 || (_state$inputSearch10 = state.inputSearch) === null || _state$inputSearch10 === void 0 || (_state$inputSearch10 = _state$inputSearch10.value) === null || _state$inputSearch10 === void 0 ? void 0 : _state$inputSearch10.trim()) && {
|
|
1813
1835
|
searchedValue: state.inputSearch.value
|
|
1814
1836
|
}), {}, {
|
|
1815
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
1837
|
+
selectedTab: state === null || state === void 0 || (_state$tabs16 = state.tabs) === null || _state$tabs16 === void 0 ? void 0 : _state$tabs16.active,
|
|
1816
1838
|
current: tables === null || tables === void 0 || (_tables$pagination11 = tables.pagination) === null || _tables$pagination11 === void 0 ? void 0 : _tables$pagination11.current,
|
|
1817
1839
|
pageSize: tables === null || tables === void 0 || (_tables$pagination12 = tables.pagination) === null || _tables$pagination12 === void 0 ? void 0 : _tables$pagination12.pageSize
|
|
1818
1840
|
}, (tables === null || tables === void 0 || (_tables$filter11 = tables.filter) === null || _tables$filter11 === void 0 ? void 0 : _tables$filter11.key) && {
|
|
@@ -1825,7 +1847,9 @@ function GenricLayOut(_ref) {
|
|
|
1825
1847
|
staticFilter: staticFilter.data.find(item => item.selected).value
|
|
1826
1848
|
}), {}, {
|
|
1827
1849
|
order: tables === null || tables === void 0 || (_tables$sorting26 = tables.sorting) === null || _tables$sorting26 === void 0 ? void 0 : _tables$sorting26.sortDirection
|
|
1828
|
-
}, (_state$misc18 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc18 !== void 0 ? _state$misc18 : {})
|
|
1850
|
+
}, (_state$misc18 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc18 !== void 0 ? _state$misc18 : {}), {}, {
|
|
1851
|
+
multiSelectValue: (_state$staticFilter$m12 = state === null || state === void 0 || (_state$staticFilter12 = state.staticFilter) === null || _state$staticFilter12 === void 0 ? void 0 : _state$staticFilter12.multiSelectValue) !== null && _state$staticFilter$m12 !== void 0 ? _state$staticFilter$m12 : []
|
|
1852
|
+
}));
|
|
1829
1853
|
if (error) {
|
|
1830
1854
|
showErrorNotification(error);
|
|
1831
1855
|
dispatch({
|
|
@@ -1876,7 +1900,7 @@ function GenricLayOut(_ref) {
|
|
|
1876
1900
|
};
|
|
1877
1901
|
const handleSubHeadingSelect = async val => {
|
|
1878
1902
|
if (val) {
|
|
1879
|
-
var _state$
|
|
1903
|
+
var _state$tabs17, _tables$pagination13, _tables$pagination14, _state$misc19;
|
|
1880
1904
|
dispatch({
|
|
1881
1905
|
type: _layoutReducer.actionTypes.SET_SUBHEADING_SELECTED_CONFIG,
|
|
1882
1906
|
payload: val
|
|
@@ -1885,7 +1909,7 @@ function GenricLayOut(_ref) {
|
|
|
1885
1909
|
error,
|
|
1886
1910
|
data
|
|
1887
1911
|
} = await handleSubHeadingSelectClick(_objectSpread({
|
|
1888
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
1912
|
+
selectedTab: state === null || state === void 0 || (_state$tabs17 = state.tabs) === null || _state$tabs17 === void 0 ? void 0 : _state$tabs17.active,
|
|
1889
1913
|
searchedValue: inputSearch === null || inputSearch === void 0 ? void 0 : inputSearch.value,
|
|
1890
1914
|
current: tables === null || tables === void 0 || (_tables$pagination13 = tables.pagination) === null || _tables$pagination13 === void 0 ? void 0 : _tables$pagination13.current,
|
|
1891
1915
|
pageSize: tables === null || tables === void 0 || (_tables$pagination14 = tables.pagination) === null || _tables$pagination14 === void 0 ? void 0 : _tables$pagination14.pageSize,
|
|
@@ -1910,14 +1934,23 @@ function GenricLayOut(_ref) {
|
|
|
1910
1934
|
* @param {string} filterValue - The value of the selected filter
|
|
1911
1935
|
*/
|
|
1912
1936
|
const onStaticFilterSelect = async filterValue => {
|
|
1937
|
+
const selectedFilterStatus = staticFilter.data.map(item => item.selected ? item.value : null).filter(Boolean);
|
|
1938
|
+
const currentSelectedIndex = selectedFilterStatus.indexOf(filterValue);
|
|
1939
|
+
if (currentSelectedIndex === -1) {
|
|
1940
|
+
selectedFilterStatus.push(filterValue);
|
|
1941
|
+
} else {
|
|
1942
|
+
selectedFilterStatus.splice(currentSelectedIndex, 1);
|
|
1943
|
+
}
|
|
1944
|
+
const multiSelectValue = [...selectedFilterStatus];
|
|
1913
1945
|
dispatch({
|
|
1914
1946
|
type: _layoutReducer.actionTypes.SET_STATIC_FILTER_SELECTION,
|
|
1915
|
-
payload: filterValue
|
|
1947
|
+
payload: filterValue,
|
|
1948
|
+
source: "click"
|
|
1916
1949
|
});
|
|
1917
1950
|
|
|
1918
1951
|
// Call the handler if provided
|
|
1919
1952
|
if (handleTableChange) {
|
|
1920
|
-
var _state$dropdownSearch11, _state$inputSearch11, _state$
|
|
1953
|
+
var _state$dropdownSearch11, _state$inputSearch11, _state$tabs18, _tables$pagination15, _tables$sorting27, _tables$sorting28, _header$subHeading31, _header$subHeading32, _customDrawer$applied10, _state$misc20;
|
|
1921
1954
|
dispatch({
|
|
1922
1955
|
type: _layoutReducer.actionTypes.SET_LOADING,
|
|
1923
1956
|
payload: true
|
|
@@ -1931,7 +1964,7 @@ function GenricLayOut(_ref) {
|
|
|
1931
1964
|
}), (state === null || state === void 0 || (_state$inputSearch11 = state.inputSearch) === null || _state$inputSearch11 === void 0 || (_state$inputSearch11 = _state$inputSearch11.value) === null || _state$inputSearch11 === void 0 ? void 0 : _state$inputSearch11.trim()) && {
|
|
1932
1965
|
searchedValue: state.inputSearch.value
|
|
1933
1966
|
}), {}, {
|
|
1934
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
1967
|
+
selectedTab: state === null || state === void 0 || (_state$tabs18 = state.tabs) === null || _state$tabs18 === void 0 ? void 0 : _state$tabs18.active,
|
|
1935
1968
|
current: 1,
|
|
1936
1969
|
// Reset to first page when filtering
|
|
1937
1970
|
pageSize: tables === null || tables === void 0 || (_tables$pagination15 = tables.pagination) === null || _tables$pagination15 === void 0 ? void 0 : _tables$pagination15.pageSize,
|
|
@@ -1941,7 +1974,9 @@ function GenricLayOut(_ref) {
|
|
|
1941
1974
|
}, (header === null || header === void 0 || (_header$subHeading31 = header.subHeading) === null || _header$subHeading31 === void 0 || (_header$subHeading31 = _header$subHeading31.jsxConfig) === null || _header$subHeading31 === void 0 ? void 0 : _header$subHeading31.type) == "select" ? {
|
|
1942
1975
|
subHeadingSelectVal: header === null || header === void 0 || (_header$subHeading32 = header.subHeading) === null || _header$subHeading32 === void 0 || (_header$subHeading32 = _header$subHeading32.jsxConfig) === null || _header$subHeading32 === void 0 ? void 0 : _header$subHeading32.value
|
|
1943
1976
|
} : {}), (customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) && Object.keys((_customDrawer$applied10 = customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) !== null && _customDrawer$applied10 !== void 0 ? _customDrawer$applied10 : {}).length > 0 && _objectSpread({}, customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters)), (_state$misc20 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc20 !== void 0 ? _state$misc20 : {}), {}, {
|
|
1944
|
-
staticFilter: filterValue
|
|
1977
|
+
staticFilter: filterValue,
|
|
1978
|
+
// Pass static filter value
|
|
1979
|
+
multiSelectValue: multiSelectValue
|
|
1945
1980
|
}));
|
|
1946
1981
|
if (error) {
|
|
1947
1982
|
showErrorNotification(error);
|
|
@@ -1982,17 +2017,17 @@ function GenricLayOut(_ref) {
|
|
|
1982
2017
|
}
|
|
1983
2018
|
});
|
|
1984
2019
|
if (handleTableChange) {
|
|
1985
|
-
var _state$dropdownSearch12, _state$inputSearch12, _state$
|
|
2020
|
+
var _state$dropdownSearch12, _state$inputSearch12, _state$tabs19, _tables$filter12, _tables$sorting29, _tables$sorting30, _header$subHeading33, _header$subHeading34, _staticFilter$data12, _customDrawer$applied11, _state$misc21, _state$staticFilter$m13, _state$staticFilter13;
|
|
1986
2021
|
const {
|
|
1987
2022
|
error,
|
|
1988
2023
|
data
|
|
1989
|
-
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch12 = state.dropdownSearch) === null || _state$dropdownSearch12 === void 0 || (_state$dropdownSearch12 = _state$dropdownSearch12.value) === null || _state$dropdownSearch12 === void 0 ? void 0 : _state$dropdownSearch12.trim()) && {
|
|
2024
|
+
} = await handleTableChange(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, (state === null || state === void 0 || (_state$dropdownSearch12 = state.dropdownSearch) === null || _state$dropdownSearch12 === void 0 || (_state$dropdownSearch12 = _state$dropdownSearch12.value) === null || _state$dropdownSearch12 === void 0 ? void 0 : _state$dropdownSearch12.trim()) && {
|
|
1990
2025
|
searchedValue: state.dropdownSearch.value,
|
|
1991
2026
|
selectedOption: state.dropdownSearch.selectedOption
|
|
1992
2027
|
}), (state === null || state === void 0 || (_state$inputSearch12 = state.inputSearch) === null || _state$inputSearch12 === void 0 || (_state$inputSearch12 = _state$inputSearch12.value) === null || _state$inputSearch12 === void 0 ? void 0 : _state$inputSearch12.trim()) && {
|
|
1993
2028
|
searchedValue: state.inputSearch.value
|
|
1994
2029
|
}), {}, {
|
|
1995
|
-
selectedTab: state === null || state === void 0 || (_state$
|
|
2030
|
+
selectedTab: state === null || state === void 0 || (_state$tabs19 = state.tabs) === null || _state$tabs19 === void 0 ? void 0 : _state$tabs19.active,
|
|
1996
2031
|
current,
|
|
1997
2032
|
pageSize,
|
|
1998
2033
|
columnFilterStatus: tables === null || tables === void 0 || (_tables$filter12 = tables.filter) === null || _tables$filter12 === void 0 ? void 0 : _tables$filter12.value,
|
|
@@ -2002,7 +2037,9 @@ function GenricLayOut(_ref) {
|
|
|
2002
2037
|
subHeadingSelectVal: header === null || header === void 0 || (_header$subHeading34 = header.subHeading) === null || _header$subHeading34 === void 0 || (_header$subHeading34 = _header$subHeading34.jsxConfig) === null || _header$subHeading34 === void 0 ? void 0 : _header$subHeading34.value
|
|
2003
2038
|
} : {}), (staticFilter === null || staticFilter === void 0 ? void 0 : staticFilter.visible) && ((_staticFilter$data12 = staticFilter.data) === null || _staticFilter$data12 === void 0 || (_staticFilter$data12 = _staticFilter$data12.find(item => item.selected)) === null || _staticFilter$data12 === void 0 ? void 0 : _staticFilter$data12.value) && {
|
|
2004
2039
|
staticFilter: staticFilter.data.find(item => item.selected).value
|
|
2005
|
-
}), (customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) && Object.keys((_customDrawer$applied11 = customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) !== null && _customDrawer$applied11 !== void 0 ? _customDrawer$applied11 : {}).length > 0 && _objectSpread({}, customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters)), (_state$misc21 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc21 !== void 0 ? _state$misc21 : {})
|
|
2040
|
+
}), (customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) && Object.keys((_customDrawer$applied11 = customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters) !== null && _customDrawer$applied11 !== void 0 ? _customDrawer$applied11 : {}).length > 0 && _objectSpread({}, customDrawer === null || customDrawer === void 0 ? void 0 : customDrawer.appliedFilters)), (_state$misc21 = state === null || state === void 0 ? void 0 : state.misc) !== null && _state$misc21 !== void 0 ? _state$misc21 : {}), {}, {
|
|
2041
|
+
multiSelectValue: (_state$staticFilter$m13 = state === null || state === void 0 || (_state$staticFilter13 = state.staticFilter) === null || _state$staticFilter13 === void 0 ? void 0 : _state$staticFilter13.multiSelectValue) !== null && _state$staticFilter$m13 !== void 0 ? _state$staticFilter$m13 : []
|
|
2042
|
+
}));
|
|
2006
2043
|
if (error) {
|
|
2007
2044
|
showErrorNotification(error);
|
|
2008
2045
|
dispatch({
|
|
@@ -207,9 +207,21 @@ const genericLayoutReducer = exports.genericLayoutReducer = (0, _immer.produce)(
|
|
|
207
207
|
break;
|
|
208
208
|
case actionTypes.SET_STATIC_FILTER_SELECTION:
|
|
209
209
|
if ((_draft$staticFilter = draft.staticFilter) !== null && _draft$staticFilter !== void 0 && _draft$staticFilter.data) {
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
210
|
+
var _draft$staticFilter2;
|
|
211
|
+
if (draft.staticFilter.deSelectOption) {
|
|
212
|
+
if (action.source === "click") {
|
|
213
|
+
const selectedFilter = draft.staticFilter.data.find(filter => filter.value === action.payload);
|
|
214
|
+
if (selectedFilter) selectedFilter.selected = !selectedFilter.selected;
|
|
215
|
+
}
|
|
216
|
+
} else {
|
|
217
|
+
draft.staticFilter.data = draft.staticFilter.data.map(filter => _objectSpread(_objectSpread({}, filter), {}, {
|
|
218
|
+
selected: filter.value === action.payload
|
|
219
|
+
}));
|
|
220
|
+
}
|
|
221
|
+
if ((_draft$staticFilter2 = draft.staticFilter) !== null && _draft$staticFilter2 !== void 0 && _draft$staticFilter2.multiSelectValue) {
|
|
222
|
+
var _draft$staticFilter$d;
|
|
223
|
+
draft.staticFilter.multiSelectValue = (_draft$staticFilter$d = draft.staticFilter.data.filter(item => item.selected)) === null || _draft$staticFilter$d === void 0 ? void 0 : _draft$staticFilter$d.map(item => item.value);
|
|
224
|
+
}
|
|
213
225
|
}
|
|
214
226
|
break;
|
|
215
227
|
case actionTypes.SET_STATIC_FILTER:
|