command-center-v3-common 0.0.4 → 0.0.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.
package/dist/index.d.ts CHANGED
@@ -1,11 +1,209 @@
1
- import { AllowedComponentProps } from 'vue';
2
- import { ComponentCustomProps } from 'vue';
3
- import { ComponentOptionsBase } from 'vue';
4
1
  import { ComponentOptionsMixin } from 'vue';
5
- import { CreateComponentPublicInstance } from 'vue';
6
2
  import { DefineComponent } from 'vue';
3
+ import { PropType as PropType_2 } from 'vue';
7
4
  import { PublicProps } from 'vue';
8
- import { VNodeProps } from 'vue';
5
+
6
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
7
+
8
+ declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
9
+
10
+ declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
11
+
12
+ declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
13
+
14
+ declare type __VLS_NonUndefinedable_5<T> = T extends undefined ? never : T;
15
+
16
+ declare type __VLS_NonUndefinedable_6<T> = T extends undefined ? never : T;
17
+
18
+ declare type __VLS_NonUndefinedable_7<T> = T extends undefined ? never : T;
19
+
20
+ declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
21
+
22
+ declare type __VLS_Prettify<T> = {
23
+ [K in keyof T]: T[K];
24
+ } & {};
25
+
26
+ declare type __VLS_Prettify_2<T> = {
27
+ [K in keyof T]: T[K];
28
+ } & {};
29
+
30
+ declare type __VLS_Prettify_3<T> = {
31
+ [K in keyof T]: T[K];
32
+ } & {};
33
+
34
+ declare type __VLS_Prettify_4<T> = {
35
+ [K in keyof T]: T[K];
36
+ } & {};
37
+
38
+ declare type __VLS_Prettify_5<T> = {
39
+ [K in keyof T]: T[K];
40
+ } & {};
41
+
42
+ declare type __VLS_Prettify_6<T> = {
43
+ [K in keyof T]: T[K];
44
+ } & {};
45
+
46
+ declare type __VLS_Prettify_7<T> = {
47
+ [K in keyof T]: T[K];
48
+ } & {};
49
+
50
+ declare type __VLS_Prettify_8<T> = {
51
+ [K in keyof T]: T[K];
52
+ } & {};
53
+
54
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
55
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
56
+ type: PropType_2<__VLS_NonUndefinedable<T[K]>>;
57
+ } : {
58
+ type: PropType_2<T[K]>;
59
+ required: true;
60
+ };
61
+ };
62
+
63
+ declare type __VLS_TypePropsToRuntimeProps_2<T> = {
64
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
65
+ type: PropType_2<__VLS_NonUndefinedable_2<T[K]>>;
66
+ } : {
67
+ type: PropType_2<T[K]>;
68
+ required: true;
69
+ };
70
+ };
71
+
72
+ declare type __VLS_TypePropsToRuntimeProps_3<T> = {
73
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
74
+ type: PropType_2<__VLS_NonUndefinedable_3<T[K]>>;
75
+ } : {
76
+ type: PropType_2<T[K]>;
77
+ required: true;
78
+ };
79
+ };
80
+
81
+ declare type __VLS_TypePropsToRuntimeProps_4<T> = {
82
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
83
+ type: PropType_2<__VLS_NonUndefinedable_4<T[K]>>;
84
+ } : {
85
+ type: PropType_2<T[K]>;
86
+ required: true;
87
+ };
88
+ };
89
+
90
+ declare type __VLS_TypePropsToRuntimeProps_5<T> = {
91
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
92
+ type: PropType_2<__VLS_NonUndefinedable_5<T[K]>>;
93
+ } : {
94
+ type: PropType_2<T[K]>;
95
+ required: true;
96
+ };
97
+ };
98
+
99
+ declare type __VLS_TypePropsToRuntimeProps_6<T> = {
100
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
101
+ type: PropType_2<__VLS_NonUndefinedable_6<T[K]>>;
102
+ } : {
103
+ type: PropType_2<T[K]>;
104
+ required: true;
105
+ };
106
+ };
107
+
108
+ declare type __VLS_TypePropsToRuntimeProps_7<T> = {
109
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
110
+ type: PropType_2<__VLS_NonUndefinedable_7<T[K]>>;
111
+ } : {
112
+ type: PropType_2<T[K]>;
113
+ required: true;
114
+ };
115
+ };
116
+
117
+ declare type __VLS_TypePropsToRuntimeProps_8<T> = {
118
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
119
+ type: PropType_2<__VLS_NonUndefinedable_8<T[K]>>;
120
+ } : {
121
+ type: PropType_2<T[K]>;
122
+ required: true;
123
+ };
124
+ };
125
+
126
+ declare type __VLS_WithDefaults<P, D> = {
127
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
128
+ default: D[K];
129
+ }> : P[K];
130
+ };
131
+
132
+ declare type __VLS_WithDefaults_2<P, D> = {
133
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
134
+ default: D[K];
135
+ }> : P[K];
136
+ };
137
+
138
+ declare type __VLS_WithDefaults_3<P, D> = {
139
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_3<P[K] & {
140
+ default: D[K];
141
+ }> : P[K];
142
+ };
143
+
144
+ declare type __VLS_WithDefaults_4<P, D> = {
145
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_4<P[K] & {
146
+ default: D[K];
147
+ }> : P[K];
148
+ };
149
+
150
+ declare type __VLS_WithDefaults_5<P, D> = {
151
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_5<P[K] & {
152
+ default: D[K];
153
+ }> : P[K];
154
+ };
155
+
156
+ declare type __VLS_WithDefaults_6<P, D> = {
157
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_6<P[K] & {
158
+ default: D[K];
159
+ }> : P[K];
160
+ };
161
+
162
+ declare type __VLS_WithDefaults_7<P, D> = {
163
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_7<P[K] & {
164
+ default: D[K];
165
+ }> : P[K];
166
+ };
167
+
168
+ declare type __VLS_WithDefaults_8<P, D> = {
169
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
170
+ default: D[K];
171
+ }> : P[K];
172
+ };
173
+
174
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
175
+ new (): {
176
+ $slots: S;
177
+ };
178
+ };
179
+
180
+ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
181
+ new (): {
182
+ $slots: S;
183
+ };
184
+ };
185
+
186
+ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
187
+ new (): {
188
+ $slots: S;
189
+ };
190
+ };
191
+
192
+ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
193
+ new (): {
194
+ $slots: S;
195
+ };
196
+ };
197
+
198
+ declare interface BoxBorderProps {
199
+ [key: string]: any;
200
+ prefix?: string;
201
+ name: string;
202
+ className?: string;
203
+ color?: string;
204
+ width?: string | number;
205
+ height?: string | number;
206
+ }
9
207
 
