@ktnpm_devops/react-component 0.4.1 → 0.5.0

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 (372) hide show
  1. package/dist/charts/Sparkline/Sparkline.d.ts +4 -0
  2. package/dist/charts/Sparkline/Sparkline.d.ts.map +1 -0
  3. package/dist/charts/Sparkline/Sparkline.types.d.ts +15 -0
  4. package/dist/charts/Sparkline/Sparkline.types.d.ts.map +1 -0
  5. package/dist/charts/Sparkline/index.d.ts +3 -0
  6. package/dist/charts/Sparkline/index.d.ts.map +1 -0
  7. package/dist/composites/Accordion/Accordion.d.ts +5 -0
  8. package/dist/composites/Accordion/Accordion.d.ts.map +1 -0
  9. package/dist/composites/Accordion/Accordion.types.d.ts +15 -0
  10. package/dist/composites/Accordion/Accordion.types.d.ts.map +1 -0
  11. package/dist/composites/Accordion/index.d.ts +3 -0
  12. package/dist/composites/Accordion/index.d.ts.map +1 -0
  13. package/dist/composites/DatePickerDropdown/DatePickerDropdown.d.ts +7 -0
  14. package/dist/composites/DatePickerDropdown/DatePickerDropdown.d.ts.map +1 -0
  15. package/dist/composites/DatePickerDropdown/DatePickerDropdown.types.d.ts +20 -0
  16. package/dist/composites/DatePickerDropdown/DatePickerDropdown.types.d.ts.map +1 -0
  17. package/dist/composites/DatePickerDropdown/index.d.ts +3 -0
  18. package/dist/composites/DatePickerDropdown/index.d.ts.map +1 -0
  19. package/dist/composites/FilterDropdown/FilterDropdown.d.ts +7 -0
  20. package/dist/composites/FilterDropdown/FilterDropdown.d.ts.map +1 -0
  21. package/dist/composites/FilterDropdown/FilterDropdown.types.d.ts +29 -0
  22. package/dist/composites/FilterDropdown/FilterDropdown.types.d.ts.map +1 -0
  23. package/dist/composites/FilterDropdown/index.d.ts +3 -0
  24. package/dist/composites/FilterDropdown/index.d.ts.map +1 -0
  25. package/dist/constants.d.ts +2 -0
  26. package/dist/constants.d.ts.map +1 -1
  27. package/dist/data/HeatmapMatrix/HeatmapMatrix.d.ts +4 -0
  28. package/dist/data/HeatmapMatrix/HeatmapMatrix.d.ts.map +1 -0
  29. package/dist/data/HeatmapMatrix/HeatmapMatrix.types.d.ts +40 -0
  30. package/dist/data/HeatmapMatrix/HeatmapMatrix.types.d.ts.map +1 -0
  31. package/dist/data/HeatmapMatrix/index.d.ts +3 -0
  32. package/dist/data/HeatmapMatrix/index.d.ts.map +1 -0
  33. package/dist/index.cjs +49 -29
  34. package/dist/index.cjs.map +1 -1
  35. package/dist/index.d.ts +16 -0
  36. package/dist/index.d.ts.map +1 -1
  37. package/dist/index.js +50 -30
  38. package/dist/index.js.map +1 -1
  39. package/dist/index10.cjs +14 -15
  40. package/dist/index10.cjs.map +1 -1
  41. package/dist/index10.js +15 -16
  42. package/dist/index10.js.map +1 -1
  43. package/dist/index11.cjs +15 -4
  44. package/dist/index11.cjs.map +1 -1
  45. package/dist/index11.js +15 -4
  46. package/dist/index11.js.map +1 -1
  47. package/dist/index12.cjs +4 -16
  48. package/dist/index12.cjs.map +1 -1
  49. package/dist/index12.js +4 -16
  50. package/dist/index12.js.map +1 -1
  51. package/dist/index13.cjs +16 -10
  52. package/dist/index13.cjs.map +1 -1
  53. package/dist/index13.js +16 -10
  54. package/dist/index13.js.map +1 -1
  55. package/dist/index14.cjs +10 -100
  56. package/dist/index14.cjs.map +1 -1
  57. package/dist/index14.js +11 -101
  58. package/dist/index14.js.map +1 -1
  59. package/dist/index15.cjs +100 -20
  60. package/dist/index15.cjs.map +1 -1
  61. package/dist/index15.js +101 -21
  62. package/dist/index15.js.map +1 -1
  63. package/dist/index16.cjs +20 -43
  64. package/dist/index16.cjs.map +1 -1
  65. package/dist/index16.js +21 -44
  66. package/dist/index16.js.map +1 -1
  67. package/dist/index17.cjs +38 -85
  68. package/dist/index17.cjs.map +1 -1
  69. package/dist/index17.js +40 -87
  70. package/dist/index17.js.map +1 -1
  71. package/dist/index18.cjs +85 -153
  72. package/dist/index18.cjs.map +1 -1
  73. package/dist/index18.js +87 -155
  74. package/dist/index18.js.map +1 -1
  75. package/dist/index19.cjs +150 -128
  76. package/dist/index19.cjs.map +1 -1
  77. package/dist/index19.js +150 -128
  78. package/dist/index19.js.map +1 -1
  79. package/dist/index20.cjs +121 -106
  80. package/dist/index20.cjs.map +1 -1
  81. package/dist/index20.js +122 -107
  82. package/dist/index20.js.map +1 -1
  83. package/dist/index21.cjs +121 -17
  84. package/dist/index21.cjs.map +1 -1
  85. package/dist/index21.js +121 -17
  86. package/dist/index21.js.map +1 -1
  87. package/dist/index22.cjs +17 -8
  88. package/dist/index22.cjs.map +1 -1
  89. package/dist/index22.js +18 -9
  90. package/dist/index22.js.map +1 -1
  91. package/dist/index23.cjs +152 -119
  92. package/dist/index23.cjs.map +1 -1
  93. package/dist/index23.js +153 -120
  94. package/dist/index23.js.map +1 -1
  95. package/dist/index24.cjs +125 -33
  96. package/dist/index24.cjs.map +1 -1
  97. package/dist/index24.js +126 -34
  98. package/dist/index24.js.map +1 -1
  99. package/dist/index25.cjs +71 -218
  100. package/dist/index25.cjs.map +1 -1
  101. package/dist/index25.js +73 -220
  102. package/dist/index25.js.map +1 -1
  103. package/dist/index26.cjs +6 -32
  104. package/dist/index26.cjs.map +1 -1
  105. package/dist/index26.js +7 -33
  106. package/dist/index26.js.map +1 -1
  107. package/dist/index27.cjs +120 -67
  108. package/dist/index27.cjs.map +1 -1
  109. package/dist/index27.js +121 -68
  110. package/dist/index27.js.map +1 -1
  111. package/dist/index28.cjs +37 -58
  112. package/dist/index28.cjs.map +1 -1
  113. package/dist/index28.js +38 -59
  114. package/dist/index28.js.map +1 -1
  115. package/dist/index29.cjs +208 -137
  116. package/dist/index29.cjs.map +1 -1
  117. package/dist/index29.js +209 -138
  118. package/dist/index29.js.map +1 -1
  119. package/dist/index30.cjs +32 -6
  120. package/dist/index30.cjs.map +1 -1
  121. package/dist/index30.js +33 -7
  122. package/dist/index30.js.map +1 -1
  123. package/dist/index31.cjs +78 -17
  124. package/dist/index31.cjs.map +1 -1
  125. package/dist/index31.js +78 -17
  126. package/dist/index31.js.map +1 -1
  127. package/dist/index32.cjs +55 -73
  128. package/dist/index32.cjs.map +1 -1
  129. package/dist/index32.js +57 -75
  130. package/dist/index32.js.map +1 -1
  131. package/dist/index33.cjs +145 -135
  132. package/dist/index33.cjs.map +1 -1
  133. package/dist/index33.js +146 -136
  134. package/dist/index33.js.map +1 -1
  135. package/dist/index34.cjs +66 -99
  136. package/dist/index34.cjs.map +1 -1
  137. package/dist/index34.js +68 -101
  138. package/dist/index34.js.map +1 -1
  139. package/dist/index35.cjs +8 -6
  140. package/dist/index35.cjs.map +1 -1
  141. package/dist/index35.js +8 -6
  142. package/dist/index35.js.map +1 -1
  143. package/dist/index36.cjs +16 -215
  144. package/dist/index36.cjs.map +1 -1
  145. package/dist/index36.js +16 -215
  146. package/dist/index36.js.map +1 -1
  147. package/dist/index37.cjs +76 -7
  148. package/dist/index37.cjs.map +1 -1
  149. package/dist/index37.js +78 -9
  150. package/dist/index37.js.map +1 -1
  151. package/dist/index38.cjs +145 -16
  152. package/dist/index38.cjs.map +1 -1
  153. package/dist/index38.js +144 -15
  154. package/dist/index38.js.map +1 -1
  155. package/dist/index39.cjs +66 -28
  156. package/dist/index39.cjs.map +1 -1
  157. package/dist/index39.js +65 -27
  158. package/dist/index39.js.map +1 -1
  159. package/dist/index40.cjs +106 -69
  160. package/dist/index40.cjs.map +1 -1
  161. package/dist/index40.js +105 -68
  162. package/dist/index40.js.map +1 -1
  163. package/dist/index41.cjs +49 -16
  164. package/dist/index41.cjs.map +1 -1
  165. package/dist/index41.js +48 -15
  166. package/dist/index41.js.map +1 -1
  167. package/dist/index42.cjs +8 -25
  168. package/dist/index42.cjs.map +1 -1
  169. package/dist/index42.js +7 -24
  170. package/dist/index42.js.map +1 -1
  171. package/dist/index43.cjs +218 -7
  172. package/dist/index43.cjs.map +1 -1
  173. package/dist/index43.js +217 -6
  174. package/dist/index43.js.map +1 -1
  175. package/dist/index44.cjs +10 -7
  176. package/dist/index44.cjs.map +1 -1
  177. package/dist/index44.js +9 -6
  178. package/dist/index44.js.map +1 -1
  179. package/dist/index45.cjs +18 -67
  180. package/dist/index45.cjs.map +1 -1
  181. package/dist/index45.js +18 -67
  182. package/dist/index45.js.map +1 -1
  183. package/dist/index46.cjs +67 -18
  184. package/dist/index46.cjs.map +1 -1
  185. package/dist/index46.js +66 -17
  186. package/dist/index46.js.map +1 -1
  187. package/dist/index47.cjs +15 -57
  188. package/dist/index47.cjs.map +1 -1
  189. package/dist/index47.js +15 -57
  190. package/dist/index47.js.map +1 -1
  191. package/dist/index48.cjs +2 -35
  192. package/dist/index48.cjs.map +1 -1
  193. package/dist/index48.js +3 -36
  194. package/dist/index48.js.map +1 -1
  195. package/dist/index49.cjs +22 -49
  196. package/dist/index49.cjs.map +1 -1
  197. package/dist/index49.js +22 -49
  198. package/dist/index49.js.map +1 -1
  199. package/dist/index50.cjs +15 -18
  200. package/dist/index50.cjs.map +1 -1
  201. package/dist/index50.js +15 -18
  202. package/dist/index50.js.map +1 -1
  203. package/dist/index51.cjs +69 -33
  204. package/dist/index51.cjs.map +1 -1
  205. package/dist/index51.js +68 -32
  206. package/dist/index51.js.map +1 -1
  207. package/dist/index52.cjs +22 -13
  208. package/dist/index52.cjs.map +1 -1
  209. package/dist/index52.js +23 -14
  210. package/dist/index52.js.map +1 -1
  211. package/dist/index53.cjs +13 -10
  212. package/dist/index53.cjs.map +1 -1
  213. package/dist/index53.js +14 -11
  214. package/dist/index53.js.map +1 -1
  215. package/dist/index54.cjs +11 -2
  216. package/dist/index54.cjs.map +1 -1
  217. package/dist/index54.js +11 -2
  218. package/dist/index54.js.map +1 -1
  219. package/dist/index55.cjs +20 -2
  220. package/dist/index55.cjs.map +1 -1
  221. package/dist/index55.js +21 -3
  222. package/dist/index55.js.map +1 -1
  223. package/dist/index56.cjs +2 -20
  224. package/dist/index56.cjs.map +1 -1
  225. package/dist/index56.js +3 -21
  226. package/dist/index56.js.map +1 -1
  227. package/dist/index57.cjs +1 -4
  228. package/dist/index57.cjs.map +1 -1
  229. package/dist/index57.js +1 -4
  230. package/dist/index57.js.map +1 -1
  231. package/dist/index58.cjs +30 -75
  232. package/dist/index58.cjs.map +1 -1
  233. package/dist/index58.js +30 -75
  234. package/dist/index58.js.map +1 -1
  235. package/dist/index59.cjs +13 -10
  236. package/dist/index59.cjs.map +1 -1
  237. package/dist/index59.js +13 -10
  238. package/dist/index59.js.map +1 -1
  239. package/dist/index60.cjs +15 -27
  240. package/dist/index60.cjs.map +1 -1
  241. package/dist/index60.js +15 -27
  242. package/dist/index60.js.map +1 -1
  243. package/dist/index61.cjs +16 -34
  244. package/dist/index61.cjs.map +1 -1
  245. package/dist/index61.js +16 -34
  246. package/dist/index61.js.map +1 -1
  247. package/dist/index62.cjs +10 -16
  248. package/dist/index62.cjs.map +1 -1
  249. package/dist/index62.js +11 -17
  250. package/dist/index62.js.map +1 -1
  251. package/dist/index63.cjs +13 -37
  252. package/dist/index63.cjs.map +1 -1
  253. package/dist/index63.js +14 -38
  254. package/dist/index63.js.map +1 -1
  255. package/dist/index64.cjs +16 -52
  256. package/dist/index64.cjs.map +1 -1
  257. package/dist/index64.js +16 -52
  258. package/dist/index64.js.map +1 -1
  259. package/dist/index65.cjs +49 -13
  260. package/dist/index65.cjs.map +1 -1
  261. package/dist/index65.js +49 -13
  262. package/dist/index65.js.map +1 -1
  263. package/dist/index66.cjs +36 -15
  264. package/dist/index66.cjs.map +1 -1
  265. package/dist/index66.js +37 -16
  266. package/dist/index66.js.map +1 -1
  267. package/dist/index67.cjs +42 -33
  268. package/dist/index67.cjs.map +1 -1
  269. package/dist/index67.js +42 -33
  270. package/dist/index67.js.map +1 -1
  271. package/dist/index68.cjs +43 -134
  272. package/dist/index68.cjs.map +1 -1
  273. package/dist/index68.js +42 -133
  274. package/dist/index68.js.map +1 -1
  275. package/dist/index69.cjs +2 -41
  276. package/dist/index69.cjs.map +1 -1
  277. package/dist/index69.js +3 -42
  278. package/dist/index69.js.map +1 -1
  279. package/dist/index70.cjs +27 -0
  280. package/dist/index70.cjs.map +1 -0
  281. package/dist/index70.js +27 -0
  282. package/dist/index70.js.map +1 -0
  283. package/dist/index71.cjs +27 -0
  284. package/dist/index71.cjs.map +1 -0
  285. package/dist/index71.js +27 -0
  286. package/dist/index71.js.map +1 -0
  287. package/dist/index72.cjs +12 -0
  288. package/dist/index72.cjs.map +1 -0
  289. package/dist/index72.js +12 -0
  290. package/dist/index72.js.map +1 -0
  291. package/dist/index73.cjs +39 -0
  292. package/dist/index73.cjs.map +1 -0
  293. package/dist/index73.js +39 -0
  294. package/dist/index73.js.map +1 -0
  295. package/dist/index74.cjs +36 -0
  296. package/dist/index74.cjs.map +1 -0
  297. package/dist/index74.js +36 -0
  298. package/dist/index74.js.map +1 -0
  299. package/dist/index75.cjs +72 -0
  300. package/dist/index75.cjs.map +1 -0
  301. package/dist/index75.js +72 -0
  302. package/dist/index75.js.map +1 -0
  303. package/dist/index76.cjs +27 -0
  304. package/dist/index76.cjs.map +1 -0
  305. package/dist/index76.js +27 -0
  306. package/dist/index76.js.map +1 -0
  307. package/dist/index77.cjs +136 -0
  308. package/dist/index77.cjs.map +1 -0
  309. package/dist/index77.js +136 -0
  310. package/dist/index77.js.map +1 -0
  311. package/dist/index78.cjs +48 -0
  312. package/dist/index78.cjs.map +1 -0
  313. package/dist/index78.js +48 -0
  314. package/dist/index78.js.map +1 -0
  315. package/dist/index79.cjs +87 -0
  316. package/dist/index79.cjs.map +1 -0
  317. package/dist/index79.js +87 -0
  318. package/dist/index79.js.map +1 -0
  319. package/dist/index80.cjs +60 -0
  320. package/dist/index80.cjs.map +1 -0
  321. package/dist/index80.js +60 -0
  322. package/dist/index80.js.map +1 -0
  323. package/dist/index81.cjs +36 -0
  324. package/dist/index81.cjs.map +1 -0
  325. package/dist/index81.js +36 -0
  326. package/dist/index81.js.map +1 -0
  327. package/dist/index82.cjs +33 -0
  328. package/dist/index82.cjs.map +1 -0
  329. package/dist/index82.js +33 -0
  330. package/dist/index82.js.map +1 -0
  331. package/dist/index83.cjs +42 -0
  332. package/dist/index83.cjs.map +1 -0
  333. package/dist/index83.js +42 -0
  334. package/dist/index83.js.map +1 -0
  335. package/dist/index84.cjs +60 -0
  336. package/dist/index84.cjs.map +1 -0
  337. package/dist/index84.js +60 -0
  338. package/dist/index84.js.map +1 -0
  339. package/dist/index85.cjs +12 -0
  340. package/dist/index85.cjs.map +1 -0
  341. package/dist/index85.js +12 -0
  342. package/dist/index85.js.map +1 -0
  343. package/dist/index86.cjs +18 -0
  344. package/dist/index86.cjs.map +1 -0
  345. package/dist/index86.js +18 -0
  346. package/dist/index86.js.map +1 -0
  347. package/dist/index9.cjs +45 -14
  348. package/dist/index9.cjs.map +1 -1
  349. package/dist/index9.js +46 -15
  350. package/dist/index9.js.map +1 -1
  351. package/dist/primitives/SegmentedControl/SegmentedControl.d.ts +8 -0
  352. package/dist/primitives/SegmentedControl/SegmentedControl.d.ts.map +1 -0
  353. package/dist/primitives/SegmentedControl/SegmentedControl.types.d.ts +25 -0
  354. package/dist/primitives/SegmentedControl/SegmentedControl.types.d.ts.map +1 -0
  355. package/dist/primitives/SegmentedControl/index.d.ts +3 -0
  356. package/dist/primitives/SegmentedControl/index.d.ts.map +1 -0
  357. package/dist/primitives/StatCard/StatCard.d.ts +4 -0
  358. package/dist/primitives/StatCard/StatCard.d.ts.map +1 -0
  359. package/dist/primitives/StatCard/StatCard.types.d.ts +16 -0
  360. package/dist/primitives/StatCard/StatCard.types.d.ts.map +1 -0
  361. package/dist/primitives/StatCard/index.d.ts +3 -0
  362. package/dist/primitives/StatCard/index.d.ts.map +1 -0
  363. package/dist/primitives/Toast/Toast.d.ts +5 -0
  364. package/dist/primitives/Toast/Toast.d.ts.map +1 -0
  365. package/dist/primitives/Toast/Toast.types.d.ts +28 -0
  366. package/dist/primitives/Toast/Toast.types.d.ts.map +1 -0
  367. package/dist/primitives/Toast/ToastProvider.d.ts +5 -0
  368. package/dist/primitives/Toast/ToastProvider.d.ts.map +1 -0
  369. package/dist/primitives/Toast/index.d.ts +4 -0
  370. package/dist/primitives/Toast/index.d.ts.map +1 -0
  371. package/dist/style.css +561 -0
  372. package/package.json +1 -1
