@owp/core 2.4.0 → 2.5.0

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 (656) hide show
  1. package/assets/fonts/material-design-icons/MaterialIconsOutlined-Regular.woff2 +0 -0
  2. package/assets/fonts/material-design-icons/MaterialIconsOutlined.css +36 -0
  3. package/assets/fonts/pretendard/pretendard-subset.css +98 -0
  4. package/assets/fonts/pretendard/woff-subset/Pretendard-Black.subset.woff +0 -0
  5. package/assets/fonts/pretendard/woff-subset/Pretendard-Bold.subset.woff +0 -0
  6. package/assets/fonts/pretendard/woff-subset/Pretendard-ExtraBold.subset.woff +0 -0
  7. package/assets/fonts/pretendard/woff-subset/Pretendard-ExtraLight.subset.woff +0 -0
  8. package/assets/fonts/pretendard/woff-subset/Pretendard-Light.subset.woff +0 -0
  9. package/assets/fonts/pretendard/woff-subset/Pretendard-Medium.subset.woff +0 -0
  10. package/assets/fonts/pretendard/woff-subset/Pretendard-Regular.subset.woff +0 -0
  11. package/assets/fonts/pretendard/woff-subset/Pretendard-SemiBold.subset.woff +0 -0
  12. package/assets/fonts/pretendard/woff-subset/Pretendard-Thin.subset.woff +0 -0
  13. package/assets/fonts/pretendard/woff2-subset/Pretendard-Black.subset.woff2 +0 -0
  14. package/assets/fonts/pretendard/woff2-subset/Pretendard-Bold.subset.woff2 +0 -0
  15. package/assets/fonts/pretendard/woff2-subset/Pretendard-ExtraBold.subset.woff2 +0 -0
  16. package/assets/fonts/pretendard/woff2-subset/Pretendard-ExtraLight.subset.woff2 +0 -0
  17. package/assets/fonts/pretendard/woff2-subset/Pretendard-Light.subset.woff2 +0 -0
  18. package/assets/fonts/pretendard/woff2-subset/Pretendard-Medium.subset.woff2 +0 -0
  19. package/assets/fonts/pretendard/woff2-subset/Pretendard-Regular.subset.woff2 +0 -0
  20. package/assets/fonts/pretendard/woff2-subset/Pretendard-SemiBold.subset.woff2 +0 -0
  21. package/assets/fonts/pretendard/woff2-subset/Pretendard-Thin.subset.woff2 +0 -0
  22. package/assets/icons/feather.svg +1314 -0
  23. package/assets/icons/heroicons-outline.svg +1 -0
  24. package/assets/icons/heroicons-solid.svg +1 -0
  25. package/assets/icons/material-outline.svg +3586 -0
  26. package/assets/icons/material-solid.svg +3586 -0
  27. package/assets/icons/material-twotone.svg +3586 -0
  28. package/assets/icons/owp_sb.svg +35 -0
  29. package/dist/_virtual/_virtual_owp-exceljs-browser-source.js +5 -0
  30. package/dist/_virtual/_virtual_owp-exceljs-browser-source.js.map +1 -0
  31. package/dist/_virtual/index10.js +2 -2
  32. package/dist/_virtual/index12.js +2 -2
  33. package/dist/_virtual/index13.js +2 -2
  34. package/dist/_virtual/index14.js +2 -2
  35. package/dist/_virtual/index15.js +2 -2
  36. package/dist/_virtual/index17.js +5 -2
  37. package/dist/_virtual/index17.js.map +1 -1
  38. package/dist/_virtual/index18.js +4 -4
  39. package/dist/_virtual/index19.js +4 -4
  40. package/dist/_virtual/index20.js +2 -5
  41. package/dist/_virtual/index20.js.map +1 -1
  42. package/dist/_virtual/index5.js +2 -2
  43. package/dist/components/OwpCommonCode/OwpCommonCodeRadioGroup.js +38 -38
  44. package/dist/components/OwpCommonCode/OwpCommonCodeRadioGroup.js.map +1 -1
  45. package/dist/components/OwpFieldHelperText/OwpFieldHelperText.js +34 -0
  46. package/dist/components/OwpFieldHelperText/OwpFieldHelperText.js.map +1 -0
  47. package/dist/components/OwpMrtTable/OwpMrtTable.js +98 -104
  48. package/dist/components/OwpMrtTable/OwpMrtTable.js.map +1 -1
  49. package/dist/components/OwpMrtTable/internal/OwpMrtTableNoDataOverlay.js +10 -9
  50. package/dist/components/OwpMrtTable/internal/OwpMrtTableNoDataOverlay.js.map +1 -1
  51. package/dist/components/OwpRequiredHelperText/OwpRequiredHelperText.js +38 -0
  52. package/dist/components/OwpRequiredHelperText/OwpRequiredHelperText.js.map +1 -0
  53. package/dist/components/OwpTable/OwpDataTable.js +171 -177
  54. package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
  55. package/dist/components/OwpTable/OwpFieldTable.js +99 -0
  56. package/dist/components/OwpTable/OwpFieldTable.js.map +1 -0
  57. package/dist/components/OwpTable/OwpTable.js +62 -68
  58. package/dist/components/OwpTable/OwpTable.js.map +1 -1
  59. package/dist/components/OwpTextField/OwpTextMaskField.js +138 -87
  60. package/dist/components/OwpTextField/OwpTextMaskField.js.map +1 -1
  61. package/dist/components/OwpTreeGrid/internal/OwpTreeGridNoDataOverlay.js +6 -5
  62. package/dist/components/OwpTreeGrid/internal/OwpTreeGridNoDataOverlay.js.map +1 -1
  63. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +66 -69
  64. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
  65. package/dist/constants/treeGrid.js +36 -5
  66. package/dist/constants/treeGrid.js.map +1 -1
  67. package/dist/constants.js +25 -19
  68. package/dist/contexts/OwpAppProvider.js.map +1 -1
  69. package/dist/hooks/useCurrentUserSeq.js +20 -6
  70. package/dist/hooks/useCurrentUserSeq.js.map +1 -1
  71. package/dist/hooks/useLogoSrc.js +9 -9
  72. package/dist/hooks/useLogoSrc.js.map +1 -1
  73. package/dist/hooks/useNavigationActiveRouteRemount.js +38 -0
  74. package/dist/hooks/useNavigationActiveRouteRemount.js.map +1 -0
  75. package/dist/hooks.js +50 -49
  76. package/dist/index.js +74 -70
  77. package/dist/index.js.map +1 -1
  78. package/dist/layout/Layout.js +37 -36
  79. package/dist/layout/Layout.js.map +1 -1
  80. package/dist/layout/components/navigation/vertical/types/NavVerticalCollapse.js +61 -51
  81. package/dist/layout/components/navigation/vertical/types/NavVerticalCollapse.js.map +1 -1
  82. package/dist/layout/components/navigation/vertical/types/NavVerticalGroup.js +35 -27
  83. package/dist/layout/components/navigation/vertical/types/NavVerticalGroup.js.map +1 -1
  84. package/dist/layout/components/navigation/vertical/types/NavVerticalItem.js +34 -27
  85. package/dist/layout/components/navigation/vertical/types/NavVerticalItem.js.map +1 -1
  86. package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
  87. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/index.js +1 -1
  88. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
  89. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js +1 -1
  90. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/constants.js +1 -1
  91. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/index.js +1 -1
  92. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.js +1 -1
  93. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
  94. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js +1 -1
  95. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js +1 -1
  96. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/codabar/index.js +1 -1
  97. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/pharmacode/index.js +1 -1
  98. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
  99. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +1 -1
  100. package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +1 -1
  101. package/dist/owp-app.css +1 -1
  102. package/dist/types/components/OwpFieldHelperText/OwpFieldHelperText.d.ts +14 -0
  103. package/dist/types/components/OwpFieldHelperText/index.d.ts +2 -0
  104. package/dist/types/components/OwpRequiredHelperText/OwpRequiredHelperText.d.ts +18 -0
  105. package/dist/types/components/OwpRequiredHelperText/index.d.ts +2 -0
  106. package/dist/types/components/OwpTable/{OwpVerticalTable.d.ts → OwpFieldTable.d.ts} +9 -8
  107. package/dist/types/components/OwpTable/index.d.ts +1 -1
  108. package/dist/types/components/OwpTextField/OwpTextMaskField.d.ts +5 -3
  109. package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +1 -1
  110. package/dist/types/constants/treeGrid.d.ts +12 -0
  111. package/dist/types/contexts/OwpAppProvider.d.ts +1 -0
  112. package/dist/types/hooks/useCurrentUserSeq.d.ts +11 -2
  113. package/dist/types/hooks/useNavigationActiveRouteRemount.d.ts +14 -0
  114. package/dist/types/index.d.ts +3 -1
  115. package/dist/types/utils/exceljsBrowser.d.ts +1 -3
  116. package/dist/utils/exceljsBrowser.js +64 -7
  117. package/dist/utils/exceljsBrowser.js.map +1 -1
  118. package/fixed-images/flags/EN.svg +11 -0
  119. package/fixed-images/flags/KR.svg +27 -0
  120. package/fixed-images/logo/owp/owp_sb.svg +35 -0
  121. package/package.json +6 -2
  122. package/treegrid/Compatible/Borders/Backgrounds.gif +0 -0
  123. package/treegrid/Compatible/Borders/BackgroundsRight.gif +0 -0
  124. package/treegrid/Compatible/Borders/Bool.gif +0 -0
  125. package/treegrid/Compatible/Borders/BoolSpace.gif +0 -0
  126. package/treegrid/Compatible/Borders/Button.gif +0 -0
  127. package/treegrid/Compatible/Borders/Dependencies.gif +0 -0
  128. package/treegrid/Compatible/Borders/FastPanel1.gif +0 -0
  129. package/treegrid/Compatible/Borders/FastPanel2.gif +0 -0
  130. package/treegrid/Compatible/Borders/Filter.gif +0 -0
  131. package/treegrid/Compatible/Borders/Gantt.css +1228 -0
  132. package/treegrid/Compatible/Borders/Gantt.gif +0 -0
  133. package/treegrid/Compatible/Borders/GanttLineA.gif +0 -0
  134. package/treegrid/Compatible/Borders/GanttLineB.gif +0 -0
  135. package/treegrid/Compatible/Borders/GanttLineC.gif +0 -0
  136. package/treegrid/Compatible/Borders/GanttLineD.gif +0 -0
  137. package/treegrid/Compatible/Borders/Grid.css +2762 -0
  138. package/treegrid/Compatible/Borders/HScroll.png +0 -0
  139. package/treegrid/Compatible/Borders/Menu.gif +0 -0
  140. package/treegrid/Compatible/Borders/Pager.gif +0 -0
  141. package/treegrid/Compatible/Borders/Pager.png +0 -0
  142. package/treegrid/Compatible/Borders/Panel.gif +0 -0
  143. package/treegrid/Compatible/Borders/Sort.gif +0 -0
  144. package/treegrid/Compatible/Borders/Toolbar.gif +0 -0
  145. package/treegrid/Compatible/Borders/Toolbar.png +0 -0
  146. package/treegrid/Compatible/Borders/ToolbarGantt.gif +0 -0
  147. package/treegrid/Compatible/Borders/ToolbarGantt.png +0 -0
  148. package/treegrid/Compatible/Borders/ToolbarSheet.gif +0 -0
  149. package/treegrid/Compatible/Borders/ToolbarSheet.png +0 -0
  150. package/treegrid/Compatible/Borders/ToolbarSheetWide.gif +0 -0
  151. package/treegrid/Compatible/Borders/ToolbarSheetWide.png +0 -0
  152. package/treegrid/Compatible/Borders/Tree.gif +0 -0
  153. package/treegrid/Compatible/Borders/TreeBottom.gif +0 -0
  154. package/treegrid/Compatible/Borders/TreeMiddle.gif +0 -0
  155. package/treegrid/Compatible/Borders/TreeNCollapse.gif +0 -0
  156. package/treegrid/Compatible/Borders/TreeNDrag0.gif +0 -0
  157. package/treegrid/Compatible/Borders/TreeNDrag1.gif +0 -0
  158. package/treegrid/Compatible/Borders/TreeNDrag2.gif +0 -0
  159. package/treegrid/Compatible/Borders/TreeNDrag3.gif +0 -0
  160. package/treegrid/Compatible/Borders/TreeNExpand.gif +0 -0
  161. package/treegrid/Compatible/Borders/TreeNWait.gif +0 -0
  162. package/treegrid/Compatible/Borders/TreeRev.gif +0 -0
  163. package/treegrid/Compatible/Borders/TreeRevBottom.gif +0 -0
  164. package/treegrid/Compatible/Borders/TreeRevMiddle.gif +0 -0
  165. package/treegrid/Compatible/Borders/VScroll.gif +0 -0
  166. package/treegrid/Compatible/Colors/BackgroundsBlue.gif +0 -0
  167. package/treegrid/Compatible/Colors/BackgroundsBottom.gif +0 -0
  168. package/treegrid/Compatible/Colors/BackgroundsGantt.gif +0 -0
  169. package/treegrid/Compatible/Colors/BackgroundsHeader.gif +0 -0
  170. package/treegrid/Compatible/Colors/BackgroundsMain.gif +0 -0
  171. package/treegrid/Compatible/Colors/BackgroundsMiddle.gif +0 -0
  172. package/treegrid/Compatible/Colors/BackgroundsTop.gif +0 -0
  173. package/treegrid/Compatible/Colors/BackgroundsYellow.gif +0 -0
  174. package/treegrid/Compatible/Colors/Bool.gif +0 -0
  175. package/treegrid/Compatible/Colors/Button.gif +0 -0
  176. package/treegrid/Compatible/Colors/Dependencies.gif +0 -0
  177. package/treegrid/Compatible/Colors/FastPanel1.gif +0 -0
  178. package/treegrid/Compatible/Colors/FastPanel2.gif +0 -0
  179. package/treegrid/Compatible/Colors/Filter.gif +0 -0
  180. package/treegrid/Compatible/Colors/Gantt.css +1228 -0
  181. package/treegrid/Compatible/Colors/Gantt.gif +0 -0
  182. package/treegrid/Compatible/Colors/GanttLineA.gif +0 -0
  183. package/treegrid/Compatible/Colors/GanttLineB.gif +0 -0
  184. package/treegrid/Compatible/Colors/GanttLineC.gif +0 -0
  185. package/treegrid/Compatible/Colors/GanttLineD.gif +0 -0
  186. package/treegrid/Compatible/Colors/Grid.css +2768 -0
  187. package/treegrid/Compatible/Colors/HScroll.png +0 -0
  188. package/treegrid/Compatible/Colors/Menu.gif +0 -0
  189. package/treegrid/Compatible/Colors/Pager.gif +0 -0
  190. package/treegrid/Compatible/Colors/Panel.gif +0 -0
  191. package/treegrid/Compatible/Colors/Sort.gif +0 -0
  192. package/treegrid/Compatible/Colors/Toolbar.gif +0 -0
  193. package/treegrid/Compatible/Colors/ToolbarGantt.gif +0 -0
  194. package/treegrid/Compatible/Colors/ToolbarSheet.gif +0 -0
  195. package/treegrid/Compatible/Colors/ToolbarSheetWide.gif +0 -0
  196. package/treegrid/Compatible/Colors/Tree.gif +0 -0
  197. package/treegrid/Compatible/Colors/TreeBottom.gif +0 -0
  198. package/treegrid/Compatible/Colors/TreeMiddle.gif +0 -0
  199. package/treegrid/Compatible/Colors/TreeNCollapse.gif +0 -0
  200. package/treegrid/Compatible/Colors/TreeNDrag0.gif +0 -0
  201. package/treegrid/Compatible/Colors/TreeNDrag1.gif +0 -0
  202. package/treegrid/Compatible/Colors/TreeNDrag2.gif +0 -0
  203. package/treegrid/Compatible/Colors/TreeNDrag3.gif +0 -0
  204. package/treegrid/Compatible/Colors/TreeNExpand.gif +0 -0
  205. package/treegrid/Compatible/Colors/TreeNWait.gif +0 -0
  206. package/treegrid/Compatible/Colors/TreeRev.gif +0 -0
  207. package/treegrid/Compatible/Colors/TreeRevBottom.gif +0 -0
  208. package/treegrid/Compatible/Colors/TreeRevMiddle.gif +0 -0
  209. package/treegrid/Compatible/Colors/VScroll.gif +0 -0
  210. package/treegrid/Compatible/ExtJS/Backgrounds.gif +0 -0
  211. package/treegrid/Compatible/ExtJS/BackgroundsFill.gif +0 -0
  212. package/treegrid/Compatible/ExtJS/Bool.gif +0 -0
  213. package/treegrid/Compatible/ExtJS/Button.gif +0 -0
  214. package/treegrid/Compatible/ExtJS/Dependencies.gif +0 -0
  215. package/treegrid/Compatible/ExtJS/FastPanel1.gif +0 -0
  216. package/treegrid/Compatible/ExtJS/FastPanel2.gif +0 -0
  217. package/treegrid/Compatible/ExtJS/Filter.gif +0 -0
  218. package/treegrid/Compatible/ExtJS/Gantt.css +1233 -0
  219. package/treegrid/Compatible/ExtJS/Gantt.gif +0 -0
  220. package/treegrid/Compatible/ExtJS/GanttLineA.gif +0 -0
  221. package/treegrid/Compatible/ExtJS/GanttLineB.gif +0 -0
  222. package/treegrid/Compatible/ExtJS/GanttLineC.gif +0 -0
  223. package/treegrid/Compatible/ExtJS/GanttLineD.gif +0 -0
  224. package/treegrid/Compatible/ExtJS/Grid.css +2764 -0
  225. package/treegrid/Compatible/ExtJS/HScroll.png +0 -0
  226. package/treegrid/Compatible/ExtJS/Menu.gif +0 -0
  227. package/treegrid/Compatible/ExtJS/Pager.gif +0 -0
  228. package/treegrid/Compatible/ExtJS/Panel.gif +0 -0
  229. package/treegrid/Compatible/ExtJS/Sort.gif +0 -0
  230. package/treegrid/Compatible/ExtJS/Toolbar.gif +0 -0
  231. package/treegrid/Compatible/ExtJS/ToolbarGantt.gif +0 -0
  232. package/treegrid/Compatible/ExtJS/ToolbarSheet.gif +0 -0
  233. package/treegrid/Compatible/ExtJS/ToolbarSheetWide.gif +0 -0
  234. package/treegrid/Compatible/ExtJS/Tree.gif +0 -0
  235. package/treegrid/Compatible/ExtJS/TreeBottom.gif +0 -0
  236. package/treegrid/Compatible/ExtJS/TreeMiddle.gif +0 -0
  237. package/treegrid/Compatible/ExtJS/TreeNCollapse.gif +0 -0
  238. package/treegrid/Compatible/ExtJS/TreeNDrag0.gif +0 -0
  239. package/treegrid/Compatible/ExtJS/TreeNDrag1.gif +0 -0
  240. package/treegrid/Compatible/ExtJS/TreeNDrag2.gif +0 -0
  241. package/treegrid/Compatible/ExtJS/TreeNDrag3.gif +0 -0
  242. package/treegrid/Compatible/ExtJS/TreeNExpand.gif +0 -0
  243. package/treegrid/Compatible/ExtJS/TreeNWait.gif +0 -0
  244. package/treegrid/Compatible/ExtJS/TreeRev.gif +0 -0
  245. package/treegrid/Compatible/ExtJS/TreeRevBottom.gif +0 -0
  246. package/treegrid/Compatible/ExtJS/TreeRevMiddle.gif +0 -0
  247. package/treegrid/Compatible/ExtJS/VScroll.gif +0 -0
  248. package/treegrid/Compatible/Gradient/Backgrounds.gif +0 -0
  249. package/treegrid/Compatible/Gradient/BackgroundsGantt.gif +0 -0
  250. package/treegrid/Compatible/Gradient/BackgroundsRight.gif +0 -0
  251. package/treegrid/Compatible/Gradient/Bool.gif +0 -0
  252. package/treegrid/Compatible/Gradient/BoolSpace.gif +0 -0
  253. package/treegrid/Compatible/Gradient/Button.gif +0 -0
  254. package/treegrid/Compatible/Gradient/Dependencies.gif +0 -0
  255. package/treegrid/Compatible/Gradient/FastPanel1.gif +0 -0
  256. package/treegrid/Compatible/Gradient/FastPanel2.gif +0 -0
  257. package/treegrid/Compatible/Gradient/Filter.gif +0 -0
  258. package/treegrid/Compatible/Gradient/Gantt.css +1234 -0
  259. package/treegrid/Compatible/Gradient/Gantt.gif +0 -0
  260. package/treegrid/Compatible/Gradient/GanttLineA.gif +0 -0
  261. package/treegrid/Compatible/Gradient/GanttLineB.gif +0 -0
  262. package/treegrid/Compatible/Gradient/GanttLineC.gif +0 -0
  263. package/treegrid/Compatible/Gradient/GanttLineD.gif +0 -0
  264. package/treegrid/Compatible/Gradient/Grid.css +2835 -0
  265. package/treegrid/Compatible/Gradient/HScroll.png +0 -0
  266. package/treegrid/Compatible/Gradient/Menu.gif +0 -0
  267. package/treegrid/Compatible/Gradient/Pager.gif +0 -0
  268. package/treegrid/Compatible/Gradient/Pager.png +0 -0
  269. package/treegrid/Compatible/Gradient/Panel.gif +0 -0
  270. package/treegrid/Compatible/Gradient/Sort.gif +0 -0
  271. package/treegrid/Compatible/Gradient/Toolbar.gif +0 -0
  272. package/treegrid/Compatible/Gradient/Toolbar.png +0 -0
  273. package/treegrid/Compatible/Gradient/ToolbarGantt.gif +0 -0
  274. package/treegrid/Compatible/Gradient/ToolbarGantt.png +0 -0
  275. package/treegrid/Compatible/Gradient/ToolbarSheet.gif +0 -0
  276. package/treegrid/Compatible/Gradient/ToolbarSheet.png +0 -0
  277. package/treegrid/Compatible/Gradient/ToolbarSheetWide.gif +0 -0
  278. package/treegrid/Compatible/Gradient/ToolbarSheetWide.png +0 -0
  279. package/treegrid/Compatible/Gradient/Tree.gif +0 -0
  280. package/treegrid/Compatible/Gradient/TreeBottom.gif +0 -0
  281. package/treegrid/Compatible/Gradient/TreeMiddle.gif +0 -0
  282. package/treegrid/Compatible/Gradient/TreeNCollapse.gif +0 -0
  283. package/treegrid/Compatible/Gradient/TreeNDrag0.gif +0 -0
  284. package/treegrid/Compatible/Gradient/TreeNDrag1.gif +0 -0
  285. package/treegrid/Compatible/Gradient/TreeNDrag2.gif +0 -0
  286. package/treegrid/Compatible/Gradient/TreeNDrag3.gif +0 -0
  287. package/treegrid/Compatible/Gradient/TreeNExpand.gif +0 -0
  288. package/treegrid/Compatible/Gradient/TreeNWait.gif +0 -0
  289. package/treegrid/Compatible/Gradient/TreeRev.gif +0 -0
  290. package/treegrid/Compatible/Gradient/TreeRevBottom.gif +0 -0
  291. package/treegrid/Compatible/Gradient/TreeRevMiddle.gif +0 -0
  292. package/treegrid/Compatible/Gradient/VScroll.gif +0 -0
  293. package/treegrid/Compatible/Info.txt +3 -0
  294. package/treegrid/Compatible/Light/Backgrounds.gif +0 -0
  295. package/treegrid/Compatible/Light/Bool.gif +0 -0
  296. package/treegrid/Compatible/Light/Button.gif +0 -0
  297. package/treegrid/Compatible/Light/Dependencies.gif +0 -0
  298. package/treegrid/Compatible/Light/FastPanel1.gif +0 -0
  299. package/treegrid/Compatible/Light/FastPanel2.gif +0 -0
  300. package/treegrid/Compatible/Light/Filter.gif +0 -0
  301. package/treegrid/Compatible/Light/Gantt.css +1230 -0
  302. package/treegrid/Compatible/Light/Gantt.gif +0 -0
  303. package/treegrid/Compatible/Light/GanttLineA.gif +0 -0
  304. package/treegrid/Compatible/Light/GanttLineB.gif +0 -0
  305. package/treegrid/Compatible/Light/GanttLineC.gif +0 -0
  306. package/treegrid/Compatible/Light/GanttLineD.gif +0 -0
  307. package/treegrid/Compatible/Light/Grid.css +2769 -0
  308. package/treegrid/Compatible/Light/HScroll.png +0 -0
  309. package/treegrid/Compatible/Light/Menu.gif +0 -0
  310. package/treegrid/Compatible/Light/Pager.gif +0 -0
  311. package/treegrid/Compatible/Light/Panel.gif +0 -0
  312. package/treegrid/Compatible/Light/Sort.gif +0 -0
  313. package/treegrid/Compatible/Light/Toolbar.gif +0 -0
  314. package/treegrid/Compatible/Light/ToolbarGantt.gif +0 -0
  315. package/treegrid/Compatible/Light/ToolbarSheet.gif +0 -0
  316. package/treegrid/Compatible/Light/ToolbarSheetWide.gif +0 -0
  317. package/treegrid/Compatible/Light/Tree.gif +0 -0
  318. package/treegrid/Compatible/Light/TreeBottom.gif +0 -0
  319. package/treegrid/Compatible/Light/TreeMiddle.gif +0 -0
  320. package/treegrid/Compatible/Light/TreeNCollapse.gif +0 -0
  321. package/treegrid/Compatible/Light/TreeNDrag0.gif +0 -0
  322. package/treegrid/Compatible/Light/TreeNDrag1.gif +0 -0
  323. package/treegrid/Compatible/Light/TreeNDrag2.gif +0 -0
  324. package/treegrid/Compatible/Light/TreeNDrag3.gif +0 -0
  325. package/treegrid/Compatible/Light/TreeNExpand.gif +0 -0
  326. package/treegrid/Compatible/Light/TreeNWait.gif +0 -0
  327. package/treegrid/Compatible/Light/TreeRev.gif +0 -0
  328. package/treegrid/Compatible/Light/TreeRevBottom.gif +0 -0
  329. package/treegrid/Compatible/Light/TreeRevMiddle.gif +0 -0
  330. package/treegrid/Compatible/Light/VScroll.gif +0 -0
  331. package/treegrid/Compatible/Office/Backgrounds.gif +0 -0
  332. package/treegrid/Compatible/Office/Bool.gif +0 -0
  333. package/treegrid/Compatible/Office/Button.gif +0 -0
  334. package/treegrid/Compatible/Office/Dependencies.gif +0 -0
  335. package/treegrid/Compatible/Office/FastPanel1.gif +0 -0
  336. package/treegrid/Compatible/Office/FastPanel2.gif +0 -0
  337. package/treegrid/Compatible/Office/Filter.gif +0 -0
  338. package/treegrid/Compatible/Office/Gantt.css +1228 -0
  339. package/treegrid/Compatible/Office/Gantt.gif +0 -0
  340. package/treegrid/Compatible/Office/GanttLineA.gif +0 -0
  341. package/treegrid/Compatible/Office/GanttLineB.gif +0 -0
  342. package/treegrid/Compatible/Office/GanttLineC.gif +0 -0
  343. package/treegrid/Compatible/Office/GanttLineD.gif +0 -0
  344. package/treegrid/Compatible/Office/Grid.css +2770 -0
  345. package/treegrid/Compatible/Office/HScroll.png +0 -0
  346. package/treegrid/Compatible/Office/Menu.gif +0 -0
  347. package/treegrid/Compatible/Office/Pager.gif +0 -0
  348. package/treegrid/Compatible/Office/Panel.gif +0 -0
  349. package/treegrid/Compatible/Office/Sort.gif +0 -0
  350. package/treegrid/Compatible/Office/Toolbar.gif +0 -0
  351. package/treegrid/Compatible/Office/ToolbarGantt.gif +0 -0
  352. package/treegrid/Compatible/Office/ToolbarSheet.gif +0 -0
  353. package/treegrid/Compatible/Office/ToolbarSheetWide.gif +0 -0
  354. package/treegrid/Compatible/Office/Tree.gif +0 -0
  355. package/treegrid/Compatible/Office/TreeBottom.gif +0 -0
  356. package/treegrid/Compatible/Office/TreeMiddle.gif +0 -0
  357. package/treegrid/Compatible/Office/TreeNCollapse.gif +0 -0
  358. package/treegrid/Compatible/Office/TreeNDrag0.gif +0 -0
  359. package/treegrid/Compatible/Office/TreeNDrag1.gif +0 -0
  360. package/treegrid/Compatible/Office/TreeNDrag2.gif +0 -0
  361. package/treegrid/Compatible/Office/TreeNDrag3.gif +0 -0
  362. package/treegrid/Compatible/Office/TreeNExpand.gif +0 -0
  363. package/treegrid/Compatible/Office/TreeNWait.gif +0 -0
  364. package/treegrid/Compatible/Office/TreeRev.gif +0 -0
  365. package/treegrid/Compatible/Office/TreeRevBottom.gif +0 -0
  366. package/treegrid/Compatible/Office/TreeRevMiddle.gif +0 -0
  367. package/treegrid/Compatible/Office/VScroll.gif +0 -0
  368. package/treegrid/Compatible/Plain/Backgrounds.gif +0 -0
  369. package/treegrid/Compatible/Plain/Bool.gif +0 -0
  370. package/treegrid/Compatible/Plain/Button.gif +0 -0
  371. package/treegrid/Compatible/Plain/Dependencies.gif +0 -0
  372. package/treegrid/Compatible/Plain/FastPanel1.gif +0 -0
  373. package/treegrid/Compatible/Plain/FastPanel2.gif +0 -0
  374. package/treegrid/Compatible/Plain/Filter.gif +0 -0
  375. package/treegrid/Compatible/Plain/Gantt.css +1233 -0
  376. package/treegrid/Compatible/Plain/Gantt.gif +0 -0
  377. package/treegrid/Compatible/Plain/GanttLineA.gif +0 -0
  378. package/treegrid/Compatible/Plain/GanttLineB.gif +0 -0
  379. package/treegrid/Compatible/Plain/GanttLineC.gif +0 -0
  380. package/treegrid/Compatible/Plain/GanttLineD.gif +0 -0
  381. package/treegrid/Compatible/Plain/Grid.css +2767 -0
  382. package/treegrid/Compatible/Plain/HScroll.png +0 -0
  383. package/treegrid/Compatible/Plain/Menu.gif +0 -0
  384. package/treegrid/Compatible/Plain/Pager.gif +0 -0
  385. package/treegrid/Compatible/Plain/Pager.png +0 -0
  386. package/treegrid/Compatible/Plain/Panel.gif +0 -0
  387. package/treegrid/Compatible/Plain/Sort.gif +0 -0
  388. package/treegrid/Compatible/Plain/Toolbar.gif +0 -0
  389. package/treegrid/Compatible/Plain/Toolbar.png +0 -0
  390. package/treegrid/Compatible/Plain/ToolbarGantt.gif +0 -0
  391. package/treegrid/Compatible/Plain/ToolbarGantt.png +0 -0
  392. package/treegrid/Compatible/Plain/ToolbarSheet.gif +0 -0
  393. package/treegrid/Compatible/Plain/ToolbarSheet.png +0 -0
  394. package/treegrid/Compatible/Plain/ToolbarSheetWide.gif +0 -0
  395. package/treegrid/Compatible/Plain/ToolbarSheetWide.png +0 -0
  396. package/treegrid/Compatible/Plain/Tree.gif +0 -0
  397. package/treegrid/Compatible/Plain/TreeBottom.gif +0 -0
  398. package/treegrid/Compatible/Plain/TreeMiddle.gif +0 -0
  399. package/treegrid/Compatible/Plain/TreeNCollapse.gif +0 -0
  400. package/treegrid/Compatible/Plain/TreeNDrag0.gif +0 -0
  401. package/treegrid/Compatible/Plain/TreeNDrag1.gif +0 -0
  402. package/treegrid/Compatible/Plain/TreeNDrag2.gif +0 -0
  403. package/treegrid/Compatible/Plain/TreeNDrag3.gif +0 -0
  404. package/treegrid/Compatible/Plain/TreeNExpand.gif +0 -0
  405. package/treegrid/Compatible/Plain/TreeNWait.gif +0 -0
  406. package/treegrid/Compatible/Plain/TreeRev.gif +0 -0
  407. package/treegrid/Compatible/Plain/TreeRevBottom.gif +0 -0
  408. package/treegrid/Compatible/Plain/TreeRevMiddle.gif +0 -0
  409. package/treegrid/Compatible/Plain/VScroll.gif +0 -0
  410. package/treegrid/Compatible/Query/Backgrounds.gif +0 -0
  411. package/treegrid/Compatible/Query/BackgroundsGantt.gif +0 -0
  412. package/treegrid/Compatible/Query/Bool.gif +0 -0
  413. package/treegrid/Compatible/Query/Button.gif +0 -0
  414. package/treegrid/Compatible/Query/Dependencies.gif +0 -0
  415. package/treegrid/Compatible/Query/FastPanel1.gif +0 -0
  416. package/treegrid/Compatible/Query/FastPanel2.gif +0 -0
  417. package/treegrid/Compatible/Query/Filter.gif +0 -0
  418. package/treegrid/Compatible/Query/Gantt.css +1234 -0
  419. package/treegrid/Compatible/Query/Gantt.gif +0 -0
  420. package/treegrid/Compatible/Query/GanttLineA.gif +0 -0
  421. package/treegrid/Compatible/Query/GanttLineB.gif +0 -0
  422. package/treegrid/Compatible/Query/GanttLineC.gif +0 -0
  423. package/treegrid/Compatible/Query/GanttLineD.gif +0 -0
  424. package/treegrid/Compatible/Query/Grid.css +2772 -0
  425. package/treegrid/Compatible/Query/HScroll.png +0 -0
  426. package/treegrid/Compatible/Query/Menu.gif +0 -0
  427. package/treegrid/Compatible/Query/Pager.gif +0 -0
  428. package/treegrid/Compatible/Query/Panel.gif +0 -0
  429. package/treegrid/Compatible/Query/Sort.gif +0 -0
  430. package/treegrid/Compatible/Query/Toolbar.gif +0 -0
  431. package/treegrid/Compatible/Query/ToolbarGantt.gif +0 -0
  432. package/treegrid/Compatible/Query/ToolbarSheet.gif +0 -0
  433. package/treegrid/Compatible/Query/ToolbarSheetWide.gif +0 -0
  434. package/treegrid/Compatible/Query/Tree.gif +0 -0
  435. package/treegrid/Compatible/Query/TreeBottom.gif +0 -0
  436. package/treegrid/Compatible/Query/TreeMiddle.gif +0 -0
  437. package/treegrid/Compatible/Query/TreeNCollapse.gif +0 -0
  438. package/treegrid/Compatible/Query/TreeNDrag0.gif +0 -0
  439. package/treegrid/Compatible/Query/TreeNDrag1.gif +0 -0
  440. package/treegrid/Compatible/Query/TreeNDrag2.gif +0 -0
  441. package/treegrid/Compatible/Query/TreeNDrag3.gif +0 -0
  442. package/treegrid/Compatible/Query/TreeNExpand.gif +0 -0
  443. package/treegrid/Compatible/Query/TreeNWait.gif +0 -0
  444. package/treegrid/Compatible/Query/TreeRev.gif +0 -0
  445. package/treegrid/Compatible/Query/TreeRevBottom.gif +0 -0
  446. package/treegrid/Compatible/Query/TreeRevMiddle.gif +0 -0
  447. package/treegrid/Compatible/Query/VScroll.gif +0 -0
  448. package/treegrid/Compatible/Relief/Backgrounds.gif +0 -0
  449. package/treegrid/Compatible/Relief/Bool.gif +0 -0
  450. package/treegrid/Compatible/Relief/Button.gif +0 -0
  451. package/treegrid/Compatible/Relief/Dependencies.gif +0 -0
  452. package/treegrid/Compatible/Relief/FastPanel1.gif +0 -0
  453. package/treegrid/Compatible/Relief/FastPanel2.gif +0 -0
  454. package/treegrid/Compatible/Relief/Filter.gif +0 -0
  455. package/treegrid/Compatible/Relief/Gantt.css +1228 -0
  456. package/treegrid/Compatible/Relief/Gantt.gif +0 -0
  457. package/treegrid/Compatible/Relief/GanttLineA.gif +0 -0
  458. package/treegrid/Compatible/Relief/GanttLineB.gif +0 -0
  459. package/treegrid/Compatible/Relief/GanttLineC.gif +0 -0
  460. package/treegrid/Compatible/Relief/GanttLineD.gif +0 -0
  461. package/treegrid/Compatible/Relief/Grid.css +2773 -0
  462. package/treegrid/Compatible/Relief/HScroll.png +0 -0
  463. package/treegrid/Compatible/Relief/Menu.gif +0 -0
  464. package/treegrid/Compatible/Relief/Pager.gif +0 -0
  465. package/treegrid/Compatible/Relief/Panel.gif +0 -0
  466. package/treegrid/Compatible/Relief/Sort.gif +0 -0
  467. package/treegrid/Compatible/Relief/Toolbar.gif +0 -0
  468. package/treegrid/Compatible/Relief/ToolbarGantt.gif +0 -0
  469. package/treegrid/Compatible/Relief/ToolbarSheet.gif +0 -0
  470. package/treegrid/Compatible/Relief/ToolbarSheetWide.gif +0 -0
  471. package/treegrid/Compatible/Relief/Tree.gif +0 -0
  472. package/treegrid/Compatible/Relief/TreeBottom.gif +0 -0
  473. package/treegrid/Compatible/Relief/TreeMiddle.gif +0 -0
  474. package/treegrid/Compatible/Relief/TreeNCollapse.gif +0 -0
  475. package/treegrid/Compatible/Relief/TreeNDrag0.gif +0 -0
  476. package/treegrid/Compatible/Relief/TreeNDrag1.gif +0 -0
  477. package/treegrid/Compatible/Relief/TreeNDrag2.gif +0 -0
  478. package/treegrid/Compatible/Relief/TreeNDrag3.gif +0 -0
  479. package/treegrid/Compatible/Relief/TreeNExpand.gif +0 -0
  480. package/treegrid/Compatible/Relief/TreeNWait.gif +0 -0
  481. package/treegrid/Compatible/Relief/TreeRev.gif +0 -0
  482. package/treegrid/Compatible/Relief/TreeRevBottom.gif +0 -0
  483. package/treegrid/Compatible/Relief/TreeRevMiddle.gif +0 -0
  484. package/treegrid/Compatible/Relief/VScroll.gif +0 -0
  485. package/treegrid/Compatible/Round/Backgrounds.gif +0 -0
  486. package/treegrid/Compatible/Round/Bool.gif +0 -0
  487. package/treegrid/Compatible/Round/Button.gif +0 -0
  488. package/treegrid/Compatible/Round/Dependencies.gif +0 -0
  489. package/treegrid/Compatible/Round/FastPanel1.gif +0 -0
  490. package/treegrid/Compatible/Round/FastPanel2.gif +0 -0
  491. package/treegrid/Compatible/Round/Filter.gif +0 -0
  492. package/treegrid/Compatible/Round/Gantt.css +1233 -0
  493. package/treegrid/Compatible/Round/Gantt.gif +0 -0
  494. package/treegrid/Compatible/Round/GanttLineA.gif +0 -0
  495. package/treegrid/Compatible/Round/GanttLineB.gif +0 -0
  496. package/treegrid/Compatible/Round/GanttLineC.gif +0 -0
  497. package/treegrid/Compatible/Round/GanttLineD.gif +0 -0
  498. package/treegrid/Compatible/Round/Grid.css +2767 -0
  499. package/treegrid/Compatible/Round/HScroll.png +0 -0
  500. package/treegrid/Compatible/Round/Menu.gif +0 -0
  501. package/treegrid/Compatible/Round/Pager.gif +0 -0
  502. package/treegrid/Compatible/Round/Panel.gif +0 -0
  503. package/treegrid/Compatible/Round/Sort.gif +0 -0
  504. package/treegrid/Compatible/Round/Toolbar.gif +0 -0
  505. package/treegrid/Compatible/Round/ToolbarGantt.gif +0 -0
  506. package/treegrid/Compatible/Round/ToolbarSheet.gif +0 -0
  507. package/treegrid/Compatible/Round/ToolbarSheetWide.gif +0 -0
  508. package/treegrid/Compatible/Round/Tree.gif +0 -0
  509. package/treegrid/Compatible/Round/TreeBottom.gif +0 -0
  510. package/treegrid/Compatible/Round/TreeMiddle.gif +0 -0
  511. package/treegrid/Compatible/Round/TreeNCollapse.gif +0 -0
  512. package/treegrid/Compatible/Round/TreeNDrag0.gif +0 -0
  513. package/treegrid/Compatible/Round/TreeNDrag1.gif +0 -0
  514. package/treegrid/Compatible/Round/TreeNDrag2.gif +0 -0
  515. package/treegrid/Compatible/Round/TreeNDrag3.gif +0 -0
  516. package/treegrid/Compatible/Round/TreeNExpand.gif +0 -0
  517. package/treegrid/Compatible/Round/TreeNWait.gif +0 -0
  518. package/treegrid/Compatible/Round/TreeRev.gif +0 -0
  519. package/treegrid/Compatible/Round/TreeRevBottom.gif +0 -0
  520. package/treegrid/Compatible/Round/TreeRevMiddle.gif +0 -0
  521. package/treegrid/Compatible/Round/VScroll.gif +0 -0
  522. package/treegrid/Compatible/Sharp/ArrowDropDown.png +0 -0
  523. package/treegrid/Compatible/Sharp/Bool.gif +0 -0
  524. package/treegrid/Compatible/Sharp/BoolSpace.gif +0 -0
  525. package/treegrid/Compatible/Sharp/Button.gif +0 -0
  526. package/treegrid/Compatible/Sharp/ButtonSpace.gif +0 -0
  527. package/treegrid/Compatible/Sharp/Dependencies.gif +0 -0
  528. package/treegrid/Compatible/Sharp/FastPanel1.gif +0 -0
  529. package/treegrid/Compatible/Sharp/FastPanel2.gif +0 -0
  530. package/treegrid/Compatible/Sharp/Filter.gif +0 -0
  531. package/treegrid/Compatible/Sharp/Gantt.css +1232 -0
  532. package/treegrid/Compatible/Sharp/Gantt.gif +0 -0
  533. package/treegrid/Compatible/Sharp/GanttLineA.gif +0 -0
  534. package/treegrid/Compatible/Sharp/GanttLineB.gif +0 -0
  535. package/treegrid/Compatible/Sharp/GanttLineC.gif +0 -0
  536. package/treegrid/Compatible/Sharp/GanttLineD.gif +0 -0
  537. package/treegrid/Compatible/Sharp/Grid.css +2773 -0
  538. package/treegrid/Compatible/Sharp/HScroll.png +0 -0
  539. package/treegrid/Compatible/Sharp/Menu.gif +0 -0
  540. package/treegrid/Compatible/Sharp/Pager.png +0 -0
  541. package/treegrid/Compatible/Sharp/Panel.gif +0 -0
  542. package/treegrid/Compatible/Sharp/Roboto-Regular.ttf +0 -0
  543. package/treegrid/Compatible/Sharp/Sort.gif +0 -0
  544. package/treegrid/Compatible/Sharp/Toolbar.png +0 -0
  545. package/treegrid/Compatible/Sharp/ToolbarGantt.png +0 -0
  546. package/treegrid/Compatible/Sharp/ToolbarSheet.png +0 -0
  547. package/treegrid/Compatible/Sharp/ToolbarSheetWide.png +0 -0
  548. package/treegrid/Compatible/Sharp/Tree.gif +0 -0
  549. package/treegrid/Compatible/Sharp/TreeBottom.gif +0 -0
  550. package/treegrid/Compatible/Sharp/TreeMiddle.gif +0 -0
  551. package/treegrid/Compatible/Sharp/TreeNCollapse.gif +0 -0
  552. package/treegrid/Compatible/Sharp/TreeNDrag0.gif +0 -0
  553. package/treegrid/Compatible/Sharp/TreeNDrag1.gif +0 -0
  554. package/treegrid/Compatible/Sharp/TreeNDrag2.gif +0 -0
  555. package/treegrid/Compatible/Sharp/TreeNDrag3.gif +0 -0
  556. package/treegrid/Compatible/Sharp/TreeNExpand.gif +0 -0
  557. package/treegrid/Compatible/Sharp/TreeNWait.gif +0 -0
  558. package/treegrid/Compatible/Sharp/VScroll.gif +0 -0
  559. package/treegrid/Defaults.xml +728 -0
  560. package/treegrid/Defaults.xml_.xml +718 -0
  561. package/treegrid/Ding.wav +0 -0
  562. package/treegrid/Drag.cur +0 -0
  563. package/treegrid/External/jszip.license.txt +10 -0
  564. package/treegrid/External/jszip.min.js +15 -0
  565. package/treegrid/External/jszip.min.sync.js +14 -0
  566. package/treegrid/GridE.js +45 -0
  567. package/treegrid/GridEOnDemand.js +53 -0
  568. package/treegrid/Help.html +536 -0
  569. package/treegrid/NoDrag.cur +0 -0
  570. package/treegrid/Styles/BlackGantt.css +887 -0
  571. package/treegrid/Styles/BlackGrid.css +1940 -0
  572. package/treegrid/Styles/Info.txt +6 -0
  573. package/treegrid/Styles/MaterialGantt.css +845 -0
  574. package/treegrid/Styles/MaterialGrid.css +1978 -0
  575. package/treegrid/Styles/Roboto-Light.ttf +0 -0
  576. package/treegrid/Styles/Roboto-Regular.ttf +0 -0
  577. package/treegrid/Styles/StandardGantt.css +891 -0
  578. package/treegrid/Styles/StandardGrid.css +1923 -0
  579. package/treegrid/Styles/TurqGantt.css +880 -0
  580. package/treegrid/Styles/TurqGrid.css +1980 -0
  581. package/treegrid/Styles/WhiteGantt.css +1021 -0
  582. package/treegrid/Styles/WhiteGrid.css +1911 -0
  583. package/treegrid/Text.xml +176 -0
  584. package/treegrid/TextEN.xml +1785 -0
  585. package/treegrid/TextKR.xml +176 -0
  586. package/treegrid/orgDefaults.xml +715 -0
  587. package/treegrid-global.d.ts +3294 -4904
  588. package/vite/owpCoreAssetsPlugin.cjs +120 -0
  589. package/vite/owpCoreAssetsPlugin.mjs +14 -0
  590. package/vite/owpCoreFixedImagesPlugin.cjs +33 -0
  591. package/vite/owpCoreFixedImagesPlugin.mjs +11 -0
  592. package/vite/staticAssetPlugin.cjs +187 -0
  593. package/vite/treeGridAssetsPlugin.cjs +88 -0
  594. package/vite/treeGridAssetsPlugin.mjs +12 -0
  595. package/dist/components/OwpTable/OwpVerticalTable.js +0 -96
  596. package/dist/components/OwpTable/OwpVerticalTable.js.map +0 -1
  597. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-contenteditable-mask-element.js +0 -39
  598. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-contenteditable-mask-element.js.map +0 -1
  599. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-input-mask-element.js +0 -36
  600. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-input-mask-element.js.map +0 -1
  601. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-mask-element.js +0 -52
  602. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-mask-element.js.map +0 -1
  603. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input-history.js +0 -35
  604. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input-history.js.map +0 -1
  605. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input.js +0 -227
  606. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input.js.map +0 -1
  607. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/mask-element.js +0 -48
  608. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/mask-element.js.map +0 -1
  609. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/action-details.js +0 -56
  610. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/action-details.js.map +0 -1
  611. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/change-details.js +0 -41
  612. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/change-details.js.map +0 -1
  613. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/continuous-tail-details.js +0 -47
  614. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/continuous-tail-details.js.map +0 -1
  615. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/holder.js +0 -10
  616. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/holder.js.map +0 -1
  617. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/utils.js +0 -76
  618. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/utils.js.map +0 -1
  619. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/index.js +0 -51
  620. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/index.js.map +0 -1
  621. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/base.js +0 -257
  622. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/base.js.map +0 -1
  623. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/date.js +0 -121
  624. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/date.js.map +0 -1
  625. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/dynamic.js +0 -227
  626. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/dynamic.js.map +0 -1
  627. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/enum.js +0 -74
  628. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/enum.js.map +0 -1
  629. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/factory.js +0 -52
  630. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/factory.js.map +0 -1
  631. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/function.js +0 -28
  632. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/function.js.map +0 -1
  633. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/number.js +0 -217
  634. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/number.js.map +0 -1
  635. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/chunk-tail-details.js +0 -108
  636. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/chunk-tail-details.js.map +0 -1
  637. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/cursor.js +0 -105
  638. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/cursor.js.map +0 -1
  639. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/fixed-definition.js +0 -107
  640. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/fixed-definition.js.map +0 -1
  641. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/input-definition.js +0 -138
  642. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/input-definition.js.map +0 -1
  643. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern.js +0 -327
  644. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern.js.map +0 -1
  645. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pipe.js +0 -28
  646. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pipe.js.map +0 -1
  647. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/range.js +0 -83
  648. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/range.js.map +0 -1
  649. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/regexp.js +0 -26
  650. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/regexp.js.map +0 -1
  651. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/repeat.js +0 -109
  652. package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/repeat.js.map +0 -1
  653. package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/input.js +0 -28
  654. package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/input.js.map +0 -1
  655. package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/mixin.js +0 -136
  656. package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/mixin.js.map +0 -1
