@j-solution/components 1.1.1 → 1.2.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 (53) hide show
  1. package/USAGE_GUIDE.md +1068 -61
  2. package/assets/jwms-portal-frontend-D8DdrheA.css +1 -0
  3. package/assets/styles/j-components.css +1 -1
  4. package/components/atoms/JEditor.vue.cjs +7 -0
  5. package/components/atoms/JEditor.vue.cjs.map +1 -0
  6. package/components/atoms/JEditor.vue.js +13 -0
  7. package/components/atoms/JEditor.vue.js.map +1 -0
  8. package/components/atoms/JEditor.vue2.cjs +2 -0
  9. package/components/atoms/JEditor.vue2.cjs.map +1 -0
  10. package/components/atoms/JEditor.vue2.js +43 -0
  11. package/components/atoms/JEditor.vue2.js.map +1 -0
  12. package/components/atoms/JPreview.vue.cjs +7 -0
  13. package/components/atoms/JPreview.vue.cjs.map +1 -0
  14. package/components/atoms/JPreview.vue.js +13 -0
  15. package/components/atoms/JPreview.vue.js.map +1 -0
  16. package/components/atoms/JPreview.vue2.cjs +2 -0
  17. package/components/atoms/JPreview.vue2.cjs.map +1 -0
  18. package/components/atoms/JPreview.vue2.js +121 -0
  19. package/components/atoms/JPreview.vue2.js.map +1 -0
  20. package/components/molecules/JAlert.vue.cjs +1 -1
  21. package/components/molecules/JAlert.vue.cjs.map +1 -1
  22. package/components/molecules/JAlert.vue.js +24 -19
  23. package/components/molecules/JAlert.vue.js.map +1 -1
  24. package/components/molecules/JFormField.vue.cjs +1 -1
  25. package/components/molecules/JFormField.vue.cjs.map +1 -1
  26. package/components/molecules/JFormField.vue.js +7 -2
  27. package/components/molecules/JFormField.vue.js.map +1 -1
  28. package/components/molecules/JTitlebar.vue.cjs +1 -1
  29. package/components/molecules/JTitlebar.vue.cjs.map +1 -1
  30. package/components/molecules/JTitlebar.vue.js +20 -15
  31. package/components/molecules/JTitlebar.vue.js.map +1 -1
  32. package/components/organisms/JDynamicForm.vue2.cjs +1 -1
  33. package/components/organisms/JDynamicForm.vue2.cjs.map +1 -1
  34. package/components/organisms/JDynamicForm.vue2.js +7 -2
  35. package/components/organisms/JDynamicForm.vue2.js.map +1 -1
  36. package/components/organisms/JFormModal.vue.cjs +1 -1
  37. package/components/organisms/JFormModal.vue.cjs.map +1 -1
  38. package/components/organisms/JFormModal.vue.js +20 -15
  39. package/components/organisms/JFormModal.vue.js.map +1 -1
  40. package/components/organisms/JModal.vue.cjs +1 -1
  41. package/components/organisms/JModal.vue.cjs.map +1 -1
  42. package/components/organisms/JModal.vue.js +7 -2
  43. package/components/organisms/JModal.vue.js.map +1 -1
  44. package/components/organisms/JSearchPanel.vue2.cjs +1 -1
  45. package/components/organisms/JSearchPanel.vue2.cjs.map +1 -1
  46. package/components/organisms/JSearchPanel.vue2.js +31 -26
  47. package/components/organisms/JSearchPanel.vue2.js.map +1 -1
  48. package/index.cjs +1 -1
  49. package/index.js +82 -78
  50. package/package.json +3 -1
  51. package/tailwind.config.js +2 -1
  52. package/types/index.d.ts +137 -89
  53. package/assets/jwms-portal-frontend-BqyV9oqF.css +0 -1
package/types/index.d.ts CHANGED
@@ -41,11 +41,11 @@ disabled: boolean;
41
41
  items: ContextMenuGroup[];
42
42
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
43
43
 
44
- declare const __VLS_component_11: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
44
+ declare const __VLS_component_11: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
45
45
 
46
- declare const __VLS_component_12: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
46
+ declare const __VLS_component_12: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
47
47
  confirm: () => any;
