tenjin-ui-kit 0.3.72-dev-1 → 0.3.73
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/common/hooks/apiHooks.js +91 -199
- package/common/hooks/newApiHook.js +127 -258
- package/common/utils/security/index.js +2 -2
- package/common/utils/security/securityConfig.js +1 -2
- package/components/Canvas.js +172 -101
- package/components/DragBox/index.js +21 -31
- package/components/InputWithChip/index.js +178 -83
- package/components/RightContext/index.js +17 -41
- package/components/WorkFlow.js +19 -29
- package/components/WorkFlowBuilder.js +32 -56
- package/components/alert/Style.js +11 -14
- package/components/alert/index.js +8 -14
- package/components/attachment/index.js +26 -31
- package/components/authenticationProvider/AuthError.js +3 -4
- package/components/authenticationProvider/AuthLoader.js +3 -4
- package/components/authenticationProvider/index.js +58 -130
- package/components/avatar/index.js +24 -23
- package/components/avatar/styles.js +76 -77
- package/components/breadCrumbs/index.js +64 -89
- package/components/breadCrumbs/style.js +1 -4
- package/components/browsingTestCaseLayout/DetailsViewLayout/DetailsViewContent/index.js +7 -6
- package/components/browsingTestCaseLayout/DetailsViewLayout/DetailsViewContent/style.js +5 -8
- package/components/browsingTestCaseLayout/DetailsViewLayout/DetailsViewHeader/index.js +7 -6
- package/components/browsingTestCaseLayout/TreeViewLayout/TreeViewContent/Index.js +8 -7
- package/components/browsingTestCaseLayout/TreeViewLayout/TreeViewHeader/Index.js +8 -7
- package/components/browsingTestCaseLayout/TreeViewLayout/TreeViewHeader/style.js +16 -19
- package/components/browsingTestCaseLayout/index.js +30 -46
- package/components/button/index.js +47 -58
- package/components/chatBotModal/index.js +40 -61
- package/components/checkBox/index.js +8 -10
- package/components/combobox/index.js +66 -100
- package/components/divider/index.js +9 -18
- package/components/editableField/index.js +19 -46
- package/components/error/index.js +6 -12
- package/components/errorBoundary/index.js +74 -98
- package/components/fileUploader/index.js +46 -58
- package/components/fileUploader/style.js +46 -49
- package/components/filter/ValueSelector.js +149 -245
- package/components/filter/index.js +45 -71
- package/components/iconButton/index.js +3 -4
- package/components/input/index.js +60 -74
- package/components/layout/index.js +36 -49
- package/components/layout/main/index.js +13 -14
- package/components/layout/main/style.js +11 -14
- package/components/layout/pageContent/index.js +8 -7
- package/components/layout/sidebar/FlatMenu.js +51 -47
- package/components/layout/sidebar/GroupedIconMenu.js +169 -194
- package/components/layout/sidebar/GroupedMenu.js +45 -50
- package/components/layout/sidebar/ProjectMenu.js +165 -185
- package/components/layout/sidebar/index.js +27 -26
- package/components/layout/sidebar/style.js +138 -143
- package/components/layout/topBar/ProjectTopbar.js +91 -208
- package/components/layout/topBar/UserAvatar.js +53 -69
- package/components/layout/topBar/index.js +23 -41
- package/components/loader/index.js +9 -12
- package/components/menu/index.js +23 -42
- package/components/modal/Modal.js +5 -6
- package/components/modal/index.js +16 -20
- package/components/modal/style.js +53 -56
- package/components/optionMenu/index.js +32 -47
- package/components/pagination/index.js +23 -43
- package/components/pagination/style.js +25 -28
- package/components/paginationUpdated/index.js +22 -29
- package/components/paper/index.js +20 -22
- package/components/paper/style.js +24 -27
- package/components/reactSelect/index.js +64 -97
- package/components/reactSelect/style.js +131 -151
- package/components/richTextEditor/index.js +24 -48
- package/components/select/GroupedSelect.js +96 -99
- package/components/select/SimpleSelect.js +61 -103
- package/components/select/index.js +56 -69
- package/components/simpleSelect/index.js +18 -22
- package/components/sort/index.js +23 -36
- package/components/switch/index.js +14 -15
- package/components/switch/style.js +29 -32
- package/components/switch/switch.js +30 -47
- package/components/table/ReactTable.js +59 -83
- package/components/table/SimpleTable.js +67 -91
- package/components/table/index.js +300 -206
- package/components/text/index.js +22 -30
- package/components/timeStamp/index.js +4 -9
- package/components/timeStamp/style.js +12 -15
- package/components/topBar/index.js +86 -102
- package/components/tree/index.js +30 -58
- package/components/tree/style.js +20 -23
- package/components/valuePicker/ValueSelector.js +78 -160
- package/components/valuePicker/index.js +30 -50
- package/components/wrapperLayout/layout/index.js +8 -7
- package/components/wrapperLayout/main/index.js +8 -7
- package/components/wrapperLayout/main/pageContainer/index.js +6 -5
- package/components/wrapperLayout/main/sideBar/index.js +171 -175
- package/components/wrapperLayout/main/sideBar/style.js +177 -183
- package/components/wrapperLayout/topBar/UserAvatar.js +6 -5
- package/components/wrapperLayout/topBar/avatar.js +15 -18
- package/components/wrapperLayout/topBar/index.js +115 -107
- package/components/wrapperLayout/topBar/menuIcon.js +6 -5
- package/components/wrapperLayout/topBar/style.js +63 -64
- package/http/index.js +92 -188
- package/index.js +53 -55
- package/package.json +3 -3
- package/templates/listPage/index.js +168 -196
- package/themes/default.js +5 -7
- package/themes/defaultSmall.js +2 -3
- package/themes/responsiveTheme.js +6 -8
|
@@ -8,42 +8,29 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
8
8
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
9
|
var _material = require("@mui/material");
|
|
10
10
|
var _text = _interopRequireDefault(require("../text"));
|
|
11
|
-
function _interopRequireDefault(
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
column: null,
|
|
29
|
-
direction: "desc"
|
|
30
|
-
}),
|
|
31
|
-
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
32
|
-
sorting = _React$useState2[0],
|
|
33
|
-
setSorting = _React$useState2[1];
|
|
34
|
-
var handleSort = function handleSort(columnName) {
|
|
35
|
-
setSorting(function (prevSorting) {
|
|
36
|
-
return {
|
|
37
|
-
column: columnName,
|
|
38
|
-
direction: prevSorting.column === columnName && prevSorting.direction === "desc" ? "asc" : "desc"
|
|
39
|
-
};
|
|
40
|
-
});
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
const ReactTable = _ref => {
|
|
13
|
+
let {
|
|
14
|
+
columns,
|
|
15
|
+
rows,
|
|
16
|
+
sortable,
|
|
17
|
+
msg
|
|
18
|
+
} = _ref;
|
|
19
|
+
const [sorting, setSorting] = _react.default.useState({
|
|
20
|
+
column: null,
|
|
21
|
+
direction: "desc"
|
|
22
|
+
});
|
|
23
|
+
const handleSort = columnName => {
|
|
24
|
+
setSorting(prevSorting => ({
|
|
25
|
+
column: columnName,
|
|
26
|
+
direction: prevSorting.column === columnName && prevSorting.direction === "desc" ? "asc" : "desc"
|
|
27
|
+
}));
|
|
41
28
|
};
|
|
42
|
-
|
|
43
|
-
if (sorting
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
29
|
+
const sortedData = _react.default.useMemo(() => {
|
|
30
|
+
if (sorting?.column) {
|
|
31
|
+
const sortedArray = [...rows].sort((a, b) => {
|
|
32
|
+
const valueA = a[sorting.column];
|
|
33
|
+
const valueB = b[sorting.column];
|
|
47
34
|
if (typeof valueA === "string" && typeof valueB === "string") {
|
|
48
35
|
return sorting.direction === "asc" ? valueA.localeCompare(valueB) : valueB.localeCompare(valueA);
|
|
49
36
|
}
|
|
@@ -53,51 +40,41 @@ var ReactTable = function ReactTable(_ref) {
|
|
|
53
40
|
}
|
|
54
41
|
return rows;
|
|
55
42
|
}, [rows, sorting]);
|
|
56
|
-
|
|
57
|
-
return rows &&
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
}))))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, " ", /*#__PURE__*/_react.default.createElement(_material.TableContainer, null, /*#__PURE__*/_react.default.createElement(_material.Table, null, /*#__PURE__*/_react.default.createElement(_material.TableHead, null, columns === null || columns === void 0 ? void 0 : columns.map(function (c) {
|
|
92
|
-
return /*#__PURE__*/_react.default.createElement(_material.TableCell, {
|
|
93
|
-
key: c.name,
|
|
94
|
-
style: {
|
|
95
|
-
width: c.width,
|
|
96
|
-
color: "#7D7D7D",
|
|
97
|
-
borderBottom: "none"
|
|
98
|
-
}
|
|
99
|
-
}, /*#__PURE__*/_react.default.createElement(_text.default, null, c.displayName));
|
|
100
|
-
})), " ")), /*#__PURE__*/_react.default.createElement(_material.Grid, {
|
|
43
|
+
const theme = (0, _material.useTheme)();
|
|
44
|
+
return rows && rows?.length > 0 ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_material.TableContainer, null, /*#__PURE__*/_react.default.createElement(_material.Table, null, /*#__PURE__*/_react.default.createElement(_material.TableHead, null, /*#__PURE__*/_react.default.createElement(_material.TableRow, null, columns?.map(c => /*#__PURE__*/_react.default.createElement(_material.TableCell, {
|
|
45
|
+
key: c.name,
|
|
46
|
+
style: {
|
|
47
|
+
width: c.width
|
|
48
|
+
}
|
|
49
|
+
}, sortable ? /*#__PURE__*/_react.default.createElement(_material.TableSortLabel, {
|
|
50
|
+
active: sorting.column === c.name.toLowerCase(),
|
|
51
|
+
direction: sorting.column === c.name.toLowerCase() ? sorting.direction : "asc",
|
|
52
|
+
onClick: () => handleSort(c.name.toLowerCase())
|
|
53
|
+
}, /*#__PURE__*/_react.default.createElement(_text.default, {
|
|
54
|
+
style: {
|
|
55
|
+
color: "#7D7D7D"
|
|
56
|
+
}
|
|
57
|
+
}, c.displayName)) : /*#__PURE__*/_react.default.createElement(_text.default, {
|
|
58
|
+
style: {
|
|
59
|
+
color: "#7D7D7D"
|
|
60
|
+
}
|
|
61
|
+
}, c.displayName))))), /*#__PURE__*/_react.default.createElement(_material.TableBody, null, sortedData?.map(u => /*#__PURE__*/_react.default.createElement(_material.TableRow, {
|
|
62
|
+
key: u.id
|
|
63
|
+
}, columns?.map(c => /*#__PURE__*/_react.default.createElement(_material.TableCell, {
|
|
64
|
+
size: "small",
|
|
65
|
+
key: u[c.name],
|
|
66
|
+
style: {
|
|
67
|
+
width: c.width,
|
|
68
|
+
borderBottom: "none"
|
|
69
|
+
}
|
|
70
|
+
}, c.render ? c.render(u) : /*#__PURE__*/_react.default.createElement(_text.default, null, u[c.name]))))))))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, " ", /*#__PURE__*/_react.default.createElement(_material.TableContainer, null, /*#__PURE__*/_react.default.createElement(_material.Table, null, /*#__PURE__*/_react.default.createElement(_material.TableHead, null, columns?.map(c => /*#__PURE__*/_react.default.createElement(_material.TableCell, {
|
|
71
|
+
key: c.name,
|
|
72
|
+
style: {
|
|
73
|
+
width: c.width,
|
|
74
|
+
color: "#7D7D7D",
|
|
75
|
+
borderBottom: "none"
|
|
76
|
+
}
|
|
77
|
+
}, /*#__PURE__*/_react.default.createElement(_text.default, null, c.displayName)))), " ")), /*#__PURE__*/_react.default.createElement(_material.Grid, {
|
|
101
78
|
item: true,
|
|
102
79
|
xs: 11,
|
|
103
80
|
container: true,
|
|
@@ -105,7 +82,7 @@ var ReactTable = function ReactTable(_ref) {
|
|
|
105
82
|
}, /*#__PURE__*/_react.default.createElement(_text.default, {
|
|
106
83
|
style: {
|
|
107
84
|
color: "grey",
|
|
108
|
-
marginTop:
|
|
85
|
+
marginTop: `calc(100vh - 750px)`
|
|
109
86
|
}
|
|
110
87
|
}, msg)));
|
|
111
88
|
};
|
|
@@ -114,5 +91,4 @@ ReactTable.propTypes = {
|
|
|
114
91
|
columns: _propTypes.default.array.isRequired,
|
|
115
92
|
msg: _propTypes.default.string
|
|
116
93
|
};
|
|
117
|
-
var _default = ReactTable;
|
|
118
|
-
exports.default = _default;
|
|
94
|
+
var _default = exports.default = ReactTable;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
|
5
4
|
value: true
|
|
6
5
|
});
|
|
@@ -9,58 +8,42 @@ var _material = require("@mui/material");
|
|
|
9
8
|
var _react = _interopRequireWildcard(require("react"));
|
|
10
9
|
var _text = _interopRequireDefault(require("../text"));
|
|
11
10
|
var _styles = require("@mui/styles");
|
|
12
|
-
function _interopRequireDefault(
|
|
13
|
-
function
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
var classes = useStyles();
|
|
43
|
-
var theme = (0, _material.useTheme)();
|
|
44
|
-
var _useState = (0, _react.useState)({
|
|
45
|
-
column: null,
|
|
46
|
-
direction: "desc"
|
|
47
|
-
}),
|
|
48
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
49
|
-
sorting = _useState2[0],
|
|
50
|
-
setSorting = _useState2[1];
|
|
51
|
-
var handleSort = function handleSort(columnName) {
|
|
52
|
-
setSorting(function (prevSorting) {
|
|
53
|
-
return {
|
|
54
|
-
column: columnName,
|
|
55
|
-
direction: prevSorting.column === columnName && prevSorting.direction === "desc" ? "asc" : "desc"
|
|
56
|
-
};
|
|
57
|
-
});
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
13
|
+
const useStyles = (0, _styles.makeStyles)(theme => ({
|
|
14
|
+
customCell: {
|
|
15
|
+
padding: "0px 1rem"
|
|
16
|
+
},
|
|
17
|
+
customTableContainer: {
|
|
18
|
+
overflowX: "initial"
|
|
19
|
+
}
|
|
20
|
+
}));
|
|
21
|
+
const SimpleTable = _ref => {
|
|
22
|
+
let {
|
|
23
|
+
rows,
|
|
24
|
+
columns,
|
|
25
|
+
size,
|
|
26
|
+
height,
|
|
27
|
+
isHeight,
|
|
28
|
+
sx
|
|
29
|
+
} = _ref;
|
|
30
|
+
const classes = useStyles();
|
|
31
|
+
const theme = (0, _material.useTheme)();
|
|
32
|
+
const [sorting, setSorting] = (0, _react.useState)({
|
|
33
|
+
column: null,
|
|
34
|
+
direction: "desc"
|
|
35
|
+
});
|
|
36
|
+
const handleSort = columnName => {
|
|
37
|
+
setSorting(prevSorting => ({
|
|
38
|
+
column: columnName,
|
|
39
|
+
direction: prevSorting.column === columnName && prevSorting.direction === "desc" ? "asc" : "desc"
|
|
40
|
+
}));
|
|
58
41
|
};
|
|
59
|
-
|
|
42
|
+
const sortedData = _react.default.useMemo(() => {
|
|
60
43
|
if (sorting.column) {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
44
|
+
const sortedArray = [...rows].sort((a, b) => {
|
|
45
|
+
const valueA = a[sorting.column];
|
|
46
|
+
const valueB = b[sorting.column];
|
|
64
47
|
if (typeof valueA === "string" && typeof valueB === "string") {
|
|
65
48
|
return sorting.direction === "asc" ? valueA.localeCompare(valueB) : valueB.localeCompare(valueA);
|
|
66
49
|
}
|
|
@@ -77,40 +60,32 @@ var SimpleTable = function SimpleTable(_ref) {
|
|
|
77
60
|
}, /*#__PURE__*/_react.default.createElement(_material.Table, {
|
|
78
61
|
size: size,
|
|
79
62
|
stickyHeader: true
|
|
80
|
-
}, /*#__PURE__*/_react.default.createElement(_material.TableHead, null, /*#__PURE__*/_react.default.createElement(_material.TableRow, null, columns && columns.map(
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
className: isHeight && classes.customCell,
|
|
107
|
-
style: {
|
|
108
|
-
padding: "".concat(height || "0.5rem", " 1rem")
|
|
109
|
-
},
|
|
110
|
-
key: index
|
|
111
|
-
}, renderCellContent(r, c));
|
|
112
|
-
}));
|
|
113
|
-
})))) : /*#__PURE__*/_react.default.createElement(_material.Box, {
|
|
63
|
+
}, /*#__PURE__*/_react.default.createElement(_material.TableHead, null, /*#__PURE__*/_react.default.createElement(_material.TableRow, null, columns && columns.map((c, index) => /*#__PURE__*/_react.default.createElement(_material.TableCell, {
|
|
64
|
+
key: index,
|
|
65
|
+
style: {
|
|
66
|
+
minWidth: c.minWidth || 80,
|
|
67
|
+
maxWidth: c.maxWidth || 240
|
|
68
|
+
}
|
|
69
|
+
}, /*#__PURE__*/_react.default.createElement(_material.TableSortLabel, {
|
|
70
|
+
active: sorting.column === c.name.toLowerCase(),
|
|
71
|
+
direction: sorting.column === c.name.toLowerCase() ? sorting.direction : "asc",
|
|
72
|
+
onClick: () => handleSort(c.name)
|
|
73
|
+
}, /*#__PURE__*/_react.default.createElement(_text.default, {
|
|
74
|
+
semibold: true,
|
|
75
|
+
color: theme.palette.grey[500]
|
|
76
|
+
// textTransform="uppercase"
|
|
77
|
+
,
|
|
78
|
+
fontSize: theme.typography.fontSize - 1
|
|
79
|
+
}, c.displayName)))))), /*#__PURE__*/_react.default.createElement(_material.TableBody, null, sortedData.map((r, index) => /*#__PURE__*/_react.default.createElement(_material.TableRow, {
|
|
80
|
+
key: index,
|
|
81
|
+
hover: true
|
|
82
|
+
}, columns.map((c, index) => /*#__PURE__*/_react.default.createElement(_material.TableCell, {
|
|
83
|
+
className: isHeight && classes.customCell,
|
|
84
|
+
style: {
|
|
85
|
+
padding: `${height || "0.5rem"} 1rem`
|
|
86
|
+
},
|
|
87
|
+
key: index
|
|
88
|
+
}, renderCellContent(r, c)))))))) : /*#__PURE__*/_react.default.createElement(_material.Box, {
|
|
114
89
|
height: "300px",
|
|
115
90
|
display: "flex",
|
|
116
91
|
alignItems: "center",
|
|
@@ -121,10 +96,12 @@ var SimpleTable = function SimpleTable(_ref) {
|
|
|
121
96
|
semibold: true
|
|
122
97
|
}, "No records found"));
|
|
123
98
|
};
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
99
|
+
const renderCellContent = (row, column) => {
|
|
100
|
+
const {
|
|
101
|
+
name,
|
|
102
|
+
render
|
|
103
|
+
} = column;
|
|
104
|
+
let returnComponent;
|
|
128
105
|
if (render) {
|
|
129
106
|
returnComponent = render(row);
|
|
130
107
|
} else {
|
|
@@ -132,5 +109,4 @@ var renderCellContent = function renderCellContent(row, column) {
|
|
|
132
109
|
}
|
|
133
110
|
return returnComponent;
|
|
134
111
|
};
|
|
135
|
-
var _default = SimpleTable;
|
|
136
|
-
exports.default = _default;
|
|
112
|
+
var _default = exports.default = SimpleTable;
|