@namba_one/ui-kit-2 1.0.254 → 1.0.256
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 +683 -3
- package/dist/index.es.js +6730 -6512
- package/dist/index.umd.js +19 -19
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -436,6 +436,215 @@ 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
|
+
|
|
640
|
+
declare const __VLS_component_44: DefineComponent<FormPageLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
641
|
+
close: () => any;
|
|
642
|
+
}, string, PublicProps, Readonly<FormPageLayoutProps> & Readonly<{
|
|
643
|
+
onClose?: (() => any) | undefined;
|
|
644
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
645
|
+
|
|
646
|
+
declare const __VLS_component_45: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
647
|
+
|
|
439
648
|
declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
440
649
|
click: (e: Event) => any;
|
|
441
650
|
}, string, PublicProps, Readonly<ButtonProps> & Readonly<{
|
|
@@ -576,6 +785,37 @@ declare type __VLS_Props_33 = FilterGroup_SingleSelectProps;
|
|
|
576
785
|
|
|
577
786
|
declare type __VLS_Props_34 = FilterGroup_ColumnSettingsProps;
|
|
578
787
|
|
|
788
|
+
declare type __VLS_Props_35 = {
|
|
789
|
+
hasCloseButton?: boolean;
|
|
790
|
+
};
|
|
791
|
+
|
|
792
|
+
declare type __VLS_Props_36 = {
|
|
793
|
+
title: string;
|
|
794
|
+
description?: string;
|
|
795
|
+
};
|
|
796
|
+
|
|
797
|
+
declare type __VLS_Props_37 = {
|
|
798
|
+
title: string;
|
|
799
|
+
description?: string;
|
|
800
|
+
};
|
|
801
|
+
|
|
802
|
+
declare type __VLS_Props_38 = {
|
|
803
|
+
title: string;
|
|
804
|
+
description?: string;
|
|
805
|
+
confirmText: string;
|
|
806
|
+
cancelText: string;
|
|
807
|
+
view: Extract<ButtonProps['view'], 'base-primary' | 'critical-primary'>;
|
|
808
|
+
isLoading?: boolean;
|
|
809
|
+
cancel?: () => void;
|
|
810
|
+
confirm: () => Promise<void> | void;
|
|
811
|
+
};
|
|
812
|
+
|
|
813
|
+
declare type __VLS_Props_39 = {
|
|
814
|
+
title: string;
|
|
815
|
+
align?: 'center' | 'top';
|
|
816
|
+
description?: string;
|
|
817
|
+
};
|
|
818
|
+
|
|
579
819
|
declare type __VLS_Props_4 = DropzoneProps;
|
|
580
820
|
|
|
581
821
|
declare type __VLS_Props_5 = InputProps;
|
|
@@ -1296,21 +1536,256 @@ declare function __VLS_template_39(): {
|
|
|
1296
1536
|
refs: {
|
|
1297
1537
|
triggerElementRef: HTMLDivElement;
|
|
1298
1538
|
};
|
|
1299
|
-
rootEl: HTMLDivElement;
|
|
1539
|
+
rootEl: HTMLDivElement;
|
|
1540
|
+
};
|
|
1541
|
+
|
|
1542
|
+
declare function __VLS_template_4(): {
|
|
1543
|
+
attrs: Partial<{}>;
|
|
1544
|
+
slots: {
|
|
1545
|
+
default?(_: {}): any;
|
|
1546
|
+
};
|
|
1547
|
+
refs: {};
|
|
1548
|
+
rootEl: HTMLDivElement;
|
|
1549
|
+
};
|
|
1550
|
+
|
|
1551
|
+
declare function __VLS_template_40(): {
|
|
1552
|
+
attrs: Partial<{}>;
|
|
1553
|
+
slots: {
|
|
1554
|
+
default?(_: {}): any;
|
|
1555
|
+
};
|
|
1556
|
+
refs: {};
|
|
1557
|
+
rootEl: HTMLDivElement;
|
|
1558
|
+
};
|
|
1559
|
+
|
|
1560
|
+
declare function __VLS_template_41(): {
|
|
1561
|
+
attrs: Partial<{}>;
|
|
1562
|
+
slots: {
|
|
1563
|
+
default?(_: {}): any;
|
|
1564
|
+
};
|
|
1565
|
+
refs: {
|
|
1566
|
+
visibleArea: ({
|
|
1567
|
+
$: ComponentInternalInstance;
|
|
1568
|
+
$data: {};
|
|
1569
|
+
$props: {
|
|
1570
|
+
readonly isShowOverlay?: boolean | undefined;
|
|
1571
|
+
readonly onClose?: (() => any) | undefined;
|
|
1572
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1573
|
+
$attrs: {
|
|
1574
|
+
[x: string]: unknown;
|
|
1575
|
+
};
|
|
1576
|
+
$refs: {
|
|
1577
|
+
[x: string]: unknown;
|
|
1578
|
+
};
|
|
1579
|
+
$slots: Readonly<{
|
|
1580
|
+
[name: string]: Slot<any> | undefined;
|
|
1581
|
+
}>;
|
|
1582
|
+
$root: ComponentPublicInstance | null;
|
|
1583
|
+
$parent: ComponentPublicInstance | null;
|
|
1584
|
+
$host: Element | null;
|
|
1585
|
+
$emit: (event: "close") => void;
|
|
1586
|
+
$el: any;
|
|
1587
|
+
$options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
|
|
1588
|
+
onClose?: (() => any) | undefined;
|
|
1589
|
+
}>, {
|
|
1590
|
+
close: () => void;
|
|
1591
|
+
toggle: () => void;
|
|
1592
|
+
open: () => void;
|
|
1593
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1594
|
+
close: () => any;
|
|
1595
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1596
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1597
|
+
created?: (() => void) | (() => void)[];
|
|
1598
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1599
|
+
mounted?: (() => void) | (() => void)[];
|
|
1600
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1601
|
+
updated?: (() => void) | (() => void)[];
|
|
1602
|
+
activated?: (() => void) | (() => void)[];
|
|
1603
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1604
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1605
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1606
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1607
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1608
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1609
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1610
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1611
|
+
};
|
|
1612
|
+
$forceUpdate: () => void;
|
|
1613
|
+
$nextTick: nextTick;
|
|
1614
|
+
$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;
|
|
1615
|
+
} & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
|
|
1616
|
+
onClose?: (() => any) | undefined;
|
|
1617
|
+
}>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
|
|
1618
|
+
close: () => void;
|
|
1619
|
+
toggle: () => void;
|
|
1620
|
+
open: () => void;
|
|
1621
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
1622
|
+
$slots: {
|
|
1623
|
+
default?(_: {}): any;
|
|
1624
|
+
};
|
|
1625
|
+
}) | null;
|
|
1626
|
+
};
|
|
1627
|
+
rootEl: any;
|
|
1628
|
+
};
|
|
1629
|
+
|
|
1630
|
+
declare function __VLS_template_42(): {
|
|
1631
|
+
attrs: Partial<{}>;
|
|
1632
|
+
slots: {
|
|
1633
|
+
default?(_: {}): any;
|
|
1634
|
+
};
|
|
1635
|
+
refs: {};
|
|
1636
|
+
rootEl: HTMLDivElement;
|
|
1637
|
+
};
|
|
1638
|
+
|
|
1639
|
+
declare function __VLS_template_43(): {
|
|
1640
|
+
attrs: Partial<{}>;
|
|
1641
|
+
slots: {
|
|
1642
|
+
default?(_: {}): any;
|
|
1643
|
+
footer?(_: {}): any;
|
|
1644
|
+
};
|
|
1645
|
+
refs: {
|
|
1646
|
+
modal: ({
|
|
1647
|
+
$: ComponentInternalInstance;
|
|
1648
|
+
$data: {};
|
|
1649
|
+
$props: {
|
|
1650
|
+
readonly hasCloseButton?: boolean | undefined;
|
|
1651
|
+
readonly onClose?: (() => any) | undefined;
|
|
1652
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1653
|
+
$attrs: {
|
|
1654
|
+
[x: string]: unknown;
|
|
1655
|
+
};
|
|
1656
|
+
$refs: {
|
|
1657
|
+
[x: string]: unknown;
|
|
1658
|
+
} & {
|
|
1659
|
+
visibleArea: ({
|
|
1660
|
+
$: ComponentInternalInstance;
|
|
1661
|
+
$data: {};
|
|
1662
|
+
$props: {
|
|
1663
|
+
readonly isShowOverlay?: boolean | undefined;
|
|
1664
|
+
readonly onClose?: (() => any) | undefined;
|
|
1665
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1666
|
+
$attrs: {
|
|
1667
|
+
[x: string]: unknown;
|
|
1668
|
+
};
|
|
1669
|
+
$refs: {
|
|
1670
|
+
[x: string]: unknown;
|
|
1671
|
+
};
|
|
1672
|
+
$slots: Readonly<{
|
|
1673
|
+
[name: string]: Slot<any> | undefined;
|
|
1674
|
+
}>;
|
|
1675
|
+
$root: ComponentPublicInstance | null;
|
|
1676
|
+
$parent: ComponentPublicInstance | null;
|
|
1677
|
+
$host: Element | null;
|
|
1678
|
+
$emit: (event: "close") => void;
|
|
1679
|
+
$el: any;
|
|
1680
|
+
$options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
|
|
1681
|
+
onClose?: (() => any) | undefined;
|
|
1682
|
+
}>, {
|
|
1683
|
+
close: () => void;
|
|
1684
|
+
toggle: () => void;
|
|
1685
|
+
open: () => void;
|
|
1686
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1687
|
+
close: () => any;
|
|
1688
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1689
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1690
|
+
created?: (() => void) | (() => void)[];
|
|
1691
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1692
|
+
mounted?: (() => void) | (() => void)[];
|
|
1693
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1694
|
+
updated?: (() => void) | (() => void)[];
|
|
1695
|
+
activated?: (() => void) | (() => void)[];
|
|
1696
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1697
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1698
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1699
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1700
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1701
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1702
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1703
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1704
|
+
};
|
|
1705
|
+
$forceUpdate: () => void;
|
|
1706
|
+
$nextTick: nextTick;
|
|
1707
|
+
$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;
|
|
1708
|
+
} & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
|
|
1709
|
+
onClose?: (() => any) | undefined;
|
|
1710
|
+
}>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
|
|
1711
|
+
close: () => void;
|
|
1712
|
+
toggle: () => void;
|
|
1713
|
+
open: () => void;
|
|
1714
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
1715
|
+
$slots: {
|
|
1716
|
+
default?(_: {}): any;
|
|
1717
|
+
};
|
|
1718
|
+
}) | null;
|
|
1719
|
+
};
|
|
1720
|
+
$slots: Readonly<{
|
|
1721
|
+
[name: string]: Slot<any> | undefined;
|
|
1722
|
+
}>;
|
|
1723
|
+
$root: ComponentPublicInstance | null;
|
|
1724
|
+
$parent: ComponentPublicInstance | null;
|
|
1725
|
+
$host: Element | null;
|
|
1726
|
+
$emit: (event: "close") => void;
|
|
1727
|
+
$el: any;
|
|
1728
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
1729
|
+
hasCloseButton?: boolean;
|
|
1730
|
+
}> & Readonly<{
|
|
1731
|
+
onClose?: (() => any) | undefined;
|
|
1732
|
+
}>, {
|
|
1733
|
+
open: () => void | undefined;
|
|
1734
|
+
close: () => void;
|
|
1735
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1736
|
+
close: () => any;
|
|
1737
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1738
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1739
|
+
created?: (() => void) | (() => void)[];
|
|
1740
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1741
|
+
mounted?: (() => void) | (() => void)[];
|
|
1742
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1743
|
+
updated?: (() => void) | (() => void)[];
|
|
1744
|
+
activated?: (() => void) | (() => void)[];
|
|
1745
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1746
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1747
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1748
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1749
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1750
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1751
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1752
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1753
|
+
};
|
|
1754
|
+
$forceUpdate: () => void;
|
|
1755
|
+
$nextTick: nextTick;
|
|
1756
|
+
$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;
|
|
1757
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
1758
|
+
hasCloseButton?: boolean;
|
|
1759
|
+
}> & Readonly<{
|
|
1760
|
+
onClose?: (() => any) | undefined;
|
|
1761
|
+
}>, "close" | "open"> & ShallowUnwrapRef< {
|
|
1762
|
+
open: () => void | undefined;
|
|
1763
|
+
close: () => void;
|
|
1764
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
1765
|
+
$slots: {
|
|
1766
|
+
default?(_: {}): any;
|
|
1767
|
+
};
|
|
1768
|
+
}) | null;
|
|
1769
|
+
};
|
|
1770
|
+
rootEl: any;
|
|
1300
1771
|
};
|
|
1301
1772
|
|
|
1302
|
-
declare function
|
|
1773
|
+
declare function __VLS_template_44(): {
|
|
1303
1774
|
attrs: Partial<{}>;
|
|
1304
1775
|
slots: {
|
|
1776
|
+
loading?(_: {}): any;
|
|
1777
|
+
error?(_: {}): any;
|
|
1305
1778
|
default?(_: {}): any;
|
|
1306
1779
|
};
|
|
1307
1780
|
refs: {};
|
|
1308
1781
|
rootEl: HTMLDivElement;
|
|
1309
1782
|
};
|
|
1310
1783
|
|
|
1311
|
-
declare function
|
|
1784
|
+
declare function __VLS_template_45(): {
|
|
1312
1785
|
attrs: Partial<{}>;
|
|
1313
1786
|
slots: {
|
|
1787
|
+
top?(_: {}): any;
|
|
1788
|
+
description?(_: {}): any;
|
|
1314
1789
|
default?(_: {}): any;
|
|
1315
1790
|
};
|
|
1316
1791
|
refs: {};
|
|
@@ -1434,6 +1909,16 @@ declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
|
1434
1909
|
|
|
1435
1910
|
declare type __VLS_TemplateResult_40 = ReturnType<typeof __VLS_template_40>;
|
|
1436
1911
|
|
|
1912
|
+
declare type __VLS_TemplateResult_41 = ReturnType<typeof __VLS_template_41>;
|
|
1913
|
+
|
|
1914
|
+
declare type __VLS_TemplateResult_42 = ReturnType<typeof __VLS_template_42>;
|
|
1915
|
+
|
|
1916
|
+
declare type __VLS_TemplateResult_43 = ReturnType<typeof __VLS_template_43>;
|
|
1917
|
+
|
|
1918
|
+
declare type __VLS_TemplateResult_44 = ReturnType<typeof __VLS_template_44>;
|
|
1919
|
+
|
|
1920
|
+
declare type __VLS_TemplateResult_45 = ReturnType<typeof __VLS_template_45>;
|
|
1921
|
+
|
|
1437
1922
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
1438
1923
|
|
|
1439
1924
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
@@ -1654,6 +2139,36 @@ declare type __VLS_WithTemplateSlots_40<T, S> = T & {
|
|
|
1654
2139
|
};
|
|
1655
2140
|
};
|
|
1656
2141
|
|
|
2142
|
+
declare type __VLS_WithTemplateSlots_41<T, S> = T & {
|
|
2143
|
+
new (): {
|
|
2144
|
+
$slots: S;
|
|
2145
|
+
};
|
|
2146
|
+
};
|
|
2147
|
+
|
|
2148
|
+
declare type __VLS_WithTemplateSlots_42<T, S> = T & {
|
|
2149
|
+
new (): {
|
|
2150
|
+
$slots: S;
|
|
2151
|
+
};
|
|
2152
|
+
};
|
|
2153
|
+
|
|
2154
|
+
declare type __VLS_WithTemplateSlots_43<T, S> = T & {
|
|
2155
|
+
new (): {
|
|
2156
|
+
$slots: S;
|
|
2157
|
+
};
|
|
2158
|
+
};
|
|
2159
|
+
|
|
2160
|
+
declare type __VLS_WithTemplateSlots_44<T, S> = T & {
|
|
2161
|
+
new (): {
|
|
2162
|
+
$slots: S;
|
|
2163
|
+
};
|
|
2164
|
+
};
|
|
2165
|
+
|
|
2166
|
+
declare type __VLS_WithTemplateSlots_45<T, S> = T & {
|
|
2167
|
+
new (): {
|
|
2168
|
+
$slots: S;
|
|
2169
|
+
};
|
|
2170
|
+
};
|
|
2171
|
+
|
|
1657
2172
|
declare type __VLS_WithTemplateSlots_5<T, S> = T & {
|
|
1658
2173
|
new (): {
|
|
1659
2174
|
$slots: S;
|
|
@@ -2298,6 +2813,8 @@ declare const _default_2: __VLS_WithTemplateSlots_25<typeof __VLS_component_25,
|
|
|
2298
2813
|
export { _default_2 as CheckboxGroupFilter }
|
|
2299
2814
|
export { _default_2 as CheckboxGroupFilterView }
|
|
2300
2815
|
|
|
2816
|
+
export declare const DefaultModal: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, __VLS_TemplateResult_43["slots"]>;
|
|
2817
|
+
|
|
2301
2818
|
export declare const Divider: DefineComponent<DividerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DividerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2302
2819
|
|
|
2303
2820
|
export declare type DividerProps = {
|
|
@@ -2658,6 +3175,19 @@ export declare const FlatTabs: __VLS_WithTemplateSlots_35<typeof __VLS_component
|
|
|
2658
3175
|
|
|
2659
3176
|
export declare type FlatTabsProps = {};
|
|
2660
3177
|
|
|
3178
|
+
export declare const FormPageLayout: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
3179
|
+
|
|
3180
|
+
export declare type FormPageLayoutEmits = {
|
|
3181
|
+
(event: 'close'): void;
|
|
3182
|
+
};
|
|
3183
|
+
|
|
3184
|
+
export declare type FormPageLayoutProps = {
|
|
3185
|
+
width?: ContainerProps['width'];
|
|
3186
|
+
title: string;
|
|
3187
|
+
isLoading?: boolean;
|
|
3188
|
+
isError?: boolean;
|
|
3189
|
+
};
|
|
3190
|
+
|
|
2661
3191
|
declare function getFilterValue<T extends FilterValue>(filter: Filter, defaultValue: T['value']): T['value'];
|
|
2662
3192
|
|
|
2663
3193
|
declare type GlobalConfig = {
|
|
@@ -2978,6 +3508,141 @@ export declare type MenuBarProps = {
|
|
|
2978
3508
|
list: MenuBarItemProps[][];
|
|
2979
3509
|
};
|
|
2980
3510
|
|
|
3511
|
+
export declare const Modal: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, __VLS_TemplateResult_41["slots"]>;
|
|
3512
|
+
|
|
3513
|
+
export declare const Modal_Footer: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, __VLS_TemplateResult_42["slots"]>;
|
|
3514
|
+
|
|
3515
|
+
export declare const Modal_Header: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3516
|
+
|
|
3517
|
+
export declare const ModalAlert: DefineComponent<__VLS_Props_38, {
|
|
3518
|
+
open: () => void;
|
|
3519
|
+
close: () => void;
|
|
3520
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3521
|
+
root: ({
|
|
3522
|
+
$: ComponentInternalInstance;
|
|
3523
|
+
$data: {};
|
|
3524
|
+
$props: {
|
|
3525
|
+
readonly hasCloseButton?: boolean | undefined;
|
|
3526
|
+
readonly onClose?: (() => any) | undefined;
|
|
3527
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
3528
|
+
$attrs: {
|
|
3529
|
+
[x: string]: unknown;
|
|
3530
|
+
};
|
|
3531
|
+
$refs: {
|
|
3532
|
+
[x: string]: unknown;
|
|
3533
|
+
} & {
|
|
3534
|
+
visibleArea: ({
|
|
3535
|
+
$: ComponentInternalInstance;
|
|
3536
|
+
$data: {};
|
|
3537
|
+
$props: {
|
|
3538
|
+
readonly isShowOverlay?: boolean | undefined;
|
|
3539
|
+
readonly onClose?: (() => any) | undefined;
|
|
3540
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
3541
|
+
$attrs: {
|
|
3542
|
+
[x: string]: unknown;
|
|
3543
|
+
};
|
|
3544
|
+
$refs: {
|
|
3545
|
+
[x: string]: unknown;
|
|
3546
|
+
};
|
|
3547
|
+
$slots: Readonly<{
|
|
3548
|
+
[name: string]: Slot<any> | undefined;
|
|
3549
|
+
}>;
|
|
3550
|
+
$root: ComponentPublicInstance | null;
|
|
3551
|
+
$parent: ComponentPublicInstance | null;
|
|
3552
|
+
$host: Element | null;
|
|
3553
|
+
$emit: (event: "close") => void;
|
|
3554
|
+
$el: any;
|
|
3555
|
+
$options: ComponentOptionsBase<Readonly<DynamicVisibleAreaProps> & Readonly<{
|
|
3556
|
+
onClose?: (() => any) | undefined;
|
|
3557
|
+
}>, {
|
|
3558
|
+
close: () => void;
|
|
3559
|
+
toggle: () => void;
|
|
3560
|
+
open: () => void;
|
|
3561
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
3562
|
+
close: () => any;
|
|
3563
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
3564
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
3565
|
+
created?: (() => void) | (() => void)[];
|
|
3566
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
3567
|
+
mounted?: (() => void) | (() => void)[];
|
|
3568
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
3569
|
+
updated?: (() => void) | (() => void)[];
|
|
3570
|
+
activated?: (() => void) | (() => void)[];
|
|
3571
|
+
deactivated?: (() => void) | (() => void)[];
|
|
3572
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
3573
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
3574
|
+
destroyed?: (() => void) | (() => void)[];
|
|
3575
|
+
unmounted?: (() => void) | (() => void)[];
|
|
3576
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3577
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3578
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
3579
|
+
};
|
|
3580
|
+
$forceUpdate: () => void;
|
|
3581
|
+
$nextTick: nextTick;
|
|
3582
|
+
$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;
|
|
3583
|
+
} & Readonly<{}> & Omit<Readonly<DynamicVisibleAreaProps> & Readonly<{
|
|
3584
|
+
onClose?: (() => any) | undefined;
|
|
3585
|
+
}>, "close" | "toggle" | "open"> & ShallowUnwrapRef< {
|
|
3586
|
+
close: () => void;
|
|
3587
|
+
toggle: () => void;
|
|
3588
|
+
open: () => void;
|
|
3589
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
3590
|
+
$slots: {
|
|
3591
|
+
default?(_: {}): any;
|
|
3592
|
+
};
|
|
3593
|
+
}) | null;
|
|
3594
|
+
};
|
|
3595
|
+
$slots: Readonly<{
|
|
3596
|
+
[name: string]: Slot<any> | undefined;
|
|
3597
|
+
}>;
|
|
3598
|
+
$root: ComponentPublicInstance | null;
|
|
3599
|
+
$parent: ComponentPublicInstance | null;
|
|
3600
|
+
$host: Element | null;
|
|
3601
|
+
$emit: (event: "close") => void;
|
|
3602
|
+
$el: any;
|
|
3603
|
+
$options: ComponentOptionsBase<Readonly<{
|
|
3604
|
+
hasCloseButton?: boolean;
|
|
3605
|
+
}> & Readonly<{
|
|
3606
|
+
onClose?: (() => any) | undefined;
|
|
3607
|
+
}>, {
|
|
3608
|
+
open: () => void | undefined;
|
|
3609
|
+
close: () => void;
|
|
3610
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3611
|
+
close: () => any;
|
|
3612
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
3613
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
3614
|
+
created?: (() => void) | (() => void)[];
|
|
3615
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
3616
|
+
mounted?: (() => void) | (() => void)[];
|
|
3617
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
3618
|
+
updated?: (() => void) | (() => void)[];
|
|
3619
|
+
activated?: (() => void) | (() => void)[];
|
|
3620
|
+
deactivated?: (() => void) | (() => void)[];
|
|
3621
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
3622
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
3623
|
+
destroyed?: (() => void) | (() => void)[];
|
|
3624
|
+
unmounted?: (() => void) | (() => void)[];
|
|
3625
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3626
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
3627
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
3628
|
+
};
|
|
3629
|
+
$forceUpdate: () => void;
|
|
3630
|
+
$nextTick: nextTick;
|
|
3631
|
+
$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;
|
|
3632
|
+
} & Readonly<{}> & Omit<Readonly<{
|
|
3633
|
+
hasCloseButton?: boolean;
|
|
3634
|
+
}> & Readonly<{
|
|
3635
|
+
onClose?: (() => any) | undefined;
|
|
3636
|
+
}>, "close" | "open"> & ShallowUnwrapRef< {
|
|
3637
|
+
open: () => void | undefined;
|
|
3638
|
+
close: () => void;
|
|
3639
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
3640
|
+
$slots: {
|
|
3641
|
+
default?(_: {}): any;
|
|
3642
|
+
};
|
|
3643
|
+
}) | null;
|
|
3644
|
+
}, any>;
|
|
3645
|
+
|
|
2981
3646
|
export declare const ModalConfirmation: DefineComponent<ModalConfirmationProps, {
|
|
2982
3647
|
close: () => void;
|
|
2983
3648
|
toggle: () => void;
|
|
@@ -3064,6 +3729,8 @@ export declare type ModalConfirmationProps = {
|
|
|
3064
3729
|
isLoading?: boolean;
|
|
3065
3730
|
};
|
|
3066
3731
|
|
|
3732
|
+
export declare type ModalProps = {};
|
|
3733
|
+
|
|
3067
3734
|
export declare const MultiInputField: DefineComponent<__VLS_PublicProps_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3068
3735
|
"update:value": (value: Set<string>) => any;
|
|
3069
3736
|
"update:isError": (value: boolean) => any;
|
|
@@ -3305,6 +3972,8 @@ declare function open_2(): void;
|
|
|
3305
3972
|
|
|
3306
3973
|
declare function open_3(timeout?: number): void;
|
|
3307
3974
|
|
|
3975
|
+
export declare const PageHeader: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, __VLS_TemplateResult_45["slots"]>;
|
|
3976
|
+
|
|
3308
3977
|
export declare const PageInfoCell: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
3309
3978
|
|
|
3310
3979
|
export declare type PageInfoCellProps = {
|
|
@@ -3336,6 +4005,8 @@ export declare type PageInfoCellTableSkeletonProps = {
|
|
|
3336
4005
|
labelColor?: PageInfoCellProps['labelColor'];
|
|
3337
4006
|
};
|
|
3338
4007
|
|
|
4008
|
+
export declare type PageListHeaderProps = {};
|
|
4009
|
+
|
|
3339
4010
|
export declare const Popover: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
3340
4011
|
|
|
3341
4012
|
export declare type PopoverProps = {
|
|
@@ -4047,6 +4718,15 @@ export declare const useGlobalConfig: () => GlobalConfig;
|
|
|
4047
4718
|
|
|
4048
4719
|
export declare const useGlobalConfigProvide: (config: Partial<GlobalConfig>) => void;
|
|
4049
4720
|
|
|
4721
|
+
export declare const useModal: (refName: string) => {
|
|
4722
|
+
open: () => void;
|
|
4723
|
+
close: () => void;
|
|
4724
|
+
};
|
|
4725
|
+
|
|
4726
|
+
export declare const useModalContext: () => {
|
|
4727
|
+
close: DynamicVisibleAreaProvider;
|
|
4728
|
+
};
|
|
4729
|
+
|
|
4050
4730
|
export declare const UserRow: DefineComponent<UserRowProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
4051
4731
|
click: (e: Event) => any;
|
|
4052
4732
|
}, string, PublicProps, Readonly<UserRowProps> & Readonly<{
|