@cobre-npm/ds-v3 0.82.8 → 0.82.9
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 +4461 -4452
- package/dist/style.css +1 -1
- package/dist/types/components/atoms/CobreAlert/CobreAlert.vue.d.ts +6 -15
- package/dist/types/components/atoms/CobreAvatar/CobreAvatar.vue.d.ts +1 -1
- package/dist/types/components/atoms/CobreBankLogo/CobreBankLogo.vue.d.ts +1 -1
- package/dist/types/components/atoms/CobreCardButton/CobreCardButton.vue.d.ts +1 -1
- package/dist/types/components/atoms/CobreCheckbox/CobreCheckbox.vue.d.ts +6 -15
- package/dist/types/components/atoms/CobreColumnTable/CobreColumnTable.vue.d.ts +9 -12
- package/dist/types/components/atoms/CobreCountryFlag/CobreCountryFlag.vue.d.ts +1 -1
- package/dist/types/components/atoms/CobreEmptyResults/CobreEmptyResults.vue.d.ts +1 -1
- package/dist/types/components/atoms/CobreEmptyState/CobreEmptyState.vue.d.ts +6 -11
- package/dist/types/components/atoms/CobreIndicative/CobreIndicative.vue.d.ts +16 -19
- package/dist/types/components/atoms/CobreInfoDetail/CobreInfoDetail.vue.d.ts +6 -11
- package/dist/types/components/atoms/CobreInputLabel/CobreInputLabel.vue.d.ts +1 -1
- package/dist/types/components/atoms/CobreOptionsSwitch/CobreOptionsSwitch.vue.d.ts +1 -4
- package/dist/types/components/atoms/CobrePager/CobrePager.vue.d.ts +1 -1
- package/dist/types/components/atoms/CobreRadio/CobreRadio.vue.d.ts +6 -11
- package/dist/types/components/atoms/CobreRowActions/CobreRowActions.vue.d.ts +1 -1
- package/dist/types/components/atoms/CobreSegmentedTabs/CobreSegmentedTabs.vue.d.ts +1 -1
- package/dist/types/components/atoms/CobreSwitch/CobreSwitch.vue.d.ts +1 -1
- package/dist/types/components/atoms/CobreTabMenuV2/CobreTabMenu.vue.d.ts +1 -1
- package/dist/types/components/atoms/CobreToastAlert/CobreToastAlert.vue.d.ts +1 -3
- package/dist/types/components/atoms/CobreTruncateTooltipText/CobreTruncateTooltipText.vue.d.ts +1 -3
- package/dist/types/components/atoms/CobreUploader/CobreUploader.vue.d.ts +1 -1
- package/dist/types/components/molecules/CobreAccountCpLogo/CobreAccountCpLogo.vue.d.ts +1 -1
- package/dist/types/components/molecules/CobreAccountInfoFiled/CobreAccountInfoField.vue.d.ts +1 -1
- package/dist/types/components/molecules/CobreActionList/CobreActionList.vue.d.ts +13 -15
- package/dist/types/components/molecules/CobreAvatarsGroup/CobreAvatarsGroup.vue.d.ts +1 -1
- package/dist/types/components/molecules/CobreBadge/CobreBadge.vue.d.ts +10 -13
- package/dist/types/components/molecules/CobreCardIcon/CobreCardIcon.vue.d.ts +8 -13
- package/dist/types/components/molecules/CobreDrawer/CobreDrawer.vue.d.ts +9 -12
- package/dist/types/components/molecules/CobreDropdownButton/CobreDropdownButton.vue.d.ts +5 -10
- package/dist/types/components/molecules/CobreFieldLogo/CobreFieldLogo.vue.d.ts +6 -11
- package/dist/types/components/molecules/CobreFlowResult/CobreFlowResult.vue.d.ts +6 -11
- package/dist/types/components/molecules/CobreFormOtp/CobreFormOtp.vue.d.ts +6 -257
- package/dist/types/components/molecules/CobreInput/CobreInput.vue.d.ts +1 -1
- package/dist/types/components/molecules/CobreInputAmount/CobreInputAmount.vue.d.ts +1 -3
- package/dist/types/components/molecules/CobreInputCurrency/CobreInputCurrency.vue.d.ts +3 -5
- package/dist/types/components/molecules/CobreInputPhoneNumber/CobreInputPhoneNumber.vue.d.ts +1 -1
- package/dist/types/components/molecules/CobreInputUrl/CobreInputUrl.vue.d.ts +1 -1
- package/dist/types/components/molecules/CobreKebabMenu/CobreKebabMenu.vue.d.ts +1 -1
- package/dist/types/components/molecules/CobreLogoField/CobreLogoField.vue.d.ts +6 -11
- package/dist/types/components/molecules/CobreModal/CobreModal.vue.d.ts +5 -10
- package/dist/types/components/molecules/CobreModalAction/CobreModalAction.vue.d.ts +29 -0
- package/dist/types/components/molecules/CobreRowTable/CobreRowTable.vue.d.ts +14 -15
- package/dist/types/components/molecules/CobreSelect/CobreSelect.vue.d.ts +46 -44
- package/dist/types/components/molecules/CobreSelectTags/CobreSelectTags.vue.d.ts +36 -36
- package/dist/types/components/molecules/CobreSnackBar/CobreSnackBar.vue.d.ts +1 -1
- package/dist/types/components/molecules/CobreTableCellCopy/CobreTableCellCopy.vue.d.ts +6 -205
- package/dist/types/components/molecules/CobreTextArea/CobreTextArea.vue.d.ts +1 -1
- package/dist/types/components/molecules/Toolbar/CobreInputSearch/CobreInputSearch.vue.d.ts +1 -3
- package/dist/types/components/molecules/Toolbar/CobreInputSearchV2/CobreInputSearchV2.vue.d.ts +1 -3
- package/dist/types/components/organisms/CobreDateFilter/CobreDateFilter.vue.d.ts +62 -0
- package/dist/types/components/organisms/CobreHeader/CobreHeader.vue.d.ts +8 -12
- package/dist/types/components/organisms/CobreHeader/components/Navbar.vue.d.ts +1 -1
- package/dist/types/components/organisms/CobreSideMenu/CobreSideMenu.vue.d.ts +8 -12
- package/dist/types/components/organisms/CobreSideMenu/components/SideMenuItem.vue.d.ts +1 -3
- package/dist/types/components/organisms/CobreSideMenu/components/SubItems.vue.d.ts +1 -1
- package/dist/types/components/organisms/CobreTimeline/CobreTimeline.vue.d.ts +8 -13
- package/package.json +1 -1
|
@@ -6,17 +6,10 @@ interface Props {
|
|
|
6
6
|
src?: string;
|
|
7
7
|
hasCloseButton?: boolean;
|
|
8
8
|
}
|
|
9
|
-
declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
contentComponent?(_: {}): any;
|
|
13
|
-
};
|
|
14
|
-
refs: {
|
|
15
|
-
imageContent: HTMLImageElement;
|
|
16
|
-
};
|
|
17
|
-
rootEl: HTMLElement;
|
|
9
|
+
declare var __VLS_12: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
contentComponent?: (props: typeof __VLS_12) => any;
|
|
18
12
|
};
|
|
19
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
13
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
14
|
close: (...args: any[]) => void;
|
|
22
15
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
@@ -26,12 +19,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
26
19
|
type: IconType;
|
|
27
20
|
content: string;
|
|
28
21
|
hasCloseButton: boolean;
|
|
29
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
30
|
-
|
|
31
|
-
}, HTMLElement>;
|
|
32
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
33
24
|
export default _default;
|
|
34
|
-
type
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
35
26
|
new (): {
|
|
36
27
|
$slots: S;
|
|
37
28
|
};
|
|
@@ -7,5 +7,5 @@ interface Props {
|
|
|
7
7
|
size?: sizeAvatarType;
|
|
8
8
|
hover?: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
10
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -5,5 +5,5 @@ interface Props {
|
|
|
5
5
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
6
6
|
size: "xs" | "sm" | "md" | "lg" | "auto";
|
|
7
7
|
idLogo: string;
|
|
8
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -8,5 +8,5 @@ interface Props {
|
|
|
8
8
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
9
9
|
isDisabled: boolean;
|
|
10
10
|
isSelected: boolean;
|
|
11
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
11
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -6,17 +6,10 @@ interface Props {
|
|
|
6
6
|
description?: string;
|
|
7
7
|
size?: 'sm' | 'md';
|
|
8
8
|
}
|
|
9
|
-
declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
option?(_: {}): any;
|
|
13
|
-
};
|
|
14
|
-
refs: {
|
|
15
|
-
checkInput: HTMLInputElement;
|
|
16
|
-
};
|
|
17
|
-
rootEl: HTMLDivElement;
|
|
9
|
+
declare var __VLS_1: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
option?: (props: typeof __VLS_1) => any;
|
|
18
12
|
};
|
|
19
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
13
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
14
|
"update:modelValue": (...args: any[]) => void;
|
|
22
15
|
changed: (...args: any[]) => void;
|
|
@@ -26,12 +19,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
26
19
|
}>, {
|
|
27
20
|
disabled: boolean;
|
|
28
21
|
size: "sm" | "md";
|
|
29
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
30
|
-
|
|
31
|
-
}, HTMLDivElement>;
|
|
32
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
33
24
|
export default _default;
|
|
34
|
-
type
|
|
25
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
35
26
|
new (): {
|
|
36
27
|
$slots: S;
|
|
37
28
|
};
|
|
@@ -23,24 +23,21 @@ interface Props {
|
|
|
23
23
|
activeRowIndex?: number;
|
|
24
24
|
height?: string;
|
|
25
25
|
}
|
|
26
|
-
declare
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
refs: {};
|
|
33
|
-
rootEl: HTMLElement;
|
|
26
|
+
declare var __VLS_2: string, __VLS_3: {
|
|
27
|
+
data: TableItem;
|
|
28
|
+
index: number;
|
|
29
|
+
};
|
|
30
|
+
type __VLS_Slots = {} & {
|
|
31
|
+
[K in NonNullable<typeof __VLS_2>]?: (props: typeof __VLS_3) => any;
|
|
34
32
|
};
|
|
35
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
36
33
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
37
34
|
dataKey: string;
|
|
38
35
|
emptyResultTitle: string;
|
|
39
36
|
emptyResultMsg: string;
|
|
40
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
41
|
-
declare const _default:
|
|
37
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
42
39
|
export default _default;
|
|
43
|
-
type
|
|
40
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
44
41
|
new (): {
|
|
45
42
|
$slots: S;
|
|
46
43
|
};
|
|
@@ -7,5 +7,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
7
7
|
height: number;
|
|
8
8
|
width: number;
|
|
9
9
|
geo: string;
|
|
10
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -5,5 +5,5 @@ interface Props {
|
|
|
5
5
|
}
|
|
6
6
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
7
7
|
icon: "cards" | "box" | "error";
|
|
8
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
export default _default;
|
|
@@ -1,19 +1,14 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
image: string;
|
|
3
3
|
};
|
|
4
|
-
declare
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
content?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: HTMLElement;
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
6
|
+
content?: (props: typeof __VLS_1) => any;
|
|
11
7
|
};
|
|
12
|
-
|
|
13
|
-
declare const
|
|
14
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
15
10
|
export default _default;
|
|
16
|
-
type
|
|
11
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
17
12
|
new (): {
|
|
18
13
|
$slots: S;
|
|
19
14
|
};
|
|
@@ -11,23 +11,20 @@ interface Props {
|
|
|
11
11
|
disabled?: boolean;
|
|
12
12
|
options?: Indicative[];
|
|
13
13
|
}
|
|
14
|
-
declare
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
refs: {};
|
|
28
|
-
rootEl: HTMLDivElement;
|
|
14
|
+
declare var __VLS_10: {
|
|
15
|
+
attributes: any;
|
|
16
|
+
}, __VLS_12: {
|
|
17
|
+
option: never;
|
|
18
|
+
}, __VLS_17: {
|
|
19
|
+
option: never;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_Slots = {} & {
|
|
22
|
+
'open-indicator'?: (props: typeof __VLS_10) => any;
|
|
23
|
+
} & {
|
|
24
|
+
'selected-option'?: (props: typeof __VLS_12) => any;
|
|
25
|
+
} & {
|
|
26
|
+
option?: (props: typeof __VLS_17) => any;
|
|
29
27
|
};
|
|
30
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
31
28
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
29
|
"update:modelValue": (...args: any[]) => void;
|
|
33
30
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
@@ -39,10 +36,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
39
36
|
searchable: boolean;
|
|
40
37
|
isRequired: boolean;
|
|
41
38
|
options: Indicative[];
|
|
42
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
43
|
-
declare const _default:
|
|
39
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
40
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
44
41
|
export default _default;
|
|
45
|
-
type
|
|
42
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
46
43
|
new (): {
|
|
47
44
|
$slots: S;
|
|
48
45
|
};
|
|
@@ -4,24 +4,19 @@ interface Props {
|
|
|
4
4
|
content?: string;
|
|
5
5
|
isLoading?: boolean;
|
|
6
6
|
}
|
|
7
|
-
declare
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
contentComponent?(_: {}): any;
|
|
11
|
-
};
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: HTMLDivElement;
|
|
7
|
+
declare var __VLS_4: {};
|
|
8
|
+
type __VLS_Slots = {} & {
|
|
9
|
+
contentComponent?: (props: typeof __VLS_4) => any;
|
|
14
10
|
};
|
|
15
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
11
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
17
12
|
title: string;
|
|
18
13
|
isLoading: boolean;
|
|
19
14
|
content: string;
|
|
20
15
|
contentClass: string;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
22
|
-
declare const _default:
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
23
18
|
export default _default;
|
|
24
|
-
type
|
|
19
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
25
20
|
new (): {
|
|
26
21
|
$slots: S;
|
|
27
22
|
};
|
|
@@ -2,5 +2,5 @@ interface Props {
|
|
|
2
2
|
label?: string;
|
|
3
3
|
isDisabled?: boolean;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
5
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
export default _default;
|
|
@@ -18,8 +18,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
18
18
|
onChange?: ((option: Option) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
20
|
options: Option[];
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
22
|
-
component: HTMLElement;
|
|
23
|
-
buttonOpts: HTMLButtonElement[];
|
|
24
|
-
}, HTMLElement>;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
22
|
export default _default;
|
|
@@ -17,5 +17,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
17
17
|
totalPages: number;
|
|
18
18
|
currentPage: number;
|
|
19
19
|
totalItems: number;
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
21
|
export default _default;
|
|
@@ -10,15 +10,10 @@ interface Props {
|
|
|
10
10
|
description?: string;
|
|
11
11
|
size?: 'sm' | 'md';
|
|
12
12
|
}
|
|
13
|
-
declare
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
content?(_: {}): any;
|
|
17
|
-
};
|
|
18
|
-
refs: {};
|
|
19
|
-
rootEl: HTMLDivElement;
|
|
13
|
+
declare var __VLS_1: {};
|
|
14
|
+
type __VLS_Slots = {} & {
|
|
15
|
+
content?: (props: typeof __VLS_1) => any;
|
|
20
16
|
};
|
|
21
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
17
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
18
|
"update:modelValue": (...args: any[]) => void;
|
|
24
19
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
@@ -29,10 +24,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
29
24
|
modelValue: string | boolean;
|
|
30
25
|
value: string | number | string[];
|
|
31
26
|
checked: boolean;
|
|
32
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
33
|
-
declare const _default:
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
34
29
|
export default _default;
|
|
35
|
-
type
|
|
30
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
36
31
|
new (): {
|
|
37
32
|
$slots: S;
|
|
38
33
|
};
|
|
@@ -8,5 +8,5 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
8
8
|
action: (payload: string) => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
10
|
onAction?: ((payload: string) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
11
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -10,5 +10,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
10
10
|
"update:modelValue": (value: string) => any;
|
|
11
11
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
12
12
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
13
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
export default _default;
|
|
@@ -11,5 +11,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
11
11
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
12
12
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
13
13
|
onChanged?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -19,5 +19,5 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
19
19
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
20
20
|
onSelect?: ((tab: Tab) => any) | undefined;
|
|
21
21
|
"onUpdate:modelValue"?: ((tab: Tab) => any) | undefined;
|
|
22
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
22
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
export default _default;
|
|
@@ -13,7 +13,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
13
13
|
title: string;
|
|
14
14
|
type: IconType;
|
|
15
15
|
content: string;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
17
|
-
imageContent: HTMLImageElement;
|
|
18
|
-
}, HTMLElement>;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
17
|
export default _default;
|
package/dist/types/components/atoms/CobreTruncateTooltipText/CobreTruncateTooltipText.vue.d.ts
CHANGED
|
@@ -3,7 +3,5 @@ interface Props {
|
|
|
3
3
|
}
|
|
4
4
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
5
5
|
text: string;
|
|
6
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
7
|
-
textElement: HTMLSpanElement;
|
|
8
|
-
}, HTMLDivElement>;
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
7
|
export default _default;
|
|
@@ -23,5 +23,5 @@ declare const _default: import("vue").DefineComponent<Props, {
|
|
|
23
23
|
disabled: boolean;
|
|
24
24
|
isLoading: boolean;
|
|
25
25
|
deleteFileTooltip: string;
|
|
26
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
27
|
export default _default;
|
|
@@ -5,5 +5,5 @@ interface Props {
|
|
|
5
5
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
6
6
|
size: "xs" | "sm" | "md" | "lg";
|
|
7
7
|
logo: string;
|
|
8
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
8
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
export default _default;
|
package/dist/types/components/molecules/CobreAccountInfoFiled/CobreAccountInfoField.vue.d.ts
CHANGED
|
@@ -15,5 +15,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
15
15
|
isEnabledUnmask: boolean;
|
|
16
16
|
isEnabledCopy: boolean;
|
|
17
17
|
copied: string;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
19
|
export default _default;
|
|
@@ -18,19 +18,17 @@ interface Props {
|
|
|
18
18
|
title?: string;
|
|
19
19
|
actionButton?: string;
|
|
20
20
|
}
|
|
21
|
-
declare
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
rootEl: HTMLElement;
|
|
21
|
+
declare var __VLS_1: {}, __VLS_4: string, __VLS_5: {
|
|
22
|
+
data: Option;
|
|
23
|
+
index: number;
|
|
24
|
+
}, __VLS_14: {};
|
|
25
|
+
type __VLS_Slots = {} & {
|
|
26
|
+
[K in NonNullable<typeof __VLS_4>]?: (props: typeof __VLS_5) => any;
|
|
27
|
+
} & {
|
|
28
|
+
header?: (props: typeof __VLS_1) => any;
|
|
29
|
+
} & {
|
|
30
|
+
footer?: (props: typeof __VLS_14) => any;
|
|
32
31
|
};
|
|
33
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
34
32
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
35
33
|
close: (...args: any[]) => void;
|
|
36
34
|
clickOption: (...args: any[]) => void;
|
|
@@ -40,10 +38,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
40
38
|
}>, {
|
|
41
39
|
options: Array<Option>;
|
|
42
40
|
hasCloseButton: boolean;
|
|
43
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
44
|
-
declare const _default:
|
|
41
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
42
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
45
43
|
export default _default;
|
|
46
|
-
type
|
|
44
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
47
45
|
new (): {
|
|
48
46
|
$slots: S;
|
|
49
47
|
};
|
|
@@ -3,5 +3,5 @@ type __VLS_Props = {
|
|
|
3
3
|
emailsList: string[];
|
|
4
4
|
size: sizeAvatarType;
|
|
5
5
|
};
|
|
6
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
export default _default;
|
|
@@ -7,17 +7,14 @@ interface Props {
|
|
|
7
7
|
filterLabelColor?: string;
|
|
8
8
|
ellipsisSize?: number;
|
|
9
9
|
}
|
|
10
|
-
declare
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
refs: {};
|
|
18
|
-
rootEl: HTMLDivElement;
|
|
10
|
+
declare var __VLS_8: {}, __VLS_10: {}, __VLS_12: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
start?: (props: typeof __VLS_8) => any;
|
|
13
|
+
} & {
|
|
14
|
+
content?: (props: typeof __VLS_10) => any;
|
|
15
|
+
} & {
|
|
16
|
+
end?: (props: typeof __VLS_12) => any;
|
|
19
17
|
};
|
|
20
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
18
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
19
|
close: (...args: any[]) => void;
|
|
23
20
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
@@ -27,10 +24,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
27
24
|
type: string;
|
|
28
25
|
hasCloseButton: boolean;
|
|
29
26
|
isSelected: boolean;
|
|
30
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
31
|
-
declare const _default:
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
32
29
|
export default _default;
|
|
33
|
-
type
|
|
30
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
34
31
|
new (): {
|
|
35
32
|
$slots: S;
|
|
36
33
|
};
|
|
@@ -6,17 +6,12 @@ interface Props {
|
|
|
6
6
|
orientation?: 'horizontal' | 'vertical';
|
|
7
7
|
disabled?: boolean;
|
|
8
8
|
}
|
|
9
|
-
declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {};
|
|
17
|
-
rootEl: HTMLDivElement;
|
|
9
|
+
declare var __VLS_1: {
|
|
10
|
+
class: string;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_Slots = {} & {
|
|
13
|
+
icon?: (props: typeof __VLS_1) => any;
|
|
18
14
|
};
|
|
19
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
15
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
16
|
"update:modelValue": (...args: any[]) => void;
|
|
22
17
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
@@ -26,10 +21,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
26
21
|
label: string;
|
|
27
22
|
geo: string;
|
|
28
23
|
orientation: "horizontal" | "vertical";
|
|
29
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {},
|
|
30
|
-
declare const _default:
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
31
26
|
export default _default;
|
|
32
|
-
type
|
|
27
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
33
28
|
new (): {
|
|
34
29
|
$slots: S;
|
|
35
30
|
};
|
|
@@ -7,17 +7,14 @@ interface Props {
|
|
|
7
7
|
btnChevronHide?: boolean;
|
|
8
8
|
closeOnClickOutside?: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
refs: {};
|
|
18
|
-
rootEl: any;
|
|
10
|
+
declare var __VLS_16: {}, __VLS_18: {}, __VLS_20: {};
|
|
11
|
+
type __VLS_Slots = {} & {
|
|
12
|
+
onlyWrapper?: (props: typeof __VLS_16) => any;
|
|
13
|
+
} & {
|
|
14
|
+
content?: (props: typeof __VLS_18) => any;
|
|
15
|
+
} & {
|
|
16
|
+
footer?: (props: typeof __VLS_20) => any;
|
|
19
17
|
};
|
|
20
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
18
|
declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
22
19
|
toggleModal: () => void;
|
|
23
20
|
isOpen: import("vue").Ref<boolean, boolean>;
|
|
@@ -35,9 +32,9 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
35
32
|
btnChevronHide: boolean;
|
|
36
33
|
closeOnClickOutside: boolean;
|
|
37
34
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
38
|
-
declare const _default:
|
|
35
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
39
36
|
export default _default;
|
|
40
|
-
type
|
|
37
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
41
38
|
new (): {
|
|
42
39
|
$slots: S;
|
|
43
40
|
};
|
|
@@ -6,15 +6,10 @@ interface Props {
|
|
|
6
6
|
actionListOptions: Array<Option>;
|
|
7
7
|
label?: string;
|
|
8
8
|
}
|
|
9
|
-
declare
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
content?(_: {}): any;
|
|
13
|
-
};
|
|
14
|
-
refs: {};
|
|
15
|
-
rootEl: any;
|
|
9
|
+
declare var __VLS_9: {};
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
content?: (props: typeof __VLS_9) => any;
|
|
16
12
|
};
|
|
17
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
13
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
14
|
clickOption: (...args: any[]) => void;
|
|
20
15
|
"button-click": (...args: any[]) => void;
|
|
@@ -24,9 +19,9 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
24
19
|
}>, {
|
|
25
20
|
actionListOptions: Array<Option>;
|
|
26
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
27
|
-
declare const _default:
|
|
22
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
28
23
|
export default _default;
|
|
29
|
-
type
|
|
24
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
30
25
|
new (): {
|
|
31
26
|
$slots: S;
|
|
32
27
|
};
|