@leechanyong/ispark-ui 0.5.12 → 0.5.13
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 +109 -78
- package/dist/ispark-ui.cjs +1764 -1764
- package/dist/ispark-ui.css +1 -1
- package/dist/ispark-ui.js +6431 -6325
- package/package.json +1 -1
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
|
}>, {
|
|
@@ -559,6 +559,11 @@ export declare const INPUT_SIZES: readonly ["sm", "md", "lg", "auth"];
|
|
|
559
559
|
|
|
560
560
|
export declare type InputSize = (typeof INPUT_SIZES)[number];
|
|
561
561
|
|
|
562
|
+
export declare interface MultiSelectOption {
|
|
563
|
+
label: string;
|
|
564
|
+
value: string | number;
|
|
565
|
+
}
|
|
566
|
+
|
|
562
567
|
/**
|
|
563
568
|
* 확인/취소 다이얼로그 표시. Promise<boolean> 반환.
|
|
564
569
|
*
|
|
@@ -634,13 +639,24 @@ declare interface Props {
|
|
|
634
639
|
}
|
|
635
640
|
|
|
636
641
|
declare interface Props_10 {
|
|
642
|
+
/** badge 사이 간격 — number는 px, string은 그대로 (예: '8px', '0.5rem'). 기본 8 */
|
|
643
|
+
gap?: number | string;
|
|
644
|
+
/** 배치 방향. 기본 'row' */
|
|
645
|
+
direction?: 'row' | 'column';
|
|
646
|
+
/** 한 줄을 넘으면 다음 줄로 wrap. 기본 true */
|
|
647
|
+
wrap?: boolean;
|
|
648
|
+
/** 그룹 라벨 (스크린리더용). 예: '상태', '카테고리' */
|
|
649
|
+
ariaLabel?: string;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
declare interface Props_11 {
|
|
637
653
|
/** 로딩 텍스트. 빈 문자열이면 텍스트 미렌더 + aria-label='로딩 중'로 SR 안내 */
|
|
638
654
|
text?: string;
|
|
639
655
|
/** 오버레이(dim) 모드 — viewport 전체 fixed + 반투명 dim */
|
|
640
656
|
overlay?: boolean;
|
|
641
657
|
}
|
|
642
658
|
|
|
643
|
-
declare interface
|
|
659
|
+
declare interface Props_12 {
|
|
644
660
|
modelValue: boolean;
|
|
645
661
|
/** 비활성 — 클릭/키보드 토글 차단 */
|
|
646
662
|
disabled?: boolean;
|
|
@@ -652,7 +668,7 @@ declare interface Props_11 {
|
|
|
652
668
|
id?: string;
|
|
653
669
|
}
|
|
654
670
|
|
|
655
|
-
declare interface
|
|
671
|
+
declare interface Props_13 {
|
|
656
672
|
modelValue: boolean;
|
|
657
673
|
/** 라벨 텍스트. slot도 가능. */
|
|
658
674
|
label?: string;
|
|
@@ -669,7 +685,7 @@ declare interface Props_12 {
|
|
|
669
685
|
id?: string;
|
|
670
686
|
}
|
|
671
687
|
|
|
672
|
-
declare interface
|
|
688
|
+
declare interface Props_14 {
|
|
673
689
|
/** 그룹 공유 v-model 값. 이 라디오의 value와 일치하면 checked */
|
|
674
690
|
modelValue: RadioValue;
|
|
675
691
|
/** 이 라디오 고유 값 — 선택 시 modelValue에 이 값이 emit됨 */
|
|
@@ -686,7 +702,7 @@ declare interface Props_13 {
|
|
|
686
702
|
id?: string;
|
|
687
703
|
}
|
|
688
704
|
|
|
689
|
-
declare interface
|
|
705
|
+
declare interface Props_15 {
|
|
690
706
|
modelValue?: string;
|
|
691
707
|
placeholder?: string;
|
|
692
708
|
disabled?: boolean;
|
|
@@ -720,7 +736,7 @@ declare interface Props_14 {
|
|
|
720
736
|
expandable?: boolean;
|
|
721
737
|
}
|
|
722
738
|
|
|
723
|
-
declare interface
|
|
739
|
+
declare interface Props_16 {
|
|
724
740
|
/** 툴팁 본문 텍스트. content 슬롯 지정 시 무시 */
|
|
725
741
|
content?: string;
|
|
726
742
|
/** radix portal 콘텐츠 박스 추가 클래스 (페이지별 스타일 오버라이드) */
|
|
@@ -736,7 +752,7 @@ declare interface Props_15 {
|
|
|
736
752
|
showArrow?: boolean;
|
|
737
753
|
}
|
|
738
754
|
|
|
739
|
-
declare interface
|
|
755
|
+
declare interface Props_17 {
|
|
740
756
|
/** 현재 페이지 (1-indexed). v-model */
|
|
741
757
|
modelValue: number;
|
|
742
758
|
/** 전체 항목 수 */
|
|
@@ -756,7 +772,7 @@ declare interface Props_16 {
|
|
|
756
772
|
showFirstLast?: boolean;
|
|
757
773
|
}
|
|
758
774
|
|
|
759
|
-
declare interface
|
|
775
|
+
declare interface Props_18 {
|
|
760
776
|
items: DropdownMenuItemDef[];
|
|
761
777
|
/** 상단 비클릭 라벨 (DropdownMenuLabel) — 구역 안내용 */
|
|
762
778
|
title?: string;
|
|
@@ -775,7 +791,7 @@ declare interface Props_17 {
|
|
|
775
791
|
contentClass?: string;
|
|
776
792
|
}
|
|
777
793
|
|
|
778
|
-
declare interface
|
|
794
|
+
declare interface Props_19 {
|
|
779
795
|
modelValue: string;
|
|
780
796
|
tabs: TabItem[];
|
|
781
797
|
/** 탭 크기 — sm(36px) / md(40px·기본) / lg(48px) */
|
|
@@ -786,18 +802,6 @@ declare interface Props_18 {
|
|
|
786
802
|
ariaLabel?: string;
|
|
787
803
|
}
|
|
788
804
|
|
|
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
805
|
declare interface Props_2 {
|
|
802
806
|
/** v-model 양방향 바인딩 값 */
|
|
803
807
|
modelValue?: string | number;
|
|
@@ -910,15 +914,27 @@ declare interface Props_2 {
|
|
|
910
914
|
}
|
|
911
915
|
|
|
912
916
|
declare interface Props_20 {
|
|
913
|
-
modelValue?:
|
|
917
|
+
modelValue?: DateValue;
|
|
918
|
+
type?: 'date' | 'datetime' | 'month';
|
|
914
919
|
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
915
920
|
disabled?: boolean;
|
|
916
921
|
locale?: string;
|
|
917
922
|
minValue?: DateValue;
|
|
918
923
|
maxValue?: DateValue;
|
|
924
|
+
/** 트리거 버튼 aria-label — 미지정 시 type 기반 기본값 ("날짜 선택" / "날짜·시간 선택" / "월 선택") */
|
|
925
|
+
triggerLabel?: string;
|
|
919
926
|
}
|
|
920
927
|
|
|
921
928
|
declare interface Props_21 {
|
|
929
|
+
modelValue?: DateRange;
|
|
930
|
+
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
931
|
+
disabled?: boolean;
|
|
932
|
+
locale?: string;
|
|
933
|
+
minValue?: DateValue;
|
|
934
|
+
maxValue?: DateValue;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
declare interface Props_22 {
|
|
922
938
|
/** items 배열로 간단하게 렌더 (없으면 기본 슬롯 사용) */
|
|
923
939
|
items?: AccordionItemDef[];
|
|
924
940
|
/** single: 하나만 열림 / multiple: 여러 개 동시 열림 */
|
|
@@ -935,7 +951,7 @@ declare interface Props_21 {
|
|
|
935
951
|
size?: 'sm' | 'md' | 'lg';
|
|
936
952
|
}
|
|
937
953
|
|
|
938
|
-
declare interface
|
|
954
|
+
declare interface Props_23 {
|
|
939
955
|
open?: boolean;
|
|
940
956
|
title?: string;
|
|
941
957
|
width?: string;
|
|
@@ -956,7 +972,7 @@ declare interface Props_22 {
|
|
|
956
972
|
confirmBeforeClose?: boolean;
|
|
957
973
|
}
|
|
958
974
|
|
|
959
|
-
declare interface
|
|
975
|
+
declare interface Props_24 {
|
|
960
976
|
/** 파일 목록 */
|
|
961
977
|
files: FileItem[];
|
|
962
978
|
/** 파일 URL 생성 함수 */
|
|
@@ -965,7 +981,7 @@ declare interface Props_23 {
|
|
|
965
981
|
deletable?: boolean;
|
|
966
982
|
}
|
|
967
983
|
|
|
968
|
-
declare interface
|
|
984
|
+
declare interface Props_25 {
|
|
969
985
|
/** 업로드 중 상태 */
|
|
970
986
|
loading?: boolean;
|
|
971
987
|
/** 허용 파일 형식 (예: 'image/*', '.pdf,.doc') */
|
|
@@ -976,7 +992,7 @@ declare interface Props_24 {
|
|
|
976
992
|
disabled?: boolean;
|
|
977
993
|
}
|
|
978
994
|
|
|
979
|
-
declare interface
|
|
995
|
+
declare interface Props_26 {
|
|
980
996
|
modelValue?: string;
|
|
981
997
|
editable?: boolean;
|
|
982
998
|
placeholder?: string;
|
|
@@ -1002,6 +1018,16 @@ declare interface Props_3 {
|
|
|
1002
1018
|
}
|
|
1003
1019
|
|
|
1004
1020
|
declare interface Props_4 {
|
|
1021
|
+
modelValue?: (string | number)[];
|
|
1022
|
+
options: MultiSelectOption[];
|
|
1023
|
+
placeholder?: string;
|
|
1024
|
+
allLabel?: string;
|
|
1025
|
+
disabled?: boolean;
|
|
1026
|
+
size?: SelectSize;
|
|
1027
|
+
shape?: 'rounded' | 'pill';
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
declare interface Props_5 {
|
|
1005
1031
|
open?: boolean;
|
|
1006
1032
|
title?: string;
|
|
1007
1033
|
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
@@ -1014,7 +1040,7 @@ declare interface Props_4 {
|
|
|
1014
1040
|
maxWidth?: string;
|
|
1015
1041
|
}
|
|
1016
1042
|
|
|
1017
|
-
declare interface
|
|
1043
|
+
declare interface Props_6 {
|
|
1018
1044
|
/** 아이콘 클래스명 (예: 'icon-search') */
|
|
1019
1045
|
icon?: string;
|
|
1020
1046
|
/** 메인 텍스트 */
|
|
@@ -1023,7 +1049,7 @@ declare interface Props_5 {
|
|
|
1023
1049
|
description?: string;
|
|
1024
1050
|
}
|
|
1025
1051
|
|
|
1026
|
-
declare interface
|
|
1052
|
+
declare interface Props_7 {
|
|
1027
1053
|
/** 이미지 URL */
|
|
1028
1054
|
src?: string;
|
|
1029
1055
|
/** 접근성 라벨 */
|
|
@@ -1038,7 +1064,7 @@ declare interface Props_6 {
|
|
|
1038
1064
|
color?: string;
|
|
1039
1065
|
}
|
|
1040
1066
|
|
|
1041
|
-
declare interface
|
|
1067
|
+
declare interface Props_8 {
|
|
1042
1068
|
/** 최대 표시 수 (초과분 "+N") */
|
|
1043
1069
|
max?: number;
|
|
1044
1070
|
/** 자식에 전파할 사이즈 */
|
|
@@ -1047,7 +1073,7 @@ declare interface Props_7 {
|
|
|
1047
1073
|
overlap?: number;
|
|
1048
1074
|
}
|
|
1049
1075
|
|
|
1050
|
-
declare interface
|
|
1076
|
+
declare interface Props_9 {
|
|
1051
1077
|
/** 시맨틱 variant — 도메인 특화 색은 colorHex 사용 */
|
|
1052
1078
|
variant?: BadgeVariant;
|
|
1053
1079
|
size?: BadgeSize;
|
|
@@ -1059,17 +1085,6 @@ declare interface Props_8 {
|
|
|
1059
1085
|
bgAlpha?: number;
|
|
1060
1086
|
}
|
|
1061
1087
|
|
|
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
1088
|
declare type RadioValue = string | number | boolean;
|
|
1074
1089
|
|
|
1075
1090
|
export declare const SELECT_SIZES: readonly ["xs", "sm", "md", "lg", "auth"];
|
|
@@ -1150,7 +1165,7 @@ export declare type ToastType = 'success' | 'error' | 'warning' | 'info';
|
|
|
1150
1165
|
|
|
1151
1166
|
export declare const UiAccordion: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1152
1167
|
|
|
1153
|
-
export declare const UiAvatar: DefineComponent<
|
|
1168
|
+
export declare const UiAvatar: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {
|
|
1154
1169
|
size: Size | number;
|
|
1155
1170
|
shape: AvatarShape;
|
|
1156
1171
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
@@ -1167,9 +1182,9 @@ export declare const UiCheckbox: __VLS_WithTemplateSlots_8<typeof __VLS_componen
|
|
|
1167
1182
|
|
|
1168
1183
|
export declare const UiConfirm: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1169
1184
|
|
|
1170
|
-
export declare const UiDatePicker: DefineComponent<
|
|
1185
|
+
export declare const UiDatePicker: DefineComponent<Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1171
1186
|
"update:modelValue": (value: DateValue | undefined) => any;
|
|
1172
|
-
}, string, PublicProps, Readonly<
|
|
1187
|
+
}, string, PublicProps, Readonly<Props_20> & Readonly<{
|
|
1173
1188
|
"onUpdate:modelValue"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1174
1189
|
}>, {
|
|
1175
1190
|
size: "xs" | "sm" | "md" | "lg";
|
|
@@ -1184,9 +1199,9 @@ triggerLabel: string;
|
|
|
1184
1199
|
monthCellRefs: HTMLButtonElement[];
|
|
1185
1200
|
}, HTMLDivElement>;
|
|
1186
1201
|
|
|
1187
|
-
export declare const UiDateRangePicker: DefineComponent<
|
|
1202
|
+
export declare const UiDateRangePicker: DefineComponent<Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1188
1203
|
"update:modelValue": (value: DateRange) => any;
|
|
1189
|
-
}, string, PublicProps, Readonly<
|
|
1204
|
+
}, string, PublicProps, Readonly<Props_21> & Readonly<{
|
|
1190
1205
|
"onUpdate:modelValue"?: ((value: DateRange) => any) | undefined;
|
|
1191
1206
|
}>, {
|
|
1192
1207
|
size: "xs" | "sm" | "md" | "lg";
|
|
@@ -1203,17 +1218,17 @@ export declare const UiDropdownMenu: __VLS_WithTemplateSlots_11<typeof __VLS_com
|
|
|
1203
1218
|
|
|
1204
1219
|
export declare const UiEmpty: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1205
1220
|
|
|
1206
|
-
export declare const UiFileList: DefineComponent<
|
|
1221
|
+
export declare const UiFileList: DefineComponent<Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1207
1222
|
delete: (file: FileItem) => any;
|
|
1208
|
-
}, string, PublicProps, Readonly<
|
|
1223
|
+
}, string, PublicProps, Readonly<Props_24> & Readonly<{
|
|
1209
1224
|
onDelete?: ((file: FileItem) => any) | undefined;
|
|
1210
1225
|
}>, {
|
|
1211
1226
|
deletable: boolean;
|
|
1212
1227
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1213
1228
|
|
|
1214
|
-
export declare const UiFileUpload: DefineComponent<
|
|
1229
|
+
export declare const UiFileUpload: DefineComponent<Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1215
1230
|
upload: (file: File) => any;
|
|
1216
|
-
}, string, PublicProps, Readonly<
|
|
1231
|
+
}, string, PublicProps, Readonly<Props_25> & Readonly<{
|
|
1217
1232
|
onUpload?: ((file: File) => any) | undefined;
|
|
1218
1233
|
}>, {
|
|
1219
1234
|
disabled: boolean;
|
|
@@ -1229,14 +1244,14 @@ strokeWidth: number;
|
|
|
1229
1244
|
|
|
1230
1245
|
export declare const UiInput: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1231
1246
|
|
|
1232
|
-
export declare const UiLoading: DefineComponent<
|
|
1247
|
+
export declare const UiLoading: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_11> & Readonly<{}>, {
|
|
1233
1248
|
text: string;
|
|
1234
1249
|
overlay: boolean;
|
|
1235
1250
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1236
1251
|
|
|
1237
|
-
export declare const UiMarkdownEditor: DefineComponent<
|
|
1252
|
+
export declare const UiMarkdownEditor: DefineComponent<Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1238
1253
|
"update:modelValue": (value: string) => any;
|
|
1239
|
-
}, string, PublicProps, Readonly<
|
|
1254
|
+
}, string, PublicProps, Readonly<Props_26> & Readonly<{
|
|
1240
1255
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1241
1256
|
}>, {
|
|
1242
1257
|
modelValue: string;
|
|
@@ -1248,10 +1263,26 @@ sourceRef: HTMLTextAreaElement;
|
|
|
1248
1263
|
|
|
1249
1264
|
export declare const UiModal: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1250
1265
|
|
|
1251
|
-
export declare const
|
|
1266
|
+
export declare const UiMultiSelect: DefineComponent<Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1267
|
+
"update:modelValue": (value: (string | number)[]) => any;
|
|
1268
|
+
}, string, PublicProps, Readonly<Props_4> & Readonly<{
|
|
1269
|
+
"onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
|
|
1270
|
+
}>, {
|
|
1271
|
+
size: SelectSize;
|
|
1272
|
+
shape: "rounded" | "pill";
|
|
1273
|
+
disabled: boolean;
|
|
1274
|
+
modelValue: (string | number)[];
|
|
1275
|
+
placeholder: string;
|
|
1276
|
+
allLabel: string;
|
|
1277
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1278
|
+
rootRef: HTMLDivElement;
|
|
1279
|
+
dropdownRef: HTMLDivElement;
|
|
1280
|
+
}, HTMLDivElement>;
|
|
1281
|
+
|
|
1282
|
+
export declare const UiPagination: DefineComponent<Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1252
1283
|
"update:modelValue": (page: number) => any;
|
|
1253
1284
|
change: (page: number) => any;
|
|
1254
|
-
}, string, PublicProps, Readonly<
|
|
1285
|
+
}, string, PublicProps, Readonly<Props_17> & Readonly<{
|
|
1255
1286
|
"onUpdate:modelValue"?: ((page: number) => any) | undefined;
|
|
1256
1287
|
onChange?: ((page: number) => any) | undefined;
|
|
1257
1288
|
}>, {
|
|
@@ -1289,10 +1320,10 @@ required: boolean;
|
|
|
1289
1320
|
id: string;
|
|
1290
1321
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1291
1322
|
|
|
1292
|
-
export declare const UiTab: DefineComponent<
|
|
1323
|
+
export declare const UiTab: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1293
1324
|
"update:modelValue": (value: string) => any;
|
|
1294
1325
|
change: (value: string) => any;
|
|
1295
|
-
}, string, PublicProps, Readonly<
|
|
1326
|
+
}, string, PublicProps, Readonly<Props_19> & Readonly<{
|
|
1296
1327
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1297
1328
|
onChange?: ((value: string) => any) | undefined;
|
|
1298
1329
|
}>, {
|
|
@@ -1352,13 +1383,13 @@ declare interface UiTableProps<TRow extends Record<string, unknown> = Record<str
|
|
|
1352
1383
|
bordered?: boolean;
|
|
1353
1384
|
}
|
|
1354
1385
|
|
|
1355
|
-
export declare const UiTextarea: DefineComponent<
|
|
1386
|
+
export declare const UiTextarea: DefineComponent<Props_15, {
|
|
1356
1387
|
focus: () => void | undefined;
|
|
1357
1388
|
blur: () => void | undefined;
|
|
1358
1389
|
el: Ref<HTMLTextAreaElement | null, HTMLTextAreaElement | null>;
|
|
1359
1390
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1360
1391
|
"update:modelValue": (value: string) => any;
|
|
1361
|
-
}, string, PublicProps, Readonly<
|
|
1392
|
+
}, string, PublicProps, Readonly<Props_15> & Readonly<{
|
|
1362
1393
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1363
1394
|
}>, {
|
|
1364
1395
|
size: "sm" | "md" | "lg";
|
|
@@ -1389,10 +1420,10 @@ expandTextareaRef: HTMLTextAreaElement;
|
|
|
1389
1420
|
|
|
1390
1421
|
export declare const UiToast: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1391
1422
|
|
|
1392
|
-
export declare const UiToggle: DefineComponent<
|
|
1423
|
+
export declare const UiToggle: DefineComponent<Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1393
1424
|
"update:modelValue": (value: boolean) => any;
|
|
1394
1425
|
change: (value: boolean) => any;
|
|
1395
|
-
}, string, PublicProps, Readonly<
|
|
1426
|
+
}, string, PublicProps, Readonly<Props_12> & Readonly<{
|
|
1396
1427
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1397
1428
|
onChange?: ((value: boolean) => any) | undefined;
|
|
1398
1429
|
}>, {
|