48
- }, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
48
+ }, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
49
49
  onConfirm?: (() => any) | undefined;
50
50
  }>, {
51
51
  variant: "default" | "destructive";
@@ -55,16 +55,16 @@ showFooter: boolean;
55
55
 
56
56
  declare const __VLS_component_13: DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, PublicProps>;
57
57
 
58
- declare const __VLS_component_14: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
58
+ declare const __VLS_component_14: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
59
59
  buttonClick: (button: TitlebarButton) => any;
60
- }, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
60
+ }, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
61
61
  onButtonClick?: ((button: TitlebarButton) => any) | undefined;
62
62
  }>, {
63
63
  styletype: StyleType_22;
64
64
  buttons: TitlebarButton[];
65
65
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
66
66
 
67
- declare const __VLS_component_15: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
67
+ declare const __VLS_component_15: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
68
68
  orientation: "vertical" | "horizontal" | null;
69
69
  showButtonSeparators: boolean;
70
70
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -188,14 +188,14 @@ handleError: (errs: any) => void;
188
188
  }, {}, {}, {}, {}> | null;
189
189
  }, any>;
190
190
 
191
- declare const __VLS_component_19: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
191
+ declare const __VLS_component_19: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
192
192
  logoClick: () => any;
193
193
  navClick: (item: HeaderNavItem, index: number) => any;
194
194
  notificationClick: (item: NotificationItem) => any;
195
195
  userMenuSelect: (itemId: string) => any;
196
196
  sidebarToggle: () => any;
197
197
  login: () => any;
198
- }, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
198
+ }, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
199
199
  onLogoClick?: (() => any) | undefined;
200
200
  onNavClick?: ((item: HeaderNavItem, index: number) => any) | undefined;
201
201
  onNotificationClick?: ((item: NotificationItem) => any) | undefined;
@@ -233,10 +233,10 @@ required: boolean;
233
233
  styletype: StyleType_2;
234
234
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLInputElement>;
235
235
 
236
- declare const __VLS_component_20: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
236
+ declare const __VLS_component_20: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
237
237
  breadcrumbClick: (item: BreadcrumbItem, index: number) => any;
238
238
  titlebarButtonClick: (button: TitlebarButton) => any;
239
- }, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
239
+ }, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
240
240
  onBreadcrumbClick?: ((item: BreadcrumbItem, index: number) => any) | undefined;
241
241
  onTitlebarButtonClick?: ((button: TitlebarButton) => any) | undefined;
