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,165 @@
|
|
|
1
|
+
function getDefaultExportFromCjs(x) {
|
|
2
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
3
|
+
}
|
|
4
|
+
var browser = { exports: {} };
|
|
5
|
+
var process = browser.exports = {};
|
|
6
|
+
var cachedSetTimeout;
|
|
7
|
+
var cachedClearTimeout;
|
|
8
|
+
function defaultSetTimout() {
|
|
9
|
+
throw new Error("setTimeout has not been defined");
|
|
10
|
+
}
|
|
11
|
+
function defaultClearTimeout() {
|
|
12
|
+
throw new Error("clearTimeout has not been defined");
|
|
13
|
+
}
|
|
14
|
+
(function() {
|
|
15
|
+
try {
|
|
16
|
+
if (typeof setTimeout === "function") {
|
|
17
|
+
cachedSetTimeout = setTimeout;
|
|
18
|
+
} else {
|
|
19
|
+
cachedSetTimeout = defaultSetTimout;
|
|
20
|
+
}
|
|
21
|
+
} catch (e) {
|
|
22
|
+
cachedSetTimeout = defaultSetTimout;
|
|
23
|
+
}
|
|
24
|
+
try {
|
|
25
|
+
if (typeof clearTimeout === "function") {
|
|
26
|
+
cachedClearTimeout = clearTimeout;
|
|
27
|
+
} else {
|
|
28
|
+
cachedClearTimeout = defaultClearTimeout;
|
|
29
|
+
}
|
|
30
|
+
} catch (e) {
|
|
31
|
+
cachedClearTimeout = defaultClearTimeout;
|
|
32
|
+
}
|
|
33
|
+
})();
|
|
34
|
+
function runTimeout(fun) {
|
|
35
|
+
if (cachedSetTimeout === setTimeout) {
|
|
36
|
+
return setTimeout(fun, 0);
|
|
37
|
+
}
|
|
38
|
+
if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) {
|
|
39
|
+
cachedSetTimeout = setTimeout;
|
|
40
|
+
return setTimeout(fun, 0);
|
|
41
|
+
}
|
|
42
|
+
try {
|
|
43
|
+
return cachedSetTimeout(fun, 0);
|
|
44
|
+
} catch (e) {
|
|
45
|
+
try {
|
|
46
|
+
return cachedSetTimeout.call(null, fun, 0);
|
|
47
|
+
} catch (e2) {
|
|
48
|
+
return cachedSetTimeout.call(this, fun, 0);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
function runClearTimeout(marker) {
|
|
53
|
+
if (cachedClearTimeout === clearTimeout) {
|
|
54
|
+
return clearTimeout(marker);
|
|
55
|
+
}
|
|
56
|
+
if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) {
|
|
57
|
+
cachedClearTimeout = clearTimeout;
|
|
58
|
+
return clearTimeout(marker);
|
|
59
|
+
}
|
|
60
|
+
try {
|
|
61
|
+
return cachedClearTimeout(marker);
|
|
62
|
+
} catch (e) {
|
|
63
|
+
try {
|
|
64
|
+
return cachedClearTimeout.call(null, marker);
|
|
65
|
+
} catch (e2) {
|
|
66
|
+
return cachedClearTimeout.call(this, marker);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
var queue = [];
|
|
71
|
+
var draining = false;
|
|
72
|
+
var currentQueue;
|
|
73
|
+
var queueIndex = -1;
|
|
74
|
+
function cleanUpNextTick() {
|
|
75
|
+
if (!draining || !currentQueue) {
|
|
76
|
+
return;
|
|
77
|
+
}
|
|
78
|
+
draining = false;
|
|
79
|
+
if (currentQueue.length) {
|
|
80
|
+
queue = currentQueue.concat(queue);
|
|
81
|
+
} else {
|
|
82
|
+
queueIndex = -1;
|
|
83
|
+
}
|
|
84
|
+
if (queue.length) {
|
|
85
|
+
drainQueue();
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
function drainQueue() {
|
|
89
|
+
if (draining) {
|
|
90
|
+
return;
|
|
91
|
+
}
|
|
92
|
+
var timeout = runTimeout(cleanUpNextTick);
|
|
93
|
+
draining = true;
|
|
94
|
+
var len = queue.length;
|
|
95
|
+
while (len) {
|
|
96
|
+
currentQueue = queue;
|
|
97
|
+
queue = [];
|
|
98
|
+
while (++queueIndex < len) {
|
|
99
|
+
if (currentQueue) {
|
|
100
|
+
currentQueue[queueIndex].run();
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
queueIndex = -1;
|
|
104
|
+
len = queue.length;
|
|
105
|
+
}
|
|
106
|
+
currentQueue = null;
|
|
107
|
+
draining = false;
|
|
108
|
+
runClearTimeout(timeout);
|
|
109
|
+
}
|
|
110
|
+
process.nextTick = function(fun) {
|
|
111
|
+
var args = new Array(arguments.length - 1);
|
|
112
|
+
if (arguments.length > 1) {
|
|
113
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
114
|
+
args[i - 1] = arguments[i];
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
queue.push(new Item(fun, args));
|
|
118
|
+
if (queue.length === 1 && !draining) {
|
|
119
|
+
runTimeout(drainQueue);
|
|
120
|
+
}
|
|
121
|
+
};
|
|
122
|
+
function Item(fun, array) {
|
|
123
|
+
this.fun = fun;
|
|
124
|
+
this.array = array;
|
|
125
|
+
}
|
|
126
|
+
Item.prototype.run = function() {
|
|
127
|
+
this.fun.apply(null, this.array);
|
|
128
|
+
};
|
|
129
|
+
process.title = "browser";
|
|
130
|
+
process.browser = true;
|
|
131
|
+
process.env = {};
|
|
132
|
+
process.argv = [];
|
|
133
|
+
process.version = "";
|
|
134
|
+
process.versions = {};
|
|
135
|
+
function noop() {
|
|
136
|
+
}
|
|
137
|
+
process.on = noop;
|
|
138
|
+
process.addListener = noop;
|
|
139
|
+
process.once = noop;
|
|
140
|
+
process.off = noop;
|
|
141
|
+
process.removeListener = noop;
|
|
142
|
+
process.removeAllListeners = noop;
|
|
143
|
+
process.emit = noop;
|
|
144
|
+
process.prependListener = noop;
|
|
145
|
+
process.prependOnceListener = noop;
|
|
146
|
+
process.listeners = function(name) {
|
|
147
|
+
return [];
|
|
148
|
+
};
|
|
149
|
+
process.binding = function(name) {
|
|
150
|
+
throw new Error("process.binding is not supported");
|
|
151
|
+
};
|
|
152
|
+
process.cwd = function() {
|
|
153
|
+
return "/";
|
|
154
|
+
};
|
|
155
|
+
process.chdir = function(dir) {
|
|
156
|
+
throw new Error("process.chdir is not supported");
|
|
157
|
+
};
|
|
158
|
+
process.umask = function() {
|
|
159
|
+
return 0;
|
|
160
|
+
};
|
|
161
|
+
var browserExports = browser.exports;
|
|
162
|
+
const process$1 = /* @__PURE__ */ getDefaultExportFromCjs(browserExports);
|
|
163
|
+
export {
|
|
164
|
+
process$1 as p
|
|
165
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { l as loading } from "./loading-CGrVcnNl.js";
|
|
2
|
+
const directives = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3
|
+
__proto__: null,
|
|
4
|
+
FgLoading: loading
|
|
5
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
6
|
+
export {
|
|
7
|
+
directives as d
|
|
8
|
+
};
|