@ix_waterford/lib 1.0.18 → 1.0.20

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
- // 1765977235826
173
+ // 1765978552140
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
- // 1765977235828
201
+ // 1765978552140
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
- // 1765977235828
229
+ // 1765978552142
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
- // 1765977235829
257
+ // 1765978552142
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 (
@@ -9684,14 +9684,14 @@ const ACTION_TYPES = {
9684
9684
  };
9685
9685
  const getViewOptions = (viewType)=>[
9686
9686
  {
9687
- value: 'list',
9687
+ value: 'LIST',
9688
9688
  label: 'Set as default : List View',
9689
- checked: viewType === 'list'
9689
+ checked: viewType === 'LIST'
9690
9690
  },
9691
9691
  {
9692
- value: 'tile',
9692
+ value: 'TILE',
9693
9693
  label: 'Set as default : Card View',
9694
- checked: viewType === 'tile'
9694
+ checked: viewType === 'TILE'
9695
9695
  },
9696
9696
  {
9697
9697
  value: '',