@bscomp/ep-ui 0.6.1 → 0.6.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/lib/column-set/index.d.ts +76 -0
- package/lib/column-set/src/index.vue.d.ts +40 -0
- package/lib/config-provider/index.d.ts +3 -3
- package/lib/config-provider/src/config-provider.d.ts +1 -1
- package/lib/ep-ui.js +3013 -2876
- package/lib/ep-ui.js.gz +0 -0
- package/lib/ep-ui.umd.cjs +10 -10
- package/lib/form/index.d.ts +2 -0
- package/lib/form/src/index.vue.d.ts +2 -0
- package/lib/form-dialog/index.d.ts +9 -9
- package/lib/form-dialog/src/index.vue.d.ts +6 -6
- package/lib/index.d.ts +2 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/lib/components.d.ts +0 -25
package/lib/form/index.d.ts
CHANGED
|
@@ -197,6 +197,8 @@ declare const EPForm: ({
|
|
|
197
197
|
scope: any;
|
|
198
198
|
}) => any>> & Partial<Record<string, (_: {}) => any>> & {
|
|
199
199
|
top?(_: {}): any;
|
|
200
|
+
operatorTop?(_: {}): any;
|
|
201
|
+
operatorBottom?(_: {}): any;
|
|
200
202
|
};
|
|
201
203
|
}) & import('vue').Plugin<any[]>) & Record<string, any>;
|
|
202
204
|
export default EPForm;
|
|
@@ -107,6 +107,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
107
107
|
scope: any;
|
|
108
108
|
}) => any>> & Partial<Record<string, (_: {}) => any>> & {
|
|
109
109
|
top?(_: {}): any;
|
|
110
|
+
operatorTop?(_: {}): any;
|
|
111
|
+
operatorBottom?(_: {}): any;
|
|
110
112
|
}>;
|
|
111
113
|
export default _default;
|
|
112
114
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -7,6 +7,9 @@ declare const EPDialog: ({
|
|
|
7
7
|
type: import('vue').PropType<string>;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
|
+
maxHeight: {
|
|
11
|
+
type: import('vue').PropType<string>;
|
|
12
|
+
};
|
|
10
13
|
formProps: {
|
|
11
14
|
type: import('vue').PropType<any>;
|
|
12
15
|
default: () => {
|
|
@@ -37,9 +40,6 @@ declare const EPDialog: ({
|
|
|
37
40
|
type: import('vue').PropType<boolean>;
|
|
38
41
|
default: boolean;
|
|
39
42
|
};
|
|
40
|
-
maxHeight: {
|
|
41
|
-
type: import('vue').PropType<string>;
|
|
42
|
-
};
|
|
43
43
|
height: {
|
|
44
44
|
type: import('vue').PropType<string>;
|
|
45
45
|
};
|
|
@@ -79,6 +79,9 @@ declare const EPDialog: ({
|
|
|
79
79
|
type: import('vue').PropType<string>;
|
|
80
80
|
default: string;
|
|
81
81
|
};
|
|
82
|
+
maxHeight: {
|
|
83
|
+
type: import('vue').PropType<string>;
|
|
84
|
+
};
|
|
82
85
|
formProps: {
|
|
83
86
|
type: import('vue').PropType<any>;
|
|
84
87
|
default: () => {
|
|
@@ -109,9 +112,6 @@ declare const EPDialog: ({
|
|
|
109
112
|
type: import('vue').PropType<boolean>;
|
|
110
113
|
default: boolean;
|
|
111
114
|
};
|
|
112
|
-
maxHeight: {
|
|
113
|
-
type: import('vue').PropType<string>;
|
|
114
|
-
};
|
|
115
115
|
height: {
|
|
116
116
|
type: import('vue').PropType<string>;
|
|
117
117
|
};
|
|
@@ -144,6 +144,9 @@ declare const EPDialog: ({
|
|
|
144
144
|
type: import('vue').PropType<string>;
|
|
145
145
|
default: string;
|
|
146
146
|
};
|
|
147
|
+
maxHeight: {
|
|
148
|
+
type: import('vue').PropType<string>;
|
|
149
|
+
};
|
|
147
150
|
formProps: {
|
|
148
151
|
type: import('vue').PropType<any>;
|
|
149
152
|
default: () => {
|
|
@@ -174,9 +177,6 @@ declare const EPDialog: ({
|
|
|
174
177
|
type: import('vue').PropType<boolean>;
|
|
175
178
|
default: boolean;
|
|
176
179
|
};
|
|
177
|
-
maxHeight: {
|
|
178
|
-
type: import('vue').PropType<string>;
|
|
179
|
-
};
|
|
180
180
|
height: {
|
|
181
181
|
type: import('vue').PropType<string>;
|
|
182
182
|
};
|
|
@@ -6,6 +6,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
6
6
|
type: import('vue').PropType<string>;
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
|
+
maxHeight: {
|
|
10
|
+
type: import('vue').PropType<string>;
|
|
11
|
+
};
|
|
9
12
|
formProps: {
|
|
10
13
|
type: import('vue').PropType<any>;
|
|
11
14
|
default: () => {
|
|
@@ -36,9 +39,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
36
39
|
type: import('vue').PropType<boolean>;
|
|
37
40
|
default: boolean;
|
|
38
41
|
};
|
|
39
|
-
maxHeight: {
|
|
40
|
-
type: import('vue').PropType<string>;
|
|
41
|
-
};
|
|
42
42
|
height: {
|
|
43
43
|
type: import('vue').PropType<string>;
|
|
44
44
|
};
|
|
@@ -58,6 +58,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
58
58
|
type: import('vue').PropType<string>;
|
|
59
59
|
default: string;
|
|
60
60
|
};
|
|
61
|
+
maxHeight: {
|
|
62
|
+
type: import('vue').PropType<string>;
|
|
63
|
+
};
|
|
61
64
|
formProps: {
|
|
62
65
|
type: import('vue').PropType<any>;
|
|
63
66
|
default: () => {
|
|
@@ -88,9 +91,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
88
91
|
type: import('vue').PropType<boolean>;
|
|
89
92
|
default: boolean;
|
|
90
93
|
};
|
|
91
|
-
maxHeight: {
|
|
92
|
-
type: import('vue').PropType<string>;
|
|
93
|
-
};
|
|
94
94
|
height: {
|
|
95
95
|
type: import('vue').PropType<string>;
|
|
96
96
|
};
|
package/lib/index.d.ts
CHANGED
|
@@ -7,9 +7,10 @@ import { default as EPForm } from './form';
|
|
|
7
7
|
import { default as EPDatePicker } from './date-picker';
|
|
8
8
|
import { default as EPRadio } from './radio';
|
|
9
9
|
import { default as EPDialog } from './form-dialog';
|
|
10
|
+
import { default as EPColumnSet } from './column-set';
|
|
10
11
|
|
|
11
12
|
import * as tools from "./utils";
|
|
12
|
-
export { EPTable, EPForm, EPSelect, EPButton, EPDatePicker, EPRadio, EPCheckbox, EPInput, EPDialog, tools };
|
|
13
|
+
export { EPTable, EPForm, EPSelect, EPButton, EPDatePicker, EPRadio, EPCheckbox, EPInput, EPDialog, tools, EPColumnSet };
|
|
13
14
|
declare const _default: {
|
|
14
15
|
install: any;
|
|
15
16
|
};
|
package/lib/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.e-p-select .all-checkbox[data-v-42ec3cf3]{margin-left:20px}.
|
|
1
|
+
.e-p-select .all-checkbox[data-v-42ec3cf3]{margin-left:20px}.input-content .el-button+.el-button,.btn-wrapper .el-button+.el-button{margin-left:unset}div{box-sizing:border-box}.operation-drop{padding-left:0!important;padding-right:0!important}.operation-drop .el-button{padding:0 16px}.operation-drop .el-button:not(.is-disabled):hover{color:var(--el-color-primary)!important}.operation-drop .el-link{padding:0 16px}.operation-drop .el-link:not(.is-disabled):hover{color:var(--el-color-primary)!important}.operation-dropdiv{padding:0 16px}.operation-dropdiv:not(.is-disabled):hover{color:var(--el-color-primary)!important}.e-p-table{box-sizing:border-box;height:100%;position:relative;display:flex;flex-direction:column;overflow:hidden}.e-p-table .table-content{flex:1;display:flex;flex-direction:column;position:relative;box-sizing:border-box;overflow:hidden}.e-p-table .table-content .header-wapper{display:flex;flex-direction:column}.e-p-table .table-content .extra,.e-p-table .table-content .header{padding-bottom:16px}.e-p-table .table-content .operation{display:flex;align-items:center;gap:8px}.e-p-table .table-content .operation .el-button+.el-button{margin-left:0!important}.e-p-table .el-pagination-com{padding-top:16px;display:flex;justify-content:flex-end;align-items:center}.e-p-table .header{display:flex;justify-content:space-between;align-items:center}.btn-wrapper,.input-content{display:flex;gap:8px}.btn-wrapper ::v-deep(.el-button + .el-button),.input-content ::v-deep(.el-button + .el-button){margin-left:0!important}.el-dropdown-menu__item .el-button{width:100%;justify-content:flex-start}.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}.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}
|
package/package.json
CHANGED
package/lib/components.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import EPSelect from "./select/src/index.vue"
|
|
2
|
-
import EPTable from "./table/src/index.vue"
|
|
3
|
-
import EPButton from "./button/src/index.vue"
|
|
4
|
-
import EPInput from "./input/src/index.vue"
|
|
5
|
-
import EPDatePicker from "./date-picker/src/index.vue"
|
|
6
|
-
import EPRadio from "./radio/src/index.vue"
|
|
7
|
-
import EPCheckbox from "./checkbox/src/index.vue"
|
|
8
|
-
import EPDialog from "./form-dialog/src/index.vue"
|
|
9
|
-
import EPForm from "./form/src/index.vue"
|
|
10
|
-
import EPConfigProvider from "./config-provider/src/config-provider"
|
|
11
|
-
|
|
12
|
-
declare module "vue" {
|
|
13
|
-
export interface GlobalComponents {
|
|
14
|
-
EPSelect: typeof EPSelect
|
|
15
|
-
EPTable: typeof EPTable
|
|
16
|
-
EPButton: typeof EPButton
|
|
17
|
-
EPInput: typeof EPInput
|
|
18
|
-
EPDatePicker: typeof EPDatePicker
|
|
19
|
-
EPRadio: typeof EPRadio
|
|
20
|
-
EPCheckbox: typeof EPCheckbox
|
|
21
|
-
EPDialog: typeof EPDialog
|
|
22
|
-
EPForm: typeof EPForm
|
|
23
|
-
EPConfigProvider: typeof EPConfigProvider
|
|
24
|
-
}
|
|
25
|
-
}
|