@pantograph/vue 0.34.7 → 0.34.9

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.
@@ -84,6 +84,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Co
84
84
  readonly bordered?: boolean | undefined;
85
85
  readonly clearOnChangeMultiple?: boolean | undefined;
86
86
  readonly triggerCls?: import('clsx').ClassValue;
87
+ readonly scrollAreaCls?: import('clsx').ClassValue;
87
88
  readonly triggerLeadingCls?: import('clsx').ClassValue;
88
89
  readonly triggerContentCls?: import('clsx').ClassValue;
89
90
  readonly triggerContentPlaceholderCls?: import('clsx').ClassValue;
@@ -93,14 +94,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Co
93
94
  readonly optionCls?: import('clsx').ClassValue;
94
95
  readonly tagCls?: import('clsx').ClassValue;
95
96
  readonly popupCls?: import('clsx').ClassValue;
96
- readonly containerCls?: import('clsx').ClassValue;
97
97
  readonly labelCls?: import('clsx').ClassValue;
98
98
  readonly optionsCls?: import('clsx').ClassValue;
99
99
  readonly optionTextCls?: import('clsx').ClassValue;
100
100
  readonly optionContentCls?: import('clsx').ClassValue;
101
101
  readonly emptyCls?: import('clsx').ClassValue;
102
102
  readonly skeletonCls?: import('clsx').ClassValue;
103
- readonly scrollContainerProps?: import('../ScrollContainer').ScrollContainerProps | undefined;
104
103
  readonly emptyProps?: import('../Empty').EmptyProps | undefined;
105
104
  readonly samePopupWidth?: boolean | undefined;
106
105
  readonly popupHeight?: string | number | undefined;
