@wlydfe/pro-ui 0.2.4 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/breadcrumb/src/index.vue.d.ts +1 -1
- package/es/components/check-card/src/index.vue.d.ts +1 -1
- package/es/components/check-card-group/src/index.vue.d.ts +1 -1
- package/es/components/check-card-group/style/css.d.ts +1 -1
- package/es/components/check-card-group/style/index.d.ts +1 -1
- package/es/components/date-picker/src/index.vue.d.ts +1 -1
- package/es/components/descriptions/index.d.ts +1 -1
- package/es/components/descriptions/src/index.vue.d.ts +13 -13
- package/es/components/descriptions/style/css.d.ts +1 -1
- package/es/components/descriptions/style/index.d.ts +1 -1
- package/es/components/dialog/src/index.vue.d.ts +1 -1
- package/es/components/dialog-form/src/index.vue.d.ts +14 -14
- package/es/components/dialog-form/style/css.d.ts +2 -2
- package/es/components/dialog-form/style/index.d.ts +2 -2
- package/es/components/display-item/index.d.ts +1 -1
- package/es/components/display-item/src/index.vue.d.ts +16 -10
- package/es/components/display-item/src/index.vue2.mjs +81 -31
- package/es/components/display-item/style/css.d.ts +1 -1
- package/es/components/display-item/style/index.d.ts +1 -1
- package/es/components/drawer-form/src/index.vue.d.ts +12 -12
- package/es/components/drawer-form/style/css.d.ts +1 -1
- package/es/components/drawer-form/style/index.d.ts +1 -1
- package/es/components/form/src/form-content.vue.d.ts +4 -4
- package/es/components/form/src/index.vue.d.ts +10 -10
- package/es/components/form/style/css.d.ts +1 -1
- package/es/components/form/style/index.d.ts +1 -1
- package/es/components/form-item/src/index.vue.d.ts +7 -7
- package/es/components/form-item/style/css.d.ts +3 -3
- package/es/components/form-item/style/index.d.ts +3 -3
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/src/index.vue.d.ts +2 -2
- package/es/components/layout/src/index.vue.d.ts +16 -16
- package/es/components/layout/style/css.d.ts +3 -3
- package/es/components/layout/style/index.d.ts +3 -3
- package/es/components/page/index.d.ts +1 -0
- package/es/components/page/src/index.vue.d.ts +4 -3
- package/es/components/page/src/index.vue2.mjs +9 -2
- package/es/components/page/style/css.d.ts +2 -2
- package/es/components/page/style/index.d.ts +2 -2
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/popover/src/index.vue.d.ts +1 -1
- package/es/components/radio/src/index.vue.d.ts +1 -1
- package/es/components/render/src/index.vue.d.ts +1 -1
- package/es/components/search/src/index.vue.d.ts +11 -11
- package/es/components/search/style/css.d.ts +1 -1
- package/es/components/search/style/index.d.ts +1 -1
- package/es/components/sidebar/src/index.vue.d.ts +1 -1
- package/es/components/sidebar/src/sidebar-item.vue.d.ts +1 -1
- package/es/components/steps-form/src/index.vue.d.ts +12 -12
- package/es/components/steps-form/style/css.d.ts +1 -1
- package/es/components/steps-form/style/index.d.ts +1 -1
- package/es/components/table/src/index.vue2.mjs +2 -1
- package/es/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/es/components/table/src/type.d.ts +1 -1
- package/es/components/table/style/css.d.ts +3 -3
- package/es/components/table/style/index.d.ts +3 -3
- package/es/components/utils/index.d.ts +1 -1
- package/es/constants/page.d.ts +1 -1
- package/es/hooks/useGetOptions.d.ts +1 -1
- package/es/hooks/useTable.d.ts +2 -2
- package/es/index.css +14 -14
- package/es/index.d.ts +5 -5
- package/es/pro-ui/index.d.ts +5 -5
- package/es/types/form.d.ts +4 -4
- package/index.js +92 -34
- package/index.min.js +3 -3
- package/index.min.mjs +3 -3
- package/index.mjs +92 -34
- package/lib/components/breadcrumb/src/index.vue.d.ts +1 -1
- package/lib/components/check-card/src/index.vue.d.ts +1 -1
- package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
- package/lib/components/check-card-group/style/css.d.ts +1 -1
- package/lib/components/check-card-group/style/index.d.ts +1 -1
- package/lib/components/date-picker/src/index.vue.d.ts +1 -1
- package/lib/components/descriptions/index.d.ts +1 -1
- package/lib/components/descriptions/src/index.vue.d.ts +13 -13
- package/lib/components/descriptions/style/css.d.ts +1 -1
- package/lib/components/descriptions/style/index.d.ts +1 -1
- package/lib/components/dialog/src/index.vue.d.ts +1 -1
- package/lib/components/dialog-form/src/index.vue.d.ts +14 -14
- package/lib/components/dialog-form/style/css.d.ts +2 -2
- package/lib/components/dialog-form/style/index.d.ts +2 -2
- package/lib/components/display-item/index.d.ts +1 -1
- package/lib/components/display-item/src/index.vue.d.ts +16 -10
- package/lib/components/display-item/src/index.vue2.js +81 -31
- package/lib/components/display-item/style/css.d.ts +1 -1
- package/lib/components/display-item/style/index.d.ts +1 -1
- package/lib/components/drawer-form/src/index.vue.d.ts +12 -12
- package/lib/components/drawer-form/style/css.d.ts +1 -1
- package/lib/components/drawer-form/style/index.d.ts +1 -1
- package/lib/components/form/src/form-content.vue.d.ts +4 -4
- package/lib/components/form/src/index.vue.d.ts +10 -10
- package/lib/components/form/style/css.d.ts +1 -1
- package/lib/components/form/style/index.d.ts +1 -1
- package/lib/components/form-item/src/index.vue.d.ts +7 -7
- package/lib/components/form-item/style/css.d.ts +3 -3
- package/lib/components/form-item/style/index.d.ts +3 -3
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/src/index.vue.d.ts +2 -2
- package/lib/components/layout/src/index.vue.d.ts +16 -16
- package/lib/components/layout/style/css.d.ts +3 -3
- package/lib/components/layout/style/index.d.ts +3 -3
- package/lib/components/page/index.d.ts +1 -0
- package/lib/components/page/src/index.vue.d.ts +4 -3
- package/lib/components/page/src/index.vue2.js +9 -2
- package/lib/components/page/style/css.d.ts +2 -2
- package/lib/components/page/style/index.d.ts +2 -2
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/popover/src/index.vue.d.ts +1 -1
- package/lib/components/radio/src/index.vue.d.ts +1 -1
- package/lib/components/render/src/index.vue.d.ts +1 -1
- package/lib/components/search/src/index.vue.d.ts +11 -11
- package/lib/components/search/style/css.d.ts +1 -1
- package/lib/components/search/style/index.d.ts +1 -1
- package/lib/components/sidebar/src/index.vue.d.ts +1 -1
- package/lib/components/sidebar/src/sidebar-item.vue.d.ts +1 -1
- package/lib/components/steps-form/src/index.vue.d.ts +12 -12
- package/lib/components/steps-form/style/css.d.ts +1 -1
- package/lib/components/steps-form/style/index.d.ts +1 -1
- package/lib/components/table/src/index.vue2.js +2 -1
- package/lib/components/table/src/table-title-bar.vue.d.ts +3 -3
- package/lib/components/table/src/type.d.ts +1 -1
- package/lib/components/table/style/css.d.ts +3 -3
- package/lib/components/table/style/index.d.ts +3 -3
- package/lib/components/utils/index.d.ts +1 -1
- package/lib/constants/page.d.ts +1 -1
- package/lib/hooks/useGetOptions.d.ts +1 -1
- package/lib/hooks/useTable.d.ts +2 -2
- package/lib/index.css +13 -13
- package/lib/index.d.ts +5 -5
- package/lib/pro-ui/index.d.ts +5 -5
- package/lib/types/form.d.ts +4 -4
- 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/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/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { PlusFormProps } from '@wlydfe/pro-ui/es/
|
|
2
|
-
import type { FieldValues, PlusColumn } from '@wlydfe/pro-ui
|
|
1
|
+
import type { PlusFormProps } from '@wlydfe/pro-ui/es/components/form';
|
|
2
|
+
import type { FieldValues, PlusColumn } from '@wlydfe/pro-ui/es/types';
|
|
3
3
|
import type { FormInstance } from 'element-plus';
|
|
4
4
|
export interface PlusDrawerFormProps {
|
|
5
5
|
modelValue?: FieldValues;
|
|
@@ -45,7 +45,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
45
45
|
}>, {
|
|
46
46
|
props: any;
|
|
47
47
|
emit: (event: "reset" | "submit" | "update:modelValue" | "cancel" | "change" | "update:visible", ...args: any[]) => void;
|
|
48
|
-
t: import("@wlydfe/pro-ui
|
|
48
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
49
49
|
formInstance: import("vue").Ref<any, any>;
|
|
50
50
|
computedFormInstance: import("vue").ComputedRef<FormInstance>;
|
|
51
51
|
drawerInstance: import("vue").Ref<({
|
|
@@ -1214,7 +1214,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1214
1214
|
}>, {
|
|
1215
1215
|
props: any;
|
|
1216
1216
|
emit: (event: "reset" | "submit" | "update:modelValue" | "change" | "submitError", ...args: any[]) => void;
|
|
1217
|
-
t: import("@wlydfe/pro-ui
|
|
1217
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
1218
1218
|
formInstance: import("vue").Ref<FormInstance | undefined, FormInstance | undefined>;
|
|
1219
1219
|
values: import("vue").Ref<FieldValues, FieldValues>;
|
|
1220
1220
|
filterHide: (columns: PlusColumn[]) => PlusColumn[];
|
|
@@ -2454,7 +2454,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2454
2454
|
emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
|
|
2455
2455
|
values: import("vue").Ref<FieldValues, FieldValues>;
|
|
2456
2456
|
getHasLabel: (hasLabel?: boolean | import("vue").Ref<boolean, boolean> | import("vue").ComputedRef<boolean> | undefined) => any;
|
|
2457
|
-
handleChange: (value: import("@wlydfe/pro-ui
|
|
2457
|
+
handleChange: (value: import("@wlydfe/pro-ui/es/types").FieldValueType, column: PlusColumn) => void;
|
|
2458
2458
|
readonly ElRow: {
|
|
2459
2459
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2460
2460
|
readonly tag: {
|
|
@@ -2964,8 +2964,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2964
2964
|
ElText: import("vue").Component;
|
|
2965
2965
|
props: any;
|
|
2966
2966
|
emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
|
|
2967
|
-
t: import("@wlydfe/pro-ui
|
|
2968
|
-
customOptions: import("vue").Ref<import("@wlydfe/pro-ui
|
|
2967
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
2968
|
+
customOptions: import("vue").Ref<import("@wlydfe/pro-ui/es/types").OptionsRow[], import("@wlydfe/pro-ui/es/types").OptionsRow[]>;
|
|
2969
2969
|
customOptionsIsReady: import("vue").Ref<boolean, boolean>;
|
|
2970
2970
|
formItemInstance: import("vue").Ref<({
|
|
2971
2971
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -3429,7 +3429,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3429
3429
|
fieldInstance: import("vue").Ref<any, any>;
|
|
3430
3430
|
customFormItemProps: import("vue").Ref<any, any>;
|
|
3431
3431
|
customFieldProps: import("vue").Ref<any, any>;
|
|
3432
|
-
state: import("vue").Ref<import("@wlydfe/pro-ui
|
|
3432
|
+
state: import("vue").Ref<import("@wlydfe/pro-ui/es/types").FieldValueType, import("@wlydfe/pro-ui/es/types").FieldValueType>;
|
|
3433
3433
|
customFieldPropsIsReady: import("vue").Ref<boolean, boolean>;
|
|
3434
3434
|
valueIsReady: import("vue").Ref<boolean, boolean>;
|
|
3435
3435
|
isArrayValue: import("vue").ComputedRef<boolean>;
|
|
@@ -3439,7 +3439,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3439
3439
|
handleChange: (val: any) => void;
|
|
3440
3440
|
handleSelect: ({ value }: any) => void;
|
|
3441
3441
|
readonly isFunction: (val: any) => boolean;
|
|
3442
|
-
readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui
|
|
3442
|
+
readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui/es/types").RecordType | undefined;
|
|
3443
3443
|
readonly getLabelSlotName: (prop?: string | number | undefined) => string;
|
|
3444
3444
|
readonly getFieldSlotName: (prop?: string | number | undefined) => string;
|
|
3445
3445
|
readonly versionIsLessThan260: boolean;
|
|
@@ -4209,7 +4209,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4209
4209
|
attrs: {
|
|
4210
4210
|
[x: string]: unknown;
|
|
4211
4211
|
};
|
|
4212
|
-
radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui
|
|
4212
|
+
radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui/es/types").RecordType | undefined) => void;
|
|
4213
4213
|
change: (val: string | number | boolean) => void;
|
|
4214
4214
|
readonly ElRadio: ({
|
|
4215
4215
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5084,7 +5084,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
5084
5084
|
}>, {
|
|
5085
5085
|
props: any;
|
|
5086
5086
|
emit: (event: "update:modelValue" | "change" | "focus", ...args: any[]) => void;
|
|
5087
|
-
t: import("@wlydfe/pro-ui
|
|
5087
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
5088
5088
|
startPickerInstance: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
5089
5089
|
readonly type: {
|
|
5090
5090
|
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
@@ -7818,7 +7818,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7818
7818
|
inputValue: string;
|
|
7819
7819
|
isFocus: boolean;
|
|
7820
7820
|
};
|
|
7821
|
-
t: import("@wlydfe/pro-ui
|
|
7821
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
7822
7822
|
onClickOutside: () => void;
|
|
7823
7823
|
handleClick: () => void;
|
|
7824
7824
|
handleClose: (tag: string) => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Ref, ComputedRef } from 'vue';
|
|
2
2
|
import type { FormProps, RowProps, ColProps } from 'element-plus';
|
|
3
|
-
import type { PlusColumn, FieldValues, FieldValueType, Mutable } from '@wlydfe/pro-ui
|
|
3
|
+
import type { PlusColumn, FieldValues, FieldValueType, Mutable } from '@wlydfe/pro-ui/es/types';
|
|
4
4
|
export interface PlusFormContentProps extends /* @vue-ignore */ Partial<Mutable<FormProps>> {
|
|
5
5
|
modelValue?: FieldValues;
|
|
6
6
|
hasLabel?: boolean;
|
|
@@ -554,7 +554,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
554
554
|
props: any;
|
|
555
555
|
emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
|
|
556
556
|
t: import("../../..").Translator;
|
|
557
|
-
customOptions: Ref<import("@wlydfe/pro-ui
|
|
557
|
+
customOptions: Ref<import("@wlydfe/pro-ui/es/types").OptionsRow[], import("@wlydfe/pro-ui/es/types").OptionsRow[]>;
|
|
558
558
|
customOptionsIsReady: Ref<boolean, boolean>;
|
|
559
559
|
formItemInstance: Ref<({
|
|
560
560
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -1028,7 +1028,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1028
1028
|
handleChange: (val: any) => void;
|
|
1029
1029
|
handleSelect: ({ value }: any) => void;
|
|
1030
1030
|
readonly isFunction: (val: any) => boolean;
|
|
1031
|
-
readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui
|
|
1031
|
+
readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui/es/types").RecordType | undefined;
|
|
1032
1032
|
readonly getLabelSlotName: (prop?: string | number | undefined) => string;
|
|
1033
1033
|
readonly getFieldSlotName: (prop?: string | number | undefined) => string;
|
|
1034
1034
|
readonly versionIsLessThan260: boolean;
|
|
@@ -1798,7 +1798,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1798
1798
|
attrs: {
|
|
1799
1799
|
[x: string]: unknown;
|
|
1800
1800
|
};
|
|
1801
|
-
radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui
|
|
1801
|
+
radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui/es/types").RecordType | undefined) => void;
|
|
1802
1802
|
change: (val: string | number | boolean) => void;
|
|
1803
1803
|
readonly ElRadio: ({
|
|
1804
1804
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Component } from 'vue';
|
|
2
2
|
import type { FormInstance, FormRules, FormProps, RowProps, ColProps } from 'element-plus';
|
|
3
|
-
import type { PlusColumn, FieldValues, Mutable } from '@wlydfe/pro-ui
|
|
3
|
+
import type { PlusColumn, FieldValues, Mutable } from '@wlydfe/pro-ui/es/types';
|
|
4
4
|
/**
|
|
5
5
|
* 分组表单配置项
|
|
6
6
|
*/
|
|
@@ -134,7 +134,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
134
134
|
}>, {
|
|
135
135
|
props: any;
|
|
136
136
|
emit: (event: "reset" | "submit" | "update:modelValue" | "change" | "submitError", ...args: any[]) => void;
|
|
137
|
-
t: import("@wlydfe/pro-ui
|
|
137
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
138
138
|
formInstance: import("vue").Ref<FormInstance | undefined, FormInstance | undefined>;
|
|
139
139
|
values: import("vue").Ref<FieldValues, FieldValues>;
|
|
140
140
|
filterHide: (columns: PlusColumn[]) => PlusColumn[];
|
|
@@ -1374,7 +1374,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1374
1374
|
emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
|
|
1375
1375
|
values: import("vue").Ref<FieldValues, FieldValues>;
|
|
1376
1376
|
getHasLabel: (hasLabel?: boolean | import("vue").Ref<boolean, boolean> | import("vue").ComputedRef<boolean> | undefined) => any;
|
|
1377
|
-
handleChange: (value: import("@wlydfe/pro-ui
|
|
1377
|
+
handleChange: (value: import("@wlydfe/pro-ui/es/types").FieldValueType, column: PlusColumn) => void;
|
|
1378
1378
|
readonly ElRow: {
|
|
1379
1379
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1380
1380
|
readonly tag: {
|
|
@@ -1884,8 +1884,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1884
1884
|
ElText: Component;
|
|
1885
1885
|
props: any;
|
|
1886
1886
|
emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
|
|
1887
|
-
t: import("@wlydfe/pro-ui
|
|
1888
|
-
customOptions: import("vue").Ref<import("@wlydfe/pro-ui
|
|
1887
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
1888
|
+
customOptions: import("vue").Ref<import("@wlydfe/pro-ui/es/types").OptionsRow[], import("@wlydfe/pro-ui/es/types").OptionsRow[]>;
|
|
1889
1889
|
customOptionsIsReady: import("vue").Ref<boolean, boolean>;
|
|
1890
1890
|
formItemInstance: import("vue").Ref<({
|
|
1891
1891
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -2349,7 +2349,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2349
2349
|
fieldInstance: import("vue").Ref<any, any>;
|
|
2350
2350
|
customFormItemProps: import("vue").Ref<any, any>;
|
|
2351
2351
|
customFieldProps: import("vue").Ref<any, any>;
|
|
2352
|
-
state: import("vue").Ref<import("@wlydfe/pro-ui
|
|
2352
|
+
state: import("vue").Ref<import("@wlydfe/pro-ui/es/types").FieldValueType, import("@wlydfe/pro-ui/es/types").FieldValueType>;
|
|
2353
2353
|
customFieldPropsIsReady: import("vue").Ref<boolean, boolean>;
|
|
2354
2354
|
valueIsReady: import("vue").Ref<boolean, boolean>;
|
|
2355
2355
|
isArrayValue: import("vue").ComputedRef<boolean>;
|
|
@@ -2359,7 +2359,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2359
2359
|
handleChange: (val: any) => void;
|
|
2360
2360
|
handleSelect: ({ value }: any) => void;
|
|
2361
2361
|
readonly isFunction: (val: any) => boolean;
|
|
2362
|
-
readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui
|
|
2362
|
+
readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui/es/types").RecordType | undefined;
|
|
2363
2363
|
readonly getLabelSlotName: (prop?: string | number | undefined) => string;
|
|
2364
2364
|
readonly getFieldSlotName: (prop?: string | number | undefined) => string;
|
|
2365
2365
|
readonly versionIsLessThan260: boolean;
|
|
@@ -3129,7 +3129,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3129
3129
|
attrs: {
|
|
3130
3130
|
[x: string]: unknown;
|
|
3131
3131
|
};
|
|
3132
|
-
radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui
|
|
3132
|
+
radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui/es/types").RecordType | undefined) => void;
|
|
3133
3133
|
change: (val: string | number | boolean) => void;
|
|
3134
3134
|
readonly ElRadio: ({
|
|
3135
3135
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -4004,7 +4004,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4004
4004
|
}>, {
|
|
4005
4005
|
props: any;
|
|
4006
4006
|
emit: (event: "update:modelValue" | "change" | "focus", ...args: any[]) => void;
|
|
4007
|
-
t: import("@wlydfe/pro-ui
|
|
4007
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
4008
4008
|
startPickerInstance: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4009
4009
|
readonly type: {
|
|
4010
4010
|
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
@@ -6738,7 +6738,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6738
6738
|
inputValue: string;
|
|
6739
6739
|
isFocus: boolean;
|
|
6740
6740
|
};
|
|
6741
|
-
t: import("@wlydfe/pro-ui
|
|
6741
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
6742
6742
|
onClickOutside: () => void;
|
|
6743
6743
|
handleClick: () => void;
|
|
6744
6744
|
handleClose: (tag: string) => void;
|
|
@@ -3,5 +3,5 @@ import 'element-plus/es/components/button/style/css';
|
|
|
3
3
|
import 'element-plus/es/components/card/style/css';
|
|
4
4
|
import 'element-plus/es/components/row/style/css';
|
|
5
5
|
import 'element-plus/es/components/col/style/css';
|
|
6
|
-
import '@wlydfe/pro-ui/es/
|
|
6
|
+
import '@wlydfe/pro-ui/es/components/form-item/style/css';
|
|
7
7
|
import '@wlydfe/pro-ui/es/theme-chalk/plus-form.css';
|
|
@@ -3,5 +3,5 @@ import 'element-plus/es/components/button/style/index';
|
|
|
3
3
|
import 'element-plus/es/components/card/style/index';
|
|
4
4
|
import 'element-plus/es/components/row/style/index';
|
|
5
5
|
import 'element-plus/es/components/col/style/index';
|
|
6
|
-
import '@wlydfe/pro-ui/es/
|
|
6
|
+
import '@wlydfe/pro-ui/es/components/form-item/style/index';
|
|
7
7
|
import '@wlydfe/pro-ui/es/theme-chalk/src/form.scss';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Component } from 'vue';
|
|
2
|
-
import type { PlusColumn, FieldValueType } from '@wlydfe/pro-ui
|
|
2
|
+
import type { PlusColumn, FieldValueType } from '@wlydfe/pro-ui/es/types';
|
|
3
3
|
export interface PlusFormItemProps {
|
|
4
4
|
modelValue?: FieldValueType;
|
|
5
5
|
hasLabel?: PlusColumn['hasLabel'];
|
|
@@ -114,8 +114,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
114
114
|
ElText: Component;
|
|
115
115
|
props: any;
|
|
116
116
|
emit: (event: "update:modelValue" | "change", ...args: any[]) => void;
|
|
117
|
-
t: import("@wlydfe/pro-ui
|
|
118
|
-
customOptions: import("vue").Ref<import("@wlydfe/pro-ui
|
|
117
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
118
|
+
customOptions: import("vue").Ref<import("@wlydfe/pro-ui/es/types").OptionsRow[], import("@wlydfe/pro-ui/es/types").OptionsRow[]>;
|
|
119
119
|
customOptionsIsReady: import("vue").Ref<boolean, boolean>;
|
|
120
120
|
formItemInstance: import("vue").Ref<({
|
|
121
121
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -589,7 +589,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
589
589
|
handleChange: (val: any) => void;
|
|
590
590
|
handleSelect: ({ value }: any) => void;
|
|
591
591
|
readonly isFunction: (val: any) => boolean;
|
|
592
|
-
readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui
|
|
592
|
+
readonly getTooltip: (tooltip: string | import("element-plus").ElTooltipProps | undefined) => import("@wlydfe/pro-ui/es/types").RecordType | undefined;
|
|
593
593
|
readonly getLabelSlotName: (prop?: string | number | undefined) => string;
|
|
594
594
|
readonly getFieldSlotName: (prop?: string | number | undefined) => string;
|
|
595
595
|
readonly versionIsLessThan260: boolean;
|
|
@@ -1359,7 +1359,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1359
1359
|
attrs: {
|
|
1360
1360
|
[x: string]: unknown;
|
|
1361
1361
|
};
|
|
1362
|
-
radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui
|
|
1362
|
+
radioClick: (e: MouseEvent, val: string | number | boolean, fieldItemProps: import("@wlydfe/pro-ui/es/types").RecordType | undefined) => void;
|
|
1363
1363
|
change: (val: string | number | boolean) => void;
|
|
1364
1364
|
readonly ElRadio: ({
|
|
1365
1365
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2234,7 +2234,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2234
2234
|
}>, {
|
|
2235
2235
|
props: any;
|
|
2236
2236
|
emit: (event: "update:modelValue" | "change" | "focus", ...args: any[]) => void;
|
|
2237
|
-
t: import("@wlydfe/pro-ui
|
|
2237
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
2238
2238
|
startPickerInstance: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2239
2239
|
readonly type: {
|
|
2240
2240
|
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
@@ -4971,7 +4971,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4971
4971
|
inputValue: string;
|
|
4972
4972
|
isFocus: boolean;
|
|
4973
4973
|
};
|
|
4974
|
-
t: import("@wlydfe/pro-ui
|
|
4974
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
4975
4975
|
onClickOutside: () => void;
|
|
4976
4976
|
handleClick: () => void;
|
|
4977
4977
|
handleClose: (tag: string) => void;
|
|
@@ -18,7 +18,7 @@ import 'element-plus/es/components/time-picker/style/css';
|
|
|
18
18
|
import 'element-plus/es/components/time-select/style/css';
|
|
19
19
|
import 'element-plus/es/components/input/style/css';
|
|
20
20
|
import 'element-plus/es/components/text/style/css';
|
|
21
|
-
import '@wlydfe/pro-ui/es/
|
|
22
|
-
import '@wlydfe/pro-ui/es/
|
|
23
|
-
import '@wlydfe/pro-ui/es/
|
|
21
|
+
import '@wlydfe/pro-ui/es/components/radio/style/css';
|
|
22
|
+
import '@wlydfe/pro-ui/es/components/date-picker/style/css';
|
|
23
|
+
import '@wlydfe/pro-ui/es/components/input-tag/style/css';
|
|
24
24
|
import '@wlydfe/pro-ui/es/theme-chalk/plus-form-item.css';
|
|
@@ -18,7 +18,7 @@ import 'element-plus/es/components/time-picker/style/index';
|
|
|
18
18
|
import 'element-plus/es/components/time-select/style/index';
|
|
19
19
|
import 'element-plus/es/components/input/style/index';
|
|
20
20
|
import 'element-plus/es/components/text/style/index';
|
|
21
|
-
import '@wlydfe/pro-ui/es/
|
|
22
|
-
import '@wlydfe/pro-ui/es/
|
|
23
|
-
import '@wlydfe/pro-ui/es/
|
|
21
|
+
import '@wlydfe/pro-ui/es/components/radio/style/index';
|
|
22
|
+
import '@wlydfe/pro-ui/es/components/date-picker/style/index';
|
|
23
|
+
import '@wlydfe/pro-ui/es/components/input-tag/style/index';
|
|
24
24
|
import '@wlydfe/pro-ui/es/theme-chalk/src/form-item.scss';
|
|
@@ -82,7 +82,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
82
82
|
}>, {
|
|
83
83
|
props: any;
|
|
84
84
|
emit: (event: "clickDropdownItem", ...args: any[]) => void;
|
|
85
|
-
t: import("@wlydfe/pro-ui
|
|
85
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
86
86
|
logoutItem: {
|
|
87
87
|
label: any;
|
|
88
88
|
value: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { InputProps, TagProps, InputInstance, TagInstance } from 'element-plus';
|
|
2
|
-
import type { Mutable } from '@wlydfe/pro-ui
|
|
2
|
+
import type { Mutable } from '@wlydfe/pro-ui/es/types';
|
|
3
3
|
type TriggerType = 'blur' | 'enter' | 'space';
|
|
4
4
|
export interface PlusInputTagProps {
|
|
5
5
|
modelValue?: string[];
|
|
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
70
70
|
inputValue: string;
|
|
71
71
|
isFocus: boolean;
|
|
72
72
|
};
|
|
73
|
-
t: import("@wlydfe/pro-ui
|
|
73
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
74
74
|
onClickOutside: () => void;
|
|
75
75
|
handleClick: () => void;
|
|
76
76
|
handleClose: (tag: string) => void;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { PlusBreadcrumbProps } from '@wlydfe/pro-ui/es/
|
|
2
|
-
import type { PlusSidebarProps } from '@wlydfe/pro-ui/es/
|
|
3
|
-
import type { PlusHeaderProps } from '@wlydfe/pro-ui/es/
|
|
1
|
+
import type { PlusBreadcrumbProps } from '@wlydfe/pro-ui/es/components/breadcrumb';
|
|
2
|
+
import type { PlusSidebarProps } from '@wlydfe/pro-ui/es/components/sidebar';
|
|
3
|
+
import type { PlusHeaderProps } from '@wlydfe/pro-ui/es/components/header';
|
|
4
4
|
import type { ScrollbarProps, BacktopProps } from 'element-plus';
|
|
5
|
-
import type { Mutable, RecordType } from '@wlydfe/pro-ui
|
|
5
|
+
import type { Mutable, RecordType } from '@wlydfe/pro-ui/es/types';
|
|
6
6
|
import type { Component } from 'vue';
|
|
7
7
|
export interface PlusLayoutProps {
|
|
8
8
|
sidebarProps?: PlusSidebarProps;
|
|
@@ -2059,10 +2059,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2059
2059
|
}>, {
|
|
2060
2060
|
instance: import("vue").ComponentInternalInstance;
|
|
2061
2061
|
router: import("vue-router").Router;
|
|
2062
|
-
resolveMenuItem: (item: import("@wlydfe/pro-ui
|
|
2062
|
+
resolveMenuItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => boolean;
|
|
2063
2063
|
replacePath: (path: string) => string;
|
|
2064
|
-
getIndex: (item: import("@wlydfe/pro-ui
|
|
2065
|
-
handleClickItem: (item: import("@wlydfe/pro-ui
|
|
2064
|
+
getIndex: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => string;
|
|
2065
|
+
handleClickItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => void;
|
|
2066
2066
|
readonly ElSubMenu: {
|
|
2067
2067
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2068
2068
|
readonly index: {
|
|
@@ -4538,10 +4538,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4538
4538
|
}>, {
|
|
4539
4539
|
instance: import("vue").ComponentInternalInstance;
|
|
4540
4540
|
router: import("vue-router").Router;
|
|
4541
|
-
resolveMenuItem: (item: import("@wlydfe/pro-ui
|
|
4541
|
+
resolveMenuItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => boolean;
|
|
4542
4542
|
replacePath: (path: string) => string;
|
|
4543
|
-
getIndex: (item: import("@wlydfe/pro-ui
|
|
4544
|
-
handleClickItem: (item: import("@wlydfe/pro-ui
|
|
4543
|
+
getIndex: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => string;
|
|
4544
|
+
handleClickItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => void;
|
|
4545
4545
|
readonly ElSubMenu: {
|
|
4546
4546
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4547
4547
|
readonly index: {
|
|
@@ -7010,10 +7010,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7010
7010
|
}>, {
|
|
7011
7011
|
instance: import("vue").ComponentInternalInstance;
|
|
7012
7012
|
router: import("vue-router").Router;
|
|
7013
|
-
resolveMenuItem: (item: import("@wlydfe/pro-ui
|
|
7013
|
+
resolveMenuItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => boolean;
|
|
7014
7014
|
replacePath: (path: string) => string;
|
|
7015
|
-
getIndex: (item: import("@wlydfe/pro-ui
|
|
7016
|
-
handleClickItem: (item: import("@wlydfe/pro-ui
|
|
7015
|
+
getIndex: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => string;
|
|
7016
|
+
handleClickItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => void;
|
|
7017
7017
|
readonly ElSubMenu: {
|
|
7018
7018
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
7019
7019
|
readonly index: {
|
|
@@ -9489,10 +9489,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9489
9489
|
}>, {
|
|
9490
9490
|
instance: import("vue").ComponentInternalInstance;
|
|
9491
9491
|
router: import("vue-router").Router;
|
|
9492
|
-
resolveMenuItem: (item: import("@wlydfe/pro-ui
|
|
9492
|
+
resolveMenuItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => boolean;
|
|
9493
9493
|
replacePath: (path: string) => string;
|
|
9494
|
-
getIndex: (item: import("@wlydfe/pro-ui
|
|
9495
|
-
handleClickItem: (item: import("@wlydfe/pro-ui
|
|
9494
|
+
getIndex: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => string;
|
|
9495
|
+
handleClickItem: (item: import("@wlydfe/pro-ui/es/types").PlusRouteRecordRaw) => void;
|
|
9496
9496
|
readonly ElSubMenu: {
|
|
9497
9497
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
9498
9498
|
readonly index: {
|
|
@@ -2,7 +2,7 @@ import 'element-plus/es/components/container/style/css';
|
|
|
2
2
|
import 'element-plus/es/components/main/style/css';
|
|
3
3
|
import 'element-plus/es/components/scrollbar/style/css';
|
|
4
4
|
import 'element-plus/es/components/backtop/style/css';
|
|
5
|
-
import '@wlydfe/pro-ui/es/
|
|
6
|
-
import '@wlydfe/pro-ui/es/
|
|
7
|
-
import '@wlydfe/pro-ui/es/
|
|
5
|
+
import '@wlydfe/pro-ui/es/components/breadcrumb/style/css';
|
|
6
|
+
import '@wlydfe/pro-ui/es/components/sidebar/style/css';
|
|
7
|
+
import '@wlydfe/pro-ui/es/components/header/style/css';
|
|
8
8
|
import '@wlydfe/pro-ui/es/theme-chalk/plus-layout.css';
|
|
@@ -2,7 +2,7 @@ import 'element-plus/es/components/container/style/index';
|
|
|
2
2
|
import 'element-plus/es/components/main/style/index';
|
|
3
3
|
import 'element-plus/es/components/scrollbar/style/index';
|
|
4
4
|
import 'element-plus/es/components/backtop/style/index';
|
|
5
|
-
import '@wlydfe/pro-ui/es/
|
|
6
|
-
import '@wlydfe/pro-ui/es/
|
|
7
|
-
import '@wlydfe/pro-ui/es/
|
|
5
|
+
import '@wlydfe/pro-ui/es/components/breadcrumb/style/index';
|
|
6
|
+
import '@wlydfe/pro-ui/es/components/sidebar/style/index';
|
|
7
|
+
import '@wlydfe/pro-ui/es/components/header/style/index';
|
|
8
8
|
import '@wlydfe/pro-ui/es/theme-chalk/src/layout.scss';
|
|
@@ -76,6 +76,7 @@ export declare const PlusPage: import("vue").DefineComponent<import("vue").Extra
|
|
|
76
76
|
};
|
|
77
77
|
}>, {
|
|
78
78
|
props: any;
|
|
79
|
+
processedColumns: import("vue").ComputedRef<any>;
|
|
79
80
|
emit: (event: "reset" | "search" | "requestError" | "paginationChange", ...args: any[]) => void;
|
|
80
81
|
PlusSearch: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | {
|
|
81
82
|
new (...args: any[]): any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { PlusColumn, PageInfo, RecordType, Mutable, FieldValues } from '@wlydfe/pro-ui
|
|
2
|
-
import type { PlusSearchProps } from '@wlydfe/pro-ui/es/
|
|
3
|
-
import type { PlusTableProps } from '@wlydfe/pro-ui/es/
|
|
1
|
+
import type { PlusColumn, PageInfo, RecordType, Mutable, FieldValues } from '@wlydfe/pro-ui/es/types';
|
|
2
|
+
import type { PlusSearchProps } from '@wlydfe/pro-ui/es/components/search';
|
|
3
|
+
import type { PlusTableProps } from '@wlydfe/pro-ui/es/components/table';
|
|
4
4
|
import type { Ref, Component } from 'vue';
|
|
5
5
|
import type { CardProps } from 'element-plus';
|
|
6
6
|
export interface PlusPageProps {
|
|
@@ -147,6 +147,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
147
147
|
};
|
|
148
148
|
}>, {
|
|
149
149
|
props: any;
|
|
150
|
+
processedColumns: import("vue").ComputedRef<any>;
|
|
150
151
|
emit: (event: "reset" | "search" | "requestError" | "paginationChange", ...args: any[]) => void;
|
|
151
152
|
PlusSearch: import("vue").ComponentOptions<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, any, any, any, string, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions> | {
|
|
152
153
|
new (...args: any[]): any;
|
|
@@ -34,6 +34,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
34
34
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
35
35
|
var _a;
|
|
36
36
|
const props = __props;
|
|
37
|
+
const processedColumns = computed(() => {
|
|
38
|
+
return props.columns.map((column) => ({
|
|
39
|
+
hideInSearch: true,
|
|
40
|
+
// 默认为 true
|
|
41
|
+
...column
|
|
42
|
+
}));
|
|
43
|
+
});
|
|
37
44
|
const emit = __emit;
|
|
38
45
|
const PlusSearch$1 = PlusSearch;
|
|
39
46
|
const PlusTable$1 = PlusTable;
|
|
@@ -112,7 +119,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
112
119
|
}, _ctx.search, {
|
|
113
120
|
modelValue: values.value,
|
|
114
121
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => values.value = $event),
|
|
115
|
-
columns:
|
|
122
|
+
columns: processedColumns.value,
|
|
116
123
|
"search-loading": unref(loadingStatus),
|
|
117
124
|
onSearch: handleSearch,
|
|
118
125
|
onReset: handleRest
|
|
@@ -141,7 +148,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
141
148
|
}, _ctx.table, {
|
|
142
149
|
"table-data": unref(tableData),
|
|
143
150
|
"loading-status": unref(loadingStatus),
|
|
144
|
-
columns:
|
|
151
|
+
columns: processedColumns.value,
|
|
145
152
|
pagination: {
|
|
146
153
|
..._ctx.pagination,
|
|
147
154
|
total: unref(total),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'element-plus/es/components/card/style/css';
|
|
2
|
-
import '@wlydfe/pro-ui/es/
|
|
3
|
-
import '@wlydfe/pro-ui/es/
|
|
2
|
+
import '@wlydfe/pro-ui/es/components/search/style/css';
|
|
3
|
+
import '@wlydfe/pro-ui/es/components/table/style/css';
|
|
4
4
|
import '@wlydfe/pro-ui/es/theme-chalk/plus-page.css';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import 'element-plus/es/components/card/style/index';
|
|
2
|
-
import '@wlydfe/pro-ui/es/
|
|
3
|
-
import '@wlydfe/pro-ui/es/
|
|
2
|
+
import '@wlydfe/pro-ui/es/components/search/style/index';
|
|
3
|
+
import '@wlydfe/pro-ui/es/components/table/style/index';
|
|
4
4
|
import '@wlydfe/pro-ui/es/theme-chalk/src/page.scss';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { PaginationProps } from 'element-plus';
|
|
2
|
-
import type { PageInfo } from '@wlydfe/pro-ui
|
|
2
|
+
import type { PageInfo } from '@wlydfe/pro-ui/es/types';
|
|
3
3
|
export interface PlusPaginationProps extends /* @vue-ignore */ Partial<PaginationProps> {
|
|
4
4
|
modelValue: PageInfo;
|
|
5
5
|
total?: number;
|
|
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
33
|
props: any;
|
|
34
34
|
emit: (event: "cancel" | "confirm", ...args: any[]) => void;
|
|
35
35
|
subVisible: import("vue").Ref<boolean, boolean>;
|
|
36
|
-
t: import("@wlydfe/pro-ui
|
|
36
|
+
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
37
37
|
handleCancelPopover: () => void;
|
|
38
38
|
handleConfirmPopover: () => void;
|
|
39
39
|
readonly ElPopover: ({
|