@j-solution/components 1.7.0 → 1.8.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.
Files changed (176) hide show
  1. package/README.md +8 -8
  2. package/assets/jwms-portal-frontend-BtHTA-UF.css +1 -0
  3. package/assets/styles/global-utilities.css +34 -0
  4. package/assets/styles/j-components.css +1 -1
  5. package/assets/styles/themes.css +21 -21
  6. package/components/atoms/JButton.vue.cjs +6 -1
  7. package/components/atoms/JButton.vue.cjs.map +1 -1
  8. package/components/atoms/JButton.vue.js +10 -85
  9. package/components/atoms/JButton.vue.js.map +1 -1
  10. package/components/atoms/JButton.vue2.cjs +1 -1
  11. package/components/atoms/JButton.vue2.cjs.map +1 -1
  12. package/components/atoms/JButton.vue2.js +85 -2
  13. package/components/atoms/JButton.vue2.js.map +1 -1
  14. package/components/atoms/JGrid.vue.cjs +1 -1
  15. package/components/atoms/JGrid.vue.js +1 -1
  16. package/components/atoms/JGrid.vue2.cjs +1 -1
  17. package/components/atoms/JGrid.vue2.cjs.map +1 -1
  18. package/components/atoms/JGrid.vue2.js +39 -35
  19. package/components/atoms/JGrid.vue2.js.map +1 -1
  20. package/components/atoms/JLabel.vue.cjs +1 -1
  21. package/components/atoms/JLabel.vue.cjs.map +1 -1
  22. package/components/atoms/JLabel.vue.js +26 -22
  23. package/components/atoms/JLabel.vue.js.map +1 -1
  24. package/components/atoms/JSectionTitle.vue.cjs +7 -0
  25. package/components/atoms/JSectionTitle.vue.cjs.map +1 -0
  26. package/components/atoms/JSectionTitle.vue.js +13 -0
  27. package/components/atoms/JSectionTitle.vue.js.map +1 -0
  28. package/components/atoms/JSectionTitle.vue2.cjs +2 -0
  29. package/components/atoms/JSectionTitle.vue2.cjs.map +1 -0
  30. package/components/atoms/JSectionTitle.vue2.js +67 -0
  31. package/components/atoms/JSectionTitle.vue2.js.map +1 -0
  32. package/components/atoms/JSplitter.vue.cjs +6 -1
  33. package/components/atoms/JSplitter.vue.cjs.map +1 -1
  34. package/components/atoms/JSplitter.vue.js +10 -59
  35. package/components/atoms/JSplitter.vue.js.map +1 -1
  36. package/components/atoms/JSplitter.vue2.cjs +1 -1
  37. package/components/atoms/JSplitter.vue2.cjs.map +1 -1
  38. package/components/atoms/JSplitter.vue2.js +59 -2
  39. package/components/atoms/JSplitter.vue2.js.map +1 -1
  40. package/components/examples/ExampleCrudPage.vue.cjs +1 -1
  41. package/components/examples/ExampleCrudPage.vue.cjs.map +1 -1
  42. package/components/examples/ExampleCrudPage.vue.js +228 -208
  43. package/components/examples/ExampleCrudPage.vue.js.map +1 -1
  44. package/components/examples/ExampleTabMappingPage.vue.cjs +1 -1
  45. package/components/examples/ExampleTabMappingPage.vue.cjs.map +1 -1
  46. package/components/examples/ExampleTabMappingPage.vue.js +341 -368
  47. package/components/examples/ExampleTabMappingPage.vue.js.map +1 -1
  48. package/components/molecules/JAlert.vue.cjs +1 -1
  49. package/components/molecules/JAlert.vue.cjs.map +1 -1
  50. package/components/molecules/JAlert.vue.js +18 -16
  51. package/components/molecules/JAlert.vue.js.map +1 -1
  52. package/components/molecules/JCard.vue.cjs +1 -1
  53. package/components/molecules/JCard.vue.cjs.map +1 -1
  54. package/components/molecules/JCard.vue.js +55 -39
  55. package/components/molecules/JCard.vue.js.map +1 -1
  56. package/components/molecules/JEmptyState.vue.cjs +7 -0
  57. package/components/molecules/JEmptyState.vue.cjs.map +1 -0
  58. package/components/molecules/JEmptyState.vue.js +13 -0
  59. package/components/molecules/JEmptyState.vue.js.map +1 -0
  60. package/components/molecules/JEmptyState.vue2.cjs +2 -0
  61. package/components/molecules/JEmptyState.vue2.cjs.map +1 -0
  62. package/components/molecules/JEmptyState.vue2.js +127 -0
  63. package/components/molecules/JEmptyState.vue2.js.map +1 -0
  64. package/components/molecules/JFormField.vue.cjs +6 -1
  65. package/components/molecules/JFormField.vue.cjs.map +1 -1
  66. package/components/molecules/JFormField.vue.js +10 -264
  67. package/components/molecules/JFormField.vue.js.map +1 -1
  68. package/components/molecules/JFormField.vue2.cjs +2 -0
  69. package/components/molecules/JFormField.vue2.cjs.map +1 -0
  70. package/components/molecules/JFormField.vue2.js +271 -0
  71. package/components/molecules/JFormField.vue2.js.map +1 -0
  72. package/components/molecules/JTabs.vue.cjs +1 -1
  73. package/components/molecules/JTabs.vue.js +1 -1
  74. package/components/molecules/JTabs.vue2.cjs +1 -1
  75. package/components/molecules/JTabs.vue2.cjs.map +1 -1
  76. package/components/molecules/JTabs.vue2.js +44 -50
  77. package/components/molecules/JTabs.vue2.js.map +1 -1
  78. package/components/molecules/JTitlebar.vue.cjs +1 -1
  79. package/components/molecules/JTitlebar.vue.cjs.map +1 -1
  80. package/components/molecules/JTitlebar.vue.js +23 -20
  81. package/components/molecules/JTitlebar.vue.js.map +1 -1
  82. package/components/organisms/JDynamicForm.vue2.cjs +1 -1
  83. package/components/organisms/JDynamicForm.vue2.cjs.map +1 -1
  84. package/components/organisms/JDynamicForm.vue2.js +35 -32
  85. package/components/organisms/JDynamicForm.vue2.js.map +1 -1
  86. package/components/organisms/JDynamicTabs.vue.cjs +1 -1
  87. package/components/organisms/JDynamicTabs.vue.cjs.map +1 -1
  88. package/components/organisms/JDynamicTabs.vue.js +47 -52
  89. package/components/organisms/JDynamicTabs.vue.js.map +1 -1
  90. package/components/organisms/JFilterBar.vue.cjs +6 -1
  91. package/components/organisms/JFilterBar.vue.cjs.map +1 -1
  92. package/components/organisms/JFilterBar.vue.js +10 -137
  93. package/components/organisms/JFilterBar.vue.js.map +1 -1
  94. package/components/organisms/JFilterBar.vue2.cjs +1 -1
  95. package/components/organisms/JFilterBar.vue2.cjs.map +1 -1
  96. package/components/organisms/JFilterBar.vue2.js +141 -2
  97. package/components/organisms/JFilterBar.vue2.js.map +1 -1
  98. package/components/organisms/JFormModal.vue.cjs +1 -1
  99. package/components/organisms/JFormModal.vue.cjs.map +1 -1
  100. package/components/organisms/JFormModal.vue.js +54 -49
  101. package/components/organisms/JFormModal.vue.js.map +1 -1
  102. package/components/organisms/JHeader.vue.cjs +1 -1
  103. package/components/organisms/JHeader.vue.cjs.map +1 -1
  104. package/components/organisms/JHeader.vue.js +191 -190
  105. package/components/organisms/JHeader.vue.js.map +1 -1
  106. package/components/organisms/JModal.vue.cjs +1 -1
  107. package/components/organisms/JModal.vue.cjs.map +1 -1
  108. package/components/organisms/JModal.vue.js +47 -45
  109. package/components/organisms/JModal.vue.js.map +1 -1
  110. package/components/organisms/JPageContainer.vue.cjs +1 -1
  111. package/components/organisms/JPageContainer.vue.cjs.map +1 -1
  112. package/components/organisms/JPageContainer.vue.js +22 -22
  113. package/components/organisms/JPageContainer.vue.js.map +1 -1
  114. package/components/organisms/JSearchPanel.vue2.cjs +1 -1
  115. package/components/organisms/JSearchPanel.vue2.cjs.map +1 -1
  116. package/components/organisms/JSearchPanel.vue2.js +34 -32
  117. package/components/organisms/JSearchPanel.vue2.js.map +1 -1
  118. package/components/organisms/JShuttle.vue.cjs +7 -0
  119. package/components/organisms/JShuttle.vue.cjs.map +1 -0
  120. package/components/organisms/JShuttle.vue.js +13 -0
  121. package/components/organisms/JShuttle.vue.js.map +1 -0
  122. package/components/organisms/JShuttle.vue2.cjs +2 -0
  123. package/components/organisms/JShuttle.vue2.cjs.map +1 -0
  124. package/components/organisms/JShuttle.vue2.js +216 -0
  125. package/components/organisms/JShuttle.vue2.js.map +1 -0
  126. package/components/organisms/JSidebarSimple/JDynamicMenuItem.vue.cjs +1 -1
  127. package/components/organisms/JSidebarSimple/JDynamicMenuItem.vue.cjs.map +1 -1
  128. package/components/organisms/JSidebarSimple/JDynamicMenuItem.vue.js +52 -52
  129. package/components/organisms/JSidebarSimple/JDynamicMenuItem.vue.js.map +1 -1
  130. package/components/shadcn/Card.vue.cjs +1 -1
  131. package/components/shadcn/Card.vue.cjs.map +1 -1
  132. package/components/shadcn/Card.vue.js +1 -1
  133. package/components/shadcn/Card.vue.js.map +1 -1
  134. package/components/shadcn/CardContent.vue.cjs +1 -1
  135. package/components/shadcn/CardContent.vue.cjs.map +1 -1
  136. package/components/shadcn/CardContent.vue.js +4 -4
  137. package/components/shadcn/CardContent.vue.js.map +1 -1
  138. package/components/shadcn/CardHeader.vue.cjs +1 -1
  139. package/components/shadcn/CardHeader.vue.cjs.map +1 -1
  140. package/components/shadcn/CardHeader.vue.js +5 -5
  141. package/components/shadcn/CardHeader.vue.js.map +1 -1
  142. package/components/shadcn/Input.vue.cjs +1 -1
  143. package/components/shadcn/Input.vue.cjs.map +1 -1
  144. package/components/shadcn/Input.vue.js +3 -3
  145. package/components/shadcn/Input.vue.js.map +1 -1
  146. package/components/shadcn/SelectTrigger.vue.cjs +1 -1
  147. package/components/shadcn/SelectTrigger.vue.cjs.map +1 -1
  148. package/components/shadcn/SelectTrigger.vue.js +1 -1
  149. package/components/shadcn/SelectTrigger.vue.js.map +1 -1
  150. package/components/shadcn/TabsContent.vue.cjs +1 -1
  151. package/components/shadcn/TabsContent.vue.cjs.map +1 -1
  152. package/components/shadcn/TabsContent.vue.js +1 -1
  153. package/components/shadcn/TabsContent.vue.js.map +1 -1
  154. package/components/shadcn/TabsList.vue.cjs +1 -1
  155. package/components/shadcn/TabsList.vue.cjs.map +1 -1
  156. package/components/shadcn/TabsList.vue.js +10 -10
  157. package/components/shadcn/TabsList.vue.js.map +1 -1
  158. package/components/shadcn/Textarea.vue.cjs +1 -1
  159. package/components/shadcn/Textarea.vue.cjs.map +1 -1
  160. package/components/shadcn/Textarea.vue.js +1 -1
  161. package/components/shadcn/Textarea.vue.js.map +1 -1
  162. package/components/shadcn/index.cjs +1 -1
  163. package/components/shadcn/index.cjs.map +1 -1
  164. package/components/shadcn/index.js +4 -4
  165. package/components/shadcn/index.js.map +1 -1
  166. package/components/templates/JLayout.vue.cjs.map +1 -1
  167. package/components/templates/JLayout.vue.js.map +1 -1
  168. package/index.cjs +1 -1
  169. package/index.js +73 -67
  170. package/package.json +1 -1
  171. package/types/index.d.ts +920 -777
  172. package/assets/jwms-portal-frontend-CwxPfHfa.css +0 -1
  173. package/components/molecules/JFormField.vue3.cjs +0 -2
  174. package/components/molecules/JFormField.vue3.cjs.map +0 -1
  175. package/components/molecules/JFormField.vue3.js +0 -6
  176. package/components/molecules/JFormField.vue3.js.map +0 -1
