fangguo-component 1.1.2 → 1.1.4

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.
Files changed (150) hide show
  1. package/dist/ArgHover.css +20 -1
  2. package/dist/ArgHover.vue_vue_type_style_index_0_lang-CSymSDRl.js +56 -0
  3. package/dist/ButtonGroup-DqViorHX.js +134 -0
  4. package/dist/ButtonGroup.css +35 -1
  5. package/dist/CitySelect.vue_vue_type_script_setup_true_lang-DZp6834K.js +224 -0
  6. package/dist/ContentTitle-By0Zk1u7.js +30 -0
  7. package/dist/ContentTitle.css +6 -1
  8. package/dist/CustomInputV2-BqhBSO53.js +157 -0
  9. package/dist/CustomInputV2.css +5 -1
  10. package/dist/CustomMultipleInput-DRMTUtkE.js +125 -0
  11. package/dist/CustomMultipleInput.css +8 -1
  12. package/dist/DragResizable.css +126 -1
  13. package/dist/DragResizable.vue_vue_type_style_index_0_lang-BePpQHve.js +331 -0
  14. package/dist/DragSort-5WetnkmW.js +98 -0
  15. package/dist/DragSort.css +5 -1
  16. package/dist/ErrorImage-Ao9kEEUg.js +36 -0
  17. package/dist/ErrorImage.css +4 -1
  18. package/dist/FgCascader.css +37 -1
  19. package/dist/FgCascader.vue_vue_type_style_index_0_lang-CM8FxFLJ.js +2424 -0
  20. package/dist/HSelect-BFkWiCFi.js +671 -0
  21. package/dist/HSelect.css +80 -1
  22. package/dist/HSelectAll.vue_vue_type_script_setup_true_lang-BZX7ch2I.js +50 -0
  23. package/dist/HSelectSJ-DZmtdyjF.js +671 -0
  24. package/dist/HSelectSJ.css +88 -1
  25. package/dist/IdentifyAddress.vue_vue_type_script_setup_true_lang-BCIOF-Oy.js +5202 -0
  26. package/dist/ImageLoupe.vue_vue_type_script_setup_true_lang-BaXHYlDu.js +92 -0
  27. package/dist/LazyComponent.vue_vue_type_script_setup_true_lang-D5KGqlj4.js +107 -0
  28. package/dist/LazyPopover.vue_vue_type_script_setup_true_lang-B2vtU4f4.js +34 -0
  29. package/dist/LoadingBtn-DWm2cY9k.js +87 -0
  30. package/dist/LoadingBtn.css +12 -1
  31. package/dist/MInput-s_P63myh.js +114 -0
  32. package/dist/MInput.css +21 -1
  33. package/dist/MyTable-CHvxPYgk.js +94 -0
  34. package/dist/MyTable.css +33 -1
  35. package/dist/NoRender.vue_vue_type_script_setup_true_lang-B0G6jxPg.js +31 -0
  36. package/dist/SelectAddress-CCepDxu8.js +254 -0
  37. package/dist/SelectAddress.css +18 -1
  38. package/dist/SelectAll.vue_vue_type_script_setup_true_lang-CyzY8ams.js +101 -0
  39. package/dist/SelectAll2.vue_vue_type_script_setup_true_lang-CrsaohxU.js +103 -0
  40. package/dist/SelectCustomAll.css +8 -1
  41. package/dist/SelectCustomAll.vue_vue_type_style_index_0_lang-BEZwlGXa.js +111 -0
  42. package/dist/SelectTimePicker.vue_vue_type_script_setup_true_lang-Dk4TpTBN.js +48 -0
  43. package/dist/SelectTree-DHbWogEU.js +1276 -0
  44. package/dist/SelectTree.css +74 -1
  45. package/dist/SvgIcon-DIg0upEk.js +33 -0
  46. package/dist/TextCopy-th0FAxwl.js +44 -0
  47. package/dist/TextCopy.css +7 -1
  48. package/dist/TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-DVE1CxPm.js +174 -0
  49. package/dist/VirtualTable-Cm_L7q9W.js +703 -0
  50. package/dist/VirtualTable.css +185 -1
  51. package/dist/_commonjsHelpers-DnzVkjQg.js +38 -0
  52. package/dist/_plugin-vue_export-helper-1tPrXgE0.js +10 -0
  53. package/dist/common-B1nSpTGn.js +9669 -0
  54. package/dist/components/VirtualTable/index.js +2 -2
  55. package/dist/components/argHover/index.js +2 -2
  56. package/dist/components/buttonGroup/index.js +2 -2
  57. package/dist/components/cascader/index.js +2 -2
  58. package/dist/components/citySelect/index.js +2 -2
  59. package/dist/components/contentTitle/index.js +2 -2
  60. package/dist/components/customInputV2/index.js +2 -2
  61. package/dist/components/customMultipleInput/index.js +2 -2
  62. package/dist/components/dragResizable/index.js +2 -2
  63. package/dist/components/dragSort/index.js +2 -2
  64. package/dist/components/errorImage/index.js +2 -2
  65. package/dist/components/hSelect/index.js +2 -2
  66. package/dist/components/hSelectAll/index.js +2 -2
  67. package/dist/components/hSelectSJ/index.js +2 -2
  68. package/dist/components/identifyAddress/index.js +2 -2
  69. package/dist/components/imageLoupe/index.js +2 -2
  70. package/dist/components/index.js +62 -62
  71. package/dist/components/lazyComponent/index.js +2 -2
  72. package/dist/components/lazyPopover/index.js +2 -2
  73. package/dist/components/loadingBtn/index.js +2 -2
  74. package/dist/components/mInput/index.js +2 -2
  75. package/dist/components/myTable/index.js +2 -2
  76. package/dist/components/noRender/index.js +2 -2
  77. package/dist/components/selectAddress/index.js +2 -2
  78. package/dist/components/selectAll/index.js +2 -2
  79. package/dist/components/selectAll2/index.js +2 -2
  80. package/dist/components/selectCustomAll/index.js +2 -2
  81. package/dist/components/selectTimePicker/index.js +2 -2
  82. package/dist/components/selectTree/index.js +2 -2
  83. package/dist/components/svgIcon/index.js +2 -2
  84. package/dist/components/textCopy/index.js +2 -2
  85. package/dist/components/textEllipsisTooltip/index.js +2 -2
  86. package/dist/dateShortcuts-DjFC_Txu.js +27 -0
  87. package/dist/directive/index.js +2 -2
  88. package/dist/directive/loading/index.js +2 -2
  89. package/dist/hooks/index.js +2 -2
  90. package/dist/hooks/usePagination/index.js +2 -2
  91. package/dist/index-BPnixsfc.js +103 -0
  92. package/dist/index-C9zyi90j.js +165 -0
  93. package/dist/index-CSMWzzp0.js +8 -0
  94. package/dist/index-DfQiknXJ.js +8 -0
  95. package/dist/index-DzdLpetc.js +29184 -0
  96. package/dist/index-uQXqC9BF.js +68 -0
  97. package/dist/index.css +1 -1
  98. package/dist/index.js +204 -194
  99. package/dist/loading-CGrVcnNl.js +47 -0
  100. package/dist/loading.css +110 -1
  101. package/dist/tools/ImageParserUtils/index.js +17239 -9074
  102. package/dist/tools/common/index.js +86 -86
  103. package/dist/tools/index.js +95 -95
  104. package/dist/usePagination-C63IRXjZ.js +29 -0
  105. package/dist/vue-virtual-scroller.esm-ZgBoGAjX.js +1507 -0
  106. package/package.json +1 -1
  107. package/dist/ArgHover.vue_vue_type_style_index_0_lang-CMhRP09M.js +0 -54
  108. package/dist/ButtonGroup-C0yZEkxK.js +0 -103
  109. package/dist/CitySelect.vue_vue_type_script_setup_true_lang-8EbHD3Nt.js +0 -159
  110. package/dist/ContentTitle-mqrusLjx.js +0 -24
  111. package/dist/CustomInputV2-uARhbFc8.js +0 -135
  112. package/dist/CustomMultipleInput-DDaqoHVU.js +0 -109
  113. package/dist/DragResizable.vue_vue_type_style_index_0_lang-CHv0gJmo.js +0 -179
  114. package/dist/DragSort-CfDeFAIG.js +0 -66
  115. package/dist/ErrorImage-CTP_5sal.js +0 -32
  116. package/dist/FgCascader.vue_vue_type_style_index_0_lang-BUZDDcVn.js +0 -1656
  117. package/dist/HSelect-Drf6YBwO.js +0 -468
  118. package/dist/HSelectAll.vue_vue_type_script_setup_true_lang-Blq9xpfa.js +0 -36
  119. package/dist/HSelectSJ-D3GrXmvj.js +0 -462
  120. package/dist/IdentifyAddress.vue_vue_type_script_setup_true_lang-BJheMI1q.js +0 -4743
  121. package/dist/ImageLoupe.vue_vue_type_script_setup_true_lang-BlX4VbRi.js +0 -79
  122. package/dist/LazyComponent.vue_vue_type_script_setup_true_lang-vNk68D8E.js +0 -82
  123. package/dist/LazyPopover.vue_vue_type_script_setup_true_lang-DcOrcH0T.js +0 -33
  124. package/dist/LoadingBtn-BhbhNboo.js +0 -66
  125. package/dist/MInput-CpoW17Wh.js +0 -101
  126. package/dist/MyTable-DmwyEVJb.js +0 -68
  127. package/dist/NoRender.vue_vue_type_script_setup_true_lang-Do36nSsV.js +0 -30
  128. package/dist/SelectAddress-B4oK5erq.js +0 -173
  129. package/dist/SelectAll.vue_vue_type_script_setup_true_lang-BC3q2U8f.js +0 -79
  130. package/dist/SelectAll2.vue_vue_type_script_setup_true_lang-CaET5eli.js +0 -74
  131. package/dist/SelectCustomAll.vue_vue_type_style_index_0_lang-_wCRO217.js +0 -83
  132. package/dist/SelectTimePicker.vue_vue_type_script_setup_true_lang-Bj0KMOKv.js +0 -45
  133. package/dist/SelectTree-Dm5259kY.js +0 -911
  134. package/dist/SvgIcon-C2ah8E0Z.js +0 -30
  135. package/dist/TextCopy-hOj-Wj2H.js +0 -41
  136. package/dist/TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-aZbEQmbM.js +0 -112
  137. package/dist/VirtualTable-BWugJiQ5.js +0 -349
  138. package/dist/_commonjsHelpers-ByYUsBRP.js +0 -33
  139. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
  140. package/dist/common-BIEgCXbl.js +0 -7030
  141. package/dist/dateShortcuts-DDPtAhDI.js +0 -26
  142. package/dist/index-BRcBDlVs.js +0 -68
  143. package/dist/index-CeWudY6u.js +0 -8
  144. package/dist/index-DIX8TpoT.js +0 -118
  145. package/dist/index-DpPsTMp0.js +0 -8
  146. package/dist/index-epuVZjZV.js +0 -103
  147. package/dist/index-uf7oyYDF.js +0 -16847
  148. package/dist/loading-DJVNc0eN.js +0 -36
  149. package/dist/usePagination-CwShBEjA.js +0 -20
  150. package/dist/vue-virtual-scroller.esm-CH-jx4ri.js +0 -1051
