@fkui/vue 6.36.0 → 6.36.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 +13 -5
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/esm/index.esm.js +13 -5
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/types/index.d.ts +119 -48
- package/dist/types/tsdoc-metadata.json +1 -1
- package/htmlvalidate/elements/internal-components.js +6 -0
- package/package.json +4 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -1655,11 +1655,15 @@ inputNode: HTMLInputElement;
|
|
|
1655
1655
|
onSelect?: ((option: string) => any) | undefined;
|
|
1656
1656
|
onClose?: (() => any) | undefined;
|
|
1657
1657
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1658
|
-
IComboboxToggleButton: DefineComponent< {
|
|
1658
|
+
IComboboxToggleButton: DefineComponent< {
|
|
1659
|
+
isOpen: boolean;
|
|
1660
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1659
1661
|
toggle: () => any;
|
|
1660
|
-
}, string, PublicProps, Readonly<{
|
|
1662
|
+
}, string, PublicProps, Readonly<{
|
|
1663
|
+
isOpen: boolean;
|
|
1664
|
+
}> & Readonly<{
|
|
1661
1665
|
onToggle?: (() => any) | undefined;
|
|
1662
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
1666
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1663
1667
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1664
1668
|
FIcon: DefineComponent<ExtractPropTypes< {
|
|
1665
1669
|
name: {
|
|
@@ -2090,6 +2094,7 @@ width: string;
|
|
|
2090
2094
|
position: string;
|
|
2091
2095
|
visibility: string;
|
|
2092
2096
|
height: string;
|
|
2097
|
+
color: string;
|
|
2093
2098
|
};
|
|
2094
2099
|
openedStyle: {
|
|
2095
2100
|
height: string;
|
|
@@ -2277,6 +2282,7 @@ width: string;
|
|
|
2277
2282
|
position: string;
|
|
2278
2283
|
visibility: string;
|
|
2279
2284
|
height: string;
|
|
2285
|
+
color: string;
|
|
2280
2286
|
};
|
|
2281
2287
|
openedStyle: {
|
|
2282
2288
|
height: string;
|
|
@@ -2463,6 +2469,7 @@ width: string;
|
|
|
2463
2469
|
position: string;
|
|
2464
2470
|
visibility: string;
|
|
2465
2471
|
height: string;
|
|
2472
|
+
color: string;
|
|
2466
2473
|
};
|
|
2467
2474
|
openedStyle: {
|
|
2468
2475
|
height: string;
|
|
@@ -7704,11 +7711,15 @@ inputNode: HTMLInputElement;
|
|
|
7704
7711
|
onSelect?: ((option: string) => any) | undefined;
|
|
7705
7712
|
onClose?: (() => any) | undefined;
|
|
7706
7713
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7707
|
-
IComboboxToggleButton: DefineComponent< {
|
|
7714
|
+
IComboboxToggleButton: DefineComponent< {
|
|
7715
|
+
isOpen: boolean;
|
|
7716
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7708
7717
|
toggle: () => any;
|
|
7709
|
-
}, string, PublicProps, Readonly<{
|
|
7718
|
+
}, string, PublicProps, Readonly<{
|
|
7719
|
+
isOpen: boolean;
|
|
7720
|
+
}> & Readonly<{
|
|
7710
7721
|
onToggle?: (() => any) | undefined;
|
|
7711
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
7722
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
7712
7723
|
}, {}, string, ComponentProvideOptions, true, {}, any>, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7713
7724
|
parser: {
|
|
7714
7725
|
type: PropType<ParseFunction<BankAccountNumberString>>;
|
|
@@ -8175,11 +8186,15 @@ inputNode: HTMLInputElement;
|
|
|
8175
8186
|
onSelect?: ((option: string) => any) | undefined;
|
|
8176
8187
|
onClose?: (() => any) | undefined;
|
|
8177
8188
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8178
|
-
IComboboxToggleButton: DefineComponent< {
|
|
8189
|
+
IComboboxToggleButton: DefineComponent< {
|
|
8190
|
+
isOpen: boolean;
|
|
8191
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8179
8192
|
toggle: () => any;
|
|
8180
|
-
}, string, PublicProps, Readonly<{
|
|
8193
|
+
}, string, PublicProps, Readonly<{
|
|
8194
|
+
isOpen: boolean;
|
|
8195
|
+
}> & Readonly<{
|
|
8181
8196
|
onToggle?: (() => any) | undefined;
|
|
8182
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
8197
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8183
8198
|
}, {}, string, ComponentProvideOptions, true, {}, any>, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8184
8199
|
formatter: {
|
|
8185
8200
|
type: PropType<FormatFunction<BankgiroString>>;
|
|
@@ -8646,11 +8661,15 @@ inputNode: HTMLInputElement;
|
|
|
8646
8661
|
onSelect?: ((option: string) => any) | undefined;
|
|
8647
8662
|
onClose?: (() => any) | undefined;
|
|
8648
8663
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8649
|
-
IComboboxToggleButton: DefineComponent< {
|
|
8664
|
+
IComboboxToggleButton: DefineComponent< {
|
|
8665
|
+
isOpen: boolean;
|
|
8666
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8650
8667
|
toggle: () => any;
|
|
8651
|
-
}, string, PublicProps, Readonly<{
|
|
8668
|
+
}, string, PublicProps, Readonly<{
|
|
8669
|
+
isOpen: boolean;
|
|
8670
|
+
}> & Readonly<{
|
|
8652
8671
|
onToggle?: (() => any) | undefined;
|
|
8653
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
8672
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
8654
8673
|
}, {}, string, ComponentProvideOptions, true, {}, any>, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
8655
8674
|
formatter: {
|
|
8656
8675
|
type: PropType<FormatFunction<ClearingnumberString>>;
|
|
@@ -9122,11 +9141,15 @@ inputNode: HTMLInputElement;
|
|
|
9122
9141
|
onSelect?: ((option: string) => any) | undefined;
|
|
9123
9142
|
onClose?: (() => any) | undefined;
|
|
9124
9143
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
9125
|
-
IComboboxToggleButton: DefineComponent< {
|
|
9144
|
+
IComboboxToggleButton: DefineComponent< {
|
|
9145
|
+
isOpen: boolean;
|
|
9146
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9126
9147
|
toggle: () => any;
|
|
9127
|
-
}, string, PublicProps, Readonly<{
|
|
9148
|
+
}, string, PublicProps, Readonly<{
|
|
9149
|
+
isOpen: boolean;
|
|
9150
|
+
}> & Readonly<{
|
|
9128
9151
|
onToggle?: (() => any) | undefined;
|
|
9129
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
9152
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
9130
9153
|
}, {}, string, ComponentProvideOptions, true, {}, any>, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
9131
9154
|
formatter: {
|
|
9132
9155
|
type: PropType<FormatFunction<number>>;
|
|
@@ -9676,11 +9699,15 @@ inputNode: HTMLInputElement;
|
|
|
9676
9699
|
onSelect?: ((option: string) => any) | undefined;
|
|
9677
9700
|
onClose?: (() => any) | undefined;
|
|
9678
9701
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
9679
|
-
IComboboxToggleButton: DefineComponent< {
|
|
9702
|
+
IComboboxToggleButton: DefineComponent< {
|
|
9703
|
+
isOpen: boolean;
|
|
9704
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
9680
9705
|
toggle: () => any;
|
|
9681
|
-
}, string, PublicProps, Readonly<{
|
|
9706
|
+
}, string, PublicProps, Readonly<{
|
|
9707
|
+
isOpen: boolean;
|
|
9708
|
+
}> & Readonly<{
|
|
9682
9709
|
onToggle?: (() => any) | undefined;
|
|
9683
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
9710
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
9684
9711
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
9685
9712
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
9686
9713
|
|
|
@@ -10151,11 +10178,15 @@ inputNode: HTMLInputElement;
|
|
|
10151
10178
|
onSelect?: ((option: string) => any) | undefined;
|
|
10152
10179
|
onClose?: (() => any) | undefined;
|
|
10153
10180
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10154
|
-
IComboboxToggleButton: DefineComponent< {
|
|
10181
|
+
IComboboxToggleButton: DefineComponent< {
|
|
10182
|
+
isOpen: boolean;
|
|
10183
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
10155
10184
|
toggle: () => any;
|
|
10156
|
-
}, string, PublicProps, Readonly<{
|
|
10185
|
+
}, string, PublicProps, Readonly<{
|
|
10186
|
+
isOpen: boolean;
|
|
10187
|
+
}> & Readonly<{
|
|
10157
10188
|
onToggle?: (() => any) | undefined;
|
|
10158
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
10189
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10159
10190
|
}, {}, string, ComponentProvideOptions, true, {}, any>, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
10160
10191
|
/**
|
|
10161
10192
|
* The number of decimals to format number as.
|
|
@@ -10639,11 +10670,15 @@ inputNode: HTMLInputElement;
|
|
|
10639
10670
|
onSelect?: ((option: string) => any) | undefined;
|
|
10640
10671
|
onClose?: (() => any) | undefined;
|
|
10641
10672
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10642
|
-
IComboboxToggleButton: DefineComponent< {
|
|
10673
|
+
IComboboxToggleButton: DefineComponent< {
|
|
10674
|
+
isOpen: boolean;
|
|
10675
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
10643
10676
|
toggle: () => any;
|
|
10644
|
-
}, string, PublicProps, Readonly<{
|
|
10677
|
+
}, string, PublicProps, Readonly<{
|
|
10678
|
+
isOpen: boolean;
|
|
10679
|
+
}> & Readonly<{
|
|
10645
10680
|
onToggle?: (() => any) | undefined;
|
|
10646
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
10681
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
10647
10682
|
}, {}, string, ComponentProvideOptions, true, {}, any>, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
10648
10683
|
formatter: {
|
|
10649
10684
|
type: PropType<FormatFunction<OrganisationsnummerString>>;
|
|
@@ -11123,11 +11158,15 @@ inputNode: HTMLInputElement;
|
|
|
11123
11158
|
onSelect?: ((option: string) => any) | undefined;
|
|
11124
11159
|
onClose?: (() => any) | undefined;
|
|
11125
11160
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11126
|
-
IComboboxToggleButton: DefineComponent< {
|
|
11161
|
+
IComboboxToggleButton: DefineComponent< {
|
|
11162
|
+
isOpen: boolean;
|
|
11163
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11127
11164
|
toggle: () => any;
|
|
11128
|
-
}, string, PublicProps, Readonly<{
|
|
11165
|
+
}, string, PublicProps, Readonly<{
|
|
11166
|
+
isOpen: boolean;
|
|
11167
|
+
}> & Readonly<{
|
|
11129
11168
|
onToggle?: (() => any) | undefined;
|
|
11130
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
11169
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11131
11170
|
}, {}, string, ComponentProvideOptions, true, {}, any>, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
11132
11171
|
/**
|
|
11133
11172
|
* The number of decimals to format number as.
|
|
@@ -11724,11 +11763,15 @@ inputNode: HTMLInputElement;
|
|
|
11724
11763
|
onSelect?: ((option: string) => any) | undefined;
|
|
11725
11764
|
onClose?: (() => any) | undefined;
|
|
11726
11765
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11727
|
-
IComboboxToggleButton: DefineComponent< {
|
|
11766
|
+
IComboboxToggleButton: DefineComponent< {
|
|
11767
|
+
isOpen: boolean;
|
|
11768
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
11728
11769
|
toggle: () => any;
|
|
11729
|
-
}, string, PublicProps, Readonly<{
|
|
11770
|
+
}, string, PublicProps, Readonly<{
|
|
11771
|
+
isOpen: boolean;
|
|
11772
|
+
}> & Readonly<{
|
|
11730
11773
|
onToggle?: (() => any) | undefined;
|
|
11731
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
11774
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11732
11775
|
}, {}, string, ComponentProvideOptions, true, {}, any>, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
11733
11776
|
formatter: {
|
|
11734
11777
|
type: PropType<FormatFunction<PersonnummerString>>;
|
|
@@ -12259,11 +12302,15 @@ inputNode: HTMLInputElement;
|
|
|
12259
12302
|
onSelect?: ((option: string) => any) | undefined;
|
|
12260
12303
|
onClose?: (() => any) | undefined;
|
|
12261
12304
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12262
|
-
IComboboxToggleButton: DefineComponent< {
|
|
12305
|
+
IComboboxToggleButton: DefineComponent< {
|
|
12306
|
+
isOpen: boolean;
|
|
12307
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12263
12308
|
toggle: () => any;
|
|
12264
|
-
}, string, PublicProps, Readonly<{
|
|
12309
|
+
}, string, PublicProps, Readonly<{
|
|
12310
|
+
isOpen: boolean;
|
|
12311
|
+
}> & Readonly<{
|
|
12265
12312
|
onToggle?: (() => any) | undefined;
|
|
12266
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
12313
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12267
12314
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
12268
12315
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
12269
12316
|
|
|
@@ -12723,11 +12770,15 @@ inputNode: HTMLInputElement;
|
|
|
12723
12770
|
onSelect?: ((option: string) => any) | undefined;
|
|
12724
12771
|
onClose?: (() => any) | undefined;
|
|
12725
12772
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12726
|
-
IComboboxToggleButton: DefineComponent< {
|
|
12773
|
+
IComboboxToggleButton: DefineComponent< {
|
|
12774
|
+
isOpen: boolean;
|
|
12775
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12727
12776
|
toggle: () => any;
|
|
12728
|
-
}, string, PublicProps, Readonly<{
|
|
12777
|
+
}, string, PublicProps, Readonly<{
|
|
12778
|
+
isOpen: boolean;
|
|
12779
|
+
}> & Readonly<{
|
|
12729
12780
|
onToggle?: (() => any) | undefined;
|
|
12730
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
12781
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
12731
12782
|
}, {}, string, ComponentProvideOptions, true, {}, any>, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
12732
12783
|
formatter: {
|
|
12733
12784
|
type: PropType<FormatFunction<PlusgiroString>>;
|
|
@@ -13196,11 +13247,15 @@ inputNode: HTMLInputElement;
|
|
|
13196
13247
|
onSelect?: ((option: string) => any) | undefined;
|
|
13197
13248
|
onClose?: (() => any) | undefined;
|
|
13198
13249
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13199
|
-
IComboboxToggleButton: DefineComponent< {
|
|
13250
|
+
IComboboxToggleButton: DefineComponent< {
|
|
13251
|
+
isOpen: boolean;
|
|
13252
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13200
13253
|
toggle: () => any;
|
|
13201
|
-
}, string, PublicProps, Readonly<{
|
|
13254
|
+
}, string, PublicProps, Readonly<{
|
|
13255
|
+
isOpen: boolean;
|
|
13256
|
+
}> & Readonly<{
|
|
13202
13257
|
onToggle?: (() => any) | undefined;
|
|
13203
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
13258
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13204
13259
|
}, {}, string, ComponentProvideOptions, true, {}, any>, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
13205
13260
|
formatter: {
|
|
13206
13261
|
type: PropType<FormatFunction<PostalCodeString>>;
|
|
@@ -13707,11 +13762,15 @@ inputNode: HTMLInputElement;
|
|
|
13707
13762
|
onSelect?: ((option: string) => any) | undefined;
|
|
13708
13763
|
onClose?: (() => any) | undefined;
|
|
13709
13764
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13710
|
-
IComboboxToggleButton: DefineComponent< {
|
|
13765
|
+
IComboboxToggleButton: DefineComponent< {
|
|
13766
|
+
isOpen: boolean;
|
|
13767
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
13711
13768
|
toggle: () => any;
|
|
13712
|
-
}, string, PublicProps, Readonly<{
|
|
13769
|
+
}, string, PublicProps, Readonly<{
|
|
13770
|
+
isOpen: boolean;
|
|
13771
|
+
}> & Readonly<{
|
|
13713
13772
|
onToggle?: (() => any) | undefined;
|
|
13714
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
13773
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
13715
13774
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
13716
13775
|
FIcon: DefineComponent<ExtractPropTypes< {
|
|
13717
13776
|
name: {
|
|
@@ -14329,11 +14388,15 @@ inputNode: HTMLInputElement;
|
|
|
14329
14388
|
onSelect?: ((option: string) => any) | undefined;
|
|
14330
14389
|
onClose?: (() => any) | undefined;
|
|
14331
14390
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14332
|
-
IComboboxToggleButton: DefineComponent< {
|
|
14391
|
+
IComboboxToggleButton: DefineComponent< {
|
|
14392
|
+
isOpen: boolean;
|
|
14393
|
+
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14333
14394
|
toggle: () => any;
|
|
14334
|
-
}, string, PublicProps, Readonly<{
|
|
14395
|
+
}, string, PublicProps, Readonly<{
|
|
14396
|
+
isOpen: boolean;
|
|
14397
|
+
}> & Readonly<{
|
|
14335
14398
|
onToggle?: (() => any) | undefined;
|
|
14336
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
14399
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
14337
14400
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
14338
14401
|
|
|
14339
14402
|
declare const __VLS_export_66: DefineComponent<ExtractPropTypes< {
|
|
@@ -14473,6 +14536,7 @@ width: string;
|
|
|
14473
14536
|
position: string;
|
|
14474
14537
|
visibility: string;
|
|
14475
14538
|
height: string;
|
|
14539
|
+
color: string;
|
|
14476
14540
|
};
|
|
14477
14541
|
openedStyle: {
|
|
14478
14542
|
height: string;
|
|
@@ -17017,11 +17081,11 @@ onSelect?: ((option: string) => any) | undefined;
|
|
|
17017
17081
|
onClose?: (() => any) | undefined;
|
|
17018
17082
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17019
17083
|
|
|
17020
|
-
declare const __VLS_export_83: DefineComponent<
|
|
17084
|
+
declare const __VLS_export_83: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
17021
17085
|
toggle: () => any;
|
|
17022
|
-
}, string, PublicProps, Readonly<
|
|
17086
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
17023
17087
|
onToggle?: (() => any) | undefined;
|
|
17024
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions,
|
|
17088
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
17025
17089
|
|
|
17026
17090
|
declare const __VLS_export_84: DefineComponent<ExtractPropTypes< {
|
|
17027
17091
|
defaultComponent: {
|
|
@@ -17346,6 +17410,13 @@ declare type __VLS_Props_6 = {
|
|
|
17346
17410
|
inputNode: HTMLInputElement;
|
|
17347
17411
|
};
|
|
17348
17412
|
|
|
17413
|
+
declare type __VLS_Props_7 = {
|
|
17414
|
+
/**
|
|
17415
|
+
* Indicates whether the dropdown is open or not.
|
|
17416
|
+
*/
|
|
17417
|
+
isOpen: boolean;
|
|
17418
|
+
};
|
|
17419
|
+
|
|
17349
17420
|
declare type __VLS_Slots = {} & {
|
|
17350
17421
|
default?: (props: typeof __VLS_1) => any;
|
|
17351
17422
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/vue",
|
|
3
|
-
"version": "6.36.
|
|
3
|
+
"version": "6.36.1",
|
|
4
4
|
"description": "Vue implementation of FKUI components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fkui",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"@fkui/date": "^6.36.0",
|
|
70
|
-
"@fkui/design": "^6.36.
|
|
71
|
-
"@fkui/logic": "^6.36.
|
|
70
|
+
"@fkui/design": "^6.36.1",
|
|
71
|
+
"@fkui/logic": "^6.36.1",
|
|
72
72
|
"fk-icons": "^4.30.1",
|
|
73
73
|
"html-validate": ">= 7.9.0",
|
|
74
74
|
"vue": "^3.5.0"
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"node": ">= 20",
|
|
86
86
|
"npm": ">= 7"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "f7a483a5b7d9d82393aa117e737ac75f8a6b3010"
|
|
89
89
|
}
|