@fkui/vue 6.18.1 → 6.19.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/cjs/index.cjs.js +73 -11
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/index.esm.js +74 -12
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +26 -26
- package/dist/types/tsdoc-metadata.json +1 -1
- package/package.json +5 -5
package/dist/types/index.d.ts
CHANGED
|
@@ -69,6 +69,8 @@ declare const __VLS_13: {
|
|
|
69
69
|
isOpen: boolean;
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
+
declare const __VLS_16: {};
|
|
73
|
+
|
|
72
74
|
declare const __VLS_1_2: {
|
|
73
75
|
headingSlotClass: string;
|
|
74
76
|
};
|
|
@@ -89,8 +91,6 @@ declare const __VLS_6: {};
|
|
|
89
91
|
|
|
90
92
|
declare const __VLS_6_2: {};
|
|
91
93
|
|
|
92
|
-
declare const __VLS_6_3: {};
|
|
93
|
-
|
|
94
94
|
declare const __VLS_7: {};
|
|
95
95
|
|
|
96
96
|
declare const __VLS_8: {};
|
|
@@ -702,11 +702,11 @@ declare type __VLS_Slots = {} & {
|
|
|
702
702
|
};
|
|
703
703
|
|
|
704
704
|
declare type __VLS_Slots_10 = {} & {
|
|
705
|
-
default?: (props: typeof
|
|
705
|
+
default?: (props: typeof __VLS_6_2) => any;
|
|
706
706
|
};
|
|
707
707
|
|
|
708
708
|
declare type __VLS_Slots_2 = {} & {
|
|
709
|
-
default?: (props: typeof
|
|
709
|
+
default?: (props: typeof __VLS_16) => any;
|
|
710
710
|
};
|
|
711
711
|
|
|
712
712
|
declare type __VLS_Slots_3 = {} & {
|
|
@@ -738,7 +738,7 @@ declare type __VLS_Slots_7 = {} & {
|
|
|
738
738
|
};
|
|
739
739
|
|
|
740
740
|
declare type __VLS_Slots_8 = {} & {
|
|
741
|
-
default?: (props: typeof
|
|
741
|
+
default?: (props: typeof __VLS_6) => any;
|
|
742
742
|
} & {
|
|
743
743
|
default?: (props: typeof __VLS_8) => any;
|
|
744
744
|
};
|
|
@@ -1569,10 +1569,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
1569
1569
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1570
1570
|
}>, {
|
|
1571
1571
|
type: string;
|
|
1572
|
+
disabled: boolean;
|
|
1572
1573
|
id: string;
|
|
1573
1574
|
modelValue: string | number | null;
|
|
1574
1575
|
inline: boolean;
|
|
1575
|
-
disabled: boolean;
|
|
1576
1576
|
options: string[] | undefined;
|
|
1577
1577
|
labelWidth: string;
|
|
1578
1578
|
formatter: FormatFunction<any>;
|
|
@@ -2024,10 +2024,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
2024
2024
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2025
2025
|
}>, {
|
|
2026
2026
|
type: string;
|
|
2027
|
+
disabled: boolean;
|
|
2027
2028
|
id: string;
|
|
2028
2029
|
modelValue: string | number | null;
|
|
2029
2030
|
inline: boolean;
|
|
2030
|
-
disabled: boolean;
|
|
2031
2031
|
options: string[] | undefined;
|
|
2032
2032
|
labelWidth: string;
|
|
2033
2033
|
formatter: FormatFunction<any>;
|
|
@@ -2865,8 +2865,8 @@ required: true;
|
|
|
2865
2865
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2866
2866
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2867
2867
|
}>, {
|
|
2868
|
-
id: string;
|
|
2869
2868
|
disabled: boolean;
|
|
2869
|
+
id: string;
|
|
2870
2870
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2871
2871
|
|
|
2872
2872
|
export declare const FClearingnumberTextField: DefineComponent<ExtractPropTypes< {
|
|
@@ -3044,10 +3044,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
3044
3044
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3045
3045
|
}>, {
|
|
3046
3046
|
type: string;
|
|
3047
|
+
disabled: boolean;
|
|
3047
3048
|
id: string;
|
|
3048
3049
|
modelValue: string | number | null;
|
|
3049
3050
|
inline: boolean;
|
|
3050
|
-
disabled: boolean;
|
|
3051
3051
|
options: string[] | undefined;
|
|
3052
3052
|
labelWidth: string;
|
|
3053
3053
|
formatter: FormatFunction<any>;
|
|
@@ -4133,10 +4133,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
4133
4133
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4134
4134
|
}>, {
|
|
4135
4135
|
type: string;
|
|
4136
|
+
disabled: boolean;
|
|
4136
4137
|
id: string;
|
|
4137
4138
|
modelValue: string | number | null;
|
|
4138
4139
|
inline: boolean;
|
|
4139
|
-
disabled: boolean;
|
|
4140
4140
|
options: string[] | undefined;
|
|
4141
4141
|
labelWidth: string;
|
|
4142
4142
|
formatter: FormatFunction<any>;
|
|
@@ -4634,9 +4634,9 @@ default: boolean;
|
|
|
4634
4634
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
4635
4635
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
4636
4636
|
}>, {
|
|
4637
|
+
disabled: boolean;
|
|
4637
4638
|
modelValue: string;
|
|
4638
4639
|
yearSelector: boolean;
|
|
4639
|
-
disabled: boolean;
|
|
4640
4640
|
labelWidth: string;
|
|
4641
4641
|
inputWidth: string;
|
|
4642
4642
|
initialMonth: FDate | undefined;
|
|
@@ -5220,10 +5220,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
5220
5220
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
5221
5221
|
}>, {
|
|
5222
5222
|
type: string;
|
|
5223
|
+
disabled: boolean;
|
|
5223
5224
|
id: string;
|
|
5224
5225
|
modelValue: string | number | null;
|
|
5225
5226
|
inline: boolean;
|
|
5226
|
-
disabled: boolean;
|
|
5227
5227
|
options: string[] | undefined;
|
|
5228
5228
|
labelWidth: string;
|
|
5229
5229
|
formatter: FormatFunction<any>;
|
|
@@ -6032,10 +6032,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
6032
6032
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
6033
6033
|
}>, {
|
|
6034
6034
|
type: string;
|
|
6035
|
+
disabled: boolean;
|
|
6035
6036
|
id: string;
|
|
6036
6037
|
modelValue: string | number | null;
|
|
6037
6038
|
inline: boolean;
|
|
6038
|
-
disabled: boolean;
|
|
6039
6039
|
options: string[] | undefined;
|
|
6040
6040
|
labelWidth: string;
|
|
6041
6041
|
formatter: FormatFunction<any>;
|
|
@@ -7418,9 +7418,9 @@ default: null;
|
|
|
7418
7418
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
7419
7419
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7420
7420
|
}>, {
|
|
7421
|
+
disabled: boolean;
|
|
7421
7422
|
id: string;
|
|
7422
7423
|
modelValue: FileList | null;
|
|
7423
|
-
disabled: boolean;
|
|
7424
7424
|
}, {}, {
|
|
7425
7425
|
FIcon: DefineComponent<ExtractPropTypes< {
|
|
7426
7426
|
name: {
|
|
@@ -7685,8 +7685,8 @@ onSubmit?: ((...args: any[]) => any) | undefined;
|
|
|
7685
7685
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
7686
7686
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
7687
7687
|
}>, {
|
|
7688
|
-
size: string;
|
|
7689
7688
|
value: Record<string, any>;
|
|
7689
|
+
size: string;
|
|
7690
7690
|
isOpen: boolean;
|
|
7691
7691
|
fullscreen: boolean;
|
|
7692
7692
|
ariaCloseText: string;
|
|
@@ -10043,10 +10043,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
10043
10043
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10044
10044
|
}>, {
|
|
10045
10045
|
type: string;
|
|
10046
|
+
disabled: boolean;
|
|
10046
10047
|
id: string;
|
|
10047
10048
|
modelValue: string | number | null;
|
|
10048
10049
|
inline: boolean;
|
|
10049
|
-
disabled: boolean;
|
|
10050
10050
|
options: string[] | undefined;
|
|
10051
10051
|
labelWidth: string;
|
|
10052
10052
|
formatter: FormatFunction<any>;
|
|
@@ -10678,10 +10678,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
10678
10678
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10679
10679
|
}>, {
|
|
10680
10680
|
type: string;
|
|
10681
|
+
disabled: boolean;
|
|
10681
10682
|
id: string;
|
|
10682
10683
|
modelValue: string | number | null;
|
|
10683
10684
|
inline: boolean;
|
|
10684
|
-
disabled: boolean;
|
|
10685
10685
|
options: string[] | undefined;
|
|
10686
10686
|
labelWidth: string;
|
|
10687
10687
|
formatter: FormatFunction<any>;
|
|
@@ -11438,10 +11438,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
11438
11438
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11439
11439
|
}>, {
|
|
11440
11440
|
type: string;
|
|
11441
|
+
disabled: boolean;
|
|
11441
11442
|
id: string;
|
|
11442
11443
|
modelValue: string | number | null;
|
|
11443
11444
|
inline: boolean;
|
|
11444
|
-
disabled: boolean;
|
|
11445
11445
|
options: string[] | undefined;
|
|
11446
11446
|
labelWidth: string;
|
|
11447
11447
|
formatter: FormatFunction<any>;
|
|
@@ -11915,10 +11915,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
11915
11915
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11916
11916
|
}>, {
|
|
11917
11917
|
type: string;
|
|
11918
|
+
disabled: boolean;
|
|
11918
11919
|
id: string;
|
|
11919
11920
|
modelValue: string | number | null;
|
|
11920
11921
|
inline: boolean;
|
|
11921
|
-
disabled: boolean;
|
|
11922
11922
|
options: string[] | undefined;
|
|
11923
11923
|
labelWidth: string;
|
|
11924
11924
|
formatter: FormatFunction<any>;
|
|
@@ -12436,10 +12436,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
12436
12436
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12437
12437
|
}>, {
|
|
12438
12438
|
type: string;
|
|
12439
|
+
disabled: boolean;
|
|
12439
12440
|
id: string;
|
|
12440
12441
|
modelValue: string | number | null;
|
|
12441
12442
|
inline: boolean;
|
|
12442
|
-
disabled: boolean;
|
|
12443
12443
|
options: string[] | undefined;
|
|
12444
12444
|
labelWidth: string;
|
|
12445
12445
|
formatter: FormatFunction<any>;
|
|
@@ -12884,10 +12884,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
12884
12884
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12885
12885
|
}>, {
|
|
12886
12886
|
type: string;
|
|
12887
|
+
disabled: boolean;
|
|
12887
12888
|
id: string;
|
|
12888
12889
|
modelValue: string | number | null;
|
|
12889
12890
|
inline: boolean;
|
|
12890
|
-
disabled: boolean;
|
|
12891
12891
|
options: string[] | undefined;
|
|
12892
12892
|
labelWidth: string;
|
|
12893
12893
|
formatter: FormatFunction<any>;
|
|
@@ -13341,10 +13341,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
13341
13341
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13342
13342
|
}>, {
|
|
13343
13343
|
type: string;
|
|
13344
|
+
disabled: boolean;
|
|
13344
13345
|
id: string;
|
|
13345
13346
|
modelValue: string | number | null;
|
|
13346
13347
|
inline: boolean;
|
|
13347
|
-
disabled: boolean;
|
|
13348
13348
|
options: string[] | undefined;
|
|
13349
13349
|
labelWidth: string;
|
|
13350
13350
|
formatter: FormatFunction<any>;
|
|
@@ -13788,9 +13788,9 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
13788
13788
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13789
13789
|
}>, {
|
|
13790
13790
|
value: string | number | boolean | Date | unknown[] | Record<string, any> | null;
|
|
13791
|
+
disabled: boolean;
|
|
13791
13792
|
id: string;
|
|
13792
13793
|
modelValue: string | number | boolean | Date | unknown[] | Record<string, any> | null;
|
|
13793
|
-
disabled: boolean;
|
|
13794
13794
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
13795
13795
|
|
|
13796
13796
|
export declare const FResizePane: __VLS_WithSlots_7<typeof __VLS_component_7, __VLS_Slots_7>;
|
|
@@ -14011,10 +14011,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
14011
14011
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
14012
14012
|
}>, {
|
|
14013
14013
|
type: string;
|
|
14014
|
+
disabled: boolean;
|
|
14014
14015
|
id: string;
|
|
14015
14016
|
modelValue: string | number | null;
|
|
14016
14017
|
inline: boolean;
|
|
14017
|
-
disabled: boolean;
|
|
14018
14018
|
options: string[] | undefined;
|
|
14019
14019
|
labelWidth: string;
|
|
14020
14020
|
formatter: FormatFunction<any>;
|
|
@@ -14988,9 +14988,9 @@ default: boolean;
|
|
|
14988
14988
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
14989
14989
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
14990
14990
|
}>, {
|
|
14991
|
+
disabled: boolean;
|
|
14991
14992
|
id: string;
|
|
14992
14993
|
modelValue: string;
|
|
14993
|
-
disabled: boolean;
|
|
14994
14994
|
maxlength: number;
|
|
14995
14995
|
softLimit: number;
|
|
14996
14996
|
charactersLeftWarning: string;
|
|
@@ -15355,10 +15355,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
15355
15355
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
15356
15356
|
}>, {
|
|
15357
15357
|
type: string;
|
|
15358
|
+
disabled: boolean;
|
|
15358
15359
|
id: string;
|
|
15359
15360
|
modelValue: string | number | null;
|
|
15360
15361
|
inline: boolean;
|
|
15361
|
-
disabled: boolean;
|
|
15362
15362
|
options: string[] | undefined;
|
|
15363
15363
|
labelWidth: string;
|
|
15364
15364
|
formatter: FormatFunction<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/vue",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.19.0",
|
|
4
4
|
"description": "Vue implementation of FKUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fkui",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"unit:watch": "jest --watch"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@fkui/date": "^6.
|
|
64
|
-
"@fkui/design": "^6.
|
|
65
|
-
"@fkui/logic": "^6.
|
|
63
|
+
"@fkui/date": "^6.19.0",
|
|
64
|
+
"@fkui/design": "^6.19.0",
|
|
65
|
+
"@fkui/logic": "^6.19.0",
|
|
66
66
|
"fk-icons": "^4.30.1",
|
|
67
67
|
"html-validate": ">= 7.9.0",
|
|
68
68
|
"vue": "^3.5.0"
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"node": ">= 20",
|
|
80
80
|
"npm": ">= 7"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "fabd8b6313e8e8ff4191553456ae418b682ec010"
|
|
83
83
|
}
|