@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.
Files changed (93) hide show
  1. package/dist/components/OwpLoading/OwpLoading.js +7 -6
  2. package/dist/components/OwpLoading/OwpLoading.js.map +1 -1
  3. package/dist/components/OwpNavLinkAdapter/OwpNavLinkAdapter.js +100 -28
  4. package/dist/components/OwpNavLinkAdapter/OwpNavLinkAdapter.js.map +1 -1
  5. package/dist/components/OwpQuerySelector/OwpQuerySelector.js +80 -74
  6. package/dist/components/OwpQuerySelector/OwpQuerySelector.js.map +1 -1
  7. package/dist/components/OwpSuspense/OwpSuspense.js +66 -60
  8. package/dist/components/OwpSuspense/OwpSuspense.js.map +1 -1
  9. package/dist/components/OwpTable/OwpFieldTable.js.map +1 -1
  10. package/dist/components/OwpTreeGrid/OwpTreeGrid.js +351 -295
  11. package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
  12. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +396 -392
  13. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
  14. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +37 -43
  15. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
  16. package/dist/contexts/OwpAppContext.js.map +1 -1
  17. package/dist/hooks/internal/useNavigationActiveRouteRemount.js +19 -16
  18. package/dist/hooks/internal/useNavigationActiveRouteRemount.js.map +1 -1
  19. package/dist/hooks/internal/useRouteTransitionLoading.js +49 -0
  20. package/dist/hooks/internal/useRouteTransitionLoading.js.map +1 -0
  21. package/dist/hooks/useCurrentUser.js.map +1 -1
  22. package/dist/hooks/useFormDataUploadMutation.js.map +1 -1
  23. package/dist/layout/Layout.js +107 -34
  24. package/dist/layout/Layout.js.map +1 -1
  25. package/dist/layout/components/navigation/NavBadge.js +8 -8
  26. package/dist/layout/components/navigation/NavBadge.js.map +1 -1
  27. package/dist/layout/components/navigation/NavItem.js +19 -15
  28. package/dist/layout/components/navigation/NavItem.js.map +1 -1
  29. package/dist/layout/components/navigation/Navigation.js +25 -22
  30. package/dist/layout/components/navigation/Navigation.js.map +1 -1
  31. package/dist/layout/components/navigation/NavigationMenu.js +25 -18
  32. package/dist/layout/components/navigation/NavigationMenu.js.map +1 -1
  33. package/dist/layout/components/navigation/vertical/NavVerticalLayout.js +69 -44
  34. package/dist/layout/components/navigation/vertical/NavVerticalLayout.js.map +1 -1
  35. package/dist/layout/components/navigation/vertical/types/NavVerticalCollapse.js +71 -64
  36. package/dist/layout/components/navigation/vertical/types/NavVerticalCollapse.js.map +1 -1
  37. package/dist/layout/components/navigation/vertical/types/NavVerticalGroup.js +15 -14
  38. package/dist/layout/components/navigation/vertical/types/NavVerticalGroup.js.map +1 -1
  39. package/dist/layout/components/navigation/vertical/types/NavVerticalItem.js +16 -14
  40. package/dist/layout/components/navigation/vertical/types/NavVerticalItem.js.map +1 -1
  41. package/dist/layout/components/navigation/vertical/types/NavVerticalLink.js +17 -12
  42. package/dist/layout/components/navigation/vertical/types/NavVerticalLink.js.map +1 -1
  43. package/dist/layout/components/toggles/NavigationSearchToggle.js +163 -164
  44. package/dist/layout/components/toggles/NavigationSearchToggle.js.map +1 -1
  45. package/dist/layout/components/toggles/NavigationShortcutsToggle.js +88 -95
  46. package/dist/layout/components/toggles/NavigationShortcutsToggle.js.map +1 -1
  47. package/dist/types/components/OwpNumberField/OwpNumberField.d.ts +1 -1
  48. package/dist/types/components/OwpPicker/internal/DatePickerInput.d.ts +1 -1
  49. package/dist/types/components/OwpQuerySelector/OwpQuerySelector.d.ts +2 -2
  50. package/dist/types/components/OwpQuerySelector/types/index.d.ts +1 -1
  51. package/dist/types/components/OwpQuerySelector/types/types.d.ts +14 -13
  52. package/dist/types/components/OwpSuspense/OwpSuspense.d.ts +1 -0
  53. package/dist/types/components/OwpTable/OwpFieldTable.d.ts +6 -7
  54. package/dist/types/components/OwpTable/internal/OwpTableBase.d.ts +1 -1
  55. package/dist/types/components/OwpTabs/OwpTab.d.ts +1 -1
  56. package/dist/types/components/OwpTabs/OwpTabs.d.ts +1 -1
  57. package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +5 -1
  58. package/dist/types/contexts/OwpAppContext.d.ts +10 -0
  59. package/dist/types/features/themePreview/utils/themePreviewSettings.d.ts +1 -1
  60. package/dist/types/hooks/internal/useRouteTransitionLoading.d.ts +27 -0
  61. package/dist/types/hooks/useCurrentUser.d.ts +5 -2
  62. package/dist/types/hooks/useFormDataUploadMutation.d.ts +9 -3
  63. package/dist/types/hooks/useNavigation.d.ts +1 -1
  64. package/dist/types/index.d.ts +1 -0
  65. package/dist/types/layout/components/navigation/NavItem.d.ts +2 -3
  66. package/dist/types/layout/components/navigation/NavigationMenu.d.ts +5 -5
  67. package/dist/types/layout/components/navigation/vertical/NavVerticalLayout.d.ts +1 -1
  68. package/dist/types/layout/components/navigation/vertical/types/NavVerticalCollapse.d.ts +1 -1
  69. package/dist/types/layout/components/navigation/vertical/types/NavVerticalGroup.d.ts +1 -1
  70. package/dist/types/layout/components/navigation/vertical/types/NavVerticalItem.d.ts +1 -1
  71. package/dist/types/layout/components/navigation/vertical/types/NavVerticalLink.d.ts +1 -1
  72. package/dist/types/store/atoms/owpSettingsAtoms.d.ts +1 -1
  73. package/dist/types/types/OwpApiTypes.d.ts +27 -0
  74. package/dist/types/types/OwpDialogTypes.d.ts +16 -0
  75. package/dist/types/types/OwpRouteTypes.d.ts +10 -0
  76. package/dist/types/types/index.d.ts +7 -2
  77. package/dist/types/utils/internal/navigationSearchUtils.d.ts +22 -0
  78. package/dist/types/utils/internal/navigationUtils.d.ts +22 -27
  79. package/dist/types/utils/treeGridUtil.d.ts +21 -7
  80. package/dist/utils/internal/navigationSearchUtils.js +44 -0
  81. package/dist/utils/internal/navigationSearchUtils.js.map +1 -0
  82. package/dist/utils/internal/navigationUtils.js +38 -123
  83. package/dist/utils/internal/navigationUtils.js.map +1 -1
  84. package/dist/utils/treeGridUtil.js +103 -85
  85. package/dist/utils/treeGridUtil.js.map +1 -1
  86. package/dist/utils.js +51 -49
  87. package/package.json +1 -1
  88. package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.js +0 -14
  89. package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.js.map +0 -1
  90. package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/object/defaults.js +0 -24
  91. package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/object/defaults.js.map +0 -1
  92. package/dist/node_modules/.pnpm/es-toolkit@1.39.10/node_modules/es-toolkit/dist/compat/string/trim.js +0 -10
  93. 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 E } from "./utils/createJsonBody.js";
