@vtj/ui 0.16.12 → 0.16.13
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.mjs +1836 -1820
- package/dist/index.umd.js +5 -5
- package/package.json +3 -3
- package/types/components/action/Action.d.ts +66 -66
- package/types/components/action/hooks.d.ts +12 -12
- package/types/components/action-bar/ActionBar.d.ts +44 -44
- package/types/components/attachment/Attachment.d.ts +85 -534
- package/types/components/data-item/DataItem.d.ts +44 -44
- package/types/components/dialog/Dialog.d.ts +5 -13
- package/types/components/dialog-form/DialogForm.d.ts +66 -326
- package/types/components/dialog-grid/DialogGrid.d.ts +11 -27
- package/types/components/field/Field.d.ts +36 -214
- package/types/components/form/Form.d.ts +49 -293
- package/types/components/grid/renderers/components/DateEdit.d.ts +60 -64
- package/types/components/grid/renderers/components/GridEdit.d.ts +80 -305
- package/types/components/grid-editor/GridEditor.d.ts +80 -305
- package/types/components/mask/Mask.d.ts +47 -51
- package/types/components/mask/components/Tabs.d.ts +2 -4
- package/types/components/panel/Panel.d.ts +3 -7
- package/types/components/picker/Dialog.d.ts +2 -4
- package/types/components/query-form/QueryForm.d.ts +114 -610
- package/types/components/tabs/Tabs.d.ts +22 -22
- package/types/version.d.ts +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ActionMenuItem } from '../';
|
|
2
2
|
import { MaskTab } from './types';
|
|
3
|
-
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComputedRef, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, StyleValue } from 'vue';
|
|
3
|
+
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComputedRef, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, StyleValue } from 'vue';
|
|
4
4
|
import { Props } from './components/Tabs';
|
|
5
5
|
import { MenuDataItem } from '../menu';
|
|
6
6
|
import { ContainerWrap, ContainerDirection, ContainerJustifyContent, ContainerAlignItems, ContainerAlignContent } from '../container';
|
|
@@ -72,9 +72,7 @@ declare function __VLS_template(): {
|
|
|
72
72
|
readonly height?: string | number | undefined;
|
|
73
73
|
readonly overflow?: "hidden" | "auto" | "visible" | undefined;
|
|
74
74
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "padding" | "tag" | "wrap" | "fit" | "flex" | "inline" | "direction" | "justify" | "align" | "alignContent" | "grow" | "shrink" | "alignSelf" | "gap" | "autoPointer">;
|
|
75
|
-
$attrs:
|
|
76
|
-
[x: string]: unknown;
|
|
77
|
-
};
|
|
75
|
+
$attrs: Attrs;
|
|
78
76
|
$refs: {
|
|
79
77
|
[x: string]: unknown;
|
|
80
78
|
} & {
|
|
@@ -391,7 +389,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
391
389
|
readonly __epPropKey: true;
|
|
392
390
|
readonly default: "hover";
|
|
393
391
|
};
|
|
394
|
-
readonly triggerKeys: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
392
|
+
readonly triggerKeys: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
|
|
395
393
|
readonly virtualTriggering: BooleanConstructor;
|
|
396
394
|
readonly virtualRef: {
|
|
397
395
|
readonly type: PropType<Measurable>;
|
|
@@ -401,19 +399,19 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
401
399
|
};
|
|
402
400
|
readonly effect: {
|
|
403
401
|
readonly default: "light";
|
|
404
|
-
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>>;
|
|
402
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | (((new (...args: any[]) => string) | (() => PopperEffect)) | null)[], unknown, unknown>>;
|
|
405
403
|
readonly required: false;
|
|
406
404
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
407
405
|
readonly __epPropKey: true;
|
|
408
406
|
};
|
|
409
407
|
readonly type: {
|
|
410
|
-
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => "" | "
|
|
408
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (() => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (((new (...args: any[]) => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (() => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger")) | null)[], unknown, unknown>>;
|
|
411
409
|
readonly required: false;
|
|
412
410
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
413
411
|
__epPropKey: true;
|
|
414
412
|
};
|
|
415
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
416
|
-
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
413
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
414
|
+
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
417
415
|
readonly id: StringConstructor;
|
|
418
416
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
419
417
|
readonly splitButton: BooleanConstructor;
|
|
@@ -422,8 +420,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
422
420
|
readonly showArrow: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
423
421
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
424
422
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
425
|
-
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
426
|
-
readonly maxHeight: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
423
|
+
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
424
|
+
readonly maxHeight: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, "", boolean>;
|
|
427
425
|
readonly popperClass: {
|
|
428
426
|
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | {
|
|
429
427
|
[x: string]: boolean;
|
|
@@ -473,7 +471,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
473
471
|
[x: string]: boolean;
|
|
474
472
|
} | (string | {
|
|
475
473
|
[x: string]: boolean;
|
|
476
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
474
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => string | {
|
|
477
475
|
[x: string]: boolean;
|
|
478
476
|
} | (string | {
|
|
479
477
|
[x: string]: boolean;
|
|
@@ -521,7 +519,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
521
519
|
[x: string]: boolean;
|
|
522
520
|
} | (string | {
|
|
523
521
|
[x: string]: boolean;
|
|
524
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
522
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
|
|
525
523
|
readonly required: false;
|
|
526
524
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
527
525
|
__epPropKey: true;
|
|
@@ -533,7 +531,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
533
531
|
__epPropKey: true;
|
|
534
532
|
};
|
|
535
533
|
readonly disabled: BooleanConstructor;
|
|
536
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
534
|
+
readonly role: EpPropFinalized<StringConstructor, "tooltip" | "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
537
535
|
readonly buttonProps: {
|
|
538
536
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
539
537
|
readonly required: false;
|
|
@@ -542,7 +540,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
542
540
|
};
|
|
543
541
|
readonly teleported: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
544
542
|
readonly appendTo: {
|
|
545
|
-
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>>;
|
|
543
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | (((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>)) | null)[], unknown, unknown>>;
|
|
546
544
|
readonly required: false;
|
|
547
545
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
548
546
|
__epPropKey: true;
|
|
@@ -612,7 +610,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
612
610
|
readonly __epPropKey: true;
|
|
613
611
|
readonly default: "hover";
|
|
614
612
|
};
|
|
615
|
-
readonly triggerKeys: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
613
|
+
readonly triggerKeys: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
|
|
616
614
|
readonly virtualTriggering: BooleanConstructor;
|
|
617
615
|
readonly virtualRef: {
|
|
618
616
|
readonly type: PropType<Measurable>;
|
|
@@ -622,19 +620,19 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
622
620
|
};
|
|
623
621
|
readonly effect: {
|
|
624
622
|
readonly default: "light";
|
|
625
|
-
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>>;
|
|
623
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | (((new (...args: any[]) => string) | (() => PopperEffect)) | null)[], unknown, unknown>>;
|
|
626
624
|
readonly required: false;
|
|
627
625
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
628
626
|
readonly __epPropKey: true;
|
|
629
627
|
};
|
|
630
628
|
readonly type: {
|
|
631
|
-
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => "" | "
|
|
629
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (() => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (((new (...args: any[]) => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (() => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger")) | null)[], unknown, unknown>>;
|
|
632
630
|
readonly required: false;
|
|
633
631
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
634
632
|
__epPropKey: true;
|
|
635
633
|
};
|
|
636
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
637
|
-
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
634
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
635
|
+
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
638
636
|
readonly id: StringConstructor;
|
|
639
637
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
640
638
|
readonly splitButton: BooleanConstructor;
|
|
@@ -643,8 +641,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
643
641
|
readonly showArrow: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
644
642
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
645
643
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
646
|
-
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
647
|
-
readonly maxHeight: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
644
|
+
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
645
|
+
readonly maxHeight: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, "", boolean>;
|
|
648
646
|
readonly popperClass: {
|
|
649
647
|
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | {
|
|
650
648
|
[x: string]: boolean;
|
|
@@ -694,7 +692,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
694
692
|
[x: string]: boolean;
|
|
695
693
|
} | (string | {
|
|
696
694
|
[x: string]: boolean;
|
|
697
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
695
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => string | {
|
|
698
696
|
[x: string]: boolean;
|
|
699
697
|
} | (string | {
|
|
700
698
|
[x: string]: boolean;
|
|
@@ -742,7 +740,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
742
740
|
[x: string]: boolean;
|
|
743
741
|
} | (string | {
|
|
744
742
|
[x: string]: boolean;
|
|
745
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
743
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
|
|
746
744
|
readonly required: false;
|
|
747
745
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
748
746
|
__epPropKey: true;
|
|
@@ -754,7 +752,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
754
752
|
__epPropKey: true;
|
|
755
753
|
};
|
|
756
754
|
readonly disabled: BooleanConstructor;
|
|
757
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
755
|
+
readonly role: EpPropFinalized<StringConstructor, "tooltip" | "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
758
756
|
readonly buttonProps: {
|
|
759
757
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
760
758
|
readonly required: false;
|
|
@@ -763,7 +761,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
763
761
|
};
|
|
764
762
|
readonly teleported: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
765
763
|
readonly appendTo: {
|
|
766
|
-
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>>;
|
|
764
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | (((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>)) | null)[], unknown, unknown>>;
|
|
767
765
|
readonly required: false;
|
|
768
766
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
769
767
|
__epPropKey: true;
|
|
@@ -888,7 +886,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
888
886
|
readonly __epPropKey: true;
|
|
889
887
|
readonly default: "hover";
|
|
890
888
|
};
|
|
891
|
-
readonly triggerKeys: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
889
|
+
readonly triggerKeys: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
|
|
892
890
|
readonly virtualTriggering: BooleanConstructor;
|
|
893
891
|
readonly virtualRef: {
|
|
894
892
|
readonly type: PropType<Measurable>;
|
|
@@ -898,19 +896,19 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
898
896
|
};
|
|
899
897
|
readonly effect: {
|
|
900
898
|
readonly default: "light";
|
|
901
|
-
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>>;
|
|
899
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | (((new (...args: any[]) => string) | (() => PopperEffect)) | null)[], unknown, unknown>>;
|
|
902
900
|
readonly required: false;
|
|
903
901
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
904
902
|
readonly __epPropKey: true;
|
|
905
903
|
};
|
|
906
904
|
readonly type: {
|
|
907
|
-
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => "" | "
|
|
905
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (() => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (((new (...args: any[]) => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (() => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger")) | null)[], unknown, unknown>>;
|
|
908
906
|
readonly required: false;
|
|
909
907
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
910
908
|
__epPropKey: true;
|
|
911
909
|
};
|
|
912
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
913
|
-
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
910
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
911
|
+
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
914
912
|
readonly id: StringConstructor;
|
|
915
913
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
916
914
|
readonly splitButton: BooleanConstructor;
|
|
@@ -919,8 +917,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
919
917
|
readonly showArrow: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
920
918
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
921
919
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
922
|
-
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
923
|
-
readonly maxHeight: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
920
|
+
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
921
|
+
readonly maxHeight: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, "", boolean>;
|
|
924
922
|
readonly popperClass: {
|
|
925
923
|
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | {
|
|
926
924
|
[x: string]: boolean;
|
|
@@ -970,7 +968,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
970
968
|
[x: string]: boolean;
|
|
971
969
|
} | (string | {
|
|
972
970
|
[x: string]: boolean;
|
|
973
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
971
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => string | {
|
|
974
972
|
[x: string]: boolean;
|
|
975
973
|
} | (string | {
|
|
976
974
|
[x: string]: boolean;
|
|
@@ -1018,7 +1016,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1018
1016
|
[x: string]: boolean;
|
|
1019
1017
|
} | (string | {
|
|
1020
1018
|
[x: string]: boolean;
|
|
1021
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
1019
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
|
|
1022
1020
|
readonly required: false;
|
|
1023
1021
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1024
1022
|
__epPropKey: true;
|
|
@@ -1030,7 +1028,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1030
1028
|
__epPropKey: true;
|
|
1031
1029
|
};
|
|
1032
1030
|
readonly disabled: BooleanConstructor;
|
|
1033
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
1031
|
+
readonly role: EpPropFinalized<StringConstructor, "tooltip" | "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
1034
1032
|
readonly buttonProps: {
|
|
1035
1033
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
1036
1034
|
readonly required: false;
|
|
@@ -1039,7 +1037,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1039
1037
|
};
|
|
1040
1038
|
readonly teleported: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1041
1039
|
readonly appendTo: {
|
|
1042
|
-
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>>;
|
|
1040
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | (((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>)) | null)[], unknown, unknown>>;
|
|
1043
1041
|
readonly required: false;
|
|
1044
1042
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1045
1043
|
__epPropKey: true;
|
|
@@ -1109,7 +1107,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1109
1107
|
readonly __epPropKey: true;
|
|
1110
1108
|
readonly default: "hover";
|
|
1111
1109
|
};
|
|
1112
|
-
readonly triggerKeys: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
|
|
1110
|
+
readonly triggerKeys: EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | (((new (...args: any[]) => string[]) | (() => string[])) | null)[], unknown, unknown, () => string[], boolean>;
|
|
1113
1111
|
readonly virtualTriggering: BooleanConstructor;
|
|
1114
1112
|
readonly virtualRef: {
|
|
1115
1113
|
readonly type: PropType<Measurable>;
|
|
@@ -1119,19 +1117,19 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1119
1117
|
};
|
|
1120
1118
|
readonly effect: {
|
|
1121
1119
|
readonly default: "light";
|
|
1122
|
-
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>>;
|
|
1120
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | (((new (...args: any[]) => string) | (() => PopperEffect)) | null)[], unknown, unknown>>;
|
|
1123
1121
|
readonly required: false;
|
|
1124
1122
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1125
1123
|
readonly __epPropKey: true;
|
|
1126
1124
|
};
|
|
1127
1125
|
readonly type: {
|
|
1128
|
-
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => "" | "
|
|
1126
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (() => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (((new (...args: any[]) => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger") | (() => "" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger")) | null)[], unknown, unknown>>;
|
|
1129
1127
|
readonly required: false;
|
|
1130
1128
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1131
1129
|
__epPropKey: true;
|
|
1132
1130
|
};
|
|
1133
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
1134
|
-
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1131
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "bottom-start" | "bottom" | "auto" | "auto-start" | "auto-end" | "top" | "right" | "left" | "top-start" | "top-end" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
1132
|
+
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
1135
1133
|
readonly id: StringConstructor;
|
|
1136
1134
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1137
1135
|
readonly splitButton: BooleanConstructor;
|
|
@@ -1140,8 +1138,8 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1140
1138
|
readonly showArrow: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1141
1139
|
readonly showTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
1142
1140
|
readonly hideTimeout: EpPropFinalized<NumberConstructor, unknown, unknown, 150, boolean>;
|
|
1143
|
-
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
1144
|
-
readonly maxHeight: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, "", boolean>;
|
|
1141
|
+
readonly tabindex: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
|
|
1142
|
+
readonly maxHeight: EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, "", boolean>;
|
|
1145
1143
|
readonly popperClass: {
|
|
1146
1144
|
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | {
|
|
1147
1145
|
[x: string]: boolean;
|
|
@@ -1191,7 +1189,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1191
1189
|
[x: string]: boolean;
|
|
1192
1190
|
} | (string | {
|
|
1193
1191
|
[x: string]: boolean;
|
|
1194
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1192
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => string | {
|
|
1195
1193
|
[x: string]: boolean;
|
|
1196
1194
|
} | (string | {
|
|
1197
1195
|
[x: string]: boolean;
|
|
@@ -1239,7 +1237,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1239
1237
|
[x: string]: boolean;
|
|
1240
1238
|
} | (string | {
|
|
1241
1239
|
[x: string]: boolean;
|
|
1242
|
-
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
1240
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
|
|
1243
1241
|
readonly required: false;
|
|
1244
1242
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1245
1243
|
__epPropKey: true;
|
|
@@ -1251,7 +1249,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1251
1249
|
__epPropKey: true;
|
|
1252
1250
|
};
|
|
1253
1251
|
readonly disabled: BooleanConstructor;
|
|
1254
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
1252
|
+
readonly role: EpPropFinalized<StringConstructor, "tooltip" | "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
1255
1253
|
readonly buttonProps: {
|
|
1256
1254
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
1257
1255
|
readonly required: false;
|
|
@@ -1260,7 +1258,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1260
1258
|
};
|
|
1261
1259
|
readonly teleported: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1262
1260
|
readonly appendTo: {
|
|
1263
|
-
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>>;
|
|
1261
|
+
readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | (((new (...args: any[]) => string | HTMLElement) | (() => EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>)) | null)[], unknown, unknown>>;
|
|
1264
1262
|
readonly required: false;
|
|
1265
1263
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1266
1264
|
__epPropKey: true;
|
|
@@ -1359,9 +1357,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1359
1357
|
readonly height?: string | number | undefined;
|
|
1360
1358
|
readonly overflow?: "hidden" | "auto" | "visible" | undefined;
|
|
1361
1359
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "padding" | "tag" | "wrap" | "fit" | "flex" | "inline" | "direction" | "justify" | "align" | "alignContent" | "grow" | "shrink" | "alignSelf" | "gap" | "autoPointer">;
|
|
1362
|
-
$attrs:
|
|
1363
|
-
[x: string]: unknown;
|
|
1364
|
-
};
|
|
1360
|
+
$attrs: Attrs;
|
|
1365
1361
|
$refs: {
|
|
1366
1362
|
[x: string]: unknown;
|
|
1367
1363
|
} & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MenuDataItem } from '../../';
|
|
2
2
|
import { MaskTab } from '../types';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComputedRef, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComputedRef, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
4
4
|
import { ContainerWrap, ContainerDirection, ContainerJustifyContent, ContainerAlignItems, ContainerAlignContent } from '../../container';
|
|
5
5
|
import { OnCleanup } from '@vue/reactivity';
|
|
6
6
|
export interface Props {
|
|
@@ -62,9 +62,7 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
|
62
62
|
readonly height?: string | number | undefined;
|
|
63
63
|
readonly overflow?: "hidden" | "auto" | "visible" | undefined;
|
|
64
64
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "padding" | "tag" | "wrap" | "fit" | "flex" | "inline" | "direction" | "justify" | "align" | "alignContent" | "grow" | "shrink" | "alignSelf" | "gap" | "autoPointer">;
|
|
65
|
-
$attrs:
|
|
66
|
-
[x: string]: unknown;
|
|
67
|
-
};
|
|
65
|
+
$attrs: Attrs;
|
|
68
66
|
$refs: {
|
|
69
67
|
[x: string]: unknown;
|
|
70
68
|
} & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComputedRef, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, Ref, PublicProps } from 'vue';
|
|
1
|
+
import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, ComputedRef, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, Ref, PublicProps } from 'vue';
|
|
2
2
|
import { ContainerWrap, ContainerDirection, ContainerJustifyContent, ContainerAlignItems, ContainerAlignContent, ContainerProps } from '../container';
|
|
3
3
|
import { OnCleanup } from '@vue/reactivity';
|
|
4
4
|
import { PanelBadge } from './types';
|
|
@@ -53,9 +53,7 @@ declare function __VLS_template(): {
|
|
|
53
53
|
readonly height?: string | number | undefined;
|
|
54
54
|
readonly overflow?: "hidden" | "auto" | "visible" | undefined;
|
|
55
55
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "padding" | "tag" | "wrap" | "fit" | "flex" | "inline" | "direction" | "justify" | "align" | "alignContent" | "grow" | "shrink" | "alignSelf" | "gap" | "autoPointer">;
|
|
56
|
-
$attrs:
|
|
57
|
-
[x: string]: unknown;
|
|
58
|
-
};
|
|
56
|
+
$attrs: Attrs;
|
|
59
57
|
$refs: {
|
|
60
58
|
[x: string]: unknown;
|
|
61
59
|
} & {
|
|
@@ -395,9 +393,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
395
393
|
readonly height?: string | number | undefined;
|
|
396
394
|
readonly overflow?: "hidden" | "auto" | "visible" | undefined;
|
|
397
395
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "padding" | "tag" | "wrap" | "fit" | "flex" | "inline" | "direction" | "justify" | "align" | "alignContent" | "grow" | "shrink" | "alignSelf" | "gap" | "autoPointer">;
|
|
398
|
-
$attrs:
|
|
399
|
-
[x: string]: unknown;
|
|
400
|
-
};
|
|
396
|
+
$attrs: Attrs;
|
|
401
397
|
$refs: {
|
|
402
398
|
[x: string]: unknown;
|
|
403
399
|
} & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PickerColumns, PickerFields, PickerLoader } from './types';
|
|
2
|
-
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, VNode, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
|
+
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentPublicInstance, ComponentOptionsBase, ExtractPropTypes, PropType, VNode, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
3
3
|
import { GridColumns, GridCustomInfo, GridLoader, GridCellRenders, GridEditRenders, GridFilterRenders, GridSortableEvent, GridSortableOptions } from '..';
|
|
4
4
|
import { Options } from 'sortablejs';
|
|
5
5
|
import { VxeTableProps, VxeGridEventProps, VxeGridSlots, VxeTableDataRow, SlotVNodeType, VxeGridInstance, VxeTableConstructor, VxeGridConstructor } from 'vxe-table';
|
|
@@ -64,9 +64,7 @@ declare const _default: DefineComponent<Props, {
|
|
|
64
64
|
readonly onEditChange?: ((data: any[]) => any) | undefined;
|
|
65
65
|
readonly onLoaded?: ((rows: any[]) => any) | undefined;
|
|
66
66
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, "auto" | "resizable" | "editable" | "page" | "pageSize" | "columns" | "rowSortable" | "columnSortable" | "customable" | "pager" | "pageSizes" | "virtual">;
|
|
67
|
-
$attrs:
|
|
68
|
-
[x: string]: unknown;
|
|
69
|
-
};
|
|
67
|
+
$attrs: Attrs;
|
|
70
68
|
$refs: {
|
|
71
69
|
[x: string]: unknown;
|
|
72
70
|
} & {
|