@dmsi/wedgekit-react 0.0.2

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.
Files changed (263) hide show
  1. package/README.md +35 -0
  2. package/dist/chunk-27KIIUAR.js +59 -0
  3. package/dist/chunk-2G2E2JMA.js +123 -0
  4. package/dist/chunk-4C66DLIJ.js +51 -0
  5. package/dist/chunk-4RD5ZF2V.js +55 -0
  6. package/dist/chunk-4RJKB7LC.js +14 -0
  7. package/dist/chunk-4T7F5BZZ.js +26 -0
  8. package/dist/chunk-5GOBP2JS.js +53 -0
  9. package/dist/chunk-6ZY524ID.js +42 -0
  10. package/dist/chunk-AWQSSKCK.js +32 -0
  11. package/dist/chunk-BNHSAFMP.js +93 -0
  12. package/dist/chunk-BWRHL2AG.js +439 -0
  13. package/dist/chunk-DKKYR6DS.js +132 -0
  14. package/dist/chunk-E5ALT5W7.js +182 -0
  15. package/dist/chunk-FY7PTP6E.js +322 -0
  16. package/dist/chunk-GTCSRHPF.js +119 -0
  17. package/dist/chunk-I2UVVKQI.js +12 -0
  18. package/dist/chunk-IGQVA7SC.js +41 -0
  19. package/dist/chunk-K3IKUSZW.js +59 -0
  20. package/dist/chunk-KENSVWOY.js +151 -0
  21. package/dist/chunk-KX3O6GJ6.js +138 -0
  22. package/dist/chunk-L4UM372R.js +253 -0
  23. package/dist/chunk-ORMEWXMH.js +37 -0
  24. package/dist/chunk-Q3FKEKIN.js +23 -0
  25. package/dist/chunk-SEKKGFM6.js +28 -0
  26. package/dist/chunk-SY3HT54E.js +91 -0
  27. package/dist/chunk-TAW5ZZ4Z.js +346 -0
  28. package/dist/chunk-TRUPPHBQ.js +109 -0
  29. package/dist/chunk-TU55CHXU.js +30 -0
  30. package/dist/chunk-TWZZB4WO.js +114 -0
  31. package/dist/chunk-TYI74BSP.js +62 -0
  32. package/dist/chunk-U42SKNR6.js +104 -0
  33. package/dist/chunk-UU3FA6LV.js +72 -0
  34. package/dist/chunk-WVUIIBRR.js +51 -0
  35. package/dist/chunk-XUIPGYP5.js +39 -0
  36. package/dist/chunk-Z4UCFUF7.js +299 -0
  37. package/dist/components/Breadcrumbs.cjs +376 -0
  38. package/dist/components/Breadcrumbs.js +90 -0
  39. package/dist/components/Button.cjs +319 -0
  40. package/dist/components/Button.js +8 -0
  41. package/dist/components/CalendarRange.cjs +520 -0
  42. package/dist/components/CalendarRange.js +13 -0
  43. package/dist/components/Caption.cjs +283 -0
  44. package/dist/components/Caption.js +80 -0
  45. package/dist/components/Checkbox.cjs +378 -0
  46. package/dist/components/Checkbox.js +11 -0
  47. package/dist/components/ContentTab.cjs +382 -0
  48. package/dist/components/ContentTab.js +10 -0
  49. package/dist/components/ContentTabs.cjs +472 -0
  50. package/dist/components/ContentTabs.js +98 -0
  51. package/dist/components/DMSiLogo.cjs +79 -0
  52. package/dist/components/DMSiLogo.js +56 -0
  53. package/dist/components/DataGrid.cjs +3113 -0
  54. package/dist/components/DataGrid.js +758 -0
  55. package/dist/components/DataGridCell.cjs +1907 -0
  56. package/dist/components/DataGridCell.js +24 -0
  57. package/dist/components/DataTable.cjs +791 -0
  58. package/dist/components/DataTable.js +720 -0
  59. package/dist/components/DateInput.cjs +1130 -0
  60. package/dist/components/DateInput.js +170 -0
  61. package/dist/components/DateRangeInput.cjs +1131 -0
  62. package/dist/components/DateRangeInput.js +171 -0
  63. package/dist/components/DebugJson.cjs +50 -0
  64. package/dist/components/DebugJson.js +27 -0
  65. package/dist/components/Display.cjs +234 -0
  66. package/dist/components/Display.js +12 -0
  67. package/dist/components/EditingContext.cjs +73 -0
  68. package/dist/components/EditingContext.js +35 -0
  69. package/dist/components/FilterGroup.cjs +1431 -0
  70. package/dist/components/FilterGroup.js +231 -0
  71. package/dist/components/FullViewportBox.cjs +35 -0
  72. package/dist/components/FullViewportBox.js +12 -0
  73. package/dist/components/Grid.cjs +69 -0
  74. package/dist/components/Grid.js +36 -0
  75. package/dist/components/GridContainer.cjs +125 -0
  76. package/dist/components/GridContainer.js +92 -0
  77. package/dist/components/Heading.cjs +238 -0
  78. package/dist/components/Heading.js +14 -0
  79. package/dist/components/HorizontalDivider.cjs +33 -0
  80. package/dist/components/HorizontalDivider.js +10 -0
  81. package/dist/components/Icon.cjs +98 -0
  82. package/dist/components/Icon.js +7 -0
  83. package/dist/components/Input.cjs +672 -0
  84. package/dist/components/Input.js +21 -0
  85. package/dist/components/InputGroup.cjs +270 -0
  86. package/dist/components/InputGroup.js +60 -0
  87. package/dist/components/Label.cjs +223 -0
  88. package/dist/components/Label.js +8 -0
  89. package/dist/components/Link.cjs +262 -0
  90. package/dist/components/Link.js +8 -0
  91. package/dist/components/List.cjs +37 -0
  92. package/dist/components/List.js +14 -0
  93. package/dist/components/LiveChatComponent.cjs +63 -0
  94. package/dist/components/LiveChatComponent.js +40 -0
  95. package/dist/components/LogoAgilityTopBar.cjs +115 -0
  96. package/dist/components/LogoAgilityTopBar.js +92 -0
  97. package/dist/components/LogoDMSiTopBar.cjs +79 -0
  98. package/dist/components/LogoDMSiTopBar.js +7 -0
  99. package/dist/components/LogoMillworkTopBar.cjs +221 -0
  100. package/dist/components/LogoMillworkTopBar.js +198 -0
  101. package/dist/components/MainBar.cjs +211 -0
  102. package/dist/components/MainBar.js +65 -0
  103. package/dist/components/Menu.cjs +437 -0
  104. package/dist/components/Menu.js +11 -0
  105. package/dist/components/MenuOption.cjs +483 -0
  106. package/dist/components/MenuOption.js +13 -0
  107. package/dist/components/MobileDataGrid.cjs +658 -0
  108. package/dist/components/MobileDataGrid.js +125 -0
  109. package/dist/components/Modal.cjs +783 -0
  110. package/dist/components/Modal.js +245 -0
  111. package/dist/components/ModalButtons.cjs +385 -0
  112. package/dist/components/ModalButtons.js +10 -0
  113. package/dist/components/ModalContent.cjs +57 -0
  114. package/dist/components/ModalContent.js +7 -0
  115. package/dist/components/ModalHeader.cjs +426 -0
  116. package/dist/components/ModalHeader.js +11 -0
  117. package/dist/components/ModalScrim.cjs +64 -0
  118. package/dist/components/ModalScrim.js +7 -0
  119. package/dist/components/NavigationTab.cjs +431 -0
  120. package/dist/components/NavigationTab.js +10 -0
  121. package/dist/components/NavigationTabs.cjs +477 -0
  122. package/dist/components/NavigationTabs.js +56 -0
  123. package/dist/components/Notification.cjs +640 -0
  124. package/dist/components/Notification.js +117 -0
  125. package/dist/components/OptionPill.cjs +478 -0
  126. package/dist/components/OptionPill.js +11 -0
  127. package/dist/components/Paragraph.cjs +231 -0
  128. package/dist/components/Paragraph.js +8 -0
  129. package/dist/components/Password.cjs +700 -0
  130. package/dist/components/Password.js +53 -0
  131. package/dist/components/ProjectBar.cjs +242 -0
  132. package/dist/components/ProjectBar.js +63 -0
  133. package/dist/components/Radio.cjs +349 -0
  134. package/dist/components/Radio.js +131 -0
  135. package/dist/components/Search.cjs +767 -0
  136. package/dist/components/Search.js +12 -0
  137. package/dist/components/Select.cjs +758 -0
  138. package/dist/components/Select.js +12 -0
  139. package/dist/components/SideMenu.cjs +54 -0
  140. package/dist/components/SideMenu.js +21 -0
  141. package/dist/components/SideMenuGroup.cjs +422 -0
  142. package/dist/components/SideMenuGroup.js +83 -0
  143. package/dist/components/SideMenuItem.cjs +388 -0
  144. package/dist/components/SideMenuItem.js +70 -0
  145. package/dist/components/Stack.cjs +138 -0
  146. package/dist/components/Stack.js +7 -0
  147. package/dist/components/StatusPill.cjs +265 -0
  148. package/dist/components/StatusPill.js +52 -0
  149. package/dist/components/Stepper.cjs +885 -0
  150. package/dist/components/Stepper.js +105 -0
  151. package/dist/components/Subheader.cjs +226 -0
  152. package/dist/components/Subheader.js +8 -0
  153. package/dist/components/Surface.cjs +98 -0
  154. package/dist/components/Surface.js +40 -0
  155. package/dist/components/Swatch.cjs +1728 -0
  156. package/dist/components/Swatch.js +1319 -0
  157. package/dist/components/Textarea.cjs +269 -0
  158. package/dist/components/Textarea.js +96 -0
  159. package/dist/components/Theme.cjs +36 -0
  160. package/dist/components/Theme.js +7 -0
  161. package/dist/components/Time.cjs +1118 -0
  162. package/dist/components/Time.js +353 -0
  163. package/dist/components/Toast.cjs +644 -0
  164. package/dist/components/Toast.js +218 -0
  165. package/dist/components/Tooltip.cjs +273 -0
  166. package/dist/components/Tooltip.js +9 -0
  167. package/dist/components/TopBar.cjs +352 -0
  168. package/dist/components/TopBar.js +132 -0
  169. package/dist/components/useInfiniteScroll.cjs +57 -0
  170. package/dist/components/useInfiniteScroll.js +8 -0
  171. package/dist/components/useMatchesMedia.cjs +53 -0
  172. package/dist/components/useMatchesMedia.js +9 -0
  173. package/dist/components/useMenuSystem.cjs +358 -0
  174. package/dist/components/useMenuSystem.js +11 -0
  175. package/dist/components/useMounted.cjs +39 -0
  176. package/dist/components/useMounted.js +8 -0
  177. package/dist/fonts.css +21 -0
  178. package/dist/icons-light[FILL]-PPZXOLWS.woff2 +0 -0
  179. package/dist/icons-normal[FILL]-PPZXOLWS.woff2 +0 -0
  180. package/dist/index.css +4401 -0
  181. package/dist/open-sans-55T6A4JE.woff2 +0 -0
  182. package/dist/types.cjs +18 -0
  183. package/dist/types.js +0 -0
  184. package/package.json +66 -0
  185. package/src/brand.css +125 -0
  186. package/src/classNames.ts +144 -0
  187. package/src/components/Breadcrumbs.tsx +116 -0
  188. package/src/components/Button.tsx +210 -0
  189. package/src/components/CalendarRange.tsx +429 -0
  190. package/src/components/Caption.tsx +101 -0
  191. package/src/components/Checkbox.tsx +196 -0
  192. package/src/components/ContentTab.tsx +66 -0
  193. package/src/components/ContentTabs.tsx +103 -0
  194. package/src/components/DMSiLogo.tsx +32 -0
  195. package/src/components/DataGrid.tsx +948 -0
  196. package/src/components/DataGridCell.tsx +384 -0
  197. package/src/components/DataTable.tsx +835 -0
  198. package/src/components/DateInput.tsx +188 -0
  199. package/src/components/DateRangeInput.tsx +179 -0
  200. package/src/components/DebugJson.tsx +24 -0
  201. package/src/components/Display.tsx +60 -0
  202. package/src/components/EditingContext.tsx +40 -0
  203. package/src/components/FilterGroup.tsx +234 -0
  204. package/src/components/FullViewportBox.tsx +11 -0
  205. package/src/components/Grid.tsx +75 -0
  206. package/src/components/GridContainer.tsx +124 -0
  207. package/src/components/Heading.tsx +66 -0
  208. package/src/components/HorizontalDivider.tsx +3 -0
  209. package/src/components/Icon.tsx +36 -0
  210. package/src/components/Input.tsx +511 -0
  211. package/src/components/InputGroup.tsx +51 -0
  212. package/src/components/Label.tsx +40 -0
  213. package/src/components/Link.tsx +106 -0
  214. package/src/components/List.tsx +10 -0
  215. package/src/components/LiveChatComponent.tsx +56 -0
  216. package/src/components/LogoAgilityTopBar.tsx +53 -0
  217. package/src/components/LogoDMSiTopBar.tsx +32 -0
  218. package/src/components/LogoMillworkTopBar.tsx +118 -0
  219. package/src/components/MainBar.tsx +83 -0
  220. package/src/components/Menu.tsx +286 -0
  221. package/src/components/MenuOption.tsx +275 -0
  222. package/src/components/MobileDataGrid.tsx +135 -0
  223. package/src/components/Modal.tsx +271 -0
  224. package/src/components/ModalButtons.tsx +44 -0
  225. package/src/components/ModalContent.tsx +23 -0
  226. package/src/components/ModalHeader.tsx +41 -0
  227. package/src/components/ModalScrim.tsx +35 -0
  228. package/src/components/NavigationTab.tsx +89 -0
  229. package/src/components/NavigationTabs.tsx +63 -0
  230. package/src/components/Notification.tsx +120 -0
  231. package/src/components/OptionPill.tsx +114 -0
  232. package/src/components/Paragraph.tsx +49 -0
  233. package/src/components/Password.tsx +46 -0
  234. package/src/components/ProjectBar.tsx +76 -0
  235. package/src/components/Radio.tsx +140 -0
  236. package/src/components/Search.tsx +129 -0
  237. package/src/components/Select.tsx +104 -0
  238. package/src/components/SideMenu.tsx +21 -0
  239. package/src/components/SideMenuGroup.tsx +81 -0
  240. package/src/components/SideMenuItem.tsx +90 -0
  241. package/src/components/Stack.tsx +179 -0
  242. package/src/components/StatusPill.tsx +51 -0
  243. package/src/components/Stepper.tsx +91 -0
  244. package/src/components/Subheader.tsx +44 -0
  245. package/src/components/Surface.tsx +34 -0
  246. package/src/components/Swatch.tsx +1066 -0
  247. package/src/components/Textarea.tsx +101 -0
  248. package/src/components/Theme.tsx +13 -0
  249. package/src/components/Time.tsx +438 -0
  250. package/src/components/Toast.tsx +244 -0
  251. package/src/components/Tooltip.tsx +137 -0
  252. package/src/components/TopBar.tsx +124 -0
  253. package/src/components/useInfiniteScroll.tsx +40 -0
  254. package/src/components/useMatchesMedia.tsx +28 -0
  255. package/src/components/useMenuSystem.tsx +367 -0
  256. package/src/components/useMounted.tsx +14 -0
  257. package/src/darkmode.css +140 -0
  258. package/src/fonts.css +23 -0
  259. package/src/index.css +509 -0
  260. package/src/index.tsx +2 -0
  261. package/src/types.ts +149 -0
  262. package/src/utils/formatting.tsx +81 -0
  263. package/src/utils.ts +23 -0