6
- import { createJsonString as G } from "./utils/createJsonString.js";
7
- import { exportExcelByBuffer as C, getIndexByLetters as f, getLettersByIndex as I, setCellValue as L, setMergeCells as u } from "./utils/excelUtil.js";
8
- import { fetchFile as B } from "./utils/fetchFile.js";
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 F } from "./utils/getDisplayValue.js";
12
- import { getEstimatedTextCellWidth as w } from "./utils/getEstimatedTextCellWidth.js";
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 pe, getTreeGridById as Ee, getTreeGridCellComparableValue as ge, getTreeGridDataRowsById as Ge, getTreeGridRowChangesById as xe, getTreeGridSelectedRowsById as Ce, highlightTreeGridCellById as fe, isTreeGridRowAddedById as Ie, normalizeTreeGridExternalRows as Le, reloadTreeGridBodyById as ue, removeTreeGridAddedRowHighlightColumn as ye, resetTreeGridChangesById as Be, resetTreeGridChangesByIds as Re, resetTreeGridSelectionById as _e, resetTreeGridSelectionsByIds as Ae, setTreeGridColumnEnumOptionsById as De, setTreeGridColumnVisibilityById as he, validateTreeGridRequiredCellsById as ce } from "./utils/treeGridUtil.js";
25
- import { readZipEntryJson as Ve, readZipEntryText as we, saveAsZipFile as Ne } from "./utils/zipUtil.js";
26
- import { DEFAULT_CELL_ALIGNMENT as Ue, DEFAULT_HEADER_FILL as He, DEFAULT_HEADER_FONT as Se, DEFAULT_THIN_BORDER as be, DEFAULT_VALUE_FONT as Pe, DEFAULT_WRAP_CELL_ALIGNMENT as ve } from "./constants/excel.js";
27
- import { TREEGRID_CELL_CHANGED_CLASS as Je, TREEGRID_CELL_HIGHLIGHT_COLOR as Me, TREEGRID_INPUT_CELL_COLOR as We, TREEGRID_WARNING_CELL_COLOR as Ye } from "./constants/treeGrid.js";
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
- Ue as DEFAULT_CELL_ALIGNMENT,
30
- He as DEFAULT_HEADER_FILL,
31
- Se as DEFAULT_HEADER_FONT,
32
- be as DEFAULT_THIN_BORDER,
33
- Pe as DEFAULT_VALUE_FONT,
34
- ve as DEFAULT_WRAP_CELL_ALIGNMENT,
35
- Je as TREEGRID_CELL_CHANGED_CLASS,
36
- Me as TREEGRID_CELL_HIGHLIGHT_COLOR,
37
- We as TREEGRID_INPUT_CELL_COLOR,
38
- Ye as TREEGRID_WARNING_CELL_COLOR,
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
- E as createJsonBody,
46
- G as createJsonString,
45
+ G as createJsonBody,
46
+ E as createJsonString,
47
47
  C as exportExcelByBuffer,
