el-plus 0.0.30 → 0.0.33
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 +18 -0
- package/dist/index.full.js +283 -49
- 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 +280 -47
- package/es/components/attachment/index.d.ts +174 -0
- package/es/components/attachment/index.mjs +8 -0
- package/es/components/attachment/index.mjs.map +1 -0
- package/es/components/attachment/src/attachment.d.ts +23 -0
- package/es/components/attachment/src/attachment.mjs +31 -0
- package/es/components/attachment/src/attachment.mjs.map +1 -0
- package/es/components/attachment/src/attachment.vue.d.ts +71 -0
- package/es/components/attachment/src/attachment.vue.mjs +6 -0
- package/es/components/attachment/src/attachment.vue.mjs.map +1 -0
- package/es/components/attachment/src/attachment.vue2.mjs +65 -0
- package/es/components/attachment/src/attachment.vue2.mjs.map +1 -0
- package/es/components/attachment/src/use-attachment.d.ts +212 -0
- package/es/components/attachment/src/use-attachment.mjs +80 -0
- package/es/components/attachment/src/use-attachment.mjs.map +1 -0
- package/es/components/attachment/style/css.d.ts +2 -0
- package/es/components/attachment/style/css.mjs +5 -0
- package/es/components/attachment/style/css.mjs.map +1 -0
- package/es/components/attachment/style/index.d.ts +2 -0
- package/es/components/attachment/style/index.mjs +5 -0
- package/es/components/attachment/style/index.mjs.map +1 -0
- package/es/components/form/src/hooks/use-form-item.mjs +9 -12
- package/es/components/form/src/hooks/use-form-item.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/search-list-page/index.d.ts +213 -192
- package/es/components/search-list-page/src/search-list-page.d.ts +1 -1
- package/es/components/search-list-page/src/search-list-page.vue.d.ts +54 -49
- package/es/components/search-list-page/src/use-search-list-page.d.ts +52 -47
- package/es/components/table/index.d.ts +51 -46
- package/es/components/table/src/table.d.ts +1 -1
- package/es/components/table/src/table.mjs.map +1 -1
- package/es/components/table/src/table.vue.d.ts +12 -11
- package/es/components/table/src/table.vue2.mjs +1 -2
- package/es/components/table/src/table.vue2.mjs.map +1 -1
- package/es/components/table/src/use-table.d.ts +1 -71
- package/es/components/table/src/use-table.mjs +7 -9
- 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/index.mjs +2 -0
- package/es/index.mjs.map +1 -1
- package/es/package.json.mjs +1 -1
- package/es/utils/env.d.ts +2 -1
- package/es/utils/env.mjs +9 -1
- package/es/utils/env.mjs.map +1 -1
- package/es/utils/file.d.ts +2 -0
- package/es/utils/file.mjs +13 -3
- package/es/utils/file.mjs.map +1 -1
- package/es/utils/index.mjs +1 -1
- package/lib/components/attachment/index.d.ts +174 -0
- package/lib/components/attachment/index.js +14 -0
- package/lib/components/attachment/index.js.map +1 -0
- package/lib/components/attachment/src/attachment.d.ts +23 -0
- package/lib/components/attachment/src/attachment.js +33 -0
- package/lib/components/attachment/src/attachment.js.map +1 -0
- package/lib/components/attachment/src/attachment.vue.d.ts +71 -0
- package/lib/components/attachment/src/attachment.vue.js +10 -0
- package/lib/components/attachment/src/attachment.vue.js.map +1 -0
- package/lib/components/attachment/src/attachment.vue2.js +69 -0
- package/lib/components/attachment/src/attachment.vue2.js.map +1 -0
- package/lib/components/attachment/src/use-attachment.d.ts +212 -0
- package/lib/components/attachment/src/use-attachment.js +82 -0
- package/lib/components/attachment/src/use-attachment.js.map +1 -0
- package/lib/components/attachment/style/css.d.ts +2 -0
- package/lib/components/attachment/style/css.js +7 -0
- package/lib/components/attachment/style/css.js.map +1 -0
- package/lib/components/attachment/style/index.d.ts +2 -0
- package/lib/components/attachment/style/index.js +7 -0
- package/lib/components/attachment/style/index.js.map +1 -0
- package/lib/components/form/src/hooks/use-form-item.js +9 -12
- package/lib/components/form/src/hooks/use-form-item.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/search-list-page/index.d.ts +213 -192
- package/lib/components/search-list-page/src/search-list-page.d.ts +1 -1
- package/lib/components/search-list-page/src/search-list-page.vue.d.ts +54 -49
- package/lib/components/search-list-page/src/use-search-list-page.d.ts +52 -47
- package/lib/components/table/index.d.ts +51 -46
- package/lib/components/table/src/table.d.ts +1 -1
- package/lib/components/table/src/table.js.map +1 -1
- package/lib/components/table/src/table.vue.d.ts +12 -11
- package/lib/components/table/src/table.vue2.js +1 -2
- package/lib/components/table/src/table.vue2.js.map +1 -1
- package/lib/components/table/src/use-table.d.ts +1 -71
- package/lib/components/table/src/use-table.js +7 -9
- 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/index.js +10 -6
- package/lib/index.js.map +1 -1
- package/lib/package.json.js +1 -1
- package/lib/utils/env.d.ts +2 -1
- package/lib/utils/env.js +9 -0
- package/lib/utils/env.js.map +1 -1
- package/lib/utils/file.d.ts +2 -0
- package/lib/utils/file.js +13 -1
- package/lib/utils/file.js.map +1 -1
- package/lib/utils/index.js +1 -0
- package/lib/utils/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -65,15 +65,16 @@ export declare const EpSearchListPage: {
|
|
|
65
65
|
readonly default: () => never[];
|
|
66
66
|
};
|
|
67
67
|
readonly formatColumns: {
|
|
68
|
-
readonly type: import("vue").PropType<Partial<
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
68
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").TableColumnCtx & {
|
|
69
|
+
[key: string]: any;
|
|
70
|
+
required: boolean | (() => boolean);
|
|
71
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
72
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
73
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
74
|
+
type: string;
|
|
75
|
+
props: Record<string, any>;
|
|
76
|
+
filter: boolean;
|
|
77
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
77
78
|
} & {} & {
|
|
78
79
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
79
80
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -204,15 +205,16 @@ export declare const EpSearchListPage: {
|
|
|
204
205
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
205
206
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
206
207
|
}>[];
|
|
207
|
-
readonly formatColumns: Partial<
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
208
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
209
|
+
[key: string]: any;
|
|
210
|
+
required: boolean | (() => boolean);
|
|
211
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
212
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
213
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
214
|
+
type: string;
|
|
215
|
+
props: Record<string, any>;
|
|
216
|
+
filter: boolean;
|
|
217
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
216
218
|
} & {} & {
|
|
217
219
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
218
220
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -311,15 +313,16 @@ export declare const EpSearchListPage: {
|
|
|
311
313
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
312
314
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
313
315
|
}>[];
|
|
314
|
-
readonly formatColumns: Partial<
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
316
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
317
|
+
[key: string]: any;
|
|
318
|
+
required: boolean | (() => boolean);
|
|
319
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
320
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
321
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
322
|
+
type: string;
|
|
323
|
+
props: Record<string, any>;
|
|
324
|
+
filter: boolean;
|
|
325
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
323
326
|
} & {} & {
|
|
324
327
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
325
328
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -464,15 +467,16 @@ export declare const EpSearchListPage: {
|
|
|
464
467
|
default: () => never[];
|
|
465
468
|
};
|
|
466
469
|
readonly formatColumns: {
|
|
467
|
-
type: import("vue").PropType<Partial<
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
470
|
+
type: import("vue").PropType<Partial<import("element-plus").TableColumnCtx & {
|
|
471
|
+
[key: string]: any;
|
|
472
|
+
required: boolean | (() => boolean);
|
|
473
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
474
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
475
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
476
|
+
type: string;
|
|
477
|
+
props: Record<string, any>;
|
|
478
|
+
filter: boolean;
|
|
479
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
476
480
|
} & {} & {
|
|
477
481
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
478
482
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -1289,15 +1293,16 @@ export declare const EpSearchListPage: {
|
|
|
1289
1293
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1290
1294
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1291
1295
|
}>[];
|
|
1292
|
-
readonly formatColumns: Partial<
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1296
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
1297
|
+
[key: string]: any;
|
|
1298
|
+
required: boolean | (() => boolean);
|
|
1299
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
1300
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
1301
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
1302
|
+
type: string;
|
|
1303
|
+
props: Record<string, any>;
|
|
1304
|
+
filter: boolean;
|
|
1305
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
1301
1306
|
} & {} & {
|
|
1302
1307
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1303
1308
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -1416,15 +1421,16 @@ export declare const EpSearchListPage: {
|
|
|
1416
1421
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1417
1422
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1418
1423
|
}>[];
|
|
1419
|
-
readonly formatColumns: Partial<
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1424
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
1425
|
+
[key: string]: any;
|
|
1426
|
+
required: boolean | (() => boolean);
|
|
1427
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
1428
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
1429
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
1430
|
+
type: string;
|
|
1431
|
+
props: Record<string, any>;
|
|
1432
|
+
filter: boolean;
|
|
1433
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
1428
1434
|
} & {} & {
|
|
1429
1435
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1430
1436
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -1512,15 +1518,16 @@ export declare const EpSearchListPage: {
|
|
|
1512
1518
|
default: () => never[];
|
|
1513
1519
|
};
|
|
1514
1520
|
readonly formatColumns: {
|
|
1515
|
-
type: import("vue").PropType<Partial<
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1521
|
+
type: import("vue").PropType<Partial<import("element-plus").TableColumnCtx & {
|
|
1522
|
+
[key: string]: any;
|
|
1523
|
+
required: boolean | (() => boolean);
|
|
1524
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
1525
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
1526
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
1527
|
+
type: string;
|
|
1528
|
+
props: Record<string, any>;
|
|
1529
|
+
filter: boolean;
|
|
1530
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
1524
1531
|
} & {} & {
|
|
1525
1532
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
1526
1533
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -2562,15 +2569,16 @@ export declare const EpSearchListPage: {
|
|
|
2562
2569
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2563
2570
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2564
2571
|
}>[];
|
|
2565
|
-
readonly formatColumns: Partial<
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2572
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
2573
|
+
[key: string]: any;
|
|
2574
|
+
required: boolean | (() => boolean);
|
|
2575
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
2576
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
2577
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
2578
|
+
type: string;
|
|
2579
|
+
props: Record<string, any>;
|
|
2580
|
+
filter: boolean;
|
|
2581
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
2574
2582
|
} & {} & {
|
|
2575
2583
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2576
2584
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -2664,15 +2672,16 @@ export declare const EpSearchListPage: {
|
|
|
2664
2672
|
readonly default: () => never[];
|
|
2665
2673
|
};
|
|
2666
2674
|
readonly formatColumns: {
|
|
2667
|
-
readonly type: import("vue").PropType<Partial<
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2675
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").TableColumnCtx & {
|
|
2676
|
+
[key: string]: any;
|
|
2677
|
+
required: boolean | (() => boolean);
|
|
2678
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
2679
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
2680
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
2681
|
+
type: string;
|
|
2682
|
+
props: Record<string, any>;
|
|
2683
|
+
filter: boolean;
|
|
2684
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
2676
2685
|
} & {} & {
|
|
2677
2686
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2678
2687
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -2803,15 +2812,16 @@ export declare const EpSearchListPage: {
|
|
|
2803
2812
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2804
2813
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2805
2814
|
}>[];
|
|
2806
|
-
readonly formatColumns: Partial<
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
2816
|
+
[key: string]: any;
|
|
2817
|
+
required: boolean | (() => boolean);
|
|
2818
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
2819
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
2820
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
2821
|
+
type: string;
|
|
2822
|
+
props: Record<string, any>;
|
|
2823
|
+
filter: boolean;
|
|
2824
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
2815
2825
|
} & {} & {
|
|
2816
2826
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2817
2827
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -2910,15 +2920,16 @@ export declare const EpSearchListPage: {
|
|
|
2910
2920
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2911
2921
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2912
2922
|
}>[];
|
|
2913
|
-
readonly formatColumns: Partial<
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2923
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
2924
|
+
[key: string]: any;
|
|
2925
|
+
required: boolean | (() => boolean);
|
|
2926
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
2927
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
2928
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
2929
|
+
type: string;
|
|
2930
|
+
props: Record<string, any>;
|
|
2931
|
+
filter: boolean;
|
|
2932
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
2922
2933
|
} & {} & {
|
|
2923
2934
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
2924
2935
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -3063,15 +3074,16 @@ export declare const EpSearchListPage: {
|
|
|
3063
3074
|
default: () => never[];
|
|
3064
3075
|
};
|
|
3065
3076
|
readonly formatColumns: {
|
|
3066
|
-
type: import("vue").PropType<Partial<
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3077
|
+
type: import("vue").PropType<Partial<import("element-plus").TableColumnCtx & {
|
|
3078
|
+
[key: string]: any;
|
|
3079
|
+
required: boolean | (() => boolean);
|
|
3080
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
3081
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
3082
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
3083
|
+
type: string;
|
|
3084
|
+
props: Record<string, any>;
|
|
3085
|
+
filter: boolean;
|
|
3086
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
3075
3087
|
} & {} & {
|
|
3076
3088
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
3077
3089
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -3888,15 +3900,16 @@ export declare const EpSearchListPage: {
|
|
|
3888
3900
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
3889
3901
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
3890
3902
|
}>[];
|
|
3891
|
-
readonly formatColumns: Partial<
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3903
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
3904
|
+
[key: string]: any;
|
|
3905
|
+
required: boolean | (() => boolean);
|
|
3906
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
3907
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
3908
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
3909
|
+
type: string;
|
|
3910
|
+
props: Record<string, any>;
|
|
3911
|
+
filter: boolean;
|
|
3912
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
3900
3913
|
} & {} & {
|
|
3901
3914
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
3902
3915
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -4015,15 +4028,16 @@ export declare const EpSearchListPage: {
|
|
|
4015
4028
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
4016
4029
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
4017
4030
|
}>[];
|
|
4018
|
-
readonly formatColumns: Partial<
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4031
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
4032
|
+
[key: string]: any;
|
|
4033
|
+
required: boolean | (() => boolean);
|
|
4034
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
4035
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
4036
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
4037
|
+
type: string;
|
|
4038
|
+
props: Record<string, any>;
|
|
4039
|
+
filter: boolean;
|
|
4040
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
4027
4041
|
} & {} & {
|
|
4028
4042
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
4029
4043
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -4111,15 +4125,16 @@ export declare const EpSearchListPage: {
|
|
|
4111
4125
|
default: () => never[];
|
|
4112
4126
|
};
|
|
4113
4127
|
readonly formatColumns: {
|
|
4114
|
-
type: import("vue").PropType<Partial<
|
|
4115
|
-
|
|
4116
|
-
|
|
4117
|
-
|
|
4118
|
-
|
|
4119
|
-
|
|
4120
|
-
|
|
4121
|
-
|
|
4122
|
-
|
|
4128
|
+
type: import("vue").PropType<Partial<import("element-plus").TableColumnCtx & {
|
|
4129
|
+
[key: string]: any;
|
|
4130
|
+
required: boolean | (() => boolean);
|
|
4131
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
4132
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
4133
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
4134
|
+
type: string;
|
|
4135
|
+
props: Record<string, any>;
|
|
4136
|
+
filter: boolean;
|
|
4137
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
4123
4138
|
} & {} & {
|
|
4124
4139
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
4125
4140
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -5161,15 +5176,16 @@ export declare const EpSearchListPage: {
|
|
|
5161
5176
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5162
5177
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5163
5178
|
}>[];
|
|
5164
|
-
readonly formatColumns: Partial<
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
|
|
5172
|
-
|
|
5179
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
5180
|
+
[key: string]: any;
|
|
5181
|
+
required: boolean | (() => boolean);
|
|
5182
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
5183
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
5184
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
5185
|
+
type: string;
|
|
5186
|
+
props: Record<string, any>;
|
|
5187
|
+
filter: boolean;
|
|
5188
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
5173
5189
|
} & {} & {
|
|
5174
5190
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5175
5191
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -5223,7 +5239,7 @@ export declare const EpSearchListPage: {
|
|
|
5223
5239
|
readonly default: () => never[];
|
|
5224
5240
|
};
|
|
5225
5241
|
readonly formatColumns: {
|
|
5226
|
-
readonly type: import("vue").PropType<import("el-plus/es/index").
|
|
5242
|
+
readonly type: import("vue").PropType<import("el-plus/es/index").TableColumn[]>;
|
|
5227
5243
|
readonly default: () => never[];
|
|
5228
5244
|
};
|
|
5229
5245
|
readonly showSelectionCol: BooleanConstructor;
|
|
@@ -5350,15 +5366,16 @@ export declare const EpSearchListPage: {
|
|
|
5350
5366
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5351
5367
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5352
5368
|
}>[];
|
|
5353
|
-
readonly formatColumns: Partial<
|
|
5354
|
-
|
|
5355
|
-
|
|
5356
|
-
|
|
5357
|
-
|
|
5358
|
-
|
|
5359
|
-
|
|
5360
|
-
|
|
5361
|
-
|
|
5369
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
5370
|
+
[key: string]: any;
|
|
5371
|
+
required: boolean | (() => boolean);
|
|
5372
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
5373
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
5374
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
5375
|
+
type: string;
|
|
5376
|
+
props: Record<string, any>;
|
|
5377
|
+
filter: boolean;
|
|
5378
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
5362
5379
|
} & {} & {
|
|
5363
5380
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5364
5381
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -5457,15 +5474,16 @@ export declare const EpSearchListPage: {
|
|
|
5457
5474
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5458
5475
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5459
5476
|
}>[];
|
|
5460
|
-
readonly formatColumns: Partial<
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
|
|
5477
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
5478
|
+
[key: string]: any;
|
|
5479
|
+
required: boolean | (() => boolean);
|
|
5480
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
5481
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
5482
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
5483
|
+
type: string;
|
|
5484
|
+
props: Record<string, any>;
|
|
5485
|
+
filter: boolean;
|
|
5486
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
5469
5487
|
} & {} & {
|
|
5470
5488
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
5471
5489
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -5585,7 +5603,7 @@ export declare const EpSearchListPage: {
|
|
|
5585
5603
|
default: () => never[];
|
|
5586
5604
|
};
|
|
5587
5605
|
readonly formatColumns: {
|
|
5588
|
-
type: import("vue").PropType<import("el-plus/es/index").
|
|
5606
|
+
type: import("vue").PropType<import("el-plus/es/index").TableColumn[]>;
|
|
5589
5607
|
default: () => never[];
|
|
5590
5608
|
};
|
|
5591
5609
|
readonly isInitSearch: {
|
|
@@ -6398,15 +6416,16 @@ export declare const EpSearchListPage: {
|
|
|
6398
6416
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
6399
6417
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
6400
6418
|
}>[];
|
|
6401
|
-
readonly formatColumns: Partial<
|
|
6402
|
-
|
|
6403
|
-
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
|
|
6408
|
-
|
|
6409
|
-
|
|
6419
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
6420
|
+
[key: string]: any;
|
|
6421
|
+
required: boolean | (() => boolean);
|
|
6422
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
6423
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
6424
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
6425
|
+
type: string;
|
|
6426
|
+
props: Record<string, any>;
|
|
6427
|
+
filter: boolean;
|
|
6428
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
6410
6429
|
} & {} & {
|
|
6411
6430
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
6412
6431
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -6525,15 +6544,16 @@ export declare const EpSearchListPage: {
|
|
|
6525
6544
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
6526
6545
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
6527
6546
|
}>[];
|
|
6528
|
-
readonly formatColumns: Partial<
|
|
6529
|
-
|
|
6530
|
-
|
|
6531
|
-
|
|
6532
|
-
|
|
6533
|
-
|
|
6534
|
-
|
|
6535
|
-
|
|
6536
|
-
|
|
6547
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
6548
|
+
[key: string]: any;
|
|
6549
|
+
required: boolean | (() => boolean);
|
|
6550
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
6551
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
6552
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
6553
|
+
type: string;
|
|
6554
|
+
props: Record<string, any>;
|
|
6555
|
+
filter: boolean;
|
|
6556
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
6537
6557
|
} & {} & {
|
|
6538
6558
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
6539
6559
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -6596,7 +6616,7 @@ export declare const EpSearchListPage: {
|
|
|
6596
6616
|
default: () => never[];
|
|
6597
6617
|
};
|
|
6598
6618
|
readonly formatColumns: {
|
|
6599
|
-
type: import("vue").PropType<import("el-plus/es/index").
|
|
6619
|
+
type: import("vue").PropType<import("el-plus/es/index").TableColumn[]>;
|
|
6600
6620
|
default: () => never[];
|
|
6601
6621
|
};
|
|
6602
6622
|
readonly isInitSearch: {
|
|
@@ -7634,15 +7654,16 @@ export declare const EpSearchListPage: {
|
|
|
7634
7654
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
7635
7655
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
7636
7656
|
}>[];
|
|
7637
|
-
readonly formatColumns: Partial<
|
|
7638
|
-
|
|
7639
|
-
|
|
7640
|
-
|
|
7641
|
-
|
|
7642
|
-
|
|
7643
|
-
|
|
7644
|
-
|
|
7645
|
-
|
|
7657
|
+
readonly formatColumns: Partial<import("element-plus").TableColumnCtx & {
|
|
7658
|
+
[key: string]: any;
|
|
7659
|
+
required: boolean | (() => boolean);
|
|
7660
|
+
cellRequired: (scope: import("el-plus/es/index").TableScope) => boolean;
|
|
7661
|
+
headerRender: import("element-plus").TableColumnCtx["renderHeader"];
|
|
7662
|
+
disabled: boolean | ((scope: import("el-plus/es/index").TableScope) => boolean);
|
|
7663
|
+
type: string;
|
|
7664
|
+
props: Record<string, any>;
|
|
7665
|
+
filter: boolean;
|
|
7666
|
+
editable: boolean | ((formData: Record<string, any>) => void);
|
|
7646
7667
|
} & {} & {
|
|
7647
7668
|
show?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
7648
7669
|
hide?: (boolean | ((T: unknown) => boolean)) | undefined;
|
|
@@ -28,7 +28,7 @@ export declare const searchListPageProps: {
|
|
|
28
28
|
readonly default: () => never[];
|
|
29
29
|
};
|
|
30
30
|
readonly formatColumns: {
|
|
31
|
-
readonly type: PropType<import("el-plus/es/components/
|
|
31
|
+
readonly type: PropType<import("el-plus/es/components/table").TableColumn[]>;
|
|
32
32
|
readonly default: () => never[];
|
|
33
33
|
};
|
|
34
34
|
readonly showSelectionCol: BooleanConstructor;
|