@citruslime/ui 4.0.2-beta.8 → 4.0.2
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 +10222 -6923
- package/dist/citrus-lime-ui.umd.js +8 -7
- package/dist/components/accordion/header/cl-ui-accordion-header.vue.d.ts +2 -4
- package/dist/components/calendar/cl-ui-calendar-input.vue.d.ts +4 -3
- package/dist/components/calendar/cl-ui-calendar.vue.d.ts +2 -0
- package/dist/components/calendar/types.d.ts +6 -0
- package/dist/components/footer/cl-ui-footer.vue.d.ts +2 -4
- package/dist/components/grid/body/cl-ui-grid-cell-value.vue.d.ts +5 -1
- package/dist/components/grid/cl-ui-grid.vue.d.ts +1 -0
- package/dist/components/grid/footer/cl-ui-grid-footer.vue.d.ts +10 -1
- package/dist/components/grid/header/cl-ui-grid-search.vue.d.ts +1 -0
- package/dist/components/grid/header/filter-values.d.ts +2 -0
- package/dist/components/grid/types.d.ts +5 -2
- package/dist/components/input/cl-ui-input.vue.d.ts +2 -0
- package/dist/components/input-v2/input-date-range/cl-ui-input-date-range.vue.d.ts +4 -0
- package/dist/components/input-v2/input-datetime/cl-ui-input-datetime.vue.d.ts +4 -0
- package/dist/components/input-v2/input-number/cl-ui-input-number.vue.d.ts +1 -1
- package/dist/components/input-v2/input-range/cl-ui-input-range.vue.d.ts +1 -1
- package/dist/components/input-v2/input-text/cl-ui-input-text.vue.d.ts +5 -5
- package/dist/components/navigation/item/cl-ui-navigation-item.vue.d.ts +2 -4
- package/dist/components/navigation/section/cl-ui-navigation-section.vue.d.ts +2 -4
- package/dist/components/select/cl-ui-select.vue.d.ts +9 -7
- package/dist/components/select/select-options/cl-ui-select-option.vue.d.ts +2 -0
- package/dist/ui.css +1 -1
- package/dist/utils/dates.d.ts +7 -0
- package/dist/utils/i18n/types.d.ts +13 -0
- package/package.json +20 -16
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
2
1
|
declare var __VLS_1: {};
|
|
3
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
4
3
|
default?: (props: typeof __VLS_1) => any;
|
|
5
|
-
}
|
|
6
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
7
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
7
|
export default _default;
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { CalendarType } from './types';
|
|
1
|
+
import type { CalendarType, DateTimePopoverEvents } from './types';
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
date?: string;
|
|
5
|
-
events?:
|
|
4
|
+
events?: DateTimePopoverEvents;
|
|
6
5
|
type: CalendarType;
|
|
7
6
|
placeholder: string | null;
|
|
8
7
|
required: boolean;
|
|
9
8
|
disabled?: boolean;
|
|
10
9
|
rangeSelected?: boolean;
|
|
10
|
+
forceIconDisplay?: boolean;
|
|
11
|
+
interactiveIcon?: boolean;
|
|
11
12
|
};
|
|
12
13
|
/**
|
|
13
14
|
* Focus the input element.
|
|
@@ -13,6 +13,7 @@ type __VLS_Props = {
|
|
|
13
13
|
initialDate?: string | null;
|
|
14
14
|
quickDateScope?: 'past' | 'future' | 'none' | QuickDateName[] | null;
|
|
15
15
|
dateFormatLocale?: string | null;
|
|
16
|
+
showWeekNumbers?: boolean;
|
|
16
17
|
};
|
|
17
18
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
18
19
|
focus(): void;
|
|
@@ -29,6 +30,7 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
|
29
30
|
max: string | null;
|
|
30
31
|
dateFormatLocale: string | null;
|
|
31
32
|
timeZone: string | null;
|
|
33
|
+
showWeekNumbers: boolean;
|
|
32
34
|
quickDateScope: "past" | "future" | "none" | QuickDateName[] | null;
|
|
33
35
|
initialDate: string | null;
|
|
34
36
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
import type { PopoverEventHandlers } from 'v-calendar/dist/types/src/utils/popovers.js';
|
|
1
2
|
export declare const calendarTypes: readonly ["date", "datetime", "time", "dateRange"];
|
|
2
3
|
export type CalendarType = typeof calendarTypes[number];
|
|
4
|
+
export type DateTimePopoverEvents = PopoverEventHandlers & {
|
|
5
|
+
change: (e: Event) => void;
|
|
6
|
+
input: (e: Event) => void;
|
|
7
|
+
keyup: (e: KeyboardEvent) => void;
|
|
8
|
+
};
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
2
1
|
declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
|
|
3
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
4
3
|
default?: (props: typeof __VLS_1) => any;
|
|
5
4
|
} & {
|
|
6
5
|
left?: (props: typeof __VLS_3) => any;
|
|
7
6
|
} & {
|
|
8
7
|
right?: (props: typeof __VLS_5) => any;
|
|
9
|
-
}
|
|
10
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
};
|
|
11
9
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
12
10
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
13
11
|
export default _default;
|
|
@@ -6,7 +6,11 @@ type __VLS_Props = {
|
|
|
6
6
|
searchValue: string;
|
|
7
7
|
rowIndex: number;
|
|
8
8
|
};
|
|
9
|
-
type __VLS_Slots =
|
|
9
|
+
type __VLS_Slots = {
|
|
10
|
+
[name: string]: {
|
|
11
|
+
formattedStringContent: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
10
14
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
15
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
12
16
|
export default _default;
|
|
@@ -7,11 +7,20 @@ type __VLS_Props = {
|
|
|
7
7
|
options: GridConfig;
|
|
8
8
|
data?: FilterResponse<unknown> | null;
|
|
9
9
|
};
|
|
10
|
-
|
|
10
|
+
type __VLS_Slots = {
|
|
11
|
+
'totals-area'(): any;
|
|
12
|
+
};
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
14
|
"update:request": (args_0: FilterRequest<Record<string, unknown>>) => any;
|
|
12
15
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
16
|
"onUpdate:request"?: ((args_0: FilterRequest<Record<string, unknown>>) => any) | undefined;
|
|
14
17
|
}>, {
|
|
15
18
|
data: FilterResponse<unknown> | null;
|
|
16
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
17
21
|
export default _default;
|
|
22
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
@@ -7,4 +7,6 @@ export declare const defaultEmptyListValue: {
|
|
|
7
7
|
readonly name: "";
|
|
8
8
|
readonly value: "";
|
|
9
9
|
};
|
|
10
|
+
export declare const defaultSelectAllListValue: import("vue").ComputedRef<SelectItemWithValue>;
|
|
11
|
+
export declare const defaultClearAllListValue: import("vue").ComputedRef<SelectItemWithValue>;
|
|
10
12
|
export declare const booleanListEntries: import("vue").ComputedRef<SelectItemWithValue[]>;
|
|
@@ -30,6 +30,7 @@ export interface GridColumn<T = Record<string, unknown>> {
|
|
|
30
30
|
slotType?: Exclude<GridColumnType, 'slot'>;
|
|
31
31
|
listType?: Exclude<GridColumnType, 'list' | 'slot' | 'date' | 'datetime' | 'dateRange' | 'boolean'>;
|
|
32
32
|
listEntries?: GridColumnListEntry[];
|
|
33
|
+
listMode?: 'single' | 'multi';
|
|
33
34
|
format?: StringFormat | DateFormat | NumberFormat | ExtendedNumberFormat;
|
|
34
35
|
quickDateScope?: 'past' | 'future' | 'none' | QuickDateName[];
|
|
35
36
|
maxLength?: number;
|
|
@@ -78,9 +79,10 @@ export declare enum FilterOperation {
|
|
|
78
79
|
LESS_THAN = 7,
|
|
79
80
|
EQUAL_OR_GREATER_THAN = 8,
|
|
80
81
|
EQUAL_OR_LESS_THAN = 9,
|
|
81
|
-
AND_CONTAINS = 10
|
|
82
|
+
AND_CONTAINS = 10,
|
|
83
|
+
OR_EQUAL = 11
|
|
82
84
|
}
|
|
83
|
-
export declare const filterMethodTypes: readonly ["equal", "notequal", "contains", "notcontains", "lessthan", "greaterthan", "startswith", "endswith", "equalorlessthan", "equalorgreaterthan", "andcontains"];
|
|
85
|
+
export declare const filterMethodTypes: readonly ["equal", "notequal", "contains", "notcontains", "lessthan", "greaterthan", "startswith", "endswith", "equalorlessthan", "equalorgreaterthan", "andcontains", "orequal"];
|
|
84
86
|
export type FilterMethodType = typeof filterMethodTypes[number];
|
|
85
87
|
export interface FilterArg<T = Record<string, unknown>> {
|
|
86
88
|
filterOnColumn: keyof T;
|
|
@@ -108,6 +110,7 @@ export type ColumnSlot = {
|
|
|
108
110
|
export type CellSlot = ColumnSlot & {
|
|
109
111
|
record: Record<string, InputValueType>;
|
|
110
112
|
searchValue?: string;
|
|
113
|
+
formattedStringContent?: string;
|
|
111
114
|
};
|
|
112
115
|
export type EditCellSlot = CellSlot & Partial<{
|
|
113
116
|
edited: boolean;
|
|
@@ -34,6 +34,7 @@ type __VLS_Props = {
|
|
|
34
34
|
quickDateScope?: 'past' | 'future' | 'none' | QuickDateName[] | null;
|
|
35
35
|
dateFormatLocale?: string | null;
|
|
36
36
|
currencyOptions?: CurrencyInputOptions;
|
|
37
|
+
showWeekNumbers?: boolean;
|
|
37
38
|
};
|
|
38
39
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
39
40
|
focus(): void;
|
|
@@ -68,6 +69,7 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
|
68
69
|
step: number;
|
|
69
70
|
dateFormatLocale: string | null;
|
|
70
71
|
timeZone: string | null;
|
|
72
|
+
showWeekNumbers: boolean;
|
|
71
73
|
isRequired: boolean;
|
|
72
74
|
quickDateScope: "past" | "future" | "none" | QuickDateName[] | null;
|
|
73
75
|
initialDate: string | null;
|
|
@@ -10,6 +10,8 @@ type __VLS_Props = {
|
|
|
10
10
|
required?: boolean;
|
|
11
11
|
quickDateScope?: 'past' | 'future' | 'none' | QuickDateName[] | null;
|
|
12
12
|
popoverPlacement?: PopoverPlacement;
|
|
13
|
+
manualDateSelection?: boolean;
|
|
14
|
+
showWeekNumbers?: boolean;
|
|
13
15
|
};
|
|
14
16
|
type __VLS_Slots = {
|
|
15
17
|
default: () => any;
|
|
@@ -31,7 +33,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
31
33
|
dateFormatLocale: string | null;
|
|
32
34
|
timeZone: string | null;
|
|
33
35
|
popoverPlacement: "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
|
36
|
+
showWeekNumbers: boolean;
|
|
34
37
|
quickDateScope: "past" | "future" | "none" | QuickDateName[] | null;
|
|
38
|
+
manualDateSelection: boolean;
|
|
35
39
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
36
40
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
37
41
|
export default _default;
|
|
@@ -12,6 +12,8 @@ type __VLS_Props = {
|
|
|
12
12
|
placeholder?: string | null;
|
|
13
13
|
popoverPlacement?: PopoverPlacement;
|
|
14
14
|
showPopover?: boolean;
|
|
15
|
+
forceIconDisplay?: boolean;
|
|
16
|
+
showWeekNumbers?: boolean;
|
|
15
17
|
};
|
|
16
18
|
type __VLS_Slots = {
|
|
17
19
|
default: () => any;
|
|
@@ -35,6 +37,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
35
37
|
disabled: boolean;
|
|
36
38
|
required: boolean;
|
|
37
39
|
placeholder: string | null;
|
|
40
|
+
forceIconDisplay: boolean;
|
|
38
41
|
minDate: string | null;
|
|
39
42
|
maxDate: string | null;
|
|
40
43
|
initialCalendarDate: string | null;
|
|
@@ -42,6 +45,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
42
45
|
timeZone: string | null;
|
|
43
46
|
popoverPlacement: "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
|
44
47
|
showPopover: boolean;
|
|
48
|
+
showWeekNumbers: boolean;
|
|
45
49
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
46
50
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
47
51
|
export default _default;
|
|
@@ -37,8 +37,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
37
37
|
}>, {
|
|
38
38
|
disabled: boolean;
|
|
39
39
|
required: boolean;
|
|
40
|
-
errors: string[] | null;
|
|
41
40
|
placeholder: string | null;
|
|
41
|
+
errors: string[] | null;
|
|
42
42
|
selectOnFocus: boolean;
|
|
43
43
|
locale: string | null;
|
|
44
44
|
currency: string | null;
|
|
@@ -24,8 +24,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
24
24
|
}>, {
|
|
25
25
|
disabled: boolean;
|
|
26
26
|
required: boolean;
|
|
27
|
-
errors: string[] | null;
|
|
28
27
|
placeholder: string | null;
|
|
28
|
+
errors: string[] | null;
|
|
29
29
|
precision: number;
|
|
30
30
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
31
31
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -20,22 +20,22 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
20
20
|
blur: () => void | undefined;
|
|
21
21
|
select: () => void | undefined;
|
|
22
22
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
|
-
focus: () => any;
|
|
24
|
-
blur: () => any;
|
|
23
|
+
focus: (args_0: FocusEvent) => any;
|
|
24
|
+
blur: (args_0: FocusEvent) => any;
|
|
25
25
|
keySinglePress: (args_0: string) => any;
|
|
26
26
|
"update:modelValue": (value: string) => any;
|
|
27
27
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
28
|
-
onFocus?: (() => any) | undefined;
|
|
29
|
-
onBlur?: (() => any) | undefined;
|
|
28
|
+
onFocus?: ((args_0: FocusEvent) => any) | undefined;
|
|
29
|
+
onBlur?: ((args_0: FocusEvent) => any) | undefined;
|
|
30
30
|
onKeySinglePress?: ((args_0: string) => any) | undefined;
|
|
31
31
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
32
32
|
}>, {
|
|
33
33
|
type: TextType;
|
|
34
34
|
disabled: boolean;
|
|
35
35
|
required: boolean;
|
|
36
|
+
placeholder: string | null;
|
|
36
37
|
errors: string[] | null;
|
|
37
38
|
maxlength: number | null;
|
|
38
|
-
placeholder: string | null;
|
|
39
39
|
selectOnFocus: boolean;
|
|
40
40
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
41
41
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
2
1
|
declare var __VLS_1: {};
|
|
3
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
4
3
|
default?: (props: typeof __VLS_1) => any;
|
|
5
|
-
}
|
|
6
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
};
|
|
7
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
9
7
|
export default _default;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
2
1
|
declare var __VLS_1: {}, __VLS_3: {};
|
|
3
|
-
type __VLS_Slots =
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
4
3
|
title?: (props: typeof __VLS_1) => any;
|
|
5
4
|
} & {
|
|
6
5
|
default?: (props: typeof __VLS_3) => any;
|
|
7
|
-
}
|
|
8
|
-
declare const __VLS_self: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
};
|
|
9
7
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
8
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
11
9
|
export default _default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import type { SelectItem } from './types';
|
|
2
2
|
declare const _default: <T extends string | number | boolean | SelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
3
|
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
4
|
-
readonly "onUpdate:
|
|
5
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:
|
|
4
|
+
readonly "onUpdate:model-value"?: ((args_0: T | T[] | null | undefined) => any) | undefined;
|
|
5
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:model-value"> & {
|
|
6
|
+
modelValue: T | T[] | null | undefined;
|
|
6
7
|
list: T[];
|
|
7
8
|
required?: boolean;
|
|
8
9
|
disabled?: boolean;
|
|
@@ -11,9 +12,10 @@ declare const _default: <T extends string | number | boolean | SelectItem>(__VLS
|
|
|
11
12
|
errors?: string[] | null;
|
|
12
13
|
isGridFilter?: boolean;
|
|
13
14
|
openDropDownOnFocus?: boolean;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
allowFiltering?: boolean;
|
|
16
|
+
useListView?: boolean;
|
|
17
|
+
readonly?: boolean;
|
|
18
|
+
} & {}> & import("vue").PublicProps;
|
|
17
19
|
expose(exposed: import("vue").ShallowUnwrapRef<{
|
|
18
20
|
focus: () => void;
|
|
19
21
|
}>): void;
|
|
@@ -39,11 +41,11 @@ declare const _default: <T extends string | number | boolean | SelectItem>(__VLS
|
|
|
39
41
|
label(): any;
|
|
40
42
|
'help-text'(): any;
|
|
41
43
|
};
|
|
42
|
-
emit: (evt: "update:
|
|
44
|
+
emit: (evt: "update:model-value", args_0: T | T[] | null | undefined) => void;
|
|
43
45
|
}>) => import("vue").VNode & {
|
|
44
46
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
45
47
|
};
|
|
46
48
|
export default _default;
|
|
47
49
|
type __VLS_PrettifyLocal<T> = {
|
|
48
|
-
[K in keyof T]: T[K];
|
|
50
|
+
[K in keyof T as K]: T[K];
|
|
49
51
|
} & {};
|
|
@@ -2,6 +2,7 @@ type __VLS_Props = {
|
|
|
2
2
|
isSelected?: boolean;
|
|
3
3
|
isHighlighted?: boolean;
|
|
4
4
|
disabled?: boolean;
|
|
5
|
+
readonly?: boolean;
|
|
5
6
|
};
|
|
6
7
|
type __VLS_Slots = {
|
|
7
8
|
default: any;
|
|
@@ -13,6 +14,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
13
14
|
}>, {
|
|
14
15
|
disabled: boolean;
|
|
15
16
|
isHighlighted: boolean;
|
|
17
|
+
readonly: boolean;
|
|
16
18
|
isSelected: boolean;
|
|
17
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
20
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|