@@ -0,0 +1,791 @@
1
+ "use strict";
2
+ "use client";
3
+ var __create = Object.create;
4
+ var __defProp = Object.defineProperty;
5
+ var __defProps = Object.defineProperties;
6
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
7
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
8
+ var __getOwnPropNames = Object.getOwnPropertyNames;
9
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
10
+ var __getProtoOf = Object.getPrototypeOf;
11
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
12
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
13
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
14
+ var __spreadValues = (a, b) => {
15
+ for (var prop in b || (b = {}))
16
+ if (__hasOwnProp.call(b, prop))
17
+ __defNormalProp(a, prop, b[prop]);
18
+ if (__getOwnPropSymbols)
19
+ for (var prop of __getOwnPropSymbols(b)) {
20
+ if (__propIsEnum.call(b, prop))
21
+ __defNormalProp(a, prop, b[prop]);
22
+ }
23
+ return a;
24
+ };
25
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
26
+ var __export = (target, all) => {
27
+ for (var name in all)
28
+ __defProp(target, name, { get: all[name], enumerable: true });
29
+ };
30
+ var __copyProps = (to, from, except, desc) => {
31
+ if (from && typeof from === "object" || typeof from === "function") {
32
+ for (let key of __getOwnPropNames(from))
33
+ if (!__hasOwnProp.call(to, key) && key !== except)
34
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
35
+ }
36
+ return to;
37
+ };
38
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
39
+ // If the importer is in node compatibility mode or this is not an ESM
40
+ // file that has been converted to a CommonJS file using a Babel-
41
+ // compatible transform (i.e. "__esModule" has not been set), then set
42
+ // "default" to the CommonJS "module.exports" for node compatibility.
43
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
44
+ mod
45
+ ));
46
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
47
+
48
+ // src/components/DataTable.tsx
49
+ var DataTable_exports = {};
50
+ __export(DataTable_exports, {
51
+ DataTable: () => DataTable,
52
+ EditingProvider: () => EditingProvider,
53
+ default: () => Toggle
54
+ });
55
+ module.exports = __toCommonJS(DataTable_exports);
56
+ var import_react2 = __toESM(require("react"), 1);
57
+ var import_react_table = require("@tanstack/react-table");
58
+ var import_clsx = __toESM(require("clsx"), 1);
59
+ var import_core = require("@dnd-kit/core");
60
+ var import_modifiers = require("@dnd-kit/modifiers");
61
+ var import_sortable = require("@dnd-kit/sortable");
62
+ var import_sortable2 = require("@dnd-kit/sortable");
63
+
64
+ // ../../node_modules/@dnd-kit/utilities/dist/utilities.esm.js
65
+ var import_react = require("react");
66
+ var canUseDOM = typeof window !== "undefined" && typeof window.document !== "undefined" && typeof window.document.createElement !== "undefined";
67
+ var CSS = /* @__PURE__ */ Object.freeze({
68
+ Translate: {
69
+ toString(transform) {
70
+ if (!transform) {
71
+ return;
72
+ }
73
+ const {
74
+ x,
75
+ y
76
+ } = transform;
77
+ return "translate3d(" + (x ? Math.round(x) : 0) + "px, " + (y ? Math.round(y) : 0) + "px, 0)";
78
+ }
79
+ },
80
+ Scale: {
81
+ toString(transform) {
82
+ if (!transform) {
83
+ return;
84
+ }
85
+ const {
86
+ scaleX,
87
+ scaleY
88
+ } = transform;
89
+ return "scaleX(" + scaleX + ") scaleY(" + scaleY + ")";
90
+ }
91
+ },
92
+ Transform: {
93
+ toString(transform) {
94
+ if (!transform) {
95
+ return;
96
+ }
97
+ return [CSS.Translate.toString(transform), CSS.Scale.toString(transform)].join(" ");
98
+ }
99
+ },
100
+ Transition: {
101
+ toString(_ref) {
102
+ let {
103
+ property,
104
+ duration,
105
+ easing
106
+ } = _ref;
107
+ return property + " " + duration + "ms " + easing;
108
+ }
109
+ }
110
+ });
111
+
112
+ // src/components/DataTable.tsx
113
+ var import_react3 = require("@headlessui/react");
114
+ var import_jsx_runtime = require("react/jsx-runtime");
115
+ var columns = [
116
+ {
117
+ header: "Order ID",
118
+ accessorKey: "orderId",
119
+ id: "orderId",
120
+ meta: {
121
+ sticky: true
122
+ }
123
+ },
124
+ {
125
+ header: "Actions",
126
+ id: "actions",
127
+ cell: () => {
128
+ const items = [
129
+ {
130
+ label: "Release",
131
+ icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-3 h-3" })
132
+ },
133
+ { label: "XML", icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-3 h-3" }) },
134
+ { label: "Copy", icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-3 h-3" }) },
135
+ { label: "Quote", icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-3 h-3" }) },
136
+ { label: "Retail", icon: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-3 h-3" }) }
137
+ ];
138
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "flex flex-row gap-3", children: items.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
139
+ "div",
140
+ {
141
+ className: "flex flex-col items-center justify-center gap-1",
142
+ children: [
143
+ item.icon,
144
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "text-[0.6rem] block text-neutral-500 font-semibold", children: item.label })
145
+ ]
146
+ },
147
+ index
148
+ )) });
149
+ }
150
+ },
151
+ {
152
+ header: "PO ID",
153
+ accessorKey: "poId",
154
+ id: "poId"
155
+ },
156
+ {
157
+ header: "Job ID",
158
+ accessorKey: "jobId",
159
+ id: "jobId"
160
+ },
161
+ {
162
+ header: "Reference",
163
+ accessorKey: "reference",
164
+ id: "reference",
165
+ meta: {
166
+ className: "hidden md:table-cell"
167
+ }
168
+ },
169
+ {
170
+ header: "Status",
171
+ accessorKey: "shipToStatus",
172
+ id: "shipToStatus",
173
+ meta: {
174
+ filterVariant: "select"
175
+ }
176
+ },
177
+ {
178
+ header: "Ordered date",
179
+ accessorKey: "orderedDate",
180
+ id: "orderedDate"
181
+ },
182
+ {
183
+ header: "Reference 1",
184
+ accessorKey: "reference1",
185
+ id: "reference1",
186
+ meta: { className: "hidden md:table-cell" }
187
+ },
188
+ {
189
+ header: "Reference 12",
190
+ accessorKey: "reference12",
191
+ id: "reference12",
192
+ meta: { className: "hidden md:table-cell" }
193
+ },
194
+ {
195
+ header: "Reference 13",
196
+ accessorKey: "reference13",
197
+ id: "reference13",
198
+ meta: { className: "hidden md:table-cell" }
199
+ },
200
+ {
201
+ header: "Reference 14",
202
+ accessorKey: "reference14",
203
+ id: "reference14",
204
+ meta: { className: "hidden md:table-cell" }
205
+ },
206
+ {
207
+ header: "Reference 15",
208
+ accessorKey: "reference15",
209
+ id: "reference15",
210
+ meta: { className: "hidden md:table-cell" }
211
+ },
212
+ {
213
+ header: "Reference 16",
214
+ accessorKey: "reference16",
215
+ id: "reference16",
216
+ meta: { className: "hidden md:table-cell" }
217
+ },
218
+ {
219
+ header: "Reference 17",
220
+ accessorKey: "reference17",
221
+ id: "reference17",
222
+ meta: { className: "hidden md:table-cell" }
223
+ },
224
+ {
225
+ header: "Reference 18",
226
+ accessorKey: "reference18",
227
+ id: "reference18",
228
+ meta: { className: "hidden md:table-cell" }
229
+ },
230
+ {
231
+ header: "Reference 19",
232
+ accessorKey: "reference19",
233
+ id: "reference19",
234
+ meta: { className: "hidden md:table-cell" }
235
+ },
236
+ {
237
+ header: "Reference 10",
238
+ accessorKey: "reference10",
239
+ id: "reference10",
240
+ meta: { className: "hidden md:table-cell" }
241
+ },
242
+ {
243
+ header: "Reference 11",
244
+ accessorKey: "reference11",
245
+ id: "reference11",
246
+ meta: { className: "hidden md:table-cell" }
247
+ }
248
+ ];
249
+ var EditingContext = (0, import_react2.createContext)({
250
+ data: [],
251
+ setValue: (row, key, value) => {
252
+ console.log(row, key, value);
253
+ }
254
+ });
255
+ var EditingProvider = ({ data, children }) => {
256
+ const [actual, setData] = (0, import_react2.useState)(data);
257
+ (0, import_react2.useEffect)(() => console.log("data changed"), [actual]);
258
+ const context = {
259
+ data: actual,
260
+ setValue: (row, key, value) => {
261
+ setData((prev) => {
262
+ const newData = [...prev];
263
+ newData[row] = __spreadProps(__spreadValues({}, newData[row]), {
264
+ [key]: value
265
+ });
266
+ return newData;
267
+ });
268
+ }
269
+ };
270
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(EditingContext, { value: context, children });
271
+ };
272
+ var DataTable = ({ data }) => {
273
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(EditingProvider, { data, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DataTableInternals, {}) });
274
+ };
275
+ var DraggableTableHeader = ({
276
+ header
277
+ }) => {
278
+ var _a, _b, _c, _d;
279
+ const { attributes, isDragging, listeners, setNodeRef, transform } = (0, import_sortable2.useSortable)({
280
+ id: header.column.id
281
+ });
282
+ const style = {
283
+ opacity: isDragging ? 0.8 : 1,
284
+ position: "relative",
285
+ transform: CSS.Translate.toString(transform),
286
+ transition: "width transform 0.2s ease-in-out",
287
+ whiteSpace: "nowrap",
288
+ width: header.column.getSize(),
289
+ zIndex: isDragging ? 1 : 0
290
+ };
291
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
292
+ "th",
293
+ {
294
+ colSpan: header.colSpan,
295
+ ref: setNodeRef,
296
+ style,
297
+ className: (0, import_clsx.default)(
298
+ (_a = header.column.columnDef.meta) == null ? void 0 : _a.className,
299
+ "px-3 py-3.5 text-left text-sm font-semibold text-dmsi-white bg-dmsi-red ",
300
+ {
301
+ "sticky left-0": (_c = (_b = header.column.columnDef.meta) == null ? void 0 : _b.sticky) != null ? _c : false
302
+ }
303
+ ),
304
+ children: header.isPlaceholder ? null : /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex space-x-1 justify-start items-center", children: [
305
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
306
+ "button",
307
+ __spreadProps(__spreadValues(__spreadValues({
308
+ className: "cursor-grab shrink-0"
309
+ }, attributes), listeners), {
310
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-3 h-3" })
311
+ })
312
+ ),
313
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
314
+ "div",
315
+ {
316
+ className: (0, import_clsx.default)(
317
+ "grow",
318
+ header.column.getCanSort() ? "cursor-pointer select-none" : "",
319
+ "flex flex-col gap-1 justify-between items-start"
320
+ ),
321
+ title: header.column.getCanSort() ? header.column.getNextSortingOrder() === "asc" ? "Sort ascending" : header.column.getNextSortingOrder() === "desc" ? "Sort descending" : "Clear sort" : void 0,
322
+ children: [
323
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { children: (0, import_react_table.flexRender)(header.column.columnDef.header, header.getContext()) }),
324
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { children: header.column.getCanFilter() ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Filter, { column: header.column }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "invisible", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Filter, { column: header.column }) }) })
325
+ ]
326
+ }
327
+ ),
328
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
329
+ "div",
330
+ {
331
+ className: "shrink-0 cursor-pointer",
332
+ onClick: header.column.getToggleSortingHandler(),
333
+ children: (_d = {
334
+ asc: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-3 h-3" }),
335
+ desc: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-3 h-3" })
336
+ }[header.column.getIsSorted()]) != null ? _d : /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-3 h-3" })
337
+ }
338
+ )
339
+ ] })
340
+ }
341
+ );
342
+ };
343
+ var DragAlongCell = ({
344
+ cell,
345
+ setValue
346
+ }) => {
347
+ var _a, _b, _c, _d;
348
+ const { isDragging, setNodeRef, transform } = (0, import_sortable2.useSortable)({
349
+ id: cell.column.id
350
+ });
351
+ const style = {
352
+ opacity: isDragging ? 0.8 : 1,
353
+ position: "relative",
354
+ transform: CSS.Translate.toString(transform),
355
+ transition: "width transform 0.2s ease-in-out",
356
+ width: cell.column.getSize(),
357
+ zIndex: isDragging ? 1 : 0
358
+ };
359
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
360
+ EditCell,
361
+ {
362
+ ref: setNodeRef,
363
+ style,
364
+ cell,
365
+ className: (0, import_clsx.default)(
366
+ (_b = (_a = cell.column.columnDef.meta) == null ? void 0 : _a.className) != null ? _b : "",
367
+ "text-sm whitespace-nowrap text-gray-900 bg-neutral-100",
368
+ {
369
+ "sticky left-0": (_d = (_c = cell.column.columnDef.meta) == null ? void 0 : _c.sticky) != null ? _d : false
370
+ }
371
+ ),
372
+ setValue
373
+ }
374
+ );
375
+ };
376
+ var DataTableInternals = () => {
377
+ const { data, setValue } = (0, import_react2.useContext)(EditingContext);
378
+ const [columnOrder, setColumnOrder] = import_react2.default.useState(
379
+ () => columns.map((c) => c.id)
380
+ );
381
+ const [pagination, setPagination] = (0, import_react2.useState)({
382
+ pageIndex: 0,
383
+ pageSize: 10
384
+ });
385
+ const [columnVisibility, setColumnVisibility] = (0, import_react2.useState)(
386
+ columns.reduce(
387
+ (acc, column) => {
388
+ if ("accessorKey" in column) {
389
+ acc[column.accessorKey] = true;
390
+ }
391
+ return acc;
392
+ },
393
+ {}
394
+ )
395
+ );
396
+ const [sorting, setSorting] = (0, import_react2.useState)([]);
397
+ const [columnFilters, setColumnFilters] = (0, import_react2.useState)([]);
398
+ const table = (0, import_react_table.useReactTable)({
399
+ columns,
400
+ data,
401
+ debugAll: true,
402
+ getCoreRowModel: (0, import_react_table.getCoreRowModel)(),
403
+ getFilteredRowModel: (0, import_react_table.getFilteredRowModel)(),
404
+ getSortedRowModel: (0, import_react_table.getSortedRowModel)(),
405
+ getPaginationRowModel: (0, import_react_table.getPaginationRowModel)(),
406
+ onSortingChange: setSorting,
407
+ onColumnFiltersChange: setColumnFilters,
408
+ onPaginationChange: setPagination,
409
+ onColumnVisibilityChange: setColumnVisibility,
410
+ onColumnOrderChange: setColumnOrder,
411
+ state: {
412
+ sorting,
413
+ columnFilters,
414
+ pagination,
415
+ columnVisibility,
416
+ columnOrder
417
+ }
418
+ });
419
+ function handleDragEnd(event) {
420
+ const { active, over } = event;
421
+ if (active && over && active.id !== over.id) {
422
+ setColumnOrder((columnOrder2) => {
423
+ const oldIndex = columnOrder2.indexOf(active.id);
424
+ const newIndex = columnOrder2.indexOf(over.id);
425
+ return (0, import_sortable.arrayMove)(columnOrder2, oldIndex, newIndex);
426
+ });
427
+ }
428
+ }
429
+ const sensors = (0, import_core.useSensors)(
430
+ (0, import_core.useSensor)(import_core.MouseSensor, {}),
431
+ (0, import_core.useSensor)(import_core.TouchSensor, {}),
432
+ (0, import_core.useSensor)(import_core.KeyboardSensor, {})
433
+ );
434
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
435
+ import_core.DndContext,
436
+ {
437
+ collisionDetection: import_core.closestCenter,
438
+ modifiers: [import_modifiers.restrictToHorizontalAxis],
439
+ onDragEnd: handleDragEnd,
440
+ sensors,
441
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { children: [
442
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "border border-gray-300 rounded p-3 m-4 max-w-xl min-w-0", children: [
443
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("p", { className: "mb-3 font-semibold", children: "Show/Hide Columns" }),
444
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "grid grid-cols-1 md:grid-cols-3 gap-2", children: table.getAllColumns().map((column) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
445
+ "label",
446
+ {
447
+ className: "cursor-pointer flex flex-row items-center space-x-1",
448
+ children: [
449
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
450
+ Toggle,
451
+ {
452
+ enabled: column.getIsVisible(),
453
+ onToggle: (checked) => column.getToggleVisibilityHandler()({
454
+ target: { checked }
455
+ })
456
+ }
457
+ ),
458
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "block", children: column.columnDef.header })
459
+ ]
460
+ },
461
+ column.id
462
+ )) })
463
+ ] }),
464
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "overflow-x-scroll scrollbar-thin", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("table", { className: "min-w-full divide-x divide-neutral-500", children: [
465
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("thead", { children: table.getHeaderGroups().map((headerGroup) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("tr", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
466
+ import_sortable.SortableContext,
467
+ {
468
+ items: columnOrder,
469
+ strategy: import_sortable.horizontalListSortingStrategy,
470
+ children: headerGroup.headers.map((header) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(DraggableTableHeader, { header }, header.id))
471
+ }
472
+ ) }, headerGroup.id)) }),
473
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("tbody", { children: table.getRowModel().rows.map((row) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
474
+ "tr",
475
+ {
476
+ className: "bg-neutral-100 divide-y divide-neutral-200",
477
+ children: row.getVisibleCells().map((cell) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
478
+ import_sortable.SortableContext,
479
+ {
480
+ items: columnOrder,
481
+ strategy: import_sortable.horizontalListSortingStrategy,
482
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
483
+ DragAlongCell,
484
+ {
485
+ cell,
486
+ setValue
487
+ },
488
+ cell.id
489
+ )
490
+ },
491
+ cell.id
492
+ ))
493
+ },
494
+ row.id
495
+ )) })
496
+ ] }) }),
497
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex flex-col gap-6 md:flex-row items-center md:gap-2 w-full justify-between p-2", children: [
498
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex flex-row items-center", children: [
499
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
500
+ "button",
501
+ {
502
+ className: (0, import_clsx.default)(
503
+ "group flex items-center justify-center h-8 w-8 border border-gray-500/50 text-gray-700 rounded p-1 hover:bg-dmsi-blue hover:text-white transition-colors cursor-pointer border-r-0 rounded-r-none",
504
+ {
505
+ "pointer-events-none": !table.getCanPreviousPage()
506
+ }
507
+ ),
508
+ onClick: () => table.setPageIndex(0),
509
+ disabled: !table.getCanPreviousPage(),
510
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-4 h-4 group-disabled:stroke-gray-400" })
511
+ }
512
+ ),
513
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
514
+ "button",
515
+ {
516
+ className: (0, import_clsx.default)(
517
+ "-mr-px group flex items-center justify-center h-8 w-8 border border-gray-500/50 text-gray-700 p-1 hover:bg-dmsi-blue hover:text-white transition-colors cursor-pointer",
518
+ {
519
+ "pointer-events-none": !table.getCanPreviousPage()
520
+ }
521
+ ),
522
+ onClick: () => table.previousPage(),
523
+ disabled: !table.getCanPreviousPage(),
524
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-4 h-4 group-disabled:stroke-gray-400" })
525
+ }
526
+ ),
527
+ Array.from({ length: Math.min(5, table.getPageCount()) }).map(
528
+ (_, i) => {
529
+ const current = table.getState().pagination.pageIndex;
530
+ const index = current - 2 + i;
531
+ const active = index === current;
532
+ if (index < 0) return;
533
+ if (index > table.getPageCount() - 1) return;
534
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
535
+ "button",
536
+ {
537
+ className: (0, import_clsx.default)(
538
+ "group h-8 w-8 border-y border-gray-500/50 text-gray-700 p-1 hover:bg-dmsi-blue hover:text-white transition-colors cursor-pointer flex items-center justify-center",
539
+ {
540
+ "bg-neutral-200 border-x": active,
541
+ "border-r-0": !active
542
+ }
543
+ ),
544
+ onClick: () => table.setPageIndex(index),
545
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: (0, import_clsx.default)({}), children: index + 1 })
546
+ },
547
+ i
548
+ );
549
+ }
550
+ ),
551
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
552
+ "button",
553
+ {
554
+ className: (0, import_clsx.default)(
555
+ "-ml-px group flex items-center justify-center h-8 w-8 border border-gray-500/50 text-gray-700 p-1 hover:bg-dmsi-blue hover:text-white transition-colors cursor-pointer border-r-0 group",
556
+ {
557
+ "pointer-events-none": !table.getCanNextPage()
558
+ }
559
+ ),
560
+ onClick: () => table.nextPage(),
561
+ disabled: !table.getCanNextPage(),
562
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-4 h-4 group-disabled:stroke-gray-400 " })
563
+ }
564
+ ),
565
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
566
+ "button",
567
+ {
568
+ className: (0, import_clsx.default)(
569
+ "group flex items-center justify-center h-8 w-8 border border-gray-500/50 text-gray-700 rounded rounded-l-none p-1 hover:bg-dmsi-blue hover:text-white transition-colors cursor-pointer",
570
+ {
571
+ "pointer-events-none": !table.getCanNextPage()
572
+ }
573
+ ),
574
+ onClick: () => table.setPageIndex(table.getPageCount() - 1),
575
+ disabled: !table.getCanNextPage(),
576
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("i", { className: "w-4 h-4 group-disabled:stroke-gray-400" })
577
+ }
578
+ )
579
+ ] }),
580
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex flex-row items-center gap-6", children: [
581
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("span", { className: "flex items-center gap-1", children: [
582
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { children: "Page" }),
583
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("strong", { children: [
584
+ table.getState().pagination.pageIndex + 1,
585
+ " of",
586
+ " ",
587
+ table.getPageCount()
588
+ ] })
589
+ ] }),
590
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("span", { className: "flex items-center gap-2", children: [
591
+ "Page:",
592
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
593
+ "input",
594
+ {
595
+ type: "number",
596
+ min: "1",
597
+ max: table.getPageCount(),
598
+ defaultValue: table.getState().pagination.pageIndex + 1,
599
+ onChange: (e) => {
600
+ const page = e.target.value ? Number(e.target.value) - 1 : 0;
601
+ table.setPageIndex(page);
602
+ },
603
+ className: "border border-gray-500 px-2 py-1 rounded w-16"
604
+ }
605
+ )
606
+ ] })
607
+ ] }),
608
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
609
+ "select",
610
+ {
611
+ className: "border border-gray-500 px-2 py-1 rounded",
612
+ value: table.getState().pagination.pageSize,
613
+ onChange: (e) => {
614
+ table.setPageSize(Number(e.target.value));
615
+ },
616
+ children: [10, 20, 30, 40, 50].map((pageSize) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("option", { value: pageSize, children: [
617
+ "Show ",
618
+ pageSize
619
+ ] }, pageSize))
620
+ }
621
+ )
622
+ ] })
623
+ ] })
624
+ }
625
+ );
626
+ };
627
+ function EditCell({
628
+ className,
629
+ cell,
630
+ setValue,
631
+ style,
632
+ ref
633
+ }) {
634
+ var _a, _b;
635
+ const [editing, setEditing] = (0, import_react2.useState)(false);
636
+ const value = cell.getValue();
637
+ const isString = typeof value === "string";
638
+ const [editedValue, setEditedValue] = (0, import_react2.useState)(isString ? value : "");
639
+ const onStartEdit = () => {
640
+ if (isString) {
641
+ setEditing(true);
642
+ }
643
+ };
644
+ const onEditValue = (e) => {
645
+ setEditedValue(e.target.value);
646
+ };
647
+ const onStopEdit = () => {
648
+ setValue(cell.row.index, cell.column.id, editedValue);
649
+ setEditing(false);
650
+ };
651
+ const onKeyUp = (e) => {
652
+ if (e.key === "Enter") {
653
+ onStopEdit();
654
+ }
655
+ };
656
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
657
+ "td",
658
+ {
659
+ className: (0, import_clsx.default)(
660
+ className,
661
+ (_b = (_a = cell.column.columnDef.meta) == null ? void 0 : _a.className) != null ? _b : "",
662
+ "px-2 py-3 text-sm whitespace-nowrap text-gray-500"
663
+ ),
664
+ style,
665
+ ref,
666
+ children: [
667
+ isString && editing && /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex flex-row gap-1", children: [
668
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
669
+ "input",
670
+ {
671
+ type: "text",
672
+ value: editedValue,
673
+ onChange: onEditValue,
674
+ onKeyUp,
675
+ onBlur: onStopEdit,
676
+ className: "border px-2 py-0.5 rounded inline min-w-0 shrink border-neutral-400 focus:outline-neutral-300 bg-white"
677
+ }
678
+ ),
679
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
680
+ "button",
681
+ {
682
+ onClick: onStopEdit,
683
+ className: "border cursor-pointer px-2 py-0.5 rounded flex items-center justify-center w-12 border-dmsi-blue text-dmsi-blue bg-white",
684
+ children: "Save"
685
+ }
686
+ )
687
+ ] }),
688
+ !editing && /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
689
+ "div",
690
+ {
691
+ onClick: onStartEdit,
692
+ className: "px-2 py-1 flex flex-row items-center",
693
+ children: [
694
+ (0, import_react_table.flexRender)(cell.column.columnDef.cell, cell.getContext()),
695
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "w-16" })
696
+ ]
697
+ }
698
+ )
699
+ ]
700
+ },
701
+ cell.id
702
+ );
703
+ }
704
+ function Filter({ column }) {
705
+ var _a, _b, _c, _d, _e;
706
+ const columnFilterValue = column.getFilterValue();
707
+ const { filterVariant } = (_a = column.columnDef.meta) != null ? _a : {};
708
+ return filterVariant === "range" ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { children: [
709
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex space-x-2", children: [
710
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
711
+ "input",
712
+ {
713
+ className: "block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-neutral-400 sm:text-sm/6",
714
+ type: "number",
715
+ value: (_b = columnFilterValue == null ? void 0 : columnFilterValue[0]) != null ? _b : "",
716
+ onChange: (e) => column.setFilterValue((old) => [
717
+ e.target.value,
718
+ old == null ? void 0 : old[1]
719
+ ]),
720
+ autoComplete: "off",
721
+ placeholder: `Min`
722
+ }
723
+ ),
724
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
725
+ "input",
726
+ {
727
+ className: "block w-full rounded-md bg-white px-3 py-0.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-neutral-400 sm:text-sm/6",
728
+ type: "number",
729
+ value: (_c = columnFilterValue == null ? void 0 : columnFilterValue[1]) != null ? _c : "",
730
+ onChange: (e) => column.setFilterValue((old) => [
731
+ old == null ? void 0 : old[0],
732
+ e.target.value
733
+ ]),
734
+ autoComplete: "off",
735
+ placeholder: `Max`
736
+ }
737
+ )
738
+ ] }),
739
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: "h-1" })
740
+ ] }) : filterVariant === "select" ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
741
+ "select",
742
+ {
743
+ className: "block min-w-36 w-full rounded-md bg-white px-2 py-2 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-neutral-400 sm:text-sm/6",
744
+ onChange: (e) => column.setFilterValue(e.target.value),
745
+ value: columnFilterValue == null ? void 0 : columnFilterValue.toString(),
746
+ children: [
747
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("option", { value: "", children: "Status: All" }),
748
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("option", { value: "cancelled", children: "Status: Cancelled" }),
749
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("option", { value: "pending", children: "Status: Pending" }),
750
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("option", { value: "shipped", children: "Status: Shipped" })
751
+ ]
752
+ }
753
+ ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
754
+ "input",
755
+ {
756
+ className: "block min-w-36 w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-neutral-400 sm:text-sm/6",
757
+ onChange: (e) => column.setFilterValue(e.target.value),
758
+ placeholder: (_e = (_d = column.columnDef.header) == null ? void 0 : _d.toString()) != null ? _e : "...",
759
+ type: "text",
760
+ autoComplete: "off",
761
+ value: columnFilterValue != null ? columnFilterValue : ""
762
+ }
763
+ );
764
+ }
765
+ import_react3.Switch.displayName = "Switch";
766
+ function Toggle({
767
+ enabled,
768
+ onToggle
769
+ }) {
770
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
771
+ import_react3.Switch,
772
+ {
773
+ checked: enabled,
774
+ onChange: onToggle,
775
+ className: "group relative flex h-4 w-7 cursor-pointer rounded-full p-0.5 transition-colors duration-200 ease-in-out focus:outline-none data-[focus]:outline-1 data-[focus]:outline-white bg-neutral-900/10 data-[checked]:bg-dmsi-blue",
776
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
777
+ "span",
778
+ {
779
+ "aria-hidden": "true",
780
+ className: "pointer-events-none inline-block size-3 translate-x-0 rounded-full bg-white ring-0 shadow-lg transition duration-200 ease-in-out group-data-[checked]:translate-x-3 group-data-[checked]:shadow-lg"
781
+ }
782
+ )
783
+ }
784
+ );
785
+ }
786
+ Toggle.displayName = "Toggle";
787
+ // Annotate the CommonJS export names for ESM import in node:
788
+ 0 && (module.exports = {
789
+ DataTable,
790
+ EditingProvider
791
+ });