@bscomp/ep-ui 0.2.0 → 0.2.2
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/README.md +13 -0
- package/lib/ep-ui.js +3744 -3789
- package/lib/ep-ui.js.gz +0 -0
- package/lib/ep-ui.umd.cjs +12 -16
- package/lib/form-dialog/index.d.ts +18 -0
- package/lib/form-dialog/src/index.vue.d.ts +12 -0
- package/lib/hook/index.d.ts +1 -1
- package/lib/style.css +1 -1
- package/lib/utils.d.ts +1 -1
- package/package.json +1 -3
|
@@ -28,6 +28,12 @@ declare const EPDialog: ({
|
|
|
28
28
|
type: import('vue').PropType<boolean>;
|
|
29
29
|
default: boolean;
|
|
30
30
|
};
|
|
31
|
+
maxHeight: {
|
|
32
|
+
type: import('vue').PropType<string>;
|
|
33
|
+
};
|
|
34
|
+
height: {
|
|
35
|
+
type: import('vue').PropType<string>;
|
|
36
|
+
};
|
|
31
37
|
}>> & Readonly<{
|
|
32
38
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
33
39
|
onHandleCancel?: ((...args: any[]) => any) | undefined;
|
|
@@ -79,6 +85,12 @@ declare const EPDialog: ({
|
|
|
79
85
|
type: import('vue').PropType<boolean>;
|
|
80
86
|
default: boolean;
|
|
81
87
|
};
|
|
88
|
+
maxHeight: {
|
|
89
|
+
type: import('vue').PropType<string>;
|
|
90
|
+
};
|
|
91
|
+
height: {
|
|
92
|
+
type: import('vue').PropType<string>;
|
|
93
|
+
};
|
|
82
94
|
}>> & Readonly<{
|
|
83
95
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
84
96
|
onHandleCancel?: ((...args: any[]) => any) | undefined;
|
|
@@ -123,6 +135,12 @@ declare const EPDialog: ({
|
|
|
123
135
|
type: import('vue').PropType<boolean>;
|
|
124
136
|
default: boolean;
|
|
125
137
|
};
|
|
138
|
+
maxHeight: {
|
|
139
|
+
type: import('vue').PropType<string>;
|
|
140
|
+
};
|
|
141
|
+
height: {
|
|
142
|
+
type: import('vue').PropType<string>;
|
|
143
|
+
};
|
|
126
144
|
}>> & Readonly<{
|
|
127
145
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
128
146
|
onHandleCancel?: ((...args: any[]) => any) | undefined;
|
|
@@ -27,6 +27,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
27
27
|
type: import('vue').PropType<boolean>;
|
|
28
28
|
default: boolean;
|
|
29
29
|
};
|
|
30
|
+
maxHeight: {
|
|
31
|
+
type: import('vue').PropType<string>;
|
|
32
|
+
};
|
|
33
|
+
height: {
|
|
34
|
+
type: import('vue').PropType<string>;
|
|
35
|
+
};
|
|
30
36
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
31
37
|
close: (...args: any[]) => void;
|
|
32
38
|
handleCancel: (...args: any[]) => void;
|
|
@@ -60,6 +66,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
60
66
|
type: import('vue').PropType<boolean>;
|
|
61
67
|
default: boolean;
|
|
62
68
|
};
|
|
69
|
+
maxHeight: {
|
|
70
|
+
type: import('vue').PropType<string>;
|
|
71
|
+
};
|
|
72
|
+
height: {
|
|
73
|
+
type: import('vue').PropType<string>;
|
|
74
|
+
};
|
|
63
75
|
}>> & Readonly<{
|
|
64
76
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
65
77
|
onHandleCancel?: ((...args: any[]) => any) | undefined;
|
package/lib/hook/index.d.ts
CHANGED
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* @param extra // 额外高度
|
|
6
6
|
* @returns
|
|
7
7
|
*/
|
|
8
|
-
export declare function useRemainingHeight(parentNodeRef
|
|
8
|
+
export declare function useRemainingHeight(parentNodeRef: any, extra: number | undefined, childnodeRef: any, callBack: Function): {
|
|
9
9
|
height: import('vue').Ref<number, number>;
|
|
10
10
|
};
|
package/lib/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.e-p-select .all-checkbox[data-v-174adf96]{margin-left:20px}.column_set .ep_table_column_setting_dropdown{font-size:14px;display:flex;flex-direction:column;max-height:450px;overflow-y:auto}.column_set .ep_table_column_setting_dropdown .item{padding:0 16px}.column_set .ep_table_column_setting_dropdown .item:hover{background-color:#ecf5ff}.column_set .ep_table_column_setting_dropdown .footer{box-sizing:border-box;padding-top:6px;border-top:1px solid #dcdfe6}.column_set .ep_table_column_setting_dropdown .footer:hover{border-top:1px solid #dcdfe6}.column_set .ep_table_column_setting_dropdown .footer .el-button{border-radius:none}.column_set .ep_table_column_setting_dropdown .el-checkbox .el-checkbox__input.is-checked+.el-checkbox__label,.column_set .ep_table_column_setting_dropdown .el-checkbox .ep-checkbox__input.is-checked+.ep-checkbox__label{cursor:move}div[data-v-
|
|
1
|
+
.e-p-select .all-checkbox[data-v-174adf96]{margin-left:20px}.column_set .ep_table_column_setting_dropdown{font-size:14px;display:flex;flex-direction:column;max-height:450px;overflow-y:auto}.column_set .ep_table_column_setting_dropdown .item{padding:0 16px}.column_set .ep_table_column_setting_dropdown .item:hover{background-color:#ecf5ff}.column_set .ep_table_column_setting_dropdown .footer{box-sizing:border-box;padding-top:6px;border-top:1px solid #dcdfe6}.column_set .ep_table_column_setting_dropdown .footer:hover{border-top:1px solid #dcdfe6}.column_set .ep_table_column_setting_dropdown .footer .el-button{border-radius:none}.column_set .ep_table_column_setting_dropdown .el-checkbox .el-checkbox__input.is-checked+.el-checkbox__label,.column_set .ep_table_column_setting_dropdown .el-checkbox .ep-checkbox__input.is-checked+.ep-checkbox__label{cursor:move}div[data-v-85a59e25]{box-sizing:border-box}.e-p-table[data-v-85a59e25]{box-sizing:border-box;height:100%;position:relative;display:flex;flex-direction:column;overflow:hidden}.e-p-table .table-content[data-v-85a59e25]{flex:1;display:flex;flex-direction:column;position:relative;box-sizing:border-box;overflow:hidden}.e-p-table .table-content .header-wapper[data-v-85a59e25]{display:flex;flex-direction:column}.e-p-table .table-content .extra[data-v-85a59e25],.e-p-table .table-content .header[data-v-85a59e25]{padding-bottom:16px}.e-p-table .el-pagination-com[data-v-85a59e25]{padding-top:16px;display:flex;justify-content:flex-end;align-items:center}.e-p-table .header[data-v-85a59e25]{display:flex;justify-content:space-between;align-items:center}.e-p-table .radioStyle[data-v-85a59e25] tbody .el-table__row{cursor:pointer}.btn-wrapper[data-v-85a59e25],.input-content[data-v-85a59e25]{display:flex;gap:8px}.btn-wrapper[data-v-85a59e25] .el-button+.el-button,.input-content[data-v-85a59e25] .el-button+.el-button{margin-left:0!important}.e-p-form-wrapper:not(.inline-flex-form){display:flex;flex-direction:column;justify-content:space-between;height:100%}.e-p-form-wrapper:not(.inline-flex-form) .inline-flex{display:flex}.e-p-form-wrapper:not(.inline-flex-form) .text_show{color:var(--el-text-color-primary)}.e-p-form-wrapper:not(.inline-flex-form) .slot_label .el-form-item__content label{color:var(--el-text-color-primary);margin-right:12px}.e-p-form-wrapper:not(.inline-flex-form) .footer{width:100%;display:flex;align-items:center;justify-content:center}.inline-flex-form{display:flex;justify-content:space-between}.inline-flex-form .e-p-form{flex:1}.inline-flex-form .inline-flex>div{display:inline-block}.inline-flex-form .footer{display:inline}.el-form--inline .el-form-item{margin:0}
|
package/lib/utils.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bscomp/ep-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Vue3 中基于Element-plus二次封装基础组件文档",
|
|
5
5
|
"author": "bishang",
|
|
6
6
|
"license": "MIT",
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"docs:preview": "vitepress preview docs"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@bscomp/ep-ui": "^0.0.8-beta",
|
|
31
30
|
"@element-plus/icons-vue": "^2.0.10",
|
|
32
31
|
"@rollup/plugin-replace": "^6.0.1",
|
|
33
32
|
"@rollup/plugin-terser": "^0.4.4",
|
|
@@ -67,7 +66,6 @@
|
|
|
67
66
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
68
67
|
"vitepress": "^1.2.3",
|
|
69
68
|
"vue": "^3.5.12",
|
|
70
|
-
"vue-router": "^4.1.5",
|
|
71
69
|
"vue-tsc": "^0.40.4",
|
|
72
70
|
"vuedraggable": "^4.1.0"
|
|
73
71
|
},
|