@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,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
declare const _default: import(
|
|
1
|
+
import { Radio } from '../../../../types/components/FusionRadio';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
3
|
label: {
|
|
4
4
|
type: StringConstructor;
|
|
5
5
|
default: string;
|
|
@@ -16,9 +16,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
type: () => Radio[];
|
|
17
17
|
required: true;
|
|
18
18
|
};
|
|
19
|
-
}
|
|
19
|
+
}>, {}, {}, {}, {
|
|
20
20
|
updateValue(index: number, value: string): void;
|
|
21
|
-
}, import(
|
|
21
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:radios"[], "update:radios", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
22
|
label: {
|
|
23
23
|
type: StringConstructor;
|
|
24
24
|
default: string;
|
|
@@ -35,11 +35,119 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
type: () => Radio[];
|
|
36
36
|
required: true;
|
|
37
37
|
};
|
|
38
|
-
}>> & {
|
|
38
|
+
}>> & Readonly<{
|
|
39
39
|
"onUpdate:radios"?: ((...args: any[]) => any) | undefined;
|
|
40
|
-
}
|
|
40
|
+
}>, {
|
|
41
41
|
label: string;
|
|
42
42
|
helperText: string;
|
|
43
43
|
errorText: string;
|
|
44
|
-
}, {}
|
|
44
|
+
}, {}, {
|
|
45
|
+
SVGExclamationTriangle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
46
|
+
FusionRadio: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
47
|
+
id: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
required: true;
|
|
50
|
+
};
|
|
51
|
+
name: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
required: true;
|
|
54
|
+
};
|
|
55
|
+
label: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
required: true;
|
|
58
|
+
};
|
|
59
|
+
value: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
required: true;
|
|
62
|
+
};
|
|
63
|
+
modelValue: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
required: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
disabled: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
required: false;
|
|
74
|
+
};
|
|
75
|
+
helperLabel: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
error: {
|
|
80
|
+
type: BooleanConstructor;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
83
|
+
dataTest: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
}>, {}, {
|
|
88
|
+
inputValue: string;
|
|
89
|
+
}, {
|
|
90
|
+
stateClasses: () => {
|
|
91
|
+
disabled: boolean;
|
|
92
|
+
error: boolean;
|
|
93
|
+
};
|
|
94
|
+
isSelected: () => boolean;
|
|
95
|
+
}, {
|
|
96
|
+
handleChange: () => void;
|
|
97
|
+
handleFocus: () => void;
|
|
98
|
+
handleBlur: () => void;
|
|
99
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "input:focus" | "input:blur")[], "update:modelValue" | "input:focus" | "input:blur", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
100
|
+
id: {
|
|
101
|
+
type: StringConstructor;
|
|
102
|
+
required: true;
|
|
103
|
+
};
|
|
104
|
+
name: {
|
|
105
|
+
type: StringConstructor;
|
|
106
|
+
required: true;
|
|
107
|
+
};
|
|
108
|
+
label: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
required: true;
|
|
111
|
+
};
|
|
112
|
+
value: {
|
|
113
|
+
type: StringConstructor;
|
|
114
|
+
required: true;
|
|
115
|
+
};
|
|
116
|
+
modelValue: {
|
|
117
|
+
type: StringConstructor;
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
120
|
+
required: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
disabled: {
|
|
125
|
+
type: BooleanConstructor;
|
|
126
|
+
required: false;
|
|
127
|
+
};
|
|
128
|
+
helperLabel: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
default: string;
|
|
131
|
+
};
|
|
132
|
+
error: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
136
|
+
dataTest: {
|
|
137
|
+
type: StringConstructor;
|
|
138
|
+
default: string;
|
|
139
|
+
};
|
|
140
|
+
}>> & Readonly<{
|
|
141
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
142
|
+
"onInput:focus"?: ((...args: any[]) => any) | undefined;
|
|
143
|
+
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
144
|
+
}>, {
|
|
145
|
+
dataTest: string;
|
|
146
|
+
required: boolean;
|
|
147
|
+
disabled: boolean;
|
|
148
|
+
helperLabel: string;
|
|
149
|
+
modelValue: string;
|
|
150
|
+
error: boolean;
|
|
151
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
152
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
45
153
|
export default _default;
|