package/dist/hooks.js CHANGED
@@ -2,83 +2,84 @@ import { useGetCommonCodeList as t, useSetCommonCodeList as o } from "./hooks/us
2
2
  import { useAccessTokenGuard as u } from "./hooks/useAccessTokenGuard.js";
3
3
  import { useConfirm as n } from "./hooks/useConfirm.js";
4
4
  import { useGetCurrentLanguage as a, useGetLanguageList as f, useSetCurrentLanguage as i } from "./hooks/useCurrentLanguage.js";
5
- import { useGetLogoSrc as C, useSetLogoSrc as G } from "./hooks/useLogoSrc.js";
5
+ import { useGetLogoSrc as C, useSetLogoSrc as S } from "./hooks/useLogoSrc.js";
6
6
  import { useGetCurrentUser as g, useSetCurrentUser as L } from "./hooks/useCurrentUser.js";
7
7
  import { useGetCurrentUserId as d, useSetCurrentUserId as T } from "./hooks/useCurrentUserId.js";
8
- import { useGetCurrentUserSeq as E, useSetCurrentUserSeq as l } from "./hooks/useCurrentUserSeq.js";
8
+ import { useEnsureCurrentUserSeq as h, useGetCurrentUserSeq as l, useSetCurrentUserSeq as v } from "./hooks/useCurrentUserSeq.js";
9
9
  import { useDebounce as b } from "./hooks/useDebounce.js";
