@ironsource/shared-ui 2.1.6-test.3 → 2.1.6-test.5
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/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_39c47ad1_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +1 -0
- package/Autocomplete.vue_vue_type_style_index_0_scoped_a7bfd237_lang.css +1 -0
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +1 -0
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_a80364bd_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_a8fdae89_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_6df3b70f_lang.css +1 -0
- package/DatePicker.vue_vue_type_style_index_0_scoped_67b44cbe_lang.css +1 -0
- package/DatePickerMonth.vue_vue_type_style_index_0_scoped_929d3028_lang.css +1 -0
- package/DatePickerMonthV4.vue_vue_type_style_index_0_scoped_11288104_lang.css +1 -0
- package/DatePickerV4.vue_vue_type_style_index_0_scoped_a5757773_lang.css +1 -0
- package/DateRange.vue_vue_type_style_index_0_scoped_70e316e9_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_590bb1db_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_ad524750_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_09c488cf_lang.css +1 -0
- package/Dropdown.vue_vue_type_style_index_0_scoped_aaa8c4bb_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_0363db63_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_96ee1c98_lang.css +1 -0
- package/{FormCard.vue_vue_type_style_index_0_scoped_ef8b4e81_lang.css → FormCard.vue_vue_type_style_index_0_scoped_52ade67c_lang.css} +1 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_6a7b3795_lang.css +1 -0
- package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_e0c24b6a_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_8199b662_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_a6457440_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_fcdb9d02_lang.css +1 -0
- package/components/appHeader/AppHeader.vue.d.ts +6 -2
- package/components/appHeader/AppHeader.vue.js +2 -2
- package/components/appHeader/AppHeader.vue2.js +30 -28
- package/components/appHeader/index.d.ts +6 -2
- package/components/autocomplete/Autocomplete.vue.d.ts +5 -0
- package/components/autocomplete/Autocomplete.vue.js +4 -4
- package/components/autocomplete/Autocomplete.vue2.js +43 -37
- package/components/autocomplete/index.d.ts +20 -1
- package/components/datePicker/common/DatePicker.common.d.ts +11 -0
- package/components/datePicker/common/DatePicker.common.js +52 -0
- package/components/datePicker/common/DatePickerMonth.common.d.ts +85 -0
- package/components/datePicker/common/DatePickerMonth.common.js +66 -0
- package/components/datePicker/{DatePicker.vue.d.ts → v3/DatePicker.vue.d.ts} +1 -1
- package/components/datePicker/v3/DatePicker.vue.js +7 -0
- package/components/datePicker/v3/DatePicker.vue2.js +69 -0
- package/components/datePicker/v3/DatePickerMonth.vue.js +7 -0
- package/components/datePicker/v3/DatePickerMonth.vue2.js +40 -0
- package/components/datePicker/{index.d.ts → v3/index.d.ts} +1 -1
- package/components/datePicker/v4/DatePickerMonthV4.vue.d.ts +53 -0
- package/components/datePicker/v4/DatePickerMonthV4.vue.js +7 -0
- package/components/datePicker/v4/DatePickerMonthV4.vue2.js +40 -0
- package/components/datePicker/v4/DatePickerV4.vue.d.ts +67 -0
- package/components/datePicker/v4/DatePickerV4.vue.js +7 -0
- package/components/datePicker/v4/DatePickerV4.vue2.js +73 -0
- package/components/datePicker/v4/index.d.ts +184 -0
- package/components/datePicker/v4/index.js +6 -0
- package/components/dateRange/common/CalendarMonth.common.d.ts +17 -0
- package/components/dateRange/common/CalendarMonth.common.js +131 -0
- package/components/dateRange/common/DateRange.common.d.ts +47 -0
- package/components/dateRange/common/DateRange.common.js +265 -0
- package/components/dateRange/common/DateRangePicker.common.d.ts +3 -0
- package/components/dateRange/{consts.js → common/consts.common.js} +5 -9
- package/components/dateRange/{CalendarMonth.vue.d.ts → v3/CalendarMonth.vue.d.ts} +1 -1
- package/components/dateRange/v3/CalendarMonth.vue.js +7 -0
- package/components/dateRange/v3/CalendarMonth.vue2.js +147 -0
- package/components/dateRange/{DateRange.vue.d.ts → v3/DateRange.vue.d.ts} +9 -9
- package/components/dateRange/v3/DateRange.vue.js +7 -0
- package/components/dateRange/v3/DateRange.vue2.js +226 -0
- package/components/dateRange/{DateRangePicker.vue.d.ts → v3/DateRangePicker.vue.d.ts} +9 -9
- package/components/dateRange/{index.d.ts → v3/index.d.ts} +21 -21
- package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +75 -0
- package/components/dateRange/v4/CalendarMonthV4.vue.js +7 -0
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +133 -0
- package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +115 -0
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +127 -0
- package/components/dateRange/v4/DateRangeV4.vue.js +7 -0
- package/components/dateRange/v4/DateRangeV4.vue2.js +251 -0
- package/components/dateRange/v4/index.d.ts +408 -0
- package/components/dateRange/v4/index.js +6 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +67 -62
- package/components/dropdown/common/Dropdown.common.js +21 -21
- package/components/dropdown/v3/Dropdown.vue.d.ts +4 -0
- package/components/dropdown/v3/Dropdown.vue.js +4 -4
- package/components/dropdown/v3/Dropdown.vue2.js +32 -32
- package/components/dropdown/v3/index.d.ts +13 -1
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +2 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +16 -16
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +16 -0
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +90 -85
- package/components/dropdown/v4/OptionV4.vue.d.ts +11 -0
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +61 -44
- package/components/dropdown/v4/index.d.ts +105 -4
- package/components/filtersPanel/v3/Filter.d.ts +1 -1
- package/components/forms/FormCard.vue.js +2 -2
- package/components/forms/FormCard.vue2.js +9 -9
- package/components/inlineCopy/InlineCopy.vue.d.ts +6 -2
- package/components/inlineCopy/InlineCopy.vue.js +3 -3
- package/components/inlineCopy/InlineCopy.vue2.js +23 -22
- package/components/inlineCopy/index.d.ts +6 -2
- package/components/input/v4/TextField.vue.d.ts +5 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +24 -21
- package/components/input/v4/index.d.ts +20 -1
- package/components/multibar/MultiBar.vue.js +3 -3
- package/components/multibar/MultiBar.vue2.js +21 -21
- package/components/shared/FieldLabel.vue.js +3 -3
- package/components/shared/FieldLabel.vue2.js +9 -9
- package/components/table/v4/DataGrid.vue.d.ts +4 -0
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +147 -147
- package/components/table/v4/index.d.ts +14 -2
- package/components/textArea/v4/TextAreaV4.vue.js +3 -3
- package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
- package/components/tooltip/v4/TooltipV4.vue.d.ts +6 -2
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +21 -19
- package/components/tooltip/v4/index.d.ts +17 -5
- package/index.d.ts +1512 -34
- package/index.js +116 -116
- package/package.json +3 -3
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_0267d003_lang.css +0 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_c148fc7a_lang.css +0 -1
- package/Autocomplete.vue_vue_type_style_index_0_scoped_e43dd7e6_lang.css +0 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_b2206adb_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_889042cf_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_c96fba2c_lang.css +0 -1
- package/DatePicker.vue_vue_type_style_index_0_scoped_e108ef3b_lang.css +0 -1
- package/DatePickerMonth.vue_vue_type_style_index_0_scoped_b171cdab_lang.css +0 -1
- package/DateRange.vue_vue_type_style_index_0_scoped_eb5d155e_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c9783327_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_c3004ba3_lang.css +0 -1
- package/Dropdown.vue_vue_type_style_index_0_scoped_d4f8e790_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_0968078f_lang.css +0 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_72ab1f25_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ff9f4a0f_lang.css +0 -1
- package/MultiBar.vue_vue_type_style_index_0_scoped_b473b35e_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_b8375219_lang.css +0 -1
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_e093021d_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_25809092_lang.css +0 -1
- package/components/datePicker/DatePicker.vue.js +0 -7
- package/components/datePicker/DatePicker.vue2.js +0 -97
- package/components/datePicker/DatePickerMonth.vue.js +0 -7
- package/components/datePicker/DatePickerMonth.vue2.js +0 -85
- package/components/dateRange/CalendarMonth.vue.js +0 -7
- package/components/dateRange/CalendarMonth.vue2.js +0 -244
- package/components/dateRange/DateRange.vue.js +0 -7
- package/components/dateRange/DateRange.vue2.js +0 -417
- /package/components/datePicker/{DatePickerMonth.vue.d.ts → v3/DatePickerMonth.vue.d.ts} +0 -0
- /package/components/datePicker/{index.js → v3/index.js} +0 -0
- /package/components/dateRange/{DateServices.d.ts → common/DateServices.common.d.ts} +0 -0
- /package/components/dateRange/{DateServices.js → common/DateServices.common.js} +0 -0
- /package/components/dateRange/{consts.d.ts → common/consts.common.d.ts} +0 -0
- /package/components/dateRange/{index.js → v3/index.js} +0 -0
package/index.d.ts
CHANGED
|
@@ -21,6 +21,1182 @@ import * as tableV4 from '@/components/table/v4';
|
|
|
21
21
|
import * as tableCellsV3 from '@/components/table-cells/v3';
|
|
22
22
|
import * as snackbarV3 from '@/components/snackbar/v3';
|
|
23
23
|
declare const _default: {
|
|
24
|
+
DateRange: {
|
|
25
|
+
new (...args: any[]): {
|
|
26
|
+
$: import("vue").ComponentInternalInstance;
|
|
27
|
+
$data: {};
|
|
28
|
+
$props: Partial<{
|
|
29
|
+
disabled: boolean;
|
|
30
|
+
testId: string;
|
|
31
|
+
allowedDays: number;
|
|
32
|
+
uniqueId: string | number;
|
|
33
|
+
includeToday: boolean;
|
|
34
|
+
dateFormat: string;
|
|
35
|
+
types: ("week" | "month" | "date")[];
|
|
36
|
+
maxDaysInRange: number;
|
|
37
|
+
datePresetList: "week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
38
|
+
regex: RegExp;
|
|
39
|
+
initialType: "week" | "month" | "date";
|
|
40
|
+
openOnTop: boolean;
|
|
41
|
+
showPresets: boolean;
|
|
42
|
+
maxDate: Date;
|
|
43
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
+
disabled: {
|
|
45
|
+
type: import("vue").PropType<boolean>;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
range: {
|
|
49
|
+
type: import("vue").PropType<{
|
|
50
|
+
from: Date;
|
|
51
|
+
to: Date;
|
|
52
|
+
}>;
|
|
53
|
+
required: true;
|
|
54
|
+
};
|
|
55
|
+
testId: {
|
|
56
|
+
type: import("vue").PropType<string>;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
allowedDays: {
|
|
60
|
+
type: import("vue").PropType<number>;
|
|
61
|
+
default: any;
|
|
62
|
+
};
|
|
63
|
+
uniqueId: {
|
|
64
|
+
type: import("vue").PropType<string | number>;
|
|
65
|
+
default: number;
|
|
66
|
+
};
|
|
67
|
+
includeToday: {
|
|
68
|
+
type: import("vue").PropType<boolean>;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
dateFormat: {
|
|
72
|
+
type: import("vue").PropType<string>;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
types: {
|
|
76
|
+
type: import("vue").PropType<("week" | "month" | "date")[]>;
|
|
77
|
+
default: () => string[];
|
|
78
|
+
};
|
|
79
|
+
maxDaysInRange: {
|
|
80
|
+
type: import("vue").PropType<number>;
|
|
81
|
+
default: any;
|
|
82
|
+
};
|
|
83
|
+
datePresetList: {
|
|
84
|
+
type: import("vue").PropType<"week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
85
|
+
default: string;
|
|
86
|
+
};
|
|
87
|
+
regex: {
|
|
88
|
+
type: import("vue").PropType<RegExp>;
|
|
89
|
+
default: () => RegExp;
|
|
90
|
+
};
|
|
91
|
+
initialType: {
|
|
92
|
+
type: import("vue").PropType<"week" | "month" | "date">;
|
|
93
|
+
required: true;
|
|
94
|
+
default: any;
|
|
95
|
+
};
|
|
96
|
+
openOnTop: {
|
|
97
|
+
type: import("vue").PropType<boolean>;
|
|
98
|
+
required: true;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
showPresets: {
|
|
102
|
+
type: import("vue").PropType<boolean>;
|
|
103
|
+
required: true;
|
|
104
|
+
default: boolean;
|
|
105
|
+
};
|
|
106
|
+
maxDate: {
|
|
107
|
+
type: import("vue").PropType<Date>;
|
|
108
|
+
default: any;
|
|
109
|
+
};
|
|
110
|
+
}>> & {
|
|
111
|
+
onOpened?: (...args: any[]) => any;
|
|
112
|
+
onRangeTypeChanged?: (...args: any[]) => any;
|
|
113
|
+
onCurrentDateChanged?: (...args: any[]) => any;
|
|
114
|
+
onRangeChanged?: (...args: any[]) => any;
|
|
115
|
+
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
116
|
+
onDismissed?: (...args: any[]) => any;
|
|
117
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "testId" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate">;
|
|
118
|
+
$attrs: {
|
|
119
|
+
[x: string]: unknown;
|
|
120
|
+
};
|
|
121
|
+
$refs: {
|
|
122
|
+
[x: string]: unknown;
|
|
123
|
+
};
|
|
124
|
+
$slots: Readonly<{
|
|
125
|
+
[name: string]: import("vue").Slot;
|
|
126
|
+
}>;
|
|
127
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
128
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
129
|
+
$emit: ((event: "opened", ...args: any[]) => void) & ((event: "rangeTypeChanged", ...args: any[]) => void) & ((event: "currentDateChanged", ...args: any[]) => void) & ((event: "rangeChanged", ...args: any[]) => void) & ((event: "dateRangePresetNameChanged", ...args: any[]) => void) & ((event: "dismissed", ...args: any[]) => void);
|
|
130
|
+
$el: any;
|
|
131
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
132
|
+
disabled: {
|
|
133
|
+
type: import("vue").PropType<boolean>;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
136
|
+
range: {
|
|
137
|
+
type: import("vue").PropType<{
|
|
138
|
+
from: Date;
|
|
139
|
+
to: Date;
|
|
140
|
+
}>;
|
|
141
|
+
required: true;
|
|
142
|
+
};
|
|
143
|
+
testId: {
|
|
144
|
+
type: import("vue").PropType<string>;
|
|
145
|
+
default: string;
|
|
146
|
+
};
|
|
147
|
+
allowedDays: {
|
|
148
|
+
type: import("vue").PropType<number>;
|
|
149
|
+
default: any;
|
|
150
|
+
};
|
|
151
|
+
uniqueId: {
|
|
152
|
+
type: import("vue").PropType<string | number>;
|
|
153
|
+
default: number;
|
|
154
|
+
};
|
|
155
|
+
includeToday: {
|
|
156
|
+
type: import("vue").PropType<boolean>;
|
|
157
|
+
default: boolean;
|
|
158
|
+
};
|
|
159
|
+
dateFormat: {
|
|
160
|
+
type: import("vue").PropType<string>;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
types: {
|
|
164
|
+
type: import("vue").PropType<("week" | "month" | "date")[]>;
|
|
165
|
+
default: () => string[];
|
|
166
|
+
};
|
|
167
|
+
maxDaysInRange: {
|
|
168
|
+
type: import("vue").PropType<number>;
|
|
169
|
+
default: any;
|
|
170
|
+
};
|
|
171
|
+
datePresetList: {
|
|
172
|
+
type: import("vue").PropType<"week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
175
|
+
regex: {
|
|
176
|
+
type: import("vue").PropType<RegExp>;
|
|
177
|
+
default: () => RegExp;
|
|
178
|
+
};
|
|
179
|
+
initialType: {
|
|
180
|
+
type: import("vue").PropType<"week" | "month" | "date">;
|
|
181
|
+
required: true;
|
|
182
|
+
default: any;
|
|
183
|
+
};
|
|
184
|
+
openOnTop: {
|
|
185
|
+
type: import("vue").PropType<boolean>;
|
|
186
|
+
required: true;
|
|
187
|
+
default: boolean;
|
|
188
|
+
};
|
|
189
|
+
showPresets: {
|
|
190
|
+
type: import("vue").PropType<boolean>;
|
|
191
|
+
required: true;
|
|
192
|
+
default: boolean;
|
|
193
|
+
};
|
|
194
|
+
maxDate: {
|
|
195
|
+
type: import("vue").PropType<Date>;
|
|
196
|
+
default: any;
|
|
197
|
+
};
|
|
198
|
+
}>> & {
|
|
199
|
+
onOpened?: (...args: any[]) => any;
|
|
200
|
+
onRangeTypeChanged?: (...args: any[]) => any;
|
|
201
|
+
onCurrentDateChanged?: (...args: any[]) => any;
|
|
202
|
+
onRangeChanged?: (...args: any[]) => any;
|
|
203
|
+
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
204
|
+
onDismissed?: (...args: any[]) => any;
|
|
205
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
206
|
+
opened: (...args: any[]) => void;
|
|
207
|
+
rangeTypeChanged: (...args: any[]) => void;
|
|
208
|
+
currentDateChanged: (...args: any[]) => void;
|
|
209
|
+
rangeChanged: (...args: any[]) => void;
|
|
210
|
+
dateRangePresetNameChanged: (...args: any[]) => void;
|
|
211
|
+
dismissed: (...args: any[]) => void;
|
|
212
|
+
}, string, {
|
|
213
|
+
disabled: boolean;
|
|
214
|
+
testId: string;
|
|
215
|
+
allowedDays: number;
|
|
216
|
+
uniqueId: string | number;
|
|
217
|
+
includeToday: boolean;
|
|
218
|
+
dateFormat: string;
|
|
219
|
+
types: ("week" | "month" | "date")[];
|
|
220
|
+
maxDaysInRange: number;
|
|
221
|
+
datePresetList: "week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
222
|
+
regex: RegExp;
|
|
223
|
+
initialType: "week" | "month" | "date";
|
|
224
|
+
openOnTop: boolean;
|
|
225
|
+
showPresets: boolean;
|
|
226
|
+
maxDate: Date;
|
|
227
|
+
}, {}, string> & {
|
|
228
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
229
|
+
created?: (() => void) | (() => void)[];
|
|
230
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
231
|
+
mounted?: (() => void) | (() => void)[];
|
|
232
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
233
|
+
updated?: (() => void) | (() => void)[];
|
|
234
|
+
activated?: (() => void) | (() => void)[];
|
|
235
|
+
deactivated?: (() => void) | (() => void)[];
|
|
236
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
237
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
238
|
+
destroyed?: (() => void) | (() => void)[];
|
|
239
|
+
unmounted?: (() => void) | (() => void)[];
|
|
240
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
241
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
242
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
243
|
+
};
|
|
244
|
+
$forceUpdate: () => void;
|
|
245
|
+
$nextTick: typeof import("vue").nextTick;
|
|
246
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
247
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
248
|
+
disabled: {
|
|
249
|
+
type: import("vue").PropType<boolean>;
|
|
250
|
+
default: boolean;
|
|
251
|
+
};
|
|
252
|
+
range: {
|
|
253
|
+
type: import("vue").PropType<{
|
|
254
|
+
from: Date;
|
|
255
|
+
to: Date;
|
|
256
|
+
}>;
|
|
257
|
+
required: true;
|
|
258
|
+
};
|
|
259
|
+
testId: {
|
|
260
|
+
type: import("vue").PropType<string>;
|
|
261
|
+
default: string;
|
|
262
|
+
};
|
|
263
|
+
allowedDays: {
|
|
264
|
+
type: import("vue").PropType<number>;
|
|
265
|
+
default: any;
|
|
266
|
+
};
|
|
267
|
+
uniqueId: {
|
|
268
|
+
type: import("vue").PropType<string | number>;
|
|
269
|
+
default: number;
|
|
270
|
+
};
|
|
271
|
+
includeToday: {
|
|
272
|
+
type: import("vue").PropType<boolean>;
|
|
273
|
+
default: boolean;
|
|
274
|
+
};
|
|
275
|
+
dateFormat: {
|
|
276
|
+
type: import("vue").PropType<string>;
|
|
277
|
+
default: string;
|
|
278
|
+
};
|
|
279
|
+
types: {
|
|
280
|
+
type: import("vue").PropType<("week" | "month" | "date")[]>;
|
|
281
|
+
default: () => string[];
|
|
282
|
+
};
|
|
283
|
+
maxDaysInRange: {
|
|
284
|
+
type: import("vue").PropType<number>;
|
|
285
|
+
default: any;
|
|
286
|
+
};
|
|
287
|
+
datePresetList: {
|
|
288
|
+
type: import("vue").PropType<"week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
289
|
+
default: string;
|
|
290
|
+
};
|
|
291
|
+
regex: {
|
|
292
|
+
type: import("vue").PropType<RegExp>;
|
|
293
|
+
default: () => RegExp;
|
|
294
|
+
};
|
|
295
|
+
initialType: {
|
|
296
|
+
type: import("vue").PropType<"week" | "month" | "date">;
|
|
297
|
+
required: true;
|
|
298
|
+
default: any;
|
|
299
|
+
};
|
|
300
|
+
openOnTop: {
|
|
301
|
+
type: import("vue").PropType<boolean>;
|
|
302
|
+
required: true;
|
|
303
|
+
default: boolean;
|
|
304
|
+
};
|
|
305
|
+
showPresets: {
|
|
306
|
+
type: import("vue").PropType<boolean>;
|
|
307
|
+
required: true;
|
|
308
|
+
default: boolean;
|
|
309
|
+
};
|
|
310
|
+
maxDate: {
|
|
311
|
+
type: import("vue").PropType<Date>;
|
|
312
|
+
default: any;
|
|
313
|
+
};
|
|
314
|
+
}>> & {
|
|
315
|
+
onOpened?: (...args: any[]) => any;
|
|
316
|
+
onRangeTypeChanged?: (...args: any[]) => any;
|
|
317
|
+
onCurrentDateChanged?: (...args: any[]) => any;
|
|
318
|
+
onRangeChanged?: (...args: any[]) => any;
|
|
319
|
+
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
320
|
+
onDismissed?: (...args: any[]) => any;
|
|
321
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
322
|
+
__isFragment?: never;
|
|
323
|
+
__isTeleport?: never;
|
|
324
|
+
__isSuspense?: never;
|
|
325
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
326
|
+
disabled: {
|
|
327
|
+
type: import("vue").PropType<boolean>;
|
|
328
|
+
default: boolean;
|
|
329
|
+
};
|
|
330
|
+
range: {
|
|
331
|
+
type: import("vue").PropType<{
|
|
332
|
+
from: Date;
|
|
333
|
+
to: Date;
|
|
334
|
+
}>;
|
|
335
|
+
required: true;
|
|
336
|
+
};
|
|
337
|
+
testId: {
|
|
338
|
+
type: import("vue").PropType<string>;
|
|
339
|
+
default: string;
|
|
340
|
+
};
|
|
341
|
+
allowedDays: {
|
|
342
|
+
type: import("vue").PropType<number>;
|
|
343
|
+
default: any;
|
|
344
|
+
};
|
|
345
|
+
uniqueId: {
|
|
346
|
+
type: import("vue").PropType<string | number>;
|
|
347
|
+
default: number;
|
|
348
|
+
};
|
|
349
|
+
includeToday: {
|
|
350
|
+
type: import("vue").PropType<boolean>;
|
|
351
|
+
default: boolean;
|
|
352
|
+
};
|
|
353
|
+
dateFormat: {
|
|
354
|
+
type: import("vue").PropType<string>;
|
|
355
|
+
default: string;
|
|
356
|
+
};
|
|
357
|
+
types: {
|
|
358
|
+
type: import("vue").PropType<("week" | "month" | "date")[]>;
|
|
359
|
+
default: () => string[];
|
|
360
|
+
};
|
|
361
|
+
maxDaysInRange: {
|
|
362
|
+
type: import("vue").PropType<number>;
|
|
363
|
+
default: any;
|
|
364
|
+
};
|
|
365
|
+
datePresetList: {
|
|
366
|
+
type: import("vue").PropType<"week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
367
|
+
default: string;
|
|
368
|
+
};
|
|
369
|
+
regex: {
|
|
370
|
+
type: import("vue").PropType<RegExp>;
|
|
371
|
+
default: () => RegExp;
|
|
372
|
+
};
|
|
373
|
+
initialType: {
|
|
374
|
+
type: import("vue").PropType<"week" | "month" | "date">;
|
|
375
|
+
required: true;
|
|
376
|
+
default: any;
|
|
377
|
+
};
|
|
378
|
+
openOnTop: {
|
|
379
|
+
type: import("vue").PropType<boolean>;
|
|
380
|
+
required: true;
|
|
381
|
+
default: boolean;
|
|
382
|
+
};
|
|
383
|
+
showPresets: {
|
|
384
|
+
type: import("vue").PropType<boolean>;
|
|
385
|
+
required: true;
|
|
386
|
+
default: boolean;
|
|
387
|
+
};
|
|
388
|
+
maxDate: {
|
|
389
|
+
type: import("vue").PropType<Date>;
|
|
390
|
+
default: any;
|
|
391
|
+
};
|
|
392
|
+
}>> & {
|
|
393
|
+
onOpened?: (...args: any[]) => any;
|
|
394
|
+
onRangeTypeChanged?: (...args: any[]) => any;
|
|
395
|
+
onCurrentDateChanged?: (...args: any[]) => any;
|
|
396
|
+
onRangeChanged?: (...args: any[]) => any;
|
|
397
|
+
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
398
|
+
onDismissed?: (...args: any[]) => any;
|
|
399
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
400
|
+
opened: (...args: any[]) => void;
|
|
401
|
+
rangeTypeChanged: (...args: any[]) => void;
|
|
402
|
+
currentDateChanged: (...args: any[]) => void;
|
|
403
|
+
rangeChanged: (...args: any[]) => void;
|
|
404
|
+
dateRangePresetNameChanged: (...args: any[]) => void;
|
|
405
|
+
dismissed: (...args: any[]) => void;
|
|
406
|
+
}, string, {
|
|
407
|
+
disabled: boolean;
|
|
408
|
+
testId: string;
|
|
409
|
+
allowedDays: number;
|
|
410
|
+
uniqueId: string | number;
|
|
411
|
+
includeToday: boolean;
|
|
412
|
+
dateFormat: string;
|
|
413
|
+
types: ("week" | "month" | "date")[];
|
|
414
|
+
maxDaysInRange: number;
|
|
415
|
+
datePresetList: "week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
416
|
+
regex: RegExp;
|
|
417
|
+
initialType: "week" | "month" | "date";
|
|
418
|
+
openOnTop: boolean;
|
|
419
|
+
showPresets: boolean;
|
|
420
|
+
maxDate: Date;
|
|
421
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
422
|
+
$slots: {
|
|
423
|
+
field?(_: {
|
|
424
|
+
currentDate: any;
|
|
425
|
+
isOpen: boolean;
|
|
426
|
+
}): any;
|
|
427
|
+
footer?(_: {}): any;
|
|
428
|
+
};
|
|
429
|
+
});
|
|
430
|
+
DateRangeTypes: () => ({
|
|
431
|
+
new (...args: any[]): {
|
|
432
|
+
$: import("vue").ComponentInternalInstance;
|
|
433
|
+
$data: {};
|
|
434
|
+
$props: Partial<{
|
|
435
|
+
disabled: boolean;
|
|
436
|
+
testId: string;
|
|
437
|
+
allowedDays: number;
|
|
438
|
+
uniqueId: string | number;
|
|
439
|
+
includeToday: boolean;
|
|
440
|
+
dateFormat: string;
|
|
441
|
+
types: ("week" | "month" | "date")[];
|
|
442
|
+
maxDaysInRange: number;
|
|
443
|
+
datePresetList: "week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
444
|
+
regex: RegExp;
|
|
445
|
+
initialType: "week" | "month" | "date";
|
|
446
|
+
openOnTop: boolean;
|
|
447
|
+
showPresets: boolean;
|
|
448
|
+
maxDate: Date;
|
|
449
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
450
|
+
disabled: {
|
|
451
|
+
type: import("vue").PropType<boolean>;
|
|
452
|
+
default: boolean;
|
|
453
|
+
};
|
|
454
|
+
range: {
|
|
455
|
+
type: import("vue").PropType<{
|
|
456
|
+
from: Date;
|
|
457
|
+
to: Date;
|
|
458
|
+
}>;
|
|
459
|
+
required: true;
|
|
460
|
+
};
|
|
461
|
+
testId: {
|
|
462
|
+
type: import("vue").PropType<string>;
|
|
463
|
+
default: string;
|
|
464
|
+
};
|
|
465
|
+
allowedDays: {
|
|
466
|
+
type: import("vue").PropType<number>;
|
|
467
|
+
default: any;
|
|
468
|
+
};
|
|
469
|
+
uniqueId: {
|
|
470
|
+
type: import("vue").PropType<string | number>;
|
|
471
|
+
default: number;
|
|
472
|
+
};
|
|
473
|
+
includeToday: {
|
|
474
|
+
type: import("vue").PropType<boolean>;
|
|
475
|
+
default: boolean;
|
|
476
|
+
};
|
|
477
|
+
dateFormat: {
|
|
478
|
+
type: import("vue").PropType<string>;
|
|
479
|
+
default: string;
|
|
480
|
+
};
|
|
481
|
+
types: {
|
|
482
|
+
type: import("vue").PropType<("week" | "month" | "date")[]>;
|
|
483
|
+
default: () => string[];
|
|
484
|
+
};
|
|
485
|
+
maxDaysInRange: {
|
|
486
|
+
type: import("vue").PropType<number>;
|
|
487
|
+
default: any;
|
|
488
|
+
};
|
|
489
|
+
datePresetList: {
|
|
490
|
+
type: import("vue").PropType<"week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
491
|
+
default: string;
|
|
492
|
+
};
|
|
493
|
+
regex: {
|
|
494
|
+
type: import("vue").PropType<RegExp>;
|
|
495
|
+
default: () => RegExp;
|
|
496
|
+
};
|
|
497
|
+
initialType: {
|
|
498
|
+
type: import("vue").PropType<"week" | "month" | "date">;
|
|
499
|
+
required: true;
|
|
500
|
+
default: any;
|
|
501
|
+
};
|
|
502
|
+
openOnTop: {
|
|
503
|
+
type: import("vue").PropType<boolean>;
|
|
504
|
+
required: true;
|
|
505
|
+
default: boolean;
|
|
506
|
+
};
|
|
507
|
+
showPresets: {
|
|
508
|
+
type: import("vue").PropType<boolean>;
|
|
509
|
+
required: true;
|
|
510
|
+
default: boolean;
|
|
511
|
+
};
|
|
512
|
+
maxDate: {
|
|
513
|
+
type: import("vue").PropType<Date>;
|
|
514
|
+
default: any;
|
|
515
|
+
};
|
|
516
|
+
}>> & {
|
|
517
|
+
onOpened?: (...args: any[]) => any;
|
|
518
|
+
onRangeTypeChanged?: (...args: any[]) => any;
|
|
519
|
+
onCurrentDateChanged?: (...args: any[]) => any;
|
|
520
|
+
onRangeChanged?: (...args: any[]) => any;
|
|
521
|
+
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
522
|
+
onDismissed?: (...args: any[]) => any;
|
|
523
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "testId" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate">;
|
|
524
|
+
$attrs: {
|
|
525
|
+
[x: string]: unknown;
|
|
526
|
+
};
|
|
527
|
+
$refs: {
|
|
528
|
+
[x: string]: unknown;
|
|
529
|
+
};
|
|
530
|
+
$slots: Readonly<{
|
|
531
|
+
[name: string]: import("vue").Slot;
|
|
532
|
+
}>;
|
|
533
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
534
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
535
|
+
$emit: ((event: "opened", ...args: any[]) => void) & ((event: "rangeTypeChanged", ...args: any[]) => void) & ((event: "currentDateChanged", ...args: any[]) => void) & ((event: "rangeChanged", ...args: any[]) => void) & ((event: "dateRangePresetNameChanged", ...args: any[]) => void) & ((event: "dismissed", ...args: any[]) => void);
|
|
536
|
+
$el: any;
|
|
537
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
538
|
+
disabled: {
|
|
539
|
+
type: import("vue").PropType<boolean>;
|
|
540
|
+
default: boolean;
|
|
541
|
+
};
|
|
542
|
+
range: {
|
|
543
|
+
type: import("vue").PropType<{
|
|
544
|
+
from: Date;
|
|
545
|
+
to: Date;
|
|
546
|
+
}>;
|
|
547
|
+
required: true;
|
|
548
|
+
};
|
|
549
|
+
testId: {
|
|
550
|
+
type: import("vue").PropType<string>;
|
|
551
|
+
default: string;
|
|
552
|
+
};
|
|
553
|
+
allowedDays: {
|
|
554
|
+
type: import("vue").PropType<number>;
|
|
555
|
+
default: any;
|
|
556
|
+
};
|
|
557
|
+
uniqueId: {
|
|
558
|
+
type: import("vue").PropType<string | number>;
|
|
559
|
+
default: number;
|
|
560
|
+
};
|
|
561
|
+
includeToday: {
|
|
562
|
+
type: import("vue").PropType<boolean>;
|
|
563
|
+
default: boolean;
|
|
564
|
+
};
|
|
565
|
+
dateFormat: {
|
|
566
|
+
type: import("vue").PropType<string>;
|
|
567
|
+
default: string;
|
|
568
|
+
};
|
|
569
|
+
types: {
|
|
570
|
+
type: import("vue").PropType<("week" | "month" | "date")[]>;
|
|
571
|
+
default: () => string[];
|
|
572
|
+
};
|
|
573
|
+
maxDaysInRange: {
|
|
574
|
+
type: import("vue").PropType<number>;
|
|
575
|
+
default: any;
|
|
576
|
+
};
|
|
577
|
+
datePresetList: {
|
|
578
|
+
type: import("vue").PropType<"week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
579
|
+
default: string;
|
|
580
|
+
};
|
|
581
|
+
regex: {
|
|
582
|
+
type: import("vue").PropType<RegExp>;
|
|
583
|
+
default: () => RegExp;
|
|
584
|
+
};
|
|
585
|
+
initialType: {
|
|
586
|
+
type: import("vue").PropType<"week" | "month" | "date">;
|
|
587
|
+
required: true;
|
|
588
|
+
default: any;
|
|
589
|
+
};
|
|
590
|
+
openOnTop: {
|
|
591
|
+
type: import("vue").PropType<boolean>;
|
|
592
|
+
required: true;
|
|
593
|
+
default: boolean;
|
|
594
|
+
};
|
|
595
|
+
showPresets: {
|
|
596
|
+
type: import("vue").PropType<boolean>;
|
|
597
|
+
required: true;
|
|
598
|
+
default: boolean;
|
|
599
|
+
};
|
|
600
|
+
maxDate: {
|
|
601
|
+
type: import("vue").PropType<Date>;
|
|
602
|
+
default: any;
|
|
603
|
+
};
|
|
604
|
+
}>> & {
|
|
605
|
+
onOpened?: (...args: any[]) => any;
|
|
606
|
+
onRangeTypeChanged?: (...args: any[]) => any;
|
|
607
|
+
onCurrentDateChanged?: (...args: any[]) => any;
|
|
608
|
+
onRangeChanged?: (...args: any[]) => any;
|
|
609
|
+
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
610
|
+
onDismissed?: (...args: any[]) => any;
|
|
611
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
612
|
+
opened: (...args: any[]) => void;
|
|
613
|
+
rangeTypeChanged: (...args: any[]) => void;
|
|
614
|
+
currentDateChanged: (...args: any[]) => void;
|
|
615
|
+
rangeChanged: (...args: any[]) => void;
|
|
616
|
+
dateRangePresetNameChanged: (...args: any[]) => void;
|
|
617
|
+
dismissed: (...args: any[]) => void;
|
|
618
|
+
}, string, {
|
|
619
|
+
disabled: boolean;
|
|
620
|
+
testId: string;
|
|
621
|
+
allowedDays: number;
|
|
622
|
+
uniqueId: string | number;
|
|
623
|
+
includeToday: boolean;
|
|
624
|
+
dateFormat: string;
|
|
625
|
+
types: ("week" | "month" | "date")[];
|
|
626
|
+
maxDaysInRange: number;
|
|
627
|
+
datePresetList: "week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
628
|
+
regex: RegExp;
|
|
629
|
+
initialType: "week" | "month" | "date";
|
|
630
|
+
openOnTop: boolean;
|
|
631
|
+
showPresets: boolean;
|
|
632
|
+
maxDate: Date;
|
|
633
|
+
}, {}, string> & {
|
|
634
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
635
|
+
created?: (() => void) | (() => void)[];
|
|
636
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
637
|
+
mounted?: (() => void) | (() => void)[];
|
|
638
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
639
|
+
updated?: (() => void) | (() => void)[];
|
|
640
|
+
activated?: (() => void) | (() => void)[];
|
|
641
|
+
deactivated?: (() => void) | (() => void)[];
|
|
642
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
643
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
644
|
+
destroyed?: (() => void) | (() => void)[];
|
|
645
|
+
unmounted?: (() => void) | (() => void)[];
|
|
646
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
647
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
648
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
649
|
+
};
|
|
650
|
+
$forceUpdate: () => void;
|
|
651
|
+
$nextTick: typeof import("vue").nextTick;
|
|
652
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
653
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
654
|
+
disabled: {
|
|
655
|
+
type: import("vue").PropType<boolean>;
|
|
656
|
+
default: boolean;
|
|
657
|
+
};
|
|
658
|
+
range: {
|
|
659
|
+
type: import("vue").PropType<{
|
|
660
|
+
from: Date;
|
|
661
|
+
to: Date;
|
|
662
|
+
}>;
|
|
663
|
+
required: true;
|
|
664
|
+
};
|
|
665
|
+
testId: {
|
|
666
|
+
type: import("vue").PropType<string>;
|
|
667
|
+
default: string;
|
|
668
|
+
};
|
|
669
|
+
allowedDays: {
|
|
670
|
+
type: import("vue").PropType<number>;
|
|
671
|
+
default: any;
|
|
672
|
+
};
|
|
673
|
+
uniqueId: {
|
|
674
|
+
type: import("vue").PropType<string | number>;
|
|
675
|
+
default: number;
|
|
676
|
+
};
|
|
677
|
+
includeToday: {
|
|
678
|
+
type: import("vue").PropType<boolean>;
|
|
679
|
+
default: boolean;
|
|
680
|
+
};
|
|
681
|
+
dateFormat: {
|
|
682
|
+
type: import("vue").PropType<string>;
|
|
683
|
+
default: string;
|
|
684
|
+
};
|
|
685
|
+
types: {
|
|
686
|
+
type: import("vue").PropType<("week" | "month" | "date")[]>;
|
|
687
|
+
default: () => string[];
|
|
688
|
+
};
|
|
689
|
+
maxDaysInRange: {
|
|
690
|
+
type: import("vue").PropType<number>;
|
|
691
|
+
default: any;
|
|
692
|
+
};
|
|
693
|
+
datePresetList: {
|
|
694
|
+
type: import("vue").PropType<"week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
695
|
+
default: string;
|
|
696
|
+
};
|
|
697
|
+
regex: {
|
|
698
|
+
type: import("vue").PropType<RegExp>;
|
|
699
|
+
default: () => RegExp;
|
|
700
|
+
};
|
|
701
|
+
initialType: {
|
|
702
|
+
type: import("vue").PropType<"week" | "month" | "date">;
|
|
703
|
+
required: true;
|
|
704
|
+
default: any;
|
|
705
|
+
};
|
|
706
|
+
openOnTop: {
|
|
707
|
+
type: import("vue").PropType<boolean>;
|
|
708
|
+
required: true;
|
|
709
|
+
default: boolean;
|
|
710
|
+
};
|
|
711
|
+
showPresets: {
|
|
712
|
+
type: import("vue").PropType<boolean>;
|
|
713
|
+
required: true;
|
|
714
|
+
default: boolean;
|
|
715
|
+
};
|
|
716
|
+
maxDate: {
|
|
717
|
+
type: import("vue").PropType<Date>;
|
|
718
|
+
default: any;
|
|
719
|
+
};
|
|
720
|
+
}>> & {
|
|
721
|
+
onOpened?: (...args: any[]) => any;
|
|
722
|
+
onRangeTypeChanged?: (...args: any[]) => any;
|
|
723
|
+
onCurrentDateChanged?: (...args: any[]) => any;
|
|
724
|
+
onRangeChanged?: (...args: any[]) => any;
|
|
725
|
+
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
726
|
+
onDismissed?: (...args: any[]) => any;
|
|
727
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
728
|
+
__isFragment?: never;
|
|
729
|
+
__isTeleport?: never;
|
|
730
|
+
__isSuspense?: never;
|
|
731
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
732
|
+
disabled: {
|
|
733
|
+
type: import("vue").PropType<boolean>;
|
|
734
|
+
default: boolean;
|
|
735
|
+
};
|
|
736
|
+
range: {
|
|
737
|
+
type: import("vue").PropType<{
|
|
738
|
+
from: Date;
|
|
739
|
+
to: Date;
|
|
740
|
+
}>;
|
|
741
|
+
required: true;
|
|
742
|
+
};
|
|
743
|
+
testId: {
|
|
744
|
+
type: import("vue").PropType<string>;
|
|
745
|
+
default: string;
|
|
746
|
+
};
|
|
747
|
+
allowedDays: {
|
|
748
|
+
type: import("vue").PropType<number>;
|
|
749
|
+
default: any;
|
|
750
|
+
};
|
|
751
|
+
uniqueId: {
|
|
752
|
+
type: import("vue").PropType<string | number>;
|
|
753
|
+
default: number;
|
|
754
|
+
};
|
|
755
|
+
includeToday: {
|
|
756
|
+
type: import("vue").PropType<boolean>;
|
|
757
|
+
default: boolean;
|
|
758
|
+
};
|
|
759
|
+
dateFormat: {
|
|
760
|
+
type: import("vue").PropType<string>;
|
|
761
|
+
default: string;
|
|
762
|
+
};
|
|
763
|
+
types: {
|
|
764
|
+
type: import("vue").PropType<("week" | "month" | "date")[]>;
|
|
765
|
+
default: () => string[];
|
|
766
|
+
};
|
|
767
|
+
maxDaysInRange: {
|
|
768
|
+
type: import("vue").PropType<number>;
|
|
769
|
+
default: any;
|
|
770
|
+
};
|
|
771
|
+
datePresetList: {
|
|
772
|
+
type: import("vue").PropType<"week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth">;
|
|
773
|
+
default: string;
|
|
774
|
+
};
|
|
775
|
+
regex: {
|
|
776
|
+
type: import("vue").PropType<RegExp>;
|
|
777
|
+
default: () => RegExp;
|
|
778
|
+
};
|
|
779
|
+
initialType: {
|
|
780
|
+
type: import("vue").PropType<"week" | "month" | "date">;
|
|
781
|
+
required: true;
|
|
782
|
+
default: any;
|
|
783
|
+
};
|
|
784
|
+
openOnTop: {
|
|
785
|
+
type: import("vue").PropType<boolean>;
|
|
786
|
+
required: true;
|
|
787
|
+
default: boolean;
|
|
788
|
+
};
|
|
789
|
+
showPresets: {
|
|
790
|
+
type: import("vue").PropType<boolean>;
|
|
791
|
+
required: true;
|
|
792
|
+
default: boolean;
|
|
793
|
+
};
|
|
794
|
+
maxDate: {
|
|
795
|
+
type: import("vue").PropType<Date>;
|
|
796
|
+
default: any;
|
|
797
|
+
};
|
|
798
|
+
}>> & {
|
|
799
|
+
onOpened?: (...args: any[]) => any;
|
|
800
|
+
onRangeTypeChanged?: (...args: any[]) => any;
|
|
801
|
+
onCurrentDateChanged?: (...args: any[]) => any;
|
|
802
|
+
onRangeChanged?: (...args: any[]) => any;
|
|
803
|
+
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
804
|
+
onDismissed?: (...args: any[]) => any;
|
|
805
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
806
|
+
opened: (...args: any[]) => void;
|
|
807
|
+
rangeTypeChanged: (...args: any[]) => void;
|
|
808
|
+
currentDateChanged: (...args: any[]) => void;
|
|
809
|
+
rangeChanged: (...args: any[]) => void;
|
|
810
|
+
dateRangePresetNameChanged: (...args: any[]) => void;
|
|
811
|
+
dismissed: (...args: any[]) => void;
|
|
812
|
+
}, string, {
|
|
813
|
+
disabled: boolean;
|
|
814
|
+
testId: string;
|
|
815
|
+
allowedDays: number;
|
|
816
|
+
uniqueId: string | number;
|
|
817
|
+
includeToday: boolean;
|
|
818
|
+
dateFormat: string;
|
|
819
|
+
types: ("week" | "month" | "date")[];
|
|
820
|
+
maxDaysInRange: number;
|
|
821
|
+
datePresetList: "week" | "month" | "date" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth";
|
|
822
|
+
regex: RegExp;
|
|
823
|
+
initialType: "week" | "month" | "date";
|
|
824
|
+
openOnTop: boolean;
|
|
825
|
+
showPresets: boolean;
|
|
826
|
+
maxDate: Date;
|
|
827
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
828
|
+
$slots: {
|
|
829
|
+
field?(_: {
|
|
830
|
+
currentDate: any;
|
|
831
|
+
isOpen: boolean;
|
|
832
|
+
}): any;
|
|
833
|
+
footer?(_: {}): any;
|
|
834
|
+
};
|
|
835
|
+
}))[];
|
|
836
|
+
DatePicker: {
|
|
837
|
+
new (...args: any[]): {
|
|
838
|
+
$: import("vue").ComponentInternalInstance;
|
|
839
|
+
$data: {};
|
|
840
|
+
$props: Partial<{
|
|
841
|
+
testId: string;
|
|
842
|
+
modelValue: string | Date;
|
|
843
|
+
placeholder: string;
|
|
844
|
+
uniqueId: string | number;
|
|
845
|
+
allowFutureDates: boolean;
|
|
846
|
+
dateFormat: string;
|
|
847
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
848
|
+
testId: {
|
|
849
|
+
type: import("vue").PropType<string>;
|
|
850
|
+
default: string;
|
|
851
|
+
};
|
|
852
|
+
modelValue: {
|
|
853
|
+
type: import("vue").PropType<string | Date>;
|
|
854
|
+
default: any;
|
|
855
|
+
};
|
|
856
|
+
placeholder: {
|
|
857
|
+
type: import("vue").PropType<string>;
|
|
858
|
+
default: string;
|
|
859
|
+
};
|
|
860
|
+
uniqueId: {
|
|
861
|
+
type: import("vue").PropType<string | number>;
|
|
862
|
+
default: number;
|
|
863
|
+
};
|
|
864
|
+
allowFutureDates: {
|
|
865
|
+
type: import("vue").PropType<boolean>;
|
|
866
|
+
default: boolean;
|
|
867
|
+
};
|
|
868
|
+
dateFormat: {
|
|
869
|
+
type: import("vue").PropType<string>;
|
|
870
|
+
default: string;
|
|
871
|
+
};
|
|
872
|
+
}>> & {
|
|
873
|
+
"onUpdate:modelValue"?: (val: string | Date) => any;
|
|
874
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "modelValue" | "placeholder" | "uniqueId" | "allowFutureDates" | "dateFormat">;
|
|
875
|
+
$attrs: {
|
|
876
|
+
[x: string]: unknown;
|
|
877
|
+
};
|
|
878
|
+
$refs: {
|
|
879
|
+
[x: string]: unknown;
|
|
880
|
+
};
|
|
881
|
+
$slots: Readonly<{
|
|
882
|
+
[name: string]: import("vue").Slot;
|
|
883
|
+
}>;
|
|
884
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
885
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
886
|
+
$emit: (event: "update:modelValue", val: string | Date) => void;
|
|
887
|
+
$el: any;
|
|
888
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
889
|
+
testId: {
|
|
890
|
+
type: import("vue").PropType<string>;
|
|
891
|
+
default: string;
|
|
892
|
+
};
|
|
893
|
+
modelValue: {
|
|
894
|
+
type: import("vue").PropType<string | Date>;
|
|
895
|
+
default: any;
|
|
896
|
+
};
|
|
897
|
+
placeholder: {
|
|
898
|
+
type: import("vue").PropType<string>;
|
|
899
|
+
default: string;
|
|
900
|
+
};
|
|
901
|
+
uniqueId: {
|
|
902
|
+
type: import("vue").PropType<string | number>;
|
|
903
|
+
default: number;
|
|
904
|
+
};
|
|
905
|
+
allowFutureDates: {
|
|
906
|
+
type: import("vue").PropType<boolean>;
|
|
907
|
+
default: boolean;
|
|
908
|
+
};
|
|
909
|
+
dateFormat: {
|
|
910
|
+
type: import("vue").PropType<string>;
|
|
911
|
+
default: string;
|
|
912
|
+
};
|
|
913
|
+
}>> & {
|
|
914
|
+
"onUpdate:modelValue"?: (val: string | Date) => any;
|
|
915
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
916
|
+
"update:modelValue": (val: string | Date) => void;
|
|
917
|
+
}, string, {
|
|
918
|
+
testId: string;
|
|
919
|
+
modelValue: string | Date;
|
|
920
|
+
placeholder: string;
|
|
921
|
+
uniqueId: string | number;
|
|
922
|
+
allowFutureDates: boolean;
|
|
923
|
+
dateFormat: string;
|
|
924
|
+
}, {}, string> & {
|
|
925
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
926
|
+
created?: (() => void) | (() => void)[];
|
|
927
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
928
|
+
mounted?: (() => void) | (() => void)[];
|
|
929
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
930
|
+
updated?: (() => void) | (() => void)[];
|
|
931
|
+
activated?: (() => void) | (() => void)[];
|
|
932
|
+
deactivated?: (() => void) | (() => void)[];
|
|
933
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
934
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
935
|
+
destroyed?: (() => void) | (() => void)[];
|
|
936
|
+
unmounted?: (() => void) | (() => void)[];
|
|
937
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
938
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
939
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
940
|
+
};
|
|
941
|
+
$forceUpdate: () => void;
|
|
942
|
+
$nextTick: typeof import("vue").nextTick;
|
|
943
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
944
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
945
|
+
testId: {
|
|
946
|
+
type: import("vue").PropType<string>;
|
|
947
|
+
default: string;
|
|
948
|
+
};
|
|
949
|
+
modelValue: {
|
|
950
|
+
type: import("vue").PropType<string | Date>;
|
|
951
|
+
default: any;
|
|
952
|
+
};
|
|
953
|
+
placeholder: {
|
|
954
|
+
type: import("vue").PropType<string>;
|
|
955
|
+
default: string;
|
|
956
|
+
};
|
|
957
|
+
uniqueId: {
|
|
958
|
+
type: import("vue").PropType<string | number>;
|
|
959
|
+
default: number;
|
|
960
|
+
};
|
|
961
|
+
allowFutureDates: {
|
|
962
|
+
type: import("vue").PropType<boolean>;
|
|
963
|
+
default: boolean;
|
|
964
|
+
};
|
|
965
|
+
dateFormat: {
|
|
966
|
+
type: import("vue").PropType<string>;
|
|
967
|
+
default: string;
|
|
968
|
+
};
|
|
969
|
+
}>> & {
|
|
970
|
+
"onUpdate:modelValue"?: (val: string | Date) => any;
|
|
971
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
972
|
+
__isFragment?: never;
|
|
973
|
+
__isTeleport?: never;
|
|
974
|
+
__isSuspense?: never;
|
|
975
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
976
|
+
testId: {
|
|
977
|
+
type: import("vue").PropType<string>;
|
|
978
|
+
default: string;
|
|
979
|
+
};
|
|
980
|
+
modelValue: {
|
|
981
|
+
type: import("vue").PropType<string | Date>;
|
|
982
|
+
default: any;
|
|
983
|
+
};
|
|
984
|
+
placeholder: {
|
|
985
|
+
type: import("vue").PropType<string>;
|
|
986
|
+
default: string;
|
|
987
|
+
};
|
|
988
|
+
uniqueId: {
|
|
989
|
+
type: import("vue").PropType<string | number>;
|
|
990
|
+
default: number;
|
|
991
|
+
};
|
|
992
|
+
allowFutureDates: {
|
|
993
|
+
type: import("vue").PropType<boolean>;
|
|
994
|
+
default: boolean;
|
|
995
|
+
};
|
|
996
|
+
dateFormat: {
|
|
997
|
+
type: import("vue").PropType<string>;
|
|
998
|
+
default: string;
|
|
999
|
+
};
|
|
1000
|
+
}>> & {
|
|
1001
|
+
"onUpdate:modelValue"?: (val: string | Date) => any;
|
|
1002
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1003
|
+
"update:modelValue": (val: string | Date) => void;
|
|
1004
|
+
}, string, {
|
|
1005
|
+
testId: string;
|
|
1006
|
+
modelValue: string | Date;
|
|
1007
|
+
placeholder: string;
|
|
1008
|
+
uniqueId: string | number;
|
|
1009
|
+
allowFutureDates: boolean;
|
|
1010
|
+
dateFormat: string;
|
|
1011
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1012
|
+
$slots: {
|
|
1013
|
+
default?(_: {
|
|
1014
|
+
formattedDate: any;
|
|
1015
|
+
}): any;
|
|
1016
|
+
};
|
|
1017
|
+
});
|
|
1018
|
+
DatePickerTypes: () => ({
|
|
1019
|
+
new (...args: any[]): {
|
|
1020
|
+
$: import("vue").ComponentInternalInstance;
|
|
1021
|
+
$data: {};
|
|
1022
|
+
$props: Partial<{
|
|
1023
|
+
testId: string;
|
|
1024
|
+
modelValue: string | Date;
|
|
1025
|
+
placeholder: string;
|
|
1026
|
+
uniqueId: string | number;
|
|
1027
|
+
allowFutureDates: boolean;
|
|
1028
|
+
dateFormat: string;
|
|
1029
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1030
|
+
testId: {
|
|
1031
|
+
type: import("vue").PropType<string>;
|
|
1032
|
+
default: string;
|
|
1033
|
+
};
|
|
1034
|
+
modelValue: {
|
|
1035
|
+
type: import("vue").PropType<string | Date>;
|
|
1036
|
+
default: any;
|
|
1037
|
+
};
|
|
1038
|
+
placeholder: {
|
|
1039
|
+
type: import("vue").PropType<string>;
|
|
1040
|
+
default: string;
|
|
1041
|
+
};
|
|
1042
|
+
uniqueId: {
|
|
1043
|
+
type: import("vue").PropType<string | number>;
|
|
1044
|
+
default: number;
|
|
1045
|
+
};
|
|
1046
|
+
allowFutureDates: {
|
|
1047
|
+
type: import("vue").PropType<boolean>;
|
|
1048
|
+
default: boolean;
|
|
1049
|
+
};
|
|
1050
|
+
dateFormat: {
|
|
1051
|
+
type: import("vue").PropType<string>;
|
|
1052
|
+
default: string;
|
|
1053
|
+
};
|
|
1054
|
+
}>> & {
|
|
1055
|
+
"onUpdate:modelValue"?: (val: string | Date) => any;
|
|
1056
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "modelValue" | "placeholder" | "uniqueId" | "allowFutureDates" | "dateFormat">;
|
|
1057
|
+
$attrs: {
|
|
1058
|
+
[x: string]: unknown;
|
|
1059
|
+
};
|
|
1060
|
+
$refs: {
|
|
1061
|
+
[x: string]: unknown;
|
|
1062
|
+
};
|
|
1063
|
+
$slots: Readonly<{
|
|
1064
|
+
[name: string]: import("vue").Slot;
|
|
1065
|
+
}>;
|
|
1066
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1067
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1068
|
+
$emit: (event: "update:modelValue", val: string | Date) => void;
|
|
1069
|
+
$el: any;
|
|
1070
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1071
|
+
testId: {
|
|
1072
|
+
type: import("vue").PropType<string>;
|
|
1073
|
+
default: string;
|
|
1074
|
+
};
|
|
1075
|
+
modelValue: {
|
|
1076
|
+
type: import("vue").PropType<string | Date>;
|
|
1077
|
+
default: any;
|
|
1078
|
+
};
|
|
1079
|
+
placeholder: {
|
|
1080
|
+
type: import("vue").PropType<string>;
|
|
1081
|
+
default: string;
|
|
1082
|
+
};
|
|
1083
|
+
uniqueId: {
|
|
1084
|
+
type: import("vue").PropType<string | number>;
|
|
1085
|
+
default: number;
|
|
1086
|
+
};
|
|
1087
|
+
allowFutureDates: {
|
|
1088
|
+
type: import("vue").PropType<boolean>;
|
|
1089
|
+
default: boolean;
|
|
1090
|
+
};
|
|
1091
|
+
dateFormat: {
|
|
1092
|
+
type: import("vue").PropType<string>;
|
|
1093
|
+
default: string;
|
|
1094
|
+
};
|
|
1095
|
+
}>> & {
|
|
1096
|
+
"onUpdate:modelValue"?: (val: string | Date) => any;
|
|
1097
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1098
|
+
"update:modelValue": (val: string | Date) => void;
|
|
1099
|
+
}, string, {
|
|
1100
|
+
testId: string;
|
|
1101
|
+
modelValue: string | Date;
|
|
1102
|
+
placeholder: string;
|
|
1103
|
+
uniqueId: string | number;
|
|
1104
|
+
allowFutureDates: boolean;
|
|
1105
|
+
dateFormat: string;
|
|
1106
|
+
}, {}, string> & {
|
|
1107
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1108
|
+
created?: (() => void) | (() => void)[];
|
|
1109
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1110
|
+
mounted?: (() => void) | (() => void)[];
|
|
1111
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1112
|
+
updated?: (() => void) | (() => void)[];
|
|
1113
|
+
activated?: (() => void) | (() => void)[];
|
|
1114
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1115
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1116
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1117
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1118
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1119
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1120
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
1121
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
1122
|
+
};
|
|
1123
|
+
$forceUpdate: () => void;
|
|
1124
|
+
$nextTick: typeof import("vue").nextTick;
|
|
1125
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
1126
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1127
|
+
testId: {
|
|
1128
|
+
type: import("vue").PropType<string>;
|
|
1129
|
+
default: string;
|
|
1130
|
+
};
|
|
1131
|
+
modelValue: {
|
|
1132
|
+
type: import("vue").PropType<string | Date>;
|
|
1133
|
+
default: any;
|
|
1134
|
+
};
|
|
1135
|
+
placeholder: {
|
|
1136
|
+
type: import("vue").PropType<string>;
|
|
1137
|
+
default: string;
|
|
1138
|
+
};
|
|
1139
|
+
uniqueId: {
|
|
1140
|
+
type: import("vue").PropType<string | number>;
|
|
1141
|
+
default: number;
|
|
1142
|
+
};
|
|
1143
|
+
allowFutureDates: {
|
|
1144
|
+
type: import("vue").PropType<boolean>;
|
|
1145
|
+
default: boolean;
|
|
1146
|
+
};
|
|
1147
|
+
dateFormat: {
|
|
1148
|
+
type: import("vue").PropType<string>;
|
|
1149
|
+
default: string;
|
|
1150
|
+
};
|
|
1151
|
+
}>> & {
|
|
1152
|
+
"onUpdate:modelValue"?: (val: string | Date) => any;
|
|
1153
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
1154
|
+
__isFragment?: never;
|
|
1155
|
+
__isTeleport?: never;
|
|
1156
|
+
__isSuspense?: never;
|
|
1157
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1158
|
+
testId: {
|
|
1159
|
+
type: import("vue").PropType<string>;
|
|
1160
|
+
default: string;
|
|
1161
|
+
};
|
|
1162
|
+
modelValue: {
|
|
1163
|
+
type: import("vue").PropType<string | Date>;
|
|
1164
|
+
default: any;
|
|
1165
|
+
};
|
|
1166
|
+
placeholder: {
|
|
1167
|
+
type: import("vue").PropType<string>;
|
|
1168
|
+
default: string;
|
|
1169
|
+
};
|
|
1170
|
+
uniqueId: {
|
|
1171
|
+
type: import("vue").PropType<string | number>;
|
|
1172
|
+
default: number;
|
|
1173
|
+
};
|
|
1174
|
+
allowFutureDates: {
|
|
1175
|
+
type: import("vue").PropType<boolean>;
|
|
1176
|
+
default: boolean;
|
|
1177
|
+
};
|
|
1178
|
+
dateFormat: {
|
|
1179
|
+
type: import("vue").PropType<string>;
|
|
1180
|
+
default: string;
|
|
1181
|
+
};
|
|
1182
|
+
}>> & {
|
|
1183
|
+
"onUpdate:modelValue"?: (val: string | Date) => any;
|
|
1184
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1185
|
+
"update:modelValue": (val: string | Date) => void;
|
|
1186
|
+
}, string, {
|
|
1187
|
+
testId: string;
|
|
1188
|
+
modelValue: string | Date;
|
|
1189
|
+
placeholder: string;
|
|
1190
|
+
uniqueId: string | number;
|
|
1191
|
+
allowFutureDates: boolean;
|
|
1192
|
+
dateFormat: string;
|
|
1193
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1194
|
+
$slots: {
|
|
1195
|
+
default?(_: {
|
|
1196
|
+
formattedDate: any;
|
|
1197
|
+
}): any;
|
|
1198
|
+
};
|
|
1199
|
+
}))[];
|
|
24
1200
|
StatusDot: import("vue").DefineComponent<{
|
|
25
1201
|
type: {
|
|
26
1202
|
type: import("vue").PropType<"default" | "disabled" | "success" | "warning" | "error" | "archive">;
|
|
@@ -88,7 +1264,9 @@ declare const _default: {
|
|
|
88
1264
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
89
1265
|
default: string;
|
|
90
1266
|
};
|
|
91
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1267
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1268
|
+
copy: () => void;
|
|
1269
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
1270
|
text: {
|
|
93
1271
|
type: import("vue").PropType<string>;
|
|
94
1272
|
required: true;
|
|
@@ -125,7 +1303,9 @@ declare const _default: {
|
|
|
125
1303
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
126
1304
|
default: string;
|
|
127
1305
|
};
|
|
128
|
-
}
|
|
1306
|
+
}>> & {
|
|
1307
|
+
onCopy?: () => any;
|
|
1308
|
+
}, {
|
|
129
1309
|
text: string;
|
|
130
1310
|
size: "small" | "medium";
|
|
131
1311
|
testId: string;
|
|
@@ -172,7 +1352,9 @@ declare const _default: {
|
|
|
172
1352
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
173
1353
|
default: string;
|
|
174
1354
|
};
|
|
175
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1355
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1356
|
+
copy: () => void;
|
|
1357
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
176
1358
|
text: {
|
|
177
1359
|
type: import("vue").PropType<string>;
|
|
178
1360
|
required: true;
|
|
@@ -209,7 +1391,9 @@ declare const _default: {
|
|
|
209
1391
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
210
1392
|
default: string;
|
|
211
1393
|
};
|
|
212
|
-
}
|
|
1394
|
+
}>> & {
|
|
1395
|
+
onCopy?: () => any;
|
|
1396
|
+
}, {
|
|
213
1397
|
text: string;
|
|
214
1398
|
size: "small" | "medium";
|
|
215
1399
|
testId: string;
|
|
@@ -253,7 +1437,9 @@ declare const _default: {
|
|
|
253
1437
|
type: import("vue").PropType<boolean>;
|
|
254
1438
|
default: boolean;
|
|
255
1439
|
};
|
|
256
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1440
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1441
|
+
copyToClipboard: () => void;
|
|
1442
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
257
1443
|
name: {
|
|
258
1444
|
type: import("vue").PropType<string>;
|
|
259
1445
|
required: true;
|
|
@@ -287,7 +1473,9 @@ declare const _default: {
|
|
|
287
1473
|
type: import("vue").PropType<boolean>;
|
|
288
1474
|
default: boolean;
|
|
289
1475
|
};
|
|
290
|
-
}
|
|
1476
|
+
}>> & {
|
|
1477
|
+
onCopyToClipboard?: () => any;
|
|
1478
|
+
}, {
|
|
291
1479
|
name: string;
|
|
292
1480
|
type: "small" | "normal";
|
|
293
1481
|
image: string;
|
|
@@ -330,7 +1518,9 @@ declare const _default: {
|
|
|
330
1518
|
type: import("vue").PropType<boolean>;
|
|
331
1519
|
default: boolean;
|
|
332
1520
|
};
|
|
333
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1521
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1522
|
+
copyToClipboard: () => void;
|
|
1523
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
334
1524
|
name: {
|
|
335
1525
|
type: import("vue").PropType<string>;
|
|
336
1526
|
required: true;
|
|
@@ -364,7 +1554,9 @@ declare const _default: {
|
|
|
364
1554
|
type: import("vue").PropType<boolean>;
|
|
365
1555
|
default: boolean;
|
|
366
1556
|
};
|
|
367
|
-
}
|
|
1557
|
+
}>> & {
|
|
1558
|
+
onCopyToClipboard?: () => any;
|
|
1559
|
+
}, {
|
|
368
1560
|
name: string;
|
|
369
1561
|
type: "small" | "normal";
|
|
370
1562
|
image: string;
|
|
@@ -2853,6 +4045,7 @@ declare const _default: {
|
|
|
2853
4045
|
default: number;
|
|
2854
4046
|
};
|
|
2855
4047
|
}>> & {
|
|
4048
|
+
onSelectAll?: (value: boolean) => any;
|
|
2856
4049
|
onOnScroll?: (event: Event) => any;
|
|
2857
4050
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
2858
4051
|
onSaveRow?: (args_0: {
|
|
@@ -2865,6 +4058,7 @@ declare const _default: {
|
|
|
2865
4058
|
"onUpdate:search"?: (query: string) => any;
|
|
2866
4059
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
2867
4060
|
onOnClearSearch?: () => any;
|
|
4061
|
+
onSelectRow?: (value: boolean) => any;
|
|
2868
4062
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
|
|
2869
4063
|
$attrs: {
|
|
2870
4064
|
[x: string]: unknown;
|
|
@@ -2877,12 +4071,12 @@ declare const _default: {
|
|
|
2877
4071
|
}>;
|
|
2878
4072
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
2879
4073
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
2880
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: {
|
|
4074
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: {
|
|
2881
4075
|
value: unknown;
|
|
2882
4076
|
confirm: () => void;
|
|
2883
4077
|
rowIndex: number;
|
|
2884
4078
|
cellIndex: number;
|
|
2885
|
-
}) => void) & ((event: "loadMore") => void) & ((event: "update:search", query: string) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "onClearSearch") => void);
|
|
4079
|
+
}) => void) & ((event: "loadMore") => void) & ((event: "update:search", query: string) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "onClearSearch") => void) & ((event: "selectRow", value: boolean) => void);
|
|
2886
4080
|
$el: any;
|
|
2887
4081
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2888
4082
|
sort: {
|
|
@@ -2986,6 +4180,7 @@ declare const _default: {
|
|
|
2986
4180
|
default: number;
|
|
2987
4181
|
};
|
|
2988
4182
|
}>> & {
|
|
4183
|
+
onSelectAll?: (value: boolean) => any;
|
|
2989
4184
|
onOnScroll?: (event: Event) => any;
|
|
2990
4185
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
2991
4186
|
onSaveRow?: (args_0: {
|
|
@@ -2998,6 +4193,7 @@ declare const _default: {
|
|
|
2998
4193
|
"onUpdate:search"?: (query: string) => any;
|
|
2999
4194
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3000
4195
|
onOnClearSearch?: () => any;
|
|
4196
|
+
onSelectRow?: (value: boolean) => any;
|
|
3001
4197
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3002
4198
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
3003
4199
|
"update:search": (query: string) => void;
|
|
@@ -3011,6 +4207,8 @@ declare const _default: {
|
|
|
3011
4207
|
cellIndex: number;
|
|
3012
4208
|
}) => void;
|
|
3013
4209
|
loadMore: () => void;
|
|
4210
|
+
selectAll: (value: boolean) => void;
|
|
4211
|
+
selectRow: (value: boolean) => void;
|
|
3014
4212
|
}, string, {
|
|
3015
4213
|
sort: tableV3.Sort;
|
|
3016
4214
|
title: string;
|
|
@@ -3157,6 +4355,7 @@ declare const _default: {
|
|
|
3157
4355
|
default: number;
|
|
3158
4356
|
};
|
|
3159
4357
|
}>> & {
|
|
4358
|
+
onSelectAll?: (value: boolean) => any;
|
|
3160
4359
|
onOnScroll?: (event: Event) => any;
|
|
3161
4360
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
3162
4361
|
onSaveRow?: (args_0: {
|
|
@@ -3169,6 +4368,7 @@ declare const _default: {
|
|
|
3169
4368
|
"onUpdate:search"?: (query: string) => any;
|
|
3170
4369
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3171
4370
|
onOnClearSearch?: () => any;
|
|
4371
|
+
onSelectRow?: (value: boolean) => any;
|
|
3172
4372
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
3173
4373
|
__isFragment?: never;
|
|
3174
4374
|
__isTeleport?: never;
|
|
@@ -3275,6 +4475,7 @@ declare const _default: {
|
|
|
3275
4475
|
default: number;
|
|
3276
4476
|
};
|
|
3277
4477
|
}>> & {
|
|
4478
|
+
onSelectAll?: (value: boolean) => any;
|
|
3278
4479
|
onOnScroll?: (event: Event) => any;
|
|
3279
4480
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
3280
4481
|
onSaveRow?: (args_0: {
|
|
@@ -3287,6 +4488,7 @@ declare const _default: {
|
|
|
3287
4488
|
"onUpdate:search"?: (query: string) => any;
|
|
3288
4489
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3289
4490
|
onOnClearSearch?: () => any;
|
|
4491
|
+
onSelectRow?: (value: boolean) => any;
|
|
3290
4492
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3291
4493
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
3292
4494
|
"update:search": (query: string) => void;
|
|
@@ -3300,6 +4502,8 @@ declare const _default: {
|
|
|
3300
4502
|
cellIndex: number;
|
|
3301
4503
|
}) => void;
|
|
3302
4504
|
loadMore: () => void;
|
|
4505
|
+
selectAll: (value: boolean) => void;
|
|
4506
|
+
selectRow: (value: boolean) => void;
|
|
3303
4507
|
}, string, {
|
|
3304
4508
|
sort: tableV3.Sort;
|
|
3305
4509
|
title: string;
|
|
@@ -3554,6 +4758,7 @@ declare const _default: {
|
|
|
3554
4758
|
default: number;
|
|
3555
4759
|
};
|
|
3556
4760
|
}>> & {
|
|
4761
|
+
onSelectAll?: (value: boolean) => any;
|
|
3557
4762
|
onOnScroll?: (event: Event) => any;
|
|
3558
4763
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
3559
4764
|
onSaveRow?: (args_0: {
|
|
@@ -3566,6 +4771,7 @@ declare const _default: {
|
|
|
3566
4771
|
"onUpdate:search"?: (query: string) => any;
|
|
3567
4772
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3568
4773
|
onOnClearSearch?: () => any;
|
|
4774
|
+
onSelectRow?: (value: boolean) => any;
|
|
3569
4775
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
|
|
3570
4776
|
$attrs: {
|
|
3571
4777
|
[x: string]: unknown;
|
|
@@ -3578,12 +4784,12 @@ declare const _default: {
|
|
|
3578
4784
|
}>;
|
|
3579
4785
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3580
4786
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
3581
|
-
$emit: ((event: "onScroll", event: Event) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: {
|
|
4787
|
+
$emit: ((event: "onScroll", event: Event) => void) & ((event: "selectAll", value: boolean) => void) & ((event: "update:sort", newSort: tableV3.Sort) => void) & ((event: "saveRow", args_0: {
|
|
3582
4788
|
value: unknown;
|
|
3583
4789
|
confirm: () => void;
|
|
3584
4790
|
rowIndex: number;
|
|
3585
4791
|
cellIndex: number;
|
|
3586
|
-
}) => void) & ((event: "loadMore") => void) & ((event: "update:search", query: string) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "onClearSearch") => void);
|
|
4792
|
+
}) => void) & ((event: "loadMore") => void) & ((event: "update:search", query: string) => void) & ((event: "update:selection", selection: unknown[]) => void) & ((event: "onClearSearch") => void) & ((event: "selectRow", value: boolean) => void);
|
|
3587
4793
|
$el: any;
|
|
3588
4794
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3589
4795
|
sort: {
|
|
@@ -3687,6 +4893,7 @@ declare const _default: {
|
|
|
3687
4893
|
default: number;
|
|
3688
4894
|
};
|
|
3689
4895
|
}>> & {
|
|
4896
|
+
onSelectAll?: (value: boolean) => any;
|
|
3690
4897
|
onOnScroll?: (event: Event) => any;
|
|
3691
4898
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
3692
4899
|
onSaveRow?: (args_0: {
|
|
@@ -3699,6 +4906,7 @@ declare const _default: {
|
|
|
3699
4906
|
"onUpdate:search"?: (query: string) => any;
|
|
3700
4907
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3701
4908
|
onOnClearSearch?: () => any;
|
|
4909
|
+
onSelectRow?: (value: boolean) => any;
|
|
3702
4910
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3703
4911
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
3704
4912
|
"update:search": (query: string) => void;
|
|
@@ -3712,6 +4920,8 @@ declare const _default: {
|
|
|
3712
4920
|
cellIndex: number;
|
|
3713
4921
|
}) => void;
|
|
3714
4922
|
loadMore: () => void;
|
|
4923
|
+
selectAll: (value: boolean) => void;
|
|
4924
|
+
selectRow: (value: boolean) => void;
|
|
3715
4925
|
}, string, {
|
|
3716
4926
|
sort: tableV3.Sort;
|
|
3717
4927
|
title: string;
|
|
@@ -3858,6 +5068,7 @@ declare const _default: {
|
|
|
3858
5068
|
default: number;
|
|
3859
5069
|
};
|
|
3860
5070
|
}>> & {
|
|
5071
|
+
onSelectAll?: (value: boolean) => any;
|
|
3861
5072
|
onOnScroll?: (event: Event) => any;
|
|
3862
5073
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
3863
5074
|
onSaveRow?: (args_0: {
|
|
@@ -3870,6 +5081,7 @@ declare const _default: {
|
|
|
3870
5081
|
"onUpdate:search"?: (query: string) => any;
|
|
3871
5082
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3872
5083
|
onOnClearSearch?: () => any;
|
|
5084
|
+
onSelectRow?: (value: boolean) => any;
|
|
3873
5085
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
3874
5086
|
__isFragment?: never;
|
|
3875
5087
|
__isTeleport?: never;
|
|
@@ -3976,6 +5188,7 @@ declare const _default: {
|
|
|
3976
5188
|
default: number;
|
|
3977
5189
|
};
|
|
3978
5190
|
}>> & {
|
|
5191
|
+
onSelectAll?: (value: boolean) => any;
|
|
3979
5192
|
onOnScroll?: (event: Event) => any;
|
|
3980
5193
|
"onUpdate:sort"?: (newSort: tableV3.Sort) => any;
|
|
3981
5194
|
onSaveRow?: (args_0: {
|
|
@@ -3988,6 +5201,7 @@ declare const _default: {
|
|
|
3988
5201
|
"onUpdate:search"?: (query: string) => any;
|
|
3989
5202
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
3990
5203
|
onOnClearSearch?: () => any;
|
|
5204
|
+
onSelectRow?: (value: boolean) => any;
|
|
3991
5205
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3992
5206
|
"update:sort": (newSort: tableV3.Sort) => void;
|
|
3993
5207
|
"update:search": (query: string) => void;
|
|
@@ -4001,6 +5215,8 @@ declare const _default: {
|
|
|
4001
5215
|
cellIndex: number;
|
|
4002
5216
|
}) => void;
|
|
4003
5217
|
loadMore: () => void;
|
|
5218
|
+
selectAll: (value: boolean) => void;
|
|
5219
|
+
selectRow: (value: boolean) => void;
|
|
4004
5220
|
}, string, {
|
|
4005
5221
|
sort: tableV3.Sort;
|
|
4006
5222
|
title: string;
|
|
@@ -5660,7 +6876,9 @@ declare const _default: {
|
|
|
5660
6876
|
type: import("vue").PropType<string | number>;
|
|
5661
6877
|
default: string;
|
|
5662
6878
|
};
|
|
5663
|
-
}>> &
|
|
6879
|
+
}>> & {
|
|
6880
|
+
onShow?: () => any;
|
|
6881
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "container" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
|
|
5664
6882
|
$attrs: {
|
|
5665
6883
|
[x: string]: unknown;
|
|
5666
6884
|
};
|
|
@@ -5672,7 +6890,7 @@ declare const _default: {
|
|
|
5672
6890
|
}>;
|
|
5673
6891
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5674
6892
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5675
|
-
$emit: (event:
|
|
6893
|
+
$emit: (event: "show") => void;
|
|
5676
6894
|
$el: any;
|
|
5677
6895
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5678
6896
|
header: {
|
|
@@ -5719,7 +6937,11 @@ declare const _default: {
|
|
|
5719
6937
|
type: import("vue").PropType<string | number>;
|
|
5720
6938
|
default: string;
|
|
5721
6939
|
};
|
|
5722
|
-
}
|
|
6940
|
+
}>> & {
|
|
6941
|
+
onShow?: () => any;
|
|
6942
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6943
|
+
show: () => void;
|
|
6944
|
+
}, string, {
|
|
5723
6945
|
header: string;
|
|
5724
6946
|
text: string;
|
|
5725
6947
|
theme: string;
|
|
@@ -5796,7 +7018,9 @@ declare const _default: {
|
|
|
5796
7018
|
type: import("vue").PropType<string | number>;
|
|
5797
7019
|
default: string;
|
|
5798
7020
|
};
|
|
5799
|
-
}>> &
|
|
7021
|
+
}>> & {
|
|
7022
|
+
onShow?: () => any;
|
|
7023
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
5800
7024
|
__isFragment?: never;
|
|
5801
7025
|
__isTeleport?: never;
|
|
5802
7026
|
__isSuspense?: never;
|
|
@@ -5845,7 +7069,11 @@ declare const _default: {
|
|
|
5845
7069
|
type: import("vue").PropType<string | number>;
|
|
5846
7070
|
default: string;
|
|
5847
7071
|
};
|
|
5848
|
-
}
|
|
7072
|
+
}>> & {
|
|
7073
|
+
onShow?: () => any;
|
|
7074
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7075
|
+
show: () => void;
|
|
7076
|
+
}, string, {
|
|
5849
7077
|
header: string;
|
|
5850
7078
|
text: string;
|
|
5851
7079
|
theme: string;
|
|
@@ -5926,7 +7154,9 @@ declare const _default: {
|
|
|
5926
7154
|
type: import("vue").PropType<string | number>;
|
|
5927
7155
|
default: string;
|
|
5928
7156
|
};
|
|
5929
|
-
}>> &
|
|
7157
|
+
}>> & {
|
|
7158
|
+
onShow?: () => any;
|
|
7159
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "disabled" | "testId" | "container" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "distance">;
|
|
5930
7160
|
$attrs: {
|
|
5931
7161
|
[x: string]: unknown;
|
|
5932
7162
|
};
|
|
@@ -5938,7 +7168,7 @@ declare const _default: {
|
|
|
5938
7168
|
}>;
|
|
5939
7169
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5940
7170
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
5941
|
-
$emit: (event:
|
|
7171
|
+
$emit: (event: "show") => void;
|
|
5942
7172
|
$el: any;
|
|
5943
7173
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5944
7174
|
header: {
|
|
@@ -5985,7 +7215,11 @@ declare const _default: {
|
|
|
5985
7215
|
type: import("vue").PropType<string | number>;
|
|
5986
7216
|
default: string;
|
|
5987
7217
|
};
|
|
5988
|
-
}
|
|
7218
|
+
}>> & {
|
|
7219
|
+
onShow?: () => any;
|
|
7220
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7221
|
+
show: () => void;
|
|
7222
|
+
}, string, {
|
|
5989
7223
|
header: string;
|
|
5990
7224
|
text: string;
|
|
5991
7225
|
theme: string;
|
|
@@ -6062,7 +7296,9 @@ declare const _default: {
|
|
|
6062
7296
|
type: import("vue").PropType<string | number>;
|
|
6063
7297
|
default: string;
|
|
6064
7298
|
};
|
|
6065
|
-
}>> &
|
|
7299
|
+
}>> & {
|
|
7300
|
+
onShow?: () => any;
|
|
7301
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
6066
7302
|
__isFragment?: never;
|
|
6067
7303
|
__isTeleport?: never;
|
|
6068
7304
|
__isSuspense?: never;
|
|
@@ -6111,7 +7347,11 @@ declare const _default: {
|
|
|
6111
7347
|
type: import("vue").PropType<string | number>;
|
|
6112
7348
|
default: string;
|
|
6113
7349
|
};
|
|
6114
|
-
}
|
|
7350
|
+
}>> & {
|
|
7351
|
+
onShow?: () => any;
|
|
7352
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7353
|
+
show: () => void;
|
|
7354
|
+
}, string, {
|
|
6115
7355
|
header: string;
|
|
6116
7356
|
text: string;
|
|
6117
7357
|
theme: string;
|
|
@@ -8344,6 +9584,7 @@ declare const _default: {
|
|
|
8344
9584
|
showApply: boolean;
|
|
8345
9585
|
inlineError: boolean;
|
|
8346
9586
|
inlineErrorText: string;
|
|
9587
|
+
inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
8347
9588
|
feedbackText: string;
|
|
8348
9589
|
feedbackVariant: "success" | "warning" | "error";
|
|
8349
9590
|
showFeedbackTextIcon: boolean;
|
|
@@ -8437,6 +9678,10 @@ declare const _default: {
|
|
|
8437
9678
|
type: import("vue").PropType<string>;
|
|
8438
9679
|
default: string;
|
|
8439
9680
|
};
|
|
9681
|
+
inlineErrorTextPlacement: {
|
|
9682
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
9683
|
+
default: string;
|
|
9684
|
+
};
|
|
8440
9685
|
feedbackText: {
|
|
8441
9686
|
type: import("vue").PropType<string>;
|
|
8442
9687
|
default: string;
|
|
@@ -8456,7 +9701,7 @@ declare const _default: {
|
|
|
8456
9701
|
}>> & {
|
|
8457
9702
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
8458
9703
|
onApply?: () => any;
|
|
8459
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
9704
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
8460
9705
|
$attrs: {
|
|
8461
9706
|
[x: string]: unknown;
|
|
8462
9707
|
};
|
|
@@ -8559,6 +9804,10 @@ declare const _default: {
|
|
|
8559
9804
|
type: import("vue").PropType<string>;
|
|
8560
9805
|
default: string;
|
|
8561
9806
|
};
|
|
9807
|
+
inlineErrorTextPlacement: {
|
|
9808
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
9809
|
+
default: string;
|
|
9810
|
+
};
|
|
8562
9811
|
feedbackText: {
|
|
8563
9812
|
type: import("vue").PropType<string>;
|
|
8564
9813
|
default: string;
|
|
@@ -8606,6 +9855,7 @@ declare const _default: {
|
|
|
8606
9855
|
showApply: boolean;
|
|
8607
9856
|
inlineError: boolean;
|
|
8608
9857
|
inlineErrorText: string;
|
|
9858
|
+
inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
8609
9859
|
feedbackText: string;
|
|
8610
9860
|
feedbackVariant: "success" | "warning" | "error";
|
|
8611
9861
|
showFeedbackTextIcon: boolean;
|
|
@@ -8719,6 +9969,10 @@ declare const _default: {
|
|
|
8719
9969
|
type: import("vue").PropType<string>;
|
|
8720
9970
|
default: string;
|
|
8721
9971
|
};
|
|
9972
|
+
inlineErrorTextPlacement: {
|
|
9973
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
9974
|
+
default: string;
|
|
9975
|
+
};
|
|
8722
9976
|
feedbackText: {
|
|
8723
9977
|
type: import("vue").PropType<string>;
|
|
8724
9978
|
default: string;
|
|
@@ -8833,6 +10087,10 @@ declare const _default: {
|
|
|
8833
10087
|
type: import("vue").PropType<string>;
|
|
8834
10088
|
default: string;
|
|
8835
10089
|
};
|
|
10090
|
+
inlineErrorTextPlacement: {
|
|
10091
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
10092
|
+
default: string;
|
|
10093
|
+
};
|
|
8836
10094
|
feedbackText: {
|
|
8837
10095
|
type: import("vue").PropType<string>;
|
|
8838
10096
|
default: string;
|
|
@@ -8880,6 +10138,7 @@ declare const _default: {
|
|
|
8880
10138
|
showApply: boolean;
|
|
8881
10139
|
inlineError: boolean;
|
|
8882
10140
|
inlineErrorText: string;
|
|
10141
|
+
inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
8883
10142
|
feedbackText: string;
|
|
8884
10143
|
feedbackVariant: "success" | "warning" | "error";
|
|
8885
10144
|
showFeedbackTextIcon: boolean;
|
|
@@ -8917,6 +10176,7 @@ declare const _default: {
|
|
|
8917
10176
|
showApply: boolean;
|
|
8918
10177
|
inlineError: boolean;
|
|
8919
10178
|
inlineErrorText: string;
|
|
10179
|
+
inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
8920
10180
|
feedbackText: string;
|
|
8921
10181
|
feedbackVariant: "success" | "warning" | "error";
|
|
8922
10182
|
showFeedbackTextIcon: boolean;
|
|
@@ -9010,6 +10270,10 @@ declare const _default: {
|
|
|
9010
10270
|
type: import("vue").PropType<string>;
|
|
9011
10271
|
default: string;
|
|
9012
10272
|
};
|
|
10273
|
+
inlineErrorTextPlacement: {
|
|
10274
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
10275
|
+
default: string;
|
|
10276
|
+
};
|
|
9013
10277
|
feedbackText: {
|
|
9014
10278
|
type: import("vue").PropType<string>;
|
|
9015
10279
|
default: string;
|
|
@@ -9029,7 +10293,7 @@ declare const _default: {
|
|
|
9029
10293
|
}>> & {
|
|
9030
10294
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
9031
10295
|
onApply?: () => any;
|
|
9032
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
10296
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "label" | "disabled" | "size" | "mandatory" | "testId" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "viewOnly" | "labelDirection" | "autoFocus" | "hideNumberArrows" | "step" | "onlyDigits" | "prefix" | "suffix" | "showApply" | "inlineError" | "inlineErrorText" | "inlineErrorTextPlacement" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "feedbackPositionAbsolute">;
|
|
9033
10297
|
$attrs: {
|
|
9034
10298
|
[x: string]: unknown;
|
|
9035
10299
|
};
|
|
@@ -9132,6 +10396,10 @@ declare const _default: {
|
|
|
9132
10396
|
type: import("vue").PropType<string>;
|
|
9133
10397
|
default: string;
|
|
9134
10398
|
};
|
|
10399
|
+
inlineErrorTextPlacement: {
|
|
10400
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
10401
|
+
default: string;
|
|
10402
|
+
};
|
|
9135
10403
|
feedbackText: {
|
|
9136
10404
|
type: import("vue").PropType<string>;
|
|
9137
10405
|
default: string;
|
|
@@ -9179,6 +10447,7 @@ declare const _default: {
|
|
|
9179
10447
|
showApply: boolean;
|
|
9180
10448
|
inlineError: boolean;
|
|
9181
10449
|
inlineErrorText: string;
|
|
10450
|
+
inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
9182
10451
|
feedbackText: string;
|
|
9183
10452
|
feedbackVariant: "success" | "warning" | "error";
|
|
9184
10453
|
showFeedbackTextIcon: boolean;
|
|
@@ -9292,6 +10561,10 @@ declare const _default: {
|
|
|
9292
10561
|
type: import("vue").PropType<string>;
|
|
9293
10562
|
default: string;
|
|
9294
10563
|
};
|
|
10564
|
+
inlineErrorTextPlacement: {
|
|
10565
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
10566
|
+
default: string;
|
|
10567
|
+
};
|
|
9295
10568
|
feedbackText: {
|
|
9296
10569
|
type: import("vue").PropType<string>;
|
|
9297
10570
|
default: string;
|
|
@@ -9406,6 +10679,10 @@ declare const _default: {
|
|
|
9406
10679
|
type: import("vue").PropType<string>;
|
|
9407
10680
|
default: string;
|
|
9408
10681
|
};
|
|
10682
|
+
inlineErrorTextPlacement: {
|
|
10683
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
10684
|
+
default: string;
|
|
10685
|
+
};
|
|
9409
10686
|
feedbackText: {
|
|
9410
10687
|
type: import("vue").PropType<string>;
|
|
9411
10688
|
default: string;
|
|
@@ -9453,6 +10730,7 @@ declare const _default: {
|
|
|
9453
10730
|
showApply: boolean;
|
|
9454
10731
|
inlineError: boolean;
|
|
9455
10732
|
inlineErrorText: string;
|
|
10733
|
+
inlineErrorTextPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
9456
10734
|
feedbackText: string;
|
|
9457
10735
|
feedbackVariant: "success" | "warning" | "error";
|
|
9458
10736
|
showFeedbackTextIcon: boolean;
|
|
@@ -11612,6 +12890,8 @@ declare const _default: {
|
|
|
11612
12890
|
optionIconKey: string;
|
|
11613
12891
|
optionImageKey: string;
|
|
11614
12892
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
12893
|
+
optionEndIconKey: string;
|
|
12894
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
11615
12895
|
valueToCopy: string;
|
|
11616
12896
|
disabledOptionKey: string;
|
|
11617
12897
|
fullWidth: boolean;
|
|
@@ -11780,6 +13060,14 @@ declare const _default: {
|
|
|
11780
13060
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
11781
13061
|
default: any;
|
|
11782
13062
|
};
|
|
13063
|
+
optionEndIconKey: {
|
|
13064
|
+
type: import("vue").PropType<string>;
|
|
13065
|
+
default: string;
|
|
13066
|
+
};
|
|
13067
|
+
optionEndIconType: {
|
|
13068
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13069
|
+
default: any;
|
|
13070
|
+
};
|
|
11783
13071
|
valueToCopy: {
|
|
11784
13072
|
type: import("vue").PropType<string>;
|
|
11785
13073
|
default: any;
|
|
@@ -11801,12 +13089,15 @@ declare const _default: {
|
|
|
11801
13089
|
default: any;
|
|
11802
13090
|
};
|
|
11803
13091
|
}>> & {
|
|
13092
|
+
onCopyToClipboard?: () => any;
|
|
13093
|
+
onClear?: () => any;
|
|
11804
13094
|
onApply?: (value: unknown) => any;
|
|
13095
|
+
onSelectAll?: () => any;
|
|
11805
13096
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
11806
13097
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
11807
13098
|
onOpened?: () => any;
|
|
11808
13099
|
onClosed?: () => any;
|
|
11809
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
|
|
13100
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
|
|
11810
13101
|
$attrs: {
|
|
11811
13102
|
[x: string]: unknown;
|
|
11812
13103
|
};
|
|
@@ -11818,7 +13109,7 @@ declare const _default: {
|
|
|
11818
13109
|
}>;
|
|
11819
13110
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
11820
13111
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
11821
|
-
$emit: ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
13112
|
+
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
11822
13113
|
$el: any;
|
|
11823
13114
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
11824
13115
|
theme: {
|
|
@@ -11983,6 +13274,14 @@ declare const _default: {
|
|
|
11983
13274
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
11984
13275
|
default: any;
|
|
11985
13276
|
};
|
|
13277
|
+
optionEndIconKey: {
|
|
13278
|
+
type: import("vue").PropType<string>;
|
|
13279
|
+
default: string;
|
|
13280
|
+
};
|
|
13281
|
+
optionEndIconType: {
|
|
13282
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13283
|
+
default: any;
|
|
13284
|
+
};
|
|
11986
13285
|
valueToCopy: {
|
|
11987
13286
|
type: import("vue").PropType<string>;
|
|
11988
13287
|
default: any;
|
|
@@ -12004,7 +13303,10 @@ declare const _default: {
|
|
|
12004
13303
|
default: any;
|
|
12005
13304
|
};
|
|
12006
13305
|
}>> & {
|
|
13306
|
+
onCopyToClipboard?: () => any;
|
|
13307
|
+
onClear?: () => any;
|
|
12007
13308
|
onApply?: (value: unknown) => any;
|
|
13309
|
+
onSelectAll?: () => any;
|
|
12008
13310
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
12009
13311
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
12010
13312
|
onOpened?: () => any;
|
|
@@ -12018,6 +13320,9 @@ declare const _default: {
|
|
|
12018
13320
|
closed: () => void;
|
|
12019
13321
|
opened: () => void;
|
|
12020
13322
|
apply: (value: unknown) => void;
|
|
13323
|
+
selectAll: () => void;
|
|
13324
|
+
clear: () => void;
|
|
13325
|
+
copyToClipboard: () => void;
|
|
12021
13326
|
}, string, {
|
|
12022
13327
|
theme: string;
|
|
12023
13328
|
disabled: boolean;
|
|
@@ -12056,6 +13361,8 @@ declare const _default: {
|
|
|
12056
13361
|
optionIconKey: string;
|
|
12057
13362
|
optionImageKey: string;
|
|
12058
13363
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13364
|
+
optionEndIconKey: string;
|
|
13365
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
12059
13366
|
valueToCopy: string;
|
|
12060
13367
|
disabledOptionKey: string;
|
|
12061
13368
|
fullWidth: boolean;
|
|
@@ -12244,6 +13551,14 @@ declare const _default: {
|
|
|
12244
13551
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12245
13552
|
default: any;
|
|
12246
13553
|
};
|
|
13554
|
+
optionEndIconKey: {
|
|
13555
|
+
type: import("vue").PropType<string>;
|
|
13556
|
+
default: string;
|
|
13557
|
+
};
|
|
13558
|
+
optionEndIconType: {
|
|
13559
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13560
|
+
default: any;
|
|
13561
|
+
};
|
|
12247
13562
|
valueToCopy: {
|
|
12248
13563
|
type: import("vue").PropType<string>;
|
|
12249
13564
|
default: any;
|
|
@@ -12265,7 +13580,10 @@ declare const _default: {
|
|
|
12265
13580
|
default: any;
|
|
12266
13581
|
};
|
|
12267
13582
|
}>> & {
|
|
13583
|
+
onCopyToClipboard?: () => any;
|
|
13584
|
+
onClear?: () => any;
|
|
12268
13585
|
onApply?: (value: unknown) => any;
|
|
13586
|
+
onSelectAll?: () => any;
|
|
12269
13587
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
12270
13588
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
12271
13589
|
onOpened?: () => any;
|
|
@@ -12440,6 +13758,14 @@ declare const _default: {
|
|
|
12440
13758
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
12441
13759
|
default: any;
|
|
12442
13760
|
};
|
|
13761
|
+
optionEndIconKey: {
|
|
13762
|
+
type: import("vue").PropType<string>;
|
|
13763
|
+
default: string;
|
|
13764
|
+
};
|
|
13765
|
+
optionEndIconType: {
|
|
13766
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
13767
|
+
default: any;
|
|
13768
|
+
};
|
|
12443
13769
|
valueToCopy: {
|
|
12444
13770
|
type: import("vue").PropType<string>;
|
|
12445
13771
|
default: any;
|
|
@@ -12461,7 +13787,10 @@ declare const _default: {
|
|
|
12461
13787
|
default: any;
|
|
12462
13788
|
};
|
|
12463
13789
|
}>> & {
|
|
13790
|
+
onCopyToClipboard?: () => any;
|
|
13791
|
+
onClear?: () => any;
|
|
12464
13792
|
onApply?: (value: unknown) => any;
|
|
13793
|
+
onSelectAll?: () => any;
|
|
12465
13794
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
12466
13795
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
12467
13796
|
onOpened?: () => any;
|
|
@@ -12475,6 +13804,9 @@ declare const _default: {
|
|
|
12475
13804
|
closed: () => void;
|
|
12476
13805
|
opened: () => void;
|
|
12477
13806
|
apply: (value: unknown) => void;
|
|
13807
|
+
selectAll: () => void;
|
|
13808
|
+
clear: () => void;
|
|
13809
|
+
copyToClipboard: () => void;
|
|
12478
13810
|
}, string, {
|
|
12479
13811
|
theme: string;
|
|
12480
13812
|
disabled: boolean;
|
|
@@ -12513,6 +13845,8 @@ declare const _default: {
|
|
|
12513
13845
|
optionIconKey: string;
|
|
12514
13846
|
optionImageKey: string;
|
|
12515
13847
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
13848
|
+
optionEndIconKey: string;
|
|
13849
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
12516
13850
|
valueToCopy: string;
|
|
12517
13851
|
disabledOptionKey: string;
|
|
12518
13852
|
fullWidth: boolean;
|
|
@@ -13452,6 +14786,7 @@ declare const _default: {
|
|
|
13452
14786
|
};
|
|
13453
14787
|
}>> & {
|
|
13454
14788
|
onClick?: () => any;
|
|
14789
|
+
onCopyToClipboard?: () => any;
|
|
13455
14790
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "selectedOption" | "brandIconType">;
|
|
13456
14791
|
$attrs: {
|
|
13457
14792
|
[x: string]: unknown;
|
|
@@ -13464,7 +14799,7 @@ declare const _default: {
|
|
|
13464
14799
|
}>;
|
|
13465
14800
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
13466
14801
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
13467
|
-
$emit: (event: "click") => void;
|
|
14802
|
+
$emit: ((event: "click") => void) & ((event: "copyToClipboard") => void);
|
|
13468
14803
|
$el: any;
|
|
13469
14804
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
13470
14805
|
label: {
|
|
@@ -13547,8 +14882,10 @@ declare const _default: {
|
|
|
13547
14882
|
};
|
|
13548
14883
|
}>> & {
|
|
13549
14884
|
onClick?: () => any;
|
|
14885
|
+
onCopyToClipboard?: () => any;
|
|
13550
14886
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13551
14887
|
click: () => void;
|
|
14888
|
+
copyToClipboard: () => void;
|
|
13552
14889
|
}, string, {
|
|
13553
14890
|
label: string;
|
|
13554
14891
|
disabled: boolean;
|
|
@@ -13669,6 +15006,7 @@ declare const _default: {
|
|
|
13669
15006
|
};
|
|
13670
15007
|
}>> & {
|
|
13671
15008
|
onClick?: () => any;
|
|
15009
|
+
onCopyToClipboard?: () => any;
|
|
13672
15010
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
13673
15011
|
__isFragment?: never;
|
|
13674
15012
|
__isTeleport?: never;
|
|
@@ -13754,8 +15092,10 @@ declare const _default: {
|
|
|
13754
15092
|
};
|
|
13755
15093
|
}>> & {
|
|
13756
15094
|
onClick?: () => any;
|
|
15095
|
+
onCopyToClipboard?: () => any;
|
|
13757
15096
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13758
15097
|
click: () => void;
|
|
15098
|
+
copyToClipboard: () => void;
|
|
13759
15099
|
}, string, {
|
|
13760
15100
|
label: string;
|
|
13761
15101
|
disabled: boolean;
|
|
@@ -14412,6 +15752,7 @@ declare const _default: {
|
|
|
14412
15752
|
};
|
|
14413
15753
|
}>> & {
|
|
14414
15754
|
onClick?: () => any;
|
|
15755
|
+
onCopyToClipboard?: () => any;
|
|
14415
15756
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "disabled" | "size" | "open" | "mandatory" | "loading" | "testId" | "options" | "singleAppSelection" | "placeholder" | "multi" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "selectedOption" | "brandIconType">;
|
|
14416
15757
|
$attrs: {
|
|
14417
15758
|
[x: string]: unknown;
|
|
@@ -14424,7 +15765,7 @@ declare const _default: {
|
|
|
14424
15765
|
}>;
|
|
14425
15766
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
14426
15767
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
14427
|
-
$emit: (event: "click") => void;
|
|
15768
|
+
$emit: ((event: "click") => void) & ((event: "copyToClipboard") => void);
|
|
14428
15769
|
$el: any;
|
|
14429
15770
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
14430
15771
|
label: {
|
|
@@ -14507,8 +15848,10 @@ declare const _default: {
|
|
|
14507
15848
|
};
|
|
14508
15849
|
}>> & {
|
|
14509
15850
|
onClick?: () => any;
|
|
15851
|
+
onCopyToClipboard?: () => any;
|
|
14510
15852
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14511
15853
|
click: () => void;
|
|
15854
|
+
copyToClipboard: () => void;
|
|
14512
15855
|
}, string, {
|
|
14513
15856
|
label: string;
|
|
14514
15857
|
disabled: boolean;
|
|
@@ -14629,6 +15972,7 @@ declare const _default: {
|
|
|
14629
15972
|
};
|
|
14630
15973
|
}>> & {
|
|
14631
15974
|
onClick?: () => any;
|
|
15975
|
+
onCopyToClipboard?: () => any;
|
|
14632
15976
|
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
14633
15977
|
__isFragment?: never;
|
|
14634
15978
|
__isTeleport?: never;
|
|
@@ -14714,8 +16058,10 @@ declare const _default: {
|
|
|
14714
16058
|
};
|
|
14715
16059
|
}>> & {
|
|
14716
16060
|
onClick?: () => any;
|
|
16061
|
+
onCopyToClipboard?: () => any;
|
|
14717
16062
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14718
16063
|
click: () => void;
|
|
16064
|
+
copyToClipboard: () => void;
|
|
14719
16065
|
}, string, {
|
|
14720
16066
|
label: string;
|
|
14721
16067
|
disabled: boolean;
|
|
@@ -14748,6 +16094,7 @@ declare const _default: {
|
|
|
14748
16094
|
option: any;
|
|
14749
16095
|
disabled: boolean;
|
|
14750
16096
|
active: boolean;
|
|
16097
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14751
16098
|
isIndeterminate: boolean;
|
|
14752
16099
|
subtitle: string;
|
|
14753
16100
|
selectAllOption: boolean;
|
|
@@ -14755,6 +16102,7 @@ declare const _default: {
|
|
|
14755
16102
|
imageKey: string;
|
|
14756
16103
|
iconKey: string;
|
|
14757
16104
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16105
|
+
endIconKey: string;
|
|
14758
16106
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
14759
16107
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
14760
16108
|
option: {
|
|
@@ -14769,6 +16117,10 @@ declare const _default: {
|
|
|
14769
16117
|
type: import("vue").PropType<boolean>;
|
|
14770
16118
|
default: any;
|
|
14771
16119
|
};
|
|
16120
|
+
endIconType: {
|
|
16121
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16122
|
+
default: string;
|
|
16123
|
+
};
|
|
14772
16124
|
isIndeterminate: {
|
|
14773
16125
|
type: import("vue").PropType<boolean>;
|
|
14774
16126
|
default: boolean;
|
|
@@ -14797,6 +16149,10 @@ declare const _default: {
|
|
|
14797
16149
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14798
16150
|
default: string;
|
|
14799
16151
|
};
|
|
16152
|
+
endIconKey: {
|
|
16153
|
+
type: import("vue").PropType<string>;
|
|
16154
|
+
default: any;
|
|
16155
|
+
};
|
|
14800
16156
|
toolTipPlacement: {
|
|
14801
16157
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
14802
16158
|
default: string;
|
|
@@ -14804,7 +16160,7 @@ declare const _default: {
|
|
|
14804
16160
|
selectedProp: {
|
|
14805
16161
|
type: import("vue").PropType<boolean>;
|
|
14806
16162
|
};
|
|
14807
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "toolTipPlacement">;
|
|
16163
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
14808
16164
|
$attrs: {
|
|
14809
16165
|
[x: string]: unknown;
|
|
14810
16166
|
};
|
|
@@ -14831,6 +16187,10 @@ declare const _default: {
|
|
|
14831
16187
|
type: import("vue").PropType<boolean>;
|
|
14832
16188
|
default: any;
|
|
14833
16189
|
};
|
|
16190
|
+
endIconType: {
|
|
16191
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16192
|
+
default: string;
|
|
16193
|
+
};
|
|
14834
16194
|
isIndeterminate: {
|
|
14835
16195
|
type: import("vue").PropType<boolean>;
|
|
14836
16196
|
default: boolean;
|
|
@@ -14859,6 +16219,10 @@ declare const _default: {
|
|
|
14859
16219
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14860
16220
|
default: string;
|
|
14861
16221
|
};
|
|
16222
|
+
endIconKey: {
|
|
16223
|
+
type: import("vue").PropType<string>;
|
|
16224
|
+
default: any;
|
|
16225
|
+
};
|
|
14862
16226
|
toolTipPlacement: {
|
|
14863
16227
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
14864
16228
|
default: string;
|
|
@@ -14870,6 +16234,7 @@ declare const _default: {
|
|
|
14870
16234
|
option: any;
|
|
14871
16235
|
disabled: boolean;
|
|
14872
16236
|
active: boolean;
|
|
16237
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
14873
16238
|
isIndeterminate: boolean;
|
|
14874
16239
|
subtitle: string;
|
|
14875
16240
|
selectAllOption: boolean;
|
|
@@ -14877,6 +16242,7 @@ declare const _default: {
|
|
|
14877
16242
|
imageKey: string;
|
|
14878
16243
|
iconKey: string;
|
|
14879
16244
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16245
|
+
endIconKey: string;
|
|
14880
16246
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
14881
16247
|
}, {}, string> & {
|
|
14882
16248
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -14911,6 +16277,10 @@ declare const _default: {
|
|
|
14911
16277
|
type: import("vue").PropType<boolean>;
|
|
14912
16278
|
default: any;
|
|
14913
16279
|
};
|
|
16280
|
+
endIconType: {
|
|
16281
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16282
|
+
default: string;
|
|
16283
|
+
};
|
|
14914
16284
|
isIndeterminate: {
|
|
14915
16285
|
type: import("vue").PropType<boolean>;
|
|
14916
16286
|
default: boolean;
|
|
@@ -14939,6 +16309,10 @@ declare const _default: {
|
|
|
14939
16309
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14940
16310
|
default: string;
|
|
14941
16311
|
};
|
|
16312
|
+
endIconKey: {
|
|
16313
|
+
type: import("vue").PropType<string>;
|
|
16314
|
+
default: any;
|
|
16315
|
+
};
|
|
14942
16316
|
toolTipPlacement: {
|
|
14943
16317
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
14944
16318
|
default: string;
|
|
@@ -14963,6 +16337,10 @@ declare const _default: {
|
|
|
14963
16337
|
type: import("vue").PropType<boolean>;
|
|
14964
16338
|
default: any;
|
|
14965
16339
|
};
|
|
16340
|
+
endIconType: {
|
|
16341
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16342
|
+
default: string;
|
|
16343
|
+
};
|
|
14966
16344
|
isIndeterminate: {
|
|
14967
16345
|
type: import("vue").PropType<boolean>;
|
|
14968
16346
|
default: boolean;
|
|
@@ -14991,6 +16369,10 @@ declare const _default: {
|
|
|
14991
16369
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
14992
16370
|
default: string;
|
|
14993
16371
|
};
|
|
16372
|
+
endIconKey: {
|
|
16373
|
+
type: import("vue").PropType<string>;
|
|
16374
|
+
default: any;
|
|
16375
|
+
};
|
|
14994
16376
|
toolTipPlacement: {
|
|
14995
16377
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
14996
16378
|
default: string;
|
|
@@ -15002,6 +16384,7 @@ declare const _default: {
|
|
|
15002
16384
|
option: any;
|
|
15003
16385
|
disabled: boolean;
|
|
15004
16386
|
active: boolean;
|
|
16387
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15005
16388
|
isIndeterminate: boolean;
|
|
15006
16389
|
subtitle: string;
|
|
15007
16390
|
selectAllOption: boolean;
|
|
@@ -15009,12 +16392,14 @@ declare const _default: {
|
|
|
15009
16392
|
imageKey: string;
|
|
15010
16393
|
iconKey: string;
|
|
15011
16394
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16395
|
+
endIconKey: string;
|
|
15012
16396
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
15013
16397
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
15014
16398
|
$slots: {
|
|
15015
16399
|
image?(_: {}): any;
|
|
15016
16400
|
"icon-start"?(_: {}): any;
|
|
15017
16401
|
default?(_: {}): any;
|
|
16402
|
+
"icon-end"?(_: {}): any;
|
|
15018
16403
|
};
|
|
15019
16404
|
})) | import("vue").DefineComponent<{
|
|
15020
16405
|
testId: {
|
|
@@ -15169,6 +16554,8 @@ declare const _default: {
|
|
|
15169
16554
|
optionIconKey: string;
|
|
15170
16555
|
optionImageKey: string;
|
|
15171
16556
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16557
|
+
optionEndIconKey: string;
|
|
16558
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15172
16559
|
valueToCopy: string;
|
|
15173
16560
|
disabledOptionKey: string;
|
|
15174
16561
|
fullWidth: boolean;
|
|
@@ -15337,6 +16724,14 @@ declare const _default: {
|
|
|
15337
16724
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15338
16725
|
default: any;
|
|
15339
16726
|
};
|
|
16727
|
+
optionEndIconKey: {
|
|
16728
|
+
type: import("vue").PropType<string>;
|
|
16729
|
+
default: string;
|
|
16730
|
+
};
|
|
16731
|
+
optionEndIconType: {
|
|
16732
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16733
|
+
default: any;
|
|
16734
|
+
};
|
|
15340
16735
|
valueToCopy: {
|
|
15341
16736
|
type: import("vue").PropType<string>;
|
|
15342
16737
|
default: any;
|
|
@@ -15358,12 +16753,15 @@ declare const _default: {
|
|
|
15358
16753
|
default: any;
|
|
15359
16754
|
};
|
|
15360
16755
|
}>> & {
|
|
16756
|
+
onCopyToClipboard?: () => any;
|
|
16757
|
+
onClear?: () => any;
|
|
15361
16758
|
onApply?: (value: unknown) => any;
|
|
16759
|
+
onSelectAll?: () => any;
|
|
15362
16760
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
15363
16761
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
15364
16762
|
onOpened?: () => any;
|
|
15365
16763
|
onClosed?: () => any;
|
|
15366
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
|
|
16764
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "fullWidth" | "optionsListWidth" | "statusType">;
|
|
15367
16765
|
$attrs: {
|
|
15368
16766
|
[x: string]: unknown;
|
|
15369
16767
|
};
|
|
@@ -15375,7 +16773,7 @@ declare const _default: {
|
|
|
15375
16773
|
}>;
|
|
15376
16774
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
15377
16775
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
15378
|
-
$emit: ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
16776
|
+
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
15379
16777
|
$el: any;
|
|
15380
16778
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
15381
16779
|
theme: {
|
|
@@ -15540,6 +16938,14 @@ declare const _default: {
|
|
|
15540
16938
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15541
16939
|
default: any;
|
|
15542
16940
|
};
|
|
16941
|
+
optionEndIconKey: {
|
|
16942
|
+
type: import("vue").PropType<string>;
|
|
16943
|
+
default: string;
|
|
16944
|
+
};
|
|
16945
|
+
optionEndIconType: {
|
|
16946
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16947
|
+
default: any;
|
|
16948
|
+
};
|
|
15543
16949
|
valueToCopy: {
|
|
15544
16950
|
type: import("vue").PropType<string>;
|
|
15545
16951
|
default: any;
|
|
@@ -15561,7 +16967,10 @@ declare const _default: {
|
|
|
15561
16967
|
default: any;
|
|
15562
16968
|
};
|
|
15563
16969
|
}>> & {
|
|
16970
|
+
onCopyToClipboard?: () => any;
|
|
16971
|
+
onClear?: () => any;
|
|
15564
16972
|
onApply?: (value: unknown) => any;
|
|
16973
|
+
onSelectAll?: () => any;
|
|
15565
16974
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
15566
16975
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
15567
16976
|
onOpened?: () => any;
|
|
@@ -15575,6 +16984,9 @@ declare const _default: {
|
|
|
15575
16984
|
closed: () => void;
|
|
15576
16985
|
opened: () => void;
|
|
15577
16986
|
apply: (value: unknown) => void;
|
|
16987
|
+
selectAll: () => void;
|
|
16988
|
+
clear: () => void;
|
|
16989
|
+
copyToClipboard: () => void;
|
|
15578
16990
|
}, string, {
|
|
15579
16991
|
theme: string;
|
|
15580
16992
|
disabled: boolean;
|
|
@@ -15613,6 +17025,8 @@ declare const _default: {
|
|
|
15613
17025
|
optionIconKey: string;
|
|
15614
17026
|
optionImageKey: string;
|
|
15615
17027
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17028
|
+
optionEndIconKey: string;
|
|
17029
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
15616
17030
|
valueToCopy: string;
|
|
15617
17031
|
disabledOptionKey: string;
|
|
15618
17032
|
fullWidth: boolean;
|
|
@@ -15801,6 +17215,14 @@ declare const _default: {
|
|
|
15801
17215
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15802
17216
|
default: any;
|
|
15803
17217
|
};
|
|
17218
|
+
optionEndIconKey: {
|
|
17219
|
+
type: import("vue").PropType<string>;
|
|
17220
|
+
default: string;
|
|
17221
|
+
};
|
|
17222
|
+
optionEndIconType: {
|
|
17223
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17224
|
+
default: any;
|
|
17225
|
+
};
|
|
15804
17226
|
valueToCopy: {
|
|
15805
17227
|
type: import("vue").PropType<string>;
|
|
15806
17228
|
default: any;
|
|
@@ -15822,7 +17244,10 @@ declare const _default: {
|
|
|
15822
17244
|
default: any;
|
|
15823
17245
|
};
|
|
15824
17246
|
}>> & {
|
|
17247
|
+
onCopyToClipboard?: () => any;
|
|
17248
|
+
onClear?: () => any;
|
|
15825
17249
|
onApply?: (value: unknown) => any;
|
|
17250
|
+
onSelectAll?: () => any;
|
|
15826
17251
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
15827
17252
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
15828
17253
|
onOpened?: () => any;
|
|
@@ -15997,6 +17422,14 @@ declare const _default: {
|
|
|
15997
17422
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
15998
17423
|
default: any;
|
|
15999
17424
|
};
|
|
17425
|
+
optionEndIconKey: {
|
|
17426
|
+
type: import("vue").PropType<string>;
|
|
17427
|
+
default: string;
|
|
17428
|
+
};
|
|
17429
|
+
optionEndIconType: {
|
|
17430
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17431
|
+
default: any;
|
|
17432
|
+
};
|
|
16000
17433
|
valueToCopy: {
|
|
16001
17434
|
type: import("vue").PropType<string>;
|
|
16002
17435
|
default: any;
|
|
@@ -16018,7 +17451,10 @@ declare const _default: {
|
|
|
16018
17451
|
default: any;
|
|
16019
17452
|
};
|
|
16020
17453
|
}>> & {
|
|
17454
|
+
onCopyToClipboard?: () => any;
|
|
17455
|
+
onClear?: () => any;
|
|
16021
17456
|
onApply?: (value: unknown) => any;
|
|
17457
|
+
onSelectAll?: () => any;
|
|
16022
17458
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16023
17459
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16024
17460
|
onOpened?: () => any;
|
|
@@ -16032,6 +17468,9 @@ declare const _default: {
|
|
|
16032
17468
|
closed: () => void;
|
|
16033
17469
|
opened: () => void;
|
|
16034
17470
|
apply: (value: unknown) => void;
|
|
17471
|
+
selectAll: () => void;
|
|
17472
|
+
clear: () => void;
|
|
17473
|
+
copyToClipboard: () => void;
|
|
16035
17474
|
}, string, {
|
|
16036
17475
|
theme: string;
|
|
16037
17476
|
disabled: boolean;
|
|
@@ -16070,6 +17509,8 @@ declare const _default: {
|
|
|
16070
17509
|
optionIconKey: string;
|
|
16071
17510
|
optionImageKey: string;
|
|
16072
17511
|
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17512
|
+
optionEndIconKey: string;
|
|
17513
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16073
17514
|
valueToCopy: string;
|
|
16074
17515
|
disabledOptionKey: string;
|
|
16075
17516
|
fullWidth: boolean;
|
|
@@ -16183,6 +17624,7 @@ declare const _default: {
|
|
|
16183
17624
|
option: any;
|
|
16184
17625
|
disabled: boolean;
|
|
16185
17626
|
active: boolean;
|
|
17627
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16186
17628
|
isIndeterminate: boolean;
|
|
16187
17629
|
subtitle: string;
|
|
16188
17630
|
selectAllOption: boolean;
|
|
@@ -16190,6 +17632,7 @@ declare const _default: {
|
|
|
16190
17632
|
imageKey: string;
|
|
16191
17633
|
iconKey: string;
|
|
16192
17634
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17635
|
+
endIconKey: string;
|
|
16193
17636
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
16194
17637
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
16195
17638
|
option: {
|
|
@@ -16204,6 +17647,10 @@ declare const _default: {
|
|
|
16204
17647
|
type: import("vue").PropType<boolean>;
|
|
16205
17648
|
default: any;
|
|
16206
17649
|
};
|
|
17650
|
+
endIconType: {
|
|
17651
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17652
|
+
default: string;
|
|
17653
|
+
};
|
|
16207
17654
|
isIndeterminate: {
|
|
16208
17655
|
type: import("vue").PropType<boolean>;
|
|
16209
17656
|
default: boolean;
|
|
@@ -16232,6 +17679,10 @@ declare const _default: {
|
|
|
16232
17679
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16233
17680
|
default: string;
|
|
16234
17681
|
};
|
|
17682
|
+
endIconKey: {
|
|
17683
|
+
type: import("vue").PropType<string>;
|
|
17684
|
+
default: any;
|
|
17685
|
+
};
|
|
16235
17686
|
toolTipPlacement: {
|
|
16236
17687
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
16237
17688
|
default: string;
|
|
@@ -16239,7 +17690,7 @@ declare const _default: {
|
|
|
16239
17690
|
selectedProp: {
|
|
16240
17691
|
type: import("vue").PropType<boolean>;
|
|
16241
17692
|
};
|
|
16242
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "toolTipPlacement">;
|
|
17693
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement">;
|
|
16243
17694
|
$attrs: {
|
|
16244
17695
|
[x: string]: unknown;
|
|
16245
17696
|
};
|
|
@@ -16266,6 +17717,10 @@ declare const _default: {
|
|
|
16266
17717
|
type: import("vue").PropType<boolean>;
|
|
16267
17718
|
default: any;
|
|
16268
17719
|
};
|
|
17720
|
+
endIconType: {
|
|
17721
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17722
|
+
default: string;
|
|
17723
|
+
};
|
|
16269
17724
|
isIndeterminate: {
|
|
16270
17725
|
type: import("vue").PropType<boolean>;
|
|
16271
17726
|
default: boolean;
|
|
@@ -16294,6 +17749,10 @@ declare const _default: {
|
|
|
16294
17749
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16295
17750
|
default: string;
|
|
16296
17751
|
};
|
|
17752
|
+
endIconKey: {
|
|
17753
|
+
type: import("vue").PropType<string>;
|
|
17754
|
+
default: any;
|
|
17755
|
+
};
|
|
16297
17756
|
toolTipPlacement: {
|
|
16298
17757
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
16299
17758
|
default: string;
|
|
@@ -16305,6 +17764,7 @@ declare const _default: {
|
|
|
16305
17764
|
option: any;
|
|
16306
17765
|
disabled: boolean;
|
|
16307
17766
|
active: boolean;
|
|
17767
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16308
17768
|
isIndeterminate: boolean;
|
|
16309
17769
|
subtitle: string;
|
|
16310
17770
|
selectAllOption: boolean;
|
|
@@ -16312,6 +17772,7 @@ declare const _default: {
|
|
|
16312
17772
|
imageKey: string;
|
|
16313
17773
|
iconKey: string;
|
|
16314
17774
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17775
|
+
endIconKey: string;
|
|
16315
17776
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
16316
17777
|
}, {}, string> & {
|
|
16317
17778
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -16346,6 +17807,10 @@ declare const _default: {
|
|
|
16346
17807
|
type: import("vue").PropType<boolean>;
|
|
16347
17808
|
default: any;
|
|
16348
17809
|
};
|
|
17810
|
+
endIconType: {
|
|
17811
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17812
|
+
default: string;
|
|
17813
|
+
};
|
|
16349
17814
|
isIndeterminate: {
|
|
16350
17815
|
type: import("vue").PropType<boolean>;
|
|
16351
17816
|
default: boolean;
|
|
@@ -16374,6 +17839,10 @@ declare const _default: {
|
|
|
16374
17839
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16375
17840
|
default: string;
|
|
16376
17841
|
};
|
|
17842
|
+
endIconKey: {
|
|
17843
|
+
type: import("vue").PropType<string>;
|
|
17844
|
+
default: any;
|
|
17845
|
+
};
|
|
16377
17846
|
toolTipPlacement: {
|
|
16378
17847
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
16379
17848
|
default: string;
|
|
@@ -16398,6 +17867,10 @@ declare const _default: {
|
|
|
16398
17867
|
type: import("vue").PropType<boolean>;
|
|
16399
17868
|
default: any;
|
|
16400
17869
|
};
|
|
17870
|
+
endIconType: {
|
|
17871
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
17872
|
+
default: string;
|
|
17873
|
+
};
|
|
16401
17874
|
isIndeterminate: {
|
|
16402
17875
|
type: import("vue").PropType<boolean>;
|
|
16403
17876
|
default: boolean;
|
|
@@ -16426,6 +17899,10 @@ declare const _default: {
|
|
|
16426
17899
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
16427
17900
|
default: string;
|
|
16428
17901
|
};
|
|
17902
|
+
endIconKey: {
|
|
17903
|
+
type: import("vue").PropType<string>;
|
|
17904
|
+
default: any;
|
|
17905
|
+
};
|
|
16429
17906
|
toolTipPlacement: {
|
|
16430
17907
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
16431
17908
|
default: string;
|
|
@@ -16437,6 +17914,7 @@ declare const _default: {
|
|
|
16437
17914
|
option: any;
|
|
16438
17915
|
disabled: boolean;
|
|
16439
17916
|
active: boolean;
|
|
17917
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
16440
17918
|
isIndeterminate: boolean;
|
|
16441
17919
|
subtitle: string;
|
|
16442
17920
|
selectAllOption: boolean;
|
|
@@ -16444,12 +17922,14 @@ declare const _default: {
|
|
|
16444
17922
|
imageKey: string;
|
|
16445
17923
|
iconKey: string;
|
|
16446
17924
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
17925
|
+
endIconKey: string;
|
|
16447
17926
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
16448
17927
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
16449
17928
|
$slots: {
|
|
16450
17929
|
image?(_: {}): any;
|
|
16451
17930
|
"icon-start"?(_: {}): any;
|
|
16452
17931
|
default?(_: {}): any;
|
|
17932
|
+
"icon-end"?(_: {}): any;
|
|
16453
17933
|
};
|
|
16454
17934
|
});
|
|
16455
17935
|
Label: {
|
|
@@ -18106,8 +19586,6 @@ export default _default;
|
|
|
18106
19586
|
export * from '@/composables/useToggle';
|
|
18107
19587
|
export * from '@/composables/useSearch';
|
|
18108
19588
|
export * from '@/composables/useFormValidation';
|
|
18109
|
-
export * from '@/components/dateRange';
|
|
18110
|
-
export * from '@/components/datePicker';
|
|
18111
19589
|
export * from '@/components/banner';
|
|
18112
19590
|
export * from '@/components/alert';
|
|
18113
19591
|
export * from '@/components/autocomplete';
|