@@ -1,4 +1,4 @@
1
- import { V as e } from "../../VirtualTable-BWugJiQ5.js";
1
+ import { V } from "../../VirtualTable-Cm_L7q9W.js";
2
2
  export {
3
- e as VirtualTable
3
+ V as VirtualTable
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as e } from "../../ArgHover.vue_vue_type_style_index_0_lang-CMhRP09M.js";
1
+ import { _ } from "../../ArgHover.vue_vue_type_style_index_0_lang-CSymSDRl.js";
2
2
  export {
3
- e as FgArgHover
3
+ _ as FgArgHover
4
4
  };
@@ -1,4 +1,4 @@
1
- import { B as t } from "../../ButtonGroup-C0yZEkxK.js";
1
+ import { B } from "../../ButtonGroup-DqViorHX.js";
2
2
  export {
3
- t as FgButtonGroup
3
+ B as FgButtonGroup
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as e } from "../../FgCascader.vue_vue_type_style_index_0_lang-BUZDDcVn.js";
1
+ import { _ } from "../../FgCascader.vue_vue_type_style_index_0_lang-CM8FxFLJ.js";
2
2
  export {
3
- e as FgCascader
3
+ _ as FgCascader
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as o } from "../../CitySelect.vue_vue_type_script_setup_true_lang-8EbHD3Nt.js";
1
+ import { _ } from "../../CitySelect.vue_vue_type_script_setup_true_lang-DZp6834K.js";
2
2
  export {
3
- o as FgCitySelect
3
+ _ as FgCitySelect
4
4
  };
