@ktnpm_devops/react-component 0.4.0 → 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.
- package/dist/charts/Sparkline/Sparkline.d.ts +4 -0
- package/dist/charts/Sparkline/Sparkline.d.ts.map +1 -0
- package/dist/charts/Sparkline/Sparkline.types.d.ts +15 -0
- package/dist/charts/Sparkline/Sparkline.types.d.ts.map +1 -0
- package/dist/charts/Sparkline/index.d.ts +3 -0
- package/dist/charts/Sparkline/index.d.ts.map +1 -0
- package/dist/composites/Accordion/Accordion.d.ts +5 -0
- package/dist/composites/Accordion/Accordion.d.ts.map +1 -0
- package/dist/composites/Accordion/Accordion.types.d.ts +15 -0
- package/dist/composites/Accordion/Accordion.types.d.ts.map +1 -0
- package/dist/composites/Accordion/index.d.ts +3 -0
- package/dist/composites/Accordion/index.d.ts.map +1 -0
- package/dist/composites/DatePickerDropdown/DatePickerDropdown.d.ts +7 -0
- package/dist/composites/DatePickerDropdown/DatePickerDropdown.d.ts.map +1 -0
- package/dist/composites/DatePickerDropdown/DatePickerDropdown.types.d.ts +20 -0
- package/dist/composites/DatePickerDropdown/DatePickerDropdown.types.d.ts.map +1 -0
- package/dist/composites/DatePickerDropdown/index.d.ts +3 -0
- package/dist/composites/DatePickerDropdown/index.d.ts.map +1 -0
- package/dist/composites/FilterDropdown/FilterDropdown.d.ts +7 -0
- package/dist/composites/FilterDropdown/FilterDropdown.d.ts.map +1 -0
- package/dist/composites/FilterDropdown/FilterDropdown.types.d.ts +29 -0
- package/dist/composites/FilterDropdown/FilterDropdown.types.d.ts.map +1 -0
- package/dist/composites/FilterDropdown/index.d.ts +3 -0
- package/dist/composites/FilterDropdown/index.d.ts.map +1 -0
- package/dist/constants.d.ts +2 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/data/HeatmapMatrix/HeatmapMatrix.d.ts +4 -0
- package/dist/data/HeatmapMatrix/HeatmapMatrix.d.ts.map +1 -0
- package/dist/data/HeatmapMatrix/HeatmapMatrix.types.d.ts +40 -0
- package/dist/data/HeatmapMatrix/HeatmapMatrix.types.d.ts.map +1 -0
- package/dist/data/HeatmapMatrix/index.d.ts +3 -0
- package/dist/data/HeatmapMatrix/index.d.ts.map +1 -0
- package/dist/index.cjs +49 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +16 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +50 -30
- package/dist/index.js.map +1 -1
- package/dist/index10.cjs +14 -15
- package/dist/index10.cjs.map +1 -1
- package/dist/index10.js +15 -16
- package/dist/index10.js.map +1 -1
- package/dist/index11.cjs +15 -4
- package/dist/index11.cjs.map +1 -1
- package/dist/index11.js +15 -4
- package/dist/index11.js.map +1 -1
- package/dist/index12.cjs +4 -16
- package/dist/index12.cjs.map +1 -1
- package/dist/index12.js +4 -16
- package/dist/index12.js.map +1 -1
- package/dist/index13.cjs +16 -10
- package/dist/index13.cjs.map +1 -1
- package/dist/index13.js +16 -10
- package/dist/index13.js.map +1 -1
- package/dist/index14.cjs +10 -100
- package/dist/index14.cjs.map +1 -1
- package/dist/index14.js +11 -101
- package/dist/index14.js.map +1 -1
- package/dist/index15.cjs +100 -20
- package/dist/index15.cjs.map +1 -1
- package/dist/index15.js +101 -21
- package/dist/index15.js.map +1 -1
- package/dist/index16.cjs +20 -43
- package/dist/index16.cjs.map +1 -1
- package/dist/index16.js +21 -44
- package/dist/index16.js.map +1 -1
- package/dist/index17.cjs +38 -85
- package/dist/index17.cjs.map +1 -1
- package/dist/index17.js +40 -87
- package/dist/index17.js.map +1 -1
- package/dist/index18.cjs +85 -153
- package/dist/index18.cjs.map +1 -1
- package/dist/index18.js +86 -154
- package/dist/index18.js.map +1 -1
- package/dist/index19.cjs +150 -128
- package/dist/index19.cjs.map +1 -1
- package/dist/index19.js +150 -128
- package/dist/index19.js.map +1 -1
- package/dist/index20.cjs +121 -106
- package/dist/index20.cjs.map +1 -1
- package/dist/index20.js +122 -107
- package/dist/index20.js.map +1 -1
- package/dist/index21.cjs +121 -17
- package/dist/index21.cjs.map +1 -1
- package/dist/index21.js +121 -17
- package/dist/index21.js.map +1 -1
- package/dist/index22.cjs +17 -8
- package/dist/index22.cjs.map +1 -1
- package/dist/index22.js +18 -9
- package/dist/index22.js.map +1 -1
- package/dist/index23.cjs +152 -119
- package/dist/index23.cjs.map +1 -1
- package/dist/index23.js +153 -120
- package/dist/index23.js.map +1 -1
- package/dist/index24.cjs +125 -33
- package/dist/index24.cjs.map +1 -1
- package/dist/index24.js +126 -34
- package/dist/index24.js.map +1 -1
- package/dist/index25.cjs +71 -218
- package/dist/index25.cjs.map +1 -1
- package/dist/index25.js +73 -220
- package/dist/index25.js.map +1 -1
- package/dist/index26.cjs +6 -32
- package/dist/index26.cjs.map +1 -1
- package/dist/index26.js +7 -33
- package/dist/index26.js.map +1 -1
- package/dist/index27.cjs +120 -67
- package/dist/index27.cjs.map +1 -1
- package/dist/index27.js +121 -68
- package/dist/index27.js.map +1 -1
- package/dist/index28.cjs +37 -58
- package/dist/index28.cjs.map +1 -1
- package/dist/index28.js +38 -59
- package/dist/index28.js.map +1 -1
- package/dist/index29.cjs +208 -137
- package/dist/index29.cjs.map +1 -1
- package/dist/index29.js +209 -138
- package/dist/index29.js.map +1 -1
- package/dist/index30.cjs +32 -6
- package/dist/index30.cjs.map +1 -1
- package/dist/index30.js +33 -7
- package/dist/index30.js.map +1 -1
- package/dist/index31.cjs +78 -17
- package/dist/index31.cjs.map +1 -1
- package/dist/index31.js +78 -17
- package/dist/index31.js.map +1 -1
- package/dist/index32.cjs +55 -73
- package/dist/index32.cjs.map +1 -1
- package/dist/index32.js +57 -75
- package/dist/index32.js.map +1 -1
- package/dist/index33.cjs +145 -135
- package/dist/index33.cjs.map +1 -1
- package/dist/index33.js +146 -136
- package/dist/index33.js.map +1 -1
- package/dist/index34.cjs +66 -99
- package/dist/index34.cjs.map +1 -1
- package/dist/index34.js +68 -101
- package/dist/index34.js.map +1 -1
- package/dist/index35.cjs +8 -6
- package/dist/index35.cjs.map +1 -1
- package/dist/index35.js +8 -6
- package/dist/index35.js.map +1 -1
- package/dist/index36.cjs +16 -215
- package/dist/index36.cjs.map +1 -1
- package/dist/index36.js +16 -215
- package/dist/index36.js.map +1 -1
- package/dist/index37.cjs +76 -7
- package/dist/index37.cjs.map +1 -1
- package/dist/index37.js +78 -9
- package/dist/index37.js.map +1 -1
- package/dist/index38.cjs +145 -16
- package/dist/index38.cjs.map +1 -1
- package/dist/index38.js +144 -15
- package/dist/index38.js.map +1 -1
- package/dist/index39.cjs +66 -16
- package/dist/index39.cjs.map +1 -1
- package/dist/index39.js +65 -15
- package/dist/index39.js.map +1 -1
- package/dist/index40.cjs +105 -23
- package/dist/index40.cjs.map +1 -1
- package/dist/index40.js +104 -22
- package/dist/index40.js.map +1 -1
- package/dist/index41.cjs +49 -16
- package/dist/index41.cjs.map +1 -1
- package/dist/index41.js +48 -15
- package/dist/index41.js.map +1 -1
- package/dist/index42.cjs +8 -7
- package/dist/index42.cjs.map +1 -1
- package/dist/index42.js +7 -6
- package/dist/index42.js.map +1 -1
- package/dist/index43.cjs +218 -7
- package/dist/index43.cjs.map +1 -1
- package/dist/index43.js +217 -6
- package/dist/index43.js.map +1 -1
- package/dist/index44.cjs +10 -28
- package/dist/index44.cjs.map +1 -1
- package/dist/index44.js +9 -27
- package/dist/index44.js.map +1 -1
- package/dist/index45.cjs +19 -16
- package/dist/index45.cjs.map +1 -1
- package/dist/index45.js +18 -15
- package/dist/index45.js.map +1 -1
- package/dist/index46.cjs +67 -21
- package/dist/index46.cjs.map +1 -1
- package/dist/index46.js +66 -20
- package/dist/index46.js.map +1 -1
- package/dist/index47.cjs +15 -21
- package/dist/index47.cjs.map +1 -1
- package/dist/index47.js +15 -21
- package/dist/index47.js.map +1 -1
- package/dist/index48.cjs +6 -67
- package/dist/index48.cjs.map +1 -1
- package/dist/index48.js +5 -66
- package/dist/index48.js.map +1 -1
- package/dist/index49.cjs +18 -75
- package/dist/index49.cjs.map +1 -1
- package/dist/index49.js +19 -76
- package/dist/index49.js.map +1 -1
- package/dist/index50.cjs +15 -36
- package/dist/index50.cjs.map +1 -1
- package/dist/index50.js +15 -36
- package/dist/index50.js.map +1 -1
- package/dist/index51.cjs +69 -33
- package/dist/index51.cjs.map +1 -1
- package/dist/index51.js +68 -32
- package/dist/index51.js.map +1 -1
- package/dist/index52.cjs +22 -13
- package/dist/index52.cjs.map +1 -1
- package/dist/index52.js +23 -14
- package/dist/index52.js.map +1 -1
- package/dist/index53.cjs +13 -34
- package/dist/index53.cjs.map +1 -1
- package/dist/index53.js +13 -34
- package/dist/index53.js.map +1 -1
- package/dist/index54.cjs +11 -2
- package/dist/index54.cjs.map +1 -1
- package/dist/index54.js +11 -2
- package/dist/index54.js.map +1 -1
- package/dist/index55.cjs +20 -5
- package/dist/index55.cjs.map +1 -1
- package/dist/index55.js +21 -6
- package/dist/index55.js.map +1 -1
- package/dist/index56.cjs +2 -38
- package/dist/index56.cjs.map +1 -1
- package/dist/index56.js +3 -39
- package/dist/index56.js.map +1 -1
- package/dist/index57.cjs +1 -1
- package/dist/index57.js +1 -1
- package/dist/index58.cjs +34 -13
- package/dist/index58.cjs.map +1 -1
- package/dist/index58.js +34 -13
- package/dist/index58.js.map +1 -1
- package/dist/index59.cjs +13 -52
- package/dist/index59.cjs.map +1 -1
- package/dist/index59.js +14 -53
- package/dist/index59.js.map +1 -1
- package/dist/index60.cjs +16 -64
- package/dist/index60.cjs.map +1 -1
- package/dist/index60.js +16 -64
- package/dist/index60.js.map +1 -1
- package/dist/index61.cjs +16 -19
- package/dist/index61.cjs.map +1 -1
- package/dist/index61.js +17 -20
- package/dist/index61.js.map +1 -1
- package/dist/index62.cjs +10 -16
- package/dist/index62.cjs.map +1 -1
- package/dist/index62.js +11 -17
- package/dist/index62.js.map +1 -1
- package/dist/index63.cjs +13 -28
- package/dist/index63.cjs.map +1 -1
- package/dist/index63.js +14 -29
- package/dist/index63.js.map +1 -1
- package/dist/index64.cjs +16 -13
- package/dist/index64.cjs.map +1 -1
- package/dist/index64.js +17 -14
- package/dist/index64.js.map +1 -1
- package/dist/index65.cjs +48 -36
- package/dist/index65.cjs.map +1 -1
- package/dist/index65.js +48 -36
- package/dist/index65.js.map +1 -1
- package/dist/index66.cjs +43 -134
- package/dist/index66.cjs.map +1 -1
- package/dist/index66.js +42 -133
- package/dist/index66.js.map +1 -1
- package/dist/index67.cjs +43 -37
- package/dist/index67.cjs.map +1 -1
- package/dist/index67.js +43 -37
- package/dist/index67.js.map +1 -1
- package/dist/index68.cjs +24 -39
- package/dist/index68.cjs.map +1 -1
- package/dist/index68.js +25 -40
- package/dist/index68.js.map +1 -1
- package/dist/index69.cjs +2 -50
- package/dist/index69.cjs.map +1 -1
- package/dist/index69.js +3 -51
- package/dist/index69.js.map +1 -1
- package/dist/index70.cjs +27 -0
- package/dist/index70.cjs.map +1 -0
- package/dist/index70.js +27 -0
- package/dist/index70.js.map +1 -0
- package/dist/index71.cjs +27 -0
- package/dist/index71.cjs.map +1 -0
- package/dist/index71.js +27 -0
- package/dist/index71.js.map +1 -0
- package/dist/index72.cjs +12 -0
- package/dist/index72.cjs.map +1 -0
- package/dist/index72.js +12 -0
- package/dist/index72.js.map +1 -0
- package/dist/index73.cjs +39 -0
- package/dist/index73.cjs.map +1 -0
- package/dist/index73.js +39 -0
- package/dist/index73.js.map +1 -0
- package/dist/index74.cjs +36 -0
- package/dist/index74.cjs.map +1 -0
- package/dist/index74.js +36 -0
- package/dist/index74.js.map +1 -0
- package/dist/index75.cjs +72 -0
- package/dist/index75.cjs.map +1 -0
- package/dist/index75.js +72 -0
- package/dist/index75.js.map +1 -0
- package/dist/index76.cjs +27 -0
- package/dist/index76.cjs.map +1 -0
- package/dist/index76.js +27 -0
- package/dist/index76.js.map +1 -0
- package/dist/index77.cjs +136 -0
- package/dist/index77.cjs.map +1 -0
- package/dist/index77.js +136 -0
- package/dist/index77.js.map +1 -0
- package/dist/index78.cjs +48 -0
- package/dist/index78.cjs.map +1 -0
- package/dist/index78.js +48 -0
- package/dist/index78.js.map +1 -0
- package/dist/index79.cjs +87 -0
- package/dist/index79.cjs.map +1 -0
- package/dist/index79.js +87 -0
- package/dist/index79.js.map +1 -0
- package/dist/index80.cjs +60 -0
- package/dist/index80.cjs.map +1 -0
- package/dist/index80.js +60 -0
- package/dist/index80.js.map +1 -0
- package/dist/index81.cjs +36 -0
- package/dist/index81.cjs.map +1 -0
- package/dist/index81.js +36 -0
- package/dist/index81.js.map +1 -0
- package/dist/index82.cjs +33 -0
- package/dist/index82.cjs.map +1 -0
- package/dist/index82.js +33 -0
- package/dist/index82.js.map +1 -0
- package/dist/index83.cjs +42 -0
- package/dist/index83.cjs.map +1 -0
- package/dist/index83.js +42 -0
- package/dist/index83.js.map +1 -0
- package/dist/index84.cjs +60 -0
- package/dist/index84.cjs.map +1 -0
- package/dist/index84.js +60 -0
- package/dist/index84.js.map +1 -0
- package/dist/index85.cjs +12 -0
- package/dist/index85.cjs.map +1 -0
- package/dist/index85.js +12 -0
- package/dist/index85.js.map +1 -0
- package/dist/index86.cjs +18 -0
- package/dist/index86.cjs.map +1 -0
- package/dist/index86.js +18 -0
- package/dist/index86.js.map +1 -0
- package/dist/index9.cjs +45 -14
- package/dist/index9.cjs.map +1 -1
- package/dist/index9.js +46 -15
- package/dist/index9.js.map +1 -1
- package/dist/primitives/SegmentedControl/SegmentedControl.d.ts +8 -0
- package/dist/primitives/SegmentedControl/SegmentedControl.d.ts.map +1 -0
- package/dist/primitives/SegmentedControl/SegmentedControl.types.d.ts +25 -0
- package/dist/primitives/SegmentedControl/SegmentedControl.types.d.ts.map +1 -0
- package/dist/primitives/SegmentedControl/index.d.ts +3 -0
- package/dist/primitives/SegmentedControl/index.d.ts.map +1 -0
- package/dist/primitives/StatCard/StatCard.d.ts +4 -0
- package/dist/primitives/StatCard/StatCard.d.ts.map +1 -0
- package/dist/primitives/StatCard/StatCard.types.d.ts +16 -0
- package/dist/primitives/StatCard/StatCard.types.d.ts.map +1 -0
- package/dist/primitives/StatCard/index.d.ts +3 -0
- package/dist/primitives/StatCard/index.d.ts.map +1 -0
- package/dist/primitives/Toast/Toast.d.ts +5 -0
- package/dist/primitives/Toast/Toast.d.ts.map +1 -0
- package/dist/primitives/Toast/Toast.types.d.ts +28 -0
- package/dist/primitives/Toast/Toast.types.d.ts.map +1 -0
- package/dist/primitives/Toast/ToastProvider.d.ts +5 -0
- package/dist/primitives/Toast/ToastProvider.d.ts.map +1 -0
- package/dist/primitives/Toast/index.d.ts +4 -0
- package/dist/primitives/Toast/index.d.ts.map +1 -0
- package/dist/style.css +561 -0
- package/dist/styles.cjs +1 -0
- package/dist/styles.mjs +1 -0
- package/package.json +8 -3
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
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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
|
package/dist/index15.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index15.cjs","sources":["../src/
|
|
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 {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
-
|
|
102
|
+
ChartExpandModal
|
|
23
103
|
};
|
|
24
104
|
//# sourceMappingURL=index15.js.map
|
package/dist/index15.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index15.js","sources":["../src/
|
|
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
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
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
|
package/dist/index16.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index16.cjs","sources":["../src/
|
|
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 {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
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
|
-
|
|
22
|
+
ChatLayout
|
|
46
23
|
};
|
|
47
24
|
//# sourceMappingURL=index16.js.map
|
package/dist/index16.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index16.js","sources":["../src/
|
|
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;"}
|