@bscomp/ep-ui 0.5.7 → 0.5.9
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.
Potentially problematic release.
This version of @bscomp/ep-ui might be problematic. Click here for more details.
- package/lib/ep-ui.js +147 -140
- package/lib/ep-ui.js.gz +0 -0
- package/lib/ep-ui.umd.cjs +9 -9
- package/lib/form-dialog/index.d.ts +30 -0
- package/lib/form-dialog/src/index.vue.d.ts +18 -0
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -25,10 +25,18 @@ declare const EPDialog: ({
|
|
|
25
25
|
type: import('vue').PropType<boolean>;
|
|
26
26
|
default: boolean;
|
|
27
27
|
};
|
|
28
|
+
isShowFoot: {
|
|
29
|
+
type: import('vue').PropType<boolean>;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
28
32
|
hiddensubmitBtn: {
|
|
29
33
|
type: import('vue').PropType<boolean>;
|
|
30
34
|
default: boolean;
|
|
31
35
|
};
|
|
36
|
+
hiddenSubmitBtn: {
|
|
37
|
+
type: import('vue').PropType<boolean>;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
32
40
|
maxHeight: {
|
|
33
41
|
type: import('vue').PropType<string>;
|
|
34
42
|
};
|
|
@@ -53,7 +61,9 @@ declare const EPDialog: ({
|
|
|
53
61
|
cancelText: string;
|
|
54
62
|
submitText: string;
|
|
55
63
|
hiddenCancelBtn: boolean;
|
|
64
|
+
isShowFoot: boolean;
|
|
56
65
|
hiddensubmitBtn: boolean;
|
|
66
|
+
hiddenSubmitBtn: boolean;
|
|
57
67
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
58
68
|
P: {};
|
|
59
69
|
B: {};
|
|
@@ -87,10 +97,18 @@ declare const EPDialog: ({
|
|
|
87
97
|
type: import('vue').PropType<boolean>;
|
|
88
98
|
default: boolean;
|
|
89
99
|
};
|
|
100
|
+
isShowFoot: {
|
|
101
|
+
type: import('vue').PropType<boolean>;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
90
104
|
hiddensubmitBtn: {
|
|
91
105
|
type: import('vue').PropType<boolean>;
|
|
92
106
|
default: boolean;
|
|
93
107
|
};
|
|
108
|
+
hiddenSubmitBtn: {
|
|
109
|
+
type: import('vue').PropType<boolean>;
|
|
110
|
+
default: boolean;
|
|
111
|
+
};
|
|
94
112
|
maxHeight: {
|
|
95
113
|
type: import('vue').PropType<string>;
|
|
96
114
|
};
|
|
@@ -111,7 +129,9 @@ declare const EPDialog: ({
|
|
|
111
129
|
cancelText: string;
|
|
112
130
|
submitText: string;
|
|
113
131
|
hiddenCancelBtn: boolean;
|
|
132
|
+
isShowFoot: boolean;
|
|
114
133
|
hiddensubmitBtn: boolean;
|
|
134
|
+
hiddenSubmitBtn: boolean;
|
|
115
135
|
}>;
|
|
116
136
|
__isFragment?: undefined;
|
|
117
137
|
__isTeleport?: undefined;
|
|
@@ -142,10 +162,18 @@ declare const EPDialog: ({
|
|
|
142
162
|
type: import('vue').PropType<boolean>;
|
|
143
163
|
default: boolean;
|
|
144
164
|
};
|
|
165
|
+
isShowFoot: {
|
|
166
|
+
type: import('vue').PropType<boolean>;
|
|
167
|
+
default: boolean;
|
|
168
|
+
};
|
|
145
169
|
hiddensubmitBtn: {
|
|
146
170
|
type: import('vue').PropType<boolean>;
|
|
147
171
|
default: boolean;
|
|
148
172
|
};
|
|
173
|
+
hiddenSubmitBtn: {
|
|
174
|
+
type: import('vue').PropType<boolean>;
|
|
175
|
+
default: boolean;
|
|
176
|
+
};
|
|
149
177
|
maxHeight: {
|
|
150
178
|
type: import('vue').PropType<string>;
|
|
151
179
|
};
|
|
@@ -170,7 +198,9 @@ declare const EPDialog: ({
|
|
|
170
198
|
cancelText: string;
|
|
171
199
|
submitText: string;
|
|
172
200
|
hiddenCancelBtn: boolean;
|
|
201
|
+
isShowFoot: boolean;
|
|
173
202
|
hiddensubmitBtn: boolean;
|
|
203
|
+
hiddenSubmitBtn: boolean;
|
|
174
204
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
175
205
|
$slots: Partial<Record<string, (_: {}) => any>> & {
|
|
176
206
|
header?(_: {
|
|
@@ -24,10 +24,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
24
24
|
type: import('vue').PropType<boolean>;
|
|
25
25
|
default: boolean;
|
|
26
26
|
};
|
|
27
|
+
isShowFoot: {
|
|
28
|
+
type: import('vue').PropType<boolean>;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
27
31
|
hiddensubmitBtn: {
|
|
28
32
|
type: import('vue').PropType<boolean>;
|
|
29
33
|
default: boolean;
|
|
30
34
|
};
|
|
35
|
+
hiddenSubmitBtn: {
|
|
36
|
+
type: import('vue').PropType<boolean>;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
31
39
|
maxHeight: {
|
|
32
40
|
type: import('vue').PropType<string>;
|
|
33
41
|
};
|
|
@@ -68,10 +76,18 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
68
76
|
type: import('vue').PropType<boolean>;
|
|
69
77
|
default: boolean;
|
|
70
78
|
};
|
|
79
|
+
isShowFoot: {
|
|
80
|
+
type: import('vue').PropType<boolean>;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
71
83
|
hiddensubmitBtn: {
|
|
72
84
|
type: import('vue').PropType<boolean>;
|
|
73
85
|
default: boolean;
|
|
74
86
|
};
|
|
87
|
+
hiddenSubmitBtn: {
|
|
88
|
+
type: import('vue').PropType<boolean>;
|
|
89
|
+
default: boolean;
|
|
90
|
+
};
|
|
75
91
|
maxHeight: {
|
|
76
92
|
type: import('vue').PropType<string>;
|
|
77
93
|
};
|
|
@@ -88,7 +104,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
88
104
|
cancelText: string;
|
|
89
105
|
submitText: string;
|
|
90
106
|
hiddenCancelBtn: boolean;
|
|
107
|
+
isShowFoot: boolean;
|
|
91
108
|
hiddensubmitBtn: boolean;
|
|
109
|
+
hiddenSubmitBtn: boolean;
|
|
92
110
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, Partial<Record<string, (_: {}) => any>> & {
|
|
93
111
|
header?(_: {
|
|
94
112
|
scope: any;
|
package/lib/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.e-p-select .all-checkbox[data-v-68b67b86]{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}.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:
|
|
1
|
+
.e-p-select .all-checkbox[data-v-68b67b86]{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}.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}
|