@cobre-npm/ds-v3 0.77.0 → 0.77.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/dist/cobre-ds-v3-lib.es.js +9716 -9674
- package/dist/style.css +1 -1
- package/dist/types/App.vue.d.ts +1 -1
- package/dist/types/components/HelloWorld.vue.d.ts +3 -13
- package/dist/types/components/atoms/CobreAlert/CobreAlert.vue.d.ts +17 -34
- package/dist/types/components/atoms/CobreAvatar/CobreAvatar.vue.d.ts +1 -11
- package/dist/types/components/atoms/CobreBankLogo/CobreBankLogo.vue.d.ts +2 -25
- package/dist/types/components/atoms/CobreButton/CobreButton.vue.d.ts +10 -10
- package/dist/types/components/atoms/CobreButtonMenu/CobreButtonMenu.vue.d.ts +8 -8
- package/dist/types/components/atoms/CobreCardButton/CobreCardButton.vue.d.ts +2 -25
- package/dist/types/components/atoms/CobreCheckbox/CobreCheckbox.vue.d.ts +16 -29
- package/dist/types/components/atoms/CobreColumnTable/CobreColumnTable.vue.d.ts +13 -32
- package/dist/types/components/atoms/CobreCountryFlag/CobreCountryFlag.vue.d.ts +2 -27
- package/dist/types/components/atoms/CobreEmptyResults/CobreEmptyResults.vue.d.ts +3 -28
- package/dist/types/components/atoms/CobreEmptyState/CobreEmptyState.vue.d.ts +12 -16
- package/dist/types/components/atoms/CobreIndicative/CobreIndicative.vue.d.ts +20 -43
- package/dist/types/components/atoms/CobreInfoDetail/CobreInfoDetail.vue.d.ts +10 -31
- package/dist/types/components/atoms/CobreInputLabel/CobreInputLabel.vue.d.ts +1 -10
- package/dist/types/components/atoms/CobreOptionsSwitch/CobreOptionsSwitch.vue.d.ts +8 -26
- package/dist/types/components/atoms/CobrePager/CobrePager.vue.d.ts +4 -31
- package/dist/types/components/atoms/CobreRadio/CobreRadio.vue.d.ts +12 -35
- package/dist/types/components/atoms/CobreRowActions/CobreRowActions.vue.d.ts +6 -18
- package/dist/types/components/atoms/CobreSwitch/CobreSwitch.vue.d.ts +3 -20
- package/dist/types/components/atoms/CobreTabMenu/CobreTabMenu.vue.d.ts +5 -5
- package/dist/types/components/atoms/CobreTabMenuV2/CobreTabMenu.vue.d.ts +7 -20
- package/dist/types/components/atoms/CobreToastAlert/CobreToastAlert.vue.d.ts +7 -30
- package/dist/types/components/atoms/CobreTruncateTooltipText/CobreTruncateTooltipText.vue.d.ts +4 -23
- package/dist/types/components/atoms/CobreUploader/CobreUploader.vue.d.ts +5 -30
- package/dist/types/components/molecules/CobreAccountCpButton/CobreAccountCpButton.vue.d.ts +4 -25
- package/dist/types/components/molecules/CobreAccountInfoFiled/CobreAccountInfoField.vue.d.ts +4 -33
- package/dist/types/components/molecules/CobreActionList/CobreActionList.vue.d.ts +17 -34
- package/dist/types/components/molecules/CobreAvatarsGroup/CobreAvatarsGroup.vue.d.ts +3 -14
- package/dist/types/components/molecules/CobreBadge/CobreBadge.vue.d.ts +14 -35
- package/dist/types/components/molecules/CobreCardIcon/CobreCardIcon.vue.d.ts +14 -35
- package/dist/types/components/molecules/CobreChips/CobreChips.vue.d.ts +4 -27
- package/dist/types/components/molecules/CobreCopyTextBox/CobreCopyTextBox.vue.d.ts +4 -31
- package/dist/types/components/molecules/CobreDrawer/CobreDrawer.vue.d.ts +16 -41
- package/dist/types/components/molecules/CobreDropdownButton/CobreDropdownButton.vue.d.ts +12 -27
- package/dist/types/components/molecules/CobreFieldLogo/CobreFieldLogo.vue.d.ts +10 -27
- package/dist/types/components/molecules/CobreFlowResult/CobreFlowResult.vue.d.ts +12 -35
- package/dist/types/components/molecules/CobreFormOtp/CobreFormOtp.vue.d.ts +262 -45
- package/dist/types/components/molecules/CobreInput/CobreInput.vue.d.ts +5 -48
- package/dist/types/components/molecules/CobreInputAmount/CobreInputAmount.vue.d.ts +9 -44
- package/dist/types/components/molecules/CobreInputCurrency/CobreInputCurrency.vue.d.ts +15 -52
- package/dist/types/components/molecules/CobreInputPhoneNumber/CobreInputPhoneNumber.vue.d.ts +5 -46
- package/dist/types/components/molecules/CobreInputUrl/CobreInputUrl.vue.d.ts +5 -46
- package/dist/types/components/molecules/CobreKebabMenu/CobreKebabMenu.vue.d.ts +3 -12
- package/dist/types/components/molecules/CobreLogoField/CobreLogoField.vue.d.ts +10 -27
- package/dist/types/components/molecules/CobreModal/CobreModal.vue.d.ts +14 -33
- package/dist/types/components/molecules/CobreRowTable/CobreRowTable.vue.d.ts +23 -59
- package/dist/types/components/molecules/CobreSelect/CobreSelect.vue.d.ts +43 -66
- package/dist/types/components/molecules/CobreSnackBar/CobreSnackBar.vue.d.ts +2 -31
- package/dist/types/components/molecules/CobreTableCellCopy/CobreTableCellCopy.vue.d.ts +181 -39
- package/dist/types/components/molecules/CobreTextArea/CobreTextArea.vue.d.ts +5 -46
- package/dist/types/components/molecules/Toolbar/CobreInputSearch/CobreInputSearch.vue.d.ts +6 -27
- package/dist/types/components/molecules/Toolbar/CobreInputSearchV2/CobreInputSearchV2.vue.d.ts +6 -29
- package/dist/types/components/organisms/CobreHeader/CobreHeader.vue.d.ts +13 -28
- package/dist/types/components/organisms/CobreHeader/components/Navbar.vue.d.ts +4 -29
- package/dist/types/components/organisms/CobreSideMenu/CobreSideMenu.vue.d.ts +14 -33
- package/dist/types/components/organisms/CobreSideMenu/components/SideMenuItem.vue.d.ts +5 -12
- package/dist/types/components/organisms/CobreSideMenu/components/SubItems.vue.d.ts +3 -12
- package/dist/types/components/organisms/CobreTimeline/CobreTimeline.vue.d.ts +12 -27
- package/package.json +1 -1
- package/dist/types/components/molecules/CobreModalAction/CobreModalAction.vue.d.ts +0 -63
- package/dist/types/components/organisms/CobreDateFilter/CobreDateFilter.vue.d.ts +0 -67
|
@@ -15,37 +15,13 @@ interface Props {
|
|
|
15
15
|
iconInfoLabel?: boolean;
|
|
16
16
|
showErrors?: boolean;
|
|
17
17
|
}
|
|
18
|
-
declare const _default: import("vue").DefineComponent<
|
|
19
|
-
isRequired: boolean;
|
|
20
|
-
minlength: string;
|
|
21
|
-
maxlength: string;
|
|
22
|
-
errorMsg: string;
|
|
23
|
-
disabled: boolean;
|
|
24
|
-
isSearchable: boolean;
|
|
25
|
-
labelOptional: string;
|
|
26
|
-
infoLabel: string;
|
|
27
|
-
iconInfoLabel: boolean;
|
|
28
|
-
showErrors: boolean;
|
|
29
|
-
theme: string;
|
|
30
|
-
}>, {
|
|
18
|
+
declare const _default: import("vue").DefineComponent<Props, {
|
|
31
19
|
isValid: import("vue").ComputedRef<boolean>;
|
|
32
|
-
},
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
21
|
"update:modelValue": (...args: any[]) => void;
|
|
34
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
35
|
-
isRequired: boolean;
|
|
36
|
-
minlength: string;
|
|
37
|
-
maxlength: string;
|
|
38
|
-
errorMsg: string;
|
|
39
|
-
disabled: boolean;
|
|
40
|
-
isSearchable: boolean;
|
|
41
|
-
labelOptional: string;
|
|
42
|
-
infoLabel: string;
|
|
43
|
-
iconInfoLabel: boolean;
|
|
44
|
-
showErrors: boolean;
|
|
45
|
-
theme: string;
|
|
46
|
-
}>>> & {
|
|
22
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
47
23
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
48
|
-
}
|
|
24
|
+
}>, {
|
|
49
25
|
theme: "white" | "cloudy";
|
|
50
26
|
isRequired: boolean;
|
|
51
27
|
minlength: string;
|
|
@@ -55,22 +31,5 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
55
31
|
infoLabel: string | null;
|
|
56
32
|
iconInfoLabel: boolean;
|
|
57
33
|
showErrors: boolean;
|
|
58
|
-
}, {}>;
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
59
35
|
export default _default;
|
|
60
|
-
type __VLS_WithDefaults<P, D> = {
|
|
61
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
62
|
-
default: D[K];
|
|
63
|
-
}> : P[K];
|
|
64
|
-
};
|
|
65
|
-
type __VLS_Prettify<T> = {
|
|
66
|
-
[K in keyof T]: T[K];
|
|
67
|
-
} & {};
|
|
68
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
69
|
-
type __VLS_TypePropsToOption<T> = {
|
|
70
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
71
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
72
|
-
} : {
|
|
73
|
-
type: import('vue').PropType<T[K]>;
|
|
74
|
-
required: true;
|
|
75
|
-
};
|
|
76
|
-
};
|
|
@@ -9,18 +9,9 @@ export interface Option {
|
|
|
9
9
|
interface Props {
|
|
10
10
|
options: Option[];
|
|
11
11
|
}
|
|
12
|
-
declare const _default: import("vue").DefineComponent<
|
|
12
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
13
|
clickOption: (...args: any[]) => void;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
15
15
|
onClickOption?: ((...args: any[]) => any) | undefined;
|
|
16
|
-
}, {}, {}>;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
|
|
17
17
|
export default _default;
|
|
18
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
|
-
type __VLS_TypePropsToOption<T> = {
|
|
20
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
|
-
} : {
|
|
23
|
-
type: import('vue').PropType<T[K]>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
@@ -4,39 +4,22 @@ interface Props {
|
|
|
4
4
|
size?: 'xs' | 'sm' | 'md' | 'lg' | 'auto';
|
|
5
5
|
}
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
-
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
end?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
8
13
|
};
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
size: string;
|
|
12
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
13
|
-
idLogo: string;
|
|
14
|
-
size: string;
|
|
15
|
-
}>>>, {
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
16
16
|
size: "xs" | "sm" | "md" | "lg" | "auto";
|
|
17
17
|
idLogo: string;
|
|
18
|
-
}, {}>;
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
20
|
export default _default;
|
|
21
|
-
type __VLS_WithDefaults<P, D> = {
|
|
22
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
23
|
-
default: D[K];
|
|
24
|
-
}> : P[K];
|
|
25
|
-
};
|
|
26
|
-
type __VLS_Prettify<T> = {
|
|
27
|
-
[K in keyof T]: T[K];
|
|
28
|
-
} & {};
|
|
29
21
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
22
|
new (): {
|
|
31
23
|
$slots: S;
|
|
32
24
|
};
|
|
33
25
|
};
|
|
34
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
|
-
type __VLS_TypePropsToOption<T> = {
|
|
36
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
37
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
38
|
-
} : {
|
|
39
|
-
type: import('vue').PropType<T[K]>;
|
|
40
|
-
required: true;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
@@ -4,49 +4,30 @@ interface Props {
|
|
|
4
4
|
theme?: 'dark' | 'light';
|
|
5
5
|
}
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
-
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
content?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: any;
|
|
8
13
|
};
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
size: string;
|
|
12
|
-
theme: string;
|
|
13
|
-
}>, {
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
14
16
|
toggleModal: () => void;
|
|
15
|
-
isOpen: import("vue").Ref<boolean>;
|
|
16
|
-
},
|
|
17
|
+
isOpen: import("vue").Ref<boolean, boolean>;
|
|
18
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
19
|
close: (...args: any[]) => void;
|
|
18
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
19
|
-
hasCloseButton: boolean;
|
|
20
|
-
size: string;
|
|
21
|
-
theme: string;
|
|
22
|
-
}>>> & {
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
23
21
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
24
|
-
}
|
|
22
|
+
}>, {
|
|
25
23
|
size: "xs" | "md" | "lg";
|
|
26
24
|
theme: "dark" | "light";
|
|
27
25
|
hasCloseButton: boolean;
|
|
28
|
-
}, {}>;
|
|
29
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
30
28
|
export default _default;
|
|
31
|
-
type __VLS_WithDefaults<P, D> = {
|
|
32
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
-
default: D[K];
|
|
34
|
-
}> : P[K];
|
|
35
|
-
};
|
|
36
|
-
type __VLS_Prettify<T> = {
|
|
37
|
-
[K in keyof T]: T[K];
|
|
38
|
-
} & {};
|
|
39
29
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
30
|
new (): {
|
|
41
31
|
$slots: S;
|
|
42
32
|
};
|
|
43
33
|
};
|
|
44
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
-
type __VLS_TypePropsToOption<T> = {
|
|
46
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
|
-
} : {
|
|
49
|
-
type: import('vue').PropType<T[K]>;
|
|
50
|
-
required: true;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
1
|
import { Option } from '../CobreKebabMenu/CobreKebabMenu.vue';
|
|
3
2
|
import { RowAction } from '../../atoms/CobreRowActions/interfaces/CobreRowActions.interface';
|
|
4
3
|
export interface Column {
|
|
@@ -38,52 +37,34 @@ interface Props {
|
|
|
38
37
|
tableWrap?: boolean;
|
|
39
38
|
rowActions?: RowAction[];
|
|
40
39
|
}
|
|
41
|
-
|
|
42
|
-
declare const
|
|
40
|
+
type __VLS_Props = Props;
|
|
41
|
+
declare const __VLS_defaults: {
|
|
42
|
+
selectedRows: never[];
|
|
43
|
+
};
|
|
43
44
|
type __VLS_PublicProps = {
|
|
44
|
-
'selectedRows'?:
|
|
45
|
-
} &
|
|
46
|
-
declare function __VLS_template():
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
showCheckboxes: boolean;
|
|
58
|
-
isColumnCheckboxEnabled: boolean;
|
|
59
|
-
isMultipleCheckEnabled: boolean;
|
|
60
|
-
haveToolbar: boolean;
|
|
61
|
-
isToolbarOpen: boolean;
|
|
62
|
-
tableWrap: boolean;
|
|
63
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
64
|
-
"update:selectedRows": (selectedRows: Item[]) => void;
|
|
45
|
+
'selectedRows'?: typeof __VLS_defaults['selectedRows'];
|
|
46
|
+
} & __VLS_Props;
|
|
47
|
+
declare function __VLS_template(): {
|
|
48
|
+
attrs: Partial<{}>;
|
|
49
|
+
slots: Partial<Record<string, (_: {
|
|
50
|
+
data: Item;
|
|
51
|
+
index: number;
|
|
52
|
+
}) => any>> & Partial<Record<`bellowRow${number}`, (_: {}) => any>>;
|
|
53
|
+
refs: {};
|
|
54
|
+
rootEl: HTMLElement;
|
|
55
|
+
};
|
|
56
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
57
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
65
58
|
action: (...args: any[]) => void;
|
|
66
59
|
selectItem: (...args: any[]) => void;
|
|
67
60
|
clickKebabOption: (...args: any[]) => void;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
emptyResultMsg: string;
|
|
71
|
-
dataKey: string;
|
|
72
|
-
height: string;
|
|
73
|
-
isResponsive: boolean;
|
|
74
|
-
allowNavigation: boolean;
|
|
75
|
-
showCheckboxes: boolean;
|
|
76
|
-
isColumnCheckboxEnabled: boolean;
|
|
77
|
-
isMultipleCheckEnabled: boolean;
|
|
78
|
-
haveToolbar: boolean;
|
|
79
|
-
isToolbarOpen: boolean;
|
|
80
|
-
tableWrap: boolean;
|
|
81
|
-
}>>> & {
|
|
61
|
+
"update:selectedRows": (value: never[]) => void;
|
|
62
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
82
63
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
64
|
+
"onUpdate:selectedRows"?: ((value: never[]) => any) | undefined;
|
|
83
65
|
onSelectItem?: ((...args: any[]) => any) | undefined;
|
|
84
66
|
onClickKebabOption?: ((...args: any[]) => any) | undefined;
|
|
85
|
-
|
|
86
|
-
}, {
|
|
67
|
+
}>, {
|
|
87
68
|
height: string;
|
|
88
69
|
dataKey: string;
|
|
89
70
|
emptyResultTitle: string;
|
|
@@ -95,28 +76,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
|
95
76
|
haveToolbar: boolean;
|
|
96
77
|
isToolbarOpen: boolean;
|
|
97
78
|
tableWrap: boolean;
|
|
98
|
-
}, {}>;
|
|
99
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
79
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
|
|
80
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
100
81
|
export default _default;
|
|
101
|
-
type __VLS_WithDefaults<P, D> = {
|
|
102
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
103
|
-
default: D[K];
|
|
104
|
-
}> : P[K];
|
|
105
|
-
};
|
|
106
|
-
type __VLS_Prettify<T> = {
|
|
107
|
-
[K in keyof T]: T[K];
|
|
108
|
-
} & {};
|
|
109
82
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
110
83
|
new (): {
|
|
111
84
|
$slots: S;
|
|
112
85
|
};
|
|
113
86
|
};
|
|
114
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
115
|
-
type __VLS_TypePropsToOption<T> = {
|
|
116
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
117
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
118
|
-
} : {
|
|
119
|
-
type: import('vue').PropType<T[K]>;
|
|
120
|
-
required: true;
|
|
121
|
-
};
|
|
122
|
-
};
|
|
@@ -9,80 +9,57 @@ interface Props {
|
|
|
9
9
|
noArrow?: boolean;
|
|
10
10
|
}
|
|
11
11
|
declare function __VLS_template(): {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
option?(_: {
|
|
15
|
+
option: never;
|
|
16
|
+
}): any;
|
|
17
|
+
'open-indicator'?(_: {
|
|
18
|
+
attributes: any;
|
|
19
|
+
}): any;
|
|
20
|
+
'selected-option'?(_: {
|
|
21
|
+
option: never;
|
|
22
|
+
}): any;
|
|
23
|
+
'no-options'?(_: {
|
|
24
|
+
search: never;
|
|
25
|
+
searching: never;
|
|
26
|
+
loading: never;
|
|
27
|
+
noOptionsMessage: never;
|
|
28
|
+
}): any;
|
|
29
|
+
'no-results'?(_: {
|
|
30
|
+
search: never;
|
|
31
|
+
noResultsMessage: never;
|
|
32
|
+
}): any;
|
|
33
|
+
deselect?(_: {
|
|
34
|
+
deselect: any;
|
|
35
|
+
option: any;
|
|
36
|
+
attributes: any;
|
|
37
|
+
}): any;
|
|
38
|
+
'list-footer'?(_: {
|
|
39
|
+
search: any;
|
|
40
|
+
loading: any;
|
|
41
|
+
attributes: any;
|
|
42
|
+
}): any;
|
|
43
|
+
'list-header'?(_: {
|
|
44
|
+
search: any;
|
|
45
|
+
loading: any;
|
|
46
|
+
attributes: any;
|
|
47
|
+
}): any;
|
|
48
|
+
};
|
|
49
|
+
refs: {};
|
|
50
|
+
rootEl: HTMLDivElement;
|
|
46
51
|
};
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
errorMsg: string;
|
|
50
|
-
labelTooltip: string;
|
|
51
|
-
labelOptional: string;
|
|
52
|
-
options: never[];
|
|
53
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
54
|
-
isRequired: boolean;
|
|
55
|
-
errorMsg: string;
|
|
56
|
-
labelTooltip: string;
|
|
57
|
-
labelOptional: string;
|
|
58
|
-
options: never[];
|
|
59
|
-
}>>>, {
|
|
52
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
53
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
60
54
|
isRequired: boolean;
|
|
61
55
|
errorMsg: string;
|
|
62
56
|
labelTooltip: string;
|
|
63
57
|
labelOptional: string;
|
|
64
|
-
}, {}>;
|
|
65
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
58
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
59
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
66
60
|
export default _default;
|
|
67
|
-
type __VLS_WithDefaults<P, D> = {
|
|
68
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
69
|
-
default: D[K];
|
|
70
|
-
}> : P[K];
|
|
71
|
-
};
|
|
72
|
-
type __VLS_Prettify<T> = {
|
|
73
|
-
[K in keyof T]: T[K];
|
|
74
|
-
} & {};
|
|
75
61
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
76
62
|
new (): {
|
|
77
63
|
$slots: S;
|
|
78
64
|
};
|
|
79
65
|
};
|
|
80
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
81
|
-
type __VLS_TypePropsToOption<T> = {
|
|
82
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
83
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
84
|
-
} : {
|
|
85
|
-
type: import('vue').PropType<T[K]>;
|
|
86
|
-
required: true;
|
|
87
|
-
};
|
|
88
|
-
};
|
|
@@ -6,40 +6,11 @@ interface Props {
|
|
|
6
6
|
btnLabel?: string;
|
|
7
7
|
btnAction?: () => void | Promise<void>;
|
|
8
8
|
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<
|
|
10
|
-
message: string;
|
|
11
|
-
type: string;
|
|
12
|
-
btnLabel: string;
|
|
13
|
-
showCloseButton: boolean;
|
|
14
|
-
btnAction: () => void;
|
|
15
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
16
|
-
message: string;
|
|
17
|
-
type: string;
|
|
18
|
-
btnLabel: string;
|
|
19
|
-
showCloseButton: boolean;
|
|
20
|
-
btnAction: () => void;
|
|
21
|
-
}>>>, {
|
|
9
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
22
10
|
type: "success" | "error";
|
|
23
11
|
message: string;
|
|
24
12
|
showCloseButton: boolean;
|
|
25
13
|
btnLabel: string;
|
|
26
14
|
btnAction: () => void | Promise<void>;
|
|
27
|
-
}, {}>;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
28
16
|
export default _default;
|
|
29
|
-
type __VLS_WithDefaults<P, D> = {
|
|
30
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
-
default: D[K];
|
|
32
|
-
}> : P[K];
|
|
33
|
-
};
|
|
34
|
-
type __VLS_Prettify<T> = {
|
|
35
|
-
[K in keyof T]: T[K];
|
|
36
|
-
} & {};
|
|
37
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
38
|
-
type __VLS_TypePropsToOption<T> = {
|
|
39
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
40
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
41
|
-
} : {
|
|
42
|
-
type: import('vue').PropType<T[K]>;
|
|
43
|
-
required: true;
|
|
44
|
-
};
|
|
45
|
-
};
|