@cobre-npm/ds-v3 0.77.0 → 0.77.1
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
|
@@ -5,59 +5,201 @@ interface Props {
|
|
|
5
5
|
tooltipText?: string;
|
|
6
6
|
copied?: string;
|
|
7
7
|
minLengthToShowTooltip?: number;
|
|
8
|
+
customWidth?: number;
|
|
8
9
|
}
|
|
9
10
|
declare function __VLS_template(): {
|
|
10
|
-
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
content?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {
|
|
16
|
+
componentRef: HTMLDivElement;
|
|
17
|
+
copyButtonRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
theme: {
|
|
19
|
+
type: () => import("../../../types/button.types.js").ButtonThemes;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
size: {
|
|
23
|
+
type: () => "small" | "medium" | "auto" | "big";
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
label: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
disabled: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
isLoading: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
}>> & Readonly<{}>, {
|
|
39
|
+
slots: Readonly<{
|
|
40
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
41
|
+
}>;
|
|
42
|
+
isEmptySlot: (items: any[]) => boolean;
|
|
43
|
+
disabled: import("vue").Ref<boolean, boolean>;
|
|
44
|
+
size: import("vue").Ref<"small" | "medium" | "auto" | "big", "small" | "medium" | "auto" | "big">;
|
|
45
|
+
label: import("vue").Ref<string, string>;
|
|
46
|
+
theme: import("vue").Ref<import("../../../types/button.types.js").ButtonThemes, import("../../../types/button.types.js").ButtonThemes>;
|
|
47
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
|
48
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
49
|
+
disabled: boolean;
|
|
50
|
+
size: "small" | "medium" | "auto" | "big";
|
|
51
|
+
label: string;
|
|
52
|
+
theme: import("../../../types/button.types.js").ButtonThemes;
|
|
53
|
+
isLoading: boolean;
|
|
54
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
55
|
+
P: {};
|
|
56
|
+
B: {};
|
|
57
|
+
D: {};
|
|
58
|
+
C: {};
|
|
59
|
+
M: {};
|
|
60
|
+
Defaults: {};
|
|
61
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
62
|
+
theme: {
|
|
63
|
+
type: () => import("../../../types/button.types.js").ButtonThemes;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
size: {
|
|
67
|
+
type: () => "small" | "medium" | "auto" | "big";
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
label: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
74
|
+
disabled: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
isLoading: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
}>> & Readonly<{}>, {
|
|
83
|
+
slots: Readonly<{
|
|
84
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
85
|
+
}>;
|
|
86
|
+
isEmptySlot: (items: any[]) => boolean;
|
|
87
|
+
disabled: import("vue").Ref<boolean, boolean>;
|
|
88
|
+
size: import("vue").Ref<"small" | "medium" | "auto" | "big", "small" | "medium" | "auto" | "big">;
|
|
89
|
+
label: import("vue").Ref<string, string>;
|
|
90
|
+
theme: import("vue").Ref<import("../../../types/button.types.js").ButtonThemes, import("../../../types/button.types.js").ButtonThemes>;
|
|
91
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
|
92
|
+
}, {}, {}, {}, {
|
|
93
|
+
disabled: boolean;
|
|
94
|
+
size: "small" | "medium" | "auto" | "big";
|
|
95
|
+
label: string;
|
|
96
|
+
theme: import("../../../types/button.types.js").ButtonThemes;
|
|
97
|
+
isLoading: boolean;
|
|
98
|
+
}> | null;
|
|
99
|
+
};
|
|
100
|
+
rootEl: HTMLDivElement;
|
|
11
101
|
};
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
allowCopy: boolean;
|
|
15
|
-
size: string;
|
|
16
|
-
minLengthToShowTooltip: number;
|
|
17
|
-
tooltipText: string;
|
|
18
|
-
copyText: string;
|
|
19
|
-
copied: string;
|
|
20
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
102
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
103
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
104
|
copy: (...args: any[]) => void;
|
|
22
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
23
|
-
text: string;
|
|
24
|
-
allowCopy: boolean;
|
|
25
|
-
size: string;
|
|
26
|
-
minLengthToShowTooltip: number;
|
|
27
|
-
tooltipText: string;
|
|
28
|
-
copyText: string;
|
|
29
|
-
copied: string;
|
|
30
|
-
}>>> & {
|
|
105
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
31
106
|
onCopy?: ((...args: any[]) => any) | undefined;
|
|
32
|
-
}
|
|
107
|
+
}>, {
|
|
33
108
|
text: string;
|
|
34
109
|
tooltipText: string;
|
|
35
110
|
copied: string;
|
|
36
111
|
allowCopy: boolean;
|
|
37
112
|
copyText: string;
|
|
38
113
|
minLengthToShowTooltip: number;
|
|
39
|
-
}, {}
|
|
40
|
-
|
|
114
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
115
|
+
componentRef: HTMLDivElement;
|
|
116
|
+
copyButtonRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
117
|
+
theme: {
|
|
118
|
+
type: () => import("../../../types/button.types.js").ButtonThemes;
|
|
119
|
+
default: string;
|
|
120
|
+
};
|
|
121
|
+
size: {
|
|
122
|
+
type: () => "small" | "medium" | "auto" | "big";
|
|
123
|
+
default: string;
|
|
124
|
+
};
|
|
125
|
+
label: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
default: string;
|
|
128
|
+
};
|
|
129
|
+
disabled: {
|
|
130
|
+
type: BooleanConstructor;
|
|
131
|
+
default: boolean;
|
|
132
|
+
};
|
|
133
|
+
isLoading: {
|
|
134
|
+
type: BooleanConstructor;
|
|
135
|
+
default: boolean;
|
|
136
|
+
};
|
|
137
|
+
}>> & Readonly<{}>, {
|
|
138
|
+
slots: Readonly<{
|
|
139
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
140
|
+
}>;
|
|
141
|
+
isEmptySlot: (items: any[]) => boolean;
|
|
142
|
+
disabled: import("vue").Ref<boolean, boolean>;
|
|
143
|
+
size: import("vue").Ref<"small" | "medium" | "auto" | "big", "small" | "medium" | "auto" | "big">;
|
|
144
|
+
label: import("vue").Ref<string, string>;
|
|
145
|
+
theme: import("vue").Ref<import("../../../types/button.types.js").ButtonThemes, import("../../../types/button.types.js").ButtonThemes>;
|
|
146
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
|
147
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
148
|
+
disabled: boolean;
|
|
149
|
+
size: "small" | "medium" | "auto" | "big";
|
|
150
|
+
label: string;
|
|
151
|
+
theme: import("../../../types/button.types.js").ButtonThemes;
|
|
152
|
+
isLoading: boolean;
|
|
153
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
154
|
+
P: {};
|
|
155
|
+
B: {};
|
|
156
|
+
D: {};
|
|
157
|
+
C: {};
|
|
158
|
+
M: {};
|
|
159
|
+
Defaults: {};
|
|
160
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
161
|
+
theme: {
|
|
162
|
+
type: () => import("../../../types/button.types.js").ButtonThemes;
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
165
|
+
size: {
|
|
166
|
+
type: () => "small" | "medium" | "auto" | "big";
|
|
167
|
+
default: string;
|
|
168
|
+
};
|
|
169
|
+
label: {
|
|
170
|
+
type: StringConstructor;
|
|
171
|
+
default: string;
|
|
172
|
+
};
|
|
173
|
+
disabled: {
|
|
174
|
+
type: BooleanConstructor;
|
|
175
|
+
default: boolean;
|
|
176
|
+
};
|
|
177
|
+
isLoading: {
|
|
178
|
+
type: BooleanConstructor;
|
|
179
|
+
default: boolean;
|
|
180
|
+
};
|
|
181
|
+
}>> & Readonly<{}>, {
|
|
182
|
+
slots: Readonly<{
|
|
183
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
184
|
+
}>;
|
|
185
|
+
isEmptySlot: (items: any[]) => boolean;
|
|
186
|
+
disabled: import("vue").Ref<boolean, boolean>;
|
|
187
|
+
size: import("vue").Ref<"small" | "medium" | "auto" | "big", "small" | "medium" | "auto" | "big">;
|
|
188
|
+
label: import("vue").Ref<string, string>;
|
|
189
|
+
theme: import("vue").Ref<import("../../../types/button.types.js").ButtonThemes, import("../../../types/button.types.js").ButtonThemes>;
|
|
190
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
|
191
|
+
}, {}, {}, {}, {
|
|
192
|
+
disabled: boolean;
|
|
193
|
+
size: "small" | "medium" | "auto" | "big";
|
|
194
|
+
label: string;
|
|
195
|
+
theme: import("../../../types/button.types.js").ButtonThemes;
|
|
196
|
+
isLoading: boolean;
|
|
197
|
+
}> | null;
|
|
198
|
+
}, HTMLDivElement>;
|
|
199
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
200
|
export default _default;
|
|
42
|
-
type __VLS_WithDefaults<P, D> = {
|
|
43
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
-
default: D[K];
|
|
45
|
-
}> : P[K];
|
|
46
|
-
};
|
|
47
|
-
type __VLS_Prettify<T> = {
|
|
48
|
-
[K in keyof T]: T[K];
|
|
49
|
-
} & {};
|
|
50
201
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
51
202
|
new (): {
|
|
52
203
|
$slots: S;
|
|
53
204
|
};
|
|
54
205
|
};
|
|
55
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
56
|
-
type __VLS_TypePropsToOption<T> = {
|
|
57
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
58
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
59
|
-
} : {
|
|
60
|
-
type: import('vue').PropType<T[K]>;
|
|
61
|
-
required: true;
|
|
62
|
-
};
|
|
63
|
-
};
|
|
@@ -16,19 +16,7 @@ interface Props {
|
|
|
16
16
|
showErrors?: boolean;
|
|
17
17
|
height?: string;
|
|
18
18
|
}
|
|
19
|
-
declare const _default: import("vue").DefineComponent<
|
|
20
|
-
isRequired: boolean;
|
|
21
|
-
minlength: string;
|
|
22
|
-
maxlength: string;
|
|
23
|
-
errorMsg: string;
|
|
24
|
-
isDisabled: boolean;
|
|
25
|
-
labelOptional: string;
|
|
26
|
-
infoLabel: string;
|
|
27
|
-
iconInfoLabel: boolean;
|
|
28
|
-
theme: string;
|
|
29
|
-
showErrors: boolean;
|
|
30
|
-
height: string;
|
|
31
|
-
}>, {
|
|
19
|
+
declare const _default: import("vue").DefineComponent<Props, {
|
|
32
20
|
isValid: import("vue").ComputedRef<boolean>;
|
|
33
21
|
isValidMinlength: import("vue").ComputedRef<boolean>;
|
|
34
22
|
isValidMaxlength: import("vue").ComputedRef<boolean>;
|
|
@@ -36,23 +24,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
36
24
|
isValidAlphanumeric: import("vue").ComputedRef<boolean>;
|
|
37
25
|
isValidEmail: import("vue").ComputedRef<boolean>;
|
|
38
26
|
areValidLetters: import("vue").ComputedRef<boolean>;
|
|
39
|
-
},
|
|
27
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
40
28
|
"update:modelValue": (...args: any[]) => void;
|
|
41
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
42
|
-
isRequired: boolean;
|
|
43
|
-
minlength: string;
|
|
44
|
-
maxlength: string;
|
|
45
|
-
errorMsg: string;
|
|
46
|
-
isDisabled: boolean;
|
|
47
|
-
labelOptional: string;
|
|
48
|
-
infoLabel: string;
|
|
49
|
-
iconInfoLabel: boolean;
|
|
50
|
-
theme: string;
|
|
51
|
-
showErrors: boolean;
|
|
52
|
-
height: string;
|
|
53
|
-
}>>> & {
|
|
29
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
54
30
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
55
|
-
}
|
|
31
|
+
}>, {
|
|
56
32
|
height: string;
|
|
57
33
|
theme: "white" | "cloudy";
|
|
58
34
|
isRequired: boolean;
|
|
@@ -64,22 +40,5 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
64
40
|
infoLabel: string | null;
|
|
65
41
|
iconInfoLabel: boolean;
|
|
66
42
|
showErrors: boolean;
|
|
67
|
-
}, {}>;
|
|
43
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
68
44
|
export default _default;
|
|
69
|
-
type __VLS_WithDefaults<P, D> = {
|
|
70
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
71
|
-
default: D[K];
|
|
72
|
-
}> : P[K];
|
|
73
|
-
};
|
|
74
|
-
type __VLS_Prettify<T> = {
|
|
75
|
-
[K in keyof T]: T[K];
|
|
76
|
-
} & {};
|
|
77
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
78
|
-
type __VLS_TypePropsToOption<T> = {
|
|
79
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
80
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
81
|
-
} : {
|
|
82
|
-
type: import('vue').PropType<T[K]>;
|
|
83
|
-
required: true;
|
|
84
|
-
};
|
|
85
|
-
};
|
|
@@ -5,37 +5,16 @@ interface Props {
|
|
|
5
5
|
placeholder?: string;
|
|
6
6
|
debounce?: number;
|
|
7
7
|
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<
|
|
9
|
-
isLoading: boolean;
|
|
10
|
-
debounce: number;
|
|
11
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
9
|
"update:modelValue": (...args: any[]) => void;
|
|
13
10
|
deleteInput: (...args: any[]) => void;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
15
|
-
isLoading: boolean;
|
|
16
|
-
debounce: number;
|
|
17
|
-
}>>> & {
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
18
12
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
19
13
|
onDeleteInput?: ((...args: any[]) => any) | undefined;
|
|
20
|
-
}
|
|
14
|
+
}>, {
|
|
21
15
|
isLoading: boolean;
|
|
22
16
|
debounce: number;
|
|
23
|
-
}, {}
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
18
|
+
inputSearch: HTMLInputElement;
|
|
19
|
+
}, HTMLDivElement>;
|
|
24
20
|
export default _default;
|
|
25
|
-
type __VLS_WithDefaults<P, D> = {
|
|
26
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
27
|
-
default: D[K];
|
|
28
|
-
}> : P[K];
|
|
29
|
-
};
|
|
30
|
-
type __VLS_Prettify<T> = {
|
|
31
|
-
[K in keyof T]: T[K];
|
|
32
|
-
} & {};
|
|
33
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
-
type __VLS_TypePropsToOption<T> = {
|
|
35
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
-
} : {
|
|
38
|
-
type: import('vue').PropType<T[K]>;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
};
|
package/dist/types/components/molecules/Toolbar/CobreInputSearchV2/CobreInputSearchV2.vue.d.ts
CHANGED
|
@@ -6,40 +6,17 @@ interface Props {
|
|
|
6
6
|
debounce?: number;
|
|
7
7
|
searchLabel?: string;
|
|
8
8
|
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<
|
|
10
|
-
isLoading: boolean;
|
|
11
|
-
debounce: number;
|
|
12
|
-
searchLabel: string;
|
|
13
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
10
|
"update:modelValue": (...args: any[]) => void;
|
|
15
11
|
deleteInput: (...args: any[]) => void;
|
|
16
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
17
|
-
isLoading: boolean;
|
|
18
|
-
debounce: number;
|
|
19
|
-
searchLabel: string;
|
|
20
|
-
}>>> & {
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
21
13
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
22
14
|
onDeleteInput?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
}
|
|
15
|
+
}>, {
|
|
24
16
|
isLoading: boolean;
|
|
25
17
|
debounce: number;
|
|
26
18
|
searchLabel: string;
|
|
27
|
-
}, {}
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
20
|
+
inputSearch: HTMLInputElement;
|
|
21
|
+
}, HTMLElement>;
|
|
28
22
|
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
|
-
};
|
|
@@ -14,41 +14,26 @@ interface Props {
|
|
|
14
14
|
menuItemActive: string;
|
|
15
15
|
}
|
|
16
16
|
declare function __VLS_template(): {
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: {
|
|
19
|
+
start?(_: {}): any;
|
|
20
|
+
end?(_: {}): any;
|
|
21
|
+
};
|
|
22
|
+
refs: {};
|
|
23
|
+
rootEl: HTMLElement;
|
|
19
24
|
};
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
26
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
27
|
selectedOption: (...args: any[]) => void;
|
|
24
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
25
|
-
menuItemActive: string;
|
|
26
|
-
}>>> & {
|
|
28
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
27
29
|
onSelectedOption?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
}
|
|
30
|
+
}>, {
|
|
29
31
|
menuItemActive: string;
|
|
30
|
-
}, {}>;
|
|
31
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
32
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
|
|
33
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
32
34
|
export default _default;
|
|
33
|
-
type __VLS_WithDefaults<P, D> = {
|
|
34
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
|
-
default: D[K];
|
|
36
|
-
}> : P[K];
|
|
37
|
-
};
|
|
38
|
-
type __VLS_Prettify<T> = {
|
|
39
|
-
[K in keyof T]: T[K];
|
|
40
|
-
} & {};
|
|
41
35
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
36
|
new (): {
|
|
43
37
|
$slots: S;
|
|
44
38
|
};
|
|
45
39
|
};
|
|
46
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
47
|
-
type __VLS_TypePropsToOption<T> = {
|
|
48
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
49
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
50
|
-
} : {
|
|
51
|
-
type: import('vue').PropType<T[K]>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
@@ -19,37 +19,12 @@ interface Props {
|
|
|
19
19
|
path: string;
|
|
20
20
|
}, menuItem?: SubItems) => void;
|
|
21
21
|
}
|
|
22
|
-
declare const _default: import("vue").DefineComponent<
|
|
23
|
-
itemActive: string;
|
|
24
|
-
isOpen: boolean;
|
|
25
|
-
isMobile: boolean;
|
|
26
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
27
23
|
clickOption: (...args: any[]) => void;
|
|
28
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
29
|
-
itemActive: string;
|
|
30
|
-
isOpen: boolean;
|
|
31
|
-
isMobile: boolean;
|
|
32
|
-
}>>> & {
|
|
24
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
33
25
|
onClickOption?: ((...args: any[]) => any) | undefined;
|
|
34
|
-
}
|
|
26
|
+
}>, {
|
|
35
27
|
itemActive: string;
|
|
36
28
|
isMobile: boolean;
|
|
37
|
-
}, {}>;
|
|
29
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
|
|
38
30
|
export default _default;
|
|
39
|
-
type __VLS_WithDefaults<P, D> = {
|
|
40
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
-
default: D[K];
|
|
42
|
-
}> : P[K];
|
|
43
|
-
};
|
|
44
|
-
type __VLS_Prettify<T> = {
|
|
45
|
-
[K in keyof T]: T[K];
|
|
46
|
-
} & {};
|
|
47
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
48
|
-
type __VLS_TypePropsToOption<T> = {
|
|
49
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
50
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
51
|
-
} : {
|
|
52
|
-
type: import('vue').PropType<T[K]>;
|
|
53
|
-
required: true;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
@@ -7,54 +7,35 @@ interface Props {
|
|
|
7
7
|
navigateSubPage?: boolean;
|
|
8
8
|
}
|
|
9
9
|
declare function __VLS_template(): {
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
header?(_: {}): any;
|
|
13
|
+
start?(_: {}): any;
|
|
14
|
+
};
|
|
15
|
+
refs: {};
|
|
16
|
+
rootEl: HTMLDivElement;
|
|
12
17
|
};
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
isCollapsed: boolean;
|
|
16
|
-
navigateSubPage: boolean;
|
|
17
|
-
}>, {
|
|
18
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
+
declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
18
20
|
preLoadSubPages: (path?: string) => void;
|
|
19
21
|
closeSubPage: () => Promise<void>;
|
|
20
|
-
},
|
|
22
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
23
|
selectOption: (...args: any[]) => void;
|
|
22
24
|
collapseMenu: (...args: any[]) => void;
|
|
23
25
|
closeSubPage: (...args: any[]) => void;
|
|
24
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
25
|
-
itemActive: string;
|
|
26
|
-
isCollapsed: boolean;
|
|
27
|
-
navigateSubPage: boolean;
|
|
28
|
-
}>>> & {
|
|
26
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
29
27
|
onSelectOption?: ((...args: any[]) => any) | undefined;
|
|
30
28
|
onCollapseMenu?: ((...args: any[]) => any) | undefined;
|
|
31
29
|
onCloseSubPage?: ((...args: any[]) => any) | undefined;
|
|
32
|
-
}
|
|
30
|
+
}>, {
|
|
33
31
|
itemActive: string;
|
|
34
32
|
isCollapsed: boolean;
|
|
35
33
|
navigateSubPage: boolean;
|
|
36
|
-
}, {}>;
|
|
37
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
35
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
38
36
|
export default _default;
|
|
39
|
-
type __VLS_WithDefaults<P, D> = {
|
|
40
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
-
default: D[K];
|
|
42
|
-
}> : P[K];
|
|
43
|
-
};
|
|
44
|
-
type __VLS_Prettify<T> = {
|
|
45
|
-
[K in keyof T]: T[K];
|
|
46
|
-
} & {};
|
|
47
37
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
38
|
new (): {
|
|
49
39
|
$slots: S;
|
|
50
40
|
};
|
|
51
41
|
};
|
|
52
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
53
|
-
type __VLS_TypePropsToOption<T> = {
|
|
54
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
55
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
56
|
-
} : {
|
|
57
|
-
type: import('vue').PropType<T[K]>;
|
|
58
|
-
required: true;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
@@ -5,20 +5,13 @@ interface Props {
|
|
|
5
5
|
isCollapsed: boolean;
|
|
6
6
|
contextText?: string;
|
|
7
7
|
}
|
|
8
|
-
declare const _default: import("vue").DefineComponent<
|
|
8
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
selectItem: (...args: any[]) => void;
|
|
10
10
|
selectSubItem: (...args: any[]) => void;
|
|
11
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
12
12
|
onSelectItem?: ((...args: any[]) => any) | undefined;
|
|
13
13
|
onSelectSubItem?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
}, {}, {}
|
|
14
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
15
|
+
targetItemExpanded: HTMLDivElement;
|
|
16
|
+
}, HTMLElement>;
|
|
15
17
|
export default _default;
|
|
16
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
-
type __VLS_TypePropsToOption<T> = {
|
|
18
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
|
-
} : {
|
|
21
|
-
type: import('vue').PropType<T[K]>;
|
|
22
|
-
required: true;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
@@ -3,18 +3,9 @@ interface Props {
|
|
|
3
3
|
subItems: Items[];
|
|
4
4
|
itemActive: string;
|
|
5
5
|
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<
|
|
6
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
7
|
selectSubItem: (...args: any[]) => void;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
9
9
|
onSelectSubItem?: ((...args: any[]) => any) | undefined;
|
|
10
|
-
}, {}, {}>;
|
|
10
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
11
11
|
export default _default;
|
|
12
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
|
-
type __VLS_TypePropsToOption<T> = {
|
|
14
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
|
-
} : {
|
|
17
|
-
type: import('vue').PropType<T[K]>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
};
|