yc-pro-components 0.0.7 → 0.0.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.
- package/es/components/check-card/index.d.ts +76 -76
- package/es/components/check-card/src/index.vue.d.ts +14 -14
- package/es/components/check-card-group/index.d.ts +57 -57
- package/es/components/check-card-group/src/index.vue.d.ts +20 -20
- package/es/components/date-picker/index.d.ts +10 -10
- package/es/components/date-picker/src/index.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +39 -39
- package/es/components/descriptions/src/index.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +45 -45
- package/es/components/dialog/src/index.vue.d.ts +3 -3
- package/es/components/dialog-form/index.d.ts +47 -47
- package/es/components/dialog-form/src/index.vue.d.ts +11 -11
- package/es/components/display-item/index.d.ts +24 -24
- package/es/components/display-item/src/index.vue.d.ts +24 -24
- package/es/components/drawer-form/index.d.ts +31 -31
- package/es/components/drawer-form/src/index.vue.d.ts +10 -10
- package/es/components/form/index.d.ts +138 -138
- package/es/components/form/src/form-content.vue.d.ts +29 -29
- package/es/components/form/src/index.vue.d.ts +25 -25
- package/es/components/form-item/index.d.ts +128 -128
- package/es/components/form-item/src/index.vue.d.ts +19 -19
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +16 -16
- package/es/components/input-tag/src/index.vue.d.ts +8 -8
- package/es/components/layout/index.d.ts +30 -30
- package/es/components/layout/src/index.vue.d.ts +10 -10
- package/es/components/page/index.d.ts +1035 -1035
- package/es/components/page/src/index.vue.d.ts +337 -337
- package/es/components/pagination/index.d.ts +38 -38
- package/es/components/pagination/src/index.vue.d.ts +2 -2
- package/es/components/radio/index.d.ts +34 -34
- package/es/components/radio/src/index.vue.d.ts +26 -26
- package/es/components/render/index.d.ts +17 -17
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +426 -426
- package/es/components/search/src/index.vue.d.ts +125 -125
- package/es/components/sidebar/index.d.ts +15 -15
- package/es/components/sidebar/src/index.vue.d.ts +5 -5
- package/es/components/steps-form/index.d.ts +19 -19
- package/es/components/steps-form/src/index.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +38 -38
- package/es/components/table/src/index.vue.d.ts +7 -7
- package/es/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +6 -6
- package/es/components/table/src/table-column.vue.d.ts +24 -24
- package/es/components/utils/index.d.ts +15 -15
- package/es/components/yc-count-to/index.d.ts +1 -1
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-drawer/store.d.ts +6 -6
- package/es/components/yc-more-actions/index.d.ts +6 -6
- package/es/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/es/components/yc-plus-page/src/index.vue.d.ts +735 -735
- package/es/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/es/components/yc-segmented/index.d.ts +1 -1
- package/es/components/yc-segmented/src/index.d.ts +1 -1
- package/es/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-status-dialog/src/index.vue.mjs +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/hooks/usePlusFormReset.d.ts +208 -208
- package/es/index.css +1 -1
- package/index.css +8 -7
- package/index.js +2 -2
- package/index.min.css +1 -1
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +2 -2
- package/lib/components/check-card/index.d.ts +76 -76
- package/lib/components/check-card/src/index.vue.d.ts +14 -14
- package/lib/components/check-card-group/index.d.ts +57 -57
- package/lib/components/check-card-group/src/index.vue.d.ts +20 -20
- package/lib/components/date-picker/index.d.ts +10 -10
- package/lib/components/date-picker/src/index.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +39 -39
- package/lib/components/descriptions/src/index.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +45 -45
- package/lib/components/dialog/src/index.vue.d.ts +3 -3
- package/lib/components/dialog-form/index.d.ts +47 -47
- package/lib/components/dialog-form/src/index.vue.d.ts +11 -11
- package/lib/components/display-item/index.d.ts +24 -24
- package/lib/components/display-item/src/index.vue.d.ts +24 -24
- package/lib/components/drawer-form/index.d.ts +31 -31
- package/lib/components/drawer-form/src/index.vue.d.ts +10 -10
- package/lib/components/form/index.d.ts +138 -138
- package/lib/components/form/src/form-content.vue.d.ts +29 -29
- package/lib/components/form/src/index.vue.d.ts +25 -25
- package/lib/components/form-item/index.d.ts +128 -128
- package/lib/components/form-item/src/index.vue.d.ts +19 -19
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +16 -16
- package/lib/components/input-tag/src/index.vue.d.ts +8 -8
- package/lib/components/layout/index.d.ts +30 -30
- package/lib/components/layout/src/index.vue.d.ts +10 -10
- package/lib/components/page/index.d.ts +1035 -1035
- package/lib/components/page/src/index.vue.d.ts +337 -337
- package/lib/components/pagination/index.d.ts +38 -38
- package/lib/components/pagination/src/index.vue.d.ts +2 -2
- package/lib/components/radio/index.d.ts +34 -34
- package/lib/components/radio/src/index.vue.d.ts +26 -26
- package/lib/components/render/index.d.ts +17 -17
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +426 -426
- package/lib/components/search/src/index.vue.d.ts +125 -125
- package/lib/components/sidebar/index.d.ts +15 -15
- package/lib/components/sidebar/src/index.vue.d.ts +5 -5
- package/lib/components/steps-form/index.d.ts +19 -19
- package/lib/components/steps-form/src/index.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +38 -38
- package/lib/components/table/src/index.vue.d.ts +7 -7
- package/lib/components/table/src/table-action-bar.vue.d.ts +3 -3
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +6 -6
- package/lib/components/table/src/table-column.vue.d.ts +24 -24
- package/lib/components/utils/index.d.ts +15 -15
- package/lib/components/yc-count-to/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-drawer/store.d.ts +6 -6
- package/lib/components/yc-more-actions/index.d.ts +6 -6
- package/lib/components/yc-more-actions/src/index.vue.d.ts +1 -1
- package/lib/components/yc-plus-page/src/index.vue.d.ts +735 -735
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +1 -1
- package/lib/components/yc-segmented/index.d.ts +1 -1
- package/lib/components/yc-segmented/src/index.d.ts +1 -1
- package/lib/components/yc-select-v2/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-status-dialog/src/index.vue.js +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/hooks/usePlusFormReset.d.ts +208 -208
- package/lib/index.css +1 -1
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-yc-status-dialog.css +1 -1
- package/theme-chalk/src/yc-status-dialog.scss +1 -0
|
@@ -413,8 +413,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
413
413
|
"onUpdate:modelValue"?: ((value: FieldValueType) => any) | undefined;
|
|
414
414
|
onChange?: ((value: FieldValueType) => any) | undefined;
|
|
415
415
|
}, {
|
|
416
|
-
label: string | ComputedRef<string>;
|
|
417
416
|
index: number;
|
|
417
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
418
|
+
label: string | ComputedRef<string>;
|
|
418
419
|
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
419
420
|
style?: CSSProperties | undefined;
|
|
420
421
|
class?: any;
|
|
@@ -440,7 +441,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
440
441
|
};
|
|
441
442
|
rows: number;
|
|
442
443
|
autocomplete: string;
|
|
443
|
-
type: "" | "number" | "default" | "
|
|
444
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
444
445
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
445
446
|
step: string | number;
|
|
446
447
|
format: string | ProgressFn | undefined;
|
|
@@ -451,25 +452,24 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
451
452
|
autosize: InputAutoSize;
|
|
452
453
|
} & Mutable<Omit< AutocompleteProps, OmitTypes> & Omit< CascaderProps, OmitTypes> & Omit< CheckboxGroupProps, OmitTypes> & Omit< ColorPickerProps, OmitTypes> & Omit< DatePickerProps, OmitTypes> & Omit< InputProps, OmitTypes> & Omit< InputNumberProps, OmitTypes> & Omit< RadioGroupProps, OmitTypes> & Omit< RateProps, OmitTypes> & Omit< ISelectProps, OmitTypes> & Omit< SliderProps, OmitTypes> & Omit< SwitchProps, OmitTypes> & Omit< TimePickerDefaultProps, OmitTypes> & Omit< TimeSelectProps, OmitTypes> & Omit< PlusRadioProps, OmitTypes> & Omit< PlusDatePickerProps, OmitTypes> & Omit< PlusInputTagProps, OmitTypes> & Omit< TextProps, OmitTypes> & Omit< ImageProps, OmitTypes> & Omit< LinkProps, OmitTypes> & Omit< TagProps, OmitTypes> & Omit< ProgressProps, OmitTypes>>>>;
|
|
453
454
|
options: OptionsType;
|
|
454
|
-
modelValue: string | number | boolean | RecordType | Date | string[] | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | [string, string] | string[][] | number[][] | null;
|
|
455
455
|
fieldSlots: {
|
|
456
456
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
457
457
|
};
|
|
458
458
|
fieldChildrenSlot: (option?: OptionsRow<undefined> | undefined) => RenderTypes;
|
|
459
459
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
460
460
|
clearable: boolean;
|
|
461
|
+
valueType: "input" | "select" | "textarea" | "switch" | "text" | TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "slider" | "time-picker" | "time-select" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2";
|
|
461
462
|
renderField: (value: FieldValueType, onChange: (value: FieldValueType) => void, props: PlusColumn) => RenderTypes;
|
|
462
|
-
valueType: TableValueType | "autocomplete" | "cascader" | "checkbox" | "color-picker" | "date-picker" | "input-number" | "radio" | "rate" | "select" | "slider" | "switch" | "time-picker" | "time-select" | "textarea" | "input" | "text" | "plus-radio" | "plus-date-picker" | "plus-input-tag" | "transfer" | "tree-select" | "select-v2";
|
|
463
|
-
optionsMap: {
|
|
464
|
-
label?: string | undefined;
|
|
465
|
-
value?: string | undefined;
|
|
466
|
-
};
|
|
467
463
|
renderLabel: (label: string, props: PlusColumn) => RenderTypes;
|
|
468
464
|
renderErrorMessage: (props: PlusColumn & {
|
|
469
465
|
value?: FieldValueType;
|
|
470
466
|
error?: string | undefined;
|
|
471
467
|
label?: string | undefined;
|
|
472
468
|
}) => RenderTypes;
|
|
469
|
+
optionsMap: {
|
|
470
|
+
label?: string | undefined;
|
|
471
|
+
value?: string | undefined;
|
|
472
|
+
};
|
|
473
473
|
}, {}>, Partial<Record<string, (_: {
|
|
474
474
|
label: string;
|
|
475
475
|
fieldProps: RecordType;
|
|
@@ -478,12 +478,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
478
478
|
fieldInstance?: any;
|
|
479
479
|
valueIsReady?: Ref<boolean> | undefined;
|
|
480
480
|
prop: string;
|
|
481
|
-
modelValue: string | number | boolean |
|
|
481
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
482
482
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
483
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
483
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
484
484
|
style?: CSSProperties | undefined;
|
|
485
485
|
class?: any;
|
|
486
|
-
} & RecordType> | ComputedRef<
|
|
486
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
487
487
|
style?: CSSProperties | undefined;
|
|
488
488
|
class?: any;
|
|
489
489
|
} & RecordType>>;
|
|
@@ -506,14 +506,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
506
506
|
clearable: boolean;
|
|
507
507
|
index: number;
|
|
508
508
|
}) => any>> & Partial<Record<string, (_: {
|
|
509
|
-
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "
|
|
509
|
+
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
510
510
|
readonly label: string | ComputedRef<string>;
|
|
511
|
-
readonly modelValue: string | number | boolean |
|
|
511
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
512
512
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
513
|
-
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
513
|
+
readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
514
514
|
style?: CSSProperties | undefined;
|
|
515
515
|
class?: any;
|
|
516
|
-
} & RecordType> | ComputedRef<
|
|
516
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
517
517
|
style?: CSSProperties | undefined;
|
|
518
518
|
class?: any;
|
|
519
519
|
} & RecordType>>;
|
|
@@ -535,7 +535,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
535
535
|
};
|
|
536
536
|
rows: number;
|
|
537
537
|
autocomplete: string;
|
|
538
|
-
type: "" | "number" | "default" | "
|
|
538
|
+
type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
|
|
539
539
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
540
540
|
step: string | number;
|
|
541
541
|
format: string | ProgressFn | undefined;
|
|
@@ -574,12 +574,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
574
574
|
fieldInstance?: any;
|
|
575
575
|
valueIsReady?: Ref<boolean> | undefined;
|
|
576
576
|
prop: string;
|
|
577
|
-
modelValue: string | number | boolean |
|
|
577
|
+
modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
578
578
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
579
|
-
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
579
|
+
tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
|
|
580
580
|
style?: CSSProperties | undefined;
|
|
581
581
|
class?: any;
|
|
582
|
-
} & RecordType> | ComputedRef<
|
|
582
|
+
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
583
583
|
style?: CSSProperties | undefined;
|
|
584
584
|
class?: any;
|
|
585
585
|
} & RecordType>>;
|
|
@@ -7,14 +7,14 @@ export declare const PlusHeader: {
|
|
|
7
7
|
type: PropType<boolean>;
|
|
8
8
|
default: boolean;
|
|
9
9
|
};
|
|
10
|
-
trigger: {
|
|
11
|
-
type: PropType<"hover" | "click">;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
10
|
title: {
|
|
15
11
|
type: PropType<string>;
|
|
16
12
|
default: string;
|
|
17
13
|
};
|
|
14
|
+
trigger: {
|
|
15
|
+
type: PropType<"click" | "hover">;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
18
|
logo: {
|
|
19
19
|
type: PropType<string>;
|
|
20
20
|
default: string;
|
|
@@ -71,14 +71,14 @@ export declare const PlusHeader: {
|
|
|
71
71
|
type: PropType<boolean>;
|
|
72
72
|
default: boolean;
|
|
73
73
|
};
|
|
74
|
-
trigger: {
|
|
75
|
-
type: PropType<"hover" | "click">;
|
|
76
|
-
default: string;
|
|
77
|
-
};
|
|
78
74
|
title: {
|
|
79
75
|
type: PropType<string>;
|
|
80
76
|
default: string;
|
|
81
77
|
};
|
|
78
|
+
trigger: {
|
|
79
|
+
type: PropType<"click" | "hover">;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
82
|
logo: {
|
|
83
83
|
type: PropType<string>;
|
|
84
84
|
default: string;
|
|
@@ -127,8 +127,8 @@ export declare const PlusHeader: {
|
|
|
127
127
|
}) => any) | undefined;
|
|
128
128
|
}, {
|
|
129
129
|
fixed: boolean;
|
|
130
|
-
trigger: "hover" | "click";
|
|
131
130
|
title: string;
|
|
131
|
+
trigger: "click" | "hover";
|
|
132
132
|
logo: string;
|
|
133
133
|
logoutText: string;
|
|
134
134
|
userInfo: {
|
|
@@ -155,14 +155,14 @@ export declare const PlusHeader: {
|
|
|
155
155
|
type: PropType<boolean>;
|
|
156
156
|
default: boolean;
|
|
157
157
|
};
|
|
158
|
-
trigger: {
|
|
159
|
-
type: PropType<"hover" | "click">;
|
|
160
|
-
default: string;
|
|
161
|
-
};
|
|
162
158
|
title: {
|
|
163
159
|
type: PropType<string>;
|
|
164
160
|
default: string;
|
|
165
161
|
};
|
|
162
|
+
trigger: {
|
|
163
|
+
type: PropType<"click" | "hover">;
|
|
164
|
+
default: string;
|
|
165
|
+
};
|
|
166
166
|
logo: {
|
|
167
167
|
type: PropType<string>;
|
|
168
168
|
default: string;
|
|
@@ -211,8 +211,8 @@ export declare const PlusHeader: {
|
|
|
211
211
|
}) => any) | undefined;
|
|
212
212
|
}, {}, {}, {}, {}, {
|
|
213
213
|
fixed: boolean;
|
|
214
|
-
trigger: "hover" | "click";
|
|
215
214
|
title: string;
|
|
215
|
+
trigger: "click" | "hover";
|
|
216
216
|
logo: string;
|
|
217
217
|
logoutText: string;
|
|
218
218
|
userInfo: {
|
|
@@ -236,14 +236,14 @@ export declare const PlusHeader: {
|
|
|
236
236
|
type: PropType<boolean>;
|
|
237
237
|
default: boolean;
|
|
238
238
|
};
|
|
239
|
-
trigger: {
|
|
240
|
-
type: PropType<"hover" | "click">;
|
|
241
|
-
default: string;
|
|
242
|
-
};
|
|
243
239
|
title: {
|
|
244
240
|
type: PropType<string>;
|
|
245
241
|
default: string;
|
|
246
242
|
};
|
|
243
|
+
trigger: {
|
|
244
|
+
type: PropType<"click" | "hover">;
|
|
245
|
+
default: string;
|
|
246
|
+
};
|
|
247
247
|
logo: {
|
|
248
248
|
type: PropType<string>;
|
|
249
249
|
default: string;
|
|
@@ -297,8 +297,8 @@ export declare const PlusHeader: {
|
|
|
297
297
|
}) => void;
|
|
298
298
|
}, string, {
|
|
299
299
|
fixed: boolean;
|
|
300
|
-
trigger: "hover" | "click";
|
|
301
300
|
title: string;
|
|
301
|
+
trigger: "click" | "hover";
|
|
302
302
|
logo: string;
|
|
303
303
|
logoutText: string;
|
|
304
304
|
userInfo: {
|
|
@@ -31,8 +31,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
31
31
|
}) => any) | undefined;
|
|
32
32
|
}, {
|
|
33
33
|
fixed: boolean;
|
|
34
|
-
trigger: "hover" | "click";
|
|
35
34
|
title: string;
|
|
35
|
+
trigger: "click" | "hover";
|
|
36
36
|
logo: string;
|
|
37
37
|
logoutText: string;
|
|
38
38
|
userInfo: {
|
|
@@ -7,6 +7,10 @@ import { PlusInputTagProps } from './src/index.vue';
|
|
|
7
7
|
|
|
8
8
|
export type { PlusInputTagProps };
|
|
9
9
|
export declare const PlusInputTag: DefineComponent<{
|
|
10
|
+
modelValue: {
|
|
11
|
+
type: PropType<string[]>;
|
|
12
|
+
default: () => never[];
|
|
13
|
+
};
|
|
10
14
|
disabled: {
|
|
11
15
|
type: PropType<boolean>;
|
|
12
16
|
default: boolean;
|
|
@@ -15,10 +19,6 @@ export declare const PlusInputTag: DefineComponent<{
|
|
|
15
19
|
type: PropType<("blur" | "space" | "enter") | ("blur" | "space" | "enter")[]>;
|
|
16
20
|
default: () => string[];
|
|
17
21
|
};
|
|
18
|
-
modelValue: {
|
|
19
|
-
type: PropType<string[]>;
|
|
20
|
-
default: () => never[];
|
|
21
|
-
};
|
|
22
22
|
inputProps: {
|
|
23
23
|
type: PropType<Partial< Mutable<InputProps> & {
|
|
24
24
|
style?: CSSProperties | undefined;
|
|
@@ -70,7 +70,7 @@ export declare const PlusInputTag: DefineComponent<{
|
|
|
70
70
|
};
|
|
71
71
|
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
72
72
|
readonly resize: {
|
|
73
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "
|
|
73
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
74
74
|
readonly required: false;
|
|
75
75
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
76
76
|
__epPropKey: true;
|
|
@@ -167,7 +167,7 @@ export declare const PlusInputTag: DefineComponent<{
|
|
|
167
167
|
};
|
|
168
168
|
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
169
169
|
readonly resize: {
|
|
170
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "
|
|
170
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
171
171
|
readonly required: false;
|
|
172
172
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
173
|
__epPropKey: true;
|
|
@@ -438,7 +438,7 @@ export declare const PlusInputTag: DefineComponent<{
|
|
|
438
438
|
};
|
|
439
439
|
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
440
440
|
readonly resize: {
|
|
441
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "
|
|
441
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
442
442
|
readonly required: false;
|
|
443
443
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
444
444
|
__epPropKey: true;
|
|
@@ -558,7 +558,7 @@ export declare const PlusInputTag: DefineComponent<{
|
|
|
558
558
|
};
|
|
559
559
|
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
560
560
|
readonly resize: {
|
|
561
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "
|
|
561
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
562
562
|
readonly required: false;
|
|
563
563
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
564
564
|
__epPropKey: true;
|
|
@@ -655,7 +655,7 @@ export declare const PlusInputTag: DefineComponent<{
|
|
|
655
655
|
};
|
|
656
656
|
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
657
657
|
readonly resize: {
|
|
658
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "
|
|
658
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
659
659
|
readonly required: false;
|
|
660
660
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
661
661
|
__epPropKey: true;
|
|
@@ -1203,6 +1203,10 @@ export declare const PlusInputTag: DefineComponent<{
|
|
|
1203
1203
|
enter: (value: string, event: MouseEvent) => void;
|
|
1204
1204
|
space: (value: string, event: MouseEvent) => void;
|
|
1205
1205
|
}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
1206
|
+
modelValue: {
|
|
1207
|
+
type: PropType<string[]>;
|
|
1208
|
+
default: () => never[];
|
|
1209
|
+
};
|
|
1206
1210
|
disabled: {
|
|
1207
1211
|
type: PropType<boolean>;
|
|
1208
1212
|
default: boolean;
|
|
@@ -1211,10 +1215,6 @@ export declare const PlusInputTag: DefineComponent<{
|
|
|
1211
1215
|
type: PropType<("blur" | "space" | "enter") | ("blur" | "space" | "enter")[]>;
|
|
1212
1216
|
default: () => string[];
|
|
1213
1217
|
};
|
|
1214
|
-
modelValue: {
|
|
1215
|
-
type: PropType<string[]>;
|
|
1216
|
-
default: () => never[];
|
|
1217
|
-
};
|
|
1218
1218
|
inputProps: {
|
|
1219
1219
|
type: PropType<Partial< Mutable<InputProps> & {
|
|
1220
1220
|
style?: CSSProperties | undefined;
|
|
@@ -1242,16 +1242,16 @@ export declare const PlusInputTag: DefineComponent<{
|
|
|
1242
1242
|
default: boolean;
|
|
1243
1243
|
};
|
|
1244
1244
|
}>> & {
|
|
1245
|
-
onBlur?: ((value: string, event: FocusEvent) => any) | undefined;
|
|
1246
1245
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
1246
|
+
onBlur?: ((value: string, event: FocusEvent) => any) | undefined;
|
|
1247
1247
|
onChange?: ((data: string[]) => any) | undefined;
|
|
1248
|
-
onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
|
|
1249
1248
|
onEnter?: ((value: string, event: MouseEvent) => any) | undefined;
|
|
1250
1249
|
onRemove?: ((tag: string) => any) | undefined;
|
|
1250
|
+
onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
|
|
1251
1251
|
}, {
|
|
1252
|
+
modelValue: string[];
|
|
1252
1253
|
disabled: boolean;
|
|
1253
1254
|
trigger: ("blur" | "space" | "enter") | ("blur" | "space" | "enter")[];
|
|
1254
|
-
modelValue: string[];
|
|
1255
1255
|
inputProps: Partial< Mutable<InputProps> & {
|
|
1256
1256
|
style?: CSSProperties | undefined;
|
|
1257
1257
|
class?: any;
|
|
@@ -65,7 +65,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
65
65
|
};
|
|
66
66
|
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
67
67
|
readonly resize: {
|
|
68
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "
|
|
68
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
69
69
|
readonly required: false;
|
|
70
70
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
71
|
__epPropKey: true;
|
|
@@ -162,7 +162,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
162
162
|
};
|
|
163
163
|
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
164
164
|
readonly resize: {
|
|
165
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "
|
|
165
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
166
166
|
readonly required: false;
|
|
167
167
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
168
|
__epPropKey: true;
|
|
@@ -433,7 +433,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
433
433
|
};
|
|
434
434
|
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
435
435
|
readonly resize: {
|
|
436
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "
|
|
436
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
437
437
|
readonly required: false;
|
|
438
438
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
439
|
__epPropKey: true;
|
|
@@ -553,7 +553,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
553
553
|
};
|
|
554
554
|
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
555
555
|
readonly resize: {
|
|
556
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "
|
|
556
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
557
557
|
readonly required: false;
|
|
558
558
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
559
559
|
__epPropKey: true;
|
|
@@ -650,7 +650,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
650
650
|
};
|
|
651
651
|
readonly type: EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
652
652
|
readonly resize: {
|
|
653
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "
|
|
653
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
654
654
|
readonly required: false;
|
|
655
655
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
656
656
|
__epPropKey: true;
|
|
@@ -1207,16 +1207,16 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
1207
1207
|
formatTag: undefined;
|
|
1208
1208
|
retainInputValue: boolean;
|
|
1209
1209
|
}>>> & {
|
|
1210
|
-
onBlur?: ((value: string, event: FocusEvent) => any) | undefined;
|
|
1211
1210
|
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
1211
|
+
onBlur?: ((value: string, event: FocusEvent) => any) | undefined;
|
|
1212
1212
|
onChange?: ((data: string[]) => any) | undefined;
|
|
1213
|
-
onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
|
|
1214
1213
|
onEnter?: ((value: string, event: MouseEvent) => any) | undefined;
|
|
1215
1214
|
onRemove?: ((tag: string) => any) | undefined;
|
|
1215
|
+
onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
|
|
1216
1216
|
}, {
|
|
1217
|
+
modelValue: string[];
|
|
1217
1218
|
disabled: boolean;
|
|
1218
1219
|
trigger: TriggerType | TriggerType[];
|
|
1219
|
-
modelValue: string[];
|
|
1220
1220
|
inputProps: Partial<Mutable<InputProps> & {
|
|
1221
1221
|
style?: CSSProperties | undefined;
|
|
1222
1222
|
class?: any;
|