@lotte-innovate/ui-component-test 0.0.4 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Typography/index.d.ts +2 -0
- package/dist/Typography/index.js +2 -0
- package/dist/app/layout.d.ts +7 -0
- package/dist/app/layout.jsx +13 -0
- package/dist/app/page.d.ts +2 -0
- package/dist/app/page.jsx +42 -0
- package/dist/app/template/badgeTemplate.d.ts +12 -0
- package/dist/app/template/badgeTemplate.jsx +82 -0
- package/dist/app/template/buttonTemplate.d.ts +12 -0
- package/dist/app/template/buttonTemplate.jsx +82 -0
- package/dist/app/template/colorPicker.d.ts +7 -0
- package/dist/app/template/colorPicker.jsx +19 -0
- package/dist/app/template/textTemplate.d.ts +11 -0
- package/dist/app/template/textTemplate.jsx +72 -0
- package/dist/app/template/theme.d.ts +12 -0
- package/dist/app/template/theme.jsx +44 -0
- package/dist/color/alpha.d.ts +784 -0
- package/dist/color/alpha.js +784 -0
- package/dist/color/constants.d.ts +20 -0
- package/dist/color/constants.js +200 -0
- package/dist/color/dark.d.ts +392 -0
- package/dist/color/dark.js +392 -0
- package/dist/color/krdsColors.d.ts +309 -0
- package/dist/color/krdsColors.js +309 -0
- package/dist/color/light.d.ts +392 -0
- package/dist/color/light.js +393 -0
- package/dist/components/index.js +0 -3
- package/dist/constants.d.ts +185 -0
- package/dist/constants.js +569 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -0
- package/dist/stories/Welcome.d.ts +3 -0
- package/dist/stories/Welcome.jsx +48 -0
- package/dist/stories/accordion/Accordion.stories.d.ts +71 -0
- package/dist/stories/accordion/Accordion.stories.jsx +79 -0
- package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +107 -0
- package/dist/stories/alert-dialog/AlertDialog.stories.jsx +73 -0
- package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +68 -0
- package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +106 -0
- package/dist/stories/avatar/Avatar.stories.d.ts +127 -0
- package/dist/stories/avatar/Avatar.stories.jsx +105 -0
- package/dist/stories/badge/Badge.stories.d.ts +133 -0
- package/dist/stories/badge/Badge.stories.jsx +130 -0
- package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +103 -0
- package/dist/stories/bubble-chart/BubbleChart.stories.jsx +176 -0
- package/dist/stories/button/Button.stories.d.ts +148 -0
- package/dist/stories/button/Button.stories.jsx +98 -0
- package/dist/stories/button/IconButton.stories.d.ts +125 -0
- package/dist/stories/button/IconButton.stories.jsx +93 -0
- package/dist/stories/callout/Callout.stories.d.ts +129 -0
- package/dist/stories/callout/Callout.stories.jsx +205 -0
- package/dist/stories/card/Card.stories.d.ts +100 -0
- package/dist/stories/card/Card.stories.jsx +134 -0
- package/dist/stories/checkbox/Checkbox.stories.d.ts +147 -0
- package/dist/stories/checkbox/Checkbox.stories.jsx +166 -0
- package/dist/stories/checkbox/CheckboxCard.stories.d.ts +129 -0
- package/dist/stories/checkbox/CheckboxCard.stories.jsx +125 -0
- package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +91 -0
- package/dist/stories/checkbox/CheckboxGroup.stories.jsx +144 -0
- package/dist/stories/context-menu/ContextMenu.stories.d.ts +113 -0
- package/dist/stories/context-menu/ContextMenu.stories.jsx +155 -0
- package/dist/stories/data-list/DataList.stories.d.ts +97 -0
- package/dist/stories/data-list/DataList.stories.jsx +185 -0
- package/dist/stories/dialog/Dialog.stories.d.ts +88 -0
- package/dist/stories/dialog/Dialog.stories.jsx +82 -0
- package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +181 -0
- package/dist/stories/doughnut-chart/DoughnutChart.stories.jsx +236 -0
- package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +112 -0
- package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +170 -0
- package/dist/stories/header/Header.stories.d.ts +112 -0
- package/dist/stories/header/Header.stories.jsx +116 -0
- package/dist/stories/hover-card/HoverCard.stories.d.ts +107 -0
- package/dist/stories/hover-card/HoverCard.stories.jsx +98 -0
- package/dist/stories/inset/Inset.stories.d.ts +58 -0
- package/dist/stories/inset/Inset.stories.jsx +79 -0
- package/dist/stories/label/Label.stories.d.ts +94 -0
- package/dist/stories/label/Label.stories.jsx +112 -0
- package/dist/stories/menubar/Menubar.stories.d.ts +119 -0
- package/dist/stories/menubar/Menubar.stories.jsx +135 -0
- package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +385 -0
- package/dist/stories/navigation-menu/NavigationMenu.stories.jsx +144 -0
- package/dist/stories/pie-chart/PieChart.stories.d.ts +186 -0
- package/dist/stories/pie-chart/PieChart.stories.jsx +300 -0
- package/dist/stories/popover/Popover.stories.d.ts +78 -0
- package/dist/stories/popover/Popover.stories.jsx +107 -0
- package/dist/stories/progress/Progress.stories.d.ts +113 -0
- package/dist/stories/progress/Progress.stories.jsx +82 -0
- package/dist/stories/radar-chart/RadarChart.stories.d.ts +111 -0
- package/dist/stories/radar-chart/RadarChart.stories.jsx +200 -0
- package/dist/stories/radio/Radio.stories.d.ts +108 -0
- package/dist/stories/radio/Radio.stories.jsx +94 -0
- package/dist/stories/radio/RadioCards.stories.d.ts +127 -0
- package/dist/stories/radio/RadioCards.stories.jsx +153 -0
- package/dist/stories/radio/RadioGroup.stories.d.ts +111 -0
- package/dist/stories/radio/RadioGroup.stories.jsx +142 -0
- package/dist/stories/scroll-area/ScrollArea.stories.d.ts +59 -0
- package/dist/stories/scroll-area/ScrollArea.stories.jsx +123 -0
- package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +97 -0
- package/dist/stories/segmented-control/SegmentedControl.stories.jsx +101 -0
- package/dist/stories/select/Select.stories.d.ts +116 -0
- package/dist/stories/select/Select.stories.jsx +149 -0
- package/dist/stories/separator/Separator.stories.d.ts +93 -0
- package/dist/stories/separator/Separator.stories.jsx +106 -0
- package/dist/stories/skeleton/Skeleton.stories.d.ts +88 -0
- package/dist/stories/skeleton/Skeleton.stories.jsx +119 -0
- package/dist/stories/slider/Slider.stories.d.ts +114 -0
- package/dist/stories/slider/Slider.stories.jsx +94 -0
- package/dist/stories/spinner/Spinner.stories.d.ts +83 -0
- package/dist/stories/spinner/Spinner.stories.jsx +112 -0
- package/dist/stories/switch/Switch.stories.d.ts +146 -0
- package/dist/stories/switch/Switch.stories.jsx +119 -0
- package/dist/stories/tab-nav/TabNav.stories.d.ts +55 -0
- package/dist/stories/tab-nav/TabNav.stories.jsx +68 -0
- package/dist/stories/table/Table.stories.d.ts +87 -0
- package/dist/stories/table/Table.stories.jsx +106 -0
- package/dist/stories/tabs/Tabs.stories.d.ts +55 -0
- package/dist/stories/tabs/Tabs.stories.jsx +76 -0
- package/dist/stories/text/Text.stories.d.ts +74 -0
- package/dist/stories/text/Text.stories.jsx +91 -0
- package/dist/stories/textArea/TextArea.stories.d.ts +117 -0
- package/dist/stories/textArea/TextArea.stories.jsx +112 -0
- package/dist/stories/textfield/TextField.stories.d.ts +116 -0
- package/dist/stories/textfield/TextField.stories.jsx +120 -0
- package/dist/stories/toast/Toast.stories.d.ts +138 -0
- package/dist/stories/toast/Toast.stories.jsx +122 -0
- package/dist/stories/toggle/Toggle.stories.d.ts +115 -0
- package/dist/stories/toggle/Toggle.stories.jsx +106 -0
- package/dist/stories/toggle/ToggleGroup.stories.d.ts +103 -0
- package/dist/stories/toggle/ToggleGroup.stories.jsx +127 -0
- package/dist/stories/tooltip/Tooltip.stories.d.ts +93 -0
- package/dist/stories/tooltip/Tooltip.stories.jsx +91 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/types.d.ts +11 -0
- package/dist/types.js +1 -0
- package/dist/utils/utils.d.ts +3 -0
- package/dist/utils/utils.js +27 -0
- package/package.json +4 -6
@@ -0,0 +1,82 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import { commonArgTypes, sizeOptions } from '../../constants';
|
24
|
+
import { Dialog, DialogTrigger, DialogContent, DialogCancel, DialogTitle, DialogDescription, DialogSlot, DialogAction, } from '../../components/Dialog/index';
|
25
|
+
import Button from 'components/Button';
|
26
|
+
import { TextField } from 'components/TextField';
|
27
|
+
var meta = {
|
28
|
+
title: 'Component/Dialog',
|
29
|
+
component: Dialog,
|
30
|
+
parameters: {
|
31
|
+
layout: 'centered',
|
32
|
+
themes: {
|
33
|
+
themeOverride: 'dark',
|
34
|
+
},
|
35
|
+
docs: {
|
36
|
+
description: {
|
37
|
+
component: '사용자에게 결정을 내리거나 추가 정보를 입력하라는 프롬프트를 보내는 작은 창',
|
38
|
+
},
|
39
|
+
},
|
40
|
+
},
|
41
|
+
tags: ['autodocs'],
|
42
|
+
argTypes: {
|
43
|
+
radius: __assign(__assign({}, commonArgTypes.radius), { description: 'dialog 둥글기' }),
|
44
|
+
size: __assign(__assign({}, commonArgTypes.size), { table: {
|
45
|
+
category: 'Props',
|
46
|
+
type: {
|
47
|
+
summary: sizeOptions.filter(function (size) { return !['x-small'].includes(size); }).join(' | '),
|
48
|
+
},
|
49
|
+
}, options: sizeOptions.filter(function (size) { return !['x-small'].includes(size); }), description: 'dialog 크기' }),
|
50
|
+
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: 'dialog scaling' }),
|
51
|
+
color: __assign(__assign({}, commonArgTypes.color), { description: 'dialog color' }),
|
52
|
+
},
|
53
|
+
};
|
54
|
+
export default meta;
|
55
|
+
export var Default = function (_a) {
|
56
|
+
var args = __rest(_a, []);
|
57
|
+
return (<Dialog {...args}>
|
58
|
+
<DialogTrigger>
|
59
|
+
<Button>Edit profile</Button>
|
60
|
+
</DialogTrigger>
|
61
|
+
<DialogContent {...args}>
|
62
|
+
<DialogTitle {...args}>Edit profile</DialogTitle>
|
63
|
+
<DialogDescription {...args}>Make changes to your profile.</DialogDescription>
|
64
|
+
|
65
|
+
<DialogSlot {...args}>
|
66
|
+
<span>Name</span>
|
67
|
+
<TextField {...args} placeholder="Enter your full name"/>
|
68
|
+
<span>Email</span>
|
69
|
+
<TextField {...args} placeholder="Enter your email"/>
|
70
|
+
</DialogSlot>
|
71
|
+
|
72
|
+
<div className="flex justify-end">
|
73
|
+
<DialogCancel {...args}>
|
74
|
+
<span>Cancel</span>
|
75
|
+
</DialogCancel>
|
76
|
+
<DialogAction {...args}>
|
77
|
+
<span>Save</span>
|
78
|
+
</DialogAction>
|
79
|
+
</div>
|
80
|
+
</DialogContent>
|
81
|
+
</Dialog>);
|
82
|
+
};
|
@@ -0,0 +1,181 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
declare const meta: {
|
3
|
+
title: string;
|
4
|
+
component: ({ labels, datasets, scaling, className, ...rest }: import("components/DoughnutChart").DoughnutChartProps) => import("react").JSX.Element;
|
5
|
+
parameters: {
|
6
|
+
layout: string;
|
7
|
+
docs: {
|
8
|
+
description: {
|
9
|
+
component: string;
|
10
|
+
};
|
11
|
+
};
|
12
|
+
};
|
13
|
+
tags: string[];
|
14
|
+
args: {
|
15
|
+
labels: string[];
|
16
|
+
datasets: {
|
17
|
+
label: string;
|
18
|
+
data: number[];
|
19
|
+
backgroundColor: string[];
|
20
|
+
borderColor: string[];
|
21
|
+
borderWidth: number;
|
22
|
+
}[];
|
23
|
+
options: {
|
24
|
+
plugins: {
|
25
|
+
legend: {
|
26
|
+
position: string;
|
27
|
+
labels: {
|
28
|
+
usePointStyle: boolean;
|
29
|
+
pointStyle: boolean;
|
30
|
+
};
|
31
|
+
};
|
32
|
+
};
|
33
|
+
};
|
34
|
+
};
|
35
|
+
argTypes: {
|
36
|
+
scaling: {
|
37
|
+
description: string;
|
38
|
+
table: {
|
39
|
+
category: string;
|
40
|
+
type: {
|
41
|
+
summary: string;
|
42
|
+
};
|
43
|
+
};
|
44
|
+
control: {
|
45
|
+
type: string;
|
46
|
+
};
|
47
|
+
options: import("types").IScaling[];
|
48
|
+
defaultValue: {
|
49
|
+
summary: string;
|
50
|
+
};
|
51
|
+
};
|
52
|
+
labels: {
|
53
|
+
name: string;
|
54
|
+
description: string;
|
55
|
+
table: {
|
56
|
+
category: string;
|
57
|
+
type: {
|
58
|
+
summary: string;
|
59
|
+
};
|
60
|
+
};
|
61
|
+
};
|
62
|
+
datasets: {
|
63
|
+
name: string;
|
64
|
+
description: string;
|
65
|
+
table: {
|
66
|
+
category: string;
|
67
|
+
type: {
|
68
|
+
summary: string;
|
69
|
+
};
|
70
|
+
};
|
71
|
+
};
|
72
|
+
'options.plugins.legend.position': {
|
73
|
+
description: string;
|
74
|
+
table: {
|
75
|
+
category: string;
|
76
|
+
type: {
|
77
|
+
summary: string;
|
78
|
+
};
|
79
|
+
};
|
80
|
+
control: {
|
81
|
+
type: string;
|
82
|
+
};
|
83
|
+
options: string[];
|
84
|
+
defaultValue: {
|
85
|
+
summary: string;
|
86
|
+
};
|
87
|
+
};
|
88
|
+
'options.plugins.legend.labels.pointStyle': {
|
89
|
+
description: string;
|
90
|
+
table: {
|
91
|
+
category: string;
|
92
|
+
type: {
|
93
|
+
summary: string;
|
94
|
+
};
|
95
|
+
};
|
96
|
+
control: {
|
97
|
+
type: string;
|
98
|
+
};
|
99
|
+
options: (string | boolean)[];
|
100
|
+
defaultValue: {
|
101
|
+
summary: string;
|
102
|
+
};
|
103
|
+
};
|
104
|
+
'options.plugins.legend.labels.usePointStyle': {
|
105
|
+
description: string;
|
106
|
+
table: {
|
107
|
+
category: string;
|
108
|
+
type: {
|
109
|
+
summary: string;
|
110
|
+
};
|
111
|
+
};
|
112
|
+
control: {
|
113
|
+
type: string;
|
114
|
+
};
|
115
|
+
defaultValue: {
|
116
|
+
summary: string;
|
117
|
+
};
|
118
|
+
};
|
119
|
+
className: {
|
120
|
+
table: {
|
121
|
+
disable: boolean;
|
122
|
+
};
|
123
|
+
};
|
124
|
+
'datasets.borderDash': {
|
125
|
+
table: {
|
126
|
+
category: string;
|
127
|
+
type: {
|
128
|
+
summary: string;
|
129
|
+
};
|
130
|
+
};
|
131
|
+
description: string;
|
132
|
+
control: string;
|
133
|
+
};
|
134
|
+
'datasets.borderDashOffset': {
|
135
|
+
table: {
|
136
|
+
category: string;
|
137
|
+
type: {
|
138
|
+
summary: string;
|
139
|
+
};
|
140
|
+
};
|
141
|
+
description: string;
|
142
|
+
control: string;
|
143
|
+
};
|
144
|
+
'datasets.offset': {
|
145
|
+
table: {
|
146
|
+
category: string;
|
147
|
+
type: {
|
148
|
+
summary: string;
|
149
|
+
};
|
150
|
+
};
|
151
|
+
description: string;
|
152
|
+
control: string;
|
153
|
+
};
|
154
|
+
'datasets.spacing': {
|
155
|
+
table: {
|
156
|
+
category: string;
|
157
|
+
type: {
|
158
|
+
summary: string;
|
159
|
+
};
|
160
|
+
};
|
161
|
+
description: string;
|
162
|
+
control: string;
|
163
|
+
};
|
164
|
+
'datasets.weight': {
|
165
|
+
table: {
|
166
|
+
category: string;
|
167
|
+
type: {
|
168
|
+
summary: string;
|
169
|
+
};
|
170
|
+
};
|
171
|
+
description: string;
|
172
|
+
control: string;
|
173
|
+
};
|
174
|
+
};
|
175
|
+
};
|
176
|
+
export default meta;
|
177
|
+
export declare const Default: ({ ...args }: {
|
178
|
+
[x: string]: any;
|
179
|
+
}) => import("react").JSX.Element;
|
180
|
+
export declare const BorderStyles: () => import("react").JSX.Element;
|
181
|
+
export declare const DataLabels: () => import("react").JSX.Element;
|
@@ -0,0 +1,236 @@
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
2
|
+
__assign = Object.assign || function(t) {
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
4
|
+
s = arguments[i];
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
6
|
+
t[p] = s[p];
|
7
|
+
}
|
8
|
+
return t;
|
9
|
+
};
|
10
|
+
return __assign.apply(this, arguments);
|
11
|
+
};
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
13
|
+
var t = {};
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
15
|
+
t[p] = s[p];
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
19
|
+
t[p[i]] = s[p[i]];
|
20
|
+
}
|
21
|
+
return t;
|
22
|
+
};
|
23
|
+
import DoughnutChart from 'components/DoughnutChart';
|
24
|
+
import { amber, blue, green, lime, mint, orange, purple, red, ruby, violet, yellow, } from 'color/light';
|
25
|
+
import { commonArgTypes } from '../../constants';
|
26
|
+
var pointStyleList = [
|
27
|
+
'circle',
|
28
|
+
'cross',
|
29
|
+
'crossRot',
|
30
|
+
'dash',
|
31
|
+
'line',
|
32
|
+
'rect',
|
33
|
+
'rectRounded',
|
34
|
+
'rectRot',
|
35
|
+
'star',
|
36
|
+
'triangle',
|
37
|
+
false,
|
38
|
+
];
|
39
|
+
var labelPositionList = ['top', 'bottom', 'left', 'right'];
|
40
|
+
var meta = {
|
41
|
+
title: 'Chart/DoughnutChart',
|
42
|
+
component: DoughnutChart,
|
43
|
+
parameters: {
|
44
|
+
layout: 'centered',
|
45
|
+
docs: {
|
46
|
+
description: {
|
47
|
+
component: '데이터 간의 관계 비율을 알려주는데 효과적인 도넛 차트 컴포넌트',
|
48
|
+
},
|
49
|
+
},
|
50
|
+
},
|
51
|
+
tags: ['autodocs'],
|
52
|
+
args: {
|
53
|
+
labels: ['Red', 'Blue', 'Yellow', 'Green', 'Purple', 'Orange'],
|
54
|
+
datasets: [
|
55
|
+
{
|
56
|
+
label: 'Count',
|
57
|
+
data: [12, 19, 3, 5, 2, 3],
|
58
|
+
backgroundColor: [red[3], blue[3], yellow[2], green[3], purple[3], orange[3]],
|
59
|
+
borderColor: [red[9], blue[9], yellow[10], green[9], purple[9], orange[9]],
|
60
|
+
borderWidth: 1,
|
61
|
+
},
|
62
|
+
],
|
63
|
+
options: {
|
64
|
+
plugins: {
|
65
|
+
legend: {
|
66
|
+
position: 'top',
|
67
|
+
labels: {
|
68
|
+
usePointStyle: false,
|
69
|
+
pointStyle: false,
|
70
|
+
},
|
71
|
+
},
|
72
|
+
},
|
73
|
+
},
|
74
|
+
},
|
75
|
+
argTypes: {
|
76
|
+
scaling: __assign(__assign({}, commonArgTypes.scaling), { description: '차트 크기 비율' }),
|
77
|
+
labels: {
|
78
|
+
name: 'labels',
|
79
|
+
description: '차트 위에 표시될 라벨들',
|
80
|
+
table: {
|
81
|
+
category: 'Props',
|
82
|
+
type: { summary: 'string[]' },
|
83
|
+
},
|
84
|
+
},
|
85
|
+
datasets: {
|
86
|
+
name: 'Datasets',
|
87
|
+
description: '차트에 사용할 데이터셋',
|
88
|
+
table: {
|
89
|
+
category: 'Props',
|
90
|
+
type: { summary: 'object' },
|
91
|
+
},
|
92
|
+
},
|
93
|
+
'options.plugins.legend.position': {
|
94
|
+
description: '라벨 위치',
|
95
|
+
table: {
|
96
|
+
category: 'Props',
|
97
|
+
type: { summary: labelPositionList.join(' | ') },
|
98
|
+
},
|
99
|
+
control: { type: 'select' },
|
100
|
+
options: labelPositionList,
|
101
|
+
defaultValue: { summary: 'top' },
|
102
|
+
},
|
103
|
+
'options.plugins.legend.labels.pointStyle': {
|
104
|
+
description: "- \uB77C\uBCA8 \uD3EC\uC778\uD2B8 \uC2A4\uD0C0\uC77C \n - usePointStyle\uAC00 true\uC778 \uACBD\uC6B0 \uC801\uC6A9",
|
105
|
+
table: {
|
106
|
+
category: 'Props',
|
107
|
+
type: { summary: pointStyleList.join(' | ') },
|
108
|
+
},
|
109
|
+
control: { type: 'select' },
|
110
|
+
options: pointStyleList,
|
111
|
+
defaultValue: { summary: 'false' },
|
112
|
+
},
|
113
|
+
'options.plugins.legend.labels.usePointStyle': {
|
114
|
+
description: '라벨 포인트 스타일 사용여부',
|
115
|
+
table: {
|
116
|
+
category: 'Props',
|
117
|
+
type: { summary: 'boolean' },
|
118
|
+
},
|
119
|
+
control: { type: 'boolean' },
|
120
|
+
defaultValue: { summary: 'false' },
|
121
|
+
},
|
122
|
+
className: {
|
123
|
+
table: {
|
124
|
+
disable: true,
|
125
|
+
},
|
126
|
+
},
|
127
|
+
'datasets.borderDash': {
|
128
|
+
table: {
|
129
|
+
category: '기타 속성',
|
130
|
+
type: { summary: 'number[]' },
|
131
|
+
},
|
132
|
+
description: "- \uCC28\uD2B8\uC758 \uAC01 \uC139\uC158\uC758 \uD14C\uB450\uB9AC\uB97C \uC810\uC120\uC73C\uB85C \uB9CC\uB4EC \n - ex)[5,5]: 5\uD53D\uC140 \uAE38\uC774\uC758 \uC120\uACFC 5\uD53D\uC140 \uAE38\uC774\uC758 \uAC04\uACA9",
|
133
|
+
control: 'readonly',
|
134
|
+
},
|
135
|
+
'datasets.borderDashOffset': {
|
136
|
+
table: {
|
137
|
+
category: '기타 속성',
|
138
|
+
type: { summary: 'number' },
|
139
|
+
},
|
140
|
+
description: "- \uC810\uC120\uC758 \uC2DC\uC791 \uC704\uCE58 \uC870\uC815 \n - ex) 2: \uC810\uC120\uC758 \uC2DC\uC791 \uC9C0\uC810\uC744 2\uD53D\uC140 \uC774\uB3D9",
|
141
|
+
control: 'readonly',
|
142
|
+
},
|
143
|
+
'datasets.offset': {
|
144
|
+
table: {
|
145
|
+
category: '기타 속성',
|
146
|
+
type: { summary: 'number' },
|
147
|
+
},
|
148
|
+
description: '각 섹션 사이의 간격 조정',
|
149
|
+
control: 'readonly',
|
150
|
+
},
|
151
|
+
'datasets.spacing': {
|
152
|
+
table: {
|
153
|
+
category: '기타 속성',
|
154
|
+
type: { summary: 'number' },
|
155
|
+
},
|
156
|
+
description: '각 섹션 사이의 간격 조정, offset과 유사',
|
157
|
+
control: 'readonly',
|
158
|
+
},
|
159
|
+
'datasets.weight': {
|
160
|
+
table: {
|
161
|
+
category: '기타 속성',
|
162
|
+
type: { summary: 'number' },
|
163
|
+
},
|
164
|
+
description: '각 섹션의 상대적인 두께를 설정, 섹션이 차지하는 공간의 비율을 조정',
|
165
|
+
control: 'readonly',
|
166
|
+
},
|
167
|
+
},
|
168
|
+
};
|
169
|
+
export default meta;
|
170
|
+
export var Default = function (_a) {
|
171
|
+
var args = __rest(_a, []);
|
172
|
+
return (<div className="w-[300px]">
|
173
|
+
<DoughnutChart labels={args.label} datasets={args.datasets} {...args}/>
|
174
|
+
</div>);
|
175
|
+
};
|
176
|
+
export var BorderStyles = function () {
|
177
|
+
var datasets = [
|
178
|
+
{
|
179
|
+
data: [2, 4, 7, 3],
|
180
|
+
backgroundColor: [ruby[9], violet[9], amber[9], mint[9]],
|
181
|
+
},
|
182
|
+
];
|
183
|
+
var options = {
|
184
|
+
plugins: {
|
185
|
+
title: {
|
186
|
+
display: true,
|
187
|
+
text: '테두리선 없앤 스타일',
|
188
|
+
},
|
189
|
+
},
|
190
|
+
};
|
191
|
+
var dashDatasets = [
|
192
|
+
{
|
193
|
+
data: [1, 2, 3, 4],
|
194
|
+
backgroundColor: [red[3], yellow[3], lime[3], blue[3]],
|
195
|
+
borderColor: [red[9], yellow[9], lime[9], blue[9]],
|
196
|
+
borderDash: [5],
|
197
|
+
},
|
198
|
+
];
|
199
|
+
var dashOptions = {
|
200
|
+
plugins: {
|
201
|
+
title: {
|
202
|
+
display: true,
|
203
|
+
text: '테두리선 dash 적용 스타일',
|
204
|
+
},
|
205
|
+
},
|
206
|
+
};
|
207
|
+
return (<div className="flex">
|
208
|
+
<div className="w-[200px]">
|
209
|
+
<DoughnutChart datasets={datasets} options={options}/>
|
210
|
+
</div>
|
211
|
+
<div className="w-[200px]">
|
212
|
+
<DoughnutChart datasets={dashDatasets} options={dashOptions}/>
|
213
|
+
</div>
|
214
|
+
</div>);
|
215
|
+
};
|
216
|
+
export var DataLabels = function () {
|
217
|
+
var datasets = [
|
218
|
+
{
|
219
|
+
data: [2, 4, 7, 3],
|
220
|
+
backgroundColor: [ruby[9], violet[9], amber[9], mint[9]],
|
221
|
+
},
|
222
|
+
];
|
223
|
+
var options = {
|
224
|
+
plugins: {
|
225
|
+
title: {
|
226
|
+
display: true,
|
227
|
+
text: '기본 데이터 라벨',
|
228
|
+
},
|
229
|
+
datalabels: {
|
230
|
+
display: true,
|
231
|
+
color: 'white',
|
232
|
+
},
|
233
|
+
},
|
234
|
+
};
|
235
|
+
return <DoughnutChart datasets={datasets} options={options}/>;
|
236
|
+
};
|
@@ -0,0 +1,112 @@
|
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { IRadius } from 'types';
|
3
|
+
declare const meta: {
|
4
|
+
title: string;
|
5
|
+
component: import("react").ForwardRefExoticComponent<import("@radix-ui/react-dropdown-menu").DropdownMenuProps & import("../../components/DropdownMenu/index").DropdownMenuProps & import("react").RefAttributes<never>>;
|
6
|
+
parameters: {
|
7
|
+
layout: string;
|
8
|
+
themes: {
|
9
|
+
themeOverride: string;
|
10
|
+
};
|
11
|
+
docs: {
|
12
|
+
description: {
|
13
|
+
component: string;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
};
|
17
|
+
tags: string[];
|
18
|
+
argTypes: {
|
19
|
+
radius: {
|
20
|
+
description: string;
|
21
|
+
table: {
|
22
|
+
category: string;
|
23
|
+
type: {
|
24
|
+
summary: string;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
options: IRadius[];
|
28
|
+
control: {
|
29
|
+
type: string;
|
30
|
+
};
|
31
|
+
defaultValue: {
|
32
|
+
summary: string;
|
33
|
+
};
|
34
|
+
};
|
35
|
+
size: {
|
36
|
+
table: {
|
37
|
+
category: string;
|
38
|
+
type: {
|
39
|
+
summary: string;
|
40
|
+
};
|
41
|
+
};
|
42
|
+
options: string[];
|
43
|
+
description: string;
|
44
|
+
control: {
|
45
|
+
type: string;
|
46
|
+
};
|
47
|
+
defaultValue: {
|
48
|
+
summary: string;
|
49
|
+
};
|
50
|
+
};
|
51
|
+
scaling: {
|
52
|
+
description: string;
|
53
|
+
table: {
|
54
|
+
category: string;
|
55
|
+
type: {
|
56
|
+
summary: string;
|
57
|
+
};
|
58
|
+
};
|
59
|
+
control: {
|
60
|
+
type: string;
|
61
|
+
};
|
62
|
+
options: import("types").IScaling[];
|
63
|
+
defaultValue: {
|
64
|
+
summary: string;
|
65
|
+
};
|
66
|
+
};
|
67
|
+
color: {
|
68
|
+
description: string;
|
69
|
+
table: {
|
70
|
+
category: string;
|
71
|
+
type: {
|
72
|
+
summary: string;
|
73
|
+
};
|
74
|
+
};
|
75
|
+
options: import("types").IColor[];
|
76
|
+
control: {
|
77
|
+
type: string;
|
78
|
+
};
|
79
|
+
defaultValue: {
|
80
|
+
summary: string;
|
81
|
+
};
|
82
|
+
};
|
83
|
+
appearance: {
|
84
|
+
table: {
|
85
|
+
category: string;
|
86
|
+
type: {
|
87
|
+
summary: string;
|
88
|
+
};
|
89
|
+
};
|
90
|
+
options: string[];
|
91
|
+
control: {
|
92
|
+
type: string;
|
93
|
+
};
|
94
|
+
defaultValue: {
|
95
|
+
summary: string;
|
96
|
+
};
|
97
|
+
};
|
98
|
+
};
|
99
|
+
};
|
100
|
+
export default meta;
|
101
|
+
export declare const Default: ({ ...args }: {
|
102
|
+
[x: string]: any;
|
103
|
+
}) => import("react").JSX.Element;
|
104
|
+
export declare const Radius: ({ ...args }: {
|
105
|
+
[x: string]: any;
|
106
|
+
}) => import("react").JSX.Element;
|
107
|
+
export declare const Size: ({ ...args }: {
|
108
|
+
[x: string]: any;
|
109
|
+
}) => import("react").JSX.Element;
|
110
|
+
export declare const Appearance: ({ ...args }: {
|
111
|
+
[x: string]: any;
|
112
|
+
}) => import("react").JSX.Element;
|