@wlydfe/pro-ui 0.2.5 → 0.2.6
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/es/components/date-picker/index.d.ts +25 -25
- package/es/components/date-picker/src/index.vue.d.ts +25 -25
- package/es/components/descriptions/index.d.ts +119 -119
- package/es/components/descriptions/src/index.vue.d.ts +119 -119
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +102 -102
- package/es/components/dialog-form/src/index.vue.d.ts +102 -102
- package/es/components/display-item/index.d.ts +112 -112
- package/es/components/display-item/src/index.vue.d.ts +119 -113
- package/es/components/display-item/src/index.vue2.mjs +81 -31
- package/es/components/drawer-form/index.d.ts +110 -110
- package/es/components/drawer-form/src/index.vue.d.ts +110 -110
- package/es/components/form/index.d.ts +98 -98
- package/es/components/form/src/form-content.vue.d.ts +72 -72
- package/es/components/form/src/index.vue.d.ts +98 -98
- package/es/components/form-item/index.d.ts +65 -65
- package/es/components/form-item/src/index.vue.d.ts +65 -65
- package/es/components/header/index.d.ts +1 -1
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +10 -10
- package/es/components/input-tag/src/index.vue.d.ts +10 -10
- package/es/components/layout/index.d.ts +56 -56
- package/es/components/layout/src/index.vue.d.ts +56 -56
- package/es/components/page/index.d.ts +1 -0
- package/es/components/page/src/index.vue.d.ts +1 -0
- package/es/components/page/src/index.vue2.mjs +9 -2
- package/es/components/pagination/index.d.ts +1 -1
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +8 -8
- package/es/components/radio/src/index.vue.d.ts +8 -8
- package/es/components/search/index.d.ts +107 -107
- package/es/components/search/src/index.vue.d.ts +107 -107
- package/es/components/sidebar/index.d.ts +14 -14
- package/es/components/sidebar/src/index.vue.d.ts +14 -14
- package/es/components/steps-form/index.d.ts +104 -104
- package/es/components/steps-form/src/index.vue.d.ts +104 -104
- package/es/components/table/src/index.vue2.mjs +2 -1
- package/es/index.css +13 -13
- package/index.js +92 -34
- package/index.min.js +3 -3
- package/index.min.mjs +3 -3
- package/index.mjs +92 -34
- package/lib/components/date-picker/index.d.ts +25 -25
- package/lib/components/date-picker/src/index.vue.d.ts +25 -25
- package/lib/components/descriptions/index.d.ts +119 -119
- package/lib/components/descriptions/src/index.vue.d.ts +119 -119
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +102 -102
- package/lib/components/dialog-form/src/index.vue.d.ts +102 -102
- package/lib/components/display-item/index.d.ts +112 -112
- package/lib/components/display-item/src/index.vue.d.ts +119 -113
- package/lib/components/display-item/src/index.vue2.js +81 -31
- package/lib/components/drawer-form/index.d.ts +110 -110
- package/lib/components/drawer-form/src/index.vue.d.ts +110 -110
- package/lib/components/form/index.d.ts +98 -98
- package/lib/components/form/src/form-content.vue.d.ts +72 -72
- package/lib/components/form/src/index.vue.d.ts +98 -98
- package/lib/components/form-item/index.d.ts +65 -65
- package/lib/components/form-item/src/index.vue.d.ts +65 -65
- package/lib/components/header/index.d.ts +1 -1
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +10 -10
- package/lib/components/input-tag/src/index.vue.d.ts +10 -10
- package/lib/components/layout/index.d.ts +56 -56
- package/lib/components/layout/src/index.vue.d.ts +56 -56
- package/lib/components/page/index.d.ts +1 -0
- package/lib/components/page/src/index.vue.d.ts +1 -0
- package/lib/components/page/src/index.vue2.js +9 -2
- package/lib/components/pagination/index.d.ts +1 -1
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +8 -8
- package/lib/components/radio/src/index.vue.d.ts +8 -8
- package/lib/components/search/index.d.ts +107 -107
- package/lib/components/search/src/index.vue.d.ts +107 -107
- package/lib/components/sidebar/index.d.ts +14 -14
- package/lib/components/sidebar/src/index.vue.d.ts +14 -14
- package/lib/components/steps-form/index.d.ts +104 -104
- package/lib/components/steps-form/src/index.vue.d.ts +104 -104
- package/lib/components/table/src/index.vue2.js +2 -1
- package/lib/{page.css → index.css} +12 -12
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/package.json +1 -1
|
@@ -31,6 +31,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
31
31
|
columns: import("vue").Ref<import("../..").PlusColumn[], import("../..").PlusColumn[]>;
|
|
32
32
|
subRow: import("vue").Ref<any, any>;
|
|
33
33
|
customFieldPropsIsReady: import("vue").Ref<boolean, boolean>;
|
|
34
|
+
rawValue: import("vue").ComputedRef<any>;
|
|
34
35
|
displayValue: import("vue").WritableComputedRef<any, any>;
|
|
35
36
|
modelValues: import("vue").WritableComputedRef<{
|
|
36
37
|
[x: number]: any;
|
|
@@ -188,7 +189,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
188
189
|
__epPropKey: true;
|
|
189
190
|
};
|
|
190
191
|
readonly labelPosition: {
|
|
191
|
-
readonly type: import("vue").PropType<"
|
|
192
|
+
readonly type: import("vue").PropType<"right" | "top" | "left">;
|
|
192
193
|
readonly required: false;
|
|
193
194
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
195
|
__epPropKey: true;
|
|
@@ -271,7 +272,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
271
272
|
readonly disabled: boolean;
|
|
272
273
|
readonly inline: boolean;
|
|
273
274
|
readonly labelWidth: string | number;
|
|
274
|
-
readonly labelPosition: "
|
|
275
|
+
readonly labelPosition: "right" | "top" | "left";
|
|
275
276
|
readonly inlineMessage: boolean;
|
|
276
277
|
readonly showMessage: boolean;
|
|
277
278
|
readonly requireAsteriskPosition: "right" | "left";
|
|
@@ -297,7 +298,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
297
298
|
__epPropKey: true;
|
|
298
299
|
};
|
|
299
300
|
readonly labelPosition: {
|
|
300
|
-
readonly type: import("vue").PropType<"
|
|
301
|
+
readonly type: import("vue").PropType<"right" | "top" | "left">;
|
|
301
302
|
readonly required: false;
|
|
302
303
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
303
304
|
__epPropKey: true;
|
|
@@ -378,7 +379,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
378
379
|
readonly disabled: boolean;
|
|
379
380
|
readonly inline: boolean;
|
|
380
381
|
readonly labelWidth: string | number;
|
|
381
|
-
readonly labelPosition: "
|
|
382
|
+
readonly labelPosition: "right" | "top" | "left";
|
|
382
383
|
readonly inlineMessage: boolean;
|
|
383
384
|
readonly showMessage: boolean;
|
|
384
385
|
readonly requireAsteriskPosition: "right" | "left";
|
|
@@ -401,7 +402,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
401
402
|
__epPropKey: true;
|
|
402
403
|
};
|
|
403
404
|
readonly labelPosition: {
|
|
404
|
-
readonly type: import("vue").PropType<"
|
|
405
|
+
readonly type: import("vue").PropType<"right" | "top" | "left">;
|
|
405
406
|
readonly required: false;
|
|
406
407
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
407
408
|
__epPropKey: true;
|
|
@@ -484,7 +485,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
484
485
|
readonly disabled: boolean;
|
|
485
486
|
readonly inline: boolean;
|
|
486
487
|
readonly labelWidth: string | number;
|
|
487
|
-
readonly labelPosition: "
|
|
488
|
+
readonly labelPosition: "right" | "top" | "left";
|
|
488
489
|
readonly inlineMessage: boolean;
|
|
489
490
|
readonly showMessage: boolean;
|
|
490
491
|
readonly requireAsteriskPosition: "right" | "left";
|
|
@@ -511,7 +512,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
511
512
|
readonly default: "";
|
|
512
513
|
};
|
|
513
514
|
readonly labelPosition: {
|
|
514
|
-
readonly type: import("vue").PropType<"" | "
|
|
515
|
+
readonly type: import("vue").PropType<"" | "right" | "top" | "left">;
|
|
515
516
|
readonly required: false;
|
|
516
517
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
517
518
|
__epPropKey: true;
|
|
@@ -578,7 +579,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
578
579
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
579
580
|
readonly required: boolean;
|
|
580
581
|
readonly labelWidth: string | number;
|
|
581
|
-
readonly labelPosition: "" | "
|
|
582
|
+
readonly labelPosition: "" | "right" | "top" | "left";
|
|
582
583
|
readonly inlineMessage: string | boolean;
|
|
583
584
|
readonly showMessage: boolean;
|
|
584
585
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -599,7 +600,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
599
600
|
readonly default: "";
|
|
600
601
|
};
|
|
601
602
|
readonly labelPosition: {
|
|
602
|
-
readonly type: import("vue").PropType<"" | "
|
|
603
|
+
readonly type: import("vue").PropType<"" | "right" | "top" | "left">;
|
|
603
604
|
readonly required: false;
|
|
604
605
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
605
606
|
__epPropKey: true;
|
|
@@ -666,7 +667,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
666
667
|
}, {}, {}, {}, {
|
|
667
668
|
readonly required: boolean;
|
|
668
669
|
readonly labelWidth: string | number;
|
|
669
|
-
readonly labelPosition: "" | "
|
|
670
|
+
readonly labelPosition: "" | "right" | "top" | "left";
|
|
670
671
|
readonly inlineMessage: string | boolean;
|
|
671
672
|
readonly showMessage: boolean;
|
|
672
673
|
}>;
|
|
@@ -684,7 +685,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
684
685
|
readonly default: "";
|
|
685
686
|
};
|
|
686
687
|
readonly labelPosition: {
|
|
687
|
-
readonly type: import("vue").PropType<"" | "
|
|
688
|
+
readonly type: import("vue").PropType<"" | "right" | "top" | "left">;
|
|
688
689
|
readonly required: false;
|
|
689
690
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
690
691
|
__epPropKey: true;
|
|
@@ -751,7 +752,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
751
752
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
752
753
|
readonly required: boolean;
|
|
753
754
|
readonly labelWidth: string | number;
|
|
754
|
-
readonly labelPosition: "" | "
|
|
755
|
+
readonly labelPosition: "" | "right" | "top" | "left";
|
|
755
756
|
readonly inlineMessage: string | boolean;
|
|
756
757
|
readonly showMessage: boolean;
|
|
757
758
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -796,7 +797,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
796
797
|
readonly bodyClass: StringConstructor;
|
|
797
798
|
readonly footerClass: StringConstructor;
|
|
798
799
|
readonly shadow: {
|
|
799
|
-
readonly type: import("vue").PropType<"
|
|
800
|
+
readonly type: import("vue").PropType<"hover" | "always" | "never">;
|
|
800
801
|
readonly required: false;
|
|
801
802
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
802
803
|
__epPropKey: true;
|
|
@@ -807,7 +808,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
807
808
|
readonly footer: string;
|
|
808
809
|
readonly header: string;
|
|
809
810
|
readonly bodyStyle: import("vue").StyleValue;
|
|
810
|
-
readonly shadow: "
|
|
811
|
+
readonly shadow: "hover" | "always" | "never";
|
|
811
812
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
812
813
|
P: {};
|
|
813
814
|
B: {};
|
|
@@ -844,7 +845,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
844
845
|
readonly bodyClass: StringConstructor;
|
|
845
846
|
readonly footerClass: StringConstructor;
|
|
846
847
|
readonly shadow: {
|
|
847
|
-
readonly type: import("vue").PropType<"
|
|
848
|
+
readonly type: import("vue").PropType<"hover" | "always" | "never">;
|
|
848
849
|
readonly required: false;
|
|
849
850
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
850
851
|
__epPropKey: true;
|
|
@@ -855,7 +856,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
855
856
|
readonly footer: string;
|
|
856
857
|
readonly header: string;
|
|
857
858
|
readonly bodyStyle: import("vue").StyleValue;
|
|
858
|
-
readonly shadow: "
|
|
859
|
+
readonly shadow: "hover" | "always" | "never";
|
|
859
860
|
}>;
|
|
860
861
|
__isFragment?: undefined;
|
|
861
862
|
__isTeleport?: undefined;
|
|
@@ -889,7 +890,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
889
890
|
readonly bodyClass: StringConstructor;
|
|
890
891
|
readonly footerClass: StringConstructor;
|
|
891
892
|
readonly shadow: {
|
|
892
|
-
readonly type: import("vue").PropType<"
|
|
893
|
+
readonly type: import("vue").PropType<"hover" | "always" | "never">;
|
|
893
894
|
readonly required: false;
|
|
894
895
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
895
896
|
__epPropKey: true;
|
|
@@ -900,7 +901,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
900
901
|
readonly footer: string;
|
|
901
902
|
readonly header: string;
|
|
902
903
|
readonly bodyStyle: import("vue").StyleValue;
|
|
903
|
-
readonly shadow: "
|
|
904
|
+
readonly shadow: "hover" | "always" | "never";
|
|
904
905
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
905
906
|
$slots: {
|
|
906
907
|
header?(_: {}): any;
|
|
@@ -1413,7 +1414,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
1413
1414
|
readonly default: 0;
|
|
1414
1415
|
};
|
|
1415
1416
|
readonly justify: {
|
|
1416
|
-
readonly type: import("vue").PropType<"
|
|
1417
|
+
readonly type: import("vue").PropType<"center" | "start" | "end" | "space-around" | "space-between" | "space-evenly">;
|
|
1417
1418
|
readonly required: false;
|
|
1418
1419
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1419
1420
|
__epPropKey: true;
|
|
@@ -1427,7 +1428,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
1427
1428
|
__epPropKey: true;
|
|
1428
1429
|
};
|
|
1429
1430
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1430
|
-
readonly justify: "
|
|
1431
|
+
readonly justify: "center" | "start" | "end" | "space-around" | "space-between" | "space-evenly";
|
|
1431
1432
|
readonly tag: string;
|
|
1432
1433
|
readonly gutter: number;
|
|
1433
1434
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1455,7 +1456,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
1455
1456
|
readonly default: 0;
|
|
1456
1457
|
};
|
|
1457
1458
|
readonly justify: {
|
|
1458
|
-
readonly type: import("vue").PropType<"
|
|
1459
|
+
readonly type: import("vue").PropType<"center" | "start" | "end" | "space-around" | "space-between" | "space-evenly">;
|
|
1459
1460
|
readonly required: false;
|
|
1460
1461
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1461
1462
|
__epPropKey: true;
|
|
@@ -1469,7 +1470,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
1469
1470
|
__epPropKey: true;
|
|
1470
1471
|
};
|
|
1471
1472
|
}>>, {}, {}, {}, {}, {
|
|
1472
|
-
readonly justify: "
|
|
1473
|
+
readonly justify: "center" | "start" | "end" | "space-around" | "space-between" | "space-evenly";
|
|
1473
1474
|
readonly tag: string;
|
|
1474
1475
|
readonly gutter: number;
|
|
1475
1476
|
}>;
|
|
@@ -1494,7 +1495,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
1494
1495
|
readonly default: 0;
|
|
1495
1496
|
};
|
|
1496
1497
|
readonly justify: {
|
|
1497
|
-
readonly type: import("vue").PropType<"
|
|
1498
|
+
readonly type: import("vue").PropType<"center" | "start" | "end" | "space-around" | "space-between" | "space-evenly">;
|
|
1498
1499
|
readonly required: false;
|
|
1499
1500
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1500
1501
|
__epPropKey: true;
|
|
@@ -1508,7 +1509,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
1508
1509
|
__epPropKey: true;
|
|
1509
1510
|
};
|
|
1510
1511
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1511
|
-
readonly justify: "
|
|
1512
|
+
readonly justify: "center" | "start" | "end" | "space-around" | "space-between" | "space-evenly";
|
|
1512
1513
|
readonly tag: string;
|
|
1513
1514
|
readonly gutter: number;
|
|
1514
1515
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -1912,23 +1913,23 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
1912
1913
|
$props: Partial<{
|
|
1913
1914
|
readonly required: boolean;
|
|
1914
1915
|
readonly labelWidth: string | number;
|
|
1915
|
-
readonly labelPosition: "" | "
|
|
1916
|
+
readonly labelPosition: "" | "right" | "top" | "left";
|
|
1916
1917
|
readonly inlineMessage: string | boolean;
|
|
1917
1918
|
readonly showMessage: boolean;
|
|
1918
1919
|
}> & Omit<{
|
|
1919
|
-
readonly labelPosition: "" | "top" | "right" | "left";
|
|
1920
1920
|
readonly labelWidth: string | number;
|
|
1921
|
+
readonly labelPosition: "" | "right" | "top" | "left";
|
|
1921
1922
|
readonly inlineMessage: string | boolean;
|
|
1922
1923
|
readonly showMessage: boolean;
|
|
1923
1924
|
readonly label?: string | undefined;
|
|
1924
1925
|
readonly size?: ("" | "default" | "small" | "large") | undefined;
|
|
1925
1926
|
readonly required?: boolean | undefined;
|
|
1926
|
-
readonly rules?: (import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | undefined;
|
|
1927
1927
|
readonly prop?: import("element-plus").FormItemProp | undefined;
|
|
1928
|
+
readonly rules?: (import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | undefined;
|
|
1928
1929
|
readonly error?: string | undefined;
|
|
1929
1930
|
readonly validateStatus?: ("" | "success" | "error" | "validating") | undefined;
|
|
1930
1931
|
readonly for?: string | undefined;
|
|
1931
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "required" | "
|
|
1932
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
1932
1933
|
$attrs: {
|
|
1933
1934
|
[x: string]: unknown;
|
|
1934
1935
|
};
|
|
@@ -1954,7 +1955,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
1954
1955
|
readonly default: "";
|
|
1955
1956
|
};
|
|
1956
1957
|
readonly labelPosition: {
|
|
1957
|
-
readonly type: import("vue").PropType<"" | "
|
|
1958
|
+
readonly type: import("vue").PropType<"" | "right" | "top" | "left">;
|
|
1958
1959
|
readonly required: false;
|
|
1959
1960
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1960
1961
|
__epPropKey: true;
|
|
@@ -2021,7 +2022,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2021
2022
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
2022
2023
|
readonly required: boolean;
|
|
2023
2024
|
readonly labelWidth: string | number;
|
|
2024
|
-
readonly labelPosition: "" | "
|
|
2025
|
+
readonly labelPosition: "" | "right" | "top" | "left";
|
|
2025
2026
|
readonly inlineMessage: string | boolean;
|
|
2026
2027
|
readonly showMessage: boolean;
|
|
2027
2028
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -2047,7 +2048,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2047
2048
|
} & Readonly<{
|
|
2048
2049
|
readonly required: boolean;
|
|
2049
2050
|
readonly labelWidth: string | number;
|
|
2050
|
-
readonly labelPosition: "" | "
|
|
2051
|
+
readonly labelPosition: "" | "right" | "top" | "left";
|
|
2051
2052
|
readonly inlineMessage: string | boolean;
|
|
2052
2053
|
readonly showMessage: boolean;
|
|
2053
2054
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2061,7 +2062,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2061
2062
|
readonly default: "";
|
|
2062
2063
|
};
|
|
2063
2064
|
readonly labelPosition: {
|
|
2064
|
-
readonly type: import("vue").PropType<"" | "
|
|
2065
|
+
readonly type: import("vue").PropType<"" | "right" | "top" | "left">;
|
|
2065
2066
|
readonly required: false;
|
|
2066
2067
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2067
2068
|
__epPropKey: true;
|
|
@@ -2118,7 +2119,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2118
2119
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2119
2120
|
__epPropKey: true;
|
|
2120
2121
|
};
|
|
2121
|
-
}>>, "size" | "required" | "
|
|
2122
|
+
}>>, "size" | "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "validateMessage" | "validateState" | "validate" | "clearValidate" | "resetField"> & import("vue").ShallowUnwrapRef<{
|
|
2122
2123
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
2123
2124
|
validateMessage: import("vue").Ref<string, string>;
|
|
2124
2125
|
validateState: import("vue").Ref<"" | "success" | "error" | "validating", "" | "success" | "error" | "validating">;
|
|
@@ -2141,23 +2142,23 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2141
2142
|
$props: Partial<{
|
|
2142
2143
|
readonly required: boolean;
|
|
2143
2144
|
readonly labelWidth: string | number;
|
|
2144
|
-
readonly labelPosition: "" | "
|
|
2145
|
+
readonly labelPosition: "" | "right" | "top" | "left";
|
|
2145
2146
|
readonly inlineMessage: string | boolean;
|
|
2146
2147
|
readonly showMessage: boolean;
|
|
2147
2148
|
}> & Omit<{
|
|
2148
|
-
readonly labelPosition: "" | "top" | "right" | "left";
|
|
2149
2149
|
readonly labelWidth: string | number;
|
|
2150
|
+
readonly labelPosition: "" | "right" | "top" | "left";
|
|
2150
2151
|
readonly inlineMessage: string | boolean;
|
|
2151
2152
|
readonly showMessage: boolean;
|
|
2152
2153
|
readonly label?: string | undefined;
|
|
2153
2154
|
readonly size?: ("" | "default" | "small" | "large") | undefined;
|
|
2154
2155
|
readonly required?: boolean | undefined;
|
|
2155
|
-
readonly rules?: (import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | undefined;
|
|
2156
2156
|
readonly prop?: import("element-plus").FormItemProp | undefined;
|
|
2157
|
+
readonly rules?: (import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | undefined;
|
|
2157
2158
|
readonly error?: string | undefined;
|
|
2158
2159
|
readonly validateStatus?: ("" | "success" | "error" | "validating") | undefined;
|
|
2159
2160
|
readonly for?: string | undefined;
|
|
2160
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "required" | "
|
|
2161
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage">;
|
|
2161
2162
|
$attrs: {
|
|
2162
2163
|
[x: string]: unknown;
|
|
2163
2164
|
};
|
|
@@ -2183,7 +2184,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2183
2184
|
readonly default: "";
|
|
2184
2185
|
};
|
|
2185
2186
|
readonly labelPosition: {
|
|
2186
|
-
readonly type: import("vue").PropType<"" | "
|
|
2187
|
+
readonly type: import("vue").PropType<"" | "right" | "top" | "left">;
|
|
2187
2188
|
readonly required: false;
|
|
2188
2189
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2189
2190
|
__epPropKey: true;
|
|
@@ -2250,7 +2251,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2250
2251
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
2251
2252
|
readonly required: boolean;
|
|
2252
2253
|
readonly labelWidth: string | number;
|
|
2253
|
-
readonly labelPosition: "" | "
|
|
2254
|
+
readonly labelPosition: "" | "right" | "top" | "left";
|
|
2254
2255
|
readonly inlineMessage: string | boolean;
|
|
2255
2256
|
readonly showMessage: boolean;
|
|
2256
2257
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -2276,7 +2277,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2276
2277
|
} & Readonly<{
|
|
2277
2278
|
readonly required: boolean;
|
|
2278
2279
|
readonly labelWidth: string | number;
|
|
2279
|
-
readonly labelPosition: "" | "
|
|
2280
|
+
readonly labelPosition: "" | "right" | "top" | "left";
|
|
2280
2281
|
readonly inlineMessage: string | boolean;
|
|
2281
2282
|
readonly showMessage: boolean;
|
|
2282
2283
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2290,7 +2291,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2290
2291
|
readonly default: "";
|
|
2291
2292
|
};
|
|
2292
2293
|
readonly labelPosition: {
|
|
2293
|
-
readonly type: import("vue").PropType<"" | "
|
|
2294
|
+
readonly type: import("vue").PropType<"" | "right" | "top" | "left">;
|
|
2294
2295
|
readonly required: false;
|
|
2295
2296
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2296
2297
|
__epPropKey: true;
|
|
@@ -2347,7 +2348,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2347
2348
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2348
2349
|
__epPropKey: true;
|
|
2349
2350
|
};
|
|
2350
|
-
}>>, "size" | "required" | "
|
|
2351
|
+
}>>, "size" | "required" | "labelWidth" | "labelPosition" | "inlineMessage" | "showMessage" | "validateMessage" | "validateState" | "validate" | "clearValidate" | "resetField"> & import("vue").ShallowUnwrapRef<{
|
|
2351
2352
|
size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
2352
2353
|
validateMessage: import("vue").Ref<string, string>;
|
|
2353
2354
|
validateState: import("vue").Ref<"" | "success" | "error" | "validating", "" | "success" | "error" | "validating">;
|
|
@@ -2755,16 +2756,16 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2755
2756
|
}> & Omit<{
|
|
2756
2757
|
readonly fill: string;
|
|
2757
2758
|
readonly disabled: boolean;
|
|
2758
|
-
readonly validateEvent: boolean;
|
|
2759
2759
|
readonly textColor: string;
|
|
2760
|
+
readonly validateEvent: boolean;
|
|
2760
2761
|
readonly size?: ("" | "default" | "small" | "large") | undefined;
|
|
2761
2762
|
readonly name?: string | undefined;
|
|
2762
2763
|
readonly modelValue?: (string | number | boolean) | undefined;
|
|
2763
|
-
readonly id?: string | undefined;
|
|
2764
2764
|
readonly ariaLabel?: string | undefined;
|
|
2765
|
+
readonly id?: string | undefined;
|
|
2765
2766
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
2766
2767
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
2767
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "fill" | "disabled" | "name" | "
|
|
2768
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "fill" | "disabled" | "name" | "modelValue" | "id" | "textColor" | "validateEvent">;
|
|
2768
2769
|
$attrs: {
|
|
2769
2770
|
[x: string]: unknown;
|
|
2770
2771
|
};
|
|
@@ -2938,7 +2939,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2938
2939
|
}>> & {
|
|
2939
2940
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
2940
2941
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
2941
|
-
}, "fill" | "disabled" | "name" | "
|
|
2942
|
+
}, "fill" | "disabled" | "name" | "modelValue" | "id" | "textColor" | "validateEvent"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
2942
2943
|
$slots: {
|
|
2943
2944
|
default?(_: {}): any;
|
|
2944
2945
|
};
|
|
@@ -2956,16 +2957,16 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
2956
2957
|
}> & Omit<{
|
|
2957
2958
|
readonly fill: string;
|
|
2958
2959
|
readonly disabled: boolean;
|
|
2959
|
-
readonly validateEvent: boolean;
|
|
2960
2960
|
readonly textColor: string;
|
|
2961
|
+
readonly validateEvent: boolean;
|
|
2961
2962
|
readonly size?: ("" | "default" | "small" | "large") | undefined;
|
|
2962
2963
|
readonly name?: string | undefined;
|
|
2963
2964
|
readonly modelValue?: (string | number | boolean) | undefined;
|
|
2964
|
-
readonly id?: string | undefined;
|
|
2965
2965
|
readonly ariaLabel?: string | undefined;
|
|
2966
|
+
readonly id?: string | undefined;
|
|
2966
2967
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
2967
2968
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
2968
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "fill" | "disabled" | "name" | "
|
|
2969
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "fill" | "disabled" | "name" | "modelValue" | "id" | "textColor" | "validateEvent">;
|
|
2969
2970
|
$attrs: {
|
|
2970
2971
|
[x: string]: unknown;
|
|
2971
2972
|
};
|
|
@@ -3139,7 +3140,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
3139
3140
|
}>> & {
|
|
3140
3141
|
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
3141
3142
|
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
3142
|
-
}, "fill" | "disabled" | "name" | "
|
|
3143
|
+
}, "fill" | "disabled" | "name" | "modelValue" | "id" | "textColor" | "validateEvent"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
3143
3144
|
$slots: {
|
|
3144
3145
|
default?(_: {}): any;
|
|
3145
3146
|
};
|
|
@@ -4022,11 +4023,11 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
4022
4023
|
};
|
|
4023
4024
|
}>, {
|
|
4024
4025
|
props: any;
|
|
4025
|
-
emit: (event: "
|
|
4026
|
+
emit: (event: "update:modelValue" | "change" | "focus", ...args: any[]) => void;
|
|
4026
4027
|
t: import("../..").Translator;
|
|
4027
4028
|
startPickerInstance: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4028
4029
|
readonly type: {
|
|
4029
|
-
readonly type: import("vue").PropType<"
|
|
4030
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
4030
4031
|
readonly required: false;
|
|
4031
4032
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4032
4033
|
__epPropKey: true;
|
|
@@ -4237,7 +4238,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
4237
4238
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4238
4239
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
4239
4240
|
readonly disabled: boolean;
|
|
4240
|
-
readonly type: "
|
|
4241
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
4241
4242
|
readonly placeholder: string;
|
|
4242
4243
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
4243
4244
|
readonly placement: import("element-plus").Placement;
|
|
@@ -4267,7 +4268,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
4267
4268
|
Defaults: {};
|
|
4268
4269
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4269
4270
|
readonly type: {
|
|
4270
|
-
readonly type: import("vue").PropType<"
|
|
4271
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
4271
4272
|
readonly required: false;
|
|
4272
4273
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4273
4274
|
__epPropKey: true;
|
|
@@ -4478,7 +4479,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
4478
4479
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4479
4480
|
}, () => JSX.Element, {}, {}, {}, {
|
|
4480
4481
|
readonly disabled: boolean;
|
|
4481
|
-
readonly type: "
|
|
4482
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
4482
4483
|
readonly placeholder: string;
|
|
4483
4484
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
4484
4485
|
readonly placement: import("element-plus").Placement;
|
|
@@ -4501,7 +4502,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
4501
4502
|
readonly isRange: boolean;
|
|
4502
4503
|
}> | null | undefined, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4503
4504
|
readonly type: {
|
|
4504
|
-
readonly type: import("vue").PropType<"
|
|
4505
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
4505
4506
|
readonly required: false;
|
|
4506
4507
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4507
4508
|
__epPropKey: true;
|
|
@@ -4712,7 +4713,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
4712
4713
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4713
4714
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
4714
4715
|
readonly disabled: boolean;
|
|
4715
|
-
readonly type: "
|
|
4716
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
4716
4717
|
readonly placeholder: string;
|
|
4717
4718
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
4718
4719
|
readonly placement: import("element-plus").Placement;
|
|
@@ -4742,7 +4743,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
4742
4743
|
Defaults: {};
|
|
4743
4744
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4744
4745
|
readonly type: {
|
|
4745
|
-
readonly type: import("vue").PropType<"
|
|
4746
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
4746
4747
|
readonly required: false;
|
|
4747
4748
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4748
4749
|
__epPropKey: true;
|
|
@@ -4953,7 +4954,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
4953
4954
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4954
4955
|
}, () => JSX.Element, {}, {}, {}, {
|
|
4955
4956
|
readonly disabled: boolean;
|
|
4956
|
-
readonly type: "
|
|
4957
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
4957
4958
|
readonly placeholder: string;
|
|
4958
4959
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
4959
4960
|
readonly placement: import("element-plus").Placement;
|
|
@@ -4977,7 +4978,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
4977
4978
|
}> | null | undefined>;
|
|
4978
4979
|
endPickerInstance: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4979
4980
|
readonly type: {
|
|
4980
|
-
readonly type: import("vue").PropType<"
|
|
4981
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
4981
4982
|
readonly required: false;
|
|
4982
4983
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4983
4984
|
__epPropKey: true;
|
|
@@ -5188,7 +5189,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
5188
5189
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5189
5190
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
5190
5191
|
readonly disabled: boolean;
|
|
5191
|
-
readonly type: "
|
|
5192
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
5192
5193
|
readonly placeholder: string;
|
|
5193
5194
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
5194
5195
|
readonly placement: import("element-plus").Placement;
|
|
@@ -5218,7 +5219,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
5218
5219
|
Defaults: {};
|
|
5219
5220
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
5220
5221
|
readonly type: {
|
|
5221
|
-
readonly type: import("vue").PropType<"
|
|
5222
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
5222
5223
|
readonly required: false;
|
|
5223
5224
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5224
5225
|
__epPropKey: true;
|
|
@@ -5429,7 +5430,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
5429
5430
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5430
5431
|
}, () => JSX.Element, {}, {}, {}, {
|
|
5431
5432
|
readonly disabled: boolean;
|
|
5432
|
-
readonly type: "
|
|
5433
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
5433
5434
|
readonly placeholder: string;
|
|
5434
5435
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
5435
5436
|
readonly placement: import("element-plus").Placement;
|
|
@@ -5452,7 +5453,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
5452
5453
|
readonly isRange: boolean;
|
|
5453
5454
|
}> | null | undefined, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5454
5455
|
readonly type: {
|
|
5455
|
-
readonly type: import("vue").PropType<"
|
|
5456
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
5456
5457
|
readonly required: false;
|
|
5457
5458
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5458
5459
|
__epPropKey: true;
|
|
@@ -5663,7 +5664,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
5663
5664
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5664
5665
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
5665
5666
|
readonly disabled: boolean;
|
|
5666
|
-
readonly type: "
|
|
5667
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
5667
5668
|
readonly placeholder: string;
|
|
5668
5669
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
5669
5670
|
readonly placement: import("element-plus").Placement;
|
|
@@ -5693,7 +5694,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
5693
5694
|
Defaults: {};
|
|
5694
5695
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
5695
5696
|
readonly type: {
|
|
5696
|
-
readonly type: import("vue").PropType<"
|
|
5697
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
5697
5698
|
readonly required: false;
|
|
5698
5699
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5699
5700
|
__epPropKey: true;
|
|
@@ -5904,7 +5905,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
5904
5905
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5905
5906
|
}, () => JSX.Element, {}, {}, {}, {
|
|
5906
5907
|
readonly disabled: boolean;
|
|
5907
|
-
readonly type: "
|
|
5908
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
5908
5909
|
readonly placeholder: string;
|
|
5909
5910
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
5910
5911
|
readonly placement: import("element-plus").Placement;
|
|
@@ -5936,7 +5937,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
5936
5937
|
readonly ElDatePicker: {
|
|
5937
5938
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5938
5939
|
readonly type: {
|
|
5939
|
-
readonly type: import("vue").PropType<"
|
|
5940
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
5940
5941
|
readonly required: false;
|
|
5941
5942
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5942
5943
|
__epPropKey: true;
|
|
@@ -6147,7 +6148,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
6147
6148
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6148
6149
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
6149
6150
|
readonly disabled: boolean;
|
|
6150
|
-
readonly type: "
|
|
6151
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
6151
6152
|
readonly placeholder: string;
|
|
6152
6153
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
6153
6154
|
readonly placement: import("element-plus").Placement;
|
|
@@ -6177,7 +6178,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
6177
6178
|
Defaults: {};
|
|
6178
6179
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
6179
6180
|
readonly type: {
|
|
6180
|
-
readonly type: import("vue").PropType<"
|
|
6181
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
6181
6182
|
readonly required: false;
|
|
6182
6183
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6183
6184
|
__epPropKey: true;
|
|
@@ -6388,7 +6389,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
6388
6389
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6389
6390
|
}, () => JSX.Element, {}, {}, {}, {
|
|
6390
6391
|
readonly disabled: boolean;
|
|
6391
|
-
readonly type: "
|
|
6392
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
6392
6393
|
readonly placeholder: string;
|
|
6393
6394
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
6394
6395
|
readonly placement: import("element-plus").Placement;
|
|
@@ -6415,7 +6416,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
6415
6416
|
__isSuspense?: undefined;
|
|
6416
6417
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6417
6418
|
readonly type: {
|
|
6418
|
-
readonly type: import("vue").PropType<"
|
|
6419
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
6419
6420
|
readonly required: false;
|
|
6420
6421
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6421
6422
|
__epPropKey: true;
|
|
@@ -6626,7 +6627,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
6626
6627
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6627
6628
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", {
|
|
6628
6629
|
readonly disabled: boolean;
|
|
6629
|
-
readonly type: "
|
|
6630
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
6630
6631
|
readonly placeholder: string;
|
|
6631
6632
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
6632
6633
|
readonly placement: import("element-plus").Placement;
|
|
@@ -6649,7 +6650,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
6649
6650
|
readonly isRange: boolean;
|
|
6650
6651
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
|
|
6651
6652
|
readonly vClickOutside: import("vue").ObjectDirective<any, any, string, string>;
|
|
6652
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
6653
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "focus")[], "update:modelValue" | "change" | "focus", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6653
6654
|
modelValue: {
|
|
6654
6655
|
type: ArrayConstructor;
|
|
6655
6656
|
required: false;
|
|
@@ -6696,9 +6697,9 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
6696
6697
|
default: (endTime: any, startValue: any) => boolean;
|
|
6697
6698
|
};
|
|
6698
6699
|
}>> & Readonly<{
|
|
6699
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
6700
6700
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6701
6701
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
6702
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
6702
6703
|
}>, {
|
|
6703
6704
|
type: string;
|
|
6704
6705
|
modelValue: unknown[];
|
|
@@ -6904,7 +6905,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
6904
6905
|
readonly ElInput: {
|
|
6905
6906
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6906
6907
|
readonly inputmode: {
|
|
6907
|
-
readonly type: import("vue").PropType<"text" | "search" | "
|
|
6908
|
+
readonly type: import("vue").PropType<"text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
6908
6909
|
readonly required: false;
|
|
6909
6910
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6910
6911
|
__epPropKey: true;
|
|
@@ -6957,7 +6958,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
6957
6958
|
readonly default: "text";
|
|
6958
6959
|
};
|
|
6959
6960
|
readonly resize: {
|
|
6960
|
-
readonly type: import("vue").PropType<"none" | "
|
|
6961
|
+
readonly type: import("vue").PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
6961
6962
|
readonly required: false;
|
|
6962
6963
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6963
6964
|
__epPropKey: true;
|
|
@@ -7110,7 +7111,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
7110
7111
|
readonly validateEvent: boolean;
|
|
7111
7112
|
readonly inputStyle: import("vue").StyleValue;
|
|
7112
7113
|
readonly rows: number;
|
|
7113
|
-
readonly inputmode: "text" | "search" | "
|
|
7114
|
+
readonly inputmode: "text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
7114
7115
|
readonly clearable: boolean;
|
|
7115
7116
|
readonly showPassword: boolean;
|
|
7116
7117
|
readonly showWordLimit: boolean;
|
|
@@ -7124,7 +7125,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
7124
7125
|
Defaults: {};
|
|
7125
7126
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
7126
7127
|
readonly inputmode: {
|
|
7127
|
-
readonly type: import("vue").PropType<"text" | "search" | "
|
|
7128
|
+
readonly type: import("vue").PropType<"text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
7128
7129
|
readonly required: false;
|
|
7129
7130
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7130
7131
|
__epPropKey: true;
|
|
@@ -7177,7 +7178,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
7177
7178
|
readonly default: "text";
|
|
7178
7179
|
};
|
|
7179
7180
|
readonly resize: {
|
|
7180
|
-
readonly type: import("vue").PropType<"none" | "
|
|
7181
|
+
readonly type: import("vue").PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
7181
7182
|
readonly required: false;
|
|
7182
7183
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7183
7184
|
__epPropKey: true;
|
|
@@ -7317,7 +7318,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
7317
7318
|
readonly validateEvent: boolean;
|
|
7318
7319
|
readonly inputStyle: import("vue").StyleValue;
|
|
7319
7320
|
readonly rows: number;
|
|
7320
|
-
readonly inputmode: "text" | "search" | "
|
|
7321
|
+
readonly inputmode: "text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
7321
7322
|
readonly clearable: boolean;
|
|
7322
7323
|
readonly showPassword: boolean;
|
|
7323
7324
|
readonly showWordLimit: boolean;
|
|
@@ -7328,7 +7329,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
7328
7329
|
__isSuspense?: undefined;
|
|
7329
7330
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
7330
7331
|
readonly inputmode: {
|
|
7331
|
-
readonly type: import("vue").PropType<"text" | "search" | "
|
|
7332
|
+
readonly type: import("vue").PropType<"text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined>;
|
|
7332
7333
|
readonly required: false;
|
|
7333
7334
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7334
7335
|
__epPropKey: true;
|
|
@@ -7381,7 +7382,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
7381
7382
|
readonly default: "text";
|
|
7382
7383
|
};
|
|
7383
7384
|
readonly resize: {
|
|
7384
|
-
readonly type: import("vue").PropType<"none" | "
|
|
7385
|
+
readonly type: import("vue").PropType<"none" | "both" | "horizontal" | "vertical">;
|
|
7385
7386
|
readonly required: false;
|
|
7386
7387
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7387
7388
|
__epPropKey: true;
|
|
@@ -7534,7 +7535,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
7534
7535
|
readonly validateEvent: boolean;
|
|
7535
7536
|
readonly inputStyle: import("vue").StyleValue;
|
|
7536
7537
|
readonly rows: number;
|
|
7537
|
-
readonly inputmode: "text" | "search" | "
|
|
7538
|
+
readonly inputmode: "text" | "search" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
7538
7539
|
readonly clearable: boolean;
|
|
7539
7540
|
readonly showPassword: boolean;
|
|
7540
7541
|
readonly showWordLimit: boolean;
|
|
@@ -7586,9 +7587,9 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
7586
7587
|
default: boolean;
|
|
7587
7588
|
};
|
|
7588
7589
|
}>> & Readonly<{
|
|
7589
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
7590
7590
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7591
7591
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
7592
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
7592
7593
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
7593
7594
|
onEnter?: ((...args: any[]) => any) | undefined;
|
|
7594
7595
|
onSpace?: ((...args: any[]) => any) | undefined;
|
|
@@ -7750,14 +7751,14 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
7750
7751
|
options: any;
|
|
7751
7752
|
fieldSlots: any;
|
|
7752
7753
|
fieldChildrenSlot: any;
|
|
7753
|
-
valueType: any;
|
|
7754
|
-
tooltip: any;
|
|
7755
7754
|
index: number;
|
|
7756
|
-
|
|
7755
|
+
hasLabel: any;
|
|
7757
7756
|
fieldProps: any;
|
|
7757
|
+
valueType: any;
|
|
7758
|
+
formItemProps: any;
|
|
7758
7759
|
renderField: any;
|
|
7759
|
-
hasLabel: any;
|
|
7760
7760
|
renderLabel: any;
|
|
7761
|
+
tooltip: any;
|
|
7761
7762
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7762
7763
|
readonly getLabelSlotName: (prop?: string | number | undefined) => string;
|
|
7763
7764
|
readonly getFieldSlotName: (prop?: string | number | undefined) => string;
|
|
@@ -7795,9 +7796,9 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
7795
7796
|
}>, {
|
|
7796
7797
|
modelValue: any;
|
|
7797
7798
|
columns: unknown[];
|
|
7798
|
-
colProps: Record<string, any>;
|
|
7799
7799
|
hasLabel: boolean;
|
|
7800
7800
|
rowProps: Record<string, any>;
|
|
7801
|
+
colProps: Record<string, any>;
|
|
7801
7802
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7802
7803
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("reset" | "submit" | "update:modelValue" | "change" | "submitError")[], "reset" | "submit" | "update:modelValue" | "change" | "submitError", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7803
7804
|
modelValue: {
|
|
@@ -7898,25 +7899,24 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
7898
7899
|
onSubmitError?: ((...args: any[]) => any) | undefined;
|
|
7899
7900
|
}>, {
|
|
7900
7901
|
modelValue: any;
|
|
7901
|
-
rules: any;
|
|
7902
|
-
labelPosition: string;
|
|
7903
|
-
labelWidth: string;
|
|
7904
|
-
labelSuffix: string;
|
|
7905
|
-
group: boolean | unknown[];
|
|
7906
|
-
columns: unknown[];
|
|
7907
|
-
colProps: Record<string, any>;
|
|
7908
|
-
hasLabel: boolean;
|
|
7909
7902
|
hasFooter: boolean;
|
|
7910
7903
|
footerAlign: string;
|
|
7904
|
+
columns: unknown[];
|
|
7905
|
+
hasLabel: boolean;
|
|
7906
|
+
labelWidth: string;
|
|
7907
|
+
labelPosition: string;
|
|
7908
|
+
rules: any;
|
|
7909
|
+
group: boolean | unknown[];
|
|
7911
7910
|
defaultValues: any;
|
|
7912
7911
|
rowProps: Record<string, any>;
|
|
7912
|
+
colProps: Record<string, any>;
|
|
7913
|
+
labelSuffix: string;
|
|
7913
7914
|
hasErrorTip: boolean;
|
|
7914
7915
|
hasReset: boolean;
|
|
7915
7916
|
submitText: string;
|
|
7916
7917
|
resetText: string;
|
|
7917
7918
|
submitLoading: boolean;
|
|
7918
7919
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7919
|
-
readonly formatDate: typeof import("../utils").formatDate;
|
|
7920
7920
|
readonly formatMoney: typeof import("../utils").formatMoney;
|
|
7921
7921
|
readonly isFunction: (val: any) => boolean;
|
|
7922
7922
|
readonly getTableCellSlotName: (prop?: string | number | undefined) => string;
|
|
@@ -8004,7 +8004,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
8004
8004
|
readonly default: "";
|
|
8005
8005
|
};
|
|
8006
8006
|
readonly fit: {
|
|
8007
|
-
readonly type: import("vue").PropType<"" | "fill" | "
|
|
8007
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
8008
8008
|
readonly required: false;
|
|
8009
8009
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8010
8010
|
__epPropKey: true;
|
|
@@ -8111,7 +8111,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
8111
8111
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
8112
8112
|
readonly infinite: boolean;
|
|
8113
8113
|
readonly src: string;
|
|
8114
|
-
readonly fit: "" | "fill" | "
|
|
8114
|
+
readonly fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
8115
8115
|
readonly initialIndex: number;
|
|
8116
8116
|
readonly lazy: boolean;
|
|
8117
8117
|
readonly closeOnPressEscape: boolean;
|
|
@@ -8140,7 +8140,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
8140
8140
|
readonly default: "";
|
|
8141
8141
|
};
|
|
8142
8142
|
readonly fit: {
|
|
8143
|
-
readonly type: import("vue").PropType<"" | "fill" | "
|
|
8143
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
8144
8144
|
readonly required: false;
|
|
8145
8145
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8146
8146
|
__epPropKey: true;
|
|
@@ -8241,7 +8241,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
8241
8241
|
}, {}, {}, {}, {
|
|
8242
8242
|
readonly infinite: boolean;
|
|
8243
8243
|
readonly src: string;
|
|
8244
|
-
readonly fit: "" | "fill" | "
|
|
8244
|
+
readonly fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
8245
8245
|
readonly initialIndex: number;
|
|
8246
8246
|
readonly lazy: boolean;
|
|
8247
8247
|
readonly closeOnPressEscape: boolean;
|
|
@@ -8267,7 +8267,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
8267
8267
|
readonly default: "";
|
|
8268
8268
|
};
|
|
8269
8269
|
readonly fit: {
|
|
8270
|
-
readonly type: import("vue").PropType<"" | "fill" | "
|
|
8270
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
8271
8271
|
readonly required: false;
|
|
8272
8272
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8273
8273
|
__epPropKey: true;
|
|
@@ -8374,7 +8374,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
8374
8374
|
}, string, {
|
|
8375
8375
|
readonly infinite: boolean;
|
|
8376
8376
|
readonly src: string;
|
|
8377
|
-
readonly fit: "" | "fill" | "
|
|
8377
|
+
readonly fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
8378
8378
|
readonly initialIndex: number;
|
|
8379
8379
|
readonly lazy: boolean;
|
|
8380
8380
|
readonly closeOnPressEscape: boolean;
|
|
@@ -8415,7 +8415,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
8415
8415
|
readonly default: undefined;
|
|
8416
8416
|
};
|
|
8417
8417
|
readonly underline: {
|
|
8418
|
-
readonly type: import("vue").PropType<boolean | "
|
|
8418
|
+
readonly type: import("vue").PropType<boolean | "hover" | "always" | "never">;
|
|
8419
8419
|
readonly required: false;
|
|
8420
8420
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8421
8421
|
__epPropKey: true;
|
|
@@ -8451,7 +8451,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
8451
8451
|
click: (evt: MouseEvent) => void;
|
|
8452
8452
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
8453
8453
|
readonly disabled: boolean;
|
|
8454
|
-
readonly underline: boolean | "
|
|
8454
|
+
readonly underline: boolean | "hover" | "always" | "never";
|
|
8455
8455
|
readonly type: "default" | "primary" | "success" | "warning" | "info" | "danger";
|
|
8456
8456
|
readonly target: string;
|
|
8457
8457
|
readonly href: string;
|
|
@@ -8472,7 +8472,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
8472
8472
|
readonly default: undefined;
|
|
8473
8473
|
};
|
|
8474
8474
|
readonly underline: {
|
|
8475
|
-
readonly type: import("vue").PropType<boolean | "
|
|
8475
|
+
readonly type: import("vue").PropType<boolean | "hover" | "always" | "never">;
|
|
8476
8476
|
readonly required: false;
|
|
8477
8477
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8478
8478
|
__epPropKey: true;
|
|
@@ -8506,7 +8506,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
8506
8506
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
8507
8507
|
}, {}, {}, {}, {}, {
|
|
8508
8508
|
readonly disabled: boolean;
|
|
8509
|
-
readonly underline: boolean | "
|
|
8509
|
+
readonly underline: boolean | "hover" | "always" | "never";
|
|
8510
8510
|
readonly type: "default" | "primary" | "success" | "warning" | "info" | "danger";
|
|
8511
8511
|
readonly target: string;
|
|
8512
8512
|
readonly href: string;
|
|
@@ -8524,7 +8524,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
8524
8524
|
readonly default: undefined;
|
|
8525
8525
|
};
|
|
8526
8526
|
readonly underline: {
|
|
8527
|
-
readonly type: import("vue").PropType<boolean | "
|
|
8527
|
+
readonly type: import("vue").PropType<boolean | "hover" | "always" | "never">;
|
|
8528
8528
|
readonly required: false;
|
|
8529
8529
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8530
8530
|
__epPropKey: true;
|
|
@@ -8560,7 +8560,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
8560
8560
|
click: (evt: MouseEvent) => void;
|
|
8561
8561
|
}, string, {
|
|
8562
8562
|
readonly disabled: boolean;
|
|
8563
|
-
readonly underline: boolean | "
|
|
8563
|
+
readonly underline: boolean | "hover" | "always" | "never";
|
|
8564
8564
|
readonly type: "default" | "primary" | "success" | "warning" | "info" | "danger";
|
|
8565
8565
|
readonly target: string;
|
|
8566
8566
|
readonly href: string;
|
|
@@ -9108,7 +9108,7 @@ export declare const PlusDisplayItem: import("vue").DefineComponent<import("vue"
|
|
|
9108
9108
|
}>> & Readonly<{
|
|
9109
9109
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
9110
9110
|
}>, {
|
|
9111
|
-
index: number;
|
|
9112
9111
|
column: any;
|
|
9113
9112
|
row: any;
|
|
9113
|
+
index: number;
|
|
9114
9114
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|