package/types/index.d.ts CHANGED
@@ -59,7 +59,9 @@ disabled: boolean;
59
59
  items: ContextMenuGroup[];
60
60
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
61
61
 
62
- declare const __VLS_component_12: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
62
+ declare const __VLS_component_12: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
63
+ variant: CardVariant;
64
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
63
65
 
64
66
  declare const __VLS_component_13: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
65
67
  confirm: () => any;
@@ -89,7 +91,16 @@ orientation: "vertical" | "horizontal" | null;
89
91
  showButtonSeparators: boolean;
90
92
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
91
93
 
92
- declare const __VLS_component_17: DefineComponent<JDynamicTabsProps, {
94
+ declare const __VLS_component_17: DefineComponent<JEmptyStateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
95
+ action: () => any;
96
+ }, string, PublicProps, Readonly<JEmptyStateProps> & Readonly<{
97
+ onAction?: (() => any) | undefined;
98
+ }>, {
99
+ variant: "default" | "simple";
100
+ icon: string;
101
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
102
+
103
+ declare const __VLS_component_18: DefineComponent<JDynamicTabsProps, {
93
104
  addTab: (tab: DynamicTab) => void;
94
105
  closeTab: (id: string) => void;
95
106
  activateTab: (id: string) => void;
@@ -110,7 +121,7 @@ maxTabs: number;
110
121
  emptyMessage: string;
111
122
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
112
123
 
113
- declare const __VLS_component_18: DefineComponent<JModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
124
+ declare const __VLS_component_19: DefineComponent<JModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
114
125
  "update:open": (value: boolean) => any;
115
126
  cancel: () => any;
116
127
  confirm: (value?: string | undefined) => any;
@@ -132,7 +143,26 @@ confirmVariant: "default" | "destructive" | "outline" | "secondary" | "ghost" |
132
143
  confirmDisabled: boolean;
133
144
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
134
145
 
135
- declare const __VLS_component_19: DefineComponent<JFormModalProps, {
146
+ declare const __VLS_component_2: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
147
+ "update:modelValue": (value: string | number) => any;
148
+ change: (value: string | number) => any;
149
+ focus: (event: FocusEvent) => any;
150
+ blur: (event: FocusEvent) => any;
151
+ }, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
152
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
153
+ onChange?: ((value: string | number) => any) | undefined;
154
+ onFocus?: ((event: FocusEvent) => any) | undefined;
155
+ onBlur?: ((event: FocusEvent) => any) | undefined;
156
+ }>, {
157
+ disabled: boolean;
158
+ type: string;
159
+ placeholder: string;
160
+ readonly: boolean;
161
+ required: boolean;
162
+ styletype: StyleType_2;
163
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLInputElement>;
164
+
165
+ declare const __VLS_component_20: DefineComponent<JFormModalProps, {
136
166
  reset: () => void | undefined;
137
167
  submit: () => void | undefined;
138
168
  formState: ComputedRef<Record<string, any> | undefined>;
@@ -208,26 +238,7 @@ handleError: (errs: any) => void;
208
238
  }, {}, {}, {}, {}> | null;
209
239
  }, any>;
210
240
 
211
- declare const __VLS_component_2: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
212
- "update:modelValue": (value: string | number) => any;
213
- change: (value: string | number) => any;
214
- focus: (event: FocusEvent) => any;
215
- blur: (event: FocusEvent) => any;
216
- }, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
217
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
218
- onChange?: ((value: string | number) => any) | undefined;
219
- onFocus?: ((event: FocusEvent) => any) | undefined;
220
- onBlur?: ((event: FocusEvent) => any) | undefined;
221
- }>, {
222
- disabled: boolean;
223
- type: string;
224
- placeholder: string;
225
- readonly: boolean;
226
- required: boolean;
227
- styletype: StyleType_2;
228
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLInputElement>;
229
-
230
- declare const __VLS_component_20: DefineComponent<JFilterBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
241
+ declare const __VLS_component_21: DefineComponent<JFilterBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
231
242
  search: () => any;
232
243
  reset: () => any;
233
244
  "update:collapsed": (value: boolean) => any;
@@ -248,7 +259,7 @@ resetButtonText: string;
248
259
  searchButtonText: string;
249
260
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
250
261
 
251
- declare const __VLS_component_21: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
262
+ declare const __VLS_component_22: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
252
263
  logoClick: () => any;
253
264
  navClick: (item: HeaderNavItem, index: number) => any;
254
265
  notificationClick: (item: NotificationItem) => any;
@@ -274,7 +285,7 @@ defaultTheme: string;
274
285
  availableThemes: string[];
275
286
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
276
287
 
277
- declare const __VLS_component_22: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
288
+ declare const __VLS_component_23: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
278
289
  breadcrumbClick: (item: BreadcrumbItem, index: number) => any;
279
290
  titlebarButtonClick: (button: TitlebarButton) => any;
280
291
  }, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
@@ -288,12 +299,12 @@ showTitlebar: boolean;
288
299
  contentScroll: boolean;
289
300
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
290
301
 
