@agrotools1/at-components 1.0.92 → 1.0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/DatePicker/DatePickerTime/DatePickerTime.vue.d.ts +3 -3
- package/dist/Input/Input.core.vue.d.ts +3 -3
- package/dist/Input/Input.core.vue.d.ts.map +1 -1
- package/dist/Input/Text-area.vue.d.ts +3 -3
- package/dist/Input/index.d.ts +6 -6
- package/dist/Menu/Menu.vue.d.ts +3 -3
- package/dist/Search/Search.vue.d.ts +3 -3
- package/dist/Select/Multiple/Select.multiple.vue.d.ts +3 -3
- package/dist/Select/Select.core.vue.d.ts +3 -3
- package/dist/Select/Single/Select.single.vue.d.ts +3 -3
- package/dist/Select/index.d.ts +6 -6
- package/dist/agrotools-theme.css +1 -1
- package/dist/agrotools-theme.css.map +1 -1
- package/dist/components/ui/button/index.d.ts +1 -1
- package/dist/components/ui/carousel/CarouselContent.vue.d.ts +23 -0
- package/dist/components/ui/carousel/CarouselContent.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/CarouselItem.vue.d.ts +19 -0
- package/dist/components/ui/carousel/CarouselItem.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts +27 -0
- package/dist/components/ui/carousel/CarouselNext.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts +27 -0
- package/dist/components/ui/carousel/CarouselPrevious.vue.d.ts.map +1 -0
- package/dist/components/ui/carousel/index.d.ts +8 -0
- package/dist/components/ui/carousel/index.d.ts.map +1 -0
- package/dist/components/ui/carousel/interface.d.ts +20 -0
- package/dist/components/ui/carousel/interface.d.ts.map +1 -0
- package/dist/components/ui/carousel/useCarousel.d.ts +16 -0
- package/dist/components/ui/carousel/useCarousel.d.ts.map +1 -0
- package/dist/components/ui/combobox/ComboboxList.vue.d.ts +1 -1
- package/dist/components/ui/multi-select/MultiSelectContent.vue.d.ts +1 -1
- package/dist/components/ui/pagination/PaginationFirst.vue.d.ts +1 -1
- package/dist/components/ui/pagination/PaginationItem.vue.d.ts +1 -1
- package/dist/components/ui/pagination/PaginationLast.vue.d.ts +1 -1
- package/dist/components/ui/pagination/PaginationNext.vue.d.ts +1 -1
- package/dist/components/ui/pagination/PaginationPrevious.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +1 -1
- package/dist/components/ui/separator/Separator.vue.d.ts +1 -1
- package/dist/components/ui/stepper/Stepper.vue.d.ts +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9394 -5109
- package/package.json +5 -3
|
@@ -409,7 +409,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
409
409
|
resizeSelectedItems: () => Promise<void>;
|
|
410
410
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
411
411
|
checkOverflow: () => Promise<void>;
|
|
412
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
412
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
413
413
|
modelValue: {
|
|
414
414
|
type: StringConstructor;
|
|
415
415
|
required: false;
|
|
@@ -508,9 +508,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
508
508
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
509
509
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
510
510
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
511
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
511
512
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
512
513
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
513
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
514
514
|
}>, {
|
|
515
515
|
required: boolean;
|
|
516
516
|
label: string;
|
|
@@ -523,12 +523,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
523
523
|
cursor: string;
|
|
524
524
|
disabled: boolean;
|
|
525
525
|
modelValue: string;
|
|
526
|
-
placeholder: string;
|
|
527
526
|
icon: {
|
|
528
527
|
name: string;
|
|
529
528
|
color?: string;
|
|
530
529
|
size?: string;
|
|
531
530
|
};
|
|
531
|
+
placeholder: string;
|
|
532
532
|
forceFocus: boolean;
|
|
533
533
|
debounce: number;
|
|
534
534
|
preventInputEvent: boolean;
|
|
@@ -368,7 +368,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
368
368
|
resizeSelectedItems: () => Promise<void>;
|
|
369
369
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
370
370
|
checkOverflow: () => Promise<void>;
|
|
371
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
371
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
372
372
|
modelValue: {
|
|
373
373
|
type: StringConstructor;
|
|
374
374
|
required: false;
|
|
@@ -467,9 +467,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
467
467
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
468
468
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
469
469
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
470
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
470
471
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
471
472
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
472
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
473
473
|
}>, {
|
|
474
474
|
required: boolean;
|
|
475
475
|
label: string;
|
|
@@ -482,12 +482,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
482
482
|
cursor: string;
|
|
483
483
|
disabled: boolean;
|
|
484
484
|
modelValue: string;
|
|
485
|
-
placeholder: string;
|
|
486
485
|
icon: {
|
|
487
486
|
name: string;
|
|
488
487
|
color?: string;
|
|
489
488
|
size?: string;
|
|
490
489
|
};
|
|
490
|
+
placeholder: string;
|
|
491
491
|
forceFocus: boolean;
|
|
492
492
|
debounce: number;
|
|
493
493
|
preventInputEvent: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.core.vue.d.ts","sourceRoot":"","sources":["../../src/Input/Input.core.vue"],"names":[],"mappings":"AAAA,OA6xBO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,IAAI,CAAA;AAezC,MAAM,WAAW,cAAe,SAAQ,gBAAgB;IACtD,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE;QACL,KAAK,EAAE,OAAO,CAAA;QACd,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;IACD,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,CAAA;IACD,UAAU,EAAE,OAAO,CAAA;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAA;IACtC,mBAAmB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI,CAAA;CACtD;;;;;;;;cAcqB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4PS,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAhOhB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM
|
|
1
|
+
{"version":3,"file":"Input.core.vue.d.ts","sourceRoot":"","sources":["../../src/Input/Input.core.vue"],"names":[],"mappings":"AAAA,OA6xBO,KAAK,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AACnC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,IAAI,CAAA;AAezC,MAAM,WAAW,cAAe,SAAQ,gBAAgB;IACtD,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE;QACL,KAAK,EAAE,OAAO,CAAA;QACd,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;IACD,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,CAAA;IACD,UAAU,EAAE,OAAO,CAAA;IACnB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,CAAA;IACtC,mBAAmB,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI,CAAA;CACtD;;;;;;;;cAcqB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4PS,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAhOhB,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;;;;;cAKhC,QAAQ,CAAC,OAAO,GAAG,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAqD9B,MAAM,cAAc,CAAC,OAAO,CAAC;;;;;2BAK1B,cAAc,CAAC,OAAO,CAAC;;;;;;;cAahB,MAAM,KAAK,CAAC,eAAe,CAAC;uBACjC,KAAK,CAAC,eAAe,CAAC;;;cAGd,MAAM,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;eA7G9D,OAAO;iBACL,MAAM;;;;;;cAGT,MAAM;gBACJ,MAAM;eACP,MAAM;;;;;;;;;;;;;;;AAWjB,wBAyYC"}
|
|
@@ -347,7 +347,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
347
347
|
resizeSelectedItems: () => Promise<void>;
|
|
348
348
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
349
349
|
checkOverflow: () => Promise<void>;
|
|
350
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
350
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
351
351
|
modelValue: {
|
|
352
352
|
type: StringConstructor;
|
|
353
353
|
required: false;
|
|
@@ -446,9 +446,9 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
446
446
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
447
447
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
448
448
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
449
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
449
450
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
450
451
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
451
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
452
452
|
}>, {
|
|
453
453
|
required: boolean;
|
|
454
454
|
label: string;
|
|
@@ -461,12 +461,12 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
461
461
|
cursor: string;
|
|
462
462
|
disabled: boolean;
|
|
463
463
|
modelValue: string;
|
|
464
|
-
placeholder: string;
|
|
465
464
|
icon: {
|
|
466
465
|
name: string;
|
|
467
466
|
color?: string;
|
|
468
467
|
size?: string;
|
|
469
468
|
};
|
|
469
|
+
placeholder: string;
|
|
470
470
|
forceFocus: boolean;
|
|
471
471
|
debounce: number;
|
|
472
472
|
preventInputEvent: boolean;
|
package/dist/Input/index.d.ts
CHANGED
|
@@ -349,7 +349,7 @@ declare const AtInput: {
|
|
|
349
349
|
resizeSelectedItems: () => Promise<void>;
|
|
350
350
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
351
351
|
checkOverflow: () => Promise<void>;
|
|
352
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
352
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
353
353
|
modelValue: {
|
|
354
354
|
type: StringConstructor;
|
|
355
355
|
required: false;
|
|
@@ -448,9 +448,9 @@ declare const AtInput: {
|
|
|
448
448
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
449
449
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
450
450
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
451
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
451
452
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
452
453
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
453
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
454
454
|
}>, {
|
|
455
455
|
required: boolean;
|
|
456
456
|
label: string;
|
|
@@ -463,12 +463,12 @@ declare const AtInput: {
|
|
|
463
463
|
cursor: string;
|
|
464
464
|
disabled: boolean;
|
|
465
465
|
modelValue: string;
|
|
466
|
-
placeholder: string;
|
|
467
466
|
icon: {
|
|
468
467
|
name: string;
|
|
469
468
|
color?: string;
|
|
470
469
|
size?: string;
|
|
471
470
|
};
|
|
471
|
+
placeholder: string;
|
|
472
472
|
forceFocus: boolean;
|
|
473
473
|
debounce: number;
|
|
474
474
|
preventInputEvent: boolean;
|
|
@@ -830,7 +830,7 @@ declare const AtInput: {
|
|
|
830
830
|
resizeSelectedItems: () => Promise<void>;
|
|
831
831
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
832
832
|
checkOverflow: () => Promise<void>;
|
|
833
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
833
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
834
834
|
modelValue: {
|
|
835
835
|
type: StringConstructor;
|
|
836
836
|
required: false;
|
|
@@ -929,9 +929,9 @@ declare const AtInput: {
|
|
|
929
929
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
930
930
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
931
931
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
932
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
932
933
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
933
934
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
934
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
935
935
|
}>, {
|
|
936
936
|
required: boolean;
|
|
937
937
|
label: string;
|
|
@@ -944,12 +944,12 @@ declare const AtInput: {
|
|
|
944
944
|
cursor: string;
|
|
945
945
|
disabled: boolean;
|
|
946
946
|
modelValue: string;
|
|
947
|
-
placeholder: string;
|
|
948
947
|
icon: {
|
|
949
948
|
name: string;
|
|
950
949
|
color?: string;
|
|
951
950
|
size?: string;
|
|
952
951
|
};
|
|
952
|
+
placeholder: string;
|
|
953
953
|
forceFocus: boolean;
|
|
954
954
|
debounce: number;
|
|
955
955
|
preventInputEvent: boolean;
|
package/dist/Menu/Menu.vue.d.ts
CHANGED
|
@@ -576,7 +576,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
576
576
|
resizeSelectedItems: () => Promise<void>;
|
|
577
577
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
578
578
|
checkOverflow: () => Promise<void>;
|
|
579
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
579
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
580
580
|
modelValue: {
|
|
581
581
|
type: StringConstructor;
|
|
582
582
|
required: false;
|
|
@@ -675,9 +675,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
675
675
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
676
676
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
677
677
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
678
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
678
679
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
679
680
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
680
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
681
681
|
}>, {
|
|
682
682
|
required: boolean;
|
|
683
683
|
label: string;
|
|
@@ -690,12 +690,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
690
690
|
cursor: string;
|
|
691
691
|
disabled: boolean;
|
|
692
692
|
modelValue: string;
|
|
693
|
-
placeholder: string;
|
|
694
693
|
icon: {
|
|
695
694
|
name: string;
|
|
696
695
|
color?: string;
|
|
697
696
|
size?: string;
|
|
698
697
|
};
|
|
698
|
+
placeholder: string;
|
|
699
699
|
forceFocus: boolean;
|
|
700
700
|
debounce: number;
|
|
701
701
|
preventInputEvent: boolean;
|
|
@@ -526,7 +526,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
526
526
|
resizeSelectedItems: () => Promise<void>;
|
|
527
527
|
inputClass: ComputedRef<"" | "AT-ITEMS_input">;
|
|
528
528
|
checkOverflow: () => Promise<void>;
|
|
529
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
529
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
530
530
|
modelValue: {
|
|
531
531
|
type: StringConstructor;
|
|
532
532
|
required: false;
|
|
@@ -625,9 +625,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
625
625
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
626
626
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
627
627
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
628
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
628
629
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
629
630
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
630
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
631
631
|
}>, {
|
|
632
632
|
required: boolean;
|
|
633
633
|
label: string;
|
|
@@ -640,12 +640,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
640
640
|
cursor: string;
|
|
641
641
|
disabled: boolean;
|
|
642
642
|
modelValue: string;
|
|
643
|
-
placeholder: string;
|
|
644
643
|
icon: {
|
|
645
644
|
name: string;
|
|
646
645
|
color?: string;
|
|
647
646
|
size?: string;
|
|
648
647
|
};
|
|
648
|
+
placeholder: string;
|
|
649
649
|
forceFocus: boolean;
|
|
650
650
|
debounce: number;
|
|
651
651
|
preventInputEvent: boolean;
|
|
@@ -667,7 +667,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
667
667
|
resizeSelectedItems: () => Promise<void>;
|
|
668
668
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
669
669
|
checkOverflow: () => Promise<void>;
|
|
670
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
670
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
671
671
|
modelValue: {
|
|
672
672
|
type: StringConstructor;
|
|
673
673
|
required: false;
|
|
@@ -766,9 +766,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
766
766
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
767
767
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
768
768
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
769
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
769
770
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
770
771
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
771
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
772
772
|
}>, {
|
|
773
773
|
required: boolean;
|
|
774
774
|
label: string;
|
|
@@ -781,12 +781,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
781
781
|
cursor: string;
|
|
782
782
|
disabled: boolean;
|
|
783
783
|
modelValue: string;
|
|
784
|
-
placeholder: string;
|
|
785
784
|
icon: {
|
|
786
785
|
name: string;
|
|
787
786
|
color?: string;
|
|
788
787
|
size?: string;
|
|
789
788
|
};
|
|
789
|
+
placeholder: string;
|
|
790
790
|
forceFocus: boolean;
|
|
791
791
|
debounce: number;
|
|
792
792
|
preventInputEvent: boolean;
|
|
@@ -528,7 +528,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
528
528
|
resizeSelectedItems: () => Promise<void>;
|
|
529
529
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
530
530
|
checkOverflow: () => Promise<void>;
|
|
531
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
531
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
532
532
|
modelValue: {
|
|
533
533
|
type: StringConstructor;
|
|
534
534
|
required: false;
|
|
@@ -627,9 +627,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
627
627
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
628
628
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
629
629
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
630
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
630
631
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
631
632
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
632
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
633
633
|
}>, {
|
|
634
634
|
required: boolean;
|
|
635
635
|
label: string;
|
|
@@ -642,12 +642,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
642
642
|
cursor: string;
|
|
643
643
|
disabled: boolean;
|
|
644
644
|
modelValue: string;
|
|
645
|
-
placeholder: string;
|
|
646
645
|
icon: {
|
|
647
646
|
name: string;
|
|
648
647
|
color?: string;
|
|
649
648
|
size?: string;
|
|
650
649
|
};
|
|
650
|
+
placeholder: string;
|
|
651
651
|
forceFocus: boolean;
|
|
652
652
|
debounce: number;
|
|
653
653
|
preventInputEvent: boolean;
|
|
@@ -706,7 +706,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
706
706
|
resizeSelectedItems: () => Promise<void>;
|
|
707
707
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
708
708
|
checkOverflow: () => Promise<void>;
|
|
709
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
709
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
710
710
|
modelValue: {
|
|
711
711
|
type: StringConstructor;
|
|
712
712
|
required: false;
|
|
@@ -805,9 +805,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
805
805
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
806
806
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
807
807
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
808
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
808
809
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
809
810
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
810
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
811
811
|
}>, {
|
|
812
812
|
required: boolean;
|
|
813
813
|
label: string;
|
|
@@ -820,12 +820,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
820
820
|
cursor: string;
|
|
821
821
|
disabled: boolean;
|
|
822
822
|
modelValue: string;
|
|
823
|
-
placeholder: string;
|
|
824
823
|
icon: {
|
|
825
824
|
name: string;
|
|
826
825
|
color?: string;
|
|
827
826
|
size?: string;
|
|
828
827
|
};
|
|
828
|
+
placeholder: string;
|
|
829
829
|
forceFocus: boolean;
|
|
830
830
|
debounce: number;
|
|
831
831
|
preventInputEvent: boolean;
|
package/dist/Select/index.d.ts
CHANGED
|
@@ -706,7 +706,7 @@ declare const AtSelect: {
|
|
|
706
706
|
resizeSelectedItems: () => Promise<void>;
|
|
707
707
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
708
708
|
checkOverflow: () => Promise<void>;
|
|
709
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
709
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
710
710
|
modelValue: {
|
|
711
711
|
type: StringConstructor;
|
|
712
712
|
required: false;
|
|
@@ -805,9 +805,9 @@ declare const AtSelect: {
|
|
|
805
805
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
806
806
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
807
807
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
808
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
808
809
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
809
810
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
810
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
811
811
|
}>, {
|
|
812
812
|
required: boolean;
|
|
813
813
|
label: string;
|
|
@@ -820,12 +820,12 @@ declare const AtSelect: {
|
|
|
820
820
|
cursor: string;
|
|
821
821
|
disabled: boolean;
|
|
822
822
|
modelValue: string;
|
|
823
|
-
placeholder: string;
|
|
824
823
|
icon: {
|
|
825
824
|
name: string;
|
|
826
825
|
color?: string;
|
|
827
826
|
size?: string;
|
|
828
827
|
};
|
|
828
|
+
placeholder: string;
|
|
829
829
|
forceFocus: boolean;
|
|
830
830
|
debounce: number;
|
|
831
831
|
preventInputEvent: boolean;
|
|
@@ -1811,7 +1811,7 @@ declare const AtSelect: {
|
|
|
1811
1811
|
resizeSelectedItems: () => Promise<void>;
|
|
1812
1812
|
inputClass: import('vue').ComputedRef<"" | "AT-ITEMS_input">;
|
|
1813
1813
|
checkOverflow: () => Promise<void>;
|
|
1814
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "
|
|
1814
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput")[], "input" | "update:modelValue" | "mouseover" | "overflow" | "clickOutside" | "clearInput", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
1815
1815
|
modelValue: {
|
|
1816
1816
|
type: StringConstructor;
|
|
1817
1817
|
required: false;
|
|
@@ -1910,9 +1910,9 @@ declare const AtSelect: {
|
|
|
1910
1910
|
onInput?: ((...args: any[]) => any) | undefined;
|
|
1911
1911
|
onMouseover?: ((...args: any[]) => any) | undefined;
|
|
1912
1912
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1913
|
+
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
1913
1914
|
onClickOutside?: ((...args: any[]) => any) | undefined;
|
|
1914
1915
|
onClearInput?: ((...args: any[]) => any) | undefined;
|
|
1915
|
-
onOverflow?: ((...args: any[]) => any) | undefined;
|
|
1916
1916
|
}>, {
|
|
1917
1917
|
required: boolean;
|
|
1918
1918
|
label: string;
|
|
@@ -1925,12 +1925,12 @@ declare const AtSelect: {
|
|
|
1925
1925
|
cursor: string;
|
|
1926
1926
|
disabled: boolean;
|
|
1927
1927
|
modelValue: string;
|
|
1928
|
-
placeholder: string;
|
|
1929
1928
|
icon: {
|
|
1930
1929
|
name: string;
|
|
1931
1930
|
color?: string;
|
|
1932
1931
|
size?: string;
|
|
1933
1932
|
};
|
|
1933
|
+
placeholder: string;
|
|
1934
1934
|
forceFocus: boolean;
|
|
1935
1935
|
debounce: number;
|
|
1936
1936
|
preventInputEvent: boolean;
|