@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,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
declare const _default: import(
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FusionCircularProgressChecklist, FusionCircularProgressLabelType } from '../../../../types/components/FusionCircularProgressIndicator.ts';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
checklist: {
|
|
5
5
|
type: PropType<FusionCircularProgressChecklist[]>;
|
|
6
6
|
required: true;
|
|
@@ -22,10 +22,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
default: number;
|
|
23
23
|
validator: (value: number) => boolean;
|
|
24
24
|
};
|
|
25
|
-
}
|
|
25
|
+
}>, {}, {}, {
|
|
26
26
|
completedItems(): number;
|
|
27
27
|
totalItems(): number;
|
|
28
|
-
}, {}, import(
|
|
28
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
29
29
|
checklist: {
|
|
30
30
|
type: PropType<FusionCircularProgressChecklist[]>;
|
|
31
31
|
required: true;
|
|
@@ -47,10 +47,125 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
default: number;
|
|
48
48
|
validator: (value: number) => boolean;
|
|
49
49
|
};
|
|
50
|
-
}
|
|
50
|
+
}>> & Readonly<{}>, {
|
|
51
51
|
progressDescription: string;
|
|
52
52
|
visibleItemsCount: number;
|
|
53
53
|
progressSize: number;
|
|
54
54
|
progressLabelType: keyof FusionCircularProgressLabelType;
|
|
55
|
-
}, {}
|
|
55
|
+
}, {}, {
|
|
56
|
+
FusionCircularProgressIndicatorLabelChecklist: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
57
|
+
checklist: {
|
|
58
|
+
type: PropType<FusionCircularProgressChecklist[]>;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
visibleItemsCount: {
|
|
62
|
+
type: NumberConstructor;
|
|
63
|
+
default: number;
|
|
64
|
+
validator: (value: number) => boolean;
|
|
65
|
+
};
|
|
66
|
+
}>, {}, {}, {
|
|
67
|
+
cappedChecklist(): FusionCircularProgressChecklist[];
|
|
68
|
+
additionalItemsCount(): number;
|
|
69
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
70
|
+
checklist: {
|
|
71
|
+
type: PropType<FusionCircularProgressChecklist[]>;
|
|
72
|
+
required: true;
|
|
73
|
+
};
|
|
74
|
+
visibleItemsCount: {
|
|
75
|
+
type: NumberConstructor;
|
|
76
|
+
default: number;
|
|
77
|
+
validator: (value: number) => boolean;
|
|
78
|
+
};
|
|
79
|
+
}>> & Readonly<{}>, {
|
|
80
|
+
visibleItemsCount: number;
|
|
81
|
+
}, {}, {
|
|
82
|
+
FusionCircularProgressIndicatorLabel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
83
|
+
content: {
|
|
84
|
+
type: StringConstructor;
|
|
85
|
+
required: true;
|
|
86
|
+
};
|
|
87
|
+
completed: {
|
|
88
|
+
type: BooleanConstructor;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
91
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
92
|
+
content: {
|
|
93
|
+
type: StringConstructor;
|
|
94
|
+
required: true;
|
|
95
|
+
};
|
|
96
|
+
completed: {
|
|
97
|
+
type: BooleanConstructor;
|
|
98
|
+
default: boolean;
|
|
99
|
+
};
|
|
100
|
+
}>> & Readonly<{}>, {
|
|
101
|
+
completed: boolean;
|
|
102
|
+
}, {}, {
|
|
103
|
+
FusionDivider: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
104
|
+
SVGCheckCircle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
105
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
106
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
107
|
+
FusionCircularProgressIndicator: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
108
|
+
size: {
|
|
109
|
+
type: NumberConstructor;
|
|
110
|
+
default: number;
|
|
111
|
+
};
|
|
112
|
+
labelType: {
|
|
113
|
+
type: PropType<keyof FusionCircularProgressLabelType>;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
totalItems: {
|
|
117
|
+
type: NumberConstructor;
|
|
118
|
+
required: true;
|
|
119
|
+
validator: (value: number) => boolean;
|
|
120
|
+
};
|
|
121
|
+
completedItems: {
|
|
122
|
+
type: NumberConstructor;
|
|
123
|
+
required: true;
|
|
124
|
+
validator: (value: number) => boolean;
|
|
125
|
+
};
|
|
126
|
+
progressDescription: {
|
|
127
|
+
type: StringConstructor;
|
|
128
|
+
default: string;
|
|
129
|
+
};
|
|
130
|
+
}>, {}, {
|
|
131
|
+
strokeWidth: number;
|
|
132
|
+
animatedProgress: number;
|
|
133
|
+
}, {
|
|
134
|
+
circularProgressSize(): number;
|
|
135
|
+
halfCircularProgressSize(): number;
|
|
136
|
+
radius(): number;
|
|
137
|
+
circumference(): number;
|
|
138
|
+
circularProgressLength(): number;
|
|
139
|
+
progressValuePercentage(): number;
|
|
140
|
+
progressLabel(): string | number;
|
|
141
|
+
strokeDashArray(): string;
|
|
142
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
143
|
+
size: {
|
|
144
|
+
type: NumberConstructor;
|
|
145
|
+
default: number;
|
|
146
|
+
};
|
|
147
|
+
labelType: {
|
|
148
|
+
type: PropType<keyof FusionCircularProgressLabelType>;
|
|
149
|
+
default: string;
|
|
150
|
+
};
|
|
151
|
+
totalItems: {
|
|
152
|
+
type: NumberConstructor;
|
|
153
|
+
required: true;
|
|
154
|
+
validator: (value: number) => boolean;
|
|
155
|
+
};
|
|
156
|
+
completedItems: {
|
|
157
|
+
type: NumberConstructor;
|
|
158
|
+
required: true;
|
|
159
|
+
validator: (value: number) => boolean;
|
|
160
|
+
};
|
|
161
|
+
progressDescription: {
|
|
162
|
+
type: StringConstructor;
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
165
|
+
}>> & Readonly<{}>, {
|
|
166
|
+
size: number;
|
|
167
|
+
labelType: keyof FusionCircularProgressLabelType;
|
|
168
|
+
progressDescription: string;
|
|
169
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
170
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
56
171
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
declare const _default: import(
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FusionCircularProgressLabelType } from '../../../../../types/components/FusionCircularProgressIndicator.ts';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
size: {
|
|
5
5
|
type: NumberConstructor;
|
|
6
6
|
default: number;
|
|
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
type: StringConstructor;
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
|
-
}
|
|
26
|
+
}>, {}, {
|
|
27
27
|
strokeWidth: number;
|
|
28
28
|
animatedProgress: number;
|
|
29
29
|
}, {
|
|
@@ -35,7 +35,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
progressValuePercentage(): number;
|
|
36
36
|
progressLabel(): string | number;
|
|
37
37
|
strokeDashArray(): string;
|
|
38
|
-
}, {}, import(
|
|
38
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
39
39
|
size: {
|
|
40
40
|
type: NumberConstructor;
|
|
41
41
|
default: number;
|
|
@@ -58,9 +58,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
58
|
type: StringConstructor;
|
|
59
59
|
default: string;
|
|
60
60
|
};
|
|
61
|
-
}
|
|
61
|
+
}>> & Readonly<{}>, {
|
|
62
62
|
size: number;
|
|
63
63
|
labelType: keyof FusionCircularProgressLabelType;
|
|
64
64
|
progressDescription: string;
|
|
65
|
-
}, {}>;
|
|
65
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
66
66
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
2
|
content: {
|
|
3
3
|
type: StringConstructor;
|
|
4
4
|
required: true;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
type: BooleanConstructor;
|
|
8
8
|
default: boolean;
|
|
9
9
|
};
|
|
10
|
-
}
|
|
10
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
11
|
content: {
|
|
12
12
|
type: StringConstructor;
|
|
13
13
|
required: true;
|
|
@@ -16,7 +16,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
type: BooleanConstructor;
|
|
17
17
|
default: boolean;
|
|
18
18
|
};
|
|
19
|
-
}
|
|
19
|
+
}>> & Readonly<{}>, {
|
|
20
20
|
completed: boolean;
|
|
21
|
-
}, {}
|
|
21
|
+
}, {}, {
|
|
22
|
+
FusionDivider: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
SVGCheckCircle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
22
25
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
declare const _default: import(
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FusionCircularProgressChecklist } from '../../../../../types/components/FusionCircularProgressIndicator.ts';
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
checklist: {
|
|
5
5
|
type: PropType<FusionCircularProgressChecklist[]>;
|
|
6
6
|
required: true;
|
|
@@ -10,10 +10,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
default: number;
|
|
11
11
|
validator: (value: number) => boolean;
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>, {}, {}, {
|
|
14
14
|
cappedChecklist(): FusionCircularProgressChecklist[];
|
|
15
15
|
additionalItemsCount(): number;
|
|
16
|
-
}, {}, import(
|
|
16
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
17
|
checklist: {
|
|
18
18
|
type: PropType<FusionCircularProgressChecklist[]>;
|
|
19
19
|
required: true;
|
|
@@ -23,7 +23,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
default: number;
|
|
24
24
|
validator: (value: number) => boolean;
|
|
25
25
|
};
|
|
26
|
-
}
|
|
26
|
+
}>> & Readonly<{}>, {
|
|
27
27
|
visibleItemsCount: number;
|
|
28
|
-
}, {}
|
|
28
|
+
}, {}, {
|
|
29
|
+
FusionCircularProgressIndicatorLabel: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
30
|
+
content: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
completed: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
39
|
+
content: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
completed: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
}>> & Readonly<{}>, {
|
|
48
|
+
completed: boolean;
|
|
49
|
+
}, {}, {
|
|
50
|
+
FusionDivider: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
51
|
+
SVGCheckCircle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
52
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
53
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
54
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const _default: import(
|
|
1
|
+
import { Country } from '../../../constants/countries.ts';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
3
|
country: {
|
|
4
4
|
type: () => Country;
|
|
5
5
|
default: {
|
|
@@ -21,9 +21,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
type: BooleanConstructor;
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
|
-
}
|
|
24
|
+
}>, {}, {}, {}, {
|
|
25
25
|
handleToggle(): void;
|
|
26
|
-
}, import(
|
|
26
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "toggle:select"[], "toggle:select", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
27
|
country: {
|
|
28
28
|
type: () => Country;
|
|
29
29
|
default: {
|
|
@@ -45,12 +45,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
type: BooleanConstructor;
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
|
-
}>> & {
|
|
48
|
+
}>> & Readonly<{
|
|
49
49
|
"onToggle:select"?: ((...args: any[]) => any) | undefined;
|
|
50
|
-
}
|
|
50
|
+
}>, {
|
|
51
51
|
dataTest: string;
|
|
52
52
|
disabled: boolean;
|
|
53
|
-
isOpen: boolean;
|
|
54
53
|
country: Country;
|
|
55
|
-
|
|
54
|
+
isOpen: boolean;
|
|
55
|
+
}, {}, {
|
|
56
|
+
SVGArrowDown: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
57
|
+
CountryFlag: any;
|
|
58
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
56
59
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const _default: import(
|
|
1
|
+
import { Country } from '../../../constants/countries.ts';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
3
|
searchText: {
|
|
4
4
|
type: StringConstructor;
|
|
5
5
|
default: string;
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
type: StringConstructor;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}>, {}, {
|
|
21
21
|
countriesList: {
|
|
22
22
|
code: string;
|
|
23
23
|
dialCode: number;
|
|
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
}, {
|
|
30
30
|
handleSelectedCountry(country: Country): void;
|
|
31
31
|
handleKeydownSelect: (event: KeyboardEvent, country: Country) => void;
|
|
32
|
-
}, import(
|
|
32
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("select:country" | "selected:country")[], "select:country" | "selected:country", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
33
33
|
searchText: {
|
|
34
34
|
type: StringConstructor;
|
|
35
35
|
default: string;
|
|
@@ -47,12 +47,92 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
47
47
|
type: StringConstructor;
|
|
48
48
|
default: string;
|
|
49
49
|
};
|
|
50
|
-
}>> & {
|
|
50
|
+
}>> & Readonly<{
|
|
51
51
|
"onSelect:country"?: ((...args: any[]) => any) | undefined;
|
|
52
52
|
"onSelected:country"?: ((...args: any[]) => any) | undefined;
|
|
53
|
-
}
|
|
53
|
+
}>, {
|
|
54
54
|
dataTest: string;
|
|
55
55
|
searchText: string;
|
|
56
56
|
selectedCountry: Country;
|
|
57
|
-
}, {}
|
|
57
|
+
}, {}, {
|
|
58
|
+
CountryFlag: any;
|
|
59
|
+
FusionMenuItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
60
|
+
disabled: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
selectable: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
selected: {
|
|
69
|
+
type: BooleanConstructor;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
72
|
+
href: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
target: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
}>, {}, {
|
|
81
|
+
isHovered: boolean;
|
|
82
|
+
isPressed: boolean;
|
|
83
|
+
}, {
|
|
84
|
+
componentTag(): string;
|
|
85
|
+
linkAttributes(): {
|
|
86
|
+
href: string;
|
|
87
|
+
target: string;
|
|
88
|
+
role: string;
|
|
89
|
+
"aria-checked": boolean | undefined;
|
|
90
|
+
"aria-disabled": boolean;
|
|
91
|
+
} | {
|
|
92
|
+
role: string;
|
|
93
|
+
"aria-checked": boolean | undefined;
|
|
94
|
+
"aria-disabled": boolean;
|
|
95
|
+
href?: undefined;
|
|
96
|
+
target?: undefined;
|
|
97
|
+
};
|
|
98
|
+
}, {
|
|
99
|
+
handleClick(): void;
|
|
100
|
+
handleKeydown(event: KeyboardEvent): void;
|
|
101
|
+
handleMouseOver(): void;
|
|
102
|
+
handleMouseOut(): void;
|
|
103
|
+
handleMouseDown(): void;
|
|
104
|
+
handleMouseUp(): void;
|
|
105
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:selected"[], "update:selected", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
106
|
+
disabled: {
|
|
107
|
+
type: BooleanConstructor;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
110
|
+
selectable: {
|
|
111
|
+
type: BooleanConstructor;
|
|
112
|
+
default: boolean;
|
|
113
|
+
};
|
|
114
|
+
selected: {
|
|
115
|
+
type: BooleanConstructor;
|
|
116
|
+
default: boolean;
|
|
117
|
+
};
|
|
118
|
+
href: {
|
|
119
|
+
type: StringConstructor;
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
122
|
+
target: {
|
|
123
|
+
type: StringConstructor;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
}>> & Readonly<{
|
|
127
|
+
"onUpdate:selected"?: ((...args: any[]) => any) | undefined;
|
|
128
|
+
}>, {
|
|
129
|
+
disabled: boolean;
|
|
130
|
+
href: string;
|
|
131
|
+
target: string;
|
|
132
|
+
selectable: boolean;
|
|
133
|
+
selected: boolean;
|
|
134
|
+
}, {}, {
|
|
135
|
+
SVGTick: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
136
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
137
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
58
138
|
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;
|
|
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
63
63
|
type: StringConstructor;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
|
-
}
|
|
66
|
+
}>, {}, {
|
|
67
67
|
date: string | Date;
|
|
68
68
|
datePickerInputOptions: {
|
|
69
69
|
format: string;
|
|
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
79
79
|
updateDate(): void;
|
|
80
80
|
handleFocus(): void;
|
|
81
81
|
handleBlur(): void;
|
|
82
|
-
}, import(
|
|
82
|
+
}, 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<{
|
|
83
83
|
id: {
|
|
84
84
|
type: StringConstructor;
|
|
85
85
|
required: true;
|
|
@@ -144,23 +144,27 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
144
144
|
type: StringConstructor;
|
|
145
145
|
default: string;
|
|
146
146
|
};
|
|
147
|
-
}>> & {
|
|
148
|
-
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
149
|
-
"onInput:focus"?: ((...args: any[]) => any) | undefined;
|
|
147
|
+
}>> & Readonly<{
|
|
150
148
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
151
|
-
|
|
149
|
+
"onInput:focus"?: ((...args: any[]) => any) | undefined;
|
|
150
|
+
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
151
|
+
}>, {
|
|
152
152
|
dataTest: string;
|
|
153
|
-
disabled: boolean;
|
|
154
153
|
required: boolean;
|
|
155
|
-
|
|
154
|
+
disabled: boolean;
|
|
156
155
|
placeholder: string;
|
|
156
|
+
helperLabel: string;
|
|
157
|
+
errorLabel: string;
|
|
158
|
+
modelValue: string | Date;
|
|
159
|
+
autocomplete: string;
|
|
157
160
|
minDate: string;
|
|
158
161
|
maxDate: string;
|
|
159
162
|
format: string;
|
|
160
163
|
clearable: boolean;
|
|
161
|
-
autocomplete: string;
|
|
162
|
-
helperLabel: string;
|
|
163
|
-
errorLabel: string;
|
|
164
164
|
dateSeparator: string;
|
|
165
|
-
}, {}
|
|
165
|
+
}, {}, {
|
|
166
|
+
SVGCalendar: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
167
|
+
SVGExclamationTriangle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
168
|
+
VueDatePicker: import('vue').DefineComponent<import('vue').ComponentPropsOptions<import('@vuepic/vue-datepicker').VueDatePickerProps>, {}, {}, import('vue').ComputedOptions, import('@vuepic/vue-datepicker').PublicMethods, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, import('@vuepic/vue-datepicker').EmitEvents[], import('@vuepic/vue-datepicker').EmitEvents, import('@vuepic/vue-datepicker').VueDatePickerProps>;
|
|
169
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
166
170
|
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;
|
|
@@ -59,7 +59,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
type: StringConstructor;
|
|
60
60
|
default: string;
|
|
61
61
|
};
|
|
62
|
-
}
|
|
62
|
+
}>, {}, {
|
|
63
63
|
date: string | Date | {
|
|
64
64
|
month: number;
|
|
65
65
|
year: number;
|
|
@@ -82,7 +82,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
82
|
month: number;
|
|
83
83
|
year: number;
|
|
84
84
|
} | null): void;
|
|
85
|
-
}, import(
|
|
85
|
+
}, 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<{
|
|
86
86
|
id: {
|
|
87
87
|
type: StringConstructor;
|
|
88
88
|
required: true;
|
|
@@ -143,22 +143,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
143
143
|
type: StringConstructor;
|
|
144
144
|
default: string;
|
|
145
145
|
};
|
|
146
|
-
}>> & {
|
|
147
|
-
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
148
|
-
"onInput:focus"?: ((...args: any[]) => any) | undefined;
|
|
146
|
+
}>> & Readonly<{
|
|
149
147
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
150
|
-
|
|
148
|
+
"onInput:focus"?: ((...args: any[]) => any) | undefined;
|
|
149
|
+
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
150
|
+
}>, {
|
|
151
151
|
dataTest: string;
|
|
152
|
-
disabled: boolean;
|
|
153
152
|
required: boolean;
|
|
154
|
-
|
|
153
|
+
disabled: boolean;
|
|
155
154
|
placeholder: string;
|
|
155
|
+
helperLabel: string;
|
|
156
|
+
errorLabel: string;
|
|
157
|
+
modelValue: string | Record<string, any> | Date;
|
|
158
|
+
autocomplete: string;
|
|
156
159
|
minDate: string;
|
|
157
160
|
maxDate: string;
|
|
158
161
|
format: string;
|
|
159
162
|
clearable: boolean;
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
}, {}>;
|
|
163
|
+
}, {}, {
|
|
164
|
+
SVGCalendar: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
165
|
+
SVGExclamationTriangle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
166
|
+
VueDatePicker: import('vue').DefineComponent<import('vue').ComponentPropsOptions<import('@vuepic/vue-datepicker').VueDatePickerProps>, {}, {}, import('vue').ComputedOptions, import('@vuepic/vue-datepicker').PublicMethods, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, import('@vuepic/vue-datepicker').EmitEvents[], import('@vuepic/vue-datepicker').EmitEvents, import('@vuepic/vue-datepicker').VueDatePickerProps>;
|
|
167
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
164
168
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
declare const _default: import(
|
|
1
|
+
import { RangeConfig } from '../../../../types/components/FusionRangeDatePicker';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
3
|
id: {
|
|
4
4
|
type: StringConstructor;
|
|
5
5
|
required: true;
|
|
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
type: () => RangeConfig;
|
|
69
69
|
default: () => {};
|
|
70
70
|
};
|
|
71
|
-
}
|
|
71
|
+
}>, {}, {
|
|
72
72
|
dateRange: Date[] | null;
|
|
73
73
|
datePickerInputOptions: {
|
|
74
74
|
format: string;
|
|
@@ -86,7 +86,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
86
|
updateDateRange(): void;
|
|
87
87
|
handleFocus(): void;
|
|
88
88
|
handleBlur(): void;
|
|
89
|
-
}, import(
|
|
89
|
+
}, 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<{
|
|
90
90
|
id: {
|
|
91
91
|
type: StringConstructor;
|
|
92
92
|
required: true;
|
|
@@ -155,24 +155,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
155
155
|
type: () => RangeConfig;
|
|
156
156
|
default: () => {};
|
|
157
157
|
};
|
|
158
|
-
}>> & {
|
|
159
|
-
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
160
|
-
"onInput:focus"?: ((...args: any[]) => any) | undefined;
|
|
158
|
+
}>> & Readonly<{
|
|
161
159
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
162
|
-
|
|
160
|
+
"onInput:focus"?: ((...args: any[]) => any) | undefined;
|
|
161
|
+
"onInput:blur"?: ((...args: any[]) => any) | undefined;
|
|
162
|
+
}>, {
|
|
163
163
|
dataTest: string;
|
|
164
|
-
disabled: boolean;
|
|
165
164
|
required: boolean;
|
|
166
|
-
|
|
165
|
+
disabled: boolean;
|
|
167
166
|
placeholder: string;
|
|
167
|
+
helperLabel: string;
|
|
168
|
+
errorLabel: string;
|
|
169
|
+
modelValue: unknown[];
|
|
170
|
+
autocomplete: string;
|
|
168
171
|
minDate: string;
|
|
169
172
|
maxDate: string;
|
|
170
173
|
format: string;
|
|
171
174
|
clearable: boolean;
|
|
172
|
-
autocomplete: string;
|
|
173
|
-
helperLabel: string;
|
|
174
|
-
errorLabel: string;
|
|
175
175
|
rangeSeparator: string;
|
|
176
176
|
rangeConfig: RangeConfig;
|
|
177
|
-
}, {}
|
|
177
|
+
}, {}, {
|
|
178
|
+
SVGCalendar: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
179
|
+
SVGExclamationTriangle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
180
|
+
VueDatePicker: import('vue').DefineComponent<import('vue').ComponentPropsOptions<import('@vuepic/vue-datepicker').VueDatePickerProps>, {}, {}, import('vue').ComputedOptions, import('@vuepic/vue-datepicker').PublicMethods, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, import('@vuepic/vue-datepicker').EmitEvents[], import('@vuepic/vue-datepicker').EmitEvents, import('@vuepic/vue-datepicker').VueDatePickerProps>;
|
|
181
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
178
182
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import(
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|