lew-ui 2.7.70 → 2.7.76
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/LICENSE +21 -21
- package/dist/_components/CloseButton.vue.d.ts +20 -0
- package/dist/_components/CloseIcon.vue.d.ts +18 -0
- package/dist/_components/CommonInput.vue.d.ts +12 -49
- package/dist/components/data/collapse/index.d.ts +1 -0
- package/dist/components/data/collapse/src/model.d.ts +14 -0
- package/dist/components/data/collapse/src/props.d.ts +0 -11
- package/dist/components/data/expand/src/LewExpand.vue.d.ts +8 -2
- package/dist/components/data/pagination/index.d.ts +1 -0
- package/dist/components/data/pagination/src/model.d.ts +16 -0
- package/dist/components/data/pagination/src/props.d.ts +0 -18
- package/dist/components/data/table/src/LewTable.vue.d.ts +11 -2
- package/dist/components/data/table/src/props.d.ts +5 -0
- package/dist/components/feedback/alert/src/LewAlert.vue.d.ts +2 -6
- package/dist/components/feedback/alert/src/emits.d.ts +1 -3
- package/dist/components/feedback/drawer/index.d.ts +1 -0
- package/dist/components/feedback/drawer/src/LewDrawer.vue.d.ts +9 -10
- package/dist/components/feedback/drawer/src/model.d.ts +8 -0
- package/dist/components/feedback/drawer/src/props.d.ts +0 -7
- package/dist/components/feedback/modal/index.d.ts +1 -0
- package/dist/components/feedback/modal/src/LewModal.vue.d.ts +4 -4
- package/dist/components/feedback/modal/src/model.d.ts +8 -0
- package/dist/components/feedback/modal/src/props.d.ts +0 -6
- package/dist/components/feedback/popok/src/LewPopok.vue.d.ts +20 -10
- package/dist/components/form/cascader/src/LewCascader.vue.d.ts +100 -100
- package/dist/components/form/cascader/src/emits.d.ts +4 -3
- package/dist/components/form/cascader/src/model.d.ts +2 -1
- package/dist/components/form/cascader/src/props.d.ts +80 -80
- package/dist/components/form/checkbox/src/LewCheckbox.vue.d.ts +54 -54
- package/dist/components/form/checkbox/src/LewCheckboxGroup.vue.d.ts +52 -52
- package/dist/components/form/checkbox/src/props.d.ts +83 -83
- package/dist/components/form/color-picker/src/LewColorPicker.vue.d.ts +32 -32
- package/dist/components/form/color-picker/src/props.d.ts +21 -21
- package/dist/components/form/date-picker/src/LewDatePicker.vue.d.ts +4 -4
- package/dist/components/form/input/src/LewInput.vue.d.ts +4 -35
- package/dist/components/form/input/src/props.d.ts +0 -17
- package/dist/components/form/input-number/src/LewInputNumber.vue.d.ts +6 -10
- package/dist/components/form/input-number/src/emits.d.ts +1 -1
- package/dist/components/form/input-number/src/props.d.ts +0 -4
- package/dist/components/form/input-tag/src/LewInputTag.vue.d.ts +4 -53
- package/dist/components/form/input-tag/src/props.d.ts +0 -5
- package/dist/components/form/select/src/LewSelect.vue.d.ts +33 -88
- package/dist/components/form/tree-select/src/LewTreeSelect.vue.d.ts +12 -88
- package/dist/components/general/avatar/index.d.ts +6 -2
- package/dist/components/general/button/index.d.ts +7 -2
- package/dist/components/general/button/src/LewButton.vue.d.ts +8 -8
- package/dist/components/general/button/src/emits.d.ts +10 -0
- package/dist/components/general/flex/src/LewFlex.vue.d.ts +15 -16
- package/dist/components/general/image/index.d.ts +6 -2
- package/dist/components/general/tag/src/LewTag.vue.d.ts +52 -14
- package/dist/components/general/tag/src/emits.d.ts +3 -0
- package/dist/components/general/tag/src/props.d.ts +9 -0
- package/dist/components/general/text-trim/index.d.ts +7 -2
- package/dist/components/general/text-trim/src/emits.d.ts +2 -0
- package/dist/components/general/text-trim/src/text-trim.d.ts +1 -1
- package/dist/components/navigation/action-box/index.d.ts +7 -3
- package/dist/components/navigation/action-box/src/LewActionBox.vue.d.ts +6 -2
- package/dist/components/navigation/action-box/src/emits.d.ts +1 -0
- package/dist/components/navigation/back-top/index.d.ts +7 -2
- package/dist/components/navigation/back-top/src/emits.d.ts +2 -0
- package/dist/components/navigation/breadcrumb/index.d.ts +7 -3
- package/dist/components/navigation/breadcrumb/src/LewBreadcrumb.vue.d.ts +2 -2
- package/dist/components/navigation/breadcrumb/src/emits.d.ts +3 -1
- package/dist/components/navigation/dropdown/index.d.ts +8 -3
- package/dist/components/navigation/dropdown/src/emits.d.ts +1 -0
- package/dist/components/navigation/dropdown/src/model.d.ts +8 -0
- package/dist/components/navigation/dropdown/src/props.d.ts +0 -6
- package/dist/components/navigation/menu/index.d.ts +8 -3
- package/dist/components/navigation/menu/src/LewMenu.vue.d.ts +4 -4
- package/dist/components/navigation/menu/src/emits.d.ts +1 -0
- package/dist/components/navigation/menu/src/model.d.ts +7 -0
- package/dist/components/navigation/menu/src/props.d.ts +0 -5
- package/dist/components/navigation/menu-tree/index.d.ts +9 -4
- package/dist/components/navigation/menu-tree/src/emits.d.ts +1 -0
- package/dist/components/navigation/menu-tree/src/model.d.ts +16 -0
- package/dist/components/navigation/menu-tree/src/props.d.ts +0 -13
- package/dist/components/navigation/steps/index.d.ts +8 -3
- package/dist/components/navigation/steps/src/LewSteps.vue.d.ts +10 -6
- package/dist/components/navigation/steps/src/emits.d.ts +1 -0
- package/dist/components/navigation/steps/src/model.d.ts +7 -0
- package/dist/components/navigation/steps/src/props.d.ts +3 -6
- package/dist/directives/context-menu/src/LewContextMenu.vue.d.ts +2 -2
- package/dist/directives/context-menu/src/emits.d.ts +3 -1
- package/dist/index.css +1 -1
- package/dist/index.js +3206 -2580
- package/dist/index.umd.cjs +1 -47
- package/dist/locals/de.d.ts +25 -0
- package/dist/locals/en.d.ts +32 -7
- package/dist/locals/es.d.ts +25 -0
- package/dist/locals/fr.d.ts +25 -0
- package/dist/locals/it.d.ts +25 -0
- package/dist/locals/ja.d.ts +25 -0
- package/dist/locals/ko.d.ts +25 -0
- package/dist/locals/pt.d.ts +25 -0
- package/dist/methods/dialog/src/LewDialog.vue.d.ts +10 -5
- package/dist/methods/notification/src/NotificationContainer.vue.d.ts +6 -0
- package/dist/methods/notification/src/index.d.ts +4 -0
- package/package.json +8 -4
|
@@ -8,6 +8,27 @@ declare function __VLS_template(): {
|
|
|
8
8
|
empty?(_: {}): any;
|
|
9
9
|
item?(_: {
|
|
10
10
|
props: any;
|
|
11
|
+
onClick: ($event: any) => void;
|
|
12
|
+
}): any;
|
|
13
|
+
item?(_: {
|
|
14
|
+
props: {
|
|
15
|
+
checked: boolean;
|
|
16
|
+
label: string;
|
|
17
|
+
value: string;
|
|
18
|
+
disabled?: boolean | undefined;
|
|
19
|
+
isGroup?: boolean | undefined;
|
|
20
|
+
groupValue?: string | undefined;
|
|
21
|
+
groupLabel?: string | undefined;
|
|
22
|
+
} | {
|
|
23
|
+
checked: boolean;
|
|
24
|
+
label: string;
|
|
25
|
+
value: string;
|
|
26
|
+
disabled?: boolean | undefined;
|
|
27
|
+
isGroup?: boolean | undefined;
|
|
28
|
+
groupValue?: string | undefined;
|
|
29
|
+
groupLabel?: string | undefined;
|
|
30
|
+
};
|
|
31
|
+
onClick: ($event: any) => void;
|
|
11
32
|
}): any;
|
|
12
33
|
footer?(_: {}): any;
|
|
13
34
|
};
|
|
@@ -313,9 +334,9 @@ declare function __VLS_template(): {
|
|
|
313
334
|
loading: boolean;
|
|
314
335
|
size: string;
|
|
315
336
|
disabled: boolean;
|
|
337
|
+
placeholder: string;
|
|
316
338
|
focus: boolean;
|
|
317
339
|
width: string;
|
|
318
|
-
placeholder: string;
|
|
319
340
|
readonly: boolean;
|
|
320
341
|
clearable: boolean;
|
|
321
342
|
multiple: boolean;
|
|
@@ -350,32 +371,26 @@ declare function __VLS_template(): {
|
|
|
350
371
|
};
|
|
351
372
|
disabled: {
|
|
352
373
|
type: BooleanConstructor;
|
|
353
|
-
default: boolean;
|
|
354
374
|
validator: (value: any) => boolean;
|
|
355
375
|
};
|
|
356
376
|
readonly: {
|
|
357
377
|
type: BooleanConstructor;
|
|
358
|
-
default: boolean;
|
|
359
378
|
validator: (value: any) => boolean;
|
|
360
379
|
};
|
|
361
380
|
clearable: {
|
|
362
381
|
type: BooleanConstructor;
|
|
363
|
-
default: boolean;
|
|
364
382
|
validator: (value: any) => boolean;
|
|
365
383
|
};
|
|
366
384
|
showPassword: {
|
|
367
385
|
type: BooleanConstructor;
|
|
368
|
-
default: boolean;
|
|
369
386
|
validator: (value: any) => boolean;
|
|
370
387
|
};
|
|
371
388
|
maxLength: {
|
|
372
389
|
type: (StringConstructor | NumberConstructor)[];
|
|
373
|
-
default: undefined;
|
|
374
390
|
validator: (value: number | undefined) => boolean;
|
|
375
391
|
};
|
|
376
392
|
showCount: {
|
|
377
393
|
type: BooleanConstructor;
|
|
378
|
-
default: boolean;
|
|
379
394
|
validator: (value: any) => boolean;
|
|
380
395
|
};
|
|
381
396
|
align: {
|
|
@@ -391,22 +406,18 @@ declare function __VLS_template(): {
|
|
|
391
406
|
};
|
|
392
407
|
autoWidth: {
|
|
393
408
|
type: BooleanConstructor;
|
|
394
|
-
default: boolean;
|
|
395
409
|
validator: (value: any) => boolean;
|
|
396
410
|
};
|
|
397
411
|
selectByFocus: {
|
|
398
412
|
type: BooleanConstructor;
|
|
399
|
-
default: boolean;
|
|
400
413
|
validator: (value: any) => boolean;
|
|
401
414
|
};
|
|
402
415
|
copyable: {
|
|
403
416
|
type: BooleanConstructor;
|
|
404
|
-
default: boolean;
|
|
405
417
|
validator: (value: any) => boolean;
|
|
406
418
|
};
|
|
407
419
|
prefixes: {
|
|
408
420
|
type: PropType<import('../../../..').LewInputPrefixesType>;
|
|
409
|
-
default: string;
|
|
410
421
|
typeValues: import('../../../..').LewInputPrefixesType[];
|
|
411
422
|
validator: (value: any) => boolean;
|
|
412
423
|
};
|
|
@@ -417,12 +428,10 @@ declare function __VLS_template(): {
|
|
|
417
428
|
};
|
|
418
429
|
prefixesTooltip: {
|
|
419
430
|
type: StringConstructor;
|
|
420
|
-
default: string;
|
|
421
431
|
validator: (value: any) => boolean;
|
|
422
432
|
};
|
|
423
433
|
suffix: {
|
|
424
434
|
type: PropType<import('../../../..').LewInputSuffixType>;
|
|
425
|
-
default: string;
|
|
426
435
|
typeValues: import('../../../..').LewInputSuffixType[];
|
|
427
436
|
validator: (value: any) => boolean;
|
|
428
437
|
};
|
|
@@ -433,12 +442,10 @@ declare function __VLS_template(): {
|
|
|
433
442
|
};
|
|
434
443
|
suffixTooltip: {
|
|
435
444
|
type: StringConstructor;
|
|
436
|
-
default: string;
|
|
437
445
|
validator: (value: any) => boolean;
|
|
438
446
|
};
|
|
439
447
|
okByEnter: {
|
|
440
448
|
type: BooleanConstructor;
|
|
441
|
-
default: boolean;
|
|
442
449
|
validator: (value: any) => boolean;
|
|
443
450
|
};
|
|
444
451
|
modelValue: {
|
|
@@ -462,8 +469,8 @@ declare function __VLS_template(): {
|
|
|
462
469
|
"onUpdate:suffixValue"?: ((value: string | undefined) => any) | undefined;
|
|
463
470
|
onOk?: ((value?: string | undefined) => any) | undefined;
|
|
464
471
|
}>, {
|
|
465
|
-
focus: () =>
|
|
466
|
-
blur: () =>
|
|
472
|
+
focus: () => void;
|
|
473
|
+
blur: () => void;
|
|
467
474
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
468
475
|
input: (value?: string | undefined) => void;
|
|
469
476
|
blur: (e: FocusEvent) => void;
|
|
@@ -475,7 +482,6 @@ declare function __VLS_template(): {
|
|
|
475
482
|
"update:prefixValue": (value: string | undefined) => void;
|
|
476
483
|
"update:suffixValue": (value: string | undefined) => void;
|
|
477
484
|
}, import('vue').PublicProps, {
|
|
478
|
-
maxLength: string | number;
|
|
479
485
|
type: import('../../../..').LewInputType;
|
|
480
486
|
size: import('../../../..').LewSize;
|
|
481
487
|
disabled: boolean;
|
|
@@ -489,12 +495,8 @@ declare function __VLS_template(): {
|
|
|
489
495
|
autoWidth: boolean;
|
|
490
496
|
selectByFocus: boolean;
|
|
491
497
|
copyable: boolean;
|
|
492
|
-
prefixes: import('../../../..').LewInputPrefixesType;
|
|
493
498
|
prefixesOptions: import('../../../..').LewContextMenusOption[];
|
|
494
|
-
prefixesTooltip: string;
|
|
495
|
-
suffix: import('../../../..').LewInputSuffixType;
|
|
496
499
|
suffixOptions: import('../../../..').LewContextMenusOption[];
|
|
497
|
-
suffixTooltip: string;
|
|
498
500
|
okByEnter: boolean;
|
|
499
501
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
500
502
|
lewInputRef: HTMLInputElement;
|
|
@@ -531,32 +533,26 @@ declare function __VLS_template(): {
|
|
|
531
533
|
};
|
|
532
534
|
disabled: {
|
|
533
535
|
type: BooleanConstructor;
|
|
534
|
-
default: boolean;
|
|
535
536
|
validator: (value: any) => boolean;
|
|
536
537
|
};
|
|
537
538
|
readonly: {
|
|
538
539
|
type: BooleanConstructor;
|
|
539
|
-
default: boolean;
|
|
540
540
|
validator: (value: any) => boolean;
|
|
541
541
|
};
|
|
542
542
|
clearable: {
|
|
543
543
|
type: BooleanConstructor;
|
|
544
|
-
default: boolean;
|
|
545
544
|
validator: (value: any) => boolean;
|
|
546
545
|
};
|
|
547
546
|
showPassword: {
|
|
548
547
|
type: BooleanConstructor;
|
|
549
|
-
default: boolean;
|
|
550
548
|
validator: (value: any) => boolean;
|
|
551
549
|
};
|
|
552
550
|
maxLength: {
|
|
553
551
|
type: (StringConstructor | NumberConstructor)[];
|
|
554
|
-
default: undefined;
|
|
555
552
|
validator: (value: number | undefined) => boolean;
|
|
556
553
|
};
|
|
557
554
|
showCount: {
|
|
558
555
|
type: BooleanConstructor;
|
|
559
|
-
default: boolean;
|
|
560
556
|
validator: (value: any) => boolean;
|
|
561
557
|
};
|
|
562
558
|
align: {
|
|
@@ -572,22 +568,18 @@ declare function __VLS_template(): {
|
|
|
572
568
|
};
|
|
573
569
|
autoWidth: {
|
|
574
570
|
type: BooleanConstructor;
|
|
575
|
-
default: boolean;
|
|
576
571
|
validator: (value: any) => boolean;
|
|
577
572
|
};
|
|
578
573
|
selectByFocus: {
|
|
579
574
|
type: BooleanConstructor;
|
|
580
|
-
default: boolean;
|
|
581
575
|
validator: (value: any) => boolean;
|
|
582
576
|
};
|
|
583
577
|
copyable: {
|
|
584
578
|
type: BooleanConstructor;
|
|
585
|
-
default: boolean;
|
|
586
579
|
validator: (value: any) => boolean;
|
|
587
580
|
};
|
|
588
581
|
prefixes: {
|
|
589
582
|
type: PropType<import('../../../..').LewInputPrefixesType>;
|
|
590
|
-
default: string;
|
|
591
583
|
typeValues: import('../../../..').LewInputPrefixesType[];
|
|
592
584
|
validator: (value: any) => boolean;
|
|
593
585
|
};
|
|
@@ -598,12 +590,10 @@ declare function __VLS_template(): {
|
|
|
598
590
|
};
|
|
599
591
|
prefixesTooltip: {
|
|
600
592
|
type: StringConstructor;
|
|
601
|
-
default: string;
|
|
602
593
|
validator: (value: any) => boolean;
|
|
603
594
|
};
|
|
604
595
|
suffix: {
|
|
605
596
|
type: PropType<import('../../../..').LewInputSuffixType>;
|
|
606
|
-
default: string;
|
|
607
597
|
typeValues: import('../../../..').LewInputSuffixType[];
|
|
608
598
|
validator: (value: any) => boolean;
|
|
609
599
|
};
|
|
@@ -614,12 +604,10 @@ declare function __VLS_template(): {
|
|
|
614
604
|
};
|
|
615
605
|
suffixTooltip: {
|
|
616
606
|
type: StringConstructor;
|
|
617
|
-
default: string;
|
|
618
607
|
validator: (value: any) => boolean;
|
|
619
608
|
};
|
|
620
609
|
okByEnter: {
|
|
621
610
|
type: BooleanConstructor;
|
|
622
|
-
default: boolean;
|
|
623
611
|
validator: (value: any) => boolean;
|
|
624
612
|
};
|
|
625
613
|
modelValue: {
|
|
@@ -643,10 +631,9 @@ declare function __VLS_template(): {
|
|
|
643
631
|
"onUpdate:suffixValue"?: ((value: string | undefined) => any) | undefined;
|
|
644
632
|
onOk?: ((value?: string | undefined) => any) | undefined;
|
|
645
633
|
}>, {
|
|
646
|
-
focus: () =>
|
|
647
|
-
blur: () =>
|
|
634
|
+
focus: () => void;
|
|
635
|
+
blur: () => void;
|
|
648
636
|
}, {}, {}, {}, {
|
|
649
|
-
maxLength: string | number;
|
|
650
637
|
type: import('../../../..').LewInputType;
|
|
651
638
|
size: import('../../../..').LewSize;
|
|
652
639
|
disabled: boolean;
|
|
@@ -660,12 +647,8 @@ declare function __VLS_template(): {
|
|
|
660
647
|
autoWidth: boolean;
|
|
661
648
|
selectByFocus: boolean;
|
|
662
649
|
copyable: boolean;
|
|
663
|
-
prefixes: import('../../../..').LewInputPrefixesType;
|
|
664
650
|
prefixesOptions: import('../../../..').LewContextMenusOption[];
|
|
665
|
-
prefixesTooltip: string;
|
|
666
|
-
suffix: import('../../../..').LewInputSuffixType;
|
|
667
651
|
suffixOptions: import('../../../..').LewContextMenusOption[];
|
|
668
|
-
suffixTooltip: string;
|
|
669
652
|
okByEnter: boolean;
|
|
670
653
|
}> | null;
|
|
671
654
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -751,9 +734,9 @@ declare function __VLS_template(): {
|
|
|
751
734
|
loading: boolean;
|
|
752
735
|
size: string;
|
|
753
736
|
disabled: boolean;
|
|
737
|
+
placeholder: string;
|
|
754
738
|
focus: boolean;
|
|
755
739
|
width: string;
|
|
756
|
-
placeholder: string;
|
|
757
740
|
readonly: boolean;
|
|
758
741
|
clearable: boolean;
|
|
759
742
|
multiple: boolean;
|
|
@@ -1614,9 +1597,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1614
1597
|
loading: boolean;
|
|
1615
1598
|
size: string;
|
|
1616
1599
|
disabled: boolean;
|
|
1600
|
+
placeholder: string;
|
|
1617
1601
|
focus: boolean;
|
|
1618
1602
|
width: string;
|
|
1619
|
-
placeholder: string;
|
|
1620
1603
|
readonly: boolean;
|
|
1621
1604
|
clearable: boolean;
|
|
1622
1605
|
multiple: boolean;
|
|
@@ -1651,32 +1634,26 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1651
1634
|
};
|
|
1652
1635
|
disabled: {
|
|
1653
1636
|
type: BooleanConstructor;
|
|
1654
|
-
default: boolean;
|
|
1655
1637
|
validator: (value: any) => boolean;
|
|
1656
1638
|
};
|
|
1657
1639
|
readonly: {
|
|
1658
1640
|
type: BooleanConstructor;
|
|
1659
|
-
default: boolean;
|
|
1660
1641
|
validator: (value: any) => boolean;
|
|
1661
1642
|
};
|
|
1662
1643
|
clearable: {
|
|
1663
1644
|
type: BooleanConstructor;
|
|
1664
|
-
default: boolean;
|
|
1665
1645
|
validator: (value: any) => boolean;
|
|
1666
1646
|
};
|
|
1667
1647
|
showPassword: {
|
|
1668
1648
|
type: BooleanConstructor;
|
|
1669
|
-
default: boolean;
|
|
1670
1649
|
validator: (value: any) => boolean;
|
|
1671
1650
|
};
|
|
1672
1651
|
maxLength: {
|
|
1673
1652
|
type: (StringConstructor | NumberConstructor)[];
|
|
1674
|
-
default: undefined;
|
|
1675
1653
|
validator: (value: number | undefined) => boolean;
|
|
1676
1654
|
};
|
|
1677
1655
|
showCount: {
|
|
1678
1656
|
type: BooleanConstructor;
|
|
1679
|
-
default: boolean;
|
|
1680
1657
|
validator: (value: any) => boolean;
|
|
1681
1658
|
};
|
|
1682
1659
|
align: {
|
|
@@ -1692,22 +1669,18 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1692
1669
|
};
|
|
1693
1670
|
autoWidth: {
|
|
1694
1671
|
type: BooleanConstructor;
|
|
1695
|
-
default: boolean;
|
|
1696
1672
|
validator: (value: any) => boolean;
|
|
1697
1673
|
};
|
|
1698
1674
|
selectByFocus: {
|
|
1699
1675
|
type: BooleanConstructor;
|
|
1700
|
-
default: boolean;
|
|
1701
1676
|
validator: (value: any) => boolean;
|
|
1702
1677
|
};
|
|
1703
1678
|
copyable: {
|
|
1704
1679
|
type: BooleanConstructor;
|
|
1705
|
-
default: boolean;
|
|
1706
1680
|
validator: (value: any) => boolean;
|
|
1707
1681
|
};
|
|
1708
1682
|
prefixes: {
|
|
1709
1683
|
type: PropType<import('../../../..').LewInputPrefixesType>;
|
|
1710
|
-
default: string;
|
|
1711
1684
|
typeValues: import('../../../..').LewInputPrefixesType[];
|
|
1712
1685
|
validator: (value: any) => boolean;
|
|
1713
1686
|
};
|
|
@@ -1718,12 +1691,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1718
1691
|
};
|
|
1719
1692
|
prefixesTooltip: {
|
|
1720
1693
|
type: StringConstructor;
|
|
1721
|
-
default: string;
|
|
1722
1694
|
validator: (value: any) => boolean;
|
|
1723
1695
|
};
|
|
1724
1696
|
suffix: {
|
|
1725
1697
|
type: PropType<import('../../../..').LewInputSuffixType>;
|
|
1726
|
-
default: string;
|
|
1727
1698
|
typeValues: import('../../../..').LewInputSuffixType[];
|
|
1728
1699
|
validator: (value: any) => boolean;
|
|
1729
1700
|
};
|
|
@@ -1734,12 +1705,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1734
1705
|
};
|
|
1735
1706
|
suffixTooltip: {
|
|
1736
1707
|
type: StringConstructor;
|
|
1737
|
-
default: string;
|
|
1738
1708
|
validator: (value: any) => boolean;
|
|
1739
1709
|
};
|
|
1740
1710
|
okByEnter: {
|
|
1741
1711
|
type: BooleanConstructor;
|
|
1742
|
-
default: boolean;
|
|
1743
1712
|
validator: (value: any) => boolean;
|
|
1744
1713
|
};
|
|
1745
1714
|
modelValue: {
|
|
@@ -1763,8 +1732,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1763
1732
|
"onUpdate:suffixValue"?: ((value: string | undefined) => any) | undefined;
|
|
1764
1733
|
onOk?: ((value?: string | undefined) => any) | undefined;
|
|
1765
1734
|
}>, {
|
|
1766
|
-
focus: () =>
|
|
1767
|
-
blur: () =>
|
|
1735
|
+
focus: () => void;
|
|
1736
|
+
blur: () => void;
|
|
1768
1737
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1769
1738
|
input: (value?: string | undefined) => void;
|
|
1770
1739
|
blur: (e: FocusEvent) => void;
|
|
@@ -1776,7 +1745,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1776
1745
|
"update:prefixValue": (value: string | undefined) => void;
|
|
1777
1746
|
"update:suffixValue": (value: string | undefined) => void;
|
|
1778
1747
|
}, import('vue').PublicProps, {
|
|
1779
|
-
maxLength: string | number;
|
|
1780
1748
|
type: import('../../../..').LewInputType;
|
|
1781
1749
|
size: import('../../../..').LewSize;
|
|
1782
1750
|
disabled: boolean;
|
|
@@ -1790,12 +1758,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1790
1758
|
autoWidth: boolean;
|
|
1791
1759
|
selectByFocus: boolean;
|
|
1792
1760
|
copyable: boolean;
|
|
1793
|
-
prefixes: import('../../../..').LewInputPrefixesType;
|
|
1794
1761
|
prefixesOptions: import('../../../..').LewContextMenusOption[];
|
|
1795
|
-
prefixesTooltip: string;
|
|
1796
|
-
suffix: import('../../../..').LewInputSuffixType;
|
|
1797
1762
|
suffixOptions: import('../../../..').LewContextMenusOption[];
|
|
1798
|
-
suffixTooltip: string;
|
|
1799
1763
|
okByEnter: boolean;
|
|
1800
1764
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
1801
1765
|
lewInputRef: HTMLInputElement;
|
|
@@ -1832,32 +1796,26 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1832
1796
|
};
|
|
1833
1797
|
disabled: {
|
|
1834
1798
|
type: BooleanConstructor;
|
|
1835
|
-
default: boolean;
|
|
1836
1799
|
validator: (value: any) => boolean;
|
|
1837
1800
|
};
|
|
1838
1801
|
readonly: {
|
|
1839
1802
|
type: BooleanConstructor;
|
|
1840
|
-
default: boolean;
|
|
1841
1803
|
validator: (value: any) => boolean;
|
|
1842
1804
|
};
|
|
1843
1805
|
clearable: {
|
|
1844
1806
|
type: BooleanConstructor;
|
|
1845
|
-
default: boolean;
|
|
1846
1807
|
validator: (value: any) => boolean;
|
|
1847
1808
|
};
|
|
1848
1809
|
showPassword: {
|
|
1849
1810
|
type: BooleanConstructor;
|
|
1850
|
-
default: boolean;
|
|
1851
1811
|
validator: (value: any) => boolean;
|
|
1852
1812
|
};
|
|
1853
1813
|
maxLength: {
|
|
1854
1814
|
type: (StringConstructor | NumberConstructor)[];
|
|
1855
|
-
default: undefined;
|
|
1856
1815
|
validator: (value: number | undefined) => boolean;
|
|
1857
1816
|
};
|
|
1858
1817
|
showCount: {
|
|
1859
1818
|
type: BooleanConstructor;
|
|
1860
|
-
default: boolean;
|
|
1861
1819
|
validator: (value: any) => boolean;
|
|
1862
1820
|
};
|
|
1863
1821
|
align: {
|
|
@@ -1873,22 +1831,18 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1873
1831
|
};
|
|
1874
1832
|
autoWidth: {
|
|
1875
1833
|
type: BooleanConstructor;
|
|
1876
|
-
default: boolean;
|
|
1877
1834
|
validator: (value: any) => boolean;
|
|
1878
1835
|
};
|
|
1879
1836
|
selectByFocus: {
|
|
1880
1837
|
type: BooleanConstructor;
|
|
1881
|
-
default: boolean;
|
|
1882
1838
|
validator: (value: any) => boolean;
|
|
1883
1839
|
};
|
|
1884
1840
|
copyable: {
|
|
1885
1841
|
type: BooleanConstructor;
|
|
1886
|
-
default: boolean;
|
|
1887
1842
|
validator: (value: any) => boolean;
|
|
1888
1843
|
};
|
|
1889
1844
|
prefixes: {
|
|
1890
1845
|
type: PropType<import('../../../..').LewInputPrefixesType>;
|
|
1891
|
-
default: string;
|
|
1892
1846
|
typeValues: import('../../../..').LewInputPrefixesType[];
|
|
1893
1847
|
validator: (value: any) => boolean;
|
|
1894
1848
|
};
|
|
@@ -1899,12 +1853,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1899
1853
|
};
|
|
1900
1854
|
prefixesTooltip: {
|
|
1901
1855
|
type: StringConstructor;
|
|
1902
|
-
default: string;
|
|
1903
1856
|
validator: (value: any) => boolean;
|
|
1904
1857
|
};
|
|
1905
1858
|
suffix: {
|
|
1906
1859
|
type: PropType<import('../../../..').LewInputSuffixType>;
|
|
1907
|
-
default: string;
|
|
1908
1860
|
typeValues: import('../../../..').LewInputSuffixType[];
|
|
1909
1861
|
validator: (value: any) => boolean;
|
|
1910
1862
|
};
|
|
@@ -1915,12 +1867,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1915
1867
|
};
|
|
1916
1868
|
suffixTooltip: {
|
|
1917
1869
|
type: StringConstructor;
|
|
1918
|
-
default: string;
|
|
1919
1870
|
validator: (value: any) => boolean;
|
|
1920
1871
|
};
|
|
1921
1872
|
okByEnter: {
|
|
1922
1873
|
type: BooleanConstructor;
|
|
1923
|
-
default: boolean;
|
|
1924
1874
|
validator: (value: any) => boolean;
|
|
1925
1875
|
};
|
|
1926
1876
|
modelValue: {
|
|
@@ -1944,10 +1894,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1944
1894
|
"onUpdate:suffixValue"?: ((value: string | undefined) => any) | undefined;
|
|
1945
1895
|
onOk?: ((value?: string | undefined) => any) | undefined;
|
|
1946
1896
|
}>, {
|
|
1947
|
-
focus: () =>
|
|
1948
|
-
blur: () =>
|
|
1897
|
+
focus: () => void;
|
|
1898
|
+
blur: () => void;
|
|
1949
1899
|
}, {}, {}, {}, {
|
|
1950
|
-
maxLength: string | number;
|
|
1951
1900
|
type: import('../../../..').LewInputType;
|
|
1952
1901
|
size: import('../../../..').LewSize;
|
|
1953
1902
|
disabled: boolean;
|
|
@@ -1961,12 +1910,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1961
1910
|
autoWidth: boolean;
|
|
1962
1911
|
selectByFocus: boolean;
|
|
1963
1912
|
copyable: boolean;
|
|
1964
|
-
prefixes: import('../../../..').LewInputPrefixesType;
|
|
1965
1913
|
prefixesOptions: import('../../../..').LewContextMenusOption[];
|
|
1966
|
-
prefixesTooltip: string;
|
|
1967
|
-
suffix: import('../../../..').LewInputSuffixType;
|
|
1968
1914
|
suffixOptions: import('../../../..').LewContextMenusOption[];
|
|
1969
|
-
suffixTooltip: string;
|
|
1970
1915
|
okByEnter: boolean;
|
|
1971
1916
|
}> | null;
|
|
1972
1917
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -2052,9 +1997,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
2052
1997
|
loading: boolean;
|
|
2053
1998
|
size: string;
|
|
2054
1999
|
disabled: boolean;
|
|
2000
|
+
placeholder: string;
|
|
2055
2001
|
focus: boolean;
|
|
2056
2002
|
width: string;
|
|
2057
|
-
placeholder: string;
|
|
2058
2003
|
readonly: boolean;
|
|
2059
2004
|
clearable: boolean;
|
|
2060
2005
|
multiple: boolean;
|