@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
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Component, VNode } from 'vue';
|
|
2
|
-
|
|
3
2
|
export interface Column {
|
|
4
3
|
header: string;
|
|
5
4
|
accessor: string;
|
|
@@ -73,54 +72,37 @@ export interface TableProps {
|
|
|
73
72
|
emptyState?: string | VNode | Component;
|
|
74
73
|
}
|
|
75
74
|
declare function __VLS_template(): {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
75
|
+
attrs: Partial<{}>;
|
|
76
|
+
slots: {
|
|
77
|
+
'sort-indicator'?(_: {
|
|
78
|
+
column: Column;
|
|
79
|
+
index: number;
|
|
80
|
+
isSorted: boolean;
|
|
81
|
+
sortOrder: "desc" | "asc";
|
|
82
|
+
handleSort: (order: "asc" | "desc") => void;
|
|
83
|
+
}): any;
|
|
84
|
+
cell?(_: {
|
|
85
|
+
row: any;
|
|
86
|
+
column: Column;
|
|
87
|
+
value: any;
|
|
88
|
+
}): any;
|
|
89
|
+
cell?(_: {
|
|
90
|
+
row: any;
|
|
91
|
+
column: Column;
|
|
92
|
+
value: any;
|
|
93
|
+
}): any;
|
|
94
|
+
};
|
|
95
|
+
refs: {
|
|
96
|
+
tableRef: HTMLTableElement;
|
|
97
|
+
};
|
|
98
|
+
rootEl: HTMLDivElement;
|
|
88
99
|
};
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
searchPlaceholder: string;
|
|
96
|
-
buttonSearchLabel: string;
|
|
97
|
-
selectable: boolean;
|
|
98
|
-
editableColumns: () => any[];
|
|
99
|
-
rowKey: string;
|
|
100
|
-
showSearch: boolean;
|
|
101
|
-
rowClickable: boolean;
|
|
102
|
-
lastColumnSticky: boolean;
|
|
103
|
-
emptyState: string;
|
|
104
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
105
|
-
selectionChange: (selectedRows: any[]) => void;
|
|
106
|
-
rowUpdate: (updatedRow: any) => void;
|
|
107
|
-
rowClick: (row: any) => void;
|
|
108
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TableProps>, {
|
|
109
|
-
initialPageSize: number;
|
|
110
|
-
pageSizeOptions: () => number[];
|
|
111
|
-
initialSortField: any;
|
|
112
|
-
initialSortOrder: any;
|
|
113
|
-
placeholderSearch: string;
|
|
114
|
-
searchPlaceholder: string;
|
|
115
|
-
buttonSearchLabel: string;
|
|
116
|
-
selectable: boolean;
|
|
117
|
-
editableColumns: () => any[];
|
|
118
|
-
rowKey: string;
|
|
119
|
-
showSearch: boolean;
|
|
120
|
-
rowClickable: boolean;
|
|
121
|
-
lastColumnSticky: boolean;
|
|
122
|
-
emptyState: string;
|
|
123
|
-
}>>> & Readonly<{
|
|
100
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
101
|
+
declare const __VLS_component: import('vue').DefineComponent<TableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
102
|
+
selectionChange: (selectedRows: any[]) => any;
|
|
103
|
+
rowUpdate: (updatedRow: any) => any;
|
|
104
|
+
rowClick: (row: any) => any;
|
|
105
|
+
}, string, import('vue').PublicProps, Readonly<TableProps> & Readonly<{
|
|
124
106
|
onSelectionChange?: (selectedRows: any[]) => any;
|
|
125
107
|
onRowUpdate?: (updatedRow: any) => any;
|
|
126
108
|
onRowClick?: (row: any) => any;
|
|
@@ -139,26 +121,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
139
121
|
rowClickable: boolean;
|
|
140
122
|
lastColumnSticky: boolean;
|
|
141
123
|
emptyState: string;
|
|
142
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
143
|
-
|
|
124
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
125
|
+
tableRef: HTMLTableElement;
|
|
126
|
+
}, HTMLDivElement>;
|
|
127
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
144
128
|
export default _default;
|
|
145
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
146
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
147
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
148
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
149
|
-
} : {
|
|
150
|
-
type: import('vue').PropType<T[K]>;
|
|
151
|
-
required: true;
|
|
152
|
-
};
|
|
153
|
-
};
|
|
154
|
-
type __VLS_WithDefaults<P, D> = {
|
|
155
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
156
|
-
default: D[K];
|
|
157
|
-
}> : P[K];
|
|
158
|
-
};
|
|
159
|
-
type __VLS_Prettify<T> = {
|
|
160
|
-
[K in keyof T]: T[K];
|
|
161
|
-
} & {};
|
|
162
129
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
163
130
|
new (): {
|
|
164
131
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.vue.d.ts","sourceRoot":"","sources":["../../src/components/Table.vue"],"names":[],"mappings":"AA6NA;
|
|
1
|
+
{"version":3,"file":"Table.vue.d.ts","sourceRoot":"","sources":["../../src/components/Table.vue"],"names":[],"mappings":"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"}
|
|
@@ -12,35 +12,10 @@ export interface TableProgressBarProps {
|
|
|
12
12
|
*/
|
|
13
13
|
variant?: 'primary' | 'secondary' | 'success' | 'warning' | 'error';
|
|
14
14
|
}
|
|
15
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
16
|
-
visible: boolean;
|
|
17
|
-
loading: boolean;
|
|
18
|
-
variant: string;
|
|
19
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TableProgressBarProps>, {
|
|
20
|
-
visible: boolean;
|
|
21
|
-
loading: boolean;
|
|
22
|
-
variant: string;
|
|
23
|
-
}>>> & Readonly<{}>, {
|
|
15
|
+
declare const _default: import('vue').DefineComponent<TableProgressBarProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<TableProgressBarProps> & Readonly<{}>, {
|
|
24
16
|
variant: "primary" | "secondary" | "success" | "warning" | "error";
|
|
25
17
|
visible: boolean;
|
|
26
18
|
loading: boolean;
|
|
27
19
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
28
20
|
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
21
|
//# sourceMappingURL=TableProgressBar.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableProgressBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/TableProgressBar.vue"],"names":[],"mappings":"AAYA;
|
|
1
|
+
{"version":3,"file":"TableProgressBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/TableProgressBar.vue"],"names":[],"mappings":"AAYA;AAmGA,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;CACrE;;aADW,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO;aARzD,OAAO;aAIP,OAAO;;AA2InB,wBAOG"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Component } from 'vue';
|
|
2
2
|
import { SecurityConfig } from '../utils/security';
|
|
3
|
-
|
|
4
3
|
export type ValidationRule = {
|
|
5
4
|
kind: 'regex';
|
|
6
5
|
pattern: RegExp;
|
|
@@ -43,52 +42,20 @@ export interface TextAreaProps {
|
|
|
43
42
|
validation?: ValidationRule[];
|
|
44
43
|
normalize?: (value: string) => string;
|
|
45
44
|
}
|
|
46
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
required: boolean;
|
|
53
|
-
showCharCount: boolean;
|
|
54
|
-
showClearButton: boolean;
|
|
55
|
-
rows: number;
|
|
56
|
-
resize: string;
|
|
57
|
-
securityConfig: () => SecurityConfig;
|
|
58
|
-
spellCheck: any;
|
|
59
|
-
autoCapitalize: any;
|
|
60
|
-
autoCorrect: any;
|
|
61
|
-
dir: any;
|
|
62
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
63
|
-
input: (event: Event) => void;
|
|
64
|
-
blur: (event: FocusEvent) => void;
|
|
65
|
-
focus: (event: FocusEvent) => void;
|
|
66
|
-
"update:modelValue": (value: string) => void;
|
|
67
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TextAreaProps>, {
|
|
68
|
-
modelValue: string;
|
|
69
|
-
size: string;
|
|
70
|
-
status: string;
|
|
71
|
-
disabled: boolean;
|
|
72
|
-
readonly: boolean;
|
|
73
|
-
required: boolean;
|
|
74
|
-
showCharCount: boolean;
|
|
75
|
-
showClearButton: boolean;
|
|
76
|
-
rows: number;
|
|
77
|
-
resize: string;
|
|
78
|
-
securityConfig: () => SecurityConfig;
|
|
79
|
-
spellCheck: any;
|
|
80
|
-
autoCapitalize: any;
|
|
81
|
-
autoCorrect: any;
|
|
82
|
-
dir: any;
|
|
83
|
-
}>>> & Readonly<{
|
|
45
|
+
declare const _default: import('vue').DefineComponent<TextAreaProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
46
|
+
input: (event: Event) => any;
|
|
47
|
+
blur: (event: FocusEvent) => any;
|
|
48
|
+
focus: (event: FocusEvent) => any;
|
|
49
|
+
"update:modelValue": (value: string) => any;
|
|
50
|
+
}, string, import('vue').PublicProps, Readonly<TextAreaProps> & Readonly<{
|
|
84
51
|
onInput?: (event: Event) => any;
|
|
85
52
|
onBlur?: (event: FocusEvent) => any;
|
|
86
53
|
onFocus?: (event: FocusEvent) => any;
|
|
87
54
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
88
55
|
}>, {
|
|
89
|
-
size: "sm" | "md" | "lg";
|
|
90
|
-
required: boolean;
|
|
91
56
|
disabled: boolean;
|
|
57
|
+
required: boolean;
|
|
58
|
+
size: "sm" | "md" | "lg";
|
|
92
59
|
resize: "none" | "vertical" | "horizontal" | "both";
|
|
93
60
|
modelValue: string;
|
|
94
61
|
status: "neutral" | "success" | "error" | "warning";
|
|
@@ -101,23 +68,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
101
68
|
autoCorrect: "off" | "on";
|
|
102
69
|
dir: "auto" | "ltr" | "rtl";
|
|
103
70
|
rows: number;
|
|
104
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
71
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
72
|
+
textareaRef: HTMLTextAreaElement;
|
|
73
|
+
}, HTMLDivElement>;
|
|
105
74
|
export default _default;
|
|
106
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
107
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
108
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
109
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
110
|
-
} : {
|
|
111
|
-
type: import('vue').PropType<T[K]>;
|
|
112
|
-
required: true;
|
|
113
|
-
};
|
|
114
|
-
};
|
|
115
|
-
type __VLS_WithDefaults<P, D> = {
|
|
116
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
117
|
-
default: D[K];
|
|
118
|
-
}> : P[K];
|
|
119
|
-
};
|
|
120
|
-
type __VLS_Prettify<T> = {
|
|
121
|
-
[K in keyof T]: T[K];
|
|
122
|
-
} & {};
|
|
123
75
|
//# sourceMappingURL=TextArea.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.vue.d.ts","sourceRoot":"","sources":["../../src/components/TextArea.vue"],"names":[],"mappings":"AAuDA;
|
|
1
|
+
{"version":3,"file":"TextArea.vue.d.ts","sourceRoot":"","sources":["../../src/components/TextArea.vue"],"names":[],"mappings":"AAuDA;AA4XA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,OAAO,EAEL,KAAK,cAAc,EAEpB,MAAM,mBAAmB,CAAC;AAE3B,MAAM,MAAM,cAAc,GACtB;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,GACpD;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,GACtD;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,GACtD;IACE,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,GAAG,IAAI,CAAC;IACvC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEN,MAAM,WAAW,aAAa;IAC5B,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,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,YAAY,GAAG,MAAM,CAAC;IAErD,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,WAAW,GAAG,OAAO,GAAG,YAAY,CAAC;IACvE,WAAW,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IAC3B,GAAG,CAAC,EAAE,MAAM,GAAG,KAAK,GAAG,KAAK,CAAC;IAE7B,UAAU,CAAC,EAAE,cAAc,EAAE,CAAC;IAC9B,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CACvC;;;;;;;;;;;;cAnBY,OAAO;cAEP,OAAO;UANX,IAAI,GAAG,IAAI,GAAG,IAAI;YAWhB,MAAM,GAAG,UAAU,GAAG,YAAY,GAAG,MAAM;gBAdvC,MAAM;YAIV,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS;cAIzC,OAAO;mBAGF,OAAO;qBACL,OAAO;oBAIR,cAAc;gBAGlB,OAAO;oBACH,KAAK,GAAG,MAAM,GAAG,WAAW,GAAG,OAAO,GAAG,YAAY;iBACxD,KAAK,GAAG,IAAI;SACpB,MAAM,GAAG,KAAK,GAAG,KAAK;UATrB,MAAM;;;;AAkdf,wBAUG"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { Component } from 'vue';
|
|
2
2
|
import { SecurityConfig } from '../utils/security';
|
|
3
|
-
|
|
4
3
|
export type ValidationRule = {
|
|
5
4
|
kind: 'regex';
|
|
6
5
|
pattern: RegExp;
|
|
@@ -45,57 +44,23 @@ export interface TextFieldProps {
|
|
|
45
44
|
validation?: ValidationRule[];
|
|
46
45
|
normalize?: (value: string) => string;
|
|
47
46
|
}
|
|
48
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
required: boolean;
|
|
56
|
-
showCharCount: boolean;
|
|
57
|
-
showClearButton: boolean;
|
|
58
|
-
debounce: number;
|
|
59
|
-
securityConfig: () => SecurityConfig;
|
|
60
|
-
spellCheck: any;
|
|
61
|
-
autoCapitalize: any;
|
|
62
|
-
autoCorrect: any;
|
|
63
|
-
inputMode: any;
|
|
64
|
-
dir: any;
|
|
65
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
66
|
-
clear: () => void;
|
|
67
|
-
input: (event: Event) => void;
|
|
68
|
-
blur: (event: FocusEvent) => void;
|
|
69
|
-
focus: (event: FocusEvent) => void;
|
|
70
|
-
"update:modelValue": (value: string) => void;
|
|
71
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TextFieldProps>, {
|
|
72
|
-
modelValue: string;
|
|
73
|
-
type: string;
|
|
74
|
-
size: string;
|
|
75
|
-
status: string;
|
|
76
|
-
disabled: boolean;
|
|
77
|
-
readonly: boolean;
|
|
78
|
-
required: boolean;
|
|
79
|
-
showCharCount: boolean;
|
|
80
|
-
showClearButton: boolean;
|
|
81
|
-
debounce: number;
|
|
82
|
-
securityConfig: () => SecurityConfig;
|
|
83
|
-
spellCheck: any;
|
|
84
|
-
autoCapitalize: any;
|
|
85
|
-
autoCorrect: any;
|
|
86
|
-
inputMode: any;
|
|
87
|
-
dir: any;
|
|
88
|
-
}>>> & Readonly<{
|
|
89
|
-
onClear?: () => any;
|
|
47
|
+
declare const _default: import('vue').DefineComponent<TextFieldProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
48
|
+
input: (event: Event) => any;
|
|
49
|
+
clear: () => any;
|
|
50
|
+
blur: (event: FocusEvent) => any;
|
|
51
|
+
focus: (event: FocusEvent) => any;
|
|
52
|
+
"update:modelValue": (value: string) => any;
|
|
53
|
+
}, string, import('vue').PublicProps, Readonly<TextFieldProps> & Readonly<{
|
|
90
54
|
onInput?: (event: Event) => any;
|
|
55
|
+
onClear?: () => any;
|
|
91
56
|
onBlur?: (event: FocusEvent) => any;
|
|
92
57
|
onFocus?: (event: FocusEvent) => any;
|
|
93
58
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
94
59
|
}>, {
|
|
95
|
-
|
|
60
|
+
disabled: boolean;
|
|
96
61
|
type: "text" | "email" | "password" | "number" | "tel" | "url";
|
|
97
62
|
required: boolean;
|
|
98
|
-
|
|
63
|
+
size: "sm" | "md" | "lg";
|
|
99
64
|
modelValue: string;
|
|
100
65
|
status: "neutral" | "success" | "error" | "warning";
|
|
101
66
|
readonly: boolean;
|
|
@@ -108,23 +73,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
108
73
|
autoCorrect: "off" | "on";
|
|
109
74
|
inputMode: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
110
75
|
dir: "auto" | "ltr" | "rtl";
|
|
111
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
76
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
77
|
+
inputRef: HTMLInputElement;
|
|
78
|
+
}, HTMLDivElement>;
|
|
112
79
|
export default _default;
|
|
113
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
114
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
115
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
116
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
117
|
-
} : {
|
|
118
|
-
type: import('vue').PropType<T[K]>;
|
|
119
|
-
required: true;
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
type __VLS_WithDefaults<P, D> = {
|
|
123
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
124
|
-
default: D[K];
|
|
125
|
-
}> : P[K];
|
|
126
|
-
};
|
|
127
|
-
type __VLS_Prettify<T> = {
|
|
128
|
-
[K in keyof T]: T[K];
|
|
129
|
-
} & {};
|
|
130
80
|
//# sourceMappingURL=TextField.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.vue.d.ts","sourceRoot":"","sources":["../../src/components/TextField.vue"],"names":[],"mappings":"AA2DA;
|
|
1
|
+
{"version":3,"file":"TextField.vue.d.ts","sourceRoot":"","sources":["../../src/components/TextField.vue"],"names":[],"mappings":"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"}
|
|
@@ -2,32 +2,9 @@ export interface ThemeToggleProps {
|
|
|
2
2
|
size?: 'sm' | 'md' | 'lg';
|
|
3
3
|
showLabel?: boolean;
|
|
4
4
|
}
|
|
5
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
6
|
-
size: string;
|
|
7
|
-
showLabel: boolean;
|
|
8
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ThemeToggleProps>, {
|
|
9
|
-
size: string;
|
|
10
|
-
showLabel: boolean;
|
|
11
|
-
}>>> & Readonly<{}>, {
|
|
5
|
+
declare const _default: import('vue').DefineComponent<ThemeToggleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ThemeToggleProps> & Readonly<{}>, {
|
|
12
6
|
size: "sm" | "md" | "lg";
|
|
13
7
|
showLabel: boolean;
|
|
14
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
8
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
15
9
|
export default _default;
|
|
16
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
-
type __VLS_TypePropsToRuntimeProps<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
|
-
};
|
|
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
10
|
//# sourceMappingURL=ThemeToggle.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeToggle.vue.d.ts","sourceRoot":"","sources":["../../src/components/ThemeToggle.vue"],"names":[],"mappings":"AAyBA;
|
|
1
|
+
{"version":3,"file":"ThemeToggle.vue.d.ts","sourceRoot":"","sources":["../../src/components/ThemeToggle.vue"],"names":[],"mappings":"AAyBA;AAwFA,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;;UAFQ,IAAI,GAAG,IAAI,GAAG,IAAI;eACb,OAAO;;AAgJrB,wBAQG"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Component } from 'vue';
|
|
2
|
-
|
|
3
2
|
export type TimeFormat = 'HH:mm:ss' | 'HH:mm' | 'h:mm:ss a' | 'h:mm a' | string;
|
|
4
3
|
export type TimePickerSize = 'sm' | 'md' | 'lg';
|
|
5
4
|
export interface TimePickerProps {
|
|
@@ -51,50 +50,30 @@ export interface TimePickerProps {
|
|
|
51
50
|
required?: boolean;
|
|
52
51
|
}
|
|
53
52
|
declare function __VLS_template(): {
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
attrs: Partial<{}>;
|
|
54
|
+
slots: {
|
|
55
|
+
prefixIcon?(_: {}): any;
|
|
56
|
+
suffixIcon?(_: {}): any;
|
|
57
|
+
};
|
|
58
|
+
refs: {
|
|
59
|
+
containerRef: HTMLDivElement;
|
|
60
|
+
inputRef: HTMLInputElement;
|
|
61
|
+
panelRef: HTMLDivElement;
|
|
62
|
+
};
|
|
63
|
+
rootEl: HTMLDivElement;
|
|
56
64
|
};
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
secondStep: number;
|
|
64
|
-
placeholder: string;
|
|
65
|
-
size: string;
|
|
66
|
-
status: string;
|
|
67
|
-
use12Hours: boolean;
|
|
68
|
-
showSecond: boolean;
|
|
69
|
-
allowClear: boolean;
|
|
70
|
-
disabledBackTime: boolean;
|
|
71
|
-
showNowButton: boolean;
|
|
72
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
73
|
-
change: (value: string) => void;
|
|
74
|
-
"update:modelValue": (value: string) => void;
|
|
75
|
-
"open-change": (open: boolean) => void;
|
|
76
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TimePickerProps>, {
|
|
77
|
-
defaultValue: string;
|
|
78
|
-
disabled: boolean;
|
|
79
|
-
format: string;
|
|
80
|
-
hourStep: number;
|
|
81
|
-
minuteStep: number;
|
|
82
|
-
secondStep: number;
|
|
83
|
-
placeholder: string;
|
|
84
|
-
size: string;
|
|
85
|
-
status: string;
|
|
86
|
-
use12Hours: boolean;
|
|
87
|
-
showSecond: boolean;
|
|
88
|
-
allowClear: boolean;
|
|
89
|
-
disabledBackTime: boolean;
|
|
90
|
-
showNowButton: boolean;
|
|
91
|
-
}>>> & Readonly<{
|
|
65
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
66
|
+
declare const __VLS_component: import('vue').DefineComponent<TimePickerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
67
|
+
change: (value: string) => any;
|
|
68
|
+
"update:modelValue": (value: string) => any;
|
|
69
|
+
"open-change": (open: boolean) => any;
|
|
70
|
+
}, string, import('vue').PublicProps, Readonly<TimePickerProps> & Readonly<{
|
|
92
71
|
onChange?: (value: string) => any;
|
|
93
72
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
94
73
|
"onOpen-change"?: (open: boolean) => any;
|
|
95
74
|
}>, {
|
|
96
|
-
size: TimePickerSize;
|
|
97
75
|
disabled: boolean;
|
|
76
|
+
size: TimePickerSize;
|
|
98
77
|
placeholder: string;
|
|
99
78
|
format: TimeFormat;
|
|
100
79
|
status: "neutral" | "error" | "warning" | "success";
|
|
@@ -107,26 +86,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
107
86
|
allowClear: boolean;
|
|
108
87
|
disabledBackTime: boolean;
|
|
109
88
|
showNowButton: boolean;
|
|
110
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
111
|
-
|
|
89
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
90
|
+
containerRef: HTMLDivElement;
|
|
91
|
+
inputRef: HTMLInputElement;
|
|
92
|
+
panelRef: HTMLDivElement;
|
|
93
|
+
}, HTMLDivElement>;
|
|
94
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
112
95
|
export default _default;
|
|
113
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
114
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
115
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
116
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
117
|
-
} : {
|
|
118
|
-
type: import('vue').PropType<T[K]>;
|
|
119
|
-
required: true;
|
|
120
|
-
};
|
|
121
|
-
};
|
|
122
|
-
type __VLS_WithDefaults<P, D> = {
|
|
123
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
124
|
-
default: D[K];
|
|
125
|
-
}> : P[K];
|
|
126
|
-
};
|
|
127
|
-
type __VLS_Prettify<T> = {
|
|
128
|
-
[K in keyof T]: T[K];
|
|
129
|
-
} & {};
|
|
130
96
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
131
97
|
new (): {
|
|
132
98
|
$slots: S;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimePicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/TimePicker.vue"],"names":[],"mappings":"AA2MA;
|
|
1
|
+
{"version":3,"file":"TimePicker.vue.d.ts","sourceRoot":"","sources":["../../src/components/TimePicker.vue"],"names":[],"mappings":"AA2MA;AA8nBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AAErC,MAAM,MAAM,UAAU,GAAG,UAAU,GAAG,OAAO,GAAG,WAAW,GAAG,QAAQ,GAAG,MAAM,CAAC;AAChF,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhD,MAAM,WAAW,eAAe;IAC9B,uBAAuB;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,mDAAmD;IACnD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,6BAA6B;IAC7B,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,2BAA2B;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,2BAA2B;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,uBAAuB;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB;IACnB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,qBAAqB;IACrB,MAAM,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,CAAC;IACrD,oBAAoB;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,sCAAsC;IACtC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,oCAAoC;IACpC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,0BAA0B;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB;IAClB,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,kBAAkB;IAClB,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,wCAAwC;IACxC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,4EAA4E;IAC5E,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,2EAA2E;IAC3E,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,4CAA4C;IAC5C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,iBAAiB;IACjB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,oCAAoC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AA6YD,iBAAS,cAAc;WAiST,OAAO,IAA6B;;4BAflB,GAAG;4BACF,GAAG;;;;;;;;EAmBnC;AAsCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;cArwBR,OAAO;UAYX,cAAc;iBAFP,MAAM;YARX,UAAU;YAYV,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS;kBAhBrC,MAAM;cAMV,MAAM;gBAEJ,MAAM;gBAEN,MAAM;gBAcN,OAAO;gBAEP,OAAO;gBAEP,OAAO;sBAMD,OAAO;mBAMV,OAAO;;;;;kBAyuBvB,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 ToastProps {
|
|
4
3
|
show: boolean;
|
|
5
4
|
onClose: () => void;
|
|
@@ -11,38 +10,11 @@ export interface ToastProps {
|
|
|
11
10
|
duration?: number;
|
|
12
11
|
position?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'top-middle' | 'bottom-middle' | 'left-middle' | 'right-middle';
|
|
13
12
|
}
|
|
14
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
15
|
-
state: string;
|
|
16
|
-
style: string;
|
|
17
|
-
duration: number;
|
|
18
|
-
position: string;
|
|
19
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ToastProps>, {
|
|
20
|
-
state: string;
|
|
21
|
-
style: string;
|
|
22
|
-
duration: number;
|
|
23
|
-
position: string;
|
|
24
|
-
}>>> & Readonly<{}>, {
|
|
25
|
-
duration: number;
|
|
13
|
+
declare const _default: import('vue').DefineComponent<ToastProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ToastProps> & Readonly<{}>, {
|
|
26
14
|
style: "outline" | "solid";
|
|
15
|
+
duration: number;
|
|
27
16
|
position: "top-left" | "top-right" | "bottom-left" | "bottom-right" | "top-middle" | "bottom-middle" | "left-middle" | "right-middle";
|
|
28
17
|
state: "default" | "destructive" | "positive";
|
|
29
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions,
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
30
19
|
export default _default;
|
|
31
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
33
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
34
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
35
|
-
} : {
|
|
36
|
-
type: import('vue').PropType<T[K]>;
|
|
37
|
-
required: true;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
type __VLS_WithDefaults<P, D> = {
|
|
41
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
42
|
-
default: D[K];
|
|
43
|
-
}> : P[K];
|
|
44
|
-
};
|
|
45
|
-
type __VLS_Prettify<T> = {
|
|
46
|
-
[K in keyof T]: T[K];
|
|
47
|
-
} & {};
|
|
48
20
|
//# sourceMappingURL=Toast.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.vue.d.ts","sourceRoot":"","sources":["../../src/components/Toast.vue"],"names":[],"mappings":"AA6BA;
|
|
1
|
+
{"version":3,"file":"Toast.vue.d.ts","sourceRoot":"","sources":["../../src/components/Toast.vue"],"names":[],"mappings":"AA6BA;AAwLA,OAAO,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAS5C,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IAC7B,UAAU,CAAC,EAAE,SAAS,GAAG,KAAK,CAAC;IAC/B,KAAK,CAAC,EAAE,SAAS,GAAG,aAAa,GAAG,UAAU,CAAC;IAC/C,KAAK,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EACL,UAAU,GACV,WAAW,GACX,aAAa,GACb,cAAc,GACd,YAAY,GACZ,eAAe,GACf,aAAa,GACb,cAAc,CAAC;CACpB;;WAXS,SAAS,GAAG,OAAO;cAChB,MAAM;cAEb,UAAU,GACV,WAAW,GACX,aAAa,GACb,cAAc,GACd,YAAY,GACZ,eAAe,GACf,aAAa,GACb,cAAc;WAXV,SAAS,GAAG,aAAa,GAAG,UAAU;;AAkQhD,wBAOG"}
|