@ultraviolet/ui 3.13.1 → 3.14.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/_virtual/{_@oxc-project_runtime@0.122.0 → _@oxc-project_runtime@0.124.0}/helpers/defineProperty.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.122.0 → _@oxc-project_runtime@0.124.0}/helpers/objectSpread2.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.122.0 → _@oxc-project_runtime@0.124.0}/helpers/objectWithoutProperties.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.122.0 → _@oxc-project_runtime@0.124.0}/helpers/objectWithoutPropertiesLoose.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.122.0 → _@oxc-project_runtime@0.124.0}/helpers/toPrimitive.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.122.0 → _@oxc-project_runtime@0.124.0}/helpers/toPropertyKey.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.122.0 → _@oxc-project_runtime@0.124.0}/helpers/typeof.js +1 -1
- package/dist/components/ActionBar/index.js +1 -1
- package/dist/components/Alert/index.js +10 -10
- package/dist/components/Alert/styles.css.d.ts +1 -1
- package/dist/components/Alert/styles.css.js +1 -1
- package/dist/components/Avatar/index.js +1 -1
- package/dist/components/Badge/index.js +1 -5
- package/dist/components/BarChart/index.js +1 -1
- package/dist/components/Breadcrumbs/components/Item.js +1 -1
- package/dist/components/Carousel/Item.js +1 -1
- package/dist/components/DateInput/Context.js +6 -6
- package/dist/components/Drawer/index.js +1 -1
- package/dist/components/EmptyState/index.d.ts.map +1 -1
- package/dist/components/EmptyState/index.js +4 -4
- package/dist/components/Expandable/AnimatedExpandable.js +1 -1
- package/dist/components/Expandable/NonAnimatedExpandable.js +1 -1
- package/dist/components/FileInput/DropzoneContent.d.ts.map +1 -1
- package/dist/components/FileInput/DropzoneContent.js +1 -2
- package/dist/components/FileInput/components/Button.js +2 -2
- package/dist/components/FileInput/components/List.d.ts +1 -1
- package/dist/components/FileInput/components/List.d.ts.map +1 -1
- package/dist/components/FileInput/components/List.js +2 -1
- package/dist/components/FileInput/index.d.ts +2 -2
- package/dist/components/FileInput/index.d.ts.map +1 -1
- package/dist/components/FileInput/index.js +104 -84
- package/dist/components/FileInput/styles.css.d.ts +5 -0
- package/dist/components/FileInput/styles.css.d.ts.map +1 -1
- package/dist/components/FileInput/styles.css.js +21 -18
- package/dist/components/FileInput/types.d.ts +12 -7
- package/dist/components/FileInput/types.d.ts.map +1 -1
- package/dist/components/GlobalAlert/index.d.ts +6 -6
- package/dist/components/InfiniteScroll/index.js +1 -1
- package/dist/components/LineChart/helpers.d.ts.map +1 -1
- package/dist/components/LineChart/index.js +1 -1
- package/dist/components/Link/index.d.ts +1 -1
- package/dist/components/Link/index.d.ts.map +1 -1
- package/dist/components/List/Cell.js +1 -1
- package/dist/components/List/ListContext.js +3 -3
- package/dist/components/Loader/index.js +1 -1
- package/dist/components/Menu/MenuContent.d.ts.map +1 -1
- package/dist/components/Menu/index.js +2 -2
- package/dist/components/Modal/components/Dialog.js +4 -3
- package/dist/components/Modal/styles.css.d.ts.map +1 -1
- package/dist/components/Notification/Notification.js +1 -1
- package/dist/components/PieChart/index.js +1 -1
- package/dist/components/Popup/index.js +1 -1
- package/dist/components/Popup/styles.css.d.ts.map +1 -1
- package/dist/components/Popup/styles.css.js +6 -2
- package/dist/components/Row/index.js +1 -1
- package/dist/components/SelectInput/components/Dropdown/Dropdown.js +1 -1
- package/dist/components/SelectInput/components/Dropdown/SearchBar.js +1 -1
- package/dist/components/SelectableCard/MultiStateInput.js +1 -1
- package/dist/components/SelectableCard/SelectableCard.js +1 -1
- package/dist/components/SelectableCardOptionGroup/components/Option.js +1 -1
- package/dist/components/Slider/components/SingleSlider.js +1 -1
- package/dist/components/Stack/index.js +2 -2
- package/dist/components/Stepper/index.js +1 -1
- package/dist/components/Table/Cell.js +1 -1
- package/dist/components/Table/TableContext.js +2 -2
- package/dist/components/Tabs/Tab.js +2 -2
- package/dist/components/Tabs/TabMenu.js +2 -2
- package/dist/components/Tabs/TabMenuItem.js +2 -2
- package/dist/components/Tabs/TabsContext.d.ts.map +1 -1
- package/dist/components/Tabs/index.js +2 -2
- package/dist/components/Tag/styles.css.d.ts.map +1 -1
- package/dist/components/TagInput/index.js +1 -1
- package/dist/components/TagList/index.d.ts.map +1 -1
- package/dist/components/TagList/index.js +1 -1
- package/dist/components/Text/index.d.ts.map +1 -1
- package/dist/components/Text/index.js +2 -2
- package/dist/components/Text/style.css.d.ts +1 -0
- package/dist/components/Text/style.css.d.ts.map +1 -1
- package/dist/components/Text/style.css.js +444 -441
- package/dist/components/Text/variables.css.d.ts.map +1 -1
- package/dist/components/TextArea/index.js +1 -1
- package/dist/components/TimeInput/index.js +1 -1
- package/dist/components/Toaster/Toaster.js +2 -2
- package/dist/components/Toaster/index.d.ts +3 -3
- package/dist/components/TreeMapChart/index.js +1 -1
- package/dist/components/VerificationCode/index.d.ts.map +1 -1
- package/dist/compositions/CodeEditor/index.js +1 -2
- package/dist/compositions/EstimateCost/Components/Item.js +1 -1
- package/dist/compositions/EstimateCost/Components/LineThrough.js +2 -2
- package/dist/compositions/EstimateCost/Components/Unit.js +1 -1
- package/dist/compositions/EstimateCost/EstimateCostContent.d.ts.map +1 -1
- package/dist/compositions/EstimateCost/EstimateCostProvider.js +1 -1
- package/dist/compositions/EstimateCost/Image.js +1 -1
- package/dist/compositions/InfoTable/components/Row.js +1 -1
- package/dist/compositions/Navigation/NavigationProvider.js +1 -1
- package/dist/compositions/Navigation/components/Group.js +1 -1
- package/dist/compositions/Navigation/components/PinnedItems.js +1 -1
- package/dist/compositions/OptionSelector/styles.css.js +57 -57
- package/dist/compositions/OrderSummary/helpers.d.ts.map +1 -1
- package/dist/compositions/OrderSummary/helpers.js +1 -1
- package/dist/helpers/nivoTheme.d.ts +1 -0
- package/dist/helpers/nivoTheme.d.ts.map +1 -1
- package/dist/helpers/nivoTheme.js +1 -0
- package/dist/ui.css +1 -1
- package/package.json +12 -13
- package/dist/components/SelectInput/components/Dropdown.d.ts +0 -42
- package/dist/components/SelectInput/components/Dropdown.d.ts.map +0 -1
- package/dist/components/SelectInput/components/DropdownOption.d.ts +0 -10
- package/dist/components/SelectInput/components/DropdownOption.d.ts.map +0 -1
- package/dist/components/SelectInput/components/SearchBarDropdown.d.ts +0 -10
- package/dist/components/SelectInput/components/SearchBarDropdown.d.ts.map +0 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
+
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectSpread2.js";
|
|
3
4
|
import { Stack, init_Stack } from "../Stack/index.js";
|
|
4
5
|
import { Text, init_Text } from "../Text/index.js";
|
|
5
6
|
import { Label, init_Label } from "../Label/index.js";
|
|
@@ -24,86 +25,114 @@ var init_FileInput = __esmMin(() => {
|
|
|
24
25
|
init_FileInputProvider();
|
|
25
26
|
init_helpers();
|
|
26
27
|
init_styles_css();
|
|
27
|
-
|
|
28
|
+
init_objectSpread2();
|
|
29
|
+
FileInputBase = ({ style, className, variant = "dropzone", size = "medium", title, children, onDrop, label, labelDescription, disabled, accept, "aria-label": ariaLabel, defaultFiles, onChangeFiles, helper, multiple = false, bottom, required, error, onChange, onFocus, onBlur, name, onKeyDown, onKeyUp, disabledDragndrop = false, validator, "data-testid": dataTestid }) => {
|
|
30
|
+
var _ref;
|
|
28
31
|
const [dragState, setDragState] = useState("default");
|
|
29
32
|
const [files, setFiles] = useState(defaultFiles !== null && defaultFiles !== void 0 ? defaultFiles : []);
|
|
30
33
|
const inputId = useId();
|
|
34
|
+
const helperId = useId();
|
|
31
35
|
const inputRef = useRef(null);
|
|
32
36
|
const onDragOver = (event) => {
|
|
33
37
|
event.preventDefault();
|
|
34
38
|
event.stopPropagation();
|
|
35
39
|
setDragState("over");
|
|
36
40
|
};
|
|
37
|
-
const onDragPage = () =>
|
|
41
|
+
const onDragPage = () => {
|
|
42
|
+
setDragState("page");
|
|
43
|
+
};
|
|
38
44
|
const handleDrop = () => setDragState("default");
|
|
39
45
|
const handleDragLeave = (event) => {
|
|
40
46
|
const dragEvent = event;
|
|
41
47
|
if (event.type === "dragend" || dragEvent.relatedTarget === null) setDragState("default");
|
|
42
48
|
};
|
|
43
49
|
useLayoutEffect(() => {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
50
|
+
if (!disabledDragndrop) {
|
|
51
|
+
window.addEventListener("dragenter", onDragPage);
|
|
52
|
+
window.addEventListener("dragend", handleDragLeave);
|
|
53
|
+
window.addEventListener("drop", handleDrop);
|
|
54
|
+
window.addEventListener("dragleave", handleDragLeave);
|
|
55
|
+
}
|
|
48
56
|
return () => {
|
|
49
57
|
window.removeEventListener("dragenter", onDragPage);
|
|
50
58
|
window.removeEventListener("dragend", handleDragLeave);
|
|
51
59
|
window.removeEventListener("drop", handleDrop);
|
|
52
60
|
window.removeEventListener("dragleave", handleDragLeave);
|
|
53
61
|
};
|
|
54
|
-
}, []);
|
|
62
|
+
}, [disabledDragndrop]);
|
|
55
63
|
useEffect(() => {
|
|
56
64
|
if (defaultFiles) setFiles(defaultFiles);
|
|
57
65
|
}, [defaultFiles]);
|
|
58
66
|
const addFiles = (addedFiles) => {
|
|
59
|
-
const
|
|
67
|
+
const droppedFiles = [...addedFiles !== null && addedFiles !== void 0 ? addedFiles : []];
|
|
68
|
+
const newFiles = [];
|
|
69
|
+
const errorFiles = [];
|
|
70
|
+
for (const file of droppedFiles) {
|
|
71
|
+
const isAccepted = fileIsAccepted(file.type, accept);
|
|
72
|
+
const customError = validator === null || validator === void 0 ? void 0 : validator(file);
|
|
73
|
+
if (isAccepted && !customError) newFiles.push(file);
|
|
74
|
+
else {
|
|
75
|
+
const acceptArray = accept === null || accept === void 0 ? void 0 : accept.split(",");
|
|
76
|
+
const defaultMessage = acceptArray ? `File type must be ${acceptArray.length > 1 ? `one of ${acceptArray.join(", ")}` : acceptArray[0]}` : "Error";
|
|
77
|
+
errorFiles.push({
|
|
78
|
+
fileName: name,
|
|
79
|
+
error: customError !== null && customError !== void 0 ? customError : defaultMessage
|
|
80
|
+
});
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
const formattedNewFiles = newFiles.map((file) => ({
|
|
60
84
|
file: URL.createObjectURL(file),
|
|
61
85
|
fileName: file.name,
|
|
62
86
|
lastModified: file.lastModified,
|
|
63
87
|
size: file.size,
|
|
64
88
|
type: file.type
|
|
65
89
|
}));
|
|
66
|
-
const formattedFiles = multiple ? [...files, ...
|
|
90
|
+
const formattedFiles = multiple ? [...files, ...formattedNewFiles] : [formattedNewFiles[0]];
|
|
67
91
|
setFiles(formattedFiles);
|
|
68
92
|
onChangeFiles === null || onChangeFiles === void 0 || onChangeFiles(formattedFiles);
|
|
93
|
+
if (addedFiles) onChange === null || onChange === void 0 || onChange(addedFiles);
|
|
94
|
+
if (inputRef.current) inputRef.current.value = "";
|
|
95
|
+
return [newFiles, errorFiles];
|
|
69
96
|
};
|
|
70
|
-
const
|
|
71
|
-
event.preventDefault();
|
|
72
|
-
if (!disabled) {
|
|
73
|
-
var _event$dataTransfer;
|
|
74
|
-
addFiles((_event$dataTransfer = event.dataTransfer) === null || _event$dataTransfer === void 0 ? void 0 : _event$dataTransfer.files);
|
|
75
|
-
onDrop === null || onDrop === void 0 || onDrop(event);
|
|
76
|
-
}
|
|
77
|
-
};
|
|
78
|
-
const onChange = (event) => {
|
|
97
|
+
const onChangeLocal = (event) => {
|
|
79
98
|
event.preventDefault();
|
|
80
99
|
if (!disabled) addFiles(event.target.files);
|
|
81
100
|
};
|
|
82
101
|
const onDropComputed = (event) => {
|
|
102
|
+
event.preventDefault();
|
|
83
103
|
if (!disabled) {
|
|
84
|
-
|
|
85
|
-
|
|
104
|
+
var _event$dataTransfer;
|
|
105
|
+
const [acceptedFiles, errorFiles] = addFiles((_event$dataTransfer = event.dataTransfer) === null || _event$dataTransfer === void 0 ? void 0 : _event$dataTransfer.files);
|
|
106
|
+
onDrop === null || onDrop === void 0 || onDrop(event, acceptedFiles, errorFiles);
|
|
86
107
|
}
|
|
87
108
|
};
|
|
88
109
|
const computedChildren = typeof children === "function" ? children(inputId, inputRef) : children;
|
|
89
|
-
const
|
|
110
|
+
const computedHelper = helper || error && typeof error === "string" ? /* @__PURE__ */ jsx(Text, {
|
|
90
111
|
as: "p",
|
|
91
|
-
sentiment: "danger",
|
|
92
|
-
variant: "
|
|
93
|
-
|
|
112
|
+
sentiment: error ? "danger" : "neutral",
|
|
113
|
+
variant: "caption",
|
|
114
|
+
prominence: error ? "default" : "weak",
|
|
115
|
+
id: helperId,
|
|
116
|
+
children: error || helper
|
|
94
117
|
}) : null;
|
|
95
118
|
const input = /* @__PURE__ */ jsx("input", {
|
|
96
119
|
accept,
|
|
120
|
+
"aria-describedby": helper || typeof error === "string" ? helperId : void 0,
|
|
121
|
+
"aria-label": ariaLabel,
|
|
97
122
|
className: fileInputStyle.fileInput,
|
|
98
123
|
"data-testid": dataTestid,
|
|
99
124
|
disabled,
|
|
100
125
|
id: inputId,
|
|
101
126
|
multiple,
|
|
102
|
-
name:
|
|
103
|
-
onChange,
|
|
127
|
+
name: (_ref = name !== null && name !== void 0 ? name : label) !== null && _ref !== void 0 ? _ref : ariaLabel,
|
|
128
|
+
onChange: onChangeLocal,
|
|
104
129
|
ref: inputRef,
|
|
105
130
|
required,
|
|
106
|
-
type: "file"
|
|
131
|
+
type: "file",
|
|
132
|
+
onFocus,
|
|
133
|
+
onBlur,
|
|
134
|
+
onKeyDown,
|
|
135
|
+
onKeyUp
|
|
107
136
|
});
|
|
108
137
|
const bottomComputed = bottom ? /* @__PURE__ */ jsx(Text, {
|
|
109
138
|
as: "div",
|
|
@@ -135,13 +164,17 @@ var init_FileInput = __esmMin(() => {
|
|
|
135
164
|
/* @__PURE__ */ jsxs("div", {
|
|
136
165
|
className,
|
|
137
166
|
"data-testid": "drag-container",
|
|
138
|
-
onDragOver
|
|
167
|
+
onDragOver: (event) => {
|
|
168
|
+
if (!disabledDragndrop) onDragOver(event);
|
|
169
|
+
},
|
|
139
170
|
children: [input, /* @__PURE__ */ jsxs("div", {
|
|
140
171
|
className: fileInputStyle.overlayWrapper,
|
|
141
172
|
children: [computedChildren, /* @__PURE__ */ jsx("div", {
|
|
142
173
|
className: disabled ? fileInputStyle.dropzoneOverlayDisabled[dragState] : fileInputStyle.dropzoneOverlay[dragState],
|
|
143
174
|
onDragOver: (event) => event.preventDefault(),
|
|
144
|
-
onDrop:
|
|
175
|
+
onDrop: (event) => {
|
|
176
|
+
if (!disabledDragndrop) onDropComputed(event);
|
|
177
|
+
},
|
|
145
178
|
style,
|
|
146
179
|
children: title && typeof title !== "function" && dragState !== "default" ? /* @__PURE__ */ jsx(Text, {
|
|
147
180
|
as: "div",
|
|
@@ -154,72 +187,59 @@ var init_FileInput = __esmMin(() => {
|
|
|
154
187
|
})]
|
|
155
188
|
}),
|
|
156
189
|
bottomComputed,
|
|
157
|
-
|
|
190
|
+
computedHelper
|
|
158
191
|
]
|
|
159
192
|
})
|
|
160
193
|
});
|
|
161
194
|
const isSmall = size === "small";
|
|
195
|
+
const Container = isSmall ? "button" : "div";
|
|
162
196
|
return /* @__PURE__ */ jsx(FileInputContext.Provider, {
|
|
163
197
|
value,
|
|
164
198
|
children: /* @__PURE__ */ jsxs(Stack, {
|
|
165
199
|
direction: "column",
|
|
166
200
|
gap: 1,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
201
|
+
width: "100%",
|
|
202
|
+
children: [/* @__PURE__ */ jsxs(Stack, {
|
|
203
|
+
className,
|
|
204
|
+
direction: "column",
|
|
205
|
+
gap: .5,
|
|
206
|
+
children: [
|
|
207
|
+
label || labelDescription ? /* @__PURE__ */ jsx(Label, {
|
|
208
|
+
labelDescription,
|
|
209
|
+
required,
|
|
210
|
+
size,
|
|
211
|
+
htmlFor: inputId,
|
|
212
|
+
children: label
|
|
213
|
+
}) : null,
|
|
214
|
+
disabled ? null : input,
|
|
215
|
+
/* @__PURE__ */ jsxs(Container, _objectSpread2(_objectSpread2({
|
|
216
|
+
disabled,
|
|
217
|
+
className: fileInputStyle.dropzone({
|
|
181
218
|
disabled,
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
children: /* @__PURE__ */ jsxs(Stack, {
|
|
185
|
-
alignItems: "center",
|
|
186
|
-
className: fileInputStyle.dropzone({
|
|
187
|
-
disabled,
|
|
188
|
-
size,
|
|
189
|
-
state: dragState
|
|
190
|
-
}),
|
|
191
|
-
"data-testid": "drag-container",
|
|
192
|
-
direction: isSmall ? "row" : "column",
|
|
193
|
-
gap: isSmall ? 1 : 2,
|
|
194
|
-
justifyContent: "center",
|
|
195
|
-
onDragOver,
|
|
196
|
-
onDrop: onDropComputed,
|
|
197
|
-
style,
|
|
198
|
-
children: [
|
|
199
|
-
disabled ? null : input,
|
|
200
|
-
/* @__PURE__ */ jsx(DropzoneContent, {
|
|
201
|
-
disabled,
|
|
202
|
-
inputId,
|
|
203
|
-
inputRef,
|
|
204
|
-
isSmall,
|
|
205
|
-
title
|
|
206
|
-
}),
|
|
207
|
-
computedChildren
|
|
208
|
-
]
|
|
209
|
-
})
|
|
219
|
+
size,
|
|
220
|
+
state: dragState
|
|
210
221
|
}),
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
222
|
+
onClick: () => {
|
|
223
|
+
if (isSmall) {
|
|
224
|
+
var _inputRef$current;
|
|
225
|
+
(_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 || _inputRef$current.click();
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
}, isSmall ? { type: "button" } : void 0), {}, {
|
|
229
|
+
"data-testid": "drag-container",
|
|
230
|
+
onDragOver,
|
|
231
|
+
onDrop: onDropComputed,
|
|
232
|
+
children: [/* @__PURE__ */ jsx(DropzoneContent, {
|
|
233
|
+
disabled,
|
|
234
|
+
inputId,
|
|
235
|
+
inputRef,
|
|
236
|
+
isSmall,
|
|
237
|
+
title
|
|
238
|
+
}), computedChildren]
|
|
239
|
+
})),
|
|
240
|
+
computedHelper
|
|
241
|
+
]
|
|
242
|
+
}), bottomComputed]
|
|
223
243
|
})
|
|
224
244
|
});
|
|
225
245
|
};
|
|
@@ -4,14 +4,19 @@ export declare const fileInputStyle: {
|
|
|
4
4
|
true: {
|
|
5
5
|
background: `var(--${string})`;
|
|
6
6
|
cursor: "not-allowed";
|
|
7
|
+
color: `var(--${string})`;
|
|
7
8
|
};
|
|
8
9
|
};
|
|
9
10
|
size: {
|
|
10
11
|
medium: {
|
|
11
12
|
padding: `var(--${string})`;
|
|
13
|
+
flexDirection: "column";
|
|
14
|
+
gap: `var(--${string})`;
|
|
12
15
|
};
|
|
13
16
|
small: {
|
|
14
17
|
padding: `var(--${string})`;
|
|
18
|
+
flexDirection: "row";
|
|
19
|
+
gap: `var(--${string})`;
|
|
15
20
|
};
|
|
16
21
|
};
|
|
17
22
|
state: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/FileInput/styles.css.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/FileInput/styles.css.ts"],"names":[],"mappings":"AAmMA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;YAlIrB,OAAO;YACP,IAAI;YACJ,IAAI;;;;;;;;;;;;CA2IT,CAAA"}
|
|
@@ -29,34 +29,37 @@ var init_styles_css = __esmMin(() => {
|
|
|
29
29
|
compoundVariants: [[{
|
|
30
30
|
disabled: false,
|
|
31
31
|
state: "over"
|
|
32
|
-
}, "uv_12cubgs7"]
|
|
32
|
+
}, "uv_12cubgs7"], [{
|
|
33
|
+
disabled: false,
|
|
34
|
+
size: "small"
|
|
35
|
+
}, "uv_12cubgs8"]]
|
|
33
36
|
}),
|
|
34
|
-
fileInput: "
|
|
37
|
+
fileInput: "uv_12cubgs9",
|
|
35
38
|
titleSmall: {
|
|
36
|
-
"default": "
|
|
37
|
-
disabled: "
|
|
39
|
+
"default": "uv_12cubgsa",
|
|
40
|
+
disabled: "uv_12cubgsb"
|
|
38
41
|
},
|
|
39
|
-
overlayWrapper: "
|
|
42
|
+
overlayWrapper: "uv_12cubgsc",
|
|
40
43
|
dropzoneOverlay: {
|
|
41
|
-
"default": "uv_12cubgsd
|
|
42
|
-
over: "
|
|
43
|
-
page: "
|
|
44
|
+
"default": "uv_12cubgse uv_12cubgsd",
|
|
45
|
+
over: "uv_12cubgsf uv_12cubgsd",
|
|
46
|
+
page: "uv_12cubgsg uv_12cubgsd"
|
|
44
47
|
},
|
|
45
48
|
dropzoneOverlayDisabled: {
|
|
46
|
-
"default": "
|
|
47
|
-
over: "
|
|
48
|
-
page: "
|
|
49
|
+
"default": "uv_12cubgsi",
|
|
50
|
+
over: "uv_12cubgsj uv_12cubgsh",
|
|
51
|
+
page: "uv_12cubgsk uv_12cubgsh"
|
|
49
52
|
},
|
|
50
53
|
fileViewerContainer: {
|
|
51
|
-
"default": "uv_12cubgsl
|
|
52
|
-
error: "
|
|
53
|
-
strong: "
|
|
54
|
+
"default": "uv_12cubgsm uv_12cubgsl",
|
|
55
|
+
error: "uv_12cubgsn uv_12cubgsl",
|
|
56
|
+
strong: "uv_12cubgso uv_12cubgsl"
|
|
54
57
|
},
|
|
55
|
-
fileViewerImageBase: "
|
|
56
|
-
fileInfo: "
|
|
58
|
+
fileViewerImageBase: "uv_12cubgsp",
|
|
59
|
+
fileInfo: "uv_12cubgss",
|
|
57
60
|
fileViewerImage: {
|
|
58
|
-
"default": "uv_12cubgsp
|
|
59
|
-
error: "
|
|
61
|
+
"default": "uv_12cubgsq uv_12cubgsp",
|
|
62
|
+
error: "uv_12cubgsr uv_12cubgsp"
|
|
60
63
|
}
|
|
61
64
|
};
|
|
62
65
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { DragEvent, InputHTMLAttributes, ReactNode, RefObject } from 'react';
|
|
2
2
|
type ChildrenType = ReactNode | ((inputId: string, inputRef: RefObject<HTMLInputElement | null>) => ReactNode);
|
|
3
3
|
export type FilesType = {
|
|
4
4
|
fileName: string;
|
|
@@ -9,6 +9,10 @@ export type FilesType = {
|
|
|
9
9
|
loading?: boolean;
|
|
10
10
|
error?: string;
|
|
11
11
|
};
|
|
12
|
+
export type ErrorType = {
|
|
13
|
+
fileName?: string;
|
|
14
|
+
error: string;
|
|
15
|
+
};
|
|
12
16
|
/**
|
|
13
17
|
* See https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types#types
|
|
14
18
|
*/
|
|
@@ -28,7 +32,7 @@ type OverlayVariantProps = {
|
|
|
28
32
|
/** Size of the dropzone. When set to small, the component can be used inline */
|
|
29
33
|
size?: never;
|
|
30
34
|
/** Main text to display in the dropzone */
|
|
31
|
-
title
|
|
35
|
+
title?: ReactNode;
|
|
32
36
|
children: ChildrenType;
|
|
33
37
|
bottom?: never;
|
|
34
38
|
};
|
|
@@ -43,21 +47,21 @@ export type DropzoneVariantProps = {
|
|
|
43
47
|
bottom?: ReactNode;
|
|
44
48
|
};
|
|
45
49
|
export type FileInputProps = {
|
|
46
|
-
style?: CSSProperties;
|
|
47
50
|
className?: string;
|
|
48
51
|
labelDescription?: ReactNode;
|
|
49
52
|
helper?: string;
|
|
50
|
-
onDrop?: (event: DragEvent<
|
|
51
|
-
disabled?: boolean;
|
|
53
|
+
onDrop?: (event: DragEvent<HTMLElement>, accetedFiles: File[], errorFiles?: ErrorType[]) => void;
|
|
52
54
|
accept?: HTMLInputElement['accept'];
|
|
53
55
|
onChangeFiles?: (files: FilesType[]) => void;
|
|
54
56
|
defaultFiles?: FilesType[];
|
|
55
57
|
/** When set to true, multiple files can be added */
|
|
56
58
|
multiple?: boolean;
|
|
57
59
|
'data-testid'?: string;
|
|
58
|
-
required?: boolean;
|
|
59
60
|
error?: boolean | string;
|
|
60
|
-
|
|
61
|
+
disabledDragndrop?: boolean;
|
|
62
|
+
onChange?: (files: FileList) => void;
|
|
63
|
+
validator?: (file: File) => string;
|
|
64
|
+
} & (OverlayVariantProps | DropzoneVariantProps) & LabelType & Pick<InputHTMLAttributes<HTMLInputElement>, 'onFocus' | 'onBlur' | 'name' | 'disabled' | 'required' | 'onKeyDown' | 'onKeyUp' | 'style'>;
|
|
61
65
|
type LimitType = {
|
|
62
66
|
limit: number;
|
|
63
67
|
textLimit: string;
|
|
@@ -67,6 +71,7 @@ type LimitType = {
|
|
|
67
71
|
};
|
|
68
72
|
export type ListProps = {
|
|
69
73
|
prominence?: 'default' | 'strong';
|
|
74
|
+
onDelete?: (name: string) => void;
|
|
70
75
|
} & LimitType;
|
|
71
76
|
export {};
|
|
72
77
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FileInput/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/FileInput/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -34,11 +34,11 @@ export declare namespace GlobalAlert {
|
|
|
34
34
|
} & ((Without<{
|
|
35
35
|
href?: string;
|
|
36
36
|
}, {
|
|
37
|
-
render: import("@ultraviolet/utils").RenderProp
|
|
37
|
+
render: import("@ultraviolet/utils").RenderProp;
|
|
38
38
|
}> & {
|
|
39
|
-
render: import("@ultraviolet/utils").RenderProp
|
|
39
|
+
render: import("@ultraviolet/utils").RenderProp;
|
|
40
40
|
}) | (Without<{
|
|
41
|
-
render: import("@ultraviolet/utils").RenderProp
|
|
41
|
+
render: import("@ultraviolet/utils").RenderProp;
|
|
42
42
|
}, {
|
|
43
43
|
href?: string;
|
|
44
44
|
}> & {
|
|
@@ -65,11 +65,11 @@ export declare namespace GlobalAlert {
|
|
|
65
65
|
} & ((Without<{
|
|
66
66
|
href?: string;
|
|
67
67
|
}, {
|
|
68
|
-
render: import("@ultraviolet/utils").RenderProp
|
|
68
|
+
render: import("@ultraviolet/utils").RenderProp;
|
|
69
69
|
}> & {
|
|
70
|
-
render: import("@ultraviolet/utils").RenderProp
|
|
70
|
+
render: import("@ultraviolet/utils").RenderProp;
|
|
71
71
|
}) | (Without<{
|
|
72
|
-
render: import("@ultraviolet/utils").RenderProp
|
|
72
|
+
render: import("@ultraviolet/utils").RenderProp;
|
|
73
73
|
}, {
|
|
74
74
|
href?: string;
|
|
75
75
|
}> & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectSpread2.js";
|
|
4
4
|
import { Loader, init_Loader } from "../Loader/index.js";
|
|
5
5
|
import { useCallback, useEffect, useMemo, useRef, useState } from "react";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/components/LineChart/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AAgBnD,eAAO,MAAM,MAAM,YAAY,UAAU,EAAE,KAAQ,MACmB,CAAA;AAEtE,eAAO,MAAM,MAAM,YAAY,UAAU,EAAE,KAAQ,MACmB,CAAA;AAEtE,eAAO,MAAM,UAAU,YAAY,UAAU,EAAE,KAAQ,
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../src/components/LineChart/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,YAAY,CAAA;AAgBnD,eAAO,MAAM,MAAM,YAAY,UAAU,EAAE,KAAQ,MACmB,CAAA;AAEtE,eAAO,MAAM,MAAM,YAAY,UAAU,EAAE,KAAQ,MACmB,CAAA;AAEtE,eAAO,MAAM,UAAU,YAAY,UAAU,EAAE,KAAQ,MAQhD,CAAA;AAEP,eAAO,MAAM,gBAAgB,iBAAkB,KAAK,EAAE,KAAG,MAUxD,CAAA;AAED,eAAO,MAAM,gBAAgB,iBAAkB,KAAK,EAAE,KAAG,MAUxD,CAAA;AAED,eAAO,MAAM,UAAU,YAAY,MAAM,EAAE,KAAQ,MAIlD,CAAA;AAED,eAAO,MAAM,WAAW,UACf,MAAM,SACN,MAAM,aACH,MAAM,EAAE,KACjB,MAAM,EAWR,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectSpread2.js";
|
|
4
4
|
import { getLegendColor, init_legend } from "../../helpers/legend.js";
|
|
5
5
|
import { getNivoTheme, init_nivoTheme } from "../../helpers/nivoTheme.js";
|
|
6
6
|
import { getMaxChartValue, getMinChartValue, init_helpers } from "./helpers.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Link/index.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,KAAK,EACV,oBAAoB,EACpB,aAAa,EAEb,yBAAyB,EACzB,oBAAoB,EACpB,iBAAiB,EACjB,SAAS,EAEV,MAAM,OAAO,CAAA;AAEd,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,WAAW,CAAA;AAEtD,KAAK,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,CAAA;AAC7C,KAAK,gBAAgB,GAAG,MAAM,GAAG,OAAO,CAAA;AAExC,KAAK,SAAS,GAAG;IACf,QAAQ,EAAE,SAAS,CAAA;IACnB,MAAM,CAAC,EAAE,yBAAyB,CAAA;IAClC,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC3B,SAAS,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;IAC9B,UAAU,CAAC,EAAE,eAAe,CAAA;IAC5B,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,YAAY,CAAC,EAAE,gBAAgB,CAAA;IAC/B,GAAG,CAAC,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,KAAK,CAAC,CAAA;IACpD,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB,OAAO,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAA;IAC9C,SAAS,CAAC,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,CAAA;IACnD,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,cAAc,CAAC,CAAA;IACxE,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,OAAO,CAAC,EAAE,QAAQ,GAAG,YAAY,CAAA;IACjC,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,GAAG,GAAG,CACL;IACE;QACE,IAAI,CAAC,EAAE,MAAM,CAAA;KACd;IACD;QACE;;;;;;;;;;;;WAYG;QACH,MAAM,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Link/index.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,KAAK,EACV,oBAAoB,EACpB,aAAa,EAEb,yBAAyB,EACzB,oBAAoB,EACpB,iBAAiB,EACjB,SAAS,EAEV,MAAM,OAAO,CAAA;AAEd,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,WAAW,CAAA;AAEtD,KAAK,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,CAAA;AAC7C,KAAK,gBAAgB,GAAG,MAAM,GAAG,OAAO,CAAA;AAExC,KAAK,SAAS,GAAG;IACf,QAAQ,EAAE,SAAS,CAAA;IACnB,MAAM,CAAC,EAAE,yBAAyB,CAAA;IAClC,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC3B,SAAS,CAAC,EAAE,SAAS,GAAG,MAAM,CAAA;IAC9B,UAAU,CAAC,EAAE,eAAe,CAAA;IAC5B,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,YAAY,CAAC,EAAE,gBAAgB,CAAA;IAC/B,GAAG,CAAC,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,KAAK,CAAC,CAAA;IACpD,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB,OAAO,CAAC,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAA;IAC9C,SAAS,CAAC,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,CAAA;IACnD,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,CAAC,cAAc,CAAC,CAAA;IACxE,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,OAAO,CAAC,EAAE,QAAQ,GAAG,YAAY,CAAA;IACjC,KAAK,CAAC,EAAE,aAAa,CAAA;CACtB,GAAG,GAAG,CACL;IACE;QACE,IAAI,CAAC,EAAE,MAAM,CAAA;KACd;IACD;QACE;;;;;;;;;;;;WAYG;QACH,MAAM,EAAE,UAAU,CAAA;KACnB;CACF,CACF,CAAA;AAKD;;;GAGG;AACH,eAAO,MAAM,IAAI,yGAqHhB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectSpread2.js";
|
|
4
4
|
import { init_ColumnProvider, useColumnProvider } from "./ColumnProvider.js";
|
|
5
5
|
import { init_ListContext, useListContext } from "./ListContext.js";
|
|
6
6
|
import { init_styles_css, listStyle } from "./styles.css.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { init_toPropertyKey, toPropertyKey } from "../../_virtual/_@oxc-project_runtime@0.
|
|
4
|
-
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
5
|
-
import { _objectWithoutProperties, init_objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { init_toPropertyKey, toPropertyKey } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/toPropertyKey.js";
|
|
4
|
+
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectSpread2.js";
|
|
5
|
+
import { _objectWithoutProperties, init_objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectWithoutProperties.js";
|
|
6
6
|
import { createContext, useCallback, useContext, useEffect, useMemo, useState } from "react";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectSpread2.js";
|
|
4
4
|
import { SIZES, init_constants } from "./constants.js";
|
|
5
5
|
import { init_styles_css, loaderStyle } from "./styles.css.js";
|
|
6
6
|
import { useTheme } from "@ultraviolet/themes";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MenuContent.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuContent.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AAShC,OAAO,KAAK,EACV,oBAAoB,EAGpB,SAAS,EACT,GAAG,EACJ,MAAM,OAAO,CAAA;AAyBd,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"MenuContent.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/MenuContent.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AAShC,OAAO,KAAK,EACV,oBAAoB,EAGpB,SAAS,EACT,GAAG,EACJ,MAAM,OAAO,CAAA;AAyBd,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iJAyPhB,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
4
|
-
import { _objectWithoutProperties, init_objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectSpread2.js";
|
|
4
|
+
import { _objectWithoutProperties, init_objectWithoutProperties } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectWithoutProperties.js";
|
|
5
5
|
import { Group, init_Group } from "./components/Group.js";
|
|
6
6
|
import { MenuProvider, init_MenuProvider } from "./MenuProvider.js";
|
|
7
7
|
import { Item, init_Item } from "./components/Item.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2, init_objectSpread2 } from "../../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectSpread2.js";
|
|
4
4
|
import { Stack, init_Stack } from "../../Stack/index.js";
|
|
5
5
|
import { init_ModalProvider, useModal } from "../ModalProvider.js";
|
|
6
6
|
import { init_styles_css, modalStyle, positionModal, topModal } from "../styles.css.js";
|
|
@@ -84,11 +84,12 @@ var init_Dialog = __esmMin(() => {
|
|
|
84
84
|
}
|
|
85
85
|
}, [hideOnEsc]);
|
|
86
86
|
const handleClose = useCallback((event) => {
|
|
87
|
-
if (hideOnClickOutside && dialogRef.current && !dialogRef.current.contains(event.target) && position === 0) onCloseRef.current();
|
|
87
|
+
if (hideOnClickOutside && dialogRef.current && !dialogRef.current.contains(event.target) && (isDrawer || position === 0)) onCloseRef.current();
|
|
88
88
|
}, [
|
|
89
89
|
hideOnClickOutside,
|
|
90
90
|
position,
|
|
91
|
-
dialogRef
|
|
91
|
+
dialogRef,
|
|
92
|
+
isDrawer
|
|
92
93
|
]);
|
|
93
94
|
const handleFocusMove = useCallback((event, firstFocusableEl, lastFocusableEl) => {
|
|
94
95
|
if (event.shiftKey) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/styles.css.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,QAAQ,oBAAc,CAAA;AACnC,eAAO,MAAM,aAAa,oBAAc,CAAA;
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/styles.css.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,QAAQ,oBAAc,CAAA;AACnC,eAAO,MAAM,aAAa,oBAAc,CAAA;AAqJxC,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;YAtFjB,IAAI;gBACF,OAAO;;;;;;;;;;;YA+DT,IAAI;gBACF,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAUT,IAAI;;;;;;;;CAmBT,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectSpread2.js";
|
|
4
4
|
import { Stack, init_Stack } from "../Stack/index.js";
|
|
5
5
|
import { Text, init_Text } from "../Text/index.js";
|
|
6
6
|
import { Button, init_Button } from "../Button/index.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectSpread2.js";
|
|
4
4
|
import { Text, init_Text } from "../Text/index.js";
|
|
5
5
|
import { getLegendColor, init_legend } from "../../helpers/legend.js";
|
|
6
6
|
import { getNivoTheme, init_nivoTheme } from "../../helpers/nivoTheme.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import { __esmMin, __name } from "../../_virtual/_rolldown/runtime.js";
|
|
3
|
-
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.
|
|
3
|
+
import { _objectSpread2, init_objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectSpread2.js";
|
|
4
4
|
import { init_isClientSide, isClientSide } from "../../helpers/isClientSide.js";
|
|
5
5
|
import { DEFAULT_POSITIONS, computePositions, init_helpers } from "./helpers.js";
|
|
6
6
|
import { init_styles_css, popupStyle } from "./styles.css.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/Popup/styles.css.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/Popup/styles.css.ts"],"names":[],"mappings":"AAiJA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKtB,CAAA"}
|