package/dist/index15.cjs CHANGED
@@ -1,24 +1,104 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
- const clsx = require("./index38.cjs");
5
- const ChatLayout_module = require("./index50.cjs");
6
- const ChatLayout = ({
7
- sidebar,
8
- conversationList,
9
- messageArea,
10
- inputArea,
11
- sidebarCollapsed = false,
12
- showConversationList = true,
13
- className
14
- }) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx.clsx(ChatLayout_module.default.root, className), children: [
15
- sidebar && !sidebarCollapsed && /* @__PURE__ */ jsxRuntime.jsx("aside", { className: ChatLayout_module.default.sidebar, children: sidebar }),
16
- conversationList && showConversationList && /* @__PURE__ */ jsxRuntime.jsx("aside", { className: ChatLayout_module.default.conversationList, children: conversationList }),
17
- /* @__PURE__ */ jsxRuntime.jsxs("main", { className: ChatLayout_module.default.mainArea, children: [
18
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: ChatLayout_module.default.messages, children: messageArea }),
19
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: ChatLayout_module.default.input, children: inputArea })
20
- ] })
21
- ] });
22
- ChatLayout.displayName = "ChatLayout";
23
- exports.ChatLayout = ChatLayout;
4
+ const react = require("react");
5
+ const reactDom = require("react-dom");
6
+ const useEscapeKey = require("./index5.cjs");
7
+ const constants = require("./index51.cjs");
8
+ const clsx = require("./index47.cjs");
9
+ const ChartExpandModal_module = require("./index81.cjs");
10
+ const getInitialSize = (override) => {
11
+ if (typeof window === "undefined") {
12
+ return {
13
+ width: (override == null ? void 0 : override.width) ?? constants.CHART_MODAL.FALLBACK_WIDTH,
14
+ height: (override == null ? void 0 : override.height) ?? constants.CHART_MODAL.FALLBACK_HEIGHT
15
+ };
16
+ }
17
+ const w = Math.min((override == null ? void 0 : override.width) ?? constants.CHART_MODAL.DEFAULT_WIDTH, window.innerWidth - constants.VIEWPORT_MARGIN);
18
+ const h = Math.min((override == null ? void 0 : override.height) ?? constants.CHART_MODAL.DEFAULT_HEIGHT, window.innerHeight - constants.VIEWPORT_MARGIN);
19
+ return { width: Math.max(w, constants.CHART_MODAL.MIN_WIDTH), height: Math.max(h, constants.CHART_MODAL.MIN_HEIGHT) };
20
+ };
21
+ const ChartExpandModal = ({
22
+ title,
23
+ children,
24
+ onClose,
25
+ resizable = false,
26
+ defaultSize,
27
+ actions
28
+ }) => {
29
+ const [size, setSize] = react.useState(() => getInitialSize(defaultSize));
30
+ const [isReady, setIsReady] = react.useState(false);
31
+ const bodyRef = react.useRef(null);
32
+ useEscapeKey.useEscapeKey(onClose);
33
+ react.useEffect(() => {
34
+ if (!resizable) return;
35
+ const handleResize = () => setSize(getInitialSize(defaultSize));
36
+ window.addEventListener("resize", handleResize);
37
+ return () => window.removeEventListener("resize", handleResize);
38
+ }, [resizable, defaultSize]);
39
+ react.useEffect(() => {
40
+ const check = () => {
41
+ const body = bodyRef.current;
42
+ if (body && body.clientWidth > 0 && body.clientHeight > 0) {
43
+ setIsReady(true);
44
+ } else {
45
+ requestAnimationFrame(check);
46
+ }
47
+ };
48
+ requestAnimationFrame(check);
49
+ }, []);
50
+ const handleResizeStart = react.useCallback(
51
+ (e) => {
52
+ var _a, _b;
53
+ if (!resizable || typeof window === "undefined") return;
54
+ e.preventDefault();
55
+ const startX = "touches" in e ? ((_a = e.touches[0]) == null ? void 0 : _a.clientX) ?? 0 : e.clientX;
56
+ const startY = "touches" in e ? ((_b = e.touches[0]) == null ? void 0 : _b.clientY) ?? 0 : e.clientY;
57
+ const startW = size.width;
58
+ const startH = size.height;
59
+ const handleMove = (ev) => {
60
+ var _a2, _b2;
61
+ const cx = ev instanceof TouchEvent ? ((_a2 = ev.touches[0]) == null ? void 0 : _a2.clientX) ?? 0 : ev.clientX;
62
+ const cy = ev instanceof TouchEvent ? ((_b2 = ev.touches[0]) == null ? void 0 : _b2.clientY) ?? 0 : ev.clientY;
63
+ const maxW = Math.min(window.innerWidth - constants.VIEWPORT_MARGIN, constants.CHART_MODAL.MAX_WIDTH);
64
+ const maxH = Math.min(window.innerHeight - constants.VIEWPORT_MARGIN, constants.CHART_MODAL.MAX_HEIGHT);
65
+ setSize({
66
+ width: Math.min(Math.max(startW + (cx - startX), constants.CHART_MODAL.MIN_WIDTH), maxW),
67
+ height: Math.min(Math.max(startH + (cy - startY), constants.CHART_MODAL.MIN_HEIGHT), maxH)
68
+ });
69
+ };
70
+ const handleUp = () => {
71
+ window.removeEventListener("mousemove", handleMove);
72
+ window.removeEventListener("mouseup", handleUp);
73
+ window.removeEventListener("touchmove", handleMove);
74
+ window.removeEventListener("touchend", handleUp);
75
+ };
76
+ window.addEventListener("mousemove", handleMove);
77
+ window.addEventListener("mouseup", handleUp);
78
+ window.addEventListener("touchmove", handleMove, { passive: false });
79
+ window.addEventListener("touchend", handleUp);
80
+ },
81
+ [resizable, size]
82
+ );
83
+ if (typeof document === "undefined") return null;
84
+ const modalStyle = resizable ? { width: `${size.width}px`, height: `${size.height}px` } : void 0;
85
+ return reactDom.createPortal(
86
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: ChartExpandModal_module.default.overlay, role: "dialog", "aria-modal": "true", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx.clsx(ChartExpandModal_module.default.modal, { [ChartExpandModal_module.default.resizable]: resizable }), style: modalStyle, children: [
87
+ /* @__PURE__ */ jsxRuntime.jsxs("header", { className: ChartExpandModal_module.default.header, children: [
88
+ /* @__PURE__ */ jsxRuntime.jsx("h2", { className: ChartExpandModal_module.default.title, children: title }),
89
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: ChartExpandModal_module.default.headerActions, children: [
90
+ actions,
91
+ /* @__PURE__ */ jsxRuntime.jsx("button", { type: "button", className: ChartExpandModal_module.default.close, onClick: onClose, "aria-label": "Close expanded chart", children: /* @__PURE__ */ jsxRuntime.jsxs("svg", { width: constants.ICON_SIZE.LG, height: constants.ICON_SIZE.LG, viewBox: constants.SVG_VIEWBOX, fill: "none", stroke: "currentColor", strokeWidth: constants.SVG_STROKE_WIDTH, strokeLinecap: "round", strokeLinejoin: "round", children: [
92
+ /* @__PURE__ */ jsxRuntime.jsx("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
93
+ /* @__PURE__ */ jsxRuntime.jsx("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
94
+ ] }) })
95
+ ] })
96
+ ] }),
97
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: ChartExpandModal_module.default.body, ref: bodyRef, children: isReady ? children : /* @__PURE__ */ jsxRuntime.jsx("div", { className: ChartExpandModal_module.default.loading, children: "Loading chart..." }) }),
98
+ resizable && /* @__PURE__ */ jsxRuntime.jsx("div", { className: ChartExpandModal_module.default.resizeHandle, onMouseDown: handleResizeStart, onTouchStart: handleResizeStart, children: /* @__PURE__ */ jsxRuntime.jsx("span", {}) })
99
+ ] }) }),
100
+ document.body
101
+ );
102
+ };
103
+ exports.ChartExpandModal = ChartExpandModal;
24
104
  //# sourceMappingURL=index15.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index15.cjs","sources":["../src/layouts/ChatLayout/ChatLayout.tsx"],"sourcesContent":["import clsx from 'clsx';\nimport type { ChatLayoutProps } from './ChatLayout.types';\nimport styles from './ChatLayout.module.css';\n\nexport const ChatLayout = ({\n sidebar,\n conversationList,\n messageArea,\n inputArea,\n sidebarCollapsed = false,\n showConversationList = true,\n className,\n}: ChatLayoutProps) => (\n <div className={clsx(styles.root, className)}>\n {sidebar && !sidebarCollapsed && (\n <aside className={styles.sidebar}>{sidebar}</aside>\n )}\n\n {conversationList && showConversationList && (\n <aside className={styles.conversationList}>{conversationList}</aside>\n )}\n\n <main className={styles.mainArea}>\n <div className={styles.messages}>{messageArea}</div>\n <div className={styles.input}>{inputArea}</div>\n </main>\n </div>\n);\n\nChatLayout.displayName = 'ChatLayout';\n"],"names":["clsx","styles","jsx","jsxs"],"mappings":";;;;;AAIO,MAAM,aAAa,CAAC;AAAA,EACzB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,mBAAmB;AAAA,EACnB,uBAAuB;AAAA,EACvB;AACF,sCACG,OAAA,EAAI,WAAWA,KAAAA,KAAKC,kBAAAA,QAAO,MAAM,SAAS,GACxC,UAAA;AAAA,EAAA,WAAW,CAAC,oBACXC,2BAAAA,IAAC,WAAM,WAAWD,kBAAAA,QAAO,SAAU,UAAA,SAAQ;AAAA,EAG5C,oBAAoB,wBACnBC,2BAAAA,IAAC,WAAM,WAAWD,kBAAAA,QAAO,kBAAmB,UAAA,kBAAiB;AAAA,EAG/DE,2BAAAA,KAAC,QAAA,EAAK,WAAWF,kBAAAA,QAAO,UACtB,UAAA;AAAA,IAAAC,2BAAAA,IAAC,OAAA,EAAI,WAAWD,kBAAAA,QAAO,UAAW,UAAA,aAAY;AAAA,IAC9CC,2BAAAA,IAAC,OAAA,EAAI,WAAWD,kBAAAA,QAAO,OAAQ,UAAA,UAAA,CAAU;AAAA,EAAA,EAAA,CAC3C;AAAA,EAAA,CACF;AAGF,WAAW,cAAc;;"}
