@vtj/ui 0.15.1 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +2 -2
- package/dist/index.umd.js +2 -2
- package/package.json +3 -3
- package/types/components/action/Action.d.ts +13 -13
- package/types/components/action/hooks.d.ts +4 -4
- package/types/components/action-bar/ActionBar.d.ts +9 -9
- package/types/components/attachment/Attachment.d.ts +553 -634
- package/types/components/container/Container.d.ts +4 -4
- package/types/components/container/types.d.ts +2 -2
- package/types/components/data-item/DataItem.d.ts +13 -13
- package/types/components/data-item/types.d.ts +2 -2
- package/types/components/dialog/Dialog.d.ts +32 -32
- package/types/components/dialog/types.d.ts +4 -4
- package/types/components/dialog-form/DialogForm.d.ts +357 -278
- package/types/components/dialog-grid/DialogGrid.d.ts +44 -44
- package/types/components/field/Field.d.ts +186 -175
- package/types/components/field/types.d.ts +1 -1
- package/types/components/form/Form.d.ts +294 -215
- package/types/components/grid/renderers/components/GridEdit.d.ts +275 -273
- package/types/components/grid-editor/GridEditor.d.ts +275 -273
- package/types/components/input-unit/InputUnit.d.ts +2 -2
- package/types/components/input-unit/types.d.ts +1 -1
- package/types/components/list/List.d.ts +4 -4
- package/types/components/list/types.d.ts +2 -2
- package/types/components/mask/Mask.d.ts +18 -18
- package/types/components/mask/components/Tabs.d.ts +4 -4
- package/types/components/panel/Panel.d.ts +12 -12
- package/types/components/panel/types.d.ts +2 -2
- package/types/components/picker/props.d.ts +1 -1
- package/types/components/query-form/QueryForm.d.ts +623 -464
- package/types/components/tabs/Tabs.d.ts +5 -5
- package/types/components/test/Test.d.ts +2 -2
- package/types/version.d.ts +2 -2
|
@@ -72,9 +72,9 @@ declare function __VLS_template(): {
|
|
|
72
72
|
readonly src?: string | undefined;
|
|
73
73
|
readonly title?: string | undefined;
|
|
74
74
|
readonly zIndex?: number | undefined;
|
|
75
|
-
readonly top?: string | number | undefined;
|
|
76
75
|
readonly cancel?: string | boolean | undefined;
|
|
77
76
|
readonly left?: string | number | undefined;
|
|
77
|
+
readonly top?: string | number | undefined;
|
|
78
78
|
readonly submit?: string | boolean | undefined;
|
|
79
79
|
readonly subtitle?: string | undefined;
|
|
80
80
|
readonly resizable?: boolean | ResizableOptions | undefined;
|
|
@@ -164,10 +164,10 @@ declare function __VLS_template(): {
|
|
|
164
164
|
default: boolean;
|
|
165
165
|
};
|
|
166
166
|
width: {
|
|
167
|
-
type: (
|
|
167
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
168
168
|
};
|
|
169
169
|
height: {
|
|
170
|
-
type: (
|
|
170
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
171
171
|
};
|
|
172
172
|
flex: {
|
|
173
173
|
type: BooleanConstructor;
|
|
@@ -232,10 +232,10 @@ declare function __VLS_template(): {
|
|
|
232
232
|
default: boolean;
|
|
233
233
|
};
|
|
234
234
|
width: {
|
|
235
|
-
type: (
|
|
235
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
236
236
|
};
|
|
237
237
|
height: {
|
|
238
|
-
type: (
|
|
238
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
239
239
|
};
|
|
240
240
|
flex: {
|
|
241
241
|
type: BooleanConstructor;
|
|
@@ -388,10 +388,10 @@ declare function __VLS_template(): {
|
|
|
388
388
|
default: boolean;
|
|
389
389
|
};
|
|
390
390
|
width: {
|
|
391
|
-
type: (
|
|
391
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
392
392
|
};
|
|
393
393
|
height: {
|
|
394
|
-
type: (
|
|
394
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
395
395
|
};
|
|
396
396
|
flex: {
|
|
397
397
|
type: BooleanConstructor;
|
|
@@ -509,10 +509,10 @@ declare function __VLS_template(): {
|
|
|
509
509
|
default: boolean;
|
|
510
510
|
};
|
|
511
511
|
width: {
|
|
512
|
-
type: (
|
|
512
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
513
513
|
};
|
|
514
514
|
height: {
|
|
515
|
-
type: (
|
|
515
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
516
516
|
};
|
|
517
517
|
flex: {
|
|
518
518
|
type: BooleanConstructor;
|
|
@@ -591,10 +591,10 @@ declare function __VLS_template(): {
|
|
|
591
591
|
default: boolean;
|
|
592
592
|
};
|
|
593
593
|
width: {
|
|
594
|
-
type: (
|
|
594
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
595
595
|
};
|
|
596
596
|
height: {
|
|
597
|
-
type: (
|
|
597
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
598
598
|
};
|
|
599
599
|
border: {
|
|
600
600
|
type: BooleanConstructor;
|
|
@@ -663,10 +663,10 @@ declare function __VLS_template(): {
|
|
|
663
663
|
default: boolean;
|
|
664
664
|
};
|
|
665
665
|
width: {
|
|
666
|
-
type: (
|
|
666
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
667
667
|
};
|
|
668
668
|
height: {
|
|
669
|
-
type: (
|
|
669
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
670
670
|
};
|
|
671
671
|
border: {
|
|
672
672
|
type: BooleanConstructor;
|
|
@@ -770,18 +770,18 @@ declare function __VLS_template(): {
|
|
|
770
770
|
default: string;
|
|
771
771
|
};
|
|
772
772
|
width: {
|
|
773
|
-
type: (
|
|
773
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
774
774
|
default: string;
|
|
775
775
|
};
|
|
776
776
|
height: {
|
|
777
|
-
type: (
|
|
777
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
778
778
|
default: string;
|
|
779
779
|
};
|
|
780
780
|
left: {
|
|
781
|
-
type: (
|
|
781
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
782
782
|
};
|
|
783
783
|
top: {
|
|
784
|
-
type: (
|
|
784
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
785
785
|
};
|
|
786
786
|
modal: {
|
|
787
787
|
type: BooleanConstructor;
|
|
@@ -1041,18 +1041,18 @@ declare function __VLS_template(): {
|
|
|
1041
1041
|
default: string;
|
|
1042
1042
|
};
|
|
1043
1043
|
width: {
|
|
1044
|
-
type: (
|
|
1044
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1045
1045
|
default: string;
|
|
1046
1046
|
};
|
|
1047
1047
|
height: {
|
|
1048
|
-
type: (
|
|
1048
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1049
1049
|
default: string;
|
|
1050
1050
|
};
|
|
1051
1051
|
left: {
|
|
1052
|
-
type: (
|
|
1052
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1053
1053
|
};
|
|
1054
1054
|
top: {
|
|
1055
|
-
type: (
|
|
1055
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
1056
1056
|
};
|
|
1057
1057
|
modal: {
|
|
1058
1058
|
type: BooleanConstructor;
|
|
@@ -1165,7 +1165,7 @@ declare function __VLS_template(): {
|
|
|
1165
1165
|
isOutside: ShallowRef<boolean, boolean>;
|
|
1166
1166
|
stop: () => void;
|
|
1167
1167
|
}) => any) | undefined;
|
|
1168
|
-
}>, "close" | "cancel" | "submit" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "
|
|
1168
|
+
}>, "close" | "cancel" | "submit" | "hide" | "show" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "panelRef" | "iframeRef" | ("size" | "primary" | "mode" | "pure" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
|
|
1169
1169
|
$vtjEl: ComputedRef<any>;
|
|
1170
1170
|
panelRef: Ref<any, any>;
|
|
1171
1171
|
state: {
|
|
@@ -2544,9 +2544,9 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
|
|
|
2544
2544
|
readonly src?: string | undefined;
|
|
2545
2545
|
readonly title?: string | undefined;
|
|
2546
2546
|
readonly zIndex?: number | undefined;
|
|
2547
|
-
readonly top?: string | number | undefined;
|
|
2548
2547
|
readonly cancel?: string | boolean | undefined;
|
|
2549
2548
|
readonly left?: string | number | undefined;
|
|
2549
|
+
readonly top?: string | number | undefined;
|
|
2550
2550
|
readonly submit?: string | boolean | undefined;
|
|
2551
2551
|
readonly subtitle?: string | undefined;
|
|
2552
2552
|
readonly resizable?: boolean | ResizableOptions | undefined;
|
|
@@ -2636,10 +2636,10 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
|
|
|
2636
2636
|
default: boolean;
|
|
2637
2637
|
};
|
|
2638
2638
|
width: {
|
|
2639
|
-
type: (
|
|
2639
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2640
2640
|
};
|
|
2641
2641
|
height: {
|
|
2642
|
-
type: (
|
|
2642
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2643
2643
|
};
|
|
2644
2644
|
flex: {
|
|
2645
2645
|
type: BooleanConstructor;
|
|
@@ -2704,10 +2704,10 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
|
|
|
2704
2704
|
default: boolean;
|
|
2705
2705
|
};
|
|
2706
2706
|
width: {
|
|
2707
|
-
type: (
|
|
2707
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2708
2708
|
};
|
|
2709
2709
|
height: {
|
|
2710
|
-
type: (
|
|
2710
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2711
2711
|
};
|
|
2712
2712
|
flex: {
|
|
2713
2713
|
type: BooleanConstructor;
|
|
@@ -2860,10 +2860,10 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
|
|
|
2860
2860
|
default: boolean;
|
|
2861
2861
|
};
|
|
2862
2862
|
width: {
|
|
2863
|
-
type: (
|
|
2863
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2864
2864
|
};
|
|
2865
2865
|
height: {
|
|
2866
|
-
type: (
|
|
2866
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2867
2867
|
};
|
|
2868
2868
|
flex: {
|
|
2869
2869
|
type: BooleanConstructor;
|
|
@@ -2981,10 +2981,10 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
|
|
|
2981
2981
|
default: boolean;
|
|
2982
2982
|
};
|
|
2983
2983
|
width: {
|
|
2984
|
-
type: (
|
|
2984
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2985
2985
|
};
|
|
2986
2986
|
height: {
|
|
2987
|
-
type: (
|
|
2987
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2988
2988
|
};
|
|
2989
2989
|
flex: {
|
|
2990
2990
|
type: BooleanConstructor;
|
|
@@ -3063,10 +3063,10 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
|
|
|
3063
3063
|
default: boolean;
|
|
3064
3064
|
};
|
|
3065
3065
|
width: {
|
|
3066
|
-
type: (
|
|
3066
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3067
3067
|
};
|
|
3068
3068
|
height: {
|
|
3069
|
-
type: (
|
|
3069
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3070
3070
|
};
|
|
3071
3071
|
border: {
|
|
3072
3072
|
type: BooleanConstructor;
|
|
@@ -3135,10 +3135,10 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
|
|
|
3135
3135
|
default: boolean;
|
|
3136
3136
|
};
|
|
3137
3137
|
width: {
|
|
3138
|
-
type: (
|
|
3138
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3139
3139
|
};
|
|
3140
3140
|
height: {
|
|
3141
|
-
type: (
|
|
3141
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3142
3142
|
};
|
|
3143
3143
|
border: {
|
|
3144
3144
|
type: BooleanConstructor;
|
|
@@ -3242,18 +3242,18 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
|
|
|
3242
3242
|
default: string;
|
|
3243
3243
|
};
|
|
3244
3244
|
width: {
|
|
3245
|
-
type: (
|
|
3245
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3246
3246
|
default: string;
|
|
3247
3247
|
};
|
|
3248
3248
|
height: {
|
|
3249
|
-
type: (
|
|
3249
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3250
3250
|
default: string;
|
|
3251
3251
|
};
|
|
3252
3252
|
left: {
|
|
3253
|
-
type: (
|
|
3253
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3254
3254
|
};
|
|
3255
3255
|
top: {
|
|
3256
|
-
type: (
|
|
3256
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3257
3257
|
};
|
|
3258
3258
|
modal: {
|
|
3259
3259
|
type: BooleanConstructor;
|
|
@@ -3513,18 +3513,18 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
|
|
|
3513
3513
|
default: string;
|
|
3514
3514
|
};
|
|
3515
3515
|
width: {
|
|
3516
|
-
type: (
|
|
3516
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3517
3517
|
default: string;
|
|
3518
3518
|
};
|
|
3519
3519
|
height: {
|
|
3520
|
-
type: (
|
|
3520
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3521
3521
|
default: string;
|
|
3522
3522
|
};
|
|
3523
3523
|
left: {
|
|
3524
|
-
type: (
|
|
3524
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3525
3525
|
};
|
|
3526
3526
|
top: {
|
|
3527
|
-
type: (
|
|
3527
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3528
3528
|
};
|
|
3529
3529
|
modal: {
|
|
3530
3530
|
type: BooleanConstructor;
|
|
@@ -3637,7 +3637,7 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {
|
|
|
3637
3637
|
isOutside: ShallowRef<boolean, boolean>;
|
|
3638
3638
|
stop: () => void;
|
|
3639
3639
|
}) => any) | undefined;
|
|
3640
|
-
}>, "close" | "cancel" | "submit" | "hide" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "
|
|
3640
|
+
}>, "close" | "cancel" | "submit" | "hide" | "show" | "$vtjEl" | "maximized" | "minimized" | "componentInstance" | "state" | "changeMode" | "panelRef" | "iframeRef" | ("size" | "primary" | "mode" | "pure" | "draggable" | "width" | "height" | "modelValue" | "modal" | "closable" | "maximizable" | "minimizable" | "bodyPadding")> & ShallowUnwrapRef<{
|
|
3641
3641
|
$vtjEl: ComputedRef<any>;
|
|
3642
3642
|
panelRef: Ref<any, any>;
|
|
3643
3643
|
state: {
|