@fox-js/foxui-pad 4.0.1-16 → 4.0.1-18

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.
@@ -34,7 +34,6 @@ import { ElColorPicker as FoxColorPicker } from './base';
34
34
  import { FoxComponentPublicInstance } from './types';
35
35
  import { ElConfigProvider as FoxConfigProvider } from './base';
36
36
  import { ElContainer as FoxContainer } from './base';
37
- import { ElDatePicker as FoxDatePicker } from './base';
38
37
  import { ElDescriptions as FoxDescriptions } from './base';
39
38
  import { ElDescriptionsItem as FoxDescriptionsItem } from './base';
40
39
  import { ElDialog as FoxDialog } from './base';
@@ -120,8 +119,6 @@ export declare interface AcceptFilter {
120
119
  (value: any): boolean;
121
120
  }
122
121
 
123
- export declare const AutocompleteItem: any;
124
-
125
122
  /**
126
123
  * 广播类
127
124
  */
@@ -199,18 +196,8 @@ export declare interface BroadcastCallback {
199
196
 
200
197
  export declare const BroadcastKey: unique symbol;
201
198
 
202
- export declare const CalendarItem: any;
203
-
204
- export declare const CalendarPicker: any;
205
-
206
199
  export declare function cancelRaf(id: number): void;
207
200
 
208
- export declare const CascaderItem: any;
209
-
210
- export declare const CascaderPicker: any;
211
-
212
- export declare const CheckboxItem: any;
213
-
214
201
  /**
215
202
  * 清理非数字
216
203
  */
@@ -228,8 +215,6 @@ export declare function clone(target: any, source: any, plain?: boolean): any;
228
215
 
229
216
  export { compareTo }
230
217
 
231
- export declare const Content: any;
232
-
233
218
  /**
234
219
  * 创建broadcast
235
220
  *
@@ -255,10 +240,6 @@ export declare function createValidateSchema(proxy: FoxComponentPublicInstance,
255
240
  */
256
241
  export declare const DataItemsKey: unique symbol;
257
242
 
258
- export declare const DateItem: any;
259
-
260
- export declare const DatePicker: any;
261
-
262
243
  export declare const DateUtils: {
263
244
  /**
264
245
  * 格式化
@@ -386,6 +367,202 @@ export declare function decimalLength(value: string | number): number;
386
367
  declare const _default: FoxUIVue;
387
368
  export default _default;
388
369
 
370
+ declare const _default_10: any;
371
+ export { _default_10 as FoxHintText }
372
+ export { _default_10 as HintText }
373
+
374
+ declare const _default_11: any;
375
+ export { _default_11 as FoxInputItem }
376
+ export { _default_11 as InputItem }
377
+
378
+ declare const _default_12: any;
379
+ export { _default_12 as FoxSelectItem }
380
+ export { _default_12 as SelectItem }
381
+
382
+ declare const _default_13: any;
383
+ export { _default_13 as DateItem }
384
+ export { _default_13 as FoxDateItem }
385
+
386
+ declare const _default_14: any;
387
+ export { _default_14 as CalendarItem }
388
+ export { _default_14 as FoxCalendarItem }
389
+
390
+ declare const _default_15: any;
391
+ export { _default_15 as FoxTimeItem }
392
+ export { _default_15 as TimeItem }
393
+
394
+ declare const _default_16: any;
395
+ export { _default_16 as FoxTimeSelectItem }
396
+ export { _default_16 as TimeSelectItem }
397
+
398
+ declare const _default_17: any;
399
+ export { _default_17 as FoxMoneyItem }
400
+ export { _default_17 as MoneyItem }
401
+
402
+ declare const _default_18: any;
403
+ export { _default_18 as FoxInputNumberItem }
404
+ export { _default_18 as InputNumberItem }
405
+
406
+ declare const _default_19: any;
407
+ export { _default_19 as CascaderItem }
408
+ export { _default_19 as FoxCascaderItem }
409
+
410
+ declare const _default_2: any;
411
+ export { _default_2 as FoxPage }
412
+ export { _default_2 as Page }
413
+
414
+ declare const _default_20: any;
415
+ export { _default_20 as AutocompleteItem }
416
+ export { _default_20 as FoxAutocompleteItem }
417
+
418
+ declare const _default_21: any;
419
+ export { _default_21 as FoxTableMappingColumn }
420
+ export { _default_21 as TableMappingColumn }
421
+
422
+ declare const _default_22: any;
423
+ export { _default_22 as FoxTableRadioColumn }
424
+ export { _default_22 as TableRadioColumn }
425
+
426
+ declare const _default_23: any;
427
+ export { _default_23 as FoxTableSetting }
428
+ export { _default_23 as TableSetting }
429
+
430
+ declare const _default_24: any;
431
+ export { _default_24 as FoxTableItem }
432
+ export { _default_24 as TableItem }
433
+
434
+ declare const _default_25: any;
435
+ export { _default_25 as FoxRadioItem }
436
+ export { _default_25 as RadioItem }
437
+
438
+ declare const _default_26: any;
439
+ export { _default_26 as CheckboxItem }
440
+ export { _default_26 as FoxCheckboxItem }
441
+
442
+ declare const _default_27: any;
443
+ export { _default_27 as FoxRateItem }
444
+ export { _default_27 as RateItem }
445
+
446
+ declare const _default_28: any;
447
+ export { _default_28 as FoxSwitchItem }
448
+ export { _default_28 as SwitchItem }
449
+
450
+ declare const _default_29: any;
451
+ export { _default_29 as FoxTreeSelectItem }
452
+ export { _default_29 as TreeSelectItem }
453
+
454
+ declare const _default_3: any;
455
+ export { _default_3 as FoxHeaderBar }
456
+ export { _default_3 as HeaderBar }
457
+
458
+ declare const _default_30: any;
459
+ export { _default_30 as FoxGroupSetting }
460
+ export { _default_30 as GroupSetting }
461
+
462
+ declare const _default_31: any;
463
+ export { _default_31 as DialogItem }
464
+ export { _default_31 as FoxDialogItem }
465
+
466
+ declare const _default_32: any;
467
+ export { _default_32 as FoxMapping }
468
+ export { _default_32 as Mapping }
469
+
470
+ declare const _default_33: any;
471
+ export { _default_33 as FoxPrice }
472
+ export { _default_33 as Price }
473
+
474
+ declare const _default_34: any;
475
+ export { _default_34 as FoxIndicator }
476
+ export { _default_34 as Indicator }
477
+
478
+ declare const _default_35: any;
479
+ export { _default_35 as FoxText }
480
+ export { _default_35 as Text }
481
+
482
+ declare const _default_36: any;
483
+ export { _default_36 as FoxToast }
484
+ export { _default_36 as Toast }
485
+
486
+ declare const _default_37: any;
487
+ export { _default_37 as FoxOverlay }
488
+ export { _default_37 as Overlay }
489
+
490
+ declare const _default_38: any;
491
+ export { _default_38 as FoxPopup }
492
+ export { _default_38 as Popup }
493
+
494
+ declare const _default_39: any;
495
+ export { _default_39 as FoxPicker }
496
+ export { _default_39 as Picker }
497
+
498
+ declare const _default_4: any;
499
+ export { _default_4 as FooterBar }
500
+ export { _default_4 as FoxFooterBar }
501
+
502
+ declare const _default_40: any;
503
+ export { _default_40 as DatePicker }
504
+ export { _default_40 as FoxDatePicker }
505
+
506
+ declare const _default_41: any;
507
+ export { _default_41 as CalendarPicker }
508
+ export { _default_41 as FoxCalendarPicker }
509
+
510
+ declare const _default_42: any;
511
+ export { _default_42 as ExtTabPane }
512
+ export { _default_42 as FoxExtTabPane }
513
+
514
+ declare const _default_43: any;
515
+ export { _default_43 as ExtTabs }
516
+ export { _default_43 as FoxExtTabs }
517
+
518
+ declare const _default_44: any;
519
+ export { _default_44 as CascaderPicker }
520
+ export { _default_44 as FoxCascaderPicker }
521
+
522
+ declare const _default_45: any;
523
+ export { _default_45 as FoxMoreButton }
524
+ export { _default_45 as MoreButton }
525
+
526
+ declare const _default_46: any;
527
+ export { _default_46 as FoxTour }
528
+ export { _default_46 as Tour }
529
+
530
+ declare const _default_47: any;
531
+ export { _default_47 as Foxsticky }
532
+ export { _default_47 as sticky }
533
+
534
+ declare const _default_48: any;
535
+ export { _default_48 as FloatingWindow }
536
+ export { _default_48 as FoxFloatingWindow }
537
+
538
+ declare const _default_49: any;
539
+ export { _default_49 as DomainProvider }
540
+ export { _default_49 as FoxDomainProvider }
541
+
542
+ declare const _default_5: any;
543
+ export { _default_5 as Content }
544
+ export { _default_5 as FoxContent }
545
+
546
+ declare const _default_50: any;
547
+ export { _default_50 as FoxRollingProvider }
548
+ export { _default_50 as RollingProvider }
549
+
550
+ declare const _default_6: any;
551
+ export { _default_6 as FoxGroup }
552
+ export { _default_6 as Group }
553
+
554
+ declare const _default_7: any;
555
+ export { _default_7 as FoxItem }
556
+ export { _default_7 as Item }
557
+
558
+ declare const _default_8: any;
559
+ export { _default_8 as FoxSlotItem }
560
+ export { _default_8 as SlotItem }
561
+
562
+ declare const _default_9: any;
563
+ export { _default_9 as FoxRowItem }
564
+ export { _default_9 as RowItem }
565
+
389
566
  /**
390
567
  * anyNode
391
568
  * @param name
@@ -457,8 +634,6 @@ export declare interface Descriptor {
457
634
  validateResetEvents?: string[];
458
635
  }
459
636
 
460
- export declare const DialogItem: any;
461
-
462
637
  /**
463
638
  * 禁用属性
464
639
  * @param source
@@ -576,8 +751,6 @@ export declare interface DomainItem {
576
751
  */
577
752
  export declare const DomainKey: unique symbol;
578
753
 
579
- export declare const DomainProvider: any;
580
-
581
754
  /**
582
755
  * event listener
583
756
  */
@@ -600,16 +773,15 @@ export declare function excludeProps(src: Record<string, any>, ...excludeTemplat
600
773
  */
601
774
  export declare function extend(...args: any[]): any;
602
775
 
603
- export declare const ExtTabPane: any;
604
-
605
- export declare const ExtTabs: any;
606
-
776
+ /**
777
+ * float data
778
+ * @param format
779
+ * @param dataOp
780
+ * @param mapOps
781
+ * @returns
782
+ */
607
783
  export declare const floatData: (format: any, dataOp: any, mapOps: any) => any;
608
784
 
609
- export declare const FloatingWindow: any;
610
-
611
- export declare const FooterBar: any;
612
-
613
785
  export { FoxAffix }
614
786
 
615
787
  export { FoxAlert }
@@ -668,8 +840,6 @@ export { FoxConfigProvider }
668
840
 
669
841
  export { FoxContainer }
670
842
 
671
- export { FoxDatePicker }
672
-
673
843
  export { FoxDescriptions }
674
844
 
675
845
  export { FoxDescriptionsItem }
@@ -925,17 +1095,11 @@ export declare function getPageHeaderAreaHeight(domain: Domain, state?: PageStat
925
1095
  */
926
1096
  export declare function getRootDomain(): Domain;
927
1097
 
928
- export declare const Group: any;
929
-
930
1098
  /**
931
1099
  * 是否支持symbol
932
1100
  */
933
1101
  export declare const hasSymbol: boolean;
934
1102
 
935
- export declare const HeaderBar: any;
936
-
937
- export declare const HintText: any;
938
-
939
1103
  /**
940
1104
  * 根据包含模版,抽取属性
941
1105
  * @param src
@@ -952,12 +1116,6 @@ export declare function includeProps(src: Record<string, any>, ...includeTemplat
952
1116
  */
953
1117
  export declare function indexOf(x: unknown, arr: unknown[]): number;
954
1118
 
955
- export declare const Indicator: any;
956
-
957
- export declare const InputItem: any;
958
-
959
- export declare const InputNumberItem: any;
960
-
961
1119
  /**
962
1120
  * 安装函数
963
1121
  */
@@ -1123,8 +1281,6 @@ export declare const isSymbol: (val: unknown) => val is symbol;
1123
1281
  */
1124
1282
  export declare function isWindow(obj: any): boolean;
1125
1283
 
1126
- export declare const Item: any;
1127
-
1128
1284
  /**
1129
1285
  * 获取对应元素的在数组中最后一个匹配的索引
1130
1286
  * @param x
@@ -1141,8 +1297,6 @@ export declare function lastIndexOf(x: unknown, arr: unknown[]): number;
1141
1297
  */
1142
1298
  export declare function makeArray(arr: any, results?: any[]): any[];
1143
1299
 
1144
- export declare const Mapping: any;
1145
-
1146
1300
  /**
1147
1301
  * 匹配条件
1148
1302
  */
@@ -1162,10 +1316,6 @@ export declare interface Matched {
1162
1316
  */
1163
1317
  export declare function merge(first: any[], second: any[]): any[];
1164
1318
 
1165
- export declare const MoneyItem: any;
1166
-
1167
- export declare const MoreButton: any;
1168
-
1169
1319
  export { multiply }
1170
1320
 
1171
1321
  export { negate }
@@ -1193,8 +1343,6 @@ export declare const objectToString: () => string;
1193
1343
  */
1194
1344
  export declare function once(func: GenericFunction): GenericFunction;
1195
1345
 
1196
- export declare const Overlay: any;
1197
-
1198
1346
  /**
1199
1347
  * padding
1200
1348
  */
@@ -1205,16 +1353,14 @@ export declare interface Padding {
1205
1353
  bottom: number | null;
1206
1354
  }
1207
1355
 
1208
- export declare const Page: any;
1209
-
1210
1356
  /**
1211
1357
  * page layout
1212
1358
  */
1213
1359
  export declare interface PageLayout {
1214
1360
  width: number | string;
1215
1361
  height: number | string;
1216
- headerHeight: number | string;
1217
- footerHeight: number | string;
1362
+ headerHeight?: number | string;
1363
+ footerHeight?: number | string;
1218
1364
  headerPadding?: Padding;
1219
1365
  footerPadding?: Padding;
1220
1366
  contentPadding?: Padding;
@@ -1241,8 +1387,6 @@ export declare interface PageState {
1241
1387
  footerMounted?: boolean;
1242
1388
  }
1243
1389
 
1244
- export declare const Picker: any;
1245
-
1246
1390
  /**
1247
1391
  * 坐标
1248
1392
  */
@@ -1251,10 +1395,6 @@ export declare interface Point {
1251
1395
  y: number;
1252
1396
  }
1253
1397
 
1254
- export declare const Popup: any;
1255
-
1256
- export declare const Price: any;
1257
-
1258
1398
  /**
1259
1399
  * 优先策略
1260
1400
  */
@@ -1272,12 +1412,8 @@ export declare enum PriorityPolicy {
1272
1412
  */
1273
1413
  export declare function property(source: Ref, name: string, policy?: PriorityPolicy, filter?: AcceptFilter): Ref;
1274
1414
 
1275
- export declare const RadioItem: any;
1276
-
1277
1415
  export declare const raf: any;
1278
1416
 
1279
- export declare const RateItem: any;
1280
-
1281
1417
  /**
1282
1418
  * 只读属性
1283
1419
  * @param source
@@ -1303,10 +1439,6 @@ export declare type Result = Promise<any> | any;
1303
1439
  */
1304
1440
  export declare type Results = Result[];
1305
1441
 
1306
- export declare const RollingProvider: any;
1307
-
1308
- export declare const RowItem: any;
1309
-
1310
1442
  /**
1311
1443
  * 安全区域
1312
1444
  */
@@ -1317,8 +1449,6 @@ export declare interface SafeAreaInset {
1317
1449
  bottom: number | string;
1318
1450
  }
1319
1451
 
1320
- export declare const SelectItem: any;
1321
-
1322
1452
  /**
1323
1453
  * 设置公共校验检查事件
1324
1454
  * @param events
@@ -1357,23 +1487,6 @@ declare interface Size {
1357
1487
  height: number;
1358
1488
  }
1359
1489
 
1360
- export declare const SlotItem: any;
1361
-
1362
- export declare const sticky: any;
1363
-
1364
- export declare const SwitchItem: any;
1365
-
1366
- export declare const TableItem: any;
1367
-
1368
- export declare const TableMappingColumn: any;
1369
-
1370
- export declare const TableRadioColumn: any;
1371
-
1372
- export declare const TableSetting: any;
1373
-
1374
- declare const Text_2: any;
1375
- export { Text_2 as Text }
1376
-
1377
1490
  /**
1378
1491
  * 节流函数(执行时间范围内的第一次)
1379
1492
  * @param func 函数
@@ -1382,12 +1495,6 @@ export { Text_2 as Text }
1382
1495
  */
1383
1496
  export declare function throttle(func: GenericFunction, delay: number): GenericFunction;
1384
1497
 
1385
- export declare const TimeItem: any;
1386
-
1387
- export declare const TimeSelectItem: any;
1388
-
1389
- export declare const Toast: any;
1390
-
1391
1498
  /**
1392
1499
  * 转换为boolean值
1393
1500
  * @param val
@@ -1424,8 +1531,6 @@ export declare const toPxDesc: (value: string | number, size?: number) => string
1424
1531
 
1425
1532
  export declare const toTypeString: (value: unknown) => string;
1426
1533
 
1427
- export declare const Tour: any;
1428
-
1429
1534
  /**
1430
1535
  * to model value
1431
1536
  * @param props
@@ -1434,8 +1539,6 @@ export declare const Tour: any;
1434
1539
  */
1435
1540
  export declare function toValue(props: UnwrapRef<Record<string, any>>, name?: string, format?: ValueFormat<any, any>): Ref;
1436
1541
 
1437
- export declare const TreeSelectItem: any;
1438
-
1439
1542
  /**
1440
1543
  * 尝试执行多次函数
1441
1544
  * @param func 执行函数
@@ -1485,6 +1588,11 @@ export { unNumberFormat }
1485
1588
  * @param state
1486
1589
  * @param pageLayout
1487
1590
  * @param overrideProps
1591
+ * @param root
1592
+ * @param rootWidth
1593
+ * @param rootHeight
1594
+ * @param headerBarHeight
1595
+ * @param footerBarHeight
1488
1596
  */
1489
1597
  export declare function updatePageState(state: PageState, pageLayout: any, overrideProps?: Record<string, unknown>, root?: boolean, rootWidth?: number, rootHeight?: number, headerBarHeight?: number, footerBarHeight?: number): void;
1490
1598
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pad",
3
3
  "type": "module",
4
- "version": "4.0.1-16",
4
+ "version": "4.0.1-18",
5
5
  "description": "FoxUI PAD端组件库",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",