10
- import { useDeepCompareEffect as N, useDeepCompareEffectNoCheck as U, useDeepCompareMemoize as D } from "./hooks/useDeepCompareEffect.js";
11
- import { useHeaderWrapState as k } from "./hooks/useHeaderWrapState.js";
10
+ import { useDeepCompareEffect as N, useDeepCompareEffectNoCheck as D, useDeepCompareMemoize as I } from "./hooks/useDeepCompareEffect.js";
11
+ import { useHeaderWrapState as q } from "./hooks/useHeaderWrapState.js";
12
12
  import { useInitApp as M } from "./hooks/useInitApp.js";
13
13
  import { useInitCommonCodes as P } from "./hooks/useInitCommonCodes.js";
14
- import { useGetNavbar as y, useNavbarActions as F } from "./hooks/useNavbar.js";
15
- import { useGetNavigationList as z, useSetNavigationList as B } from "./hooks/useNavigation.js";
16
- import { useChangeOwpTheme as K, useGetCurrentLayoutConfig as Q, useGetCurrentSettings as R, useGetCustomScrollbarsEnabled as W, useGetDefaultSettings as j, useGetFooterTheme as J, useGetMainTheme as V, useGetNavbarTheme as X, useGetOwpSettings as Y, useGetToolbarTheme as Z, useResetSettings as $, useSetDefaultSettings as ee, useSetSettings as re } from "./hooks/useOwpSettings.js";
17
- import { useOwpTranslation as oe } from "./hooks/useOwpTranslation.js";
18
- import { useGetPageLockLoading as ue, usePageLockLoading as me } from "./hooks/usePageLockLoading.js";
19
- import { usePrevious as pe } from "./hooks/usePrevious.js";
20
- import { useGetShortcuts as fe, useSetShortcuts as ie } from "./hooks/useShortcuts.js";
21
- import { getEnv as Ce, setEnv as Ge, useStorage as Se } from "./hooks/useStorage.js";
22
- import { useThemeMediaQuery as Le } from "./hooks/useThemeMediaQuery.js";
23
- import { useTimeout as de } from "./hooks/useTimeout.js";
14
+ import { useGetNavbar as F, useNavbarActions as _ } from "./hooks/useNavbar.js";
15
+ import { useGetNavigationList as B, useSetNavigationList as H } from "./hooks/useNavigation.js";
16
+ import { useChangeOwpTheme as Q, useGetCurrentLayoutConfig as R, useGetCurrentSettings as W, useGetCustomScrollbarsEnabled as j, useGetDefaultSettings as J, useGetFooterTheme as V, useGetMainTheme as X, useGetNavbarTheme as Y, useGetOwpSettings as Z, useGetToolbarTheme as $, useResetSettings as ee, useSetDefaultSettings as re, useSetSettings as te } from "./hooks/useOwpSettings.js";
17
+ import { useOwpTranslation as se } from "./hooks/useOwpTranslation.js";
18
+ import { useGetPageLockLoading as me, usePageLockLoading as ne } from "./hooks/usePageLockLoading.js";
19
+ import { usePrevious as ae } from "./hooks/usePrevious.js";
20
+ import { useGetShortcuts as ie, useSetShortcuts as xe } from "./hooks/useShortcuts.js";
21
+ import { getEnv as Se, setEnv as Ge, useStorage as ge } from "./hooks/useStorage.js";
22
+ import { useThemeMediaQuery as ce } from "./hooks/useThemeMediaQuery.js";
23
+ import { useTimeout as Te } from "./hooks/useTimeout.js";
24
24
  import { useTreeGridCommonCodeEnums as he } from "./hooks/useTreeGridCommonCodeEnums.js";
