@ix_waterford/lib 1.0.86 → 1.0.88
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
|
+
// 1778221138723
|
|
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
|
+
// 1778221138724
|
|
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
|
+
// 1778221138724
|
|
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
|
+
// 1778221138725
|
|
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 (
|
|
@@ -8321,7 +8321,8 @@ const Style = (param)=>{
|
|
|
8321
8321
|
var _theme_palette_view, _theme_palette_view1, _theme_palette_bg, _theme_palette_border, _theme_palette_border1, _theme_palette_border2, _theme_palette_bg1, _theme_palette_view2, _theme_palette_border3, _theme_palette_border4, _theme_palette_border5, _theme_palette_view3, _theme_palette_view4;
|
|
8322
8322
|
return {
|
|
8323
8323
|
'&.MuiTableContainer-root ': {
|
|
8324
|
-
height: 'calc(100% - 30px)'
|
|
8324
|
+
height: 'calc(100% - 30px)',
|
|
8325
|
+
borderRadius: '5px'
|
|
8325
8326
|
},
|
|
8326
8327
|
'.tableHeaderCls': {
|
|
8327
8328
|
backgroundColor: ((_theme_palette_view = theme.palette.view) === null || _theme_palette_view === void 0 ? void 0 : _theme_palette_view.table) || '#d4b0fd',
|
|
@@ -8501,10 +8502,12 @@ const Style = (param)=>{
|
|
|
8501
8502
|
textOverflow: 'ellipsis',
|
|
8502
8503
|
whiteSpace: 'nowrap',
|
|
8503
8504
|
'&:first-of-type': {
|
|
8504
|
-
borderLeft: `1px solid ${(_theme_palette_border4 = theme.palette.border) === null || _theme_palette_border4 === void 0 ? void 0 : _theme_palette_border4.table}
|
|
8505
|
+
borderLeft: `1px solid ${(_theme_palette_border4 = theme.palette.border) === null || _theme_palette_border4 === void 0 ? void 0 : _theme_palette_border4.table}`,
|
|
8506
|
+
borderBottomLeftRadius: '3px'
|
|
8505
8507
|
},
|
|
8506
8508
|
'&:last-child': {
|
|
8507
|
-
borderRight: `1px solid ${(_theme_palette_border5 = theme.palette.border) === null || _theme_palette_border5 === void 0 ? void 0 : _theme_palette_border5.table}
|
|
8509
|
+
borderRight: `1px solid ${(_theme_palette_border5 = theme.palette.border) === null || _theme_palette_border5 === void 0 ? void 0 : _theme_palette_border5.table}`,
|
|
8510
|
+
borderBottomRightRadius: '3px'
|
|
8508
8511
|
},
|
|
8509
8512
|
'.MuiTypography-root': {
|
|
8510
8513
|
fontSize: '13px'
|