@j-solution/components 1.5.0 → 1.6.0
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/README.md +6 -6
- package/assets/jwms-portal-frontend-DntSIcYt.css +1 -0
- package/assets/styles/j-components.css +1 -1
- package/components/atoms/JGrid.vue.cjs +1 -1
- package/components/atoms/JGrid.vue.js +2 -2
- package/components/atoms/JGrid.vue2.cjs +1 -1
- package/components/atoms/JGrid.vue2.cjs.map +1 -1
- package/components/atoms/JGrid.vue2.js +124 -56
- package/components/atoms/JGrid.vue2.js.map +1 -1
- package/components/atoms/JSplitter.vue.cjs +2 -0
- package/components/atoms/JSplitter.vue.cjs.map +1 -0
- package/components/atoms/JSplitter.vue.js +57 -0
- package/components/atoms/JSplitter.vue.js.map +1 -0
- package/components/atoms/JSplitter.vue2.cjs +2 -0
- package/components/atoms/JSplitter.vue2.cjs.map +1 -0
- package/components/atoms/JSplitter.vue2.js +5 -0
- package/components/atoms/JSplitter.vue2.js.map +1 -0
- package/components/molecules/JTitlebar.vue.cjs +1 -1
- package/components/molecules/JTitlebar.vue.cjs.map +1 -1
- package/components/molecules/JTitlebar.vue.js +48 -40
- package/components/molecules/JTitlebar.vue.js.map +1 -1
- package/components/organisms/JFilterBar.vue.cjs +1 -1
- package/components/organisms/JFilterBar.vue.cjs.map +1 -1
- package/components/organisms/JFilterBar.vue.js +60 -53
- package/components/organisms/JFilterBar.vue.js.map +1 -1
- package/components/shadcn/resizable/ResizableHandle.vue.cjs +2 -0
- package/components/shadcn/resizable/ResizableHandle.vue.cjs.map +1 -0
- package/components/shadcn/resizable/ResizableHandle.vue.js +40 -0
- package/components/shadcn/resizable/ResizableHandle.vue.js.map +1 -0
- package/components/shadcn/resizable/ResizableHandle.vue2.cjs +2 -0
- package/components/shadcn/resizable/ResizableHandle.vue2.cjs.map +1 -0
- package/components/shadcn/resizable/ResizableHandle.vue2.js +5 -0
- package/components/shadcn/resizable/ResizableHandle.vue2.js.map +1 -0
- package/components/shadcn/resizable/ResizablePanelGroup.vue.cjs +2 -0
- package/components/shadcn/resizable/ResizablePanelGroup.vue.cjs.map +1 -0
- package/components/shadcn/resizable/ResizablePanelGroup.vue.js +33 -0
- package/components/shadcn/resizable/ResizablePanelGroup.vue.js.map +1 -0
- package/components/shadcn/resizable/ResizablePanelGroup.vue2.cjs +2 -0
- package/components/shadcn/resizable/ResizablePanelGroup.vue2.cjs.map +1 -0
- package/components/shadcn/resizable/ResizablePanelGroup.vue2.js +5 -0
- package/components/shadcn/resizable/ResizablePanelGroup.vue2.js.map +1 -0
- package/index.cjs +1 -1
- package/index.js +56 -54
- package/package.json +2 -2
- package/types/index.d.ts +232 -136
- package/assets/jwms-portal-frontend-uK756XTb.css +0 -1
package/types/index.d.ts
CHANGED
|
@@ -34,7 +34,19 @@ loading: boolean;
|
|
|
34
34
|
styletype: StyleType;
|
|
35
35
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
36
36
|
|
|
37
|
-
declare const __VLS_component_10: DefineComponent<
|
|
37
|
+
declare const __VLS_component_10: DefineComponent<JTabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
38
|
+
tabChange: (id: string) => any;
|
|
39
|
+
tabClose: (id: string) => any;
|
|
40
|
+
"update:activeTabId": (id: string) => any;
|
|
41
|
+
}, string, PublicProps, Readonly<JTabsProps> & Readonly<{
|
|
42
|
+
onTabChange?: ((id: string) => any) | undefined;
|
|
43
|
+
onTabClose?: ((id: string) => any) | undefined;
|
|
44
|
+
"onUpdate:activeTabId"?: ((id: string) => any) | undefined;
|
|
45
|
+
}>, {
|
|
46
|
+
styletype: "default" | "minimal";
|
|
47
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
48
|
+
|
|
49
|
+
declare const __VLS_component_11: DefineComponent<JContextMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
38
50
|
select: (itemId: string) => any;
|
|
39
51
|
open: () => any;
|
|
40
52
|
close: () => any;
|
|
@@ -47,11 +59,11 @@ disabled: boolean;
|
|
|
47
59
|
items: ContextMenuGroup[];
|
|
48
60
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
49
61
|
|
|
50
|
-
declare const
|
|
62
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
51
63
|
|
|
52
|
-
declare const
|
|
64
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
53
65
|
confirm: () => any;
|
|
54
|
-
}, string, PublicProps, Readonly<
|
|
66
|
+
}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
|
|
55
67
|
onConfirm?: (() => any) | undefined;
|
|
56
68
|
}>, {
|
|
57
69
|
variant: "default" | "destructive";
|
|
@@ -59,23 +71,25 @@ buttonText: string;
|
|
|
59
71
|
showFooter: boolean;
|
|
60
72
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
61
73
|
|
|
62
|
-
declare const
|
|
74
|
+
declare const __VLS_component_14: DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, PublicProps>;
|
|
63
75
|
|
|
64
|
-
declare const
|
|
76
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
65
77
|
buttonClick: (button: TitlebarButton) => any;
|
|
66
|
-
|
|
78
|
+
help: () => any;
|
|
79
|
+
}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
|
|
67
80
|
onButtonClick?: ((button: TitlebarButton) => any) | undefined;
|
|
81
|
+
onHelp?: (() => any) | undefined;
|
|
68
82
|
}>, {
|
|
69
83
|
styletype: StyleType_22;
|
|
70
84
|
buttons: TitlebarButton[];
|
|
71
85
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
72
86
|
|
|
73
|
-
declare const
|
|
87
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
74
88
|
orientation: "vertical" | "horizontal" | null;
|
|
75
89
|
showButtonSeparators: boolean;
|
|
76
90
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
77
91
|
|
|
78
|
-
declare const
|
|
92
|
+
declare const __VLS_component_17: DefineComponent<JDynamicTabsProps, {
|
|
79
93
|
addTab: (tab: DynamicTab) => void;
|
|
80
94
|
closeTab: (id: string) => void;
|
|
81
95
|
activateTab: (id: string) => void;
|
|
@@ -96,7 +110,7 @@ maxTabs: number;
|
|
|
96
110
|
emptyMessage: string;
|
|
97
111
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
98
112
|
|
|
99
|
-
declare const
|
|
113
|
+
declare const __VLS_component_18: DefineComponent<JModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
100
114
|
"update:open": (value: boolean) => any;
|
|
101
115
|
cancel: () => any;
|
|
102
116
|
confirm: (value?: string | undefined) => any;
|
|
@@ -118,7 +132,7 @@ confirmVariant: "default" | "destructive" | "outline" | "secondary" | "ghost" |
|
|
|
118
132
|
confirmDisabled: boolean;
|
|
119
133
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
120
134
|
|
|
121
|
-
declare const
|
|
135
|
+
declare const __VLS_component_19: DefineComponent<JFormModalProps, {
|
|
122
136
|
reset: () => void | undefined;
|
|
123
137
|
submit: () => void | undefined;
|
|
124
138
|
formState: ComputedRef<Record<string, any> | undefined>;
|
|
@@ -194,25 +208,6 @@ handleError: (errs: any) => void;
|
|
|
194
208
|
}, {}, {}, {}, {}> | null;
|
|
195
209
|
}, any>;
|
|
196
210
|
|
|
197
|
-
declare const __VLS_component_19: DefineComponent<JFilterBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
198
|
-
search: () => any;
|
|
199
|
-
"update:collapsed": (value: boolean) => any;
|
|
200
|
-
"update:filterValues": (value: Record<string, unknown>) => any;
|
|
201
|
-
}, string, PublicProps, Readonly<JFilterBarProps> & Readonly<{
|
|
202
|
-
onSearch?: (() => any) | undefined;
|
|
203
|
-
"onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
|
|
204
|
-
"onUpdate:filterValues"?: ((value: Record<string, unknown>) => any) | undefined;
|
|
205
|
-
}>, {
|
|
206
|
-
collapsible: boolean;
|
|
207
|
-
collapsed: boolean;
|
|
208
|
-
filterValues: Record<string, unknown>;
|
|
209
|
-
filterConfig: Record<string, FilterConfigItem>;
|
|
210
|
-
showResetButton: boolean;
|
|
211
|
-
showSearchButton: boolean;
|
|
212
|
-
resetButtonText: string;
|
|
213
|
-
searchButtonText: string;
|
|
214
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
215
|
-
|
|
216
211
|
declare const __VLS_component_2: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
217
212
|
"update:modelValue": (value: string | number) => any;
|
|
218
213
|
change: (value: string | number) => any;
|
|
@@ -232,14 +227,35 @@ required: boolean;
|
|
|
232
227
|
styletype: StyleType_2;
|
|
233
228
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLInputElement>;
|
|
234
229
|
|
|
235
|
-
declare const __VLS_component_20: DefineComponent<
|
|
230
|
+
declare const __VLS_component_20: DefineComponent<JFilterBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
231
|
+
search: () => any;
|
|
232
|
+
reset: () => any;
|
|
233
|
+
"update:collapsed": (value: boolean) => any;
|
|
234
|
+
"update:filterValues": (value: Record<string, unknown>) => any;
|
|
235
|
+
}, string, PublicProps, Readonly<JFilterBarProps> & Readonly<{
|
|
236
|
+
onSearch?: (() => any) | undefined;
|
|
237
|
+
onReset?: (() => any) | undefined;
|
|
238
|
+
"onUpdate:collapsed"?: ((value: boolean) => any) | undefined;
|
|
239
|
+
"onUpdate:filterValues"?: ((value: Record<string, unknown>) => any) | undefined;
|
|
240
|
+
}>, {
|
|
241
|
+
collapsible: boolean;
|
|
242
|
+
collapsed: boolean;
|
|
243
|
+
filterValues: Record<string, unknown>;
|
|
244
|
+
filterDisplay: Record<string, FilterDisplayItem>;
|
|
245
|
+
showResetButton: boolean;
|
|
246
|
+
showSearchButton: boolean;
|
|
247
|
+
resetButtonText: string;
|
|
248
|
+
searchButtonText: string;
|
|
249
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
250
|
+
|
|
251
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
236
252
|
logoClick: () => any;
|
|
237
253
|
navClick: (item: HeaderNavItem, index: number) => any;
|
|
238
254
|
notificationClick: (item: NotificationItem) => any;
|
|
239
255
|
userMenuSelect: (itemId: string) => any;
|
|
240
256
|
sidebarToggle: () => any;
|
|
241
257
|
login: () => any;
|
|
242
|
-
}, string, PublicProps, Readonly<
|
|
258
|
+
}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
|
|
243
259
|
onLogoClick?: (() => any) | undefined;
|
|
244
260
|
onNavClick?: ((item: HeaderNavItem, index: number) => any) | undefined;
|
|
245
261
|
onNotificationClick?: ((item: NotificationItem) => any) | undefined;
|
|
@@ -258,10 +274,10 @@ defaultTheme: string;
|
|
|
258
274
|
availableThemes: string[];
|
|
259
275
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
260
276
|
|
|
261
|
-
declare const
|
|
277
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
262
278
|
breadcrumbClick: (item: BreadcrumbItem, index: number) => any;
|
|
263
279
|
titlebarButtonClick: (button: TitlebarButton) => any;
|
|
264
|
-
}, string, PublicProps, Readonly<
|
|
280
|
+
}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
|
|
265
281
|
onBreadcrumbClick?: ((item: BreadcrumbItem, index: number) => any) | undefined;
|
|
266
282
|
onTitlebarButtonClick?: ((button: TitlebarButton) => any) | undefined;
|
|
267
283
|
}>, {
|
|
@@ -272,12 +288,12 @@ showTitlebar: boolean;
|
|
|
272
288
|
contentScroll: boolean;
|
|
273
289
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
274
290
|
|
|
275
|
-
declare const
|
|
291
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {
|
|
276
292
|
styletype: StyleType_29;
|
|
277
293
|
contentScroll: boolean;
|
|
278
294
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
279
295
|
|
|
280
|
-
declare const
|
|
296
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{}>, {
|
|
281
297
|
styletype: "default" | "minimal";
|
|
282
298
|
permissions: MenuPermission[];
|
|
283
299
|
menuItems: SidebarMenuItem[];
|
|
@@ -337,16 +353,11 @@ modal: boolean;
|
|
|
337
353
|
styletype: StyleType_20;
|
|
338
354
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
339
355
|
|
|
340
|
-
declare const __VLS_component_9: DefineComponent<
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
onTabChange?: ((id: string) => any) | undefined;
|
|
346
|
-
onTabClose?: ((id: string) => any) | undefined;
|
|
347
|
-
"onUpdate:activeTabId"?: ((id: string) => any) | undefined;
|
|
348
|
-
}>, {
|
|
349
|
-
styletype: "default" | "minimal";
|
|
356
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
|
|
357
|
+
direction: Orientation;
|
|
358
|
+
withHandle: boolean;
|
|
359
|
+
defaultSize: number;
|
|
360
|
+
minSize: number;
|
|
350
361
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
351
362
|
|
|
352
363
|
declare type __VLS_Props = {
|
|
@@ -589,6 +600,12 @@ declare type __VLS_Props_24 = {
|
|
|
589
600
|
pagination?: boolean;
|
|
590
601
|
/** 체크박스 선택 활성화 여부 */
|
|
591
602
|
checkbox?: boolean;
|
|
603
|
+
/** 행 번호 표시 여부 (Enterprise) */
|
|
604
|
+
rowNumbers?: boolean;
|
|
605
|
+
/** 행별 액션 버튼 목록 */
|
|
606
|
+
actionButtons?: ActionButton[];
|
|
607
|
+
/** 다크모드 자동 감지 여부 */
|
|
608
|
+
autoDetectDarkMode?: boolean;
|
|
592
609
|
/** 요약 컬럼 표시 여부 */
|
|
593
610
|
summaryColumn?: boolean;
|
|
594
611
|
/** 숨김 컬럼 관리 활성화 여부 */
|
|
@@ -607,9 +624,34 @@ declare type __VLS_Props_24 = {
|
|
|
607
624
|
autoGroupColumnDef?: ColDef;
|
|
608
625
|
/** 선택된 행 데이터 배열 (v-model:selected-rows) */
|
|
609
626
|
selectedRows?: any[];
|
|
627
|
+
/** 컬럼 호버 하이라이트 활성화 여부 */
|
|
628
|
+
columnHover?: boolean;
|
|
629
|
+
/** Columns Tool Panel 활성화 여부 (Enterprise) */
|
|
630
|
+
enableColumnsToolPanel?: boolean;
|
|
631
|
+
/** Status Bar 활성화 여부 (Enterprise) */
|
|
632
|
+
statusBar?: boolean;
|
|
610
633
|
};
|
|
611
634
|
|
|
612
635
|
declare type __VLS_Props_25 = {
|
|
636
|
+
/** 분할 방향 (horizontal: 좌우, vertical: 상하) */
|
|
637
|
+
direction?: Orientation;
|
|
638
|
+
/** 첫 번째 패널의 기본 크기 (%) */
|
|
639
|
+
defaultSize?: number;
|
|
640
|
+
/** 첫 번째 패널의 최소 크기 (%) */
|
|
641
|
+
minSize?: number;
|
|
642
|
+
/** 첫 번째 패널의 최대 크기 (%) */
|
|
643
|
+
maxSize?: number;
|
|
644
|
+
/** 두 번째 패널의 최소 크기 (%) */
|
|
645
|
+
secondMinSize?: number;
|
|
646
|
+
/** 두 번째 패널의 최대 크기 (%) */
|
|
647
|
+
secondMaxSize?: number;
|
|
648
|
+
/** ResizableHandle에 grip 아이콘 표시 여부 */
|
|
649
|
+
withHandle?: boolean;
|
|
650
|
+
/** 추가 CSS 클래스 */
|
|
651
|
+
class?: string;
|
|
652
|
+
};
|
|
653
|
+
|
|
654
|
+
declare type __VLS_Props_26 = {
|
|
613
655
|
/** 필드 레이블 */
|
|
614
656
|
label?: string;
|
|
615
657
|
/** 필드 설명 (레이블 아래 표시) */
|
|
@@ -656,7 +698,7 @@ declare type __VLS_Props_25 = {
|
|
|
656
698
|
radioDirection?: 'horizontal' | 'vertical';
|
|
657
699
|
};
|
|
658
700
|
|
|
659
|
-
declare type
|
|
701
|
+
declare type __VLS_Props_27 = {
|
|
660
702
|
modelValue?: string | number;
|
|
661
703
|
groupedOptions?: GroupedOption[];
|
|
662
704
|
placeholder?: string;
|
|
@@ -669,7 +711,7 @@ declare type __VLS_Props_26 = {
|
|
|
669
711
|
styletype?: StyleType_21;
|
|
670
712
|
};
|
|
671
713
|
|
|
672
|
-
declare type
|
|
714
|
+
declare type __VLS_Props_28 = {
|
|
673
715
|
/** Card 자체의 클래스 */
|
|
674
716
|
class?: HTMLAttributes["class"];
|
|
675
717
|
/** 카드 제목 */
|
|
@@ -680,7 +722,7 @@ declare type __VLS_Props_27 = {
|
|
|
680
722
|
footer?: string;
|
|
681
723
|
};
|
|
682
724
|
|
|
683
|
-
declare type
|
|
725
|
+
declare type __VLS_Props_29 = {
|
|
684
726
|
/** Alert 자체의 클래스 */
|
|
685
727
|
class?: HTMLAttributes["class"];
|
|
686
728
|
/** Alert variant 스타일 */
|
|
@@ -697,19 +739,6 @@ declare type __VLS_Props_28 = {
|
|
|
697
739
|
showFooter?: boolean;
|
|
698
740
|
};
|
|
699
741
|
|
|
700
|
-
declare type __VLS_Props_29 = {
|
|
701
|
-
/** Titlebar 스타일 타입 */
|
|
702
|
-
styletype?: StyleType_22;
|
|
703
|
-
/** 프로그램 아이콘 */
|
|
704
|
-
icon?: string;
|
|
705
|
-
/** 프로그램명 */
|
|
706
|
-
title?: string;
|
|
707
|
-
/** 프로그램 설명 (Popover에 표시) */
|
|
708
|
-
description?: string;
|
|
709
|
-
/** 메인 버튼 목록 */
|
|
710
|
-
buttons?: TitlebarButton[];
|
|
711
|
-
};
|
|
712
|
-
|
|
713
742
|
declare type __VLS_Props_3 = {
|
|
714
743
|
modelValue?: string;
|
|
715
744
|
placeholder?: string;
|
|
@@ -725,11 +754,26 @@ declare type __VLS_Props_3 = {
|
|
|
725
754
|
};
|
|
726
755
|
|
|
727
756
|
declare type __VLS_Props_30 = {
|
|
757
|
+
/** Titlebar 스타일 타입 */
|
|
758
|
+
styletype?: StyleType_22;
|
|
759
|
+
/** 프로그램 아이콘 */
|
|
760
|
+
icon?: string;
|
|
761
|
+
/** 프로그램명 */
|
|
762
|
+
title?: string;
|
|
763
|
+
/** 프로그램 설명 (Popover에 표시) */
|
|
764
|
+
description?: string;
|
|
765
|
+
/** 도움말 아이콘(?) 표시 여부 — 클릭 시 help 이벤트 emit */
|
|
766
|
+
showHelp?: boolean;
|
|
767
|
+
/** 메인 버튼 목록 */
|
|
768
|
+
buttons?: TitlebarButton[];
|
|
769
|
+
};
|
|
770
|
+
|
|
771
|
+
declare type __VLS_Props_31 = {
|
|
728
772
|
orientation?: ButtonGroupVariants['orientation'];
|
|
729
773
|
showButtonSeparators?: boolean;
|
|
730
774
|
};
|
|
731
775
|
|
|
732
|
-
declare type
|
|
776
|
+
declare type __VLS_Props_32 = {
|
|
733
777
|
/** 브레드크럼 아이템 목록 */
|
|
734
778
|
items: BreadcrumbItem[];
|
|
735
779
|
/** 구분자 (기본값: /) */
|
|
@@ -740,12 +784,12 @@ declare type __VLS_Props_31 = {
|
|
|
740
784
|
class?: string;
|
|
741
785
|
};
|
|
742
786
|
|
|
743
|
-
declare type
|
|
787
|
+
declare type __VLS_Props_33 = {
|
|
744
788
|
schema: FormSchema;
|
|
745
789
|
modelValue?: Record<string, any>;
|
|
746
790
|
};
|
|
747
791
|
|
|
748
|
-
declare type
|
|
792
|
+
declare type __VLS_Props_34 = {
|
|
749
793
|
/** 로고 이미지 URL */
|
|
750
794
|
logo?: string;
|
|
751
795
|
/** 로고 텍스트 (기본값, 이미지가 없을 때) */
|
|
@@ -780,7 +824,7 @@ declare type __VLS_Props_33 = {
|
|
|
780
824
|
availableThemes?: string[];
|
|
781
825
|
};
|
|
782
826
|
|
|
783
|
-
declare type
|
|
827
|
+
declare type __VLS_Props_35 = {
|
|
784
828
|
/** 메뉴 아이템 목록 */
|
|
785
829
|
menuItems: SidebarMenuItem[];
|
|
786
830
|
/** 권한 목록 */
|
|
@@ -797,7 +841,7 @@ declare type __VLS_Props_34 = {
|
|
|
797
841
|
isVisible?: boolean;
|
|
798
842
|
};
|
|
799
843
|
|
|
800
|
-
declare type
|
|
844
|
+
declare type __VLS_Props_36 = {
|
|
801
845
|
/** 메뉴 아이템 목록 */
|
|
802
846
|
menuItems: SidebarMenuItem[];
|
|
803
847
|
/** 권한 목록 */
|
|
@@ -814,7 +858,7 @@ declare type __VLS_Props_35 = {
|
|
|
814
858
|
isVisible?: boolean;
|
|
815
859
|
};
|
|
816
860
|
|
|
817
|
-
declare type
|
|
861
|
+
declare type __VLS_Props_37 = {
|
|
818
862
|
/** 브레드크럼 아이템 목록 */
|
|
819
863
|
breadcrumbItems?: BreadcrumbItem[];
|
|
820
864
|
/** 브레드크럼 표시 여부 */
|
|
@@ -835,7 +879,7 @@ declare type __VLS_Props_36 = {
|
|
|
835
879
|
class?: string;
|
|
836
880
|
};
|
|
837
881
|
|
|
838
|
-
declare type
|
|
882
|
+
declare type __VLS_Props_38 = {
|
|
839
883
|
/** 트리 노드 데이터 */
|
|
840
884
|
items: SidebarMenuItem[];
|
|
841
885
|
/** 펼쳐진 노드 키 목록 (v-model 지원, 배열) */
|
|
@@ -854,7 +898,7 @@ declare type __VLS_Props_37 = {
|
|
|
854
898
|
class?: string;
|
|
855
899
|
};
|
|
856
900
|
|
|
857
|
-
declare type
|
|
901
|
+
declare type __VLS_Props_39 = {
|
|
858
902
|
/** 레이아웃 스타일 타입 */
|
|
859
903
|
styletype?: StyleType_29;
|
|
860
904
|
/** 콘텐츠 영역 스크롤 가능 여부 */
|
|
@@ -863,6 +907,17 @@ declare type __VLS_Props_38 = {
|
|
|
863
907
|
class?: string;
|
|
864
908
|
};
|
|
865
909
|
|
|
910
|
+
declare type __VLS_Props_4 = {
|
|
911
|
+
modelValue?: string;
|
|
912
|
+
disabled?: boolean;
|
|
913
|
+
required?: boolean;
|
|
914
|
+
name?: string;
|
|
915
|
+
id?: string;
|
|
916
|
+
class?: string;
|
|
917
|
+
/** 스타일 프리셋 */
|
|
918
|
+
styletype?: StyleType_4;
|
|
919
|
+
};
|
|
920
|
+
|
|
866
921
|
/**
|
|
867
922
|
* JLayoutSimple - Simple Sidebar + 일반 PageContainer 조합 템플릿 (templates)
|
|
868
923
|
* Simple Layout Template
|
|
@@ -893,7 +948,7 @@ declare type __VLS_Props_38 = {
|
|
|
893
948
|
* </JLayoutSimple>
|
|
894
949
|
* ```
|
|
895
950
|
*/
|
|
896
|
-
declare type
|
|
951
|
+
declare type __VLS_Props_40 = {
|
|
897
952
|
/** 레이아웃 스타일 타입 */
|
|
898
953
|
styletype?: 'default' | 'minimal';
|
|
899
954
|
/** 콘텐츠 영역 스크롤 가능 여부 */
|
|
@@ -906,17 +961,6 @@ declare type __VLS_Props_39 = {
|
|
|
906
961
|
permissions?: MenuPermission[];
|
|
907
962
|
};
|
|
908
963
|
|
|
909
|
-
declare type __VLS_Props_4 = {
|
|
910
|
-
modelValue?: string;
|
|
911
|
-
disabled?: boolean;
|
|
912
|
-
required?: boolean;
|
|
913
|
-
name?: string;
|
|
914
|
-
id?: string;
|
|
915
|
-
class?: string;
|
|
916
|
-
/** 스타일 프리셋 */
|
|
917
|
-
styletype?: StyleType_4;
|
|
918
|
-
};
|
|
919
|
-
|
|
920
964
|
declare type __VLS_Props_5 = {
|
|
921
965
|
modelValue?: string | number;
|
|
922
966
|
options?: Option_2[];
|
|
@@ -998,6 +1042,15 @@ declare function __VLS_template(): {
|
|
|
998
1042
|
};
|
|
999
1043
|
|
|
1000
1044
|
declare function __VLS_template_10(): {
|
|
1045
|
+
attrs: Partial<{}>;
|
|
1046
|
+
slots: Partial<Record<`content-${string}`, (_: {
|
|
1047
|
+
tab: DynamicTab;
|
|
1048
|
+
}) => any>>;
|
|
1049
|
+
refs: {};
|
|
1050
|
+
rootEl: any;
|
|
1051
|
+
};
|
|
1052
|
+
|
|
1053
|
+
declare function __VLS_template_11(): {
|
|
1001
1054
|
attrs: Partial<{}>;
|
|
1002
1055
|
slots: {
|
|
1003
1056
|
default?(_: {}): any;
|
|
@@ -1012,7 +1065,7 @@ declare function __VLS_template_10(): {
|
|
|
1012
1065
|
rootEl: any;
|
|
1013
1066
|
};
|
|
1014
1067
|
|
|
1015
|
-
declare function
|
|
1068
|
+
declare function __VLS_template_12(): {
|
|
1016
1069
|
attrs: Partial<{}>;
|
|
1017
1070
|
slots: {
|
|
1018
1071
|
default?(_: {}): any;
|
|
@@ -1021,7 +1074,7 @@ declare function __VLS_template_11(): {
|
|
|
1021
1074
|
rootEl: HTMLDivElement;
|
|
1022
1075
|
};
|
|
1023
1076
|
|
|
1024
|
-
declare function
|
|
1077
|
+
declare function __VLS_template_13(): {
|
|
1025
1078
|
attrs: Partial<{}>;
|
|
1026
1079
|
slots: {
|
|
1027
1080
|
header?(_: {}): any;
|
|
@@ -1032,7 +1085,7 @@ declare function __VLS_template_12(): {
|
|
|
1032
1085
|
rootEl: HTMLDivElement;
|
|
1033
1086
|
};
|
|
1034
1087
|
|
|
1035
|
-
declare function
|
|
1088
|
+
declare function __VLS_template_14(): {
|
|
1036
1089
|
attrs: Partial<{}>;
|
|
1037
1090
|
slots: {
|
|
1038
1091
|
trigger?(_: {
|
|
@@ -1046,7 +1099,7 @@ declare function __VLS_template_13(): {
|
|
|
1046
1099
|
rootEl: any;
|
|
1047
1100
|
};
|
|
1048
1101
|
|
|
1049
|
-
declare function
|
|
1102
|
+
declare function __VLS_template_15(): {
|
|
1050
1103
|
attrs: Partial<{}>;
|
|
1051
1104
|
slots: {
|
|
1052
1105
|
buttons?(_: {}): any;
|
|
@@ -1055,7 +1108,7 @@ declare function __VLS_template_14(): {
|
|
|
1055
1108
|
rootEl: HTMLDivElement;
|
|
1056
1109
|
};
|
|
1057
1110
|
|
|
1058
|
-
declare function
|
|
1111
|
+
declare function __VLS_template_16(): {
|
|
1059
1112
|
attrs: Partial<{}>;
|
|
1060
1113
|
slots: {
|
|
1061
1114
|
default?(_: {}): any;
|
|
@@ -1064,7 +1117,7 @@ declare function __VLS_template_15(): {
|
|
|
1064
1117
|
rootEl: any;
|
|
1065
1118
|
};
|
|
1066
1119
|
|
|
1067
|
-
declare function
|
|
1120
|
+
declare function __VLS_template_17(): {
|
|
1068
1121
|
attrs: Partial<{}>;
|
|
1069
1122
|
slots: Partial<Record<`content-${string}`, (_: {
|
|
1070
1123
|
tab: DynamicTab;
|
|
@@ -1073,7 +1126,7 @@ declare function __VLS_template_16(): {
|
|
|
1073
1126
|
rootEl: HTMLDivElement;
|
|
1074
1127
|
};
|
|
1075
1128
|
|
|
1076
|
-
declare function
|
|
1129
|
+
declare function __VLS_template_18(): {
|
|
1077
1130
|
attrs: Partial<{}>;
|
|
1078
1131
|
slots: {
|
|
1079
1132
|
body?(_: {}): any;
|
|
@@ -1082,7 +1135,7 @@ declare function __VLS_template_17(): {
|
|
|
1082
1135
|
rootEl: any;
|
|
1083
1136
|
};
|
|
1084
1137
|
|
|
1085
|
-
declare function
|
|
1138
|
+
declare function __VLS_template_19(): {
|
|
1086
1139
|
attrs: Partial<{}>;
|
|
1087
1140
|
slots: {
|
|
1088
1141
|
body?(_: {}): any;
|
|
@@ -1132,26 +1185,26 @@ declare function __VLS_template_18(): {
|
|
|
1132
1185
|
rootEl: any;
|
|
1133
1186
|
};
|
|
1134
1187
|
|
|
1135
|
-
declare function
|
|
1188
|
+
declare function __VLS_template_2(): {
|
|
1136
1189
|
attrs: Partial<{}>;
|
|
1137
1190
|
slots: {
|
|
1138
|
-
|
|
1139
|
-
filters?(_: {}): any;
|
|
1191
|
+
default?(_: {}): any;
|
|
1140
1192
|
};
|
|
1141
1193
|
refs: {};
|
|
1142
|
-
rootEl:
|
|
1194
|
+
rootEl: HTMLInputElement;
|
|
1143
1195
|
};
|
|
1144
1196
|
|
|
1145
|
-
declare function
|
|
1197
|
+
declare function __VLS_template_20(): {
|
|
1146
1198
|
attrs: Partial<{}>;
|
|
1147
1199
|
slots: {
|
|
1148
|
-
|
|
1200
|
+
actions?(_: {}): any;
|
|
1201
|
+
filters?(_: {}): any;
|
|
1149
1202
|
};
|
|
1150
1203
|
refs: {};
|
|
1151
|
-
rootEl:
|
|
1204
|
+
rootEl: HTMLDivElement;
|
|
1152
1205
|
};
|
|
1153
1206
|
|
|
1154
|
-
declare function
|
|
1207
|
+
declare function __VLS_template_21(): {
|
|
1155
1208
|
attrs: Partial<{}>;
|
|
1156
1209
|
slots: {
|
|
1157
1210
|
actions?(_: {}): any;
|
|
@@ -1160,7 +1213,7 @@ declare function __VLS_template_20(): {
|
|
|
1160
1213
|
rootEl: HTMLElement;
|
|
1161
1214
|
};
|
|
1162
1215
|
|
|
1163
|
-
declare function
|
|
1216
|
+
declare function __VLS_template_22(): {
|
|
1164
1217
|
attrs: Partial<{}>;
|
|
1165
1218
|
slots: {
|
|
1166
1219
|
'titlebar-buttons'?(_: {}): any;
|
|
@@ -1170,7 +1223,7 @@ declare function __VLS_template_21(): {
|
|
|
1170
1223
|
rootEl: HTMLDivElement;
|
|
1171
1224
|
};
|
|
1172
1225
|
|
|
1173
|
-
declare function
|
|
1226
|
+
declare function __VLS_template_23(): {
|
|
1174
1227
|
attrs: Partial<{}>;
|
|
1175
1228
|
slots: {
|
|
1176
1229
|
header?(_: {}): any;
|
|
@@ -1182,7 +1235,7 @@ declare function __VLS_template_22(): {
|
|
|
1182
1235
|
rootEl: HTMLDivElement;
|
|
1183
1236
|
};
|
|
1184
1237
|
|
|
1185
|
-
declare function
|
|
1238
|
+
declare function __VLS_template_24(): {
|
|
1186
1239
|
attrs: Partial<{}>;
|
|
1187
1240
|
slots: {
|
|
1188
1241
|
header?(_: {
|
|
@@ -1256,9 +1309,14 @@ declare function __VLS_template_8(): {
|
|
|
1256
1309
|
|
|
1257
1310
|
declare function __VLS_template_9(): {
|
|
1258
1311
|
attrs: Partial<{}>;
|
|
1259
|
-
slots:
|
|
1260
|
-
|
|
1261
|
-
|
|
1312
|
+
slots: {
|
|
1313
|
+
first?(_: {}): any;
|
|
1314
|
+
left?(_: {}): any;
|
|
1315
|
+
top?(_: {}): any;
|
|
1316
|
+
second?(_: {}): any;
|
|
1317
|
+
right?(_: {}): any;
|
|
1318
|
+
bottom?(_: {}): any;
|
|
1319
|
+
};
|
|
1262
1320
|
refs: {};
|
|
1263
1321
|
rootEl: any;
|
|
1264
1322
|
};
|
|
@@ -1295,6 +1353,8 @@ declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
|
|
|
1295
1353
|
|
|
1296
1354
|
declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
1297
1355
|
|
|
1356
|
+
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
1357
|
+
|
|
1298
1358
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1299
1359
|
|
|
1300
1360
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1405,6 +1465,12 @@ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
|
|
|
1405
1465
|
};
|
|
1406
1466
|
};
|
|
1407
1467
|
|
|
1468
|
+
declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
1469
|
+
new (): {
|
|
1470
|
+
$slots: S;
|
|
1471
|
+
};
|
|
1472
|
+
};
|
|
1473
|
+
|
|
1408
1474
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1409
1475
|
new (): {
|
|
1410
1476
|
$slots: S;
|
|
@@ -1458,6 +1524,24 @@ declare interface AccordionItem {
|
|
|
1458
1524
|
disabled?: boolean;
|
|
1459
1525
|
}
|
|
1460
1526
|
|
|
1527
|
+
/**
|
|
1528
|
+
* Action Button 정의 타입
|
|
1529
|
+
*/
|
|
1530
|
+
export declare type ActionButton = {
|
|
1531
|
+
/** 버튼 아이콘 이름 (lucide) - label이 없을 때 기본 텍스트 생성에 사용 */
|
|
1532
|
+
icon?: string;
|
|
1533
|
+
/** 버튼 라벨 */
|
|
1534
|
+
label?: string;
|
|
1535
|
+
/** 툴팁 텍스트 */
|
|
1536
|
+
tooltip?: string;
|
|
1537
|
+
/** 버튼 클릭 핸들러 (rowData 전달) */
|
|
1538
|
+
onClick: (rowData: any) => void;
|
|
1539
|
+
/** 버튼 스타일 타입 */
|
|
1540
|
+
styletype?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger';
|
|
1541
|
+
/** 조건부 표시 함수 (rowData를 받아 boolean 반환) */
|
|
1542
|
+
show?: (rowData: any) => boolean;
|
|
1543
|
+
};
|
|
1544
|
+
|
|
1461
1545
|
/**
|
|
1462
1546
|
* 주소 검색 결과 (간소화)
|
|
1463
1547
|
*/
|
|
@@ -1644,7 +1728,7 @@ declare interface DynamicTab {
|
|
|
1644
1728
|
}
|
|
1645
1729
|
|
|
1646
1730
|
/** 필터 설정 타입 */
|
|
1647
|
-
declare interface
|
|
1731
|
+
declare interface FilterDisplayItem {
|
|
1648
1732
|
/** 표시할 라벨 */
|
|
1649
1733
|
label: string;
|
|
1650
1734
|
/** 값을 표시용 문자열로 변환 (예: combo value -> label) */
|
|
@@ -1734,9 +1818,9 @@ export declare type HeaderNavItem = {
|
|
|
1734
1818
|
|
|
1735
1819
|
declare type IconName = BaseIconName | CustomIconName;
|
|
1736
1820
|
|
|
1737
|
-
export declare const JAccordion:
|
|
1821
|
+
export declare const JAccordion: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1738
1822
|
|
|
1739
|
-
export declare const JAlert:
|
|
1823
|
+
export declare const JAlert: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1740
1824
|
|
|
1741
1825
|
export declare const JAvatar: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1742
1826
|
size: Size;
|
|
@@ -1748,9 +1832,9 @@ fallback: string;
|
|
|
1748
1832
|
|
|
1749
1833
|
export declare const JBadge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1750
1834
|
|
|
1751
|
-
export declare const JBreadcrumb: DefineComponent<
|
|
1835
|
+
export declare const JBreadcrumb: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1752
1836
|
itemClick: (item: BreadcrumbItem, index: number) => any;
|
|
1753
|
-
}, string, PublicProps, Readonly<
|
|
1837
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
1754
1838
|
onItemClick?: ((item: BreadcrumbItem, index: number) => any) | undefined;
|
|
1755
1839
|
}>, {
|
|
1756
1840
|
styletype: StyleType_23;
|
|
@@ -1759,9 +1843,9 @@ separator: string;
|
|
|
1759
1843
|
|
|
1760
1844
|
export declare const JButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1761
1845
|
|
|
1762
|
-
export declare const JButtonGroup:
|
|
1846
|
+
export declare const JButtonGroup: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1763
1847
|
|
|
1764
|
-
export declare const JCard:
|
|
1848
|
+
export declare const JCard: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1765
1849
|
|
|
1766
1850
|
export declare const JCheckbox: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1767
1851
|
"update:modelValue": (value: string) => any;
|
|
@@ -1795,7 +1879,7 @@ styletype: StyleType_5;
|
|
|
1795
1879
|
options: Option_2[];
|
|
1796
1880
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1797
1881
|
|
|
1798
|
-
export declare const JContextMenu:
|
|
1882
|
+
export declare const JContextMenu: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1799
1883
|
|
|
1800
1884
|
/**
|
|
1801
1885
|
* JContextMenu Props 인터페이스
|
|
@@ -1829,7 +1913,7 @@ orientation: "horizontal" | "vertical";
|
|
|
1829
1913
|
styletype: StyleType_9;
|
|
1830
1914
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1831
1915
|
|
|
1832
|
-
export declare const JDynamicForm: DefineComponent<
|
|
1916
|
+
export declare const JDynamicForm: DefineComponent<__VLS_Props_33, {
|
|
1833
1917
|
formState: Record<string, any>;
|
|
1834
1918
|
submit: typeof handleSubmit;
|
|
1835
1919
|
reset: typeof reset;
|
|
@@ -1839,14 +1923,14 @@ handleError: typeof handleError;
|
|
|
1839
1923
|
error: (...args: any[]) => void;
|
|
1840
1924
|
submit: (...args: any[]) => void;
|
|
1841
1925
|
change: (...args: any[]) => void;
|
|
1842
|
-
}, string, PublicProps, Readonly<
|
|
1926
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
1843
1927
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1844
1928
|
onError?: ((...args: any[]) => any) | undefined;
|
|
1845
1929
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
1846
1930
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1847
1931
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
1848
1932
|
|
|
1849
|
-
export declare const JDynamicTabs:
|
|
1933
|
+
export declare const JDynamicTabs: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1850
1934
|
|
|
1851
1935
|
/**
|
|
1852
1936
|
* JDynamicTabs Props 인터페이스 (organisms)
|
|
@@ -1886,17 +1970,19 @@ readonly: boolean;
|
|
|
1886
1970
|
theme: "light" | "dark";
|
|
1887
1971
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1888
1972
|
|
|
1889
|
-
export declare const JFilterBar:
|
|
1973
|
+
export declare const JFilterBar: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1890
1974
|
|
|
1891
1975
|
declare interface JFilterBarProps {
|
|
1976
|
+
/** 필터바 타이틀 */
|
|
1977
|
+
title?: string;
|
|
1892
1978
|
/** 필터 접힘 상태 (v-model 지원) */
|
|
1893
1979
|
collapsed?: boolean;
|
|
1894
1980
|
/** 접기/펼치기 가능 여부. false면 토글 버튼 숨김 & 필터 항상 표시 */
|
|
1895
1981
|
collapsible?: boolean;
|
|
1896
1982
|
/** 필터 값 객체 (v-model:filterValues 지원) */
|
|
1897
1983
|
filterValues?: Record<string, unknown>;
|
|
1898
|
-
/** 필터 설정 (label, displayValue 등) */
|
|
1899
|
-
|
|
1984
|
+
/** 필터 표시 설정 (label, displayValue 등) */
|
|
1985
|
+
filterDisplay?: Record<string, FilterDisplayItem>;
|
|
1900
1986
|
/** 초기화 버튼 표시 여부 */
|
|
1901
1987
|
showResetButton?: boolean;
|
|
1902
1988
|
/** 조회 버튼 표시 여부 */
|
|
@@ -1907,14 +1993,14 @@ declare interface JFilterBarProps {
|
|
|
1907
1993
|
searchButtonText?: string;
|
|
1908
1994
|
}
|
|
1909
1995
|
|
|
1910
|
-
export declare const JFormField: DefineComponent<
|
|
1996
|
+
export declare const JFormField: DefineComponent<__VLS_Props_26, {
|
|
1911
1997
|
clearError: () => void;
|
|
1912
1998
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1913
1999
|
"update:modelValue": (value: any) => any;
|
|
1914
2000
|
change: (value: any) => any;
|
|
1915
2001
|
focus: (event: FocusEvent) => any;
|
|
1916
2002
|
blur: (event: FocusEvent) => any;
|
|
1917
|
-
}, string, PublicProps, Readonly<
|
|
2003
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
1918
2004
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1919
2005
|
onChange?: ((value: any) => any) | undefined;
|
|
1920
2006
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
@@ -1927,7 +2013,7 @@ labelWidth: string;
|
|
|
1927
2013
|
radioDirection: "horizontal" | "vertical";
|
|
1928
2014
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1929
2015
|
|
|
1930
|
-
export declare const JFormModal:
|
|
2016
|
+
export declare const JFormModal: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1931
2017
|
|
|
1932
2018
|
declare interface JFormModalProps {
|
|
1933
2019
|
open: boolean;
|
|
@@ -1967,6 +2053,9 @@ onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
|
|
|
1967
2053
|
theme: string;
|
|
1968
2054
|
pagination: boolean;
|
|
1969
2055
|
checkbox: boolean;
|
|
2056
|
+
rowNumbers: boolean;
|
|
2057
|
+
actionButtons: ActionButton[];
|
|
2058
|
+
autoDetectDarkMode: boolean;
|
|
1970
2059
|
summaryColumn: boolean;
|
|
1971
2060
|
hiddenColumn: boolean;
|
|
1972
2061
|
enableGrouping: boolean;
|
|
@@ -1976,14 +2065,17 @@ enableTreeData: boolean;
|
|
|
1976
2065
|
getDataPath: (data: any) => (string | number)[];
|
|
1977
2066
|
autoGroupColumnDef: ColDef;
|
|
1978
2067
|
selectedRows: any[];
|
|
2068
|
+
columnHover: boolean;
|
|
2069
|
+
enableColumnsToolPanel: boolean;
|
|
2070
|
+
statusBar: boolean;
|
|
1979
2071
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1980
2072
|
|
|
1981
|
-
export declare const JGroupCombo: DefineComponent<
|
|
2073
|
+
export declare const JGroupCombo: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1982
2074
|
"update:modelValue": (value: string | number) => any;
|
|
1983
2075
|
change: (value: string | number) => any;
|
|
1984
2076
|
focus: (event: FocusEvent) => any;
|
|
1985
2077
|
blur: (event: FocusEvent) => any;
|
|
1986
|
-
}, string, PublicProps, Readonly<
|
|
2078
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
1987
2079
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1988
2080
|
onChange?: ((value: string | number) => any) | undefined;
|
|
1989
2081
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
@@ -1996,7 +2088,7 @@ styletype: StyleType_21;
|
|
|
1996
2088
|
groupedOptions: GroupedOption[];
|
|
1997
2089
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1998
2090
|
|
|
1999
|
-
export declare const JHeader:
|
|
2091
|
+
export declare const JHeader: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
2000
2092
|
|
|
2001
2093
|
export declare const JIcon: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
2002
2094
|
size: SizeType_3;
|
|
@@ -2026,15 +2118,15 @@ export declare const JKbd: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, _
|
|
|
2026
2118
|
|
|
2027
2119
|
export declare const JLabel: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
2028
2120
|
|
|
2029
|
-
export declare const JLayout:
|
|
2121
|
+
export declare const JLayout: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
2030
2122
|
|
|
2031
2123
|
export { JLayoutAdvanced }
|
|
2032
2124
|
|
|
2033
|
-
export declare const JLayoutSimple:
|
|
2125
|
+
export declare const JLayoutSimple: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
2034
2126
|
|
|
2035
2127
|
export declare const JLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
2036
2128
|
|
|
2037
|
-
export declare const JModal:
|
|
2129
|
+
export declare const JModal: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
2038
2130
|
|
|
2039
2131
|
declare interface JModalProps {
|
|
2040
2132
|
open: boolean;
|
|
@@ -2057,7 +2149,7 @@ declare interface JModalProps {
|
|
|
2057
2149
|
disabled?: boolean;
|
|
2058
2150
|
}
|
|
2059
2151
|
|
|
2060
|
-
export declare const JPageContainer:
|
|
2152
|
+
export declare const JPageContainer: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
2061
2153
|
|
|
2062
2154
|
export declare const JPopover: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
2063
2155
|
|
|
@@ -2232,10 +2324,10 @@ declare interface JSearchPanelProps {
|
|
|
2232
2324
|
collapsible?: boolean;
|
|
2233
2325
|
}
|
|
2234
2326
|
|
|
2235
|
-
export declare const JSidebarAdvanced: DefineComponent<
|
|
2327
|
+
export declare const JSidebarAdvanced: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2236
2328
|
menuClick: (event: MenuClickEvent) => any;
|
|
2237
2329
|
favoriteChange: (menuKey: string | number | undefined, isFavorite: boolean) => any;
|
|
2238
|
-
}, string, PublicProps, Readonly<
|
|
2330
|
+
}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
|
|
2239
2331
|
onMenuClick?: ((event: MenuClickEvent) => any) | undefined;
|
|
2240
2332
|
onFavoriteChange?: ((menuKey: string | number | undefined, isFavorite: boolean) => any) | undefined;
|
|
2241
2333
|
}>, {
|
|
@@ -2246,9 +2338,9 @@ permissions: MenuPermission[];
|
|
|
2246
2338
|
favorites: (number | string)[];
|
|
2247
2339
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2248
2340
|
|
|
2249
|
-
export declare const JSidebarSimple: DefineComponent<
|
|
2341
|
+
export declare const JSidebarSimple: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2250
2342
|
menuClick: (event: MenuClickEvent) => any;
|
|
2251
|
-
}, string, PublicProps, Readonly<
|
|
2343
|
+
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
2252
2344
|
onMenuClick?: ((event: MenuClickEvent) => any) | undefined;
|
|
2253
2345
|
}>, {
|
|
2254
2346
|
width: string;
|
|
@@ -2266,6 +2358,8 @@ thickness: number;
|
|
|
2266
2358
|
labelPosition: LabelPosition;
|
|
2267
2359
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2268
2360
|
|
|
2361
|
+
export declare const JSplitter: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
2362
|
+
|
|
2269
2363
|
export declare const JSwitch: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2270
2364
|
"update:modelValue": (value: string) => any;
|
|
2271
2365
|
change: (value: string) => any;
|
|
@@ -2278,7 +2372,7 @@ modelValue: string;
|
|
|
2278
2372
|
styletype: StyleType_8;
|
|
2279
2373
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2280
2374
|
|
|
2281
|
-
export declare const JTabs:
|
|
2375
|
+
export declare const JTabs: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
2282
2376
|
|
|
2283
2377
|
/**
|
|
2284
2378
|
* JTabs Props 인터페이스 (molecules)
|
|
@@ -2316,7 +2410,7 @@ styletype: StyleType_3;
|
|
|
2316
2410
|
rows: number;
|
|
2317
2411
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTextAreaElement>;
|
|
2318
2412
|
|
|
2319
|
-
export declare const JTitlebar:
|
|
2413
|
+
export declare const JTitlebar: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
2320
2414
|
|
|
2321
2415
|
export { JToast }
|
|
2322
2416
|
|
|
@@ -2329,12 +2423,12 @@ closeButton: boolean;
|
|
|
2329
2423
|
|
|
2330
2424
|
export declare const JTooltip: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
2331
2425
|
|
|
2332
|
-
export declare const JTree: DefineComponent<
|
|
2426
|
+
export declare const JTree: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2333
2427
|
expandChange: (menuKey: string | number | undefined, expanded: boolean) => any;
|
|
2334
2428
|
nodeClick: (event: MenuClickEvent) => any;
|
|
2335
2429
|
"update:expandedKeys": (keys: (string | number)[]) => any;
|
|
2336
2430
|
"update:activeKey": (key: string | number | null) => any;
|
|
2337
|
-
}, string, PublicProps, Readonly<
|
|
2431
|
+
}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
|
|
2338
2432
|
onExpandChange?: ((menuKey: string | number | undefined, expanded: boolean) => any) | undefined;
|
|
2339
2433
|
onNodeClick?: ((event: MenuClickEvent) => any) | undefined;
|
|
2340
2434
|
"onUpdate:expandedKeys"?: ((keys: (string | number)[]) => any) | undefined;
|
|
@@ -2423,6 +2517,8 @@ declare interface Option_4 {
|
|
|
2423
2517
|
label: string;
|
|
2424
2518
|
}
|
|
2425
2519
|
|
|
2520
|
+
declare type Orientation = 'horizontal' | 'vertical';
|
|
2521
|
+
|
|
2426
2522
|
declare type PositionType = 'top' | 'bottom' | 'left' | 'right';
|
|
2427
2523
|
|
|
2428
2524
|
/**
|