25
- import { useTreeGridEnums as le } from "./hooks/useTreeGridEnums.js";
25
+ import { useTreeGridEnums as ve } from "./hooks/useTreeGridEnums.js";
26
26
  import { useTreeGridExcelExport as be } from "./hooks/useTreeGridExcelExport.js";
27
27
  import { FALLBACK_LANGUAGE_LIST as Ne } from "./constants/language.js";
28
28
  export {
29
29
  Ne as FALLBACK_LANGUAGE_LIST,
30
- Ce as getEnv,
30
+ Se as getEnv,
31
31
  Ge as setEnv,
32
32
  u as useAccessTokenGuard,
33
- K as useChangeOwpTheme,
33
+ Q as useChangeOwpTheme,
34
34
  n as useConfirm,
35
35
  b as useDebounce,
36
36
  N as useDeepCompareEffect,
37
- U as useDeepCompareEffectNoCheck,
38
- D as useDeepCompareMemoize,
37
+ D as useDeepCompareEffectNoCheck,
38
+ I as useDeepCompareMemoize,
39
+ h as useEnsureCurrentUserSeq,
39
40
  t as useGetCommonCodeList,
40
41
  a as useGetCurrentLanguage,
41
- Q as useGetCurrentLayoutConfig,
42
- R as useGetCurrentSettings,
42
+ R as useGetCurrentLayoutConfig,
43
+ W as useGetCurrentSettings,
43
44
  g as useGetCurrentUser,
44
45
  d as useGetCurrentUserId,
45
- E as useGetCurrentUserSeq,
46
- W as useGetCustomScrollbarsEnabled,
47
- j as useGetDefaultSettings,
48
- J as useGetFooterTheme,
46
+ l as useGetCurrentUserSeq,
47
+ j as useGetCustomScrollbarsEnabled,
48
+ J as useGetDefaultSettings,
49
+ V as useGetFooterTheme,
49
50
  f as useGetLanguageList,
50
51
  C as useGetLogoSrc,
51
- V as useGetMainTheme,
52
- y as useGetNavbar,
53
- X as useGetNavbarTheme,
54
- z as useGetNavigationList,
55
- Y as useGetOwpSettings,
56
- ue as useGetPageLockLoading,
57
- fe as useGetShortcuts,
58
- Z as useGetToolbarTheme,
59
- k as useHeaderWrapState,
52
+ X as useGetMainTheme,
53
+ F as useGetNavbar,
54
+ Y as useGetNavbarTheme,
55
+ B as useGetNavigationList,
56
+ Z as useGetOwpSettings,
57
+ me as useGetPageLockLoading,
58
+ ie as useGetShortcuts,
59
+ $ as useGetToolbarTheme,
60
+ q as useHeaderWrapState,
60
61
  M as useInitApp,
61
62
  P as useInitCommonCodes,
62
- F as useNavbarActions,
63
- oe as useOwpTranslation,
64
- me as usePageLockLoading,
65
- pe as usePrevious,
66
- $ as useResetSettings,
63
+ _ as useNavbarActions,
64
+ se as useOwpTranslation,
65
+ ne as usePageLockLoading,
66
+ ae as usePrevious,
67
+ ee as useResetSettings,
67
68
  o as useSetCommonCodeList,
68
69
  i as useSetCurrentLanguage,
69
70
  L as useSetCurrentUser,
70
71
  T as useSetCurrentUserId,
71
- l as useSetCurrentUserSeq,
72
- ee as useSetDefaultSettings,
73
- G as useSetLogoSrc,
74
- B as useSetNavigationList,
75
- re as useSetSettings,
76
- ie as useSetShortcuts,
77
- Se as useStorage,
78
- Le as useThemeMediaQuery,
79
- de as useTimeout,
72
+ v as useSetCurrentUserSeq,
73
+ re as useSetDefaultSettings,
74
+ S as useSetLogoSrc,
75
+ H as useSetNavigationList,
76
+ te as useSetSettings,
77
+ xe as useSetShortcuts,
78
+ ge as useStorage,
79
+ ce as useThemeMediaQuery,
80
+ Te as useTimeout,
80
81
  he as useTreeGridCommonCodeEnums,
81
- le as useTreeGridEnums,
82
+ ve as useTreeGridEnums,
82
83
  be as useTreeGridExcelExport
83
84
  };
