@j-solution/components 1.4.3 → 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 -4
- package/assets/jwms-portal-frontend-DntSIcYt.css +1 -0
- package/assets/styles/j-components.css +1 -1
- package/components/atoms/JEditor.vue.cjs +1 -1
- package/components/atoms/JEditor.vue.js +2 -2
- package/components/atoms/JEditor.vue2.cjs +1 -1
- package/components/atoms/JEditor.vue2.cjs.map +1 -1
- package/components/atoms/JEditor.vue2.js +11 -11
- package/components/atoms/JEditor.vue2.js.map +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 +146 -70
- 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 +246 -136
- package/assets/jwms-portal-frontend-ZDGjD3Lz.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
|
/** 숨김 컬럼 관리 활성화 여부 */
|
|
@@ -599,9 +616,42 @@ declare type __VLS_Props_24 = {
|
|
|
599
616
|
enablePivot?: boolean;
|
|
600
617
|
/** Excel 내보내기 기능 활성화 여부 (Enterprise) */
|
|
601
618
|
enableExcelExport?: boolean;
|
|
619
|
+
/** Tree Data 기능 활성화 여부 (Enterprise) */
|
|
620
|
+
enableTreeData?: boolean;
|
|
621
|
+
/** Tree Data 계층 경로를 반환하는 함수 */
|
|
622
|
+
getDataPath?: (data: any) => (string | number)[];
|
|
623
|
+
/** Tree Data 그룹 컬럼 정의 */
|
|
624
|
+
autoGroupColumnDef?: ColDef;
|
|
625
|
+
/** 선택된 행 데이터 배열 (v-model:selected-rows) */
|
|
626
|
+
selectedRows?: any[];
|
|
627
|
+
/** 컬럼 호버 하이라이트 활성화 여부 */
|
|
628
|
+
columnHover?: boolean;
|
|
629
|
+
/** Columns Tool Panel 활성화 여부 (Enterprise) */
|
|
630
|
+
enableColumnsToolPanel?: boolean;
|
|
631
|
+
/** Status Bar 활성화 여부 (Enterprise) */
|
|
632
|
+
statusBar?: boolean;
|
|
602
633
|
};
|
|
603
634
|
|
|
604
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 = {
|
|
605
655
|
/** 필드 레이블 */
|
|
606
656
|
label?: string;
|
|
607
657
|
/** 필드 설명 (레이블 아래 표시) */
|
|
@@ -648,7 +698,7 @@ declare type __VLS_Props_25 = {
|
|
|
648
698
|
radioDirection?: 'horizontal' | 'vertical';
|
|
649
699
|
};
|
|
650
700
|
|
|
651
|
-
declare type
|
|
701
|
+
declare type __VLS_Props_27 = {
|
|
652
702
|
modelValue?: string | number;
|
|
653
703
|
groupedOptions?: GroupedOption[];
|
|
654
704
|
placeholder?: string;
|
|
@@ -661,7 +711,7 @@ declare type __VLS_Props_26 = {
|
|
|
661
711
|
styletype?: StyleType_21;
|
|
662
712
|
};
|
|
663
713
|
|
|
664
|
-
declare type
|
|
714
|
+
declare type __VLS_Props_28 = {
|
|
665
715
|
/** Card 자체의 클래스 */
|
|
666
716
|
class?: HTMLAttributes["class"];
|
|
667
717
|
/** 카드 제목 */
|
|
@@ -672,7 +722,7 @@ declare type __VLS_Props_27 = {
|
|
|
672
722
|
footer?: string;
|
|
673
723
|
};
|
|
674
724
|
|
|
675
|
-
declare type
|
|
725
|
+
declare type __VLS_Props_29 = {
|
|
676
726
|
/** Alert 자체의 클래스 */
|
|
677
727
|
class?: HTMLAttributes["class"];
|
|
678
728
|
/** Alert variant 스타일 */
|
|
@@ -689,19 +739,6 @@ declare type __VLS_Props_28 = {
|
|
|
689
739
|
showFooter?: boolean;
|
|
690
740
|
};
|
|
691
741
|
|
|
692
|
-
declare type __VLS_Props_29 = {
|
|
693
|
-
/** Titlebar 스타일 타입 */
|
|
694
|
-
styletype?: StyleType_22;
|
|
695
|
-
/** 프로그램 아이콘 */
|
|
696
|
-
icon?: string;
|
|
697
|
-
/** 프로그램명 */
|
|
698
|
-
title?: string;
|
|
699
|
-
/** 프로그램 설명 (Popover에 표시) */
|
|
700
|
-
description?: string;
|
|
701
|
-
/** 메인 버튼 목록 */
|
|
702
|
-
buttons?: TitlebarButton[];
|
|
703
|
-
};
|
|
704
|
-
|
|
705
742
|
declare type __VLS_Props_3 = {
|
|
706
743
|
modelValue?: string;
|
|
707
744
|
placeholder?: string;
|
|
@@ -717,11 +754,26 @@ declare type __VLS_Props_3 = {
|
|
|
717
754
|
};
|
|
718
755
|
|
|
719
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 = {
|
|
720
772
|
orientation?: ButtonGroupVariants['orientation'];
|
|
721
773
|
showButtonSeparators?: boolean;
|
|
722
774
|
};
|
|
723
775
|
|
|
724
|
-
declare type
|
|
776
|
+
declare type __VLS_Props_32 = {
|
|
725
777
|
/** 브레드크럼 아이템 목록 */
|
|
726
778
|
items: BreadcrumbItem[];
|
|
727
779
|
/** 구분자 (기본값: /) */
|
|
@@ -732,12 +784,12 @@ declare type __VLS_Props_31 = {
|
|
|
732
784
|
class?: string;
|
|
733
785
|
};
|
|
734
786
|
|
|
735
|
-
declare type
|
|
787
|
+
declare type __VLS_Props_33 = {
|
|
736
788
|
schema: FormSchema;
|
|
737
789
|
modelValue?: Record<string, any>;
|
|
738
790
|
};
|
|
739
791
|
|
|
740
|
-
declare type
|
|
792
|
+
declare type __VLS_Props_34 = {
|
|
741
793
|
/** 로고 이미지 URL */
|
|
742
794
|
logo?: string;
|
|
743
795
|
/** 로고 텍스트 (기본값, 이미지가 없을 때) */
|
|
@@ -772,7 +824,7 @@ declare type __VLS_Props_33 = {
|
|
|
772
824
|
availableThemes?: string[];
|
|
773
825
|
};
|
|
774
826
|
|
|
775
|
-
declare type
|
|
827
|
+
declare type __VLS_Props_35 = {
|
|
776
828
|
/** 메뉴 아이템 목록 */
|
|
777
829
|
menuItems: SidebarMenuItem[];
|
|
778
830
|
/** 권한 목록 */
|
|
@@ -789,7 +841,7 @@ declare type __VLS_Props_34 = {
|
|
|
789
841
|
isVisible?: boolean;
|
|
790
842
|
};
|
|
791
843
|
|
|
792
|
-
declare type
|
|
844
|
+
declare type __VLS_Props_36 = {
|
|
793
845
|
/** 메뉴 아이템 목록 */
|
|
794
846
|
menuItems: SidebarMenuItem[];
|
|
795
847
|
/** 권한 목록 */
|
|
@@ -806,7 +858,7 @@ declare type __VLS_Props_35 = {
|
|
|
806
858
|
isVisible?: boolean;
|
|
807
859
|
};
|
|
808
860
|
|
|
809
|
-
declare type
|
|
861
|
+
declare type __VLS_Props_37 = {
|
|
810
862
|
/** 브레드크럼 아이템 목록 */
|
|
811
863
|
breadcrumbItems?: BreadcrumbItem[];
|
|
812
864
|
/** 브레드크럼 표시 여부 */
|
|
@@ -827,7 +879,7 @@ declare type __VLS_Props_36 = {
|
|
|
827
879
|
class?: string;
|
|
828
880
|
};
|
|
829
881
|
|
|
830
|
-
declare type
|
|
882
|
+
declare type __VLS_Props_38 = {
|
|
831
883
|
/** 트리 노드 데이터 */
|
|
832
884
|
items: SidebarMenuItem[];
|
|
833
885
|
/** 펼쳐진 노드 키 목록 (v-model 지원, 배열) */
|
|
@@ -846,7 +898,7 @@ declare type __VLS_Props_37 = {
|
|
|
846
898
|
class?: string;
|
|
847
899
|
};
|
|
848
900
|
|
|
849
|
-
declare type
|
|
901
|
+
declare type __VLS_Props_39 = {
|
|
850
902
|
/** 레이아웃 스타일 타입 */
|
|
851
903
|
styletype?: StyleType_29;
|
|
852
904
|
/** 콘텐츠 영역 스크롤 가능 여부 */
|
|
@@ -855,6 +907,17 @@ declare type __VLS_Props_38 = {
|
|
|
855
907
|
class?: string;
|
|
856
908
|
};
|
|
857
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
|
+
|
|
858
921
|
/**
|
|
859
922
|
* JLayoutSimple - Simple Sidebar + 일반 PageContainer 조합 템플릿 (templates)
|
|
860
923
|
* Simple Layout Template
|
|
@@ -885,7 +948,7 @@ declare type __VLS_Props_38 = {
|
|
|
885
948
|
* </JLayoutSimple>
|
|
886
949
|
* ```
|
|
887
950
|
*/
|
|
888
|
-
declare type
|
|
951
|
+
declare type __VLS_Props_40 = {
|
|
889
952
|
/** 레이아웃 스타일 타입 */
|
|
890
953
|
styletype?: 'default' | 'minimal';
|
|
891
954
|
/** 콘텐츠 영역 스크롤 가능 여부 */
|
|
@@ -898,17 +961,6 @@ declare type __VLS_Props_39 = {
|
|
|
898
961
|
permissions?: MenuPermission[];
|
|
899
962
|
};
|
|
900
963
|
|
|
901
|
-
declare type __VLS_Props_4 = {
|
|
902
|
-
modelValue?: string;
|
|
903
|
-
disabled?: boolean;
|
|
904
|
-
required?: boolean;
|
|
905
|
-
name?: string;
|
|
906
|
-
id?: string;
|
|
907
|
-
class?: string;
|
|
908
|
-
/** 스타일 프리셋 */
|
|
909
|
-
styletype?: StyleType_4;
|
|
910
|
-
};
|
|
911
|
-
|
|
912
964
|
declare type __VLS_Props_5 = {
|
|
913
965
|
modelValue?: string | number;
|
|
914
966
|
options?: Option_2[];
|
|
@@ -990,6 +1042,15 @@ declare function __VLS_template(): {
|
|
|
990
1042
|
};
|
|
991
1043
|
|
|
992
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(): {
|
|
993
1054
|
attrs: Partial<{}>;
|
|
994
1055
|
slots: {
|
|
995
1056
|
default?(_: {}): any;
|
|
@@ -1004,7 +1065,7 @@ declare function __VLS_template_10(): {
|
|
|
1004
1065
|
rootEl: any;
|
|
1005
1066
|
};
|
|
1006
1067
|
|
|
1007
|
-
declare function
|
|
1068
|
+
declare function __VLS_template_12(): {
|
|
1008
1069
|
attrs: Partial<{}>;
|
|
1009
1070
|
slots: {
|
|
1010
1071
|
default?(_: {}): any;
|
|
@@ -1013,7 +1074,7 @@ declare function __VLS_template_11(): {
|
|
|
1013
1074
|
rootEl: HTMLDivElement;
|
|
1014
1075
|
};
|
|
1015
1076
|
|
|
1016
|
-
declare function
|
|
1077
|
+
declare function __VLS_template_13(): {
|
|
1017
1078
|
attrs: Partial<{}>;
|
|
1018
1079
|
slots: {
|
|
1019
1080
|
header?(_: {}): any;
|
|
@@ -1024,7 +1085,7 @@ declare function __VLS_template_12(): {
|
|
|
1024
1085
|
rootEl: HTMLDivElement;
|
|
1025
1086
|
};
|
|
1026
1087
|
|
|
1027
|
-
declare function
|
|
1088
|
+
declare function __VLS_template_14(): {
|
|
1028
1089
|
attrs: Partial<{}>;
|
|
1029
1090
|
slots: {
|
|
1030
1091
|
trigger?(_: {
|
|
@@ -1038,7 +1099,7 @@ declare function __VLS_template_13(): {
|
|
|
1038
1099
|
rootEl: any;
|
|
1039
1100
|
};
|
|
1040
1101
|
|
|
1041
|
-
declare function
|
|
1102
|
+
declare function __VLS_template_15(): {
|
|
1042
1103
|
attrs: Partial<{}>;
|
|
1043
1104
|
slots: {
|
|
1044
1105
|
buttons?(_: {}): any;
|
|
@@ -1047,7 +1108,7 @@ declare function __VLS_template_14(): {
|
|
|
1047
1108
|
rootEl: HTMLDivElement;
|
|
1048
1109
|
};
|
|
1049
1110
|
|
|
1050
|
-
declare function
|
|
1111
|
+
declare function __VLS_template_16(): {
|
|
1051
1112
|
attrs: Partial<{}>;
|
|
1052
1113
|
slots: {
|
|
1053
1114
|
default?(_: {}): any;
|
|
@@ -1056,7 +1117,7 @@ declare function __VLS_template_15(): {
|
|
|
1056
1117
|
rootEl: any;
|
|
1057
1118
|
};
|
|
1058
1119
|
|
|
1059
|
-
declare function
|
|
1120
|
+
declare function __VLS_template_17(): {
|
|
1060
1121
|
attrs: Partial<{}>;
|
|
1061
1122
|
slots: Partial<Record<`content-${string}`, (_: {
|
|
1062
1123
|
tab: DynamicTab;
|
|
@@ -1065,7 +1126,7 @@ declare function __VLS_template_16(): {
|
|
|
1065
1126
|
rootEl: HTMLDivElement;
|
|
1066
1127
|
};
|
|
1067
1128
|
|
|
1068
|
-
declare function
|
|
1129
|
+
declare function __VLS_template_18(): {
|
|
1069
1130
|
attrs: Partial<{}>;
|
|
1070
1131
|
slots: {
|
|
1071
1132
|
body?(_: {}): any;
|
|
@@ -1074,7 +1135,7 @@ declare function __VLS_template_17(): {
|
|
|
1074
1135
|
rootEl: any;
|
|
1075
1136
|
};
|
|
1076
1137
|
|
|
1077
|
-
declare function
|
|
1138
|
+
declare function __VLS_template_19(): {
|
|
1078
1139
|
attrs: Partial<{}>;
|
|
1079
1140
|
slots: {
|
|
1080
1141
|
body?(_: {}): any;
|
|
@@ -1124,26 +1185,26 @@ declare function __VLS_template_18(): {
|
|
|
1124
1185
|
rootEl: any;
|
|
1125
1186
|
};
|
|
1126
1187
|
|
|
1127
|
-
declare function
|
|
1188
|
+
declare function __VLS_template_2(): {
|
|
1128
1189
|
attrs: Partial<{}>;
|
|
1129
1190
|
slots: {
|
|
1130
|
-
|
|
1131
|
-
filters?(_: {}): any;
|
|
1191
|
+
default?(_: {}): any;
|
|
1132
1192
|
};
|
|
1133
1193
|
refs: {};
|
|
1134
|
-
rootEl:
|
|
1194
|
+
rootEl: HTMLInputElement;
|
|
1135
1195
|
};
|
|
1136
1196
|
|
|
1137
|
-
declare function
|
|
1197
|
+
declare function __VLS_template_20(): {
|
|
1138
1198
|
attrs: Partial<{}>;
|
|
1139
1199
|
slots: {
|
|
1140
|
-
|
|
1200
|
+
actions?(_: {}): any;
|
|
1201
|
+
filters?(_: {}): any;
|
|
1141
1202
|
};
|
|
1142
1203
|
refs: {};
|
|
1143
|
-
rootEl:
|
|
1204
|
+
rootEl: HTMLDivElement;
|
|
1144
1205
|
};
|
|
1145
1206
|
|
|
1146
|
-
declare function
|
|
1207
|
+
declare function __VLS_template_21(): {
|
|
1147
1208
|
attrs: Partial<{}>;
|
|
1148
1209
|
slots: {
|
|
1149
1210
|
actions?(_: {}): any;
|
|
@@ -1152,7 +1213,7 @@ declare function __VLS_template_20(): {
|
|
|
1152
1213
|
rootEl: HTMLElement;
|
|
1153
1214
|
};
|
|
1154
1215
|
|
|
1155
|
-
declare function
|
|
1216
|
+
declare function __VLS_template_22(): {
|
|
1156
1217
|
attrs: Partial<{}>;
|
|
1157
1218
|
slots: {
|
|
1158
1219
|
'titlebar-buttons'?(_: {}): any;
|
|
@@ -1162,7 +1223,7 @@ declare function __VLS_template_21(): {
|
|
|
1162
1223
|
rootEl: HTMLDivElement;
|
|
1163
1224
|
};
|
|
1164
1225
|
|
|
1165
|
-
declare function
|
|
1226
|
+
declare function __VLS_template_23(): {
|
|
1166
1227
|
attrs: Partial<{}>;
|
|
1167
1228
|
slots: {
|
|
1168
1229
|
header?(_: {}): any;
|
|
@@ -1174,7 +1235,7 @@ declare function __VLS_template_22(): {
|
|
|
1174
1235
|
rootEl: HTMLDivElement;
|
|
1175
1236
|
};
|
|
1176
1237
|
|
|
1177
|
-
declare function
|
|
1238
|
+
declare function __VLS_template_24(): {
|
|
1178
1239
|
attrs: Partial<{}>;
|
|
1179
1240
|
slots: {
|
|
1180
1241
|
header?(_: {
|
|
@@ -1248,9 +1309,14 @@ declare function __VLS_template_8(): {
|
|
|
1248
1309
|
|
|
1249
1310
|
declare function __VLS_template_9(): {
|
|
1250
1311
|
attrs: Partial<{}>;
|
|
1251
|
-
slots:
|
|
1252
|
-
|
|
1253
|
-
|
|
1312
|
+
slots: {
|
|
1313
|
+
first?(_: {}): any;
|
|
1314
|
+
left?(_: {}): any;
|
|
1315
|
+
top?(_: {}): any;
|
|
1316
|
+
second?(_: {}): any;
|
|
1317
|
+
right?(_: {}): any;
|
|
1318
|
+
bottom?(_: {}): any;
|
|
1319
|
+
};
|
|
1254
1320
|
refs: {};
|
|
1255
1321
|
rootEl: any;
|
|
1256
1322
|
};
|
|
@@ -1287,6 +1353,8 @@ declare type __VLS_TemplateResult_22 = ReturnType<typeof __VLS_template_22>;
|
|
|
1287
1353
|
|
|
1288
1354
|
declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
1289
1355
|
|
|
1356
|
+
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
1357
|
+
|
|
1290
1358
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1291
1359
|
|
|
1292
1360
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1397,6 +1465,12 @@ declare type __VLS_WithTemplateSlots_23<T, S> = T & {
|
|
|
1397
1465
|
};
|
|
1398
1466
|
};
|
|
1399
1467
|
|
|
1468
|
+
declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
1469
|
+
new (): {
|
|
1470
|
+
$slots: S;
|
|
1471
|
+
};
|
|
1472
|
+
};
|
|
1473
|
+
|
|
1400
1474
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1401
1475
|
new (): {
|
|
1402
1476
|
$slots: S;
|
|
@@ -1450,6 +1524,24 @@ declare interface AccordionItem {
|
|
|
1450
1524
|
disabled?: boolean;
|
|
1451
1525
|
}
|
|
1452
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
|
+
|
|
1453
1545
|
/**
|
|
1454
1546
|
* 주소 검색 결과 (간소화)
|
|
1455
1547
|
*/
|
|
@@ -1636,7 +1728,7 @@ declare interface DynamicTab {
|
|
|
1636
1728
|
}
|
|
1637
1729
|
|
|
1638
1730
|
/** 필터 설정 타입 */
|
|
1639
|
-
declare interface
|
|
1731
|
+
declare interface FilterDisplayItem {
|
|
1640
1732
|
/** 표시할 라벨 */
|
|
1641
1733
|
label: string;
|
|
1642
1734
|
/** 값을 표시용 문자열로 변환 (예: combo value -> label) */
|
|
@@ -1726,9 +1818,9 @@ export declare type HeaderNavItem = {
|
|
|
1726
1818
|
|
|
1727
1819
|
declare type IconName = BaseIconName | CustomIconName;
|
|
1728
1820
|
|
|
1729
|
-
export declare const JAccordion:
|
|
1821
|
+
export declare const JAccordion: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1730
1822
|
|
|
1731
|
-
export declare const JAlert:
|
|
1823
|
+
export declare const JAlert: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1732
1824
|
|
|
1733
1825
|
export declare const JAvatar: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1734
1826
|
size: Size;
|
|
@@ -1740,9 +1832,9 @@ fallback: string;
|
|
|
1740
1832
|
|
|
1741
1833
|
export declare const JBadge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1742
1834
|
|
|
1743
|
-
export declare const JBreadcrumb: DefineComponent<
|
|
1835
|
+
export declare const JBreadcrumb: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1744
1836
|
itemClick: (item: BreadcrumbItem, index: number) => any;
|
|
1745
|
-
}, string, PublicProps, Readonly<
|
|
1837
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
1746
1838
|
onItemClick?: ((item: BreadcrumbItem, index: number) => any) | undefined;
|
|
1747
1839
|
}>, {
|
|
1748
1840
|
styletype: StyleType_23;
|
|
@@ -1751,9 +1843,9 @@ separator: string;
|
|
|
1751
1843
|
|
|
1752
1844
|
export declare const JButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1753
1845
|
|
|
1754
|
-
export declare const JButtonGroup:
|
|
1846
|
+
export declare const JButtonGroup: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1755
1847
|
|
|
1756
|
-
export declare const JCard:
|
|
1848
|
+
export declare const JCard: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1757
1849
|
|
|
1758
1850
|
export declare const JCheckbox: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1759
1851
|
"update:modelValue": (value: string) => any;
|
|
@@ -1787,7 +1879,7 @@ styletype: StyleType_5;
|
|
|
1787
1879
|
options: Option_2[];
|
|
1788
1880
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1789
1881
|
|
|
1790
|
-
export declare const JContextMenu:
|
|
1882
|
+
export declare const JContextMenu: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1791
1883
|
|
|
1792
1884
|
/**
|
|
1793
1885
|
* JContextMenu Props 인터페이스
|
|
@@ -1821,7 +1913,7 @@ orientation: "horizontal" | "vertical";
|
|
|
1821
1913
|
styletype: StyleType_9;
|
|
1822
1914
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1823
1915
|
|
|
1824
|
-
export declare const JDynamicForm: DefineComponent<
|
|
1916
|
+
export declare const JDynamicForm: DefineComponent<__VLS_Props_33, {
|
|
1825
1917
|
formState: Record<string, any>;
|
|
1826
1918
|
submit: typeof handleSubmit;
|
|
1827
1919
|
reset: typeof reset;
|
|
@@ -1831,14 +1923,14 @@ handleError: typeof handleError;
|
|
|
1831
1923
|
error: (...args: any[]) => void;
|
|
1832
1924
|
submit: (...args: any[]) => void;
|
|
1833
1925
|
change: (...args: any[]) => void;
|
|
1834
|
-
}, string, PublicProps, Readonly<
|
|
1926
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
1835
1927
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1836
1928
|
onError?: ((...args: any[]) => any) | undefined;
|
|
1837
1929
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
1838
1930
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1839
1931
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFormElement>;
|
|
1840
1932
|
|
|
1841
|
-
export declare const JDynamicTabs:
|
|
1933
|
+
export declare const JDynamicTabs: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1842
1934
|
|
|
1843
1935
|
/**
|
|
1844
1936
|
* JDynamicTabs Props 인터페이스 (organisms)
|
|
@@ -1878,17 +1970,19 @@ readonly: boolean;
|
|
|
1878
1970
|
theme: "light" | "dark";
|
|
1879
1971
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1880
1972
|
|
|
1881
|
-
export declare const JFilterBar:
|
|
1973
|
+
export declare const JFilterBar: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1882
1974
|
|
|
1883
1975
|
declare interface JFilterBarProps {
|
|
1976
|
+
/** 필터바 타이틀 */
|
|
1977
|
+
title?: string;
|
|
1884
1978
|
/** 필터 접힘 상태 (v-model 지원) */
|
|
1885
1979
|
collapsed?: boolean;
|
|
1886
1980
|
/** 접기/펼치기 가능 여부. false면 토글 버튼 숨김 & 필터 항상 표시 */
|
|
1887
1981
|
collapsible?: boolean;
|
|
1888
1982
|
/** 필터 값 객체 (v-model:filterValues 지원) */
|
|
1889
1983
|
filterValues?: Record<string, unknown>;
|
|
1890
|
-
/** 필터 설정 (label, displayValue 등) */
|
|
1891
|
-
|
|
1984
|
+
/** 필터 표시 설정 (label, displayValue 등) */
|
|
1985
|
+
filterDisplay?: Record<string, FilterDisplayItem>;
|
|
1892
1986
|
/** 초기화 버튼 표시 여부 */
|
|
1893
1987
|
showResetButton?: boolean;
|
|
1894
1988
|
/** 조회 버튼 표시 여부 */
|
|
@@ -1899,14 +1993,14 @@ declare interface JFilterBarProps {
|
|
|
1899
1993
|
searchButtonText?: string;
|
|
1900
1994
|
}
|
|
1901
1995
|
|
|
1902
|
-
export declare const JFormField: DefineComponent<
|
|
1996
|
+
export declare const JFormField: DefineComponent<__VLS_Props_26, {
|
|
1903
1997
|
clearError: () => void;
|
|
1904
1998
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1905
1999
|
"update:modelValue": (value: any) => any;
|
|
1906
2000
|
change: (value: any) => any;
|
|
1907
2001
|
focus: (event: FocusEvent) => any;
|
|
1908
2002
|
blur: (event: FocusEvent) => any;
|
|
1909
|
-
}, string, PublicProps, Readonly<
|
|
2003
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
1910
2004
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1911
2005
|
onChange?: ((value: any) => any) | undefined;
|
|
1912
2006
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
@@ -1919,7 +2013,7 @@ labelWidth: string;
|
|
|
1919
2013
|
radioDirection: "horizontal" | "vertical";
|
|
1920
2014
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1921
2015
|
|
|
1922
|
-
export declare const JFormModal:
|
|
2016
|
+
export declare const JFormModal: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1923
2017
|
|
|
1924
2018
|
declare interface JFormModalProps {
|
|
1925
2019
|
open: boolean;
|
|
@@ -1946,6 +2040,7 @@ cellClicked: (event: CellClickedEvent<any, any, any>) => any;
|
|
|
1946
2040
|
selectionChanged: (event: SelectionChangedEvent<any, any>) => any;
|
|
1947
2041
|
cellValueChanged: (event: CellValueChangedEvent<any, any, any>) => any;
|
|
1948
2042
|
gridReady: (event: GridReadyEvent<any, any>) => any;
|
|
2043
|
+
"update:selectedRows": (rows: any[]) => any;
|
|
1949
2044
|
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
1950
2045
|
onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
|
|
1951
2046
|
onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
|
|
@@ -1953,23 +2048,34 @@ onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
|
|
|
1953
2048
|
onSelectionChanged?: ((event: SelectionChangedEvent<any, any>) => any) | undefined;
|
|
1954
2049
|
onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | undefined;
|
|
1955
2050
|
onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
|
|
2051
|
+
"onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
|
|
1956
2052
|
}>, {
|
|
1957
2053
|
theme: string;
|
|
1958
2054
|
pagination: boolean;
|
|
1959
2055
|
checkbox: boolean;
|
|
2056
|
+
rowNumbers: boolean;
|
|
2057
|
+
actionButtons: ActionButton[];
|
|
2058
|
+
autoDetectDarkMode: boolean;
|
|
1960
2059
|
summaryColumn: boolean;
|
|
1961
2060
|
hiddenColumn: boolean;
|
|
1962
2061
|
enableGrouping: boolean;
|
|
1963
2062
|
enablePivot: boolean;
|
|
1964
2063
|
enableExcelExport: boolean;
|
|
2064
|
+
enableTreeData: boolean;
|
|
2065
|
+
getDataPath: (data: any) => (string | number)[];
|
|
2066
|
+
autoGroupColumnDef: ColDef;
|
|
2067
|
+
selectedRows: any[];
|
|
2068
|
+
columnHover: boolean;
|
|
2069
|
+
enableColumnsToolPanel: boolean;
|
|
2070
|
+
statusBar: boolean;
|
|
1965
2071
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1966
2072
|
|
|
1967
|
-
export declare const JGroupCombo: DefineComponent<
|
|
2073
|
+
export declare const JGroupCombo: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1968
2074
|
"update:modelValue": (value: string | number) => any;
|
|
1969
2075
|
change: (value: string | number) => any;
|
|
1970
2076
|
focus: (event: FocusEvent) => any;
|
|
1971
2077
|
blur: (event: FocusEvent) => any;
|
|
1972
|
-
}, string, PublicProps, Readonly<
|
|
2078
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
1973
2079
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
1974
2080
|
onChange?: ((value: string | number) => any) | undefined;
|
|
1975
2081
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
@@ -1982,7 +2088,7 @@ styletype: StyleType_21;
|
|
|
1982
2088
|
groupedOptions: GroupedOption[];
|
|
1983
2089
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1984
2090
|
|
|
1985
|
-
export declare const JHeader:
|
|
2091
|
+
export declare const JHeader: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1986
2092
|
|
|
1987
2093
|
export declare const JIcon: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
1988
2094
|
size: SizeType_3;
|
|
@@ -2012,15 +2118,15 @@ export declare const JKbd: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, _
|
|
|
2012
2118
|
|
|
2013
2119
|
export declare const JLabel: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
2014
2120
|
|
|
2015
|
-
export declare const JLayout:
|
|
2121
|
+
export declare const JLayout: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
2016
2122
|
|
|
2017
2123
|
export { JLayoutAdvanced }
|
|
2018
2124
|
|
|
2019
|
-
export declare const JLayoutSimple:
|
|
2125
|
+
export declare const JLayoutSimple: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
2020
2126
|
|
|
2021
2127
|
export declare const JLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
2022
2128
|
|
|
2023
|
-
export declare const JModal:
|
|
2129
|
+
export declare const JModal: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
2024
2130
|
|
|
2025
2131
|
declare interface JModalProps {
|
|
2026
2132
|
open: boolean;
|
|
@@ -2043,7 +2149,7 @@ declare interface JModalProps {
|
|
|
2043
2149
|
disabled?: boolean;
|
|
2044
2150
|
}
|
|
2045
2151
|
|
|
2046
|
-
export declare const JPageContainer:
|
|
2152
|
+
export declare const JPageContainer: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
2047
2153
|
|
|
2048
2154
|
export declare const JPopover: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
2049
2155
|
|
|
@@ -2218,10 +2324,10 @@ declare interface JSearchPanelProps {
|
|
|
2218
2324
|
collapsible?: boolean;
|
|
2219
2325
|
}
|
|
2220
2326
|
|
|
2221
|
-
export declare const JSidebarAdvanced: DefineComponent<
|
|
2327
|
+
export declare const JSidebarAdvanced: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2222
2328
|
menuClick: (event: MenuClickEvent) => any;
|
|
2223
2329
|
favoriteChange: (menuKey: string | number | undefined, isFavorite: boolean) => any;
|
|
2224
|
-
}, string, PublicProps, Readonly<
|
|
2330
|
+
}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
|
|
2225
2331
|
onMenuClick?: ((event: MenuClickEvent) => any) | undefined;
|
|
2226
2332
|
onFavoriteChange?: ((menuKey: string | number | undefined, isFavorite: boolean) => any) | undefined;
|
|
2227
2333
|
}>, {
|
|
@@ -2232,9 +2338,9 @@ permissions: MenuPermission[];
|
|
|
2232
2338
|
favorites: (number | string)[];
|
|
2233
2339
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2234
2340
|
|
|
2235
|
-
export declare const JSidebarSimple: DefineComponent<
|
|
2341
|
+
export declare const JSidebarSimple: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2236
2342
|
menuClick: (event: MenuClickEvent) => any;
|
|
2237
|
-
}, string, PublicProps, Readonly<
|
|
2343
|
+
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
2238
2344
|
onMenuClick?: ((event: MenuClickEvent) => any) | undefined;
|
|
2239
2345
|
}>, {
|
|
2240
2346
|
width: string;
|
|
@@ -2252,6 +2358,8 @@ thickness: number;
|
|
|
2252
2358
|
labelPosition: LabelPosition;
|
|
2253
2359
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2254
2360
|
|
|
2361
|
+
export declare const JSplitter: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
2362
|
+
|
|
2255
2363
|
export declare const JSwitch: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2256
2364
|
"update:modelValue": (value: string) => any;
|
|
2257
2365
|
change: (value: string) => any;
|
|
@@ -2264,7 +2372,7 @@ modelValue: string;
|
|
|
2264
2372
|
styletype: StyleType_8;
|
|
2265
2373
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2266
2374
|
|
|
2267
|
-
export declare const JTabs:
|
|
2375
|
+
export declare const JTabs: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
2268
2376
|
|
|
2269
2377
|
/**
|
|
2270
2378
|
* JTabs Props 인터페이스 (molecules)
|
|
@@ -2302,7 +2410,7 @@ styletype: StyleType_3;
|
|
|
2302
2410
|
rows: number;
|
|
2303
2411
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLTextAreaElement>;
|
|
2304
2412
|
|
|
2305
|
-
export declare const JTitlebar:
|
|
2413
|
+
export declare const JTitlebar: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
2306
2414
|
|
|
2307
2415
|
export { JToast }
|
|
2308
2416
|
|
|
@@ -2315,12 +2423,12 @@ closeButton: boolean;
|
|
|
2315
2423
|
|
|
2316
2424
|
export declare const JTooltip: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
2317
2425
|
|
|
2318
|
-
export declare const JTree: DefineComponent<
|
|
2426
|
+
export declare const JTree: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2319
2427
|
expandChange: (menuKey: string | number | undefined, expanded: boolean) => any;
|
|
2320
2428
|
nodeClick: (event: MenuClickEvent) => any;
|
|
2321
2429
|
"update:expandedKeys": (keys: (string | number)[]) => any;
|
|
2322
2430
|
"update:activeKey": (key: string | number | null) => any;
|
|
2323
|
-
}, string, PublicProps, Readonly<
|
|
2431
|
+
}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{
|
|
2324
2432
|
onExpandChange?: ((menuKey: string | number | undefined, expanded: boolean) => any) | undefined;
|
|
2325
2433
|
onNodeClick?: ((event: MenuClickEvent) => any) | undefined;
|
|
2326
2434
|
"onUpdate:expandedKeys"?: ((keys: (string | number)[]) => any) | undefined;
|
|
@@ -2409,6 +2517,8 @@ declare interface Option_4 {
|
|
|
2409
2517
|
label: string;
|
|
2410
2518
|
}
|
|
2411
2519
|
|
|
2520
|
+
declare type Orientation = 'horizontal' | 'vertical';
|
|
2521
|
+
|
|
2412
2522
|
declare type PositionType = 'top' | 'bottom' | 'left' | 'right';
|
|
2413
2523
|
|
|
2414
2524
|
/**
|