242
242
  }>, {
@@ -247,38 +247,38 @@ showTitlebar: boolean;
247
247
  contentScroll: boolean;
248
248
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
249
249
 
250
- declare const __VLS_component_21: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {
250
+ declare const __VLS_component_21: DefineComponent<__VLS_Props_37, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{}>, {
251
251
  styletype: StyleType_28;
252
252
  contentScroll: boolean;
253
253
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
254
254
 
255
- declare const __VLS_component_22: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{}>, {
255
+ declare const __VLS_component_22: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{}>, {
256
256
  styletype: "default" | "minimal";
257
257
  permissions: MenuPermission[];
258
258
  menuItems: SidebarMenuItem[];
259
259
  contentScroll: boolean;
260
260
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
261
261
 
262
- declare const __VLS_component_3: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {
262
+ declare const __VLS_component_3: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {
263
263
  disabled: boolean;
264
264
  styletype: StyleType_10;
265
265
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
266
266
 
267
- declare const __VLS_component_4: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
267
+ declare const __VLS_component_4: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
268
268
  size: "sm" | "md" | "lg";
269
269
  variant: "default" | "secondary" | "destructive" | "outline";
270
270
  styletype: StyleType_12;
271
271
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
272
272
 
273
- declare const __VLS_component_5: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
273
+ declare const __VLS_component_5: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
274
274
  size: SizeType_2;
275
275
  styletype: StyleType_16;
276
276
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
277
277
 
278
- declare const __VLS_component_6: DefineComponent<__VLS_Props_18, {
278
+ declare const __VLS_component_6: DefineComponent<__VLS_Props_19, {
279
279
  showTooltip: () => void;
280
280
  hideTooltip: () => void;
281
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
281
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
282
282
  disabled: boolean;
283
283
  size: Size_2;
284
284
  side: "top" | "right" | "bottom" | "left";
@@ -289,16 +289,16 @@ maxWidth: string | number;
289
289
  trigger: Trigger;
290
290
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
291
291
 
292
- declare const __VLS_component_7: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
292
+ declare const __VLS_component_7: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
293
293
  text: string;
294
294
  required: boolean;
295
295
  styletype: StyleType_19;
296
296
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
297
297
 
298
- declare const __VLS_component_8: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
298
+ declare const __VLS_component_8: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
299
299
  "update:open": (open: boolean) => any;
300
300
  openChange: (open: boolean) => any;
301
- }, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
301
+ }, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
302
302
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
303
303
  onOpenChange?: ((open: boolean) => any) | undefined;
304
304
  }>, {
@@ -351,6 +351,23 @@ declare type __VLS_Props_10 = {
351
351
  };
352
352
 
353
353
  declare type __VLS_Props_11 = {
354
+ /** 마크다운 내용 (v-model) */
355
+ modelValue?: string;
356
+ /** 플레이스홀더 텍스트 */
357
+ placeholder?: string;
358
+ /** 비활성화 상태 */
359
+ disabled?: boolean;
360
+ /** 읽기 전용 상태 */
361
+ readonly?: boolean;
362
+ /** 에디터 높이 */
363
+ height?: string | number;
364
+ /** 테마 (light/dark) */
365
+ theme?: 'light' | 'dark';
366
+ /** 추가 CSS 클래스 */
367
+ class?: string;
368
+ };
369
+
370
+ declare type __VLS_Props_12 = {
354
371
  /** 링크 URL */
355
372
  href?: string;
356
373
  /** 링크 텍스트 */
@@ -365,7 +382,7 @@ declare type __VLS_Props_11 = {
365
382
  class?: string;
366
383
  };
367
384
 
368
- declare type __VLS_Props_12 = {
385
+ declare type __VLS_Props_13 = {
369
386
  /** 이미지 소스 */
370
387
  src?: string;
371
388
  /** 이미지 너비 */
@@ -386,7 +403,7 @@ declare type __VLS_Props_12 = {
386
403
  class?: string;
387
404
  };
388
405
 
389
- declare type __VLS_Props_13 = {
406
+ declare type __VLS_Props_14 = {
390
407
  variant?: 'default' | 'secondary' | 'destructive' | 'outline';
391
408
  class?: string;
392
409
  /** 스타일 프리셋 */
@@ -395,7 +412,7 @@ declare type __VLS_Props_13 = {
395
412
  size?: 'sm' | 'md' | 'lg';
396
413
  };
397
414
 
398
- declare type __VLS_Props_14 = {
415
+ declare type __VLS_Props_15 = {
399
416
  value?: number;
400
417
  max?: number;
401
418
  class?: string;
@@ -415,7 +432,7 @@ declare type __VLS_Props_14 = {
415
432
  indeterminate?: boolean;
416
433
  };
417
434
 
418
- declare type __VLS_Props_15 = {
435
+ declare type __VLS_Props_16 = {
419
436
  size?: 'sm' | 'md' | 'lg';
420
437
  class?: string;
421
438
  /** 스타일 프리셋 */
@@ -428,7 +445,7 @@ declare type __VLS_Props_15 = {
428
445
  labelPosition?: LabelPosition;
429
446
  };
430
447
 
431
- declare type __VLS_Props_16 = {
448
+ declare type __VLS_Props_17 = {
432
449
  src?: string;
433
450
  alt?: string;
434
451
  fallback?: string;
@@ -443,7 +460,7 @@ declare type __VLS_Props_16 = {
443
460
  status?: Status;
444
461
  };
445
462
 
446
- declare type __VLS_Props_17 = {
463
+ declare type __VLS_Props_18 = {
447
464
  class?: string;
448
465
  /** 스타일 프리셋 */
449
466
  styletype?: StyleType_16;
@@ -451,7 +468,7 @@ declare type __VLS_Props_17 = {
451
468
  size?: SizeType_2;
452
469
  };
453
470
 
454
- declare type __VLS_Props_18 = {
471
+ declare type __VLS_Props_19 = {
455
472
  content?: string;
456
473
  side?: 'top' | 'right' | 'bottom' | 'left';
457
474
  align?: 'start' | 'center' | 'end';
@@ -470,19 +487,6 @@ declare type __VLS_Props_18 = {
470
487
  trigger?: Trigger;
471
488
  };
472
489
 
473
- declare type __VLS_Props_19 = {
474
- name: IconName;
475
- size?: SizeType_3;
476
- color?: string;
477
- class?: string;
478
- /** 스타일 프리셋 */
479
- styletype?: StyleType_18;
480
- /** 접근성 라벨 */
481
- ariaLabel?: string;
482
- /** 접근성 역할 */
483
- role?: string;
484
- };
485
-
486
490
  declare type __VLS_Props_2 = {
487
491
  modelValue?: string | number;
488
492
  type?: string;
@@ -498,6 +502,19 @@ declare type __VLS_Props_2 = {
498
502
  };
499
503
 
500
504
  declare type __VLS_Props_20 = {
505
+ name: IconName;
506
+ size?: SizeType_3;
507
+ color?: string;
508
+ class?: string;
509
+ /** 스타일 프리셋 */
510
+ styletype?: StyleType_18;
511
+ /** 접근성 라벨 */
512
+ ariaLabel?: string;
513
+ /** 접근성 역할 */
514
+ role?: string;
515
+ };
516
+
517
+ declare type __VLS_Props_21 = {
501
518
  /** 라벨 텍스트 */
502
519
  text?: string;
503
520
  /** 필수 필드 여부 */
@@ -508,7 +525,7 @@ declare type __VLS_Props_20 = {
508
525
  for?: string;
509
526
  };
510
527
 
511
- declare type __VLS_Props_21 = {
528
+ declare type __VLS_Props_22 = {
512
529
  /** 팝오버 열림 상태 */
513
530
  open?: boolean;
514
531
  /** 비활성화 상태 */
@@ -527,7 +544,16 @@ declare type __VLS_Props_21 = {
527
544
  alignOffset?: number;
528
545
  };
529
546
 
530
- declare type __VLS_Props_22 = {
547
+ declare type __VLS_Props_23 = {
548
+ /** 마크다운 또는 HTML 내용 */
549
+ modelValue?: string;
550
+ /** 테마 (light/dark) */
551
+ theme?: 'light' | 'dark';
552
+ /** 추가 CSS 클래스 */
553
+ class?: string;
554
+ };
555
+
556
+ declare type __VLS_Props_24 = {
531
557
  /** 그리드에 표시할 데이터 배열 */
532
558
  rowData: any[];
533
559
  /** 컬럼 정의 배열 */
@@ -550,7 +576,7 @@ declare type __VLS_Props_22 = {
550
576
  enableExcelExport?: boolean;
551
577
  };
552
578
 
553
- declare type __VLS_Props_23 = {
579
+ declare type __VLS_Props_25 = {
554
580
  /** 필드 레이블 */
555
581
  label?: string;
556
582
  /** 필드 설명 (레이블 아래 표시) */
@@ -597,7 +623,7 @@ declare type __VLS_Props_23 = {
597
623
  radioDirection?: 'horizontal' | 'vertical';
598
624
  };
599
625
 
600
- declare type __VLS_Props_24 = {
626
+ declare type __VLS_Props_26 = {
601
627
  modelValue?: string | number;
602
628
  groupedOptions?: GroupedOption[];
603
629
  placeholder?: string;
@@ -610,7 +636,7 @@ declare type __VLS_Props_24 = {
610
636
  styletype?: StyleType_21;
611
637
  };
612
638
 
613
- declare type __VLS_Props_25 = {
639
+ declare type __VLS_Props_27 = {
614
640
  /** Card 자체의 클래스 */
615
641
  class?: HTMLAttributes["class"];
616
642
  /** 카드 제목 */
@@ -621,7 +647,7 @@ declare type __VLS_Props_25 = {
621
647
  footer?: string;
622
648
  };
623
649
 
624
- declare type __VLS_Props_26 = {
650
+ declare type __VLS_Props_28 = {
625
651
  /** Alert 자체의 클래스 */
626
652
  class?: HTMLAttributes["class"];
627
653
  /** Alert variant 스타일 */
@@ -638,7 +664,7 @@ declare type __VLS_Props_26 = {
638
664
  showFooter?: boolean;
639
665
  };
640
666
 
641
- declare type __VLS_Props_27 = {
667
+ declare type __VLS_Props_29 = {
642
668
  /** Titlebar 스타일 타입 */
643
669
  styletype?: StyleType_22;
644
670
  /** 프로그램 아이콘 */
@@ -651,22 +677,6 @@ declare type __VLS_Props_27 = {
651
677
  buttons?: TitlebarButton[];
652
678
  };
653
679
 
654
- declare type __VLS_Props_28 = {
655
- orientation?: ButtonGroupVariants['orientation'];
656
- showButtonSeparators?: boolean;
657
- };
658
-
659
- declare type __VLS_Props_29 = {
660
- /** 브레드크럼 아이템 목록 */
661
- items: BreadcrumbItem[];
662
- /** 구분자 (기본값: /) */
663
- separator?: string;
664
- /** 스타일 타입 */
665
- styletype?: StyleType_23;
666
- /** 추가 CSS 클래스 */
667
- class?: string;
668
- };
669
-
670
680
  declare type __VLS_Props_3 = {
671
681
  modelValue?: string;
672
682
  placeholder?: string;
@@ -682,11 +692,27 @@ declare type __VLS_Props_3 = {
682
692
  };
683
693
 
684
694
  declare type __VLS_Props_30 = {
695
+ orientation?: ButtonGroupVariants['orientation'];
696
+ showButtonSeparators?: boolean;
697
+ };
698
+
699
+ declare type __VLS_Props_31 = {
700
+ /** 브레드크럼 아이템 목록 */
701
+ items: BreadcrumbItem[];
702
+ /** 구분자 (기본값: /) */
703
+ separator?: string;
704
+ /** 스타일 타입 */
705
+ styletype?: StyleType_23;
706
+ /** 추가 CSS 클래스 */
707
+ class?: string;
708
+ };
709
+
710
+ declare type __VLS_Props_32 = {
685
711
  schema: FormSchema;
686
712
  modelValue?: Record<string, any>;
687
713
  };
688
714
 
689
- declare type __VLS_Props_31 = {
715
+ declare type __VLS_Props_33 = {
690
716
  /** 로고 이미지 URL */
691
717
  logo?: string;
692
718
  /** 로고 텍스트 (기본값, 이미지가 없을 때) */
@@ -721,7 +747,7 @@ declare type __VLS_Props_31 = {
721
747
  availableThemes?: string[];
722
748
  };
723
749
 
724
- declare type __VLS_Props_32 = {
750
+ declare type __VLS_Props_34 = {
725
751
  /** 메뉴 아이템 목록 */
726
752
  menuItems: SidebarMenuItem[];
727
753
  /** 권한 목록 */
@@ -738,7 +764,7 @@ declare type __VLS_Props_32 = {
738
764
  isVisible?: boolean;
739
765
  };
740
766
 
741
- declare type __VLS_Props_33 = {
767
+ declare type __VLS_Props_35 = {
742
768
  /** 메뉴 아이템 목록 */
743
769
  menuItems: SidebarMenuItem[];
744
770
  /** 권한 목록 */
@@ -755,7 +781,7 @@ declare type __VLS_Props_33 = {
755
781
  isVisible?: boolean;
756
782
  };
757
783
 
758
- declare type __VLS_Props_34 = {
784
+ declare type __VLS_Props_36 = {
759
785
  /** 브레드크럼 아이템 목록 */
760
786
  breadcrumbItems?: BreadcrumbItem[];
761
787
  /** 브레드크럼 표시 여부 */
@@ -776,7 +802,7 @@ declare type __VLS_Props_34 = {
776
802
  class?: string;
777
803
  };
778
804
 
779
- declare type __VLS_Props_35 = {
805
+ declare type __VLS_Props_37 = {
780
806
  /** 레이아웃 스타일 타입 */
781
807
  styletype?: StyleType_28;
782
808
  /** 콘텐츠 영역 스크롤 가능 여부 */
@@ -815,7 +841,7 @@ declare type __VLS_Props_35 = {
815
841
  * </JLayoutSimple>
816
842
  * ```
817
843
  */
818
- declare type __VLS_Props_36 = {
844
+ declare type __VLS_Props_38 = {
819
845
  /** 레이아웃 스타일 타입 */
820
846
  styletype?: 'default' | 'minimal';
821
847
  /** 콘텐츠 영역 스크롤 가능 여부 */
@@ -1634,7 +1660,7 @@ export declare const JAccordion: __VLS_WithTemplateSlots_13<typeof __VLS_compone
1634
1660
 
1635
1661
  export declare const JAlert: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1636
1662
 
1637
- export declare const JAvatar: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
1663
+ export declare const JAvatar: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
1638
1664
  size: Size;
1639
1665
  shape: Shape;
1640
1666
  styletype: StyleType_15;
@@ -1644,9 +1670,9 @@ fallback: string;
1644
1670
 
1645
1671
  export declare const JBadge: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1646
1672
 
1647
- export declare const JBreadcrumb: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1673
+ export declare const JBreadcrumb: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1648
1674
  itemClick: (item: BreadcrumbItem, index: number) => any;
1649
- }, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
1675
+ }, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
1650
1676
  onItemClick?: ((item: BreadcrumbItem, index: number) => any) | undefined;
1651
1677
  }>, {
1652
1678
  styletype: StyleType_23;
@@ -1725,7 +1751,7 @@ orientation: "horizontal" | "vertical";
1725
1751
  styletype: StyleType_9;
1726
1752
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1727
1753
 
1728
- export declare const JDynamicForm: DefineComponent<__VLS_Props_30, {
1754
+ export declare const JDynamicForm: DefineComponent<__VLS_Props_32, {
1729
1755
  formState: Record<string, any>;
1730
1756
  submit: typeof handleSubmit;
1731
1757
  reset: typeof reset;
@@ -1735,7 +1761,7 @@ handleError: typeof handleError;
1735
1761
  error: (...args: any[]) => void;
1736
1762
  submit: (...args: any[]) => void;
1737
1763
  change: (...args: any[]) => void;
1738
- }, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
1764
+ }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
1739
1765
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1740
1766
  onError?: ((...args: any[]) => any) | undefined;
1741
1767
  onSubmit?: ((...args: any[]) => any) | undefined;
@@ -1765,14 +1791,31 @@ declare interface JDynamicTabsProps {
1765
1791
  styletype?: 'default' | 'minimal';
1766
1792
  }
1767
1793
 
1768
- export declare const JFormField: DefineComponent<__VLS_Props_23, {
1794
+ export declare const JEditor: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1795
+ "update:modelValue": (value: string) => any;
1796
+ change: (value: string) => any;
1797
+ save: (value: string) => any;
1798
+ }, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
1799
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1800
+ onChange?: ((value: string) => any) | undefined;
1801
+ onSave?: ((value: string) => any) | undefined;
1802
+ }>, {
1803
+ disabled: boolean;
1804
+ modelValue: string;
1805
+ placeholder: string;
1806
+ height: string | number;
1807
+ readonly: boolean;
1808
+ theme: "light" | "dark";
1809
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1810
+
1811
+ export declare const JFormField: DefineComponent<__VLS_Props_25, {
1769
1812
  clearError: () => void;
1770
1813
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1771
1814
  "update:modelValue": (value: any) => any;
1772
1815
  change: (value: any) => any;
1773
1816
  focus: (event: FocusEvent) => any;
1774
1817
  blur: (event: FocusEvent) => any;
1775
- }, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{
1818
+ }, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
1776
1819
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
1777
1820
  onChange?: ((value: any) => any) | undefined;
1778
1821
  onFocus?: ((event: FocusEvent) => any) | undefined;
@@ -1801,11 +1844,11 @@ declare interface JFormModalProps {
1801
1844
  confirmDisabled?: boolean;
1802
1845
  }
1803
1846
 
1804
- export declare const JGrid: DefineComponent<__VLS_Props_22, {
1847
+ export declare const JGrid: DefineComponent<__VLS_Props_24, {
1805
1848
  gridApi: Ref<any, any>;
1806
1849
  gridColumnApi: Ref<any, any>;
1807
1850
  exportToExcel: () => void;
1808
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
1851
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
1809
1852
  theme: string;
1810
1853
  pagination: boolean;
1811
1854
  checkbox: boolean;
@@ -1816,12 +1859,12 @@ enablePivot: boolean;
1816
1859
  enableExcelExport: boolean;
1817
1860
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1818
1861
 
1819
- export declare const JGroupCombo: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1862
+ export declare const JGroupCombo: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1820
1863
  "update:modelValue": (value: string | number) => any;
1821
1864
  change: (value: string | number) => any;
1822
1865
  focus: (event: FocusEvent) => any;
1823
1866
  blur: (event: FocusEvent) => any;
1824
- }, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
1867
+ }, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
1825
1868
  "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
1826
1869
  onChange?: ((value: string | number) => any) | undefined;
1827
1870
  onFocus?: ((event: FocusEvent) => any) | undefined;
@@ -1836,17 +1879,17 @@ groupedOptions: GroupedOption[];
1836
1879
 
1837
1880
  export declare const JHeader: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1838
1881
 
1839
- export declare const JIcon: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
1882
+ export declare const JIcon: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
1840
1883
  size: SizeType_3;
1841
1884
  role: string;
1842
1885
  styletype: StyleType_18;
1843
1886
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1844
1887
 
1845
- export declare const JImage: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1888
+ export declare const JImage: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1846
1889
  click: (event: MouseEvent) => any;
1847
1890
  mouseover: (event: MouseEvent) => any;
1848
1891
  mouseout: (event: MouseEvent) => any;
1849
- }, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
1892
+ }, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
1850
1893
  onClick?: ((event: MouseEvent) => any) | undefined;
1851
1894
  onMouseover?: ((event: MouseEvent) => any) | undefined;
1852
1895
  onMouseout?: ((event: MouseEvent) => any) | undefined;
@@ -1899,7 +1942,12 @@ export declare const JPageContainer: __VLS_WithTemplateSlots_20<typeof __VLS_com
1899
1942
 
1900
1943
  export declare const JPopover: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1901
1944
 
1902
- export declare const JProgress: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
1945
+ export declare const JPreview: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
1946
+ modelValue: string;
1947
+ theme: "light" | "dark";
1948
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1949
+
1950
+ export declare const JProgress: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
1903
1951
  label: string;
1904
1952
  size: SizeType;
1905
1953
  value: number;
@@ -2065,10 +2113,10 @@ declare interface JSearchPanelProps {
2065
2113
  collapsible?: boolean;
2066
2114
  }
2067
2115
 
2068
- export declare const JSidebarAdvanced: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2116
+ export declare const JSidebarAdvanced: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2069
2117
  menuClick: (event: MenuClickEvent) => any;
2070
2118
  favoriteChange: (menuKey: string | number | undefined, isFavorite: boolean) => any;
2071
- }, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
2119
+ }, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
2072
2120
  onMenuClick?: ((event: MenuClickEvent) => any) | undefined;
2073
2121
  onFavoriteChange?: ((menuKey: string | number | undefined, isFavorite: boolean) => any) | undefined;
2074
2122
  }>, {
@@ -2079,9 +2127,9 @@ permissions: MenuPermission[];
2079
2127
  favorites: (number | string)[];
2080
2128
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2081
2129
 
2082
- export declare const JSidebarSimple: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2130
+ export declare const JSidebarSimple: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2083
2131
  menuClick: (event: MenuClickEvent) => any;
2084
- }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
2132
+ }, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
2085
2133
  onMenuClick?: ((event: MenuClickEvent) => any) | undefined;
2086
2134
  }>, {
2087
2135
  width: string;
@@ -2091,7 +2139,7 @@ permissions: MenuPermission[];
2091
2139
  searchQuery: string;
2092
2140
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2093
2141
 
2094
- export declare const JSpinner: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
2142
+ export declare const JSpinner: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
2095
2143
  label: string;
2096
2144
  size: "sm" | "md" | "lg";
2097
2145
  styletype: StyleType_14;