@@ -1,4 +1,4 @@
1
- import { C as o } from "../../ContentTitle-mqrusLjx.js";
1
+ import { C } from "../../ContentTitle-By0Zk1u7.js";
2
2
  export {
3
- o as FgContentTitle
3
+ C as FgContentTitle
4
4
  };
@@ -1,4 +1,4 @@
1
- import { C as m } from "../../CustomInputV2-uARhbFc8.js";
1
+ import { C } from "../../CustomInputV2-BqhBSO53.js";
2
2
  export {
3
- m as FgCustomInputV2
3
+ C as FgCustomInputV2
4
4
  };
@@ -1,4 +1,4 @@
1
- import { C as p } from "../../CustomMultipleInput-DDaqoHVU.js";
1
+ import { C } from "../../CustomMultipleInput-DRMTUtkE.js";
2
2
  export {
3
- p as FgCustomMultipleInput
3
+ C as FgCustomMultipleInput
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as r } from "../../DragResizable.vue_vue_type_style_index_0_lang-CHv0gJmo.js";
1
+ import { _ } from "../../DragResizable.vue_vue_type_style_index_0_lang-BePpQHve.js";
2
2
  export {
3
- r as FgDragResizable
3
+ _ as FgDragResizable
4
4
  };
@@ -1,4 +1,4 @@
1
- import { D as a } from "../../DragSort-CfDeFAIG.js";
1
+ import { D } from "../../DragSort-5WetnkmW.js";
2
2
  export {
3
- a as FgDragSort
3
+ D as FgDragSort
4
4
  };