@@ -154,282 +153,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Co
154
153
  $refs: {
155
154
  [x: string]: unknown;
156
155
  } & {
157
- scrollContainerRef: ({
158
- $: import('vue').ComponentInternalInstance;
159
- $data: {};
160
- $props: {
161
- readonly scrollDistance?: number | undefined;
162
- readonly scrollHideDelay?: number | undefined;
163
- readonly dir?: "ltr" | "rtl" | undefined;
164
- readonly type?: "scroll" | "hover" | "always" | "auto" | undefined;
165
- readonly hasMask?: boolean | undefined;
166
- readonly size?: "sm" | "md" | "lg" | "xlg" | undefined;
167
- readonly scrollbarCls?: import('clsx').ClassValue;
168
- readonly wrapCls?: import('clsx').ClassValue;
169
- readonly areaCls?: import('clsx').ClassValue;
170
- readonly rootCls?: import('clsx').ClassValue;
171
- readonly thumbCls?: import('clsx').ClassValue;
172
- readonly cornerCls?: import('clsx').ClassValue;
173
- readonly rootProps?: object | undefined;
174
- readonly wrapProps?: object | undefined;
175
- readonly maskProps?: object | undefined;
176
- readonly overlay?: boolean | undefined;
177
- readonly hideVerticalScrollbar?: boolean | undefined;
178
- readonly hideHorizontalScrollbar?: boolean | undefined;
179
- readonly color?: string | undefined;
180
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
181
- $attrs: {
182
- [x: string]: unknown;
183
- };
184
- $refs: {
185
- [x: string]: unknown;
186
- } & {
187
- root: ({
188
- $: import('vue').ComponentInternalInstance;
189
- $data: {};
190
- $props: {
191
- readonly type?: ("scroll" | "hover" | "always" | "auto") | undefined;
192
- readonly dir?: ("ltr" | "rtl") | undefined;
193
- readonly scrollHideDelay?: number | undefined;
194
- readonly asChild?: boolean | undefined;
195
- readonly as?: import('vue').Component | import('reka-ui').AsTag | undefined;
196
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
197
- $attrs: {
198
- [x: string]: unknown;
199
- };
200
- $refs: {
201
- [x: string]: unknown;
202
- };
203
- $slots: Readonly<{
204
- [name: string]: import('vue').Slot<any> | undefined;
205
- }>;
206
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
207
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
208
- $host: Element | null;
209
- $emit: (event: string, ...args: any[]) => void;
210
- $el: any;
211
- $options: import('vue').ComponentOptionsBase<Readonly<import('reka-ui').ScrollAreaRootProps> & Readonly<{}>, {
212
- viewport: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
213
- scrollTop: () => void;
214
- scrollTopLeft: () => void;
215
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
216
- type: "scroll" | "hover" | "always" | "auto";
217
- scrollHideDelay: number;
218
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
219
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
220
- created?: ((() => void) | (() => void)[]) | undefined;
221
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
222
- mounted?: ((() => void) | (() => void)[]) | undefined;
223
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
224
- updated?: ((() => void) | (() => void)[]) | undefined;
225
- activated?: ((() => void) | (() => void)[]) | undefined;
226
- deactivated?: ((() => void) | (() => void)[]) | undefined;
227
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
228
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
229
- destroyed?: ((() => void) | (() => void)[]) | undefined;
230
- unmounted?: ((() => void) | (() => void)[]) | undefined;
231
- renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
232
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
233
- errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
234
- };
235
- $forceUpdate: () => void;
236
- $nextTick: typeof import('vue').nextTick;
237
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
238
- } & Readonly<{
239
- type: "scroll" | "hover" | "always" | "auto";
240
- scrollHideDelay: number;
241
- }> & Omit<Readonly<import('reka-ui').ScrollAreaRootProps> & Readonly<{}>, "type" | "scrollHideDelay" | "viewport" | "scrollTop" | "scrollTopLeft"> & import('vue').ShallowUnwrapRef<{
242
- viewport: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
243
- scrollTop: () => void;
244
- scrollTopLeft: () => void;
245
- }> & {} & import('vue').ComponentCustomProperties & {} & {
246
- $slots: {
247
- default?: ((props: {}) => any) | undefined;
248
- };
249
- }) | null;
250
- container: ({
251
- $: import('vue').ComponentInternalInstance;
252
- $data: {};
253
- $props: {
254
- readonly nonce?: string | undefined;
255
- readonly asChild?: boolean | undefined;
256
- readonly as?: import('vue').Component | import('reka-ui').AsTag | undefined;
257
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
258
- $attrs: {
259
- [x: string]: unknown;
260
- };
261
- $refs: {
262
- [x: string]: unknown;
263
- };
264
- $slots: Readonly<{
265
- [name: string]: import('vue').Slot<any> | undefined;
266
- }>;
267
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
268
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
269
- $host: Element | null;
270
- $emit: (event: string, ...args: any[]) => void;
271
- $el: any;
272
- $options: import('vue').ComponentOptionsBase<Readonly<import('reka-ui').ScrollAreaViewportProps> & Readonly<{}>, {
273
- viewportElement: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
274
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
275
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
276
- created?: ((() => void) | (() => void)[]) | undefined;
277
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
278
- mounted?: ((() => void) | (() => void)[]) | undefined;
279
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
280
- updated?: ((() => void) | (() => void)[]) | undefined;
281
- activated?: ((() => void) | (() => void)[]) | undefined;
282
- deactivated?: ((() => void) | (() => void)[]) | undefined;
283
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
284
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
285
- destroyed?: ((() => void) | (() => void)[]) | undefined;
286
- unmounted?: ((() => void) | (() => void)[]) | undefined;
287
- renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
288
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
289
- errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
290
- };
291
- $forceUpdate: () => void;
292
- $nextTick: typeof import('vue').nextTick;
293
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
294
- } & Readonly<{}> & Omit<Readonly<import('reka-ui').ScrollAreaViewportProps> & Readonly<{}>, "viewportElement"> & import('vue').ShallowUnwrapRef<{
295
- viewportElement: import('vue').Ref<HTMLElement | undefined, HTMLElement | undefined>;
296
- }> & {} & import('vue').ComponentCustomProperties & {} & {
297
- $slots: {
298
- default?: ((props: {}) => any) | undefined;
299
- };
300
- }) | null;
301
- wrap: HTMLDivElement;
302
- top: HTMLDivElement;
303
- right: HTMLDivElement;
304
- left: HTMLDivElement;
305
- bottom: HTMLDivElement;
306
- corner: ({
307
- $: import('vue').ComponentInternalInstance;
308
- $data: {};
309
- $props: {
310
- readonly asChild?: boolean | undefined;
311
- readonly as?: import('vue').Component | import('reka-ui').AsTag | undefined;
312
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
313
- $attrs: {
314
- [x: string]: unknown;
315
- };
316
- $refs: {
317
- [x: string]: unknown;
318
- };
319
- $slots: Readonly<{
320
- [name: string]: import('vue').Slot<any> | undefined;
321
- }>;
322
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
323
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
324
- $host: Element | null;
325
- $emit: (event: string, ...args: any[]) => void;
326
- $el: any;
327
- $options: import('vue').ComponentOptionsBase<Readonly<import('reka-ui').ScrollAreaCornerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
328
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
329
- created?: ((() => void) | (() => void)[]) | undefined;
330
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
331
- mounted?: ((() => void) | (() => void)[]) | undefined;
332
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
333
- updated?: ((() => void) | (() => void)[]) | undefined;
334
- activated?: ((() => void) | (() => void)[]) | undefined;
335
- deactivated?: ((() => void) | (() => void)[]) | undefined;
336
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
337
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
338
- destroyed?: ((() => void) | (() => void)[]) | undefined;
339
- unmounted?: ((() => void) | (() => void)[]) | undefined;
340
- renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
341
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
342
- errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
343
- };
344
- $forceUpdate: () => void;
345
- $nextTick: typeof import('vue').nextTick;
346
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
347
- } & Readonly<{}> & Omit<Readonly<import('reka-ui').ScrollAreaCornerProps> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
348
- $slots: {
349
- default?: ((props: {}) => any) | undefined;
350
- };
351
- }) | null;
352
- };
353
- $slots: Readonly<{
354
- [name: string]: import('vue').Slot<any> | undefined;
355
- }>;
356
- $root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
357
- $parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null;
358
- $host: Element | null;
359
- $emit: (event: string, ...args: any[]) => void;
360
- $el: any;
361
- $options: import('vue').ComponentOptionsBase<Readonly<import('../ScrollContainer').ScrollContainerProps> & Readonly<{}>, {
362
- container: import('vue').Ref<any, any>;
363
- wrap: import('vue').Ref<any, any>;
364
- root: import('vue').Ref<any, any>;
365
- isOverflowX: import('vue').ShallowRef<boolean, boolean>;
366
- isOverflowY: import('vue').ShallowRef<boolean, boolean>;
367
- topVisible: import('vue').ShallowRef<boolean, boolean>;
368
- rightVisible: import('vue').ShallowRef<boolean, boolean>;
369
- leftVisible: import('vue').ShallowRef<boolean, boolean>;
370
- bottomVisible: import('vue').ShallowRef<boolean, boolean>;
371
- getScroll: () => {
372
- scrollTop: any;
373
- scrollLeft: any;
374
- };
375
- scrollTop: () => any;
376
- scrollTopLeft: () => any;
377
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
378
- type: "scroll" | "hover" | "always" | "auto";
379
- size: "sm" | "md" | "lg" | "xlg";
380
- overlay: boolean;
381
- scrollDistance: number;
382
- scrollHideDelay: number;
383
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
384
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
385
- created?: ((() => void) | (() => void)[]) | undefined;
386
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
387
- mounted?: ((() => void) | (() => void)[]) | undefined;
388
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
389
- updated?: ((() => void) | (() => void)[]) | undefined;
390
- activated?: ((() => void) | (() => void)[]) | undefined;
391
- deactivated?: ((() => void) | (() => void)[]) | undefined;
392
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
393
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
394
- destroyed?: ((() => void) | (() => void)[]) | undefined;
395
- unmounted?: ((() => void) | (() => void)[]) | undefined;
396
- renderTracked?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
397
- renderTriggered?: (((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]) | undefined;
398
- errorCaptured?: (((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import('vue').ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
399
- };
400
- $forceUpdate: () => void;
401
- $nextTick: typeof import('vue').nextTick;
402
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
403
- } & Readonly<{
404
- type: "scroll" | "hover" | "always" | "auto";
405
- size: "sm" | "md" | "lg" | "xlg";
406
- overlay: boolean;
407
- scrollDistance: number;
408
- scrollHideDelay: number;
409
- }> & Omit<Readonly<import('../ScrollContainer').ScrollContainerProps> & Readonly<{}>, "wrap" | "root" | "topVisible" | "bottomVisible" | "rightVisible" | "leftVisible" | "scrollTop" | "scrollTopLeft" | "isOverflowX" | "isOverflowY" | "container" | ("type" | "size" | "overlay" | "scrollDistance" | "scrollHideDelay") | "getScroll"> & import('vue').ShallowUnwrapRef<{
410
- container: import('vue').Ref<any, any>;
411
- wrap: import('vue').Ref<any, any>;
412
- root: import('vue').Ref<any, any>;
413
- isOverflowX: import('vue').ShallowRef<boolean, boolean>;
414
- isOverflowY: import('vue').ShallowRef<boolean, boolean>;
415
- topVisible: import('vue').ShallowRef<boolean, boolean>;
416
- rightVisible: import('vue').ShallowRef<boolean, boolean>;
417
- leftVisible: import('vue').ShallowRef<boolean, boolean>;
418
- bottomVisible: import('vue').ShallowRef<boolean, boolean>;
419
- getScroll: () => {
420
- scrollTop: any;
421
- scrollLeft: any;
422
- };
423
- scrollTop: () => any;
424
- scrollTopLeft: () => any;
425
- }> & {} & import('vue').ComponentCustomProperties & {} & {
426
- $slots: {
427
- root?(_: {}): any;
428
- root?(_: {}): any;
429
- default?(_: {}): any;
430
- area?(_: {}): any;
431
- };
432
- }) | null;
156
+ scrollContainerRef: HTMLDivElement;
433
157
  treeRef: ({
434
158
  $: import('vue').ComponentInternalInstance;
435
159
  $data: {};
@@ -534,7 +258,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Co
534
258
  scrollContainerRef: import('vue').Ref<any, any>;
535
259
  onExpandKey: (node: import('../Tree').TreeItem) => void;
536
260
  getLevel: (node: import('../Tree').TreeItem) => number;
537
- getNodeField: <T_1>(node: object, field: keyof import('../Tree').TreeNodeType) => T_1;
261
+ getNodeField: <T>(node: object, field: keyof import('../Tree').TreeNodeType) => T;
538
262
  onSelect: (node: import('../Tree').TreeItem, value: boolean) => void;
539
263
  onCheck: (node: import('../Tree').TreeItem, value: boolean) => void;
540
264
  getNodeChildren: (node: import('../Tree').TreeItem, direct?: boolean | undefined, filterDisabled?: boolean | undefined) => import('../Tree').TreeItem[];
@@ -588,7 +312,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Co
588
312
  };
589
313
  $forceUpdate: () => void;
590
314
  $nextTick: typeof import('vue').nextTick;
591
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
315
+ $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
592
316
  } & Readonly<{
593
317
  disabled: boolean;
594
318
  focusable: boolean;
@@ -620,7 +344,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Co
620
344
  scrollContainerRef: import('vue').Ref<any, any>;
621
345
  onExpandKey: (node: import('../Tree').TreeItem) => void;
622
346
  getLevel: (node: import('../Tree').TreeItem) => number;
623
- getNodeField: <T_1>(node: object, field: keyof import('../Tree').TreeNodeType) => T_1;
347
+ getNodeField: <T>(node: object, field: keyof import('../Tree').TreeNodeType) => T;
624
348
  onSelect: (node: import('../Tree').TreeItem, value: boolean) => void;
625
349
  onCheck: (node: import('../Tree').TreeItem, value: boolean) => void;
626
350
  getNodeChildren: (node: import('../Tree').TreeItem, direct?: boolean | undefined, filterDisabled?: boolean | undefined) => import('../Tree').TreeItem[];
@@ -698,7 +422,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Co
698
422
  highlightedOptionKey: import('vue').Ref<string | undefined, string | undefined>;
699
423
  comboboxInputFocused: import('vue').Ref<boolean, boolean>;
700
424
  onKeyDown: (event: KeyboardEvent) => void;
701
- inputGroupClass: string;
425
+ triggerPrefix: string;
426
+ triggerProps: import('vue').ComputedRef<Record<string, any>>;
702
427
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
703
428
  search: (value?: string | null | undefined) => any;
704
429
  select: (value: string | undefined, selected: boolean, option?: import('../Combobox').ComboboxFlattenOptionType | undefined) => any;
@@ -761,7 +486,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Co
761
486
  };
762
487
  $forceUpdate: () => void;
763
488
  $nextTick: typeof import('vue').nextTick;
764
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
489
+ $watch<T_1 extends string | ((...args: any) => any)>(source: T_1, cb: T_1 extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import('@vue/reactivity').OnCleanup) => any : (args_0: any, args_1: any, args_2: import('@vue/reactivity').OnCleanup) => any, options?: import('vue').WatchOptions<boolean> | undefined): import('vue').WatchStopHandle;
765
490
  } & Readonly<{
766
491
  disabled: boolean;
767
492
  readonly: boolean;
@@ -805,7 +530,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Co
805
530
  onKeydownEscape?: ((event: import('../Combobox').ComboboxKeydownEvent, search?: string | undefined, isEmpty?: boolean | undefined) => any) | undefined;
806
531
  "onUpdate:search"?: ((value?: string | null | undefined) => any) | undefined;
807
532
  onFetch?: (() => any) | undefined;
808
- }>, "props" | "placeholder" | "slots" | "emit" | "getIconSize" | "getDisabled" | "getStatus" | "getSize" | "triggerRef" | "openModel" | "model" | "getItems" | "inputRef" | "onKeyDown" | "focusOnInput" | "getOptionDataset" | ("disabled" | "readonly" | "bordered" | "multiple" | "open" | "defaultOpen" | "prioritizePosition" | "placement" | "sideOffset" | "avoidCollisions" | "disableOutsidePointerEvents" | "zIndex" | "checkbox" | "trailingIcon" | "selectedItemIconAsTrailingIcon" | "indicatorIcon" | "loadingRowCount" | "clearOnChangeMultiple" | "samePopupWidth" | "popupHeight" | "resetSearchTermOnBlur" | "resetSearchTermOnSelect" | "noValueOnPlaceholder" | "tagRenderMode" | "showTreeTagStrategy") | "displaySelectedKeys" | "isOptionSelected" | "getOptionByValue" | "getLabelByValue" | "getSingleByValue" | "removeValue" | "getFlattenOption" | "getTagSize" | "comboboxInputBinding" | "comboboxTriggerBinding" | "searchModel" | "valuePlaceholder" | "selectOption" | "itemMap" | "highlightedOptionKey" | "comboboxInputFocused" | "inputGroupClass"> & import('vue').ShallowUnwrapRef<{
533
+ }>, "props" | "placeholder" | "slots" | "emit" | "getIconSize" | "getDisabled" | "getStatus" | "getSize" | "triggerRef" | "openModel" | "model" | "getItems" | "inputRef" | "onKeyDown" | "focusOnInput" | "getOptionDataset" | ("disabled" | "readonly" | "bordered" | "multiple" | "open" | "defaultOpen" | "prioritizePosition" | "placement" | "sideOffset" | "avoidCollisions" | "disableOutsidePointerEvents" | "zIndex" | "checkbox" | "trailingIcon" | "selectedItemIconAsTrailingIcon" | "indicatorIcon" | "loadingRowCount" | "clearOnChangeMultiple" | "samePopupWidth" | "popupHeight" | "resetSearchTermOnBlur" | "resetSearchTermOnSelect" | "noValueOnPlaceholder" | "tagRenderMode" | "showTreeTagStrategy") | "displaySelectedKeys" | "isOptionSelected" | "getOptionByValue" | "getLabelByValue" | "getSingleByValue" | "removeValue" | "getFlattenOption" | "getTagSize" | "comboboxInputBinding" | "comboboxTriggerBinding" | "searchModel" | "valuePlaceholder" | "selectOption" | "itemMap" | "highlightedOptionKey" | "comboboxInputFocused" | "triggerPrefix" | "triggerProps"> & import('vue').ShallowUnwrapRef<{
809
534
  displaySelectedKeys: import('vue').ComputedRef<string[]>;
810
535
  isOptionSelected: (value?: string | undefined) => boolean;
811
536
  getOptionByValue: (value: string) => import('../Combobox').ComboboxFlattenOptionType | undefined;
@@ -838,7 +563,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Co
838
563
  highlightedOptionKey: import('vue').Ref<string | undefined, string | undefined>;
839
564
  comboboxInputFocused: import('vue').Ref<boolean, boolean>;
840
565
  onKeyDown: (event: KeyboardEvent) => void;
841
- inputGroupClass: string;
566
+ triggerPrefix: string;
567
+ triggerProps: import('vue').ComputedRef<Record<string, any>>;
842
568
  }> & {} & import('vue').ComponentCustomProperties & {} & {
843
569
  $slots: Readonly<ComboboxSlots> & ComboboxSlots;
844
570
  }) | null;