@idds/vue 1.5.14 → 1.5.19
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 -26
- 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 +1 -11503
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -26
- package/dist/index.umd.js.map +1 -1
- package/dist/main.d.ts +0 -1
- package/package.json +4 -4
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
refs: {};
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
3
8
|
};
|
|
4
|
-
|
|
5
|
-
declare const
|
|
9
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
6
12
|
export default _default;
|
|
7
13
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
8
14
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmationProvider.vue.d.ts","sourceRoot":"","sources":["../../src/components/ConfirmationProvider.vue"],"names":[],"mappings":"AAuBA;
|
|
1
|
+
{"version":3,"file":"ConfirmationProvider.vue.d.ts","sourceRoot":"","sources":["../../src/components/ConfirmationProvider.vue"],"names":[],"mappings":"AAuBA;AAmSA,iBAAS,cAAc;WA8ET,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Component } from 'vue';
|
|
2
|
-
|
|
3
2
|
export interface DatePickerProps {
|
|
4
3
|
modelValue?: string | [string, string] | string[];
|
|
5
4
|
mode?: 'single' | 'range' | 'multiple';
|
|
@@ -31,50 +30,18 @@ export interface DatePickerProps {
|
|
|
31
30
|
triggerClassname?: string;
|
|
32
31
|
popperPlacement?: 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'right' | 'right-start' | 'right-end' | 'top' | 'top-start' | 'top-end';
|
|
33
32
|
}
|
|
34
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
disabled: boolean;
|
|
40
|
-
readonly: boolean;
|
|
41
|
-
required: boolean;
|
|
42
|
-
showIcon: boolean;
|
|
43
|
-
showClearButton: boolean;
|
|
44
|
-
dateFormat: string;
|
|
45
|
-
triggerWidth: string;
|
|
46
|
-
panelMaxHeight: any;
|
|
47
|
-
panelClassName: string;
|
|
48
|
-
triggerClassname: string;
|
|
49
|
-
popperPlacement: string;
|
|
50
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
51
|
-
clear: () => void;
|
|
52
|
-
change: (value: string | string[] | [string, string]) => void;
|
|
53
|
-
"update:modelValue": (value: string | string[] | [string, string]) => void;
|
|
54
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DatePickerProps>, {
|
|
55
|
-
modelValue: string;
|
|
56
|
-
mode: string;
|
|
57
|
-
size: string;
|
|
58
|
-
status: string;
|
|
59
|
-
disabled: boolean;
|
|
60
|
-
readonly: boolean;
|
|
61
|
-
required: boolean;
|
|
62
|
-
showIcon: boolean;
|
|
63
|
-
showClearButton: boolean;
|
|
64
|
-
dateFormat: string;
|
|
65
|
-
triggerWidth: string;
|
|
66
|
-
panelMaxHeight: any;
|
|
67
|
-
panelClassName: string;
|
|
68
|
-
triggerClassname: string;
|
|
69
|
-
popperPlacement: string;
|
|
70
|
-
}>>> & Readonly<{
|
|
33
|
+
declare const _default: import('vue').DefineComponent<DatePickerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
34
|
+
clear: () => any;
|
|
35
|
+
change: (value: string | string[] | [string, string]) => any;
|
|
36
|
+
"update:modelValue": (value: string | string[] | [string, string]) => any;
|
|
37
|
+
}, string, import('vue').PublicProps, Readonly<DatePickerProps> & Readonly<{
|
|
71
38
|
onClear?: () => any;
|
|
72
39
|
onChange?: (value: string | string[] | [string, string]) => any;
|
|
73
40
|
"onUpdate:modelValue"?: (value: string | string[] | [string, string]) => any;
|
|
74
41
|
}>, {
|
|
75
|
-
size: "sm" | "md" | "lg";
|
|
76
|
-
required: boolean;
|
|
77
42
|
disabled: boolean;
|
|
43
|
+
required: boolean;
|
|
44
|
+
size: "sm" | "md" | "lg";
|
|
78
45
|
mode: "single" | "range" | "multiple";
|
|
79
46
|
modelValue: string | [string, string] | string[];
|
|
80
47
|
status: "neutral" | "success" | "error" | "warning";
|
|
@@ -87,23 +54,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
87
54
|
panelClassName: string;
|
|
88
55
|
triggerClassname: string;
|
|
89
56
|
popperPlacement: "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end" | "top" | "top-start" | "top-end";
|
|
90
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
57
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
58
|
+
triggerRef: HTMLButtonElement;
|
|
59
|
+
panelRef: HTMLDivElement;
|
|
60
|
+
}, HTMLDivElement>;
|
|
91
61
|
export default _default;
|
|
92
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
93
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
94
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
95
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
96
|
-
} : {
|
|
97
|
-
type: import('vue').PropType<T[K]>;
|
|
98
|
-
required: true;
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
type __VLS_WithDefaults<P, D> = {
|
|
102
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
103
|
-
default: D[K];
|
|
104
|
-
}> : P[K];
|
|
105
|
-
};
|
|
106
|
-
type __VLS_Prettify<T> = {
|
|
107
|
-
[K in keyof T]: T[K];
|
|
108
|
-
} & {};
|
|
109
62
|
//# sourceMappingURL=DatePicker.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/DatePicker.vue"],"names":[],"mappings":"AA6QA;
|
|
1
|
+
{"version":3,"file":"DatePicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/DatePicker.vue"],"names":[],"mappings":"AA6QA;AA+4CA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAWrC,MAAM,WAAW,eAAe;IAC9B,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,EAAE,CAAC;IAClD,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,UAAU,CAAC;IACvC,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,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;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,aAAa,CAAC,EAAE,IAAI,EAAE,CAAC;IACvB,iCAAiC;IACjC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,gCAAgC;IAChC,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,qEAAqE;IACrE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,oEAAoE;IACpE,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,cAAc,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACjC,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,eAAe,CAAC,EACZ,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,MAAM,GACN,YAAY,GACZ,UAAU,GACV,OAAO,GACP,aAAa,GACb,WAAW,GACX,KAAK,GACL,WAAW,GACX,SAAS,CAAC;CACf;;;;;;;;;;cAlCY,OAAO;cAEP,OAAO;UALX,IAAI,GAAG,IAAI,GAAG,IAAI;UAHlB,QAAQ,GAAG,OAAO,GAAG,UAAU;gBADzB,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,MAAM,EAAE;YAKxC,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS;cAGzC,OAAO;qBAGA,OAAO;cADd,OAAO;gBAEL,MAAM;kBAYJ,MAAM,GAAG,MAAM;oBACb,MAAM,GAAG,MAAM;oBACf,MAAM;sBACJ,MAAM;qBAErB,QAAQ,GACR,cAAc,GACd,YAAY,GACZ,MAAM,GACN,YAAY,GACZ,UAAU,GACV,OAAO,GACP,aAAa,GACb,WAAW,GACX,KAAK,GACL,WAAW,GACX,SAAS;;;;;AAmmDf,wBAUG"}
|
|
@@ -5,38 +5,11 @@ export interface DividerProps {
|
|
|
5
5
|
label?: string;
|
|
6
6
|
labelPosition?: 'left' | 'center' | 'right';
|
|
7
7
|
}
|
|
8
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
9
|
-
orientation: string;
|
|
10
|
-
variant: string;
|
|
11
|
-
size: string;
|
|
12
|
-
labelPosition: string;
|
|
13
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DividerProps>, {
|
|
14
|
-
orientation: string;
|
|
15
|
-
variant: string;
|
|
16
|
-
size: string;
|
|
17
|
-
labelPosition: string;
|
|
18
|
-
}>>> & Readonly<{}>, {
|
|
19
|
-
size: "sm" | "md" | "lg";
|
|
8
|
+
declare const _default: import('vue').DefineComponent<DividerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DividerProps> & Readonly<{}>, {
|
|
20
9
|
variant: "solid" | "dashed" | "dotted";
|
|
10
|
+
size: "sm" | "md" | "lg";
|
|
21
11
|
orientation: "horizontal" | "vertical";
|
|
22
12
|
labelPosition: "left" | "center" | "right";
|
|
23
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
24
14
|
export default _default;
|
|
25
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
27
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
-
} : {
|
|
30
|
-
type: import('vue').PropType<T[K]>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
type __VLS_WithDefaults<P, D> = {
|
|
35
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
36
|
-
default: D[K];
|
|
37
|
-
}> : P[K];
|
|
38
|
-
};
|
|
39
|
-
type __VLS_Prettify<T> = {
|
|
40
|
-
[K in keyof T]: T[K];
|
|
41
|
-
} & {};
|
|
42
15
|
//# sourceMappingURL=Divider.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Divider.vue.d.ts","sourceRoot":"","sources":["../../src/components/Divider.vue"],"names":[],"mappings":"AAOA;
|
|
1
|
+
{"version":3,"file":"Divider.vue.d.ts","sourceRoot":"","sources":["../../src/components/Divider.vue"],"names":[],"mappings":"AAOA;AA2CA,MAAM,WAAW,YAAY;IAC3B,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,OAAO,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;IACxC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;CAC7C;;aAJW,OAAO,GAAG,QAAQ,GAAG,QAAQ;UAChC,IAAI,GAAG,IAAI,GAAG,IAAI;iBAFX,YAAY,GAAG,UAAU;mBAIvB,MAAM,GAAG,QAAQ,GAAG,OAAO;;AA+E7C,wBAQG"}
|
|
@@ -14,39 +14,23 @@ export interface DrawerProps {
|
|
|
14
14
|
persistent?: boolean;
|
|
15
15
|
}
|
|
16
16
|
declare function __VLS_template(): {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: {
|
|
19
|
+
title?(_: {}): any;
|
|
20
|
+
default?(_: {}): any;
|
|
21
|
+
footer?(_: {}): any;
|
|
22
|
+
};
|
|
23
|
+
refs: {
|
|
24
|
+
panelRef: HTMLDivElement;
|
|
25
|
+
};
|
|
26
|
+
rootEl: any;
|
|
20
27
|
};
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
showHeader: boolean;
|
|
28
|
-
showFooter: boolean;
|
|
29
|
-
closeLabel: string;
|
|
30
|
-
closeOnBackdrop: boolean;
|
|
31
|
-
closeOnEscape: boolean;
|
|
32
|
-
persistent: boolean;
|
|
33
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
34
|
-
open: () => void;
|
|
35
|
-
close: () => void;
|
|
36
|
-
"update:modelValue": (value: boolean) => void;
|
|
37
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DrawerProps>, {
|
|
38
|
-
modelValue: boolean;
|
|
39
|
-
position: string;
|
|
40
|
-
width: string;
|
|
41
|
-
height: string;
|
|
42
|
-
showCloseButton: boolean;
|
|
43
|
-
showHeader: boolean;
|
|
44
|
-
showFooter: boolean;
|
|
45
|
-
closeLabel: string;
|
|
46
|
-
closeOnBackdrop: boolean;
|
|
47
|
-
closeOnEscape: boolean;
|
|
48
|
-
persistent: boolean;
|
|
49
|
-
}>>> & Readonly<{
|
|
28
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
29
|
+
declare const __VLS_component: import('vue').DefineComponent<DrawerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
|
+
open: () => any;
|
|
31
|
+
close: () => any;
|
|
32
|
+
"update:modelValue": (value: boolean) => any;
|
|
33
|
+
}, string, import('vue').PublicProps, Readonly<DrawerProps> & Readonly<{
|
|
50
34
|
onOpen?: () => any;
|
|
51
35
|
onClose?: () => any;
|
|
52
36
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
@@ -62,26 +46,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
62
46
|
closeOnBackdrop: boolean;
|
|
63
47
|
closeOnEscape: boolean;
|
|
64
48
|
persistent: boolean;
|
|
65
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
66
|
-
|
|
49
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
50
|
+
panelRef: HTMLDivElement;
|
|
51
|
+
}, any>;
|
|
52
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
67
53
|
export default _default;
|
|
68
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
69
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
70
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
71
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
72
|
-
} : {
|
|
73
|
-
type: import('vue').PropType<T[K]>;
|
|
74
|
-
required: true;
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
type __VLS_WithDefaults<P, D> = {
|
|
78
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
79
|
-
default: D[K];
|
|
80
|
-
}> : P[K];
|
|
81
|
-
};
|
|
82
|
-
type __VLS_Prettify<T> = {
|
|
83
|
-
[K in keyof T]: T[K];
|
|
84
|
-
} & {};
|
|
85
54
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
86
55
|
new (): {
|
|
87
56
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../src/components/Drawer.vue"],"names":[],"mappings":"AAuEA;
|
|
1
|
+
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../src/components/Drawer.vue"],"names":[],"mappings":"AAuEA;AAiPA,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;IAC/C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,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;CACtB;AAiJD,iBAAS,cAAc;WAoIT,OAAO,IAA6B;;uBAdtB,GAAG;yBACD,GAAG;wBACJ,GAAG;;;;;;EAiB/B;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;WAtTX,MAAM;YACL,MAAM;cAFJ,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ;gBAHlC,OAAO;gBAON,OAAO;gBACP,OAAO;qBAFF,OAAO;gBAGZ,MAAM;qBACD,OAAO;mBACT,OAAO;gBACV,OAAO;;;OAwTpB,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"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Component, VNode } from 'vue';
|
|
2
|
-
|
|
3
2
|
export interface DropdownItem {
|
|
4
3
|
component: Component | VNode | string;
|
|
5
4
|
props?: Record<string, any>;
|
|
@@ -22,44 +21,27 @@ export interface DropdownProps {
|
|
|
22
21
|
dropdownWidth?: number;
|
|
23
22
|
}
|
|
24
23
|
declare function __VLS_template(): {
|
|
25
|
-
|
|
26
|
-
|
|
24
|
+
attrs: Partial<{}>;
|
|
25
|
+
slots: {
|
|
26
|
+
trigger?(_: {}): any;
|
|
27
|
+
default?(_: {}): any;
|
|
28
|
+
};
|
|
29
|
+
refs: {
|
|
30
|
+
containerRef: HTMLDivElement;
|
|
31
|
+
};
|
|
32
|
+
rootEl: HTMLDivElement;
|
|
27
33
|
};
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
disabled: boolean;
|
|
31
|
-
dropdownWidth: number;
|
|
32
|
-
dropdownClassName: string;
|
|
33
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<DropdownProps>, {
|
|
34
|
-
triggerText: string;
|
|
35
|
-
disabled: boolean;
|
|
36
|
-
dropdownWidth: number;
|
|
37
|
-
dropdownClassName: string;
|
|
38
|
-
}>>> & Readonly<{}>, {
|
|
34
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
|
+
declare const __VLS_component: import('vue').DefineComponent<DropdownProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DropdownProps> & Readonly<{}>, {
|
|
39
36
|
disabled: boolean;
|
|
40
37
|
triggerText: string;
|
|
41
38
|
dropdownClassName: string;
|
|
42
39
|
dropdownWidth: number;
|
|
43
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
44
|
-
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
41
|
+
containerRef: HTMLDivElement;
|
|
42
|
+
}, HTMLDivElement>;
|
|
43
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
45
44
|
export default _default;
|
|
46
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
47
|
-
type __VLS_TypePropsToRuntimeProps<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
|
-
};
|
|
55
|
-
type __VLS_WithDefaults<P, D> = {
|
|
56
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
57
|
-
default: D[K];
|
|
58
|
-
}> : P[K];
|
|
59
|
-
};
|
|
60
|
-
type __VLS_Prettify<T> = {
|
|
61
|
-
[K in keyof T]: T[K];
|
|
62
|
-
} & {};
|
|
63
45
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
64
46
|
new (): {
|
|
65
47
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../src/components/Dropdown.vue"],"names":[],"mappings":"AAkCA;
|
|
1
|
+
{"version":3,"file":"Dropdown.vue.d.ts","sourceRoot":"","sources":["../../src/components/Dropdown.vue"],"names":[],"mappings":"AAkCA;AAwNA,OAAO,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAC5C,MAAM,WAAW,YAAY;IAC3B,SAAS,EAAE,SAAS,GAAG,KAAK,GAAG,MAAM,CAAC;IACtC,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC7B;AAED,MAAM,WAAW,aAAa;IAC5B,uDAAuD;IACvD,OAAO,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,MAAM,CAAC;IACrC,6DAA6D;IAC7D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iEAAiE;IACjE,iEAAiE;IACjE,KAAK,EAAE,CAAC,SAAS,GAAG,KAAK,GAAG,MAAM,CAAC,EAAE,CAAC;IACtC,8CAA8C;IAC9C,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iDAAiD;IACjD,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACpC,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,+CAA+C;IAC/C,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAmJD,iBAAS,cAAc;WAsGT,OAAO,IAA6B;;yBAZrB,GAAG;yBACF,GAAG;;;;;;EAgBhC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cApRR,OAAO;iBATJ,MAAM;uBAKA,MAAM;mBAMV,MAAM;;;kBA2RtB,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"}
|
|
@@ -10,37 +10,18 @@ export interface FieldInputTableProps {
|
|
|
10
10
|
/** Placeholder teks */
|
|
11
11
|
placeholder?: string;
|
|
12
12
|
}
|
|
13
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
commit: () => void;
|
|
19
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FieldInputTableProps>, {
|
|
20
|
-
placeholder: string;
|
|
21
|
-
}>>> & Readonly<{
|
|
13
|
+
declare const _default: import('vue').DefineComponent<FieldInputTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
+
change: (val: string) => any;
|
|
15
|
+
cancel: () => any;
|
|
16
|
+
commit: () => any;
|
|
17
|
+
}, string, import('vue').PublicProps, Readonly<FieldInputTableProps> & Readonly<{
|
|
22
18
|
onChange?: (val: string) => any;
|
|
23
19
|
onCancel?: () => any;
|
|
24
20
|
onCommit?: () => any;
|
|
25
21
|
}>, {
|
|
26
22
|
placeholder: string;
|
|
27
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
23
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
24
|
+
inputRef: HTMLInputElement;
|
|
25
|
+
}, HTMLDivElement>;
|
|
28
26
|
export default _default;
|
|
29
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
31
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
-
} : {
|
|
34
|
-
type: import('vue').PropType<T[K]>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
type __VLS_WithDefaults<P, D> = {
|
|
39
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
40
|
-
default: D[K];
|
|
41
|
-
}> : P[K];
|
|
42
|
-
};
|
|
43
|
-
type __VLS_Prettify<T> = {
|
|
44
|
-
[K in keyof T]: T[K];
|
|
45
|
-
} & {};
|
|
46
27
|
//# sourceMappingURL=FieldInputTable.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FieldInputTable.vue.d.ts","sourceRoot":"","sources":["../../src/components/FieldInputTable.vue"],"names":[],"mappings":"AAyCA;
|
|
1
|
+
{"version":3,"file":"FieldInputTable.vue.d.ts","sourceRoot":"","sources":["../../src/components/FieldInputTable.vue"],"names":[],"mappings":"AAyCA;AAyGA,MAAM,WAAW,oBAAoB;IACnC,oCAAoC;IACpC,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,GAAG,CAAC;IAC7B,uDAAuD;IACvD,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,0DAA0D;IAC1D,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,uDAAuD;IACvD,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,uBAAuB;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;;;;;;;;;;iBADe,MAAM;;;;AA0JtB,wBAUG"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Component } from 'vue';
|
|
2
2
|
import { FileValidationResult } from '../utils/fileValidation';
|
|
3
|
-
|
|
4
3
|
export type FileUploadStatus = 'idle' | 'uploading' | 'success' | 'error';
|
|
5
4
|
export interface UploadedFile {
|
|
6
5
|
file: File;
|
|
@@ -64,38 +63,16 @@ export interface FileUploadProps {
|
|
|
64
63
|
*/
|
|
65
64
|
onRemove?: (file: File, index: number) => void;
|
|
66
65
|
}
|
|
67
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
multiple: boolean;
|
|
72
|
-
maxSize: number;
|
|
73
|
-
allowedExtensions: any;
|
|
74
|
-
maxFiles: any;
|
|
75
|
-
maxTotalSizeMB: any;
|
|
76
|
-
validateMagicNumber: boolean;
|
|
77
|
-
disabled: boolean;
|
|
78
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
79
|
-
change: (files: File[], errors: FileValidationResult[]) => void;
|
|
80
|
-
remove: (file: File, index: number) => void;
|
|
81
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FileUploadProps>, {
|
|
82
|
-
title: string;
|
|
83
|
-
description: string;
|
|
84
|
-
type: string;
|
|
85
|
-
multiple: boolean;
|
|
86
|
-
maxSize: number;
|
|
87
|
-
allowedExtensions: any;
|
|
88
|
-
maxFiles: any;
|
|
89
|
-
maxTotalSizeMB: any;
|
|
90
|
-
validateMagicNumber: boolean;
|
|
91
|
-
disabled: boolean;
|
|
92
|
-
}>>> & Readonly<{
|
|
66
|
+
declare const _default: import('vue').DefineComponent<FileUploadProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
67
|
+
change: (files: File[], errors: FileValidationResult[]) => any;
|
|
68
|
+
remove: (file: File, index: number) => any;
|
|
69
|
+
}, string, import('vue').PublicProps, Readonly<FileUploadProps> & Readonly<{
|
|
93
70
|
onChange?: (files: File[], errors: FileValidationResult[]) => any;
|
|
94
71
|
onRemove?: (file: File, index: number) => any;
|
|
95
72
|
}>, {
|
|
96
|
-
type: string;
|
|
97
|
-
disabled: boolean;
|
|
98
73
|
title: string;
|
|
74
|
+
disabled: boolean;
|
|
75
|
+
type: string;
|
|
99
76
|
multiple: boolean;
|
|
100
77
|
description: string;
|
|
101
78
|
maxSize: number;
|
|
@@ -103,23 +80,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
103
80
|
maxFiles: number;
|
|
104
81
|
maxTotalSizeMB: number;
|
|
105
82
|
validateMagicNumber: boolean;
|
|
106
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
83
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
84
|
+
fileInputRef: HTMLInputElement;
|
|
85
|
+
}, HTMLDivElement>;
|
|
107
86
|
export default _default;
|
|
108
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
109
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
110
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
111
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
112
|
-
} : {
|
|
113
|
-
type: import('vue').PropType<T[K]>;
|
|
114
|
-
required: true;
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
|
-
type __VLS_WithDefaults<P, D> = {
|
|
118
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
119
|
-
default: D[K];
|
|
120
|
-
}> : P[K];
|
|
121
|
-
};
|
|
122
|
-
type __VLS_Prettify<T> = {
|
|
123
|
-
[K in keyof T]: T[K];
|
|
124
|
-
} & {};
|
|
125
87
|
//# sourceMappingURL=FileUpload.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../src/components/FileUpload.vue"],"names":[],"mappings":"AAuMA;
|
|
1
|
+
{"version":3,"file":"FileUpload.vue.d.ts","sourceRoot":"","sources":["../../src/components/FileUpload.vue"],"names":[],"mappings":"AAuMA;AAwkBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAUrC,OAAO,EAIL,KAAK,oBAAoB,EAC1B,MAAM,yBAAyB,CAAC;AAGjC,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,CAAC;AAE1E,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,IAAI,CAAC;IACX,MAAM,EAAE,gBAAgB,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAE7B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,EAAE,MAAM,EAAE,oBAAoB,EAAE,KAAK,IAAI,CAAC;IAEnE;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAChD;;;;;;;;WA1DS,MAAM;cA+CH,OAAO;UArCX,MAAM;cAKF,OAAO;iBAVJ,MAAM;aAeV,MAAM;uBAMI,MAAM,EAAE;cAKjB,MAAM;oBAKA,MAAM;yBAMD,OAAO;;;;AAwsB/B,wBAUG"}
|
|
@@ -12,64 +12,31 @@ export interface InputSearchProps {
|
|
|
12
12
|
showClearButton?: boolean;
|
|
13
13
|
debounce?: number;
|
|
14
14
|
}
|
|
15
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
debounce: number;
|
|
24
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
25
|
-
search: (value: string) => void;
|
|
26
|
-
clear: () => void;
|
|
27
|
-
input: (event: Event) => void;
|
|
28
|
-
blur: (event: FocusEvent) => void;
|
|
29
|
-
focus: (event: FocusEvent) => void;
|
|
30
|
-
"update:modelValue": (value: string) => void;
|
|
31
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InputSearchProps>, {
|
|
32
|
-
modelValue: string;
|
|
33
|
-
size: string;
|
|
34
|
-
status: string;
|
|
35
|
-
disabled: boolean;
|
|
36
|
-
readonly: boolean;
|
|
37
|
-
required: boolean;
|
|
38
|
-
showClearButton: boolean;
|
|
39
|
-
debounce: number;
|
|
40
|
-
}>>> & Readonly<{
|
|
15
|
+
declare const _default: import('vue').DefineComponent<InputSearchProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
|
+
search: (value: string) => any;
|
|
17
|
+
input: (event: Event) => any;
|
|
18
|
+
clear: () => any;
|
|
19
|
+
blur: (event: FocusEvent) => any;
|
|
20
|
+
focus: (event: FocusEvent) => any;
|
|
21
|
+
"update:modelValue": (value: string) => any;
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<InputSearchProps> & Readonly<{
|
|
41
23
|
onSearch?: (value: string) => any;
|
|
42
|
-
onClear?: () => any;
|
|
43
24
|
onInput?: (event: Event) => any;
|
|
25
|
+
onClear?: () => any;
|
|
44
26
|
onBlur?: (event: FocusEvent) => any;
|
|
45
27
|
onFocus?: (event: FocusEvent) => any;
|
|
46
28
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
47
29
|
}>, {
|
|
48
|
-
size: "sm" | "md" | "lg";
|
|
49
|
-
required: boolean;
|
|
50
30
|
disabled: boolean;
|
|
31
|
+
required: boolean;
|
|
32
|
+
size: "sm" | "md" | "lg";
|
|
51
33
|
modelValue: string;
|
|
52
34
|
status: "neutral" | "success" | "error" | "warning";
|
|
53
35
|
readonly: boolean;
|
|
54
36
|
showClearButton: boolean;
|
|
55
37
|
debounce: number;
|
|
56
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
39
|
+
inputRef: HTMLInputElement;
|
|
40
|
+
}, HTMLDivElement>;
|
|
57
41
|
export default _default;
|
|
58
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
59
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
60
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
61
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
62
|
-
} : {
|
|
63
|
-
type: import('vue').PropType<T[K]>;
|
|
64
|
-
required: true;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
type __VLS_WithDefaults<P, D> = {
|
|
68
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
69
|
-
default: D[K];
|
|
70
|
-
}> : P[K];
|
|
71
|
-
};
|
|
72
|
-
type __VLS_Prettify<T> = {
|
|
73
|
-
[K in keyof T]: T[K];
|
|
74
|
-
} & {};
|
|
75
42
|
//# sourceMappingURL=InputSearch.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputSearch.vue.d.ts","sourceRoot":"","sources":["../../src/components/InputSearch.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InputSearch.vue.d.ts","sourceRoot":"","sources":["../../src/components/InputSearch.vue"],"names":[],"mappings":"AAoFA;AAuOA,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,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;;;;;;;;;;;;;;;;cANY,OAAO;cAEP,OAAO;UALX,IAAI,GAAG,IAAI,GAAG,IAAI;gBAHZ,MAAM;YAIV,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS;cAGzC,OAAO;qBAGA,OAAO;cACd,MAAM;;;;AAsRnB,wBAUG"}
|
|
@@ -11,32 +11,9 @@ export interface LinearProgressIndicatorProps {
|
|
|
11
11
|
*/
|
|
12
12
|
visible?: boolean;
|
|
13
13
|
}
|
|
14
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
15
|
-
value: number;
|
|
16
|
-
visible: boolean;
|
|
17
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<LinearProgressIndicatorProps>, {
|
|
18
|
-
value: number;
|
|
19
|
-
visible: boolean;
|
|
20
|
-
}>>> & Readonly<{}>, {
|
|
14
|
+
declare const _default: import('vue').DefineComponent<LinearProgressIndicatorProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LinearProgressIndicatorProps> & Readonly<{}>, {
|
|
21
15
|
value: number;
|
|
22
16
|
visible: boolean;
|
|
23
17
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
24
18
|
export default _default;
|
|
25
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
27
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
-
} : {
|
|
30
|
-
type: import('vue').PropType<T[K]>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
type __VLS_WithDefaults<P, D> = {
|
|
35
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
36
|
-
default: D[K];
|
|
37
|
-
}> : P[K];
|
|
38
|
-
};
|
|
39
|
-
type __VLS_Prettify<T> = {
|
|
40
|
-
[K in keyof T]: T[K];
|
|
41
|
-
} & {};
|
|
42
19
|
//# sourceMappingURL=LinearProgressIndicator.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LinearProgressIndicator.vue.d.ts","sourceRoot":"","sources":["../../src/components/LinearProgressIndicator.vue"],"names":[],"mappings":"AAUA;
|
|
1
|
+
{"version":3,"file":"LinearProgressIndicator.vue.d.ts","sourceRoot":"","sources":["../../src/components/LinearProgressIndicator.vue"],"names":[],"mappings":"AAUA;AA+CA,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;;WARS,MAAM;aAOJ,OAAO;;AAyEnB,wBAOG"}
|