10
208
  declare interface ChanneItem {
11
209
  deviceId: string;
@@ -15,6 +213,19 @@ declare interface ChanneItem {
15
213
  onlineState?: number;
16
214
  }
17
215
 
216
+ declare function clearSelection(): void;
217
+
218
+ declare interface ColumnList {
219
+ prop: string;
220
+ label: string;
221
+ slotName?: string;
222
+ headerSlotName?: string;
223
+ headerAlign?: 'left' | 'center' | 'right';
224
+ align?: 'left' | 'center' | 'right';
225
+ width?: string | number;
226
+ isSearch: boolean;
227
+ }
228
+
18
229
  declare interface ConfigType {
19
230
  width: number | string;
20
231
  tipsTitleIcon: string;
@@ -30,678 +241,6 @@ declare interface ConfigType {
30
241
  submitBtnType: '' | 'default' | 'success' | 'warning' | 'info' | 'text' | 'primary' | 'danger';
31
242
  }
32
243
 
33
- declare const _default: {
34
- HyBoxBorder: {
35
- new (...args: any[]): CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
36
- [x: string]: {
37
- type: globalThis.PropType<any>;
38
- };
39
- [x: number]: {
40
- type: globalThis.PropType<any>;
41
- };
42
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
43
- [x: string]: {
44
- type: globalThis.PropType<any>;
45
- };
46
- [x: number]: {
47
- type: globalThis.PropType<any>;
48
- };
49
- }>>, {}, true, {}, {}, {
50
- P: {};
51
- B: {};
52
- D: {};
53
- C: {};
54
- M: {};
55
- Defaults: {};
56
- }, Readonly<globalThis.ExtractPropTypes<{
57
- [x: string]: {
58
- type: globalThis.PropType<any>;
59
- };
60
- [x: number]: {
61
- type: globalThis.PropType<any>;
62
- };
63
- }>>, {}, {}, {}, {}, {}>;
64
- __isFragment?: never;
65
- __isTeleport?: never;
66
- __isSuspense?: never;
67
- } & ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
68
- [x: string]: {
69
- type: globalThis.PropType<any>;
70
- };
71
- [x: number]: {
72
- type: globalThis.PropType<any>;
73
- };
74
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
75
- $slots: {
76
- content?(_: {}): any;
77
- };
78
- });
79
- HyRoundButton: DefineComponent< {
80
- [x: string]: {
81
- type: globalThis.PropType<any>;
82
- };
83
- [x: number]: {
84
- type: globalThis.PropType<any>;
85
- };
86
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
87
- click: (...args: any[]) => void;
88
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{
89
- [x: string]: {
90
- type: globalThis.PropType<any>;
91
- };
92
- [x: number]: {
93
- type: globalThis.PropType<any>;
94
- };
95
- }>> & {
96
- onClick?: (...args: any[]) => any;
97
- }, {}, {}>;
98
- HyUserHead: {
99
- new (...args: any[]): CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
100
- [x: string]: {
101
- type: globalThis.PropType<any>;
102
- };
103
- [x: number]: {
104
- type: globalThis.PropType<any>;
105
- };
106
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
107
- [x: string]: {
108
- type: globalThis.PropType<any>;
109
- };
110
- [x: number]: {
111
- type: globalThis.PropType<any>;
112
- };
113
- }>>, {}, true, {}, {}, {
114
- P: {};
115
- B: {};
116
- D: {};
117
- C: {};
118
- M: {};
119
- Defaults: {};
120
- }, Readonly<globalThis.ExtractPropTypes<{
121
- [x: string]: {
122
- type: globalThis.PropType<any>;
123
- };
124
- [x: number]: {
125
- type: globalThis.PropType<any>;
126
- };
127
- }>>, {}, {}, {}, {}, {}>;
128
- __isFragment?: never;
129
- __isTeleport?: never;
130
- __isSuspense?: never;
131
- } & ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
132
- [x: string]: {
133
- type: globalThis.PropType<any>;
134
- };
135
- [x: number]: {
136
- type: globalThis.PropType<any>;
137
- };
138
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
139
- $slots: {
140
- content?(_: {}): any;
141
- };
142
- });
143
- HySelectDevice: DefineComponent< {
144
- showCheckbox: {
145
- type: globalThis.PropType<boolean>;
146
- default: boolean;
147
- };
148
- getData: {
149
- type: globalThis.PropType<() => any>;
150
- default: FunctionConstructor;
151
- };
152
- checkStrictly: {
153
- type: globalThis.PropType<boolean>;
154
- default: boolean;
155
- };
156
- defaultCheckedKeys: {
157
- type: globalThis.PropType<string[]>;
158
- default: () => any[];
159
- };
160
- parentCheckbox: {
161
- type: globalThis.PropType<boolean>;
162
- default: boolean;
163
- };
164
- showRadio: {
165
- type: globalThis.PropType<boolean>;
166
- default: boolean;
167
- };
168
- disableDeviceList: {
169
- type: globalThis.PropType<Device[]>;
170
- default: () => any[];
171
- };
172
- returnDisableDevice: {
173
- type: globalThis.PropType<boolean>;
174
- default: boolean;
175
- };
176
- showOnlineOnly: {
177
- type: globalThis.PropType<boolean>;
178
- default: boolean;
179
- };
180
- }, {
181
- setCheckedKeys: (keys: string[]) => void;
182
- setDeviceList: (dataList: Device[]) => void;
183
- setChecked: (device: Device, type: boolean) => void;
184
- handlerDeviceStateChange: (payload: Device) => void;
185
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
186
- onCurrentDevice: (...args: any[]) => void;
187
- onCurrentDeviceDelete: (...args: any[]) => void;
188
- onSelectedData: (...args: any[]) => void;
189
- onCurrentDepartment: (...args: any[]) => void;
190
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{
191
- showCheckbox: {
192
- type: globalThis.PropType<boolean>;
193
- default: boolean;
194
- };
195
- getData: {
196
- type: globalThis.PropType<() => any>;
197
- default: FunctionConstructor;
198
- };
199
- checkStrictly: {
200
- type: globalThis.PropType<boolean>;
201
- default: boolean;
202
- };
203
- defaultCheckedKeys: {
204
- type: globalThis.PropType<string[]>;
205
- default: () => any[];
206
- };
207
- parentCheckbox: {
208
- type: globalThis.PropType<boolean>;
209
- default: boolean;
210
- };
211
- showRadio: {
212
- type: globalThis.PropType<boolean>;
213
- default: boolean;
214
- };
215
- disableDeviceList: {
216
- type: globalThis.PropType<Device[]>;
217
- default: () => any[];
218
- };
219
- returnDisableDevice: {
220
- type: globalThis.PropType<boolean>;
221
- default: boolean;
222
- };
223
- showOnlineOnly: {
224
- type: globalThis.PropType<boolean>;
225
- default: boolean;
226
- };
227
- }>> & {
228
- onOnCurrentDevice?: (...args: any[]) => any;
229
- onOnCurrentDeviceDelete?: (...args: any[]) => any;
230
- onOnSelectedData?: (...args: any[]) => any;
231
- onOnCurrentDepartment?: (...args: any[]) => any;
232
- }, {
233
- showCheckbox: boolean;
234
- getData: () => any;
235
- checkStrictly: boolean;
236
- defaultCheckedKeys: string[];
237
- parentCheckbox: boolean;
238
- showRadio: boolean;
239
- disableDeviceList: Device[];
240
- returnDisableDevice: boolean;
241
- showOnlineOnly: boolean;
242
- }, {}>;
243
- HyImageViewer: DefineComponent< {}, {
244
- onShowViewer: (urlListParams: string | string[], initialIndexParams?: number) => void;
245
- imageViewerClose: () => void;
246
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
247
- HyTipsModal: typeof HyTipsModal;
248
- HyTable: {
249
- new (...args: any[]): CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
250
- [x: string]: {
251
- type: globalThis.PropType<any>;
252
- };
253
- [x: number]: {
254
- type: globalThis.PropType<any>;
255
- };
256
- }>> & {
257
- onGetTotal?: (...args: any[]) => any;
258
- onSelectionChange?: (...args: any[]) => any;
259
- onOnRowcClick?: (...args: any[]) => any;
260
- }, {
261
- getTableData: (queryInfo?: any) => Promise<void>;
262
- setSelectedData: (list: any[]) => void;
263
- clearSelection: () => void;
264
- selectedData: globalThis.Ref<any>;
265
- setTableData: (data: TableList) => void;
266
- handleCurrentChange: (page?: number) => void;
267
- getSearchForm: () => {
268
- query: any;
269
- size: number;
270
- page: number;
271
- };
272
- getTableList: () => {
273
- totalElements?: number;
274
- number?: number;
275
- totalPages?: number;
276
- size?: number;
277
- content: any;
278
- };
279
- getTotalElements: () => number;
280
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
281
- getTotal: (...args: any[]) => void;
282
- selectionChange: (...args: any[]) => void;
283
- onRowcClick: (...args: any[]) => void;
284
- }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
285
- [x: string]: {
286
- type: globalThis.PropType<any>;
287
- };
288
- [x: number]: {
289
- type: globalThis.PropType<any>;
290
- };
291
- }>> & {
292
- onGetTotal?: (...args: any[]) => any;
293
- onSelectionChange?: (...args: any[]) => any;
294
- onOnRowcClick?: (...args: any[]) => any;
295
- }, {}, true, {}, {}, {
296
- P: {};
297
- B: {};
298
- D: {};
299
- C: {};
300
- M: {};
301
- Defaults: {};
302
- }, Readonly<globalThis.ExtractPropTypes<{
303
- [x: string]: {
304
- type: globalThis.PropType<any>;
305
- };
306
- [x: number]: {
307
- type: globalThis.PropType<any>;
308
- };
309
- }>> & {
310
- onGetTotal?: (...args: any[]) => any;
311
- onSelectionChange?: (...args: any[]) => any;
312
- onOnRowcClick?: (...args: any[]) => any;
313
- }, {
314
- getTableData: (queryInfo?: any) => Promise<void>;
315
- setSelectedData: (list: any[]) => void;
316
- clearSelection: () => void;
317
- selectedData: globalThis.Ref<any>;
318
- setTableData: (data: TableList) => void;
319
- handleCurrentChange: (page?: number) => void;
320
- getSearchForm: () => {
321
- query: any;
322
- size: number;
323
- page: number;
324
- };
325
- getTableList: () => {
326
- totalElements?: number;
327
- number?: number;
328
- totalPages?: number;
329
- size?: number;
330
- content: any;
331
- };
332
- getTotalElements: () => number;
333
- }, {}, {}, {}, {}>;
334
- __isFragment?: never;
335
- __isTeleport?: never;
336
- __isSuspense?: never;
337
- } & ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
338
- [x: string]: {
339
- type: globalThis.PropType<any>;
340
- };
341
- [x: number]: {
342
- type: globalThis.PropType<any>;
343
- };
344
- }>> & {
345
- onGetTotal?: (...args: any[]) => any;
346
- onSelectionChange?: (...args: any[]) => any;
347
- onOnRowcClick?: (...args: any[]) => any;
348
- }, {
349
- getTableData: (queryInfo?: any) => Promise<void>;
350
- setSelectedData: (list: any[]) => void;
351
- clearSelection: () => void;
352
- selectedData: globalThis.Ref<any>;
353
- setTableData: (data: TableList) => void;
354
- handleCurrentChange: (page?: number) => void;
355
- getSearchForm: () => {
356
- query: any;
357
- size: number;
358
- page: number;
359
- };
360
- getTableList: () => {
361
- totalElements?: number;
362
- number?: number;
363
- totalPages?: number;
364
- size?: number;
365
- content: any;
366
- };
367
- getTotalElements: () => number;
368
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
369
- getTotal: (...args: any[]) => void;
370
- selectionChange: (...args: any[]) => void;
371
- onRowcClick: (...args: any[]) => void;
372
- }, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
373
- $slots: Partial<Record<any, (_: any) => any>> & Partial<Record<any, (_: any) => any>> & {
374
- tableLeft?(_: {}): any;
375
- tableRight?(_: {}): any;
376
- customContent?(_: {
377
- tableData: any;
378
- }): any;
379
- empty?(_: {}): any;
380
- statisticalQuantityLeft?(_: {}): any;
381
- statisticalQuantityRight?(_: {}): any;
382
- footer?(_: {}): any;
383
- };
384
- });
385
- HyVueCropper: DefineComponent< {}, {
386
- onShowModal: (config?: Option_2) => Promise<unknown>;
387
- onSubmit: () => void;
388
- onClose: () => void;
389
- getCropData: () => Promise<string>;
390
- getCropBlob: () => Promise<Blob>;
391
- getBlobToData: (blob: Blob) => Promise<any>;
392
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
393
- HySelect: DefineComponent< {
394
- optionLabel: {
395
- type: globalThis.PropType<string>;
396
- default: string;
397
- };
398
- optionValue: {
399
- type: globalThis.PropType<string>;
400
- default: string;
401
- };
402
- modelValue: {
403
- type: globalThis.PropType<any>;
404
- default: string;
405
- };
406
- placeholder: {
407
- type: globalThis.PropType<string>;
408
- default: string;
409
- };
410
- clearable: {
411
- type: globalThis.PropType<boolean>;
412
- default: boolean;
413
- };
414
- size: {
415
- type: globalThis.PropType<string>;
416
- default: string;
417
- };
418
- requestParams: {
419
- type: globalThis.PropType<any>;
420
- default: {};
421
- };
422
- controller: {
423
- type: globalThis.PropType<string>;
424
- default: string;
425
- };
426
- filterDataList: {
427
- type: globalThis.PropType<any[]>;
428
- default: () => any[];
429
- };
430
- customDataList: {
431
- type: globalThis.PropType<any[]>;
432
- default: () => any[];
433
- };
434
- selectedDataList: {
435
- type: globalThis.PropType<any[]>;
436
- default: () => any[];
437
- };
438
- requestimmediately: {
439
- type: globalThis.PropType<boolean>;
440
- default: boolean;
441
- };
442
- multiple: {
443
- type: globalThis.PropType<boolean>;
444
- default: boolean;
445
- };
446
- }, {
447
- remoteMethod: (param: string) => void;
448
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
449
- input: (...args: any[]) => void;
450
- change: (...args: any[]) => void;
451
- "on-selectItem": (...args: any[]) => void;
452
- visibleChange: (...args: any[]) => void;
453
- "update:modelValue": (...args: any[]) => void;
454
- "on-changeSelectItem": (...args: any[]) => void;
455
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{
456
- optionLabel: {
457
- type: globalThis.PropType<string>;
458
- default: string;
459
- };
460
- optionValue: {
461
- type: globalThis.PropType<string>;
462
- default: string;
463
- };
464
- modelValue: {
465
- type: globalThis.PropType<any>;
466
- default: string;
467
- };
468
- placeholder: {
469
- type: globalThis.PropType<string>;
470
- default: string;
471
- };
472
- clearable: {
473
- type: globalThis.PropType<boolean>;
474
- default: boolean;
475
- };
476
- size: {
477
- type: globalThis.PropType<string>;
478
- default: string;
479
- };
480
- requestParams: {
481
- type: globalThis.PropType<any>;
482
- default: {};
483
- };
484
- controller: {
485
- type: globalThis.PropType<string>;
486
- default: string;
487
- };
488
- filterDataList: {
489
- type: globalThis.PropType<any[]>;
490
- default: () => any[];
491
- };
492
- customDataList: {
493
- type: globalThis.PropType<any[]>;
494
- default: () => any[];
495
- };
496
- selectedDataList: {
497
- type: globalThis.PropType<any[]>;
498
- default: () => any[];
499
- };
500
- requestimmediately: {
501
- type: globalThis.PropType<boolean>;
502
- default: boolean;
503
- };
504
- multiple: {
505
- type: globalThis.PropType<boolean>;
506
- default: boolean;
507
- };
508
- }>> & {
509
- onChange?: (...args: any[]) => any;
510
- onInput?: (...args: any[]) => any;
511
- "onOn-selectItem"?: (...args: any[]) => any;
512
- onVisibleChange?: (...args: any[]) => any;
513
- "onUpdate:modelValue"?: (...args: any[]) => any;
514
- "onOn-changeSelectItem"?: (...args: any[]) => any;
515
- }, {
516
- optionLabel: string;
517
- optionValue: string;
518
- modelValue: any;
519
- placeholder: string;
520
- clearable: boolean;
521
- size: string;
522
- requestParams: any;
523
- controller: string;
524
- filterDataList: any[];
525
- customDataList: any[];
526
- selectedDataList: any[];
527
- requestimmediately: boolean;
528
- multiple: boolean;
529
- }, {}>;
530
- HyOrgCascader: {
531
- new (...args: any[]): CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
532
- className: {
533
- type: globalThis.PropType<string>;
534
- default: string;
535
- };
536
- disabled: {
537
- type: globalThis.PropType<boolean>;
538
- default: boolean;
539
- };
540
- placeholder: {
541
- type: globalThis.PropType<string>;
542
- default: string;
543
- };
544
- size: {
545
- type: globalThis.PropType<string>;
546
- default: string;
547
- };
548
- contentType: {
549
- type: globalThis.PropType<boolean>;
550
- default: boolean;
551
- };
552
- }>> & {
553
- onChange?: (...args: any[]) => any;
554
- }, {
555
- setDefaultValue: (organizationId: any) => void;
556
- getData: () => Promise<void>;
557
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
558
- change: (...args: any[]) => void;
559
- }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
560
- className: {
561
- type: globalThis.PropType<string>;
562
- default: string;
563
- };
564
- disabled: {
565
- type: globalThis.PropType<boolean>;
566
- default: boolean;
567
- };
568
- placeholder: {
569
- type: globalThis.PropType<string>;
570
- default: string;
571
- };
572
- size: {
573
- type: globalThis.PropType<string>;
574
- default: string;
575
- };
576
- contentType: {
577
- type: globalThis.PropType<boolean>;
578
- default: boolean;
579
- };
580
- }>> & {
581
- onChange?: (...args: any[]) => any;
582
- }, {
583
- className: string;
584
- disabled: boolean;
585
- placeholder: string;
586
- size: string;
587
- contentType: boolean;
588
- }, true, {}, {}, {
589
- P: {};
590
- B: {};
591
- D: {};
592
- C: {};
593
- M: {};
594
- Defaults: {};
595
- }, Readonly<globalThis.ExtractPropTypes<{
596
- className: {
597
- type: globalThis.PropType<string>;
598
- default: string;
599
- };
600
- disabled: {
601
- type: globalThis.PropType<boolean>;
602
- default: boolean;
603
- };
604
- placeholder: {
605
- type: globalThis.PropType<string>;
606
- default: string;
607
- };
608
- size: {
609
- type: globalThis.PropType<string>;
610
- default: string;
611
- };
612
- contentType: {
613
- type: globalThis.PropType<boolean>;
614
- default: boolean;
615
- };
616
- }>> & {
617
- onChange?: (...args: any[]) => any;
618
- }, {
619
- setDefaultValue: (organizationId: any) => void;
620
- getData: () => Promise<void>;
621
- }, {}, {}, {}, {
622
- className: string;
623
- disabled: boolean;
624
- placeholder: string;
625
- size: string;
626
- contentType: boolean;
627
- }>;
628
- __isFragment?: never;
629
- __isTeleport?: never;
630
- __isSuspense?: never;
631
- } & ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
632
- className: {
633
- type: globalThis.PropType<string>;
634
- default: string;
635
- };
636
- disabled: {
637
- type: globalThis.PropType<boolean>;
638
- default: boolean;
639
- };
640
- placeholder: {
641
- type: globalThis.PropType<string>;
642
- default: string;
643
- };
644
- size: {
645
- type: globalThis.PropType<string>;
646
- default: string;
647
- };
648
- contentType: {
649
- type: globalThis.PropType<boolean>;
650
- default: boolean;
651
- };
652
- }>> & {
653
- onChange?: (...args: any[]) => any;
654
- }, {
655
- setDefaultValue: (organizationId: any) => void;
656
- getData: () => Promise<void>;
657
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
658
- change: (...args: any[]) => void;
659
- }, string, {
660
- className: string;
661
- disabled: boolean;
662
- placeholder: string;
663
- size: string;
664
- contentType: boolean;
665
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
666
- $slots: {
667
- default?(_: {}): any;
668
- };
669
- });
670
- HyMenuComponents: DefineComponent< {
671
- menuList: {
672
- type: globalThis.PropType<MenuItem[]>;
673
- required: true;
674
- default: () => any[];
675
- };
676
- menuTitle: {
677
- type: globalThis.PropType<string>;
678
- required: true;
679
- default: string;
680
- };
681
- }, {
682
- setRouterPath: (fullPath: string) => void;
683
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
684
- onChange: (...args: any[]) => void;
685
- }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{
686
- menuList: {
687
- type: globalThis.PropType<MenuItem[]>;
688
- required: true;
689
- default: () => any[];
690
- };
691
- menuTitle: {
692
- type: globalThis.PropType<string>;
693
- required: true;
694
- default: string;
695
- };
696
- }>> & {
697
- onOnChange?: (...args: any[]) => any;
698
- }, {
699
- menuList: MenuItem[];
700
- menuTitle: string;
701
- }, {}>;
702
- };
703
- export default _default;
704
-
705
244
  declare interface Device {
706
245
  isofn: number;
707
246
  aspectRatio: string;
@@ -1116,7 +655,322 @@ declare interface Device {
1116
655
  zoomControlSupport?: number;
1117
656
  }
1118
657
 
1119
- declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
658
+ declare function getBlobToData(blob: Blob): Promise<any>;
659
+
660
+ declare function getCropBlob(): Promise<Blob>;
661
+
662
+ declare function getCropData(): Promise<string>;
663
+
664
+ declare function getSearchForm(): {
665
+ query: any;
666
+ size: number;
667
+ page: number;
668
+ };
669
+
670
+ declare function getTableData(queryInfo?: any): Promise<void>;
671
+
672
+ declare function getTableList(): {
673
+ totalElements?: number;
674
+ number?: number;
675
+ totalPages?: number;
676
+ size?: number;
677
+ content: any;
678
+ };
679
+
680
+ declare function getTotalElements(): number;
681
+
682
+ declare function handleCurrentChange(page?: number): void;
683
+
684
+ export declare const HyBoxBorder: __VLS_WithTemplateSlots<DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BoxBorderProps>, {
685
+ prefix: string;
686
+ name: string;
687
+ className: string;
688
+ color: string;
689
+ width: string;
690
+ height: string;
691
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BoxBorderProps>, {
692
+ prefix: string;
693
+ name: string;
694
+ className: string;
695
+ color: string;
696
+ width: string;
697
+ height: string;
698
+ }>>>, {}, {}>, {
699
+ content?(_: {}): any;
700
+ }>;
701
+
702
+ export declare const HyImageViewer: DefineComponent< {}, {
703
+ onShowViewer: typeof onShowViewer;
704
+ imageViewerClose: typeof imageViewerClose;
705
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
706
+
707
+ export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_4>, {
708
+ menuList: () => any[];
709
+ menuTitle: string;
710
+ }>, {
711
+ setRouterPath: typeof setRouterPath;
712
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
713
+ onChange: (...args: any[]) => void;
714
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_4>, {
715
+ menuList: () => any[];
716
+ menuTitle: string;
717
+ }>>> & {
718
+ onOnChange?: (...args: any[]) => any;
719
+ }, {
720
+ menuList: MenuItem[];
721
+ menuTitle: string;
722
+ }, {}>;
723
+
724
+ export declare const HyOrgCascader: __VLS_WithTemplateSlots_4<DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_3>, {
725
+ size: string;
726
+ className: string;
727
+ placeholder: string;
728
+ contentType: boolean;
729
+ disabled: boolean;
730
+ }>, {
731
+ setDefaultValue: (organizationId: any) => void;
732
+ getData: () => Promise<void>;
733
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
734
+ change: (...args: any[]) => void;
735
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_3>, {
736
+ size: string;
737
+ className: string;
738
+ placeholder: string;
739
+ contentType: boolean;
740
+ disabled: boolean;
741
+ }>>> & {
742
+ onChange?: (...args: any[]) => any;
743
+ }, {
744
+ className: string;
745
+ disabled: boolean;
746
+ placeholder: string;
747
+ size: string;
748
+ contentType: boolean;
749
+ }, {}>, {
750
+ default?(_: {}): any;
751
+ }>;
752
+
753
+ export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<RoundButton>, {
754
+ name: string;
755
+ className: string;
756
+ color: string;
757
+ width: string;
758
+ height: string;
759
+ tips: string;
760
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
761
+ click: (...args: any[]) => void;
762
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<RoundButton>, {
763
+ name: string;
764
+ className: string;
765
+ color: string;
766
+ width: string;
767
+ height: string;
768
+ tips: string;
769
+ }>>> & {
770
+ onClick?: (...args: any[]) => any;
771
+ }, {}, {}>;
772
+
773
+ export declare const HySelect: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_2>, {
774
+ modelValue: string;
775
+ requestParams: {};
776
+ controller: string;
777
+ filterDataList: () => any[];
778
+ customDataList: () => any[];
779
+ selectedDataList: () => any[];
780
+ requestimmediately: boolean;
781
+ clearable: boolean;
782
+ multiple: boolean;
783
+ optionLabel: string;
784
+ optionValue: string;
785
+ size: string;
786
+ placeholder: string;
787
+ }>, {
788
+ remoteMethod: (param: string) => void;
789
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
790
+ input: (...args: any[]) => void;
791
+ change: (...args: any[]) => void;
792
+ "on-selectItem": (...args: any[]) => void;
793
+ visibleChange: (...args: any[]) => void;
794
+ "update:modelValue": (...args: any[]) => void;
795
+ "on-changeSelectItem": (...args: any[]) => void;
796
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_2>, {
797
+ modelValue: string;
798
+ requestParams: {};
799
+ controller: string;
800
+ filterDataList: () => any[];
801
+ customDataList: () => any[];
802
+ selectedDataList: () => any[];
803
+ requestimmediately: boolean;
804
+ clearable: boolean;
805
+ multiple: boolean;
806
+ optionLabel: string;
807
+ optionValue: string;
808
+ size: string;
809
+ placeholder: string;
810
+ }>>> & {
811
+ onChange?: (...args: any[]) => any;
812
+ onInput?: (...args: any[]) => any;
813
+ "onOn-selectItem"?: (...args: any[]) => any;
814
+ onVisibleChange?: (...args: any[]) => any;
815
+ "onUpdate:modelValue"?: (...args: any[]) => any;
816
+ "onOn-changeSelectItem"?: (...args: any[]) => any;
817
+ }, {
818
+ optionLabel: string;
819
+ optionValue: string;
820
+ modelValue: any;
821
+ placeholder: string;
822
+ clearable: boolean;
823
+ size: string;
824
+ requestParams: any;
825
+ controller: string;
826
+ filterDataList: any[];
827
+ customDataList: any[];
828
+ selectedDataList: any[];
829
+ requestimmediately: boolean;
830
+ multiple: boolean;
831
+ }, {}>;
832
+
833
+ export declare const HySelectDevice: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<Props>, {
834
+ getData: FunctionConstructor;
835
+ showOnlineOnly: boolean;
836
+ checkStrictly: boolean;
837
+ showCheckbox: boolean;
838
+ parentCheckbox: boolean;
839
+ showRadio: boolean;
840
+ defaultCheckedKeys: () => any[];
841
+ disableDeviceList: () => any[];
842
+ returnDisableDevice: boolean;
843
+ }>, {
844
+ setCheckedKeys: (keys: string[]) => void;
845
+ setDeviceList: (dataList: Device[]) => void;
846
+ setChecked: (device: Device, type: boolean) => void;
847
+ handlerDeviceStateChange: (payload: Device) => void;
848
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
849
+ onCurrentDevice: (...args: any[]) => void;
850
+ onCurrentDeviceDelete: (...args: any[]) => void;
851
+ onSelectedData: (...args: any[]) => void;
852
+ onCurrentDepartment: (...args: any[]) => void;
853
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<Props>, {
854
+ getData: FunctionConstructor;
855
+ showOnlineOnly: boolean;
856
+ checkStrictly: boolean;
857
+ showCheckbox: boolean;
858
+ parentCheckbox: boolean;
859
+ showRadio: boolean;
860
+ defaultCheckedKeys: () => any[];
861
+ disableDeviceList: () => any[];
862
+ returnDisableDevice: boolean;
863
+ }>>> & {
864
+ onOnCurrentDevice?: (...args: any[]) => any;
865
+ onOnCurrentDeviceDelete?: (...args: any[]) => any;
866
+ onOnSelectedData?: (...args: any[]) => any;
867
+ onOnCurrentDepartment?: (...args: any[]) => any;
868
+ }, {
869
+ showCheckbox: boolean;
870
+ getData: () => any;
871
+ checkStrictly: boolean;
872
+ defaultCheckedKeys: string[];
873
+ parentCheckbox: boolean;
874
+ showRadio: boolean;
875
+ disableDeviceList: Device[];
876
+ returnDisableDevice: boolean;
877
+ showOnlineOnly: boolean;
878
+ }, {}>;
879
+
880
+ export declare const HyTable: __VLS_WithTemplateSlots_3<DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TableProps>, {
881
+ height: number;
882
+ columnList: () => any[];
883
+ searchArr: () => any[];
884
+ showIndexColumn: boolean;
885
+ defaultGetData: boolean;
886
+ selectColumnType: SelectType;
887
+ childrenProps: () => {};
888
+ showFooter: boolean;
889
+ reqUrl: string;
890
+ customUrl: any;
891
+ cellStyle: () => {};
892
+ headerCellStyle: () => {};
893
+ disableIds: () => any[];
894
+ searchForm: () => {};
895
+ selectKey: string;
896
+ paginationLayout: string;
897
+ treeProps: () => {};
898
+ }>, {
899
+ getTableData: typeof getTableData;
900
+ setSelectedData: typeof setSelectedData;
901
+ clearSelection: typeof clearSelection;
902
+ selectedData: globalThis.Ref<any>;
903
+ setTableData: typeof setTableData;
904
+ handleCurrentChange: typeof handleCurrentChange;
905
+ getSearchForm: typeof getSearchForm;
906
+ getTableList: typeof getTableList;
907
+ getTotalElements: typeof getTotalElements;
908
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
909
+ getTotal: (...args: any[]) => void;
910
+ selectionChange: (...args: any[]) => void;
911
+ onRowcClick: (...args: any[]) => void;
912
+ }, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TableProps>, {
913
+ height: number;
914
+ columnList: () => any[];
915
+ searchArr: () => any[];
916
+ showIndexColumn: boolean;
917
+ defaultGetData: boolean;
918
+ selectColumnType: SelectType;
919
+ childrenProps: () => {};
920
+ showFooter: boolean;
921
+ reqUrl: string;
922
+ customUrl: any;
923
+ cellStyle: () => {};
924
+ headerCellStyle: () => {};
925
+ disableIds: () => any[];
926
+ searchForm: () => {};
927
+ selectKey: string;
928
+ paginationLayout: string;
929
+ treeProps: () => {};
930
+ }>>> & {
931
+ onGetTotal?: (...args: any[]) => any;
932
+ onSelectionChange?: (...args: any[]) => any;
933
+ onOnRowcClick?: (...args: any[]) => any;
934
+ }, {}, {}>, Partial<Record<any, (_: any) => any>> & Partial<Record<any, (_: any) => any>> & {
935
+ tableLeft?(_: {}): any;
936
+ tableRight?(_: {}): any;
937
+ customContent?(_: {
938
+ tableData: any;
939
+ }): any;
940
+ empty?(_: {}): any;
941
+ statisticalQuantityLeft?(_: {}): any;
942
+ statisticalQuantityRight?(_: {}): any;
943
+ footer?(_: {}): any;
944
+ }>;
945
+
946
+ export declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
947
+
948
+ export declare const HyUserHead: __VLS_WithTemplateSlots_2<DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<RoundButton_2>, {
949
+ gbDevice: boolean;
950
+ url: string;
951
+ headBoxClassName: string;
952
+ name: string;
953
+ className: string;
954
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<RoundButton_2>, {
955
+ gbDevice: boolean;
956
+ url: string;
957
+ headBoxClassName: string;
958
+ name: string;
959
+ className: string;
960
+ }>>>, {}, {}>, {
961
+ content?(_: {}): any;
962
+ }>;
963
+
964
+ export declare const HyVueCropper: DefineComponent< {}, {
965
+ onShowModal: typeof onShowModal;
966
+ onSubmit: typeof onSubmit;
967
+ onClose: typeof onClose;
968
+ getCropData: typeof getCropData;
969
+ getCropBlob: typeof getCropBlob;
970
+ getBlobToData: typeof getBlobToData;
971
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
972
+
973
+ declare function imageViewerClose(): void;
1120
974
 
1121
975
  declare interface MenuItem {
1122
976
  label: string;
@@ -1125,6 +979,18 @@ declare interface MenuItem {
1125
979
  path: string;
1126
980
  }
1127
981
 
982
+ declare function onClose(): void;
983
+
984
+ /**
985
+ * 显示裁剪并更新裁剪配置和回调函数。
986
+ * @param config - 可选参数,用于更新裁剪的配置选项。
987
+ */
988
+ declare function onShowModal(config?: Option_2): Promise<unknown>;
989
+
990
+ declare function onShowViewer(urlListParams: string | string[], initialIndexParams?: number): void;
991
+
992
+ declare function onSubmit(): void;
993
+
1128
994
  declare interface Option_2 {
1129
995
  dialogWidth: number;
1130
996
  img: string | Blob | ArrayBuffer | ArrayBufferView;
@@ -1152,6 +1018,78 @@ declare interface Option_2 {
1152
1018
  fillColor: string;
1153
1019
  }
1154
1020
 
1021
+ declare interface Props {
1022
+ getData?: () => any;
1023
+ defaultCheckedKeys?: string[];
1024
+ showOnlineOnly?: boolean;
1025
+ checkStrictly?: boolean;
1026
+ showCheckbox?: boolean;
1027
+ parentCheckbox?: boolean;
1028
+ showRadio?: boolean;
1029
+ disableDeviceList?: Device[];
1030
+ returnDisableDevice?: boolean;
1031
+ }
1032
+
1033
+ declare interface Props_2 {
1034
+ modelValue?: any;
1035
+ requestParams?: any;
1036
+ controller?: string;
1037
+ filterDataList?: any[];
1038
+ customDataList?: any[];
1039
+ selectedDataList?: any[];
1040
+ requestimmediately?: boolean;
1041
+ clearable?: boolean;
1042
+ multiple?: boolean;
1043
+ optionLabel?: string;
1044
+ optionValue?: string;
1045
+ size?: string;
1046
+ placeholder?: string;
1047
+ }
1048
+
1049
+ declare interface Props_3 {
1050
+ size?: string;
1051
+ className?: string;
1052
+ placeholder?: string;
1053
+ contentType?: boolean;
1054
+ disabled?: boolean;
1055
+ }
1056
+
1057
+ declare interface Props_4 {
1058
+ menuList: MenuItem[];
1059
+ menuTitle: string;
1060
+ }
1061
+
1062
+ declare interface RoundButton {
1063
+ [key: string]: any;
1064
+ name: string;
1065
+ className?: string;
1066
+ color?: string;
1067
+ width?: string | number;
1068
+ height?: string | number;
1069
+ tips?: string;
1070
+ }
1071
+
1072
+ declare interface RoundButton_2 {
1073
+ [key: string]: any;
1074
+ url?: string;
1075
+ gbDevice?: boolean;
1076
+ headBoxClassName?: string;
1077
+ name?: string;
1078
+ className?: string;
1079
+ }
1080
+
1081
+ declare enum SelectType {
1082
+ NULL = 0,
1083
+ RADIO = 1,
1084
+ CHECKBOX = 2
1085
+ }
1086
+
1087
+ declare function setRouterPath(fullPath: string): void;
1088
+
1089
+ declare function setSelectedData(list: any[]): void;
1090
+
1091
+ declare function setTableData(data: TableList): void;
1092
+
1155
1093
  declare interface TableList {
1156
1094
  totalElements?: number;
1157
1095
  number?: number;
@@ -1160,4 +1098,32 @@ declare interface TableList {
1160
1098
  content: any;
1161
1099
  }
1162
1100
 
1101
+ declare interface TableProps {
1102
+ [key: string]: any;
1103
+ height?: string | number;
1104
+ columnList: ColumnList[];
1105
+ searchArr: {
1106
+ label?: string;
1107
+ prop?: string;
1108
+ }[];
1109
+ showIndexColumn?: boolean;
1110
+ defaultGetData?: boolean;
1111
+ selectColumnType?: SelectType;
1112
+ childrenProps?: object;
1113
+ showFooter?: boolean;
1114
+ reqUrl: string;
1115
+ customUrl?: string;
1116
+ cellStyle?: () => any;
1117
+ headerCellStyle?: () => any;
1118
+ disableIds?: [];
1119
+ searchForm?: object;
1120
+ searchKey?: string;
1121
+ selectKey?: string;
1122
+ paginationLayout?: string;
1123
+ treeProps?: {
1124
+ hasChildren?: string;
1125
+ children?: string;
1126
+ };
1127
+ }
1128
+
1163
1129
  export { }