@wlydfe/pro-ui 0.2.8 → 0.2.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/form/src/index.vue2.mjs +5 -5
- package/es/components/page/index.d.ts +48 -3
- package/es/components/page/src/index.vue.d.ts +52 -97
- package/es/components/search/src/index.vue2.mjs +1 -1
- package/es/components/table/index.d.ts +19 -0
- package/es/components/table/src/index.vue.d.ts +3 -0
- package/es/components/table/src/index.vue2.mjs +5 -3
- package/es/components/table/src/table-action-bar.vue.d.ts +6 -2
- package/es/components/table/src/table-action-bar.vue2.mjs +3 -1
- package/es/components/table/src/table-column-index.vue2.mjs +1 -1
- package/es/components/table/src/table-column.vue2.mjs +8 -1
- package/es/components/table/src/type.d.ts +2 -0
- package/es/directives/click/index.mjs +1 -0
- package/es/index.css +13 -13
- package/index.js +24 -13
- package/index.min.js +2 -2
- package/index.min.mjs +2 -2
- package/index.mjs +24 -13
- package/lib/components/form/src/index.vue2.js +5 -5
- package/lib/components/page/index.d.ts +48 -3
- package/lib/components/page/src/index.vue.d.ts +52 -97
- package/lib/components/search/src/index.vue2.js +1 -1
- package/lib/components/table/index.d.ts +19 -0
- package/lib/components/table/src/index.vue.d.ts +3 -0
- package/lib/components/table/src/index.vue2.js +5 -3
- package/lib/components/table/src/table-action-bar.vue.d.ts +6 -2
- package/lib/components/table/src/table-action-bar.vue2.js +3 -1
- package/lib/components/table/src/table-column-index.vue2.js +1 -1
- package/lib/components/table/src/table-column.vue2.js +8 -1
- package/lib/components/table/src/type.d.ts +2 -0
- package/lib/directives/click/index.js +1 -0
- package/lib/{index.css → display-item.css} +14 -14
- 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/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @wlydfe/pro-ui v0.2.
|
|
1
|
+
/*! @wlydfe/pro-ui v0.2.10 */
|
|
2
2
|
import { unref, isRef, ref, isReactive, watch, computed, inject, shallowRef, defineComponent, watchEffect, openBlock, createBlock, mergeProps, createSlots, withCtx, createElementVNode, renderSlot, normalizeStyle, createVNode, createTextVNode, toDisplayString, createElementBlock, createCommentVNode, reactive, useAttrs, Fragment, renderList, resolveDynamicComponent, normalizeProps, guardReactiveProps, h, withDirectives, isVNode, normalizeClass, withKeys, withModifiers, TransitionGroup, toHandlers, provide, resolveComponent, onMounted, onBeforeUnmount, toRefs, nextTick, useSlots, getCurrentInstance } 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, 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
|
|
|
@@ -5104,7 +5104,9 @@ var _sfc_main$r = /* @__PURE__ */ defineComponent({
|
|
|
5104
5104
|
type: { default: "link" },
|
|
5105
5105
|
buttons: { default: () => [] },
|
|
5106
5106
|
width: { default: 200 },
|
|
5107
|
-
actionBarTableColumnProps: { default: () => ({
|
|
5107
|
+
actionBarTableColumnProps: { default: () => ({
|
|
5108
|
+
align: "center"
|
|
5109
|
+
}) },
|
|
5108
5110
|
confirmType: { default: "messageBox" }
|
|
5109
5111
|
},
|
|
5110
5112
|
emits: ["clickAction", "clickActionConfirmCancel"],
|
|
@@ -6661,7 +6663,7 @@ var _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
6661
6663
|
modelValue: { default: () => ({}) },
|
|
6662
6664
|
defaultValues: { default: () => ({}) },
|
|
6663
6665
|
columns: { default: () => [] },
|
|
6664
|
-
labelWidth: { default: "
|
|
6666
|
+
labelWidth: { default: "110px" },
|
|
6665
6667
|
labelPosition: { default: "left" },
|
|
6666
6668
|
rowProps: { default: () => ({}) },
|
|
6667
6669
|
colProps: { default: () => ({}) },
|
|
@@ -6783,7 +6785,7 @@ var _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
6783
6785
|
}), {
|
|
6784
6786
|
default: withCtx(() => [
|
|
6785
6787
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
6786
|
-
createCommentVNode("
|
|
6788
|
+
createCommentVNode(" group form "),
|
|
6787
6789
|
subGroup.value ? (openBlock(true), createElementBlock(
|
|
6788
6790
|
Fragment,
|
|
6789
6791
|
{ key: 0 },
|
|
@@ -6863,7 +6865,7 @@ var _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
6863
6865
|
Fragment,
|
|
6864
6866
|
{ key: 1 },
|
|
6865
6867
|
[
|
|
6866
|
-
createCommentVNode("
|
|
6868
|
+
createCommentVNode(" normal form "),
|
|
6867
6869
|
createVNode(PlusFormContent, {
|
|
6868
6870
|
modelValue: values.value,
|
|
6869
6871
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => values.value = $event),
|
|
@@ -6907,7 +6909,7 @@ var _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
6907
6909
|
onClick: handleReset
|
|
6908
6910
|
}, {
|
|
6909
6911
|
default: withCtx(() => [
|
|
6910
|
-
createCommentVNode("
|
|
6912
|
+
createCommentVNode(" reset "),
|
|
6911
6913
|
createTextVNode(
|
|
6912
6914
|
" " + toDisplayString(_ctx.resetText || unref(t)("plus.form.resetText")),
|
|
6913
6915
|
1
|
|
@@ -6923,7 +6925,7 @@ var _sfc_main$k = /* @__PURE__ */ defineComponent({
|
|
|
6923
6925
|
onClick: handleSubmit
|
|
6924
6926
|
}, {
|
|
6925
6927
|
default: withCtx(() => [
|
|
6926
|
-
createCommentVNode("
|
|
6928
|
+
createCommentVNode(" submit "),
|
|
6927
6929
|
createTextVNode(
|
|
6928
6930
|
" " + toDisplayString(_ctx.submitText || unref(t)("plus.form.submitText")),
|
|
6929
6931
|
1
|
|
@@ -7655,6 +7657,13 @@ var _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
7655
7657
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
7656
7658
|
const props = __props;
|
|
7657
7659
|
const emit = __emit;
|
|
7660
|
+
const getDefaultColumnProps = (item) => {
|
|
7661
|
+
return {
|
|
7662
|
+
align: "center",
|
|
7663
|
+
headerAlign: "center",
|
|
7664
|
+
...item.tableColumnProps
|
|
7665
|
+
};
|
|
7666
|
+
};
|
|
7658
7667
|
const plusDisplayItemInstance = ref();
|
|
7659
7668
|
const formRefs = inject(TableFormRefInjectionKey);
|
|
7660
7669
|
const setFormRef = () => {
|
|
@@ -7707,7 +7716,7 @@ var _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
7707
7716
|
key: getKey(item),
|
|
7708
7717
|
"class-name": "plus-table-column " + (hasPropsEditIcon.value ? "plus-table-column__edit" : ""),
|
|
7709
7718
|
index
|
|
7710
|
-
}, item
|
|
7719
|
+
}, getDefaultColumnProps(item), {
|
|
7711
7720
|
prop: item.prop,
|
|
7712
7721
|
width: item.width,
|
|
7713
7722
|
"min-width": item.minWidth
|
|
@@ -7880,7 +7889,7 @@ var _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
7880
7889
|
return (_ctx, _cache) => {
|
|
7881
7890
|
return openBlock(), createBlock(unref(ElTableColumn), mergeProps({
|
|
7882
7891
|
key: "index",
|
|
7883
|
-
label: "
|
|
7892
|
+
label: "\u5E8F\u53F7",
|
|
7884
7893
|
fixed: "left",
|
|
7885
7894
|
type: "index",
|
|
7886
7895
|
"class-name": "plus-table-column-index",
|
|
@@ -11596,8 +11605,9 @@ var _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
11596
11605
|
defaultSize: { default: "default" },
|
|
11597
11606
|
pagination: { type: [Boolean, Object], default: false },
|
|
11598
11607
|
actionBar: { type: [Boolean, Object], default: false },
|
|
11599
|
-
hasIndexColumn: { type: Boolean, default:
|
|
11608
|
+
hasIndexColumn: { type: Boolean, default: true },
|
|
11600
11609
|
titleBar: { type: [Boolean, Object], default: true },
|
|
11610
|
+
showOverflowTooltip: { type: Boolean, default: true },
|
|
11601
11611
|
isSelection: { type: [Boolean, String], default: false },
|
|
11602
11612
|
isRadio: { type: Boolean, default: false },
|
|
11603
11613
|
hasExpand: { type: Boolean, default: false },
|
|
@@ -11621,7 +11631,7 @@ var _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
11621
11631
|
expandTableColumnProps: { default: () => ({}) },
|
|
11622
11632
|
indexContentStyle: { type: [Object, Function], default: () => ({}) },
|
|
11623
11633
|
editable: { type: [Boolean, String], default: false },
|
|
11624
|
-
adaptive: { type: [Boolean, Object], default:
|
|
11634
|
+
adaptive: { type: [Boolean, Object], default: true },
|
|
11625
11635
|
filterTableHeaderOverflowLabelLength: {}
|
|
11626
11636
|
},
|
|
11627
11637
|
emits: ["paginationChange", "clickAction", "clickActionConfirmCancel", "dragSortEnd", "formChange", "refresh", "edited", "cell-click", "cell-dblclick", "filterTableHeader", "radioChange"],
|
|
@@ -11859,6 +11869,7 @@ var _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
11859
11869
|
"header-cell-style": _ctx.headerCellStyle,
|
|
11860
11870
|
size: unref(size),
|
|
11861
11871
|
"row-key": _ctx.rowKey,
|
|
11872
|
+
"show-overflow-tooltip": _ctx.showOverflowTooltip,
|
|
11862
11873
|
"highlight-current-row": "",
|
|
11863
11874
|
"scrollbar-always-on": ""
|
|
11864
11875
|
}, _ctx.$attrs, {
|
|
@@ -11998,7 +12009,7 @@ var _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
11998
12009
|
]),
|
|
11999
12010
|
_: 3
|
|
12000
12011
|
/* FORWARDED */
|
|
12001
|
-
}, 16, ["data", "height", "header-cell-style", "size", "row-key"])), [
|
|
12012
|
+
}, 16, ["data", "height", "header-cell-style", "size", "row-key", "show-overflow-tooltip"])), [
|
|
12002
12013
|
[unref(vLoading), _ctx.loadingStatus]
|
|
12003
12014
|
]),
|
|
12004
12015
|
createCommentVNode(" \u5206\u9875 "),
|
|
@@ -12263,7 +12274,7 @@ var _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
12263
12274
|
hasFooter: { type: Boolean, default: true },
|
|
12264
12275
|
hasReset: { type: Boolean, default: true },
|
|
12265
12276
|
hasUnfold: { type: Boolean, default: true },
|
|
12266
|
-
defaultUnfold: { type: Boolean, default:
|
|
12277
|
+
defaultUnfold: { type: Boolean, default: true },
|
|
12267
12278
|
searchText: { default: "" },
|
|
12268
12279
|
resetText: { default: "" },
|
|
12269
12280
|
retractText: { default: "" },
|
|
@@ -21,7 +21,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
21
21
|
modelValue: { default: () => ({}) },
|
|
22
22
|
defaultValues: { default: () => ({}) },
|
|
23
23
|
columns: { default: () => [] },
|
|
24
|
-
labelWidth: { default: "
|
|
24
|
+
labelWidth: { default: "110px" },
|
|
25
25
|
labelPosition: { default: "left" },
|
|
26
26
|
rowProps: { default: () => ({}) },
|
|
27
27
|
colProps: { default: () => ({}) },
|
|
@@ -144,7 +144,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
144
144
|
}), {
|
|
145
145
|
default: vue.withCtx(() => [
|
|
146
146
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
147
|
-
vue.createCommentVNode("
|
|
147
|
+
vue.createCommentVNode(" group form "),
|
|
148
148
|
subGroup.value ? (vue.openBlock(true), vue.createElementBlock(
|
|
149
149
|
vue.Fragment,
|
|
150
150
|
{ key: 0 },
|
|
@@ -224,7 +224,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
224
224
|
vue.Fragment,
|
|
225
225
|
{ key: 1 },
|
|
226
226
|
[
|
|
227
|
-
vue.createCommentVNode("
|
|
227
|
+
vue.createCommentVNode(" normal form "),
|
|
228
228
|
vue.createVNode(formContent.default, {
|
|
229
229
|
modelValue: values.value,
|
|
230
230
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => values.value = $event),
|
|
@@ -268,7 +268,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
268
268
|
onClick: handleReset
|
|
269
269
|
}, {
|
|
270
270
|
default: vue.withCtx(() => [
|
|
271
|
-
vue.createCommentVNode("
|
|
271
|
+
vue.createCommentVNode(" reset "),
|
|
272
272
|
vue.createTextVNode(
|
|
273
273
|
" " + vue.toDisplayString(_ctx.resetText || vue.unref(t)("plus.form.resetText")),
|
|
274
274
|
1
|
|
@@ -284,7 +284,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
284
284
|
onClick: handleSubmit
|
|
285
285
|
}, {
|
|
286
286
|
default: vue.withCtx(() => [
|
|
287
|
-
vue.createCommentVNode("
|
|
287
|
+
vue.createCommentVNode(" submit "),
|
|
288
288
|
vue.createTextVNode(
|
|
289
289
|
" " + vue.toDisplayString(_ctx.submitText || vue.unref(t)("plus.form.submitText")),
|
|
290
290
|
1
|
|
@@ -2896,6 +2896,7 @@ export declare const PlusPage: {
|
|
|
2896
2896
|
$: ComponentInternalInstance;
|
|
2897
2897
|
$data: {};
|
|
2898
2898
|
$props: Partial<{
|
|
2899
|
+
showOverflowTooltip: boolean;
|
|
2899
2900
|
columns: PlusColumn[];
|
|
2900
2901
|
data: RecordType[];
|
|
2901
2902
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
@@ -2939,6 +2940,7 @@ export declare const PlusPage: {
|
|
|
2939
2940
|
timeout?: number | undefined;
|
|
2940
2941
|
};
|
|
2941
2942
|
}> & Omit<{
|
|
2943
|
+
readonly showOverflowTooltip: boolean;
|
|
2942
2944
|
readonly columns: PlusColumn[];
|
|
2943
2945
|
readonly data: RecordType[];
|
|
2944
2946
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
@@ -2995,6 +2997,10 @@ export declare const PlusPage: {
|
|
|
2995
2997
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
2996
2998
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
2997
2999
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
3000
|
+
showOverflowTooltip: {
|
|
3001
|
+
type: PropType<boolean>;
|
|
3002
|
+
default: boolean;
|
|
3003
|
+
};
|
|
2998
3004
|
columns: {
|
|
2999
3005
|
type: PropType< PlusColumn[]>;
|
|
3000
3006
|
default: () => never[];
|
|
@@ -3136,7 +3142,7 @@ export declare const PlusPage: {
|
|
|
3136
3142
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
3137
3143
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
3138
3144
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
3139
|
-
}, "columns" | "data" | "headerCellStyle" | "rowKey" | "tableData" | "defaultSize" | "pagination" | "actionBar" | "hasIndexColumn" | "titleBar" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "dragSortableTableColumnProps" | "indexTableColumnProps" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "indexContentStyle" | "editable" | "adaptive">;
|
|
3145
|
+
}, "showOverflowTooltip" | "columns" | "data" | "headerCellStyle" | "rowKey" | "tableData" | "defaultSize" | "pagination" | "actionBar" | "hasIndexColumn" | "titleBar" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "dragSortableTableColumnProps" | "indexTableColumnProps" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "indexContentStyle" | "editable" | "adaptive">;
|
|
3140
3146
|
$attrs: {
|
|
3141
3147
|
[x: string]: unknown;
|
|
3142
3148
|
};
|
|
@@ -3151,6 +3157,10 @@ export declare const PlusPage: {
|
|
|
3151
3157
|
$emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
|
|
3152
3158
|
$el: any;
|
|
3153
3159
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
3160
|
+
showOverflowTooltip: {
|
|
3161
|
+
type: PropType<boolean>;
|
|
3162
|
+
default: boolean;
|
|
3163
|
+
};
|
|
3154
3164
|
columns: {
|
|
3155
3165
|
type: PropType< PlusColumn[]>;
|
|
3156
3166
|
default: () => never[];
|
|
@@ -3856,6 +3866,7 @@ export declare const PlusPage: {
|
|
|
3856
3866
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
3857
3867
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
3858
3868
|
}, string, {
|
|
3869
|
+
showOverflowTooltip: boolean;
|
|
3859
3870
|
columns: PlusColumn[];
|
|
3860
3871
|
data: RecordType[];
|
|
3861
3872
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
@@ -3919,6 +3930,10 @@ export declare const PlusPage: {
|
|
|
3919
3930
|
$nextTick: nextTick;
|
|
3920
3931
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
3921
3932
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
3933
|
+
showOverflowTooltip: {
|
|
3934
|
+
type: PropType<boolean>;
|
|
3935
|
+
default: boolean;
|
|
3936
|
+
};
|
|
3922
3937
|
columns: {
|
|
3923
3938
|
type: PropType< PlusColumn[]>;
|
|
3924
3939
|
default: () => never[];
|
|
@@ -7648,6 +7663,7 @@ export declare const PlusPage: {
|
|
|
7648
7663
|
$: ComponentInternalInstance;
|
|
7649
7664
|
$data: {};
|
|
7650
7665
|
$props: Partial<{
|
|
7666
|
+
showOverflowTooltip: boolean;
|
|
7651
7667
|
columns: PlusColumn[];
|
|
7652
7668
|
data: RecordType[];
|
|
7653
7669
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
@@ -7691,6 +7707,7 @@ export declare const PlusPage: {
|
|
|
7691
7707
|
timeout?: number | undefined;
|
|
7692
7708
|
};
|
|
7693
7709
|
}> & Omit<{
|
|
7710
|
+
readonly showOverflowTooltip: boolean;
|
|
7694
7711
|
readonly columns: PlusColumn[];
|
|
7695
7712
|
readonly data: RecordType[];
|
|
7696
7713
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
@@ -7747,6 +7764,10 @@ export declare const PlusPage: {
|
|
|
7747
7764
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
7748
7765
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
7749
7766
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
7767
|
+
showOverflowTooltip: {
|
|
7768
|
+
type: PropType<boolean>;
|
|
7769
|
+
default: boolean;
|
|
7770
|
+
};
|
|
7750
7771
|
columns: {
|
|
7751
7772
|
type: PropType< PlusColumn[]>;
|
|
7752
7773
|
default: () => never[];
|
|
@@ -7888,7 +7909,7 @@ export declare const PlusPage: {
|
|
|
7888
7909
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
7889
7910
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
7890
7911
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
7891
|
-
}, "columns" | "data" | "headerCellStyle" | "rowKey" | "tableData" | "defaultSize" | "pagination" | "actionBar" | "hasIndexColumn" | "titleBar" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "dragSortableTableColumnProps" | "indexTableColumnProps" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "indexContentStyle" | "editable" | "adaptive">;
|
|
7912
|
+
}, "showOverflowTooltip" | "columns" | "data" | "headerCellStyle" | "rowKey" | "tableData" | "defaultSize" | "pagination" | "actionBar" | "hasIndexColumn" | "titleBar" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "dragSortableTableColumnProps" | "indexTableColumnProps" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "indexContentStyle" | "editable" | "adaptive">;
|
|
7892
7913
|
$attrs: {
|
|
7893
7914
|
[x: string]: unknown;
|
|
7894
7915
|
};
|
|
@@ -7903,6 +7924,10 @@ export declare const PlusPage: {
|
|
|
7903
7924
|
$emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
|
|
7904
7925
|
$el: any;
|
|
7905
7926
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
7927
|
+
showOverflowTooltip: {
|
|
7928
|
+
type: PropType<boolean>;
|
|
7929
|
+
default: boolean;
|
|
7930
|
+
};
|
|
7906
7931
|
columns: {
|
|
7907
7932
|
type: PropType< PlusColumn[]>;
|
|
7908
7933
|
default: () => never[];
|
|
@@ -8608,6 +8633,7 @@ export declare const PlusPage: {
|
|
|
8608
8633
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
8609
8634
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
8610
8635
|
}, string, {
|
|
8636
|
+
showOverflowTooltip: boolean;
|
|
8611
8637
|
columns: PlusColumn[];
|
|
8612
8638
|
data: RecordType[];
|
|
8613
8639
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
@@ -8671,6 +8697,10 @@ export declare const PlusPage: {
|
|
|
8671
8697
|
$nextTick: nextTick;
|
|
8672
8698
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
8673
8699
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
8700
|
+
showOverflowTooltip: {
|
|
8701
|
+
type: PropType<boolean>;
|
|
8702
|
+
default: boolean;
|
|
8703
|
+
};
|
|
8674
8704
|
columns: {
|
|
8675
8705
|
type: PropType< PlusColumn[]>;
|
|
8676
8706
|
default: () => never[];
|
|
@@ -12303,6 +12333,7 @@ export declare const PlusPage: {
|
|
|
12303
12333
|
$: ComponentInternalInstance;
|
|
12304
12334
|
$data: {};
|
|
12305
12335
|
$props: Partial<{
|
|
12336
|
+
showOverflowTooltip: boolean;
|
|
12306
12337
|
columns: PlusColumn[];
|
|
12307
12338
|
data: RecordType[];
|
|
12308
12339
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
@@ -12346,6 +12377,7 @@ export declare const PlusPage: {
|
|
|
12346
12377
|
timeout?: number | undefined;
|
|
12347
12378
|
};
|
|
12348
12379
|
}> & Omit<{
|
|
12380
|
+
readonly showOverflowTooltip: boolean;
|
|
12349
12381
|
readonly columns: PlusColumn[];
|
|
12350
12382
|
readonly data: RecordType[];
|
|
12351
12383
|
readonly headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
@@ -12402,6 +12434,10 @@ export declare const PlusPage: {
|
|
|
12402
12434
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
12403
12435
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
12404
12436
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
|
|
12437
|
+
showOverflowTooltip: {
|
|
12438
|
+
type: PropType<boolean>;
|
|
12439
|
+
default: boolean;
|
|
12440
|
+
};
|
|
12405
12441
|
columns: {
|
|
12406
12442
|
type: PropType< PlusColumn[]>;
|
|
12407
12443
|
default: () => never[];
|
|
@@ -12543,7 +12579,7 @@ export declare const PlusPage: {
|
|
|
12543
12579
|
"onCell-dblclick"?: ((row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => any) | undefined;
|
|
12544
12580
|
onFilterTableHeader?: ((columns: PlusColumn[], eventType: FilterTableHeaderEventType) => any) | undefined;
|
|
12545
12581
|
onRadioChange?: ((row: RecordType, index: number, value: boolean) => any) | undefined;
|
|
12546
|
-
}, "columns" | "data" | "headerCellStyle" | "rowKey" | "tableData" | "defaultSize" | "pagination" | "actionBar" | "hasIndexColumn" | "titleBar" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "dragSortableTableColumnProps" | "indexTableColumnProps" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "indexContentStyle" | "editable" | "adaptive">;
|
|
12582
|
+
}, "showOverflowTooltip" | "columns" | "data" | "headerCellStyle" | "rowKey" | "tableData" | "defaultSize" | "pagination" | "actionBar" | "hasIndexColumn" | "titleBar" | "isSelection" | "isRadio" | "hasExpand" | "loadingStatus" | "dragSortable" | "dragSortableTableColumnProps" | "indexTableColumnProps" | "selectionTableColumnProps" | "radioTableColumnProps" | "radioProps" | "defaultSelectedRadioRow" | "expandTableColumnProps" | "indexContentStyle" | "editable" | "adaptive">;
|
|
12547
12583
|
$attrs: {
|
|
12548
12584
|
[x: string]: unknown;
|
|
12549
12585
|
};
|
|
@@ -12558,6 +12594,10 @@ export declare const PlusPage: {
|
|
|
12558
12594
|
$emit: ((event: "paginationChange", pageInfo: PageInfo) => void) & ((event: "clickAction", data: ButtonsCallBackParams) => void) & ((event: "clickActionConfirmCancel", data: ButtonsCallBackParams) => void) & ((event: "dragSortEnd", newIndex: number, oldIndex: number) => void) & ((event: "formChange", data: FormChangeCallBackParams) => void) & ((event: "refresh") => void) & ((event: "edited") => void) & ((event: "cell-click", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "cell-dblclick", row: RecordType, column: PlusColumn, cell: HTMLTableCellElement, event: Event) => void) & ((event: "filterTableHeader", columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void) & ((event: "radioChange", row: RecordType, index: number, value: boolean) => void);
|
|
12559
12595
|
$el: any;
|
|
12560
12596
|
$options: ComponentOptionsBase<Readonly< ExtractPropTypes<{
|
|
12597
|
+
showOverflowTooltip: {
|
|
12598
|
+
type: PropType<boolean>;
|
|
12599
|
+
default: boolean;
|
|
12600
|
+
};
|
|
12561
12601
|
columns: {
|
|
12562
12602
|
type: PropType< PlusColumn[]>;
|
|
12563
12603
|
default: () => never[];
|
|
@@ -13263,6 +13303,7 @@ export declare const PlusPage: {
|
|
|
13263
13303
|
filterTableHeader: (columns: PlusColumn[], eventType: FilterTableHeaderEventType) => void;
|
|
13264
13304
|
radioChange: (row: RecordType, index: number, value: boolean) => void;
|
|
13265
13305
|
}, string, {
|
|
13306
|
+
showOverflowTooltip: boolean;
|
|
13266
13307
|
columns: PlusColumn[];
|
|
13267
13308
|
data: RecordType[];
|
|
13268
13309
|
headerCellStyle: Partial< CSSProperties> | Partial<(data: {
|
|
@@ -13326,6 +13367,10 @@ export declare const PlusPage: {
|
|
|
13326
13367
|
$nextTick: nextTick;
|
|
13327
13368
|
$watch<T_2 extends string | ((...args: any) => any)>(source: T_2, cb: T_2 extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
13328
13369
|
} & Omit<Readonly< ExtractPropTypes<{
|
|
13370
|
+
showOverflowTooltip: {
|
|
13371
|
+
type: PropType<boolean>;
|
|
13372
|
+
default: boolean;
|
|
13373
|
+
};
|
|
13329
13374
|
columns: {
|
|
13330
13375
|
type: PropType< PlusColumn[]>;
|
|
13331
13376
|
default: () => never[];
|