84
85
  //# sourceMappingURL=hooks.js.map
package/dist/index.js CHANGED
@@ -1,62 +1,64 @@
1
1
  import { DialogsProvider as r } from "@toolpad/core/useDialogs";
2
2
  import { themeLayouts as p } from "./layout/themeLayouts.js";
3
- import { createInitialOwpSettings as a, defaultSettings as f, defaultThemeOptions as x, defaultThemes as O, extendThemeWithMixins as w, generateSettings as i, getDefaultLayout as l, getDefaultThemeSettings as n, getParsedQuerySettings as d, mustHaveThemeOptions as u } from "./configs/defaultConfig.js";
3
+ import { createInitialOwpSettings as a, defaultSettings as x, defaultThemeOptions as f, defaultThemes as O, extendThemeWithMixins as w, generateSettings as i, getDefaultLayout as l, getDefaultThemeSettings as n, getParsedQuerySettings as d, mustHaveThemeOptions as u } from "./configs/defaultConfig.js";
4
4
  import { OwpAutoLogoutDialog as T } from "./components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.js";
5
- import { OwpBarcodeInputField as s } from "./components/OwpBarcodeInput/OwpBarcodeInputField.js";
5
+ import { OwpBarcodeInputField as c } from "./components/OwpBarcodeInput/OwpBarcodeInputField.js";
6
6
  import { OwpExportDataToExcelButton as P } from "./components/OwpExportExcelButton/OwpExportExcelButton.js";
7
7
  import { OwpFileUploadButton as C } from "./components/OwpFileUploadButton/OwpFileUploadButton.js";
8
8
  import { OwpMoreActionsButton as D } from "./components/OwpMoreActionsButton/OwpMoreActionsButton.js";
9
9
  import { OwpDatePicker as k } from "./components/OwpPicker/OwpDatePicker.js";
10
10
  import { OwpDateRangePicker as L } from "./components/OwpPicker/OwpDateRangePicker.js";
11
- import { OwpTimePicker as G } from "./components/OwpPicker/OwpTimePicker.js";
12
- import { OwpWeekDatePicker as v } from "./components/OwpPicker/OwpWeekDatePicker.js";
11
+ import { OwpTimePicker as F } from "./components/OwpPicker/OwpTimePicker.js";
12
+ import { OwpWeekDatePicker as R } from "./components/OwpPicker/OwpWeekDatePicker.js";
13
13
  import { OwpYearRangePicker as I } from "./components/OwpPicker/OwpYearRangePicker.js";
14
- import { OwpDataTable as A } from "./components/OwpTable/OwpDataTable.js";
15
- import { OwpTable as Q, OwpTableTotalCount as W, StyledTable as Y, StyledTableRow as H } from "./components/OwpTable/OwpTable.js";
16
- import { OwpVerticalTable as V } from "./components/OwpTable/OwpVerticalTable.js";
14
+ import { OwpDataTable as H } from "./components/OwpTable/OwpDataTable.js";
15
+ import { OwpTable as N, OwpTableTotalCount as Q, StyledTable as W, StyledTableRow as Y } from "./components/OwpTable/OwpTable.js";
16
+ import { OwpFieldTable as U } from "./components/OwpTable/OwpFieldTable.js";
17
17
  import { OwpTextMaskField as j } from "./components/OwpTextField/OwpTextMaskField.js";
18
- import { OwpTreeGridToolbar as z } from "./components/OwpTreeGrid/OwpTreeGridToolbar.js";
19
- import { OwpZoomImageSlider as K } from "./components/OwpZoomImageSlider/OwpZoomImageSlider.js";
18
+ import { OwpTreeGridToolbar as J } from "./components/OwpTreeGrid/OwpTreeGridToolbar.js";
19
+ import { OwpZoomImageSlider as V } from "./components/OwpZoomImageSlider/OwpZoomImageSlider.js";
20
20
  import { default as _ } from "./components/OwpPageBreadcrumb/OwpPageBreadcrumb.js";
21
21
  import { OwpErrorBoundary as ee } from "./components/OwpErrorBoundary/OwpErrorBoundary.js";
22
22
  import { OwpEventEmitter as re } from "./components/OwpEventEmitter/OwpEventEmitter.js";
23
23
  import { OwpLanguageSwitcherSelect as pe } from "./components/OwpLanguageSwitcherSelect/OwpLanguageSwitcherSelect.js";
24
24
  import { OwpDialog as ae } from "./components/OwpDialog/OwpDialog.js";
25
- import { CommonCodeSelector as xe, OwpCommonCodeSelector as Oe } from "./components/OwpCommonCode/OwpCommonCodeSelector.js";
25
+ import { CommonCodeSelector as fe, OwpCommonCodeSelector as Oe } from "./components/OwpCommonCode/OwpCommonCodeSelector.js";
26
26
  import { CommonCodeRadioGroup as ie, OwpCommonCodeRadioGroup as le } from "./components/OwpCommonCode/OwpCommonCodeRadioGroup.js";
27
27
  import { OwpErrorStatusPage as de } from "./components/OwpErrorStatusPage/OwpErrorStatusPage.js";
