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.
- package/dist/ArgHover.css +20 -1
- package/dist/ArgHover.vue_vue_type_style_index_0_lang-CSymSDRl.js +56 -0
- package/dist/ButtonGroup-DqViorHX.js +134 -0
- package/dist/ButtonGroup.css +35 -1
- package/dist/CitySelect.vue_vue_type_script_setup_true_lang-DZp6834K.js +224 -0
- package/dist/ContentTitle-By0Zk1u7.js +30 -0
- package/dist/ContentTitle.css +6 -1
- package/dist/CustomInputV2-BqhBSO53.js +157 -0
- package/dist/CustomInputV2.css +5 -1
- package/dist/CustomMultipleInput-DRMTUtkE.js +125 -0
- package/dist/CustomMultipleInput.css +8 -1
- package/dist/DragResizable.css +126 -1
- package/dist/DragResizable.vue_vue_type_style_index_0_lang-BePpQHve.js +331 -0
- package/dist/DragSort-5WetnkmW.js +98 -0
- package/dist/DragSort.css +5 -1
- package/dist/ErrorImage-Ao9kEEUg.js +36 -0
- package/dist/ErrorImage.css +4 -1
- package/dist/FgCascader.css +37 -1
- package/dist/FgCascader.vue_vue_type_style_index_0_lang-CM8FxFLJ.js +2424 -0
- package/dist/HSelect-BFkWiCFi.js +671 -0
- package/dist/HSelect.css +80 -1
- package/dist/HSelectAll.vue_vue_type_script_setup_true_lang-BZX7ch2I.js +50 -0
- package/dist/HSelectSJ-DZmtdyjF.js +671 -0
- package/dist/HSelectSJ.css +88 -1
- package/dist/IdentifyAddress.vue_vue_type_script_setup_true_lang-BCIOF-Oy.js +5202 -0
- package/dist/ImageLoupe.vue_vue_type_script_setup_true_lang-BaXHYlDu.js +92 -0
- package/dist/LazyComponent.vue_vue_type_script_setup_true_lang-D5KGqlj4.js +107 -0
- package/dist/LazyPopover.vue_vue_type_script_setup_true_lang-B2vtU4f4.js +34 -0
- package/dist/LoadingBtn-DWm2cY9k.js +87 -0
- package/dist/LoadingBtn.css +12 -1
- package/dist/MInput-s_P63myh.js +114 -0
- package/dist/MInput.css +21 -1
- package/dist/MyTable-CHvxPYgk.js +94 -0
- package/dist/MyTable.css +33 -1
- package/dist/NoRender.vue_vue_type_script_setup_true_lang-B0G6jxPg.js +31 -0
- package/dist/SelectAddress-CCepDxu8.js +254 -0
- package/dist/SelectAddress.css +18 -1
- package/dist/SelectAll.vue_vue_type_script_setup_true_lang-CyzY8ams.js +101 -0
- package/dist/SelectAll2.vue_vue_type_script_setup_true_lang-CrsaohxU.js +103 -0
- package/dist/SelectCustomAll.css +8 -1
- package/dist/SelectCustomAll.vue_vue_type_style_index_0_lang-BEZwlGXa.js +111 -0
- package/dist/SelectTimePicker.vue_vue_type_script_setup_true_lang-Dk4TpTBN.js +48 -0
- package/dist/SelectTree-DHbWogEU.js +1276 -0
- package/dist/SelectTree.css +74 -1
- package/dist/SvgIcon-DIg0upEk.js +33 -0
- package/dist/TextCopy-th0FAxwl.js +44 -0
- package/dist/TextCopy.css +7 -1
- package/dist/TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-DVE1CxPm.js +174 -0
- package/dist/VirtualTable-Cm_L7q9W.js +703 -0
- package/dist/VirtualTable.css +185 -1
- package/dist/_commonjsHelpers-DnzVkjQg.js +38 -0
- package/dist/_plugin-vue_export-helper-1tPrXgE0.js +10 -0
- package/dist/common-B1nSpTGn.js +9669 -0
- package/dist/components/VirtualTable/index.js +2 -2
- package/dist/components/argHover/index.js +2 -2
- package/dist/components/buttonGroup/index.js +2 -2
- package/dist/components/cascader/index.js +2 -2
- package/dist/components/citySelect/index.js +2 -2
- package/dist/components/contentTitle/index.js +2 -2
- package/dist/components/customInputV2/index.js +2 -2
- package/dist/components/customMultipleInput/index.js +2 -2
- package/dist/components/dragResizable/index.js +2 -2
- package/dist/components/dragSort/index.js +2 -2
- package/dist/components/errorImage/index.js +2 -2
- package/dist/components/hSelect/index.js +2 -2
- package/dist/components/hSelectAll/index.js +2 -2
- package/dist/components/hSelectSJ/index.js +2 -2
- package/dist/components/identifyAddress/index.js +2 -2
- package/dist/components/imageLoupe/index.js +2 -2
- package/dist/components/index.js +62 -62
- package/dist/components/lazyComponent/index.js +2 -2
- package/dist/components/lazyPopover/index.js +2 -2
- package/dist/components/loadingBtn/index.js +2 -2
- package/dist/components/mInput/index.js +2 -2
- package/dist/components/myTable/index.js +2 -2
- package/dist/components/noRender/index.js +2 -2
- package/dist/components/selectAddress/index.js +2 -2
- package/dist/components/selectAll/index.js +2 -2
- package/dist/components/selectAll2/index.js +2 -2
- package/dist/components/selectCustomAll/index.js +2 -2
- package/dist/components/selectTimePicker/index.js +2 -2
- package/dist/components/selectTree/index.js +2 -2
- package/dist/components/svgIcon/index.js +2 -2
- package/dist/components/textCopy/index.js +2 -2
- package/dist/components/textEllipsisTooltip/index.js +2 -2
- package/dist/dateShortcuts-DjFC_Txu.js +27 -0
- package/dist/directive/index.js +2 -2
- package/dist/directive/loading/index.js +2 -2
- package/dist/hooks/index.js +2 -2
- package/dist/hooks/usePagination/index.js +2 -2
- package/dist/index-BPnixsfc.js +103 -0
- package/dist/index-C9zyi90j.js +165 -0
- package/dist/index-CSMWzzp0.js +8 -0
- package/dist/index-DfQiknXJ.js +8 -0
- package/dist/index-DzdLpetc.js +29184 -0
- package/dist/index-uQXqC9BF.js +68 -0
- package/dist/index.css +1 -1
- package/dist/index.js +204 -194
- package/dist/loading-CGrVcnNl.js +47 -0
- package/dist/loading.css +110 -1
- package/dist/tools/ImageParserUtils/index.js +17239 -9074
- package/dist/tools/common/index.js +86 -86
- package/dist/tools/index.js +95 -95
- package/dist/usePagination-C63IRXjZ.js +29 -0
- package/dist/vue-virtual-scroller.esm-ZgBoGAjX.js +1507 -0
- package/package.json +1 -1
- package/dist/ArgHover.vue_vue_type_style_index_0_lang-CMhRP09M.js +0 -54
- package/dist/ButtonGroup-C0yZEkxK.js +0 -103
- package/dist/CitySelect.vue_vue_type_script_setup_true_lang-8EbHD3Nt.js +0 -159
- package/dist/ContentTitle-mqrusLjx.js +0 -24
- package/dist/CustomInputV2-uARhbFc8.js +0 -135
- package/dist/CustomMultipleInput-DDaqoHVU.js +0 -109
- package/dist/DragResizable.vue_vue_type_style_index_0_lang-CHv0gJmo.js +0 -179
- package/dist/DragSort-CfDeFAIG.js +0 -66
- package/dist/ErrorImage-CTP_5sal.js +0 -32
- package/dist/FgCascader.vue_vue_type_style_index_0_lang-BUZDDcVn.js +0 -1656
- package/dist/HSelect-Drf6YBwO.js +0 -468
- package/dist/HSelectAll.vue_vue_type_script_setup_true_lang-Blq9xpfa.js +0 -36
- package/dist/HSelectSJ-D3GrXmvj.js +0 -462
- package/dist/IdentifyAddress.vue_vue_type_script_setup_true_lang-BJheMI1q.js +0 -4743
- package/dist/ImageLoupe.vue_vue_type_script_setup_true_lang-BlX4VbRi.js +0 -79
- package/dist/LazyComponent.vue_vue_type_script_setup_true_lang-vNk68D8E.js +0 -82
- package/dist/LazyPopover.vue_vue_type_script_setup_true_lang-DcOrcH0T.js +0 -33
- package/dist/LoadingBtn-BhbhNboo.js +0 -66
- package/dist/MInput-CpoW17Wh.js +0 -101
- package/dist/MyTable-DmwyEVJb.js +0 -68
- package/dist/NoRender.vue_vue_type_script_setup_true_lang-Do36nSsV.js +0 -30
- package/dist/SelectAddress-B4oK5erq.js +0 -173
- package/dist/SelectAll.vue_vue_type_script_setup_true_lang-BC3q2U8f.js +0 -79
- package/dist/SelectAll2.vue_vue_type_script_setup_true_lang-CaET5eli.js +0 -74
- package/dist/SelectCustomAll.vue_vue_type_style_index_0_lang-_wCRO217.js +0 -83
- package/dist/SelectTimePicker.vue_vue_type_script_setup_true_lang-Bj0KMOKv.js +0 -45
- package/dist/SelectTree-Dm5259kY.js +0 -911
- package/dist/SvgIcon-C2ah8E0Z.js +0 -30
- package/dist/TextCopy-hOj-Wj2H.js +0 -41
- package/dist/TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-aZbEQmbM.js +0 -112
- package/dist/VirtualTable-BWugJiQ5.js +0 -349
- package/dist/_commonjsHelpers-ByYUsBRP.js +0 -33
- package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
- package/dist/common-BIEgCXbl.js +0 -7030
- package/dist/dateShortcuts-DDPtAhDI.js +0 -26
- package/dist/index-BRcBDlVs.js +0 -68
- package/dist/index-CeWudY6u.js +0 -8
- package/dist/index-DIX8TpoT.js +0 -118
- package/dist/index-DpPsTMp0.js +0 -8
- package/dist/index-epuVZjZV.js +0 -103
- package/dist/index-uf7oyYDF.js +0 -16847
- package/dist/loading-DJVNc0eN.js +0 -36
- package/dist/usePagination-CwShBEjA.js +0 -20
- 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
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
|
13
|
-
import { t as
|
|
14
|
-
import { d as
|
|
15
|
-
import { h as
|
|
16
|
-
import { _
|
|
17
|
-
import { _ } from "./FgCascader.vue_vue_type_style_index_0_lang-
|
|
18
|
-
import { _ as
|
|
19
|
-
import { _ as
|
|
20
|
-
import { _ as
|
|
21
|
-
import { _ as
|
|
22
|
-
import { _ as
|
|
23
|
-
import { _ as
|
|
24
|
-
import { _ as
|
|
25
|
-
import { _ as
|
|
26
|
-
import { _ as
|
|
27
|
-
import { _ as
|
|
28
|
-
import { _ as
|
|
29
|
-
import { _ as
|
|
30
|
-
import { _ as
|
|
31
|
-
import { B
|
|
32
|
-
import { C
|
|
33
|
-
import { C as
|
|
34
|
-
import { C as
|
|
35
|
-
import { D
|
|
36
|
-
import { E
|
|
37
|
-
import { H
|
|
38
|
-
import { H as
|
|
39
|
-
import { l
|
|
40
|
-
import { L
|
|
41
|
-
import { M
|
|
42
|
-
import { M as
|
|
43
|
-
import { S
|
|
44
|
-
import { S as
|
|
45
|
-
import { S as
|
|
46
|
-
import { T
|
|
47
|
-
import { V
|
|
48
|
-
import { a
|
|
49
|
-
import { detectFileType
|
|
50
|
-
import { s as
|
|
51
|
-
import { u as
|
|
52
|
-
function
|
|
53
|
-
if (!
|
|
54
|
-
const
|
|
55
|
-
return "mounted" in
|
|
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
|
|
58
|
-
Object.entries(
|
|
59
|
-
|
|
62
|
+
function installComponents(app) {
|
|
63
|
+
Object.entries(components).forEach(([name, component]) => {
|
|
64
|
+
app.component(name, component);
|
|
60
65
|
});
|
|
61
66
|
}
|
|
62
|
-
function
|
|
63
|
-
Object.entries(
|
|
64
|
-
|
|
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
|
|
68
|
-
const { components:
|
|
69
|
-
|
|
70
|
-
|
|
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
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
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]
|
|
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
|
+
}
|