@fangzhongya/utils 0.0.66 → 0.0.67
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/basic/index.cjs +21 -21
- package/dist/basic/index.js +20 -20
- package/dist/basic/object/index.cjs +12 -12
- package/dist/basic/object/index.js +18 -18
- package/dist/basic/string/index.cjs +10 -10
- package/dist/basic/string/index.js +12 -12
- package/dist/basic/string/toJsons.cjs +3 -3
- package/dist/basic/string/toJsons.js +2 -2
- package/dist/chunk-2HQDHQFP.cjs +299 -0
- package/dist/{chunk-6MSVNVC2.js → chunk-5S7QXY2L.js} +4 -4
- package/dist/{chunk-5WQXANBO.js → chunk-BBL7TBP6.js} +17 -1
- package/dist/{chunk-THCKSUIJ.cjs → chunk-BKOSCF7N.cjs} +4 -4
- package/dist/chunk-LJVOVGGV.js +299 -0
- package/dist/{chunk-E74ZD4NG.cjs → chunk-SD6NUAET.cjs} +17 -1
- package/dist/{chunk-CGDNKEYI.js → chunk-SMAXQU2I.js} +10 -10
- package/dist/{chunk-XLYPGPDB.cjs → chunk-UUMPCJJ2.cjs} +11 -11
- package/dist/css/index.cjs +5 -5
- package/dist/css/index.js +6 -6
- package/dist/date/index.cjs +4 -4
- package/dist/date/index.js +5 -5
- package/dist/dom/index.cjs +3 -3
- package/dist/dom/index.js +4 -4
- package/dist/html/index.cjs +6 -6
- package/dist/html/index.js +6 -6
- package/dist/index-B8ZJILol.d.cts +30 -0
- package/dist/index-DGgeqhym.d.ts +30 -0
- package/dist/index.cjs +56 -55
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +60 -59
- package/dist/judge/index.cjs +6 -6
- package/dist/judge/index.js +13 -13
- package/dist/tree/index.cjs +3 -3
- package/dist/tree/index.js +6 -6
- package/dist/urls/index.cjs +13 -13
- package/dist/urls/index.js +17 -17
- package/dist/window/index.cjs +18 -2
- package/dist/window/index.d.cts +1 -0
- package/dist/window/index.d.ts +1 -0
- package/dist/window/index.js +18 -2
- package/dist/window/storage.cjs +19 -0
- package/dist/window/storage.d.cts +37 -0
- package/dist/window/storage.d.ts +37 -0
- package/dist/window/storage.js +19 -0
- package/package.json +6 -1
- package/dist/index-9-f0oXM3.d.ts +0 -22
- package/dist/index-_GH04n6g.d.cts +0 -22
- package/dist/{chunk-HRBXT5L3.js → chunk-3DUFQKFF.js} +16 -16
- package/dist/{chunk-TKE7IK2M.cjs → chunk-3QB3GKVL.cjs} +2 -2
- package/dist/{chunk-JPQN3LUH.js → chunk-5VGZQLUQ.js} +4 -4
- package/dist/{chunk-FZI44Q55.cjs → chunk-7GCUYESU.cjs} +12 -12
- package/dist/{chunk-YKNGDK4I.js → chunk-7VGVDOZH.js} +12 -12
- package/dist/{chunk-PV2N6PF2.cjs → chunk-APRM3ELY.cjs} +2 -2
- package/dist/{chunk-4JXZQBCA.js → chunk-EJZIISBA.js} +3 -3
- package/dist/{chunk-Z3BZ5W5W.js → chunk-GPFPHJRZ.js} +3 -3
- package/dist/{chunk-UHKL2RG3.cjs → chunk-J2WRN55J.cjs} +5 -5
- package/dist/{chunk-7NEXCOZZ.cjs → chunk-JI6PHVDX.cjs} +3 -3
- package/dist/{chunk-ZUIHJQD6.cjs → chunk-PKFURLQT.cjs} +2 -2
- package/dist/{chunk-FLGYKRQ6.cjs → chunk-QN6KZWKM.cjs} +3 -3
- package/dist/{chunk-OVHYLUAS.js → chunk-QUIZWAFR.js} +5 -5
- package/dist/{chunk-HPVRBKIG.js → chunk-RGBFHCCJ.js} +5 -5
- package/dist/{chunk-ZADO6V3Z.js → chunk-VJKUTNCV.js} +3 -3
- package/dist/{chunk-KURDD4RK.js → chunk-XM4WSZJV.js} +17 -17
- package/dist/{chunk-2IWTROKK.cjs → chunk-YHM42KJI.cjs} +4 -4
- package/dist/{chunk-64UDCNFR.cjs → chunk-Z2QP5DBD.cjs} +11 -11
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
string_exports
|
|
3
|
-
} from "./chunk-CGDNKEYI.js";
|
|
4
1
|
import {
|
|
5
2
|
object_exports
|
|
6
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-XM4WSZJV.js";
|
|
4
|
+
import {
|
|
5
|
+
string_exports
|
|
6
|
+
} from "./chunk-SMAXQU2I.js";
|
|
7
7
|
import {
|
|
8
8
|
array_exports
|
|
9
9
|
} from "./chunk-PVXQ2H5H.js";
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
cleanupExpired,
|
|
3
|
+
clearLocal,
|
|
4
|
+
clearSession,
|
|
5
|
+
getLocal,
|
|
6
|
+
getSession,
|
|
7
|
+
setLocal,
|
|
8
|
+
setSession
|
|
9
|
+
} from "./chunk-LJVOVGGV.js";
|
|
1
10
|
import {
|
|
2
11
|
copy
|
|
3
12
|
} from "./chunk-W45DTA4D.js";
|
|
@@ -24,6 +33,9 @@ import {
|
|
|
24
33
|
// packages/window/index.ts
|
|
25
34
|
var window_exports = {};
|
|
26
35
|
__export(window_exports, {
|
|
36
|
+
cleanupExpired: () => cleanupExpired,
|
|
37
|
+
clearLocal: () => clearLocal,
|
|
38
|
+
clearSession: () => clearSession,
|
|
27
39
|
copy: () => copy,
|
|
28
40
|
downloadCSV: () => downloadCSV,
|
|
29
41
|
downloadFile: () => downloadFile,
|
|
@@ -34,9 +46,13 @@ __export(window_exports, {
|
|
|
34
46
|
downloadText: () => downloadText,
|
|
35
47
|
downloadViaAJAX: () => downloadViaAJAX,
|
|
36
48
|
getAllParams: () => getAllParams,
|
|
49
|
+
getLocal: () => getLocal,
|
|
37
50
|
getParam: () => getParam,
|
|
51
|
+
getSession: () => getSession,
|
|
38
52
|
getUrlParam: () => getUrlParam,
|
|
39
|
-
getUrlParams: () => getUrlParams
|
|
53
|
+
getUrlParams: () => getUrlParams,
|
|
54
|
+
setLocal: () => setLocal,
|
|
55
|
+
setSession: () => setSession
|
|
40
56
|
});
|
|
41
57
|
|
|
42
58
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkZ2QP5DBDcjs = require('./chunk-Z2QP5DBD.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkUUMPCJJ2cjs = require('./chunk-UUMPCJJ2.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
var _chunk65O7KWP4cjs = require('./chunk-65O7KWP4.cjs');
|
|
@@ -15,8 +15,8 @@ var _chunk75ZPJI57cjs = require('./chunk-75ZPJI57.cjs');
|
|
|
15
15
|
var basic_exports = {};
|
|
16
16
|
_chunk75ZPJI57cjs.__export.call(void 0, basic_exports, {
|
|
17
17
|
array: () => _chunk65O7KWP4cjs.array_exports,
|
|
18
|
-
object: () =>
|
|
19
|
-
string: () =>
|
|
18
|
+
object: () => _chunkZ2QP5DBDcjs.object_exports,
|
|
19
|
+
string: () => _chunkUUMPCJJ2cjs.string_exports
|
|
20
20
|
});
|
|
21
21
|
|
|
22
22
|
|
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
// packages/window/storage.ts
|
|
2
|
+
var STORAGE = "fang-storage";
|
|
3
|
+
function getKey(key, config = {}) {
|
|
4
|
+
const { prefix, isCom = false } = config;
|
|
5
|
+
if (prefix) {
|
|
6
|
+
return `${prefix}.${key}`;
|
|
7
|
+
}
|
|
8
|
+
return isCom ? key : `${STORAGE}.${key}`;
|
|
9
|
+
}
|
|
10
|
+
function simpleEncrypt(data) {
|
|
11
|
+
return btoa(encodeURIComponent(data));
|
|
12
|
+
}
|
|
13
|
+
function simpleDecrypt(encrypted) {
|
|
14
|
+
try {
|
|
15
|
+
return decodeURIComponent(atob(encrypted));
|
|
16
|
+
} catch {
|
|
17
|
+
return "";
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
function isExpired(expires) {
|
|
21
|
+
if (!expires) return false;
|
|
22
|
+
return Date.now() > expires;
|
|
23
|
+
}
|
|
24
|
+
function normalizeConfig(config) {
|
|
25
|
+
return {
|
|
26
|
+
isCom: false,
|
|
27
|
+
...config
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
function setLocal(key, value = "", config = {}) {
|
|
31
|
+
try {
|
|
32
|
+
if (value === void 0 || value === null) value = "";
|
|
33
|
+
const normalizedConfig = normalizeConfig(config);
|
|
34
|
+
const storedData = {
|
|
35
|
+
value,
|
|
36
|
+
config: void 0
|
|
37
|
+
};
|
|
38
|
+
if (Object.keys(normalizedConfig).length > 0) {
|
|
39
|
+
storedData.config = {};
|
|
40
|
+
if (normalizedConfig.expires) {
|
|
41
|
+
let expires;
|
|
42
|
+
if (typeof normalizedConfig.expires === "string") {
|
|
43
|
+
expires = new Date(normalizedConfig.expires).getTime();
|
|
44
|
+
} else {
|
|
45
|
+
expires = Date.now() + normalizedConfig.expires;
|
|
46
|
+
}
|
|
47
|
+
storedData.config.expires = expires;
|
|
48
|
+
}
|
|
49
|
+
if (normalizedConfig.once !== void 0) {
|
|
50
|
+
storedData.config.once = normalizedConfig.once;
|
|
51
|
+
}
|
|
52
|
+
if (normalizedConfig.encrypt !== void 0) {
|
|
53
|
+
storedData.config.encrypt = normalizedConfig.encrypt;
|
|
54
|
+
}
|
|
55
|
+
if (normalizedConfig.isCom !== void 0) {
|
|
56
|
+
storedData.config.isCom = normalizedConfig.isCom;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
let dataToStore = JSON.stringify(storedData);
|
|
60
|
+
if (storedData.config?.encrypt) {
|
|
61
|
+
dataToStore = simpleEncrypt(dataToStore);
|
|
62
|
+
}
|
|
63
|
+
localStorage.setItem(getKey(key, normalizedConfig), dataToStore);
|
|
64
|
+
return true;
|
|
65
|
+
} catch (error) {
|
|
66
|
+
console.error("\u5B58\u50A8\u6570\u636E\u5931\u8D25:", error);
|
|
67
|
+
return false;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
function getLocal(key, config = {}) {
|
|
71
|
+
try {
|
|
72
|
+
const normalizedConfig = normalizeConfig(config);
|
|
73
|
+
const storageKey = getKey(key, normalizedConfig);
|
|
74
|
+
let storedItem = localStorage.getItem(storageKey);
|
|
75
|
+
if (!storedItem || storedItem === "null" || storedItem === "undefined") {
|
|
76
|
+
return null;
|
|
77
|
+
}
|
|
78
|
+
let parsedData;
|
|
79
|
+
try {
|
|
80
|
+
parsedData = JSON.parse(storedItem);
|
|
81
|
+
} catch {
|
|
82
|
+
const decrypted = simpleDecrypt(storedItem);
|
|
83
|
+
if (!decrypted) return null;
|
|
84
|
+
parsedData = JSON.parse(decrypted);
|
|
85
|
+
}
|
|
86
|
+
if (parsedData.config?.expires && isExpired(parsedData.config.expires)) {
|
|
87
|
+
localStorage.removeItem(storageKey);
|
|
88
|
+
return null;
|
|
89
|
+
}
|
|
90
|
+
if (parsedData.config?.once) {
|
|
91
|
+
localStorage.removeItem(storageKey);
|
|
92
|
+
}
|
|
93
|
+
return parsedData.value;
|
|
94
|
+
} catch (error) {
|
|
95
|
+
console.error("\u83B7\u53D6\u6570\u636E\u5931\u8D25:", error);
|
|
96
|
+
return null;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
function clearLocal(key, config = {}) {
|
|
100
|
+
try {
|
|
101
|
+
const normalizedConfig = normalizeConfig(config);
|
|
102
|
+
if (key) {
|
|
103
|
+
localStorage.removeItem(getKey(key, normalizedConfig));
|
|
104
|
+
} else {
|
|
105
|
+
if (normalizedConfig.prefix) {
|
|
106
|
+
const prefixKey = getKey("", normalizedConfig).replace(
|
|
107
|
+
/\.$/,
|
|
108
|
+
""
|
|
109
|
+
);
|
|
110
|
+
const keysToRemove = [];
|
|
111
|
+
for (let i = 0; i < localStorage.length; i++) {
|
|
112
|
+
const storageKey = localStorage.key(i);
|
|
113
|
+
if (storageKey && storageKey.startsWith(prefixKey + ".")) {
|
|
114
|
+
keysToRemove.push(storageKey);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
keysToRemove.forEach((k) => localStorage.removeItem(k));
|
|
118
|
+
} else if (normalizedConfig.isCom) {
|
|
119
|
+
localStorage.clear();
|
|
120
|
+
} else {
|
|
121
|
+
const keysToRemove = [];
|
|
122
|
+
const privatePrefix = `${STORAGE}.`;
|
|
123
|
+
for (let i = 0; i < localStorage.length; i++) {
|
|
124
|
+
const storageKey = localStorage.key(i);
|
|
125
|
+
if (storageKey && storageKey.startsWith(privatePrefix)) {
|
|
126
|
+
keysToRemove.push(storageKey);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
keysToRemove.forEach((k) => localStorage.removeItem(k));
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
return true;
|
|
133
|
+
} catch (error) {
|
|
134
|
+
console.error("\u6E05\u9664\u6570\u636E\u5931\u8D25:", error);
|
|
135
|
+
return false;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
function setSession(key, value = "", config = {}) {
|
|
139
|
+
try {
|
|
140
|
+
if (value === void 0 || value === null) value = "";
|
|
141
|
+
const normalizedConfig = normalizeConfig(config);
|
|
142
|
+
const storedData = {
|
|
143
|
+
value,
|
|
144
|
+
config: void 0
|
|
145
|
+
};
|
|
146
|
+
if (Object.keys(normalizedConfig).length > 0) {
|
|
147
|
+
storedData.config = {};
|
|
148
|
+
if (normalizedConfig.expires) {
|
|
149
|
+
let expires;
|
|
150
|
+
if (typeof normalizedConfig.expires === "string") {
|
|
151
|
+
expires = new Date(normalizedConfig.expires).getTime();
|
|
152
|
+
} else {
|
|
153
|
+
expires = Date.now() + normalizedConfig.expires;
|
|
154
|
+
}
|
|
155
|
+
storedData.config.expires = expires;
|
|
156
|
+
}
|
|
157
|
+
if (normalizedConfig.once !== void 0) {
|
|
158
|
+
storedData.config.once = normalizedConfig.once;
|
|
159
|
+
}
|
|
160
|
+
if (normalizedConfig.encrypt !== void 0) {
|
|
161
|
+
storedData.config.encrypt = normalizedConfig.encrypt;
|
|
162
|
+
}
|
|
163
|
+
if (normalizedConfig.isCom !== void 0) {
|
|
164
|
+
storedData.config.isCom = normalizedConfig.isCom;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
let dataToStore = JSON.stringify(storedData);
|
|
168
|
+
if (storedData.config?.encrypt) {
|
|
169
|
+
dataToStore = simpleEncrypt(dataToStore);
|
|
170
|
+
}
|
|
171
|
+
sessionStorage.setItem(getKey(key, normalizedConfig), dataToStore);
|
|
172
|
+
return true;
|
|
173
|
+
} catch (error) {
|
|
174
|
+
console.error("\u4F1A\u8BDD\u5B58\u50A8\u6570\u636E\u5931\u8D25:", error);
|
|
175
|
+
return false;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
function getSession(key, config = {}) {
|
|
179
|
+
try {
|
|
180
|
+
const normalizedConfig = normalizeConfig(config);
|
|
181
|
+
const storageKey = getKey(key, normalizedConfig);
|
|
182
|
+
let storedItem = sessionStorage.getItem(storageKey);
|
|
183
|
+
if (!storedItem || storedItem === "null" || storedItem === "undefined") {
|
|
184
|
+
return null;
|
|
185
|
+
}
|
|
186
|
+
let parsedData;
|
|
187
|
+
try {
|
|
188
|
+
parsedData = JSON.parse(storedItem);
|
|
189
|
+
} catch {
|
|
190
|
+
const decrypted = simpleDecrypt(storedItem);
|
|
191
|
+
if (!decrypted) return null;
|
|
192
|
+
parsedData = JSON.parse(decrypted);
|
|
193
|
+
}
|
|
194
|
+
if (parsedData.config?.expires && isExpired(parsedData.config.expires)) {
|
|
195
|
+
sessionStorage.removeItem(storageKey);
|
|
196
|
+
return null;
|
|
197
|
+
}
|
|
198
|
+
if (parsedData.config?.once) {
|
|
199
|
+
sessionStorage.removeItem(storageKey);
|
|
200
|
+
}
|
|
201
|
+
return parsedData.value;
|
|
202
|
+
} catch (error) {
|
|
203
|
+
console.error("\u83B7\u53D6\u4F1A\u8BDD\u6570\u636E\u5931\u8D25:", error);
|
|
204
|
+
return null;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
function clearSession(key, config = {}) {
|
|
208
|
+
try {
|
|
209
|
+
const normalizedConfig = normalizeConfig(config);
|
|
210
|
+
if (key) {
|
|
211
|
+
sessionStorage.removeItem(getKey(key, normalizedConfig));
|
|
212
|
+
} else {
|
|
213
|
+
if (normalizedConfig.prefix) {
|
|
214
|
+
const prefixKey = getKey("", normalizedConfig).replace(
|
|
215
|
+
/\.$/,
|
|
216
|
+
""
|
|
217
|
+
);
|
|
218
|
+
const keysToRemove = [];
|
|
219
|
+
for (let i = 0; i < sessionStorage.length; i++) {
|
|
220
|
+
const storageKey = sessionStorage.key(i);
|
|
221
|
+
if (storageKey && storageKey.startsWith(prefixKey + ".")) {
|
|
222
|
+
keysToRemove.push(storageKey);
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
keysToRemove.forEach((k) => sessionStorage.removeItem(k));
|
|
226
|
+
} else if (normalizedConfig.isCom) {
|
|
227
|
+
sessionStorage.clear();
|
|
228
|
+
} else {
|
|
229
|
+
const keysToRemove = [];
|
|
230
|
+
const privatePrefix = `${STORAGE}.`;
|
|
231
|
+
for (let i = 0; i < sessionStorage.length; i++) {
|
|
232
|
+
const storageKey = sessionStorage.key(i);
|
|
233
|
+
if (storageKey && storageKey.startsWith(privatePrefix)) {
|
|
234
|
+
keysToRemove.push(storageKey);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
keysToRemove.forEach((k) => sessionStorage.removeItem(k));
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
return true;
|
|
241
|
+
} catch (error) {
|
|
242
|
+
console.error("\u6E05\u9664\u4F1A\u8BDD\u6570\u636E\u5931\u8D25:", error);
|
|
243
|
+
return false;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
function cleanupExpired() {
|
|
247
|
+
for (let i = 0; i < localStorage.length; i++) {
|
|
248
|
+
const key = localStorage.key(i);
|
|
249
|
+
if (key) {
|
|
250
|
+
try {
|
|
251
|
+
const item = localStorage.getItem(key);
|
|
252
|
+
if (item) {
|
|
253
|
+
let parsedData;
|
|
254
|
+
try {
|
|
255
|
+
parsedData = JSON.parse(item);
|
|
256
|
+
} catch {
|
|
257
|
+
continue;
|
|
258
|
+
}
|
|
259
|
+
if (parsedData.config?.expires && isExpired(parsedData.config.expires)) {
|
|
260
|
+
localStorage.removeItem(key);
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
} catch (error) {
|
|
264
|
+
console.error(`\u6E05\u7406\u8FC7\u671F\u6570\u636E\u5931\u8D25 (key: ${key}):`, error);
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
for (let i = 0; i < sessionStorage.length; i++) {
|
|
269
|
+
const key = sessionStorage.key(i);
|
|
270
|
+
if (key) {
|
|
271
|
+
try {
|
|
272
|
+
const item = sessionStorage.getItem(key);
|
|
273
|
+
if (item) {
|
|
274
|
+
let parsedData;
|
|
275
|
+
try {
|
|
276
|
+
parsedData = JSON.parse(item);
|
|
277
|
+
} catch {
|
|
278
|
+
continue;
|
|
279
|
+
}
|
|
280
|
+
if (parsedData.config?.expires && isExpired(parsedData.config.expires)) {
|
|
281
|
+
sessionStorage.removeItem(key);
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
} catch (error) {
|
|
285
|
+
console.error(`\u6E05\u7406\u4F1A\u8BDD\u8FC7\u671F\u6570\u636E\u5931\u8D25 (key: ${key}):`, error);
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export {
|
|
292
|
+
setLocal,
|
|
293
|
+
getLocal,
|
|
294
|
+
clearLocal,
|
|
295
|
+
setSession,
|
|
296
|
+
getSession,
|
|
297
|
+
clearSession,
|
|
298
|
+
cleanupExpired
|
|
299
|
+
};
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
var _chunk2HQDHQFPcjs = require('./chunk-2HQDHQFP.cjs');
|
|
10
|
+
|
|
11
|
+
|
|
3
12
|
var _chunkVYOTXPMMcjs = require('./chunk-VYOTXPMM.cjs');
|
|
4
13
|
|
|
5
14
|
|
|
@@ -24,6 +33,9 @@ var _chunk75ZPJI57cjs = require('./chunk-75ZPJI57.cjs');
|
|
|
24
33
|
// packages/window/index.ts
|
|
25
34
|
var window_exports = {};
|
|
26
35
|
_chunk75ZPJI57cjs.__export.call(void 0, window_exports, {
|
|
36
|
+
cleanupExpired: () => _chunk2HQDHQFPcjs.cleanupExpired,
|
|
37
|
+
clearLocal: () => _chunk2HQDHQFPcjs.clearLocal,
|
|
38
|
+
clearSession: () => _chunk2HQDHQFPcjs.clearSession,
|
|
27
39
|
copy: () => _chunkVYOTXPMMcjs.copy,
|
|
28
40
|
downloadCSV: () => _chunkPW76Z25Dcjs.downloadCSV,
|
|
29
41
|
downloadFile: () => _chunkPW76Z25Dcjs.downloadFile,
|
|
@@ -34,9 +46,13 @@ _chunk75ZPJI57cjs.__export.call(void 0, window_exports, {
|
|
|
34
46
|
downloadText: () => _chunkPW76Z25Dcjs.downloadText,
|
|
35
47
|
downloadViaAJAX: () => _chunkPW76Z25Dcjs.downloadViaAJAX,
|
|
36
48
|
getAllParams: () => _chunkZRO5GHYVcjs.getAllParams,
|
|
49
|
+
getLocal: () => _chunk2HQDHQFPcjs.getLocal,
|
|
37
50
|
getParam: () => _chunkZRO5GHYVcjs.getParam,
|
|
51
|
+
getSession: () => _chunk2HQDHQFPcjs.getSession,
|
|
38
52
|
getUrlParam: () => _chunkZRO5GHYVcjs.getUrlParam,
|
|
39
|
-
getUrlParams: () => _chunkZRO5GHYVcjs.getUrlParams
|
|
53
|
+
getUrlParams: () => _chunkZRO5GHYVcjs.getUrlParams,
|
|
54
|
+
setLocal: () => _chunk2HQDHQFPcjs.setLocal,
|
|
55
|
+
setSession: () => _chunk2HQDHQFPcjs.setSession
|
|
40
56
|
});
|
|
41
57
|
|
|
42
58
|
|
|
@@ -11,10 +11,19 @@ import {
|
|
|
11
11
|
serializeFunctionRef,
|
|
12
12
|
toJSONSParse,
|
|
13
13
|
toJSONSStringify
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-VJKUTNCV.js";
|
|
15
15
|
import {
|
|
16
16
|
toStringParse
|
|
17
17
|
} from "./chunk-ADPTUJSF.js";
|
|
18
|
+
import {
|
|
19
|
+
extractParams,
|
|
20
|
+
getFunctionFormat,
|
|
21
|
+
toFunction
|
|
22
|
+
} from "./chunk-Q6BNW3MO.js";
|
|
23
|
+
import {
|
|
24
|
+
getContent,
|
|
25
|
+
getContents
|
|
26
|
+
} from "./chunk-YKSVLAAK.js";
|
|
18
27
|
import {
|
|
19
28
|
getImports,
|
|
20
29
|
getImportss
|
|
@@ -25,18 +34,9 @@ import {
|
|
|
25
34
|
import {
|
|
26
35
|
splitUpper
|
|
27
36
|
} from "./chunk-VKE5JARB.js";
|
|
28
|
-
import {
|
|
29
|
-
extractParams,
|
|
30
|
-
getFunctionFormat,
|
|
31
|
-
toFunction
|
|
32
|
-
} from "./chunk-Q6BNW3MO.js";
|
|
33
37
|
import {
|
|
34
38
|
deComment
|
|
35
39
|
} from "./chunk-FS4JPT23.js";
|
|
36
|
-
import {
|
|
37
|
-
getContent,
|
|
38
|
-
getContents
|
|
39
|
-
} from "./chunk-YKSVLAAK.js";
|
|
40
40
|
import {
|
|
41
41
|
getStrNunPosit
|
|
42
42
|
} from "./chunk-USIMBBLW.js";
|
|
@@ -11,32 +11,32 @@ var _chunkK2XKKEE7cjs = require('./chunk-K2XKKEE7.cjs');
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunk3QB3GKVLcjs = require('./chunk-3QB3GKVL.cjs');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
var _chunkHLKHFBMFcjs = require('./chunk-HLKHFBMF.cjs');
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
var _chunkHWHYHL6Jcjs = require('./chunk-HWHYHL6J.cjs');
|
|
22
21
|
|
|
22
|
+
var _chunkJJ37YIPJcjs = require('./chunk-JJ37YIPJ.cjs');
|
|
23
23
|
|
|
24
|
-
var _chunkJ7S3KBHLcjs = require('./chunk-J7S3KBHL.cjs');
|
|
25
24
|
|
|
26
25
|
|
|
27
|
-
var
|
|
26
|
+
var _chunk4PUYFFPOcjs = require('./chunk-4PUYFFPO.cjs');
|
|
28
27
|
|
|
29
28
|
|
|
30
29
|
|
|
30
|
+
var _chunkHWHYHL6Jcjs = require('./chunk-HWHYHL6J.cjs');
|
|
31
31
|
|
|
32
|
-
var _chunkJJ37YIPJcjs = require('./chunk-JJ37YIPJ.cjs');
|
|
33
32
|
|
|
33
|
+
var _chunkJ7S3KBHLcjs = require('./chunk-J7S3KBHL.cjs');
|
|
34
34
|
|
|
35
|
-
var _chunkXWCRGY54cjs = require('./chunk-XWCRGY54.cjs');
|
|
36
35
|
|
|
36
|
+
var _chunkL7FSHU27cjs = require('./chunk-L7FSHU27.cjs');
|
|
37
37
|
|
|
38
38
|
|
|
39
|
-
var
|
|
39
|
+
var _chunkXWCRGY54cjs = require('./chunk-XWCRGY54.cjs');
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
var _chunk2H3KVSFAcjs = require('./chunk-2H3KVSFA.cjs');
|
|
@@ -79,16 +79,16 @@ _chunk75ZPJI57cjs.__export.call(void 0, string_exports, {
|
|
|
79
79
|
getStartSame: () => _chunkJ7S3KBHLcjs.getStartSame,
|
|
80
80
|
getStartSames: () => _chunkPW7RP73Jcjs.getStartSames,
|
|
81
81
|
getStrNunPosit: () => _chunk2H3KVSFAcjs.getStrNunPosit,
|
|
82
|
-
serializeCodeBlock: () =>
|
|
83
|
-
serializeFunctionRef: () =>
|
|
82
|
+
serializeCodeBlock: () => _chunk3QB3GKVLcjs.serializeCodeBlock,
|
|
83
|
+
serializeFunctionRef: () => _chunk3QB3GKVLcjs.serializeFunctionRef,
|
|
84
84
|
splitUpper: () => _chunkL7FSHU27cjs.splitUpper,
|
|
85
85
|
startsNum: () => _chunkILJLXJ5Ocjs.startsNum,
|
|
86
86
|
toFunction: () => _chunkJJ37YIPJcjs.toFunction,
|
|
87
87
|
toFunctionParam: () => _chunkZZKR5C3Ycjs.toFunctionParam,
|
|
88
88
|
toFunctionParamOptions: () => _chunkZZKR5C3Ycjs.toFunctionParamOptions,
|
|
89
89
|
toJSONParse: () => _chunkK2XKKEE7cjs.toJSONParse,
|
|
90
|
-
toJSONSParse: () =>
|
|
91
|
-
toJSONSStringify: () =>
|
|
90
|
+
toJSONSParse: () => _chunk3QB3GKVLcjs.toJSONSParse,
|
|
91
|
+
toJSONSStringify: () => _chunk3QB3GKVLcjs.toJSONSStringify,
|
|
92
92
|
toJSONStringify: () => _chunkK2XKKEE7cjs.toJSONStringify,
|
|
93
93
|
toStringParse: () => _chunkHLKHFBMFcjs.toStringParse
|
|
94
94
|
});
|
package/dist/css/index.cjs
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-YHM42KJI.cjs');
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkSJPWB2OHcjs = require('../chunk-SJPWB2OH.cjs');
|
|
2
5
|
|
|
3
6
|
|
|
4
7
|
var _chunkGFAUQTB2cjs = require('../chunk-GFAUQTB2.cjs');
|
|
@@ -18,9 +21,6 @@ var _chunkHJTIJGIFcjs = require('../chunk-HJTIJGIF.cjs');
|
|
|
18
21
|
var _chunkUGFSIZ5Pcjs = require('../chunk-UGFSIZ5P.cjs');
|
|
19
22
|
|
|
20
23
|
|
|
21
|
-
var _chunkTE3XNGF4cjs = require('../chunk-TE3XNGF4.cjs');
|
|
22
|
-
|
|
23
|
-
|
|
24
24
|
var _chunkVY5VQ7WEcjs = require('../chunk-VY5VQ7WE.cjs');
|
|
25
25
|
|
|
26
26
|
|
|
@@ -33,7 +33,7 @@ var _chunkIFVVMDAWcjs = require('../chunk-IFVVMDAW.cjs');
|
|
|
33
33
|
var _chunk6TH2K7LEcjs = require('../chunk-6TH2K7LE.cjs');
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
var
|
|
36
|
+
var _chunkTE3XNGF4cjs = require('../chunk-TE3XNGF4.cjs');
|
|
37
37
|
require('../chunk-75ZPJI57.cjs');
|
|
38
38
|
|
|
39
39
|
|
package/dist/css/index.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-RGBFHCCJ.js";
|
|
2
|
+
import {
|
|
3
|
+
getScssImports
|
|
4
|
+
} from "../chunk-NW2ZNMSV.js";
|
|
2
5
|
import {
|
|
3
6
|
getSVG
|
|
4
7
|
} from "../chunk-WIYZQNGO.js";
|
|
@@ -16,9 +19,6 @@ import {
|
|
|
16
19
|
import {
|
|
17
20
|
fetchUnitValue
|
|
18
21
|
} from "../chunk-WX3JYE47.js";
|
|
19
|
-
import {
|
|
20
|
-
getAttrObj
|
|
21
|
-
} from "../chunk-N3FZ4WUI.js";
|
|
22
22
|
import {
|
|
23
23
|
getPositionRelative
|
|
24
24
|
} from "../chunk-MQHLAQQA.js";
|
|
@@ -32,8 +32,8 @@ import {
|
|
|
32
32
|
getPrentCorres
|
|
33
33
|
} from "../chunk-VNY5UA2Q.js";
|
|
34
34
|
import {
|
|
35
|
-
|
|
36
|
-
} from "../chunk-
|
|
35
|
+
getAttrObj
|
|
36
|
+
} from "../chunk-N3FZ4WUI.js";
|
|
37
37
|
import "../chunk-MLKGABMK.js";
|
|
38
38
|
export {
|
|
39
39
|
fetchUnitValue,
|
package/dist/date/index.cjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-JI6PHVDX.cjs');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
var _chunk75UYCE4Xcjs = require('../chunk-75UYCE4X.cjs');
|
|
4
5
|
|
|
5
|
-
var _chunk7TGGIID4cjs = require('../chunk-7TGGIID4.cjs');
|
|
6
6
|
|
|
7
|
+
var _chunkZ2EAQZ47cjs = require('../chunk-Z2EAQZ47.cjs');
|
|
7
8
|
|
|
8
|
-
var _chunk75UYCE4Xcjs = require('../chunk-75UYCE4X.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunk7TGGIID4cjs = require('../chunk-7TGGIID4.cjs');
|
|
12
12
|
require('../chunk-75ZPJI57.cjs');
|
|
13
13
|
|
|
14
14
|
|
package/dist/date/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import "../chunk-
|
|
2
|
-
import {
|
|
3
|
-
format,
|
|
4
|
-
parseDateString
|
|
5
|
-
} from "../chunk-EKY7GXCD.js";
|
|
1
|
+
import "../chunk-5VGZQLUQ.js";
|
|
6
2
|
import {
|
|
7
3
|
getEndOfDay
|
|
8
4
|
} from "../chunk-Q2EFMBMD.js";
|
|
9
5
|
import {
|
|
10
6
|
hourFormat
|
|
11
7
|
} from "../chunk-UCF3YRN2.js";
|
|
8
|
+
import {
|
|
9
|
+
format,
|
|
10
|
+
parseDateString
|
|
11
|
+
} from "../chunk-EKY7GXCD.js";
|
|
12
12
|
import "../chunk-MLKGABMK.js";
|
|
13
13
|
export {
|
|
14
14
|
format,
|
package/dist/dom/index.cjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-PKFURLQT.cjs');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var _chunk2OR4FUOAcjs = require('../chunk-2OR4FUOA.cjs');
|
|
5
4
|
|
|
6
5
|
|
|
7
6
|
|
|
7
|
+
var _chunkEOJVE3HLcjs = require('../chunk-EOJVE3HL.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunk2OR4FUOAcjs = require('../chunk-2OR4FUOA.cjs');
|
|
11
11
|
require('../chunk-75ZPJI57.cjs');
|
|
12
12
|
|
|
13
13
|
|
package/dist/dom/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import "../chunk-
|
|
2
|
-
import {
|
|
3
|
-
getLocus
|
|
4
|
-
} from "../chunk-Q63V2U5G.js";
|
|
1
|
+
import "../chunk-GPFPHJRZ.js";
|
|
5
2
|
import {
|
|
6
3
|
foundEvent,
|
|
7
4
|
foundEventCallback,
|
|
8
5
|
pressEvent,
|
|
9
6
|
shiftEvent
|
|
10
7
|
} from "../chunk-AFFLQCJL.js";
|
|
8
|
+
import {
|
|
9
|
+
getLocus
|
|
10
|
+
} from "../chunk-Q63V2U5G.js";
|
|
11
11
|
import "../chunk-MLKGABMK.js";
|
|
12
12
|
export {
|
|
13
13
|
foundEvent,
|
package/dist/html/index.cjs
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var _chunkEWXBN4VGcjs = require('../chunk-EWXBN4VG.cjs');
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-QN6KZWKM.cjs');
|
|
5
2
|
|
|
6
3
|
|
|
7
4
|
var _chunkLEPZYF2Ncjs = require('../chunk-LEPZYF2N.cjs');
|
|
5
|
+
require('../chunk-TE3XNGF4.cjs');
|
|
8
6
|
|
|
9
7
|
|
|
10
8
|
var _chunkE2MM4MECcjs = require('../chunk-E2MM4MEC.cjs');
|
|
9
|
+
require('../chunk-ISHLY7WM.cjs');
|
|
11
10
|
|
|
12
11
|
|
|
13
12
|
|
|
14
13
|
var _chunk6TBH7RACcjs = require('../chunk-6TBH7RAC.cjs');
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
var _chunkEWXBN4VGcjs = require('../chunk-EWXBN4VG.cjs');
|
|
17
17
|
require('../chunk-75ZPJI57.cjs');
|
|
18
18
|
|
|
19
19
|
|