@bscomp/ep-ui 0.1.3 → 0.1.5

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.
@@ -8,7 +8,7 @@ declare const EPDialog: ({
8
8
  };
9
9
  formProps: {
10
10
  type: import('vue').PropType<any>;
11
- default: {
11
+ default: () => {
12
12
  formItems: never[];
13
13
  };
14
14
  };
@@ -59,7 +59,7 @@ declare const EPDialog: ({
59
59
  };
60
60
  formProps: {
61
61
  type: import('vue').PropType<any>;
62
- default: {
62
+ default: () => {
63
63
  formItems: never[];
64
64
  };
65
65
  };
@@ -103,7 +103,7 @@ declare const EPDialog: ({
103
103
  };
104
104
  formProps: {
105
105
  type: import('vue').PropType<any>;
106
- default: {
106
+ default: () => {
107
107
  formItems: never[];
108
108
  };
109
109
  };
@@ -7,7 +7,7 @@ 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
11
  formItems: never[];
12
12
  };
13
13
  };
@@ -40,7 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
40
40
  };
41
41
  formProps: {
42
42
  type: import('vue').PropType<any>;
43
- default: {
43
+ default: () => {
44
44
  formItems: never[];
45
45
  };
46
46
  };
Binary file
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-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}
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-4b394c44]{box-sizing:border-box}.e-p-table[data-v-4b394c44]{box-sizing:border-box;height:100%;position:relative;display:flex;flex-direction:column;overflow:hidden}.e-p-table .table-content[data-v-4b394c44]{flex:1;display:flex;flex-direction:column;position:relative;box-sizing:border-box}.e-p-table .table-content .header-wapper[data-v-4b394c44]{display:flex;flex-direction:column}.e-p-table .table-content .extra[data-v-4b394c44],.e-p-table .table-content .header[data-v-4b394c44]{padding-bottom:16px}.e-p-table .el-pagination-com[data-v-4b394c44]{padding-top:16px;display:flex;justify-content:flex-end;align-items:center}.e-p-table .header[data-v-4b394c44]{display:flex;justify-content:space-between;align-items:center}.e-p-table .radioStyle[data-v-4b394c44] tbody .el-table__row{cursor:pointer}.btn-wrapper[data-v-4b394c44],.input-content[data-v-4b394c44]{display:flex;gap:8px}.btn-wrapper[data-v-4b394c44] .el-button+.el-button,.input-content[data-v-4b394c44] .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}
@@ -24,6 +24,9 @@ declare const EPTable: ({
24
24
  minWidth?: string | number | undefined;
25
25
  isLink?: boolean | undefined;
26
26
  slotName?: string | undefined;
27
+ hiddenMenu?: boolean | undefined;
28
+ hiddenAll?: boolean | undefined;
29
+ hidden?: boolean | undefined;
27
30
  render?: Function | undefined;
28
31
  operation?: [] | {
29
32
  label?: string | undefined;
@@ -1065,6 +1068,9 @@ declare const EPTable: ({
1065
1068
  minWidth?: string | number | undefined;
1066
1069
  isLink?: boolean | undefined;
1067
1070
  slotName?: string | undefined;
1071
+ hiddenMenu?: boolean | undefined;
1072
+ hiddenAll?: boolean | undefined;
1073
+ hidden?: boolean | undefined;
1068
1074
  render?: Function | undefined;
1069
1075
  operation?: [] | {
1070
1076
  label?: string | undefined;
@@ -2097,6 +2103,9 @@ declare const EPTable: ({
2097
2103
  minWidth?: string | number | undefined;
2098
2104
  isLink?: boolean | undefined;
2099
2105
  slotName?: string | undefined;
2106
+ hiddenMenu?: boolean | undefined;
2107
+ hiddenAll?: boolean | undefined;
2108
+ hidden?: boolean | undefined;
2100
2109
  render?: Function | undefined;
2101
2110
  operation?: [] | {
2102
2111
  label?: string | undefined;
@@ -3117,6 +3126,9 @@ declare const EPTable: ({
3117
3126
  minWidth?: string | number | undefined;
3118
3127
  isLink?: boolean | undefined;
3119
3128
  slotName?: string | undefined;
3129
+ hiddenMenu?: boolean | undefined;
3130
+ hiddenAll?: boolean | undefined;
3131
+ hidden?: boolean | undefined;
3120
3132
  render?: Function | undefined;
3121
3133
  operation?: [] | {
3122
3134
  label?: string | undefined;
@@ -1,4 +1,4 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
2
  columns: {
3
3
  type: ArrayConstructor;
4
4
  default: () => never[];
@@ -29,5 +29,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
29
29
  }>, {
30
30
  columns: unknown[];
31
31
  menuConfig: Record<string, any>;
32
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
33
+ footer?(_: {}): any;
34
+ }>;
33
35
  export default _default;
36
+ type __VLS_WithTemplateSlots<T, S> = T & {
37
+ new (): {
38
+ $slots: S;
39
+ };
40
+ };
@@ -25,6 +25,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
25
25
  minWidth?: string | number | undefined;
26
26
  isLink?: boolean | undefined;
27
27
  slotName?: string | undefined;
28
+ hiddenMenu?: boolean | undefined;
29
+ hiddenAll?: boolean | undefined;
30
+ hidden?: boolean | undefined;
28
31
  render?: Function | undefined;
29
32
  operation?: [] | {
30
33
  label?: string | undefined;
@@ -1037,6 +1040,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1037
1040
  minWidth?: string | number | undefined;
1038
1041
  isLink?: boolean | undefined;
1039
1042
  slotName?: string | undefined;
1043
+ hiddenMenu?: boolean | undefined;
1044
+ hiddenAll?: boolean | undefined;
1045
+ hidden?: boolean | undefined;
1040
1046
  render?: Function | undefined;
1041
1047
  operation?: [] | {
1042
1048
  label?: string | undefined;
@@ -1138,6 +1144,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1138
1144
  minWidth?: string | number | undefined;
1139
1145
  isLink?: boolean | undefined;
1140
1146
  slotName?: string | undefined;
1147
+ hiddenMenu?: boolean | undefined;
1148
+ hiddenAll?: boolean | undefined;
1149
+ hidden?: boolean | undefined;
1141
1150
  render?: Function | undefined;
1142
1151
  operation?: [] | {
1143
1152
  label?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bscomp/ep-ui",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Vue3 中基于Element-plus二次封装基础组件文档",
5
5
  "author": "bishang",
6
6
  "license": "MIT",
package/lib/favicon.ico DELETED
Binary file