@bscomp/ep-ui 0.1.2 → 0.1.3
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/ep-ui.js +1920 -1889
- package/lib/ep-ui.js.gz +0 -0
- package/lib/ep-ui.umd.cjs +12 -12
- package/lib/form-dialog/index.d.ts +9 -3
- package/lib/form-dialog/src/index.vue.d.ts +6 -2
- package/lib/style.css +1 -1
- package/lib/table/index.d.ts +8 -0
- package/lib/table/src/index.vue.d.ts +6 -0
- package/package.json +1 -1
|
@@ -8,7 +8,9 @@ declare const EPDialog: ({
|
|
|
8
8
|
};
|
|
9
9
|
formProps: {
|
|
10
10
|
type: import('vue').PropType<any>;
|
|
11
|
-
default: {
|
|
11
|
+
default: {
|
|
12
|
+
formItems: never[];
|
|
13
|
+
};
|
|
12
14
|
};
|
|
13
15
|
cancelText: {
|
|
14
16
|
type: import('vue').PropType<string>;
|
|
@@ -57,7 +59,9 @@ declare const EPDialog: ({
|
|
|
57
59
|
};
|
|
58
60
|
formProps: {
|
|
59
61
|
type: import('vue').PropType<any>;
|
|
60
|
-
default: {
|
|
62
|
+
default: {
|
|
63
|
+
formItems: never[];
|
|
64
|
+
};
|
|
61
65
|
};
|
|
62
66
|
cancelText: {
|
|
63
67
|
type: import('vue').PropType<string>;
|
|
@@ -99,7 +103,9 @@ declare const EPDialog: ({
|
|
|
99
103
|
};
|
|
100
104
|
formProps: {
|
|
101
105
|
type: import('vue').PropType<any>;
|
|
102
|
-
default: {
|
|
106
|
+
default: {
|
|
107
|
+
formItems: never[];
|
|
108
|
+
};
|
|
103
109
|
};
|
|
104
110
|
cancelText: {
|
|
105
111
|
type: import('vue').PropType<string>;
|
|
@@ -7,7 +7,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
7
7
|
};
|
|
8
8
|
formProps: {
|
|
9
9
|
type: import('vue').PropType<any>;
|
|
10
|
-
default: {
|
|
10
|
+
default: {
|
|
11
|
+
formItems: never[];
|
|
12
|
+
};
|
|
11
13
|
};
|
|
12
14
|
cancelText: {
|
|
13
15
|
type: import('vue').PropType<string>;
|
|
@@ -38,7 +40,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
38
40
|
};
|
|
39
41
|
formProps: {
|
|
40
42
|
type: import('vue').PropType<any>;
|
|
41
|
-
default: {
|
|
43
|
+
default: {
|
|
44
|
+
formItems: never[];
|
|
45
|
+
};
|
|
42
46
|
};
|
|
43
47
|
cancelText: {
|
|
44
48
|
type: import('vue').PropType<string>;
|
package/lib/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.e-p-select .all-checkbox[data-v-9042fa0a]{margin-left:20px}.column_set .el-dropdown-menu{padding:0;font-size:14px}.column_set .el-dropdown-menu .el-dropdown-menu__item{display:flex;flex-direction:column;align-items:flex-start}.column_set .el-dropdown-menu .el-dropdown-menu__item .ep_table_column_setting_dropdown{display:flex;flex-direction:column;max-height:450px;overflow-y:auto}.column_set .el-dropdown-menu .el-dropdown-menu__item .ep_table_column_setting_dropdown .el-checkbox .el-checkbox__input.is-checked+.el-checkbox__label,.column_set .el-dropdown-menu .el-dropdown-menu__item .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-9042fa0a]{margin-left:20px}.column_set .el-dropdown-menu{padding:0;font-size:14px}.column_set .el-dropdown-menu .el-dropdown-menu__item{display:flex;flex-direction:column;align-items:flex-start}.column_set .el-dropdown-menu .el-dropdown-menu__item .ep_table_column_setting_dropdown{display:flex;flex-direction:column;max-height:450px;overflow-y:auto}.column_set .el-dropdown-menu .el-dropdown-menu__item .ep_table_column_setting_dropdown .el-checkbox .el-checkbox__input.is-checked+.el-checkbox__label,.column_set .el-dropdown-menu .el-dropdown-menu__item .ep_table_column_setting_dropdown .el-checkbox .ep-checkbox__input.is-checked+.ep-checkbox__label{cursor:move}div[data-v-f48a13fa]{box-sizing:border-box}.e-p-table[data-v-f48a13fa]{box-sizing:border-box;height:100%;position:relative;display:flex;flex-direction:column;overflow:hidden}.e-p-table .table-content[data-v-f48a13fa]{flex:1;display:flex;flex-direction:column;position:relative;box-sizing:border-box}.e-p-table .table-content .header-wapper[data-v-f48a13fa]{display:flex;flex-direction:column}.e-p-table .table-content .extra[data-v-f48a13fa],.e-p-table .table-content .header[data-v-f48a13fa]{padding-bottom:16px}.e-p-table .el-pagination-com[data-v-f48a13fa]{padding-top:16px;display:flex;justify-content:flex-end;align-items:center}.e-p-table .header[data-v-f48a13fa]{display:flex;justify-content:space-between;align-items:center}.e-p-table .radioStyle[data-v-f48a13fa] tbody .el-table__row{cursor:pointer}.btn-wrapper[data-v-f48a13fa],.input-content[data-v-f48a13fa]{display:flex;gap:8px}.btn-wrapper[data-v-f48a13fa] .el-button+.el-button,.input-content[data-v-f48a13fa] .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/table/index.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ declare const EPTable: ({
|
|
|
37
37
|
render?: ((row: any) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
38
38
|
[key: string]: any;
|
|
39
39
|
}>) | undefined;
|
|
40
|
+
isShowConfirm?: boolean | undefined;
|
|
41
|
+
msg?: boolean | undefined;
|
|
40
42
|
}[] | undefined;
|
|
41
43
|
}[]>;
|
|
42
44
|
required: true;
|
|
@@ -1076,6 +1078,8 @@ declare const EPTable: ({
|
|
|
1076
1078
|
render?: ((row: any) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1077
1079
|
[key: string]: any;
|
|
1078
1080
|
}>) | undefined;
|
|
1081
|
+
isShowConfirm?: boolean | undefined;
|
|
1082
|
+
msg?: boolean | undefined;
|
|
1079
1083
|
}[] | undefined;
|
|
1080
1084
|
}[]>;
|
|
1081
1085
|
required: true;
|
|
@@ -2106,6 +2110,8 @@ declare const EPTable: ({
|
|
|
2106
2110
|
render?: ((row: any) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
2107
2111
|
[key: string]: any;
|
|
2108
2112
|
}>) | undefined;
|
|
2113
|
+
isShowConfirm?: boolean | undefined;
|
|
2114
|
+
msg?: boolean | undefined;
|
|
2109
2115
|
}[] | undefined;
|
|
2110
2116
|
}[]>;
|
|
2111
2117
|
required: true;
|
|
@@ -3124,6 +3130,8 @@ declare const EPTable: ({
|
|
|
3124
3130
|
render?: ((row: any) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
3125
3131
|
[key: string]: any;
|
|
3126
3132
|
}>) | undefined;
|
|
3133
|
+
isShowConfirm?: boolean | undefined;
|
|
3134
|
+
msg?: boolean | undefined;
|
|
3127
3135
|
}[] | undefined;
|
|
3128
3136
|
};
|
|
3129
3137
|
}) => any>> & Partial<Record<any, (_: {}) => any>> & Partial<Record<string, (_: {
|
|
@@ -38,6 +38,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
38
38
|
render?: ((row: any) => VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
39
39
|
[key: string]: any;
|
|
40
40
|
}>) | undefined;
|
|
41
|
+
isShowConfirm?: boolean | undefined;
|
|
42
|
+
msg?: boolean | undefined;
|
|
41
43
|
}[] | undefined;
|
|
42
44
|
}[]>;
|
|
43
45
|
required: true;
|
|
@@ -1048,6 +1050,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1048
1050
|
render?: ((row: any) => VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1049
1051
|
[key: string]: any;
|
|
1050
1052
|
}>) | undefined;
|
|
1053
|
+
isShowConfirm?: boolean | undefined;
|
|
1054
|
+
msg?: boolean | undefined;
|
|
1051
1055
|
}[] | undefined;
|
|
1052
1056
|
}[]>;
|
|
1053
1057
|
required: true;
|
|
@@ -1147,6 +1151,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
1147
1151
|
render?: ((row: any) => VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
1148
1152
|
[key: string]: any;
|
|
1149
1153
|
}>) | undefined;
|
|
1154
|
+
isShowConfirm?: boolean | undefined;
|
|
1155
|
+
msg?: boolean | undefined;
|
|
1150
1156
|
}[] | undefined;
|
|
1151
1157
|
};
|
|
1152
1158
|
}) => any>> & Partial<Record<any, (_: {}) => any>> & Partial<Record<string, (_: {
|