@frollo/frollo-web-ui 9.0.1 → 9.0.2
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/cjs/index.js +10733 -3060
- package/esm/{_rollupPluginBabelHelpers-DODWUb5N.js → _rollupPluginBabelHelpers-BKlDnZ7n.js} +1 -1
- package/esm/fw-accordion.js +15 -18
- package/esm/fw-alert.js +32 -25
- package/esm/fw-bar-chart.js +265 -93
- package/esm/fw-button-DZTHZLjk.js +318 -0
- package/esm/fw-button.js +2 -2
- package/esm/{fw-card-D45R4kN-.js → fw-card-XGtsK2bM.js} +7 -10
- package/esm/fw-card.js +2 -2
- package/esm/fw-checkbox.js +8 -11
- package/esm/fw-date-picker.js +85 -49
- package/esm/fw-drawer.js +8 -8
- package/esm/{fw-dropdown-58wyuzsW.js → fw-dropdown-CSmYTm5O.js} +11 -14
- package/esm/fw-dropdown.js +7 -6
- package/esm/fw-form.js +1 -1
- package/esm/fw-icons.js +11 -12
- package/esm/fw-image-A2lXYs0u.js +325 -0
- package/esm/fw-image.js +5 -4
- package/esm/{fw-input-C2-cZ-BY.js → fw-input-BiPWWfK3.js} +12 -19
- package/esm/fw-input.js +3 -3
- package/esm/fw-loading-bar-3x4tkF1B.js +37 -0
- package/esm/fw-loading.js +89 -40
- package/esm/fw-media-picker.js +10 -653
- package/esm/fw-modal.js +11 -10
- package/esm/fw-navigation-menu.js +36 -41
- package/esm/fw-popover-BZ-zqUme.js +330 -0
- package/esm/fw-popover.js +2 -3
- package/esm/fw-progress-bar.js +1 -1
- package/esm/fw-provider-list.js +109 -87
- package/esm/fw-sidebar-menu.js +58 -51
- package/esm/fw-slider.js +64 -61
- package/esm/fw-switch.js +76 -49
- package/esm/fw-table-row-D6FdCJMs.js +447 -0
- package/esm/fw-table.js +5 -6
- package/esm/fw-tabs.js +87 -35
- package/esm/fw-tag-BRxPc4zc.js +199 -0
- package/esm/fw-tag.js +4 -4
- package/esm/fw-toast.js +58 -76
- package/esm/fw-transactions-card.js +20 -20
- package/esm/{get-root-colours-DCjlYelc.js → get-root-colours-DCCAnRF4.js} +3 -1
- package/esm/index-C8z11jcJ.js +7583 -0
- package/esm/index-DHyRsKsZ.js +843 -0
- package/esm/index-eP2GMSdQ.js +755 -0
- package/esm/index.js +54 -61
- package/esm/{uniqueId-DZdGzBh8.js → uniqueId-DK6xzFd8.js} +1 -1
- package/esm/{vee-validate.esm-3ptvCDR1.js → vee-validate-0dtT5GSQ.js} +182 -305
- package/frollo-web-ui.esm.js +10790 -3115
- package/icons/circle-check.svg +4 -0
- package/index.d.ts +1522 -586
- package/package.json +11 -11
- package/types/components/fw-accordion/fw-accordion.vue.d.ts +9 -7
- package/types/components/fw-alert/fw-alert.vue.d.ts +11 -6
- package/types/components/fw-bar-chart/fw-bar-chart.vue.d.ts +15 -64
- package/types/components/fw-button/fw-button.vue.d.ts +11 -7
- package/types/components/fw-card/fw-card.vue.d.ts +6 -6
- package/types/components/fw-checkbox/fw-checkbox.vue.d.ts +365 -5
- package/types/components/fw-date-picker/fw-date-picker.vue.d.ts +3 -242
- package/types/components/fw-drawer/fw-drawer.vue.d.ts +11 -8
- package/types/components/fw-dropdown/fw-dropdown.vue.d.ts +20 -12
- package/types/components/fw-icons/fw-success-animation.vue.d.ts +1 -1
- package/types/components/fw-image/fw-image.vue.d.ts +33 -7
- package/types/components/fw-input/fw-input.vue.d.ts +368 -10
- package/types/components/fw-loading/fw-loading-bar.vue.d.ts +7 -5
- package/types/components/fw-loading/fw-loading-card.vue.d.ts +3 -1
- package/types/components/fw-loading/fw-loading-dots.vue.d.ts +8 -1
- package/types/components/fw-loading/fw-loading-table.vue.d.ts +11 -6
- package/types/components/fw-media-picker/fw-media-picker.vue.d.ts +27 -18
- package/types/components/fw-modal/fw-modal.vue.d.ts +11 -7
- package/types/components/fw-navigation-menu/fw-navigation-menu.vue.d.ts +12 -8
- package/types/components/fw-popover/fw-popover.vue.d.ts +16 -21
- package/types/components/fw-progress-bar/fw-progress-bar.vue.d.ts +6 -4
- package/types/components/fw-provider-list/fw-provider-list.vue.d.ts +20 -45
- package/types/components/fw-sidebar-menu/fw-sidebar-menu.vue.d.ts +13 -7
- package/types/components/fw-slider/fw-slider.vue.d.ts +11 -8
- package/types/components/fw-switch/fw-switch.vue.d.ts +383 -9
- package/types/components/fw-switch/index.types.d.ts +1 -0
- package/types/components/fw-table/fw-table-head.vue.d.ts +1 -1
- package/types/components/fw-table/fw-table-row.vue.d.ts +1 -1
- package/types/components/fw-table/fw-table.vue.d.ts +40 -19
- package/types/components/fw-table/index.types.d.ts +36 -2
- package/types/components/fw-tabs/fw-tab.vue.d.ts +4 -8
- package/types/components/fw-tabs/fw-tabs.vue.d.ts +11 -8
- package/types/components/fw-tabs/index.types.d.ts +14 -4
- package/types/components/fw-tag/fw-tag.vue.d.ts +14 -8
- package/types/components/fw-toast/fw-toast.vue.d.ts +17 -22
- package/types/components/fw-transactions-card/fw-transactions-card.vue.d.ts +6 -3
- package/types/directives/lazy-loader.d.ts +11 -2
- package/types/helpers/get-root-colours.d.ts +1 -0
- package/web-components/index.js +16793 -7700
- package/esm/fw-button-YMoW4x4c.js +0 -296
- package/esm/fw-image-D-OHafdw.js +0 -217
- package/esm/fw-loading-bar-DecYSBC_.js +0 -45
- package/esm/fw-popover-B4bsfuxm.js +0 -620
- package/esm/fw-table-row-Cgi8871h.js +0 -389
- package/esm/fw-tag-fDo50Nw7.js +0 -177
- package/esm/index-BsEH8YYr.js +0 -979
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
/**
|
|
3
3
|
* The accepted file types for the media picker
|
|
4
4
|
*/
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
9
|
/**
|
|
10
|
-
* The maximum file size in bytes
|
|
10
|
+
* The maximum file size in bytes. Default 8 MB
|
|
11
11
|
*/
|
|
12
12
|
maxFileSize: {
|
|
13
13
|
type: NumberConstructor;
|
|
@@ -39,28 +39,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
type: StringConstructor;
|
|
40
40
|
default: string;
|
|
41
41
|
};
|
|
42
|
-
}
|
|
42
|
+
}>, {
|
|
43
43
|
previewImageUrl: import("vue").ComputedRef<string | undefined>;
|
|
44
|
-
fileInput: import("vue").Ref<HTMLInputElement | null>;
|
|
45
|
-
editorCanvas: import("vue").Ref<HTMLCanvasElement | null>;
|
|
46
|
-
isSelectMediaModalOpen: import("vue").Ref<boolean>;
|
|
47
|
-
isEditMediaModalOpen: import("vue").Ref<boolean>;
|
|
44
|
+
fileInput: import("vue").Ref<HTMLInputElement | null, HTMLInputElement | null>;
|
|
45
|
+
editorCanvas: import("vue").Ref<HTMLCanvasElement | null, HTMLCanvasElement | null>;
|
|
46
|
+
isSelectMediaModalOpen: import("vue").Ref<boolean, boolean>;
|
|
47
|
+
isEditMediaModalOpen: import("vue").Ref<boolean, boolean>;
|
|
48
48
|
acceptedFileTypesText: import("vue").ComputedRef<string>;
|
|
49
49
|
maxFileSizeText: import("vue").ComputedRef<string>;
|
|
50
50
|
openFilePicker: () => void | undefined;
|
|
51
51
|
fileSelected: (event: Event) => void;
|
|
52
|
-
dragging: import("vue").Ref<boolean>;
|
|
53
|
-
loading: import("vue").Ref<boolean>;
|
|
52
|
+
dragging: import("vue").Ref<boolean, boolean>;
|
|
53
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
54
54
|
dragDropFile: (event: DragEvent) => void;
|
|
55
|
-
isInvalidFile: import("vue").ComputedRef<boolean
|
|
55
|
+
isInvalidFile: import("vue").ComputedRef<boolean>;
|
|
56
56
|
showEditor: () => void;
|
|
57
57
|
change: () => void;
|
|
58
58
|
reset: () => void;
|
|
59
59
|
save: () => Promise<void>;
|
|
60
|
-
startEditImage: (
|
|
61
|
-
stopEditImage: () => void;
|
|
62
|
-
editImage: (
|
|
63
|
-
},
|
|
60
|
+
startEditImage: (e: PointerEvent) => void;
|
|
61
|
+
stopEditImage: (e: PointerEvent) => void;
|
|
62
|
+
editImage: (e: PointerEvent) => void;
|
|
63
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "selected"[], "selected", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
64
64
|
/**
|
|
65
65
|
* The accepted file types for the media picker
|
|
66
66
|
*/
|
|
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
69
|
default: string;
|
|
70
70
|
};
|
|
71
71
|
/**
|
|
72
|
-
* The maximum file size in bytes
|
|
72
|
+
* The maximum file size in bytes. Default 8 MB
|
|
73
73
|
*/
|
|
74
74
|
maxFileSize: {
|
|
75
75
|
type: NumberConstructor;
|
|
@@ -101,12 +101,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
101
|
type: StringConstructor;
|
|
102
102
|
default: string;
|
|
103
103
|
};
|
|
104
|
-
}>> & {
|
|
104
|
+
}>> & Readonly<{
|
|
105
105
|
onSelected?: ((...args: any[]) => any) | undefined;
|
|
106
|
-
}
|
|
106
|
+
}>, {
|
|
107
107
|
acceptedFileTypes: string;
|
|
108
108
|
maxFileSize: number;
|
|
109
109
|
uploadHeaderText: string;
|
|
110
110
|
editHeaderText: string;
|
|
111
|
-
}, {}
|
|
111
|
+
}, {}, {
|
|
112
|
+
FwModal: import("vue").ComponentOptions;
|
|
113
|
+
FwButton: import("vue").ComponentOptions;
|
|
114
|
+
ArrowRotateSvg: VueConstructor<Vue>;
|
|
115
|
+
CloudArrowUpSvg: VueConstructor<Vue>;
|
|
116
|
+
GuideSvg: VueConstructor<Vue>;
|
|
117
|
+
LoadingSvg: VueConstructor<Vue>;
|
|
118
|
+
PenSvg: VueConstructor<Vue>;
|
|
119
|
+
PlusSvg: VueConstructor<Vue>;
|
|
120
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
112
121
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
2
|
import type { FwModalProps } from './index.types';
|
|
3
|
-
declare const __default__: import("vue").DefineComponent<{
|
|
3
|
+
declare const __default__: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* The modal's v-model. Controls the visibility of the modal.
|
|
6
6
|
*/
|
|
@@ -122,12 +122,12 @@ declare const __default__: import("vue").DefineComponent<{
|
|
|
122
122
|
bannerUrl: {
|
|
123
123
|
type: StringConstructor;
|
|
124
124
|
};
|
|
125
|
-
}
|
|
125
|
+
}>, {
|
|
126
126
|
isOpen: import("vue").ComputedRef<boolean>;
|
|
127
127
|
uuid: `${string}-${string}-${string}-${string}-${string}`;
|
|
128
|
-
isMounted: import("vue").Ref<boolean>;
|
|
128
|
+
isMounted: import("vue").Ref<boolean, boolean>;
|
|
129
129
|
modalBgColour: string;
|
|
130
|
-
},
|
|
130
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("cancel" | "confirm")[], "cancel" | "confirm", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
131
131
|
/**
|
|
132
132
|
* The modal's v-model. Controls the visibility of the modal.
|
|
133
133
|
*/
|
|
@@ -249,10 +249,10 @@ declare const __default__: import("vue").DefineComponent<{
|
|
|
249
249
|
bannerUrl: {
|
|
250
250
|
type: StringConstructor;
|
|
251
251
|
};
|
|
252
|
-
}>> & {
|
|
252
|
+
}>> & Readonly<{
|
|
253
253
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
254
254
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
255
|
-
}
|
|
255
|
+
}>, {
|
|
256
256
|
cancelButtonType: import("../index.types").ButtonVariantName | undefined;
|
|
257
257
|
confirmButtonType: import("../index.types").ButtonVariantName | undefined;
|
|
258
258
|
modelValue: boolean;
|
|
@@ -265,5 +265,9 @@ declare const __default__: import("vue").DefineComponent<{
|
|
|
265
265
|
confirmLoading: boolean;
|
|
266
266
|
padding: boolean;
|
|
267
267
|
showCloseButton: boolean;
|
|
268
|
-
}, {}
|
|
268
|
+
}, {}, {
|
|
269
|
+
FwButton: import("vue").ComponentOptions;
|
|
270
|
+
XMarkSvg: VueConstructor<Vue>;
|
|
271
|
+
FwImage: import("vue").ComponentOptions;
|
|
272
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
269
273
|
export default __default__;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
2
|
import type { FwNavigationMenuProps } from './index.types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* An array of menu items
|
|
6
6
|
* `{ to?: string | object; href?: string; label: string; external?: boolean; }`
|
|
@@ -56,12 +56,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
56
|
type: BooleanConstructor;
|
|
57
57
|
default: boolean;
|
|
58
58
|
};
|
|
59
|
-
}
|
|
60
|
-
mobileMenuClass: import("vue").Ref<string>;
|
|
61
|
-
isMobileMenuOpen: import("vue").Ref<boolean>;
|
|
59
|
+
}>, {
|
|
60
|
+
mobileMenuClass: import("vue").Ref<string, string>;
|
|
61
|
+
isMobileMenuOpen: import("vue").Ref<boolean, boolean>;
|
|
62
62
|
toggleMobileMenu: () => boolean;
|
|
63
63
|
actionClicked: () => void;
|
|
64
|
-
},
|
|
64
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "action"[], "action", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
65
65
|
/**
|
|
66
66
|
* An array of menu items
|
|
67
67
|
* `{ to?: string | object; href?: string; label: string; external?: boolean; }`
|
|
@@ -117,12 +117,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
117
117
|
type: BooleanConstructor;
|
|
118
118
|
default: boolean;
|
|
119
119
|
};
|
|
120
|
-
}>> & {
|
|
120
|
+
}>> & Readonly<{
|
|
121
121
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
122
|
-
}
|
|
122
|
+
}>, {
|
|
123
123
|
containerClass: string;
|
|
124
124
|
menuEnabled: boolean;
|
|
125
125
|
authenticated: boolean;
|
|
126
126
|
transparent: boolean;
|
|
127
|
-
}, {}
|
|
127
|
+
}, {}, {
|
|
128
|
+
FwButton: import("vue").ComponentOptions;
|
|
129
|
+
FwPopover: import("vue").ComponentOptions;
|
|
130
|
+
UserSvg: VueConstructor<Vue>;
|
|
131
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
128
132
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
2
|
import type { FwPopoverProps } from './index.types';
|
|
3
|
-
declare const __default__: import("vue").DefineComponent<{
|
|
3
|
+
declare const __default__: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* The title of the popover
|
|
6
6
|
*/
|
|
@@ -23,10 +23,10 @@ declare const __default__: import("vue").DefineComponent<{
|
|
|
23
23
|
validator: (value: string) => boolean;
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
26
|
-
* The input event which causes the popover to show. Accepts 'click' and 'hover'
|
|
26
|
+
* The input event which causes the popover to show. Accepts 'click' and 'hover' & 'focus'
|
|
27
27
|
*/
|
|
28
28
|
trigger: {
|
|
29
|
-
type:
|
|
29
|
+
type: PropType<FwPopoverProps["trigger"]>;
|
|
30
30
|
default: string;
|
|
31
31
|
validator: (value: string) => boolean;
|
|
32
32
|
};
|
|
@@ -66,22 +66,17 @@ declare const __default__: import("vue").DefineComponent<{
|
|
|
66
66
|
type: BooleanConstructor;
|
|
67
67
|
default: boolean;
|
|
68
68
|
};
|
|
69
|
-
}
|
|
70
|
-
targetElement: import("vue").Ref<HTMLElement |
|
|
71
|
-
contentElement: import("vue").Ref<HTMLElement |
|
|
69
|
+
}>, {
|
|
70
|
+
targetElement: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
71
|
+
contentElement: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
|
|
72
72
|
contentElementId: string;
|
|
73
|
-
computedVisible: import("vue").ComputedRef<
|
|
74
|
-
|
|
75
|
-
onClick: () => void;
|
|
73
|
+
computedVisible: import("vue").ComputedRef<boolean>;
|
|
74
|
+
onEnter: () => void;
|
|
76
75
|
onLeave: () => void;
|
|
76
|
+
onClick: () => void;
|
|
77
77
|
autoCloseContent: (e: Event) => void;
|
|
78
|
-
visible: import("vue").Ref<boolean>;
|
|
79
78
|
spacingSize: import("vue").ComputedRef<"12px" | "2px">;
|
|
80
|
-
|
|
81
|
-
<T extends (...args: any) => any>(func: T, wait: number | undefined, options: import("lodash").DebounceSettingsLeading): import("lodash").DebouncedFuncLeading<T>;
|
|
82
|
-
<T extends (...args: any) => any>(func: T, wait?: number, options?: import("lodash").DebounceSettings): import("lodash").DebouncedFunc<T>;
|
|
83
|
-
};
|
|
84
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closed"[], "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
79
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closed"[], "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
85
80
|
/**
|
|
86
81
|
* The title of the popover
|
|
87
82
|
*/
|
|
@@ -104,10 +99,10 @@ declare const __default__: import("vue").DefineComponent<{
|
|
|
104
99
|
validator: (value: string) => boolean;
|
|
105
100
|
};
|
|
106
101
|
/**
|
|
107
|
-
* The input event which causes the popover to show. Accepts 'click' and 'hover'
|
|
102
|
+
* The input event which causes the popover to show. Accepts 'click' and 'hover' & 'focus'
|
|
108
103
|
*/
|
|
109
104
|
trigger: {
|
|
110
|
-
type:
|
|
105
|
+
type: PropType<FwPopoverProps["trigger"]>;
|
|
111
106
|
default: string;
|
|
112
107
|
validator: (value: string) => boolean;
|
|
113
108
|
};
|
|
@@ -147,16 +142,16 @@ declare const __default__: import("vue").DefineComponent<{
|
|
|
147
142
|
type: BooleanConstructor;
|
|
148
143
|
default: boolean;
|
|
149
144
|
};
|
|
150
|
-
}>> & {
|
|
145
|
+
}>> & Readonly<{
|
|
151
146
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
152
|
-
}
|
|
147
|
+
}>, {
|
|
153
148
|
placement: "top" | "right" | "bottom" | "left" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
|
154
149
|
position: "fixed" | "absolute";
|
|
155
|
-
trigger:
|
|
150
|
+
trigger: "click" | "hover" | "focus";
|
|
156
151
|
showOnTop: boolean;
|
|
157
152
|
closeOnClick: boolean;
|
|
158
153
|
closeOnClickOutside: boolean;
|
|
159
154
|
textAlign: string;
|
|
160
155
|
showArrow: boolean;
|
|
161
|
-
}, {}>;
|
|
156
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
162
157
|
export default __default__;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ProgressBarStep } from './index.types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* An array of menu progress steps.
|
|
6
6
|
* `{ label: string; position: number; subSteps: number; }`
|
|
@@ -23,9 +23,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
type: NumberConstructor;
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
|
-
}
|
|
26
|
+
}>, {
|
|
27
27
|
calculatedProgressBar: (step: ProgressBarStep) => string;
|
|
28
|
-
},
|
|
28
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
29
|
/**
|
|
30
30
|
* An array of menu progress steps.
|
|
31
31
|
* `{ label: string; position: number; subSteps: number; }`
|
|
@@ -48,5 +48,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
type: NumberConstructor;
|
|
49
49
|
required: true;
|
|
50
50
|
};
|
|
51
|
-
}
|
|
51
|
+
}>> & Readonly<{}>, {}, {}, {
|
|
52
|
+
CheckSvg: VueConstructor<Vue>;
|
|
53
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
54
|
export default _default;
|
|
@@ -1,103 +1,78 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { FwProviderListProps } from './index.types';
|
|
3
|
-
declare const __default__: import("vue").DefineComponent<{
|
|
4
|
-
/**
|
|
5
|
-
* The header heading of the list.
|
|
6
|
-
*/
|
|
3
|
+
declare const __default__: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
4
|
heading: {
|
|
8
5
|
type: StringConstructor;
|
|
9
6
|
};
|
|
10
|
-
/**
|
|
11
|
-
* The list items of the table items.
|
|
12
|
-
*/
|
|
13
7
|
items: {
|
|
14
8
|
type: PropType<FwProviderListProps["items"]>;
|
|
15
9
|
required: true;
|
|
16
10
|
};
|
|
17
|
-
/**
|
|
18
|
-
* The table header title.
|
|
19
|
-
*/
|
|
20
11
|
tableHeaderName: {
|
|
21
12
|
type: StringConstructor;
|
|
22
13
|
default: string;
|
|
23
14
|
};
|
|
24
|
-
/**
|
|
25
|
-
* The placeholder text for the search input.
|
|
26
|
-
*/
|
|
27
15
|
searchPlaceholder: {
|
|
28
16
|
type: StringConstructor;
|
|
29
17
|
default: string;
|
|
30
18
|
};
|
|
31
|
-
/**
|
|
32
|
-
* The label text for the search input.
|
|
33
|
-
*/
|
|
34
19
|
searchLabel: {
|
|
35
20
|
type: StringConstructor;
|
|
36
21
|
default: string;
|
|
37
22
|
};
|
|
38
|
-
/**
|
|
39
|
-
* The label text for the status filter dropdown.
|
|
40
|
-
*/
|
|
41
23
|
statusFilterLabel: {
|
|
42
24
|
type: StringConstructor;
|
|
43
25
|
default: string;
|
|
44
26
|
};
|
|
45
|
-
}
|
|
46
|
-
options: import("../fw-table/index.types").FwTableItemOptions
|
|
27
|
+
}>, {
|
|
28
|
+
options: import("vue").ComputedRef<import("../fw-table/index.types").FwTableItemOptions | undefined>;
|
|
47
29
|
sortedTableItems: import("vue").ComputedRef<import("../fw-table/index.types").FwTableItem[]>;
|
|
48
|
-
searchFilterModel: import("vue").Ref<string>;
|
|
49
|
-
statusFilterModel: import("vue").Ref<
|
|
30
|
+
searchFilterModel: import("vue").Ref<string, string>;
|
|
31
|
+
statusFilterModel: import("vue").Ref<"supported" | "outage" | "all", "supported" | "outage" | "all">;
|
|
50
32
|
primaryFade5: string;
|
|
51
33
|
primaryFade20: string;
|
|
52
34
|
primaryFade40: string;
|
|
53
|
-
},
|
|
54
|
-
/**
|
|
55
|
-
* The header heading of the list.
|
|
56
|
-
*/
|
|
35
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
57
36
|
heading: {
|
|
58
37
|
type: StringConstructor;
|
|
59
38
|
};
|
|
60
|
-
/**
|
|
61
|
-
* The list items of the table items.
|
|
62
|
-
*/
|
|
63
39
|
items: {
|
|
64
40
|
type: PropType<FwProviderListProps["items"]>;
|
|
65
41
|
required: true;
|
|
66
42
|
};
|
|
67
|
-
/**
|
|
68
|
-
* The table header title.
|
|
69
|
-
*/
|
|
70
43
|
tableHeaderName: {
|
|
71
44
|
type: StringConstructor;
|
|
72
45
|
default: string;
|
|
73
46
|
};
|
|
74
|
-
/**
|
|
75
|
-
* The placeholder text for the search input.
|
|
76
|
-
*/
|
|
77
47
|
searchPlaceholder: {
|
|
78
48
|
type: StringConstructor;
|
|
79
49
|
default: string;
|
|
80
50
|
};
|
|
81
|
-
/**
|
|
82
|
-
* The label text for the search input.
|
|
83
|
-
*/
|
|
84
51
|
searchLabel: {
|
|
85
52
|
type: StringConstructor;
|
|
86
53
|
default: string;
|
|
87
54
|
};
|
|
88
|
-
/**
|
|
89
|
-
* The label text for the status filter dropdown.
|
|
90
|
-
*/
|
|
91
55
|
statusFilterLabel: {
|
|
92
56
|
type: StringConstructor;
|
|
93
57
|
default: string;
|
|
94
58
|
};
|
|
95
|
-
}>> & {
|
|
59
|
+
}>> & Readonly<{
|
|
96
60
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
97
|
-
}
|
|
61
|
+
}>, {
|
|
98
62
|
tableHeaderName: string;
|
|
99
63
|
searchPlaceholder: string;
|
|
100
64
|
searchLabel: string;
|
|
101
65
|
statusFilterLabel: string;
|
|
102
|
-
}, {}
|
|
66
|
+
}, {}, {
|
|
67
|
+
FwTable: import("vue").ComponentOptions;
|
|
68
|
+
FwInput: import("vue").ComponentOptions;
|
|
69
|
+
FwDropdown: import("vue").ComponentOptions;
|
|
70
|
+
FwButton: import("vue").ComponentOptions;
|
|
71
|
+
FwTableHead: import("vue").ComponentOptions;
|
|
72
|
+
FwTableRow: import("vue").ComponentOptions;
|
|
73
|
+
FwTag: import("vue").ComponentOptions;
|
|
74
|
+
SearchSvg: VueConstructor<Vue>;
|
|
75
|
+
SolidCheckSvg: VueConstructor<Vue>;
|
|
76
|
+
SolidXMarkSvg: VueConstructor<Vue>;
|
|
77
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
103
78
|
export default __default__;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { type FwSidebarMenuProps } from './index.types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* Controls the sidebar menu open/close state
|
|
6
6
|
*/
|
|
@@ -44,11 +44,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
44
|
default: string;
|
|
45
45
|
validator: (value: string) => boolean;
|
|
46
46
|
};
|
|
47
|
-
}
|
|
47
|
+
}>, {
|
|
48
48
|
baseClass: string;
|
|
49
|
-
isMenuOpen: import("vue").WritableComputedRef<boolean>;
|
|
49
|
+
isMenuOpen: import("vue").WritableComputedRef<boolean, boolean>;
|
|
50
50
|
toggleMenu: () => void;
|
|
51
|
-
|
|
51
|
+
enabledItems: import("vue").ComputedRef<import("./index.types").FwSidebarMenuItem[]>;
|
|
52
|
+
hasItems: import("vue").ComputedRef<boolean>;
|
|
53
|
+
widthClass: import("vue").ComputedRef<string>;
|
|
54
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("toggled" | "update:modelValue")[], "toggled" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
55
|
/**
|
|
53
56
|
* Controls the sidebar menu open/close state
|
|
54
57
|
*/
|
|
@@ -92,14 +95,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
92
95
|
default: string;
|
|
93
96
|
validator: (value: string) => boolean;
|
|
94
97
|
};
|
|
95
|
-
}>> & {
|
|
98
|
+
}>> & Readonly<{
|
|
96
99
|
onToggled?: ((...args: any[]) => any) | undefined;
|
|
97
100
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
98
|
-
}
|
|
101
|
+
}>, {
|
|
99
102
|
toggleButtonVariant: import("../index.types").ButtonVariantName | undefined;
|
|
100
103
|
modelValue: boolean;
|
|
101
104
|
toggleButtonClass: string;
|
|
102
105
|
openWidth: string;
|
|
103
106
|
closedWidth: string;
|
|
104
|
-
}, {}
|
|
107
|
+
}, {}, {
|
|
108
|
+
FwButton: import("vue").ComponentOptions;
|
|
109
|
+
ChevronRightSvg: VueConstructor<Vue>;
|
|
110
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
105
111
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
min: {
|
|
3
3
|
type: NumberConstructor;
|
|
4
4
|
default: number;
|
|
@@ -19,13 +19,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
type: NumberConstructor;
|
|
20
20
|
default: null;
|
|
21
21
|
};
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
}>, {
|
|
23
|
+
minLocal: import("vue").Ref<number, number>;
|
|
24
|
+
maxLocal: import("vue").Ref<number, number>;
|
|
25
25
|
minPercentage: import("vue").ComputedRef<number>;
|
|
26
26
|
maxPercentage: import("vue").ComputedRef<number>;
|
|
27
27
|
clippingPoint: import("vue").ComputedRef<boolean>;
|
|
28
|
-
|
|
28
|
+
trackStyle: import("vue").ComputedRef<{
|
|
29
|
+
background: string;
|
|
30
|
+
}>;
|
|
31
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:minValue" | "update:maxValue")[], "update:minValue" | "update:maxValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
32
|
min: {
|
|
30
33
|
type: NumberConstructor;
|
|
31
34
|
default: number;
|
|
@@ -46,14 +49,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
49
|
type: NumberConstructor;
|
|
47
50
|
default: null;
|
|
48
51
|
};
|
|
49
|
-
}>> & {
|
|
52
|
+
}>> & Readonly<{
|
|
50
53
|
"onUpdate:minValue"?: ((...args: any[]) => any) | undefined;
|
|
51
54
|
"onUpdate:maxValue"?: ((...args: any[]) => any) | undefined;
|
|
52
|
-
}
|
|
55
|
+
}>, {
|
|
53
56
|
min: number;
|
|
54
57
|
max: number;
|
|
55
58
|
step: number;
|
|
56
59
|
minValue: number;
|
|
57
60
|
maxValue: number;
|
|
58
|
-
}, {}>;
|
|
61
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
59
62
|
export default _default;
|