@dmsi/wedgekit-react 0.0.819 → 0.0.821
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/{chunk-3UIIKZI7.js → chunk-FYJ2V7A6.js} +3 -3
- package/dist/{chunk-E7ACKOBY.js → chunk-S6NIIYZ2.js} +1 -1
- package/dist/components/CalendarRange.js +2 -2
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +2 -2
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +2 -2
- package/dist/components/DataGrid/PinnedColumns.js +2 -2
- package/dist/components/DataGrid/TableBody/LoadingCell.js +2 -2
- package/dist/components/DataGrid/TableBody/TableBodyRow.js +2 -2
- package/dist/components/DataGrid/TableBody/index.js +2 -2
- package/dist/components/DataGrid/index.js +2 -2
- package/dist/components/DataGrid/utils.js +2 -2
- package/dist/components/DateInput.js +2 -2
- package/dist/components/DateRangeInput.js +2 -2
- package/dist/components/MobileDataGrid/ColumnSelector/index.js +2 -2
- package/dist/components/MobileDataGrid/MobileDataGridHeader.js +2 -2
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +3 -3
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +1 -1
- package/dist/components/MobileDataGrid/index.cjs +3 -3
- package/dist/components/MobileDataGrid/index.js +2 -2
- package/dist/components/PDFViewer/index.cjs +1 -0
- package/dist/components/PDFViewer/index.js +1 -0
- package/dist/components/index.cjs +3 -3
- package/dist/components/index.js +2 -2
- package/package.json +1 -1
|
@@ -55,12 +55,12 @@ function RowDetailModalProvider() {
|
|
|
55
55
|
/* @__PURE__ */ jsx(
|
|
56
56
|
Button,
|
|
57
57
|
{
|
|
58
|
-
id: id ? `${id}-
|
|
59
|
-
testid: testid ? `${testid}-
|
|
58
|
+
id: id ? `${id}-close-button` : void 0,
|
|
59
|
+
testid: testid ? `${testid}-close-button` : void 0,
|
|
60
60
|
iconOnly: true,
|
|
61
61
|
variant: "tertiary",
|
|
62
62
|
onClick: closeRowDetail,
|
|
63
|
-
leftIcon: /* @__PURE__ */ jsx("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ jsx(Icon, { name: "
|
|
63
|
+
leftIcon: /* @__PURE__ */ jsx("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ jsx(Icon, { name: "x", size: 24 }) })
|
|
64
64
|
}
|
|
65
65
|
)
|
|
66
66
|
]
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
CalendarRange,
|
|
3
3
|
CalendarRange_default,
|
|
4
4
|
isWeekend
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-S6NIIYZ2.js";
|
|
6
|
+
import "../chunk-FYJ2V7A6.js";
|
|
7
7
|
import "../chunk-M7INAUAJ.js";
|
|
8
8
|
import "../chunk-URAV33TJ.js";
|
|
9
9
|
import "../chunk-CUAF4FU4.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ColumnSelectorMenuOption
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-S6NIIYZ2.js";
|
|
4
|
+
import "../../../chunk-FYJ2V7A6.js";
|
|
5
5
|
import "../../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../../chunk-URAV33TJ.js";
|
|
7
7
|
import "../../../chunk-CUAF4FU4.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ColumnSelectorHeaderCell
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-S6NIIYZ2.js";
|
|
4
|
+
import "../../../chunk-FYJ2V7A6.js";
|
|
5
5
|
import "../../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../../chunk-URAV33TJ.js";
|
|
7
7
|
import "../../../chunk-CUAF4FU4.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PinnedColumns
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-S6NIIYZ2.js";
|
|
4
|
+
import "../../chunk-FYJ2V7A6.js";
|
|
5
5
|
import "../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../chunk-URAV33TJ.js";
|
|
7
7
|
import "../../chunk-CUAF4FU4.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LoadingCell
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-S6NIIYZ2.js";
|
|
4
|
+
import "../../../chunk-FYJ2V7A6.js";
|
|
5
5
|
import "../../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../../chunk-URAV33TJ.js";
|
|
7
7
|
import "../../../chunk-CUAF4FU4.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
TableBodyRow
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-S6NIIYZ2.js";
|
|
4
|
+
import "../../../chunk-FYJ2V7A6.js";
|
|
5
5
|
import "../../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../../chunk-URAV33TJ.js";
|
|
7
7
|
import "../../../chunk-CUAF4FU4.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
TableBody
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-S6NIIYZ2.js";
|
|
4
|
+
import "../../../chunk-FYJ2V7A6.js";
|
|
5
5
|
import "../../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../../chunk-URAV33TJ.js";
|
|
7
7
|
import "../../../chunk-CUAF4FU4.js";
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import {
|
|
3
3
|
DataGrid,
|
|
4
4
|
DataGrid_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-S6NIIYZ2.js";
|
|
6
|
+
import "../../chunk-FYJ2V7A6.js";
|
|
7
7
|
import "../../chunk-M7INAUAJ.js";
|
|
8
8
|
import "../../chunk-URAV33TJ.js";
|
|
9
9
|
import "../../chunk-CUAF4FU4.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getSortIcon
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-S6NIIYZ2.js";
|
|
4
|
+
import "../../chunk-FYJ2V7A6.js";
|
|
5
5
|
import "../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../chunk-URAV33TJ.js";
|
|
7
7
|
import "../../chunk-CUAF4FU4.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ColumnSelector
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-S6NIIYZ2.js";
|
|
4
|
+
import "../../../chunk-FYJ2V7A6.js";
|
|
5
5
|
import "../../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../../chunk-URAV33TJ.js";
|
|
7
7
|
import "../../../chunk-CUAF4FU4.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MobileDataGridHeader
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-S6NIIYZ2.js";
|
|
4
|
+
import "../../chunk-FYJ2V7A6.js";
|
|
5
5
|
import "../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../chunk-URAV33TJ.js";
|
|
7
7
|
import "../../chunk-CUAF4FU4.js";
|
|
@@ -1417,12 +1417,12 @@ function RowDetailModalProvider() {
|
|
|
1417
1417
|
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
1418
1418
|
Button,
|
|
1419
1419
|
{
|
|
1420
|
-
id: id ? `${id}-
|
|
1421
|
-
testid: testid ? `${testid}-
|
|
1420
|
+
id: id ? `${id}-close-button` : void 0,
|
|
1421
|
+
testid: testid ? `${testid}-close-button` : void 0,
|
|
1422
1422
|
iconOnly: true,
|
|
1423
1423
|
variant: "tertiary",
|
|
1424
1424
|
onClick: closeRowDetail,
|
|
1425
|
-
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { name: "
|
|
1425
|
+
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Icon, { name: "x", size: 24 }) })
|
|
1426
1426
|
}
|
|
1427
1427
|
)
|
|
1428
1428
|
]
|
|
@@ -6685,12 +6685,12 @@ function RowDetailModalProvider() {
|
|
|
6685
6685
|
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
6686
6686
|
Button,
|
|
6687
6687
|
{
|
|
6688
|
-
id: id ? `${id}-
|
|
6689
|
-
testid: testid ? `${testid}-
|
|
6688
|
+
id: id ? `${id}-close-button` : void 0,
|
|
6689
|
+
testid: testid ? `${testid}-close-button` : void 0,
|
|
6690
6690
|
iconOnly: true,
|
|
6691
6691
|
variant: "tertiary",
|
|
6692
6692
|
onClick: closeRowDetail,
|
|
6693
|
-
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Icon, { name: "
|
|
6693
|
+
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Icon, { name: "x", size: 24 }) })
|
|
6694
6694
|
}
|
|
6695
6695
|
)
|
|
6696
6696
|
]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MobileDataGrid
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-S6NIIYZ2.js";
|
|
4
|
+
import "../../chunk-FYJ2V7A6.js";
|
|
5
5
|
import "../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../chunk-URAV33TJ.js";
|
|
7
7
|
import "../../chunk-CUAF4FU4.js";
|
|
@@ -1645,6 +1645,7 @@ function PDFViewer(props) {
|
|
|
1645
1645
|
title: isMobile ? title != null ? title : encodedPdfs[currentIndex].fileName : void 0,
|
|
1646
1646
|
size: isMobile ? "screen" : "large",
|
|
1647
1647
|
headerClassname: "bg-brand-400 desktop:bg-background-grouped-primary-normal p-mobile-layout-padding text-brand-text-action-primary-normal",
|
|
1648
|
+
headerIconClassname: "text-white",
|
|
1648
1649
|
children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1649
1650
|
PDFElement,
|
|
1650
1651
|
{
|
|
@@ -116,6 +116,7 @@ function PDFViewer(props) {
|
|
|
116
116
|
title: isMobile ? title != null ? title : encodedPdfs[currentIndex].fileName : void 0,
|
|
117
117
|
size: isMobile ? "screen" : "large",
|
|
118
118
|
headerClassname: "bg-brand-400 desktop:bg-background-grouped-primary-normal p-mobile-layout-padding text-brand-text-action-primary-normal",
|
|
119
|
+
headerIconClassname: "text-white",
|
|
119
120
|
children: /* @__PURE__ */ jsx(
|
|
120
121
|
PDFElement,
|
|
121
122
|
{
|
|
@@ -6475,12 +6475,12 @@ function RowDetailModalProvider() {
|
|
|
6475
6475
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
6476
6476
|
Button,
|
|
6477
6477
|
{
|
|
6478
|
-
id: id ? `${id}-
|
|
6479
|
-
testid: testid ? `${testid}-
|
|
6478
|
+
id: id ? `${id}-close-button` : void 0,
|
|
6479
|
+
testid: testid ? `${testid}-close-button` : void 0,
|
|
6480
6480
|
iconOnly: true,
|
|
6481
6481
|
variant: "tertiary",
|
|
6482
6482
|
onClick: closeRowDetail,
|
|
6483
|
-
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { name: "
|
|
6483
|
+
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { name: "x", size: 24 }) })
|
|
6484
6484
|
}
|
|
6485
6485
|
)
|
|
6486
6486
|
]
|
package/dist/components/index.js
CHANGED