yc-pro-components 0.0.9 → 0.0.10
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 +49 -49
- package/es/components/check-card/src/index.vue.d.ts +4 -4
- package/es/components/check-card-group/index.d.ts +43 -43
- package/es/components/check-card-group/src/index.vue.d.ts +3 -3
- package/es/components/date-picker/index.d.ts +17 -17
- package/es/components/date-picker/src/index.vue.d.ts +9 -9
- package/es/components/dialog/index.d.ts +41 -41
- package/es/components/dialog/src/index.vue.d.ts +4 -4
- package/es/components/dialog-form/index.d.ts +109 -109
- package/es/components/dialog-form/src/index.vue.d.ts +35 -35
- 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 +105 -105
- package/es/components/drawer-form/src/index.vue.d.ts +34 -34
- package/es/components/form/index.d.ts +123 -123
- package/es/components/form/src/form-content.vue.d.ts +24 -24
- package/es/components/form/src/index.vue.d.ts +43 -43
- package/es/components/form-item/index.d.ts +78 -78
- package/es/components/form-item/src/index.vue.d.ts +22 -22
- 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 +48 -48
- package/es/components/input-tag/src/index.vue.d.ts +36 -36
- package/es/components/layout/index.d.ts +60 -60
- package/es/components/layout/src/index.vue.d.ts +20 -20
- package/es/components/page/index.d.ts +846 -846
- package/es/components/page/src/index.vue.d.ts +286 -286
- package/es/components/pagination/index.d.ts +42 -42
- package/es/components/pagination/src/index.vue.d.ts +3 -3
- package/es/components/radio/index.d.ts +47 -47
- package/es/components/radio/src/index.vue.d.ts +39 -39
- package/es/components/render/index.d.ts +12 -12
- package/es/components/render/src/index.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +324 -324
- package/es/components/search/src/index.vue.d.ts +106 -106
- package/es/components/sidebar/index.d.ts +30 -30
- package/es/components/sidebar/src/index.vue.d.ts +10 -10
- package/es/components/steps-form/index.d.ts +23 -23
- package/es/components/steps-form/src/index.vue.d.ts +2 -2
- package/es/components/table/index.d.ts +76 -76
- package/es/components/table/src/index.vue.d.ts +24 -24
- package/es/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
- package/es/components/table/src/table-column.vue.d.ts +24 -24
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/utils/index.d.ts +6 -6
- package/es/components/yc-count-to/index.d.ts +2 -2
- package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/es/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/es/components/yc-dialog/index.d.ts +24 -24
- package/es/components/yc-download-dialog/index.d.ts +19 -19
- package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-drawer/store.d.ts +13 -13
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- package/es/components/yc-more-actions/index.d.ts +86 -86
- package/es/components/yc-more-actions/src/index.vue.d.ts +7 -7
- package/es/components/yc-plus-page/src/index.vue.d.ts +644 -644
- package/es/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/es/components/yc-segmented/index.d.ts +6 -6
- package/es/components/yc-segmented/src/index.d.ts +6 -6
- package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/components/yc-text/src/index.vue2.mjs +31 -4
- package/es/hooks/usePlusFormReset.d.ts +487 -487
- package/index.js +31 -4
- package/index.min.js +2 -2
- package/index.min.mjs +3 -3
- package/index.mjs +31 -4
- package/lib/components/check-card/index.d.ts +49 -49
- package/lib/components/check-card/src/index.vue.d.ts +4 -4
- package/lib/components/check-card-group/index.d.ts +43 -43
- package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +17 -17
- package/lib/components/date-picker/src/index.vue.d.ts +9 -9
- package/lib/components/dialog/index.d.ts +41 -41
- package/lib/components/dialog/src/index.vue.d.ts +4 -4
- package/lib/components/dialog-form/index.d.ts +109 -109
- package/lib/components/dialog-form/src/index.vue.d.ts +35 -35
- 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 +105 -105
- package/lib/components/drawer-form/src/index.vue.d.ts +34 -34
- package/lib/components/form/index.d.ts +123 -123
- package/lib/components/form/src/form-content.vue.d.ts +24 -24
- package/lib/components/form/src/index.vue.d.ts +43 -43
- package/lib/components/form-item/index.d.ts +78 -78
- package/lib/components/form-item/src/index.vue.d.ts +22 -22
- 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 +48 -48
- package/lib/components/input-tag/src/index.vue.d.ts +36 -36
- package/lib/components/layout/index.d.ts +60 -60
- package/lib/components/layout/src/index.vue.d.ts +20 -20
- package/lib/components/page/index.d.ts +846 -846
- package/lib/components/page/src/index.vue.d.ts +286 -286
- package/lib/components/pagination/index.d.ts +42 -42
- package/lib/components/pagination/src/index.vue.d.ts +3 -3
- package/lib/components/radio/index.d.ts +47 -47
- package/lib/components/radio/src/index.vue.d.ts +39 -39
- package/lib/components/render/index.d.ts +12 -12
- package/lib/components/render/src/index.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +324 -324
- package/lib/components/search/src/index.vue.d.ts +106 -106
- package/lib/components/sidebar/index.d.ts +30 -30
- package/lib/components/sidebar/src/index.vue.d.ts +10 -10
- package/lib/components/steps-form/index.d.ts +23 -23
- package/lib/components/steps-form/src/index.vue.d.ts +2 -2
- package/lib/components/table/index.d.ts +76 -76
- package/lib/components/table/src/index.vue.d.ts +24 -24
- package/lib/components/table/src/table-column-drag-sort.vue.d.ts +23 -23
- package/lib/components/table/src/table-column.vue.d.ts +24 -24
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/utils/index.d.ts +6 -6
- package/lib/components/yc-count-to/index.d.ts +2 -2
- package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
- package/lib/components/yc-count-to/src/rebound/index.d.ts +1 -1
- package/lib/components/yc-dialog/index.d.ts +24 -24
- package/lib/components/yc-download-dialog/index.d.ts +19 -19
- package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-drawer/store.d.ts +13 -13
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- package/lib/components/yc-more-actions/index.d.ts +86 -86
- package/lib/components/yc-more-actions/src/index.vue.d.ts +7 -7
- package/lib/components/yc-plus-page/src/index.vue.d.ts +644 -644
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +2 -2
- package/lib/components/yc-segmented/index.d.ts +6 -6
- package/lib/components/yc-segmented/src/index.d.ts +6 -6
- package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
- package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/components/yc-text/src/index.vue2.js +30 -3
- package/lib/hooks/usePlusFormReset.d.ts +487 -487
- 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
|
@@ -44,7 +44,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
44
44
|
inputInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
45
45
|
readonly id: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
46
46
|
readonly size: {
|
|
47
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
47
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
|
|
48
48
|
readonly required: false;
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
@@ -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, "both" | "none" | "horizontal" | "vertical", unknown>>;
|
|
69
69
|
readonly required: false;
|
|
70
70
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
71
|
__epPropKey: true;
|
|
@@ -141,7 +141,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
141
141
|
props: Readonly< LooseRequired<Readonly< ExtractPropTypes<{
|
|
142
142
|
readonly id: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
143
143
|
readonly size: {
|
|
144
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
144
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
|
|
145
145
|
readonly required: false;
|
|
146
146
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
147
|
__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, "both" | "none" | "horizontal" | "vertical", unknown>>;
|
|
166
166
|
readonly required: false;
|
|
167
167
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
168
|
__epPropKey: true;
|
|
@@ -249,7 +249,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
249
249
|
elForm: FormContext | undefined;
|
|
250
250
|
elFormItem: FormItemContext | undefined;
|
|
251
251
|
inputId: Ref<string | undefined>;
|
|
252
|
-
inputSize: ComputedRef<"" | "
|
|
252
|
+
inputSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
253
253
|
inputDisabled: ComputedRef<boolean>;
|
|
254
254
|
nsInput: {
|
|
255
255
|
namespace: ComputedRef<string>;
|
|
@@ -412,7 +412,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
412
412
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
413
413
|
readonly id: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
414
414
|
readonly size: {
|
|
415
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
415
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
|
|
416
416
|
readonly required: false;
|
|
417
417
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
418
418
|
__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, "both" | "none" | "horizontal" | "vertical", unknown>>;
|
|
437
437
|
readonly required: false;
|
|
438
438
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
439
|
__epPropKey: true;
|
|
@@ -532,7 +532,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
532
532
|
}, Readonly< ExtractPropTypes<{
|
|
533
533
|
readonly id: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
534
534
|
readonly size: {
|
|
535
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
535
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
|
|
536
536
|
readonly required: false;
|
|
537
537
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
538
538
|
__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, "both" | "none" | "horizontal" | "vertical", unknown>>;
|
|
557
557
|
readonly required: false;
|
|
558
558
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
559
559
|
__epPropKey: true;
|
|
@@ -629,7 +629,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
629
629
|
props: Readonly< LooseRequired<Readonly< ExtractPropTypes<{
|
|
630
630
|
readonly id: EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
631
631
|
readonly size: {
|
|
632
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
632
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", never>>;
|
|
633
633
|
readonly required: false;
|
|
634
634
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
635
635
|
__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, "both" | "none" | "horizontal" | "vertical", unknown>>;
|
|
654
654
|
readonly required: false;
|
|
655
655
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
656
656
|
__epPropKey: true;
|
|
@@ -737,7 +737,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
737
737
|
elForm: FormContext | undefined;
|
|
738
738
|
elFormItem: FormItemContext | undefined;
|
|
739
739
|
inputId: Ref<string | undefined>;
|
|
740
|
-
inputSize: ComputedRef<"" | "
|
|
740
|
+
inputSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
741
741
|
inputDisabled: ComputedRef<boolean>;
|
|
742
742
|
nsInput: {
|
|
743
743
|
namespace: ComputedRef<string>;
|
|
@@ -903,43 +903,43 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
903
903
|
readonly autofocus: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
904
904
|
}> | null | undefined>;
|
|
905
905
|
tagInstance: Ref< CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
906
|
-
readonly type: EpPropFinalized<StringConstructor, "
|
|
906
|
+
readonly type: EpPropFinalized<StringConstructor, "primary" | "success" | "warning" | "danger" | "info", unknown, "primary", boolean>;
|
|
907
907
|
readonly closable: BooleanConstructor;
|
|
908
908
|
readonly disableTransitions: BooleanConstructor;
|
|
909
909
|
readonly hit: BooleanConstructor;
|
|
910
910
|
readonly color: StringConstructor;
|
|
911
911
|
readonly size: {
|
|
912
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
912
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
913
913
|
readonly required: false;
|
|
914
914
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
915
915
|
__epPropKey: true;
|
|
916
916
|
};
|
|
917
|
-
readonly effect: EpPropFinalized<StringConstructor, "
|
|
917
|
+
readonly effect: EpPropFinalized<StringConstructor, "light" | "plain" | "dark", unknown, "light", boolean>;
|
|
918
918
|
readonly round: BooleanConstructor;
|
|
919
919
|
}>> & {
|
|
920
920
|
onClose?: ((evt: MouseEvent) => any) | undefined;
|
|
921
921
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
922
922
|
}, {
|
|
923
923
|
props: Readonly< LooseRequired<Readonly< ExtractPropTypes<{
|
|
924
|
-
readonly type: EpPropFinalized<StringConstructor, "
|
|
924
|
+
readonly type: EpPropFinalized<StringConstructor, "primary" | "success" | "warning" | "danger" | "info", unknown, "primary", boolean>;
|
|
925
925
|
readonly closable: BooleanConstructor;
|
|
926
926
|
readonly disableTransitions: BooleanConstructor;
|
|
927
927
|
readonly hit: BooleanConstructor;
|
|
928
928
|
readonly color: StringConstructor;
|
|
929
929
|
readonly size: {
|
|
930
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
930
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
931
931
|
readonly required: false;
|
|
932
932
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
933
933
|
__epPropKey: true;
|
|
934
934
|
};
|
|
935
|
-
readonly effect: EpPropFinalized<StringConstructor, "
|
|
935
|
+
readonly effect: EpPropFinalized<StringConstructor, "light" | "plain" | "dark", unknown, "light", boolean>;
|
|
936
936
|
readonly round: BooleanConstructor;
|
|
937
937
|
}>> & {
|
|
938
938
|
onClose?: ((evt: MouseEvent) => any) | undefined;
|
|
939
939
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
940
940
|
}>>;
|
|
941
941
|
emit: ((event: "close", evt: MouseEvent) => void) & ((event: "click", evt: MouseEvent) => void);
|
|
942
|
-
tagSize: ComputedRef<"" | "
|
|
942
|
+
tagSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
943
943
|
ns: {
|
|
944
944
|
namespace: ComputedRef<string>;
|
|
945
945
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1029,26 +1029,26 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
1029
1029
|
close: (evt: MouseEvent) => boolean;
|
|
1030
1030
|
click: (evt: MouseEvent) => boolean;
|
|
1031
1031
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
1032
|
-
readonly type: EpPropFinalized<StringConstructor, "
|
|
1032
|
+
readonly type: EpPropFinalized<StringConstructor, "primary" | "success" | "warning" | "danger" | "info", unknown, "primary", boolean>;
|
|
1033
1033
|
readonly closable: BooleanConstructor;
|
|
1034
1034
|
readonly disableTransitions: BooleanConstructor;
|
|
1035
1035
|
readonly hit: BooleanConstructor;
|
|
1036
1036
|
readonly color: StringConstructor;
|
|
1037
1037
|
readonly size: {
|
|
1038
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1038
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1039
1039
|
readonly required: false;
|
|
1040
1040
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1041
1041
|
__epPropKey: true;
|
|
1042
1042
|
};
|
|
1043
|
-
readonly effect: EpPropFinalized<StringConstructor, "
|
|
1043
|
+
readonly effect: EpPropFinalized<StringConstructor, "light" | "plain" | "dark", unknown, "light", boolean>;
|
|
1044
1044
|
readonly round: BooleanConstructor;
|
|
1045
1045
|
}>> & {
|
|
1046
1046
|
onClose?: ((evt: MouseEvent) => any) | undefined;
|
|
1047
1047
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1048
1048
|
}, {
|
|
1049
|
-
readonly type: EpPropMergeType<StringConstructor, "
|
|
1049
|
+
readonly type: EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "danger" | "info", unknown>;
|
|
1050
1050
|
readonly closable: boolean;
|
|
1051
|
-
readonly effect: EpPropMergeType<StringConstructor, "
|
|
1051
|
+
readonly effect: EpPropMergeType<StringConstructor, "light" | "plain" | "dark", unknown>;
|
|
1052
1052
|
readonly round: boolean;
|
|
1053
1053
|
readonly disableTransitions: boolean;
|
|
1054
1054
|
readonly hit: boolean;
|
|
@@ -1060,43 +1060,43 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
1060
1060
|
M: {};
|
|
1061
1061
|
Defaults: {};
|
|
1062
1062
|
}, Readonly< ExtractPropTypes<{
|
|
1063
|
-
readonly type: EpPropFinalized<StringConstructor, "
|
|
1063
|
+
readonly type: EpPropFinalized<StringConstructor, "primary" | "success" | "warning" | "danger" | "info", unknown, "primary", boolean>;
|
|
1064
1064
|
readonly closable: BooleanConstructor;
|
|
1065
1065
|
readonly disableTransitions: BooleanConstructor;
|
|
1066
1066
|
readonly hit: BooleanConstructor;
|
|
1067
1067
|
readonly color: StringConstructor;
|
|
1068
1068
|
readonly size: {
|
|
1069
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1069
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1070
1070
|
readonly required: false;
|
|
1071
1071
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1072
1072
|
__epPropKey: true;
|
|
1073
1073
|
};
|
|
1074
|
-
readonly effect: EpPropFinalized<StringConstructor, "
|
|
1074
|
+
readonly effect: EpPropFinalized<StringConstructor, "light" | "plain" | "dark", unknown, "light", boolean>;
|
|
1075
1075
|
readonly round: BooleanConstructor;
|
|
1076
1076
|
}>> & {
|
|
1077
1077
|
onClose?: ((evt: MouseEvent) => any) | undefined;
|
|
1078
1078
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1079
1079
|
}, {
|
|
1080
1080
|
props: Readonly< LooseRequired<Readonly< ExtractPropTypes<{
|
|
1081
|
-
readonly type: EpPropFinalized<StringConstructor, "
|
|
1081
|
+
readonly type: EpPropFinalized<StringConstructor, "primary" | "success" | "warning" | "danger" | "info", unknown, "primary", boolean>;
|
|
1082
1082
|
readonly closable: BooleanConstructor;
|
|
1083
1083
|
readonly disableTransitions: BooleanConstructor;
|
|
1084
1084
|
readonly hit: BooleanConstructor;
|
|
1085
1085
|
readonly color: StringConstructor;
|
|
1086
1086
|
readonly size: {
|
|
1087
|
-
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "
|
|
1087
|
+
readonly type: PropType<EpPropMergeType<StringConstructor, "" | "large" | "default" | "small", unknown>>;
|
|
1088
1088
|
readonly required: false;
|
|
1089
1089
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1090
1090
|
__epPropKey: true;
|
|
1091
1091
|
};
|
|
1092
|
-
readonly effect: EpPropFinalized<StringConstructor, "
|
|
1092
|
+
readonly effect: EpPropFinalized<StringConstructor, "light" | "plain" | "dark", unknown, "light", boolean>;
|
|
1093
1093
|
readonly round: BooleanConstructor;
|
|
1094
1094
|
}>> & {
|
|
1095
1095
|
onClose?: ((evt: MouseEvent) => any) | undefined;
|
|
1096
1096
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
1097
1097
|
}>>;
|
|
1098
1098
|
emit: ((event: "close", evt: MouseEvent) => void) & ((event: "click", evt: MouseEvent) => void);
|
|
1099
|
-
tagSize: ComputedRef<"" | "
|
|
1099
|
+
tagSize: ComputedRef<"" | "large" | "default" | "small">;
|
|
1100
1100
|
ns: {
|
|
1101
1101
|
namespace: ComputedRef<string>;
|
|
1102
1102
|
b: (blockSuffix?: string | undefined) => string;
|
|
@@ -1183,9 +1183,9 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
1183
1183
|
}>>, {}, {}>> & Record<string, any>;
|
|
1184
1184
|
Close: any;
|
|
1185
1185
|
}, {}, {}, {}, {
|
|
1186
|
-
readonly type: EpPropMergeType<StringConstructor, "
|
|
1186
|
+
readonly type: EpPropMergeType<StringConstructor, "primary" | "success" | "warning" | "danger" | "info", unknown>;
|
|
1187
1187
|
readonly closable: boolean;
|
|
1188
|
-
readonly effect: EpPropMergeType<StringConstructor, "
|
|
1188
|
+
readonly effect: EpPropMergeType<StringConstructor, "light" | "plain" | "dark", unknown>;
|
|
1189
1189
|
readonly round: boolean;
|
|
1190
1190
|
readonly disableTransitions: boolean;
|
|
1191
1191
|
readonly hit: boolean;
|
|
@@ -1207,16 +1207,16 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
1207
1207
|
formatTag: undefined;
|
|
1208
1208
|
retainInputValue: boolean;
|
|
1209
1209
|
}>>> & {
|
|
1210
|
-
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
1211
1210
|
onBlur?: ((value: string, event: FocusEvent) => any) | undefined;
|
|
1212
1211
|
onChange?: ((data: string[]) => any) | undefined;
|
|
1213
1212
|
onEnter?: ((value: string, event: MouseEvent) => any) | undefined;
|
|
1213
|
+
"onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
|
|
1214
1214
|
onRemove?: ((tag: string) => any) | undefined;
|
|
1215
1215
|
onSpace?: ((value: string, event: MouseEvent) => any) | undefined;
|
|
1216
1216
|
}, {
|
|
1217
|
-
modelValue: string[];
|
|
1218
|
-
disabled: boolean;
|
|
1219
1217
|
trigger: TriggerType | TriggerType[];
|
|
1218
|
+
disabled: boolean;
|
|
1219
|
+
modelValue: string[];
|
|
1220
1220
|
inputProps: Partial<Mutable<InputProps> & {
|
|
1221
1221
|
style?: CSSProperties | undefined;
|
|
1222
1222
|
class?: any;
|