@@ -1,4 +1,4 @@
1
- import { E as a } from "../../ErrorImage-CTP_5sal.js";
1
+ import { E } from "../../ErrorImage-Ao9kEEUg.js";
2
2
  export {
3
- a as FgErrorImage
3
+ E as FgErrorImage
4
4
  };
@@ -1,4 +1,4 @@
1
- import { H as r } from "../../HSelect-Drf6YBwO.js";
1
+ import { H } from "../../HSelect-BFkWiCFi.js";
2
2
  export {
3
- r as FgHSelect
3
+ H as FgHSelect
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as o } from "../../HSelectAll.vue_vue_type_script_setup_true_lang-Blq9xpfa.js";
1
+ import { _ } from "../../HSelectAll.vue_vue_type_script_setup_true_lang-BZX7ch2I.js";
2
2
  export {
3
- o as FgHSelectAll
3
+ _ as FgHSelectAll
4
4
  };
@@ -1,4 +1,4 @@
1
- import { H as r } from "../../HSelectSJ-D3GrXmvj.js";
1
+ import { H } from "../../HSelectSJ-DZmtdyjF.js";
2
2
  export {
3
- r as FgHSelectSJ
3
+ H as FgHSelectSJ
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as r } from "../../IdentifyAddress.vue_vue_type_script_setup_true_lang-BJheMI1q.js";
1
+ import { _ } from "../../IdentifyAddress.vue_vue_type_script_setup_true_lang-BCIOF-Oy.js";
2
2
  export {
3
- r as FgIdentifyAddress
3
+ _ as FgIdentifyAddress
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as a } from "../../ImageLoupe.vue_vue_type_script_setup_true_lang-BlX4VbRi.js";
1
+ import { _ } from "../../ImageLoupe.vue_vue_type_script_setup_true_lang-BaXHYlDu.js";
2
2
  export {
3
- a as FgImageLoupe
3
+ _ as FgImageLoupe
4
4
  };
