@leechanyong/ispark-ui 0.5.11 → 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/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 +226 -233
- package/dist/ispark-ui.cjs +1769 -1769
- package/dist/ispark-ui.css +1 -1
- package/dist/ispark-ui.js +8725 -8732
- 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<
|
|
37
|
+
declare const __VLS_component_10: DefineComponent<Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_16> & 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_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
38
49
|
select: (value: string) => any;
|
|
39
50
|
"update:open": (value: boolean) => any;
|
|
40
|
-
}, string, PublicProps, Readonly<
|
|
51
|
+
}, string, PublicProps, Readonly<Props_18> & 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_22, {}, {}, {}, {}, 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_22> & 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_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
72
83
|
"update:open": (value: boolean) => any;
|
|
73
|
-
}, string, PublicProps, Readonly<
|
|
84
|
+
}, string, PublicProps, Readonly<Props_23> & Readonly<{
|
|
74
85
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
75
86
|
}>, {
|
|
76
87
|
title: string;
|
|
@@ -78,11 +89,11 @@ overlay: boolean;
|
|
|
78
89
|
position: "right" | "left";
|
|
79
90
|
open: boolean;
|
|
80
91
|
width: string;
|
|
92
|
+
minWidth: string;
|
|
81
93
|
showFullscreen: boolean;
|
|
82
94
|
closeOnOverlayClick: boolean;
|
|
83
95
|
closeOnEscape: boolean;
|
|
84
96
|
maxWidth: string;
|
|
85
|
-
minWidth: string;
|
|
86
97
|
resizable: boolean;
|
|
87
98
|
showResize: boolean;
|
|
88
99
|
confirmBeforeClose: boolean;
|
|
@@ -137,10 +148,10 @@ searchAriaLabel: string;
|
|
|
137
148
|
inputRef: HTMLInputElement;
|
|
138
149
|
}, any>;
|
|
139
150
|
|
|
140
|
-
declare const __VLS_component_3: DefineComponent<
|
|
151
|
+
declare const __VLS_component_3: DefineComponent<Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
141
152
|
"update:open": (value: boolean) => any;
|
|
142
153
|
close: () => any;
|
|
143
|
-
}, string, PublicProps, Readonly<
|
|
154
|
+
}, string, PublicProps, Readonly<Props_5> & Readonly<{
|
|
144
155
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
145
156
|
onClose?: (() => any) | undefined;
|
|
146
157
|
}>, {
|
|
@@ -156,13 +167,18 @@ customClass: string;
|
|
|
156
167
|
maxWidth: string;
|
|
157
168
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
158
169
|
|
|
159
|
-
declare const __VLS_component_4: DefineComponent<
|
|
170
|
+
declare const __VLS_component_4: DefineComponent<Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_6> & Readonly<{}>, {
|
|
160
171
|
title: string;
|
|
161
172
|
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_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_8> & Readonly<{}>, {
|
|
177
|
+
size: Size | number;
|
|
178
|
+
overlap: number;
|
|
179
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
180
|
+
|
|
181
|
+
declare const __VLS_component_6: DefineComponent<Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_9> & 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_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_10> & 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_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
181
197
|
"update:modelValue": (value: boolean) => any;
|
|
182
198
|
change: (value: boolean) => any;
|
|
183
|
-
}, string, PublicProps, Readonly<
|
|
199
|
+
}, string, PublicProps, Readonly<Props_13> & 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_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
197
213
|
"update:modelValue": (value: RadioValue) => any;
|
|
198
214
|
change: (value: RadioValue) => any;
|
|
199
|
-
}, string, PublicProps, Readonly<
|
|
215
|
+
}, string, PublicProps, Readonly<Props_14> & 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
|
|
|
@@ -562,6 +559,11 @@ export declare const INPUT_SIZES: readonly ["sm", "md", "lg", "auth"];
|
|
|
562
559
|
|
|
563
560
|
export declare type InputSize = (typeof INPUT_SIZES)[number];
|
|
564
561
|
|
|
562
|
+
export declare interface MultiSelectOption {
|
|
563
|
+
label: string;
|
|
564
|
+
value: string | number;
|
|
565
|
+
}
|
|
566
|
+
|
|
565
567
|
/**
|
|
566
568
|
* 확인/취소 다이얼로그 표시. Promise<boolean> 반환.
|
|
567
569
|
*
|
|
@@ -637,6 +639,36 @@ declare interface Props {
|
|
|
637
639
|
}
|
|
638
640
|
|
|
639
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 {
|
|
653
|
+
/** 로딩 텍스트. 빈 문자열이면 텍스트 미렌더 + aria-label='로딩 중'로 SR 안내 */
|
|
654
|
+
text?: string;
|
|
655
|
+
/** 오버레이(dim) 모드 — viewport 전체 fixed + 반투명 dim */
|
|
656
|
+
overlay?: boolean;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
declare interface Props_12 {
|
|
660
|
+
modelValue: boolean;
|
|
661
|
+
/** 비활성 — 클릭/키보드 토글 차단 */
|
|
662
|
+
disabled?: boolean;
|
|
663
|
+
/** 라벨 텍스트 (label htmlFor → button id 자동 매칭) */
|
|
664
|
+
label?: string;
|
|
665
|
+
/** 라벨을 시각적으로만 숨김 (SR에는 노출) */
|
|
666
|
+
labelHidden?: boolean;
|
|
667
|
+
/** id 명시 — 미지정 시 useId() 자동 생성 (SSR 안전) */
|
|
668
|
+
id?: string;
|
|
669
|
+
}
|
|
670
|
+
|
|
671
|
+
declare interface Props_13 {
|
|
640
672
|
modelValue: boolean;
|
|
641
673
|
/** 라벨 텍스트. slot도 가능. */
|
|
642
674
|
label?: string;
|
|
@@ -653,7 +685,7 @@ declare interface Props_10 {
|
|
|
653
685
|
id?: string;
|
|
654
686
|
}
|
|
655
687
|
|
|
656
|
-
declare interface
|
|
688
|
+
declare interface Props_14 {
|
|
657
689
|
/** 그룹 공유 v-model 값. 이 라디오의 value와 일치하면 checked */
|
|
658
690
|
modelValue: RadioValue;
|
|
659
691
|
/** 이 라디오 고유 값 — 선택 시 modelValue에 이 값이 emit됨 */
|
|
@@ -670,7 +702,7 @@ declare interface Props_11 {
|
|
|
670
702
|
id?: string;
|
|
671
703
|
}
|
|
672
704
|
|
|
673
|
-
declare interface
|
|
705
|
+
declare interface Props_15 {
|
|
674
706
|
modelValue?: string;
|
|
675
707
|
placeholder?: string;
|
|
676
708
|
disabled?: boolean;
|
|
@@ -704,7 +736,7 @@ declare interface Props_12 {
|
|
|
704
736
|
expandable?: boolean;
|
|
705
737
|
}
|
|
706
738
|
|
|
707
|
-
declare interface
|
|
739
|
+
declare interface Props_16 {
|
|
708
740
|
/** 툴팁 본문 텍스트. content 슬롯 지정 시 무시 */
|
|
709
741
|
content?: string;
|
|
710
742
|
/** radix portal 콘텐츠 박스 추가 클래스 (페이지별 스타일 오버라이드) */
|
|
@@ -720,7 +752,7 @@ declare interface Props_13 {
|
|
|
720
752
|
showArrow?: boolean;
|
|
721
753
|
}
|
|
722
754
|
|
|
723
|
-
declare interface
|
|
755
|
+
declare interface Props_17 {
|
|
724
756
|
/** 현재 페이지 (1-indexed). v-model */
|
|
725
757
|
modelValue: number;
|
|
726
758
|
/** 전체 항목 수 */
|
|
@@ -740,7 +772,7 @@ declare interface Props_14 {
|
|
|
740
772
|
showFirstLast?: boolean;
|
|
741
773
|
}
|
|
742
774
|
|
|
743
|
-
declare interface
|
|
775
|
+
declare interface Props_18 {
|
|
744
776
|
items: DropdownMenuItemDef[];
|
|
745
777
|
/** 상단 비클릭 라벨 (DropdownMenuLabel) — 구역 안내용 */
|
|
746
778
|
title?: string;
|
|
@@ -759,7 +791,7 @@ declare interface Props_15 {
|
|
|
759
791
|
contentClass?: string;
|
|
760
792
|
}
|
|
761
793
|
|
|
762
|
-
declare interface
|
|
794
|
+
declare interface Props_19 {
|
|
763
795
|
modelValue: string;
|
|
764
796
|
tabs: TabItem[];
|
|
765
797
|
/** 탭 크기 — sm(36px) / md(40px·기본) / lg(48px) */
|
|
@@ -770,44 +802,6 @@ declare interface Props_16 {
|
|
|
770
802
|
ariaLabel?: string;
|
|
771
803
|
}
|
|
772
804
|
|
|
773
|
-
declare interface Props_17 {
|
|
774
|
-
modelValue?: DateValue;
|
|
775
|
-
type?: 'date' | 'datetime' | 'month';
|
|
776
|
-
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
777
|
-
disabled?: boolean;
|
|
778
|
-
locale?: string;
|
|
779
|
-
minValue?: DateValue;
|
|
780
|
-
maxValue?: DateValue;
|
|
781
|
-
/** 트리거 버튼 aria-label — 미지정 시 type 기반 기본값 ("날짜 선택" / "날짜·시간 선택" / "월 선택") */
|
|
782
|
-
triggerLabel?: string;
|
|
783
|
-
}
|
|
784
|
-
|
|
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
805
|
declare interface Props_2 {
|
|
812
806
|
/** v-model 양방향 바인딩 값 */
|
|
813
807
|
modelValue?: string | number;
|
|
@@ -920,6 +914,44 @@ declare interface Props_2 {
|
|
|
920
914
|
}
|
|
921
915
|
|
|
922
916
|
declare interface Props_20 {
|
|
917
|
+
modelValue?: DateValue;
|
|
918
|
+
type?: 'date' | 'datetime' | 'month';
|
|
919
|
+
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
920
|
+
disabled?: boolean;
|
|
921
|
+
locale?: string;
|
|
922
|
+
minValue?: DateValue;
|
|
923
|
+
maxValue?: DateValue;
|
|
924
|
+
/** 트리거 버튼 aria-label — 미지정 시 type 기반 기본값 ("날짜 선택" / "날짜·시간 선택" / "월 선택") */
|
|
925
|
+
triggerLabel?: string;
|
|
926
|
+
}
|
|
927
|
+
|
|
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 {
|
|
938
|
+
/** items 배열로 간단하게 렌더 (없으면 기본 슬롯 사용) */
|
|
939
|
+
items?: AccordionItemDef[];
|
|
940
|
+
/** single: 하나만 열림 / multiple: 여러 개 동시 열림 */
|
|
941
|
+
type?: 'single' | 'multiple';
|
|
942
|
+
/** v-model — single이면 string, multiple이면 string[] */
|
|
943
|
+
modelValue?: string | string[];
|
|
944
|
+
/** 초기 열림 상태 (uncontrolled) */
|
|
945
|
+
defaultValue?: string | string[];
|
|
946
|
+
/** single 모드에서 열린 항목 다시 클릭 시 닫을 수 있는지 */
|
|
947
|
+
collapsible?: boolean;
|
|
948
|
+
/** 전체 비활성 */
|
|
949
|
+
disabled?: boolean;
|
|
950
|
+
/** 크기 — sm / md(기본) / lg */
|
|
951
|
+
size?: 'sm' | 'md' | 'lg';
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
declare interface Props_23 {
|
|
923
955
|
open?: boolean;
|
|
924
956
|
title?: string;
|
|
925
957
|
width?: string;
|
|
@@ -940,7 +972,7 @@ declare interface Props_20 {
|
|
|
940
972
|
confirmBeforeClose?: boolean;
|
|
941
973
|
}
|
|
942
974
|
|
|
943
|
-
declare interface
|
|
975
|
+
declare interface Props_24 {
|
|
944
976
|
/** 파일 목록 */
|
|
945
977
|
files: FileItem[];
|
|
946
978
|
/** 파일 URL 생성 함수 */
|
|
@@ -949,7 +981,7 @@ declare interface Props_21 {
|
|
|
949
981
|
deletable?: boolean;
|
|
950
982
|
}
|
|
951
983
|
|
|
952
|
-
declare interface
|
|
984
|
+
declare interface Props_25 {
|
|
953
985
|
/** 업로드 중 상태 */
|
|
954
986
|
loading?: boolean;
|
|
955
987
|
/** 허용 파일 형식 (예: 'image/*', '.pdf,.doc') */
|
|
@@ -960,7 +992,7 @@ declare interface Props_22 {
|
|
|
960
992
|
disabled?: boolean;
|
|
961
993
|
}
|
|
962
994
|
|
|
963
|
-
declare interface
|
|
995
|
+
declare interface Props_26 {
|
|
964
996
|
modelValue?: string;
|
|
965
997
|
editable?: boolean;
|
|
966
998
|
placeholder?: string;
|
|
@@ -986,6 +1018,16 @@ declare interface Props_3 {
|
|
|
986
1018
|
}
|
|
987
1019
|
|
|
988
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 {
|
|
989
1031
|
open?: boolean;
|
|
990
1032
|
title?: string;
|
|
991
1033
|
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
@@ -998,7 +1040,7 @@ declare interface Props_4 {
|
|
|
998
1040
|
maxWidth?: string;
|
|
999
1041
|
}
|
|
1000
1042
|
|
|
1001
|
-
declare interface
|
|
1043
|
+
declare interface Props_6 {
|
|
1002
1044
|
/** 아이콘 클래스명 (예: 'icon-search') */
|
|
1003
1045
|
icon?: string;
|
|
1004
1046
|
/** 메인 텍스트 */
|
|
@@ -1007,7 +1049,31 @@ declare interface Props_5 {
|
|
|
1007
1049
|
description?: string;
|
|
1008
1050
|
}
|
|
1009
1051
|
|
|
1010
|
-
declare interface
|
|
1052
|
+
declare interface Props_7 {
|
|
1053
|
+
/** 이미지 URL */
|
|
1054
|
+
src?: string;
|
|
1055
|
+
/** 접근성 라벨 */
|
|
1056
|
+
alt?: string;
|
|
1057
|
+
/** 사용자 이름 (이니셜 추출 + 배경색 결정) */
|
|
1058
|
+
name?: string;
|
|
1059
|
+
/** 크기: 디자인 토큰 또는 커스텀 px */
|
|
1060
|
+
size?: Size | number;
|
|
1061
|
+
/** 형태 (기본: circle) */
|
|
1062
|
+
shape?: AvatarShape;
|
|
1063
|
+
/** 배경색 수동 지정 (없으면 name 해시 기반) */
|
|
1064
|
+
color?: string;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
declare interface Props_8 {
|
|
1068
|
+
/** 최대 표시 수 (초과분 "+N") */
|
|
1069
|
+
max?: number;
|
|
1070
|
+
/** 자식에 전파할 사이즈 */
|
|
1071
|
+
size?: Size | number;
|
|
1072
|
+
/** 겹침 정도 (px) */
|
|
1073
|
+
overlap?: number;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
declare interface Props_9 {
|
|
1011
1077
|
/** 시맨틱 variant — 도메인 특화 색은 colorHex 사용 */
|
|
1012
1078
|
variant?: BadgeVariant;
|
|
1013
1079
|
size?: BadgeSize;
|
|
@@ -1019,36 +1085,6 @@ declare interface Props_6 {
|
|
|
1019
1085
|
bgAlpha?: number;
|
|
1020
1086
|
}
|
|
1021
1087
|
|
|
1022
|
-
declare interface Props_7 {
|
|
1023
|
-
/** badge 사이 간격 — number는 px, string은 그대로 (예: '8px', '0.5rem'). 기본 8 */
|
|
1024
|
-
gap?: number | string;
|
|
1025
|
-
/** 배치 방향. 기본 'row' */
|
|
1026
|
-
direction?: 'row' | 'column';
|
|
1027
|
-
/** 한 줄을 넘으면 다음 줄로 wrap. 기본 true */
|
|
1028
|
-
wrap?: boolean;
|
|
1029
|
-
/** 그룹 라벨 (스크린리더용). 예: '상태', '카테고리' */
|
|
1030
|
-
ariaLabel?: string;
|
|
1031
|
-
}
|
|
1032
|
-
|
|
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
1088
|
declare type RadioValue = string | number | boolean;
|
|
1053
1089
|
|
|
1054
1090
|
export declare const SELECT_SIZES: readonly ["xs", "sm", "md", "lg", "auth"];
|
|
@@ -1127,87 +1163,28 @@ export declare type ToastPlacement = 'top-center' | 'top-right' | 'bottom-center
|
|
|
1127
1163
|
/** Toast 시멘틱 타입 */
|
|
1128
1164
|
export declare type ToastType = 'success' | 'error' | 'warning' | 'info';
|
|
1129
1165
|
|
|
1130
|
-
export declare const UiAccordion:
|
|
1166
|
+
export declare const UiAccordion: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1131
1167
|
|
|
1132
|
-
export declare const
|
|
1168
|
+
export declare const UiAvatar: DefineComponent<Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_7> & Readonly<{}>, {
|
|
1169
|
+
size: Size | number;
|
|
1170
|
+
shape: AvatarShape;
|
|
1171
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
1133
1172
|
|
|
1134
|
-
export declare const
|
|
1173
|
+
export declare const UiAvatarGroup: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1174
|
+
|
|
1175
|
+
export declare const UiBadge: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1176
|
+
|
|
1177
|
+
export declare const UiBadgeGroup: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1135
1178
|
|
|
1136
1179
|
export declare const UiButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1137
1180
|
|
|
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"]>;
|
|
1181
|
+
export declare const UiCheckbox: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1205
1182
|
|
|
1206
1183
|
export declare const UiConfirm: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1207
1184
|
|
|
1208
|
-
export declare const UiDatePicker: DefineComponent<
|
|
1185
|
+
export declare const UiDatePicker: DefineComponent<Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1209
1186
|
"update:modelValue": (value: DateValue | undefined) => any;
|
|
1210
|
-
}, string, PublicProps, Readonly<
|
|
1187
|
+
}, string, PublicProps, Readonly<Props_20> & Readonly<{
|
|
1211
1188
|
"onUpdate:modelValue"?: ((value: DateValue | undefined) => any) | undefined;
|
|
1212
1189
|
}>, {
|
|
1213
1190
|
size: "xs" | "sm" | "md" | "lg";
|
|
@@ -1222,9 +1199,9 @@ triggerLabel: string;
|
|
|
1222
1199
|
monthCellRefs: HTMLButtonElement[];
|
|
1223
1200
|
}, HTMLDivElement>;
|
|
1224
1201
|
|
|
1225
|
-
export declare const UiDateRangePicker: DefineComponent<
|
|
1202
|
+
export declare const UiDateRangePicker: DefineComponent<Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1226
1203
|
"update:modelValue": (value: DateRange) => any;
|
|
1227
|
-
}, string, PublicProps, Readonly<
|
|
1204
|
+
}, string, PublicProps, Readonly<Props_21> & Readonly<{
|
|
1228
1205
|
"onUpdate:modelValue"?: ((value: DateRange) => any) | undefined;
|
|
1229
1206
|
}>, {
|
|
1230
1207
|
size: "xs" | "sm" | "md" | "lg";
|
|
@@ -1235,23 +1212,23 @@ minValue: DateValue;
|
|
|
1235
1212
|
maxValue: DateValue;
|
|
1236
1213
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1237
1214
|
|
|
1238
|
-
export declare const UiDrawer:
|
|
1215
|
+
export declare const UiDrawer: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1239
1216
|
|
|
1240
|
-
export declare const UiDropdownMenu:
|
|
1217
|
+
export declare const UiDropdownMenu: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1241
1218
|
|
|
1242
1219
|
export declare const UiEmpty: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1243
1220
|
|
|
1244
|
-
export declare const UiFileList: DefineComponent<
|
|
1221
|
+
export declare const UiFileList: DefineComponent<Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1245
1222
|
delete: (file: FileItem) => any;
|
|
1246
|
-
}, string, PublicProps, Readonly<
|
|
1223
|
+
}, string, PublicProps, Readonly<Props_24> & Readonly<{
|
|
1247
1224
|
onDelete?: ((file: FileItem) => any) | undefined;
|
|
1248
1225
|
}>, {
|
|
1249
1226
|
deletable: boolean;
|
|
1250
1227
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1251
1228
|
|
|
1252
|
-
export declare const UiFileUpload: DefineComponent<
|
|
1229
|
+
export declare const UiFileUpload: DefineComponent<Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1253
1230
|
upload: (file: File) => any;
|
|
1254
|
-
}, string, PublicProps, Readonly<
|
|
1231
|
+
}, string, PublicProps, Readonly<Props_25> & Readonly<{
|
|
1255
1232
|
onUpload?: ((file: File) => any) | undefined;
|
|
1256
1233
|
}>, {
|
|
1257
1234
|
disabled: boolean;
|
|
@@ -1267,14 +1244,14 @@ strokeWidth: number;
|
|
|
1267
1244
|
|
|
1268
1245
|
export declare const UiInput: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1269
1246
|
|
|
1270
|
-
export declare const UiLoading: DefineComponent<
|
|
1247
|
+
export declare const UiLoading: DefineComponent<Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_11> & Readonly<{}>, {
|
|
1271
1248
|
text: string;
|
|
1272
1249
|
overlay: boolean;
|
|
1273
1250
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1274
1251
|
|
|
1275
|
-
export declare const UiMarkdownEditor: DefineComponent<
|
|
1252
|
+
export declare const UiMarkdownEditor: DefineComponent<Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1276
1253
|
"update:modelValue": (value: string) => any;
|
|
1277
|
-
}, string, PublicProps, Readonly<
|
|
1254
|
+
}, string, PublicProps, Readonly<Props_26> & Readonly<{
|
|
1278
1255
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1279
1256
|
}>, {
|
|
1280
1257
|
modelValue: string;
|
|
@@ -1286,10 +1263,26 @@ sourceRef: HTMLTextAreaElement;
|
|
|
1286
1263
|
|
|
1287
1264
|
export declare const UiModal: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1288
1265
|
|
|
1289
|
-
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, {
|
|
1290
1283
|
"update:modelValue": (page: number) => any;
|
|
1291
1284
|
change: (page: number) => any;
|
|
1292
|
-
}, string, PublicProps, Readonly<
|
|
1285
|
+
}, string, PublicProps, Readonly<Props_17> & Readonly<{
|
|
1293
1286
|
"onUpdate:modelValue"?: ((page: number) => any) | undefined;
|
|
1294
1287
|
onChange?: ((page: number) => any) | undefined;
|
|
1295
1288
|
}>, {
|
|
@@ -1302,7 +1295,7 @@ showRange: boolean;
|
|
|
1302
1295
|
showFirstLast: boolean;
|
|
1303
1296
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1304
1297
|
|
|
1305
|
-
export declare const UiRadio:
|
|
1298
|
+
export declare const UiRadio: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1306
1299
|
|
|
1307
1300
|
export declare const UiSelect: DefineComponent<Props_3, {
|
|
1308
1301
|
focus: () => void;
|
|
@@ -1327,10 +1320,10 @@ required: boolean;
|
|
|
1327
1320
|
id: string;
|
|
1328
1321
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1329
1322
|
|
|
1330
|
-
export declare const UiTab: DefineComponent<
|
|
1323
|
+
export declare const UiTab: DefineComponent<Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1331
1324
|
"update:modelValue": (value: string) => any;
|
|
1332
1325
|
change: (value: string) => any;
|
|
1333
|
-
}, string, PublicProps, Readonly<
|
|
1326
|
+
}, string, PublicProps, Readonly<Props_19> & Readonly<{
|
|
1334
1327
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1335
1328
|
onChange?: ((value: string) => any) | undefined;
|
|
1336
1329
|
}>, {
|
|
@@ -1390,13 +1383,13 @@ declare interface UiTableProps<TRow extends Record<string, unknown> = Record<str
|
|
|
1390
1383
|
bordered?: boolean;
|
|
1391
1384
|
}
|
|
1392
1385
|
|
|
1393
|
-
export declare const UiTextarea: DefineComponent<
|
|
1386
|
+
export declare const UiTextarea: DefineComponent<Props_15, {
|
|
1394
1387
|
focus: () => void | undefined;
|
|
1395
1388
|
blur: () => void | undefined;
|
|
1396
1389
|
el: Ref<HTMLTextAreaElement | null, HTMLTextAreaElement | null>;
|
|
1397
1390
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1398
1391
|
"update:modelValue": (value: string) => any;
|
|
1399
|
-
}, string, PublicProps, Readonly<
|
|
1392
|
+
}, string, PublicProps, Readonly<Props_15> & Readonly<{
|
|
1400
1393
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1401
1394
|
}>, {
|
|
1402
1395
|
size: "sm" | "md" | "lg";
|
|
@@ -1427,10 +1420,10 @@ expandTextareaRef: HTMLTextAreaElement;
|
|
|
1427
1420
|
|
|
1428
1421
|
export declare const UiToast: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1429
1422
|
|
|
1430
|
-
export declare const UiToggle: DefineComponent<
|
|
1423
|
+
export declare const UiToggle: DefineComponent<Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1431
1424
|
"update:modelValue": (value: boolean) => any;
|
|
1432
1425
|
change: (value: boolean) => any;
|
|
1433
|
-
}, string, PublicProps, Readonly<
|
|
1426
|
+
}, string, PublicProps, Readonly<Props_12> & Readonly<{
|
|
1434
1427
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1435
1428
|
onChange?: ((value: boolean) => any) | undefined;
|
|
1436
1429
|
}>, {
|
|
@@ -1440,6 +1433,6 @@ labelHidden: boolean;
|
|
|
1440
1433
|
id: string;
|
|
1441
1434
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1442
1435
|
|
|
1443
|
-
export declare const UiTooltip:
|
|
1436
|
+
export declare const UiTooltip: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1444
1437
|
|
|
1445
1438
|
export { }
|