command-center-v3-common 0.0.48 → 0.0.50
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/{command-center-v3-common-DaTPGXyQ.js → command-center-v3-common-BUxAOQEq.js} +48244 -47025
- package/dist/command-center-v3-common.js +1 -1
- package/dist/command-center-v3-common.umd.cjs +106 -110
- package/dist/{hy-test-lq66U7Zv-CDYxJl50.js → hy-test-lq66U7Zv-DmvJOPi6.js} +1 -1
- package/dist/index.d.ts +123 -122
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
import { ComponentOptionsMixin } from 'vue';
|
2
|
+
import { ComponentProvideOptions } from 'vue';
|
2
3
|
import { DefineComponent } from 'vue';
|
3
4
|
import { HyMap } from 'hy-map-hub';
|
4
5
|
import { MessageHandler } from 'element-plus';
|
@@ -6,7 +7,7 @@ import { PropType as PropType_2 } from 'vue';
|
|
6
7
|
import { PublicProps } from 'vue';
|
7
8
|
import { ShallowRef } from 'vue';
|
8
9
|
|
9
|
-
declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
|
10
|
+
declare const __VLS_component: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TreeCpnsProps & TreeProps & Props>, {
|
10
11
|
fuzzySearch: boolean;
|
11
12
|
highlightSelected: boolean;
|
12
13
|
getData: FunctionConstructor;
|
@@ -24,11 +25,11 @@ showRadioButton: boolean;
|
|
24
25
|
defaultCheckedList: () => any[];
|
25
26
|
returnDisableDevice: boolean;
|
26
27
|
disableDataList: () => any[];
|
27
|
-
}
|
28
|
+
}>>, {
|
28
29
|
setCheckedKeys: (keys: string[]) => void;
|
29
30
|
setSelectedList: (dataList: any[]) => void;
|
30
31
|
setChecked: (item: any, type: boolean) => void;
|
31
|
-
},
|
32
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
32
33
|
onSelectedData: (...args: any[]) => void;
|
33
34
|
onCurrent: (...args: any[]) => void;
|
34
35
|
onCurrentDelete: (...args: any[]) => void;
|
@@ -51,12 +52,12 @@ showRadioButton: boolean;
|
|
51
52
|
defaultCheckedList: () => any[];
|
52
53
|
returnDisableDevice: boolean;
|
53
54
|
disableDataList: () => any[];
|
54
|
-
}>>> & {
|
55
|
+
}>>> & Readonly<{
|
55
56
|
onOnSelectedData?: (...args: any[]) => any;
|
56
57
|
onOnCurrent?: (...args: any[]) => any;
|
57
58
|
onOnCurrentDelete?: (...args: any[]) => any;
|
58
59
|
onOnCurrentDepartment?: (...args: any[]) => any;
|
59
|
-
}
|
60
|
+
}>, {
|
60
61
|
getData: () => any;
|
61
62
|
defaultGetData: boolean;
|
62
63
|
showCheckbox: boolean;
|
@@ -71,9 +72,9 @@ showRadioButton: boolean;
|
|
71
72
|
showCheckboxButton: boolean;
|
72
73
|
fuzzySearch: boolean;
|
73
74
|
disableDataList: UserInfo[];
|
74
|
-
}, {}>;
|
75
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
75
76
|
|
76
|
-
declare const __VLS_component_10: DefineComponent<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<TreeCpnsProps & TreeProps & Props_12>, {
|
77
|
+
declare const __VLS_component_10: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<TreeCpnsProps & TreeProps & Props_12>, {
|
77
78
|
fuzzySearch: boolean;
|
78
79
|
highlightSelected: boolean;
|
79
80
|
getData: FunctionConstructor;
|
@@ -91,11 +92,11 @@ showRadioButton: boolean;
|
|
91
92
|
defaultCheckedList: () => any[];
|
92
93
|
returnDisableDevice: boolean;
|
93
94
|
disableDataList: () => any[];
|
94
|
-
}
|
95
|
+
}>>, {
|
95
96
|
setCheckedKeys: (keys: string[]) => void;
|
96
97
|
setSelectedList: (dataList: any[]) => void;
|
97
98
|
setChecked: (item: any, type: boolean) => void;
|
98
|
-
},
|
99
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
99
100
|
onSelectedData: (...args: any[]) => void;
|
100
101
|
onCurrent: (...args: any[]) => void;
|
101
102
|
onCurrentDelete: (...args: any[]) => void;
|
@@ -118,12 +119,12 @@ showRadioButton: boolean;
|
|
118
119
|
defaultCheckedList: () => any[];
|
119
120
|
returnDisableDevice: boolean;
|
120
121
|
disableDataList: () => any[];
|
121
|
-
}>>> & {
|
122
|
+
}>>> & Readonly<{
|
122
123
|
onOnSelectedData?: (...args: any[]) => any;
|
123
124
|
onOnCurrent?: (...args: any[]) => any;
|
124
125
|
onOnCurrentDelete?: (...args: any[]) => any;
|
125
126
|
onOnCurrentDepartment?: (...args: any[]) => any;
|
126
|
-
}
|
127
|
+
}>, {
|
127
128
|
getData: () => any;
|
128
129
|
defaultGetData: boolean;
|
129
130
|
showCheckbox: boolean;
|
@@ -138,9 +139,9 @@ showRadioButton: boolean;
|
|
138
139
|
showCheckboxButton: boolean;
|
139
140
|
fuzzySearch: boolean;
|
140
141
|
disableDataList: UserInfo[];
|
141
|
-
}, {}>;
|
142
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
142
143
|
|
143
|
-
declare const __VLS_component_2: DefineComponent<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<BoxBorderProps>, {
|
144
|
+
declare const __VLS_component_2: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<BoxBorderProps>, {
|
144
145
|
prefix: string;
|
145
146
|
name: string;
|
146
147
|
className: string;
|
@@ -152,7 +153,7 @@ top: number;
|
|
152
153
|
left: number;
|
153
154
|
right: number;
|
154
155
|
bottom: number;
|
155
|
-
}
|
156
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<BoxBorderProps>, {
|
156
157
|
prefix: string;
|
157
158
|
name: string;
|
158
159
|
className: string;
|
@@ -164,9 +165,9 @@ top: number;
|
|
164
165
|
left: number;
|
165
166
|
right: number;
|
166
167
|
bottom: number;
|
167
|
-
}
|
168
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
168
169
|
|
169
|
-
declare const __VLS_component_3: DefineComponent<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TreeCpnsProps & TreeProps & Props_4>, {
|
170
|
+
declare const __VLS_component_3: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<TreeCpnsProps & TreeProps & Props_4>, {
|
170
171
|
fuzzySearch: boolean;
|
171
172
|
highlightSelected: boolean;
|
172
173
|
getData: FunctionConstructor;
|
@@ -184,11 +185,11 @@ showRadioButton: boolean;
|
|
184
185
|
defaultCheckedList: () => any[];
|
185
186
|
disableDataList: () => any[];
|
186
187
|
returnDisableDevice: boolean;
|
187
|
-
}
|
188
|
+
}>>, {
|
188
189
|
setCheckedKeys: (keys: string[]) => void;
|
189
190
|
setSelectedList: (dataList: any[]) => void;
|
190
191
|
setChecked: (item: any, type: boolean) => void;
|
191
|
-
},
|
192
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
192
193
|
onSelectedData: (...args: any[]) => void;
|
193
194
|
onCurrent: (...args: any[]) => void;
|
194
195
|
onCurrentDelete: (...args: any[]) => void;
|
@@ -211,12 +212,12 @@ showRadioButton: boolean;
|
|
211
212
|
defaultCheckedList: () => any[];
|
212
213
|
disableDataList: () => any[];
|
213
214
|
returnDisableDevice: boolean;
|
214
|
-
}>>> & {
|
215
|
+
}>>> & Readonly<{
|
215
216
|
onOnSelectedData?: (...args: any[]) => any;
|
216
217
|
onOnCurrent?: (...args: any[]) => any;
|
217
218
|
onOnCurrentDelete?: (...args: any[]) => any;
|
218
219
|
onOnCurrentDepartment?: (...args: any[]) => any;
|
219
|
-
}
|
220
|
+
}>, {
|
220
221
|
getData: () => any;
|
221
222
|
defaultGetData: boolean;
|
222
223
|
showCheckbox: boolean;
|
@@ -234,9 +235,9 @@ showCheckboxButton: boolean;
|
|
234
235
|
fuzzySearch: boolean;
|
235
236
|
disableDataList: Device[];
|
236
237
|
returnDisableDevice: boolean;
|
237
|
-
}, {}>;
|
238
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
238
239
|
|
239
|
-
declare const __VLS_component_4: DefineComponent<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
240
|
+
declare const __VLS_component_4: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Props_5>, {
|
240
241
|
initParams: () => void;
|
241
242
|
mapDisplayList: () => any[];
|
242
243
|
tableColumns: () => ({
|
@@ -250,7 +251,7 @@ slotName: string;
|
|
250
251
|
width: string;
|
251
252
|
prop?: undefined;
|
252
253
|
})[];
|
253
|
-
}
|
254
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
254
255
|
"on-map-display-fn": (...args: any[]) => void;
|
255
256
|
"on-get-data": (...args: any[]) => void;
|
256
257
|
"on-delete": (...args: any[]) => void;
|
@@ -268,26 +269,26 @@ slotName: string;
|
|
268
269
|
width: string;
|
269
270
|
prop?: undefined;
|
270
271
|
})[];
|
271
|
-
}>>> & {
|
272
|
+
}>>> & Readonly<{
|
272
273
|
"onOn-map-display-fn"?: (...args: any[]) => any;
|
273
274
|
"onOn-get-data"?: (...args: any[]) => any;
|
274
275
|
"onOn-delete"?: (...args: any[]) => any;
|
275
|
-
}
|
276
|
+
}>, {
|
276
277
|
initParams: any;
|
277
278
|
mapDisplayList: any[];
|
278
279
|
tableColumns: TableColumnsItem[];
|
279
|
-
}, {}>;
|
280
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
280
281
|
|
281
|
-
declare const __VLS_component_5: DefineComponent<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_8>, {
|
282
|
+
declare const __VLS_component_5: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_8>, {
|
282
283
|
size: string;
|
283
284
|
className: string;
|
284
285
|
placeholder: string;
|
285
286
|
contentType: boolean;
|
286
287
|
disabled: boolean;
|
287
|
-
}
|
288
|
+
}>>, {
|
288
289
|
setDefaultValue: (organizationId: any) => void;
|
289
290
|
getData: () => Promise<void>;
|
290
|
-
},
|
291
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
291
292
|
change: (...args: any[]) => void;
|
292
293
|
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<Props_8>, {
|
293
294
|
size: string;
|
@@ -295,17 +296,17 @@ className: string;
|
|
295
296
|
placeholder: string;
|
296
297
|
contentType: boolean;
|
297
298
|
disabled: boolean;
|
298
|
-
}>>> & {
|
299
|
+
}>>> & Readonly<{
|
299
300
|
onChange?: (...args: any[]) => any;
|
300
|
-
}
|
301
|
+
}>, {
|
302
|
+
className: string;
|
301
303
|
size: string;
|
302
|
-
disabled: boolean;
|
303
304
|
placeholder: string;
|
304
|
-
|
305
|
+
disabled: boolean;
|
305
306
|
contentType: boolean;
|
306
|
-
}, {}>;
|
307
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
307
308
|
|
308
|
-
declare const __VLS_component_6: DefineComponent<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
309
|
+
declare const __VLS_component_6: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<TreeCpnsProps & TreeProps & GroupTreeProps>, {
|
309
310
|
fuzzySearch: boolean;
|
310
311
|
highlightSelected: boolean;
|
311
312
|
getData: FunctionConstructor;
|
@@ -323,11 +324,11 @@ showCheckboxButton: boolean;
|
|
323
324
|
showRadioButton: boolean;
|
324
325
|
defaultCheckedList: () => any[];
|
325
326
|
returnDisableDevice: boolean;
|
326
|
-
}
|
327
|
+
}>>, {
|
327
328
|
setCheckedKeys: (keys: string[]) => void;
|
328
329
|
setSelectedList: (dataList: any[]) => void;
|
329
330
|
setChecked: (item: any, type: boolean) => void;
|
330
|
-
},
|
331
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
331
332
|
onSelectedData: (...args: any[]) => void;
|
332
333
|
onCurrent: (...args: any[]) => void;
|
333
334
|
onCurrentDelete: (...args: any[]) => void;
|
@@ -350,12 +351,12 @@ showCheckboxButton: boolean;
|
|
350
351
|
showRadioButton: boolean;
|
351
352
|
defaultCheckedList: () => any[];
|
352
353
|
returnDisableDevice: boolean;
|
353
|
-
}>>> & {
|
354
|
+
}>>> & Readonly<{
|
354
355
|
onOnSelectedData?: (...args: any[]) => any;
|
355
356
|
onOnCurrent?: (...args: any[]) => any;
|
356
357
|
onOnCurrentDelete?: (...args: any[]) => any;
|
357
358
|
onOnCurrentDepartment?: (...args: any[]) => any;
|
358
|
-
}
|
359
|
+
}>, {
|
359
360
|
getData: () => any;
|
360
361
|
defaultGetData: boolean;
|
361
362
|
showCheckbox: boolean;
|
@@ -371,9 +372,9 @@ showRadio: boolean;
|
|
371
372
|
showRadioButton: boolean;
|
372
373
|
showCheckboxButton: boolean;
|
373
374
|
fuzzySearch: boolean;
|
374
|
-
}, {}>;
|
375
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
375
376
|
|
376
|
-
declare const __VLS_component_7: DefineComponent<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<TreeCpnsProps & TreeProps & Props_9>, {
|
377
|
+
declare const __VLS_component_7: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<TreeCpnsProps & TreeProps & Props_9>, {
|
377
378
|
fuzzySearch: boolean;
|
378
379
|
highlightSelected: boolean;
|
379
380
|
getData: FunctionConstructor;
|
@@ -390,11 +391,11 @@ showRadioButton: boolean;
|
|
390
391
|
defaultCheckedList: () => any[];
|
391
392
|
returnDisableDevice: boolean;
|
392
393
|
disableDataList: () => any[];
|
393
|
-
}
|
394
|
+
}>>, {
|
394
395
|
setCheckedKeys: (keys: string[]) => void;
|
395
396
|
setSelectedList: (dataList: any[]) => void;
|
396
397
|
setChecked: (item: any, type: boolean) => void;
|
397
|
-
},
|
398
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
398
399
|
onSelectedData: (...args: any[]) => void;
|
399
400
|
onCurrent: (...args: any[]) => void;
|
400
401
|
onCurrentDelete: (...args: any[]) => void;
|
@@ -416,12 +417,12 @@ showRadioButton: boolean;
|
|
416
417
|
defaultCheckedList: () => any[];
|
417
418
|
returnDisableDevice: boolean;
|
418
419
|
disableDataList: () => any[];
|
419
|
-
}>>> & {
|
420
|
+
}>>> & Readonly<{
|
420
421
|
onOnSelectedData?: (...args: any[]) => any;
|
421
422
|
onOnCurrent?: (...args: any[]) => any;
|
422
423
|
onOnCurrentDelete?: (...args: any[]) => any;
|
423
424
|
onOnCurrentDepartment?: (...args: any[]) => any;
|
424
|
-
}
|
425
|
+
}>, {
|
425
426
|
getData: () => any;
|
426
427
|
defaultGetData: boolean;
|
427
428
|
showCheckbox: boolean;
|
@@ -436,9 +437,9 @@ showRadioButton: boolean;
|
|
436
437
|
showCheckboxButton: boolean;
|
437
438
|
fuzzySearch: boolean;
|
438
439
|
disableDataList: UserInfo[];
|
439
|
-
}, {}>;
|
440
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
440
441
|
|
441
|
-
declare const __VLS_component_8: DefineComponent<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<TableProps>, {
|
442
|
+
declare const __VLS_component_8: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<TableProps>, {
|
442
443
|
height: number;
|
443
444
|
columnList: () => any[];
|
444
445
|
searchArr: () => any[];
|
@@ -458,17 +459,17 @@ selectKey: string;
|
|
458
459
|
paginationLayout: string;
|
459
460
|
pagerCount: number;
|
460
461
|
treeProps: () => {};
|
461
|
-
}
|
462
|
+
}>>, {
|
462
463
|
getTableData: typeof getTableData;
|
463
464
|
setSelectedData: typeof setSelectedData;
|
464
465
|
clearSelection: typeof clearSelection;
|
465
|
-
selectedData: globalThis.Ref<any>;
|
466
|
+
selectedData: globalThis.Ref<any, any>;
|
466
467
|
setTableData: typeof setTableData;
|
467
468
|
handleCurrentChange: typeof handleCurrentChange;
|
468
469
|
getSearchForm: typeof getSearchForm;
|
469
470
|
getTableList: typeof getTableList;
|
470
471
|
getTotalElements: typeof getTotalElements;
|
471
|
-
},
|
472
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
472
473
|
getTotal: (...args: any[]) => void;
|
473
474
|
selectionChange: (...args: any[]) => void;
|
474
475
|
onRowcClick: (...args: any[]) => void;
|
@@ -492,13 +493,13 @@ selectKey: string;
|
|
492
493
|
paginationLayout: string;
|
493
494
|
pagerCount: number;
|
494
495
|
treeProps: () => {};
|
495
|
-
}>>> & {
|
496
|
+
}>>> & Readonly<{
|
496
497
|
onGetTotal?: (...args: any[]) => any;
|
497
498
|
onSelectionChange?: (...args: any[]) => any;
|
498
499
|
onOnRowcClick?: (...args: any[]) => any;
|
499
|
-
}, {}, {}>;
|
500
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
500
501
|
|
501
|
-
declare const __VLS_component_9: DefineComponent<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<RoundButton_2>, {
|
502
|
+
declare const __VLS_component_9: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<RoundButton_2>, {
|
502
503
|
gbDevice: number;
|
503
504
|
onlineState: number;
|
504
505
|
stateShow: boolean;
|
@@ -506,7 +507,7 @@ url: string;
|
|
506
507
|
name: string;
|
507
508
|
className: string;
|
508
509
|
contentClass: string;
|
509
|
-
}
|
510
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<RoundButton_2>, {
|
510
511
|
gbDevice: number;
|
511
512
|
onlineState: number;
|
512
513
|
stateShow: boolean;
|
@@ -514,7 +515,7 @@ url: string;
|
|
514
515
|
name: string;
|
515
516
|
className: string;
|
516
517
|
contentClass: string;
|
517
|
-
}
|
518
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
518
519
|
|
519
520
|
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
520
521
|
|
@@ -1575,21 +1576,21 @@ export declare const HyAddDepartmentType: DefineComponent< {}, {
|
|
1575
1576
|
show: (row?: OrgType) => void;
|
1576
1577
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1577
1578
|
"on-submit": (...args: any[]) => void;
|
1578
|
-
}, string, PublicProps, Readonly<
|
1579
|
+
}, string, PublicProps, Readonly<{}> & Readonly<{
|
1579
1580
|
"onOn-submit"?: (...args: any[]) => any;
|
1580
|
-
}, {}, {}>;
|
1581
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1581
1582
|
|
1582
|
-
export declare const HyAudioPlayer: DefineComponent<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<Props_2>, {
|
1583
|
+
export declare const HyAudioPlayer: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<Props_2>, {
|
1583
1584
|
downloadFilesType: boolean;
|
1584
1585
|
playRulesType: boolean;
|
1585
1586
|
getAudioContextType: boolean;
|
1586
1587
|
playList: () => any[];
|
1587
|
-
}
|
1588
|
+
}>>, {
|
1588
1589
|
jumpDuration: (time: number) => void;
|
1589
1590
|
resumePlay: () => void;
|
1590
1591
|
pauseAudio: () => void;
|
1591
1592
|
playAudio: (filePath: string, item?: MediaFileSimplevo) => boolean;
|
1592
|
-
},
|
1593
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1593
1594
|
"on-audio-state": (...args: any[]) => void;
|
1594
1595
|
"can-play": (...args: any[]) => void;
|
1595
1596
|
"play-start": (...args: any[]) => void;
|
@@ -1600,37 +1601,37 @@ downloadFilesType: boolean;
|
|
1600
1601
|
playRulesType: boolean;
|
1601
1602
|
getAudioContextType: boolean;
|
1602
1603
|
playList: () => any[];
|
1603
|
-
}>>> & {
|
1604
|
+
}>>> & Readonly<{
|
1604
1605
|
"onOn-audio-state"?: (...args: any[]) => any;
|
1605
1606
|
"onCan-play"?: (...args: any[]) => any;
|
1606
1607
|
"onPlay-start"?: (...args: any[]) => any;
|
1607
1608
|
"onPlay-end"?: (...args: any[]) => any;
|
1608
1609
|
"onOn-time-update"?: (...args: any[]) => any;
|
1609
|
-
}
|
1610
|
+
}>, {
|
1610
1611
|
downloadFilesType: boolean;
|
1611
1612
|
playRulesType: boolean;
|
1612
1613
|
getAudioContextType: boolean;
|
1613
1614
|
playList: MediaFileSimplevo[];
|
1614
|
-
}, {}>;
|
1615
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1615
1616
|
|
1616
1617
|
export declare const HyBoxBorder: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, ReturnType<typeof __VLS_template_2>>;
|
1617
1618
|
|
1618
|
-
export declare const HyDataTimeShortcuts: DefineComponent<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<Props_3>, {
|
1619
|
+
export declare const HyDataTimeShortcuts: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<Props_3>, {
|
1619
1620
|
optionList: () => any[];
|
1620
|
-
}
|
1621
|
+
}>>, {
|
1621
1622
|
removeTimeData: typeof removeTimeData;
|
1622
|
-
},
|
1623
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1623
1624
|
change: (params: RequestParams) => void;
|
1624
1625
|
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<Props_3>, {
|
1625
1626
|
optionList: () => any[];
|
1626
|
-
}>>> & {
|
1627
|
+
}>>> & Readonly<{
|
1627
1628
|
onChange?: (params: RequestParams) => any;
|
1628
|
-
}
|
1629
|
+
}>, {
|
1629
1630
|
optionList: {
|
1630
1631
|
label: string;
|
1631
1632
|
value: number;
|
1632
1633
|
}[];
|
1633
|
-
}, {}>;
|
1634
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1634
1635
|
|
1635
1636
|
export declare const HyDeviceTree: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
|
1636
1637
|
|
@@ -1638,15 +1639,15 @@ export declare const HyEditSpotCheck: DefineComponent< {}, {
|
|
1638
1639
|
show: (id?: any, params?: any) => MessageHandler;
|
1639
1640
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1640
1641
|
"on-submit": (...args: any[]) => void;
|
1641
|
-
}, string, PublicProps, Readonly<
|
1642
|
+
}, string, PublicProps, Readonly<{}> & Readonly<{
|
1642
1643
|
"onOn-submit"?: (...args: any[]) => any;
|
1643
|
-
}, {}, {}>;
|
1644
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1644
1645
|
|
1645
1646
|
export declare const HyElectronicFence: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
|
1646
1647
|
|
1647
1648
|
export declare const HyFileDetails: DefineComponent< {}, {
|
1648
1649
|
show: typeof show;
|
1649
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
1650
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1650
1651
|
|
1651
1652
|
export declare const HyFileUpload: DefineComponent< {}, {
|
1652
1653
|
fileUploadShow: (params: any, initCustomFileSave: any) => MessageHandler;
|
@@ -1655,18 +1656,18 @@ fileUploadVersionShow: (params: any, initCustomFileSave: any) => MessageHandler;
|
|
1655
1656
|
show: () => void;
|
1656
1657
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1657
1658
|
"on-fileUploadNum": (...args: any[]) => void;
|
1658
|
-
}, string, PublicProps, Readonly<
|
1659
|
+
}, string, PublicProps, Readonly<{}> & Readonly<{
|
1659
1660
|
"onOn-fileUploadNum"?: (...args: any[]) => any;
|
1660
|
-
}, {}, {}>;
|
1661
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1661
1662
|
|
1662
1663
|
export declare const HyImageViewer: DefineComponent< {}, {
|
1663
1664
|
onShowViewer: typeof onShowViewer;
|
1664
1665
|
imageViewerClose: typeof imageViewerClose;
|
1665
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
1666
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1666
1667
|
|
1667
|
-
export declare const HyMapNoPermissions: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
1668
|
+
export declare const HyMapNoPermissions: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1668
1669
|
|
1669
|
-
export declare const HyMapSearchPlace: DefineComponent<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
1670
|
+
export declare const HyMapSearchPlace: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
1670
1671
|
map: () => any;
|
1671
1672
|
h: () => any;
|
1672
1673
|
poi: () => any;
|
@@ -1674,7 +1675,7 @@ searchTypes: () => {
|
|
1674
1675
|
label: string;
|
1675
1676
|
value: number;
|
1676
1677
|
}[];
|
1677
|
-
}
|
1678
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<Props_6>, {
|
1678
1679
|
map: () => any;
|
1679
1680
|
h: () => any;
|
1680
1681
|
poi: () => any;
|
@@ -1682,7 +1683,7 @@ searchTypes: () => {
|
|
1682
1683
|
label: string;
|
1683
1684
|
value: number;
|
1684
1685
|
}[];
|
1685
|
-
}
|
1686
|
+
}>>> & Readonly<{}>, {
|
1686
1687
|
map: any;
|
1687
1688
|
h: any;
|
1688
1689
|
poi: any;
|
@@ -1690,24 +1691,24 @@ searchTypes: {
|
|
1690
1691
|
label: string;
|
1691
1692
|
value: number;
|
1692
1693
|
}[];
|
1693
|
-
}, {}>;
|
1694
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1694
1695
|
|
1695
|
-
export declare const HyMenuComponents: DefineComponent<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
1696
|
+
export declare const HyMenuComponents: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
1696
1697
|
menuList: () => any[];
|
1697
1698
|
menuTitle: string;
|
1698
|
-
}
|
1699
|
+
}>>, {
|
1699
1700
|
setRouterPath: typeof setRouterPath;
|
1700
|
-
},
|
1701
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1701
1702
|
onChange: (...args: any[]) => void;
|
1702
1703
|
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<Props_7>, {
|
1703
1704
|
menuList: () => any[];
|
1704
1705
|
menuTitle: string;
|
1705
|
-
}>>> & {
|
1706
|
+
}>>> & Readonly<{
|
1706
1707
|
onOnChange?: (...args: any[]) => any;
|
1707
|
-
}
|
1708
|
+
}>, {
|
1708
1709
|
menuList: MenuListItem[];
|
1709
1710
|
menuTitle: string;
|
1710
|
-
}, {}>;
|
1711
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1711
1712
|
|
1712
1713
|
export declare const HyOrgCascader: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
|
1713
1714
|
|
@@ -1715,14 +1716,14 @@ export declare const HyOrgGroupTree: __VLS_WithTemplateSlots_6<typeof __VLS_comp
|
|
1715
1716
|
|
1716
1717
|
export declare const HyOrgTree: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
|
1717
1718
|
|
1718
|
-
export declare const HyRoundButton: DefineComponent<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<RoundButton>, {
|
1719
|
+
export declare const HyRoundButton: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<RoundButton>, {
|
1719
1720
|
name: string;
|
1720
1721
|
className: string;
|
1721
1722
|
color: string;
|
1722
1723
|
width: string;
|
1723
1724
|
height: string;
|
1724
1725
|
tips: string;
|
1725
|
-
}
|
1726
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1726
1727
|
click: (...args: any[]) => void;
|
1727
1728
|
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<RoundButton>, {
|
1728
1729
|
name: string;
|
@@ -1731,11 +1732,11 @@ color: string;
|
|
1731
1732
|
width: string;
|
1732
1733
|
height: string;
|
1733
1734
|
tips: string;
|
1734
|
-
}>>> & {
|
1735
|
+
}>>> & Readonly<{
|
1735
1736
|
onClick?: (...args: any[]) => any;
|
1736
|
-
}, {}, {}>;
|
1737
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1737
1738
|
|
1738
|
-
export declare const HySelect: DefineComponent<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_10>, {
|
1739
|
+
export declare const HySelect: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<Props_10>, {
|
1739
1740
|
modelValue: string;
|
1740
1741
|
requestParams: {};
|
1741
1742
|
controller: string;
|
@@ -1749,11 +1750,11 @@ optionLabel: string;
|
|
1749
1750
|
optionValue: string;
|
1750
1751
|
size: string;
|
1751
1752
|
placeholder: string;
|
1752
|
-
}
|
1753
|
+
}>>, {
|
1753
1754
|
remoteMethod: (param: string) => void;
|
1754
|
-
},
|
1755
|
-
input: (...args: any[]) => void;
|
1755
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1756
1756
|
change: (...args: any[]) => void;
|
1757
|
+
input: (...args: any[]) => void;
|
1757
1758
|
"on-selectItem": (...args: any[]) => void;
|
1758
1759
|
visibleChange: (...args: any[]) => void;
|
1759
1760
|
"update:modelValue": (...args: any[]) => void;
|
@@ -1772,17 +1773,15 @@ optionLabel: string;
|
|
1772
1773
|
optionValue: string;
|
1773
1774
|
size: string;
|
1774
1775
|
placeholder: string;
|
1775
|
-
}>>> & {
|
1776
|
+
}>>> & Readonly<{
|
1776
1777
|
onChange?: (...args: any[]) => any;
|
1777
1778
|
onInput?: (...args: any[]) => any;
|
1778
1779
|
"onOn-selectItem"?: (...args: any[]) => any;
|
1779
1780
|
onVisibleChange?: (...args: any[]) => any;
|
1780
1781
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
1781
1782
|
"onOn-changeSelectItem"?: (...args: any[]) => any;
|
1782
|
-
}
|
1783
|
+
}>, {
|
1783
1784
|
size: string;
|
1784
|
-
multiple: boolean;
|
1785
|
-
placeholder: string;
|
1786
1785
|
optionLabel: string;
|
1787
1786
|
optionValue: string;
|
1788
1787
|
modelValue: any;
|
@@ -1793,12 +1792,14 @@ customDataList: any[];
|
|
1793
1792
|
selectedDataList: any[];
|
1794
1793
|
requestimmediately: boolean;
|
1795
1794
|
clearable: boolean;
|
1796
|
-
|
1795
|
+
multiple: boolean;
|
1796
|
+
placeholder: string;
|
1797
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1797
1798
|
|
1798
|
-
export declare const HySelectMapLocation: DefineComponent<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_11>, {
|
1799
|
+
export declare const HySelectMapLocation: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_11>, {
|
1799
1800
|
markerItemFn: any;
|
1800
1801
|
latlng: any;
|
1801
|
-
}
|
1802
|
+
}>>, {
|
1802
1803
|
throughCoordinatePosition: (lnglat: {
|
1803
1804
|
lng: number;
|
1804
1805
|
lat: number;
|
@@ -1807,48 +1808,48 @@ placeSearchFn: (address: string) => Promise<void>;
|
|
1807
1808
|
setContentFn: (markerItemParams: any) => void;
|
1808
1809
|
removeMarker: () => void;
|
1809
1810
|
H: HyMap;
|
1810
|
-
map: ShallowRef<any>;
|
1811
|
+
map: ShallowRef<any, any>;
|
1811
1812
|
POI: any;
|
1812
|
-
},
|
1813
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1813
1814
|
"on-geographical-position": (...args: any[]) => void;
|
1814
1815
|
"on-map-ready": (...args: any[]) => void;
|
1815
1816
|
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<Props_11>, {
|
1816
1817
|
markerItemFn: any;
|
1817
1818
|
latlng: any;
|
1818
|
-
}>>> & {
|
1819
|
+
}>>> & Readonly<{
|
1819
1820
|
"onOn-geographical-position"?: (...args: any[]) => any;
|
1820
1821
|
"onOn-map-ready"?: (...args: any[]) => any;
|
1821
|
-
}
|
1822
|
+
}>, {
|
1822
1823
|
markerItemFn: () => MarkerOptions;
|
1823
1824
|
latlng: {
|
1824
1825
|
lat: number;
|
1825
1826
|
lng: number;
|
1826
1827
|
};
|
1827
|
-
}, {}>;
|
1828
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1828
1829
|
|
1829
1830
|
export declare const HySpotCheckDetail: DefineComponent< {}, {
|
1830
1831
|
show: (id: string | number) => void;
|
1831
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
1832
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1832
1833
|
|
1833
|
-
export declare const HySvgIcon: DefineComponent<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<IconProps>, {
|
1834
|
+
export declare const HySvgIcon: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<IconProps>, {
|
1834
1835
|
prefix: string;
|
1835
1836
|
name: string;
|
1836
1837
|
className: string;
|
1837
1838
|
color: string;
|
1838
1839
|
width: string;
|
1839
1840
|
height: string;
|
1840
|
-
}
|
1841
|
+
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<IconProps>, {
|
1841
1842
|
prefix: string;
|
1842
1843
|
name: string;
|
1843
1844
|
className: string;
|
1844
1845
|
color: string;
|
1845
1846
|
width: string;
|
1846
1847
|
height: string;
|
1847
|
-
}
|
1848
|
+
}>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1848
1849
|
|
1849
1850
|
export declare const HyTable: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, ReturnType<typeof __VLS_template_8>>;
|
1850
1851
|
|
1851
|
-
export declare const HyTableHead: DefineComponent<
|
1852
|
+
export declare const HyTableHead: DefineComponent<globalThis.ExtractPropTypes<{
|
1852
1853
|
selectList: {
|
1853
1854
|
type: ArrayConstructor;
|
1854
1855
|
default: () => any[];
|
@@ -1868,7 +1869,7 @@ default: () => void;
|
|
1868
1869
|
modelValue: {
|
1869
1870
|
type: (StringConstructor | NumberConstructor)[];
|
1870
1871
|
};
|
1871
|
-
}
|
1872
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1872
1873
|
"update:modelValue": (...args: any[]) => void;
|
1873
1874
|
getListData: (...args: any[]) => void;
|
1874
1875
|
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
@@ -1891,15 +1892,15 @@ default: () => void;
|
|
1891
1892
|
modelValue: {
|
1892
1893
|
type: (StringConstructor | NumberConstructor)[];
|
1893
1894
|
};
|
1894
|
-
}>> & {
|
1895
|
+
}>> & Readonly<{
|
1895
1896
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
1896
1897
|
onGetListData?: (...args: any[]) => any;
|
1897
|
-
}
|
1898
|
+
}>, {
|
1898
1899
|
column: Record<string, any>;
|
1899
1900
|
selectList: unknown[];
|
1900
1901
|
selectLabelKey: string;
|
1901
1902
|
selectValueKey: string;
|
1902
|
-
}, {}>;
|
1903
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1903
1904
|
|
1904
1905
|
export declare function HyTipsModal(configParams: ConfigType, submitCallBackParams?: () => void, closesCallBackParams?: () => void): Promise<unknown>;
|
1905
1906
|
|
@@ -1907,15 +1908,15 @@ export declare const HyUserHead: __VLS_WithTemplateSlots_9<typeof __VLS_componen
|
|
1907
1908
|
|
1908
1909
|
export declare const HyUserTree: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, ReturnType<typeof __VLS_template_10>>;
|
1909
1910
|
|
1910
|
-
export declare const HyVideoPlayer: DefineComponent<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<Props_13>, {
|
1911
|
+
export declare const HyVideoPlayer: DefineComponent<globalThis.ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<Props_13>, {
|
1911
1912
|
downloadFilesType: boolean;
|
1912
1913
|
playRulesType: boolean;
|
1913
|
-
}
|
1914
|
+
}>>, {
|
1914
1915
|
jumpDuration: (s: any) => void;
|
1915
1916
|
resumePlay: () => void;
|
1916
1917
|
pauseVideo: () => void;
|
1917
1918
|
playVideo: (filePath: string, item?: MediaFileSimplevo) => boolean;
|
1918
|
-
},
|
1919
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
1919
1920
|
"can-play": (...args: any[]) => void;
|
1920
1921
|
"play-start": (...args: any[]) => void;
|
1921
1922
|
"play-end": (...args: any[]) => void;
|
@@ -1923,15 +1924,15 @@ playVideo: (filePath: string, item?: MediaFileSimplevo) => boolean;
|
|
1923
1924
|
}, string, PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<Props_13>, {
|
1924
1925
|
downloadFilesType: boolean;
|
1925
1926
|
playRulesType: boolean;
|
1926
|
-
}>>> & {
|
1927
|
+
}>>> & Readonly<{
|
1927
1928
|
"onCan-play"?: (...args: any[]) => any;
|
1928
1929
|
"onPlay-start"?: (...args: any[]) => any;
|
1929
1930
|
"onPlay-end"?: (...args: any[]) => any;
|
1930
1931
|
"onOn-time-update"?: (...args: any[]) => any;
|
1931
|
-
}
|
1932
|
+
}>, {
|
1932
1933
|
downloadFilesType: boolean;
|
1933
1934
|
playRulesType: boolean;
|
1934
|
-
}, {}>;
|
1935
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1935
1936
|
|
1936
1937
|
export declare const HyVueCropper: DefineComponent< {}, {
|
1937
1938
|
onShowModal: typeof onShowModal;
|
@@ -1940,7 +1941,7 @@ onClose: typeof onClose;
|
|
1940
1941
|
getCropData: typeof getCropData;
|
1941
1942
|
getCropBlob: typeof getCropBlob;
|
1942
1943
|
getBlobToData: typeof getBlobToData;
|
1943
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
1944
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
1944
1945
|
|
1945
1946
|
declare interface IconProps {
|
1946
1947
|
[key: string]: any;
|