@@ -1,64 +1,64 @@
1
- import { _ as e } from "../ArgHover.vue_vue_type_style_index_0_lang-CMhRP09M.js";
2
- import { _ as a } from "../FgCascader.vue_vue_type_style_index_0_lang-BUZDDcVn.js";
3
- import { _ as s } from "../CitySelect.vue_vue_type_script_setup_true_lang-8EbHD3Nt.js";
4
- import { _ as g } from "../DragResizable.vue_vue_type_style_index_0_lang-CHv0gJmo.js";
5
- import { _ as f } from "../HSelectAll.vue_vue_type_script_setup_true_lang-Blq9xpfa.js";
6
- import { _ as l } from "../IdentifyAddress.vue_vue_type_script_setup_true_lang-BJheMI1q.js";
7
- import { _ } from "../ImageLoupe.vue_vue_type_script_setup_true_lang-BlX4VbRi.js";
8
- import { _ as n } from "../LazyComponent.vue_vue_type_script_setup_true_lang-vNk68D8E.js";
9
- import { _ as u } from "../LazyPopover.vue_vue_type_script_setup_true_lang-DcOrcH0T.js";
10
- import { _ as T } from "../NoRender.vue_vue_type_script_setup_true_lang-Do36nSsV.js";
11
- import { _ as A } from "../SelectAll.vue_vue_type_script_setup_true_lang-BC3q2U8f.js";
12
- import { _ as y } from "../SelectAll2.vue_vue_type_script_setup_true_lang-CaET5eli.js";
13
- import { _ as L } from "../SelectCustomAll.vue_vue_type_style_index_0_lang-_wCRO217.js";
14
- import { _ as b } from "../SelectTimePicker.vue_vue_type_script_setup_true_lang-Bj0KMOKv.js";
15
- import { _ as z } from "../TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-aZbEQmbM.js";
16
- import { B as D } from "../ButtonGroup-C0yZEkxK.js";
17
- import { C as V } from "../ContentTitle-mqrusLjx.js";
18
- import { C as R } from "../CustomInputV2-uARhbFc8.js";
19
- import { C as G } from "../CustomMultipleInput-DDaqoHVU.js";
20
- import { D as N } from "../DragSort-CfDeFAIG.js";
21
- import { E as j } from "../ErrorImage-CTP_5sal.js";
22
- import { H as w } from "../HSelect-Drf6YBwO.js";
23
- import { H as O } from "../HSelectSJ-D3GrXmvj.js";
24
- import { L as U } from "../LoadingBtn-BhbhNboo.js";
25
- import { M as X } from "../MInput-CpoW17Wh.js";
26
- import { M as Z } from "../MyTable-DmwyEVJb.js";
27
- import { S as oo } from "../SelectAddress-B4oK5erq.js";
28
- import { S as eo } from "../SelectTree-Dm5259kY.js";
29
- import { S as ao } from "../SvgIcon-C2ah8E0Z.js";
30
- import { T as so } from "../TextCopy-hOj-Wj2H.js";
31
- import { V as go } from "../VirtualTable-BWugJiQ5.js";
1
+ import { _ } from "../ArgHover.vue_vue_type_style_index_0_lang-CSymSDRl.js";
2
+ import { _ as _2 } from "../FgCascader.vue_vue_type_style_index_0_lang-CM8FxFLJ.js";
3
+ import { _ as _3 } from "../CitySelect.vue_vue_type_script_setup_true_lang-DZp6834K.js";
4
+ import { _ as _4 } from "../DragResizable.vue_vue_type_style_index_0_lang-BePpQHve.js";
5
+ import { _ as _5 } from "../HSelectAll.vue_vue_type_script_setup_true_lang-BZX7ch2I.js";
6
+ import { _ as _6 } from "../IdentifyAddress.vue_vue_type_script_setup_true_lang-BCIOF-Oy.js";
7
+ import { _ as _7 } from "../ImageLoupe.vue_vue_type_script_setup_true_lang-BaXHYlDu.js";
8
+ import { _ as _8 } from "../LazyComponent.vue_vue_type_script_setup_true_lang-D5KGqlj4.js";
9
+ import { _ as _9 } from "../LazyPopover.vue_vue_type_script_setup_true_lang-B2vtU4f4.js";
10
+ import { _ as _10 } from "../NoRender.vue_vue_type_script_setup_true_lang-B0G6jxPg.js";
11
+ import { _ as _11 } from "../SelectAll.vue_vue_type_script_setup_true_lang-CyzY8ams.js";
12
+ import { _ as _12 } from "../SelectAll2.vue_vue_type_script_setup_true_lang-CrsaohxU.js";
13
+ import { _ as _13 } from "../SelectCustomAll.vue_vue_type_style_index_0_lang-BEZwlGXa.js";
14
+ import { _ as _14 } from "../SelectTimePicker.vue_vue_type_script_setup_true_lang-Dk4TpTBN.js";
15
+ import { _ as _15 } from "../TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-DVE1CxPm.js";
16
+ import { B } from "../ButtonGroup-DqViorHX.js";
17
+ import { C } from "../ContentTitle-By0Zk1u7.js";
18
+ import { C as C2 } from "../CustomInputV2-BqhBSO53.js";
19
+ import { C as C3 } from "../CustomMultipleInput-DRMTUtkE.js";
20
+ import { D } from "../DragSort-5WetnkmW.js";
21
+ import { E } from "../ErrorImage-Ao9kEEUg.js";
22
+ import { H } from "../HSelect-BFkWiCFi.js";
23
+ import { H as H2 } from "../HSelectSJ-DZmtdyjF.js";
24
+ import { L } from "../LoadingBtn-DWm2cY9k.js";
25
+ import { M } from "../MInput-s_P63myh.js";
26
+ import { M as M2 } from "../MyTable-CHvxPYgk.js";
27
+ import { S } from "../SelectAddress-CCepDxu8.js";
28
+ import { S as S2 } from "../SelectTree-DHbWogEU.js";
29
+ import { S as S3 } from "../SvgIcon-DIg0upEk.js";
30
+ import { T } from "../TextCopy-th0FAxwl.js";
31
+ import { V } from "../VirtualTable-Cm_L7q9W.js";
32
32
  export {
33
- e as FgArgHover,
34
- D as FgButtonGroup,
35
- a as FgCascader,
36
- s as FgCitySelect,
37
- V as FgContentTitle,
38
- R as FgCustomInputV2,
39
- G as FgCustomMultipleInput,
40
- g as FgDragResizable,
41
- N as FgDragSort,
42
- j as FgErrorImage,
43
- w as FgHSelect,
44
- f as FgHSelectAll,
45
- O as FgHSelectSJ,
46
- l as FgIdentifyAddress,
47
- _ as FgImageLoupe,
48
- n as FgLazyComponent,
49
- u as FgLazyPopover,
50
- U as FgLoadingBtn,
51
- X as FgMInput,
52
- Z as FgMyTable,
53
- T as FgNoRender,
54
- oo as FgSelectAddress,
55
- A as FgSelectAll,
56
- y as FgSelectAll2,
57
- L as FgSelectCustomAll,
58
- b as FgSelectTimePicker,
59
- eo as FgSelectTree,
60
- ao as FgSvgIcon,
61
- so as FgTextCopy,
62
- z as FgTextEllipsisTooltip,
63
- go as VirtualTable
33
+ _ as FgArgHover,
34
+ B as FgButtonGroup,
35
+ _2 as FgCascader,
36
+ _3 as FgCitySelect,
37
+ C as FgContentTitle,
38
+ C2 as FgCustomInputV2,
39
+ C3 as FgCustomMultipleInput,
40
+ _4 as FgDragResizable,
41
+ D as FgDragSort,
42
+ E as FgErrorImage,
43
+ H as FgHSelect,
44
+ _5 as FgHSelectAll,
45
+ H2 as FgHSelectSJ,
46
+ _6 as FgIdentifyAddress,
47
+ _7 as FgImageLoupe,
48
+ _8 as FgLazyComponent,
49
+ _9 as FgLazyPopover,
50
+ L as FgLoadingBtn,
51
+ M as FgMInput,
52
+ M2 as FgMyTable,
53
+ _10 as FgNoRender,
54
+ S as FgSelectAddress,
55
+ _11 as FgSelectAll,
56
+ _12 as FgSelectAll2,
57
+ _13 as FgSelectCustomAll,
58
+ _14 as FgSelectTimePicker,
59
+ S2 as FgSelectTree,
60
+ S3 as FgSvgIcon,
61
+ T as FgTextCopy,
62
+ _15 as FgTextEllipsisTooltip,
63
+ V as VirtualTable
64
64
  };