48
48
  ee as exportTreeGridExcel,
49
49
  Te as exportTreeGridToExcelById,
50
- B as fetchFile,
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
- F as getDisplayValue,
57
- w as getEstimatedTextCellWidth,
56
+ w as getDisplayValue,
57
+ V as getEstimatedTextCellWidth,
58
58
  O as getFormDefaultValues,
59
59
  M as getI18nextLanguageCode,
60
- f as getIndexByLetters,
61
- I as getLettersByIndex,
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
- pe as getTreeGridAddedRowHighlightColumns,
67
- Ee as getTreeGridById,
68
- ge as getTreeGridCellComparableValue,
69
- Ge as getTreeGridDataRowsById,
70
- xe as getTreeGridRowChangesById,
71
- Ce as getTreeGridSelectedRowsById,
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
- fe as highlightTreeGridCellById,
75
+ Le as highlightTreeGridCellById,
74
76
  v as isEnterKeyEvent,
75
77
  oe as isTreeGridCheckedValue,
76
- Ie as isTreeGridRowAddedById,
78
+ ye as isTreeGridRowAddedById,
77
79
  n as normalizeFormDataUploadParams,
78
- Le as normalizeTreeGridExternalRows,
80
+ Be as normalizeTreeGridExternalRows,
79
81
  Y as preloadOnIdle,
80
- Ve as readZipEntryJson,
81
- we as readZipEntryText,
82
+ Ne as readZipEntryJson,
83
+ Oe as readZipEntryText,
82
84
  K as rebuildValue,
83
- ue as reloadTreeGridBodyById,
84
- ye as removeTreeGridAddedRowHighlightColumn,
85
- Be as resetTreeGridChangesById,
86
- Re as resetTreeGridChangesByIds,
87
- _e as resetTreeGridSelectionById,
88
- Ae as resetTreeGridSelectionsByIds,
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
- Ne as saveAsZipFile,
93
+ Ue as saveAsZipFile,
92
94
  L as setCellValue,
93
- u as setMergeCells,
94
- De as setTreeGridColumnEnumOptionsById,
95
- he as setTreeGridColumnVisibilityById,
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
- ce as validateTreeGridRequiredCellsById
102
+ Fe as validateTreeGridRequiredCellsById
101
103
  };
102
104
  //# sourceMappingURL=utils.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@owp/core",
3
3
  "private": false,
4
- "version": "2.5.50",
4
+ "version": "2.5.52",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -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,10 +0,0 @@
1
- var i = Object.defineProperty;
2
- var n = (r, t) => i(r, "name", { value: t, configurable: !0 });
3
- function o(r, t, u) {
4
- return r == null ? "" : r.toString().trim();
5
- }
6
- n(o, "trim");
7
- export {
8
- o as trim
9
- };
10
- //# sourceMappingURL=trim.js.map
@@ -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]}