@ix_waterford/lib 1.0.19 → 1.0.21

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.
@@ -170,7 +170,7 @@ __webpack_require__.r(__webpack_exports__);
170
170
  if(true) {
171
171
  (function() {
172
172
  var localsJsonString = undefined;
173
- // 1765977553003
173
+ // 1766557659287
174
174
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
175
175
  // only invalidate when locals change
176
176
  if (
@@ -198,7 +198,7 @@ __webpack_require__.r(__webpack_exports__);
198
198
  if(true) {
199
199
  (function() {
200
200
  var localsJsonString = undefined;
201
- // 1765977553006
201
+ // 1766557659287
202
202
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
203
203
  // only invalidate when locals change
204
204
  if (
@@ -226,7 +226,7 @@ __webpack_require__.r(__webpack_exports__);
226
226
  if(true) {
227
227
  (function() {
228
228
  var localsJsonString = undefined;
229
- // 1765977553004
229
+ // 1766557659288
230
230
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
231
231
  // only invalidate when locals change
232
232
  if (
@@ -254,7 +254,7 @@ __webpack_require__.r(__webpack_exports__);
254
254
  if(true) {
255
255
  (function() {
256
256
  var localsJsonString = undefined;
257
- // 1765977553006
257
+ // 1766557659288
258
258
  var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
259
259
  // only invalidate when locals change
260
260
  if (
@@ -5777,9 +5777,6 @@ const DndWrapper = (props)=>{
5777
5777
  setDraggedHeader(null);
5778
5778
  if (event.over) handleReorder(event.active.id, event.over.id);
5779
5779
  };
5780
- const handleDragOver = (event)=>{
5781
- if (event.over) handleReorder(event.active.id, event.over.id);
5782
- };
5783
5780
  const sortableItems = (0,react__WEBPACK_IMPORTED_MODULE_1__.useMemo)(()=>{
5784
5781
  return headers.map((header, index)=>{
5785
5782
  return header.field || `header-${index}`;
@@ -5802,7 +5799,7 @@ const DndWrapper = (props)=>{
5802
5799
  handleSort: ()=>{}
5803
5800
  }, void 0, false, {
5804
5801
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/table/dndWrapper.tsx",
5805
- lineNumber: 70,
5802
+ lineNumber: 66,
5806
5803
  columnNumber: 17
5807
5804
  }, undefined),
5808
5805
  /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_body_tblBody__WEBPACK_IMPORTED_MODULE_6__["default"], {
@@ -5817,13 +5814,13 @@ const DndWrapper = (props)=>{
5817
5814
  handleRowDataClick: ()=>{}
5818
5815
  }, void 0, false, {
5819
5816
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/table/dndWrapper.tsx",
5820
- lineNumber: 71,
5817
+ lineNumber: 67,
5821
5818
  columnNumber: 17
5822
5819
  }, undefined)
5823
5820
  ]
5824
5821
  }, void 0, true, {
5825
5822
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/table/dndWrapper.tsx",
5826
- lineNumber: 69,
5823
+ lineNumber: 65,
5827
5824
  columnNumber: 13
5828
5825
  }, undefined);
5829
5826
  }, [
@@ -5838,7 +5835,6 @@ const DndWrapper = (props)=>{
5838
5835
  collisionDetection: _dnd_kit_core__WEBPACK_IMPORTED_MODULE_2__.closestCenter,
5839
5836
  onDragStart: handleDragStart,
5840
5837
  onDragEnd: handleDragEnd,
5841
- onDragOver: handleDragOver,
5842
5838
  children: [
5843
5839
  /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_dnd_kit_sortable__WEBPACK_IMPORTED_MODULE_3__.SortableContext, {
5844
5840
  items: sortableItems,
@@ -5846,7 +5842,7 @@ const DndWrapper = (props)=>{
5846
5842
  children: children
5847
5843
  }, void 0, false, {
5848
5844
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/table/dndWrapper.tsx",
5849
- lineNumber: 84,
5845
+ lineNumber: 79,
5850
5846
  columnNumber: 13
5851
5847
  }, undefined),
5852
5848
  /*#__PURE__*/ (0,react_jsx_dev_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxDEV)(_dnd_kit_core__WEBPACK_IMPORTED_MODULE_2__.DragOverlay, {
@@ -5856,18 +5852,18 @@ const DndWrapper = (props)=>{
5856
5852
  children: dragOverlayContent
5857
5853
  }, void 0, false, {
5858
5854
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/table/dndWrapper.tsx",
5859
- lineNumber: 88,
5855
+ lineNumber: 83,
5860
5856
  columnNumber: 17
5861
5857
  }, undefined)
5862
5858
  }, void 0, false, {
5863
5859
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/table/dndWrapper.tsx",
5864
- lineNumber: 87,
5860
+ lineNumber: 82,
5865
5861
  columnNumber: 13
5866
5862
  }, undefined)
5867
5863
  ]
5868
5864
  }, void 0, true, {
5869
5865
  fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/table/dndWrapper.tsx",
5870
- lineNumber: 77,
5866
+ lineNumber: 73,
5871
5867
  columnNumber: 9
5872
5868
  }, undefined);
5873
5869
  };
@@ -6441,7 +6437,7 @@ const Pagination = (props)=>{
6441
6437
  limit
6442
6438
  ]);
6443
6439
  const pageDisplay = (0,react__WEBPACK_IMPORTED_MODULE_1__.useMemo)(()=>{
6444
- return `Displaying ${skip * limit + 1}-${(skip + 1) * limit < totalCount ? (skip + 1) * limit : totalCount} of ${totalCount} results`;
6440
+ return totalCount > 0 ? `Displaying ${skip * limit + 1}-${(skip + 1) * limit < totalCount ? (skip + 1) * limit : totalCount} of ${totalCount} results` : 'Displaying 0 results';
6445
6441
  }, [
6446
6442
  skip,
6447
6443
  limit,
@@ -6724,7 +6720,7 @@ const Style = (param)=>{
6724
6720
  top: '44px',
6725
6721
  '.MuiOutlinedInput-root': {
6726
6722
  height: '26px',
6727
- borderRadius: '0px',
6723
+ borderRadius: '0px !important',
6728
6724
  border: `1px solid ${(_theme_palette_border2 = theme.palette.border) === null || _theme_palette_border2 === void 0 ? void 0 : _theme_palette_border2.table}`,
6729
6725
  fontSize: '12px'
6730
6726
  },
@@ -7056,6 +7052,9 @@ const Style = (param)=>{
7056
7052
  '& .Mui-selected': {
7057
7053
  '& .fillPath': {
7058
7054
  fill: theme.palette.primary.main
7055
+ },
7056
+ '& .tab-badge': {
7057
+ background: theme.palette.primary.main
7059
7058
  }
7060
7059
  }
7061
7060
  };
@@ -9684,14 +9683,14 @@ const ACTION_TYPES = {
9684
9683
  };
9685
9684
  const getViewOptions = (viewType)=>[
9686
9685
  {
9687
- value: 'list',
9686
+ value: 'LIST',
9688
9687
  label: 'Set as default : List View',
9689
- checked: viewType === 'list'
9688
+ checked: viewType === 'LIST'
9690
9689
  },
9691
9690
  {
9692
- value: 'tile',
9691
+ value: 'TILE',
9693
9692
  label: 'Set as default : Card View',
9694
- checked: viewType === 'tile'
9693
+ checked: viewType === 'TILE'
9695
9694
  },
9696
9695
  {
9697
9696
  value: '',