@namba_one/ui-kit-2 1.0.254 → 1.0.255

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -436,6 +436,207 @@ declare const __VLS_component_4: DefineComponent<BadgeProps, {}, {}, {}, {}, Com
436
436
 
437
437
  declare const __VLS_component_40: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
438
438
 
439
+ declare const __VLS_component_41: DefineComponent<__VLS_Props_35, {
440
+ open: () => void | undefined;
441
+ close: () => void;
442
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
443
+ close: () => any;
444
+ }, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
445
+ onClose?: (() => any) | undefined;
446
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
447
+ visibleArea: ({
448
+ $: ComponentInternalInstance;
449
+ $data: {};
450
+ $props: {
451
+ readonly isShowOverlay?: boolean | undefined;
452
+ readonly onClose?: (() => any) | undefined;
453
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
454
+ $attrs: {
455
+ [x: string]: unknown;
456
+ };
457
+ $refs: {
458
+ [x: string]: unknown;
459
+ };
460
+ $slots: Readonly<{
461
+ [name: string]: Slot<any> | undefined;
462
+ }>;
463
+ $root: ComponentPublicInstance | null;
464
+ $parent: ComponentPublicInstance | null;
465
+ $host: Element | null;
466
+ $emit: (event: "close") => void;
467
+ $el: any;
468
+ $options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
469
+ onClose?: (() => any) | undefined;
470
+ }>, {
471
+ close: () => void;
472
+ toggle: () => void;
473
+ open: () => void;
474
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
475
+ close: () => any;
476
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
477
+ beforeCreate?: (() => void) | (() => void)[];
478
+ created?: (() => void) | (() => void)[];
479
+ beforeMount?: (() => void) | (() => void)[];
480
+ mounted?: (() => void) | (() => void)[];
481
+ beforeUpdate?: (() => void) | (() => void)[];
482
+ updated?: (() => void) | (() => void)[];
483
+ activated?: (() => void) | (() => void)[];
484
+ deactivated?: (() => void) | (() => void)[];
485
+ beforeDestroy?: (() => void) | (() => void)[];
486
+ beforeUnmount?: (() => void) | (() => void)[];
487
+ destroyed?: (() => void) | (() => void)[];
488
+ unmounted?: (() => void) | (() => void)[];
489
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
490
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
491
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
492
+ };
493
+ $forceUpdate: () => void;
494
+ $nextTick: nextTick;
495
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
496
+ } & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
497
+ onClose?: (() => any) | undefined;
498
+ }>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
499
+ close: () => void;
500
+ toggle: () => void;
501
+ open: () => void;
502
+ }> & {} & ComponentCustomProperties & {} & {
503
+ $slots: {
504
+ default?(_: {}): any;
505
+ };
506
+ }) | null;
507
+ }, any>;
508
+
509
+ declare const __VLS_component_42: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
510
+
511
+ declare const __VLS_component_43: DefineComponent<__VLS_Props_37, {
512
+ open: () => void;
513
+ close: () => void;
514
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
515
+ modal: ({
516
+ $: ComponentInternalInstance;
517
+ $data: {};
518
+ $props: {
519
+ readonly hasCloseButton?: boolean | undefined;
520
+ readonly onClose?: (() => any) | undefined;
521
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
522
+ $attrs: {
523
+ [x: string]: unknown;
524
+ };
525
+ $refs: {
526
+ [x: string]: unknown;
527
+ } & {
528
+ visibleArea: ({
529
+ $: ComponentInternalInstance;
530
+ $data: {};
531
+ $props: {
532
+ readonly isShowOverlay?: boolean | undefined;
533
+ readonly onClose?: (() => any) | undefined;
534
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
535
+ $attrs: {
536
+ [x: string]: unknown;
537
+ };
538
+ $refs: {
539
+ [x: string]: unknown;
540
+ };
541
+ $slots: Readonly<{
542
+ [name: string]: Slot<any> | undefined;
543
+ }>;
544
+ $root: ComponentPublicInstance | null;
545
+ $parent: ComponentPublicInstance | null;
546
+ $host: Element | null;
547
+ $emit: (event: "close") => void;
548
+ $el: any;
549
+ $options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
550
+ onClose?: (() => any) | undefined;
551
+ }>, {
552
+ close: () => void;
553
+ toggle: () => void;
554
+ open: () => void;
555
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
556
+ close: () => any;
557
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
558
+ beforeCreate?: (() => void) | (() => void)[];
559
+ created?: (() => void) | (() => void)[];
560
+ beforeMount?: (() => void) | (() => void)[];
561
+ mounted?: (() => void) | (() => void)[];
562
+ beforeUpdate?: (() => void) | (() => void)[];
563
+ updated?: (() => void) | (() => void)[];
564
+ activated?: (() => void) | (() => void)[];
565
+ deactivated?: (() => void) | (() => void)[];
566
+ beforeDestroy?: (() => void) | (() => void)[];
567
+ beforeUnmount?: (() => void) | (() => void)[];
568
+ destroyed?: (() => void) | (() => void)[];
569
+ unmounted?: (() => void) | (() => void)[];
570
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
571
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
572
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
573
+ };
574
+ $forceUpdate: () => void;
575
+ $nextTick: nextTick;
576
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
577
+ } & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
578
+ onClose?: (() => any) | undefined;
579
+ }>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
580
+ close: () => void;
581
+ toggle: () => void;
582
+ open: () => void;
583
+ }> & {} & ComponentCustomProperties & {} & {
584
+ $slots: {
585
+ default?(_: {}): any;
586
+ };
587
+ }) | null;
588
+ };
589
+ $slots: Readonly<{
590
+ [name: string]: Slot<any> | undefined;
591
+ }>;
592
+ $root: ComponentPublicInstance | null;
593
+ $parent: ComponentPublicInstance | null;
594
+ $host: Element | null;
595
+ $emit: (event: "close") => void;
596
+ $el: any;
597
+ $options: ComponentOptionsBase<Readonly<{
598
+ hasCloseButton?: boolean;
599
+ }> & Readonly<{
600
+ onClose?: (() => any) | undefined;
601
+ }>, {
602
+ open: () => void | undefined;
603
+ close: () => void;
604
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
605
+ close: () => any;
606
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
607
+ beforeCreate?: (() => void) | (() => void)[];
608
+ created?: (() => void) | (() => void)[];
609
+ beforeMount?: (() => void) | (() => void)[];
610
+ mounted?: (() => void) | (() => void)[];
611
+ beforeUpdate?: (() => void) | (() => void)[];
612
+ updated?: (() => void) | (() => void)[];
613
+ activated?: (() => void) | (() => void)[];
614
+ deactivated?: (() => void) | (() => void)[];
615
+ beforeDestroy?: (() => void) | (() => void)[];
616
+ beforeUnmount?: (() => void) | (() => void)[];
617
+ destroyed?: (() => void) | (() => void)[];
618
+ unmounted?: (() => void) | (() => void)[];
619
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
620
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
621
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
622
+ };
623
+ $forceUpdate: () => void;
624
+ $nextTick: nextTick;
625
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
626
+ } & Readonly<{}> & Omit<Readonly<{
627
+ hasCloseButton?: boolean;
628
+ }> & Readonly<{
629
+ onClose?: (() => any) | undefined;
630
+ }>, "close" | "open"> & ShallowUnwrapRef< {
631
+ open: () => void | undefined;
632
+ close: () => void;
633
+ }> & {} & ComponentCustomProperties & {} & {
634
+ $slots: {
635
+ default?(_: {}): any;
636
+ };
637
+ }) | null;
638
+ }, any>;
639
+
439
640
  declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
