orion-design 0.1.44 → 0.1.46

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.
@@ -52,6 +52,22 @@ export declare const pagetableProps: () => {
52
52
  type: BooleanConstructor;
53
53
  default: boolean;
54
54
  };
55
+ paginationPagerCount: {
56
+ type: PropType<number>;
57
+ default: number;
58
+ };
59
+ paginationShowTotal: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ paginationShowSizes: {
64
+ type: BooleanConstructor;
65
+ default: boolean;
66
+ };
67
+ paginationShowJumber: {
68
+ type: BooleanConstructor;
69
+ default: boolean;
70
+ };
55
71
  showRowNumber: {
56
72
  type: BooleanConstructor;
57
73
  default: boolean;
@@ -113,6 +129,22 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
113
129
  type: BooleanConstructor;
114
130
  default: boolean;
115
131
  };
132
+ paginationPagerCount: {
133
+ type: PropType<number>;
134
+ default: number;
135
+ };
136
+ paginationShowTotal: {
137
+ type: BooleanConstructor;
138
+ default: boolean;
139
+ };
140
+ paginationShowSizes: {
141
+ type: BooleanConstructor;
142
+ default: boolean;
143
+ };
144
+ paginationShowJumber: {
145
+ type: BooleanConstructor;
146
+ default: boolean;
147
+ };
116
148
  showRowNumber: {
117
149
  type: BooleanConstructor;
118
150
  default: boolean;
@@ -172,6 +204,22 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
172
204
  type: BooleanConstructor;
173
205
  default: boolean;
174
206
  };
207
+ paginationPagerCount: {
208
+ type: PropType<number>;
209
+ default: number;
210
+ };
211
+ paginationShowTotal: {
212
+ type: BooleanConstructor;
213
+ default: boolean;
214
+ };
215
+ paginationShowSizes: {
216
+ type: BooleanConstructor;
217
+ default: boolean;
218
+ };
219
+ paginationShowJumber: {
220
+ type: BooleanConstructor;
221
+ default: boolean;
222
+ };
175
223
  showRowNumber: {
176
224
  type: BooleanConstructor;
177
225
  default: boolean;
@@ -226,6 +274,10 @@ declare const _default: import('vue').DefineComponent<ExtractPropTypes<{
226
274
  };
227
275
  tailData: Record<string, any>;
228
276
  paginationTeleported: boolean;
277
+ paginationPagerCount: number;
278
+ paginationShowTotal: boolean;
279
+ paginationShowSizes: boolean;
280
+ paginationShowJumber: boolean;
229
281
  showRowNumber: boolean;
230
282
  selectionMode: boolean;
231
283
  currentRowMode: boolean;
@@ -37,6 +37,22 @@ declare const _default: import('../_util').SFCWithInstall<import('vue').DefineCo
37
37
  type: BooleanConstructor;
38
38
  default: boolean;
39
39
  };
40
+ paginationPagerCount: {
41
+ type: import('vue').PropType<number>;
42
+ default: number;
43
+ };
44
+ paginationShowTotal: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ paginationShowSizes: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
52
+ paginationShowJumber: {
53
+ type: BooleanConstructor;
54
+ default: boolean;
55
+ };
40
56
  showRowNumber: {
41
57
  type: BooleanConstructor;
42
58
  default: boolean;
@@ -140,6 +156,22 @@ declare const _default: import('../_util').SFCWithInstall<import('vue').DefineCo
140
156
  type: BooleanConstructor;
141
157
  default: boolean;
142
158
  };
159
+ paginationPagerCount: {
160
+ type: import('vue').PropType<number>;
161
+ default: number;
162
+ };
163
+ paginationShowTotal: {
164
+ type: BooleanConstructor;
165
+ default: boolean;
166
+ };
167
+ paginationShowSizes: {
168
+ type: BooleanConstructor;
169
+ default: boolean;
170
+ };
171
+ paginationShowJumber: {
172
+ type: BooleanConstructor;
173
+ default: boolean;
174
+ };
143
175
  showRowNumber: {
144
176
  type: BooleanConstructor;
145
177
  default: boolean;
@@ -238,6 +270,10 @@ declare const _default: import('../_util').SFCWithInstall<import('vue').DefineCo
238
270
  };
239
271
  tailData: Record<string, any>;
240
272
  paginationTeleported: boolean;
273
+ paginationPagerCount: number;
274
+ paginationShowTotal: boolean;
275
+ paginationShowSizes: boolean;
276
+ paginationShowJumber: boolean;
241
277
  showRowNumber: boolean;
242
278
  selectionMode: boolean;
243
279
  currentRowMode: boolean;