1
+ {"version":3,"file":"index15.cjs","sources":["../src/composites/ChartExpandModal/ChartExpandModal.tsx"],"sourcesContent":["import { useCallback, useEffect, useRef, useState, type ReactNode } from 'react';\nimport { createPortal } from 'react-dom';\nimport { useEscapeKey } from '../../hooks/useEscapeKey';\nimport { CHART_MODAL, VIEWPORT_MARGIN, ICON_SIZE, SVG_VIEWBOX, SVG_STROKE_WIDTH } from '../../constants';\nimport clsx from 'clsx';\nimport styles from './ChartExpandModal.module.css';\n\nexport interface ChartExpandModalProps {\n /** Title displayed in the modal header. */\n title: string;\n /** Content to render inside the modal body. */\n children: ReactNode;\n /** Called when the modal should close. */\n onClose: () => void;\n /** Enable resize handles on the modal. */\n resizable?: boolean;\n /** Default modal dimensions in pixels. */\n defaultSize?: { width?: number; height?: number };\n /** Additional actions rendered in the header. */\n actions?: ReactNode;\n}\n\nconst getInitialSize = (override?: { width?: number; height?: number }) => {\n if (typeof window === 'undefined') {\n return {\n width: override?.width ?? CHART_MODAL.FALLBACK_WIDTH,\n height: override?.height ?? CHART_MODAL.FALLBACK_HEIGHT,\n };\n }\n const w = Math.min(override?.width ?? CHART_MODAL.DEFAULT_WIDTH, window.innerWidth - VIEWPORT_MARGIN);\n const h = Math.min(override?.height ?? CHART_MODAL.DEFAULT_HEIGHT, window.innerHeight - VIEWPORT_MARGIN);\n return { width: Math.max(w, CHART_MODAL.MIN_WIDTH), height: Math.max(h, CHART_MODAL.MIN_HEIGHT) };\n};\n\nexport const ChartExpandModal = ({\n title,\n children,\n onClose,\n resizable = false,\n defaultSize,\n actions,\n}: ChartExpandModalProps) => {\n const [size, setSize] = useState(() => getInitialSize(defaultSize));\n const [isReady, setIsReady] = useState(false);\n const bodyRef = useRef<HTMLDivElement>(null);\n\n useEscapeKey(onClose);\n\n useEffect(() => {\n if (!resizable) return;\n const handleResize = () => setSize(getInitialSize(defaultSize));\n window.addEventListener('resize', handleResize);\n return () => window.removeEventListener('resize', handleResize);\n }, [resizable, defaultSize]);\n\n useEffect(() => {\n const check = () => {\n const body = bodyRef.current;\n if (body && body.clientWidth > 0 && body.clientHeight > 0) {\n setIsReady(true);\n } else {\n requestAnimationFrame(check);\n }\n };\n requestAnimationFrame(check);\n }, []);\n\n const handleResizeStart = useCallback(\n (e: React.MouseEvent | React.TouchEvent) => {\n if (!resizable || typeof window === 'undefined') return;\n e.preventDefault();\n const startX = 'touches' in e ? e.touches[0]?.clientX ?? 0 : e.clientX;\n const startY = 'touches' in e ? e.touches[0]?.clientY ?? 0 : e.clientY;\n const startW = size.width;\n const startH = size.height;\n\n const handleMove = (ev: MouseEvent | TouchEvent) => {\n const cx = ev instanceof TouchEvent ? ev.touches[0]?.clientX ?? 0 : (ev as MouseEvent).clientX;\n const cy = ev instanceof TouchEvent ? ev.touches[0]?.clientY ?? 0 : (ev as MouseEvent).clientY;\n const maxW = Math.min(window.innerWidth - VIEWPORT_MARGIN, CHART_MODAL.MAX_WIDTH);\n const maxH = Math.min(window.innerHeight - VIEWPORT_MARGIN, CHART_MODAL.MAX_HEIGHT);\n setSize({\n width: Math.min(Math.max(startW + (cx - startX), CHART_MODAL.MIN_WIDTH), maxW),\n height: Math.min(Math.max(startH + (cy - startY), CHART_MODAL.MIN_HEIGHT), maxH),\n });\n };\n\n const handleUp = () => {\n window.removeEventListener('mousemove', handleMove);\n window.removeEventListener('mouseup', handleUp);\n window.removeEventListener('touchmove', handleMove as EventListener);\n window.removeEventListener('touchend', handleUp);\n };\n\n window.addEventListener('mousemove', handleMove);\n window.addEventListener('mouseup', handleUp);\n window.addEventListener('touchmove', handleMove as EventListener, { passive: false });\n window.addEventListener('touchend', handleUp);\n },\n [resizable, size],\n );\n\n if (typeof document === 'undefined') return null;\n\n const modalStyle = resizable ? { width: `${size.width}px`, height: `${size.height}px` } : undefined;\n\n return createPortal(\n <div className={styles.overlay} role=\"dialog\" aria-modal=\"true\">\n <div className={clsx(styles.modal, { [styles.resizable]: resizable })} style={modalStyle}>\n <header className={styles.header}>\n <h2 className={styles.title}>{title}</h2>\n <div className={styles.headerActions}>\n {actions}\n <button type=\"button\" className={styles.close} onClick={onClose} aria-label=\"Close expanded chart\">\n <svg width={ICON_SIZE.LG} height={ICON_SIZE.LG} viewBox={SVG_VIEWBOX} fill=\"none\" stroke=\"currentColor\" strokeWidth={SVG_STROKE_WIDTH} strokeLinecap=\"round\" strokeLinejoin=\"round\">\n <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\" />\n <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\" />\n </svg>\n </button>\n </div>\n </header>\n <div className={styles.body} ref={bodyRef}>\n {isReady ? children : <div className={styles.loading}>Loading chart...</div>}\n </div>\n {resizable && (\n <div className={styles.resizeHandle} onMouseDown={handleResizeStart} onTouchStart={handleResizeStart}>\n <span />\n </div>\n )}\n </div>\n </div>,\n document.body,\n );\n};\n"],"names":["CHART_MODAL","VIEWPORT_MARGIN","useState","useRef","useEscapeKey","useEffect","useCallback","_a","_b","createPortal","jsx","styles","jsxs","clsx","ICON_SIZE","SVG_VIEWBOX","SVG_STROKE_WIDTH"],"mappings":"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"}
package/dist/index15.js CHANGED
@@ -1,24 +1,104 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
2
- import { clsx } from "./index38.js";
3
- import styles from "./index50.js";
4
- const ChatLayout = ({
5
- sidebar,
6
- conversationList,
7
- messageArea,
8
- inputArea,
9
- sidebarCollapsed = false,
10
- showConversationList = true,
11
- className
12
- }) => /* @__PURE__ */ jsxs("div", { className: clsx(styles.root, className), children: [
13
- sidebar && !sidebarCollapsed && /* @__PURE__ */ jsx("aside", { className: styles.sidebar, children: sidebar }),
14
- conversationList && showConversationList && /* @__PURE__ */ jsx("aside", { className: styles.conversationList, children: conversationList }),
15
- /* @__PURE__ */ jsxs("main", { className: styles.mainArea, children: [
16
- /* @__PURE__ */ jsx("div", { className: styles.messages, children: messageArea }),
17
- /* @__PURE__ */ jsx("div", { className: styles.input, children: inputArea })
18
- ] })
19
- ] });
20
- ChatLayout.displayName = "ChatLayout";
1
+ import { jsx, jsxs } from "react/jsx-runtime";
2
+ import { useState, useRef, useEffect, useCallback } from "react";
3
+ import { createPortal } from "react-dom";
4
+ import { useEscapeKey } from "./index5.js";
5
+ import { SVG_STROKE_WIDTH, SVG_VIEWBOX, ICON_SIZE, CHART_MODAL, VIEWPORT_MARGIN } from "./index51.js";
6
+ import { clsx } from "./index47.js";
7
+ import styles from "./index81.js";
8
+ const getInitialSize = (override) => {
9
+ if (typeof window === "undefined") {
10
+ return {
11
+ width: (override == null ? void 0 : override.width) ?? CHART_MODAL.FALLBACK_WIDTH,
12
+ height: (override == null ? void 0 : override.height) ?? CHART_MODAL.FALLBACK_HEIGHT
13
+ };
14
+ }
15
+ const w = Math.min((override == null ? void 0 : override.width) ?? CHART_MODAL.DEFAULT_WIDTH, window.innerWidth - VIEWPORT_MARGIN);
16
+ const h = Math.min((override == null ? void 0 : override.height) ?? CHART_MODAL.DEFAULT_HEIGHT, window.innerHeight - VIEWPORT_MARGIN);
17
+ return { width: Math.max(w, CHART_MODAL.MIN_WIDTH), height: Math.max(h, CHART_MODAL.MIN_HEIGHT) };
18
+ };
19
+ const ChartExpandModal = ({
20
+ title,
21
+ children,
22
+ onClose,
23
+ resizable = false,
24
+ defaultSize,
25
+ actions
26
+ }) => {
27
+ const [size, setSize] = useState(() => getInitialSize(defaultSize));
28
+ const [isReady, setIsReady] = useState(false);
29
+ const bodyRef = useRef(null);
30
+ useEscapeKey(onClose);
31
+ useEffect(() => {
32
+ if (!resizable) return;
33
+ const handleResize = () => setSize(getInitialSize(defaultSize));
34
+ window.addEventListener("resize", handleResize);
35
+ return () => window.removeEventListener("resize", handleResize);
36
+ }, [resizable, defaultSize]);
37
+ useEffect(() => {
38
+ const check = () => {
39
+ const body = bodyRef.current;
40
+ if (body && body.clientWidth > 0 && body.clientHeight > 0) {
41
+ setIsReady(true);
42
+ } else {
43
+ requestAnimationFrame(check);
44
+ }
45
+ };
46
+ requestAnimationFrame(check);
47
+ }, []);
48
+ const handleResizeStart = useCallback(
49
+ (e) => {
50
+ var _a, _b;
51
+ if (!resizable || typeof window === "undefined") return;
52
+ e.preventDefault();
53
+ const startX = "touches" in e ? ((_a = e.touches[0]) == null ? void 0 : _a.clientX) ?? 0 : e.clientX;
54
+ const startY = "touches" in e ? ((_b = e.touches[0]) == null ? void 0 : _b.clientY) ?? 0 : e.clientY;
55
+ const startW = size.width;
56
+ const startH = size.height;
57
+ const handleMove = (ev) => {
58
+ var _a2, _b2;
59
+ const cx = ev instanceof TouchEvent ? ((_a2 = ev.touches[0]) == null ? void 0 : _a2.clientX) ?? 0 : ev.clientX;
60
+ const cy = ev instanceof TouchEvent ? ((_b2 = ev.touches[0]) == null ? void 0 : _b2.clientY) ?? 0 : ev.clientY;
61
+ const maxW = Math.min(window.innerWidth - VIEWPORT_MARGIN, CHART_MODAL.MAX_WIDTH);
62
+ const maxH = Math.min(window.innerHeight - VIEWPORT_MARGIN, CHART_MODAL.MAX_HEIGHT);
63
+ setSize({
64
+ width: Math.min(Math.max(startW + (cx - startX), CHART_MODAL.MIN_WIDTH), maxW),
65
+ height: Math.min(Math.max(startH + (cy - startY), CHART_MODAL.MIN_HEIGHT), maxH)
66
+ });
67
+ };
68
+ const handleUp = () => {
69
+ window.removeEventListener("mousemove", handleMove);
70
+ window.removeEventListener("mouseup", handleUp);
71
+ window.removeEventListener("touchmove", handleMove);
72
+ window.removeEventListener("touchend", handleUp);
73
+ };
74
+ window.addEventListener("mousemove", handleMove);
75
+ window.addEventListener("mouseup", handleUp);
76
+ window.addEventListener("touchmove", handleMove, { passive: false });
77
+ window.addEventListener("touchend", handleUp);
78
+ },
79
+ [resizable, size]
80
+ );
81
+ if (typeof document === "undefined") return null;
82
+ const modalStyle = resizable ? { width: `${size.width}px`, height: `${size.height}px` } : void 0;
83
+ return createPortal(
84
+ /* @__PURE__ */ jsx("div", { className: styles.overlay, role: "dialog", "aria-modal": "true", children: /* @__PURE__ */ jsxs("div", { className: clsx(styles.modal, { [styles.resizable]: resizable }), style: modalStyle, children: [
85
+ /* @__PURE__ */ jsxs("header", { className: styles.header, children: [
86
+ /* @__PURE__ */ jsx("h2", { className: styles.title, children: title }),
87
+ /* @__PURE__ */ jsxs("div", { className: styles.headerActions, children: [
88
+ actions,
89
+ /* @__PURE__ */ jsx("button", { type: "button", className: styles.close, onClick: onClose, "aria-label": "Close expanded chart", children: /* @__PURE__ */ jsxs("svg", { width: ICON_SIZE.LG, height: ICON_SIZE.LG, viewBox: SVG_VIEWBOX, fill: "none", stroke: "currentColor", strokeWidth: SVG_STROKE_WIDTH, strokeLinecap: "round", strokeLinejoin: "round", children: [
90
+ /* @__PURE__ */ jsx("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
91
+ /* @__PURE__ */ jsx("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
92
+ ] }) })
93
+ ] })
94
+ ] }),
95
+ /* @__PURE__ */ jsx("div", { className: styles.body, ref: bodyRef, children: isReady ? children : /* @__PURE__ */ jsx("div", { className: styles.loading, children: "Loading chart..." }) }),
96
+ resizable && /* @__PURE__ */ jsx("div", { className: styles.resizeHandle, onMouseDown: handleResizeStart, onTouchStart: handleResizeStart, children: /* @__PURE__ */ jsx("span", {}) })
97
+ ] }) }),
98
+ document.body
99
+ );
100
+ };
21
101
  export {
22
- ChatLayout
102
+ ChartExpandModal
23
103
  };
24
104
  //# sourceMappingURL=index15.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index15.js","sources":["../src/layouts/ChatLayout/ChatLayout.tsx"],"sourcesContent":["import clsx from 'clsx';\nimport type { ChatLayoutProps } from './ChatLayout.types';\nimport styles from './ChatLayout.module.css';\n\nexport const ChatLayout = ({\n sidebar,\n conversationList,\n messageArea,\n inputArea,\n sidebarCollapsed = false,\n showConversationList = true,\n className,\n}: ChatLayoutProps) => (\n <div className={clsx(styles.root, className)}>\n {sidebar && !sidebarCollapsed && (\n <aside className={styles.sidebar}>{sidebar}</aside>\n )}\n\n {conversationList && showConversationList && (\n <aside className={styles.conversationList}>{conversationList}</aside>\n )}\n\n <main className={styles.mainArea}>\n <div className={styles.messages}>{messageArea}</div>\n <div className={styles.input}>{inputArea}</div>\n </main>\n </div>\n);\n\nChatLayout.displayName = 'ChatLayout';\n"],"names":[],"mappings":";;;AAIO,MAAM,aAAa,CAAC;AAAA,EACzB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,mBAAmB;AAAA,EACnB,uBAAuB;AAAA,EACvB;AACF,2BACG,OAAA,EAAI,WAAW,KAAK,OAAO,MAAM,SAAS,GACxC,UAAA;AAAA,EAAA,WAAW,CAAC,oBACX,oBAAC,WAAM,WAAW,OAAO,SAAU,UAAA,SAAQ;AAAA,EAG5C,oBAAoB,wBACnB,oBAAC,WAAM,WAAW,OAAO,kBAAmB,UAAA,kBAAiB;AAAA,EAG/D,qBAAC,QAAA,EAAK,WAAW,OAAO,UACtB,UAAA;AAAA,IAAA,oBAAC,OAAA,EAAI,WAAW,OAAO,UAAW,UAAA,aAAY;AAAA,IAC9C,oBAAC,OAAA,EAAI,WAAW,OAAO,OAAQ,UAAA,UAAA,CAAU;AAAA,EAAA,EAAA,CAC3C;AAAA,EAAA,CACF;AAGF,WAAW,cAAc;"}
1
+ {"version":3,"file":"index15.js","sources":["../src/composites/ChartExpandModal/ChartExpandModal.tsx"],"sourcesContent":["import { useCallback, useEffect, useRef, useState, type ReactNode } from 'react';\nimport { createPortal } from 'react-dom';\nimport { useEscapeKey } from '../../hooks/useEscapeKey';\nimport { CHART_MODAL, VIEWPORT_MARGIN, ICON_SIZE, SVG_VIEWBOX, SVG_STROKE_WIDTH } from '../../constants';\nimport clsx from 'clsx';\nimport styles from './ChartExpandModal.module.css';\n\nexport interface ChartExpandModalProps {\n /** Title displayed in the modal header. */\n title: string;\n /** Content to render inside the modal body. */\n children: ReactNode;\n /** Called when the modal should close. */\n onClose: () => void;\n /** Enable resize handles on the modal. */\n resizable?: boolean;\n /** Default modal dimensions in pixels. */\n defaultSize?: { width?: number; height?: number };\n /** Additional actions rendered in the header. */\n actions?: ReactNode;\n}\n\nconst getInitialSize = (override?: { width?: number; height?: number }) => {\n if (typeof window === 'undefined') {\n return {\n width: override?.width ?? CHART_MODAL.FALLBACK_WIDTH,\n height: override?.height ?? CHART_MODAL.FALLBACK_HEIGHT,\n };\n }\n const w = Math.min(override?.width ?? CHART_MODAL.DEFAULT_WIDTH, window.innerWidth - VIEWPORT_MARGIN);\n const h = Math.min(override?.height ?? CHART_MODAL.DEFAULT_HEIGHT, window.innerHeight - VIEWPORT_MARGIN);\n return { width: Math.max(w, CHART_MODAL.MIN_WIDTH), height: Math.max(h, CHART_MODAL.MIN_HEIGHT) };\n};\n\nexport const ChartExpandModal = ({\n title,\n children,\n onClose,\n resizable = false,\n defaultSize,\n actions,\n}: ChartExpandModalProps) => {\n const [size, setSize] = useState(() => getInitialSize(defaultSize));\n const [isReady, setIsReady] = useState(false);\n const bodyRef = useRef<HTMLDivElement>(null);\n\n useEscapeKey(onClose);\n\n useEffect(() => {\n if (!resizable) return;\n const handleResize = () => setSize(getInitialSize(defaultSize));\n window.addEventListener('resize', handleResize);\n return () => window.removeEventListener('resize', handleResize);\n }, [resizable, defaultSize]);\n\n useEffect(() => {\n const check = () => {\n const body = bodyRef.current;\n if (body && body.clientWidth > 0 && body.clientHeight > 0) {\n setIsReady(true);\n } else {\n requestAnimationFrame(check);\n }\n };\n requestAnimationFrame(check);\n }, []);\n\n const handleResizeStart = useCallback(\n (e: React.MouseEvent | React.TouchEvent) => {\n if (!resizable || typeof window === 'undefined') return;\n e.preventDefault();\n const startX = 'touches' in e ? e.touches[0]?.clientX ?? 0 : e.clientX;\n const startY = 'touches' in e ? e.touches[0]?.clientY ?? 0 : e.clientY;\n const startW = size.width;\n const startH = size.height;\n\n const handleMove = (ev: MouseEvent | TouchEvent) => {\n const cx = ev instanceof TouchEvent ? ev.touches[0]?.clientX ?? 0 : (ev as MouseEvent).clientX;\n const cy = ev instanceof TouchEvent ? ev.touches[0]?.clientY ?? 0 : (ev as MouseEvent).clientY;\n const maxW = Math.min(window.innerWidth - VIEWPORT_MARGIN, CHART_MODAL.MAX_WIDTH);\n const maxH = Math.min(window.innerHeight - VIEWPORT_MARGIN, CHART_MODAL.MAX_HEIGHT);\n setSize({\n width: Math.min(Math.max(startW + (cx - startX), CHART_MODAL.MIN_WIDTH), maxW),\n height: Math.min(Math.max(startH + (cy - startY), CHART_MODAL.MIN_HEIGHT), maxH),\n });\n };\n\n const handleUp = () => {\n window.removeEventListener('mousemove', handleMove);\n window.removeEventListener('mouseup', handleUp);\n window.removeEventListener('touchmove', handleMove as EventListener);\n window.removeEventListener('touchend', handleUp);\n };\n\n window.addEventListener('mousemove', handleMove);\n window.addEventListener('mouseup', handleUp);\n window.addEventListener('touchmove', handleMove as EventListener, { passive: false });\n window.addEventListener('touchend', handleUp);\n },\n [resizable, size],\n );\n\n if (typeof document === 'undefined') return null;\n\n const modalStyle = resizable ? { width: `${size.width}px`, height: `${size.height}px` } : undefined;\n\n return createPortal(\n <div className={styles.overlay} role=\"dialog\" aria-modal=\"true\">\n <div className={clsx(styles.modal, { [styles.resizable]: resizable })} style={modalStyle}>\n <header className={styles.header}>\n <h2 className={styles.title}>{title}</h2>\n <div className={styles.headerActions}>\n {actions}\n <button type=\"button\" className={styles.close} onClick={onClose} aria-label=\"Close expanded chart\">\n <svg width={ICON_SIZE.LG} height={ICON_SIZE.LG} viewBox={SVG_VIEWBOX} fill=\"none\" stroke=\"currentColor\" strokeWidth={SVG_STROKE_WIDTH} strokeLinecap=\"round\" strokeLinejoin=\"round\">\n <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\" />\n <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\" />\n </svg>\n </button>\n </div>\n </header>\n <div className={styles.body} ref={bodyRef}>\n {isReady ? children : <div className={styles.loading}>Loading chart...</div>}\n </div>\n {resizable && (\n <div className={styles.resizeHandle} onMouseDown={handleResizeStart} onTouchStart={handleResizeStart}>\n <span />\n </div>\n )}\n </div>\n </div>,\n document.body,\n );\n};\n"],"names":["_a","_b"],"mappings":"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"}
package/dist/index16.cjs CHANGED
@@ -1,47 +1,24 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
- const react = require("react");
5
- const clsx = require("./index38.cjs");
6
- const Col_module = require("./index44.cjs");
7
- const GRID_COLUMNS = 12;
8
- function toFlexValue(value) {
9
- if (value === true) return 1;
10
- if (typeof value === "number") return value;
11
- return void 0;
12
- }
13
- const Col = react.forwardRef(
14
- ({ span, offset, grow, shrink, basis, className, style, children, ...props }, ref) => {
15
- const inlineStyle = { ...style };
16
- if (span !== void 0) {
17
- inlineStyle.width = `${span / GRID_COLUMNS * 100}%`;
18
- }
19
- if (offset !== void 0) {
20
- inlineStyle.marginLeft = `${offset / GRID_COLUMNS * 100}%`;
21
- }
22
- const growValue = toFlexValue(grow);
23
- if (growValue !== void 0) {
24
- inlineStyle.flexGrow = growValue;
25
- }
26
- const shrinkValue = toFlexValue(shrink);
27
- if (shrinkValue !== void 0) {
28
- inlineStyle.flexShrink = shrinkValue;
29
- }
30
- if (basis !== void 0) {
31
- inlineStyle.flexBasis = basis;
32
- }
33
- return /* @__PURE__ */ jsxRuntime.jsx(
34
- "div",
35
- {
36
- ref,
37
- className: clsx.clsx(Col_module.default.root, className),
38
- style: inlineStyle,
39
- ...props,
40
- children
41
- }
42
- );
43
- }
44
- );
45
- Col.displayName = "Col";
46
- exports.Col = Col;
4
+ const clsx = require("./index47.cjs");
5
+ const ChatLayout_module = require("./index64.cjs");
6
+ const ChatLayout = ({
7
+ sidebar,
8
+ conversationList,
9
+ messageArea,
10
+ inputArea,
11
+ sidebarCollapsed = false,
12
+ showConversationList = true,
13
+ className
14
+ }) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: clsx.clsx(ChatLayout_module.default.root, className), children: [
15
+ sidebar && !sidebarCollapsed && /* @__PURE__ */ jsxRuntime.jsx("aside", { className: ChatLayout_module.default.sidebar, children: sidebar }),
16
+ conversationList && showConversationList && /* @__PURE__ */ jsxRuntime.jsx("aside", { className: ChatLayout_module.default.conversationList, children: conversationList }),
17
+ /* @__PURE__ */ jsxRuntime.jsxs("main", { className: ChatLayout_module.default.mainArea, children: [
18
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: ChatLayout_module.default.messages, children: messageArea }),
19
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: ChatLayout_module.default.input, children: inputArea })
20
+ ] })
21
+ ] });
22
+ ChatLayout.displayName = "ChatLayout";
23
+ exports.ChatLayout = ChatLayout;
47
24
  //# sourceMappingURL=index16.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index16.cjs","sources":["../src/primitives/Col/Col.tsx"],"sourcesContent":["import { forwardRef } from 'react';\nimport clsx from 'clsx';\nimport type { ColProps } from './Col.types';\nimport styles from './Col.module.css';\n\nconst GRID_COLUMNS = 12;\n\nfunction toFlexValue(value: boolean | number | undefined): number | undefined {\n if (value === true) return 1;\n if (typeof value === 'number') return value;\n return undefined;\n}\n\nexport const Col = forwardRef<HTMLDivElement, ColProps>(\n ({ span, offset, grow, shrink, basis, className, style, children, ...props }, ref) => {\n const inlineStyle: React.CSSProperties = { ...style };\n\n if (span !== undefined) {\n inlineStyle.width = `${(span / GRID_COLUMNS) * 100}%`;\n }\n\n if (offset !== undefined) {\n inlineStyle.marginLeft = `${(offset / GRID_COLUMNS) * 100}%`;\n }\n\n const growValue = toFlexValue(grow);\n if (growValue !== undefined) {\n inlineStyle.flexGrow = growValue;\n }\n\n const shrinkValue = toFlexValue(shrink);\n if (shrinkValue !== undefined) {\n inlineStyle.flexShrink = shrinkValue;\n }\n\n if (basis !== undefined) {\n inlineStyle.flexBasis = basis;\n }\n\n return (\n <div\n ref={ref}\n className={clsx(styles.root, className)}\n style={inlineStyle}\n {...props}\n >\n {children}\n </div>\n );\n },\n);\n\nCol.displayName = 'Col';\n"],"names":["forwardRef","jsx","clsx","styles"],"mappings":";;;;;;AAKA,MAAM,eAAe;AAErB,SAAS,YAAY,OAAyD;AAC5E,MAAI,UAAU,KAAM,QAAO;AAC3B,MAAI,OAAO,UAAU,SAAU,QAAO;AACtC,SAAO;AACT;AAEO,MAAM,MAAMA,MAAAA;AAAAA,EACjB,CAAC,EAAE,MAAM,QAAQ,MAAM,QAAQ,OAAO,WAAW,OAAO,UAAU,GAAG,MAAA,GAAS,QAAQ;AACpF,UAAM,cAAmC,EAAE,GAAG,MAAA;AAE9C,QAAI,SAAS,QAAW;AACtB,kBAAY,QAAQ,GAAI,OAAO,eAAgB,GAAG;AAAA,IACpD;AAEA,QAAI,WAAW,QAAW;AACxB,kBAAY,aAAa,GAAI,SAAS,eAAgB,GAAG;AAAA,IAC3D;AAEA,UAAM,YAAY,YAAY,IAAI;AAClC,QAAI,cAAc,QAAW;AAC3B,kBAAY,WAAW;AAAA,IACzB;AAEA,UAAM,cAAc,YAAY,MAAM;AACtC,QAAI,gBAAgB,QAAW;AAC7B,kBAAY,aAAa;AAAA,IAC3B;AAEA,QAAI,UAAU,QAAW;AACvB,kBAAY,YAAY;AAAA,IAC1B;AAEA,WACEC,2BAAAA;AAAAA,MAAC;AAAA,MAAA;AAAA,QACC;AAAA,QACA,WAAWC,KAAAA,KAAKC,mBAAO,MAAM,SAAS;AAAA,QACtC,OAAO;AAAA,QACN,GAAG;AAAA,QAEH;AAAA,MAAA;AAAA,IAAA;AAAA,EAGP;AACF;AAEA,IAAI,cAAc;;"}