@@ -1,4 +1,4 @@
1
- import { _ as e } from "../../LazyComponent.vue_vue_type_script_setup_true_lang-vNk68D8E.js";
1
+ import { _ } from "../../LazyComponent.vue_vue_type_script_setup_true_lang-D5KGqlj4.js";
2
2
  export {
3
- e as FgLazyComponent
3
+ _ as FgLazyComponent
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as a } from "../../LazyPopover.vue_vue_type_script_setup_true_lang-DcOrcH0T.js";
1
+ import { _ } from "../../LazyPopover.vue_vue_type_script_setup_true_lang-B2vtU4f4.js";
2
2
  export {
3
- a as FgLazyPopover
3
+ _ as FgLazyPopover
4
4
  };
@@ -1,4 +1,4 @@
1
- import { L as g } from "../../LoadingBtn-BhbhNboo.js";
1
+ import { L } from "../../LoadingBtn-DWm2cY9k.js";
2
2
  export {
3
- g as FgLoadingBtn
3
+ L as FgLoadingBtn
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M as r } from "../../MInput-CpoW17Wh.js";
1
+ import { M } from "../../MInput-s_P63myh.js";
2
2
  export {
3
- r as FgMInput
3
+ M as FgMInput
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M as o } from "../../MyTable-DmwyEVJb.js";
1
+ import { M } from "../../MyTable-CHvxPYgk.js";
2
2
  export {
3
- o as FgMyTable
3
+ M as FgMyTable
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as r } from "../../NoRender.vue_vue_type_script_setup_true_lang-Do36nSsV.js";
1
+ import { _ } from "../../NoRender.vue_vue_type_script_setup_true_lang-B0G6jxPg.js";
2
2
  export {
3
- r as FgNoRender
3
+ _ as FgNoRender
4
4
  };
@@ -1,4 +1,4 @@
1
- import { S as s } from "../../SelectAddress-B4oK5erq.js";
1
+ import { S } from "../../SelectAddress-CCepDxu8.js";
2
2
  export {
3
- s as FgSelectAddress
3
+ S as FgSelectAddress
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as o } from "../../SelectAll.vue_vue_type_script_setup_true_lang-BC3q2U8f.js";
1
+ import { _ } from "../../SelectAll.vue_vue_type_script_setup_true_lang-CyzY8ams.js";
2
2
  export {
3
- o as FgSelectAll
3
+ _ as FgSelectAll
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as o } from "../../SelectAll2.vue_vue_type_script_setup_true_lang-CaET5eli.js";
1
+ import { _ } from "../../SelectAll2.vue_vue_type_script_setup_true_lang-CrsaohxU.js";
2
2
  export {
3
- o as FgSelectAll2
3
+ _ as FgSelectAll2
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as o } from "../../SelectCustomAll.vue_vue_type_style_index_0_lang-_wCRO217.js";
1
+ import { _ } from "../../SelectCustomAll.vue_vue_type_style_index_0_lang-BEZwlGXa.js";
2
2
  export {
3
- o as FgSelectCustomAll
3
+ _ as FgSelectCustomAll
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as c } from "../../SelectTimePicker.vue_vue_type_script_setup_true_lang-Bj0KMOKv.js";
1
+ import { _ } from "../../SelectTimePicker.vue_vue_type_script_setup_true_lang-Dk4TpTBN.js";
2
2
  export {
3
- c as FgSelectTimePicker
3
+ _ as FgSelectTimePicker
4
4
  };
