yc-pro-components 0.0.4 → 0.0.6
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 +38 -38
- package/es/components/check-card/src/index.vue.d.ts +2 -2
- package/es/components/check-card-group/index.d.ts +19 -19
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/index.d.ts +7 -7
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- package/es/components/display-item/index.d.ts +21 -21
- package/es/components/display-item/src/index.vue.d.ts +21 -21
- package/es/components/drawer-form/index.d.ts +26 -26
- package/es/components/drawer-form/src/index.vue.d.ts +8 -8
- package/es/components/form/index.d.ts +14 -14
- package/es/components/form/src/form-content.vue.d.ts +20 -20
- package/es/components/form/src/index.vue.d.ts +14 -14
- package/es/components/form-item/index.d.ts +32 -32
- package/es/components/form-item/src/index.vue.d.ts +12 -12
- package/es/components/header/index.d.ts +19 -19
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/index.d.ts +0 -1
- package/es/components/index.mjs +0 -2
- package/es/components/input-tag/index.d.ts +9 -9
- package/es/components/input-tag/src/index.vue.d.ts +1 -1
- package/es/components/page/index.d.ts +220 -220
- package/es/components/page/src/index.vue.d.ts +78 -78
- package/es/components/radio/index.d.ts +25 -25
- package/es/components/radio/src/index.vue.d.ts +25 -25
- package/es/components/render/index.d.ts +6 -6
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +49 -49
- package/es/components/search/src/index.vue.d.ts +21 -21
- package/es/components/table/index.d.ts +54 -54
- package/es/components/table/src/index.vue.d.ts +18 -18
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/es/components/table/src/table-column.vue.d.ts +21 -21
- 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-line-tree/src/index.vue2.mjs +2 -18
- package/es/components/yc-more-actions/index.d.ts +46 -46
- package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/es/components/yc-plus-page/src/index.vue.d.ts +203 -203
- package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +90 -90
- package/es/index.mjs +0 -2
- package/index.js +11 -2066
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +12 -2060
- package/lib/components/check-card/index.d.ts +38 -38
- package/lib/components/check-card/src/index.vue.d.ts +2 -2
- package/lib/components/check-card-group/index.d.ts +19 -19
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/index.d.ts +7 -7
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- package/lib/components/display-item/index.d.ts +21 -21
- package/lib/components/display-item/src/index.vue.d.ts +21 -21
- package/lib/components/drawer-form/index.d.ts +26 -26
- package/lib/components/drawer-form/src/index.vue.d.ts +8 -8
- package/lib/components/form/index.d.ts +14 -14
- package/lib/components/form/src/form-content.vue.d.ts +20 -20
- package/lib/components/form/src/index.vue.d.ts +14 -14
- package/lib/components/form-item/index.d.ts +32 -32
- package/lib/components/form-item/src/index.vue.d.ts +12 -12
- package/lib/components/header/index.d.ts +19 -19
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/index.d.ts +0 -1
- package/lib/components/index.js +10 -19
- package/lib/components/input-tag/index.d.ts +9 -9
- package/lib/components/input-tag/src/index.vue.d.ts +1 -1
- package/lib/components/page/index.d.ts +220 -220
- package/lib/components/page/src/index.vue.d.ts +78 -78
- package/lib/components/radio/index.d.ts +25 -25
- package/lib/components/radio/src/index.vue.d.ts +25 -25
- package/lib/components/render/index.d.ts +6 -6
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +49 -49
- package/lib/components/search/src/index.vue.d.ts +21 -21
- package/lib/components/table/index.d.ts +54 -54
- package/lib/components/table/src/index.vue.d.ts +18 -18
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +21 -21
- 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-line-tree/src/index.vue2.js +2 -18
- package/lib/components/yc-more-actions/index.d.ts +46 -46
- package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
- package/lib/components/yc-plus-page/src/index.vue.d.ts +203 -203
- package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +90 -90
- package/lib/index.js +10 -19
- 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 -2
- package/es/components/yc-icon/index.d.ts +0 -49
- package/es/components/yc-icon/index.mjs +0 -10
- package/es/components/yc-icon/src/hooks.d.ts +0 -11
- package/es/components/yc-icon/src/hooks.mjs +0 -80
- package/es/components/yc-icon/src/iconfont.d.ts +0 -21
- package/es/components/yc-icon/src/iconfont.mjs +0 -45
- package/es/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
- package/es/components/yc-icon/src/iconifyIconOffline.mjs +0 -51
- package/es/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
- package/es/components/yc-icon/src/iconifyIconOnline.mjs +0 -30
- package/es/components/yc-icon/src/types.d.ts +0 -35
- package/es/components/yc-icon/src/types.mjs +0 -1
- package/lib/components/yc-icon/index.d.ts +0 -49
- package/lib/components/yc-icon/index.js +0 -18
- package/lib/components/yc-icon/src/hooks.d.ts +0 -11
- package/lib/components/yc-icon/src/hooks.js +0 -82
- package/lib/components/yc-icon/src/iconfont.d.ts +0 -21
- package/lib/components/yc-icon/src/iconfont.js +0 -49
- package/lib/components/yc-icon/src/iconifyIconOffline.d.ts +0 -34
- package/lib/components/yc-icon/src/iconifyIconOffline.js +0 -55
- package/lib/components/yc-icon/src/iconifyIconOnline.d.ts +0 -19
- package/lib/components/yc-icon/src/iconifyIconOnline.js +0 -34
- package/lib/components/yc-icon/src/types.d.ts +0 -35
- package/lib/components/yc-icon/src/types.js +0 -2
|
@@ -401,12 +401,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
401
401
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
402
402
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
403
403
|
readonly label: string | ComputedRef<string>;
|
|
404
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
404
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
405
405
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
406
|
-
readonly tooltip: string |
|
|
406
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
407
407
|
style?: CSSProperties | undefined;
|
|
408
408
|
class?: any;
|
|
409
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
409
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
410
410
|
style?: CSSProperties | undefined;
|
|
411
411
|
class?: any;
|
|
412
412
|
} & RecordType>>;
|
|
@@ -428,7 +428,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
428
428
|
};
|
|
429
429
|
rows: number;
|
|
430
430
|
autocomplete: string;
|
|
431
|
-
type: "" | "number" | "default" | "
|
|
431
|
+
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";
|
|
432
432
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
433
433
|
step: string | number;
|
|
434
434
|
format: string | ProgressFn | undefined;
|
|
@@ -467,12 +467,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
467
467
|
fieldInstance?: any;
|
|
468
468
|
valueIsReady?: Ref<boolean> | undefined;
|
|
469
469
|
prop: string;
|
|
470
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
470
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
471
471
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
472
|
-
tooltip: string |
|
|
472
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
473
473
|
style?: CSSProperties | undefined;
|
|
474
474
|
class?: any;
|
|
475
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
475
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
476
476
|
style?: CSSProperties | undefined;
|
|
477
477
|
class?: any;
|
|
478
478
|
} & RecordType>>;
|
|
@@ -497,12 +497,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
497
497
|
}) => any>> & Partial<Record<NonNullable<string | number>, (_: {
|
|
498
498
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
499
499
|
readonly label: string | ComputedRef<string>;
|
|
500
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
500
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
501
501
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
502
|
-
readonly tooltip: string |
|
|
502
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
503
503
|
style?: CSSProperties | undefined;
|
|
504
504
|
class?: any;
|
|
505
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
505
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
506
506
|
style?: CSSProperties | undefined;
|
|
507
507
|
class?: any;
|
|
508
508
|
} & RecordType>>;
|
|
@@ -524,7 +524,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
524
524
|
};
|
|
525
525
|
rows: number;
|
|
526
526
|
autocomplete: string;
|
|
527
|
-
type: "" | "number" | "default" | "
|
|
527
|
+
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";
|
|
528
528
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
529
529
|
step: string | number;
|
|
530
530
|
format: string | ProgressFn | undefined;
|
|
@@ -563,12 +563,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
563
563
|
fieldInstance?: any;
|
|
564
564
|
valueIsReady?: Ref<boolean> | undefined;
|
|
565
565
|
prop: string;
|
|
566
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
566
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
567
567
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
568
|
-
tooltip: string |
|
|
568
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
569
569
|
style?: CSSProperties | undefined;
|
|
570
570
|
class?: any;
|
|
571
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
571
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
572
572
|
style?: CSSProperties | undefined;
|
|
573
573
|
class?: any;
|
|
574
574
|
} & RecordType>>;
|
|
@@ -22,10 +22,10 @@ export declare const PlusFormItem: {
|
|
|
22
22
|
required: true;
|
|
23
23
|
};
|
|
24
24
|
tooltip: {
|
|
25
|
-
type: PropType<string |
|
|
25
|
+
type: PropType<string | Partial< Mutable<ElTooltipProps> & {
|
|
26
26
|
style?: CSSProperties | undefined;
|
|
27
27
|
class?: any;
|
|
28
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
28
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
29
29
|
style?: CSSProperties | undefined;
|
|
30
30
|
class?: any;
|
|
31
31
|
} & RecordType>>>;
|
|
@@ -53,7 +53,7 @@ export declare const PlusFormItem: {
|
|
|
53
53
|
};
|
|
54
54
|
rows: number;
|
|
55
55
|
autocomplete: string;
|
|
56
|
-
type: "" | "number" | "default" | "
|
|
56
|
+
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";
|
|
57
57
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
58
58
|
step: string | number;
|
|
59
59
|
format: string | ProgressFn | undefined;
|
|
@@ -70,7 +70,7 @@ export declare const PlusFormItem: {
|
|
|
70
70
|
default: () => never[];
|
|
71
71
|
};
|
|
72
72
|
modelValue: {
|
|
73
|
-
type: PropType<string | number | boolean | string[] | [string, string] |
|
|
73
|
+
type: PropType<string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
|
|
74
74
|
default: string;
|
|
75
75
|
};
|
|
76
76
|
fieldSlots: {
|
|
@@ -472,10 +472,10 @@ export declare const PlusFormItem: {
|
|
|
472
472
|
required: true;
|
|
473
473
|
};
|
|
474
474
|
tooltip: {
|
|
475
|
-
type: PropType<string |
|
|
475
|
+
type: PropType<string | Partial< Mutable<ElTooltipProps> & {
|
|
476
476
|
style?: CSSProperties | undefined;
|
|
477
477
|
class?: any;
|
|
478
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
478
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
479
479
|
style?: CSSProperties | undefined;
|
|
480
480
|
class?: any;
|
|
481
481
|
} & RecordType>>>;
|
|
@@ -503,7 +503,7 @@ export declare const PlusFormItem: {
|
|
|
503
503
|
};
|
|
504
504
|
rows: number;
|
|
505
505
|
autocomplete: string;
|
|
506
|
-
type: "" | "number" | "default" | "
|
|
506
|
+
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";
|
|
507
507
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
508
508
|
step: string | number;
|
|
509
509
|
format: string | ProgressFn | undefined;
|
|
@@ -520,7 +520,7 @@ export declare const PlusFormItem: {
|
|
|
520
520
|
default: () => never[];
|
|
521
521
|
};
|
|
522
522
|
modelValue: {
|
|
523
|
-
type: PropType<string | number | boolean | string[] | [string, string] |
|
|
523
|
+
type: PropType<string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
|
|
524
524
|
default: string;
|
|
525
525
|
};
|
|
526
526
|
fieldSlots: {
|
|
@@ -599,7 +599,7 @@ export declare const PlusFormItem: {
|
|
|
599
599
|
};
|
|
600
600
|
rows: number;
|
|
601
601
|
autocomplete: string;
|
|
602
|
-
type: "" | "number" | "default" | "
|
|
602
|
+
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";
|
|
603
603
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
604
604
|
step: string | number;
|
|
605
605
|
format: string | ProgressFn | undefined;
|
|
@@ -610,7 +610,7 @@ export declare const PlusFormItem: {
|
|
|
610
610
|
autosize: InputAutoSize;
|
|
611
611
|
} & 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>>>>;
|
|
612
612
|
options: OptionsType;
|
|
613
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
613
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
614
614
|
fieldSlots: {
|
|
615
615
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
616
616
|
};
|
|
@@ -650,10 +650,10 @@ export declare const PlusFormItem: {
|
|
|
650
650
|
required: true;
|
|
651
651
|
};
|
|
652
652
|
tooltip: {
|
|
653
|
-
type: PropType<string |
|
|
653
|
+
type: PropType<string | Partial< Mutable<ElTooltipProps> & {
|
|
654
654
|
style?: CSSProperties | undefined;
|
|
655
655
|
class?: any;
|
|
656
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
656
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
657
657
|
style?: CSSProperties | undefined;
|
|
658
658
|
class?: any;
|
|
659
659
|
} & RecordType>>>;
|
|
@@ -681,7 +681,7 @@ export declare const PlusFormItem: {
|
|
|
681
681
|
};
|
|
682
682
|
rows: number;
|
|
683
683
|
autocomplete: string;
|
|
684
|
-
type: "" | "number" | "default" | "
|
|
684
|
+
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";
|
|
685
685
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
686
686
|
step: string | number;
|
|
687
687
|
format: string | ProgressFn | undefined;
|
|
@@ -698,7 +698,7 @@ export declare const PlusFormItem: {
|
|
|
698
698
|
default: () => never[];
|
|
699
699
|
};
|
|
700
700
|
modelValue: {
|
|
701
|
-
type: PropType<string | number | boolean | string[] | [string, string] |
|
|
701
|
+
type: PropType<string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
|
|
702
702
|
default: string;
|
|
703
703
|
};
|
|
704
704
|
fieldSlots: {
|
|
@@ -1111,7 +1111,7 @@ export declare const PlusFormItem: {
|
|
|
1111
1111
|
};
|
|
1112
1112
|
rows: number;
|
|
1113
1113
|
autocomplete: string;
|
|
1114
|
-
type: "" | "number" | "default" | "
|
|
1114
|
+
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";
|
|
1115
1115
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1116
1116
|
step: string | number;
|
|
1117
1117
|
format: string | ProgressFn | undefined;
|
|
@@ -1122,7 +1122,7 @@ export declare const PlusFormItem: {
|
|
|
1122
1122
|
autosize: InputAutoSize;
|
|
1123
1123
|
} & 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>>>>;
|
|
1124
1124
|
options: OptionsType;
|
|
1125
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1125
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1126
1126
|
fieldSlots: {
|
|
1127
1127
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
1128
1128
|
};
|
|
@@ -1159,10 +1159,10 @@ export declare const PlusFormItem: {
|
|
|
1159
1159
|
required: true;
|
|
1160
1160
|
};
|
|
1161
1161
|
tooltip: {
|
|
1162
|
-
type: PropType<string |
|
|
1162
|
+
type: PropType<string | Partial< Mutable<ElTooltipProps> & {
|
|
1163
1163
|
style?: CSSProperties | undefined;
|
|
1164
1164
|
class?: any;
|
|
1165
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1165
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1166
1166
|
style?: CSSProperties | undefined;
|
|
1167
1167
|
class?: any;
|
|
1168
1168
|
} & RecordType>>>;
|
|
@@ -1190,7 +1190,7 @@ export declare const PlusFormItem: {
|
|
|
1190
1190
|
};
|
|
1191
1191
|
rows: number;
|
|
1192
1192
|
autocomplete: string;
|
|
1193
|
-
type: "" | "number" | "default" | "
|
|
1193
|
+
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";
|
|
1194
1194
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1195
1195
|
step: string | number;
|
|
1196
1196
|
format: string | ProgressFn | undefined;
|
|
@@ -1207,7 +1207,7 @@ export declare const PlusFormItem: {
|
|
|
1207
1207
|
default: () => never[];
|
|
1208
1208
|
};
|
|
1209
1209
|
modelValue: {
|
|
1210
|
-
type: PropType<string | number | boolean | string[] | [string, string] |
|
|
1210
|
+
type: PropType<string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null>;
|
|
1211
1211
|
default: string;
|
|
1212
1212
|
};
|
|
1213
1213
|
fieldSlots: {
|
|
@@ -1623,7 +1623,7 @@ export declare const PlusFormItem: {
|
|
|
1623
1623
|
};
|
|
1624
1624
|
rows: number;
|
|
1625
1625
|
autocomplete: string;
|
|
1626
|
-
type: "" | "number" | "default" | "
|
|
1626
|
+
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";
|
|
1627
1627
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1628
1628
|
step: string | number;
|
|
1629
1629
|
format: string | ProgressFn | undefined;
|
|
@@ -1634,7 +1634,7 @@ export declare const PlusFormItem: {
|
|
|
1634
1634
|
autosize: InputAutoSize;
|
|
1635
1635
|
} & 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>>>>;
|
|
1636
1636
|
options: OptionsType;
|
|
1637
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1637
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1638
1638
|
fieldSlots: {
|
|
1639
1639
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
1640
1640
|
};
|
|
@@ -1662,12 +1662,12 @@ export declare const PlusFormItem: {
|
|
|
1662
1662
|
fieldInstance?: any;
|
|
1663
1663
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1664
1664
|
prop: string;
|
|
1665
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1665
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1666
1666
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1667
|
-
tooltip: string |
|
|
1667
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1668
1668
|
style?: CSSProperties | undefined;
|
|
1669
1669
|
class?: any;
|
|
1670
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1670
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1671
1671
|
style?: CSSProperties | undefined;
|
|
1672
1672
|
class?: any;
|
|
1673
1673
|
} & RecordType>>;
|
|
@@ -1692,12 +1692,12 @@ export declare const PlusFormItem: {
|
|
|
1692
1692
|
}) => any>> & Partial<Record<string, (_: {
|
|
1693
1693
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
1694
1694
|
readonly label: string | ComputedRef<string>;
|
|
1695
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
1695
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1696
1696
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1697
|
-
readonly tooltip: string |
|
|
1697
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1698
1698
|
style?: CSSProperties | undefined;
|
|
1699
1699
|
class?: any;
|
|
1700
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1700
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1701
1701
|
style?: CSSProperties | undefined;
|
|
1702
1702
|
class?: any;
|
|
1703
1703
|
} & RecordType>>;
|
|
@@ -1719,7 +1719,7 @@ export declare const PlusFormItem: {
|
|
|
1719
1719
|
};
|
|
1720
1720
|
rows: number;
|
|
1721
1721
|
autocomplete: string;
|
|
1722
|
-
type: "" | "number" | "default" | "
|
|
1722
|
+
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";
|
|
1723
1723
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
1724
1724
|
step: string | number;
|
|
1725
1725
|
format: string | ProgressFn | undefined;
|
|
@@ -1758,12 +1758,12 @@ export declare const PlusFormItem: {
|
|
|
1758
1758
|
fieldInstance?: any;
|
|
1759
1759
|
valueIsReady?: Ref<boolean> | undefined;
|
|
1760
1760
|
prop: string;
|
|
1761
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
1761
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
1762
1762
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
1763
|
-
tooltip: string |
|
|
1763
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
1764
1764
|
style?: CSSProperties | undefined;
|
|
1765
1765
|
class?: any;
|
|
1766
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1766
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
1767
1767
|
style?: CSSProperties | undefined;
|
|
1768
1768
|
class?: any;
|
|
1769
1769
|
} & RecordType>>;
|
|
@@ -440,7 +440,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
440
440
|
};
|
|
441
441
|
rows: number;
|
|
442
442
|
autocomplete: string;
|
|
443
|
-
type: "" | "number" | "default" | "
|
|
443
|
+
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
444
|
loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
|
|
445
445
|
step: string | number;
|
|
446
446
|
format: string | ProgressFn | undefined;
|
|
@@ -451,7 +451,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
451
451
|
autosize: InputAutoSize;
|
|
452
452
|
} & 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
453
|
options: OptionsType;
|
|
454
|
-
modelValue: string | number | boolean | string[] | [string, string] |
|
|
454
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
455
455
|
fieldSlots: {
|
|
456
456
|
[slotName: string]: (data?: any) => RenderTypes;
|
|
457
457
|
};
|
|
@@ -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 | string[] | [string, string] |
|
|
481
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
482
482
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
483
|
-
tooltip: string |
|
|
483
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
484
484
|
style?: CSSProperties | undefined;
|
|
485
485
|
class?: any;
|
|
486
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
486
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
487
487
|
style?: CSSProperties | undefined;
|
|
488
488
|
class?: any;
|
|
489
489
|
} & RecordType>>;
|
|
@@ -508,12 +508,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
508
508
|
}) => any>> & Partial<Record<string, (_: {
|
|
509
509
|
column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
|
|
510
510
|
readonly label: string | ComputedRef<string>;
|
|
511
|
-
readonly modelValue: string | number | boolean | string[] | [string, string] |
|
|
511
|
+
readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
512
512
|
readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
513
|
-
readonly tooltip: string |
|
|
513
|
+
readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
514
514
|
style?: CSSProperties | undefined;
|
|
515
515
|
class?: any;
|
|
516
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
516
|
+
} & RecordType> | ComputedRef<string> | 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 | string[] | [string, string] |
|
|
577
|
+
modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
|
|
578
578
|
hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
|
|
579
|
-
tooltip: string |
|
|
579
|
+
tooltip: string | Partial< Mutable<ElTooltipProps> & {
|
|
580
580
|
style?: CSSProperties | undefined;
|
|
581
581
|
class?: any;
|
|
582
|
-
} & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
582
|
+
} & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
|
|
583
583
|
style?: CSSProperties | undefined;
|
|
584
584
|
class?: any;
|
|
585
585
|
} & RecordType>>;
|
|
@@ -3,6 +3,10 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
|
|
|
3
3
|
export * from './src/type';
|
|
4
4
|
export declare const PlusHeader: {
|
|
5
5
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
6
|
+
trigger: {
|
|
7
|
+
type: PropType<"hover" | "click">;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
6
10
|
fixed: {
|
|
7
11
|
type: PropType<boolean>;
|
|
8
12
|
default: boolean;
|
|
@@ -11,10 +15,6 @@ export declare const PlusHeader: {
|
|
|
11
15
|
type: PropType<string>;
|
|
12
16
|
default: string;
|
|
13
17
|
};
|
|
14
|
-
trigger: {
|
|
15
|
-
type: PropType<"hover" | "click">;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
18
|
logo: {
|
|
19
19
|
type: PropType<string>;
|
|
20
20
|
default: string;
|
|
@@ -67,6 +67,10 @@ export declare const PlusHeader: {
|
|
|
67
67
|
value: string;
|
|
68
68
|
}) => void;
|
|
69
69
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
70
|
+
trigger: {
|
|
71
|
+
type: PropType<"hover" | "click">;
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
70
74
|
fixed: {
|
|
71
75
|
type: PropType<boolean>;
|
|
72
76
|
default: boolean;
|
|
@@ -75,10 +79,6 @@ export declare const PlusHeader: {
|
|
|
75
79
|
type: PropType<string>;
|
|
76
80
|
default: string;
|
|
77
81
|
};
|
|
78
|
-
trigger: {
|
|
79
|
-
type: PropType<"hover" | "click">;
|
|
80
|
-
default: string;
|
|
81
|
-
};
|
|
82
82
|
logo: {
|
|
83
83
|
type: PropType<string>;
|
|
84
84
|
default: string;
|
|
@@ -126,9 +126,9 @@ export declare const PlusHeader: {
|
|
|
126
126
|
value: string;
|
|
127
127
|
}) => any) | undefined;
|
|
128
128
|
}, {
|
|
129
|
+
trigger: "hover" | "click";
|
|
129
130
|
fixed: boolean;
|
|
130
131
|
title: string;
|
|
131
|
-
trigger: "hover" | "click";
|
|
132
132
|
logo: string;
|
|
133
133
|
logoutText: string;
|
|
134
134
|
userInfo: {
|
|
@@ -151,6 +151,10 @@ export declare const PlusHeader: {
|
|
|
151
151
|
M: {};
|
|
152
152
|
Defaults: {};
|
|
153
153
|
}, Readonly< ExtractPropTypes<{
|
|
154
|
+
trigger: {
|
|
155
|
+
type: PropType<"hover" | "click">;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
154
158
|
fixed: {
|
|
155
159
|
type: PropType<boolean>;
|
|
156
160
|
default: boolean;
|
|
@@ -159,10 +163,6 @@ export declare const PlusHeader: {
|
|
|
159
163
|
type: PropType<string>;
|
|
160
164
|
default: string;
|
|
161
165
|
};
|
|
162
|
-
trigger: {
|
|
163
|
-
type: PropType<"hover" | "click">;
|
|
164
|
-
default: string;
|
|
165
|
-
};
|
|
166
166
|
logo: {
|
|
167
167
|
type: PropType<string>;
|
|
168
168
|
default: string;
|
|
@@ -210,9 +210,9 @@ export declare const PlusHeader: {
|
|
|
210
210
|
value: string;
|
|
211
211
|
}) => any) | undefined;
|
|
212
212
|
}, {}, {}, {}, {}, {
|
|
213
|
+
trigger: "hover" | "click";
|
|
213
214
|
fixed: boolean;
|
|
214
215
|
title: string;
|
|
215
|
-
trigger: "hover" | "click";
|
|
216
216
|
logo: string;
|
|
217
217
|
logoutText: string;
|
|
218
218
|
userInfo: {
|
|
@@ -232,6 +232,10 @@ export declare const PlusHeader: {
|
|
|
232
232
|
__isTeleport?: undefined;
|
|
233
233
|
__isSuspense?: undefined;
|
|
234
234
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
235
|
+
trigger: {
|
|
236
|
+
type: PropType<"hover" | "click">;
|
|
237
|
+
default: string;
|
|
238
|
+
};
|
|
235
239
|
fixed: {
|
|
236
240
|
type: PropType<boolean>;
|
|
237
241
|
default: boolean;
|
|
@@ -240,10 +244,6 @@ export declare const PlusHeader: {
|
|
|
240
244
|
type: PropType<string>;
|
|
241
245
|
default: string;
|
|
242
246
|
};
|
|
243
|
-
trigger: {
|
|
244
|
-
type: PropType<"hover" | "click">;
|
|
245
|
-
default: string;
|
|
246
|
-
};
|
|
247
247
|
logo: {
|
|
248
248
|
type: PropType<string>;
|
|
249
249
|
default: string;
|
|
@@ -296,9 +296,9 @@ export declare const PlusHeader: {
|
|
|
296
296
|
value: string;
|
|
297
297
|
}) => void;
|
|
298
298
|
}, string, {
|
|
299
|
+
trigger: "hover" | "click";
|
|
299
300
|
fixed: boolean;
|
|
300
301
|
title: string;
|
|
301
|
-
trigger: "hover" | "click";
|
|
302
302
|
logo: string;
|
|
303
303
|
logoutText: string;
|
|
304
304
|
userInfo: {
|
|
@@ -30,9 +30,9 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
30
30
|
value: string;
|
|
31
31
|
}) => any) | undefined;
|
|
32
32
|
}, {
|
|
33
|
+
trigger: "hover" | "click";
|
|
33
34
|
fixed: boolean;
|
|
34
35
|
title: string;
|
|
35
|
-
trigger: "hover" | "click";
|
|
36
36
|
logo: string;
|
|
37
37
|
logoutText: string;
|
|
38
38
|
userInfo: {
|
package/lib/components/index.js
CHANGED
|
@@ -39,9 +39,8 @@ var index$H = require('./yc-perms/index.js');
|
|
|
39
39
|
var index$J = require('./yc-col/index.js');
|
|
40
40
|
var index$K = require('./yc-segmented/index.js');
|
|
41
41
|
var index$M = require('./yc-animate-selector/index.js');
|
|
42
|
-
var index$O = require('./yc-
|
|
43
|
-
var index$
|
|
44
|
-
var index$R = require('./yc-tabs-with-filter/index.js');
|
|
42
|
+
var index$O = require('./yc-download-dialog/index.js');
|
|
43
|
+
var index$Q = require('./yc-tabs-with-filter/index.js');
|
|
45
44
|
var type = require('./yc-config-provider/src/type.js');
|
|
46
45
|
var useYcConfig = require('./yc-config-provider/src/useYcConfig.js');
|
|
47
46
|
var index$o = require('./yc-select-v2/src/index.vue.js');
|
|
@@ -60,9 +59,8 @@ var index$I = require('./yc-perms/src/index.js');
|
|
|
60
59
|
var index$L = require('./yc-segmented/src/index.js');
|
|
61
60
|
var animate = require('./yc-animate-selector/src/animate.js');
|
|
62
61
|
var index$N = require('./yc-animate-selector/src/index.vue.js');
|
|
63
|
-
var
|
|
64
|
-
var index$
|
|
65
|
-
var index$S = require('./yc-tabs-with-filter/src/index.vue.js');
|
|
62
|
+
var index$P = require('./yc-download-dialog/src/index.vue.js');
|
|
63
|
+
var index$R = require('./yc-tabs-with-filter/src/index.vue.js');
|
|
66
64
|
|
|
67
65
|
|
|
68
66
|
|
|
@@ -118,14 +116,8 @@ exports.ReCol = index$J.YcCol;
|
|
|
118
116
|
exports.YcCol = index$J.YcCol;
|
|
119
117
|
exports.YcSegmentedWithInstall = index$K.YcSegmentedWithInstall;
|
|
120
118
|
exports.YcAnimateSelectorWithInstall = index$M.YcAnimateSelectorWithInstall;
|
|
121
|
-
exports.
|
|
122
|
-
exports.
|
|
123
|
-
exports.IconifyIconOnline = index$O.YcIconifyIconOnline;
|
|
124
|
-
exports.YcFontIcon = index$O.YcFontIcon;
|
|
125
|
-
exports.YcIconifyIconOffline = index$O.YcIconifyIconOffline;
|
|
126
|
-
exports.YcIconifyIconOnline = index$O.YcIconifyIconOnline;
|
|
127
|
-
exports.YcDownloadDialogWithInstall = index$P.YcDownloadDialogWithInstall;
|
|
128
|
-
exports.YcTabsWithFilterWithInstall = index$R.YcTabsWithFilterWithInstall;
|
|
119
|
+
exports.YcDownloadDialogWithInstall = index$O.YcDownloadDialogWithInstall;
|
|
120
|
+
exports.YcTabsWithFilterWithInstall = index$Q.YcTabsWithFilterWithInstall;
|
|
129
121
|
exports.DEFAULT_CDN_CONFIG = type.DEFAULT_CDN_CONFIG;
|
|
130
122
|
exports.DEFAULT_YC_CONFIG = type.DEFAULT_YC_CONFIG;
|
|
131
123
|
exports.YC_CONFIG_KEY = type.YC_CONFIG_KEY;
|
|
@@ -176,8 +168,7 @@ exports.YcSegmented = index$L.default;
|
|
|
176
168
|
exports.animates = animate.animates;
|
|
177
169
|
exports.ReAnimateSelector = index$N.default;
|
|
178
170
|
exports.YcAnimateSelector = index$N.default;
|
|
179
|
-
exports.
|
|
180
|
-
exports.
|
|
181
|
-
exports.
|
|
182
|
-
exports.
|
|
183
|
-
exports.YcTabsWithFilter = index$S.default;
|
|
171
|
+
exports.ReDownloadDialog = index$P.default;
|
|
172
|
+
exports.YcDownloadDialog = index$P.default;
|
|
173
|
+
exports.ReTabsWithFilter = index$R.default;
|
|
174
|
+
exports.YcTabsWithFilter = index$R.default;
|