@ix_waterford/lib 1.0.87 → 1.0.89
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 +28 -27
- package/dist/components.js.map +1 -1
- package/dist/index.js +28 -27
- package/dist/index.js.map +1 -1
- package/dist/types/components/dialog/dialog.d.ts +1 -0
- package/dist/types/components/dialog/dialog.d.ts.map +1 -1
- package/dist/types/components/dialog/style.d.ts +3 -8
- package/dist/types/components/dialog/style.d.ts.map +1 -1
- package/dist/types/components/table/styles.d.ts +3 -0
- package/dist/types/components/table/styles.d.ts.map +1 -1
- package/dist/types/components/tabs/style.d.ts +1 -0
- package/dist/types/components/tabs/style.d.ts.map +1 -1
- package/package.json +1 -1
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
|
+
// 1778232415571
|
|
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
|
+
// 1778232415573
|
|
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
|
+
// 1778232415572
|
|
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
|
+
// 1778232415573
|
|
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 (
|
|
@@ -4703,7 +4703,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
4703
4703
|
|
|
4704
4704
|
|
|
4705
4705
|
const Dialog = (param)=>{
|
|
4706
|
-
let { open = false, onClose = ()=>{}, title = '', actions, children, showCloseButton = true, maxWidth = 'sm', fullWidth = true, fullScreen = false, scroll = 'paper', disableBackdropClick = false, disableEscapeKeyDown = false, ...restProps } = param;
|
|
4706
|
+
let { open = false, onClose = ()=>{}, title = '', actions, children, showCloseButton = true, maxWidth = 'sm', fullWidth = true, fullScreen = false, scroll = 'paper', padding = '24px', disableBackdropClick = false, disableEscapeKeyDown = false, ...restProps } = param;
|
|
4707
4707
|
const handleClose = (event, reason)=>{
|
|
4708
4708
|
if (disableBackdropClick && reason === 'backdropClick') return;
|
|
4709
4709
|
if (disableEscapeKeyDown && reason === 'escapeKeyDown') return;
|
|
@@ -4717,7 +4717,6 @@ const Dialog = (param)=>{
|
|
|
4717
4717
|
fullScreen: fullScreen,
|
|
4718
4718
|
scroll: scroll,
|
|
4719
4719
|
...restProps,
|
|
4720
|
-
className: `${fullScreen ? 'fullScreenDialog' : ''}`,
|
|
4721
4720
|
children: [
|
|
4722
4721
|
title && /*#__PURE__*/ (0,react_jsx_dev_runtime__rspack_import_0.jsxDEV)(_mui_material__rspack_import_1.DialogTitle, {
|
|
4723
4722
|
className: "dialog-title",
|
|
@@ -4728,38 +4727,41 @@ const Dialog = (param)=>{
|
|
|
4728
4727
|
onClick: (e)=>onClose(e, 'escapeKeyDown'),
|
|
4729
4728
|
children: /*#__PURE__*/ (0,react_jsx_dev_runtime__rspack_import_0.jsxDEV)(_assets_svg__rspack_import_2.CloseIcon, {}, void 0, false, {
|
|
4730
4729
|
fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/dialog/dialog.tsx",
|
|
4731
|
-
lineNumber:
|
|
4730
|
+
lineNumber: 71,
|
|
4732
4731
|
columnNumber: 15
|
|
4733
4732
|
}, undefined)
|
|
4734
4733
|
}, void 0, false, {
|
|
4735
4734
|
fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/dialog/dialog.tsx",
|
|
4736
|
-
lineNumber:
|
|
4735
|
+
lineNumber: 67,
|
|
4737
4736
|
columnNumber: 13
|
|
4738
4737
|
}, undefined)
|
|
4739
4738
|
]
|
|
4740
4739
|
}, void 0, true, {
|
|
4741
4740
|
fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/dialog/dialog.tsx",
|
|
4742
|
-
lineNumber:
|
|
4741
|
+
lineNumber: 64,
|
|
4743
4742
|
columnNumber: 9
|
|
4744
4743
|
}, undefined),
|
|
4745
4744
|
children && /*#__PURE__*/ (0,react_jsx_dev_runtime__rspack_import_0.jsxDEV)(_mui_material__rspack_import_1.DialogContent, {
|
|
4745
|
+
style: {
|
|
4746
|
+
padding: padding
|
|
4747
|
+
},
|
|
4746
4748
|
children: children
|
|
4747
4749
|
}, void 0, false, {
|
|
4748
4750
|
fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/dialog/dialog.tsx",
|
|
4749
|
-
lineNumber:
|
|
4751
|
+
lineNumber: 76,
|
|
4750
4752
|
columnNumber: 20
|
|
4751
4753
|
}, undefined),
|
|
4752
4754
|
actions && /*#__PURE__*/ (0,react_jsx_dev_runtime__rspack_import_0.jsxDEV)(_mui_material__rspack_import_1.DialogActions, {
|
|
4753
4755
|
children: actions
|
|
4754
4756
|
}, void 0, false, {
|
|
4755
4757
|
fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/dialog/dialog.tsx",
|
|
4756
|
-
lineNumber:
|
|
4758
|
+
lineNumber: 77,
|
|
4757
4759
|
columnNumber: 19
|
|
4758
4760
|
}, undefined)
|
|
4759
4761
|
]
|
|
4760
4762
|
}, void 0, true, {
|
|
4761
4763
|
fileName: "/Users/kirubakaran.r/Documents/projects/hub/components/waterford_library/src/components/dialog/dialog.tsx",
|
|
4762
|
-
lineNumber:
|
|
4764
|
+
lineNumber: 54,
|
|
4763
4765
|
columnNumber: 5
|
|
4764
4766
|
}, undefined);
|
|
4765
4767
|
};
|
|
@@ -4784,18 +4786,13 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
4784
4786
|
const Style = (param)=>{
|
|
4785
4787
|
let { theme } = param;
|
|
4786
4788
|
return {
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
borderRadius: "0px"
|
|
4790
|
-
}
|
|
4791
|
-
},
|
|
4792
|
-
"& .MuiPaper-root": {
|
|
4793
|
-
borderRadius: "16px"
|
|
4789
|
+
'& .MuiPaper-root': {
|
|
4790
|
+
borderRadius: '16px'
|
|
4794
4791
|
},
|
|
4795
|
-
|
|
4796
|
-
display:
|
|
4797
|
-
alignItems:
|
|
4798
|
-
justifyContent:
|
|
4792
|
+
'& .dialog-title': {
|
|
4793
|
+
display: 'flex',
|
|
4794
|
+
alignItems: 'center',
|
|
4795
|
+
justifyContent: 'space-between',
|
|
4799
4796
|
color: theme.palette.text.primary
|
|
4800
4797
|
}
|
|
4801
4798
|
};
|
|
@@ -8321,7 +8318,8 @@ const Style = (param)=>{
|
|
|
8321
8318
|
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
8319
|
return {
|
|
8323
8320
|
'&.MuiTableContainer-root ': {
|
|
8324
|
-
height: 'calc(100% - 30px)'
|
|
8321
|
+
height: 'calc(100% - 30px)',
|
|
8322
|
+
borderRadius: '5px'
|
|
8325
8323
|
},
|
|
8326
8324
|
'.tableHeaderCls': {
|
|
8327
8325
|
backgroundColor: ((_theme_palette_view = theme.palette.view) === null || _theme_palette_view === void 0 ? void 0 : _theme_palette_view.table) || '#d4b0fd',
|
|
@@ -8501,10 +8499,12 @@ const Style = (param)=>{
|
|
|
8501
8499
|
textOverflow: 'ellipsis',
|
|
8502
8500
|
whiteSpace: 'nowrap',
|
|
8503
8501
|
'&: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}
|
|
8502
|
+
borderLeft: `1px solid ${(_theme_palette_border4 = theme.palette.border) === null || _theme_palette_border4 === void 0 ? void 0 : _theme_palette_border4.table}`,
|
|
8503
|
+
borderBottomLeftRadius: '3px'
|
|
8505
8504
|
},
|
|
8506
8505
|
'&:last-child': {
|
|
8507
|
-
borderRight: `1px solid ${(_theme_palette_border5 = theme.palette.border) === null || _theme_palette_border5 === void 0 ? void 0 : _theme_palette_border5.table}
|
|
8506
|
+
borderRight: `1px solid ${(_theme_palette_border5 = theme.palette.border) === null || _theme_palette_border5 === void 0 ? void 0 : _theme_palette_border5.table}`,
|
|
8507
|
+
borderBottomRightRadius: '3px'
|
|
8508
8508
|
},
|
|
8509
8509
|
'.MuiTypography-root': {
|
|
8510
8510
|
fontSize: '13px'
|
|
@@ -8813,7 +8813,8 @@ const Style = (param)=>{
|
|
|
8813
8813
|
background: '#FCFCFE',
|
|
8814
8814
|
borderRadius: '10px 10px 0px 0px',
|
|
8815
8815
|
padding: '10px 15px 7px',
|
|
8816
|
-
marginRight: '10px'
|
|
8816
|
+
marginRight: '10px',
|
|
8817
|
+
height: '48px'
|
|
8817
8818
|
},
|
|
8818
8819
|
'& .tab-badge': {
|
|
8819
8820
|
background: theme.palette.secondary.main,
|