@leechanyong/ispark-ui 0.5.10 → 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/dist/index.d.ts +174 -119
- package/dist/ispark-ui.cjs +170 -170
- package/dist/ispark-ui.css +1 -1
- package/dist/ispark-ui.js +6887 -6765
- 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>;
|
|
@@ -422,6 +438,12 @@ declare type __VLS_WithTemplateSlots_12<T, S> = T & {
|
|
|
422
438
|
};
|
|
423
439
|
};
|
|
424
440
|
|
|
441
|
+
declare type __VLS_WithTemplateSlots_13<T, S> = T & {
|
|
442
|
+
new (): {
|
|
443
|
+
$slots: S;
|
|
444
|
+
};
|
|
445
|
+
};
|
|
446
|
+
|
|
425
447
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
426
448
|
new (): {
|
|
427
449
|
$slots: S;
|
|
@@ -481,6 +503,8 @@ export declare interface AccordionItemDef {
|
|
|
481
503
|
disabled?: boolean;
|
|
482
504
|
}
|
|
483
505
|
|
|
506
|
+
export declare type AvatarShape = 'circle' | 'square';
|
|
507
|
+
|
|
484
508
|
export declare type BadgeSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
485
509
|
|
|
486
510
|
export declare type BadgeVariant = 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info';
|
|
@@ -610,6 +634,25 @@ declare interface Props {
|
|
|
610
634
|
}
|
|
611
635
|
|
|
612
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 {
|
|
613
656
|
modelValue: boolean;
|
|
614
657
|
/** 라벨 텍스트. slot도 가능. */
|
|
615
658
|
label?: string;
|
|
@@ -626,7 +669,7 @@ declare interface Props_10 {
|
|
|
626
669
|
id?: string;
|
|
627
670
|
}
|
|
628
671
|
|
|
629
|
-
declare interface
|
|
672
|
+
declare interface Props_13 {
|
|
630
673
|
/** 그룹 공유 v-model 값. 이 라디오의 value와 일치하면 checked */
|
|
631
674
|
modelValue: RadioValue;
|
|
632
675
|
/** 이 라디오 고유 값 — 선택 시 modelValue에 이 값이 emit됨 */
|
|
@@ -643,7 +686,7 @@ declare interface Props_11 {
|
|
|
643
686
|
id?: string;
|
|
644
687
|
}
|
|
645
688
|
|
|
646
|
-
declare interface
|
|
689
|
+
declare interface Props_14 {
|
|
647
690
|
modelValue?: string;
|
|
648
691
|
placeholder?: string;
|
|
649
692
|
disabled?: boolean;
|
|
@@ -677,7 +720,7 @@ declare interface Props_12 {
|
|
|
677
720
|
expandable?: boolean;
|
|
678
721
|
}
|
|
679
722
|
|
|
680
|
-
declare interface
|
|
723
|
+
declare interface Props_15 {
|
|
681
724
|
/** 툴팁 본문 텍스트. content 슬롯 지정 시 무시 */
|
|
682
725
|
content?: string;
|
|
683
726
|
/** radix portal 콘텐츠 박스 추가 클래스 (페이지별 스타일 오버라이드) */
|
|
@@ -693,7 +736,7 @@ declare interface Props_13 {
|
|
|
693
736
|
showArrow?: boolean;
|
|
694
737
|
}
|
|
695
738
|
|
|
696
|
-
declare interface
|
|
739
|
+
declare interface Props_16 {
|
|
697
740
|
/** 현재 페이지 (1-indexed). v-model */
|
|
698
741
|
modelValue: number;
|
|
699
742
|
/** 전체 항목 수 */
|
|
@@ -713,7 +756,7 @@ declare interface Props_14 {
|
|
|
713
756
|
showFirstLast?: boolean;
|
|
714
757
|
}
|
|
715
758
|
|
|
716
|
-
declare interface
|
|
759
|
+
declare interface Props_17 {
|
|
717
760
|
items: DropdownMenuItemDef[];
|
|
718
761
|
/** 상단 비클릭 라벨 (DropdownMenuLabel) — 구역 안내용 */
|
|
719
762
|
title?: string;
|
|
@@ -732,7 +775,7 @@ declare interface Props_15 {
|
|
|
732
775
|
contentClass?: string;
|
|
733
776
|
}
|
|
734
777
|
|
|
735
|
-
declare interface
|
|
778
|
+
declare interface Props_18 {
|
|
736
779
|
modelValue: string;
|
|
737
780
|
tabs: TabItem[];
|
|
738
781
|
/** 탭 크기 — sm(36px) / md(40px·기본) / lg(48px) */
|
|
@@ -743,7 +786,7 @@ declare interface Props_16 {
|
|
|
743
786
|
ariaLabel?: string;
|
|
744
787
|
}
|
|
745
788
|
|
|
746
|
-
declare interface
|
|
789
|
+
declare interface Props_19 {
|
|
747
790
|
modelValue?: DateValue;
|
|
748
791
|
type?: 'date' | 'datetime' | 'month';
|
|
749
792
|
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
@@ -755,32 +798,6 @@ declare interface Props_17 {
|
|
|
755
798
|
triggerLabel?: string;
|
|
756
799
|
}
|
|
757
800
|
|
|
758
|
-
declare interface Props_18 {
|
|
759
|
-
modelValue?: DateRange;
|
|
760
|
-
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
761
|
-
disabled?: boolean;
|
|
762
|
-
locale?: string;
|
|
763
|
-
minValue?: DateValue;
|
|
764
|
-
maxValue?: DateValue;
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
declare interface Props_19 {
|
|
768
|
-
/** items 배열로 간단하게 렌더 (없으면 기본 슬롯 사용) */
|
|
769
|
-
items?: AccordionItemDef[];
|
|
770
|
-
/** single: 하나만 열림 / multiple: 여러 개 동시 열림 */
|
|
771
|
-
type?: 'single' | 'multiple';
|
|
772
|
-
/** v-model — single이면 string, multiple이면 string[] */
|
|
773
|
-
modelValue?: string | string[];
|
|
774
|
-
/** 초기 열림 상태 (uncontrolled) */
|
|
775
|
-
defaultValue?: string | string[];
|
|
776
|
-
/** single 모드에서 열린 항목 다시 클릭 시 닫을 수 있는지 */
|
|
777
|
-
collapsible?: boolean;
|
|
778
|
-
/** 전체 비활성 */
|
|
779
|
-
disabled?: boolean;
|
|
780
|
-
/** 크기 — sm / md(기본) / lg */
|
|
781
|
-
size?: 'sm' | 'md' | 'lg';
|
|
782
|
-
}
|
|
783
|
-
|
|
784
801
|
declare interface Props_2 {
|
|
785
802
|
/** v-model 양방향 바인딩 값 */
|
|
786
803
|
modelValue?: string | number;
|
|
@@ -893,6 +910,32 @@ declare interface Props_2 {
|
|
|
893
910
|
}
|
|
894
911
|
|
|
895
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 {
|
|
896
939
|
open?: boolean;
|
|
897
940
|
title?: string;
|
|
898
941
|
width?: string;
|
|
@@ -913,7 +956,7 @@ declare interface Props_20 {
|
|
|
913
956
|
confirmBeforeClose?: boolean;
|
|
914
957
|
}
|
|
915
958
|
|
|
916
|
-
declare interface
|
|
959
|
+
declare interface Props_23 {
|
|
917
960
|
/** 파일 목록 */
|
|
918
961
|
files: FileItem[];
|
|
919
962
|
/** 파일 URL 생성 함수 */
|
|
@@ -922,7 +965,7 @@ declare interface Props_21 {
|
|
|
922
965
|
deletable?: boolean;
|
|
923
966
|
}
|
|
924
967
|
|
|
925
|
-
declare interface
|
|
968
|
+
declare interface Props_24 {
|
|
926
969
|
/** 업로드 중 상태 */
|
|
927
970
|
loading?: boolean;
|
|
928
971
|
/** 허용 파일 형식 (예: 'image/*', '.pdf,.doc') */
|
|
@@ -933,7 +976,7 @@ declare interface Props_22 {
|
|
|
933
976
|
disabled?: boolean;
|
|
934
977
|
}
|
|
935
978
|
|
|
936
|
-
declare interface
|
|
979
|
+
declare interface Props_25 {
|
|
937
980
|
modelValue?: string;
|
|
938
981
|
editable?: boolean;
|
|
939
982
|
placeholder?: string;
|
|
@@ -981,6 +1024,30 @@ declare interface Props_5 {
|
|
|
981
1024
|
}
|
|
982
1025
|
|
|
983
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 {
|
|
984
1051
|
/** 시맨틱 variant — 도메인 특화 색은 colorHex 사용 */
|
|
985
1052
|
variant?: BadgeVariant;
|
|
986
1053
|
size?: BadgeSize;
|
|
@@ -992,7 +1059,7 @@ declare interface Props_6 {
|
|
|
992
1059
|
bgAlpha?: number;
|
|
993
1060
|
}
|
|
994
1061
|
|
|
995
|
-
declare interface
|
|
1062
|
+
declare interface Props_9 {
|
|
996
1063
|
/** badge 사이 간격 — number는 px, string은 그대로 (예: '8px', '0.5rem'). 기본 8 */
|
|
997
1064
|
gap?: number | string;
|
|
998
1065
|
/** 배치 방향. 기본 'row' */
|
|
@@ -1003,25 +1070,6 @@ declare interface Props_7 {
|
|
|
1003
1070
|
ariaLabel?: string;
|
|
1004
1071
|
}
|
|
1005
1072
|
|
|
1006
|
-
declare interface Props_8 {
|
|
1007
|
-
/** 로딩 텍스트. 빈 문자열이면 텍스트 미렌더 + aria-label='로딩 중'로 SR 안내 */
|
|
1008
|
-
text?: string;
|
|
1009
|
-
/** 오버레이(dim) 모드 — viewport 전체 fixed + 반투명 dim */
|
|
1010
|
-
overlay?: boolean;
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
declare interface Props_9 {
|
|
1014
|
-
modelValue: boolean;
|
|
1015
|
-
/** 비활성 — 클릭/키보드 토글 차단 */
|
|
1016
|
-
disabled?: boolean;
|
|
1017
|
-
/** 라벨 텍스트 (label htmlFor → button id 자동 매칭) */
|
|
1018
|
-
label?: string;
|
|
1019
|
-
/** 라벨을 시각적으로만 숨김 (SR에는 노출) */
|
|
1020
|
-
labelHidden?: boolean;
|
|
1021
|
-
/** id 명시 — 미지정 시 useId() 자동 생성 (SSR 안전) */
|
|
1022
|
-
id?: string;
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
1073
|
declare type RadioValue = string | number | boolean;
|
|
1026
1074
|
|
|
1027
1075
|
export declare const SELECT_SIZES: readonly ["xs", "sm", "md", "lg", "auth"];
|
|
@@ -1100,21 +1148,28 @@ export declare type ToastPlacement = 'top-center' | 'top-right' | 'bottom-center
|
|
|
1100
1148
|
/** Toast 시멘틱 타입 */
|
|
1101
1149
|
export declare type ToastType = 'success' | 'error' | 'warning' | 'info';
|
|
1102
1150
|
|
|
1103
|
-
export declare const UiAccordion:
|
|
1151
|
+
export declare const UiAccordion: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1104
1152
|
|
|
1105
|
-
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>;
|
|
1157
|
+
|
|
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"]>;
|
|
1106
1161
|
|
|
1107
|
-
export declare const UiBadgeGroup:
|
|
1162
|
+
export declare const UiBadgeGroup: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1108
1163
|
|
|
1109
1164
|
export declare const UiButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1110
1165
|
|
|
1111
|
-
export declare const UiCheckbox:
|
|
1166
|
+
export declare const UiCheckbox: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1112
1167
|
|
|
1113
1168
|
export declare const UiConfirm: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1114
1169
|
|
|
1115
|
-
export declare const UiDatePicker: DefineComponent<
|
|
1170
|
+
export declare const UiDatePicker: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1116
1171
|
"update:modelValue": (value: DateValue | undefined) => any;
|
|
1117
|
-
}, string, PublicProps, Readonly<
|
|
1172
|
+
}, string, PublicProps, Readonly<Props_19> & Readonly<{
|
|
1118
1173
|
"onUpdate:modelValue"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1119
1174
|
}>, {
|
|
1120
1175
|
size: "xs" | "sm" | "md" | "lg";
|
|
@@ -1129,9 +1184,9 @@ triggerLabel: string;
|
|
|
1129
1184
|
monthCellRefs: HTMLButtonElement[];
|
|
1130
1185
|
}, HTMLDivElement>;
|
|
1131
1186
|
|
|
1132
|
-
export declare const UiDateRangePicker: DefineComponent<
|
|
1187
|
+
export declare const UiDateRangePicker: DefineComponent<Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1133
1188
|
"update:modelValue": (value: DateRange) => any;
|
|
1134
|
-
}, string, PublicProps, Readonly<
|
|
1189
|
+
}, string, PublicProps, Readonly<Props_20> & Readonly<{
|
|
1135
1190
|
"onUpdate:modelValue"?: ((value: DateRange) => any) | undefined;
|
|
1136
1191
|
}>, {
|
|
1137
1192
|
size: "xs" | "sm" | "md" | "lg";
|
|
@@ -1142,23 +1197,23 @@ minValue: DateValue;
|
|
|
1142
1197
|
maxValue: DateValue;
|
|
1143
1198
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1144
1199
|
|
|
1145
|
-
export declare const UiDrawer:
|
|
1200
|
+
export declare const UiDrawer: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1146
1201
|
|
|
1147
|
-
export declare const UiDropdownMenu:
|
|
1202
|
+
export declare const UiDropdownMenu: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1148
1203
|
|
|
1149
1204
|
export declare const UiEmpty: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1150
1205
|
|
|
1151
|
-
export declare const UiFileList: DefineComponent<
|
|
1206
|
+
export declare const UiFileList: DefineComponent<Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1152
1207
|
delete: (file: FileItem) => any;
|
|
1153
|
-
}, string, PublicProps, Readonly<
|
|
1208
|
+
}, string, PublicProps, Readonly<Props_23> & Readonly<{
|
|
1154
1209
|
onDelete?: ((file: FileItem) => any) | undefined;
|
|
1155
1210
|
}>, {
|
|
1156
1211
|
deletable: boolean;
|
|
1157
1212
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1158
1213
|
|
|
1159
|
-
export declare const UiFileUpload: DefineComponent<
|
|
1214
|
+
export declare const UiFileUpload: DefineComponent<Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1160
1215
|
upload: (file: File) => any;
|
|
1161
|
-
}, string, PublicProps, Readonly<
|
|
1216
|
+
}, string, PublicProps, Readonly<Props_24> & Readonly<{
|
|
1162
1217
|
onUpload?: ((file: File) => any) | undefined;
|
|
1163
1218
|
}>, {
|
|
1164
1219
|
disabled: boolean;
|
|
@@ -1174,14 +1229,14 @@ strokeWidth: number;
|
|
|
1174
1229
|
|
|
1175
1230
|
export declare const UiInput: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1176
1231
|
|
|
1177
|
-
export declare const UiLoading: DefineComponent<
|
|
1232
|
+
export declare const UiLoading: DefineComponent<Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_10> & Readonly<{}>, {
|
|
1178
1233
|
text: string;
|
|
1179
1234
|
overlay: boolean;
|
|
1180
1235
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1181
1236
|
|
|
1182
|
-
export declare const UiMarkdownEditor: DefineComponent<
|
|
1237
|
+
export declare const UiMarkdownEditor: DefineComponent<Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1183
1238
|
"update:modelValue": (value: string) => any;
|
|
1184
|
-
}, string, PublicProps, Readonly<
|
|
1239
|
+
}, string, PublicProps, Readonly<Props_25> & Readonly<{
|
|
1185
1240
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1186
1241
|
}>, {
|
|
1187
1242
|
modelValue: string;
|
|
@@ -1193,10 +1248,10 @@ sourceRef: HTMLTextAreaElement;
|
|
|
1193
1248
|
|
|
1194
1249
|
export declare const UiModal: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1195
1250
|
|
|
1196
|
-
export declare const UiPagination: DefineComponent<
|
|
1251
|
+
export declare const UiPagination: DefineComponent<Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1197
1252
|
"update:modelValue": (page: number) => any;
|
|
1198
1253
|
change: (page: number) => any;
|
|
1199
|
-
}, string, PublicProps, Readonly<
|
|
1254
|
+
}, string, PublicProps, Readonly<Props_16> & Readonly<{
|
|
1200
1255
|
"onUpdate:modelValue"?: ((page: number) => any) | undefined;
|
|
1201
1256
|
onChange?: ((page: number) => any) | undefined;
|
|
1202
1257
|
}>, {
|
|
@@ -1209,7 +1264,7 @@ showRange: boolean;
|
|
|
1209
1264
|
showFirstLast: boolean;
|
|
1210
1265
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1211
1266
|
|
|
1212
|
-
export declare const UiRadio:
|
|
1267
|
+
export declare const UiRadio: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1213
1268
|
|
|
1214
1269
|
export declare const UiSelect: DefineComponent<Props_3, {
|
|
1215
1270
|
focus: () => void;
|
|
@@ -1234,10 +1289,10 @@ required: boolean;
|
|
|
1234
1289
|
id: string;
|
|
1235
1290
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1236
1291
|
|
|
1237
|
-
export declare const UiTab: DefineComponent<
|
|
1292
|
+
export declare const UiTab: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1238
1293
|
"update:modelValue": (value: string) => any;
|
|
1239
1294
|
change: (value: string) => any;
|
|
1240
|
-
}, string, PublicProps, Readonly<
|
|
1295
|
+
}, string, PublicProps, Readonly<Props_18> & Readonly<{
|
|
1241
1296
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1242
1297
|
onChange?: ((value: string) => any) | undefined;
|
|
1243
1298
|
}>, {
|
|
@@ -1297,13 +1352,13 @@ declare interface UiTableProps<TRow extends Record<string, unknown> = Record<str
|
|
|
1297
1352
|
bordered?: boolean;
|
|
1298
1353
|
}
|
|
1299
1354
|
|
|
1300
|
-
export declare const UiTextarea: DefineComponent<
|
|
1355
|
+
export declare const UiTextarea: DefineComponent<Props_14, {
|
|
1301
1356
|
focus: () => void | undefined;
|
|
1302
1357
|
blur: () => void | undefined;
|
|
1303
1358
|
el: Ref<HTMLTextAreaElement | null, HTMLTextAreaElement | null>;
|
|
1304
1359
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1305
1360
|
"update:modelValue": (value: string) => any;
|
|
1306
|
-
}, string, PublicProps, Readonly<
|
|
1361
|
+
}, string, PublicProps, Readonly<Props_14> & Readonly<{
|
|
1307
1362
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1308
1363
|
}>, {
|
|
1309
1364
|
size: "sm" | "md" | "lg";
|
|
@@ -1334,10 +1389,10 @@ expandTextareaRef: HTMLTextAreaElement;
|
|
|
1334
1389
|
|
|
1335
1390
|
export declare const UiToast: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1336
1391
|
|
|
1337
|
-
export declare const UiToggle: DefineComponent<
|
|
1392
|
+
export declare const UiToggle: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1338
1393
|
"update:modelValue": (value: boolean) => any;
|
|
1339
1394
|
change: (value: boolean) => any;
|
|
1340
|
-
}, string, PublicProps, Readonly<
|
|
1395
|
+
}, string, PublicProps, Readonly<Props_11> & Readonly<{
|
|
1341
1396
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1342
1397
|
onChange?: ((value: boolean) => any) | undefined;
|
|
1343
1398
|
}>, {
|
|
@@ -1347,6 +1402,6 @@ labelHidden: boolean;
|
|
|
1347
1402
|
id: string;
|
|
1348
1403
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1349
1404
|
|
|
1350
|
-
export declare const UiTooltip:
|
|
1405
|
+
export declare const UiTooltip: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1351
1406
|
|
|
1352
1407
|
export { }
|