440
641
  click: (e: Event) => any;
441
642
  }, string, PublicProps, Readonly<ButtonProps> & Readonly<{
@@ -576,6 +777,31 @@ declare type __VLS_Props_33 = FilterGroup_SingleSelectProps;
576
777
 
577
778
  declare type __VLS_Props_34 = FilterGroup_ColumnSettingsProps;
578
779
 
780
+ declare type __VLS_Props_35 = {
781
+ hasCloseButton?: boolean;
782
+ };
783
+
784
+ declare type __VLS_Props_36 = {
785
+ title: string;
786
+ description?: string;
787
+ };
788
+
789
+ declare type __VLS_Props_37 = {
790
+ title: string;
791
+ description?: string;
792
+ };
793
+
794
+ declare type __VLS_Props_38 = {
795
+ title: string;
796
+ description?: string;
797
+ confirmText: string;
798
+ cancelText: string;
799
+ view: Extract<ButtonProps['view'], 'base-primary' | 'critical-primary'>;
800
+ isLoading?: boolean;
801
+ cancel?: () => void;
802
+ confirm: () => Promise<void> | void;
803
+ };
804
+
579
805
  declare type __VLS_Props_4 = DropzoneProps;
580
806
 
581
807
  declare type __VLS_Props_5 = InputProps;
@@ -1296,10 +1522,98 @@ declare function __VLS_template_39(): {
1296
1522
  refs: {
1297
1523
  triggerElementRef: HTMLDivElement;
1298
1524
  };
1299
- rootEl: HTMLDivElement;
1525
+ rootEl: HTMLDivElement;
1526
+ };
1527
+
1528
+ declare function __VLS_template_4(): {
1529
+ attrs: Partial<{}>;
1530
+ slots: {
1531
+ default?(_: {}): any;
1532
+ };
1533
+ refs: {};
1534
+ rootEl: HTMLDivElement;
1535
+ };
1536
+
1537
+ declare function __VLS_template_40(): {
1538
+ attrs: Partial<{}>;
1539
+ slots: {
1540
+ default?(_: {}): any;
1541
+ };
1542
+ refs: {};
1543
+ rootEl: HTMLDivElement;
1544
+ };
1545
+
1546
+ declare function __VLS_template_41(): {
1547
+ attrs: Partial<{}>;
1548
+ slots: {
1549
+ default?(_: {}): any;
1550
+ };
1551
+ refs: {
1552
+ visibleArea: ({
1553
+ $: ComponentInternalInstance;
1554
+ $data: {};
1555
+ $props: {
1556
+ readonly isShowOverlay?: boolean | undefined;
1557
+ readonly onClose?: (() => any) | undefined;
1558
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1559
+ $attrs: {
1560
+ [x: string]: unknown;
1561
+ };
1562
+ $refs: {
1563
+ [x: string]: unknown;
1564
+ };
1565
+ $slots: Readonly<{
1566
+ [name: string]: Slot<any> | undefined;
1567
+ }>;
1568
+ $root: ComponentPublicInstance | null;
1569
+ $parent: ComponentPublicInstance | null;
1570
+ $host: Element | null;
1571
+ $emit: (event: "close") => void;
1572
+ $el: any;
1573
+ $options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
1574
+ onClose?: (() => any) | undefined;
1575
+ }>, {
1576
+ close: () => void;
1577
+ toggle: () => void;
1578
+ open: () => void;
1579
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1580
+ close: () => any;
1581
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
1582
+ beforeCreate?: (() => void) | (() => void)[];
1583
+ created?: (() => void) | (() => void)[];
1584
+ beforeMount?: (() => void) | (() => void)[];
1585
+ mounted?: (() => void) | (() => void)[];
1586
+ beforeUpdate?: (() => void) | (() => void)[];
1587
+ updated?: (() => void) | (() => void)[];
1588
+ activated?: (() => void) | (() => void)[];
1589
+ deactivated?: (() => void) | (() => void)[];
1590
+ beforeDestroy?: (() => void) | (() => void)[];
1591
+ beforeUnmount?: (() => void) | (() => void)[];
1592
+ destroyed?: (() => void) | (() => void)[];
1593
+ unmounted?: (() => void) | (() => void)[];
1594
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1595
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1596
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
1597
+ };
1598
+ $forceUpdate: () => void;
1599
+ $nextTick: nextTick;
1600
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
1601
+ } & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
1602
+ onClose?: (() => any) | undefined;
1603
+ }>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
1604
+ close: () => void;
1605
+ toggle: () => void;
1606
+ open: () => void;
1607
+ }> & {} & ComponentCustomProperties & {} & {
1608
+ $slots: {
1609
+ default?(_: {}): any;
1610
+ };
1611
+ }) | null;
1612
+ };
1613
+ rootEl: any;
1300
1614
  };
