@julingbase/jly-arco-design 0.0.5 → 0.0.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/README.md +7 -0
- package/dist/arco-vue.js +6 -3
- package/dist/arco-vue.js.map +1 -1
- package/dist/arco-vue.min.js +3 -2
- package/dist/arco-vue.min.js.map +1 -1
- package/es/_utils/style.d.ts +1 -1
- package/es/date-picker/index.d.ts +1 -1
- package/es/date-picker/picker.d.ts +1 -1
- package/es/date-picker/range-picker.d.ts +1 -1
- package/es/drawer/drawer.d.ts +1 -1
- package/es/drawer/index.d.ts +3 -3
- package/es/input/index.d.ts +28 -4
- package/es/input/input-password.d.ts +10 -1
- package/es/input/input.d.ts +10 -1
- package/es/input/input.js +6 -3
- package/es/mention/index.d.ts +6 -6
- package/es/mention/mention.d.ts +2 -2
- package/es/radio/index.d.ts +4 -4
- package/es/radio/radio-group.d.ts +1 -1
- package/es/radio/radio.d.ts +1 -1
- package/es/split/index.d.ts +3 -3
- package/es/split/split.d.ts +1 -1
- package/es/switch/index.d.ts +3 -3
- package/es/switch/switch.d.ts +1 -1
- package/es/table/table-operation-td.d.ts +4 -4
- package/es/tabs/index.d.ts +3 -3
- package/es/tabs/tabs.d.ts +1 -1
- package/es/time-picker/index.d.ts +3 -3
- package/es/time-picker/time-picker.d.ts +1 -1
- package/es/typography/edit-content.d.ts +84 -12
- package/json/vetur-attributes.json +1336 -1336
- package/json/vetur-tags.json +556 -556
- package/json/web-types.json +3420 -3420
- package/lib/input/input.js +6 -3
- package/package.json +2 -2
|
@@ -62,6 +62,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
62
62
|
type: BooleanConstructor;
|
|
63
63
|
default: boolean;
|
|
64
64
|
};
|
|
65
|
+
toolTipProps: {
|
|
66
|
+
type: ObjectConstructor;
|
|
67
|
+
default: () => void;
|
|
68
|
+
};
|
|
65
69
|
}>> & Readonly<{
|
|
66
70
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
67
71
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -86,10 +90,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
86
90
|
blur: (ev: FocusEvent) => true;
|
|
87
91
|
}, import("vue").PublicProps, {
|
|
88
92
|
disabled: boolean;
|
|
89
|
-
type: "text" | "password";
|
|
90
93
|
error: boolean;
|
|
91
94
|
defaultValue: string;
|
|
92
95
|
readonly: boolean;
|
|
96
|
+
type: "text" | "password";
|
|
93
97
|
allowClear: boolean;
|
|
94
98
|
maxLength: number | {
|
|
95
99
|
length: number;
|
|
@@ -97,6 +101,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
97
101
|
};
|
|
98
102
|
showWordLimit: boolean;
|
|
99
103
|
enableToolTip: boolean;
|
|
104
|
+
toolTipProps: Record<string, any>;
|
|
100
105
|
}, true, {}, {}, {
|
|
101
106
|
Tooltip: {
|
|
102
107
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1462,6 +1467,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1462
1467
|
type: BooleanConstructor;
|
|
1463
1468
|
default: boolean;
|
|
1464
1469
|
};
|
|
1470
|
+
toolTipProps: {
|
|
1471
|
+
type: ObjectConstructor;
|
|
1472
|
+
default: () => void;
|
|
1473
|
+
};
|
|
1465
1474
|
}>> & Readonly<{
|
|
1466
1475
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1467
1476
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -1478,10 +1487,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1478
1487
|
blur(): void;
|
|
1479
1488
|
}, {
|
|
1480
1489
|
disabled: boolean;
|
|
1481
|
-
type: "text" | "password";
|
|
1482
1490
|
error: boolean;
|
|
1483
1491
|
defaultValue: string;
|
|
1484
1492
|
readonly: boolean;
|
|
1493
|
+
type: "text" | "password";
|
|
1485
1494
|
allowClear: boolean;
|
|
1486
1495
|
maxLength: number | {
|
|
1487
1496
|
length: number;
|
|
@@ -1489,6 +1498,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1489
1498
|
};
|
|
1490
1499
|
showWordLimit: boolean;
|
|
1491
1500
|
enableToolTip: boolean;
|
|
1501
|
+
toolTipProps: Record<string, any>;
|
|
1492
1502
|
}>;
|
|
1493
1503
|
__isFragment?: undefined;
|
|
1494
1504
|
__isTeleport?: undefined;
|
|
@@ -1549,6 +1559,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1549
1559
|
type: BooleanConstructor;
|
|
1550
1560
|
default: boolean;
|
|
1551
1561
|
};
|
|
1562
|
+
toolTipProps: {
|
|
1563
|
+
type: ObjectConstructor;
|
|
1564
|
+
default: () => void;
|
|
1565
|
+
};
|
|
1552
1566
|
}>> & Readonly<{
|
|
1553
1567
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1554
1568
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -1573,10 +1587,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1573
1587
|
blur: (ev: FocusEvent) => true;
|
|
1574
1588
|
}, string, {
|
|
1575
1589
|
disabled: boolean;
|
|
1576
|
-
type: "text" | "password";
|
|
1577
1590
|
error: boolean;
|
|
1578
1591
|
defaultValue: string;
|
|
1579
1592
|
readonly: boolean;
|
|
1593
|
+
type: "text" | "password";
|
|
1580
1594
|
allowClear: boolean;
|
|
1581
1595
|
maxLength: number | {
|
|
1582
1596
|
length: number;
|
|
@@ -1584,6 +1598,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1584
1598
|
};
|
|
1585
1599
|
showWordLimit: boolean;
|
|
1586
1600
|
enableToolTip: boolean;
|
|
1601
|
+
toolTipProps: Record<string, any>;
|
|
1587
1602
|
}, {}, string, {}, {
|
|
1588
1603
|
Tooltip: {
|
|
1589
1604
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3075,6 +3090,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3075
3090
|
type: BooleanConstructor;
|
|
3076
3091
|
default: boolean;
|
|
3077
3092
|
};
|
|
3093
|
+
toolTipProps: {
|
|
3094
|
+
type: ObjectConstructor;
|
|
3095
|
+
default: () => void;
|
|
3096
|
+
};
|
|
3078
3097
|
}>, {
|
|
3079
3098
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
3080
3099
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -3145,6 +3164,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3145
3164
|
type: BooleanConstructor;
|
|
3146
3165
|
default: boolean;
|
|
3147
3166
|
};
|
|
3167
|
+
toolTipProps: {
|
|
3168
|
+
type: ObjectConstructor;
|
|
3169
|
+
default: () => void;
|
|
3170
|
+
};
|
|
3148
3171
|
}>> & Readonly<{
|
|
3149
3172
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3150
3173
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -3155,10 +3178,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3155
3178
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3156
3179
|
}>, {
|
|
3157
3180
|
disabled: boolean;
|
|
3158
|
-
type: "text" | "password";
|
|
3159
3181
|
error: boolean;
|
|
3160
3182
|
defaultValue: string;
|
|
3161
3183
|
readonly: boolean;
|
|
3184
|
+
type: "text" | "password";
|
|
3162
3185
|
allowClear: boolean;
|
|
3163
3186
|
maxLength: number | {
|
|
3164
3187
|
length: number;
|
|
@@ -3166,6 +3189,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3166
3189
|
};
|
|
3167
3190
|
showWordLimit: boolean;
|
|
3168
3191
|
enableToolTip: boolean;
|
|
3192
|
+
toolTipProps: Record<string, any>;
|
|
3169
3193
|
}, {}, {
|
|
3170
3194
|
Tooltip: {
|
|
3171
3195
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -4531,6 +4555,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4531
4555
|
type: BooleanConstructor;
|
|
4532
4556
|
default: boolean;
|
|
4533
4557
|
};
|
|
4558
|
+
toolTipProps: {
|
|
4559
|
+
type: ObjectConstructor;
|
|
4560
|
+
default: () => void;
|
|
4561
|
+
};
|
|
4534
4562
|
}>> & Readonly<{
|
|
4535
4563
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
4536
4564
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -4555,10 +4583,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4555
4583
|
blur: (ev: FocusEvent) => true;
|
|
4556
4584
|
}, import("vue").PublicProps, {
|
|
4557
4585
|
disabled: boolean;
|
|
4558
|
-
type: "text" | "password";
|
|
4559
4586
|
error: boolean;
|
|
4560
4587
|
defaultValue: string;
|
|
4561
4588
|
readonly: boolean;
|
|
4589
|
+
type: "text" | "password";
|
|
4562
4590
|
allowClear: boolean;
|
|
4563
4591
|
maxLength: number | {
|
|
4564
4592
|
length: number;
|
|
@@ -4566,6 +4594,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4566
4594
|
};
|
|
4567
4595
|
showWordLimit: boolean;
|
|
4568
4596
|
enableToolTip: boolean;
|
|
4597
|
+
toolTipProps: Record<string, any>;
|
|
4569
4598
|
}, true, {}, {}, {
|
|
4570
4599
|
Tooltip: {
|
|
4571
4600
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5931,6 +5960,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5931
5960
|
type: BooleanConstructor;
|
|
5932
5961
|
default: boolean;
|
|
5933
5962
|
};
|
|
5963
|
+
toolTipProps: {
|
|
5964
|
+
type: ObjectConstructor;
|
|
5965
|
+
default: () => void;
|
|
5966
|
+
};
|
|
5934
5967
|
}>> & Readonly<{
|
|
5935
5968
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
5936
5969
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -5947,10 +5980,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5947
5980
|
blur(): void;
|
|
5948
5981
|
}, {
|
|
5949
5982
|
disabled: boolean;
|
|
5950
|
-
type: "text" | "password";
|
|
5951
5983
|
error: boolean;
|
|
5952
5984
|
defaultValue: string;
|
|
5953
5985
|
readonly: boolean;
|
|
5986
|
+
type: "text" | "password";
|
|
5954
5987
|
allowClear: boolean;
|
|
5955
5988
|
maxLength: number | {
|
|
5956
5989
|
length: number;
|
|
@@ -5958,6 +5991,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5958
5991
|
};
|
|
5959
5992
|
showWordLimit: boolean;
|
|
5960
5993
|
enableToolTip: boolean;
|
|
5994
|
+
toolTipProps: Record<string, any>;
|
|
5961
5995
|
}>;
|
|
5962
5996
|
__isFragment?: undefined;
|
|
5963
5997
|
__isTeleport?: undefined;
|
|
@@ -6018,6 +6052,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6018
6052
|
type: BooleanConstructor;
|
|
6019
6053
|
default: boolean;
|
|
6020
6054
|
};
|
|
6055
|
+
toolTipProps: {
|
|
6056
|
+
type: ObjectConstructor;
|
|
6057
|
+
default: () => void;
|
|
6058
|
+
};
|
|
6021
6059
|
}>> & Readonly<{
|
|
6022
6060
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
6023
6061
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -6042,10 +6080,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6042
6080
|
blur: (ev: FocusEvent) => true;
|
|
6043
6081
|
}, string, {
|
|
6044
6082
|
disabled: boolean;
|
|
6045
|
-
type: "text" | "password";
|
|
6046
6083
|
error: boolean;
|
|
6047
6084
|
defaultValue: string;
|
|
6048
6085
|
readonly: boolean;
|
|
6086
|
+
type: "text" | "password";
|
|
6049
6087
|
allowClear: boolean;
|
|
6050
6088
|
maxLength: number | {
|
|
6051
6089
|
length: number;
|
|
@@ -6053,6 +6091,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6053
6091
|
};
|
|
6054
6092
|
showWordLimit: boolean;
|
|
6055
6093
|
enableToolTip: boolean;
|
|
6094
|
+
toolTipProps: Record<string, any>;
|
|
6056
6095
|
}, {}, string, {}, {
|
|
6057
6096
|
Tooltip: {
|
|
6058
6097
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -7544,6 +7583,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7544
7583
|
type: BooleanConstructor;
|
|
7545
7584
|
default: boolean;
|
|
7546
7585
|
};
|
|
7586
|
+
toolTipProps: {
|
|
7587
|
+
type: ObjectConstructor;
|
|
7588
|
+
default: () => void;
|
|
7589
|
+
};
|
|
7547
7590
|
}>, {
|
|
7548
7591
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
7549
7592
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -7614,6 +7657,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7614
7657
|
type: BooleanConstructor;
|
|
7615
7658
|
default: boolean;
|
|
7616
7659
|
};
|
|
7660
|
+
toolTipProps: {
|
|
7661
|
+
type: ObjectConstructor;
|
|
7662
|
+
default: () => void;
|
|
7663
|
+
};
|
|
7617
7664
|
}>> & Readonly<{
|
|
7618
7665
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
7619
7666
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -7624,10 +7671,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7624
7671
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
7625
7672
|
}>, {
|
|
7626
7673
|
disabled: boolean;
|
|
7627
|
-
type: "text" | "password";
|
|
7628
7674
|
error: boolean;
|
|
7629
7675
|
defaultValue: string;
|
|
7630
7676
|
readonly: boolean;
|
|
7677
|
+
type: "text" | "password";
|
|
7631
7678
|
allowClear: boolean;
|
|
7632
7679
|
maxLength: number | {
|
|
7633
7680
|
length: number;
|
|
@@ -7635,6 +7682,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7635
7682
|
};
|
|
7636
7683
|
showWordLimit: boolean;
|
|
7637
7684
|
enableToolTip: boolean;
|
|
7685
|
+
toolTipProps: Record<string, any>;
|
|
7638
7686
|
}, {}, {
|
|
7639
7687
|
Tooltip: {
|
|
7640
7688
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -9014,6 +9062,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9014
9062
|
type: BooleanConstructor;
|
|
9015
9063
|
default: boolean;
|
|
9016
9064
|
};
|
|
9065
|
+
toolTipProps: {
|
|
9066
|
+
type: ObjectConstructor;
|
|
9067
|
+
default: () => void;
|
|
9068
|
+
};
|
|
9017
9069
|
}>> & Readonly<{
|
|
9018
9070
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
9019
9071
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -9038,10 +9090,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9038
9090
|
blur: (ev: FocusEvent) => true;
|
|
9039
9091
|
}, import("vue").PublicProps, {
|
|
9040
9092
|
disabled: boolean;
|
|
9041
|
-
type: "text" | "password";
|
|
9042
9093
|
error: boolean;
|
|
9043
9094
|
defaultValue: string;
|
|
9044
9095
|
readonly: boolean;
|
|
9096
|
+
type: "text" | "password";
|
|
9045
9097
|
allowClear: boolean;
|
|
9046
9098
|
maxLength: number | {
|
|
9047
9099
|
length: number;
|
|
@@ -9049,6 +9101,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9049
9101
|
};
|
|
9050
9102
|
showWordLimit: boolean;
|
|
9051
9103
|
enableToolTip: boolean;
|
|
9104
|
+
toolTipProps: Record<string, any>;
|
|
9052
9105
|
}, true, {}, {}, {
|
|
9053
9106
|
Tooltip: {
|
|
9054
9107
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -10414,6 +10467,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10414
10467
|
type: BooleanConstructor;
|
|
10415
10468
|
default: boolean;
|
|
10416
10469
|
};
|
|
10470
|
+
toolTipProps: {
|
|
10471
|
+
type: ObjectConstructor;
|
|
10472
|
+
default: () => void;
|
|
10473
|
+
};
|
|
10417
10474
|
}>> & Readonly<{
|
|
10418
10475
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
10419
10476
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -10430,10 +10487,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10430
10487
|
blur(): void;
|
|
10431
10488
|
}, {
|
|
10432
10489
|
disabled: boolean;
|
|
10433
|
-
type: "text" | "password";
|
|
10434
10490
|
error: boolean;
|
|
10435
10491
|
defaultValue: string;
|
|
10436
10492
|
readonly: boolean;
|
|
10493
|
+
type: "text" | "password";
|
|
10437
10494
|
allowClear: boolean;
|
|
10438
10495
|
maxLength: number | {
|
|
10439
10496
|
length: number;
|
|
@@ -10441,6 +10498,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10441
10498
|
};
|
|
10442
10499
|
showWordLimit: boolean;
|
|
10443
10500
|
enableToolTip: boolean;
|
|
10501
|
+
toolTipProps: Record<string, any>;
|
|
10444
10502
|
}>;
|
|
10445
10503
|
__isFragment?: undefined;
|
|
10446
10504
|
__isTeleport?: undefined;
|
|
@@ -10501,6 +10559,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10501
10559
|
type: BooleanConstructor;
|
|
10502
10560
|
default: boolean;
|
|
10503
10561
|
};
|
|
10562
|
+
toolTipProps: {
|
|
10563
|
+
type: ObjectConstructor;
|
|
10564
|
+
default: () => void;
|
|
10565
|
+
};
|
|
10504
10566
|
}>> & Readonly<{
|
|
10505
10567
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
10506
10568
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -10525,10 +10587,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10525
10587
|
blur: (ev: FocusEvent) => true;
|
|
10526
10588
|
}, string, {
|
|
10527
10589
|
disabled: boolean;
|
|
10528
|
-
type: "text" | "password";
|
|
10529
10590
|
error: boolean;
|
|
10530
10591
|
defaultValue: string;
|
|
10531
10592
|
readonly: boolean;
|
|
10593
|
+
type: "text" | "password";
|
|
10532
10594
|
allowClear: boolean;
|
|
10533
10595
|
maxLength: number | {
|
|
10534
10596
|
length: number;
|
|
@@ -10536,6 +10598,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
10536
10598
|
};
|
|
10537
10599
|
showWordLimit: boolean;
|
|
10538
10600
|
enableToolTip: boolean;
|
|
10601
|
+
toolTipProps: Record<string, any>;
|
|
10539
10602
|
}, {}, string, {}, {
|
|
10540
10603
|
Tooltip: {
|
|
10541
10604
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -12027,6 +12090,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12027
12090
|
type: BooleanConstructor;
|
|
12028
12091
|
default: boolean;
|
|
12029
12092
|
};
|
|
12093
|
+
toolTipProps: {
|
|
12094
|
+
type: ObjectConstructor;
|
|
12095
|
+
default: () => void;
|
|
12096
|
+
};
|
|
12030
12097
|
}>, {
|
|
12031
12098
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
12032
12099
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -12097,6 +12164,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12097
12164
|
type: BooleanConstructor;
|
|
12098
12165
|
default: boolean;
|
|
12099
12166
|
};
|
|
12167
|
+
toolTipProps: {
|
|
12168
|
+
type: ObjectConstructor;
|
|
12169
|
+
default: () => void;
|
|
12170
|
+
};
|
|
12100
12171
|
}>> & Readonly<{
|
|
12101
12172
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
12102
12173
|
onClear?: ((ev: MouseEvent) => any) | undefined;
|
|
@@ -12107,10 +12178,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12107
12178
|
onPressEnter?: ((ev: KeyboardEvent) => any) | undefined;
|
|
12108
12179
|
}>, {
|
|
12109
12180
|
disabled: boolean;
|
|
12110
|
-
type: "text" | "password";
|
|
12111
12181
|
error: boolean;
|
|
12112
12182
|
defaultValue: string;
|
|
12113
12183
|
readonly: boolean;
|
|
12184
|
+
type: "text" | "password";
|
|
12114
12185
|
allowClear: boolean;
|
|
12115
12186
|
maxLength: number | {
|
|
12116
12187
|
length: number;
|
|
@@ -12118,6 +12189,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12118
12189
|
};
|
|
12119
12190
|
showWordLimit: boolean;
|
|
12120
12191
|
enableToolTip: boolean;
|
|
12192
|
+
toolTipProps: Record<string, any>;
|
|
12121
12193
|
}, {}, {
|
|
12122
12194
|
Tooltip: {
|
|
12123
12195
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|