28
- import { OwpLayout as ge } from "./components/OwpLayout/OwpLayout.js";
29
- import { OwpLoading as ce } from "./components/OwpLoading/OwpLoading.js";
30
- import { OwpMrtTable as Se } from "./components/OwpMrtTable/OwpMrtTable.js";
31
- import { OwpNumberField as be } from "./components/OwpNumberField/OwpNumberField.js";
32
- import { OwpOptionSelector as he } from "./components/OwpOptionSelector/OwpOptionSelector.js";
33
- import { OwpPageCarded as ye } from "./components/OwpPageCarded/OwpPageCarded.js";
34
- import { OwpPageContent as Be } from "./components/OwpPageContent/OwpPageContent.js";
35
- import { OwpPageLockLoading as Ee } from "./components/OwpPageLockLoading/OwpPageLockLoading.js";
36
- import { OwpPageTitle as Re } from "./components/OwpPageTitle/OwpPageTitle.js";
37
- import { OwpQuerySelector as Fe } from "./components/OwpQuerySelector/OwpQuerySelector.js";
38
- import { OwpScrollbars as Me } from "./components/OwpScrollbars/OwpScrollbars.js";
39
- import { OwpSearchFilter as Ne } from "./components/OwpSearchFilter/OwpSearchFilter.js";
40
- import { OwpSection as We } from "./components/OwpSection/OwpSection.js";
41
- import { OwpStyleProvider as He } from "./components/OwpStyleProvider/OwpStyleProvider.js";
42
- import { OwpSuspense as Ve } from "./components/OwpSuspense/OwpSuspense.js";
43
- import { OwpSvgIcon as je } from "./components/OwpSvgIcon/OwpSvgIcon.js";
44
- import { OwpTab as ze } from "./components/OwpTabs/OwpTab.js";
45
- import { OwpTabs as Ke } from "./components/OwpTabs/OwpTabs.js";
46
- import { OwpTreeGridExcelButton as _e } from "./components/OwpTreeGridExcelButton/OwpTreeGridExcelButton.js";
47
- import { OwpTreeGridResetChangesButton as eo } from "./components/OwpTreeGridResetChangesButton/OwpTreeGridResetChangesButton.js";
48
- import { OwpTreeGrid as ro } from "./components/OwpTreeGrid/OwpTreeGrid.js";
49
- import { TreeGrid as po } from "./components/OwpTreeGrid/TreeGrid.js";
50
- import { OwpYesNoSelector as ao } from "./components/OwpYesNoSelector/OwpYesNoSelector.js";
28
+ import { OwpFieldHelperText as ge } from "./components/OwpFieldHelperText/OwpFieldHelperText.js";
29
+ import { OwpLayout as se } from "./components/OwpLayout/OwpLayout.js";
30
+ import { OwpLoading as Se } from "./components/OwpLoading/OwpLoading.js";
31
+ import { OwpMrtTable as be } from "./components/OwpMrtTable/OwpMrtTable.js";
32
+ import { OwpNumberField as he } from "./components/OwpNumberField/OwpNumberField.js";
33
+ import { OwpOptionSelector as ye } from "./components/OwpOptionSelector/OwpOptionSelector.js";
34
+ import { OwpPageCarded as Be } from "./components/OwpPageCarded/OwpPageCarded.js";
35
+ import { OwpPageContent as Ee } from "./components/OwpPageContent/OwpPageContent.js";
36
+ import { OwpPageLockLoading as Ge } from "./components/OwpPageLockLoading/OwpPageLockLoading.js";
37
+ import { OwpPageTitle as ve } from "./components/OwpPageTitle/OwpPageTitle.js";
38
+ import { OwpQuerySelector as Me } from "./components/OwpQuerySelector/OwpQuerySelector.js";
39
+ import { OwpScrollbars as Ae } from "./components/OwpScrollbars/OwpScrollbars.js";
40
+ import { OwpSearchFilter as Qe } from "./components/OwpSearchFilter/OwpSearchFilter.js";
41
+ import { OwpSection as Ye } from "./components/OwpSection/OwpSection.js";
42
+ import { OwpStyleProvider as Ue } from "./components/OwpStyleProvider/OwpStyleProvider.js";
43
+ import { OwpSuspense as je } from "./components/OwpSuspense/OwpSuspense.js";
44
+ import { OwpSvgIcon as Je } from "./components/OwpSvgIcon/OwpSvgIcon.js";
45
+ import { OwpRequiredHelperText as Ve } from "./components/OwpRequiredHelperText/OwpRequiredHelperText.js";
46
+ import { OwpTab as _e } from "./components/OwpTabs/OwpTab.js";
47
+ import { OwpTabs as eo } from "./components/OwpTabs/OwpTabs.js";
48
+ import { OwpTreeGridExcelButton as ro } from "./components/OwpTreeGridExcelButton/OwpTreeGridExcelButton.js";
49
+ import { OwpTreeGridResetChangesButton as po } from "./components/OwpTreeGridResetChangesButton/OwpTreeGridResetChangesButton.js";
50
+ import { OwpTreeGrid as ao } from "./components/OwpTreeGrid/OwpTreeGrid.js";
51
+ import { TreeGrid as fo } from "./components/OwpTreeGrid/TreeGrid.js";
52
+ import { OwpYesNoSelector as wo } from "./components/OwpYesNoSelector/OwpYesNoSelector.js";
51
53
  export {
52
54
  ie as CommonCodeRadioGroup,
53
- xe as CommonCodeSelector,
55
+ fe as CommonCodeSelector,
54
56
  r as DialogsProvider,
55
57
  T as OwpAutoLogoutDialog,
56
- s as OwpBarcodeInputField,
58
+ c as OwpBarcodeInputField,
57
59
  le as OwpCommonCodeRadioGroup,
58
60
  Oe as OwpCommonCodeSelector,
59
- A as OwpDataTable,
61
+ H as OwpDataTable,
60
62
  k as OwpDatePicker,
61
63
  L as OwpDateRangePicker,
62
64
  ae as OwpDialog,
@@ -64,47 +66,49 @@ export {
64
66
  de as OwpErrorStatusPage,
65
67
  re as OwpEventEmitter,
66
68
  P as OwpExportDataToExcelButton,
69
+ ge as OwpFieldHelperText,
70
+ U as OwpFieldTable,
67
71
  C as OwpFileUploadButton,
68
72
  pe as OwpLanguageSwitcherSelect,
69
- ge as OwpLayout,
70
- ce as OwpLoading,
73
+ se as OwpLayout,
74
+ Se as OwpLoading,
71
75
  D as OwpMoreActionsButton,
72
- Se as OwpMrtTable,
73
- be as OwpNumberField,
74
- he as OwpOptionSelector,
76
+ be as OwpMrtTable,
77
+ he as OwpNumberField,
78
+ ye as OwpOptionSelector,
75
79
  _ as OwpPageBreadcrumb,
76
- ye as OwpPageCarded,
77
- Be as OwpPageContent,
78
- Ee as OwpPageLockLoading,
79
- Re as OwpPageTitle,
80
- Fe as OwpQuerySelector,
81
- Me as OwpScrollbars,
82
- Ne as OwpSearchFilter,
83
- We as OwpSection,
84
- He as OwpStyleProvider,
85
- Ve as OwpSuspense,
86
- je as OwpSvgIcon,
87
- ze as OwpTab,
88
- Q as OwpTable,
89
- W as OwpTableTotalCount,
90
- Ke as OwpTabs,
80
+ Be as OwpPageCarded,
81
+ Ee as OwpPageContent,
82
+ Ge as OwpPageLockLoading,
83
+ ve as OwpPageTitle,
84
+ Me as OwpQuerySelector,
85
+ Ve as OwpRequiredHelperText,
86
+ Ae as OwpScrollbars,
87
+ Qe as OwpSearchFilter,
88
+ Ye as OwpSection,
89
+ Ue as OwpStyleProvider,
90
+ je as OwpSuspense,
91
+ Je as OwpSvgIcon,
92
+ _e as OwpTab,
93
+ N as OwpTable,
94
+ Q as OwpTableTotalCount,
95
+ eo as OwpTabs,
91
96
  j as OwpTextMaskField,
92
- G as OwpTimePicker,
93
- ro as OwpTreeGrid,
94
- _e as OwpTreeGridExcelButton,
95
- eo as OwpTreeGridResetChangesButton,
96
- z as OwpTreeGridToolbar,
97
- V as OwpVerticalTable,
98
- v as OwpWeekDatePicker,
97
+ F as OwpTimePicker,
98
+ ao as OwpTreeGrid,
99
+ ro as OwpTreeGridExcelButton,
100
+ po as OwpTreeGridResetChangesButton,
101
+ J as OwpTreeGridToolbar,
102
+ R as OwpWeekDatePicker,
99
103
  I as OwpYearRangePicker,
100
- ao as OwpYesNoSelector,
101
- K as OwpZoomImageSlider,
102
- Y as StyledTable,
103
- H as StyledTableRow,
104
- po as TreeGrid,
104
+ wo as OwpYesNoSelector,
105
+ V as OwpZoomImageSlider,
106
+ W as StyledTable,
107
+ Y as StyledTableRow,
108
+ fo as TreeGrid,
105
109
  a as createInitialOwpSettings,
106
- f as defaultSettings,
107
- x as defaultThemeOptions,
110
+ x as defaultSettings,
111
+ f as defaultThemeOptions,
108
112
  O as defaultThemes,
109
113
  w as extendThemeWithMixins,
110
114
  i as generateSettings,
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,56 +1,57 @@
1
- var d = Object.defineProperty;
2
- var r = (a, e) => d(a, "name", { value: e, configurable: !0 });
3
- import { jsxs as i, jsx as t } from "../node_modules/.pnpm/@emotion_react@11.14.0_@types_react@19.2.14_react@19.2.4/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js";
4
- import { useGetCurrentLayoutConfig as p } from "../hooks/useOwpSettings.js";
5
- import { LinearProgress as c } from "@mui/material";
6
- import { styled as u } from "@mui/material/styles";
7
- import { useIsFetching as x, useIsMutating as h } from "@tanstack/react-query";
8
- import { memo as y } from "react";
9
- import { Outlet as g } from "react-router-dom";
10
- import b from "./components/layouts/FooterLayout.js";
11
- import L from "./components/layouts/LeftSideLayout.js";
12
- import l from "./components/layouts/NavbarWrapperLayout.js";
13
- import v from "./components/toolbar/ToolbarLayout.js";
14
- import { OwpSuspense as w } from "../components/OwpSuspense/OwpSuspense.js";
15
- const N = u("div")(({ config: a }) => ({
16
- ...a.mode === "boxed" && {
1
+ var u = Object.defineProperty;
2
+ var r = (i, a) => u(i, "name", { value: a, configurable: !0 });
3
+ import { jsxs as e, jsx as t } from "../node_modules/.pnpm/@emotion_react@11.14.0_@types_react@19.2.14_react@19.2.4/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js";
4
+ import { useNavigationActiveRouteRemountKey as p } from "../hooks/useNavigationActiveRouteRemount.js";
5
+ import { useGetCurrentLayoutConfig as d } from "../hooks/useOwpSettings.js";
6
+ import { LinearProgress as x } from "@mui/material";
7
+ import { styled as y } from "@mui/material/styles";
8
+ import { useIsFetching as h, useIsMutating as g } from "@tanstack/react-query";
9
+ import { memo as v } from "react";
10
+ import { Outlet as b } from "react-router-dom";
11
+ import L from "./components/layouts/FooterLayout.js";
12
+ import w from "./components/layouts/LeftSideLayout.js";
13
+ import n from "./components/layouts/NavbarWrapperLayout.js";
14
+ import N from "./components/toolbar/ToolbarLayout.js";
15
+ import { OwpSuspense as R } from "../components/OwpSuspense/OwpSuspense.js";
16
+ const W = y("div")(({ config: i }) => ({
17
+ ...i.mode === "boxed" && {
17
18
  clipPath: "inset(0)",
18
- maxWidth: a.containerWidth,
19
+ maxWidth: i.containerWidth,
19
20
  marginLeft: "auto",
20
21
  marginRight: "auto",
21
22
  boxShadow: "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"
22
23
  },
23
- ...a.mode === "container" && {
24
+ ...i.mode === "container" && {
24
25
  "& .container": {
25
- maxWidth: a.containerWidth,
26
+ maxWidth: i.containerWidth,
26
27
  width: "100%",
27
28
  marginLeft: "auto",
28
29
  marginRight: "auto"
29
30
  }
30
31
  }
31
32
  }));
32
- function W(a) {
33
- const { children: e, layoutConfig: n } = a, s = p(), o = n ?? s, m = x(), f = h();
34
- return /* @__PURE__ */ i(N, { id: "owp-layout", config: o, className: "flex w-full", children: [
35
- o.leftSidePanel.display && /* @__PURE__ */ t(L, {}),
36
- /* @__PURE__ */ i("div", { className: "flex min-w-0 flex-auto", children: [
37
- o.navbar.display && o.navbar.position === "left" && /* @__PURE__ */ t(l, {}),
38
- /* @__PURE__ */ i("main", { id: "owp-main", className: "relative z-10 flex min-h-full min-w-0 flex-auto flex-col", children: [
39
- o.toolbar.display && /* @__PURE__ */ t(v, { className: o.toolbar.style === "fixed" ? "sticky top-0" : "" }),
40
- !!(m || f) && /* @__PURE__ */ t("div", { className: "fixed top-0 left-0 z-30 w-full", children: /* @__PURE__ */ t(c, { color: "secondary" }) }),
41
- /* @__PURE__ */ i("div", { className: "relative z-10 flex min-h-0 flex-auto flex-col", children: [
42
- /* @__PURE__ */ t(w, { children: /* @__PURE__ */ t(g, {}) }),
43
- e
33
+ function C(i) {
34
+ const { children: a, layoutConfig: l } = i, m = d(), s = p(), o = l ?? m, f = h(), c = g();
35
+ return /* @__PURE__ */ e(W, { id: "owp-layout", config: o, className: "flex w-full", children: [
36
+ o.leftSidePanel.display && /* @__PURE__ */ t(w, {}),
37
+ /* @__PURE__ */ e("div", { className: "flex min-w-0 flex-auto", children: [
38
+ o.navbar.display && o.navbar.position === "left" && /* @__PURE__ */ t(n, {}),
39
+ /* @__PURE__ */ e("main", { id: "owp-main", className: "relative z-10 flex min-h-full min-w-0 flex-auto flex-col", children: [
40
+ o.toolbar.display && /* @__PURE__ */ t(N, { className: o.toolbar.style === "fixed" ? "sticky top-0" : "" }),
41
+ !!(f || c) && /* @__PURE__ */ t("div", { className: "fixed top-0 left-0 z-30 w-full", children: /* @__PURE__ */ t(x, { color: "secondary" }) }),
42
+ /* @__PURE__ */ e("div", { className: "relative z-10 flex min-h-0 flex-auto flex-col", children: [
43
+ /* @__PURE__ */ t(R, { children: /* @__PURE__ */ t(b, {}, s) }),
44
+ a
44
45
  ] }),
45
- o.footer.display && /* @__PURE__ */ t(b, { className: o.footer.style === "fixed" ? "sticky bottom-0" : "" })
46
+ o.footer.display && /* @__PURE__ */ t(L, { className: o.footer.style === "fixed" ? "sticky bottom-0" : "" })
46
47
  ] }),
47
- o.navbar.display && o.navbar.position === "right" && /* @__PURE__ */ t(l, {})
48
+ o.navbar.display && o.navbar.position === "right" && /* @__PURE__ */ t(n, {})
48
49
  ] })
49
50
  ] });
50
51
  }
51
- r(W, "Layout");
52
- const T = y(W);
52
+ r(C, "Layout");
53
+ const $ = v(C);
53
54
  export {
54
- T as default
55
+ $ as default
55
56
  };
56
57
  //# sourceMappingURL=Layout.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Layout.js","sources":["../../src/layout/Layout.tsx"],"sourcesContent":["import { LayoutConfigDefaultsType } from '@/configs/layoutConfig';\nimport { OwpSuspense } from '@/components/OwpSuspense';\nimport { useGetCurrentLayoutConfig } from '@/hooks/useOwpSettings';\nimport { LinearProgress } from '@mui/material';\nimport { styled } from '@mui/material/styles';\nimport { useIsFetching, useIsMutating } from '@tanstack/react-query';\nimport { memo, ReactNode } from 'react';\nimport { Outlet } from 'react-router-dom';\nimport FooterLayout from './components/layouts/FooterLayout';\nimport LeftSideLayout from './components/layouts/LeftSideLayout';\nimport NavbarWrapperLayout from './components/layouts/NavbarWrapperLayout';\nimport ToolbarLayout from './components/toolbar/ToolbarLayout';\n\nconst Root = styled('div')(({ config }: { config: LayoutConfigDefaultsType }) => ({\n ...(config.mode === 'boxed' && {\n clipPath: 'inset(0)',\n maxWidth: config.containerWidth,\n marginLeft: 'auto',\n marginRight: 'auto',\n boxShadow: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)',\n }),\n ...(config.mode === 'container' && {\n '& .container': {\n maxWidth: config.containerWidth,\n width: '100%',\n marginLeft: 'auto',\n marginRight: 'auto',\n },\n }),\n}));\n\ntype LayoutProps = {\n layoutConfig?: LayoutConfigDefaultsType;\n children?: ReactNode;\n};\n\n/**\n * The layout.\n */\nfunction Layout(props: LayoutProps) {\n const { children, layoutConfig } = props;\n const currentLayoutConfig = useGetCurrentLayoutConfig() as LayoutConfigDefaultsType;\n const config = layoutConfig ?? currentLayoutConfig;\n const isFetching = useIsFetching();\n const isMutating = useIsMutating();\n\n return (\n <Root id=\"owp-layout\" config={config} className=\"flex w-full\">\n {config.leftSidePanel.display && <LeftSideLayout />}\n\n <div className=\"flex min-w-0 flex-auto\">\n {config.navbar.display && config.navbar.position === 'left' && <NavbarWrapperLayout />}\n\n <main id=\"owp-main\" className=\"relative z-10 flex min-h-full min-w-0 flex-auto flex-col\">\n {config.toolbar.display && (\n <ToolbarLayout className={config.toolbar.style === 'fixed' ? 'sticky top-0' : ''} />\n )}\n {Boolean(isFetching || isMutating) && (\n <div className=\"fixed top-0 left-0 z-30 w-full\">\n <LinearProgress color=\"secondary\" />\n </div>\n )}\n\n <div className=\"relative z-10 flex min-h-0 flex-auto flex-col\">\n <OwpSuspense>\n <Outlet />\n </OwpSuspense>\n {children}\n </div>\n\n {config.footer.display && (\n <FooterLayout className={config.footer.style === 'fixed' ? 'sticky bottom-0' : ''} />\n )}\n </main>\n\n {config.navbar.display && config.navbar.position === 'right' && <NavbarWrapperLayout />}\n </div>\n </Root>\n );\n}\n\nexport default memo(Layout);\n"],"names":["Root","styled","config","Layout","props","children","layoutConfig","currentLayoutConfig","useGetCurrentLayoutConfig","isFetching","useIsFetching","isMutating","useIsMutating","jsx","LeftSideLayout","jsxs","NavbarWrapperLayout","ToolbarLayout","LinearProgress","OwpSuspense","Outlet","FooterLayout","__name","Layout$1","memo"],"mappings":";;;;;;;;;;;;;;AAaA,MAAMA,IAAOC,EAAO,KAAK,EAAE,CAAC,EAAE,QAAAC,SAAoD;AAAA,EAChF,GAAIA,EAAO,SAAS,WAAW;AAAA,IAC7B,UAAU;AAAA,IACV,UAAUA,EAAO;AAAA,IACjB,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,WAAW;AAAA,EAAA;AAAA,EAEb,GAAIA,EAAO,SAAS,eAAe;AAAA,IACjC,gBAAgB;AAAA,MACd,UAAUA,EAAO;AAAA,MACjB,OAAO;AAAA,MACP,YAAY;AAAA,MACZ,aAAa;AAAA,IAAA;AAAA,EACf;AAEJ,EAAE;AAUF,SAASC,EAAOC,GAAoB;AAClC,QAAM,EAAE,UAAAC,GAAU,cAAAC,EAAA,IAAiBF,GAC7BG,IAAsBC,EAAA,GACtBN,IAASI,KAAgBC,GACzBE,IAAaC,EAAA,GACbC,IAAaC,EAAA;AAEnB,2BACGZ,GAAA,EAAK,IAAG,cAAa,QAAAE,GAAgB,WAAU,eAC7C,UAAA;AAAA,IAAAA,EAAO,cAAc,WAAW,gBAAAW,EAACC,GAAA,CAAA,CAAe;AAAA,IAEjD,gBAAAC,EAAC,OAAA,EAAI,WAAU,0BACZ,UAAA;AAAA,MAAAb,EAAO,OAAO,WAAWA,EAAO,OAAO,aAAa,4BAAWc,GAAA,EAAoB;AAAA,MAEpF,gBAAAD,EAAC,QAAA,EAAK,IAAG,YAAW,WAAU,4DAC3B,UAAA;AAAA,QAAAb,EAAO,QAAQ,WACd,gBAAAW,EAACI,GAAA,EAAc,WAAWf,EAAO,QAAQ,UAAU,UAAU,iBAAiB,GAAA,CAAI;AAAA,QAEnF,GAAQO,KAAcE,MACrB,gBAAAE,EAAC,OAAA,EAAI,WAAU,kCACb,UAAA,gBAAAA,EAACK,GAAA,EAAe,OAAM,YAAA,CAAY,GACpC;AAAA,QAGF,gBAAAH,EAAC,OAAA,EAAI,WAAU,iDACb,UAAA;AAAA,UAAA,gBAAAF,EAACM,GAAA,EACC,UAAA,gBAAAN,EAACO,GAAA,CAAA,CAAO,GACV;AAAA,UACCf;AAAA,QAAA,GACH;AAAA,QAECH,EAAO,OAAO,WACb,gBAAAW,EAACQ,GAAA,EAAa,WAAWnB,EAAO,OAAO,UAAU,UAAU,oBAAoB,GAAA,CAAI;AAAA,MAAA,GAEvF;AAAA,MAECA,EAAO,OAAO,WAAWA,EAAO,OAAO,aAAa,6BAAYc,GAAA,CAAA,CAAoB;AAAA,IAAA,EAAA,CACvF;AAAA,EAAA,GACF;AAEJ;AAxCSM,EAAAnB,GAAA;AA0CT,MAAAoB,IAAeC,EAAKrB,CAAM;"}
1
+ {"version":3,"file":"Layout.js","sources":["../../src/layout/Layout.tsx"],"sourcesContent":["import { LayoutConfigDefaultsType } from '@/configs/layoutConfig';\nimport { OwpSuspense } from '@/components/OwpSuspense';\nimport { useNavigationActiveRouteRemountKey } from '@/hooks/useNavigationActiveRouteRemount';\nimport { useGetCurrentLayoutConfig } from '@/hooks/useOwpSettings';\nimport { LinearProgress } from '@mui/material';\nimport { styled } from '@mui/material/styles';\nimport { useIsFetching, useIsMutating } from '@tanstack/react-query';\nimport { memo, ReactNode } from 'react';\nimport { Outlet } from 'react-router-dom';\nimport FooterLayout from './components/layouts/FooterLayout';\nimport LeftSideLayout from './components/layouts/LeftSideLayout';\nimport NavbarWrapperLayout from './components/layouts/NavbarWrapperLayout';\nimport ToolbarLayout from './components/toolbar/ToolbarLayout';\n\nconst Root = styled('div')(({ config }: { config: LayoutConfigDefaultsType }) => ({\n ...(config.mode === 'boxed' && {\n clipPath: 'inset(0)',\n maxWidth: config.containerWidth,\n marginLeft: 'auto',\n marginRight: 'auto',\n boxShadow: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)',\n }),\n ...(config.mode === 'container' && {\n '& .container': {\n maxWidth: config.containerWidth,\n width: '100%',\n marginLeft: 'auto',\n marginRight: 'auto',\n },\n }),\n}));\n\ntype LayoutProps = {\n layoutConfig?: LayoutConfigDefaultsType;\n children?: ReactNode;\n};\n\n/**\n * The layout.\n */\nfunction Layout(props: LayoutProps) {\n const { children, layoutConfig } = props;\n const currentLayoutConfig = useGetCurrentLayoutConfig() as LayoutConfigDefaultsType;\n const navigationActiveRouteRemountKey = useNavigationActiveRouteRemountKey();\n const config = layoutConfig ?? currentLayoutConfig;\n const isFetching = useIsFetching();\n const isMutating = useIsMutating();\n\n return (\n <Root id=\"owp-layout\" config={config} className=\"flex w-full\">\n {config.leftSidePanel.display && <LeftSideLayout />}\n\n <div className=\"flex min-w-0 flex-auto\">\n {config.navbar.display && config.navbar.position === 'left' && <NavbarWrapperLayout />}\n\n <main id=\"owp-main\" className=\"relative z-10 flex min-h-full min-w-0 flex-auto flex-col\">\n {config.toolbar.display && (\n <ToolbarLayout className={config.toolbar.style === 'fixed' ? 'sticky top-0' : ''} />\n )}\n {Boolean(isFetching || isMutating) && (\n <div className=\"fixed top-0 left-0 z-30 w-full\">\n <LinearProgress color=\"secondary\" />\n </div>\n )}\n\n <div className=\"relative z-10 flex min-h-0 flex-auto flex-col\">\n <OwpSuspense>\n <Outlet key={navigationActiveRouteRemountKey} />\n </OwpSuspense>\n {children}\n </div>\n\n {config.footer.display && (\n <FooterLayout className={config.footer.style === 'fixed' ? 'sticky bottom-0' : ''} />\n )}\n </main>\n\n {config.navbar.display && config.navbar.position === 'right' && <NavbarWrapperLayout />}\n </div>\n </Root>\n );\n}\n\nexport default memo(Layout);\n"],"names":["Root","styled","config","Layout","props","children","layoutConfig","currentLayoutConfig","useGetCurrentLayoutConfig","navigationActiveRouteRemountKey","useNavigationActiveRouteRemountKey","isFetching","useIsFetching","isMutating","useIsMutating","jsx","LeftSideLayout","jsxs","NavbarWrapperLayout","ToolbarLayout","LinearProgress","OwpSuspense","Outlet","FooterLayout","__name","Layout$1","memo"],"mappings":";;;;;;;;;;;;;;;AAcA,MAAMA,IAAOC,EAAO,KAAK,EAAE,CAAC,EAAE,QAAAC,SAAoD;AAAA,EAChF,GAAIA,EAAO,SAAS,WAAW;AAAA,IAC7B,UAAU;AAAA,IACV,UAAUA,EAAO;AAAA,IACjB,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,WAAW;AAAA,EAAA;AAAA,EAEb,GAAIA,EAAO,SAAS,eAAe;AAAA,IACjC,gBAAgB;AAAA,MACd,UAAUA,EAAO;AAAA,MACjB,OAAO;AAAA,MACP,YAAY;AAAA,MACZ,aAAa;AAAA,IAAA;AAAA,EACf;AAEJ,EAAE;AAUF,SAASC,EAAOC,GAAoB;AAClC,QAAM,EAAE,UAAAC,GAAU,cAAAC,EAAA,IAAiBF,GAC7BG,IAAsBC,EAAA,GACtBC,IAAkCC,EAAA,GAClCR,IAASI,KAAgBC,GACzBI,IAAaC,EAAA,GACbC,IAAaC,EAAA;AAEnB,2BACGd,GAAA,EAAK,IAAG,cAAa,QAAAE,GAAgB,WAAU,eAC7C,UAAA;AAAA,IAAAA,EAAO,cAAc,WAAW,gBAAAa,EAACC,GAAA,CAAA,CAAe;AAAA,IAEjD,gBAAAC,EAAC,OAAA,EAAI,WAAU,0BACZ,UAAA;AAAA,MAAAf,EAAO,OAAO,WAAWA,EAAO,OAAO,aAAa,4BAAWgB,GAAA,EAAoB;AAAA,MAEpF,gBAAAD,EAAC,QAAA,EAAK,IAAG,YAAW,WAAU,4DAC3B,UAAA;AAAA,QAAAf,EAAO,QAAQ,WACd,gBAAAa,EAACI,GAAA,EAAc,WAAWjB,EAAO,QAAQ,UAAU,UAAU,iBAAiB,GAAA,CAAI;AAAA,QAEnF,GAAQS,KAAcE,MACrB,gBAAAE,EAAC,OAAA,EAAI,WAAU,kCACb,UAAA,gBAAAA,EAACK,GAAA,EAAe,OAAM,YAAA,CAAY,GACpC;AAAA,QAGF,gBAAAH,EAAC,OAAA,EAAI,WAAU,iDACb,UAAA;AAAA,UAAA,gBAAAF,EAACM,GAAA,EACC,UAAA,gBAAAN,EAACO,GAAA,CAAA,GAAYb,CAAiC,GAChD;AAAA,UACCJ;AAAA,QAAA,GACH;AAAA,QAECH,EAAO,OAAO,WACb,gBAAAa,EAACQ,GAAA,EAAa,WAAWrB,EAAO,OAAO,UAAU,UAAU,oBAAoB,GAAA,CAAI;AAAA,MAAA,GAEvF;AAAA,MAECA,EAAO,OAAO,WAAWA,EAAO,OAAO,aAAa,6BAAYgB,GAAA,CAAA,CAAoB;AAAA,IAAA,EAAA,CACvF;AAAA,EAAA,GACF;AAEJ;AAzCSM,EAAArB,GAAA;AA2CT,MAAAsB,IAAeC,EAAKvB,CAAM;"}
@@ -1,19 +1,20 @@
1
- var v = Object.defineProperty;
2
- var a = (o, t) => v(o, "name", { value: t, configurable: !0 });
3
- import { jsxs as h, jsx as i } from "../../../../../node_modules/.pnpm/@emotion_react@11.14.0_@types_react@19.2.14_react@19.2.4/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js";
4
- import N from "../../../../../components/OwpNavLinkAdapter/OwpNavLinkAdapter.js";
5
- import { ListItemButton as b } from "@mui/material";
6
- import L from "@mui/material/Collapse";
7
- import k from "@mui/material/IconButton";
8
- import R from "@mui/material/List";
9
- import z from "@mui/material/ListItemText";
10
- import { styled as B, alpha as C } from "@mui/material/styles";
11
- import { clsx as g } from "../../../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js";
12
- import { useState as H, useEffect as I } from "react";
13
- import { NavBadge as O } from "../../NavBadge.js";
14
- import { NavItem as S } from "../../NavItem.js";
15
- import { OwpSvgIcon as f } from "../../../../../components/OwpSvgIcon/OwpSvgIcon.js";
16
- const P = B(R)(({ theme: o, ...t }) => ({
1
+ var R = Object.defineProperty;
2
+ var s = (n, t) => R(n, "name", { value: t, configurable: !0 });
3
+ import { jsxs as g, jsx as o } from "../../../../../node_modules/.pnpm/@emotion_react@11.14.0_@types_react@19.2.14_react@19.2.4/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js";
4
+ import { useNavigationActiveRouteRemount as L } from "../../../../../hooks/useNavigationActiveRouteRemount.js";
5
+ import O from "../../../../../components/OwpNavLinkAdapter/OwpNavLinkAdapter.js";
6
+ import { ListItemButton as z } from "@mui/material";
7
+ import B from "@mui/material/Collapse";
8
+ import H from "@mui/material/IconButton";
9
+ import S from "@mui/material/List";
10
+ import k from "@mui/material/ListItemText";
11
+ import { styled as P, alpha as A } from "@mui/material/styles";
12
+ import { clsx as u } from "../../../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js";
13
+ import { useState as C, useEffect as D } from "react";
14
+ import { NavBadge as W } from "../../NavBadge.js";
15
+ import { NavItem as j } from "../../NavItem.js";
16
+ import { OwpSvgIcon as x } from "../../../../../components/OwpSvgIcon/OwpSvgIcon.js";
17
+ const M = P(S)(({ theme: n, ...t }) => ({
17
18
  padding: 0,
18
19
  "&.open": {},
19
20
  "& > .owp-list-item": {
@@ -25,9 +26,9 @@ const P = B(R)(({ theme: o, ...t }) => ({
25
26
  paddingLeft: t.itempadding > 80 ? 80 : t.itempadding,
26
27
  paddingTop: 10,
27
28
  paddingBottom: 10,
28
- color: C(o.palette.text.primary, 0.7),
29
+ color: A(n.palette.text.primary, 0.7),
29
30
  "&:hover": {
30
- color: o.palette.text.primary
31
+ color: n.palette.text.primary
31
32
  },
32
33
  "& > .owp-list-item-icon": {
33
34
  marginRight: 16,
@@ -42,32 +43,41 @@ const P = B(R)(({ theme: o, ...t }) => ({
42
43
  }
43
44
  }
44
45
  }));
45
- function Q(o) {
46
- const { item: t, nestedLevel: s = 0, onItemClick: u, checkPermission: p, openedCollapseIds: n } = o, r = (n == null ? void 0 : n.has(t.id)) ?? !1, [x, l] = H(r), m = r || x, w = s > 0 ? 38 + s * 16 : 16;
47
- I(() => {
48
- r && l(!0);
49
- }, [r]);
50
- const c = t.url ? N : "li";
51
- let d = {};
52
- return typeof c != "string" && (d = {
46
+ function _(n) {
47
+ const { item: t, nestedLevel: l = 0, onItemClick: i, checkPermission: d, openedCollapseIds: r } = n, { remountRoute: v, shouldRemountRouteOnClick: w } = L(
48
+ t.url || void 0
49
+ ), a = (r == null ? void 0 : r.has(t.id)) ?? !1, [y, m] = C(a), p = a || y, N = l > 0 ? 38 + l * 16 : 16;
50
+ D(() => {
51
+ a && m(!0);
52
+ }, [a]);
53
+ const h = t.url ? O : "li";
54
+ let f = {};
55
+ if (typeof h != "string" && (f = {
53
56
  disabled: t.disabled,
54
57
  to: t.url,
55
58
  end: t.end,
56
59
  role: "button"
57
- }), p && !(t != null && t.hasPermission) ? null : /* @__PURE__ */ h(P, { className: g(m && "open"), itempadding: w, sx: t.sx, children: [
58
- /* @__PURE__ */ h(
59
- b,
60
+ }), d && !(t != null && t.hasPermission))
61
+ return null;
62
+ const b = /* @__PURE__ */ s((e) => {
63
+ if (w) {
64
+ e.preventDefault(), v(), i == null || i(t);
65
+ return;
66
+ }
67
+ m((c) => !c), i == null || i(t);
68
+ }, "handleClick");
69
+ return /* @__PURE__ */ g(M, { className: u(p && "open"), itempadding: N, sx: t.sx, children: [
70
+ /* @__PURE__ */ g(
71
+ z,
60
72
  {
61
- component: c,
73
+ component: h,
62
74
  className: "owp-list-item",
63
- onClick: /* @__PURE__ */ a(() => {
64
- l((e) => !e);
65
- }, "onClick"),
66
- ...d,
75
+ onClick: b,
76
+ ...f,
67
77
  children: [
68
- t.icon && /* @__PURE__ */ i(f, { className: g("owp-list-item-icon shrink-0", t.iconClass), color: "action", children: t.icon }),
69
- /* @__PURE__ */ i(
70
- z,
78
+ t.icon && /* @__PURE__ */ o(x, { className: u("owp-list-item-icon shrink-0", t.iconClass), color: "action", children: t.icon }),
79
+ /* @__PURE__ */ o(
80
+ k,
71
81
  {
72
82
  className: "owp-list-item-text",
73
83
  primary: t.title,
@@ -94,37 +104,37 @@ function Q(o) {
94
104
  }
95
105
  }
96
106
  ),
97
- t.badge && /* @__PURE__ */ i(O, { className: "mx-4", badge: t.badge }),
98
- /* @__PURE__ */ i(
99
- k,
107
+ t.badge && /* @__PURE__ */ o(W, { className: "mx-4", badge: t.badge }),
108
+ /* @__PURE__ */ o(
109
+ H,
100
110
  {
101
111
  disableRipple: !0,
102
112
  className: "-mx-12 h-20 w-20 p-0 hover:bg-transparent focus:bg-transparent",
103
- onClick: /* @__PURE__ */ a((e) => {
104
- e.preventDefault(), e.stopPropagation(), l((y) => !y);
113
+ onClick: /* @__PURE__ */ s((e) => {
114
+ e.preventDefault(), e.stopPropagation(), m((c) => !c);
105
115
  }, "onClick"),
106
- children: /* @__PURE__ */ i(f, { size: 13, className: "arrow-icon", color: "inherit", children: m ? "heroicons-solid:chevron-down" : "heroicons-solid:chevron-right" })
116
+ children: /* @__PURE__ */ o(x, { size: 13, className: "arrow-icon", color: "inherit", children: p ? "heroicons-solid:chevron-down" : "heroicons-solid:chevron-right" })
107
117
  }
108
118
  )
109
119
  ]
110
120
  }
111
121
  ),
112
- t.children && /* @__PURE__ */ i(L, { in: m, className: "collapse-children", children: t.children.map((e) => /* @__PURE__ */ i(
113
- S,
122
+ t.children && /* @__PURE__ */ o(B, { in: p, className: "collapse-children", children: t.children.map((e) => /* @__PURE__ */ o(
123
+ j,
114
124
  {
115
125
  type: `vertical-${e.type}`,
116
126
  item: e,
117
- nestedLevel: s + 1,
118
- onItemClick: u,
119
- checkPermission: p,
120
- openedCollapseIds: n
127
+ nestedLevel: l + 1,
128
+ onItemClick: i,
129
+ checkPermission: d,
130
+ openedCollapseIds: r
121
131
  },
122
132
  e.id
123
133
  )) })
124
134
  ] });
125
135
  }
126
- a(Q, "NavVerticalCollapse");
136
+ s(_, "NavVerticalCollapse");
127
137
  export {
128
- Q as NavVerticalCollapse
138
+ _ as NavVerticalCollapse
129
139
  };
130
140
  //# sourceMappingURL=NavVerticalCollapse.js.map