command-center-v3-common 0.0.50 → 0.0.52

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