@fox-js/foxui-pad 4.1.0 → 4.1.1-10

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.
@@ -56,11 +56,16 @@ import { ElImage as FoxImage } from './base';
56
56
  import { ElImageViewer as FoxImageViewer } from './base';
57
57
  import { ElInput as FoxInput } from './base';
58
58
  import { ElInputNumber as FoxInputNumber } from './base';
59
+ import { ElInputTag as FoxInputTag } from './base';
59
60
  import { ElLink as FoxLink } from './base';
60
61
  import { ElMain as FoxMain } from './base';
62
+ import { ElMention as FoxMention } from './base';
61
63
  import { ElMenu as FoxMenu } from './base';
62
64
  import { ElMenuItem as FoxMenuItem } from './base';
63
65
  import { ElMenuItemGroup as FoxMenuItemGroup } from './base';
66
+ import { ElMessage as FoxMessage } from './base';
67
+ import { ElMessageBox as FoxMessageBox } from './base';
68
+ import { ElNotification as FoxNotification } from './base';
64
69
  import { ElOption as FoxOption } from './base';
65
70
  import { ElOptionGroup as FoxOptionGroup } from './base';
66
71
  import { ElPageHeader as FoxPageHeader } from './base';
@@ -150,6 +155,10 @@ export declare class Broadcast {
150
155
  * 名称
151
156
  */
152
157
  private name?;
158
+ /**
159
+ * 持久消息注册表
160
+ */
161
+ private persistantMessages;
153
162
  /**
154
163
  * 构造函数
155
164
  * @param parent
@@ -171,6 +180,46 @@ export declare class Broadcast {
171
180
  * 销毁
172
181
  */
173
182
  destroy(): void;
183
+ /**
184
+ * 设置持久化消息
185
+ * @param matched
186
+ * @param action
187
+ * @param args
188
+ */
189
+ private setPersistantMessage;
190
+ /**
191
+ * 删除持久化消息
192
+ * @param matched
193
+ * @param action
194
+ * @param args
195
+ */
196
+ private deletePersistantMessage;
197
+ /**
198
+ * 获取持久化消息列表
199
+ * @returns
200
+ */
201
+ getPersistantMessages(): PersistantMessage[];
202
+ /**
203
+ * 清空持久化消息列表
204
+ */
205
+ clearPersistantMessage(): void;
206
+ /**
207
+ * 判断是否匹配
208
+ * @param name
209
+ * @param matched
210
+ * @returns
211
+ */
212
+ private isMatched;
213
+ /**
214
+ * 触发函数
215
+ * @param action
216
+ * @param args
217
+ */
218
+ private trigger;
219
+ /**
220
+ * 拉取持久消息
221
+ */
222
+ pull(): void;
174
223
  /**
175
224
  * 发生消息
176
225
  * @param matched
@@ -201,6 +250,9 @@ export declare interface BroadcastCallback {
201
250
  (...args: any[]): Result;
202
251
  }
203
252
 
253
+ /**
254
+ * broadcast key
255
+ */
204
256
  export declare const BroadcastKey: unique symbol;
205
257
 
206
258
  export declare function cancelRaf(id: number): void;
@@ -295,9 +347,11 @@ export declare const DateUtils: {
295
347
  * 返回日期格式字符串
296
348
  * @param {Number} 0返回今天的日期、1返回明天的日期,2返回后天得日期,依次类推
297
349
  * @param {Date} 起点日期
350
+ * @param {formatTemplate} 格式化模版
298
351
  * @return {string} '2014-12-31'
352
+ *
299
353
  */
300
- getDay(i: number, startDate?: Date): string;
354
+ getDay(i: number, startDate?: Date, formatTemplate?: string): string;
301
355
  /**
302
356
  * 时间比较
303
357
  * @return
@@ -375,217 +429,237 @@ declare const _default: FoxUIVue;
375
429
  export default _default;
376
430
 
377
431
  declare const _default_10: any;
378
- export { _default_10 as FoxHintText }
379
- export { _default_10 as HintText }
432
+ export { _default_10 as ButtonsItem }
433
+ export { _default_10 as FoxButtonsItem }
380
434
 
381
435
  declare const _default_11: any;
382
- export { _default_11 as FoxInputItem }
383
- export { _default_11 as InputItem }
436
+ export { _default_11 as FoxHintText }
437
+ export { _default_11 as HintText }
384
438
 
385
439
  declare const _default_12: any;
386
- export { _default_12 as FoxSelectItem }
387
- export { _default_12 as SelectItem }
440
+ export { _default_12 as FoxInputItem }
441
+ export { _default_12 as InputItem }
388
442
 
389
443
  declare const _default_13: any;
390
- export { _default_13 as DateItem }
391
- export { _default_13 as FoxDateItem }
444
+ export { _default_13 as FoxSelectItem }
445
+ export { _default_13 as SelectItem }
392
446
 
393
447
  declare const _default_14: any;
394
- export { _default_14 as CalendarItem }
395
- export { _default_14 as FoxCalendarItem }
448
+ export { _default_14 as DateItem }
449
+ export { _default_14 as FoxDateItem }
396
450
 
397
451
  declare const _default_15: any;
398
- export { _default_15 as FoxTimeItem }
399
- export { _default_15 as TimeItem }
452
+ export { _default_15 as CalendarItem }
453
+ export { _default_15 as FoxCalendarItem }
400
454
 
401
455
  declare const _default_16: any;
402
- export { _default_16 as FoxTimeSelectItem }
403
- export { _default_16 as TimeSelectItem }
456
+ export { _default_16 as FoxTimeItem }
457
+ export { _default_16 as TimeItem }
404
458
 
405
459
  declare const _default_17: any;
406
- export { _default_17 as FoxMoneyItem }
407
- export { _default_17 as MoneyItem }
460
+ export { _default_17 as FoxTimeSelectItem }
461
+ export { _default_17 as TimeSelectItem }
408
462
 
409
463
  declare const _default_18: any;
410
- export { _default_18 as FoxInputNumberItem }
411
- export { _default_18 as InputNumberItem }
464
+ export { _default_18 as FoxMoneyItem }
465
+ export { _default_18 as MoneyItem }
412
466
 
413
467
  declare const _default_19: any;
414
- export { _default_19 as CascaderItem }
415
- export { _default_19 as FoxCascaderItem }
468
+ export { _default_19 as FoxInputNumberItem }
469
+ export { _default_19 as InputNumberItem }
416
470
 
417
471
  declare const _default_2: any;
418
472
  export { _default_2 as FoxPage }
419
473
  export { _default_2 as Page }
420
474
 
421
475
  declare const _default_20: any;
422
- export { _default_20 as AutocompleteItem }
423
- export { _default_20 as FoxAutocompleteItem }
476
+ export { _default_20 as CascaderItem }
477
+ export { _default_20 as FoxCascaderItem }
424
478
 
425
479
  declare const _default_21: any;
426
- export { _default_21 as FoxTableMappingColumn }
427
- export { _default_21 as TableMappingColumn }
480
+ export { _default_21 as AutocompleteItem }
481
+ export { _default_21 as FoxAutocompleteItem }
428
482
 
429
483
  declare const _default_22: any;
430
- export { _default_22 as FoxTableRadioColumn }
431
- export { _default_22 as TableRadioColumn }
484
+ export { _default_22 as FoxTableMappingColumn }
485
+ export { _default_22 as TableMappingColumn }
432
486
 
433
487
  declare const _default_23: any;
434
- export { _default_23 as FoxTableSetting }
435
- export { _default_23 as TableSetting }
488
+ export { _default_23 as FoxTableRadioColumn }
489
+ export { _default_23 as TableRadioColumn }
436
490
 
437
491
  declare const _default_24: any;
438
- export { _default_24 as FoxTableItem }
439
- export { _default_24 as TableItem }
492
+ export { _default_24 as FoxTableSetting }
493
+ export { _default_24 as TableSetting }
440
494
 
441
495
  declare const _default_25: any;
442
- export { _default_25 as FoxRadioItem }
443
- export { _default_25 as RadioItem }
496
+ export { _default_25 as FoxTableItem }
497
+ export { _default_25 as TableItem }
444
498
 
445
499
  declare const _default_26: any;
446
- export { _default_26 as CheckboxItem }
447
- export { _default_26 as FoxCheckboxItem }
500
+ export { _default_26 as FoxRadioItem }
501
+ export { _default_26 as RadioItem }
448
502
 
449
503
  declare const _default_27: any;
450
- export { _default_27 as FoxRateItem }
451
- export { _default_27 as RateItem }
504
+ export { _default_27 as CheckboxItem }
505
+ export { _default_27 as FoxCheckboxItem }
452
506
 
453
507
  declare const _default_28: any;
454
- export { _default_28 as FoxSwitchItem }
455
- export { _default_28 as SwitchItem }
508
+ export { _default_28 as FoxRateItem }
509
+ export { _default_28 as RateItem }
456
510
 
457
511
  declare const _default_29: any;
458
- export { _default_29 as FoxTreeSelectItem }
459
- export { _default_29 as TreeSelectItem }
512
+ export { _default_29 as FoxSwitchItem }
513
+ export { _default_29 as SwitchItem }
460
514
 
461
515
  declare const _default_3: any;
462
516
  export { _default_3 as FoxHeaderBar }
463
517
  export { _default_3 as HeaderBar }
464
518
 
465
519
  declare const _default_30: any;
466
- export { _default_30 as FoxGroupSetting }
467
- export { _default_30 as GroupSetting }
520
+ export { _default_30 as FoxTreeSelectItem }
521
+ export { _default_30 as TreeSelectItem }
468
522
 
469
523
  declare const _default_31: any;
470
- export { _default_31 as ActionsheetPane }
471
- export { _default_31 as FoxActionsheetPane }
524
+ export { _default_31 as FoxGroupSetting }
525
+ export { _default_31 as GroupSetting }
472
526
 
473
527
  declare const _default_32: any;
474
- export { _default_32 as ActionsheetItem }
475
- export { _default_32 as FoxActionsheetItem }
528
+ export { _default_32 as FoxTreeItem }
529
+ export { _default_32 as TreeItem }
476
530
 
477
531
  declare const _default_33: any;
478
- export { _default_33 as FoxPickerItem }
479
- export { _default_33 as PickerItem }
532
+ export { _default_33 as ActionsheetPane }
533
+ export { _default_33 as FoxActionsheetPane }
480
534
 
481
535
  declare const _default_34: any;
482
- export { _default_34 as FoxTabsBar }
483
- export { _default_34 as TabsBar }
536
+ export { _default_34 as ActionsheetItem }
537
+ export { _default_34 as FoxActionsheetItem }
484
538
 
485
539
  declare const _default_35: any;
486
- export { _default_35 as FoxTabsContainer }
487
- export { _default_35 as TabsContainer }
540
+ export { _default_35 as FoxPickerItem }
541
+ export { _default_35 as PickerItem }
488
542
 
489
543
  declare const _default_36: any;
490
- export { _default_36 as FoxTabsPane }
491
- export { _default_36 as TabsPane }
544
+ export { _default_36 as FoxTabsBar }
545
+ export { _default_36 as TabsBar }
492
546
 
493
547
  declare const _default_37: any;
494
- export { _default_37 as FoxStepsBar }
495
- export { _default_37 as StepsBar }
548
+ export { _default_37 as FoxTabsContainer }
549
+ export { _default_37 as TabsContainer }
496
550
 
497
551
  declare const _default_38: any;
498
- export { _default_38 as Foxpicker }
499
- export { _default_38 as picker }
552
+ export { _default_38 as FoxTabsPane }
553
+ export { _default_38 as TabsPane }
500
554
 
501
555
  declare const _default_39: any;
502
- export { _default_39 as Foxdatepicker }
503
- export { _default_39 as datepicker }
556
+ export { _default_39 as FoxTabsFrame }
557
+ export { _default_39 as TabsFrame }
504
558
 
505
559
  declare const _default_4: any;
506
560
  export { _default_4 as FooterBar }
507
561
  export { _default_4 as FoxFooterBar }
508
562
 
509
563
  declare const _default_40: any;
510
- export { _default_40 as Foxcalendarpicker }
511
- export { _default_40 as calendarpicker }
564
+ export { _default_40 as FoxStepsBar }
565
+ export { _default_40 as StepsBar }
512
566
 
513
567
  declare const _default_41: any;
514
- export { _default_41 as Foxcascaderpicker }
515
- export { _default_41 as cascaderpicker }
568
+ export { _default_41 as FloatingWindow }
569
+ export { _default_41 as FoxFloatingWindow }
516
570
 
517
571
  declare const _default_42: any;
518
- export { _default_42 as DialogItem }
519
- export { _default_42 as FoxDialogItem }
572
+ export { _default_42 as FoxPopoverDialog }
573
+ export { _default_42 as PopoverDialog }
520
574
 
521
575
  declare const _default_43: any;
522
- export { _default_43 as FoxOverLay }
523
- export { _default_43 as OverLay }
576
+ export { _default_43 as Foxpicker }
577
+ export { _default_43 as picker }
524
578
 
525
579
  declare const _default_44: any;
526
- export { _default_44 as FoxPopup }
527
- export { _default_44 as Popup }
580
+ export { _default_44 as Foxdatepicker }
581
+ export { _default_44 as datepicker }
528
582
 
529
583
  declare const _default_45: any;
530
- export { _default_45 as FoxToast }
531
- export { _default_45 as Toast }
584
+ export { _default_45 as Foxcalendarpicker }
585
+ export { _default_45 as calendarpicker }
532
586
 
533
587
  declare const _default_46: any;
534
- export { _default_46 as FoxSearchBar }
535
- export { _default_46 as SearchBar }
588
+ export { _default_46 as Foxcascaderpicker }
589
+ export { _default_46 as cascaderpicker }
536
590
 
537
591
  declare const _default_47: any;
538
- export { _default_47 as FoxInfiniteLoading }
539
- export { _default_47 as InfiniteLoading }
592
+ export { _default_47 as DialogItem }
593
+ export { _default_47 as FoxDialogItem }
540
594
 
541
595
  declare const _default_48: any;
542
- export { _default_48 as FoxPullRefresh }
543
- export { _default_48 as PullRefresh }
596
+ export { _default_48 as FoxOverLay }
597
+ export { _default_48 as OverLay }
544
598
 
545
599
  declare const _default_49: any;
546
- export { _default_49 as FoxMapping }
547
- export { _default_49 as Mapping }
600
+ export { _default_49 as FoxPopup }
601
+ export { _default_49 as Popup }
548
602
 
549
603
  declare const _default_5: any;
550
604
  export { _default_5 as Content }
551
605
  export { _default_5 as FoxContent }
552
606
 
553
607
  declare const _default_50: any;
554
- export { _default_50 as FoxPrice }
555
- export { _default_50 as Price }
608
+ export { _default_50 as FoxToast }
609
+ export { _default_50 as Toast }
556
610
 
557
611
  declare const _default_51: any;
558
- export { _default_51 as FoxIndicator }
559
- export { _default_51 as Indicator }
612
+ export { _default_51 as FoxSearchBar }
613
+ export { _default_51 as SearchBar }
560
614
 
561
615
  declare const _default_52: any;
562
- export { _default_52 as FoxText }
563
- export { _default_52 as Text }
616
+ export { _default_52 as FoxInfiniteLoading }
617
+ export { _default_52 as InfiniteLoading }
564
618
 
565
619
  declare const _default_53: any;
566
- export { _default_53 as FoxMoreButton }
567
- export { _default_53 as MoreButton }
620
+ export { _default_53 as FoxPullRefresh }
621
+ export { _default_53 as PullRefresh }
568
622
 
569
623
  declare const _default_54: any;
570
- export { _default_54 as FoxTour }
571
- export { _default_54 as Tour }
624
+ export { _default_54 as FoxMoreButton }
625
+ export { _default_54 as MoreButton }
572
626
 
573
627
  declare const _default_55: any;
574
- export { _default_55 as FloatingWindow }
575
- export { _default_55 as FoxFloatingWindow }
628
+ export { _default_55 as FloatingButton }
629
+ export { _default_55 as FoxFloatingButton }
576
630
 
577
631
  declare const _default_56: any;
578
- export { _default_56 as DomainProvider }
579
- export { _default_56 as FoxDomainProvider }
632
+ export { _default_56 as FoxMapping }
633
+ export { _default_56 as Mapping }
580
634
 
581
635
  declare const _default_57: any;
582
- export { _default_57 as FoxRollingProvider }
583
- export { _default_57 as RollingProvider }
636
+ export { _default_57 as FoxPrice }
637
+ export { _default_57 as Price }
638
+
639
+ declare const _default_58: any;
640
+ export { _default_58 as FoxIndicator }
641
+ export { _default_58 as Indicator }
642
+
643
+ declare const _default_59: any;
644
+ export { _default_59 as FoxText }
645
+ export { _default_59 as Text }
584
646
 
585
647
  declare const _default_6: any;
586
648
  export { _default_6 as FoxGroup }
587
649
  export { _default_6 as Group }
588
650
 
651
+ declare const _default_60: any;
652
+ export { _default_60 as FoxTour }
653
+ export { _default_60 as Tour }
654
+
655
+ declare const _default_61: any;
656
+ export { _default_61 as DomainProvider }
657
+ export { _default_61 as FoxDomainProvider }
658
+
659
+ declare const _default_62: any;
660
+ export { _default_62 as FoxRollingProvider }
661
+ export { _default_62 as RollingProvider }
662
+
589
663
  declare const _default_7: any;
590
664
  export { _default_7 as FoxItem }
591
665
  export { _default_7 as Item }
@@ -933,16 +1007,26 @@ export { FoxInput }
933
1007
 
934
1008
  export { FoxInputNumber }
935
1009
 
1010
+ export { FoxInputTag }
1011
+
936
1012
  export { FoxLink }
937
1013
 
938
1014
  export { FoxMain }
939
1015
 
1016
+ export { FoxMention }
1017
+
940
1018
  export { FoxMenu }
941
1019
 
942
1020
  export { FoxMenuItem }
943
1021
 
944
1022
  export { FoxMenuItemGroup }
945
1023
 
1024
+ export { FoxMessage }
1025
+
1026
+ export { FoxMessageBox }
1027
+
1028
+ export { FoxNotification }
1029
+
946
1030
  export { FoxOption }
947
1031
 
948
1032
  export { FoxOptionGroup }
@@ -1057,12 +1141,12 @@ declare class FoxUIVue implements FoxUI {
1057
1141
  */
1058
1142
  install(app: App, options?: FoxUIOptions): any;
1059
1143
  /**
1060
- * 初始化page Layout
1144
+ * 更新Layout
1061
1145
  *
1062
1146
  * @param options
1063
1147
  * @param rootDomain
1064
1148
  */
1065
- initPageLayout(options: FoxUIOptions, rootDomain?: Domain): void;
1149
+ updateLayout(options: FoxUIOptions, rootDomain?: Domain): void;
1066
1150
  /**
1067
1151
  * 设置scope getter
1068
1152
  * @param getter
@@ -1186,12 +1270,6 @@ declare interface Installer {
1186
1270
  (app: App, options?: any): void;
1187
1271
  }
1188
1272
 
1189
- /**
1190
- * 安装校验规则
1191
- * @param proxy
1192
- */
1193
- export declare function installRules(proxy: FoxComponentPublicInstance, validateScheme: ValidateSchema, name: string): void;
1194
-
1195
1273
  /**
1196
1274
  * 获取整数长度
1197
1275
  * @param value
@@ -1227,7 +1305,7 @@ export declare const isDate: (val: unknown) => val is Date;
1227
1305
  * @param v
1228
1306
  * @returns
1229
1307
  */
1230
- export declare const isEmptyString: (v: unknown) => v is "";
1308
+ export declare const isEmptyString: (v: unknown) => v is null | undefined | "";
1231
1309
 
1232
1310
  /**
1233
1311
  * 判断两个对象是否一致
@@ -1373,8 +1451,11 @@ export declare interface Matched {
1373
1451
  name?: string | RegExp | {
1374
1452
  (name: string): boolean;
1375
1453
  };
1376
- maxLevel?: number;
1377
- level?: number;
1454
+ resolve?: Resolve;
1455
+ resolved?: boolean;
1456
+ uniqueId?: string;
1457
+ cachePolicy?: MessageCachePolicy;
1458
+ messagingPolicy?: MessagingPolicy;
1378
1459
  }
1379
1460
 
1380
1461
  /**
@@ -1385,6 +1466,18 @@ export declare interface Matched {
1385
1466
  */
1386
1467
  export declare function merge(first: any[], second: any[]): any[];
1387
1468
 
1469
+ /**
1470
+ * 消息缓存策略
1471
+ * None:不缓存; UnResolved:消息未命中前缓存;Persistant:永久缓存
1472
+ */
1473
+ export declare type MessageCachePolicy = 'None' | 'Unresolved' | 'Persistant';
1474
+
1475
+ /**
1476
+ * 消息传递策略
1477
+ * broadcast
1478
+ */
1479
+ export declare type MessagingPolicy = 'Brodcast' | 'Once';
1480
+
1388
1481
  export { multiply }
1389
1482
 
1390
1483
  export { negate }
@@ -1432,8 +1525,8 @@ export declare interface Padding {
1432
1525
  * page layout
1433
1526
  */
1434
1527
  export declare interface PageLayout {
1435
- width: number | string;
1436
- height: number | string;
1528
+ width?: number | string;
1529
+ height?: number | string;
1437
1530
  headerHeight?: number | string;
1438
1531
  footerHeight?: number | string;
1439
1532
  headerPadding?: Padding;
@@ -1462,6 +1555,15 @@ export declare interface PageState {
1462
1555
  footerMounted?: boolean;
1463
1556
  }
1464
1557
 
1558
+ /**
1559
+ * 持久消息
1560
+ */
1561
+ declare interface PersistantMessage {
1562
+ matched: Matched;
1563
+ action: string;
1564
+ args: any[];
1565
+ }
1566
+
1465
1567
  /**
1466
1568
  * 坐标
1467
1569
  */
@@ -1504,6 +1606,11 @@ declare interface Rect {
1504
1606
  height: number;
1505
1607
  }
1506
1608
 
1609
+ /**
1610
+ * 消息确认函数
1611
+ */
1612
+ declare type Resolve = (...args: any) => void;
1613
+
1507
1614
  /**
1508
1615
  * 结果类型
1509
1616
  */
@@ -1596,13 +1703,15 @@ export declare function toPadding(rect: any): Padding;
1596
1703
  */
1597
1704
  export declare function toPx(value: number | string, size?: number): number;
1598
1705
 
1706
+ export declare const toPxDesc: (value: string | number, size?: number) => string;
1707
+
1599
1708
  /**
1600
- * to px desc
1709
+ * to px string
1601
1710
  * @param value
1602
1711
  * @parma size
1603
1712
  * @returns
1604
1713
  */
1605
- export declare const toPxDesc: (value: string | number, size?: number) => string;
1714
+ export declare const toPxString: (value: string | number, size?: number) => string;
1606
1715
 
1607
1716
  export declare const toTypeString: (value: unknown) => string;
1608
1717
 
@@ -1668,8 +1777,8 @@ export { unNumberFormat }
1668
1777
  /**
1669
1778
  * 更新 page state
1670
1779
  * @param state
1671
- * @param pageLayout
1672
- * @param overrideProps
1780
+ * @param pageLayout(领域设置)
1781
+ * @param overrideProps(组件属性)
1673
1782
  * @param root
1674
1783
  * @param rootWidth
1675
1784
  * @param rootHeight
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pad",
3
3
  "type": "module",
4
- "version": "4.1.0",
4
+ "version": "4.1.1-10",
5
5
  "description": "FoxUI PAD端组件库",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",
@@ -10,10 +10,15 @@
10
10
  "style": "./dist/style.css",
11
11
  "exports": {
12
12
  ".": {
13
+ "types": "./dist/types/index.d.ts",
13
14
  "import": "./dist/index.esm.js",
14
15
  "require": "./dist/index.umd.js"
15
16
  },
16
17
  "./style.css": "./dist/style.css",
18
+ "./locale": {
19
+ "import": "./dist/locale/index.esm.js",
20
+ "require": "./dist/locale/index.umd.js"
21
+ },
17
22
  "./dist/locale": {
18
23
  "import": "./dist/locale/index.esm.js",
19
24
  "require": "./dist/locale/index.umd.js"
@@ -41,5 +46,10 @@
41
46
  },
42
47
  "license": "",
43
48
  "repository": "",
44
- "dependencies": {}
45
- }
49
+ "dependencies": {},
50
+ "peerDependencies": {
51
+ "@element-plus/icons-vue": ">=2.3.1",
52
+ "dayjs": ">=1.0.0",
53
+ "element-plus": ">=2.9.3"
54
+ }
55
+ }
package/dist/style.esm.js DELETED
@@ -1,3 +0,0 @@
1
- /*!
2
- * @fox-js/foxui-desktop v4.0.0 Wed Jun 26 2024 22:12:10 GMT+0800 (中国标准时间)
3
- */