@lotte-innovate/ui-component-test 0.0.37 → 0.0.40
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +133 -163
- package/dist/globals.css +4 -0
- package/dist/lib/Typography/Header/index.d.ts +2 -2
- package/dist/lib/Typography/Text/index.d.ts +1 -1
- package/dist/lib/color/constants.d.ts +9 -0
- package/dist/lib/components/Accordion/index.d.ts +10 -4
- package/dist/lib/components/AlertDialog/AlertDialogAction.d.ts +2 -2
- package/dist/lib/components/AlertDialog/AlertDialogCancel.d.ts +2 -2
- package/dist/lib/components/AlertDialog/AlertDialogContent.d.ts +1 -1
- package/dist/lib/components/AlertDialog/AlertDialogRoot.d.ts +16 -0
- package/dist/lib/components/AlertDialog/AlertDialogTrigger.d.ts +2 -2
- package/dist/lib/components/AlertDialog/index.d.ts +10 -19
- package/dist/lib/components/Avatar/index.d.ts +5 -1
- package/dist/lib/components/Badge/index.d.ts +2 -2
- package/dist/lib/components/BarChart/index.d.ts +37 -0
- package/dist/lib/components/BubbleChart/index.d.ts +15 -19
- package/dist/lib/components/Button/index.d.ts +2 -2
- package/dist/lib/components/Callout/CalloutIcon.d.ts +2 -1
- package/dist/lib/components/Callout/CalloutRoot.d.ts +18 -0
- package/dist/lib/components/Callout/index.d.ts +6 -19
- package/dist/lib/components/Card/index.d.ts +2 -2
- package/dist/lib/components/Checkbox/index.d.ts +1 -1
- package/dist/lib/components/CheckboxCard/index.d.ts +1 -1
- package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.d.ts +17 -0
- package/dist/lib/components/CheckboxGroup/index.d.ts +5 -16
- package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuContent.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuGroup.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuItem.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuRadioItem.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuRoot.d.ts +13 -0
- package/dist/lib/components/ContextMenu/ContextMenuSubContent.d.ts +1 -1
- package/dist/lib/components/ContextMenu/ContextMenuTrigger.d.ts +1 -1
- package/dist/lib/components/ContextMenu/index.d.ts +16 -24
- package/dist/lib/components/DataList/DataListLabel.d.ts +1 -1
- package/dist/lib/components/DataList/DataListRoot.d.ts +14 -0
- package/dist/lib/components/DataList/DataListValue.d.ts +1 -1
- package/dist/lib/components/DataList/index.d.ts +7 -16
- package/dist/lib/components/Dialog/DialogAction.d.ts +1 -3
- package/dist/lib/components/Dialog/DialogCancel.d.ts +1 -1
- package/dist/lib/components/Dialog/DialogContent.d.ts +1 -1
- package/dist/lib/components/Dialog/DialogRoot.d.ts +15 -0
- package/dist/lib/components/Dialog/index.d.ts +14 -17
- package/dist/lib/components/DoughnutChart/index.d.ts +12 -14
- package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.d.ts +0 -5
- package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuContent.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuItem.d.ts +3 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.d.ts +1 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuLable.d.ts +0 -1
- package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.d.ts +4 -2
- package/dist/lib/components/DropdownMenu/DropdownMenuRoot.d.ts +15 -0
- package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.d.ts +3 -2
- package/dist/lib/components/DropdownMenu/index.d.ts +19 -22
- package/dist/lib/components/HoverCard/HoverCardContent.d.ts +2 -2
- package/dist/lib/components/HoverCard/HoverCardRoot.d.ts +11 -0
- package/dist/lib/components/HoverCard/index.d.ts +9 -9
- package/dist/lib/components/IconButton/index.d.ts +1 -1
- package/dist/lib/components/Inset/index.d.ts +1 -1
- package/dist/lib/components/Label/index.d.ts +1 -1
- package/dist/lib/components/LineChart/index.d.ts +43 -0
- package/dist/lib/components/Menubar/MenubarContent.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarItem.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarItemIndicator.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarMenu.d.ts +4 -1
- package/dist/lib/components/Menubar/MenubarRoot.d.ts +19 -0
- package/dist/lib/components/Menubar/MenubarSubContent.d.ts +1 -1
- package/dist/lib/components/Menubar/MenubarTrigger.d.ts +1 -1
- package/dist/lib/components/Menubar/index.d.ts +18 -30
- package/dist/lib/components/NavigationMenu/NavigationMenuContent.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuLink.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuList.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuRoot.d.ts +14 -0
- package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.d.ts +1 -1
- package/dist/lib/components/NavigationMenu/NavigationMenuViewport.d.ts +2 -2
- package/dist/lib/components/NavigationMenu/index.d.ts +11 -20
- package/dist/lib/components/PieChart/index.d.ts +12 -14
- package/dist/lib/components/Popover/PopoverClose.d.ts +1 -1
- package/dist/lib/components/Popover/PopoverContent.d.ts +1 -1
- package/dist/lib/components/Popover/PopoverRoot.d.ts +12 -0
- package/dist/lib/components/Popover/index.d.ts +10 -11
- package/dist/lib/components/Progress/index.d.ts +2 -5
- package/dist/lib/components/RadarChart/index.d.ts +19 -22
- package/dist/lib/components/Radio/index.d.ts +0 -1
- package/dist/lib/components/RadioCards/RadioCardsItem.d.ts +1 -1
- package/dist/lib/components/RadioCards/RadioCardsRoot.d.ts +13 -0
- package/dist/lib/components/RadioCards/index.d.ts +5 -13
- package/dist/lib/components/RadioGroup/RadioGroupRoot.d.ts +15 -0
- package/dist/lib/components/RadioGroup/index.d.ts +5 -15
- package/dist/lib/components/SegmentedControl/SegmentedControlRoot.d.ts +14 -0
- package/dist/lib/components/SegmentedControl/index.d.ts +5 -14
- package/dist/lib/components/Select/index.d.ts +17 -8
- package/dist/lib/components/Skeleton/index.d.ts +1 -2
- package/dist/lib/components/Slider/index.d.ts +1 -2
- package/dist/lib/components/TabNav/index.d.ts +6 -2
- package/dist/lib/components/Table/index.d.ts +17 -8
- package/dist/lib/components/Tabs/index.d.ts +11 -5
- package/dist/lib/components/TextArea/index.d.ts +1 -1
- package/dist/lib/components/TextField/index.d.ts +7 -4
- package/dist/lib/components/Toast/ToastActionButton.d.ts +1 -1
- package/dist/lib/components/Toast/ToastRoot.d.ts +27 -0
- package/dist/lib/components/Toast/index.d.ts +7 -29
- package/dist/lib/components/Toggle/ToggleWithText.d.ts +2 -2
- package/dist/lib/components/Toggle/index.d.ts +1 -1
- package/dist/lib/components/ToggleGroup/ToggleGroupRoot.d.ts +15 -0
- package/dist/lib/components/ToggleGroup/index.d.ts +5 -19
- package/dist/lib/components/ToggleSwitch/index.d.ts +1 -1
- package/dist/lib/components/Tooltip/index.d.ts +4 -5
- package/dist/lib/components/index.d.ts +4 -0
- package/dist/lib/constants.d.ts +470 -0
- package/dist/lib/types.d.ts +70 -0
- package/dist/lib/utils/useDarkMode.d.ts +1 -0
- package/dist/lib/utils/utils.d.ts +0 -1
- package/package.json +137 -125
- package/dist/lib/Typography/Header/index.jsx +0 -58
- package/dist/lib/Typography/Text/index.jsx +0 -47
- package/dist/lib/Typography/index.js +0 -2
- package/dist/lib/color/alpha.js +0 -784
- package/dist/lib/color/constants.js +0 -200
- package/dist/lib/color/dark.js +0 -392
- package/dist/lib/color/krdsColors.js +0 -309
- package/dist/lib/color/light.js +0 -393
- package/dist/lib/components/Accordion/index.jsx +0 -70
- package/dist/lib/components/AlertDialog/AlertDialogAction.jsx +0 -60
- package/dist/lib/components/AlertDialog/AlertDialogCancel.jsx +0 -57
- package/dist/lib/components/AlertDialog/AlertDialogContent.jsx +0 -53
- package/dist/lib/components/AlertDialog/AlertDialogDescription.jsx +0 -35
- package/dist/lib/components/AlertDialog/AlertDialogTitle.jsx +0 -35
- package/dist/lib/components/AlertDialog/AlertDialogTrigger.jsx +0 -56
- package/dist/lib/components/AlertDialog/index.jsx +0 -27
- package/dist/lib/components/AspectRatio/index.jsx +0 -43
- package/dist/lib/components/Avatar/index.jsx +0 -61
- package/dist/lib/components/Badge/index.jsx +0 -55
- package/dist/lib/components/BubbleChart/index.jsx +0 -43
- package/dist/lib/components/Button/index.jsx +0 -57
- package/dist/lib/components/Callout/CalloutIcon.jsx +0 -62
- package/dist/lib/components/Callout/CalloutText.jsx +0 -42
- package/dist/lib/components/Callout/index.jsx +0 -78
- package/dist/lib/components/Card/index.jsx +0 -65
- package/dist/lib/components/Checkbox/index.jsx +0 -97
- package/dist/lib/components/CheckboxCard/index.jsx +0 -60
- package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.jsx +0 -25
- package/dist/lib/components/CheckboxGroup/index.jsx +0 -38
- package/dist/lib/components/ContextMenu/ContextMenuCheckboxItem.jsx +0 -33
- package/dist/lib/components/ContextMenu/ContextMenuContent.jsx +0 -59
- package/dist/lib/components/ContextMenu/ContextMenuGroup.jsx +0 -20
- package/dist/lib/components/ContextMenu/ContextMenuItem.jsx +0 -61
- package/dist/lib/components/ContextMenu/ContextMenuItemIndicator.jsx +0 -51
- package/dist/lib/components/ContextMenu/ContextMenuLabel.jsx +0 -49
- package/dist/lib/components/ContextMenu/ContextMenuRadioGroup.jsx +0 -23
- package/dist/lib/components/ContextMenu/ContextMenuRadioItem.jsx +0 -34
- package/dist/lib/components/ContextMenu/ContextMenuSeparator.jsx +0 -21
- package/dist/lib/components/ContextMenu/ContextMenuSubContent.jsx +0 -56
- package/dist/lib/components/ContextMenu/ContextMenuSubTrigger.jsx +0 -35
- package/dist/lib/components/ContextMenu/ContextMenuTrigger.jsx +0 -21
- package/dist/lib/components/ContextMenu/index.jsx +0 -46
- package/dist/lib/components/DataList/DataListItem.jsx +0 -44
- package/dist/lib/components/DataList/DataListLabel.jsx +0 -50
- package/dist/lib/components/DataList/DataListValue.jsx +0 -52
- package/dist/lib/components/DataList/index.jsx +0 -49
- package/dist/lib/components/Dialog/DialogAction.jsx +0 -47
- package/dist/lib/components/Dialog/DialogCancel.jsx +0 -43
- package/dist/lib/components/Dialog/DialogContent.jsx +0 -56
- package/dist/lib/components/Dialog/DialogDescription.jsx +0 -35
- package/dist/lib/components/Dialog/DialogSlot.jsx +0 -34
- package/dist/lib/components/Dialog/DialogTitle.jsx +0 -35
- package/dist/lib/components/Dialog/DialogTrigger.jsx +0 -20
- package/dist/lib/components/Dialog/index.jsx +0 -28
- package/dist/lib/components/DoughnutChart/index.jsx +0 -46
- package/dist/lib/components/DropdownMenu/DropdonMenuRadioGroup.jsx +0 -23
- package/dist/lib/components/DropdownMenu/DropdonMenuSubContent.jsx +0 -61
- package/dist/lib/components/DropdownMenu/DropdownMenuCheckboxItem.jsx +0 -31
- package/dist/lib/components/DropdownMenu/DropdownMenuContent.jsx +0 -57
- package/dist/lib/components/DropdownMenu/DropdownMenuItem.jsx +0 -58
- package/dist/lib/components/DropdownMenu/DropdownMenuItemIndicator.jsx +0 -47
- package/dist/lib/components/DropdownMenu/DropdownMenuLable.jsx +0 -47
- package/dist/lib/components/DropdownMenu/DropdownMenuRadioItem.jsx +0 -32
- package/dist/lib/components/DropdownMenu/DropdownMenuSeparator.jsx +0 -19
- package/dist/lib/components/DropdownMenu/DropdownMenuSub.jsx +0 -18
- package/dist/lib/components/DropdownMenu/DropdownMenuSubTrigger.jsx +0 -31
- package/dist/lib/components/DropdownMenu/DropdownMenuTrigger.jsx +0 -41
- package/dist/lib/components/DropdownMenu/index.jsx +0 -31
- package/dist/lib/components/HoverCard/HoverCardContent.jsx +0 -60
- package/dist/lib/components/HoverCard/HoverCardTrigger.jsx +0 -20
- package/dist/lib/components/HoverCard/index.jsx +0 -23
- package/dist/lib/components/IconButton/index.jsx +0 -64
- package/dist/lib/components/Inset/index.jsx +0 -53
- package/dist/lib/components/Label/index.jsx +0 -54
- package/dist/lib/components/Menubar/MenubarCheckboxItem.jsx +0 -31
- package/dist/lib/components/Menubar/MenubarContent.jsx +0 -63
- package/dist/lib/components/Menubar/MenubarItem.jsx +0 -56
- package/dist/lib/components/Menubar/MenubarItemIndicator.jsx +0 -50
- package/dist/lib/components/Menubar/MenubarMenu.jsx +0 -18
- package/dist/lib/components/Menubar/MenubarRadioGroup.jsx +0 -23
- package/dist/lib/components/Menubar/MenubarRadioItem.jsx +0 -33
- package/dist/lib/components/Menubar/MenubarSeparator.jsx +0 -21
- package/dist/lib/components/Menubar/MenubarSub.jsx +0 -18
- package/dist/lib/components/Menubar/MenubarSubContent.jsx +0 -52
- package/dist/lib/components/Menubar/MenubarSubTrigger.jsx +0 -34
- package/dist/lib/components/Menubar/MenubarTrigger.jsx +0 -58
- package/dist/lib/components/Menubar/index.jsx +0 -76
- package/dist/lib/components/NavigationMenu/NavigationMenuContent.jsx +0 -49
- package/dist/lib/components/NavigationMenu/NavigationMenuIndicator.jsx +0 -22
- package/dist/lib/components/NavigationMenu/NavigationMenuItem.jsx +0 -20
- package/dist/lib/components/NavigationMenu/NavigationMenuLink.jsx +0 -52
- package/dist/lib/components/NavigationMenu/NavigationMenuList.jsx +0 -49
- package/dist/lib/components/NavigationMenu/NavigationMenuTrigger.jsx +0 -60
- package/dist/lib/components/NavigationMenu/NavigationMenuViewport.jsx +0 -54
- package/dist/lib/components/NavigationMenu/index.jsx +0 -42
- package/dist/lib/components/PieChart/index.jsx +0 -46
- package/dist/lib/components/Popover/PopoverClose.jsx +0 -36
- package/dist/lib/components/Popover/PopoverContent.jsx +0 -64
- package/dist/lib/components/Popover/PopoverTrigger.jsx +0 -20
- package/dist/lib/components/Popover/index.jsx +0 -24
- package/dist/lib/components/Progress/index.jsx +0 -58
- package/dist/lib/components/RadarChart/index.jsx +0 -43
- package/dist/lib/components/Radio/index.jsx +0 -46
- package/dist/lib/components/RadioCards/RadioCardsItem.jsx +0 -42
- package/dist/lib/components/RadioCards/index.jsx +0 -46
- package/dist/lib/components/RadioGroup/RadioGroupItem.jsx +0 -34
- package/dist/lib/components/RadioGroup/index.jsx +0 -43
- package/dist/lib/components/ScrollArea/index.jsx +0 -28
- package/dist/lib/components/SegmentedControl/SegmentedControlItem.jsx +0 -25
- package/dist/lib/components/SegmentedControl/index.jsx +0 -51
- package/dist/lib/components/Select/index.jsx +0 -100
- package/dist/lib/components/Separator/index.jsx +0 -50
- package/dist/lib/components/Skeleton/index.jsx +0 -46
- package/dist/lib/components/Slider/index.jsx +0 -51
- package/dist/lib/components/Spinner/index.jsx +0 -50
- package/dist/lib/components/TabNav/index.jsx +0 -40
- package/dist/lib/components/Table/index.jsx +0 -104
- package/dist/lib/components/Tabs/index.jsx +0 -68
- package/dist/lib/components/TextArea/index.jsx +0 -59
- package/dist/lib/components/TextField/index.jsx +0 -58
- package/dist/lib/components/Toast/ToastActionButton.jsx +0 -68
- package/dist/lib/components/Toast/ToastDescription.jsx +0 -45
- package/dist/lib/components/Toast/ToastTitle.jsx +0 -43
- package/dist/lib/components/Toast/index.jsx +0 -100
- package/dist/lib/components/Toggle/ToggleWithText.jsx +0 -59
- package/dist/lib/components/Toggle/index.jsx +0 -59
- package/dist/lib/components/ToggleGroup/index.jsx +0 -46
- package/dist/lib/components/ToggleGroup/toggleGroupItem.jsx +0 -42
- package/dist/lib/components/ToggleSwitch/index.jsx +0 -75
- package/dist/lib/components/Tooltip/index.jsx +0 -58
- package/dist/lib/components/index.js +0 -48
- package/dist/lib/constants.js +0 -569
- package/dist/lib/index.js +0 -2
- package/dist/lib/types.js +0 -1
- package/dist/lib/utils/utils.js +0 -27
- package/dist/styles.css +0 -27469
- package/dist/tailwind.config.js +0 -144
- /package/dist/lib/components/ToggleGroup/{toggleGroupItem.d.ts → ToggleGroupItem.d.ts} +0 -0
package/dist/lib/constants.d.ts
CHANGED
@@ -7,6 +7,7 @@ export declare const weightOptions: IWeight[];
|
|
7
7
|
export declare const themeOptions: ITheme[];
|
8
8
|
export declare const appearanceOptions: IAppearance[];
|
9
9
|
export declare const labelPositionList: string[];
|
10
|
+
export declare const pointStyleList: (string | boolean)[];
|
10
11
|
export declare const radiusVariants: {
|
11
12
|
small: {
|
12
13
|
none: string;
|
@@ -172,6 +173,475 @@ export declare const commonArgTypes: {
|
|
172
173
|
summary: string;
|
173
174
|
};
|
174
175
|
};
|
176
|
+
isColorMixed: {
|
177
|
+
table: {
|
178
|
+
category: string;
|
179
|
+
type: {
|
180
|
+
summary: string;
|
181
|
+
};
|
182
|
+
};
|
183
|
+
description: string;
|
184
|
+
control: string;
|
185
|
+
defaultValue: {
|
186
|
+
summary: string;
|
187
|
+
};
|
188
|
+
};
|
189
|
+
chartAppearance: {
|
190
|
+
table: {
|
191
|
+
category: string;
|
192
|
+
type: {
|
193
|
+
summary: string;
|
194
|
+
};
|
195
|
+
};
|
196
|
+
options: string[];
|
197
|
+
control: string;
|
198
|
+
defaultValue: {
|
199
|
+
summary: string;
|
200
|
+
};
|
201
|
+
description: string;
|
202
|
+
};
|
203
|
+
datasets: {
|
204
|
+
name: string;
|
205
|
+
description: string;
|
206
|
+
table: {
|
207
|
+
category: string;
|
208
|
+
type: {
|
209
|
+
summary: string;
|
210
|
+
};
|
211
|
+
};
|
212
|
+
};
|
213
|
+
labels: {
|
214
|
+
description: string;
|
215
|
+
table: {
|
216
|
+
category: string;
|
217
|
+
type: {
|
218
|
+
summary: string;
|
219
|
+
};
|
220
|
+
};
|
221
|
+
};
|
222
|
+
};
|
223
|
+
export declare const chartColorStyle: () => Record<string, string>;
|
224
|
+
export declare const chartTitleArgTypes: {
|
225
|
+
title: {
|
226
|
+
description: string;
|
227
|
+
table: {
|
228
|
+
category: string;
|
229
|
+
type: {
|
230
|
+
summary: string;
|
231
|
+
};
|
232
|
+
};
|
233
|
+
};
|
234
|
+
'title.display': {
|
235
|
+
description: string;
|
236
|
+
table: {
|
237
|
+
category: string;
|
238
|
+
type: {
|
239
|
+
summary: string;
|
240
|
+
};
|
241
|
+
};
|
242
|
+
control: {
|
243
|
+
type: string;
|
244
|
+
defaultValue: boolean;
|
245
|
+
};
|
246
|
+
defaultValue: {
|
247
|
+
summary: boolean;
|
248
|
+
};
|
249
|
+
};
|
250
|
+
'title.text': {
|
251
|
+
description: string;
|
252
|
+
table: {
|
253
|
+
category: string;
|
254
|
+
type: {
|
255
|
+
summary: string;
|
256
|
+
};
|
257
|
+
};
|
258
|
+
control: {
|
259
|
+
type: string;
|
260
|
+
};
|
261
|
+
defaultValue: {
|
262
|
+
summary: string;
|
263
|
+
};
|
264
|
+
};
|
265
|
+
'title.position': {
|
266
|
+
description: string;
|
267
|
+
table: {
|
268
|
+
category: string;
|
269
|
+
type: {
|
270
|
+
summary: string;
|
271
|
+
};
|
272
|
+
};
|
273
|
+
control: {
|
274
|
+
type: string;
|
275
|
+
};
|
276
|
+
options: string[];
|
277
|
+
defaultValue: {
|
278
|
+
summary: string;
|
279
|
+
};
|
280
|
+
};
|
281
|
+
'title.align': {
|
282
|
+
description: string;
|
283
|
+
table: {
|
284
|
+
category: string;
|
285
|
+
type: {
|
286
|
+
summary: string;
|
287
|
+
};
|
288
|
+
};
|
289
|
+
control: {
|
290
|
+
type: string;
|
291
|
+
};
|
292
|
+
options: string[];
|
293
|
+
defaultValue: {
|
294
|
+
summary: string;
|
295
|
+
};
|
296
|
+
};
|
297
|
+
'title.font.size': {
|
298
|
+
description: string;
|
299
|
+
table: {
|
300
|
+
category: string;
|
301
|
+
type: {
|
302
|
+
summary: string;
|
303
|
+
};
|
304
|
+
};
|
305
|
+
control: {
|
306
|
+
type: string;
|
307
|
+
};
|
308
|
+
defaultValue: {
|
309
|
+
summary: number;
|
310
|
+
};
|
311
|
+
};
|
312
|
+
};
|
313
|
+
export declare const chartLegendArgTypes: {
|
314
|
+
legend: {
|
315
|
+
description: string;
|
316
|
+
table: {
|
317
|
+
category: string;
|
318
|
+
type: {
|
319
|
+
summary: string;
|
320
|
+
};
|
321
|
+
};
|
322
|
+
};
|
323
|
+
'legend.display': {
|
324
|
+
description: string;
|
325
|
+
table: {
|
326
|
+
category: string;
|
327
|
+
type: {
|
328
|
+
summary: string;
|
329
|
+
};
|
330
|
+
};
|
331
|
+
control: {
|
332
|
+
type: string;
|
333
|
+
};
|
334
|
+
defaultValue: {
|
335
|
+
summary: boolean;
|
336
|
+
};
|
337
|
+
};
|
338
|
+
'legend.align': {
|
339
|
+
description: string;
|
340
|
+
table: {
|
341
|
+
category: string;
|
342
|
+
type: {
|
343
|
+
summary: string;
|
344
|
+
};
|
345
|
+
};
|
346
|
+
control: {
|
347
|
+
type: string;
|
348
|
+
};
|
349
|
+
options: string[];
|
350
|
+
defaultValue: {
|
351
|
+
summary: string;
|
352
|
+
};
|
353
|
+
};
|
354
|
+
'legend.position': {
|
355
|
+
description: string;
|
356
|
+
table: {
|
357
|
+
category: string;
|
358
|
+
type: {
|
359
|
+
summary: string;
|
360
|
+
};
|
361
|
+
};
|
362
|
+
control: {
|
363
|
+
type: string;
|
364
|
+
};
|
365
|
+
options: string[];
|
366
|
+
defaultValue: {
|
367
|
+
summary: string;
|
368
|
+
};
|
369
|
+
};
|
370
|
+
'legend.maxHeight': {
|
371
|
+
description: string;
|
372
|
+
table: {
|
373
|
+
category: string;
|
374
|
+
type: {
|
375
|
+
summary: string;
|
376
|
+
};
|
377
|
+
};
|
378
|
+
control: {
|
379
|
+
type: string;
|
380
|
+
};
|
381
|
+
defaultValue: {
|
382
|
+
summary: number;
|
383
|
+
};
|
384
|
+
};
|
385
|
+
'legend.maxWidth': {
|
386
|
+
description: string;
|
387
|
+
table: {
|
388
|
+
category: string;
|
389
|
+
type: {
|
390
|
+
summary: string;
|
391
|
+
};
|
392
|
+
};
|
393
|
+
control: {
|
394
|
+
type: string;
|
395
|
+
};
|
396
|
+
defaultValue: {
|
397
|
+
summary: number;
|
398
|
+
};
|
399
|
+
};
|
400
|
+
'legend.title.display': {
|
401
|
+
description: string;
|
402
|
+
table: {
|
403
|
+
category: string;
|
404
|
+
type: {
|
405
|
+
summary: string;
|
406
|
+
};
|
407
|
+
};
|
408
|
+
control: {
|
409
|
+
type: string;
|
410
|
+
};
|
411
|
+
defaultValue: {
|
412
|
+
summary: boolean;
|
413
|
+
};
|
414
|
+
};
|
415
|
+
'legend.title.text': {
|
416
|
+
description: string;
|
417
|
+
table: {
|
418
|
+
category: string;
|
419
|
+
type: {
|
420
|
+
summary: string;
|
421
|
+
};
|
422
|
+
};
|
423
|
+
control: {
|
424
|
+
type: string;
|
425
|
+
};
|
426
|
+
defaultValue: {
|
427
|
+
summary: string;
|
428
|
+
};
|
429
|
+
};
|
430
|
+
'legend.labels.usePointStyle': {
|
431
|
+
description: string;
|
432
|
+
table: {
|
433
|
+
category: string;
|
434
|
+
type: {
|
435
|
+
summary: string;
|
436
|
+
};
|
437
|
+
};
|
438
|
+
control: {
|
439
|
+
type: string;
|
440
|
+
};
|
441
|
+
defaultValue: {
|
442
|
+
summary: string;
|
443
|
+
};
|
444
|
+
};
|
445
|
+
'legend.labels.pointStyle': {
|
446
|
+
description: string;
|
447
|
+
table: {
|
448
|
+
category: string;
|
449
|
+
type: {
|
450
|
+
summary: string;
|
451
|
+
};
|
452
|
+
};
|
453
|
+
control: {
|
454
|
+
type: string;
|
455
|
+
};
|
456
|
+
options: (string | boolean)[];
|
457
|
+
defaultValue: {
|
458
|
+
summary: string;
|
459
|
+
};
|
460
|
+
};
|
461
|
+
};
|
462
|
+
export declare const chartDatasetsArgsTypes: {
|
463
|
+
'datasets[n].data': {
|
464
|
+
description: string;
|
465
|
+
table: {
|
466
|
+
category: string;
|
467
|
+
type: {
|
468
|
+
summary: string;
|
469
|
+
};
|
470
|
+
};
|
471
|
+
};
|
472
|
+
'datasets[n].label': {
|
473
|
+
description: string;
|
474
|
+
table: {
|
475
|
+
category: string;
|
476
|
+
type: {
|
477
|
+
summary: string;
|
478
|
+
};
|
479
|
+
};
|
480
|
+
};
|
481
|
+
'datasets[n].backgroundColor': {
|
482
|
+
description: string;
|
483
|
+
table: {
|
484
|
+
category: string;
|
485
|
+
type: {
|
486
|
+
summary: string;
|
487
|
+
};
|
488
|
+
};
|
489
|
+
};
|
490
|
+
'datasets[n].borderColor': {
|
491
|
+
description: string;
|
492
|
+
table: {
|
493
|
+
category: string;
|
494
|
+
type: {
|
495
|
+
summary: string;
|
496
|
+
};
|
497
|
+
};
|
498
|
+
};
|
499
|
+
'datasets[n].borderWidth': {
|
500
|
+
description: string;
|
501
|
+
table: {
|
502
|
+
category: string;
|
503
|
+
type: {
|
504
|
+
summary: string;
|
505
|
+
};
|
506
|
+
};
|
507
|
+
};
|
508
|
+
'datasets[n].borderRadius': {
|
509
|
+
description: string;
|
510
|
+
table: {
|
511
|
+
category: string;
|
512
|
+
type: {
|
513
|
+
summary: string;
|
514
|
+
};
|
515
|
+
};
|
516
|
+
};
|
517
|
+
'datasets[n].hoverBackgroundColor': {
|
518
|
+
description: string;
|
519
|
+
table: {
|
520
|
+
category: string;
|
521
|
+
type: {
|
522
|
+
summary: string;
|
523
|
+
};
|
524
|
+
};
|
525
|
+
};
|
526
|
+
'datasets[n].hoverBorderColor': {
|
527
|
+
description: string;
|
528
|
+
table: {
|
529
|
+
category: string;
|
530
|
+
type: {
|
531
|
+
summary: string;
|
532
|
+
};
|
533
|
+
};
|
534
|
+
};
|
535
|
+
'datasets[n].hoverBorderWidth': {
|
536
|
+
description: string;
|
537
|
+
table: {
|
538
|
+
category: string;
|
539
|
+
type: {
|
540
|
+
summary: string;
|
541
|
+
};
|
542
|
+
};
|
543
|
+
};
|
544
|
+
'datasets[n].hoverBorderRadius': {
|
545
|
+
description: string;
|
546
|
+
table: {
|
547
|
+
category: string;
|
548
|
+
type: {
|
549
|
+
summary: string;
|
550
|
+
};
|
551
|
+
};
|
552
|
+
};
|
553
|
+
'datasets[n].order': {
|
554
|
+
description: string;
|
555
|
+
table: {
|
556
|
+
category: string;
|
557
|
+
type: {
|
558
|
+
summary: string;
|
559
|
+
};
|
560
|
+
};
|
561
|
+
};
|
562
|
+
'datasets[n].hidden': {
|
563
|
+
description: string;
|
564
|
+
table: {
|
565
|
+
category: string;
|
566
|
+
type: {
|
567
|
+
summary: string;
|
568
|
+
};
|
569
|
+
};
|
570
|
+
};
|
571
|
+
'datasets[n].borderDash': {
|
572
|
+
description: string;
|
573
|
+
table: {
|
574
|
+
category: string;
|
575
|
+
type: {
|
576
|
+
summary: string;
|
577
|
+
};
|
578
|
+
};
|
579
|
+
};
|
580
|
+
'datasets[n].borderDashOffset': {
|
581
|
+
description: string;
|
582
|
+
table: {
|
583
|
+
category: string;
|
584
|
+
type: {
|
585
|
+
summary: string;
|
586
|
+
};
|
587
|
+
};
|
588
|
+
};
|
589
|
+
'datasets[n].offset': {
|
590
|
+
description: string;
|
591
|
+
table: {
|
592
|
+
category: string;
|
593
|
+
type: {
|
594
|
+
summary: string;
|
595
|
+
};
|
596
|
+
};
|
597
|
+
};
|
598
|
+
'datasets[n].weight': {
|
599
|
+
description: string;
|
600
|
+
table: {
|
601
|
+
category: string;
|
602
|
+
type: {
|
603
|
+
summary: string;
|
604
|
+
};
|
605
|
+
};
|
606
|
+
};
|
607
|
+
};
|
608
|
+
export declare const chartDatalabelsArgsTypes: {
|
609
|
+
datalabels: {
|
610
|
+
table: {
|
611
|
+
disable: boolean;
|
612
|
+
};
|
613
|
+
};
|
614
|
+
'datalabels.display': {
|
615
|
+
description: string;
|
616
|
+
table: {
|
617
|
+
category: string;
|
618
|
+
type: {
|
619
|
+
summary: string;
|
620
|
+
};
|
621
|
+
};
|
622
|
+
control: {
|
623
|
+
type: string;
|
624
|
+
};
|
625
|
+
defaultValue: {
|
626
|
+
summary: boolean;
|
627
|
+
};
|
628
|
+
};
|
629
|
+
'datalabels.color': {
|
630
|
+
description: string;
|
631
|
+
table: {
|
632
|
+
category: string;
|
633
|
+
type: {
|
634
|
+
summary: string;
|
635
|
+
};
|
636
|
+
};
|
637
|
+
control: {
|
638
|
+
type: string;
|
639
|
+
};
|
640
|
+
options: string[];
|
641
|
+
defaultValue: {
|
642
|
+
summary: string;
|
643
|
+
};
|
644
|
+
};
|
175
645
|
};
|
176
646
|
export declare const blackText: string[];
|
177
647
|
export declare const primaryColorStyle: () => Record<string, string>;
|
package/dist/lib/types.d.ts
CHANGED
@@ -9,3 +9,73 @@ export type PointStyle = 'circle' | 'cross' | 'crossRot' | 'dash' | 'line' | 're
|
|
9
9
|
export type IColor = 'slate' | 'olive' | 'sand' | 'tomato' | 'red' | 'ruby' | 'crimson' | 'pink' | 'plum' | 'purple' | 'violet' | 'iris' | 'indigo' | 'blue' | 'cyan' | 'teal' | 'jade' | 'green' | 'grass' | 'brown' | 'bronze' | 'gold' | 'sky' | 'mint' | 'lime' | 'yellow' | 'amber' | 'orange' | 'black' | 'white';
|
10
10
|
export type IDarkColor = 'blackDark' | 'whiteDark' | 'slateDark' | 'oliveDark' | 'sandDark' | 'tomatoDark' | 'redDark' | 'rubyDark' | 'crimsonDark' | 'pinkDark' | 'plumDark' | 'purpleDark' | 'violetDark' | 'irisDark' | 'indigoDark' | 'blueDark' | 'cyanDark' | 'tealDark' | 'jadeDark' | 'greenDark' | 'grassDark' | 'brownDark' | 'bronzeDark' | 'goldDark' | 'skyDark' | 'mintDark' | 'limeDark' | 'yellowDark' | 'amberDark' | 'orangeDark' | 'slateDarkA' | 'oliveDarkA' | 'sandDarkA' | 'tomatoDarkA' | 'redDarkA' | 'rubyDarkA' | 'crimsonDarkA' | 'pinkDarkA' | 'plumDarkA' | 'purpleDarkA' | 'violetDarkA' | 'irisDarkA' | 'indigoDarkA' | 'blueDarkA' | 'cyanDarkA' | 'tealDarkA' | 'jadeDarkA' | 'greenDarkA' | 'grassDarkA' | 'brownDarkA' | 'bronzeDarkA' | 'goldDarkA' | 'skyDarkA' | 'mintDarkA' | 'limeDarkA' | 'yellowDarkA' | 'amberDarkA' | 'orangeDarkA';
|
11
11
|
export type IAlphaColor = 'slateA' | 'oliveA' | 'sandA' | 'tomatoA' | 'redA' | 'rubyA' | 'crimsonA' | 'pinkA' | 'plumA' | 'purpleA' | 'violetA' | 'irisA' | 'indigoA' | 'blueA' | 'cyanA' | 'tealA' | 'jadeA' | 'greenA' | 'grassA' | 'brownA' | 'bronzeA' | 'goldA' | 'skyA' | 'mintA' | 'limeA' | 'yellowA' | 'amberA' | 'orangeA';
|
12
|
+
export type IChartTitle = {
|
13
|
+
text?: string | string[];
|
14
|
+
display?: boolean;
|
15
|
+
position?: 'top' | 'right' | 'bottom' | 'left';
|
16
|
+
align?: 'start' | 'center' | 'end';
|
17
|
+
font?: {
|
18
|
+
size?: number;
|
19
|
+
weight?: 'normal' | 'bold' | 'lighter' | 'bolder' | number;
|
20
|
+
lineHeight?: number;
|
21
|
+
};
|
22
|
+
};
|
23
|
+
export type IChartLegend = {
|
24
|
+
display?: boolean;
|
25
|
+
align?: 'start' | 'center' | 'end';
|
26
|
+
position?: 'top' | 'right' | 'bottom' | 'left';
|
27
|
+
maxHeight?: number;
|
28
|
+
maxWidth?: number;
|
29
|
+
fullSize?: boolean;
|
30
|
+
reverse?: boolean;
|
31
|
+
labels?: {
|
32
|
+
boxWidth?: number;
|
33
|
+
boxHeight?: number;
|
34
|
+
padding?: number;
|
35
|
+
textAlign?: 'left' | 'right' | 'center';
|
36
|
+
color?: string;
|
37
|
+
usePointStyle?: boolean;
|
38
|
+
pointStyle?: PointStyle;
|
39
|
+
pointStyleWidth?: number;
|
40
|
+
useBorderRadius?: boolean;
|
41
|
+
borderRadius?: number;
|
42
|
+
};
|
43
|
+
rtl?: boolean;
|
44
|
+
textDirection?: 'rtl' | 'ltr';
|
45
|
+
title?: {
|
46
|
+
color?: string;
|
47
|
+
display?: boolean;
|
48
|
+
padding?: number;
|
49
|
+
text?: string;
|
50
|
+
};
|
51
|
+
};
|
52
|
+
export type IChartDatasets = {
|
53
|
+
label?: string;
|
54
|
+
backgroundColor?: string[] | string;
|
55
|
+
borderColor?: string[] | string;
|
56
|
+
borderWidth?: number;
|
57
|
+
borderRadius?: number;
|
58
|
+
borderDash?: number[];
|
59
|
+
borderDashOffset?: number;
|
60
|
+
hoverBackgroundColor?: string;
|
61
|
+
hoverBorderColor?: string;
|
62
|
+
hoverBorderWidth?: number;
|
63
|
+
pointStyle?: PointStyle;
|
64
|
+
offset?: number;
|
65
|
+
spacing?: number;
|
66
|
+
weight?: number;
|
67
|
+
order?: number;
|
68
|
+
hidden?: boolean;
|
69
|
+
};
|
70
|
+
export type IChartDataLabels = {
|
71
|
+
display?: boolean;
|
72
|
+
color?: string;
|
73
|
+
align?: 'start' | 'center' | 'end' | number;
|
74
|
+
backgroundColor?: string | ((context: any) => string);
|
75
|
+
borderColor?: string;
|
76
|
+
borderRadius?: number;
|
77
|
+
borderWidth?: number;
|
78
|
+
font?: object;
|
79
|
+
formatter?: (x: number) => number;
|
80
|
+
padding?: number;
|
81
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const useDarkMode: (isRAxes?: boolean) => any[];
|