@citruslime/ui 4.0.0-beta.9 → 4.0.0
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/README.md +1 -1
- package/dist/citrus-lime-ui.es.js +4022 -3896
- package/dist/citrus-lime-ui.umd.js +2 -2
- package/dist/components/accordion/cl-ui-accordion.vue.d.ts +13 -38
- package/dist/components/accordion/header/cl-ui-accordion-header.vue.d.ts +8 -3
- package/dist/components/accordion/item/cl-ui-accordion-item.vue.d.ts +13 -37
- package/dist/components/app/cl-ui-app.vue.d.ts +10 -34
- package/dist/components/button/cl-ui-button.vue.d.ts +17 -47
- package/dist/components/calendar/cl-ui-calendar-input.vue.d.ts +19 -31
- package/dist/components/calendar/cl-ui-calendar.vue.d.ts +18 -68
- package/dist/components/calendar/cl-ui-quick-dates-group.vue.d.ts +6 -17
- package/dist/components/calendar/cl-ui-quick-dates.vue.d.ts +6 -17
- package/dist/components/card/cl-ui-card.vue.d.ts +13 -40
- package/dist/components/combo-box/cl-ui-combo-box.vue.d.ts +29 -90
- package/dist/components/combo-box/search-container/cl-ui-combo-box-search.vue.d.ts +18 -63
- package/dist/components/combo-box/search-container/header/cl-ui-combo-box-header.vue.d.ts +9 -37
- package/dist/components/combo-box/search-container/selectable/cl-ui-combo-box-selectable.vue.d.ts +12 -44
- package/dist/components/currency/cl-ui-currency-input.vue.d.ts +13 -49
- package/dist/components/file-uploader/cl-ui-file-uploader.vue.d.ts +17 -44
- package/dist/components/footer/cl-ui-footer.vue.d.ts +12 -5
- package/dist/components/grid/action-row/cl-ui-grid-action-row.vue.d.ts +17 -38
- package/dist/components/grid/body/cl-ui-grid-body.vue.d.ts +23 -49
- package/dist/components/grid/body/cl-ui-grid-cell-value.vue.d.ts +7 -19
- package/dist/components/grid/body/cl-ui-grid-cell.vue.d.ts +13 -39
- package/dist/components/grid/body/cl-ui-grid-row.vue.d.ts +13 -39
- package/dist/components/grid/cl-ui-grid.vue.d.ts +47 -104
- package/dist/components/grid/footer/cl-ui-grid-footer.vue.d.ts +7 -34
- package/dist/components/grid/header/cl-ui-grid-filter-input.vue.d.ts +8 -23
- package/dist/components/grid/header/cl-ui-grid-filter.vue.d.ts +15 -29
- package/dist/components/grid/header/cl-ui-grid-header.vue.d.ts +13 -29
- package/dist/components/grid/header/cl-ui-grid-method-selector.vue.d.ts +8 -20
- package/dist/components/grid/header/cl-ui-grid-search.vue.d.ts +21 -43
- package/dist/components/grid/view-manager/cl-ui-grid-view-manager.vue.d.ts +8 -17
- package/dist/components/grid-lite/body/cl-ui-grid-lite-body-skeleton.vue.d.ts +3 -14
- package/dist/components/grid-lite/body/cl-ui-grid-lite-body.vue.d.ts +14 -49
- package/dist/components/grid-lite/body/cl-ui-grid-lite-cell.vue.d.ts +7 -18
- package/dist/components/grid-lite/body/cl-ui-grid-lite-row.vue.d.ts +7 -19
- package/dist/components/grid-lite/cl-ui-grid-lite.vue.d.ts +21 -66
- package/dist/components/grid-lite/footer/cl-ui-grid-lite-footer.vue.d.ts +14 -47
- package/dist/components/grid-lite/header/cl-ui-grid-lite-header.vue.d.ts +14 -45
- package/dist/components/header/cl-ui-header.vue.d.ts +12 -24
- package/dist/components/header/menu/cl-ui-header-menu.vue.d.ts +15 -46
- package/dist/components/input/cl-ui-input.vue.d.ts +49 -487
- package/dist/components/input-v2/input-checkbox/cl-ui-input-checkbox.vue.d.ts +24 -49
- package/dist/components/input-v2/input-date-range/cl-ui-input-date-range-input.vue.d.ts +9 -15
- package/dist/components/input-v2/input-date-range/cl-ui-input-date-range.vue.d.ts +28 -96
- package/dist/components/input-v2/input-datetime/cl-ui-input-datetime.vue.d.ts +33 -112
- package/dist/components/input-v2/input-layout-wrapper/cl-ui-input-layout-wrapper.vue.d.ts +12 -40
- package/dist/components/input-v2/input-number/cl-ui-input-number.vue.d.ts +37 -123
- package/dist/components/input-v2/input-range/cl-ui-input-range.vue.d.ts +23 -78
- package/dist/components/input-v2/input-text/cl-ui-input-text.vue.d.ts +31 -75
- package/dist/components/input-v2/input-text-area/cl-ui-input-text-area.vue.d.ts +22 -49
- package/dist/components/language-switcher/cl-ui-language-switcher.vue.d.ts +8 -34
- package/dist/components/login/cl-ui-login.vue.d.ts +16 -43
- package/dist/components/menu/cl-ui-menu.vue.d.ts +26 -197
- package/dist/components/menu/group/cl-ui-menu-group.vue.d.ts +11 -24
- package/dist/components/menu/icon/cl-ui-menu-icon.vue.d.ts +3 -13
- package/dist/components/menu/item/cl-ui-menu-item.vue.d.ts +5 -5
- package/dist/components/menu/section/cl-ui-menu-section.vue.d.ts +7 -42
- package/dist/components/modal/cl-ui-modal.vue.d.ts +31 -66
- package/dist/components/navigation/cl-ui-navigation.vue.d.ts +22 -50
- package/dist/components/navigation/group/cl-ui-navigation-group.vue.d.ts +7 -18
- package/dist/components/navigation/icon/cl-ui-navigation-icon.vue.d.ts +5 -29
- package/dist/components/navigation/item/cl-ui-navigation-item.vue.d.ts +8 -3
- package/dist/components/navigation/section/cl-ui-navigation-section.vue.d.ts +10 -4
- package/dist/components/notification/cl-ui-notification.vue.d.ts +7 -35
- package/dist/components/select/cl-ui-select.vue.d.ts +28 -147
- package/dist/components/select/select-input/cl-ui-select-input.vue.d.ts +10 -12
- package/dist/components/select/select-options/cl-ui-select-option.vue.d.ts +14 -42
- package/dist/components/skeleton-loaders/cl-ui-skeleton-text.vue.d.ts +11 -36
- package/dist/components/slider/cl-ui-slider.vue.d.ts +14 -54
- package/dist/components/tab/cl-ui-tab.vue.d.ts +27 -60
- package/dist/components/tab/content/cl-ui-tab-content.vue.d.ts +10 -34
- package/dist/components/tab/header/cl-ui-tab-header.vue.d.ts +16 -47
- package/dist/components/toggle/cl-ui-radio-group.vue.d.ts +10 -22
- package/dist/components/toggle/cl-ui-radio.vue.d.ts +13 -39
- package/dist/components/toggle/cl-ui-toggle-button.vue.d.ts +10 -33
- package/dist/components/toggle/cl-ui-toggle.vue.d.ts +22 -45
- package/dist/components/tree-list/cl-ui-tree-list-subtree.vue.d.ts +20 -58
- package/dist/components/tree-list/cl-ui-tree-list-tree-path.vue.d.ts +3 -13
- package/dist/components/tree-list/cl-ui-tree-list.vue.d.ts +12 -40
- package/dist/ui.css +1 -0
- package/dist/utils/injectionKeys.d.ts +1 -1
- package/package.json +13 -9
- package/dist/style.css +0 -1
|
@@ -1,91 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
errors: {
|
|
19
|
-
type: import("vue").PropType<string[] | null>;
|
|
20
|
-
default: null;
|
|
21
|
-
};
|
|
22
|
-
placeholder: {
|
|
23
|
-
type: import("vue").PropType<string | null>;
|
|
24
|
-
default: null;
|
|
25
|
-
};
|
|
26
|
-
precision: {
|
|
27
|
-
type: import("vue").PropType<number>;
|
|
28
|
-
default: number;
|
|
29
|
-
};
|
|
30
|
-
min: {
|
|
31
|
-
type: import("vue").PropType<number>;
|
|
32
|
-
required: true;
|
|
33
|
-
};
|
|
34
|
-
}>, {
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
min: number;
|
|
3
|
+
max: number;
|
|
4
|
+
precision?: number;
|
|
5
|
+
errors?: string[] | null;
|
|
6
|
+
required?: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
placeholder?: string | null;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_Slots = {
|
|
11
|
+
default: [];
|
|
12
|
+
'help-text': [];
|
|
13
|
+
};
|
|
14
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
15
|
+
modelValue: number;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
35
18
|
focus: () => any;
|
|
36
19
|
blur: () => any;
|
|
37
20
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
38
|
-
"update:modelValue": (
|
|
39
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
40
|
-
modelValue:
|
|
41
|
-
required: true;
|
|
42
|
-
type: import("vue").PropType<number>;
|
|
43
|
-
};
|
|
44
|
-
disabled: {
|
|
45
|
-
type: import("vue").PropType<boolean>;
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
max: {
|
|
49
|
-
type: import("vue").PropType<number>;
|
|
50
|
-
required: true;
|
|
51
|
-
};
|
|
52
|
-
required: {
|
|
53
|
-
type: import("vue").PropType<boolean>;
|
|
54
|
-
default: boolean;
|
|
55
|
-
};
|
|
56
|
-
errors: {
|
|
57
|
-
type: import("vue").PropType<string[] | null>;
|
|
58
|
-
default: null;
|
|
59
|
-
};
|
|
60
|
-
placeholder: {
|
|
61
|
-
type: import("vue").PropType<string | null>;
|
|
62
|
-
default: null;
|
|
63
|
-
};
|
|
64
|
-
precision: {
|
|
65
|
-
type: import("vue").PropType<number>;
|
|
66
|
-
default: number;
|
|
67
|
-
};
|
|
68
|
-
min: {
|
|
69
|
-
type: import("vue").PropType<number>;
|
|
70
|
-
required: true;
|
|
71
|
-
};
|
|
72
|
-
}>> & Readonly<{
|
|
73
|
-
"onUpdate:modelValue"?: ((modelValue: number) => any) | undefined;
|
|
21
|
+
"update:modelValue": (value: number) => any;
|
|
22
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
23
|
+
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
74
24
|
}>, {
|
|
75
25
|
disabled: boolean;
|
|
76
26
|
required: boolean;
|
|
77
27
|
errors: string[] | null;
|
|
78
28
|
placeholder: string | null;
|
|
79
29
|
precision: number;
|
|
80
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
81
|
-
|
|
82
|
-
'help-text': [];
|
|
83
|
-
}> & {
|
|
84
|
-
default: [];
|
|
85
|
-
'help-text': [];
|
|
86
|
-
}>;
|
|
30
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
87
32
|
export default _default;
|
|
88
|
-
type
|
|
33
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
89
34
|
new (): {
|
|
90
35
|
$slots: S;
|
|
91
36
|
};
|
|
@@ -1,90 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
type: import("vue").PropType<string[] | null>;
|
|
20
|
-
default: null;
|
|
21
|
-
};
|
|
22
|
-
maxlength: {
|
|
23
|
-
type: import("vue").PropType<number | null>;
|
|
24
|
-
default: null;
|
|
25
|
-
};
|
|
26
|
-
placeholder: {
|
|
27
|
-
type: import("vue").PropType<string | null>;
|
|
28
|
-
default: null;
|
|
29
|
-
};
|
|
30
|
-
}>, {
|
|
1
|
+
import type { TextType } from './types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
errors?: string[] | null;
|
|
4
|
+
type?: TextType;
|
|
5
|
+
maxlength?: number | null;
|
|
6
|
+
required?: boolean;
|
|
7
|
+
disabled?: boolean;
|
|
8
|
+
placeholder?: string | null;
|
|
9
|
+
selectOnFocus?: boolean;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_Slots = {
|
|
12
|
+
default(): any;
|
|
13
|
+
'help-text'(): any;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
16
|
+
modelValue: string;
|
|
17
|
+
};
|
|
18
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
31
19
|
focus: () => void | undefined;
|
|
32
20
|
blur: () => void | undefined;
|
|
21
|
+
select: () => void | undefined;
|
|
33
22
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
|
-
|
|
35
|
-
blur: () =>
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
39
|
-
modelValue: {
|
|
40
|
-
required: true;
|
|
41
|
-
type: import("vue").PropType<string>;
|
|
42
|
-
};
|
|
43
|
-
type: {
|
|
44
|
-
type: import("vue").PropType<"search" | "text" | "email" | "tel" | "password">;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
disabled: {
|
|
48
|
-
type: import("vue").PropType<boolean>;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
required: {
|
|
52
|
-
type: import("vue").PropType<boolean>;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
errors: {
|
|
56
|
-
type: import("vue").PropType<string[] | null>;
|
|
57
|
-
default: null;
|
|
58
|
-
};
|
|
59
|
-
maxlength: {
|
|
60
|
-
type: import("vue").PropType<number | null>;
|
|
61
|
-
default: null;
|
|
62
|
-
};
|
|
63
|
-
placeholder: {
|
|
64
|
-
type: import("vue").PropType<string | null>;
|
|
65
|
-
default: null;
|
|
66
|
-
};
|
|
67
|
-
}>> & Readonly<{
|
|
68
|
-
onBlur?: (() => any) | undefined;
|
|
23
|
+
focus: () => any;
|
|
24
|
+
blur: () => any;
|
|
25
|
+
keySinglePress: (args_0: string) => any;
|
|
26
|
+
"update:modelValue": (value: string) => any;
|
|
27
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
69
28
|
onFocus?: (() => any) | undefined;
|
|
29
|
+
onBlur?: (() => any) | undefined;
|
|
70
30
|
onKeySinglePress?: ((args_0: string) => any) | undefined;
|
|
71
|
-
"onUpdate:modelValue"?: ((
|
|
31
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
72
32
|
}>, {
|
|
73
|
-
type:
|
|
33
|
+
type: TextType;
|
|
74
34
|
disabled: boolean;
|
|
75
35
|
required: boolean;
|
|
76
36
|
errors: string[] | null;
|
|
77
37
|
maxlength: number | null;
|
|
78
38
|
placeholder: string | null;
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
}> & {
|
|
83
|
-
default(): any;
|
|
84
|
-
'help-text'(): any;
|
|
85
|
-
}>;
|
|
39
|
+
selectOnFocus: boolean;
|
|
40
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
41
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
86
42
|
export default _default;
|
|
87
|
-
type
|
|
43
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
88
44
|
new (): {
|
|
89
45
|
$slots: S;
|
|
90
46
|
};
|
|
@@ -1,61 +1,34 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
resizability: {
|
|
15
|
-
type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both" | "auto">;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
}>, {
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
errors?: string[] | null;
|
|
3
|
+
required?: boolean;
|
|
4
|
+
resizability?: 'none' | 'horizontal' | 'vertical' | 'both' | 'auto';
|
|
5
|
+
};
|
|
6
|
+
type __VLS_Slots = {
|
|
7
|
+
default(): any;
|
|
8
|
+
'help-text'(): any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_PublicProps = __VLS_Props & {
|
|
11
|
+
modelValue: string | null | undefined;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
19
14
|
focus: () => void | undefined;
|
|
20
15
|
blur: () => void | undefined;
|
|
21
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
|
-
|
|
23
|
-
blur: () =>
|
|
24
|
-
|
|
25
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
26
|
-
modelValue: {
|
|
27
|
-
required: true;
|
|
28
|
-
type: import("vue").PropType<string | null | undefined>;
|
|
29
|
-
};
|
|
30
|
-
required: {
|
|
31
|
-
type: import("vue").PropType<boolean>;
|
|
32
|
-
default: boolean;
|
|
33
|
-
};
|
|
34
|
-
errors: {
|
|
35
|
-
type: import("vue").PropType<string[] | null>;
|
|
36
|
-
default: null;
|
|
37
|
-
};
|
|
38
|
-
resizability: {
|
|
39
|
-
type: import("vue").PropType<"none" | "horizontal" | "vertical" | "both" | "auto">;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
}>> & Readonly<{
|
|
43
|
-
onBlur?: (() => any) | undefined;
|
|
17
|
+
focus: () => any;
|
|
18
|
+
blur: () => any;
|
|
19
|
+
"update:modelValue": (value: string | null | undefined) => any;
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
44
21
|
onFocus?: (() => any) | undefined;
|
|
45
|
-
|
|
22
|
+
onBlur?: (() => any) | undefined;
|
|
23
|
+
"onUpdate:modelValue"?: ((value: string | null | undefined) => any) | undefined;
|
|
46
24
|
}>, {
|
|
47
25
|
required: boolean;
|
|
48
26
|
errors: string[] | null;
|
|
49
27
|
resizability: "none" | "horizontal" | "vertical" | "both" | "auto";
|
|
50
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
51
|
-
|
|
52
|
-
'help-text'(): any;
|
|
53
|
-
}> & {
|
|
54
|
-
default(): any;
|
|
55
|
-
'help-text'(): any;
|
|
56
|
-
}>;
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
57
30
|
export default _default;
|
|
58
|
-
type
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
59
32
|
new (): {
|
|
60
33
|
$slots: S;
|
|
61
34
|
};
|
|
@@ -1,41 +1,15 @@
|
|
|
1
1
|
import type { Language } from './types';
|
|
2
|
-
|
|
2
|
+
type __VLS_Props = {
|
|
3
3
|
supportedLanguages: Language[];
|
|
4
|
-
disabled?: boolean
|
|
5
|
-
defaultLangauge?: Language | null
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
"language-select": (newLanguage: string) => void;
|
|
11
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
12
|
-
supportedLanguages: Language[];
|
|
13
|
-
disabled?: boolean | undefined;
|
|
14
|
-
defaultLangauge?: Language | null | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
disabled: boolean;
|
|
17
|
-
defaultLangauge: null;
|
|
18
|
-
}>>> & Readonly<{
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
defaultLangauge?: Language | null;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
+
"language-select": (newLanguage: string) => any;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
19
10
|
"onLanguage-select"?: ((newLanguage: string) => any) | undefined;
|
|
20
11
|
}>, {
|
|
21
12
|
disabled: boolean;
|
|
22
13
|
defaultLangauge: Language | null;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
15
|
export default _default;
|
|
25
|
-
type __VLS_WithDefaults<P, D> = {
|
|
26
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
27
|
-
default: D[K];
|
|
28
|
-
}> : P[K];
|
|
29
|
-
};
|
|
30
|
-
type __VLS_Prettify<T> = {
|
|
31
|
-
[K in keyof T]: T[K];
|
|
32
|
-
} & {};
|
|
33
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
-
type __VLS_TypePropsToOption<T> = {
|
|
35
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
-
} : {
|
|
38
|
-
type: import('vue').PropType<T[K]>;
|
|
39
|
-
required: true;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
@@ -1,54 +1,27 @@
|
|
|
1
1
|
import type { Authentication } from './types';
|
|
2
|
-
|
|
3
|
-
errors?: string[]
|
|
4
|
-
loading?: boolean
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
errors: () => never[];
|
|
16
|
-
loading: boolean;
|
|
17
|
-
}>>> & Readonly<{
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
errors?: string[];
|
|
4
|
+
loading?: boolean;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_Slots = {
|
|
7
|
+
background(): any;
|
|
8
|
+
logo(): any;
|
|
9
|
+
'language-switcher'(): any;
|
|
10
|
+
};
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
login: (args_0: Authentication) => any;
|
|
13
|
+
"update:errors": (args_0: string[]) => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
15
|
onLogin?: ((args_0: Authentication) => any) | undefined;
|
|
19
16
|
"onUpdate:errors"?: ((args_0: string[]) => any) | undefined;
|
|
20
17
|
}>, {
|
|
21
18
|
loading: boolean;
|
|
22
19
|
errors: string[];
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
24
|
-
|
|
25
|
-
logo(): any;
|
|
26
|
-
'language-switcher'(): any;
|
|
27
|
-
}> & {
|
|
28
|
-
background(): any;
|
|
29
|
-
logo(): any;
|
|
30
|
-
'language-switcher'(): any;
|
|
31
|
-
}>;
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
32
22
|
export default _default;
|
|
33
|
-
type
|
|
34
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
|
-
default: D[K];
|
|
36
|
-
}> : P[K];
|
|
37
|
-
};
|
|
38
|
-
type __VLS_Prettify<T> = {
|
|
39
|
-
[K in keyof T]: T[K];
|
|
40
|
-
} & {};
|
|
41
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
42
24
|
new (): {
|
|
43
25
|
$slots: S;
|
|
44
26
|
};
|
|
45
27
|
};
|
|
46
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
47
|
-
type __VLS_TypePropsToOption<T> = {
|
|
48
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
49
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
50
|
-
} : {
|
|
51
|
-
type: import('vue').PropType<T[K]>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
|
-
};
|