@fkui/vue 6.18.1 → 6.19.1
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 +87 -19
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/index.esm.js +88 -20
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +58 -32
- 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: {
|
|
@@ -7519,7 +7519,7 @@ default: string;
|
|
|
7519
7519
|
*/
|
|
7520
7520
|
value: {
|
|
7521
7521
|
type: ObjectConstructor;
|
|
7522
|
-
default
|
|
7522
|
+
default(): {};
|
|
7523
7523
|
};
|
|
7524
7524
|
/**
|
|
7525
7525
|
* Include the error list component.
|
|
@@ -7583,7 +7583,28 @@ preparedButtons(): FModalButton[];
|
|
|
7583
7583
|
onClose(): void;
|
|
7584
7584
|
onSubmit(): void;
|
|
7585
7585
|
onCancel(): void;
|
|
7586
|
-
}, ComponentOptions, ComponentOptionsMixin,
|
|
7586
|
+
}, ComponentOptions, ComponentOptionsMixin, {
|
|
7587
|
+
/**
|
|
7588
|
+
* Event that is dispatched when escape is pressed or when the cancel or close buttons are clicked.
|
|
7589
|
+
* In most use cases the isOpen prop should be set to false when this event is triggered.
|
|
7590
|
+
*/
|
|
7591
|
+
cancel(): true;
|
|
7592
|
+
/**
|
|
7593
|
+
* Event that is dispatched when escape is pressed or when the cancel or close buttons are clicked.
|
|
7594
|
+
* In most use cases the isOpen prop should be set to false when this event is triggered.
|
|
7595
|
+
*/
|
|
7596
|
+
close(_payload: {
|
|
7597
|
+
reason: string;
|
|
7598
|
+
data?: unknown;
|
|
7599
|
+
}): true;
|
|
7600
|
+
/**
|
|
7601
|
+
* Event that is dispatched when the submit button is is clicked.
|
|
7602
|
+
* The event payload is the data that has been submitted.
|
|
7603
|
+
*/
|
|
7604
|
+
submit(_payload: {
|
|
7605
|
+
data: unknown;
|
|
7606
|
+
}): true;
|
|
7607
|
+
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7587
7608
|
/**
|
|
7588
7609
|
* Enable fullscreen mode in mobile.
|
|
7589
7610
|
*/
|
|
@@ -7622,7 +7643,7 @@ default: string;
|
|
|
7622
7643
|
*/
|
|
7623
7644
|
value: {
|
|
7624
7645
|
type: ObjectConstructor;
|
|
7625
|
-
default
|
|
7646
|
+
default(): {};
|
|
7626
7647
|
};
|
|
7627
7648
|
/**
|
|
7628
7649
|
* Include the error list component.
|
|
@@ -7681,12 +7702,17 @@ required: false;
|
|
|
7681
7702
|
default: () => FModalButtonDescriptor[];
|
|
7682
7703
|
};
|
|
7683
7704
|
}>> & Readonly<{
|
|
7684
|
-
onSubmit?: ((
|
|
7685
|
-
|
|
7686
|
-
|
|
7705
|
+
onSubmit?: ((_payload: {
|
|
7706
|
+
data: unknown;
|
|
7707
|
+
}) => any) | undefined;
|
|
7708
|
+
onClose?: ((_payload: {
|
|
7709
|
+
reason: string;
|
|
7710
|
+
data?: unknown;
|
|
7711
|
+
}) => any) | undefined;
|
|
7712
|
+
onCancel?: (() => any) | undefined;
|
|
7687
7713
|
}>, {
|
|
7688
|
-
size: string;
|
|
7689
7714
|
value: Record<string, any>;
|
|
7715
|
+
size: string;
|
|
7690
7716
|
isOpen: boolean;
|
|
7691
7717
|
fullscreen: boolean;
|
|
7692
7718
|
ariaCloseText: string;
|
|
@@ -10043,10 +10069,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
10043
10069
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10044
10070
|
}>, {
|
|
10045
10071
|
type: string;
|
|
10072
|
+
disabled: boolean;
|
|
10046
10073
|
id: string;
|
|
10047
10074
|
modelValue: string | number | null;
|
|
10048
10075
|
inline: boolean;
|
|
10049
|
-
disabled: boolean;
|
|
10050
10076
|
options: string[] | undefined;
|
|
10051
10077
|
labelWidth: string;
|
|
10052
10078
|
formatter: FormatFunction<any>;
|
|
@@ -10678,10 +10704,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
10678
10704
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
10679
10705
|
}>, {
|
|
10680
10706
|
type: string;
|
|
10707
|
+
disabled: boolean;
|
|
10681
10708
|
id: string;
|
|
10682
10709
|
modelValue: string | number | null;
|
|
10683
10710
|
inline: boolean;
|
|
10684
|
-
disabled: boolean;
|
|
10685
10711
|
options: string[] | undefined;
|
|
10686
10712
|
labelWidth: string;
|
|
10687
10713
|
formatter: FormatFunction<any>;
|
|
@@ -11438,10 +11464,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
11438
11464
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11439
11465
|
}>, {
|
|
11440
11466
|
type: string;
|
|
11467
|
+
disabled: boolean;
|
|
11441
11468
|
id: string;
|
|
11442
11469
|
modelValue: string | number | null;
|
|
11443
11470
|
inline: boolean;
|
|
11444
|
-
disabled: boolean;
|
|
11445
11471
|
options: string[] | undefined;
|
|
11446
11472
|
labelWidth: string;
|
|
11447
11473
|
formatter: FormatFunction<any>;
|
|
@@ -11915,10 +11941,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
11915
11941
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11916
11942
|
}>, {
|
|
11917
11943
|
type: string;
|
|
11944
|
+
disabled: boolean;
|
|
11918
11945
|
id: string;
|
|
11919
11946
|
modelValue: string | number | null;
|
|
11920
11947
|
inline: boolean;
|
|
11921
|
-
disabled: boolean;
|
|
11922
11948
|
options: string[] | undefined;
|
|
11923
11949
|
labelWidth: string;
|
|
11924
11950
|
formatter: FormatFunction<any>;
|
|
@@ -12436,10 +12462,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
12436
12462
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12437
12463
|
}>, {
|
|
12438
12464
|
type: string;
|
|
12465
|
+
disabled: boolean;
|
|
12439
12466
|
id: string;
|
|
12440
12467
|
modelValue: string | number | null;
|
|
12441
12468
|
inline: boolean;
|
|
12442
|
-
disabled: boolean;
|
|
12443
12469
|
options: string[] | undefined;
|
|
12444
12470
|
labelWidth: string;
|
|
12445
12471
|
formatter: FormatFunction<any>;
|
|
@@ -12884,10 +12910,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
12884
12910
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
12885
12911
|
}>, {
|
|
12886
12912
|
type: string;
|
|
12913
|
+
disabled: boolean;
|
|
12887
12914
|
id: string;
|
|
12888
12915
|
modelValue: string | number | null;
|
|
12889
12916
|
inline: boolean;
|
|
12890
|
-
disabled: boolean;
|
|
12891
12917
|
options: string[] | undefined;
|
|
12892
12918
|
labelWidth: string;
|
|
12893
12919
|
formatter: FormatFunction<any>;
|
|
@@ -13341,10 +13367,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
13341
13367
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13342
13368
|
}>, {
|
|
13343
13369
|
type: string;
|
|
13370
|
+
disabled: boolean;
|
|
13344
13371
|
id: string;
|
|
13345
13372
|
modelValue: string | number | null;
|
|
13346
13373
|
inline: boolean;
|
|
13347
|
-
disabled: boolean;
|
|
13348
13374
|
options: string[] | undefined;
|
|
13349
13375
|
labelWidth: string;
|
|
13350
13376
|
formatter: FormatFunction<any>;
|
|
@@ -13788,9 +13814,9 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
13788
13814
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13789
13815
|
}>, {
|
|
13790
13816
|
value: string | number | boolean | Date | unknown[] | Record<string, any> | null;
|
|
13817
|
+
disabled: boolean;
|
|
13791
13818
|
id: string;
|
|
13792
13819
|
modelValue: string | number | boolean | Date | unknown[] | Record<string, any> | null;
|
|
13793
|
-
disabled: boolean;
|
|
13794
13820
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
13795
13821
|
|
|
13796
13822
|
export declare const FResizePane: __VLS_WithSlots_7<typeof __VLS_component_7, __VLS_Slots_7>;
|
|
@@ -14011,10 +14037,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
14011
14037
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
14012
14038
|
}>, {
|
|
14013
14039
|
type: string;
|
|
14040
|
+
disabled: boolean;
|
|
14014
14041
|
id: string;
|
|
14015
14042
|
modelValue: string | number | null;
|
|
14016
14043
|
inline: boolean;
|
|
14017
|
-
disabled: boolean;
|
|
14018
14044
|
options: string[] | undefined;
|
|
14019
14045
|
labelWidth: string;
|
|
14020
14046
|
formatter: FormatFunction<any>;
|
|
@@ -14988,9 +15014,9 @@ default: boolean;
|
|
|
14988
15014
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
14989
15015
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
14990
15016
|
}>, {
|
|
15017
|
+
disabled: boolean;
|
|
14991
15018
|
id: string;
|
|
14992
15019
|
modelValue: string;
|
|
14993
|
-
disabled: boolean;
|
|
14994
15020
|
maxlength: number;
|
|
14995
15021
|
softLimit: number;
|
|
14996
15022
|
charactersLeftWarning: string;
|
|
@@ -15355,10 +15381,10 @@ onChange?: ((...args: any[]) => any) | undefined;
|
|
|
15355
15381
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
15356
15382
|
}>, {
|
|
15357
15383
|
type: string;
|
|
15384
|
+
disabled: boolean;
|
|
15358
15385
|
id: string;
|
|
15359
15386
|
modelValue: string | number | null;
|
|
15360
15387
|
inline: boolean;
|
|
15361
|
-
disabled: boolean;
|
|
15362
15388
|
options: string[] | undefined;
|
|
15363
15389
|
labelWidth: string;
|
|
15364
15390
|
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.1",
|
|
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.1",
|
|
64
|
+
"@fkui/design": "^6.19.1",
|
|
65
|
+
"@fkui/logic": "^6.19.1",
|
|
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": "722f1b407dd9a8afc9bb3164ed5c085aa85f2ba2"
|
|
83
83
|
}
|