lew-ui 2.7.93 → 2.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_components/CloseButton.vue.d.ts +1 -1
- package/dist/_components/CloseIcon.vue.d.ts +1 -1
- package/dist/_components/CommonIcon.vue.d.ts +1 -1
- package/dist/_components/CommonInput.vue.d.ts +3 -81
- package/dist/auto-imports.d.ts +5 -0
- package/dist/components/data/pagination/src/LewPagination.vue.d.ts +13 -2
- package/dist/components/data/pagination/src/props.d.ts +5 -0
- package/dist/components/data/tree/src/LewTreeItem.vue.d.ts +1 -1
- package/dist/components/feedback/drawer/src/LewDrawer.vue.d.ts +9 -36
- package/dist/components/feedback/drawer/src/props.d.ts +5 -18
- package/dist/components/feedback/index.d.ts +0 -1
- package/dist/components/feedback/modal/src/LewModal.vue.d.ts +9 -52
- package/dist/components/feedback/modal/src/props.d.ts +5 -26
- package/dist/components/feedback/popok/src/LewPopok.vue.d.ts +10 -444
- package/dist/components/feedback/popok/src/props.d.ts +5 -20
- package/dist/components/form/cascader/src/LewCascader.vue.d.ts +1 -1
- package/dist/components/form/color-picker/src/LewColorPicker.vue.d.ts +1 -1
- package/dist/components/form/date-picker/src/LewDatePicker.vue.d.ts +1 -1
- package/dist/components/form/date-range-picker/src/LewDateRangePicker.vue.d.ts +1 -1
- package/dist/components/form/form/src/LewForm.vue.d.ts +1 -1
- package/dist/components/form/form/src/LewFormItem.vue.d.ts +1 -1
- package/dist/components/form/index.d.ts +0 -1
- package/dist/components/form/input/src/LewInput.vue.d.ts +1 -76
- package/dist/components/form/input/src/props.d.ts +2 -36
- package/dist/components/form/input-number/src/LewInputNumber.vue.d.ts +1 -1
- package/dist/components/form/input-tag/src/LewInputTag.vue.d.ts +3 -81
- package/dist/components/form/select/src/LewSelect.vue.d.ts +9 -167
- package/dist/components/form/slider/src/LewSlider.vue.d.ts +1 -1
- package/dist/components/form/slider-range/src/LewSliderRange.vue.d.ts +1 -1
- package/dist/components/form/tabs/src/LewTabs.vue.d.ts +1 -1
- package/dist/components/form/textarea/src/LewTextarea.vue.d.ts +2 -2
- package/dist/components/form/tree-select/src/LewTreeSelect.vue.d.ts +11 -167
- package/dist/components/form/upload/src/LewUpload.vue.d.ts +6 -6
- package/dist/components/general/button/index.d.ts +4 -3
- package/dist/components/general/button/src/LewButton.vue.d.ts +5 -5
- package/dist/components/general/button/src/props.d.ts +3 -1
- package/dist/components/general/flex/src/LewFlex.vue.d.ts +1 -1
- package/dist/components/general/image/src/LewImage.vue.d.ts +1 -1
- package/dist/components/general/index.d.ts +0 -2
- package/dist/components/general/tag/src/LewTag.vue.d.ts +3 -3
- package/dist/components/navigation/index.d.ts +0 -3
- package/dist/directives/index.d.ts +0 -1
- package/dist/global.d.ts +0 -1
- package/dist/index.css +1 -1
- package/dist/index.js +11441 -12348
- package/dist/locals/de.d.ts +17 -13
- package/dist/locals/en.d.ts +17 -13
- package/dist/locals/es.d.ts +17 -13
- package/dist/locals/fr.d.ts +17 -13
- package/dist/locals/it.d.ts +17 -13
- package/dist/locals/ja.d.ts +17 -13
- package/dist/locals/ko.d.ts +17 -13
- package/dist/locals/pt.d.ts +17 -13
- package/dist/locals/zh.d.ts +17 -13
- package/dist/methods/dialog/src/LewDialog.vue.d.ts +10 -244
- package/dist/methods/dialog/src/props.d.ts +5 -20
- package/dist/methods/message/src/MessageContainer.vue.d.ts +9 -0
- package/dist/methods/message/src/MessageItem.vue.d.ts +6 -0
- package/dist/methods/message/src/index.d.ts +1 -0
- package/dist/types/components.d.ts +11 -21
- package/dist/types/directives.d.ts +0 -4
- package/dist/types/methods.d.ts +3 -4
- package/dist/utils/index.d.ts +4 -0
- package/dist/validators/typeValues.d.ts +1 -6
- package/package.json +2 -3
- package/dist/components/feedback/empty/index.d.ts +0 -2
- package/dist/components/feedback/empty/src/LewEmpty.vue.d.ts +0 -87
- package/dist/components/feedback/empty/src/props.d.ts +0 -37
- package/dist/components/form/input-table/index.d.ts +0 -3
- package/dist/components/form/input-table/src/FormModal.vue.d.ts +0 -271
- package/dist/components/form/input-table/src/LewInputTable.vue.d.ts +0 -794
- package/dist/components/form/input-table/src/emits.d.ts +0 -3
- package/dist/components/form/input-table/src/props.d.ts +0 -116
- package/dist/components/general/mark/index.d.ts +0 -2
- package/dist/components/general/mark/src/LewMark.vue.d.ts +0 -59
- package/dist/components/general/mark/src/props.d.ts +0 -24
- package/dist/components/general/title/index.d.ts +0 -3
- package/dist/components/general/title/src/LewTitle.vue.d.ts +0 -64
- package/dist/components/general/title/src/emits.d.ts +0 -3
- package/dist/components/general/title/src/props.d.ts +0 -25
- package/dist/components/navigation/back-top/index.d.ts +0 -7
- package/dist/components/navigation/back-top/src/LewBackTop.vue.d.ts +0 -61
- package/dist/components/navigation/back-top/src/emits.d.ts +0 -2
- package/dist/components/navigation/back-top/src/props.d.ts +0 -23
- package/dist/components/navigation/breadcrumb/index.d.ts +0 -7
- package/dist/components/navigation/breadcrumb/src/LewBreadcrumb.vue.d.ts +0 -35
- package/dist/components/navigation/breadcrumb/src/emits.d.ts +0 -5
- package/dist/components/navigation/breadcrumb/src/props.d.ts +0 -17
- package/dist/components/navigation/steps/index.d.ts +0 -8
- package/dist/components/navigation/steps/src/LewSteps.vue.d.ts +0 -75
- package/dist/components/navigation/steps/src/emits.d.ts +0 -4
- package/dist/components/navigation/steps/src/model.d.ts +0 -7
- package/dist/components/navigation/steps/src/props.d.ts +0 -33
- package/dist/directives/backtop/index.d.ts +0 -4
|
@@ -8,7 +8,6 @@ declare function __VLS_template(): {
|
|
|
8
8
|
empty?(_: {}): any;
|
|
9
9
|
item?(_: {
|
|
10
10
|
props: any;
|
|
11
|
-
onClick: ($event: any) => void;
|
|
12
11
|
}): any;
|
|
13
12
|
item?(_: {
|
|
14
13
|
props: {
|
|
@@ -28,7 +27,6 @@ declare function __VLS_template(): {
|
|
|
28
27
|
groupValue?: string | undefined;
|
|
29
28
|
groupLabel?: string | undefined;
|
|
30
29
|
};
|
|
31
|
-
onClick: ($event: any) => void;
|
|
32
30
|
}): any;
|
|
33
31
|
footer?(_: {}): any;
|
|
34
32
|
};
|
|
@@ -332,12 +330,12 @@ declare function __VLS_template(): {
|
|
|
332
330
|
"update:keyword": (value: any) => void;
|
|
333
331
|
}, import('vue').PublicProps, {
|
|
334
332
|
loading: boolean;
|
|
333
|
+
width: string;
|
|
335
334
|
size: string;
|
|
336
335
|
disabled: boolean;
|
|
337
336
|
placeholder: string;
|
|
338
337
|
focus: boolean;
|
|
339
338
|
readonly: boolean;
|
|
340
|
-
width: string;
|
|
341
339
|
clearable: boolean;
|
|
342
340
|
multiple: boolean;
|
|
343
341
|
searchable: boolean;
|
|
@@ -416,34 +414,6 @@ declare function __VLS_template(): {
|
|
|
416
414
|
type: BooleanConstructor;
|
|
417
415
|
validator: (value: any) => boolean;
|
|
418
416
|
};
|
|
419
|
-
prefixes: {
|
|
420
|
-
type: PropType<import('../../../..').LewInputPrefixesType>;
|
|
421
|
-
typeValues: import('../../../..').LewInputPrefixesType[];
|
|
422
|
-
validator: (value: any) => boolean;
|
|
423
|
-
};
|
|
424
|
-
prefixesOptions: {
|
|
425
|
-
type: PropType<import('../../../..').LewContextMenusOption[]>;
|
|
426
|
-
default: () => never[];
|
|
427
|
-
validator: (value: any[] | undefined) => boolean;
|
|
428
|
-
};
|
|
429
|
-
prefixesTooltip: {
|
|
430
|
-
type: StringConstructor;
|
|
431
|
-
validator: (value: any) => boolean;
|
|
432
|
-
};
|
|
433
|
-
suffix: {
|
|
434
|
-
type: PropType<import('../../../..').LewInputSuffixType>;
|
|
435
|
-
typeValues: import('../../../..').LewInputSuffixType[];
|
|
436
|
-
validator: (value: any) => boolean;
|
|
437
|
-
};
|
|
438
|
-
suffixOptions: {
|
|
439
|
-
type: PropType<import('../../../..').LewContextMenusOption[]>;
|
|
440
|
-
default: () => never[];
|
|
441
|
-
validator: (value: any[] | undefined) => boolean;
|
|
442
|
-
};
|
|
443
|
-
suffixTooltip: {
|
|
444
|
-
type: StringConstructor;
|
|
445
|
-
validator: (value: any) => boolean;
|
|
446
|
-
};
|
|
447
417
|
okByEnter: {
|
|
448
418
|
type: BooleanConstructor;
|
|
449
419
|
validator: (value: any) => boolean;
|
|
@@ -452,12 +422,6 @@ declare function __VLS_template(): {
|
|
|
452
422
|
type: globalThis.PropType<string | undefined>;
|
|
453
423
|
required: true;
|
|
454
424
|
};
|
|
455
|
-
prefixValue: {
|
|
456
|
-
type: globalThis.PropType<string>;
|
|
457
|
-
};
|
|
458
|
-
suffixValue: {
|
|
459
|
-
type: globalThis.PropType<string>;
|
|
460
|
-
};
|
|
461
425
|
}>> & Readonly<{
|
|
462
426
|
onInput?: ((value?: string | undefined) => any) | undefined;
|
|
463
427
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -465,8 +429,6 @@ declare function __VLS_template(): {
|
|
|
465
429
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
466
430
|
onClear?: (() => any) | undefined;
|
|
467
431
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
468
|
-
"onUpdate:prefixValue"?: ((value: string | undefined) => any) | undefined;
|
|
469
|
-
"onUpdate:suffixValue"?: ((value: string | undefined) => any) | undefined;
|
|
470
432
|
onOk?: ((value?: string | undefined) => any) | undefined;
|
|
471
433
|
}>, {
|
|
472
434
|
focus: () => void;
|
|
@@ -479,14 +441,12 @@ declare function __VLS_template(): {
|
|
|
479
441
|
clear: () => void;
|
|
480
442
|
ok: (value?: string | undefined) => void;
|
|
481
443
|
"update:modelValue": (value: string | undefined) => void;
|
|
482
|
-
"update:prefixValue": (value: string | undefined) => void;
|
|
483
|
-
"update:suffixValue": (value: string | undefined) => void;
|
|
484
444
|
}, import('vue').PublicProps, {
|
|
445
|
+
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
485
446
|
type: import('../../../..').LewInputType;
|
|
486
447
|
size: import('../../../..').LewSize;
|
|
487
448
|
disabled: boolean;
|
|
488
449
|
readonly: boolean;
|
|
489
|
-
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
490
450
|
minWidth: string | number;
|
|
491
451
|
clearable: boolean;
|
|
492
452
|
showPassword: boolean;
|
|
@@ -495,8 +455,6 @@ declare function __VLS_template(): {
|
|
|
495
455
|
autoWidth: boolean;
|
|
496
456
|
selectByFocus: boolean;
|
|
497
457
|
copyable: boolean;
|
|
498
|
-
prefixesOptions: import('../../../..').LewContextMenusOption[];
|
|
499
|
-
suffixOptions: import('../../../..').LewContextMenusOption[];
|
|
500
458
|
okByEnter: boolean;
|
|
501
459
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
502
460
|
lewInputRef: HTMLInputElement;
|
|
@@ -578,34 +536,6 @@ declare function __VLS_template(): {
|
|
|
578
536
|
type: BooleanConstructor;
|
|
579
537
|
validator: (value: any) => boolean;
|
|
580
538
|
};
|
|
581
|
-
prefixes: {
|
|
582
|
-
type: PropType<import('../../../..').LewInputPrefixesType>;
|
|
583
|
-
typeValues: import('../../../..').LewInputPrefixesType[];
|
|
584
|
-
validator: (value: any) => boolean;
|
|
585
|
-
};
|
|
586
|
-
prefixesOptions: {
|
|
587
|
-
type: PropType<import('../../../..').LewContextMenusOption[]>;
|
|
588
|
-
default: () => never[];
|
|
589
|
-
validator: (value: any[] | undefined) => boolean;
|
|
590
|
-
};
|
|
591
|
-
prefixesTooltip: {
|
|
592
|
-
type: StringConstructor;
|
|
593
|
-
validator: (value: any) => boolean;
|
|
594
|
-
};
|
|
595
|
-
suffix: {
|
|
596
|
-
type: PropType<import('../../../..').LewInputSuffixType>;
|
|
597
|
-
typeValues: import('../../../..').LewInputSuffixType[];
|
|
598
|
-
validator: (value: any) => boolean;
|
|
599
|
-
};
|
|
600
|
-
suffixOptions: {
|
|
601
|
-
type: PropType<import('../../../..').LewContextMenusOption[]>;
|
|
602
|
-
default: () => never[];
|
|
603
|
-
validator: (value: any[] | undefined) => boolean;
|
|
604
|
-
};
|
|
605
|
-
suffixTooltip: {
|
|
606
|
-
type: StringConstructor;
|
|
607
|
-
validator: (value: any) => boolean;
|
|
608
|
-
};
|
|
609
539
|
okByEnter: {
|
|
610
540
|
type: BooleanConstructor;
|
|
611
541
|
validator: (value: any) => boolean;
|
|
@@ -614,12 +544,6 @@ declare function __VLS_template(): {
|
|
|
614
544
|
type: globalThis.PropType<string | undefined>;
|
|
615
545
|
required: true;
|
|
616
546
|
};
|
|
617
|
-
prefixValue: {
|
|
618
|
-
type: globalThis.PropType<string>;
|
|
619
|
-
};
|
|
620
|
-
suffixValue: {
|
|
621
|
-
type: globalThis.PropType<string>;
|
|
622
|
-
};
|
|
623
547
|
}>> & Readonly<{
|
|
624
548
|
onInput?: ((value?: string | undefined) => any) | undefined;
|
|
625
549
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -627,18 +551,16 @@ declare function __VLS_template(): {
|
|
|
627
551
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
628
552
|
onClear?: (() => any) | undefined;
|
|
629
553
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
630
|
-
"onUpdate:prefixValue"?: ((value: string | undefined) => any) | undefined;
|
|
631
|
-
"onUpdate:suffixValue"?: ((value: string | undefined) => any) | undefined;
|
|
632
554
|
onOk?: ((value?: string | undefined) => any) | undefined;
|
|
633
555
|
}>, {
|
|
634
556
|
focus: () => void;
|
|
635
557
|
blur: () => void;
|
|
636
558
|
}, {}, {}, {}, {
|
|
559
|
+
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
637
560
|
type: import('../../../..').LewInputType;
|
|
638
561
|
size: import('../../../..').LewSize;
|
|
639
562
|
disabled: boolean;
|
|
640
563
|
readonly: boolean;
|
|
641
|
-
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
642
564
|
minWidth: string | number;
|
|
643
565
|
clearable: boolean;
|
|
644
566
|
showPassword: boolean;
|
|
@@ -647,8 +569,6 @@ declare function __VLS_template(): {
|
|
|
647
569
|
autoWidth: boolean;
|
|
648
570
|
selectByFocus: boolean;
|
|
649
571
|
copyable: boolean;
|
|
650
|
-
prefixesOptions: import('../../../..').LewContextMenusOption[];
|
|
651
|
-
suffixOptions: import('../../../..').LewContextMenusOption[];
|
|
652
572
|
okByEnter: boolean;
|
|
653
573
|
}> | null;
|
|
654
574
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -732,12 +652,12 @@ declare function __VLS_template(): {
|
|
|
732
652
|
};
|
|
733
653
|
}, {}, {}, {}, {
|
|
734
654
|
loading: boolean;
|
|
655
|
+
width: string;
|
|
735
656
|
size: string;
|
|
736
657
|
disabled: boolean;
|
|
737
658
|
placeholder: string;
|
|
738
659
|
focus: boolean;
|
|
739
660
|
readonly: boolean;
|
|
740
|
-
width: string;
|
|
741
661
|
clearable: boolean;
|
|
742
662
|
multiple: boolean;
|
|
743
663
|
searchable: boolean;
|
|
@@ -1277,10 +1197,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1277
1197
|
onDelete?: ((value: (string | number)[], item: string | number) => any) | undefined;
|
|
1278
1198
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
1279
1199
|
}>, {
|
|
1200
|
+
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
1280
1201
|
size: import('../../../..').LewSize;
|
|
1281
1202
|
disabled: boolean;
|
|
1282
1203
|
readonly: boolean;
|
|
1283
|
-
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
1284
1204
|
trigger: import('../../../..').LewTrigger;
|
|
1285
1205
|
clearable: boolean;
|
|
1286
1206
|
autoWidth: boolean;
|
|
@@ -1595,12 +1515,12 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1595
1515
|
"update:keyword": (value: any) => void;
|
|
1596
1516
|
}, import('vue').PublicProps, {
|
|
1597
1517
|
loading: boolean;
|
|
1518
|
+
width: string;
|
|
1598
1519
|
size: string;
|
|
1599
1520
|
disabled: boolean;
|
|
1600
1521
|
placeholder: string;
|
|
1601
1522
|
focus: boolean;
|
|
1602
1523
|
readonly: boolean;
|
|
1603
|
-
width: string;
|
|
1604
1524
|
clearable: boolean;
|
|
1605
1525
|
multiple: boolean;
|
|
1606
1526
|
searchable: boolean;
|
|
@@ -1679,34 +1599,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1679
1599
|
type: BooleanConstructor;
|
|
1680
1600
|
validator: (value: any) => boolean;
|
|
1681
1601
|
};
|
|
1682
|
-
prefixes: {
|
|
1683
|
-
type: PropType<import('../../../..').LewInputPrefixesType>;
|
|
1684
|
-
typeValues: import('../../../..').LewInputPrefixesType[];
|
|
1685
|
-
validator: (value: any) => boolean;
|
|
1686
|
-
};
|
|
1687
|
-
prefixesOptions: {
|
|
1688
|
-
type: PropType<import('../../../..').LewContextMenusOption[]>;
|
|
1689
|
-
default: () => never[];
|
|
1690
|
-
validator: (value: any[] | undefined) => boolean;
|
|
1691
|
-
};
|
|
1692
|
-
prefixesTooltip: {
|
|
1693
|
-
type: StringConstructor;
|
|
1694
|
-
validator: (value: any) => boolean;
|
|
1695
|
-
};
|
|
1696
|
-
suffix: {
|
|
1697
|
-
type: PropType<import('../../../..').LewInputSuffixType>;
|
|
1698
|
-
typeValues: import('../../../..').LewInputSuffixType[];
|
|
1699
|
-
validator: (value: any) => boolean;
|
|
1700
|
-
};
|
|
1701
|
-
suffixOptions: {
|
|
1702
|
-
type: PropType<import('../../../..').LewContextMenusOption[]>;
|
|
1703
|
-
default: () => never[];
|
|
1704
|
-
validator: (value: any[] | undefined) => boolean;
|
|
1705
|
-
};
|
|
1706
|
-
suffixTooltip: {
|
|
1707
|
-
type: StringConstructor;
|
|
1708
|
-
validator: (value: any) => boolean;
|
|
1709
|
-
};
|
|
1710
1602
|
okByEnter: {
|
|
1711
1603
|
type: BooleanConstructor;
|
|
1712
1604
|
validator: (value: any) => boolean;
|
|
@@ -1715,12 +1607,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1715
1607
|
type: globalThis.PropType<string | undefined>;
|
|
1716
1608
|
required: true;
|
|
1717
1609
|
};
|
|
1718
|
-
prefixValue: {
|
|
1719
|
-
type: globalThis.PropType<string>;
|
|
1720
|
-
};
|
|
1721
|
-
suffixValue: {
|
|
1722
|
-
type: globalThis.PropType<string>;
|
|
1723
|
-
};
|
|
1724
1610
|
}>> & Readonly<{
|
|
1725
1611
|
onInput?: ((value?: string | undefined) => any) | undefined;
|
|
1726
1612
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -1728,8 +1614,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1728
1614
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1729
1615
|
onClear?: (() => any) | undefined;
|
|
1730
1616
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
1731
|
-
"onUpdate:prefixValue"?: ((value: string | undefined) => any) | undefined;
|
|
1732
|
-
"onUpdate:suffixValue"?: ((value: string | undefined) => any) | undefined;
|
|
1733
1617
|
onOk?: ((value?: string | undefined) => any) | undefined;
|
|
1734
1618
|
}>, {
|
|
1735
1619
|
focus: () => void;
|
|
@@ -1742,14 +1626,12 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1742
1626
|
clear: () => void;
|
|
1743
1627
|
ok: (value?: string | undefined) => void;
|
|
1744
1628
|
"update:modelValue": (value: string | undefined) => void;
|
|
1745
|
-
"update:prefixValue": (value: string | undefined) => void;
|
|
1746
|
-
"update:suffixValue": (value: string | undefined) => void;
|
|
1747
1629
|
}, import('vue').PublicProps, {
|
|
1630
|
+
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
1748
1631
|
type: import('../../../..').LewInputType;
|
|
1749
1632
|
size: import('../../../..').LewSize;
|
|
1750
1633
|
disabled: boolean;
|
|
1751
1634
|
readonly: boolean;
|
|
1752
|
-
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
1753
1635
|
minWidth: string | number;
|
|
1754
1636
|
clearable: boolean;
|
|
1755
1637
|
showPassword: boolean;
|
|
@@ -1758,8 +1640,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1758
1640
|
autoWidth: boolean;
|
|
1759
1641
|
selectByFocus: boolean;
|
|
1760
1642
|
copyable: boolean;
|
|
1761
|
-
prefixesOptions: import('../../../..').LewContextMenusOption[];
|
|
1762
|
-
suffixOptions: import('../../../..').LewContextMenusOption[];
|
|
1763
1643
|
okByEnter: boolean;
|
|
1764
1644
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
1765
1645
|
lewInputRef: HTMLInputElement;
|
|
@@ -1841,34 +1721,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1841
1721
|
type: BooleanConstructor;
|
|
1842
1722
|
validator: (value: any) => boolean;
|
|
1843
1723
|
};
|
|
1844
|
-
prefixes: {
|
|
1845
|
-
type: PropType<import('../../../..').LewInputPrefixesType>;
|
|
1846
|
-
typeValues: import('../../../..').LewInputPrefixesType[];
|
|
1847
|
-
validator: (value: any) => boolean;
|
|
1848
|
-
};
|
|
1849
|
-
prefixesOptions: {
|
|
1850
|
-
type: PropType<import('../../../..').LewContextMenusOption[]>;
|
|
1851
|
-
default: () => never[];
|
|
1852
|
-
validator: (value: any[] | undefined) => boolean;
|
|
1853
|
-
};
|
|
1854
|
-
prefixesTooltip: {
|
|
1855
|
-
type: StringConstructor;
|
|
1856
|
-
validator: (value: any) => boolean;
|
|
1857
|
-
};
|
|
1858
|
-
suffix: {
|
|
1859
|
-
type: PropType<import('../../../..').LewInputSuffixType>;
|
|
1860
|
-
typeValues: import('../../../..').LewInputSuffixType[];
|
|
1861
|
-
validator: (value: any) => boolean;
|
|
1862
|
-
};
|
|
1863
|
-
suffixOptions: {
|
|
1864
|
-
type: PropType<import('../../../..').LewContextMenusOption[]>;
|
|
1865
|
-
default: () => never[];
|
|
1866
|
-
validator: (value: any[] | undefined) => boolean;
|
|
1867
|
-
};
|
|
1868
|
-
suffixTooltip: {
|
|
1869
|
-
type: StringConstructor;
|
|
1870
|
-
validator: (value: any) => boolean;
|
|
1871
|
-
};
|
|
1872
1724
|
okByEnter: {
|
|
1873
1725
|
type: BooleanConstructor;
|
|
1874
1726
|
validator: (value: any) => boolean;
|
|
@@ -1877,12 +1729,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1877
1729
|
type: globalThis.PropType<string | undefined>;
|
|
1878
1730
|
required: true;
|
|
1879
1731
|
};
|
|
1880
|
-
prefixValue: {
|
|
1881
|
-
type: globalThis.PropType<string>;
|
|
1882
|
-
};
|
|
1883
|
-
suffixValue: {
|
|
1884
|
-
type: globalThis.PropType<string>;
|
|
1885
|
-
};
|
|
1886
1732
|
}>> & Readonly<{
|
|
1887
1733
|
onInput?: ((value?: string | undefined) => any) | undefined;
|
|
1888
1734
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -1890,18 +1736,16 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1890
1736
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1891
1737
|
onClear?: (() => any) | undefined;
|
|
1892
1738
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
1893
|
-
"onUpdate:prefixValue"?: ((value: string | undefined) => any) | undefined;
|
|
1894
|
-
"onUpdate:suffixValue"?: ((value: string | undefined) => any) | undefined;
|
|
1895
1739
|
onOk?: ((value?: string | undefined) => any) | undefined;
|
|
1896
1740
|
}>, {
|
|
1897
1741
|
focus: () => void;
|
|
1898
1742
|
blur: () => void;
|
|
1899
1743
|
}, {}, {}, {}, {
|
|
1744
|
+
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
1900
1745
|
type: import('../../../..').LewInputType;
|
|
1901
1746
|
size: import('../../../..').LewSize;
|
|
1902
1747
|
disabled: boolean;
|
|
1903
1748
|
readonly: boolean;
|
|
1904
|
-
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
1905
1749
|
minWidth: string | number;
|
|
1906
1750
|
clearable: boolean;
|
|
1907
1751
|
showPassword: boolean;
|
|
@@ -1910,8 +1754,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1910
1754
|
autoWidth: boolean;
|
|
1911
1755
|
selectByFocus: boolean;
|
|
1912
1756
|
copyable: boolean;
|
|
1913
|
-
prefixesOptions: import('../../../..').LewContextMenusOption[];
|
|
1914
|
-
suffixOptions: import('../../../..').LewContextMenusOption[];
|
|
1915
1757
|
okByEnter: boolean;
|
|
1916
1758
|
}> | null;
|
|
1917
1759
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -1995,12 +1837,12 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
1995
1837
|
};
|
|
1996
1838
|
}, {}, {}, {}, {
|
|
1997
1839
|
loading: boolean;
|
|
1840
|
+
width: string;
|
|
1998
1841
|
size: string;
|
|
1999
1842
|
disabled: boolean;
|
|
2000
1843
|
placeholder: string;
|
|
2001
1844
|
focus: boolean;
|
|
2002
1845
|
readonly: boolean;
|
|
2003
|
-
width: string;
|
|
2004
1846
|
clearable: boolean;
|
|
2005
1847
|
multiple: boolean;
|
|
2006
1848
|
searchable: boolean;
|
|
@@ -113,12 +113,12 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
113
113
|
}>, {
|
|
114
114
|
min: number;
|
|
115
115
|
max: number;
|
|
116
|
+
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
116
117
|
size: import('../../../..').LewSize;
|
|
117
118
|
disabled: boolean;
|
|
118
119
|
readonly: boolean;
|
|
119
120
|
step: number;
|
|
120
121
|
options: import('../../../..').LewSliderOption[];
|
|
121
|
-
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
122
122
|
formatTooltip: (value: number) => string;
|
|
123
123
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
124
124
|
trackRef: HTMLDivElement;
|
|
@@ -113,12 +113,12 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
113
113
|
}>, {
|
|
114
114
|
min: number;
|
|
115
115
|
max: number;
|
|
116
|
+
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
116
117
|
size: import('../../../..').LewSize;
|
|
117
118
|
disabled: boolean;
|
|
118
119
|
readonly: boolean;
|
|
119
120
|
step: number;
|
|
120
121
|
options: import('../../../..').LewSliderRangeOption[];
|
|
121
|
-
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
122
122
|
formatTooltip: (value: number) => string;
|
|
123
123
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
124
124
|
trackRef: HTMLDivElement;
|
|
@@ -104,13 +104,13 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
104
104
|
onChange?: ((value?: string | undefined, item?: LewTabsOption | undefined) => any) | undefined;
|
|
105
105
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
106
106
|
}>, {
|
|
107
|
+
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
107
108
|
type: import('../../../../types').LewTabsType;
|
|
108
109
|
size: import('../../../../types').LewSize;
|
|
109
110
|
round: boolean;
|
|
110
111
|
disabled: boolean;
|
|
111
112
|
readonly: boolean;
|
|
112
113
|
options: LewTabsOption[];
|
|
113
|
-
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
114
114
|
itemWidth: import("csstype").Property.Width<0 | (string & {})>;
|
|
115
115
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
116
116
|
tabsRef: HTMLDivElement;
|
|
@@ -187,11 +187,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
187
187
|
onOk?: ((value?: string | undefined) => any) | undefined;
|
|
188
188
|
}>, {
|
|
189
189
|
maxLength: number;
|
|
190
|
+
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
190
191
|
size: import('../../../..').LewSize;
|
|
191
192
|
disabled: boolean;
|
|
192
193
|
resize: import('../../../..').LewTextareaResize;
|
|
193
194
|
readonly: boolean;
|
|
194
|
-
width: import("csstype").Property.Width<0 | (string & {})>;
|
|
195
195
|
height: import("csstype").Property.Height<0 | (string & {})>;
|
|
196
196
|
maxHeight: import("csstype").Property.Height<0 | (string & {})>;
|
|
197
197
|
maxWidth: import("csstype").Property.Width<0 | (string & {})>;
|
|
@@ -202,7 +202,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
202
202
|
selectByFocus: boolean;
|
|
203
203
|
okByEnter: boolean;
|
|
204
204
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
205
|
-
|
|
205
|
+
wrapperRef: HTMLDivElement;
|
|
206
206
|
lewTextareaRef: HTMLTextAreaElement;
|
|
207
207
|
}, HTMLDivElement>;
|
|
208
208
|
export default _default;
|