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
@@ -0,0 +1,68 @@
1
+ import { _ as _sfc_main } from "./ArgHover.vue_vue_type_style_index_0_lang-CSymSDRl.js";
2
+ import { _ as _sfc_main$1 } from "./FgCascader.vue_vue_type_style_index_0_lang-CM8FxFLJ.js";
3
+ import { _ as _sfc_main$2 } from "./CitySelect.vue_vue_type_script_setup_true_lang-DZp6834K.js";
4
+ import { _ as _sfc_main$3 } from "./DragResizable.vue_vue_type_style_index_0_lang-BePpQHve.js";
5
+ import { _ as _sfc_main$4 } from "./HSelectAll.vue_vue_type_script_setup_true_lang-BZX7ch2I.js";
6
+ import { _ as _sfc_main$5 } from "./IdentifyAddress.vue_vue_type_script_setup_true_lang-BCIOF-Oy.js";
7
+ import { _ as _sfc_main$6 } from "./ImageLoupe.vue_vue_type_script_setup_true_lang-BaXHYlDu.js";
8
+ import { _ as _sfc_main$7 } from "./LazyComponent.vue_vue_type_script_setup_true_lang-D5KGqlj4.js";
9
+ import { _ as _sfc_main$8 } from "./LazyPopover.vue_vue_type_script_setup_true_lang-B2vtU4f4.js";
10
+ import { _ as _sfc_main$9 } from "./NoRender.vue_vue_type_script_setup_true_lang-B0G6jxPg.js";
11
+ import { _ as _sfc_main$a } from "./SelectAll.vue_vue_type_script_setup_true_lang-CyzY8ams.js";
12
+ import { _ as _sfc_main$b } from "./SelectAll2.vue_vue_type_script_setup_true_lang-CrsaohxU.js";
13
+ import { _ as _sfc_main$c } from "./SelectCustomAll.vue_vue_type_style_index_0_lang-BEZwlGXa.js";
14
+ import { _ as _sfc_main$d } from "./SelectTimePicker.vue_vue_type_script_setup_true_lang-Dk4TpTBN.js";
15
+ import { _ as _sfc_main$e } from "./TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-DVE1CxPm.js";
16
+ import { B as ButtonGroup } from "./ButtonGroup-DqViorHX.js";
17
+ import { C as ContentTitle } from "./ContentTitle-By0Zk1u7.js";
18
+ import { C as CustomInputV2 } from "./CustomInputV2-BqhBSO53.js";
19
+ import { C as CustomMultipleInput } from "./CustomMultipleInput-DRMTUtkE.js";
20
+ import { D as DragSort } from "./DragSort-5WetnkmW.js";
21
+ import { E as ErrorImage } from "./ErrorImage-Ao9kEEUg.js";
22
+ import { H as HSelect } from "./HSelect-BFkWiCFi.js";
23
+ import { H as HSelectSJ } from "./HSelectSJ-DZmtdyjF.js";
24
+ import { L as LoadingBtn } from "./LoadingBtn-DWm2cY9k.js";
25
+ import { M as MInput } from "./MInput-s_P63myh.js";
26
+ import { M as MyTable } from "./MyTable-CHvxPYgk.js";
27
+ import { S as SelectAddress } from "./SelectAddress-CCepDxu8.js";
28
+ import { S as SelectTree } from "./SelectTree-DHbWogEU.js";
29
+ import { S as SvgIcon } from "./SvgIcon-DIg0upEk.js";
30
+ import { T as TextCopy } from "./TextCopy-th0FAxwl.js";
31
+ import { V as VirtualTable } from "./VirtualTable-Cm_L7q9W.js";
32
+ const components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
33
+ __proto__: null,
34
+ FgArgHover: _sfc_main,
35
+ FgButtonGroup: ButtonGroup,
36
+ FgCascader: _sfc_main$1,
37
+ FgCitySelect: _sfc_main$2,
38
+ FgContentTitle: ContentTitle,
39
+ FgCustomInputV2: CustomInputV2,
40
+ FgCustomMultipleInput: CustomMultipleInput,
41
+ FgDragResizable: _sfc_main$3,
42
+ FgDragSort: DragSort,
43
+ FgErrorImage: ErrorImage,
44
+ FgHSelect: HSelect,
45
+ FgHSelectAll: _sfc_main$4,
46
+ FgHSelectSJ: HSelectSJ,
47
+ FgIdentifyAddress: _sfc_main$5,
48
+ FgImageLoupe: _sfc_main$6,
49
+ FgLazyComponent: _sfc_main$7,
50
+ FgLazyPopover: _sfc_main$8,
51
+ FgLoadingBtn: LoadingBtn,
52
+ FgMInput: MInput,
53
+ FgMyTable: MyTable,
54
+ FgNoRender: _sfc_main$9,
55
+ FgSelectAddress: SelectAddress,
56
+ FgSelectAll: _sfc_main$a,
57
+ FgSelectAll2: _sfc_main$b,
58
+ FgSelectCustomAll: _sfc_main$c,
59
+ FgSelectTimePicker: _sfc_main$d,
60
+ FgSelectTree: SelectTree,
61
+ FgSvgIcon: SvgIcon,
62
+ FgTextCopy: TextCopy,
63
+ FgTextEllipsisTooltip: _sfc_main$e,
64
+ VirtualTable
65
+ }, Symbol.toStringTag, { value: "Module" }));
66
+ export {
67
+ components as c
68
+ };
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- .vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}
1
+ .vue-recycle-scroller{position:relative}.vue-recycle-scroller.direction-vertical:not(.page-mode){overflow-y:auto}.vue-recycle-scroller.direction-horizontal:not(.page-mode){overflow-x:auto}.vue-recycle-scroller.direction-horizontal{display:flex}.vue-recycle-scroller__slot{flex:auto 0 0}.vue-recycle-scroller__item-wrapper{flex:1;box-sizing:border-box;overflow:hidden;position:relative}.vue-recycle-scroller.ready .vue-recycle-scroller__item-view{position:absolute;top:0;left:0;will-change:transform}.vue-recycle-scroller.direction-vertical .vue-recycle-scroller__item-wrapper{width:100%}.vue-recycle-scroller.direction-horizontal .vue-recycle-scroller__item-wrapper{height:100%}.vue-recycle-scroller.ready.direction-vertical .vue-recycle-scroller__item-view{width:100%}.vue-recycle-scroller.ready.direction-horizontal .vue-recycle-scroller__item-view{height:100%}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}
package/dist/index.js CHANGED
@@ -1,202 +1,212 @@
1
- import './index.css';var m = Object.defineProperty;
2
- var o = Object.getOwnPropertySymbols;
3
- var n = Object.prototype.hasOwnProperty, l = Object.prototype.propertyIsEnumerable;
4
- var t = (a, e, s) => e in a ? m(a, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : a[e] = s, r = (a, e) => {
5
- for (var s in e || (e = {}))
6
- n.call(e, s) && t(a, s, e[s]);
7
- if (o)
8
- for (var s of o(e))
9
- l.call(e, s) && t(a, s, e[s]);
10
- return a;
1
+ import './index.css';var __defProp = Object.defineProperty;
2
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
3
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
4
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
5
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
6
+ var __spreadValues = (a10, b2) => {
7
+ for (var prop in b2 || (b2 = {}))
8
+ if (__hasOwnProp.call(b2, prop))
9
+ __defNormalProp(a10, prop, b2[prop]);
10
+ if (__getOwnPropSymbols)
11
+ for (var prop of __getOwnPropSymbols(b2)) {
12
+ if (__propIsEnum.call(b2, prop))
13
+ __defNormalProp(a10, prop, b2[prop]);
14
+ }
15
+ return a10;
11
16
  };
12
- import { c as p } from "./index-BRcBDlVs.js";
13
- import { t as f } from "./index-epuVZjZV.js";
14
- import { d as g } from "./index-CeWudY6u.js";
15
- import { h as c } from "./index-DpPsTMp0.js";
16
- import { _ as A } from "./ArgHover.vue_vue_type_style_index_0_lang-CMhRP09M.js";
17
- import { _ } from "./FgCascader.vue_vue_type_style_index_0_lang-BUZDDcVn.js";
18
- import { _ as L } from "./CitySelect.vue_vue_type_script_setup_true_lang-8EbHD3Nt.js";
19
- import { _ as E } from "./DragResizable.vue_vue_type_style_index_0_lang-CHv0gJmo.js";
20
- import { _ as U } from "./HSelectAll.vue_vue_type_script_setup_true_lang-Blq9xpfa.js";
21
- import { _ as k } from "./IdentifyAddress.vue_vue_type_script_setup_true_lang-BJheMI1q.js";
22
- import { _ as z } from "./ImageLoupe.vue_vue_type_script_setup_true_lang-BlX4VbRi.js";
23
- import { _ as w } from "./LazyComponent.vue_vue_type_script_setup_true_lang-vNk68D8E.js";
24
- import { _ as j } from "./LazyPopover.vue_vue_type_script_setup_true_lang-DcOrcH0T.js";
25
- import { _ as W } from "./NoRender.vue_vue_type_script_setup_true_lang-Do36nSsV.js";
26
- import { _ as G } from "./SelectAll.vue_vue_type_script_setup_true_lang-BC3q2U8f.js";
27
- import { _ as X } from "./SelectAll2.vue_vue_type_script_setup_true_lang-CaET5eli.js";
28
- import { _ as Q } from "./SelectCustomAll.vue_vue_type_style_index_0_lang-_wCRO217.js";
29
- import { _ as Z } from "./SelectTimePicker.vue_vue_type_script_setup_true_lang-Bj0KMOKv.js";
30
- import { _ as ee } from "./TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-aZbEQmbM.js";
31
- import { B as se } from "./ButtonGroup-C0yZEkxK.js";
32
- import { C as oe } from "./ContentTitle-mqrusLjx.js";
33
- import { C as ie } from "./CustomInputV2-uARhbFc8.js";
34
- import { C as ne } from "./CustomMultipleInput-DDaqoHVU.js";
35
- import { D as pe } from "./DragSort-CfDeFAIG.js";
36
- import { E as ge } from "./ErrorImage-CTP_5sal.js";
37
- import { H as de } from "./HSelect-Drf6YBwO.js";
38
- import { H as ue } from "./HSelectSJ-D3GrXmvj.js";
39
- import { l as Te } from "./loading-DJVNc0eN.js";
40
- import { L as be } from "./LoadingBtn-BhbhNboo.js";
41
- import { M as Se } from "./MInput-CpoW17Wh.js";
42
- import { M as De } from "./MyTable-DmwyEVJb.js";
43
- import { S as Ae } from "./SelectAddress-B4oK5erq.js";
44
- import { S as _e } from "./SelectTree-Dm5259kY.js";
45
- import { S as Le } from "./SvgIcon-C2ah8E0Z.js";
46
- import { T as Ee } from "./TextCopy-hOj-Wj2H.js";
47
- import { V as Ue } from "./VirtualTable-BWugJiQ5.js";
48
- import { a as ke, b as He, c as ze, d as Ne, e as we, f as Ve, g as je, h as Oe, i as We, j as qe, k as Ge, l as Je, m as Xe, n as Ke, o as Qe, p as Ye, q as Ze, r as $e, s as ea, t as aa, u as sa, v as ra, w as oa, x as ta, y as ia, z as ma, A as na, B as la, C as pa, D as fa, E as ga, F as ca, G as da, H as Fa, I as ua, J as xa, K as Ta, L as ya, M as ba, N as Ca, O as Sa, P as ha, Q as Da, R as Ia, S as Aa, T as Pa, U as _a, V as va, W as La, X as Ba, Y as Ea, Z as Ma, _ as Ua, $ as Ra, a0 as ka, a1 as Ha, a2 as za, a3 as Na, a4 as wa, a5 as Va, a6 as ja, a7 as Oa, a8 as Wa, a9 as qa, aa as Ga, ab as Ja, ac as Xa, ad as Ka, ae as Qa, af as Ya, ag as Za, ah as $a, ai as es, aj as as, ak as ss, al as rs, am as os, an as ts, ao as is, ap as ms, aq as ns, ar as ls, as as ps } from "./common-BIEgCXbl.js";
49
- import { detectFileType as gs, formatFileSize as cs, parseFile as ds, parseFiles as Fs, parseImage as us, parseImageFile as xs, parsePSD as Ts, parsePSDFile as ys, parseTIFF as bs, parseTIFFFile as Cs } from "./tools/ImageParserUtils/index.js";
50
- import { s as hs } from "./dateShortcuts-DDPtAhDI.js";
51
- import { u as Is } from "./usePagination-CwShBEjA.js";
52
- function d(a) {
53
- if (!a || typeof a != "object") return !1;
54
- const e = a;
55
- return "mounted" in e || "beforeMount" in e || "created" in e || "beforeUpdate" in e || "updated" in e || "beforeUnmount" in e || "unmounted" in e;
17
+ import { c as components } from "./index-uQXqC9BF.js";
18
+ import { t as tools } from "./index-BPnixsfc.js";
19
+ import { d as directives } from "./index-CSMWzzp0.js";
20
+ import { h as hooks } from "./index-DfQiknXJ.js";
21
+ import { _ } from "./ArgHover.vue_vue_type_style_index_0_lang-CSymSDRl.js";
22
+ import { _ as _2 } from "./FgCascader.vue_vue_type_style_index_0_lang-CM8FxFLJ.js";
23
+ import { _ as _3 } from "./CitySelect.vue_vue_type_script_setup_true_lang-DZp6834K.js";
24
+ import { _ as _4 } from "./DragResizable.vue_vue_type_style_index_0_lang-BePpQHve.js";
25
+ import { _ as _5 } from "./HSelectAll.vue_vue_type_script_setup_true_lang-BZX7ch2I.js";
26
+ import { _ as _6 } from "./IdentifyAddress.vue_vue_type_script_setup_true_lang-BCIOF-Oy.js";
27
+ import { _ as _7 } from "./ImageLoupe.vue_vue_type_script_setup_true_lang-BaXHYlDu.js";
28
+ import { _ as _8 } from "./LazyComponent.vue_vue_type_script_setup_true_lang-D5KGqlj4.js";
29
+ import { _ as _9 } from "./LazyPopover.vue_vue_type_script_setup_true_lang-B2vtU4f4.js";
30
+ import { _ as _10 } from "./NoRender.vue_vue_type_script_setup_true_lang-B0G6jxPg.js";
31
+ import { _ as _11 } from "./SelectAll.vue_vue_type_script_setup_true_lang-CyzY8ams.js";
32
+ import { _ as _12 } from "./SelectAll2.vue_vue_type_script_setup_true_lang-CrsaohxU.js";
33
+ import { _ as _13 } from "./SelectCustomAll.vue_vue_type_style_index_0_lang-BEZwlGXa.js";
34
+ import { _ as _14 } from "./SelectTimePicker.vue_vue_type_script_setup_true_lang-Dk4TpTBN.js";
35
+ import { _ as _15 } from "./TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-DVE1CxPm.js";
36
+ import { B } from "./ButtonGroup-DqViorHX.js";
37
+ import { C } from "./ContentTitle-By0Zk1u7.js";
38
+ import { C as C2 } from "./CustomInputV2-BqhBSO53.js";
39
+ import { C as C3 } from "./CustomMultipleInput-DRMTUtkE.js";
40
+ import { D } from "./DragSort-5WetnkmW.js";
41
+ import { E } from "./ErrorImage-Ao9kEEUg.js";
42
+ import { H } from "./HSelect-BFkWiCFi.js";
43
+ import { H as H2 } from "./HSelectSJ-DZmtdyjF.js";
44
+ import { l } from "./loading-CGrVcnNl.js";
45
+ import { L } from "./LoadingBtn-DWm2cY9k.js";
46
+ import { M } from "./MInput-s_P63myh.js";
47
+ import { M as M2 } from "./MyTable-CHvxPYgk.js";
48
+ import { S } from "./SelectAddress-CCepDxu8.js";
49
+ import { S as S2 } from "./SelectTree-DHbWogEU.js";
50
+ import { S as S3 } from "./SvgIcon-DIg0upEk.js";
51
+ import { T } from "./TextCopy-th0FAxwl.js";
52
+ import { V } from "./VirtualTable-Cm_L7q9W.js";
53
+ import { a, b, c, d, e, f, g, h, i, j, k, l as l2, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B as B2, C as C4, D as D2, E as E2, F, G, H as H3, I, J, K, L as L2, M as M3, N, O, P, Q, R, S as S4, T as T2, U, V as V2, W, X, Y, Z, _ as _16, $, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, ao, ap, aq, ar, as } from "./common-B1nSpTGn.js";
54
+ import { detectFileType, formatFileSize, parseFile, parseFiles, parseImage, parseImageFile, parsePSD, parsePSDFile, parseTIFF, parseTIFFFile } from "./tools/ImageParserUtils/index.js";
55
+ import { s as s2 } from "./dateShortcuts-DjFC_Txu.js";
56
+ import { u as u2 } from "./usePagination-C63IRXjZ.js";
57
+ function isDirectiveDef(v2) {
58
+ if (!v2 || typeof v2 !== "object") return false;
59
+ const d2 = v2;
60
+ return "mounted" in d2 || "beforeMount" in d2 || "created" in d2 || "beforeUpdate" in d2 || "updated" in d2 || "beforeUnmount" in d2 || "unmounted" in d2;
56
61
  }
57
- function F(a) {
58
- Object.entries(p).forEach(([e, s]) => {
59
- a.component(e, s);
62
+ function installComponents(app) {
63
+ Object.entries(components).forEach(([name, component]) => {
64
+ app.component(name, component);
60
65
  });
61
66
  }
62
- function u(a) {
63
- Object.entries(g).forEach(([e, s]) => {
64
- e !== "install" && d(s) && a.directive(e, s);
67
+ function installDirectives(app) {
68
+ Object.entries(directives).forEach(([name, def]) => {
69
+ if (name === "install") return;
70
+ if (isDirectiveDef(def)) {
71
+ app.directive(name, def);
72
+ }
65
73
  });
66
74
  }
67
- const x = (a, e) => {
68
- const { components: s = !0, directives: i = !0 } = e != null ? e : {};
69
- s && F(a), i && u(a);
70
- }, h = r(r({ install: x }, f), c);
75
+ const install = (app, options) => {
76
+ const { components: useComponents = true, directives: useDirectives = true } = options != null ? options : {};
77
+ if (useComponents) installComponents(app);
78
+ if (useDirectives) installDirectives(app);
79
+ };
80
+ const index = __spreadValues(__spreadValues({ install }, tools), hooks);
71
81
  export {
72
- A as FgArgHover,
73
- se as FgButtonGroup,
74
- _ as FgCascader,
75
- L as FgCitySelect,
76
- oe as FgContentTitle,
77
- ie as FgCustomInputV2,
78
- ne as FgCustomMultipleInput,
79
- E as FgDragResizable,
80
- pe as FgDragSort,
81
- ge as FgErrorImage,
82
- de as FgHSelect,
83
- U as FgHSelectAll,
84
- ue as FgHSelectSJ,
85
- k as FgIdentifyAddress,
86
- z as FgImageLoupe,
87
- w as FgLazyComponent,
88
- j as FgLazyPopover,
89
- Te as FgLoading,
90
- be as FgLoadingBtn,
91
- Se as FgMInput,
92
- De as FgMyTable,
93
- W as FgNoRender,
94
- Ae as FgSelectAddress,
95
- G as FgSelectAll,
96
- X as FgSelectAll2,
97
- Q as FgSelectCustomAll,
98
- Z as FgSelectTimePicker,
99
- _e as FgSelectTree,
100
- Le as FgSvgIcon,
101
- Ee as FgTextCopy,
102
- ee as FgTextEllipsisTooltip,
103
- Ue as VirtualTable,
104
- ke as aesDecrypt,
105
- He as aesEncrypt,
106
- ze as allPhoneReq,
107
- Ne as analyzeFileformat,
108
- we as argFormate,
109
- Ve as base64ToBlob,
110
- je as base64ToFile,
111
- Oe as boldPoint,
112
- We as checkGoodValue,
113
- qe as cleanEmptyFields,
114
- Ge as convertImageFormat,
115
- Je as copyText,
116
- Xe as copyWord,
117
- Ke as createFileLocalUrl,
118
- Qe as createUuid,
119
- Ye as currentDaysLessFivedays,
120
- Ze as debounce,
121
- h as default,
122
- gs as detectFileType,
123
- $e as dropperColor,
124
- ea as fileUrlToBase64,
125
- aa as filterCountryAreaCodeList,
126
- sa as filterMethodLowerCase,
127
- ra as filterSearch,
128
- oa as findNodePath,
129
- ta as flattenTreeWithPath,
130
- ia as formatBytes,
131
- ma as formatDateArray,
132
- cs as formatFileSize,
133
- na as formatTimestamp,
134
- la as formatXmlText,
135
- pa as formateDate,
136
- fa as formateOperateLogWord,
137
- ga as formateTaskTableData,
138
- ca as generateFpid,
139
- da as generatePassword,
140
- Fa as getAddressCode,
141
- ua as getAddressNameByCode,
142
- xa as getAppType,
143
- Ta as getArrayBufferFromInput,
144
- ya as getFileFolderToEnums,
145
- ba as getFilenameAndExtension,
146
- Ca as getImageSizeByFile,
147
- Sa as getMobileSubmitParams,
148
- ha as getQueryParams,
149
- Da as getUUID,
150
- Ia as getUrlSuffix,
151
- Aa as getXmlKeyValue,
152
- Pa as hasInvalidFileNameChars,
153
- F as installComponents,
154
- u as installDirectives,
155
- _a as isCmykPsd,
156
- va as isFuction,
157
- La as isMobileDevice,
158
- Ba as isPdfUrl,
159
- Ea as isSameDay,
160
- Ma as localUrlToFile,
161
- Ua as longestContinuousMatch,
162
- Ra as mergeColumns,
163
- ka as mergeItem,
164
- Ha as mergeTaskTableData,
165
- za as modelCodeReg,
166
- Na as modelListFilter,
167
- wa as nameReg,
168
- Va as numberFilter,
169
- ja as numberToChinese,
170
- Oa as numberToRatio,
171
- Wa as opneNewTab,
172
- qa as orderBy,
173
- Ga as overseasPhoneReg,
174
- ds as parseFile,
175
- Fs as parseFiles,
176
- us as parseImage,
177
- xs as parseImageFile,
178
- Ts as parsePSD,
179
- ys as parsePSDFile,
180
- bs as parseTIFF,
181
- Cs as parseTIFFFile,
182
- Ja as pasteTextTrim,
183
- Xa as pdfImg,
184
- Ka as phoneReg,
185
- Qa as picFilter,
186
- Ya as preventDefaultHandler,
187
- Za as pwdReg,
188
- $a as ratioToNumber,
189
- hs as shortcuts,
190
- es as sleep,
191
- as as splitArray,
192
- ss as strPasteJson,
193
- rs as stringArrayDiff,
194
- os as stringToUnicodeEscape,
195
- ts as trimAndReduceSpaces,
196
- is as truncateText,
197
- ms as unicodeEscapeToChars,
198
- ns as updateOringin,
199
- Is as usePagination,
200
- ls as validateMobileByCountry,
201
- ps as webpToPng
82
+ _ as FgArgHover,
83
+ B as FgButtonGroup,
84
+ _2 as FgCascader,
85
+ _3 as FgCitySelect,
86
+ C as FgContentTitle,
87
+ C2 as FgCustomInputV2,
88
+ C3 as FgCustomMultipleInput,
89
+ _4 as FgDragResizable,
90
+ D as FgDragSort,
91
+ E as FgErrorImage,
92
+ H as FgHSelect,
93
+ _5 as FgHSelectAll,
94
+ H2 as FgHSelectSJ,
95
+ _6 as FgIdentifyAddress,
96
+ _7 as FgImageLoupe,
97
+ _8 as FgLazyComponent,
98
+ _9 as FgLazyPopover,
99
+ l as FgLoading,
100
+ L as FgLoadingBtn,
101
+ M as FgMInput,
102
+ M2 as FgMyTable,
103
+ _10 as FgNoRender,
104
+ S as FgSelectAddress,
105
+ _11 as FgSelectAll,
106
+ _12 as FgSelectAll2,
107
+ _13 as FgSelectCustomAll,
108
+ _14 as FgSelectTimePicker,
109
+ S2 as FgSelectTree,
110
+ S3 as FgSvgIcon,
111
+ T as FgTextCopy,
112
+ _15 as FgTextEllipsisTooltip,
113
+ V as VirtualTable,
114
+ a as aesDecrypt,
115
+ b as aesEncrypt,
116
+ c as allPhoneReq,
117
+ d as analyzeFileformat,
118
+ e as argFormate,
119
+ f as base64ToBlob,
120
+ g as base64ToFile,
121
+ h as boldPoint,
122
+ i as checkGoodValue,
123
+ j as cleanEmptyFields,
124
+ k as convertImageFormat,
125
+ l2 as copyText,
126
+ m as copyWord,
127
+ n as createFileLocalUrl,
128
+ o as createUuid,
129
+ p as currentDaysLessFivedays,
130
+ q as debounce,
131
+ index as default,
132
+ detectFileType,
133
+ r as dropperColor,
134
+ s as fileUrlToBase64,
135
+ t as filterCountryAreaCodeList,
136
+ u as filterMethodLowerCase,
137
+ v as filterSearch,
138
+ w as findNodePath,
139
+ x as flattenTreeWithPath,
140
+ y as formatBytes,
141
+ z as formatDateArray,
142
+ formatFileSize,
143
+ A as formatTimestamp,
144
+ B2 as formatXmlText,
145
+ C4 as formateDate,
146
+ D2 as formateOperateLogWord,
147
+ E2 as formateTaskTableData,
148
+ F as generateFpid,
149
+ G as generatePassword,
150
+ H3 as getAddressCode,
151
+ I as getAddressNameByCode,
152
+ J as getAppType,
153
+ K as getArrayBufferFromInput,
154
+ L2 as getFileFolderToEnums,
155
+ M3 as getFilenameAndExtension,
156
+ N as getImageSizeByFile,
157
+ O as getMobileSubmitParams,
158
+ P as getQueryParams,
159
+ Q as getUUID,
160
+ R as getUrlSuffix,
161
+ S4 as getXmlKeyValue,
162
+ T2 as hasInvalidFileNameChars,
163
+ installComponents,
164
+ installDirectives,
165
+ U as isCmykPsd,
166
+ V2 as isFuction,
167
+ W as isMobileDevice,
168
+ X as isPdfUrl,
169
+ Y as isSameDay,
170
+ Z as localUrlToFile,
171
+ _16 as longestContinuousMatch,
172
+ $ as mergeColumns,
173
+ a0 as mergeItem,
174
+ a1 as mergeTaskTableData,
175
+ a2 as modelCodeReg,
176
+ a3 as modelListFilter,
177
+ a4 as nameReg,
178
+ a5 as numberFilter,
179
+ a6 as numberToChinese,
180
+ a7 as numberToRatio,
181
+ a8 as opneNewTab,
182
+ a9 as orderBy,
183
+ aa as overseasPhoneReg,
184
+ parseFile,
185
+ parseFiles,
186
+ parseImage,
187
+ parseImageFile,
188
+ parsePSD,
189
+ parsePSDFile,
190
+ parseTIFF,
191
+ parseTIFFFile,
192
+ ab as pasteTextTrim,
193
+ ac as pdfImg,
194
+ ad as phoneReg,
195
+ ae as picFilter,
196
+ af as preventDefaultHandler,
197
+ ag as pwdReg,
198
+ ah as ratioToNumber,
199
+ s2 as shortcuts,
200
+ ai as sleep,
201
+ aj as splitArray,
202
+ ak as strPasteJson,
203
+ al as stringArrayDiff,
204
+ am as stringToUnicodeEscape,
205
+ an as trimAndReduceSpaces,
206
+ ao as truncateText,
207
+ ap as unicodeEscapeToChars,
208
+ aq as updateOringin,
209
+ u2 as usePagination,
210
+ ar as validateMobileByCountry,
211
+ as as webpToPng
202
212
  };
@@ -0,0 +1,47 @@
1
+ import { openBlock, createElementBlock, createElementVNode, createApp } from "vue";
2
+ import { _ as _export_sfc } from "./_plugin-vue_export-helper-1tPrXgE0.js";
3
+ import './loading.css';const _sfc_main = {};
4
+ const _hoisted_1 = { class: "absolute w-full h-[80vh] left-0 top-0 flex items-center justify-center v-loading" };
5
+ function _sfc_render(_ctx, _cache) {
6
+ return openBlock(), createElementBlock("div", _hoisted_1, [..._cache[0] || (_cache[0] = [
7
+ createElementVNode("div", { class: "loading" }, [
8
+ createElementVNode("div"),
9
+ createElementVNode("div"),
10
+ createElementVNode("div"),
11
+ createElementVNode("div"),
12
+ createElementVNode("div"),
13
+ createElementVNode("div"),
14
+ createElementVNode("div"),
15
+ createElementVNode("div")
16
+ ], -1)
17
+ ])]);
18
+ }
19
+ const Loading = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-fe38093f"]]);
20
+ const appendEl = (el) => {
21
+ if (!el.originPosition) el.style.position = "relative";
22
+ el == null ? void 0 : el.appendChild(el.instance.$el);
23
+ };
24
+ const removeEl = (el) => {
25
+ el.style.position = el.originPosition;
26
+ const $el = el.instance.$el;
27
+ if (el == null ? void 0 : el.contains($el)) {
28
+ el == null ? void 0 : el.removeChild($el);
29
+ }
30
+ };
31
+ const loading = {
32
+ mounted(el, binding) {
33
+ el.originPosition = el.style.position;
34
+ const app = createApp(Loading);
35
+ const instance = app.mount(document.createElement("div"));
36
+ el.instance = instance;
37
+ if (binding.value) appendEl(el);
38
+ },
39
+ updated(el, binding) {
40
+ if (binding.value !== binding.oldValue) {
41
+ binding.value ? appendEl(el) : removeEl(el);
42
+ }
43
+ }
44
+ };
45
+ export {
46
+ loading as l
47
+ };
package/dist/loading.css CHANGED
@@ -1 +1,110 @@
1
- .loading[data-v-fe38093f],.loading>div[data-v-fe38093f]{position:relative;box-sizing:border-box;z-index:99999}.loading[data-v-fe38093f]{display:block;width:32px;height:32px;font-size:0;color:#4485f5}.loading>div[data-v-fe38093f]{position:absolute;top:50%;left:50%;display:inline-block;float:none;margin-top:-4px;margin-left:-4px;width:8px;height:8px;background-color:currentcolor;border:0 solid currentcolor;border-radius:100%;animation:ball-spin-clockwise-fe38093f 1s infinite ease-in-out}.loading>div[data-v-fe38093f]:nth-child(1){top:5%;left:50%;animation-delay:-.875s}.loading>div[data-v-fe38093f]:nth-child(2){top:18.1802%;left:81.8198%;animation-delay:-.75s}.loading>div[data-v-fe38093f]:nth-child(3){top:50%;left:95%;animation-delay:-.625s}.loading>div[data-v-fe38093f]:nth-child(4){top:81.8198%;left:81.8198%;animation-delay:-.5s}.loading>div[data-v-fe38093f]:nth-child(5){top:95%;left:50%;animation-delay:-.375s}.loading>div[data-v-fe38093f]:nth-child(6){top:81.8198%;left:18.1802%;animation-delay:-.25s}.loading>div[data-v-fe38093f]:nth-child(7){top:50%;left:5%;animation-delay:-.125s}.loading>div[data-v-fe38093f]:nth-child(8){top:18.1795%;left:18.1804%;animation-delay:0s}.loading.la-sm[data-v-fe38093f]{width:16px;height:16px}.loading.la-sm>div[data-v-fe38093f]{margin-top:-2px;margin-left:-2px;width:4px;height:4px}.loading.la-2x[data-v-fe38093f]{width:64px;height:64px}.loading.la-2x>div[data-v-fe38093f]{margin-top:-8px;margin-left:-8px;width:16px;height:16px}.loading.la-3x[data-v-fe38093f]{width:96px;height:96px}.loading.la-3x>div[data-v-fe38093f]{margin-top:-12px;margin-left:-12px;width:24px;height:24px}@keyframes ball-spin-clockwise-fe38093f{0%,to{opacity:1;transform:scale(1)}20%{opacity:1}80%{opacity:0;transform:scale(0)}}
1
+ .loading[data-v-fe38093f], .loading > div[data-v-fe38093f] {
2
+ position: relative;
3
+ box-sizing: border-box;
4
+ z-index: 99999;
5
+ }
6
+ .loading[data-v-fe38093f] {
7
+ display: block;
8
+ width: 32px;
9
+ height: 32px;
10
+ font-size: 0;
11
+ color: #4485F5;
12
+ }
13
+ .loading > div[data-v-fe38093f] {
14
+ position: absolute;
15
+ top: 50%;
16
+ left: 50%;
17
+ display: inline-block;
18
+ float: none;
19
+ margin-top: -4px;
20
+ margin-left: -4px;
21
+ width: 8px;
22
+ height: 8px;
23
+ background-color: currentcolor;
24
+ border: 0 solid currentcolor;
25
+ border-radius: 100%;
26
+ animation: ball-spin-clockwise-fe38093f 1s infinite ease-in-out;
27
+ }
28
+ .loading > div[data-v-fe38093f]:nth-child(1) {
29
+ top: 5%;
30
+ left: 50%;
31
+ animation-delay: -0.875s;
32
+ }
33
+ .loading > div[data-v-fe38093f]:nth-child(2) {
34
+ top: 18.1802%;
35
+ left: 81.8198%;
36
+ animation-delay: -0.75s;
37
+ }
38
+ .loading > div[data-v-fe38093f]:nth-child(3) {
39
+ top: 50%;
40
+ left: 95%;
41
+ animation-delay: -0.625s;
42
+ }
43
+ .loading > div[data-v-fe38093f]:nth-child(4) {
44
+ top: 81.8198%;
45
+ left: 81.8198%;
46
+ animation-delay: -0.5s;
47
+ }
48
+ .loading > div[data-v-fe38093f]:nth-child(5) {
49
+ top: 95%;
50
+ left: 50%;
51
+ animation-delay: -0.375s;
52
+ }
53
+ .loading > div[data-v-fe38093f]:nth-child(6) {
54
+ top: 81.8198%;
55
+ left: 18.1802%;
56
+ animation-delay: -0.25s;
57
+ }
58
+ .loading > div[data-v-fe38093f]:nth-child(7) {
59
+ top: 50%;
60
+ left: 5%;
61
+ animation-delay: -0.125s;
62
+ }
63
+ .loading > div[data-v-fe38093f]:nth-child(8) {
64
+ top: 18.1795%;
65
+ left: 18.1804%;
66
+ animation-delay: 0s;
67
+ }
68
+ .loading.la-sm[data-v-fe38093f] {
69
+ width: 16px;
70
+ height: 16px;
71
+ }
72
+ .loading.la-sm > div[data-v-fe38093f] {
73
+ margin-top: -2px;
74
+ margin-left: -2px;
75
+ width: 4px;
76
+ height: 4px;
77
+ }
78
+ .loading.la-2x[data-v-fe38093f] {
79
+ width: 64px;
80
+ height: 64px;
81
+ }
82
+ .loading.la-2x > div[data-v-fe38093f] {
83
+ margin-top: -8px;
84
+ margin-left: -8px;
85
+ width: 16px;
86
+ height: 16px;
87
+ }
88
+ .loading.la-3x[data-v-fe38093f] {
89
+ width: 96px;
90
+ height: 96px;
91
+ }
92
+ .loading.la-3x > div[data-v-fe38093f] {
93
+ margin-top: -12px;
94
+ margin-left: -12px;
95
+ width: 24px;
96
+ height: 24px;
97
+ }
98
+ @keyframes ball-spin-clockwise-fe38093f {
99
+ 0%, 100% {
100
+ opacity: 1;
101
+ transform: scale(1);
102
+ }
103
+ 20% {
104
+ opacity: 1;
105
+ }
106
+ 80% {
107
+ opacity: 0;
108
+ transform: scale(0);
109
+ }
110
+ }