@web-utils/form-ui 1.0.0-beta5 → 1.0.0-beta50
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/api/index.d.ts +60 -0
- package/api/index.mjs +42 -0
- package/awesome-button/index.d.ts +60 -0
- package/awesome-button/index.mjs +49 -0
- package/base.css +1 -1
- package/chunks/6yfBZFOB.mjs +56 -0
- package/chunks/B-zqRAXo.mjs +69 -0
- package/chunks/B1IPSTA6.mjs +198 -0
- package/chunks/B9gA65rt2.mjs +38 -0
- package/chunks/BA2KEptL.mjs +172 -0
- package/chunks/BBERmTup.mjs +83 -0
- package/chunks/BUGCiCnl.mjs +83 -0
- package/chunks/BbSPWDDZ.mjs +100 -0
- package/chunks/BfxDxIg0.mjs +106 -0
- package/chunks/BqWvBF14.mjs +35 -0
- package/chunks/BsZgAJX_2.mjs +81 -0
- package/chunks/BtcjAHE6.mjs +317 -0
- package/chunks/ByHz4mmh.mjs +87 -0
- package/chunks/C2zgFLYO.mjs +185 -0
- package/chunks/CAd1zK9Q.mjs +25 -0
- package/chunks/CJdkjadi.mjs +17 -0
- package/chunks/CabldOLo.mjs +157 -0
- package/chunks/CkOD-_VV.mjs +8 -0
- package/chunks/Cln3RBAD.mjs +660 -0
- package/chunks/CqoVAnxC2.mjs +93 -0
- package/chunks/CuAoMR3n.mjs +105 -0
- package/chunks/CxTg0r4n.mjs +166 -0
- package/chunks/D0Zg2CV0.mjs +57 -0
- package/chunks/DA7oGHSX.mjs +141 -0
- package/chunks/DOP3aBxf.mjs +93 -0
- package/chunks/DOZRzqlo.mjs +37 -0
- package/chunks/D_qiRmiE.mjs +230 -0
- package/chunks/DcTVYqeJ.mjs +113 -0
- package/chunks/Dkd5BC98.mjs +198 -0
- package/chunks/GI8krYU82.mjs +478 -0
- package/chunks/V2p-PCpL.mjs +176 -0
- package/chunks/bFbPPcdq.mjs +25 -0
- package/chunks/cqIZWDHo.mjs +614 -0
- package/chunks/eae6huQB.mjs +25 -0
- package/chunks/gCeDFHo1.mjs +32 -0
- package/chunks/gLPy4Sus.mjs +164 -0
- package/chunks/hlha6Bhc.mjs +107 -0
- package/chunks/hzaYr6Ud2.mjs +207 -0
- package/chunks/kflKDW4T2.mjs +146 -0
- package/chunks/pIzhYsBe.mjs +93 -0
- package/chunks/vXQf89tS.mjs +1361 -0
- package/chunks/wXeqV-_7.mjs +89 -0
- package/chunks/zwXzk9ff2.mjs +568 -0
- package/confirm-button/index.d.ts +115 -0
- package/confirm-button/index.mjs +35 -0
- package/confirmable/index.d.ts +86 -0
- package/confirmable/index.mjs +8 -0
- package/constants/index.d.ts +53 -0
- package/constants/index.mjs +4 -0
- package/dict-render/index.d.ts +28 -0
- package/dict-render/index.mjs +2 -0
- package/editable-tree/index.d.ts +254 -0
- package/editable-tree/index.mjs +2 -0
- package/editable-tree/style.css +1 -0
- package/element-dialog/index.d.ts +337 -16
- package/element-dialog/index.mjs +2 -91
- package/element-resize-observer/index.d.ts +8 -0
- package/element-resize-observer/index.mjs +40 -0
- package/element-resize-observer/style.css +1 -0
- package/empty-view/index.d.ts +2 -2
- package/empty-view/index.mjs +1 -1
- package/flex-scroll-area/index.d.ts +1 -1
- package/flex-scroll-area/index.mjs +1 -1
- package/form-advice/index.mjs +13 -12
- package/form-button/index.d.ts +116 -0
- package/form-button/index.mjs +36 -0
- package/form-card/index.d.ts +14 -0
- package/form-card/index.mjs +18 -0
- package/form-cascader/index.d.ts +472 -0
- package/form-cascader/index.mjs +2 -0
- package/form-checkbox/index.d.ts +236 -16
- package/form-checkbox/index.mjs +1 -1
- package/form-checkbox-group/index.d.ts +364 -0
- package/form-checkbox-group/index.mjs +2 -0
- package/form-checkbox-group/style.css +1 -0
- package/form-date-picker/index.d.ts +390 -19
- package/form-date-picker/index.mjs +1 -1
- package/form-holder/index.d.ts +87 -20
- package/form-holder/index.mjs +1 -1
- package/form-holder/style.css +1 -1
- package/form-image/index.d.ts +145 -13
- package/form-image/index.mjs +1 -1
- package/form-input/index.d.ts +301 -20
- package/form-input/index.mjs +1 -1
- package/form-input/style.css +1 -0
- package/form-input-cron-expression/index.d.ts +217 -0
- package/form-input-cron-expression/index.mjs +2 -0
- package/form-input-cron-expression/style.css +1 -0
- package/form-input-email/index.d.ts +307 -16
- package/form-input-email/index.mjs +1 -1
- package/form-input-id-card/index.d.ts +307 -16
- package/form-input-id-card/index.mjs +1 -1
- package/form-input-number/index.d.ts +246 -18
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.d.ts +307 -16
- package/form-input-phone-number/index.mjs +1 -1
- package/form-input-tag/index.d.ts +263 -1
- package/form-input-tag/index.mjs +1 -3
- package/form-input-time/index.d.ts +434 -1
- package/form-input-time/index.mjs +1 -3
- package/form-item-config-provider/index.d.ts +22 -0
- package/form-item-config-provider/index.mjs +24 -0
- package/form-item-group/index.d.ts +91 -17
- package/form-item-group/index.mjs +2 -78
- package/form-item-group/style.css +1 -1
- package/form-item-x/index.d.ts +141 -11
- package/form-item-x/index.mjs +1 -1
- package/form-item-x/style.css +1 -0
- package/form-radio-group/index.d.ts +303 -16
- package/form-radio-group/index.mjs +1 -1
- package/form-rate/index.d.ts +254 -14
- package/form-rate/index.mjs +1 -1
- package/form-red-table/index.mjs +27 -26
- package/form-row/index.d.ts +2 -2
- package/form-row/index.mjs +1 -1
- package/form-select/index.d.ts +537 -18
- package/form-select/index.mjs +1 -1
- package/form-slider/index.d.ts +283 -16
- package/form-slider/index.mjs +1 -1
- package/form-switch/index.d.ts +272 -14
- package/form-switch/index.mjs +1 -1
- package/form-table/index.d.ts +269 -0
- package/form-table/index.mjs +2 -0
- package/form-table-plus/index.d.ts +266 -0
- package/form-table-plus/index.mjs +2 -0
- package/form-text/index.d.ts +165 -13
- package/form-text/index.mjs +1 -1
- package/form-textarea/index.d.ts +351 -0
- package/form-textarea/index.mjs +2 -0
- package/form-time-select/index.d.ts +319 -0
- package/form-time-select/index.mjs +2 -0
- package/form-view/index.mjs +1 -1
- package/helper/dictionary.d.ts +15 -0
- package/helper/dictionary.mjs +97 -0
- package/hook/useDictionary.d.ts +60 -0
- package/hook/useDictionary.mjs +15 -0
- package/hook/useVisibilityChange.d.ts +4 -0
- package/hook/useVisibilityChange.mjs +14 -0
- package/iframe-window/index.d.ts +9 -0
- package/iframe-window/index.mjs +37 -0
- package/iframe-window/style.css +1 -0
- package/index.css +2 -0
- package/index.d.ts +57 -36
- package/index.mjs +59 -61
- package/package.json +10 -5
- package/pageable-table/index.d.ts +398 -0
- package/pageable-table/index.mjs +2 -0
- package/pageable-table/style.css +1 -0
- package/resolver/index.mjs +29 -0
- package/sub-table/index.d.ts +100 -0
- package/sub-table/index.mjs +472 -0
- package/sub-table/style.css +1 -0
- package/sub-table-plus/index.d.ts +97 -0
- package/sub-table-plus/index.mjs +2 -0
- package/sub-table-plus/style.css +1 -0
- package/table-column/index.d.ts +160 -0
- package/table-column/index.mjs +2 -0
- package/table-column/style.css +1 -0
- package/table-column-def/index.d.ts +95 -0
- package/table-column-def/index.mjs +11 -0
- package/table-view/index.d.ts +340 -1
- package/table-view/index.mjs +454 -6
- package/table-view/style.css +1 -0
- package/toolbar/index.d.ts +128 -1
- package/toolbar/index.mjs +1 -8
- package/toolbar/style.css +1 -0
- package/toolbar-button/index.d.ts +188 -1
- package/toolbar-button/index.mjs +1 -8
- package/vue-cron/index.d.ts +191 -0
- package/vue-cron/index.mjs +2 -0
- package/vue-cron/style.css +1 -0
- package/web-types.json +1 -1
- package/x-input-tag/index.d.ts +2 -0
- package/x-input-tag/index.mjs +228 -0
- package/x-input-tag/style.css +1 -0
- package/year-calendar/index.d.ts +99 -0
- package/year-calendar/index.mjs +2 -0
- package/year-calendar/style.css +1 -0
- package/chunks/B4M_TFeR.mjs +0 -152
- package/chunks/B5BIQCcK.mjs +0 -149
- package/chunks/BHNKrW1j.mjs +0 -61
- package/chunks/BO9jWhBl.mjs +0 -46
- package/chunks/BZ8aOa78.mjs +0 -35
- package/chunks/Bsz7y4Xp.mjs +0 -73
- package/chunks/Bxj372sF.mjs +0 -53
- package/chunks/C33EmJN8.mjs +0 -32
- package/chunks/C6Li3-l7.mjs +0 -28
- package/chunks/CBcdalMX.mjs +0 -35
- package/chunks/CdRsyF0n.mjs +0 -43
- package/chunks/ClNahmiU.mjs +0 -23
- package/chunks/CstztYMu.mjs +0 -28
- package/chunks/DC9b53M6.mjs +0 -32
- package/chunks/DDVAgRED.mjs +0 -36
- package/chunks/DpJQABVD.mjs +0 -91
- package/chunks/ZsLNWI9x.mjs +0 -46
- package/chunks/jn_iQrVZ.mjs +0 -28
- package/constants.d.ts +0 -1
- package/constants.mjs +0 -4
- package/form-check-box-group/index.d.ts +0 -93
- package/form-check-box-group/index.mjs +0 -2
- package/input/style.css +0 -1
- package/resolver.mjs +0 -79
- /package/{resolver.d.ts → resolver/index.d.ts} +0 -0
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
modelValue: ArrayConstructor;
|
|
3
|
+
prop: StringConstructor;
|
|
4
|
+
columns: ArrayConstructor;
|
|
5
|
+
descs: ArrayConstructor;
|
|
6
|
+
ascs: ArrayConstructor;
|
|
7
|
+
limit: {
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
default: number;
|
|
10
|
+
};
|
|
11
|
+
disabled: BooleanConstructor;
|
|
12
|
+
showSummary: BooleanConstructor;
|
|
13
|
+
selection: BooleanConstructor;
|
|
14
|
+
index: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
selectionWidth: StringConstructor;
|
|
19
|
+
toolbarMenus: ArrayConstructor;
|
|
20
|
+
handleMenus: ArrayConstructor;
|
|
21
|
+
fetchApi: FunctionConstructor;
|
|
22
|
+
delApi: FunctionConstructor;
|
|
23
|
+
bottomAddButton: BooleanConstructor;
|
|
24
|
+
initRow: FunctionConstructor;
|
|
25
|
+
onRowDbClick: FunctionConstructor;
|
|
26
|
+
showMessage: BooleanConstructor;
|
|
27
|
+
pageSize: NumberConstructor;
|
|
28
|
+
}>, {}, {
|
|
29
|
+
rows: never[];
|
|
30
|
+
selectedRows: never[];
|
|
31
|
+
}, {
|
|
32
|
+
enabled(): boolean;
|
|
33
|
+
hasToolBarMenu(): number | undefined;
|
|
34
|
+
hasHandleMenus(): number | undefined;
|
|
35
|
+
rowProps(): {};
|
|
36
|
+
listeners(): Record<string, any>;
|
|
37
|
+
filteredColumns(): unknown[];
|
|
38
|
+
}, {
|
|
39
|
+
getCellType(row: any, item: any): any;
|
|
40
|
+
getInputAttr(row: any, item: any): any;
|
|
41
|
+
isInputDisabled(row: any, item: any): any;
|
|
42
|
+
onInput(row: any, val: any, item: any): void;
|
|
43
|
+
onBlur(row: any, item: any): void;
|
|
44
|
+
onSelectionChange(selectedRows: any): void;
|
|
45
|
+
remove(row: any, index: any): Promise<void>;
|
|
46
|
+
add(row: any, index: any): Promise<void>;
|
|
47
|
+
addRow(): void;
|
|
48
|
+
delRow(): Promise<void>;
|
|
49
|
+
refresh(): void;
|
|
50
|
+
getVal(row: any, column: any, item: any): any;
|
|
51
|
+
reloadTable(): void;
|
|
52
|
+
refreshTable(): Promise<void>;
|
|
53
|
+
removeSelectedRows(): void;
|
|
54
|
+
rowDbClick(...args: any[]): void;
|
|
55
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
56
|
+
'add-row': null;
|
|
57
|
+
"update:modelValue": null;
|
|
58
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
59
|
+
modelValue: ArrayConstructor;
|
|
60
|
+
prop: StringConstructor;
|
|
61
|
+
columns: ArrayConstructor;
|
|
62
|
+
descs: ArrayConstructor;
|
|
63
|
+
ascs: ArrayConstructor;
|
|
64
|
+
limit: {
|
|
65
|
+
type: NumberConstructor;
|
|
66
|
+
default: number;
|
|
67
|
+
};
|
|
68
|
+
disabled: BooleanConstructor;
|
|
69
|
+
showSummary: BooleanConstructor;
|
|
70
|
+
selection: BooleanConstructor;
|
|
71
|
+
index: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
selectionWidth: StringConstructor;
|
|
76
|
+
toolbarMenus: ArrayConstructor;
|
|
77
|
+
handleMenus: ArrayConstructor;
|
|
78
|
+
fetchApi: FunctionConstructor;
|
|
79
|
+
delApi: FunctionConstructor;
|
|
80
|
+
bottomAddButton: BooleanConstructor;
|
|
81
|
+
initRow: FunctionConstructor;
|
|
82
|
+
onRowDbClick: FunctionConstructor;
|
|
83
|
+
showMessage: BooleanConstructor;
|
|
84
|
+
pageSize: NumberConstructor;
|
|
85
|
+
}>> & Readonly<{
|
|
86
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
87
|
+
"onAdd-row"?: ((...args: any[]) => any) | undefined;
|
|
88
|
+
}>, {
|
|
89
|
+
disabled: boolean;
|
|
90
|
+
showMessage: boolean;
|
|
91
|
+
limit: number;
|
|
92
|
+
showSummary: boolean;
|
|
93
|
+
selection: boolean;
|
|
94
|
+
index: boolean;
|
|
95
|
+
bottomAddButton: boolean;
|
|
96
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
97
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.sub-table-plus{width:100%}.sub-table-plus.hide-message .el-form-item__error{display:none}.sub-table-plus .pageable-table.auto-height .el-table{min-height:0}.sub-table-plus .el-form-item{width:100%;margin-bottom:0}.sub-table-plus .el-col{width:100%}.sub-table-plus .table-header{background-color:#f3f5fb;border:1px solid #dfe6ec;border-bottom:none;padding:2px 10px}.sub-table-plus .table-header-button:hover,.sub-table-plus .table-header-button:focus{color:#595959}.sub-table-plus .table-header-button i+span{margin-left:0}.sub-table-plus .table-header-button i{font-size:15px}.sub-table-plus .table-header-button.add i{color:#4886ec}.sub-table-plus .table-header-button.remove i{color:#e34e55}.sub-table-plus .table-header-button.refresh i{color:#1eb91e}.sub-table-plus .table-button-add{color:#5add7a;opacity:.8}.sub-table-plus .table-button-add:hover{opacity:1}.sub-table-plus .table-button-remove{color:#ddd}.sub-table-plus .table-button-remove:hover{color:#ef6666}.sub-table-plus .el-table__header-wrapper .el-table__header th{background-color:#f3f5fb;padding:5px 0}.sub-table-plus .el-table{border-top-color:#dde1e5}.sub-table-plus .el-table td{border-color:#dfe6ec}.sub-table-plus .el-col{padding:0!important}.sub-table-plus .row-indicator{border:6px solid #0000;border-bottom-color:#f5690c;width:0;height:0;display:inline-block;position:absolute;top:-6px;right:-6px;transform:rotate(45deg)}.sub-table-plus .sub-table-handle-button{cursor:pointer;font-size:20px}.sub-table-plus .sub-table-handle-button+.sub-table-handle-button{margin-left:5px}.sub-table-plus .el-table .el-table__header th{line-height:inherit;padding:5px 0;background:#f3f5fb!important}.sub-table-plus .form-item{padding-top:4px;padding-bottom:4px}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
type: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
index: (FunctionConstructor | NumberConstructor)[];
|
|
7
|
+
label: StringConstructor;
|
|
8
|
+
columnKey: StringConstructor;
|
|
9
|
+
prop: StringConstructor;
|
|
10
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
11
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
12
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
|
13
|
+
renderHeader: FunctionConstructor;
|
|
14
|
+
sortable: (StringConstructor | BooleanConstructor)[];
|
|
15
|
+
sortMethod: FunctionConstructor;
|
|
16
|
+
sortBy: (StringConstructor | ArrayConstructor | FunctionConstructor)[];
|
|
17
|
+
sortOrders: {
|
|
18
|
+
type: ArrayConstructor;
|
|
19
|
+
default: () => (string | null)[];
|
|
20
|
+
};
|
|
21
|
+
resizable: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
formatter: FunctionConstructor;
|
|
26
|
+
showOverflowTooltip: {
|
|
27
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
align: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
headerAlign: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
className: StringConstructor;
|
|
39
|
+
labelClassName: StringConstructor;
|
|
40
|
+
selectable: FunctionConstructor;
|
|
41
|
+
reserveSelection: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
filters: ArrayConstructor;
|
|
46
|
+
filterPlacement: StringConstructor;
|
|
47
|
+
filterClassName: StringConstructor;
|
|
48
|
+
filterMultiple: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
filterMethod: FunctionConstructor;
|
|
53
|
+
filteredValue: {
|
|
54
|
+
type: ArrayConstructor;
|
|
55
|
+
default: () => never[];
|
|
56
|
+
};
|
|
57
|
+
tooltipFormatter: FunctionConstructor;
|
|
58
|
+
property: StringConstructor;
|
|
59
|
+
showTooltipWhenOverflow: BooleanConstructor;
|
|
60
|
+
clickable: BooleanConstructor;
|
|
61
|
+
cellClick: FunctionConstructor;
|
|
62
|
+
dictType: StringConstructor;
|
|
63
|
+
options: ArrayConstructor;
|
|
64
|
+
autoUpdate: BooleanConstructor;
|
|
65
|
+
treeDict: BooleanConstructor;
|
|
66
|
+
idAsValue: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
labelAsValue: BooleanConstructor;
|
|
71
|
+
maxWidth: StringConstructor;
|
|
72
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
73
|
+
type: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
index: (FunctionConstructor | NumberConstructor)[];
|
|
78
|
+
label: StringConstructor;
|
|
79
|
+
columnKey: StringConstructor;
|
|
80
|
+
prop: StringConstructor;
|
|
81
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
82
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
83
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
|
84
|
+
renderHeader: FunctionConstructor;
|
|
85
|
+
sortable: (StringConstructor | BooleanConstructor)[];
|
|
86
|
+
sortMethod: FunctionConstructor;
|
|
87
|
+
sortBy: (StringConstructor | ArrayConstructor | FunctionConstructor)[];
|
|
88
|
+
sortOrders: {
|
|
89
|
+
type: ArrayConstructor;
|
|
90
|
+
default: () => (string | null)[];
|
|
91
|
+
};
|
|
92
|
+
resizable: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
formatter: FunctionConstructor;
|
|
97
|
+
showOverflowTooltip: {
|
|
98
|
+
type: (BooleanConstructor | ObjectConstructor)[];
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
align: {
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
default: string;
|
|
104
|
+
};
|
|
105
|
+
headerAlign: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
default: string;
|
|
108
|
+
};
|
|
109
|
+
className: StringConstructor;
|
|
110
|
+
labelClassName: StringConstructor;
|
|
111
|
+
selectable: FunctionConstructor;
|
|
112
|
+
reserveSelection: {
|
|
113
|
+
type: BooleanConstructor;
|
|
114
|
+
default: boolean;
|
|
115
|
+
};
|
|
116
|
+
filters: ArrayConstructor;
|
|
117
|
+
filterPlacement: StringConstructor;
|
|
118
|
+
filterClassName: StringConstructor;
|
|
119
|
+
filterMultiple: {
|
|
120
|
+
type: BooleanConstructor;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
123
|
+
filterMethod: FunctionConstructor;
|
|
124
|
+
filteredValue: {
|
|
125
|
+
type: ArrayConstructor;
|
|
126
|
+
default: () => never[];
|
|
127
|
+
};
|
|
128
|
+
tooltipFormatter: FunctionConstructor;
|
|
129
|
+
property: StringConstructor;
|
|
130
|
+
showTooltipWhenOverflow: BooleanConstructor;
|
|
131
|
+
clickable: BooleanConstructor;
|
|
132
|
+
cellClick: FunctionConstructor;
|
|
133
|
+
dictType: StringConstructor;
|
|
134
|
+
options: ArrayConstructor;
|
|
135
|
+
autoUpdate: BooleanConstructor;
|
|
136
|
+
treeDict: BooleanConstructor;
|
|
137
|
+
idAsValue: {
|
|
138
|
+
type: BooleanConstructor;
|
|
139
|
+
default: boolean;
|
|
140
|
+
};
|
|
141
|
+
labelAsValue: BooleanConstructor;
|
|
142
|
+
maxWidth: StringConstructor;
|
|
143
|
+
}>> & Readonly<{}>, {
|
|
144
|
+
type: string;
|
|
145
|
+
treeDict: boolean;
|
|
146
|
+
idAsValue: boolean;
|
|
147
|
+
labelAsValue: boolean;
|
|
148
|
+
align: string;
|
|
149
|
+
showOverflowTooltip: boolean | Record<string, any>;
|
|
150
|
+
sortOrders: unknown[];
|
|
151
|
+
resizable: boolean;
|
|
152
|
+
headerAlign: string;
|
|
153
|
+
reserveSelection: boolean;
|
|
154
|
+
filterMultiple: boolean;
|
|
155
|
+
filteredValue: unknown[];
|
|
156
|
+
showTooltipWhenOverflow: boolean;
|
|
157
|
+
clickable: boolean;
|
|
158
|
+
autoUpdate: boolean;
|
|
159
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
160
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.is-clickable{cursor:pointer;text-decoration:underline}.is-clickable:hover{color:var(--color-primary)}.el-table__column-filter-trigger{line-height:unset}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
type: string;
|
|
8
|
+
treeDict: boolean;
|
|
9
|
+
idAsValue: boolean;
|
|
10
|
+
labelAsValue: boolean;
|
|
11
|
+
align: string;
|
|
12
|
+
showOverflowTooltip: boolean | Record<string, any>;
|
|
13
|
+
sortOrders: unknown[];
|
|
14
|
+
resizable: boolean;
|
|
15
|
+
headerAlign: string;
|
|
16
|
+
reserveSelection: boolean;
|
|
17
|
+
filterMultiple: boolean;
|
|
18
|
+
filteredValue: unknown[];
|
|
19
|
+
showTooltipWhenOverflow: boolean;
|
|
20
|
+
clickable: boolean;
|
|
21
|
+
autoUpdate: boolean;
|
|
22
|
+
label?: string | undefined;
|
|
23
|
+
filters?: unknown[] | undefined;
|
|
24
|
+
fixed?: string | boolean | undefined;
|
|
25
|
+
options?: unknown[] | undefined;
|
|
26
|
+
dictType?: string | undefined;
|
|
27
|
+
width?: string | number | undefined;
|
|
28
|
+
prop?: string | undefined;
|
|
29
|
+
filterMethod?: Function | undefined;
|
|
30
|
+
formatter?: Function | undefined;
|
|
31
|
+
index?: number | Function | undefined;
|
|
32
|
+
tooltipFormatter?: Function | undefined;
|
|
33
|
+
columnKey?: string | undefined;
|
|
34
|
+
minWidth?: string | number | undefined;
|
|
35
|
+
renderHeader?: Function | undefined;
|
|
36
|
+
sortable?: string | boolean | undefined;
|
|
37
|
+
sortMethod?: Function | undefined;
|
|
38
|
+
sortBy?: string | Function | unknown[] | undefined;
|
|
39
|
+
className?: string | undefined;
|
|
40
|
+
labelClassName?: string | undefined;
|
|
41
|
+
selectable?: Function | undefined;
|
|
42
|
+
filterPlacement?: string | undefined;
|
|
43
|
+
filterClassName?: string | undefined;
|
|
44
|
+
property?: string | undefined;
|
|
45
|
+
cellClick?: Function | undefined;
|
|
46
|
+
maxWidth?: string | undefined;
|
|
47
|
+
$props: {
|
|
48
|
+
readonly type?: string | undefined;
|
|
49
|
+
readonly treeDict?: boolean | undefined;
|
|
50
|
+
readonly idAsValue?: boolean | undefined;
|
|
51
|
+
readonly labelAsValue?: boolean | undefined;
|
|
52
|
+
readonly align?: string | undefined;
|
|
53
|
+
readonly showOverflowTooltip?: boolean | Record<string, any> | undefined;
|
|
54
|
+
readonly sortOrders?: unknown[] | undefined;
|
|
55
|
+
readonly resizable?: boolean | undefined;
|
|
56
|
+
readonly headerAlign?: string | undefined;
|
|
57
|
+
readonly reserveSelection?: boolean | undefined;
|
|
58
|
+
readonly filterMultiple?: boolean | undefined;
|
|
59
|
+
readonly filteredValue?: unknown[] | undefined;
|
|
60
|
+
readonly showTooltipWhenOverflow?: boolean | undefined;
|
|
61
|
+
readonly clickable?: boolean | undefined;
|
|
62
|
+
readonly autoUpdate?: boolean | undefined;
|
|
63
|
+
readonly label?: string | undefined;
|
|
64
|
+
readonly filters?: unknown[] | undefined;
|
|
65
|
+
readonly fixed?: string | boolean | undefined;
|
|
66
|
+
readonly options?: unknown[] | undefined;
|
|
67
|
+
readonly dictType?: string | undefined;
|
|
68
|
+
readonly width?: string | number | undefined;
|
|
69
|
+
readonly prop?: string | undefined;
|
|
70
|
+
readonly filterMethod?: Function | undefined;
|
|
71
|
+
readonly formatter?: Function | undefined;
|
|
72
|
+
readonly index?: number | Function | undefined;
|
|
73
|
+
readonly tooltipFormatter?: Function | undefined;
|
|
74
|
+
readonly columnKey?: string | undefined;
|
|
75
|
+
readonly minWidth?: string | number | undefined;
|
|
76
|
+
readonly renderHeader?: Function | undefined;
|
|
77
|
+
readonly sortable?: string | boolean | undefined;
|
|
78
|
+
readonly sortMethod?: Function | undefined;
|
|
79
|
+
readonly sortBy?: string | Function | unknown[] | undefined;
|
|
80
|
+
readonly className?: string | undefined;
|
|
81
|
+
readonly labelClassName?: string | undefined;
|
|
82
|
+
readonly selectable?: Function | undefined;
|
|
83
|
+
readonly filterPlacement?: string | undefined;
|
|
84
|
+
readonly filterClassName?: string | undefined;
|
|
85
|
+
readonly property?: string | undefined;
|
|
86
|
+
readonly cellClick?: Function | undefined;
|
|
87
|
+
readonly maxWidth?: string | undefined;
|
|
88
|
+
};
|
|
89
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
90
|
+
type __VLS_TemplateResult = {
|
|
91
|
+
attrs: Partial<{}>;
|
|
92
|
+
slots: Readonly<Record<string, any>> & Record<string, any>;
|
|
93
|
+
refs: {};
|
|
94
|
+
rootEl: any;
|
|
95
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { t as e } from "../chunks/BBERmTup.mjs";
|
|
2
|
+
//#region src/components/table/TableColumnDef.vue
|
|
3
|
+
var t = /* @__PURE__ */ Object.assign({ name: "TableColumnDef" }, {
|
|
4
|
+
__name: "TableColumnDef",
|
|
5
|
+
props: { ...e },
|
|
6
|
+
setup(e) {
|
|
7
|
+
return () => {};
|
|
8
|
+
}
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { t as default };
|