@fox-js/foxui 4.0.1-22 → 4.0.1-24
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.cjs.js +30589 -12
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.esm.js +21928 -13739
- package/dist/index.esm.js.map +1 -0
- package/dist/index.umd.js +30591 -13
- package/dist/index.umd.js.map +1 -0
- package/dist/locale/index.esm.js +1 -1
- package/dist/locale/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.esm.js +1 -5
- package/dist/types/index.d.ts +510 -244
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ import { ExecuteValidator } from '@fox-js/validator';
|
|
|
8
8
|
import { FoxComponentPublicInstance } from './types';
|
|
9
9
|
import { FoxUI } from './interface';
|
|
10
10
|
import { FoxUIOptions } from './interface';
|
|
11
|
+
import { Interceptor } from '../../utils/Interceptor';
|
|
11
12
|
import { multiply } from '@fox-js/big-decimal';
|
|
12
13
|
import { negate } from '@fox-js/big-decimal';
|
|
13
14
|
import { numberFormat } from '@fox-js/big-decimal';
|
|
@@ -28,29 +29,6 @@ export declare interface AcceptFilter {
|
|
|
28
29
|
(value: any): boolean;
|
|
29
30
|
}
|
|
30
31
|
|
|
31
|
-
export declare const ActionSheet: any;
|
|
32
|
-
|
|
33
|
-
export declare const Address: any;
|
|
34
|
-
|
|
35
|
-
export declare const AddressList: any;
|
|
36
|
-
|
|
37
|
-
export declare const Animate: any;
|
|
38
|
-
|
|
39
|
-
declare const Audio_2: any;
|
|
40
|
-
export { Audio_2 as Audio }
|
|
41
|
-
|
|
42
|
-
export declare const AudioOperate: any;
|
|
43
|
-
|
|
44
|
-
export declare const Avatar: any;
|
|
45
|
-
|
|
46
|
-
export declare const AvatarGroup: any;
|
|
47
|
-
|
|
48
|
-
export declare const BackTop: any;
|
|
49
|
-
|
|
50
|
-
export declare const Badge: any;
|
|
51
|
-
|
|
52
|
-
export declare const Barrage: any;
|
|
53
|
-
|
|
54
32
|
/**
|
|
55
33
|
* 广播类
|
|
56
34
|
*/
|
|
@@ -128,36 +106,15 @@ export declare interface BroadcastCallback {
|
|
|
128
106
|
|
|
129
107
|
export declare const BroadcastKey: unique symbol;
|
|
130
108
|
|
|
131
|
-
export declare const Button: any;
|
|
132
|
-
|
|
133
|
-
export declare const Calendar: any;
|
|
134
|
-
|
|
135
|
-
export declare const CalendarItem: any;
|
|
136
|
-
|
|
137
109
|
export declare function cancelRaf(id: number): void;
|
|
138
110
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
export declare const CategoryPane: any;
|
|
148
|
-
|
|
149
|
-
export declare const Cell: any;
|
|
150
|
-
|
|
151
|
-
export declare const CellGroup: any;
|
|
152
|
-
|
|
153
|
-
export declare const Checkbox: any;
|
|
154
|
-
|
|
155
|
-
export declare const CheckboxGroup: any;
|
|
156
|
-
|
|
157
|
-
export declare const CheckboxItem: any;
|
|
158
|
-
|
|
159
|
-
export declare const CircleProgress: any;
|
|
160
|
-
|
|
111
|
+
/**
|
|
112
|
+
* clamp
|
|
113
|
+
* @param num
|
|
114
|
+
* @param min
|
|
115
|
+
* @param max
|
|
116
|
+
* @returns
|
|
117
|
+
*/
|
|
161
118
|
export declare const clamp: (num: number, min: number, max: number) => number;
|
|
162
119
|
|
|
163
120
|
/**
|
|
@@ -175,23 +132,8 @@ export declare function clearNonNumber(value: string, allowDot?: boolean, allowM
|
|
|
175
132
|
*/
|
|
176
133
|
export declare function clone(target: any, source: any, plain?: boolean): any;
|
|
177
134
|
|
|
178
|
-
export declare const Col: any;
|
|
179
|
-
|
|
180
|
-
export declare const Collapse: any;
|
|
181
|
-
|
|
182
|
-
export declare const CollapseItem: any;
|
|
183
|
-
|
|
184
|
-
declare const Comment_2: any;
|
|
185
|
-
export { Comment_2 as Comment }
|
|
186
|
-
|
|
187
135
|
export { compareTo }
|
|
188
136
|
|
|
189
|
-
export declare const Content: any;
|
|
190
|
-
|
|
191
|
-
export declare const CountDown: any;
|
|
192
|
-
|
|
193
|
-
export declare const CountUp: any;
|
|
194
|
-
|
|
195
137
|
/**
|
|
196
138
|
* 创建broadcast
|
|
197
139
|
*
|
|
@@ -217,10 +159,6 @@ export declare function createValidateSchema(proxy: FoxComponentPublicInstance,
|
|
|
217
159
|
*/
|
|
218
160
|
export declare const DataItemsKey: unique symbol;
|
|
219
161
|
|
|
220
|
-
export declare const DateItem: any;
|
|
221
|
-
|
|
222
|
-
export declare const DatePicker: any;
|
|
223
|
-
|
|
224
162
|
export declare const DateUtils: {
|
|
225
163
|
/**
|
|
226
164
|
* 格式化
|
|
@@ -348,6 +286,466 @@ export declare function decimalLength(value: string | number): number;
|
|
|
348
286
|
declare const _default: FoxUIApp;
|
|
349
287
|
export default _default;
|
|
350
288
|
|
|
289
|
+
declare const _default_10: any;
|
|
290
|
+
export { _default_10 as FoxInputItem }
|
|
291
|
+
export { _default_10 as InputItem }
|
|
292
|
+
|
|
293
|
+
declare const _default_100: any;
|
|
294
|
+
export { _default_100 as Animate }
|
|
295
|
+
export { _default_100 as FoxAnimate }
|
|
296
|
+
|
|
297
|
+
declare const _default_101: any;
|
|
298
|
+
export { _default_101 as FoxWaterMark }
|
|
299
|
+
export { _default_101 as WaterMark }
|
|
300
|
+
|
|
301
|
+
declare const _default_102: any;
|
|
302
|
+
export { _default_102 as FoxTrendArrow }
|
|
303
|
+
export { _default_102 as TrendArrow }
|
|
304
|
+
|
|
305
|
+
declare const _default_103: any;
|
|
306
|
+
export { _default_103 as FoxTour }
|
|
307
|
+
export { _default_103 as Tour }
|
|
308
|
+
|
|
309
|
+
declare const _default_104: any;
|
|
310
|
+
export { _default_104 as Address }
|
|
311
|
+
export { _default_104 as FoxAddress }
|
|
312
|
+
|
|
313
|
+
declare const _default_105: any;
|
|
314
|
+
export { _default_105 as Barrage }
|
|
315
|
+
export { _default_105 as FoxBarrage }
|
|
316
|
+
|
|
317
|
+
declare const _default_106: any;
|
|
318
|
+
export { _default_106 as FoxSignature }
|
|
319
|
+
export { _default_106 as Signature }
|
|
320
|
+
|
|
321
|
+
declare const _default_107: any;
|
|
322
|
+
export { _default_107 as FoxTimeSelect }
|
|
323
|
+
export { _default_107 as TimeSelect }
|
|
324
|
+
|
|
325
|
+
declare const _default_108: any;
|
|
326
|
+
export { _default_108 as FoxTimePannel }
|
|
327
|
+
export { _default_108 as TimePannel }
|
|
328
|
+
|
|
329
|
+
declare const _default_109: any;
|
|
330
|
+
export { _default_109 as FoxTimeDetail }
|
|
331
|
+
export { _default_109 as TimeDetail }
|
|
332
|
+
|
|
333
|
+
declare const _default_11: any;
|
|
334
|
+
export { _default_11 as FoxMoneyItem }
|
|
335
|
+
export { _default_11 as MoneyItem }
|
|
336
|
+
|
|
337
|
+
declare const _default_110: any;
|
|
338
|
+
export { _default_110 as FoxSku }
|
|
339
|
+
export { _default_110 as Sku }
|
|
340
|
+
|
|
341
|
+
declare const _default_111: any;
|
|
342
|
+
export { _default_111 as Card }
|
|
343
|
+
export { _default_111 as FoxCard }
|
|
344
|
+
|
|
345
|
+
declare const _default_112: any;
|
|
346
|
+
export { _default_112 as Ecard }
|
|
347
|
+
export { _default_112 as FoxEcard }
|
|
348
|
+
|
|
349
|
+
declare const _default_113: any;
|
|
350
|
+
export { _default_113 as AddressList }
|
|
351
|
+
export { _default_113 as FoxAddressList }
|
|
352
|
+
|
|
353
|
+
declare const _default_114: any;
|
|
354
|
+
export { _default_114 as Category }
|
|
355
|
+
export { _default_114 as FoxCategory }
|
|
356
|
+
|
|
357
|
+
declare const _default_115: any;
|
|
358
|
+
export { _default_115 as CategoryPane }
|
|
359
|
+
export { _default_115 as FoxCategoryPane }
|
|
360
|
+
|
|
361
|
+
declare const _default_116: any;
|
|
362
|
+
export { _default_116 as Comment }
|
|
363
|
+
export { _default_116 as FoxComment }
|
|
364
|
+
|
|
365
|
+
declare const _default_12: any;
|
|
366
|
+
export { _default_12 as FoxTextareaItem }
|
|
367
|
+
export { _default_12 as TextareaItem }
|
|
368
|
+
|
|
369
|
+
declare const _default_13: any;
|
|
370
|
+
export { _default_13 as FoxTextarea }
|
|
371
|
+
export { _default_13 as Textarea }
|
|
372
|
+
|
|
373
|
+
declare const _default_14: any;
|
|
374
|
+
export { _default_14 as FoxPickerItem }
|
|
375
|
+
export { _default_14 as PickerItem }
|
|
376
|
+
|
|
377
|
+
declare const _default_15: any;
|
|
378
|
+
export { _default_15 as CascaderItem }
|
|
379
|
+
export { _default_15 as FoxCascaderItem }
|
|
380
|
+
|
|
381
|
+
declare const _default_16: any;
|
|
382
|
+
export { _default_16 as DateItem }
|
|
383
|
+
export { _default_16 as FoxDateItem }
|
|
384
|
+
|
|
385
|
+
declare const _default_17: any;
|
|
386
|
+
export { _default_17 as CalendarItem }
|
|
387
|
+
export { _default_17 as FoxCalendarItem }
|
|
388
|
+
|
|
389
|
+
declare const _default_18: any;
|
|
390
|
+
export { _default_18 as FoxRadio }
|
|
391
|
+
export { _default_18 as Radio }
|
|
392
|
+
|
|
393
|
+
declare const _default_19: any;
|
|
394
|
+
export { _default_19 as FoxRadioGroup }
|
|
395
|
+
export { _default_19 as RadioGroup }
|
|
396
|
+
|
|
397
|
+
declare const _default_2: any;
|
|
398
|
+
export { _default_2 as FoxPage }
|
|
399
|
+
export { _default_2 as Page }
|
|
400
|
+
|
|
401
|
+
declare const _default_20: any;
|
|
402
|
+
export { _default_20 as FoxRadioItem }
|
|
403
|
+
export { _default_20 as RadioItem }
|
|
404
|
+
|
|
405
|
+
declare const _default_21: any;
|
|
406
|
+
export { _default_21 as Checkbox }
|
|
407
|
+
export { _default_21 as FoxCheckbox }
|
|
408
|
+
|
|
409
|
+
declare const _default_22: any;
|
|
410
|
+
export { _default_22 as CheckboxGroup }
|
|
411
|
+
export { _default_22 as FoxCheckboxGroup }
|
|
412
|
+
|
|
413
|
+
declare const _default_23: any;
|
|
414
|
+
export { _default_23 as CheckboxItem }
|
|
415
|
+
export { _default_23 as FoxCheckboxItem }
|
|
416
|
+
|
|
417
|
+
declare const _default_24: any;
|
|
418
|
+
export { _default_24 as FoxSwitchItem }
|
|
419
|
+
export { _default_24 as SwitchItem }
|
|
420
|
+
|
|
421
|
+
declare const _default_25: any;
|
|
422
|
+
export { _default_25 as Foxhinttext }
|
|
423
|
+
export { _default_25 as hinttext }
|
|
424
|
+
|
|
425
|
+
declare const _default_26: any;
|
|
426
|
+
export { _default_26 as FoxLinkItem }
|
|
427
|
+
export { _default_26 as LinkItem }
|
|
428
|
+
|
|
429
|
+
declare const _default_27: any;
|
|
430
|
+
export { _default_27 as FoxRateItem }
|
|
431
|
+
export { _default_27 as RateItem }
|
|
432
|
+
|
|
433
|
+
declare const _default_28: any;
|
|
434
|
+
export { _default_28 as DomainProvider }
|
|
435
|
+
export { _default_28 as FoxDomainProvider }
|
|
436
|
+
|
|
437
|
+
declare const _default_29: any;
|
|
438
|
+
export { _default_29 as FoxRollingProvider }
|
|
439
|
+
export { _default_29 as RollingProvider }
|
|
440
|
+
|
|
441
|
+
declare const _default_3: any;
|
|
442
|
+
export { _default_3 as FoxHeaderBar }
|
|
443
|
+
export { _default_3 as HeaderBar }
|
|
444
|
+
|
|
445
|
+
declare const _default_30: any;
|
|
446
|
+
export { _default_30 as Button }
|
|
447
|
+
export { _default_30 as FoxButton }
|
|
448
|
+
|
|
449
|
+
declare const _default_31: any;
|
|
450
|
+
export { _default_31 as Cell }
|
|
451
|
+
export { _default_31 as FoxCell }
|
|
452
|
+
|
|
453
|
+
declare const _default_32: any;
|
|
454
|
+
export { _default_32 as CellGroup }
|
|
455
|
+
export { _default_32 as FoxCellGroup }
|
|
456
|
+
|
|
457
|
+
declare const _default_33: any;
|
|
458
|
+
export { _default_33 as FoxOverLay }
|
|
459
|
+
export { _default_33 as OverLay }
|
|
460
|
+
|
|
461
|
+
declare const _default_34: any;
|
|
462
|
+
export { _default_34 as FoxPopup }
|
|
463
|
+
export { _default_34 as Popup }
|
|
464
|
+
|
|
465
|
+
declare const _default_35: any;
|
|
466
|
+
export { _default_35 as FoxImage }
|
|
467
|
+
export { _default_35 as Image }
|
|
468
|
+
|
|
469
|
+
declare const _default_36: any;
|
|
470
|
+
export { _default_36 as FoxLayout }
|
|
471
|
+
export { _default_36 as Layout }
|
|
472
|
+
|
|
473
|
+
declare const _default_37: any;
|
|
474
|
+
export { _default_37 as Col }
|
|
475
|
+
export { _default_37 as FoxCol }
|
|
476
|
+
|
|
477
|
+
declare const _default_38: any;
|
|
478
|
+
export { _default_38 as FoxRow }
|
|
479
|
+
export { _default_38 as Row }
|
|
480
|
+
|
|
481
|
+
declare const _default_39: any;
|
|
482
|
+
export { _default_39 as FoxSticky }
|
|
483
|
+
export { _default_39 as Sticky }
|
|
484
|
+
|
|
485
|
+
declare const _default_4: any;
|
|
486
|
+
export { _default_4 as FooterBar }
|
|
487
|
+
export { _default_4 as FoxFooterBar }
|
|
488
|
+
|
|
489
|
+
declare const _default_40: any;
|
|
490
|
+
export { _default_40 as Divider }
|
|
491
|
+
export { _default_40 as FoxDivider }
|
|
492
|
+
|
|
493
|
+
declare const _default_41: any;
|
|
494
|
+
export { _default_41 as FoxGrid }
|
|
495
|
+
export { _default_41 as Grid }
|
|
496
|
+
|
|
497
|
+
declare const _default_42: any;
|
|
498
|
+
export { _default_42 as FoxGridItem }
|
|
499
|
+
export { _default_42 as GridItem }
|
|
500
|
+
|
|
501
|
+
declare const _default_43: any;
|
|
502
|
+
export { _default_43 as FoxNavbar }
|
|
503
|
+
export { _default_43 as Navbar }
|
|
504
|
+
|
|
505
|
+
declare const _default_44: any;
|
|
506
|
+
export { _default_44 as FixedNav }
|
|
507
|
+
export { _default_44 as FoxFixedNav }
|
|
508
|
+
|
|
509
|
+
declare const _default_45: any;
|
|
510
|
+
export { _default_45 as FoxMenu }
|
|
511
|
+
export { _default_45 as Menu }
|
|
512
|
+
|
|
513
|
+
declare const _default_46: any;
|
|
514
|
+
export { _default_46 as FoxMenuItem }
|
|
515
|
+
export { _default_46 as MenuItem }
|
|
516
|
+
|
|
517
|
+
declare const _default_47: any;
|
|
518
|
+
export { _default_47 as FoxTabbar }
|
|
519
|
+
export { _default_47 as Tabbar }
|
|
520
|
+
|
|
521
|
+
declare const _default_48: any;
|
|
522
|
+
export { _default_48 as FoxTabbarItem }
|
|
523
|
+
export { _default_48 as TabbarItem }
|
|
524
|
+
|
|
525
|
+
declare const _default_49: any;
|
|
526
|
+
export { _default_49 as Elevator }
|
|
527
|
+
export { _default_49 as FoxElevator }
|
|
528
|
+
|
|
529
|
+
declare const _default_5: any;
|
|
530
|
+
export { _default_5 as Content }
|
|
531
|
+
export { _default_5 as FoxContent }
|
|
532
|
+
|
|
533
|
+
declare const _default_50: any;
|
|
534
|
+
export { _default_50 as FoxPagination }
|
|
535
|
+
export { _default_50 as Pagination }
|
|
536
|
+
|
|
537
|
+
declare const _default_51: any;
|
|
538
|
+
export { _default_51 as FoxTabs }
|
|
539
|
+
export { _default_51 as Tabs }
|
|
540
|
+
|
|
541
|
+
declare const _default_52: any;
|
|
542
|
+
export { _default_52 as FoxTabPane }
|
|
543
|
+
export { _default_52 as TabPane }
|
|
544
|
+
|
|
545
|
+
declare const _default_53: any;
|
|
546
|
+
export { _default_53 as FoxIndicator }
|
|
547
|
+
export { _default_53 as Indicator }
|
|
548
|
+
|
|
549
|
+
declare const _default_54: any;
|
|
550
|
+
export { _default_54 as FoxSideNavBar }
|
|
551
|
+
export { _default_54 as SideNavBar }
|
|
552
|
+
|
|
553
|
+
declare const _default_55: any;
|
|
554
|
+
export { _default_55 as FoxSideNavBarItem }
|
|
555
|
+
export { _default_55 as SideNavBarItem }
|
|
556
|
+
|
|
557
|
+
declare const _default_56: any;
|
|
558
|
+
export { _default_56 as FoxSubSideNavBar }
|
|
559
|
+
export { _default_56 as SubSideNavBar }
|
|
560
|
+
|
|
561
|
+
declare const _default_57: any;
|
|
562
|
+
export { _default_57 as FoxRange }
|
|
563
|
+
export { _default_57 as Range }
|
|
564
|
+
|
|
565
|
+
declare const _default_58: any;
|
|
566
|
+
export { _default_58 as FoxSearchBar }
|
|
567
|
+
export { _default_58 as SearchBar }
|
|
568
|
+
|
|
569
|
+
declare const _default_59: any;
|
|
570
|
+
export { _default_59 as Cascader }
|
|
571
|
+
export { _default_59 as FoxCascader }
|
|
572
|
+
|
|
573
|
+
declare const _default_6: any;
|
|
574
|
+
export { _default_6 as FoxGroup }
|
|
575
|
+
export { _default_6 as Group }
|
|
576
|
+
|
|
577
|
+
declare const _default_60: any;
|
|
578
|
+
export { _default_60 as Calendar }
|
|
579
|
+
export { _default_60 as FoxCalendar }
|
|
580
|
+
|
|
581
|
+
declare const _default_61: any;
|
|
582
|
+
export { _default_61 as DatePicker }
|
|
583
|
+
export { _default_61 as FoxDatePicker }
|
|
584
|
+
|
|
585
|
+
declare const _default_62: any;
|
|
586
|
+
export { _default_62 as FoxInputNumber }
|
|
587
|
+
export { _default_62 as InputNumber }
|
|
588
|
+
|
|
589
|
+
declare const _default_63: any;
|
|
590
|
+
export { _default_63 as FoxRate }
|
|
591
|
+
export { _default_63 as Rate }
|
|
592
|
+
|
|
593
|
+
declare const _default_64: any;
|
|
594
|
+
export { _default_64 as FoxPicker }
|
|
595
|
+
export { _default_64 as Picker }
|
|
596
|
+
|
|
597
|
+
declare const _default_65: any;
|
|
598
|
+
export { _default_65 as FoxShortPassword }
|
|
599
|
+
export { _default_65 as ShortPassword }
|
|
600
|
+
|
|
601
|
+
declare const _default_66: any;
|
|
602
|
+
export { _default_66 as FoxUploader }
|
|
603
|
+
export { _default_66 as Uploader }
|
|
604
|
+
|
|
605
|
+
declare const _default_67: any;
|
|
606
|
+
export { _default_67 as FoxNumberKeyboard }
|
|
607
|
+
export { _default_67 as NumberKeyboard }
|
|
608
|
+
|
|
609
|
+
declare const _default_68: any;
|
|
610
|
+
export { _default_68 as FoxSwipe }
|
|
611
|
+
export { _default_68 as Swipe }
|
|
612
|
+
|
|
613
|
+
declare const _default_69: any;
|
|
614
|
+
export { _default_69 as ActionSheet }
|
|
615
|
+
export { _default_69 as FoxActionSheet }
|
|
616
|
+
|
|
617
|
+
declare const _default_7: any;
|
|
618
|
+
export { _default_7 as FoxItem }
|
|
619
|
+
export { _default_7 as Item }
|
|
620
|
+
|
|
621
|
+
declare const _default_70: any;
|
|
622
|
+
export { _default_70 as BackTop }
|
|
623
|
+
export { _default_70 as FoxBackTop }
|
|
624
|
+
|
|
625
|
+
declare const _default_71: any;
|
|
626
|
+
export { _default_71 as Drag }
|
|
627
|
+
export { _default_71 as FoxDrag }
|
|
628
|
+
|
|
629
|
+
declare const _default_72: any;
|
|
630
|
+
export { _default_72 as FoxInfiniteLoading }
|
|
631
|
+
export { _default_72 as InfiniteLoading }
|
|
632
|
+
|
|
633
|
+
declare const _default_73: any;
|
|
634
|
+
export { _default_73 as FoxPullRefresh }
|
|
635
|
+
export { _default_73 as PullRefresh }
|
|
636
|
+
|
|
637
|
+
declare const _default_74: any;
|
|
638
|
+
export { _default_74 as FoxSwitch }
|
|
639
|
+
export { _default_74 as Switch }
|
|
640
|
+
|
|
641
|
+
declare const _default_75: any;
|
|
642
|
+
export { _default_75 as Audio }
|
|
643
|
+
export { _default_75 as FoxAudio }
|
|
644
|
+
|
|
645
|
+
declare const _default_76: any;
|
|
646
|
+
export { _default_76 as AudioOperate }
|
|
647
|
+
export { _default_76 as FoxAudioOperate }
|
|
648
|
+
|
|
649
|
+
declare const _default_77: any;
|
|
650
|
+
export { _default_77 as Avatar }
|
|
651
|
+
export { _default_77 as FoxAvatar }
|
|
652
|
+
|
|
653
|
+
declare const _default_78: any;
|
|
654
|
+
export { _default_78 as AvatarGroup }
|
|
655
|
+
export { _default_78 as FoxAvatarGroup }
|
|
656
|
+
|
|
657
|
+
declare const _default_79: any;
|
|
658
|
+
export { _default_79 as FoxList }
|
|
659
|
+
export { _default_79 as List }
|
|
660
|
+
|
|
661
|
+
declare const _default_8: any;
|
|
662
|
+
export { _default_8 as FoxRowItem }
|
|
663
|
+
export { _default_8 as RowItem }
|
|
664
|
+
|
|
665
|
+
declare const _default_80: any;
|
|
666
|
+
export { _default_80 as FoxProgress }
|
|
667
|
+
export { _default_80 as Progress }
|
|
668
|
+
|
|
669
|
+
declare const _default_81: any;
|
|
670
|
+
export { _default_81 as CircleProgress }
|
|
671
|
+
export { _default_81 as FoxCircleProgress }
|
|
672
|
+
|
|
673
|
+
declare const _default_82: any;
|
|
674
|
+
export { _default_82 as FoxNoticeBar }
|
|
675
|
+
export { _default_82 as NoticeBar }
|
|
676
|
+
|
|
677
|
+
declare const _default_83: any;
|
|
678
|
+
export { _default_83 as Empty }
|
|
679
|
+
export { _default_83 as FoxEmpty }
|
|
680
|
+
|
|
681
|
+
declare const _default_84: any;
|
|
682
|
+
export { _default_84 as FoxVideo }
|
|
683
|
+
export { _default_84 as Video }
|
|
684
|
+
|
|
685
|
+
declare const _default_85: any;
|
|
686
|
+
export { _default_85 as FoxSteps }
|
|
687
|
+
export { _default_85 as Steps }
|
|
688
|
+
|
|
689
|
+
declare const _default_86: any;
|
|
690
|
+
export { _default_86 as FoxStep }
|
|
691
|
+
export { _default_86 as Step }
|
|
692
|
+
|
|
693
|
+
declare const _default_87: any;
|
|
694
|
+
export { _default_87 as FoxSwiper }
|
|
695
|
+
export { _default_87 as Swiper }
|
|
696
|
+
|
|
697
|
+
declare const _default_88: any;
|
|
698
|
+
export { _default_88 as FoxSwiperItem }
|
|
699
|
+
export { _default_88 as SwiperItem }
|
|
700
|
+
|
|
701
|
+
declare const _default_89: any;
|
|
702
|
+
export { _default_89 as FoxPrice }
|
|
703
|
+
export { _default_89 as Price }
|
|
704
|
+
|
|
705
|
+
declare const _default_9: any;
|
|
706
|
+
export { _default_9 as FoxSlotItem }
|
|
707
|
+
export { _default_9 as SlotItem }
|
|
708
|
+
|
|
709
|
+
declare const _default_90: any;
|
|
710
|
+
export { _default_90 as CountUp }
|
|
711
|
+
export { _default_90 as FoxCountUp }
|
|
712
|
+
|
|
713
|
+
declare const _default_91: any;
|
|
714
|
+
export { _default_91 as CountDown }
|
|
715
|
+
export { _default_91 as FoxCountDown }
|
|
716
|
+
|
|
717
|
+
declare const _default_92: any;
|
|
718
|
+
export { _default_92 as Badge }
|
|
719
|
+
export { _default_92 as FoxBadge }
|
|
720
|
+
|
|
721
|
+
declare const _default_93: any;
|
|
722
|
+
export { _default_93 as FoxTag }
|
|
723
|
+
export { _default_93 as Tag }
|
|
724
|
+
|
|
725
|
+
declare const _default_94: any;
|
|
726
|
+
export { _default_94 as FoxPopover }
|
|
727
|
+
export { _default_94 as Popover }
|
|
728
|
+
|
|
729
|
+
declare const _default_95: any;
|
|
730
|
+
export { _default_95 as FoxSkeleton }
|
|
731
|
+
export { _default_95 as Skeleton }
|
|
732
|
+
|
|
733
|
+
declare const _default_96: any;
|
|
734
|
+
export { _default_96 as Collapse }
|
|
735
|
+
export { _default_96 as FoxCollapse }
|
|
736
|
+
|
|
737
|
+
declare const _default_97: any;
|
|
738
|
+
export { _default_97 as CollapseItem }
|
|
739
|
+
export { _default_97 as FoxCollapseItem }
|
|
740
|
+
|
|
741
|
+
declare const _default_98: any;
|
|
742
|
+
export { _default_98 as FoxTable }
|
|
743
|
+
export { _default_98 as Table }
|
|
744
|
+
|
|
745
|
+
declare const _default_99: any;
|
|
746
|
+
export { _default_99 as Ellipsis }
|
|
747
|
+
export { _default_99 as FoxEllipsis }
|
|
748
|
+
|
|
351
749
|
/**
|
|
352
750
|
* anyNode
|
|
353
751
|
* @param name
|
|
@@ -419,10 +817,12 @@ export declare interface Descriptor {
|
|
|
419
817
|
validateResetEvents?: string[];
|
|
420
818
|
}
|
|
421
819
|
|
|
422
|
-
|
|
820
|
+
declare const _Dialog: {
|
|
423
821
|
(options: DialogOptions): DialogFunction;
|
|
424
822
|
install(app: any): void;
|
|
425
823
|
};
|
|
824
|
+
export { _Dialog as Dialog }
|
|
825
|
+
export { _Dialog as FoxDialog }
|
|
426
826
|
|
|
427
827
|
declare class DialogFunction {
|
|
428
828
|
options: DialogOptions;
|
|
@@ -470,8 +870,6 @@ export declare function disabledProperty(source: Ref): Ref;
|
|
|
470
870
|
|
|
471
871
|
export { divide }
|
|
472
872
|
|
|
473
|
-
export declare const Divider: any;
|
|
474
|
-
|
|
475
873
|
/**
|
|
476
874
|
* Domain
|
|
477
875
|
*/
|
|
@@ -581,18 +979,6 @@ export declare interface DomainItem {
|
|
|
581
979
|
*/
|
|
582
980
|
export declare const DomainKey: unique symbol;
|
|
583
981
|
|
|
584
|
-
export declare const DomainProvider: any;
|
|
585
|
-
|
|
586
|
-
export declare const Drag: any;
|
|
587
|
-
|
|
588
|
-
export declare const Ecard: any;
|
|
589
|
-
|
|
590
|
-
export declare const Elevator: any;
|
|
591
|
-
|
|
592
|
-
export declare const Ellipsis: any;
|
|
593
|
-
|
|
594
|
-
export declare const Empty: any;
|
|
595
|
-
|
|
596
982
|
/**
|
|
597
983
|
* event listener
|
|
598
984
|
*/
|
|
@@ -615,12 +1001,15 @@ export declare function excludeProps(src: Record<string, any>, ...excludeTemplat
|
|
|
615
1001
|
*/
|
|
616
1002
|
export declare function extend(...args: any[]): any;
|
|
617
1003
|
|
|
618
|
-
|
|
619
|
-
|
|
1004
|
+
/**
|
|
1005
|
+
* float data
|
|
1006
|
+
* @param format
|
|
1007
|
+
* @param dataOp
|
|
1008
|
+
* @param mapOps
|
|
1009
|
+
* @returns
|
|
1010
|
+
*/
|
|
620
1011
|
export declare const floatData: (format: any, dataOp: any, mapOps: any) => any;
|
|
621
1012
|
|
|
622
|
-
export declare const FooterBar: any;
|
|
623
|
-
|
|
624
1013
|
/**
|
|
625
1014
|
* Fox UI App
|
|
626
1015
|
*/
|
|
@@ -744,40 +1133,33 @@ export declare function getPageHeaderAreaHeight(domain: Domain, state?: PageStat
|
|
|
744
1133
|
*/
|
|
745
1134
|
export declare function getRootDomain(): Domain;
|
|
746
1135
|
|
|
1136
|
+
/**
|
|
1137
|
+
* 获取scroll top root
|
|
1138
|
+
* @returns
|
|
1139
|
+
*/
|
|
747
1140
|
export declare const getScrollTopRoot: () => number;
|
|
748
1141
|
|
|
749
|
-
export declare const Grid: any;
|
|
750
|
-
|
|
751
|
-
export declare const GridItem: any;
|
|
752
|
-
|
|
753
|
-
export declare const Group: any;
|
|
754
|
-
|
|
755
1142
|
/**
|
|
756
1143
|
* 是否支持symbol
|
|
757
1144
|
*/
|
|
758
1145
|
export declare const hasSymbol: boolean;
|
|
759
1146
|
|
|
760
|
-
export declare const HeaderBar: any;
|
|
761
|
-
|
|
762
|
-
export declare const hinttext: any;
|
|
763
|
-
|
|
764
|
-
declare const Image_2: any;
|
|
765
|
-
export { Image_2 as Image }
|
|
766
|
-
|
|
767
1147
|
declare interface ImageInterface {
|
|
768
1148
|
src: string;
|
|
769
1149
|
}
|
|
770
1150
|
|
|
771
|
-
export declare const ImagePreview: {
|
|
772
|
-
(options: ImagePreviewOptions): ImagePreviewApp;
|
|
773
|
-
install(app: any): void;
|
|
774
|
-
};
|
|
775
|
-
|
|
776
1151
|
declare class ImagePreviewApp {
|
|
777
1152
|
options: ImagePreviewOptions;
|
|
778
1153
|
constructor(_options: ImagePreviewOptions);
|
|
779
1154
|
}
|
|
780
1155
|
|
|
1156
|
+
declare const ImagePreviewFunction: {
|
|
1157
|
+
(options: ImagePreviewOptions): ImagePreviewApp;
|
|
1158
|
+
install(app: any): void;
|
|
1159
|
+
};
|
|
1160
|
+
export { ImagePreviewFunction as FoxImagePreview }
|
|
1161
|
+
export { ImagePreviewFunction as ImagePreview }
|
|
1162
|
+
|
|
781
1163
|
declare class ImagePreviewOptions {
|
|
782
1164
|
show: boolean;
|
|
783
1165
|
images: ImageInterface[];
|
|
@@ -816,14 +1198,6 @@ export declare function includeProps(src: Record<string, any>, ...includeTemplat
|
|
|
816
1198
|
*/
|
|
817
1199
|
export declare function indexOf(x: unknown, arr: unknown[]): number;
|
|
818
1200
|
|
|
819
|
-
export declare const Indicator: any;
|
|
820
|
-
|
|
821
|
-
export declare const InfiniteLoading: any;
|
|
822
|
-
|
|
823
|
-
export declare const InputItem: any;
|
|
824
|
-
|
|
825
|
-
export declare const InputNumber: any;
|
|
826
|
-
|
|
827
1201
|
/**
|
|
828
1202
|
* 安装校验规则
|
|
829
1203
|
* @param proxy
|
|
@@ -836,8 +1210,6 @@ export declare function installRules(proxy: FoxComponentPublicInstance, validate
|
|
|
836
1210
|
*/
|
|
837
1211
|
export declare function integerLength(value: string | number): number;
|
|
838
1212
|
|
|
839
|
-
declare type Interceptor = (...args: any[]) => Promise<boolean> | boolean | undefined | void;
|
|
840
|
-
|
|
841
1213
|
/**
|
|
842
1214
|
* 是否数组
|
|
843
1215
|
*/
|
|
@@ -984,8 +1356,6 @@ export declare const isSymbol: (val: unknown) => val is symbol;
|
|
|
984
1356
|
*/
|
|
985
1357
|
export declare function isWindow(obj: any): boolean;
|
|
986
1358
|
|
|
987
|
-
export declare const Item: any;
|
|
988
|
-
|
|
989
1359
|
/**
|
|
990
1360
|
* 获取对应元素的在数组中最后一个匹配的索引
|
|
991
1361
|
* @param x
|
|
@@ -994,12 +1364,6 @@ export declare const Item: any;
|
|
|
994
1364
|
*/
|
|
995
1365
|
export declare function lastIndexOf(x: unknown, arr: unknown[]): number;
|
|
996
1366
|
|
|
997
|
-
export declare const Layout: any;
|
|
998
|
-
|
|
999
|
-
export declare const LinkItem: any;
|
|
1000
|
-
|
|
1001
|
-
export declare const List: any;
|
|
1002
|
-
|
|
1003
1367
|
/**
|
|
1004
1368
|
* 创建数组
|
|
1005
1369
|
* @param arr
|
|
@@ -1019,10 +1383,6 @@ export declare interface Matched {
|
|
|
1019
1383
|
level?: number;
|
|
1020
1384
|
}
|
|
1021
1385
|
|
|
1022
|
-
export declare const Menu: any;
|
|
1023
|
-
|
|
1024
|
-
export declare const MenuItem: any;
|
|
1025
|
-
|
|
1026
1386
|
/**
|
|
1027
1387
|
* 合并数组
|
|
1028
1388
|
* @param first
|
|
@@ -1031,12 +1391,8 @@ export declare const MenuItem: any;
|
|
|
1031
1391
|
*/
|
|
1032
1392
|
export declare function merge(first: any[], second: any[]): any[];
|
|
1033
1393
|
|
|
1034
|
-
export declare const MoneyItem: any;
|
|
1035
|
-
|
|
1036
1394
|
export { multiply }
|
|
1037
1395
|
|
|
1038
|
-
export declare const Navbar: any;
|
|
1039
|
-
|
|
1040
1396
|
export { negate }
|
|
1041
1397
|
|
|
1042
1398
|
/**
|
|
@@ -1048,9 +1404,7 @@ export declare function nextTick(fn: {
|
|
|
1048
1404
|
(...args: any[]): void;
|
|
1049
1405
|
}, ...args: any[]): void;
|
|
1050
1406
|
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
export declare const Notify: {
|
|
1407
|
+
declare const NotifyFunction: {
|
|
1054
1408
|
text(msg: string, obj?: {}): any;
|
|
1055
1409
|
primary(msg: string, obj?: {}): any;
|
|
1056
1410
|
success(msg: string, obj?: {}): any;
|
|
@@ -1059,11 +1413,11 @@ export declare const Notify: {
|
|
|
1059
1413
|
hide(): void;
|
|
1060
1414
|
install(app: any): void;
|
|
1061
1415
|
};
|
|
1416
|
+
export { NotifyFunction as FoxNotify }
|
|
1417
|
+
export { NotifyFunction as Notify }
|
|
1062
1418
|
|
|
1063
1419
|
export { numberFormat }
|
|
1064
1420
|
|
|
1065
|
-
export declare const NumberKeyboard: any;
|
|
1066
|
-
|
|
1067
1421
|
/**
|
|
1068
1422
|
* 对象类型
|
|
1069
1423
|
*/
|
|
@@ -1076,8 +1430,6 @@ export declare const objectToString: () => string;
|
|
|
1076
1430
|
*/
|
|
1077
1431
|
export declare function once(func: GenericFunction): GenericFunction;
|
|
1078
1432
|
|
|
1079
|
-
export declare const OverLay: any;
|
|
1080
|
-
|
|
1081
1433
|
/**
|
|
1082
1434
|
* padding
|
|
1083
1435
|
*/
|
|
@@ -1088,18 +1440,19 @@ export declare interface Padding {
|
|
|
1088
1440
|
bottom: number | null;
|
|
1089
1441
|
}
|
|
1090
1442
|
|
|
1443
|
+
/**
|
|
1444
|
+
* pad zero
|
|
1445
|
+
*/
|
|
1091
1446
|
export declare const padZero: (num: number | string, length?: number) => string;
|
|
1092
1447
|
|
|
1093
|
-
export declare const Page: any;
|
|
1094
|
-
|
|
1095
1448
|
/**
|
|
1096
1449
|
* page layout
|
|
1097
1450
|
*/
|
|
1098
1451
|
export declare interface PageLayout {
|
|
1099
1452
|
width: number | string;
|
|
1100
1453
|
height: number | string;
|
|
1101
|
-
headerHeight
|
|
1102
|
-
footerHeight
|
|
1454
|
+
headerHeight?: number | string;
|
|
1455
|
+
footerHeight?: number | string;
|
|
1103
1456
|
headerPadding?: Padding;
|
|
1104
1457
|
footerPadding?: Padding;
|
|
1105
1458
|
contentPadding?: Padding;
|
|
@@ -1126,12 +1479,6 @@ export declare interface PageState {
|
|
|
1126
1479
|
footerMounted?: boolean;
|
|
1127
1480
|
}
|
|
1128
1481
|
|
|
1129
|
-
export declare const Pagination: any;
|
|
1130
|
-
|
|
1131
|
-
export declare const Picker: any;
|
|
1132
|
-
|
|
1133
|
-
export declare const PickerItem: any;
|
|
1134
|
-
|
|
1135
1482
|
/**
|
|
1136
1483
|
* 坐标
|
|
1137
1484
|
*/
|
|
@@ -1140,14 +1487,13 @@ export declare interface Point {
|
|
|
1140
1487
|
y: number;
|
|
1141
1488
|
}
|
|
1142
1489
|
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1490
|
+
/**
|
|
1491
|
+
* prevent default
|
|
1492
|
+
* @param event
|
|
1493
|
+
* @param isStopPropagation
|
|
1494
|
+
*/
|
|
1147
1495
|
export declare function preventDefault(event: Event, isStopPropagation?: boolean): void;
|
|
1148
1496
|
|
|
1149
|
-
export declare const Price: any;
|
|
1150
|
-
|
|
1151
1497
|
/**
|
|
1152
1498
|
* 优先策略
|
|
1153
1499
|
*/
|
|
@@ -1156,8 +1502,6 @@ export declare enum PriorityPolicy {
|
|
|
1156
1502
|
Near = 1
|
|
1157
1503
|
}
|
|
1158
1504
|
|
|
1159
|
-
export declare const Progress: any;
|
|
1160
|
-
|
|
1161
1505
|
/**
|
|
1162
1506
|
* 属性
|
|
1163
1507
|
* @param source
|
|
@@ -1167,21 +1511,8 @@ export declare const Progress: any;
|
|
|
1167
1511
|
*/
|
|
1168
1512
|
export declare function property(source: Ref, name: string, policy?: PriorityPolicy, filter?: AcceptFilter): Ref;
|
|
1169
1513
|
|
|
1170
|
-
export declare const PullRefresh: any;
|
|
1171
|
-
|
|
1172
|
-
export declare const Radio: any;
|
|
1173
|
-
|
|
1174
|
-
export declare const RadioGroup: any;
|
|
1175
|
-
|
|
1176
|
-
export declare const RadioItem: any;
|
|
1177
|
-
|
|
1178
1514
|
export declare const raf: any;
|
|
1179
1515
|
|
|
1180
|
-
declare const Range_2: any;
|
|
1181
|
-
export { Range_2 as Range }
|
|
1182
|
-
|
|
1183
|
-
export declare const Rate: any;
|
|
1184
|
-
|
|
1185
1516
|
/**
|
|
1186
1517
|
* 只读属性
|
|
1187
1518
|
* @param source
|
|
@@ -1207,12 +1538,6 @@ export declare type Result = Promise<any> | any;
|
|
|
1207
1538
|
*/
|
|
1208
1539
|
export declare type Results = Result[];
|
|
1209
1540
|
|
|
1210
|
-
export declare const RollingProvider: any;
|
|
1211
|
-
|
|
1212
|
-
export declare const Row: any;
|
|
1213
|
-
|
|
1214
|
-
export declare const RowItem: any;
|
|
1215
|
-
|
|
1216
1541
|
/**
|
|
1217
1542
|
* 安全区域
|
|
1218
1543
|
*/
|
|
@@ -1223,8 +1548,6 @@ export declare interface SafeAreaInset {
|
|
|
1223
1548
|
bottom: number | string;
|
|
1224
1549
|
}
|
|
1225
1550
|
|
|
1226
|
-
export declare const SearchBar: any;
|
|
1227
|
-
|
|
1228
1551
|
/**
|
|
1229
1552
|
* 设置公共校验检查事件
|
|
1230
1553
|
* @param events
|
|
@@ -1255,14 +1578,6 @@ export declare function setGlobalValidateResetEvents(events: string[]): void;
|
|
|
1255
1578
|
*/
|
|
1256
1579
|
export declare function setGlobalValidator(type: string, validator: ExecuteValidator): void;
|
|
1257
1580
|
|
|
1258
|
-
export declare const ShortPassword: any;
|
|
1259
|
-
|
|
1260
|
-
export declare const SideNavBar: any;
|
|
1261
|
-
|
|
1262
|
-
export declare const SideNavBarItem: any;
|
|
1263
|
-
|
|
1264
|
-
export declare const Signature: any;
|
|
1265
|
-
|
|
1266
1581
|
/**
|
|
1267
1582
|
* size
|
|
1268
1583
|
*/
|
|
@@ -1271,46 +1586,6 @@ declare interface Size {
|
|
|
1271
1586
|
height: number;
|
|
1272
1587
|
}
|
|
1273
1588
|
|
|
1274
|
-
export declare const Skeleton: any;
|
|
1275
|
-
|
|
1276
|
-
export declare const Sku: any;
|
|
1277
|
-
|
|
1278
|
-
export declare const SlotItem: any;
|
|
1279
|
-
|
|
1280
|
-
export declare const Step: any;
|
|
1281
|
-
|
|
1282
|
-
export declare const Steps: any;
|
|
1283
|
-
|
|
1284
|
-
export declare const Sticky: any;
|
|
1285
|
-
|
|
1286
|
-
export declare const SubSideNavBar: any;
|
|
1287
|
-
|
|
1288
|
-
export declare const Swipe: any;
|
|
1289
|
-
|
|
1290
|
-
export declare const Swiper: any;
|
|
1291
|
-
|
|
1292
|
-
export declare const SwiperItem: any;
|
|
1293
|
-
|
|
1294
|
-
export declare const Switch: any;
|
|
1295
|
-
|
|
1296
|
-
export declare const SwitchItem: any;
|
|
1297
|
-
|
|
1298
|
-
export declare const Tabbar: any;
|
|
1299
|
-
|
|
1300
|
-
export declare const TabbarItem: any;
|
|
1301
|
-
|
|
1302
|
-
export declare const Table: any;
|
|
1303
|
-
|
|
1304
|
-
export declare const TabPane: any;
|
|
1305
|
-
|
|
1306
|
-
export declare const Tabs: any;
|
|
1307
|
-
|
|
1308
|
-
export declare const Tag: any;
|
|
1309
|
-
|
|
1310
|
-
export declare const Textarea: any;
|
|
1311
|
-
|
|
1312
|
-
export declare const TextareaItem: any;
|
|
1313
|
-
|
|
1314
1589
|
/**
|
|
1315
1590
|
* 节流函数(执行时间范围内的第一次)
|
|
1316
1591
|
* @param func 函数
|
|
@@ -1319,13 +1594,7 @@ export declare const TextareaItem: any;
|
|
|
1319
1594
|
*/
|
|
1320
1595
|
export declare function throttle(func: GenericFunction, delay: number): GenericFunction;
|
|
1321
1596
|
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
export declare const TimePannel: any;
|
|
1325
|
-
|
|
1326
|
-
export declare const TimeSelect: any;
|
|
1327
|
-
|
|
1328
|
-
export declare const Toast: {
|
|
1597
|
+
declare const ToastFunction: {
|
|
1329
1598
|
text(msg: string, opts?: {}): any;
|
|
1330
1599
|
success(msg: string, opts?: {}): any;
|
|
1331
1600
|
fail(msg: string, opts?: {}): any;
|
|
@@ -1334,6 +1603,8 @@ export declare const Toast: {
|
|
|
1334
1603
|
hide(id?: string): void;
|
|
1335
1604
|
install(app: any): void;
|
|
1336
1605
|
};
|
|
1606
|
+
export { ToastFunction as FoxToast }
|
|
1607
|
+
export { ToastFunction as Toast }
|
|
1337
1608
|
|
|
1338
1609
|
/**
|
|
1339
1610
|
* 转换为boolean值
|
|
@@ -1370,8 +1641,6 @@ export declare const toPxDesc: (value: string | number) => string;
|
|
|
1370
1641
|
|
|
1371
1642
|
export declare const toTypeString: (value: unknown) => string;
|
|
1372
1643
|
|
|
1373
|
-
export declare const Tour: any;
|
|
1374
|
-
|
|
1375
1644
|
/**
|
|
1376
1645
|
* to model value
|
|
1377
1646
|
* @param props
|
|
@@ -1380,8 +1649,6 @@ export declare const Tour: any;
|
|
|
1380
1649
|
*/
|
|
1381
1650
|
export declare function toValue(props: UnwrapRef<Record<string, any>>, name?: string, format?: ValueFormat<any, any>): Ref;
|
|
1382
1651
|
|
|
1383
|
-
export declare const TrendArrow: any;
|
|
1384
|
-
|
|
1385
1652
|
/**
|
|
1386
1653
|
* 尝试执行多次函数
|
|
1387
1654
|
* @param func 执行函数
|
|
@@ -1431,11 +1698,14 @@ export { unNumberFormat }
|
|
|
1431
1698
|
* @param state
|
|
1432
1699
|
* @param pageLayout
|
|
1433
1700
|
* @param overrideProps
|
|
1701
|
+
* @param root
|
|
1702
|
+
* @param rootWidth
|
|
1703
|
+
* @param rootHeight
|
|
1704
|
+
* @param headerBarHeight
|
|
1705
|
+
* @param footerBarHeight
|
|
1434
1706
|
*/
|
|
1435
1707
|
export declare function updatePageState(state: PageState, pageLayout: any, overrideProps?: Record<string, unknown>, root?: boolean, rootWidth?: number, rootHeight?: number, headerBarHeight?: number, footerBarHeight?: number): void;
|
|
1436
1708
|
|
|
1437
|
-
export declare const Uploader: any;
|
|
1438
|
-
|
|
1439
1709
|
/**
|
|
1440
1710
|
* 使用broadcast
|
|
1441
1711
|
* @param proxy
|
|
@@ -1693,8 +1963,4 @@ export declare function valueLength(val: unknown): number;
|
|
|
1693
1963
|
*/
|
|
1694
1964
|
export declare type ValueType = 'string' | 'number' | 'date';
|
|
1695
1965
|
|
|
1696
|
-
export declare const Video: any;
|
|
1697
|
-
|
|
1698
|
-
export declare const WaterMark: any;
|
|
1699
|
-
|
|
1700
1966
|
export { }
|