@ix_waterford/lib 1.0.66 → 1.0.68
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/components.js
CHANGED
|
@@ -172,7 +172,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
172
172
|
if(true) {
|
|
173
173
|
(function() {
|
|
174
174
|
var localsJsonString = undefined;
|
|
175
|
-
//
|
|
175
|
+
// 1775907591978
|
|
176
176
|
var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
|
|
177
177
|
// only invalidate when locals change
|
|
178
178
|
if (
|
|
@@ -200,7 +200,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
200
200
|
if(true) {
|
|
201
201
|
(function() {
|
|
202
202
|
var localsJsonString = undefined;
|
|
203
|
-
//
|
|
203
|
+
// 1775907591979
|
|
204
204
|
var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
|
|
205
205
|
// only invalidate when locals change
|
|
206
206
|
if (
|
|
@@ -228,7 +228,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
228
228
|
if(true) {
|
|
229
229
|
(function() {
|
|
230
230
|
var localsJsonString = undefined;
|
|
231
|
-
//
|
|
231
|
+
// 1775907591979
|
|
232
232
|
var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
|
|
233
233
|
// only invalidate when locals change
|
|
234
234
|
if (
|
|
@@ -256,7 +256,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
256
256
|
if(true) {
|
|
257
257
|
(function() {
|
|
258
258
|
var localsJsonString = undefined;
|
|
259
|
-
//
|
|
259
|
+
// 1775907591980
|
|
260
260
|
var cssReload = (__webpack_require__("./node_modules/@rspack/core/dist/cssExtractHmr.js")/* .cssReload */.cssReload)(module.id, {});
|
|
261
261
|
// only invalidate when locals change
|
|
262
262
|
if (
|
|
@@ -7429,7 +7429,7 @@ const SearchBar = /*#__PURE__*/ react__rspack_import_1["default"].memo(_c = (pro
|
|
|
7429
7429
|
const { headers = [], searchObj = {}, handleSearch = ()=>{}, showCheckbox = false } = props;
|
|
7430
7430
|
const renderSearchField = (item)=>{
|
|
7431
7431
|
var _item_customSearch, _item_customSearch1, _item_customSearch2;
|
|
7432
|
-
const fieldValue = searchObj[item.field];
|
|
7432
|
+
const fieldValue = searchObj[item.field] || '';
|
|
7433
7433
|
if (item.searchable) {
|
|
7434
7434
|
return /*#__PURE__*/ (0,react_jsx_dev_runtime__rspack_import_0.jsxDEV)(_searchFields__rspack_import_3.TextSearchField, {
|
|
7435
7435
|
field: item.field,
|
|
@@ -7481,7 +7481,7 @@ const SearchBar = /*#__PURE__*/ react__rspack_import_1["default"].memo(_c = (pro
|
|
|
7481
7481
|
if (((_item_customSearch2 = item.customSearch) === null || _item_customSearch2 === void 0 ? void 0 : _item_customSearch2.field) === 'DATE_RANGE') {
|
|
7482
7482
|
return /*#__PURE__*/ (0,react_jsx_dev_runtime__rspack_import_0.jsxDEV)(_searchFields__rspack_import_6.DateSearchField, {
|
|
7483
7483
|
field: item.field,
|
|
7484
|
-
value: fieldValue,
|
|
7484
|
+
value: fieldValue || null,
|
|
7485
7485
|
onSearch: (value)=>handleSearch({
|
|
7486
7486
|
...searchObj,
|
|
7487
7487
|
[item.field]: value
|
|
@@ -8269,6 +8269,7 @@ const Style = (param)=>{
|
|
|
8269
8269
|
fontWeight: 'bold',
|
|
8270
8270
|
textAlign: 'left',
|
|
8271
8271
|
padding: '0 10px',
|
|
8272
|
+
minWidth: '150px',
|
|
8272
8273
|
'&:hover .sortIconButton.sort-hover': {
|
|
8273
8274
|
opacity: 1
|
|
8274
8275
|
}
|