dbs-ui-components 1.0.9 → 1.0.10
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/index.d.ts +679 -679
- package/dist/index.js +15 -15
- package/dist/index.mjs +15 -15
- package/package.json +2 -2
- package/src/Components/Select/Select.tsx +0 -1
- package/src/svg/custom/DbsCharterPartyRemove.tsx +9 -9
- package/src/svg/custom/DbsCheckbook.tsx +9 -9
- package/src/svg/custom/DbsCheckmark.tsx +9 -9
- package/src/svg/custom/DbsCii.tsx +9 -9
- package/src/svg/custom/DbsCiiNav.tsx +10 -10
- package/src/svg/custom/DbsClose.tsx +9 -9
- package/src/svg/custom/DbsCo2.tsx +9 -9
- package/src/svg/custom/DbsColdWarmFronts.tsx +9 -9
- package/src/svg/custom/DbsConstraints.tsx +10 -10
- package/src/svg/custom/DbsCreateOrder.tsx +9 -9
- package/src/svg/custom/DbsCsv.tsx +9 -9
- package/src/svg/custom/DbsCurrents.tsx +9 -9
- package/src/svg/custom/DbsCurrentsV2.tsx +9 -9
- package/src/svg/custom/DbsDistance.tsx +9 -9
- package/src/svg/custom/DbsDocument.tsx +13 -13
- package/src/svg/custom/DbsDrop.tsx +9 -9
- package/src/svg/custom/DbsEco.tsx +9 -9
- package/src/svg/custom/DbsEmissionsAnalytics.tsx +9 -9
- package/src/svg/custom/DbsEnvironmentalZones.tsx +17 -17
- package/src/svg/custom/DbsExpandContent.tsx +9 -9
- package/src/svg/custom/DbsFlagFinish.tsx +9 -9
- package/src/svg/custom/DbsFuelModelCurve.tsx +10 -10
- package/src/svg/custom/DbsFuelTable.tsx +10 -10
- package/src/svg/custom/DbsGpx.tsx +9 -9
- package/src/svg/custom/DbsIce.tsx +9 -9
- package/src/svg/custom/DbsInfo.tsx +9 -9
- package/src/svg/custom/DbsInl.tsx +9 -9
- package/src/svg/custom/DbsKml.tsx +9 -9
- package/src/svg/custom/DbsLeafSolid.tsx +9 -9
- package/src/svg/custom/DbsLoading.tsx +9 -9
- package/src/svg/custom/DbsLogo.tsx +9 -9
- package/src/svg/custom/DbsMeasure.tsx +13 -13
- package/src/svg/custom/DbsNames.tsx +9 -9
- package/src/svg/custom/DbsNotUnderway.tsx +9 -9
- package/src/svg/custom/DbsOilBarrel.tsx +9 -9
- package/src/svg/custom/DbsOnlineStatus.tsx +9 -9
- package/src/svg/custom/DbsOpenAsPage.tsx +9 -9
- package/src/svg/custom/DbsOptimisationStatusNoplan.tsx +10 -10
- package/src/svg/custom/DbsOptimisationStatusNotfollowing.tsx +10 -10
- package/src/svg/custom/DbsOptimisationStatusOptimised.tsx +11 -11
- package/src/svg/custom/DbsPackage.tsx +13 -13
- package/src/svg/custom/DbsParametricRolling.tsx +9 -9
- package/src/svg/custom/DbsPdf.tsx +9 -9
- package/src/svg/custom/DbsPerformance.tsx +9 -9
- package/src/svg/custom/DbsPiracy.tsx +10 -10
- package/src/svg/custom/DbsPlan.tsx +9 -9
- package/src/svg/custom/DbsPlaylistEdit.tsx +9 -9
- package/src/svg/custom/DbsPolarChart.tsx +13 -13
- package/src/svg/custom/DbsPort.tsx +9 -9
- package/src/svg/custom/DbsPorts.tsx +9 -9
- package/src/svg/custom/DbsProxyPrice.tsx +10 -10
- package/src/svg/custom/DbsRequestQuote.tsx +9 -9
- package/src/svg/custom/DbsRoutes.tsx +9 -9
- package/src/svg/custom/DbsRtz.tsx +9 -9
- package/src/svg/custom/DbsSameCountry.tsx +16 -16
- package/src/svg/custom/DbsSeasonalWeatherRisk.tsx +14 -14
- package/src/svg/custom/DbsSeca.tsx +9 -9
- package/src/svg/custom/DbsSensorsOff.tsx +9 -9
- package/src/svg/custom/DbsSigWaveHeight.tsx +14 -14
- package/src/svg/custom/DbsSlow.tsx +10 -10
- package/src/svg/custom/DbsSpeed.tsx +10 -10
- package/src/svg/custom/DbsStorms.tsx +14 -14
- package/src/svg/custom/DbsSts.tsx +10 -10
- package/src/svg/custom/DbsTrophy.tsx +9 -9
- package/src/svg/custom/DbsUpside.tsx +9 -9
- package/src/svg/custom/DbsVessel.tsx +9 -9
- package/src/svg/custom/DbsVessel45Deg.tsx +9 -9
- package/src/svg/custom/DbsVesselMasked45Deg.tsx +13 -13
- package/src/svg/custom/DbsVesselOutline.tsx +12 -12
- package/src/svg/custom/DbsVoyageStatusOff.tsx +9 -9
- package/src/svg/custom/DbsVoyageStatusOn.tsx +23 -23
- package/src/svg/custom/DbsWaterTemperature.tsx +14 -14
- package/src/svg/custom/DbsWeather.tsx +9 -9
- package/src/svg/custom/DbsWeatherScale.tsx +9 -9
- package/src/svg/custom/DbsWeatherStriped.tsx +9 -9
- package/src/svg/custom/DbsWeatherUnavailable.tsx +9 -9
- package/src/svg/custom/DbsWind.tsx +9 -9
- package/src/svg/custom/DbsWindBarb.tsx +9 -9
- package/src/svg/custom/DbsWindBarbV2.tsx +9 -9
package/dist/index.d.ts
CHANGED
|
@@ -1,679 +1,679 @@
|
|
|
1
|
-
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
|
|
2
|
-
import * as react from 'react';
|
|
3
|
-
import react__default, { ReactNode, SVGProps } from 'react';
|
|
4
|
-
import { VariantProps } from 'class-variance-authority';
|
|
5
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
|
-
import * as react_icons from 'react-icons';
|
|
7
|
-
|
|
8
|
-
declare const badgeVariants: (props?: ({
|
|
9
|
-
size?: "medium" | "small" | "extrasmall" | null | undefined;
|
|
10
|
-
color?: "blue" | "gray" | "green" | "red" | "yellow" | null | undefined;
|
|
11
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
12
|
-
declare const overlayPositionVariants: (props?: ({
|
|
13
|
-
placement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | null | undefined;
|
|
14
|
-
overlap?: "rectangle" | "circle" | null | undefined;
|
|
15
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
16
|
-
type BadgeBaseProps = Omit<react__default.HTMLAttributes<HTMLSpanElement>, "color" | "content">;
|
|
17
|
-
interface BadgeProps extends BadgeBaseProps, VariantProps<typeof badgeVariants>, VariantProps<typeof overlayPositionVariants> {
|
|
18
|
-
content?: number | string;
|
|
19
|
-
max?: number;
|
|
20
|
-
showZero?: boolean;
|
|
21
|
-
}
|
|
22
|
-
declare const Badge: react__default.FC<BadgeProps>;
|
|
23
|
-
|
|
24
|
-
declare const variantIcons$1: {
|
|
25
|
-
readonly info: react_icons.IconType;
|
|
26
|
-
readonly error: react_icons.IconType;
|
|
27
|
-
readonly warning: react_icons.IconType;
|
|
28
|
-
readonly success: react_icons.IconType;
|
|
29
|
-
};
|
|
30
|
-
type BannerVariant = keyof typeof variantIcons$1;
|
|
31
|
-
declare const bannerBase: (props?: ({
|
|
32
|
-
size?: "large" | "medium" | "small" | "extrasmall" | null | undefined;
|
|
33
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
34
|
-
interface BannerProps extends VariantProps<typeof bannerBase> {
|
|
35
|
-
size?: "large" | "medium" | "small" | "extrasmall";
|
|
36
|
-
variant?: BannerVariant;
|
|
37
|
-
title?: string;
|
|
38
|
-
showTitle?: boolean;
|
|
39
|
-
description?: react__default.ReactNode;
|
|
40
|
-
primaryButton?: react__default.ReactNode;
|
|
41
|
-
secondaryButton?: react__default.ReactNode;
|
|
42
|
-
showClose?: boolean;
|
|
43
|
-
icon?: react__default.ReactNode;
|
|
44
|
-
onClose?: () => void;
|
|
45
|
-
className?: string;
|
|
46
|
-
}
|
|
47
|
-
declare function Banner({ size, variant, title, showTitle, description, primaryButton, secondaryButton, showClose, icon, onClose, className, }: BannerProps): react_jsx_runtime.JSX.Element;
|
|
48
|
-
|
|
49
|
-
declare const buttonVariants: (props?: ({
|
|
50
|
-
variant?: "primary" | "outlined" | "secondary" | "secondary-light" | "destructive" | "destructive-light" | "text" | "transparent-outline" | "transparent-text" | "icon-normal" | "icon" | "star" | "star-favorited" | "star-disabled" | null | undefined;
|
|
51
|
-
size?: "large" | "medium" | "small" | "extrasmall" | null | undefined;
|
|
52
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
53
|
-
interface ButtonProps extends react__default.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
54
|
-
size?: "large" | "medium" | "small" | "extrasmall";
|
|
55
|
-
leftIcon?: react__default.ReactNode;
|
|
56
|
-
rightIcon?: react__default.ReactNode;
|
|
57
|
-
loading?: boolean;
|
|
58
|
-
children?: react__default.ReactNode;
|
|
59
|
-
}
|
|
60
|
-
declare const Button: react__default.ForwardRefExoticComponent<ButtonProps & react__default.RefAttributes<HTMLButtonElement>>;
|
|
61
|
-
|
|
62
|
-
interface CheckboxOption extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "value" | "id"> {
|
|
63
|
-
id: string | number;
|
|
64
|
-
label: string;
|
|
65
|
-
value: string;
|
|
66
|
-
disabled?: boolean;
|
|
67
|
-
description?: string;
|
|
68
|
-
icon?: react__default.ReactNode;
|
|
69
|
-
}
|
|
70
|
-
interface CheckboxProps extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "size" | "value" | "onChange"> {
|
|
71
|
-
checked?: boolean;
|
|
72
|
-
label?: react__default.ReactNode | string;
|
|
73
|
-
description?: string;
|
|
74
|
-
icon?: react__default.ReactNode;
|
|
75
|
-
options?: CheckboxOption[];
|
|
76
|
-
value?: (string | number)[];
|
|
77
|
-
variant?: "default" | "card" | "button" | "circular";
|
|
78
|
-
size?: "small" | "medium" | "large";
|
|
79
|
-
color?: string;
|
|
80
|
-
layout?: "vertical" | "horizontal";
|
|
81
|
-
disabled?: boolean;
|
|
82
|
-
error?: boolean;
|
|
83
|
-
errorMessage?: string;
|
|
84
|
-
helperText?: string;
|
|
85
|
-
required?: boolean;
|
|
86
|
-
maxSelections?: number;
|
|
87
|
-
minSelections?: number;
|
|
88
|
-
className?: string;
|
|
89
|
-
checkedBgColor?: string;
|
|
90
|
-
checkedTickColor?: string;
|
|
91
|
-
bordered?: boolean;
|
|
92
|
-
onChange?: (checked: boolean | (string | number)[] | CheckboxOption[]) => void;
|
|
93
|
-
}
|
|
94
|
-
declare function Checkbox({ checked, label, description, icon, options, variant, size, layout, disabled, error, errorMessage, helperText, required, maxSelections, minSelections, value, onChange, className, checkedBgColor, checkedTickColor, }: CheckboxProps): react_jsx_runtime.JSX.Element;
|
|
95
|
-
|
|
96
|
-
declare const panelStyles: (props?: ({
|
|
97
|
-
size?: "large" | "medium" | "small" | null | undefined;
|
|
98
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
99
|
-
interface DialogTitleProps {
|
|
100
|
-
children: react__default.ReactNode;
|
|
101
|
-
onClose?: () => void;
|
|
102
|
-
closeIcon?: react__default.ReactNode;
|
|
103
|
-
}
|
|
104
|
-
declare const DialogTitle: react__default.FC<DialogTitleProps>;
|
|
105
|
-
declare const DialogContent: react__default.FC<{
|
|
106
|
-
children: react__default.ReactNode;
|
|
107
|
-
}>;
|
|
108
|
-
declare const DialogActions: react__default.FC<{
|
|
109
|
-
children: react__default.ReactNode;
|
|
110
|
-
}>;
|
|
111
|
-
interface DialogProps extends VariantProps<typeof panelStyles> {
|
|
112
|
-
open: boolean;
|
|
113
|
-
onClose?: () => void;
|
|
114
|
-
children: react__default.ReactNode;
|
|
115
|
-
closeIcon?: react__default.ReactNode;
|
|
116
|
-
}
|
|
117
|
-
declare const Dialog: react__default.FC<DialogProps>;
|
|
118
|
-
|
|
119
|
-
interface InputProps$1 extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "size" | "onChange"> {
|
|
120
|
-
size?: "small" | "medium" | "extrasmall";
|
|
121
|
-
error?: string;
|
|
122
|
-
success?: string;
|
|
123
|
-
leftIcon?: ReactNode;
|
|
124
|
-
rightIcon?: ReactNode;
|
|
125
|
-
showLeftIcon?: boolean;
|
|
126
|
-
showRightIcon?: boolean;
|
|
127
|
-
integerLimit?: number;
|
|
128
|
-
decimalLimit?: number;
|
|
129
|
-
showSelect?: boolean;
|
|
130
|
-
selectOptions?: {
|
|
131
|
-
label: string;
|
|
132
|
-
value: string;
|
|
133
|
-
}[];
|
|
134
|
-
onChange?: (e: react__default.ChangeEvent<HTMLInputElement>, error?: string) => void;
|
|
135
|
-
className?: string;
|
|
136
|
-
label?: string;
|
|
137
|
-
labelVariant?: "fixed" | "floating";
|
|
138
|
-
regexKey?: string;
|
|
139
|
-
}
|
|
140
|
-
declare const Input: ({ size, error, success, leftIcon, rightIcon, showLeftIcon, showRightIcon, className, value, onChange, disabled, readOnly, type, integerLimit, decimalLimit, showSelect, selectOptions, label, labelVariant, placeholder, ...props }: InputProps$1) => react_jsx_runtime.JSX.Element;
|
|
141
|
-
|
|
142
|
-
declare const labelStyles: (props?: ({
|
|
143
|
-
size?: "large" | "medium" | "small" | "extrasmall" | "xs" | "sm" | "md" | "lg" | null | undefined;
|
|
144
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
145
|
-
interface LabelProps extends react__default.LabelHTMLAttributes<HTMLLabelElement>, VariantProps<typeof labelStyles> {
|
|
146
|
-
text?: string;
|
|
147
|
-
required?: boolean;
|
|
148
|
-
}
|
|
149
|
-
declare const Label: react__default.FC<LabelProps>;
|
|
150
|
-
|
|
151
|
-
interface MultiSelectOption {
|
|
152
|
-
id: number | string;
|
|
153
|
-
label: string;
|
|
154
|
-
value: string;
|
|
155
|
-
disabled?: boolean;
|
|
156
|
-
description?: string;
|
|
157
|
-
group?: string;
|
|
158
|
-
}
|
|
159
|
-
interface MultiSelectProps {
|
|
160
|
-
options?: MultiSelectOption[];
|
|
161
|
-
variant?: "float" | "default";
|
|
162
|
-
values?: MultiSelectOption[];
|
|
163
|
-
onChange?: (selected: MultiSelectOption[]) => void;
|
|
164
|
-
placeholder?: string;
|
|
165
|
-
label?: string;
|
|
166
|
-
disabled?: boolean;
|
|
167
|
-
error?: boolean;
|
|
168
|
-
defaultValues?: MultiSelectOption[];
|
|
169
|
-
searchable?: boolean;
|
|
170
|
-
hint?: string;
|
|
171
|
-
loading?: boolean;
|
|
172
|
-
noOptionsText?: string;
|
|
173
|
-
size?: "small" | "medium" | "large";
|
|
174
|
-
fullWidth?: boolean;
|
|
175
|
-
clearable?: boolean;
|
|
176
|
-
selectorIcon?: react__default.ReactNode;
|
|
177
|
-
dropdownPanelWidth?: string;
|
|
178
|
-
maxSelected?: number;
|
|
179
|
-
showSelectedBadges?: boolean;
|
|
180
|
-
maxVisibleChips?: number;
|
|
181
|
-
className?: string;
|
|
182
|
-
dropdownClassName?: string;
|
|
183
|
-
}
|
|
184
|
-
declare const MultiSelect: react__default.FC<MultiSelectProps>;
|
|
185
|
-
|
|
186
|
-
interface RadioOption {
|
|
187
|
-
label: string;
|
|
188
|
-
value: string;
|
|
189
|
-
disabled?: boolean;
|
|
190
|
-
}
|
|
191
|
-
interface RadioGroupProps {
|
|
192
|
-
name?: string;
|
|
193
|
-
label?: string;
|
|
194
|
-
required?: boolean;
|
|
195
|
-
showGroupLabel?: boolean;
|
|
196
|
-
options: RadioOption[];
|
|
197
|
-
value: string;
|
|
198
|
-
variant?: "basic" | "card";
|
|
199
|
-
size?: "extrasmall" | "small" | "medium";
|
|
200
|
-
error?: boolean;
|
|
201
|
-
errorMessage?: string;
|
|
202
|
-
direction?: "horizontal" | "vertical";
|
|
203
|
-
className?: string;
|
|
204
|
-
onChange?: (value: string) => void;
|
|
205
|
-
}
|
|
206
|
-
declare const RadioGroup: react__default.FC<RadioGroupProps>;
|
|
207
|
-
|
|
208
|
-
interface Option {
|
|
209
|
-
id: number | string;
|
|
210
|
-
label: string;
|
|
211
|
-
value: string;
|
|
212
|
-
disabled?: boolean;
|
|
213
|
-
description?: string;
|
|
214
|
-
group?: string;
|
|
215
|
-
}
|
|
216
|
-
interface SelectProps {
|
|
217
|
-
options?: Option[];
|
|
218
|
-
value?: string | null;
|
|
219
|
-
defaultValue?: Option | string | null;
|
|
220
|
-
onChange?: (value: Option | null) => void;
|
|
221
|
-
placeholder?: string;
|
|
222
|
-
label?: string;
|
|
223
|
-
disabled?: boolean;
|
|
224
|
-
error?: boolean;
|
|
225
|
-
searchable?: boolean;
|
|
226
|
-
hint?: string;
|
|
227
|
-
loading?: boolean;
|
|
228
|
-
noOptionsText?: string;
|
|
229
|
-
size?: "small" | "medium" | "large";
|
|
230
|
-
fullWidth?: boolean;
|
|
231
|
-
clearable?: boolean;
|
|
232
|
-
selectorIcon?: react__default.ReactNode;
|
|
233
|
-
dropdownPanelWidth?: string;
|
|
234
|
-
className?: string;
|
|
235
|
-
variant?: "float" | "default";
|
|
236
|
-
dropdownClassName?: string;
|
|
237
|
-
id?: string | number;
|
|
238
|
-
name?: string | number;
|
|
239
|
-
}
|
|
240
|
-
declare const Select: react__default.FC<SelectProps>;
|
|
241
|
-
|
|
242
|
-
interface TabProps extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "size" | "value" | "onChange"> {
|
|
243
|
-
label: string;
|
|
244
|
-
icon?: react__default.ReactNode;
|
|
245
|
-
disabled?: boolean;
|
|
246
|
-
isActive?: boolean;
|
|
247
|
-
size?: "small" | "medium";
|
|
248
|
-
onClick?: () => void;
|
|
249
|
-
className?: string;
|
|
250
|
-
index?: number;
|
|
251
|
-
badge?: react__default.ReactNode;
|
|
252
|
-
}
|
|
253
|
-
interface TabsProps$1 extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "value" | "onChange" | "size"> {
|
|
254
|
-
value: number;
|
|
255
|
-
onChange: (index: number) => void;
|
|
256
|
-
size?: "small" | "medium";
|
|
257
|
-
children: react__default.ReactNode;
|
|
258
|
-
className?: string;
|
|
259
|
-
"aria-label"?: string;
|
|
260
|
-
}
|
|
261
|
-
interface TabPanelProps extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "value"> {
|
|
262
|
-
value: number;
|
|
263
|
-
index: number;
|
|
264
|
-
children: react__default.ReactNode;
|
|
265
|
-
className?: string;
|
|
266
|
-
}
|
|
267
|
-
declare function Tab({ label, icon, disabled, isActive, size, onClick, className, index, badge, }: TabProps): react_jsx_runtime.JSX.Element;
|
|
268
|
-
declare function Tabs({ value, onChange, size, children, className, "aria-label": ariaLabel, }: TabsProps$1): react_jsx_runtime.JSX.Element;
|
|
269
|
-
declare function TabPanel({ value, index, children, className, }: TabPanelProps): react_jsx_runtime.JSX.Element | null;
|
|
270
|
-
|
|
271
|
-
declare const textAreaCva: (props?: ({
|
|
272
|
-
size?: "medium" | "small" | "extrasmall" | null | undefined;
|
|
273
|
-
status?: "error" | "success" | "none" | "warning" | null | undefined;
|
|
274
|
-
disabled?: boolean | null | undefined;
|
|
275
|
-
readOnly?: boolean | null | undefined;
|
|
276
|
-
focus?: "error" | "none" | "cyan" | null | undefined;
|
|
277
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
278
|
-
interface TextAreaProps extends Omit<react__default.TextareaHTMLAttributes<HTMLTextAreaElement>, "size" | "onInput" | "disabled" | "readOnly">, VariantProps<typeof textAreaCva> {
|
|
279
|
-
rows?: number;
|
|
280
|
-
label: string;
|
|
281
|
-
placeholder?: string;
|
|
282
|
-
error?: string;
|
|
283
|
-
disabled?: boolean;
|
|
284
|
-
readOnly?: boolean;
|
|
285
|
-
size?: "small" | "medium" | "extrasmall";
|
|
286
|
-
helperText?: string;
|
|
287
|
-
helperTextColor?: string;
|
|
288
|
-
assistiveTextColor?: string;
|
|
289
|
-
maxChars?: number;
|
|
290
|
-
showAssistiveText?: boolean;
|
|
291
|
-
value?: string;
|
|
292
|
-
onInput?: (e: react__default.ChangeEvent<HTMLTextAreaElement>) => void;
|
|
293
|
-
onchnage?: (value: string[] | null) => void;
|
|
294
|
-
className?: string;
|
|
295
|
-
labelVariant?: "fixed" | "floating";
|
|
296
|
-
}
|
|
297
|
-
declare const TextArea: react__default.ForwardRefExoticComponent<TextAreaProps & react__default.RefAttributes<HTMLTextAreaElement>>;
|
|
298
|
-
|
|
299
|
-
interface ToggleProps {
|
|
300
|
-
label?: string;
|
|
301
|
-
description?: string;
|
|
302
|
-
disabled?: boolean;
|
|
303
|
-
loading?: boolean;
|
|
304
|
-
showIcons?: boolean;
|
|
305
|
-
size?: "small" | "medium" | "large" | "xl";
|
|
306
|
-
variant?: "default" | "pill" | "icon";
|
|
307
|
-
color?: string;
|
|
308
|
-
required?: boolean;
|
|
309
|
-
onChange?: (checked: boolean) => void;
|
|
310
|
-
}
|
|
311
|
-
declare function Toggle({ label, description, disabled, loading, showIcons, size, variant, color, required, onChange, }: ToggleProps): react_jsx_runtime.JSX.Element;
|
|
312
|
-
|
|
313
|
-
type TabSize = "extrasmall" | "small" | "medium";
|
|
314
|
-
interface TabItem {
|
|
315
|
-
id?: number;
|
|
316
|
-
label: string;
|
|
317
|
-
disabled?: boolean;
|
|
318
|
-
content?: react__default.ReactNode;
|
|
319
|
-
}
|
|
320
|
-
interface TabsProps {
|
|
321
|
-
tabs: TabItem[];
|
|
322
|
-
size?: TabSize;
|
|
323
|
-
className?: string;
|
|
324
|
-
disabled?: boolean;
|
|
325
|
-
defaultTab?: number;
|
|
326
|
-
onChange?: (index: number) => void;
|
|
327
|
-
fullWidth?: boolean;
|
|
328
|
-
}
|
|
329
|
-
declare function ToggleGroup({ tabs, size, className, defaultTab, onChange, fullWidth, disabled, }: TabsProps): react_jsx_runtime.JSX.Element;
|
|
330
|
-
|
|
331
|
-
declare const tooltipVariants: (props?: ({
|
|
332
|
-
variant?: "default" | "light" | null | undefined;
|
|
333
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
334
|
-
type TooltipPosition = "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
335
|
-
interface TooltipProps extends VariantProps<typeof tooltipVariants> {
|
|
336
|
-
content: string | ReactNode;
|
|
337
|
-
children: ReactNode;
|
|
338
|
-
position?: TooltipPosition;
|
|
339
|
-
className?: string;
|
|
340
|
-
maxWidth?: string | number;
|
|
341
|
-
delayShow?: number;
|
|
342
|
-
delayHide?: number;
|
|
343
|
-
}
|
|
344
|
-
declare const Tooltip: react__default.FC<TooltipProps>;
|
|
345
|
-
|
|
346
|
-
type Variant = "primary" | "secondary";
|
|
347
|
-
type Size = "extrasmall" | "small" | "medium";
|
|
348
|
-
type IconPosition$2 = "left" | "right";
|
|
349
|
-
interface TimePickerProps {
|
|
350
|
-
variant?: Variant;
|
|
351
|
-
size?: Size;
|
|
352
|
-
fullWidth?: boolean;
|
|
353
|
-
disabled?: boolean;
|
|
354
|
-
iconPosition?: IconPosition$2;
|
|
355
|
-
label?: string;
|
|
356
|
-
placeholder?: string;
|
|
357
|
-
className?: string;
|
|
358
|
-
onChange?: (value: string) => void;
|
|
359
|
-
error?: boolean;
|
|
360
|
-
errorMessage?: string;
|
|
361
|
-
required?: boolean;
|
|
362
|
-
}
|
|
363
|
-
declare function TimePicker({ variant, size, fullWidth, disabled, iconPosition, label, placeholder, className, onChange, error, errorMessage, required }: TimePickerProps): react_jsx_runtime.JSX.Element;
|
|
364
|
-
|
|
365
|
-
declare const inputVariants: (props?: ({
|
|
366
|
-
variant?: "primary" | "secondary" | null | undefined;
|
|
367
|
-
size?: "medium" | "small" | "extrasmall" | null | undefined;
|
|
368
|
-
fullWidth?: boolean | null | undefined;
|
|
369
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
370
|
-
type inputVariantsProps = VariantProps<typeof inputVariants>;
|
|
371
|
-
type IconPosition$1 = 'left' | 'right';
|
|
372
|
-
interface InputProps extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "size" | "value" | "onChange">, inputVariantsProps {
|
|
373
|
-
label?: string;
|
|
374
|
-
size?: "small" | "medium" | "extrasmall";
|
|
375
|
-
value?: Date | null;
|
|
376
|
-
placeholder?: string;
|
|
377
|
-
onChange?: (date: Date | null) => void;
|
|
378
|
-
minDate?: Date | null;
|
|
379
|
-
maxDate?: Date | null;
|
|
380
|
-
yearStart?: number;
|
|
381
|
-
yearRange?: number;
|
|
382
|
-
iconPosition: IconPosition$1;
|
|
383
|
-
calWidth?: string;
|
|
384
|
-
calHeight?: string;
|
|
385
|
-
optionalWidth?: string;
|
|
386
|
-
id?: string;
|
|
387
|
-
name?: string;
|
|
388
|
-
}
|
|
389
|
-
declare const DatePicker: react__default.FC<InputProps>;
|
|
390
|
-
|
|
391
|
-
declare const dateRangeVariants: (props?: ({
|
|
392
|
-
variant?: "primary" | "secondary" | null | undefined;
|
|
393
|
-
size?: "medium" | "small" | "extrasmall" | null | undefined;
|
|
394
|
-
fullWidth?: boolean | null | undefined;
|
|
395
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
396
|
-
type dateRangeVariantsProps = VariantProps<typeof dateRangeVariants>;
|
|
397
|
-
type IconPosition = 'left' | 'right';
|
|
398
|
-
interface DateRangePickerProps extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "size" | "value">, dateRangeVariantsProps {
|
|
399
|
-
label?: string;
|
|
400
|
-
size?: "small" | "medium" | "extrasmall";
|
|
401
|
-
value?: {
|
|
402
|
-
start: Date | null;
|
|
403
|
-
end: Date | null;
|
|
404
|
-
} | null;
|
|
405
|
-
placeholder?: string;
|
|
406
|
-
onChangeRange?: (range: {
|
|
407
|
-
start: Date | null;
|
|
408
|
-
end: Date | null;
|
|
409
|
-
}) => void;
|
|
410
|
-
minDate?: Date;
|
|
411
|
-
maxDate?: Date;
|
|
412
|
-
yearStart?: number;
|
|
413
|
-
yearRange?: number;
|
|
414
|
-
iconPosition: IconPosition;
|
|
415
|
-
calWidth?: string;
|
|
416
|
-
calHeight?: string;
|
|
417
|
-
optionalWidth?: string;
|
|
418
|
-
id?: string;
|
|
419
|
-
name?: string;
|
|
420
|
-
primaryButton?: react__default.ReactNode;
|
|
421
|
-
secondaryButton?: react__default.ReactNode;
|
|
422
|
-
}
|
|
423
|
-
declare const DateRangePicker: react__default.FC<DateRangePickerProps>;
|
|
424
|
-
|
|
425
|
-
declare const variantIcons: {
|
|
426
|
-
readonly info: react_icons.IconType;
|
|
427
|
-
readonly error: react_icons.IconType;
|
|
428
|
-
readonly warning: react_icons.IconType;
|
|
429
|
-
readonly success: react_icons.IconType;
|
|
430
|
-
};
|
|
431
|
-
type ToasterVariant = keyof typeof variantIcons;
|
|
432
|
-
declare const toasterBase: (props?: ({
|
|
433
|
-
size?: "xs" | "sm" | "md" | "lg" | null | undefined;
|
|
434
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
435
|
-
interface ToasterProps extends VariantProps<typeof toasterBase> {
|
|
436
|
-
size?: "lg" | "md" | "sm" | "xs";
|
|
437
|
-
variant?: ToasterVariant;
|
|
438
|
-
title?: string;
|
|
439
|
-
description?: react__default.ReactNode;
|
|
440
|
-
primaryButton?: react__default.ReactNode;
|
|
441
|
-
secondaryButton?: react__default.ReactNode;
|
|
442
|
-
showClose?: boolean;
|
|
443
|
-
icon?: react__default.ReactNode;
|
|
444
|
-
onClose?: () => void;
|
|
445
|
-
duration?: number;
|
|
446
|
-
className?: string;
|
|
447
|
-
}
|
|
448
|
-
declare function Toaster({ size, variant, title, description, primaryButton, secondaryButton, showClose, icon, onClose, duration, className, }: ToasterProps): react_jsx_runtime.JSX.Element;
|
|
449
|
-
|
|
450
|
-
declare const WEEK_DAYS: string[];
|
|
451
|
-
declare const MONTHS: string[];
|
|
452
|
-
declare const format: (date: Date, pattern?: string) => string;
|
|
453
|
-
declare const startOfMonth: (date: Date) => Date;
|
|
454
|
-
declare const endOfMonth: (date: Date) => Date;
|
|
455
|
-
declare const startOfWeek: (date: Date) => Date;
|
|
456
|
-
declare const endOfWeek: (date: Date) => Date;
|
|
457
|
-
declare const addDays: (date: Date, days: number) => Date;
|
|
458
|
-
declare const addMonths: (date: Date, months: number) => Date;
|
|
459
|
-
declare const addYear: (date: Date, years: number) => Date;
|
|
460
|
-
declare const subMonths: (date: Date, months: number) => Date;
|
|
461
|
-
declare const subYear: (date: Date, years: number) => Date;
|
|
462
|
-
declare const isSameMonth: (d1: Date, d2: Date) => boolean;
|
|
463
|
-
declare const isSameDay: (d1: Date, d2: Date) => boolean;
|
|
464
|
-
|
|
465
|
-
declare const AssistiveTextStyles: (props?: ({
|
|
466
|
-
size?: "medium" | "small" | "extrasmall" | null | undefined;
|
|
467
|
-
tone?: "default" | "disabled" | "error" | "success" | "warning" | null | undefined;
|
|
468
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
469
|
-
interface AssistiveTextProps extends react__default.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof AssistiveTextStyles> {
|
|
470
|
-
/**
|
|
471
|
-
* ID used for aria-describedby
|
|
472
|
-
*/
|
|
473
|
-
id?: string;
|
|
474
|
-
/**
|
|
475
|
-
* Content to render
|
|
476
|
-
*/
|
|
477
|
-
children: react__default.ReactNode;
|
|
478
|
-
}
|
|
479
|
-
declare const AssistiveText: react__default.FC<AssistiveTextProps>;
|
|
480
|
-
|
|
481
|
-
declare const helperTextVariants: (props?: ({
|
|
482
|
-
variant?: "error" | "success" | "warning" | "info" | null | undefined;
|
|
483
|
-
size?: "medium" | "small" | "extrasmall" | null | undefined;
|
|
484
|
-
disabled?: boolean | null | undefined;
|
|
485
|
-
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
486
|
-
interface HelperTextProps extends VariantProps<typeof helperTextVariants> {
|
|
487
|
-
text: string;
|
|
488
|
-
id?: string;
|
|
489
|
-
className?: string;
|
|
490
|
-
showIcon?: boolean;
|
|
491
|
-
disabled?: boolean;
|
|
492
|
-
}
|
|
493
|
-
declare const HelperText: react__default.FC<HelperTextProps>;
|
|
494
|
-
|
|
495
|
-
interface IconsSvgProps {
|
|
496
|
-
className?: string;
|
|
497
|
-
size?: number;
|
|
498
|
-
}
|
|
499
|
-
declare function IconsSvg({ className, size, }: IconsSvgProps): react_jsx_runtime.JSX.Element;
|
|
500
|
-
|
|
501
|
-
declare const Memo$1o: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
502
|
-
|
|
503
|
-
declare const Memo$1n: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
504
|
-
|
|
505
|
-
declare const Memo$1m: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
506
|
-
|
|
507
|
-
declare const Memo$1l: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
508
|
-
|
|
509
|
-
declare const Memo$1k: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
510
|
-
|
|
511
|
-
declare const Memo$1j: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
512
|
-
|
|
513
|
-
declare const Memo$1i: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
514
|
-
|
|
515
|
-
declare const Memo$1h: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
516
|
-
|
|
517
|
-
declare const Memo$1g: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
518
|
-
|
|
519
|
-
declare const Memo$1f: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
520
|
-
|
|
521
|
-
declare const Memo$1e: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
522
|
-
|
|
523
|
-
declare const Memo$1d: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
524
|
-
|
|
525
|
-
declare const Memo$1c: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
526
|
-
|
|
527
|
-
declare const Memo$1b: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
528
|
-
|
|
529
|
-
declare const Memo$1a: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
530
|
-
|
|
531
|
-
declare const Memo$19: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
532
|
-
|
|
533
|
-
declare const Memo$18: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
534
|
-
|
|
535
|
-
declare const Memo$17: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
536
|
-
|
|
537
|
-
declare const Memo$16: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
538
|
-
|
|
539
|
-
declare const Memo$15: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
540
|
-
|
|
541
|
-
declare const Memo$14: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
542
|
-
|
|
543
|
-
declare const Memo$13: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
544
|
-
|
|
545
|
-
declare const Memo$12: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
546
|
-
|
|
547
|
-
declare const Memo$11: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
548
|
-
|
|
549
|
-
declare const Memo$10: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
550
|
-
|
|
551
|
-
declare const Memo$$: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
552
|
-
|
|
553
|
-
declare const Memo$_: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
554
|
-
|
|
555
|
-
declare const Memo$Z: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
556
|
-
|
|
557
|
-
declare const Memo$Y: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
558
|
-
|
|
559
|
-
declare const Memo$X: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
560
|
-
|
|
561
|
-
declare const Memo$W: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
562
|
-
|
|
563
|
-
declare const Memo$V: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
564
|
-
|
|
565
|
-
declare const Memo$U: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
566
|
-
|
|
567
|
-
declare const Memo$T: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
568
|
-
|
|
569
|
-
declare const Memo$S: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
570
|
-
|
|
571
|
-
declare const Memo$R: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
572
|
-
|
|
573
|
-
declare const Memo$Q: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
574
|
-
|
|
575
|
-
declare const Memo$P: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
576
|
-
|
|
577
|
-
declare const Memo$O: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
578
|
-
|
|
579
|
-
declare const Memo$N: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
580
|
-
|
|
581
|
-
declare const Memo$M: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
582
|
-
|
|
583
|
-
declare const Memo$L: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
584
|
-
|
|
585
|
-
declare const Memo$K: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
586
|
-
|
|
587
|
-
declare const Memo$J: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
588
|
-
|
|
589
|
-
declare const Memo$I: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
590
|
-
|
|
591
|
-
declare const Memo$H: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
592
|
-
|
|
593
|
-
declare const Memo$G: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
594
|
-
|
|
595
|
-
declare const Memo$F: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
596
|
-
|
|
597
|
-
declare const Memo$E: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
598
|
-
|
|
599
|
-
declare const Memo$D: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
600
|
-
|
|
601
|
-
declare const Memo$C: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
602
|
-
|
|
603
|
-
declare const Memo$B: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
604
|
-
|
|
605
|
-
declare const Memo$A: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
606
|
-
|
|
607
|
-
declare const Memo$z: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
608
|
-
|
|
609
|
-
declare const Memo$y: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
610
|
-
|
|
611
|
-
declare const Memo$x: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
612
|
-
|
|
613
|
-
declare const Memo$w: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
614
|
-
|
|
615
|
-
declare const Memo$v: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
616
|
-
|
|
617
|
-
declare const Memo$u: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
618
|
-
|
|
619
|
-
declare const Memo$t: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
620
|
-
|
|
621
|
-
declare const Memo$s: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
622
|
-
|
|
623
|
-
declare const Memo$r: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
624
|
-
|
|
625
|
-
declare const Memo$q: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
626
|
-
|
|
627
|
-
declare const Memo$p: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
628
|
-
|
|
629
|
-
declare const Memo$o: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
630
|
-
|
|
631
|
-
declare const Memo$n: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
632
|
-
|
|
633
|
-
declare const Memo$m: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
634
|
-
|
|
635
|
-
declare const Memo$l: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
636
|
-
|
|
637
|
-
declare const Memo$k: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
638
|
-
|
|
639
|
-
declare const Memo$j: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
640
|
-
|
|
641
|
-
declare const Memo$i: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
642
|
-
|
|
643
|
-
declare const Memo$h: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
644
|
-
|
|
645
|
-
declare const Memo$g: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
646
|
-
|
|
647
|
-
declare const Memo$f: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
648
|
-
|
|
649
|
-
declare const Memo$e: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
650
|
-
|
|
651
|
-
declare const Memo$d: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
652
|
-
|
|
653
|
-
declare const Memo$c: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
654
|
-
|
|
655
|
-
declare const Memo$b: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
656
|
-
|
|
657
|
-
declare const Memo$a: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
658
|
-
|
|
659
|
-
declare const Memo$9: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
660
|
-
|
|
661
|
-
declare const Memo$8: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
662
|
-
|
|
663
|
-
declare const Memo$7: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
664
|
-
|
|
665
|
-
declare const Memo$6: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
666
|
-
|
|
667
|
-
declare const Memo$5: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
668
|
-
|
|
669
|
-
declare const Memo$4: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
670
|
-
|
|
671
|
-
declare const Memo$3: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
672
|
-
|
|
673
|
-
declare const Memo$2: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
674
|
-
|
|
675
|
-
declare const Memo$1: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
676
|
-
|
|
677
|
-
declare const Memo: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
678
|
-
|
|
679
|
-
export { AssistiveText, Badge, Banner, Button, Checkbox, DatePicker, DateRangePicker, Memo$1m as DbsAisSignal, Memo$1l as DbsArrowDown, Memo$1k as DbsArrowRight, Memo$1j as DbsArrowUp, Memo$1i as DbsAtmosphericPressure, Memo$1h as DbsCanal, Memo$1g as DbsCargoDischarging, Memo$1f as DbsCargoLoading, Memo$1e as DbsCharterParty, Memo$1d as DbsCharterPartyRemove, Memo$1c as DbsCheckbook, Memo$1b as DbsCheckmark, Memo$1a as DbsCii, Memo$19 as DbsCiiNav, Memo$18 as DbsClose, Memo$17 as DbsCo2, Memo$16 as DbsColdWarmFronts, Memo$15 as DbsConstraints, Memo$14 as DbsCreateOrder, Memo$13 as DbsCsv, Memo$12 as DbsCurrents, Memo$11 as DbsCurrentsV2, Memo$10 as DbsDistance, Memo$$ as DbsDocument, Memo$_ as DbsDrop, Memo$Z as DbsEco, Memo$Y as DbsEmissionsAnalytics, Memo$X as DbsEnvironmentalZones, Memo$W as DbsExpandContent, Memo$V as DbsFlagFinish, Memo$U as DbsFuelModelCurve, Memo$T as DbsFuelTable, Memo$S as DbsGpx, Memo$R as DbsIce, Memo$Q as DbsInfo, Memo$1n as DbsInl, Memo$P as DbsKml, Memo$O as DbsLeafSolid, Memo$N as DbsLoading, Memo$M as DbsLogo, Memo$L as DbsMeasure, Memo$K as DbsNames, Memo$J as DbsNotUnderway, Memo$I as DbsOilBarrel, Memo$H as DbsOnlineStatus, Memo$G as DbsOpenAsPage, Memo$F as DbsOptimisationStatusNoplan, Memo$E as DbsOptimisationStatusNotfollowing, Memo$D as DbsOptimisationStatusOptimised, Memo$C as DbsPackage, Memo$B as DbsParametricRolling, Memo$A as DbsPdf, Memo$z as DbsPerformance, Memo$y as DbsPiracy, Memo$x as DbsPlan, Memo$w as DbsPlaylistEdit, Memo$v as DbsPolarChart, Memo$u as DbsPort, Memo$t as DbsPorts, Memo$s as DbsProxyPrice, Memo$r as DbsRequestQuote, Memo$q as DbsRoutes, Memo$p as DbsRtz, Memo$o as DbsSameCountry, Memo$n as DbsSeasonalWeatherRisk, Memo$m as DbsSeca, Memo$l as DbsSensorsOff, Memo$k as DbsSigWaveHeight, Memo$j as DbsSlow, Memo$i as DbsSpeed, Memo$h as DbsStorms, Memo$g as DbsSts, Memo$f as DbsTrophy, Memo$e as DbsUpside, Memo$d as DbsVessel, Memo$c as DbsVessel45Deg, Memo$b as DbsVesselMasked45Deg, Memo$a as DbsVesselOutline, Memo$9 as DbsVoyageStatusOff, Memo$8 as DbsVoyageStatusOn, Memo$7 as DbsWaterTemperature, Memo$6 as DbsWeather, Memo$5 as DbsWeatherScale, Memo$4 as DbsWeatherStriped, Memo$3 as DbsWeatherUnavailable, Memo$2 as DbsWind, Memo$1 as DbsWindBarb, Memo as DbsWindBarbV2, Dialog, DialogActions, DialogContent, DialogTitle, HelperText, IconsSvg, Input, Label, MONTHS, MultiSelect, RadioGroup, Select, Memo$1o as SplitscreenVerticalAdd, Tab, TabPanel, Tabs, TextArea, TimePicker, Toaster, Toggle, ToggleGroup, Tooltip, WEEK_DAYS, addDays, addMonths, addYear, endOfMonth, endOfWeek, format, isSameDay, isSameMonth, startOfMonth, startOfWeek, subMonths, subYear };
|
|
1
|
+
import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
|
|
2
|
+
import * as react from 'react';
|
|
3
|
+
import react__default, { ReactNode, SVGProps } from 'react';
|
|
4
|
+
import { VariantProps } from 'class-variance-authority';
|
|
5
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
|
+
import * as react_icons from 'react-icons';
|
|
7
|
+
|
|
8
|
+
declare const badgeVariants: (props?: ({
|
|
9
|
+
size?: "medium" | "small" | "extrasmall" | null | undefined;
|
|
10
|
+
color?: "blue" | "gray" | "green" | "red" | "yellow" | null | undefined;
|
|
11
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
12
|
+
declare const overlayPositionVariants: (props?: ({
|
|
13
|
+
placement?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | null | undefined;
|
|
14
|
+
overlap?: "rectangle" | "circle" | null | undefined;
|
|
15
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
16
|
+
type BadgeBaseProps = Omit<react__default.HTMLAttributes<HTMLSpanElement>, "color" | "content">;
|
|
17
|
+
interface BadgeProps extends BadgeBaseProps, VariantProps<typeof badgeVariants>, VariantProps<typeof overlayPositionVariants> {
|
|
18
|
+
content?: number | string;
|
|
19
|
+
max?: number;
|
|
20
|
+
showZero?: boolean;
|
|
21
|
+
}
|
|
22
|
+
declare const Badge: react__default.FC<BadgeProps>;
|
|
23
|
+
|
|
24
|
+
declare const variantIcons$1: {
|
|
25
|
+
readonly info: react_icons.IconType;
|
|
26
|
+
readonly error: react_icons.IconType;
|
|
27
|
+
readonly warning: react_icons.IconType;
|
|
28
|
+
readonly success: react_icons.IconType;
|
|
29
|
+
};
|
|
30
|
+
type BannerVariant = keyof typeof variantIcons$1;
|
|
31
|
+
declare const bannerBase: (props?: ({
|
|
32
|
+
size?: "large" | "medium" | "small" | "extrasmall" | null | undefined;
|
|
33
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
34
|
+
interface BannerProps extends VariantProps<typeof bannerBase> {
|
|
35
|
+
size?: "large" | "medium" | "small" | "extrasmall";
|
|
36
|
+
variant?: BannerVariant;
|
|
37
|
+
title?: string;
|
|
38
|
+
showTitle?: boolean;
|
|
39
|
+
description?: react__default.ReactNode;
|
|
40
|
+
primaryButton?: react__default.ReactNode;
|
|
41
|
+
secondaryButton?: react__default.ReactNode;
|
|
42
|
+
showClose?: boolean;
|
|
43
|
+
icon?: react__default.ReactNode;
|
|
44
|
+
onClose?: () => void;
|
|
45
|
+
className?: string;
|
|
46
|
+
}
|
|
47
|
+
declare function Banner({ size, variant, title, showTitle, description, primaryButton, secondaryButton, showClose, icon, onClose, className, }: BannerProps): react_jsx_runtime.JSX.Element;
|
|
48
|
+
|
|
49
|
+
declare const buttonVariants: (props?: ({
|
|
50
|
+
variant?: "primary" | "outlined" | "secondary" | "secondary-light" | "destructive" | "destructive-light" | "text" | "transparent-outline" | "transparent-text" | "icon-normal" | "icon" | "star" | "star-favorited" | "star-disabled" | null | undefined;
|
|
51
|
+
size?: "large" | "medium" | "small" | "extrasmall" | null | undefined;
|
|
52
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
53
|
+
interface ButtonProps extends react__default.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
54
|
+
size?: "large" | "medium" | "small" | "extrasmall";
|
|
55
|
+
leftIcon?: react__default.ReactNode;
|
|
56
|
+
rightIcon?: react__default.ReactNode;
|
|
57
|
+
loading?: boolean;
|
|
58
|
+
children?: react__default.ReactNode;
|
|
59
|
+
}
|
|
60
|
+
declare const Button: react__default.ForwardRefExoticComponent<ButtonProps & react__default.RefAttributes<HTMLButtonElement>>;
|
|
61
|
+
|
|
62
|
+
interface CheckboxOption extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "value" | "id"> {
|
|
63
|
+
id: string | number;
|
|
64
|
+
label: string;
|
|
65
|
+
value: string;
|
|
66
|
+
disabled?: boolean;
|
|
67
|
+
description?: string;
|
|
68
|
+
icon?: react__default.ReactNode;
|
|
69
|
+
}
|
|
70
|
+
interface CheckboxProps extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "size" | "value" | "onChange"> {
|
|
71
|
+
checked?: boolean;
|
|
72
|
+
label?: react__default.ReactNode | string;
|
|
73
|
+
description?: string;
|
|
74
|
+
icon?: react__default.ReactNode;
|
|
75
|
+
options?: CheckboxOption[];
|
|
76
|
+
value?: (string | number)[];
|
|
77
|
+
variant?: "default" | "card" | "button" | "circular";
|
|
78
|
+
size?: "small" | "medium" | "large";
|
|
79
|
+
color?: string;
|
|
80
|
+
layout?: "vertical" | "horizontal";
|
|
81
|
+
disabled?: boolean;
|
|
82
|
+
error?: boolean;
|
|
83
|
+
errorMessage?: string;
|
|
84
|
+
helperText?: string;
|
|
85
|
+
required?: boolean;
|
|
86
|
+
maxSelections?: number;
|
|
87
|
+
minSelections?: number;
|
|
88
|
+
className?: string;
|
|
89
|
+
checkedBgColor?: string;
|
|
90
|
+
checkedTickColor?: string;
|
|
91
|
+
bordered?: boolean;
|
|
92
|
+
onChange?: (checked: boolean | (string | number)[] | CheckboxOption[]) => void;
|
|
93
|
+
}
|
|
94
|
+
declare function Checkbox({ checked, label, description, icon, options, variant, size, layout, disabled, error, errorMessage, helperText, required, maxSelections, minSelections, value, onChange, className, checkedBgColor, checkedTickColor, }: CheckboxProps): react_jsx_runtime.JSX.Element;
|
|
95
|
+
|
|
96
|
+
declare const panelStyles: (props?: ({
|
|
97
|
+
size?: "large" | "medium" | "small" | null | undefined;
|
|
98
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
99
|
+
interface DialogTitleProps {
|
|
100
|
+
children: react__default.ReactNode;
|
|
101
|
+
onClose?: () => void;
|
|
102
|
+
closeIcon?: react__default.ReactNode;
|
|
103
|
+
}
|
|
104
|
+
declare const DialogTitle: react__default.FC<DialogTitleProps>;
|
|
105
|
+
declare const DialogContent: react__default.FC<{
|
|
106
|
+
children: react__default.ReactNode;
|
|
107
|
+
}>;
|
|
108
|
+
declare const DialogActions: react__default.FC<{
|
|
109
|
+
children: react__default.ReactNode;
|
|
110
|
+
}>;
|
|
111
|
+
interface DialogProps extends VariantProps<typeof panelStyles> {
|
|
112
|
+
open: boolean;
|
|
113
|
+
onClose?: () => void;
|
|
114
|
+
children: react__default.ReactNode;
|
|
115
|
+
closeIcon?: react__default.ReactNode;
|
|
116
|
+
}
|
|
117
|
+
declare const Dialog: react__default.FC<DialogProps>;
|
|
118
|
+
|
|
119
|
+
interface InputProps$1 extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "size" | "onChange"> {
|
|
120
|
+
size?: "small" | "medium" | "extrasmall";
|
|
121
|
+
error?: string;
|
|
122
|
+
success?: string;
|
|
123
|
+
leftIcon?: ReactNode;
|
|
124
|
+
rightIcon?: ReactNode;
|
|
125
|
+
showLeftIcon?: boolean;
|
|
126
|
+
showRightIcon?: boolean;
|
|
127
|
+
integerLimit?: number;
|
|
128
|
+
decimalLimit?: number;
|
|
129
|
+
showSelect?: boolean;
|
|
130
|
+
selectOptions?: {
|
|
131
|
+
label: string;
|
|
132
|
+
value: string;
|
|
133
|
+
}[];
|
|
134
|
+
onChange?: (e: react__default.ChangeEvent<HTMLInputElement>, error?: string) => void;
|
|
135
|
+
className?: string;
|
|
136
|
+
label?: string;
|
|
137
|
+
labelVariant?: "fixed" | "floating";
|
|
138
|
+
regexKey?: string;
|
|
139
|
+
}
|
|
140
|
+
declare const Input: ({ size, error, success, leftIcon, rightIcon, showLeftIcon, showRightIcon, className, value, onChange, disabled, readOnly, type, integerLimit, decimalLimit, showSelect, selectOptions, label, labelVariant, placeholder, ...props }: InputProps$1) => react_jsx_runtime.JSX.Element;
|
|
141
|
+
|
|
142
|
+
declare const labelStyles: (props?: ({
|
|
143
|
+
size?: "large" | "medium" | "small" | "extrasmall" | "xs" | "sm" | "md" | "lg" | null | undefined;
|
|
144
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
145
|
+
interface LabelProps extends react__default.LabelHTMLAttributes<HTMLLabelElement>, VariantProps<typeof labelStyles> {
|
|
146
|
+
text?: string;
|
|
147
|
+
required?: boolean;
|
|
148
|
+
}
|
|
149
|
+
declare const Label: react__default.FC<LabelProps>;
|
|
150
|
+
|
|
151
|
+
interface MultiSelectOption {
|
|
152
|
+
id: number | string;
|
|
153
|
+
label: string;
|
|
154
|
+
value: string;
|
|
155
|
+
disabled?: boolean;
|
|
156
|
+
description?: string;
|
|
157
|
+
group?: string;
|
|
158
|
+
}
|
|
159
|
+
interface MultiSelectProps {
|
|
160
|
+
options?: MultiSelectOption[];
|
|
161
|
+
variant?: "float" | "default";
|
|
162
|
+
values?: MultiSelectOption[];
|
|
163
|
+
onChange?: (selected: MultiSelectOption[]) => void;
|
|
164
|
+
placeholder?: string;
|
|
165
|
+
label?: string;
|
|
166
|
+
disabled?: boolean;
|
|
167
|
+
error?: boolean;
|
|
168
|
+
defaultValues?: MultiSelectOption[];
|
|
169
|
+
searchable?: boolean;
|
|
170
|
+
hint?: string;
|
|
171
|
+
loading?: boolean;
|
|
172
|
+
noOptionsText?: string;
|
|
173
|
+
size?: "small" | "medium" | "large";
|
|
174
|
+
fullWidth?: boolean;
|
|
175
|
+
clearable?: boolean;
|
|
176
|
+
selectorIcon?: react__default.ReactNode;
|
|
177
|
+
dropdownPanelWidth?: string;
|
|
178
|
+
maxSelected?: number;
|
|
179
|
+
showSelectedBadges?: boolean;
|
|
180
|
+
maxVisibleChips?: number;
|
|
181
|
+
className?: string;
|
|
182
|
+
dropdownClassName?: string;
|
|
183
|
+
}
|
|
184
|
+
declare const MultiSelect: react__default.FC<MultiSelectProps>;
|
|
185
|
+
|
|
186
|
+
interface RadioOption {
|
|
187
|
+
label: string;
|
|
188
|
+
value: string;
|
|
189
|
+
disabled?: boolean;
|
|
190
|
+
}
|
|
191
|
+
interface RadioGroupProps {
|
|
192
|
+
name?: string;
|
|
193
|
+
label?: string;
|
|
194
|
+
required?: boolean;
|
|
195
|
+
showGroupLabel?: boolean;
|
|
196
|
+
options: RadioOption[];
|
|
197
|
+
value: string;
|
|
198
|
+
variant?: "basic" | "card";
|
|
199
|
+
size?: "extrasmall" | "small" | "medium";
|
|
200
|
+
error?: boolean;
|
|
201
|
+
errorMessage?: string;
|
|
202
|
+
direction?: "horizontal" | "vertical";
|
|
203
|
+
className?: string;
|
|
204
|
+
onChange?: (value: string) => void;
|
|
205
|
+
}
|
|
206
|
+
declare const RadioGroup: react__default.FC<RadioGroupProps>;
|
|
207
|
+
|
|
208
|
+
interface Option {
|
|
209
|
+
id: number | string;
|
|
210
|
+
label: string;
|
|
211
|
+
value: string;
|
|
212
|
+
disabled?: boolean;
|
|
213
|
+
description?: string;
|
|
214
|
+
group?: string;
|
|
215
|
+
}
|
|
216
|
+
interface SelectProps {
|
|
217
|
+
options?: Option[];
|
|
218
|
+
value?: string | null;
|
|
219
|
+
defaultValue?: Option | string | null;
|
|
220
|
+
onChange?: (value: Option | null) => void;
|
|
221
|
+
placeholder?: string;
|
|
222
|
+
label?: string;
|
|
223
|
+
disabled?: boolean;
|
|
224
|
+
error?: boolean;
|
|
225
|
+
searchable?: boolean;
|
|
226
|
+
hint?: string;
|
|
227
|
+
loading?: boolean;
|
|
228
|
+
noOptionsText?: string;
|
|
229
|
+
size?: "small" | "medium" | "large";
|
|
230
|
+
fullWidth?: boolean;
|
|
231
|
+
clearable?: boolean;
|
|
232
|
+
selectorIcon?: react__default.ReactNode;
|
|
233
|
+
dropdownPanelWidth?: string;
|
|
234
|
+
className?: string;
|
|
235
|
+
variant?: "float" | "default";
|
|
236
|
+
dropdownClassName?: string;
|
|
237
|
+
id?: string | number;
|
|
238
|
+
name?: string | number;
|
|
239
|
+
}
|
|
240
|
+
declare const Select: react__default.FC<SelectProps>;
|
|
241
|
+
|
|
242
|
+
interface TabProps extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "size" | "value" | "onChange"> {
|
|
243
|
+
label: string;
|
|
244
|
+
icon?: react__default.ReactNode;
|
|
245
|
+
disabled?: boolean;
|
|
246
|
+
isActive?: boolean;
|
|
247
|
+
size?: "small" | "medium";
|
|
248
|
+
onClick?: () => void;
|
|
249
|
+
className?: string;
|
|
250
|
+
index?: number;
|
|
251
|
+
badge?: react__default.ReactNode;
|
|
252
|
+
}
|
|
253
|
+
interface TabsProps$1 extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "value" | "onChange" | "size"> {
|
|
254
|
+
value: number;
|
|
255
|
+
onChange: (index: number) => void;
|
|
256
|
+
size?: "small" | "medium";
|
|
257
|
+
children: react__default.ReactNode;
|
|
258
|
+
className?: string;
|
|
259
|
+
"aria-label"?: string;
|
|
260
|
+
}
|
|
261
|
+
interface TabPanelProps extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "value"> {
|
|
262
|
+
value: number;
|
|
263
|
+
index: number;
|
|
264
|
+
children: react__default.ReactNode;
|
|
265
|
+
className?: string;
|
|
266
|
+
}
|
|
267
|
+
declare function Tab({ label, icon, disabled, isActive, size, onClick, className, index, badge, }: TabProps): react_jsx_runtime.JSX.Element;
|
|
268
|
+
declare function Tabs({ value, onChange, size, children, className, "aria-label": ariaLabel, }: TabsProps$1): react_jsx_runtime.JSX.Element;
|
|
269
|
+
declare function TabPanel({ value, index, children, className, }: TabPanelProps): react_jsx_runtime.JSX.Element | null;
|
|
270
|
+
|
|
271
|
+
declare const textAreaCva: (props?: ({
|
|
272
|
+
size?: "medium" | "small" | "extrasmall" | null | undefined;
|
|
273
|
+
status?: "error" | "success" | "none" | "warning" | null | undefined;
|
|
274
|
+
disabled?: boolean | null | undefined;
|
|
275
|
+
readOnly?: boolean | null | undefined;
|
|
276
|
+
focus?: "error" | "none" | "cyan" | null | undefined;
|
|
277
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
278
|
+
interface TextAreaProps extends Omit<react__default.TextareaHTMLAttributes<HTMLTextAreaElement>, "size" | "onInput" | "disabled" | "readOnly">, VariantProps<typeof textAreaCva> {
|
|
279
|
+
rows?: number;
|
|
280
|
+
label: string;
|
|
281
|
+
placeholder?: string;
|
|
282
|
+
error?: string;
|
|
283
|
+
disabled?: boolean;
|
|
284
|
+
readOnly?: boolean;
|
|
285
|
+
size?: "small" | "medium" | "extrasmall";
|
|
286
|
+
helperText?: string;
|
|
287
|
+
helperTextColor?: string;
|
|
288
|
+
assistiveTextColor?: string;
|
|
289
|
+
maxChars?: number;
|
|
290
|
+
showAssistiveText?: boolean;
|
|
291
|
+
value?: string;
|
|
292
|
+
onInput?: (e: react__default.ChangeEvent<HTMLTextAreaElement>) => void;
|
|
293
|
+
onchnage?: (value: string[] | null) => void;
|
|
294
|
+
className?: string;
|
|
295
|
+
labelVariant?: "fixed" | "floating";
|
|
296
|
+
}
|
|
297
|
+
declare const TextArea: react__default.ForwardRefExoticComponent<TextAreaProps & react__default.RefAttributes<HTMLTextAreaElement>>;
|
|
298
|
+
|
|
299
|
+
interface ToggleProps {
|
|
300
|
+
label?: string;
|
|
301
|
+
description?: string;
|
|
302
|
+
disabled?: boolean;
|
|
303
|
+
loading?: boolean;
|
|
304
|
+
showIcons?: boolean;
|
|
305
|
+
size?: "small" | "medium" | "large" | "xl";
|
|
306
|
+
variant?: "default" | "pill" | "icon";
|
|
307
|
+
color?: string;
|
|
308
|
+
required?: boolean;
|
|
309
|
+
onChange?: (checked: boolean) => void;
|
|
310
|
+
}
|
|
311
|
+
declare function Toggle({ label, description, disabled, loading, showIcons, size, variant, color, required, onChange, }: ToggleProps): react_jsx_runtime.JSX.Element;
|
|
312
|
+
|
|
313
|
+
type TabSize = "extrasmall" | "small" | "medium";
|
|
314
|
+
interface TabItem {
|
|
315
|
+
id?: number;
|
|
316
|
+
label: string;
|
|
317
|
+
disabled?: boolean;
|
|
318
|
+
content?: react__default.ReactNode;
|
|
319
|
+
}
|
|
320
|
+
interface TabsProps {
|
|
321
|
+
tabs: TabItem[];
|
|
322
|
+
size?: TabSize;
|
|
323
|
+
className?: string;
|
|
324
|
+
disabled?: boolean;
|
|
325
|
+
defaultTab?: number;
|
|
326
|
+
onChange?: (index: number) => void;
|
|
327
|
+
fullWidth?: boolean;
|
|
328
|
+
}
|
|
329
|
+
declare function ToggleGroup({ tabs, size, className, defaultTab, onChange, fullWidth, disabled, }: TabsProps): react_jsx_runtime.JSX.Element;
|
|
330
|
+
|
|
331
|
+
declare const tooltipVariants: (props?: ({
|
|
332
|
+
variant?: "default" | "light" | null | undefined;
|
|
333
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
334
|
+
type TooltipPosition = "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
335
|
+
interface TooltipProps extends VariantProps<typeof tooltipVariants> {
|
|
336
|
+
content: string | ReactNode;
|
|
337
|
+
children: ReactNode;
|
|
338
|
+
position?: TooltipPosition;
|
|
339
|
+
className?: string;
|
|
340
|
+
maxWidth?: string | number;
|
|
341
|
+
delayShow?: number;
|
|
342
|
+
delayHide?: number;
|
|
343
|
+
}
|
|
344
|
+
declare const Tooltip: react__default.FC<TooltipProps>;
|
|
345
|
+
|
|
346
|
+
type Variant = "primary" | "secondary";
|
|
347
|
+
type Size = "extrasmall" | "small" | "medium";
|
|
348
|
+
type IconPosition$2 = "left" | "right";
|
|
349
|
+
interface TimePickerProps {
|
|
350
|
+
variant?: Variant;
|
|
351
|
+
size?: Size;
|
|
352
|
+
fullWidth?: boolean;
|
|
353
|
+
disabled?: boolean;
|
|
354
|
+
iconPosition?: IconPosition$2;
|
|
355
|
+
label?: string;
|
|
356
|
+
placeholder?: string;
|
|
357
|
+
className?: string;
|
|
358
|
+
onChange?: (value: string) => void;
|
|
359
|
+
error?: boolean;
|
|
360
|
+
errorMessage?: string;
|
|
361
|
+
required?: boolean;
|
|
362
|
+
}
|
|
363
|
+
declare function TimePicker({ variant, size, fullWidth, disabled, iconPosition, label, placeholder, className, onChange, error, errorMessage, required }: TimePickerProps): react_jsx_runtime.JSX.Element;
|
|
364
|
+
|
|
365
|
+
declare const inputVariants: (props?: ({
|
|
366
|
+
variant?: "primary" | "secondary" | null | undefined;
|
|
367
|
+
size?: "medium" | "small" | "extrasmall" | null | undefined;
|
|
368
|
+
fullWidth?: boolean | null | undefined;
|
|
369
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
370
|
+
type inputVariantsProps = VariantProps<typeof inputVariants>;
|
|
371
|
+
type IconPosition$1 = 'left' | 'right';
|
|
372
|
+
interface InputProps extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "size" | "value" | "onChange">, inputVariantsProps {
|
|
373
|
+
label?: string;
|
|
374
|
+
size?: "small" | "medium" | "extrasmall";
|
|
375
|
+
value?: Date | null;
|
|
376
|
+
placeholder?: string;
|
|
377
|
+
onChange?: (date: Date | null) => void;
|
|
378
|
+
minDate?: Date | null;
|
|
379
|
+
maxDate?: Date | null;
|
|
380
|
+
yearStart?: number;
|
|
381
|
+
yearRange?: number;
|
|
382
|
+
iconPosition: IconPosition$1;
|
|
383
|
+
calWidth?: string;
|
|
384
|
+
calHeight?: string;
|
|
385
|
+
optionalWidth?: string;
|
|
386
|
+
id?: string;
|
|
387
|
+
name?: string;
|
|
388
|
+
}
|
|
389
|
+
declare const DatePicker: react__default.FC<InputProps>;
|
|
390
|
+
|
|
391
|
+
declare const dateRangeVariants: (props?: ({
|
|
392
|
+
variant?: "primary" | "secondary" | null | undefined;
|
|
393
|
+
size?: "medium" | "small" | "extrasmall" | null | undefined;
|
|
394
|
+
fullWidth?: boolean | null | undefined;
|
|
395
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
396
|
+
type dateRangeVariantsProps = VariantProps<typeof dateRangeVariants>;
|
|
397
|
+
type IconPosition = 'left' | 'right';
|
|
398
|
+
interface DateRangePickerProps extends Omit<react__default.InputHTMLAttributes<HTMLInputElement>, "size" | "value">, dateRangeVariantsProps {
|
|
399
|
+
label?: string;
|
|
400
|
+
size?: "small" | "medium" | "extrasmall";
|
|
401
|
+
value?: {
|
|
402
|
+
start: Date | null;
|
|
403
|
+
end: Date | null;
|
|
404
|
+
} | null;
|
|
405
|
+
placeholder?: string;
|
|
406
|
+
onChangeRange?: (range: {
|
|
407
|
+
start: Date | null;
|
|
408
|
+
end: Date | null;
|
|
409
|
+
}) => void;
|
|
410
|
+
minDate?: Date;
|
|
411
|
+
maxDate?: Date;
|
|
412
|
+
yearStart?: number;
|
|
413
|
+
yearRange?: number;
|
|
414
|
+
iconPosition: IconPosition;
|
|
415
|
+
calWidth?: string;
|
|
416
|
+
calHeight?: string;
|
|
417
|
+
optionalWidth?: string;
|
|
418
|
+
id?: string;
|
|
419
|
+
name?: string;
|
|
420
|
+
primaryButton?: react__default.ReactNode;
|
|
421
|
+
secondaryButton?: react__default.ReactNode;
|
|
422
|
+
}
|
|
423
|
+
declare const DateRangePicker: react__default.FC<DateRangePickerProps>;
|
|
424
|
+
|
|
425
|
+
declare const variantIcons: {
|
|
426
|
+
readonly info: react_icons.IconType;
|
|
427
|
+
readonly error: react_icons.IconType;
|
|
428
|
+
readonly warning: react_icons.IconType;
|
|
429
|
+
readonly success: react_icons.IconType;
|
|
430
|
+
};
|
|
431
|
+
type ToasterVariant = keyof typeof variantIcons;
|
|
432
|
+
declare const toasterBase: (props?: ({
|
|
433
|
+
size?: "xs" | "sm" | "md" | "lg" | null | undefined;
|
|
434
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
435
|
+
interface ToasterProps extends VariantProps<typeof toasterBase> {
|
|
436
|
+
size?: "lg" | "md" | "sm" | "xs";
|
|
437
|
+
variant?: ToasterVariant;
|
|
438
|
+
title?: string;
|
|
439
|
+
description?: react__default.ReactNode;
|
|
440
|
+
primaryButton?: react__default.ReactNode;
|
|
441
|
+
secondaryButton?: react__default.ReactNode;
|
|
442
|
+
showClose?: boolean;
|
|
443
|
+
icon?: react__default.ReactNode;
|
|
444
|
+
onClose?: () => void;
|
|
445
|
+
duration?: number;
|
|
446
|
+
className?: string;
|
|
447
|
+
}
|
|
448
|
+
declare function Toaster({ size, variant, title, description, primaryButton, secondaryButton, showClose, icon, onClose, duration, className, }: ToasterProps): react_jsx_runtime.JSX.Element;
|
|
449
|
+
|
|
450
|
+
declare const WEEK_DAYS: string[];
|
|
451
|
+
declare const MONTHS: string[];
|
|
452
|
+
declare const format: (date: Date, pattern?: string) => string;
|
|
453
|
+
declare const startOfMonth: (date: Date) => Date;
|
|
454
|
+
declare const endOfMonth: (date: Date) => Date;
|
|
455
|
+
declare const startOfWeek: (date: Date) => Date;
|
|
456
|
+
declare const endOfWeek: (date: Date) => Date;
|
|
457
|
+
declare const addDays: (date: Date, days: number) => Date;
|
|
458
|
+
declare const addMonths: (date: Date, months: number) => Date;
|
|
459
|
+
declare const addYear: (date: Date, years: number) => Date;
|
|
460
|
+
declare const subMonths: (date: Date, months: number) => Date;
|
|
461
|
+
declare const subYear: (date: Date, years: number) => Date;
|
|
462
|
+
declare const isSameMonth: (d1: Date, d2: Date) => boolean;
|
|
463
|
+
declare const isSameDay: (d1: Date, d2: Date) => boolean;
|
|
464
|
+
|
|
465
|
+
declare const AssistiveTextStyles: (props?: ({
|
|
466
|
+
size?: "medium" | "small" | "extrasmall" | null | undefined;
|
|
467
|
+
tone?: "default" | "disabled" | "error" | "success" | "warning" | null | undefined;
|
|
468
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
469
|
+
interface AssistiveTextProps extends react__default.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof AssistiveTextStyles> {
|
|
470
|
+
/**
|
|
471
|
+
* ID used for aria-describedby
|
|
472
|
+
*/
|
|
473
|
+
id?: string;
|
|
474
|
+
/**
|
|
475
|
+
* Content to render
|
|
476
|
+
*/
|
|
477
|
+
children: react__default.ReactNode;
|
|
478
|
+
}
|
|
479
|
+
declare const AssistiveText: react__default.FC<AssistiveTextProps>;
|
|
480
|
+
|
|
481
|
+
declare const helperTextVariants: (props?: ({
|
|
482
|
+
variant?: "error" | "success" | "warning" | "info" | null | undefined;
|
|
483
|
+
size?: "medium" | "small" | "extrasmall" | null | undefined;
|
|
484
|
+
disabled?: boolean | null | undefined;
|
|
485
|
+
} & class_variance_authority_dist_types.ClassProp) | undefined) => string;
|
|
486
|
+
interface HelperTextProps extends VariantProps<typeof helperTextVariants> {
|
|
487
|
+
text: string;
|
|
488
|
+
id?: string;
|
|
489
|
+
className?: string;
|
|
490
|
+
showIcon?: boolean;
|
|
491
|
+
disabled?: boolean;
|
|
492
|
+
}
|
|
493
|
+
declare const HelperText: react__default.FC<HelperTextProps>;
|
|
494
|
+
|
|
495
|
+
interface IconsSvgProps {
|
|
496
|
+
className?: string;
|
|
497
|
+
size?: number;
|
|
498
|
+
}
|
|
499
|
+
declare function IconsSvg({ className, size, }: IconsSvgProps): react_jsx_runtime.JSX.Element;
|
|
500
|
+
|
|
501
|
+
declare const Memo$1o: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
502
|
+
|
|
503
|
+
declare const Memo$1n: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
504
|
+
|
|
505
|
+
declare const Memo$1m: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
506
|
+
|
|
507
|
+
declare const Memo$1l: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
508
|
+
|
|
509
|
+
declare const Memo$1k: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
510
|
+
|
|
511
|
+
declare const Memo$1j: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
512
|
+
|
|
513
|
+
declare const Memo$1i: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
514
|
+
|
|
515
|
+
declare const Memo$1h: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
516
|
+
|
|
517
|
+
declare const Memo$1g: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
518
|
+
|
|
519
|
+
declare const Memo$1f: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
520
|
+
|
|
521
|
+
declare const Memo$1e: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
522
|
+
|
|
523
|
+
declare const Memo$1d: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
524
|
+
|
|
525
|
+
declare const Memo$1c: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
526
|
+
|
|
527
|
+
declare const Memo$1b: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
528
|
+
|
|
529
|
+
declare const Memo$1a: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
530
|
+
|
|
531
|
+
declare const Memo$19: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
532
|
+
|
|
533
|
+
declare const Memo$18: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
534
|
+
|
|
535
|
+
declare const Memo$17: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
536
|
+
|
|
537
|
+
declare const Memo$16: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
538
|
+
|
|
539
|
+
declare const Memo$15: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
540
|
+
|
|
541
|
+
declare const Memo$14: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
542
|
+
|
|
543
|
+
declare const Memo$13: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
544
|
+
|
|
545
|
+
declare const Memo$12: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
546
|
+
|
|
547
|
+
declare const Memo$11: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
548
|
+
|
|
549
|
+
declare const Memo$10: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
550
|
+
|
|
551
|
+
declare const Memo$$: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
552
|
+
|
|
553
|
+
declare const Memo$_: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
554
|
+
|
|
555
|
+
declare const Memo$Z: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
556
|
+
|
|
557
|
+
declare const Memo$Y: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
558
|
+
|
|
559
|
+
declare const Memo$X: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
560
|
+
|
|
561
|
+
declare const Memo$W: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
562
|
+
|
|
563
|
+
declare const Memo$V: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
564
|
+
|
|
565
|
+
declare const Memo$U: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
566
|
+
|
|
567
|
+
declare const Memo$T: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
568
|
+
|
|
569
|
+
declare const Memo$S: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
570
|
+
|
|
571
|
+
declare const Memo$R: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
572
|
+
|
|
573
|
+
declare const Memo$Q: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
574
|
+
|
|
575
|
+
declare const Memo$P: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
576
|
+
|
|
577
|
+
declare const Memo$O: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
578
|
+
|
|
579
|
+
declare const Memo$N: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
580
|
+
|
|
581
|
+
declare const Memo$M: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
582
|
+
|
|
583
|
+
declare const Memo$L: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
584
|
+
|
|
585
|
+
declare const Memo$K: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
586
|
+
|
|
587
|
+
declare const Memo$J: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
588
|
+
|
|
589
|
+
declare const Memo$I: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
590
|
+
|
|
591
|
+
declare const Memo$H: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
592
|
+
|
|
593
|
+
declare const Memo$G: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
594
|
+
|
|
595
|
+
declare const Memo$F: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
596
|
+
|
|
597
|
+
declare const Memo$E: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
598
|
+
|
|
599
|
+
declare const Memo$D: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
600
|
+
|
|
601
|
+
declare const Memo$C: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
602
|
+
|
|
603
|
+
declare const Memo$B: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
604
|
+
|
|
605
|
+
declare const Memo$A: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
606
|
+
|
|
607
|
+
declare const Memo$z: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
608
|
+
|
|
609
|
+
declare const Memo$y: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
610
|
+
|
|
611
|
+
declare const Memo$x: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
612
|
+
|
|
613
|
+
declare const Memo$w: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
614
|
+
|
|
615
|
+
declare const Memo$v: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
616
|
+
|
|
617
|
+
declare const Memo$u: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
618
|
+
|
|
619
|
+
declare const Memo$t: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
620
|
+
|
|
621
|
+
declare const Memo$s: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
622
|
+
|
|
623
|
+
declare const Memo$r: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
624
|
+
|
|
625
|
+
declare const Memo$q: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
626
|
+
|
|
627
|
+
declare const Memo$p: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
628
|
+
|
|
629
|
+
declare const Memo$o: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
630
|
+
|
|
631
|
+
declare const Memo$n: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
632
|
+
|
|
633
|
+
declare const Memo$m: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
634
|
+
|
|
635
|
+
declare const Memo$l: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
636
|
+
|
|
637
|
+
declare const Memo$k: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
638
|
+
|
|
639
|
+
declare const Memo$j: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
640
|
+
|
|
641
|
+
declare const Memo$i: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
642
|
+
|
|
643
|
+
declare const Memo$h: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
644
|
+
|
|
645
|
+
declare const Memo$g: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
646
|
+
|
|
647
|
+
declare const Memo$f: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
648
|
+
|
|
649
|
+
declare const Memo$e: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
650
|
+
|
|
651
|
+
declare const Memo$d: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
652
|
+
|
|
653
|
+
declare const Memo$c: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
654
|
+
|
|
655
|
+
declare const Memo$b: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
656
|
+
|
|
657
|
+
declare const Memo$a: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
658
|
+
|
|
659
|
+
declare const Memo$9: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
660
|
+
|
|
661
|
+
declare const Memo$8: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
662
|
+
|
|
663
|
+
declare const Memo$7: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
664
|
+
|
|
665
|
+
declare const Memo$6: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
666
|
+
|
|
667
|
+
declare const Memo$5: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
668
|
+
|
|
669
|
+
declare const Memo$4: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
670
|
+
|
|
671
|
+
declare const Memo$3: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
672
|
+
|
|
673
|
+
declare const Memo$2: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
674
|
+
|
|
675
|
+
declare const Memo$1: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
676
|
+
|
|
677
|
+
declare const Memo: react.NamedExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
678
|
+
|
|
679
|
+
export { AssistiveText, Badge, Banner, Button, Checkbox, DatePicker, DateRangePicker, Memo$1m as DbsAisSignal, Memo$1l as DbsArrowDown, Memo$1k as DbsArrowRight, Memo$1j as DbsArrowUp, Memo$1i as DbsAtmosphericPressure, Memo$1h as DbsCanal, Memo$1g as DbsCargoDischarging, Memo$1f as DbsCargoLoading, Memo$1e as DbsCharterParty, Memo$1d as DbsCharterPartyRemove, Memo$1c as DbsCheckbook, Memo$1b as DbsCheckmark, Memo$1a as DbsCii, Memo$19 as DbsCiiNav, Memo$18 as DbsClose, Memo$17 as DbsCo2, Memo$16 as DbsColdWarmFronts, Memo$15 as DbsConstraints, Memo$14 as DbsCreateOrder, Memo$13 as DbsCsv, Memo$12 as DbsCurrents, Memo$11 as DbsCurrentsV2, Memo$10 as DbsDistance, Memo$$ as DbsDocument, Memo$_ as DbsDrop, Memo$Z as DbsEco, Memo$Y as DbsEmissionsAnalytics, Memo$X as DbsEnvironmentalZones, Memo$W as DbsExpandContent, Memo$V as DbsFlagFinish, Memo$U as DbsFuelModelCurve, Memo$T as DbsFuelTable, Memo$S as DbsGpx, Memo$R as DbsIce, Memo$Q as DbsInfo, Memo$1n as DbsInl, Memo$P as DbsKml, Memo$O as DbsLeafSolid, Memo$N as DbsLoading, Memo$M as DbsLogo, Memo$L as DbsMeasure, Memo$K as DbsNames, Memo$J as DbsNotUnderway, Memo$I as DbsOilBarrel, Memo$H as DbsOnlineStatus, Memo$G as DbsOpenAsPage, Memo$F as DbsOptimisationStatusNoplan, Memo$E as DbsOptimisationStatusNotfollowing, Memo$D as DbsOptimisationStatusOptimised, Memo$C as DbsPackage, Memo$B as DbsParametricRolling, Memo$A as DbsPdf, Memo$z as DbsPerformance, Memo$y as DbsPiracy, Memo$x as DbsPlan, Memo$w as DbsPlaylistEdit, Memo$v as DbsPolarChart, Memo$u as DbsPort, Memo$t as DbsPorts, Memo$s as DbsProxyPrice, Memo$r as DbsRequestQuote, Memo$q as DbsRoutes, Memo$p as DbsRtz, Memo$o as DbsSameCountry, Memo$n as DbsSeasonalWeatherRisk, Memo$m as DbsSeca, Memo$l as DbsSensorsOff, Memo$k as DbsSigWaveHeight, Memo$j as DbsSlow, Memo$i as DbsSpeed, Memo$h as DbsStorms, Memo$g as DbsSts, Memo$f as DbsTrophy, Memo$e as DbsUpside, Memo$d as DbsVessel, Memo$c as DbsVessel45Deg, Memo$b as DbsVesselMasked45Deg, Memo$a as DbsVesselOutline, Memo$9 as DbsVoyageStatusOff, Memo$8 as DbsVoyageStatusOn, Memo$7 as DbsWaterTemperature, Memo$6 as DbsWeather, Memo$5 as DbsWeatherScale, Memo$4 as DbsWeatherStriped, Memo$3 as DbsWeatherUnavailable, Memo$2 as DbsWind, Memo$1 as DbsWindBarb, Memo as DbsWindBarbV2, Dialog, DialogActions, DialogContent, DialogTitle, HelperText, IconsSvg, Input, Label, MONTHS, MultiSelect, RadioGroup, Select, Memo$1o as SplitscreenVerticalAdd, Tab, TabPanel, Tabs, TextArea, TimePicker, Toaster, Toggle, ToggleGroup, Tooltip, WEEK_DAYS, addDays, addMonths, addYear, endOfMonth, endOfWeek, format, isSameDay, isSameMonth, startOfMonth, startOfWeek, subMonths, subYear };
|