1301
1615
 
1302
- declare function __VLS_template_4(): {
1616
+ declare function __VLS_template_42(): {
1303
1617
  attrs: Partial<{}>;
1304
1618
  slots: {
1305
1619
  default?(_: {}): any;
@@ -1308,13 +1622,138 @@ declare function __VLS_template_4(): {
1308
1622
  rootEl: HTMLDivElement;
1309
1623
  };
1310
1624
 
1311
- declare function __VLS_template_40(): {
1625
+ declare function __VLS_template_43(): {
1312
1626
  attrs: Partial<{}>;
1313
1627
  slots: {
1314
1628
  default?(_: {}): any;
1629
+ footer?(_: {}): any;
1315
1630
  };
1316
- refs: {};
1317
- rootEl: HTMLDivElement;
1631
+ refs: {
1632
+ modal: ({
1633
+ $: ComponentInternalInstance;
1634
+ $data: {};
1635
+ $props: {
1636
+ readonly hasCloseButton?: boolean | undefined;
1637
+ readonly onClose?: (() => any) | undefined;
1638
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1639
+ $attrs: {
1640
+ [x: string]: unknown;
1641
+ };
1642
+ $refs: {
1643
+ [x: string]: unknown;
1644
+ } & {
1645
+ visibleArea: ({
1646
+ $: ComponentInternalInstance;
1647
+ $data: {};
1648
+ $props: {
1649
+ readonly isShowOverlay?: boolean | undefined;
1650
+ readonly onClose?: (() => any) | undefined;
1651
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1652
+ $attrs: {
1653
+ [x: string]: unknown;
1654
+ };
1655
+ $refs: {
1656
+ [x: string]: unknown;
1657
+ };
1658
+ $slots: Readonly<{
1659
+ [name: string]: Slot<any> | undefined;
1660
+ }>;
1661
+ $root: ComponentPublicInstance | null;
1662
+ $parent: ComponentPublicInstance | null;
1663
+ $host: Element | null;
1664
+ $emit: (event: "close") => void;
1665
+ $el: any;
1666
+ $options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
1667
+ onClose?: (() => any) | undefined;
1668
+ }>, {
1669
+ close: () => void;
1670
+ toggle: () => void;
1671
+ open: () => void;
1672
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1673
+ close: () => any;
1674
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
1675
+ beforeCreate?: (() => void) | (() => void)[];
1676
+ created?: (() => void) | (() => void)[];
1677
+ beforeMount?: (() => void) | (() => void)[];
1678
+ mounted?: (() => void) | (() => void)[];
1679
+ beforeUpdate?: (() => void) | (() => void)[];
1680
+ updated?: (() => void) | (() => void)[];
1681
+ activated?: (() => void) | (() => void)[];
1682
+ deactivated?: (() => void) | (() => void)[];
1683
+ beforeDestroy?: (() => void) | (() => void)[];
1684
+ beforeUnmount?: (() => void) | (() => void)[];
1685
+ destroyed?: (() => void) | (() => void)[];
1686
+ unmounted?: (() => void) | (() => void)[];
1687
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1688
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1689
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
1690
+ };
1691
+ $forceUpdate: () => void;
1692
+ $nextTick: nextTick;
1693
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
1694
+ } & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
1695
+ onClose?: (() => any) | undefined;
1696
+ }>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
1697
+ close: () => void;
1698
+ toggle: () => void;
1699
+ open: () => void;
1700
+ }> & {} & ComponentCustomProperties & {} & {
1701
+ $slots: {
1702
+ default?(_: {}): any;
1703
+ };
1704
+ }) | null;
1705
+ };
1706
+ $slots: Readonly<{
1707
+ [name: string]: Slot<any> | undefined;
1708
+ }>;
1709
+ $root: ComponentPublicInstance | null;
1710
+ $parent: ComponentPublicInstance | null;
1711
+ $host: Element | null;
1712
+ $emit: (event: "close") => void;
1713
+ $el: any;
1714
+ $options: ComponentOptionsBase<Readonly<{
1715
+ hasCloseButton?: boolean;
1716
+ }> & Readonly<{
1717
+ onClose?: (() => any) | undefined;
1718
+ }>, {
1719
+ open: () => void | undefined;
1720
+ close: () => void;
1721
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1722
+ close: () => any;
1723
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
1724
+ beforeCreate?: (() => void) | (() => void)[];
1725
+ created?: (() => void) | (() => void)[];
1726
+ beforeMount?: (() => void) | (() => void)[];
1727
+ mounted?: (() => void) | (() => void)[];
1728
+ beforeUpdate?: (() => void) | (() => void)[];
1729
+ updated?: (() => void) | (() => void)[];
1730
+ activated?: (() => void) | (() => void)[];
1731
+ deactivated?: (() => void) | (() => void)[];
1732
+ beforeDestroy?: (() => void) | (() => void)[];
1733
+ beforeUnmount?: (() => void) | (() => void)[];
1734
+ destroyed?: (() => void) | (() => void)[];
1735
+ unmounted?: (() => void) | (() => void)[];
1736
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1737
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
1738
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
1739
+ };
1740
+ $forceUpdate: () => void;
1741
+ $nextTick: nextTick;
1742
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
1743
+ } & Readonly<{}> & Omit<Readonly<{
1744
+ hasCloseButton?: boolean;
1745
+ }> & Readonly<{
1746
+ onClose?: (() => any) | undefined;
1747
+ }>, "close" | "open"> & ShallowUnwrapRef< {
1748
+ open: () => void | undefined;
1749
+ close: () => void;
1750
+ }> & {} & ComponentCustomProperties & {} & {
1751
+ $slots: {
1752
+ default?(_: {}): any;
1753
+ };
1754
+ }) | null;
1755
+ };
1756
+ rootEl: any;
1318
1757
  };
1319
1758
 
1320
1759
  declare function __VLS_template_5(): {
@@ -1434,6 +1873,12 @@ declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
1434
1873
 
1435
1874
  declare type __VLS_TemplateResult_40 = ReturnType<typeof __VLS_template_40>;
1436
1875
 
1876
+ declare type __VLS_TemplateResult_41 = ReturnType<typeof __VLS_template_41>;
1877
+
1878
+ declare type __VLS_TemplateResult_42 = ReturnType<typeof __VLS_template_42>;
1879
+
1880
+ declare type __VLS_TemplateResult_43 = ReturnType<typeof __VLS_template_43>;
1881
+
1437
1882
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
1438
1883
 
1439
1884
  declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
@@ -1654,6 +2099,24 @@ declare type __VLS_WithTemplateSlots_40<T, S> = T & {
1654
2099
  };
1655
2100
  };
1656
2101
 
2102
+ declare type __VLS_WithTemplateSlots_41<T, S> = T & {
2103
+ new (): {
2104
+ $slots: S;
2105
+ };
2106
+ };
2107
+
2108
+ declare type __VLS_WithTemplateSlots_42<T, S> = T & {
2109
+ new (): {
2110
+ $slots: S;
2111
+ };
2112
+ };
2113
+
2114
+ declare type __VLS_WithTemplateSlots_43<T, S> = T & {
2115
+ new (): {
2116
+ $slots: S;
2117
+ };
2118
+ };
2119
+
1657
2120
  declare type __VLS_WithTemplateSlots_5<T, S> = T & {
1658
2121
  new (): {
1659
2122
  $slots: S;
@@ -2298,6 +2761,8 @@ declare const _default_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25,
2298
2761
  export { _default_2 as CheckboxGroupFilter }
2299
2762
  export { _default_2 as CheckboxGroupFilterView }
2300
2763
 
2764
+ export declare const DefaultModal: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
2765
+
2301
2766
  export declare const Divider: DefineComponent<DividerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DividerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
2302
2767
 
2303
2768
  export declare type DividerProps = {
@@ -2978,6 +3443,141 @@ export declare type MenuBarProps = {
2978
3443
  list: MenuBarItemProps[][];
2979
3444
  };
2980
3445
 
3446
+ export declare const Modal: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
3447
+
3448
+ export declare const Modal_Footer: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
3449
+
3450
+ export declare const Modal_Header: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3451
+
3452
+ export declare const ModalAlert: DefineComponent<__VLS_Props_38, {
3453
+ open: () => void;
3454
+ close: () => void;
3455
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
3456
+ root: ({
3457
+ $: ComponentInternalInstance;
3458
+ $data: {};
3459
+ $props: {
3460
+ readonly hasCloseButton?: boolean | undefined;
3461
+ readonly onClose?: (() => any) | undefined;
3462
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
3463
+ $attrs: {
3464
+ [x: string]: unknown;
3465
+ };
3466
+ $refs: {
3467
+ [x: string]: unknown;
3468
+ } & {
3469
+ visibleArea: ({
3470
+ $: ComponentInternalInstance;
3471
+ $data: {};
3472
+ $props: {
3473
+ readonly isShowOverlay?: boolean | undefined;
3474
+ readonly onClose?: (() => any) | undefined;
3475
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
3476
+ $attrs: {
3477
+ [x: string]: unknown;
3478
+ };
3479
+ $refs: {
3480
+ [x: string]: unknown;
3481
+ };
3482
+ $slots: Readonly<{
3483
+ [name: string]: Slot<any> | undefined;
3484
+ }>;
3485
+ $root: ComponentPublicInstance | null;
3486
+ $parent: ComponentPublicInstance | null;
3487
+ $host: Element | null;
3488
+ $emit: (event: "close") => void;
3489
+ $el: any;
3490
+ $options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
3491
+ onClose?: (() => any) | undefined;
3492
+ }>, {
3493
+ close: () => void;
3494
+ toggle: () => void;
3495
+ open: () => void;
3496
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
3497
+ close: () => any;
3498
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
3499
+ beforeCreate?: (() => void) | (() => void)[];
3500
+ created?: (() => void) | (() => void)[];
3501
+ beforeMount?: (() => void) | (() => void)[];
3502
+ mounted?: (() => void) | (() => void)[];
3503
+ beforeUpdate?: (() => void) | (() => void)[];
3504
+ updated?: (() => void) | (() => void)[];
3505
+ activated?: (() => void) | (() => void)[];
3506
+ deactivated?: (() => void) | (() => void)[];
3507
+ beforeDestroy?: (() => void) | (() => void)[];
3508
+ beforeUnmount?: (() => void) | (() => void)[];
3509
+ destroyed?: (() => void) | (() => void)[];
3510
+ unmounted?: (() => void) | (() => void)[];
3511
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3512
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3513
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
3514
+ };
3515
+ $forceUpdate: () => void;
3516
+ $nextTick: nextTick;
3517
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
3518
+ } & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
3519
+ onClose?: (() => any) | undefined;
3520
+ }>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
3521
+ close: () => void;
3522
+ toggle: () => void;
3523
+ open: () => void;
3524
+ }> & {} & ComponentCustomProperties & {} & {
3525
+ $slots: {
3526
+ default?(_: {}): any;
3527
+ };
3528
+ }) | null;
3529
+ };
3530
+ $slots: Readonly<{
3531
+ [name: string]: Slot<any> | undefined;
3532
+ }>;
3533
+ $root: ComponentPublicInstance | null;
3534
+ $parent: ComponentPublicInstance | null;
3535
+ $host: Element | null;
3536
+ $emit: (event: "close") => void;
3537
+ $el: any;
3538
+ $options: ComponentOptionsBase<Readonly<{
3539
+ hasCloseButton?: boolean;
3540
+ }> & Readonly<{
3541
+ onClose?: (() => any) | undefined;
3542
+ }>, {
3543
+ open: () => void | undefined;
3544
+ close: () => void;
3545
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3546
+ close: () => any;
3547
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
3548
+ beforeCreate?: (() => void) | (() => void)[];
3549
+ created?: (() => void) | (() => void)[];
3550
+ beforeMount?: (() => void) | (() => void)[];
3551
+ mounted?: (() => void) | (() => void)[];
3552
+ beforeUpdate?: (() => void) | (() => void)[];
3553
+ updated?: (() => void) | (() => void)[];
3554
+ activated?: (() => void) | (() => void)[];
3555
+ deactivated?: (() => void) | (() => void)[];
3556
+ beforeDestroy?: (() => void) | (() => void)[];
3557
+ beforeUnmount?: (() => void) | (() => void)[];
3558
+ destroyed?: (() => void) | (() => void)[];
3559
+ unmounted?: (() => void) | (() => void)[];
3560
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3561
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
3562
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
3563
+ };
3564
+ $forceUpdate: () => void;
3565
+ $nextTick: nextTick;
3566
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
3567
+ } & Readonly<{}> & Omit<Readonly<{
3568
+ hasCloseButton?: boolean;
3569
+ }> & Readonly<{
3570
+ onClose?: (() => any) | undefined;
3571
+ }>, "close" | "open"> & ShallowUnwrapRef< {
3572
+ open: () => void | undefined;
3573
+ close: () => void;
3574
+ }> & {} & ComponentCustomProperties & {} & {
3575
+ $slots: {
3576
+ default?(_: {}): any;
3577
+ };
3578
+ }) | null;
3579
+ }, any>;
3580
+
2981
3581
  export declare const ModalConfirmation: DefineComponent<ModalConfirmationProps, {
2982
3582
  close: () => void;
2983
3583
  toggle: () => void;
@@ -3064,6 +3664,8 @@ export declare type ModalConfirmationProps = {
3064
3664
  isLoading?: boolean;
3065
3665
  };
3066
3666
 
3667
+ export declare type ModalProps = {};
3668
+
3067
3669
  export declare const MultiInputField: DefineComponent<__VLS_PublicProps_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3068
3670
  "update:value": (value: Set<string>) => any;
3069
3671
  "update:isError": (value: boolean) => any;
@@ -4047,6 +4649,15 @@ export declare const useGlobalConfig: () => GlobalConfig;
4047
4649
 
4048
4650
  export declare const useGlobalConfigProvide: (config: Partial<GlobalConfig>) => void;
4049
4651
 
4652
+ export declare const useModal: (refName: string) => {
4653
+ open: () => void;
4654
+ close: () => void;
4655
+ };
4656
+
4657
+ export declare const useModalContext: () => {
4658
+ close: DynamicVisibleAreaProvider;
4659
+ };
4660
+
4050
4661
  export declare const UserRow: DefineComponent<UserRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4051
4662
  click: (e: Event) => any;
4052
4663
  }, string, PublicProps, Readonly<UserRowProps> & Readonly<{