@oub/fusion 0.2.105 → 0.2.107
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 +6913 -7156
- package/dist/fusion.umd.cjs +6 -6
- package/dist/lib/base/classes/BaseTokens.d.ts +2 -2
- package/dist/lib/components/common/banner/FusionBanner.vue.d.ts +141 -9
- package/dist/lib/components/common/bars/action-bar/FusionActionBar.vue.d.ts +1 -1
- package/dist/lib/components/common/bars/footer/FusionFooterBar.vue.d.ts +136 -8
- package/dist/lib/components/common/bars/subheading-bar/FusionSubheadingBar.vue.d.ts +3 -3
- package/dist/lib/components/common/bars/toolbar/FusionToolBar.vue.d.ts +134 -6
- package/dist/lib/components/common/card/FusionCard.vue.d.ts +10 -8
- package/dist/lib/components/common/circular-progress-bar/FusionCircularProgressIndicatorLabelCollection.vue.d.ts +122 -7
- package/dist/lib/components/common/circular-progress-bar/circular-progress-indicator/FusionCircularProgressIndicator.vue.d.ts +7 -7
- package/dist/lib/components/common/circular-progress-bar/circular-progress-indicator-label/FusionCircularProgressIndicatorLabel.vue.d.ts +7 -4
- package/dist/lib/components/common/circular-progress-bar/circular-progress-indicator-label/FusionCircularProgressIndicatorLabelChecklist.vue.d.ts +32 -7
- package/dist/lib/components/common/country/CountrySelectDropdown.vue.d.ts +11 -8
- package/dist/lib/components/common/country/CountrySelectList.vue.d.ts +87 -7
- package/dist/lib/components/common/date-picker/FusionDatePicker.vue.d.ts +17 -13
- package/dist/lib/components/common/date-picker/FusionMonthDatePicker.vue.d.ts +17 -13
- package/dist/lib/components/common/date-picker/FusionRangeDatePicker.vue.d.ts +18 -14
- package/dist/lib/components/common/divider/FusionDivider.vue.d.ts +1 -1
- package/dist/lib/components/common/key-value-pair/FusionKeyValuePair.vue.d.ts +172 -10
- package/dist/lib/components/common/list/FusionListItem.vue.d.ts +10 -8
- package/dist/lib/components/common/loading-spinner/FusionLoadingSpinner.vue.d.ts +4 -4
- package/dist/lib/components/common/menu/FusionContextMenu.vue.d.ts +4 -2
- package/dist/lib/components/common/menu/menu-item/FusionMenuItem.vue.d.ts +10 -8
- package/dist/lib/components/common/modal/FusionModal.vue.d.ts +406 -9
- package/dist/lib/components/common/modal/modal-footer/FusionModalFooter.vue.d.ts +137 -9
- package/dist/lib/components/common/modal/modal-header/FusionModalHeader.vue.d.ts +134 -6
- package/dist/lib/components/common/numeric-input-stepper/FusionNumericInputStepper.vue.d.ts +137 -8
- package/dist/lib/components/common/panel/FusionPanel.vue.d.ts +280 -10
- package/dist/lib/components/common/platform-bar/FusionPlatformBar.vue.d.ts +1 -1
- package/dist/lib/components/common/progress-bar/FusionProgressBar.vue.d.ts +55 -8
- package/dist/lib/components/common/progress-bar/FusionProgressBarStep.vue.d.ts +4 -4
- package/dist/lib/components/common/side-navigation/FusionSideNavigation.vue.d.ts +134 -6
- package/dist/lib/components/common/side-navigation/side-navigation-item/FusionSideNavigationItem.vue.d.ts +6 -6
- package/dist/lib/components/common/tag/FusionTag.vue.d.ts +7 -7
- package/dist/lib/components/common/toast/FusionToastMessage.vue.d.ts +15 -9
- package/dist/lib/components/common/widget/FusionWidget.vue.d.ts +6 -4
- package/dist/lib/components/form/button/FusionButton.vue.d.ts +35 -12
- package/dist/lib/components/form/checkbox/FusionCheckbox.vue.d.ts +11 -9
- package/dist/lib/components/form/checkbox/FusionCheckboxGroup.vue.d.ts +129 -7
- package/dist/lib/components/form/file-uploader/button/FusionFileUploaderButton.vue.d.ts +429 -10
- package/dist/lib/components/form/file-uploader/components/FileUploaderList.vue.d.ts +272 -7
- package/dist/lib/components/form/file-uploader/components/FileUploaderListItem.vue.d.ts +239 -9
- package/dist/lib/components/form/icon-button/FusionIconButton.vue.d.ts +34 -11
- package/dist/lib/components/form/input/FusionInput.d.ts +1 -2
- package/dist/lib/components/form/input/FusionInput.vue.d.ts +14 -12
- package/dist/lib/components/form/password-input/FusionPasswordInput.d.ts +1 -2
- package/dist/lib/components/form/password-input/FusionPasswordInput.vue.d.ts +296 -10
- package/dist/lib/components/form/phone/FusionPhoneInput.d.ts +1 -2
- package/dist/lib/components/form/phone/FusionPhoneInput.vue.d.ts +590 -12
- package/dist/lib/components/form/radio/FusionRadio.vue.d.ts +11 -11
- package/dist/lib/components/form/radio/FusionRadioGroup.vue.d.ts +115 -7
- package/dist/lib/components/form/searchable-input/FusionSearchableInput.d.ts +1 -2
- package/dist/lib/components/form/searchable-input/FusionSearchableInput.vue.d.ts +566 -16
- package/dist/lib/components/form/select/FusionSelect.vue.d.ts +401 -15
- package/dist/lib/components/form/textarea/FusionTextarea.vue.d.ts +17 -15
- package/dist/lib/components/link/text/FusionTextLink.d.ts +1 -2
- package/dist/lib/components/link/text/FusionTextLink.vue.d.ts +13 -13
- package/dist/lib/components/svgs/SVGArrowDown.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGArrowLeft.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGArrowRight.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGBin.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGCalendar.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGCheckCircle.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGClose.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGDecrement.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGExclamationCircle.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGExclamationTriangle.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGImagePlaceholder.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGInbox.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGIncrement.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGInformationCircle.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGSearch.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGTick.vue.d.ts +1 -1
- package/dist/lib/components/svgs/SVGXMark.vue.d.ts +1 -1
- package/dist/lib/main.d.ts +42 -42
- package/dist/style.css +1 -1
- package/dist/types/Global.d.ts +1 -2
- package/dist/types/Themes.d.ts +1 -2
- package/dist/types/components/FusionCheckboxGroup.d.ts +1 -2
- package/dist/types/components/FusionFileUploader.d.ts +1 -2
- package/dist/types/components/FusionRadioGroup.d.ts +1 -2
- package/dist/types/index.d.ts +1 -0
- package/dist/utilities.css +1 -1
- package/package.json +14 -18
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
declare const _default: import(
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FusionKeyValuePairEmphasis, FusionKeyValuePairOrder } from '../../../../types/components/FusionKeyValuePair';
|
|
3
|
+
import { FusionButtonVariantStyle, FusionButtonVariantType } from '../../../../types/components/FusionTag';
|
|
4
|
+
import { VariantTypes, Sizes } from '../../../../types/Global.d.ts';
|
|
5
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
6
|
keyText: {
|
|
7
7
|
type: StringConstructor;
|
|
8
8
|
default: string;
|
|
@@ -76,11 +76,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
76
76
|
type: BooleanConstructor;
|
|
77
77
|
default: boolean;
|
|
78
78
|
};
|
|
79
|
-
}
|
|
79
|
+
}>, {}, {}, {
|
|
80
80
|
orderClass: () => "flex-col" | "flex-col-reverse";
|
|
81
81
|
valueTextEmphasisClass: () => "text-base" | "text-medium" | "text-heading-xl" | "text-heading-3xl";
|
|
82
|
-
showValueContainer: () => string | import(
|
|
83
|
-
}, {}, import(
|
|
82
|
+
showValueContainer: () => string | import('vue').Slot<any> | undefined;
|
|
83
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
84
84
|
keyText: {
|
|
85
85
|
type: StringConstructor;
|
|
86
86
|
default: string;
|
|
@@ -154,7 +154,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
154
154
|
type: BooleanConstructor;
|
|
155
155
|
default: boolean;
|
|
156
156
|
};
|
|
157
|
-
}
|
|
157
|
+
}>> & Readonly<{}>, {
|
|
158
158
|
keyText: string;
|
|
159
159
|
valueText: string;
|
|
160
160
|
order: keyof FusionKeyValuePairOrder;
|
|
@@ -173,5 +173,167 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
173
173
|
linkVariantType: keyof VariantTypes;
|
|
174
174
|
linkSize: keyof Sizes;
|
|
175
175
|
linkDisabled: boolean;
|
|
176
|
-
}, {}
|
|
176
|
+
}, {}, {
|
|
177
|
+
FusionTag: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
178
|
+
variantStyle: {
|
|
179
|
+
type: PropType<keyof FusionButtonVariantStyle>;
|
|
180
|
+
default: string;
|
|
181
|
+
};
|
|
182
|
+
variantType: {
|
|
183
|
+
type: PropType<keyof FusionButtonVariantType>;
|
|
184
|
+
default: string;
|
|
185
|
+
};
|
|
186
|
+
emphasis: {
|
|
187
|
+
type: NumberConstructor;
|
|
188
|
+
default: null;
|
|
189
|
+
};
|
|
190
|
+
label: {
|
|
191
|
+
type: StringConstructor;
|
|
192
|
+
default: string;
|
|
193
|
+
};
|
|
194
|
+
}>, {}, {}, {
|
|
195
|
+
variantTypeClass(): "danger" | "info" | "success" | "warning" | "emphasis-one" | "emphasis-two" | "emphasis-three" | "gradient-primary";
|
|
196
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
197
|
+
variantStyle: {
|
|
198
|
+
type: PropType<keyof FusionButtonVariantStyle>;
|
|
199
|
+
default: string;
|
|
200
|
+
};
|
|
201
|
+
variantType: {
|
|
202
|
+
type: PropType<keyof FusionButtonVariantType>;
|
|
203
|
+
default: string;
|
|
204
|
+
};
|
|
205
|
+
emphasis: {
|
|
206
|
+
type: NumberConstructor;
|
|
207
|
+
default: null;
|
|
208
|
+
};
|
|
209
|
+
label: {
|
|
210
|
+
type: StringConstructor;
|
|
211
|
+
default: string;
|
|
212
|
+
};
|
|
213
|
+
}>> & Readonly<{}>, {
|
|
214
|
+
label: string;
|
|
215
|
+
variantType: keyof FusionButtonVariantType;
|
|
216
|
+
variantStyle: keyof FusionButtonVariantStyle;
|
|
217
|
+
emphasis: number;
|
|
218
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
219
|
+
FusionTextLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
220
|
+
id: {
|
|
221
|
+
type: StringConstructor;
|
|
222
|
+
required: false;
|
|
223
|
+
default: string;
|
|
224
|
+
};
|
|
225
|
+
label: {
|
|
226
|
+
type: StringConstructor;
|
|
227
|
+
required: true;
|
|
228
|
+
};
|
|
229
|
+
href: {
|
|
230
|
+
type: StringConstructor;
|
|
231
|
+
default: string;
|
|
232
|
+
};
|
|
233
|
+
target: {
|
|
234
|
+
type: StringConstructor;
|
|
235
|
+
default: string;
|
|
236
|
+
};
|
|
237
|
+
variantType: {
|
|
238
|
+
type: PropType<keyof VariantTypes>;
|
|
239
|
+
required: false;
|
|
240
|
+
default: string;
|
|
241
|
+
};
|
|
242
|
+
size: {
|
|
243
|
+
type: PropType<keyof Sizes>;
|
|
244
|
+
required: false;
|
|
245
|
+
default: string;
|
|
246
|
+
};
|
|
247
|
+
tabIndex: {
|
|
248
|
+
type: StringConstructor;
|
|
249
|
+
default: string;
|
|
250
|
+
};
|
|
251
|
+
disabled: {
|
|
252
|
+
type: BooleanConstructor;
|
|
253
|
+
default: boolean;
|
|
254
|
+
};
|
|
255
|
+
iconPlacement: {
|
|
256
|
+
type: PropType<keyof import('../../link/text/FusionTextLink').FusionTextLinkIconPlacement>;
|
|
257
|
+
required: false;
|
|
258
|
+
default: string;
|
|
259
|
+
};
|
|
260
|
+
dataTest: {
|
|
261
|
+
type: StringConstructor;
|
|
262
|
+
default: string;
|
|
263
|
+
};
|
|
264
|
+
elementType: {
|
|
265
|
+
type: PropType<import('../../link/text/FusionTextLink').FusionTextLinkElement>;
|
|
266
|
+
default: string;
|
|
267
|
+
};
|
|
268
|
+
}>, {}, {}, {
|
|
269
|
+
sizeClasses(): "fusion-text-link-small" | "fusion-text-link-regular";
|
|
270
|
+
variationClasses(): "" | "fusion-text-link-primary" | "fusion-text-link-secondary";
|
|
271
|
+
iconClasses(): "" | "fusion-text-link-icon-left" | "fusion-text-link-icon-right";
|
|
272
|
+
buttonClasses(): "" | "fusion-text-link-button";
|
|
273
|
+
isButton(): boolean;
|
|
274
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input:focus" | "input:blur")[], "input:focus" | "input:blur", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
275
|
+
id: {
|
|
276
|
+
type: StringConstructor;
|
|
277
|
+
required: false;
|
|
278
|
+
default: string;
|
|
279
|
+
};
|
|
280
|
+
label: {
|
|
281
|
+
type: StringConstructor;
|
|
282
|
+
required: true;
|
|
283
|
+
};
|
|
284
|
+
href: {
|
|
285
|
+
type: StringConstructor;
|
|
286
|
+
default: string;
|
|
287
|
+
};
|
|
288
|
+
target: {
|
|
289
|
+
type: StringConstructor;
|
|
290
|
+
default: string;
|
|
291
|
+
};
|
|
292
|
+
variantType: {
|
|
293
|
+
type: PropType<keyof VariantTypes>;
|
|
294
|
+
required: false;
|
|
295
|
+
default: string;
|
|
296
|
+
};
|
|
297
|
+
size: {
|
|
298
|
+
type: PropType<keyof Sizes>;
|
|
299
|
+
required: false;
|
|
300
|
+
default: string;
|
|
301
|
+
};
|
|
302
|
+
tabIndex: {
|
|
303
|
+
type: StringConstructor;
|
|
304
|
+
default: string;
|
|
305
|
+
};
|
|
306
|
+
disabled: {
|
|
307
|
+
type: BooleanConstructor;
|
|
308
|
+
default: boolean;
|
|
309
|
+
};
|
|
310
|
+
iconPlacement: {
|
|
311
|
+
type: PropType<keyof import('../../link/text/FusionTextLink').FusionTextLinkIconPlacement>;
|
|
312
|
+
required: false;
|
|
313
|
+
default: string;
|
|
314
|
+
};
|
|
315
|
+
dataTest: {
|
|
316
|
+
type: StringConstructor;
|
|
317
|
+
default: string;
|
|
318
|
+
};
|
|
319
|
+
elementType: {
|
|
320
|
+
type: PropType<import('../../link/text/FusionTextLink').FusionTextLinkElement>;
|
|
321
|
+
default: string;
|
|
322
|
+
};
|
|
323
|
+
}>> & Readonly<{
|
|
324
|
+
"onInput:focus"?: ((...args: any[]) => any) | undefined;
|
|
325
|
+
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
326
|
+
}>, {
|
|
327
|
+
dataTest: string;
|
|
328
|
+
id: string;
|
|
329
|
+
variantType: keyof VariantTypes;
|
|
330
|
+
size: keyof Sizes;
|
|
331
|
+
disabled: boolean;
|
|
332
|
+
tabIndex: string;
|
|
333
|
+
href: string;
|
|
334
|
+
target: string;
|
|
335
|
+
iconPlacement: keyof import('../../link/text/FusionTextLink').FusionTextLinkIconPlacement;
|
|
336
|
+
elementType: import('../../link/text/FusionTextLink').FusionTextLinkElement;
|
|
337
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
338
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
177
339
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
disabled: {
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
}
|
|
26
|
+
}>, {}, {
|
|
27
27
|
isHovered: boolean;
|
|
28
28
|
isPressed: boolean;
|
|
29
29
|
}, {
|
|
@@ -48,7 +48,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
handleMouseOut(): void;
|
|
49
49
|
handleMouseDown(): void;
|
|
50
50
|
handleMouseUp(): void;
|
|
51
|
-
}, import(
|
|
51
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:selected"[], "update:selected", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
52
52
|
disabled: {
|
|
53
53
|
type: BooleanConstructor;
|
|
54
54
|
default: boolean;
|
|
@@ -73,14 +73,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
type: BooleanConstructor;
|
|
74
74
|
default: boolean;
|
|
75
75
|
};
|
|
76
|
-
}>> & {
|
|
76
|
+
}>> & Readonly<{
|
|
77
77
|
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
78
|
-
}
|
|
78
|
+
}>, {
|
|
79
79
|
disabled: boolean;
|
|
80
|
+
href: string;
|
|
80
81
|
target: string;
|
|
81
|
-
selected: boolean;
|
|
82
82
|
selectable: boolean;
|
|
83
|
-
|
|
83
|
+
selected: boolean;
|
|
84
84
|
hasBorderBottom: boolean;
|
|
85
|
-
}, {}
|
|
85
|
+
}, {}, {
|
|
86
|
+
SVGTick: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
87
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
86
88
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
spinnerColour: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
default: string;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
type: StringConstructor;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
|
-
}
|
|
10
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
11
|
spinnerColour: {
|
|
12
12
|
type: StringConstructor;
|
|
13
13
|
default: string;
|
|
@@ -16,8 +16,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
type: StringConstructor;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
|
-
}
|
|
19
|
+
}>> & Readonly<{}>, {
|
|
20
20
|
spinnerColour: string;
|
|
21
21
|
dataTest: string;
|
|
22
|
-
}, {}>;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
23
|
export default _default;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click-outside"[], "click-outside", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
2
2
|
"onClick-outside"?: ((...args: any[]) => any) | undefined;
|
|
3
|
-
}, {}, {
|
|
3
|
+
}>, {}, {}, {
|
|
4
|
+
OnClickOutside: import('vue').DefineComponent<import('@vueuse/components').OnClickOutsideProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('@vueuse/components').OnClickOutsideProps>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
6
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
disabled: {
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
type: StringConstructor;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
-
}
|
|
22
|
+
}>, {}, {
|
|
23
23
|
isHovered: boolean;
|
|
24
24
|
isPressed: boolean;
|
|
25
25
|
}, {
|
|
@@ -44,7 +44,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
handleMouseOut(): void;
|
|
45
45
|
handleMouseDown(): void;
|
|
46
46
|
handleMouseUp(): void;
|
|
47
|
-
}, import(
|
|
47
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:selected"[], "update:selected", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
48
48
|
disabled: {
|
|
49
49
|
type: BooleanConstructor;
|
|
50
50
|
default: boolean;
|
|
@@ -65,13 +65,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
65
|
type: StringConstructor;
|
|
66
66
|
default: string;
|
|
67
67
|
};
|
|
68
|
-
}>> & {
|
|
68
|
+
}>> & Readonly<{
|
|
69
69
|
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
70
|
-
}
|
|
70
|
+
}>, {
|
|
71
71
|
disabled: boolean;
|
|
72
|
+
href: string;
|
|
72
73
|
target: string;
|
|
73
|
-
selected: boolean;
|
|
74
74
|
selectable: boolean;
|
|
75
|
-
|
|
76
|
-
}, {}
|
|
75
|
+
selected: boolean;
|
|
76
|
+
}, {}, {
|
|
77
|
+
SVGTick: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
78
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
77
79
|
export default _default;
|