1
+ {"version":3,"file":"index16.cjs","sources":["../src/layouts/ChatLayout/ChatLayout.tsx"],"sourcesContent":["import clsx from 'clsx';\nimport type { ChatLayoutProps } from './ChatLayout.types';\nimport styles from './ChatLayout.module.css';\n\nexport const ChatLayout = ({\n sidebar,\n conversationList,\n messageArea,\n inputArea,\n sidebarCollapsed = false,\n showConversationList = true,\n className,\n}: ChatLayoutProps) => (\n <div className={clsx(styles.root, className)}>\n {sidebar && !sidebarCollapsed && (\n <aside className={styles.sidebar}>{sidebar}</aside>\n )}\n\n {conversationList && showConversationList && (\n <aside className={styles.conversationList}>{conversationList}</aside>\n )}\n\n <main className={styles.mainArea}>\n <div className={styles.messages}>{messageArea}</div>\n <div className={styles.input}>{inputArea}</div>\n </main>\n </div>\n);\n\nChatLayout.displayName = 'ChatLayout';\n"],"names":["clsx","styles","jsx","jsxs"],"mappings":";;;;;AAIO,MAAM,aAAa,CAAC;AAAA,EACzB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,mBAAmB;AAAA,EACnB,uBAAuB;AAAA,EACvB;AACF,sCACG,OAAA,EAAI,WAAWA,KAAAA,KAAKC,kBAAAA,QAAO,MAAM,SAAS,GACxC,UAAA;AAAA,EAAA,WAAW,CAAC,oBACXC,2BAAAA,IAAC,WAAM,WAAWD,kBAAAA,QAAO,SAAU,UAAA,SAAQ;AAAA,EAG5C,oBAAoB,wBACnBC,2BAAAA,IAAC,WAAM,WAAWD,kBAAAA,QAAO,kBAAmB,UAAA,kBAAiB;AAAA,EAG/DE,2BAAAA,KAAC,QAAA,EAAK,WAAWF,kBAAAA,QAAO,UACtB,UAAA;AAAA,IAAAC,2BAAAA,IAAC,OAAA,EAAI,WAAWD,kBAAAA,QAAO,UAAW,UAAA,aAAY;AAAA,IAC9CC,2BAAAA,IAAC,OAAA,EAAI,WAAWD,kBAAAA,QAAO,OAAQ,UAAA,UAAA,CAAU;AAAA,EAAA,EAAA,CAC3C;AAAA,EAAA,CACF;AAGF,WAAW,cAAc;;"}
package/dist/index16.js CHANGED
@@ -1,47 +1,24 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { forwardRef } from "react";
3
- import { clsx } from "./index38.js";
4
- import styles from "./index44.js";
5
- const GRID_COLUMNS = 12;
6
- function toFlexValue(value) {
7
- if (value === true) return 1;
8
- if (typeof value === "number") return value;
9
- return void 0;
10
- }
11
- const Col = forwardRef(
12
- ({ span, offset, grow, shrink, basis, className, style, children, ...props }, ref) => {
13
- const inlineStyle = { ...style };
14
- if (span !== void 0) {
15
- inlineStyle.width = `${span / GRID_COLUMNS * 100}%`;
16
- }
17
- if (offset !== void 0) {
18
- inlineStyle.marginLeft = `${offset / GRID_COLUMNS * 100}%`;
19
- }
20
- const growValue = toFlexValue(grow);
21
- if (growValue !== void 0) {
22
- inlineStyle.flexGrow = growValue;
23
- }
24
- const shrinkValue = toFlexValue(shrink);
25
- if (shrinkValue !== void 0) {
26
- inlineStyle.flexShrink = shrinkValue;
27
- }
28
- if (basis !== void 0) {
29
- inlineStyle.flexBasis = basis;
30
- }
31
- return /* @__PURE__ */ jsx(
32
- "div",
33
- {
34
- ref,
35
- className: clsx(styles.root, className),
36
- style: inlineStyle,
37
- ...props,
38
- children
39
- }
40
- );
41
- }
42
- );
43
- Col.displayName = "Col";
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ import { clsx } from "./index47.js";
3
+ import styles from "./index64.js";
4
+ const ChatLayout = ({
5
+ sidebar,
6
+ conversationList,
7
+ messageArea,
8
+ inputArea,
9
+ sidebarCollapsed = false,
10
+ showConversationList = true,
11
+ className
12
+ }) => /* @__PURE__ */ jsxs("div", { className: clsx(styles.root, className), children: [
13
+ sidebar && !sidebarCollapsed && /* @__PURE__ */ jsx("aside", { className: styles.sidebar, children: sidebar }),
14
+ conversationList && showConversationList && /* @__PURE__ */ jsx("aside", { className: styles.conversationList, children: conversationList }),
15
+ /* @__PURE__ */ jsxs("main", { className: styles.mainArea, children: [
16
+ /* @__PURE__ */ jsx("div", { className: styles.messages, children: messageArea }),
17
+ /* @__PURE__ */ jsx("div", { className: styles.input, children: inputArea })
18
+ ] })
19
+ ] });
20
+ ChatLayout.displayName = "ChatLayout";
44
21
  export {
45
- Col
22
+ ChatLayout
46
23
  };
