@oub/fusion 0.2.169 → 0.2.171
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/fusion.js +1118 -1102
- package/dist/fusion.umd.cjs +5 -5
- package/dist/lib/components/common/country/CountrySelectList.vue.d.ts +9 -0
- package/dist/lib/components/common/list-box/FusionListBox.vue.d.ts +9 -0
- package/dist/lib/components/common/menu/menu-item/FusionMenuItem.vue.d.ts +9 -0
- package/dist/lib/components/form/date-picker/FusionDatePicker.vue.d.ts +1 -1
- package/dist/lib/components/form/file-uploader/components/FileUploaderList.vue.d.ts +2 -2
- package/dist/lib/components/form/phone/FusionPhoneInput.vue.d.ts +18 -0
- package/dist/lib/components/form/searchable-input/FusionSearchableInput.vue.d.ts +9 -0
- package/dist/lib/components/form/select/FusionSelect.vue.d.ts +9 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -82,6 +82,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
82
|
type: BooleanConstructor;
|
|
83
83
|
default: boolean;
|
|
84
84
|
};
|
|
85
|
+
showCheck: {
|
|
86
|
+
type: BooleanConstructor;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
85
89
|
href: {
|
|
86
90
|
type: StringConstructor;
|
|
87
91
|
default: string;
|
|
@@ -132,6 +136,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
132
136
|
type: BooleanConstructor;
|
|
133
137
|
default: boolean;
|
|
134
138
|
};
|
|
139
|
+
showCheck: {
|
|
140
|
+
type: BooleanConstructor;
|
|
141
|
+
default: boolean;
|
|
142
|
+
};
|
|
135
143
|
href: {
|
|
136
144
|
type: StringConstructor;
|
|
137
145
|
default: string;
|
|
@@ -147,6 +155,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
147
155
|
disabled: boolean;
|
|
148
156
|
selectable: boolean;
|
|
149
157
|
selected: boolean;
|
|
158
|
+
showCheck: boolean;
|
|
150
159
|
href: string;
|
|
151
160
|
target: string;
|
|
152
161
|
}, {}, {
|
|
@@ -330,6 +330,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
330
330
|
type: BooleanConstructor;
|
|
331
331
|
default: boolean;
|
|
332
332
|
};
|
|
333
|
+
showCheck: {
|
|
334
|
+
type: BooleanConstructor;
|
|
335
|
+
default: boolean;
|
|
336
|
+
};
|
|
333
337
|
href: {
|
|
334
338
|
type: StringConstructor;
|
|
335
339
|
default: string;
|
|
@@ -380,6 +384,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
380
384
|
type: BooleanConstructor;
|
|
381
385
|
default: boolean;
|
|
382
386
|
};
|
|
387
|
+
showCheck: {
|
|
388
|
+
type: BooleanConstructor;
|
|
389
|
+
default: boolean;
|
|
390
|
+
};
|
|
383
391
|
href: {
|
|
384
392
|
type: StringConstructor;
|
|
385
393
|
default: string;
|
|
@@ -395,6 +403,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
395
403
|
disabled: boolean;
|
|
396
404
|
selectable: boolean;
|
|
397
405
|
selected: boolean;
|
|
406
|
+
showCheck: boolean;
|
|
398
407
|
href: string;
|
|
399
408
|
target: string;
|
|
400
409
|
}, {}, {
|
|
@@ -17,6 +17,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
17
|
type: BooleanConstructor;
|
|
18
18
|
default: boolean;
|
|
19
19
|
};
|
|
20
|
+
showCheck: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
20
24
|
href: {
|
|
21
25
|
type: StringConstructor;
|
|
22
26
|
default: string;
|
|
@@ -67,6 +71,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
71
|
type: BooleanConstructor;
|
|
68
72
|
default: boolean;
|
|
69
73
|
};
|
|
74
|
+
showCheck: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
70
78
|
href: {
|
|
71
79
|
type: StringConstructor;
|
|
72
80
|
default: string;
|
|
@@ -82,6 +90,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
90
|
disabled: boolean;
|
|
83
91
|
selectable: boolean;
|
|
84
92
|
selected: boolean;
|
|
93
|
+
showCheck: boolean;
|
|
85
94
|
href: string;
|
|
86
95
|
target: string;
|
|
87
96
|
}, {}, {
|
|
@@ -164,7 +164,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
164
164
|
showContent: {
|
|
165
165
|
type: BooleanConstructor;
|
|
166
166
|
required: false;
|
|
167
|
-
default: boolean;
|
|
167
|
+
/** @type { [typeof __VLS_components.FusionDivider, ] } */ default: boolean;
|
|
168
168
|
};
|
|
169
169
|
}>, {}, {}, {
|
|
170
170
|
clampedPercentage(): number;
|
|
@@ -183,7 +183,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
183
183
|
showContent: {
|
|
184
184
|
type: BooleanConstructor;
|
|
185
185
|
required: false;
|
|
186
|
-
default: boolean;
|
|
186
|
+
/** @type { [typeof __VLS_components.FusionDivider, ] } */ default: boolean;
|
|
187
187
|
};
|
|
188
188
|
}>> & Readonly<{}>, {
|
|
189
189
|
label: string;
|
|
@@ -269,6 +269,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
269
269
|
type: BooleanConstructor;
|
|
270
270
|
default: boolean;
|
|
271
271
|
};
|
|
272
|
+
showCheck: {
|
|
273
|
+
type: BooleanConstructor;
|
|
274
|
+
default: boolean;
|
|
275
|
+
};
|
|
272
276
|
href: {
|
|
273
277
|
type: StringConstructor;
|
|
274
278
|
default: string;
|
|
@@ -319,6 +323,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
319
323
|
type: BooleanConstructor;
|
|
320
324
|
default: boolean;
|
|
321
325
|
};
|
|
326
|
+
showCheck: {
|
|
327
|
+
type: BooleanConstructor;
|
|
328
|
+
default: boolean;
|
|
329
|
+
};
|
|
322
330
|
href: {
|
|
323
331
|
type: StringConstructor;
|
|
324
332
|
default: string;
|
|
@@ -334,6 +342,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
334
342
|
disabled: boolean;
|
|
335
343
|
selectable: boolean;
|
|
336
344
|
selected: boolean;
|
|
345
|
+
showCheck: boolean;
|
|
337
346
|
href: string;
|
|
338
347
|
target: string;
|
|
339
348
|
}, {}, {
|
|
@@ -670,6 +679,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
670
679
|
type: BooleanConstructor;
|
|
671
680
|
default: boolean;
|
|
672
681
|
};
|
|
682
|
+
showCheck: {
|
|
683
|
+
type: BooleanConstructor;
|
|
684
|
+
default: boolean;
|
|
685
|
+
};
|
|
673
686
|
href: {
|
|
674
687
|
type: StringConstructor;
|
|
675
688
|
default: string;
|
|
@@ -720,6 +733,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
720
733
|
type: BooleanConstructor;
|
|
721
734
|
default: boolean;
|
|
722
735
|
};
|
|
736
|
+
showCheck: {
|
|
737
|
+
type: BooleanConstructor;
|
|
738
|
+
default: boolean;
|
|
739
|
+
};
|
|
723
740
|
href: {
|
|
724
741
|
type: StringConstructor;
|
|
725
742
|
default: string;
|
|
@@ -735,6 +752,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
735
752
|
disabled: boolean;
|
|
736
753
|
selectable: boolean;
|
|
737
754
|
selected: boolean;
|
|
755
|
+
showCheck: boolean;
|
|
738
756
|
href: string;
|
|
739
757
|
target: string;
|
|
740
758
|
}, {}, {
|
|
@@ -738,6 +738,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
738
738
|
type: BooleanConstructor;
|
|
739
739
|
default: boolean;
|
|
740
740
|
};
|
|
741
|
+
showCheck: {
|
|
742
|
+
type: BooleanConstructor;
|
|
743
|
+
default: boolean;
|
|
744
|
+
};
|
|
741
745
|
href: {
|
|
742
746
|
type: StringConstructor;
|
|
743
747
|
default: string;
|
|
@@ -788,6 +792,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
788
792
|
type: BooleanConstructor;
|
|
789
793
|
default: boolean;
|
|
790
794
|
};
|
|
795
|
+
showCheck: {
|
|
796
|
+
type: BooleanConstructor;
|
|
797
|
+
default: boolean;
|
|
798
|
+
};
|
|
791
799
|
href: {
|
|
792
800
|
type: StringConstructor;
|
|
793
801
|
default: string;
|
|
@@ -803,6 +811,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
803
811
|
disabled: boolean;
|
|
804
812
|
selectable: boolean;
|
|
805
813
|
selected: boolean;
|
|
814
|
+
showCheck: boolean;
|
|
806
815
|
href: string;
|
|
807
816
|
target: string;
|
|
808
817
|
}, {}, {
|
|
@@ -572,6 +572,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
572
572
|
type: BooleanConstructor;
|
|
573
573
|
default: boolean;
|
|
574
574
|
};
|
|
575
|
+
showCheck: {
|
|
576
|
+
type: BooleanConstructor;
|
|
577
|
+
default: boolean;
|
|
578
|
+
};
|
|
575
579
|
href: {
|
|
576
580
|
type: StringConstructor;
|
|
577
581
|
default: string;
|
|
@@ -622,6 +626,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
622
626
|
type: BooleanConstructor;
|
|
623
627
|
default: boolean;
|
|
624
628
|
};
|
|
629
|
+
showCheck: {
|
|
630
|
+
type: BooleanConstructor;
|
|
631
|
+
default: boolean;
|
|
632
|
+
};
|
|
625
633
|
href: {
|
|
626
634
|
type: StringConstructor;
|
|
627
635
|
default: string;
|
|
@@ -637,6 +645,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
637
645
|
disabled: boolean;
|
|
638
646
|
selectable: boolean;
|
|
639
647
|
selected: boolean;
|
|
648
|
+
showCheck: boolean;
|
|
640
649
|
href: string;
|
|
641
650
|
target: string;
|
|
642
651
|
}, {}, {
|