@idds/vue 1.5.18 → 1.5.20
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/App.vue.d.ts +3 -0
- package/dist/App.vue.d.ts.map +1 -0
- package/dist/components/Accordion.vue.d.ts +14 -35
- package/dist/components/Accordion.vue.d.ts.map +1 -1
- package/dist/components/AccordionCard.vue.d.ts +15 -41
- package/dist/components/AccordionCard.vue.d.ts.map +1 -1
- package/dist/components/AccordionGroup.vue.d.ts +12 -31
- package/dist/components/AccordionGroup.vue.d.ts.map +1 -1
- package/dist/components/ActionDropdown.vue.d.ts +21 -36
- package/dist/components/ActionDropdown.vue.d.ts.map +1 -1
- package/dist/components/Alert.vue.d.ts +13 -33
- package/dist/components/Alert.vue.d.ts.map +1 -1
- package/dist/components/Avatar.vue.d.ts +1 -28
- package/dist/components/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Badge.vue.d.ts +11 -33
- package/dist/components/Badge.vue.d.ts.map +1 -1
- package/dist/components/BottomSheet.vue.d.ts +16 -29
- package/dist/components/BottomSheet.vue.d.ts.map +1 -1
- package/dist/components/Breadcrumb.vue.d.ts +13 -33
- package/dist/components/Breadcrumb.vue.d.ts.map +1 -1
- package/dist/components/Button.vue.d.ts +14 -36
- package/dist/components/Button.vue.d.ts.map +1 -1
- package/dist/components/ButtonGroup.vue.d.ts +16 -31
- package/dist/components/ButtonGroup.vue.d.ts.map +1 -1
- package/dist/components/Card.vue.d.ts +27 -54
- package/dist/components/Card.vue.d.ts.map +1 -1
- package/dist/components/Checkbox.vue.d.ts +20 -41
- package/dist/components/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/Chip.vue.d.ts +5 -32
- package/dist/components/Chip.vue.d.ts.map +1 -1
- package/dist/components/CircleProgressBar.vue.d.ts +2 -31
- package/dist/components/CircleProgressBar.vue.d.ts.map +1 -1
- package/dist/components/Collapse.vue.d.ts +15 -38
- package/dist/components/Collapse.vue.d.ts.map +1 -1
- package/dist/components/ConfirmationProvider.vue.d.ts +9 -3
- package/dist/components/ConfirmationProvider.vue.d.ts.map +1 -1
- package/dist/components/DatePicker.vue.d.ts +11 -58
- package/dist/components/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/Divider.vue.d.ts +3 -30
- package/dist/components/Divider.vue.d.ts.map +1 -1
- package/dist/components/Drawer.vue.d.ts +20 -51
- package/dist/components/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown.vue.d.ts +15 -33
- package/dist/components/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/FieldInputTable.vue.d.ts +8 -27
- package/dist/components/FieldInputTable.vue.d.ts.map +1 -1
- package/dist/components/FileUpload.vue.d.ts +9 -47
- package/dist/components/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/InputSearch.vue.d.ts +14 -47
- package/dist/components/InputSearch.vue.d.ts.map +1 -1
- package/dist/components/LinearProgressIndicator.vue.d.ts +1 -24
- package/dist/components/LinearProgressIndicator.vue.d.ts.map +1 -1
- package/dist/components/Modal.vue.d.ts +21 -52
- package/dist/components/Modal.vue.d.ts.map +1 -1
- package/dist/components/MonthPicker.vue.d.ts +12 -43
- package/dist/components/MonthPicker.vue.d.ts.map +1 -1
- package/dist/components/MultipleChoiceGrid.vue.d.ts +6 -33
- package/dist/components/MultipleChoiceGrid.vue.d.ts.map +1 -1
- package/dist/components/OneTimePassword.vue.d.ts +6 -38
- package/dist/components/OneTimePassword.vue.d.ts.map +1 -1
- package/dist/components/Pagination.vue.d.ts +7 -52
- package/dist/components/Pagination.vue.d.ts.map +1 -1
- package/dist/components/PasswordInput.vue.d.ts +11 -43
- package/dist/components/PasswordInput.vue.d.ts.map +1 -1
- package/dist/components/PhoneInput.vue.d.ts +14 -46
- package/dist/components/PhoneInput.vue.d.ts.map +1 -1
- package/dist/components/ProgressBar.vue.d.ts +2 -33
- package/dist/components/ProgressBar.vue.d.ts.map +1 -1
- package/dist/components/RadioInput.vue.d.ts +11 -38
- package/dist/components/RadioInput.vue.d.ts.map +1 -1
- package/dist/components/SelectDropdown.vue.d.ts +33 -73
- package/dist/components/SelectDropdown.vue.d.ts.map +1 -1
- package/dist/components/SingleFileUpload.vue.d.ts +8 -38
- package/dist/components/SingleFileUpload.vue.d.ts.map +1 -1
- package/dist/components/Skeleton.vue.d.ts +2 -29
- package/dist/components/Skeleton.vue.d.ts.map +1 -1
- package/dist/components/Spinner.vue.d.ts +2 -37
- package/dist/components/Spinner.vue.d.ts.map +1 -1
- package/dist/components/Stepper.vue.d.ts +2 -26
- package/dist/components/Stepper.vue.d.ts.map +1 -1
- package/dist/components/TabHorizontal.vue.d.ts +5 -39
- package/dist/components/TabHorizontal.vue.d.ts.map +1 -1
- package/dist/components/TabVertical.vue.d.ts +5 -39
- package/dist/components/TabVertical.vue.d.ts.map +1 -1
- package/dist/components/Table.vue.d.ts +34 -67
- package/dist/components/Table.vue.d.ts.map +1 -1
- package/dist/components/TableProgressBar.vue.d.ts +1 -26
- package/dist/components/TableProgressBar.vue.d.ts.map +1 -1
- package/dist/components/TextArea.vue.d.ts +11 -59
- package/dist/components/TextArea.vue.d.ts.map +1 -1
- package/dist/components/TextField.vue.d.ts +13 -63
- package/dist/components/TextField.vue.d.ts.map +1 -1
- package/dist/components/ThemeToggle.vue.d.ts +2 -25
- package/dist/components/ThemeToggle.vue.d.ts.map +1 -1
- package/dist/components/TimePicker.vue.d.ts +24 -58
- package/dist/components/TimePicker.vue.d.ts.map +1 -1
- package/dist/components/Toast.vue.d.ts +3 -31
- package/dist/components/Toast.vue.d.ts.map +1 -1
- package/dist/components/ToastProvider.vue.d.ts +9 -3
- package/dist/components/ToastProvider.vue.d.ts.map +1 -1
- package/dist/components/Toggle.vue.d.ts +20 -37
- package/dist/components/Toggle.vue.d.ts.map +1 -1
- package/dist/components/Tooltip.vue.d.ts +19 -42
- package/dist/components/Tooltip.vue.d.ts.map +1 -1
- package/dist/components/YearPicker.vue.d.ts +12 -49
- package/dist/components/YearPicker.vue.d.ts.map +1 -1
- package/dist/composables/useConfirmation.d.ts +0 -1
- package/dist/composables/useToast.d.ts +0 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +446 -4943
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/main.d.ts +0 -1
- package/package.json +4 -4
|
@@ -15,45 +15,29 @@ export interface ModalProps {
|
|
|
15
15
|
paddingBody?: string;
|
|
16
16
|
}
|
|
17
17
|
declare function __VLS_template(): {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
attrs: Partial<{}>;
|
|
19
|
+
slots: {
|
|
20
|
+
title?(_: {}): any;
|
|
21
|
+
default?(_: {}): any;
|
|
22
|
+
footer?(_: {}): any;
|
|
23
|
+
};
|
|
24
|
+
refs: {
|
|
25
|
+
modalRef: HTMLDivElement;
|
|
26
|
+
};
|
|
27
|
+
rootEl: any;
|
|
21
28
|
};
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
showFooter: boolean;
|
|
29
|
-
closeLabel: string;
|
|
30
|
-
closeOnBackdrop: boolean;
|
|
31
|
-
closeOnEscape: boolean;
|
|
32
|
-
persistent: boolean;
|
|
33
|
-
paddingBody: string;
|
|
34
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
35
|
-
open: () => void;
|
|
36
|
-
close: () => void;
|
|
37
|
-
"update:modelValue": (value: boolean) => void;
|
|
38
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ModalProps>, {
|
|
39
|
-
modelValue: boolean;
|
|
40
|
-
size: string;
|
|
41
|
-
variant: string;
|
|
42
|
-
showCloseButton: boolean;
|
|
43
|
-
showHeader: boolean;
|
|
44
|
-
showFooter: boolean;
|
|
45
|
-
closeLabel: string;
|
|
46
|
-
closeOnBackdrop: boolean;
|
|
47
|
-
closeOnEscape: boolean;
|
|
48
|
-
persistent: boolean;
|
|
49
|
-
paddingBody: string;
|
|
50
|
-
}>>> & Readonly<{
|
|
29
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
+
declare const __VLS_component: import('vue').DefineComponent<ModalProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
31
|
+
open: () => any;
|
|
32
|
+
close: () => any;
|
|
33
|
+
"update:modelValue": (value: boolean) => any;
|
|
34
|
+
}, string, import('vue').PublicProps, Readonly<ModalProps> & Readonly<{
|
|
51
35
|
onOpen?: () => any;
|
|
52
36
|
onClose?: () => any;
|
|
53
37
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
54
38
|
}>, {
|
|
55
|
-
size: "sm" | "md" | "lg" | "xl" | "full" | "";
|
|
56
39
|
variant: "default" | "centered" | "fullscreen";
|
|
40
|
+
size: "sm" | "md" | "lg" | "xl" | "full" | "";
|
|
57
41
|
modelValue: boolean;
|
|
58
42
|
showHeader: boolean;
|
|
59
43
|
showFooter: boolean;
|
|
@@ -63,26 +47,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
63
47
|
closeOnEscape: boolean;
|
|
64
48
|
persistent: boolean;
|
|
65
49
|
paddingBody: string;
|
|
66
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
67
|
-
|
|
50
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
51
|
+
modalRef: HTMLDivElement;
|
|
52
|
+
}, any>;
|
|
53
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
68
54
|
export default _default;
|
|
69
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
70
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
71
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
72
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
73
|
-
} : {
|
|
74
|
-
type: import('vue').PropType<T[K]>;
|
|
75
|
-
required: true;
|
|
76
|
-
};
|
|
77
|
-
};
|
|
78
|
-
type __VLS_WithDefaults<P, D> = {
|
|
79
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
80
|
-
default: D[K];
|
|
81
|
-
}> : P[K];
|
|
82
|
-
};
|
|
83
|
-
type __VLS_Prettify<T> = {
|
|
84
|
-
[K in keyof T]: T[K];
|
|
85
|
-
} & {};
|
|
86
55
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
87
56
|
new (): {
|
|
88
57
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../src/components/Modal.vue"],"names":[],"mappings":"AA2DA;
|
|
1
|
+
{"version":3,"file":"Modal.vue.d.ts","sourceRoot":"","sources":["../../src/components/Modal.vue"],"names":[],"mappings":"AA2DA;AA2NA,MAAM,WAAW,UAAU;IACzB,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,EAAE,CAAC;IAC/C,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,YAAY,CAAC;IAChD,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,yDAAyD;IACzD,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AA6HD,iBAAS,cAAc;WAoIT,OAAO,IAA6B;;uBAbtB,GAAG;yBACD,GAAG;wBACJ,GAAG;;;;;;EAgB/B;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;aApST,SAAS,GAAG,UAAU,GAAG,YAAY;UADxC,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,EAAE;gBAHlC,OAAO;gBAMN,OAAO;gBACP,OAAO;qBAFF,OAAO;gBAGZ,MAAM;qBACD,OAAO;mBACT,OAAO;gBACV,OAAO;iBAEN,MAAM;;;OAqSpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -11,58 +11,27 @@ export interface MonthPickerProps {
|
|
|
11
11
|
showIcon?: boolean;
|
|
12
12
|
showClearButton?: boolean;
|
|
13
13
|
}
|
|
14
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
readonly: boolean;
|
|
20
|
-
required: boolean;
|
|
21
|
-
showIcon: boolean;
|
|
22
|
-
showClearButton: boolean;
|
|
23
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
-
clear: () => void;
|
|
25
|
-
change: (value: number) => void;
|
|
26
|
-
"update:modelValue": (value: number) => void;
|
|
27
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MonthPickerProps>, {
|
|
28
|
-
modelValue: any;
|
|
29
|
-
size: string;
|
|
30
|
-
status: string;
|
|
31
|
-
disabled: boolean;
|
|
32
|
-
readonly: boolean;
|
|
33
|
-
required: boolean;
|
|
34
|
-
showIcon: boolean;
|
|
35
|
-
showClearButton: boolean;
|
|
36
|
-
}>>> & Readonly<{
|
|
14
|
+
declare const _default: import('vue').DefineComponent<MonthPickerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
15
|
+
clear: () => any;
|
|
16
|
+
change: (value: number) => any;
|
|
17
|
+
"update:modelValue": (value: number) => any;
|
|
18
|
+
}, string, import('vue').PublicProps, Readonly<MonthPickerProps> & Readonly<{
|
|
37
19
|
onClear?: () => any;
|
|
38
20
|
onChange?: (value: number) => any;
|
|
39
21
|
"onUpdate:modelValue"?: (value: number) => any;
|
|
40
22
|
}>, {
|
|
41
|
-
size: "sm" | "md" | "lg";
|
|
42
|
-
required: boolean;
|
|
43
23
|
disabled: boolean;
|
|
24
|
+
required: boolean;
|
|
25
|
+
size: "sm" | "md" | "lg";
|
|
44
26
|
modelValue: number;
|
|
45
27
|
status: "neutral" | "success" | "error" | "warning";
|
|
46
28
|
readonly: boolean;
|
|
47
29
|
showClearButton: boolean;
|
|
48
30
|
showIcon: boolean;
|
|
49
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
32
|
+
containerRef: HTMLDivElement;
|
|
33
|
+
triggerRef: HTMLButtonElement;
|
|
34
|
+
panelRef: HTMLDivElement;
|
|
35
|
+
}, HTMLDivElement>;
|
|
50
36
|
export default _default;
|
|
51
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
52
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
53
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
54
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
55
|
-
} : {
|
|
56
|
-
type: import('vue').PropType<T[K]>;
|
|
57
|
-
required: true;
|
|
58
|
-
};
|
|
59
|
-
};
|
|
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
37
|
//# sourceMappingURL=MonthPicker.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MonthPicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/MonthPicker.vue"],"names":[],"mappings":"AA0JA;
|
|
1
|
+
{"version":3,"file":"MonthPicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/MonthPicker.vue"],"names":[],"mappings":"AA0JA;AAkfA,MAAM,WAAW,gBAAgB;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IACrD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;;;;;;;;;;cALY,OAAO;cAEP,OAAO;UALX,IAAI,GAAG,IAAI,GAAG,IAAI;gBAHZ,MAAM;YAIV,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS;cAGzC,OAAO;qBAGA,OAAO;cADd,OAAO;;;;;;AA2jBpB,wBAUG"}
|
|
@@ -17,44 +17,17 @@ export interface MultipleChoiceGridProps {
|
|
|
17
17
|
disabled?: boolean;
|
|
18
18
|
required?: boolean;
|
|
19
19
|
}
|
|
20
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
required: boolean;
|
|
25
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
|
-
change: (value: string[]) => void;
|
|
27
|
-
"update:modelValue": (value: string[]) => void;
|
|
28
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MultipleChoiceGridProps>, {
|
|
29
|
-
modelValue: () => any[];
|
|
30
|
-
status: string;
|
|
31
|
-
disabled: boolean;
|
|
32
|
-
required: boolean;
|
|
33
|
-
}>>> & Readonly<{
|
|
20
|
+
declare const _default: import('vue').DefineComponent<MultipleChoiceGridProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
change: (value: string[]) => any;
|
|
22
|
+
"update:modelValue": (value: string[]) => any;
|
|
23
|
+
}, string, import('vue').PublicProps, Readonly<MultipleChoiceGridProps> & Readonly<{
|
|
34
24
|
onChange?: (value: string[]) => any;
|
|
35
25
|
"onUpdate:modelValue"?: (value: string[]) => any;
|
|
36
26
|
}>, {
|
|
37
|
-
required: boolean;
|
|
38
27
|
disabled: boolean;
|
|
28
|
+
required: boolean;
|
|
39
29
|
modelValue: string[];
|
|
40
30
|
status: "neutral" | "success" | "error" | "warning";
|
|
41
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
42
32
|
export default _default;
|
|
43
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
44
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
45
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
46
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
47
|
-
} : {
|
|
48
|
-
type: import('vue').PropType<T[K]>;
|
|
49
|
-
required: true;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
type __VLS_WithDefaults<P, D> = {
|
|
53
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
54
|
-
default: D[K];
|
|
55
|
-
}> : P[K];
|
|
56
|
-
};
|
|
57
|
-
type __VLS_Prettify<T> = {
|
|
58
|
-
[K in keyof T]: T[K];
|
|
59
|
-
} & {};
|
|
60
33
|
//# sourceMappingURL=MultipleChoiceGrid.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MultipleChoiceGrid.vue.d.ts","sourceRoot":"","sources":["../../src/components/MultipleChoiceGrid.vue"],"names":[],"mappings":"AAuEA;
|
|
1
|
+
{"version":3,"file":"MultipleChoiceGrid.vue.d.ts","sourceRoot":"","sources":["../../src/components/MultipleChoiceGrid.vue"],"names":[],"mappings":"AAuEA;AAsJA,MAAM,WAAW,wBAAwB;IACvC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,qBAAqB;IACpC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,qBAAqB,EAAE,CAAC;IAC9B,OAAO,EAAE,wBAAwB,EAAE,CAAC;IACpC,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IACrD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;;;;;;;;cAFY,OAAO;cACP,OAAO;gBARL,MAAM,EAAE;YAKZ,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS;;AAmLtD,wBASG"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { VNode, Component } from 'vue';
|
|
2
|
-
|
|
3
2
|
export type OneTimePasswordLength = 3 | 4 | 5 | 6 | 7 | 8;
|
|
4
3
|
export interface OneTimePasswordProps {
|
|
5
4
|
/** Nilai OTP (string dengan panjang sesuai length) */
|
|
@@ -21,50 +20,19 @@ export interface OneTimePasswordProps {
|
|
|
21
20
|
/** Auto focus pada mount */
|
|
22
21
|
autoFocus?: boolean;
|
|
23
22
|
}
|
|
24
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
25
|
-
modelValue: string;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
disabled: boolean;
|
|
29
|
-
readonly: boolean;
|
|
30
|
-
autoFocus: boolean;
|
|
31
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
32
|
-
"update:modelValue": (value: string) => void;
|
|
33
|
-
complete: (value: string) => void;
|
|
34
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<OneTimePasswordProps>, {
|
|
35
|
-
modelValue: string;
|
|
36
|
-
length: number;
|
|
37
|
-
error: boolean;
|
|
38
|
-
disabled: boolean;
|
|
39
|
-
readonly: boolean;
|
|
40
|
-
autoFocus: boolean;
|
|
41
|
-
}>>> & Readonly<{
|
|
23
|
+
declare const _default: import('vue').DefineComponent<OneTimePasswordProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
+
"update:modelValue": (value: string) => any;
|
|
25
|
+
complete: (value: string) => any;
|
|
26
|
+
}, string, import('vue').PublicProps, Readonly<OneTimePasswordProps> & Readonly<{
|
|
42
27
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
43
28
|
onComplete?: (value: string) => any;
|
|
44
29
|
}>, {
|
|
45
|
-
length: OneTimePasswordLength;
|
|
46
30
|
disabled: boolean;
|
|
31
|
+
length: OneTimePasswordLength;
|
|
47
32
|
error: boolean;
|
|
48
33
|
modelValue: string;
|
|
49
34
|
readonly: boolean;
|
|
50
35
|
autoFocus: boolean;
|
|
51
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
52
37
|
export default _default;
|
|
53
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
54
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
55
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
56
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
57
|
-
} : {
|
|
58
|
-
type: import('vue').PropType<T[K]>;
|
|
59
|
-
required: true;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
type __VLS_WithDefaults<P, D> = {
|
|
63
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
64
|
-
default: D[K];
|
|
65
|
-
}> : P[K];
|
|
66
|
-
};
|
|
67
|
-
type __VLS_Prettify<T> = {
|
|
68
|
-
[K in keyof T]: T[K];
|
|
69
|
-
} & {};
|
|
70
38
|
//# sourceMappingURL=OneTimePassword.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OneTimePassword.vue.d.ts","sourceRoot":"","sources":["../../src/components/OneTimePassword.vue"],"names":[],"mappings":"AAwCA;
|
|
1
|
+
{"version":3,"file":"OneTimePassword.vue.d.ts","sourceRoot":"","sources":["../../src/components/OneTimePassword.vue"],"names":[],"mappings":"AAwCA;AA2TA,OAAO,EAML,KAAK,KAAK,EACV,KAAK,SAAS,EACf,MAAM,KAAK,CAAC;AAEb,MAAM,MAAM,qBAAqB,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAE1D,MAAM,WAAW,oBAAoB;IACnC,sDAAsD;IACtD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,yBAAyB;IACzB,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,0BAA0B;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC;IACnC,iCAAiC;IACjC,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC;IACzC,iCAAiC;IACjC,UAAU,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC;IACxC,mCAAmC;IACnC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,4BAA4B;IAC5B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;;;;;;;;cANY,OAAO;YAVT,qBAAqB;WAQtB,OAAO;gBAVF,MAAM;cAcR,OAAO;eAGN,OAAO;;AA6XrB,wBASG"}
|
|
@@ -26,46 +26,18 @@ export interface PaginationProps {
|
|
|
26
26
|
/** Label untuk tombol next */
|
|
27
27
|
nextLabel?: string;
|
|
28
28
|
}
|
|
29
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
maxVisiblePages: number;
|
|
35
|
-
showPageSize: boolean;
|
|
36
|
-
fullWidth: boolean;
|
|
37
|
-
disabled: boolean;
|
|
38
|
-
size: string;
|
|
39
|
-
variant: string;
|
|
40
|
-
ariaLabel: string;
|
|
41
|
-
previousLabel: string;
|
|
42
|
-
nextLabel: string;
|
|
43
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
|
-
change: (page: number) => void;
|
|
45
|
-
"update:modelValue": (page: number) => void;
|
|
46
|
-
"page-size-change": (size: number) => void;
|
|
47
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PaginationProps>, {
|
|
48
|
-
modelValue: number;
|
|
49
|
-
totalPages: number;
|
|
50
|
-
pageSize: number;
|
|
51
|
-
pageSizeOptions: () => number[];
|
|
52
|
-
maxVisiblePages: number;
|
|
53
|
-
showPageSize: boolean;
|
|
54
|
-
fullWidth: boolean;
|
|
55
|
-
disabled: boolean;
|
|
56
|
-
size: string;
|
|
57
|
-
variant: string;
|
|
58
|
-
ariaLabel: string;
|
|
59
|
-
previousLabel: string;
|
|
60
|
-
nextLabel: string;
|
|
61
|
-
}>>> & Readonly<{
|
|
29
|
+
declare const _default: import('vue').DefineComponent<PaginationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
+
change: (page: number) => any;
|
|
31
|
+
"update:modelValue": (page: number) => any;
|
|
32
|
+
"page-size-change": (size: number) => any;
|
|
33
|
+
}, string, import('vue').PublicProps, Readonly<PaginationProps> & Readonly<{
|
|
62
34
|
onChange?: (page: number) => any;
|
|
63
35
|
"onUpdate:modelValue"?: (page: number) => any;
|
|
64
36
|
"onPage-size-change"?: (size: number) => any;
|
|
65
37
|
}>, {
|
|
66
|
-
size: "sm" | "md" | "lg";
|
|
67
38
|
disabled: boolean;
|
|
68
39
|
variant: "default" | "bordered" | "filled";
|
|
40
|
+
size: "sm" | "md" | "lg";
|
|
69
41
|
modelValue: number;
|
|
70
42
|
totalPages: number;
|
|
71
43
|
pageSize: number;
|
|
@@ -76,23 +48,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
48
|
ariaLabel: string;
|
|
77
49
|
previousLabel: string;
|
|
78
50
|
nextLabel: string;
|
|
79
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
51
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
80
52
|
export default _default;
|
|
81
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
82
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
83
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
84
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
85
|
-
} : {
|
|
86
|
-
type: import('vue').PropType<T[K]>;
|
|
87
|
-
required: true;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
type __VLS_WithDefaults<P, D> = {
|
|
91
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
92
|
-
default: D[K];
|
|
93
|
-
}> : P[K];
|
|
94
|
-
};
|
|
95
|
-
type __VLS_Prettify<T> = {
|
|
96
|
-
[K in keyof T]: T[K];
|
|
97
|
-
} & {};
|
|
98
53
|
//# sourceMappingURL=Pagination.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pagination.vue.d.ts","sourceRoot":"","sources":["../../src/components/Pagination.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Pagination.vue.d.ts","sourceRoot":"","sources":["../../src/components/Pagination.vue"],"names":[],"mappings":"AA+KA;AA6VA,MAAM,WAAW,eAAe;IAC9B,mCAAmC;IACnC,UAAU,EAAE,MAAM,CAAC;IACnB,2BAA2B;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,wCAAwC;IACxC,QAAQ,EAAE,MAAM,CAAC;IACjB,oEAAoE;IACpE,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,wEAAwE;IACxE,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oCAAoC;IACpC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,6DAA6D;IAC7D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mBAAmB;IACnB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,oBAAoB;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,QAAQ,CAAC;IAC5C,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,kCAAkC;IAClC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,8BAA8B;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;;;;;;;;;;cAXY,OAAO;aAIR,SAAS,GAAG,UAAU,GAAG,QAAQ;UAFpC,IAAI,GAAG,IAAI,GAAG,IAAI;gBAhBb,MAAM;gBAEN,MAAM;cAER,MAAM;qBAEC,MAAM,EAAE;qBAEP,MAAM;kBAET,OAAO;eAEV,OAAO;eAQP,MAAM;mBAEF,MAAM;eAEV,MAAM;;AAiXpB,wBAQG"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Component } from 'vue';
|
|
2
|
-
|
|
3
2
|
export interface PasswordInputProps {
|
|
4
3
|
modelValue?: string;
|
|
5
4
|
label?: string | Component;
|
|
@@ -14,57 +13,26 @@ export interface PasswordInputProps {
|
|
|
14
13
|
maxLength?: number;
|
|
15
14
|
showCharCount?: boolean;
|
|
16
15
|
}
|
|
17
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
required: boolean;
|
|
24
|
-
showCharCount: boolean;
|
|
25
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
|
-
input: (event: Event) => void;
|
|
27
|
-
blur: (event: FocusEvent) => void;
|
|
28
|
-
focus: (event: FocusEvent) => void;
|
|
29
|
-
"update:modelValue": (value: string) => void;
|
|
30
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PasswordInputProps>, {
|
|
31
|
-
modelValue: string;
|
|
32
|
-
size: string;
|
|
33
|
-
status: string;
|
|
34
|
-
disabled: boolean;
|
|
35
|
-
readonly: boolean;
|
|
36
|
-
required: boolean;
|
|
37
|
-
showCharCount: boolean;
|
|
38
|
-
}>>> & Readonly<{
|
|
16
|
+
declare const _default: import('vue').DefineComponent<PasswordInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
input: (event: Event) => any;
|
|
18
|
+
blur: (event: FocusEvent) => any;
|
|
19
|
+
focus: (event: FocusEvent) => any;
|
|
20
|
+
"update:modelValue": (value: string) => any;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<PasswordInputProps> & Readonly<{
|
|
39
22
|
onInput?: (event: Event) => any;
|
|
40
23
|
onBlur?: (event: FocusEvent) => any;
|
|
41
24
|
onFocus?: (event: FocusEvent) => any;
|
|
42
25
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
43
26
|
}>, {
|
|
44
|
-
size: "sm" | "md" | "lg";
|
|
45
|
-
required: boolean;
|
|
46
27
|
disabled: boolean;
|
|
28
|
+
required: boolean;
|
|
29
|
+
size: "sm" | "md" | "lg";
|
|
47
30
|
modelValue: string;
|
|
48
31
|
status: "neutral" | "success" | "error" | "warning";
|
|
49
32
|
readonly: boolean;
|
|
50
33
|
showCharCount: boolean;
|
|
51
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
34
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
35
|
+
inputRef: HTMLInputElement;
|
|
36
|
+
}, HTMLDivElement>;
|
|
52
37
|
export default _default;
|
|
53
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
54
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
55
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
56
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
57
|
-
} : {
|
|
58
|
-
type: import('vue').PropType<T[K]>;
|
|
59
|
-
required: true;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
type __VLS_WithDefaults<P, D> = {
|
|
63
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
64
|
-
default: D[K];
|
|
65
|
-
}> : P[K];
|
|
66
|
-
};
|
|
67
|
-
type __VLS_Prettify<T> = {
|
|
68
|
-
[K in keyof T]: T[K];
|
|
69
|
-
} & {};
|
|
70
38
|
//# sourceMappingURL=PasswordInput.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PasswordInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/PasswordInput.vue"],"names":[],"mappings":"AAmGA;
|
|
1
|
+
{"version":3,"file":"PasswordInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/PasswordInput.vue"],"names":[],"mappings":"AAmGA;AA8OA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,MAAM,WAAW,kBAAkB;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IACrD,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;;;;;;;;;;;;cALY,OAAO;cAEP,OAAO;UALX,IAAI,GAAG,IAAI,GAAG,IAAI;gBAJZ,MAAM;YAKV,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS;cAGzC,OAAO;mBAGF,OAAO;;;;AAyTzB,wBAUG"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Component } from 'vue';
|
|
2
2
|
import { Country } from '../utils/countries';
|
|
3
|
-
|
|
4
3
|
export interface PhoneInputProps {
|
|
5
4
|
modelValue?: string;
|
|
6
5
|
label?: string | Component;
|
|
@@ -15,62 +14,31 @@ export interface PhoneInputProps {
|
|
|
15
14
|
defaultCountry?: string;
|
|
16
15
|
countries?: Country[];
|
|
17
16
|
}
|
|
18
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
defaultCountry: string;
|
|
26
|
-
countries: () => Country[];
|
|
27
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
-
input: (event: Event) => void;
|
|
29
|
-
blur: (event: FocusEvent) => void;
|
|
30
|
-
focus: (event: FocusEvent) => void;
|
|
31
|
-
"update:modelValue": (value: string) => void;
|
|
32
|
-
countryChange: (country: Country) => void;
|
|
33
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PhoneInputProps>, {
|
|
34
|
-
modelValue: string;
|
|
35
|
-
size: string;
|
|
36
|
-
status: string;
|
|
37
|
-
disabled: boolean;
|
|
38
|
-
readonly: boolean;
|
|
39
|
-
required: boolean;
|
|
40
|
-
defaultCountry: string;
|
|
41
|
-
countries: () => Country[];
|
|
42
|
-
}>>> & Readonly<{
|
|
17
|
+
declare const _default: import('vue').DefineComponent<PhoneInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
input: (event: Event) => any;
|
|
19
|
+
blur: (event: FocusEvent) => any;
|
|
20
|
+
focus: (event: FocusEvent) => any;
|
|
21
|
+
"update:modelValue": (value: string) => any;
|
|
22
|
+
countryChange: (country: Country) => any;
|
|
23
|
+
}, string, import('vue').PublicProps, Readonly<PhoneInputProps> & Readonly<{
|
|
43
24
|
onInput?: (event: Event) => any;
|
|
44
25
|
onBlur?: (event: FocusEvent) => any;
|
|
45
26
|
onFocus?: (event: FocusEvent) => any;
|
|
46
27
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
47
28
|
onCountryChange?: (country: Country) => any;
|
|
48
29
|
}>, {
|
|
49
|
-
size: "sm" | "md" | "lg";
|
|
50
|
-
required: boolean;
|
|
51
30
|
disabled: boolean;
|
|
31
|
+
required: boolean;
|
|
32
|
+
size: "sm" | "md" | "lg";
|
|
52
33
|
modelValue: string;
|
|
53
34
|
status: "neutral" | "success" | "error" | "warning";
|
|
54
35
|
readonly: boolean;
|
|
55
36
|
defaultCountry: string;
|
|
56
37
|
countries: Country[];
|
|
57
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
39
|
+
dropdownRef: HTMLDivElement;
|
|
40
|
+
searchInputRef: HTMLInputElement;
|
|
41
|
+
inputRef: HTMLInputElement;
|
|
42
|
+
}, HTMLDivElement>;
|
|
58
43
|
export default _default;
|
|
59
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
60
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
61
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
62
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
63
|
-
} : {
|
|
64
|
-
type: import('vue').PropType<T[K]>;
|
|
65
|
-
required: true;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
type __VLS_WithDefaults<P, D> = {
|
|
69
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
70
|
-
default: D[K];
|
|
71
|
-
}> : P[K];
|
|
72
|
-
};
|
|
73
|
-
type __VLS_Prettify<T> = {
|
|
74
|
-
[K in keyof T]: T[K];
|
|
75
|
-
} & {};
|
|
76
44
|
//# sourceMappingURL=PhoneInput.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PhoneInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/PhoneInput.vue"],"names":[],"mappings":"AA6GA;
|
|
1
|
+
{"version":3,"file":"PhoneInput.vue.d.ts","sourceRoot":"","sources":["../../src/components/PhoneInput.vue"],"names":[],"mappings":"AA6GA;AAkYA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAa,KAAK,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7D,MAAM,WAAW,eAAe;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;IACrD,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACnC,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC;CACvB;;;;;;;;;;;;;;cALY,OAAO;cAEP,OAAO;UANX,IAAI,GAAG,IAAI,GAAG,IAAI;gBAHZ,MAAM;YAIV,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS;cAIzC,OAAO;oBAED,MAAM;eACX,OAAO,EAAE;;;;;;AA+dvB,wBAUG"}
|
|
@@ -24,44 +24,13 @@ export interface ProgressBarProps {
|
|
|
24
24
|
*/
|
|
25
25
|
shimmer?: boolean;
|
|
26
26
|
}
|
|
27
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
28
|
-
visible: boolean;
|
|
29
|
-
progress: number;
|
|
30
|
-
duration: number;
|
|
31
|
-
variant: string;
|
|
32
|
-
height: string;
|
|
33
|
-
shimmer: boolean;
|
|
34
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ProgressBarProps>, {
|
|
35
|
-
visible: boolean;
|
|
36
|
-
progress: number;
|
|
37
|
-
duration: number;
|
|
38
|
-
variant: string;
|
|
39
|
-
height: string;
|
|
40
|
-
shimmer: boolean;
|
|
41
|
-
}>>> & Readonly<{}>, {
|
|
42
|
-
duration: number;
|
|
27
|
+
declare const _default: import('vue').DefineComponent<ProgressBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ProgressBarProps> & Readonly<{}>, {
|
|
43
28
|
progress: number;
|
|
44
29
|
variant: "primary" | "secondary" | "success" | "warning" | "error";
|
|
45
30
|
height: "sm" | "md" | "lg";
|
|
31
|
+
duration: number;
|
|
46
32
|
visible: boolean;
|
|
47
33
|
shimmer: boolean;
|
|
48
34
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
49
35
|
export default _default;
|
|
50
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
52
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
-
} : {
|
|
55
|
-
type: import('vue').PropType<T[K]>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
type __VLS_WithDefaults<P, D> = {
|
|
60
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
61
|
-
default: D[K];
|
|
62
|
-
}> : P[K];
|
|
63
|
-
};
|
|
64
|
-
type __VLS_Prettify<T> = {
|
|
65
|
-
[K in keyof T]: T[K];
|
|
66
|
-
} & {};
|
|
67
36
|
//# sourceMappingURL=ProgressBar.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/ProgressBar.vue"],"names":[],"mappings":"AAyBA;
|
|
1
|
+
{"version":3,"file":"ProgressBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/ProgressBar.vue"],"names":[],"mappings":"AAyBA;AAgGA,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IACpE;;OAEG;IACH,MAAM,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;;cAjBY,MAAM;aAQP,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO;YAI1D,IAAI,GAAG,IAAI,GAAG,IAAI;cARhB,MAAM;aARP,OAAO;aAoBP,OAAO;;AAiHnB,wBAOG"}
|