47
24
  //# sourceMappingURL=index16.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index16.js","sources":["../src/primitives/Col/Col.tsx"],"sourcesContent":["import { forwardRef } from 'react';\nimport clsx from 'clsx';\nimport type { ColProps } from './Col.types';\nimport styles from './Col.module.css';\n\nconst GRID_COLUMNS = 12;\n\nfunction toFlexValue(value: boolean | number | undefined): number | undefined {\n if (value === true) return 1;\n if (typeof value === 'number') return value;\n return undefined;\n}\n\nexport const Col = forwardRef<HTMLDivElement, ColProps>(\n ({ span, offset, grow, shrink, basis, className, style, children, ...props }, ref) => {\n const inlineStyle: React.CSSProperties = { ...style };\n\n if (span !== undefined) {\n inlineStyle.width = `${(span / GRID_COLUMNS) * 100}%`;\n }\n\n if (offset !== undefined) {\n inlineStyle.marginLeft = `${(offset / GRID_COLUMNS) * 100}%`;\n }\n\n const growValue = toFlexValue(grow);\n if (growValue !== undefined) {\n inlineStyle.flexGrow = growValue;\n }\n\n const shrinkValue = toFlexValue(shrink);\n if (shrinkValue !== undefined) {\n inlineStyle.flexShrink = shrinkValue;\n }\n\n if (basis !== undefined) {\n inlineStyle.flexBasis = basis;\n }\n\n return (\n <div\n ref={ref}\n className={clsx(styles.root, className)}\n style={inlineStyle}\n {...props}\n >\n {children}\n </div>\n );\n },\n);\n\nCol.displayName = 'Col';\n"],"names":[],"mappings":";;;;AAKA,MAAM,eAAe;AAErB,SAAS,YAAY,OAAyD;AAC5E,MAAI,UAAU,KAAM,QAAO;AAC3B,MAAI,OAAO,UAAU,SAAU,QAAO;AACtC,SAAO;AACT;AAEO,MAAM,MAAM;AAAA,EACjB,CAAC,EAAE,MAAM,QAAQ,MAAM,QAAQ,OAAO,WAAW,OAAO,UAAU,GAAG,MAAA,GAAS,QAAQ;AACpF,UAAM,cAAmC,EAAE,GAAG,MAAA;AAE9C,QAAI,SAAS,QAAW;AACtB,kBAAY,QAAQ,GAAI,OAAO,eAAgB,GAAG;AAAA,IACpD;AAEA,QAAI,WAAW,QAAW;AACxB,kBAAY,aAAa,GAAI,SAAS,eAAgB,GAAG;AAAA,IAC3D;AAEA,UAAM,YAAY,YAAY,IAAI;AAClC,QAAI,cAAc,QAAW;AAC3B,kBAAY,WAAW;AAAA,IACzB;AAEA,UAAM,cAAc,YAAY,MAAM;AACtC,QAAI,gBAAgB,QAAW;AAC7B,kBAAY,aAAa;AAAA,IAC3B;AAEA,QAAI,UAAU,QAAW;AACvB,kBAAY,YAAY;AAAA,IAC1B;AAEA,WACE;AAAA,MAAC;AAAA,MAAA;AAAA,QACC;AAAA,QACA,WAAW,KAAK,OAAO,MAAM,SAAS;AAAA,QACtC,OAAO;AAAA,QACN,GAAG;AAAA,QAEH;AAAA,MAAA;AAAA,IAAA;AAAA,EAGP;AACF;AAEA,IAAI,cAAc;"}
