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
package/dist/components/index.js
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
import { _
|
|
2
|
-
import { _ as
|
|
3
|
-
import { _ as
|
|
4
|
-
import { _ as
|
|
5
|
-
import { _ as
|
|
6
|
-
import { _ as
|
|
7
|
-
import { _ } from "../ImageLoupe.vue_vue_type_script_setup_true_lang-
|
|
8
|
-
import { _ as
|
|
9
|
-
import { _ as
|
|
10
|
-
import { _ as
|
|
11
|
-
import { _ as
|
|
12
|
-
import { _ as
|
|
13
|
-
import { _ as
|
|
14
|
-
import { _ as
|
|
15
|
-
import { _ as
|
|
16
|
-
import { B
|
|
17
|
-
import { C
|
|
18
|
-
import { C as
|
|
19
|
-
import { C as
|
|
20
|
-
import { D
|
|
21
|
-
import { E
|
|
22
|
-
import { H
|
|
23
|
-
import { H as
|
|
24
|
-
import { L
|
|
25
|
-
import { M
|
|
26
|
-
import { M as
|
|
27
|
-
import { S
|
|
28
|
-
import { S as
|
|
29
|
-
import { S as
|
|
30
|
-
import { T
|
|
31
|
-
import { V
|
|
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
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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 { _
|
|
1
|
+
import { _ } from "../../TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-DVE1CxPm.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
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
|
+
};
|
package/dist/directive/index.js
CHANGED
package/dist/hooks/index.js
CHANGED
|
@@ -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
|
+
};
|