@leechanyong/ispark-ui 0.5.11 → 0.5.12
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/CHANGELOG.md +160 -160
- package/LICENSE +21 -21
- package/README.md +124 -124
- package/dist/icons/svg/arrow-right.svg +3 -3
- package/dist/icons/svg/check.svg +3 -3
- package/dist/icons/svg/close.svg +4 -4
- package/dist/icons/svg/eye-off.svg +6 -6
- package/dist/icons/svg/eye.svg +4 -4
- package/dist/index.d.ts +168 -206
- package/dist/ispark-ui.cjs +173 -173
- package/dist/ispark-ui.css +1 -1
- package/dist/ispark-ui.js +8235 -8348
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -34,10 +34,21 @@ iconOnly: boolean;
|
|
|
34
34
|
rootEl: unknown;
|
|
35
35
|
}, any>;
|
|
36
36
|
|
|
37
|
-
declare const __VLS_component_10: DefineComponent<Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
37
|
+
declare const __VLS_component_10: DefineComponent<Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_15> & Readonly<{}>, {
|
|
38
|
+
content: string;
|
|
39
|
+
side: "top" | "right" | "bottom" | "left";
|
|
40
|
+
sideOffset: number;
|
|
41
|
+
align: "start" | "center" | "end";
|
|
42
|
+
fontSize: string;
|
|
43
|
+
contentClass: string;
|
|
44
|
+
delayDuration: number;
|
|
45
|
+
showArrow: boolean;
|
|
46
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
47
|
+
|
|
48
|
+
declare const __VLS_component_11: DefineComponent<Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
38
49
|
select: (value: string) => any;
|
|
39
50
|
"update:open": (value: boolean) => any;
|
|
40
|
-
}, string, PublicProps, Readonly<
|
|
51
|
+
}, string, PublicProps, Readonly<Props_17> & Readonly<{
|
|
41
52
|
onSelect?: ((value: string) => any) | undefined;
|
|
42
53
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
43
54
|
}>, {
|
|
@@ -52,10 +63,10 @@ openOnHover: boolean;
|
|
|
52
63
|
hoverCloseDelay: number;
|
|
53
64
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
54
65
|
|
|
55
|
-
declare const
|
|
66
|
+
declare const __VLS_component_12: DefineComponent<Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
56
67
|
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
57
68
|
change: (value: string | string[] | undefined) => any;
|
|
58
|
-
}, string, PublicProps, Readonly<
|
|
69
|
+
}, string, PublicProps, Readonly<Props_21> & Readonly<{
|
|
59
70
|
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
60
71
|
onChange?: ((value: string | string[] | undefined) => any) | undefined;
|
|
61
72
|
}>, {
|
|
@@ -68,9 +79,9 @@ items: AccordionItemDef[];
|
|
|
68
79
|
collapsible: boolean;
|
|
69
80
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
70
81
|
|
|
71
|
-
declare const
|
|
82
|
+
declare const __VLS_component_13: DefineComponent<Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
72
83
|
"update:open": (value: boolean) => any;
|
|
73
|
-
}, string, PublicProps, Readonly<
|
|
84
|
+
}, string, PublicProps, Readonly<Props_22> & Readonly<{
|
|
74
85
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
75
86
|
}>, {
|
|
76
87
|
title: string;
|
|
@@ -162,7 +173,12 @@ icon: string;
|
|
|
162
173
|
description: string;
|
|
163
174
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
164
175
|
|
|
165
|
-
declare const __VLS_component_5: DefineComponent<
|
|
176
|
+
declare const __VLS_component_5: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {
|
|
177
|
+
size: Size | number;
|
|
178
|
+
overlap: number;
|
|
179
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
180
|
+
|
|
181
|
+
declare const __VLS_component_6: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_8> & Readonly<{}>, {
|
|
166
182
|
variant: BadgeVariant;
|
|
167
183
|
size: BadgeSize;
|
|
168
184
|
iconOnly: boolean;
|
|
@@ -170,17 +186,17 @@ colorHex: string;
|
|
|
170
186
|
bgAlpha: number;
|
|
171
187
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
172
188
|
|
|
173
|
-
declare const
|
|
189
|
+
declare const __VLS_component_7: DefineComponent<Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_9> & Readonly<{}>, {
|
|
174
190
|
ariaLabel: string;
|
|
175
191
|
wrap: boolean;
|
|
176
192
|
gap: number | string;
|
|
177
193
|
direction: "row" | "column";
|
|
178
194
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
179
195
|
|
|
180
|
-
declare const
|
|
196
|
+
declare const __VLS_component_8: DefineComponent<Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
181
197
|
"update:modelValue": (value: boolean) => any;
|
|
182
198
|
change: (value: boolean) => any;
|
|
183
|
-
}, string, PublicProps, Readonly<
|
|
199
|
+
}, string, PublicProps, Readonly<Props_12> & Readonly<{
|
|
184
200
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
185
201
|
onChange?: ((value: boolean) => any) | undefined;
|
|
186
202
|
}>, {
|
|
@@ -193,10 +209,10 @@ indeterminate: boolean;
|
|
|
193
209
|
inputRef: HTMLInputElement;
|
|
194
210
|
}, HTMLLabelElement>;
|
|
195
211
|
|
|
196
|
-
declare const
|
|
212
|
+
declare const __VLS_component_9: DefineComponent<Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
197
213
|
"update:modelValue": (value: RadioValue) => any;
|
|
198
214
|
change: (value: RadioValue) => any;
|
|
199
|
-
}, string, PublicProps, Readonly<
|
|
215
|
+
}, string, PublicProps, Readonly<Props_13> & Readonly<{
|
|
200
216
|
"onUpdate:modelValue"?: ((value: RadioValue) => any) | undefined;
|
|
201
217
|
onChange?: ((value: RadioValue) => any) | undefined;
|
|
202
218
|
}>, {
|
|
@@ -207,17 +223,6 @@ name: string;
|
|
|
207
223
|
id: string;
|
|
208
224
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
209
225
|
|
|
210
|
-
declare const __VLS_component_9: DefineComponent<Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_13> & Readonly<{}>, {
|
|
211
|
-
content: string;
|
|
212
|
-
side: "top" | "right" | "bottom" | "left";
|
|
213
|
-
sideOffset: number;
|
|
214
|
-
align: "start" | "center" | "end";
|
|
215
|
-
contentClass: string;
|
|
216
|
-
fontSize: string;
|
|
217
|
-
delayDuration: number;
|
|
218
|
-
showArrow: boolean;
|
|
219
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
220
|
-
|
|
221
226
|
declare type __VLS_PrettifyLocal<T> = {
|
|
222
227
|
[K in keyof T]: T[K];
|
|
223
228
|
} & {};
|
|
@@ -247,6 +252,16 @@ declare function __VLS_template(): {
|
|
|
247
252
|
};
|
|
248
253
|
|
|
249
254
|
declare function __VLS_template_10(): {
|
|
255
|
+
attrs: Partial<{}>;
|
|
256
|
+
slots: {
|
|
257
|
+
default?(_: {}): any;
|
|
258
|
+
content?(_: {}): any;
|
|
259
|
+
};
|
|
260
|
+
refs: {};
|
|
261
|
+
rootEl: any;
|
|
262
|
+
};
|
|
263
|
+
|
|
264
|
+
declare function __VLS_template_11(): {
|
|
250
265
|
attrs: Partial<{}>;
|
|
251
266
|
slots: {
|
|
252
267
|
trigger?(_: {}): any;
|
|
@@ -256,7 +271,7 @@ declare function __VLS_template_10(): {
|
|
|
256
271
|
rootEl: any;
|
|
257
272
|
};
|
|
258
273
|
|
|
259
|
-
declare function
|
|
274
|
+
declare function __VLS_template_12(): {
|
|
260
275
|
attrs: Partial<{}>;
|
|
261
276
|
slots: {
|
|
262
277
|
default?(_: {}): any;
|
|
@@ -278,7 +293,7 @@ declare function __VLS_template_11(): {
|
|
|
278
293
|
rootEl: any;
|
|
279
294
|
};
|
|
280
295
|
|
|
281
|
-
declare function
|
|
296
|
+
declare function __VLS_template_13(): {
|
|
282
297
|
attrs: Partial<{}>;
|
|
283
298
|
slots: {
|
|
284
299
|
header?(_: {}): any;
|
|
@@ -327,21 +342,21 @@ declare function __VLS_template_4(): {
|
|
|
327
342
|
declare function __VLS_template_5(): {
|
|
328
343
|
attrs: Partial<{}>;
|
|
329
344
|
slots: {
|
|
330
|
-
'icon-left'?(_: {}): any;
|
|
331
345
|
default?(_: {}): any;
|
|
332
|
-
'icon-right'?(_: {}): any;
|
|
333
346
|
};
|
|
334
347
|
refs: {};
|
|
335
|
-
rootEl:
|
|
348
|
+
rootEl: HTMLDivElement;
|
|
336
349
|
};
|
|
337
350
|
|
|
338
351
|
declare function __VLS_template_6(): {
|
|
339
352
|
attrs: Partial<{}>;
|
|
340
353
|
slots: {
|
|
354
|
+
'icon-left'?(_: {}): any;
|
|
341
355
|
default?(_: {}): any;
|
|
356
|
+
'icon-right'?(_: {}): any;
|
|
342
357
|
};
|
|
343
358
|
refs: {};
|
|
344
|
-
rootEl:
|
|
359
|
+
rootEl: HTMLSpanElement;
|
|
345
360
|
};
|
|
346
361
|
|
|
347
362
|
declare function __VLS_template_7(): {
|
|
@@ -349,10 +364,8 @@ declare function __VLS_template_7(): {
|
|
|
349
364
|
slots: {
|
|
350
365
|
default?(_: {}): any;
|
|
351
366
|
};
|
|
352
|
-
refs: {
|
|
353
|
-
|
|
354
|
-
};
|
|
355
|
-
rootEl: HTMLLabelElement;
|
|
367
|
+
refs: {};
|
|
368
|
+
rootEl: HTMLDivElement;
|
|
356
369
|
};
|
|
357
370
|
|
|
358
371
|
declare function __VLS_template_8(): {
|
|
@@ -360,7 +373,9 @@ declare function __VLS_template_8(): {
|
|
|
360
373
|
slots: {
|
|
361
374
|
default?(_: {}): any;
|
|
362
375
|
};
|
|
363
|
-
refs: {
|
|
376
|
+
refs: {
|
|
377
|
+
inputRef: HTMLInputElement;
|
|
378
|
+
};
|
|
364
379
|
rootEl: HTMLLabelElement;
|
|
365
380
|
};
|
|
366
381
|
|
|
@@ -368,10 +383,9 @@ declare function __VLS_template_9(): {
|
|
|
368
383
|
attrs: Partial<{}>;
|
|
369
384
|
slots: {
|
|
370
385
|
default?(_: {}): any;
|
|
371
|
-
content?(_: {}): any;
|
|
372
386
|
};
|
|
373
387
|
refs: {};
|
|
374
|
-
rootEl:
|
|
388
|
+
rootEl: HTMLLabelElement;
|
|
375
389
|
};
|
|
376
390
|
|
|
377
391
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -382,6 +396,8 @@ declare type __VLS_TemplateResult_11 = ReturnType<typeof __VLS_template_11>;
|
|
|
382
396
|
|
|
383
397
|
declare type __VLS_TemplateResult_12 = ReturnType<typeof __VLS_template_12>;
|
|
384
398
|
|
|
399
|
+
declare type __VLS_TemplateResult_13 = ReturnType<typeof __VLS_template_13>;
|
|
400
|
+
|
|
385
401
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
386
402
|
|
|
387
403
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -487,31 +503,12 @@ export declare interface AccordionItemDef {
|
|
|
487
503
|
disabled?: boolean;
|
|
488
504
|
}
|
|
489
505
|
|
|
506
|
+
export declare type AvatarShape = 'circle' | 'square';
|
|
507
|
+
|
|
490
508
|
export declare type BadgeSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
491
509
|
|
|
492
510
|
export declare type BadgeVariant = 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info';
|
|
493
511
|
|
|
494
|
-
/** 막대 위치 — 단일/여러 날 일정의 시작·중간·끝 */
|
|
495
|
-
export declare type CalendarEventSpan = 'single' | 'start' | 'middle' | 'end';
|
|
496
|
-
|
|
497
|
-
/** 캘린더 일정(정규화 모델). end 없으면 단일일, 있으면 여러 날 막대로 표시 */
|
|
498
|
-
export declare interface CalendarMonthEvent {
|
|
499
|
-
/** 고유 id — 여러 소스를 합칠 땐 'todo-5'처럼 충돌 없는 값 권장 */
|
|
500
|
-
id: string | number;
|
|
501
|
-
/** 시작일 'YYYY-MM-DD' */
|
|
502
|
-
start: string;
|
|
503
|
-
/** 종료일 'YYYY-MM-DD' (없거나 start보다 빠르면 단일일 취급) */
|
|
504
|
-
end?: string | null;
|
|
505
|
-
/** 막대 라벨 */
|
|
506
|
-
title: string;
|
|
507
|
-
/** 막대 색 (기본 var(--color-primary)) */
|
|
508
|
-
color?: string;
|
|
509
|
-
/** 하루종일 여부 (표시는 consumer 자유, meta로 전달) */
|
|
510
|
-
allDay?: boolean;
|
|
511
|
-
/** 도메인 데이터 passthrough — #event 슬롯에서 활용 */
|
|
512
|
-
meta?: unknown;
|
|
513
|
-
}
|
|
514
|
-
|
|
515
512
|
/** 토스트 수동 닫기 */
|
|
516
513
|
export declare function closeToast(id: number): void;
|
|
517
514
|
|
|
@@ -637,6 +634,25 @@ declare interface Props {
|
|
|
637
634
|
}
|
|
638
635
|
|
|
639
636
|
declare interface Props_10 {
|
|
637
|
+
/** 로딩 텍스트. 빈 문자열이면 텍스트 미렌더 + aria-label='로딩 중'로 SR 안내 */
|
|
638
|
+
text?: string;
|
|
639
|
+
/** 오버레이(dim) 모드 — viewport 전체 fixed + 반투명 dim */
|
|
640
|
+
overlay?: boolean;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
declare interface Props_11 {
|
|
644
|
+
modelValue: boolean;
|
|
645
|
+
/** 비활성 — 클릭/키보드 토글 차단 */
|
|
646
|
+
disabled?: boolean;
|
|
647
|
+
/** 라벨 텍스트 (label htmlFor → button id 자동 매칭) */
|
|
648
|
+
label?: string;
|
|
649
|
+
/** 라벨을 시각적으로만 숨김 (SR에는 노출) */
|
|
650
|
+
labelHidden?: boolean;
|
|
651
|
+
/** id 명시 — 미지정 시 useId() 자동 생성 (SSR 안전) */
|
|
652
|
+
id?: string;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
declare interface Props_12 {
|
|
640
656
|
modelValue: boolean;
|
|
641
657
|
/** 라벨 텍스트. slot도 가능. */
|
|
642
658
|
label?: string;
|
|
@@ -653,7 +669,7 @@ declare interface Props_10 {
|
|
|
653
669
|
id?: string;
|
|
654
670
|
}
|
|
655
671
|
|
|
656
|
-
declare interface
|
|
672
|
+
declare interface Props_13 {
|
|
657
673
|
/** 그룹 공유 v-model 값. 이 라디오의 value와 일치하면 checked */
|
|
658
674
|
modelValue: RadioValue;
|
|
659
675
|
/** 이 라디오 고유 값 — 선택 시 modelValue에 이 값이 emit됨 */
|
|
@@ -670,7 +686,7 @@ declare interface Props_11 {
|
|
|
670
686
|
id?: string;
|
|
671
687
|
}
|
|
672
688
|
|
|
673
|
-
declare interface
|
|
689
|
+
declare interface Props_14 {
|
|
674
690
|
modelValue?: string;
|
|
675
691
|
placeholder?: string;
|
|
676
692
|
disabled?: boolean;
|
|
@@ -704,7 +720,7 @@ declare interface Props_12 {
|
|
|
704
720
|
expandable?: boolean;
|
|
705
721
|
}
|
|
706
722
|
|
|
707
|
-
declare interface
|
|
723
|
+
declare interface Props_15 {
|
|
708
724
|
/** 툴팁 본문 텍스트. content 슬롯 지정 시 무시 */
|
|
709
725
|
content?: string;
|
|
710
726
|
/** radix portal 콘텐츠 박스 추가 클래스 (페이지별 스타일 오버라이드) */
|
|
@@ -720,7 +736,7 @@ declare interface Props_13 {
|
|
|
720
736
|
showArrow?: boolean;
|
|
721
737
|
}
|
|
722
738
|
|
|
723
|
-
declare interface
|
|
739
|
+
declare interface Props_16 {
|
|
724
740
|
/** 현재 페이지 (1-indexed). v-model */
|
|
725
741
|
modelValue: number;
|
|
726
742
|
/** 전체 항목 수 */
|
|
@@ -740,7 +756,7 @@ declare interface Props_14 {
|
|
|
740
756
|
showFirstLast?: boolean;
|
|
741
757
|
}
|
|
742
758
|
|
|
743
|
-
declare interface
|
|
759
|
+
declare interface Props_17 {
|
|
744
760
|
items: DropdownMenuItemDef[];
|
|
745
761
|
/** 상단 비클릭 라벨 (DropdownMenuLabel) — 구역 안내용 */
|
|
746
762
|
title?: string;
|
|
@@ -759,7 +775,7 @@ declare interface Props_15 {
|
|
|
759
775
|
contentClass?: string;
|
|
760
776
|
}
|
|
761
777
|
|
|
762
|
-
declare interface
|
|
778
|
+
declare interface Props_18 {
|
|
763
779
|
modelValue: string;
|
|
764
780
|
tabs: TabItem[];
|
|
765
781
|
/** 탭 크기 — sm(36px) / md(40px·기본) / lg(48px) */
|
|
@@ -770,7 +786,7 @@ declare interface Props_16 {
|
|
|
770
786
|
ariaLabel?: string;
|
|
771
787
|
}
|
|
772
788
|
|
|
773
|
-
declare interface
|
|
789
|
+
declare interface Props_19 {
|
|
774
790
|
modelValue?: DateValue;
|
|
775
791
|
type?: 'date' | 'datetime' | 'month';
|
|
776
792
|
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
@@ -782,32 +798,6 @@ declare interface Props_17 {
|
|
|
782
798
|
triggerLabel?: string;
|
|
783
799
|
}
|
|
784
800
|
|
|
785
|
-
declare interface Props_18 {
|
|
786
|
-
modelValue?: DateRange;
|
|
787
|
-
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
788
|
-
disabled?: boolean;
|
|
789
|
-
locale?: string;
|
|
790
|
-
minValue?: DateValue;
|
|
791
|
-
maxValue?: DateValue;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
declare interface Props_19 {
|
|
795
|
-
/** items 배열로 간단하게 렌더 (없으면 기본 슬롯 사용) */
|
|
796
|
-
items?: AccordionItemDef[];
|
|
797
|
-
/** single: 하나만 열림 / multiple: 여러 개 동시 열림 */
|
|
798
|
-
type?: 'single' | 'multiple';
|
|
799
|
-
/** v-model — single이면 string, multiple이면 string[] */
|
|
800
|
-
modelValue?: string | string[];
|
|
801
|
-
/** 초기 열림 상태 (uncontrolled) */
|
|
802
|
-
defaultValue?: string | string[];
|
|
803
|
-
/** single 모드에서 열린 항목 다시 클릭 시 닫을 수 있는지 */
|
|
804
|
-
collapsible?: boolean;
|
|
805
|
-
/** 전체 비활성 */
|
|
806
|
-
disabled?: boolean;
|
|
807
|
-
/** 크기 — sm / md(기본) / lg */
|
|
808
|
-
size?: 'sm' | 'md' | 'lg';
|
|
809
|
-
}
|
|
810
|
-
|
|
811
801
|
declare interface Props_2 {
|
|
812
802
|
/** v-model 양방향 바인딩 값 */
|
|
813
803
|
modelValue?: string | number;
|
|
@@ -920,6 +910,32 @@ declare interface Props_2 {
|
|
|
920
910
|
}
|
|
921
911
|
|
|
922
912
|
declare interface Props_20 {
|
|
913
|
+
modelValue?: DateRange;
|
|
914
|
+
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
915
|
+
disabled?: boolean;
|
|
916
|
+
locale?: string;
|
|
917
|
+
minValue?: DateValue;
|
|
918
|
+
maxValue?: DateValue;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
declare interface Props_21 {
|
|
922
|
+
/** items 배열로 간단하게 렌더 (없으면 기본 슬롯 사용) */
|
|
923
|
+
items?: AccordionItemDef[];
|
|
924
|
+
/** single: 하나만 열림 / multiple: 여러 개 동시 열림 */
|
|
925
|
+
type?: 'single' | 'multiple';
|
|
926
|
+
/** v-model — single이면 string, multiple이면 string[] */
|
|
927
|
+
modelValue?: string | string[];
|
|
928
|
+
/** 초기 열림 상태 (uncontrolled) */
|
|
929
|
+
defaultValue?: string | string[];
|
|
930
|
+
/** single 모드에서 열린 항목 다시 클릭 시 닫을 수 있는지 */
|
|
931
|
+
collapsible?: boolean;
|
|
932
|
+
/** 전체 비활성 */
|
|
933
|
+
disabled?: boolean;
|
|
934
|
+
/** 크기 — sm / md(기본) / lg */
|
|
935
|
+
size?: 'sm' | 'md' | 'lg';
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
declare interface Props_22 {
|
|
923
939
|
open?: boolean;
|
|
924
940
|
title?: string;
|
|
925
941
|
width?: string;
|
|
@@ -940,7 +956,7 @@ declare interface Props_20 {
|
|
|
940
956
|
confirmBeforeClose?: boolean;
|
|
941
957
|
}
|
|
942
958
|
|
|
943
|
-
declare interface
|
|
959
|
+
declare interface Props_23 {
|
|
944
960
|
/** 파일 목록 */
|
|
945
961
|
files: FileItem[];
|
|
946
962
|
/** 파일 URL 생성 함수 */
|
|
@@ -949,7 +965,7 @@ declare interface Props_21 {
|
|
|
949
965
|
deletable?: boolean;
|
|
950
966
|
}
|
|
951
967
|
|
|
952
|
-
declare interface
|
|
968
|
+
declare interface Props_24 {
|
|
953
969
|
/** 업로드 중 상태 */
|
|
954
970
|
loading?: boolean;
|
|
955
971
|
/** 허용 파일 형식 (예: 'image/*', '.pdf,.doc') */
|
|
@@ -960,7 +976,7 @@ declare interface Props_22 {
|
|
|
960
976
|
disabled?: boolean;
|
|
961
977
|
}
|
|
962
978
|
|
|
963
|
-
declare interface
|
|
979
|
+
declare interface Props_25 {
|
|
964
980
|
modelValue?: string;
|
|
965
981
|
editable?: boolean;
|
|
966
982
|
placeholder?: string;
|
|
@@ -1008,6 +1024,30 @@ declare interface Props_5 {
|
|
|
1008
1024
|
}
|
|
1009
1025
|
|
|
1010
1026
|
declare interface Props_6 {
|
|
1027
|
+
/** 이미지 URL */
|
|
1028
|
+
src?: string;
|
|
1029
|
+
/** 접근성 라벨 */
|
|
1030
|
+
alt?: string;
|
|
1031
|
+
/** 사용자 이름 (이니셜 추출 + 배경색 결정) */
|
|
1032
|
+
name?: string;
|
|
1033
|
+
/** 크기: 디자인 토큰 또는 커스텀 px */
|
|
1034
|
+
size?: Size | number;
|
|
1035
|
+
/** 형태 (기본: circle) */
|
|
1036
|
+
shape?: AvatarShape;
|
|
1037
|
+
/** 배경색 수동 지정 (없으면 name 해시 기반) */
|
|
1038
|
+
color?: string;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
declare interface Props_7 {
|
|
1042
|
+
/** 최대 표시 수 (초과분 "+N") */
|
|
1043
|
+
max?: number;
|
|
1044
|
+
/** 자식에 전파할 사이즈 */
|
|
1045
|
+
size?: Size | number;
|
|
1046
|
+
/** 겹침 정도 (px) */
|
|
1047
|
+
overlap?: number;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
declare interface Props_8 {
|
|
1011
1051
|
/** 시맨틱 variant — 도메인 특화 색은 colorHex 사용 */
|
|
1012
1052
|
variant?: BadgeVariant;
|
|
1013
1053
|
size?: BadgeSize;
|
|
@@ -1019,7 +1059,7 @@ declare interface Props_6 {
|
|
|
1019
1059
|
bgAlpha?: number;
|
|
1020
1060
|
}
|
|
1021
1061
|
|
|
1022
|
-
declare interface
|
|
1062
|
+
declare interface Props_9 {
|
|
1023
1063
|
/** badge 사이 간격 — number는 px, string은 그대로 (예: '8px', '0.5rem'). 기본 8 */
|
|
1024
1064
|
gap?: number | string;
|
|
1025
1065
|
/** 배치 방향. 기본 'row' */
|
|
@@ -1030,25 +1070,6 @@ declare interface Props_7 {
|
|
|
1030
1070
|
ariaLabel?: string;
|
|
1031
1071
|
}
|
|
1032
1072
|
|
|
1033
|
-
declare interface Props_8 {
|
|
1034
|
-
/** 로딩 텍스트. 빈 문자열이면 텍스트 미렌더 + aria-label='로딩 중'로 SR 안내 */
|
|
1035
|
-
text?: string;
|
|
1036
|
-
/** 오버레이(dim) 모드 — viewport 전체 fixed + 반투명 dim */
|
|
1037
|
-
overlay?: boolean;
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
declare interface Props_9 {
|
|
1041
|
-
modelValue: boolean;
|
|
1042
|
-
/** 비활성 — 클릭/키보드 토글 차단 */
|
|
1043
|
-
disabled?: boolean;
|
|
1044
|
-
/** 라벨 텍스트 (label htmlFor → button id 자동 매칭) */
|
|
1045
|
-
label?: string;
|
|
1046
|
-
/** 라벨을 시각적으로만 숨김 (SR에는 노출) */
|
|
1047
|
-
labelHidden?: boolean;
|
|
1048
|
-
/** id 명시 — 미지정 시 useId() 자동 생성 (SSR 안전) */
|
|
1049
|
-
id?: string;
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
1073
|
declare type RadioValue = string | number | boolean;
|
|
1053
1074
|
|
|
1054
1075
|
export declare const SELECT_SIZES: readonly ["xs", "sm", "md", "lg", "auth"];
|
|
@@ -1127,87 +1148,28 @@ export declare type ToastPlacement = 'top-center' | 'top-right' | 'bottom-center
|
|
|
1127
1148
|
/** Toast 시멘틱 타입 */
|
|
1128
1149
|
export declare type ToastType = 'success' | 'error' | 'warning' | 'info';
|
|
1129
1150
|
|
|
1130
|
-
export declare const UiAccordion:
|
|
1151
|
+
export declare const UiAccordion: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1131
1152
|
|
|
1132
|
-
export declare const
|
|
1153
|
+
export declare const UiAvatar: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_6> & Readonly<{}>, {
|
|
1154
|
+
size: Size | number;
|
|
1155
|
+
shape: AvatarShape;
|
|
1156
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1133
1157
|
|
|
1134
|
-
export declare const
|
|
1158
|
+
export declare const UiAvatarGroup: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1159
|
+
|
|
1160
|
+
export declare const UiBadge: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1161
|
+
|
|
1162
|
+
export declare const UiBadgeGroup: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1135
1163
|
|
|
1136
1164
|
export declare const UiButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1137
1165
|
|
|
1138
|
-
export declare const
|
|
1139
|
-
/** 표시할 연도 */
|
|
1140
|
-
year: number;
|
|
1141
|
-
/** 표시할 월 (1-12) */
|
|
1142
|
-
month: number;
|
|
1143
|
-
/** 일정 목록 */
|
|
1144
|
-
events?: CalendarMonthEvent[];
|
|
1145
|
-
/** 선택된 날짜 'YYYY-MM-DD' */
|
|
1146
|
-
selectedDate?: string;
|
|
1147
|
-
/** 오늘 날짜 'YYYY-MM-DD' — 미지정 시 실제 오늘 (테스트/스토리에서 주입) */
|
|
1148
|
-
today?: string;
|
|
1149
|
-
/** 한 칸에 표시할 최대 레인 수 (초과분은 +N) */
|
|
1150
|
-
maxLanes?: number;
|
|
1151
|
-
/** 좌우 스와이프로 월 전환 */
|
|
1152
|
-
swipeable?: boolean;
|
|
1153
|
-
/** 요일 헤더 표시 */
|
|
1154
|
-
showWeekdays?: boolean;
|
|
1155
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1156
|
-
"update:year": (year: number) => any;
|
|
1157
|
-
"update:month": (month: number) => any;
|
|
1158
|
-
"change-month": (value: {
|
|
1159
|
-
year: number;
|
|
1160
|
-
month: number;
|
|
1161
|
-
}) => any;
|
|
1162
|
-
"select-date": (date: string) => any;
|
|
1163
|
-
"select-event": (event: CalendarMonthEvent) => any;
|
|
1164
|
-
}, string, PublicProps, Readonly<{
|
|
1165
|
-
/** 표시할 연도 */
|
|
1166
|
-
year: number;
|
|
1167
|
-
/** 표시할 월 (1-12) */
|
|
1168
|
-
month: number;
|
|
1169
|
-
/** 일정 목록 */
|
|
1170
|
-
events?: CalendarMonthEvent[];
|
|
1171
|
-
/** 선택된 날짜 'YYYY-MM-DD' */
|
|
1172
|
-
selectedDate?: string;
|
|
1173
|
-
/** 오늘 날짜 'YYYY-MM-DD' — 미지정 시 실제 오늘 (테스트/스토리에서 주입) */
|
|
1174
|
-
today?: string;
|
|
1175
|
-
/** 한 칸에 표시할 최대 레인 수 (초과분은 +N) */
|
|
1176
|
-
maxLanes?: number;
|
|
1177
|
-
/** 좌우 스와이프로 월 전환 */
|
|
1178
|
-
swipeable?: boolean;
|
|
1179
|
-
/** 요일 헤더 표시 */
|
|
1180
|
-
showWeekdays?: boolean;
|
|
1181
|
-
}> & Readonly<{
|
|
1182
|
-
"onUpdate:year"?: ((year: number) => any) | undefined;
|
|
1183
|
-
"onUpdate:month"?: ((month: number) => any) | undefined;
|
|
1184
|
-
"onChange-month"?: ((value: {
|
|
1185
|
-
year: number;
|
|
1186
|
-
month: number;
|
|
1187
|
-
}) => any) | undefined;
|
|
1188
|
-
"onSelect-date"?: ((date: string) => any) | undefined;
|
|
1189
|
-
"onSelect-event"?: ((event: CalendarMonthEvent) => any) | undefined;
|
|
1190
|
-
}>, {
|
|
1191
|
-
events: CalendarMonthEvent[];
|
|
1192
|
-
selectedDate: string;
|
|
1193
|
-
today: string;
|
|
1194
|
-
maxLanes: number;
|
|
1195
|
-
swipeable: boolean;
|
|
1196
|
-
showWeekdays: boolean;
|
|
1197
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
1198
|
-
event?(_: {
|
|
1199
|
-
event: CalendarMonthEvent;
|
|
1200
|
-
span: CalendarEventSpan;
|
|
1201
|
-
}): any;
|
|
1202
|
-
}>;
|
|
1203
|
-
|
|
1204
|
-
export declare const UiCheckbox: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1166
|
+
export declare const UiCheckbox: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1205
1167
|
|
|
1206
1168
|
export declare const UiConfirm: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1207
1169
|
|
|
1208
|
-
export declare const UiDatePicker: DefineComponent<
|
|
1170
|
+
export declare const UiDatePicker: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1209
1171
|
"update:modelValue": (value: DateValue | undefined) => any;
|
|
1210
|
-
}, string, PublicProps, Readonly<
|
|
1172
|
+
}, string, PublicProps, Readonly<Props_19> & Readonly<{
|
|
1211
1173
|
"onUpdate:modelValue"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1212
1174
|
}>, {
|
|
1213
1175
|
size: "xs" | "sm" | "md" | "lg";
|
|
@@ -1222,9 +1184,9 @@ triggerLabel: string;
|
|
|
1222
1184
|
monthCellRefs: HTMLButtonElement[];
|
|
1223
1185
|
}, HTMLDivElement>;
|
|
1224
1186
|
|
|
1225
|
-
export declare const UiDateRangePicker: DefineComponent<
|
|
1187
|
+
export declare const UiDateRangePicker: DefineComponent<Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1226
1188
|
"update:modelValue": (value: DateRange) => any;
|
|
1227
|
-
}, string, PublicProps, Readonly<
|
|
1189
|
+
}, string, PublicProps, Readonly<Props_20> & Readonly<{
|
|
1228
1190
|
"onUpdate:modelValue"?: ((value: DateRange) => any) | undefined;
|
|
1229
1191
|
}>, {
|
|
1230
1192
|
size: "xs" | "sm" | "md" | "lg";
|
|
@@ -1235,23 +1197,23 @@ minValue: DateValue;
|
|
|
1235
1197
|
maxValue: DateValue;
|
|
1236
1198
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1237
1199
|
|
|
1238
|
-
export declare const UiDrawer:
|
|
1200
|
+
export declare const UiDrawer: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1239
1201
|
|
|
1240
|
-
export declare const UiDropdownMenu:
|
|
1202
|
+
export declare const UiDropdownMenu: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1241
1203
|
|
|
1242
1204
|
export declare const UiEmpty: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1243
1205
|
|
|
1244
|
-
export declare const UiFileList: DefineComponent<
|
|
1206
|
+
export declare const UiFileList: DefineComponent<Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1245
1207
|
delete: (file: FileItem) => any;
|
|
1246
|
-
}, string, PublicProps, Readonly<
|
|
1208
|
+
}, string, PublicProps, Readonly<Props_23> & Readonly<{
|
|
1247
1209
|
onDelete?: ((file: FileItem) => any) | undefined;
|
|
1248
1210
|
}>, {
|
|
1249
1211
|
deletable: boolean;
|
|
1250
1212
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1251
1213
|
|
|
1252
|
-
export declare const UiFileUpload: DefineComponent<
|
|
1214
|
+
export declare const UiFileUpload: DefineComponent<Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1253
1215
|
upload: (file: File) => any;
|
|
1254
|
-
}, string, PublicProps, Readonly<
|
|
1216
|
+
}, string, PublicProps, Readonly<Props_24> & Readonly<{
|
|
1255
1217
|
onUpload?: ((file: File) => any) | undefined;
|
|
1256
1218
|
}>, {
|
|
1257
1219
|
disabled: boolean;
|
|
@@ -1267,14 +1229,14 @@ strokeWidth: number;
|
|
|
1267
1229
|
|
|
1268
1230
|
export declare const UiInput: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1269
1231
|
|
|
1270
|
-
export declare const UiLoading: DefineComponent<
|
|
1232
|
+
export declare const UiLoading: DefineComponent<Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_10> & Readonly<{}>, {
|
|
1271
1233
|
text: string;
|
|
1272
1234
|
overlay: boolean;
|
|
1273
1235
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1274
1236
|
|
|
1275
|
-
export declare const UiMarkdownEditor: DefineComponent<
|
|
1237
|
+
export declare const UiMarkdownEditor: DefineComponent<Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1276
1238
|
"update:modelValue": (value: string) => any;
|
|
1277
|
-
}, string, PublicProps, Readonly<
|
|
1239
|
+
}, string, PublicProps, Readonly<Props_25> & Readonly<{
|
|
1278
1240
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1279
1241
|
}>, {
|
|
1280
1242
|
modelValue: string;
|
|
@@ -1286,10 +1248,10 @@ sourceRef: HTMLTextAreaElement;
|
|
|
1286
1248
|
|
|
1287
1249
|
export declare const UiModal: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1288
1250
|
|
|
1289
|
-
export declare const UiPagination: DefineComponent<
|
|
1251
|
+
export declare const UiPagination: DefineComponent<Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1290
1252
|
"update:modelValue": (page: number) => any;
|
|
1291
1253
|
change: (page: number) => any;
|
|
1292
|
-
}, string, PublicProps, Readonly<
|
|
1254
|
+
}, string, PublicProps, Readonly<Props_16> & Readonly<{
|
|
1293
1255
|
"onUpdate:modelValue"?: ((page: number) => any) | undefined;
|
|
1294
1256
|
onChange?: ((page: number) => any) | undefined;
|
|
1295
1257
|
}>, {
|
|
@@ -1302,7 +1264,7 @@ showRange: boolean;
|
|
|
1302
1264
|
showFirstLast: boolean;
|
|
1303
1265
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1304
1266
|
|
|
1305
|
-
export declare const UiRadio:
|
|
1267
|
+
export declare const UiRadio: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1306
1268
|
|
|
1307
1269
|
export declare const UiSelect: DefineComponent<Props_3, {
|
|
1308
1270
|
focus: () => void;
|
|
@@ -1327,10 +1289,10 @@ required: boolean;
|
|
|
1327
1289
|
id: string;
|
|
1328
1290
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1329
1291
|
|
|
1330
|
-
export declare const UiTab: DefineComponent<
|
|
1292
|
+
export declare const UiTab: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1331
1293
|
"update:modelValue": (value: string) => any;
|
|
1332
1294
|
change: (value: string) => any;
|
|
1333
|
-
}, string, PublicProps, Readonly<
|
|
1295
|
+
}, string, PublicProps, Readonly<Props_18> & Readonly<{
|
|
1334
1296
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1335
1297
|
onChange?: ((value: string) => any) | undefined;
|
|
1336
1298
|
}>, {
|
|
@@ -1390,13 +1352,13 @@ declare interface UiTableProps<TRow extends Record<string, unknown> = Record<str
|
|
|
1390
1352
|
bordered?: boolean;
|
|
1391
1353
|
}
|
|
1392
1354
|
|
|
1393
|
-
export declare const UiTextarea: DefineComponent<
|
|
1355
|
+
export declare const UiTextarea: DefineComponent<Props_14, {
|
|
1394
1356
|
focus: () => void | undefined;
|
|
1395
1357
|
blur: () => void | undefined;
|
|
1396
1358
|
el: Ref<HTMLTextAreaElement | null, HTMLTextAreaElement | null>;
|
|
1397
1359
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1398
1360
|
"update:modelValue": (value: string) => any;
|
|
1399
|
-
}, string, PublicProps, Readonly<
|
|
1361
|
+
}, string, PublicProps, Readonly<Props_14> & Readonly<{
|
|
1400
1362
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1401
1363
|
}>, {
|
|
1402
1364
|
size: "sm" | "md" | "lg";
|
|
@@ -1427,10 +1389,10 @@ expandTextareaRef: HTMLTextAreaElement;
|
|
|
1427
1389
|
|
|
1428
1390
|
export declare const UiToast: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1429
1391
|
|
|
1430
|
-
export declare const UiToggle: DefineComponent<
|
|
1392
|
+
export declare const UiToggle: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1431
1393
|
"update:modelValue": (value: boolean) => any;
|
|
1432
1394
|
change: (value: boolean) => any;
|
|
1433
|
-
}, string, PublicProps, Readonly<
|
|
1395
|
+
}, string, PublicProps, Readonly<Props_11> & Readonly<{
|
|
1434
1396
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1435
1397
|
onChange?: ((value: boolean) => any) | undefined;
|
|
1436
1398
|
}>, {
|
|
@@ -1440,6 +1402,6 @@ labelHidden: boolean;
|
|
|
1440
1402
|
id: string;
|
|
1441
1403
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1442
1404
|
|
|
1443
|
-
export declare const UiTooltip:
|
|
1405
|
+
export declare const UiTooltip: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1444
1406
|
|
|
1445
1407
|
export { }
|