@bscomp/ep-ui 0.5.8 → 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.

@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bscomp/ep-ui",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Vue3 中基于Element-plus二次封装基础组件文档",
5
5
  "author": "bishang",
6
6
  "license": "MIT",