el-plus 0.0.18 → 0.0.20
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/CHANGELOG.md +12 -0
- package/dist/index.css +1 -1
- package/dist/index.full.js +327 -200
- package/dist/index.full.min.js +1 -1
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +1 -1
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +326 -200
- package/es/components/date-picker-range/index.d.ts +3 -3
- package/es/components/date-picker-range/src/date-picker-range.vue.d.ts +1 -1
- package/es/components/form/src/form-item-vue.d.ts +5 -2
- package/es/components/form/src/form-item.d.ts +2 -1
- package/es/components/form/src/form-item.mjs +2 -2
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/hooks/use-form-item.mjs +3 -1
- package/es/components/form/src/hooks/use-form-item.mjs.map +1 -1
- package/es/components/header/index.d.ts +6 -6
- package/es/components/header/src/header.d.ts +1 -1
- package/es/components/header/src/header.mjs.map +1 -1
- package/es/components/header/src/header.vue.d.ts +3 -3
- package/es/components/header/src/use-header.mjs +4 -7
- package/es/components/header/src/use-header.mjs.map +1 -1
- package/es/components/index.d.ts +1 -0
- package/es/components/index.mjs +2 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/input/style/css.d.ts +1 -1
- package/es/components/input/style/css.mjs +1 -1
- package/es/components/input/style/index.d.ts +1 -1
- package/es/components/input/style/index.mjs +1 -1
- package/es/components/link/index.d.ts +118 -0
- package/es/components/link/index.mjs +8 -0
- package/es/components/link/index.mjs.map +1 -0
- package/es/components/link/src/link.d.ts +30 -0
- package/es/components/link/src/link.mjs +19 -0
- package/es/components/link/src/link.mjs.map +1 -0
- package/es/components/link/src/link.vue.d.ts +73 -0
- package/es/components/link/src/link.vue.mjs +6 -0
- package/es/components/link/src/link.vue.mjs.map +1 -0
- package/es/components/link/src/link.vue2.mjs +52 -0
- package/es/components/link/src/link.vue2.mjs.map +1 -0
- package/es/components/link/style/css.d.ts +2 -0
- package/es/components/link/style/css.mjs +5 -0
- package/es/components/link/style/css.mjs.map +1 -0
- package/es/components/link/style/index.d.ts +2 -0
- package/es/components/link/style/index.mjs +5 -0
- package/es/components/link/style/index.mjs.map +1 -0
- package/es/components/search-list-page/index.d.ts +51 -39
- package/es/components/search-list-page/src/search-list-page.d.ts +1 -4
- package/es/components/search-list-page/src/search-list-page.mjs +6 -9
- package/es/components/search-list-page/src/search-list-page.mjs.map +1 -1
- package/es/components/search-list-page/src/search-list-page.vue.d.ts +16 -17
- package/es/components/search-list-page/src/search-list-page.vue2.mjs +4 -3
- package/es/components/search-list-page/src/search-list-page.vue2.mjs.map +1 -1
- package/es/components/search-list-page/src/use-search-list-page.d.ts +15 -9
- package/es/components/search-list-page/src/use-search-list-page.mjs +22 -22
- package/es/components/search-list-page/src/use-search-list-page.mjs.map +1 -1
- package/es/components/table/index.d.ts +11 -6
- package/es/components/table/src/table.d.ts +2 -1
- package/es/components/table/src/table.mjs +2 -2
- package/es/components/table/src/table.mjs.map +1 -1
- package/es/components/table/src/table.vue.d.ts +4 -3
- package/es/components/table/src/table.vue2.mjs +4 -3
- package/es/components/table/src/table.vue2.mjs.map +1 -1
- package/es/components/table/src/use-table.d.ts +71 -12
- package/es/components/table/src/use-table.mjs +84 -27
- package/es/components/table/src/use-table.mjs.map +1 -1
- package/es/components.mjs +3 -1
- package/es/components.mjs.map +1 -1
- package/es/hooks/dialog/use-dialog.d.ts +2 -0
- package/es/hooks/dialog/use-dialog.mjs +4 -3
- package/es/hooks/dialog/use-dialog.mjs.map +1 -1
- package/es/hooks/use-navigation.d.ts +5 -0
- package/es/hooks/use-navigation.mjs +14 -2
- package/es/hooks/use-navigation.mjs.map +1 -1
- package/es/index.mjs +2 -0
- package/es/index.mjs.map +1 -1
- package/es/package.json.mjs +1 -1
- package/es/utils/file.d.ts +18 -0
- package/es/utils/file.mjs +133 -0
- package/es/utils/file.mjs.map +1 -0
- package/es/utils/http/core/types.d.ts +1 -0
- package/global.d.ts +6 -4
- package/lib/components/date-picker-range/index.d.ts +3 -3
- package/lib/components/date-picker-range/src/date-picker-range.vue.d.ts +1 -1
- package/lib/components/form/src/form-item-vue.d.ts +5 -2
- package/lib/components/form/src/form-item.d.ts +2 -1
- package/lib/components/form/src/form-item.js +2 -2
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/hooks/use-form-item.js +3 -1
- package/lib/components/form/src/hooks/use-form-item.js.map +1 -1
- package/lib/components/header/index.d.ts +6 -6
- package/lib/components/header/src/header.d.ts +1 -1
- package/lib/components/header/src/header.js.map +1 -1
- package/lib/components/header/src/header.vue.d.ts +3 -3
- package/lib/components/header/src/use-header.js +3 -6
- package/lib/components/header/src/use-header.js.map +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +4 -0
- package/lib/components/index.js.map +1 -1
- package/lib/components/input/style/css.d.ts +1 -1
- package/lib/components/input/style/css.js +1 -1
- package/lib/components/input/style/index.d.ts +1 -1
- package/lib/components/input/style/index.js +1 -1
- package/lib/components/link/index.d.ts +118 -0
- package/lib/components/link/index.js +14 -0
- package/lib/components/link/index.js.map +1 -0
- package/lib/components/link/src/link.d.ts +30 -0
- package/lib/components/link/src/link.js +21 -0
- package/lib/components/link/src/link.js.map +1 -0
- package/lib/components/link/src/link.vue.d.ts +73 -0
- package/lib/components/link/src/link.vue.js +10 -0
- package/lib/components/link/src/link.vue.js.map +1 -0
- package/lib/components/link/src/link.vue2.js +56 -0
- package/lib/components/link/src/link.vue2.js.map +1 -0
- package/lib/components/link/style/css.d.ts +2 -0
- package/lib/components/link/style/css.js +7 -0
- package/lib/components/link/style/css.js.map +1 -0
- package/lib/components/link/style/index.d.ts +2 -0
- package/lib/components/link/style/index.js +7 -0
- package/lib/components/link/style/index.js.map +1 -0
- package/lib/components/search-list-page/index.d.ts +51 -39
- package/lib/components/search-list-page/src/search-list-page.d.ts +1 -4
- package/lib/components/search-list-page/src/search-list-page.js +6 -9
- package/lib/components/search-list-page/src/search-list-page.js.map +1 -1
- package/lib/components/search-list-page/src/search-list-page.vue.d.ts +16 -17
- package/lib/components/search-list-page/src/search-list-page.vue2.js +3 -2
- package/lib/components/search-list-page/src/search-list-page.vue2.js.map +1 -1
- package/lib/components/search-list-page/src/use-search-list-page.d.ts +15 -9
- package/lib/components/search-list-page/src/use-search-list-page.js +22 -22
- package/lib/components/search-list-page/src/use-search-list-page.js.map +1 -1
- package/lib/components/table/index.d.ts +11 -6
- package/lib/components/table/src/table.d.ts +2 -1
- package/lib/components/table/src/table.js +2 -2
- package/lib/components/table/src/table.js.map +1 -1
- package/lib/components/table/src/table.vue.d.ts +4 -3
- package/lib/components/table/src/table.vue2.js +4 -3
- package/lib/components/table/src/table.vue2.js.map +1 -1
- package/lib/components/table/src/use-table.d.ts +71 -12
- package/lib/components/table/src/use-table.js +83 -26
- package/lib/components/table/src/use-table.js.map +1 -1
- package/lib/components.js +3 -1
- package/lib/components.js.map +1 -1
- package/lib/hooks/dialog/use-dialog.d.ts +2 -0
- package/lib/hooks/dialog/use-dialog.js +4 -3
- package/lib/hooks/dialog/use-dialog.js.map +1 -1
- package/lib/hooks/use-navigation.d.ts +5 -0
- package/lib/hooks/use-navigation.js +13 -1
- package/lib/hooks/use-navigation.js.map +1 -1
- package/lib/index.js +10 -6
- package/lib/index.js.map +1 -1
- package/lib/package.json.js +1 -1
- package/lib/utils/file.d.ts +18 -0
- package/lib/utils/file.js +136 -0
- package/lib/utils/file.js.map +1 -0
- package/lib/utils/http/core/types.d.ts +1 -0
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/custom-column.css +1 -1
- package/theme-chalk/header.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/link.css +1 -0
- package/theme-chalk/src/base.scss +1 -0
- package/theme-chalk/src/common/common.scss +4 -0
- package/theme-chalk/src/custom-column.scss +6 -4
- package/theme-chalk/src/header.scss +1 -0
- package/theme-chalk/src/index.scss +2 -1
- package/theme-chalk/src/link.scss +6 -0
- package/theme-chalk/src/table.scss +20 -1
- package/theme-chalk/table.css +1 -1
|
@@ -34,6 +34,7 @@ export declare const EpSearchListPage: {
|
|
|
34
34
|
type: string;
|
|
35
35
|
props: Record<string, any>;
|
|
36
36
|
filter: boolean;
|
|
37
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
37
38
|
} & {} & {
|
|
38
39
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
39
40
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -63,7 +64,7 @@ export declare const EpSearchListPage: {
|
|
|
63
64
|
}>[]>;
|
|
64
65
|
readonly default: () => never[];
|
|
65
66
|
};
|
|
66
|
-
readonly
|
|
67
|
+
readonly formatColumns: {
|
|
67
68
|
readonly type: import("vue").PropType<Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
68
69
|
name: string;
|
|
69
70
|
prop: string;
|
|
@@ -86,9 +87,6 @@ export declare const EpSearchListPage: {
|
|
|
86
87
|
readonly default: true;
|
|
87
88
|
};
|
|
88
89
|
readonly add: FunctionConstructor;
|
|
89
|
-
readonly templateDownloadApi: StringConstructor;
|
|
90
|
-
readonly importApi: StringConstructor;
|
|
91
|
-
readonly exportApi: StringConstructor;
|
|
92
90
|
readonly offsetTop: {
|
|
93
91
|
readonly type: NumberConstructor;
|
|
94
92
|
readonly default: 0;
|
|
@@ -148,6 +146,7 @@ export declare const EpSearchListPage: {
|
|
|
148
146
|
type: string;
|
|
149
147
|
props: Record<string, any>;
|
|
150
148
|
filter: boolean;
|
|
149
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
151
150
|
} & {} & {
|
|
152
151
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
153
152
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -205,7 +204,7 @@ export declare const EpSearchListPage: {
|
|
|
205
204
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
206
205
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
207
206
|
}>[];
|
|
208
|
-
readonly
|
|
207
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
209
208
|
name: string;
|
|
210
209
|
prop: string;
|
|
211
210
|
permission: string;
|
|
@@ -254,6 +253,7 @@ export declare const EpSearchListPage: {
|
|
|
254
253
|
type: string;
|
|
255
254
|
props: Record<string, any>;
|
|
256
255
|
filter: boolean;
|
|
256
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
257
257
|
} & {} & {
|
|
258
258
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
259
259
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -311,7 +311,7 @@ export declare const EpSearchListPage: {
|
|
|
311
311
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
312
312
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
313
313
|
}>[];
|
|
314
|
-
readonly
|
|
314
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
315
315
|
name: string;
|
|
316
316
|
prop: string;
|
|
317
317
|
permission: string;
|
|
@@ -383,7 +383,7 @@ export declare const EpSearchListPage: {
|
|
|
383
383
|
readonly tooltipEffect?: string | undefined;
|
|
384
384
|
readonly appendFilterPanelTo?: string | undefined;
|
|
385
385
|
readonly scrollbarTabindex?: string | number | undefined;
|
|
386
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "className" | "border" | "align" | "lazy" | "headerCellStyle" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "
|
|
386
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "className" | "border" | "align" | "lazy" | "headerCellStyle" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
|
|
387
387
|
$attrs: {
|
|
388
388
|
[x: string]: unknown;
|
|
389
389
|
};
|
|
@@ -409,6 +409,7 @@ export declare const EpSearchListPage: {
|
|
|
409
409
|
type: string;
|
|
410
410
|
props: Record<string, any>;
|
|
411
411
|
filter: boolean;
|
|
412
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
412
413
|
} & {} & {
|
|
413
414
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
414
415
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -462,7 +463,7 @@ export declare const EpSearchListPage: {
|
|
|
462
463
|
}>[]>;
|
|
463
464
|
default: () => never[];
|
|
464
465
|
};
|
|
465
|
-
readonly
|
|
466
|
+
readonly formatColumns: {
|
|
466
467
|
type: import("vue").PropType<Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
467
468
|
name: string;
|
|
468
469
|
prop: string;
|
|
@@ -1230,6 +1231,7 @@ export declare const EpSearchListPage: {
|
|
|
1230
1231
|
type: string;
|
|
1231
1232
|
props: Record<string, any>;
|
|
1232
1233
|
filter: boolean;
|
|
1234
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
1233
1235
|
} & {} & {
|
|
1234
1236
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1235
1237
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -1287,7 +1289,7 @@ export declare const EpSearchListPage: {
|
|
|
1287
1289
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1288
1290
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1289
1291
|
}>[];
|
|
1290
|
-
readonly
|
|
1292
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
1291
1293
|
name: string;
|
|
1292
1294
|
prop: string;
|
|
1293
1295
|
permission: string;
|
|
@@ -1356,6 +1358,7 @@ export declare const EpSearchListPage: {
|
|
|
1356
1358
|
type: string;
|
|
1357
1359
|
props: Record<string, any>;
|
|
1358
1360
|
filter: boolean;
|
|
1361
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
1359
1362
|
} & {} & {
|
|
1360
1363
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1361
1364
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -1413,7 +1416,7 @@ export declare const EpSearchListPage: {
|
|
|
1413
1416
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1414
1417
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1415
1418
|
}>[];
|
|
1416
|
-
readonly
|
|
1419
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
1417
1420
|
name: string;
|
|
1418
1421
|
prop: string;
|
|
1419
1422
|
permission: string;
|
|
@@ -1454,6 +1457,7 @@ export declare const EpSearchListPage: {
|
|
|
1454
1457
|
type: string;
|
|
1455
1458
|
props: Record<string, any>;
|
|
1456
1459
|
filter: boolean;
|
|
1460
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
1457
1461
|
} & {} & {
|
|
1458
1462
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1459
1463
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -1507,7 +1511,7 @@ export declare const EpSearchListPage: {
|
|
|
1507
1511
|
}>[]>;
|
|
1508
1512
|
default: () => never[];
|
|
1509
1513
|
};
|
|
1510
|
-
readonly
|
|
1514
|
+
readonly formatColumns: {
|
|
1511
1515
|
type: import("vue").PropType<Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
1512
1516
|
name: string;
|
|
1513
1517
|
prop: string;
|
|
@@ -2248,7 +2252,7 @@ export declare const EpSearchListPage: {
|
|
|
2248
2252
|
};
|
|
2249
2253
|
readonly preserveExpandedContent: BooleanConstructor;
|
|
2250
2254
|
readonly nativeScrollbar: BooleanConstructor;
|
|
2251
|
-
}>> & Readonly<{}>, "search" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "className" | "border" | "align" | "lazy" | "headerCellStyle" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "
|
|
2255
|
+
}>> & Readonly<{}>, "search" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "className" | "border" | "align" | "lazy" | "headerCellStyle" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
|
|
2252
2256
|
elFormRef: Readonly<import("vue").ShallowRef<import("element-plus").FormInstance | null>>;
|
|
2253
2257
|
elTableRef: Readonly<import("vue").ShallowRef<import("element-plus").TableInstance | null>>;
|
|
2254
2258
|
validate: () => import("element-plus").FormValidationResult;
|
|
@@ -2536,6 +2540,7 @@ export declare const EpSearchListPage: {
|
|
|
2536
2540
|
type: string;
|
|
2537
2541
|
props: Record<string, any>;
|
|
2538
2542
|
filter: boolean;
|
|
2543
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
2539
2544
|
} & {} & {
|
|
2540
2545
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2541
2546
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -2557,7 +2562,7 @@ export declare const EpSearchListPage: {
|
|
|
2557
2562
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2558
2563
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2559
2564
|
}>[];
|
|
2560
|
-
readonly
|
|
2565
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
2561
2566
|
name: string;
|
|
2562
2567
|
prop: string;
|
|
2563
2568
|
permission: string;
|
|
@@ -2628,6 +2633,7 @@ export declare const EpSearchListPage: {
|
|
|
2628
2633
|
type: string;
|
|
2629
2634
|
props: Record<string, any>;
|
|
2630
2635
|
filter: boolean;
|
|
2636
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
2631
2637
|
} & {} & {
|
|
2632
2638
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2633
2639
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -2657,7 +2663,7 @@ export declare const EpSearchListPage: {
|
|
|
2657
2663
|
}>[]>;
|
|
2658
2664
|
readonly default: () => never[];
|
|
2659
2665
|
};
|
|
2660
|
-
readonly
|
|
2666
|
+
readonly formatColumns: {
|
|
2661
2667
|
readonly type: import("vue").PropType<Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
2662
2668
|
name: string;
|
|
2663
2669
|
prop: string;
|
|
@@ -2680,9 +2686,6 @@ export declare const EpSearchListPage: {
|
|
|
2680
2686
|
readonly default: true;
|
|
2681
2687
|
};
|
|
2682
2688
|
readonly add: FunctionConstructor;
|
|
2683
|
-
readonly templateDownloadApi: StringConstructor;
|
|
2684
|
-
readonly importApi: StringConstructor;
|
|
2685
|
-
readonly exportApi: StringConstructor;
|
|
2686
2689
|
readonly offsetTop: {
|
|
2687
2690
|
readonly type: NumberConstructor;
|
|
2688
2691
|
readonly default: 0;
|
|
@@ -2742,6 +2745,7 @@ export declare const EpSearchListPage: {
|
|
|
2742
2745
|
type: string;
|
|
2743
2746
|
props: Record<string, any>;
|
|
2744
2747
|
filter: boolean;
|
|
2748
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
2745
2749
|
} & {} & {
|
|
2746
2750
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2747
2751
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -2799,7 +2803,7 @@ export declare const EpSearchListPage: {
|
|
|
2799
2803
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2800
2804
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2801
2805
|
}>[];
|
|
2802
|
-
readonly
|
|
2806
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
2803
2807
|
name: string;
|
|
2804
2808
|
prop: string;
|
|
2805
2809
|
permission: string;
|
|
@@ -2848,6 +2852,7 @@ export declare const EpSearchListPage: {
|
|
|
2848
2852
|
type: string;
|
|
2849
2853
|
props: Record<string, any>;
|
|
2850
2854
|
filter: boolean;
|
|
2855
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
2851
2856
|
} & {} & {
|
|
2852
2857
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2853
2858
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -2905,7 +2910,7 @@ export declare const EpSearchListPage: {
|
|
|
2905
2910
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2906
2911
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2907
2912
|
}>[];
|
|
2908
|
-
readonly
|
|
2913
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
2909
2914
|
name: string;
|
|
2910
2915
|
prop: string;
|
|
2911
2916
|
permission: string;
|
|
@@ -2977,7 +2982,7 @@ export declare const EpSearchListPage: {
|
|
|
2977
2982
|
readonly tooltipEffect?: string | undefined;
|
|
2978
2983
|
readonly appendFilterPanelTo?: string | undefined;
|
|
2979
2984
|
readonly scrollbarTabindex?: string | number | undefined;
|
|
2980
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "className" | "border" | "align" | "lazy" | "headerCellStyle" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "
|
|
2985
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "className" | "border" | "align" | "lazy" | "headerCellStyle" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
|
|
2981
2986
|
$attrs: {
|
|
2982
2987
|
[x: string]: unknown;
|
|
2983
2988
|
};
|
|
@@ -3003,6 +3008,7 @@ export declare const EpSearchListPage: {
|
|
|
3003
3008
|
type: string;
|
|
3004
3009
|
props: Record<string, any>;
|
|
3005
3010
|
filter: boolean;
|
|
3011
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
3006
3012
|
} & {} & {
|
|
3007
3013
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
3008
3014
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -3056,7 +3062,7 @@ export declare const EpSearchListPage: {
|
|
|
3056
3062
|
}>[]>;
|
|
3057
3063
|
default: () => never[];
|
|
3058
3064
|
};
|
|
3059
|
-
readonly
|
|
3065
|
+
readonly formatColumns: {
|
|
3060
3066
|
type: import("vue").PropType<Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
3061
3067
|
name: string;
|
|
3062
3068
|
prop: string;
|
|
@@ -3824,6 +3830,7 @@ export declare const EpSearchListPage: {
|
|
|
3824
3830
|
type: string;
|
|
3825
3831
|
props: Record<string, any>;
|
|
3826
3832
|
filter: boolean;
|
|
3833
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
3827
3834
|
} & {} & {
|
|
3828
3835
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
3829
3836
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -3881,7 +3888,7 @@ export declare const EpSearchListPage: {
|
|
|
3881
3888
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
3882
3889
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
3883
3890
|
}>[];
|
|
3884
|
-
readonly
|
|
3891
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
3885
3892
|
name: string;
|
|
3886
3893
|
prop: string;
|
|
3887
3894
|
permission: string;
|
|
@@ -3950,6 +3957,7 @@ export declare const EpSearchListPage: {
|
|
|
3950
3957
|
type: string;
|
|
3951
3958
|
props: Record<string, any>;
|
|
3952
3959
|
filter: boolean;
|
|
3960
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
3953
3961
|
} & {} & {
|
|
3954
3962
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
3955
3963
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -4007,7 +4015,7 @@ export declare const EpSearchListPage: {
|
|
|
4007
4015
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
4008
4016
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
4009
4017
|
}>[];
|
|
4010
|
-
readonly
|
|
4018
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
4011
4019
|
name: string;
|
|
4012
4020
|
prop: string;
|
|
4013
4021
|
permission: string;
|
|
@@ -4048,6 +4056,7 @@ export declare const EpSearchListPage: {
|
|
|
4048
4056
|
type: string;
|
|
4049
4057
|
props: Record<string, any>;
|
|
4050
4058
|
filter: boolean;
|
|
4059
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
4051
4060
|
} & {} & {
|
|
4052
4061
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
4053
4062
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -4101,7 +4110,7 @@ export declare const EpSearchListPage: {
|
|
|
4101
4110
|
}>[]>;
|
|
4102
4111
|
default: () => never[];
|
|
4103
4112
|
};
|
|
4104
|
-
readonly
|
|
4113
|
+
readonly formatColumns: {
|
|
4105
4114
|
type: import("vue").PropType<Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
4106
4115
|
name: string;
|
|
4107
4116
|
prop: string;
|
|
@@ -4842,7 +4851,7 @@ export declare const EpSearchListPage: {
|
|
|
4842
4851
|
};
|
|
4843
4852
|
readonly preserveExpandedContent: BooleanConstructor;
|
|
4844
4853
|
readonly nativeScrollbar: BooleanConstructor;
|
|
4845
|
-
}>> & Readonly<{}>, "search" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "className" | "border" | "align" | "lazy" | "headerCellStyle" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "
|
|
4854
|
+
}>> & Readonly<{}>, "search" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "className" | "border" | "align" | "lazy" | "headerCellStyle" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
|
|
4846
4855
|
elFormRef: Readonly<import("vue").ShallowRef<import("element-plus").FormInstance | null>>;
|
|
4847
4856
|
elTableRef: Readonly<import("vue").ShallowRef<import("element-plus").TableInstance | null>>;
|
|
4848
4857
|
validate: () => import("element-plus").FormValidationResult;
|
|
@@ -5130,6 +5139,7 @@ export declare const EpSearchListPage: {
|
|
|
5130
5139
|
type: string;
|
|
5131
5140
|
props: Record<string, any>;
|
|
5132
5141
|
filter: boolean;
|
|
5142
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
5133
5143
|
} & {} & {
|
|
5134
5144
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5135
5145
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -5151,7 +5161,7 @@ export declare const EpSearchListPage: {
|
|
|
5151
5161
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5152
5162
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5153
5163
|
}>[];
|
|
5154
|
-
readonly
|
|
5164
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
5155
5165
|
name: string;
|
|
5156
5166
|
prop: string;
|
|
5157
5167
|
permission: string;
|
|
@@ -5212,7 +5222,7 @@ export declare const EpSearchListPage: {
|
|
|
5212
5222
|
readonly type: import("vue").PropType<import("packages/el-plus/index.js").ButtonProps[]>;
|
|
5213
5223
|
readonly default: () => never[];
|
|
5214
5224
|
};
|
|
5215
|
-
readonly
|
|
5225
|
+
readonly formatColumns: {
|
|
5216
5226
|
readonly type: import("vue").PropType<import("packages/el-plus/index.js").ButtonProps[]>;
|
|
5217
5227
|
readonly default: () => never[];
|
|
5218
5228
|
};
|
|
@@ -5223,9 +5233,6 @@ export declare const EpSearchListPage: {
|
|
|
5223
5233
|
readonly default: true;
|
|
5224
5234
|
};
|
|
5225
5235
|
readonly add: FunctionConstructor;
|
|
5226
|
-
readonly templateDownloadApi: StringConstructor;
|
|
5227
|
-
readonly importApi: StringConstructor;
|
|
5228
|
-
readonly exportApi: StringConstructor;
|
|
5229
5236
|
readonly offsetTop: {
|
|
5230
5237
|
readonly type: NumberConstructor;
|
|
5231
5238
|
readonly default: 0;
|
|
@@ -5285,6 +5292,7 @@ export declare const EpSearchListPage: {
|
|
|
5285
5292
|
type: string;
|
|
5286
5293
|
props: Record<string, any>;
|
|
5287
5294
|
filter: boolean;
|
|
5295
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
5288
5296
|
} & {} & {
|
|
5289
5297
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5290
5298
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -5342,7 +5350,7 @@ export declare const EpSearchListPage: {
|
|
|
5342
5350
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5343
5351
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5344
5352
|
}>[];
|
|
5345
|
-
readonly
|
|
5353
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
5346
5354
|
name: string;
|
|
5347
5355
|
prop: string;
|
|
5348
5356
|
permission: string;
|
|
@@ -5391,6 +5399,7 @@ export declare const EpSearchListPage: {
|
|
|
5391
5399
|
type: string;
|
|
5392
5400
|
props: Record<string, any>;
|
|
5393
5401
|
filter: boolean;
|
|
5402
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
5394
5403
|
} & {} & {
|
|
5395
5404
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5396
5405
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -5448,7 +5457,7 @@ export declare const EpSearchListPage: {
|
|
|
5448
5457
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5449
5458
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5450
5459
|
}>[];
|
|
5451
|
-
readonly
|
|
5460
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
5452
5461
|
name: string;
|
|
5453
5462
|
prop: string;
|
|
5454
5463
|
permission: string;
|
|
@@ -5520,7 +5529,7 @@ export declare const EpSearchListPage: {
|
|
|
5520
5529
|
readonly tooltipEffect?: string | undefined;
|
|
5521
5530
|
readonly appendFilterPanelTo?: string | undefined;
|
|
5522
5531
|
readonly scrollbarTabindex?: string | number | undefined;
|
|
5523
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "className" | "border" | "align" | "lazy" | "headerCellStyle" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "
|
|
5532
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "style" | "size" | "disabled" | "className" | "border" | "align" | "lazy" | "headerCellStyle" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar">;
|
|
5524
5533
|
$attrs: {
|
|
5525
5534
|
[x: string]: unknown;
|
|
5526
5535
|
};
|
|
@@ -5575,7 +5584,7 @@ export declare const EpSearchListPage: {
|
|
|
5575
5584
|
type: import("vue").PropType<import("packages/el-plus/index.js").ButtonProps[]>;
|
|
5576
5585
|
default: () => never[];
|
|
5577
5586
|
};
|
|
5578
|
-
readonly
|
|
5587
|
+
readonly formatColumns: {
|
|
5579
5588
|
type: import("vue").PropType<import("packages/el-plus/index.js").ButtonProps[]>;
|
|
5580
5589
|
default: () => never[];
|
|
5581
5590
|
};
|
|
@@ -6331,6 +6340,7 @@ export declare const EpSearchListPage: {
|
|
|
6331
6340
|
type: string;
|
|
6332
6341
|
props: Record<string, any>;
|
|
6333
6342
|
filter: boolean;
|
|
6343
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
6334
6344
|
} & {} & {
|
|
6335
6345
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
6336
6346
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -6388,7 +6398,7 @@ export declare const EpSearchListPage: {
|
|
|
6388
6398
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
6389
6399
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
6390
6400
|
}>[];
|
|
6391
|
-
readonly
|
|
6401
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
6392
6402
|
name: string;
|
|
6393
6403
|
prop: string;
|
|
6394
6404
|
permission: string;
|
|
@@ -6457,6 +6467,7 @@ export declare const EpSearchListPage: {
|
|
|
6457
6467
|
type: string;
|
|
6458
6468
|
props: Record<string, any>;
|
|
6459
6469
|
filter: boolean;
|
|
6470
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
6460
6471
|
} & {} & {
|
|
6461
6472
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
6462
6473
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -6514,7 +6525,7 @@ export declare const EpSearchListPage: {
|
|
|
6514
6525
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
6515
6526
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
6516
6527
|
}>[];
|
|
6517
|
-
readonly
|
|
6528
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
6518
6529
|
name: string;
|
|
6519
6530
|
prop: string;
|
|
6520
6531
|
permission: string;
|
|
@@ -6584,7 +6595,7 @@ export declare const EpSearchListPage: {
|
|
|
6584
6595
|
type: import("vue").PropType<import("packages/el-plus/index.js").ButtonProps[]>;
|
|
6585
6596
|
default: () => never[];
|
|
6586
6597
|
};
|
|
6587
|
-
readonly
|
|
6598
|
+
readonly formatColumns: {
|
|
6588
6599
|
type: import("vue").PropType<import("packages/el-plus/index.js").ButtonProps[]>;
|
|
6589
6600
|
default: () => never[];
|
|
6590
6601
|
};
|
|
@@ -7313,7 +7324,7 @@ export declare const EpSearchListPage: {
|
|
|
7313
7324
|
};
|
|
7314
7325
|
readonly preserveExpandedContent: BooleanConstructor;
|
|
7315
7326
|
readonly nativeScrollbar: BooleanConstructor;
|
|
7316
|
-
}>> & Readonly<{}>, "search" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "className" | "border" | "align" | "lazy" | "headerCellStyle" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "
|
|
7327
|
+
}>> & Readonly<{}>, "search" | "validate" | "resetFields" | "clearValidate" | "elFormRef" | "elTableRef" | "openCustomColumnDialog" | ("data" | "style" | "size" | "disabled" | "className" | "border" | "align" | "lazy" | "headerCellStyle" | "columns" | "showSelectionCol" | "showSingleSelectionCol" | "showIndexCol" | "actionColWidth" | "reserveSelection" | "paginationProps" | "showPagination" | "isFrontPage" | "actionButtons" | "formatColumns" | "isInitSearch" | "fit" | "stripe" | "showHeader" | "showSummary" | "highlightCurrentRow" | "defaultExpandAll" | "selectOnIndeterminate" | "indent" | "treeProps" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "scrollbarTabindex" | "allowDragLastColumn" | "preserveExpandedContent" | "nativeScrollbar")> & import("vue").ShallowUnwrapRef<{
|
|
7317
7328
|
elFormRef: Readonly<import("vue").ShallowRef<import("element-plus").FormInstance | null>>;
|
|
7318
7329
|
elTableRef: Readonly<import("vue").ShallowRef<import("element-plus").TableInstance | null>>;
|
|
7319
7330
|
validate: () => import("element-plus").FormValidationResult;
|
|
@@ -7601,6 +7612,7 @@ export declare const EpSearchListPage: {
|
|
|
7601
7612
|
type: string;
|
|
7602
7613
|
props: Record<string, any>;
|
|
7603
7614
|
filter: boolean;
|
|
7615
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
7604
7616
|
} & {} & {
|
|
7605
7617
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
7606
7618
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -7622,7 +7634,7 @@ export declare const EpSearchListPage: {
|
|
|
7622
7634
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
7623
7635
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
7624
7636
|
}>[];
|
|
7625
|
-
readonly
|
|
7637
|
+
readonly formatColumns: Partial<Omit<import("element-plus").ButtonProps, "disabled"> & {
|
|
7626
7638
|
name: string;
|
|
7627
7639
|
prop: string;
|
|
7628
7640
|
permission: string;
|
|
@@ -27,7 +27,7 @@ export declare const searchListPageProps: {
|
|
|
27
27
|
readonly type: PropType<import("el-plus/es/components/buttons").ButtonProps[]>;
|
|
28
28
|
readonly default: () => never[];
|
|
29
29
|
};
|
|
30
|
-
readonly
|
|
30
|
+
readonly formatColumns: {
|
|
31
31
|
readonly type: PropType<import("el-plus/es/components/buttons").ButtonProps[]>;
|
|
32
32
|
readonly default: () => never[];
|
|
33
33
|
};
|
|
@@ -38,9 +38,6 @@ export declare const searchListPageProps: {
|
|
|
38
38
|
readonly default: true;
|
|
39
39
|
};
|
|
40
40
|
readonly add: FunctionConstructor;
|
|
41
|
-
readonly templateDownloadApi: StringConstructor;
|
|
42
|
-
readonly importApi: StringConstructor;
|
|
43
|
-
readonly exportApi: StringConstructor;
|
|
44
41
|
readonly offsetTop: {
|
|
45
42
|
readonly type: NumberConstructor;
|
|
46
43
|
readonly default: 0;
|
|
@@ -36,9 +36,9 @@ const searchListPageProps = {
|
|
|
36
36
|
actionButtons: {
|
|
37
37
|
...tableProps.actionButtons
|
|
38
38
|
},
|
|
39
|
-
//
|
|
40
|
-
|
|
41
|
-
...tableProps.
|
|
39
|
+
// 格式化列
|
|
40
|
+
formatColumns: {
|
|
41
|
+
...tableProps.formatColumns
|
|
42
42
|
},
|
|
43
43
|
showSelectionCol: Boolean,
|
|
44
44
|
showSingleSelectionCol: Boolean,
|
|
@@ -48,12 +48,9 @@ const searchListPageProps = {
|
|
|
48
48
|
},
|
|
49
49
|
add: Function,
|
|
50
50
|
// 新增
|
|
51
|
-
templateDownloadApi: String,
|
|
52
|
-
//
|
|
53
|
-
|
|
54
|
-
// 导入
|
|
55
|
-
exportApi: String,
|
|
56
|
-
// 导出
|
|
51
|
+
// templateDownloadApi: String, // 模板下载
|
|
52
|
+
// importApi: String, // 导入
|
|
53
|
+
// exportApi: String, // 导出
|
|
57
54
|
// 表格额外距离
|
|
58
55
|
offsetTop: {
|
|
59
56
|
type: Number,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-list-page.mjs","sources":["../../../../../../packages/components/search-list-page/src/search-list-page.ts"],"sourcesContent":["import type { PropType, ExtractPublicPropTypes } from 'vue'\nimport { apiProps } from '@el-plus/utils/props'\nimport { formProps } from '@el-plus/components/form'\nimport { buttonsProps } from '@el-plus/components/buttons'\nimport { tableProps } from '@el-plus/components/table'\nimport { customColumnProps } from '@el-plus/components/custom-column'\n\nexport const searchListPageProps = {\n ...apiProps,\n // 自定义列模块\n customColumnModule: {\n ...customColumnProps.module,\n },\n showOperationColumn: Boolean, // 是否显示操作列\n // 表单列表\n formItemList: {\n ...formProps.formItemList,\n },\n // 左侧按钮\n leftButtons: {\n ...buttonsProps.list,\n },\n // 表格列\n columns: {\n ...tableProps.columns,\n },\n // 列最小宽度\n minWidth: {\n ...tableProps.minWidth,\n },\n // 操作列宽度\n actionColWidth: {\n ...tableProps.actionColWidth,\n },\n // 操作列\n actionButtons: {\n ...tableProps.actionButtons,\n },\n //
|
|
1
|
+
{"version":3,"file":"search-list-page.mjs","sources":["../../../../../../packages/components/search-list-page/src/search-list-page.ts"],"sourcesContent":["import type { PropType, ExtractPublicPropTypes } from 'vue'\nimport { apiProps } from '@el-plus/utils/props'\nimport { formProps } from '@el-plus/components/form'\nimport { buttonsProps } from '@el-plus/components/buttons'\nimport { tableProps } from '@el-plus/components/table'\nimport { customColumnProps } from '@el-plus/components/custom-column'\n\nexport const searchListPageProps = {\n ...apiProps,\n // 自定义列模块\n customColumnModule: {\n ...customColumnProps.module,\n },\n showOperationColumn: Boolean, // 是否显示操作列\n // 表单列表\n formItemList: {\n ...formProps.formItemList,\n },\n // 左侧按钮\n leftButtons: {\n ...buttonsProps.list,\n },\n // 表格列\n columns: {\n ...tableProps.columns,\n },\n // 列最小宽度\n minWidth: {\n ...tableProps.minWidth,\n },\n // 操作列宽度\n actionColWidth: {\n ...tableProps.actionColWidth,\n },\n // 操作列\n actionButtons: {\n ...tableProps.actionButtons,\n },\n // 格式化列\n formatColumns: {\n ...tableProps.formatColumns,\n },\n showSelectionCol: Boolean,\n showSingleSelectionCol: Boolean,\n showIndexCol: {\n type: Boolean,\n default: true,\n },\n add: Function, // 新增\n // templateDownloadApi: String, // 模板下载\n // importApi: String, // 导入\n // exportApi: String, // 导出\n // 表格额外距离\n offsetTop: {\n type: Number,\n default: 0,\n },\n formData: {\n type: Object,\n default: () => ({}),\n },\n tableProps: Object,\n formProps: Object,\n buttonsProps: Object,\n name: String, // 权限前缀\n // 是否初始化加载数据\n isInitSearch: {\n type: Boolean,\n default: true,\n },\n} as const\nexport type SearchListPageProps = ExtractPublicPropTypes<\n typeof searchListPageProps\n>\n"],"names":[],"mappings":";;;;;;AAOO,MAAM,mBAAA,GAAsB;AAAA,EACjC,GAAG,QAAA;AAAA;AAAA,EAEH,kBAAA,EAAoB;AAAA,IAClB,GAAG,iBAAA,CAAkB;AAAA,GACvB;AAAA,EACA,mBAAA,EAAqB,OAAA;AAAA;AAAA;AAAA,EAErB,YAAA,EAAc;AAAA,IACZ,GAAG,SAAA,CAAU;AAAA,GACf;AAAA;AAAA,EAEA,WAAA,EAAa;AAAA,IACX,GAAG,YAAA,CAAa;AAAA,GAClB;AAAA;AAAA,EAEA,OAAA,EAAS;AAAA,IACP,GAAG,UAAA,CAAW;AAAA,GAChB;AAAA;AAAA,EAEA,QAAA,EAAU;AAAA,IACR,GAAG,UAAA,CAAW;AAAA,GAChB;AAAA;AAAA,EAEA,cAAA,EAAgB;AAAA,IACd,GAAG,UAAA,CAAW;AAAA,GAChB;AAAA;AAAA,EAEA,aAAA,EAAe;AAAA,IACb,GAAG,UAAA,CAAW;AAAA,GAChB;AAAA;AAAA,EAEA,aAAA,EAAe;AAAA,IACb,GAAG,UAAA,CAAW;AAAA,GAChB;AAAA,EACA,gBAAA,EAAkB,OAAA;AAAA,EAClB,sBAAA,EAAwB,OAAA;AAAA,EACxB,YAAA,EAAc;AAAA,IACZ,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA,EACA,GAAA,EAAK,QAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAKL,SAAA,EAAW;AAAA,IACT,IAAA,EAAM,MAAA;AAAA,IACN,OAAA,EAAS;AAAA,GACX;AAAA,EACA,QAAA,EAAU;AAAA,IACR,IAAA,EAAM,MAAA;AAAA,IACN,OAAA,EAAS,OAAO,EAAC;AAAA,GACnB;AAAA,EACA,UAAA,EAAY,MAAA;AAAA,EACZ,SAAA,EAAW,MAAA;AAAA,EACX,YAAA,EAAc,MAAA;AAAA,EACd,IAAA,EAAM,MAAA;AAAA;AAAA;AAAA,EAEN,YAAA,EAAc;AAAA,IACZ,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA;AAEb;;;;"}
|