@oub/fusion 0.2.106 → 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 +6885 -7131
- package/dist/fusion.umd.cjs +7 -7
- 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 -11
- 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,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
id: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
type: StringConstructor;
|
|
60
60
|
default: string;
|
|
61
61
|
};
|
|
62
|
-
}
|
|
62
|
+
}>, {}, {
|
|
63
63
|
inputValue: string;
|
|
64
64
|
styleVariables: {};
|
|
65
65
|
interactionStates: {
|
|
@@ -80,7 +80,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
80
|
handleMouseover(): void;
|
|
81
81
|
handleMouseleave(): void;
|
|
82
82
|
focus(): void;
|
|
83
|
-
}, import(
|
|
83
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input:focus" | "input:blur" | "keydown:enter" | "update:input")[], "input:focus" | "input:blur" | "keydown:enter" | "update:input", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
84
84
|
id: {
|
|
85
85
|
type: StringConstructor;
|
|
86
86
|
required: true;
|
|
@@ -141,24 +141,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
141
141
|
type: StringConstructor;
|
|
142
142
|
default: string;
|
|
143
143
|
};
|
|
144
|
-
}>> & {
|
|
145
|
-
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
144
|
+
}>> & Readonly<{
|
|
146
145
|
"onInput:focus"?: ((...args: any[]) => any) | undefined;
|
|
146
|
+
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
147
147
|
"onKeydown:enter"?: ((...args: any[]) => any) | undefined;
|
|
148
148
|
"onUpdate:input"?: ((...args: any[]) => any) | undefined;
|
|
149
|
-
}
|
|
149
|
+
}>, {
|
|
150
|
+
type: string;
|
|
151
|
+
dataTest: string;
|
|
150
152
|
input: string;
|
|
151
153
|
label: string;
|
|
152
154
|
title: string;
|
|
153
|
-
dataTest: string;
|
|
154
|
-
type: string;
|
|
155
|
-
disabled: boolean;
|
|
156
155
|
required: boolean;
|
|
156
|
+
disabled: boolean;
|
|
157
157
|
placeholder: string;
|
|
158
|
-
readonly: boolean;
|
|
159
|
-
autocomplete: string;
|
|
160
158
|
helperLabel: string;
|
|
161
159
|
errorLabel: string;
|
|
160
|
+
readonly: boolean;
|
|
162
161
|
tabIndex: number;
|
|
163
|
-
|
|
162
|
+
autocomplete: string;
|
|
163
|
+
}, {}, {
|
|
164
|
+
SVGExclamationTriangle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
165
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
164
166
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
id: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
type: StringConstructor;
|
|
52
52
|
default: string;
|
|
53
53
|
};
|
|
54
|
-
}
|
|
54
|
+
}>, {}, {
|
|
55
55
|
inputValue: string;
|
|
56
56
|
interactionStates: {
|
|
57
57
|
focused: boolean;
|
|
@@ -62,7 +62,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
handleFocus(): void;
|
|
63
63
|
handleBlur(): void;
|
|
64
64
|
handleKeydownEnter(): void;
|
|
65
|
-
}, import(
|
|
65
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input:focus" | "input:blur" | "keydown:enter" | "update:input")[], "input:focus" | "input:blur" | "keydown:enter" | "update:input", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
66
66
|
id: {
|
|
67
67
|
type: StringConstructor;
|
|
68
68
|
required: true;
|
|
@@ -115,21 +115,307 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
115
115
|
type: StringConstructor;
|
|
116
116
|
default: string;
|
|
117
117
|
};
|
|
118
|
-
}>> & {
|
|
119
|
-
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
118
|
+
}>> & Readonly<{
|
|
120
119
|
"onInput:focus"?: ((...args: any[]) => any) | undefined;
|
|
120
|
+
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
121
121
|
"onKeydown:enter"?: ((...args: any[]) => any) | undefined;
|
|
122
122
|
"onUpdate:input"?: ((...args: any[]) => any) | undefined;
|
|
123
|
-
}
|
|
124
|
-
input: string;
|
|
123
|
+
}>, {
|
|
125
124
|
dataTest: string;
|
|
126
|
-
|
|
125
|
+
input: string;
|
|
127
126
|
required: boolean;
|
|
127
|
+
disabled: boolean;
|
|
128
128
|
placeholder: string;
|
|
129
|
-
autocomplete: string;
|
|
130
129
|
helperLabel: string;
|
|
131
130
|
errorLabel: string;
|
|
132
131
|
tabIndex: number;
|
|
132
|
+
autocomplete: string;
|
|
133
133
|
showCheckbox: boolean;
|
|
134
|
-
}, {}
|
|
134
|
+
}, {}, {
|
|
135
|
+
FusionInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
136
|
+
id: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
required: true;
|
|
139
|
+
};
|
|
140
|
+
name: {
|
|
141
|
+
type: StringConstructor;
|
|
142
|
+
required: true;
|
|
143
|
+
};
|
|
144
|
+
label: {
|
|
145
|
+
type: StringConstructor;
|
|
146
|
+
default: string;
|
|
147
|
+
};
|
|
148
|
+
placeholder: {
|
|
149
|
+
type: StringConstructor;
|
|
150
|
+
default: string;
|
|
151
|
+
};
|
|
152
|
+
helperLabel: {
|
|
153
|
+
type: StringConstructor;
|
|
154
|
+
default: string;
|
|
155
|
+
};
|
|
156
|
+
errorLabel: {
|
|
157
|
+
type: StringConstructor;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
input: {
|
|
161
|
+
type: StringConstructor;
|
|
162
|
+
default: string;
|
|
163
|
+
};
|
|
164
|
+
required: {
|
|
165
|
+
type: BooleanConstructor;
|
|
166
|
+
default: boolean;
|
|
167
|
+
};
|
|
168
|
+
tabIndex: {
|
|
169
|
+
type: NumberConstructor;
|
|
170
|
+
default: number;
|
|
171
|
+
};
|
|
172
|
+
autocomplete: {
|
|
173
|
+
type: StringConstructor;
|
|
174
|
+
default: string;
|
|
175
|
+
};
|
|
176
|
+
title: {
|
|
177
|
+
type: StringConstructor;
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
180
|
+
disabled: {
|
|
181
|
+
type: BooleanConstructor;
|
|
182
|
+
default: boolean;
|
|
183
|
+
};
|
|
184
|
+
readonly: {
|
|
185
|
+
type: BooleanConstructor;
|
|
186
|
+
default: boolean;
|
|
187
|
+
};
|
|
188
|
+
type: {
|
|
189
|
+
type: StringConstructor;
|
|
190
|
+
default: string;
|
|
191
|
+
};
|
|
192
|
+
dataTest: {
|
|
193
|
+
type: StringConstructor;
|
|
194
|
+
default: string;
|
|
195
|
+
};
|
|
196
|
+
}>, {}, {
|
|
197
|
+
inputValue: string;
|
|
198
|
+
styleVariables: {};
|
|
199
|
+
interactionStates: {
|
|
200
|
+
focused: boolean;
|
|
201
|
+
hover: boolean;
|
|
202
|
+
};
|
|
203
|
+
}, {
|
|
204
|
+
stateClasses(): {
|
|
205
|
+
disabled: boolean;
|
|
206
|
+
error: boolean;
|
|
207
|
+
icon: boolean;
|
|
208
|
+
};
|
|
209
|
+
}, {
|
|
210
|
+
updateInput(): void;
|
|
211
|
+
handleFocus(): void;
|
|
212
|
+
handleBlur(): void;
|
|
213
|
+
handleKeydownEnter(): void;
|
|
214
|
+
handleMouseover(): void;
|
|
215
|
+
handleMouseleave(): void;
|
|
216
|
+
focus(): void;
|
|
217
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input:focus" | "input:blur" | "keydown:enter" | "update:input")[], "input:focus" | "input:blur" | "keydown:enter" | "update:input", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
218
|
+
id: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
required: true;
|
|
221
|
+
};
|
|
222
|
+
name: {
|
|
223
|
+
type: StringConstructor;
|
|
224
|
+
required: true;
|
|
225
|
+
};
|
|
226
|
+
label: {
|
|
227
|
+
type: StringConstructor;
|
|
228
|
+
default: string;
|
|
229
|
+
};
|
|
230
|
+
placeholder: {
|
|
231
|
+
type: StringConstructor;
|
|
232
|
+
default: string;
|
|
233
|
+
};
|
|
234
|
+
helperLabel: {
|
|
235
|
+
type: StringConstructor;
|
|
236
|
+
default: string;
|
|
237
|
+
};
|
|
238
|
+
errorLabel: {
|
|
239
|
+
type: StringConstructor;
|
|
240
|
+
default: string;
|
|
241
|
+
};
|
|
242
|
+
input: {
|
|
243
|
+
type: StringConstructor;
|
|
244
|
+
default: string;
|
|
245
|
+
};
|
|
246
|
+
required: {
|
|
247
|
+
type: BooleanConstructor;
|
|
248
|
+
default: boolean;
|
|
249
|
+
};
|
|
250
|
+
tabIndex: {
|
|
251
|
+
type: NumberConstructor;
|
|
252
|
+
default: number;
|
|
253
|
+
};
|
|
254
|
+
autocomplete: {
|
|
255
|
+
type: StringConstructor;
|
|
256
|
+
default: string;
|
|
257
|
+
};
|
|
258
|
+
title: {
|
|
259
|
+
type: StringConstructor;
|
|
260
|
+
default: string;
|
|
261
|
+
};
|
|
262
|
+
disabled: {
|
|
263
|
+
type: BooleanConstructor;
|
|
264
|
+
default: boolean;
|
|
265
|
+
};
|
|
266
|
+
readonly: {
|
|
267
|
+
type: BooleanConstructor;
|
|
268
|
+
default: boolean;
|
|
269
|
+
};
|
|
270
|
+
type: {
|
|
271
|
+
type: StringConstructor;
|
|
272
|
+
default: string;
|
|
273
|
+
};
|
|
274
|
+
dataTest: {
|
|
275
|
+
type: StringConstructor;
|
|
276
|
+
default: string;
|
|
277
|
+
};
|
|
278
|
+
}>> & Readonly<{
|
|
279
|
+
"onInput:focus"?: ((...args: any[]) => any) | undefined;
|
|
280
|
+
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
281
|
+
"onKeydown:enter"?: ((...args: any[]) => any) | undefined;
|
|
282
|
+
"onUpdate:input"?: ((...args: any[]) => any) | undefined;
|
|
283
|
+
}>, {
|
|
284
|
+
type: string;
|
|
285
|
+
dataTest: string;
|
|
286
|
+
input: string;
|
|
287
|
+
label: string;
|
|
288
|
+
title: string;
|
|
289
|
+
required: boolean;
|
|
290
|
+
disabled: boolean;
|
|
291
|
+
placeholder: string;
|
|
292
|
+
helperLabel: string;
|
|
293
|
+
errorLabel: string;
|
|
294
|
+
readonly: boolean;
|
|
295
|
+
tabIndex: number;
|
|
296
|
+
autocomplete: string;
|
|
297
|
+
}, {}, {
|
|
298
|
+
SVGExclamationTriangle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
299
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
300
|
+
FusionCheckbox: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
301
|
+
label: {
|
|
302
|
+
type: StringConstructor;
|
|
303
|
+
required: false;
|
|
304
|
+
default: string;
|
|
305
|
+
};
|
|
306
|
+
helperText: {
|
|
307
|
+
type: StringConstructor;
|
|
308
|
+
required: false;
|
|
309
|
+
default: string;
|
|
310
|
+
};
|
|
311
|
+
defaultValue: {
|
|
312
|
+
type: BooleanConstructor;
|
|
313
|
+
required: false;
|
|
314
|
+
default: boolean;
|
|
315
|
+
};
|
|
316
|
+
name: {
|
|
317
|
+
type: StringConstructor;
|
|
318
|
+
required: false;
|
|
319
|
+
default: string;
|
|
320
|
+
};
|
|
321
|
+
value: {
|
|
322
|
+
type: StringConstructor;
|
|
323
|
+
required: false;
|
|
324
|
+
default: string;
|
|
325
|
+
};
|
|
326
|
+
disabled: {
|
|
327
|
+
type: BooleanConstructor;
|
|
328
|
+
required: false;
|
|
329
|
+
default: boolean;
|
|
330
|
+
};
|
|
331
|
+
tabIndex: {
|
|
332
|
+
type: NumberConstructor;
|
|
333
|
+
default: number;
|
|
334
|
+
};
|
|
335
|
+
dataTest: {
|
|
336
|
+
type: StringConstructor;
|
|
337
|
+
default: string;
|
|
338
|
+
};
|
|
339
|
+
error: {
|
|
340
|
+
type: BooleanConstructor;
|
|
341
|
+
default: boolean;
|
|
342
|
+
};
|
|
343
|
+
focusable: {
|
|
344
|
+
type: BooleanConstructor;
|
|
345
|
+
default: boolean;
|
|
346
|
+
};
|
|
347
|
+
}>, {}, {
|
|
348
|
+
checked: boolean;
|
|
349
|
+
}, {
|
|
350
|
+
stateClasses(): {
|
|
351
|
+
disabled: boolean;
|
|
352
|
+
"gap-xs": boolean;
|
|
353
|
+
error: boolean;
|
|
354
|
+
};
|
|
355
|
+
}, {
|
|
356
|
+
handleChange(e: Event): void;
|
|
357
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
358
|
+
label: {
|
|
359
|
+
type: StringConstructor;
|
|
360
|
+
required: false;
|
|
361
|
+
default: string;
|
|
362
|
+
};
|
|
363
|
+
helperText: {
|
|
364
|
+
type: StringConstructor;
|
|
365
|
+
required: false;
|
|
366
|
+
default: string;
|
|
367
|
+
};
|
|
368
|
+
defaultValue: {
|
|
369
|
+
type: BooleanConstructor;
|
|
370
|
+
required: false;
|
|
371
|
+
default: boolean;
|
|
372
|
+
};
|
|
373
|
+
name: {
|
|
374
|
+
type: StringConstructor;
|
|
375
|
+
required: false;
|
|
376
|
+
default: string;
|
|
377
|
+
};
|
|
378
|
+
value: {
|
|
379
|
+
type: StringConstructor;
|
|
380
|
+
required: false;
|
|
381
|
+
default: string;
|
|
382
|
+
};
|
|
383
|
+
disabled: {
|
|
384
|
+
type: BooleanConstructor;
|
|
385
|
+
required: false;
|
|
386
|
+
default: boolean;
|
|
387
|
+
};
|
|
388
|
+
tabIndex: {
|
|
389
|
+
type: NumberConstructor;
|
|
390
|
+
default: number;
|
|
391
|
+
};
|
|
392
|
+
dataTest: {
|
|
393
|
+
type: StringConstructor;
|
|
394
|
+
default: string;
|
|
395
|
+
};
|
|
396
|
+
error: {
|
|
397
|
+
type: BooleanConstructor;
|
|
398
|
+
default: boolean;
|
|
399
|
+
};
|
|
400
|
+
focusable: {
|
|
401
|
+
type: BooleanConstructor;
|
|
402
|
+
default: boolean;
|
|
403
|
+
};
|
|
404
|
+
}>> & Readonly<{
|
|
405
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
406
|
+
}>, {
|
|
407
|
+
name: string;
|
|
408
|
+
dataTest: string;
|
|
409
|
+
label: string;
|
|
410
|
+
disabled: boolean;
|
|
411
|
+
value: string;
|
|
412
|
+
tabIndex: number;
|
|
413
|
+
error: boolean;
|
|
414
|
+
defaultValue: boolean;
|
|
415
|
+
helperText: string;
|
|
416
|
+
focusable: boolean;
|
|
417
|
+
}, {}, {
|
|
418
|
+
SVGTick: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
419
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
420
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
135
421
|
export default _default;
|