291
- declare const __VLS_component_23: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {
302
+ declare const __VLS_component_24: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {
292
303
  styletype: StyleType_29;
293
304
  contentScroll: boolean;
294
305
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
295
306
 
296
- declare const __VLS_component_24: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{}>, {
307
+ declare const __VLS_component_25: DefineComponent<__VLS_Props_40, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{}>, {
297
308
  styletype: "default" | "minimal";
298
309
  permissions: MenuPermission[];
299
310
  menuItems: SidebarMenuItem[];
@@ -560,6 +571,8 @@ declare type __VLS_Props_21 = {
560
571
  styletype?: StyleType_19;
561
572
  /** HTML for 속성 (연결할 input의 id) */
562
573
  for?: string;
574
+ /** 추가 클래스 (외부 커스터마이징용) */
575
+ class?: string;
563
576
  };
564
577
 
565
578
  declare type __VLS_Props_22 = {
@@ -591,6 +604,8 @@ declare type __VLS_Props_23 = {
591
604
  };
592
605
 
593
606
  declare type __VLS_Props_24 = {
607
+ /** 추가 클래스 (외부 커스터마이징용) */
608
+ class?: string;
594
609
  /** 그리드에 표시할 데이터 배열 */
595
610
  rowData: any[];
596
611
  /** 컬럼 정의 배열 */
@@ -665,6 +680,8 @@ declare type __VLS_Props_25 = {
665
680
  };
666
681
 
667
682
  declare type __VLS_Props_26 = {
683
+ /** 추가 클래스 (외부 커스터마이징용) */
684
+ class?: string;
668
685
  /** 필드 레이블 */
669
686
  label?: string;
670
687
  /** 필드 설명 (레이블 아래 표시) */
@@ -733,6 +750,8 @@ declare type __VLS_Props_28 = {
733
750
  description?: string;
734
751
  /** 카드 푸터 텍스트 */
735
752
  footer?: string;
753
+ /** 카드 variant (패턴 4) */
754
+ variant?: CardVariant;
736
755
  };
737
756
 
738
757
  declare type __VLS_Props_29 = {
@@ -779,6 +798,8 @@ declare type __VLS_Props_30 = {
779
798
  showHelp?: boolean;
780
799
  /** 메인 버튼 목록 */
781
800
  buttons?: TitlebarButton[];
801
+ /** 추가 클래스 (외부 커스터마이징용) */
802
+ class?: string;
782
803
  };
783
804
 
784
805
  declare type __VLS_Props_31 = {
@@ -1081,7 +1102,9 @@ declare function __VLS_template_11(): {
1081
1102
  declare function __VLS_template_12(): {
1082
1103
  attrs: Partial<{}>;
1083
1104
  slots: {
1105
+ actions?(_: {}): any;
1084
1106
  default?(_: {}): any;
1107
+ footer?(_: {}): any;
1085
1108
  };
1086
1109
  refs: {};
1087
1110
  rootEl: HTMLDivElement;
@@ -1131,6 +1154,20 @@ declare function __VLS_template_16(): {
1131
1154
  };
1132
1155
 
1133
1156
  declare function __VLS_template_17(): {
1157
+ attrs: Partial<{}>;
1158
+ slots: {
1159
+ icon?(_: {}): any;
1160
+ icon?(_: {}): any;
1161
+ title?(_: {}): any;
1162
+ title?(_: {}): any;
1163
+ description?(_: {}): any;
1164
+ action?(_: {}): any;
1165
+ };
1166
+ refs: {};
1167
+ rootEl: any;
1168
+ };
1169
+
1170
+ declare function __VLS_template_18(): {
1134
1171
  attrs: Partial<{}>;
1135
1172
  slots: Partial<Record<`content-${string}`, (_: {
1136
1173
  tab: DynamicTab;
@@ -1139,7 +1176,7 @@ declare function __VLS_template_17(): {
1139
1176
  rootEl: HTMLDivElement;
1140
1177
  };
1141
1178
 
1142
- declare function __VLS_template_18(): {
1179
+ declare function __VLS_template_19(): {
1143
1180
  attrs: Partial<{}>;
1144
1181
  slots: {
1145
1182
  body?(_: {}): any;
@@ -1148,7 +1185,16 @@ declare function __VLS_template_18(): {
1148
1185
  rootEl: any;
1149
1186
  };
1150
1187
 
1151
- declare function __VLS_template_19(): {
1188
+ declare function __VLS_template_2(): {
1189
+ attrs: Partial<{}>;
1190
+ slots: {
1191
+ default?(_: {}): any;
1192
+ };
1193
+ refs: {};
1194
+ rootEl: HTMLInputElement;
1195
+ };
1196
+
1197
+ declare function __VLS_template_20(): {
1152
1198
  attrs: Partial<{}>;
1153
1199
  slots: {
1154
1200
  body?(_: {}): any;
@@ -1198,16 +1244,7 @@ declare function __VLS_template_19(): {
1198
1244
  rootEl: any;
1199
1245
  };
1200
1246
 
1201
- declare function __VLS_template_2(): {
1202
- attrs: Partial<{}>;
1203
- slots: {
1204
- default?(_: {}): any;
1205
- };
1206
- refs: {};
1207
- rootEl: HTMLInputElement;
1208
- };
1209
-
1210
- declare function __VLS_template_20(): {
1247
+ declare function __VLS_template_21(): {
1211
1248
  attrs: Partial<{}>;
1212
1249
  slots: {
1213
1250
  actions?(_: {}): any;
@@ -1217,7 +1254,7 @@ declare function __VLS_template_20(): {
1217
1254
  rootEl: HTMLDivElement;
1218
1255
  };
1219
1256
 
1220
- declare function __VLS_template_21(): {
1257
+ declare function __VLS_template_22(): {
1221
1258
  attrs: Partial<{}>;
1222
1259
  slots: {
1223
1260
  toolbar?(_: {}): any;
@@ -1226,7 +1263,7 @@ declare function __VLS_template_21(): {
1226
1263
  rootEl: HTMLElement;
1227
1264
  };
1228
1265
 
1229
- declare function __VLS_template_22(): {
1266
+ declare function __VLS_template_23(): {
1230
1267
  attrs: Partial<{}>;
1231
1268
  slots: {
1232
1269
  'titlebar-buttons'?(_: {}): any;
@@ -1236,7 +1273,7 @@ declare function __VLS_template_22(): {
1236
1273
  rootEl: HTMLDivElement;
1237
1274
  };
1238
1275
 
1239
- declare function __VLS_template_23(): {
1276
+ declare function __VLS_template_24(): {
1240
1277
  attrs: Partial<{}>;
1241
1278
  slots: {
1242
1279
  header?(_: {}): any;
@@ -1248,7 +1285,7 @@ declare function __VLS_template_23(): {
1248
1285
  rootEl: HTMLDivElement;
1249
1286
  };
1250
1287
 
1251
- declare function __VLS_template_24(): {
1288
+ declare function __VLS_template_25(): {
1252
1289
  attrs: Partial<{}>;
1253
1290
  slots: {
1254
1291
  header?(_: {
@@ -1368,6 +1405,8 @@ declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
1368
1405
 
1369
1406
  declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
1370
1407
 
1408
+ declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
1409
+
1371
1410
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
1372
1411
 
1373
1412
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
@@ -1484,6 +1523,12 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
1484
1523
  };
1485
1524
  };
1486
1525
 
1526
+ declare type __VLS_WithTemplateSlots_25<T, S> = T & {
1527
+ new (): {
1528
+ $slots: S;
1529
+ };
1530
+ };
1531
+
1487
1532
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1488
1533
  new (): {
1489
1534
  $slots: S;
@@ -1636,6 +1681,8 @@ declare const buttonVariants: (props?: ({
1636
1681
  size?: "sm" | "lg" | "xs" | "md" | "icon" | null | undefined;
1637
1682
  } & ClassProp) | undefined) => string;
1638
1683
 
1684
+ declare type CardVariant = 'default' | 'elevated';
1685
+
1639
1686
  declare interface ComboboxOption {
1640
1687
  value: string | number;
1641
1688
  label: string;
@@ -1744,6 +1791,7 @@ export declare const ExampleCrudPage: DefineComponent< {}, {
1744
1791
  gridRef: Ref<any, any>;
1745
1792
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
1746
1793
  gridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
1794
+ class?: string;
1747
1795
  rowData: any[];
1748
1796
  columnDefs: ColDef[];
1749
1797
  theme?: string;
@@ -1821,6 +1869,7 @@ C: {};
1821
1869
  M: {};
1822
1870
  Defaults: {};
1823
1871
  }, Readonly<{
1872
+ class?: string;
1824
1873
  rowData: any[];
1825
1874
  columnDefs: ColDef[];
1826
1875
  theme?: string;
@@ -1890,6 +1939,7 @@ masterGridRef: Ref<any, any>;
1890
1939
  mappingMasterGridRef: Ref<any, any>;
1891
1940
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
1892
1941
  masterGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
1942
+ class?: string;
1893
1943
  rowData: any[];
1894
1944
  columnDefs: ColDef[];
1895
1945
  theme?: string;
@@ -1967,6 +2017,7 @@ C: {};
1967
2017
  M: {};
1968
2018
  Defaults: {};
1969
2019
  }, Readonly<{
2020
+ class?: string;
1970
2021
  rowData: any[];
1971
2022
  columnDefs: ColDef[];
1972
2023
  theme?: string;
@@ -2030,6 +2081,7 @@ pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
2030
2081
  pivotMode: boolean;
2031
2082
  }> | null;
2032
2083
  mappingMasterGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
2084
+ class?: string;
2033
2085
  rowData: any[];
2034
2086
  columnDefs: ColDef[];
2035
2087
  theme?: string;
@@ -2107,6 +2159,7 @@ C: {};
2107
2159
  M: {};
2108
2160
  Defaults: {};
2109
2161
  }, Readonly<{
2162
+ class?: string;
2110
2163
  rowData: any[];
2111
2164
  columnDefs: ColDef[];
2112
2165
  theme?: string;
@@ -2169,181 +2222,329 @@ groupDefaultExpanded: number;
2169
2222
  pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
2170
2223
  pivotMode: boolean;
2171
2224
  }> | null;
2172
- unmappedGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
2173
- rowData: any[];
2174
- columnDefs: ColDef[];
2175
- theme?: string;
2176
- pagination?: boolean;
2177
- checkbox?: boolean;
2178
- rowNumbers?: boolean;
2179
- actionButtons?: ActionButton[];
2180
- autoDetectDarkMode?: boolean;
2181
- summaryColumn?: boolean;
2182
- hiddenColumn?: boolean;
2183
- enableGrouping?: boolean;
2184
- enablePivot?: boolean;
2185
- enableExcelExport?: boolean;
2186
- enableTreeData?: boolean;
2187
- getDataPath?: (data: any) => (string | number)[];
2188
- autoGroupColumnDef?: ColDef;
2189
- selectedRows?: any[];
2190
- columnHover?: boolean;
2191
- enableColumnsToolPanel?: boolean;
2192
- statusBar?: boolean;
2193
- compactFooter?: boolean;
2194
- rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
2195
- groupDefaultExpanded?: number;
2196
- pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
2197
- pivotMode?: boolean;
2198
- }> & Readonly<{
2199
- onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
2200
- onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
2201
- onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
2202
- onSelectionChanged?: ((event: SelectionChangedEvent<any, any>) => any) | undefined;
2203
- onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | undefined;
2204
- onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
2205
- "onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
2225
+ }, any>;
2226
+
2227
+ /** 필터 설정 타입 */
2228
+ declare interface FilterDisplayItem {
2229
+ /** 표시할 라벨 */
2230
+ label: string;
2231
+ /** 값을 표시용 문자열로 변환 (예: combo value -> label) */
2232
+ displayValue?: (value: unknown) => string;
2233
+ }
2234
+
2235
+ declare interface FormSchema {
2236
+ id: string;
2237
+ name: string;
2238
+ type: 'simple' | 'sectioned' | 'wizard' | 'conditional';
2239
+ fields?: DynamicFormField[];
2240
+ sections?: FormSection[];
2241
+ steps?: FormStep[];
2242
+ layout?: {
2243
+ columns?: number;
2244
+ };
2245
+ globalStyle?: GlobalStyle;
2246
+ events?: {
2247
+ onSubmit?: (values: Record<string, any>) => void;
2248
+ onChange?: (field: string, value: any) => void;
2249
+ onError?: (errors: any) => void;
2250
+ };
2251
+ }
2252
+
2253
+ declare interface FormSection {
2254
+ id: string;
2255
+ title: string;
2256
+ collapsible: boolean;
2257
+ defaultCollapsed: boolean;
2258
+ fields: DynamicFormField[];
2259
+ }
2260
+
2261
+ declare interface FormStep {
2262
+ id: string;
2263
+ title: string;
2264
+ description?: string;
2265
+ fields: DynamicFormField[];
2266
+ }
2267
+
2268
+ declare interface GlobalStyle {
2269
+ colCount?: 'row-1' | 'row' | 'row-3' | 'row-4' | 'row-5' | 'row-6' | 'row-7' | 'row-8';
2270
+ labelPosition?: 'horizontal' | 'vertical';
2271
+ labelAlign?: 'left' | 'middle' | 'right';
2272
+ styleType?: ControlStyleType;
2273
+ controlSize?: 'sm' | 'md' | 'lg';
2274
+ variant?: 'default' | 'outline' | 'secondary' | 'destructive' | 'ghost';
2275
+ }
2276
+
2277
+ declare interface GroupedOption {
2278
+ groupLabel: string;
2279
+ options: Option_4[];
2280
+ }
2281
+
2282
+ declare function handleError(errs: any): void;
2283
+
2284
+ declare function handleSubmit(): void;
2285
+
2286
+ /**
2287
+ * JHeader - 상단 헤더 컴포넌트 (organisms)
2288
+ * Header Component
2289
+ *
2290
+ * @description
2291
+ * 애플리케이션의 상단 헤더 영역을 담당하는 컴포넌트입니다.
2292
+ * 로고, 네비게이션, 검색, 알림, 사용자 메뉴 등을 포함할 수 있습니다.
2293
+ *
2294
+ * @example
2295
+ * ```vue
2296
+ * <JHeader
2297
+ * logo="/logo.png"
2298
+ * :user-menu-items="userMenuItems"
2299
+ * @logo-click="handleLogoClick"
2300
+ * />
2301
+ * ```
2302
+ */
2303
+ export declare type HeaderNavItem = {
2304
+ /** 라벨 */
2305
+ label: string;
2306
+ /** 링크 URL */
2307
+ href?: string;
2308
+ /** 아이콘 */
2309
+ icon?: string;
2310
+ /** 활성 상태 */
2311
+ active?: boolean;
2312
+ /** 클릭 핸들러 */
2313
+ onClick?: () => void;
2314
+ };
2315
+
2316
+ declare type IconName = BaseIconName | CustomIconName;
2317
+
2318
+ export declare const JAccordion: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
2319
+
2320
+ export declare const JAlert: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
2321
+
2322
+ export declare const JAvatar: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
2323
+ size: Size;
2324
+ shape: Shape;
2325
+ styletype: StyleType_15;
2326
+ alt: string;
2327
+ fallback: string;
2328
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2329
+
2330
+ export declare const JBadge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
2331
+
2332
+ export declare const JBreadcrumb: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2333
+ itemClick: (item: BreadcrumbItem, index: number) => any;
2334
+ }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
2335
+ onItemClick?: ((item: BreadcrumbItem, index: number) => any) | undefined;
2206
2336
  }>, {
2207
- gridApi: Ref<any, any>;
2208
- gridColumnApi: Ref<any, any>;
2209
- exportToExcel: () => void;
2210
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2211
- rowClicked: (event: RowClickedEvent<any, any>) => any;
2212
- rowDoubleClicked: (event: RowDoubleClickedEvent<any, any>) => any;
2213
- cellClicked: (event: CellClickedEvent<any, any, any>) => any;
2214
- selectionChanged: (event: SelectionChangedEvent<any, any>) => any;
2215
- cellValueChanged: (event: CellValueChangedEvent<any, any, any>) => any;
2216
- gridReady: (event: GridReadyEvent<any, any>) => any;
2217
- "update:selectedRows": (rows: any[]) => any;
2218
- }, PublicProps, {
2219
- theme: string;
2220
- pagination: boolean;
2221
- checkbox: boolean;
2222
- rowNumbers: boolean;
2223
- actionButtons: ActionButton[];
2224
- autoDetectDarkMode: boolean;
2225
- summaryColumn: boolean;
2226
- hiddenColumn: boolean;
2227
- enableGrouping: boolean;
2228
- enablePivot: boolean;
2229
- enableExcelExport: boolean;
2230
- enableTreeData: boolean;
2231
- getDataPath: (data: any) => (string | number)[];
2232
- autoGroupColumnDef: ColDef;
2233
- selectedRows: any[];
2234
- columnHover: boolean;
2235
- enableColumnsToolPanel: boolean;
2236
- statusBar: boolean;
2237
- compactFooter: boolean;
2238
- rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
2239
- groupDefaultExpanded: number;
2240
- pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
2241
- pivotMode: boolean;
2242
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
2243
- P: {};
2244
- B: {};
2245
- D: {};
2246
- C: {};
2247
- M: {};
2248
- Defaults: {};
2249
- }, Readonly<{
2250
- rowData: any[];
2251
- columnDefs: ColDef[];
2252
- theme?: string;
2253
- pagination?: boolean;
2254
- checkbox?: boolean;
2255
- rowNumbers?: boolean;
2256
- actionButtons?: ActionButton[];
2257
- autoDetectDarkMode?: boolean;
2258
- summaryColumn?: boolean;
2259
- hiddenColumn?: boolean;
2260
- enableGrouping?: boolean;
2261
- enablePivot?: boolean;
2262
- enableExcelExport?: boolean;
2263
- enableTreeData?: boolean;
2264
- getDataPath?: (data: any) => (string | number)[];
2265
- autoGroupColumnDef?: ColDef;
2266
- selectedRows?: any[];
2267
- columnHover?: boolean;
2268
- enableColumnsToolPanel?: boolean;
2269
- statusBar?: boolean;
2270
- compactFooter?: boolean;
2271
- rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
2272
- groupDefaultExpanded?: number;
2273
- pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
2274
- pivotMode?: boolean;
2275
- }> & Readonly<{
2276
- onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
2277
- onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
2278
- onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
2279
- onSelectionChanged?: ((event: SelectionChangedEvent<any, any>) => any) | undefined;
2280
- onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | undefined;
2281
- onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
2282
- "onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
2337
+ styletype: StyleType_23;
2338
+ separator: string;
2339
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
2340
+
2341
+ export declare const JButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2342
+
2343
+ export declare const JButtonGroup: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
2344
+
2345
+ export declare const JCard: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
2346
+
2347
+ export declare const JCheckbox: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2348
+ "update:modelValue": (value: string) => any;
2349
+ change: (value: string) => any;
2350
+ }, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
2351
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2352
+ onChange?: ((value: string) => any) | undefined;
2283
2353
  }>, {
2284
- gridApi: Ref<any, any>;
2285
- gridColumnApi: Ref<any, any>;
2286
- exportToExcel: () => void;
2287
- }, {}, {}, {}, {
2288
- theme: string;
2289
- pagination: boolean;
2290
- checkbox: boolean;
2291
- rowNumbers: boolean;
2292
- actionButtons: ActionButton[];
2293
- autoDetectDarkMode: boolean;
2294
- summaryColumn: boolean;
2295
- hiddenColumn: boolean;
2296
- enableGrouping: boolean;
2297
- enablePivot: boolean;
2298
- enableExcelExport: boolean;
2299
- enableTreeData: boolean;
2300
- getDataPath: (data: any) => (string | number)[];
2301
- autoGroupColumnDef: ColDef;
2302
- selectedRows: any[];
2303
- columnHover: boolean;
2304
- enableColumnsToolPanel: boolean;
2305
- statusBar: boolean;
2306
- compactFooter: boolean;
2307
- rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
2308
- groupDefaultExpanded: number;
2309
- pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
2310
- pivotMode: boolean;
2311
- }> | null;
2312
- mappedGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
2313
- rowData: any[];
2314
- columnDefs: ColDef[];
2315
- theme?: string;
2316
- pagination?: boolean;
2317
- checkbox?: boolean;
2318
- rowNumbers?: boolean;
2319
- actionButtons?: ActionButton[];
2320
- autoDetectDarkMode?: boolean;
2321
- summaryColumn?: boolean;
2322
- hiddenColumn?: boolean;
2323
- enableGrouping?: boolean;
2324
- enablePivot?: boolean;
2325
- enableExcelExport?: boolean;
2326
- enableTreeData?: boolean;
2327
- getDataPath?: (data: any) => (string | number)[];
2328
- autoGroupColumnDef?: ColDef;
2329
- selectedRows?: any[];
2330
- columnHover?: boolean;
2331
- enableColumnsToolPanel?: boolean;
2332
- statusBar?: boolean;
2333
- compactFooter?: boolean;
2334
- rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
2335
- groupDefaultExpanded?: number;
2336
- pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
2337
- pivotMode?: boolean;
2338
- }> & Readonly<{
2339
- onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
2340
- onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
2341
- onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
2342
- onSelectionChanged?: ((event: SelectionChangedEvent<any, any>) => any) | undefined;
2343
- onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | undefined;
2344
- onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
2345
- "onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
2354
+ disabled: boolean;
2355
+ modelValue: string;
2356
+ required: boolean;
2357
+ styletype: StyleType_4;
2358
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2359
+
2360
+ export declare const JCombo: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2361
+ "update:modelValue": (value: string | number) => any;
2362
+ change: (value: string | number) => any;
2363
+ focus: (event: FocusEvent) => any;
2364
+ blur: (event: FocusEvent) => any;
2365
+ }, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
2366
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
2367
+ onChange?: ((value: string | number) => any) | undefined;
2368
+ onFocus?: ((event: FocusEvent) => any) | undefined;
2369
+ onBlur?: ((event: FocusEvent) => any) | undefined;
2370
+ }>, {
2371
+ disabled: boolean;
2372
+ multiple: boolean;
2373
+ placeholder: string;
2374
+ required: boolean;
2375
+ styletype: StyleType_5;
2376
+ options: Option_2[];
2377
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2378
+
2379
+ export declare const JContextMenu: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
2380
+
2381
+ /**
2382
+ * JContextMenu Props 인터페이스
2383
+ */
2384
+ declare interface JContextMenuProps {
2385
+ /** 메뉴 구조 (아이템 배열) */
2386
+ items: ContextMenuGroup[];
2387
+ /** 비활성화 여부 */
2388
+ disabled?: boolean;
2389
+ /** 추가 CSS 클래스 */
2390
+ class?: string;
2391
+ }
2392
+
2393
+ export declare const JDatepicker: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2394
+ "update:modelValue": (value: string | null) => any;
2395
+ change: (value: string | null) => any;
2396
+ focus: (event: FocusEvent) => any;
2397
+ blur: (event: FocusEvent) => any;
2398
+ }, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
2399
+ "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
2400
+ onChange?: ((value: string | null) => any) | undefined;
2401
+ onFocus?: ((event: FocusEvent) => any) | undefined;
2402
+ onBlur?: ((event: FocusEvent) => any) | undefined;
2403
+ }>, {
2404
+ placeholder: string;
2405
+ styletype: "default" | "sm" | "lg";
2406
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2407
+
2408
+ export declare const JDivider: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
2409
+ orientation: "horizontal" | "vertical";
2410
+ styletype: StyleType_9;
2411
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2412
+
2413
+ export declare const JDynamicForm: DefineComponent<__VLS_Props_33, {
2414
+ formState: Record<string, any>;
2415
+ submit: typeof handleSubmit;
2416
+ reset: typeof reset;
2417
+ handleError: typeof handleError;
2418
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2419
+ "update:modelValue": (...args: any[]) => void;
2420
+ error: (...args: any[]) => void;
2421
+ submit: (...args: any[]) => void;
2422
+ change: (...args: any[]) => void;
2423
+ }, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
2424
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2425
+ onError?: ((...args: any[]) => any) | undefined;
2426
+ onSubmit?: ((...args: any[]) => any) | undefined;
2427
+ onChange?: ((...args: any[]) => any) | undefined;
2428
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFormElement>;
2429
+
2430
+ export declare const JDynamicTabs: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
2431
+
2432
+ /**
2433
+ * JDynamicTabs Props 인터페이스 (organisms)
2434
+ * JDynamicTabs Props interface for dynamic tabs
2435
+ */
2436
+ declare interface JDynamicTabsProps {
2437
+ /** 초기 탭 배열 (Initial tabs array) */
2438
+ initialTabs?: DynamicTab[];
2439
+ /** 기본 활성화 탭 ID (Default active tab ID) */
2440
+ defaultActiveId?: string;
2441
+ /** 최대 탭 개수 (Maximum number of tabs, 0 = unlimited) */
2442
+ maxTabs?: number;
2443
+ /** 탭이 없을 때 표시할 메시지 (Message to show when no tabs) */
2444
+ emptyMessage?: string;
2445
+ /** 루트 컨테이너 추가 클래스 (Additional class for root container) */
2446
+ class?: string;
2447
+ /** 콘텐츠 영역 추가 클래스 (Additional class for content area) */
2448
+ contentClass?: string;
2449
+ /** 스타일 타입 */
2450
+ styletype?: 'default' | 'minimal';
2451
+ }
2452
+
2453
+ export declare const JEditor: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2454
+ "update:modelValue": (value: string) => any;
2455
+ change: (value: string) => any;
2456
+ save: (value: string) => any;
2457
+ }, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
2458
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2459
+ onChange?: ((value: string) => any) | undefined;
2460
+ onSave?: ((value: string) => any) | undefined;
2461
+ }>, {
2462
+ disabled: boolean;
2463
+ modelValue: string;
2464
+ placeholder: string;
2465
+ height: string | number;
2466
+ readonly: boolean;
2467
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2468
+
2469
+ export declare const JEmptyState: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
2470
+
2471
+ declare interface JEmptyStateProps {
2472
+ /** 아이콘 이름 */
2473
+ icon?: string;
2474
+ /** 제목 */
2475
+ title?: string;
2476
+ /** 설명 */
2477
+ description?: string;
2478
+ /** 액션 버튼 텍스트 */
2479
+ actionText?: string;
2480
+ /** variant */
2481
+ variant?: 'default' | 'simple';
2482
+ /** 추가 CSS 클래스 */
2483
+ class?: string;
2484
+ }
2485
+
2486
+ export declare const JFilterBar: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
2487
+
2488
+ declare interface JFilterBarProps {
2489
+ /** 추가 클래스 (외부 커스터마이징용) */
2490
+ class?: string;
2491
+ /** 필터바 타이틀 */
2492
+ title?: string;
2493
+ /** 필터 접힘 상태 (v-model 지원) */
2494
+ collapsed?: boolean;
2495
+ /** 접기/펼치기 가능 여부. false면 토글 버튼 숨김 & 필터 항상 표시 */
2496
+ collapsible?: boolean;
2497
+ /** 필터 값 객체 (v-model:filterValues 지원) */
2498
+ filterValues?: Record<string, unknown>;
2499
+ /** 필터 표시 설정 (label, displayValue 등) */
2500
+ filterDisplay?: Record<string, FilterDisplayItem>;
2501
+ /** 초기화 버튼 표시 여부 */
2502
+ showResetButton?: boolean;
2503
+ /** 조회 버튼 표시 여부 */
2504
+ showSearchButton?: boolean;
2505
+ /** 초기화 버튼 텍스트 */
2506
+ resetButtonText?: string;
2507
+ /** 조회 버튼 텍스트 */
2508
+ searchButtonText?: string;
2509
+ }
2510
+
2511
+ export declare const JFormField: DefineComponent<__VLS_Props_26, {
2512
+ clearError: () => void;
2513
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2514
+ "update:modelValue": (value: any) => any;
2515
+ change: (value: any) => any;
2516
+ focus: (event: FocusEvent) => any;
2517
+ blur: (event: FocusEvent) => any;
2518
+ }, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
2519
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2520
+ onChange?: ((value: any) => any) | undefined;
2521
+ onFocus?: ((event: FocusEvent) => any) | undefined;
2522
+ onBlur?: ((event: FocusEvent) => any) | undefined;
2346
2523
  }>, {
2524
+ orientation: "vertical" | "horizontal" | "responsive";
2525
+ type: ComponentType;
2526
+ labelAlign: "left" | "middle" | "right";
2527
+ labelWidth: string;
2528
+ radioDirection: "horizontal" | "vertical";
2529
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2530
+
2531
+ export declare const JFormModal: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
2532
+
2533
+ declare interface JFormModalProps {
2534
+ open: boolean;
2535
+ title?: string;
2536
+ description?: string;
2537
+ schema: FormSchema;
2538
+ modelValue?: Record<string, any>;
2539
+ size?: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
2540
+ buttonType?: 'Ok' | 'OkCancel';
2541
+ confirmText?: string;
2542
+ cancelText?: string;
2543
+ confirmVariant?: 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
2544
+ confirmDisabled?: boolean;
2545
+ }
2546
+
2547
+ export declare const JGrid: DefineComponent<__VLS_Props_24, {
2347
2548
  gridApi: Ref<any, any>;
2348
2549
  gridColumnApi: Ref<any, any>;
2349
2550
  exportToExcel: () => void;
@@ -2355,64 +2556,7 @@ selectionChanged: (event: SelectionChangedEvent<any, any>) => any;
2355
2556
  cellValueChanged: (event: CellValueChangedEvent<any, any, any>) => any;
2356
2557
  gridReady: (event: GridReadyEvent<any, any>) => any;
2357
2558
  "update:selectedRows": (rows: any[]) => any;
2358
- }, PublicProps, {
2359
- theme: string;
2360
- pagination: boolean;
2361
- checkbox: boolean;
2362
- rowNumbers: boolean;
2363
- actionButtons: ActionButton[];
2364
- autoDetectDarkMode: boolean;
2365
- summaryColumn: boolean;
2366
- hiddenColumn: boolean;
2367
- enableGrouping: boolean;
2368
- enablePivot: boolean;
2369
- enableExcelExport: boolean;
2370
- enableTreeData: boolean;
2371
- getDataPath: (data: any) => (string | number)[];
2372
- autoGroupColumnDef: ColDef;
2373
- selectedRows: any[];
2374
- columnHover: boolean;
2375
- enableColumnsToolPanel: boolean;
2376
- statusBar: boolean;
2377
- compactFooter: boolean;
2378
- rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
2379
- groupDefaultExpanded: number;
2380
- pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
2381
- pivotMode: boolean;
2382
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
2383
- P: {};
2384
- B: {};
2385
- D: {};
2386
- C: {};
2387
- M: {};
2388
- Defaults: {};
2389
- }, Readonly<{
2390
- rowData: any[];
2391
- columnDefs: ColDef[];
2392
- theme?: string;
2393
- pagination?: boolean;
2394
- checkbox?: boolean;
2395
- rowNumbers?: boolean;
2396
- actionButtons?: ActionButton[];
2397
- autoDetectDarkMode?: boolean;
2398
- summaryColumn?: boolean;
2399
- hiddenColumn?: boolean;
2400
- enableGrouping?: boolean;
2401
- enablePivot?: boolean;
2402
- enableExcelExport?: boolean;
2403
- enableTreeData?: boolean;
2404
- getDataPath?: (data: any) => (string | number)[];
2405
- autoGroupColumnDef?: ColDef;
2406
- selectedRows?: any[];
2407
- columnHover?: boolean;
2408
- enableColumnsToolPanel?: boolean;
2409
- statusBar?: boolean;
2410
- compactFooter?: boolean;
2411
- rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
2412
- groupDefaultExpanded?: number;
2413
- pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
2414
- pivotMode?: boolean;
2415
- }> & Readonly<{
2559
+ }, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
2416
2560
  onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
2417
2561
  onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
2418
2562
  onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
@@ -2421,10 +2565,6 @@ onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | un
2421
2565
  onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
2422
2566
  "onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
2423
2567
  }>, {
2424
- gridApi: Ref<any, any>;
2425
- gridColumnApi: Ref<any, any>;
2426
- exportToExcel: () => void;
2427
- }, {}, {}, {}, {
2428
2568
  theme: string;
2429
2569
  pagination: boolean;
2430
2570
  checkbox: boolean;
@@ -2448,311 +2588,336 @@ rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
2448
2588
  groupDefaultExpanded: number;
2449
2589
  pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
2450
2590
  pivotMode: boolean;
2451
- }> | null;
2452
- }, HTMLDivElement>;
2453
-
2454
- /** 필터 설정 타입 */
2455
- declare interface FilterDisplayItem {
2456
- /** 표시할 라벨 */
2457
- label: string;
2458
- /** 값을 표시용 문자열로 변환 (예: combo value -> label) */
2459
- displayValue?: (value: unknown) => string;
2460
- }
2461
-
2462
- declare interface FormSchema {
2463
- id: string;
2464
- name: string;
2465
- type: 'simple' | 'sectioned' | 'wizard' | 'conditional';
2466
- fields?: DynamicFormField[];
2467
- sections?: FormSection[];
2468
- steps?: FormStep[];
2469
- layout?: {
2470
- columns?: number;
2471
- };
2472
- globalStyle?: GlobalStyle;
2473
- events?: {
2474
- onSubmit?: (values: Record<string, any>) => void;
2475
- onChange?: (field: string, value: any) => void;
2476
- onError?: (errors: any) => void;
2477
- };
2478
- }
2479
-
2480
- declare interface FormSection {
2481
- id: string;
2482
- title: string;
2483
- collapsible: boolean;
2484
- defaultCollapsed: boolean;
2485
- fields: DynamicFormField[];
2486
- }
2591
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2487
2592
 
2488
- declare interface FormStep {
2489
- id: string;
2490
- title: string;
2491
- description?: string;
2492
- fields: DynamicFormField[];
2493
- }
2593
+ export declare const JGroupCombo: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2594
+ "update:modelValue": (value: string | number) => any;
2595
+ change: (value: string | number) => any;
2596
+ focus: (event: FocusEvent) => any;
2597
+ blur: (event: FocusEvent) => any;
2598
+ }, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
2599
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
2600
+ onChange?: ((value: string | number) => any) | undefined;
2601
+ onFocus?: ((event: FocusEvent) => any) | undefined;
2602
+ onBlur?: ((event: FocusEvent) => any) | undefined;
2603
+ }>, {
2604
+ disabled: boolean;
2605
+ placeholder: string;
2606
+ required: boolean;
2607
+ styletype: StyleType_21;
2608
+ groupedOptions: GroupedOption[];
2609
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2494
2610
 
2495
- declare interface GlobalStyle {
2496
- colCount?: 'row-1' | 'row' | 'row-3' | 'row-4' | 'row-5' | 'row-6' | 'row-7' | 'row-8';
2497
- labelPosition?: 'horizontal' | 'vertical';
2498
- labelAlign?: 'left' | 'middle' | 'right';
2499
- styleType?: ControlStyleType;
2500
- controlSize?: 'sm' | 'md' | 'lg';
2501
- variant?: 'default' | 'outline' | 'secondary' | 'destructive' | 'ghost';
2502
- }
2611
+ export declare const JHeader: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
2503
2612
 
2504
- declare interface GroupedOption {
2505
- groupLabel: string;
2506
- options: Option_4[];
2507
- }
2613
+ export declare const JIcon: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
2614
+ size: SizeType_3;
2615
+ role: string;
2616
+ styletype: StyleType_18;
2617
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2508
2618
 
2509
- declare function handleError(errs: any): void;
2619
+ export declare const JImage: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2620
+ click: (event: MouseEvent) => any;
2621
+ mouseover: (event: MouseEvent) => any;
2622
+ mouseout: (event: MouseEvent) => any;
2623
+ }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
2624
+ onClick?: ((event: MouseEvent) => any) | undefined;
2625
+ onMouseover?: ((event: MouseEvent) => any) | undefined;
2626
+ onMouseout?: ((event: MouseEvent) => any) | undefined;
2627
+ }>, {
2628
+ placeholder: string;
2629
+ styletype: StyleType_11;
2630
+ alt: string;
2631
+ errorText: string;
2632
+ clickable: boolean;
2633
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2510
2634
 
2511
- declare function handleSubmit(): void;
2635
+ export declare const JInput: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
2512
2636
 
2513
- /**
2514
- * JHeader - 상단 헤더 컴포넌트 (organisms)
2515
- * Header Component
2516
- *
2517
- * @description
2518
- * 애플리케이션의 상단 헤더 영역을 담당하는 컴포넌트입니다.
2519
- * 로고, 네비게이션, 검색, 알림, 사용자 메뉴 등을 포함할 수 있습니다.
2520
- *
2521
- * @example
2522
- * ```vue
2523
- * <JHeader
2524
- * logo="/logo.png"
2525
- * :user-menu-items="userMenuItems"
2526
- * @logo-click="handleLogoClick"
2527
- * />
2528
- * ```
2529
- */
2530
- export declare type HeaderNavItem = {
2531
- /** 라벨 */
2532
- label: string;
2533
- /** 링크 URL */
2534
- href?: string;
2535
- /** 아이콘 */
2536
- icon?: string;
2537
- /** 활성 상태 */
2538
- active?: boolean;
2539
- /** 클릭 핸들러 */
2540
- onClick?: () => void;
2541
- };
2637
+ export declare const JKbd: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
2542
2638
 
2543
- declare type IconName = BaseIconName | CustomIconName;
2639
+ export declare const JLabel: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
2544
2640
 
2545
- export declare const JAccordion: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
2641
+ export declare const JLayout: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
2546
2642
 
2547
- export declare const JAlert: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
2643
+ export { JLayoutAdvanced }
2548
2644
 
2549
- export declare const JAvatar: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
2550
- size: Size;
2551
- shape: Shape;
2552
- styletype: StyleType_15;
2553
- alt: string;
2554
- fallback: string;
2555
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2645
+ export declare const JLayoutSimple: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
2556
2646
 
2557
- export declare const JBadge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
2647
+ export declare const JLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
2558
2648
 
2559
- export declare const JBreadcrumb: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2560
- itemClick: (item: BreadcrumbItem, index: number) => any;
2561
- }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
2562
- onItemClick?: ((item: BreadcrumbItem, index: number) => any) | undefined;
2563
- }>, {
2564
- styletype: StyleType_23;
2565
- separator: string;
2566
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
2649
+ export declare const JModal: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
2567
2650
 
2568
- export declare const JButton: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
2651
+ declare interface JModalProps {
2652
+ open: boolean;
2653
+ title?: string;
2654
+ description?: string;
2655
+ size?: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
2656
+ showFormField?: boolean;
2657
+ formFieldLabel?: string;
2658
+ formFieldError?: string;
2659
+ formFieldRequired?: boolean;
2660
+ formFieldInputType?: 'text' | 'email' | 'password' | 'number' | 'tel' | 'url';
2661
+ formFieldInputPlaceholder?: string;
2662
+ formFieldValue?: string;
2663
+ formFieldType?: 'input' | 'textarea' | 'checkbox' | 'switch' | 'combo' | 'radio' | 'searchCombo' | 'datepicker';
2664
+ buttonType?: 'Ok' | 'OkCancel';
2665
+ confirmText?: string;
2666
+ cancelText?: string;
2667
+ confirmVariant?: 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
2668
+ confirmDisabled?: boolean;
2669
+ disabled?: boolean;
2670
+ }
2569
2671
 
2570
- export declare const JButtonGroup: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
2672
+ export declare const JPageContainer: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
2571
2673
 
2572
- export declare const JCard: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
2674
+ export declare const JPopover: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
2573
2675
 
2574
- export declare const JCheckbox: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2575
- "update:modelValue": (value: string) => any;
2576
- change: (value: string) => any;
2577
- }, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
2578
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2579
- onChange?: ((value: string) => any) | undefined;
2580
- }>, {
2581
- disabled: boolean;
2676
+ export declare const JPreview: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
2582
2677
  modelValue: string;
2583
- required: boolean;
2584
- styletype: StyleType_4;
2585
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2678
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2586
2679
 
2587
- export declare const JCombo: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2680
+ export declare const JProgress: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
2681
+ label: string;
2682
+ size: SizeType;
2683
+ value: number;
2684
+ max: number;
2685
+ variant: VariantType;
2686
+ indeterminate: boolean;
2687
+ styletype: StyleType_13;
2688
+ showLabel: boolean;
2689
+ description: string;
2690
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2691
+
2692
+ export declare const JRadio: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2588
2693
  "update:modelValue": (value: string | number) => any;
2589
2694
  change: (value: string | number) => any;
2590
- focus: (event: FocusEvent) => any;
2591
- blur: (event: FocusEvent) => any;
2592
- }, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
2695
+ }, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
2593
2696
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
2594
2697
  onChange?: ((value: string | number) => any) | undefined;
2595
- onFocus?: ((event: FocusEvent) => any) | undefined;
2596
- onBlur?: ((event: FocusEvent) => any) | undefined;
2597
2698
  }>, {
2598
2699
  disabled: boolean;
2599
- multiple: boolean;
2600
- placeholder: string;
2601
2700
  required: boolean;
2602
- styletype: StyleType_5;
2603
- options: Option_2[];
2701
+ styletype: StyleType_7;
2702
+ options: Option_3[];
2604
2703
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2605
2704
 
2606
- export declare const JContextMenu: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
2705
+ export declare const JSearchAddr: DefineComponent<JSearchAddrProps, {
2706
+ close: () => void;
2707
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2708
+ search: () => any;
2709
+ error: (error: Error) => any;
2710
+ close: () => any;
2711
+ complete: (result: AddressResult) => any;
2712
+ "complete-raw": (data: PostcodeData) => any;
2713
+ }, string, PublicProps, Readonly<JSearchAddrProps> & Readonly<{
2714
+ onSearch?: (() => any) | undefined;
2715
+ onError?: ((error: Error) => any) | undefined;
2716
+ onClose?: (() => any) | undefined;
2717
+ onComplete?: ((result: AddressResult) => any) | undefined;
2718
+ "onComplete-raw"?: ((data: PostcodeData) => any) | undefined;
2719
+ }>, {
2720
+ title: string;
2721
+ height: string;
2722
+ width: string;
2723
+ theme: "default" | "dark";
2724
+ isOpen: boolean;
2725
+ closeOnBackdrop: boolean;
2726
+ closeOnEsc: boolean;
2727
+ defaultLanguage: LanguageType;
2728
+ autoComplete: boolean;
2729
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
2730
+ modalRef: HTMLDivElement;
2731
+ postcodeLayerRef: HTMLDivElement;
2732
+ }, any>;
2607
2733
 
2608
2734
  /**
2609
- * JContextMenu Props 인터페이스
2735
+ * JSearchAddr Props 인터페이스
2610
2736
  */
2611
- declare interface JContextMenuProps {
2612
- /** 메뉴 구조 (아이템 배열) */
2613
- items: ContextMenuGroup[];
2614
- /** 비활성화 여부 */
2615
- disabled?: boolean;
2616
- /** 추가 CSS 클래스 */
2617
- class?: string;
2737
+ declare interface JSearchAddrProps {
2738
+ /** 모달 열림 여부 */
2739
+ isOpen?: boolean;
2740
+ /** 모달 제목 */
2741
+ title?: string;
2742
+ /** 모달 너비 */
2743
+ width?: string;
2744
+ /** 모달 높이 */
2745
+ height?: string;
2746
+ /** 배경 클릭 시 닫기 */
2747
+ closeOnBackdrop?: boolean;
2748
+ /** ESC 키로 닫기 */
2749
+ closeOnEsc?: boolean;
2750
+ /** 기본 언어 설정 */
2751
+ defaultLanguage?: LanguageType;
2752
+ /** 테마 설정 */
2753
+ theme?: 'default' | 'dark';
2754
+ /** 검색 시 자동완성 사용 여부 */
2755
+ autoComplete?: boolean;
2618
2756
  }
2619
2757
 
2620
- export declare const JDatepicker: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2621
- "update:modelValue": (value: string | null) => any;
2622
- change: (value: string | null) => any;
2758
+ export declare const JSearchCombo: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2759
+ "update:modelValue": (value: ComboboxOption | undefined) => any;
2760
+ change: (value: ComboboxOption | undefined) => any;
2623
2761
  focus: (event: FocusEvent) => any;
2624
2762
  blur: (event: FocusEvent) => any;
2625
- }, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
2626
- "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
2627
- onChange?: ((value: string | null) => any) | undefined;
2763
+ }, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
2764
+ "onUpdate:modelValue"?: ((value: ComboboxOption | undefined) => any) | undefined;
2765
+ onChange?: ((value: ComboboxOption | undefined) => any) | undefined;
2628
2766
  onFocus?: ((event: FocusEvent) => any) | undefined;
2629
2767
  onBlur?: ((event: FocusEvent) => any) | undefined;
2630
2768
  }>, {
2769
+ disabled: boolean;
2770
+ multiple: boolean;
2631
2771
  placeholder: string;
2632
- styletype: "default" | "sm" | "lg";
2633
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2634
-
2635
- export declare const JDivider: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
2636
- orientation: "horizontal" | "vertical";
2637
- styletype: StyleType_9;
2772
+ required: boolean;
2773
+ styletype: StyleType_6;
2774
+ options: ComboboxOption[];
2775
+ searchPlaceholder: string;
2776
+ emptyText: string;
2638
2777
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2639
2778
 
2640
- export declare const JDynamicForm: DefineComponent<__VLS_Props_33, {
2779
+ export declare const JSearchPanel: DefineComponent<JSearchPanelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2780
+ "update:modelValue": (value: Record<string, any>) => any;
2781
+ submit: (values: Record<string, any>) => any;
2782
+ reset: () => any;
2783
+ }, string, PublicProps, Readonly<JSearchPanelProps> & Readonly<{
2784
+ "onUpdate:modelValue"?: ((value: Record<string, any>) => any) | undefined;
2785
+ onSubmit?: ((values: Record<string, any>) => any) | undefined;
2786
+ onReset?: (() => any) | undefined;
2787
+ }>, {
2788
+ collapsible: boolean;
2789
+ title: string;
2790
+ defaultCollapsed: boolean;
2791
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
2792
+ dynamicFormRef: CreateComponentPublicInstanceWithMixins<Readonly<{
2793
+ schema: FormSchema;
2794
+ modelValue?: Record<string, any>;
2795
+ }> & Readonly<{
2796
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2797
+ onError?: ((...args: any[]) => any) | undefined;
2798
+ onSubmit?: ((...args: any[]) => any) | undefined;
2799
+ onChange?: ((...args: any[]) => any) | undefined;
2800
+ }>, {
2641
2801
  formState: Record<string, any>;
2642
- submit: typeof handleSubmit;
2643
- reset: typeof reset;
2644
- handleError: typeof handleError;
2802
+ submit: () => void;
2803
+ reset: () => void;
2804
+ handleError: (errs: any) => void;
2645
2805
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2646
2806
  "update:modelValue": (...args: any[]) => void;
2647
2807
  error: (...args: any[]) => void;
2648
2808
  submit: (...args: any[]) => void;
2649
2809
  change: (...args: any[]) => void;
2650
- }, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
2810
+ }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLFormElement, ComponentProvideOptions, {
2811
+ P: {};
2812
+ B: {};
2813
+ D: {};
2814
+ C: {};
2815
+ M: {};
2816
+ Defaults: {};
2817
+ }, Readonly<{
2818
+ schema: FormSchema;
2819
+ modelValue?: Record<string, any>;
2820
+ }> & Readonly<{
2651
2821
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
2652
2822
  onError?: ((...args: any[]) => any) | undefined;
2653
2823
  onSubmit?: ((...args: any[]) => any) | undefined;
2654
2824
  onChange?: ((...args: any[]) => any) | undefined;
2655
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLFormElement>;
2656
-
2657
- export declare const JDynamicTabs: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
2658
-
2659
- /**
2660
- * JDynamicTabs Props 인터페이스 (organisms)
2661
- * JDynamicTabs Props interface for dynamic tabs
2662
- */
2663
- declare interface JDynamicTabsProps {
2664
- /** 초기 탭 배열 (Initial tabs array) */
2665
- initialTabs?: DynamicTab[];
2666
- /** 기본 활성화 탭 ID (Default active tab ID) */
2667
- defaultActiveId?: string;
2668
- /** 최대 탭 개수 (Maximum number of tabs, 0 = unlimited) */
2669
- maxTabs?: number;
2670
- /** 탭이 없을 때 표시할 메시지 (Message to show when no tabs) */
2671
- emptyMessage?: string;
2672
- /** 루트 컨테이너 추가 클래스 (Additional class for root container) */
2673
- className?: string;
2674
- /** 콘텐츠 영역 추가 클래스 (Additional class for content area) */
2675
- contentClassName?: string;
2676
- /** 스타일 타입 */
2677
- styletype?: 'default' | 'minimal';
2678
- }
2679
-
2680
- export declare const JEditor: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2681
- "update:modelValue": (value: string) => any;
2682
- change: (value: string) => any;
2683
- save: (value: string) => any;
2684
- }, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
2685
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
2686
- onChange?: ((value: string) => any) | undefined;
2687
- onSave?: ((value: string) => any) | undefined;
2688
2825
  }>, {
2689
- disabled: boolean;
2690
- modelValue: string;
2691
- placeholder: string;
2692
- height: string | number;
2693
- readonly: boolean;
2694
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2695
-
2696
- export declare const JFilterBar: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
2826
+ formState: Record<string, any>;
2827
+ submit: () => void;
2828
+ reset: () => void;
2829
+ handleError: (errs: any) => void;
2830
+ }, {}, {}, {}, {}> | null;
2831
+ }, HTMLDivElement>;
2697
2832
 
2698
- declare interface JFilterBarProps {
2699
- /** 필터바 타이틀 */
2833
+ declare interface JSearchPanelProps {
2834
+ /** 패널 제목 */
2700
2835
  title?: string;
2701
- /** 필터 접힘 상태 (v-model 지원) */
2702
- collapsed?: boolean;
2703
- /** 접기/펼치기 가능 여부. false면 토글 버튼 숨김 & 필터 항상 표시 */
2836
+ /** JDynamicForm에 전달할 FormSchema */
2837
+ schema: FormSchema;
2838
+ /** JDynamicForm의 v-model */
2839
+ modelValue?: Record<string, any>;
2840
+ /** 기본 접힘 상태 */
2841
+ defaultCollapsed?: boolean;
2842
+ /** 접기/펼치기 가능 여부 */
2704
2843
  collapsible?: boolean;
2705
- /** 필터 값 객체 (v-model:filterValues 지원) */
2706
- filterValues?: Record<string, unknown>;
2707
- /** 필터 표시 설정 (label, displayValue 등) */
2708
- filterDisplay?: Record<string, FilterDisplayItem>;
2709
- /** 초기화 버튼 표시 여부 */
2710
- showResetButton?: boolean;
2711
- /** 조회 버튼 표시 여부 */
2712
- showSearchButton?: boolean;
2713
- /** 초기화 버튼 텍스트 */
2714
- resetButtonText?: string;
2715
- /** 조회 버튼 텍스트 */
2716
- searchButtonText?: string;
2717
2844
  }
2718
2845
 
2719
- export declare const JFormField: DefineComponent<__VLS_Props_26, {
2720
- clearError: () => void;
2721
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2722
- "update:modelValue": (value: any) => any;
2723
- change: (value: any) => any;
2724
- focus: (event: FocusEvent) => any;
2725
- blur: (event: FocusEvent) => any;
2726
- }, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
2727
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
2728
- onChange?: ((value: any) => any) | undefined;
2729
- onFocus?: ((event: FocusEvent) => any) | undefined;
2730
- onBlur?: ((event: FocusEvent) => any) | undefined;
2731
- }>, {
2732
- orientation: "vertical" | "horizontal" | "responsive";
2733
- type: ComponentType;
2734
- labelAlign: "left" | "middle" | "right";
2735
- labelWidth: string;
2736
- radioDirection: "horizontal" | "vertical";
2846
+ export declare const JSectionTitle: DefineComponent<JSectionTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<JSectionTitleProps> & Readonly<{}>, {
2847
+ variant: SectionTitleVariant;
2737
2848
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2738
2849
 
2739
- export declare const JFormModal: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
2740
-
2741
- declare interface JFormModalProps {
2742
- open: boolean;
2743
- title?: string;
2744
- description?: string;
2745
- schema: FormSchema;
2746
- modelValue?: Record<string, any>;
2747
- size?: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
2748
- buttonType?: 'Ok' | 'OkCancel';
2749
- confirmText?: string;
2750
- cancelText?: string;
2751
- confirmVariant?: 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
2752
- confirmDisabled?: boolean;
2850
+ declare interface JSectionTitleProps {
2851
+ /** 섹션 제목 */
2852
+ title: string;
2853
+ /** 서브 타이틀 (선택) */
2854
+ subtitle?: string;
2855
+ /** 스타일 variant */
2856
+ variant?: SectionTitleVariant;
2857
+ /** 아이콘 이름 (선택) */
2858
+ icon?: string;
2859
+ /** 추가 CSS 클래스 */
2860
+ class?: string;
2753
2861
  }
2754
2862
 
2755
- export declare const JGrid: DefineComponent<__VLS_Props_24, {
2863
+ export declare const JShuttle: DefineComponent<JShuttleProps, {
2864
+ leftGridRef: Ref<any, any>;
2865
+ rightGridRef: Ref<any, any>;
2866
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2867
+ move: (args_0: {
2868
+ items: ShuttleItem[];
2869
+ direction: "toRight" | "toLeft";
2870
+ }) => any;
2871
+ "update:leftData": (data: ShuttleItem[]) => any;
2872
+ "update:rightData": (data: ShuttleItem[]) => any;
2873
+ }, string, PublicProps, Readonly<JShuttleProps> & Readonly<{
2874
+ onMove?: ((args_0: {
2875
+ items: ShuttleItem[];
2876
+ direction: "toRight" | "toLeft";
2877
+ }) => any) | undefined;
2878
+ "onUpdate:leftData"?: ((data: ShuttleItem[]) => any) | undefined;
2879
+ "onUpdate:rightData"?: ((data: ShuttleItem[]) => any) | undefined;
2880
+ }>, {
2881
+ leftTitle: string;
2882
+ rightTitle: string;
2883
+ searchable: boolean;
2884
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
2885
+ leftGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
2886
+ class?: string;
2887
+ rowData: any[];
2888
+ columnDefs: ColDef[];
2889
+ theme?: string;
2890
+ pagination?: boolean;
2891
+ checkbox?: boolean;
2892
+ rowNumbers?: boolean;
2893
+ actionButtons?: ActionButton[];
2894
+ autoDetectDarkMode?: boolean;
2895
+ summaryColumn?: boolean;
2896
+ hiddenColumn?: boolean;
2897
+ enableGrouping?: boolean;
2898
+ enablePivot?: boolean;
2899
+ enableExcelExport?: boolean;
2900
+ enableTreeData?: boolean;
2901
+ getDataPath?: (data: any) => (string | number)[];
2902
+ autoGroupColumnDef?: ColDef;
2903
+ selectedRows?: any[];
2904
+ columnHover?: boolean;
2905
+ enableColumnsToolPanel?: boolean;
2906
+ statusBar?: boolean;
2907
+ compactFooter?: boolean;
2908
+ rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
2909
+ groupDefaultExpanded?: number;
2910
+ pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
2911
+ pivotMode?: boolean;
2912
+ }> & Readonly<{
2913
+ onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
2914
+ onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
2915
+ onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
2916
+ onSelectionChanged?: ((event: SelectionChangedEvent<any, any>) => any) | undefined;
2917
+ onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | undefined;
2918
+ onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
2919
+ "onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
2920
+ }>, {
2756
2921
  gridApi: Ref<any, any>;
2757
2922
  gridColumnApi: Ref<any, any>;
2758
2923
  exportToExcel: () => void;
@@ -2764,7 +2929,207 @@ selectionChanged: (event: SelectionChangedEvent<any, any>) => any;
2764
2929
  cellValueChanged: (event: CellValueChangedEvent<any, any, any>) => any;
2765
2930
  gridReady: (event: GridReadyEvent<any, any>) => any;
2766
2931
  "update:selectedRows": (rows: any[]) => any;
2767
- }, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
2932
+ }, PublicProps, {
2933
+ theme: string;
2934
+ pagination: boolean;
2935
+ checkbox: boolean;
2936
+ rowNumbers: boolean;
2937
+ actionButtons: ActionButton[];
2938
+ autoDetectDarkMode: boolean;
2939
+ summaryColumn: boolean;
2940
+ hiddenColumn: boolean;
2941
+ enableGrouping: boolean;
2942
+ enablePivot: boolean;
2943
+ enableExcelExport: boolean;
2944
+ enableTreeData: boolean;
2945
+ getDataPath: (data: any) => (string | number)[];
2946
+ autoGroupColumnDef: ColDef;
2947
+ selectedRows: any[];
2948
+ columnHover: boolean;
2949
+ enableColumnsToolPanel: boolean;
2950
+ statusBar: boolean;
2951
+ compactFooter: boolean;
2952
+ rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
2953
+ groupDefaultExpanded: number;
2954
+ pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
2955
+ pivotMode: boolean;
2956
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
2957
+ P: {};
2958
+ B: {};
2959
+ D: {};
2960
+ C: {};
2961
+ M: {};
2962
+ Defaults: {};
2963
+ }, Readonly<{
2964
+ class?: string;
2965
+ rowData: any[];
2966
+ columnDefs: ColDef[];
2967
+ theme?: string;
2968
+ pagination?: boolean;
2969
+ checkbox?: boolean;
2970
+ rowNumbers?: boolean;
2971
+ actionButtons?: ActionButton[];
2972
+ autoDetectDarkMode?: boolean;
2973
+ summaryColumn?: boolean;
2974
+ hiddenColumn?: boolean;
2975
+ enableGrouping?: boolean;
2976
+ enablePivot?: boolean;
2977
+ enableExcelExport?: boolean;
2978
+ enableTreeData?: boolean;
2979
+ getDataPath?: (data: any) => (string | number)[];
2980
+ autoGroupColumnDef?: ColDef;
2981
+ selectedRows?: any[];
2982
+ columnHover?: boolean;
2983
+ enableColumnsToolPanel?: boolean;
2984
+ statusBar?: boolean;
2985
+ compactFooter?: boolean;
2986
+ rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
2987
+ groupDefaultExpanded?: number;
2988
+ pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
2989
+ pivotMode?: boolean;
2990
+ }> & Readonly<{
2991
+ onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
2992
+ onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
2993
+ onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
2994
+ onSelectionChanged?: ((event: SelectionChangedEvent<any, any>) => any) | undefined;
2995
+ onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | undefined;
2996
+ onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
2997
+ "onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
2998
+ }>, {
2999
+ gridApi: Ref<any, any>;
3000
+ gridColumnApi: Ref<any, any>;
3001
+ exportToExcel: () => void;
3002
+ }, {}, {}, {}, {
3003
+ theme: string;
3004
+ pagination: boolean;
3005
+ checkbox: boolean;
3006
+ rowNumbers: boolean;
3007
+ actionButtons: ActionButton[];
3008
+ autoDetectDarkMode: boolean;
3009
+ summaryColumn: boolean;
3010
+ hiddenColumn: boolean;
3011
+ enableGrouping: boolean;
3012
+ enablePivot: boolean;
3013
+ enableExcelExport: boolean;
3014
+ enableTreeData: boolean;
3015
+ getDataPath: (data: any) => (string | number)[];
3016
+ autoGroupColumnDef: ColDef;
3017
+ selectedRows: any[];
3018
+ columnHover: boolean;
3019
+ enableColumnsToolPanel: boolean;
3020
+ statusBar: boolean;
3021
+ compactFooter: boolean;
3022
+ rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
3023
+ groupDefaultExpanded: number;
3024
+ pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
3025
+ pivotMode: boolean;
3026
+ }> | null;
3027
+ rightGridRef: CreateComponentPublicInstanceWithMixins<Readonly<{
3028
+ class?: string;
3029
+ rowData: any[];
3030
+ columnDefs: ColDef[];
3031
+ theme?: string;
3032
+ pagination?: boolean;
3033
+ checkbox?: boolean;
3034
+ rowNumbers?: boolean;
3035
+ actionButtons?: ActionButton[];
3036
+ autoDetectDarkMode?: boolean;
3037
+ summaryColumn?: boolean;
3038
+ hiddenColumn?: boolean;
3039
+ enableGrouping?: boolean;
3040
+ enablePivot?: boolean;
3041
+ enableExcelExport?: boolean;
3042
+ enableTreeData?: boolean;
3043
+ getDataPath?: (data: any) => (string | number)[];
3044
+ autoGroupColumnDef?: ColDef;
3045
+ selectedRows?: any[];
3046
+ columnHover?: boolean;
3047
+ enableColumnsToolPanel?: boolean;
3048
+ statusBar?: boolean;
3049
+ compactFooter?: boolean;
3050
+ rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
3051
+ groupDefaultExpanded?: number;
3052
+ pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
3053
+ pivotMode?: boolean;
3054
+ }> & Readonly<{
3055
+ onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
3056
+ onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
3057
+ onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
3058
+ onSelectionChanged?: ((event: SelectionChangedEvent<any, any>) => any) | undefined;
3059
+ onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | undefined;
3060
+ onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
3061
+ "onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
3062
+ }>, {
3063
+ gridApi: Ref<any, any>;
3064
+ gridColumnApi: Ref<any, any>;
3065
+ exportToExcel: () => void;
3066
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3067
+ rowClicked: (event: RowClickedEvent<any, any>) => any;
3068
+ rowDoubleClicked: (event: RowDoubleClickedEvent<any, any>) => any;
3069
+ cellClicked: (event: CellClickedEvent<any, any, any>) => any;
3070
+ selectionChanged: (event: SelectionChangedEvent<any, any>) => any;
3071
+ cellValueChanged: (event: CellValueChangedEvent<any, any, any>) => any;
3072
+ gridReady: (event: GridReadyEvent<any, any>) => any;
3073
+ "update:selectedRows": (rows: any[]) => any;
3074
+ }, PublicProps, {
3075
+ theme: string;
3076
+ pagination: boolean;
3077
+ checkbox: boolean;
3078
+ rowNumbers: boolean;
3079
+ actionButtons: ActionButton[];
3080
+ autoDetectDarkMode: boolean;
3081
+ summaryColumn: boolean;
3082
+ hiddenColumn: boolean;
3083
+ enableGrouping: boolean;
3084
+ enablePivot: boolean;
3085
+ enableExcelExport: boolean;
3086
+ enableTreeData: boolean;
3087
+ getDataPath: (data: any) => (string | number)[];
3088
+ autoGroupColumnDef: ColDef;
3089
+ selectedRows: any[];
3090
+ columnHover: boolean;
3091
+ enableColumnsToolPanel: boolean;
3092
+ statusBar: boolean;
3093
+ compactFooter: boolean;
3094
+ rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
3095
+ groupDefaultExpanded: number;
3096
+ pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
3097
+ pivotMode: boolean;
3098
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
3099
+ P: {};
3100
+ B: {};
3101
+ D: {};
3102
+ C: {};
3103
+ M: {};
3104
+ Defaults: {};
3105
+ }, Readonly<{
3106
+ class?: string;
3107
+ rowData: any[];
3108
+ columnDefs: ColDef[];
3109
+ theme?: string;
3110
+ pagination?: boolean;
3111
+ checkbox?: boolean;
3112
+ rowNumbers?: boolean;
3113
+ actionButtons?: ActionButton[];
3114
+ autoDetectDarkMode?: boolean;
3115
+ summaryColumn?: boolean;
3116
+ hiddenColumn?: boolean;
3117
+ enableGrouping?: boolean;
3118
+ enablePivot?: boolean;
3119
+ enableExcelExport?: boolean;
3120
+ enableTreeData?: boolean;
3121
+ getDataPath?: (data: any) => (string | number)[];
3122
+ autoGroupColumnDef?: ColDef;
3123
+ selectedRows?: any[];
3124
+ columnHover?: boolean;
3125
+ enableColumnsToolPanel?: boolean;
3126
+ statusBar?: boolean;
3127
+ compactFooter?: boolean;
3128
+ rowGroupPanelShow?: "always" | "onlyWhenGrouping" | "never";
3129
+ groupDefaultExpanded?: number;
3130
+ pivotPanelShow?: "always" | "onlyWhenPivoting" | "never";
3131
+ pivotMode?: boolean;
3132
+ }> & Readonly<{
2768
3133
  onRowClicked?: ((event: RowClickedEvent<any, any>) => any) | undefined;
2769
3134
  onRowDoubleClicked?: ((event: RowDoubleClickedEvent<any, any>) => any) | undefined;
2770
3135
  onCellClicked?: ((event: CellClickedEvent<any, any, any>) => any) | undefined;
@@ -2773,6 +3138,10 @@ onCellValueChanged?: ((event: CellValueChangedEvent<any, any, any>) => any) | un
2773
3138
  onGridReady?: ((event: GridReadyEvent<any, any>) => any) | undefined;
2774
3139
  "onUpdate:selectedRows"?: ((rows: any[]) => any) | undefined;
2775
3140
  }>, {
3141
+ gridApi: Ref<any, any>;
3142
+ gridColumnApi: Ref<any, any>;
3143
+ exportToExcel: () => void;
3144
+ }, {}, {}, {}, {
2776
3145
  theme: string;
2777
3146
  pagination: boolean;
2778
3147
  checkbox: boolean;
@@ -2796,259 +3165,24 @@ rowGroupPanelShow: "always" | "onlyWhenGrouping" | "never";
2796
3165
  groupDefaultExpanded: number;
2797
3166
  pivotPanelShow: "always" | "onlyWhenPivoting" | "never";
2798
3167
  pivotMode: boolean;
2799
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2800
-
2801
- export declare const JGroupCombo: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2802
- "update:modelValue": (value: string | number) => any;
2803
- change: (value: string | number) => any;
2804
- focus: (event: FocusEvent) => any;
2805
- blur: (event: FocusEvent) => any;
2806
- }, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
2807
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
2808
- onChange?: ((value: string | number) => any) | undefined;
2809
- onFocus?: ((event: FocusEvent) => any) | undefined;
2810
- onBlur?: ((event: FocusEvent) => any) | undefined;
2811
- }>, {
2812
- disabled: boolean;
2813
- placeholder: string;
2814
- required: boolean;
2815
- styletype: StyleType_21;
2816
- groupedOptions: GroupedOption[];
2817
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2818
-
2819
- export declare const JHeader: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
2820
-
2821
- export declare const JIcon: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
2822
- size: SizeType_3;
2823
- role: string;
2824
- styletype: StyleType_18;
2825
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2826
-
2827
- export declare const JImage: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2828
- click: (event: MouseEvent) => any;
2829
- mouseover: (event: MouseEvent) => any;
2830
- mouseout: (event: MouseEvent) => any;
2831
- }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
2832
- onClick?: ((event: MouseEvent) => any) | undefined;
2833
- onMouseover?: ((event: MouseEvent) => any) | undefined;
2834
- onMouseout?: ((event: MouseEvent) => any) | undefined;
2835
- }>, {
2836
- placeholder: string;
2837
- styletype: StyleType_11;
2838
- alt: string;
2839
- errorText: string;
2840
- clickable: boolean;
2841
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2842
-
2843
- export declare const JInput: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
2844
-
2845
- export declare const JKbd: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
2846
-
2847
- export declare const JLabel: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
2848
-
2849
- export declare const JLayout: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
2850
-
2851
- export { JLayoutAdvanced }
2852
-
2853
- export declare const JLayoutSimple: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
2854
-
2855
- export declare const JLink: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
2856
-
2857
- export declare const JModal: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
2858
-
2859
- declare interface JModalProps {
2860
- open: boolean;
2861
- title?: string;
2862
- description?: string;
2863
- size?: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
2864
- showFormField?: boolean;
2865
- formFieldLabel?: string;
2866
- formFieldError?: string;
2867
- formFieldRequired?: boolean;
2868
- formFieldInputType?: 'text' | 'email' | 'password' | 'number' | 'tel' | 'url';
2869
- formFieldInputPlaceholder?: string;
2870
- formFieldValue?: string;
2871
- formFieldType?: 'input' | 'textarea' | 'checkbox' | 'switch' | 'combo' | 'radio' | 'searchCombo' | 'datepicker';
2872
- buttonType?: 'Ok' | 'OkCancel';
2873
- confirmText?: string;
2874
- cancelText?: string;
2875
- confirmVariant?: 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link';
2876
- confirmDisabled?: boolean;
2877
- disabled?: boolean;
2878
- }
2879
-
2880
- export declare const JPageContainer: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
2881
-
2882
- export declare const JPopover: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
2883
-
2884
- export declare const JPreview: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
2885
- modelValue: string;
2886
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2887
-
2888
- export declare const JProgress: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
2889
- label: string;
2890
- size: SizeType;
2891
- value: number;
2892
- max: number;
2893
- variant: VariantType;
2894
- indeterminate: boolean;
2895
- styletype: StyleType_13;
2896
- showLabel: boolean;
2897
- description: string;
2898
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2899
-
2900
- export declare const JRadio: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2901
- "update:modelValue": (value: string | number) => any;
2902
- change: (value: string | number) => any;
2903
- }, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
2904
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
2905
- onChange?: ((value: string | number) => any) | undefined;
2906
- }>, {
2907
- disabled: boolean;
2908
- required: boolean;
2909
- styletype: StyleType_7;
2910
- options: Option_3[];
2911
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2912
-
2913
- export declare const JSearchAddr: DefineComponent<JSearchAddrProps, {
2914
- close: () => void;
2915
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2916
- search: () => any;
2917
- error: (error: Error) => any;
2918
- close: () => any;
2919
- complete: (result: AddressResult) => any;
2920
- "complete-raw": (data: PostcodeData) => any;
2921
- }, string, PublicProps, Readonly<JSearchAddrProps> & Readonly<{
2922
- onSearch?: (() => any) | undefined;
2923
- onError?: ((error: Error) => any) | undefined;
2924
- onClose?: (() => any) | undefined;
2925
- onComplete?: ((result: AddressResult) => any) | undefined;
2926
- "onComplete-raw"?: ((data: PostcodeData) => any) | undefined;
2927
- }>, {
2928
- title: string;
2929
- height: string;
2930
- width: string;
2931
- theme: "default" | "dark";
2932
- isOpen: boolean;
2933
- closeOnBackdrop: boolean;
2934
- closeOnEsc: boolean;
2935
- defaultLanguage: LanguageType;
2936
- autoComplete: boolean;
2937
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
2938
- modalRef: HTMLDivElement;
2939
- postcodeLayerRef: HTMLDivElement;
2940
- }, any>;
2941
-
2942
- /**
2943
- * JSearchAddr Props 인터페이스
2944
- */
2945
- declare interface JSearchAddrProps {
2946
- /** 모달 열림 여부 */
2947
- isOpen?: boolean;
2948
- /** 모달 제목 */
2949
- title?: string;
2950
- /** 모달 너비 */
2951
- width?: string;
2952
- /** 모달 높이 */
2953
- height?: string;
2954
- /** 배경 클릭 시 닫기 */
2955
- closeOnBackdrop?: boolean;
2956
- /** ESC 키로 닫기 */
2957
- closeOnEsc?: boolean;
2958
- /** 기본 언어 설정 */
2959
- defaultLanguage?: LanguageType;
2960
- /** 테마 설정 */
2961
- theme?: 'default' | 'dark';
2962
- /** 검색 시 자동완성 사용 여부 */
2963
- autoComplete?: boolean;
2964
- }
2965
-
2966
- export declare const JSearchCombo: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2967
- "update:modelValue": (value: ComboboxOption | undefined) => any;
2968
- change: (value: ComboboxOption | undefined) => any;
2969
- focus: (event: FocusEvent) => any;
2970
- blur: (event: FocusEvent) => any;
2971
- }, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
2972
- "onUpdate:modelValue"?: ((value: ComboboxOption | undefined) => any) | undefined;
2973
- onChange?: ((value: ComboboxOption | undefined) => any) | undefined;
2974
- onFocus?: ((event: FocusEvent) => any) | undefined;
2975
- onBlur?: ((event: FocusEvent) => any) | undefined;
2976
- }>, {
2977
- disabled: boolean;
2978
- multiple: boolean;
2979
- placeholder: string;
2980
- required: boolean;
2981
- styletype: StyleType_6;
2982
- options: ComboboxOption[];
2983
- searchPlaceholder: string;
2984
- emptyText: string;
2985
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2986
-
2987
- export declare const JSearchPanel: DefineComponent<JSearchPanelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2988
- "update:modelValue": (value: Record<string, any>) => any;
2989
- submit: (values: Record<string, any>) => any;
2990
- reset: () => any;
2991
- }, string, PublicProps, Readonly<JSearchPanelProps> & Readonly<{
2992
- "onUpdate:modelValue"?: ((value: Record<string, any>) => any) | undefined;
2993
- onSubmit?: ((values: Record<string, any>) => any) | undefined;
2994
- onReset?: (() => any) | undefined;
2995
- }>, {
2996
- collapsible: boolean;
2997
- title: string;
2998
- defaultCollapsed: boolean;
2999
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
3000
- dynamicFormRef: CreateComponentPublicInstanceWithMixins<Readonly<{
3001
- schema: FormSchema;
3002
- modelValue?: Record<string, any>;
3003
- }> & Readonly<{
3004
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3005
- onError?: ((...args: any[]) => any) | undefined;
3006
- onSubmit?: ((...args: any[]) => any) | undefined;
3007
- onChange?: ((...args: any[]) => any) | undefined;
3008
- }>, {
3009
- formState: Record<string, any>;
3010
- submit: () => void;
3011
- reset: () => void;
3012
- handleError: (errs: any) => void;
3013
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3014
- "update:modelValue": (...args: any[]) => void;
3015
- error: (...args: any[]) => void;
3016
- submit: (...args: any[]) => void;
3017
- change: (...args: any[]) => void;
3018
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLFormElement, ComponentProvideOptions, {
3019
- P: {};
3020
- B: {};
3021
- D: {};
3022
- C: {};
3023
- M: {};
3024
- Defaults: {};
3025
- }, Readonly<{
3026
- schema: FormSchema;
3027
- modelValue?: Record<string, any>;
3028
- }> & Readonly<{
3029
- "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
3030
- onError?: ((...args: any[]) => any) | undefined;
3031
- onSubmit?: ((...args: any[]) => any) | undefined;
3032
- onChange?: ((...args: any[]) => any) | undefined;
3033
- }>, {
3034
- formState: Record<string, any>;
3035
- submit: () => void;
3036
- reset: () => void;
3037
- handleError: (errs: any) => void;
3038
- }, {}, {}, {}, {}> | null;
3168
+ }> | null;
3039
3169
  }, HTMLDivElement>;
3040
3170
 
3041
- declare interface JSearchPanelProps {
3042
- /** 패널 제목 */
3043
- title?: string;
3044
- /** JDynamicForm에 전달할 FormSchema */
3045
- schema: FormSchema;
3046
- /** JDynamicForm의 v-model */
3047
- modelValue?: Record<string, any>;
3048
- /** 기본 접힘 상태 */
3049
- defaultCollapsed?: boolean;
3050
- /** 접기/펼치기 가능 여부 */
3051
- collapsible?: boolean;
3171
+ declare interface JShuttleProps {
3172
+ /** 왼쪽 그리드 제목 */
3173
+ leftTitle?: string;
3174
+ /** 오른쪽 그리드 제목 */
3175
+ rightTitle?: string;
3176
+ /** 왼쪽 그리드 데이터 (Unmapped) */
3177
+ leftData: ShuttleItem[];
3178
+ /** 오른쪽 그리드 데이터 (Mapped) */
3179
+ rightData: ShuttleItem[];
3180
+ /** 컬럼 정의 (양쪽 그리드 공통) */
3181
+ columnDefs: ColDef[];
3182
+ /** 검색 활성화 여부 */
3183
+ searchable?: boolean;
3184
+ /** 추가 CSS 클래스 */
3185
+ class?: string;
3052
3186
  }
3053
3187
 
3054
3188
  export declare const JSidebarAdvanced: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
@@ -3111,9 +3245,9 @@ declare interface JTabsProps {
3111
3245
  /** 현재 활성화된 탭 ID (Current active tab ID) */
3112
3246
  activeTabId?: string;
3113
3247
  /** 루트 컨테이너 추가 클래스 (Additional class for root container) */
3114
- className?: string;
3248
+ class?: string;
3115
3249
  /** 탭 리스트 추가 클래스 (Additional class for tabs list) */
3116
- listClassName?: string;
3250
+ listClass?: string;
3117
3251
  /** 스타일 타입 */
3118
3252
  styletype?: 'default' | 'minimal';
3119
3253
  }
@@ -3288,8 +3422,17 @@ declare interface PostcodeData {
3288
3422
 
3289
3423
  declare function reset(): void;
3290
3424
 
3425
+ declare type SectionTitleVariant = 'default' | 'primary' | 'secondary' | 'accent';
3426
+
3291
3427
  declare type Shape = 'circle' | 'square' | 'rounded';
3292
3428
 
3429
+ declare interface ShuttleItem {
3430
+ /** 아이템 고유 ID */
3431
+ id: string | number;
3432
+ /** 아이템 데이터 (AG Grid row data) */
3433
+ [key: string]: any;
3434
+ }
3435
+
3293
3436
  /**
3294
3437
  * 사이드바 메뉴 아이템
3295
3438
  * Sidebar Menu Item