@@ -1,4 +1,4 @@
1
- import { S as o } from "../../SelectTree-Dm5259kY.js";
1
+ import { S } from "../../SelectTree-DHbWogEU.js";
2
2
  export {
3
- o as FgSelectTree
3
+ S as FgSelectTree
4
4
  };
@@ -1,4 +1,4 @@
1
- import { S as r } from "../../SvgIcon-C2ah8E0Z.js";
1
+ import { S } from "../../SvgIcon-DIg0upEk.js";
2
2
  export {
3
- r as FgSvgIcon
3
+ S as FgSvgIcon
4
4
  };
@@ -1,4 +1,4 @@
1
- import { T as p } from "../../TextCopy-hOj-Wj2H.js";
1
+ import { T } from "../../TextCopy-th0FAxwl.js";
2
2
  export {
3
- p as FgTextCopy
3
+ T as FgTextCopy
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as l } from "../../TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-aZbEQmbM.js";
1
+ import { _ } from "../../TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-DVE1CxPm.js";
2
2
  export {
3
- l as FgTextEllipsisTooltip
3
+ _ as FgTextEllipsisTooltip
4
4
  };
@@ -0,0 +1,27 @@
1
+ import { computed } from "vue";
2
+ function setDay(n, h = 0, m = 0, s = 0) {
3
+ const start = /* @__PURE__ */ new Date();
4
+ const newDate = new Date(start.setTime(start.getTime() + 3600 * 1e3 * 24 * n));
5
+ return new Date(newDate.getFullYear(), newDate.getMonth(), newDate.getDate(), h, m, s, 0);
6
+ }
7
+ function todayEndTime() {
8
+ const curDate = /* @__PURE__ */ new Date();
9
+ return new Date(curDate.getFullYear(), curDate.getMonth(), curDate.getDate(), 23, 59, 59);
10
+ }
11
+ function yesterDayEndTime() {
12
+ const curDate = /* @__PURE__ */ new Date();
13
+ return new Date(curDate.getFullYear(), curDate.getMonth(), curDate.getDate() - 1, 23, 59, 59);
14
+ }
15
+ const shortcuts = computed(() => [
16
+ { text: "昨天", value: [setDay(-1), yesterDayEndTime()] },
17
+ { text: "今天", value: [setDay(0), todayEndTime()] },
18
+ { text: "最近2天", value: [setDay(-1), todayEndTime()] },
19
+ { text: "最近3天", value: [setDay(-2), todayEndTime()] },
20
+ { text: "最近1周", value: [setDay(-6), todayEndTime()] },
21
+ { text: "最近10天", value: [setDay(-9), todayEndTime()] },
22
+ { text: "最近1个月", value: [setDay(-29), todayEndTime()] },
23
+ { text: "最近3个月", value: [setDay(-89), todayEndTime()] }
24
+ ]);
25
+ export {
26
+ shortcuts as s
27
+ };
@@ -1,4 +1,4 @@
1
- import { l as g } from "../loading-DJVNc0eN.js";
1
+ import { l } from "../loading-CGrVcnNl.js";
2
2
  export {
3
- g as FgLoading
3
+ l as FgLoading
4
4
  };
@@ -1,4 +1,4 @@
1
- import { l as g } from "../../loading-DJVNc0eN.js";
1
+ import { l } from "../../loading-CGrVcnNl.js";
2
2
  export {
3
- g as FgLoading
3
+ l as FgLoading
4
4
  };
@@ -1,4 +1,4 @@
1
- import { u as e } from "../usePagination-CwShBEjA.js";
1
+ import { u } from "../usePagination-C63IRXjZ.js";
2
2
  export {
3
- e as usePagination
3
+ u as usePagination
4
4
  };
@@ -1,4 +1,4 @@
1
- import { u as e } from "../../usePagination-CwShBEjA.js";
1
+ import { u } from "../../usePagination-C63IRXjZ.js";
2
2
  export {
3
- e as usePagination
3
+ u as usePagination
4
4
  };
