yc-pro-components 0.0.25 → 0.0.26
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 +57 -57
- package/es/components/check-card/src/index.vue.d.ts +14 -14
- package/es/components/check-card-group/index.d.ts +22 -22
- package/es/components/check-card-group/src/index.vue.d.ts +19 -19
- package/es/components/date-picker/index.d.ts +1 -1
- package/es/components/date-picker/src/index.vue.d.ts +1 -1
- 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 +19 -19
- package/es/components/dialog/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/index.d.ts +47 -47
- package/es/components/dialog-form/src/index.vue.d.ts +7 -7
- package/es/components/display-item/index.d.ts +32 -32
- package/es/components/display-item/src/index.vue.d.ts +13 -13
- package/es/components/drawer-form/index.d.ts +28 -28
- package/es/components/drawer-form/src/index.vue.d.ts +6 -6
- package/es/components/form/index.d.ts +107 -107
- package/es/components/form/src/form-content.vue.d.ts +17 -17
- package/es/components/form/src/index.vue.d.ts +16 -16
- package/es/components/form-item/index.d.ts +128 -128
- package/es/components/form-item/src/form-item.mjs +2 -1
- package/es/components/form-item/src/index.vue.d.ts +16 -16
- 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 +11 -11
- package/es/components/input-tag/src/index.vue.d.ts +3 -3
- package/es/components/page/index.d.ts +900 -900
- package/es/components/page/src/index.vue.d.ts +289 -289
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +26 -26
- 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 +328 -328
- package/es/components/search/src/index.vue.d.ts +95 -95
- 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 +74 -74
- package/es/components/table/src/index.vue.d.ts +19 -19
- 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 +18 -18
- package/es/components/table/src/table-column.vue.d.ts +28 -28
- package/es/components/table/src/table-title-bar.vue2.mjs +1 -0
- 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/src/index.vue2.mjs +1 -1
- 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/src/index.vue.mjs +1 -1
- package/es/components/yc-drawer/src/index.vue2.mjs +1 -1
- package/es/components/yc-drawer/store.d.ts +6 -6
- package/es/components/yc-form-container-header/index.d.ts +12 -12
- 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 +677 -677
- package/es/components/yc-plus-tree/src/index.vue.d.ts +6 -1
- package/es/components/yc-plus-tree/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-tree/src/index.vue2.mjs +14 -6
- 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 +3 -3
- package/es/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/es/components/yc-text/src/index.vue.d.ts +2 -2
- package/es/hooks/usePlusFormReset.d.ts +193 -193
- package/es/index.css +2 -2
- package/index.css +48 -48
- package/index.js +21 -11
- package/index.min.css +2 -2
- package/index.min.js +7 -7
- package/index.min.mjs +7 -7
- package/index.mjs +21 -11
- package/lib/components/check-card/index.d.ts +57 -57
- package/lib/components/check-card/src/index.vue.d.ts +14 -14
- package/lib/components/check-card-group/index.d.ts +22 -22
- package/lib/components/check-card-group/src/index.vue.d.ts +19 -19
- package/lib/components/date-picker/index.d.ts +1 -1
- package/lib/components/date-picker/src/index.vue.d.ts +1 -1
- 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 +19 -19
- package/lib/components/dialog/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/index.d.ts +47 -47
- package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
- package/lib/components/display-item/index.d.ts +32 -32
- package/lib/components/display-item/src/index.vue.d.ts +13 -13
- package/lib/components/drawer-form/index.d.ts +28 -28
- package/lib/components/drawer-form/src/index.vue.d.ts +6 -6
- package/lib/components/form/index.d.ts +107 -107
- package/lib/components/form/src/form-content.vue.d.ts +17 -17
- package/lib/components/form/src/index.vue.d.ts +16 -16
- package/lib/components/form-item/index.d.ts +128 -128
- package/lib/components/form-item/src/form-item.js +2 -1
- package/lib/components/form-item/src/index.vue.d.ts +16 -16
- 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 +11 -11
- package/lib/components/input-tag/src/index.vue.d.ts +3 -3
- package/lib/components/page/index.d.ts +900 -900
- package/lib/components/page/src/index.vue.d.ts +289 -289
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +26 -26
- 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 +328 -328
- package/lib/components/search/src/index.vue.d.ts +95 -95
- 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 +74 -74
- package/lib/components/table/src/index.vue.d.ts +19 -19
- 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 +18 -18
- package/lib/components/table/src/table-column.vue.d.ts +28 -28
- package/lib/components/table/src/table-title-bar.vue2.js +1 -0
- 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/src/index.vue2.js +1 -1
- 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/src/index.vue.js +1 -1
- package/lib/components/yc-drawer/src/index.vue2.js +1 -1
- package/lib/components/yc-drawer/store.d.ts +6 -6
- package/lib/components/yc-form-container-header/index.d.ts +12 -12
- 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 +677 -677
- package/lib/components/yc-plus-tree/src/index.vue.d.ts +6 -1
- package/lib/components/yc-plus-tree/src/index.vue.js +1 -1
- package/lib/components/yc-plus-tree/src/index.vue2.js +13 -5
- 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 +3 -3
- package/lib/components/yc-status-dialog/src/index.vue.d.ts +2 -2
- package/lib/components/yc-text/src/index.vue.d.ts +2 -2
- package/lib/hooks/usePlusFormReset.d.ts +193 -193
- package/lib/index.css +2 -2
- 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-dialog.css +1 -1
- package/theme-chalk/plus-display-item.css +1 -1
- package/theme-chalk/plus-table.css +1 -1
- package/theme-chalk/plus-yc-dialog.css +1 -1
- package/theme-chalk/plus-yc-drawer.css +1 -1
- package/theme-chalk/plus-yc-plus-tree.css +1 -1
- package/theme-chalk/src/dialog.scss +45 -0
- package/theme-chalk/src/display-item.scss +1 -0
- package/theme-chalk/src/table.scss +10 -0
- package/theme-chalk/src/yc-dialog.scss +50 -0
- package/theme-chalk/src/yc-drawer.scss +1 -1
- package/theme-chalk/src/yc-plus-tree.scss +1 -0
package/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! yc-pro-components v0.0.
|
|
1
|
+
/*! yc-pro-components v0.0.26 */
|
|
2
2
|
import { unref, isRef, ref, inject, isReactive, watch, 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
|
|
|
@@ -15825,7 +15825,8 @@ const FieldComponentMap = {
|
|
|
15825
15825
|
},
|
|
15826
15826
|
"input-number": {
|
|
15827
15827
|
component: ElInputNumber,
|
|
15828
|
-
|
|
15828
|
+
// align: 'left' 设置输入文本靠左对齐 (Element Plus 2.10.5+)
|
|
15829
|
+
props: { placeholder: "plus.field.pleaseEnter", align: "left" }
|
|
15829
15830
|
},
|
|
15830
15831
|
radio: {
|
|
15831
15832
|
component: ElRadioGroup,
|
|
@@ -18506,6 +18507,7 @@ var _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
18506
18507
|
key: 2,
|
|
18507
18508
|
placement: "bottom",
|
|
18508
18509
|
width: columnSettingPopoverWidth.value,
|
|
18510
|
+
offset: 8,
|
|
18509
18511
|
trigger: "click",
|
|
18510
18512
|
title: unref(t)("plus.table.columnSettings")
|
|
18511
18513
|
}, {
|
|
@@ -57535,7 +57537,8 @@ var _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
57535
57537
|
searchLoadMore: { type: Function, default: void 0 },
|
|
57536
57538
|
searchPageSize: { default: 20 },
|
|
57537
57539
|
onSearchChange: { type: Function, default: void 0 },
|
|
57538
|
-
padding: { default: 16 }
|
|
57540
|
+
padding: { default: 16 },
|
|
57541
|
+
searchInputClass: { default: void 0 }
|
|
57539
57542
|
},
|
|
57540
57543
|
emits: ["node-click", "action-click", "check", "add-node", "update-node", "update:expandedKeys", "node-expand", "node-collapse", "drag-start", "drag-end", "drag-update", "node-reorder"],
|
|
57541
57544
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
@@ -57558,6 +57561,13 @@ var _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
57558
57561
|
const treeHeight = ref(400);
|
|
57559
57562
|
const { getCdnUrl } = useYcCdnUrl();
|
|
57560
57563
|
const treeMoreIconUrl = getCdnUrl("images", "tree_more.svg");
|
|
57564
|
+
const searchInputClasses = computed(() => {
|
|
57565
|
+
const classes = ["search-input"];
|
|
57566
|
+
if (props.searchInputClass) {
|
|
57567
|
+
classes.push(props.searchInputClass);
|
|
57568
|
+
}
|
|
57569
|
+
return classes.join(" ");
|
|
57570
|
+
});
|
|
57561
57571
|
const updateTreeHeight = () => {
|
|
57562
57572
|
if (treeContainerRef.value) {
|
|
57563
57573
|
const height = treeContainerRef.value.clientHeight;
|
|
@@ -58152,8 +58162,8 @@ var _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
58152
58162
|
placeholder: _ctx.placeholder,
|
|
58153
58163
|
"prefix-icon": "Search",
|
|
58154
58164
|
clearable: "",
|
|
58155
|
-
class:
|
|
58156
|
-
}, null, 8, ["modelValue", "placeholder"])) : (openBlock(), createElementBlock(
|
|
58165
|
+
class: normalizeClass(searchInputClasses.value)
|
|
58166
|
+
}, null, 8, ["modelValue", "placeholder", "class"])) : (openBlock(), createElementBlock(
|
|
58157
58167
|
Fragment,
|
|
58158
58168
|
{ key: 1 },
|
|
58159
58169
|
[
|
|
@@ -58170,8 +58180,8 @@ var _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
58170
58180
|
placeholder: _ctx.placeholder,
|
|
58171
58181
|
clearable: "",
|
|
58172
58182
|
filterable: "",
|
|
58173
|
-
class:
|
|
58174
|
-
}, null, 8, ["modelValue", "load-more", "page-size", "placeholder"])
|
|
58183
|
+
class: normalizeClass(searchInputClasses.value)
|
|
58184
|
+
}, null, 8, ["modelValue", "load-more", "page-size", "placeholder", "class"])
|
|
58175
58185
|
],
|
|
58176
58186
|
2112
|
|
58177
58187
|
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
@@ -58374,7 +58384,7 @@ var _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
|
58374
58384
|
}
|
|
58375
58385
|
});
|
|
58376
58386
|
|
|
58377
|
-
var YcPlusTreeComponent = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-
|
|
58387
|
+
var YcPlusTreeComponent = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-61e7209b"], ["__file", "index.vue"]]);
|
|
58378
58388
|
|
|
58379
58389
|
const YcPlusTree = l(YcPlusTreeComponent);
|
|
58380
58390
|
const RePlusTree = YcPlusTree;
|
|
@@ -58395,7 +58405,7 @@ var _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
58395
58405
|
width: {},
|
|
58396
58406
|
size: {},
|
|
58397
58407
|
maxHeight: { type: [String, Number, Boolean], default: "720px" },
|
|
58398
|
-
showHeaderBorder: { type: Boolean, default:
|
|
58408
|
+
showHeaderBorder: { type: Boolean, default: true }
|
|
58399
58409
|
},
|
|
58400
58410
|
setup(__props) {
|
|
58401
58411
|
const props = __props;
|
|
@@ -58509,7 +58519,7 @@ const closeAllDrawer = () => {
|
|
|
58509
58519
|
drawerStore.value = [];
|
|
58510
58520
|
};
|
|
58511
58521
|
|
|
58512
|
-
const _withScopeId$1 = (n) => (pushScopeId("data-v-
|
|
58522
|
+
const _withScopeId$1 = (n) => (pushScopeId("data-v-e05479bb"), n = n(), popScopeId(), n);
|
|
58513
58523
|
const _hoisted_1$4 = { class: "custom-drawer-header" };
|
|
58514
58524
|
const _hoisted_2$4 = { class: "header-content" };
|
|
58515
58525
|
const _hoisted_3$4 = ["id"];
|
|
@@ -58733,7 +58743,7 @@ var _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
58733
58743
|
}
|
|
58734
58744
|
});
|
|
58735
58745
|
|
|
58736
|
-
var YcDrawerComponent = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-
|
|
58746
|
+
var YcDrawerComponent = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-e05479bb"], ["__file", "index.vue"]]);
|
|
58737
58747
|
|
|
58738
58748
|
const YcDrawer = YcDrawerComponent;
|
|
58739
58749
|
const ReDrawer = YcDrawerComponent;
|
|
@@ -4,20 +4,16 @@ 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<string | ((data: Pick< PlusCheckCardProps, "
|
|
7
|
+
avatar: {
|
|
8
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
9
9
|
default: undefined;
|
|
10
10
|
};
|
|
11
11
|
disabled: {
|
|
12
12
|
type: PropType<boolean>;
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
|
-
avatar: {
|
|
16
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
17
|
-
default: undefined;
|
|
18
|
-
};
|
|
19
15
|
extra: {
|
|
20
|
-
type: PropType<(data: Pick< PlusCheckCardProps, "
|
|
16
|
+
type: PropType<(data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes>;
|
|
21
17
|
default: undefined;
|
|
22
18
|
};
|
|
23
19
|
size: {
|
|
@@ -28,8 +24,12 @@ export declare const PlusCheckCard: {
|
|
|
28
24
|
type: PropType<boolean>;
|
|
29
25
|
default: boolean;
|
|
30
26
|
};
|
|
27
|
+
title: {
|
|
28
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
29
|
+
default: undefined;
|
|
30
|
+
};
|
|
31
31
|
description: {
|
|
32
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
32
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
33
33
|
default: undefined;
|
|
34
34
|
};
|
|
35
35
|
avatarProps: {
|
|
@@ -37,28 +37,24 @@ export declare const PlusCheckCard: {
|
|
|
37
37
|
default: () => {};
|
|
38
38
|
};
|
|
39
39
|
}>> & {
|
|
40
|
-
onChange?: ((checked: boolean) => any) | undefined;
|
|
41
40
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
41
|
+
onChange?: ((checked: boolean) => any) | undefined;
|
|
42
42
|
onExtra?: (() => any) | undefined;
|
|
43
43
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
44
44
|
"update:modelValue": (checked: boolean) => void;
|
|
45
45
|
change: (checked: boolean) => void;
|
|
46
46
|
extra: () => void;
|
|
47
47
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
48
|
-
|
|
49
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
48
|
+
avatar: {
|
|
49
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
50
50
|
default: undefined;
|
|
51
51
|
};
|
|
52
52
|
disabled: {
|
|
53
53
|
type: PropType<boolean>;
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
|
-
avatar: {
|
|
57
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
58
|
-
default: undefined;
|
|
59
|
-
};
|
|
60
56
|
extra: {
|
|
61
|
-
type: PropType<(data: Pick< PlusCheckCardProps, "
|
|
57
|
+
type: PropType<(data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes>;
|
|
62
58
|
default: undefined;
|
|
63
59
|
};
|
|
64
60
|
size: {
|
|
@@ -69,8 +65,12 @@ export declare const PlusCheckCard: {
|
|
|
69
65
|
type: PropType<boolean>;
|
|
70
66
|
default: boolean;
|
|
71
67
|
};
|
|
68
|
+
title: {
|
|
69
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
70
|
+
default: undefined;
|
|
71
|
+
};
|
|
72
72
|
description: {
|
|
73
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
73
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
74
74
|
default: undefined;
|
|
75
75
|
};
|
|
76
76
|
avatarProps: {
|
|
@@ -78,17 +78,17 @@ export declare const PlusCheckCard: {
|
|
|
78
78
|
default: () => {};
|
|
79
79
|
};
|
|
80
80
|
}>> & {
|
|
81
|
-
onChange?: ((checked: boolean) => any) | undefined;
|
|
82
81
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
82
|
+
onChange?: ((checked: boolean) => any) | undefined;
|
|
83
83
|
onExtra?: (() => any) | undefined;
|
|
84
84
|
}, {
|
|
85
|
-
|
|
85
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
86
86
|
disabled: boolean;
|
|
87
|
-
|
|
88
|
-
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
87
|
+
extra: (data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes;
|
|
89
88
|
size: "" | "default" | "small" | "large";
|
|
90
89
|
modelValue: boolean;
|
|
91
|
-
|
|
90
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
91
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
92
92
|
avatarProps: RecordType;
|
|
93
93
|
}, true, {}, {}, {
|
|
94
94
|
P: {};
|
|
@@ -98,20 +98,16 @@ export declare const PlusCheckCard: {
|
|
|
98
98
|
M: {};
|
|
99
99
|
Defaults: {};
|
|
100
100
|
}, Readonly< ExtractPropTypes<{
|
|
101
|
-
|
|
102
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
101
|
+
avatar: {
|
|
102
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
103
103
|
default: undefined;
|
|
104
104
|
};
|
|
105
105
|
disabled: {
|
|
106
106
|
type: PropType<boolean>;
|
|
107
107
|
default: boolean;
|
|
108
108
|
};
|
|
109
|
-
avatar: {
|
|
110
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
111
|
-
default: undefined;
|
|
112
|
-
};
|
|
113
109
|
extra: {
|
|
114
|
-
type: PropType<(data: Pick< PlusCheckCardProps, "
|
|
110
|
+
type: PropType<(data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes>;
|
|
115
111
|
default: undefined;
|
|
116
112
|
};
|
|
117
113
|
size: {
|
|
@@ -122,8 +118,12 @@ export declare const PlusCheckCard: {
|
|
|
122
118
|
type: PropType<boolean>;
|
|
123
119
|
default: boolean;
|
|
124
120
|
};
|
|
121
|
+
title: {
|
|
122
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
123
|
+
default: undefined;
|
|
124
|
+
};
|
|
125
125
|
description: {
|
|
126
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
126
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
127
127
|
default: undefined;
|
|
128
128
|
};
|
|
129
129
|
avatarProps: {
|
|
@@ -131,37 +131,33 @@ export declare const PlusCheckCard: {
|
|
|
131
131
|
default: () => {};
|
|
132
132
|
};
|
|
133
133
|
}>> & {
|
|
134
|
-
onChange?: ((checked: boolean) => any) | undefined;
|
|
135
134
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
135
|
+
onChange?: ((checked: boolean) => any) | undefined;
|
|
136
136
|
onExtra?: (() => any) | undefined;
|
|
137
137
|
}, {}, {}, {}, {}, {
|
|
138
|
-
|
|
138
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
139
139
|
disabled: boolean;
|
|
140
|
-
|
|
141
|
-
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
140
|
+
extra: (data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes;
|
|
142
141
|
size: "" | "default" | "small" | "large";
|
|
143
142
|
modelValue: boolean;
|
|
144
|
-
|
|
143
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
144
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "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<string | ((data: Pick< PlusCheckCardProps, "
|
|
151
|
+
avatar: {
|
|
152
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
153
153
|
default: undefined;
|
|
154
154
|
};
|
|
155
155
|
disabled: {
|
|
156
156
|
type: PropType<boolean>;
|
|
157
157
|
default: boolean;
|
|
158
158
|
};
|
|
159
|
-
avatar: {
|
|
160
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes)>;
|
|
161
|
-
default: undefined;
|
|
162
|
-
};
|
|
163
159
|
extra: {
|
|
164
|
-
type: PropType<(data: Pick< PlusCheckCardProps, "
|
|
160
|
+
type: PropType<(data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes>;
|
|
165
161
|
default: undefined;
|
|
166
162
|
};
|
|
167
163
|
size: {
|
|
@@ -172,8 +168,12 @@ export declare const PlusCheckCard: {
|
|
|
172
168
|
type: PropType<boolean>;
|
|
173
169
|
default: boolean;
|
|
174
170
|
};
|
|
171
|
+
title: {
|
|
172
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
173
|
+
default: undefined;
|
|
174
|
+
};
|
|
175
175
|
description: {
|
|
176
|
-
type: PropType<string | ((data: Pick< PlusCheckCardProps, "
|
|
176
|
+
type: PropType<string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes)>;
|
|
177
177
|
default: undefined;
|
|
178
178
|
};
|
|
179
179
|
avatarProps: {
|
|
@@ -181,43 +181,43 @@ export declare const PlusCheckCard: {
|
|
|
181
181
|
default: () => {};
|
|
182
182
|
};
|
|
183
183
|
}>> & {
|
|
184
|
-
onChange?: ((checked: boolean) => any) | undefined;
|
|
185
184
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
185
|
+
onChange?: ((checked: boolean) => any) | undefined;
|
|
186
186
|
onExtra?: (() => any) | undefined;
|
|
187
187
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
188
188
|
"update:modelValue": (checked: boolean) => void;
|
|
189
189
|
change: (checked: boolean) => void;
|
|
190
190
|
extra: () => void;
|
|
191
191
|
}, string, {
|
|
192
|
-
|
|
192
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
193
193
|
disabled: boolean;
|
|
194
|
-
|
|
195
|
-
extra: (data: Pick< PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
194
|
+
extra: (data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes;
|
|
196
195
|
size: "" | "default" | "small" | "large";
|
|
197
196
|
modelValue: boolean;
|
|
198
|
-
|
|
197
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
198
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "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, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
205
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "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, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
210
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "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, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
214
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
215
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
216
216
|
}): any;
|
|
217
217
|
description?(_: {
|
|
218
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
218
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
219
219
|
description: string | undefined;
|
|
220
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
220
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
221
221
|
}): any;
|
|
222
222
|
};
|
|
223
223
|
});
|
|
@@ -43,38 +43,38 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
43
43
|
extra: undefined;
|
|
44
44
|
disabled: boolean;
|
|
45
45
|
}>>> & {
|
|
46
|
-
onChange?: ((checked: boolean) => any) | undefined;
|
|
47
46
|
"onUpdate:modelValue"?: ((checked: boolean) => any) | undefined;
|
|
47
|
+
onChange?: ((checked: boolean) => any) | undefined;
|
|
48
48
|
onExtra?: (() => any) | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
|
|
50
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
51
51
|
disabled: boolean;
|
|
52
|
-
|
|
53
|
-
extra: (data: Pick<PlusCheckCardProps, "title" | "avatar" | "description">) => RenderTypes;
|
|
52
|
+
extra: (data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes;
|
|
54
53
|
size: "" | "default" | "small" | "large";
|
|
55
54
|
modelValue: boolean;
|
|
56
|
-
|
|
55
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes);
|
|
56
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "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, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
62
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "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, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
67
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "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, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
71
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
72
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
73
73
|
}): any;
|
|
74
74
|
description?(_: {
|
|
75
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
75
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
76
76
|
description: string | undefined;
|
|
77
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
77
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
78
78
|
}): any;
|
|
79
79
|
}>;
|
|
80
80
|
export default _default;
|
|
@@ -27,8 +27,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
}>> & {
|
|
30
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
31
30
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
31
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
32
32
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
33
33
|
value: string | number;
|
|
34
34
|
}) => any) | undefined;
|
|
@@ -62,8 +62,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
62
62
|
default: boolean;
|
|
63
63
|
};
|
|
64
64
|
}>> & {
|
|
65
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
66
65
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
66
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
67
67
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
68
68
|
value: string | number;
|
|
69
69
|
}) => any) | undefined;
|
|
@@ -106,8 +106,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
106
106
|
default: boolean;
|
|
107
107
|
};
|
|
108
108
|
}>> & {
|
|
109
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
110
109
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
110
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
111
111
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
112
112
|
value: string | number;
|
|
113
113
|
}) => any) | undefined;
|
|
@@ -147,8 +147,8 @@ export declare const PlusCheckCardGroup: {
|
|
|
147
147
|
default: boolean;
|
|
148
148
|
};
|
|
149
149
|
}>> & {
|
|
150
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
151
150
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
151
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
152
152
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
153
153
|
value: string | number;
|
|
154
154
|
}) => any) | undefined;
|
|
@@ -169,40 +169,40 @@ export declare const PlusCheckCardGroup: {
|
|
|
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, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
173
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "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, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
177
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
178
178
|
}) => any>> & Partial<Record<string, (_: {
|
|
179
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
179
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
180
180
|
description: string | undefined;
|
|
181
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
181
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "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, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
184
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
185
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "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, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
190
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "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, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
195
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
196
196
|
}): any;
|
|
197
197
|
description?(_: {
|
|
198
|
-
title: string | ((data: Pick< PlusCheckCardProps, "
|
|
198
|
+
title: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
199
199
|
description: string | undefined;
|
|
200
|
-
avatar: string | ((data: Pick< PlusCheckCardProps, "
|
|
200
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "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, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
204
|
+
avatar: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
205
|
+
description: string | ((data: Pick< PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
206
206
|
}): any;
|
|
207
207
|
};
|
|
208
208
|
});
|
|
@@ -45,8 +45,8 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
45
45
|
disabled: boolean;
|
|
46
46
|
multiple: boolean;
|
|
47
47
|
}>>> & {
|
|
48
|
-
onChange?: ((checked: ValueType) => any) | undefined;
|
|
49
48
|
"onUpdate:modelValue"?: ((checked: ValueType) => any) | undefined;
|
|
49
|
+
onChange?: ((checked: ValueType) => any) | undefined;
|
|
50
50
|
onExtra?: ((item: PlusCheckCardProps & {
|
|
51
51
|
value: string | number;
|
|
52
52
|
}) => any) | undefined;
|
|
@@ -60,40 +60,40 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
|
|
|
60
60
|
multiple: boolean;
|
|
61
61
|
}, {}>, Partial<Record<string, (_: {
|
|
62
62
|
avatar: string | undefined;
|
|
63
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
64
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
63
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
64
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
65
65
|
}) => any>> & Partial<Record<string, (_: {
|
|
66
66
|
title: string | undefined;
|
|
67
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
68
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
67
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
68
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
69
69
|
}) => any>> & Partial<Record<string, (_: {
|
|
70
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
70
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
71
71
|
description: string | undefined;
|
|
72
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
72
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
73
73
|
}) => any>> & Partial<Record<string, (_: {
|
|
74
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
75
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
76
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
74
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
75
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
76
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
77
77
|
}) => any>> & {
|
|
78
78
|
avatar?(_: {
|
|
79
79
|
avatar: string | undefined;
|
|
80
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
81
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
80
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
81
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
82
82
|
}): any;
|
|
83
83
|
title?(_: {
|
|
84
84
|
title: string | undefined;
|
|
85
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
86
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
85
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
86
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
87
87
|
}): any;
|
|
88
88
|
description?(_: {
|
|
89
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
89
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
90
90
|
description: string | undefined;
|
|
91
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
91
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
92
92
|
}): any;
|
|
93
93
|
extra?(_: {
|
|
94
|
-
title: string | ((data: Pick<PlusCheckCardProps, "
|
|
95
|
-
avatar: string | ((data: Pick<PlusCheckCardProps, "
|
|
96
|
-
description: string | ((data: Pick<PlusCheckCardProps, "
|
|
94
|
+
title: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
95
|
+
avatar: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
96
|
+
description: string | ((data: Pick<PlusCheckCardProps, "avatar" | "title" | "description">) => RenderTypes) | undefined;
|
|
97
97
|
}): any;
|
|
98
98
|
}>;
|
|
99
99
|
export default _default;
|
|
@@ -712,8 +712,8 @@ export declare const PlusDatePicker: DefineComponent<{
|
|
|
712
712
|
};
|
|
713
713
|
}>> & {
|
|
714
714
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
715
|
-
onChange?: ((value: string[]) => any) | undefined;
|
|
716
715
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
716
|
+
onChange?: ((value: string[]) => any) | undefined;
|
|
717
717
|
}, {
|
|
718
718
|
type: "date" | "year" | "month" | "dates" | "week" | "datetime";
|
|
719
719
|
disabled: boolean;
|
|
@@ -678,8 +678,8 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
|
|
|
678
678
|
endDisabledDate: (endTime: any, startValue: any) => boolean;
|
|
679
679
|
}>>> & {
|
|
680
680
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
681
|
-
onChange?: ((value: string[]) => any) | undefined;
|
|
682
681
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
682
|
+
onChange?: ((value: string[]) => any) | undefined;
|
|
683
683
|
}, {
|
|
684
684
|
type: "date" | "year" | "month" | "dates" | "week" | "datetime";
|
|
685
685
|
disabled: boolean;
|