@oub/fusion 0.2.79 → 0.2.81
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 +2833 -2556
- package/dist/fusion.umd.cjs +3 -3
- package/dist/lib/components/common/circular-progress-bar/FusionCircularProgressIndicatorLabelCollection.vue.d.ts +56 -0
- package/dist/lib/components/common/circular-progress-bar/circular-progress-indicator/FusionCircularProgressIndicator.vue.d.ts +66 -0
- package/dist/lib/components/common/circular-progress-bar/circular-progress-indicator-label/FusionCircularProgressIndicatorLabel.vue.d.ts +22 -0
- package/dist/lib/components/common/circular-progress-bar/circular-progress-indicator-label/FusionCircularProgressIndicatorLabelChecklist.vue.d.ts +29 -0
- package/dist/{main.d.ts → lib/main.d.ts} +5 -1
- package/dist/style.css +1 -1
- package/dist/types/Global.d.ts +27 -0
- package/dist/types/Themes.d.ts +6 -0
- package/dist/types/components/FusionButton.d.ts +24 -0
- package/dist/types/components/FusionCheckbox.d.ts +8 -0
- package/dist/types/components/FusionCheckboxGroup.d.ts +8 -0
- package/dist/types/components/FusionCircularProgressIndicator.d.ts +8 -0
- package/dist/types/components/FusionKeyValuePair.d.ts +11 -0
- package/dist/types/components/FusionLoadingSpinner.d.ts +8 -0
- package/dist/types/components/FusionProgressBarStep.d.ts +4 -0
- package/dist/types/components/FusionRadio.d.ts +9 -0
- package/dist/types/components/FusionRadioGroup.d.ts +8 -0
- package/dist/types/components/FusionTag.d.ts +11 -0
- package/dist/types/index.d.ts +1 -1
- package/dist/types/tokens/colour/Background.d.ts +22 -0
- package/dist/types/tokens/colour/Border.d.ts +16 -0
- package/dist/types/tokens/colour/Icon.d.ts +11 -0
- package/dist/types/tokens/colour/Text.d.ts +18 -0
- package/dist/types/tokens/display/Order.d.ts +1 -0
- package/dist/types/tokens/radius/Radius.d.ts +6 -0
- package/dist/types/tokens/spacing/Spacing.d.ts +13 -0
- package/dist/types/tokens/typography/Typography.d.ts +53 -0
- package/dist/types/tokens.d.ts +1517 -0
- package/package.json +1 -1
- /package/dist/{base → lib/base}/classes/BaseTokens.d.ts +0 -0
- /package/dist/{components → lib/components}/common/banner/FusionBanner.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/bars/footer/FusionFooterBar.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/bars/subheading-bar/FusionSubheadingBar.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/bars/toolbar/FusionToolBar.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/card/FusionCard.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/country/CountrySelectDropdown.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/country/CountrySelectList.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/date-picker/FusionDatePicker.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/divider/FusionDivider.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/key-value-pair/FusionKeyValuePair.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/list/FusionListItem.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/loading-spinner/FusionLoadingSpinner.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/menu/FusionContextMenu.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/menu/menu-item/FusionMenuItem.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/modal/FusionModal.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/modal/modal-footer/FusionModalFooter.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/modal/modal-header/FusionModalHeader.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/numeric-input-stepper/FusionNumericInputStepper.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/panel/FusionPanel.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/platform-bar/FusionPlatformBar.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/progress-bar/FusionProgressBar.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/progress-bar/FusionProgressBarStep.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/side-navigation/FusionSideNavigation.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/side-navigation/side-navigation-item/FusionSideNavigationItem.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/tag/FusionTag.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/toast/FusionToastMessage.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/common/widget/FusionWidget.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/form/button/FusionButton.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/form/checkbox/FusionCheckbox.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/form/checkbox/FusionCheckboxGroup.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/form/icon-button/FusionIconButton.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/form/input/FusionInput.d.ts +0 -0
- /package/dist/{components → lib/components}/form/input/FusionInput.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/form/password-input/FusionPasswordInput.d.ts +0 -0
- /package/dist/{components → lib/components}/form/password-input/FusionPasswordInput.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/form/phone/FusionPhoneInput.d.ts +0 -0
- /package/dist/{components → lib/components}/form/phone/FusionPhoneInput.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/form/radio/FusionRadio.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/form/radio/FusionRadioGroup.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/form/searchable-input/FusionSearchableInput.d.ts +0 -0
- /package/dist/{components → lib/components}/form/searchable-input/FusionSearchableInput.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/form/select/FusionSelect.d.ts +0 -0
- /package/dist/{components → lib/components}/form/select/FusionSelect.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/form/textarea/FusionTextarea.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/link/text/FusionTextLink.d.ts +0 -0
- /package/dist/{components → lib/components}/link/text/FusionTextLink.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGArrowDown.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGArrowLeft.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGArrowRight.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGCalendar.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGCheckCircle.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGClose.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGDecrement.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGExclamationCircle.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGExclamationTriangle.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGInbox.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGIncrement.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGInformationCircle.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGSearch.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGTick.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/svgs/SVGXMark.vue.d.ts +0 -0
- /package/dist/{constants → lib/constants}/countries.d.ts +0 -0
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { FusionCircularProgressChecklist, FusionCircularProgressLabelType } from '../../../../types/components/FusionCircularProgressIndicator.ts';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
checklist: {
|
|
5
|
+
type: PropType<FusionCircularProgressChecklist[]>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
progressSize: {
|
|
9
|
+
type: NumberConstructor;
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
progressLabelType: {
|
|
13
|
+
type: PropType<keyof FusionCircularProgressLabelType>;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
progressDescription: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
visibleItemsCount: {
|
|
21
|
+
type: NumberConstructor;
|
|
22
|
+
default: number;
|
|
23
|
+
validator: (value: number) => boolean;
|
|
24
|
+
};
|
|
25
|
+
}, unknown, unknown, {
|
|
26
|
+
completedItems(): number;
|
|
27
|
+
totalItems(): number;
|
|
28
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
checklist: {
|
|
30
|
+
type: PropType<FusionCircularProgressChecklist[]>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
progressSize: {
|
|
34
|
+
type: NumberConstructor;
|
|
35
|
+
default: number;
|
|
36
|
+
};
|
|
37
|
+
progressLabelType: {
|
|
38
|
+
type: PropType<keyof FusionCircularProgressLabelType>;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
progressDescription: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
visibleItemsCount: {
|
|
46
|
+
type: NumberConstructor;
|
|
47
|
+
default: number;
|
|
48
|
+
validator: (value: number) => boolean;
|
|
49
|
+
};
|
|
50
|
+
}>>, {
|
|
51
|
+
progressDescription: string;
|
|
52
|
+
visibleItemsCount: number;
|
|
53
|
+
progressSize: number;
|
|
54
|
+
progressLabelType: keyof FusionCircularProgressLabelType;
|
|
55
|
+
}, {}>;
|
|
56
|
+
export default _default;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { FusionCircularProgressLabelType } from '../../../../../types/components/FusionCircularProgressIndicator.ts';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
size: {
|
|
5
|
+
type: NumberConstructor;
|
|
6
|
+
default: number;
|
|
7
|
+
};
|
|
8
|
+
labelType: {
|
|
9
|
+
type: PropType<keyof FusionCircularProgressLabelType>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
totalItems: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
required: true;
|
|
15
|
+
validator: (value: number) => boolean;
|
|
16
|
+
};
|
|
17
|
+
completedItems: {
|
|
18
|
+
type: NumberConstructor;
|
|
19
|
+
required: true;
|
|
20
|
+
validator: (value: number) => boolean;
|
|
21
|
+
};
|
|
22
|
+
progressDescription: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
}, unknown, {
|
|
27
|
+
strokeWidth: number;
|
|
28
|
+
animatedProgress: number;
|
|
29
|
+
}, {
|
|
30
|
+
circularProgressSize(): number;
|
|
31
|
+
halfCircularProgressSize(): number;
|
|
32
|
+
radius(): number;
|
|
33
|
+
circumference(): number;
|
|
34
|
+
circularProgressLength(): number;
|
|
35
|
+
progressValuePercentage(): number;
|
|
36
|
+
progressLabel(): string | number;
|
|
37
|
+
strokeDashArray(): string;
|
|
38
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
+
size: {
|
|
40
|
+
type: NumberConstructor;
|
|
41
|
+
default: number;
|
|
42
|
+
};
|
|
43
|
+
labelType: {
|
|
44
|
+
type: PropType<keyof FusionCircularProgressLabelType>;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
totalItems: {
|
|
48
|
+
type: NumberConstructor;
|
|
49
|
+
required: true;
|
|
50
|
+
validator: (value: number) => boolean;
|
|
51
|
+
};
|
|
52
|
+
completedItems: {
|
|
53
|
+
type: NumberConstructor;
|
|
54
|
+
required: true;
|
|
55
|
+
validator: (value: number) => boolean;
|
|
56
|
+
};
|
|
57
|
+
progressDescription: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
}>>, {
|
|
62
|
+
size: number;
|
|
63
|
+
labelType: keyof FusionCircularProgressLabelType;
|
|
64
|
+
progressDescription: string;
|
|
65
|
+
}, {}>;
|
|
66
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
content: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
completed: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
content: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
completed: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}>>, {
|
|
20
|
+
completed: boolean;
|
|
21
|
+
}, {}>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { type PropType } from "vue";
|
|
2
|
+
import type { FusionCircularProgressChecklist } from '../../../../../types/components/FusionCircularProgressIndicator.ts';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
checklist: {
|
|
5
|
+
type: PropType<FusionCircularProgressChecklist[]>;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
visibleItemsCount: {
|
|
9
|
+
type: NumberConstructor;
|
|
10
|
+
default: number;
|
|
11
|
+
validator: (value: number) => boolean;
|
|
12
|
+
};
|
|
13
|
+
}, unknown, unknown, {
|
|
14
|
+
cappedChecklist(): FusionCircularProgressChecklist[];
|
|
15
|
+
additionalItemsCount(): number;
|
|
16
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
checklist: {
|
|
18
|
+
type: PropType<FusionCircularProgressChecklist[]>;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
visibleItemsCount: {
|
|
22
|
+
type: NumberConstructor;
|
|
23
|
+
default: number;
|
|
24
|
+
validator: (value: number) => boolean;
|
|
25
|
+
};
|
|
26
|
+
}>>, {
|
|
27
|
+
visibleItemsCount: number;
|
|
28
|
+
}, {}>;
|
|
29
|
+
export default _default;
|
|
@@ -32,4 +32,8 @@ import FusionKeyValuePair from './components/common/key-value-pair/FusionKeyValu
|
|
|
32
32
|
import FusionFooterBar from './components/common/bars/footer/FusionFooterBar.vue';
|
|
33
33
|
import FusionSubheadingBar from './components/common/bars/subheading-bar/FusionSubheadingBar.vue';
|
|
34
34
|
import FusionModal from './components/common/modal/FusionModal.vue';
|
|
35
|
-
|
|
35
|
+
import FusionCircularProgressIndicator from './components/common/circular-progress-bar/circular-progress-indicator/FusionCircularProgressIndicator.vue';
|
|
36
|
+
import FusionCircularProgressIndicatorLabel from './components/common/circular-progress-bar/circular-progress-indicator-label/FusionCircularProgressIndicatorLabel.vue';
|
|
37
|
+
import FusionCircularProgressIndicatorLabelChecklist from './components/common/circular-progress-bar/circular-progress-indicator-label/FusionCircularProgressIndicatorLabelChecklist.vue';
|
|
38
|
+
import FusionCircularProgressIndicatorLabelCollection from './components/common/circular-progress-bar/FusionCircularProgressIndicatorLabelCollection.vue';
|
|
39
|
+
export { FusionInput, FusionButton, FusionTextarea, FusionCheckbox, FusionRadio, FusionTextLink, FusionSelect, FusionPasswordInput, FusionPhoneInput, FusionBanner, FusionLoadingSpinner, FusionDatePicker, FusionSearchableInput, FusionNumericInputStepper, FusionTag, FusionDivider, FusionCard, FusionProgressBar, FusionContextMenu, FusionMenuItem, FusionPlatformBar, FusionSideNavigation, FusionSideNavigationItem, FusionListItem, FusionWidget, FusionToastMessage, FusionToolBar, FusionIconButton, FusionKeyValuePair, FusionFooterBar, FusionSubheadingBar, FusionRadioGroup, FusionCheckboxGroup, FusionModal, FusionCircularProgressIndicator, FusionCircularProgressIndicatorLabel, FusionCircularProgressIndicatorLabelChecklist, FusionCircularProgressIndicatorLabelCollection, };
|