antd-mobile 5.38.0 → 5.39.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/2x/bundle/antd-mobile.cjs.development.js +278 -237
- package/2x/bundle/antd-mobile.cjs.js +7 -7
- package/2x/bundle/antd-mobile.es.development.js +279 -238
- package/2x/bundle/antd-mobile.es.js +5466 -5430
- package/2x/bundle/antd-mobile.umd.development.js +278 -237
- package/2x/bundle/antd-mobile.umd.js +7 -7
- package/2x/bundle/style.css +17 -2
- package/2x/cjs/components/calendar-picker/calendar-picker.d.ts +9 -9
- package/2x/cjs/components/calendar-picker-view/calendar-picker-view.d.ts +5 -4
- package/2x/cjs/components/calendar-picker-view/calendar-picker-view.js +18 -11
- package/2x/cjs/components/date-picker/date-picker-week-utils.js +2 -2
- package/2x/cjs/components/ellipsis/ellipsis.css +1 -0
- package/2x/cjs/components/ellipsis/ellipsis.d.ts +1 -1
- package/2x/cjs/components/ellipsis/ellipsis.js +28 -124
- package/2x/cjs/components/ellipsis/useMeasure.d.ts +2 -0
- package/2x/cjs/components/ellipsis/useMeasure.js +112 -0
- package/2x/cjs/components/ellipsis/~ellipsis.d.ts +15 -0
- package/2x/cjs/components/ellipsis/~ellipsis.js +161 -0
- package/2x/cjs/components/floating-panel/floating-panel.css +16 -2
- package/2x/cjs/components/floating-panel/floating-panel.d.ts +3 -1
- package/2x/cjs/components/floating-panel/floating-panel.js +43 -30
- package/2x/cjs/components/image-uploader/image-uploader.d.ts +3 -3
- package/2x/cjs/components/image-uploader/image-uploader.js +11 -11
- package/2x/cjs/components/image-viewer/image-viewer.d.ts +13 -4
- package/2x/cjs/components/image-viewer/image-viewer.js +8 -6
- package/2x/cjs/components/image-viewer/index.d.ts +4 -1
- package/2x/cjs/components/image-viewer/slide.d.ts +5 -1
- package/2x/cjs/components/image-viewer/slide.js +10 -5
- package/2x/cjs/components/image-viewer/slides.d.ts +4 -1
- package/2x/cjs/components/image-viewer/slides.js +14 -12
- package/2x/cjs/components/passcode-input/passcode-input.d.ts +7 -5
- package/2x/cjs/components/passcode-input/passcode-input.js +7 -6
- package/2x/cjs/components/popover/popover.d.ts +2 -2
- package/2x/cjs/components/popover/popover.js +11 -11
- package/2x/cjs/components/swipe-action/swipe-action.d.ts +3 -1
- package/2x/cjs/components/swipe-action/swipe-action.js +25 -23
- package/2x/es/components/calendar-picker/calendar-picker.d.ts +9 -9
- package/2x/es/components/calendar-picker-view/calendar-picker-view.d.ts +5 -4
- package/2x/es/components/calendar-picker-view/calendar-picker-view.js +18 -11
- package/2x/es/components/date-picker/date-picker-week-utils.js +2 -2
- package/2x/es/components/ellipsis/ellipsis.css +1 -0
- package/2x/es/components/ellipsis/ellipsis.d.ts +1 -1
- package/2x/es/components/ellipsis/ellipsis.js +28 -122
- package/2x/es/components/ellipsis/useMeasure.d.ts +2 -0
- package/2x/es/components/ellipsis/useMeasure.js +105 -0
- package/2x/es/components/ellipsis/~ellipsis.d.ts +15 -0
- package/2x/es/components/ellipsis/~ellipsis.js +151 -0
- package/2x/es/components/floating-panel/floating-panel.css +16 -2
- package/2x/es/components/floating-panel/floating-panel.d.ts +3 -1
- package/2x/es/components/floating-panel/floating-panel.js +31 -19
- package/2x/es/components/image-uploader/image-uploader.d.ts +3 -3
- package/2x/es/components/image-uploader/image-uploader.js +11 -11
- package/2x/es/components/image-viewer/image-viewer.d.ts +13 -4
- package/2x/es/components/image-viewer/image-viewer.js +8 -6
- package/2x/es/components/image-viewer/index.d.ts +4 -1
- package/2x/es/components/image-viewer/slide.d.ts +5 -1
- package/2x/es/components/image-viewer/slide.js +11 -6
- package/2x/es/components/image-viewer/slides.d.ts +4 -1
- package/2x/es/components/image-viewer/slides.js +6 -4
- package/2x/es/components/passcode-input/passcode-input.d.ts +7 -5
- package/2x/es/components/passcode-input/passcode-input.js +6 -5
- package/2x/es/components/popover/popover.d.ts +2 -2
- package/2x/es/components/popover/popover.js +10 -10
- package/2x/es/components/swipe-action/swipe-action.d.ts +3 -1
- package/2x/es/components/swipe-action/swipe-action.js +9 -7
- package/2x/package.json +1 -1
- package/bundle/antd-mobile.cjs.development.js +278 -237
- package/bundle/antd-mobile.cjs.js +7 -7
- package/bundle/antd-mobile.compatible.umd.js +1 -1
- package/bundle/antd-mobile.es.development.js +279 -238
- package/bundle/antd-mobile.es.js +5466 -5430
- package/bundle/antd-mobile.umd.development.js +278 -237
- package/bundle/antd-mobile.umd.js +7 -7
- package/bundle/style.css +1 -1
- package/cjs/components/calendar-picker/calendar-picker.d.ts +9 -9
- package/cjs/components/calendar-picker-view/calendar-picker-view.d.ts +5 -4
- package/cjs/components/calendar-picker-view/calendar-picker-view.js +18 -11
- package/cjs/components/date-picker/date-picker-week-utils.js +2 -2
- package/cjs/components/ellipsis/ellipsis.css +1 -0
- package/cjs/components/ellipsis/ellipsis.d.ts +1 -1
- package/cjs/components/ellipsis/ellipsis.js +28 -124
- package/cjs/components/ellipsis/useMeasure.d.ts +2 -0
- package/cjs/components/ellipsis/useMeasure.js +112 -0
- package/cjs/components/ellipsis/~ellipsis.d.ts +15 -0
- package/cjs/components/ellipsis/~ellipsis.js +161 -0
- package/cjs/components/floating-panel/floating-panel.css +12 -2
- package/cjs/components/floating-panel/floating-panel.d.ts +3 -1
- package/cjs/components/floating-panel/floating-panel.js +43 -30
- package/cjs/components/image-uploader/image-uploader.d.ts +3 -3
- package/cjs/components/image-uploader/image-uploader.js +11 -11
- package/cjs/components/image-viewer/image-viewer.d.ts +13 -4
- package/cjs/components/image-viewer/image-viewer.js +8 -6
- package/cjs/components/image-viewer/index.d.ts +4 -1
- package/cjs/components/image-viewer/slide.d.ts +5 -1
- package/cjs/components/image-viewer/slide.js +10 -5
- package/cjs/components/image-viewer/slides.d.ts +4 -1
- package/cjs/components/image-viewer/slides.js +14 -12
- package/cjs/components/passcode-input/passcode-input.d.ts +7 -5
- package/cjs/components/passcode-input/passcode-input.js +7 -6
- package/cjs/components/popover/popover.d.ts +2 -2
- package/cjs/components/popover/popover.js +11 -11
- package/cjs/components/swipe-action/swipe-action.d.ts +3 -1
- package/cjs/components/swipe-action/swipe-action.js +25 -23
- package/es/components/calendar-picker/calendar-picker.d.ts +9 -9
- package/es/components/calendar-picker-view/calendar-picker-view.d.ts +5 -4
- package/es/components/calendar-picker-view/calendar-picker-view.js +18 -11
- package/es/components/date-picker/date-picker-week-utils.js +2 -2
- package/es/components/ellipsis/ellipsis.css +1 -0
- package/es/components/ellipsis/ellipsis.d.ts +1 -1
- package/es/components/ellipsis/ellipsis.js +28 -122
- package/es/components/ellipsis/useMeasure.d.ts +2 -0
- package/es/components/ellipsis/useMeasure.js +105 -0
- package/es/components/ellipsis/~ellipsis.d.ts +15 -0
- package/es/components/ellipsis/~ellipsis.js +151 -0
- package/es/components/floating-panel/floating-panel.css +12 -2
- package/es/components/floating-panel/floating-panel.d.ts +3 -1
- package/es/components/floating-panel/floating-panel.js +31 -19
- package/es/components/image-uploader/image-uploader.d.ts +3 -3
- package/es/components/image-uploader/image-uploader.js +11 -11
- package/es/components/image-viewer/image-viewer.d.ts +13 -4
- package/es/components/image-viewer/image-viewer.js +8 -6
- package/es/components/image-viewer/index.d.ts +4 -1
- package/es/components/image-viewer/slide.d.ts +5 -1
- package/es/components/image-viewer/slide.js +11 -6
- package/es/components/image-viewer/slides.d.ts +4 -1
- package/es/components/image-viewer/slides.js +6 -4
- package/es/components/passcode-input/passcode-input.d.ts +7 -5
- package/es/components/passcode-input/passcode-input.js +6 -5
- package/es/components/popover/popover.d.ts +2 -2
- package/es/components/popover/popover.js +10 -10
- package/es/components/swipe-action/swipe-action.d.ts +3 -1
- package/es/components/swipe-action/swipe-action.js +9 -7
- package/package.json +1 -1
- package/umd/antd-mobile.js +1 -1
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import React
|
|
2
|
-
import runes from 'runes2';
|
|
3
|
-
import { mergeProps } from '../../utils/with-default-props';
|
|
1
|
+
import React from 'react';
|
|
4
2
|
import { withNativeProps } from '../../utils/native-props';
|
|
5
3
|
import { useResizeEffect } from '../../utils/use-resize-effect';
|
|
6
|
-
import {
|
|
4
|
+
import { mergeProps } from '../../utils/with-default-props';
|
|
7
5
|
import { withStopPropagation } from '../../utils/with-stop-propagation';
|
|
6
|
+
import useMeasure from './useMeasure';
|
|
8
7
|
const classPrefix = `adm-ellipsis`;
|
|
9
8
|
const defaultProps = {
|
|
10
9
|
direction: 'end',
|
|
@@ -18,134 +17,41 @@ const defaultProps = {
|
|
|
18
17
|
};
|
|
19
18
|
export const Ellipsis = p => {
|
|
20
19
|
const props = mergeProps(defaultProps, p);
|
|
21
|
-
const
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
root.style.display = 'block';
|
|
37
|
-
const originStyle = window.getComputedStyle(root);
|
|
38
|
-
const container = document.createElement('div');
|
|
39
|
-
const styleNames = Array.prototype.slice.apply(originStyle);
|
|
40
|
-
styleNames.forEach(name => {
|
|
41
|
-
container.style.setProperty(name, originStyle.getPropertyValue(name));
|
|
42
|
-
});
|
|
43
|
-
root.style.display = originDisplay;
|
|
44
|
-
container.style.height = 'auto';
|
|
45
|
-
container.style.minHeight = 'auto';
|
|
46
|
-
container.style.maxHeight = 'auto';
|
|
47
|
-
container.style.textOverflow = 'clip';
|
|
48
|
-
container.style.webkitLineClamp = 'unset';
|
|
49
|
-
container.style.display = 'block';
|
|
50
|
-
const lineHeight = pxToNumber(originStyle.lineHeight);
|
|
51
|
-
const maxHeight = Math.floor(lineHeight * (props.rows + 0.5) + pxToNumber(originStyle.paddingTop) + pxToNumber(originStyle.paddingBottom));
|
|
52
|
-
container.innerText = props.content;
|
|
53
|
-
document.body.appendChild(container);
|
|
54
|
-
if (container.offsetHeight <= maxHeight) {
|
|
55
|
-
setExceeded(false);
|
|
56
|
-
} else {
|
|
57
|
-
setExceeded(true);
|
|
58
|
-
const end = props.content.length;
|
|
59
|
-
const collapseEl = typeof props.collapseText === 'string' ? props.collapseText : (_a = collapseElRef.current) === null || _a === void 0 ? void 0 : _a.innerHTML;
|
|
60
|
-
const expandEl = typeof props.expandText === 'string' ? props.expandText : (_b = expandElRef.current) === null || _b === void 0 ? void 0 : _b.innerHTML;
|
|
61
|
-
const actionText = expanded ? collapseEl : expandEl;
|
|
62
|
-
function check(left, right) {
|
|
63
|
-
if (right - left <= 1) {
|
|
64
|
-
if (props.direction === 'end') {
|
|
65
|
-
return {
|
|
66
|
-
leading: getSubString(0, left) + '...'
|
|
67
|
-
};
|
|
68
|
-
} else {
|
|
69
|
-
return {
|
|
70
|
-
tailing: '...' + getSubString(right, end)
|
|
71
|
-
};
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
const middle = Math.round((left + right) / 2);
|
|
75
|
-
if (props.direction === 'end') {
|
|
76
|
-
container.innerHTML = getSubString(0, middle) + '...' + actionText;
|
|
77
|
-
} else {
|
|
78
|
-
container.innerHTML = actionText + '...' + getSubString(middle, end);
|
|
79
|
-
}
|
|
80
|
-
if (container.offsetHeight <= maxHeight) {
|
|
81
|
-
if (props.direction === 'end') {
|
|
82
|
-
return check(middle, right);
|
|
83
|
-
} else {
|
|
84
|
-
return check(left, middle);
|
|
85
|
-
}
|
|
86
|
-
} else {
|
|
87
|
-
if (props.direction === 'end') {
|
|
88
|
-
return check(left, middle);
|
|
89
|
-
} else {
|
|
90
|
-
return check(middle, right);
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
function checkMiddle(leftPart, rightPart) {
|
|
95
|
-
if (leftPart[1] - leftPart[0] <= 1 && rightPart[1] - rightPart[0] <= 1) {
|
|
96
|
-
return {
|
|
97
|
-
leading: getSubString(0, leftPart[0]) + '...',
|
|
98
|
-
tailing: '...' + getSubString(rightPart[1], end)
|
|
99
|
-
};
|
|
100
|
-
}
|
|
101
|
-
const leftPartMiddle = Math.floor((leftPart[0] + leftPart[1]) / 2);
|
|
102
|
-
const rightPartMiddle = Math.ceil((rightPart[0] + rightPart[1]) / 2);
|
|
103
|
-
container.innerHTML = getSubString(0, leftPartMiddle) + '...' + actionText + '...' + getSubString(rightPartMiddle, end);
|
|
104
|
-
if (container.offsetHeight <= maxHeight) {
|
|
105
|
-
return checkMiddle([leftPartMiddle, leftPart[1]], [rightPart[0], rightPartMiddle]);
|
|
106
|
-
} else {
|
|
107
|
-
return checkMiddle([leftPart[0], leftPartMiddle], [rightPartMiddle, rightPart[1]]);
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
const middle = Math.floor((0 + end) / 2);
|
|
111
|
-
const ellipsised = props.direction === 'middle' ? checkMiddle([0, middle], [middle, end]) : check(0, end);
|
|
112
|
-
setEllipsised(ellipsised);
|
|
113
|
-
}
|
|
114
|
-
document.body.removeChild(container);
|
|
115
|
-
}
|
|
116
|
-
useResizeEffect(calcEllipsised, rootRef);
|
|
117
|
-
useIsomorphicLayoutEffect(() => {
|
|
118
|
-
calcEllipsised();
|
|
119
|
-
}, [props.content, props.direction, props.rows, props.expandText, props.collapseText]);
|
|
120
|
-
const expandActionElement = !!props.expandText && withStopPropagation(props.stopPropagationForActionButtons, React.createElement("a", {
|
|
121
|
-
ref: expandElRef,
|
|
20
|
+
const {
|
|
21
|
+
content,
|
|
22
|
+
direction,
|
|
23
|
+
rows,
|
|
24
|
+
expandText,
|
|
25
|
+
collapseText,
|
|
26
|
+
stopPropagationForActionButtons,
|
|
27
|
+
onContentClick,
|
|
28
|
+
defaultExpanded
|
|
29
|
+
} = props;
|
|
30
|
+
// ============================ Refs ============================
|
|
31
|
+
const rootRef = React.useRef(null);
|
|
32
|
+
// ========================== Expanded ==========================
|
|
33
|
+
const [expanded, setExpanded] = React.useState(defaultExpanded);
|
|
34
|
+
const expandNode = expandText ? withStopPropagation(stopPropagationForActionButtons, React.createElement("a", {
|
|
122
35
|
onClick: () => {
|
|
123
36
|
setExpanded(true);
|
|
124
37
|
}
|
|
125
|
-
},
|
|
126
|
-
const
|
|
127
|
-
ref: collapseElRef,
|
|
38
|
+
}, expandText)) : null;
|
|
39
|
+
const collapseNode = collapseText ? withStopPropagation(stopPropagationForActionButtons, React.createElement("a", {
|
|
128
40
|
onClick: () => {
|
|
129
41
|
setExpanded(false);
|
|
130
42
|
}
|
|
131
|
-
},
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
};
|
|
43
|
+
}, collapseText)) : null;
|
|
44
|
+
// ========================== Ellipsis ==========================
|
|
45
|
+
const [measureNodes, forceResize] = useMeasure(rootRef, content, rows, direction, expanded, expandNode, collapseNode);
|
|
46
|
+
useResizeEffect(forceResize, rootRef);
|
|
47
|
+
// =========================== Render ===========================
|
|
137
48
|
return withNativeProps(props, React.createElement("div", {
|
|
138
49
|
ref: rootRef,
|
|
139
50
|
className: classPrefix,
|
|
140
51
|
onClick: e => {
|
|
141
52
|
if (e.target === e.currentTarget) {
|
|
142
|
-
|
|
53
|
+
onContentClick(e);
|
|
143
54
|
}
|
|
144
55
|
}
|
|
145
|
-
},
|
|
146
|
-
};
|
|
147
|
-
function pxToNumber(value) {
|
|
148
|
-
if (!value) return 0;
|
|
149
|
-
const match = value.match(/^\d*(\.\d*)?/);
|
|
150
|
-
return match ? Number(match[0]) : 0;
|
|
151
|
-
}
|
|
56
|
+
}, measureNodes));
|
|
57
|
+
};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function useMeasure(containerRef: React.RefObject<HTMLDivElement>, content: string, rows: number, direction: 'start' | 'end' | 'middle', expanded: boolean, expandNode: React.ReactElement | null, collapseNode: React.ReactElement | null): readonly [React.JSX.Element, () => void];
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { useEvent } from 'rc-util';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { unstable_batchedUpdates } from 'react-dom';
|
|
4
|
+
import runes from 'runes2';
|
|
5
|
+
const ELLIPSIS_TEXT = '...';
|
|
6
|
+
const measureStyle = {
|
|
7
|
+
visibility: 'hidden',
|
|
8
|
+
whiteSpace: 'inherit',
|
|
9
|
+
lineHeight: 'inherit',
|
|
10
|
+
fontSize: 'inherit'
|
|
11
|
+
};
|
|
12
|
+
export default function useMeasure(containerRef, content, rows, direction, expanded, expandNode, collapseNode) {
|
|
13
|
+
const contentChars = React.useMemo(() => runes(content), [content]);
|
|
14
|
+
const [maxHeight, setMaxHeight] = React.useState(0);
|
|
15
|
+
const [walkingIndexes, setWalkingIndexes] = React.useState([0, 0]);
|
|
16
|
+
const midIndex = Math.ceil((walkingIndexes[0] + walkingIndexes[1]) / 2);
|
|
17
|
+
const [status, setStatus] = React.useState(100 /* STABLE_NO_ELLIPSIS */);
|
|
18
|
+
// ============================ Refs ============================
|
|
19
|
+
const singleRowMeasureRef = React.useRef(null);
|
|
20
|
+
const fullMeasureRef = React.useRef(null);
|
|
21
|
+
const midMeasureRef = React.useRef(null);
|
|
22
|
+
const startMeasure = useEvent(() => {
|
|
23
|
+
// use batch update to avoid async update trigger 2 render
|
|
24
|
+
unstable_batchedUpdates(() => {
|
|
25
|
+
setStatus(1 /* PREPARE */);
|
|
26
|
+
setWalkingIndexes([0, direction === 'middle' ? Math.ceil(contentChars.length / 2) : contentChars.length]);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
// Initialize
|
|
30
|
+
React.useLayoutEffect(() => {
|
|
31
|
+
startMeasure();
|
|
32
|
+
}, [contentChars, rows]);
|
|
33
|
+
// Measure element height
|
|
34
|
+
React.useLayoutEffect(() => {
|
|
35
|
+
var _a, _b;
|
|
36
|
+
if (status === 1 /* PREPARE */) {
|
|
37
|
+
const fullMeasureHeight = ((_a = fullMeasureRef.current) === null || _a === void 0 ? void 0 : _a.offsetHeight) || 0;
|
|
38
|
+
const singleRowMeasureHeight = ((_b = singleRowMeasureRef.current) === null || _b === void 0 ? void 0 : _b.offsetHeight) || 0;
|
|
39
|
+
const rowMeasureHeight = singleRowMeasureHeight * (rows + 0.5);
|
|
40
|
+
if (fullMeasureHeight <= rowMeasureHeight) {
|
|
41
|
+
setStatus(100 /* STABLE_NO_ELLIPSIS */);
|
|
42
|
+
} else {
|
|
43
|
+
setMaxHeight(rowMeasureHeight);
|
|
44
|
+
setStatus(2 /* MEASURE_WALKING */);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}, [status]);
|
|
48
|
+
// Walking measure
|
|
49
|
+
React.useLayoutEffect(() => {
|
|
50
|
+
var _a;
|
|
51
|
+
if (status === 2 /* MEASURE_WALKING */) {
|
|
52
|
+
const diff = walkingIndexes[1] - walkingIndexes[0];
|
|
53
|
+
const midHeight = ((_a = midMeasureRef.current) === null || _a === void 0 ? void 0 : _a.offsetHeight) || 0;
|
|
54
|
+
if (diff > 1) {
|
|
55
|
+
if (midHeight > maxHeight) {
|
|
56
|
+
setWalkingIndexes([walkingIndexes[0], midIndex]);
|
|
57
|
+
} else {
|
|
58
|
+
setWalkingIndexes([midIndex, walkingIndexes[1]]);
|
|
59
|
+
}
|
|
60
|
+
} else {
|
|
61
|
+
if (midHeight > maxHeight) {
|
|
62
|
+
setWalkingIndexes([walkingIndexes[0], walkingIndexes[0]]);
|
|
63
|
+
} else {
|
|
64
|
+
setWalkingIndexes([walkingIndexes[1], walkingIndexes[1]]);
|
|
65
|
+
}
|
|
66
|
+
setStatus(99 /* STABLE_ELLIPSIS */);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}, [status, walkingIndexes]);
|
|
70
|
+
// =========================== Render ===========================
|
|
71
|
+
/** Render by cut index */
|
|
72
|
+
const renderContent = index => {
|
|
73
|
+
const prefixContent = contentChars.slice(0, index);
|
|
74
|
+
const suffixContent = contentChars.slice(contentChars.length - index);
|
|
75
|
+
return React.createElement(React.Fragment, null, direction === 'start' && React.createElement(React.Fragment, null, expandNode, ELLIPSIS_TEXT), direction !== 'start' && prefixContent.join(''), direction === 'middle' && React.createElement(React.Fragment, null, ELLIPSIS_TEXT, expandNode, ELLIPSIS_TEXT), direction !== 'end' && suffixContent.join(''), direction === 'end' && React.createElement(React.Fragment, null, ELLIPSIS_TEXT, expandNode));
|
|
76
|
+
};
|
|
77
|
+
const finalContent = React.useMemo(() => {
|
|
78
|
+
if (expanded || status === 100 /* STABLE_NO_ELLIPSIS */) {
|
|
79
|
+
return React.createElement(React.Fragment, {
|
|
80
|
+
key: 'display'
|
|
81
|
+
}, content, status === 99 /* STABLE_ELLIPSIS */ && collapseNode);
|
|
82
|
+
}
|
|
83
|
+
if (status === 99 /* STABLE_ELLIPSIS */) {
|
|
84
|
+
return renderContent(midIndex);
|
|
85
|
+
}
|
|
86
|
+
return null;
|
|
87
|
+
}, [expanded, status, content, collapseNode, midIndex]);
|
|
88
|
+
const allNodes = React.createElement(React.Fragment, null, status === 1 /* PREPARE */ && React.createElement("div", {
|
|
89
|
+
key: 'full',
|
|
90
|
+
"aria-hidden": true,
|
|
91
|
+
ref: fullMeasureRef,
|
|
92
|
+
style: measureStyle
|
|
93
|
+
}, content, expandNode), status === 1 /* PREPARE */ && React.createElement("div", {
|
|
94
|
+
key: 'stable',
|
|
95
|
+
"aria-hidden": true,
|
|
96
|
+
ref: singleRowMeasureRef,
|
|
97
|
+
style: measureStyle
|
|
98
|
+
}, '\u00A0'), status === 2 /* MEASURE_WALKING */ && React.createElement("div", {
|
|
99
|
+
key: 'walking-mid',
|
|
100
|
+
"aria-hidden": true,
|
|
101
|
+
ref: midMeasureRef,
|
|
102
|
+
style: measureStyle
|
|
103
|
+
}, renderContent(midIndex)), finalContent);
|
|
104
|
+
return [allNodes, startMeasure];
|
|
105
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { FC, ReactNode } from 'react';
|
|
3
|
+
import { NativeProps } from '../../utils/native-props';
|
|
4
|
+
import { PropagationEvent } from '../../utils/with-stop-propagation';
|
|
5
|
+
export declare type EllipsisProps = {
|
|
6
|
+
content: string;
|
|
7
|
+
direction?: 'start' | 'end' | 'middle';
|
|
8
|
+
rows?: number;
|
|
9
|
+
expandText?: ReactNode;
|
|
10
|
+
collapseText?: ReactNode;
|
|
11
|
+
stopPropagationForActionButtons?: PropagationEvent[];
|
|
12
|
+
onContentClick?: (e: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;
|
|
13
|
+
defaultExpanded?: boolean;
|
|
14
|
+
} & NativeProps;
|
|
15
|
+
export declare const Ellipsis: FC<EllipsisProps>;
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
import React, { useMemo, useRef, useState } from 'react';
|
|
2
|
+
import runes from 'runes2';
|
|
3
|
+
import { mergeProps } from '../../utils/with-default-props';
|
|
4
|
+
import { withNativeProps } from '../../utils/native-props';
|
|
5
|
+
import { useResizeEffect } from '../../utils/use-resize-effect';
|
|
6
|
+
import { useIsomorphicLayoutEffect } from 'ahooks';
|
|
7
|
+
import { withStopPropagation } from '../../utils/with-stop-propagation';
|
|
8
|
+
const classPrefix = `adm-ellipsis`;
|
|
9
|
+
const defaultProps = {
|
|
10
|
+
direction: 'end',
|
|
11
|
+
rows: 1,
|
|
12
|
+
expandText: '',
|
|
13
|
+
content: '',
|
|
14
|
+
collapseText: '',
|
|
15
|
+
stopPropagationForActionButtons: [],
|
|
16
|
+
onContentClick: () => {},
|
|
17
|
+
defaultExpanded: false
|
|
18
|
+
};
|
|
19
|
+
export const Ellipsis = p => {
|
|
20
|
+
const props = mergeProps(defaultProps, p);
|
|
21
|
+
const rootRef = useRef(null);
|
|
22
|
+
const expandElRef = useRef(null);
|
|
23
|
+
const collapseElRef = useRef(null);
|
|
24
|
+
const [ellipsised, setEllipsised] = useState({});
|
|
25
|
+
const [expanded, setExpanded] = useState(props.defaultExpanded);
|
|
26
|
+
const [exceeded, setExceeded] = useState(false);
|
|
27
|
+
const chars = useMemo(() => runes(props.content), [props.content]);
|
|
28
|
+
function getSubString(start, end) {
|
|
29
|
+
return chars.slice(start, end).join('');
|
|
30
|
+
}
|
|
31
|
+
function calcEllipsised() {
|
|
32
|
+
var _a, _b;
|
|
33
|
+
const root = rootRef.current;
|
|
34
|
+
if (!root) return;
|
|
35
|
+
const originDisplay = root.style.display;
|
|
36
|
+
root.style.display = 'block';
|
|
37
|
+
const originStyle = window.getComputedStyle(root);
|
|
38
|
+
const container = document.createElement('div');
|
|
39
|
+
const styleNames = Array.prototype.slice.apply(originStyle);
|
|
40
|
+
styleNames.forEach(name => {
|
|
41
|
+
container.style.setProperty(name, originStyle.getPropertyValue(name));
|
|
42
|
+
});
|
|
43
|
+
root.style.display = originDisplay;
|
|
44
|
+
container.style.height = 'auto';
|
|
45
|
+
container.style.minHeight = 'auto';
|
|
46
|
+
container.style.maxHeight = 'auto';
|
|
47
|
+
container.style.textOverflow = 'clip';
|
|
48
|
+
container.style.webkitLineClamp = 'unset';
|
|
49
|
+
container.style.display = 'block';
|
|
50
|
+
const lineHeight = pxToNumber(originStyle.lineHeight);
|
|
51
|
+
const maxHeight = Math.floor(lineHeight * (props.rows + 0.5) + pxToNumber(originStyle.paddingTop) + pxToNumber(originStyle.paddingBottom));
|
|
52
|
+
container.innerText = props.content;
|
|
53
|
+
document.body.appendChild(container);
|
|
54
|
+
if (container.offsetHeight <= maxHeight) {
|
|
55
|
+
setExceeded(false);
|
|
56
|
+
} else {
|
|
57
|
+
setExceeded(true);
|
|
58
|
+
const end = props.content.length;
|
|
59
|
+
const collapseEl = typeof props.collapseText === 'string' ? props.collapseText : (_a = collapseElRef.current) === null || _a === void 0 ? void 0 : _a.innerHTML;
|
|
60
|
+
const expandEl = typeof props.expandText === 'string' ? props.expandText : (_b = expandElRef.current) === null || _b === void 0 ? void 0 : _b.innerHTML;
|
|
61
|
+
const actionText = expanded ? collapseEl : expandEl;
|
|
62
|
+
function check(left, right) {
|
|
63
|
+
if (right - left <= 1) {
|
|
64
|
+
if (props.direction === 'end') {
|
|
65
|
+
return {
|
|
66
|
+
leading: getSubString(0, left) + '...'
|
|
67
|
+
};
|
|
68
|
+
} else {
|
|
69
|
+
return {
|
|
70
|
+
tailing: '...' + getSubString(right, end)
|
|
71
|
+
};
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
const middle = Math.round((left + right) / 2);
|
|
75
|
+
if (props.direction === 'end') {
|
|
76
|
+
container.innerHTML = getSubString(0, middle) + '...' + actionText;
|
|
77
|
+
} else {
|
|
78
|
+
container.innerHTML = actionText + '...' + getSubString(middle, end);
|
|
79
|
+
}
|
|
80
|
+
if (container.offsetHeight <= maxHeight) {
|
|
81
|
+
if (props.direction === 'end') {
|
|
82
|
+
return check(middle, right);
|
|
83
|
+
} else {
|
|
84
|
+
return check(left, middle);
|
|
85
|
+
}
|
|
86
|
+
} else {
|
|
87
|
+
if (props.direction === 'end') {
|
|
88
|
+
return check(left, middle);
|
|
89
|
+
} else {
|
|
90
|
+
return check(middle, right);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
function checkMiddle(leftPart, rightPart) {
|
|
95
|
+
if (leftPart[1] - leftPart[0] <= 1 && rightPart[1] - rightPart[0] <= 1) {
|
|
96
|
+
return {
|
|
97
|
+
leading: getSubString(0, leftPart[0]) + '...',
|
|
98
|
+
tailing: '...' + getSubString(rightPart[1], end)
|
|
99
|
+
};
|
|
100
|
+
}
|
|
101
|
+
const leftPartMiddle = Math.floor((leftPart[0] + leftPart[1]) / 2);
|
|
102
|
+
const rightPartMiddle = Math.ceil((rightPart[0] + rightPart[1]) / 2);
|
|
103
|
+
container.innerHTML = getSubString(0, leftPartMiddle) + '...' + actionText + '...' + getSubString(rightPartMiddle, end);
|
|
104
|
+
if (container.offsetHeight <= maxHeight) {
|
|
105
|
+
return checkMiddle([leftPartMiddle, leftPart[1]], [rightPart[0], rightPartMiddle]);
|
|
106
|
+
} else {
|
|
107
|
+
return checkMiddle([leftPart[0], leftPartMiddle], [rightPartMiddle, rightPart[1]]);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
const middle = Math.floor((0 + end) / 2);
|
|
111
|
+
const ellipsised = props.direction === 'middle' ? checkMiddle([0, middle], [middle, end]) : check(0, end);
|
|
112
|
+
setEllipsised(ellipsised);
|
|
113
|
+
}
|
|
114
|
+
document.body.removeChild(container);
|
|
115
|
+
}
|
|
116
|
+
useResizeEffect(calcEllipsised, rootRef);
|
|
117
|
+
useIsomorphicLayoutEffect(() => {
|
|
118
|
+
calcEllipsised();
|
|
119
|
+
}, [props.content, props.direction, props.rows, props.expandText, props.collapseText]);
|
|
120
|
+
const expandActionElement = !!props.expandText && withStopPropagation(props.stopPropagationForActionButtons, React.createElement("a", {
|
|
121
|
+
ref: expandElRef,
|
|
122
|
+
onClick: () => {
|
|
123
|
+
setExpanded(true);
|
|
124
|
+
}
|
|
125
|
+
}, props.expandText));
|
|
126
|
+
const collapseActionElement = !!props.collapseText && withStopPropagation(props.stopPropagationForActionButtons, React.createElement("a", {
|
|
127
|
+
ref: collapseElRef,
|
|
128
|
+
onClick: () => {
|
|
129
|
+
setExpanded(false);
|
|
130
|
+
}
|
|
131
|
+
}, props.collapseText));
|
|
132
|
+
const renderContent = () => {
|
|
133
|
+
if (!exceeded) return props.content;
|
|
134
|
+
if (expanded) return React.createElement(React.Fragment, null, props.content, collapseActionElement);
|
|
135
|
+
return React.createElement(React.Fragment, null, ellipsised.leading, expandActionElement, ellipsised.tailing);
|
|
136
|
+
};
|
|
137
|
+
return withNativeProps(props, React.createElement("div", {
|
|
138
|
+
ref: rootRef,
|
|
139
|
+
className: classPrefix,
|
|
140
|
+
onClick: e => {
|
|
141
|
+
if (e.target === e.currentTarget) {
|
|
142
|
+
props.onContentClick(e);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}, renderContent()));
|
|
146
|
+
};
|
|
147
|
+
function pxToNumber(value) {
|
|
148
|
+
if (!value) return 0;
|
|
149
|
+
const match = value.match(/^\d*(\.\d*)?/);
|
|
150
|
+
return match ? Number(match[0]) : 0;
|
|
151
|
+
}
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
--z-index: var(--adm-floating-panel-z-index, 900);
|
|
5
5
|
position: fixed;
|
|
6
6
|
z-index: var(--z-index);
|
|
7
|
-
bottom: 0;
|
|
8
7
|
left: 0;
|
|
9
8
|
width: 100vw;
|
|
10
9
|
display: flex;
|
|
@@ -26,7 +25,6 @@
|
|
|
26
25
|
content: '';
|
|
27
26
|
display: block;
|
|
28
27
|
position: absolute;
|
|
29
|
-
bottom: -100vh;
|
|
30
28
|
height: 100vh;
|
|
31
29
|
width: 100vw;
|
|
32
30
|
background: var(--adm-color-background);
|
|
@@ -58,4 +56,20 @@
|
|
|
58
56
|
flex: 1;
|
|
59
57
|
overflow-y: scroll;
|
|
60
58
|
background: var(--adm-color-background);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.adm-floating-panel-top {
|
|
62
|
+
top: 0;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.adm-floating-panel-top::after {
|
|
66
|
+
top: -100vh;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.adm-floating-panel-bottom {
|
|
70
|
+
bottom: 0;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.adm-floating-panel-bottom::after {
|
|
74
|
+
bottom: -100vh;
|
|
61
75
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import type { ReactNode } from 'react';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
import { NativeProps } from '../../utils/native-props';
|
|
4
4
|
export declare type FloatingPanelRef = {
|
|
5
5
|
setHeight: (height: number, options?: {
|
|
@@ -11,12 +11,14 @@ export declare type FloatingPanelProps = {
|
|
|
11
11
|
children: ReactNode;
|
|
12
12
|
onHeightChange?: (height: number, animating: boolean) => void;
|
|
13
13
|
handleDraggingOfContent?: boolean;
|
|
14
|
+
placement?: 'bottom' | 'top';
|
|
14
15
|
} & NativeProps<'--border-radius' | '--z-index' | '--header-height'>;
|
|
15
16
|
export declare const FloatingPanel: React.ForwardRefExoticComponent<{
|
|
16
17
|
anchors: number[];
|
|
17
18
|
children: ReactNode;
|
|
18
19
|
onHeightChange?: ((height: number, animating: boolean) => void) | undefined;
|
|
19
20
|
handleDraggingOfContent?: boolean | undefined;
|
|
21
|
+
placement?: "bottom" | "top" | undefined;
|
|
20
22
|
} & {
|
|
21
23
|
className?: string | undefined;
|
|
22
24
|
style?: (React.CSSProperties & Partial<Record<"--z-index" | "--border-radius" | "--header-height", string>>) | undefined;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
+
import { animated, useSpring } from '@react-spring/web';
|
|
2
|
+
import { useDrag } from '@use-gesture/react';
|
|
3
|
+
import { useMemoizedFn } from 'ahooks';
|
|
4
|
+
import classNames from 'classnames';
|
|
1
5
|
import React, { forwardRef, useImperativeHandle, useRef, useState } from 'react';
|
|
2
6
|
import { withNativeProps } from '../../utils/native-props';
|
|
3
|
-
import { useDrag } from '@use-gesture/react';
|
|
4
|
-
import { useSpring, animated } from '@react-spring/web';
|
|
5
|
-
import { supportsPassive } from '../../utils/supports-passive';
|
|
6
7
|
import { nearest } from '../../utils/nearest';
|
|
7
|
-
import {
|
|
8
|
+
import { supportsPassive } from '../../utils/supports-passive';
|
|
8
9
|
import { useLockScroll } from '../../utils/use-lock-scroll';
|
|
9
|
-
import {
|
|
10
|
+
import { mergeProps } from '../../utils/with-default-props';
|
|
10
11
|
const classPrefix = 'adm-floating-panel';
|
|
11
12
|
const defaultProps = {
|
|
12
13
|
handleDraggingOfContent: true
|
|
@@ -15,24 +16,26 @@ export const FloatingPanel = forwardRef((p, ref) => {
|
|
|
15
16
|
var _a, _b;
|
|
16
17
|
const props = mergeProps(defaultProps, p);
|
|
17
18
|
const {
|
|
18
|
-
anchors
|
|
19
|
+
anchors,
|
|
20
|
+
placement = 'bottom'
|
|
19
21
|
} = props;
|
|
20
22
|
const maxHeight = (_a = anchors[anchors.length - 1]) !== null && _a !== void 0 ? _a : window.innerHeight;
|
|
21
|
-
const
|
|
23
|
+
const isBottomPlacement = placement !== 'top';
|
|
24
|
+
const possibles = isBottomPlacement ? anchors.map(x => -x) : anchors;
|
|
22
25
|
const elementRef = useRef(null);
|
|
23
26
|
const headerRef = useRef(null);
|
|
24
27
|
const contentRef = useRef(null);
|
|
25
28
|
const [pulling, setPulling] = useState(false);
|
|
26
29
|
const pullingRef = useRef(false);
|
|
27
30
|
const bounds = {
|
|
28
|
-
top: possibles
|
|
29
|
-
bottom: possibles
|
|
31
|
+
top: Math.min(...possibles),
|
|
32
|
+
bottom: Math.max(...possibles)
|
|
30
33
|
};
|
|
31
34
|
const onHeightChange = useMemoizedFn((_b = props.onHeightChange) !== null && _b !== void 0 ? _b : () => {});
|
|
32
35
|
const [{
|
|
33
36
|
y
|
|
34
37
|
}, api] = useSpring(() => ({
|
|
35
|
-
y: bounds.bottom,
|
|
38
|
+
y: isBottomPlacement ? bounds.bottom : bounds.top,
|
|
36
39
|
config: {
|
|
37
40
|
tension: 300
|
|
38
41
|
},
|
|
@@ -101,25 +104,34 @@ export const FloatingPanel = forwardRef((p, ref) => {
|
|
|
101
104
|
}
|
|
102
105
|
}), [api]);
|
|
103
106
|
useLockScroll(elementRef, true);
|
|
107
|
+
const HeaderNode = React.createElement("div", {
|
|
108
|
+
className: `${classPrefix}-header`,
|
|
109
|
+
ref: headerRef
|
|
110
|
+
}, React.createElement("div", {
|
|
111
|
+
className: `${classPrefix}-bar`
|
|
112
|
+
}));
|
|
104
113
|
return withNativeProps(props, React.createElement(animated.div, {
|
|
105
114
|
ref: elementRef,
|
|
106
|
-
className: classPrefix,
|
|
115
|
+
className: classNames(classPrefix, `${classPrefix}-${placement}`),
|
|
107
116
|
style: {
|
|
108
117
|
height: Math.round(maxHeight),
|
|
109
|
-
translateY: y.to(y =>
|
|
118
|
+
translateY: y.to(y => {
|
|
119
|
+
if (isBottomPlacement) {
|
|
120
|
+
return `calc(100% + (${Math.round(y)}px))`;
|
|
121
|
+
}
|
|
122
|
+
if (placement === 'top') {
|
|
123
|
+
return `calc(-100% + (${Math.round(y)}px))`;
|
|
124
|
+
}
|
|
125
|
+
return y;
|
|
126
|
+
})
|
|
110
127
|
}
|
|
111
128
|
}, React.createElement("div", {
|
|
112
129
|
className: `${classPrefix}-mask`,
|
|
113
130
|
style: {
|
|
114
131
|
display: pulling ? 'block' : 'none'
|
|
115
132
|
}
|
|
116
|
-
}), React.createElement("div", {
|
|
117
|
-
className: `${classPrefix}-header`,
|
|
118
|
-
ref: headerRef
|
|
119
|
-
}, React.createElement("div", {
|
|
120
|
-
className: `${classPrefix}-bar`
|
|
121
|
-
})), React.createElement("div", {
|
|
133
|
+
}), isBottomPlacement && HeaderNode, React.createElement("div", {
|
|
122
134
|
className: `${classPrefix}-content`,
|
|
123
135
|
ref: contentRef
|
|
124
|
-
}, props.children)));
|
|
136
|
+
}, props.children), placement === 'top' && HeaderNode));
|
|
125
137
|
});
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import type { CSSProperties, InputHTMLAttributes, ReactElement, ReactNode } from 'react';
|
|
1
2
|
import React from 'react';
|
|
2
|
-
import type { ReactNode, InputHTMLAttributes, ReactElement } from 'react';
|
|
3
3
|
import { NativeProps } from '../../utils/native-props';
|
|
4
|
-
import type { ImageProps } from '../image';
|
|
5
4
|
import { GridProps } from '../grid';
|
|
5
|
+
import type { ImageProps } from '../image';
|
|
6
6
|
export declare type TaskStatus = 'pending' | 'fail' | 'success';
|
|
7
7
|
export interface ImageUploadItem {
|
|
8
8
|
key?: string | number;
|
|
@@ -71,7 +71,7 @@ export declare const ImageUploader: React.ForwardRefExoticComponent<{
|
|
|
71
71
|
renderItem?: ((originNode: ReactElement, file: ImageUploadItem, fileList: ImageUploadItem[]) => ReactNode) | undefined;
|
|
72
72
|
} & {
|
|
73
73
|
className?: string | undefined;
|
|
74
|
-
style?: (
|
|
74
|
+
style?: (CSSProperties & Partial<Record<"--gap" | "--gap-vertical" | "--gap-horizontal" | "--cell-size", string>>) | undefined;
|
|
75
75
|
tabIndex?: number | undefined;
|
|
76
76
|
} & React.AriaAttributes & React.RefAttributes<ImageUploaderRef>>;
|
|
77
77
|
export {};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { __awaiter } from "tslib";
|
|
2
|
-
import
|
|
2
|
+
import { useIsomorphicLayoutEffect, useSize, useUnmount } from 'ahooks';
|
|
3
3
|
import { AddOutline, CloseOutline } from 'antd-mobile-icons';
|
|
4
|
-
import {
|
|
5
|
-
import ImageViewer from '../image-viewer';
|
|
6
|
-
import PreviewItem from './preview-item';
|
|
7
|
-
import { usePropsValue } from '../../utils/use-props-value';
|
|
8
|
-
import { useIsomorphicLayoutEffect, useUnmount, useSize } from 'ahooks';
|
|
9
|
-
import Space from '../space';
|
|
10
|
-
import { withNativeProps } from '../../utils/native-props';
|
|
4
|
+
import React, { forwardRef, useImperativeHandle, useRef, useState } from 'react';
|
|
11
5
|
import { measureCSSLength } from '../../utils/measure-css-length';
|
|
6
|
+
import { withNativeProps } from '../../utils/native-props';
|
|
7
|
+
import { usePropsValue } from '../../utils/use-props-value';
|
|
8
|
+
import { mergeProps } from '../../utils/with-default-props';
|
|
12
9
|
import { useConfig } from '../config-provider';
|
|
13
10
|
import Grid from '../grid';
|
|
11
|
+
import ImageViewer from '../image-viewer';
|
|
12
|
+
import Space from '../space';
|
|
13
|
+
import PreviewItem from './preview-item';
|
|
14
14
|
const classPrefix = `adm-image-uploader`;
|
|
15
15
|
const defaultProps = {
|
|
16
16
|
disableUpload: false,
|
|
@@ -144,10 +144,10 @@ export const ImageUploader = forwardRef((p, ref) => {
|
|
|
144
144
|
return task;
|
|
145
145
|
});
|
|
146
146
|
});
|
|
147
|
-
|
|
147
|
+
console.error(e);
|
|
148
148
|
}
|
|
149
|
-
})))
|
|
150
|
-
setValue(prev => prev.concat(newVal));
|
|
149
|
+
})));
|
|
150
|
+
setValue(prev => prev.concat(newVal).filter(Boolean));
|
|
151
151
|
});
|
|
152
152
|
}
|
|
153
153
|
const imageViewerHandlerRef = useRef(null);
|