@@ -0,0 +1,103 @@
1
+ import { a as aesDecrypt, b as aesEncrypt, c as allPhoneReq, d as analyzeFileformat, e as argFormate, f as base64ToBlob, g as base64ToFile, h as boldPoint, i as checkGoodValue, j as cleanEmptyFields, k as convertImageFormat, l as copyText, m as copyWord, n as createFileLocalUrl, o as createUuid, p as currentDaysLessFivedays, q as debounce, r as dropperColor, s as fileUrlToBase64, t as filterCountryAreaCodeList, u as filterMethodLowerCase, v as filterSearch, w as findNodePath, x as flattenTreeWithPath, y as formatBytes, z as formatDateArray, A as formatTimestamp, B as formatXmlText, C as formateDate, D as formateOperateLogWord, E as formateTaskTableData, F as generateFpid, G as generatePassword, H as getAddressCode, I as getAddressNameByCode, J as getAppType, K as getArrayBufferFromInput, L as getFileFolderToEnums, M as getFilenameAndExtension, N as getImageSizeByFile, O as getMobileSubmitParams, P as getQueryParams, Q as getUUID, R as getUrlSuffix, S as getXmlKeyValue, T as hasInvalidFileNameChars, U as isCmykPsd, V as isFuction, W as isMobileDevice, X as isPdfUrl, Y as isSameDay, Z as localUrlToFile, _ as longestContinuousMatch, $ as mergeColumns, a0 as mergeItem, a1 as mergeTaskTableData, a2 as modelCodeReg, a3 as modelListFilter, a4 as nameReg, a5 as numberFilter, a6 as numberToChinese, a7 as numberToRatio, a8 as opneNewTab, a9 as orderBy, aa as overseasPhoneReg, ab as pasteTextTrim, ac as pdfImg, ad as phoneReg, ae as picFilter, af as preventDefaultHandler, ag as pwdReg, ah as ratioToNumber, ai as sleep, aj as splitArray, ak as strPasteJson, al as stringArrayDiff, am as stringToUnicodeEscape, an as trimAndReduceSpaces, ao as truncateText, ap as unicodeEscapeToChars, aq as updateOringin, ar as validateMobileByCountry, as as webpToPng } from "./common-B1nSpTGn.js";
2
+ import { detectFileType, formatFileSize, parseFile, parseFiles, parseImage, parseImageFile, parsePSD, parsePSDFile, parseTIFF, parseTIFFFile } from "./tools/ImageParserUtils/index.js";
3
+ import { s as shortcuts } from "./dateShortcuts-DjFC_Txu.js";
4
+ const tools = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5
+ __proto__: null,
6
+ aesDecrypt,
7
+ aesEncrypt,
8
+ allPhoneReq,
9
+ analyzeFileformat,
10
+ argFormate,
11
+ base64ToBlob,
12
+ base64ToFile,
13
+ boldPoint,
14
+ checkGoodValue,
15
+ cleanEmptyFields,
16
+ convertImageFormat,
17
+ copyText,
18
+ copyWord,
19
+ createFileLocalUrl,
20
+ createUuid,
21
+ currentDaysLessFivedays,
22
+ debounce,
23
+ detectFileType,
24
+ dropperColor,
25
+ fileUrlToBase64,
26
+ filterCountryAreaCodeList,
27
+ filterMethodLowerCase,
28
+ filterSearch,
29
+ findNodePath,
30
+ flattenTreeWithPath,
31
+ formatBytes,
32
+ formatDateArray,
33
+ formatFileSize,
34
+ formatTimestamp,
35
+ formatXmlText,
36
+ formateDate,
37
+ formateOperateLogWord,
38
+ formateTaskTableData,
39
+ generateFpid,
40
+ generatePassword,
41
+ getAddressCode,
42
+ getAddressNameByCode,
43
+ getAppType,
44
+ getArrayBufferFromInput,
45
+ getFileFolderToEnums,
46
+ getFilenameAndExtension,
47
+ getImageSizeByFile,
48
+ getMobileSubmitParams,
49
+ getQueryParams,
50
+ getUUID,
51
+ getUrlSuffix,
52
+ getXmlKeyValue,
53
+ hasInvalidFileNameChars,
54
+ isCmykPsd,
55
+ isFuction,
56
+ isMobileDevice,
57
+ isPdfUrl,
58
+ isSameDay,
59
+ localUrlToFile,
60
+ longestContinuousMatch,
61
+ mergeColumns,
62
+ mergeItem,
63
+ mergeTaskTableData,
64
+ modelCodeReg,
65
+ modelListFilter,
66
+ nameReg,
67
+ numberFilter,
68
+ numberToChinese,
69
+ numberToRatio,
70
+ opneNewTab,
71
+ orderBy,
72
+ overseasPhoneReg,
73
+ parseFile,
74
+ parseFiles,
75
+ parseImage,
76
+ parseImageFile,
77
+ parsePSD,
78
+ parsePSDFile,
79
+ parseTIFF,
80
+ parseTIFFFile,
81
+ pasteTextTrim,
82
+ pdfImg,
83
+ phoneReg,
84
+ picFilter,
85
+ preventDefaultHandler,
86
+ pwdReg,
87
+ ratioToNumber,
88
+ shortcuts,
89
+ sleep,
90
+ splitArray,
91
+ strPasteJson,
92
+ stringArrayDiff,
93
+ stringToUnicodeEscape,
94
+ trimAndReduceSpaces,
95
+ truncateText,
96
+ unicodeEscapeToChars,
97
+ updateOringin,
98
+ validateMobileByCountry,
99
+ webpToPng
100
+ }, Symbol.toStringTag, { value: "Module" }));
101
+ export {
102
+ tools as t
103
+ };