1
+ {"version":3,"file":"index16.js","sources":["../src/layouts/ChatLayout/ChatLayout.tsx"],"sourcesContent":["import clsx from 'clsx';\nimport type { ChatLayoutProps } from './ChatLayout.types';\nimport styles from './ChatLayout.module.css';\n\nexport const ChatLayout = ({\n sidebar,\n conversationList,\n messageArea,\n inputArea,\n sidebarCollapsed = false,\n showConversationList = true,\n className,\n}: ChatLayoutProps) => (\n <div className={clsx(styles.root, className)}>\n {sidebar && !sidebarCollapsed && (\n <aside className={styles.sidebar}>{sidebar}</aside>\n )}\n\n {conversationList && showConversationList && (\n <aside className={styles.conversationList}>{conversationList}</aside>\n )}\n\n <main className={styles.mainArea}>\n <div className={styles.messages}>{messageArea}</div>\n <div className={styles.input}>{inputArea}</div>\n </main>\n </div>\n);\n\nChatLayout.displayName = 'ChatLayout';\n"],"names":[],"mappings":";;;AAIO,MAAM,aAAa,CAAC;AAAA,EACzB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,mBAAmB;AAAA,EACnB,uBAAuB;AAAA,EACvB;AACF,2BACG,OAAA,EAAI,WAAW,KAAK,OAAO,MAAM,SAAS,GACxC,UAAA;AAAA,EAAA,WAAW,CAAC,oBACX,oBAAC,WAAM,WAAW,OAAO,SAAU,UAAA,SAAQ;AAAA,EAG5C,oBAAoB,wBACnB,oBAAC,WAAM,WAAW,OAAO,kBAAmB,UAAA,kBAAiB;AAAA,EAG/D,qBAAC,QAAA,EAAK,WAAW,OAAO,UACtB,UAAA;AAAA,IAAA,oBAAC,OAAA,EAAI,WAAW,OAAO,UAAW,UAAA,aAAY;AAAA,IAC9C,oBAAC,OAAA,EAAI,WAAW,OAAO,OAAQ,UAAA,UAAA,CAAU;AAAA,EAAA,EAAA,CAC3C;AAAA,EAAA,CACF;AAGF,WAAW,cAAc;"}