@owp/core 2.5.50 → 2.5.52
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/components/OwpLoading/OwpLoading.js +7 -6
- package/dist/components/OwpLoading/OwpLoading.js.map +1 -1
- package/dist/components/OwpNavLinkAdapter/OwpNavLinkAdapter.js +100 -28
- package/dist/components/OwpNavLinkAdapter/OwpNavLinkAdapter.js.map +1 -1
- package/dist/components/OwpQuerySelector/OwpQuerySelector.js +80 -74
- package/dist/components/OwpQuerySelector/OwpQuerySelector.js.map +1 -1
- package/dist/components/OwpSuspense/OwpSuspense.js +66 -60
- package/dist/components/OwpSuspense/OwpSuspense.js.map +1 -1
- package/dist/components/OwpTable/OwpFieldTable.js.map +1 -1
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js +351 -295
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +396 -392
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +37 -43
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
- package/dist/contexts/OwpAppContext.js.map +1 -1
- package/dist/hooks/internal/useNavigationActiveRouteRemount.js +19 -16
- package/dist/hooks/internal/useNavigationActiveRouteRemount.js.map +1 -1
- package/dist/hooks/internal/useRouteTransitionLoading.js +49 -0
- package/dist/hooks/internal/useRouteTransitionLoading.js.map +1 -0
- package/dist/hooks/useCurrentUser.js.map +1 -1
- package/dist/hooks/useFormDataUploadMutation.js.map +1 -1
- package/dist/layout/Layout.js +107 -34
- package/dist/layout/Layout.js.map +1 -1
- package/dist/layout/components/navigation/NavBadge.js +8 -8
- package/dist/layout/components/navigation/NavBadge.js.map +1 -1
- package/dist/layout/components/navigation/NavItem.js +19 -15
- package/dist/layout/components/navigation/NavItem.js.map +1 -1
- package/dist/layout/components/navigation/Navigation.js +25 -22
- package/dist/layout/components/navigation/Navigation.js.map +1 -1
- package/dist/layout/components/navigation/NavigationMenu.js +25 -18
- package/dist/layout/components/navigation/NavigationMenu.js.map +1 -1
- package/dist/layout/components/navigation/vertical/NavVerticalLayout.js +69 -44
- package/dist/layout/components/navigation/vertical/NavVerticalLayout.js.map +1 -1
- package/dist/layout/components/navigation/vertical/types/NavVerticalCollapse.js +71 -64
- package/dist/layout/components/navigation/vertical/types/NavVerticalCollapse.js.map +1 -1
- package/dist/layout/components/navigation/vertical/types/NavVerticalGroup.js +15 -14
- package/dist/layout/components/navigation/vertical/types/NavVerticalGroup.js.map +1 -1
- package/dist/layout/components/navigation/vertical/types/NavVerticalItem.js +16 -14
- package/dist/layout/components/navigation/vertical/types/NavVerticalItem.js.map +1 -1
- package/dist/layout/components/navigation/vertical/types/NavVerticalLink.js +17 -12
- package/dist/layout/components/navigation/vertical/types/NavVerticalLink.js.map +1 -1
- package/dist/layout/components/toggles/NavigationSearchToggle.js +163 -164
- package/dist/layout/components/toggles/NavigationSearchToggle.js.map +1 -1
- package/dist/layout/components/toggles/NavigationShortcutsToggle.js +88 -95
- package/dist/layout/components/toggles/NavigationShortcutsToggle.js.map +1 -1
- package/dist/types/components/OwpNumberField/OwpNumberField.d.ts +1 -1
- package/dist/types/components/OwpPicker/internal/DatePickerInput.d.ts +1 -1
- package/dist/types/components/OwpQuerySelector/OwpQuerySelector.d.ts +2 -2
- package/dist/types/components/OwpQuerySelector/types/index.d.ts +1 -1
- package/dist/types/components/OwpQuerySelector/types/types.d.ts +14 -13
- package/dist/types/components/OwpSuspense/OwpSuspense.d.ts +1 -0
- package/dist/types/components/OwpTable/OwpFieldTable.d.ts +6 -7
- package/dist/types/components/OwpTable/internal/OwpTableBase.d.ts +1 -1
- package/dist/types/components/OwpTabs/OwpTab.d.ts +1 -1
- package/dist/types/components/OwpTabs/OwpTabs.d.ts +1 -1
- package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +5 -1
- package/dist/types/contexts/OwpAppContext.d.ts +10 -0
- package/dist/types/features/themePreview/utils/themePreviewSettings.d.ts +1 -1
- package/dist/types/hooks/internal/useRouteTransitionLoading.d.ts +27 -0
- package/dist/types/hooks/useCurrentUser.d.ts +5 -2
- package/dist/types/hooks/useFormDataUploadMutation.d.ts +9 -3
- package/dist/types/hooks/useNavigation.d.ts +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/layout/components/navigation/NavItem.d.ts +2 -3
- package/dist/types/layout/components/navigation/NavigationMenu.d.ts +5 -5
- package/dist/types/layout/components/navigation/vertical/NavVerticalLayout.d.ts +1 -1
- package/dist/types/layout/components/navigation/vertical/types/NavVerticalCollapse.d.ts +1 -1
- package/dist/types/layout/components/navigation/vertical/types/NavVerticalGroup.d.ts +1 -1
- package/dist/types/layout/components/navigation/vertical/types/NavVerticalItem.d.ts +1 -1
- package/dist/types/layout/components/navigation/vertical/types/NavVerticalLink.d.ts +1 -1
- package/dist/types/store/atoms/owpSettingsAtoms.d.ts +1 -1
- package/dist/types/types/OwpApiTypes.d.ts +27 -0
- package/dist/types/types/OwpDialogTypes.d.ts +16 -0
- package/dist/types/types/OwpRouteTypes.d.ts +10 -0
- package/dist/types/types/index.d.ts +7 -2
- package/dist/types/utils/internal/navigationSearchUtils.d.ts +22 -0
- package/dist/types/utils/internal/navigationUtils.d.ts +22 -27
- package/dist/types/utils/treeGridUtil.d.ts +21 -7
- package/dist/utils/internal/navigationSearchUtils.js +44 -0
- package/dist/utils/internal/navigationSearchUtils.js.map +1 -0
- package/dist/utils/internal/navigationUtils.js +38 -123
- package/dist/utils/internal/navigationUtils.js.map +1 -1
- package/dist/utils/treeGridUtil.js +103 -85
- package/dist/utils/treeGridUtil.js.map +1 -1
- package/dist/utils.js +51 -49
- package/package.json +1 -1
- package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.js +0 -14
- package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.js.map +0 -1
- package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/object/defaults.js +0 -24
- package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/object/defaults.js.map +0 -1
- package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/string/trim.js +0 -10
- package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/string/trim.js.map +0 -1
package/dist/utils.js
CHANGED
|
@@ -2,14 +2,14 @@ import { generateBarcodeUrl as o } from "./utils/barcodeUtil.js";
|
|
|
2
2
|
import { buildTreeGridEnumAttributesByCommonCodeList as d, transformCommonCodeBasedOnGroupId as i, transformGridEnumByCommonCodeList as a } from "./utils/commonCodeUtils.js";
|
|
3
3
|
import { createDateRangeSearchParams as m } from "./utils/createDateRangeSearchParams.js";
|
|
4
4
|
import { createFormDataBody as s, normalizeFormDataUploadParams as n } from "./utils/createFormDataBody.js";
|
|
5
|
-
import { createJsonBody as
|
|
6
|
-
import { createJsonString as
|
|
7
|
-
import { exportExcelByBuffer as C, getIndexByLetters as
|
|
8
|
-
import { fetchFile as
|
|
5
|
+
import { createJsonBody as G } from "./utils/createJsonBody.js";
|
|
6
|
+
import { createJsonString as E } from "./utils/createJsonString.js";
|
|
7
|
+
import { exportExcelByBuffer as C, getIndexByLetters as I, getLettersByIndex as f, setCellValue as L, setMergeCells as y } from "./utils/excelUtil.js";
|
|
8
|
+
import { fetchFile as R } from "./utils/fetchFile.js";
|
|
9
9
|
import { formatDateToYmd as _, getTodayYmd as A } from "./utils/formatDateToYmd.js";
|
|
10
10
|
import { formatNumber as h } from "./utils/formatNumber.js";
|
|
11
|
-
import { getDisplayValue as
|
|
12
|
-
import { getEstimatedTextCellWidth as
|
|
11
|
+
import { getDisplayValue as w } from "./utils/getDisplayValue.js";
|
|
12
|
+
import { getEstimatedTextCellWidth as V } from "./utils/getEstimatedTextCellWidth.js";
|
|
13
13
|
import { getFormDefaultValues as O } from "./utils/getFormDefaultValues.js";
|
|
14
14
|
import { getStartPagePath as H } from "./utils/getStartPagePath.js";
|
|
15
15
|
import { getTrimmedValue as b } from "./utils/getTrimmedValue.js";
|
|
@@ -21,82 +21,84 @@ import { rebuildValue as K } from "./utils/rebuildValue.js";
|
|
|
21
21
|
import { sanitizePasswordValue as j, sanitizeUserIdValue as X } from "./utils/sanitizeAuthInputValue.js";
|
|
22
22
|
import { exportTreeGridExcel as ee } from "./utils/treeGridExportExcelUtil.js";
|
|
23
23
|
import { isTreeGridCheckedValue as oe, toTreeGridBoolValue as te, toTreeGridYnValue as de } from "./utils/treeGridYnUtils.js";
|
|
24
|
-
import { addTreeGridRowById as ae, appendTreeGridAddedRowHighlightColumn as le, clearTreeGridCellHighlightById as me, exportTreeGridToExcelById as Te, getTreeGridAddedRowBaselineValue as se, getTreeGridAddedRowEditableColumns as ne, getTreeGridAddedRowHighlightColumns as
|
|
25
|
-
import { readZipEntryJson as
|
|
26
|
-
import { DEFAULT_CELL_ALIGNMENT as
|
|
27
|
-
import { TREEGRID_CELL_CHANGED_CLASS as
|
|
24
|
+
import { addTreeGridRowById as ae, appendTreeGridAddedRowHighlightColumn as le, clearTreeGridCellHighlightById as me, exportTreeGridToExcelById as Te, getTreeGridAddedRowBaselineValue as se, getTreeGridAddedRowEditableColumns as ne, getTreeGridAddedRowHighlightColumns as ge, getTreeGridById as Ge, getTreeGridCellComparableValue as pe, getTreeGridDataRowsById as Ee, getTreeGridRowById as xe, getTreeGridRowChangesById as Ce, getTreeGridRowsById as Ie, getTreeGridSelectedRowsById as fe, highlightTreeGridCellById as Le, isTreeGridRowAddedById as ye, normalizeTreeGridExternalRows as Be, reloadTreeGridBodyById as Re, removeTreeGridAddedRowHighlightColumn as ue, resetTreeGridChangesById as _e, resetTreeGridChangesByIds as Ae, resetTreeGridSelectionById as De, resetTreeGridSelectionsByIds as he, setTreeGridColumnEnumOptionsById as ce, setTreeGridColumnVisibilityById as we, validateTreeGridRequiredCellsById as Fe } from "./utils/treeGridUtil.js";
|
|
25
|
+
import { readZipEntryJson as Ne, readZipEntryText as Oe, saveAsZipFile as Ue } from "./utils/zipUtil.js";
|
|
26
|
+
import { DEFAULT_CELL_ALIGNMENT as Se, DEFAULT_HEADER_FILL as be, DEFAULT_HEADER_FONT as Pe, DEFAULT_THIN_BORDER as ve, DEFAULT_VALUE_FONT as ze, DEFAULT_WRAP_CELL_ALIGNMENT as Je } from "./constants/excel.js";
|
|
27
|
+
import { TREEGRID_CELL_CHANGED_CLASS as We, TREEGRID_CELL_HIGHLIGHT_COLOR as Ye, TREEGRID_INPUT_CELL_COLOR as Ze, TREEGRID_WARNING_CELL_COLOR as ke } from "./constants/treeGrid.js";
|
|
28
28
|
export {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
29
|
+
Se as DEFAULT_CELL_ALIGNMENT,
|
|
30
|
+
be as DEFAULT_HEADER_FILL,
|
|
31
|
+
Pe as DEFAULT_HEADER_FONT,
|
|
32
|
+
ve as DEFAULT_THIN_BORDER,
|
|
33
|
+
ze as DEFAULT_VALUE_FONT,
|
|
34
|
+
Je as DEFAULT_WRAP_CELL_ALIGNMENT,
|
|
35
|
+
We as TREEGRID_CELL_CHANGED_CLASS,
|
|
36
|
+
Ye as TREEGRID_CELL_HIGHLIGHT_COLOR,
|
|
37
|
+
Ze as TREEGRID_INPUT_CELL_COLOR,
|
|
38
|
+
ke as TREEGRID_WARNING_CELL_COLOR,
|
|
39
39
|
ae as addTreeGridRowById,
|
|
40
40
|
le as appendTreeGridAddedRowHighlightColumn,
|
|
41
41
|
d as buildTreeGridEnumAttributesByCommonCodeList,
|
|
42
42
|
me as clearTreeGridCellHighlightById,
|
|
43
43
|
m as createDateRangeSearchParams,
|
|
44
44
|
s as createFormDataBody,
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
G as createJsonBody,
|
|
46
|
+
E as createJsonString,
|
|
47
47
|
C as exportExcelByBuffer,
|
|
48
48
|
ee as exportTreeGridExcel,
|
|
49
49
|
Te as exportTreeGridToExcelById,
|
|
50
|
-
|
|
50
|
+
R as fetchFile,
|
|
51
51
|
_ as formatDateToYmd,
|
|
52
52
|
h as formatNumber,
|
|
53
53
|
o as generateBarcodeUrl,
|
|
54
54
|
k as generateQrCodeUrl,
|
|
55
55
|
J as getApiLanguageCode,
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
w as getDisplayValue,
|
|
57
|
+
V as getEstimatedTextCellWidth,
|
|
58
58
|
O as getFormDefaultValues,
|
|
59
59
|
M as getI18nextLanguageCode,
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
I as getIndexByLetters,
|
|
61
|
+
f as getLettersByIndex,
|
|
62
62
|
H as getStartPagePath,
|
|
63
63
|
A as getTodayYmd,
|
|
64
64
|
se as getTreeGridAddedRowBaselineValue,
|
|
65
65
|
ne as getTreeGridAddedRowEditableColumns,
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
xe as
|
|
71
|
-
Ce as
|
|
66
|
+
ge as getTreeGridAddedRowHighlightColumns,
|
|
67
|
+
Ge as getTreeGridById,
|
|
68
|
+
pe as getTreeGridCellComparableValue,
|
|
69
|
+
Ee as getTreeGridDataRowsById,
|
|
70
|
+
xe as getTreeGridRowById,
|
|
71
|
+
Ce as getTreeGridRowChangesById,
|
|
72
|
+
Ie as getTreeGridRowsById,
|
|
73
|
+
fe as getTreeGridSelectedRowsById,
|
|
72
74
|
b as getTrimmedValue,
|
|
73
|
-
|
|
75
|
+
Le as highlightTreeGridCellById,
|
|
74
76
|
v as isEnterKeyEvent,
|
|
75
77
|
oe as isTreeGridCheckedValue,
|
|
76
|
-
|
|
78
|
+
ye as isTreeGridRowAddedById,
|
|
77
79
|
n as normalizeFormDataUploadParams,
|
|
78
|
-
|
|
80
|
+
Be as normalizeTreeGridExternalRows,
|
|
79
81
|
Y as preloadOnIdle,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
+
Ne as readZipEntryJson,
|
|
83
|
+
Oe as readZipEntryText,
|
|
82
84
|
K as rebuildValue,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
85
|
+
Re as reloadTreeGridBodyById,
|
|
86
|
+
ue as removeTreeGridAddedRowHighlightColumn,
|
|
87
|
+
_e as resetTreeGridChangesById,
|
|
88
|
+
Ae as resetTreeGridChangesByIds,
|
|
89
|
+
De as resetTreeGridSelectionById,
|
|
90
|
+
he as resetTreeGridSelectionsByIds,
|
|
89
91
|
j as sanitizePasswordValue,
|
|
90
92
|
X as sanitizeUserIdValue,
|
|
91
|
-
|
|
93
|
+
Ue as saveAsZipFile,
|
|
92
94
|
L as setCellValue,
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
95
|
+
y as setMergeCells,
|
|
96
|
+
ce as setTreeGridColumnEnumOptionsById,
|
|
97
|
+
we as setTreeGridColumnVisibilityById,
|
|
96
98
|
te as toTreeGridBoolValue,
|
|
97
99
|
de as toTreeGridYnValue,
|
|
98
100
|
i as transformCommonCodeBasedOnGroupId,
|
|
99
101
|
a as transformGridEnumByCommonCodeList,
|
|
100
|
-
|
|
102
|
+
Fe as validateTreeGridRequiredCellsById
|
|
101
103
|
};
|
|
102
104
|
//# sourceMappingURL=utils.js.map
|
package/package.json
CHANGED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
var m = Object.defineProperty;
|
|
2
|
-
var i = (f, r) => m(f, "name", { value: r, configurable: !0 });
|
|
3
|
-
import { isIndex as e } from "./isIndex.js";
|
|
4
|
-
import { isArrayLike as o } from "../predicate/isArrayLike.js";
|
|
5
|
-
import { isObject as p } from "../predicate/isObject.js";
|
|
6
|
-
import { eq as s } from "../util/eq.js";
|
|
7
|
-
function g(f, r, t) {
|
|
8
|
-
return p(t) && (typeof r == "number" && o(t) && e(r) && r < t.length || typeof r == "string" && r in t) ? s(t[r], f) : !1;
|
|
9
|
-
}
|
|
10
|
-
i(g, "isIterateeCall");
|
|
11
|
-
export {
|
|
12
|
-
g as isIterateeCall
|
|
13
|
-
};
|
|
14
|
-
//# sourceMappingURL=isIterateeCall.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isIterateeCall.js","sources":["../../../../../../../../../../../node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.mjs"],"sourcesContent":null,"names":["isIterateeCall","value","index","object","isObject","isArrayLike","isIndex","eq","__name"],"mappings":";;;;;;AAKA,SAASA,EAAeC,GAAOC,GAAOC,GAAQ;AAC1C,SAAKC,EAASD,CAAM,MAGf,OAAOD,KAAU,YAAYG,EAAYF,CAAM,KAAKG,EAAQJ,CAAK,KAAKA,IAAQC,EAAO,UACrF,OAAOD,KAAU,YAAYA,KAASC,KAChCI,EAAGJ,EAAOD,CAAK,GAAGD,CAAK,IAJvB;AAOf;AATSO,EAAAR,GAAA;","x_google_ignoreList":[0]}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
var c = Object.defineProperty;
|
|
2
|
-
var p = (t, e) => c(t, "name", { value: e, configurable: !0 });
|
|
3
|
-
import { isIterateeCall as g } from "../_internal/isIterateeCall.js";
|
|
4
|
-
import { eq as h } from "../util/eq.js";
|
|
5
|
-
function y(t, ...e) {
|
|
6
|
-
t = Object(t);
|
|
7
|
-
const O = Object.prototype;
|
|
8
|
-
let o = e.length;
|
|
9
|
-
const r = o > 2 ? e[2] : void 0;
|
|
10
|
-
r && g(e[0], e[1], r) && (o = 1);
|
|
11
|
-
for (let f = 0; f < o; f++) {
|
|
12
|
-
const i = e[f], a = Object.keys(i);
|
|
13
|
-
for (let l = 0; l < a.length; l++) {
|
|
14
|
-
const n = a[l], d = t[n];
|
|
15
|
-
(d === void 0 || !Object.hasOwn(t, n) && h(d, O[n])) && (t[n] = i[n]);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
return t;
|
|
19
|
-
}
|
|
20
|
-
p(y, "defaults");
|
|
21
|
-
export {
|
|
22
|
-
y as defaults
|
|
23
|
-
};
|
|
24
|
-
//# sourceMappingURL=defaults.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.js","sources":["../../../../../../../../../../../node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/object/defaults.mjs"],"sourcesContent":null,"names":["defaults","object","sources","objectProto","length","guard","isIterateeCall","i","source","keys","j","key","value","eq","__name"],"mappings":";;;;AAGA,SAASA,EAASC,MAAWC,GAAS;AAClC,EAAAD,IAAS,OAAOA,CAAM;AACtB,QAAME,IAAc,OAAO;AAC3B,MAAIC,IAASF,EAAQ;AACrB,QAAMG,IAAQD,IAAS,IAAIF,EAAQ,CAAC,IAAI;AACxC,EAAIG,KAASC,EAAeJ,EAAQ,CAAC,GAAGA,EAAQ,CAAC,GAAGG,CAAK,MACrDD,IAAS;AAEb,WAASG,IAAI,GAAGA,IAAIH,GAAQG,KAAK;AAC7B,UAAMC,IAASN,EAAQK,CAAC,GAClBE,IAAO,OAAO,KAAKD,CAAM;AAC/B,aAASE,IAAI,GAAGA,IAAID,EAAK,QAAQC,KAAK;AAClC,YAAMC,IAAMF,EAAKC,CAAC,GACZE,IAAQX,EAAOU,CAAG;AACxB,OAAIC,MAAU,UACT,CAAC,OAAO,OAAOX,GAAQU,CAAG,KAAKE,EAAGD,GAAOT,EAAYQ,CAAG,CAAC,OAC1DV,EAAOU,CAAG,IAAIH,EAAOG,CAAG;AAAA,IAEhC;AAAA,EACJ;AACA,SAAOV;AACX;AArBSa,EAAAd,GAAA;","x_google_ignoreList":[0]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"trim.js","sources":["../../../../../../../../../../../node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/string/trim.mjs"],"sourcesContent":null,"names":["trim","str","chars","guard","__name"],"mappings":";;AAEA,SAASA,EAAKC,GAAKC,GAAOC,GAAO;AAC7B,SAAIF,KAAO,OACA,KAGAA,EAAI,SAAQ,EAAG,KAAI;AAelC;AApBSG,EAAAJ,GAAA;","x_google_ignoreList":[0]}
|