@leechanyong/ispark-ui 0.5.12 → 0.5.14
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 +202 -78
- package/dist/ispark-ui.cjs +1768 -1768
- package/dist/ispark-ui.css +1 -1
- package/dist/ispark-ui.js +8759 -8418
- package/package.json +98 -98
package/dist/index.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ iconOnly: boolean;
|
|
|
34
34
|
rootEl: unknown;
|
|
35
35
|
}, any>;
|
|
36
36
|
|
|
37
|
-
declare const __VLS_component_10: DefineComponent<
|
|
37
|
+
declare const __VLS_component_10: DefineComponent<Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_16> & Readonly<{}>, {
|
|
38
38
|
content: string;
|
|
39
39
|
side: "top" | "right" | "bottom" | "left";
|
|
40
40
|
sideOffset: number;
|
|
@@ -45,10 +45,10 @@ delayDuration: number;
|
|
|
45
45
|
showArrow: boolean;
|
|
46
46
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
47
47
|
|
|
48
|
-
declare const __VLS_component_11: DefineComponent<
|
|
48
|
+
declare const __VLS_component_11: DefineComponent<Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
49
49
|
select: (value: string) => any;
|
|
50
50
|
"update:open": (value: boolean) => any;
|
|
51
|
-
}, string, PublicProps, Readonly<
|
|
51
|
+
}, string, PublicProps, Readonly<Props_18> & Readonly<{
|
|
52
52
|
onSelect?: ((value: string) => any) | undefined;
|
|
53
53
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
54
54
|
}>, {
|
|
@@ -63,10 +63,10 @@ openOnHover: boolean;
|
|
|
63
63
|
hoverCloseDelay: number;
|
|
64
64
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
65
65
|
|
|
66
|
-
declare const __VLS_component_12: DefineComponent<
|
|
66
|
+
declare const __VLS_component_12: DefineComponent<Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
67
67
|
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
68
68
|
change: (value: string | string[] | undefined) => any;
|
|
69
|
-
}, string, PublicProps, Readonly<
|
|
69
|
+
}, string, PublicProps, Readonly<Props_22> & Readonly<{
|
|
70
70
|
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
71
71
|
onChange?: ((value: string | string[] | undefined) => any) | undefined;
|
|
72
72
|
}>, {
|
|
@@ -79,9 +79,9 @@ items: AccordionItemDef[];
|
|
|
79
79
|
collapsible: boolean;
|
|
80
80
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
81
81
|
|
|
82
|
-
declare const __VLS_component_13: DefineComponent<
|
|
82
|
+
declare const __VLS_component_13: DefineComponent<Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
83
83
|
"update:open": (value: boolean) => any;
|
|
84
|
-
}, string, PublicProps, Readonly<
|
|
84
|
+
}, string, PublicProps, Readonly<Props_23> & Readonly<{
|
|
85
85
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
86
86
|
}>, {
|
|
87
87
|
title: string;
|
|
@@ -89,11 +89,11 @@ overlay: boolean;
|
|
|
89
89
|
position: "right" | "left";
|
|
90
90
|
open: boolean;
|
|
91
91
|
width: string;
|
|
92
|
+
minWidth: string;
|
|
92
93
|
showFullscreen: boolean;
|
|
93
94
|
closeOnOverlayClick: boolean;
|
|
94
95
|
closeOnEscape: boolean;
|
|
95
96
|
maxWidth: string;
|
|
96
|
-
minWidth: string;
|
|
97
97
|
resizable: boolean;
|
|
98
98
|
showResize: boolean;
|
|
99
99
|
confirmBeforeClose: boolean;
|
|
@@ -148,10 +148,10 @@ searchAriaLabel: string;
|
|
|
148
148
|
inputRef: HTMLInputElement;
|
|
149
149
|
}, any>;
|
|
150
150
|
|
|
151
|
-
declare const __VLS_component_3: DefineComponent<
|
|
151
|
+
declare const __VLS_component_3: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
152
152
|
"update:open": (value: boolean) => any;
|
|
153
153
|
close: () => any;
|
|
154
|
-
}, string, PublicProps, Readonly<
|
|
154
|
+
}, string, PublicProps, Readonly<Props_5> & Readonly<{
|
|
155
155
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
156
156
|
onClose?: (() => any) | undefined;
|
|
157
157
|
}>, {
|
|
@@ -167,18 +167,18 @@ customClass: string;
|
|
|
167
167
|
maxWidth: string;
|
|
168
168
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
169
169
|
|
|
170
|
-
declare const __VLS_component_4: DefineComponent<
|
|
170
|
+
declare const __VLS_component_4: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_6> & Readonly<{}>, {
|
|
171
171
|
title: string;
|
|
172
172
|
icon: string;
|
|
173
173
|
description: string;
|
|
174
174
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
175
175
|
|
|
176
|
-
declare const __VLS_component_5: DefineComponent<
|
|
176
|
+
declare const __VLS_component_5: DefineComponent<Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_8> & Readonly<{}>, {
|
|
177
177
|
size: Size | number;
|
|
178
178
|
overlap: number;
|
|
179
179
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
180
180
|
|
|
181
|
-
declare const __VLS_component_6: DefineComponent<
|
|
181
|
+
declare const __VLS_component_6: DefineComponent<Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_9> & Readonly<{}>, {
|
|
182
182
|
variant: BadgeVariant;
|
|
183
183
|
size: BadgeSize;
|
|
184
184
|
iconOnly: boolean;
|
|
@@ -186,17 +186,17 @@ colorHex: string;
|
|
|
186
186
|
bgAlpha: number;
|
|
187
187
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
188
188
|
|
|
189
|
-
declare const __VLS_component_7: DefineComponent<
|
|
189
|
+
declare const __VLS_component_7: DefineComponent<Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_10> & Readonly<{}>, {
|
|
190
190
|
ariaLabel: string;
|
|
191
191
|
wrap: boolean;
|
|
192
192
|
gap: number | string;
|
|
193
193
|
direction: "row" | "column";
|
|
194
194
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
195
195
|
|
|
196
|
-
declare const __VLS_component_8: DefineComponent<
|
|
196
|
+
declare const __VLS_component_8: DefineComponent<Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
197
197
|
"update:modelValue": (value: boolean) => any;
|
|
198
198
|
change: (value: boolean) => any;
|
|
199
|
-
}, string, PublicProps, Readonly<
|
|
199
|
+
}, string, PublicProps, Readonly<Props_13> & Readonly<{
|
|
200
200
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
201
201
|
onChange?: ((value: boolean) => any) | undefined;
|
|
202
202
|
}>, {
|
|
@@ -209,10 +209,10 @@ indeterminate: boolean;
|
|
|
209
209
|
inputRef: HTMLInputElement;
|
|
210
210
|
}, HTMLLabelElement>;
|
|
211
211
|
|
|
212
|
-
declare const __VLS_component_9: DefineComponent<
|
|
212
|
+
declare const __VLS_component_9: DefineComponent<Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
213
213
|
"update:modelValue": (value: RadioValue) => any;
|
|
214
214
|
change: (value: RadioValue) => any;
|
|
215
|
-
}, string, PublicProps, Readonly<
|
|
215
|
+
}, string, PublicProps, Readonly<Props_14> & Readonly<{
|
|
216
216
|
"onUpdate:modelValue"?: ((value: RadioValue) => any) | undefined;
|
|
217
217
|
onChange?: ((value: RadioValue) => any) | undefined;
|
|
218
218
|
}>, {
|
|
@@ -444,6 +444,12 @@ declare type __VLS_WithTemplateSlots_13<T, S> = T & {
|
|
|
444
444
|
};
|
|
445
445
|
};
|
|
446
446
|
|
|
447
|
+
declare type __VLS_WithTemplateSlots_14<T, S> = T & {
|
|
448
|
+
new (): {
|
|
449
|
+
$slots: S;
|
|
450
|
+
};
|
|
451
|
+
};
|
|
452
|
+
|
|
447
453
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
448
454
|
new (): {
|
|
449
455
|
$slots: S;
|
|
@@ -509,6 +515,27 @@ export declare type BadgeSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
|
509
515
|
|
|
510
516
|
export declare type BadgeVariant = 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info';
|
|
511
517
|
|
|
518
|
+
/** 막대 위치 — 단일/여러 날 일정의 시작·중간·끝 */
|
|
519
|
+
export declare type CalendarEventSpan = 'single' | 'start' | 'middle' | 'end';
|
|
520
|
+
|
|
521
|
+
/** 캘린더 일정(정규화 모델). end 없으면 단일일, 있으면 여러 날 막대로 표시 */
|
|
522
|
+
export declare interface CalendarMonthEvent {
|
|
523
|
+
/** 고유 id — 여러 소스를 합칠 땐 'todo-5'처럼 충돌 없는 값 권장 */
|
|
524
|
+
id: string | number;
|
|
525
|
+
/** 시작일 'YYYY-MM-DD' */
|
|
526
|
+
start: string;
|
|
527
|
+
/** 종료일 'YYYY-MM-DD' (없거나 start보다 빠르면 단일일 취급) */
|
|
528
|
+
end?: string | null;
|
|
529
|
+
/** 막대 라벨 */
|
|
530
|
+
title: string;
|
|
531
|
+
/** 막대 색 (기본 var(--color-primary)) */
|
|
532
|
+
color?: string;
|
|
533
|
+
/** 하루종일 여부 (표시는 consumer 자유, meta로 전달) */
|
|
534
|
+
allDay?: boolean;
|
|
535
|
+
/** 도메인 데이터 passthrough — #event 슬롯에서 활용 */
|
|
536
|
+
meta?: unknown;
|
|
537
|
+
}
|
|
538
|
+
|
|
512
539
|
/** 토스트 수동 닫기 */
|
|
513
540
|
export declare function closeToast(id: number): void;
|
|
514
541
|
|
|
@@ -559,6 +586,11 @@ export declare const INPUT_SIZES: readonly ["sm", "md", "lg", "auth"];
|
|
|
559
586
|
|
|
560
587
|
export declare type InputSize = (typeof INPUT_SIZES)[number];
|
|
561
588
|
|
|
589
|
+
export declare interface MultiSelectOption {
|
|
590
|
+
label: string;
|
|
591
|
+
value: string | number;
|
|
592
|
+
}
|
|
593
|
+
|
|
562
594
|
/**
|
|
563
595
|
* 확인/취소 다이얼로그 표시. Promise<boolean> 반환.
|
|
564
596
|
*
|
|
@@ -634,13 +666,24 @@ declare interface Props {
|
|
|
634
666
|
}
|
|
635
667
|
|
|
636
668
|
declare interface Props_10 {
|
|
669
|
+
/** badge 사이 간격 — number는 px, string은 그대로 (예: '8px', '0.5rem'). 기본 8 */
|
|
670
|
+
gap?: number | string;
|
|
671
|
+
/** 배치 방향. 기본 'row' */
|
|
672
|
+
direction?: 'row' | 'column';
|
|
673
|
+
/** 한 줄을 넘으면 다음 줄로 wrap. 기본 true */
|
|
674
|
+
wrap?: boolean;
|
|
675
|
+
/** 그룹 라벨 (스크린리더용). 예: '상태', '카테고리' */
|
|
676
|
+
ariaLabel?: string;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
declare interface Props_11 {
|
|
637
680
|
/** 로딩 텍스트. 빈 문자열이면 텍스트 미렌더 + aria-label='로딩 중'로 SR 안내 */
|
|
638
681
|
text?: string;
|
|
639
682
|
/** 오버레이(dim) 모드 — viewport 전체 fixed + 반투명 dim */
|
|
640
683
|
overlay?: boolean;
|
|
641
684
|
}
|
|
642
685
|
|
|
643
|
-
declare interface
|
|
686
|
+
declare interface Props_12 {
|
|
644
687
|
modelValue: boolean;
|
|
645
688
|
/** 비활성 — 클릭/키보드 토글 차단 */
|
|
646
689
|
disabled?: boolean;
|
|
@@ -652,7 +695,7 @@ declare interface Props_11 {
|
|
|
652
695
|
id?: string;
|
|
653
696
|
}
|
|
654
697
|
|
|
655
|
-
declare interface
|
|
698
|
+
declare interface Props_13 {
|
|
656
699
|
modelValue: boolean;
|
|
657
700
|
/** 라벨 텍스트. slot도 가능. */
|
|
658
701
|
label?: string;
|
|
@@ -669,7 +712,7 @@ declare interface Props_12 {
|
|
|
669
712
|
id?: string;
|
|
670
713
|
}
|
|
671
714
|
|
|
672
|
-
declare interface
|
|
715
|
+
declare interface Props_14 {
|
|
673
716
|
/** 그룹 공유 v-model 값. 이 라디오의 value와 일치하면 checked */
|
|
674
717
|
modelValue: RadioValue;
|
|
675
718
|
/** 이 라디오 고유 값 — 선택 시 modelValue에 이 값이 emit됨 */
|
|
@@ -686,7 +729,7 @@ declare interface Props_13 {
|
|
|
686
729
|
id?: string;
|
|
687
730
|
}
|
|
688
731
|
|
|
689
|
-
declare interface
|
|
732
|
+
declare interface Props_15 {
|
|
690
733
|
modelValue?: string;
|
|
691
734
|
placeholder?: string;
|
|
692
735
|
disabled?: boolean;
|
|
@@ -720,7 +763,7 @@ declare interface Props_14 {
|
|
|
720
763
|
expandable?: boolean;
|
|
721
764
|
}
|
|
722
765
|
|
|
723
|
-
declare interface
|
|
766
|
+
declare interface Props_16 {
|
|
724
767
|
/** 툴팁 본문 텍스트. content 슬롯 지정 시 무시 */
|
|
725
768
|
content?: string;
|
|
726
769
|
/** radix portal 콘텐츠 박스 추가 클래스 (페이지별 스타일 오버라이드) */
|
|
@@ -736,7 +779,7 @@ declare interface Props_15 {
|
|
|
736
779
|
showArrow?: boolean;
|
|
737
780
|
}
|
|
738
781
|
|
|
739
|
-
declare interface
|
|
782
|
+
declare interface Props_17 {
|
|
740
783
|
/** 현재 페이지 (1-indexed). v-model */
|
|
741
784
|
modelValue: number;
|
|
742
785
|
/** 전체 항목 수 */
|
|
@@ -756,7 +799,7 @@ declare interface Props_16 {
|
|
|
756
799
|
showFirstLast?: boolean;
|
|
757
800
|
}
|
|
758
801
|
|
|
759
|
-
declare interface
|
|
802
|
+
declare interface Props_18 {
|
|
760
803
|
items: DropdownMenuItemDef[];
|
|
761
804
|
/** 상단 비클릭 라벨 (DropdownMenuLabel) — 구역 안내용 */
|
|
762
805
|
title?: string;
|
|
@@ -775,7 +818,7 @@ declare interface Props_17 {
|
|
|
775
818
|
contentClass?: string;
|
|
776
819
|
}
|
|
777
820
|
|
|
778
|
-
declare interface
|
|
821
|
+
declare interface Props_19 {
|
|
779
822
|
modelValue: string;
|
|
780
823
|
tabs: TabItem[];
|
|
781
824
|
/** 탭 크기 — sm(36px) / md(40px·기본) / lg(48px) */
|
|
@@ -786,18 +829,6 @@ declare interface Props_18 {
|
|
|
786
829
|
ariaLabel?: string;
|
|
787
830
|
}
|
|
788
831
|
|
|
789
|
-
declare interface Props_19 {
|
|
790
|
-
modelValue?: DateValue;
|
|
791
|
-
type?: 'date' | 'datetime' | 'month';
|
|
792
|
-
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
793
|
-
disabled?: boolean;
|
|
794
|
-
locale?: string;
|
|
795
|
-
minValue?: DateValue;
|
|
796
|
-
maxValue?: DateValue;
|
|
797
|
-
/** 트리거 버튼 aria-label — 미지정 시 type 기반 기본값 ("날짜 선택" / "날짜·시간 선택" / "월 선택") */
|
|
798
|
-
triggerLabel?: string;
|
|
799
|
-
}
|
|
800
|
-
|
|
801
832
|
declare interface Props_2 {
|
|
802
833
|
/** v-model 양방향 바인딩 값 */
|
|
803
834
|
modelValue?: string | number;
|
|
@@ -910,15 +941,27 @@ declare interface Props_2 {
|
|
|
910
941
|
}
|
|
911
942
|
|
|
912
943
|
declare interface Props_20 {
|
|
913
|
-
modelValue?:
|
|
944
|
+
modelValue?: DateValue;
|
|
945
|
+
type?: 'date' | 'datetime' | 'month';
|
|
914
946
|
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
915
947
|
disabled?: boolean;
|
|
916
948
|
locale?: string;
|
|
917
949
|
minValue?: DateValue;
|
|
918
950
|
maxValue?: DateValue;
|
|
951
|
+
/** 트리거 버튼 aria-label — 미지정 시 type 기반 기본값 ("날짜 선택" / "날짜·시간 선택" / "월 선택") */
|
|
952
|
+
triggerLabel?: string;
|
|
919
953
|
}
|
|
920
954
|
|
|
921
955
|
declare interface Props_21 {
|
|
956
|
+
modelValue?: DateRange;
|
|
957
|
+
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
958
|
+
disabled?: boolean;
|
|
959
|
+
locale?: string;
|
|
960
|
+
minValue?: DateValue;
|
|
961
|
+
maxValue?: DateValue;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
declare interface Props_22 {
|
|
922
965
|
/** items 배열로 간단하게 렌더 (없으면 기본 슬롯 사용) */
|
|
923
966
|
items?: AccordionItemDef[];
|
|
924
967
|
/** single: 하나만 열림 / multiple: 여러 개 동시 열림 */
|
|
@@ -935,7 +978,7 @@ declare interface Props_21 {
|
|
|
935
978
|
size?: 'sm' | 'md' | 'lg';
|
|
936
979
|
}
|
|
937
980
|
|
|
938
|
-
declare interface
|
|
981
|
+
declare interface Props_23 {
|
|
939
982
|
open?: boolean;
|
|
940
983
|
title?: string;
|
|
941
984
|
width?: string;
|
|
@@ -956,7 +999,7 @@ declare interface Props_22 {
|
|
|
956
999
|
confirmBeforeClose?: boolean;
|
|
957
1000
|
}
|
|
958
1001
|
|
|
959
|
-
declare interface
|
|
1002
|
+
declare interface Props_24 {
|
|
960
1003
|
/** 파일 목록 */
|
|
961
1004
|
files: FileItem[];
|
|
962
1005
|
/** 파일 URL 생성 함수 */
|
|
@@ -965,7 +1008,7 @@ declare interface Props_23 {
|
|
|
965
1008
|
deletable?: boolean;
|
|
966
1009
|
}
|
|
967
1010
|
|
|
968
|
-
declare interface
|
|
1011
|
+
declare interface Props_25 {
|
|
969
1012
|
/** 업로드 중 상태 */
|
|
970
1013
|
loading?: boolean;
|
|
971
1014
|
/** 허용 파일 형식 (예: 'image/*', '.pdf,.doc') */
|
|
@@ -976,7 +1019,7 @@ declare interface Props_24 {
|
|
|
976
1019
|
disabled?: boolean;
|
|
977
1020
|
}
|
|
978
1021
|
|
|
979
|
-
declare interface
|
|
1022
|
+
declare interface Props_26 {
|
|
980
1023
|
modelValue?: string;
|
|
981
1024
|
editable?: boolean;
|
|
982
1025
|
placeholder?: string;
|
|
@@ -1002,6 +1045,16 @@ declare interface Props_3 {
|
|
|
1002
1045
|
}
|
|
1003
1046
|
|
|
1004
1047
|
declare interface Props_4 {
|
|
1048
|
+
modelValue?: (string | number)[];
|
|
1049
|
+
options: MultiSelectOption[];
|
|
1050
|
+
placeholder?: string;
|
|
1051
|
+
allLabel?: string;
|
|
1052
|
+
disabled?: boolean;
|
|
1053
|
+
size?: SelectSize;
|
|
1054
|
+
shape?: 'rounded' | 'pill';
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
declare interface Props_5 {
|
|
1005
1058
|
open?: boolean;
|
|
1006
1059
|
title?: string;
|
|
1007
1060
|
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
@@ -1014,7 +1067,7 @@ declare interface Props_4 {
|
|
|
1014
1067
|
maxWidth?: string;
|
|
1015
1068
|
}
|
|
1016
1069
|
|
|
1017
|
-
declare interface
|
|
1070
|
+
declare interface Props_6 {
|
|
1018
1071
|
/** 아이콘 클래스명 (예: 'icon-search') */
|
|
1019
1072
|
icon?: string;
|
|
1020
1073
|
/** 메인 텍스트 */
|
|
@@ -1023,7 +1076,7 @@ declare interface Props_5 {
|
|
|
1023
1076
|
description?: string;
|
|
1024
1077
|
}
|
|
1025
1078
|
|
|
1026
|
-
declare interface
|
|
1079
|
+
declare interface Props_7 {
|
|
1027
1080
|
/** 이미지 URL */
|
|
1028
1081
|
src?: string;
|
|
1029
1082
|
/** 접근성 라벨 */
|
|
@@ -1038,7 +1091,7 @@ declare interface Props_6 {
|
|
|
1038
1091
|
color?: string;
|
|
1039
1092
|
}
|
|
1040
1093
|
|
|
1041
|
-
declare interface
|
|
1094
|
+
declare interface Props_8 {
|
|
1042
1095
|
/** 최대 표시 수 (초과분 "+N") */
|
|
1043
1096
|
max?: number;
|
|
1044
1097
|
/** 자식에 전파할 사이즈 */
|
|
@@ -1047,7 +1100,7 @@ declare interface Props_7 {
|
|
|
1047
1100
|
overlap?: number;
|
|
1048
1101
|
}
|
|
1049
1102
|
|
|
1050
|
-
declare interface
|
|
1103
|
+
declare interface Props_9 {
|
|
1051
1104
|
/** 시맨틱 variant — 도메인 특화 색은 colorHex 사용 */
|
|
1052
1105
|
variant?: BadgeVariant;
|
|
1053
1106
|
size?: BadgeSize;
|
|
@@ -1059,17 +1112,6 @@ declare interface Props_8 {
|
|
|
1059
1112
|
bgAlpha?: number;
|
|
1060
1113
|
}
|
|
1061
1114
|
|
|
1062
|
-
declare interface Props_9 {
|
|
1063
|
-
/** badge 사이 간격 — number는 px, string은 그대로 (예: '8px', '0.5rem'). 기본 8 */
|
|
1064
|
-
gap?: number | string;
|
|
1065
|
-
/** 배치 방향. 기본 'row' */
|
|
1066
|
-
direction?: 'row' | 'column';
|
|
1067
|
-
/** 한 줄을 넘으면 다음 줄로 wrap. 기본 true */
|
|
1068
|
-
wrap?: boolean;
|
|
1069
|
-
/** 그룹 라벨 (스크린리더용). 예: '상태', '카테고리' */
|
|
1070
|
-
ariaLabel?: string;
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
1115
|
declare type RadioValue = string | number | boolean;
|
|
1074
1116
|
|
|
1075
1117
|
export declare const SELECT_SIZES: readonly ["xs", "sm", "md", "lg", "auth"];
|
|
@@ -1150,7 +1192,7 @@ export declare type ToastType = 'success' | 'error' | 'warning' | 'info';
|
|
|
1150
1192
|
|
|
1151
1193
|
export declare const UiAccordion: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1152
1194
|
|
|
1153
|
-
export declare const UiAvatar: DefineComponent<
|
|
1195
|
+
export declare const UiAvatar: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {
|
|
1154
1196
|
size: Size | number;
|
|
1155
1197
|
shape: AvatarShape;
|
|
1156
1198
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
@@ -1163,13 +1205,79 @@ export declare const UiBadgeGroup: __VLS_WithTemplateSlots_7<typeof __VLS_compon
|
|
|
1163
1205
|
|
|
1164
1206
|
export declare const UiButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1165
1207
|
|
|
1208
|
+
export declare const UiCalendarMonth: __VLS_WithTemplateSlots_14<DefineComponent< {
|
|
1209
|
+
/** 표시할 연도 */
|
|
1210
|
+
year: number;
|
|
1211
|
+
/** 표시할 월 (1-12) */
|
|
1212
|
+
month: number;
|
|
1213
|
+
/** 일정 목록 */
|
|
1214
|
+
events?: CalendarMonthEvent[];
|
|
1215
|
+
/** 선택된 날짜 'YYYY-MM-DD' */
|
|
1216
|
+
selectedDate?: string;
|
|
1217
|
+
/** 오늘 날짜 'YYYY-MM-DD' — 미지정 시 실제 오늘 (테스트/스토리에서 주입) */
|
|
1218
|
+
today?: string;
|
|
1219
|
+
/** 한 칸에 표시할 최대 레인 수 (초과분은 +N) */
|
|
1220
|
+
maxLanes?: number;
|
|
1221
|
+
/** 좌우 스와이프로 월 전환 */
|
|
1222
|
+
swipeable?: boolean;
|
|
1223
|
+
/** 요일 헤더 표시 */
|
|
1224
|
+
showWeekdays?: boolean;
|
|
1225
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1226
|
+
"update:year": (year: number) => any;
|
|
1227
|
+
"update:month": (month: number) => any;
|
|
1228
|
+
"change-month": (value: {
|
|
1229
|
+
year: number;
|
|
1230
|
+
month: number;
|
|
1231
|
+
}) => any;
|
|
1232
|
+
"select-date": (date: string) => any;
|
|
1233
|
+
"select-event": (event: CalendarMonthEvent) => any;
|
|
1234
|
+
}, string, PublicProps, Readonly<{
|
|
1235
|
+
/** 표시할 연도 */
|
|
1236
|
+
year: number;
|
|
1237
|
+
/** 표시할 월 (1-12) */
|
|
1238
|
+
month: number;
|
|
1239
|
+
/** 일정 목록 */
|
|
1240
|
+
events?: CalendarMonthEvent[];
|
|
1241
|
+
/** 선택된 날짜 'YYYY-MM-DD' */
|
|
1242
|
+
selectedDate?: string;
|
|
1243
|
+
/** 오늘 날짜 'YYYY-MM-DD' — 미지정 시 실제 오늘 (테스트/스토리에서 주입) */
|
|
1244
|
+
today?: string;
|
|
1245
|
+
/** 한 칸에 표시할 최대 레인 수 (초과분은 +N) */
|
|
1246
|
+
maxLanes?: number;
|
|
1247
|
+
/** 좌우 스와이프로 월 전환 */
|
|
1248
|
+
swipeable?: boolean;
|
|
1249
|
+
/** 요일 헤더 표시 */
|
|
1250
|
+
showWeekdays?: boolean;
|
|
1251
|
+
}> & Readonly<{
|
|
1252
|
+
"onUpdate:year"?: ((year: number) => any) | undefined;
|
|
1253
|
+
"onUpdate:month"?: ((month: number) => any) | undefined;
|
|
1254
|
+
"onChange-month"?: ((value: {
|
|
1255
|
+
year: number;
|
|
1256
|
+
month: number;
|
|
1257
|
+
}) => any) | undefined;
|
|
1258
|
+
"onSelect-date"?: ((date: string) => any) | undefined;
|
|
1259
|
+
"onSelect-event"?: ((event: CalendarMonthEvent) => any) | undefined;
|
|
1260
|
+
}>, {
|
|
1261
|
+
events: CalendarMonthEvent[];
|
|
1262
|
+
selectedDate: string;
|
|
1263
|
+
today: string;
|
|
1264
|
+
maxLanes: number;
|
|
1265
|
+
swipeable: boolean;
|
|
1266
|
+
showWeekdays: boolean;
|
|
1267
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>, {
|
|
1268
|
+
event?(_: {
|
|
1269
|
+
event: CalendarMonthEvent;
|
|
1270
|
+
span: CalendarEventSpan;
|
|
1271
|
+
}): any;
|
|
1272
|
+
}>;
|
|
1273
|
+
|
|
1166
1274
|
export declare const UiCheckbox: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1167
1275
|
|
|
1168
1276
|
export declare const UiConfirm: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1169
1277
|
|
|
1170
|
-
export declare const UiDatePicker: DefineComponent<
|
|
1278
|
+
export declare const UiDatePicker: DefineComponent<Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1171
1279
|
"update:modelValue": (value: DateValue | undefined) => any;
|
|
1172
|
-
}, string, PublicProps, Readonly<
|
|
1280
|
+
}, string, PublicProps, Readonly<Props_20> & Readonly<{
|
|
1173
1281
|
"onUpdate:modelValue"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1174
1282
|
}>, {
|
|
1175
1283
|
size: "xs" | "sm" | "md" | "lg";
|
|
@@ -1184,9 +1292,9 @@ triggerLabel: string;
|
|
|
1184
1292
|
monthCellRefs: HTMLButtonElement[];
|
|
1185
1293
|
}, HTMLDivElement>;
|
|
1186
1294
|
|
|
1187
|
-
export declare const UiDateRangePicker: DefineComponent<
|
|
1295
|
+
export declare const UiDateRangePicker: DefineComponent<Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1188
1296
|
"update:modelValue": (value: DateRange) => any;
|
|
1189
|
-
}, string, PublicProps, Readonly<
|
|
1297
|
+
}, string, PublicProps, Readonly<Props_21> & Readonly<{
|
|
1190
1298
|
"onUpdate:modelValue"?: ((value: DateRange) => any) | undefined;
|
|
1191
1299
|
}>, {
|
|
1192
1300
|
size: "xs" | "sm" | "md" | "lg";
|
|
@@ -1203,17 +1311,17 @@ export declare const UiDropdownMenu: __VLS_WithTemplateSlots_11<typeof __VLS_com
|
|
|
1203
1311
|
|
|
1204
1312
|
export declare const UiEmpty: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1205
1313
|
|
|
1206
|
-
export declare const UiFileList: DefineComponent<
|
|
1314
|
+
export declare const UiFileList: DefineComponent<Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1207
1315
|
delete: (file: FileItem) => any;
|
|
1208
|
-
}, string, PublicProps, Readonly<
|
|
1316
|
+
}, string, PublicProps, Readonly<Props_24> & Readonly<{
|
|
1209
1317
|
onDelete?: ((file: FileItem) => any) | undefined;
|
|
1210
1318
|
}>, {
|
|
1211
1319
|
deletable: boolean;
|
|
1212
1320
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1213
1321
|
|
|
1214
|
-
export declare const UiFileUpload: DefineComponent<
|
|
1322
|
+
export declare const UiFileUpload: DefineComponent<Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1215
1323
|
upload: (file: File) => any;
|
|
1216
|
-
}, string, PublicProps, Readonly<
|
|
1324
|
+
}, string, PublicProps, Readonly<Props_25> & Readonly<{
|
|
1217
1325
|
onUpload?: ((file: File) => any) | undefined;
|
|
1218
1326
|
}>, {
|
|
1219
1327
|
disabled: boolean;
|
|
@@ -1229,14 +1337,14 @@ strokeWidth: number;
|
|
|
1229
1337
|
|
|
1230
1338
|
export declare const UiInput: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1231
1339
|
|
|
1232
|
-
export declare const UiLoading: DefineComponent<
|
|
1340
|
+
export declare const UiLoading: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_11> & Readonly<{}>, {
|
|
1233
1341
|
text: string;
|
|
1234
1342
|
overlay: boolean;
|
|
1235
1343
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1236
1344
|
|
|
1237
|
-
export declare const UiMarkdownEditor: DefineComponent<
|
|
1345
|
+
export declare const UiMarkdownEditor: DefineComponent<Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1238
1346
|
"update:modelValue": (value: string) => any;
|
|
1239
|
-
}, string, PublicProps, Readonly<
|
|
1347
|
+
}, string, PublicProps, Readonly<Props_26> & Readonly<{
|
|
1240
1348
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1241
1349
|
}>, {
|
|
1242
1350
|
modelValue: string;
|
|
@@ -1248,10 +1356,26 @@ sourceRef: HTMLTextAreaElement;
|
|
|
1248
1356
|
|
|
1249
1357
|
export declare const UiModal: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1250
1358
|
|
|
1251
|
-
export declare const
|
|
1359
|
+
export declare const UiMultiSelect: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1360
|
+
"update:modelValue": (value: (string | number)[]) => any;
|
|
1361
|
+
}, string, PublicProps, Readonly<Props_4> & Readonly<{
|
|
1362
|
+
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
|
|
1363
|
+
}>, {
|
|
1364
|
+
size: SelectSize;
|
|
1365
|
+
shape: "rounded" | "pill";
|
|
1366
|
+
disabled: boolean;
|
|
1367
|
+
modelValue: (string | number)[];
|
|
1368
|
+
placeholder: string;
|
|
1369
|
+
allLabel: string;
|
|
1370
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1371
|
+
rootRef: HTMLDivElement;
|
|
1372
|
+
dropdownRef: HTMLDivElement;
|
|
1373
|
+
}, HTMLDivElement>;
|
|
1374
|
+
|
|
1375
|
+
export declare const UiPagination: DefineComponent<Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1252
1376
|
"update:modelValue": (page: number) => any;
|
|
1253
1377
|
change: (page: number) => any;
|
|
1254
|
-
}, string, PublicProps, Readonly<
|
|
1378
|
+
}, string, PublicProps, Readonly<Props_17> & Readonly<{
|
|
1255
1379
|
"onUpdate:modelValue"?: ((page: number) => any) | undefined;
|
|
1256
1380
|
onChange?: ((page: number) => any) | undefined;
|
|
1257
1381
|
}>, {
|
|
@@ -1289,10 +1413,10 @@ required: boolean;
|
|
|
1289
1413
|
id: string;
|
|
1290
1414
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1291
1415
|
|
|
1292
|
-
export declare const UiTab: DefineComponent<
|
|
1416
|
+
export declare const UiTab: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1293
1417
|
"update:modelValue": (value: string) => any;
|
|
1294
1418
|
change: (value: string) => any;
|
|
1295
|
-
}, string, PublicProps, Readonly<
|
|
1419
|
+
}, string, PublicProps, Readonly<Props_19> & Readonly<{
|
|
1296
1420
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1297
1421
|
onChange?: ((value: string) => any) | undefined;
|
|
1298
1422
|
}>, {
|
|
@@ -1352,13 +1476,13 @@ declare interface UiTableProps<TRow extends Record<string, unknown> = Record<str
|
|
|
1352
1476
|
bordered?: boolean;
|
|
1353
1477
|
}
|
|
1354
1478
|
|
|
1355
|
-
export declare const UiTextarea: DefineComponent<
|
|
1479
|
+
export declare const UiTextarea: DefineComponent<Props_15, {
|
|
1356
1480
|
focus: () => void | undefined;
|
|
1357
1481
|
blur: () => void | undefined;
|
|
1358
1482
|
el: Ref<HTMLTextAreaElement | null, HTMLTextAreaElement | null>;
|
|
1359
1483
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1360
1484
|
"update:modelValue": (value: string) => any;
|
|
1361
|
-
}, string, PublicProps, Readonly<
|
|
1485
|
+
}, string, PublicProps, Readonly<Props_15> & Readonly<{
|
|
1362
1486
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1363
1487
|
}>, {
|
|
1364
1488
|
size: "sm" | "md" | "lg";
|
|
@@ -1389,10 +1513,10 @@ expandTextareaRef: HTMLTextAreaElement;
|
|
|
1389
1513
|
|
|
1390
1514
|
export declare const UiToast: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1391
1515
|
|
|
1392
|
-
export declare const UiToggle: DefineComponent<
|
|
1516
|
+
export declare const UiToggle: DefineComponent<Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1393
1517
|
"update:modelValue": (value: boolean) => any;
|
|
1394
1518
|
change: (value: boolean) => any;
|
|
1395
|
-
}, string, PublicProps, Readonly<
|
|
1519
|
+
}, string, PublicProps, Readonly<Props_12> & Readonly<{
|
|
1396
1520
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1397
1521
|
onChange?: ((value: boolean) => any) | undefined;
|
|
1398
1522
|
}>, {
|