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
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! yc-pro-components v0.0.
|
|
1
|
+
/*! yc-pro-components v0.0.9 */
|
|
2
2
|
import { unref, isRef, ref, isReactive, watch, inject, computed, shallowRef, provide, onMounted, nextTick, onBeforeUnmount, defineComponent, watchEffect, openBlock, createBlock, mergeProps, createSlots, withCtx, createElementVNode, renderSlot, normalizeStyle, createVNode, createTextVNode, toDisplayString, createElementBlock, normalizeClass, createCommentVNode, reactive, useAttrs, Fragment, renderList, resolveDynamicComponent, normalizeProps, guardReactiveProps, h, withDirectives, isVNode, withKeys, withModifiers, TransitionGroup, toHandlers, getCurrentInstance, resolveComponent, toRefs, useSlots, onUnmounted, resolveDirective, pushScopeId, popScopeId, onBeforeMount, getCurrentScope, onScopeDispose, toRef, mergeModels, useModel, vShow } from 'vue';
|
|
3
3
|
import { dayjs, localeContextKey, ElDialog, ElButton, ElPagination, ElRadioGroup, ElRadio, ElTableColumn, ElDropdown, ElDropdownMenu, ElDropdownItem, ElIcon, ElTooltip, ElPopconfirm, ElLink, ElMessageBox, useFormDisabled, ElDatePicker, ClickOutside, ElTag, ElInput, ElAutocomplete, ElCascader, ElCheckboxGroup, ElCheckbox, ElColorPicker, ElInputNumber, ElRate, ElSelect, ElOption, ElSlider, ElSwitch, ElTimePicker, ElTimeSelect, ElTransfer, ElTreeSelect, ElSelectV2, ElText, ElDivider, ElFormItem, ElOptionGroup, ElRow, ElCol, ElForm, ElCard, ElMessage, ElImage, ElProgress, ElAvatar, ElPopover, ElTable, vLoading, ElDescriptions, ElDescriptionsItem, ElDrawer, ElSteps, ElStep, ElBreadcrumb, ElBreadcrumbItem, ElMenuItem, ElSubMenu, ElMenu, ElScrollbar, ElHeader, ElContainer, ElMain, ElBacktop } from 'element-plus';
|
|
4
4
|
|
|
@@ -57944,7 +57944,7 @@ var _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
57944
57944
|
}
|
|
57945
57945
|
});
|
|
57946
57946
|
|
|
57947
|
-
var YcStatusDialog = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-
|
|
57947
|
+
var YcStatusDialog = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-ce588855"], ["__file", "index.vue"]]);
|
|
57948
57948
|
|
|
57949
57949
|
var _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
57950
57950
|
...{
|
|
@@ -4,32 +4,32 @@ import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOpt
|
|
|
4
4
|
export type { PlusCheckCardProps } from './src/index.vue';
|
|
5
5
|
export declare const PlusCheckCard: {
|
|
6
6
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
7
|
-
|
|
8
|
-
type: PropType<
|
|
9
|
-
default:
|
|
7
|
+
size: {
|
|
8
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
9
|
+
default: string;
|
|
10
10
|
};
|
|
11
|
-
|
|
11
|
+
modelValue: {
|
|
12
12
|
type: PropType<boolean>;
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
|
-
|
|
16
|
-
type: PropType<(data: Pick< PlusCheckCardProps, "
|
|
15
|
+
title: {
|
|
16
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
17
17
|
default: undefined;
|
|
18
18
|
};
|
|
19
|
-
|
|
20
|
-
type: PropType<
|
|
21
|
-
default:
|
|
19
|
+
avatar: {
|
|
20
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
21
|
+
default: undefined;
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
disabled: {
|
|
24
24
|
type: PropType<boolean>;
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
|
-
|
|
28
|
-
type: PropType<
|
|
27
|
+
extra: {
|
|
28
|
+
type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
|
|
29
29
|
default: undefined;
|
|
30
30
|
};
|
|
31
31
|
description: {
|
|
32
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
32
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
33
33
|
default: undefined;
|
|
34
34
|
};
|
|
35
35
|
avatarProps: {
|
|
@@ -45,32 +45,32 @@ export declare const PlusCheckCard: {
|
|
|
45
45
|
change: (checked: boolean) => void;
|
|
46
46
|
extra: () => void;
|
|
47
47
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
48
|
-
|
|
49
|
-
type: PropType<
|
|
50
|
-
default:
|
|
48
|
+
size: {
|
|
49
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
50
|
+
default: string;
|
|
51
51
|
};
|
|
52
|
-
|
|
52
|
+
modelValue: {
|
|
53
53
|
type: PropType<boolean>;
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
|
-
|
|
57
|
-
type: PropType<(data: Pick< PlusCheckCardProps, "
|
|
56
|
+
title: {
|
|
57
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
58
58
|
default: undefined;
|
|
59
59
|
};
|
|
60
|
-
|
|
61
|
-
type: PropType<
|
|
62
|
-
default:
|
|
60
|
+
avatar: {
|
|
61
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
62
|
+
default: undefined;
|
|
63
63
|
};
|
|
64
|
-
|
|
64
|
+
disabled: {
|
|
65
65
|
type: PropType<boolean>;
|
|
66
66
|
default: boolean;
|
|
67
67
|
};
|
|
68
|
-
|
|
69
|
-
type: PropType<
|
|
68
|
+
extra: {
|
|
69
|
+
type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
|
|
70
70
|
default: undefined;
|
|
71
71
|
};
|
|
72
72
|
description: {
|
|
73
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
73
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
74
74
|
default: undefined;
|
|
75
75
|
};
|
|
76
76
|
avatarProps: {
|
|
@@ -82,13 +82,13 @@ export declare const PlusCheckCard: {
|
|
|
82
82
|
onChange?: ((checked: boolean) => any) | undefined;
|
|
83
83
|
onExtra?: (() => any) | undefined;
|
|
84
84
|
}, {
|
|
85
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
86
|
-
disabled: boolean;
|
|
87
|
-
extra: (data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes;
|
|
88
85
|
size: "" | "default" | "small" | "large";
|
|
89
86
|
modelValue: boolean;
|
|
90
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
91
|
-
|
|
87
|
+
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
88
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
89
|
+
disabled: boolean;
|
|
90
|
+
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
91
|
+
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
92
92
|
avatarProps: RecordType;
|
|
93
93
|
}, true, {}, {}, {
|
|
94
94
|
P: {};
|
|
@@ -98,32 +98,32 @@ export declare const PlusCheckCard: {
|
|
|
98
98
|
M: {};
|
|
99
99
|
Defaults: {};
|
|
100
100
|
}, Readonly< ExtractPropTypes<{
|
|
101
|
-
|
|
102
|
-
type: PropType<
|
|
103
|
-
default:
|
|
101
|
+
size: {
|
|
102
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
103
|
+
default: string;
|
|
104
104
|
};
|
|
105
|
-
|
|
105
|
+
modelValue: {
|
|
106
106
|
type: PropType<boolean>;
|
|
107
107
|
default: boolean;
|
|
108
108
|
};
|
|
109
|
-
|
|
110
|
-
type: PropType<(data: Pick< PlusCheckCardProps, "
|
|
109
|
+
title: {
|
|
110
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
111
111
|
default: undefined;
|
|
112
112
|
};
|
|
113
|
-
|
|
114
|
-
type: PropType<
|
|
115
|
-
default:
|
|
113
|
+
avatar: {
|
|
114
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
115
|
+
default: undefined;
|
|
116
116
|
};
|
|
117
|
-
|
|
117
|
+
disabled: {
|
|
118
118
|
type: PropType<boolean>;
|
|
119
119
|
default: boolean;
|
|
120
120
|
};
|
|
121
|
-
|
|
122
|
-
type: PropType<
|
|
121
|
+
extra: {
|
|
122
|
+
type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
|
|
123
123
|
default: undefined;
|
|
124
124
|
};
|
|
125
125
|
description: {
|
|
126
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
126
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
127
127
|
default: undefined;
|
|
128
128
|
};
|
|
129
129
|
avatarProps: {
|
|
@@ -135,45 +135,45 @@ export declare const PlusCheckCard: {
|
|
|
135
135
|
onChange?: ((checked: boolean) => any) | undefined;
|
|
136
136
|
onExtra?: (() => any) | undefined;
|
|
137
137
|
}, {}, {}, {}, {}, {
|
|
138
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
139
|
-
disabled: boolean;
|
|
140
|
-
extra: (data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes;
|
|
141
138
|
size: "" | "default" | "small" | "large";
|
|
142
139
|
modelValue: boolean;
|
|
143
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
144
|
-
|
|
140
|
+
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
141
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
142
|
+
disabled: boolean;
|
|
143
|
+
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
144
|
+
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
145
145
|
avatarProps: RecordType;
|
|
146
146
|
}>;
|
|
147
147
|
__isFragment?: undefined;
|
|
148
148
|
__isTeleport?: undefined;
|
|
149
149
|
__isSuspense?: undefined;
|
|
150
150
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
151
|
-
|
|
152
|
-
type: PropType<
|
|
153
|
-
default:
|
|
151
|
+
size: {
|
|
152
|
+
type: PropType<"" | "default" | "small" | "large">;
|
|
153
|
+
default: string;
|
|
154
154
|
};
|
|
155
|
-
|
|
155
|
+
modelValue: {
|
|
156
156
|
type: PropType<boolean>;
|
|
157
157
|
default: boolean;
|
|
158
158
|
};
|
|
159
|
-
|
|
160
|
-
type: PropType<(data: Pick< PlusCheckCardProps, "
|
|
159
|
+
title: {
|
|
160
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
161
161
|
default: undefined;
|
|
162
162
|
};
|
|
163
|
-
|
|
164
|
-
type: PropType<
|
|
165
|
-
default:
|
|
163
|
+
avatar: {
|
|
164
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
165
|
+
default: undefined;
|
|
166
166
|
};
|
|
167
|
-
|
|
167
|
+
disabled: {
|
|
168
168
|
type: PropType<boolean>;
|
|
169
169
|
default: boolean;
|
|
170
170
|
};
|
|
171
|
-
|
|
172
|
-
type: PropType<
|
|
171
|
+
extra: {
|
|
172
|
+
type: PropType<(data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes>;
|
|
173
173
|
default: undefined;
|
|
174
174
|
};
|
|
175
175
|
description: {
|
|
176
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
176
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
177
177
|
default: undefined;
|
|
178
178
|
};
|
|
179
179
|
avatarProps: {
|
|
@@ -189,35 +189,35 @@ export declare const PlusCheckCard: {
|
|
|
189
189
|
change: (checked: boolean) => void;
|
|
190
190
|
extra: () => void;
|
|
191
191
|
}, string, {
|
|
192
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
193
|
-
disabled: boolean;
|
|
194
|
-
extra: (data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes;
|
|
195
192
|
size: "" | "default" | "small" | "large";
|
|
196
193
|
modelValue: boolean;
|
|
197
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
198
|
-
|
|
194
|
+
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
195
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
196
|
+
disabled: boolean;
|
|
197
|
+
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
198
|
+
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
199
199
|
avatarProps: RecordType;
|
|
200
200
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
201
201
|
$slots: {
|
|
202
202
|
avatar?(_: {
|
|
203
203
|
avatar: string | undefined;
|
|
204
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
205
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
204
|
+
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
205
|
+
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
206
206
|
}): any;
|
|
207
207
|
title?(_: {
|
|
208
208
|
title: string | undefined;
|
|
209
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
210
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
209
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
210
|
+
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
211
211
|
}): any;
|
|
212
212
|
extra?(_: {
|
|
213
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
214
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
215
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
213
|
+
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
214
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
215
|
+
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
216
216
|
}): any;
|
|
217
217
|
description?(_: {
|
|
218
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
218
|
+
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
219
219
|
description: string | undefined;
|
|
220
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
220
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
221
221
|
}): any;
|
|
222
222
|
};
|
|
223
223
|
});
|
|
@@ -47,34 +47,34 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
47
47
|
onChange?: ((checked: boolean) => any) | undefined;
|
|
48
48
|
onExtra?: (() => any) | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
51
|
-
disabled: boolean;
|
|
52
|
-
extra: (data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes;
|
|
53
50
|
size: "" | "default" | "small" | "large";
|
|
54
51
|
modelValue: boolean;
|
|
55
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
56
|
-
|
|
52
|
+
title: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
53
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
54
|
+
disabled: boolean;
|
|
55
|
+
extra: (data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
56
|
+
description: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes);
|
|
57
57
|
avatarProps: RecordType;
|
|
58
58
|
}, {}>, {
|
|
59
59
|
avatar?(_: {
|
|
60
60
|
avatar: string | undefined;
|
|
61
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
62
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
61
|
+
title: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
62
|
+
description: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
63
63
|
}): any;
|
|
64
64
|
title?(_: {
|
|
65
65
|
title: string | undefined;
|
|
66
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
67
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
66
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
67
|
+
description: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
68
68
|
}): any;
|
|
69
69
|
extra?(_: {
|
|
70
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
71
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
72
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
70
|
+
title: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
71
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
72
|
+
description: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
73
73
|
}): any;
|
|
74
74
|
description?(_: {
|
|
75
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
75
|
+
title: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
76
76
|
description: string | undefined;
|
|
77
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
77
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
78
78
|
}): any;
|
|
79
79
|
}>;
|
|
80
80
|
export default _default;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { ValueType } from './src/index.vue';
|
|
2
1
|
import { PlusCheckCardProps, RenderTypes } from 'packages/yc-components';
|
|
2
|
+
import { ValueType } from './src/index.vue';
|
|
3
3
|
import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
|
|
4
4
|
export type { PlusCheckCardGroupProps } from './src/index.vue';
|
|
5
5
|
export declare const PlusCheckCardGroup: {
|
|
6
6
|
new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
|
|
7
|
-
disabled: {
|
|
8
|
-
type: PropType<boolean>;
|
|
9
|
-
default: boolean;
|
|
10
|
-
};
|
|
11
7
|
size: {
|
|
12
8
|
type: PropType<"" | "default" | "small" | "large">;
|
|
13
9
|
default: undefined;
|
|
14
10
|
};
|
|
11
|
+
modelValue: {
|
|
12
|
+
type: PropType<ValueType>;
|
|
13
|
+
default: () => never[];
|
|
14
|
+
};
|
|
15
|
+
disabled: {
|
|
16
|
+
type: PropType<boolean>;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
15
19
|
options: {
|
|
16
20
|
type: PropType<( PlusCheckCardProps & {
|
|
17
21
|
value: string | number;
|
|
18
22
|
})[]>;
|
|
19
23
|
default: () => never[];
|
|
20
24
|
};
|
|
21
|
-
modelValue: {
|
|
22
|
-
type: PropType<ValueType>;
|
|
23
|
-
default: () => never[];
|
|
24
|
-
};
|
|
25
25
|
multiple: {
|
|
26
26
|
type: PropType<boolean>;
|
|
27
27
|
default: boolean;
|
|
@@ -39,24 +39,24 @@ export declare const PlusCheckCardGroup: {
|
|
|
39
39
|
value: string | number;
|
|
40
40
|
}) => void;
|
|
41
41
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
42
|
-
disabled: {
|
|
43
|
-
type: PropType<boolean>;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
42
|
size: {
|
|
47
43
|
type: PropType<"" | "default" | "small" | "large">;
|
|
48
44
|
default: undefined;
|
|
49
45
|
};
|
|
46
|
+
modelValue: {
|
|
47
|
+
type: PropType<ValueType>;
|
|
48
|
+
default: () => never[];
|
|
49
|
+
};
|
|
50
|
+
disabled: {
|
|
51
|
+
type: PropType<boolean>;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
50
54
|
options: {
|
|
51
55
|
type: PropType<( PlusCheckCardProps & {
|
|
52
56
|
value: string | number;
|
|
53
57
|
})[]>;
|
|
54
58
|
default: () => never[];
|
|
55
59
|
};
|
|
56
|
-
modelValue: {
|
|
57
|
-
type: PropType<ValueType>;
|
|
58
|
-
default: () => never[];
|
|
59
|
-
};
|
|
60
60
|
multiple: {
|
|
61
61
|
type: PropType<boolean>;
|
|
62
62
|
default: boolean;
|
|
@@ -68,12 +68,12 @@ export declare const PlusCheckCardGroup: {
|
|
|
68
68
|
value: string | number;
|
|
69
69
|
}) => any) | undefined;
|
|
70
70
|
}, {
|
|
71
|
-
disabled: boolean;
|
|
72
71
|
size: "" | "default" | "small" | "large";
|
|
72
|
+
modelValue: ValueType;
|
|
73
|
+
disabled: boolean;
|
|
73
74
|
options: ( PlusCheckCardProps & {
|
|
74
75
|
value: string | number;
|
|
75
76
|
})[];
|
|
76
|
-
modelValue: ValueType;
|
|
77
77
|
multiple: boolean;
|
|
78
78
|
}, true, {}, {}, {
|
|
79
79
|
P: {};
|
|
@@ -83,24 +83,24 @@ export declare const PlusCheckCardGroup: {
|
|
|
83
83
|
M: {};
|
|
84
84
|
Defaults: {};
|
|
85
85
|
}, Readonly< ExtractPropTypes<{
|
|
86
|
-
disabled: {
|
|
87
|
-
type: PropType<boolean>;
|
|
88
|
-
default: boolean;
|
|
89
|
-
};
|
|
90
86
|
size: {
|
|
91
87
|
type: PropType<"" | "default" | "small" | "large">;
|
|
92
88
|
default: undefined;
|
|
93
89
|
};
|
|
90
|
+
modelValue: {
|
|
91
|
+
type: PropType<ValueType>;
|
|
92
|
+
default: () => never[];
|
|
93
|
+
};
|
|
94
|
+
disabled: {
|
|
95
|
+
type: PropType<boolean>;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
94
98
|
options: {
|
|
95
99
|
type: PropType<( PlusCheckCardProps & {
|
|
96
100
|
value: string | number;
|
|
97
101
|
})[]>;
|
|
98
102
|
default: () => never[];
|
|
99
103
|
};
|
|
100
|
-
modelValue: {
|
|
101
|
-
type: PropType<ValueType>;
|
|
102
|
-
default: () => never[];
|
|
103
|
-
};
|
|
104
104
|
multiple: {
|
|
105
105
|
type: PropType<boolean>;
|
|
106
106
|
default: boolean;
|
|
@@ -112,36 +112,36 @@ export declare const PlusCheckCardGroup: {
|
|
|
112
112
|
value: string | number;
|
|
113
113
|
}) => any) | undefined;
|
|
114
114
|
}, {}, {}, {}, {}, {
|
|
115
|
-
disabled: boolean;
|
|
116
115
|
size: "" | "default" | "small" | "large";
|
|
116
|
+
modelValue: ValueType;
|
|
117
|
+
disabled: boolean;
|
|
117
118
|
options: ( PlusCheckCardProps & {
|
|
118
119
|
value: string | number;
|
|
119
120
|
})[];
|
|
120
|
-
modelValue: ValueType;
|
|
121
121
|
multiple: boolean;
|
|
122
122
|
}>;
|
|
123
123
|
__isFragment?: undefined;
|
|
124
124
|
__isTeleport?: undefined;
|
|
125
125
|
__isSuspense?: undefined;
|
|
126
126
|
} & ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
127
|
-
disabled: {
|
|
128
|
-
type: PropType<boolean>;
|
|
129
|
-
default: boolean;
|
|
130
|
-
};
|
|
131
127
|
size: {
|
|
132
128
|
type: PropType<"" | "default" | "small" | "large">;
|
|
133
129
|
default: undefined;
|
|
134
130
|
};
|
|
131
|
+
modelValue: {
|
|
132
|
+
type: PropType<ValueType>;
|
|
133
|
+
default: () => never[];
|
|
134
|
+
};
|
|
135
|
+
disabled: {
|
|
136
|
+
type: PropType<boolean>;
|
|
137
|
+
default: boolean;
|
|
138
|
+
};
|
|
135
139
|
options: {
|
|
136
140
|
type: PropType<( PlusCheckCardProps & {
|
|
137
141
|
value: string | number;
|
|
138
142
|
})[]>;
|
|
139
143
|
default: () => never[];
|
|
140
144
|
};
|
|
141
|
-
modelValue: {
|
|
142
|
-
type: PropType<ValueType>;
|
|
143
|
-
default: () => never[];
|
|
144
|
-
};
|
|
145
145
|
multiple: {
|
|
146
146
|
type: PropType<boolean>;
|
|
147
147
|
default: boolean;
|
|
@@ -159,50 +159,50 @@ export declare const PlusCheckCardGroup: {
|
|
|
159
159
|
value: string | number;
|
|
160
160
|
}) => void;
|
|
161
161
|
}, string, {
|
|
162
|
-
disabled: boolean;
|
|
163
162
|
size: "" | "default" | "small" | "large";
|
|
163
|
+
modelValue: ValueType;
|
|
164
|
+
disabled: boolean;
|
|
164
165
|
options: ( PlusCheckCardProps & {
|
|
165
166
|
value: string | number;
|
|
166
167
|
})[];
|
|
167
|
-
modelValue: ValueType;
|
|
168
168
|
multiple: boolean;
|
|
169
169
|
}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
170
170
|
$slots: Partial<Record<string, (_: {
|
|
171
171
|
avatar: string | undefined;
|
|
172
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
173
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
172
|
+
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
173
|
+
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
174
174
|
}) => any>> & Partial<Record<string, (_: {
|
|
175
175
|
title: string | undefined;
|
|
176
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
177
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
176
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
177
|
+
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
178
178
|
}) => any>> & Partial<Record<string, (_: {
|
|
179
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
179
|
+
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
180
180
|
description: string | undefined;
|
|
181
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
181
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
182
182
|
}) => any>> & Partial<Record<string, (_: {
|
|
183
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
184
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
185
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
183
|
+
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
184
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
185
|
+
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
186
186
|
}) => any>> & {
|
|
187
187
|
avatar?(_: {
|
|
188
188
|
avatar: string | undefined;
|
|
189
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
190
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
189
|
+
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
190
|
+
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
191
191
|
}): any;
|
|
192
192
|
title?(_: {
|
|
193
193
|
title: string | undefined;
|
|
194
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
195
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
194
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
195
|
+
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
196
196
|
}): any;
|
|
197
197
|
description?(_: {
|
|
198
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
198
|
+
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
199
199
|
description: string | undefined;
|
|
200
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
200
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
201
201
|
}): any;
|
|
202
202
|
extra?(_: {
|
|
203
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
204
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
205
|
-
description: string | ((data: Pick< PlusCheckCardProps, "
|
|
203
|
+
title: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
204
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
205
|
+
description: string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes) | undefined;
|
|
206
206
|
}): any;
|
|
207
207
|
};
|
|
208
208
|
});
|